OSDN Git Service

Resolve MinGW-Bug [#2350]
[mingw/mingw-org-wsl.git] / w32api / ChangeLog
1 2017-08-28  Keith Marshall  <keithmarshall@users.sourceforge.net>
2
3         Resolve MinGW-Bug [#2350]
4
5         * include/winuser.h (GetTitleBarInfo): Move prototype after...
6         (PTITLEBARINFO): ...this type definition; it is used as a function
7         argument type, so must be defined beforehand.
8
9 2017-08-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
10
11         Extend testsuite to cover winsock fd_set macro operations.
12
13         * tests/winsock.at: New file; it implements appropriate tests, and
14         enables use of "-k winsock", "-k winsock2", and "-k fd_set" autotest
15         keywords to invoke them, (e.g. make check TESTSUITEFLAGS='-k fd_set').
16
17         * tests/testsuite.at.in (winsock.at): Integrate it.
18         (MINGW_AT_CHECK_RUN): Accept a variant list of libraries when linking.
19         (MINGW_AT_LINK_LIBS_DEFAULT): New macro; it establishes the initial
20         default list of libraries, or resets the list to this initial default.
21         (MINGW_AT_LINK_LIBS): New macro; it establishes an augmented list of
22         library specifications, to be used until subsequently reset.
23
24 2017-07-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
25
26         Prepare and tag for release of MinGW.org WSL-5.0.1
27
28         * All files (wsl-5.0.1-release): Tag assigned.
29
30 2017-07-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
31
32         Automate testsuite dependency generation.
33
34         * tests/Makefile.in (testsuite) [$srcdir/*.at]: Automatically
35         enumerate all such wildcard matches as prerequisites, instead of...
36         (headers.at): ...this sole explicit dependency.
37
38 2017-06-20  Keith Marshall  <keithmarshall@users.sourceforge.net>
39
40         Make <winnt.h> header effectively self-contained.
41
42         * include/winnt.h (_WINNT_H): Defer definition unless included via...
43         (windef.h): ...this; include it, to enforce inclusion order, then...
44         [_WINNT_H]: ...re-evaluate it, to avoid recursive inclusion loop.
45
46 2017-06-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
47
48         Consolidate <winuser.h> version specific conditionals.
49
50         * include/winuser.h: Reorganize file content; group manifest constant
51         definitions into one nested collection of conditional blocks, with one
52         block per Windows version evolution; do likewise for type definitions
53         and function prototypes which are always exposed, and separately...
54         [! defined NOGDI]: ...for those which may be suppressed, when GDI
55         support is not required.
56
57 2017-06-06  Keith Marshall  <keithmarshall@users.sourceforge.net>
58
59         Make <winuser.h> header effectively self-contained.
60
61         * include/winuser.h (stdarg.h): Include it, in addition to...
62         [NOGDI] (windef.h): ...this, directly or otherwise indirectly via...
63         [!NOGDI] (wingdi.h): ...this, for effective self-containment.
64
65 2017-06-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
66
67         Consolidate <wingdi.h> version specific conditionals.
68
69         * include/wingdi.h: Reorganize file content; group manifest constant
70         definitions into a single nested collection of conditional blocks, for
71         those definitions which are common to both Win9x and WinNT, with one
72         block per Windows version evolution, sorting alphabetically within
73         each block; do likewise for additional manifest constant definitions
74         which are specific to WinNT, and also for data type definitions and
75         function prototypes.
76
77 2017-06-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
78
79         Tidy, and make <wingdi.h> header effectively self-contained.
80
81         * include/wingdi.h: Tidy layout; assert copyright.
82         (windef.h): Include it; this achieves self-containment.
83         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them.
84         [UNICODE vs. !UNICODE]: Discriminate generic symbol names, using...
85         (__AW_ALIAS__): ...this, when defining each of...
86         (DEVMODE, PDEVMODE, LPDEVMODE, DOCINFO, LPDOCINFO, LOGCOLORSPACE)
87         (LOGFONT, PLOGFONT, LPLOGFONT, EXTLOGFONT, PEXTLOGFONT, LPEXTLOGFONT)
88         (LPLOGCOLORSPACE, TEXTMETRIC, PTEXTMETRIC, LPTEXTMETRIC, GCP_RESULTS)
89         (PPOLYTEXT, LPPOLYTEXT, NEWTEXTMETRIC, PNEWTEXTMETRIC, LPNEWTEXTMETRIC)
90         (LPENUMLOGFONTEX, ENUMLOGFONTEXDV, PENUMLOGFONTEXDV, LPENUMLOGFONTEXDV)
91         (OUTLINETEXTMETRIC, POUTLINETEXTMETRIC, LPOUTLINETEXTMETRIC, POLYTEXT)
92         (LPGCP_RESULTS, DISPLAY_DEVICE, PDISPLAY_DEVICE, LPDISPLAY_DEVICE)
93         (NEWTEXTMETRICEX, ENUMLOGFONT, LPENUMLOGFONT, ENUMLOGFONTEX): ...these.
94         (__AW_SUFFIXED__): Similarly, use this when declaring each of...
95         (FONTENUMPROC, ICMENUMPROC, AddFontResource, AddFontResourceEx,
96         (CopyEnhMetaFile, CopyMetaFile, CreateColorSpace, CreateEnhMetaFile)
97         (CreateDC, CreateFont, CreateFontIndirect, CreateIC, CreateMetaFile)
98         (CreateScalableFontResource, DeviceCapabilities, EnumFontFamilies)
99         (EnumFontFamiliesEx, EnumFonts, EnumICMProfiles, ExtTextOut)
100         (GetCharABCWidths, GetCharABCWidthsFloat, GetCharacterPlacement)
101         (GetCharWidth32, GetCharWidth, GetCharWidthFloat, GetEnhMetaFile)
102         (GetEnhMetaFileDescription, GetGlyphOutline, GetICMProfile)
103         (GetKerningPairs, GetLogColorSpace, GetMetaFile, GetObject)
104         (GetOutlineTextMetrics, GetTextExtentExPoint, GetTextExtentPoint)
105         (GetTextExtentPoint32, GetTextFace, GetTextMetrics, PolyTextOut,
106         (RemoveFontResource, RemoveFontResourceEx, ResetDC, SetICMProfile)
107         (StartDoc, TextOut, UpdateICMRegKey, wglUseFontBitmaps)
108         (wglUseFontOutlines, GetGlyphIndices): ...these.
109
110 2017-05-31  Keith Marshall  <keithmarshall@users.sourceforge.net>
111
112         Declare CONDITION_VARIABLE API, per feature request [#2314]
113
114         * include/winbase.h [_WIN32_WINNT >= _WIN32_WINNT_VISTA]
115         (CONDITION_VARIABLE, PCONDITION_VARIABLE): Define data types, and...
116         (InitializeConditionVariable, SleepConditionVariableCS)
117         (SleepConditionVariableSRW, WakeAllConditionVariable)
118         (WakeConditionVariable): ...declare prototypes.
119
120 2017-05-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
121
122         Declare SRWLOCK API, to support feature request [#2314]
123
124         * include/winbase.h [_WIN32_WINNT >= _WIN32_WINNT_VISTA]
125         (SRWLOCK, *PSRWLOCK): Define these data types, and declare...
126         (InitializeSRWLock, AcquireSRWLockExclusive, AcquireSRWLockShared)
127         (ReleaseSRWLockExclusive, ReleaseSRWLockShared): ...these prototypes.
128         [_WIN32_WINNT >= _WIN32_WINNT_WIN7] (TryAcquireSRWLockExclusive)
129         (TryAcquireSRWLockShared): Declare additional prototypes.
130
131 2017-03-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
132
133         Resolve potential <winbase.h> vs. <winerror.h> inconsistency.
134
135         * include/winerror.h: Tidy layout; assert copyright.
136
137         * include/winbase.h (WAIT_TIMEOUT): Redefine; make it identical to...
138         * include/winerror.h (WAIT_TIMEOUT): ...this equivalent; remove...
139         [!defined WAIT_TIMEOUT]: ...this conditional redefinition guard from
140         both locations; it permitted inconsistency between the two.
141
142 2017-03-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
143
144         Consolidate <winbase.h> version specific conditionals.
145
146         * include/winbase.h: Reorganize file content; group manifest constant
147         definitions into one nested collection of conditional blocks, with one
148         block per Windows version evolution, sorting alphabetically within each
149         block; do likewise for data type definitions and function prototypes.
150
151 2017-03-20  Keith Marshall  <keithmarshall@users.sourceforge.net>
152
153         Tidy, and make <winbase.h> header effectively self-contained.
154
155         * include/w32api.h (__AW_ALIAS__): Rename original implementation...
156         (__AW_ALIAS_EX__): ...as this, retaining its encapsulation of...
157         (__AW_EXTENDED__): ...this; subsequently reimplement...
158         (__AW_ALIAS__): ...this, with original name, now encapsulating...
159         (__AW_SUFFIXED__): ...this.
160
161         * include/dbt.h (__AW_ALIAS__): Replace all references with...
162         (__AW_ALIAS_EX__): ...this renamed alternative, when defining...
163         (DEV_BROADCAST_DEVICEINTERFACE, PDEV_BROADCAST_DEVICEINTERFACE)
164         (DEV_BROADCAST_PORT, PDEV_BROADCAST_PORT): ...these.
165
166         * include/winbase.h: Tidy layout; assert copyright.
167         (stdarg.h, windef.h): Include them, to achieve self-containment.
168         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
169         [UNICODE vs. ! UNICODE]: Replace separated declarations; use...
170         [__AW_ALIAS__]: ...this, to correctly specify each of...
171         (STARTUPINFO, LPSTARTUPINFO, WIN32_FIND_DATA, PWIN32_FIND_DATA)
172         (LPWIN32_FIND_DATA, HW_PROFILE_INFO, LPHW_PROFILE_INFO, ACTCTX)
173         (PACTCTX, PCACTCTX): ...these generic typedefs, and...
174         [__AW_SUFFIXED__]: ...this, to correctly map each of...
175         (ENUMRESLANGPROC, ENUMRESNAMEPROC, ENUMRESTYPEPROC, AddAtom)
176         (AccessCheckAndAuditAlarm, BackupEventLog, BeginUpdateResource)
177         (BuildCommDCB, BuildCommDCBAndTimeouts, CheckNameLegalDOS8Dot3)
178         (CallNamedPipe, ClearEventLog, CommConfigDialog, CopyFile, CopyFileEx)
179         (CreateActCtx, CreateDirectory, CreateDirectoryEx, CreateEvent)
180         (CreateFile, CreateFileMapping, CreateHardLink, CreateJobObject)
181         (CreateMailslot, CreateMutex, CreateNamedPipe, CreateProcess)
182         (CreateProcessAsUser, CreateSemaphore, CreateSymbolicLink)
183         (CreateWaitableTimer, DefineDosDevice, DeleteFile, EncryptFile)
184         (DeleteVolumeMountPoint, DnsHostnameToComputerName, EndUpdateResource)
185         (EnumResourceLanguages, EnumResourceNames, EnumResourceTypes)
186         (ExpandEnvironmentStrings, FatalAppExit, FileEncryptionStatus)
187         (FindActCtxSectionString, FindAtom, FindFirstChangeNotification)
188         (FindFirstFile, FindFirstFileEx, FindFirstVolume, FindNextFile)
189         (FindFirstVolumeMountPoint, FindNextVolume, FindNextVolumeMountPoint)
190         (FindResource, FindResourceEx, FormatMessage, FreeEnvironmentStrings)
191         (GetAtomName, GetBinaryType, GetCommandLine, GetCompressedFileSize)
192         (GetComputerName, GetComputerNameEx, GetCurrentDirectory)
193         (GetDefaultCommConfig, GetDiskFreeSpace, GetDiskFreeSpaceEx)
194         (GetDllDirectory, GetDriveType, GetEnvironmentStrings)
195         (GetEnvironmentVariable, GetFileAttributes, GetFileAttributesEx)
196         (GetFileSecurity, GetFinalPathNameByHandle, GetFullPathName)
197         (GetLogicalDriveStrings, GetLongPathName, GetModuleFileName)
198         (GetModuleHandle, GetModuleHandleEx, GetNamedPipeHandleState)
199         (GetPrivateProfileInt, GetPrivateProfileSection)
200         (GetPrivateProfileSectionNames, GetPrivateProfileString)
201         (GetPrivateProfileStruct, GetProfileInt, GetProfileSection)
202         (GetProfileString, GetShortPathName, GetStartupInfo)
203         (GetSystemDirectory, GetSystemWindowsDirectory, GetTempFileName)
204         (GetSystemWow64Directory, GetTempPath, GetUserName, GetVersionEx)
205         (GetVolumeInformation, GetVolumeNameForVolumeMountPoint)
206         (GetVolumePathName, GetVolumePathNamesForVolumeName, GlobalAddAtom)
207         (GetWindowsDirectory, GlobalFindAtom, GlobalGetAtomName)
208         (IsBadStringPtr, LoadLibrary, LoadLibraryEx, LogonUser)
209         (LookupAccountName, LookupAccountSid, LookupPrivilegeDisplayName)
210         (LookupPrivilegeName, LookupPrivilegeValue, lstrcat, lstrcmp)
211         (lstrcmpi, lstrcpy, lstrcpyn, lstrlen, MoveFile, MoveFileEx)
212         (MoveFileWithProgress, ObjectCloseAuditAlarm, ObjectDeleteAuditAlarm)
213         (ObjectOpenAuditAlarm, ObjectPrivilegeAuditAlarm, OpenBackupEventLog)
214         (OpenEvent, OpenEventLog, OpenFileMapping, OpenMutex, OpenSemaphore)
215         (OutputDebugString, PrivilegedServiceAuditAlarm, QueryDosDevice)
216         (ReadEventLog, RegisterEventSource, RemoveDirectory, ReplaceFile)
217         (ReportEvent, SearchPath, SetComputerName, SetCurrentDirectory)
218         (SetDefaultCommConfig, SetDllDirectory, SetEnvironmentVariable)
219         (SetFileAttributes, SetFileSecurity, SetFileShortName, SetVolumeLabel)
220         (SetFirmwareEnvironmentVariable, SetVolumeMountPoint, UpdateResource)
221         (VerifyVersionInfo, WaitNamedPipe, WritePrivateProfileSection)
222         (WritePrivateProfileString, WritePrivateProfileStruct)
223         (WriteProfileSection, WriteProfileString): ...these, and add...
224         (GetCurrentHwProfile, OpenWaitableTimer, SetComputerNameEx)
225         (GetFirmwareEnvironmentVariable): ...these previously missing generic
226         function name aliases.
227
228 2017-03-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
229
230         Refactor mingwrt and w32api common makefile content.
231
232         * Makefile.in (w32api-srcdist-config-files): Rename it...
233         (w32api-srcdist-common-files): ...as this phoney build rule.
234         (shared_include_file): New macro; define it, and include named file.
235         (configure, config.status, Makefile, config.status.missing, _mingw.h)
236         (w32api.h, PACKAGE_VERSION_SCRIPT, PACKAGE_VERSION_FORMAT): Factor
237         out; relocate them to new file in common parent directory...
238         * ../Makefile.comm: ...here.
239
240 2017-03-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
241
242         Correct a copyright notice update omission.
243
244         * configure.ac: Extend copyright date range to include 2017.  Also
245         clean up superfluous trailing whitespace.
246
247 2017-03-09  Keith Marshall  <keithmarshall@users.sourceforge.net>
248
249         Fix generated header file dependencies.
250
251         * Makefile.in (_mingw.h, w32api): Make them depend on changes in...
252         [VERSION.m4]: ...this; package version changes are no longer made...
253         [configure.ac]: ...here; delete associated prerequisite reference.
254         (distclean-local): Delete them.
255
256 2017-03-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
257
258         Prepare and tag for release of w32api-5.0 package set.
259
260         * All files (wsl-5.0-release): Tag assigned.
261
262 2017-02-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
263
264         Implement basic test suite infrastructure.
265
266         * tests: New subdirectory; it hosts...
267         * tests/Makefile.in tests/testsuite.at.in tests/atlocal.in
268         * tests/headers.at: ...these new files; they implement the basic test
269         suite infrastructure, initially comprising header integrity checks.
270
271         * configure.ac (AC_PROG_CXX): Check it.
272         (AC_CONFIG_TESTDIR): Configure tests subdirectory.
273         (AC_CHECK_PROG): Check for autom4te; configure fall back if missing.
274         (AC_CONFIG_FILES): Generate tests/atlocal, tests/testsuite.at.tmp, and
275         tests/Makefile.
276
277         * Makefile.in (check test tests): New rules; all are synonymous.
278         (check-recursive): New rule; invoked by each of the preceding three.
279         (w32api-srcdist-testsuite-files): New rule; implement and use it...
280         (w32api-srcdist-files): ...here.
281
282 2017-02-14  Alexander Krisak  <akrisak@users.sourceforge.net>
283
284         Add missing constant definition, per issue [#2249].
285
286         * include/winnt.h (JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE): Define it.
287
288 2017-02-10  Keith Marshall  <keithmarshall@users.sourceforge.net>
289
290         Avoid unnecessary duplication of configuration files.
291
292         * Makefile.in (vpath install-sh): Define it; it matches...
293         (vpath %.m4): ...this; add $top_srcdir/..; search it first; delete
294         rule for creating duplicate file reference links in $top_srcdir.
295         (configure): Add '-I ..' option, when running autoconf.
296         (w32api-srcdist-files): Rename it as...
297         (w32api-srcdist-package-files): ...this; remove dependencies on...
298         (aclocal.m4 VERSION.m4 install-sh): ...these; reinstate them in...
299         (w32api-srcdist-config-files): ...this new distributable files
300         enumeration goal; add it as one new prerequisite of...
301         (w32api-srcdist-files): ...this repurposed goal; also depends on...
302         (w32api-srcdist-package-files): ...this; populate it using...
303         (SRCDIST_ADD): ...this macro; redefine it accordingly.
304
305 2016-12-08  Jerzy Tarasiuk  <jz_fuw@users.sourceforge.net>
306
307         Correct typo in <ddk/ntdddisk.h>; fix bug [#2323]
308
309         * include/ddk/ntdddisk.h (IOCTL_DISK_BASE): Correct definition;
310         it was previously transcribed incorrectly, as being equivalent to...
311         (FILE_TYPE_DISK): ...this, but it should have been equivalent to...
312         (FILE_DEVICE_DISK): ...this.
313
314 2016-12-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
315
316         Rationalize <winuser.h> ANSI vs. UNICODE definition strategy.
317
318         * include/winuser.h [UNICODE, !UNICODE]: Replace individual pairs of
319         alternative generic symbol mapping definitions, and typedefs, with...
320         (__AW_SUFFIXED__): ...one such macro expansion per pair; collate with
321         their respective ANSI and UNICODE specific references.
322
323 2016-11-26  Keith Marshall  <keithmarshall@users.sourceforge.net>
324
325         Deprecate obsolete <winable.h> and <pbt.h> headers.
326
327         * Makefile.in (%.h.in): Generalize vpath definition.
328         (obsolete_headers, obsolete_header_script, w32api_dist_headers)
329         (w32api_generated_headers, replace_headers, macro_name): New macros.
330         (install-w32api-headers): Add dependency on w32api_dist_headers.
331         (%.h): New static pattern rule; it generates generic dependants of...
332         * include/obsolete.h.in: ...this new template for obsolete headers.
333
334         * include/winable.h include/pbt.h: Delete them; they are obsolete;
335         replace them by install-time generated generic stubs.
336
337 2016-11-25  Keith Marshall  <keithmarshall@users.sourceforge.net>
338
339         Update <winuser.h> and <dbt.h>; fix issue [#2317].
340
341         * include/winuser.h: Tidy layout; add copyright notice.
342         [WINVER, _WIN32_WINDOWS, _WIN32_WINNT]: Compare them symbolically.
343         (__WINUSER_H_SOURCED__): New internal macro; define it, to facilitate
344         selective inclusion of content from other headers; delete when done.
345         (BSM_ALLCOMPONENTS, BSF_ALLOWSFW, BSM_APPLICATIONS, BSM_ALLDESKTOPS)
346         (BSM_INSTALLABLEDRIVERS, BSM_NETDRIVER, BSM_VXDS, BSF_FLUSHDISK)
347         (BSF_FORCEIFHUNG, BSF_IGNORECURRENTTASK, BSF_LUID, BSF_NOHANG)
348         (BSF_NOTIMEOUTIFNOTHUNG, BSF_POSTMESSAGE, BSF_QUERY, BSF_RETURNHDESK)
349         (BSF_SENDNOTIFYMESSAGE): Delete; do not define them locally; retrieve
350         them selectively from <dbt.h>, where they are properly defined.
351         [WINVER >= WIN2K/WIN98] (BlockInput): Add missing declaration.
352         (KillTimer, TIMERPROC): Declare timer event parameters as UINT_PTR;
353         formerly UINT, which doesn't match 64-bit size required for Win64.
354         (SetTimer): Likewise; also declare similar return type.
355         (WINEVENTPROC): Add missing CALLBACK attribute.
356         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
357
358         * include/w32api.h (__AW_ALIAS__): New macro; define it.
359         * include/sdkddkver.h (_WIN32_WINNT_NT4SP3): New macro; define it.
360
361         * include/dbt.h: Tidy layout; add copyright notice.
362         (_BEGIN_C_DECLS, _END_C_DECLS): Also prefer them here.
363         [__WINUSER_H_SOURCED__] (_DBT_H): Do not define; expose only...
364         (BSM_ALLCOMPONENTS, BSF_ALLOWSFW, BSM_APPLICATIONS, BSM_ALLDESKTOPS)
365         (BSM_INSTALLABLEDRIVERS, BSM_NETDRIVER, BSM_VXDS, BSF_FLUSHDISK)
366         (BSF_FORCEIFHUNG, BSF_IGNORECURRENTTASK, BSF_LUID, BSF_NOHANG)
367         (BSF_NOTIMEOUTIFNOTHUNG, BSF_POSTMESSAGE, BSF_QUERY, BSF_RETURNHDESK)
368         (BSF_SENDNOTIFYMESSAGE): ...these, to be duplicated in <winuser.h>
369         (__AW_ALIAS__): Use it to define ANSI/UNICODE specific aliases for...
370         (DEV_BROADCAST_PORT, DEV_BROADCAST_DEVICEINTERFACE): ...these generic
371         structure typedef names, and their respectively corresponding...
372         (PDEV_BROADCAST_PORT, PDEV_BROADCAST_DEVICEINTERFACE): ...pointer
373         type names.
374
375 2016-09-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
376
377         Fix a minor ISO-C++11 conformity issue.
378
379         * include/winnt.h (GetCurrentFiber): Insert spaces, as required
380         by ISO-C++11, between concatenated string literal elements.
381         (GetFiberData, NtCurrentTeb): Likewise.
382
383 2016-08-01  Keith Marshall  <keithmarshall@users.sourceforge.net>
384
385         Merge w32api-3.18.1 legacy updates to 5.0-active branch.
386
387         * include/ddk/winddk.h: Update per issue [#2307] resolution.
388         * include/ddk/ntdddisk.h include/ddk/ntddstor.h: Likewise.
389
390 2016-07-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
391
392         Prepare and tag all files for release of w32api-3.18.1
393
394         * configure.ac (AC_INIT): Increment patch level to 3.18.1
395
396 2016-07-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
397
398         Resolve improper macro expansion issue [#2307].
399
400         * include/ddk/winddk.h (__FILE_AM_BUFFERED, __FILE_RD_BUFFERED)
401         (__FILE_RW_BUFFERED): Redefine, encapsulating the expansion of each
402         dependent macro WITHIN the expansion of each of these; hence...
403
404         * include/ddk/ntdddisk.h (IOCTL_DISK_GET_DRIVE_GEOMETRY)
405         (IOCTL_DISK_FORMAT_TRACKS_EX, IOCTL_DISK_REASSIGN_BLOCKS)
406         (IOCTL_DISK_GET_MEDIA_TYPES, IOCTL_DISK_CONTROLLER_NUMBER)
407         (IOCTL_DISK_GET_DRIVE_LAYOUT, IOCTL_DISK_SET_DRIVE_LAYOUT)
408         (IOCTL_DISK_GET_PARTITION_INFO, IOCTL_DISK_SET_PARTITION_INFO)
409         (IOCTL_DISK_GET_DRIVE_GEOMETRY_EX, IOCTL_DISK_UPDATE_DRIVE_SIZE)
410         (IOCTL_DISK_VERIFY, IOCTL_DISK_FORMAT_TRACKS, IOCTL_DISK_PERFORMANCE)
411         (IOCTL_DISK_CREATE_DISK, IOCTL_DISK_RESERVE, IOCTL_DISK_IS_WRITABLE)
412         (IOCTL_DISK_GET_PARTITION_INFO_EX, IOCTL_DISK_SET_PARTITION_INFO_EX)
413         (IOCTL_DISK_GET_CACHE_INFORMATION, IOCTL_DISK_SET_CACHE_INFORMATION)
414         (IOCTL_DISK_INTERNAL_SET_VERIFY, IOCTL_DISK_INTERNAL_CLEAR_VERIFY)
415         (IOCTL_DISK_GET_DRIVE_LAYOUT_EX, IOCTL_DISK_SET_DRIVE_LAYOUT_EX)
416         (IOCTL_DISK_GROW_PARTITION, IOCTL_DISK_DELETE_DRIVE_LAYOUT)
417         (IOCTL_DISK_GET_LENGTH_INFO, IOCTL_DISK_PERFORMANCE_OFF)
418         (IOCTL_DISK_CHECK_VERIFY, IOCTL_DISK_FIND_NEW_DEVICES)
419         (SMART_GET_VERSION, SMART_RCV_DRIVE_DATA, SMART_SEND_DRIVE_COMMAND):
420         ...adjust these dependent macro definitions accordingly.
421
422         * include/ddk/ntddstor.h (IOCTL_STORAGE_CHECK_VERIFY)
423         (IOCTL_STORAGE_CHECK_VERIFY2, IOCTL_STORAGE_MEDIA_REMOVAL)
424         (IOCTL_STORAGE_EJECTION_CONTROL, IOCTL_STORAGE_MCN_CONTROL)
425         (IOCTL_STORAGE_GET_DEVICE_NUMBER, IOCTL_STORAGE_PREDICT_FAILURE)
426         (IOCTL_STORAGE_GET_MEDIA_TYPES, IOCTL_STORAGE_GET_MEDIA_TYPES_EX)
427         (IOCTL_STORAGE_GET_MEDIA_SERIAL_NUMBER, IOCTL_STORAGE_QUERY_PROPERTY)
428         (IOCTL_STORAGE_RELEASE, IOCTL_STORAGE_FIND_NEW_DEVICES)
429         (IOCTL_STORAGE_RESET_BUS, IOCTL_STORAGE_RESET_DEVICE)
430         (IOCTL_STORAGE_EJECT_MEDIA, IOCTL_STORAGE_LOAD_MEDIA)
431         (IOCTL_STORAGE_LOAD_MEDIA2, IOCTL_STORAGE_RESERVE): Likewise.
432
433 2016-07-19  Keith Marshall  <keithmarshall@users.sourceforge.net>
434
435         Update install-sh to match mingw.org/build-aux package.
436
437         * install-sh: Delete it; use version in parent directory instead,
438         recreating local copy, (as symlink, if supported), on demand.
439
440 2016-07-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
441
442         Eliminate redundant configuration files.
443
444         * aclocal.m4 VERSION.m4: Delete them; restore them on demand, via...
445         * Makefile.in ($top_srcdir/../%): ...this symlink dependency rule.
446
447         * configure.ac (AC_PROG_LN_S): Add configuration check.
448
449 2016-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
450
451         Discard redundant config.guess and config.sub files.
452
453         * config.guess config.sub: Delete them; they are no longer required.
454         * Makefile.in (SRCDIST_ADD): Remove related references.
455
456 2016-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
457
458         Merge recent legacy branch updates to 5.0-active branch.
459
460         * Makefile.in include/ddk/ntifs.h include/ddk/winddk.h
461         * include/sdkddkver.h include/setupapi.h include/windows.h
462         * include/winnt.h include/winuser.h include/winver.h
463         * include/wtsapi32.h lib/wtsapi32.def: Updated.
464
465 2016-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
466
467         Prepare and tag all files for release of w32api-3.18.
468
469 2016-07-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
470
471         Do not pass MAKEFLAGS explicitly, when invoking recursive make.
472
473         * Makefile.in (install-strip, uninstall): Delete explicit $(MAKEFLAGS)
474         references from $(MAKE) command lines; make passes them implicitly.
475
476 2016-06-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
477
478         Backport MemoryBarrier() implementation from 4.0-dev branch.
479
480         * include/winnt.h (MemoryBarrier): Implement it; this is a rework of
481         Earnie's original inline implementation, but declared 'static' to fix
482         issue [#1661]; it is further modified, to avoid the broken pre-Vista
483         fallback identified by issue [#2131], and to remove references to...
484         (__faststorefence, __mf): ...these MSVC intrinsics, replaced by...
485         [defined __ATOMIC_SEQ_CST] (__atomic_thread_fence): ...this, or...
486         [GCC >= 4.4] (__sync_synchronize): ...this, as appropriate, falling
487         back to inline assembly code when necessary.
488
489         * include/ddk/winddk.h (KeMemoryBarrier): Delegate it to...
490         (MemoryBarrier): ...this, so avoiding the potential to emit invalid
491         code, for hosts which do not support the SSE2 'mfence' instruction.
492
493 2016-06-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
494
495         Merge further W32API updates from Cygwin CVS.
496         Incorporated selected changes from 2012-08-01 to 2012-08-04.
497
498         * include/setupapi.h include/winuser.h include/winver.h
499         * include/wtsapi32.h lib/wtsapi32.def: Merged and updated.
500
501 2016-06-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
502
503         Update mapping of GCC to MSVC host identification macros.
504
505         * include/windows.h: Assert copyright; tidy layout.
506         (_M_IX86, _ALPHA_, _PPC_, _MIPS_, _68K_): Delete duplicate defines.
507         [!_WINUSER_H, !_WINNLS_H, !_WINVER_H, !_WINNETWK_H, !_WINREG_H]
508         [!_WINSVC_H]: Do not explicitly test these here; they are properly
509         managed implicitly, by GCC, when including the associated headers.
510
511         * include/winnt.h: Assert copyright; tidy layout.
512         (_BEGIN_C_DECLS, _END_C_DECLS): Use these, as appropriate.
513         (__aligned__, __always_inline__, __selectany__): Prefer these...
514         (aligned, always_inline, selectany): ...to these attribute forms.
515         (CONTEXT) [_ALPHA_, _PPC_, MIPS, ARM]: Change selector macros to...
516         [_M_ALPHA, _M_PPC, _M_MRX000, _M_ARM]: ...these, respectively.
517         (GetCurrentFiber, GetFiberData, NtCurrentTeb): Redefine in terms of...
518         (__tib_fiber_data__, __tib_self_refptr__): ...these adaptive macros...
519         [!_WIN64]: ...to accommodate 32-bit, or otherwise 64-bit Windows.
520         (_ALPHA_, _PPC_, _MIPS_, _68K_): Delete these redundant macros...
521         (_M_IX86): ...also removing this, but relocate it to...
522         * include/sdkddkver.h (_M_IX86): ...here; augment it with...
523         (_M_IX86_FP, _M_X64, _M_AMD64, _M_IA64): ...these; define them as
524         appropriate.
525
526         * include/ddk/ntifs.h [!_ALPHA_]: Augment test; rather consider...
527         [!_ALPHA_ && !_M_ALPHA]: ...this, for structure alignment control.
528
529 2016-05-23  Keith Marshall  <keithmarshall@users.sourceforge.net>
530
531         Merge W32API updates, from Cygwin CVS, into legacy branch.
532         Incorporate changes since release of w32api-3.17, until 2012-07-06.
533
534         * include/shobjidl.h lib/shobjidl-uuid.c: New files, added per LRN's
535         2012-04-28 commit to Cygwin CVS.
536
537         * include/gdiplus/gdiplustypes.h include/imagehlp.h
538         * include/routprot.h include/shlwapi.h include/userenv.h
539         * include/winbase.h include/wincon.h include/windef.h
540         * include/winerror.h include/wingdi.h include/winnt.h
541         * include/winsock.h include/winsock2.h include/winuser.h: Updated to
542         match Cygwin CVS state, as of 2012-07-06.
543
544         * include/wincrypt.h: Updated to remove duplicate manifest constant
545         definitions, as identified per Chris Sutcliffe's 2012-01-03 commit to
546         Cygwin CVS; merge with my 2015-09-29 commit; additionally, remove...
547         (szOID_RSA_emailAddr, szOID_RSA_unstructAddr, szOID_RSA_unstructName)
548         (CRYPT_ARCHIVABLE, CRYPT_NOHASHOID, CRYPT_VERIFYCONTEXT): ...extra
549         copies of these further duplicated definitions, identified during
550         the merging operation.
551
552 2016-05-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
553
554         Synchronize package version management with MinGW Runtime.
555
556         * VERSION.m4: New file; link it to keep in sync with identically named
557         file in top level composite package source directory; it defines...
558         (__VERSION__): ...this new composite package version macro.
559
560         * aclocal.m4: Link it, to keep in sync with identically named files in
561         top level composite source and sibling mingwrt sub-package directories.
562         (__VERSION__): New macro; include VERSION.m4 to define it.
563         (__BUG_REPORT_URL__): New macro; define it.
564
565         * configure.ac (AC_INIT): Assign package version and bug report URL...
566         (__VERSION__, __BUG_REPORT_URL__): ...from these, as defined through
567         automatic inclusion of aclocal.m4
568
569         * Makefile.in (configure): Add dependency on VERSION.m4
570
571 2016-05-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
572
573         Eliminate redundant <parts/winioctl.h> header.
574
575         * include/parts/winioctl.h: Delete it; distribute its content...
576         * include/ddk/winddk.h include/ddk/ntddstor.h include/ddk/ntdddisk.h:
577         ...among these, separating it into discrete sections based on...
578         [__need_ddk_winddk_includes, __need_ddk_ntddstor_includes]
579         [__need_ddk_ntdddisk_includes]: ...these selectors, respectively.
580         [__WINIOCTL_H_SOURCED__]: Expose only those sections; do not define...
581         (_DDK_WINDDK_H, _DDK_NTDDSTOR_H, _DDK_NTDDDISK_H): ...these.
582
583         * include/winioctl.h (__WINIOCTL_H_SOURCED__): Define it; include each
584         of <ddk/winddk.h>, <ddk/ntddstor.h>, and <ddk/ntdddisk.h>
585
586 2016-05-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
587
588         Enforce consistent specification of package version.
589
590         * include/w32api.h: Rename as...
591         * include/w32api.h.in: ...this build-time template file.
592         (__W32API_VERSION): Redefine it, in terms of...
593         (%PACKAGE_VERSION_LONG%): ...this substitution template.
594         (__W32API_MAJOR_VERSION, __W32API_MINOR_VERSION)
595         (__W32API_PATCHLEVEL): Likewise, redefine them in terms of...
596         (%PACKAGE_VERSION_MAJOR%, %PACKAGE_VERSION_MINOR%)
597         (%PACKAGE_VERSION_PATCH%): ...these.
598
599         * configure.ac (AC_CONFIG_SRCDIR): Adjust for renamed file.
600         (MINGW_AC_CONFIG_EXTRA_SRCDIR): Likewise, for similarly renamed
601         mingwrt/include/_mingw.h.in file.
602
603         * Makefile.in (all-w32api-libs): Add dependency on...
604         (w32api.h, _mingw.h): ...these; add rule to generate them, using...
605         (PACKAGE_VERSION_SCRIPT, PACKAGE_VERSION_FORMAT): ...these new macros;
606         they apply appropriate substitutions to the renamed template files.
607         (install-w32api-headers): Explicitly add w32api.h
608
609 2015-11-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
610
611         Refactor for Windows DDK synchronization; fix MinGW-Bug [#1954].
612
613         * include/parts/winioctl.h: New file; it provides infrastructure for
614         sharing of common code between DDK headers and primary <winioctl.h>
615         (__IOCTL_STORAGE_, __IOCTL_DISK_, __FILE_RW_ACCESS, __FILE_AM_BUFFERED)
616         (__FILE_RD_BUFFERED, __FILE_RW_BUFFERED): New internal convenience
617         macros; they facilitate more consise expression of factored out IOCTL
618         and FSCTL macros; define them.
619
620         * include/ddk/ntddk.h: Assert copyright; tidy layout.
621         (__NTDDK_H): Multiple inclusion guard macro, renamed to...
622         (_DDK_NTDDK_H): ...this; it provides better indication of location.
623         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
624
625         * include/ddk/winddk.h: Assert copyright; tidy layout.
626         (__WINDDK_H): Multiple inclusion guard macro, renamed to...
627         (_DDK_WINDDK_H): ...this; it provides better indication of location.
628         [!defined _DDK_NTDDK_H]: Forbid direct inclusion; emit diagnostic.
629         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
630         (METHOD_BUFFERED, METHOD_IN_DIRECT, METHOD_OUT_DIRECT)
631         (METHOD_NEITHER): Redefine as enumeration; factor it out.
632         (FILE_ANY_ACCESS, FILE_SPECIAL_ACCESS, FILE_READ_ACCESS)
633         (FILE_WRITE_ACCESS): Likewise.
634         (CTL_CODE, DEVICE_TYPE_FROM_CTL_CODE): Factor out.
635         [defined _DRIVE_LAYOUT_INFORMATION_MBR_DEFINED]: Delete guard.
636         (struct _DRIVE_LAYOUT_INFORMATION_MBR, DRIVE_LAYOUT_INFORMATION_MBR)
637         (PDRIVE_LAYOUT_INFORMATION_MBR): Factor out, without guard.
638         (struct _DRIVE_LAYOUT_INFORMATION_GPT, DRIVE_LAYOUT_INFORMATION_GPT)
639         (PDRIVE_LAYOUT_INFORMATION_GPT): Factor out.
640         (struct _PARTITION_INFORMATION_MBR, PARTITION_INFORMATION_MBR)
641         (PPARTITION_INFORMATION_MBR): Likewise.
642         (FILE_DEVICE_BEEP, FILE_DEVICE_CD_ROM, FILE_DEVICE_CD_ROM_FILE_SYSTEM)
643         (FILE_DEVICE_CONTROLLER, FILE_DEVICE_DATALINK, FILE_DEVICE_DFS)
644         (FILE_DEVICE_DISK, FILE_DEVICE_DISK_FILE_SYSTEM)
645         (FILE_DEVICE_FILE_SYSTEM, FILE_DEVICE_INPORT_PORT)
646         (FILE_DEVICE_KEYBOARD, FILE_DEVICE_MAILSLOT, FILE_DEVICE_MIDI_IN)
647         (FILE_DEVICE_MIDI_OUT, FILE_DEVICE_MOUSE)
648         (FILE_DEVICE_MULTI_UNC_PROVIDER, FILE_DEVICE_NAMED_PIPE)
649         (FILE_DEVICE_NETWORK, FILE_DEVICE_NETWORK_BROWSER)
650         (FILE_DEVICE_NETWORK_FILE_SYSTEM, FILE_DEVICE_NULL)
651         (FILE_DEVICE_PARALLEL_PORT, FILE_DEVICE_PHYSICAL_NETCARD)
652         (FILE_DEVICE_PRINTER, FILE_DEVICE_SCANNER)
653         (FILE_DEVICE_SERIAL_MOUSE_PORT, FILE_DEVICE_SERIAL_PORT)
654         (FILE_DEVICE_SCREEN, FILE_DEVICE_SOUND, FILE_DEVICE_STREAMS)
655         (FILE_DEVICE_TAPE, FILE_DEVICE_TAPE_FILE_SYSTEM, FILE_DEVICE_TRANSPORT)
656         (FILE_DEVICE_UNKNOWN, FILE_DEVICE_VIDEO, FILE_DEVICE_VIRTUAL_DISK)
657         (FILE_DEVICE_WAVE_IN, FILE_DEVICE_WAVE_OUT, FILE_DEVICE_8042_PORT)
658         (FILE_DEVICE_NETWORK_REDIRECTOR, FILE_DEVICE_BATTERY)
659         (FILE_DEVICE_BUS_EXTENDER, FILE_DEVICE_MODEM, FILE_DEVICE_VDM)
660         (FILE_DEVICE_MASS_STORAGE, FILE_DEVICE_SMB, FILE_DEVICE_KS)
661         (FILE_DEVICE_CHANGER, FILE_DEVICE_SMARTCARD, FILE_DEVICE_ACPI)
662         (FILE_DEVICE_DVD, FILE_DEVICE_FULLSCREEN_VIDEO)
663         (FILE_DEVICE_DFS_FILE_SYSTEM, FILE_DEVICE_DFS_VOLUME)
664         (FILE_DEVICE_SERENUM, FILE_DEVICE_TERMSRV, FILE_DEVICE_KSEC)
665         (FILE_DEVICE_FIPS): Redefine as enumeration; factor it out.
666         (enum _PARTITION_STYLE, PARTITION_STYLE): Factor out; add...
667         (PARTITION_STYLE_RAW): ...this new enumeration state; previously, it
668         was defined only when including this enumeration from winioctl.h
669         (struct _CREATE_DISK_MBR, CREATE_DISK_MBR, PCREATE_DISK_MBR)
670         (struct _CREATE_DISK_GPT, CREATE_DISK_GPT, PCREATE_DISK_GPT)
671         (struct _CREATE_DISK, CREATE_DISK, PCREATE_DISK): Factor out;
672         include parts/winioctl.h
673
674         * include/ddk/ntddstor.h: Assert copyright; tidy layout.
675         (__NTDDSTOR_H): Multiple inclusion guard macro, renamed to...
676         (_DDK_NTDDSTOR_H): ...this; to provide better indication of location.
677         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
678         (struct _STORAGE_BUS_TYPE, STORAGE_BUS_TYPE, PSTORAGE_BUS_TYPE)
679         (IOCTL_STORAGE_BASE, IOCTL_STORAGE_RESERVE, IOCTL_STORAGE_RELEASE)
680         (IOCTL_STORAGE_CHECK_VERIFY, IOCTL_STORAGE_CHECK_VERIFY2)
681         (IOCTL_STORAGE_MEDIA_REMOVAL, IOCTL_STORAGE_EJECT_MEDIA)
682         (IOCTL_STORAGE_LOAD_MEDIA, IOCTL_STORAGE_LOAD_MEDIA2)
683         (IOCTL_STORAGE_EJECTION_CONTROL, IOCTL_STORAGE_FIND_NEW_DEVICES)
684         (IOCTL_STORAGE_GET_MEDIA_TYPES, IOCTL_STORAGE_GET_MEDIA_TYPES_EX)
685         (IOCTL_STORAGE_GET_MEDIA_SERIAL_NUMBER, IOCTL_STORAGE_PREDICT_FAILURE)
686         (IOCTL_STORAGE_QUERY_PROPERTY, IOCTL_STORAGE_GET_DEVICE_NUMBER)
687         (IOCTL_STORAGE_RESET_BUS, IOCTL_STORAGE_RESET_DEVICE)
688         (IOCTL_STORAGE_MCN_CONTROL): Factor out; include parts/winioctl.h
689
690         * include/ddk/ntdddisk.h: Assert copyright; tidy layout.
691         (__NTDDDISK_H): Multiple inclusion guard macro, renamed to...
692         (_DDK_NTDDDISK_H): ...this; to provide better indication of location.
693         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
694         (IOCTL_DISK_BASE, IOCTL_DISK_GET_LENGTH_INFO)
695         (IOCTL_DISK_IS_WRITABLE, IOCTL_DISK_REASSIGN_BLOCKS)
696         (IOCTL_DISK_FIND_NEW_DEVICES, IOCTL_DISK_GET_MEDIA_TYPES)
697         (IOCTL_DISK_GET_DRIVE_LAYOUT, IOCTL_DISK_SET_DRIVE_LAYOUT)
698         (IOCTL_DISK_GET_PARTITION_INFO, IOCTL_DISK_SET_PARTITION_INFO)
699         (IOCTL_DISK_GET_DRIVE_LAYOUT_EX, IOCTL_DISK_SET_DRIVE_LAYOUT_EX)
700         (IOCTL_DISK_GET_DRIVE_GEOMETRY, IOCTL_DISK_GET_DRIVE_GEOMETRY_EX)
701         (IOCTL_DISK_CREATE_DISK, IOCTL_DISK_VERIFY, IOCTL_DISK_CHECK_VERIFY)
702         (IOCTL_DISK_GET_PARTITION_INFO_EX, IOCTL_DISK_SET_PARTITION_INFO_EX)
703         (IOCTL_DISK_GET_CACHE_INFORMATION, IOCTL_DISK_SET_CACHE_INFORMATION)
704         (IOCTL_DISK_DELETE_DRIVE_LAYOUT, IOCTL_DISK_GROW_PARTITION)
705         (IOCTL_DISK_FORMAT_TRACKS, IOCTL_DISK_FORMAT_TRACKS_EX)
706         (IOCTL_DISK_PERFORMANCE, IOCTL_DISK_PERFORMANCE_OFF)
707         (IOCTL_DISK_UPDATE_DRIVE_SIZE, IOCTL_DISK_RESERVE): Factor out; all of
708         these macros are now defined in parts/winioctl.h; include it.
709         (PARTITION_ENTRY_UNUSED, PARTITION_FAT_12, PARTITION_XENIX_1)
710         (PARTITION_XENIX_2, PARTITION_FAT_16, PARTITION_EXTENDED)
711         (PARTITION_HUGE, PARTITION_IFS, PARTITION_OS2BOOTMGR, PARTITION_FAT32)
712         (PARTITION_FAT32_XINT13, PARTITION_XINT13, PARTITION_XINT13_EXTENDED)
713         (PARTITION_PREP, PARTITION_LDM, PARTITION_UNIX, PARTITION_NTFT)
714         (VALID_NTFT): Redefine as enumeration; factor it out.
715         (IsRecognizedPartition, IsContainerPartition): Factor out.
716         (enum _MEDIA_TYPE, MEDIA_TYPE, PMEDIA_TYPE): Factor out, adding...
717         (F3_200Mb_512, F3_240M_512, F3_32M_512): ...these new state values.
718         (enum _DETECTION_TYPE, DETECTION_TYPE): Factor out.
719         (struct _DISK_INT13_INFO, DISK_INT13_INFO, PDISK_INT13_INFO)
720         (struct _DISK_EX_INT13_INFO, DISK_EX_INT13_INFO, PDISK_EX_INT13_INFO)
721         (struct _DISK_DETECTION_INFO, DISK_DETECTION_INFO, PDISK_DETECTION_INFO)
722         (struct _DISK_GEOMETRY_EX, DISK_GEOMETRY_EX, PDISK_GEOMETRY_EX)
723         (struct _DISK_GEOMETRY, DISK_GEOMETRY, PDISK_GEOMETRY)
724         (DiskGeometryGetPartition, DiskGeometryGetDetect): Factor out.
725         (struct _PARTITION_INFORMATION): Change field data types for...
726         (HiddenSectors, PartitionNumber): ...these, from DWORD to ULONG...
727         (PartitionType): ...and this from BYTE to UCHAR, to keep consistent
728         with Windows DDK convention, then factor out struct, together with...
729         (PARTITION_INFORMATION, PPARTITION_INFORMATION): ...these.
730         (struct _PARTITION_INFORMATION_GPT, struct _DISK_PARTITION_INFO)
731         (PARTITION_INFORMATION_GPT, *PPARTITION_INFORMATION_GPT)
732         (DISK_PARTITION_INFO, *PDISK_PARTITION_INFO): Factor out.
733         (struct _GET_LENGTH_INFORMATION)
734         (GET_LENGTH_INFORMATION, PGET_LENGTH_INFORMATION)
735         (struct _DISK_PERFORMANCE, DISK_PERFORMANCE, PDISK_PERFORMANCE)
736         (struct _DISK_PERFORMANCE_EX, DISK_PERFORMANCE_EX, PDISK_PERFORMANCE_EX)
737         (struct _FORMAT_PARAMETERS, struct _FORMAT_EX_PARAMETERS)
738         (FORMAT_PARAMETERS, PFORMAT_PARAMETERS, FORMAT_EX_PARAMETERS)
739         (PFORMAT_EX_PARAMETERS): Factor out.
740         (struct _REASSIGN_BLOCKS): Change field data types for...
741         (Reserved, Count): ...these fields, from WORD to USHORT, and...
742         (BlockNumber): ...this from DWORD to ULONG, per Windows DDK
743         convention, then factor out the struct definition, together with...
744         (REASSIGN_BLOCKS, PREASSIGN_BLOCKS): ...these associated typedefs.
745         (struct _SET_PARTITION_INFORMATION, SET_PARTITION_INFORMATION)
746         (PSET_PARTITION_INFORMATION): Factor out.
747         (struct _VERIFY_INFORMATION): Change field data type for...
748         (Length): ...this field, from DWORD to ULONG, per DDK convention, then
749         factor out the entire struct definition, together with...
750         (VERIFY_INFORMATION, PVERIFY_INFORMATION): ...these associated typedefs.
751         (DISK_CACHE_RETENTION_PRIORITY): Factor out enumerated typedef.
752         (struct _DISK_CACHE_INFORMATION, struct _DISK_GROW_PARTITION)
753         (DISK_CACHE_INFORMATION, PDISK_CACHE_INFORMATION, DISK_GROW_PARTITION)
754         (PDISK_GROW_PARTITION): Factor out.
755
756         * include/winioctl.h: Assert copyright; tidy layout; incorporate
757         definitions from Windows DDK headers, by including parts/winioctl.h;
758         delete duplicate definitions already identified as having been factored
759         out from ddk/winddk.h, ddk/ntddstor.h, and ddk/ntdddisk.h; accept type
760         compatible changes from DWORD to ULONG, WORD to USHORT, and BYTE to
761         UCHAR, resulting in no significant changes, except that...
762         (struct _DISK_PERFORMANCE): ...this is extended, by addition of...
763         (IdleTime, SplitCount, QueryTime, StorageDeviceNumber)
764         (StorageManagerName): ...these previously missing fields, originally
765         appropriately defined in ddk/ntdddisk.h, thus fixing bug [#1954].
766         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
767
768 2015-10-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
769
770         Windows application module version information API updates.
771
772         * include/winver.h: Assert copyright; tidy layout.
773         (_BEGIN_C_DECLS, _END_C_DECLS): Use these, as appropriate.
774         (__AW_SUFFIXED__): Use throughout, to identify generic functions
775         having both ANSI and UTF-16LE specific alternative implementations.
776         [NTDDI_VERSION >= NTDDI_VISTA] (GetFileVersionInfoEx): New function.
777         [NTDDI_VERSION >= NTDDI_VISTA] (GetFileVersionInfoSizeEx): Likewise;
778         note that both are generic, with ANSI and UTF-16LE implementations,
779         but the ANSI implementations are missing from MSVCRT.DLL when...
780         [NTDDI_VERSION < NTDDI_WIN8]: ...this.
781
782         * lib/version.def (GetFileVersionInfoExA, GetFileVersionInfoExW)
783         (GetFileVersionInfoSizeExA, GetFileVersionInfoSizeExW): Add symbols.
784
785 2015-10-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
786
787         Revert a failed experimental macro construct.
788
789         * include/w32api.h (__W32API_DEPRECATED_ALIAS): Delete this; it bloats
790         code, and doesn't work in the C preprocessor conditional context where
791         its associated constant definitions are most likely to be required.
792         (Windows95, Windows98, WindowsME, WindowsNT4, Windows2000, WindowsXP)
793         (Windows2003, WindowsVista, IE3, IE301, IE302, IE4, IE401, IE5, IE5a)
794         (IE5b, IE501, IE55, IE56, IE6, IE601, IE602, IE7): Redefine as macros,
795         now in terms of their preferred equivalents from <sdkddkver.h>
796
797 2015-09-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
798
799         Code clean-up; fix MinGW-Bug [#2263].
800
801         * include/w32api.h (__AW_SUFFIXED__): New macro; define it.
802         (__AW_EXTENDED__, __AW_STRING_A__, __AW_STRING_W__): Likewise.
803         (__AW__WCHAR_T__): Likewise; this is a helper for __AW_STRING_W__.
804
805         * include/wincrypt.h: Assert copyright; tidy layout; replace all C++
806         style comments, using ISO-C conforming style; remove all redundant
807         parameter names from function prototype declarations, throughout.
808         (pragma GCC system_header): Remove pointless conditional guard.
809         (_BEGIN_C_DECLS, _END_C_DECLS): Use to wrap extern "C" declarations.
810         [WINVER >= 0x500, WINVER >= 0x501]: Replace conditionals with...
811         [WINVER >= _WIN32_WINNT_WIN2K, WINVER >= _WIN32_WINNT_WINXP]: ...these
812         alternatives, respectively; they offer improved self-documentation.
813         (MS_DEF_PROV, MS_ENHANCED_PROV, MS_STRONG_PROV, MS_SCARD_PROV)
814         (MS_DEF_RSA_SIG_PROV, MS_DEF_RSA_SCHANNEL_PROV, MS_DEF_DSS_PROV)
815         (MS_DEF_DSS_DH_PROV, MS_ENH_DSS_DH_PROV, MS_DEF_DH_SCHANNEL_PROV)
816         (MS_ENH_RSA_AES_PROV): Redefine as __AW_EXTENDED__ derivatives.
817         (MS_DEF_PROV_W, MS_ENHANCED_PROV_W, MS_STRONG_PROV_W, MS_SCARD_PROV_W)
818         (MS_DEF_RSA_SIG_PROV_W, MS_DEF_RSA_SCHANNEL_PROV_W, MS_DEF_DSS_PROV_W)
819         (MS_DEF_DSS_DH_PROV_W, MS_ENH_DSS_DH_PROV_W, MS_DEF_DH_SCHANNEL_PROV_W)
820         (MS_ENH_RSA_AES_PROV_W): Redefine; use __AW_STRING_W__ to derive them
821         from their __AW_STRING_A__ equivalent string constant definitions.
822         (GET_ALG_CLASS): Redefine, expressing result in terms of...
823         (ALG_CLASS_ALL): ...this manifest bit mask; also redefined, preferring
824         a hexadecimal expression of the mask value over the former decimal.
825         (GET_ALG_TYPE, GET_ALG_SID): Similarly, use hexadecimal mask values.
826         (ALG_CLASS_SIGNATURE, ALG_CLASS_MSG_ENCRYPT, ALG_CLASS_DATA_ENCRYPT)
827         (ALG_CLASS_HASH, ALG_CLASS_KEY_EXCHANGE, ALG_TYPE_DSS, ALG_TYPE_RSA)
828         (ALG_TYPE_BLOCK, ALG_TYPE_STREAM, ALG_TYPE_DH, ALG_TYPE_SECURECHANNEL)
829         (CRYPT_UPDATE_KEY, CRYPT_NEWKEYSET, CRYPT_DELETEKEYSET, CRYPT_SILENT)
830         (CRYPT_MACHINE_KEYSET, CRYPT_USER_PROTECTED, CRYPT_CREATE_SALT)
831         (CRYPT_EXPORTABLE, CRYPT_ENCRYPT, CRYPT_DECRYPT, CRYPT_EXPORT)
832         (CRYPT_READ, CRYPT_WRITE, CRYPT_MAC, CERT_TRUST_IS_NOT_TIME_VALID)
833         (CERT_TRUST_IS_NOT_TIME_NESTED, CERT_TRUST_IS_REVOKED)
834         (CERT_TRUST_IS_NOT_SIGNATURE_VALID, CERT_TRUST_IS_NOT_VALID_FOR_USAGE)
835         (CERT_TRUST_IS_UNTRUSTED_ROOT, CERT_TRUST_REVOCATION_STATUS_UNKNOWN)
836         (CERT_TRUST_IS_CYCLIC, CERT_TRUST_CTL_IS_NOT_SIGNATURE_VALID)
837         (CERT_TRUST_IS_PARTIAL_CHAIN, CERT_TRUST_CTL_IS_NOT_TIME_VALID)
838         (CERT_TRUST_CTL_IS_NOT_VALID_FOR_USAGE, CERT_TRUST_IS_SELF_SIGNED)
839         (CERT_TRUST_HAS_EXACT_MATCH_ISSUER, CERT_TRUST_HAS_KEY_MATCH_ISSUER)
840         (CERT_TRUST_HAS_NAME_MATCH_ISSUER, CERT_TRUST_IS_COMPLEX_CHAIN)
841         (CERT_CHAIN_POLICY_BASE, CERT_CHAIN_POLICY_AUTHENTICODE)
842         (CERT_CHAIN_POLICY_AUTHENTICODE_TS, CERT_CHAIN_POLICY_SSL)
843         (CERT_CHAIN_POLICY_BASIC_CONSTRAINTS, CERT_CHAIN_POLICY_NT_AUTH)
844         (CERT_NAME_STR_REVERSE_FLAG, CERT_NAME_STR_DISABLE_IE4_UTF8_FLAG)
845         (CERT_NAME_STR_CRLF_FLAG, CERT_NAME_STR_ENABLE_UTF8_UNICODE_FLAG)
846         (CERT_NAME_STR_ENABLE_T61_UNICODE_FLAG, CERT_NAME_STR_NO_PLUS_FLAG)
847         (CERT_NAME_STR_NO_QUOTING_FLAG, CERT_NAME_STR_SEMICOLON_FLAG)
848         (CERT_FIND_CERT_ID, CERT_FIND_CTL_USAGE, CERT_FIND_ENHKEY_USAGE)
849         (CERT_FIND_EXISTING, CERT_FIND_HASH, CERT_FIND_ISSUER_ATTR)
850         (CERT_FIND_ISSUER_NAME, CERT_FIND_ISSUER_OF, CERT_FIND_KEY_IDENTIFIER)
851         (CERT_FIND_KEY_SPEC, CERT_FIND_MD5_HASH, CERT_FIND_PROPERTY)
852         (CERT_FIND_PUBLIC_KEY, CERT_FIND_SHA1_HASH, CERT_FIND_SIGNATURE_HASH)
853         (CERT_FIND_SUBJECT_ATTR, CERT_FIND_SUBJECT_CERT, CERT_FIND_SUBJECT_NAME)
854         (CERT_FIND_SUBJECT_STR_A, CERT_FIND_SUBJECT_STR_W)
855         (CERT_FIND_ISSUER_STR_A, CERT_FIND_ISSUER_STR_W)
856         (CERT_FIND_OR_ENHKEY_USAGE_FLAG, CERT_FIND_OPTIONAL_ENHKEY_USAGE_FLAG)
857         (CERT_FIND_NO_ENHKEY_USAGE_FLAG, CERT_FIND_VALID_ENHKEY_USAGE_FLAG)
858         (CERT_FIND_EXT_ONLY_ENHKEY_USAGE_FLAG, CERT_UNICODE_IS_RDN_ATTRS_FLAG)
859         (CERT_CASE_INSENSITIVE_IS_RDN_ATTRS_FLAG, CERT_CHAIN_FIND_BY_ISSUER)
860         (CERT_CHAIN_FIND_BY_ISSUER_COMPARE_KEY_FLAG)
861         (CERT_CHAIN_FIND_BY_ISSUER_COMPLEX_CHAIN_FLAG)
862         (CERT_CHAIN_FIND_BY_ISSUER_CACHE_ONLY_FLAG)
863         (CERT_CHAIN_FIND_BY_ISSUER_CACHE_ONLY_URL_FLAG)
864         (CERT_CHAIN_FIND_BY_ISSUER_LOCAL_MACHINE_FLAG)
865         (CERT_CHAIN_FIND_BY_ISSUER_NO_KEY_FLAG)
866         (CERT_SYSTEM_STORE_LOCAL_MACHINE): All represent bit-mapped values;
867         express them in hexadecimal, in preference to original decimal form.
868         (CERT_FIND_SUBJECT_STR, CERT_FIND_ISSUER_STR): Redefine them as
869         __AW_EXTENDED__ macros, for UNICODE/non-UNICODE cases respectively.
870         (szOID_CRL_DIST_POINTS): Correct defective definition; value should be
871         a string literal, but was missing delimiting quotes; insert them.
872         (CertNameToStr, CertOpenSystemStore, CertGetNameString, CryptSignHash)
873         (CryptAcquireContext, CryptVerifySignature, CryptGetDefaultProvider)
874         (CryptEnumProviders, CryptSetProvider): Define as __AW_SUFFIXED__
875         aliases for each of the UNICODE/non-UNICODE cases respectively.
876         (CryptEnumProvidersA): Correct prototype declaration; 5th parameter
877         was declared as type LPTSTR, but should be type LPSTR.
878         (CryptEnumProvidersW): Likewise; 5th parameter should be type LPWSTR.
879         (CryptGetDefaultProviderW): Likewise; 4th parameter was declared as
880         type LPSTR, but should be type LPWSTR.
881         [defined MINGW_TENTATIVE_ASSUMPTIONS] (X509_ANY_STRING)
882         (X509_CRL_REASON_CODE, X509_DSS_PUBLICKEY, X509_UNICODE_ANY_STRING)
883         (struct _CERT_ALT_NAME_ENTRY): Add tentative definitions.
884
885 2015-09-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
886
887         Correct defect in build system compilation rule.
888
889         * Makefile.in (scrnsavw.$OBJEXT): Do not use $^ to represent the
890         source file; it expands to also include prerequisite header files,
891         which should not appear on the compilation command line.  Rewrite
892         rule in static pattern format, and use $< instead.
893
894 2015-08-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
895
896         Build system corrections for GCC build time support.
897
898         * configure.ac (AC_PROG_CC): Don't use this; we need...
899         (MINGW_AC_PROG_CC_COMPILE_ONLY): ...this alternative, to support
900         building with only a stage 1 partially built GCC installation.
901
902         * Makefile.in (install-headers): New make objective; map it to...
903         (install-w32api-headers): ...this, for which it is a logical alias.
904
905 2015-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
906
907         Overhaul and streamline build system configuration.
908
909         * configure.in: Delete obsolete file; replace with...
910         * configure.ac: New file; rewritten per current autoconf conventions.
911
912         * Makefile.in: Rewritten; adapted from current mingwrt configuration,
913         it now processes the entire build without using separate sub-makes.
914
915         * lib/Makefile.in: Sub-make configuration not required now; delete it.
916         * lib/ddk/Makefile.in lib/directx/Makefile.in: Likewise; delete them.
917
918 2015-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
919
920         Remove unused aclocal.m4 configuration file.
921
922         * aclocal.m4: Delete it; it provides no content used by this package.
923
924 2015-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
925
926         Adapt platform feature checks to NTDDI_VERSION conventions.
927
928         * include/sdkddkver.h: New file; merge from 4.0-dev branch.
929         (_WIN32_WINNT_WINBLUE): New manifest constant for Windows-8.1.
930         (WINNTVER): Prefer bitwise shift to division; adjust accordingly.
931         [_WIN32_WINNT != OSVER(NTDDI_VERSION)]: Bad comparison; correct to...
932         [_WIN32_WINNT != WINNTVER(NTDDI_VERSION)]: ...this.
933
934         * include/w32api.h: Assert copyright; include sdkddkver.h.
935         (__W32API_VERSION): Increment to 3.18; adopt new encoding format.
936         (__W32API_MAJOR_VERSION, __W32API_MINOR_VERSION): Adjust consistently.
937         (__W32API_PATCH_LEVEL): New macro; define with initial value of zero.
938         (__W32API_DEPRECATED_ALIAS): New macro; define it; use to redefine...
939         (Windows95, Windows98, WindowsME, WindowsNT4, Windows2000, WindowsXP)
940         (Windows2003, WindowsVista, IE3, IE301, IE302, IE4, IE401, IE5, IE5a)
941         (IE5b, IE501, IE55, IE56, IE6, IE601, IE602, IE7): ...these; replace
942         macro definitions by long integer constants, and mark as deprecated.
943         (UNICODE, _UNICODE): Keep these consistent; use logic factored out of
944         mingwrt/include/_mingw.h, whence we similarly relocate...
945         (_EXTERN_C, _BEGIN_C_DECLS, _END_C_DECLS): ...these.
946
947         * include/windef.h: Assert copyright; include w32api.h, whence we
948         infer default assignments, per included sdkddkver.h, for each of...
949         (WINVER, _WIN32_WINNT): ...these; delete local defines.
950         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
951
952 2015-06-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
953
954         Remove generated configure script from revision control.
955
956         * configure: Delete from SCM; maintainer must regenerate it, when
957         required, as SCM will now ignore it.
958
959 2012-08-04  Earnie Boyd  <earnie@users.sourceforge.net>
960
961         Cosmetic adjustment to match MSDN documentation.
962
963         * include/winver.h (VerQueryValueA, VerQueryValueW): Declare type
964         of parameter #1 to be LPCVOID, in preference to formerly specified,
965         and functionally equivalent, 'const LPVOID'.
966
967 2012-08-01  Stephan Jorek  <sjorek@users.sourceforge.net>
968
969         Correct typos, as identified by issue [#1534].
970
971         * include/setupapi.h (SetupCancelTemporary): Should be...
972         (SetupCancelTemporarySourceList): ...this; complete truncated name.
973         (SetupFreeA, SetupFreeW): Likewise, complete these respectively to...
974         (SetupFreeSourceListA, SetupFreeSourceListW): ...these, and...
975         (SetupQueryA, SetupQueryW): ...these respectively to...
976         (SetupQuerySourceListA, SetupQuerySourceListW): ...these.
977         (SetupDiGetWizardage): Misspelled; correct it to...
978         (SetupDiGetWizardPage): ...this.
979
980 2012-08-01  Earnie Boyd  <earnie@users.sourceforge.net>
981
982         Declare WTSVirtualChannel API functions per issue [#1342].
983
984         * include/wtsapi32.h [_WIN32_WINNT >= 0x500]
985         (WTSVirtualChannelOpen, WTSVirtualChannelQuery, WTSVirtualChannelRead)
986         (WTSVirtualChannelPurgeInput, WTSVirtualChannelPurgeOutput)
987         (WTSVirtualChannelWrite, WTSVirtualChannelClose): Declare them.
988         [_WIN32_WINNT >= 0x600] (WTSVirtualchannelOpenEx): Likewise.
989
990         * lib/wtsapi32.def (WTSVirtualChannelOpenEx@12): Add reference.
991
992 2012-08-01  Earnie Boyd  <earnie@users.sourceforge.net>
993
994         Correct MENUITEMINFO structure definition per issue [#1659].
995
996         * include/winuser.h (tagMENUITEMINFOA, tagMENUITEMINFOW): dwItemData
997         field was defined as type DWORD; correct it to type ULONG_PTR.
998
999 2012-07-06  Corinna Vinschen  <corinna@vinschen.de>
1000
1001         Extend visibility of winsock definitions when building Cygwin.
1002
1003         * include/winsock.h [__INSIDE_CYGWIN__]: Expose definitions of...
1004         (IP_OPTIONS, SO_DEBUG, SO_ACCEPTCONN, SO_REUSEADDR, SO_KEEPALIVE)
1005         (SO_DONTROUTE, SO_BROADCAST, SO_USELOOPBACK, SO_LINGER, SO_OOBINLINE)
1006         (SO_DONTLINGER, SO_SNDBUF, SO_RCVBUF, SO_SNDLOWAT, SO_RCVLOWAT)
1007         (SO_SNDTIMEO, SO_RCVTIMEO, SO_ERROR, SO_TYPE): ...these; however...
1008         [__INSIDE_MSYS__]: ...keep them hidden.
1009
1010         * include/winsock2.h [__INSIDE_CYGWIN__]: Likewise, expose...
1011         (AF_MAX, _SS_MAXSIZE, _SS_ALIGNSIZE, _SS_PAD1SIZE, _SS_PAD2SIZE)
1012         (struct sockaddr, struct sockaddr_storage): ...these, whereas...
1013         [__INSIDE_MSYS__]: ...also keep them hidden.
1014
1015 2012-04-29  Jan Ringos  <tringi@users.sf.net>
1016
1017         Correct version guard for WinXP minimum requirement.
1018
1019         * include/winbase.h (GetModuleHandleEx): Function unsupported for...
1020         [_WIN32_WINNT >= 0x500]: ...this; it isn't in Win2K, so should be...
1021         [_WIN32_WINNT >= 0x501]: ...this; correct it accordingly.
1022         (GetModuleHandleExA, GetModuleHandleExW): Likewise.
1023
1024 2012-04-28  LRN  <l_r_nightmare@users.sf.net>
1025
1026         Add missing <shobjidl.h> and associated UUID implementation.
1027
1028         * include/shobjidl.h lib/shobjidl-uuid.c: New files.
1029         * lib/Makefile.in (UUID_SOURCES, UUID_OBJS): Add references.
1030
1031 2012-03-19  Ben Greear  <greear@users.sf.net>
1032
1033         Adjust header file definition order, to fix issue [#1570].
1034
1035         * include/routprot.h (IP_LOCAL_BINDING): Must be defined before...
1036         (IP_ADAPTER_BINDING_INFO): ...this; adjust order of definition.
1037
1038 2012-01-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1039
1040         Add missing return value, flagged by 'make test'.
1041
1042         * include/gdiplus/gdiplustypes.h (Gdiplus::GdiplusAbort::Abort):
1043         Return NO_ERROR in virtual definition.
1044
1045 2012-01-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1046
1047         Remove duplicate definitions, identified by 'make test'.
1048
1049         * include/wincrypt.h (CRYPT_NEWKEYSET, CRYPT_DELETEKEYSET)
1050         (CRYPT_MACHINE_KEYSET, CRYPT_EXPORTABLE, CRYPT_USER_PROTECTED)
1051         (CRYPT_SILENT, CRYPT_CREATE_SALT, CRYPT_UPDATE_KEY, CRYPT_NO_SALT)
1052         (CRYPT_PREGEN, CRYPT_RECIPIENT, CRYPT_INITIATOR, CRYPT_ONLINE)
1053         (CRYPT_SF, CRYPT_CREATE_IV, CRYPT_KEK, CRYPT_DATA_KEY)
1054         (CRYPT_VOLATILE, CRYPT_SGCKEY): Delete second instance of each.
1055
1056         * include/winerror.h (CRYPT_E_REVOKED): Delete; it is already
1057         correctly defined (per MSDN) in <wincrypt.h>
1058
1059 2012-01-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
1060
1061         Correct misuse of #ifdef, identified by 'make test'.
1062
1063         * include/shlwapi.h (enum ASSOCSTR, enum ASSOCDATA): Fix typos;
1064         /#ifdef _WIN32_IE >= 0x0600/s/#ifdef/#if/
1065
1066 2011-12-22  Corinna Vinschen  <corinna@vinschen.de>
1067
1068         Replace more incorrectly named manifest constants.
1069
1070         * include/winnt.h (JOB_OBJECT_LIMIT_BREAKAWAY_OK)
1071         (JOB_OBJECT_LIMIT_SILENT_BREAKAWAY_OK): Define; make aliases for...
1072         (JOB_OBJECT_BREAKAWAY_OK, JOB_OBJECT_SILENT_BREAKAWAY): ...these old
1073         definitions respectively; retain for backward compatibility only.
1074
1075 2011-12-22  Corinna Vinschen  <corinna@vinschen.de>
1076
1077         Add missing PROCESS_QUERY_LIMITED_INFORMATION.
1078
1079         * include/winnt.h (PROCESS_QUERY_LIMITED_INFORMATION): Define it.
1080
1081 2011-08-19  Corinna Vinschen  <corinna@vinschen.de>
1082
1083         Add missing MAPVK manifest constant definitions.
1084
1085         * include/winuser.h (MAPVK_VK_TO_VSC, MAPVK_VSC_TO_VK): Define them.
1086         (MAPVK_VK_TO_CHAR, MAPVK_VSC_TO_VK_EX, MAPVK_VK_TO_VSC_EX): Likewise.
1087
1088 2011-08-05  Corinna Vinschen  <corinna@vinschen.de>
1089
1090         Correct some misspelled manifest constant names.
1091
1092         * include/winnt.h (IMAGE_DLL_CHARACTERISTICS_NX_COMPAT): Should be...
1093         (IMAGE_DLLCHARACTERISTICS_NX_COMPAT): ...this; define correctly; also
1094         alias to original misspelling, to maintain backward compatibility.
1095         (IMAGE_DLL_CHARACTERISTICS_FORCE_INTEGRITY): Likewise; should be...
1096         (IMAGE_DLLCHARACTERISTICS_FORCE_INTEGRITY): ...this; define and alias.
1097         (IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE): Likewise; should be...
1098         (IMAGE_DLLCHARACTERISTICS_DYNAMIC_BASE): ...this; define and alias.
1099
1100 2011-07-29  Corinna Vinschen  <corinna@vinschen.de>
1101
1102         Add a missing Win2K sockets IOCTL feature.
1103
1104         * include/winsock2.h (SIO_UDP_CONNRESET): Define.
1105
1106 2011-05-22  Albrecht Schlosser  <vms-news@go4more.de>
1107
1108         Fix an incorrectly typed structure member.
1109
1110         * include/wingdi.h (GCP_RESULTSW): lpClass field defined as LPWSTR;
1111         should be LPSTR; correct it.
1112
1113 2011-05-15  Corinna Vinschen  <corinna@vinschen.de>
1114
1115         Add another missing manifest constant definition.
1116
1117         * include/winbase.h (STACK_SIZE_PARAM_IS_A_RESERVATION): Define.
1118
1119 2011-04-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
1120
1121         Avoid pollution of user namespace; fix MinGW-Bug [#1531].
1122
1123         * include/windef.h (PACKED): Delete macro definition; its name is not
1124         reserved, and may thus conflict with a user defined name; replace it...
1125         * include/wincon.h (KEY_EVENT_RECORD): ...at this sole point of use;
1126         use __attribute__((packed)) directly instead.
1127
1128 2011-04-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1129
1130         Fix bad typedef, per MinGW-Bug [#1529].
1131
1132         * include/imagehlp.h (PREAD_PROCESS_MEMORY_ROUTINE): Corrected, to
1133         conform with MSDN reference, as identified by Safety0ff.
1134
1135 2011-04-04  Corinna Vinschen  <corinna@vinschen.de>
1136
1137         Add a missing manifest constant definition.
1138
1139         * include/winnt.h (DOMAIN_ALIAS_RID_REMOTE_DESKTOP_USERS): Define.
1140
1141 2011-03-29  Corinna Vinschen  <corinna@vinschen.de>
1142
1143         Win2K and Vista userenv updates.
1144
1145         * include/userenv.h [_WIN32_WINNT >= 0x0500] (DeleteProfile)
1146         (GetAllUsersProfileDirectory, GetDefaultUserProfileDirectory)
1147         (ExpandEnvironmentStringsForUser): Define function aliases.
1148         [_WIN32_WINNT >= 0x0500] (DeleteProfileA, DeleteProfileW)
1149         (GetAllUsersProfileDirectoryA, GetAllUsersProfileDirectoryW)
1150         (GetDefaultUserProfileDirectoryA, GetDefaultUserProfileDirectoryW
1151         (ExpandEnvironmentStringsForUserA, ExpandEnvironmentStringsForUserW)
1152         (GetProfileType): Declare function prototypes.
1153         [_WIN32_WINNT >= 0x0600] (CreateProfile): Declare function prototype.
1154         [_WIN32_WINNT >= 0x0500] (PT_TEMPORARY, PT_ROAMING, PT_MANDATORY):
1155         New manifest constants; define them.
1156
1157 2011-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1158
1159         * Makefile.in: Increment CYGRELEASE to 2.
1160
1161 2011-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1162
1163         * lib/Makefile.in: Include GDIPLUS_HEADERS in dist target.
1164
1165 2011-03-11  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1166
1167         * include/w32api.h: Increment version to 3.17.
1168         * Makefile.in: Ditto.
1169
1170 2011-03-07  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1171
1172         * include/winbase.h (PSAPI_WORKING_SET_BLOCK)
1173         (PSAPI_WORKING_SET_INFORMATION): Move from here...
1174         * include/psapi.h (PSAPI_WORKING_SET_BLOCK)
1175         (PSAPI_WORKING_SET_INFORMATION): ...to here.
1176
1177 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1178
1179         * include/w32api.h: Increment version to 3.16.
1180         * Makefile.in: Ditto.
1181
1182 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1183
1184         * include/commctrl.h (NMTCKEYDOWN): Define.
1185
1186 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1187
1188         * include/wtsapi32.h (WTSSendMessageA, WTSSendMessageW, WTSSendMessage):
1189         Define.
1190
1191 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1192
1193         * include/winbase.h (PSAPI_WORKING_SET_BLOCK,
1194         PSAPI_WORKING_SET_INFORMATION): Define.
1195
1196 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1197
1198         * include/winbase.h (__GNUC_EXTENSION): Define, replacing __MINGW_EXTENSION.
1199
1200 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1201
1202         * lib/kernel32.def (FreeLibraryAndExitThread): Fix definition.
1203
1204 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1205
1206         * include/winbase.h (FILE_ENCRYPTABLE, FILE_IS_ENCRYPTED, FILE_READ_ONLY,
1207         FILE_ROOT_DIR, FILE_SYSTEM_ATTR, FILE_SYSTEM_DIR, FILE_SYSTEM_NOT_SUPPORT,
1208         FILE_UNKNOWN, FILE_USER_DISALLOWED): Define.
1209
1210 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1211
1212         * include/winioctl.h (_DRIVE_LAYOUT_INFORMATION_MBR): Add
1213         _DRIVE_LAYOUT_INFORMATION_MBR_DEFINED guard.
1214         * include/ddk/winddk.h (_DRIVE_LAYOUT_INFORMATION_MBR): Ditto.
1215
1216 2011-03-04  Seth Jackson  <sethj@users.sourceforge.net>
1217
1218         * include/winnt.h (PAGE_WRITECOMBINE): Define.
1219         * include/winbase.h (THREAD_MODE_BACKGROUND_BEGIN, THREAD_MODE_BACKGROUND_END): Define.
1220
1221 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1222
1223         * include/winbase.h (__MINGW_EXTENSION): Define.
1224         (OVERLAPPED): Add __MINGW_EXTENSION around nameless union /
1225         struct to correct issue with -std=c99.
1226
1227 2011-03-02  Corinna Vinschen  <corinna@vinschen.de>
1228
1229         * include/ddk/winddk.h (TIMER_INFORMATION_CLASS): Define.
1230         (TIMER_BASIC_INFORMATION): Define.
1231         (NtQueryTimer): Define.
1232         (ZwQueryTimer): Define.
1233
1234 2010-12-27  David Byron  <dbyron0@users.sourceforge.net>
1235
1236         * include/winioctl.h (STORAGE_BUS_TYPE): Define.
1237
1238 2010-12-27  Seth Jackson  <sethj@users.sourceforge.net>
1239
1240         * include/winbase.h (GetComputerNameEx): Define.
1241
1242 2010-12-27  Ryan Lortie  <desrt@desrt.ca>
1243
1244         * include/winbase.h (TzSpecificLocalTimeToSystemTime): Define.
1245
1246 2010-12-27  Markus Koenig  <basilo@users.sourceforge.net>
1247
1248         * include/gdiplus/gdipluspixelformats.h (PixelFormatIndexed,
1249         PixelFormatGDI, PixelFormatAlpha, PixelFormatPAlpha,
1250         PixelFormatExtended, PixelFormatCanonical, PixelFormatUndefined,
1251         PixelFormatDontCare, PixelFormat1bppIndexed, PixelFormat4bppIndexed,
1252         PixelFormat8bppIndexed, PixelFormat16bppGrayScale,
1253         PixelFormat16bppRGB555, PixelFormat16bppRGB565, PixelFormat16bpp1555,
1254         PixelFormat24bppRGB, PixelFormat32bppRGB, PixelFormat32bppARGB,
1255         PixelFormat32bppPARGB, PixelFormat48bppRGB, PixelFormat64bppARGB,
1256         PixelFormat64bppPARGB, PixelFormatMax): Fix definition.
1257
1258 2010-10-20  Seth Jackson  <sethj@users.sourceforge.net>
1259
1260         * include/commctrl.h (TC_ITEMHEADER[AW]): Rename to TCITEMHEADER[AW].
1261         Add defines for backward compatibility.
1262
1263 2010-12-27  Johann Hanne  <jonnyh33@users.sourceforge.net>
1264
1265         * include/oaidl.h (GetTypeComp, GetTypeComp, IsMatchingType): Fix defintion.
1266         * include/objidl.h (AddConnection, ReleaseConnection): Ditto.
1267         * include/winbase.h (EnumResourceLanguagesA, EnumResourceLanguagesW,
1268         EnumResourceNamesA, EnumResourceNamesW, EnumResourceTypesA,
1269         EnumResourceTypesW): Ditto.
1270         * include/winnt.h (_SYSTEM_POWER_CAPABILITIES): Ditto.
1271
1272 2010-12-27  Seth Jackson  <sethj@users.sourceforge.net>
1273
1274         * include/basetsd.h: (INT8, UINT8, INT16, UINT16): Define.
1275
1276 2010-12-27  Paul Sokolovsky  <pfalcon@users.sf.net>
1277
1278         * include/bdatypes.h: Add missing semicolons.
1279
1280 2010-08-26  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1281
1282         * include/w32api.h: Increment version to 3.15.
1283         * Makefile.in: Ditto.
1284
1285 2010-08-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1286
1287         * Makefile.in: Update naming convention and compression format (lzma),
1288         leaving existing naming convention and compression format as is for Cygwin.
1289
1290 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1291
1292         * include/oleacc.h (STATE_SYSTEM_HASPOPUP, STATE_SYSTEM_NORMAL,
1293         STATE_SYSTEM_PROTECTED): Define.
1294
1295         Thank you to Marcus von Appen for reporting the issue.
1296
1297 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1298
1299         * include/winuser.h (CF_DIBV5): Define.
1300         (CF_MAX): Adjust accordingly.
1301
1302         Thank you to Lenard Lindstrom for reporting the issue.
1303
1304 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1305
1306         * include/sspi.h (QuerySecurityContextToken): Define.
1307         * lib/secur32.def: Regenerate using gendef on a Win7 machine.
1308
1309         Thank you to Magnus Hagander for reporting the issue.
1310
1311 2010-08-25  Ali Sabil  <asabil@users.sourceforge.net>
1312
1313         * include/ocidl.h: Define COBJMACROS for IPropertyBag and IPropertyBag2.
1314
1315 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1316
1317         * include/shlwapi (ASSOCDATA): Update definition.
1318
1319         Thank you to Frederic Deschamps for reporting the issue.
1320
1321 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1322
1323         * include/winbase.h (COPY_FILE_OPEN_SOURCE_FOR_WRITE,
1324         COPY_FILE_ALLOW_DECRYPTED_DESTINATION, COPY_FILE_COPY_SYMLINK,
1325         COPY_FILE_NO_BUFFERING): Define.
1326
1327         Thank you to Roland Schwingel for reporting the issue.
1328
1329 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1330
1331         * include/winuser.h (HHOOK): Move definition from here...
1332         * include/windef.h: ...to here, as per MSDN.
1333
1334         Thank you to Samuel Thibault for reporting the issue.
1335
1336 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1337
1338         * include/winbase.h (GetEnvironmentStrings, GetEnvironmentStringsA): Per
1339         MSDN, change return type to LPCH.
1340         (GetEnvironmentStringsW): Per MSDN, change return type to LPWCH.
1341
1342         Thank you to Emmanuel Stapf for reporting the issue.
1343
1344 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1345
1346         * include/prsht.h (SNDMDG, POSTMSG): Fix typo.
1347         * include/windowsx.h (SNDMSG): Ditto.
1348
1349 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1350
1351         * include/prsht.h (SNDMSG, POSTMSG): Define macros and use throughout.
1352
1353         Thank you to Ozkan Sezer for reporting the issue.
1354
1355 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1356
1357         * include/windowsx.h (SNDMSG): Define macro and use throughout.
1358
1359         Thank you to Chris Oldwood for reporting the issue.
1360
1361 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1362
1363         * include/oleacc.h (AccessibleObjectFromEvent): Correct definition.
1364
1365         Thank you to Rick Walsh for reporting the issue.
1366
1367 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1368
1369         * include/winbase.h (MoveFileWithProcessA, MoveFileWithProgressW): Define.
1370
1371 2010-08-24  Vinky  <rabbit_vinky@users.sourceforge.net>
1372
1373         * include/winbase.h (OVERLAPPED): Correct definition.
1374
1375 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1376
1377         * include/winnt.h (IMAGE_NT_HEADERS32, IMAGE_NT_HEADERS64): Correct
1378         definition.
1379
1380         Thank you to Pasi Ruokola for reporting the issue.
1381
1382 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1383
1384         * include/exdisp.h (get_RegisterAsBrowser): Fix typo.
1385
1386         Thank you to cheznonnon for reporting the issue.
1387
1388 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1389
1390         * lib/ws2_32.def: Regenerate using gendef on a Win7 machine.
1391
1392 2010-08-24  Ozkan Sezer  <sezero@users.sourceforge.net>
1393
1394         * winnt.h: Fix several SUBLANG ID errors (ref:
1395         http://msdn.microsoft.com/en-us/library/dd318693(VS.85).aspx).
1396         (SUBLANG_UI_CUSTOM_DEFAULT): 0x05, not 0x03.
1397         (SUBLANG_HAUSA_NIGERIA): Bad ID name, correct one is ...
1398         (SUBLANG_HAUSA_NIGERIA_LATIN): ... this.
1399         (SUBLANG_INUKTITUT_CANADA_LATIN): 0x02, not 0x01.
1400         (SUBLANG_IRISH_IRELAND): 0x02, not 0x01.
1401         (SUBLANG_LAO_LAO_PDR): Bad ID name, correct one is ...
1402         (SUBLANG_LAO_LAO): ... this.
1403         (SUBLANG_LOWER_SORBIAN_GERMANY): 0x02, not 0x01.
1404         (SUBLANG_SAMI_SKOLT_FINLAND): 0x08, not 0x03.
1405         (SUBLANG_SAMI_INARI_FINLAND): 0x09, not 0x03.
1406         (SUBLANG_SYRIAC_SYRIA): define as SUBLANG_SYRIAC (what MSDN mentions).
1407         (SUBLANG_TIGRIGNA_ERITREA): 0x02, not 0x01.
1408         (SUBLANG_BENGALI_INDIA): 0x01, not 0x00.
1409         (SUBLANG_BENGALI_BANGLADESH): 0x02, not 0x01.
1410         (SUBLANG_PUNJABI_INDIA): 0x01, not 0x00.
1411         (SUBLANG_PUNJABI_PAKISTAN): not defined in MSDN.
1412         (SUBLANG_ROMANIAN_ROMANIA): 0x01, not 0x00.
1413         (SUBLANG_ROMANIAN_MOLDOVA): not defined in MSDN.
1414
1415 2010-08-24  LRN  <lrn1986@gmail.com>
1416
1417         * include/mmreg.h (MPEGLAYER3WAVEFORMAT, WAVE_FORMAT_UNKNOWN,
1418         WAVE_FORMAT_PCM, WAVE_FORMAT_ADPCM, WAVE_FORMAT_IEEE_FLOAT,
1419         WAVE_FORMAT_VSELP, WAVE_FORMAT_IBM_CVSD, WAVE_FORMAT_ALAW,
1420         WAVE_FORMAT_MULAW, WAVE_FORMAT_OKI_ADPCM, WAVE_FORMAT_DVI_ADPCM,
1421         WAVE_FORMAT_MEDIASPACE_ADPCM, WAVE_FORMAT_SIERRA_ADPCM,
1422         WAVE_FORMAT_G723_ADPCM, WAVE_FORMAT_DIGIFIX, WAVE_FORMAT_DIALOGIC_OKI_ADPCM,
1423         WAVE_FORMAT_MEDIAVISION_ADPCM, WAVE_FORMAT_CU_CODEC,
1424         WAVE_FORMAT_YAMAHA_ADPCM, WAVE_FORMAT_SONARC,
1425         WAVE_FORMAT_DSPGROUP_TRUESPEECH, WAVE_FORMAT_ECHOSC1,
1426         WAVE_FORMAT_AUDIOFILE_AF36, WAVE_FORMAT_APTX, WAVE_FORMAT_AUDIOFILE_AF10,
1427         WAVE_FORMAT_PROSODY_1612, WAVE_FORMAT_LRC, WAVE_FORMAT_DOLBY_AC2,
1428         WAVE_FORMAT_GSM610, WAVE_FORMAT_MSNAUDIO, WAVE_FORMAT_ANTEX_ADPCME,
1429         WAVE_FORMAT_CONTROL_RES_VQLPC, WAVE_FORMAT_DIGIREAL, WAVE_FORMAT_DIGIADPCM,
1430         WAVE_FORMAT_CONTROL_RES_CR10, WAVE_FORMAT_NMS_VBXADPCM,
1431         WAVE_FORMAT_ROLAND_RDAC, WAVE_FORMAT_ECHOSC3, WAVE_FORMAT_ROCKWELL_ADPCM,
1432         WAVE_FORMAT_ROCKWELL_DIGITALK, WAVE_FORMAT_XEBEC, WAVE_FORMAT_G721_ADPCM,
1433         WAVE_FORMAT_G728_CELP, WAVE_FORMAT_MSG723, WAVE_FORMAT_MPEG,
1434         WAVE_FORMAT_RT24, WAVE_FORMAT_PAC, WAVE_FORMAT_MPEGLAYER3,
1435         WAVE_FORMAT_LUCENT_G723, WAVE_FORMAT_CIRRUS, WAVE_FORMAT_ESPCM,
1436         WAVE_FORMAT_VOXWARE, WAVE_FORMAT_CANOPUS_ATRAC, WAVE_FORMAT_G726_ADPCM,
1437         WAVE_FORMAT_G722_ADPCM, WAVE_FORMAT_DSAT, WAVE_FORMAT_DSAT_DISPLAY,
1438         WAVE_FORMAT_VOXWARE_BYTE_ALIGNED, WAVE_FORMAT_VOXWARE_AC8,
1439         WAVE_FORMAT_VOXWARE_AC10, WAVE_FORMAT_VOXWARE_AC16,
1440         WAVE_FORMAT_VOXWARE_AC20, WAVE_FORMAT_VOXWARE_RT24,
1441         WAVE_FORMAT_VOXWARE_RT29, WAVE_FORMAT_VOXWARE_RT29HW,
1442         WAVE_FORMAT_VOXWARE_VR12, WAVE_FORMAT_VOXWARE_VR18,
1443         WAVE_FORMAT_VOXWARE_TQ40, WAVE_FORMAT_SOFTSOUND, WAVE_FORMAT_VOXWARE_TQ60,
1444         WAVE_FORMAT_MSRT24, WAVE_FORMAT_G729A, WAVE_FORMAT_MVI_MV12,
1445         WAVE_FORMAT_DF_G726, WAVE_FORMAT_DF_GSM610, WAVE_FORMAT_ISIAUDIO,
1446         WAVE_FORMAT_ONLIVE, WAVE_FORMAT_SBC24, WAVE_FORMAT_DOLBY_AC3_SPDIF,
1447         WAVE_FORMAT_ZYXEL_ADPCM, WAVE_FORMAT_PHILIPS_LPCBB, WAVE_FORMAT_PACKED,
1448         WAVE_FORMAT_RHETOREX_ADPCM, WAVE_FORMAT_IRAT, WAVE_FORMAT_VIVO_G723,
1449         WAVE_FORMAT_VIVO_SIREN, WAVE_FORMAT_DIGITAL_G723,
1450         WAVE_FORMAT_CREATIVE_ADPCM, WAVE_FORMAT_CREATIVE_FASTSPEECH8,
1451         WAVE_FORMAT_CREATIVE_FASTSPEECH10, WAVE_FORMAT_QUARTERDECK,
1452         WAVE_FORMAT_FM_TOWNS_SND, WAVE_FORMAT_BTV_DIGITAL, WAVE_FORMAT_VME_VMPCM,
1453         WAVE_FORMAT_OLIGSM, WAVE_FORMAT_OLIADPCM, WAVE_FORMAT_OLICELP,
1454         WAVE_FORMAT_OLISBC, WAVE_FORMAT_OLIOPR, WAVE_FORMAT_LH_CODEC,
1455         WAVE_FORMAT_NORRIS, WAVE_FORMAT_ISIAUDIO,
1456         WAVE_FORMAT_SOUNDSPACE_MUSICOMPRESS, WAVE_FORMAT_DVM, WAVE_FORMAT_RAW_AAC1,
1457         WAVE_FORMAT_MPEG_HEAAC, WAVE_FORMAT_MPEG_ADTS_AAC, WAVE_FORMAT_DRM,
1458         WAVE_FORMAT_DTS, WAVE_FORMAT_WMAVOICE9, WAVE_FORMAT_WMASPDIF,
1459         WAVE_FORMAT_WMAUDIO_LOSSLESS, WAVE_FORMAT_WMAUDIO2, WAVE_FORMAT_WMAUDIO3,
1460         WAVE_FORMAT_MPEG_LOAS, WAVE_FORMAT_RAW_SPORT, WAVE_FORMAT_ESST_AC3,
1461         WAVE_FORMAT_DTS2): Define.
1462         * include/msacm.h (HACMDRIVERID, HACMDRIVER, HACMSTREAM, HACMOBJ,
1463         ACMSTREAMHEADER, WAVEFILTER, acmDriverAddA, acmDriverAddW, acmDriverRemove,
1464         acmMetrics, acmStreamOpen, acmStreamSize, acmStreamPrepareHeader,
1465         acmStreamUnprepareHeader, acmStreamReset, acmStreamClose, acmStreamConvert):
1466         Define.
1467
1468 2010-08-23  LRN  <lrn1986@gmail.com>
1469
1470         * include/winbase.h (SYMBOLIC_LINK_FLAG_DIRECTORY, FILE_NAME_NORMALIZED,
1471         FILE_NAME_OPENED, VOLUME_NAME_DOS, VOLUME_NAME_GUID, VOLUME_NAME_NONE,
1472         VOLUME_NAME_NT, FILE_BASIC_INFO, FILE_STANDARD_INFO, FILE_NAME_INFO,
1473         FILE_STREAM_INFO, FILE_COMPRESSION_INFO, FILE_ATTRIBUTE_TAG_INFO,
1474         FILE_ID_BOTH_DIR_INFO, FILE_REMOTE_PROTOCOL_INFO, FILE_INFO_BY_HANDLE_CLASS,
1475         GetFileInformationByHandleEx, GetFinalPathNameByHandleA,
1476         GetFinalPathNameByHandleW): Define.
1477
1478 2010-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1479
1480         * lib/CheckConflicts.sh: New file.
1481
1482 2010-08-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1483
1484         * lib/kernel32.def (CopyLZFile, GetExpandedNameA, GetExpandedNameW, LZClose,
1485         LZCopy, LZInit, LZOpenFileA, LZOpenFileW, LZRead, LZSeek, OpenProcessToken,
1486         OpenThreadToken, RegCloseKey, RegCreateKeyExA, RegCreateKeyExW,
1487         RegDeleteKeyExA, RegDeleteKeyExW, RegDeleteValueA, RegDeleteValueW,
1488         RegEnumKeyExA, RegEnumKeyExW, RegEnumValueA, RegEnumValueW, RegFlushKey,
1489         RegGetKeySecurity, RegLoadKeyA, RegLoadKeyW, RegNotifyChangeKeyValue,
1490         RegOpenCurrentUser, RegOpenKeyExA, RegOpenKeyExW, RegOpenUserClassesRoot,
1491         RegQueryInfoKeyA, RegQueryInfoKeyW, RegQueryValueExA, RegQueryValueExW,
1492         RegRestoreKeyA, RegRestoreKeyW, RegSetKeySecurity, RegSetValueExA,
1493         RegSetValueW, RegUnLoadKeyA, RegUnLoadKeyW, RtlCaptureStackBackTrace,
1494         RtlFillMemory, RtlMoveMemory, RtlZeroMemory, SetThreadToken): Remove
1495         conflicting definition.
1496         * lib/th32.def: Remove.
1497         * lib/ntdll.def (RtlUnwind): Remove conflicting definition.
1498         * lib/version.def (VerLanguageNameA, VerLanguageNameW): Remove conflicting
1499         definition.
1500
1501 2010-08-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1502
1503         * lib/kernel32.def (CreateProcessAsUserW): Remove definition.
1504
1505 2010-08-20  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1506
1507         * lib/kernel32.def: Regenerate using gendef on a Win7 machine.
1508
1509 2010-08-19  Corinna Vinschen  <corinna@vinschen.de>
1510
1511         * include/winnt.h: Define FILE_ATTRIBUTE_VIRTUAL.  Change
1512         FILE_ATTRIBUTE_VALID_FLAGS accordingly.
1513         * include/ddk/winddk.h: Ditto.
1514
1515 2010-08-18  Ladislav Michl  <ladis@users.sourceforge.net>
1516
1517         * include/winbase.h (SYMBOLIC_LINK_FLAG_DIRECTORY, CreateSymbolicLinkW,
1518         CreateSymbolicLinkA, CreateSymbolicLink): Define
1519
1520 2010-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1521
1522         * lib/kernel32.def(FatalExit): Correct definiton.
1523
1524 2010-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1525
1526         * include/basetyps.h (REFGUID, REFIID, REFCLSID, REFFMTID): Revert change
1527         from 2010-07-17 since it breaks several applications.
1528
1529 2010-07-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1530
1531         * lib/kernel32.def: Regenerate using gendef.
1532
1533 2010-07-20  Ozkan Sezer  <sezero@users.sourceforge.net>
1534
1535         * include/commctrl.h (LVIF_GROUPID): Fix definition.
1536
1537 2010-07-20  Michael James  <james.me@gmail.com>
1538
1539         * include/commctrl.h (LVIF_COLUMNS): Fix definition.
1540
1541 2010-07-17  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1542
1543         * include/winnt.h (HEAP_MAKE_TAG_FLAGS, VALID_INHERIT_FLAGS): Correct
1544         definition.
1545         * include/rpcndr.h (NdrUnMarshConfStringHdr, NdrUnMarshCCtxtHdl,
1546         NdrMarshSCtxtHdl): Ditto.
1547         * include/basetyps.h (REFGUID, REFIID, REFCLSID, REFFMTID): Remove macro
1548         definition in favour of typedef definition.
1549
1550         Thank you to Yuta Tomino for reporting the issues.
1551
1552 2010-07-08  Markus Koenig  <basilo@users.sourceforge.net>
1553
1554         * include/gdiplus.h: New file.
1555         * include/gdiplus/gdiplus.h: New file.
1556         * include/gdiplus/gdiplusbase.h: New file.
1557         * include/gdiplus/gdiplusbrush.h: New file.
1558         * include/gdiplus/gdipluscolor.h: New file.
1559         * include/gdiplus/gdipluscolormatrix.h: New file.
1560         * include/gdiplus/gdipluseffects.h: New file.
1561         * include/gdiplus/gdiplusenums.h: New file.
1562         * include/gdiplus/gdiplusflat.h: New file.
1563         * include/gdiplus/gdiplusgpstubs.h: New file.
1564         * include/gdiplus/gdiplusgraphics.h: New file.
1565         * include/gdiplus/gdiplusheaders.h: New file.
1566         * include/gdiplus/gdiplusimageattributes.h: New file.
1567         * include/gdiplus/gdiplusimagecodec.h: New file.
1568         * include/gdiplus/gdiplusimaging.h: New file.
1569         * include/gdiplus/gdiplusimpl.h: New file.
1570         * include/gdiplus/gdiplusinit.h: New file.
1571         * include/gdiplus/gdipluslinecaps.h: New file.
1572         * include/gdiplus/gdiplusmatrix.h: New file.
1573         * include/gdiplus/gdiplusmem.h: New file.
1574         * include/gdiplus/gdiplusmetafile.h: New file.
1575         * include/gdiplus/gdiplusmetaheader.h: New file.
1576         * include/gdiplus/gdipluspath.h: New file.
1577         * include/gdiplus/gdipluspen.h: New file.
1578         * include/gdiplus/gdipluspixelformats.h: New file.
1579         * include/gdiplus/gdiplusstringformat.h: New file.
1580         * include/gdiplus/gdiplustypes.h: New file.
1581         * lib/gdiplus.c: New file containing GDI+ variable definitions
1582         and GUIDs.
1583         * lib/gdiplus.def: New file.
1584         * lib/Makefile.in: Add gdiplus.o to EXTRA_OBJS,
1585         add gdiplus.c to SOURCES.
1586         * lib/test.c: Include gdiplus.h.
1587
1588 2010-06-28  Rick Rankin  <rrankin1424-mingw@yahoo.com>
1589
1590         * include/psapi.h (PROCESS_MEMORY_COUNTERS_EX, PERFORMANCE_INFORMATION,
1591         GetPerformanceInfo): Define.
1592         * lib/psapi.def (GetPerformanceInfo): Define.
1593         * include/wincrypt.h (CryptEnumProvidersA, CryptEnumProvidersW,
1594         CryptEnumProviders): Define.
1595
1596 2010-02-17  LRN  <lrn1986@gmail.com>
1597
1598         * include/shlguid.h (IID_IFolderView): Define.
1599         * include/shlobj.h (IFolderView interface): Define.
1600         * lib/shell32.c (IID_IFolderView): Export.
1601
1602 2010-01-26  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
1603
1604         * include/shldisp.h (AUTOCOMPLETEOPTIONS): Add version guard around
1605         ACO_WORD_FILTER and ACO_NOPREFIXFILTERING.
1606
1607 2010-01-26  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
1608
1609         * include/shldisp.h (AUTOCOMPLETEOPTIONS): Add enum.
1610
1611 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1612
1613         * include/shlobj.h (SHParseDisplayName): Fix definition.
1614
1615 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1616
1617         * include/w32api.h: Increment version to 3.14.
1618         * Makefile.in: Ditto.
1619
1620 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1621
1622         * include/shlobj.h (SHParseDisplayName): Define.
1623
1624         Thanks to James Roberts-Thomson for the report.
1625
1626 2009-20-10  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
1627
1628         * include/wingdi.h (ENHMFENUMPROC): Correct definition.
1629
1630         Thanks to Alexander Vassilev for the report.
1631
1632 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1633
1634         * include/iprtrmib.h (MIB_IPADDRROW): Correct definition.
1635
1636         Thanks to Thomas Denk for the report.
1637
1638 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1639
1640         * include/winbase.h (UnmapViewOfFile): Correct definition.
1641
1642         Thanks to Dimitry Sibiryakov for the report.
1643
1644 2009-20-10  Aleksey Chernov  <virxkane@users.sourceforge.net>
1645
1646         * include/sspi.h: Include ntsecapi.h to correct postgresql build error.
1647
1648 2009-20-10  Heiko Hund  <heiko@ist.eigentlich.net>
1649
1650         * include/commctrl.h (GetMUILanguage, InitMUILanguage): Add prototypes.
1651         * lib/comctl32.def (GetMUILanguage, InitMUILanguage): Define.
1652
1653 2009-20-10  Michael James  <james.me@gmail.com>
1654
1655         * include/wingdi.h (CLEARTYPE_QUALITY): Define.
1656         * include/winuser.h (WM_KEYLAST): Alternative definition when _WIN32_WINNT
1657         >= 0x0501.
1658         (WM_UNICHAR,UNICODE_NOCHAR): Define.
1659         * lib/comctl32.def (DefSubclassProc@16,GetWindowSubclass@16,
1660         RemoveWindowSubclass@12): Add exports.
1661         * lib/gdi32.def (GetDCBrushColor@4,GetDCPenColor@4): Add exports.
1662
1663 2009-20-10  Jarkko Sakkinen  <jarkko.sakkinen@iki.fi>
1664
1665         * include/winuser.h (WM_TOUCHMOVE, WM_TOUCHDOWN, WM_TOUCHUP,
1666         TOUCHEVENTF_DOWN, TOUCHEVENTF_INRANGE, TOUCHEVENTF_MOVE,
1667         TOUCHEVENTF_NOCOALESCE, TOUCHEVENTF_PALM, TOUCHEVENTF_PEN,
1668         TOUCHEVENTF_PRIMARY, TOUCHEVENTF_UP, TOUCHEVENTMASKF_CONTACTAREA,
1669         TOUCHEVENTMASKF_EXTRAINFO, TOUCHEVENTMASKF_TIMEFROMSYSTEM, TOUCHINPUT,
1670         CloseTouchInputHandle, GetTouchInputInfo, IsTouchWindow,
1671         RegisterTouchWindow, UnregisterTouchWindow): Define.
1672         * lib/user32.def (CloseTouchInputHandle, GetTouchInputInfo, IsTouchWindow,
1673         RegisterTouchWindow, UnregisterTouchWindow): Define.
1674
1675 2009-20-10  Dmitry Potapov  <dpotapov@users.sourceforge.net>
1676
1677         * include/winver.h (VerQueryValue[AW]): Correct definition.
1678
1679 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1680
1681         * include/shlobj.h (SHARD): Add enum.
1682         (SHARD_PATH): Define based on UNICODE.
1683
1684         Thanks to Jacek Caban for the report.
1685
1686 2009-14-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1687
1688         * include/wingdi.h (_devicemodeW, _devicemodeA): Correct definition.
1689
1690         Thanks to Bruno Martinez for the report.
1691
1692 2009-14-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1693
1694         * include/shlobj.h (IDO_SHGIOI_SHARE, IDO_SHGIOI_LINK, IDO_SHGIOI_SLOWFILE,
1695         IDO_SHGIOI_DEFAULT, SHGetIconOverlayIndexW, SHGetIconOverlayIndexA,
1696         SHGetIconOverlayIndex): Define.
1697
1698         Thanks to Tim Kosse for the report.
1699
1700 2009-13-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1701
1702         * include/wincon.h (AttachConsole): Correct guard.
1703
1704         Thanks to Alexander Shaduri for the report.
1705
1706 2009-13-09  Robert Moerland  <rjmoerland@users.sourceforge.net>
1707
1708         * include/wininet.h (NTERNET_CACHE_ENTRY_INFOW): Correct definition.
1709         (DeleteUrlCacheEntryW, DeleteUrlCacheEntryA): Define.
1710
1711 2009-13-09  Jacky Lai  <crazyjacky@users.sourceforge.net>
1712
1713         * include/winerror.h: Fix typos in macro names.
1714
1715 2009-13-09  Jan Nijtmans  <nijtmans@users.sourceforge.net>
1716
1717         * include/winuser.h (SendMessageTimeoutA, SendMessageTimeoutW): Correct
1718         definition.
1719
1720 2009-11-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1721
1722         * include/winnt.h (PROCESS_SUSPEND_RESUME): Define.
1723
1724 2009-10-29  Charles Wilson  <mingw@cwilson.fastmail.fm>
1725
1726         Honor DESTDIR for winsup/mingw and winsup/w32api.
1727         Detect and report error if installation paths are win32
1728         format, but DESTDIR is non-empty.
1729
1730         * Makefile.in (install, uninstall): Use FLAGS_TO_PASS
1731         when invoking make in subdirs.
1732         * lib/Makefile.in (DESTDIR): Honor per convention.
1733         (need-DESTDIR-compatibility): New macro; define it and a
1734         corresponding rule.
1735         (fail-DESTDIR-compatibility): New dependency goal.
1736         (install-libraries, install-headers, uninstall-libraries,
1737         uninstall-headers): Require need-DESTDIR-compatibility.
1738         * lib/ddk/Makefile.in: Ditto.
1739         * lib/directx/Makefile.in: Ditto.
1740
1741 2009-10-04  Corinna Vinschen  <corinna@vinschen.de>
1742
1743         * include/winbase.h (CreateRestrictedToken): Declare for >= Win 2000.
1744         _WIN32_WINNT >= 0x0500.
1745         (DISABLE_MAX_PRIVILEGE, SANDBOX_INERT, LUA_TOKEN,
1746         WRITE_RESTRICTED): Define.
1747         (IsTokenRestricted): Declare for >= Win 2000.
1748
1749 2009-08-30  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1750
1751         * include/wtsapi32.h (WTSQuerySessionInformationA,
1752         WTSQuerySessionInformationW, WTSQuerySessionInformation, WTSFreeMemory):
1753         Moved to (_WIN32_WINNT >= 0x0500) guard.
1754         (thanks to Pierre Ossman)
1755
1756 2009-08-09  Andy Koppe  <andy.koppe@gmail.com>
1757
1758         * include/winnls.h (IS_HIGH_SURROGATE, IS_LOW_SURROGATE,
1759         IS_SURROGATE_PAIR): Define.
1760
1761 2009-07-27  Corinna Vinschen  <corinna@vinschen.de>
1762
1763         * include/winnt.h (FILE_SUPPORTS_HARD_LINKS,
1764         FILE_SUPPORTS_EXTENDED_ATTRIBUTES, FILE_SUPPORTS_OPEN_BY_FILE_ID,
1765         FILE_SUPPORTS_USN_JOURNALS): Define.  Add comment.
1766         * include/ddk/ntifs.h: Ditto.
1767         (FILE_SEQUENTIAL_WRITE_ONCE, FILE_SUPPORTS_TRANSACTIONS): Define.
1768
1769 2009-07-21  Corinna Vinschen  <corinna@vinschen.de>
1770
1771         * lib/msimg32.def (GetDCBrushColor, GetDCPenColor): Move entry points
1772         from here...
1773         * lib/gdo32.dll: ...to here.
1774
1775 2009-07-01  Corinna Vinschen  <corinna@vinschen.de>
1776
1777         * lib/comctl32.def (StrCSpnA@8, StrCSpnIA@8, StrCSpnW@8, StrChrA@8,
1778         StrChrIA@8, StrChrIW@8, StrChrW@8, StrCmpNA@12, StrCmpNIA@12,
1779         StrCmpNIW@12, StrCmpNW@12, StrRChrA@12, StrRChrIA@12, StrRChrW@12,
1780         StrRStrIA@12, StrRStrIW@12, StrStrA@8, StrStrIA@8, StrStrIW@8,
1781         StrStrW@8, StrToIntA@4, StrToIntW@4): Remove erroneously defined
1782         entry points.
1783
1784 2009-06-24  Corinna Vinschen  <corinna@vinschen.de>
1785
1786         * include/wtsapi32.h (WTSQueryUserToken, WTSEnumerateSessionsW,
1787         WTSEnumerateSessionsA): Add function prototypes.
1788         (struct _WTS_SESSION_INFOW, struct _WTS_SESSION_INFOA): Add typedefs.
1789         (WTS_SESSION_INFO, PWTS_SESSION_INFO, WTSEnumerateSessions): Add
1790         defines dependent on UNICODE setting.
1791
1792 2009-06-07  Corinna Vinschen  <corinna@vinschen.de>
1793
1794         * include/ddk/ntapi.h: Add NtXxx equivalent to ZwXxx where missing
1795         and vice versa.
1796         * include/ddk/ntifs.h: Ditto.
1797         * include/ddk/winddk.h: Ditto.
1798         * lib/ntdll.def (NtPlugPlayControl, NtQueryInstallUILanguage,
1799         ZwPlugPlayControl, ZwQueryInstallUILanguage): Add entry points defined
1800         in header, but missing in lib.  Omit NT4-only entry points.
1801
1802 2009-05-01  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1803
1804         * include/shellapi.h (SHIL_LARGE, SHIL_SMALL, SHIL_EXTRALARGE,
1805         SHIL_SYSSMALL, SHIL_JUMBO, SHIL_LAST SHIL_JUMBO, SHGetImageList): Define.
1806         * lib/shell32.def (SHGetImageList): Define.
1807
1808 2009-02-18  Corinna Vinschen  <corinna@vinschen.de>
1809
1810         * winnt.h: Add Vista token security extensions.
1811         (SID_HASH_SIZE): Define.
1812         (TOKEN_MANDATORY_POLICY_OFF, TOKEN_MANDATORY_POLICY_NO_WRITE_UP,
1813         TOKEN_MANDATORY_POLICY_NEW_PROCESS_MIN,
1814         TOKEN_MANDATORY_POLICY_VALID_MASK): Define.
1815         (SID_HASH_ENTRY): Define.
1816         (struct _SID_AND_ATTRIBUTES_HASH): Define.
1817         (struct _TOKEN_LINKED_TOKEN): Define.
1818         (struct _TOKEN_MANDATORY_LABEL): Define.
1819         (struct _TOKEN_MANDATORY_POLICY): Define.
1820         (struct _TOKEN_ELEVATION): Define.
1821         (struct _TOKEN_ACCESS_INFORMATION): Define.
1822         (enum _TOKEN_INFORMATION_CLASS): Conditionally define new Vista token
1823         information enumeration values.
1824
1825 2009-02-09  Corinna Vinschen  <corinna@vinschen.de>
1826
1827         * include/winioctl.h (FSCTL_ALLOW_EXTENDED_DASD_IO): Copy definition
1828         from ddk/ntifs.h.
1829
1830 2009-02-06  Linton Miller  <Linton.Miller@trivininc.com>
1831
1832         * include/wtsapi32.h (WTS_CURRENT_SESSION): Fix definition.
1833
1834 2009-01-19  Corinna Vinschen  <corinna@vinschen.de>
1835
1836         * include/winbase.h (enum _DEP_SYSTEM_POLICY_TYPE): Fix version guard.
1837
1838 2009-01-11  Henry Nestler  <henry@bigfoot.de>
1839
1840         * lib/ddk/ntoskrnl.def: Enable ZwQueryEaFile, ZwSetEaFile, NtQueryEaFile,
1841         NtSetEaFile.
1842
1843 2009-01-07  Corinna Vinschen  <corinna@vinschen.de>
1844
1845         * include/winbase.h (SCS_64BIT_BINARY): Define.
1846
1847 2008-12-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1848
1849         * include/w32api.h: Increment version to 3.13.
1850         * Makefile.in: Ditto.
1851
1852 2008-12-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1853
1854         * lib/glut.def: remove.
1855         * lib/glut32.def: ditto.
1856
1857 2008-11-11  Corinna Vinschen  <corinna@vinschen.de>
1858
1859         * include/winbase.h (PROCESS_DEP_ENABLE,
1860         PROCESS_DEP_DISABLE_ATL_THUNK_EMULATION): Define for >= Vista SP1.
1861         (enum _DEP_SYSTEM_POLICY_TYPE): Ditto.
1862         (GetProcessDEPPolicy, GetSystemDEPPolicy, SetProcessDEPPolicy): Ditto.
1863
1864 2008-10-09  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1865
1866         * include/mmsystem.h (sndAlias): Correct GCC4 warning.
1867
1868 2008-10-04  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1869
1870         * include/shellapi.h (NOTIFYICON_VERSION_4): Define.
1871
1872 2008-09-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1873
1874         * include/vfw.h (capSendMessage): Rename to __capSendMessage.
1875
1876 2008-09-24  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1877
1878         * include/vfw.h (WM_CAP_SET_CALLBACK_ERRORA, WM_CAP_SET_CALLBACK_ERRORW,
1879         WM_CAP_SET_CALLBACK_STATUS, WM_CAP_SET_CALLBACK_YIELD,
1880         WM_CAP_SET_CALLBACK_FRAMEA, WM_CAP_SET_CALLBACK_FRAMEW,
1881         WM_CAP_SET_CALLBACK_VIDEOSTREAM, WM_CAP_SET_CALLBACK_WAVESTREAM,
1882         WM_CAP_GET_USER_DATA, WM_CAP_SET_USER_DATA, WM_CAP_DRIVER_CONNECT,
1883         WM_CAP_DRIVER_DISCONNECT, WM_CAP_DRIVER_GET_NAMEA, WM_CAP_DRIVER_GET_NAMEW,
1884         WM_CAP_DRIVER_GET_VERSIONA, WM_CAP_DRIVER_GET_VERSIONW,
1885         WM_CAP_DRIVER_GET_CAPS, WM_CAP_FILE_SET_CAPTURE_FILEA,
1886         WM_CAP_FILE_SET_CAPTURE_FILEW, WM_CAP_FILE_GET_CAPTURE_FILEA,
1887         WM_CAP_FILE_GET_CAPTURE_FILEW, WM_CAP_FILE_ALLOCATE, WM_CAP_FILE_SAVEASA,
1888         WM_CAP_FILE_SAVEASW, WM_CAP_FILE_SET_INFOCHUNK, WM_CAP_FILE_SAVEDIBA,
1889         WM_CAP_FILE_SAVEDIBW, WM_CAP_EDIT_COPY, WM_CAP_SET_AUDIOFORMAT,
1890         WM_CAP_GET_AUDIOFORMAT, WM_CAP_DLG_VIDEOFORMAT, WM_CAP_DLG_VIDEOSOURCE,
1891         WM_CAP_DLG_VIDEODISPLAY, WM_CAP_GET_VIDEOFORMAT, WM_CAP_SET_VIDEOFORMAT,
1892         WM_CAP_DLG_VIDEOCOMPRESSION, WM_CAP_SET_PREVIEW, WM_CAP_SET_OVERLAY,
1893         WM_CAP_SET_PREVIEWRATE, WM_CAP_SET_SCALE, WM_CAP_GET_STATUS,
1894         WM_CAP_SET_SCROLL, WM_CAP_GRAB_FRAME, WM_CAP_GRAB_FRAME_NOSTOP,
1895         WM_CAP_SEQUENCE, WM_CAP_SEQUENCE_NOFILE, WM_CAP_SET_SEQUENCE_SETUP,
1896         WM_CAP_GET_SEQUENCE_SETUP, WM_CAP_SET_MCI_DEVICEA, WM_CAP_SET_MCI_DEVICEW,
1897         WM_CAP_GET_MCI_DEVICEA, WM_CAP_GET_MCI_DEVICEW, WM_CAP_STOP, WM_CAP_ABORT,
1898         WM_CAP_SINGLE_FRAME_OPEN, WM_CAP_SINGLE_FRAME_CLOSE, WM_CAP_SINGLE_FRAME,
1899         WM_CAP_PAL_OPENA, WM_CAP_PAL_OPENW, WM_CAP_PAL_SAVEA, WM_CAP_PAL_SAVEW,
1900         WM_CAP_PAL_PASTE, WM_CAP_PAL_AUTOCREATE, WM_CAP_PAL_MANUALCREATE,
1901         WM_CAP_SET_CALLBACK_CAPCONTROL): Define using WM_USER.
1902         (capSendMessage): Don't undef.
1903
1904 2008-09-21  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1905
1906         * incude/sspi.h: include subauth.h to fix issue of UNICODE_STRING being
1907         undefined.
1908
1909 2008-09-13  mega-squall  <mega-squall@users.sf.net>
1910
1911         * include/winnt.h (SUBLANG_BENGALI_INDIA, SUBLANG_PUNJABI_INDIA,
1912         SUBLANG_ROMANIAN_ROMANIA): Correct definition.
1913         (SUBLANG_BENGALI_BANGLADESH, SUBLANG_PUNJABI_PAKISTAN,
1914         SUBLANG_ROMANIAN_MOLDOVA): Define.
1915
1916 2008-09-11  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1917
1918         * include/shlwapi.h (ASSOCSTR): Update enum.
1919
1920 2008-09-07  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1921
1922         * include/w32api.h: Increment version to 3.12.
1923         * Makefile.in: Ditto.
1924
1925 2008-09-07  Michael Hentschel  <mikeh42@users.sourceforge.net>
1926
1927         * include/shlwapi.h (STIF_DEFAULT, STIF_SUPPORT_HEX): Define.
1928
1929 2008-09-07  alsemm  <alsemm@users.sourceforge.net>
1930
1931         * include/mlang.h (IMLangFontLink2::MapFont): Fix definition.
1932
1933 2008-09-07  Danny Smith  <dannysmith@users.sourceforge.net>
1934
1935         * include/ws2tcpip.h (IPV6_MREQ): Fix typo.
1936         Thanks to Richard Hughes for report.
1937
1938 2008-09-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1939
1940         * Makefile.in: Adjust to new naming standard for MinGW while maintaining old
1941         naming standard for Cygwin.
1942
1943 2008-08-30  Bo Yang  <techrazy@users.sourceforge.net>
1944
1945         * include/sspi.h: Fix PSecurityFunctionTableW structure.
1946
1947 2008-08-29  Andy Grover  <andy.grover@oracle.com>
1948
1949         * include/ddk/scsi.h: Define READ_TOC formats.
1950         * lib/ddk/scsiport.def (ScsiPortGetDeviceBase): Fix export.
1951
1952 2008-08-29  Andy Grover  <andy.grover@oracle.com>
1953
1954         * include/ddk/ndis.h (NDIS_MINIPORT_MAJOR_VERSION, NDIS_MINIPORT_MINOR_VERSION,
1955         struct NDIS_TASK_OFFLOAD_HEADER, PROTOCOL_RESERVED_SIZE_IN_PACKET,
1956         NdisGetFirstBufferFromPacketSafe, NdisMIndicateReceivePacket,
1957         NdisSetPacketPoolProtocolId, NdisMInitializeTimer, NdisMSetPeriodicTimer,
1958         NdisMCancelTimer): Define.
1959         (enum NDIS_ENCAPSULATION, struct NDIS_ENCAPSULATION_FORMAT): move in file.
1960         (struct _NDIS_PACKET): Define using _ANONYMOUS_UNION and ANONYMOUS_STRUCT to
1961         eliminate warnings.
1962         (NdisReinitializePacket): Rename from NdisReinitializePacketCounts.
1963         * lib/ddk/ndis.def (NdisInitAnsiString, NdisInitUnicodeString, NdisMCancelTimer,
1964         NdisMInitializeTimer, NdisMSetPeriodicTimer, NdisSetPacketPoolProtocolId):
1965         Export.
1966
1967 2008-08-29  Andy Grover  <andy.grover@oracle.com>
1968
1969         * include/ddk/winddk.h (RtlStringCbCopyA, RtlStringCbPrintfA,
1970         RtlStringCbVPrintfA): define in terms of POSIX string functions.
1971
1972 2008-08-29  Andy Grover  <andy.grover@oracle.com>
1973
1974         * include/ddk/winddk.h (KeRaiseIrql): Define.
1975         (KfRaiseIrql, KfLowerIrql): remove incorrect definitions.
1976
1977 2008-08-29  Andy Grover  <andy.grover@oracle.com>
1978
1979         * include/ddk/winddk.h (KeFlushQueuedDpcs, KeMemoryBarrier): Define.
1980         (KeGetCurrentProcessorNumber): Fix incorrect member reference.
1981         (InterlockedIncrement, InterlockedDecrement): fix warning.
1982         * lib/ddk/ntoskrnl.def (KeFlushQueuedDpcs, KeMemoryBarrier): Export.
1983         (KeNumberProcessors): Export.
1984
1985 2008-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1986
1987         * include/shlwapi.h (ASSOCF_INIT_NOREMAPCLSID, ASSOCF_INIT_BYEXENAME,
1988         ASSOCF_OPEN_BYEXENAME, ASSOCF_INIT_DEFAULTTOSTAR,
1989         ASSOCF_INIT_DEFAULTTOFOLDER, ASSOCF_NOUSERSETTINGS, ASSOCF_NOTRUNCATE,
1990         ASSOCF_VERIFY, ASSOCF_REMAPRUNDLL, ASSOCF_NOFIXUPS, ASSOCF_IGNOREBASECLASS,
1991         ASSOCF_INIT_IGNOREUNKNOWN): Define.
1992
1993 2008-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1994
1995         * include/commctrl.h (LVN_MARQUEEBEGIN): Define.
1996
1997         Thanks to Tim Kosse <botg at users dot sf dot net>.
1998
1999 2008-08-22  Bo Yang  <techrazy@users.sourceforge.net>
2000
2001         * include/winnt.h (OWNER_SECURITY_INFORMATION, GROUP_SECURITY_INFORMATION,
2002         DACL_SECURITY_INFORMATION, SACL_SECURITY_INFORMATION): Correct.
2003         * include/winnt.h (OWNER_SECURITY_INFORMATION, GROUP_SECURITY_INFORMATION,
2004         DACL_SECURITY_INFORMATION, SACL_SECURITY_INFORMATION,
2005         LABEL_SECURITY_INFORMATION, UNPROTECTED_SACL_SECURITY_INFORMATION,
2006         UNPROTECTED_DACL_SECURITY_INFORMATION, PROTECTED_SACL_SECURITY_INFORMATION,
2007         PROTECTED_DACL_SECURITY_INFORMATION): Define.
2008
2009 2008-08-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2010
2011         * include/wtsapi32.h (_WTS_INFO_CLASS, _WTS_CONNECTSTATE_CLASS,
2012         WTSQuerySessionInformation, WTSFreeMemory): Define.
2013
2014 2008-07-25  Bo Yang  <techrazy@users.sourceforge.net>
2015
2016         * lib/gdi32.def (SetLayout): Export.
2017
2018 2008-07-25  Bo Yang  <techrazy@users.sourceforge.net>
2019
2020         * include/wincrypt.h (struct _CRYPT_KEY_PROV_PARAM,
2021         struct _CRYPT_KEY_PROV_INFO, CertGetCertificateContextProperty,
2022         CryptEnumKeyIdentifierProperties, CryptAcquireCertificatePrivateKey,
2023         CertCreateCertificateContext, CryptGetKeyIdentifierProperty,
2024         CertSetCertificateContextProperty, CertCompareCertificateName,
2025         CryptSetKeyIdentifierProperty, CertOIDToAlgId, CryptGetDefaultProviderA,
2026         CryptGetDefaultProviderW and many corresponding macroes): Define.
2027         * lib/crypt32.def (Export the above 11 functions): Export.
2028         * include/winerror.h (CRYPT_E_NOT_FOUND and other crypt related
2029         macroes): Define.
2030
2031
2032 2008-07-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2033
2034         * include/winuser.h (MENUGETOBJECTINFO, MNGO_NOINTERFACE, MNGO_NOERROR,
2035         MNGOF_TOPGAP, MNGOF_BOTTOMGAP): Define.
2036
2037 2008-07-24  techrazy  <techrazy@users.sourceforge.net>
2038
2039         * include/wingdi.h (OUT_PS_ONLY_PRECIS): Define.
2040
2041 2008-07-24  Corinna Vinschen  <corinna@vinschen.de>
2042
2043         * include/lmaccess.h (struct _USER_INFO_4): Define.
2044         (struct _USER_INFO_23): Define.
2045         (struct _GROUP_INFO_3): Define.
2046
2047 2008-07-14  Corinna Vinschen  <corinna@vinschen.de>
2048
2049         * include/iphlpapi.h (GetExtendedTcpTable): Add prototype.
2050         * include/iprtrmib.h (TCP_TABLE_CLASS, MIB_TCPROW_OWNER_PID,
2051         MIB_TCPTABLE_OWNER_PID, MIB_TCP6ROW_OWNER_PID,
2052         MIB_TCP6TABLE_OWNER_PID): Define.
2053         * lib/iphlpapi.def (GetExtendedTcpTable): Export.
2054
2055 2008-06-25  Brandon Sneed  <nivenh@sourceware.org>
2056
2057         * include/winbase.h (GetProcessHandleCount, GetSystemRegistryQuota,
2058         GetThreadIOPendingFlag): Modified to rely on _WIN32_WINNT 0x0501 instead
2059         of 0x0502.
2060         Bug reported by Thomas Denk.
2061
2062 2008-06-25  Brandon Sneed  <nivenh@sourceware.org>
2063
2064         * include/winbase.h (InterlockedIncrement, InterlockedDecrement,
2065         InterlockedCompareExchange, InterlockedExchange,
2066         InterlockedCompareExchangePointer, InterlockedExchangeAdd,
2067         InterlockedExchangePointer): Modified from PLONG to LONG volatile *.
2068         Bug reported by Erik Blake.
2069
2070 2008-06-20  Danny Smith  <dannysmith@users.sourceforge.net>
2071
2072         * lib/ddk/hal.def (HalTranslateBusAddress): Correct suffix.
2073         * lib/ddk/ntoskrnl.def (MmAllocateContiguousMemory): Correct suffix.
2074         Bug reported by Brian Hawley.
2075
2076 2008-06-17  Corinna Vinschen  <corinna@vinschen.de>
2077
2078         * include/dsgetdc.h (DS_FORCE_REDISCOVERY, DS_FORCE_REDISCOVERY,
2079         DS_DIRECTORY_SERVICE_REQUIRED, DS_DIRECTORY_SERVICE_PREFERRED,
2080         DS_GC_SERVER_REQUIRED, DS_PDC_REQUIRED, DS_BACKGROUND_ONLY,
2081         DS_IP_REQUIRED, DS_KDC_REQUIRED, DS_TIMESERV_REQUIRED,
2082         DS_WRITABLE_REQUIRED, DS_GOOD_TIMESERV_PREFERRED, DS_AVOID_SELF,
2083         DS_ONLY_LDAP_NEEDED, DS_IS_FLAT_NAME, DS_IS_DNS_NAME,
2084         DS_RETURN_DNS_NAME, DS_RETURN_FLAT_NAME): Define.
2085         (DsGetDcNameW, DsGetDcNameA): Declare.
2086         (DsGetDcName): Define.
2087         * lib/netapi32.def (DsGetDcNameA, DsGetDcNameW): Export.
2088
2089 2008-05-28  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2090
2091         * include/commctrl.h (NMLVODSTATECHANGE): Define.
2092
2093         Thanks to Tim Kosse <botg at users dot sf dot net>.
2094
2095 2008-05-28  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2096
2097         * include/winnt.h (SUBLANG_TIBETAN_BHUTAN): Fix definition.
2098
2099         Thanks to Nicola Di Nisio <nicoladinisio at users dot sf dot net>.
2100
2101 2008-05-15  Corinna Vinschen  <corinna@vinschen.de>
2102
2103         * include/winnt.h (FILE_SEQUENTIAL_WRITE_ONCE): Define.
2104         (FILE_SUPPORTS_TRANSACTIONS): Define.
2105
2106 2008-05-01  Bart Oldeman  <bartoldeman@users.sf.net>
2107
2108         * include/winuser.h (DEVICE_NOTIFY_WINDOW_HANDLE,
2109         DEVICE_NOTIFY_SERVICE_HANDLE): remove duplicate definition.
2110
2111 2008-05-02  Ramiro Polla  <ramiro@lisha.ufsc.br>
2112
2113         * include/vfw.h (WM_CAP_SET_CALLBACK_ERRORA, WM_CAP_SET_CALLBACK_ERRORW,
2114         WM_CAP_SET_CALLBACK_STATUS, WM_CAP_SET_CALLBACK_YIELD,
2115         WM_CAP_SET_CALLBACK_FRAMEA, WM_CAP_SET_CALLBACK_FRAMEW,
2116         WM_CAP_SET_CALLBACK_VIDEOSTREAM, WM_CAP_SET_CALLBACK_WAVESTREAM,
2117         WM_CAP_GET_USER_DATA, WM_CAP_SET_USER_DATA, WM_CAP_DRIVER_CONNECT,
2118         WM_CAP_DRIVER_DISCONNECT, WM_CAP_DRIVER_GET_NAMEA, WM_CAP_DRIVER_GET_NAMEW,
2119         WM_CAP_DRIVER_GET_VERSIONA, WM_CAP_DRIVER_GET_VERSIONW,
2120         WM_CAP_DRIVER_GET_CAPS, WM_CAP_FILE_SET_CAPTURE_FILEA,
2121         WM_CAP_FILE_SET_CAPTURE_FILEW, WM_CAP_FILE_GET_CAPTURE_FILEA,
2122         WM_CAP_FILE_GET_CAPTURE_FILEW, WM_CAP_FILE_ALLOCATE, WM_CAP_FILE_SAVEASA,
2123         WM_CAP_FILE_SAVEASW, WM_CAP_FILE_SET_INFOCHUNK, WM_CAP_FILE_SAVEDIBA,
2124         WM_CAP_FILE_SAVEDIBW, WM_CAP_EDIT_COPY, WM_CAP_SET_AUDIOFORMAT,
2125         WM_CAP_GET_AUDIOFORMAT, WM_CAP_DLG_VIDEOFORMAT, WM_CAP_DLG_VIDEOSOURCE,
2126         WM_CAP_DLG_VIDEODISPLAY, WM_CAP_GET_VIDEOFORMAT, WM_CAP_SET_VIDEOFORMAT,
2127         WM_CAP_DLG_VIDEOCOMPRESSION, WM_CAP_SET_PREVIEW, WM_CAP_SET_OVERLAY,
2128         WM_CAP_SET_PREVIEWRATE, WM_CAP_SET_SCALE, WM_CAP_GET_STATUS,
2129         WM_CAP_SET_SCROLL, WM_CAP_GRAB_FRAME, WM_CAP_GRAB_FRAME_NOSTOP,
2130         WM_CAP_SEQUENCE, WM_CAP_SEQUENCE_NOFILE, WM_CAP_SET_SEQUENCE_SETUP,
2131         WM_CAP_GET_SEQUENCE_SETUP, WM_CAP_SET_MCI_DEVICEA, WM_CAP_SET_MCI_DEVICEW,
2132         WM_CAP_GET_MCI_DEVICEA, WM_CAP_GET_MCI_DEVICEW, WM_CAP_STOP, WM_CAP_ABORT,
2133         WM_CAP_SINGLE_FRAME_OPEN, WM_CAP_SINGLE_FRAME_CLOSE, WM_CAP_SINGLE_FRAME,
2134         WM_CAP_PAL_OPENA, WM_CAP_PAL_OPENW, WM_CAP_PAL_SAVEA, WM_CAP_PAL_SAVEW,
2135         WM_CAP_PAL_PASTE, WM_CAP_PAL_AUTOCREATE, WM_CAP_PAL_MANUALCREATE,
2136         WM_CAP_SET_CALLBACK_CAPCONTROL, WM_CAP_SET_CALLBACK_ERROR,
2137         WM_CAP_SET_CALLBACK_FRAME, WM_CAP_DRIVER_GET_NAME,
2138         WM_CAP_DRIVER_GET_VERSION, WM_CAP_FILE_SET_CAPTURE_FILE,
2139         WM_CAP_FILE_GET_CAPTURE_FILE, WM_CAP_FILE_SAVEAS, WM_CAP_FILE_SAVEDIB,
2140         WM_CAP_SET_MCI_DEVICE, WM_CAP_GET_MCI_DEVICE, WM_CAP_PAL_OPEN,
2141         WM_CAP_PAL_SAVE, capSetCallbackOnError, capSetCallbackOnStatus,
2142         capSetCallbackOnYield, capSetCallbackOnFrame, capSetCallbackOnVideoStream,
2143         capSetCallbackOnWaveStream, capGetUserData, capSetUserData,
2144         capDriverConnect, capDriverDisconnect, capDriverGetName,
2145         capDriverGetVersion, capDriverGetCaps, capFileSetCaptureFile,
2146         capFileGetCaptureFile, capFileAlloc, capFileSaveAs, capFileSetInfoChunk,
2147         capFileSaveDIB, capEditCopy, capSetAudioFormat, capGetAudioFormat,
2148         capGetAudioFormatSize, capDlgVideoFormat, capDlgVideoSource,
2149         capDlgVideoDisplay, capGetVideoFormat, capGetVideoFormatSize,
2150         capSetVideoFormat, capDlgVideoCompression, capPreview, capOverlay,
2151         capPreviewRate, capPreviewScale, capGetStatus, capSetScrollPos,
2152         capGrabFrame, capGrabFrameNoStop, capCaptureSequence,
2153         capCaptureSequenceNoFile, capCaptureSetSetup, capCaptureGetSetup,
2154         capSetMCIDeviceName, capGetMCIDeviceName, capCaptureStop, capCaptureAbort,
2155         capCaptureSingleFrameOpen, capCaptureSingleFrameClose,
2156         capCaptureSingleFrame, capPaletteOpen, capPaletteSave, capPalettePaste,
2157         capPaletteAuto, capPaletteManual, capSetCallbackOnCapControl): Define.
2158         (CAPDRIVERCAPS, *LPCAPDRIVERCAPS, CAPINFOCHUNK, *LPCAPINFOCHUNK, CAPSTATUS,
2159         *LPCAPSTATUS, CAPTUREPARMS, *LPCAPTUREPARMS, VIDEOHDR, *LPVIDEOHDR): typedef.
2160
2161 2008-04-26  Yuval  <uvman@users.sourceforge.net>
2162
2163         * include/ntsecpkg.h (SECPKG_STATE_ENCRYPTION_PERMITTED,
2164         SECPKG_STATE_STRONG_ENCRYPTION_PERMITTED, SECPKG_STATE_DOMAIN_CONTROLLER,
2165         SECPKG_STATE_WORKSTATION, SECPKG_STATE_STANDALONE,
2166         LSA_TOKEN_INFORMATION_TYPE, SECPKG_EXTENDED_INFORMATION_CLASS,
2167         SECPKG_NAME_TYPE, SECPKG_PRIMARY_CRED, SECPKG_SUPPLEMENTAL_CRED,
2168         SECPKG_SUPPLEMENTAL_CRED_ARRAY, SECPKG_PARAMETERS,
2169         SECPKG_EVENT_DOMAIN_CHANGE, SECPKG_CLIENT_INFO, SecurityUserData,
2170         SECPKG_GSS_INFO, SECPKG_CONTEXT_THUNKS, SECPKG_MUTUAL_AUTH_LEVEL,
2171         SECPKG_CALL_INFO, SECPKG_EXTENDED_INFORMATION, PLSA_CALLBACK_FUNCTION,
2172         *PLSA_CLIENT_REQUEST, LSA_SEC_HANDLE, SEC_THREAD_START, SEC_ATTRS,
2173         *PLSA_REGISTER_CALLBACK, *PLSA_CREATE_LOGON_SESSION,
2174         *PLSA_DELETE_LOGON_SESSION, *PLSA_ADD_CREDENTIAL, *PLSA_GET_CREDENTIALS,
2175         *PLSA_DELETE_CREDENTIAL, *PLSA_ALLOCATE_LSA_HEAP, *PLSA_FREE_LSA_HEAP,
2176         *PLSA_ALLOCATE_CLIENT_BUFFER, *PLSA_FREE_CLIENT_BUFFER,
2177         *PLSA_COPY_TO_CLIENT_BUFFER, *PLSA_COPY_FROM_CLIENT_BUFFER,
2178         *PLSA_IMPERSONATE_CLIENT, *PLSA_UNLOAD_PACKAGE, *PLSA_DUPLICATE_HANDLE,
2179         *PLSA_SAVE_SUPPLEMENTAL_CREDENTIALS, *PLSA_CREATE_THREAD,
2180         *PLSA_GET_CLIENT_INFO, *PLSA_REGISTER_NOTIFICATION,
2181         *PLSA_CANCEL_NOTIFICATION, *PLSA_MAP_BUFFER, *PLSA_CREATE_TOKEN,
2182         *PLSA_AUDIT_LOGON, *PLSA_CALL_PACKAGE, *PLSA_FREE_LSA_HEAP,
2183         *PLSA_GET_CALL_INFO, *PLSA_CALL_PACKAGEEX, *PLSA_CREATE_SHARED_MEMORY,
2184         *PLSA_ALLOCATE_SHARED_MEMORY, *PLSA_FREE_SHARED_MEMORY,
2185         *PLSA_DELETE_SHARED_MEMORY, *PLSA_OPEN_SAM_USER, *PLSA_GET_USER_CREDENTIALS,
2186         *PLSA_GET_USER_AUTH_DATA, *PLSA_CLOSE_SAM_USER,
2187         *PLSA_CONVERT_AUTH_DATA_TO_TOKEN, *PLSA_CLIENT_CALLBACK,
2188         *PLSA_UPDATE_PRIMARY_CREDENTIALS, *PLSA_GET_AUTH_DATA_FOR_USER,
2189         *PLSA_CRACK_SINGLE_NAME, *PLSA_AUDIT_ACCOUNT_LOGON,
2190         *PLSA_CALL_PACKAGE_PASSTHROUGH, SECPKG_DLL_FUNCTIONS, LSA_DISPATCH_TABLE,
2191         LSA_SECPKG_FUNCTION_TABLE, *PLSA_AP_INITIALIZE_PACKAGE, *PLSA_AP_LOGON_USER,
2192         *PLSA_AP_CALL_PACKAGE, *PLSA_AP_LOGON_TERMINATED,
2193         *PLSA_AP_CALL_PACKAGE_UNTRUSTED, *PLSA_AP_CALL_PACKAGE_PASSTHROUGH,
2194         *PLSA_AP_LOGON_USER_EX, *PLSA_AP_LOGON_USER_EX2, SpInitializeFn,
2195         SpShutDownFn, SpGetInfoFn, SpAcceptCredentialsFn,
2196         SpAcquireCredentialsHandleFn, SpQueryCredentialsAttributesFn,
2197         SpFreeCredentialsHandleFn, SpSaveCredentialsFn, SpGetCredentialsFn,
2198         SpDeleteCredentialsFn, SpInitLsaModeContextFn, SpAcceptLsaModeContextFn,
2199         SpDeleteContextFn, SpApplyControlTokenFn, SpGetUserInfoFn,
2200         SpGetExtendedInformationFn, SpQueryContextAttributesFn, SpAddCredentialsFn,
2201         SpSetExtendedInformationFn, SpInstanceInitFn, SpInitUserModeContextFn,
2202         SpMakeSignatureFn, SpVerifySignatureFn, SpSealMessageFn, SpUnsealMessageFn,
2203         SpGetContextTokenFn, SpCompleteAuthTokenFn, SpFormatCredentialsFn,
2204         SpMarshallSupplementalCredsFn, SpExportSecurityContextFn,
2205         SpImportSecurityContextFn, SECPKG_FUNCTION_TABLE,
2206         SECPKG_USER_FUNCTION_TABLE, *SpLsaModeInitializeFn,
2207         *SpUserModeInitializeFn): Define.
2208         * include/sspi.h (SECURITY_STRING): Define.
2209
2210 2008-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
2211
2212         * include/specstrings.h: Add more dummy defines.
2213
2214 2008-04-22  Corinna Vinschen  <corinna@vinschen.de>
2215
2216         * include/winnt.h (SECURITY_MANDATORY_LABEL_AUTHORITY): Define.
2217         (SECURITY_MANDATORY_UNTRUSTED_RID): Define.
2218         (SECURITY_MANDATORY_LOW_RID): Define.
2219         (SECURITY_MANDATORY_MEDIUM_RID): Define.
2220         (SECURITY_MANDATORY_HIGH_RID): Define.
2221         (SECURITY_MANDATORY_SYSTEM_RID): Define.
2222         (SECURITY_MANDATORY_PROTECTED_PROCESS_RID): Define.
2223         (SECURITY_MANDATORY_MAXIMUM_USER_RID): Define.
2224         (SE_GROUP_INTEGRITY): Define.
2225         (SE_GROUP_INTEGRITY_ENABLED): Define.
2226
2227 2008-04-11  Corinna Vinschen  <corinna@vinschen.de>
2228
2229         * include/sddl.h (ConvertStringSidToSidA): Declare.
2230         (ConvertStringSidToSidW): Declare.
2231         (ConvertStringSidToSid): Define.
2232
2233 2008-03-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2234
2235         * include/mprapi.h: Add guard for MprAdminAcceptReauthentication function
2236         and MPR_INTERFACE_3 structure since they are available only in Windows
2237         Server 2008
2238
2239         Thanks to crackedmind  <crackedmind at sf dot net>.
2240
2241 2008-02-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2242
2243         * include/winnt.h: Update guard around KEY_WOW64_64KEY and KEY_WOW64_32KEY
2244         definitions.
2245         * include/winreg.h (KEY_WOW64_64KEY, KEY_WOW64_32KEY): Remove.
2246
2247 2008-02-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2248
2249         * include/winnt.h (KEY_WOW64_64KEY, KEY_WOW64_32KEY): Define.
2250
2251 2008-02-02  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2252
2253         * include/specstrings.h (IN, OUT, OPTIONAL): Remove.
2254         * include/windef.h (IN, OUT, OPTIONAL): Define.
2255
2256 2008-02-02  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2257
2258         * include/specstrings.h: new file, move pseudo modifiers from windef.h.
2259         * include/windef.h (__in, __inout, __in_opt, __in_bcound, __in_ecount,
2260         __out, __out_ecount_part, __struct_bcount, __field_ecount_opt,
2261         __out_bcount_opt): Move to specstrings.h.
2262
2263 2008-01-30  Brandon Sneed  <nivenh@sourceware.org>
2264
2265         * lib/bthprops.def: new file, bluetooth imports.
2266
2267 2008-01-30  Brandon Sneed  <nivenh@sourceware.org>
2268
2269         * include/windef.h (__in, __inout, __in_opt, __in_bcound, __in_ecount,
2270         __out, __out_ecount_part, __struct_bcount, __field_ecount_opt,
2271         __out_bcount_opt): Defined additional pseudo-modifiers.
2272
2273 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2274         * include/ras.h (RAS_MaxDnsSuffix): corrected typo, was RAX_MaxDnsSuffix.
2275         (RASENTRYA, RASENTRYW): Added members (dwfOptions2, dwfOptions3, szDnsSuffix,
2276         dwTcpWindowSize, szPrerequisitePbk, szPrerequisiteEntry, dwRedialCount,
2277         dwRedialPause.
2278
2279 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2280
2281         * include/winnt.h (SYSTEM_POWER_CONDITION): typedef.
2282         * include/winuser.h (PBT_POWERSETTINGCHANGE, DEVICE_NOTIFY_WINDOW_HANDLE,
2283         DEVICE_NOTIFY_SERVICE_HANDLE): define.
2284         * include/winuser.h (LPCGUID, HPOWERNOTIFY, POWERBROADCAST_SETTING): typedefs.
2285         * include/winuser.h (GUID_POWERSCHEME_PERSONALITY, GUID_MIN_POWER_SAVINGS,
2286         GUID_MAX_POWER_SAVINGS, GUID_TYPICAL_POWER_SAVINGS, GUID_ACDC_POWER_SOURCE,
2287         GUID_BATTERY_PERCENTAGE_REMAINING, GUID_IDLE_BACKGROUND_TASK,
2288         GUID_SYSTEM_AWAYMODE, GUID_MONITOR_POWER_ON): added externs for GUIDs.
2289         * include/winuser.h (RegisterPowerSettingNotification,
2290         UnregisterPowerSettingNotification): Add prototypes.
2291         * lib/user32.def: Added imports for the above prototypes.
2292         * lib/Makefile.in: Added build support for power-uuid.c.
2293         * lib/power-uuid.c: New file containing power GUID definitions.
2294
2295 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2296
2297         * include/ras.h (RAS_MaxDnsSuffix): define.
2298
2299 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2300
2301         * include/psapi.h (GetProcessImageFileNameA, GetProcessImageFileNameW):
2302         Add prototypes.
2303         * lib/psapi.def (GetProcessImageFileNameA@12, GetProcessImageFileNameW@12):
2304         Add exports.
2305
2306 2007-12-27  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2307
2308         * include/w32api.h: Increment version to 3.11.
2309         * Makefile.in: Ditto.
2310
2311 2007-12-11  Dave Korn  <dave.korn@artimi.com>
2312
2313         * include/wincrypt.h (PCRYPT_DECODE_PARA):  Add missing typedef.
2314         (CERT_POLICY_MAPPINGS_INFO):  Move before CERT_POLICY_MAPPING.
2315
2316 2007-12-03  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2317
2318         * include/wingdi.h: Change WINVER guard to _WIN32_WINNT.
2319
2320 2007-12-03  techrazy  <techrazy@users.sourceforge.net>
2321
2322         * include/wingdi.h (NTM_NONNEGATIVE_AC, NTM_PS_OPENTYPE, NTM_TT_OPENTYPE,
2323         NTM_MULTIPLEMASTER, NTM_TYPE1, NTM_DSIG): define.
2324
2325 2007-11-21  Kevin Conaway  <kevin_conaway@users.sourceforge.net>
2326
2327         * include/wincrypt.h (CryptProtectData, CryptUnprotectData): define.
2328
2329 2007-11-21  elsapo  <elsapo@users.sourceforge.net>
2330
2331         * include/wincrypt.h (CERT_NAME_STR_COMMA_FLAG,
2332         CERT_NAME_STR_DISABLE_IE4_UTF8_FLAG, CERT_NAME_STR_ENABLE_UTF8_UNICODE_FLAG,
2333         CMC_ADD_ATTRIBUTES, CMC_ADD_EXTENSIONS, X509_CERT_PAIR,
2334         X509_CERTIFICATE_TEMPLATE, X509_CROSS_CERT_DIST_POINTS, CMC_DATA,
2335         X509_NAME_CONSTRAINTS, X509_POLICY_CONSTRAINTS, X509_POLICY_MAPPINGS,
2336         CMC_RESPONSE, CMC_STATUS, X509_ALGORITHM_IDENTIFIER, X509_ALTERNATE_NAME,
2337         PKCS_ATTRIBUTE, X509_AUTHORITY_INFO_ACCESS, X509_AUTHORITY_KEY_ID,
2338         X509_AUTHORITY_KEY_ID2, szOID_BASIC_CONSTRAINTS, X509_BASIC_CONSTRAINTS2,
2339         X509_BIOMETRIC_EXT, X509_BITS, X509_CERT, X509_CERT_CRL_TO_BE_SIGNED,
2340         X509_CERT_POLICIES, X509_CERT_REQUEST_TO_BE_SIGNED, X509_CERT_TO_BE_SIGNED,
2341         X509_CHOICE_OF_TIME, PKCS_CONTENT_INFO, PKCS_CONTENT_INFO_SEQUENCE_OF_ANY,
2342         X509_CRL_DIST_POINTS, RSA_CSP_PUBLICKEYBLOB, PKCS_CTL, X509_DSS_PARAMETERS,
2343         X509_DSS_SIGNATURE, X509_ECC_SIGNATURE, X509_ENHANCED_KEY_USAGE,
2344         X509_ENUMERATED, X509_EXTENSIONS, X509_INTEGER, X509_ISSUING_DIST_POINT,
2345         X509_KEY_ATTRIBUTES, X509_KEY_USAGE, X509_KEY_USAGE_RESTRICTION,
2346         X509_KEYGEN_REQUEST_TO_BE_SIGNED, X509_LOGOTYPE_EXT,
2347         X509_MULTI_BYTE_INTEGER, X509_MULTI_BYTE_UINT, X509_NAME, X509_NAME_VALUE,
2348         X509_OBJECT_IDENTIFIER, X509_OCTET_STRING, X509_PUBLIC_KEY_INFO,
2349         PKCS_RC2_CBC_PARAMETERS, CNG_RSA_PUBLIC_KEY_BLOB,
2350         PKCS_RSA_SSA_PSS_PARAMETERS, PKCS_RSAES_OAEP_PARAMETERS,
2351         ECC_CMS_SHARED_INFO, X509_SEQUENCE_OF_ANY, PKCS7_SIGNER_INFO,
2352         CMS_SIGNER_INFO, PKCS_SMIME_CAPABILITIES, PKCS_TIME_REQUEST,
2353         X509_UNICODE_NAME, X509_UNICODE_NAME_VALUE, PKCS_UTC_TIME,
2354         OCSP_SIGNED_REQUEST, OCSP_REQUEST, OCSP_RESPONSE,
2355         OCSP_BASIC_SIGNED_RESPONSE, OCSP_BASIC_RESPONSE, CRL_REASON_UNSPECIFIED,
2356         CRL_REASON_KEY_COMPROMISE, CRL_REASON_CA_COMPROMISE,
2357         CRL_REASON_AFFILIATION_CHANGED, CRL_REASON_SUPERSEDED,
2358         CRL_REASON_CESSATION_OF_OPERATION, CRL_REASON_CERTIFICATE_HOLD,
2359         CRL_REASON_REMOVE_FROM_CRL, CRYPT_ENCODE_ALLOC_FLAG,
2360         CRYPT_UNICODE_NAME_ENCODE_DISABLE_CHECK_TYPE_FLAG,
2361         CRYPT_UNICODE_NAME_ENCODE_ENABLE_T61_UNICODE_FLAG,
2362         CRYPT_UNICODE_NAME_ENCODE_ENABLE_UTF8_UNICODE_FLAG,
2363         CRYPT_UNICODE_NAME_ENCODE_FORCE_UTF8_UNICODE_FLAG,
2364         szOID_APPLICATION_CERT_POLICIES, szOID_APPLICATION_POLICY_CONSTRAINTS,
2365         szOID_APPLICATION_POLICY_MAPPINGS, szOID_AUTHORITY_INFO_ACCESS,
2366         szOID_AUTHORITY_KEY_IDENTIFIER, szOID_AUTHORITY_KEY_IDENTIFIER2,
2367         X509_BASIC_CONSTRAINTS, szOID_BIOMETRIC_EXT, szOID_CERT_EXTENSIONS,
2368         szOID_CERT_POLICIES, szOID_CERTIFICATE_TEMPLATE, szOID_CRL_NUMBER,
2369         szOID_CROSS_CERT_DIST_POINTS, szOID_DELTA_CRL_INDICATOR,
2370         szOID_ENROLLMENT_NAME_VALUE_PAIR, szOID_FRESHEST_CRL,
2371         szOID_ISSUING_DIST_POINT, szOID_NAME_CONSTRAINTS, szOID_CRL_DIST_POINTS,
2372         szOID_CRL_REASON_CODE, szOID_CRL_VIRTUAL_BASE, szOID_ECC_PUBLIC_KEY,
2373         szOID_ECDSA_SPECIFIED, szOID_ENHANCED_KEY_USAGE, szOID_ISSUER_ALT_NAME,
2374         szOID_ISSUER_ALT_NAME2, szOID_KEY_ATTRIBUTES, szOID_KEY_USAGE,
2375         szOID_KEY_USAGE_RESTRICTION, szOID_LOGOTYPE_EXT, szOID_POLICY_CONSTRAINTS,
2376         szOID_POLICY_MAPPINGS, szOID_RSA_SSA_PSS, szOID_RSAES_OAEP,
2377         szOID_SUBJECT_ALT_NAME, szOID_SUBJECT_ALT_NAME2,
2378         szOID_SUBJECT_KEY_IDENTIFIER, CMC_ADD_ATTRIBUTES_INFO,
2379         PCMC_ADD_ATTRIBUTES_INFO, CMC_ADD_EXTENSIONS_INFO, PCMC_ADD_EXTENSIONS_INFO,
2380         CERT_ALT_NAME_ENTRY, PCERT_ALT_NAME_ENTRY, CERT_ALT_NAME_INFO,
2381         PCERT_ALT_NAME_INFO, CERT_NAME_VALUE, PCERT_NAME_VALUE,
2382         CERT_POLICY_QUALIFIER_INFO, PCERT_POLICY_QUALIFIER_INFO,
2383         CERT_POLICY_CONSTRAINTS_INFO, PCERT_POLICY_CONSTRAINTS_INFO,
2384         CERT_POLICY_MAPPINGS_INFO, PCERT_POLICY_MAPPINGS_INFO, CERT_POLICY_MAPPING,
2385         PCERT_POLICY_MAPPING, CryptDecodeObjectEx, CryptEncodeObject,
2386         CryptEncodeObjectEx): define.
2387
2388 2007-11-21  Brian Dessent  <dessent@users.sourceforge.net>
2389
2390         * include/winbase.h (CheckTokenMembership): define.
2391
2392 2007-10-03  Jiri Malak  <Jiri.Malak@iol.cz>
2393
2394         * include/rpcndr.h: Missing NdrClientCall2 entry.
2395         * lib/rpcrt4.def: Ditto.
2396
2397 2007-10-03  Frank Fesevur  <ffes@users.sourceforge.net>
2398         * lib/scnsave.c: Multi-monitor support.
2399
2400 2007-08-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2401
2402         * include/w32api.h: Increment version to 3.10.
2403         * Makefile.in: Ditto.
2404
2405 2007-08-02  Corinna Vinschen  <corinna@vinschen.de>
2406
2407         * include/winbase.h (ReOpenFile): Add prototype.
2408         * lib/kernel32.def (ReOpenFile@16): Add export.
2409
2410 2007-07-31  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2411
2412         * include/wtsapi32.h (WTS_CURRENT_SESSION, WTSDisconnectSession): Define.
2413
2414 2007-7-30  Martijn Wargers  <martijnw22@users.sourceforge.net>
2415
2416         * include/wingdi.h (GetTextExtentExPointI): Add prototype.
2417         * lib/gdi32.def (GetTextExtentExPointI@28): Add export.
2418
2419 2007-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
2420
2421         * include/wtypes.h (LPDECIMAL): Define.
2422         (DECIMAL_NEG, DECIMAL_SETZERO): Move definitions.
2423
2424 2007-07-18  Corinna Vinschen  <corinna@vinschen.de>
2425
2426         * include/winnt.h (SE_TRUSTED_CREDMAN_ACCESS_NAME): Define.
2427
2428 2007-07-17  Corinna Vinschen  <corinna@vinschen.de>
2429
2430         * include/winnt.h (FILE_READ_ONLY_VOLUME): Define.
2431         * include/ddk/ntifs.h (FILE_READ_ONLY_VOLUME): Define.
2432
2433 2007-07-12  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2434
2435         * include/winuser.h (FE_FONTSMOOTHINGSTANDARD, FE_FONTSMOOTHINGCLEARTYPE):
2436         Define.
2437
2438 2007-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
2439
2440         * include/pbt.h (PBT_APMRESUMEAUTOMATIC) Define.
2441         * include/winuser.h: (PBT_APMQUERYSUSPEND, PBT_APMQUERYSTANDBY,
2442         PBT_APMQUERYSUSPENDFAILED, PBT_APMQUERYSTANDBYFAILED,
2443         PBT_APMSUSPEND, PBT_APMSTANDBY, PBT_APMRESUMECRITICAL,
2444         PBT_APMRESUMESUSPEND, PBT_APMRESUMESTANDBY, PBT_APMBATTERYLOW,
2445         PBT_APMPOWERSTATUSCHANGE, PBT_APMOEMEVENT, PBT_APMRESUMEAUTOMATIC):
2446         Sync with include/pbt.h.
2447
2448 2007-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
2449
2450         [mingw-Bugs-1751518]
2451         * include/mshtml.h (IHTMLDocument2): Correct spelling of put_URL,
2452         get_URL.
2453
2454         [mingw-Bugs-1751565]
2455         * include/basetyps.h (IID); Guard with __IID_DEFINED__.
2456
2457         [mingw-Bugs-1751595]
2458         * include/exdisp.h (DWebBrowserEvents2): Remove undocumented STDDISP
2459         methods.
2460
2461         Thanks to Yuji Kuwabara  <yujikuwabara at sf dot net>.
2462
2463 2007-07-10  Danny Smith  <dannysmith@users.sourceforge.net>
2464
2465         [mingw-Bugs-1750898]
2466         * include/mmsystem.h (MIXERCONTROL): Correct UNICODE mapping.
2467         Thanks to Yuji Kuwabara  <yujikuwabara at sf dot net>.
2468
2469 2007-07-09  Danny Smith  <dannysmith@users.sourceforge.net>
2470
2471         [mingw-Bugs-1749305]
2472         * lib/kernel32.def (GetConsoleProcessList@8):  Add export.
2473
2474 2007-07-02  Przemek Czerkas  <pczerkas@gmail.com>
2475
2476         * include/shlobj.h: Add CSIDL_MYMUSIC and CSIDL_MYVIDEO.
2477
2478 2007-07-02  Danny Smith  <dannysmith@users.sourceforge.net>
2479
2480         * include/oaidl.h: Include windows.h and ole2.h,
2481         unless COM_NO_WINDOWS_H.
2482
2483         [mingw-Bugs-1742130]
2484         * include/oaidl.h (struct tagVARIANT): Add union members
2485         LONGLONG  * pllVal and ULONGLONG * pullVal.
2486
2487 2007-07-01  Danny Smith  <dannysmith@users.sourceforge.net>
2488
2489         * include/ws2tcpip.h (s6_addr32): Correct definition.
2490         Thanks to Alfred E. Heggestad <aeh at db dot org>
2491
2492 2007-05-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2493
2494         * lib/secur32.def (InitSecurityInterfaceA, InitSecurityInterfaceW): Define.
2495
2496         Thanks to Jim Marshall (jim dot marshall at wbemsolutions dot com) for
2497         supplying the information.
2498
2499 2007-05-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2500
2501         * include/shellapi.h (NIN_POPUPOPEN, NIN_POPUPCLOSE): Define.
2502
2503 2007-04-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2504
2505         * include/shellapi.h (NOTIFYICONDATAA, NOTIFYICONDATAW): Updated to support
2506         Vista.
2507
2508 2007-04-20  Matthias Miller  <matthiasmiller@users.sourceforge.net>
2509
2510          * include/wincrypt.h (CRYPTPROTECT_PROMPTSTRUCT, CRYPTPROTECT_UI_FORBIDDEN,
2511         CRYPTPROTECT_LOCAL_MACHINE): Define.
2512
2513 2007-04-15  Piotr Wyderski  <piotr.wyderski@wp.pl>
2514
2515         * include/winbase.h (SetInformationJobObject, QueryInformationJobObject):
2516         Define.
2517
2518 2007-03-30  Brian Dessent  <brian@dessent.net>
2519
2520         * lib/kernel32.def (CreateMemoryResourceNotification@4): Define.
2521
2522 2007-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2523
2524         * include/w32api.h: Increment version to 3.9.
2525         * Makefile.in: Ditto.
2526
2527 2007-03-23  Corinna Vinschen  <corinna@vinschen.de>
2528
2529         * include/psapi.h (GetMappedFileName): Fix messed up checkin.
2530
2531 2007-03-23  Matthew Gregan  <kinetik@flim.org>
2532
2533         * include/psapi.h (GetMappedFileName): Rename from GetMappedFilenameEx.
2534
2535 2007-03-06  Brandon Sneed  <brandon@oqo.com>
2536
2537         * include/setupapi.h: Added SetupConfigureWmiFromInfSectionA
2538         Added SetupConfigureWmiFromInfSectionW
2539         Added SetupConfigureWmiFromInfSection define to unicode and non-unicode sections
2540
2541         * lib/setupapi.def: Added exports for SetupConfigureWmiFromInfSectionA and W
2542
2543         * include/winuser.h: Added PBT_APMQUERYSUSPEND
2544         Added PBT_APMQUERYSTANDBY
2545         Added PBT_APMQUERYSUSPENDFAILED
2546         Added PBT_APMQUERYSTANDBYFAILED
2547         Added PBT_APMSUSPEND
2548         Added PBT_APMSTANDBY
2549         Added PBT_APMRESUMECRITICAL
2550         Added PBT_APMRESUMESUSPEND
2551         Added PBT_APMRESUMESTANDBY
2552         Added PBT_APMBATTERYLOW
2553         Added PBT_APMPOWERSTATUSCHANGE
2554         Added PBT_APMOEMEVENT
2555         Added PBT_APMRESUMEAUTOMATIC
2556
2557         * include/wtsapi32.h: New file
2558
2559         * include/wingdi.h: Added DM_DISPLAYORIENTATION define for use with DMDO_* defines
2560
2561 2007-03-05  Jan Nijtmans  <nijtmans@users.sourceforge.net>
2562
2563         * include/ddeml.h (DdeCreateStringHandleA, DdeCreateStringHandleW): Switch
2564         argument to constant.
2565
2566 2007-02-18  Jiri Malak  <jiri.malak@iol.cz>
2567
2568         * include/windef.h [WATCOM]: Fix !NONAMELESSUNION defines.
2569         * include/winnt.h [WATCOM] (GetCurrentFiber, GetFiberData):
2570         Add prototypes.
2571         [WATCOM] (NtCurrentTeb): Add protype and inline asm definition.
2572
2573 2007-02-18  Vesa Jääskeläinen  <chaac@users.sourceforge.net>
2574
2575         * lib/user32.def (InternalGetWindowText): Add stub.
2576
2577 2007-02-11  Daniel Atallah  <datallah@users.sourceforge.net>
2578
2579         * include/winnt.h (LANG_SERBIAN_NEUTRAL, LANG_BOSNIAN,
2580         LANG_BOSNIAN_NEUTRAL): Define.
2581
2582 2007-02-11  Daniel Schlyder  <thrug@users.sourceforge.net>
2583
2584         * include/winuser.h: Add guards around TITLEBARINFO and
2585         GetTitleBarInfo().
2586
2587 2007-01-11  Gisle Vanem  <giva@users.sourceforge.net>
2588
2589         * include/winbase.h (struct _OVERLAPPED): Change type of
2590         Internal, InternalHigh members to ULONG_PTR.
2591         (PAPCFUNC): Change DWORD parameter to ULONG_PTR.
2592         (CreateIoCompletionPort): Likewise.
2593         (PostQueuedCompletionStatus): Likewise.
2594         (QueueUserAPC): Likewise.
2595
2596 2007-01-06  Pierre A. Humblet  <Pierre.Humblet@ieee.org>
2597
2598         * include/windns.h (DNS_TYPE_RP, DNS_TYPE_AFSDB, DNS_TYPE_X25,
2599         DNS_TYPE_ISDN, DNS_TYPE_RT, DNS_TYPE_NSAP, DNS_TYPE_NSAPPTR,
2600         DNS_TYPE_SIG, DNS_TYPE_KEY, DNS_TYPE_PX, DNS_TYPE_GPOS,
2601         DNS_TYPE_AAAA, DNS_TYPE_LOC, DNS_TYPE_NXT, DNS_TYPE_EID,
2602         DNS_TYPE_NIMLOC, DNS_TYPE_SRV, DNS_TYPE_ATMA, DNS_TYPE_NAPTR,
2603         DNS_TYPE_KX, DNS_TYPE_CERT, DNS_TYPE_A6, DNS_TYPE_DNAME,
2604         DNS_TYPE_SINK, DNS_TYPE_OPT, DNS_TYPE_UINFO, DNS_TYPE_UID,
2605         DNS_TYPE_GID, DNS_TYPE_UNSPEC, DNS_TYPE_ADDRS, DNS_TYPE_TKEY,
2606         DNS_TYPE_TSIG, DNS_TYPE_IXFR, DNS_TYPE_AXFR, DNS_TYPE_MAILB,
2607         DNS_TYPE_MAILA, DNS_TYPE_ALL, DNS_TYPE_ANY): Add enum values.
2608
2609 2006-11-21  Danny Smith  <dannysmith@users.sourceforge.net>
2610
2611         * Makefile.in: Add aclocal.m4 to source release.
2612
2613 2006-11-18  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2614
2615         * include/w32api.h: Increment version to 3.8.
2616         * Makefile.in: Ditto.
2617
2618 2006-11-13  Daniel Schlyder  <thrug@users.sourceforge.net>
2619
2620         * include/winnt.h (VER_SUITE_EMBEDDEDNT, VER_SUITE_SINGLEUSERTS,
2621         VER_SUITE_STORAGE_SERVER, VER_SUITE_COMPUTE_SERVER): Define.
2622
2623         * include/winuser.h (SM_STARTER, SM_SERVERR2): Define.
2624
2625 2006-11-02  Danny Smith  <dannysmith@users.sourceforge.net>
2626
2627         * include/winuser.h (LR_DEFAULTSIZE): Remove duplicate.
2628
2629         * include/winnt.h (GetCurrentFiber): Remove extern declaration.  Make
2630         inline static.
2631         (GetFiberData): Likewise.
2632         * lib/kernel32.c: Remove.
2633         * lib/Makefile.in: Remove reference to kernel32.[co].
2634
2635 2006-10-31  Corinna Vinschen  <corinna@vinschen.de>
2636
2637         * include/winnt.h (SE_RELABEL_NAME): Define.
2638         (SE_INCREASE_WORKING_SET_NAME): Define.
2639         (SE_TIME_ZONE_NAME): Define.
2640         (SE_CREATE_SYMBOLIC_LINK_NAME): Define.
2641
2642 2006-10-31  Corinna Vinschen  <corinna@vinschen.de>
2643
2644         * include/winnt.h (IO_REPARSE_TAG_SYMLINK): Define.
2645         (struct _REPARSE_DATA_BUFFER): Add missing Flags field to
2646         SymbolicLinkReparseBuffer substructure.
2647
2648 2006-10-29  Daniel Atallah  <datallah@users.sourceforge.net>
2649
2650         * lib/ws2_32.def (WSANSPIoctl): Add to lib.
2651
2652 2006-10-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2653
2654         * lib/Makefile.in: Fix order for 'all' rule.
2655
2656 2006-10-12  Danny Smith  <dannysmith@users.sourceforge.net>
2657
2658         * include/winuser.h (LR_DEFAULTSIZE, LR_VGACOLOR): Define.
2659
2660 2006-10-05  Danny Smith  <dannysmith@users.sourceforge.net>
2661
2662         * include/winreg.h (RegDeleteKeyEx{A|W}): Add prototype and UNICODE
2663         mappings.
2664         (KEY_WOW64_32KEY, KEY_WOW64_64KEY): Define.
2665         * lib/advapi.def (RegDeleteKeyEx{A|W}): Export.
2666
2667 2006-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
2668
2669         * include/rpc.h: Add whitespace.
2670         * include/winnt.h (C_ASSERT): Define.
2671
2672 2006-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
2673
2674         [mingw-Bugs-1568067]
2675         * include/winuser.h: (DISP_CHANGE_BADDUALVIEW): Define.
2676         * include/wingdi.h: (DM_POSITION): Define.
2677
2678 2006-10-03  Danny Smith  <dannysmith@users.sourceforge.net>
2679
2680         * lib/rpcrt4.def: Remove "_imp__"-prefixed export symbols.
2681         * lib/user32.def: Likewise.
2682
2683 2006-09-11  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
2684
2685         * lib/Makefile.in: fix typo.
2686         * lib/ddk/Makefile.in: fix typo.
2687         * lib/directx/Makefile.in: fix typo.
2688
2689         Thanks to Keith Marshall (keithmarshall at users dot sourceforge dot net)
2690         for pointing it out.
2691
2692 2006-09-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2693
2694         * Makefile.in: Remove files from lib directory with distclean target
2695
2696 2006-09-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2697
2698         * include/winuser.h (CS_DROPSHADOW): Define.
2699
2700 2006-09-08  Michael Gerdau  <mgdde@users.sourceforge.net>
2701
2702         * include/uxtheme.h: (TMT_GRADIENTCOLOR4, TMT_GRADIENTCOLOR5,
2703         TMT_SHADOWCOLOR, TMT_GLOWCOLOR, TMT_TEXTBORDERCOLOR,
2704         TMT_TEXTSHADOWCOLOR, TMT_GLYPHTEXTCOLOR, TMT_GLYPHTRANSPARENTCOLOR,
2705         TMT_FILLCOLORHINT, TMT_BORDERCOLORHINT, TMT_ACCENTCOLORHINT):
2706
2707         Increase each constant by 1.
2708
2709 2006-09-07  Danny Smith  <dannysmith@users.sourceforge.net>
2710
2711         [mingw-Bugs-1553275]
2712         * include/wingdi.h (SetLayout): Add prototype.
2713         (GetLayout): Likewise.
2714
2715 2006-09-02  Danny Smith  <dannysmith@users.sourceforge.net>
2716
2717         [mingw-Bugs-1550139]
2718         * include/oleauto.h (GetRecordInfoFromTypeInfo): Add prototype.
2719         Tanks to:  Samit Basu <samitbasu at sf dot net>
2720         (GetRecordInfoFromGuids): Add prototype.
2721
2722 2006-09-01  Danny Smith  <dannysmith@users.sourceforge.net>
2723
2724         * include/winbase.h: Add comment about 'missing' SEM flag.
2725
2726 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
2727
2728         * configure.in: Substitute with_cross_host in depending files.
2729         * configure: Regenerate.
2730         * lib/Makefile.in: Add with_cross_host to allow more granular checks.
2731         Set installation directories accordingly.
2732         * lib/ddk/Makefile.in: Ditto.
2733         * lib/directx/Makefile.in: Ditto.
2734
2735 2006-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
2736
2737         * lib/wtsapi32.def (WTSGetActiveConsoleSessionId). Move from here...
2738         * lib/kernel32.def (WTSGetActiveConsoleSessionId). ...to here.
2739         Bug reported by: <macleone at users dot sf dot net>
2740
2741 2006-07-29  Danny Smith  <dannysmith@users.sourceforge.net>
2742
2743         Update some more IMAGE relocation type indicators
2744         to PECOFF v8 (May, 2006) specs.
2745
2746         * include/winnt.h (IMAGE_REL_SH3_ABSOLUTE,
2747         IMAGE_REL_SH3_DIRECT16, IMAGE_REL_SH3_DIRECT32,
2748         IMAGE_REL_SH3_DIRECT8, IMAGE_REL_SH3_DIRECT8_WORD,
2749         IMAGE_REL_SH3_DIRECT8_LONG, IMAGE_REL_SH3_DIRECT4,
2750         IMAGE_REL_SH3_DIRECT4_WORD, IMAGE_REL_SH3_DIRECT4_LONG,
2751         IMAGE_REL_SH3_PCREL8_WORD, IMAGE_REL_SH3_PCREL8_LONG,
2752         IMAGE_REL_SH3_PCREL12_WORD, IMAGE_REL_SH3_STARTOF_SECTION,
2753         IMAGE_REL_SH3_SIZEOF_SECTION, IMAGE_REL_SH3_SECTION,
2754         IMAGE_REL_SH3_SECREL, IMAGE_REL_SH3_DIRECT32_NB,
2755         IMAGE_REL_SH3_GPREL4_LONG, IMAGE_REL_SH3_TOKEN,
2756         IMAGE_REL_SHM_PCRELPT, IMAGE_REL_SHM_REFLO,
2757         IMAGE_REL_SHM_REFHALF, IMAGE_REL_SHM_RELLO,
2758         IMAGE_REL_SHM_RELHALF, IMAGE_REL_SHM_PAIR,
2759         IMAGE_REL_SHM_NOMODE): Add defines.
2760
2761         (IMAGE_REL_M32R_ABSOLUTE, IMAGE_REL_M32R_ADDR32,
2762         IMAGE_REL_M32R_ADDR32NB, IMAGE_REL_M32R_ADDR24,
2763         IMAGE_REL_M32R_GPREL16, IMAGE_REL_M32R_PCREL24,
2764         IMAGE_REL_M32R_PCREL16, IMAGE_REL_M32R_PCREL8,
2765         IMAGE_REL_M32R_REFHALF, IMAGE_REL_M32R_REFHI,
2766         IMAGE_REL_M32R_REFLO, IMAGE_REL_M32R_PAIR,
2767         IMAGE_REL_M32R_SECTION, IMAGE_REL_M32R_SECREL,
2768         IMAGE_REL_M32R_TOKEN): Add defines.
2769
2770         (IMAGE_REL_MIPS_JMPADDR16): Add define.
2771
2772 2006-07-27  Danny Smith  <dannysmith@users.sourceforge.net>
2773
2774         Update some IMAGE flags to PECOFF v8 (May, 2006) specs.
2775         * include/winnt.h (IMAGE_FILE_MACHINE_AM33,
2776         IMAGE_FILE_MACHINE_ARM, IMAGE_FILE_MACHINE_EBC,
2777         IMAGE_FILE_MACHINE_M32R, IMAGE_FILE_MACHINE_MIPS16,
2778         IMAGE_FILE_MACHINE_MIPSFPU, IMAGE_FILE_MACHINE_MIPSFPU16,
2779         IMAGE_FILE_MACHINE_POWERPCFP, IMAGE_FILE_MACHINE_R4000,
2780         IMAGE_FILE_MACHINE_SH3, IMAGE_FILE_MACHINE_SH3DSP,
2781         IMAGE_FILE_MACHINE_SH4, IMAGE_FILE_MACHINE_SH5,
2782         IMAGE_FILE_MACHINE_THUMB, IMAGE_FILE_MACHINE_WCEMIPSV2):
2783         Add defines.
2784
2785         (IMAGE_SUBSYSTEM_EFI_APPLICATION,
2786         IMAGE_SUBSYSTEM_EFI_BOOT_SERVICE_DRIVER,
2787         IMAGE_SUBSYSTEM_EFI_RUNTIME_DRIVER, IMAGE_SUBSYSTEM_EFI_ROM):
2788         Add defines.
2789
2790         (IMAGE_SYM_CLASS_CLR_TOKEN): Add define.
2791
2792         (IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE,
2793         IMAGE_DLL_CHARACTERISTICS_FORCE_INTEGRITY,
2794         IMAGE_DLL_CHARACTERISTICS_NX_COMPAT,
2795         IMAGE_DLLCHARACTERISTICS_NO_ISOLATION, IMAGE_DLLCHARACTERISTICS_NO_SEH,
2796         IMAGE_DLLCHARACTERISTICS_NO_BIND,
2797         IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE): Add defines.
2798
2799         (IMAGE_REL_I386_TOKEN, IMAGE_REL_I386_SECREL7): Add defines.
2800
2801         (IMAGE_REL_AMD64_ABSOLUTE, IMAGE_REL_AMD64_ADDR64,
2802         IMAGE_REL_AMD64_ADDR32, IMAGE_REL_AMD64_ADDR32NB, IMAGE_REL_AMD64_REL32,
2803         IMAGE_REL_AMD64_REL32_1, IMAGE_REL_AMD64_REL32_2,
2804         IMAGE_REL_AMD64_REL32_3, IMAGE_REL_AMD64_REL32_4,
2805         IMAGE_REL_AMD64_REL32_5, IMAGE_REL_AMD64_SECTION,
2806         IMAGE_REL_AMD64_SECREL, IMAGE_REL_AMD64_SECREL7, IMAGE_REL_AMD64_TOKEN,
2807         IMAGE_REL_AMD64_SREL32, IMAGE_REL_AMD64_PAIR, IMAGE_REL_AMD64_SSPAN32):
2808         Add defines.
2809
2810         (IMAGE_REL_IA64_ABSOLUTE, IMAGE_REL_IA64_IMM14, IMAGE_REL_IA64_IMM22,
2811         IMAGE_REL_IA64_IMM64, IMAGE_REL_IA64_DIR32, IMAGE_REL_IA64_DIR64,
2812         IMAGE_REL_IA64_PCREL21B, IMAGE_REL_IA64_PCREL21M,
2813         IMAGE_REL_IA64_PCREL21F, IMAGE_REL_IA64_GPREL22, IMAGE_REL_IA64_LTOFF22,
2814         IMAGE_REL_IA64_SECTION, IMAGE_REL_IA64_SECREL22,
2815         IMAGE_REL_IA64_SECREL64I, IMAGE_REL_IA64_SECREL32,
2816         IMAGE_REL_IA64_DIR32NB, IMAGE_REL_IA64_SREL14, IMAGE_REL_IA64_SREL22,
2817         IMAGE_REL_IA64_SREL32, IMAGE_REL_IA64_UREL32, IMAGE_REL_IA64_PCREL60X,
2818         IMAGE_REL_IA64_PCREL60B, IMAGE_REL_IA64_PCREL60F,
2819         IMAGE_REL_IA64_PCREL60I, IMAGE_REL_IA64_PCREL60M,
2820         IMAGE_REL_IA64_IMMGPREL64, IMAGE_REL_IA64_TOKEN, IMAGE_REL_IA64_GPREL32,
2821         IMAGE_REL_IA64_ADDEND): Add defines.
2822
2823         (IMAGE_SCN_GPREL): Add define.
2824
2825 2006-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
2826
2827         * include/aclui.h: Replace __OBJC__ guard with _OBJC_NO_COM.
2828         * include/basetyps.h:  Likewise.
2829         (_COM_interface): New define.
2830         (interface): Define to _COM_interface, conditional on !__OBJC__.
2831         Replace 'interface' with '_COM_interface', throughout.
2832         * include/comcat.h: Replace 'interface' with '_COM_interface', throughout.
2833         * include/commdlg.h: Replace __OBJC__ guard with _OBJC_NO_COM.
2834         * include/docobj.h: Replace 'interface' with '_COM_interface', throughout.
2835         * include/mshtml.h: Likewise.
2836         * include/oaidl.h: Likewise.
2837         * include/objfwd.h: Likewise.
2838         * include/objidl.h: Likewise.
2839         * include/ocidl.h: Likwise.
2840         * include/olectl.h: Likewise.
2841         * include/oleidl.h: Likewise.
2842         * include/shlobj.h: Likewise.
2843         * include/shlwapi.h: Replace __OBJC__ guard with _OBJC_NO_COM.
2844         * include/vfw.h: Likewise.
2845         * include/windows.h. Likewise. Add comment.
2846         * include/directx/d3d9.h: Replace 'interface' with '_COM_interface',
2847         throughout.
2848
2849         * lib/test.c: Replace __OBJC__ guard with _OBJC_NO_COM.
2850         Add test for conflict with '@interface'
2851
2852 2006-07-22  ipsoner  <ipsoner@users.sourceforge.net>
2853
2854         * include/wincrypt.h (szOID_RSA, szOID_PKCS, szOID_RSA_HASH,
2855         szOID_RSA_ENCRYPT, szOID_PKCS_1, szOID_PKCS_2, szOID_PKCS_3,
2856         szOID_PKCS_4, szOID_PKCS_5, szOID_PKCS_6, szOID_PKCS_7,
2857         szOID_PKCS_8, szOID_PKCS_9, szOID_PKCS_10, szOID_PKCS_12,
2858         szOID_RSA_MD2, szOID_RSA_MD4, szOID_RSA_MD5, szOID_RSA_RSA,
2859         szOID_RSA_MD2RSA, szOID_RSA_MD4RSA, szOID_RSA_MD5RSA,
2860         szOID_RSA_SHA1RSA, szOID_RSA_SETOAEP_RSA, szOID_RSA_DH,
2861         szOID_RSA_data, szOID_RSA_signedData, szOID_RSA_envelopedData,
2862         szOID_RSA_signEnvData, szOID_RSA_digestedData, szOID_RSA_hashedData,
2863         szOID_RSA_encryptedData, szOID_RSA_emailAddr, szOID_RSA_unstructName,
2864         szOID_RSA_contentType, szOID_RSA_messageDigest, szOID_RSA_signingTime,
2865         szOID_RSA_counterSign, szOID_RSA_challengePwd, szOID_RSA_unstructAddr,
2866         szOID_RSA_extCertAttrs, szOID_RSA_SMIMECapabilities,
2867         szOID_RSA_preferSignedData, szOID_RSA_RC2CBC, szOID_RSA_RC4,
2868         szOID_RSA_DES_EDE3_CBC, szOID_RSA_RC5_CBCPad, szOID_ANSI_x942,
2869         szOID_ANSI_x942_DH, szOID_X957, szOID_X957_DSA, szOID_DATA STRUCTURE,
2870         szOID_DS, szOID_DSALG, szOID_DSALG_CRPT, szOID_DSALG_HASH,
2871         szOID_DSALG_SIGN, szOID_DSALG_RSA, szOID_OIW, szOID_OIWSEC,
2872         szOID_OIWSEC_md4RSA, szOID_OIWSEC_md5RSA, szOID_OIWSEC_md4RSA2,
2873         szOID_OIWSEC_desECB, szOID_OIWSEC_desCBC, szOID_OIWSEC_desOFB,
2874         szOID_OIWSEC_desCFB, szOID_OIWSEC_desMAC, szOID_OIWSEC_rsaSign,
2875         szOID_OIWSEC_dsa, szOID_OIWSEC_shaDSA, szOID_OIWSEC_mdc2RSA,
2876         szOID_OIWSEC_shaRSA, szOID_OIWSEC_dhCommMod, szOID_OIWSEC_desEDE,
2877         szOID_OIWSEC_sha, szOID_OIWSEC_mdc2, szOID_OIWSEC_dsaComm,
2878         szOID_OIWSEC_dsaCommSHA, szOID_OIWSEC_rsaXchg, szOID_OIWSEC_keyHashSeal,
2879         szOID_OIWSEC_md2RSASign, szOID_OIWSEC_md5RSASign, szOID_OIWSEC_sha1,
2880         szOID_OIWSEC_dsaSHA1, szOID_OIWSEC_dsaCommSHA1, szOID_OIWSEC_sha1RSASign,
2881         szOID_OIWDIR, szOID_OIWDIR_CRPT, szOID_OIWDIR_HASH, szOID_OIWDIR_SIGN,
2882         szOID_OIWDIR_md2, szOID_OIWDIR_md2RSA, szOID_INFOSEC,
2883         szOID_INFOSEC_sdnsSignature, szOID_INFOSEC_mosaicSignature,
2884         szOID_INFOSEC_sdnsConfidentiality, szOID_INFOSEC_mosaicConfidentiality,
2885         szOID_INFOSEC_sdnsIntegrity, szOID_INFOSEC_mosaicIntegrity,
2886         szOID_INFOSEC_sdnsTokenProtection, szOID_INFOSEC_mosaicTokenProtection,
2887         szOID_INFOSEC_sdnsKeyManagement, szOID_INFOSEC_mosaicKeyManagement,
2888         szOID_INFOSEC_sdnsKMandSig, szOID_INFOSEC_mosaicKMandSig,
2889         szOID_INFOSEC_SuiteASignature, szOID_INFOSEC_SuiteAConfidentiality,
2890         szOID_INFOSEC_SuiteAIntegrity, szOID_INFOSEC_SuiteATokenProtection,
2891         szOID_INFOSEC_SuiteAKeyManagement, szOID_INFOSEC_SuiteAKMandSig,
2892         szOID_INFOSEC_mosaicUpdatedSig, szOID_INFOSEC_mosaicKMandUpdSig,
2893         szOID_INFOSEC_mosaicUpdatedInteg, szOID_PKIX_NO_SIGNATURE,
2894         szOID_COMMON_NAME, szOID_COUNTRY_NAME, szOID_DEVICE_SERIAL_NUMBER,
2895         szOID_DOMAIN_COMPONENT, szOID_RSA_emailAddr, szOID_GIVEN_NAME,
2896         szOID_INITIALS, szOID_LOCALITY_NAME, szOID_ORGANIZATION_NAME,
2897         szOID_ORGANIZATIONAL_UNIT_NAME, szOID_STATE_OR_PROVINCE_NAME,
2898         szOID_STREET_ADDRESS, szOID_SUR_NAME, szOID_TITLE, szOID_RSA_unstructAddr,
2899         szOID_RSA_unstructName, szOID_BASIC_CONSTRAINTS2,
2900         CERT_BASIC_CONSTRAINTS2_INFO, CRYPT_ENCODE_PARA,CertDuplicateStore,
2901         CertEnumCertificatesInStore, CertDuplicateCertificateContext,
2902         CertGetNameStringA, CertGetNameStringW, CertGetNameString, PFXIsPFXBlob,
2903         CertFindExtension, CryptDecodeObject, CertAddCertificateContextToStore,
2904         CertCompareCertificate, PFXVerifyPassword, PFXImportCertStore,
2905         CertDeleteCertificateFromStore): Define.
2906         * lib/crypt32.def (CertDuplicateStore, CertEnumCertificatesInStore,
2907         CertDuplicateCertificateContext, CertGetNameStringA, CertGetNameStringW,
2908         CertGetNameString, PFXIsPFXBlob, CertFindExtension, CryptDecodeObject,
2909         CertAddCertificateContextToStore, CertCompareCertificate,
2910         PFXVerifyPassword, PFXImportCertStore, CertDeleteCertificateFromStore):
2911         Define.
2912
2913 2006-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2914
2915         * lib/uuid.c: Remove.
2916
2917 2006-07-20  Elias Naur  <elias_naur@users.sourceforge.net>
2918
2919         * include/devguid.h: Add new file with missing GUID_DEVCLASS_*
2920         declarations. They were extracted from the registry with a script.
2921         * lib/devguid.c: Add new file with the implementation of the
2922         missing GUIDs.
2923         * lib/Makefile.in: Add devguid.c to UUID_SOURCES and UUID_OBJS.
2924
2925 2006-07-19  Elias Naur  <elias_naur@users.sourceforge.net>
2926
2927         * include/winuser.h (WM_INPUT): Add missing Raw Input
2928         notification define.
2929         (RID_DEVICE_INFO_MOUSE, RID_DEVICE_INFO_KEYBOARD,
2930         RID_DEVICE_INFO_HID, RID_DEVICE_INFO): Define Raw Input structs
2931
2932 2006-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
2933
2934         [mingw-Bugs-1525021]
2935         * iptypes.h (IP_ADAPTER_ANYCAST_ADDRESS): Fix NONAMELESSUNION warnings.
2936         (IP_ADAPTER_MULTICAST_ADDRESS): Likewise.
2937         (IP_ADAPTER_UNICAST_ADDRESS): Likewise.
2938         (IP_ADAPTER_DNS_SERVER_ADDRESS): Likewise.
2939         (IP_ADAPTER_ADAPTER_PREFIX): Likewise.
2940         (IP_ADAPTER_ADDRESSES): Likewise.
2941
2942 2006-06-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2943
2944         * lib/uuid.c (CLSID_FileProtocol, CLSID_FtpProtocol, CLSID_GopherProtocol,
2945         CLSID_HttpProtocol, CLSID_HttpSProtocol, CLSID_MkProtocol,
2946         CLSID_PSUrlMonProxy, CLSID_StdURLMoniker): Remove.  Moved to
2947         extras-uuid.c.
2948         * lib/extras-uuid.c (CLSID_FileProtocol, CLSID_FtpProtocol, CLSID_GopherProtocol,
2949         CLSID_HttpProtocol, CLSID_HttpSProtocol, CLSID_MkProtocol,
2950         CLSID_PSUrlMonProxy, CLSID_StdURLMoniker): Added.
2951         * lib/hlguids-uuid.c: State source of CLSIDs.
2952
2953 2006-06-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2954
2955         * lib/Makefile.in: Added extras-uuid as an object and source.
2956         * lib/uuid.c (IID_IClientSiteHandler, IID_IContinue, IID_IHttpNegotiate,
2957         IID_IPersistMoniker, IID_IServerHandler, IID_ITargetEmbedding,
2958         IID_ITargetFrame, IID_ITypeComp, IID_IUrlHistoryStg, IID_IWinInetHttpInfo,
2959         IID_IWinInetInfo, IID_IEnumSTATPROPSETSTG, IID_IEnumSTATPROPSTG,
2960         IID_IEnumSTATURL): Remove.  Moved to extras-uuid.c.
2961         * lib/extras-uuid.c: New file.
2962         Thank you to Julien Lecomte (julienlecomte at users dot sourceforge dot
2963         net).
2964
2965 2006-06-12  Danny Smith  <dannysmith@users.sourceforge.net>
2966
2967         [mingw-Bugs-1424461]
2968         *include/imagehlp.h: Comment out IN, OUT and OPTIONAL,
2969         throughout.
2970         *include/rpcdce.h: Don't define IN, OUT or OPTIONAL if
2971         _NO_W32_PSEUDO_MODIFIERS.
2972         *include/rpcnsi.h: Comment out IN, OUT and OPTIONAL,
2973         throughout.
2974         *include/rpcnsip.h: Likewise.
2975         *include/windef.h: Don't define IN, OUT or OPTIONAL
2976         if _NO_W32_PSEUDO_MODIFIERS.
2977         *include/ddk/batclass.h: Comment out IN, OUT and OPTIONAL,
2978         throughout.
2979         *include/ddk/cfgmgr32.h: Likewise.
2980         *include/ddk/ddkmapi.h: Likewise.
2981         *include/ddk/hidclass.h: Likewise.
2982         *include/ddk/hidpi.h: Likewise.
2983         *include/ddk/kbdmou.h: Likewise.
2984         *include/ddk/mcd.h: Likewise.
2985         *include/ddk/miniport.h: Likewise.
2986         *include/ddk/minitape.h: Likewise.
2987         *include/ddk/ndis.h: Likewise.
2988         *include/ddk/ndistapi.h: Likewise.
2989         *include/ddk/ndiswan.h: Likewise.
2990         *include/ddk/ntapi.h: Likewise.
2991         *include/ddk/ntdd8042.h: Likewise.
2992         *include/ddk/ntddpcm.h: Likewise.
2993         *include/ddk/ntifs.h: Likewise.
2994         *include/ddk/ntpoapi.h: Likewise.
2995         *include/ddk/parallel.h: Likewise.
2996         *include/ddk/pfhook.h: Likewise.
2997         *include/ddk/scsiwmi.h: Likewise.
2998         *include/ddk/smbus.h: Likewise.
2999         *include/ddk/srb.h: Likewise.
3000         *include/ddk/storport.h: Likewise.
3001         *include/ddk/tdikrnl.h: Likewise.
3002         *include/ddk/upssvc.h: Likewise.
3003         *include/ddk/usbcamdi.h: Likewise.
3004         *include/ddk/usbscan.h: Likewise.
3005         *include/ddk/video.h: Likewise.
3006         *include/ddk/videoagp.h: Likewise.
3007         *include/ddk/win2k.h: Likewise.
3008         *include/ddk/winddi.h: Likewise.
3009         *include/ddk/winddk.h: Don't define IN, OUT or OPTIONAL
3010         if _NO_W32_PSEUDO_MODIFIERS.
3011         Comment out IN, OUT and OPTIONAL, throughout.
3012         *include/ddk/winnt4.h: Comment out IN, OUT and OPTIONAL,
3013         throughout.
3014         *include/ddk/ws2san.h: Likewise.
3015
3016 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3017
3018         * lib/Makefile.in:  Added hlguids-uuid as source and object.
3019
3020 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3021
3022         * lib/uuid.c (CLSID_StaticDib, CLSID_StaticMetafile, CLSID_StdHlink,
3023         CLSID_StdHlinkBrowseContext): Remove.  Moved to relevant files.
3024         * lib/cguid-uuid.c (CLSID_StaticDib, CLSID_StaticMetafile): Added.
3025         * lib/hlguids-uuid.c: New file.
3026         Thank you to Julien Lecomte (julienlecomte at users dot sourceforge dot
3027         net).
3028
3029 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3030
3031         * lib/Makefile.in: Added urlmon-uuid and hlink-uuid as sources and
3032         objects.
3033         * lib/uuid.c (IID_IAuthenticate, IID_IBindHost, IID_IBindProtocol,
3034         IID_IBindStatusCallback, IID_IBindStatusCallbackMsg, IID_IBinding,
3035         IID_IHlink, IID_IHlinkBrowseContext, IID_IHlinkFrame, IID_IHlinkSite,
3036         IID_IHlinkTarget): Remove.  Moved to new files.
3037         * lib/urlmon-uuid.c: New file.
3038         * lib/hlink-uuid.c: New file.
3039
3040 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3041
3042         * lib/Makefile.in: Added ativscp-uuid as source and object.
3043         * lib/uuid.c (IID_IActiveScript, IID_IActiveScriptError,
3044         IID_IActiveScriptParse, IID_IActiveScriptSite,
3045         IID_IActiveScriptSiteWindow): Remove.  Moved to ativscp-uuid.c.
3046         * lib/ativscp-uuid.c: New file.
3047
3048 2006-06-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3049
3050         * lib/uuid.c (IID_IClientSecurity, IID_IMallocSpy, IID_IServerSecurity):
3051         Remove.  Moved to objidl-uuid.c
3052         * lib/objidl-uuid.c (IID_IClientSecurity, IID_IMallocSpy,
3053         IID_IServerSecurity): Defined.
3054
3055 2006-06-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3056
3057         * lib/Makefile.in: Add cguid-uuid and olectlid-uuid as sources and
3058         objects.
3059         * lib/uuid.c (CLSID_CColorPropPage, CLSID_CFontPropPage,
3060         CLSID_CPicturePropPage, CLSID_Picture_Dib, CLSID_Picture_Metafile,
3061         CLSID_StdFont, CLSID_StdPicture, GUID_NULL, IID_ICreateTypeInfo,
3062         IID_ICreateTypeInfo2, IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_IDebug,
3063         IID_IDebugStream, IID_IDispatch, IID_IEnumFORMATETC,IID_IEnumMoniker,
3064         IID_IEnumOLEVERB, IID_IEnumSTATDATA, IID_IEnumSTATSTG, IID_IEnumString,
3065         IID_IEnumUnknown, IID_IEnumVARIANT, IID_IOleLink, IID_IPSFactory,
3066         IID_IRpcChannel, IID_IRpcProxy, IID_IRpcStub, IID_ITypeInfo,
3067         IID_ITypeInfo2, IID_ITypeLib, IID_ITypeLib2): Remove.  Moved to relevant
3068         files.
3069         * lib/oaidl-uuid.c (IID_ICreateTypeInfo, IID_ICreateTypeInfo2,
3070         IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_ITypeInfo, IID_ITypeInfo2,
3071         IID_ITypeLib, IID_ITypeLib2, IID_IEnumVARIANT): Define.
3072         * lib/cguid-uuid.c: New file.
3073         * lib/olectlid-uuid.c: New file.
3074
3075 2006-06-08  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3076
3077         * lib/Makefile.in: Add objsafe-uuid oaidl-uuid docobj-uuid comcat-uuid
3078         exdisp-uuid mlang-uuid objidl-uuid as sources and objects.
3079         * lib/uuid.c (CATID_Control, CATID_DocObject, CATID_Insertable,
3080         CATID_PersistsToPropertyBag, CATID_PersistsToStorage, CATID_PersistsToStream,
3081         CATID_PersistsToStreamInit, CATID_Printable, CATID_Programmable,
3082         CLSID_CMultiLanguage, CLSID_StdComponentCategoriesMgr, CLSID_WebBrowser,
3083         DIID_DWebBrowserEvents, DIID_DWebBrowserEvents2, IID_IAdviseSink,
3084         IID_IAdviseSink2, IID_IBindCtx, IID_ICatInformation, IID_ICatRegister,
3085         IID_IClassActivator, IID_IContinueCallback, IID_ICreateErrorInfo,
3086         IID_IDataAdviseHolder, IID_IDataObject, IID_IEnumCATEGORYINFO,
3087         IID_IEnumGUID, IID_IEnumOleDocumentViews, IID_IErrorInfo,
3088         IID_IExternalConnection, IID_IFillLockBytes, IID_ILockBytes, IID_IMalloc,
3089         IID_IMarshal, IID_IMessageFilter, IID_IMoniker, IID_IObjectSafety,
3090         IID_IOleCommandTarget, IID_IOleDocument, IID_IOleDocumentSite,
3091         IID_IOleDocumentView, IID_IPSFactoryBuffer, IID_IPersist,
3092         IID_IPersistFile, IID_IPersistStorage, IID_IPersistStream, IID_IPrint,
3093         IID_IProgressNotify, IID_IPropertySetStorage, IID_IPropertyStorage,
3094         IID_IROTData, IID_IRootStorage, IID_IRpcChannelBuffer,
3095         IID_IRpcProxyBuffer, IID_IRpcStubBuffer, IID_IRunnableObject,
3096         IID_IRunningObjectTable, IID_ISequentialStream, IID_IStdMarshalInfo,
3097         IID_IStorage, IID_IStream, IID_ISupportErrorInfo, IID_IWebBrowser,
3098         IID_IWebBrowser2, IID_IWebBrowserApp): Remove. Moved to new files.
3099         * lib/comcat-uuid.c: New file.
3100         * lib/docobj-uuid.c: New File.
3101         * lib/exdisp-uuid.c: New file.
3102         * lib/mlang-uuid.c: New file.
3103         * lib/oaidl-uuid.c: New file.
3104         * lib/objidl-uuid.c: New file.
3105         * lib/objsafe-uuid.c: New file.
3106
3107 2006-06-07  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3108
3109         * lib/Makefile.in: Add oleacc-uuid oleidl-uuid ocidl-uuid as sources and
3110         objects.
3111         * lib/uuid.c (IID_IOleCache, IID_IOleCache2, IID_IOleCacheControl, IID_IViewObject,
3112         IID_IViewObject2, IID_IDropSource, IID_IDropTarget, IID_IOleAdviseHolder,
3113         IID_IOleInPlaceUIWindow, IID_IOleInPlaceObject, IID_IOleInPlaceActiveObject,
3114         IID_IOleInPlaceFrame, IID_IOleInPlaceSite, IID_IOleContainer, IID_IOleItemContainer,
3115         IID_IOleClientSite, IID_IOleObject, IID_IOleWindow, IID_IParseDisplayName,
3116         IID_IAccessible, LIBID_Accessibility, IID_IQuickActivate, IID_IOleUndoManager,
3117         IID_IOleParentUndoUnit, IID_IOleUndoUnit, IID_IEnumOleUndoUnits, IID_IPointerInactive,
3118         IID_IAdviseSinkEx, IID_IOleInPlaceSiteEx, IID_IOleControl, IID_IOleControlSite,
3119         IID_IPersistPropertyBag, IID_IPersistPropertyBag2, IID_IPersistStreamInit,
3120         IID_IPersistMemory, IID_IPropertyBag, IID_IPropertyBag2, IID_IPropertyNotifySink,
3121         IID_IPropertyPage, IID_IPropertyPage2, IID_IPropertyPageSite, IID_IFont, IID_IFontDisp,
3122         IID_IPicture, IID_IPictureDisp, IID_IProvideClassInfo, IID_IProvideClassInfo2,
3123         IID_IEnumConnectionPoints, IID_IEnumConnections, IID_IConnectionPoint,
3124         IID_IConnectionPointContainer, IID_IClassFactory2, IID_IErrorLog,
3125         IID_IObjectWithSite, IID_IPerPropertyBrowsing, IID_ISimpleFrameSite,
3126         IID_ISpecifyPropertyPages): Remove. Moved to new files.
3127         * lib/oleidl-uuid.c: New file.
3128         * lib/oleacc-uuid.c: New file.
3129         * lib/ocidl-uuid.c: New file.
3130
3131 2006-06-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3132
3133         * lib/Makefile.in: Add unknwn-uuid and servprov-uuid as sources and
3134         objects.
3135         * lib/uuid.c (IID_IUnknown, IID_IClassFactory, IID_IServiceProvider):
3136         Remove.  Moved to unknwn-uuid and servprov-uuid.
3137         * lib/unknwn-uuid.c: New file.
3138         * lib/servprov-uuid.c: New file.
3139
3140 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
3141
3142         * include/strmif.h (VMRDeinterlaceTech): Correct typedef for DeinterlaceTech_*
3143         enum.
3144
3145 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
3146
3147         * include/strmif.h (enum tagAnalogVideoStandard): Add missing ','.
3148
3149 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
3150
3151         * include/winuser.h (DM_BITSPERPEL, DM_PELSWIDTH, DM_PELSHEIGHT,
3152         DM_DISPLAYFLAGS, DM_DISPLAYFREQUENCY): Remove.  Duplicates of
3153         wingdi.h defines.
3154
3155 2006-06-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3156
3157         * include/winuser.h ((SPI_GETMOUSETRAILS,SPI_SETMOUSETRAILS): Remove
3158         duplicate defines.
3159
3160         * include/winnt.h (SUBLANG_ARABIC_SAUDI_ARABIA): Revert accidental
3161         removal.
3162         (SUBLANG_MARATHI_INDIA): Remove duplicate define.
3163
3164 2006-05-24  Christopher Faylor  <cgf@timesys.com>
3165
3166         * configure.in: Update to newer autoconf.
3167         (thanks to Steve Ellcey)
3168         * configure: Regenerate.
3169         * aclocal.m4: New file.
3170
3171 2006-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
3172
3173         * lib/uuid.c (IID_IRpcProxyBuffer34): Remove definition.
3174
3175 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3176
3177         * include/rtutils.h (TraceDumpA,TraceDumpW,TracePutsA,TracePutsW)
3178         (TraceRegisterA,TraceRegisterW,TraceVprintfA,TraceVprintfW): Define
3179         as macros.
3180         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
3181
3182 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3183
3184         * include/mprapi.h (MprAdminMIBBufferFree,MprAdminMIBEntryCreate)
3185         (MprAdminMIBEntryDelete,MprAdminMIBEntryGet,MprAdminMIBEntryGetFirst)
3186         (MprAdminMIBEntryGetNext,MprAdminMIBEntrySet,MprAdminMIBGetTrapInfo)
3187         (MprAdminMIBServerConnect,MprAdminMIBServerDisconnect)
3188         (MprAdminMIBSetTrapInfo): Declare functions.
3189         Note: MprAdminMIBSetTrapInfo is missing from mprapi.def.
3190         (MIB_SERVER_HANDLE): New typedef.
3191         (MprConfigTransportSetInfo): Declare function.
3192         * lib/mprapi.def (MprSetupIpInIpInterfaceFriendlyNameEnum)
3193         (MprSetupIpInIpInterfaceFriendlyNameFree): Fix size.
3194
3195 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3196
3197         * lib/rtutils.def: New file. Generated on Windows XP.
3198         (TracePrintf{AW},TracePrintfEx{AW}): Left out for now.
3199         * include/rtutils.h: New file.
3200         (TraceDump{AW},TracePuts{AW},TraceRegister{AW},TraceVprintf{AW}):
3201         Commented out, they're missing from rtutils.def.
3202
3203 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3204
3205         * include/mprapi.h (MprInfoBlockAdd,MprInfoBlockFind)
3206         (MprInfoBlockQuerySize,MprInfoBlockRemove,MprInfoBlockSet)
3207         (MprInfoCreate,MprInfoDelete,MprInfoDuplicate)
3208         (MprInfoRemoveAll): Declare functions.
3209
3210 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3211
3212         * include/mprapi.h (MprConfigBufferFree,MprConfigGetFriendlyName)
3213         (MprConfigGetGuidName,MprConfigInterfaceCreate)
3214         (MprConfigInterfaceDelete,MprConfigInterfaceEnum)
3215         (MprConfigInterfaceGetHandle,MprConfigInterfaceGetInfo)
3216         (MprConfigInterfaceSetInfo,MprConfigInterfaceTransportAdd)
3217         (MprConfigInterfaceTransportEnum,MprConfigInterfaceTransportGetHandle)
3218         (MprConfigInterfaceTransportGetInfo,MprConfigInterfaceTransportRemove)
3219         (MprConfigInterfaceTransportSetInfo,MprConfigServerBackup)
3220         (MprConfigServerConnect,MprConfigServerDisconnect)
3221         (MprConfigServerGetInfo,MprConfigServerInstall)
3222         (MprConfigServerRestore,MprConfigTransportCreate)
3223         (MprConfigTransportDelete,MprConfigTransportEnum)
3224         (MprConfigTransportGetHandle,MprConfigTransportGetInfo)
3225         (MprConfigTransportSetInfo): Declare functions.
3226
3227 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3228
3229         * include/mprapi.h (MprAdminBufferFree)
3230         (MprAdminDeregisterConnectionNotification,MprAdminGetErrorString)
3231         (MprAdminInterfaceConnect,MprAdminInterfaceCreate)
3232         (MprAdminInterfaceDelete,MprAdminInterfaceDeviceGetInfo)
3233         (MprAdminInterfaceDeviceSetInfo,MprAdminInterfaceDisconnect)
3234         (MprAdminInterfaceEnum,MprAdminInterfaceGetCredentials)
3235         (MprAdminInterfaceGetCredentialsEx,MprAdminInterfaceGetHandle)
3236         (MprAdminInterfaceGetInfo,MprAdminInterfaceQueryUpdateResult)
3237         (MprAdminInterfaceSetCredentials,MprAdminInterfaceSetCredentialsEx)
3238         (MprAdminInterfaceSetInfo,MprAdminInterfaceTransportAdd)
3239         (MprAdminInterfaceTransportGetInfo,MprAdminInterfaceTransportRemove)
3240         (MprAdminInterfaceTransportSetInfo)
3241         (MprAdminInterfaceUpdatePhonebookInfo,MprAdminInterfaceUpdateRoutes)
3242         (MprAdminIsServiceRunning,MprAdminRegisterConnectionNotification)
3243         (MprAdminServerConnect,MprAdminServerDisconnect)
3244         (MprAdminServerGetCredentials,MprAdminServerGetInfo)
3245         (MprAdminServerSetCredentials,MprAdminTransportCreate)
3246         (MprAdminTransportGetInfo,MprAdminTransportSetInfo): Declare functions.
3247
3248 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3249
3250         * include/ipxtfflt.h: New file.
3251
3252 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3253
3254         * include/mprapi.h: Fix header guard. Cleanup.
3255         (MprAdminAcceptNewConnection,MprAdminAcceptNewConnection2)
3256         (MprAdminAcceptNewLink,MprAdminAcceptReauthentication)
3257         (MprAdminConnectionHangupNotification)
3258         (MprAdminConnectionHangupNotification2)
3259         (MprAdminGetIpAddressForUser,MprAdminInitializeDll)
3260         (MprAdminTerminateDll,MprAdminLinkHangupNotification)
3261         (MprAdminReleaseIpAddress): Declare functions.
3262         * lib/mprapi.def: Regenerate on Windows XP.
3263
3264 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3265
3266         * include/ipifcons.h: Cleanup.
3267         * include/ipxconst.h: Fix header guard.
3268         * include/ipxrtdef.h: include <ipxconst.h>.
3269
3270 2006-05-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3271
3272         * include/ipxrtdef.h: Cleanup.
3273         (IPX_INTERFACE_INFO_TYPE,IPX_STATIC_ROUTE_INFO_TYPE)
3274         (IPX_STATIC_SERVICE_INFO_TYPE,IPX_SERVICE_FILTER_INFO_TYPE)
3275         (IPX_ROUTE_FILTER_INFO_TYPE,IPX_IN_TRAFFIC_FILTER_INFO_TYPE)
3276         (IPX_ADAPTER_INFO_TYPE,IPXWAN_INTERFACE_INFO_TYPE,IPX_GLOBAL_INFO_TYPE)
3277         (IPX_STATIC_NETBIOS_NAME_INFO_TYPE)
3278         (IPX_IN_TRAFFIC_FILTER_GLOBAL_INFO_TYPE)
3279         (IPX_OUT_TRAFFIC_FILTER_INFO_TYPE)
3280         (IPX_OUT_TRAFFIC_FILTER_GLOBAL_INFO_TYPE): Define.
3281         * include/routprot.h: Cleanup.
3282         (PROTO_IP_OTHER,PROTO_IP_LOCAL,PROTO_IP_NETMGMT,PROTO_IP_ICMP)
3283         (PROTO_IP_EGP,PROTO_IP_GGP,PROTO_IP_HELLO,PROTO_IP_RIP,PROTO_IP_IS_IS)
3284         (PROTO_IP_ES_IS,PROTO_IP_CISCO,PROTO_IP_BBN,PROTO_IP_OSPF,PROTO_IP_BGP)
3285         (PROTO_IP_BOOTP,PROTO_IP_NT_AUTOSTATIC,PROTO_IP_NT_STATIC)
3286         (PROTO_IP_NT_STATIC_NON_DOD,IPRTRMGR_PID,IPX_PROTOCOL_BASE)
3287         (IPX_PROTOCOL_RIP,IPX_PROTOCOL_SAP,IPX_PROTOCOL_NLSP): Define.
3288         * include/fltdefs.h: New file.
3289         * include/ipinfoid.h: New file.
3290
3291 2006-05-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3292
3293         * include/strmif.h (IAMAnalogVideoDecoder,IAMAudioInputMixer)
3294         (IAMAudioRendererStats,IAMBufferNegotiation,IAMCameraControl)
3295         (IAMCertifiedOutputProtection): Add interfaces.
3296         * include/adsprop.h: New file.
3297         * include/cmnquery.h: New file.
3298         * include/dsadmin.h: New file.
3299         * include/dsclient.h: New file.
3300         * include/dsgetdc.h: New file.
3301         * include/dsquery.h: New file.
3302         * include/dsrole.h: New file.
3303         * include/ntdsapi.h: New file.
3304         * include/ntdsbcli.h: New file.
3305         * include/objsel.h: New file.
3306
3307 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3308
3309         * include/qedit.h (DEXTER_PARAM,DEXTER_VALUE,SCompFmt0): Add structures.
3310         (DEXTERF_TRACK_SEARCH_FLAGS,TIMELINE_MAJOR_TYPE): Add enums.
3311         (CONNECTF_DYNAMIC_NONE,CONNECTF_DYNAMIC_SOURCES)
3312         (CONNECTF_DYNAMIC_EFFECTS,SFN_VALIDATEF_CHECK,SFN_VALIDATEF_POPUP)
3313         (SFN_VALIDATEF_TELLME,SFN_VALIDATEF_REPLACE,SFN_VALIDATEF_USELOCAL)
3314         (SFN_VALIDATEF_NOFIND,SFN_VALIDATEF_IGNOREMUTED,RESIZEF_STRETCH)
3315         (RESIZEF_CROP,RESIZEF_PRESERVEASPECTRATIO)
3316         (RESIZEF_PRESERVEASPECTRATIO_NOLETTERBOX): Define.
3317
3318 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3319
3320         * include/qedit.h: New file.
3321         * include/errors.h: Cleanup.
3322
3323 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3324
3325         * include/amvideo.h (BIT_MASKS_MATCH): Don't use memcmp to
3326         avoid dependency on <string.h>.
3327         There's no Win32 equivalent for memcmp:
3328         http://support.microsoft.com/default.aspx?scid=kb;EN-US;q99456
3329
3330 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3331
3332         * include/amvideo.h (RESET_MASKS,RESET_PALETTE): Use ZeroMemory
3333         instead of memset to avoid dependency on <string.h>.
3334         * include/dshow.h (AM_ASPECT_RATIO_MODE,AM_WST_DRAWBGMODE,AM_WST_LEVEL)
3335         (AMExtendedSeekingCapabilities,AM_WST_SERVICE,AM_WST_STATE)
3336         (AM_WST_STYLE): Add enums.
3337         (AM_WST_PAGE,AMVABeginFrameInfo,AMVACompBufferInfo,AMVAEndFrameInfo,
3338         AMVAInternalMemInfo,AMVAUncompBufferInfo,AMVAUncompDataInfo): New
3339         structures.
3340         * include/errors.h (VFW_E_DVD_CMD_CANCELLED)
3341         (VFW_E_DVD_STATE_WRONG_VERSION,VFW_E_DVD_STATE_CORRUPT)
3342         (VFW_E_DVD_STATE_WRONG_DISC,VFW_E_DVD_INCOMPATIBLE_REGION)
3343         (VFW_E_DVD_NO_ATTRIBUTES,VFW_E_DVD_NO_GOUP_PGC)
3344         (VFW_E_DVD_LOW_PARENTAL_LEVEL,VFW_E_DVD_NOT_IN_KARAOKE_MODE)
3345         (VFW_E_FRAME_STEP_UNSUPPORTED,VFW_E_DVD_STREAM_DISABLED)
3346         (VFW_E_DVD_TITLE_UNKNOWN,VFW_E_DVD_INVALID_DISC)
3347         (VFW_E_DVD_NO_RESUME_INFORMATION)
3348         (VFW_E_PIN_ALREADY_BLOCKED_ON_THIS_THREAD,VFW_E_PIN_ALREADY_BLOCKED)
3349         (VFW_E_CERTIFICATION_FAILURE,VFW_E_VMR_NOT_IN_MIXER_MODE)
3350         (VFW_E_VMR_NO_AP_SUPPLIED,VFW_E_VMR_NO_DEINTERLACE_HW)
3351         (VFW_E_VMR_NO_PROCAMP_HW,VFW_E_DVD_VMR9_INCOMPATIBLEDEC)
3352         (VFW_E_NO_COPP_HW,VFW_E_BAD_KEY): Define.
3353         * include/evcode.h (AM_WMT_EVENT_DATA): New structure.
3354         * include/mmsystem.h (WAVE_FORMAT_EXTENSIBLE): Define.
3355         * include/edevdefs.h (ED_FORMAT_SMPTE_30,ED_FORMAT_SMPTE_30DROP)
3356         (ED_FORMAT_SMPTE_25,ED_FORMAT_SMPTE_24): Move from here...
3357         * include/strmif.h: ... to here. New file.
3358         * include/aviriff.h: New file.
3359         * include/bdatypes.h: New file.
3360         * include/control.h: New file.
3361         * include/dvdmedia.h: New file.
3362         * include/il21dec.h: New file.
3363         * include/ks.h: New file.
3364         * include/ksmedia.h: New file.
3365         * include/mmreg.h: New file.
3366         * include/mpegtype.h: New file.
3367         * include/vidcap.h: New file.
3368         * include/vmr9.h: New file.
3369         * include/vptype.h: New file.
3370         * include/xprtdefs.h: New file.
3371
3372 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3373
3374         * include/winnls.h [WINVER >= 0x0500] (LOCALE_IDEFAULTEBCDICCODEPAGE):
3375         Documented as defined on Windows 2000 or later.
3376         [WINVER >= 0x0600] (LOCALE_SDURATION,LOCALE_SIETFLANGUAGE)
3377         (LOCALE_SISO3166CTRYNAME2,LOCALE_SISO639LANGNAME2)
3378         (LOCALE_SKEYBOARDSTOINSTALL,LOCALE_SNAME,LOCALE_SNAN)
3379         (LOCALE_SNEGINFINITY,LOCALE_SPOSINFINITY,LOCALE_SSCRIPTS): Documented
3380         but values unknown, Windows Vista or later.
3381         (CAL_UMALQURA): Cleanup.
3382         (CAL_SSHORTESTDAYNAME_1,CAL_SSHORTESTDAYNAME_2,CAL_SSHORTESTDAYNAME_3)
3383         (CAL_SSHORTESTDAYNAME_4,CAL_SSHORTESTDAYNAME_5,CAL_SSHORTESTDAYNAME_6)
3384         (CAL_SSHORTESTDAYNAME7): Cleanup.
3385         [WINVER >= 0x0410] (CAL_SYEARMONTH,CAL_ITWODIGITYEARMAX)
3386         (CAL_NOUSEROVERRIDE,CAL_RETURN_NUMBER,CAL_USE_CP_ACP): Cleanup.
3387
3388 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3389
3390         * include/wingdi.h [WINVER >= 0x0500] (DC_PERSONALITY,DC_PRINTRATE)
3391         (DC_PRINTRATEUNIT,DC_PRINTERMEM,DC_MEDIAREADY,DC_STAPLE)
3392         (DC_PRINTRATEPPM,DC_COLORDEVICE,DC_NUP,DC_MEDIATYPENAMES)
3393         (DC_MEDIATYPES,DMPAPER_DBL_JAPANESE_POSTCARD,DMPAPER_A6)
3394         (DMPAPER_JENV_KAKU2,DMPAPER_JENV_KAKU3,DMPAPER_JENV_CHOU3)
3395         (DMPAPER_JENV_CHOU4,DMPAPER_LETTER_ROTATED)
3396         (DMPAPER_A3_ROTATED,DMPAPER_A4_ROTATED,DMPAPER_A5_ROTATED)
3397         (DMPAPER_B4_JIS_ROTATED,DMPAPER_B5_JIS_ROTATED)
3398         (DMPAPER_JAPANESE_POSTCARD_ROTATED)
3399         (DMPAPER_DBL_JAPANESE_POSTCARD_ROTATED)
3400         (DMPAPER_A6_ROTATED,DMPAPER_JENV_KAKU2_ROTATED)
3401         (DMPAPER_JENV_KAKU3_ROTATED,DMPAPER_JENV_CHOU3_ROTATED)
3402         (DMPAPER_JENV_CHOU4_ROTATED,DMPAPER_B6_JIS)
3403         (DMPAPER_B6_JIS_ROTATED,DMPAPER_12X11,DMPAPER_JENV_YOU4)
3404         (DMPAPER_JENV_YOU4_ROTATED,DMPAPER_P16K,DMPAPER_P32K)
3405         (DMPAPER_P32KBIG,DMPAPER_PENV_1,DMPAPER_PENV_2)
3406         (DMPAPER_PENV_3,DMPAPER_PENV_4,DMPAPER_PENV_5)
3407         (DMPAPER_PENV_6,DMPAPER_PENV_7,DMPAPER_PENV_8)
3408         (DMPAPER_PENV_9,DMPAPER_PENV_10,DMPAPER_P16K_ROTATED)
3409         (DMPAPER_P32K_ROTATED,DMPAPER_P32KBIG_ROTATED)
3410         (DMPAPER_PENV_1_ROTATED,DMPAPER_PENV_2_ROTATED)
3411         (DMPAPER_PENV_3_ROTATED,DMPAPER_PENV_4_ROTATED)
3412         (DMPAPER_PENV_5_ROTATED,DMPAPER_PENV_6_ROTATED)
3413         (DMPAPER_PENV_7_ROTATED,DMPAPER_PENV_8_ROTATED)
3414         (DMPAPER_PENV_9_ROTATED,DMPAPER_PENV_10_ROTATED): Define.
3415         (DMPAPER_LAST): Value depends on DMPAPER_* variables actually defined.
3416         (DM_PANNINGWIDTH,DM_PANNINGHEIGHT,DM_DISPLAYFIXEDOUTPUT)
3417         (DMDO_DEFAULT,DMDO_90,DMDO_180,DMDO_270,DMDFO_DEFAULT,DMDFO_STRETCH)
3418         (DMDFO_CENTER): Define.
3419         (GetDCBrushColor,GetDCPenColor): Declare.
3420         * lib/msimg32.def (GetDCBrushColor,GetDCPenColor): Add stubs.
3421
3422 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3423
3424         * include/winnt.h (LANG_PERSIAN,LANG_LOWER_SORBIAN,LANG_UPPER_SORBIAN)
3425         (LANG_TSWANA,LANG_XHOSA,LANG_ZULU,LANG_MALTESE,LANG_SAMI,LANG_IRISH)
3426         (LANG_TIBETAN,LANG_WELSH,LANG_KHMER,LANG_LAO,LANG_SINHALESE)
3427         (LANG_INUKTITUT,LANG_AMHARIC,LANG_TAMAZIGHT,LANG_FRISIAN)
3428         (LANG_PASHTO,LANG_FILIPINO,LANG_HAUSA,LANG_YORUBA,LANG_QUECHUA)
3429         (LANG_SOTHO,LANG_BASHKIR,LANG_LUXEMBOURGISH,LANG_GREENLANDIC)
3430         (LANG_IGBO,LANG_TIGRIGNA,LANG_YI,LANG_MAPUDUNGUN,LANG_MOHAWK)
3431         (LANG_BRETON,LANG_UIGHUR,LANG_MAORI,LANG_OCCITAN,LANG_CORSICAN)
3432         (LANG_ALSATIAN,LANG_YAKUT,LANG_KICHE,LANG_KINYARWANDA,LANG_WOLOF)
3433         (LANG_DARI,LANG_MALAGASY)
3434         (SUBLANG_CUSTOM_DEFAULT,SUBLANG_CUSTOM_UNSPECIFIED)
3435         (SUBLANG_UI_CUSTOM_DEFAULT,SUBLANG_AFRIKAANS_SOUTH_AFRICA)
3436         (SUBLANG_ALBANIAN_ALBANIA,SUBLANG_ALSATIAN_FRANCE)
3437         (SUBLANG_AMHARIC_ETHIOPIA,SUBLANG_ARMENIAN_ARMENIA)
3438         (SUBLANG_ASSAMESE_INDIA,SUBLANG_BASHKIR_RUSSIA,SUBLANG_BASQUE_BASQUE)
3439         (SUBLANG_BELARUSIAN_BELARUS,SUBLANG_BENGALI_INDIA)
3440         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN)
3441         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC)
3442         (SUBLANG_BRETON_FRANCE,SUBLANG_BULGARIAN_BULGARIA)
3443         (SUBLANG_CATALAN_CATALAN,SUBLANG_CORSICAN_FRANCE)
3444         (SUBLANG_CZECH_CZECH_REPUBLIC,SUBLANG_CROATIAN_CROATIA)
3445         (SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,SUBLANG_DANISH_DENMARK)
3446         (SUBLANG_DIVEHI_MALDIVES,SUBLANG_ENGLISH_IRELAND)
3447         (SUBLANG_ENGLISH_INDIA,SUBLANG_ENGLISH_MALAYSIA)
3448         (SUBLANG_ENGLISH_SINGAPORE,SUBLANG_ESTONIAN_ESTONIA)
3449         (SUBLANG_FAEROESE_FAROE_ISLANDS,SUBLANG_FILIPINO_PHILIPPINES)
3450         (SUBLANG_FINNISH_FINLAND,SUBLANG_FRISIAN_NETHERLANDS)
3451         (SUBLANG_GALICIAN_GALICIAN,SUBLANG_GEORGIAN_GEORGIA)
3452         (SUBLANG_GREEK_GREECE,SUBLANG_GREENLANDIC_GREENLAND)
3453         (SUBLANG_GUJARATI_INDIA,SUBLANG_HAUSA_NIGERIA,SUBLANG_HEBREW_ISRAEL)
3454         (SUBLANG_HINDI_INDIA,SUBLANG_HUNGARIAN_HUNGARY)
3455         (SUBLANG_ICELANDIC_ICELAND,SUBLANG_IGBO_NIGERIA)
3456         (SUBLANG_INDONESIAN_INDONESIA,SUBLANG_INUKTITUT_CANADA)
3457         (SUBLANG_INUKTITUT_CANADA_LATIN,SUBLANG_IRISH_IRELAND)
3458         (SUBLANG_JAPANESE_JAPAN,SUBLANG_KAZAK_KAZAKHSTAN)
3459         (SUBLANG_KHMER_CAMBODIA,SUBLANG_KICHE_GUATEMALA)
3460         (SUBLANG_KINYARWANDA_RWANDA,SUBLANG_KONKANI_INDIA)
3461         (SUBLANG_KYRGYZ_KYRGYZSTAN,SUBLANG_LAO_LAO_PDR)
3462         (SUBLANG_LATVIAN_LATVIA,SUBLANG_LITHUANIAN_LITHUANIA)
3463         (SUBLANG_LOWER_SORBIAN_GERMANY,SUBLANG_LUXEMBOURGISH_LUXEMBOURG)
3464         (SUBLANG_MACEDONIAN_MACEDONIA,SUBLANG_MALAYALAM_INDIA)
3465         (SUBLANG_MALTESE_MALTA,SUBLANG_MAORI_NEW_ZEALAND)
3466         (SUBLANG_MAPUDUNGUN_CHILE,SUBLANG_MARATHI_INDIA,SUBLANG_MOHAWK_MOHAWK)
3467         (SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA,SUBLANG_MONGOLIAN_PRC)
3468         (SUBLANG_NEPALI_NEPAL,SUBLANG_OCCITAN_FRANCE,SUBLANG_ORIYA_INDIA)
3469         (SUBLANG_PASHTO_AFGHANISTAN,SUBLANG_PERSIAN_IRAN)
3470         (SUBLANG_POLISH_POLAND,SUBLANG_PORTUGUESE_PORTUGAL)
3471         (SUBLANG_PUNJABI_INDIA,SUBLANG_QUECHUA_BOLIVIA,SUBLANG_QUECHUA_ECUADOR)
3472         (SUBLANG_QUECHUA_PERU,SUBLANG_ROMANIAN_ROMANIA)
3473         (SUBLANG_ROMANSH_SWITZERLAND,SUBLANG_RUSSIAN_RUSSIA)
3474         (SUBLANG_SAMI_NORTHERN_NORWAY,SUBLANG_SAMI_NORTHERN_SWEDEN)
3475         (SUBLANG_SAMI_NORTHERN_FINLAND,SUBLANG_SAMI_LULE_NORWAY)
3476         (SUBLANG_SAMI_LULE_SWEDEN,SUBLANG_SAMI_SOUTHERN_NORWAY)
3477         (SUBLANG_SAMI_SOUTHERN_SWEDEN,SUBLANG_SAMI_SKOLT_FINLAND)
3478         (SUBLANG_SAMI_INARI_FINLAND,SUBLANG_SANSKRIT_INDIA)
3479         (SUBLANG_SERBIAN_BOSNIA_HERZEGOVINA_LATIN)
3480         (SUBLANG_SERBIAN_BOSNIA_HERZEGOVINA_CYRILLIC)
3481         (SUBLANG_SINDHI_AFGHANISTAN,SUBLANG_SINHALESE_SRI_LANKA)
3482         (SUBLANG_SOTHO_NORTHERN_SOUTH_AFRICA,SUBLANG_SLOVAK_SLOVAKIA)
3483         (SUBLANG_SLOVENIAN_SLOVENIA,SUBLANG_SPANISH_US,SUBLANG_SWEDISH_SWEDEN)
3484         (SUBLANG_SYRIAC,SUBLANG_TAJIK_TAJIKISTAN)
3485         (SUBLANG_TAMAZIGHT_ALGERIA_LATIN,SUBLANG_TAMIL_INDIA)
3486         (SUBLANG_TATAR_RUSSIA,SUBLANG_TELUGU_INDIA,SUBLANG_THAI_THAILAND)
3487         (SUBLANG_TIBETAN_PRC,SUBLANG_TIBETAN_BHUTAN,SUBLANG_TIGRIGNA_ERITREA)
3488         (SUBLANG_TSWANA_SOUTH_AFRICA,SUBLANG_TURKISH_TURKEY)
3489         (SUBLANG_TURKMEN_TURKMENISTAN,SUBLANG_UIGHUR_PRC)
3490         (SUBLANG_UKRAINIAN_UKRAINE,SUBLANG_UPPER_SORBIAN_GERMANY)
3491         (SUBLANG_VIETNAMESE_VIETNAM,SUBLANG_WELSH_UNITED_KINGDOM)
3492         (SUBLANG_WOLOF_SENEGAL,SUBLANG_YORUBA_NIGERIA)
3493         (SUBLANG_XHOSA_SOUTH_AFRICA,SUBLANG_YAKUT_RUSSIA,SUBLANG_YI_PRC)
3494         (SUBLANG_ZULU_SOUTH_AFRICA): Define.
3495         (SUBLANG_ARABIC_SAUDI_ARABIA): Removed by error.
3496         (SUBLANG_MARATHI_INDIA): Defined twice by error.
3497
3498 2006-05-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3499
3500         * lib/directx/Makefile.in: Remove reference to libquartz.a since
3501         it was moved.
3502
3503 2006-05-05  Earnie Boyd  <earnie@users.sf.net>
3504
3505         * lib/scrnsave.c: Correct misspelled SPI_SCREENSAVERUNNING to
3506         SPI_SETSCREENSAVERUNNING.
3507         * include winuser.h (SPI_SCREENSAVERRUNNING): Remove again.
3508
3509 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3510
3511         * include/winuser.h (SPI_SCREENSAVERRUNNING): Define.
3512         It had been removed because it's no documented, but Cygwin needs it.
3513
3514 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3515
3516         * include/amvideo.h (IFullScreenVideo): Define.
3517         (BIT_MASKS_MATCH,PALETTISED,PALETTE_ENTRIES,RESET_MASKS,RESET_PALETTE,
3518         SIZE_EGA_PALETTE,SIZE_MASKS,SIZE_PALETTE): Added Macros.
3519
3520 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3521
3522         * include/winnls.h (CAL_SYEARMONTH,CAL_ITWODIGITYEARMAX,
3523         CAL_NOUSEROVERRIDE,CAL_RETURN_NUMBER,CAL_USE_CP_ACP): Documented
3524         as available on Windows 98 and better.
3525         (CAL_SSHORTESTDAYNAME_1,CAL_SSHORTESTDAYNAME_2,CAL_SSHORTESTDAYNAME_3)
3526         (CAL_SSHORTESTDAYNAME_4,CAL_SSHORTESTDAYNAME_5,CAL_SSHORTESTDAYNAME_6)
3527         (CAL_SSHORTESTDAYNAME7,CAL_UMALQURA): Define, Windows Vista and better.
3528
3529 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3530
3531         * include/amvideo.h: New file.
3532         * include/dshow.h: Include <amvideo.h>.
3533
3534 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3535
3536         * include/winuser.h (MOUSEEVENTF_XDOWN,MOUSEEVENTF_XUP): Define.
3537         (MOUSEEVENTF_MOVE,MOUSEEVENTF_LEFTDOWN,MOUSEEVENTF_LEFTUP)
3538         (MOUSEEVENTF_RIGHTDOWN,MOUSEEVENTF_RIGHTUP,MOUSEEVENTF_MIDDLEDOWN)
3539         (MOUSEEVENTF_MIDDLEUP,MOUSEEVENTF_ABSOLUTE,MOUSEEVENTF_WHEEL): Cleanup.
3540         (HWND_BROADCAST): Cleanup.
3541         (HWND_MESSAGE): Windows 2000 only.
3542         (SMTO_ABORTIFHUNG,SMTO_BLOCK,SMTO_NORMAL): Cleanup.
3543         (SMTO_NOTIMEOUTIFNOTHUNG): Define.
3544         (SIF_DISABLENOSCROLL,SIF_PAGE,SIF_POS,SIF_RANGE,SIF_TRACKPOS)
3545         (SIF_ALL): Cleanup.
3546         (SWP_DRAWFRAME,SWP_FRAMECHANGED,SWP_HIDEWINDOW,SWP_NOACTIVATE)
3547         (SWP_NOCOPYBITS,SWP_NOMOVE,SWP_NOSIZE,SWP_NOREDRAW,SWP_NOZORDER)
3548         (SWP_SHOWWINDOW,SWP_NOOWNERZORDER,SWP_NOREPOSITION,SWP_NOSENDCHANGING)
3549         (SWP_DEFERERASE,SWP_ASYNCWINDOWPOS): Cleanup.
3550         (HSHELL_ENDTASK,HSHELL_ACCESSIBILITYSTATE,HSHELL_APPCOMMAND): Define.
3551         (SPI_GETBLOCKSENDINPUTRESETS,SPI_GETCARETWIDTH,SPI_GETDROPSHADOW)
3552         (SPI_GETFILTERKEYS,SPI_GETFLATMENU,SPI_GETFOCUSBORDERHEIGHT)
3553         (SPI_GETFOCUSBORDERWIDTH,SPI_GETFONTSMOOTHINGCONTRAST)
3554         (SPI_GETFONTSMOOTHINGTYPE,SPI_GETFOREGROUNDFLASHCOUNT)
3555         (SPI_GETMENUSHOWDELAY,SPI_GETMOUSECLICKLOCK,SPI_GETMOUSECLICKLOCKTIME)
3556         (SPI_GETMOUSEHOVERHEIGHT,SPI_GETMOUSEHOVERTIME,SPI_GETMOUSEHOVERWIDTH)
3557         (SPI_GETMOUSESONAR,SPI_GETMOUSEVANISH,SPI_GETNONCLIENTMETRICS)
3558         (SPI_GETPOWEROFFACTIVE,SPI_GETPOWEROFFTIMEOUT,SPI_GETSCREENREADER)
3559         (SPI_GETSCREENSAVEACTIVE,SPI_GETSCREENSAVERRUNNING)
3560         (SPI_GETSCREENSAVETIMEOUT,SPI_GETMOUSEVANISH,SPI_GETNONCLIENTMETRICS)
3561         (SPI_GETPOWEROFFACTIVE,SPI_GETPOWEROFFTIMEOUT,SPI_GETSCREENREADER)
3562         (SPI_GETSCREENSAVEACTIVE,SPI_GETSCREENSAVERRUNNING)
3563         (SPI_GETSCREENSAVETIMEOUT,SPI_GETSNAPTODEFBUTTON,SPI_GETUIEFFECTS)
3564         (SPI_SETBLOCKSENDINPUTRESETS,SPI_SETCARETWIDTH,SPI_SETCURSORS)
3565         (SPI_SETDROPSHADOW,SPI_SETFILTERKEYS,SPI_SETFLATMENU)
3566         (SPI_SETFOCUSBORDERHEIGHT,SPI_SETFOCUSBORDERWIDTH)
3567         (SPI_SETFONTSMOOTHINGCONTRAST,SPI_SETFONTSMOOTHINGTYPE)
3568         (SPI_SETFOREGROUNDFLASHCOUNT,SPI_SETICONS,SPI_SETMENUSHOWDELAY)
3569         (SPI_SETMOUSECLICKLOCK,SPI_SETMOUSECLICKLOCKTIME)
3570         (SPI_SETMOUSEHOVERHEIGHT,SPI_SETMOUSEHOVERTIME)
3571         (SPI_SETMOUSEHOVERWIDTH,SPI_SETMOUSESONAR,SPI_SETMOUSEVANISH)
3572         (SPI_SETNONCLIENTMETRICS,SPI_SETPENWINDOWS,SPI_SETPOWEROFFACTIVE)
3573         (SPI_SETPOWEROFFTIMEOUT,SPI_SETSCREENREADER,SPI_SETSCREENSAVEACTIVE)
3574         (SPI_SETSCREENSAVERRUNNING,SPI_SETSCREENSAVETIMEOUT,SPI_SETSHOWIMEUI)
3575         (SPI_SETSNAPTODEFBUTTON,SPI_SETUIEFFECTS): Define.
3576         (SPI_GETACCESSTIMEOUT,SPI_GETANIMATION,SPI_GETBEEP)
3577         (SPI_GETDEFAULTINPUTLANG,SPI_GETDESKWALLPAPER,SPI_GETDRAGFULLWINDOWS)
3578         (SPI_GETFASTTASKSWITCH,SPI_GETFONTSMOOTHING,SPI_GETGRIDGRANULARITY)
3579         (SPI_GETHIGHCONTRAST,SPI_GETICONMETRICS,SPI_GETICONTITLELOGFONT)
3580         (SPI_GETICONTITLEWRAP,SPI_GETKEYBOARDDELAY,SPI_GETKEYBOARDPREF)
3581         (SPI_GETKEYBOARDSPEED,SPI_GETLOWPOWERACTIVE,SPI_GETLOWPOWERTIMEOUT)
3582         (SPI_GETMENUDROPALIGNMENT,SPI_GETMENUUNDERLINES,SPI_GETMINIMIZEDMETRICS)
3583         (SPI_GETMOUSE,SPI_GETMOUSEKEYS,SPI_GETMOUSESPEED,SPI_GETMOUSETRAILS)
3584         (SPI_GETSERIALKEYS,SPI_GETSHOWIMEUI,SPI_GETSHOWSOUNDS)
3585         (SPI_GETSOUNDSENTRY,SPI_GETSTICKYKEYS,SPI_GETTOGGLEKEYS)
3586         (SPI_GETWHEELSCROLLLINES,SPI_GETWINDOWSEXTENSION,SPI_GETWORKAREA)
3587         (SPI_ICONHORIZONTALSPACING,SPI_ICONVERTICALSPACING)
3588         (SPI_SETACCESSTIMEOUT,SPI_SETANIMATION,SPI_SETBEEP,SPI_SETBORDER)
3589         (SPI_SETDEFAULTINPUTLANG,SPI_SETDESKPATTERN,SPI_SETDESKWALLPAPER)
3590         (SPI_SETDOUBLECLICKTIME,SPI_SETDOUBLECLKHEIGHT,SPI_SETDOUBLECLKWIDTH)
3591         (SPI_SETDRAGFULLWINDOWS,SPI_SETDRAGHEIGHT,SPI_SETDRAGWIDTH)
3592         (SPI_SETFASTTASKSWITCH,SPI_SETFONTSMOOTHING,SPI_SETGRIDGRANULARITY)
3593         (SPI_SETHANDHELD,SPI_SETHIGHCONTRAST,SPI_SETICONMETRICS)
3594         (SPI_SETICONTITLELOGFONT,SPI_SETICONTITLEWRAP,SPI_SETKEYBOARDDELAY)
3595         (SPI_SETKEYBOARDPREF,SPI_SETKEYBOARDSPEED,SPI_SETLANGTOGGLE)
3596         (SPI_SETLOWPOWERACTIVE,SPI_SETLOWPOWERTIMEOUT,SPI_SETMENUDROPALIGNMENT)
3597         (SPI_SETMENUUNDERLINES,SPI_SETMINIMIZEDMETRICS,SPI_SETMOUSE)
3598         (SPI_SETMOUSEBUTTONSWAP,SPI_SETMOUSEKEYS,SPI_SETMOUSESPEED)
3599         (SPI_SETMOUSETRAILS,SPI_SETSERIALKEYS,SPI_SETSHOWSOUNDS)
3600         (SPI_SETSOUNDSENTRY,SPI_SETSTICKYKEYS,SPI_SETTOGGLEKEYS)
3601         (SPI_SETWHEELSCROLLLINES,SPI_SETWORKAREA): Cleanup.
3602         (SPI_GETMOUSETRAILS,SPI_SETMOUSETRAILS): Defined twice by error.
3603         (SPI_SCREENSAVERRUNNING): Removed.
3604         (SPIF_UPDATEINIFILE,SPIF_SENDCHANGE,SPIF_SENDWININICHANGE): Cleanup.
3605         * include/wingdi.h (ETO_NUMERICSLATIN,ETO_NUMERICSLOCAL)
3606         (ETO_IGNORELANGUAGE,ETO_PDY): Define.
3607         (ETO_CLIPPED,ETO_GLYPH_INDEX,ETO_OPAQUE,ETO_RTLREADING): Cleanup.
3608
3609 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3610
3611         * include/mprapi.h (MPR_SERVER_HANDLE): Add typedef.
3612         (MprAdminGetPDCServer): Add prototype.
3613         (MprAdminSendUserMessage): Add prototype.
3614         (MprAdminUserGetInfo): Add prototype.
3615         (MprAdminUserSetInfo): Add prototype.
3616         * lib/mprapi.def: Add stubs for above functions.
3617
3618 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3619
3620         * lib/directx/quartz.def: Move from here...
3621         * lib/quartz.def: ... to here.
3622
3623 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3624
3625         * include/amaudio.h: New file.
3626         * include/dshow.h: Include <amaudio.h>.
3627
3628 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3629
3630         * include/errors.h: New file.
3631         * include/dshow.h: Include <errors.h>.
3632
3633 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3634
3635         * include/dshow.h: New file.
3636         * include/evcode.h: New file.
3637         * include/audevcod.h: New file.
3638         * include/dvdevcod.h: New file.
3639
3640 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3641
3642         * include/mprapi.h (RAS_SERVER_HANDLE): Add typedef.
3643         (MprAdminConnectionClearStats): Add prototype.
3644         (MprAdminConnectionEnum): Add  prototype.
3645         (MprAdminConnectionGetInfo): Add prototype.
3646         (MprAdminConnectionRemoveQuarantine): Add prototype.
3647         (MprAdminPortClearStats): Add prototype.
3648         (MprAdminPortDisconnect): Add prototype.
3649         (MprAdminPortEnum): Add prototype.
3650         (MprAdminPortGetInfo): Add prototype.
3651         (MprAdminPortReset): Add prototype.
3652         * lib/mprapi.def: New file.
3653
3654 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3655
3656         *  include/mprapi.h: #include <lmcons.h>
3657         (MAX_DEVICETYPE_NAME): Add define.
3658         (MAX_PHONE_NUMBER_LEN): Add define.
3659         (ATADDRESSLEN): Add define.
3660         (IPADDRESSLEN): Add define.
3661         (IPXADDRESSLEN): Add define.
3662         (MPR_ENABLE_RAS_ON_DEVICE): Add define.
3663         (MPR_ENABLE_ROUTING_ON_DEVICE): Add define.
3664         (RAS_FLAGS_PPP_CONNECTION): Add define.
3665         (RAS_FLAGS_MESSENGER_PRESENT): Add define.
3666         (RAS_FLAGS_RAS_CONNECTION): Add define.
3667         (RAS_FLAGS_QUARANTINE_PRESENT): Add define.
3668         (RASCCPCA_STAC): Add define.
3669         (RASCCPCA_MPPC): Add define.
3670         (PPP_CCP_COMPRESSION): Add define.
3671         (PPP_CCP_ENCRYPTION40BITOLD): Add define.
3672         (PPP_CCP_ENCRYPTION40BIT): Add define.
3673         (PPP_CCP_ENCRYPTION128BIT): Add define.
3674         (PPP_CCP_ENCRYPTION56BIT): Add define.
3675         (PPP_CCP_HISTORYLESS): Add define.
3676         (RASPRIV_NoCallback): Add define.
3677         (RASPRIV_AdminSetCallback): Add define.
3678         (RASPRIV_CallerSetCallback): Add define.
3679         (RASPRIV_DialinPrivilege): Add define.
3680         (RASPRIV_CallbackType): Add define.
3681         (RASPRIV2_DialinPolicy): Add define.
3682         (PPP_LCP_PAP): Add define.
3683         (PPP_LCP_SPAP): Add define.
3684         (PPP_LCP_CHAP): Add define.
3685         (PPP_LCP_EAP): Add define.
3686         (PPP_LCP_CHAP_MD5): Add define.
3687         (PPP_LCP_CHAP_MS): Add define.
3688         (PPP_LCP_CHAP_MSV2): Add define.
3689         (PPP_LCP_MULTILINK_FRAMING): Add define.
3690         (enum _RAS_HARDWARE_CONDITION): Add.
3691         (enum _RAS_PORT_CONDITION): Add.
3692         (struct _PPP_ATCP_INFO): Add.
3693         (struct _PPP_ATCP_INFO): Add.
3694         (struct _PPP_IPCP_INFO): Add.
3695         (struct _PPP_IPCP_INFO2): Add.
3696         (struct _PPP_IPXCP_INFO): Add.
3697         (struct _PPP_LCP_INFO): Add.
3698         (struct _PPP_NBFCP_INFO): Add.
3699         (struct _PPP_INFO): Add.
3700         (struct _PPP_INFO_2): Add.
3701         (struct _RAS_CONNECTION_0): Add.
3702         (struct RAS_CONNECTION_1): Add.
3703         (struct _RAS_CONNECTION_2): Add.
3704         (struct RAS_PORT_0): Add.
3705         (struct _RAS_PORT_1): Add.
3706         (struct _RAS_USER_0): Add.
3707         (struct _RAS_USER_1): Add.
3708
3709 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3710
3711         * include/mprapi.h: New file.
3712         * include/routprot.h: New file.
3713         * include/ipxrtdef.h: New file.
3714         * include/ipxconst.h: New file.
3715         * include/stm.h: New file.
3716
3717 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3718
3719         * include/ddk/winddk.h (KAFFINITY): Fix typo.
3720         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
3721
3722 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3723
3724         * include/winbase.h (ENUMRESLANGPROC,ENUMRESLANGPROCA,ENUMRESLANGPROCW)
3725         (ENUMRESNAMEPROC,ENUMRESNAMEPROCA,ENUMRESNAMEPROCW)
3726         (ENUMRESTYPEPROC,ENUMRESTYPEPROCA,ENUMRESTYPEPROCW): ANSI and Unicode
3727         versions.
3728         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
3729
3730 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3731
3732         * include/ntsecapi.h (POLICY_DNS_DOMAIN_INFO): Fix typo.
3733         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
3734
3735 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3736
3737         * include/wingdi.h (BITMAPV5HEADER): New structure definition.
3738
3739 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3740
3741         * include/basetyps.h (REFFMTID): Define properly.
3742
3743 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3744
3745         * include/winnt.h (WT_SET_MAX_THREADPOOL_THREADS): Define.
3746         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
3747
3748 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3749
3750         * include/ipifcons.h (MIN_IF_TYPE,IF_TYPE_OTHER,IF_TYPE_REGULAR_1822)
3751         (IF_TYPE_HDH_1822,IF_TYPE_DDN_X25,IF_TYPE_RFC877_X25)
3752         (IF_TYPE_ETHERNET_CSMACD,IF_TYPE_IS088023_CSMACD)
3753         (IF_TYPE_ISO88024_TOKENBUS,IF_TYPE_ISO88025_TOKENRING)
3754         (IF_TYPE_ISO88026_MAN,IF_TYPE_STARLAN,IF_TYPE_PROTEON_10MBIT)
3755         (IF_TYPE_PROTEON_80MBIT,IF_TYPE_HYPERCHANNEL,IF_TYPE_FDDI)
3756         (IF_TYPE_LAP_B,IF_TYPE_SDLC,IF_TYPE_DS1,IF_TYPE_E1,IF_TYPE_BASIC_ISDN)
3757         (IF_TYPE_PRIMARY_ISDN,IF_TYPE_PROP_POINT2POINT_SERIAL,IF_TYPE_PPP)
3758         (IF_TYPE_SOFTWARE_LOOPBACK,IF_TYPE_EON,IF_TYPE_ETHERNET_3MBIT)
3759         (IF_TYPE_NSIP,IF_TYPE_SLIP,IF_TYPE_ULTRA,IF_TYPE_DS3,IF_TYPE_SIP)
3760         (IF_TYPE_FRAMERELAY,IF_TYPE_RS232,IF_TYPE_PARA,IF_TYPE_ARCNET)
3761         (IF_TYPE_ARCNET_PLUS,IF_TYPE_ATM,IF_TYPE_MIO_X25,IF_TYPE_SONET)
3762         (IF_TYPE_X25_PLE,IF_TYPE_ISO88022_LLC,IF_TYPE_LOCALTALK)
3763         (IF_TYPE_SMDS_DXI,IF_TYPE_FRAMERELAY_SERVICE,IF_TYPE_V35,IF_TYPE_HSSI)
3764         (IF_TYPE_HIPPI,IF_TYPE_MODEM,IF_TYPE_AAL5,IF_TYPE_SONET_PATH)
3765         (IF_TYPE_SONET_VT,IF_TYPE_SMDS_ICIP,IF_TYPE_PROP_VIRTUAL)
3766         (IF_TYPE_PROP_MULTIPLEXOR,IF_TYPE_IEEE80212,IF_TYPE_FIBRECHANNEL)
3767         (IF_TYPE_HIPPIINTERFACE,IF_TYPE_FRAMERELAY_INTERCONNECT)
3768         (IF_TYPE_AFLANE_8023,IF_TYPE_AFLANE_8025,IF_TYPE_CCTEMUL)
3769         (IF_TYPE_FASTETHER,IF_TYPE_ISDN,IF_TYPE_V11,IF_TYPE_V36)
3770         (IF_TYPE_G703_64K,IF_TYPE_G703_2MB,IF_TYPE_QLLC,IF_TYPE_FASTETHER_FX)
3771         (IF_TYPE_CHANNEL,IF_TYPE_IEEE80211,,IF_TYPE_IBM370PARCHAN)
3772         (IF_TYPE_ESCON,IF_TYPE_DLSW,IF_TYPE_ISDN_S,IF_TYPE_ISDN_U)
3773         (IF_TYPE_LAP_D,IF_TYPE_IPSWITCH,IF_TYPE_RSRB,IF_TYPE_ATM_LOGICAL)
3774         (IF_TYPE_DS0,IF_TYPE_DS0_BUNDLE,IF_TYPE_BSC,IF_TYPE_ASYNC,IF_TYPE_CNR)
3775         (IF_TYPE_ISO88025R_DTR,IF_TYPE_EPLRS,IF_TYPE_ARAP,IF_TYPE_PROP_CNLS)
3776         (IF_TYPE_HOSTPAD,IF_TYPE_TERMPAD,IF_TYPE_FRAMERELAY_MPI,IF_TYPE_X213)
3777         (IF_TYPE_ADSL,IF_TYPE_RADSL,IF_TYPE_SDSL,IF_TYPE_VDSL)
3778         (IF_TYPE_ISO88025_CRFPRINT,IF_TYPE_MYRINET,IF_TYPE_VOICE_EM)
3779         (IF_TYPE_VOICE_FXO,IF_TYPE_VOICE_FXS,IF_TYPE_VOICE_ENCAP)
3780         (IF_TYPE_VOICE_OVERIP,IF_TYPE_ATM_DXI,IF_TYPE_ATM_FUNI,IF_TYPE_ATM_IMA)
3781         (IF_TYPE_PPPMULTILINKBUNDLE,IF_TYPE_IPOVER_CDLC,IF_TYPE_IPOVER_CLAW)
3782         (IF_TYPE_STACKTOSTACK,IF_TYPE_VIRTUALIPADDRESS,IF_TYPE_MPC
3783         (IF_TYPE_IPOVER_ATM,IF_TYPE_ISO88025_FIBER,IF_TYPE_TDLC
3784         (IF_TYPE_GIGABITETHERNET,IF_TYPE_HDLC,IF_TYPE_LAP_F,IF_TYPE_V37)
3785         (IF_TYPE_X25_MLP,IF_TYPE_X25_HUNTGROUP,IF_TYPE_TRANSPHDLC)
3786         (IF_TYPE_INTERLEAVE,IF_TYPE_FAST,IF_TYPE_IP,IF_TYPE_DOCSCABLE_MACLAYER)
3787         (IF_TYPE_DOCSCABLE_DOWNSTREAM,IF_TYPE_DOCSCABLE_UPSTREAM)
3788         (IF_TYPE_A12MPPSWITCH,IF_TYPE_TUNNEL,IF_TYPE_COFFEE,IF_TYPE_CES)
3789         (IF_TYPE_ATM_SUBINTERFACE,IF_TYPE_L2_VLAN,IF_TYPE_L3_IPVLAN)
3790         (IF_TYPE_L3_IPXVLAN,IF_TYPE_DIGITALPOWERLINE,IF_TYPE_MEDIAMAILOVERIP)
3791         (IF_TYPE_DTM,IF_TYPE_DCN,IF_TYPE_IPFORWARD,IF_TYPE_MSDSL)
3792         (IF_TYPE_IEEE1394,IF_TYPE_RECEIVE_ONLY,MAX_IF_TYPE,IF_ACCESS_LOOPBACK)
3793         (IF_ACCESS_BROADCAST,IF_ACCESS_POINTTOPOINT)
3794         (IF_ACCESS_POINTTOMULTIPOINT,IF_CHECK_NONE,IF_CHECK_MCAST)
3795         (IF_CHECK_SEND,IF_CONNECTION_DEDICATED,IF_CONNECTION_PASSIVE)
3796         (IF_CONNECTION_DEMAND,IF_ADMIN_STATUS_UP,IF_ADMIN_STATUS_DOWN)
3797         (IF_ADMIN_STATUS_TESTING,IF_OPER_STATUS_NON_OPERATIONAL)
3798         (IF_OPER_STATUS_UNREACHABLE,IF_OPER_STATUS_DISCONNECTED)
3799         (IF_OPER_STATUS_CONNECTING,IF_OPER_STATUS_CONNECTED)
3800         (IF_OPER_STATUS_OPERATIONAL): Define.
3801         * include/winbase.h (CancelWaitableTimer,UnregisterWait):
3802         Add function declaration.
3803         * include/mgm.h: New file.
3804         * lib/rtm.def: New file.
3805         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
3806
3807 2006-04-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3808
3809         * include/ws2tcpip.h (gai_strerror): Remove thread-safety comment.
3810         This function cannot be made thread-safe, the API would have to be
3811         changed for that, just like strerror() -> strerror_r() and similar
3812         ISO C or POSIX functions...
3813
3814 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3815
3816         * include/edevdefs.h: New file.
3817
3818 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3819
3820         * include/mmsystem.h (_LPCWAVEFORMATEX_DEFINED): Define.
3821         Use as guard for the WAVEFORMATEX structure instead of
3822         _WAVEFORMATEX_ to avoid clashes with DirectSound. Keep
3823         _WAVEFORMATEX_ for compatibility.
3824         Thanks to:    Andrew Jones <guln at sf dot net>
3825
3826 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3827
3828         * include/winuser.h (CharNextEx,CharNextExW,CharPrevEx,CharPrevExW):
3829         Delete. Only CharNextExA and CharPrevExA are documented in MSDN.
3830         Thanks to:    David Golub <david_golub at sf dot net>
3831
3832 2006-04-18  Eric House  <ehouse@eehouse.org>
3833
3834         PocketPC support.
3835         * include/aygshell.h: New file [_WIN32_WCE]. Declare most common
3836         functions for using aygshell on PocketPC:
3837         SHCreateMenuBar, SHFindMenuBar, SHCreateNewItem, SHFullScreen,
3838         SHSipInfo, SHHandleWMActivate, SHHandleWMSettingChange
3839
3840         * include/commctrl.h [_WIN32_WCE] Add function prototypes for
3841         command bar API on PocketPC:
3842         CommandBar_Create, CommandBar_Show, CommandBar_AddBitmap,
3843         CommandBar_InsertComboBox, CommandBar_InsertMenubar,
3844         CommandBar_InsertMenubarEx, CommandBar_DrawMenuBar,
3845         CommandBar_GetMenu, CommandBar_AddAdornments, CommandBar_Height,
3846         CommandBar_InsertButton, CommandBar_Destroy.
3847
3848         * include/winbase.h [_WIN32_WCE] (WIN32_FIND_DATA{A|W}): Remove
3849         fields not present on PocketPC.
3850         (GetCurrentThreadId): Conditionally declare as extern function
3851         without dllimport attribute on PocketPC.
3852         (ResetEvent): Likwise.
3853         (SetEvent): Likewise.
3854
3855         * include/wingdi.h [_WIN32_WCE]  (GetTextExtentPoint32{A|W}):
3856         Conditionally declare as extern function without dllimport
3857          attribute on PocketPC.
3858         * winuser.h  [_WIN32_WCE] (DialogBoxParam{A|W}): Conditionally
3859         declare as extern function without dllimport attribute on PocketPC.
3860
3861 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
3862
3863         * lib/test.c: Include icm.h.
3864
3865 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
3866
3867         * include/wingdi.h (ColorCorrectPalette): Add declaration.
3868         (CreateColorSpace): Add UNICODE mappings.
3869         * lib/gdi32.def (ColorCorrectPalette): Add stub.
3870         * include/icm.h: New file.
3871         * lib/mscms.def: New file.
3872         * lib/icmui.def: New file.
3873
3874 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
3875
3876         * include/winnt.h (IMAGE_FILE_MACHINE_IA64): New define.
3877         (IMAGE_FILE_MACHINE_AMD64): New define.
3878         (IMAGE_NT_OPTIONAL_HDR32_MAGIC,IMAGE_NT_OPTIONAL_HDR64_MAGIC):
3879         New defines.
3880         (IMAGE_NT_OPTIONAL_HDR_MAGIC): Map to one of the above.
3881         (IMAGE_SUBSYSTEM_NATIVE_WINDOWS): New define.
3882         (IMAGE_SUBSYSTEM_WINDOWS_CE_GUI): New define.
3883         (IMAGE_DLLCHARACTERISTICS_WDM_DRIVER): New define.
3884         (IMAGE_DIRECTORY_ENTRY_ARCHITECTURE,IMAGE_DIRECTORY_ENTRY_DELAY_IMPORT)
3885         (IMAGE_DIRECTORY_ENTRY_COM_DESCRIPTOR): New defines.
3886         (IMAGE_SCN_TYPE_REG,IMAGE_SCN_TYPE_DSECT,IMAGE_SCN_TYPE_NOLOAD)
3887         (IMAGE_SCN_TYPE_GROUP,IMAGE_SCN_TYPE_COPY,IMAGE_SCN_TYPE_OVER):
3888         New defines.
3889         (IMAGE_SCN_ALIGN_128BYTES,IMAGE_SCN_ALIGN_256BYTES)
3890         (IMAGE_SCN_ALIGN_512BYTES,IMAGE_SCN_ALIGN_1024BYTES)
3891         (IMAGE_SCN_ALIGN_2048BYTES,IMAGE_SCN_ALIGN_4096BYTES)
3892         (IMAGE_SCN_ALIGN_8192BYTES): New defines.
3893         (IMAGE_DEBUG_TYPE_BORLAND): New define.
3894         (IMAGE_OPTIONAL_HEADER32,PIMAGE_OPTIONAL_HEADER32)
3895         (IMAGE_OPTIONAL_HEADER64,PIMAGE_OPTIONAL_HEADER64): New structure
3896         definitions and typedefs.
3897         (IMAGE_OPTIONAL_HEADER,PIMAGE_OPTIONAL_HEADER): Map to the above.
3898         (IMAGE_NT_HEADERS32,PIMAGE_NT_HEADERS32,IMAGE_NT_HEADERS64)
3899         (PIMAGE_NT_HEADERS64): New structure definitions and typedefs.
3900         (IMAGE_NT_HEADERS,PIMAGE_NT_HEADERS): Map to the above.
3901         (IMAGE_LOAD_CONFIG_DIRECTORY64,PIMAGE_LOAD_CONFIG_DIRECTORY64):
3902         New structure definition and typedefs.
3903         (IMAGE_CE_RUNTIME_FUNCTION_ENTRY,PIMAGE_CE_RUNTIME_FUNCTION_ENTRY):
3904         Likewise.
3905         (IMAGE_FUNCTION_ENTRY64,PIMAGE_FUNCTION_ENTRY64): Likewise.
3906
3907 2006-04-18  Bart Oldeman  <bartoldeman@users.sf.net>
3908
3909         * lib/test.c: Fix typo in #inlcude.
3910         * include/aclui.h: INTERFACE should not remain
3911         defined at the end of the header.
3912         * include/servprov.h: Ditto.
3913
3914 2006-04-16  Danny Smith  <dannysmith@users.sourceforge.net>
3915
3916         * include/ws2tcpip.h (gai_strerror): Add thread-safety comment.
3917
3918 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3919
3920         * include/ws2tcpip.h (gai_strerrorA,gai_strerrorW): Implement inline.
3921
3922 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3923
3924         * include/wsahelp.h (system_header): Add pragma.
3925         * include/ws2spi.h (system_header): Add pragma.
3926         * include/rasdlg.h (system_header): Add pragma.
3927         * include/rasdlg.h (_RASDLG_H): Define.
3928         Define instead of _RASDLG_H_, this is the w32api standard.
3929         * include/mlang.h (_MLANG_H): Define.
3930         Define instead of _MLANG_H_, this is the w32api standard.
3931         * include/setupapi.h (_SETUPAPI_H): Define.
3932         Define instead of _SETUPAPI_H_, this is the w32api standard.
3933
3934 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3935
3936         * include/rpcndr.h (boolean): Add typedef.
3937         Thanks to:    James du Russel <ephelon at users dot sf dot net>
3938         * include/rpcndr.h (_RPCNDR_H): Define.
3939         Define in addition to __RPCNDR_H__, this is the w32api standard.
3940
3941 2006-04-14  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3942
3943         * include/w32api.h: Increment version to 3.7.
3944         * Makefile.in: Ditto.
3945
3946 2006-04-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3947
3948         * include/winbase.h (GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS,
3949         GET_MODULE_HANDLE_EX_FLAG_PIN,
3950         GET_MODULE_HANDLE_EX_FLAG_UNCHANGED_REFCOUNT): Define.
3951         Thanks to:    Brandon Sneed <brandon at redf dot net>
3952
3953 2006-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
3954
3955         * include/secext.h: Enclose function declarations in extern "C"
3956         if __cplusplus.
3957
3958 2006-04-11  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3959
3960         * include/comcat.h: INTERFACE should not remain defined
3961         at the end of the header.
3962         * include/docobj.h: Ditto.
3963         * include/exdisp.h: Ditto.
3964         * include/intshcut.h: Ditto.
3965         * include/mlang.h: Ditto.
3966         * include/mshtml.h: Ditto.
3967         * include/oaidl.h: Ditto.
3968         * include/objidl.h: Ditto.
3969         * include/objsafe.h: Ditto.
3970         * include/ocidl.h: Ditto.
3971         * include/oleacc.h: Ditto.
3972         * include/oledlg.h: Ditto.
3973         * include/oleidl.h: Ditto.
3974         * include/richole.h: Ditto.
3975         * include/shldisp.h: Ditto.
3976         * include/shlobj.h: Ditto.
3977         * include/unknwn.h: Ditto.
3978         * include/vfw.h: Ditto.
3979         Thanks to:    Brandon Sneed <brandon at redf dot net>
3980
3981 2006-04-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3982
3983         * include/commdlg.h [_WIN32_WINNT >= 0x0500] (PD_CURRENTPAGE)
3984         (PD_NOCURRENTPAGE,PD_EXCLUSIONFLAGS,PD_USELARGETEMPLATE): Define.
3985         Thanks to:    Wolfgang Glas <softadm at users dot sf dot net>
3986
3987 2006-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
3988
3989         * include/iphlpapi.h (GetAdaptersAddresses): Check for winsock2
3990         here also.
3991
3992 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3993
3994         * include/wincrypt.h (PROV_MS_EXCHANGE): Define.
3995         We should probably remove PROV_MS_MAIL but I'm keeping it for
3996         now for compatibility reasons.
3997         Thanks to:    Marcus Agehall <agehall at users dot sf dot net>
3998
3999 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4000
4001         * include/commdlg.h [_WIN32_WINNT >= 0x0500] (START_PAGE_GENERAL)
4002         (PD_RESULT_PRINT,PD_RESULT_APPLY): Define.
4003         Thanks to:    Wolfgang Glas <softadm at users dot sf dot net>
4004
4005 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4006
4007         * include/wingdi.h [WINVER >= 0x0410]
4008         (AlphaBlend,GradientFill,TransparentBlt): Windows 98 and better.
4009         Thanks to:    Alessandro Antonello <aleantonello at users dot sf dot net>
4010
4011 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4012
4013         * include/wingdi.h (CAPTUREBLT,NOMIRRORBITMAP): Define.
4014         * include/commctrl.h (WC_LINKA,WC_LINKW,LIF_ITEMINDEX,LIF_STATE)
4015         (LIF_ITEMID,LIF_URL,LIS_FOCUSED,LIS_ENABLED,LIS_VISITED,LM_HITTEST)
4016         (LM_GETIDEALHEIGHT,LM_SETITEM,LM_GETITEM,MAX_LINKID_TEXT)
4017         (L_MAX_URL_LENGTH): Define.
4018         (LITEM,LHITTESTINFO,NMLINK): Add structures.
4019         Thanks to:    Brandon Sneed <brandon at redf dot net>
4020
4021 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4022
4023         * include/w32api.h (IE601,IE602,IE7): Define for recent versions of IE.
4024
4025 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4026
4027         * include/w32api.h (_W32API_H): Define.
4028         Define in addition to _W32API_H_, this is the w32api standard.
4029
4030 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4031
4032         * include/w32api.h (WindowsVista): Define.
4033
4034 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4035
4036         * include/iptypes.h (IP_ADAPTER_*): Define parts that depend
4037         on SOCKET_ADDRESS only if winsock2.h has already been included.
4038
4039 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4040
4041         * include/winuser.h (WM_IME_*): Remove. Defined in imm.h.
4042
4043 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4044
4045         * include/iphlpapi.h (GAA_FLAG_*): Define.
4046         (GetAdaptersAddresses): Add function declaration.
4047         * lib/iphlpapi.def (GetAdaptersAddresses): Add function stub.
4048         Thanks to:    ross <rossboulet at users dot sf dot net>
4049
4050 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4051
4052         * include/iptypes.h (IP_INTERFACE_NAME_INFO,
4053         IP_ADAPTER_ANYCAST_ADDRESS,IP_ADAPTER_MULTICAST_ADDRESS,
4054         IP_ADAPTER_UNICAST_ADDRESS,IP_ADAPTER_DNS_SERVER_ADDRESS,
4055         IP_ADAPTER_PREFIX,IP_ADAPTER_ADDRESSES): Add structures.
4056         (IF_OPER_STATUS,IP_DAD_STATE,IP_PREFIX_ORIGIN,IP_SUFFIX_ORIGIN,
4057         SCOPE_LEVEL): Add enums.
4058         (IP_ADAPTER_*): Define.
4059
4060 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4061
4062         * include/winuser.h (GetWindowExtEx): Removed, belongs to wingdi.h.
4063         Thanks to:    Sergey Philippov <phis at users dot sf dot net>
4064
4065 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4066
4067         * include/objidl.h (PIDSI_*): Define.
4068         (PRSPEC_*): Define.
4069         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
4070
4071 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4072
4073         * include/winbase.h (LOGON32_PROVIDER_WINNT40,
4074         LOGON32_PROVIDER_WINNT50, LOGON32_LOGON_NETWORK,
4075         LOGON32_LOGON_UNLOCK, LOGON32_LOGON_NETWORK_CLEARTEXT,
4076         LOGON32_LOGON_NEW_CREDENTIALS): Define.
4077         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
4078
4079 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4080
4081         * include/mq.h: New file.
4082         * lib/mqrt.def (MQ*): Define a few missing functions.
4083
4084 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4085
4086         * lib/mqrt.def: New file.
4087         Needs the mq.h file to work properly, working on it.
4088         Thanks to:    Pascal Obry <pobry at users dot sf dot net>
4089
4090 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4091
4092         * include/winerror.h (STG_E_*):  Define.
4093         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
4094         * include/winerror.h (STG_S_*): Define.
4095         (CO_S_MACHINENAMENOTFOUND): Define.
4096         (RPC_E_*): Define.
4097         (NTE_*): Define.
4098
4099 2006-04-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4100
4101         * include/commctrl.h (ListView_*):  Define and correct.
4102         (LVM_*): Define.
4103
4104 2006-04-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4105
4106         * include/winuser.h (WM_IME_*): Define (DWORD type).
4107         (EM_*IMESTATUS): Define.
4108         (WM_*): Define.
4109         (XBUTTON*): Define.
4110         Thanks to:    Steve Folly <spfolly at users dot sf dot net>
4111
4112 2006-03-31  Danny Smith  <dannysmith@users.sourceforge.net>
4113
4114         * include/winnetwk.h (WNetGetResourceInformationW):  Correct first param.
4115         Thanks to: Rene Rivera  <grafik at users dot sf dot net>
4116
4117 2006-03-29  Christopher Faylor  <cgf@timesys.com>
4118
4119         * include/winspool.h: Protect use of PRINTER_ENUM_VALUESW with proper
4120         version conditional.
4121
4122 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4123
4124         * include/winspool.h (JOB_INFO_3): Add structure.
4125         (PROVIDOR_INFO_*{AW}): Add structure.
4126         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4127         (PRINTER_ENUM_VALUES{AW}): Add structure.
4128         (PRINTPROCESSOR_CAPS): Add structure.
4129
4130 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4131
4132         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4133         (PRINTER_INFO_7A): Correct definition.
4134
4135 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4136
4137         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4138         (DRIVER_INFO_*{AW}): Add structure.
4139         (PRINTER_INFO_*{AW}): Add structure.
4140         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4141
4142 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4143
4144         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4145         (DRIVER_*MODE): Define (DWORD type).
4146         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4147
4148 2006-03-27  Danny Smith  <dannysmith@users.sourceforge.net>
4149
4150         * include/wincon.h (GetConsoleProcessList): Declare.
4151
4152 2006-03-27  Hansres Engel  <engel@node.ch>
4153
4154         * include/mlang.h: New file.
4155
4156 2006-03-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4157
4158         * include/winbase.h (SetProcessWorkingSetSize): Corrected define.
4159
4160 2006-03-26  Hansres Engel  <engel@node.ch>
4161
4162          Add Uniscribe API for typography and for complex scripts.
4163         * include/usp10.h: New file.
4164         * lib/usp10.def: New file.
4165
4166         * include/winver.h:  Change first argument of GetFileVersionInfo[...] to const.
4167
4168         * include/imm.h (IMECHARPOSITION): Add structure.
4169         (RECONVERTSTRING): Likwise.
4170
4171         * include/commdlg.h (OPENFILENAME_SIZE_VERSION_400): Define.
4172
4173         * lib/uuid.c (CMultiLanguage): Add UUID definition.
4174         (IMLangFontLink2): Likewise.
4175         (IMultiLanguage): Likewise.
4176
4177 2006-03-18  Julien Lecomte  <julienlecomte@users.sourceforge.net>
4178
4179         * include/wincon.h  (ENABLE_*): Add more defines.
4180
4181 2006-03-18  Jan Nijtmans  <nijtmans@users.sourceforge.net>
4182
4183         * include/winnt.h (INHERITED_ACE): Define.
4184         (VALID_INHERIT_FLAGS): Correct definition.
4185
4186 2006-03-18  Peter Ã…strand  <astrand@cendio.se>
4187
4188          * lib/wtsapi32.def: New file.
4189
4190 2006-03-15  Christopher Faylor  <cgf@timesys.com>
4191
4192         * include/winbase.h (STATUS_DLL_INIT_FAILED): New define.
4193         (STATUS_DLL_INIT_FAILED_LOGOFF): Ditto.
4194
4195 2006-03-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4196
4197         * include/winspool.h (DI_MEMORYMAP_WRITE): Define (DWORD type).
4198         (FORM_USER,FORM_PRINTER): Define (DWORD type).
4199         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4200         (DSPRINT_*): Define (DWORD type).
4201         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4202
4203 2006-03-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4204
4205         * include/winspool.h (JOB_CONTROL_*,JOB_STATUS_*): Define.
4206         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4207
4208 2006-03-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4209
4210         * include/shellapi.h [_WIN32_IE >= 0x0600]
4211         (SEE_MASK_NOZONECHECKS,SEE_MASK_FLAG_LOG_USAGE): Define on
4212         Windows XP SP1 and Windows XP respectively.
4213
4214 2006-03-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4215
4216         * include/shellapi.h (NOTIFYICONDATA_V*_SIZE): Define.
4217         Thanks to:  Daniel Atallah <datallah at users dot sf dot net>
4218         * include/shellapi.h [_WIN32_IE >= 0x0500]
4219         (NIS_*): Introduced in Version 5.0.
4220
4221 2006-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
4222
4223         * include/wingdi.h (CS_*): Correct WINVER guard on
4224         Image Color Matching colour definitions.
4225
4226 2006-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
4227
4228         * include/shlobj.h (SFGAO_ISSLOW): Define.
4229         (SFGAO_DISPLAYATTRMASK): Define in terms of preceding display
4230         attribute constants.
4231
4232 2006-03-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4233
4234         * include/wingdi.h [WINVER >= 0x0500]
4235         (GRADIENT_FILL_*,*_EMBEDED): Included in Windows 2000 and later.
4236         Thanks to: David A. Capello <dacap at users dot sf dot net>
4237
4238 2006-03-05  Paul J. Lucas  <pauljlucas@users.sourceforge.net>
4239
4240         * include/wininet.h (INTERNET_CONNECTED_INFO): Define structure.
4241         (INTERNET_STATE_*): Define flags.
4242         (INTERNET_OPTION_CONNECTED_STATE): Define constant.
4243
4244 2006-03-05  Chris Wilson  <chris+mingw@qwirx.com>
4245
4246         * include/sddl.h: New file.
4247
4248 2006-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
4249
4250         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Revert
4251         last change.
4252         Remove file level #pragma pack(push,4)/#pragma pop.
4253
4254 2006-02-19  Corinna Vinschen  <corinna@vinschen.de>
4255
4256         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Add filler
4257         value to force correct alignment.
4258
4259 2006-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
4260
4261         * include/commctrl.h (LPNMLVCACHEHINT): Correct spelling.
4262         Thanks to: Sebastian Pipping <hartwork at users dot sf dot net>
4263         (PNM_CACHEHINT): Add backward compatibilty define.
4264         (LPNM_CACHEHINT): Likewise.
4265
4266 2006-02-06  Danny Smith  <dannysmith@users.sourceforge.net>
4267
4268         * include/shlobj.h (PathResolve): Fix typo in _WIN32_WINNT guard.
4269
4270 2006-02-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4271
4272         * include/shlobj.h (PRF_VERIFYEXISTS, PRF_TRYPROGRAMEXTENSIONS,
4273         PRF_FIRSTDIRDEF, PRF_DONTFINDLNK): Define.
4274         * lib/shell32.def (PathResolve): Define.
4275
4276 2006-02-06  Christopher Faylor  <cgf@timesys.com>
4277
4278         * include/shlobj.h (PathResolve): Fix typo.
4279
4280 2006-02-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4281
4282         * include/shlobj.h (PathResolve): Define.
4283         (PRF_VERIFYEXISTS, PRF_TRYPROGRAMEXTENSIONS, PRF_FIRSTDIRDEF,
4284         PRF_DONTFINDLNK): Ditto.
4285         * lib/shell32.def (PathResolve): Define.
4286
4287 2006-02-04  Ron Lee  <ronl@users.sourceforge.net>
4288
4289         * include/winnls.h: Remove stray end ';' from preprocessor defines.
4290
4291 2006-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
4292
4293         * lib/iphlpapi.def: (NotifyAddrChange@8): Define.
4294         Reported by: Daniel Atallah  <datallah at users dot sf dot net>
4295         (NotifyRouteChange@8): Define.
4296
4297 2006-01-29  Danny Smith  <dannysmith@users.sourceforge.net>
4298
4299         * include/winsock2.h (WINSOCK_API_LINKAGE): Define.  Add to
4300         prototypes.
4301
4302 2006-01-29  Danny Smith  <dannysmith@users.sourceforge.net>
4303
4304         * include/winnt.h (FORCEINLINE): Define.
4305
4306 2006-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
4307
4308         * include/winnt.h (DECLSPEC_SELECTANY): Define.
4309
4310 2006-01-26  Filip Navara  <xnavara@volny.cz>
4311
4312         * include/winnt.h (DECLSPEC_ALIGN): Define.
4313
4314 2006-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
4315
4316         * include/commctrl.h: Correct spelling of 'compatibility' in
4317         comments.
4318         * include/setupapi.h: Likewise.
4319         * include/ws2tcpip.h: Likewise.
4320
4321 2006-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
4322
4323         * include/ddk/winddk.h (KeGetCurrentKPCR): Support -masm=intel.
4324
4325 2006-01-24  Jiri Malak  <Jiri.Malak@iol.cz>
4326
4327         WATCOM compatibility changes.
4328         * include/ddk/ntddk.h (DECL_IMPORT): Define using __declspec,
4329         rather than __attribute__.
4330         (DECL_EXPORT): Likewise.
4331         * include/ddk/winddk.h (DDKAPI): Avoid using __attribute__.
4332         (DDKFASTAPI): Likewise.
4333         (DDKCDECLAPI): Likwise.
4334         (KeGetCurrentKPCR): Provide __WATCOMC__ syntax for inline code.
4335
4336 2006-01-23  Brandon Sneed  <brandon@redf.net>
4337
4338         * setupapi.def: Add all CM_* functions defined in ddk/cfgmgr32.h
4339         to exports.
4340
4341 2006-01-17  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4342
4343         * include/w32api.h: Increment version to 3.6.
4344         * Makefile.in: Ditto.
4345
4346 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
4347
4348         * include/wincrypt.h (WINADVAPI): Add to prototypes of
4349         advapi32.dll functions.
4350
4351 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
4352
4353         * include/winsock2.h (struct sockaddr_storage):  Use RFC 2553
4354         names for padding size constants.
4355
4356 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
4357
4358         * include/aclapi.h (WINADVAPI): Add to prototypes.
4359         * include/winreg.h (WINADVAPI): Likewise.
4360         * include/winsvc.h (WINADVAPI): Likewise.
4361
4362 2006-01-05  Michael Gerdau  <mgd@technosis.de>
4363
4364         * include/winbase.h (WINADVAPI): Define.
4365
4366 2006-01-03  Christopher Faylor  <cgf@timesys.com>
4367
4368         * include/winuser.h (CreateWindowStation): Correctly identify first
4369         argument as constant.
4370         (CreateWindowStation@): Ditto.
4371
4372 2006-01-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4373
4374         * include/uxtheme.h [_WIN32_WINNT >= 0x0501]
4375         (TMT_*, BT_*): Add constants.
4376
4377 2005-12-31  Corinna Vinschen  <corinna@vinschen.de>
4378
4379         * include/winsock2.h: Don't define struct sockaddr_storage when
4380         building Cygwin.
4381
4382 2005-12-22  Danny Smith  <dannysmith@users.sourceforge.net>
4383
4384         * lib/ws2_32.c: New file, defining IPv6 constants.
4385         * lib/Makefile.in (SOURCES): Add ws2_32.c
4386         (EXTRA_OBJS): Add ws2_32.o.
4387
4388 2005-12-21  Michael Jung  <mjung@iss.tu-darmstadt.de>
4389
4390         * lib/user32.def (PrivateExtractIconsA@32,
4391         PrivateExtractIconsW@32): Define.
4392         * lib/shell32.c (IID_IShellLinkDataList): Add GUID.
4393
4394 2005-12-12  Christopher Faylor  <cgf@timesys.com>
4395
4396         * include/winuser.h (WINSTA_ALL_ACCESS): Define.
4397
4398 2005-12-09  Danny Smith  <dannysmith@users.sourceforge.net>
4399
4400         * lib/kernel32.def (CreateFiberEx): Correct suffix.
4401
4402 2005-12-09  Huw Davies  <hdavies@users.sourceforge.net>
4403             Danny Smith <dannysmith@users.sourceforge.net>
4404
4405         * lib/msxml-uuid.c: New file to generate UUIDs for
4406         MSXML interfaces.
4407         * lib/Makefile.in (UUID_OBJS): Add msxml-uuid.o.
4408
4409 2005-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
4410
4411         * include/winbase.h (GetDevicePowerState): Add prototype.
4412         * lib/kernel32.def (GetDevicePowerState): Correct suffix.
4413
4414 2005-12-07  Brian Gunlogson  <gmb300@users.sourceforge.net>
4415
4416         * include/winuser.h (GetClassLongPtr{AW}): Guard prototypes with _WIN64.
4417         Define as macro if !_WIN64.
4418         (SetClassLongPtr{AW}): Likewise.
4419         (GCLP_*): Add GetClassLongPtr defines.
4420         * lib/user32.def (GetClassLongPtr{AW}): Remove stubs.
4421         (SetClassLongPtr{AW}): Likewise.
4422
4423 2005-11-18  Brian Gunlogson  <gmb300@users.sourceforge.net>
4424
4425         * include/winuser.h (GetClassLongPtr{AW}): Add prototypes.
4426         (SetClassLongPtr{AW}): Likewise.
4427         (GCLP_*): Add GetClassLongPtr defines.
4428         * lib/user32.def (GetClassLongPtr{AW}): Add stubs.
4429         (SetClassLongPtr{AW}): Likewise.
4430
4431 2005-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
4432
4433         * include/commdlg.h (OPENFILENAMEW): Add members for
4434         _WIN32_WINNT >= 0x0500.
4435         Thanks to Ricardo Dalcorsso Fodra.
4436         (OPENFILENAMEA): Modify whitespace. Ansify comment.
4437
4438 2005-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
4439
4440         * include/wingdi.h (GetICMProfileA): Correct prototype.
4441         (GetICMProfileW): Likewise.
4442         Thanks to: Paul J Lucas
4443
4444 2005-11-04  Michael Jung  <mjung@iss.tu-darmstadt.de>
4445
4446         * lib/shell32.c (CLSID_ShellFSFolder): Add GUID.
4447
4448 2005-11-03  Danny Smith  <dannysmith@users.sourceforge.net>
4449
4450         * lib/crypt32.def (CertOIDToAlgId, CertAlgIDToOID, CryptProtectData,
4451         CryptUnprotectData, CryptDecodeObjectEx, CryptEncodeObjectEx,
4452         CryptRegisterOIDFunction, CryptUnregisterOIDFunction): Add stubs.
4453         Thanks to: F Richter  <res2002 at users dot sourceforge dot net>
4454
4455 2005-10-29  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4456
4457         * include/objbase.h: Fix typo.
4458         * include/w32api.h: Increment version to 3.5.
4459         * Makefile.in: Ditto.
4460
4461 2005-10-27  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4462
4463         * include/w32api.h: Increment version to 3.4.
4464         * Makefile.in: Ditto.
4465
4466 2005-10-12  Danny Smith  <dannysmith@users.sourceforge.net>
4467
4468         * include/winbase.h (GetProcessId): Remove duplicate declaration.
4469         Use _WIN32_WINNT >= 0x0501 guard.
4470
4471 2005-10-11  Christopher Faylor  <cgf@timesys.com>
4472
4473         * include/winbase.h (GetProcessId): Declare.
4474
4475 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4476
4477         * lib/ddk/newdev.def: Added.
4478         Thanks to: Stephan Meyer <ste_meyer at users dot sourceforge dot net>
4479
4480 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4481
4482         * include/commdlg.h (OPENFILENAME): Added WINNT >= 0x0500
4483         component.
4484         Thanks to: Gennady Feldman <gena01 at users dot sourceforge dot net>
4485
4486 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4487
4488         * lib/shell32.def (SHILCreateFromPath): Add stub.
4489         Thanks to: Michael Jung <mjung at iss dot tu-darmstadt dot de>
4490
4491 2005-09-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4492
4493         * include/winbase.h (RegisterWaitForSingleObject,
4494         RegisterWaitForSingleObjectEx): Define.
4495         * lib/kernel32.def (RegisterWaitForSingleObjectEx@20): Define.
4496         (RegisterWaitForSingleObject@16): Changed to
4497         RegisterWaitForSingleObject@24.
4498         Thanks to: Brandon Sneed <nivenh at users dot sourceforge dot net>
4499
4500 2005-09-19  Danny Smith  <dannysmith@users.sourceforge.net>
4501
4502         * include/winsock2.h (SO_EXCLUSIVEADDRUSE): Define.
4503         Thanks to: Gisle Vanem  <giva at bgnett dot no>
4504
4505 2005-09-08  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4506
4507         * include/reason.h [_WIN32_WINNT >= 0x0501]
4508         (SHTDN_REASON_*): New file.
4509         * include/objbase.h: Avoid double header guard.
4510
4511 2005-08-17  Michael Jung  <mjung@iss.tu-darmstadt.de>
4512
4513         * lib/shell32.c (CLSID_RecycleBin, CLSID_ControlPanel,
4514         CLSID_MyComputer,CLSID_Internet, CLSID_NetworkPlaces,
4515         CLSID_MyDocuments, CLSID_FolderShortcut): Add GUIDs.
4516
4517 2005-08-17  Martin Fuchs  <martin-fuchs@gmx.net>
4518
4519         * include/shlobj.h (IContextMenu3): Define.
4520         * include/shlguid.h (IID_IContextMenu3): Declare.
4521         * lib/shell32.c (IID_IContextMenu3): Define.
4522
4523 2005-08-17  Martin Fuchs  <martin-fuchs@gmx.net>
4524
4525         * include/shlobj.h (SHFormatDrive): Declaration of function
4526         and associated constants.
4527
4528 2005-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
4529
4530         * include/ddk/hidsdi.h:  New file.
4531         * lib/ddk/hid.def: Uncomment symbols and add stdcall suffix for
4532         functions declared in hidsdi.h.
4533         Thanks to:  Alex J Lennon  <ajlennon at organixconsulting dot com>
4534
4535 2005-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
4536
4537         * lib/imm32.def (ImmDisableIME): Add stub.
4538         Thanks to: "kidmin"  <kidmin at users dot sourceforge dot net>
4539
4540 2005-08-10  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4541
4542         * include/w32api.h: Increment version to 3.3.
4543         * Makefile.in: Ditto.
4544
4545 2005-07-28  Earnie Boyd  <earnie@users.sf.net>
4546
4547         * include/winnt.h (SUBLANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN):
4548         Correct their values.
4549         Thanks to: Daniel K. O. <danielosmari at users dont sf dot net>
4550
4551 2005-07-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4552
4553         * include/winuser.h (HSHELL_RUDEAPPACTIVATED): Define.
4554
4555 2005-07-20  Danny Smith  <dannysmith@users.sourceforge.net>
4556
4557         * include/wingdi.h (TT_PRIM_CSPLINE): Define.
4558         Thanks to: Bob Jamison <ishmal at users dot sourceforge dot net>
4559
4560 2005-07-20  Danny Smith  <dannysmith@users.sourceforge.net>
4561
4562         * include/richedit.h (SETTEXTEX): Define structure and
4563         associated constants.
4564         (GT_SELECTION): Define GETTEXTEX flag constant.
4565
4566 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
4567
4568         * include/wingdi.h (SYSPAL_NOSTATIC256): Define.
4569
4570 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
4571
4572         * include/wingdi.h (WINGDIAPI): Define to DECLSPEC_DLLIMPORT
4573         if __W32API_USE_DLLIMPORT__.   Use throughout to qualify
4574         prototypes.
4575
4576 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
4577
4578         * include/commctrl.h (RBBS_USECHEVRON): Define.
4579         (RBBS_*): Use hex notation, group together.
4580
4581 2005-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
4582
4583         * lib/kernel32.def (GetUserGeoID): Correct suffix.
4584         Thanks to: "bernd23" <bernd23 at users dot sourceforge dot net>
4585
4586 2005-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
4587
4588         * include/commctrl.h (TreeView_SetItemState): Initilise
4589         _tvi.hItem.
4590         Thanks to:  Joseph Remes <jremes at users dot sourceforge dot net>
4591
4592 2005-07-18  Mattia Barbon  <mbarbon@users.sourceforge.net>
4593
4594         * include/commctrl.h (NMLVFINDITEM): Add structure.
4595
4596 2005-07-18  Michael Gerdau  <mgdde@users.sourceforge.net>
4597
4598         * include/wininet.h (WININET_API_FLAG_*): Add defines.
4599
4600 2005-07-18  Daniel Atallah  <datallah@users.sourceforge.net>
4601
4602         * include/winnt.h (VER_SET_CONDITION): Define.
4603
4604 2005-07-18  Michael Gerdau  <mgdde@users.sourceforge.net>
4605
4606         * include/wincon.h (AttachConsole): Correct _WIN32_WINNT guard.
4607         (ATTACH_PARENT_PROCESS): Define.
4608         (CONSOLE_WINDOWED_MODE): Correct definition to match MSDN
4609         documentation.
4610
4611 2005-07-17  Benoit Blanchon  <bblanchon@users.sourceforge.net>
4612
4613         * include/winbase.h (QueueUserWorkItem): Add prototype.
4614
4615 2005-07-13  Benoit Blanchon  <bblanchon@users.sourceforge.net>
4616
4617         * include/wingdi.h (SHADEBLENDCAPS, SB_NONE, SB_CONST_ALPHA,
4618         SB_PIXEL_ALPHA, SB_PREMULT_ALPHA, SB_GRAD_RECT, SB_GRAD_TRI,
4619         COLORMGMTCAPS, CM_NONE, CM_DEVICE_ICM, CM_GAMMA_RAMP,
4620         CM_CMYK_COLOR): Define.
4621
4622 2005-06-19  Danny Smith  <dannysmith@users.sourceforge.net>
4623
4624         * include/winldap.h (ldap_simple_bindW, ldap_simple_bind_sW,
4625         ldap_bindW, ldap_bind_sW): Change PCHAR arg to PWCHAR.
4626         Thanks to: Christian  <chhd at users dot sf dot net>
4627
4628 2005-06-18  Danny Smith  <dannysmith@users.sourceforge.net>
4629
4630         * include/richedit.h (GETTEXTEX): Correct name of lpUsedDefChar
4631         field.
4632         Thanks to: Saulius Menkevicius  <bobas at users dot sf dot net>
4633
4634 2005-06-18  Danny Smith  <dannysmith@users.sourceforge.net>
4635
4636         * include/winbase.h (GlobalDiscard): Define as macro.
4637         Thanks to: David Golub  <david_golub  at users dot sf dot net>
4638
4639 2005-05-13  Corinna Vinschen  <corinna@vinschen.de>
4640
4641         * include/winnetwk.h (WNetGetResourceParentA): Add missing declaration.
4642         (WNetGetResourceParentW): Ditto.
4643         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Define.
4644         (FILE_ID_BOTH_DIRECTORY_INFORMATION): Define.
4645
4646 2005-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
4647
4648         * include/wininet.h (FtpGetFileSize): Add prototype.
4649         (FtpCommand[AW]): Correct prototypes.
4650         Reported by: <siger at users dot sf dot net>
4651
4652 2005-04-25  Danny Smith  <dannysmith@users.sourceforge.net>
4653
4654         * include/vfw.h (capCreateCaptureWindow[AW]): Add prototypes.
4655         (capGetDriverDescription[AW]): Likewise.
4656
4657 2005-04-03  Corinna Vinschen  <corinna@vinschen.de>
4658
4659         * include/winnt.h (SE_UNDOCK_NAME TEXT): Define.
4660         (SE_MANAGE_VOLUME_NAME TEXT): Ditto.
4661         (SE_IMPERSONATE_NAME TEXT): Ditto.
4662         (SE_ENABLE_DELEGATION_NAME TEXT): Ditto.
4663         (SE_SYNC_AGENT_NAME TEXT): Ditto.
4664
4665 2005-03-16  Christopher Faylor  <cgf@timesys.com>
4666
4667         * include/winnt.h (SYSTEM_LUID): Fix definitition invalidated by below
4668         change.
4669
4670 2005-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
4671
4672         * include/winnt.h (_LUID): Add structure. Correct LUID typedef.
4673         Thanks to:
4674         Paul-Christiaan Spruijtenburg <wakarimasu at users dot sf dot net>
4675
4676 2005-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
4677
4678         * include/ws2tcpip.h (getaddrinfo, freeaddrinfo, getnameinfo):
4679         Guard with _WIN32_WINNT >= 0x0501. Add FIXME comment.
4680         (gai_strerror[AW]): Put into #if 0 block.
4681
4682 2005-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
4683
4684         * include/basetyps.h (__int16): Correct define.
4685
4686 2005-02-10  Jiri Malak  <Jiri.Malak@iol.cz>
4687             Danny Smith  <dannysmith@users.sourceforge.net>
4688
4689         * lib/directx/dinput_private.h (ATTRIBUTE_TEXT_SECTION): New
4690         define for Open Watcom portability.
4691         * lib/directx/(dinput_joy.c, dinput_joy2.c, dinput_kbd.c,
4692         dinput_mouse.c, dinput_mouse2.c): Use new macro in definition
4693         of local c_rgodfDI* objects. Replace .rdata section attribute
4694         with 'const' keyword in definition of global c_dfDI* objects.
4695
4696 2005-02-07  Danny Smith  <dannysmith@users.sourceforge.net>
4697
4698         * include/winioctl.h (IOCTL_VOLUME_BASE,
4699         IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS, IOCTL_VOLUME_IS_CLUSTERED):
4700         Copy defines from include/ddk/ntdddvol.h.
4701         Bug reported to Debian by Anand Kumria  <wildfire@progsoc.org>
4702
4703 2005-01-27  Oliver Stoeneberg  <oliverst@online.de>
4704
4705         * include/winbase.h (PWIN32_FIND_DATA): Add typedef.
4706
4707 2005-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
4708
4709         * include/winuser.h (SW_SMOOTHSCROLL): Add define.
4710         Reported by: Christian Ehrlicher  <chehrlic@users.sf.net>
4711
4712 2005-01-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4713
4714         * include/commdlg.h (OFN_DONTADDTORECENT): Added definition.
4715
4716 2005-01-18  Danny Smith  <dannysmith@users.sourceforge.net>
4717
4718         * lib/user32.def (MonitorFromPoint): Correct suffix.
4719
4720 2005-01-13  Benoit Blanchon  <bblanchon@users.sourceforge.net>
4721
4722         * include/wininet.h (InternetCheckConnectionA,
4723         InternetCheckConnectionW) Add prototypes.
4724         (INTERNET_RAS_INSTALLED, INTERNET_CONNECTION_OFFLINE,
4725         INTERNET_CONNECTION_CONFIGURED): Add defines.
4726
4727 2005-01-07  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4728
4729         * include/commctrl.h (ComboBox_SetMinVisible,
4730         ComboBox_GetMinVisible): Added Macros.
4731         * include/winuser.h (CB_SETMINVISIBLE, CB_GETMINVISIBLE):
4732         Added definitions.
4733
4734 2005-01-02  Jiri Malak  <Jiri.Malak@geac.cz>
4735
4736         * include/winnt.h (GetCurrentFiber, GetFiberData): Make inline
4737         assembly code conditional on _X86_.
4738
4739 2005-01-02  Earnie Boyd  <earnie@users.sf.net>
4740
4741         * include/w32api.h: Increment version to 3.2.
4742         * Makefile.in: Ditto.
4743         * include/afxres.h: Remove the \r from the line ending.
4744         * include/errorrep.h: Ditto.
4745         * include/shldisp.h: Ditto.
4746         * include/tschema.h: Ditto.
4747         * lib/dhcpcsvc.def: Ditto.
4748         * lib/uxtheme.def: Ditto.
4749         * lib/wldap32.def: Ditto.
4750
4751 2005-01-01  Danny Smith  <dannysmith@users.sourceforge.net>
4752
4753         * include/winerror.h (ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY):
4754         Correct typo.
4755         Thanks to: Aidan France  <aidan1@users.sourceforge.net>
4756
4757 2004-12-29  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4758
4759         *include/winuser.h (MNS_*, WM_MENUCOMMAND,
4760         WM_MENUGETOBJECT, WM_MENUDRAG, WM_NCMOUSEHOVER,
4761         WM_NCMOUSELEAVE, WM_UNINITMENUPOPUP,
4762         SPI_GETFOREGROUNDLOCKTIMEOUT,
4763         SPI_SETFOREGROUNDLOCKTIMEOUT): Added definitions.
4764         *include/imm.h (WM_IME_REQUEST): Added definition.
4765         *include/shlobj.h (SLGP_RAWPATH,
4766         SLGP_UNCPRIORITY): Added definition.
4767
4768 2004-12-28  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4769
4770         *include/winuser.h (HSHELL_FLASH): Added definition.
4771
4772 2004-12-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4773
4774         * include/shldisp.h (IAutoComplete): Added interface definiton.
4775         * include/shldisp.h (IAutoComplete2): Added interface definiton.
4776         * include/shldisp.h (ACO_AUTOSUGGEST): Added definition.
4777         * include/shlobj.h (IObjMgr): Added interface definiton.
4778         * lib/shell32.c (CLSID_AutoComplete, IID_AutoComplete,
4779         IID_AutoComplete2, CLSID_ACLMulti, IID_IObjMgr,
4780         CLSID_ACListISF, IID_IACList): Added GUIDs.
4781         * include/shlguid.h (CLSID_AutoComplete, IID_AutoComplete,
4782         IID_AutoComplete2, CLSID_ACLMulti, IID_IObjMgr,
4783         CLSID_ACListISF, IID_IACList): Added GUIDs.
4784
4785 2004-12-23  Danny Smith  <dannysmith@users.sourceforge.net>
4786
4787         * include/commctrl.h (CDRF_NOTIFYSUBITEMDRAW): Add define.
4788         Thanks to: Chris Sutcliffe  <ironhead@walled.net>
4789         (CDRF_*): Use hex notation for constants.
4790
4791 2004-12-08  Danny Smith  <dannysmith@users.sourceforge.net>
4792
4793         * include/sqlext.h (SQL_INTERVAL_*): Correct macros.
4794         Reported by Eric Sharkey <sharkey at netrics dot com>
4795
4796 2004-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
4797
4798         * include/winnt.h (TOKEN_INFORMATION_CLASS): Add
4799         TokenGroupsAndPrivileges, TokenSessionReference,
4800         TokenSandBoxInert, TokenAuditPolicy, TokenOrigin.
4801         Reformat.
4802         (SID_NAME_USE): Add SidTypeComputer.  Reformat.
4803         Thanks to Gabriel Linder <mingwlinder@users.sourceforge.net>
4804
4805 2004-12-02  Danny Smith  <dannysmith@users.sourceforge.net>
4806
4807         * lib/comctl32.def (ImageList_Copy, ImageList_DrawIndirect,
4808         ImageList_Duplicate): Add stubs.
4809
4810 2004-12-02  Danny Smith  <dannysmith@users.sourceforge.net>
4811
4812         * lib/directx/strmiids.c (MEDIASUBTYPE_YV12): Correct GUID.
4813         Thanks to "Pete" <pross@xvid.org>
4814
4815 2004-11-21 Benoit Blanchon  <bblanchon@users.sourceforge.net>
4816
4817         * include/wingdi.h (AC_SRC_ALPHA, AC_SRC_NO_ALPHA,
4818         AC_DST_NO_ALPHA, ...): Add defines.
4819         * include/winuser.h (ULW_COLORKEY,ULW_ALPHA,
4820         ULW_OPAQUE): Add defines.
4821
4822 2004-11-21  Danny Smith  <dannysmith@users.sourceforge.net>
4823
4824         * include/winnt.h (VerSetConditionMask): Correct typo in _WIN32_WINNT
4825         guard.
4826         * lib/kernel32.def (VerSetConditionMask): Correct stdcall
4827         suffix.
4828         * lib/ddk/ntoskrnl.def (VerSetConditionMask): Likewise.
4829
4830 2004-11-20  Danny Smith  <dannysmith@users.sourceforge.net>
4831
4832         * include/winbase.h (PPROCESS_INFORMATION): Add typedef.
4833         (CreateProcessWithLogonW): Declare.
4834         (LOGON_WITH_PROFILE, LOGON_NETCREDENTIALS_ONLY): Add defines.
4835         Thanks to: "jkmaki"  <jkmaki@users.sourceforge.net>
4836
4837 2004-11-19  Danny Smith  <dannysmith@users.sourceforge.net>
4838
4839         * include/sspi.h (SecPkgContext_Sizes): Fix typo.
4840         Thanks to: David Leonard  <leonard@users.sourceforge.net>
4841
4842 2004-11-19  Danny Smith  <dannysmith@users.sourceforge.net>
4843
4844         * include/sspi.h (SecPkgCredentials_Names[AW]): Correct name.
4845         Thanks to: David Leonard  <leonard@users.sourceforge.net>
4846
4847 2004-11-19  Magnus Olsen  <greatlord@users.sourceforge.net>
4848
4849         * include/winuser.h (MSLLHOOKSTRUCT): Add structure.
4850
4851 2004-11-19  Magnus Olsen  <greatlord@users.sourceforge.net>
4852
4853         * include/winuser.h (LLKHF_EXTENDED, LLKHF_INJECTED, LLKHF_UP):
4854         Add defines.
4855         (LLKHF_ALTDOWN): Define based on KF_ALTDOWN.
4856
4857 2004-11-19  Benoit Blanchon  <bblanchon@users.sourceforge.net>
4858
4859         * include/shellapi.h (NIF_GUID): Add another define.
4860
4861 2004-11-18  Earnie Boyd  <earnie@users.sf.net>
4862
4863         * include/wincon.h (AttachConsole): Correct the _WIN32_WINNT filter.
4864         Changed it twice due to inconsistent MSDN documentation.
4865         * include/w32api.h (Windows95, etc. and IE3, etc.): Add definitions.
4866
4867 2004-11-13  Danny Smith  <dannysmith@users.sourceforge.net>
4868
4869         * include/shlobj.h (SHGFP_TYPE): Add enum.
4870
4871 2004-11-12  Loïc Guilloux (glx@users.sourceforge.net>
4872
4873         * include/winuser.h (WM_THEMECHANGED): Add define.
4874
4875 2004-11-11  Danny Smith  <dannysmith@users.sourceforge.net>
4876
4877         * include/ddk/winddk.h (ExAllocateFromPagedLookasideList,
4878         ExFreeToPagedLookasideList): Guard inline versions with
4879         (__USE_NTOSKRNL__) && (_WIN32_WINNT >= 0x0501). Declare as
4880         external functions for earlier _WIN32_WINNT.
4881
4882 2004-11-11  Danny Smith  <dannysmith@users.sourceforge.net>
4883
4884         * include/ras.h (RASCONN[AW]): Remove dwSessionId field.
4885
4886 2004-11-09  Danny Smith  <dannysmith@users.sourceforge.net>
4887
4888         * include/winnls.h (WINBASEAPI): Define as DECLSPEC_IMPORT
4889         if  undefined and __W32API_USE_DLLIMPORT__.
4890         Add WINBASEAPI token to prototypes, throughout.
4891
4892 2004-11-08  Danny Smith  <dannysmith@users.sourceforge.net>
4893
4894         * include/winnt.h (GetCurrentFiber): Support -masm=intel.
4895         (GetFiberData): Likewise.
4896         (NtCurrentTeb): Likewise.
4897
4898 2004-11-04  Danny Smith  <dannysmith@users.sourceforge.net>
4899
4900         * include/shellapi.h (NIF_INFO): Add define.
4901         (NIIF_*) Add defines..
4902         Thanks to: Benoit Blanchon <bblanchon@users.sourceforge.net>
4903         (NIF_*): Convert constants to hex.
4904
4905 2004-11-02  Danny Smith  <dannysmith@users.sourceforge.net>
4906
4907         * include/wingdi.h (GetFontUnicodeRanges,GetGlyphIndicesA,
4908         GetGlyphIndicesW): Declare.
4909         (GGI_MARK_NONEXISTING_GLYPHS): Define
4910         * lib/gdi32.def (GetFontUnicodeRanges,GetGlyphIndicesA,
4911         GetGlyphIndicesW): Add stubs.
4912
4913 2004-10-24  Dan Aloni  <da-x@colinux.org>
4914
4915         * include/ddk/ntapi.h (NtQueryFullAttributesFile,
4916         ZwQueryFullAttributesFile): Declare.
4917         * include/ddk/ntapi.h (RtlDosPathNameToNtPathName_U):
4918         Declare.
4919         lib/ntoskrnl.def (ZwQueryDirectoryFile, ZwQueryFullAttributesFile.
4920         ZwQueryVolumeInformationFile): Add stubs.
4921
4922 2004-10-18  Danny Smith  <dannysmith@users.sourceforge.net>
4923
4924         * include/wsahelp.h (WINSOCK_MAPPING, WSHGetWinsockMapping,
4925         PWSH_GET_WINSOCK_MAPPING): Don't define if __OBJC__.
4926
4927 2004-10-15  Robert Wruck  <wruck@tweerlei.de>
4928             Danny Smith  <dannysmith@users.sourceforge.net>
4929
4930         * include/winbase.h (InitializeSListHead, Interlocked*):
4931         Guard with !__USE_NTOSKRNL__.
4932
4933         * include/ddk/ntddk.h (__USE_NTOSKRNL__): Define.
4934         * include/ddk/winddk.h (InitializeSListHead, Interlocked*):
4935         Guard with  __USE_NTOSKRNL__.
4936         (ExInterlockedPopEntrySList, ExInterlockedPushEntrySList):
4937         Add prototypes.  Guard macro definition with __USE_NTOSKRNL__
4938         && _WIN32_WINNT >= 0x0501
4939         (ExAllocateFromNPagedLookasideList, ExAllocateFromPagedLookasideList,
4940         ExFreeToNPagedLookasideList, ExFreeToPagedLookasideList):
4941         Replace calts to InterlockedPopEntrySList, InterlockedPushEntrySList
4942         with ExInterlockedPopEntrySList, ExInterlockedPushEntrySList.
4943
4944         * lib/ddk/ntosknl.def (ExInterlockedPopEntrySList,
4945         ExInterlockedPushEntrySList)  Add stubs with fastcall decoration.
4946         (ExDesktopObjectType, ExEventObjectType, ExSemaphoreObjectType,
4947         ExWindowStationObjectType, IoAdapterObjectType,
4948         IoDeviceHandlerObjectSize, IoDeviceHandlerObjectType,
4949         IoDeviceObjectType, IoDriverObjectType, IoFileObjectType,
4950         LpcPortObjectType, MmSectionObjectType, SeTokenObjectType):
4951         Uncomment stubs.
4952
4953 2004-10-11  Robert Wruck  <wruck@tweerlei.de>
4954
4955         * include/ddk/winddk.h (IoReleaseRemoveLockAndWait): Fix
4956         definition
4957         (IoReleaseRemoveLock): Add definition.
4958
4959 2004-10-10  Danny Smith  <dannysmith@users.sourceforge.net>
4960
4961         * include/ddk/winnt4.h (Exi386InterlockedDecrementLong,
4962         Exi386InterlockedExchangeUlong, Exi386InterlockedIncrementLong);
4963         Add prototypes.
4964         * include/winddk.h (ExInterlockedAddUlong,
4965         ExInterlockedInsertHeadList, ExInterlockedInsertTailList,
4966         ExInterlockedRemoveHeadList, ExInterlockedPopEntryList,
4967         ExInterlockedPushEntryList): Change calling convention to
4968         DDKAPI.
4969         (ExfInterlockedAddUlong,ExInterlockedInsertHeadList,
4970         ExInterlockedInsertTailList, ExInterlockedRemoveHeadList,
4971         ExInterlockedPopEntryList, ExInterlockedPushEntryList):
4972         Add prototypes for DDKFASTAPI versions.
4973         Thanks to Vadim Yegor0v <zg at bmg dot lv> for report.
4974         * lib/ntoskrnl.def (ExInterlockedAddUlong,
4975         ExInterlockedInsertHeadList, ExInterlockedInsertTailList,
4976         ExInterlockedRemoveHeadList, ExInterlockedPopEntryList,
4977         ExInterlockedPushEntryList): Remove lead '@' from stubs.
4978         (ExfInterlockedAddUlong,ExfInterlockedInsertHeadList,
4979         ExfInterlockedInsertTailList, ExfInterlockedRemoveHeadList,
4980         ExfInterlockedPopEntryList, ExfInterlockedPushEntryList):
4981         Add fastcall stubs.
4982         (Exi386InterlockedDecrementLong, Exi386InterlockedExchangeUlong,
4983         Exi386InterlockedIncrementLong); Add stdcall stubs.
4984
4985 2004-09-30  Danny Smith  <dannysmith@users.sourceforge.net>
4986
4987         * include/winbase.h (WINBASEAPI): Define as DECLSPEC_IMPORT only
4988          if __W32API_USE_DLLIMPORT__ is defined.
4989         * include/winuser.h (WINUSERAPI): Likewise.
4990
4991 2004-09-29  Filip Navara  <xnavara@volny.cz>
4992
4993         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
4994         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, mcd.h, miniport.h,
4995         mountdev.h, mountmgr.h, ndis.h, ndistapi.h, ndiswan.h, netpnp.h,
4996         newdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h, ntddcdvd.h,
4997         ntddchgr.h, ntdddisk.h, ntddkbd.h, ntddmou.h, ntddpar.h, ntddpcm.h,
4998         ntddscsi.h, ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h,
4999         ntddvdeo.h, ntddvol.h, ntpoapi.h, parallel.h, pfhook.h, poclass.h,
5000         scsi.h, scsiscan.h, smbus.h, srb.h, storport.h, tdiinfo.h,
5001         tdikrnl.h, tvout.h, upssvc.h, usb.h, usb100.h, usbdi.h, usbioctl.h,
5002         usbiodef.h, usbscan.h, usbuser.h, videoagp.h, winddi.h, winddk.h,
5003         winnt4.h, ws2san.h): Fixed packing.
5004         * include/ddk/atm.h (ATM_TRAFFIC_DESCRIPTOR_IE): Fixed declaration.
5005         * include/ddk/hidclass.h (HID_INTERFACE_HIDPARSE,
5006         HID_INTERFACE_NOTIFY_PNP): Likewise.
5007         * include/ddk/ndis.h (NDIS_DMA_BLOCK, CO_FLOW_PARAMETERS): Likewise.
5008         (NdisQueryPacketLength): Added macro. Thanks to Art Yerkes
5009         <ayerkes@speakeasy.net>.
5010         * include/ddk/usb100.h (USB_CONFIGURATION_DESCRIPTOR): Fixed
5011         declaration.
5012         * include/ddk/winddi.h (PATHDATA, GLYPHPOS): Likewise.
5013         * include/ddk/winddk.h (PDRIVER_CONTROL, PDRIVER_LIST_CONTROL,
5014         PDRIVER_ADD_DEVICE, PIO_COMPLETION_ROUTINE, PDRIVER_CANCEL,
5015         PKDEFERRED_ROUTINE, PDRIVER_DISPATCH, PIO_DPC_ROUTINE,
5016         PMM_DLL_INITIALIZE, PMM_DLL_UNLOAD, PDRIVER_ENTRY,
5017         PDRIVER_INITIALIZE, PKSERVICE_ROUTINE, PIO_TIMER_ROUTINE,
5018         PDRIVER_REINITIALIZE, PDRIVER_STARTIO, PKSYNCHRONIZE_ROUTINE,
5019         PDRIVER_UNLOAD, DRIVER_OBJECT): Fixed callback declarations.
5020         (struct FILE_BASIC_INFORMATION): Renamed to _FILE_BASIC_INFORMATION.
5021         (SYNCH_LEVEL): Added definition.
5022         (KPCR, KPCR_TIB): Fixed declaration.
5023         (Interlocked[Push/Pop]EntrySList): Declare only if winbase.h isn't
5024         included and _WIN32_WINNT >= 0x0501.
5025         (RtlEqualLuid): Fixed macro definition.
5026         (KfLowerIrql, KfRaiseIrql): Declare and use instead of KeLowerIrql and
5027         KeRaiseIrql on i386 architectures.
5028
5029 2004-09-06  Hosaka Yuji  <hos@tamanegi.org>
5030
5031         * include/mshtml.h (IHTMLDocument2): Correct get_selection
5032         declaration.
5033         (IHTMLSelectionObject): Correct get_type declaration.
5034         (IHTMLFramesCollection2, IHTMLWindow2, IHTMLFrameBase,
5035         IHTMLFrameBase2, IHTMLFrameBase3, IHTMLBodyElement,
5036         IHTMLBodyElement2): Add interfaces.
5037         (LPHTMLIMAGEELEMENTFACTORY, LPHTMLEVENTOBJ, LPHTMLSCREEN,
5038         LPHTMLOPTIONELEMENTFACTORY, LPOMHISTORY, LPOMNAVIGATOR): Add
5039         typedefs.
5040         * lib/mshtml-uuid.c (IID_IHTMLFrameBase2, IID_IHTMLFrameBase3):
5041         Add IIDs.
5042
5043 2004-09-05  Earnie Boyd  <earnie@users.sf.net>
5044
5045         * include/w32api.h: Increment version to 3.1.
5046         * Makefile.in: Ditto.
5047
5048 2004-09-05  Hosaka Yuji  <hos@tamanegi.org>
5049
5050         * include/winuser.h (MonitorFromPoint, MonitorFromRect,
5051         MonitorFromWindow): Add prototypes.
5052         * lib/user32.def (MonitorFromPoint, MonitorFromRect,
5053         MonitorFromWindowMonitorFromWindow): Add stubs.
5054         * include/shellapi.h (DuplicateIcon): Add prototype.
5055
5056 2004-09-05   Danny Smith  <dannysmith@users.sourceforge.net>
5057
5058         * include/winuser.h (WINUSERAPI): New define.
5059         Use it to mark user32.dll imports, throughout.
5060
5061 2004-09-05  Hosaka Yuji  <hos@tamanegi.org>
5062
5063         * lib/ddk/hid.def (HidD_FlushQueue, HidD_FreePreparsedData,
5064         HidD_GetAttributes, HidD_GetConfiguration, HidD_GetFeature,
5065         HidD_GetHidGuid, HidD_GetIndexedString, HidD_GetInputReport,
5066         HidD_GetManufacturerString, HidD_GetMsGenreDescriptor,
5067         HidD_GetNumInputBuffers, HidD_GetPhysicalDescriptor,
5068         HidD_GetPreparsedData, HidD_GetProductString,
5069         HidD_GetSerialNumberString, HidD_SetConfiguration,
5070         HidD_SetFeature, HidD_SetNumInputBuffers, HidD_SetOutputReport,
5071         HidP_GetButtonCaps, HidP_GetValueCaps): Add exports.
5072
5073 2004-08-25  Lars Rune Nøstdal  <daysleper@users.sourceforge.net>
5074
5075         * include/wincon.h (CONSOLE_FULLSCREEN_MODE, CONSOLE_WINDOWED_MODE):
5076         Add XP defines.
5077         (PCOORD): Add typedef.
5078         (GetConsoleDisplayMode, SetConsoleDisplayMode): Add prototypes.
5079
5080 2004-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
5081
5082         * include/winldap.h: Don't check value of UNICODE.
5083         Thanks to: "Jean-Do"  <spab@users.sourceforge.net>
5084
5085 2004-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
5086
5087         * include/winbase.h (WINBASEAPI): Guard with __INSIDE_CYGWIN__.
5088
5089 2004-08-24  Sam Robb  <samrobb@users.sourceforge.net>
5090
5091         * include/winbase.h (GetFileSizeEx): Add _WIN32_WINNT >= 0x0500
5092         guard.
5093
5094 2004-08-24   Danny Smith  <dannysmith@users.sourceforge.net>
5095
5096         * include/winbase.h: Add WINBASEAPI token to prototypes, throughout.
5097
5098 2004-08-15  Ken Fitlike  <kenfitlike@users.sourceforge.net>
5099
5100         * include/commctrl.h (WC_TREEVIEWA): Remove parenthenses.
5101
5102 2004-08-10  Sebastian Nowak  <snowak1@users.sourceforge.net>
5103
5104         * include/ws2spi.h (LPWSPSELECT): Correct typedef.
5105
5106 2004-08-10   Danny Smith  <dannysmith@users.sourceforge.net>
5107
5108         * include/wincrypt.h: Correct _WIN32_WINNT typo.
5109
5110 2004-08-10  Ed Schaller  <schallee@darkmist.net>
5111
5112         * include/wincrypt.h (MS_ENH_RSA_AES_PROV_A, MS_ENH_RSA_AES_PROV_W)
5113         (ALG_SID_AES_128, ALG_SID_AES_192, ALG_SID_AES_256, ALG_SID_AES 17)
5114         (CALG_AES_128, CALG_AES_192, CALG_AES_256, CALG_AES,PROV_RSA_AES):
5115         Add defines.
5116         (CALG_SHA1): Add define.
5117         (HP_HMAC_INFO): Add define.
5118         (HMAC_INFO): Add struct.
5119         (BLOBHEADER): Add typedef.
5120
5121 2004-07-26  Hartmut Honisch  <hhonisch@users.sourceforge.net>
5122
5123         * include/commctrl.h (TreeView_SetItemState): Define macro.
5124
5125 2004-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
5126
5127         * include/wingdi.h (CMYK): Correct macro. Group CMYK/RGB
5128         macros together.
5129
5130 2004-07-24  Brodie Thiesfield  <brofield@users.sourceforge.net>
5131
5132         * include/shlobj.h (FILEDESCRIPTOR): Unicode it.
5133         (FILEGROUPDESCRIPTOR): LIkewise.
5134
5135 2004-07-06  Corinna Vinschen  <corinna@vinschen.de>
5136
5137         * winbase.h (IsWow64Process): Add missing WINAPI qualifier.
5138
5139 2004-06-16  Danny Smith  <dannysmith@users.sourceforge.net>
5140
5141         * include/winnt.h (IMAGE_ORDINAL_FLAG): Map to ...
5142         (IMAGE_ORDINAL_FLAG{32,64}: New defines.
5143         (IMAGE_SNAP_BY_ORDINAL): Map to ...
5144         (IMAGE_SNAP_BY_ORDINAL{32,64}: New defines.
5145         (IMAGE_ORDINAL): Map to ...
5146         (IMAGE_ORDINAL{32,64}: New defines.
5147         (IMAGE_THUNK_DATA):  Map to ...
5148         (IMAGE_THUNK_DATA{32,64}: New structures.
5149         (IMAGE_THUNK_DATA): Map to ...
5150         (IMAGE_THUNK_DATA{32,64}: New structures.
5151         (IMAGE_IMPORT_DESCRIPTOR):  Map to ...
5152         (IMAGE_IMPORT_DESCRIPTOR{32,64}: New structures.
5153         (IMAGE_IMAGE_TLS_DIRECTORY)  Map to ...
5154         (IMAGE_IMAGE_TLS_DIRECTORY{32,64}: New structures.
5155
5156 2004-06-16  Bang Jun-Young  <junyoung@NetBSD.org>
5157
5158         * w32api/include/winnt.h (WAITORTIMERCALLBACKFUNC): Protect with
5159         _WIN32_WINNT >= 0x0500.
5160
5161 2004-06-05  Luke Dunstan  <infidel@users.sourceforge.net>
5162
5163         * include/winbase.h (GetWriteWatch): Correct prototype.
5164         (WRITE_WATCH_FLAG_RESET): Define.
5165         Thanks to Sergey Philippov <phis@users.sourceforge.net>.
5166
5167 2004-06-02  Rocher Laurent  <lrocher@users.sourceforge.net>
5168
5169         * include/commctrl.h (Animate_OpenEx): Define.
5170         (DateTime_GetSystemTime, DateTime_SetSystemTime): Correct names.
5171         (ListView_GetNumberOfWorkAreas): Correct macro.
5172         (ListView_SetUnicodeFormat, ListView_GetUnicodeFormat,
5173         ListView_SetItemCountEx, ListView_GetISearchString,
5174         TreeView_GetLastVisible, Header_CreateDragImage,
5175         Header_SetImageList, Header_GetImageList): Define.
5176         (LVM_SETUNICODEFORMAT, LVM_GETUNICODEFORMAT,
5177         MCM_GETUNICODEFORMAT, MCM_SETUNICODEFORMAT,
5178         TBSTATE_ELLIPSES): Define.
5179         (MonthCal_SetRange): Correct macro.
5180         (ImageList_Duplicate): Declare.
5181
5182 2004-05-29  Filip Navara  <xnavara@volny.cz>
5183
5184         * include/winnt.h (IMAGE_EXPORT_DIRECTORY): Fixed declaration.
5185
5186 2004-05-25  Al Slater  <al.slater@scluk.com>
5187
5188         * include/httpext.h (HSE_SEND_HEADER_EX_INFO,
5189         HSE_REQ_SEND_RESPONSE_HEADER_EX): Define.
5190
5191 2004-05-15  Filip Navara  <xnavara@volny.cz>
5192
5193         * include/ddk/kbdmou.h: New file.
5194         * lib/ddk/videoprt.def (VideoPortMapBankedMemory,
5195         VideoPortMapDmaMemory, VideoPortMapMemory): Correct suffix.
5196         * lib/ddk/ntoskrnl.def (_snprintf, _snwprintf, _vsnprintf,
5197         _vsnwprintf, sprintf, swprintf): Export.
5198
5199 2004-05-15  Filip Navara  <xnavara@volny.cz>
5200
5201         * include/ddk/ntddk.h: Don't set 4-byte alignment on included
5202         headers.
5203
5204 2004-05-07  Danny Smith  <dannysmith@users.sourceforge.net>
5205
5206         * include/wingdi.h: Correct non-unicode typedefs of
5207         ENUMLOGFONTEXDV, PENUMLOGFONTEXDV, LPENUMLOGFONTEXDV.
5208
5209 2004-05-07  Pascal Obry  <obry@act-europe.fr>
5210
5211         * include/winsock.h (IN_CLASSA): Fix macro.
5212         * include/winsock2.h (IN_CLASSA): Fix macro.
5213
5214 2004-04-29  Bart Oldeman  <bartoldeman@users.sourceforge.net>
5215
5216         * include/objbase.h (STGOPTIONS): Correct pwcsTemplateFile type.
5217         * include/aclui.h: Remove '\r', throughout.
5218         * include/msacm.h: Likewise.
5219         * lib/aclui.def: Likewise.
5220
5221 2004-04-28  Luke Dunstan  <infidel@users.sourceforge.net>
5222
5223         * lib/comctl32.def (SetWindowSubclass): Add stub.
5224         Thanks to Eugene <egladysh@users.sourceforge.net>.
5225
5226 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
5227
5228         * include/winbase.h (EXECUTION_STATE): Add typedef.
5229         (SetThreadExecutionState): Declare.
5230         * include/wingdi.h (_WINGDI_): Define.
5231         * include/objbase.h (_OBJBASE_H_): Define.
5232
5233 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
5234
5235         * include/winuser.h (SM_IMMENABLED, SM_CXFOCUSBORDER,
5236         SM_CYFOCUSBORDER, SM_TABLETPC, SM_MEDIACENTER): Add defines.
5237         (SM_CMETRICS): Adjust value.
5238         * include/winnt.h (PROCESSOR_ARCHITECTURE_MSIL): Correct define.
5239         (PROCESSOR_ARCHITECTURE_AMD64, PROCESSOR_ARCHITECTURE_IA32_ON_WIN64):
5240         Add defines.
5241         Thanks to Benoit Blanchon <bblanchon@users.sourceforge.net>
5242
5243 2004-04-24  Justin Forest  <vhex@users.sourceforge.net>
5244
5245         * include/winsock2.h (LUP_DEEP, LUP_CONTAINERS,
5246         LUP_NOCONTAINERS, LUP_NEAREST, LUP_RETURN_NAME,
5247         LUP_RETURN_TYPE, LUP_RETURN_VERSION, LUP_RETURN_COMMENT,
5248         LUP_RETURN_ADDR, LUP_RETURN_BLOB, LUP_RETURN_ALIASES,
5249         LUP_RETURN_QUERY_STRING, LUP_RETURN_ALL, LUP_RES_SERVICE,
5250         LUP_FLUSHCACHE, LUP_FLUSHPREVIOUS): Add defines.
5251
5252 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
5253
5254         * include/windns.h (DNSREC_QUESTION, DNSREC_ANSWER, DNSREC_AUTHORITY,
5255         DNSREC_ADDITIONAL): Add defines.
5256
5257 2004-04-23  Robert Wruck  <wruck@tweerlei.de>
5258
5259         * include/commctrl.h (LPNMLVDISPINFO): Add defines.
5260
5261 2004-04-23  Robert Wruck  <wruck@tweerlei.de>
5262
5263         * include/aclui.h: New file.
5264         * lib/aclui.def: New file.
5265         * lib/test.c: Add aclui.h to includes.
5266
5267 2004-04-21  Danny Smith  <dannysmith@users.sourceforge.net>
5268
5269         * include/winuser.h (SPI_GETACTIVEWINDOWTRACKING,
5270         SPI_GETACTIVEWNDTRKZORDER, SPI_SETACTIVEWINDOWTRACKING,
5271         SPI_SETACTIVEWNDTRKZORDER): Remove duplicate defines.
5272
5273 2004-04-20  Christopher Faylor  <cgf@alum.bu.edu>
5274
5275         * include/wingdi.h: Protect non-unicode case of below.
5276
5277 2004-04-20  Christopher Faylor  <cgf@alum.bu.edu>
5278
5279         * include/wingdi.h: Protect use of ENUMLOGFONTEXDV, PENUMLOGFONTEXDV,
5280         LPENUMLOGFONTEXDV with appropriate version check.
5281
5282 2004-04-18  Hans Leidekker  <hans@it.vu.nl>
5283
5284         * lib/directx/dxguid.c (CLSID_DirectSoundPrivate,
5285         DSPROPSETID_DirectSoundDevice): Add defines.
5286
5287 2004-04-20  Adrian Sandor  <aditsu@users.sourceforge.net>
5288
5289         * include/msacm.h: New file.
5290
5291 2004-01-09  Stuart Cunningham  <stuart_hc@users.sourceforge.net>
5292
5293         * include/objbase.h (STGFMT): Declare enum.
5294         (STGOPTIONS): Declare structure.
5295         (StgCreateStorageEx, StgOpenStorageEx): Declare.
5296         (STGOPTIONS_VERSION): Define.
5297         * lib/ole32.def (StgCreateStorageEx, StgOpenStorageEx): Add stubs.
5298
5299 2004-04-13  Filip Navara  <xnavara@volny.cz>
5300
5301         * include/winuser.h (IS_INTRESOURCE, MB_CANCELTRYCONTINUE,
5302         WM_NCXBUTTONDOWN, WM_NCXBUTTONUP, WM_NCXBUTTONDBLCLK,
5303         WM_XBUTTONDOWN, WM_XBUTTONUP, WM_XBUTTONDBLCLK,
5304         DCX_INTERSECTUPDATE, MK_XBUTTON1, MK_XBUTTON2,
5305         HELP_SETWINPOS): Define.
5306         (WM_MOUSELAST): Different value for _WIN32_WINNT >= 0x0500.
5307         (SPI_*): Add new definitions for WINVER >= 0x500.
5308         (CallMsgFilter[AW], SetWindowsHookA): Correct prototype.
5309         (InternalGetWindowText, SetWindowsHookW): Declare.
5310         * include/winbase.h (InitializeSListHead): Avoid conflicting
5311         definition with DDK headers.
5312
5313 2004-04-13  Gé van Geldorp  <gvg@reactos.com>
5314
5315         * include/winuser.h (GetLastError): Move from here...
5316         * include/winbase.h: ... to here.
5317
5318 2004-04-13  Filip Navara  <xnavara@volny.cz>
5319
5320         * include/winspool.h (DocumentPropertiesW): Correct prototype.
5321
5322 2004-04-13  Filip Navara  <xnavara@volny.cz>
5323
5324         * include/wingdi.h (ENHMETAHEADER): Add definitions for
5325         WINVER >= 0x400.
5326         (WCRANGE, GLYPHSET, LPPOLYTEXT[AW]): Declare.
5327         (ENUMLOGFONTEXW): Fix definition.
5328         (ENUMLOGFONTEXDV[AW]): Declare.
5329
5330 2004-04-13  Filip Navara  <xnavara@volny.cz>
5331
5332         * include/wingdi.h: Declare the DirectDraw structures only if
5333         the DirectDraw kernel mode headers aren't included.
5334         (EMFINFO): Declare.
5335         (EngStretchBlt, EngTextOut, FONTOBJ_cGetGlyphs,
5336         STROBJ_bEnumPositionsOnly): Correct prototypes.
5337
5338 2004-04-13  Filip Navara  <xnavara@volny.cz>
5339
5340         * include/objidl.h (PRPCOLEMESSAGE): Declare.
5341         * include/rpc.h (RPCRTAPI): Define.
5342         * include/rpcdce.h (RpcServerRegisterIf2): Declare.
5343         * include/rpcdcep.h (RPC_BLOCKING_FN, I_RpcSend): Declare.
5344         (RPC_BLOCKING_FUNCTION): Remove, replaced by RPC_BLOCKING_FN.
5345         (I_RpcBindingSetAsync): Correct prototype.
5346         * include/rpcndr.h (MIDL_STUB_MESSAGE): Rename 'Reserved' field
5347         to w2kReserved.
5348         (USER_MARSHAL_SIZING_ROUTINE, USER_MARSHAL_MARSHALLING_ROUTINE,
5349         USER_MARSHAL_UNMARSHALLING_ROUTINE, USER_MARSHAL_FREEING_ROUTINE,
5350         USER_MARSHAL_ROUTINE_QUADRUPLE, NDR_NOTIFY_ROUTINE, IDL_CS_CONVERT,
5351         CS_TYPE_NET_SIZE_ROUTINE, CS_TYPE_LOCAL_SIZE_ROUTINE,
5352         CS_TYPE_TO_NETCS_ROUTINE, CS_TYPE_FROM_NETCS_ROUTINE,
5353         CS_TAG_GETTING_ROUTINE, NDR_CS_SIZE_CONVERT_ROUTINES,
5354         NDR_CS_ROUTINES, NdrUserMarshalMarshall, NdrUserMarshalUnmarshall,
5355         NdrUserMarshalBufferSize, NdrUserMarshalMemorySize,
5356         NdrUserMarshalFree): Declare.
5357         (MIDL_STUB_DESC): Add new fields that were added in W2K.
5358         * include/rpcproxy.h (CStdStubBuffer): Ditto.
5359
5360 2004-04-13  Filip Navara  <xnavara@volny.cz>, David Welch  <welch@cwcom.net>
5361
5362         * include/ddk/ntapi.h (NtCurrentProcess, NtCurrentThread,
5363         LPC_MESSAGE_BASE_SIZE): Define.
5364         * include/ddk/ntifs.h: Move the pack pragma under header inclusion.
5365
5366 2004-04-13  Filip Navara  <xnavara@volny.cz>
5367
5368         * include/commctrl.h (TB_MARKBUTTON, NMTBGETINFOTIP[AW]):
5369         Declare.
5370
5371 2004-04-18  Allan Bazinet  <bazineta@users.sourceforge.net>
5372
5373         * include/winuser.h (MONITORINFOEX[AW]): Change to be derived from
5374         MONITORINFO when compiling as C++.
5375
5376 2004-04-17  Luke Dunstan  <infidel@users.sourceforge.net>
5377
5378         * README.w32api: List separate copyright conditions for some headers.
5379         * include/(winsock2.h, wsipx.h): Minor change to copyright header.
5380
5381 2004-04-15  Danny Smith  <dannysmith@users.sourceforge.net>
5382
5383         * include/wingdi.h (RGB): Correct macro.
5384
5385 2004-04-14  Robert Wruck  <rwruck@users.sourceforge.net>
5386
5387         * include/ddk/winddk.h (RtlEqualLuid): Correct macro.
5388
5389 2004-04-06  Luke Dunstan  <infidel@users.sourceforge.net>
5390
5391         * include/ocidl.h (QACONTAINERFLAGS): Correct typedef.
5392
5393 2004-03-29  Danny Smith  <dannysmith@users.sourceforge.net>
5394
5395         * lib/Makefile.in: Add directx to .PHONY target.
5396         * lib/directx/dxerr.c: Remove dependence on mingw runtime.
5397         Don't include stdio.h or tchar.h.
5398         Replace _T() macro with TEXT() macro, throughout.
5399         Replace _stprintf with wsprintf, throughout.
5400
5401 2004-03-27  Hosaka Yuji  <hos@tamanegi.org>
5402
5403         * include/dbt.h (DBT_DEVTYP_DEVICEINTERFACE, DBT_DEVTYP_HANDLE):
5404         Add define.
5405         (DEV_BROADCAST_DEVICEINTERFACE, DEV_BROADCAST_HANDLE): Add struct.
5406         * include/winuser.h (UnregisterDeviceNotification): Add prototype.
5407         * lib/user32.def (UnregisterDeviceNotification): Add export stub.
5408
5409 2004-03-27  Filip Navara  <xnavara@volny.cz>
5410
5411         * include/directx: New subdir.
5412         * lib/directx: Ditto.
5413         * include/directx/(d3d9.h, d3d9caps.h, d3d9types.h, dxerr8.h,
5414         dxerr9.h): New files.
5415         * lib/directx/(Makefile.in, d3d8.def, d3d9.def, d3dim.def, d3drm.def,
5416         d3dx8d.def, d3dx9d.def, d3dxof.def, ddraw.def, dinput.def,
5417         dinput_joy.c, dinput_joy2.c, dinput_kbd.c, dinput_mouse.c,
5418         dinput_mouse2.c, dinput_private.h, dinput8.def, dmoguids.c, dplayx.def,
5419         dpnaddr.def, dpnet.def, dpnlobby.def, dpvoice.def, dsetup.def,
5420         dsound.def, dxerr.c, dxerr8.c, dxerr8w.c, dxerr9.c, dxerr9w.c,
5421         dxguid.c, ksproxy.def, ksuser.c, ksuser.def, msdmo.def, quartz.def,
5422         strmiids.c, test.c): Ditto.
5423         * lib/(d3dim.def, d3drm.def, d3dxof.def, ddraw.def, dinput.c,
5424         dinput.def, dplayx.def, dsetup.def, dsound.def, dxguid.c): Removed.
5425
5426 2004-03-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5427
5428         * include/GL/glu.h (GLU_AUTO_LOAD_MATRIX, GLU_CULLING,
5429         GLU_SAMPLING_TOLERANCE, GLU_DISPLAY_MODE, GLU_PARAMETRIC_TOLERANCE,
5430         GLU_SAMPLING_METHOD, GLU_U_STEP, GLU_V_STEP): Define.
5431
5432 2004-03-24  Filip Navara  <xnavara@volny.cz>
5433
5434         * include/commctrl.h (TB_GETSTRING[AW]): Add defines.
5435         (RBBS_HIDETITLE, RBBS_TOPALIGN): Ditto.
5436
5437 2004-03-24  Filip Navara  <xnavara@volny.cz>
5438
5439         * include/ddk/srb.h (_PORT_CONFIGURATION_INFORMATION):  Rename
5440         TaggedQueueing to TaggedQueuing.
5441         (_HW_INITIALIZATION_DATA): Likewise.
5442
5443 2004-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
5444
5445         * include/docobj.h (IOleDocumentView::GetDocument): Correct
5446         prototype.
5447         Thanks to Buster Copley  <consequent@users.sourceforge.net>
5448
5449 2004-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
5450
5451         * lib/ddk/ntoskrnl.def (MmAllocatePagesForMdl): Correct suffix.
5452         (MmMapIoSpace): Likewise.
5453         Thanks to Dan Aloni  <da-x@colinux.org>
5454
5455 2004-03-16  Martin Fuchs  <martin-fuchs@gmx.net>
5456
5457         * include/shellapi.h (NIM_* NIS_*): Define constants for
5458         notification icons with _WIN32_IE >= 0x0500.
5459         (NOTIFYICONDATA): Add new structure members for notification
5460         icons with _WIN32_IE >= 0x0500.
5461
5462 2004-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
5463
5464         *include/wininet.h (CACHEGROUP_SEARCH_ALL, CACHEGROUP_SEARCH_BYURL):
5465         Add defines.
5466         (INTERNET_CACHE_GROUP_ADD, INTERNET_CACHE_GROUP_REMOVE): Add defines.
5467         (GROUPID) Add typedef.
5468         (INTERNET_CACHE_GROUP_INFO[AW]): Define structures.
5469         (CreateUrlCacheGroup): Add prototype.
5470         (DeleteUrlCacheGroup): Add prototype.
5471         (FindFirstUrlCacheGroup): Add prototype.
5472         (FindNextUrlCacheGroup): Add prototype.
5473         (GetUrlCacheGroupAttribute[AW]): Add prototypes.
5474         (SetUrlCacheGroupAttribute[AW]): Add prototypes.
5475
5476 2004-03-10  Al Slater  <al.slater@scluk.com>
5477
5478         * include/winsock2.h: Add missing LPFN_ typdefs for
5479         function pointers.
5480         Clean up whitespace.
5481
5482 2004-03-05  Filip Navara  <xnavara@volny.cz>
5483
5484         * include/ddk/scsi.h: Replace assert with ASSERT.
5485         * include/ddk/video.h: Ditto.
5486         * include/ddk/winddk.h: Ditto. Remove the assert macro.
5487         * include/ddk/tdi.h: Correct packing.
5488
5489 2004-03-04  Danny Smith  <dannysmith@users.sourceforge.net>
5490
5491         * include/wtypes.h (DECIMAL_SETZERO): Add definition for
5492         NONAMELESSUNION case.
5493
5494 2004-03-03  Martin Fuchs  <martin-fuchs@gmx.net>
5495
5496         * include/oleauto.h (V_UNION, V_VT, V_DECIMAL): Use
5497         __VARIANT_NAME_ constants.
5498
5499 2004-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
5500
5501         * include/uxtheme.h: Include <commctrl.h>
5502
5503 2004-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
5504
5505         * include/basetyps.h (GUID_SECT): Define to nothing for GCC >= 2.95.
5506
5507 2004-03-02  Martin Fuchs  <martin-fuchs@gmx.net>
5508
5509         * include/oleauto.h (VAR_VALIDDATE, VAR_FORMAT_NOSUBSTITUTE,
5510         VAR_FOURDIGITYEARS): Define new constants. Group VAR_*  defines
5511         together.
5512         (V_UI2, V_UI4, V_UI4REF, V_UI, V_UI8REF): Define macros.
5513         (V_I8, V_I8REF): Correct macros.
5514         (V_DECIMAL): Correct macro definitions.
5515         (V_INT_PTR, V_UINT_PTR, V_INT_PTRREF, V_UINT_PTRREF): Define
5516         constants.
5517         (VTBIT_*): Define constants.
5518         (UDATE): Add structure definition.
5519         (VarDateFromUdate, VarDateFromUdateEx, VarUdateFromDate): Declare
5520         functions.
5521         (SafeArrayCreateVector): Correct parameter type from UINT to ULONG
5522         (SafeArrayCreateVectorEx): Declare function.
5523         (Var*): declare VARIANT manipulation functions.
5524         * include/ocidl.h (IPicture_*): Define IPicture COBJ macros.
5525         * include/oaidl.h (IRecordInfo_*): Define IRecordInfo COBJ
5526         macros.
5527
5528 2004-03-01  Martin Fuchs  <martin-fuchs@gmx.net>
5529
5530         * include/oaidl.h (FADF_*): Define missing constants.
5531         (IDispatch_*): Define COBJ macros.
5532         (VARIANT): Add missing union members llVal and ullVal.
5533         (wireVARIANT): Likewise.
5534         (ITypeinfo_*): Define COBJ macros.
5535         * include/oleauto.h (Var*FromDisp): Correct parameter type from
5536         LPDISPATCH* to LPDISPATCH.
5537         (VARCMP_*, VAR_LOCALBOOL, LOCALE_USE_NLS, VARIANT_*,
5538         VAR_CALENDAR_*): Add missing constants.
5539         (SafeArray[Get/Set]*): Add prototypes.
5540         (Var*From*):  Add missing prototypes.
5541         (NUMPRS_*): Add defines.
5542         (NUMPARSE): Define structure.
5543         (VarParseNumFromStr,VarNumFromParseNum): Add prototypes.
5544         * include/winerror.h (DISP_E_DIVBYZERO): Define constant.
5545         * include/winuser.h (COLOR_*): Define missing constants.
5546         * include/wtypes.h (enum VARENUM): Add VT_INT_PTR, VT_UINT_PTR.
5547         (VT_INT_PTR, VT_UINT_PTR): Remove macro definitions.
5548
5549 2004-02-23  Filip Navara  <xnavara@volny.cz>
5550
5551         * include/ddk/video.h: Corrected packing.
5552
5553 2004-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
5554
5555         * include/GL/glu.h (GLU_ERROR): Define.
5556         Thanks to Philip Lamb  <phil at rave dot co dot nz>
5557
5558 2004-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
5559
5560         * include/GL/glu.h: Include <stddef.h>.
5561         Thanks to Greg Couch <gregcouch@users.sourceforge.net>
5562
5563 2004-02-15  Earnie Boyd  <earnie@users.sf.net>
5564
5565         * include/w32api.h: Increment version to 3.0.
5566         * Makefile.in: Ditto.
5567         * README.win32api: Modify license to Public Domain per agreement as
5568         found in the mingw-dvlpr list archive.
5569
5570 2004-02-13  Earnie Boyd  <earnie@users.sourceforge.net>
5571
5572         * include/ddk/winddk.h (DIRECTORY_QUERY): Add define.
5573         (DIRECTORY_TRAVERSE): Ditto.
5574         (DIRECTORY_CREATE_OBJECT): Ditto.
5575         (DIRECTORY_CREATE_SUBDIRECTORY): Ditto.
5576         (DIRECTORY_ALL_ACCESS): Ditto.
5577         Thanks to Konstantin Stepaniuk <skostia@users.sourceforge.net>
5578
5579 2004-02-12  Danny Smith  <dannysmith@users.sourceforge.net>
5580
5581         * include/basetypes.h (_REFIID_DEFINED): Correct typo.
5582
5583         * include/winuser.h (NCCALCSIZE_PARAMS): Define structure.
5584         Thanks to Mike Nordell <tamlin at algonet dot se>.
5585
5586 2004-02-11  Danny Smith  <dannysmith@users.sourceforge.net>
5587
5588         * lib/dnsapi.def: New file.
5589         * lib/test.c: Include windns.h.
5590
5591 2004-02-11  Pierre A. Humblet  <Pierre.Humblet@ieee.org>
5592
5593         * include/windns.h: New file.
5594
5595 2004-02-11  Danny Smith  <dannysmith@users.sourceforge.net>
5596
5597         * include/sqlucode.h (SQLGetStmtAttr[AW]): Remove duplicate
5598         defines.
5599         (SQLSetStmtAttr[AW]): Move into ODBCVER >= 0x0300 block.
5600         (SQLSetDescFieldW): Correct prototype.
5601         (SQLSetDescFieldA): Add prototype.
5602         (SQLGetDescFieldW): Add prototype.
5603
5604 2004-02-11  Pat Thoyts  <patthoyts@users.sourceforge.net>
5605
5606         * include/winuser.h (DFC_POPUPMENU): Add define.
5607
5608 2004-02-07  Dan Aloni  <da-x@gmx.net>
5609
5610         * lib/ddk/ntoskrnl.def (KeSetTimer,KeSetTimerEx): Correct
5611         suffix.
5612
5613 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
5614
5615         * include/oleacc.h (LIBID_Accessibility): Declare.
5616         * lib/uuid.c (LIBID_Accessibility): Define.
5617
5618 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
5619
5620         * include/winioctl.h (NTFS_VOLUME_DATA_BUFFER): Add structure.
5621         (FSCTL_GET_NTFS_VOLUME_DATA): Add macro.
5622
5623 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
5624
5625         * include/commctrl.h (ICC_STANDARD_CLASSES, ICC_LINK_CLASS): Add
5626         defines.
5627
5628 2004-01-31  Jiri Malak  <Jiri.Malak@geac.cz>
5629
5630         * include/winuser.h (RT_MANIFEST): Make conditional on
5631         RC_INVOKED.
5632         (CREATEPROCESS_MANIFEST_RESOURCE_ID,
5633         ISOLATIONAWARE_MANIFEST_RESOURCE_ID,
5634         ISOLATIONAWARE_NOSTATICIMPORT_MANIFEST_RESOURCE_ID): Add
5635         defines.
5636
5637 2004-01-16 Martin Fuchs  <martin-fuchs@gmx.net>
5638
5639         * include/shlobj.h (SHGDN_INCLUDE_NONFILESYS): Add define.
5640
5641 2004-01-15  Filip Navara  <xnavara@volny.cz>
5642
5643         * include/ddk/mcd.h: Don't care about value of DBG define.
5644         * include/ddk/srb.h: Ditto.
5645         * include/ddk/storport.h: Ditto.
5646         * include/ddk/video.h: Ditto.
5647         * include/nspapi.h (SetServiceW, GetAddressByNameA,
5648         GetAddressByNameW): Correct protoype.
5649         * include/ntsecapi.h (PCUNICODE_STRING): Define.
5650
5651 2004-01-05  Filip Navara  <xnavara@volny.cz>
5652
5653         * include/prsht.h (LPCPROPSHEETPAGEW): Fix definition.
5654         * include/shlwapi.h (SHRegQueryInfoUSKey[AW]): Fix prototype.
5655         * include/cpl.h (CPL_STARTWPARMS[AW]): Correct.
5656         * include/shellapi.h (ABS_AUTOHIDE, ABS_ALWAYSONTOP,
5657         SEE_MASK_NO_CONSOLE, SEE_MASK_ASYNCOK, SEE_MASK_HMONITOR,
5658         FOF_NOCOPYSECURITYATTRIBS): Add defines.
5659         * include/shlobj.h (BFFM_SETOKTEXT, BFFM_SETEXPANDED,
5660         CSIDL_FLAG_DONT_VERIFY, CSIDL_FLAG_CREATE, CSIDL_FLAG_MASK,
5661         CFSTR_INETURL[AW], SHGDN_FOREDITING, SHGDN_FORADDRESSBAR,
5662         SSF_*): Add defines.
5663         (SHCNF_PATH[AW], SHCNF_PRINTER[AW], CFSTR_FILENAME[AW],
5664         CFSTR_FILENAMEMAP[AW], CFSTR_FILEDESCRIPTOR[AW], CFSTR_SHELLURL,
5665         CMDSTR_NEWFOLDER[AW], CMDSTR_VIEWLIST[AW], CMDSTR_VIEWDETAILS[AW]):
5666         Correct.
5667         (IEnumIDList): Add COBJMACROS.
5668         * include/winuser.h (MIM_*): Add define.
5669
5670 2004-01-04  Filip Navara  <xnavara@volny.cz>
5671
5672         * include/shlguid.h (IID_IPersistFolder2, IID_IPersistFolder3,
5673         IID_IShellFolder2, IID_IFileSystemBindData): Add declarations.
5674         * include/shlobj.h (EXTRASEARCH, SHCOLSTATEF, SHELLDETAILS,
5675         PERSIST_FOLDER_TARGET_INFO): Define structures.
5676         (IEnumExtraSearch, IShellFolder2, IFileSystemBindData,
5677         IPersistFolder2, IPersistFolder3): Add COM interface
5678         definitions.
5679         (IExtractIcon[AW], IShellLink[AW], IPersistFolder, IShellView,
5680         ICommDlgBrowser, IShellFolder2, IPersistFolder2, IPersistFolder3):
5681         Add COBJMACROS.
5682         (SHCreateDirectoryEx[AW], SHBindToParent): Add prototypes.
5683         * lib/shell32.c (IID_IPersistFolder2, IID_IPersistFolder3,
5684         IID_IShellFolder2, IID_IFileSystemBindData): Add definitions.
5685
5686 2004-01-03  Danny Smith  <dannysmith@users.sourceforge.net>
5687
5688         * include/mshtml.h (IHTMLDocument2): Correct write, writeln
5689         declarations.
5690         Thanks to: Rene Nyffenegger <renenyffenegger@users.sf.net>.
5691
5692 2004-01-03  Filip Navara  <xnavara@volny.cz>
5693
5694         * include/cguid.h (CLSID_StdGlobalInterfaceTable): Declare IID.
5695         * include/oaidl.h (ITypeLib2, ITypeInfo2): Define interfaces,
5696         declare IID's.
5697         (IErrorInfo): Add COBJMACROS.
5698         * include/objbase.h (STGM_NOSNAPSHOT): Add define.
5699         (CoGetPSClsid): Add protototype,
5700         (CoRegisterPSClsid): Likewise.
5701         * include/objidl.h (IMarshal): Correct methods.
5702         (IMallocSpy): Likewise,
5703         (LPPSFACTORYBUFFER): Add typedef.
5704         (IGlobalInterfaceTable): Define interface and COBJMACROS. Declare
5705         IID.
5706         (IStorage_CreateStorage, IRpcStubBuffer_Invoke): Fix macros.
5707         * include/ocidl.h (PROPBAG2_TYPE): Define enum.
5708         (PROPBAG2, QACONTAINERFLAGS, QACONTAINER, QACONTROL): Define
5709         structures.
5710         (IPropertyBag2, IPersistPropertyBag2,IAdviseSinkEx, IPointerInactive,
5711         IOleUndoUnit, IOleParentUndoUnit, IEnumOleUndoUnits, IOleUndoManager,
5712         IQuickActivate): Define interfaces. Declare IID's.
5713         (IPersistPropertyBag2): Add COBJMACROS.
5714         (LPOLEUNDOMANAGER): Add typedef.
5715         (LPPROPERTYBAG2): Likewise.
5716         * include/oleidl.h (LPPARSEDISPLAYNAME): Fix definiton.
5717         (BINDSPEED): Add definition.
5718         (IParseDisplayName, IOleItemContainer, IOleObject, IDropSource,
5719         IDropTarget): Add COBJMACROS.
5720         * include/wtypes.h (MEMCTX, MSHCTX): Fix enum.
5721         * include/winerror.h (CO_S_NOTALLINTERFACES): Add define.
5722         * lib/uuid.c (IID_IGlobalInterfaceTable, IID_IOleUndoManager,
5723         IID_IPersistPropertyBag2, IID_IPropertyBag2, IID_IRpcProxyBuffer):
5724         Add IID definitions.
5725
5726 2004-01-02  Filip Navara  <xnavara@volny.cz>
5727
5728         * include/ddk/winddk.h: Don't care about value of
5729         DBG define.
5730
5731 2004-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
5732             Filip Navara  <xnavara@volny.cz>
5733
5734         * include/ddk/winddk.h (_DDK_DUMMYUNION_MEMBER,
5735         _DDK_DUMMYUNION_N_MEMBER): New macros.
5736         (ExAllocateFromPagedLookasideList,ExFreeToPagedLookasideList,
5737         ExAllocateFromNPagedLookasideList, ExFreeToNPagedLookasideList):
5738         Use them.
5739
5740 2004-01-01  Filip Navara  <xnavara@volny.cz>
5741
5742         * include/objbase.h: Don't care about value of DBG define.
5743         * include/objidl.h: Add some COBJMACROS.
5744         * include/ocidl.h: Ditto.
5745         * include/oleidl.h: Ditto.
5746         * include/servprov.h: Ditto.
5747         * include/shlobj.h: Ditto.
5748         * include/shlobj.h (IContextMenu2): Correct parent in
5749         DECLARE_INTERFACE.
5750         * include/oleidl.h (IOleCache, IOleCache2, IOleCacheControl):
5751         Define interfaces.
5752         * include/setupapi.h (SetupGetLineTextA): Correct prototype.
5753         Add new constants for _SETUPAPI_VER >= 0x501.
5754
5755 2004-01-01  Filip Navara  <xnavara@volny.cz>
5756
5757         * include/winnt.h (NtCurrentTeb): Add inline definition.
5758
5759 2004-01-01  Martin Fuchs  <martin-fuchs@gmx.net>
5760
5761         * include/shlobj.h (SHCoCreateInstance): Add prototype.
5762         * lib/shell32.def (SHCoCreateInstance): Add export stub.
5763
5764 2004-01-01  Igor Pechtchanski  <pechtcha@cs.nyu.edu>
5765
5766         * lib/setupapi.def (CM_Request_Device_Eject[AW]): Add export.
5767         (CM_Request_Device_Eject_Ex[AW]): Likwise.
5768         * include/ddk/cfg.h (DN_*): Add defines.
5769
5770 2004-01-01  Danny Smith  <dannysmith@users.sourceforge.net>
5771
5772         * lib/ddk/cfgmgr32.def: Remove duplicate symbol names.
5773
5774 2004-01-01  Mattia Barbon  <mbarbon@users.sourceforge.net>
5775
5776         * include/commctrl.h (TVN_GETINFOTIP): Add UNICODE mappings.
5777         (NMTVGETINFOTIP): Add structure.
5778
5779 2003-12-08  Danny Smith  <dannysmith@users.sourceforge.net>
5780
5781         * include/winuser.h (DISPLAY_DEVICE_*): Remove defines.
5782         * include/wingdi.h (DISPLAY_DEVICE_REMOVABLE,
5783         DISPLAY_DEVICE_MODESPRUNED): Add defines.
5784
5785 2003-12-08  Hartmut Honisch  <hhonisch@users.sourceforge.net>
5786
5787         * include/commctrl.h (ListView_Get_State, ListView_Check_State):
5788         Add macros.
5789         * include/wingdi.h  (DISPLAY_DEVICE_*): Add multi-monitor
5790         constants.
5791         * include/shlobj.h (SHCOLUMNINIT): Add structure.
5792         (SHCOLUMNDAT): Likwise.
5793         (SHCOLUMNID): Likewise.
5794         (SHCOLUMNINFO): Likewise.
5795         (SHCOLSTATE): Add enum.
5796         (IColumnProvider): Add COM interface.
5797         (IQueryInfo): Likewise.
5798         (IShellIconOverlayIdentifier): Likewise.
5799         * include/shlguid.h (IID_IColumnProvider) Declare.
5800         (IID_IQueryInfo): Likweise.
5801         (IID_IShellIconOverlayIdentifier): Likwise.
5802         * lib/shell32.c (IID_IColumnProvider) Define.
5803         (IID_IQueryInfo): Likweise.
5804         (IID_IShellIconOverlayIdentifier): Likwise.
5805
5806 2003-12-08  Roald Ribe  <rrib@users.sourceforge.net>
5807
5808         * include/winuser.h (RT_MANIFEST): Add define.
5809
5810 2003-12-08  Pascal Buhler  <pbuhler@users.sourceforge.net>
5811
5812         * include/oleidl.h (IViewObject2): Inherit from IViewObject.
5813
5814 2003-12-01  Danny Smith  <dannysmith@users.sourceforge.net>
5815
5816         * include/winnt.h (GetCurrentFiber): Remove duplicate prototype.
5817         (GetFiberData): Likewise.
5818         (GetCurrentFiber): Change volatile to __volatile__.
5819         (GetFiberData): Likewise.
5820
5821 2003-11-27  Christopher Faylor  <cgf@redhat.com>
5822
5823         * lib/Makefile.in: Use make function to locate .mri file to allow
5824         building in directory other than source directory.
5825
5826 2003-11-27  Danny Smith  <dannysmith@users.sourceforge.net>
5827
5828         * lib/vfw32.def: Remove, replacing with ...
5829         * lib/msvfw32.def: New file.
5830         * lib/avicap32.def: New file.
5831         * lib/avifil32.def: New file.
5832         * lib/vfw32.mri: New file.
5833         * Makefile.in: (MRI_FILES, MIMPLIBS): New vars for
5834         import libs with multiple dll's.
5835         (LIBS): Add MIMPLIBS.
5836         (DISTFILES): Add MRI_FILES.
5837         (libvfw32.a): Build using mri script.
5838
5839 2003-11-23  Danny Smith  <dannysmith@users.sourceforge.net>
5840
5841         * include/winnt.h (PAGE_*): Group defines together. Change
5842         constants to hex notation.
5843
5844 2003-11-15  Manu B  <manubee@users.sourceforge.net>
5845
5846         * include/commctrl.h (TabCtrl_GetImageList): Add macro.
5847
5848 2003-11-13 Martin Fuchs  <martin-fuchs@gmx.net>
5849
5850         * include/shlobj.h (ILAppendID, ILClone, ILCloneFirst, ILCombine,
5851         ILFindChild, ILFindLastID, ILFree, ILGetNext, ILGetSize, ILIsEqual,
5852         ILIsParent, ILLoadFromStream, ILRemoveLastID, ILSaveToStream):
5853         Add prototypes.
5854         * lib/shell32.def: Add stubs.
5855
5856         * include/commctrl.h (ListView_FindItem): Add type cast to avoid
5857         compiler warnings.
5858
5859 2003-11-13  Hans Leidekker  <hans@it.vu.nl>
5860
5861         * include/winbase.h (WIN32_STREAM_ID): Correct typedef.
5862
5863 2003-10-13  Andre Auzi  <aauzi@users.sourceforge.net>
5864
5865         * include/windows.h (CopyCursor): Define as macro.
5866
5867 2003-10-13  Steven Edwards  <Steven_Ed4153@yahoo.com>
5868
5869         * include/winnt.h (CONTAINING_RECORD): Add macro.
5870
5871 2003-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
5872
5873         * include/winnt.h: (FILE_SUPERSEDED, FILE_OPENED, FILE_CREATED,
5874         FILE_OVERWRITTEN, FILE_EXISTS, FILE_DOES_NOT_EXIST): Remove
5875         defines.
5876
5877 2003-10-13  Filip Navara  <xnavara@volny.cz>
5878
5879         * include/commctrl.h (DSA_*): Add prototypes, typedefs and
5880         defines for Dynamic Storage Arrays.
5881         (DPA_*): Likewise, for Dynamic Pointer Arrays.
5882         (FlatSB_*, InitializeFlatSB, InitializeFlatSB): Add prototypes
5883         and defines for Flat ScrollBars.
5884         (SetWindowSubclass, GetWindowSubclass, RemoveWindowSubclass,
5885         DefSubclassProc): Add prototypes for subclassing.
5886         (DrawShadowText): Add prototype.
5887         (COMCTL32_VERSION): Define.
5888
5889 2003-10-13  Martin Fuchs  <Martin-Fuchs@gmx.net>
5890
5891         * include/shlobj.h (CFSTR_FILENAME, CFSTR_FILEDESCRIPTOR,
5892         CFSTR_FILENAMEMAP, CFSTR_SHELLURL): Correct UNICODE definitions.
5893
5894 2003-10-13  Pierre Humblet  <pierre.humblet@ieee.org>
5895
5896         * include/winnt.h (SM_REMOTESESSION): Add define.
5897         * include/winuser.h (SE_CREATE_GLOBAL_NAME): Ditto.
5898
5899 2003-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
5900
5901         * include/wincrypt (KP_IV, KP_SALT, KP_PADDING, KP_MODE,
5902         KP_MODE_BITS, KP_PERMISSIONS, KP_ALGID, KP_BLOCKLEN): Remove
5903         duplicate definitions.
5904         (KP_X, KP_Y): Correct typos.
5905
5906 2003-10-11  Manu B  <manubee@users.sourceforge.net>
5907
5908         * include/afxres.h: New file.
5909
5910         * include/richedit.h (ES_NOOLEDRAGDROP, ENM_DRAGDROPDONE,
5911         ENM_IMECHANGE, ENM_LANGCHANGE, ENM_OBJECTPOSITIONS,
5912         ENM_SCROLLEVENTS): Add constants.
5913
5914         * include/richedit.h (ES_SELECTIONBAR, ENM_LINK): Sort constants.
5915
5916 2003-10-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5917
5918         * include/errorep.h: New file.
5919
5920         * lib/faultrep.def: New file.
5921
5922 2003-10-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5923
5924         * include/winbase.h (AddVectoredExceptionHandler): Define if
5925         _WIN32_WINNT >= 0x0500.
5926
5927         * include/winnt.h (PVECTORED_EXCEPTION_HANDLER): Define if
5928         _WIN32_WINNT >= 0x0500.
5929
5930 2003-10-08  Corinna Vinschen  <corinna@vinschen.de>
5931
5932         * include/winbase.h (AddVectoredExceptionHandler): Only define if
5933         _WIN32_WINNT >= 0x0501.
5934
5935 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5936
5937         * include/winbase.h [_WIN32_WINNT >= 0x0500] (SetComputerNameEx[AW],
5938         UnregisterWaitEx): Add functions.
5939
5940         * include/winbase.h [_WIN32_WINNT >= 0x0500]
5941         (AddVectoredExceptionHandler, RemoveVectoredExceptionHandler): Add
5942         or guard function. The MSDN says it is available on Windows XP and
5943         better, and then it says it is declared for _WIN32_WINNT >= 0x0500.
5944         Huh?
5945
5946         * include/winbase.h [_WIN32_WINNT >= 0x0501] (AddRefActCtx,
5947         CreateActCtx[AW], SetFileShortName[AW], SetFileValidData,
5948         ZombifyActCtx, QueryActCtxW): Add functions.
5949
5950         * include/winbase.h [_WIN32_WINNT >= 0x0501]
5951         (QUERY_ACTCTX_FLAG_USE_ACTIVE_ACTCTX,
5952         QUERY_ACTCTX_FLAG_ACTCTX_IS_HMODULE,
5953         QUERY_ACTCTX_FLAG_ACTCTX_IS_ADDRESS): Add constants.
5954
5955         * include/winbase.h [_WIN32_WINNT >= 0x0502] (SetDllDirectory[AW],
5956         SetFirmwareEnvironmentVariable[AW]): Add functions.
5957
5958         * include/winnt.h [_WIN32_WINNT >= 0x0500] (VER_BUILDNUMBER,
5959         VER_MAJORVERSION, VER_MINORVERSION, VER_PLATFORMID,
5960         VER_SERVICEPACKMAJOR, VER_SERVICEPACKMINOR, VER_SUITENAME,
5961         VER_PRODUCT_TYPE, VER_EQUAL, VER_GREATER, VER_GREATER_EQUAL,
5962         VER_LESS, VER_LESS_EQUAL, VER_AND, VER_OR): Add constants.
5963
5964         * include/winnt.h [_WIN32_WINNT >= 0x0501]
5965         (PVECTORED_EXCEPTION_HANDLER): Add callback.
5966
5967         * include/winnt.h [_WIN32_WINNT >= 0x0501]
5968         (ACTIVATION_CONTEXT_INFO_CLASS,
5969         ACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION,
5970         ACTIVATION_CONTEXT_DETAILED_INFORMATION,
5971         ACTIVATION_CONTEXT_QUERY_INDEX, ASSEMBLY_FILE_DETAILED_INFORMATION):
5972         Add structures.
5973
5974         * lib/user32.def (AddRefActCtx, AddVectoredExceptionHandler,
5975         CreateActCtx[AW], SetComputerNameEx[AW], SetDllDirectory[AW],
5976         SetFileShortName[AW], SetFileValidData,
5977         SetFirmwareEnvironmentVariable[AW], UnregisterWaitEx,
5978         VerSetConditionMask, ZombifyActCtx, QueryActCtxW): Add functions.
5979
5980 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5981
5982         * include/winbase.h (GetWriteWatch, IsSystemResumeAutomatic,
5983         ResetWriteWatch): Add function.
5984
5985         * include/winbase.h [_WIN32_WINNT >= 0x0500]
5986         (GetSystemWindowsDirectory[AW], ProcessIdToSessionId, ReplaceFile[AW]):
5987         Add functions.
5988
5989         * include/winbase.h [_WIN32_WINNT >= 0x0501]
5990         (GetSystemWow64Directory[AW], HeapQueryInformation,
5991         HeapSetInformation, InitializeSListHead, InterlockedFlushSList,
5992         InterlockedPopEntrySList, InterlockedPushEntrySList, IsProcessInJob,
5993         IsWow64Process, QueryMemoryResourceNotification, ReleaseActCtx,
5994         RemoveVectoredExceptionHandler): Add functions.
5995
5996         * include/winnt.h [_WIN32_WINNT >= 0x0501] (HEAP_INFORMATION_CLASS):
5997         Add enumeration.
5998
5999         * include/winbase.h [_WIN32_WINNT >= 0x0502] (GetThreadIOPendingFlag):
6000         Add function.
6001
6002         * include/winbase.h [_WIN32_WINNT >= 0x0510] (RestoreLastError):
6003         Add function. The MSDN Magazine of June 2003 reads:
6004                 RestoreLastError is an enigma. It's code is identical to
6005                 SetLastError. It's unclear to me why it was made into a
6006                 separate API.
6007
6008         * lib/user32.def (GetSystemWindowsDirectory[AW],
6009         GetSystemWow64Directory[AW], GetThreadIOPendingFlag,
6010         HeapQueryInformation, HeapSetInformation, InitializeSListHead,
6011         InterlockedFlushSList, InterlockedPopEntrySList,
6012         InterlockedPushEntrySList, IsSystemResumeAutomatic, IsWow64Process,
6013         ProcessIdToSessionId, QueryMemoryResourceNotification, ReleaseActCtx,
6014         RemoveVectoredExceptionHandler, ReplaceFile[AW], ResetWriteWatch,
6015         RestoreLastError): Add functions.
6016
6017 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6018
6019         * include/winbase.h [_WIN32_WINNT >= 0x0500] (GetComputerNameEx[AW],
6020         GetProcessIoCounters): Add functions.
6021
6022         * include/winbase.h [_WIN32_WINNT >= 0x0500] (COMPUTER_NAME_FORMAT):
6023         Move around, needed by GetComputerNameEx.
6024
6025         * include/winbase.h [_WIN32_WINNT >= 0x0501] (FindActCtxSectionGuid,
6026         FindActCtxSectionString[AW], GetCurrentActCtx, GetNativeSystemInfo):
6027         Add functions.
6028
6029         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6030         (ACTCTX_SECTION_KEYED_DATA): Add structure.
6031
6032         * include/winbase.h [_WIN32_WINNT >= 0x0502] (GetDllDirectory[AW],
6033         GetFirmwareEnvironmentVariable[AW], GetProcessHandleCount,
6034         GetProcessId, GetSystemRegistryQuota): Add functions, available on
6035         Windows XP SP1 and better.
6036
6037         * include/winnt.h [_WIN32_WINNT >= 0x0501]
6038         (ACTIVATION_CONTEXT_SECTION_ASSEMBLY_INFORMATION,
6039         ACTIVATION_CONTEXT_SECTION_DLL_REDIRECTION,
6040         ACTIVATION_CONTEXT_SECTION_WINDOW_CLASS_REDIRECTION,
6041         ACTIVATION_CONTEXT_SECTION_COM_SERVER_REDIRECTION,
6042         ACTIVATION_CONTEXT_SECTION_COM_INTERFACE_REDIRECTION,
6043         ACTIVATION_CONTEXT_SECTION_COM_TYPE_LIBRARY_REDIRECTION,
6044         ACTIVATION_CONTEXT_SECTION_COM_PROGID_REDIRECTION,
6045         ACTIVATION_CONTEXT_SECTION_CLR_SURROGATES): Add constants.
6046
6047         * lib/user32.def (FindActCtxSectionGuid, FindActCtxSectionString[AW],
6048         GetComputerNameEx[AW], GetCurrentActCtx, GetDllDirectory[AW],
6049         GetFirmwareEnvironmentVariable[AW], GetModuleHandleEx[AW],
6050         GetNativeSystemInfo, GetProcessHandleCount, GetProcessIoCounters):
6051         Add functions.
6052
6053 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6054
6055         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6056         (CheckRemoteDebuggerPresent, DebugActiveProcessStop, DebugBreakProcess,
6057         DebugSetProcessKillOnExit): Add functions.
6058
6059         * include/winbase.h [_WIN32_WINNT >= 0x0500] (DeleteTimerQueue,
6060         DeleteTimerQueueEx, DeleteTimerQueueTimer,
6061         DnsHostnameToComputerName[AW]): Add functions.
6062
6063         * lib/user32.def (CheckRemoteDebuggerPresent, DebugActiveProcessStop,
6064         DebugBreakProcess, DebugSetProcessKillOnExit, DeleteTimerQueueEx,
6065         DeleteTimerQueueTimer, DnsHostnameToComputerName[AW]): Add functions.
6066
6067 2003-10-07  Kobun Fujimori  <kobun@users.sourceforge.net>
6068
6069         * include/winbase.h (GetVolumePathNamesForVolumeName): Available
6070         on Windows XP and later.
6071
6072 2003-10-07  Manu B  <manubee@users.sourceforge.net>
6073
6074         * include/commctrl.h (TreeView_Select): Returns BOOL.
6075
6076 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6077
6078         * include/winbase.h (CancelDeviceWakeupRequest): Add function.
6079
6080         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6081         (CreateMemoryResourceNotification, DeactivateActCtx): Add functions.
6082
6083         * include/winbase.h [_WIN32_WINNT >= 0x0500] (CreateTimerQueue,
6084         CreateTimerQueueTimer): Add function.
6085
6086         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6087         (MEMORY_RESOURCE_NOTIFICATION_TYPE): Add enumeration.
6088
6089         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6090         (DEACTIVATE_ACTCTX_FLAG_FORCE_EARLY_DEACTIVATION): Add constant.
6091
6092         * include/winnt.h (WT_*): Add constants.
6093
6094         * lib/user32.def (CancelDeviceWakeupRequest,
6095         CreateMemoryResourceNotification, CreateTimerQueueTimer,
6096         DeactivateActCtx): Add functions.
6097
6098 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6099
6100         * include/winbase.h [_WIN32_WINNT >= 0x0400] (ConvertFiberToThread):
6101         Add function. Sometimes I don't understand MSDN. This function is
6102         available on Windows XP and Server 2003, but the SDK is supposed to
6103         make it available when _WIN32_WINNT >= 0x0400, or so says the MSDN.
6104         Mmmh...
6105
6106         * include/winbase.h [_WIN32_WINNT >= 0x0400] (CreateFiberEx):
6107         Guard function. Same remark as above.
6108
6109         * lib/user32.def (ConvertFiberToThread, CreateFiberEx):
6110         Add functions.
6111
6112 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6113
6114         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ACTCTX_FLAG_*):
6115         Add constants.
6116
6117         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ACTCTX[AW]): Add
6118         structures.
6119
6120         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ActivateActCtx): Add
6121         function. MSDN says the first argument is HACTCTX but I'm not sure
6122         where such a specialized handle is defined, so use HANDLE instead.
6123
6124         * include/winbase.h [_WIN32_WINNT >= 0x0501] (AttachConsole,
6125         CheckNameLegalDOS8Dot3[AW]): Add functions.
6126
6127         * lib/user32.def (ActivateActCtx, AttachConsole,
6128         CheckNameLegalDOS8Dot3[AW]): Add functions.
6129
6130         * lib/user32.def (AddLocalAlternateComputerName[AW]): Add functions.
6131         Unfortunately I don't know which header to put the declarations in.
6132
6133 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6134
6135         * include/winnls.h (CTRY_KYRGYZSTAN, CTRY_MALDIVES, CTRY_MONGOLIA):
6136         Add constants.
6137
6138         * include/winnls.h (NLS_FUNCTION, SYSGEOCLASS, SYSGEOTYPE): Add
6139         constants for National Language Support.
6140
6141         * include/winnls.h (NLSVERSIONINFO): Add structure for National
6142         Language Support.
6143
6144         * include/winnls.h (GEO_ENUMPROC): Add callback for National
6145         Language Support.
6146
6147         * include/winnls.h (EnumSystemGeoID, GetCalendarInfo[AW],
6148         GetGeoInfo[AW], GetUserGeoID, SetCalendarInfo[AW], SetUserGeoID):
6149         Add functions.
6150
6151         * include/winnls.h (IsNLSDefinedString, GetNLSVersion): Add
6152         functions. Strange... I am unable to find which library contains
6153         these functions. Can't find anything with pexports. Any clue?
6154
6155         * lib/user32.def (EnumSystemGeoID, GetGeoInfo[AW], GetUserGeoID,
6156         SetUserGeoID): Add functions.
6157
6158 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6159
6160         * include/winnt.h (LANG_KYRGYZ, LANG_MONGOLIAN, LANG_GALICIAN,
6161         LANG_SYRIAC, LANG_INVARIANT, SUBLANG_KASHMIRI_SASIA): Add constants.
6162
6163         * include/winnt.h (SUBLANG_AZERI_LATIN, SUBLANG_AZERI_CYRILLIC,
6164         SUBLANG_ENGLISH_ZIMBABWE, SUBLANG_ENGLISH_PHILIPPINES): Fix wrong
6165         value for constants.
6166
6167 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6168
6169         * include/wincrypt.h (SCHANNEL_MAC_KEY, SCHANNEL_ENC_KEY,
6170         INTERNATIONAL_USAGE, KP_SCHANNEL_ALG): Add constants. Specifying
6171         the algorithms.
6172
6173 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6174
6175         * include/wincrypt.h (CRYPT_FLAGS_*): Add constants. Protocol flags.
6176
6177 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6178
6179         * include/wincrypt.h (KP_*): Add constants. Needed by
6180         CryptSetKeyParam() and other functions.
6181
6182 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6183
6184         * include/winuser.h [_WIN32_WINNT >= 0x0501] (EVENT_*, CONSOLE_*):
6185         Add constants, related to Console Accessibility.
6186
6187 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6188
6189         * include/winuser.h [WINVER >= 0x0500] (EVENT_MAX): Ooops...
6190         wrong value for constant.
6191
6192 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6193
6194         * include/winuser.h [WINVER >= 0x0500] (EVENT_*): Add constants.
6195
6196         * include/uxtheme.h: Cleanup.
6197         * include/tmschema.h: Cleanup.
6198
6199 2003-10-02  Luke Dunstan  <infidel@users.sourceforge.net>
6200
6201         * include/winspool.h (GetDefaultPrinter[AW]): Add functions.
6202         * lib/winspool.def (GetDefaultPrinter[AW]): Add stubs.
6203
6204 2003-10-01  Danny Smith  <dannysmith@users.sourceforge.net>
6205
6206         * include/winnt.h (INVALID_FILE_ATTRIBUTES): Fix define.
6207
6208 2003-09-30  Danny Smith  <dannysmith@users.sourceforge.net>
6209
6210         * include/winuser.h (BSF_*, BSM_*):  Sync constants defined in
6211         both winuser.h and dbt.h.
6212         * include/dbt.h (BSF_*, BSM_*): Likewise.
6213
6214         * include/winuser.h (struct tagRAWINPUT): Remove
6215         _ANONYMOUS_UNION tag from named union.
6216         (struct tagRAWMOUSE): Add _ANONYMOUS_STRUCT to nameless struct.
6217
6218 2003-09-30  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6219
6220         * include/dhcpcdsk.h: New file.
6221         Note that MSDN is confused about whether it should start constant
6222         and structure names with DHCPCAPI or DHCPAPI. It's using both but
6223         experience suggests it's DHCPCAPI with `C'.
6224
6225         * lib/dhcpcsvc.def: New file.
6226
6227 2003-09-30  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6228
6229         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIM_INPUT,
6230         RIM_INPUTSINK): Add constants, for use by WM_INPUT notification.
6231
6232         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIDEV_REMOVE,
6233         RIDEV_EXCLUDE, RIDEV_PAGEONLY, RIDEV_NOLEGACY, RIDEV_INPUTSINK,
6234         RIDEV_CAPTUREMOUSE, RIDEV_NOHOTKEYS, RIDEV_APPKEYS): Add constants,
6235         for use in RAWINPUTDEVICE.
6236
6237         * include/winuser.h [_WIN32_WINNT >= 0x0501]
6238         (GetRawInputDeviceInfo[AW]): Ooops... there are
6239         ANSI/Unicode versions of this function.
6240
6241         * lib/user32.def (GetRawInputDeviceInfo[AW]): Ooops... there
6242         are ANSI/Unicode versions of this function.
6243
6244 2003-09-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6245
6246         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIM_TYPEMOUSE,
6247         RIM_TYPEKEYBOARD, RIM_TYPEHID, MOUSE_MOVE_RELATIVE,
6248         MOUSE_MOVE_ABSOLUTE, MOUSE_VIRTUAL_DESKTOP,
6249         MOUSE_ATTRIBUTES_CHANGED, RI_MOUSE_LEFT_BUTTON_DOWN,
6250         RI_MOUSE_LEFT_BUTTON_UP, RI_MOUSE_RIGHT_BUTTON_DOWN,
6251         RI_MOUSE_RIGHT_BUTTON_UP, RI_MOUSE_MIDDLE_BUTTON_DOWN,
6252         RI_MOUSE_MIDDLE_BUTTON_UP, RI_MOUSE_BUTTON_1_DOWNT_BUTTON_DOWN,
6253         RI_MOUSE_BUTTON_1_UP, RI_MOUSE_BUTTON_2_DOWNHT_BUTTON_DOWN,
6254         RI_MOUSE_BUTTON_2_UP, RI_MOUSE_BUTTON_3_DOWNDLE_BUTTON_DOWN,
6255         RI_MOUSE_BUTTON_3_UP, RI_MOUSE_BUTTON_4_DOWN,
6256         RI_MOUSE_BUTTON_4_UP, RI_MOUSE_BUTTON_5_DOWN,
6257         RI_MOUSE_BUTTON_5_UP, RI_MOUSE_WHEEL, KEYBOARD_OVERRUN_MAKE_CODE,
6258         RI_KEY_MAKE, RI_KEY_BREAK, RI_KEY_E0, RI_KEY_E1,
6259         RI_KEY_TERMSRV_SET_LED, RI_KEY_TERMSRV_SHADOW, RID_INPUT,
6260         RID_HEADER, RIDI_PREPARSEDDATA, RIDI_DEVICENAME,
6261         RIDI_DEVICEINFO): Add constants.
6262
6263         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RAWINPUTHEADER,
6264         RAWMOUSE, RAWKEYBOARD, RAWHID, RAWINPUT, RAWINPUTDEVICE,
6265         RAWINPUTDEVICELIST): Add structures.
6266
6267         * include/winuser.h [_WIN32_WINNT >= 0x0501] (DefRawInputProc,
6268         GetRawInputBuffer, GetRawInputData, GetRawInputDeviceInfo,
6269         GetRawInputDeviceList, GetRegisteredRawInputDevices): Add functions.
6270
6271         * lib/user32.def (DefRawInputProc, GetRawInputBuffer,
6272         GetRawInputData, GetRawInputDeviceInfo, GetRawInputDeviceList,
6273         GetRegisteredRawInputDevices): Add functions.
6274
6275 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6276
6277         * include/winable.h (BlockInput): Add function.
6278
6279         * include/winable.h (WS_ACTIVECAPTION): Add constant.
6280         For use with WINDOWINFO structure.
6281
6282         * include/winuser.h [_WIN32_WINNT >= 0x0500] (LockWorkStation):
6283         Add function.
6284
6285         * include/winuser.h [_WIN32_WINNT >= 0x0501] (IsWinEventHookInstalled):
6286         Add function.
6287
6288         * include/winuser.h [WINVER >= 0x0500] (UnhookWinEvent):
6289         Add function...
6290
6291         * include/winable.h [WINVER < 0x0500] (UnhookWinEvent):
6292         ...and duplicate.
6293
6294         * include/winuser.h [_WIN32_WINNT >= 0x0403] (SendInput):
6295         Guard function...
6296
6297         * include/winable.h [_WIN32_WINNT < 0x0403] (SendInput):
6298         ...and duplicate.
6299
6300         * include/winuser.h [WINVER >= 0x0500] (NotifyWinEvent):
6301         Guard function...
6302
6303         * include/winable.h [WINVER < 0x0500] (NotifyWinEvent):
6304         ...and duplicate.
6305
6306         * include/winuser.h [WINVER >= 0x0500] (MOUSEINPUT, KEYBDINPUT,
6307         HARDWAREINPUT, INPUT): Guard structures...
6308
6309         * include/winable.h [WINVER < 0x0500] (MOUSEINPUT, KEYBDINPUT,
6310         HARDWAREINPUT, INPUT): ...and duplicate.
6311
6312         * include/winuser.h [_WIN32_WINNT >= 0x0403] (INPUT_MOUSE,
6313         INPUT_KEYBOARD, INPUT_HARDWARE): Guard constants...
6314
6315         * include/winable.h [_WIN32_WINNT < 0x0403] (INPUT_MOUSE,
6316         INPUT_KEYBOARD, INPUT_HARDWARE): ...and duplicate.
6317
6318         * include/winuser.h: Move around some lines. Reformat according
6319         to recommended or dominant style. Remove FAR keyword.
6320
6321         * include/winable.h: Move around some lines.
6322
6323         * lib/user32.def (BlockInput, IsWinEventHookInstalled,
6324         LockWorkStation, UnhookWinEvent): Add functions.
6325
6326 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6327
6328         * include/winuser.h [_WIN32_WINNT >= 0x0501] (PrintWindow,
6329         PW_CLIENTONLY): Add function and constant.
6330
6331         * lib/user32.def (PrintWindow): Add function.
6332
6333 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6334
6335         * include/winuser.h (RealGetWindowClassA[AW]): Add function.
6336
6337         * lib/user32.def (RealGetWindowClassA[AW]): Add function.
6338
6339 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6340
6341         * include/winuser.h [WINVER >= 0x0500] (RegisterDeviceNotification[AW],
6342         DEVICE_NOTIFY_WINDOW_HANDLE, DEVICE_NOTIFY_SERVICE_HANDLE,
6343         DEVICE_NOTIFY_ALL_INTERFACE_CLASSES): Add function and constants.
6344
6345         * lib/user32.def (RegisterDeviceNotification[AW]): Add function.
6346
6347 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6348
6349         * include/winuser.h [WINVER >= 0x0500] (SetWinEventHook, WINEVENTPROC,
6350         WINEVENT_OUTOFCONTEXT, WINEVENT_SKIPOWNTHREAD, WINEVENT_SKIPOWNPROCESS,
6351         WINEVENT_INCONTEXT): Add function, typedef, and constants.
6352
6353         * include/winable.h [WINVER < 0x0500] (SetWinEventHook, WINEVENTPROC,
6354         WINEVENT_OUTOFCONTEXT, WINEVENT_SKIPOWNTHREAD, WINEVENT_SKIPOWNPROCESS,
6355         WINEVENT_INCONTEXT): Add function, typedef, and constants.
6356
6357         * include/winuser.h [_WIN32_WINNT >= 0x0500] (UserHandleGrantAccess):
6358         Add function.
6359
6360         * lib/user32.def (SetWinEventHook, UserHandleGrantAccess):
6361         Add functions.
6362
6363 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6364
6365         * include/winnt.h (ACE_INHERITED_OBJECT_TYPE_PRESENT,
6366         ACE_OBJECT_TYPE_PRESENT): Add constants.
6367         For use with OBJECTS_AND_NAME structure.
6368
6369 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6370
6371         * include/aclapi.h [_WIN32_WINNT >= 0x0501] (GetInheritanceSource[AW]):
6372         Add functions. Don't know what PFN_OBJECT_MGR_FUNCTS is so use
6373         void* instead.
6374
6375         * include/accctrl.h [_WIN32_WINNT >= 0x0501] (INHERITED_FROM[AW],
6376         PINHERITED_FROM[AW]): Add structures.
6377
6378         * lib/user32.def (GetInheritanceSource[AW]): Add functions.
6379
6380 2003-09-26  Corinna Vinschen  <corinna@vinschen.de>
6381
6382         * include/winuser.h (FLASHWINFO, PFLASHWINFO): Define for 98/Me, too.
6383
6384 2003-09-25  Danny Smith  <dannysmith@users.sourceforge.net>
6385
6386         * lib/version.def (LIBRARY): Quote name.
6387
6388 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6389
6390         * include/winuser.h (GetClipboardSequenceNumber): Add functions
6391         and constants.
6392
6393         * include/winuser.h (GetGuiResources, GR_GDIOBJECTS,
6394         GR_USEROBJECTS): Add functions and constants.
6395
6396         * include/winuser.h (GetMouseMovePointsEx, GMMP_USE_DISPLAY_POINTS,
6397         GMMP_USE_HIGH_RESOLUTION_POINTS): Add functions and constants.
6398
6399         * include/winuser.h (InSendMessageEx, ISMEX_NOSEND, ISMEX_CALLBACK,
6400         ISMEX_NOTIFY, ISMEX_REPLIED, ISMEX_SEND): Add functions and
6401         constants.
6402
6403         * lib/user32.def (GetClipboardSequenceNumber, GetGuiResources,
6404         GetMouseMovePointsEx, InSendMessageEx): Add functions.
6405
6406 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6407
6408         * include/winuser.h (BroadcastSystemMessage, BroadcastSystemMessageA,
6409         BroadcastSystemMessageW, BroadcastSystemMessageEx,
6410         BroadcastSystemMessageExA, BroadcastSystemMessageExW,
6411         BSMINFO, BSF_ALLOWSFW, BSF_SENDNOTIFYMESSAGE, BSF_LUID,
6412         BSF_RETURNHDESK): Add functions and constants.
6413
6414         * include/winuser.h (EnumDisplaySettingsEx, EnumDisplaySettingsExA,
6415         EnumDisplaySettingsExW, EDS_RAWMODE): Add functions and constant.
6416
6417         * include/winuser.h (IsGUIThread, IsHungAppWindow, FlashWindowEx,
6418         GetProcessDefaultLayout, SetProcessDefaultLayout,
6419         RealChildWindowFromPoint, SetProcessDefaultLayout,
6420         SwitchToThisWindow): Add functions.
6421
6422         * lib/user32.def (BroadcastSystemMessageA, BroadcastSystemMessageW,
6423         BroadcastSystemMessageExA, BroadcastSystemMessageExW,
6424         EnumDisplaySettingsExA, EnumDisplaySettingsExW, FlashWindowEx,
6425         GetProcessDefaultLayout, IsGUIThread, IsHungAppWindow,
6426         RealChildWindowFromPoint, SetProcessDefaultLayout,
6427         SwitchToThisWindow): Add function.
6428
6429 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6430
6431         * include/winuser.h (DeregisterShellHookWindow): Add function.
6432
6433         * include/winuser.h [_WIN32_WINNT >= 0x0500] (EndTask): Add function.
6434
6435         * lib/user32.def (EndTask): Add function.
6436
6437         * include/winuser.h (WINVER, _WIN32_WINNT): It's better (?) to
6438         use _WIN32_WINNT instead of WINVER to test for Windows 2000.
6439
6440         * include/winable.h: Reorder target macros.
6441
6442         * lib/*.def: Cleanup.
6443
6444 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6445
6446         * include/winuser.h [WINVER >= 0x0500] (AnimateWindow): Add
6447         function.
6448
6449         * lib/user32.def (AnimateWindow): Add function. By the way
6450         there are ~ 140 symbols missing from this file when comparing
6451         to user32.dll on Windows XP.
6452
6453 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6454
6455         * include/winuser.h [WINVER >= 0x0500] (AW_SLIDE, AW_ACTIVATE,
6456         AW_BLEND, AW_HIDE, AW_CENTER, AW_HOR_POSITIVE, AW_HOR_NEGATIVE,
6457         AW_VER_POSITIVE, AW_VER_NEGATIVE): Add constants. For use by
6458         AnimateWindow().
6459
6460 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6461
6462         * include/winuser.h [WINVER >= 0x0500] (GetGUIThreadInfo,
6463         LPGUITHREADINFO): Add function and associated typedef...
6464
6465         * include/winable.h [WINVER < 0x0500] (GetGUIThreadInfo,
6466         LPGUITHREADINFO): ...and duplicate them in <winable.h> as
6467         seems to be required on older versions of Windows.
6468
6469 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6470
6471         * include/GL/glu.h (gluErrorUnicodeStringWIN): Add macro
6472         function. MSDN suggests using gluErrorUnicodeStringWIN
6473         instead of gluErrorString, as it allows both ANSI and Unicode
6474         error strings.
6475
6476         * include/GL/glu.h (gluErrorUnicodeStringEXT): Make the
6477         returned pointer const for consistency reasons.
6478
6479 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6480
6481         * include/GL/glu.h (gluErrorUnicodeStringEXT): Add function.
6482         Function exists in glu32.def but is undocumented on MSDN.
6483         A Google search came up with this declaration.
6484
6485 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6486
6487         * include/GL/glu.h: Rewritten from scratch. Started from GLU 1.3
6488         headers from OpenGL Sample Implementation. Windows ships with
6489         GLU 1.2 so some constants and functions were removed. Then some
6490         typedef's and function declarations were reworked to look like
6491         the previous GL/glu.h.
6492
6493 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6494
6495         * include/uxtheme.h (PROPERTYORIGIN): the documentation of
6496         PROPERTYORIGIN suggests it's `PROPERTYORIGIN' but experimentation
6497         suggests it's actually `enum PROPERTYORIGIN'. Keep both.
6498
6499         * include/uxtheme.h (THEME_SIZE, THEMESIZE): MSDN suggests
6500         it's either `THEME_SIZE' or `THEMESIZE' but experimentation
6501         suggests it's actually `enum THEMESIZE'. Keep `THEME_SIZE'
6502         and `enum THEMESIZE'.
6503
6504 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6505
6506         * include/uxtheme.h: New file.
6507         * include/tmschema.h: New file.
6508         * include/uxtheme.def: New file.
6509         * lib/test.c: Include uxtheme.h, tmschema.h.
6510
6511 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6512
6513         * include/winuser.h (KEYEVENTF_UNICODE, KEYEVENTF_SCANCODE):
6514         Add defines.
6515
6516 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6517
6518         * include/winable.h [_WIN32_WINNT < 0x0403] (INPUT_MOUSE,
6519         INPUT_KEYBOARD, INPUT_HARDWARE): Duplicate defines in
6520         <winable.h> as seems to be required on older versions of
6521         Windows.
6522
6523 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6524
6525         * include/winuser.h [WINVER >= 0x0500] (CHILDID_SELF,
6526         GUI_CARETBLINKING, GUI_INMOVESIZE, GUI_INMENUMODE,
6527         GUI_SYSTEMMENUMODE, GUI_POPUPMENUMODE, GUI_16BITTASK):
6528         Add defines, the last one only on Windows XP...
6529
6530         * include/winable.h [WINVER < 0x0500] (CHILDID_SELF,
6531         GUI_CARETBLINKING, GUI_INMOVESIZE, GUI_INMENUMODE,
6532         GUI_SYSTEMMENUMODE, GUI_POPUPMENUMODE): ...and duplicate
6533         them in <winable.h> as seems to be required on older
6534         versions of Windows.
6535
6536 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6537
6538         * include/winuser.h [WINVER >= 0x0500] (GUITHREADINFO,
6539         OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR, OBJID_MENU,
6540         OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL, OBJID_SIZEGRIP,
6541         OBJID_CARET, OBJID_CURSOR, OBJID_ALERT, OBJID_SOUND): Bring
6542         back into <winuser.h>...
6543
6544         * include/winable.h [WINVER < 0x0500] (GUITHREADINFO,
6545         OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR, OBJID_MENU,
6546         OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL, OBJID_SIZEGRIP,
6547         OBJID_CARET, OBJID_CURSOR, OBJID_ALERT, OBJID_SOUND): ...and
6548         comment out in <winable.h>. MSDN may say <winable.h> but this
6549         breaks many programs. It seems it used to be <winable.h> on
6550         older versions of Windows.
6551
6552 2003-09-17  Danny Smith  <dannysmith@users.sourceforge.net>
6553
6554         * include/winuser.h (UpdateLayeredWindow): Protect against NOGDI.
6555         Thanks to Will Levine  <willll@users.sourceforge.net>
6556
6557 2003-09-15  Danny Smith  <dannysmith@users.sourceforge.net>
6558
6559         * include/ws2spi.h (LPWSPBIND): Change CONST LPSOCKADDR to
6560         const struct sockaddr*.
6561         (LPWSPCONNECT): Likewise.
6562         (LPWSPJOINLEAF): Likewise.
6563         (LPWSPSENDTO): Likewise.
6564         Tanks to Sebastian Nowak  <snowak1@users.spourceforge.net>
6565
6566 2003-09-15  Filip Navara  <xnavara@volny.cz>
6567
6568         * include/commctrl.h (TCIS_BUTTONPRESSED, TCIS_HIGHLIGHTED):
6569         Add definitions.
6570
6571 2003-09-15  Sascha Brawer  <brawer@dandelis.ch>
6572
6573         * include/winuser.h (DISPLAY_DEVICE_ATTACHED_TO_DESKTOP,
6574         DISPLAY_DEVICE_PRIMARY_DEVICE, DISPLAY_DEVICE_MIRRORING_DRIVER,
6575         DISPLAY_DEVICE_VGA_COMPATIBLE, DISPLAY_DEVICE_REMOVABLE,
6576         DISPLAY_DEVICE_MODESPRUNED): Define constants.
6577         (ChangeDisplaySettingsEx[A,W]): Add prototype.
6578
6579         * lib/user32.def (ChangeDisplaySettingsEx[A,W]): Add exports.
6580         (EnumDisplayDevices[A,W]): Likewise.
6581
6582 2003-09-15  Danny Smith  <dannysmith@users.sourceforge.net>
6583
6584         * include.commctrl.h (_WIN32_WINNT): Change _WXP to 0x0501,
6585         throughout.
6586
6587 2003-09-13  Danny Smith  <dannysmith@users.sourceforge.net>
6588
6589         * include/olectl.h (TEXTMETRICOLE, LPERRORLOG, LPPROPERTYBAG,
6590         LPENUMCONNECTIONPOINTS, LPCONNECTIONPOINT, LPENUMCONNECTIONS,
6591         LPPROPERTYPAGESITE, LPFONT, LPFONTDISP, OLE_COLOR, HIMETRIC,
6592         OLE_YPOS_HIMETRIC, OLE_XSIZE_HIMETRIC, OLE_YSIZE_HIMETRIC,
6593         OLE_YSIZE_CONTAINER, OLE_HANDLE, POINTF,LPPOINTF, CONTROLINFO,
6594         LPCONTROLINFO, CONNECTDATA, LPCONNECTDATA, LICINFO, LPLICINFO,
6595         CAUUID, LPCAUUID, CALPOLESTR, LPCALPOLESTR, CADWORD, LPCADWORD,
6596         PROPPAGEINFO, LPPROPPAGEINFO): Remove from here ...
6597         * include/ocidl.h: (TEXTMETRICOLE, LPERRORLOG, LPPROPERTYBAG,
6598         LPENUMCONNECTIONPOINTS, LPCONNECTIONPOINT, LPENUMCONNECTIONS,
6599         LPPROPERTYPAGESITE, LPFONT, LPFONTDISP, OLE_COLOR, HIMETRIC,
6600         OLE_YPOS_HIMETRIC, OLE_XSIZE_HIMETRIC, OLE_YSIZE_HIMETRIC,
6601         OLE_YSIZE_CONTAINER, OLE_HANDLE, POINTF, LPPOINTF, CONTROLINFO,
6602         LPCONTROLINFO, CONNECTDATA, LPCONNECTDATA, LICINFO, LPLICINFO,
6603         CAUUID, LPCAUUID, CALPOLESTR, LPCALPOLESTR, CADWORD, LPCADWORD,
6604         PROPPAGEINFO, LPPROPPAGEINFO): ... to here, for consistency
6605         with documentation.
6606         * include/olectl.h: Do #include <ocidl.h>.
6607         * include/ocidl.h: Don't #include <olectl.h>.
6608
6609 2003-09-13  Danny Smith  <dannysmith@users.sourceforge.net>
6610
6611         * include/winuser.h (_WIN32_WINNT, _WIN32_WINDOWS, WINVER):
6612         Change guards to use numeric constants, throughout.
6613
6614 2003-09-15  Earnie Boyd  <earnie@users.sf.net>
6615
6616         * include/w32api.h: Increment version to 2.5.
6617         * Makefile.in: Ditto.
6618
6619 2003-09-08  Justin Forest  <vhex@users.sourceforge.net>
6620
6621         * include/winuser.h (PM_QS_INPUT, PM_QS_POSTMESSAGE,
6622         PM_QS_PAINT, PM_QS_SENDMESSAGE): Add defines.
6623
6624 2003-09-08  Filip Navara  <xnavara@volny.cz>
6625
6626         * include/wingdi.h (GRADIENT_FILL_RECT_H, GRADIENT_FILL_RECT_V,
6627         GRADIENT_FILL_TRIANGLE, GRADIENT_FILL_OP_FLAG): Add defines.
6628
6629 2003-09-05  Earnie Boyd  <earnie@users.sf.net>
6630
6631         * include/w32api.h (_NT5, etc): Reverse the changes of 2003-07-01.
6632         * include/winbase.h (_NT5, etc): Ditto.
6633
6634 2003-09-02  Bart Oldeman  <bartoldeman@users.sourceforge.net>
6635
6636         * lib/snmpapi.def (LIBRARY) Add library name.
6637         Remove '\r', throughout.
6638         * lib/wsnmp32.def: Remove '\r', throughout.
6639         * lib/igmpagnt.def: Likewise.
6640
6641 2003-08-29  Steve Cleary  <scleary@jerviswebb.com>
6642
6643         * include/winuser.h (QS_ALLPOSTMESSAGE, QS_RAWINPUT): Add defines.
6644         (QS_INPUT, QS_ALLINPUT, QS_ALLEVENTS): Adjust by OR'ing with
6645         QS_RAWINPUT for _WIN32_WINNT >= 0x0501.
6646         (MWMO_*): Add flags.
6647
6648         * include/wincrypt.h (MS_ENHANCED_PROV[AW], MS_STRONG_PROV[AW],
6649         MS_DEF_RSA_SIG_PROV[AW], MS_DEF_RSA_SCHANNEL_PROV[AW],
6650         MS_DEF_DSS_PROV[AW], MS_DEF_DSS_DH_PROV[AW], MS_ENH_DSS_DH_PROV[AW],
6651         MS_DEF_DH_SCHANNEL_PROV[AW], MS_SCARD_PROV[AW]): Add definitions.
6652
6653 2003-08-26  Danny Smith  <dannysmith@users.sourceforge.net>
6654
6655         * lib/test.c: Add vfw.h to includes.
6656         * include/mmsystem.h: Add #ifndef guard to definition of
6657         mmioFOURCC macro.
6658         * include/vfw.h: Protect __OBJC__ from COM declarations.
6659
6660 2003-08-26  Filip Navara  <xnavara@volny.cz>
6661
6662         * include/vfw.h: New file.
6663
6664 2003-08-26  Filip Navara  <xnavara@volny.cz>
6665
6666         * include/ddk/winddk.h (RTL_REGISTRY_*): Add defines.
6667         (IoSetCompletionRoutine): Cast _CompletionRoutine arg to
6668         PIO_COMPLETION_ROUTINE.
6669
6670 2003-08-26  Danny Smith  <dannysmith@users.sourceforge.net>
6671
6672         * lib/test.c: Add snmp.h, winsnmp.h amd mgmtapi.h to
6673         includes.
6674
6675 2003-08-26  Filip Navara  <xnavara@volny.cz>
6676
6677         * include/snmp.h: New file.
6678         * include/winsnmp.h: New file.
6679         * include/mgmtapi.h: New file.
6680         * lib/snmpapi.def: New file.
6681         * lib/wsnmp32.def: New file.
6682         * lib/igmpagnt.def: New file.
6683         * lib/mgmtapi.def (SnmpMgrCtl) Add stub.
6684         (SnmpMgrGetTrapEx): Ditto.
6685         (SnmpMgrMIB2Disk): Remove.
6686         (dbginit): Remove.
6687
6688 2003-08-25  Steven Edwards  <Steven_Ed4153@yahoo.com>
6689
6690         * include/ddk/ntifs.h: Change all C++ style comments to C.
6691         * include/GL/gl.h: Ditto.
6692
6693 2003-08-25  Martin Fuchs  <Martin-Fuchs@gmx.net>
6694
6695         * include/shlobj.h (SFGAO_GHOSTED): Correct.
6696         (SFGAO_HIDDEN): Add define.
6697
6698 2003-08-25  Filip Navara  <xnavara@volny.cz>
6699
6700         * include/commctrl.h (ILCF_*): Add defines.
6701         (ILD_*): Ditto.
6702         (HDS_*): Ditto.
6703         (IPN_FIRST, IPN_LAST): Cast to UINT.
6704         (SBN_FIRST, SBN_LAST): Add defines.
6705         (PGN_*): Ditto.
6706         (HDF_JUSTIFYMASK): Fix typo.
6707         (HDM_*): Add defines.
6708         (HICF_*): Ditto.
6709         (I_INDENTCALLBACK,I_IMAGENONE): Ditto.
6710         (TBSTATE_MARKED): Add define.
6711         (TBSTYLE_EX_*): Add defines.
6712         (TBCDRF_*): Ditto.
6713         (IDB_HIST_SMALL_COLOR,IDB_HIST_LARGE_COLOR): Ditto.
6714         (TB_*): Ditto.
6715         (TBN_*): Ditto.
6716         (TBNRF_*): Ditto.
6717         (TTF_*): Ditto.
6718         (TBCD_*): Ditto.
6719         (TBDDRET_*): Ditto.
6720         (TBIMHT_*): Ditto.
6721         (TTM_*): Ditto.
6722         (UDM_*): Ditto.
6723         (TBIF_BYINDEX): Define as hex constant.
6724         (CDIS_*): Add defines.
6725         (CDDS_SUBITEM): Add define.
6726         (LVIF_*): Add defines.
6727         (LVM_*): Ditto.
6728         (LVGIT_UNFOLDED): Add define.
6729         (TVM_): Add defines.
6730         (TVE_EXPANDPARTIAL): Add define.
6731         (TVGN_LASTVISIBLE): Ditto.
6732         (TVN_*): Add defines.
6733         (TVNRET_*): Add defines.
6734         (TCIF_STATE): Add define.
6735         (NM_TOOLTIPSCREATED): Ditto.
6736         (CCM_*): Add defines.
6737         (INFOTIPSIZE): Add numeric value.
6738         (ODT_LISTVIEW): Ditto.
6739         (MCM_GETMAXTODAYWIDTH): Ditto.
6740         (MCHT_*): Add defines.
6741         (UDM_SETRANGE32,UDM_GETRANGE32): Define in terms of WM_USER.
6742         (PGF_*): Add defines.
6743         (PGM_*): Ditto.
6744         (TBINSERTMARK): Add structure.
6745         (LPIMAGEINFO) Add typedef.
6746         (LPHDHITTESTINFO): Ditto.
6747         (NMLVGETINFOTIP[AW]: Add structures.
6748         (NMTBCUSTOMDRAW): Add structure.
6749         (TTTOOLINFOA_V*_SIZE): Add macros.
6750         (TTTOOLINFOW_V1_SIZE): Ditto.
6751         (IMAGELISTDRAWPARAMS): Add new members for WXP.
6752         (LVITEM[AW]: Ditto.
6753         (TCITEM[AW]):Ditto.
6754         (CCSIZEOF_STRUCT): Correct macro definition.
6755         (ListView_*): Add new macros.
6756         (HIMAGELIST): Correct typedef.
6757         (HTREEITEM): Ditto.
6758
6759 2003-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
6760
6761         * commctrl.h (TC_HITTESTINFO): Remove. Add defines for
6762         TCHITTESTINFO for backward compatibility.
6763         (TC_ITEM[AW]): Rename to TCITEM[AW]. Add defines for backward
6764         compatibility.
6765
6766 2003-08-24   Danny Smith  <dannysmith@users.sourceforge.net>
6767
6768         * include/objidl.h (COBJMACROS): Define macros only
6769         if using C interace.
6770         * include/unknwn.h: Ditto.
6771         * include/comcat.h: Ditto.
6772
6773 2003-08-24  Filip Navara  <xnavara@volny.cz>
6774
6775         * include/prsht.h (PSH_WIZARDHASFINISH, PSH_WIZARD_LITE,
6776         PSH_NOCONTEXTHELP): Define.
6777         (PSH_WIZARD97): Fix definition for _WIN32_IE >= 0x500.
6778         * include/winuser.h (DFCS_TRANSPARENT, DFCS_HOT): Define.
6779         (LPDLGTEMPLATE[AW]): Add typedefs.
6780
6781 2003-08-22  Filip Navara  <xnavara@volny.cz>
6782
6783         * include/aclapi.h (BuildImpersonateExplicitAccessWithName[AW]):
6784         Add prototypes.
6785         BuildImpersonateTrustee[AW]): Add prototypes.
6786         GetMultipleTrustee[AW]): Add prototypes.
6787         GetMultipleTrusteeOperation[AW]): Add prototypes.
6788
6789 2003-08-22   Danny Smith  <dannysmith@users.sourceforge.net>
6790
6791         * include/winnt.h (IMAGE_SUBSYSTEM_XBOX): Add define.
6792
6793 2003-08-22  Mihai Preda  <mihai_preda@users.sourceforge.net>
6794
6795         * include/shlobj.h (IPersistFolder::GetClassID):
6796         Correct declaration.
6797         (CMF_*) Add missing defines.
6798
6799 2003-08-22   Danny Smith  <dannysmith@users.sourceforge.net>
6800
6801         * include/winuser.h (DC_BUTTONS): Add define.
6802
6803 2003-08-22  Andrew Greenwood  <lists@silverblade.co.uk>
6804
6805         * include/winuser.h (DC_GRADIENT): Add define.
6806
6807 2003-08-22  Martin Fuchs  <Martin-Fuchs@gmx.net>
6808
6809         * include/commctrl.h (BTNS_*): Define BTNS_* as successors to the
6810         older TBSTYLE_* constants.
6811
6812 2003-08-18  Danny Smith  <dannysmith@users.sourceforge.net>
6813
6814         * include/commctrl.h (TB_*) Group defines together.
6815
6816 2003-08-18  Martin Fuchs  <Martin-Fuchs@gmx.net>
6817
6818         * include/winuser.h (ICON_SMALL2): Define.
6819         * include/commctrl.h (TB_SETBUTTONWIDTH, TB_SETDRAWTEXTFLAGS):
6820         Define.
6821         * include/shlobj.h (SHDRAGIMAGE): Define structure.
6822         (IDragSourceHelper) Define interface.
6823         (IDropTargetHelper): Likewise.
6824         (IExtractIcon): Unicode it.
6825         (ICommDlgBrowser): Use IShellView type as param in OnDefaultCommand,
6826         OnStateChange and IncludeObject methods.
6827
6828 2003-08-17  Martin Fuchs  <Martin-Fuchs@gmx.net>
6829
6830         * include/commctrl.h (TreeView_GetScrollTime,
6831         TreeView_SetScrollTime): Define macros.
6832         * include/winuser.h (GetShellWindow): Add prototype.
6833         * include/objidl.h (STGMEDIUM): Correct lpszFileName type.
6834
6835 2003-08-15  Martin Fuchs  <Martin-Fuchs@gmx.net>
6836
6837         * include/shguid.h (CLSID_DragDropHelper, IID_IDropTargetHelper,
6838         IID_IDragSourceHelper): Declare.
6839         * lib/shell32.c (CLSID_DragDropHelper, IID_IDropTargetHelper,
6840         IID_IDragSourceHelper): Define.
6841
6842 2003-08-15  Andrew Greenwood  <lists@silverblade.co.uk>
6843
6844         * include/wingdi.h (DEVMODE[AW]) Correct structure definition.
6845         * include/ddk/ntapi.h (LPC_TYPE): Add LPC_CONNECTION_REFUSED.
6846         * include/ddk/winddk.h (IRP_*): Add constants as anonymous enum.
6847
6848 2003-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
6849
6850         * lib/uuid.c (CGID_Explorer, CGID_ShellDocView,
6851         CGID_ShellServiceObject): Remove definitions.
6852         * lib/shell32.c (CGID_ShellServiceObject): Add definition.
6853
6854 2003-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
6855
6856         * include/shlobj.h (SHELLSTATE): Add structure.
6857         (SHGetSetSettings): Add prototype.
6858         (SHGetSettings): Add prototype.
6859         * lib/shell32.def (SHGetSetSettings): Add stub.
6860
6861 2003-08-10  Phil Krylov  <likewolf@users.sourceforge.net>
6862
6863         * include/commctrl.h (HDM_ORDERTOINDEX): Add define.
6864         (Header_OrderToIndex): Add macro.
6865         (Header_GetOrderArray): Add macro.
6866
6867         * include/commdlg.h (FR_MATCHALEFHAMZA,
6868         FR_MATCHDIAC, FR_MATCHKASHIDA): Add defines.
6869
6870 2003-08-10  Martin Fuchs  <Martin-Fuchs@gmx.net>
6871
6872         * include/commctrl.h (TVM_GETSCROLLTIME,
6873         TVM_SETSCROLLTIME): Add defines.
6874
6875 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
6876
6877         * include/shlobj.h (SHELLFLAGSTATE): Add structure.
6878         (SHGetInstanceExplorer): Correct return type.
6879         (SHGetFolderPath[AW]): Likewise.
6880         Thanks to Magnus Olsen  <greatlord@sourceforge.users.net>
6881         for report.
6882
6883 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
6884
6885         * lib/test.c: Include winldap.h, ntldap.h, winber.h.
6886
6887 2003-08-01  Filip Navara  <xnavara@volny.cz>
6888
6889         * include/winldap.h: New file.
6890         * include/ntldap.h: New file.
6891         * include/winber.h: New file.
6892         * lib/winldap32.def: New file.
6893
6894 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
6895
6896         * include/ddk/atm.h: Remove stray '.';
6897
6898 2003-08-01  Gisle Vanem  <gvanem@broadpark.no>
6899
6900         * include/ddk/winddk.h: Remove trailing ';' from macros,
6901         throughout. Add () around defines with cast returns, throughout.
6902
6903 2003-07-31  Martin Fuchs  <Martin-Fuchs@gmx.net>
6904
6905         * include/shlobj.h (SFGAO_COMPRESSED): Add define.
6906         (SFGAOF, SHGDNF): Add typedef's.
6907         (SHCONTF): Extend enum.
6908
6909 2003-07-31  Danny Smith  <dannysmith@users.sourceforge.net>
6910
6911         * include/shellapi.h: Include all structs within pshpack2.h/
6912         poppack.h block.
6913
6914 2003-07-26  Danny Smith  <dannysmith@users.sourceforge.net>
6915
6916         * include/winuser.h (ASFW_ANY, LSFW_LOCK, LSFW_UNLOCK,
6917         LWA_COLORKEY, LWA_ALPHA): Guard with _WIN32_WINNT,
6918         _WIN32_WINDOWS, not WINVER.
6919         (AllowSetForegroundWindow,LockSetForegroundWindow,
6920         SetLayeredWindowAttributes): Likewise.
6921         (GetLayeredWindowAttributes,UpdateLayeredWindow): Add prototypes.
6922         * lib/user32.def (GetLayeredWindowAttributes,UpdateLayeredWindow):
6923         Add stubs.
6924
6925 2003-07-26  Eric R. Krause  <ekrause_98@users.sourceforge.net>
6926
6927         * include/objidl.h (IMalloc): Fix typo.
6928
6929 2003-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
6930
6931         * include/dkk/ntifs.h: Fix typo in guard for
6932         #pragma GCC system_header.
6933
6934 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
6935
6936         * include/objidl.h (PropVariant): Add CHAR cVal field
6937         to union.
6938         (FMTID_SummaryInformation, FMTID_DocSummaryInformation,
6939         FMTID_UserDefinedProperties): Declare.
6940
6941 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
6942
6943         * include/winbase.h (GetModuleHandleEx[AW]): Add prototypes.
6944
6945 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
6946
6947         * include/winbase.h (DUPLICATE_CLOSE_SOURCE,
6948         DUPLICATE_SAME_ACCESS): Remove defines.
6949         (HANDLE_FLAG_INHERIT, HANDLE_FLAG_PROTECT_FROM_CLOSE): Sync with
6950         ddk/ntapi.h defines.
6951         (SEM_*) : Likewise.
6952         * include/winnt.h (COMPRESSION_*, ACCESS_*, SYSTEM_*): Sync with
6953         ddk/ntifs.h defines.
6954         (FILE_*): Likewise.
6955         (MEM_IMAGE, SEC_*): Likewise.
6956         (DUPLICATE_CLOSE_SOURCE, DUPLICATE_SAME_ACCESS,
6957         DUPLICATE_SAME_ATTRIBUTES): Sync with ddk/winddk.h defines.
6958         (TOKEN_*): Sync with ddk/ntifs.h defines.
6959         * include/ddk/ntapi.h: Add comments noting definitions in
6960         winbase.h.
6961         * include/ddk/ntifs.h: Add comments noting definitions in
6962         winnt.h.
6963         * include/ddk/winddk.h: Add comments noting definitions in
6964         winnt.h.
6965
6966 2003-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
6967
6968         * include/winnt.h (FILE_*): Sync with ddk/winddk.h.
6969         * include/winioctl.h (FILE_*): Sync with ddk/winddk.h.
6970
6971 2003-07-17  Pierre Humblet  <pierre.humblet@ieee.org>
6972
6973         * include/mmsystem.h (TIME_KILL_SYNCHRONOUS): Add define.
6974
6975 2003-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
6976
6977         Clean up warnings in ddk.
6978
6979         * include/ddk/atm.h (_ATM_AAL_OOB_INFO): Add _ANONYMOUS_UNION,
6980         conditional on  __cplusplus.
6981         * include/ddk/scsi.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
6982         defines, throughout.
6983         (_CDB): Add _ANONYMOUS_UNION, conditional on __cplusplus.
6984         * include/ddk/cfg.h (_PNP_VETO_TYPE): Remove extra comma.
6985         * include/ddk/cfgmgr32.h: Change C++ comment style to ISO C.
6986         * include/ddk/ddkmapi.h (_DDLOCKOUT): Add _ANONYMOUS_UNION defines.
6987         * include/ddk/hidpi.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
6988         defines, throughout.
6989         * include/ddk/ndis.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
6990         defines, throughout. Remove trailing semicolon from *_S 'structure'
6991         macro expansion, throughout. Remove trailing semicolon from
6992         DECLARE_UNKNOWN_STRUCT macro expansion.
6993         * include/ddk/ndiswan.h (_NDIS_WAN_COMPRESS_INFO): Add
6994         _ANONYMOUS_UNION.
6995         * include/ddk/ntapi.h (_PROCESS_DEVICEMAP_INFORMATION,
6996         _PROCESS_SESSION_INFORMATION): Add _ANONYMOUS_UNION.
6997         * include/ddk/ntddcdrm.h (CDROM_TOC_CD_TEXT_DATA_BLOCK):
6998         Add _ANONYMOUS_UNION.
6999         * include/ddk/ntdddisk.h: Add _ANONYMOUS_UNION, throughout.
7000         * include/ddk/ntddmou.h:  Add _ANONYMOUS_UNION, throughout.
7001         * include/ddk/ntifs.h:  Add _ANONYMOUS_UNION, throughout.
7002         (ZwQueryObject): Change 2nd param to OBJECT_INFORMATION_CLASS, to
7003         match proto in ntapi.h.
7004         (ZwSetInformationObject): Likewise.
7005         * include/ddk/srb.h (SCSI_REQUEST_BLOCK): Add _ANONYMOUS_UNION.
7006         (SCSI_ADAPTER_CONTROL_TYPE): Add __extension__.
7007         * include/ddk/tdikrnl.h (TDI20_CLIENT_INTERFACE_INFO): Add
7008         _ANONYMOUS_UNION and _ANONYMOUS_STRUCT.
7009         * include/ddk/usb.h (USB): Add _ANONYMOUS_UNION.
7010         * include/ddk/usbcamdi.h (USBCAMD_CamControlFlags): Remove
7011         last comma.
7012         * include/ddk/video.h (STATUS_BLOCK): Add _ANONYMOUS_UNION.
7013         * include/ddk/winddk.h (DECLARE_INTERNAL_OBJECT): Remove
7014         trailing semicolon when expanding macro.
7015         (GENERAL_LOOKASIDE_S): Likewise.
7016         Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT, throughout.
7017         Change inline to __inline, throughout.
7018         * include/ddk/winnt4.h: Change inline to __inline, throughout.
7019
7020 2003-07-13  Casper S. Hornstrup  <chorns@users.sourceforge.net>
7021
7022         * include/ddk/ntifs.h (KeInsertQueueApc): Make return type
7023         BOOLEAN. Name parameter 4 PriorityBoost and make it of type
7024         KPRIORITY.
7025         * include/ddk/winddk.h (_KPCR): Put IDT field on next line.
7026         * include/ddk/winddk.h (_IO_STATUS_BLOCK, _IRP, _OWNER_ENTRY,
7027         _ERESOURCE, _IMAGE_INFO, _CREATE_DISK, _DISK_SIGNATURE, _KPCR_TIB):
7028         Apply _ANONYMOUS_UNION to anonymous unions and _ANONYMOUS_STRUCT
7029         to anonymous structs.
7030
7031 2003-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
7032
7033         * include/winnt.h (PVOID): Move to before HANDLE typedef.
7034
7035         * include/winuser.h (mouse_event): Correct type of fifth param,
7036         Thanks to: Andrew Jones <guln at users dot sourceforge dot net>
7037
7038 2003-07-11  Earnie Boyd  <earnie@users.sf.net>
7039
7040         * include/winnt.h (HANDLE): Define based on STRICT filter.
7041         (THREAD_BASE_PRIORITY_MIN): Use parens around negative value.
7042         (THREAD_BASE_PRIOIRTY_IDLE): Ditto.
7043
7044 2003-07-08  Danny Smith  <dannysmith@users.sourceforge.net>
7045
7046         * include/commctrl.h (NMTVDISPINFO[AW]): Replace obsolete struct
7047         names _TV_DISPINFO[AW] and typedefs. Add defines for backward
7048         compatability. Thanks to Magnus Olsen <greatlord@users.sf.net>
7049         for report.
7050
7051 2003-07-03  Earnie Boyd  <earnie@users.sf.net>
7052
7053         * config.guess, config.sub: Update with new versions from ftp.gnu.org.
7054
7055 2003-07-03  Luke Dunstan  <infidel@users.sf.net>
7056
7057         * include/commdlg.h (CommDlg_OpenSave_*): Add parentheses around
7058         macro arguments. Thanks to Tom Bishop <tombishop@users.sf.net>.
7059         * include/winuser.h (MONITOR_DEFAULTTONULL, MONITOR_DEFAULTTOPRIMARY,
7060         MONITOR_DEFAULTTONEAREST, MONITORINFOF_PRIMARY): Add defines.
7061         (TPM_RECURSE): Add guard for Win98/Win2K.
7062         Thanks to Magnus Olsen <greatlord@users.sf.net>.
7063
7064 2003-07-01  Earnie Boyd  <earnie@users.sf.net>
7065
7066         * include/basetyps.h (small, hyper): Change to __small and __hyper to
7067         avoid user namespace conflicts.
7068
7069 2003-07-01  Earnie Boyd  <earnie@users.sf.net>
7070
7071         * include/w32api.h (_NT4, _W98, _WME, _NT5, _W2000, _WXP, _W2003,
7072         _IE3, _IE4, _IE5, _IE6): Add definitions.
7073         * include/winbase.h (GetLongPathName[AW]): Add guard for OS >= NT5 or
7074         >= Win98.
7075         Change existing guards to use the above macro names as appropriate.
7076         * include/basetyps.h (__int32, __int16, __int8, small, hyper): Define.
7077         Note: Also added to mingw/include/_mingw.h.
7078
7079 2003-06-28  Steven Edwards  <Steven_Ed4153@yahoo.com>
7080
7081         * include/shlwapi.h (UrlGetLocationA, UrlGetLocationW,
7082         PathFindSuffixArrayA, PathFindSuffixArrayW,
7083         PathFindExtensionA, PathFindExtensionW, StrStrW
7084         StrStrA): Change unicode-macro'd LP[C]TSTR return values to
7085         explicit type.
7086
7087 2003-06-26  Mattia Barbon  <mbarbon@dsi.unive.it>
7088
7089         * include/richedit.h (PARAFORMAT2): Add definition.
7090         * include/richedit.h (PFA_*, PFE_*, PFM_*): Add some
7091         missing constants.
7092
7093 2003-06-17  Danny Smith  <dannysmith@users.sourceforge.net>
7094
7095         * include/shellapi.h (SHQUERYRBINFO): Add structure,
7096         (SHQueryRecycleBin[AW]. SHEmptyRecycleBin[AW]):Add prototypes.
7097         (SHERB_NOCONFIRMATION, SHERB_NOPROGRESSUI, SHERB_NOSOUND):
7098         Add defines. Thanks to Brett Hart <brett at ncubedtech dot com>
7099
7100 2003-06-17  Danny Smith  <dannysmith@users.sourceforge.net>
7101
7102         * include/winbase.h (GlobalCompact, GlobalFix, GlobalFlags,
7103         GlobalUnfix, GlobalUnWire, GlobalWire, LocalCompact,
7104         LocalFlags, LocalShrink, LockSegment, UnlockSegment): Add comment
7105         that these are obsolete no-ops.
7106
7107 2003-06-17  Bang Jun-Young  <junyoung@netbsd.org>
7108
7109         * include/winbase.h (GetProcessWorkingSetSize,
7110         GlobalCompact, LocalAlloc, LocalCompact, LocalReAlloc,
7111         LocalShrink, SignalObjectAndWait, WriteProcessMemory):
7112         Correct prototypes.
7113
7114 2003-06-18  Steven Edwards  <Steven_Ed4153@yahoo.com>
7115
7116         * include/winuser.h (TPM_RECURSE): Add define.
7117
7118 2003-06-06  Danny Smith  <dannysmith@users.sourceforge.net>
7119
7120         * lib/test.c: #include <powrprof.h>.
7121
7122 2003-06-06  James E. Lucas  <xelloss@sourceforge.net>
7123
7124         * include/powerprof.h: New file.
7125         * lib/powerprof.def: New file.
7126
7127 2003-06-06  Danny Smith  <dannysmith@users.sourceforge.net>
7128
7129         * include/winnt (SLIST_HEADER): Add C90 anonymous struct
7130         protection.
7131
7132 2003-06-05  Luke Dunstan  <infidel@users.sourceforge.net>
7133
7134         * include/winuser.h (WNDCLASS[AW], WNDCLASSEX[AW]): Change type of
7135         hInstance members to HINSTANCE.
7136         Thanks to: Brenden T. <brenden@rcsis.com>
7137
7138 2003-06-05  Bart Oldeman  <bartoldeman@users.sourceforge.net>
7139
7140         * include/lmaccess.h (UF_MNS_LOGON_ACCOUNT): Add define.
7141         * include/wingdi.h (LPRGBTRIPLE, LPRGBQUAD): Add typedefs.
7142
7143 2003-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
7144
7145         * include/ddk/ntpoapi.h (POWER_INFORMATION_LEVEL): Remove.
7146         * include/winnt.h (POWER_INFORMATION_LEVEL): Add.
7147         * include/ddk/winddk.h (SINGLE_LIST_ENTRY,SLIST_HEADER):
7148         Remove.
7149         * include/ddk/ndis.h (NdisAllocateSpinLock): Add missing '\'.
7150
7151 2003-05-30  Mattia Barbon  <mbarbon@dsi.unive.it>
7152
7153         * lib/oleacc.def: New file.
7154         * include/winable.h: New file.
7155         * include/oleacc.h: Add extern "C" guard.
7156         (NAVDIR_*, ROLE_*, STATE_*): Add missing constants.
7157         (AccessibleChildren, AccessibleObjectFromEvent,
7158         AccessibleObjectFromPoint, AccessibleObjectFromWindow,
7159         CreateStdAccessibleProxy[AW], GetOleaccVersionInfo, GetRoleText[AW],
7160         GetStateText[AW], LresultFromObject, ObjectFromLresult,
7161         WindowFromAccessibleObject): Add prototypes and UNICODE mappings.
7162         * include/winuser.h (NotifyWinEvent): Add prototype.
7163         (OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR,
7164         OBJID_MENU, OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL,
7165         OBJID_SIZEGRIP, OBJID_CARET, OBJID_CURSOR, OBJID_ALERT,
7166         OBJID_SOUND): Move from here to...
7167         * include/winable.h (OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR,
7168         OBJID_MENU, OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL,
7169         OBJID_SIZEGRIP, OBJID_CARET, OBJID_CURSOR, OBJID_ALERT,
7170         OBJID_SOUND): Here, as per documentation.
7171         * lib/test.c: Include winable.h.
7172         * lib/user32.def (NotifyWinEvent): Add missing export.
7173
7174 2003-05-30  Bang Jun-Young  <junyoung@netbsd.org>
7175
7176         * include/winbase.h (HeapCompact): Correct prototype.
7177         * include/winnt.h (SINGLE_LIST_ENTRY, SLIST_ENTRY,
7178         SLIST_HEADER): Add.
7179
7180 2003-05-27  Andrew C. Stadt  <acstadt@sympatico.ca>
7181
7182         * include/winuser.h (LWA_COLORKEY, LWA_ALPHA): Add defines.
7183
7184 2003-05-25  Bill C. Riemers  <cygwin@docbill.net>
7185
7186         * include/winuser.h (EnumDisplayDevicesW): Fix typo.
7187
7188 2003-05-23  Danny Smith  <dannysmith@users.sourceforge.net>
7189
7190         * include/winuser.h (EnumDisplayDevices[AW]): Add prototypes.
7191         * include/wingdi.h (DISPLAY_DEVICE): UNICODE it.
7192
7193 2003-05-23  Andrew Dunbar  <hippietrail@users.sourceforge.net>
7194
7195         * include/wingdi.h (GCP_RESULTS[AW]) Correct type of
7196         lpGlyphs field to LPWSTR.
7197
7198 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
7199
7200         * include/wincrypt.h (PLAINTEXTKEYBLOB, OPAQUEKEYBLOB,
7201         PUBLICKEYBLOBEX, SYMMETRICWRAPKEYBLOB) Add defines.
7202         (PP_*): Add defines.
7203         (CryptContextAddRef): Add prototype.
7204         Thanks to: Shura Zam  <debil_urod@users.sourceforge.net>
7205
7206 2003-05-18  Manu B  <manubee@users.sourceforge.net>
7207
7208         * include/commctrl.h (TVSORTCB): Rename old TV_SORTCB structure.
7209
7210 2003-05-18  Bang Jun-Young  <junyoung@netbsd.org>
7211
7212         * include/winbase.h (CREATE_DEFAULT_ERROR_MODE,
7213         DEBUG_PROCESS, DEBUG_ONLY_THIS_PROCESS, CREATE_SUSPENDED,
7214         DETACHED_PROCESS, CREATE_NEW_CONSOLE, NORMAL_PRIORITY_CLASS,
7215         IDLE_PRIORITY_CLASS, HIGH_PRIORITY_CLASS, REALTIME_PRIORITY_CLASS,
7216         CREATE_NEW_PROCESS_GROUP, CREATE_UNICODE_ENVIRONMENT,
7217         CREATE_SEPARATE_WOW_VDM, CREATE_SHARED_WOW_VDM, CREATE_FORCEDOS,
7218         CREATE_NO_WINDOW): Convert to hexadecimal form for better
7219         readability.
7220         (BELOW_NORMAL_PRIORITY_CLASS, ABOVE_NORMAL_PRIORITY_CLASS,
7221         CREATE_BREAKAWAY_FROM_JOB, CREATE_WITH_USERPROFILE): Add.
7222
7223 2003-05-15  Danny Smith  <dannysmith@users.sourceforge.net>
7224
7225         * include/ddk/ndis.h (NDIS30_MINIPORT_CHARACTERISTICS_S):
7226         Unname anonymous unions if NONAMELESSUNION not defined.
7227
7228 2003-05-14  Bang Jun-Young  <junyoung@netbsd.org>
7229
7230         * include/winbase.h (GMEM_VALID_FLAGS): Add.
7231
7232 2003-05-13  Danny Smith  <dannysmith@users.sourceforge.net>
7233
7234         * include/prsht.h (PROPSHEETHEADER[AW]: Mark
7235         anonymous unions as GCC extension.
7236
7237 2003-05-13  Danny Smith  <dannysmith@users.sourceforge.net>
7238
7239         * include/oleidl.h  (LPENUMOLEDOCUMENTVIEWS): Remove typedef.
7240         (IEnumOleDocumentViews): Remove commented out DECLARE_ENUMERATOR.
7241         * include/docobj.h  (LPENUMOLEDOCUMENTVIEWS): Add typedef (previously
7242         commented out).
7243         (IEnumOleDocumentViews): Add definition using DECLARE_ENUMERATOR.
7244
7245 2003-05-12  Earnie Boyd  <earnie@users.sf.net>
7246
7247         * include/commctrl.h: (MCSC_BACKGROUND, MCSC_TEXT, MCSC_TITLEBK,
7248         MCSC_TITLETEXT, MCSC_MONTHBK, MCSCTRAILTEXT): Define.
7249         Thanks to: Robert Wishlaw  <rwishlaw @ shaw . ca>
7250
7251 2003-05-12  Danny Smith  <dannysmith@users.sourceforge.net>
7252
7253         * include/olectl.h (IOleControl,IOleControlSite,ISimpleFrameSite,
7254         IErrorLog,IPropertyBag,IPersistPropertyBag,IPersistStreamInit,
7255         IPersistMemory,IPropertyNotifySink,IProvideClassInfo,
7256         IProvideClassInfo2,IConnectionPointContainer,
7257         IEnumConnectionPoints,IConnectionPoint,IEnumConnections,
7258         IClassFactory2,ISpecifyPropertyPages,IPerPropertyBrowsing,
7259         IPropertyPageSite,IPropertyPage,IPropertyPage2,IFont,IFontDisp,
7260         IPicture,IPictureDisp): Move from here to...
7261         * include/ocidl.h (IOleControl,IOleControlSite,ISimpleFrameSite,
7262         IErrorLog,IPropertyBag,IPersistPropertyBag,IPersistStreamInit,
7263         IPersistMemory,IPropertyNotifySink,IProvideClassInfo,
7264         IProvideClassInfo2,IConnectionPointContainer,
7265         IEnumConnectionPoints,IConnectionPoint,IEnumConnections,
7266         IClassFactory2,ISpecifyPropertyPages,IPerPropertyBrowsing,
7267         IPropertyPageSite,IPropertyPage,IPropertyPage2,IFont,IFontDisp,
7268         IPicture,IPictureDisp): Here, as per documentation.
7269
7270 2003-05-12  Mattia Barbon  <mbarbon@dsi.unive.it>
7271
7272         * include/oleauto.h (VarR8FromDec, VarDecFromR8): Add prototypes.
7273         * include/winbase.h (TerminateJobObject,
7274         AssignProcessToJobObject): Likewise.
7275         * include/servprov.h: New header.
7276         * lib/test.c: Include servprov.h.
7277
7278 2003-05-10  Danny Smith  <dannysmith@users.sourceforge.net>
7279
7280         * include/shlguid.h (CGID_ShellServiceObject): Declare.
7281         * lib/uuid.c (CGID_ShellServiceObject): Define guid.
7282         Thanks to Chris Sutcliffe  <ir0nh34d#users.sourceforge.net>
7283         * include/winuser.h (SetLayeredWindowAttributes): Add prototype.
7284         * lib/user32.def (SetLayeredWindowAttributes): Add stub.
7285         * lib/uuid.c (CGID_Explorer, CGID_ShellDocView): Define guids.
7286
7287 2003-05-05  Danny Smith  <dannysmith@users.sourceforge.net>
7288
7289         * include/commctrl.h (STATUSCLASSNAME, TOOLBARCLASSNAME,
7290         TOOLTIPS_CLASS, TRACKBAR_CLASS, UPDOWN_CLASS, PROGRESS_CLASS,
7291         HOTKEY_CLASS): Remove dupicate defines for UNICODE case.
7292
7293 2003-05-02  Steven Edwards  <Steven_Ed4153@yahoo.com>
7294
7295         * include/richedit.h (EM_FINDTEXTEXW, EM_FINDTEXTW,
7296         EM_GETAUTOURLDETECT, EM_GETBIDIOPTIONS, EM_GETEDITSTYLE,
7297         EM_GETIMECOLOR, EM_GETIMEOPTIONS, EM_GETPUNCTUATION,
7298         EM_GETWORDWRAPMODE, EM_RECONVERSION, EM_SETBIDIOPTIONS,
7299         EM_SETEDITSTYLE, EM_SETIMECOLOR, EM_SETIMEOPTIONS,
7300         EM_SETPALETTE, EM_SETPUNCTUATION, EM_SETTEXTEX,
7301         EM_SETWORDWRAPMODE, RICHEDIT_CLASS10A): Add defines.
7302
7303 2003-05-02  Francois Ferrand  <typz@sourceforge.users.net>
7304
7305         * include/commctrl.h (TBM_*): Add missing trackbar defines.
7306
7307 2003-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
7308
7309         * include/cplext.h (CPLPAGE_MOUSE_WHEEL,
7310         CPLPAGE_DISPLAY_BACKGROUND): Add defines.
7311
7312 2003-04-30  Danny Smith  <dannysmith@users.sourceforge.net>
7313
7314         * include/wingdi.h (DC_PEN, DC_BRUSH): Add defines.
7315         (SetDCPenColor, SetDCBrushColor): Add prototypes.
7316         * lib/gdi32.def (SetDCPenColor, SetDCBrushColor): Add stubs.
7317
7318 2003-04-26  Bang Jun-Young  <junyoung@netbsd.org>
7319
7320         * include/winioctl.h (DEVICE_TYPE_FROM_CTL_CODE): Add macro.
7321
7322 2003-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
7323
7324         * include/oaidl.h (ITypeMarshal): Add interface.
7325
7326 2003-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
7327
7328         * include/winioctl.h: Clean up formatting.
7329         (RETRIEVAL_POINTERS_BUFFER): Add fields to Extents[1] struct.
7330         (CREATE_DISK): Add _ANONYMOUS_UNION macro.
7331         (DISK_CACHE_INFORMATION): Likewise.
7332         (DISK_DETECTION_INFO): Likewise.
7333         (DISK_PARTITION_INFO): Likewise.
7334         (PARTITION_INFORMATION_EX): Likewise.
7335         (DRIVE_LAYOUT_INFORMATION_EX): Likewise.
7336
7337 2003-04-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
7338
7339         * include/winbase.h (DeleteVolumeMountPoint[AW],
7340         FindFirstVolumeMountPoint[AW], FindNextVolumeMountPoint[AW],
7341         FindVolumeMountPointClose, GetVolumeNameForVolumeMountPoint[AW],
7342         GetVolumePathName[AW], GetVolumePathNamesForVolumeName[AW],
7343         SetVolumeMountPoint[AW]): Add prototypes.
7344         * include/winioctl.h (IOCTL_DISK_GET_PARTITION_INFO_EX,
7345         IOCTL_DISK_SET_PARTITION_INFO_EX,
7346         IOCTL_DISK_GET_DRIVE_LAYOUT_EX,
7347         IOCTL_DISK_SET_DRIVE_LAYOUT_EX, IOCTL_DISK_CREATE_DISK,
7348         IOCTL_DISK_GET_LENGTH_INFO, IOCTL_DISK_PERFORMANCE_OFF,
7349         IOCTL_DISK_GET_DRIVE_GEOMETRY_EX, IOCTL_DISK_GROW_PARTITION,
7350         IOCTL_DISK_GET_CACHE_INFORMATION,
7351         IOCTL_DISK_SET_CACHE_INFORMATION,
7352         IOCTL_DISK_DELETE_DRIVE_LAYOUT, IOCTL_DISK_UPDATE_PROPERTIES,
7353         FSCTL_GET_VOLUME_BITMAP, FSCTL_GET_RETRIEVAL_POINTERS,
7354         FSCTL_MOVE_FILE): Define.
7355         (CREATE_DISK_GPT, CREATE_DISK_MBR, CREATE_DISK,
7356         DISK_CACHE_INFORMATION,
7357         DETECTION_TYPE, DISK_INT13_INFO, DISK_EX_INT13_INFO,
7358         DISK_DETECTION_INFO, DISK_GEOMETRY_EX, DISK_GROW_PARTITION,
7359         DISK_PARTITION_INFO, DISKQUOTA_USER_INFORMATION,
7360         GET_LENGTH_INFORMATION, DISK_EXTENT, VOLUME_DISK_EXTENTS,
7361         DRIVE_LAYOUT_INFORMATION_GPT, DRIVE_LAYOUT_INFORMATION_MBR,
7362         PARTITION_INFORMATION_MBR, PARTITION_INFORMATION_GPT,
7363         PARTITION_INFORMATION_EX, DRIVE_LAYOUT_INFORMATION_EX,
7364         MOVE_FILE_DATA,
7365         RETRIEVAL_POINTERS_BUFFER, STARTING_LCN_INPUT_BUFFER,
7366         STARTING_VCN_INPUT_BUFFER, VOLUME_BITMAP_BUFFER): Add structs.
7367         (PARTITION_STYLE, DISK_CACHE_RETENTION_PRIORITY): Add enums.
7368         (MEDIA_TYPE): Add F3_120M_512, F3_640_512, F5_640_512,
7369         F5_720_512, F3_1Pt2_512, F3_1Pt23_1024, F5_1Pt23_1024,
7370         F3_128Mb_512, F3_230Mb_512, F8_256_128, F3_200Mb_512,
7371         F3_240M_512, and F3_32M_512.
7372         * lib/kernel32.def (GetVolumePathNamesForVolumeName[AW]): Add
7373         stubs.
7374
7375 2003-04-16  Earnie Boyd  <earnie@users.sf.net>
7376
7377         * include/wingdi.h (DM_SPECVERSION): Define.
7378         Thanks to Sinitsyn Valentime <valentine.sinitsyn@usu.ru>
7379         * include/rpcdce.h (UuidCreateSequential): Properly guard with
7380         appropriate _WIN32_WINNT values.
7381
7382 2003-04-15  Chris January  <chris@atomice.net>
7383
7384         * include/rpcdce.h: Add declaration for UuidCreateSequential.
7385         * lib/rpcrt4.def: Add entry for UuidCreateSequential.
7386
7387 2003-04-14  Phil Krylov  <likewolf@users.sourceforge.net>
7388
7389         * include/winuser.h (VK_*): Add missing defines.
7390
7391 2003-04-14  Vincent Béron  <papineau@users.sourceforge.net>
7392
7393         * include/commctrl.h (NMUPDOWN, LPNMUPDOWN): Use currently
7394         documented typedefs for struct _NM_UPDOWN.
7395         Add defines for backward comapatibility.
7396         * include/commdlg.h (OFN_ENABLESIZING): Add define.
7397         * include/wininet.h (IRF_*): Add missing defines.
7398
7399 2003-04-14  Bang Jun-Young  <junyoung@netbsd.org>
7400
7401         * lib/ntdll.def (Csr*, Dbg*, Ki*, Ldr*, Rtl*): Add W2K exports.
7402
7403 2003-04-11  Earnie Boyd  <earnie@users.sf.net>
7404
7405         * include/sspi.h: Add comment for FreeCredentialsHandle.
7406
7407 2003-04-07  Marcel Telka  <telka@users.sourceforge.net>
7408
7409         * include/ddk/winddk.h (KIRQL): Typedef as UCHAR, not ULONG.
7410
7411 2003-03-30  Hans E. Molin  <kvasi@users.sourceforge.net>
7412
7413         * include/olectl.h (OleLoadPicturePath): Correct prototype.
7414
7415 2003-03-30  Danny Smith  <dannysmith@users.sourceforge.net>
7416
7417         * lib/uuid.c (IID_IHTML*): Move definitions to...
7418         * lib/mshtml-uuid.c: New file.
7419         * lib/Makefile.in: Add mshtml-uuid.o to libuuid.a
7420
7421 2003-03-30  Michael Sazonov  <traip@comset.net>
7422
7423         * lib/uuid.c (IID_IHTML*): Add new GUID definitions.
7424         * include/mshtml.h (IHTMLElementCollection, IHTMLLinkElement,
7425         IHTMLImgElement): Add interface definitions.
7426
7427 2003-03-29  Danny Smith  <dannysmith@users.sourceforge.net>
7428
7429         * include/commctrl.h (ANIMATE_CLASS,HOTKEY_CLASS,PROGRESS_CLASS,
7430         STATUSCLASSNAME,TOOLBARCLASSNAME,TOOLTIPS_CLASS,TRACKBAR_CLASS,
7431         UPDOWN_CLASS,WC_COMBOBOXEX,WC_HEADER,WC_IPADDRESS,WC_LISTVIEW,
7432         WC_TABCONTROL,WC_TREEVIEW): Move UNICODE mappings out of
7433         RC_INVOKED guard.
7434         (WC_PAGESCROLLER,WC_NATIVEFONTCTL,WC_BUTTON,WC_STATIC,WC_EDIT,
7435         WC_LISTBOX,WC_COMBOBOX,WC_SCROLLBAR): Add defines.
7436
7437 2003-03-28  Bang Jun-Young  <junyoung@netbsd.org>
7438
7439         * include/winnt.h (WAITORTIMERCALLBACKFUNC): Add typedef.
7440
7441 2003-03-27  Danny Smith  <dannysmith@users.sourceforge.net>
7442
7443         * include/secext.h (GetComputerObjectName[AW],GetUserNameEx[AW],
7444         TranslateName[AW]): Add prototypes.
7445         * lib/sec32.def (GetComputerObjectName[AW],GetUserNameEx[AW],
7446         TranslateName[AW]): Add stubs.
7447         * lib/test.c: Include secext.h.
7448
7449 2003-03-27  Vladimir Michl  <michlv@users.sourceforge.net>
7450
7451         * include/ddk/ndis.h (NdisAllocateSpinLock,NdisFreeSpinLock,
7452         NdisAcquireSpinLock,NdisReleaseSpinLock,NdisDprAcquireSpinLock,
7453         NdisDprReleaseSpinLock): Change macro argument from SpinLock to
7454         _SpinLock.
7455
7456 2003-03-26  Earnie Boyd  <earnie@users.sf.net>
7457
7458         * include/w32api.h: Increment version to 2.4.
7459         * Makefile.in: Ditto.
7460
7461 2003-03-26  Danny Smith  <dannysmith@users.sourceforge.net>
7462
7463         * include/ddk/batclass.h (BATTERY_REPORTING_SCALE)
7464         Move structure from here...
7465         * include/winnt.h (BATTERY_REPORTING_SCALE): To here.
7466
7467         * include/ddk/ntapi.h (JOBOBJECT_*):
7468         Remove structures and enums definitions.
7469         (JOB_OBJECT*): Move defines from here...
7470         * include/winnt.h (JOB_OBJECT* ): To here.
7471
7472         * include/ddk/ntpoapi.h (LATENCY_TIME, POWER_ACTION_POLICY,
7473         SYSTEM_POWER_LEVEL, SYSTEM_POWER_POLICY,
7474         PROCESSOR_POWER_POLICY_INFO, PROCESSOR_POWER_POLICY,
7475         ADMINISTRATOR_POWER_POLICY, SYSTEM_POWER_INFORMATION,
7476         PROCESSOR_POWER_INFORMATION, SYSTEM_BATTERY_STATE,
7477         SYSTEM_POWER_CAPABILITIES): Move enums, structures
7478         and associated defines from here ...
7479         * include/winnt.h: (LATENCY_TIME, POWER_ACTION_POLICY,
7480         SYSTEM_POWER_LEVEL, SYSTEM_POWER_POLICY,
7481         PROCESSOR_POWER_POLICY_INFO, PROCESSOR_POWER_POLICY,
7482         ADMINISTRATOR_POWER_POLICY, SYSTEM_POWER_INFORMATION,
7483         PROCESSOR_POWER_INFORMATION, SYSTEM_BATTERY_STATE,
7484         SYSTEM_POWER_CAPABILITIES):To here.
7485
7486         * include/ddk/winddk.h (DEVICE_POWER_STATE,
7487         SYSTEM_POWER_STATE, POWER_ACTION): Move enums
7488         from here...
7489         * include/winnt.h (DEVICE_POWER_STATE,
7490         SYSTEM_POWER_STATE, POWER_ACTION): To here.
7491
7492 2003-03-19  Danny Smith  <dannysmith@users.sourceforge.net>
7493
7494         *lib/ndis.def (NdisAllocateMemory): Correct stdcall suffix.
7495         Thanks to: Vladimir Michl <michlv@users.sourceforge.net>
7496         (NdisUpdateSharedMemory): Likewise.
7497         (NdisMFreeSharedMemory: Likewise.
7498         (NdisMMapIoSpace: Likewise.
7499
7500 2003-03-18  Danny Smith  <dannysmith@users.sourceforge.net>
7501
7502         * include/lmaccess.h (UF_LOCKOUT): Correct name from UF_LOCK.
7503         Thanks to: Fabricio D. Rossi  <gurusoda@users.sourceforge.net>
7504         (UF_SETTABLE_BITS): Correct UF_LOCKOUT here too.
7505
7506 2003-03-17  Bang Jun-Young  <junyoung@netbsd.org>
7507
7508         * include/winbase.h (EnumResourceLanguages[AW]): Correct prototypes.
7509         (EnumResourceNames[AW]): Ditto.
7510         (EnumResourceTypes[AW]): Ditto.
7511         * include/wincon.h (CONSOLE_FONT_INFO): Add struct.
7512
7513 2003-03-16  Toby Malone  <malone@users.sourceforge.net>
7514
7515         * include/winuser.h (SendInput): Add prototype.
7516         * lib/user32.def (SendInput): Add stub.
7517
7518 2003-03-16  Vadim Yegorov  <zg@bmg.lv>
7519
7520         * winioctl.h (FSCTL_SET_REPARSE_POINT: Correct macro.
7521         (FSCTL_DELETE_REPARSE_POINT): Likewise.
7522
7523 2003-03-15  Bang Jun-Young  <junyoung@netbsd.org>
7524
7525         * winnt.h (JOBOBJECTINFOCLASS): Define enum.
7526         (JOBOBJECT_*): Define corresponding structures.
7527
7528 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
7529
7530         * include/ddk/winddk.h (PCUNICODE_STRING): Remove incorrect
7531         typedef.
7532
7533 2003-03-13  Bang Jun-Young  <junyoung@netbsd.org>
7534
7535         * lib/kernel32.def (Module32{First,Next}{,W}): Add missing exports.
7536         (Process32{First,Next}{,W}): Ditto.
7537         (Thread32{First,Next}): Ditto.
7538         * include/ntdef.h (PCUNICODE_STRING): Add typedef.
7539
7540 2003-03-12  Earnie Boyd  <earnie@users.sf.net>
7541
7542         * include/mswsock.h: Correct invalid filter for _WINSOCK2_H.
7543         Thanks to Jim Barton <jmbarton@users.sf.net>.
7544
7545 2003-03-12  Ranjit Mathew  <rmathew@hotmail.com>
7546
7547         * include/winnt.h (_IMAGE_SEPARATE_DEBUG_HEADER): Expose
7548         member SectionAlignment.
7549
7550 2003-03-11  Earnie Boyd  <earnie@users.sf.net>
7551
7552         * include/winsvc.h (SERVICE_NO_CHANGE): Use hex constant to avoid
7553         warnings.
7554         Thanks to Fabricio D. Rossi <gurusoda@users.sf.net>.
7555         * Makefile.in (bindist): Correct process.
7556         * lib/Makefile.in (install): Ditto.
7557         Thanks to Jeff Bonnggren <jbon@users.sf.net>.
7558
7559 2003-03-10  Danny Smith  <dannysmith@users.sourceforge.net>
7560
7561         * include/rasdlg.h: New file.
7562         * lib/rasdlg.def: New file.
7563         * lib/test.c: Include rasdlg.h.
7564
7565 2003-03-06  Christopher January  <chris@atomice.net>
7566
7567         * include/winbase.h (FindFirstVolume): Add declaration.
7568         (FindNextVolume): Add declaration.
7569         (FindVolumeClose): Add declaration.
7570         (GetSystemTimes): Add declaration.
7571         * include/winnt.h: Add define for PF_XMMI64_INSTRUCTIONS_AVAILABLE.
7572
7573 2003-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
7574
7575         *lib/kernel32.def (GetSystemTimes): Add stub.
7576
7577 2003-03-04  Heiko Gerdau  <hg@technosis.de>
7578
7579         * oleidl.h (IOleObject): Correct GetUserType prototype.
7580         (IViewObject2): Correct GetExtent prototype.
7581         * olectl.h (DISPIP_): Add new defines
7582         * ocidl.h (IOleInPlaceSiteWindowless): Add new interface.
7583
7584 2003-03-01  Danny Smith  <dannysmith@users.sourceforge.net>
7585
7586         * include/olectl.h (OleLoadPictureEx) Add prototype.
7587         (OleLoadPictureFile): Ditto.
7588         (OleLoadPictureFileEx): Ditto.
7589         (OleLoadPicturePath): Ditto.
7590         (OleSavePictureFile): Ditto.
7591
7592 2003-03-01  Danny Smith  <dannysmith@users.sourceforge.net>
7593
7594         * include/objbase.h (CoAddRefServerProcess): Add prototype.
7595         (CoAddReleaseServerProcess): Ditto.
7596         (CoResumeClassObjects): Ditto.
7597         (CoSuspendClassObjects): Ditto.
7598         * include/oleauto.h (V_I1): Define.
7599         Thanks to: "Timofei"  <mmttmm@users.sourceforge.net>
7600
7601 2003-03-01  Heiko Gerdau  <hg@technosis.de>
7602
7603         * include/oleidl.h (USERCLASSTYPE): Add enum.
7604         * include/ocidl.h (IObjectWithSite): Add interface.
7605
7606 2003-02-28  Roland Schwingel  <roland.schwingel@onevision.de>
7607
7608         Fixup UNICODE thinko in 2003-02-22 patch.
7609         * include/wingdi.h (AddFontMemResourceEx): Add.
7610         (RemoveFontMemResourceEx): Ditto.
7611         (AddFontMemResourceEx[AW]): Remove.
7612         (RemoveFontMemResourceEx[AW]): Ditto
7613         * lib/gdi32.def: (AddFontResourceEx): Add.
7614         (RemoveFontMemResourceEx): Ditto.
7615         (AddFontMemResourceEx[AW]): Remove.
7616         (RemoveFontResourceEx[AW]): Ditto.
7617
7618 2003-02-23  Danny Smith  <dannysmith@users.sourceforge.net>
7619
7620         * include/winbase.h (EVENTLOG_SUCCESS): Add define.
7621         Thanks to: Thomas Weber  <thomasweber@sourceforge.net>
7622
7623 2003-02-22  Roland Schwingel  <roland.schwingel@onevision.de>
7624
7625         * include/wingdi.h (AddFontMemResourceEx[AW]): Add.
7626         (RemoveFontMemResourceEx[AW]): Ditto
7627         * lib/gdi32.def (AddFontMemResourceEx[AW]): Add.
7628         (RemoveFontMemResourceEx[AW]): Ditto.
7629
7630 2003-02-22  Bang Jun-Young  <junyoung@netbsd.org>
7631
7632         * lib/ntdll.def (NT*, RTL*, ZW*): Add missing exports.
7633         (NtCurrentTeb): Remove.
7634
7635 2003-02-22  Danny Smith  <dannysmith@users.sourceforge.net>
7636
7637         * include/wsahelp.h: Remove ';' after closing
7638         #ifdef __cplusplus brace.
7639         * include/ws2spi.h: Likewise.
7640
7641 2003-02-22  Danny Smith  <dannysmith@users.sourceforge.net>
7642
7643         * include/winbase.h (MEMORYSTATUSEX): Add structure.
7644         (GlobalMemoryStatusEx): Add prototype.
7645         * lib/kernel32.def (GlobalMemoryStatusEx): Add stub.
7646
7647 2003-02-17  Vaclav Haisman  <V.Haisman@sh.cvut.cz>
7648
7649         * include/winioctl.h (FSCTL_SET_SPARSE): Define.
7650
7651 2003-02-12  Roland Schwingel  <roland.schwingel@onevision.de>
7652
7653         * include/wingdi.h (AddFontResourceEx[AW]): Add.
7654         (RemoveFontResourceEx[AW]): Ditto
7655         (FR_PRIVATE): Define.
7656         (FR_NOT_ENUM): Define.
7657         * lib/gdi32.def (AddFontResourceEx[AW]): Add.
7658         (RemoveFontResourceEx[AW]): Ditto.
7659
7660 2003-02-10  Earnie Boyd  <earnie@users.sf.net>
7661
7662         * include/w32api.h: Increment version to 2.3.
7663         * Makefile.in: Ditto.
7664
7665 2003-02-09  Earnie Boyd  <earnie@users.sf.net>
7666
7667         * lib/ddk/ntoskrnl.def (Ke386IoSetAccessProcess): Activate export.
7668         (Ke386QueryToAccessMap): Ditto.
7669         (Ke386SetIoAccessMap): Ditto.
7670         Thanks to Marcel Telka <telka@users.sf.net>
7671         * include/secext.h: New file. Declare EXTENDED_NAME_FORMAT.
7672         * include/security.h: Include secext.h.
7673         * include/winbase.h: Declare COMPUTER_NAME_FORMAT.
7674         Thanks to Dimitri Papadopoulos <dimitri_at@users.sf.net>
7675         * include/GL/gl.h: Remove include of glext.h.
7676         Thanks to Greg Couch <gregcouch@users.sf.net>
7677
7678 2003-02-05  Earnie Boyd  <earnie@users.sf.net>
7679
7680         * include/basetypes.h (_GUID_DEFINED): Add deprecation warning, start
7681         using GUID_DEFINED instead.
7682         * include/sqltypes.h: Ditto.
7683         * include/winnt.h: Ditto.
7684         * include/ddk/scsiwmi.h: Ditto.
7685
7686 2003-02-04  Danny Smith  <dannysmith@users.sourceforge.net>
7687
7688         * include/shlwapi.h (PathRelativePathTo[AW]): Correct
7689         prototypes.
7690         Thanks to: John Dallaway  <jld@ecoscentric.com>.
7691
7692 2003-02-01  Danny Smith  <dannysmith@users.sourceforge.net>
7693
7694         * include/commctrl.h (TCM_*): Add missing defines.
7695
7696 2003-02-01  Jesus Alvarez  <jesus_alvarez@users.sourceforge.net>
7697             Danny Smith  <dannysmith@users.sourceforge.net>
7698
7699         * include/prsht.h (PSP_*, PSH_*): Add missing defines.
7700         (PROPSHEETPAGE[AW]): Add pszHeaderTitle, pszHeaderSubTitle
7701         for (_WIN32_IE >= 0x0400).
7702         (PROPSHEETHEADER[AW]): Add hplWatermark and anonymous union
7703         fields for (_WIN32_IE >= 0x0400).
7704
7705 2003-01-31  Danny Smith  <dannysmith@users.sourceforge.net>
7706
7707         * include/winbase.h (CreateFiber): Change first parameter
7708         to SIZE_T.
7709         (CreateJobObject[AW], CreateHardLink[AW]):Guard with
7710         if (_WIN32_WINNT >= 0x0500).
7711
7712 2003-01-31  Bang Jun-Young  <junyoung@netbsd.org>
7713
7714         * include/winbase.h (PWIN32_FIND_DATAA, PWIN32_FIND_DATAW):
7715         Add missing typedefs.
7716         (CreateFiberEx, CreateJobObjectA,CreateJobObjectW): Add missing
7717         prototypes.
7718         (CreateHardLinkA, CreateHardLinkW): Return BOOL, not HANDLE.
7719
7720 2003-01-27  Krzysztof Nikiel  <kni@poczta.onet.pl>
7721
7722         * include/mmsystem.h (MIXERCONTROL_CONTROLF_MULTIPLE): Correct
7723         define.
7724         * lib/largeint.c (LargeIntegerAdd): Add, don't multiply.
7725
7726 2003-01-27  Danny Smith  <dannysmith@users.sourceforge.net>
7727
7728         * include/rpcnterr.h (RPC_X_INVALID_PIPE_OPERATION): Add
7729         define.
7730         * include/winbase.h (WAIT_TIMEOUT): Guard against prior
7731         definition.
7732         (WAIT_FAILED): Cast to DWORD.
7733         * include/winerror.h (WAIT_TIMEOUT): Guard against prior
7734         definition.
7735
7736 2003-01-27  Bang Jun-Young  <junyoung@netbsd.org>
7737
7738         * include/winerror.h: Protect against multiple
7739         definition of WSA* error codes.
7740         * include/winsock.h: Likewise.
7741         * include/winsock2.h: Likewise.
7742
7743 2003-01-27  Bang Dong-Heui
7744             Bang Jun-Young  <junyoung@netbsd.org>
7745
7746         * include/winerror.h (ERROR_*, SEC_E_*,RPC_S_*, FRS_ERR_*,
7747         DNS_*, WSA*, WAIT_TIMEOUT): Add missing error codes.
7748         (RPC_X_INVALID_PIPE_OPERATION): Remove define.
7749
7750
7751 2003-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
7752
7753         * include/ras.h (RASCONN[AW]): Add dwSessionId for
7754         (WINVER >= 0x501).
7755
7756 2003-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
7757
7758         * include/ras.h (RASCONN[AW]): Guard szDeviceType,
7759         szDeviceName fields with (WINVER >= 0x400). Add dwFlags, luid
7760         fields for (WINVER >= 0x501).
7761
7762 2003-01-23  Danny Smith  <dannysmith@users.sourceforge.net>
7763
7764         * lib/ws2_32.def (getaddrinfo, freeaddrinfo and getnameinfo):
7765         Add stubs.
7766         * include/ws2tcpip.h (IPV6_*) Add IPPROTO_IPV6 level socket
7767         options.
7768
7769 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
7770
7771         * include/winnt.h (IMAGE_FILE_AGGRESIVE_WS_TRIM
7772         IMAGE_FILE_LARGE_ADDRESS_AWARE): Add defines.
7773
7774 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
7775
7776         * include/accctrl.h (enum _SE_OBJECT_TYPE): Add
7777         SE_REGISTRY_WOW64_32KEY.
7778         Reported by: Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
7779
7780 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
7781
7782         * include/commctrl.h (HDN_GETDISPINFO[AW]: Add defines.
7783         (tagNMHDDISPINFO[AW}: Add structures and typedefs.
7784         Reported by: Mat Nieuwenhoven  <matnieuw@users.sourceforge.net>
7785
7786 2003-01-10  Christopher Faylor  <cgf@redhat.com>
7787
7788         * include/winsock2.h: Remove gethostname from INSIDE_CYGWIN protection.
7789
7790 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
7791
7792         * lib/dxguid.c: Don't #include <objbase.h>.
7793         * include/unknwn.h: Partially revert change of 2002-12-26.
7794         Don't include <ole2.h>.
7795
7796 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
7797
7798         * lib/dinput.c: Don't #include <objbase.h>.
7799
7800 2003-01-08  Bart Oldeman  <bartoldeman@users.sourceforge.net>
7801
7802         * include/windows.h (ole2.h):Do #include for
7803         __WATCOMC__.
7804
7805 2003-01-05  Danny Smith  <dannysmith@users.sourceforge.net>
7806
7807         * include/winuser.h (SPI_SETWHEELSCROLLLINES) Add define.
7808         * include/zmouse.h (WHEEL_DELTA): Guard against prior
7809         definition.
7810         (WHEEL_PAGESCROLL): Likewise.
7811         (SPI_SETWHEELSCROLLLINES): Define, if not already done.
7812
7813 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
7814
7815         * include/winuser.h (SPI_GETWHEELSCROLLLINES) Add define.
7816         (WHEEL_PAGESCROLL): Add define.
7817
7818 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
7819
7820         * include/commctrl.h (tagNMTOOLBAR[AW]): Replace obsolete struct
7821         names tagTBNOTIFY[AW] and typedefs. Add defines for backward
7822         compatability. Add RECT field. Add UNICODE mappings for new
7823         names.
7824         (tagNMREBARCHEVRON): Add struct and typedefs for
7825         _WIN32_IE >= 0x0500.
7826
7827 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
7828
7829         * include/commctrl.h (TOOLINFO[AW]): Update structures.
7830         (LVHITTESTINFO): Likewise.
7831
7832         * include/wingdi.h (GRADIENT_TRIANGLE): Add structure.
7833         (GRADIENT_RECT): Likewise.
7834
7835 2003-01-03  Bang Jun-Young  <junyoung@netbsd.org>
7836
7837         * include/winerror.h (ERROR_OPLOCK_NOT_GRANTED,
7838         ERROR_INVALID_OPLOCK_PROTOCOL, ERROR_SOURCE_ELEMENT_EMPTY,
7839         ERROR_DESTINATION_ELEMENT_FULL, ERROR_ILLEGAL_ELEMENT_ADDRESS,
7840         ERROR_MAGAZINE_NOT_PRESENT, ERROR_DEVICE_REINITIALIZATION_NEEDED,
7841         ERROR_DEVICE_REQUIRES_CLEANING, ERROR_DEVICE_DOOR_OPEN,
7842         ERROR_DEVICE_NOT_CONNECTED, ERROR_NOT_FOUND, ERROR_NO_MATCH,
7843         ERROR_SET_NOT_FOUND, ERROR_NO_TRACKING_SERVICE,
7844         ERROR_JOURNAL_DELETE_IN_PROGRESS, ERROR_JOURNAL_NOT_ACTIVE,
7845         ERROR_JOURNAL_ENTRY_DELETED, ERROR_ONLY_IF_CONNECTED,
7846         ERROR_NOT_SUPPORTED_ON_SBS, ERROR_SERVER_SHUTDOWN_IN_PROGRESS,
7847         ERROR_MUTUAL_AUTH_FAILED, ERROR_TIME_SKEW, ERROR_DEVICE_REMOVED,
7848         RPC_S_INVALID_ASYNC_HANDLE, RPC_S_INVALID_ASYNC_CALL,
7849         RPC_X_PIPE_CLOSED, RPC_X_PIPE_DISCIPLINE_ERROR, RPC_X_PIPE_EMPTY,
7850         ERROR_CANT_ACCESS_FILE, ERROR_CANT_RESOLVE_FILENAME,
7851         ERROR_WMI_GUID_NOT_FOUND, ERROR_WMI_INSTANCE_NOT_FOUND,
7852         ERROR_WMI_ITEMID_NOT_FOUND, ERROR_WMI_TRY_AGAIN, ERROR_WMI_READ_ONLY,
7853         ERROR_WMI_SET_FAILURE, ERROR_TRANSPORT_FULL, ERROR_FILE_OFFLINE,
7854         ERROR_REMOTE_STORAGE_NOT_ACTIVE, ERROR_REMOTE_STORAGE_MEDIA_ERROR,
7855         ERROR_NOT_A_REPARSE_POINT, ERROR_REPARSE_ATTRIBUTE_CONFLICT,
7856         ERROR_INVALID_REPARSE_DATA, ERROR_REPARSE_TAG_INVALID,
7857         ERROR_REPARSE_TAG_MISMATCH, ERROR_FILE_ENCRYPTED,
7858         ERROR_FILE_NOT_ENCRYPTED, ERROR_NOT_EXPORT_FORMAT,
7859         ERROR_CTX_WINSTATION_NAME_INVALID, ERROR_CTX_INVALID_PD,
7860         ERROR_CTX_PD_NOT_FOUND, ERROR_CTX_WD_NOT_FOUND,
7861         ERROR_CTX_CLOSE_PENDING, ERROR_CTX_NO_OUTBUF,
7862         ERROR_CTX_MODEM_INF_NOT_FOUND, ERROR_CTX_INVALID_MODEMNAME,
7863         ERROR_CTX_MODEM_RESPONSE_ERROR, ERROR_CTX_MODEM_RESPONSE_TIMEOUT,
7864         ERROR_CTX_MODEM_RESPONSE_NO_CARRIER,
7865         ERROR_CTX_MODEM_RESPONSE_NO_DIALTONE, ERROR_CTX_MODEM_RESPONSE_BUSY,
7866         ERROR_CTX_MODEM_RESPONSE_VOICE, ERROR_CTX_TD_ERROR,
7867         ERROR_CTX_WINSTATION_NOT_FOUND, ERROR_CTX_WINSTATION_ALREADY_EXISTS,
7868         ERROR_CTX_WINSTATION_BUSY, ERROR_CTX_BAD_VIDEO_MODE,
7869         ERROR_CTX_GRAPHICS_INVALID, ERROR_CTX_NOT_CONSOLE,
7870         ERROR_CTX_CLIENT_QUERY_TIMEOUT, ERROR_CTX_CONSOLE_DISCONNECT,
7871         ERROR_CTX_CONSOLE_CONNECT, ERROR_CTX_SHADOW_DENIED,
7872         ERROR_CTX_WINSTATION_ACCESS_DENIED, ERROR_CTX_INVALID_WD,
7873         ERROR_CTX_SHADOW_INVALID, ERROR_CTX_SHADOW_DISABLED,
7874         ERROR_CTX_CLIENT_LICENSE_IN_USE, ERROR_CTX_CLIENT_LICENSE_NOT_SET,
7875         ERROR_CTX_LICENSE_NOT_AVAILABLE, ERROR_CTX_LICENSE_CLIENT_INVALID,
7876         ERROR_CTX_LICENSE_EXPIRED, ERROR_DS_MEMBERSHIP_EVALUATED_LOCALLY,
7877         ERROR_DS_NO_ATTRIBUTE_OR_VALUE, ERROR_DS_INVALID_ATTRIBUTE_SYNTAX,
7878         ERROR_DS_ATTRIBUTE_TYPE_UNDEFINED, ERROR_DS_ATTRIBUTE_OR_VALUE_EXISTS,
7879         ERROR_DS_BUSY, ERROR_DS_UNAVAILABLE, ERROR_DS_NO_RIDS_ALLOCATED,
7880         ERROR_DS_NO_MORE_RIDS, ERROR_DS_INCORRECT_ROLE_OWNER,
7881         ERROR_DS_RIDMGR_INIT_ERROR, ERROR_DS_OBJ_CLASS_VIOLATION,
7882         ERROR_DS_CANT_ON_NON_LEAF, ERROR_DS_CANT_ON_RDN,
7883         ERROR_DS_CANT_MOD_OBJ_CLASS, ERROR_DS_CROSS_DOM_MOVE_ERROR,
7884         ERROR_DS_GC_NOT_AVAILABLE, ERROR_SHARED_POLICY,
7885         ERROR_POLICY_OBJECT_NOT_FOUND, ERROR_POLICY_ONLY_IN_DS,
7886         ERROR_DS_ADMIN_LIMIT_EXCEEDED, ERROR_DS_DS_REQUIRED,
7887         ERROR_DS_SAM_INIT_FAILURE, ERROR_DS_SENSITIVE_GROUP_VIOLATION,
7888         ERROR_DS_CANT_MOD_PRIMARYGROUPID, ERROR_DS_INVALID_GROUP_TYPE,
7889         ERROR_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN,
7890         ERROR_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN,
7891         ERROR_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER,
7892         ERROR_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER,
7893         ERROR_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER,
7894         ERROR_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER,
7895         ERROR_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER,
7896         ERROR_DS_HAVE_PRIMARY_MEMBERS, ERROR_DS_SAM_NEED_BOOTKEY_PASSWORD,
7897         ERROR_DS_SAM_NEED_BOOTKEY_FLOPPY, ERROR_DS_CANT_START,
7898         ERROR_DS_INIT_FAILURE, ERROR_SAM_INIT_FAILURE, ERROR_DS_GC_REQUIRED,
7899         ERROR_DS_LOCAL_MEMBER_OF_LOCAL_ONLY,
7900         ERROR_DS_NO_FPO_IN_UNIVERSAL_GROUPS,
7901         ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED):
7902         Add missing error codes.
7903
7904 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
7905
7906         * lib/kernel32.c (GetCurrentFiber): Remove blank input field in
7907         asm code.
7908         (GetFiberData): Likewise.
7909
7910 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
7911
7912         * include/winnt.h (GetCurrentFiber): Remove blank input field in
7913         asm code.
7914         (GetFiberData): Likewise.
7915
7916 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
7917
7918         * include/winerror.h (ERROR_DIFFERENT_SERVICE_ACCOUNT,
7919         ERROR_EXE_MACHINE_TYPE_MISMATCH, ERROR_HOOK_TYPE_NOT_ALLOWED,
7920         ERROR_INVALID_KEYBOARD_HANDLE, ERROR_INVALID_PRINT_MONITOR,
7921         ERROR_PRINT_MONITOR_IN_USE, ERROR_PRINTER_HAS_JOBS_QUEUED,
7922         ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION,
7923         ERROR_SUCCESS_REBOOT_REQUIRED, ERROR_SUCCESS_RESTART_REQUIRED,
7924         ERROR_TIMEOUT, OR_INVALID_OID, OR_INVALID_OXID,
7925         OR_INVALID_SET, RPC_X_INVALID_PIPE_OPERATION): Add missing
7926         error codes.
7927         Re-sort codes.
7928
7929 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
7930
7931         * include/winspool.h (PRINTER_INFO_6): Add.
7932         Reported by: Mat Nieuwenhoven  <matnieuw@users.sourceforge.net>
7933
7934 2002-12-30  Hartmut Honisch  <hhonisch@users.sourceforge.net>
7935
7936         * include/winbase.h (NMPWAIT_WAIT_FOREVER): Cast to DWORD.
7937
7938         * lib/ntdll.def (NtConnectPort, NtOpenEvent,
7939         NtRequestWaitReplyPort, NtWaitForSingleObject,ZwConnectPort,
7940         ZwOpenEvent, ZwRequestWaitReplyPort, ZwWaitForSingleObject):
7941         Add stubs.
7942
7943 2002-12-30  Danny Smith  <dannysmith@users.sourceforge.net>
7944
7945         * include/wingdi.h (wglGetLayerPaletteEntries): Correct
7946         prototype. Thanks to: Joe Krahn  <jkrahn at nc dot rr dot com>.
7947
7948 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
7949
7950         * include/wingdi.h (DOCINFOA): Replace LPCTSTR with LPCSTR.
7951
7952 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
7953
7954         * include/wingdi.h (BALTIC_CHARSET, JOHAB_CHARSET,
7955         VIETNAMESE_CHARSET): Remove duplicate defines.
7956         * lib/comctl32.def (ImageList_SetImageCount): Add stub.
7957
7958 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
7959
7960         * include/dbt.h (DEV_BROADCAST_PORT): Add UNICODE version.
7961         Thanks to: Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
7962
7963 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
7964
7965         * include/unknwn.h: Include windows.h and ole2.h before header
7966         guard to avoid circular inclusion of COM headers.
7967
7968 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
7969
7970         * include/dde.h (PackDDElParam, UnpackDDElParam,FreeDDElParam,
7971         ReuseDDElParam): Use __WIN64 compatible typedefs.
7972
7973 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
7974
7975         * include/accctrl.h (ACTRL_ACCESS_ENTRY[AW]): Make
7976         lpInheritProperty member const.
7977         (ACTRL_PROPERTY_ENTRY[AW]): Make lpProperty member
7978         const.
7979
7980 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
7981
7982         * include/commcat.h: Don't include windows.h or ole2.h ifdef
7983         COM_NO_WINDOWS_H.
7984         * include/unknwn.h: Ditto.
7985
7986 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
7987
7988         * include/imm.h (ImmGetCompositionFont[AW],
7989         ImmSetCompositionFont[AW]): Add NOGDI guard.
7990
7991 2002-12-19  Danny Smith  <dannysmith@users.sourceforge.net>
7992
7993         * include/ddk/hidusage.h: Remove unneccessary #pragma pack's.
7994         * include/ddk/miniport.h (EMULATOR_PORT_ACCESS_TYPE): Define
7995         before using.
7996         (VIDEO_ACCESS_RANGE): Guard against prior definition.
7997         * include/ddk/minitape.h (INQUIRYDATA): Guard against prior
7998         definition.
7999         * include/ddk/ndis.h (DECLARE_UNKNOWN_PROTOTYPE): Correct macro.
8000         * include/ddk/ndisguid.h: Remove unneccessary #pragma pack's.
8001         * include/ddk/scsi.h (INQUIRYDATA): Guard against prior
8002         definition.
8003         * include/ddk/scsiwmi.h (GUID): Define if not already done.
8004         (LPCGUID): Likewise.
8005         * include/ddk/tdi.h: Close "Listen flags" comment.
8006         * include/ddk/tdistat.h: Remove unneccessary #pragma pack's.
8007         * include/ddk/video.h:  Add #pragma pack(push,4) to balance.
8008         (VIDEO_ACCESS_RANGE): Guard against prior definition.
8009         * include/ddk/videoagp.h:Add #pragma pack(push,4) to balance.
8010         * include/ddk/win2k.h: Likewise.
8011         * include/ddk/winddi.h: Likewise.
8012         * include/ddk/winddk.h: Likewise.
8013         * include/ddk/winnt4.h: Likewise.
8014         * include/ddk/ws2san.h: Likewise.
8015         * include/ddk/xfilter.h: Remove unbalanced #pragma pack(pop).
8016         * include/ddk/video.h: Don't process rest of file ifdef
8017         __WINDDI_H.
8018         * include/ddk/winddi.h: Don't process rest of file ifdef
8019         __VIDEO_H.
8020         * include/ddk/usb.h: Don't process rest of file ifdef
8021         __USBDI_H.
8022         * include/ddk/usbdi.h: Don't process rest of file ifdef
8023         __USB_H.
8024         * include/ddk/usbcamdi.h: Don't process rest of file if
8025         !defined(__USB_H) && !defined(__USBDI_H)
8026
8027 2002-12-18  James E. Lucas  <xelloss@users.sourceforge.net>
8028
8029         * include/winnetwk.h (WNetResourceInformation[AW]): Correct
8030         prototypes.
8031         * include/winuser.h (GetAncestor) Add prototype.
8032         (GA_PARENT, GA_ROOT, GA_ROOTOWNER): Add defines.
8033         (EWX_FORCEIFHUNG): Add define for _WIN32_WINNT >= 0x0500.
8034         (SPI_GETACTIVEWINDOWTRACKING, SPI_GETACTIVEWNDTRKZORDER,
8035         SPI_GETACTIVEWNDTRKTIMEOUT, SPI_SETACTIVEWINDOWTRACKING
8036         SPI_SETACTIVEWNDTRKZORDER, SPI_SETACTIVEWNDTRKTIMEOUT): Add
8037         defines.
8038         * lib/user32.def (GetAncestor@8): Add stub.
8039
8040 2002-12-15  Danny Smith  <dannysmith@users.sourceforge.net>
8041
8042         * include/windows.h: Guard inclusion of wingdi.h,
8043         commdlg.h, winspool.h, ole2.h with NOGDI.
8044         * include/winuser.h (ICONMETRICS, NONCLIENTMETRICS,
8045         ChangeDisplaySettings, CreateDesktop, EnumDisplaySettings):
8046         Guard with NOGDI.
8047
8048 2002-12-12  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8049
8050         * include/oleacc.h (SELFLAG_*): Change to enum.
8051
8052 2002-12-11  Danny Smith  <dannysmith@users.sourceforge.net>
8053
8054         * include/shlobj.h (IShellLinkW::GetPath): Correct prototype.
8055         Thanks to: Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
8056
8057 2002-12-09  Danny Smith  <dannysmith@users.sourceforge.net>
8058
8059         * include/shellapi.h (ExtractIconEx[AW]): Correct return type
8060         to UINT.
8061         Thanks to: Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
8062
8063 2002-12-07  Danny Smith  <dannysmith@users.sourveforge.net>
8064
8065         * include/winuser.h (AllowSetForegroundWindow,
8066         LockSetForegroundWindow): Add prototypes.
8067         (ASFW_ANY, LSFW_LOCK, LSFW_UNLOCK) Add defines.
8068         Thanks to:  Pat Thoyts  <patthoyts@users.sourceforge.net>
8069         * lib/winuser.def (AllowSetForegroundWindow,
8070         LockSetForegroundWindow): Add stubs.
8071
8072 2002-12-06  Ken Fitlike  <kenfitlike@users.sourceforge.net>
8073
8074         * include/commctrl.h (TN_GETDISPINFO[AW]): Add defines and
8075         UNICODE mappings.
8076         (tagNMTTDISPINFO[AW]): Replace obsolete struct names
8077         tagTOOLTIPTEXT[AW] and typedefs. Add defines for backward
8078         compatability. Add lParam field. Add UNICODE mappings for new
8079         names.
8080
8081 2002-12-02  Andrew Stadt  <acstadt@sympatico.ca>
8082
8083         * include/shellapi.h (_SHFILEOPSTRUCTA,_SHFILEOPSTRUCTW):
8084         Wrap with pshpack2.h/poppack.h to correct alignment.
8085
8086 2002-12-02  Ken Fitlike  <kenfitlike@users.sourceforge.net>
8087
8088         * include/commctrl.h (LVBKIF_*): Add defines.
8089         (LVM_SETIMAGE[AW]): Add defines and UNICODE mappings.
8090         (LVM_GETIMAGE[AW]): Add defines and UNICODE mappings.
8091         (LVBKIMAGE[AW]): Add defines and UNICODE mappings.
8092         (LPLVBKIMAGE[AW]): Add defines and UNICODE mappings.
8093         (LVM_GETBKIMAGE[AW]): Add defines and UNICODE mappings.
8094         (LVM_SETBKIMAGE[AW]): Add defines and UNICODE mappings.
8095         (ListView_GetBkImage): Add define.
8096         (ListView_SetBkImage): Add define.
8097         (LVBKIMAGE): Add structures and typedefs.
8098
8099 2002-11-25  Earnie Boyd  <earnie@users.sf.net>
8100
8101         * include/w32api.h: Increment to version 2.2
8102         * Makefile.in: Ditto.
8103
8104 2002-11-25  Earnie Boyd  <earnie@users.sf.net>
8105
8106         * lib/Makefile.in (dist, install): Correct the install destinations.
8107         * lib/ddk/Makefile.in (dist, install): Ditto.
8108
8109 2002-11-16  Danny Smith  <dannysmith@users.sourceforge.net>
8110
8111         * lib/uuid.c (CATID_InternetAware,CLSID_HttpSProtocol,
8112         CLSID_PSUrlMonProxy,CLSID_StdURLMoniker,IID_IObjectWithSite,
8113         IID_IPersistMoniker,IID_IProgressNotify): Correct off-by-one bug
8114         in definitions.
8115         (CLSID_CFontPropPage00, GUID_FONTUNDERSCORE11,
8116         IID_IOleControlSite89): Remove.
8117
8118 2002-11-15  Christopher Faylor  <cgf@redhat.com>
8119
8120         * lib/uuid.c (IID_IRunnableObject): Remove duplicate definition.
8121         (IID_IStdMarshalInfo): Ditto.
8122
8123 2002-11-15  Christopher Faylor  <cgf@redhat.com>
8124
8125         * lib/uuid.c (IID_IOleInPlaceSite): Remove duplicate definition.
8126         (IID_IPersistStorage): Ditto.
8127
8128 2002-11-15  Weiqi Gao  <weiqigao@users.sourceforge.net>
8129
8130         * lib/uuid.c (CLSID_PSClassObject, CLSID_PSEnumerators,
8131         IID_IClassActivator, IID_IClientSecurity, IID_ICreateTypeInfo,
8132         IID_ICreateTypeLib2, IID_IOleInPlaceSite, IID_IPersistStorage,
8133         IID_IRunnableObject, IID_IServerSecurity, IID_IStdMarshalInfo):
8134         Correct definitions.
8135
8136 2002-11-15  Danny Smith  <dannysmith@users.sourceforge.net>
8137
8138         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
8139         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
8140         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
8141         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
8142         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
8143         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
8144         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
8145         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
8146         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
8147         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
8148         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
8149         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
8150         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
8151         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
8152         xfilter.h): Change comment to refer w32api package, not MinGW.
8153
8154 2002-11-15  Danny Smith  <dannysmith@users.sourceforge.net>
8155
8156         * include/ddk/ntddk.h: Include winnt.h as system header.
8157
8158 2002-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
8159
8160         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
8161         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
8162         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
8163         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
8164         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
8165         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
8166         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
8167         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
8168         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
8169         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
8170         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
8171         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
8172         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
8173         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
8174         xfilter.h): Fix typo in disclaimer comment.
8175
8176 2002-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
8177
8178         * include/exdisp.h: Include oaidl.h as system header.
8179
8180 2002-11-12  Earnie Boyd  <earnie@users.sf.net>
8181
8182         * include/w32api.h (__W32API_VERSION): Fix.
8183
8184 2002-11-09  Weiqi Gao  <weiqigao@users.sourceforge.net>
8185
8186         * lib/uuid.c (IID_ICatInformation): Correct definition.
8187
8188 2002-11-07  Danny Smith  <dannysmith@users.sourceforge.net>
8189
8190         * include/oleauto.h (DeregisterTypeLib): Remove.
8191         (UnRegisterTypeLib): Add prototype.
8192
8193 2002-11-07  Christopher January  <chris@atomice.net>
8194
8195         * include/winioctl.h: Add definition for IOCTL_DISK_UPDATE_DRIVE_SIZE.
8196
8197 2002-11-04  Danny Smith  <dannysmith@users.sourceforge.net>
8198
8199         * include/winnt.h (VerSetConditionMask): Add prototype.
8200         * lib/kernel32.def (VerifyVersionInfo[AW]): Add stubs.
8201
8202 2002-10-16  Danny Smith  <dannysmith@users.sourceforge.net>
8203
8204         * include/winuser.h (MONITORINFOEX[AW]): Add structure
8205         definitions and ANSI/UNICODE mappings.
8206         Cleanup whitespace.
8207
8208 2002-10-14  Earnie Boyd  <earnie@users.sf.net>
8209
8210         * Makefile.in: Add components for lib/ddk.  Adjust for autoconf-2.53.
8211         * configure.in: Ditto.
8212         * lib/Makefile.in: Ditto.
8213         * lib/ddk/Makefile.in: Correct installation procedure.  Adjust for
8214         autoconf-2.53.
8215         * configure: Regenerate.
8216
8217 2002-10-14  Danny Smith  <dannysmith@users.sourceforge.net>
8218
8219         * include/windows.h: Don't include basetyps.h.
8220         * include/objfwd.h: Do include basetyps.h.
8221
8222 2002-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
8223
8224         * include/objbase.h: Include rpc.h and rpcndr.h
8225         before header guard.
8226
8227 2002-10-11  Danny Smith  <dannysmith@users.sourceforge.net>
8228
8229         * include/olectl.h (PROPPAGEINFO): Change type of
8230         field cb to ULONG.
8231
8232 2002-10-11  Steven Edwards  <Steven_Ed4153@yahoo.com>
8233
8234         * lib/ntdll.def (RtlAcquireResourceExclusive,
8235         RtlAcquireResourceShared, RtlDeleteResource,
8236         RtlInitializeResource, RtlReleaseResource,
8237         RtlTimeToSecondsSince1970) : Added missing exports.
8238
8239 2002-10-08  Heiko Gerdau  <hg@technosis.de>
8240
8241         * include/oleacc.h: New file.
8242         * include/winuser.h (ENDSESSION_LOGOFF) Add define.
8243         (OBJID_*) Add defines.
8244         * lib/uuid.c: Add DEFINE_GUID for IID_IAccessible.
8245         * lib/test.c: Include oleacc.h.
8246
8247 2002-10-06  Casper Hornstrup  <chorns@it.dk>
8248
8249         * include/ddk: New subdir.
8250         * lib/ddk: Ditto.
8251         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
8252         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
8253         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
8254         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
8255         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
8256         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
8257         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
8258         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
8259         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
8260         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
8261         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
8262         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
8263         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
8264         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
8265         xfilter.h): New files.
8266         * lib/ddk/(Makefile.in, apcups.def, cfgmgr32.def, dxapi.def,
8267         hal.def, hid.def, hidparse.def, mcd.def, ndis.def, ntoskrnl.def,
8268         scsiport.def, tdi.def, usbcamd.def, usbcamd2.def, videoprt.def,
8269         win32k.def): Ditto.
8270
8271 2002-10-04  Steven Edwards  <Steven_Ed4153@yahoo.com>
8272
8273         * lib/ntdll.def (NtAccessCheck, NtAdjustPrivilegesToken,
8274         NtCreateKey, NtDeleteKey, NtDeleteValueKey, NtEnumerateKey,
8275         NtEnumerateValueKey, NtOpenKey, NtOpenProcessToken,
8276         NtOpenThreadToken, NtQueryInformationToken, NtQueryKey,
8277         NtQueryValueKey, NtSetSecurityObject, NtSetValueKey,
8278         RtlAddAccessAllowedAce, RtlCreateAcl,
8279         RtlCreateSecurityDescriptor, RtlCreateUnicodeStringFromAsciiz,
8280         RtlGetAce, RtlGetControlSecurityDescriptor,
8281         RtlGetDaclSecurityDescriptor,RtlGetGroupSecurityDescriptor,
8282         RtlGetOwnerSecurityDescriptor,RtlGetSaclSecurityDescriptor,
8283         RtlImpersonateSelf, RtlIsTextUnicode, RtlLargeIntegerAdd,
8284         RtlLengthSecurityDescriptor, RtlMakeSelfRelativeSD,
8285         RtlMultiByteToUnicodeN RtlMultiByteToUnicodeSize,
8286         RtlOpenCurrentUser, RtlSetDaclSecurityDescriptor,
8287         RtlSetGroupSecurityDescriptor, RtlSetOwnerSecurityDescriptor,
8288         RtlSetSaclSecurityDescriptor, RtlValidSecurityDescriptor,
8289         ZwAccessCheck, ZwAdjustPrivilegesToken, ZwCreateKey,
8290         ZwDeleteValueKey, ZwEnumerateKey, ZwEnumerateValueKey,
8291         ZwOpenKey, ZwOpenProcessToken, ZwOpenThreadToken,
8292         ZwQueryInformationToken, ZwQueryKey, ZwQueryValueKey
8293         ZwSetSecurityObject, ZwSetValueKey): Added missing exports.
8294
8295 2002-10-04  "KJK::Hyperion"  <noog@libero.it>
8296
8297         *include/windef.h (WPARAM): Update typedef.
8298         (LPARAM): Ditto.
8299         (LRESULT): Ditto.
8300
8301 2002-10-04  "KJK::Hyperion"  <noog@libero.it>
8302
8303         * include/shlobj.h (CSIDL_*): Add defines.
8304
8305 2002-09-24  Danny Smith  <dannysmith@users.sourceforge.net>
8306
8307         * include/ws2tcpip.h: Throw error if winsock.h, not winsock2.h
8308         has been included first.
8309
8310 2002-09-24  René Møller Fonseca  <fonseca@users.sourceforge.net>
8311
8312         * include/winbase.h (FindFirstFileEx): Fixed ANSI mode.
8313         * include/wingdi.h (PFD_SWAP_LAYER_BUFFERS):Added define.
8314         * include/winuser.h (AppendMenu[AW]): Fixed prototypes.
8315
8316 2002-09-18  Eric R. Krause  <ekrause_98@users.sourceforge.net>
8317
8318         * include/winuser.h (DS_SHELLFONT): Define.
8319
8320 2002-09-17  Daniel Schlyder  <daniel@dascdev.net>
8321
8322         * include/winnt.h (VER_SUITE_BLADE): Define.
8323
8324 2002-09-17  Danny Smith  <dannysmith@users.sourceforge.net>
8325
8326         * include/shlobj.h (SHGetSpecialFolderPath[AW]):
8327         Add _WIN32_IE guard. Correct prototype for wide version.
8328         (SHGetFolderPath): Add comment on shfolder.dll.
8329         (SHGetFolderLocation): Add prototyope for WinME and W2K.
8330         (SHGetFolderPathAndSubDir[AW]): Add prototypes for XP.
8331
8332 2002-09-16  Danny Smith  <dannysmith@users.sourceforge.net>
8333
8334         * lib/shell32.def (SHGetFolderPath[AW]): Add comment.
8335         * lib/shfolder.def: New file.
8336
8337 2002-09-12  Danny Smith  <dannysmith@users.sourceforge.net>
8338
8339         * include/winsock.h (timeval): Guard struct and associated
8340         macros with _TIMEVAL_DEFINED.
8341         * include/winsock2.h (timeval): Likewise.
8342
8343 2002-09-11  Danny Smith  <dannysmith@users.sourceforge.net>
8344
8345         * lib/shell32.def (SHBindtoParent,SHCreateDirectoryEx[AW],
8346         SHCreateProcessAsUserW,SHCreateQueryCancelAutoPlayMoniker,
8347         SHCreateShellItem,SHEmptyRecycleBin[AW],
8348         SHEnumerateUnreadMailAccountsW,SHExtractIconsW,
8349         SHGetDataFromIDList[AW],SHGetDiskFreeSpace[AW],
8350         SHGetDiskFreeSpaceEx[AW],SHGetFolderLocation,
8351         SHGetFolderPathAndSubDir[AW],SHGetIconOverlayIndex[AW],
8352         SHGetNewLinkInfo[AW],SHGetSettings,SHGetUnreadMailCountW,
8353         SHInvokePrinterCommand[AW],SHIsFileAvailableOffline,
8354         SHLoadNonloadedIconOverlayIdentifiers,
8355         SHOpenFolderAndSelectItems,SHParseDisplayName,
8356         SHPathPrepareForWrite[AW],SHQueryRecycleBin[AW],
8357         SHSetLocalizedName,SHSetUnreadMailCountW,
8358         SHUpdateRecycleBinIcon: Add missing stubs.
8359
8360 2002-09-07  Earnie Boyd  <earnie@users.sf.net>
8361
8362         * include/windef.h (WINVER): Add documentation.
8363         (_WIN32_WINNT): Ditto.
8364         Special thanks to Paul Schmidt <paul@tricattechnologies.com>
8365
8366 2002-09-06  Danny Smith  <dannysmith@users.sourceforge.net>
8367
8368         * lib/Makefile.in (TEST_OPTIONS): Define WINVER to 0x0666.
8369
8370 2002-09-04  Kevin Chase  <kevincha99@hotmail.com>
8371
8372         * include/winbase.h (AllocateUserPhysicalPages,
8373         MapUserPhysicalPages, MapUserPhysicalPagesScatter,
8374         FreeUserPhysicalPages): Add prototypes.
8375         * lib/kernel32.def: Add function stubs for above.
8376
8377 2002-09-03  René Møller Fonseca  <fonseca@users.sourceforge.net>
8378
8379         * include/winuser.h (IDTRYAGAIN,IDCONTINUE): Add defines.
8380         Add WINVER guards for dialog box command id defines.
8381
8382 2002-09-03  Earnie Boyd  <earnie@users.sf.net>
8383
8384         * include/wincon.h (GetConsoleWindow): Add _WIN32_WINNT >= 0x0500 guard.
8385
8386 2002-08-30  Christopher January  <ccj00@doc.ic.ac.uk>
8387
8388         * include/wincon.h: Define GetConsoleWindow(void).
8389
8390 2002-08-28  Earnie Boyd  <earnie@users.sf.net>
8391
8392         * include/w32api.h: Increment version to 2.1.
8393         * Makefile.in: Ditto.
8394
8395 2002-08-26  Bart Oldeman  <bart.oldeman@btinternet.com>
8396
8397         * include/winsock2.h (SOCKET_ADDRESS): Define if
8398         __CSADDR_T_DEFINED is not defined (copied from nspapi.h)
8399         (CSADDR_INFO): Ditto.
8400         (nspapi.h) : Don't include. Removed FIXME comment.
8401         * include/nspapi.h (SOCKET_ADDRESS) Only define if
8402         __CSADDR_T_DEFINED is not defined.
8403         (CSADDR_INFO): Ditto.
8404         (BLOB): Add structure and typedef if not already defined.
8405         (NS_*): Add defines.
8406         (SERVICE_*): Ditto.
8407         (SERVICE_ADDRESS): Add structure and typedefs.
8408         (SERVICE_ADDRESSES): Ditto.
8409         (SERVICE_INFO[AW]): Ditto, and add UNICODE mappings.
8410         (LPSERVICE_ASYNC_INFO): Add typedef.
8411         (SetService[AW], GetAddressByName[AW]): Add prototypes and UNICODE
8412         mappings.
8413         * include/wsipx.h: New file.
8414         * include/svcguid.h: New file.
8415         * lib/test.c: Include wspix.h and svcguid.h.
8416
8417 2002-08-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8418
8419         * include/wsahelp.h: New file.
8420         * lib/test.c: Include wsahelp.h.
8421
8422 2002-08-21  Earnie Boyd  <earnie@users.sf.net>
8423
8424         * include/commctrl.h (NMCUSTOMDRAW): Fix lItemlParam.
8425         Thanks to: "Phil Dempster" <p_dempster@yahoo.co.uk>.
8426
8427 2002-08-20  Danny Smith  <dannysmith@users.sourceforge.net>
8428
8429         * include/ws2spi.h: Modify comment about being part of
8430         mingw32 package.
8431         (winsock2.h): Change "" to <>.
8432
8433 2002-08-20  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8434
8435         * include/ws2spi.h: New file.
8436         * lib/test.c: Include ws2spi.h.
8437
8438 2002-08-20  Danny Smith  <dannysmith@users.sourceforge.net>
8439
8440         * include/winsock2.h (WSAIsBlocking,WSAUnhookBlockingHook,
8441         WSASetBlockingHook,WSACancelBlockingCall): Expose deprecated
8442         functions.
8443
8444 2002-08-17  Danny Smith  <dannysmith@users.sourceforge.net>
8445
8446         * include/winuser.h (CURSOR_SHOWING) Add define.
8447         Thanks to: Jan Hlavatý  <hlavac@users.sourceforge.net>
8448
8449 2002-08-17  Danny Smith  <dannysmith@users.sourceforge.net>
8450
8451         * include/winerror.h: Cast OLE error codes to HRESULT.
8452         Thanks to: Gunnar Degnbol <gdegnbol@users.sourceforge.net>
8453
8454 2002-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
8455
8456         * include/wincrypt.h (ALG_*): Add defines.
8457         (CALG_*): Ditto.
8458         (CRYPT_*): Ditto.
8459         (PP_*): Ditto.
8460         (PROV_*): Ditto.
8461         (PRIVATEKEYBLOB): Add define.
8462
8463 2002-08-14  Earnie Boyd  <earnie@users.sf.net>
8464
8465         * include/shlobj.h (SHGetFolderPath): Add define.
8466         * lib/shell32.def (SHGetSpecialFolderPath): Add export.
8467         (SHGetFolderPath): Ditto.
8468
8469 2002-08-13  Danny Smith  <dannysmith@users.sourceforge.net>
8470
8471         * include/commdlg.h: Don't include COM headers or use
8472         COM-dependent symbols if __OBJC__.
8473
8474 2002-08-13  Danny Smith  <dannysmith@users.sourceforge.net>
8475
8476         * include/wincrypt.h (CryptDuplicateHash, CryptDuplicateKey):
8477         Add prototypes.
8478
8479 2002-08-12  Andriy Palamarchuk  <apa3a@yahoo.com>
8480
8481         * include/shellapi.h (FOF_NOERRORUI): Add define.
8482
8483 2002-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
8484
8485         * include/objidl.h (IEnumMoniker): Put 'interface' back.
8486
8487 2002-08-11  Danny Smith  <dannysmith@users.sourceforge.net>
8488
8489         * include/objidl.h (IEnumMoniker): Correct declaration.
8490
8491 2002-08-09  Mark Schreiber  <mark7@users.sourceforge.net>
8492
8493         * include/wincrypt.h (CRYPT_NOHASHOID): Add define.
8494
8495 2002-08-09  Danny Smith  <dannysmith@users.sourceforge.net>
8496
8497         * include/commctrl.h: Whitespace change.
8498
8499 2002-08-09  Lars Munch  <lars@segv.dk>
8500
8501         * include/commctrl.h (tagTVHITTESTINFO): Replace obsolete
8502         struct name _TVHITTESTINFO and typedefs and add defines for
8503         backward compatability.
8504         (ListView_SetExtendedListViewStyleEx): Add macro.
8505
8506 2002-08-05  Danny Smith  <dannysmith@users.sourceforge.net>
8507
8508         * include/wingdi.h (AlphaBlend,GradientFill,TransparentBlt):
8509         Add prototypes.
8510         * lib/msimg32.def: New file, with stubs for above.
8511
8512 2002-08-03  Danny Smith  <dannysmith@users.sourceforge.net>
8513
8514         * include/winbase.h (AddAccessAllowedAceEx,AddAccessDeniedAceEx,
8515         GetFileSizeEx, SetFilePointerEx): Add prototypes.
8516         (EncryptFile[AW], FileEncryptionStatus[AW]): Add prototypes
8517         and UNICODE mappings.
8518
8519 2002-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
8520
8521         * include/winbase.h (ReadFileScatter, WriteFileGather):
8522         Change second parameter to pointer.
8523
8524 2002-07-31  Danny Smith  <dannysmith@users.sourceforge.net>
8525
8526         * include/wininet.h (InternetReadFileEx[AW]). Add prototypes and
8527         UNICODE mappings.
8528         * lib/wininet.def: Regenerate.
8529
8530 2002-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
8531
8532         * include/windef.h (PVOID): Move typedef to...
8533         * include/winnt: ...here.
8534         (PVOID64): New typedef.
8535
8536         * include/winnt,h (FILE_SEGMENT_ELEMENT): Define union.
8537         * include/winbase.h (ReadFileScatter, WriteFileGather):
8538         Add prototypes.
8539
8540         * include/winnt,h (PROCESSOR_ARCHITECTURE_*): Add defines.
8541         (PROCESSOR_INTEL_IA64): Add define.
8542
8543 2002-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
8544
8545         * include/oleidl.h (MK_ALT): Define.
8546
8547 2002-07-26  Mattia Barbon  <mbarbon@dsi.unive.it>
8548
8549         * include/exdisp.h: New file.
8550         * include/exdispid.h: New file.
8551         * include/mshtml.h: New file.
8552         * lib/test.c: #include exdisp.h and mshtml.h
8553         * lib/uuid.c (CLSID_WebBrowser, DIID_DWebBrowserEvents,
8554         DIID_DWebBrowserEvents2, IID_IHTMLDocument, IID_IHTMLDocument2,
8555         IID_IHTMLElement, IID_IHTMLSelectionObject, IID_IHTMLTxtRange,
8556         IID_IWebBrowser, IID_IWebBrowser2, IID_IWebBrowserApp):
8557         New GUIDs.
8558
8559 2002-07-26  Mattia Barbon  <mbarbon@dsi.unive.it>
8560
8561         * include/docobj.h: New file.
8562         * include/idispids.h: New file.
8563         * include/objidl.h (IID_IMoniker): Declare.
8564         * include/ocidl.h (READYSTATE): New enum.
8565         (IOleInPlaceSiteEx): New interface.
8566         * include/olectlid.h (IID_IEnumSTATSTG): New interface
8567         identifier.
8568         * include/oleidl.h (IOleItemContainer, IOleInPlaceObject,
8569         IOleInPlaceSite): New interfaces.
8570         * lib/test.c: #include docobj.h,idispids.h,
8571
8572 2002-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
8573
8574         * include/shlobj.h (BFFM_VALIDATEFAILED[AW]): Add defines.
8575         (BFFM_SETSTATUSTEXT, BFFM_SETSELECTION): UNICODE them.
8576
8577 2002-07-25  Mattia Barbon  <mbarbon@dsi.unive.it>
8578
8579         * include/commctrl.h: Avoid redefinition of CDN_FIRST/LAST.
8580         * include/commdlg.h: Likewise.
8581
8582 2002-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
8583
8584         * include/oleauto.h (V_UNION): Correct definition for case of
8585         NONAMELESSUNION:
8586         (V_VT): Likewise.
8587
8588 2002-07-23  Danny Smith  <dannysmith@users.sourceforge.net>
8589
8590         * include/oleauto.h (V_BOOL): Define in terms of boolVal,
8591         not bool, for C as well as C++.
8592
8593 2002-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
8594
8595         * include/shlwapi.h: New file.
8596         Thanks to: Mattia Barbon  <mbarbon@dsi.unive.it> and
8597         Victor Porton  <porton@narod.ru> for contributions.
8598         * lib/shlwapi.def: New file.
8599         * lib/test.c: #include shlwapi.h.
8600
8601 2002-07-21  Bart Oldeman  <bart.oldeman@btinternet.com>
8602
8603         * include/shlobj.h (FCIDM_MENU_FAVORITES): Remove bogus
8604         character.
8605         * include/winsock2.h (struct sockaddr): Use __int64 instead of
8606         long long.
8607         * lib/kernel32.c (GetCurrentFiber, GetFiberData): Watcom
8608         does not need external *Fiber library functions.
8609
8610 2002-07-20  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8611
8612         * include/winbase.h (GetEnvironmentStringsA): Remove duplicate
8613         definition.
8614         (Interlocked*): Wrap in #ifndef __INTERLOCKED_DECLARED to
8615         avoid compile error when already defined.
8616
8617 2002-07-20  Steven Edwards  <Steven_Ed4153@yahoo.com>
8618
8619         * include/winuser.h (WM_MENURBUTTONUP): Add define.
8620
8621 2002-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
8622
8623         * include/commdlg.h: Define CDN_* notification message constants
8624         as UINT.
8625
8626 2002-07-17  Mattia Barbon  <mbarbon@users.sourceforge.net>
8627
8628         * include/commctrl.h: Define notification message constants for
8629         NMHDR.code as UINT.
8630
8631 2002-07-17   Bart Oldeman  <bart.oldeman@btinternet.com>
8632
8633         * include/ddeml.h (MH_*) Add defines.
8634         (MONHSZSTRUCT): Add structure and typedefs.
8635         (MONLINKSTRUCT): Ditto.
8636         (MONCONVSTRUCT): Ditto.
8637         (MONCBSTRUCT): Ditto.
8638         (MONERRSTRUCT): Ditto.
8639         (MONMSGSTRUCT): Ditto.
8640         * include/windef.h: Don't define __cdecl or _cdecl for
8641         __WATCOM__.
8642         Don't define _export or __export for __WATCOM__.
8643         * include/windows.h (imm.h): #include.
8644         * include/winnt.h (LPEXCEPTION_RECORD): Add typedef.
8645
8646 2002-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
8647
8648         * include/wtypes.h: Remove duplicate #includes of rpc.h and
8649         rpcndr.h.
8650
8651 2002-07-05  Luke Dunstan  <infidel@users.sourceforge.net>
8652
8653         * include/winbase.h (OpenThread): Add prototype.
8654         * lib/kernel32.def (OpenThread): Add symbol.
8655
8656 2002-07-04  Luke Dunstan  <infidel@users.sourceforge.net>
8657
8658         * include/wtypes.h (HMETAFILEPICT): Add typedef.
8659
8660 2002-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
8661
8662         * include/rpc.h: Conditionally include <windows.h> before
8663         header guard.
8664         * include/wtypes.h: Include <rpc.h> and <rpcndr.h> before
8665         header guard.
8666
8667 2002-07-02  Danny Smith  <dannysmith@users.sourceforge.net>
8668
8669         * include/commctrl.h (WC_*): Remove some duplicate defines.
8670
8671 2002-07-02  Ken Fitlike  <kenfitlike@hotmail.com>
8672
8673         * include/commctrl.h (WC_IPADDRESS[AW]): Add defines and
8674         UNICODE mappings.
8675         (IPM*): Add defines.
8676         (IPN_*): Add defines.
8677         (NMIPADDRESS): Add structure and typedefs.
8678         (MAKEIPADDRESS): Add macro.
8679         (MAKEIPRANGE): Add macro.
8680         (FIRST_IPADDRESS): Add macro.
8681         (SECOND_IPADDRESS): Add macro.
8682         (THIRD_IPADDRESS): Add macro.
8683         (FOURTH_IPADDRESS): Add macro.
8684
8685 2002-06-25  Conrad Scott  <conrad.scott@dsl.pipex.com>
8686
8687         * include/winbase.h (FILE_FLAG_FIRST_PIPE_INSTANCE): Add constant.
8688
8689 2002-06-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8690
8691         * include/winbase.h (WINBASEAPI): Don't define if prior
8692         definition.
8693
8694         * include/winioctl.h (PARTITION_FAT32, PARTITION_FAT32_XINT13,
8695         PARTITION_XINT13, PARTITION_XINT13_EXTENDED, PARTITION_LDM,
8696         PARTITION_UNIX): Add defines.
8697         (PDRIVE_LAYOUT_INFORMATION): Add typedef.
8698         (IsRecognizedPartition): Also check for PARTITION_FAT32,
8699         PARTITION_FAT32_XINT13 and PARTITION_XINT13.
8700         (IsContainerPartition): Add macro.
8701
8702 2002-06-25  Ken Fitlike  <kenfitlike@hotmail.com>
8703
8704         * include/commctrl.h: (CBEIF_*): Add defines.
8705         (CBEN_*): Add defines and UNICODE mappings
8706         (WC_COMBOBOXEX[AW]): Add defines and UNICODE mappings.
8707         (CBEMAXSTRLEN): Add define.
8708         (COMBOBOXEXITEM[AW]): Add structures and typedefs.
8709         (NMCOMBOBOXEX[AW]): Add structures and typedefs.
8710         (NMCBEDRAGBEGIN[AW]): Add structure and typedefs.
8711         (NMCBEENDEDIT[AW]): Add structure and typedefs.
8712
8713 2002-06-24  Danny Smith  <dannysmith@users.sourceforge.net>
8714
8715         * include/objidl.h (struct tagPROPVARIANT): Kill obsolete
8716         union member _VARIANT_BOOL bool.
8717
8718 2002-06-24  Danny Smith  <dannysmith@users.sourceforge.net>
8719
8720         * include/winioctl.h (FILE_SPECIAL_ACCESS): Add define.
8721
8722 2002-06-24  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8723
8724         * include/winnt.h (PCCHAR, FCHAR, FSHORT, FLONG,
8725         PLUID_AND_ATTRIBUTES,PSECURITY_IMPERSONATION_LEVEL,
8726         PSID_AND_ATTRIBUTES, PTOKEN_TYPE, PTOKEN_STATISTICS):
8727         Add typedefs.
8728         (CCHAR): Correct typedef.
8729         (PROCESS_SET_SESSIONID, SECURITY_*,SECTION_MAP_EXECUTE):
8730         Add defines.
8731
8732 2002-06-24  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8733
8734         * README.w32api: Correct spelling error.
8735
8736 2002-06-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8737
8738         * include/winuser.h (FLASHW_*,INPUT_MOUSE,INPUT_KEYBOARD,
8739         INPUT_HARDWARE): Add defines.
8740         (HDEVNOTIFY): Add typedef.
8741         (FLASHWINFO,tagMOUSEMOVEPOINT,tagMOUSEINPUT,tagKEYBDINPUT,
8742         tagHARDWAREINPUT,tagINPUT,tagGUITHREADINFO): Define structs and
8743         typedefs.
8744         (CreateDesktop[AW],CreateMDIWindow[AW],GetClassInfo[AW],
8745         GetClassInfoEx[AW],GetKeyboardLayoutList,
8746         MessageBoxIndirect[AW],MsgWaitForMultipleObjects,
8747         MsgWaitForMultipleObjectsEx, RegisterClass[AW],
8748         RegisterClassEx[AW]): Correct prototypes.
8749
8750 2002-06-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8751
8752         * include/ddeml.h (DdeCreateStringHandle{AW]:Correct
8753         prototypes.
8754         * include/winsvc.h (StartServiceW): Correct prototype.
8755         * include/winbase.h (BackupRead,BackupSeek,BackupWrite,
8756         FileTimeToLocalFileTime, GetAce,GetPrivateProfileStruct[AW],
8757         GetTickCount,InterlockedExchangeAdd,
8758         WritePrivateProfileStruct[AW]: Correct prototypes.
8759         (GetEnvironmentStrings): Correct mapping to
8760         GetEnvironmentStringsA.
8761         * include/winver.h (VerQueryValueA,VerQueryValueW):
8762         Correct prototypes.
8763         * include/wincon.h (CreateConsoleScreenBuffer): Correct
8764         prototype.
8765         * include/winreg.h (RegQueryMultipleValues[AW],
8766         RegQueryValueEx[AW]):Correct prototypes.
8767         * include/wingdi.h (PXFORM, PLOGBRUSH, PLOGPEN, PPOLYTEXTA,
8768         PPOLYTEXTW): Add typedefs.
8769         (_DESIGNVECTOR,COLOR16, _TRIVERTEX, _DISPLAY_DEVICE): Add
8770         structures and typedefs.
8771         (MM_MAX_NUMAXES): Add define.
8772         (EnumFontsW,GetEnhMetaFilePixelFormat,
8773         wglGetLayerPaletteEntries): Correct prototypes.
8774         * include/winerror.h (RPC_X_INVALID_PIPE_OBJECT,
8775         RPC_X_WRONG_PIPE_ORDER,RPC_X_WRONG_PIPE_VERSION,
8776         RPC_S_SEND_INCOMPLETE): Add defines.
8777
8778 2002-06-17  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8779
8780         * include/windef.h (_fastcall, __fastcall, FASTCALL):
8781         Add defines.
8782
8783 2002-06-16  Egor Duda  <deo@logos-m.ru>
8784
8785         * include/ntdll.h: New file.
8786         * lib/ntdll.def: Add NtShutdownSystem.
8787
8788 2002-06-16  Steven Edwards  <Steven_Ed4153@yahoo.com>
8789
8790         * lib/dinput.def (DirectInputCreateEx): Add stub.
8791         * lib/ntdll.def: New file.
8792
8793 2002-06-14  Earnie Boyd  <earnie@users.sf.net>
8794
8795         * include/w32api.h: Change to version 2.0 to reflect the change
8796         in the license.
8797         * README: Renamed.
8798         * README.w32api: Renamed from README.  Modified license to remove
8799         the restriction of notifying the author based on the fact that the
8800         author is unreachable at the notified address.
8801         * Makefile.in (VERSION): Change to 2.0.
8802
8803 2002-06-14  Earnie Boyd  <earnie@users.sf.net>
8804
8805         * include/wingdi.h (GetEnhMetaFileBits): Correct typo.
8806         * Makefile.in (bindist): Correct the MinGW distribution.
8807
8808 2002-06-13  Earnie Boyd  <earnie@users.sf.net>
8809
8810         * include/winuser.h (MOUSEHOOKSTRUCT): Define structure.
8811         * include/wingdi.h (GetEnhMetaFileBits): Define prototype.
8812
8813 2002-06-13  Danny Smith  <dannysmith@users.sourceforge.net>
8814
8815         * lib/test.c: #include comcat.h.
8816
8817 2002-06-13  John K. Hohm  <jhohm@acm.org>
8818
8819         * include/comcat.h: New file.
8820
8821 2002-06-09  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
8822
8823         * include/richedit.h (EM_*, TM_*, GT_*): Add new defines.
8824         (GETTEXTEX): Add structure definition.
8825
8826 2002-06-08  Danny Smith  <dannysmith@users.sourceforge.net>
8827
8828         * include/windows.h (ole2.h): #include if !__OBJC__ and
8829         __GNUC__ >=3 and !WIN32_LEAN_AND_MEAN.
8830
8831 2002-06-07  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
8832
8833         * include/mapi.h: Change LPTSTR to LPSTR throughout.
8834
8835 2002-06-05  Danny Smith  <dannysmith@users.sourceforge.net>
8836
8837         * include/winnt.h (PACE_HEADER, PACCESS_ALLOWED_ACE,
8838         PACCESS_DENIED_ACE): Add typedefs.
8839
8840 2002-06-03  Danny Smith  <dannysmith@users.sourceforge.net>
8841
8842         * lib/thunk32.def (LIBRARY): Change to KERNEL32.dll.
8843
8844 2002-06-03 Steven Edwards  <Steven_Ed4153@yahoo.com>
8845
8846         * lib/kernel32.def (ConvertToGlobalHandle): Add stub.
8847
8848 2002-06-01  Danny Smith  <dannysmith@users.sourceforge.net>
8849
8850         * include/windef.h: Fix typo in last change.
8851
8852 2002-06-01  Danny Smith  <dannysmith@users.sourceforge.net>
8853
8854         * include/windef.h: Add no-op __try, __except, __finally
8855         defines from ...
8856         * include/excpt.h: Remove file.
8857         * include/windows.h: Don't include excpt.h.
8858
8859 2002-05-30  Christopher January  <chris@atomice.net>
8860
8861         * include/ntdef.h (ANSI_STRING, PANSI_STRING, OEM_STRING, POEM_STRING):
8862         Add missing typedefs.
8863
8864 2002-05-28  Earnie Boyd  <earnie@users.sf.net>
8865
8866         * include/w32api.h: Increment version to 1.5
8867         * Makefile.in: Ditto.
8868
8869
8870 2002-05-27  René Møller Fonseca  <fonseca@users.sourceforge.net>
8871
8872         * include/winreg.h: (RegConnectRegistry[AW]): Replace
8873         LP[W]STR with LPC[W]STR.
8874         (REG_QWORD, REG_QWORD_LITTLE_ENDIAN): Add defines.
8875         Clean up whitespace.
8876
8877 2002-05-27  Rick Rankin  <rick_rankin@yahoo.com>
8878
8879         * include/winnls.h: Add #define for LOCALE_RETURN_NUMBER.
8880
8881 2002-05-21  Earnie Boyd  <earnie@users.sf.net>
8882
8883         * Makefile.in: Increment VERSION to 1.4.
8884         (conf_prefix): New variable.
8885         (bindist): Modify target to use $(conf_prefix).
8886
8887 2002-05-20  Philip Aston  <philipa@mail.com>
8888
8889         * include/pbt.h (PBT_APMRESUMESUSPEND): Correct value is 7.
8890
8891 2002-05-20  René Møller Fonseca  <fonseca@users.sourceforge.net>
8892
8893         * include/lmaccess.h: (NetAccess*, NetGroup*,
8894         NetLocalGroup*, NetUser*, NetGet*, INetLogonControl[2],
8895         NetQueryDisplayInfotmationIndex): Replace LPWSTR with LPCWSTR.
8896
8897 2002-05-08  Danny Smith  <dannysmith@users.sourceforge.net>
8898
8899         * include/commctrl.h (ImageList_DragShowNolock): Remove
8900         conflicting redeclaration.
8901
8902 2002-05-07  Danny Smith  <dannysmith@users.sourceforge.net>
8903
8904         * include/windows.h: Move ANONYMOUS_UNION, _ANONYMOUS_STRUCT,
8905         STRICT and related defines to ...
8906         * include/windef.h: Here.
8907
8908 2002-05-03  Danny Smith  <dannysmith@users.sourceforge.net>
8909
8910         * include/winsock2.h (int32): Remove typedef.
8911         (SERVICETYPE): Add typedef.
8912         (struct _flowspec):Revise struct definition,  Comment
8913         on types used for members.
8914
8915 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
8916
8917         * include/winnt.h (EVENT_*, SEMAPHORE_*,MUTEX_*): Remove
8918         more defines added in earlier change.
8919         * lib/Makefile.in (TEST_OPTIONS): Add -Wsystem-headers flag.
8920
8921 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
8922
8923         * include/winnt.h (THREAD_PRIORITY_*): Remove defines
8924         added in last change.
8925
8926 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
8927
8928         * include/winnt.h (THREAD_*, EVENT_*, MUTANT_*,
8929         SEMAPHORE_*, MUTEX_*, TIMER_*): Add new defines.
8930
8931 2002-05-01  Manu B  <contact.manu@wanadoo.fr>
8932
8933         * include/commctrl.h (SNDMSG): Define and use throughout
8934         in other macros instead of SendMessage.
8935         * include/commdlg.h (SNDMSG): Ditto.
8936
8937 2002-04-22  José Fonseca  <jrfonseca@users.sf.net>
8938
8939         * include/GL/gl.h: New file.
8940         * include/GL/glext.h: Ditto.
8941         * include/GL/glu.h: Ditto.
8942
8943 2002-04-09  Earnie Boyd  <earnie@users.sf.net>
8944
8945         * include/w32api.h: Increment version.
8946         * Makefile.in: Ditto.
8947
8948 2002-04-09  Earnie Boyd  <earnie@users.sf.net>
8949
8950         * Makefile.in (bindist): Use * instead of . for file list for tar
8951         command.
8952
8953 2002-04-02  Danny Smith  <dannysmith@users.sourceforge.net>
8954
8955         * include/wtypes.h (enum tagCLSCTX): Change formatting.
8956
8957 2002-04-02  Pat Thoyts  <patthoyts@users.sourceforge.net>
8958
8959         * include/objidl.h (IRunningObjectTable.Register): Correct
8960         prototype.
8961         * include/wtypes.h (ROTFLAGS_REGISTRATIONKEEPSALIVE,
8962         ROTFLAGS_ALLOWANYCLIENT): Add defines.
8963
8964 2002-03-31  Victor Porton  <porton@narod.ru>
8965
8966         * include/shellapi.h (SHGFI_ATTR_SPECIFIED): Add define.
8967
8968 2002-03-29  David Robinow  <drobinow@yahoo.com>
8969
8970         * include/wingdi.h (SetPixelFormat): Correct prototype.
8971
8972 2002-03-29  Phil Krylov  <likewolf@users.sourceforge.net>
8973
8974         * include/richedit.h (EM_SHOWSCROLLBAR): Add define.
8975
8976 2002-03-26  Phil Krylov  <likewolf@users.sourceforge.net>
8977
8978         * include/richedit.h (EM_GETSCROLLPOS, EM_SETSCROLLPSPOS):
8979         Add defines.
8980
8981 2002-03-14  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
8982
8983         * include/richedit.h (RICHEDIT_CLASS): UNICODE it.
8984         * include/shlobj.h (IContextMenu2): Put methods in right order.
8985         * include/basetyps.h (REFGUID, REFIID, REFCLSID): Check for
8986         CINTERFACE before defining.
8987
8988 2002-03-09  Danny Smith  <dannysmith@users.sourceforge.net>
8989
8990         * include/accctrl.h: Add #pragma GCC system_header
8991         if __GNUC__ >= 3.
8992         * include/aclapi.h: Same.
8993         * include/basetsd.h: Same.
8994         * include/basetyps.h: Same.
8995         * include/cderr.h: Same.
8996         * include/cguid.h: Same.
8997         * include/commctrl.h: Same.
8998         * include/commdlg.h: Same.
8999         * include/cpl.h: Same.
9000         * include/cplext.h: Same.
9001         * include/custcntl.h: Same.
9002         * include/dbt.h: Same.
9003         * include/dde.h: Same.
9004         * include/ddeml.h: Same.
9005         * include/dlgs.h: Same.
9006         * include/excpt.h: Same.
9007         * include/httpext.h: Same.
9008         * include/imagehlp.h: Same.
9009         * include/imm.h: Same.
9010         * include/initguid.h: Same.
9011         * include/intshcut.h: Same.
9012         * include/ipexport.h: Same.
9013         * include/iphlpapi.h: Same.
9014         * include/ipifcons.h: Same.
9015         * include/iprtrmib.h: Same.
9016         * include/iptypes.h: Same.
9017         * include/isguids.h: Same.
9018         * include/largeint.h: Same.
9019         * include/lm.h: Same.
9020         * include/lmaccess.h: Same.
9021         * include/lmalert.h: Same.
9022         * include/lmapibuf.h: Same.
9023         * include/lmat.h: Same.
9024         * include/lmaudit.h: Same.
9025         * include/lmbrowsr.h: Same.
9026         * include/lmchdev.h: Same.
9027         * include/lmconfig.h: Same.
9028         * include/lmcons.h: Same.
9029         * include/lmerr.h: Same.
9030         * include/lmerrlog.h: Same.
9031         * include/lmmsg.h: Same.
9032         * include/lmremutl.h: Same.
9033         * include/lmrepl.h: Same.
9034         * include/lmserver.h: Same.
9035         * include/lmshare.h: Same.
9036         * include/lmsname.h: Same.
9037         * include/lmstats.h: Same.
9038         * include/lmsvc.h: Same.
9039         * include/lmuse.h: Same.
9040         * include/lmuseflg.h: Same.
9041         * include/lmwksta.h: Same.
9042         * include/lzexpand.h: Same.
9043         * include/mapi.h: Same.
9044         * include/mciavi.h: Same.
9045         * include/mcx.h: Same.
9046         * include/mmsystem.h: Same.
9047         * include/mswsock.h: Same.
9048         * include/nb30.h: Same.
9049         * include/nddeapi.h: Same.
9050         * include/nspapi.h: Same.
9051         * include/ntdef.h: Same.
9052         * include/ntsecapi.h: Same.
9053         * include/ntsecpkg.h: Same.
9054         * include/oaidl.h: Same.
9055         * include/objbase.h: Same.
9056         * include/objfwd.h: Same.
9057         * include/objidl.h: Same.
9058         * include/odbcinst.h: Same.
9059         * include/ole.h: Same.
9060         * include/ole2.h: Same.
9061         * include/ole2ver.h: Same.
9062         * include/oleauto.h: Same.
9063         * include/olectl.h: Same.
9064         * include/olectlid.h: Same.
9065         * include/oledlg.h: Same.
9066         * include/oleidl.h: Same.
9067         * include/pbt.h: Same.
9068         * include/prsht.h: Same.
9069         * include/psapi.h: Same.
9070         * include/rapi.h: Same.
9071         * include/ras.h: Same.
9072         * include/raserror.h: Same.
9073         * include/rassapi.h: Same.
9074         * include/regstr.h: Same.
9075         * include/richedit.h: Same.
9076         * include/richole.h: Same.
9077         * include/rpc.h: Same.
9078         * include/rpcdce.h: Same.
9079         * include/rpcdce2.h: Same.
9080         * include/rpcdcep.h: Same.
9081         * include/rpcndr.h: Same.
9082         * include/rpcnsi.h: Same.
9083         * include/rpcnsip.h: Same.
9084         * include/rpcnterr.h: Same.
9085         * include/rpcproxy.h: Same.
9086         * include/schannel.h: Same.
9087         * include/schnlsp.h: Same.
9088         * include/scrnsave.h: Same.
9089         * include/security.h: Same.
9090         * include/setupapi.h: Same.
9091         * include/shellapi.h: Same.
9092         * include/shlguid.h: Same.
9093         * include/shlobj.h: Same.
9094         * include/sql.h: Same.
9095         * include/sqlext.h: Same.
9096         * include/sqltypes.h: Same.
9097         * include/sqlucode.h: Same.
9098         * include/sspi.h: Same.
9099         * include/subauth.h: Same.
9100         * include/tlhelp32.h: Same.
9101         * include/unknwn.h: Same.
9102         * include/userenv.h: Same.
9103         * include/w32api.h: Same.
9104         * include/winbase.h: Same.
9105         * include/wincon.h: Same.
9106         * include/wincrypt.h: Same.
9107         * include/windef.h: Same.
9108         * include/windows.h: Same.
9109         * include/windowsx.h: Same.
9110         * include/winerror.h: Same
9111         * include/wingdi.h: Same.
9112         * include/wininet.h: Same.
9113         * include/winioctl.h: Same.
9114         * include/winnetwk.h: Same.
9115         * include/winnls.h: Same.
9116         * include/winnt.h: Same.
9117         * include/winperf.h: Same.
9118         * include/winreg.h: Same.
9119         * include/winresrc.h: Same.
9120         * include/winsock.h: Same.
9121         * include/winsock2.h: Same.
9122         * include/winspool.h: Same.
9123         * include/winsvc.h: Same.
9124         * include/winuser.h: Same.
9125         * include/winver.h: Same.
9126         * include/ws2tcpip.h: Same.
9127         * include/wsnetbs.h: Same.
9128         * include/wtypes.h: Same.
9129         * include/zmouse.h: Same.
9130         * include/mapi.h: Change header guard name to _MAPI_H  for
9131         consistency.
9132
9133 2002-03-08  Danny Smith  <dannysmith@users.sourceforge.net>
9134
9135         * include/accctrl.h (_ACCCTRL_H): Correct typo.
9136         Remove unnecessary inclusion of <wtypes.h>.
9137         * ChangeLog: Fix omission of name in recent entries.
9138
9139 2002-03-08  Antony Blakey  <antony.blakey@ihug.com.au>
9140
9141         * include/initguid.h (DEFINE_GUID): Add GUID_EXT to define.
9142
9143 2002-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
9144
9145         * include/mswsock.h: Group winsock2 dependants
9146         together and protect with #ifdef _WINSOCK2_H.
9147         * lib/test.c: Only test ws2tcpip.h if winsock2.h
9148         has been included.
9149
9150 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
9151
9152         * include/mswsock.h (TP_*): Add new defines.
9153         (TRANSMIT_PACKETS_ELEMENT): Define new structure.
9154         (WSAMSG): Likewise.
9155         (WSACMSGHDR): Likewise.
9156         (DisconnectEx): Add new prototype.
9157         (WSARecvMsg): Likewise.
9158         (WSA_CMSG_*) Add empty macros, guarded by #if 0.
9159
9160 2002-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
9161
9162         * ChangeLog: Fix typo in last entry.
9163         * include/winsock2.h (IPPROTO_*): Add IPv6 defines.
9164         * include/ws2tcpip.h: (IP_*): Add new defines.
9165         (INET_ADDRSTRLEN, INET6_ADDRSTRLEN): Add defines.
9166         (NI_*): Add getnameinfo constants and bitmasks.
9167         (AI_*): Add getaddrinfo flags.
9168         (EAI_*): Add getaddrinfo error codes.
9169         (ip_mreq_source): Add new structure.
9170         (ip_msfilter): Add new structure.
9171         (IP_MSFILTER_SIZE): Add new macro.
9172         (in_pktinfo): Add new structure.
9173         Add preliminary IPv6 support.
9174         (in6_addr): Add new structure and some defines.
9175         (sockaddr_in6): Add new structure.
9176         (in6addr_any, in6addr_loopback): Declare extern structures.
9177         (IN6ADDR_ANY_INIT,IN6ADDR_LOOPBACK_INIT): Add
9178         initialization macros for above.
9179         (IN6_ARE_ADDR_EQUAL): Define macro.
9180         (IN6_IS_ADDR_*): Define address testing macros.
9181         (socklen_t) Add new typedef.
9182         (ipv6_mreq): Add new structure.
9183         (in6_pktinfo): Same.
9184         (addrinfo): Same.
9185         (freeaddrinfo):Add new prototype.
9186         (getaddrinfo): Same.
9187         (gai_strerror[AW]): Same.
9188         (getnameinfo): Same.
9189         (sockaddr_in6_old): Add structure.
9190         (sockaddr_gen): Add union definition.
9191         (INTERFACE_INFO): Use sockaddr_gen as members.
9192         (INTERFACE_INFO_OLD): Add comment on workaround for problems
9193         with INTERFACE_INFO on NT4 prior to sp4.
9194
9195 2002-02-28  Danny Smith  <dannysmith@users.sourceforge.net>
9196
9197         * include/windows.h: Remove test for __W32API_MAJOR_VERSION
9198         when selecting winsock interface.
9199         * include/winsock2.h (SOCKET_ADDRESS_LIST): Add structure
9200         and typedefs. Thanks to: 'Lorenzo' <conte0@infinito.it>.
9201         Expand FIXME comment.
9202         (WSACOMPLETIONTYPE): Add enum.
9203         (WSACOMPLETION): Add structure and typedefs.
9204         (WSANSPIoctl): Add function prototpe and callback typedef.
9205         (SIO_NSP_NOTIFY_CHANGE): Add define.
9206         (sockaddr_storage): Add structure and typedefs.
9207
9208 2002-02-16  Andriy Palamarchuk  <apa3a@yahoo.com>
9209
9210         * include/winuser.h (OIC_*): Add resource constants.
9211
9212 2002-02-14 Mattia Barbon  <mbarbon@users.sourceforge.net>
9213
9214         * include/ntsecpkg.h: New file.
9215         * include/schannel.h: New file.
9216         * include/schnlsp.h: New file.
9217         * include/security.h: New file.
9218         * include/sspi.h: New file.
9219         * include/ntsecapi.h (KERB_WRAP_NO_ENCRYPT,
9220         MICROSOFT_KERBEROS_NAME_[AW]): Add missing constants
9221         * include/wincrypt.h (CALG_*, X509_ASN_ENCODING.
9222         PKCS_7_ASN_ENCODING, CERT_*, USAGE_MATCH_TYPE_AND,
9223         USAGE_MATCH_TYPE_OR, szOID_*): Add missing constants
9224         (struct _CRYPTOAPI_BLOB): Add structure and typedefs.
9225         (SSL_EXTRA_CERT_CHAIN_POLICY_PARA,HTTPSPolicyCallbackData,
9226         CERT_CHAIN_POLICY_PARA,CERT_CHAIN_POLICY_STATUS,
9227         CRYPT_ALGORITHM_IDENTIFIER, CRYPT_BIT_BLOB,
9228         CERT_PUBLIC_KEY_INFO, CERT_EXTENSION, CERT_INFO, CERT_CONTEXT,
9229         CTL_USAGE, CERT_ENHKEY_USAGE, CERT_USAGE_MATCH,
9230         CERT_CHAIN_PARA, CERT_CHAIN_FIND_BY_ISSUER_PARA,
9231         CERT_TRUST_STATUS, CRL_ENTRY, CRL_INFO, CRL_CONTEXT,
9232         CERT_REVOCATION_CRL_INFO, CERT_REVOCATION_INFO,
9233         CERT_CHAIN_ELEMENT, CRYPT_ATTRIBUTE, CTL_ENTRY, CTL_INFO,
9234         CTL_CONTEXT, CERT_TRUST_LIST_INFO, CERT_SIMPLE_CHAIN,
9235         CERT_CHAIN_CONTEXT): Add missing structures.
9236         (CertCloseStore, CertGetCertificateChain,
9237         CertVerifyCertificateChainPolicy, CertFreeCertificateChain,
9238         CertNameToStr[AW], CertOpenSystemStore[AW], CertOpenStore,
9239         CertFindCertificateInStore, CertFreeCertificateContext,
9240         CertGetIssuerCertificateFromStore,
9241         CertFindChainInStore): Add missing functions.
9242         (CertNameToStr, CertOpenSystemStore, CERT_FIND_SUBJECT_STR,
9243         CERT_FIND_ISSUER_STR): Add Unicode mappings.
9244         * lib/crypt32.def: New file.
9245         * lib/secur32.def: Add mising stubs.
9246         * lib/test.c: Include new headers.
9247
9248 2002-02-14  Danny Smith  <dannysmith@users.sourceforge.net>
9249
9250         * include/windef.h (PROC,FARPROC,NEARPROC): Remove void
9251         parameter.
9252
9253 2002-01-30  Danny Smith  <dannysmith@users.sourceforge.net>
9254
9255         * lib/test.c: Include mapi.h.
9256         * include/commctrl.h (TBSTYLE_*): Add missing defines.
9257         Thanks to: "Ron"  <ron@debian.org>
9258
9259 2002-01-30  John Fattaruso  <fattaruso@ieee.org>
9260
9261         * include/mapi.h: New file.
9262         * lib/mapi.def: Add missing function stubs.
9263
9264 2002-01-28  Danny Smith  <dannysmith@users.sourceforge.net>
9265
9266         * include/winuser.h (GetWindowLongPtr[AW],
9267         SetWindowLongPtr[AW]): Add prototypes for _WIN64.
9268
9269 2002-01-28  Mattia Barbon  <mbarbon@users.sourceforge.net>
9270
9271         * include/winuser.h (GWLP_*,DWLP_*): Add missing constants.
9272         (GetWindowLongPtr[AW], SetWindowLongPtr[AW]): Map them to
9273         {Get Set}WindowLong[AW], as in Win32 they are equivalent.
9274         (GetWindowLongPtr, SetWindowLongPtr): Add Unicode mappings.
9275
9276 2002-01-28  Danny Smith  <dannysmith@users.sourceforge.net>
9277
9278         * lib/test.c: Include wsnetbs.h.
9279
9280 2002-01-28  Kai Henningsen  <kai-henningsen@users.sourceforge.net>
9281
9282         * include/wsnetbs.h: New file.
9283
9284 2002-01-25  Earnie Boyd  <earnie@users.sf.net>
9285
9286         * include/winnt.h: Remove merge conflict.
9287
9288 2002-01-25  Danny Smith  <dannysmith@users.sourceforge.net>
9289
9290         * include/winnt.h (_TCHAR): Add typedefs.
9291
9292 2002-01-25  Tim Hughes  <tjh@delcam.com>
9293
9294         * include/wininet.h (SECURITY_FLAG_IGNORE_*): Add missing
9295         defines.
9296
9297 2002-01-25  Andriy Palamarchuk  <apa3a@yahoo.com>
9298
9299         * include/winsuser.h (ATF_AVAILABLE, SERKF_ACTIVE):
9300         Add defines.
9301         (LPACCESSTIMEOUT): Add typedef.
9302
9303 2002-01-24  Phillip Susi  <psusi@cfl.rr.com>
9304
9305         * include/commctrl.h: Add missing HDM_*,HDN_*,LVSICF_* defines.
9306
9307 2002-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
9308
9309         * include/commctrl.h (HDITEM[AW]): Rename _HD_ITEM[AW] to
9310         _HDITEM[AW], with parallel changes to typedefs. Use defines for
9311         backward compatability with old names. Update UNICODE mappings.
9312         (HDLAYOUT): Remove struct _HD_LAYOUT_XP.  Use new typedefs
9313         for struct _HD_LAYOUT and add defines for backward
9314         compatability with old names.
9315         (NMLISTVIEW): Rename _NM_LISTVIEW to tagNMLISTVIEW, with
9316         parallel chages to typedefs. Add defines for backward
9317         compatability with old names.
9318         (TCHITTESTINFO, IMAGELISTDRAWPARAMS): Fix _WIN32_IE guard.
9319
9320 2002-01-21  Robert Collins  <rbtcollins@hotmail.com>
9321
9322         * include/winnt.h: Add missing MEM_ defines, and convert existing to
9323         hex for readability.
9324
9325 2002-01-17  Marcus Geelnard  <marcus.geelnard@home.se>
9326
9327         * include/winsuser.h (tagKBDLLHOOKSTRUCT): Define struct
9328         and typedefs.
9329         (SPI_SETSCREENSAVERRUNNING): Add define.
9330         (LLKHF_ALTDOWN): Add define.
9331         * include/wingdi.h (PFD_GENERIC_ACCELERATED,
9332         PFD_DEPTH_DONTCARE): Add defines.
9333
9334 2002-01-17  Danny Smith  <dannysmith@users.sourceforge.net>
9335
9336         * include/objbase.h (CoGetObject): Add prototype.
9337
9338 2002-01-14  Timothy J. Wood  <tjw@omnigroup.com>
9339
9340         * include/winuser.h (ENUM_CURRENT_SETTINGS,
9341         ENUM_REGISTRY_SETTINGS): Add defines.
9342
9343 2002-01-14  Danny Smith  <dannysmith@users.sourceforge.net>
9344
9345         * include/winnt.h (FILE_ATTRIBUTE_ENCRYPTED): Correct constant.
9346         (FILE_ATTRIBUTE_DEVICE): Add define.
9347
9348 2002-01-14  Corinna Vinschen  <vinschen@redhat.com>
9349
9350         * include/winnt.h: Add INVALID_FILE_ATTRIBUTES.
9351
9352 2002-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
9353
9354         * ChangeLog: correct date in last entry.
9355
9356 2002-01-11  Timothy J. Wood  <tjw@omnigroup.com>
9357
9358         * include/winuser.h (MONITORENUMPROC): Add typedef.
9359         (EnumDisplayMonitors): Add prototype.
9360         * lib/user32.def (EnumDisplayMonitors): Add stub.
9361
9362 2002-01-11 Ralf Habacker  <Ralf.Habacker@freenet.de>
9363
9364         * include/ntsecapi.h:  Fixed missing void parameter type in some
9365         prototypes.
9366         * include/objbase.h: Ditto.
9367         * include/rapi.h: Ditto.
9368         * include/rpc.h: Ditto.
9369         * include/rpcdce.h: Ditto.
9370         * include/rpcdcep.h: Ditto.
9371         * include/rpcndr.h: Ditto.
9372         * include/rpcnsip.h: Ditto.
9373         * include/rpcproxy.h: Ditto.
9374         * include/windef.h: Ditto.
9375
9376 2002-01-07  Danny Smith  <dannysmith@users.sourceforge.net>
9377
9378         * lib/vfw32.def (LIBRARY): Change to MSVFW32.DLL.
9379
9380 2002-01-04  TAMURA Kent  <tkent@users.sourceforge.net>
9381
9382         * include/wingdi.h (BI_JPEG, BI_PNG, GGO_BEZIER,GGO_UNHINTED,
9383          LAYOUT_RTL, LAYOUT_BITMAPORIENTATIONPRESERVED): Add defines.
9384         * include/winuser.h (HWND_MESSAGE, WS_EX_COMPOSITED,
9385         WS_EX_LAYERED, WS_EX_LAYOUTRTL, WS_EX_NOACTIVATE,
9386         WS_EX_NOINHERITLAYOUT): Add defines.
9387         * include/winnt.h (PF_RDTSC_INSTRUCTION_AVAILABLE,
9388         PF_PAE_ENABLED, MEM_PHYSICAL, MEM_RESET, MEM_TOP_DOWN,
9389         MEM_WRITE_WATCH): Add defines.
9390
9391
9392 2002-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
9393
9394         * include/winbase.h (InitializeCriticalSectionAndSpinCount):
9395         Add prototype.
9396         (SetCriticalSectionSpinCount): Likewise.
9397
9398 2001-12-30  Guido Serassio  <serassio@libero.it>
9399
9400         * include/winsvc.h: Add EnumServiceStatusEx(),
9401         QueryServiceStatusEx()
9402         & RegisterServiceCtrlHandlerEx()
9403
9404 2001-12-21  Robert Collins  <rbtcollins@hotmail.com>
9405
9406         * include/wingdi.h: Add GetRandomRgn and SYSRGN.
9407
9408 2001-12-20  Christopher Faylor  <cgf@redhat.com>
9409
9410         * lib/Makefile.in: Revert inst_installdir definitions to working
9411         versions.
9412
9413 2001-12-17  Guido Serassio  <serassio@libero.it>
9414
9415         * include/winsvc.h: Add ChangeServiceConfig2() &
9416         QueryServiceConfig2() definition
9417
9418 2001-12-17  Robert Collins  <rbtcollins@hotmail.com>
9419
9420         * include/commctrl.h: New typedefs for HDLAYOUT and LPHDLAYOUT based
9421         on MSDN documentation for XP.
9422
9423 2001-12-15  Andrew Begel  <abegel@eecs.berkeley.edu>
9424
9425         * include/winbase.h (CreateHardLink): Correct typo in UNICODE
9426         mappings.
9427
9428 2001-12-11  Phillip Susi  <psusi@cfl.rr.com>
9429
9430         * include/commctrl.h (ACS_*): Add new defines.
9431         (PGS_*): Ditto.
9432         (CBES_*): Ditto.
9433         (TBSTYLE_*): Ditto.
9434         (TB_*): Ditto.
9435         (TTS_*): Ditto.
9436         (UDS_HOTTRACK): Add define.
9437         (SBT_TOOLTIPS): Ditto.
9438         (TBS_*): Add new defines.
9439         (HDS_*): Ditto.
9440         (LVS_EX_*) Ditto.
9441         (LVKF_*): Ditto.
9442         (TCM_GETEXTENDEDSTYLE): Add define.
9443         (TVS_NOHSCROLL): Ditto.
9444         (TVIF_INTEGRAL): Ditto.
9445         (DTS_SHORTDATECENTURYFORMAT): Ditto.
9446         (TCS_*): Add new defines.
9447         (CBEM_*): Add defines.
9448         (tagNMITEMACTIVATE): Add structure definition and typedefs.
9449         (tagTVITEMEX[AW]: Ditto.
9450         (tagTVINSERTSTRUCT[AW]: Add union member.
9451         * include/winbase.h (VirtualAllocEx): Add prototype.
9452         * include/winuser.h (SS_*): Add new defines.
9453
9454 2001-12-07  Earnie Boyd  <earnie@users.sf.net>
9455
9456         * Makefile.in: Increment VERSION.
9457         * include/w32api.h: Ditto.
9458
9459 2001-12-07  Earnie Boyd  <earnie@users.sf.net>
9460
9461         * Makefile.in: Increment VERSION.
9462         * include/w32api.h: Ditto.
9463
9464 2001-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
9465
9466         * include/setupi.h (SetupDiCreateDeviceInterfaceRegKey[AW],
9467         SetupDiCreateDevRegKey[AW],SetupDiDeleteDeviceInterfaceRegKey,
9468         SetupDiDeleteDevRegKey,SetupDiOpenClassRegKey,
9469         SetupDiOpenClassRegKeyEx[AW],SetupDiOpenDeviceInterfaceRegKey,
9470         SetupDiOpenDevRegKey): Correct function names.
9471
9472 2001-12-04  Earnie Boyd  <earnie@users.sf.net>
9473
9474         * include/winuser.h (IDC_STATIC): Don't define.
9475
9476 2001-12-04  Danny Smith  <dannysmith@users.sourceforge.net>
9477
9478         Cleanup merge between SourceForge and winsup CVS.
9479         * include/winbase.h (OSVERSIONINFO[AW], OSVERSIONINFOEX[AW]: Remove
9480         definitions.
9481         * include/winnt.h (VER_NT*): Remove duplicate defines.
9482         (VER_SUITE*): Group with VER_PLATFORM*, VER_NT* defines.
9483
9484 2001-12-03  Earnie Boyd  <earnie@users.sf.net>
9485
9486         * include/accctrl.h: Change \r\n to \n.
9487
9488 2001-11-30  Danny Smith  <dannysmith@users.sourceforge.net>
9489
9490         * include/ipexport.h (IP_UNIDIRECTIONAL_ADAPTER_ADDRESS):
9491         Add structure definition.
9492         * include/iptypes.h (IP_PER_ADAPTER_INFO): Ditto.
9493         * include/iphlpapi.h (AddIPAddress,CreateProxyArpEntry,
9494         DeleteIPAddress,DeleteProxyArpEntry,EnableRouter,
9495         FlushIpNetTable,GetAdapterIndex,GetPerAdapterInfo,
9496         GetUniDirectionalAdapterInfo,SendARP,SetAdapterIpAddress,
9497         UnenableRouter) Declare functions.
9498         * lib/iphlpapi.def: Add function names to import lib.
9499
9500 2001-11-24  Danny Smith  <dannysmith@users.sourceforge.net>
9501
9502         * include/winnt.h (PACCESS_MASK): Add typedef.
9503         * include/aclapi.h: New file.
9504         * include/acctrl.h: New file.
9505         * lib/advapi32.def: Add missing symbols.
9506         * lib/test.c: Add #include <aclapi.h>.
9507
9508 2001-11-23  Danny Smith  <dannysmith@users.sourceforge.net>
9509
9510         * include/winbase.h (OSVERSIONINFO[AW],VER_PLATFORM_WIN32s,
9511         VER_PLATFORM_WIN32_WINDOWS,VER_PLATFORM_WIN32_NT): Move from
9512         here ...
9513         * include/winnt.h: ... to here.
9514         * include/winbase.h (VerifyVersionInfo[AW]): Add declaration.
9515         * include/winnt.h (OSVERSIONINFOEX[AW]): Add structure definitions
9516         and typedefs.
9517         (VER_NT_WORKSTATION,VER_NT_DOMAIN_CONTROLLER,VER_NT_SERVER):
9518         Add defines.
9519
9520 2001-11-19  Pierre Muller  <muller@ics.u-strasbg.fr>
9521
9522         * w32api/include/winnt.h: prepare SSE register support.
9523         (CONTEXT_EXTENDED_REGISTERS): Add new define.
9524         (MAXIMUM_SUPPORTED_EXTENSION): New define.
9525         (struct CONTEXT): ExtendedRegisters field added.
9526
9527 2001-11-16  Danny Smith  <dannysmith@users.sourceforge.net>
9528
9529         * include/winuser.h (tagALTTABINFO, tagCOMBOBOXINFO,
9530         tagCURSORINFO, tagMENUBARINFO, tagMENUINFO, tagMONITORINFO
9531         tagSCROLLBARINFO, tagTITLEBARINFO. tagWINDOWINFO,
9532         tagLASTINPUTINFO ): Define new structures.
9533         (EndMenu, GetAltTabInfo[AW],GetComboBoxInfo,GetCursorInfo,
9534         GetLastInputInfo, GetListBoxInfo, GetMenuBarInfo,
9535         GetMonitorInfo[AW], GetScrollBarInfo, GetTitleBarInfo,
9536         GetWindowInfo, GetWindowModuleFileName[AW],GetMenuInfo
9537         SetMenuInfo): Add new prototypes.
9538         * lib/user32.def: Add import stubs for above functions.
9539
9540         * include/winuser.h (IDC_STATIC): Protect against prior
9541         definition.
9542
9543 2001-11-12  Corinna Vinschen  <corinna@vinschen.de>
9544
9545         * include/winbase.h (OSVERSIONINFOEX): Add definition.
9546         * include/winnt.h: Add VER_NT_* and VER_SUITE_* defines.
9547
9548 2001-11-10  Robert Collins  <rbtcollins@hotmail.com>
9549
9550         * include/winnt.h: Add Danny Smith's text comment about gcc compiler
9551         warnings with _AUTHORITY #defines.
9552
9553 2001-11-09  Robert Collins  <rbtcollins@hotmail.com>
9554
9555         * include/winnt.h (GetCurrentFiber): Create a prototype before the
9556         implementation.
9557         (GetFiberData): Ditto.
9558
9559 2001-11-09  Robert Collins  <rbtcollins@hotmail.com>
9560
9561         * include/winnt.h: Backout last change.
9562
9563 2001-11-08  Robert Collins  <rbtcollins@hotmail.com>
9564
9565         * include/winnt.h: Define *_SID_AUTHORITY appropriately,
9566         GetCurrentFiber: Create a prototype before the implementation.
9567         GetFiberData: Ditto.
9568
9569 2001-11-06  Danny Smith  <dannysmith@users.sourceforge.net>
9570
9571         * include/winuser.h (IDC_STATIC): Add define.
9572         Thanks to: Benoit Laniel.
9573
9574 2001-11-05  Danny Smith  <dannysmith@users.sourceforge.net>
9575
9576         * include/commdlg.h: Include <unknwn.h> rather than local
9577         definition of LPUKNOWN.
9578         * include/rpcproxy.h: Don't include if ndef CINTERFACE.
9579         Emit warning.
9580
9581 2001-11-05  Mattia Barbon  <mbarbon@dsi.unive.it>
9582
9583         * include/windef.h (DECLSPEC_NORTEURN): Add an empty version
9584         for Watcom.
9585         (DECLARE_STDCALL_P): Use it to add __stdcall decoration for
9586         functions of the form 'type * function(...)' in a way compatible
9587         with both Watcom and GCC.
9588         * include/rpcdcep.h (I_RpcAllocate): Use DECLARE_STDCALL_P.
9589         * include/rpcproxy.h (CInterfaceProxyVtbl): Do not declare
9590         zero-sized arrays for Watcom. Mark as __extension for __GNUC__.
9591         * include/windows.h: Watcom can use anonymous structs/unions.
9592         * include/winnt.h: Watcom can use 64 bit ints.
9593         (GetCurrentFiber): Add another inline definition using
9594         Watcom inline assembly syntax.
9595         (GetFiberData): Likewise.
9596         * include/winsock.h (inet_ntoa): Use DECLARE_STDCALL_P.
9597         (gethostbyname): Likewise.
9598         (gethostbyaddr}: Likewise.
9599         (getservbyport}: Likewise.
9600         (getservbyname}: Likewise.
9601         (getprotobynumber}: Likewise.
9602         (getprotobyname}: Likewise.
9603         * include/winsock2.h (inet_ntoa): Use DECLARE_STDCALL_P.
9604         (gethostbyname}: Likewise.
9605         (gethostbyaddr}: Likewise.
9606         (getservbyport}: Likewise.
9607         (getservbyname}: Likewise.
9608         (getprotobynumber}: Likewise.
9609         (getprotobyname}: Likewise.
9610         * lib/diinut.c: Correction for Watcom.
9611         * lib/kernel32.c (GetCurrentFiber): Add another definition
9612         using Watcom inline assembly syntax.
9613         (GetFiberData): Likewise.
9614         * lib/scrnsave.c (WinMain): Add break after default:
9615         clause.
9616
9617 2001-11-04  "stefan"  <stefan@lkcc.org>
9618
9619         * include/winnt.h (GetCurrentFiber): Add prototype.
9620         (GetFiberData): Likewise.
9621
9622 2001-11-04  Christopher Faylor  <cgf@redhat.com>
9623
9624         * lib/Makefile.in: Add .NOTPARALLEL target since dlltool cannot run in
9625         parallel invocations.
9626
9627 2001-11-03  Christopher Faylor  <cgf@redhat.com>
9628
9629         * lib/scrnsave.c (WinMain): Trivial change to avoid a compiler warning.
9630
9631 2001-11-01  Danny Smith  <dannysmith@users.sourceforge.net>
9632
9633         * include/basetyps.h (DECLARE_INTERFACE): Don't add
9634         __attribute__((com_interface)) for __GNUC__ >= 3.
9635
9636 2001-11-01  Danny Smith  <dannysmith@users.sourceforge.net>
9637
9638         * include/commdlg.h (PRINTPAGERANGE): Add structure
9639         definition.
9640         (PRINTDLGEX[AW]): Likewise.
9641         (PrintDlgEx[AW]): Add function declaration.
9642         * lib/comdlg32.def (PrintDlgEx[AW]): Add function stubs.
9643         * ChangeLog: Fix typo in last entry.
9644
9645 2001-11-01  TAMURA Kent  <tkent@users.sourceforge.net>
9646
9647         * include/objbase.h (CoGetClassObject): Change third parameter
9648         to COSERVERINFO*.
9649
9650 2001-10-30  Danny Smith  <dannysmith@users.sourceforge.net>
9651
9652         * include/winuser.h (MOUSEEVENTF_WHEEL): Define.
9653         Thanks to: Kim Saunders.
9654         * include/oleauto.h: Define VARIANT* flags for VariantChangeType.
9655         Thanks to: Pat Thoyts.
9656         * include/winnt.h: Change C++ style comment to C style.
9657         * include/shlobj.h: Ditto.
9658         * include/objbase.h (enum tagCOINIT): Remove comma at end of
9659         list.
9660         * include/oledlg.h (enum tagOLEUIPASTEFLAG): Ditto.
9661         * include/oleidl.h (enum tagDROPEFFECT): Mark as __extension__
9662         (enum not limited to range of int).
9663         * include/oaidl.h (struct tagVARIANT): Mark as __extension__
9664         (struct with no named members), ifndef NONAMELESSUNION.
9665
9666 2001-10-30  Danny Smith  <dannysmith@users.sourceforge.net>
9667
9668         * include/winuser.h (CREATESTRUCT): UNICODE it.
9669         (CBT_CREATEWND): Likewise.
9670
9671 2001-10-20  Corinna Vinschen  <corinna@vinschen.de>
9672
9673         * include/winnetwk.h (WNetGetResourceInformationA): Add declaration.
9674         (WNetGetResourceInformationW): Ditto.
9675         (WNetGetResourceInformation): Add define.
9676
9677 2001-10-12  Pedro A Aranda  <paaguti@hotmail.com>
9678
9679         * include/winuser.h (POINTSTOPOINT): Use explicit casts
9680         before extracting words.
9681
9682 2001-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
9683
9684         * include/winnt.h: Add PF_* defines.
9685         Thanks to: "Wizord"  <wizord@argoslabs.com>
9686
9687 2001-09-18  Danny Smith  <dannysmith@users.sourceforge.net>
9688
9689         * include/winnt.h (_[U]LARGE_INTEGER): Mark nameless structure
9690         field as _ANONYMOUS_STRUCT.
9691         * include/setupapi.h (SP_DEVINSTALL_PARAMS): Add missing typedef
9692         for UNICODE.
9693         * include/ipexport.h (icmp_echo_reply): Remove extra ';'.
9694         * lib/makefile.in: Add -pedantic switch to TEST_OPTIONS for header
9695         test.
9696
9697 2001-09-17  Mattia Barbon  <mbarbon@dsi.unive.it>
9698
9699         * include/commctrl.h: Add some ListView constants.
9700
9701 2001-09-17  Earnie Boyd  <earnie@sf.net>
9702
9703         * lib/Makefile.in (inst_includedir): Add FIXME and remove the usr/
9704         portion of the directory from the install.
9705         (inst_libdir): Ditto.
9706         * Makefile.in (VERSION): Increment.
9707         * include/w32api.h: Increment version.
9708
9709 2001-09-13  Earnie Boyd  <earnie@SF.net>
9710
9711         * lib/Makefile.in (inst_includedir): Change to always use w32api
9712         subdirectory for target == cygwin.
9713         (inst_libdir): Ditto.
9714
9715 2001-09-13  Earnie Boyd  <earnie@SF.net>
9716
9717         * lib/Makefile.in (config_prefix): New variable.
9718         (inst_includedir): Manipulate special value only if target == cygwin
9719         and build == target and prefix != config_prefix.
9720         (inst_libdir): Ditto.
9721
9722 2001-09-12  Earnie Boyd  <earnie@SF.net>
9723
9724         * Makefile.in (TARFLAGS): New variable.
9725         (TARFILEEXT): Ditto.
9726
9727 2001-09-12  Earnie Boyd  <earnie@SF.net>
9728
9729         * Makefile.in: Increment version.
9730         * include/w32api.h: Ditto.
9731         * lib/Makefile.in: Add usr/ to install directory special for cygwin.
9732
9733 2001-09-11  Danny Smith  <dannysmith@users.sourceforge.net>
9734
9735         * include/winnt.h (_[U]LARGE_INTEGER): Protect nameless struct with
9736         !defined(NONAMELESSUNION), rather than defined(_ANONYMOUS_STRUCT).
9737         (_REPARSE_DATA_BUFFER): Name union field DUMMYUNIONNAME.
9738
9739 2001-09-05  Danny Smith  <dannysmith@users.sourceforge.net>
9740
9741         * include/wininet.h (InternetAutodial): Add prototype.
9742         (InternetAutodialHangup): Ditto.
9743         (InternetDial): Ditto.
9744         (InternetGetConnectedState): Ditto.
9745         (InternetGoOnline): Ditto.
9746         (InternetHangUp): Ditto.
9747         (InternetSetDialState): Ditto.
9748         Add associated INTERNET_* auto dial flags.
9749         Guard typedefs and prototypes with #ifndef RC_INVOKED.
9750
9751 2001-09-04  Earnie Boyd  <earnie@SF.Net>
9752
9753         * lib/Makefile.in: Move the setting of variable libdir to after the
9754         setting of exec_prefix since the value of libdir is dependant on it.
9755
9756 2001-09-04  Christopher Faylor  <cgf@cygnus.com>
9757
9758         * include/winbase.h: Add missing closing parentheses to
9759         InterlockedExchangePointer declaration.
9760
9761 2001-09-01  Danny Smith  <dannysmith@users.sourceforge.net>
9762
9763         * include/shlobj.h (CFSTR_* ): Add new defines.
9764         Thanks to: "Ron" <ron@debian.org> .
9765         Unicode them.
9766
9767 2001-09-01  Christopher Faylor  <cgf@cygnus.com>
9768
9769         * include/winnt.h: Use defined(_ANONYMOUS_STRUCT) to determine if
9770         anonymous structs are available rather than just testing preprocessor
9771         variable directly.
9772
9773 2001-08-31  Corinna Vinschen  <corinna@vinschen.de>
9774
9775         * include/winnt.h: Change definition of `SYSTEM_LUID' to comply
9776         with new `LARGE_INTEGER' definition.
9777
9778 2001-08-30  Christopher Faylor  <cgf@cygnus.com>
9779
9780         * include/winsock2.h: Remove "extra token" after #endif.
9781
9782 2001-08-31  Earnie Boyd  <earnie@SF.Net>
9783
9784         * config.guess: Remove the \r from the end of line.
9785         * config.sub: Ditto.
9786
9787 2001-08-30  Danny Smith  <dannysmith@users.sourceforge.net>
9788
9789         * include/winnt.h: Allow anonymous struct in [U]LARGE_INTEGER
9790         if __cplusplus as well as if _ANONYMOUS_STRUCT.
9791
9792 2001-08-29  Earnie Boyd  <earnie@SF.Net>
9793
9794         * config.guess: Add the MSYS system.
9795         * config.sub: Ditto.
9796         * include/winsock.h: Add the __INSIDE_MSYS__ protections.
9797         * incldue/winsock2.h: Ditto.
9798
9799 2001-08-29  Eric Kohl  <ekohl@users.sourceforge.net>
9800
9801         * include/winnt.h: Allow anonymous (Xxx.LowPart) or
9802         non-anonymous (Xxx.u.LowPart) access to HighPart and
9803         LowPart of a LARGE_INTEGER or ULARGE_INTEGER.
9804
9805 2001-08-24  TAMURA Kent  <tkent@users.sourceforge.net>
9806
9807         * include/wingdi.h (HANGUL_CHARSET): Add define.
9808
9809 2001-08-21  Earnie Boyd  <earnie@SF.Net>
9810
9811         * include/setupapi.h: Formatting.
9812
9813 2001-08-21  Earnie Boyd  <earnie@SF.Net>
9814
9815         * include/shlobj.h: Remove \r from the line endings.
9816
9817 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
9818
9819         * include/setupapi.h : New file.
9820         * lib/setupapi.def:New file.
9821         * lib/test.c: Include setupapi.h.
9822
9823 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
9824         * include/winioctl.h (_DISK_PERFORMANCE): Correct typo.
9825
9826 2001-08-21  Mattia Barbon  <mbarbon@dsi.unive.it>
9827
9828         * include/richedit.h (ENLINK): Add structure definition.
9829         (EM_AUTOURLDETECT, EN_LINK, ENM_LINK): Add defines.
9830
9831 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
9832
9833         * include/shlobj.h (CMIC_*): Remove duplicate defines.
9834         (CMDSTR_*): Remove duplicates; UNICODE string constants.
9835         (GCS_*): Make UNICODE.
9836         (CSIDL_*): Add more defines.
9837         * include/winioctl.h (_MEDIA_TYPE): Add pointer typedef.
9838         (_DISK_GEOMETRY): Ditto.
9839         (_DISK_PERFORMANCE): Ditto.
9840         * include/winbase.h (HasOverlappedIoCompleted): Add macro.
9841
9842 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
9843
9844         * include/winnt.h: Move CHAR, SHORT and LONG typedefs outside
9845         of block protected by #ifndef VOID.
9846         (This reverts 1998-12-01 Anders Norlander change.)
9847         * include/odbcinst.h: End file with newline.
9848         * include/raserror.h: Ditto.
9849
9850 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
9851
9852         * include/winsock2.h (#include <wtypes.h): Don't.
9853         (_BLOB): Define instead, if not already done.
9854         (__BLOB_T_DEFINED: New define for guarding _BLOB.
9855         * include/wtypes.h (_BLOB): Guard against prior definition.
9856
9857 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
9858
9859         * include/oaidl.h (tagVARIANT): Mark anonymous structs and unions
9860         as __extension__.
9861         (tagTYPEDESC): Ditto.
9862         (_wireBRECORD): Add structure definition.
9863         (_wireSAFEARR_BRECORD): Ditto.
9864         (_wireSAFEARR_HAVEIID): Ditto.
9865         (_wireSAFEARRAY_UNION.u): Add fields SAFEARR_BRECORD RecordStr,
9866         SAFEARR_HAVEIID HaveIidStr.
9867         (tagVariant): Add fields _VARIANT_BOOL bool,*pbool.
9868         (_wireVARIANT): Change field parray to type wirePSAFEARRAY,
9869         pparray to wirePSAFEARRAY*.
9870         (_wireVARIANT): Add field wireBRECORD brecVal.
9871         (wireVARIANT): Change typedef to struct _wireVariant*.
9872         (IRecordInfo): Add interface definition.
9873         (LPRECORDINFO): Add typedef for IRecordInfo*.
9874         (IID_IRecordInfo): Add forward decalaration.
9875
9876 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
9877
9878         * include/lmcons.h: Guard CNLEN and UNCLEN against prior definition.
9879         * include/nddeapi.h: Likewise.
9880
9881 2001-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
9882
9883         * lib/test.c (Win32_Winsock): Replace with __USE_W32_SOCKETS.
9884         Add more includes of w32api headers.
9885
9886 2001-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
9887
9888         * include/winnt.h (GetCurrentFiber): Change __inline to __inline__.
9889         Swap asm code with that of GetFiberData.
9890         (GetFiberData): Ditto.
9891         * lib/kernel32.c: New file, containing library versions of
9892         GetCurrentFiber and GetFiberData.
9893         * lib/makefile.in: Add kernel32.o as static object to libkernal32.a.
9894
9895 2001-08-08  Danny Smith  <dannysmith@users.sourceforge.net>
9896
9897         * include/winuser.h (GET_WHEEL_DELTA_WPARAM): Add macro.
9898         Thanks to: Harold Hunt <Harold@compasstechnologies.com>.
9899
9900 2001-08-08  Danny Smith  <dannysmith@users.sourceforge.net>
9901
9902         * lib/oleaut32.def: Regenerate.
9903
9904 2001-08-04  Danny Smith  <dannysmith@users.sourceforge.net>
9905
9906         * include/wtypes.h (DECIMAL_SETZERO): Correct typo.
9907
9908 2001-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
9909
9910         Apply Dmitry Bely  <dbely@mail.ru> patch 437834 (with additions).
9911         * include/oleidl.h (ISupportErrorInfo, ICreateInfo): Move from here
9912         * include/oaidl.h: ... to here.
9913         * include/oaidl.h ICreateErrorInfo): Add interface definition.
9914         (IErrorInfo::GetGUID): Change arg to GUID.
9915         (LPSUPPORTERRORINFO): Add typedef.
9916         (IID_ISupportErrorInfo): Change forward decl. of type to IID.
9917
9918 2001-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
9919
9920         * include/winsock2.h (WSAGET* and WSAMAKE*): Remove duplicate
9921         defines.
9922
9923 2001-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
9924
9925         * include/commctrl.h (TreeView_SetIndent): Correct typo.
9926
9927 2001-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
9928
9929         * include/commctrl.h (TBSTYPE_FLAT): Remove define.
9930         Thanks to: Jason Craig  <jacraig@softhome.net>
9931
9932 2001-07-30  Mattia Barbon  <mbarbon@dsi.unive.it>
9933
9934         * include/commctrl.h (TBBUTTONINFO[AW]): Add struct definitions,
9935         and UNICODE mappings, if _WIN32_IE >= 0x400.
9936         (TBIF_* and TB_SETBUTTONINFO): Add defines, if _WIN32_IE >= 0x400.
9937         (CDIS_*,CDDS_*,CDRF_*) : Add defines.
9938         (tagNMCUSTOMDRAWINFO): Add struct definition and typedefs.
9939         (tagNMLVCUSTOMDRAW): Likewise.
9940         (tagNMTVCUSTOMDRAW): Likewise.
9941         (tagNMLVCACHEHINT): Likewise.
9942
9943 2001-07-06  Danny Smith  <dannysmith@users.sourceforge.net>
9944
9945         * include/basetsd.h (#include <_mingw.h>): Remove.
9946         (__int64): Define.
9947
9948 2001-06-28  Danny Smith  <dannysmith@users.sourceforge.net>
9949
9950         * include/wingdi.h (AC_SRC_OVER): Add define.
9951         (struct _BLENDFUNCTION): Add.
9952
9953 2001-06-28  Danny Smith  <dannysmith@users.sourceforge.net>
9954
9955         * include/shlobj.h:  Add BIF_* defines.
9956
9957 2001-06-27  Danny Smith  <dannysmith@users.sourceforge.net>
9958
9959         * include/winerror.h (E_PENDING): Add error code define.
9960
9961 2001-06-27  Danny Smith  <dannysmith@users.sourceforge.net>
9962
9963         * include/basetsd.h (#include <_mingw.h>): Add directive.
9964
9965 2001-06-25  Danny Smith  <dannysmith@users.sourceforge.net>
9966
9967         * include/winbase.h (InterlockedCompareExchange): Change args
9968         and return value from PVOID to LONG.
9969         (InterlockedExchange): Change first arg to LPLONG.
9970         (InterlockedCompareExchangePointer): New macro.
9971         (InterlockedExchangePointer): New macro.
9972
9973 2001-06-19  Danny Smith  <dannysmith@users.sourceforge.net>
9974
9975         * lib/kernel32.def: Add LanguageGroup and UILanguage symbols.
9976         Thanks to Kevin Chase <kevincha99@hotmail.com>.
9977
9978 2001-06-11  TAMURA Kent  <tkent@users.sourceforge.net>
9979
9980         * objidl.h (IMalloc::ReAlloc()): Correct declaration.
9981         (IMalloc::Free()): Ditto.
9982
9983 2001-06-11  Danny Smith  <dannysmith@users.sourceforge.net>
9984
9985         * include/shlobj.h (REGSTR_PATH_EXPLORER): Unicode it.
9986         (REGSTR_PATH_SPECIAL_FOLDERS): Ditto.
9987         * include/regstr.h (REGSTR_PATH_EXPLORER): Add #ifndef guard.
9988
9989 2001-06-11  Mattia Barbon  <mbarbon@dsi.unive.it>
9990
9991         * include/shlobj.h (struct _browseinfo): UNICODE it.
9992         (SHBrowseForFolder): Ditto.
9993         (SHGetPathFromIDList): Ditto.
9994
9995 2001-06-11  Earnie Boyd  <earnie@users.sourceforge.net>
9996
9997         * include/basetsd.h: RC_INVOKED protection and realignment.
9998         Thanks to: Colin Peters <colinpeters@users.sourceforge.net>
9999
10000 2001-06-06  Earnie Boyd  <earnie@users.sourceforge.net>
10001
10002         * Makefile.in (bindist): Reassign value of exec_prefix on make command
10003         line.
10004
10005 2001-05-22  Christopher Faylor  <cgf@cygnus.com>
10006
10007         * lib/mapi32.def: Add MAPISendMail.
10008
10009 2001-05-22  Earnie Boyd  <earnie@users.sourceforge.net>
10010
10011         * include/w32api.h: Update version.
10012         * Makefile.in: Ditto.
10013
10014 2001-05-17  Corinna Vinschen  <corinna@vinschen.de>
10015
10016         * include/winnt.h: Define SE_GROUP_LOGON_ID as unsigned to avoid
10017         compiler warnings.
10018
10019 2001-05-17  Corinna Vinschen  <corinna@vinschen.de>
10020
10021         * include/ntdef.h: Protect definition of OBJECT_ATTRIBUTES against
10022         previous definition in include/ntsecapi.h.
10023         * include/ntsecapi.h: Vice versa.
10024
10025 2001-05-16  Corinna Vinschen  <corinna@vinschen.de>
10026
10027         * include/winnt.h: Add defines for group attributes.
10028         Add define for SYSTEM_LUID.
10029         Add missing types `PTOKEN_DEFAULT_DACL', `PTOKEN_OWNER' and
10030         `PTOKEN_PRIMARY_GROUP'.
10031
10032 2001-04-24  Christopher Faylor  <cgf@cygnus.com>
10033
10034         * lib/Makefile.in: Install libraries in /usr/lib/w32api when building
10035         for cygwin.
10036
10037 2001-04-24  Christopher Faylor  <cgf@cygnus.com>
10038
10039         * include/winsock2.h: Protect one *more* newlib defines when compiling
10040         cygwin.
10041
10042 2001-04-23  Christopher Faylor  <cgf@cygnus.com>
10043
10044         * include/winsock2.h: Protect some more newlib defines when compiling
10045         cygwin.
10046
10047 2001-04-23  Christopher Faylor  <cgf@cygnus.com>
10048
10049         * include/winsock.h: Protect some more newlib defines when compiling
10050         cygwin.
10051
10052 2001-04-17  Egor Duda  <deo@logos-m.ru>
10053
10054         * include/windows.h: Define _ANONYMOUS_STRUCT and _ANONYMOUS_UNION
10055         as __extenstion__ when appropriate.
10056         * include/mmsystem.h: Mark anonymous structs and unions as
10057         __extension__ to prevent compiler warning when invoked with
10058         -pedantic
10059         * include/oaidl.h: Ditto.
10060         * include/objidl.h: Ditto.
10061         * include/olectl.h: Ditto.
10062         * include/prsht.h: Ditto.
10063         * include/shlobj.h: Ditto.
10064         * include/winbase.h: Ditto.
10065         * include/winnt.h: Ditto.
10066         * include/wtypes.h: Ditto.
10067
10068 2001-04-11  Danny Smith  <dannysmith@users.sourceforge.net>
10069
10070         * include/windows.h (#include <winsock.h>): Include <winsock2.h>
10071         instead if (_WIN32_WINNT >= 0x0400)&&(__W32API_MAJOR_VERSION > 0).
10072
10073 2001-04-11  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10074
10075         * include/winuser.h (WM_IME_*): Remove defines (now in imm.h).
10076
10077 2001-04-11  John Fortin  <fortinj@attglobal.net>
10078
10079         * include/windef.h (*PBOOL): Unprotect from XFree86Server.
10080         (*LPBOOL): Ditto.
10081
10082 2001-04-08  Christopher Faylor  <cgf@cygnus.com>
10083
10084         * include/winnt.h (GetCurrentFiber): Make "external __inline" or asm
10085         code will be included in every module which includes this header.
10086         (GetFiberData): Ditto.
10087
10088 2001-04-08  Earnie Boyd  <earnie@users.sourceforge.net>
10089
10090         * include/winnt.h (GetCurrentFiber): Fix typo.
10091
10092 2001-04-08  Earnie Boyd  <earnie@users.sourceforge.net>
10093
10094         * include/shellapi.h: (CommandLineToArgvW): Add WINAPI declaration.
10095         * include/winbase.h: (GetFileAttributesExW): Fix typo.
10096         * include/wingdi.h: (StartDocA): Change LPDOCINFOA to DOCINFOA*.
10097         (StartDocB): Chage LNPDOCINFOB to DOCINFOB*.
10098         Thanks To: Kent Tamura  <tkent@users.sourceforge.net>
10099
10100         * include/winnt.h: (GetFiberData): Add __inline assembler coding.
10101         (GetCurrentFiber): Ditto.
10102         Thanks to: Andy Younger  <AndyY@redlemon.com>
10103
10104         * include/windef.h: (HMONITOR_DECLARED): New definition to stop
10105         DirectX 8 from complaining.
10106         Thanks to: Sigbjørn Lund Olsen  <mosikos@online.no>
10107
10108 2001-04-08  Michael Soderstrom  <ichaelsoderstro@hotmail.com>
10109
10110         * include/commctrl.h Updated TreeView and ListView defines and macros.
10111
10112 2001-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
10113
10114         * include/winuser.h (MB_SERVICE_NOTIFICATION): Correct value for NT4
10115         and above.
10116
10117 2001-03-30  Earnie Boyd  <earnie@users.sourceforge.net>
10118         * include/winuser.h (VK_KANA): New definition.
10119         Thanks to: "Harold Hunt" <huntharo@msu.edu>
10120
10121 2001-03-29  Earnie Boyd  <earnie@users.sourceforge.net
10122
10123         * include/winuser.h (RT_CURSOR): Add protection for XFree86Server.
10124         (RT_FONT): Ditto.
10125         * include/basetsd.h (INT32): Ditto.
10126         * include/windef.h (ATOM): Ditto.
10127         (BOOL): Ditto.
10128         (BYTE): Ditto.
10129         * include/winbase.h (FreeResource): Ditto.
10130         Thanks to: "Harold Hunt" <huntharo@msu.edu>
10131
10132 2001-03-20  Danny Smith  <dannysmith@users.sourceforge.net>
10133
10134         * include/winsock.h (_SYS_TYPES_H macro guard for int types): Remove;
10135         use only _BSDTYPES_DEFINED macro now defined in newlib sys/types.h.
10136         (SYS_TYPES_H macro guard for fd_set): Replace with_SYS_TYPES_FD_SET
10137         macro now defined in newlib sys/types.h.  Emit warning if defined.
10138         * include/winsock2.h: Ditto.
10139         * include/windows.h (Win32_Winsock): Replace with new macros
10140         __USE_W32_SOCKETS and warn of deprecation.
10141
10142 2001-03-13  Earnie Boyd  <earnie@users.sourceforge.net
10143
10144         * include/wingdi.h: (DOCINFO) Ansi version defined incorrectly.
10145         Thanks to: Mattia Barbon <mbarbon@dsi.unive.it>
10146
10147 2001-03-12  Earnie Boyd  <earnie@users.sourceforge.net
10148
10149         * include/commctrl.h (TBSTYLE_FLAT): New definition.
10150         (TB_GETBUTTONSIZE): Ditto.
10151         (TCS_HOTTRACK): Ditto.
10152         Thanks to: Chris Hansen <popeofpop@softhome.net>
10153
10154 2001-03-01  Earnie Boyd  <earnie@users.sourceforge.net
10155
10156         * Makefile.in: (snapshot): Add target.
10157         * lib/Makefile.in: (install-headers): Use installdir variable.
10158         (installdir): Set value based on target-alias.
10159
10160 2001-02-21  Earnie Boyd  <earnie@users.sourceforge.net
10161
10162         * include/w32api.h: (_W32API_VERSION): Remove.
10163         (__W32API_VERSION): Add.
10164         (__W32API_MAJOR_VERSION): Ditto.
10165         (__W32API_MINOR_VERSION): Ditto.
10166
10167 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
10168
10169         * include/wingdi.h (struct _DOCINFO[AW]): UNICODE it.
10170         (StartDoc[AW]): Use UNICODE'd LPDOCINFO[AW]
10171         * include/winuser.h (struct tagMOUSEKEYS): Define new structure.
10172         * include/winerror.h (NTE_*): Add CryptoAPI error codes.
10173
10174 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
10175
10176         * include/mswsock.h: New file.
10177         * include/ws2tcpip.h: New file.
10178         * include/winsock.h (IPPROTO_IGMP): New define.
10179         (IPPROTO_GGP): Correct value.
10180         (SO_* macros): Remove mswsock defines.
10181         (TCP_BSDURGENT): Likewise.
10182         (IP_* macros): Add comment warning of WinSock2 incompatibility
10183         (WSARecvEx): Remove mswsock prototype.
10184         (TransmitFile): Likewise.
10185         (AcceptEx): Likewise.
10186         (GetAcceptExSockaddrs): Likewise.
10187         (struct _TRANSMIT_FILE_BUFFERS): Remove mswsock definition.
10188         (#include <mswsock.h>): Add directive and explanatory comment
10189         * include/winsock2.h (header guard): add guard for  _WINSOCK_H
10190         (_WINSOCK_H): Define to prevent later inclusion of winsock.h
10191         (#include <winsock.h>): Replace directive with winsock.h file content
10192         The following changes apply to the merged file:
10193         (FD_SET): Keep winsock2.h definition, delete winsock.h definition
10194         (SOMAXCONN): Likewise
10195         (#include <nspapi.h>): Move - don't include until LPSOCKADDR defined
10196         (IP_* macros): Delete WinSock1 definitions (WinSock2 definitions now
10197         in ws2tcpip.h)
10198         (struct ip_mreq): Delete (now defined in ws2tcpip.h for WinSock2)
10199         (FD_*_BIT and FD_* defines): Place together and extend to
10200         FD_MAX_EVENTS 10
10201         (AF* defines): Extend to AF_MAX 10
10202         (WSAIsBlocking): #if 0 out prototype (N/A in WinSock2)
10203         (WSAUnhookBlockingHook): Likewise.
10204         (WSASetBlockingHook): Likewise.
10205         (WSACancelBlockingCall): Likewise.
10206         (WSAEINPROGRESS): Comment as not raised in WinSock2.
10207         (#include <mswsock.h>): Delete directive inherited from winsock.h
10208         (WSA_QOS* defines): Add QualityOfService error codes.
10209         (SIO_* defines): Add new macros
10210         * include/ipexport.h (IP_STATUS flags): Add definitions.
10211         (IP_FLAG_DF): Likewise.
10212         (IP_OPT_* ): Likewise.
10213         (struct ip_option_information): Likewise.
10214         (struct icmp_echo_reply): Likewise.
10215
10216 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
10217
10218         * include/commctrl.h: Revert TEXT change.
10219         * include/lmalert.h: Ditto.
10220         * include/lmcons.h: Ditto.
10221         * include/lmsname.h: Ditto.
10222         * include/lmsvc.h: Ditto.
10223         * include/ntsecapi.h: Ditto.
10224         * include/oledlg.h: Ditto.
10225         * include/ras.h: Ditto.
10226         * include/regstr.h: Ditto.
10227         * include/richedit.h: Ditto.
10228         * include/wininet.h: Ditto.
10229         * include/winnt.h: Ditto.
10230
10231 2001-02-15  Earnie Boyd  <earnie@users.sourceforge.net>
10232
10233         * include/commctrl.h: Use _TEXT() instead of TEXT() throughout.
10234         * include/lmalert.h: Ditto.
10235         * include/lmcons.h: Ditto.
10236         * include/lmsname.h: Ditto.
10237         * include/lmsvc.h: Ditto.
10238         * include/ntsecapi.h: Ditto.
10239         * include/oledlg.h: Ditto.
10240         * include/ras.h: Ditto.
10241         * include/regstr.h: Ditto.
10242         * include/richedit.h: Ditto.
10243         * include/wininet.h: Ditto.
10244         * include/w32api.h: New File.
10245
10246 2001-02-13  Corinna Vinschen  <corinna@vinschen.de>
10247
10248         * include/shlobj.h: Add missing SLR_* flags.
10249
10250 2001-02-12:  Earnie Boyd  <earnie@users.sourceforge.net>
10251
10252         * lib/Makefile.in: (host_alias): Add variable.
10253         (host_build): Ditto:
10254         (xinstall): Removed
10255         (xinstall-libraries): Ditto.
10256         (xinstall-headers): Ditto.
10257         (xuninstall): Ditto.
10258         (xuninstall-libraries): Ditto.
10259         (xuninstall-headers): Ditto.
10260         * Makefile.in: (host_alias): Add variable.
10261         (build_alias): Ditto.
10262
10263 2001-02-02  Earnie Boyd  <earnie@users.sourceforge.net>
10264
10265         * include/winnt.h: (__TEXT): Add private macro.
10266         (_TEXT): Modify definition to use __TEXT.
10267         (_T): Ditto.
10268         This change allows the passing of a MACRO as an argument and have that
10269         MACRO resolved first.
10270         Thanks to: Eric PAIRE <eric.paire@ri.silicomp.com>
10271
10272 2001-01-31  Earnie Boyd  <earnie@users.sourceforge.net>
10273
10274         * Makefile.in: Increment VERSION to 0.5
10275         * include/winnt.h: Change TEXT to _TEXT throughout.
10276         (SID_RELEASE): Define.
10277         Thanks to: Eric PAIRE <eric.paire@ri.silicomp.com>
10278
10279 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10280
10281         * Apply Phil Krylov patches.
10282         2001-01-19  Phil Krylov  <phil@mail.ru>
10283         * include/commctrl.h: (HDI_IMAGE) New definition.
10284         (HDI_DI_SETITEM) Ditto.
10285         (HDI_ORDER) Ditto.
10286         (HDI_FILTER) Ditto.
10287         (HDF_BITMAP_ON_RIGHT) Ditto.
10288         (HDF_IMAGE) Ditto.
10289         (HDM_SETORDERARRAY) Ditto.
10290         (Header_SetOrderArray) Ditto.
10291         (ICC_BAR_CLASSES) Ditto.
10292         (struct _HD_ITEMA) Change definition.
10293         (struct _HD_ITEMW) Ditto.
10294         (struct tagINITCOMMONCONTROLSEX) Enclose in _WIN32_IE braces.
10295         (InitCommonControlsEx()) Ditto.
10296         2001-01-23  Phil Krylov  <phil@mail.ru>
10297         * include/richedit.h: Many Richedit 2.0 definitions.
10298
10299 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10300
10301         * include/winuser.h: (IDC_HAND)  New resource identifier.
10302         Thanks to: Mark Jordon <mark_jordan@ieee.org>
10303
10304 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10305
10306         * include/iptypes.h: Include <sys/types.h> for time_t declaration.
10307         Fix typo's.
10308
10309 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10310
10311         * include/objidl.h: (GetClassID): Argument needs to be a pointer.
10312         (GetUnmarshalClass): CLSID argument needs to be a pointer.
10313         Thanks To: <bge@users.sourceforge.net>
10314
10315 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10316
10317         * Apply Danny Smith patch 102386
10318         2000-11-15  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10319         * lib/rasapi32.def: add symbols available in NT4 and W2k
10320
10321 2001-01-28  Earnie Boyd  <earnie@users.sourceforge.net>
10322
10323         * Apply Danny Smith patch 102382
10324         2000-11-15  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10325         * lib/mswsock.def: remove leading underscores from symbol names
10326
10327 2001-01-28  Earnie Boyd  <earnie@users.sourceforge.net>
10328
10329         * Apply Danny Smith patch 102446
10330         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10331         * include/sql.h (ODBCVER): change default to 0x0351.
10332         (SQLSetScrollOptions): non-core function, move prototype to sqlext.h.
10333         (SQLColAttributes): likewise.
10334         (SQLBindParam): add prototype for ODBC 3.x function.
10335         (SQLCloseCursor): likewise.
10336         (SQLColAttribute): likewise.
10337         (SQLCopyDesc):likewise.
10338         (SQLEndTran): likewise.
10339         (SQLFetchScroll): likewise.
10340         (SQLGetConnectAttr): likewise.
10341         (SQLGetDescField): likewise.
10342         (SQLGetDescRec): likewise.
10343         (SQLGetDiagField): likewise.
10344         (SQLGetDiagRec): likewise.
10345         (SQLGetEnvAttr): likewise.
10346         (SQLGetStmtAttr): likewise.
10347         (SQLSetConnectAttr): likewise.
10348         (SQLSetDescField):likewise.
10349         (SQLSetDescRec): likewise.
10350         (SQLSetEnvAttr): likewise.
10351         (SQLSetStmtAttr): likewise.
10352         (SQLINTENGER and SQLUINTEGER): replace with SQLLEN and SQLULEN for
10353         _WIN64 compatability;
10354         (SQL_ACCESS_MODE): Move define to sqlext.h (used in non-core functions).
10355         (SQL_ACTIVE_CONNECTIONS): likewise.
10356         (SQL_ACTIVE_STATEMENTS): likewise.
10357         (SQL_ALL_EXCEPT_LIKE): likewise.
10358         (SQL_API_ALL_FUNCTIONS): likewise.
10359         (SQL_API_LOADBYORDINAL): likewise.
10360         (SQL_API_SQLBINDPARAMETER): likewise.
10361         (SQL_API_SQLBROWSECONNECT): likewise.
10362         (SQL_API_SQLCOLATTRIBUTES): likewise.
10363         (SQL_API_SQLCOLUMNPRIVILEGES): likewise.
10364         (SQL_API_SQLDESCRIBEPARAM): likewise.
10365         (SQL_API_SQLDRIVERCONNECT): likewise.
10366         (SQL_API_SQLDRIVERS): likewise.
10367         (SQL_API_SQLEXTENDEDFETCH): likewise.
10368         (SQL_API_SQLFOREIGNKEYS): likewise.
10369         (SQL_API_SQLMORERESULTS): likewise.
10370         (SQL_API_SQLNATIVESQL): likewise.
10371         (SQL_API_SQLNUMPARAMS): likewise.
10372         (SQL_API_SQLPARAMOPTIONS): likewise.
10373         (SQL_API_SQLPRIMARYKEYS): likewise.
10374         (SQL_API_SQLPROCEDURECOLUMNS): likewise.
10375         (SQL_API_SQLPROCEDURES): likewise.
10376         (SQL_API_SQLSETPOS): likewise.
10377         (SQL_API_SQLSETSCROLLOPTIONS): likewise.
10378         (SQL_API_SQLTABLEPRIVILEGES): likewise.
10379         (SQL_ASYNC_ENABLE): likewise.
10380         (SQL_ASYNC_ENABLE_DEFAULT): likewise.
10381         (SQL_ASYNC_ENABLE_OFF): likewise.
10382         (SQL_ASYNC_ENABLE_ON): likewise.
10383         (SQL_ATTR_READONLY): likewise.
10384         (SQL_ATTR_READWRITE_UNKNOWN): likewise.
10385         (SQL_ATTR_WRITE): likewise.
10386         (SQL_AUTOCOMMIT): likewise.
10387         (SQL_AUTOCOMMIT_DEFAULT): likewise.
10388         (SQL_AUTOCOMMIT_OFF): likewise.
10389         (SQL_AUTOCOMMIT_ON): likewise.
10390         (SQL_BEST_ROWID): likewise.
10391         (SQL_BIGINT): likewise.
10392         (SQL_BINARY): likewise.
10393         (SQL_BIND_BY_COLUMN): likewise.
10394         (SQL_BIND_TYPE): likewise.
10395         (SQL_BIND_TYPE_DEFAULT): likewise.
10396         (SQL_BIT): likewise.
10397         (SQL_BOOKMARK_PERSISTENCE): likewise.
10398         (SQL_BP_CLOSE): likewise.
10399         (SQL_BP_DELETE): likewise.
10400         (SQL_BP_DROP): likewise.
10401         (SQL_BP_OTHER_HSTMT): likewise.
10402         (SQL_BP_SCROLL): likewise.
10403         (SQL_BP_TRANSACTION): likewise.
10404         (SQL_BP_UPDATE): likewise.
10405         (SQL_C_BINARY): likewise.
10406         (SQL_C_BIT): likewise.
10407         (SQL_C_BOOKMARK): likewise.
10408         (SQL_C_CHAR): likewise.
10409         (SQL_C_DATE): likewise.
10410         (SQL_C_DEFAULT): likewise.
10411         (SQL_C_DOUBLE): likewise.
10412         (SQL_C_FLOAT): likewise.
10413         (SQL_C_LONG): likewise.
10414         (SQL_C_SHORT): likewise.
10415         (SQL_C_SLONG): likewise.
10416         (SQL_C_SSHORT): likewise.
10417         (SQL_C_STINYINT): likewise.
10418         (SQL_C_TIME): likewise.
10419         (SQL_C_TIMESTAMP): likewise.
10420         (SQL_C_TINYINT): likewise.
10421         (SQL_C_ULONG): likewise.
10422         (SQL_C_USHORT): likewise.
10423         (SQL_C_UTINYINT): likewise.
10424         (SQL_CB_NON_NULL): likewise.
10425         (SQL_CB_NULL): likewise.
10426         (SQL_CC_CLOSE): likewise.
10427         (SQL_CC_DELETE): likewise.
10428         (SQL_CC_PRESERVE): likewise.
10429         (SQL_CN_ANY): likewise.
10430         (SQL_CN_DIFFERENT): likewise.
10431         (SQL_CN_NONE): likewise.
10432         (SQL_COLATT_OPT_MAX): likewise.
10433         (SQL_COLATT_OPT_MIN): likewise.
10434         (SQL_COLUMN_ALIAS): likewise.
10435         (SQL_COLUMN_AUTO_INCREMENT): likewise.
10436         (SQL_COLUMN_CASE_SENSITIVE): likewise.
10437         (SQL_COLUMN_COUNT): likewise.
10438         (SQL_COLUMN_DISPLAY_SIZE): likewise.
10439         (SQL_COLUMN_DRIVER_START): likewise.
10440         (SQL_COLUMN_LABEL): likewise.
10441         (SQL_COLUMN_LENGTH): likewise.
10442         (SQL_COLUMN_MONEY): likewise.
10443         (SQL_COLUMN_NAME): likewise.
10444         (SQL_COLUMN_NULLABLE): likewise.
10445         (SQL_COLUMN_OWNER_NAME): likewise.
10446         (SQL_COLUMN_PRECISION): likewise.
10447         (SQL_COLUMN_QUALIFIER_NAME): likewise.
10448         (SQL_COLUMN_SCALE): likewise.
10449         (SQL_COLUMN_SEARCHABLE): likewise.
10450         (SQL_COLUMN_TABLE_NAME): likewise.
10451         (SQL_COLUMN_TYPE): likewise.
10452         (SQL_COLUMN_TYPE_NAME): likewise.
10453         (SQL_COLUMN_UNSIGNED): likewise.
10454         (SQL_COLUMN_UPDATABLE): likewise.
10455         (SQL_CONCAT_NULL_BEHAVIOR): likewise.
10456         (SQL_CONCUR_DEFAULT): likewise.
10457         (SQL_CONCUR_LOCK): likewise.
10458         (SQL_CONCUR_READ_ONLY): likewise.
10459         (SQL_CONCUR_ROWVER): likewise.
10460         (SQL_CONCUR_TIMESTAMP): likewise.
10461         (SQL_CONCUR_VALUES): likewise.
10462         (SQL_CONCURRENCY): likewise.
10463         (SQL_CONN_OPT_MAX): likewise.
10464         (SQL_CONN_OPT_MIN): likewise.
10465         (SQL_CONNECT_OPT_DRVR_START): likewise.
10466         (SQL_CONVERT_BIGINT): likewise.
10467         (SQL_CONVERT_BINARY): likewise.
10468         (SQL_CONVERT_BIT): likewise.
10469         (SQL_CONVERT_CHAR): likewise.
10470         (SQL_CONVERT_DATE): likewise.
10471         (SQL_CONVERT_DECIMAL): likewise.
10472         (SQL_CONVERT_DOUBLE): likewise.
10473         (SQL_CONVERT_FLOAT): likewise.
10474         (SQL_CONVERT_FUNCTIONS): likewise.
10475         (SQL_CONVERT_INTEGER): likewise.
10476         (SQL_CONVERT_LONGVARBINARY): likewise.
10477         (SQL_CONVERT_LONGVARCHAR): likewise.
10478         (SQL_CONVERT_NUMERIC): likewise.
10479         (SQL_CONVERT_REAL): likewise.
10480         (SQL_CONVERT_SMALLINT): likewise.
10481         (SQL_CONVERT_TIME): likewise.
10482         (SQL_CONVERT_TIMESTAMP): likewise.
10483         (SQL_CONVERT_TINYINT): likewise.
10484         (SQL_CONVERT_VARBINARY): likewise.
10485         (SQL_CONVERT_VARCHAR): likewise.
10486         (SQL_CORRELATION_NAME): likewise.
10487         (SQL_CR_CLOSE): likewise.
10488         (SQL_CR_DELETE): likewise.
10489         (SQL_CR_PRESERVE): likewise.
10490         (SQL_CUR_DEFAULT): likewise.
10491         (SQL_CUR_USE_DRIVER): likewise.
10492         (SQL_CUR_USE_IF_NEEDED): likewise.
10493         (SQL_CUR_USE_ODBC): likewise.
10494         (SQL_CURRENT_QUALIFIER): likewise.
10495         (SQL_CURSOR_DYNAMIC): likewise.
10496         (SQL_CURSOR_FORWARD_ONLY): likewise.
10497         (SQL_CURSOR_KEYSET_DRIVEN): likewise.
10498         (SQL_CURSOR_ROLLBACK_BEHAVIOR): likewise.
10499         (SQL_CURSOR_STATIC): likewise.
10500         (SQL_CURSOR_TYPE): likewise.
10501         (SQL_CURSOR_TYPE_DEFAULT): likewise.
10502         (SQL_CVT_BIGINT): likewise.
10503         (SQL_CVT_BINARY): likewise.
10504         (SQL_CVT_BIT): likewise.
10505         (SQL_CVT_CHAR): likewise.
10506         (SQL_CVT_DATE): likewise.
10507         (SQL_CVT_DECIMAL): likewise.
10508         (SQL_CVT_DOUBLE): likewise.
10509         (SQL_CVT_FLOAT): likewise.
10510         (SQL_CVT_INTEGER): likewise.
10511         (SQL_CVT_LONGVARBINARY): likewise.
10512         (SQL_CVT_LONGVARCHAR): likewise.
10513         (SQL_CVT_NUMERIC): likewise.
10514         (SQL_CVT_REAL): likewise.
10515         (SQL_CVT_SMALLINT): likewise.
10516         (SQL_CVT_TIME): likewise.
10517         (SQL_CVT_TIMESTAMP): likewise.
10518         (SQL_CVT_TINYINT): likewise.
10519         (SQL_CVT_VARBINARY): likewise.
10520         (SQL_CVT_VARCHAR): likewise.
10521         (SQL_DATABASE_NAME): likewise.
10522         (SQL_DATE): likewise.
10523         (SQL_DRIVER_HDBC): likewise.
10524         (SQL_DRIVER_HENV): likewise.
10525         (SQL_DRIVER_HLIB): likewise.
10526         (SQL_DRIVER_HSTMT): likewise.
10527         (SQL_DRIVER_NAME): likewise.
10528         (SQL_DRIVER_ODBC_VER): likewise.
10529         (SQL_DRIVER_VER): likewise.
10530         (SQL_ENSURE): likewise.
10531         (SQL_EXPRESSIONS_IN_ORDERBY): likewise.
10532         (SQL_EXT_API_LAST): likewise.
10533         (SQL_EXT_API_START): likewise.
10534         (SQL_FD_FETCH_BOOKMARK): likewise.
10535         (SQL_FD_FETCH_PREV): likewise.
10536         (SQL_FD_FETCH_RESUME): likewise.
10537         (SQL_FETCH_PREV): likewise.
10538         (SQL_FETCH_RESUME): likewise.
10539         (SQL_FILE_NOT_SUPPORTED): likewise.
10540         (SQL_FILE_QUALIFIER): likewise.
10541         (SQL_FILE_TABLE): likewise.
10542         (SQL_FILE_USAGE): likewise.
10543         (SQL_FN_CVT_CONVERT): likewise.
10544         (SQL_FN_NUM_ABS): likewise.
10545         (SQL_FN_NUM_ACOS): likewise.
10546         (SQL_FN_NUM_ASIN): likewise.
10547         (SQL_FN_NUM_ATAN): likewise.
10548         (SQL_FN_NUM_ATAN2): likewise.
10549         (SQL_FN_NUM_CEILING): likewise.
10550         (SQL_FN_NUM_COS): likewise.
10551         (SQL_FN_NUM_COT): likewise.
10552         (SQL_FN_NUM_DEGREES): likewise.
10553         (SQL_FN_NUM_EXP): likewise.
10554         (SQL_FN_NUM_FLOOR): likewise.
10555         (SQL_FN_NUM_LOG): likewise.
10556         (SQL_FN_NUM_LOG10): likewise.
10557         (SQL_FN_NUM_MOD): likewise.
10558         (SQL_FN_NUM_PI): likewise.
10559         (SQL_FN_NUM_POWER): likewise.
10560         (SQL_FN_NUM_RADIANS): likewise.
10561         (SQL_FN_NUM_RAND): likewise.
10562         (SQL_FN_NUM_ROUND): likewise.
10563         (SQL_FN_NUM_SIGN): likewise.
10564         (SQL_FN_NUM_SIN): likewise.
10565         (SQL_FN_NUM_SQRT): likewise.
10566         (SQL_FN_NUM_TAN): likewise.
10567         (SQL_FN_NUM_TRUNCATE): likewise.
10568         (SQL_FN_STR_ASCII): likewise.
10569         (SQL_FN_STR_CHAR): likewise.
10570         (SQL_FN_STR_CONCAT): likewise.
10571         (SQL_FN_STR_DIFFERENCE): likewise.
10572         (SQL_FN_STR_INSERT): likewise.
10573         (SQL_FN_STR_LCASE): likewise.
10574         (SQL_FN_STR_LEFT): likewise.
10575         (SQL_FN_STR_LENGTH): likewise.
10576         (SQL_FN_STR_LOCATE): likewise.
10577         (SQL_FN_STR_LOCATE_2): likewise.
10578         (SQL_FN_STR_LTRIM): likewise.
10579         (SQL_FN_STR_REPEAT): likewise.
10580         (SQL_FN_STR_REPLACE): likewise.
10581         (SQL_FN_STR_RIGHT): likewise.
10582         (SQL_FN_STR_RTRIM): likewise.
10583         (SQL_FN_STR_SOUNDEX): likewise.
10584         (SQL_FN_STR_SPACE): likewise.
10585         (SQL_FN_STR_SUBSTRING): likewise.
10586         (SQL_FN_STR_UCASE): likewise.
10587         (SQL_FN_SYS_DBNAME): likewise.
10588         (SQL_FN_SYS_IFNULL): likewise.
10589         (SQL_FN_SYS_USERNAME): likewise.
10590         (SQL_FN_TD_CURDATE): likewise.
10591         (SQL_FN_TD_CURTIME): likewise.
10592         (SQL_FN_TD_DAYNAME): likewise.
10593         (SQL_FN_TD_DAYOFMONTH): likewise.
10594         (SQL_FN_TD_DAYOFWEEK): likewise.
10595         (SQL_FN_TD_DAYOFYEAR): likewise.
10596         (SQL_FN_TD_HOUR): likewise.
10597         (SQL_FN_TD_MINUTE): likewise.
10598         (SQL_FN_TD_MONTH): likewise.
10599         (SQL_FN_TD_MONTHNAME): likewise.
10600         (SQL_FN_TD_NOW): likewise.
10601         (SQL_FN_TD_QUARTER): likewise.
10602         (SQL_FN_TD_SECOND): likewise.
10603         (SQL_FN_TD_TIMESTAMPadd): likewise.
10604         (SQL_FN_TD_TIMESTAMPDIFF): likewise.
10605         (SQL_FN_TD_WEEK): likewise.
10606         (SQL_FN_TD_YEAR): likewise.
10607         (SQL_FN_TSI_DAY): likewise.
10608         (SQL_FN_TSI_FRAC_SECOND): likewise.
10609         (SQL_FN_TSI_HOUR): likewise.
10610         (SQL_FN_TSI_MINUTE): likewise.
10611         (SQL_FN_TSI_MONTH): likewise.
10612         (SQL_FN_TSI_QUARTER): likewise.
10613         (SQL_FN_TSI_SECOND): likewise.
10614         (SQL_FN_TSI_WEEK): likewise.
10615         (SQL_FN_TSI_YEAR): likewise.
10616         (SQL_GB_GROUP_BY_CONTAINS_SELECT): likewise.
10617         (SQL_GB_GROUP_BY_EQUALS_SELECT): likewise.
10618         (SQL_GB_NO_RELATION): likewise.
10619         (SQL_GB_NOT_SUPPORTED): likewise.
10620         (SQL_GD_BLOCK): likewise.
10621         (SQL_GD_BOUND): likewise.
10622         (SQL_GET_BOOKMARK): likewise.
10623         (SQL_GROUP_BY): likewise.
10624         (SQL_INFO_DRIVER_START): likewise.
10625         (SQL_INFO_FIRST): likewise.
10626         (SQL_INFO_LAST): likewise.
10627         (SQL_INTERVAL_DAY): likewise.
10628         (SQL_INTERVAL_DAY_TO_HOUR): likewise.
10629         (SQL_INTERVAL_DAY_TO_MINUTE): likewise.
10630         (SQL_INTERVAL_DAY_TO_SECOND): likewise.
10631         (SQL_INTERVAL_HOUR): likewise.
10632         (SQL_INTERVAL_HOUR_TO_MINUTE): likewise.
10633         (SQL_INTERVAL_HOUR_TO_SECOND): likewise.
10634         (SQL_INTERVAL_MINUTE): likewise.
10635         (SQL_INTERVAL_MINUTE_TO_SECOND): likewise.
10636         (SQL_INTERVAL_MONTH): likewise.
10637         (SQL_INTERVAL_SECOND): likewise.
10638         (SQL_INTERVAL_YEAR): likewise.
10639         (SQL_INTERVAL_YEAR_TO_MONTH): likewise.
10640         (SQL_KEYSET_SIZE): likewise.
10641         (SQL_KEYSET_SIZE_DEFAULT): likewise.
10642         (SQL_KEYWORDS): likewise.
10643         (SQL_LCK_EXCLUSIVE): likewise.
10644         (SQL_LCK_NO_CHANGE): likewise.
10645         (SQL_LCK_UNLOCK): likewise.
10646         (SQL_LIKE_ESCAPE_CLAUSE): likewise.
10647         (SQL_LIKE_ONLY): likewise.
10648         (SQL_LOCK_TYPES): likewise.
10649         (SQL_LOGIN_TIMEOUT): likewise.
10650         (SQL_LOGIN_TIMEOUT_DEFAULT): likewise.
10651         (SQL_LONGVARBINARY): likewise.
10652         (SQL_LONGVARCHAR): likewise.
10653         (SQL_MAX_BINARY_LITERAL_LEN): likewise.
10654         (SQL_MAX_CHAR_LITERAL_LEN): likewise.
10655         (SQL_MAX_DSN_LENGTH): likewise.
10656         (SQL_MAX_LENGTH): likewise.
10657         (SQL_MAX_LENGTH_DEFAULT): likewise.
10658         (SQL_MAX_OPTION_STRING_LENGTH): likewise.
10659         (SQL_MAX_OWNER_NAME_LEN): likewise.
10660         (SQL_MAX_PROCEDURE_NAME_LEN): likewise.
10661         (SQL_MAX_QUALIFIER_NAME_LEN): likewise.
10662         (SQL_MAX_ROW_SIZE_INCLUDES_LONG): likewise.
10663         (SQL_MAX_ROWS): likewise.
10664         (SQL_MAX_ROWS_DEFAULT): likewise.
10665         (SQL_MODE_DEFAULT): likewise.
10666         (SQL_MODE_READ_ONLY): likewise.
10667         (SQL_MODE_READ_WRITE): likewise.
10668         (SQL_MULT_RESULT_SETS): likewise.
10669         (SQL_MULTIPLE_ACTIVE_TXN): likewise.
10670         (SQL_NC_END): likewise.
10671         (SQL_NC_START): likewise.
10672         (SQL_NEED_LONG_DATA_LEN): likewise.
10673         (SQL_NNC_NON_NULL): likewise.
10674         (SQL_NNC_NULL): likewise.
10675         (SQL_NO_TOTAL): likewise.
10676         (SQL_NON_NULLABLE_COLUMNS): likewise.
10677         (SQL_NOSCAN): likewise.
10678         (SQL_NOSCAN_DEFAULT): likewise.
10679         (SQL_NOSCAN_OFF): likewise.
10680         (SQL_NOSCAN_ON): likewise.
10681         (SQL_NUM_EXTENSIONS): likewise.
10682         (SQL_NUM_FUNCTIONS): likewise.
10683         (SQL_NUMERIC_FUNCTIONS): likewise.
10684         (SQL_OAC_LEVEL1): likewise.
10685         (SQL_OAC_LEVEL2): likewise.
10686         (SQL_OAC_NONE): likewise.
10687         (SQL_ODBC_API_CONFORMANCE): likewise.
10688         (SQL_ODBC_CURSORS): likewise.
10689         (SQL_ODBC_KEYWORDS): likewise.
10690         (SQL_ODBC_SAG_CLI_CONFORMANCE): likewise.
10691         (SQL_ODBC_SQL_CONFORMANCE): likewise.
10692         (SQL_ODBC_SQL_OPT_IEF): likewise.
10693         (SQL_ODBC_VER): likewise.
10694         (SQL_OPT_TRACE): likewise.
10695         (SQL_OPT_TRACE_DEFAULT): likewise.
10696         (SQL_OPT_TRACE_FILE_DEFAULT): likewise.
10697         (SQL_OPT_TRACE_OFF): likewise.
10698         (SQL_OPT_TRACE_ON): likewise.
10699         (SQL_OPT_TRACEFILE): likewise.
10700         (SQL_OSC_CORE): likewise.
10701         (SQL_OSC_EXTENDED): likewise.
10702         (SQL_OSC_MINIMUM): likewise.
10703         (SQL_OSCC_COMPLIANT): likewise.
10704         (SQL_OSCC_NOT_COMPLIANT): likewise.
10705         (SQL_OU_DML_STATEMENTS): likewise.
10706         (SQL_OU_INDEX_DEFINITION): likewise.
10707         (SQL_OU_PRIVILEGE_DEFINITION): likewise.
10708         (SQL_OU_PROCEDURE_INVOCATION): likewise.
10709         (SQL_OU_TABLE_DEFINITION): likewise.
10710         (SQL_OUTER_JOINS): likewise.
10711         (SQL_OWNER_TERM): likewise.
10712         (SQL_OWNER_USAGE): likewise.
10713         (SQL_PACKET_SIZE): likewise.
10714         (SQL_PC_NOT_PSEUDO): likewise.
10715         (SQL_POS_add): likewise.
10716         (SQL_POS_DELETE): likewise.
10717         (SQL_POS_OPERATIONS): likewise.
10718         (SQL_POS_POSITION): likewise.
10719         (SQL_POS_REFRESH): likewise.
10720         (SQL_POS_UPDATE): likewise.
10721         (SQL_POSITIONED_STATEMENTS): likewise.
10722         (SQL_PROCEDURE_TERM): likewise.
10723         (SQL_PROCEDURES): likewise.
10724         (SQL_PS_POSITIONED_DELETE): likewise.
10725         (SQL_PS_POSITIONED_UPDATE): likewise.
10726         (SQL_PS_SELECT_FOR_UPDATE): likewise.
10727         (SQL_QL_END): likewise.
10728         (SQL_QL_START): likewise.
10729         (SQL_QU_DML_STATEMENTS): likewise.
10730         (SQL_QU_INDEX_DEFINITION): likewise.
10731         (SQL_QU_PRIVILEGE_DEFINITION): likewise.
10732         (SQL_QU_PROCEDURE_INVOCATION): likewise.
10733         (SQL_QU_TABLE_DEFINITION): likewise.
10734         (SQL_QUALIFIER_LOCATION): likewise.
10735         (SQL_QUALIFIER_NAME_SEPARATOR): likewise.
10736         (SQL_QUALIFIER_TERM): likewise.
10737         (SQL_QUALIFIER_USAGE): likewise.
10738         (SQL_QUERY_TIMEOUT): likewise.
10739         (SQL_QUERY_TIMEOUT_DEFAULT): likewise.
10740         (SQL_QUICK): likewise.
10741         (SQL_QUIET_MODE): likewise.
10742         (SQL_QUOTED_IDENTIFIER_CASE): likewise.
10743         (SQL_RD_DEFAULT): likewise.
10744         (SQL_RD_OFF): likewise.
10745         (SQL_RD_ON): likewise.
10746         (SQL_RETRIEVE_DATA): likewise.
10747         (SQL_ROW_NUMBER): likewise.
10748         (SQL_ROW_UPDATES): likewise.
10749         (SQL_ROWSET_SIZE): likewise.
10750         (SQL_ROWSET_SIZE_DEFAULT): likewise.
10751         (SQL_ROWVER): likewise.
10752         (SQL_SC_NON_UNIQUE): likewise.
10753         (SQL_SC_TRY_UNIQUE): likewise.
10754         (SQL_SC_UNIQUE): likewise.
10755         (SQL_SCCO_OPT_TIMESTAMP): likewise.
10756         (SQL_SCROLL_DYNAMIC): likewise.
10757         (SQL_SCROLL_FORWARD_ONLY): likewise.
10758         (SQL_SCROLL_KEYSET_DRIVEN): likewise.
10759         (SQL_SCROLL_OPTIONS): likewise.
10760         (SQL_SCROLL_STATIC): likewise.
10761         (SQL_SEARCHABLE): likewise.
10762         (SQL_SIGNED_OFFSET): likewise.
10763         (SQL_SIMULATE_CURSOR): likewise.
10764         (SQL_SO_DYNAMIC): likewise.
10765         (SQL_SO_FORWARD_ONLY): likewise.
10766         (SQL_SO_KEYSET_DRIVEN): likewise.
10767         (SQL_SO_MIXED): likewise.
10768         (SQL_SO_STATIC): likewise.
10769         (SQL_SPEC_MAJOR): likewise.
10770         (SQL_SPEC_MINOR): likewise.
10771         (SQL_SPEC_STRING): likewise.
10772         (SQL_SQ_COMPARISON): likewise.
10773         (SQL_SQ_CORRELATED_SUBQUERIES): likewise.
10774         (SQL_SQ_EXISTS): likewise.
10775         (SQL_SQ_IN): likewise.
10776         (SQL_SQ_QUANTIFIED): likewise.
10777         (SQL_SQLSTATE_SIZE): likewise.
10778         (SQL_SS_addITIONS): likewise.
10779         (SQL_SS_DELETIONS): likewise.
10780         (SQL_SS_UPDATES): likewise.
10781         (SQL_STATIC_SENSITIVITY): likewise.
10782         (SQL_STMT_OPT_MAX): likewise.
10783         (SQL_STMT_OPT_MIN): likewise.
10784         (SQL_STRING_FUNCTIONS): likewise.
10785         (SQL_SUBQUERIES): likewise.
10786         (SQL_SYSTEM_FUNCTIONS): likewise.
10787         (SQL_TABLE_STAT): likewise.
10788         (SQL_TABLE_TERM): likewise.
10789         (SQL_TIME): likewise.
10790         (SQL_TIMEDATE_add_INTERVALS): likewise.
10791         (SQL_TIMEDATE_DIFF_INTERVALS): likewise.
10792         (SQL_TIMEDATE_FUNCTIONS): likewise.
10793         (SQL_TIMESTAMP): likewise.
10794         (SQL_TINYINT): likewise.
10795         (SQL_TRANSLATE_DLL): likewise.
10796         (SQL_TRANSLATE_OPTION): likewise.
10797         (SQL_TXN_ISOLATION): likewise.
10798         (SQL_TXN_VERSIONING): likewise.
10799         (SQL_TYPE_DRIVER_END): likewise.
10800         (SQL_TYPE_DRIVER_START): likewise.
10801         (SQL_TYPE_MAX): likewise.
10802         (SQL_TYPE_MIN): likewise.
10803         (SQL_TYPE_NULL): likewise.
10804         (SQL_U_UNION): likewise.
10805         (SQL_U_UNION_ALL): likewise.
10806         (SQL_UB_DEFAULT): likewise.
10807         (SQL_UB_OFF): likewise.
10808         (SQL_UB_ON): likewise.
10809         (SQL_UNICODE): likewise.
10810         (SQL_UNICODE_CHAR): likewise.
10811         (SQL_UNICODE_LONGVARCHAR): likewise.
10812         (SQL_UNICODE_VARCHAR): likewise.
10813         (SQL_UNION): likewise.
10814         (SQL_UNSEARCHABLE): likewise.
10815         (SQL_UNSIGNED_OFFSET): likewise.
10816         (SQL_USE_BOOKMARKS): likewise.
10817         (SQL_VARBINARY): likewise.
10818         (SQL_TRUE): add define for ODBC3.x.
10819         (SQL_FALSE): likewise.
10820         (SQL_AM_CONNECTION): likewise.
10821         (SQL_AM_NONE): likewise.
10822         (SQL_AM_STATEMENT): likewise.
10823         (SQL_API_SQLALLOCHANDLE): likewise.
10824         (SQL_API_SQLBINDPARAM): likewise.
10825         (SQL_API_SQLCLOSECURSOR): likewise.
10826         (SQL_API_SQLCOLATTRIBUTE): likewise.
10827         (SQL_API_SQLCOPYDESC): likewise.
10828         (SQL_API_SQLENDTRAN): likewise.
10829         (SQL_API_SQLFETCHSCROLL): likewise.
10830         (SQL_API_SQLFREEHANDLE): likewise.
10831         (SQL_API_SQLGETCONNECTATTR): likewise.
10832         (SQL_API_SQLGETDESCFIELD): likewise.
10833         (SQL_API_SQLGETDESCREC): likewise.
10834         (SQL_API_SQLGETDIAGFIELD): likewise.
10835         (SQL_API_SQLGETDIAGREC): likewise.
10836         (SQL_API_SQLGETENVATTR): likewise.
10837         (SQL_API_SQLGETSTMTATTR): likewise.
10838         (SQL_API_SQLSETCONNECTATTR): likewise.
10839         (SQL_API_SQLSETDESCFIELD): likewise.
10840         (SQL_API_SQLSETDESCREC): likewise.
10841         (SQL_API_SQLSETENVATTR): likewise.
10842         (SQL_API_SQLSETSTMTATTR): likewise.
10843         (SQL_ARD_TYPE): likewise.
10844         (SQL_AT_add_CONSTRAINT): likewise.
10845         (SQL_ATTR_APP_PARAM_DESC): likewise.
10846         (SQL_ATTR_APP_ROW_DESC): likewise.
10847         (SQL_ATTR_AUTO_IPD): likewise.
10848         (SQL_ATTR_CURSOR_SCROLLABLE): likewise.
10849         (SQL_ATTR_CURSOR_SENSITIVITY): likewise.
10850         (SQL_ATTR_IMP_PARAM_DESC): likewise.
10851         (SQL_ATTR_IMP_ROW_DESC): likewise.
10852         (SQL_ATTR_METADATA_ID): likewise.
10853         (SQL_ATTR_OUTPUT_NTS): likewise.
10854         (SQL_CATALOG_NAME): likewise.
10855         (SQL_CODE_DATE): likewise.
10856         (SQL_CODE_TIME): likewise.
10857         (SQL_CODE_TIMESTAMP): likewise.
10858         (SQL_COLLATION_SEQ): likewise.
10859         (SQL_CURSOR_SENSITIVITY): likewise.
10860         (SQL_DATE_LEN): likewise.
10861         (SQL_DATETIME): likewise.
10862         (SQL_DEFAULT): likewise.
10863         (SQL_DESC_ALLOC_AUTO): likewise.
10864         (SQL_DESC_ALLOC_TYPE): likewise.
10865         (SQL_DESC_ALLOC_USER): likewise.
10866         (SQL_DESC_COUNT): likewise.
10867         (SQL_DESC_DATA_PTR): likewise.
10868         (SQL_DESC_DATETIME_INTERVAL_CODE): likewise.
10869         (SQL_DESC_INDICATOR_PTR): likewise.
10870         (SQL_DESC_LENGTH): likewise.
10871         (SQL_DESC_NAME): likewise.
10872         (SQL_DESC_NULLABLE): likewise.
10873         (SQL_DESC_OCTET_LENGTH): likewise.
10874         (SQL_DESC_OCTET_LENGTH_PTR): likewise.
10875         (SQL_DESC_PRECISION): likewise.
10876         (SQL_DESC_SCALE): likewise.
10877         (SQL_DESC_TYPE): likewise.
10878         (SQL_DESC_UNNAMED): likewise.
10879         (SQL_DESCRIBE_PARAMETER): likewise.
10880         (SQL_DIAG_ALTER_DOMAIN): likewise.
10881         (SQL_DIAG_ALTER_TABLE): likewise.
10882         (SQL_DIAG_CALL): likewise.
10883         (SQL_DIAG_CLASS_ORIGIN): likewise.
10884         (SQL_DIAG_CONNECTION_NAME): likewise.
10885         (SQL_DIAG_CREATE_ASSERTION): likewise.
10886         (SQL_DIAG_CREATE_CHARACTER_SET): likewise.
10887         (SQL_DIAG_CREATE_COLLATION): likewise.
10888         (SQL_DIAG_CREATE_DOMAIN): likewise.
10889         (SQL_DIAG_CREATE_INDEX): likewise.
10890         (SQL_DIAG_CREATE_SCHEMA): likewise.
10891         (SQL_DIAG_CREATE_TABLE): likewise.
10892         (SQL_DIAG_CREATE_TRANSLATION): likewise.
10893         (SQL_DIAG_CREATE_VIEW): likewise.
10894         (SQL_DIAG_DELETE_WHERE): likewise.
10895         (SQL_DIAG_DROP_ASSERTION): likewise.
10896         (SQL_DIAG_DROP_CHARACTER_SET): likewise.
10897         (SQL_DIAG_DROP_COLLATION): likewise.
10898         (SQL_DIAG_DROP_DOMAIN): likewise.
10899         (SQL_DIAG_DROP_INDEX): likewise.
10900         (SQL_DIAG_DROP_SCHEMA): likewise.
10901         (SQL_DIAG_DROP_TABLE): likewise.
10902         (SQL_DIAG_DROP_TRANSLATION): likewise.
10903         (SQL_DIAG_DROP_VIEW): likewise.
10904         (SQL_DIAG_DYNAMIC_DELETE_CURSOR): likewise.
10905         (SQL_DIAG_DYNAMIC_FUNCTION): likewise.
10906         (SQL_DIAG_DYNAMIC_FUNCTION_CODE): likewise.
10907         (SQL_DIAG_DYNAMIC_UPDATE_CURSOR): likewise.
10908         (SQL_DIAG_GRANT): likewise.
10909         (SQL_DIAG_INSERT): likewise.
10910         (SQL_DIAG_MESSAGE_TEXT): likewise.
10911         (SQL_DIAG_NATIVE): likewise.
10912         (SQL_DIAG_NUMBER): likewise.
10913         (SQL_DIAG_RETURNCODE): likewise.
10914         (SQL_DIAG_REVOKE): likewise.
10915         (SQL_DIAG_ROW_COUNT): likewise.
10916         (SQL_DIAG_SELECT_CURSOR): likewise.
10917         (SQL_DIAG_SERVER_NAME): likewise.
10918         (SQL_DIAG_SQLSTATE): likewise.
10919         (SQL_DIAG_SUBCLASS_ORIGIN): likewise.
10920         (SQL_DIAG_UNKNOWN_STATEMENT): likewise.
10921         (SQL_DIAG_UPDATE_WHERE): likewise.
10922         (SQL_FALSE): likewise.
10923         (SQL_FETCH_ABSOLUTE): likewise.
10924         (SQL_FETCH_LAST): likewise.
10925         (SQL_FETCH_PRIOR): likewise.
10926         (SQL_FETCH_RELATIVE): likewise.
10927         (SQL_HANDLE_DBC): likewise.
10928         (SQL_HANDLE_DESC): likewise.
10929         (SQL_HANDLE_ENV): likewise.
10930         (SQL_HANDLE_STMT): likewise.
10931         (SQL_INSENSITIVE): likewise.
10932         (SQL_INTEGRITY): likewise.
10933         (SQL_MAX_CATALOG_NAME_LEN): likewise.
10934         (SQL_MAX_CONCURRENT_ACTIVITIES): likewise.
10935         (SQL_MAX_DRIVER_CONNECTIONS): likewise.
10936         (SQL_MAX_IDENTIFIER_LEN): likewise.
10937         (SQL_MAX_SCHEMA_NAME_LEN): likewise.
10938         (SQL_MAXIMUM_CATALOG_NAME_LENGTH): likewise.
10939         (SQL_MAXIMUM_COLUMN_NAME_LENGTH): likewise.
10940         (SQL_MAXIMUM_COLUMNS_IN_GROUP_BY): likewise.
10941         (SQL_MAXIMUM_COLUMNS_IN_INDEX): likewise.
10942         (SQL_MAXIMUM_COLUMNS_IN_ORDER_BY): likewise.
10943         (SQL_MAXIMUM_COLUMNS_IN_SELECT): likewise.
10944         (SQL_MAXIMUM_CONCURRENT_ACTIVITIES): likewise.
10945         (SQL_MAXIMUM_CURSOR_NAME_LENGTH): likewise.
10946         (SQL_MAXIMUM_DRIVER_CONNECTIONS): likewise.
10947         (SQL_MAXIMUM_IDENTIFIER_LENGTH): likewise.
10948         (SQL_MAXIMUM_INDEX_SIZE): likewise.
10949         (SQL_MAXIMUM_ROW_SIZE): likewise.
10950         (SQL_MAXIMUM_SCHEMA_NAME_LENGTH): likewise.
10951         (SQL_MAXIMUM_STATEMENT_LENGTH): likewise.
10952         (SQL_MAXIMUM_TABLES_IN_SELECT): likewise.
10953         (SQL_MAXIMUM_USER_NAME_LENGTH): likewise.
10954         (SQL_NAMED): likewise.
10955         (SQL_NONSCROLLABLE): likewise.
10956         (SQL_NTSL): likewise.
10957         (SQL_NULL_HANDLE): likewise.
10958         (SQL_NULL_HDESC): likewise.
10959         (SQL_OUTER_JOIN_CAPABILITIES): likewise.
10960         (SQL_PRED_BASIC): likewise.
10961         (SQL_PRED_CHAR): likewise.
10962         (SQL_PRED_NONE): likewise.
10963         (SQL_ROW_IDENTIFIER): likewise.
10964         (SQL_SCROLLABLE): likewise.
10965         (SQL_SENSITIVE): likewise.
10966         (SQL_SUCCEEDED(rc)): likewise.
10967         (SQL_TIME_LEN): likewise.
10968         (SQL_TIMESTAMP_LEN): likewise.
10969         (SQL_TRANSACTION_CAPABLE): likewise.
10970         (SQL_TRANSACTION_ISOLATION_OPTION): likewise.
10971         (SQL_TRANSACTION_READ_COMMITTED): likewise.
10972         (SQL_TRANSACTION_READ_UNCOMMITTED): likewise.
10973         (SQL_TRANSACTION_REPEATABLE_READ): likewise.
10974         (SQL_TRANSACTION_SERIALIZABLE): likewise.
10975         (SQL_TYPE_DATE): likewise.
10976         (SQL_TYPE_TIME): likewise.
10977         (SQL_TYPE_TIMESTAMP): likewise.
10978         (SQL_UNKNOWN_TYPE): likewise.
10979         (SQL_UNNAMED): likewise.
10980         (SQL_UNSPECIFIED): likewise.
10981         (SQL_XOPEN_CLI_YEAR): likewise.
10982         (SQLAllocConnect): add comment marking as deperecated.
10983         (SQLAllocEnv): likewise.
10984         (SQLAllocStmt): likewise.
10985         (SQLFreeConnect): likewise.
10986         (SQLFreeEnv): likewise.
10987         (SQLGetConnectOption): likewise.
10988         (SQLGetStmtOption): likewise.
10989
10990         * include/sqlext.h (#include <sqlucode.h>): add directive.
10991         (SQLSetScrollOptions): non-core function, move prototype from sql.h.
10992         (SQLColAttributes): likewise.
10993         (SQLBulkOperations): add function prototype.
10994         (SQLAllocHandleStd): likewise
10995         (TraceReturn): add Trace API prototype.
10996         (TraceVersion): likewise.
10997         (ODBCGetTryWaitValue):likewise.
10998         (ODBCSetTryWaitValue): likewise.
10999         (SQL_LOCK_RECORD): correct function macro.
11000         (SQL_REFRESH_RECORD): likewise.
11001         (SQLINTENGER and SQLUINTEGER): replace with SQLLEN and SQLULEN for
11002         _WIN64 compatability.
11003         move defines for non-core functions from sql.h to sqlext.h (refer
11004         changes for sql.h)
11005         (SQL_ACTIVE_ENVIRONMENTS): new ODBC3.x define
11006         (SQL_AD_ADD_CONSTRAINT_DEFERRABLE): likewise.
11007         (SQL_AD_ADD_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11008         (SQL_AD_ADD_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11009         (SQL_AD_ADD_CONSTRAINT_NON_DEFERRABLE): likewise.
11010         (SQL_AD_ADD_DOMAIN_CONSTRAINT): likewise.
11011         (SQL_AD_ADD_DOMAIN_DEFAULT): likewise.
11012         (SQL_AD_CONSTRAINT_NAME_DEFINITION): likewise.
11013         (SQL_AD_DROP_DOMAIN_CONSTRAINT): likewise.
11014         (SQL_AD_DROP_DOMAIN_DEFAULT): likewise.
11015         (SQL_AF_ALL): likewise.
11016         (SQL_AF_AVG): likewise.
11017         (SQL_AF_COUNT): likewise.
11018         (SQL_AF_DISTINCT): likewise.
11019         (SQL_AF_MAX): likewise.
11020         (SQL_AF_MIN): likewise.
11021         (SQL_AF_SUM): likewise.
11022         (SQL_AGGREGATE_FUNCTIONS): likewise.
11023         (SQL_ALL_CATALOGS): likewise.
11024         (SQL_ALL_SCHEMAS): likewise.
11025         (SQL_ALL_TABLE_TYPES): likewise.
11026         (SQL_ALTER_DOMAIN): likewise.
11027         (SQL_AM_CONNECTION): likewise.
11028         (SQL_AM_NONE): likewise.
11029         (SQL_AM_STATEMENT): likewise.
11030         (SQL_API_ODBC3_ALL_FUNCTIONS): likewise.
11031         (SQL_API_ODBC3_ALL_FUNCTIONS_SIZE): likewise.
11032         (SQL_API_SQLALLOCHANDLESTD): likewise.
11033         (SQL_API_SQLBULKOPERATIONS): likewise.
11034         (SQL_ASYNC_MODE): likewise.
11035         (SQL_AT_ADD_COLUMN_COLLATION): likewise.
11036         (SQL_AT_ADD_COLUMN_DEFAULT): likewise.
11037         (SQL_AT_ADD_COLUMN_SINGLE): likewise.
11038         (SQL_AT_ADD_TABLE_CONSTRAINT): likewise.
11039         (SQL_AT_CONSTRAINT_DEFERRABLE): likewise.
11040         (SQL_AT_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11041         (SQL_AT_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11042         (SQL_AT_CONSTRAINT_NAME_DEFINITION): likewise.
11043         (SQL_AT_CONSTRAINT_NON_DEFERRABLE): likewise.
11044         (SQL_AT_DROP_COLUMN_CASCADE): likewise.
11045         (SQL_AT_DROP_COLUMN_DEFAULT): likewise.
11046         (SQL_AT_DROP_COLUMN_RESTRICT): likewise.
11047         (SQL_AT_DROP_TABLE_CONSTRAINT_CASCADE): likewise.
11048         (SQL_AT_DROP_TABLE_CONSTRAINT_RESTRICT): likewise.
11049         (SQL_AT_SET_COLUMN_DEFAULT): likewise.
11050         (SQL_ATTR_ACCESS_MODE): likewise.
11051         (SQL_ATTR_ASYNC_ENABLE): likewise.
11052         (SQL_ATTR_AUTOCOMMIT): likewise.
11053         (SQL_ATTR_CONCURRENCY): likewise.
11054         (SQL_ATTR_CONNECTION_POOLING): likewise.
11055         (SQL_ATTR_CONNECTION_TIMEOUT): likewise.
11056         (SQL_ATTR_CP_MATCH): likewise.
11057         (SQL_ATTR_CURRENT_CATALOG): likewise.
11058         (SQL_ATTR_CURSOR_TYPE): likewise.
11059         (SQL_ATTR_DISCONNECT_BEHAVIOR): likewise.
11060         (SQL_ATTR_ENABLE_AUTO_IPD): likewise.
11061         (SQL_ATTR_ENLIST_IN_DTC): likewise.
11062         (SQL_ATTR_ENLIST_IN_XA): likewise.
11063         (SQL_ATTR_FETCH_BOOKMARK_PTR): likewise.
11064         (SQL_ATTR_KEYSET_SIZE): likewise.
11065         (SQL_ATTR_LOGIN_TIMEOUT): likewise.
11066         (SQL_ATTR_MAX_LENGTH): likewise.
11067         (SQL_ATTR_MAX_ROWS): likewise.
11068         (SQL_ATTR_NOSCAN): likewise.
11069         (SQL_ATTR_ODBC_CURSORS): likewise.
11070         (SQL_ATTR_ODBC_VERSION): likewise.
11071         (SQL_ATTR_PACKET_SIZE): likewise.
11072         (SQL_ATTR_PARAM_BIND_OFFSET_PTR): likewise.
11073         (SQL_ATTR_PARAM_BIND_TYPE): likewise.
11074         (SQL_ATTR_PARAM_OPERATION_PTR): likewise.
11075         (SQL_ATTR_PARAM_STATUS_PTR): likewise.
11076         (SQL_ATTR_PARAMS_PROCESSED_PTR): likewise.
11077         (SQL_ATTR_PARAMSET_SIZE): likewise.
11078         (SQL_ATTR_QUERY_TIMEOUT): likewise.
11079         (SQL_ATTR_QUIET_MODE): likewise.
11080         (SQL_ATTR_RETRIEVE_DATA): likewise.
11081         (SQL_ATTR_ROW_ARRAY_SIZE): likewise.
11082         (SQL_ATTR_ROW_BIND_OFFSET_PTR): likewise.
11083         (SQL_ATTR_ROW_BIND_TYPE): likewise.
11084         (SQL_ATTR_ROW_NUMBER): likewise.
11085         (SQL_ATTR_ROW_OPERATION_PTR): likewise.
11086         (SQL_ATTR_ROW_STATUS_PTR): likewise.
11087         (SQL_ATTR_ROWS_FETCHED_PTR): likewise.
11088         (SQL_ATTR_SIMULATE_CURSOR): likewise.
11089         (SQL_ATTR_TRACE): likewise.
11090         (SQL_ATTR_TRACEFILE): likewise.
11091         (SQL_ATTR_TRANSLATE_LIB): likewise.
11092         (SQL_ATTR_TRANSLATE_OPTION): likewise.
11093         (SQL_ATTR_TXN_ISOLATION): likewise.
11094         (SQL_ATTR_USE_BOOKMARKS): likewise.
11095         (SQL_BATCH_ROW_COUNT): likewise.
11096         (SQL_BATCH_SUPPORT): likewise.
11097         (SQL_BRC_EXPLICIT): likewise.
11098         (SQL_BRC_PROCEDURES): likewise.
11099         (SQL_BRC_ROLLED_UP): likewise.
11100         (SQL_BS_ROW_COUNT_EXPLICIT): likewise.
11101         (SQL_BS_ROW_COUNT_PROC): likewise.
11102         (SQL_BS_SELECT_EXPLICIT): likewise.
11103         (SQL_BS_SELECT_PROC): likewise.
11104         (SQL_C_INTERVAL_DAY): likewise.
11105         (SQL_C_INTERVAL_DAY_TO_HOUR): likewise.
11106         (SQL_C_INTERVAL_DAY_TO_MINUTE): likewise.
11107         (SQL_C_INTERVAL_DAY_TO_SECOND): likewise.
11108         (SQL_C_INTERVAL_HOUR): likewise.
11109         (SQL_C_INTERVAL_HOUR_TO_MINUTE): likewise.
11110         (SQL_C_INTERVAL_HOUR_TO_SECOND): likewise.
11111         (SQL_C_INTERVAL_MINUTE): likewise.
11112         (SQL_C_INTERVAL_MINUTE_TO_SECOND): likewise.
11113         (SQL_C_INTERVAL_MONTH): likewise.
11114         (SQL_C_INTERVAL_SECOND): likewise.
11115         (SQL_C_INTERVAL_YEAR): likewise.
11116         (SQL_C_INTERVAL_YEAR_TO_MONTH): likewise.
11117         (SQL_C_NUMERIC): likewise.
11118         (SQL_C_SBIGINT): likewise.
11119         (SQL_C_TYPE_DATE): likewise.
11120         (SQL_C_TYPE_TIME): likewise.
11121         (SQL_C_TYPE_TIMESTAMP): likewise.
11122         (SQL_C_UBIGINT): likewise.
11123         (SQL_C_VARBOOKMARK): likewise.
11124         (SQL_CA_CONSTRAINT_DEFERRABLE): likewise.
11125         (SQL_CA_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11126         (SQL_CA_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11127         (SQL_CA_CONSTRAINT_NON_DEFERRABLE): likewise.
11128         (SQL_CA_CREATE_ASSERTION): likewise.
11129         (SQL_CA1_ABSOLUTE): likewise.
11130         (SQL_CA1_BOOKMARK): likewise.
11131         (SQL_CA1_BULK_ADD): likewise.
11132         (SQL_CA1_BULK_DELETE_BY_BOOKMARK): likewise.
11133         (SQL_CA1_BULK_FETCH_BY_BOOKMARK): likewise.
11134         (SQL_CA1_BULK_UPDATE_BY_BOOKMARK): likewise.
11135         (SQL_CA1_LOCK_EXCLUSIVE): likewise.
11136         (SQL_CA1_LOCK_NO_CHANGE): likewise.
11137         (SQL_CA1_LOCK_UNLOCK): likewise.
11138         (SQL_CA1_NEXT): likewise.
11139         (SQL_CA1_POS_DELETE): likewise.
11140         (SQL_CA1_POS_POSITION): likewise.
11141         (SQL_CA1_POS_REFRESH): likewise.
11142         (SQL_CA1_POS_UPDATE): likewise.
11143         (SQL_CA1_POSITIONED_DELETE): likewise.
11144         (SQL_CA1_POSITIONED_UPDATE): likewise.
11145         (SQL_CA1_RELATIVE): likewise.
11146         (SQL_CA1_SELECT_FOR_UPDATE): likewise.
11147         (SQL_CA2_CRC_APPROXIMATE): likewise.
11148         (SQL_CA2_CRC_EXACT): likewise.
11149         (SQL_CA2_LOCK_CONCURRENCY): likewise.
11150         (SQL_CA2_MAX_ROWS_AFFECTS_ALL): likewise.
11151         (SQL_CA2_MAX_ROWS_CATALOG): likewise.
11152         (SQL_CA2_MAX_ROWS_DELETE): likewise.
11153         (SQL_CA2_MAX_ROWS_INSERT): likewise.
11154         (SQL_CA2_MAX_ROWS_SELECT): likewise.
11155         (SQL_CA2_MAX_ROWS_UPDATE): likewise.
11156         (SQL_CA2_OPT_ROWVER_CONCURRENCY): likewise.
11157         (SQL_CA2_OPT_VALUES_CONCURRENCY): likewise.
11158         (SQL_CA2_READ_ONLY_CONCURRENCY): likewise.
11159         (SQL_CA2_SENSITIVITY_ADDITIONS): likewise.
11160         (SQL_CA2_SENSITIVITY_DELETIONS): likewise.
11161         (SQL_CA2_SENSITIVITY_UPDATES): likewise.
11162         (SQL_CA2_SIMULATE_NON_UNIQUE): likewise.
11163         (SQL_CA2_SIMULATE_TRY_UNIQUE): likewise.
11164         (SQL_CA2_SIMULATE_UNIQUE): likewise.
11165         (SQL_CATALOG_LOCATION): likewise.
11166         (SQL_CATALOG_NAME_SEPARATOR): likewise.
11167         (SQL_CATALOG_TERM): likewise.
11168         (SQL_CATALOG_USAGE): likewise.
11169         (SQL_CCOL_CREATE_COLLATION): likewise.
11170         (SQL_CCS_COLLATE_CLAUSE): likewise.
11171         (SQL_CCS_CREATE_CHARACTER_SET): likewise.
11172         (SQL_CCS_LIMITED_COLLATION): likewise.
11173         (SQL_CDO_COLLATION): likewise.
11174         (SQL_CDO_CONSTRAINT): likewise.
11175         (SQL_CDO_CONSTRAINT_DEFERRABLE): likewise.
11176         (SQL_CDO_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11177         (SQL_CDO_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11178         (SQL_CDO_CONSTRAINT_NAME_DEFINITION): likewise.
11179         (SQL_CDO_CONSTRAINT_NON_DEFERRABLE): likewise.
11180         (SQL_CDO_CREATE_DOMAIN): likewise.
11181         (SQL_CDO_DEFAULT): likewise.
11182         (SQL_CL_END): likewise.
11183         (SQL_CL_START): likewise.
11184         (SQL_COL_PRED_BASIC): likewise.
11185         (SQL_COL_PRED_CHAR): likewise.
11186         (SQL_COLUMN_DRIVER_START): likewise.
11187         (SQL_COLUMN_IGNORE): likewise.
11188         (SQL_COLUMN_NUMBER_UNKNOWN): likewise.
11189         (SQL_CONVERT_GUID): likewise.
11190         (SQL_CONVERT_INTERVAL_DAY_TIME): likewise.
11191         (SQL_CONVERT_INTERVAL_YEAR_MONTH): likewise.
11192         (SQL_CONVERT_WCHAR): likewise.
11193         (SQL_CONVERT_WLONGVARCHAR): likewise.
11194         (SQL_CONVERT_WVARCHAR): likewise.
11195         (SQL_CP_DEFAULT): likewise.
11196         (SQL_CP_MATCH_DEFAULT): likewise.
11197         (SQL_CP_OFF): likewise.
11198         (SQL_CP_ONE_PER_DRIVER): likewise.
11199         (SQL_CP_ONE_PER_HENV): likewise.
11200         (SQL_CP_RELAXED_MATCH): likewise.
11201         (SQL_CP_STRICT_MATCH): likewise.
11202         (SQL_CREATE_ASSERTION): likewise.
11203         (SQL_CREATE_CHARACTER_SET): likewise.
11204         (SQL_CREATE_COLLATION): likewise.
11205         (SQL_CREATE_DOMAIN): likewise.
11206         (SQL_CREATE_SCHEMA): likewise.
11207         (SQL_CREATE_TABLE): likewise.
11208         (SQL_CREATE_TRANSLATION): likewise.
11209         (SQL_CREATE_VIEW): likewise.
11210         (SQL_CS_AUTHORIZATION): likewise.
11211         (SQL_CS_CREATE_SCHEMA): likewise.
11212         (SQL_CS_DEFAULT_CHARACTER_SET): likewise.
11213         (SQL_CT_COLUMN_COLLATION): likewise.
11214         (SQL_CT_COLUMN_CONSTRAINT): likewise.
11215         (SQL_CT_COLUMN_DEFAULT): likewise.
11216         (SQL_CT_COMMIT_DELETE): likewise.
11217         (SQL_CT_COMMIT_PRESERVE): likewise.
11218         (SQL_CT_CONSTRAINT_DEFERRABLE): likewise.
11219         (SQL_CT_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11220         (SQL_CT_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11221         (SQL_CT_CONSTRAINT_NAME_DEFINITION): likewise.
11222         (SQL_CT_CONSTRAINT_NON_DEFERRABLE): likewise.
11223         (SQL_CT_CREATE_TABLE): likewise.
11224         (SQL_CT_GLOBAL_TEMPORARY): likewise.
11225         (SQL_CT_LOCAL_TEMPORARY): likewise.
11226         (SQL_CT_TABLE_CONSTRAINT): likewise.
11227         (SQL_CTR_CREATE_TRANSLATION): likewise.
11228         (SQL_CU_DML_STATEMENTS): likewise.
11229         (SQL_CU_INDEX_DEFINITION): likewise.
11230         (SQL_CU_PRIVILEGE_DEFINITION): likewise.
11231         (SQL_CU_PROCEDURE_INVOCATION): likewise.
11232         (SQL_CU_TABLE_DEFINITION): likewise.
11233         (SQL_CVT_GUID): likewise.
11234         (SQL_CVT_INTERVAL_DAY_TIME): likewise.
11235         (SQL_CVT_INTERVAL_YEAR_MONTH): likewise.
11236         (SQL_CVT_WCHAR): likewise.
11237         (SQL_CVT_WLONGVARCHAR): likewise.
11238         (SQL_CVT_WVARCHAR): likewise.
11239         (SQL_DA_DROP_ASSERTION): likewise.
11240         (SQL_DATETIME_LITERALS): likewise.
11241         (SQL_DB_DEFAULT): likewise.
11242         (SQL_DB_DISCONNECT): likewise.
11243         (SQL_DB_RETURN_TO_POOL): likewise.
11244         (SQL_DC_DROP_COLLATION): likewise.
11245         (SQL_DCS_DROP_CHARACTER_SET): likewise.
11246         (SQL_DD_CASCADE): likewise.
11247         (SQL_DD_DROP_DOMAIN): likewise.
11248         (SQL_DD_RESTRICT): likewise.
11249         (SQL_DDL_INDEX): likewise.
11250         (SQL_DELETE_BY_BOOKMARK): likewise.
11251         (SQL_DESC_ARRAY_SIZE): likewise.
11252         (SQL_DESC_ARRAY_STATUS_PTR): likewise.
11253         (SQL_DESC_AUTO_UNIQUE_VALUE): likewise.
11254         (SQL_DESC_BASE_COLUMN_NAME): likewise.
11255         (SQL_DESC_BASE_TABLE_NAME): likewise.
11256         (SQL_DESC_BIND_OFFSET_PTR): likewise.
11257         (SQL_DESC_BIND_TYPE): likewise.
11258         (SQL_DESC_CASE_SENSITIVE): likewise.
11259         (SQL_DESC_CATALOG_NAME): likewise.
11260         (SQL_DESC_CONCISE_TYPE): likewise.
11261         (SQL_DESC_DATETIME_INTERVAL_PRECISION): likewise.
11262         (SQL_DESC_DISPLAY_SIZE): likewise.
11263         (SQL_DESC_FIXED_PREC_SCALE): likewise.
11264         (SQL_DESC_LABEL): likewise.
11265         (SQL_DESC_LITERAL_PREFIX): likewise.
11266         (SQL_DESC_LITERAL_SUFFIX): likewise.
11267         (SQL_DESC_LOCAL_TYPE_NAME): likewise.
11268         (SQL_DESC_MAXIMUM_SCALE): likewise.
11269         (SQL_DESC_MINIMUM_SCALE): likewise.
11270         (SQL_DESC_NUM_PREC_RADIX): likewise.
11271         (SQL_DESC_PARAMETER_TYPE): likewise.
11272         (SQL_DESC_ROWS_PROCESSED_PTR): likewise.
11273         (SQL_DESC_SCHEMA_NAME): likewise.
11274         (SQL_DESC_SEARCHABLE): likewise.
11275         (SQL_DESC_TABLE_NAME): likewise.
11276         (SQL_DESC_TYPE_NAME): likewise.
11277         (SQL_DESC_UNSIGNED): likewise.
11278         (SQL_DESC_UPDATABLE): likewise.
11279         (SQL_DI_CREATE_INDEX): likewise.
11280         (SQL_DI_DROP_INDEX): likewise.
11281         (SQL_DIAG_COLUMN_NUMBER): likewise.
11282         (SQL_DIAG_CURSOR_ROW_COUNT): likewise.
11283         (SQL_DIAG_ROW_NUMBER): likewise.
11284         (SQL_DL_SQL92_DATE): likewise.
11285         (SQL_DL_SQL92_INTERVAL_DAY): likewise.
11286         (SQL_DL_SQL92_INTERVAL_DAY_TO_HOUR): likewise.
11287         (SQL_DL_SQL92_INTERVAL_DAY_TO_MINUTE): likewise.
11288         (SQL_DL_SQL92_INTERVAL_DAY_TO_SECOND): likewise.
11289         (SQL_DL_SQL92_INTERVAL_HOUR): likewise.
11290         (SQL_DL_SQL92_INTERVAL_HOUR_TO_MINUTE): likewise.
11291         (SQL_DL_SQL92_INTERVAL_HOUR_TO_SECOND): likewise.
11292         (SQL_DL_SQL92_INTERVAL_MINUTE): likewise.
11293         (SQL_DL_SQL92_INTERVAL_MINUTE_TO_SECOND): likewise.
11294         (SQL_DL_SQL92_INTERVAL_MONTH): likewise.
11295         (SQL_DL_SQL92_INTERVAL_SECOND): likewise.
11296         (SQL_DL_SQL92_INTERVAL_YEAR): likewise.
11297         (SQL_DL_SQL92_INTERVAL_YEAR_TO_MONTH): likewise.
11298         (SQL_DL_SQL92_TIME): likewise.
11299         (SQL_DL_SQL92_TIMESTAMP): likewise.
11300         (SQL_DM_VER): likewise.
11301         (SQL_DRIVER_HDESC): likewise.
11302         (SQL_DROP_ASSERTION): likewise.
11303         (SQL_DROP_CHARACTER_SET): likewise.
11304         (SQL_DROP_COLLATION): likewise.
11305         (SQL_DROP_DOMAIN): likewise.
11306         (SQL_DROP_SCHEMA): likewise.
11307         (SQL_DROP_TABLE): likewise.
11308         (SQL_DROP_TRANSLATION): likewise.
11309         (SQL_DROP_VIEW): likewise.
11310         (SQL_DS_CASCADE): likewise.
11311         (SQL_DS_DROP_SCHEMA): likewise.
11312         (SQL_DS_RESTRICT): likewise.
11313         (SQL_DT_CASCADE): likewise.
11314         (SQL_DT_DROP_TABLE): likewise.
11315         (SQL_DT_RESTRICT): likewise.
11316         (SQL_DTC_DONE): likewise.
11317         (SQL_DTR_DROP_TRANSLATION): likewise.
11318         (SQL_DV_CASCADE): likewise.
11319         (SQL_DV_DROP_VIEW): likewise.
11320         (SQL_DV_RESTRICT): likewise.
11321         (SQL_DYNAMIC_CURSOR_ATTRIBUTES1): likewise.
11322         (SQL_DYNAMIC_CURSOR_ATTRIBUTES2): likewise.
11323         (SQL_EXT_API_LAST): likewise.
11324         (SQL_EXT_API_START): likewise.
11325         (SQL_FETCH_BY_BOOKMARK): likewise.
11326         (SQL_FETCH_FIRST_SYSTEM): likewise.
11327         (SQL_FETCH_FIRST_USER): likewise.
11328         (SQL_FN_CVT_CAST): likewise.
11329         (SQL_FN_STR_BIT_LENGTH): likewise.
11330         (SQL_FN_STR_CHAR_LENGTH): likewise.
11331         (SQL_FN_STR_CHARACTER_LENGTH): likewise.
11332         (SQL_FN_STR_OCTET_LENGTH): likewise.
11333         (SQL_FN_STR_POSITION): likewise.
11334         (SQL_FN_TD_CURRENT_DATE): likewise.
11335         (SQL_FN_TD_CURRENT_TIME): likewise.
11336         (SQL_FN_TD_CURRENT_TIMESTAMP): likewise.
11337         (SQL_FN_TD_EXTRACT): likewise.
11338         (SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES1): likewise.
11339         (SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES2): likewise.
11340         (SQL_FUNC_EXISTS(exists,api)): likewise.
11341         (SQL_GB_COLLATE): likewise.
11342         (SQL_HANDLE_SENV): likewise.
11343         (SQL_IK_ALL): likewise.
11344         (SQL_IK_ASC): likewise.
11345         (SQL_IK_DESC): likewise.
11346         (SQL_IK_NONE): likewise.
11347         (SQL_INDEX_KEYWORDS): likewise.
11348         (SQL_INFO_DRIVER_START): likewise.
11349         (SQL_INFO_LAST): likewise.
11350         (SQL_INFO_SCHEMA_VIEWS): likewise.
11351         (SQL_INITIALLY_DEFERRED): likewise.
11352         (SQL_INITIALLY_IMMEDIATE): likewise.
11353         (SQL_INSERT_STATEMENT): likewise.
11354         (SQL_INTERVAL): likewise.
11355         (SQL_IS_INSERT_LITERALS): likewise.
11356         (SQL_IS_INSERT_SEARCHED): likewise.
11357         (SQL_IS_INTEGER): likewise.
11358         (SQL_IS_POINTER): likewise.
11359         (SQL_IS_SELECT_INTO): likewise.
11360         (SQL_IS_SMALLINT): likewise.
11361         (SQL_IS_UINTEGER): likewise.
11362         (SQL_IS_USMALLINT): likewise.
11363         (SQL_ISV_ASSERTIONS): likewise.
11364         (SQL_ISV_CHARACTER_SETS): likewise.
11365         (SQL_ISV_CHECK_CONSTRAINTS): likewise.
11366         (SQL_ISV_COLLATIONS): likewise.
11367         (SQL_ISV_COLUMN_DOMAIN_USAGE): likewise.
11368         (SQL_ISV_COLUMN_PRIVILEGES): likewise.
11369         (SQL_ISV_COLUMNS): likewise.
11370         (SQL_ISV_CONSTRAINT_COLUMN_USAGE): likewise.
11371         (SQL_ISV_CONSTRAINT_TABLE_USAGE): likewise.
11372         (SQL_ISV_DOMAIN_CONSTRAINTS): likewise.
11373         (SQL_ISV_DOMAINS): likewise.
11374         (SQL_ISV_KEY_COLUMN_USAGE): likewise.
11375         (SQL_ISV_REFERENTIAL_CONSTRAINTS): likewise.
11376         (SQL_ISV_SCHEMATA): likewise.
11377         (SQL_ISV_SQL_LANGUAGES): likewise.
11378         (SQL_ISV_TABLE_CONSTRAINTS): likewise.
11379         (SQL_ISV_TABLE_PRIVILEGES): likewise.
11380         (SQL_ISV_TABLES): likewise.
11381         (SQL_ISV_TRANSLATIONS): likewise.
11382         (SQL_ISV_USAGE_PRIVILEGES): likewise.
11383         (SQL_ISV_VIEW_COLUMN_USAGE): likewise.
11384         (SQL_ISV_VIEW_TABLE_USAGE): likewise.
11385         (SQL_ISV_VIEWS): likewise.
11386         (SQL_KEYSET_CURSOR_ATTRIBUTES1): likewise.
11387         (SQL_KEYSET_CURSOR_ATTRIBUTES2): likewise.
11388         (SQL_MAX_ASYNC_CONCURRENT_STATEMENTS): likewise.
11389         (SQL_NO_COLUMN_NUMBER): likewise.
11390         (SQL_NO_ROW_NUMBER): likewise.
11391         (SQL_NOT_DEFERRABLE): likewise.
11392         (SQL_NUM_EXTENSIONS): likewise.
11393         (SQL_NUM_FUNCTIONS): likewise.
11394         (SQL_ODBC_INTERFACE_CONFORMANCE): likewise.
11395         (SQL_OIC_CORE): likewise.
11396         (SQL_OIC_LEVEL1): likewise.
11397         (SQL_OIC_LEVEL2): likewise.
11398         (SQL_OV_ODBC2): likewise.
11399         (SQL_OV_ODBC3): likewise.
11400         (SQL_PARAM_ARRAY_ROW_COUNTS): likewise.
11401         (SQL_PARAM_ARRAY_SELECTS): likewise.
11402         (SQL_PARAM_BIND_BY_COLUMN): likewise.
11403         (SQL_PARAM_BIND_TYPE_DEFAULT): likewise.
11404         (SQL_PARAM_DIAG_UNAVAILABLE): likewise.
11405         (SQL_PARAM_ERROR): likewise.
11406         (SQL_PARAM_IGNORE): likewise.
11407         (SQL_PARAM_PROCEED): likewise.
11408         (SQL_PARAM_SUCCESS): likewise.
11409         (SQL_PARAM_SUCCESS_WITH_INFO): likewise.
11410         (SQL_PARAM_UNUSED): likewise.
11411         (SQL_PARC_BATCH): likewise.
11412         (SQL_PARC_NO_BATCH): likewise.
11413         (SQL_PAS_BATCH): likewise.
11414         (SQL_PAS_NO_BATCH): likewise.
11415         (SQL_PAS_NO_SELECT): likewise.
11416         (SQL_ROW_IGNORE): likewise.
11417         (SQL_ROW_NUMBER_UNKNOWN): likewise.
11418         (SQL_ROW_PROCEED): likewise.
11419         (SQL_ROW_SUCCESS_WITH_INFO): likewise.
11420         (SQL_SC_FIPS127_2_TRANSITIONAL): likewise.
11421         (SQL_SC_SQL92_ENTRY): likewise.
11422         (SQL_SC_SQL92_FULL): likewise.
11423         (SQL_SC_SQL92_INTERMEDIATE): likewise.
11424         (SQL_SCC_ISO92_CLI): likewise.
11425         (SQL_SCC_XOPEN_CLI_VERSION1): likewise.
11426         (SQL_SCHEMA_TERM): likewise.
11427         (SQL_SCHEMA_USAGE): likewise.
11428         (SQL_SDF_CURRENT_DATE): likewise.
11429         (SQL_SDF_CURRENT_TIME): likewise.
11430         (SQL_SDF_CURRENT_TIMESTAMP): likewise.
11431         (SQL_SFKD_CASCADE): likewise.
11432         (SQL_SFKD_NO_ACTION): likewise.
11433         (SQL_SFKD_SET_DEFAULT): likewise.
11434         (SQL_SFKD_SET_NULL): likewise.
11435         (SQL_SFKU_CASCADE): likewise.
11436         (SQL_SFKU_NO_ACTION): likewise.
11437         (SQL_SFKU_SET_DEFAULT): likewise.
11438         (SQL_SFKU_SET_NULL): likewise.
11439         (SQL_SG_DELETE_TABLE): likewise.
11440         (SQL_SG_INSERT_COLUMN): likewise.
11441         (SQL_SG_INSERT_TABLE): likewise.
11442         (SQL_SG_REFERENCES_COLUMN): likewise.
11443         (SQL_SG_REFERENCES_TABLE): likewise.
11444         (SQL_SG_SELECT_TABLE): likewise.
11445         (SQL_SG_UPDATE_COLUMN): likewise.
11446         (SQL_SG_UPDATE_TABLE): likewise.
11447         (SQL_SG_USAGE_ON_CHARACTER_SET): likewise.
11448         (SQL_SG_USAGE_ON_COLLATION): likewise.
11449         (SQL_SG_USAGE_ON_DOMAIN): likewise.
11450         (SQL_SG_USAGE_ON_TRANSLATION): likewise.
11451         (SQL_SG_WITH_GRANT_OPTION): likewise.
11452         (SQL_SNVF_BIT_LENGTH): likewise.
11453         (SQL_SNVF_CHAR_LENGTH): likewise.
11454         (SQL_SNVF_CHARACTER_LENGTH): likewise.
11455         (SQL_SNVF_EXTRACT): likewise.
11456         (SQL_SNVF_OCTET_LENGTH): likewise.
11457         (SQL_SNVF_POSITION): likewise.
11458         (SQL_SP_BETWEEN): likewise.
11459         (SQL_SP_COMPARISON): likewise.
11460         (SQL_SP_EXISTS): likewise.
11461         (SQL_SP_IN): likewise.
11462         (SQL_SP_ISNOTNULL): likewise.
11463         (SQL_SP_ISNULL): likewise.
11464         (SQL_SP_LIKE): likewise.
11465         (SQL_SP_MATCH_FULL): likewise.
11466         (SQL_SP_MATCH_PARTIAL): likewise.
11467         (SQL_SP_MATCH_UNIQUE_FULL): likewise.
11468         (SQL_SP_MATCH_UNIQUE_PARTIAL): likewise.
11469         (SQL_SP_OVERLAPS): likewise.
11470         (SQL_SP_QUANTIFIED_COMPARISON): likewise.
11471         (SQL_SP_UNIQUE): likewise.
11472         (SQL_SQL_CONFORMANCE): likewise.
11473         (SQL_SQL92_DATETIME_FUNCTIONS): likewise.
11474         (SQL_SQL92_FOREIGN_KEY_DELETE_RULE): likewise.
11475         (SQL_SQL92_FOREIGN_KEY_UPDATE_RULE): likewise.
11476         (SQL_SQL92_GRANT): likewise.
11477         (SQL_SQL92_NUMERIC_VALUE_FUNCTIONS): likewise.
11478         (SQL_SQL92_PREDICATES): likewise.
11479         (SQL_SQL92_RELATIONAL_JOIN_OPERATORS): likewise.
11480         (SQL_SQL92_REVOKE): likewise.
11481         (SQL_SQL92_ROW_VALUE_CONSTRUCTOR): likewise.
11482         (SQL_SQL92_STRING_FUNCTIONS): likewise.
11483         (SQL_SQL92_VALUE_EXPRESSIONS): likewise.
11484         (SQL_SR_CASCADE): likewise.
11485         (SQL_SR_DELETE_TABLE): likewise.
11486         (SQL_SR_GRANT_OPTION_FOR): likewise.
11487         (SQL_SR_INSERT_COLUMN): likewise.
11488         (SQL_SR_INSERT_TABLE): likewise.
11489         (SQL_SR_REFERENCES_COLUMN): likewise.
11490         (SQL_SR_REFERENCES_TABLE): likewise.
11491         (SQL_SR_RESTRICT): likewise.
11492         (SQL_SR_SELECT_TABLE): likewise.
11493         (SQL_SR_UPDATE_COLUMN): likewise.
11494         (SQL_SR_UPDATE_TABLE): likewise.
11495         (SQL_SR_USAGE_ON_CHARACTER_SET): likewise.
11496         (SQL_SR_USAGE_ON_COLLATION): likewise.
11497         (SQL_SR_USAGE_ON_DOMAIN): likewise.
11498         (SQL_SR_USAGE_ON_TRANSLATION): likewise.
11499         (SQL_SRJO_CORRESPONDING_CLAUSE): likewise.
11500         (SQL_SRJO_CROSS_JOIN): likewise.
11501         (SQL_SRJO_EXCEPT_JOIN): likewise.
11502         (SQL_SRJO_FULL_OUTER_JOIN): likewise.
11503         (SQL_SRJO_INNER_JOIN): likewise.
11504         (SQL_SRJO_INTERSECT_JOIN): likewise.
11505         (SQL_SRJO_LEFT_OUTER_JOIN): likewise.
11506         (SQL_SRJO_NATURAL_JOIN): likewise.
11507         (SQL_SRJO_RIGHT_OUTER_JOIN): likewise.
11508         (SQL_SRJO_UNION_JOIN): likewise.
11509         (SQL_SRVC_DEFAULT): likewise.
11510         (SQL_SRVC_NULL): likewise.
11511         (SQL_SRVC_ROW_SUBQUERY): likewise.
11512         (SQL_SRVC_VALUE_EXPRESSION): likewise.
11513         (SQL_SSF_CONVERT): likewise.
11514         (SQL_SSF_LOWER): likewise.
11515         (SQL_SSF_SUBSTRING): likewise.
11516         (SQL_SSF_TRANSLATE): likewise.
11517         (SQL_SSF_TRIM_BOTH): likewise.
11518         (SQL_SSF_TRIM_LEADING): likewise.
11519         (SQL_SSF_TRIM_TRAILING): likewise.
11520         (SQL_SSF_UPPER): likewise.
11521         (SQL_STANDARD_CLI_CONFORMANCE): likewise.
11522         (SQL_STATIC_CURSOR_ATTRIBUTES1): likewise.
11523         (SQL_STATIC_CURSOR_ATTRIBUTES2): likewise.
11524         (SQL_SU_DML_STATEMENTS): likewise.
11525         (SQL_SU_INDEX_DEFINITION): likewise.
11526         (SQL_SU_PRIVILEGE_DEFINITION): likewise.
11527         (SQL_SU_PROCEDURE_INVOCATION): likewise.
11528         (SQL_SU_TABLE_DEFINITION): likewise.
11529         (SQL_SVE_CASE): likewise.
11530         (SQL_SVE_CAST): likewise.
11531         (SQL_SVE_COALESCE): likewise.
11532         (SQL_SVE_NULLIF): likewise.
11533         (SQL_UB_FIXED): likewise.
11534         (SQL_UB_VARIABLE): likewise.
11535         (SQL_UNION_STATEMENT): likewise.
11536         (SQL_UPDATE_BY_BOOKMARK): likewise.
11537         (SQL_US_UNION): likewise.
11538         (SQL_US_UNION_ALL): likewise.
11539         (SQL_DESC_ROWVER): likewise.
11540         (SQL_GUID): likewise.
11541         (SQL_C_GUID): likewise.
11542         (ODBC_STD): likewise.
11543         (SQLAllocHandle): likewise.
11544         (SQLAllocEnv(p)): likewise.
11545         (SQL_YEAR): likewise.
11546         (SQL_MONTH): likewise.
11547         (SQL_DAY): likewise.
11548         (SQL_HOUR): likewise.
11549         (SQL_MINUTE): likewise.
11550         (SQL_SECOND): likewise.
11551         (SQL_YEAR_TO_MONTH): likewise.
11552         (SQL_DAY_TO_HOUR): likewise.
11553         (SQL_DAY_TO_MINUTE): likewise.
11554         (SQL_DAY_TO_SECOND): likewise.
11555         (SQL_HOUR_TO_MINUTE): likewise.
11556         (SQL_HOUR_TO_SECOND): likewise.
11557         (SQL_MINUTE_TO_SECOND): likewise.
11558         (SQL_ATTR_ANSI_APP): likewise.
11559         (SQL_AA_TRUE): likewise.
11560         (SQL_AA_FALSE): likewise.
11561
11562         * include/sqltypes.h (#pragma pack(push,1), #pragma pack(pop)): remove.
11563         (struct tagSQL_YEAR_MONTH): add for ODBC3.x.
11564         (struct tagSQL_DAY_SECOND): likewise.
11565         (struct tagSQL_INTERVAL_STRUCT): likewise.
11566         (struct tagSQL_NUMERIC_STRUCT): likewise.
11567         (struct tagSQLGUID): add for 0DBC3.50.
11568         (enum SQLINTERVAL): add for ODBC3.x.
11569         (SQLWCHAR): add typedef.
11570         (SQLTCHAR): add typedef, conditional on UNICODE.
11571         (SQLLEN): add typedef for _WIN64, define for _WIN32.
11572         (SQLULEN): likewise.
11573         (SQLROWOFFSET): likewise.
11574         (SQLROWCOUNT): likewise.
11575         (SQLTRANSID): likewise.
11576         (SQLSETPOSIROW): likewise.
11577         (SQLHANDLE): add ODBC3.x typedef.
11578         (SQLHDESC): likewise.
11579         (SQLDATE): likewise.
11580         (SQLDECIMAL): likewise.
11581         (SQLDOUBLE): likewise.
11582         (SQLFLOAT): likewise.
11583         (SQLNUMERIC): likewise.
11584         (SQLREAL): likewise.
11585         (SQLTIME): likewise.
11586         (SQLTIMESTAMP): likewise.
11587         (SQLVARCHAR): likewise.
11588         (SQLBIGINT): likewise.
11589         (SQLUBIGINT): likewise.
11590         (SQL_DATE_STRUCT): likewise.
11591         (SQL_TIME_STRUCT): likewise.
11592         (SQL_TIMESTAMP_STRUCT): likewise.
11593         (ODBCINT64): add ODBC3.x define.
11594
11595         * lib/odbc32.def : regenerate.
11596
11597 2001-01-26  Earnie Boyd  <earnie@users.sourceforge.net
11598
11599         * Apply Danny Smith patch 102275
11600         2000-11-05  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11601         * include/objbase.h: (COM_RIGHTS): Add definition.
11602         (tagSTDMSHLFLAGS): add enumeration.
11603         (CoInitializeEx): Add prototypes.
11604         (CoGetStdMarshalEx): ditto.
11605         (CoCreateInstanceEx): ditto.
11606         (CoInitializeSecurity): ditto.
11607         (CoGetCallContext): ditto.
11608         (CoQueryProxyBlanket): ditto.
11609         (CoSetProxyBlanket): ditto.
11610         (CoCopyProxy): ditto.
11611         (CoQueryClientBlanket): ditto.
11612         (CoImpersonateClient): ditto.
11613         (CoRevertToSelf): ditto.
11614         (CoQueryAuthenticationServices): ditto.
11615         (CoSwitchCallContext): ditto.
11616         (CoGetInstanceFromFile): ditto.
11617         (CoGetInstanceFromIStorage): ditto.
11618         * include/objidl.h: (SOLE_AUTHENTICATION_SERVICE): Add structure.
11619         (SOLE_AUTHENTICATION_INFO): ditto.
11620         (EOLE_AUTHENTICATION_CAPABILITIES): Add enumeration.
11621         (COLE_DEFAULT_PRINCIPAL): Add definition.
11622         (COLE_DEFAULT_AUTHINFO): Ditto.
11623         * include/rpcdce.h: (RPC_C_AUTHZ_DEFAULT): Add definition.
11624         (RPC_PROTSEQ_VECTOR) Fix typo.
11625         (RpcRaiseException): add DECLSPEC_NORETURN attribute.
11626         * include/winbase.h: (FreeLibraryAndExitThread): add DECLSPEC_NORETURN
11627         attribute.
11628
11629 2001-01-26  Earnie Boyd  <earnie@users.sourceforge.net>
11630
11631         * lib/msvcp60.def: Apply Danny Smith patch 103321.
11632         2001-01-17  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>.
11633         New file.
11634
11635 2001-01-26  Christopher Faylor  <cgf@cygnus.com>
11636
11637         * include/winnt.h: Add PTOKEN_USER.
11638
11639 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
11640
11641         * include/sqlucode.h: Apply Danny Smith patch 102443
11642         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11643         New file.
11644
11645 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
11646
11647         * lib/odbccp32.def: Apply Danny Smith patch 102442
11648         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11649         New file.
11650
11651 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
11652
11653         * include/odbcinst.h: Apply Danny Smith patch 102441
11654         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11655         New file.
11656
11657 2000-12-25  Christopher Faylor  <cgf@cygnus.com>
11658
11659         * lib/Makefile.in: Don't make "links" to include/w32api directory.
11660
11661 2000-12-20  Corinna Vinschen  <corinna@vinschen.de>
11662
11663         * include/winbase.h: Add prototype for SetSecurityDescriptorControl.
11664
11665 2000-12-11  Christopher Faylor  <cgf@cygnus.com>
11666
11667         * lib/Makefile.in: Install headers and libraries in tooldir.
11668
11669 2000-12-04  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11670
11671         * include/winnls.h: NORM_IGNORE* remove duplicate defines.
11672         SORT_STRINGSORT: ditto.
11673         CMAP*: ditto.
11674         CTRY_*: add new defines.
11675         LGRPID_*: ditto.
11676         LCMAP*: change defines to hex notation.
11677         CALID: change from ULONG to DWORD.
11678         CALTYPE: ditto.
11679         _cpinfoex[AW]: add structure.
11680         FoldString: correct Unicode mappings.
11681         GetCPInfoEx[AW]: add prototypes.
11682         EnumCalendarInfoEx[AW]: ditto.
11683         EnumDateFormatsEx[AW]: ditto.
11684         EnumSystemLanguageGroups[AW]: ditto.
11685         EnumLanguageGroupLocales[AW]: ditto.
11686         EnumUILanguages[AW]: ditto.
11687         GetSystemDefaultUILanguage[AW]: ditto.
11688         GetUserDefaultUILanguage[AW]: ditto.
11689         IsValidLanguageGroup[AW]: ditto.
11690         CALINFO_ENUMPROCEX[AW]: add function pointer typedef
11691         LANGUAGEGROUP_ENUMPROC[AW]: ditto
11692         LANGGROUPLOCALE_ENUMPROC[AW]: ditto
11693         UILANGUAGE_ENUMPROC[AW]: ditto
11694         DATEFMT_ENUMPROCEX[AW]: ditto
11695         LPCURRENCYFMT[AW]: add structure pointer typedef
11696         LPNUMBERFMT[AW]: ditto
11697
11698 2000-12-02  Matt Hargett  <matt@use.net>
11699
11700         * include/winbase.h: Added a define for INVALID_SET_FILE_POINTER, a
11701         possible return code for the SetFilePointer() win32 API call.
11702
11703 2000-11-09  Corinna Vinschen  <corinna@vinschen.de>
11704
11705         * include/winnt.h: Add missing FILE_NAMED_STREAMS define.
11706
11707 2000-11-06  Earnie Boyd  <earnie_boyd@yahoo.com>
11708
11709         * Makefile.in: increment VERSION.
11710         (dist:) Rename to srcdist.  Create new dist target to call
11711         srcdist and bindist targets.
11712         (srcdist:) New target.
11713         (clean-top:) add call to mostlyclean-top and add rm of distribution
11714         tarballs.
11715         * lib/Makefile.in: (uninstall:) modify to remove files from the
11716         new w32api subdirectory and to remove w32api subdirectory.
11717         (xuninstall:) Ditto.
11718         TODO: Add a task to redo the clean targets of Makefile.in
11719
11720 2000-11-03  Christopher Faylor  <cgf@cygnus.com>
11721
11722         * lib/Makefile.in: Install header files in w32api subdirectory.
11723
11724 2000-10-31  Earnie Boyd  <earnie_boyd@yahoo.com>
11725
11726         * CONTRIBUTIONS: New file.
11727         * README: Change the maintained by header.
11728         * TODO: Add a note about checking the TODO.
11729
11730 2000-10-31  Earnie Boyd  <earnie_boyd@yahoo.com>
11731
11732         * Merge in accepted changes from
11733         2000-10-23  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11734         * include/basetyps.h: add comment for GUID_DEFINED
11735         * include/lm.h: add includes for lmerr.h and lmserver.h
11736         * include/lmcons.h: add W2K typedefs LMSTR, LMCSTR
11737         * include/lmerr.h:  add error codes
11738         * include/lmserver.h: replace LPTSTR with LPWSTR,
11739         LPTCSTR with LPWCSTR in structures and prototypes
11740         * include/lmshare.h: ditto
11741         * include/lmuse.h: ditto
11742         * include/lmstats.h: ditto
11743         * include/oleauto.h: add function prototype SystemTimeToVariantTime
11744         * include/winbase.h: change first argument of CommConfigDialog to const
11745         * include/windowsx.h: add macros  defining FAR versions of
11746         mem and string functions for porting from Win16 code
11747         * include/winioctl.h:  added IOCTL_STORAGE defines
11748         * include/winnetwk.h:  added WNNC_NET flags
11749         * include/winnt.h: add include of <basetsd.h>;
11750         add structs; add pointer typedefs  for TOKEN structs
11751         * include/winsock.h: add guard around BSD-ish typedefs
11752         * include/wtypes.h: new VARENUM enums, new WIN32/WIN64 compat. macros
11753         * include/basetsd.h: new file
11754         * include/raserror.h: ditto
11755         * include/rassapi.h: ditto
11756         * include/ras.h: ditto
11757         comment from Earnie: replaced original ras.h contribution with Danny's
11758         contribution as it is more complete.
11759         * include/rpcndr.h: add default definition for __RPCNDR_H_VERSION__
11760
11761 2000-10-19  Earnie Boyd  <earnie_boyd@yahoo.com>
11762
11763         * Makefile.in: increment VERSION.  Change tar file name for dist and
11764         bindist targets to be more standard.
11765         * config.guess: Update with the currently published file.
11766         * config.sub: ditto.
11767         * configure.in: Use value of build_alias instead of testing for
11768         directory names to set BUILDENV.
11769         * configure: ditto.
11770         * lib/Makefile.in: Change the name of the targets install,
11771         install-headers and install-libraries to xinstall, xinstall-headers
11772         and xinstall-libraries for system target specified installation.
11773         Recreate targets install, install-headers and install-libraries for
11774         exec-prefix specified installation.  Ditto for the uninstall targets of
11775         the same name.
11776
11777 2000-10-09  Corinna Vinschen  <corinna@vinschen.de>
11778
11779         * include/iprtrmib.h: Further layout changes according to standard.
11780         * include/iptypes.h: Ditto.
11781         * include/ntdef.h: Ditto.
11782         * include/ntsecapi.h: Ditto.
11783         * include/subauth.h: Ditto.
11784
11785 2000-10-09  Corinna Vinschen  <corinna@vinschen.de>
11786
11787         * include/ntsecapi.h: Fix PLSA_UNICODE_STRING define.
11788
11789 2000-10-08  Corinna Vinschen  <corinna@vinschen.de>
11790
11791         * include/ntsecapi.h: New file.
11792         * include/subauth.h: Ditto.
11793         * include/ipexport.h: Fix global header define not to contain
11794         trailing underscore. Change layout according to standard.
11795         * include/iphlpapi.h: Ditto.
11796         * include/ipifcons.h: Ditto.
11797         * include/iprtrmib.h: Ditto.
11798         * include/iptypes.h: Ditto.
11799         * include/ntdef.h: Ditto. Define conditional datatypes dependent
11800         of inclusion of ntsecapi.h and subauth.h.
11801         * lib/secur32.def: New stub for secur32.dll.
11802
11803 2000-10-02  Corinna Vinschen  <corinna@vinschen.de>
11804
11805         * include/ras.h: New file.
11806         * lib/rasapi32.def: Add symbols for RasEnumDevicesA and
11807         RasEnumDevicesW.
11808
11809 2000-10-02  Corinna Vinschen  <corinna@vinschen.de>
11810
11811         * include/ntdef.h: Add define for NTAPI.
11812
11813 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
11814
11815         * include/ipexport.h: Add missing `extern "C"' directives.
11816         * include/iphlpapi.h: Ditto.
11817         * include/iprtrmib.h: Ditto.
11818         * include/iptypes.h: Ditto.
11819
11820 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
11821
11822         * include/ipifcons.h: New header file.
11823         * include/iprtrmib.h: Move operational states to ipifcons.h.
11824         * include/iphlpapi.h: Add missing parameters to GetIfTable()
11825         declaration.
11826
11827 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
11828
11829         * include/iprtrmib.h: Add missing MIB_IF_OPER_STATUS_xxx definitions.
11830
11831 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
11832
11833         * lib/iphlpapi.def: New stub for iphlpapi.dll.
11834         * include/iptypes.h: New header file.
11835         * include/ipexport.h: Ditto.
11836         * include/iphlpapi.h: Ditto.
11837         * include/iprtrmib.h: Ditto.
11838
11839 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
11840
11841         * include/ntdef.h: New file.
11842
11843 2000-08-18  Corinna Vinschen  <corinna@vinschen.de>
11844
11845         * include/winnt.h:Add enums for TokenRestrictedSids and TokenSessionId
11846         to TOKEN_INFORMATION_CLASS type.
11847         Add QUOTA_LIMITS type.
11848
11849 2000-08-08  Corinna Vinschen  <corinna@vinschen.de>
11850
11851         * include/userenv.h: New header file.
11852         * lib/userenv.def: New stub for userenv.dll.
11853
11854 2000-08-08  Christopher Faylor  <cgf@cygnus.com>
11855
11856         * include/winuser.h: Correct PCWPSTRUCT typo.
11857         (discovered by Axel Riese)
11858
11859 2000-07-27  DJ Delorie  <dj@redhat.com>
11860
11861         * include/windows.h: optimize non-inclusion of repeat headers
11862
11863 2000-07-21  Corinna Vinschen  <corinna@vinschen.de>
11864
11865         * include/winnt.h: Add missing typedefs for PTOKEN_SOURCE and
11866         LPTOKEN_SOURCE.
11867
11868 2000-07-11  DJ Delorie  <dj@cygnus.com>
11869
11870         * include/shlobj.h: add CSIDL_COMMON_*
11871
11872 2000-06-27  Corinna Vinschen  <corinna@vinschen.de>
11873
11874         * include/winbase.h: Add stream ids BACKUP_OBJECT_ID,
11875         BACKUP_REPARSE_DATA and BACKUP_SPARSE_BLOCK.
11876         Add file open flags FILE_FLAG_OPEN_REPARSE_POINT and
11877         FILE_FLAG_OPEN_NO_RECALL.
11878         * winioctl.h: Add device io control codes FSCTL_GET_REPARSE_POINT,
11879         FSCTL_SET_REPARSE_POINT and FSCTL_DELETE_REPARSE_POINT.
11880         * winnt.h: Add typedef for GUID.
11881         Add file attributes FILE_ATTRIBUTE_ENCRYPTED,
11882         FILE_ATTRIBUTE_SPARSE_FILE, FILE_ATTRIBUTE_REPARSE_POINT and
11883         FILE_ATTRIBUTE_NOT_CONTENT_INDEXED.
11884         Add volume attributes FILE_VOLUME_QUOTAS, FILE_SUPPORTS_SPARSE_FILES,
11885         FILE_SUPPORTS_REPARSE_POINTS, FILE_SUPPORTS_REMOTE_STORAGE,
11886         FILE_SUPPORTS_OBJECT_IDS and FILE_SUPPORTS_ENCRYPTION.
11887         Add several reparse point defines and typedefs for REPARSE_DATA_BUFFER,
11888         REPARSE_GUID_DATA_BUFFER and REPARSE_POINT_INFORMATION.
11889         * lib/psapi.def: New file.
11890
11891 2000-06-22  Christopher Faylor  <cgf@cygnus.com>
11892
11893         * rpcdce.h: Protect OPTIONAL definition since it may be (legally)
11894         previously defined.
11895         * windef.h : Ditto.
11896
11897 2000-06-14  Kazuhiro Fujieda  <fujieda@jaist.ac.jp>
11898
11899         * include/winnt.h: Add some missing defines related to locale
11900         identifiers.  Translate values of LANG_* and SUBLANG_* into hexadecimal.
11901
11902 2000-05-27  Corinna Vinschen  <corinna@vinschen.de>
11903
11904         * include/wincrypt.h: Add missing CRYPT_MACHINE_KEYSET define.
11905
11906 2000-05-18  Corinna Vinschen  <corinna@vinschen.de>
11907
11908         * include/winnt.h: Add some missing TAPE_DRIVE_* defines.
11909
11910 2000-04-26  Christopher Faylor  <cgf@cygnus.com>
11911
11912         * include/wininet.h: Add another "INTERNET_OPTIONS".
11913
11914 2000-04-25  Mumit Khan  <khan@xraylith.wisc.edu>
11915
11916         * include/winspool.h: Add 2 more PRINTER_ATTRIBUTE_* macros.
11917
11918 2000-04-25  Martin Kotulla  <martin-k@softmaker.de>
11919
11920         * include/ddeml.h (DdeCreateStringHandle{A,W}): Fix prototype.
11921         * include/shlobj.h (IShellLink{A,W}::GetPath): Fix prototype.
11922         * include/wingdi.h: Add LPFNDEVMODE and LPFNDEVCAPS callbacks.
11923         * include/winuser.h: Add WM_* macros. Add PCOPYDATASTRUCT typedef.
11924
11925 2000-04-10  Christopher Faylor  <cgf@cygnus.com>
11926
11927         * include/winbase.h: Change first argument of ENUMRES* types to
11928         coincide with Microsoft usage.
11929
11930 2000-04-01  Christopher Faylor  <cgf@cygnus.com>
11931
11932         * include/wininet.h: Add three more "INTERNET_OPTIONS".
11933
11934 2000-03-30  Mumit Khan  <khan@xraylith.wisc.edu>
11935
11936         * include/winbase.h (CreateHardLink{A,W}): Add prototypes.
11937         * include/winerror.h (ERROR_TOO_MANY_LINKS): Add macro.
11938         * include/winnt.h (SEC_*): Add macros.
11939         * lib/th32.def: Use Kernel32.dll instead of TH32.DLL.
11940         * include/ole.h: Workaround for C++ parser bug.
11941         * include/rpcdcep.h: Likewise.
11942         * include/winsock.h: Likewise.
11943
11944 2000-03-26  Christopher Faylor  <cgf@cygnus.com>
11945
11946         * include/winnt.h: Eliminate duplicate PCONTEXT and LPCONTEXT typedefs.
11947
11948 2000-02-28  Mumit Khan  <khan@xraylith.wisc.edu>
11949
11950         Patches from Jan Nijtmans <j.nijtmans@chello.nl>:
11951         * include/wtypes.h (PBLOB, LPBLOB): Define.
11952         * include/winsock2.h: Much more complete version.
11953         (FD_SET, SOMAXCONN): Protect common macros defined by winsock.h.
11954
11955         Patches from Jan Nijtmans <j.nijtmans@chello.nl>:
11956         * include/winsock.h (FD_CLR): Add missing ')'.
11957         (timercmp): Fix macro to handle all 6 comparison operators.
11958         (AF_FIREFOX, AF_UNKNOWN1, AF_BAN, AF_ATM, AF_INET6): Define.
11959         (AF_MAX): Update.
11960         (PF_FIREFOX, PF_UNKNOWN1, PF_BAN, PF_ATM, PF_INET6): Define.
11961
11962         * include/largeint.h: Rename HAVE_INT64 macro to _HAVE_INT64 to avoid
11963         namespace pollution.
11964         * include/rpcndr.h: Likewise.
11965         * include/winnt.h: Likewise.
11966         * include/shlobj.h (SHGetDataFromIDList{A,W}): Fix typo.
11967         (SHGetSpecialFolderPath{A,W}): Add prototypes.
11968         * lib/ole32.def: Add missing exports.
11969         * include/winbase.h (TLS_MINIMUM_AVAILABLE): Move macro from here
11970         * include/winnt.h (TLS_MINIMUM_AVAILABLE): to here.
11971         (NT_TIB): Define.
11972         * include/tlhelp32.h: New file.
11973
11974 2000-02-28  Christopher Faylor  <cgf@cygnus.com>
11975
11976         * include/rapi.h: New file.
11977         * lib/rapi.def: New file.
11978
11979 2000-02-11  Axel Riese  <ariese@andromeda.risc.uni-linz.ac.at>
11980
11981         * oaidl.h (LPTYPECOMP): Remove multiple definition.
11982
11983 2000-02-03  Mumit Khan  <khan@xraylith.wisc.edu>
11984
11985         * Snapshot 2000-02-03.
11986
11987 2000-01-21  Chris Faylor  <cgf@cygnus.com>
11988
11989         * include/winnt.h: Add ARM support.
11990
11991 2000-01-19  Mumit Khan  <khan@xraylith.wisc.edu>
11992
11993         From Greg Primes <gregory.l.priem@intel.com>:
11994         * include/oaidl.h (DESCKIND): Define macro.
11995         (ITypeComp): Define interface.
11996         (ITypeComp): Likewise.
11997         * rpcndr.h (DECLSPEC_UUID): Define macro.
11998         (MIDL_INTERFACE): Likewise.
11999
12000         * include/psapi.h: New file.
12001         * include/imagehlp.h: New file.
12002         * lib/imagehlp.def: New file.
12003
12004         * include/oaidl.h (tagVARIANT): Update fields.
12005
12006         From Craig Lanning <CraigL@DyCon.com>:
12007         * include/commctrl.h: Add some TCS_* macros.
12008         * include/winnls.h (IsValidLocale): Add prototype.
12009
12010 2000-01-18  Mumit Khan  <khan@xraylith.wisc.edu>
12011
12012         * include/oaidl.h: OLE Patches from "Fifer, Eric"
12013         <EFifer@sanwaint.com> needed to build Win32::OLE perl module.
12014         * include/objbase.h: Likewise.
12015         * include/objidl.h: Likewise.
12016         * include/ocidl.h: New file.
12017         * include/oleauto.h: Likewise.
12018         * include/wtypes.h: Likewise.
12019         * lib/oleaut32.def: Likewise.
12020
12021         * include/lmserver.h (NetServerTransportAddEx): Fix prototype.
12022         Thanks to "Jon Leichter" <jon@symas.com>.
12023         * include/commctrl.h (LVM_FINDITEM): Fix typo in macro.
12024         * include/winbase.h: Add GetLongPathName{A,W} prototypes.
12025         * include/shellapi.h (SHGetFileInfo): Add macro. Thanks to
12026         "Axel Riese" <ariese@andromeda.risc.uni-linz.ac.at>.
12027         (CommandLineToArgvW): Fix prototype. Thanks to "Frans E. van
12028         Dorsselaer" <frans@bia-bv.demon.nl>.
12029         * include/httpext.h: New file. Thanks to Jan Nijtmans
12030         <j.nijtmans@chello.nl>.
12031         * include/mmsystem.h (WAVEFORMATEX): Guard definition to avoid
12032         redefinition of LPCWAVEFORMATEX in DirectX headers.
12033         (CALLBACK_NULL): Define to be 0. Thanks to Krzysztof Nikiel
12034         <krzych00@priv7.onet.pl>.
12035         * include/sqlext.h (SQLDriverConnnect): Fix prototype.
12036         * include/windef.h (HRESULT): Guard definition to avoid
12037         redefinition in DirectX headers.
12038         * include/winnt.h: Add target macros from windows.h.
12039         * include/windows.h: Update synch comment for target macros.
12040         (_ANONYMOUS_STRUCT): Define for GCC 2.95 and newer.
12041         (_ANONYMOUS_UNION): Likewise.
12042         * include/wingdi.h (AbortPrinter): Move from here ...
12043         * include/winspool.h (AbortPrinter): to here and fix linkage.
12044         (MONITOR_INFO_2{A,W}): Define.
12045         * include/winsock.h (htons): Fix argument.
12046         (htonl): Likewise.
12047         * include/winsock2.h (SO_*, MAX_*, WSA_*): Add macros.
12048         (GROUP): Define.
12049         (GUID): Define conditionally.
12050         (WSAPROTOCOLCHAIN, WSAPROTOCOL_INFO): Define.
12051         (WSASocket*): Declare.
12052         * include/basetyps.h (GUID): Guard REGUID and LPGUID as well.
12053
12054         * lib/dsetup.def: Remove leading underscore.
12055         * lib/dsound.def: Likewise.
12056         * lib/ws2_32.def: Likewise.
12057
12058 1999-12-22  Mumit Khan  <khan@xraylith.wisc.edu>
12059
12060         * include/windef.h (HMONITOR, HTERMINAL, HWINEVENTHOOK): Define
12061         handles.
12062
12063         * lib/Makefile.in (EXTRA_OBJS): Add dinput.o.
12064         * lib/dinput.c: Include windows.h for GCC.
12065         * lib/dxguid.c: Likewise.
12066         (INITGUID): Define macro.
12067
12068         * include/objidl.h (ISequentialStream): Define interface.
12069         (IStream): Derive from ISequentialStream.
12070
12071         * include/objidl.h (IStream::{LockRegion, UnlockRegion, Stat,
12072         Clone}): Mark as PURE.
12073         (IDataObject::EnumDAdvise): Likewise.
12074         * include/oleidl.h (IDropSource::GiveFeedback): Likewise.
12075         (IViewObject::Unfreeze): Likewise.
12076         (IViewObject2::Unfreeze): Likewise.
12077
12078         * include/objidl.h: Add various IID_ declarations.
12079         * include/olectl.h: Likewise.
12080         * include/oleidl.h: Likewise.
12081
12082 1999-12-21  Mumit Khan  <khan@xraylith.wisc.edu>
12083
12084         * Snapshot 1999-12-21.
12085
12086         * include/winbase.h (CancelIO): Rename to CancelIo.
12087         * include/winsvc.h (LPHANDLER_FUNCTION): Fix prototype.
12088         * include/winuser.h (PEVENTMSG, LPEVENTMSG): Declare.
12089
12090         * Merge with winsup-19991218.
12091         * include/winnt.h: Add defines for W2K ACL control flags.
12092
12093         * Merge with Anders Norlander's 19991130 snapshot.
12094
12095         * include/windows.h: #include mmsystem.h ifndef WIN32_LEAN_AND_MEAN.
12096         * include/winbase.h (EXCEPTION_INVALID_HANDLE): Define.
12097
12098         Patch from Harold Weissfield
12099         * include/shellapi.h: Added some ABN_* defines.
12100
12101         * include/commctrl.h (_TrackMouseEvent): Add prototype.
12102         * lib/comctl32.def (_TrackMouseEvent): Import.
12103         * include/winuser.h: Misc. fixes from Sang Cho
12104         <sangcho@alpha94.chongju.ac.kr>.
12105         * include/winuser.h (SM_CMETRICS): Define to 76 or 83 depending on
12106         value of _WIN32_WINNT.
12107         * include/winuser.h: Reorganize SM_* defines in numerical order.
12108
12109 1999-12-14  Mumit Khan  <khan@xraylith.wisc.edu>
12110
12111         * include/windef.h: Make RECTL a distinct type from RECT.
12112         * include/windows.h: Define upto 8 DUMMYUNIONNAMEs for DirectX.
12113         * include/winuser.h (CDS_): Update (Franco Bez <franco.bez@gmx.de>).
12114         (COMPAREITEMSTRUCT): Fix fields.
12115         (SERIALKEYSA): Likewise.
12116         (SERIALKEYSW): Likewise..
12117         * include/winbase.h (CRITICAL_SECTION_DEBUG): Likewise.
12118         (WIN32_FIND_DATAA): Likewise.
12119         (WIN32_FIND_DATAW): Likewise.
12120         * include/commdlg.h (SNDMSG): Define.
12121         * include/winsock.h (SO_UPDATE_ACCEPT_CONTEXT): Define.
12122         (SO_CONNECT_TIME): Likewise.
12123         (AcceptEx): Declare.
12124         (GetAcceptExSockaddrs): Likewise.
12125         * include/winsock2.h: Fix typo in #ifdef __cplusplus.
12126         * include/winspool.h: Add RC_INVOKED guard.
12127         * lib/wsock32.def (AcceptEx@32): Export.
12128         (GetAcceptExSockaddrs@32): Likewise.
12129
12130 1999-11-18  Mumit Khan  <khan@xraylith.wisc.edu>
12131
12132         * Snapshot 1999-11-18.
12133
12134         * include/oaidl.h (tagVARIANT): Rename pbool to pboolVal needed by
12135         Octopod C++ IDE (and MSVC compatibility).
12136         * include/oleauto.h (V_BOOLREF(X)): Likewise.
12137         * include/shellapi.h (ShellAbout*): Fix typo.
12138         * wingdi.h (FW_ULTRABOLD): Likewise.
12139         * include/winnt.h (_TAPE_ERASE, _TAPE_PREPARE, _TAPE_SET_POSITION,
12140         _TAPE_WRITE_MARKS): Add missing fields and fix existing ones.
12141         Add packing directives for various structures. All structure
12142         sizes now conform to MSVC.
12143
12144 1999-11-07  Mumit Khan  <khan@xraylith.wisc.edu>
12145
12146         Released 1999-11-07.
12147
12148 1999-11-06  Mumit Khan  <khan@xraylith.wisc.edu>
12149
12150         * include/winsock2.h: New file. Mostly a stub for now.
12151         * include/winbase.h (DllMain): Delete prototype.
12152         * include/commctrl.h (Header_SetItem): Fix macro.
12153         * include/{isguids.h, lmerrlog.h, mcx.h, objfwd.h, olectl.h,
12154         regstr.h, richole.h, rpcdce.h, rpcdcep.h, rpcnsi.h, rpcproxy.h,
12155         shlguid.h, sqltypes.h, winperf.h}: Enclose in extern "C" if c++.
12156
12157         Merge in changes from wxWindows.
12158         * include/basetyps.h (GUID_DEFINED, UUID_DEFINED): Add guards.
12159         * include/oaidl.h (DISPID_*): Add macros.
12160         (IID_ITypeLib, IID_ICreateTypeInfo, IID_ICreateTypeInfo2,
12161         IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_ITypeInfo,
12162         IID_IErrorInfo, IID_IDispatch, IID_ICreateErrorInfo): Declare.
12163         * include/objidl.h (IDataObject): Fix EnumFormatEtc parameter.
12164
12165         Merge in changes from Octopod C++ IDE group.
12166         * include/commctrl.h (NMHEADERA, NMHEADERW): Define.
12167         (Header_InsertItem): Fix macro.
12168         * include/oaidl.h (IID_IDispatch): Declare.
12169         (IID_ISupportErrorInfo): Likewise.
12170         (IDispatch): Rename Invoked to Invoke.
12171         * include/objidl.h (IPersist): Fix GetClassID.
12172         * include/oleauto.h (VectorFromBstr): Declare.
12173         (BstrFromVector): Likewise.
12174         * include/olectl.h (OLEMISC_*): Update.
12175         * include/olectlid.h (IID_IDispatch): Declare.
12176         * include/oleidl.h (IOleObject): Fix GetExtent and SetExtent.
12177         (IOleInPlaceFrame): Fix.
12178         (ISupportErrorInfo): Define.
12179         (IErrorInfo): Define.
12180         * include/winuser.h (SIF_TRACKPOS): Define.
12181
12182 1999-11-03  Mumit Khan  <khan@xraylith.wisc.edu>
12183
12184         Fix Merge errors:
12185         * include/winnt.h (PSID): Uncomment definition.
12186         (PISID): Rename from PSID.
12187         (struct _TAPE_GET_MEDIA_PARAMETER): Remove reserved field.
12188         (struct _SECURITY_ATTRIBUTES): Remove multiple definition.
12189
12190         * include/lmalert.h, include/lmbrowsr.h, include/lmchdev.h,
12191         include/lmconfig.h, include/lmerrlog.h, include/lmmsg.h,
12192         include/lmremutl.h, include/lmrepl.h, include/lmserver.h,
12193         include/lmsvc.h, include/lmwksta.h, include/oaidl.h,
12194         include/shellapi.h, include/winbase.h, include/wingdi.h,
12195         include/winnt.h, include/winsock.h: Merged with winsup-19991026.
12196
12197 1999-10-31  Mumit Khan  <khan@xraylith.wisc.edu>
12198
12199         * include/wingdi.h (PHYSICAL*, SCALINGFACTOR*): New. From
12200         Marius Kjeldahl <kjeldahl@hotmail.com>.
12201
12202 1999-08-29  Mumit Khan  <khan@xraylith.wisc.edu>
12203
12204         * include/winnt.h (APPLICATION_ERROR_MASK): Add macros.
12205         (ERROR_SEVERITY_*): Likewise.
12206
12207 1999-08-17  Mumit Khan  <khan@xraylith.wisc.edu>
12208
12209         * include/winbase.h (TLS_OUT_OF_INDEXES): Add macro.
12210         (DllMain): Fix prototype.
12211
12212 1999-08-02  Mumit Khan  <khan@xraylith.wisc.edu>
12213
12214         * include/commdlg.h: Enclose within pack(push,1) and pack(pop).
12215         (cderr.h): Don't include.
12216         * include/winuser.h: Fix macro definitions.
12217
12218 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12219
12220         Merge with winsup 1999-07-29:
12221         * include/wincon.h (MOUSE_WHEELED): Define.
12222         * include/winnt.h (PSECURITY_ATTRIBUTES): Add type.
12223         (SECURITY_DESCRIPTOR): Add struct type.
12224         (PSECURITY_DESCRIPTOR): Pointer to above type. BEWARE: this type
12225         is equal to PVOID in the Platform SDK! So don't depend on accessing
12226         members through ->.
12227
12228 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12229
12230         * lib/Makefile.in (install-headers): Don't @ commands.
12231         (install-libraries): Ditto.
12232
12233 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12234
12235         * include/sqlext.h: Use #include <sql.h> instead of "sql.h".
12236
12237 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12238
12239         Patch from Mumit Khan:
12240         * include/windows.h: Fix typo in winsock.h include guard and add
12241         _UWIN to the list.
12242         * include/winnt.h (__int64): Undefine first.
12243         (struct _SID): Declare.
12244
12245 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12246
12247         * include/winnt.h: Add some REG_* defines reported by Boris Lantrewitz.
12248
12249 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12250
12251         Patch from Mumit Khan:
12252         * Makefile.in: Do the right thing when cross-compiling.
12253         * include/windef.h: Don't define _export and __export if already
12254         defined.
12255
12256 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12257
12258         * include/basetyps.h (DECLARE_INTERFACE): Use com_interface attribute.
12259         (DECLARE_INTERFACE_): Ditto.
12260
12261 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12262
12263         * include/mmsystem.h (HWAVEOUT): Fix missing ')'
12264
12265         Reported by Brad Porter
12266         * include/wingdi.h (FW_ULTRALIGHT): Add.
12267         (FW_DEMIBOLD): Add.
12268         (FW_ULTRABOLD): Add.
12269         (FW_BLACK): Add.
12270         (JOHAB_CHARSET): Add.
12271         (VIETNAMESE_CHARSET): Add.
12272
12273
12274 1999-05-15  Anders Norlander  <anorland@hem2.passagen.se>
12275
12276         * lib/scrnsave.c (WinMain): Remove dependencies on C library.
12277         * lib/Makefile.in (Makefile): Regenerate.
12278         * include/pshpack[1248].h: New files, if a program would use any of
12279         them.
12280         * include/poppack.h: Ditto.
12281         * include/windef.h (_WIN32_WINNT): Define
12282         * include/windows.h: Remove DUMMYUNIONNAME[45].
12283         * include/windows.h: Correctly define _M_IX86 to reflect the target
12284         processor.
12285         * include/windows.h: Add preliminary support for other architectures.
12286         * include/winnt.h: Add CONTEXT structure for PPC and ALPHA.
12287         * include/winnt.h: Remove PACKED from U/LARGE_INTEGER
12288         * include/winnt.h (LUID_AND_ATTRIBUTES): Use pack(4) to solve alignment
12289         issue with LARGE_INTEGER.
12290         (ANSI_NULL): Define.
12291         (PSZ): Define.
12292         (ACL_REVISION[1234]): Define.
12293         (MIN/MAX_ACL_REVISION): Define.
12294         (PTCHAR): Define.
12295         (LANG_USER_DEFAULT): Define.
12296         (LANG_SYSTEM_DEFAULT): Define.
12297         (LOCALE_NEUTRAL): Define.
12298         (SORTVERSIONFROMLCID): Define.
12299         * include/windef.h (UNREFERENCED_PARAMETER): Define.
12300         (UNREFERENCED_LOCAL_VARIABLE): Define.
12301         (DBG_UNREFERENCED_PARAMETER): Define.
12302         (DBG_UNREFERENCED_LOCAL_VARIABLE): Define.
12303         * lib/mswsock.def: New file. Imports for mswsock.dll.
12304         * include/custcntl.h: New file. Necessary to compile some SDK
12305         samples.
12306         * include/winuser.h (SM_MOUSEWHEELPRESENT): Define.
12307         (WM_MOUSEWHEEL): Define.
12308         (WHEEL_DELTA): Define.
12309         (WM_MOUSELAST): Redefine to reflect WM_MOUSEWHEEL.
12310         (WM_NEXTMENU): Define.
12311         (CharNextA): Fix prototype.
12312         (CharNextW): Ditto.
12313
12314 1999-05-14  Anders Norlander  <anorland@hem2.passagen.se>
12315
12316         * include/winsock.h: Enclose in extern "C" if C++, huh?
12317         * include/winuser.h(WM_SYNCPAINT): Define. From fltk.
12318
12319 1999-05-13  Anders Norlander  <anorland@hem2.passagen.se>
12320
12321         * include/windef.h (NULL): Define only ifndef
12322         (TRUE): Ditto, was previously only defined ifndef FALSE
12323         (PASCAL): Define as _pascal
12324         (__pascal): Define
12325         (WINAPIV): Define
12326         (min,max): Define only ifndef NOMINMAX
12327
12328 1999-05-10  Anders Norlander  <anorland@hem2.passagen.se>
12329
12330         * include/commctrl.h: Support for Date/Calendar controls + IE controls.
12331         You must define _WIN32_IE if you want support for it.
12332         Modified patch from Nirmal Prasad  <nprasad@truept.com>.
12333
12334 1999-05-10  Ron Aaron   <v-ronaar@Exchange.Microsoft.com>
12335
12336         * include/wincon.h: Add some ButtonState flags and EventFlags.
12337
12338 1999-05-10  Anders Norlander  <anorland@hem2.passagen.se>
12339
12340         * include/basetyps.h: Don't support COM when __OBJC__ defined because
12341         interface define causes mayhem.
12342         (DEFINE_INTERFACE): Use comobject attribute only if HAVE_COMOBJECT is
12343         defined.
12344         * include/windows.h: Undefine BOOL if __OBJC__ defined
12345
12346 1999-05-09  Chris Faylor  <cgf@cygnus.com>
12347
12348         * include/winnls.h: Define additional code pages.
12349
12350 1999-05-09  Anders Norlander  <anorland@hem2.passagen.se>
12351
12352         * include/winbase.h(RtlFillMemory): Parameters got passed in wrong
12353         order, corrected.
12354         (RtlZeroMemory): Use RtlFillMemory
12355
12356 1999-05-04  Anders Norlander  <anorland@hem2.passagen.se>
12357
12358         * include/winnt.h: Add PACKED to LARGE_INTEGER and ULARGE_INTEGER
12359         to get the correct size when used in some structs.
12360         (ULARGE_INTEGER): Ditto.
12361         * include/winnt.h (TAPE_CREATE_PARTITION): Add struct.
12362         * include/winnt.h: Add TAPE_* pointer types PTAPE_*
12363
12364 1999-05-02  Nirmal Prasad  <nprasad@truept.com>
12365
12366         * include/wininet.h: Enclose in extern "C" if c++
12367         (INTERNET_BUFFERSA/W): Define struct
12368         * include/wininet.h: Add some HSR_* defines
12369
12370 1999-05-02  Anders Norlander  <anorland@hem2.passagen.se>
12371
12372         * include/winnt.h (IMAGE_FIRST_SECTION): Prepend missing paren
12373         * include/winnt.h (UNALIGNED): Define
12374         * include/windef.h (DECLSPEC_NORETURN): Define
12375
12376         * include/wininet.h (INTERNET_MAX_NAME): Remove
12377         (INTERNET_MAX_SCHEME_LENGTH): Define
12378         (INTERNET_MAX_URL_LENGTH): Use INTERNET_MAX_SCHEME_LENGTH
12379         * include/wininet.def: Completely redone, it was losing badly.
12380
12381 1999-05-01  Anders Norlander  <anorland@hem2.passagen.se>
12382
12383         * lib/dplayx.def: Remove '_' prefixes
12384         * lib/shell32.def: Remove imports for IID_ContextMenu
12385
12386 1999-04-29  Anders Norlander  <anorland@hem2.passagen.se>
12387
12388         * Makefile.in (dist): Support dist target
12389         * lib/Makefile.in (dist): Likewise
12390         * lib/Makefile.in (uninstall-headers): Fix command
12391         * Makefile.in (bindist): Target to build a prebuilt dist
12392
12393         * lib/ws2_32.def: Winsock2 implib
12394
12395         * include/largeint.h: New header
12396         * include/largeint.c: Large integer support library
12397         * lib/Makefile.in(EXTRA_LIBS): Add liblargeint.a
12398         (EXTRA_OBJS): Add largeint.o
12399
12400         * include/Makefile: Remove
12401         * lib/Makefile: Remove
12402         * Makefile: Remove
12403         * configure.in: New autoconf script
12404         * configure: generated configure script
12405         * Makefile.in: autoconf makefile template
12406         * lib/Makefile.in: Ditto
12407         * include/test.c: mv to lib/test.c
12408         * include/res.rc: mv to lib/res.rc
12409         * include/TODO: mv to .
12410         * include/Notes: mv to ./NOTES
12411
12412 1999-04-28  Anders Norlander  <anorland@hem2.passagen.se>
12413
12414         * include/zmouse.h (WHEEL_DELTA): Define
12415
12416 1999-04-26  Mumit Khan  <khan@xraylith.wisc.edu>
12417
12418         * include/ddeml.h (HSZPAIR): Declare.
12419         * include/zmouse.h: New file.
12420
12421 1999-04-27  Daniel Guerrero Miralles  <daniel.guerrero@upcnet.upc.es>
12422
12423         * lib/d3dim.def: New implib
12424         * lib/d3drm.def: Ditto
12425         * lib/d3dxof.def: Ditto
12426         * lib/ddraw.def: Ditto
12427         * lib/dinput.def: Ditto
12428         * lib/dplayx.def: Ditto
12429         * lib/dsetup.def: Ditto
12430         * lib/dsound.def: Ditto
12431         * lib/dinput.c: Guid library for DirectInput
12432         * lib/dxguid.c: Guid library for DirectX
12433
12434 1999-04-21  Anders Norlander  <anorland@hem2.passagen.se>
12435
12436         * include/windowsx.h (GET_X_LPARAM): Missing macro added (reported
12437         by Ron Aaron).
12438         * include/windowsx.h (GET_Y_LPARAM): Also missing
12439         * include/winnls.h (IsValidCodePage): Missing prototype added (reported
12440         by Mumit Khan).
12441
12442 1999-04-18  Anders Norlander  <anorland@hem2.passagen.se>
12443
12444         * include/scrnsave.h: New header file for screen saver library
12445         * lib/scrnsave.c: New file: screen saver library
12446
12447 1999-04-17  Anders Norlander  <anorland@hem2.passagen.se>
12448
12449         * include/regstr.h: Enclosed all strings in TEXT() macros so it
12450         works well in when UNICODE is defined
12451
12452 1999-04-17  Nirmal Prasad  <nprasad@truept.com>
12453
12454         * include/winuser.h(STYLESTRUCT): New struct
12455         * include/wingdi.h:(GOBJENUMPROC): This function type should
12456         return void.
12457
12458 1999-04-17  Anders Norlander  <anorland@hem2.passagen.se>
12459
12460         * include/basetyps.h (LPGUID): New typedef
12461         * lib/glut.def: Import library defintions for glut.dll
12462         * lib/glu32.def: Ditto for glut32.dll
12463         * include/winnt.h: Fixed handling of wchar_t typedef
12464         * include/sql.h(SQL_NO_DATA_FOUND): Replace with SQL_NO_DATA
12465         * include/sqlext.h(SQL_NO_DATA_FOUND): Define as SQL_NO_DATA
12466
12467 1999-03-20  Anders Norlander  <anorland@hem2.passagen.se>
12468
12469         * include/winbase.h(AbnormalTermination): Define as FALSE
12470         * include/commctrl.h: Support for new progress bar messages/styles
12471
12472 1999-03-20  Geoffrey Noer  <noer@cygnus.com>
12473
12474         * include/commdlg.h(PageSetupDlg): New define
12475         * include/richedit.h: Missing SCF_* defines
12476         * include/winnt.h: Lots o' defines
12477         * include/winbase.h(AllocateAndInitializeSid): Corrected prototype
12478
12479 1999-03-09  Anders Norlander  <anorland@hem2.passagen.se>
12480
12481         * include/commdlg.h: Removed pack pragma
12482         * lib/comctl32.def(InitCommonControlsEx@4): Added import
12483
12484 1999-03-08  Anders Norlander  <anorland@hem2.passagen.se>
12485
12486         * Makefile: Set version to 0.1.5
12487         * lib/Makefile (clean): Fix typo
12488
12489         * include/commctrl.h: Removed pack pragma
12490         * include/cpl.h: Likewise
12491         * include/dbt.h: Likewise
12492         * include/dde.h: Likewise
12493         * include/nddeapi.h: Likewise
12494         * include/shellapi.h: Likewise
12495         * include/wincrypt.h: Likewise
12496         * include/lmaccess.h: Fixed USER_PRIV_ADMIN typo
12497
12498         * include/winsock.h (netent): Define only ifndef __INSIDE_CYGWIN__
12499         (servent): Likewise
12500         (protoent): Likewise
12501
12502         * include/windows.h: Prevent inclusion of winsock.h if we are
12503         using or compiling cygwin. Define Win32_Winsock to force inclusion.
12504
12505 1999-01-08  Anders Norlander  <anorland@hem2.passagen.se>
12506
12507         * include/winbase.h (CREATE_FORCEDOS): New define
12508
12509 1999-01-07  Anders Norlander  <anorland@hem2.passagen.se>
12510
12511         * include/wincon.h(KEY_EVENT_RECORD): Fixed packing problem on
12512         (COORD): Likewise
12513         * include/wingdi.h (BITMAPFILEHEADER): Fixed packing
12514         * include/windows.h: Added DUMMYUNIONNAME4 and 5
12515         * include/winnt.h (LUID_AND_ATTRIBUTES_ARRAY): New type
12516         (PLUID_AND_ATTRIBUTES_ARRAY): New type
12517
12518         * include/ddeml.h: Removed unnecessary `#pragma pack'
12519         * include/imm.h: Likewise
12520         * include/nddeapi.h: Likewise
12521         * include/nspapi.h: Likewise
12522         * include/regstr.h: Likewise
12523         * include/wincon.h: Likewise
12524         * include/windef.h: Likewise
12525         * include/winioctl.h: Likewise
12526         * include/winnls.h: Likewise
12527         * include/winsvc.h: Likewise
12528         * include/winuser.h: Likewise
12529         * include/winver.h: Likewise
12530         * include/wtypes.h: Likewise
12531
12532 1999-01-05  Anders Norlander  <anorland@hem2.passagen.se>
12533
12534         * Makefile (VERSION): Set to 0.1.4
12535         * include/basetyps.h: Check for NOCOMOBJECT
12536         * include/Makefile: Pass -DNOCOMOBJECT to g++ to avoid warnings
12537         on comobject attribute.
12538         * lib/kernel32.def: Added a few functions
12539         * include/windef.h (DWORD): Changed back to unsigned long
12540
12541         * include/windows.h: Include only winresrc.h if RC_INVOKED is defined,
12542         winresrc.h in turn includes the necessary headers. This makes things
12543         much simpler, no need to protect blocks of code in headers that
12544         should not be seen by the resource compiler.
12545
12546 1999-01-05  Geoffrey Noer  <noer@cygnus.com>
12547
12548         * include/winbase.h (STATUS_INVALID_HANDLE): Added define
12549         * include/wincon.h: Added console event type flags
12550         * include/winnt.h (FILE_SHARE_DELETE): Added
12551           (SECURITY_DESCRIPTOR): typedef as DWORD
12552
12553         * include/winuser.h (WM_PENWINFIRST): Fixed typo
12554         * include/winsock.h: Protect some blocks with __INSIDE_CYGWIN_ and
12555         define u_* types only if _SYS_TYPES_H is not defined.
12556
12557 1999-01-02  Anders Norlander  <anorland@hem2.passagen.se>
12558
12559         * COPYING.LIB: Deleted
12560         * README: Updated to reflect license changes
12561         * include/shlobj.h: Remove extra comma on some enums
12562         * include/windef.h: Changed DWORD typedef from unsigned long to
12563         unsigned int in order to avoid warnings on bit fields that
12564         use DWORD.
12565         * include/Makefile (test): Compile with all warnings
12566         * include/unknwn.h: Include objfwd.h
12567         * include/winsock.h: Added missing copyright notices.
12568
12569 1999-01-01  Anders Norlander  <anorland@hem2.passagen.se>
12570
12571         * lib/winmm.def: Corrected LIBRARY statement
12572         * include/mmsystem.h: Define mmioSeek codes if not already defined
12573         * include/commctrl.h (CreateStatusWindowA): Corrected prototype
12574         (CreateStatusWindowW): Likewise
12575
12576         * include/winresrc.h: Include only files necessary instead of windows.h
12577         * include/dde.h: Allow inclusion in resource scripts.
12578         * include/winnt.h: Likewise
12579         * include/commctrl.h: Likewise
12580         * include/prsht.h: Likewise
12581         * README: Updated
12582
12583 1998-12-10  Anders Norlander  <anorland@hem2.passagen.se>
12584
12585         * include/sqltypes.h (SQLHANDLE): Added this type
12586         (SQLHDESC): Likewise
12587         * include/sql.h (SQLFreeHandle): Added this prototype
12588         (SQLAllocHandle): Likewise
12589
12590 1998-12-08  Anders Norlander  <anorland@hem2.passagen.se>
12591
12592         * include/winsock.h: Define _GNU_H_WINDOWS32_SOCKETS to avoid
12593         conflicts with cygwin headers.
12594
12595 1998-12-06  Anders Norlander  <anorland@hem2.passagen.se>
12596
12597         * Makefile: Changed VERSION to 0.1.3
12598         * Makefile (dist-lib): New target to make import library only
12599         distribution
12600         * Makefile (dist-hdr): New target to make headers only distribution
12601         * Makefile (dist): Now depends on dist-lib and dist-hdr instead of
12602         building one single distribution file.
12603         * dist.mak: Deleted
12604
12605         * include/lm.h: New file
12606         * include/lmcons.h: New file
12607         * include/lmalert.h: New file
12608         * include/lmaudit.h: New file
12609         * include/lmconfig.h: New file
12610         * include/lmapibuf.h: New file
12611         * include/lmaccess.h: New file
12612         * include/lmchdev.h: New file
12613         * include/lmremutl.h: New file
12614         * include/lmrepl.h: New file
12615         * include/lmerrlog.h: New file
12616         * include/lmat.h: New file
12617         * include/lmuse.h: New file
12618         * include/lmuseflg.h: New file
12619         * include/lmserver.h: New file
12620         * include/lmerr.h: New file
12621         * include/lmsname.h: New file
12622         * include/lmstats.h: New file
12623         * include/lmsvc.h: New file
12624         * include/lmwksta.h: New file
12625         * include/lmbrowsr.h: New file
12626
12627 1998-12-05  Anders Norlander  <anorland@hem2.passagen.se>
12628
12629         * include/unknwn.h: Fixed IClassFactory declaration; INTERFACE was missing
12630         * include/unknwn.h: Added extern declaration for IID_IClassFactory
12631
12632         * include/initguid.h: New file
12633
12634         * include/rpcndr.h: Defined hyper and MIDL_hyper as double if 64 bit
12635         int not supported
12636
12637         * include/winnt.h: Added USN
12638         * include/winnt.h: Changed handling of 64 bit int support
12639
12640         * include/windows.h: Added support for BC,LCC and MSVC
12641
12642         * include/windows.h: Changed handling machine architecture defines
12643
12644         * include/olectl.h: New file
12645
12646 1998-12-04  Anders Norlander  <anorland@hem2.passagen.se>
12647
12648         * include/oleidl.h: Added IViewObject and IViewObject2
12649
12650         * include/objidl: Corrected prototype for IStorage::DestroyElement and
12651         IStorage::MoveElement
12652
12653         * include/oledlg.h: New file
12654
12655         * include/winresrc.h: New file
12656
12657         * include/wingdi.h: Added LPDOCINFO
12658
12659         * include/commctrl.h: Added SBARS_SIZEGRIP and TVM_SETINDENT
12660         * include/commctrl.h: Added TCM_SETITEM to UNICODE/ANSI block
12661         * include/commctrl.h: Added ListView_GetSelectedCount, ListView_GetItemSpacing,
12662         TabCtrl_SetImageList and TabCtrl_GetItemCount
12663         * include/commctrl.h: Added TVM_FIRST, HDM_FIRST and TV_FIRST
12664
12665         * include/windowsx.h: Added missing ListBox_xx ComboBox_xx etc. macros
12666
12667         * include/wingdi.h: Added (L)PBITMAP,(L)PBITMAPCOREHEADER,
12668         PBITMAPINFOHEADER, (L)PBITMAPCOREINFO and (L)PBITMAPFILEHEADER.
12669
12670         * include/commdlg.h: Added LPDEVNAMES
12671
12672         * include/windows.h: Include excpt.h
12673
12674         * include/excpt.h: New file. This file just contains some
12675         stubs for SEH that do nothing.
12676
12677         * include/commctrl.h: Added general WM_NOTIFY codes
12678
12679         * include/winuser.h: Added ICON_SMALL and ICON_BIG
12680         * include/winuser.h: Removed VK_0-VK_9 VK_A-VK_Z; they should obviously
12681         not be in the headers.
12682         * include/winuser.h: Added LPCBTACTIVATESTRUCT and LPCLIENTCREATESTRUCT
12683         * include/winuser.h: Added old WM_SIZE parameter names so
12684         wxWindows compiles.
12685         * include/winuser.h: Added IDC_SIZE and IDC_ICON
12686         * include/winuser.h: Added LPDLGITEMTEMPLATE
12687         * include/winuser.h: HTCAPTION was missing value
12688         * include/winuser.h: Added WM_ACTIVE flags
12689
12690         * include/windowsx.h: Added _fmemcpy so V compiles; also added
12691         _fxx defines for memmove, memset and memcmp
12692
12693         * include/windef.h: Changed _export and __export to empty defines
12694
12695         * include/shellapi.h: Corrected prototypes for ExtractIcon functions.
12696         String parameters were not const and ExtractAssociatedIcon takes
12697         a WORD pointer not DWORD pointer as last parameter.
12698
12699         * Makefile: Changed VERSION to 0.1.2
12700
12701         * include/ole2ver.h: New file
12702
12703         * Makefile: Removed all dependencies on GLUT
12704
12705         * include/GL/glut.h: Removed file because of decision to remove
12706         files that are not part of the library.
12707         * lib/glut.def: Likewise
12708         * lib/glut32.def: Likewise
12709
12710         * include/windows.h: Include winperf.h
12711
12712         * include/winperf.h: New file
12713
12714         * lib/gdi32.def: Added GetEnhMetaFilePixelFormat
12715
12716         * include/winnls.h: Added calendar types
12717         * include/winnls.h: Added country codes
12718
12719 1998-12-03  Anders Norlander  <anorland@hem2.passagen.se>
12720
12721         * include/windef.h: Added PROC and NEARPROC
12722
12723         * include/wingdi.h: Added ChoosePixelFormat, DescribePixelFormat
12724         * include/wingdi.h: Added OpenGL types and prototypes
12725         * include/wingdi.h: Added ENHMETA_STOCK_OBJECT
12726         * include/wingdi.h: Added DCTT_DOWNLOAD_OUTLINE
12727         * include/wingdi.h: Added POINTFX, TTPOLYCURVE and TTPOLYGONHEADER
12728         * include/wingdi.h: Added truetype character outline types
12729         * include/wingdi.h: Added DEVMODE initialization flags
12730         * include/wingdi.h: Added panose codes
12731         * include/wingdi.h: Added missing character sets
12732         * include/wingdi.h: Added ANTIALIASED_QUALITY and
12733         NONANTIALIASED_QUALITY
12734         * include/wingdi.h: Added ENUMLOGFONTA/W and ENUMLOGFONTEXA/W
12735         * include/wingdi.h: Added pointer types for EXTLOGPEN
12736         * include/wingdi.h: Added PATTERN type
12737         * include/wingdi.h: Added NEWTEXTMETRICA/W and NEWTEXTMETRICEXA/W
12738         * include/wingdi.h: Added new text metric flags
12739         * include/wingdi.h: Added pitch and family flags
12740         * include/wingdi.h: Moved BCHAR defintion from winnt.h here
12741         * include/wingdi.h: Added METAHEADER
12742         * include/wingdi.h: Fixed packing of RGBTRIPLE and BITMAPFILEHEADER
12743         * include/wingdi.h: Added TA_MASK
12744         * include/wingdi.h: Added MAXSTRETCHBLTMODE
12745         * include/wingdi.h: Added error codes
12746
12747         * include/winuser.h: Added missing winhelp structures
12748         * include/winuser.h: Added dialog flags/styles/messages
12749         * include/winuser.h: Added EM_SETMARGIN codes
12750         * include/winuser.h: Made it possiblie to use IDI_XX values
12751         in resource files.
12752         * include/winuser.h: Added missing LoadImage load flags
12753         * include/winuser.h: Added missing message box flags
12754         * include/winuser.h: Added ScrollWindow codes
12755         * include/winuser.h: Added DT_WORD_ELLIPSIS
12756         * include/winuser.h: Added drag and drop support
12757         * include/winuser.h: Added WM_MENUCHAR return codes
12758         * include/winuser.h: Added DLGWINDOWEXTRA
12759         * include/winuser.h: Added missing SetWindowPos flags.
12760         * include/winuser.h: Added BSF_NOTIMEOUTIFNOTHUNG
12761         * include/winuser.h: Added IDHOT_xx defines
12762         * include/winuser.h: Added MOD_WIN
12763         * include/winuser.h: Added missing defines and structs for owner draw
12764         controls.
12765         * include/winuser.h: Added WPF_RESTORETOMAXIMIZED and
12766         WPF_SETMINPOSITION
12767         * include/winuser.h: Added DrawAnimatedRects flags
12768         * include/winuser.h: Added WM_PRINT codes
12769         * include/winuser.h: Added CS_IME class style
12770         * include/winuser.h: Added WM_SIZE codes
12771         * include/winuser.h: Added WM_MOUSEACTIVATE return codes
12772         * include/winuser.h: Added WM_NCHITTEST return codes
12773         * include/winuser.h: Added WM_SIZING parameters
12774         * include/winuser.h: Added WM_NEXTMENU and MDINEXTMENU
12775         * include/winuser.h: Added menu loop codes.
12776         * include/winuser.h: Added NFR_ANSI, NFR_UNICODE, NF_QUERY and
12777         NF_REQUERY
12778         * include/winuser.h: Added WM_POWER flags
12779         * include/winuser.h: Added KL_NAMELENGTH, WSF_VISIBLE
12780         * include/winuser.h: Added missing message filter codes
12781         * include/winuser.h: Added WM_KEYXX message flags
12782         * include/winuser.h: Added WM_SHOWMESSAGE flags
12783         * include/winuser.h: Added old ShowWindow commands
12784         * include/winuser.h: Fixed packing of DLGITEMTEMPLATE and DLGTEMPLATE
12785         structures.
12786
12787         * include/mciavi.h: New file for the MCI AVI driver that for some
12788         reason is not in mmsystem.h.
12789
12790         * include/winbase.h: Added PIPE_UNLIMITED_INSTANCES and INVALID_FILE_SIZE
12791         * include/winbase.h: Added SECURITY_xx for CreateFile
12792         * include/winbase.h: Added RTS and DTS control values
12793         * include/winbase.h: Fixed SYSTEM_INFO structure
12794         * include/winbase.h: Added CREATE_NO_WINDOW, CREATE_SHARED_WOW_VDM
12795         * include/winbase.h: Added FILE_TYPE_REMOTE
12796         * include/winbase.h: Added modem status flags
12797         * include/winbase.h: Added HINSTANCE_ERROR
12798         * include/winbase.h: Added DefineDosDevice defines
12799         * include/winbase.h: Added power management flags AC_xx BATTERY_xx
12800         * include/winbase.h: Added STARTF_XX flags
12801         * include/winbase.h: Fixed typo on _lcreat prototype.
12802         * include/winbase.h: Moved DBG_XX to winnt.h
12803         * include/winbase.h: Moved TOKEN_XX, DLL_PROCESS_XX and DLL_THREAD_XX to
12804         winnt.h
12805
12806         * include/unknwn.h: Added extern declaration of IID_IUnknown
12807
12808         * include/windowsx.h: Added hmemcpy.
12809
12810         * include/winnt.h: Added dummy member to DECLARE_HANDLE struct
12811         * include/winnt.h: Added PACCESS_TOKEN
12812         * include/winnt.h: Added TAPE_XX defines and moved some from winbase.h
12813         * include/winnt.h: Added SE_IMPERSONATION_STATE and TOKEN_SOURCE_LENGTH
12814         * include/winnt.h: Added SE_PRIVILEGE_ENABLED_BY_DEFAULT, SE_PRIVILEGE_ENABLED,
12815         SE_PRIVILEGE_USED_FOR_ACCESS, PRIVILEGE_SET_ALL_NECESSARY,
12816         SECURITY_MAX_IMPERSONATION_LEVEL, DEFAULT_IMPERSONATION_LEVEL,
12817         SECURITY_DYNAMIC_TRACKING and SECURITY_STATIC_TRACKING.
12818
12819         * include/winnt.h: Added SE_OWNER_DEFAULTED, SE_GROUP_DEFAULTED, SE_DACL_XX,
12820         SE_SACL_XX, SE_SELF_RELATIVE, SECURITY_DESCRIPTOR_MIN_LENGTH,
12821         SECURITY_DESCRIPTOR_REVISION and SECURITY_DESCRIPTOR_REVISION1.
12822
12823         * include/winsvc.h: Removed conflicting defines which were supposed
12824         to be in winnt.h
12825
12826         * include/winnt.h: Added SERVICE_NODE_TYPE, SERVICE_LOAD_TYPE
12827         and SERVICE_ERROR_TYPE.
12828
12829         * include/winnt.h: Added SERVICE_XX defines.
12830         * include/winsvc.h: Added SERVICES_ACTIVE_DATABASEA/W,
12831         SERVICES_FAILED_DATABASEA/W and SC_GROUP_IDENTIFIERA/W.
12832
12833         * include/winsvc.h: Added SERVICE_STATE_ALL, SERVICE_QUERY_CONFIG,
12834         SERVICE_CHANGE_CONFIG, SERVICE_QUERY_STATUS, SERVICE_ENUMERATE_DEPENDENTS,
12835         SERVICE_START, SERVICE_STOP, SERVICE_PAUSE_CONTINUE,
12836         SERVICE_USER_DEFINED_CONTROL and SERVICE_ALL_ACCESS
12837
12838 1998-12-02  Anders Norlander  <anorland@hem2.passagen.se>
12839
12840         * include/winbase.h: Corrected prototype for CreateProcessA
12841
12842         * include/mmsystem.h: Added CAPS1 and C1_TRANSPARENT for display
12843         driver extensions.
12844
12845         * include/shlobj.h: Corrected prototype for SHGetDesktopFolder, should
12846         be LPSHELLFOLDER* not LPSHELLFOLDER.
12847
12848         * include/windows.h: Include commdlg.h
12849
12850         * include/winuser.h: Added MDICREATESTRUCT
12851
12852         * include/winuser.h: Added LB_ERR, LB_ERRSPACE, LB_OKAY, CB_ERR,
12853         CB_ERRSPACE, and CB_OKAY
12854
12855         * include/wingdi.h: Added LPBITMAPINFOHEADER
12856
12857         * include/rpcproxy.h: Removed IN, OUT and OPTIONAL since they
12858         are meaningless.
12859         * include/rpcdce2.h: Likewise.
12860
12861         * lib/shell32.c: Moved GUID defintions from shlguid.h to this file.
12862
12863         * include/richole.h: Replaced DEFINE_GUID with extern const GUID
12864         * include/olectlid.h: Likewise
12865         * include/shlguid.h: Likewise
12866
12867         * include/coguid.h: Delete file since it was for 16 bit windows only.
12868
12869         * lib/*.def: Appended .dll to library name where needed.
12870
12871         * include/windef.h: Define _stdcall and __stdcall only if not
12872         previously defined instead of undefining first.
12873
12874         * include/dlgs.h: Put RC_INVOKED around structure defs
12875
12876         * include/intshcut.h: New file
12877         * include/isguids.h: New file
12878
12879         * lib/uuid.c: Added all COM/OLE GUIDS I know and do not know about.
12880
12881 1998-12-01  Anders Norlander  <anorland@hem2.passagen.se>
12882
12883         * include/winnt.h: Added check if _T is defined before defining it
12884
12885         * include/windows.h: Include dlgs.h if WIN32_LEAN_AND_MEAN not defined
12886
12887         * include/dlgs.h: New file
12888
12889         * include/winbase.h: Removed DllEntryPoint define
12890
12891         * include/winbase.h: Added SetupComm prototype
12892
12893         * include/rpc.h: SEH RPC functions no longer defined since they weren't
12894         supported anyway.
12895
12896         * include/basetyps.h: Removed use of COMOBJECT define, instead
12897         DECLARE_INTERFACE directly uses comobject attribute when GCC
12898         is used.
12899
12900         * include/wtypes.h: STGC enum was missing typedef
12901
12902         * include/objidl.h: ADVC enum was missing typedef
12903
12904         * include/winnt.h: Moved CHAR, SHORT and LONG definitions so
12905         they are nested within the VOID definition.
12906
12907         * include/winbase.h: Added stream ids and attributes
12908
12909         * include/winbase.h: Changed WIN32_STREAM_ID member cStreamName
12910         to an ANYSIZE_ARRAY array.
12911
12912 1998-11-26  Anders Norlander  <anorland@hem2.passagen.se>
12913
12914         * include/windef.h: defined _declspec as __declspec since
12915         some programs (like VWCL) use _declspec instead of __declspec
12916
12917         * include/winnt.h: added COMPRESS_FORMAT defines
12918
12919         * include/winbase.h: moved IS_TEXT_XXX defines to winnt.h
12920
12921         * include/winnt.h: added HEAP_XXXX defines
12922
12923         * include/winbase.h: moved HEAP_XXXX defines to winnt.h
12924
12925         * include/winnt.h: added defintions for PE/COFF from the PE and COFF
12926         specification.
12927
12928         * include/winnt.h: added NTAPI define
12929
12930 1998-11-25  Anders Norlander  <anorland@hem2.passagen.se>
12931
12932         * include/winnt.h: defined TBYTE,LPTSTR etc in terms of TCHAR
12933         instead of CHAR or WCHAR.
12934
12935         * include/winnt.h: added _T define
12936
12937         * include/winnt.h: added test for _TCHAR_DEFINED
12938
12939         * include/winnt.h: included string.h for memory macros
12940
12941         * include/prsht.h: added PSM_SETFINISHTEXT to UNICODE/ANSI test
12942
12943         * include/prsht.h: moved PSM_SETTITLEA/W to UNICODE test at end of file
12944
12945         * include/prsht.h: added PropSheet_XXX macros
12946
12947
12948 1998-11-24  Anders Norlander  <anorland@hem2.passagen.se>
12949
12950         * include/winspool.h: Changed DeletePrinterProcessor and
12951         DeletePrinterProvidor to DeletePrintXX.
12952
12953         * include/wingdi.h: Changed EMRCREATECOLORSPACE lcs member type to
12954         LOGCOLORSPACEW.
12955
12956         * include/wingdi.h: Changed prototype for CreateColorSpace to A and W
12957         variants
12958
12959         * include/wingdi.h: Likewise for GetLogColorSpace
12960
12961         * include/wingdi.h: Changed LOGCOLORSPACE to LOGCOLORSPACEA/W.
12962
12963         * include/richedit.h: Added missing defines and structures
12964
12965         * include/winuser.h: Moved EDITWORDBREAKPROCEX to include/richedit.h
12966
12967         * include/winuser.h: Added HWND_DESKTOP
12968
12969 1998-11-23  Anders Norlander  <anorland@hem2.passagen.se>
12970
12971         * Makefile: Include ChangeLog when building source
12972         distribution (srcdist)
12973
12974         * include/oleauto.h: Changed WINOLEAUTAPI and WINOLEAUTAPI_ so they
12975         are always defined as STDAPI and STDAPI_
12976
12977         * include/objbase.h: Changed WINOLEAPI and WINOLEAPI_ so they
12978         are always defined as STDAPI and STDAPI_
12979
12980         * include/objidl.h: Removed extra ';' on IStorage SetClass method
12981
12982         * include/rpcndr.h: Removed all IN and OUT from function prototypes
12983
12984         * ChangeLog started