OSDN Git Service

Prepare for <winsock.h> vs. <winsock2.h> refactoring.
[mingw/mingw-org-wsl.git] / w32api / ChangeLog
1 2017-09-07  Keith Marshall  <keithmarshall@users.sourceforge.net>
2
3         Prepare for <winsock.h> vs. <winsock2.h> refactoring.
4
5         * include/winsock.h: Tidy layout; assert copyright.
6         (_BEGIN_C_DECLS, _END_C_DECLS): Use them to avoid C++ name mangling.
7
8         * include/winsock2.h: Assert copyright; tidy layout, ensuring that all
9         sections, which are common with <winsock.h>, are laid out congruently.
10         (_BEGIN_C_DECLS, _END_C_DECLS): Use them to avoid C++ name mangling.
11         (SD_RECEIVE, SD_SEND, SD_BOTH): Delete duplicate constant definitions.
12         (SO_DONTLINGER, MSG_MAXIOVLEN): Likewise, delete duplicate definitions.
13         (__AW_ALIAS__, __AW_SUFFIXED__): Use them, to avoid reproduction of...
14         [UNICODE]: ...alternative typedefs, and function name aliases...
15         [!UNICODE]: ...versus this case.
16
17 2017-08-28  Keith Marshall  <keithmarshall@users.sourceforge.net>
18
19         Resolve secondary issue arising from MinGW-Bug [#2350]
20
21         * include/winuser.h (GetTitleBarInfo)
22         [_WIN32_WINDOWS >= _WIN32_WINDOWS_98]: Remove exposure restriction;
23         it conflicted with current MSDN documentation, so now falls within...
24         [_WIN32_WINNT >= Win2K || _WIN32_WINDOWS >= Win98]: ...this.
25
26 2017-08-28  Keith Marshall  <keithmarshall@users.sourceforge.net>
27
28         Resolve MinGW-Bug [#2350]
29
30         * include/winuser.h (GetTitleBarInfo): Move prototype after...
31         (PTITLEBARINFO): ...this type definition; it is used as a function
32         argument type, so must be defined beforehand.
33
34 2017-08-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
35
36         Extend testsuite to cover winsock fd_set macro operations.
37
38         * tests/winsock.at: New file; it implements appropriate tests, and
39         enables use of "-k winsock", "-k winsock2", and "-k fd_set" autotest
40         keywords to invoke them, (e.g. make check TESTSUITEFLAGS='-k fd_set').
41
42         * tests/testsuite.at.in (winsock.at): Integrate it.
43         (MINGW_AT_CHECK_RUN): Accept a variant list of libraries when linking.
44         (MINGW_AT_LINK_LIBS_DEFAULT): New macro; it establishes the initial
45         default list of libraries, or resets the list to this initial default.
46         (MINGW_AT_LINK_LIBS): New macro; it establishes an augmented list of
47         library specifications, to be used until subsequently reset.
48
49 2017-07-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
50
51         Prepare and tag for release of MinGW.org WSL-5.0.1
52
53         * All files (wsl-5.0.1-release): Tag assigned.
54
55 2017-07-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
56
57         Automate testsuite dependency generation.
58
59         * tests/Makefile.in (testsuite) [$srcdir/*.at]: Automatically
60         enumerate all such wildcard matches as prerequisites, instead of...
61         (headers.at): ...this sole explicit dependency.
62
63 2017-06-20  Keith Marshall  <keithmarshall@users.sourceforge.net>
64
65         Make <winnt.h> header effectively self-contained.
66
67         * include/winnt.h (_WINNT_H): Defer definition unless included via...
68         (windef.h): ...this; include it, to enforce inclusion order, then...
69         [_WINNT_H]: ...re-evaluate it, to avoid recursive inclusion loop.
70
71 2017-06-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
72
73         Consolidate <winuser.h> version specific conditionals.
74
75         * include/winuser.h: Reorganize file content; group manifest constant
76         definitions into one nested collection of conditional blocks, with one
77         block per Windows version evolution; do likewise for type definitions
78         and function prototypes which are always exposed, and separately...
79         [! defined NOGDI]: ...for those which may be suppressed, when GDI
80         support is not required.
81
82 2017-06-06  Keith Marshall  <keithmarshall@users.sourceforge.net>
83
84         Make <winuser.h> header effectively self-contained.
85
86         * include/winuser.h (stdarg.h): Include it, in addition to...
87         [NOGDI] (windef.h): ...this, directly or otherwise indirectly via...
88         [!NOGDI] (wingdi.h): ...this, for effective self-containment.
89
90 2017-06-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
91
92         Consolidate <wingdi.h> version specific conditionals.
93
94         * include/wingdi.h: Reorganize file content; group manifest constant
95         definitions into a single nested collection of conditional blocks, for
96         those definitions which are common to both Win9x and WinNT, with one
97         block per Windows version evolution, sorting alphabetically within
98         each block; do likewise for additional manifest constant definitions
99         which are specific to WinNT, and also for data type definitions and
100         function prototypes.
101
102 2017-06-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
103
104         Tidy, and make <wingdi.h> header effectively self-contained.
105
106         * include/wingdi.h: Tidy layout; assert copyright.
107         (windef.h): Include it; this achieves self-containment.
108         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them.
109         [UNICODE vs. !UNICODE]: Discriminate generic symbol names, using...
110         (__AW_ALIAS__): ...this, when defining each of...
111         (DEVMODE, PDEVMODE, LPDEVMODE, DOCINFO, LPDOCINFO, LOGCOLORSPACE)
112         (LOGFONT, PLOGFONT, LPLOGFONT, EXTLOGFONT, PEXTLOGFONT, LPEXTLOGFONT)
113         (LPLOGCOLORSPACE, TEXTMETRIC, PTEXTMETRIC, LPTEXTMETRIC, GCP_RESULTS)
114         (PPOLYTEXT, LPPOLYTEXT, NEWTEXTMETRIC, PNEWTEXTMETRIC, LPNEWTEXTMETRIC)
115         (LPENUMLOGFONTEX, ENUMLOGFONTEXDV, PENUMLOGFONTEXDV, LPENUMLOGFONTEXDV)
116         (OUTLINETEXTMETRIC, POUTLINETEXTMETRIC, LPOUTLINETEXTMETRIC, POLYTEXT)
117         (LPGCP_RESULTS, DISPLAY_DEVICE, PDISPLAY_DEVICE, LPDISPLAY_DEVICE)
118         (NEWTEXTMETRICEX, ENUMLOGFONT, LPENUMLOGFONT, ENUMLOGFONTEX): ...these.
119         (__AW_SUFFIXED__): Similarly, use this when declaring each of...
120         (FONTENUMPROC, ICMENUMPROC, AddFontResource, AddFontResourceEx,
121         (CopyEnhMetaFile, CopyMetaFile, CreateColorSpace, CreateEnhMetaFile)
122         (CreateDC, CreateFont, CreateFontIndirect, CreateIC, CreateMetaFile)
123         (CreateScalableFontResource, DeviceCapabilities, EnumFontFamilies)
124         (EnumFontFamiliesEx, EnumFonts, EnumICMProfiles, ExtTextOut)
125         (GetCharABCWidths, GetCharABCWidthsFloat, GetCharacterPlacement)
126         (GetCharWidth32, GetCharWidth, GetCharWidthFloat, GetEnhMetaFile)
127         (GetEnhMetaFileDescription, GetGlyphOutline, GetICMProfile)
128         (GetKerningPairs, GetLogColorSpace, GetMetaFile, GetObject)
129         (GetOutlineTextMetrics, GetTextExtentExPoint, GetTextExtentPoint)
130         (GetTextExtentPoint32, GetTextFace, GetTextMetrics, PolyTextOut,
131         (RemoveFontResource, RemoveFontResourceEx, ResetDC, SetICMProfile)
132         (StartDoc, TextOut, UpdateICMRegKey, wglUseFontBitmaps)
133         (wglUseFontOutlines, GetGlyphIndices): ...these.
134
135 2017-05-31  Keith Marshall  <keithmarshall@users.sourceforge.net>
136
137         Declare CONDITION_VARIABLE API, per feature request [#2314]
138
139         * include/winbase.h [_WIN32_WINNT >= _WIN32_WINNT_VISTA]
140         (CONDITION_VARIABLE, PCONDITION_VARIABLE): Define data types, and...
141         (InitializeConditionVariable, SleepConditionVariableCS)
142         (SleepConditionVariableSRW, WakeAllConditionVariable)
143         (WakeConditionVariable): ...declare prototypes.
144
145 2017-05-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
146
147         Declare SRWLOCK API, to support feature request [#2314]
148
149         * include/winbase.h [_WIN32_WINNT >= _WIN32_WINNT_VISTA]
150         (SRWLOCK, *PSRWLOCK): Define these data types, and declare...
151         (InitializeSRWLock, AcquireSRWLockExclusive, AcquireSRWLockShared)
152         (ReleaseSRWLockExclusive, ReleaseSRWLockShared): ...these prototypes.
153         [_WIN32_WINNT >= _WIN32_WINNT_WIN7] (TryAcquireSRWLockExclusive)
154         (TryAcquireSRWLockShared): Declare additional prototypes.
155
156 2017-03-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
157
158         Resolve potential <winbase.h> vs. <winerror.h> inconsistency.
159
160         * include/winerror.h: Tidy layout; assert copyright.
161
162         * include/winbase.h (WAIT_TIMEOUT): Redefine; make it identical to...
163         * include/winerror.h (WAIT_TIMEOUT): ...this equivalent; remove...
164         [!defined WAIT_TIMEOUT]: ...this conditional redefinition guard from
165         both locations; it permitted inconsistency between the two.
166
167 2017-03-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
168
169         Consolidate <winbase.h> version specific conditionals.
170
171         * include/winbase.h: Reorganize file content; group manifest constant
172         definitions into one nested collection of conditional blocks, with one
173         block per Windows version evolution, sorting alphabetically within each
174         block; do likewise for data type definitions and function prototypes.
175
176 2017-03-20  Keith Marshall  <keithmarshall@users.sourceforge.net>
177
178         Tidy, and make <winbase.h> header effectively self-contained.
179
180         * include/w32api.h (__AW_ALIAS__): Rename original implementation...
181         (__AW_ALIAS_EX__): ...as this, retaining its encapsulation of...
182         (__AW_EXTENDED__): ...this; subsequently reimplement...
183         (__AW_ALIAS__): ...this, with original name, now encapsulating...
184         (__AW_SUFFIXED__): ...this.
185
186         * include/dbt.h (__AW_ALIAS__): Replace all references with...
187         (__AW_ALIAS_EX__): ...this renamed alternative, when defining...
188         (DEV_BROADCAST_DEVICEINTERFACE, PDEV_BROADCAST_DEVICEINTERFACE)
189         (DEV_BROADCAST_PORT, PDEV_BROADCAST_PORT): ...these.
190
191         * include/winbase.h: Tidy layout; assert copyright.
192         (stdarg.h, windef.h): Include them, to achieve self-containment.
193         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
194         [UNICODE vs. ! UNICODE]: Replace separated declarations; use...
195         [__AW_ALIAS__]: ...this, to correctly specify each of...
196         (STARTUPINFO, LPSTARTUPINFO, WIN32_FIND_DATA, PWIN32_FIND_DATA)
197         (LPWIN32_FIND_DATA, HW_PROFILE_INFO, LPHW_PROFILE_INFO, ACTCTX)
198         (PACTCTX, PCACTCTX): ...these generic typedefs, and...
199         [__AW_SUFFIXED__]: ...this, to correctly map each of...
200         (ENUMRESLANGPROC, ENUMRESNAMEPROC, ENUMRESTYPEPROC, AddAtom)
201         (AccessCheckAndAuditAlarm, BackupEventLog, BeginUpdateResource)
202         (BuildCommDCB, BuildCommDCBAndTimeouts, CheckNameLegalDOS8Dot3)
203         (CallNamedPipe, ClearEventLog, CommConfigDialog, CopyFile, CopyFileEx)
204         (CreateActCtx, CreateDirectory, CreateDirectoryEx, CreateEvent)
205         (CreateFile, CreateFileMapping, CreateHardLink, CreateJobObject)
206         (CreateMailslot, CreateMutex, CreateNamedPipe, CreateProcess)
207         (CreateProcessAsUser, CreateSemaphore, CreateSymbolicLink)
208         (CreateWaitableTimer, DefineDosDevice, DeleteFile, EncryptFile)
209         (DeleteVolumeMountPoint, DnsHostnameToComputerName, EndUpdateResource)
210         (EnumResourceLanguages, EnumResourceNames, EnumResourceTypes)
211         (ExpandEnvironmentStrings, FatalAppExit, FileEncryptionStatus)
212         (FindActCtxSectionString, FindAtom, FindFirstChangeNotification)
213         (FindFirstFile, FindFirstFileEx, FindFirstVolume, FindNextFile)
214         (FindFirstVolumeMountPoint, FindNextVolume, FindNextVolumeMountPoint)
215         (FindResource, FindResourceEx, FormatMessage, FreeEnvironmentStrings)
216         (GetAtomName, GetBinaryType, GetCommandLine, GetCompressedFileSize)
217         (GetComputerName, GetComputerNameEx, GetCurrentDirectory)
218         (GetDefaultCommConfig, GetDiskFreeSpace, GetDiskFreeSpaceEx)
219         (GetDllDirectory, GetDriveType, GetEnvironmentStrings)
220         (GetEnvironmentVariable, GetFileAttributes, GetFileAttributesEx)
221         (GetFileSecurity, GetFinalPathNameByHandle, GetFullPathName)
222         (GetLogicalDriveStrings, GetLongPathName, GetModuleFileName)
223         (GetModuleHandle, GetModuleHandleEx, GetNamedPipeHandleState)
224         (GetPrivateProfileInt, GetPrivateProfileSection)
225         (GetPrivateProfileSectionNames, GetPrivateProfileString)
226         (GetPrivateProfileStruct, GetProfileInt, GetProfileSection)
227         (GetProfileString, GetShortPathName, GetStartupInfo)
228         (GetSystemDirectory, GetSystemWindowsDirectory, GetTempFileName)
229         (GetSystemWow64Directory, GetTempPath, GetUserName, GetVersionEx)
230         (GetVolumeInformation, GetVolumeNameForVolumeMountPoint)
231         (GetVolumePathName, GetVolumePathNamesForVolumeName, GlobalAddAtom)
232         (GetWindowsDirectory, GlobalFindAtom, GlobalGetAtomName)
233         (IsBadStringPtr, LoadLibrary, LoadLibraryEx, LogonUser)
234         (LookupAccountName, LookupAccountSid, LookupPrivilegeDisplayName)
235         (LookupPrivilegeName, LookupPrivilegeValue, lstrcat, lstrcmp)
236         (lstrcmpi, lstrcpy, lstrcpyn, lstrlen, MoveFile, MoveFileEx)
237         (MoveFileWithProgress, ObjectCloseAuditAlarm, ObjectDeleteAuditAlarm)
238         (ObjectOpenAuditAlarm, ObjectPrivilegeAuditAlarm, OpenBackupEventLog)
239         (OpenEvent, OpenEventLog, OpenFileMapping, OpenMutex, OpenSemaphore)
240         (OutputDebugString, PrivilegedServiceAuditAlarm, QueryDosDevice)
241         (ReadEventLog, RegisterEventSource, RemoveDirectory, ReplaceFile)
242         (ReportEvent, SearchPath, SetComputerName, SetCurrentDirectory)
243         (SetDefaultCommConfig, SetDllDirectory, SetEnvironmentVariable)
244         (SetFileAttributes, SetFileSecurity, SetFileShortName, SetVolumeLabel)
245         (SetFirmwareEnvironmentVariable, SetVolumeMountPoint, UpdateResource)
246         (VerifyVersionInfo, WaitNamedPipe, WritePrivateProfileSection)
247         (WritePrivateProfileString, WritePrivateProfileStruct)
248         (WriteProfileSection, WriteProfileString): ...these, and add...
249         (GetCurrentHwProfile, OpenWaitableTimer, SetComputerNameEx)
250         (GetFirmwareEnvironmentVariable): ...these previously missing generic
251         function name aliases.
252
253 2017-03-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
254
255         Refactor mingwrt and w32api common makefile content.
256
257         * Makefile.in (w32api-srcdist-config-files): Rename it...
258         (w32api-srcdist-common-files): ...as this phoney build rule.
259         (shared_include_file): New macro; define it, and include named file.
260         (configure, config.status, Makefile, config.status.missing, _mingw.h)
261         (w32api.h, PACKAGE_VERSION_SCRIPT, PACKAGE_VERSION_FORMAT): Factor
262         out; relocate them to new file in common parent directory...
263         * ../Makefile.comm: ...here.
264
265 2017-03-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
266
267         Correct a copyright notice update omission.
268
269         * configure.ac: Extend copyright date range to include 2017.  Also
270         clean up superfluous trailing whitespace.
271
272 2017-03-09  Keith Marshall  <keithmarshall@users.sourceforge.net>
273
274         Fix generated header file dependencies.
275
276         * Makefile.in (_mingw.h, w32api): Make them depend on changes in...
277         [VERSION.m4]: ...this; package version changes are no longer made...
278         [configure.ac]: ...here; delete associated prerequisite reference.
279         (distclean-local): Delete them.
280
281 2017-03-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
282
283         Prepare and tag for release of w32api-5.0 package set.
284
285         * All files (wsl-5.0-release): Tag assigned.
286
287 2017-02-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
288
289         Implement basic test suite infrastructure.
290
291         * tests: New subdirectory; it hosts...
292         * tests/Makefile.in tests/testsuite.at.in tests/atlocal.in
293         * tests/headers.at: ...these new files; they implement the basic test
294         suite infrastructure, initially comprising header integrity checks.
295
296         * configure.ac (AC_PROG_CXX): Check it.
297         (AC_CONFIG_TESTDIR): Configure tests subdirectory.
298         (AC_CHECK_PROG): Check for autom4te; configure fall back if missing.
299         (AC_CONFIG_FILES): Generate tests/atlocal, tests/testsuite.at.tmp, and
300         tests/Makefile.
301
302         * Makefile.in (check test tests): New rules; all are synonymous.
303         (check-recursive): New rule; invoked by each of the preceding three.
304         (w32api-srcdist-testsuite-files): New rule; implement and use it...
305         (w32api-srcdist-files): ...here.
306
307 2017-02-14  Alexander Krisak  <akrisak@users.sourceforge.net>
308
309         Add missing constant definition, per issue [#2249].
310
311         * include/winnt.h (JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE): Define it.
312
313 2017-02-10  Keith Marshall  <keithmarshall@users.sourceforge.net>
314
315         Avoid unnecessary duplication of configuration files.
316
317         * Makefile.in (vpath install-sh): Define it; it matches...
318         (vpath %.m4): ...this; add $top_srcdir/..; search it first; delete
319         rule for creating duplicate file reference links in $top_srcdir.
320         (configure): Add '-I ..' option, when running autoconf.
321         (w32api-srcdist-files): Rename it as...
322         (w32api-srcdist-package-files): ...this; remove dependencies on...
323         (aclocal.m4 VERSION.m4 install-sh): ...these; reinstate them in...
324         (w32api-srcdist-config-files): ...this new distributable files
325         enumeration goal; add it as one new prerequisite of...
326         (w32api-srcdist-files): ...this repurposed goal; also depends on...
327         (w32api-srcdist-package-files): ...this; populate it using...
328         (SRCDIST_ADD): ...this macro; redefine it accordingly.
329
330 2016-12-08  Jerzy Tarasiuk  <jz_fuw@users.sourceforge.net>
331
332         Correct typo in <ddk/ntdddisk.h>; fix bug [#2323]
333
334         * include/ddk/ntdddisk.h (IOCTL_DISK_BASE): Correct definition;
335         it was previously transcribed incorrectly, as being equivalent to...
336         (FILE_TYPE_DISK): ...this, but it should have been equivalent to...
337         (FILE_DEVICE_DISK): ...this.
338
339 2016-12-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
340
341         Rationalize <winuser.h> ANSI vs. UNICODE definition strategy.
342
343         * include/winuser.h [UNICODE, !UNICODE]: Replace individual pairs of
344         alternative generic symbol mapping definitions, and typedefs, with...
345         (__AW_SUFFIXED__): ...one such macro expansion per pair; collate with
346         their respective ANSI and UNICODE specific references.
347
348 2016-11-26  Keith Marshall  <keithmarshall@users.sourceforge.net>
349
350         Deprecate obsolete <winable.h> and <pbt.h> headers.
351
352         * Makefile.in (%.h.in): Generalize vpath definition.
353         (obsolete_headers, obsolete_header_script, w32api_dist_headers)
354         (w32api_generated_headers, replace_headers, macro_name): New macros.
355         (install-w32api-headers): Add dependency on w32api_dist_headers.
356         (%.h): New static pattern rule; it generates generic dependants of...
357         * include/obsolete.h.in: ...this new template for obsolete headers.
358
359         * include/winable.h include/pbt.h: Delete them; they are obsolete;
360         replace them by install-time generated generic stubs.
361
362 2016-11-25  Keith Marshall  <keithmarshall@users.sourceforge.net>
363
364         Update <winuser.h> and <dbt.h>; fix issue [#2317].
365
366         * include/winuser.h: Tidy layout; add copyright notice.
367         [WINVER, _WIN32_WINDOWS, _WIN32_WINNT]: Compare them symbolically.
368         (__WINUSER_H_SOURCED__): New internal macro; define it, to facilitate
369         selective inclusion of content from other headers; delete when done.
370         (BSM_ALLCOMPONENTS, BSF_ALLOWSFW, BSM_APPLICATIONS, BSM_ALLDESKTOPS)
371         (BSM_INSTALLABLEDRIVERS, BSM_NETDRIVER, BSM_VXDS, BSF_FLUSHDISK)
372         (BSF_FORCEIFHUNG, BSF_IGNORECURRENTTASK, BSF_LUID, BSF_NOHANG)
373         (BSF_NOTIMEOUTIFNOTHUNG, BSF_POSTMESSAGE, BSF_QUERY, BSF_RETURNHDESK)
374         (BSF_SENDNOTIFYMESSAGE): Delete; do not define them locally; retrieve
375         them selectively from <dbt.h>, where they are properly defined.
376         [WINVER >= WIN2K/WIN98] (BlockInput): Add missing declaration.
377         (KillTimer, TIMERPROC): Declare timer event parameters as UINT_PTR;
378         formerly UINT, which doesn't match 64-bit size required for Win64.
379         (SetTimer): Likewise; also declare similar return type.
380         (WINEVENTPROC): Add missing CALLBACK attribute.
381         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
382
383         * include/w32api.h (__AW_ALIAS__): New macro; define it.
384         * include/sdkddkver.h (_WIN32_WINNT_NT4SP3): New macro; define it.
385
386         * include/dbt.h: Tidy layout; add copyright notice.
387         (_BEGIN_C_DECLS, _END_C_DECLS): Also prefer them here.
388         [__WINUSER_H_SOURCED__] (_DBT_H): Do not define; expose only...
389         (BSM_ALLCOMPONENTS, BSF_ALLOWSFW, BSM_APPLICATIONS, BSM_ALLDESKTOPS)
390         (BSM_INSTALLABLEDRIVERS, BSM_NETDRIVER, BSM_VXDS, BSF_FLUSHDISK)
391         (BSF_FORCEIFHUNG, BSF_IGNORECURRENTTASK, BSF_LUID, BSF_NOHANG)
392         (BSF_NOTIMEOUTIFNOTHUNG, BSF_POSTMESSAGE, BSF_QUERY, BSF_RETURNHDESK)
393         (BSF_SENDNOTIFYMESSAGE): ...these, to be duplicated in <winuser.h>
394         (__AW_ALIAS__): Use it to define ANSI/UNICODE specific aliases for...
395         (DEV_BROADCAST_PORT, DEV_BROADCAST_DEVICEINTERFACE): ...these generic
396         structure typedef names, and their respectively corresponding...
397         (PDEV_BROADCAST_PORT, PDEV_BROADCAST_DEVICEINTERFACE): ...pointer
398         type names.
399
400 2016-09-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
401
402         Fix a minor ISO-C++11 conformity issue.
403
404         * include/winnt.h (GetCurrentFiber): Insert spaces, as required
405         by ISO-C++11, between concatenated string literal elements.
406         (GetFiberData, NtCurrentTeb): Likewise.
407
408 2016-08-01  Keith Marshall  <keithmarshall@users.sourceforge.net>
409
410         Merge w32api-3.18.1 legacy updates to 5.0-active branch.
411
412         * include/ddk/winddk.h: Update per issue [#2307] resolution.
413         * include/ddk/ntdddisk.h include/ddk/ntddstor.h: Likewise.
414
415 2016-07-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
416
417         Prepare and tag all files for release of w32api-3.18.1
418
419         * configure.ac (AC_INIT): Increment patch level to 3.18.1
420
421 2016-07-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
422
423         Resolve improper macro expansion issue [#2307].
424
425         * include/ddk/winddk.h (__FILE_AM_BUFFERED, __FILE_RD_BUFFERED)
426         (__FILE_RW_BUFFERED): Redefine, encapsulating the expansion of each
427         dependent macro WITHIN the expansion of each of these; hence...
428
429         * include/ddk/ntdddisk.h (IOCTL_DISK_GET_DRIVE_GEOMETRY)
430         (IOCTL_DISK_FORMAT_TRACKS_EX, IOCTL_DISK_REASSIGN_BLOCKS)
431         (IOCTL_DISK_GET_MEDIA_TYPES, IOCTL_DISK_CONTROLLER_NUMBER)
432         (IOCTL_DISK_GET_DRIVE_LAYOUT, IOCTL_DISK_SET_DRIVE_LAYOUT)
433         (IOCTL_DISK_GET_PARTITION_INFO, IOCTL_DISK_SET_PARTITION_INFO)
434         (IOCTL_DISK_GET_DRIVE_GEOMETRY_EX, IOCTL_DISK_UPDATE_DRIVE_SIZE)
435         (IOCTL_DISK_VERIFY, IOCTL_DISK_FORMAT_TRACKS, IOCTL_DISK_PERFORMANCE)
436         (IOCTL_DISK_CREATE_DISK, IOCTL_DISK_RESERVE, IOCTL_DISK_IS_WRITABLE)
437         (IOCTL_DISK_GET_PARTITION_INFO_EX, IOCTL_DISK_SET_PARTITION_INFO_EX)
438         (IOCTL_DISK_GET_CACHE_INFORMATION, IOCTL_DISK_SET_CACHE_INFORMATION)
439         (IOCTL_DISK_INTERNAL_SET_VERIFY, IOCTL_DISK_INTERNAL_CLEAR_VERIFY)
440         (IOCTL_DISK_GET_DRIVE_LAYOUT_EX, IOCTL_DISK_SET_DRIVE_LAYOUT_EX)
441         (IOCTL_DISK_GROW_PARTITION, IOCTL_DISK_DELETE_DRIVE_LAYOUT)
442         (IOCTL_DISK_GET_LENGTH_INFO, IOCTL_DISK_PERFORMANCE_OFF)
443         (IOCTL_DISK_CHECK_VERIFY, IOCTL_DISK_FIND_NEW_DEVICES)
444         (SMART_GET_VERSION, SMART_RCV_DRIVE_DATA, SMART_SEND_DRIVE_COMMAND):
445         ...adjust these dependent macro definitions accordingly.
446
447         * include/ddk/ntddstor.h (IOCTL_STORAGE_CHECK_VERIFY)
448         (IOCTL_STORAGE_CHECK_VERIFY2, IOCTL_STORAGE_MEDIA_REMOVAL)
449         (IOCTL_STORAGE_EJECTION_CONTROL, IOCTL_STORAGE_MCN_CONTROL)
450         (IOCTL_STORAGE_GET_DEVICE_NUMBER, IOCTL_STORAGE_PREDICT_FAILURE)
451         (IOCTL_STORAGE_GET_MEDIA_TYPES, IOCTL_STORAGE_GET_MEDIA_TYPES_EX)
452         (IOCTL_STORAGE_GET_MEDIA_SERIAL_NUMBER, IOCTL_STORAGE_QUERY_PROPERTY)
453         (IOCTL_STORAGE_RELEASE, IOCTL_STORAGE_FIND_NEW_DEVICES)
454         (IOCTL_STORAGE_RESET_BUS, IOCTL_STORAGE_RESET_DEVICE)
455         (IOCTL_STORAGE_EJECT_MEDIA, IOCTL_STORAGE_LOAD_MEDIA)
456         (IOCTL_STORAGE_LOAD_MEDIA2, IOCTL_STORAGE_RESERVE): Likewise.
457
458 2016-07-19  Keith Marshall  <keithmarshall@users.sourceforge.net>
459
460         Update install-sh to match mingw.org/build-aux package.
461
462         * install-sh: Delete it; use version in parent directory instead,
463         recreating local copy, (as symlink, if supported), on demand.
464
465 2016-07-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
466
467         Eliminate redundant configuration files.
468
469         * aclocal.m4 VERSION.m4: Delete them; restore them on demand, via...
470         * Makefile.in ($top_srcdir/../%): ...this symlink dependency rule.
471
472         * configure.ac (AC_PROG_LN_S): Add configuration check.
473
474 2016-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
475
476         Discard redundant config.guess and config.sub files.
477
478         * config.guess config.sub: Delete them; they are no longer required.
479         * Makefile.in (SRCDIST_ADD): Remove related references.
480
481 2016-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
482
483         Merge recent legacy branch updates to 5.0-active branch.
484
485         * Makefile.in include/ddk/ntifs.h include/ddk/winddk.h
486         * include/sdkddkver.h include/setupapi.h include/windows.h
487         * include/winnt.h include/winuser.h include/winver.h
488         * include/wtsapi32.h lib/wtsapi32.def: Updated.
489
490 2016-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
491
492         Prepare and tag all files for release of w32api-3.18.
493
494 2016-07-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
495
496         Do not pass MAKEFLAGS explicitly, when invoking recursive make.
497
498         * Makefile.in (install-strip, uninstall): Delete explicit $(MAKEFLAGS)
499         references from $(MAKE) command lines; make passes them implicitly.
500
501 2016-06-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
502
503         Backport MemoryBarrier() implementation from 4.0-dev branch.
504
505         * include/winnt.h (MemoryBarrier): Implement it; this is a rework of
506         Earnie's original inline implementation, but declared 'static' to fix
507         issue [#1661]; it is further modified, to avoid the broken pre-Vista
508         fallback identified by issue [#2131], and to remove references to...
509         (__faststorefence, __mf): ...these MSVC intrinsics, replaced by...
510         [defined __ATOMIC_SEQ_CST] (__atomic_thread_fence): ...this, or...
511         [GCC >= 4.4] (__sync_synchronize): ...this, as appropriate, falling
512         back to inline assembly code when necessary.
513
514         * include/ddk/winddk.h (KeMemoryBarrier): Delegate it to...
515         (MemoryBarrier): ...this, so avoiding the potential to emit invalid
516         code, for hosts which do not support the SSE2 'mfence' instruction.
517
518 2016-06-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
519
520         Merge further W32API updates from Cygwin CVS.
521         Incorporated selected changes from 2012-08-01 to 2012-08-04.
522
523         * include/setupapi.h include/winuser.h include/winver.h
524         * include/wtsapi32.h lib/wtsapi32.def: Merged and updated.
525
526 2016-06-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
527
528         Update mapping of GCC to MSVC host identification macros.
529
530         * include/windows.h: Assert copyright; tidy layout.
531         (_M_IX86, _ALPHA_, _PPC_, _MIPS_, _68K_): Delete duplicate defines.
532         [!_WINUSER_H, !_WINNLS_H, !_WINVER_H, !_WINNETWK_H, !_WINREG_H]
533         [!_WINSVC_H]: Do not explicitly test these here; they are properly
534         managed implicitly, by GCC, when including the associated headers.
535
536         * include/winnt.h: Assert copyright; tidy layout.
537         (_BEGIN_C_DECLS, _END_C_DECLS): Use these, as appropriate.
538         (__aligned__, __always_inline__, __selectany__): Prefer these...
539         (aligned, always_inline, selectany): ...to these attribute forms.
540         (CONTEXT) [_ALPHA_, _PPC_, MIPS, ARM]: Change selector macros to...
541         [_M_ALPHA, _M_PPC, _M_MRX000, _M_ARM]: ...these, respectively.
542         (GetCurrentFiber, GetFiberData, NtCurrentTeb): Redefine in terms of...
543         (__tib_fiber_data__, __tib_self_refptr__): ...these adaptive macros...
544         [!_WIN64]: ...to accommodate 32-bit, or otherwise 64-bit Windows.
545         (_ALPHA_, _PPC_, _MIPS_, _68K_): Delete these redundant macros...
546         (_M_IX86): ...also removing this, but relocate it to...
547         * include/sdkddkver.h (_M_IX86): ...here; augment it with...
548         (_M_IX86_FP, _M_X64, _M_AMD64, _M_IA64): ...these; define them as
549         appropriate.
550
551         * include/ddk/ntifs.h [!_ALPHA_]: Augment test; rather consider...
552         [!_ALPHA_ && !_M_ALPHA]: ...this, for structure alignment control.
553
554 2016-05-23  Keith Marshall  <keithmarshall@users.sourceforge.net>
555
556         Merge W32API updates, from Cygwin CVS, into legacy branch.
557         Incorporate changes since release of w32api-3.17, until 2012-07-06.
558
559         * include/shobjidl.h lib/shobjidl-uuid.c: New files, added per LRN's
560         2012-04-28 commit to Cygwin CVS.
561
562         * include/gdiplus/gdiplustypes.h include/imagehlp.h
563         * include/routprot.h include/shlwapi.h include/userenv.h
564         * include/winbase.h include/wincon.h include/windef.h
565         * include/winerror.h include/wingdi.h include/winnt.h
566         * include/winsock.h include/winsock2.h include/winuser.h: Updated to
567         match Cygwin CVS state, as of 2012-07-06.
568
569         * include/wincrypt.h: Updated to remove duplicate manifest constant
570         definitions, as identified per Chris Sutcliffe's 2012-01-03 commit to
571         Cygwin CVS; merge with my 2015-09-29 commit; additionally, remove...
572         (szOID_RSA_emailAddr, szOID_RSA_unstructAddr, szOID_RSA_unstructName)
573         (CRYPT_ARCHIVABLE, CRYPT_NOHASHOID, CRYPT_VERIFYCONTEXT): ...extra
574         copies of these further duplicated definitions, identified during
575         the merging operation.
576
577 2016-05-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
578
579         Synchronize package version management with MinGW Runtime.
580
581         * VERSION.m4: New file; link it to keep in sync with identically named
582         file in top level composite package source directory; it defines...
583         (__VERSION__): ...this new composite package version macro.
584
585         * aclocal.m4: Link it, to keep in sync with identically named files in
586         top level composite source and sibling mingwrt sub-package directories.
587         (__VERSION__): New macro; include VERSION.m4 to define it.
588         (__BUG_REPORT_URL__): New macro; define it.
589
590         * configure.ac (AC_INIT): Assign package version and bug report URL...
591         (__VERSION__, __BUG_REPORT_URL__): ...from these, as defined through
592         automatic inclusion of aclocal.m4
593
594         * Makefile.in (configure): Add dependency on VERSION.m4
595
596 2016-05-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
597
598         Eliminate redundant <parts/winioctl.h> header.
599
600         * include/parts/winioctl.h: Delete it; distribute its content...
601         * include/ddk/winddk.h include/ddk/ntddstor.h include/ddk/ntdddisk.h:
602         ...among these, separating it into discrete sections based on...
603         [__need_ddk_winddk_includes, __need_ddk_ntddstor_includes]
604         [__need_ddk_ntdddisk_includes]: ...these selectors, respectively.
605         [__WINIOCTL_H_SOURCED__]: Expose only those sections; do not define...
606         (_DDK_WINDDK_H, _DDK_NTDDSTOR_H, _DDK_NTDDDISK_H): ...these.
607
608         * include/winioctl.h (__WINIOCTL_H_SOURCED__): Define it; include each
609         of <ddk/winddk.h>, <ddk/ntddstor.h>, and <ddk/ntdddisk.h>
610
611 2016-05-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
612
613         Enforce consistent specification of package version.
614
615         * include/w32api.h: Rename as...
616         * include/w32api.h.in: ...this build-time template file.
617         (__W32API_VERSION): Redefine it, in terms of...
618         (%PACKAGE_VERSION_LONG%): ...this substitution template.
619         (__W32API_MAJOR_VERSION, __W32API_MINOR_VERSION)
620         (__W32API_PATCHLEVEL): Likewise, redefine them in terms of...
621         (%PACKAGE_VERSION_MAJOR%, %PACKAGE_VERSION_MINOR%)
622         (%PACKAGE_VERSION_PATCH%): ...these.
623
624         * configure.ac (AC_CONFIG_SRCDIR): Adjust for renamed file.
625         (MINGW_AC_CONFIG_EXTRA_SRCDIR): Likewise, for similarly renamed
626         mingwrt/include/_mingw.h.in file.
627
628         * Makefile.in (all-w32api-libs): Add dependency on...
629         (w32api.h, _mingw.h): ...these; add rule to generate them, using...
630         (PACKAGE_VERSION_SCRIPT, PACKAGE_VERSION_FORMAT): ...these new macros;
631         they apply appropriate substitutions to the renamed template files.
632         (install-w32api-headers): Explicitly add w32api.h
633
634 2015-11-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
635
636         Refactor for Windows DDK synchronization; fix MinGW-Bug [#1954].
637
638         * include/parts/winioctl.h: New file; it provides infrastructure for
639         sharing of common code between DDK headers and primary <winioctl.h>
640         (__IOCTL_STORAGE_, __IOCTL_DISK_, __FILE_RW_ACCESS, __FILE_AM_BUFFERED)
641         (__FILE_RD_BUFFERED, __FILE_RW_BUFFERED): New internal convenience
642         macros; they facilitate more consise expression of factored out IOCTL
643         and FSCTL macros; define them.
644
645         * include/ddk/ntddk.h: Assert copyright; tidy layout.
646         (__NTDDK_H): Multiple inclusion guard macro, renamed to...
647         (_DDK_NTDDK_H): ...this; it provides better indication of location.
648         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
649
650         * include/ddk/winddk.h: Assert copyright; tidy layout.
651         (__WINDDK_H): Multiple inclusion guard macro, renamed to...
652         (_DDK_WINDDK_H): ...this; it provides better indication of location.
653         [!defined _DDK_NTDDK_H]: Forbid direct inclusion; emit diagnostic.
654         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
655         (METHOD_BUFFERED, METHOD_IN_DIRECT, METHOD_OUT_DIRECT)
656         (METHOD_NEITHER): Redefine as enumeration; factor it out.
657         (FILE_ANY_ACCESS, FILE_SPECIAL_ACCESS, FILE_READ_ACCESS)
658         (FILE_WRITE_ACCESS): Likewise.
659         (CTL_CODE, DEVICE_TYPE_FROM_CTL_CODE): Factor out.
660         [defined _DRIVE_LAYOUT_INFORMATION_MBR_DEFINED]: Delete guard.
661         (struct _DRIVE_LAYOUT_INFORMATION_MBR, DRIVE_LAYOUT_INFORMATION_MBR)
662         (PDRIVE_LAYOUT_INFORMATION_MBR): Factor out, without guard.
663         (struct _DRIVE_LAYOUT_INFORMATION_GPT, DRIVE_LAYOUT_INFORMATION_GPT)
664         (PDRIVE_LAYOUT_INFORMATION_GPT): Factor out.
665         (struct _PARTITION_INFORMATION_MBR, PARTITION_INFORMATION_MBR)
666         (PPARTITION_INFORMATION_MBR): Likewise.
667         (FILE_DEVICE_BEEP, FILE_DEVICE_CD_ROM, FILE_DEVICE_CD_ROM_FILE_SYSTEM)
668         (FILE_DEVICE_CONTROLLER, FILE_DEVICE_DATALINK, FILE_DEVICE_DFS)
669         (FILE_DEVICE_DISK, FILE_DEVICE_DISK_FILE_SYSTEM)
670         (FILE_DEVICE_FILE_SYSTEM, FILE_DEVICE_INPORT_PORT)
671         (FILE_DEVICE_KEYBOARD, FILE_DEVICE_MAILSLOT, FILE_DEVICE_MIDI_IN)
672         (FILE_DEVICE_MIDI_OUT, FILE_DEVICE_MOUSE)
673         (FILE_DEVICE_MULTI_UNC_PROVIDER, FILE_DEVICE_NAMED_PIPE)
674         (FILE_DEVICE_NETWORK, FILE_DEVICE_NETWORK_BROWSER)
675         (FILE_DEVICE_NETWORK_FILE_SYSTEM, FILE_DEVICE_NULL)
676         (FILE_DEVICE_PARALLEL_PORT, FILE_DEVICE_PHYSICAL_NETCARD)
677         (FILE_DEVICE_PRINTER, FILE_DEVICE_SCANNER)
678         (FILE_DEVICE_SERIAL_MOUSE_PORT, FILE_DEVICE_SERIAL_PORT)
679         (FILE_DEVICE_SCREEN, FILE_DEVICE_SOUND, FILE_DEVICE_STREAMS)
680         (FILE_DEVICE_TAPE, FILE_DEVICE_TAPE_FILE_SYSTEM, FILE_DEVICE_TRANSPORT)
681         (FILE_DEVICE_UNKNOWN, FILE_DEVICE_VIDEO, FILE_DEVICE_VIRTUAL_DISK)
682         (FILE_DEVICE_WAVE_IN, FILE_DEVICE_WAVE_OUT, FILE_DEVICE_8042_PORT)
683         (FILE_DEVICE_NETWORK_REDIRECTOR, FILE_DEVICE_BATTERY)
684         (FILE_DEVICE_BUS_EXTENDER, FILE_DEVICE_MODEM, FILE_DEVICE_VDM)
685         (FILE_DEVICE_MASS_STORAGE, FILE_DEVICE_SMB, FILE_DEVICE_KS)
686         (FILE_DEVICE_CHANGER, FILE_DEVICE_SMARTCARD, FILE_DEVICE_ACPI)
687         (FILE_DEVICE_DVD, FILE_DEVICE_FULLSCREEN_VIDEO)
688         (FILE_DEVICE_DFS_FILE_SYSTEM, FILE_DEVICE_DFS_VOLUME)
689         (FILE_DEVICE_SERENUM, FILE_DEVICE_TERMSRV, FILE_DEVICE_KSEC)
690         (FILE_DEVICE_FIPS): Redefine as enumeration; factor it out.
691         (enum _PARTITION_STYLE, PARTITION_STYLE): Factor out; add...
692         (PARTITION_STYLE_RAW): ...this new enumeration state; previously, it
693         was defined only when including this enumeration from winioctl.h
694         (struct _CREATE_DISK_MBR, CREATE_DISK_MBR, PCREATE_DISK_MBR)
695         (struct _CREATE_DISK_GPT, CREATE_DISK_GPT, PCREATE_DISK_GPT)
696         (struct _CREATE_DISK, CREATE_DISK, PCREATE_DISK): Factor out;
697         include parts/winioctl.h
698
699         * include/ddk/ntddstor.h: Assert copyright; tidy layout.
700         (__NTDDSTOR_H): Multiple inclusion guard macro, renamed to...
701         (_DDK_NTDDSTOR_H): ...this; to provide better indication of location.
702         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
703         (struct _STORAGE_BUS_TYPE, STORAGE_BUS_TYPE, PSTORAGE_BUS_TYPE)
704         (IOCTL_STORAGE_BASE, IOCTL_STORAGE_RESERVE, IOCTL_STORAGE_RELEASE)
705         (IOCTL_STORAGE_CHECK_VERIFY, IOCTL_STORAGE_CHECK_VERIFY2)
706         (IOCTL_STORAGE_MEDIA_REMOVAL, IOCTL_STORAGE_EJECT_MEDIA)
707         (IOCTL_STORAGE_LOAD_MEDIA, IOCTL_STORAGE_LOAD_MEDIA2)
708         (IOCTL_STORAGE_EJECTION_CONTROL, IOCTL_STORAGE_FIND_NEW_DEVICES)
709         (IOCTL_STORAGE_GET_MEDIA_TYPES, IOCTL_STORAGE_GET_MEDIA_TYPES_EX)
710         (IOCTL_STORAGE_GET_MEDIA_SERIAL_NUMBER, IOCTL_STORAGE_PREDICT_FAILURE)
711         (IOCTL_STORAGE_QUERY_PROPERTY, IOCTL_STORAGE_GET_DEVICE_NUMBER)
712         (IOCTL_STORAGE_RESET_BUS, IOCTL_STORAGE_RESET_DEVICE)
713         (IOCTL_STORAGE_MCN_CONTROL): Factor out; include parts/winioctl.h
714
715         * include/ddk/ntdddisk.h: Assert copyright; tidy layout.
716         (__NTDDDISK_H): Multiple inclusion guard macro, renamed to...
717         (_DDK_NTDDDISK_H): ...this; to provide better indication of location.
718         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
719         (IOCTL_DISK_BASE, IOCTL_DISK_GET_LENGTH_INFO)
720         (IOCTL_DISK_IS_WRITABLE, IOCTL_DISK_REASSIGN_BLOCKS)
721         (IOCTL_DISK_FIND_NEW_DEVICES, IOCTL_DISK_GET_MEDIA_TYPES)
722         (IOCTL_DISK_GET_DRIVE_LAYOUT, IOCTL_DISK_SET_DRIVE_LAYOUT)
723         (IOCTL_DISK_GET_PARTITION_INFO, IOCTL_DISK_SET_PARTITION_INFO)
724         (IOCTL_DISK_GET_DRIVE_LAYOUT_EX, IOCTL_DISK_SET_DRIVE_LAYOUT_EX)
725         (IOCTL_DISK_GET_DRIVE_GEOMETRY, IOCTL_DISK_GET_DRIVE_GEOMETRY_EX)
726         (IOCTL_DISK_CREATE_DISK, IOCTL_DISK_VERIFY, IOCTL_DISK_CHECK_VERIFY)
727         (IOCTL_DISK_GET_PARTITION_INFO_EX, IOCTL_DISK_SET_PARTITION_INFO_EX)
728         (IOCTL_DISK_GET_CACHE_INFORMATION, IOCTL_DISK_SET_CACHE_INFORMATION)
729         (IOCTL_DISK_DELETE_DRIVE_LAYOUT, IOCTL_DISK_GROW_PARTITION)
730         (IOCTL_DISK_FORMAT_TRACKS, IOCTL_DISK_FORMAT_TRACKS_EX)
731         (IOCTL_DISK_PERFORMANCE, IOCTL_DISK_PERFORMANCE_OFF)
732         (IOCTL_DISK_UPDATE_DRIVE_SIZE, IOCTL_DISK_RESERVE): Factor out; all of
733         these macros are now defined in parts/winioctl.h; include it.
734         (PARTITION_ENTRY_UNUSED, PARTITION_FAT_12, PARTITION_XENIX_1)
735         (PARTITION_XENIX_2, PARTITION_FAT_16, PARTITION_EXTENDED)
736         (PARTITION_HUGE, PARTITION_IFS, PARTITION_OS2BOOTMGR, PARTITION_FAT32)
737         (PARTITION_FAT32_XINT13, PARTITION_XINT13, PARTITION_XINT13_EXTENDED)
738         (PARTITION_PREP, PARTITION_LDM, PARTITION_UNIX, PARTITION_NTFT)
739         (VALID_NTFT): Redefine as enumeration; factor it out.
740         (IsRecognizedPartition, IsContainerPartition): Factor out.
741         (enum _MEDIA_TYPE, MEDIA_TYPE, PMEDIA_TYPE): Factor out, adding...
742         (F3_200Mb_512, F3_240M_512, F3_32M_512): ...these new state values.
743         (enum _DETECTION_TYPE, DETECTION_TYPE): Factor out.
744         (struct _DISK_INT13_INFO, DISK_INT13_INFO, PDISK_INT13_INFO)
745         (struct _DISK_EX_INT13_INFO, DISK_EX_INT13_INFO, PDISK_EX_INT13_INFO)
746         (struct _DISK_DETECTION_INFO, DISK_DETECTION_INFO, PDISK_DETECTION_INFO)
747         (struct _DISK_GEOMETRY_EX, DISK_GEOMETRY_EX, PDISK_GEOMETRY_EX)
748         (struct _DISK_GEOMETRY, DISK_GEOMETRY, PDISK_GEOMETRY)
749         (DiskGeometryGetPartition, DiskGeometryGetDetect): Factor out.
750         (struct _PARTITION_INFORMATION): Change field data types for...
751         (HiddenSectors, PartitionNumber): ...these, from DWORD to ULONG...
752         (PartitionType): ...and this from BYTE to UCHAR, to keep consistent
753         with Windows DDK convention, then factor out struct, together with...
754         (PARTITION_INFORMATION, PPARTITION_INFORMATION): ...these.
755         (struct _PARTITION_INFORMATION_GPT, struct _DISK_PARTITION_INFO)
756         (PARTITION_INFORMATION_GPT, *PPARTITION_INFORMATION_GPT)
757         (DISK_PARTITION_INFO, *PDISK_PARTITION_INFO): Factor out.
758         (struct _GET_LENGTH_INFORMATION)
759         (GET_LENGTH_INFORMATION, PGET_LENGTH_INFORMATION)
760         (struct _DISK_PERFORMANCE, DISK_PERFORMANCE, PDISK_PERFORMANCE)
761         (struct _DISK_PERFORMANCE_EX, DISK_PERFORMANCE_EX, PDISK_PERFORMANCE_EX)
762         (struct _FORMAT_PARAMETERS, struct _FORMAT_EX_PARAMETERS)
763         (FORMAT_PARAMETERS, PFORMAT_PARAMETERS, FORMAT_EX_PARAMETERS)
764         (PFORMAT_EX_PARAMETERS): Factor out.
765         (struct _REASSIGN_BLOCKS): Change field data types for...
766         (Reserved, Count): ...these fields, from WORD to USHORT, and...
767         (BlockNumber): ...this from DWORD to ULONG, per Windows DDK
768         convention, then factor out the struct definition, together with...
769         (REASSIGN_BLOCKS, PREASSIGN_BLOCKS): ...these associated typedefs.
770         (struct _SET_PARTITION_INFORMATION, SET_PARTITION_INFORMATION)
771         (PSET_PARTITION_INFORMATION): Factor out.
772         (struct _VERIFY_INFORMATION): Change field data type for...
773         (Length): ...this field, from DWORD to ULONG, per DDK convention, then
774         factor out the entire struct definition, together with...
775         (VERIFY_INFORMATION, PVERIFY_INFORMATION): ...these associated typedefs.
776         (DISK_CACHE_RETENTION_PRIORITY): Factor out enumerated typedef.
777         (struct _DISK_CACHE_INFORMATION, struct _DISK_GROW_PARTITION)
778         (DISK_CACHE_INFORMATION, PDISK_CACHE_INFORMATION, DISK_GROW_PARTITION)
779         (PDISK_GROW_PARTITION): Factor out.
780
781         * include/winioctl.h: Assert copyright; tidy layout; incorporate
782         definitions from Windows DDK headers, by including parts/winioctl.h;
783         delete duplicate definitions already identified as having been factored
784         out from ddk/winddk.h, ddk/ntddstor.h, and ddk/ntdddisk.h; accept type
785         compatible changes from DWORD to ULONG, WORD to USHORT, and BYTE to
786         UCHAR, resulting in no significant changes, except that...
787         (struct _DISK_PERFORMANCE): ...this is extended, by addition of...
788         (IdleTime, SplitCount, QueryTime, StorageDeviceNumber)
789         (StorageManagerName): ...these previously missing fields, originally
790         appropriately defined in ddk/ntdddisk.h, thus fixing bug [#1954].
791         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
792
793 2015-10-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
794
795         Windows application module version information API updates.
796
797         * include/winver.h: Assert copyright; tidy layout.
798         (_BEGIN_C_DECLS, _END_C_DECLS): Use these, as appropriate.
799         (__AW_SUFFIXED__): Use throughout, to identify generic functions
800         having both ANSI and UTF-16LE specific alternative implementations.
801         [NTDDI_VERSION >= NTDDI_VISTA] (GetFileVersionInfoEx): New function.
802         [NTDDI_VERSION >= NTDDI_VISTA] (GetFileVersionInfoSizeEx): Likewise;
803         note that both are generic, with ANSI and UTF-16LE implementations,
804         but the ANSI implementations are missing from MSVCRT.DLL when...
805         [NTDDI_VERSION < NTDDI_WIN8]: ...this.
806
807         * lib/version.def (GetFileVersionInfoExA, GetFileVersionInfoExW)
808         (GetFileVersionInfoSizeExA, GetFileVersionInfoSizeExW): Add symbols.
809
810 2015-10-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
811
812         Revert a failed experimental macro construct.
813
814         * include/w32api.h (__W32API_DEPRECATED_ALIAS): Delete this; it bloats
815         code, and doesn't work in the C preprocessor conditional context where
816         its associated constant definitions are most likely to be required.
817         (Windows95, Windows98, WindowsME, WindowsNT4, Windows2000, WindowsXP)
818         (Windows2003, WindowsVista, IE3, IE301, IE302, IE4, IE401, IE5, IE5a)
819         (IE5b, IE501, IE55, IE56, IE6, IE601, IE602, IE7): Redefine as macros,
820         now in terms of their preferred equivalents from <sdkddkver.h>
821
822 2015-09-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
823
824         Code clean-up; fix MinGW-Bug [#2263].
825
826         * include/w32api.h (__AW_SUFFIXED__): New macro; define it.
827         (__AW_EXTENDED__, __AW_STRING_A__, __AW_STRING_W__): Likewise.
828         (__AW__WCHAR_T__): Likewise; this is a helper for __AW_STRING_W__.
829
830         * include/wincrypt.h: Assert copyright; tidy layout; replace all C++
831         style comments, using ISO-C conforming style; remove all redundant
832         parameter names from function prototype declarations, throughout.
833         (pragma GCC system_header): Remove pointless conditional guard.
834         (_BEGIN_C_DECLS, _END_C_DECLS): Use to wrap extern "C" declarations.
835         [WINVER >= 0x500, WINVER >= 0x501]: Replace conditionals with...
836         [WINVER >= _WIN32_WINNT_WIN2K, WINVER >= _WIN32_WINNT_WINXP]: ...these
837         alternatives, respectively; they offer improved self-documentation.
838         (MS_DEF_PROV, MS_ENHANCED_PROV, MS_STRONG_PROV, MS_SCARD_PROV)
839         (MS_DEF_RSA_SIG_PROV, MS_DEF_RSA_SCHANNEL_PROV, MS_DEF_DSS_PROV)
840         (MS_DEF_DSS_DH_PROV, MS_ENH_DSS_DH_PROV, MS_DEF_DH_SCHANNEL_PROV)
841         (MS_ENH_RSA_AES_PROV): Redefine as __AW_EXTENDED__ derivatives.
842         (MS_DEF_PROV_W, MS_ENHANCED_PROV_W, MS_STRONG_PROV_W, MS_SCARD_PROV_W)
843         (MS_DEF_RSA_SIG_PROV_W, MS_DEF_RSA_SCHANNEL_PROV_W, MS_DEF_DSS_PROV_W)
844         (MS_DEF_DSS_DH_PROV_W, MS_ENH_DSS_DH_PROV_W, MS_DEF_DH_SCHANNEL_PROV_W)
845         (MS_ENH_RSA_AES_PROV_W): Redefine; use __AW_STRING_W__ to derive them
846         from their __AW_STRING_A__ equivalent string constant definitions.
847         (GET_ALG_CLASS): Redefine, expressing result in terms of...
848         (ALG_CLASS_ALL): ...this manifest bit mask; also redefined, preferring
849         a hexadecimal expression of the mask value over the former decimal.
850         (GET_ALG_TYPE, GET_ALG_SID): Similarly, use hexadecimal mask values.
851         (ALG_CLASS_SIGNATURE, ALG_CLASS_MSG_ENCRYPT, ALG_CLASS_DATA_ENCRYPT)
852         (ALG_CLASS_HASH, ALG_CLASS_KEY_EXCHANGE, ALG_TYPE_DSS, ALG_TYPE_RSA)
853         (ALG_TYPE_BLOCK, ALG_TYPE_STREAM, ALG_TYPE_DH, ALG_TYPE_SECURECHANNEL)
854         (CRYPT_UPDATE_KEY, CRYPT_NEWKEYSET, CRYPT_DELETEKEYSET, CRYPT_SILENT)
855         (CRYPT_MACHINE_KEYSET, CRYPT_USER_PROTECTED, CRYPT_CREATE_SALT)
856         (CRYPT_EXPORTABLE, CRYPT_ENCRYPT, CRYPT_DECRYPT, CRYPT_EXPORT)
857         (CRYPT_READ, CRYPT_WRITE, CRYPT_MAC, CERT_TRUST_IS_NOT_TIME_VALID)
858         (CERT_TRUST_IS_NOT_TIME_NESTED, CERT_TRUST_IS_REVOKED)
859         (CERT_TRUST_IS_NOT_SIGNATURE_VALID, CERT_TRUST_IS_NOT_VALID_FOR_USAGE)
860         (CERT_TRUST_IS_UNTRUSTED_ROOT, CERT_TRUST_REVOCATION_STATUS_UNKNOWN)
861         (CERT_TRUST_IS_CYCLIC, CERT_TRUST_CTL_IS_NOT_SIGNATURE_VALID)
862         (CERT_TRUST_IS_PARTIAL_CHAIN, CERT_TRUST_CTL_IS_NOT_TIME_VALID)
863         (CERT_TRUST_CTL_IS_NOT_VALID_FOR_USAGE, CERT_TRUST_IS_SELF_SIGNED)
864         (CERT_TRUST_HAS_EXACT_MATCH_ISSUER, CERT_TRUST_HAS_KEY_MATCH_ISSUER)
865         (CERT_TRUST_HAS_NAME_MATCH_ISSUER, CERT_TRUST_IS_COMPLEX_CHAIN)
866         (CERT_CHAIN_POLICY_BASE, CERT_CHAIN_POLICY_AUTHENTICODE)
867         (CERT_CHAIN_POLICY_AUTHENTICODE_TS, CERT_CHAIN_POLICY_SSL)
868         (CERT_CHAIN_POLICY_BASIC_CONSTRAINTS, CERT_CHAIN_POLICY_NT_AUTH)
869         (CERT_NAME_STR_REVERSE_FLAG, CERT_NAME_STR_DISABLE_IE4_UTF8_FLAG)
870         (CERT_NAME_STR_CRLF_FLAG, CERT_NAME_STR_ENABLE_UTF8_UNICODE_FLAG)
871         (CERT_NAME_STR_ENABLE_T61_UNICODE_FLAG, CERT_NAME_STR_NO_PLUS_FLAG)
872         (CERT_NAME_STR_NO_QUOTING_FLAG, CERT_NAME_STR_SEMICOLON_FLAG)
873         (CERT_FIND_CERT_ID, CERT_FIND_CTL_USAGE, CERT_FIND_ENHKEY_USAGE)
874         (CERT_FIND_EXISTING, CERT_FIND_HASH, CERT_FIND_ISSUER_ATTR)
875         (CERT_FIND_ISSUER_NAME, CERT_FIND_ISSUER_OF, CERT_FIND_KEY_IDENTIFIER)
876         (CERT_FIND_KEY_SPEC, CERT_FIND_MD5_HASH, CERT_FIND_PROPERTY)
877         (CERT_FIND_PUBLIC_KEY, CERT_FIND_SHA1_HASH, CERT_FIND_SIGNATURE_HASH)
878         (CERT_FIND_SUBJECT_ATTR, CERT_FIND_SUBJECT_CERT, CERT_FIND_SUBJECT_NAME)
879         (CERT_FIND_SUBJECT_STR_A, CERT_FIND_SUBJECT_STR_W)
880         (CERT_FIND_ISSUER_STR_A, CERT_FIND_ISSUER_STR_W)
881         (CERT_FIND_OR_ENHKEY_USAGE_FLAG, CERT_FIND_OPTIONAL_ENHKEY_USAGE_FLAG)
882         (CERT_FIND_NO_ENHKEY_USAGE_FLAG, CERT_FIND_VALID_ENHKEY_USAGE_FLAG)
883         (CERT_FIND_EXT_ONLY_ENHKEY_USAGE_FLAG, CERT_UNICODE_IS_RDN_ATTRS_FLAG)
884         (CERT_CASE_INSENSITIVE_IS_RDN_ATTRS_FLAG, CERT_CHAIN_FIND_BY_ISSUER)
885         (CERT_CHAIN_FIND_BY_ISSUER_COMPARE_KEY_FLAG)
886         (CERT_CHAIN_FIND_BY_ISSUER_COMPLEX_CHAIN_FLAG)
887         (CERT_CHAIN_FIND_BY_ISSUER_CACHE_ONLY_FLAG)
888         (CERT_CHAIN_FIND_BY_ISSUER_CACHE_ONLY_URL_FLAG)
889         (CERT_CHAIN_FIND_BY_ISSUER_LOCAL_MACHINE_FLAG)
890         (CERT_CHAIN_FIND_BY_ISSUER_NO_KEY_FLAG)
891         (CERT_SYSTEM_STORE_LOCAL_MACHINE): All represent bit-mapped values;
892         express them in hexadecimal, in preference to original decimal form.
893         (CERT_FIND_SUBJECT_STR, CERT_FIND_ISSUER_STR): Redefine them as
894         __AW_EXTENDED__ macros, for UNICODE/non-UNICODE cases respectively.
895         (szOID_CRL_DIST_POINTS): Correct defective definition; value should be
896         a string literal, but was missing delimiting quotes; insert them.
897         (CertNameToStr, CertOpenSystemStore, CertGetNameString, CryptSignHash)
898         (CryptAcquireContext, CryptVerifySignature, CryptGetDefaultProvider)
899         (CryptEnumProviders, CryptSetProvider): Define as __AW_SUFFIXED__
900         aliases for each of the UNICODE/non-UNICODE cases respectively.
901         (CryptEnumProvidersA): Correct prototype declaration; 5th parameter
902         was declared as type LPTSTR, but should be type LPSTR.
903         (CryptEnumProvidersW): Likewise; 5th parameter should be type LPWSTR.
904         (CryptGetDefaultProviderW): Likewise; 4th parameter was declared as
905         type LPSTR, but should be type LPWSTR.
906         [defined MINGW_TENTATIVE_ASSUMPTIONS] (X509_ANY_STRING)
907         (X509_CRL_REASON_CODE, X509_DSS_PUBLICKEY, X509_UNICODE_ANY_STRING)
908         (struct _CERT_ALT_NAME_ENTRY): Add tentative definitions.
909
910 2015-09-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
911
912         Correct defect in build system compilation rule.
913
914         * Makefile.in (scrnsavw.$OBJEXT): Do not use $^ to represent the
915         source file; it expands to also include prerequisite header files,
916         which should not appear on the compilation command line.  Rewrite
917         rule in static pattern format, and use $< instead.
918
919 2015-08-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
920
921         Build system corrections for GCC build time support.
922
923         * configure.ac (AC_PROG_CC): Don't use this; we need...
924         (MINGW_AC_PROG_CC_COMPILE_ONLY): ...this alternative, to support
925         building with only a stage 1 partially built GCC installation.
926
927         * Makefile.in (install-headers): New make objective; map it to...
928         (install-w32api-headers): ...this, for which it is a logical alias.
929
930 2015-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
931
932         Overhaul and streamline build system configuration.
933
934         * configure.in: Delete obsolete file; replace with...
935         * configure.ac: New file; rewritten per current autoconf conventions.
936
937         * Makefile.in: Rewritten; adapted from current mingwrt configuration,
938         it now processes the entire build without using separate sub-makes.
939
940         * lib/Makefile.in: Sub-make configuration not required now; delete it.
941         * lib/ddk/Makefile.in lib/directx/Makefile.in: Likewise; delete them.
942
943 2015-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
944
945         Remove unused aclocal.m4 configuration file.
946
947         * aclocal.m4: Delete it; it provides no content used by this package.
948
949 2015-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
950
951         Adapt platform feature checks to NTDDI_VERSION conventions.
952
953         * include/sdkddkver.h: New file; merge from 4.0-dev branch.
954         (_WIN32_WINNT_WINBLUE): New manifest constant for Windows-8.1.
955         (WINNTVER): Prefer bitwise shift to division; adjust accordingly.
956         [_WIN32_WINNT != OSVER(NTDDI_VERSION)]: Bad comparison; correct to...
957         [_WIN32_WINNT != WINNTVER(NTDDI_VERSION)]: ...this.
958
959         * include/w32api.h: Assert copyright; include sdkddkver.h.
960         (__W32API_VERSION): Increment to 3.18; adopt new encoding format.
961         (__W32API_MAJOR_VERSION, __W32API_MINOR_VERSION): Adjust consistently.
962         (__W32API_PATCH_LEVEL): New macro; define with initial value of zero.
963         (__W32API_DEPRECATED_ALIAS): New macro; define it; use to redefine...
964         (Windows95, Windows98, WindowsME, WindowsNT4, Windows2000, WindowsXP)
965         (Windows2003, WindowsVista, IE3, IE301, IE302, IE4, IE401, IE5, IE5a)
966         (IE5b, IE501, IE55, IE56, IE6, IE601, IE602, IE7): ...these; replace
967         macro definitions by long integer constants, and mark as deprecated.
968         (UNICODE, _UNICODE): Keep these consistent; use logic factored out of
969         mingwrt/include/_mingw.h, whence we similarly relocate...
970         (_EXTERN_C, _BEGIN_C_DECLS, _END_C_DECLS): ...these.
971
972         * include/windef.h: Assert copyright; include w32api.h, whence we
973         infer default assignments, per included sdkddkver.h, for each of...
974         (WINVER, _WIN32_WINNT): ...these; delete local defines.
975         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
976
977 2015-06-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
978
979         Remove generated configure script from revision control.
980
981         * configure: Delete from SCM; maintainer must regenerate it, when
982         required, as SCM will now ignore it.
983
984 2012-08-04  Earnie Boyd  <earnie@users.sourceforge.net>
985
986         Cosmetic adjustment to match MSDN documentation.
987
988         * include/winver.h (VerQueryValueA, VerQueryValueW): Declare type
989         of parameter #1 to be LPCVOID, in preference to formerly specified,
990         and functionally equivalent, 'const LPVOID'.
991
992 2012-08-01  Stephan Jorek  <sjorek@users.sourceforge.net>
993
994         Correct typos, as identified by issue [#1534].
995
996         * include/setupapi.h (SetupCancelTemporary): Should be...
997         (SetupCancelTemporarySourceList): ...this; complete truncated name.
998         (SetupFreeA, SetupFreeW): Likewise, complete these respectively to...
999         (SetupFreeSourceListA, SetupFreeSourceListW): ...these, and...
1000         (SetupQueryA, SetupQueryW): ...these respectively to...
1001         (SetupQuerySourceListA, SetupQuerySourceListW): ...these.
1002         (SetupDiGetWizardage): Misspelled; correct it to...
1003         (SetupDiGetWizardPage): ...this.
1004
1005 2012-08-01  Earnie Boyd  <earnie@users.sourceforge.net>
1006
1007         Declare WTSVirtualChannel API functions per issue [#1342].
1008
1009         * include/wtsapi32.h [_WIN32_WINNT >= 0x500]
1010         (WTSVirtualChannelOpen, WTSVirtualChannelQuery, WTSVirtualChannelRead)
1011         (WTSVirtualChannelPurgeInput, WTSVirtualChannelPurgeOutput)
1012         (WTSVirtualChannelWrite, WTSVirtualChannelClose): Declare them.
1013         [_WIN32_WINNT >= 0x600] (WTSVirtualchannelOpenEx): Likewise.
1014
1015         * lib/wtsapi32.def (WTSVirtualChannelOpenEx@12): Add reference.
1016
1017 2012-08-01  Earnie Boyd  <earnie@users.sourceforge.net>
1018
1019         Correct MENUITEMINFO structure definition per issue [#1659].
1020
1021         * include/winuser.h (tagMENUITEMINFOA, tagMENUITEMINFOW): dwItemData
1022         field was defined as type DWORD; correct it to type ULONG_PTR.
1023
1024 2012-07-06  Corinna Vinschen  <corinna@vinschen.de>
1025
1026         Extend visibility of winsock definitions when building Cygwin.
1027
1028         * include/winsock.h [__INSIDE_CYGWIN__]: Expose definitions of...
1029         (IP_OPTIONS, SO_DEBUG, SO_ACCEPTCONN, SO_REUSEADDR, SO_KEEPALIVE)
1030         (SO_DONTROUTE, SO_BROADCAST, SO_USELOOPBACK, SO_LINGER, SO_OOBINLINE)
1031         (SO_DONTLINGER, SO_SNDBUF, SO_RCVBUF, SO_SNDLOWAT, SO_RCVLOWAT)
1032         (SO_SNDTIMEO, SO_RCVTIMEO, SO_ERROR, SO_TYPE): ...these; however...
1033         [__INSIDE_MSYS__]: ...keep them hidden.
1034
1035         * include/winsock2.h [__INSIDE_CYGWIN__]: Likewise, expose...
1036         (AF_MAX, _SS_MAXSIZE, _SS_ALIGNSIZE, _SS_PAD1SIZE, _SS_PAD2SIZE)
1037         (struct sockaddr, struct sockaddr_storage): ...these, whereas...
1038         [__INSIDE_MSYS__]: ...also keep them hidden.
1039
1040 2012-04-29  Jan Ringos  <tringi@users.sf.net>
1041
1042         Correct version guard for WinXP minimum requirement.
1043
1044         * include/winbase.h (GetModuleHandleEx): Function unsupported for...
1045         [_WIN32_WINNT >= 0x500]: ...this; it isn't in Win2K, so should be...
1046         [_WIN32_WINNT >= 0x501]: ...this; correct it accordingly.
1047         (GetModuleHandleExA, GetModuleHandleExW): Likewise.
1048
1049 2012-04-28  LRN  <l_r_nightmare@users.sf.net>
1050
1051         Add missing <shobjidl.h> and associated UUID implementation.
1052
1053         * include/shobjidl.h lib/shobjidl-uuid.c: New files.
1054         * lib/Makefile.in (UUID_SOURCES, UUID_OBJS): Add references.
1055
1056 2012-03-19  Ben Greear  <greear@users.sf.net>
1057
1058         Adjust header file definition order, to fix issue [#1570].
1059
1060         * include/routprot.h (IP_LOCAL_BINDING): Must be defined before...
1061         (IP_ADAPTER_BINDING_INFO): ...this; adjust order of definition.
1062
1063 2012-01-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1064
1065         Add missing return value, flagged by 'make test'.
1066
1067         * include/gdiplus/gdiplustypes.h (Gdiplus::GdiplusAbort::Abort):
1068         Return NO_ERROR in virtual definition.
1069
1070 2012-01-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1071
1072         Remove duplicate definitions, identified by 'make test'.
1073
1074         * include/wincrypt.h (CRYPT_NEWKEYSET, CRYPT_DELETEKEYSET)
1075         (CRYPT_MACHINE_KEYSET, CRYPT_EXPORTABLE, CRYPT_USER_PROTECTED)
1076         (CRYPT_SILENT, CRYPT_CREATE_SALT, CRYPT_UPDATE_KEY, CRYPT_NO_SALT)
1077         (CRYPT_PREGEN, CRYPT_RECIPIENT, CRYPT_INITIATOR, CRYPT_ONLINE)
1078         (CRYPT_SF, CRYPT_CREATE_IV, CRYPT_KEK, CRYPT_DATA_KEY)
1079         (CRYPT_VOLATILE, CRYPT_SGCKEY): Delete second instance of each.
1080
1081         * include/winerror.h (CRYPT_E_REVOKED): Delete; it is already
1082         correctly defined (per MSDN) in <wincrypt.h>
1083
1084 2012-01-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
1085
1086         Correct misuse of #ifdef, identified by 'make test'.
1087
1088         * include/shlwapi.h (enum ASSOCSTR, enum ASSOCDATA): Fix typos;
1089         /#ifdef _WIN32_IE >= 0x0600/s/#ifdef/#if/
1090
1091 2011-12-22  Corinna Vinschen  <corinna@vinschen.de>
1092
1093         Replace more incorrectly named manifest constants.
1094
1095         * include/winnt.h (JOB_OBJECT_LIMIT_BREAKAWAY_OK)
1096         (JOB_OBJECT_LIMIT_SILENT_BREAKAWAY_OK): Define; make aliases for...
1097         (JOB_OBJECT_BREAKAWAY_OK, JOB_OBJECT_SILENT_BREAKAWAY): ...these old
1098         definitions respectively; retain for backward compatibility only.
1099
1100 2011-12-22  Corinna Vinschen  <corinna@vinschen.de>
1101
1102         Add missing PROCESS_QUERY_LIMITED_INFORMATION.
1103
1104         * include/winnt.h (PROCESS_QUERY_LIMITED_INFORMATION): Define it.
1105
1106 2011-08-19  Corinna Vinschen  <corinna@vinschen.de>
1107
1108         Add missing MAPVK manifest constant definitions.
1109
1110         * include/winuser.h (MAPVK_VK_TO_VSC, MAPVK_VSC_TO_VK): Define them.
1111         (MAPVK_VK_TO_CHAR, MAPVK_VSC_TO_VK_EX, MAPVK_VK_TO_VSC_EX): Likewise.
1112
1113 2011-08-05  Corinna Vinschen  <corinna@vinschen.de>
1114
1115         Correct some misspelled manifest constant names.
1116
1117         * include/winnt.h (IMAGE_DLL_CHARACTERISTICS_NX_COMPAT): Should be...
1118         (IMAGE_DLLCHARACTERISTICS_NX_COMPAT): ...this; define correctly; also
1119         alias to original misspelling, to maintain backward compatibility.
1120         (IMAGE_DLL_CHARACTERISTICS_FORCE_INTEGRITY): Likewise; should be...
1121         (IMAGE_DLLCHARACTERISTICS_FORCE_INTEGRITY): ...this; define and alias.
1122         (IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE): Likewise; should be...
1123         (IMAGE_DLLCHARACTERISTICS_DYNAMIC_BASE): ...this; define and alias.
1124
1125 2011-07-29  Corinna Vinschen  <corinna@vinschen.de>
1126
1127         Add a missing Win2K sockets IOCTL feature.
1128
1129         * include/winsock2.h (SIO_UDP_CONNRESET): Define.
1130
1131 2011-05-22  Albrecht Schlosser  <vms-news@go4more.de>
1132
1133         Fix an incorrectly typed structure member.
1134
1135         * include/wingdi.h (GCP_RESULTSW): lpClass field defined as LPWSTR;
1136         should be LPSTR; correct it.
1137
1138 2011-05-15  Corinna Vinschen  <corinna@vinschen.de>
1139
1140         Add another missing manifest constant definition.
1141
1142         * include/winbase.h (STACK_SIZE_PARAM_IS_A_RESERVATION): Define.
1143
1144 2011-04-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
1145
1146         Avoid pollution of user namespace; fix MinGW-Bug [#1531].
1147
1148         * include/windef.h (PACKED): Delete macro definition; its name is not
1149         reserved, and may thus conflict with a user defined name; replace it...
1150         * include/wincon.h (KEY_EVENT_RECORD): ...at this sole point of use;
1151         use __attribute__((packed)) directly instead.
1152
1153 2011-04-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1154
1155         Fix bad typedef, per MinGW-Bug [#1529].
1156
1157         * include/imagehlp.h (PREAD_PROCESS_MEMORY_ROUTINE): Corrected, to
1158         conform with MSDN reference, as identified by Safety0ff.
1159
1160 2011-04-04  Corinna Vinschen  <corinna@vinschen.de>
1161
1162         Add a missing manifest constant definition.
1163
1164         * include/winnt.h (DOMAIN_ALIAS_RID_REMOTE_DESKTOP_USERS): Define.
1165
1166 2011-03-29  Corinna Vinschen  <corinna@vinschen.de>
1167
1168         Win2K and Vista userenv updates.
1169
1170         * include/userenv.h [_WIN32_WINNT >= 0x0500] (DeleteProfile)
1171         (GetAllUsersProfileDirectory, GetDefaultUserProfileDirectory)
1172         (ExpandEnvironmentStringsForUser): Define function aliases.
1173         [_WIN32_WINNT >= 0x0500] (DeleteProfileA, DeleteProfileW)
1174         (GetAllUsersProfileDirectoryA, GetAllUsersProfileDirectoryW)
1175         (GetDefaultUserProfileDirectoryA, GetDefaultUserProfileDirectoryW
1176         (ExpandEnvironmentStringsForUserA, ExpandEnvironmentStringsForUserW)
1177         (GetProfileType): Declare function prototypes.
1178         [_WIN32_WINNT >= 0x0600] (CreateProfile): Declare function prototype.
1179         [_WIN32_WINNT >= 0x0500] (PT_TEMPORARY, PT_ROAMING, PT_MANDATORY):
1180         New manifest constants; define them.
1181
1182 2011-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1183
1184         * Makefile.in: Increment CYGRELEASE to 2.
1185
1186 2011-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1187
1188         * lib/Makefile.in: Include GDIPLUS_HEADERS in dist target.
1189
1190 2011-03-11  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1191
1192         * include/w32api.h: Increment version to 3.17.
1193         * Makefile.in: Ditto.
1194
1195 2011-03-07  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1196
1197         * include/winbase.h (PSAPI_WORKING_SET_BLOCK)
1198         (PSAPI_WORKING_SET_INFORMATION): Move from here...
1199         * include/psapi.h (PSAPI_WORKING_SET_BLOCK)
1200         (PSAPI_WORKING_SET_INFORMATION): ...to here.
1201
1202 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1203
1204         * include/w32api.h: Increment version to 3.16.
1205         * Makefile.in: Ditto.
1206
1207 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1208
1209         * include/commctrl.h (NMTCKEYDOWN): Define.
1210
1211 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1212
1213         * include/wtsapi32.h (WTSSendMessageA, WTSSendMessageW, WTSSendMessage):
1214         Define.
1215
1216 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1217
1218         * include/winbase.h (PSAPI_WORKING_SET_BLOCK,
1219         PSAPI_WORKING_SET_INFORMATION): Define.
1220
1221 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1222
1223         * include/winbase.h (__GNUC_EXTENSION): Define, replacing __MINGW_EXTENSION.
1224
1225 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1226
1227         * lib/kernel32.def (FreeLibraryAndExitThread): Fix definition.
1228
1229 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1230
1231         * include/winbase.h (FILE_ENCRYPTABLE, FILE_IS_ENCRYPTED, FILE_READ_ONLY,
1232         FILE_ROOT_DIR, FILE_SYSTEM_ATTR, FILE_SYSTEM_DIR, FILE_SYSTEM_NOT_SUPPORT,
1233         FILE_UNKNOWN, FILE_USER_DISALLOWED): Define.
1234
1235 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1236
1237         * include/winioctl.h (_DRIVE_LAYOUT_INFORMATION_MBR): Add
1238         _DRIVE_LAYOUT_INFORMATION_MBR_DEFINED guard.
1239         * include/ddk/winddk.h (_DRIVE_LAYOUT_INFORMATION_MBR): Ditto.
1240
1241 2011-03-04  Seth Jackson  <sethj@users.sourceforge.net>
1242
1243         * include/winnt.h (PAGE_WRITECOMBINE): Define.
1244         * include/winbase.h (THREAD_MODE_BACKGROUND_BEGIN, THREAD_MODE_BACKGROUND_END): Define.
1245
1246 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1247
1248         * include/winbase.h (__MINGW_EXTENSION): Define.
1249         (OVERLAPPED): Add __MINGW_EXTENSION around nameless union /
1250         struct to correct issue with -std=c99.
1251
1252 2011-03-02  Corinna Vinschen  <corinna@vinschen.de>
1253
1254         * include/ddk/winddk.h (TIMER_INFORMATION_CLASS): Define.
1255         (TIMER_BASIC_INFORMATION): Define.
1256         (NtQueryTimer): Define.
1257         (ZwQueryTimer): Define.
1258
1259 2010-12-27  David Byron  <dbyron0@users.sourceforge.net>
1260
1261         * include/winioctl.h (STORAGE_BUS_TYPE): Define.
1262
1263 2010-12-27  Seth Jackson  <sethj@users.sourceforge.net>
1264
1265         * include/winbase.h (GetComputerNameEx): Define.
1266
1267 2010-12-27  Ryan Lortie  <desrt@desrt.ca>
1268
1269         * include/winbase.h (TzSpecificLocalTimeToSystemTime): Define.
1270
1271 2010-12-27  Markus Koenig  <basilo@users.sourceforge.net>
1272
1273         * include/gdiplus/gdipluspixelformats.h (PixelFormatIndexed,
1274         PixelFormatGDI, PixelFormatAlpha, PixelFormatPAlpha,
1275         PixelFormatExtended, PixelFormatCanonical, PixelFormatUndefined,
1276         PixelFormatDontCare, PixelFormat1bppIndexed, PixelFormat4bppIndexed,
1277         PixelFormat8bppIndexed, PixelFormat16bppGrayScale,
1278         PixelFormat16bppRGB555, PixelFormat16bppRGB565, PixelFormat16bpp1555,
1279         PixelFormat24bppRGB, PixelFormat32bppRGB, PixelFormat32bppARGB,
1280         PixelFormat32bppPARGB, PixelFormat48bppRGB, PixelFormat64bppARGB,
1281         PixelFormat64bppPARGB, PixelFormatMax): Fix definition.
1282
1283 2010-10-20  Seth Jackson  <sethj@users.sourceforge.net>
1284
1285         * include/commctrl.h (TC_ITEMHEADER[AW]): Rename to TCITEMHEADER[AW].
1286         Add defines for backward compatibility.
1287
1288 2010-12-27  Johann Hanne  <jonnyh33@users.sourceforge.net>
1289
1290         * include/oaidl.h (GetTypeComp, GetTypeComp, IsMatchingType): Fix defintion.
1291         * include/objidl.h (AddConnection, ReleaseConnection): Ditto.
1292         * include/winbase.h (EnumResourceLanguagesA, EnumResourceLanguagesW,
1293         EnumResourceNamesA, EnumResourceNamesW, EnumResourceTypesA,
1294         EnumResourceTypesW): Ditto.
1295         * include/winnt.h (_SYSTEM_POWER_CAPABILITIES): Ditto.
1296
1297 2010-12-27  Seth Jackson  <sethj@users.sourceforge.net>
1298
1299         * include/basetsd.h: (INT8, UINT8, INT16, UINT16): Define.
1300
1301 2010-12-27  Paul Sokolovsky  <pfalcon@users.sf.net>
1302
1303         * include/bdatypes.h: Add missing semicolons.
1304
1305 2010-08-26  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1306
1307         * include/w32api.h: Increment version to 3.15.
1308         * Makefile.in: Ditto.
1309
1310 2010-08-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1311
1312         * Makefile.in: Update naming convention and compression format (lzma),
1313         leaving existing naming convention and compression format as is for Cygwin.
1314
1315 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1316
1317         * include/oleacc.h (STATE_SYSTEM_HASPOPUP, STATE_SYSTEM_NORMAL,
1318         STATE_SYSTEM_PROTECTED): Define.
1319
1320         Thank you to Marcus von Appen for reporting the issue.
1321
1322 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1323
1324         * include/winuser.h (CF_DIBV5): Define.
1325         (CF_MAX): Adjust accordingly.
1326
1327         Thank you to Lenard Lindstrom for reporting the issue.
1328
1329 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1330
1331         * include/sspi.h (QuerySecurityContextToken): Define.
1332         * lib/secur32.def: Regenerate using gendef on a Win7 machine.
1333
1334         Thank you to Magnus Hagander for reporting the issue.
1335
1336 2010-08-25  Ali Sabil  <asabil@users.sourceforge.net>
1337
1338         * include/ocidl.h: Define COBJMACROS for IPropertyBag and IPropertyBag2.
1339
1340 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1341
1342         * include/shlwapi (ASSOCDATA): Update definition.
1343
1344         Thank you to Frederic Deschamps for reporting the issue.
1345
1346 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1347
1348         * include/winbase.h (COPY_FILE_OPEN_SOURCE_FOR_WRITE,
1349         COPY_FILE_ALLOW_DECRYPTED_DESTINATION, COPY_FILE_COPY_SYMLINK,
1350         COPY_FILE_NO_BUFFERING): Define.
1351
1352         Thank you to Roland Schwingel for reporting the issue.
1353
1354 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1355
1356         * include/winuser.h (HHOOK): Move definition from here...
1357         * include/windef.h: ...to here, as per MSDN.
1358
1359         Thank you to Samuel Thibault for reporting the issue.
1360
1361 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1362
1363         * include/winbase.h (GetEnvironmentStrings, GetEnvironmentStringsA): Per
1364         MSDN, change return type to LPCH.
1365         (GetEnvironmentStringsW): Per MSDN, change return type to LPWCH.
1366
1367         Thank you to Emmanuel Stapf for reporting the issue.
1368
1369 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1370
1371         * include/prsht.h (SNDMDG, POSTMSG): Fix typo.
1372         * include/windowsx.h (SNDMSG): Ditto.
1373
1374 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1375
1376         * include/prsht.h (SNDMSG, POSTMSG): Define macros and use throughout.
1377
1378         Thank you to Ozkan Sezer for reporting the issue.
1379
1380 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1381
1382         * include/windowsx.h (SNDMSG): Define macro and use throughout.
1383
1384         Thank you to Chris Oldwood for reporting the issue.
1385
1386 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1387
1388         * include/oleacc.h (AccessibleObjectFromEvent): Correct definition.
1389
1390         Thank you to Rick Walsh for reporting the issue.
1391
1392 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1393
1394         * include/winbase.h (MoveFileWithProcessA, MoveFileWithProgressW): Define.
1395
1396 2010-08-24  Vinky  <rabbit_vinky@users.sourceforge.net>
1397
1398         * include/winbase.h (OVERLAPPED): Correct definition.
1399
1400 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1401
1402         * include/winnt.h (IMAGE_NT_HEADERS32, IMAGE_NT_HEADERS64): Correct
1403         definition.
1404
1405         Thank you to Pasi Ruokola for reporting the issue.
1406
1407 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1408
1409         * include/exdisp.h (get_RegisterAsBrowser): Fix typo.
1410
1411         Thank you to cheznonnon for reporting the issue.
1412
1413 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1414
1415         * lib/ws2_32.def: Regenerate using gendef on a Win7 machine.
1416
1417 2010-08-24  Ozkan Sezer  <sezero@users.sourceforge.net>
1418
1419         * winnt.h: Fix several SUBLANG ID errors (ref:
1420         http://msdn.microsoft.com/en-us/library/dd318693(VS.85).aspx).
1421         (SUBLANG_UI_CUSTOM_DEFAULT): 0x05, not 0x03.
1422         (SUBLANG_HAUSA_NIGERIA): Bad ID name, correct one is ...
1423         (SUBLANG_HAUSA_NIGERIA_LATIN): ... this.
1424         (SUBLANG_INUKTITUT_CANADA_LATIN): 0x02, not 0x01.
1425         (SUBLANG_IRISH_IRELAND): 0x02, not 0x01.
1426         (SUBLANG_LAO_LAO_PDR): Bad ID name, correct one is ...
1427         (SUBLANG_LAO_LAO): ... this.
1428         (SUBLANG_LOWER_SORBIAN_GERMANY): 0x02, not 0x01.
1429         (SUBLANG_SAMI_SKOLT_FINLAND): 0x08, not 0x03.
1430         (SUBLANG_SAMI_INARI_FINLAND): 0x09, not 0x03.
1431         (SUBLANG_SYRIAC_SYRIA): define as SUBLANG_SYRIAC (what MSDN mentions).
1432         (SUBLANG_TIGRIGNA_ERITREA): 0x02, not 0x01.
1433         (SUBLANG_BENGALI_INDIA): 0x01, not 0x00.
1434         (SUBLANG_BENGALI_BANGLADESH): 0x02, not 0x01.
1435         (SUBLANG_PUNJABI_INDIA): 0x01, not 0x00.
1436         (SUBLANG_PUNJABI_PAKISTAN): not defined in MSDN.
1437         (SUBLANG_ROMANIAN_ROMANIA): 0x01, not 0x00.
1438         (SUBLANG_ROMANIAN_MOLDOVA): not defined in MSDN.
1439
1440 2010-08-24  LRN  <lrn1986@gmail.com>
1441
1442         * include/mmreg.h (MPEGLAYER3WAVEFORMAT, WAVE_FORMAT_UNKNOWN,
1443         WAVE_FORMAT_PCM, WAVE_FORMAT_ADPCM, WAVE_FORMAT_IEEE_FLOAT,
1444         WAVE_FORMAT_VSELP, WAVE_FORMAT_IBM_CVSD, WAVE_FORMAT_ALAW,
1445         WAVE_FORMAT_MULAW, WAVE_FORMAT_OKI_ADPCM, WAVE_FORMAT_DVI_ADPCM,
1446         WAVE_FORMAT_MEDIASPACE_ADPCM, WAVE_FORMAT_SIERRA_ADPCM,
1447         WAVE_FORMAT_G723_ADPCM, WAVE_FORMAT_DIGIFIX, WAVE_FORMAT_DIALOGIC_OKI_ADPCM,
1448         WAVE_FORMAT_MEDIAVISION_ADPCM, WAVE_FORMAT_CU_CODEC,
1449         WAVE_FORMAT_YAMAHA_ADPCM, WAVE_FORMAT_SONARC,
1450         WAVE_FORMAT_DSPGROUP_TRUESPEECH, WAVE_FORMAT_ECHOSC1,
1451         WAVE_FORMAT_AUDIOFILE_AF36, WAVE_FORMAT_APTX, WAVE_FORMAT_AUDIOFILE_AF10,
1452         WAVE_FORMAT_PROSODY_1612, WAVE_FORMAT_LRC, WAVE_FORMAT_DOLBY_AC2,
1453         WAVE_FORMAT_GSM610, WAVE_FORMAT_MSNAUDIO, WAVE_FORMAT_ANTEX_ADPCME,
1454         WAVE_FORMAT_CONTROL_RES_VQLPC, WAVE_FORMAT_DIGIREAL, WAVE_FORMAT_DIGIADPCM,
1455         WAVE_FORMAT_CONTROL_RES_CR10, WAVE_FORMAT_NMS_VBXADPCM,
1456         WAVE_FORMAT_ROLAND_RDAC, WAVE_FORMAT_ECHOSC3, WAVE_FORMAT_ROCKWELL_ADPCM,
1457         WAVE_FORMAT_ROCKWELL_DIGITALK, WAVE_FORMAT_XEBEC, WAVE_FORMAT_G721_ADPCM,
1458         WAVE_FORMAT_G728_CELP, WAVE_FORMAT_MSG723, WAVE_FORMAT_MPEG,
1459         WAVE_FORMAT_RT24, WAVE_FORMAT_PAC, WAVE_FORMAT_MPEGLAYER3,
1460         WAVE_FORMAT_LUCENT_G723, WAVE_FORMAT_CIRRUS, WAVE_FORMAT_ESPCM,
1461         WAVE_FORMAT_VOXWARE, WAVE_FORMAT_CANOPUS_ATRAC, WAVE_FORMAT_G726_ADPCM,
1462         WAVE_FORMAT_G722_ADPCM, WAVE_FORMAT_DSAT, WAVE_FORMAT_DSAT_DISPLAY,
1463         WAVE_FORMAT_VOXWARE_BYTE_ALIGNED, WAVE_FORMAT_VOXWARE_AC8,
1464         WAVE_FORMAT_VOXWARE_AC10, WAVE_FORMAT_VOXWARE_AC16,
1465         WAVE_FORMAT_VOXWARE_AC20, WAVE_FORMAT_VOXWARE_RT24,
1466         WAVE_FORMAT_VOXWARE_RT29, WAVE_FORMAT_VOXWARE_RT29HW,
1467         WAVE_FORMAT_VOXWARE_VR12, WAVE_FORMAT_VOXWARE_VR18,
1468         WAVE_FORMAT_VOXWARE_TQ40, WAVE_FORMAT_SOFTSOUND, WAVE_FORMAT_VOXWARE_TQ60,
1469         WAVE_FORMAT_MSRT24, WAVE_FORMAT_G729A, WAVE_FORMAT_MVI_MV12,
1470         WAVE_FORMAT_DF_G726, WAVE_FORMAT_DF_GSM610, WAVE_FORMAT_ISIAUDIO,
1471         WAVE_FORMAT_ONLIVE, WAVE_FORMAT_SBC24, WAVE_FORMAT_DOLBY_AC3_SPDIF,
1472         WAVE_FORMAT_ZYXEL_ADPCM, WAVE_FORMAT_PHILIPS_LPCBB, WAVE_FORMAT_PACKED,
1473         WAVE_FORMAT_RHETOREX_ADPCM, WAVE_FORMAT_IRAT, WAVE_FORMAT_VIVO_G723,
1474         WAVE_FORMAT_VIVO_SIREN, WAVE_FORMAT_DIGITAL_G723,
1475         WAVE_FORMAT_CREATIVE_ADPCM, WAVE_FORMAT_CREATIVE_FASTSPEECH8,
1476         WAVE_FORMAT_CREATIVE_FASTSPEECH10, WAVE_FORMAT_QUARTERDECK,
1477         WAVE_FORMAT_FM_TOWNS_SND, WAVE_FORMAT_BTV_DIGITAL, WAVE_FORMAT_VME_VMPCM,
1478         WAVE_FORMAT_OLIGSM, WAVE_FORMAT_OLIADPCM, WAVE_FORMAT_OLICELP,
1479         WAVE_FORMAT_OLISBC, WAVE_FORMAT_OLIOPR, WAVE_FORMAT_LH_CODEC,
1480         WAVE_FORMAT_NORRIS, WAVE_FORMAT_ISIAUDIO,
1481         WAVE_FORMAT_SOUNDSPACE_MUSICOMPRESS, WAVE_FORMAT_DVM, WAVE_FORMAT_RAW_AAC1,
1482         WAVE_FORMAT_MPEG_HEAAC, WAVE_FORMAT_MPEG_ADTS_AAC, WAVE_FORMAT_DRM,
1483         WAVE_FORMAT_DTS, WAVE_FORMAT_WMAVOICE9, WAVE_FORMAT_WMASPDIF,
1484         WAVE_FORMAT_WMAUDIO_LOSSLESS, WAVE_FORMAT_WMAUDIO2, WAVE_FORMAT_WMAUDIO3,
1485         WAVE_FORMAT_MPEG_LOAS, WAVE_FORMAT_RAW_SPORT, WAVE_FORMAT_ESST_AC3,
1486         WAVE_FORMAT_DTS2): Define.
1487         * include/msacm.h (HACMDRIVERID, HACMDRIVER, HACMSTREAM, HACMOBJ,
1488         ACMSTREAMHEADER, WAVEFILTER, acmDriverAddA, acmDriverAddW, acmDriverRemove,
1489         acmMetrics, acmStreamOpen, acmStreamSize, acmStreamPrepareHeader,
1490         acmStreamUnprepareHeader, acmStreamReset, acmStreamClose, acmStreamConvert):
1491         Define.
1492
1493 2010-08-23  LRN  <lrn1986@gmail.com>
1494
1495         * include/winbase.h (SYMBOLIC_LINK_FLAG_DIRECTORY, FILE_NAME_NORMALIZED,
1496         FILE_NAME_OPENED, VOLUME_NAME_DOS, VOLUME_NAME_GUID, VOLUME_NAME_NONE,
1497         VOLUME_NAME_NT, FILE_BASIC_INFO, FILE_STANDARD_INFO, FILE_NAME_INFO,
1498         FILE_STREAM_INFO, FILE_COMPRESSION_INFO, FILE_ATTRIBUTE_TAG_INFO,
1499         FILE_ID_BOTH_DIR_INFO, FILE_REMOTE_PROTOCOL_INFO, FILE_INFO_BY_HANDLE_CLASS,
1500         GetFileInformationByHandleEx, GetFinalPathNameByHandleA,
1501         GetFinalPathNameByHandleW): Define.
1502
1503 2010-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1504
1505         * lib/CheckConflicts.sh: New file.
1506
1507 2010-08-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1508
1509         * lib/kernel32.def (CopyLZFile, GetExpandedNameA, GetExpandedNameW, LZClose,
1510         LZCopy, LZInit, LZOpenFileA, LZOpenFileW, LZRead, LZSeek, OpenProcessToken,
1511         OpenThreadToken, RegCloseKey, RegCreateKeyExA, RegCreateKeyExW,
1512         RegDeleteKeyExA, RegDeleteKeyExW, RegDeleteValueA, RegDeleteValueW,
1513         RegEnumKeyExA, RegEnumKeyExW, RegEnumValueA, RegEnumValueW, RegFlushKey,
1514         RegGetKeySecurity, RegLoadKeyA, RegLoadKeyW, RegNotifyChangeKeyValue,
1515         RegOpenCurrentUser, RegOpenKeyExA, RegOpenKeyExW, RegOpenUserClassesRoot,
1516         RegQueryInfoKeyA, RegQueryInfoKeyW, RegQueryValueExA, RegQueryValueExW,
1517         RegRestoreKeyA, RegRestoreKeyW, RegSetKeySecurity, RegSetValueExA,
1518         RegSetValueW, RegUnLoadKeyA, RegUnLoadKeyW, RtlCaptureStackBackTrace,
1519         RtlFillMemory, RtlMoveMemory, RtlZeroMemory, SetThreadToken): Remove
1520         conflicting definition.
1521         * lib/th32.def: Remove.
1522         * lib/ntdll.def (RtlUnwind): Remove conflicting definition.
1523         * lib/version.def (VerLanguageNameA, VerLanguageNameW): Remove conflicting
1524         definition.
1525
1526 2010-08-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1527
1528         * lib/kernel32.def (CreateProcessAsUserW): Remove definition.
1529
1530 2010-08-20  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1531
1532         * lib/kernel32.def: Regenerate using gendef on a Win7 machine.
1533
1534 2010-08-19  Corinna Vinschen  <corinna@vinschen.de>
1535
1536         * include/winnt.h: Define FILE_ATTRIBUTE_VIRTUAL.  Change
1537         FILE_ATTRIBUTE_VALID_FLAGS accordingly.
1538         * include/ddk/winddk.h: Ditto.
1539
1540 2010-08-18  Ladislav Michl  <ladis@users.sourceforge.net>
1541
1542         * include/winbase.h (SYMBOLIC_LINK_FLAG_DIRECTORY, CreateSymbolicLinkW,
1543         CreateSymbolicLinkA, CreateSymbolicLink): Define
1544
1545 2010-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1546
1547         * lib/kernel32.def(FatalExit): Correct definiton.
1548
1549 2010-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1550
1551         * include/basetyps.h (REFGUID, REFIID, REFCLSID, REFFMTID): Revert change
1552         from 2010-07-17 since it breaks several applications.
1553
1554 2010-07-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1555
1556         * lib/kernel32.def: Regenerate using gendef.
1557
1558 2010-07-20  Ozkan Sezer  <sezero@users.sourceforge.net>
1559
1560         * include/commctrl.h (LVIF_GROUPID): Fix definition.
1561
1562 2010-07-20  Michael James  <james.me@gmail.com>
1563
1564         * include/commctrl.h (LVIF_COLUMNS): Fix definition.
1565
1566 2010-07-17  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1567
1568         * include/winnt.h (HEAP_MAKE_TAG_FLAGS, VALID_INHERIT_FLAGS): Correct
1569         definition.
1570         * include/rpcndr.h (NdrUnMarshConfStringHdr, NdrUnMarshCCtxtHdl,
1571         NdrMarshSCtxtHdl): Ditto.
1572         * include/basetyps.h (REFGUID, REFIID, REFCLSID, REFFMTID): Remove macro
1573         definition in favour of typedef definition.
1574
1575         Thank you to Yuta Tomino for reporting the issues.
1576
1577 2010-07-08  Markus Koenig  <basilo@users.sourceforge.net>
1578
1579         * include/gdiplus.h: New file.
1580         * include/gdiplus/gdiplus.h: New file.
1581         * include/gdiplus/gdiplusbase.h: New file.
1582         * include/gdiplus/gdiplusbrush.h: New file.
1583         * include/gdiplus/gdipluscolor.h: New file.
1584         * include/gdiplus/gdipluscolormatrix.h: New file.
1585         * include/gdiplus/gdipluseffects.h: New file.
1586         * include/gdiplus/gdiplusenums.h: New file.
1587         * include/gdiplus/gdiplusflat.h: New file.
1588         * include/gdiplus/gdiplusgpstubs.h: New file.
1589         * include/gdiplus/gdiplusgraphics.h: New file.
1590         * include/gdiplus/gdiplusheaders.h: New file.
1591         * include/gdiplus/gdiplusimageattributes.h: New file.
1592         * include/gdiplus/gdiplusimagecodec.h: New file.
1593         * include/gdiplus/gdiplusimaging.h: New file.
1594         * include/gdiplus/gdiplusimpl.h: New file.
1595         * include/gdiplus/gdiplusinit.h: New file.
1596         * include/gdiplus/gdipluslinecaps.h: New file.
1597         * include/gdiplus/gdiplusmatrix.h: New file.
1598         * include/gdiplus/gdiplusmem.h: New file.
1599         * include/gdiplus/gdiplusmetafile.h: New file.
1600         * include/gdiplus/gdiplusmetaheader.h: New file.
1601         * include/gdiplus/gdipluspath.h: New file.
1602         * include/gdiplus/gdipluspen.h: New file.
1603         * include/gdiplus/gdipluspixelformats.h: New file.
1604         * include/gdiplus/gdiplusstringformat.h: New file.
1605         * include/gdiplus/gdiplustypes.h: New file.
1606         * lib/gdiplus.c: New file containing GDI+ variable definitions
1607         and GUIDs.
1608         * lib/gdiplus.def: New file.
1609         * lib/Makefile.in: Add gdiplus.o to EXTRA_OBJS,
1610         add gdiplus.c to SOURCES.
1611         * lib/test.c: Include gdiplus.h.
1612
1613 2010-06-28  Rick Rankin  <rrankin1424-mingw@yahoo.com>
1614
1615         * include/psapi.h (PROCESS_MEMORY_COUNTERS_EX, PERFORMANCE_INFORMATION,
1616         GetPerformanceInfo): Define.
1617         * lib/psapi.def (GetPerformanceInfo): Define.
1618         * include/wincrypt.h (CryptEnumProvidersA, CryptEnumProvidersW,
1619         CryptEnumProviders): Define.
1620
1621 2010-02-17  LRN  <lrn1986@gmail.com>
1622
1623         * include/shlguid.h (IID_IFolderView): Define.
1624         * include/shlobj.h (IFolderView interface): Define.
1625         * lib/shell32.c (IID_IFolderView): Export.
1626
1627 2010-01-26  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
1628
1629         * include/shldisp.h (AUTOCOMPLETEOPTIONS): Add version guard around
1630         ACO_WORD_FILTER and ACO_NOPREFIXFILTERING.
1631
1632 2010-01-26  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
1633
1634         * include/shldisp.h (AUTOCOMPLETEOPTIONS): Add enum.
1635
1636 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1637
1638         * include/shlobj.h (SHParseDisplayName): Fix definition.
1639
1640 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1641
1642         * include/w32api.h: Increment version to 3.14.
1643         * Makefile.in: Ditto.
1644
1645 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1646
1647         * include/shlobj.h (SHParseDisplayName): Define.
1648
1649         Thanks to James Roberts-Thomson for the report.
1650
1651 2009-20-10  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
1652
1653         * include/wingdi.h (ENHMFENUMPROC): Correct definition.
1654
1655         Thanks to Alexander Vassilev for the report.
1656
1657 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1658
1659         * include/iprtrmib.h (MIB_IPADDRROW): Correct definition.
1660
1661         Thanks to Thomas Denk for the report.
1662
1663 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1664
1665         * include/winbase.h (UnmapViewOfFile): Correct definition.
1666
1667         Thanks to Dimitry Sibiryakov for the report.
1668
1669 2009-20-10  Aleksey Chernov  <virxkane@users.sourceforge.net>
1670
1671         * include/sspi.h: Include ntsecapi.h to correct postgresql build error.
1672
1673 2009-20-10  Heiko Hund  <heiko@ist.eigentlich.net>
1674
1675         * include/commctrl.h (GetMUILanguage, InitMUILanguage): Add prototypes.
1676         * lib/comctl32.def (GetMUILanguage, InitMUILanguage): Define.
1677
1678 2009-20-10  Michael James  <james.me@gmail.com>
1679
1680         * include/wingdi.h (CLEARTYPE_QUALITY): Define.
1681         * include/winuser.h (WM_KEYLAST): Alternative definition when _WIN32_WINNT
1682         >= 0x0501.
1683         (WM_UNICHAR,UNICODE_NOCHAR): Define.
1684         * lib/comctl32.def (DefSubclassProc@16,GetWindowSubclass@16,
1685         RemoveWindowSubclass@12): Add exports.
1686         * lib/gdi32.def (GetDCBrushColor@4,GetDCPenColor@4): Add exports.
1687
1688 2009-20-10  Jarkko Sakkinen  <jarkko.sakkinen@iki.fi>
1689
1690         * include/winuser.h (WM_TOUCHMOVE, WM_TOUCHDOWN, WM_TOUCHUP,
1691         TOUCHEVENTF_DOWN, TOUCHEVENTF_INRANGE, TOUCHEVENTF_MOVE,
1692         TOUCHEVENTF_NOCOALESCE, TOUCHEVENTF_PALM, TOUCHEVENTF_PEN,
1693         TOUCHEVENTF_PRIMARY, TOUCHEVENTF_UP, TOUCHEVENTMASKF_CONTACTAREA,
1694         TOUCHEVENTMASKF_EXTRAINFO, TOUCHEVENTMASKF_TIMEFROMSYSTEM, TOUCHINPUT,
1695         CloseTouchInputHandle, GetTouchInputInfo, IsTouchWindow,
1696         RegisterTouchWindow, UnregisterTouchWindow): Define.
1697         * lib/user32.def (CloseTouchInputHandle, GetTouchInputInfo, IsTouchWindow,
1698         RegisterTouchWindow, UnregisterTouchWindow): Define.
1699
1700 2009-20-10  Dmitry Potapov  <dpotapov@users.sourceforge.net>
1701
1702         * include/winver.h (VerQueryValue[AW]): Correct definition.
1703
1704 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1705
1706         * include/shlobj.h (SHARD): Add enum.
1707         (SHARD_PATH): Define based on UNICODE.
1708
1709         Thanks to Jacek Caban for the report.
1710
1711 2009-14-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1712
1713         * include/wingdi.h (_devicemodeW, _devicemodeA): Correct definition.
1714
1715         Thanks to Bruno Martinez for the report.
1716
1717 2009-14-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1718
1719         * include/shlobj.h (IDO_SHGIOI_SHARE, IDO_SHGIOI_LINK, IDO_SHGIOI_SLOWFILE,
1720         IDO_SHGIOI_DEFAULT, SHGetIconOverlayIndexW, SHGetIconOverlayIndexA,
1721         SHGetIconOverlayIndex): Define.
1722
1723         Thanks to Tim Kosse for the report.
1724
1725 2009-13-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1726
1727         * include/wincon.h (AttachConsole): Correct guard.
1728
1729         Thanks to Alexander Shaduri for the report.
1730
1731 2009-13-09  Robert Moerland  <rjmoerland@users.sourceforge.net>
1732
1733         * include/wininet.h (NTERNET_CACHE_ENTRY_INFOW): Correct definition.
1734         (DeleteUrlCacheEntryW, DeleteUrlCacheEntryA): Define.
1735
1736 2009-13-09  Jacky Lai  <crazyjacky@users.sourceforge.net>
1737
1738         * include/winerror.h: Fix typos in macro names.
1739
1740 2009-13-09  Jan Nijtmans  <nijtmans@users.sourceforge.net>
1741
1742         * include/winuser.h (SendMessageTimeoutA, SendMessageTimeoutW): Correct
1743         definition.
1744
1745 2009-11-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1746
1747         * include/winnt.h (PROCESS_SUSPEND_RESUME): Define.
1748
1749 2009-10-29  Charles Wilson  <mingw@cwilson.fastmail.fm>
1750
1751         Honor DESTDIR for winsup/mingw and winsup/w32api.
1752         Detect and report error if installation paths are win32
1753         format, but DESTDIR is non-empty.
1754
1755         * Makefile.in (install, uninstall): Use FLAGS_TO_PASS
1756         when invoking make in subdirs.
1757         * lib/Makefile.in (DESTDIR): Honor per convention.
1758         (need-DESTDIR-compatibility): New macro; define it and a
1759         corresponding rule.
1760         (fail-DESTDIR-compatibility): New dependency goal.
1761         (install-libraries, install-headers, uninstall-libraries,
1762         uninstall-headers): Require need-DESTDIR-compatibility.
1763         * lib/ddk/Makefile.in: Ditto.
1764         * lib/directx/Makefile.in: Ditto.
1765
1766 2009-10-04  Corinna Vinschen  <corinna@vinschen.de>
1767
1768         * include/winbase.h (CreateRestrictedToken): Declare for >= Win 2000.
1769         _WIN32_WINNT >= 0x0500.
1770         (DISABLE_MAX_PRIVILEGE, SANDBOX_INERT, LUA_TOKEN,
1771         WRITE_RESTRICTED): Define.
1772         (IsTokenRestricted): Declare for >= Win 2000.
1773
1774 2009-08-30  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1775
1776         * include/wtsapi32.h (WTSQuerySessionInformationA,
1777         WTSQuerySessionInformationW, WTSQuerySessionInformation, WTSFreeMemory):
1778         Moved to (_WIN32_WINNT >= 0x0500) guard.
1779         (thanks to Pierre Ossman)
1780
1781 2009-08-09  Andy Koppe  <andy.koppe@gmail.com>
1782
1783         * include/winnls.h (IS_HIGH_SURROGATE, IS_LOW_SURROGATE,
1784         IS_SURROGATE_PAIR): Define.
1785
1786 2009-07-27  Corinna Vinschen  <corinna@vinschen.de>
1787
1788         * include/winnt.h (FILE_SUPPORTS_HARD_LINKS,
1789         FILE_SUPPORTS_EXTENDED_ATTRIBUTES, FILE_SUPPORTS_OPEN_BY_FILE_ID,
1790         FILE_SUPPORTS_USN_JOURNALS): Define.  Add comment.
1791         * include/ddk/ntifs.h: Ditto.
1792         (FILE_SEQUENTIAL_WRITE_ONCE, FILE_SUPPORTS_TRANSACTIONS): Define.
1793
1794 2009-07-21  Corinna Vinschen  <corinna@vinschen.de>
1795
1796         * lib/msimg32.def (GetDCBrushColor, GetDCPenColor): Move entry points
1797         from here...
1798         * lib/gdo32.dll: ...to here.
1799
1800 2009-07-01  Corinna Vinschen  <corinna@vinschen.de>
1801
1802         * lib/comctl32.def (StrCSpnA@8, StrCSpnIA@8, StrCSpnW@8, StrChrA@8,
1803         StrChrIA@8, StrChrIW@8, StrChrW@8, StrCmpNA@12, StrCmpNIA@12,
1804         StrCmpNIW@12, StrCmpNW@12, StrRChrA@12, StrRChrIA@12, StrRChrW@12,
1805         StrRStrIA@12, StrRStrIW@12, StrStrA@8, StrStrIA@8, StrStrIW@8,
1806         StrStrW@8, StrToIntA@4, StrToIntW@4): Remove erroneously defined
1807         entry points.
1808
1809 2009-06-24  Corinna Vinschen  <corinna@vinschen.de>
1810
1811         * include/wtsapi32.h (WTSQueryUserToken, WTSEnumerateSessionsW,
1812         WTSEnumerateSessionsA): Add function prototypes.
1813         (struct _WTS_SESSION_INFOW, struct _WTS_SESSION_INFOA): Add typedefs.
1814         (WTS_SESSION_INFO, PWTS_SESSION_INFO, WTSEnumerateSessions): Add
1815         defines dependent on UNICODE setting.
1816
1817 2009-06-07  Corinna Vinschen  <corinna@vinschen.de>
1818
1819         * include/ddk/ntapi.h: Add NtXxx equivalent to ZwXxx where missing
1820         and vice versa.
1821         * include/ddk/ntifs.h: Ditto.
1822         * include/ddk/winddk.h: Ditto.
1823         * lib/ntdll.def (NtPlugPlayControl, NtQueryInstallUILanguage,
1824         ZwPlugPlayControl, ZwQueryInstallUILanguage): Add entry points defined
1825         in header, but missing in lib.  Omit NT4-only entry points.
1826
1827 2009-05-01  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1828
1829         * include/shellapi.h (SHIL_LARGE, SHIL_SMALL, SHIL_EXTRALARGE,
1830         SHIL_SYSSMALL, SHIL_JUMBO, SHIL_LAST SHIL_JUMBO, SHGetImageList): Define.
1831         * lib/shell32.def (SHGetImageList): Define.
1832
1833 2009-02-18  Corinna Vinschen  <corinna@vinschen.de>
1834
1835         * winnt.h: Add Vista token security extensions.
1836         (SID_HASH_SIZE): Define.
1837         (TOKEN_MANDATORY_POLICY_OFF, TOKEN_MANDATORY_POLICY_NO_WRITE_UP,
1838         TOKEN_MANDATORY_POLICY_NEW_PROCESS_MIN,
1839         TOKEN_MANDATORY_POLICY_VALID_MASK): Define.
1840         (SID_HASH_ENTRY): Define.
1841         (struct _SID_AND_ATTRIBUTES_HASH): Define.
1842         (struct _TOKEN_LINKED_TOKEN): Define.
1843         (struct _TOKEN_MANDATORY_LABEL): Define.
1844         (struct _TOKEN_MANDATORY_POLICY): Define.
1845         (struct _TOKEN_ELEVATION): Define.
1846         (struct _TOKEN_ACCESS_INFORMATION): Define.
1847         (enum _TOKEN_INFORMATION_CLASS): Conditionally define new Vista token
1848         information enumeration values.
1849
1850 2009-02-09  Corinna Vinschen  <corinna@vinschen.de>
1851
1852         * include/winioctl.h (FSCTL_ALLOW_EXTENDED_DASD_IO): Copy definition
1853         from ddk/ntifs.h.
1854
1855 2009-02-06  Linton Miller  <Linton.Miller@trivininc.com>
1856
1857         * include/wtsapi32.h (WTS_CURRENT_SESSION): Fix definition.
1858
1859 2009-01-19  Corinna Vinschen  <corinna@vinschen.de>
1860
1861         * include/winbase.h (enum _DEP_SYSTEM_POLICY_TYPE): Fix version guard.
1862
1863 2009-01-11  Henry Nestler  <henry@bigfoot.de>
1864
1865         * lib/ddk/ntoskrnl.def: Enable ZwQueryEaFile, ZwSetEaFile, NtQueryEaFile,
1866         NtSetEaFile.
1867
1868 2009-01-07  Corinna Vinschen  <corinna@vinschen.de>
1869
1870         * include/winbase.h (SCS_64BIT_BINARY): Define.
1871
1872 2008-12-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1873
1874         * include/w32api.h: Increment version to 3.13.
1875         * Makefile.in: Ditto.
1876
1877 2008-12-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1878
1879         * lib/glut.def: remove.
1880         * lib/glut32.def: ditto.
1881
1882 2008-11-11  Corinna Vinschen  <corinna@vinschen.de>
1883
1884         * include/winbase.h (PROCESS_DEP_ENABLE,
1885         PROCESS_DEP_DISABLE_ATL_THUNK_EMULATION): Define for >= Vista SP1.
1886         (enum _DEP_SYSTEM_POLICY_TYPE): Ditto.
1887         (GetProcessDEPPolicy, GetSystemDEPPolicy, SetProcessDEPPolicy): Ditto.
1888
1889 2008-10-09  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1890
1891         * include/mmsystem.h (sndAlias): Correct GCC4 warning.
1892
1893 2008-10-04  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1894
1895         * include/shellapi.h (NOTIFYICON_VERSION_4): Define.
1896
1897 2008-09-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1898
1899         * include/vfw.h (capSendMessage): Rename to __capSendMessage.
1900
1901 2008-09-24  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1902
1903         * include/vfw.h (WM_CAP_SET_CALLBACK_ERRORA, WM_CAP_SET_CALLBACK_ERRORW,
1904         WM_CAP_SET_CALLBACK_STATUS, WM_CAP_SET_CALLBACK_YIELD,
1905         WM_CAP_SET_CALLBACK_FRAMEA, WM_CAP_SET_CALLBACK_FRAMEW,
1906         WM_CAP_SET_CALLBACK_VIDEOSTREAM, WM_CAP_SET_CALLBACK_WAVESTREAM,
1907         WM_CAP_GET_USER_DATA, WM_CAP_SET_USER_DATA, WM_CAP_DRIVER_CONNECT,
1908         WM_CAP_DRIVER_DISCONNECT, WM_CAP_DRIVER_GET_NAMEA, WM_CAP_DRIVER_GET_NAMEW,
1909         WM_CAP_DRIVER_GET_VERSIONA, WM_CAP_DRIVER_GET_VERSIONW,
1910         WM_CAP_DRIVER_GET_CAPS, WM_CAP_FILE_SET_CAPTURE_FILEA,
1911         WM_CAP_FILE_SET_CAPTURE_FILEW, WM_CAP_FILE_GET_CAPTURE_FILEA,
1912         WM_CAP_FILE_GET_CAPTURE_FILEW, WM_CAP_FILE_ALLOCATE, WM_CAP_FILE_SAVEASA,
1913         WM_CAP_FILE_SAVEASW, WM_CAP_FILE_SET_INFOCHUNK, WM_CAP_FILE_SAVEDIBA,
1914         WM_CAP_FILE_SAVEDIBW, WM_CAP_EDIT_COPY, WM_CAP_SET_AUDIOFORMAT,
1915         WM_CAP_GET_AUDIOFORMAT, WM_CAP_DLG_VIDEOFORMAT, WM_CAP_DLG_VIDEOSOURCE,
1916         WM_CAP_DLG_VIDEODISPLAY, WM_CAP_GET_VIDEOFORMAT, WM_CAP_SET_VIDEOFORMAT,
1917         WM_CAP_DLG_VIDEOCOMPRESSION, WM_CAP_SET_PREVIEW, WM_CAP_SET_OVERLAY,
1918         WM_CAP_SET_PREVIEWRATE, WM_CAP_SET_SCALE, WM_CAP_GET_STATUS,
1919         WM_CAP_SET_SCROLL, WM_CAP_GRAB_FRAME, WM_CAP_GRAB_FRAME_NOSTOP,
1920         WM_CAP_SEQUENCE, WM_CAP_SEQUENCE_NOFILE, WM_CAP_SET_SEQUENCE_SETUP,
1921         WM_CAP_GET_SEQUENCE_SETUP, WM_CAP_SET_MCI_DEVICEA, WM_CAP_SET_MCI_DEVICEW,
1922         WM_CAP_GET_MCI_DEVICEA, WM_CAP_GET_MCI_DEVICEW, WM_CAP_STOP, WM_CAP_ABORT,
1923         WM_CAP_SINGLE_FRAME_OPEN, WM_CAP_SINGLE_FRAME_CLOSE, WM_CAP_SINGLE_FRAME,
1924         WM_CAP_PAL_OPENA, WM_CAP_PAL_OPENW, WM_CAP_PAL_SAVEA, WM_CAP_PAL_SAVEW,
1925         WM_CAP_PAL_PASTE, WM_CAP_PAL_AUTOCREATE, WM_CAP_PAL_MANUALCREATE,
1926         WM_CAP_SET_CALLBACK_CAPCONTROL): Define using WM_USER.
1927         (capSendMessage): Don't undef.
1928
1929 2008-09-21  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1930
1931         * incude/sspi.h: include subauth.h to fix issue of UNICODE_STRING being
1932         undefined.
1933
1934 2008-09-13  mega-squall  <mega-squall@users.sf.net>
1935
1936         * include/winnt.h (SUBLANG_BENGALI_INDIA, SUBLANG_PUNJABI_INDIA,
1937         SUBLANG_ROMANIAN_ROMANIA): Correct definition.
1938         (SUBLANG_BENGALI_BANGLADESH, SUBLANG_PUNJABI_PAKISTAN,
1939         SUBLANG_ROMANIAN_MOLDOVA): Define.
1940
1941 2008-09-11  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1942
1943         * include/shlwapi.h (ASSOCSTR): Update enum.
1944
1945 2008-09-07  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1946
1947         * include/w32api.h: Increment version to 3.12.
1948         * Makefile.in: Ditto.
1949
1950 2008-09-07  Michael Hentschel  <mikeh42@users.sourceforge.net>
1951
1952         * include/shlwapi.h (STIF_DEFAULT, STIF_SUPPORT_HEX): Define.
1953
1954 2008-09-07  alsemm  <alsemm@users.sourceforge.net>
1955
1956         * include/mlang.h (IMLangFontLink2::MapFont): Fix definition.
1957
1958 2008-09-07  Danny Smith  <dannysmith@users.sourceforge.net>
1959
1960         * include/ws2tcpip.h (IPV6_MREQ): Fix typo.
1961         Thanks to Richard Hughes for report.
1962
1963 2008-09-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1964
1965         * Makefile.in: Adjust to new naming standard for MinGW while maintaining old
1966         naming standard for Cygwin.
1967
1968 2008-08-30  Bo Yang  <techrazy@users.sourceforge.net>
1969
1970         * include/sspi.h: Fix PSecurityFunctionTableW structure.
1971
1972 2008-08-29  Andy Grover  <andy.grover@oracle.com>
1973
1974         * include/ddk/scsi.h: Define READ_TOC formats.
1975         * lib/ddk/scsiport.def (ScsiPortGetDeviceBase): Fix export.
1976
1977 2008-08-29  Andy Grover  <andy.grover@oracle.com>
1978
1979         * include/ddk/ndis.h (NDIS_MINIPORT_MAJOR_VERSION, NDIS_MINIPORT_MINOR_VERSION,
1980         struct NDIS_TASK_OFFLOAD_HEADER, PROTOCOL_RESERVED_SIZE_IN_PACKET,
1981         NdisGetFirstBufferFromPacketSafe, NdisMIndicateReceivePacket,
1982         NdisSetPacketPoolProtocolId, NdisMInitializeTimer, NdisMSetPeriodicTimer,
1983         NdisMCancelTimer): Define.
1984         (enum NDIS_ENCAPSULATION, struct NDIS_ENCAPSULATION_FORMAT): move in file.
1985         (struct _NDIS_PACKET): Define using _ANONYMOUS_UNION and ANONYMOUS_STRUCT to
1986         eliminate warnings.
1987         (NdisReinitializePacket): Rename from NdisReinitializePacketCounts.
1988         * lib/ddk/ndis.def (NdisInitAnsiString, NdisInitUnicodeString, NdisMCancelTimer,
1989         NdisMInitializeTimer, NdisMSetPeriodicTimer, NdisSetPacketPoolProtocolId):
1990         Export.
1991
1992 2008-08-29  Andy Grover  <andy.grover@oracle.com>
1993
1994         * include/ddk/winddk.h (RtlStringCbCopyA, RtlStringCbPrintfA,
1995         RtlStringCbVPrintfA): define in terms of POSIX string functions.
1996
1997 2008-08-29  Andy Grover  <andy.grover@oracle.com>
1998
1999         * include/ddk/winddk.h (KeRaiseIrql): Define.
2000         (KfRaiseIrql, KfLowerIrql): remove incorrect definitions.
2001
2002 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2003
2004         * include/ddk/winddk.h (KeFlushQueuedDpcs, KeMemoryBarrier): Define.
2005         (KeGetCurrentProcessorNumber): Fix incorrect member reference.
2006         (InterlockedIncrement, InterlockedDecrement): fix warning.
2007         * lib/ddk/ntoskrnl.def (KeFlushQueuedDpcs, KeMemoryBarrier): Export.
2008         (KeNumberProcessors): Export.
2009
2010 2008-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2011
2012         * include/shlwapi.h (ASSOCF_INIT_NOREMAPCLSID, ASSOCF_INIT_BYEXENAME,
2013         ASSOCF_OPEN_BYEXENAME, ASSOCF_INIT_DEFAULTTOSTAR,
2014         ASSOCF_INIT_DEFAULTTOFOLDER, ASSOCF_NOUSERSETTINGS, ASSOCF_NOTRUNCATE,
2015         ASSOCF_VERIFY, ASSOCF_REMAPRUNDLL, ASSOCF_NOFIXUPS, ASSOCF_IGNOREBASECLASS,
2016         ASSOCF_INIT_IGNOREUNKNOWN): Define.
2017
2018 2008-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2019
2020         * include/commctrl.h (LVN_MARQUEEBEGIN): Define.
2021
2022         Thanks to Tim Kosse <botg at users dot sf dot net>.
2023
2024 2008-08-22  Bo Yang  <techrazy@users.sourceforge.net>
2025
2026         * include/winnt.h (OWNER_SECURITY_INFORMATION, GROUP_SECURITY_INFORMATION,
2027         DACL_SECURITY_INFORMATION, SACL_SECURITY_INFORMATION): Correct.
2028         * include/winnt.h (OWNER_SECURITY_INFORMATION, GROUP_SECURITY_INFORMATION,
2029         DACL_SECURITY_INFORMATION, SACL_SECURITY_INFORMATION,
2030         LABEL_SECURITY_INFORMATION, UNPROTECTED_SACL_SECURITY_INFORMATION,
2031         UNPROTECTED_DACL_SECURITY_INFORMATION, PROTECTED_SACL_SECURITY_INFORMATION,
2032         PROTECTED_DACL_SECURITY_INFORMATION): Define.
2033
2034 2008-08-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2035
2036         * include/wtsapi32.h (_WTS_INFO_CLASS, _WTS_CONNECTSTATE_CLASS,
2037         WTSQuerySessionInformation, WTSFreeMemory): Define.
2038
2039 2008-07-25  Bo Yang  <techrazy@users.sourceforge.net>
2040
2041         * lib/gdi32.def (SetLayout): Export.
2042
2043 2008-07-25  Bo Yang  <techrazy@users.sourceforge.net>
2044
2045         * include/wincrypt.h (struct _CRYPT_KEY_PROV_PARAM,
2046         struct _CRYPT_KEY_PROV_INFO, CertGetCertificateContextProperty,
2047         CryptEnumKeyIdentifierProperties, CryptAcquireCertificatePrivateKey,
2048         CertCreateCertificateContext, CryptGetKeyIdentifierProperty,
2049         CertSetCertificateContextProperty, CertCompareCertificateName,
2050         CryptSetKeyIdentifierProperty, CertOIDToAlgId, CryptGetDefaultProviderA,
2051         CryptGetDefaultProviderW and many corresponding macroes): Define.
2052         * lib/crypt32.def (Export the above 11 functions): Export.
2053         * include/winerror.h (CRYPT_E_NOT_FOUND and other crypt related
2054         macroes): Define.
2055
2056
2057 2008-07-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2058
2059         * include/winuser.h (MENUGETOBJECTINFO, MNGO_NOINTERFACE, MNGO_NOERROR,
2060         MNGOF_TOPGAP, MNGOF_BOTTOMGAP): Define.
2061
2062 2008-07-24  techrazy  <techrazy@users.sourceforge.net>
2063
2064         * include/wingdi.h (OUT_PS_ONLY_PRECIS): Define.
2065
2066 2008-07-24  Corinna Vinschen  <corinna@vinschen.de>
2067
2068         * include/lmaccess.h (struct _USER_INFO_4): Define.
2069         (struct _USER_INFO_23): Define.
2070         (struct _GROUP_INFO_3): Define.
2071
2072 2008-07-14  Corinna Vinschen  <corinna@vinschen.de>
2073
2074         * include/iphlpapi.h (GetExtendedTcpTable): Add prototype.
2075         * include/iprtrmib.h (TCP_TABLE_CLASS, MIB_TCPROW_OWNER_PID,
2076         MIB_TCPTABLE_OWNER_PID, MIB_TCP6ROW_OWNER_PID,
2077         MIB_TCP6TABLE_OWNER_PID): Define.
2078         * lib/iphlpapi.def (GetExtendedTcpTable): Export.
2079
2080 2008-06-25  Brandon Sneed  <nivenh@sourceware.org>
2081
2082         * include/winbase.h (GetProcessHandleCount, GetSystemRegistryQuota,
2083         GetThreadIOPendingFlag): Modified to rely on _WIN32_WINNT 0x0501 instead
2084         of 0x0502.
2085         Bug reported by Thomas Denk.
2086
2087 2008-06-25  Brandon Sneed  <nivenh@sourceware.org>
2088
2089         * include/winbase.h (InterlockedIncrement, InterlockedDecrement,
2090         InterlockedCompareExchange, InterlockedExchange,
2091         InterlockedCompareExchangePointer, InterlockedExchangeAdd,
2092         InterlockedExchangePointer): Modified from PLONG to LONG volatile *.
2093         Bug reported by Erik Blake.
2094
2095 2008-06-20  Danny Smith  <dannysmith@users.sourceforge.net>
2096
2097         * lib/ddk/hal.def (HalTranslateBusAddress): Correct suffix.
2098         * lib/ddk/ntoskrnl.def (MmAllocateContiguousMemory): Correct suffix.
2099         Bug reported by Brian Hawley.
2100
2101 2008-06-17  Corinna Vinschen  <corinna@vinschen.de>
2102
2103         * include/dsgetdc.h (DS_FORCE_REDISCOVERY, DS_FORCE_REDISCOVERY,
2104         DS_DIRECTORY_SERVICE_REQUIRED, DS_DIRECTORY_SERVICE_PREFERRED,
2105         DS_GC_SERVER_REQUIRED, DS_PDC_REQUIRED, DS_BACKGROUND_ONLY,
2106         DS_IP_REQUIRED, DS_KDC_REQUIRED, DS_TIMESERV_REQUIRED,
2107         DS_WRITABLE_REQUIRED, DS_GOOD_TIMESERV_PREFERRED, DS_AVOID_SELF,
2108         DS_ONLY_LDAP_NEEDED, DS_IS_FLAT_NAME, DS_IS_DNS_NAME,
2109         DS_RETURN_DNS_NAME, DS_RETURN_FLAT_NAME): Define.
2110         (DsGetDcNameW, DsGetDcNameA): Declare.
2111         (DsGetDcName): Define.
2112         * lib/netapi32.def (DsGetDcNameA, DsGetDcNameW): Export.
2113
2114 2008-05-28  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2115
2116         * include/commctrl.h (NMLVODSTATECHANGE): Define.
2117
2118         Thanks to Tim Kosse <botg at users dot sf dot net>.
2119
2120 2008-05-28  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2121
2122         * include/winnt.h (SUBLANG_TIBETAN_BHUTAN): Fix definition.
2123
2124         Thanks to Nicola Di Nisio <nicoladinisio at users dot sf dot net>.
2125
2126 2008-05-15  Corinna Vinschen  <corinna@vinschen.de>
2127
2128         * include/winnt.h (FILE_SEQUENTIAL_WRITE_ONCE): Define.
2129         (FILE_SUPPORTS_TRANSACTIONS): Define.
2130
2131 2008-05-01  Bart Oldeman  <bartoldeman@users.sf.net>
2132
2133         * include/winuser.h (DEVICE_NOTIFY_WINDOW_HANDLE,
2134         DEVICE_NOTIFY_SERVICE_HANDLE): remove duplicate definition.
2135
2136 2008-05-02  Ramiro Polla  <ramiro@lisha.ufsc.br>
2137
2138         * include/vfw.h (WM_CAP_SET_CALLBACK_ERRORA, WM_CAP_SET_CALLBACK_ERRORW,
2139         WM_CAP_SET_CALLBACK_STATUS, WM_CAP_SET_CALLBACK_YIELD,
2140         WM_CAP_SET_CALLBACK_FRAMEA, WM_CAP_SET_CALLBACK_FRAMEW,
2141         WM_CAP_SET_CALLBACK_VIDEOSTREAM, WM_CAP_SET_CALLBACK_WAVESTREAM,
2142         WM_CAP_GET_USER_DATA, WM_CAP_SET_USER_DATA, WM_CAP_DRIVER_CONNECT,
2143         WM_CAP_DRIVER_DISCONNECT, WM_CAP_DRIVER_GET_NAMEA, WM_CAP_DRIVER_GET_NAMEW,
2144         WM_CAP_DRIVER_GET_VERSIONA, WM_CAP_DRIVER_GET_VERSIONW,
2145         WM_CAP_DRIVER_GET_CAPS, WM_CAP_FILE_SET_CAPTURE_FILEA,
2146         WM_CAP_FILE_SET_CAPTURE_FILEW, WM_CAP_FILE_GET_CAPTURE_FILEA,
2147         WM_CAP_FILE_GET_CAPTURE_FILEW, WM_CAP_FILE_ALLOCATE, WM_CAP_FILE_SAVEASA,
2148         WM_CAP_FILE_SAVEASW, WM_CAP_FILE_SET_INFOCHUNK, WM_CAP_FILE_SAVEDIBA,
2149         WM_CAP_FILE_SAVEDIBW, WM_CAP_EDIT_COPY, WM_CAP_SET_AUDIOFORMAT,
2150         WM_CAP_GET_AUDIOFORMAT, WM_CAP_DLG_VIDEOFORMAT, WM_CAP_DLG_VIDEOSOURCE,
2151         WM_CAP_DLG_VIDEODISPLAY, WM_CAP_GET_VIDEOFORMAT, WM_CAP_SET_VIDEOFORMAT,
2152         WM_CAP_DLG_VIDEOCOMPRESSION, WM_CAP_SET_PREVIEW, WM_CAP_SET_OVERLAY,
2153         WM_CAP_SET_PREVIEWRATE, WM_CAP_SET_SCALE, WM_CAP_GET_STATUS,
2154         WM_CAP_SET_SCROLL, WM_CAP_GRAB_FRAME, WM_CAP_GRAB_FRAME_NOSTOP,
2155         WM_CAP_SEQUENCE, WM_CAP_SEQUENCE_NOFILE, WM_CAP_SET_SEQUENCE_SETUP,
2156         WM_CAP_GET_SEQUENCE_SETUP, WM_CAP_SET_MCI_DEVICEA, WM_CAP_SET_MCI_DEVICEW,
2157         WM_CAP_GET_MCI_DEVICEA, WM_CAP_GET_MCI_DEVICEW, WM_CAP_STOP, WM_CAP_ABORT,
2158         WM_CAP_SINGLE_FRAME_OPEN, WM_CAP_SINGLE_FRAME_CLOSE, WM_CAP_SINGLE_FRAME,
2159         WM_CAP_PAL_OPENA, WM_CAP_PAL_OPENW, WM_CAP_PAL_SAVEA, WM_CAP_PAL_SAVEW,
2160         WM_CAP_PAL_PASTE, WM_CAP_PAL_AUTOCREATE, WM_CAP_PAL_MANUALCREATE,
2161         WM_CAP_SET_CALLBACK_CAPCONTROL, WM_CAP_SET_CALLBACK_ERROR,
2162         WM_CAP_SET_CALLBACK_FRAME, WM_CAP_DRIVER_GET_NAME,
2163         WM_CAP_DRIVER_GET_VERSION, WM_CAP_FILE_SET_CAPTURE_FILE,
2164         WM_CAP_FILE_GET_CAPTURE_FILE, WM_CAP_FILE_SAVEAS, WM_CAP_FILE_SAVEDIB,
2165         WM_CAP_SET_MCI_DEVICE, WM_CAP_GET_MCI_DEVICE, WM_CAP_PAL_OPEN,
2166         WM_CAP_PAL_SAVE, capSetCallbackOnError, capSetCallbackOnStatus,
2167         capSetCallbackOnYield, capSetCallbackOnFrame, capSetCallbackOnVideoStream,
2168         capSetCallbackOnWaveStream, capGetUserData, capSetUserData,
2169         capDriverConnect, capDriverDisconnect, capDriverGetName,
2170         capDriverGetVersion, capDriverGetCaps, capFileSetCaptureFile,
2171         capFileGetCaptureFile, capFileAlloc, capFileSaveAs, capFileSetInfoChunk,
2172         capFileSaveDIB, capEditCopy, capSetAudioFormat, capGetAudioFormat,
2173         capGetAudioFormatSize, capDlgVideoFormat, capDlgVideoSource,
2174         capDlgVideoDisplay, capGetVideoFormat, capGetVideoFormatSize,
2175         capSetVideoFormat, capDlgVideoCompression, capPreview, capOverlay,
2176         capPreviewRate, capPreviewScale, capGetStatus, capSetScrollPos,
2177         capGrabFrame, capGrabFrameNoStop, capCaptureSequence,
2178         capCaptureSequenceNoFile, capCaptureSetSetup, capCaptureGetSetup,
2179         capSetMCIDeviceName, capGetMCIDeviceName, capCaptureStop, capCaptureAbort,
2180         capCaptureSingleFrameOpen, capCaptureSingleFrameClose,
2181         capCaptureSingleFrame, capPaletteOpen, capPaletteSave, capPalettePaste,
2182         capPaletteAuto, capPaletteManual, capSetCallbackOnCapControl): Define.
2183         (CAPDRIVERCAPS, *LPCAPDRIVERCAPS, CAPINFOCHUNK, *LPCAPINFOCHUNK, CAPSTATUS,
2184         *LPCAPSTATUS, CAPTUREPARMS, *LPCAPTUREPARMS, VIDEOHDR, *LPVIDEOHDR): typedef.
2185
2186 2008-04-26  Yuval  <uvman@users.sourceforge.net>
2187
2188         * include/ntsecpkg.h (SECPKG_STATE_ENCRYPTION_PERMITTED,
2189         SECPKG_STATE_STRONG_ENCRYPTION_PERMITTED, SECPKG_STATE_DOMAIN_CONTROLLER,
2190         SECPKG_STATE_WORKSTATION, SECPKG_STATE_STANDALONE,
2191         LSA_TOKEN_INFORMATION_TYPE, SECPKG_EXTENDED_INFORMATION_CLASS,
2192         SECPKG_NAME_TYPE, SECPKG_PRIMARY_CRED, SECPKG_SUPPLEMENTAL_CRED,
2193         SECPKG_SUPPLEMENTAL_CRED_ARRAY, SECPKG_PARAMETERS,
2194         SECPKG_EVENT_DOMAIN_CHANGE, SECPKG_CLIENT_INFO, SecurityUserData,
2195         SECPKG_GSS_INFO, SECPKG_CONTEXT_THUNKS, SECPKG_MUTUAL_AUTH_LEVEL,
2196         SECPKG_CALL_INFO, SECPKG_EXTENDED_INFORMATION, PLSA_CALLBACK_FUNCTION,
2197         *PLSA_CLIENT_REQUEST, LSA_SEC_HANDLE, SEC_THREAD_START, SEC_ATTRS,
2198         *PLSA_REGISTER_CALLBACK, *PLSA_CREATE_LOGON_SESSION,
2199         *PLSA_DELETE_LOGON_SESSION, *PLSA_ADD_CREDENTIAL, *PLSA_GET_CREDENTIALS,
2200         *PLSA_DELETE_CREDENTIAL, *PLSA_ALLOCATE_LSA_HEAP, *PLSA_FREE_LSA_HEAP,
2201         *PLSA_ALLOCATE_CLIENT_BUFFER, *PLSA_FREE_CLIENT_BUFFER,
2202         *PLSA_COPY_TO_CLIENT_BUFFER, *PLSA_COPY_FROM_CLIENT_BUFFER,
2203         *PLSA_IMPERSONATE_CLIENT, *PLSA_UNLOAD_PACKAGE, *PLSA_DUPLICATE_HANDLE,
2204         *PLSA_SAVE_SUPPLEMENTAL_CREDENTIALS, *PLSA_CREATE_THREAD,
2205         *PLSA_GET_CLIENT_INFO, *PLSA_REGISTER_NOTIFICATION,
2206         *PLSA_CANCEL_NOTIFICATION, *PLSA_MAP_BUFFER, *PLSA_CREATE_TOKEN,
2207         *PLSA_AUDIT_LOGON, *PLSA_CALL_PACKAGE, *PLSA_FREE_LSA_HEAP,
2208         *PLSA_GET_CALL_INFO, *PLSA_CALL_PACKAGEEX, *PLSA_CREATE_SHARED_MEMORY,
2209         *PLSA_ALLOCATE_SHARED_MEMORY, *PLSA_FREE_SHARED_MEMORY,
2210         *PLSA_DELETE_SHARED_MEMORY, *PLSA_OPEN_SAM_USER, *PLSA_GET_USER_CREDENTIALS,
2211         *PLSA_GET_USER_AUTH_DATA, *PLSA_CLOSE_SAM_USER,
2212         *PLSA_CONVERT_AUTH_DATA_TO_TOKEN, *PLSA_CLIENT_CALLBACK,
2213         *PLSA_UPDATE_PRIMARY_CREDENTIALS, *PLSA_GET_AUTH_DATA_FOR_USER,
2214         *PLSA_CRACK_SINGLE_NAME, *PLSA_AUDIT_ACCOUNT_LOGON,
2215         *PLSA_CALL_PACKAGE_PASSTHROUGH, SECPKG_DLL_FUNCTIONS, LSA_DISPATCH_TABLE,
2216         LSA_SECPKG_FUNCTION_TABLE, *PLSA_AP_INITIALIZE_PACKAGE, *PLSA_AP_LOGON_USER,
2217         *PLSA_AP_CALL_PACKAGE, *PLSA_AP_LOGON_TERMINATED,
2218         *PLSA_AP_CALL_PACKAGE_UNTRUSTED, *PLSA_AP_CALL_PACKAGE_PASSTHROUGH,
2219         *PLSA_AP_LOGON_USER_EX, *PLSA_AP_LOGON_USER_EX2, SpInitializeFn,
2220         SpShutDownFn, SpGetInfoFn, SpAcceptCredentialsFn,
2221         SpAcquireCredentialsHandleFn, SpQueryCredentialsAttributesFn,
2222         SpFreeCredentialsHandleFn, SpSaveCredentialsFn, SpGetCredentialsFn,
2223         SpDeleteCredentialsFn, SpInitLsaModeContextFn, SpAcceptLsaModeContextFn,
2224         SpDeleteContextFn, SpApplyControlTokenFn, SpGetUserInfoFn,
2225         SpGetExtendedInformationFn, SpQueryContextAttributesFn, SpAddCredentialsFn,
2226         SpSetExtendedInformationFn, SpInstanceInitFn, SpInitUserModeContextFn,
2227         SpMakeSignatureFn, SpVerifySignatureFn, SpSealMessageFn, SpUnsealMessageFn,
2228         SpGetContextTokenFn, SpCompleteAuthTokenFn, SpFormatCredentialsFn,
2229         SpMarshallSupplementalCredsFn, SpExportSecurityContextFn,
2230         SpImportSecurityContextFn, SECPKG_FUNCTION_TABLE,
2231         SECPKG_USER_FUNCTION_TABLE, *SpLsaModeInitializeFn,
2232         *SpUserModeInitializeFn): Define.
2233         * include/sspi.h (SECURITY_STRING): Define.
2234
2235 2008-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
2236
2237         * include/specstrings.h: Add more dummy defines.
2238
2239 2008-04-22  Corinna Vinschen  <corinna@vinschen.de>
2240
2241         * include/winnt.h (SECURITY_MANDATORY_LABEL_AUTHORITY): Define.
2242         (SECURITY_MANDATORY_UNTRUSTED_RID): Define.
2243         (SECURITY_MANDATORY_LOW_RID): Define.
2244         (SECURITY_MANDATORY_MEDIUM_RID): Define.
2245         (SECURITY_MANDATORY_HIGH_RID): Define.
2246         (SECURITY_MANDATORY_SYSTEM_RID): Define.
2247         (SECURITY_MANDATORY_PROTECTED_PROCESS_RID): Define.
2248         (SECURITY_MANDATORY_MAXIMUM_USER_RID): Define.
2249         (SE_GROUP_INTEGRITY): Define.
2250         (SE_GROUP_INTEGRITY_ENABLED): Define.
2251
2252 2008-04-11  Corinna Vinschen  <corinna@vinschen.de>
2253
2254         * include/sddl.h (ConvertStringSidToSidA): Declare.
2255         (ConvertStringSidToSidW): Declare.
2256         (ConvertStringSidToSid): Define.
2257
2258 2008-03-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2259
2260         * include/mprapi.h: Add guard for MprAdminAcceptReauthentication function
2261         and MPR_INTERFACE_3 structure since they are available only in Windows
2262         Server 2008
2263
2264         Thanks to crackedmind  <crackedmind at sf dot net>.
2265
2266 2008-02-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2267
2268         * include/winnt.h: Update guard around KEY_WOW64_64KEY and KEY_WOW64_32KEY
2269         definitions.
2270         * include/winreg.h (KEY_WOW64_64KEY, KEY_WOW64_32KEY): Remove.
2271
2272 2008-02-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2273
2274         * include/winnt.h (KEY_WOW64_64KEY, KEY_WOW64_32KEY): Define.
2275
2276 2008-02-02  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2277
2278         * include/specstrings.h (IN, OUT, OPTIONAL): Remove.
2279         * include/windef.h (IN, OUT, OPTIONAL): Define.
2280
2281 2008-02-02  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2282
2283         * include/specstrings.h: new file, move pseudo modifiers from windef.h.
2284         * include/windef.h (__in, __inout, __in_opt, __in_bcound, __in_ecount,
2285         __out, __out_ecount_part, __struct_bcount, __field_ecount_opt,
2286         __out_bcount_opt): Move to specstrings.h.
2287
2288 2008-01-30  Brandon Sneed  <nivenh@sourceware.org>
2289
2290         * lib/bthprops.def: new file, bluetooth imports.
2291
2292 2008-01-30  Brandon Sneed  <nivenh@sourceware.org>
2293
2294         * include/windef.h (__in, __inout, __in_opt, __in_bcound, __in_ecount,
2295         __out, __out_ecount_part, __struct_bcount, __field_ecount_opt,
2296         __out_bcount_opt): Defined additional pseudo-modifiers.
2297
2298 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2299         * include/ras.h (RAS_MaxDnsSuffix): corrected typo, was RAX_MaxDnsSuffix.
2300         (RASENTRYA, RASENTRYW): Added members (dwfOptions2, dwfOptions3, szDnsSuffix,
2301         dwTcpWindowSize, szPrerequisitePbk, szPrerequisiteEntry, dwRedialCount,
2302         dwRedialPause.
2303
2304 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2305
2306         * include/winnt.h (SYSTEM_POWER_CONDITION): typedef.
2307         * include/winuser.h (PBT_POWERSETTINGCHANGE, DEVICE_NOTIFY_WINDOW_HANDLE,
2308         DEVICE_NOTIFY_SERVICE_HANDLE): define.
2309         * include/winuser.h (LPCGUID, HPOWERNOTIFY, POWERBROADCAST_SETTING): typedefs.
2310         * include/winuser.h (GUID_POWERSCHEME_PERSONALITY, GUID_MIN_POWER_SAVINGS,
2311         GUID_MAX_POWER_SAVINGS, GUID_TYPICAL_POWER_SAVINGS, GUID_ACDC_POWER_SOURCE,
2312         GUID_BATTERY_PERCENTAGE_REMAINING, GUID_IDLE_BACKGROUND_TASK,
2313         GUID_SYSTEM_AWAYMODE, GUID_MONITOR_POWER_ON): added externs for GUIDs.
2314         * include/winuser.h (RegisterPowerSettingNotification,
2315         UnregisterPowerSettingNotification): Add prototypes.
2316         * lib/user32.def: Added imports for the above prototypes.
2317         * lib/Makefile.in: Added build support for power-uuid.c.
2318         * lib/power-uuid.c: New file containing power GUID definitions.
2319
2320 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2321
2322         * include/ras.h (RAS_MaxDnsSuffix): define.
2323
2324 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2325
2326         * include/psapi.h (GetProcessImageFileNameA, GetProcessImageFileNameW):
2327         Add prototypes.
2328         * lib/psapi.def (GetProcessImageFileNameA@12, GetProcessImageFileNameW@12):
2329         Add exports.
2330
2331 2007-12-27  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2332
2333         * include/w32api.h: Increment version to 3.11.
2334         * Makefile.in: Ditto.
2335
2336 2007-12-11  Dave Korn  <dave.korn@artimi.com>
2337
2338         * include/wincrypt.h (PCRYPT_DECODE_PARA):  Add missing typedef.
2339         (CERT_POLICY_MAPPINGS_INFO):  Move before CERT_POLICY_MAPPING.
2340
2341 2007-12-03  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2342
2343         * include/wingdi.h: Change WINVER guard to _WIN32_WINNT.
2344
2345 2007-12-03  techrazy  <techrazy@users.sourceforge.net>
2346
2347         * include/wingdi.h (NTM_NONNEGATIVE_AC, NTM_PS_OPENTYPE, NTM_TT_OPENTYPE,
2348         NTM_MULTIPLEMASTER, NTM_TYPE1, NTM_DSIG): define.
2349
2350 2007-11-21  Kevin Conaway  <kevin_conaway@users.sourceforge.net>
2351
2352         * include/wincrypt.h (CryptProtectData, CryptUnprotectData): define.
2353
2354 2007-11-21  elsapo  <elsapo@users.sourceforge.net>
2355
2356         * include/wincrypt.h (CERT_NAME_STR_COMMA_FLAG,
2357         CERT_NAME_STR_DISABLE_IE4_UTF8_FLAG, CERT_NAME_STR_ENABLE_UTF8_UNICODE_FLAG,
2358         CMC_ADD_ATTRIBUTES, CMC_ADD_EXTENSIONS, X509_CERT_PAIR,
2359         X509_CERTIFICATE_TEMPLATE, X509_CROSS_CERT_DIST_POINTS, CMC_DATA,
2360         X509_NAME_CONSTRAINTS, X509_POLICY_CONSTRAINTS, X509_POLICY_MAPPINGS,
2361         CMC_RESPONSE, CMC_STATUS, X509_ALGORITHM_IDENTIFIER, X509_ALTERNATE_NAME,
2362         PKCS_ATTRIBUTE, X509_AUTHORITY_INFO_ACCESS, X509_AUTHORITY_KEY_ID,
2363         X509_AUTHORITY_KEY_ID2, szOID_BASIC_CONSTRAINTS, X509_BASIC_CONSTRAINTS2,
2364         X509_BIOMETRIC_EXT, X509_BITS, X509_CERT, X509_CERT_CRL_TO_BE_SIGNED,
2365         X509_CERT_POLICIES, X509_CERT_REQUEST_TO_BE_SIGNED, X509_CERT_TO_BE_SIGNED,
2366         X509_CHOICE_OF_TIME, PKCS_CONTENT_INFO, PKCS_CONTENT_INFO_SEQUENCE_OF_ANY,
2367         X509_CRL_DIST_POINTS, RSA_CSP_PUBLICKEYBLOB, PKCS_CTL, X509_DSS_PARAMETERS,
2368         X509_DSS_SIGNATURE, X509_ECC_SIGNATURE, X509_ENHANCED_KEY_USAGE,
2369         X509_ENUMERATED, X509_EXTENSIONS, X509_INTEGER, X509_ISSUING_DIST_POINT,
2370         X509_KEY_ATTRIBUTES, X509_KEY_USAGE, X509_KEY_USAGE_RESTRICTION,
2371         X509_KEYGEN_REQUEST_TO_BE_SIGNED, X509_LOGOTYPE_EXT,
2372         X509_MULTI_BYTE_INTEGER, X509_MULTI_BYTE_UINT, X509_NAME, X509_NAME_VALUE,
2373         X509_OBJECT_IDENTIFIER, X509_OCTET_STRING, X509_PUBLIC_KEY_INFO,
2374         PKCS_RC2_CBC_PARAMETERS, CNG_RSA_PUBLIC_KEY_BLOB,
2375         PKCS_RSA_SSA_PSS_PARAMETERS, PKCS_RSAES_OAEP_PARAMETERS,
2376         ECC_CMS_SHARED_INFO, X509_SEQUENCE_OF_ANY, PKCS7_SIGNER_INFO,
2377         CMS_SIGNER_INFO, PKCS_SMIME_CAPABILITIES, PKCS_TIME_REQUEST,
2378         X509_UNICODE_NAME, X509_UNICODE_NAME_VALUE, PKCS_UTC_TIME,
2379         OCSP_SIGNED_REQUEST, OCSP_REQUEST, OCSP_RESPONSE,
2380         OCSP_BASIC_SIGNED_RESPONSE, OCSP_BASIC_RESPONSE, CRL_REASON_UNSPECIFIED,
2381         CRL_REASON_KEY_COMPROMISE, CRL_REASON_CA_COMPROMISE,
2382         CRL_REASON_AFFILIATION_CHANGED, CRL_REASON_SUPERSEDED,
2383         CRL_REASON_CESSATION_OF_OPERATION, CRL_REASON_CERTIFICATE_HOLD,
2384         CRL_REASON_REMOVE_FROM_CRL, CRYPT_ENCODE_ALLOC_FLAG,
2385         CRYPT_UNICODE_NAME_ENCODE_DISABLE_CHECK_TYPE_FLAG,
2386         CRYPT_UNICODE_NAME_ENCODE_ENABLE_T61_UNICODE_FLAG,
2387         CRYPT_UNICODE_NAME_ENCODE_ENABLE_UTF8_UNICODE_FLAG,
2388         CRYPT_UNICODE_NAME_ENCODE_FORCE_UTF8_UNICODE_FLAG,
2389         szOID_APPLICATION_CERT_POLICIES, szOID_APPLICATION_POLICY_CONSTRAINTS,
2390         szOID_APPLICATION_POLICY_MAPPINGS, szOID_AUTHORITY_INFO_ACCESS,
2391         szOID_AUTHORITY_KEY_IDENTIFIER, szOID_AUTHORITY_KEY_IDENTIFIER2,
2392         X509_BASIC_CONSTRAINTS, szOID_BIOMETRIC_EXT, szOID_CERT_EXTENSIONS,
2393         szOID_CERT_POLICIES, szOID_CERTIFICATE_TEMPLATE, szOID_CRL_NUMBER,
2394         szOID_CROSS_CERT_DIST_POINTS, szOID_DELTA_CRL_INDICATOR,
2395         szOID_ENROLLMENT_NAME_VALUE_PAIR, szOID_FRESHEST_CRL,
2396         szOID_ISSUING_DIST_POINT, szOID_NAME_CONSTRAINTS, szOID_CRL_DIST_POINTS,
2397         szOID_CRL_REASON_CODE, szOID_CRL_VIRTUAL_BASE, szOID_ECC_PUBLIC_KEY,
2398         szOID_ECDSA_SPECIFIED, szOID_ENHANCED_KEY_USAGE, szOID_ISSUER_ALT_NAME,
2399         szOID_ISSUER_ALT_NAME2, szOID_KEY_ATTRIBUTES, szOID_KEY_USAGE,
2400         szOID_KEY_USAGE_RESTRICTION, szOID_LOGOTYPE_EXT, szOID_POLICY_CONSTRAINTS,
2401         szOID_POLICY_MAPPINGS, szOID_RSA_SSA_PSS, szOID_RSAES_OAEP,
2402         szOID_SUBJECT_ALT_NAME, szOID_SUBJECT_ALT_NAME2,
2403         szOID_SUBJECT_KEY_IDENTIFIER, CMC_ADD_ATTRIBUTES_INFO,
2404         PCMC_ADD_ATTRIBUTES_INFO, CMC_ADD_EXTENSIONS_INFO, PCMC_ADD_EXTENSIONS_INFO,
2405         CERT_ALT_NAME_ENTRY, PCERT_ALT_NAME_ENTRY, CERT_ALT_NAME_INFO,
2406         PCERT_ALT_NAME_INFO, CERT_NAME_VALUE, PCERT_NAME_VALUE,
2407         CERT_POLICY_QUALIFIER_INFO, PCERT_POLICY_QUALIFIER_INFO,
2408         CERT_POLICY_CONSTRAINTS_INFO, PCERT_POLICY_CONSTRAINTS_INFO,
2409         CERT_POLICY_MAPPINGS_INFO, PCERT_POLICY_MAPPINGS_INFO, CERT_POLICY_MAPPING,
2410         PCERT_POLICY_MAPPING, CryptDecodeObjectEx, CryptEncodeObject,
2411         CryptEncodeObjectEx): define.
2412
2413 2007-11-21  Brian Dessent  <dessent@users.sourceforge.net>
2414
2415         * include/winbase.h (CheckTokenMembership): define.
2416
2417 2007-10-03  Jiri Malak  <Jiri.Malak@iol.cz>
2418
2419         * include/rpcndr.h: Missing NdrClientCall2 entry.
2420         * lib/rpcrt4.def: Ditto.
2421
2422 2007-10-03  Frank Fesevur  <ffes@users.sourceforge.net>
2423         * lib/scnsave.c: Multi-monitor support.
2424
2425 2007-08-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2426
2427         * include/w32api.h: Increment version to 3.10.
2428         * Makefile.in: Ditto.
2429
2430 2007-08-02  Corinna Vinschen  <corinna@vinschen.de>
2431
2432         * include/winbase.h (ReOpenFile): Add prototype.
2433         * lib/kernel32.def (ReOpenFile@16): Add export.
2434
2435 2007-07-31  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2436
2437         * include/wtsapi32.h (WTS_CURRENT_SESSION, WTSDisconnectSession): Define.
2438
2439 2007-7-30  Martijn Wargers  <martijnw22@users.sourceforge.net>
2440
2441         * include/wingdi.h (GetTextExtentExPointI): Add prototype.
2442         * lib/gdi32.def (GetTextExtentExPointI@28): Add export.
2443
2444 2007-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
2445
2446         * include/wtypes.h (LPDECIMAL): Define.
2447         (DECIMAL_NEG, DECIMAL_SETZERO): Move definitions.
2448
2449 2007-07-18  Corinna Vinschen  <corinna@vinschen.de>
2450
2451         * include/winnt.h (SE_TRUSTED_CREDMAN_ACCESS_NAME): Define.
2452
2453 2007-07-17  Corinna Vinschen  <corinna@vinschen.de>
2454
2455         * include/winnt.h (FILE_READ_ONLY_VOLUME): Define.
2456         * include/ddk/ntifs.h (FILE_READ_ONLY_VOLUME): Define.
2457
2458 2007-07-12  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2459
2460         * include/winuser.h (FE_FONTSMOOTHINGSTANDARD, FE_FONTSMOOTHINGCLEARTYPE):
2461         Define.
2462
2463 2007-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
2464
2465         * include/pbt.h (PBT_APMRESUMEAUTOMATIC) Define.
2466         * include/winuser.h: (PBT_APMQUERYSUSPEND, PBT_APMQUERYSTANDBY,
2467         PBT_APMQUERYSUSPENDFAILED, PBT_APMQUERYSTANDBYFAILED,
2468         PBT_APMSUSPEND, PBT_APMSTANDBY, PBT_APMRESUMECRITICAL,
2469         PBT_APMRESUMESUSPEND, PBT_APMRESUMESTANDBY, PBT_APMBATTERYLOW,
2470         PBT_APMPOWERSTATUSCHANGE, PBT_APMOEMEVENT, PBT_APMRESUMEAUTOMATIC):
2471         Sync with include/pbt.h.
2472
2473 2007-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
2474
2475         [mingw-Bugs-1751518]
2476         * include/mshtml.h (IHTMLDocument2): Correct spelling of put_URL,
2477         get_URL.
2478
2479         [mingw-Bugs-1751565]
2480         * include/basetyps.h (IID); Guard with __IID_DEFINED__.
2481
2482         [mingw-Bugs-1751595]
2483         * include/exdisp.h (DWebBrowserEvents2): Remove undocumented STDDISP
2484         methods.
2485
2486         Thanks to Yuji Kuwabara  <yujikuwabara at sf dot net>.
2487
2488 2007-07-10  Danny Smith  <dannysmith@users.sourceforge.net>
2489
2490         [mingw-Bugs-1750898]
2491         * include/mmsystem.h (MIXERCONTROL): Correct UNICODE mapping.
2492         Thanks to Yuji Kuwabara  <yujikuwabara at sf dot net>.
2493
2494 2007-07-09  Danny Smith  <dannysmith@users.sourceforge.net>
2495
2496         [mingw-Bugs-1749305]
2497         * lib/kernel32.def (GetConsoleProcessList@8):  Add export.
2498
2499 2007-07-02  Przemek Czerkas  <pczerkas@gmail.com>
2500
2501         * include/shlobj.h: Add CSIDL_MYMUSIC and CSIDL_MYVIDEO.
2502
2503 2007-07-02  Danny Smith  <dannysmith@users.sourceforge.net>
2504
2505         * include/oaidl.h: Include windows.h and ole2.h,
2506         unless COM_NO_WINDOWS_H.
2507
2508         [mingw-Bugs-1742130]
2509         * include/oaidl.h (struct tagVARIANT): Add union members
2510         LONGLONG  * pllVal and ULONGLONG * pullVal.
2511
2512 2007-07-01  Danny Smith  <dannysmith@users.sourceforge.net>
2513
2514         * include/ws2tcpip.h (s6_addr32): Correct definition.
2515         Thanks to Alfred E. Heggestad <aeh at db dot org>
2516
2517 2007-05-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2518
2519         * lib/secur32.def (InitSecurityInterfaceA, InitSecurityInterfaceW): Define.
2520
2521         Thanks to Jim Marshall (jim dot marshall at wbemsolutions dot com) for
2522         supplying the information.
2523
2524 2007-05-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2525
2526         * include/shellapi.h (NIN_POPUPOPEN, NIN_POPUPCLOSE): Define.
2527
2528 2007-04-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2529
2530         * include/shellapi.h (NOTIFYICONDATAA, NOTIFYICONDATAW): Updated to support
2531         Vista.
2532
2533 2007-04-20  Matthias Miller  <matthiasmiller@users.sourceforge.net>
2534
2535          * include/wincrypt.h (CRYPTPROTECT_PROMPTSTRUCT, CRYPTPROTECT_UI_FORBIDDEN,
2536         CRYPTPROTECT_LOCAL_MACHINE): Define.
2537
2538 2007-04-15  Piotr Wyderski  <piotr.wyderski@wp.pl>
2539
2540         * include/winbase.h (SetInformationJobObject, QueryInformationJobObject):
2541         Define.
2542
2543 2007-03-30  Brian Dessent  <brian@dessent.net>
2544
2545         * lib/kernel32.def (CreateMemoryResourceNotification@4): Define.
2546
2547 2007-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2548
2549         * include/w32api.h: Increment version to 3.9.
2550         * Makefile.in: Ditto.
2551
2552 2007-03-23  Corinna Vinschen  <corinna@vinschen.de>
2553
2554         * include/psapi.h (GetMappedFileName): Fix messed up checkin.
2555
2556 2007-03-23  Matthew Gregan  <kinetik@flim.org>
2557
2558         * include/psapi.h (GetMappedFileName): Rename from GetMappedFilenameEx.
2559
2560 2007-03-06  Brandon Sneed  <brandon@oqo.com>
2561
2562         * include/setupapi.h: Added SetupConfigureWmiFromInfSectionA
2563         Added SetupConfigureWmiFromInfSectionW
2564         Added SetupConfigureWmiFromInfSection define to unicode and non-unicode sections
2565
2566         * lib/setupapi.def: Added exports for SetupConfigureWmiFromInfSectionA and W
2567
2568         * include/winuser.h: Added PBT_APMQUERYSUSPEND
2569         Added PBT_APMQUERYSTANDBY
2570         Added PBT_APMQUERYSUSPENDFAILED
2571         Added PBT_APMQUERYSTANDBYFAILED
2572         Added PBT_APMSUSPEND
2573         Added PBT_APMSTANDBY
2574         Added PBT_APMRESUMECRITICAL
2575         Added PBT_APMRESUMESUSPEND
2576         Added PBT_APMRESUMESTANDBY
2577         Added PBT_APMBATTERYLOW
2578         Added PBT_APMPOWERSTATUSCHANGE
2579         Added PBT_APMOEMEVENT
2580         Added PBT_APMRESUMEAUTOMATIC
2581
2582         * include/wtsapi32.h: New file
2583
2584         * include/wingdi.h: Added DM_DISPLAYORIENTATION define for use with DMDO_* defines
2585
2586 2007-03-05  Jan Nijtmans  <nijtmans@users.sourceforge.net>
2587
2588         * include/ddeml.h (DdeCreateStringHandleA, DdeCreateStringHandleW): Switch
2589         argument to constant.
2590
2591 2007-02-18  Jiri Malak  <jiri.malak@iol.cz>
2592
2593         * include/windef.h [WATCOM]: Fix !NONAMELESSUNION defines.
2594         * include/winnt.h [WATCOM] (GetCurrentFiber, GetFiberData):
2595         Add prototypes.
2596         [WATCOM] (NtCurrentTeb): Add protype and inline asm definition.
2597
2598 2007-02-18  Vesa Jääskeläinen  <chaac@users.sourceforge.net>
2599
2600         * lib/user32.def (InternalGetWindowText): Add stub.
2601
2602 2007-02-11  Daniel Atallah  <datallah@users.sourceforge.net>
2603
2604         * include/winnt.h (LANG_SERBIAN_NEUTRAL, LANG_BOSNIAN,
2605         LANG_BOSNIAN_NEUTRAL): Define.
2606
2607 2007-02-11  Daniel Schlyder  <thrug@users.sourceforge.net>
2608
2609         * include/winuser.h: Add guards around TITLEBARINFO and
2610         GetTitleBarInfo().
2611
2612 2007-01-11  Gisle Vanem  <giva@users.sourceforge.net>
2613
2614         * include/winbase.h (struct _OVERLAPPED): Change type of
2615         Internal, InternalHigh members to ULONG_PTR.
2616         (PAPCFUNC): Change DWORD parameter to ULONG_PTR.
2617         (CreateIoCompletionPort): Likewise.
2618         (PostQueuedCompletionStatus): Likewise.
2619         (QueueUserAPC): Likewise.
2620
2621 2007-01-06  Pierre A. Humblet  <Pierre.Humblet@ieee.org>
2622
2623         * include/windns.h (DNS_TYPE_RP, DNS_TYPE_AFSDB, DNS_TYPE_X25,
2624         DNS_TYPE_ISDN, DNS_TYPE_RT, DNS_TYPE_NSAP, DNS_TYPE_NSAPPTR,
2625         DNS_TYPE_SIG, DNS_TYPE_KEY, DNS_TYPE_PX, DNS_TYPE_GPOS,
2626         DNS_TYPE_AAAA, DNS_TYPE_LOC, DNS_TYPE_NXT, DNS_TYPE_EID,
2627         DNS_TYPE_NIMLOC, DNS_TYPE_SRV, DNS_TYPE_ATMA, DNS_TYPE_NAPTR,
2628         DNS_TYPE_KX, DNS_TYPE_CERT, DNS_TYPE_A6, DNS_TYPE_DNAME,
2629         DNS_TYPE_SINK, DNS_TYPE_OPT, DNS_TYPE_UINFO, DNS_TYPE_UID,
2630         DNS_TYPE_GID, DNS_TYPE_UNSPEC, DNS_TYPE_ADDRS, DNS_TYPE_TKEY,
2631         DNS_TYPE_TSIG, DNS_TYPE_IXFR, DNS_TYPE_AXFR, DNS_TYPE_MAILB,
2632         DNS_TYPE_MAILA, DNS_TYPE_ALL, DNS_TYPE_ANY): Add enum values.
2633
2634 2006-11-21  Danny Smith  <dannysmith@users.sourceforge.net>
2635
2636         * Makefile.in: Add aclocal.m4 to source release.
2637
2638 2006-11-18  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2639
2640         * include/w32api.h: Increment version to 3.8.
2641         * Makefile.in: Ditto.
2642
2643 2006-11-13  Daniel Schlyder  <thrug@users.sourceforge.net>
2644
2645         * include/winnt.h (VER_SUITE_EMBEDDEDNT, VER_SUITE_SINGLEUSERTS,
2646         VER_SUITE_STORAGE_SERVER, VER_SUITE_COMPUTE_SERVER): Define.
2647
2648         * include/winuser.h (SM_STARTER, SM_SERVERR2): Define.
2649
2650 2006-11-02  Danny Smith  <dannysmith@users.sourceforge.net>
2651
2652         * include/winuser.h (LR_DEFAULTSIZE): Remove duplicate.
2653
2654         * include/winnt.h (GetCurrentFiber): Remove extern declaration.  Make
2655         inline static.
2656         (GetFiberData): Likewise.
2657         * lib/kernel32.c: Remove.
2658         * lib/Makefile.in: Remove reference to kernel32.[co].
2659
2660 2006-10-31  Corinna Vinschen  <corinna@vinschen.de>
2661
2662         * include/winnt.h (SE_RELABEL_NAME): Define.
2663         (SE_INCREASE_WORKING_SET_NAME): Define.
2664         (SE_TIME_ZONE_NAME): Define.
2665         (SE_CREATE_SYMBOLIC_LINK_NAME): Define.
2666
2667 2006-10-31  Corinna Vinschen  <corinna@vinschen.de>
2668
2669         * include/winnt.h (IO_REPARSE_TAG_SYMLINK): Define.
2670         (struct _REPARSE_DATA_BUFFER): Add missing Flags field to
2671         SymbolicLinkReparseBuffer substructure.
2672
2673 2006-10-29  Daniel Atallah  <datallah@users.sourceforge.net>
2674
2675         * lib/ws2_32.def (WSANSPIoctl): Add to lib.
2676
2677 2006-10-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2678
2679         * lib/Makefile.in: Fix order for 'all' rule.
2680
2681 2006-10-12  Danny Smith  <dannysmith@users.sourceforge.net>
2682
2683         * include/winuser.h (LR_DEFAULTSIZE, LR_VGACOLOR): Define.
2684
2685 2006-10-05  Danny Smith  <dannysmith@users.sourceforge.net>
2686
2687         * include/winreg.h (RegDeleteKeyEx{A|W}): Add prototype and UNICODE
2688         mappings.
2689         (KEY_WOW64_32KEY, KEY_WOW64_64KEY): Define.
2690         * lib/advapi.def (RegDeleteKeyEx{A|W}): Export.
2691
2692 2006-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
2693
2694         * include/rpc.h: Add whitespace.
2695         * include/winnt.h (C_ASSERT): Define.
2696
2697 2006-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
2698
2699         [mingw-Bugs-1568067]
2700         * include/winuser.h: (DISP_CHANGE_BADDUALVIEW): Define.
2701         * include/wingdi.h: (DM_POSITION): Define.
2702
2703 2006-10-03  Danny Smith  <dannysmith@users.sourceforge.net>
2704
2705         * lib/rpcrt4.def: Remove "_imp__"-prefixed export symbols.
2706         * lib/user32.def: Likewise.
2707
2708 2006-09-11  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
2709
2710         * lib/Makefile.in: fix typo.
2711         * lib/ddk/Makefile.in: fix typo.
2712         * lib/directx/Makefile.in: fix typo.
2713
2714         Thanks to Keith Marshall (keithmarshall at users dot sourceforge dot net)
2715         for pointing it out.
2716
2717 2006-09-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2718
2719         * Makefile.in: Remove files from lib directory with distclean target
2720
2721 2006-09-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2722
2723         * include/winuser.h (CS_DROPSHADOW): Define.
2724
2725 2006-09-08  Michael Gerdau  <mgdde@users.sourceforge.net>
2726
2727         * include/uxtheme.h: (TMT_GRADIENTCOLOR4, TMT_GRADIENTCOLOR5,
2728         TMT_SHADOWCOLOR, TMT_GLOWCOLOR, TMT_TEXTBORDERCOLOR,
2729         TMT_TEXTSHADOWCOLOR, TMT_GLYPHTEXTCOLOR, TMT_GLYPHTRANSPARENTCOLOR,
2730         TMT_FILLCOLORHINT, TMT_BORDERCOLORHINT, TMT_ACCENTCOLORHINT):
2731
2732         Increase each constant by 1.
2733
2734 2006-09-07  Danny Smith  <dannysmith@users.sourceforge.net>
2735
2736         [mingw-Bugs-1553275]
2737         * include/wingdi.h (SetLayout): Add prototype.
2738         (GetLayout): Likewise.
2739
2740 2006-09-02  Danny Smith  <dannysmith@users.sourceforge.net>
2741
2742         [mingw-Bugs-1550139]
2743         * include/oleauto.h (GetRecordInfoFromTypeInfo): Add prototype.
2744         Tanks to:  Samit Basu <samitbasu at sf dot net>
2745         (GetRecordInfoFromGuids): Add prototype.
2746
2747 2006-09-01  Danny Smith  <dannysmith@users.sourceforge.net>
2748
2749         * include/winbase.h: Add comment about 'missing' SEM flag.
2750
2751 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
2752
2753         * configure.in: Substitute with_cross_host in depending files.
2754         * configure: Regenerate.
2755         * lib/Makefile.in: Add with_cross_host to allow more granular checks.
2756         Set installation directories accordingly.
2757         * lib/ddk/Makefile.in: Ditto.
2758         * lib/directx/Makefile.in: Ditto.
2759
2760 2006-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
2761
2762         * lib/wtsapi32.def (WTSGetActiveConsoleSessionId). Move from here...
2763         * lib/kernel32.def (WTSGetActiveConsoleSessionId). ...to here.
2764         Bug reported by: <macleone at users dot sf dot net>
2765
2766 2006-07-29  Danny Smith  <dannysmith@users.sourceforge.net>
2767
2768         Update some more IMAGE relocation type indicators
2769         to PECOFF v8 (May, 2006) specs.
2770
2771         * include/winnt.h (IMAGE_REL_SH3_ABSOLUTE,
2772         IMAGE_REL_SH3_DIRECT16, IMAGE_REL_SH3_DIRECT32,
2773         IMAGE_REL_SH3_DIRECT8, IMAGE_REL_SH3_DIRECT8_WORD,
2774         IMAGE_REL_SH3_DIRECT8_LONG, IMAGE_REL_SH3_DIRECT4,
2775         IMAGE_REL_SH3_DIRECT4_WORD, IMAGE_REL_SH3_DIRECT4_LONG,
2776         IMAGE_REL_SH3_PCREL8_WORD, IMAGE_REL_SH3_PCREL8_LONG,
2777         IMAGE_REL_SH3_PCREL12_WORD, IMAGE_REL_SH3_STARTOF_SECTION,
2778         IMAGE_REL_SH3_SIZEOF_SECTION, IMAGE_REL_SH3_SECTION,
2779         IMAGE_REL_SH3_SECREL, IMAGE_REL_SH3_DIRECT32_NB,
2780         IMAGE_REL_SH3_GPREL4_LONG, IMAGE_REL_SH3_TOKEN,
2781         IMAGE_REL_SHM_PCRELPT, IMAGE_REL_SHM_REFLO,
2782         IMAGE_REL_SHM_REFHALF, IMAGE_REL_SHM_RELLO,
2783         IMAGE_REL_SHM_RELHALF, IMAGE_REL_SHM_PAIR,
2784         IMAGE_REL_SHM_NOMODE): Add defines.
2785
2786         (IMAGE_REL_M32R_ABSOLUTE, IMAGE_REL_M32R_ADDR32,
2787         IMAGE_REL_M32R_ADDR32NB, IMAGE_REL_M32R_ADDR24,
2788         IMAGE_REL_M32R_GPREL16, IMAGE_REL_M32R_PCREL24,
2789         IMAGE_REL_M32R_PCREL16, IMAGE_REL_M32R_PCREL8,
2790         IMAGE_REL_M32R_REFHALF, IMAGE_REL_M32R_REFHI,
2791         IMAGE_REL_M32R_REFLO, IMAGE_REL_M32R_PAIR,
2792         IMAGE_REL_M32R_SECTION, IMAGE_REL_M32R_SECREL,
2793         IMAGE_REL_M32R_TOKEN): Add defines.
2794
2795         (IMAGE_REL_MIPS_JMPADDR16): Add define.
2796
2797 2006-07-27  Danny Smith  <dannysmith@users.sourceforge.net>
2798
2799         Update some IMAGE flags to PECOFF v8 (May, 2006) specs.
2800         * include/winnt.h (IMAGE_FILE_MACHINE_AM33,
2801         IMAGE_FILE_MACHINE_ARM, IMAGE_FILE_MACHINE_EBC,
2802         IMAGE_FILE_MACHINE_M32R, IMAGE_FILE_MACHINE_MIPS16,
2803         IMAGE_FILE_MACHINE_MIPSFPU, IMAGE_FILE_MACHINE_MIPSFPU16,
2804         IMAGE_FILE_MACHINE_POWERPCFP, IMAGE_FILE_MACHINE_R4000,
2805         IMAGE_FILE_MACHINE_SH3, IMAGE_FILE_MACHINE_SH3DSP,
2806         IMAGE_FILE_MACHINE_SH4, IMAGE_FILE_MACHINE_SH5,
2807         IMAGE_FILE_MACHINE_THUMB, IMAGE_FILE_MACHINE_WCEMIPSV2):
2808         Add defines.
2809
2810         (IMAGE_SUBSYSTEM_EFI_APPLICATION,
2811         IMAGE_SUBSYSTEM_EFI_BOOT_SERVICE_DRIVER,
2812         IMAGE_SUBSYSTEM_EFI_RUNTIME_DRIVER, IMAGE_SUBSYSTEM_EFI_ROM):
2813         Add defines.
2814
2815         (IMAGE_SYM_CLASS_CLR_TOKEN): Add define.
2816
2817         (IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE,
2818         IMAGE_DLL_CHARACTERISTICS_FORCE_INTEGRITY,
2819         IMAGE_DLL_CHARACTERISTICS_NX_COMPAT,
2820         IMAGE_DLLCHARACTERISTICS_NO_ISOLATION, IMAGE_DLLCHARACTERISTICS_NO_SEH,
2821         IMAGE_DLLCHARACTERISTICS_NO_BIND,
2822         IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE): Add defines.
2823
2824         (IMAGE_REL_I386_TOKEN, IMAGE_REL_I386_SECREL7): Add defines.
2825
2826         (IMAGE_REL_AMD64_ABSOLUTE, IMAGE_REL_AMD64_ADDR64,
2827         IMAGE_REL_AMD64_ADDR32, IMAGE_REL_AMD64_ADDR32NB, IMAGE_REL_AMD64_REL32,
2828         IMAGE_REL_AMD64_REL32_1, IMAGE_REL_AMD64_REL32_2,
2829         IMAGE_REL_AMD64_REL32_3, IMAGE_REL_AMD64_REL32_4,
2830         IMAGE_REL_AMD64_REL32_5, IMAGE_REL_AMD64_SECTION,
2831         IMAGE_REL_AMD64_SECREL, IMAGE_REL_AMD64_SECREL7, IMAGE_REL_AMD64_TOKEN,
2832         IMAGE_REL_AMD64_SREL32, IMAGE_REL_AMD64_PAIR, IMAGE_REL_AMD64_SSPAN32):
2833         Add defines.
2834
2835         (IMAGE_REL_IA64_ABSOLUTE, IMAGE_REL_IA64_IMM14, IMAGE_REL_IA64_IMM22,
2836         IMAGE_REL_IA64_IMM64, IMAGE_REL_IA64_DIR32, IMAGE_REL_IA64_DIR64,
2837         IMAGE_REL_IA64_PCREL21B, IMAGE_REL_IA64_PCREL21M,
2838         IMAGE_REL_IA64_PCREL21F, IMAGE_REL_IA64_GPREL22, IMAGE_REL_IA64_LTOFF22,
2839         IMAGE_REL_IA64_SECTION, IMAGE_REL_IA64_SECREL22,
2840         IMAGE_REL_IA64_SECREL64I, IMAGE_REL_IA64_SECREL32,
2841         IMAGE_REL_IA64_DIR32NB, IMAGE_REL_IA64_SREL14, IMAGE_REL_IA64_SREL22,
2842         IMAGE_REL_IA64_SREL32, IMAGE_REL_IA64_UREL32, IMAGE_REL_IA64_PCREL60X,
2843         IMAGE_REL_IA64_PCREL60B, IMAGE_REL_IA64_PCREL60F,
2844         IMAGE_REL_IA64_PCREL60I, IMAGE_REL_IA64_PCREL60M,
2845         IMAGE_REL_IA64_IMMGPREL64, IMAGE_REL_IA64_TOKEN, IMAGE_REL_IA64_GPREL32,
2846         IMAGE_REL_IA64_ADDEND): Add defines.
2847
2848         (IMAGE_SCN_GPREL): Add define.
2849
2850 2006-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
2851
2852         * include/aclui.h: Replace __OBJC__ guard with _OBJC_NO_COM.
2853         * include/basetyps.h:  Likewise.
2854         (_COM_interface): New define.
2855         (interface): Define to _COM_interface, conditional on !__OBJC__.
2856         Replace 'interface' with '_COM_interface', throughout.
2857         * include/comcat.h: Replace 'interface' with '_COM_interface', throughout.
2858         * include/commdlg.h: Replace __OBJC__ guard with _OBJC_NO_COM.
2859         * include/docobj.h: Replace 'interface' with '_COM_interface', throughout.
2860         * include/mshtml.h: Likewise.
2861         * include/oaidl.h: Likewise.
2862         * include/objfwd.h: Likewise.
2863         * include/objidl.h: Likewise.
2864         * include/ocidl.h: Likwise.
2865         * include/olectl.h: Likewise.
2866         * include/oleidl.h: Likewise.
2867         * include/shlobj.h: Likewise.
2868         * include/shlwapi.h: Replace __OBJC__ guard with _OBJC_NO_COM.
2869         * include/vfw.h: Likewise.
2870         * include/windows.h. Likewise. Add comment.
2871         * include/directx/d3d9.h: Replace 'interface' with '_COM_interface',
2872         throughout.
2873
2874         * lib/test.c: Replace __OBJC__ guard with _OBJC_NO_COM.
2875         Add test for conflict with '@interface'
2876
2877 2006-07-22  ipsoner  <ipsoner@users.sourceforge.net>
2878
2879         * include/wincrypt.h (szOID_RSA, szOID_PKCS, szOID_RSA_HASH,
2880         szOID_RSA_ENCRYPT, szOID_PKCS_1, szOID_PKCS_2, szOID_PKCS_3,
2881         szOID_PKCS_4, szOID_PKCS_5, szOID_PKCS_6, szOID_PKCS_7,
2882         szOID_PKCS_8, szOID_PKCS_9, szOID_PKCS_10, szOID_PKCS_12,
2883         szOID_RSA_MD2, szOID_RSA_MD4, szOID_RSA_MD5, szOID_RSA_RSA,
2884         szOID_RSA_MD2RSA, szOID_RSA_MD4RSA, szOID_RSA_MD5RSA,
2885         szOID_RSA_SHA1RSA, szOID_RSA_SETOAEP_RSA, szOID_RSA_DH,
2886         szOID_RSA_data, szOID_RSA_signedData, szOID_RSA_envelopedData,
2887         szOID_RSA_signEnvData, szOID_RSA_digestedData, szOID_RSA_hashedData,
2888         szOID_RSA_encryptedData, szOID_RSA_emailAddr, szOID_RSA_unstructName,
2889         szOID_RSA_contentType, szOID_RSA_messageDigest, szOID_RSA_signingTime,
2890         szOID_RSA_counterSign, szOID_RSA_challengePwd, szOID_RSA_unstructAddr,
2891         szOID_RSA_extCertAttrs, szOID_RSA_SMIMECapabilities,
2892         szOID_RSA_preferSignedData, szOID_RSA_RC2CBC, szOID_RSA_RC4,
2893         szOID_RSA_DES_EDE3_CBC, szOID_RSA_RC5_CBCPad, szOID_ANSI_x942,
2894         szOID_ANSI_x942_DH, szOID_X957, szOID_X957_DSA, szOID_DATA STRUCTURE,
2895         szOID_DS, szOID_DSALG, szOID_DSALG_CRPT, szOID_DSALG_HASH,
2896         szOID_DSALG_SIGN, szOID_DSALG_RSA, szOID_OIW, szOID_OIWSEC,
2897         szOID_OIWSEC_md4RSA, szOID_OIWSEC_md5RSA, szOID_OIWSEC_md4RSA2,
2898         szOID_OIWSEC_desECB, szOID_OIWSEC_desCBC, szOID_OIWSEC_desOFB,
2899         szOID_OIWSEC_desCFB, szOID_OIWSEC_desMAC, szOID_OIWSEC_rsaSign,
2900         szOID_OIWSEC_dsa, szOID_OIWSEC_shaDSA, szOID_OIWSEC_mdc2RSA,
2901         szOID_OIWSEC_shaRSA, szOID_OIWSEC_dhCommMod, szOID_OIWSEC_desEDE,
2902         szOID_OIWSEC_sha, szOID_OIWSEC_mdc2, szOID_OIWSEC_dsaComm,
2903         szOID_OIWSEC_dsaCommSHA, szOID_OIWSEC_rsaXchg, szOID_OIWSEC_keyHashSeal,
2904         szOID_OIWSEC_md2RSASign, szOID_OIWSEC_md5RSASign, szOID_OIWSEC_sha1,
2905         szOID_OIWSEC_dsaSHA1, szOID_OIWSEC_dsaCommSHA1, szOID_OIWSEC_sha1RSASign,
2906         szOID_OIWDIR, szOID_OIWDIR_CRPT, szOID_OIWDIR_HASH, szOID_OIWDIR_SIGN,
2907         szOID_OIWDIR_md2, szOID_OIWDIR_md2RSA, szOID_INFOSEC,
2908         szOID_INFOSEC_sdnsSignature, szOID_INFOSEC_mosaicSignature,
2909         szOID_INFOSEC_sdnsConfidentiality, szOID_INFOSEC_mosaicConfidentiality,
2910         szOID_INFOSEC_sdnsIntegrity, szOID_INFOSEC_mosaicIntegrity,
2911         szOID_INFOSEC_sdnsTokenProtection, szOID_INFOSEC_mosaicTokenProtection,
2912         szOID_INFOSEC_sdnsKeyManagement, szOID_INFOSEC_mosaicKeyManagement,
2913         szOID_INFOSEC_sdnsKMandSig, szOID_INFOSEC_mosaicKMandSig,
2914         szOID_INFOSEC_SuiteASignature, szOID_INFOSEC_SuiteAConfidentiality,
2915         szOID_INFOSEC_SuiteAIntegrity, szOID_INFOSEC_SuiteATokenProtection,
2916         szOID_INFOSEC_SuiteAKeyManagement, szOID_INFOSEC_SuiteAKMandSig,
2917         szOID_INFOSEC_mosaicUpdatedSig, szOID_INFOSEC_mosaicKMandUpdSig,
2918         szOID_INFOSEC_mosaicUpdatedInteg, szOID_PKIX_NO_SIGNATURE,
2919         szOID_COMMON_NAME, szOID_COUNTRY_NAME, szOID_DEVICE_SERIAL_NUMBER,
2920         szOID_DOMAIN_COMPONENT, szOID_RSA_emailAddr, szOID_GIVEN_NAME,
2921         szOID_INITIALS, szOID_LOCALITY_NAME, szOID_ORGANIZATION_NAME,
2922         szOID_ORGANIZATIONAL_UNIT_NAME, szOID_STATE_OR_PROVINCE_NAME,
2923         szOID_STREET_ADDRESS, szOID_SUR_NAME, szOID_TITLE, szOID_RSA_unstructAddr,
2924         szOID_RSA_unstructName, szOID_BASIC_CONSTRAINTS2,
2925         CERT_BASIC_CONSTRAINTS2_INFO, CRYPT_ENCODE_PARA,CertDuplicateStore,
2926         CertEnumCertificatesInStore, CertDuplicateCertificateContext,
2927         CertGetNameStringA, CertGetNameStringW, CertGetNameString, PFXIsPFXBlob,
2928         CertFindExtension, CryptDecodeObject, CertAddCertificateContextToStore,
2929         CertCompareCertificate, PFXVerifyPassword, PFXImportCertStore,
2930         CertDeleteCertificateFromStore): Define.
2931         * lib/crypt32.def (CertDuplicateStore, CertEnumCertificatesInStore,
2932         CertDuplicateCertificateContext, CertGetNameStringA, CertGetNameStringW,
2933         CertGetNameString, PFXIsPFXBlob, CertFindExtension, CryptDecodeObject,
2934         CertAddCertificateContextToStore, CertCompareCertificate,
2935         PFXVerifyPassword, PFXImportCertStore, CertDeleteCertificateFromStore):
2936         Define.
2937
2938 2006-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2939
2940         * lib/uuid.c: Remove.
2941
2942 2006-07-20  Elias Naur  <elias_naur@users.sourceforge.net>
2943
2944         * include/devguid.h: Add new file with missing GUID_DEVCLASS_*
2945         declarations. They were extracted from the registry with a script.
2946         * lib/devguid.c: Add new file with the implementation of the
2947         missing GUIDs.
2948         * lib/Makefile.in: Add devguid.c to UUID_SOURCES and UUID_OBJS.
2949
2950 2006-07-19  Elias Naur  <elias_naur@users.sourceforge.net>
2951
2952         * include/winuser.h (WM_INPUT): Add missing Raw Input
2953         notification define.
2954         (RID_DEVICE_INFO_MOUSE, RID_DEVICE_INFO_KEYBOARD,
2955         RID_DEVICE_INFO_HID, RID_DEVICE_INFO): Define Raw Input structs
2956
2957 2006-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
2958
2959         [mingw-Bugs-1525021]
2960         * iptypes.h (IP_ADAPTER_ANYCAST_ADDRESS): Fix NONAMELESSUNION warnings.
2961         (IP_ADAPTER_MULTICAST_ADDRESS): Likewise.
2962         (IP_ADAPTER_UNICAST_ADDRESS): Likewise.
2963         (IP_ADAPTER_DNS_SERVER_ADDRESS): Likewise.
2964         (IP_ADAPTER_ADAPTER_PREFIX): Likewise.
2965         (IP_ADAPTER_ADDRESSES): Likewise.
2966
2967 2006-06-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2968
2969         * lib/uuid.c (CLSID_FileProtocol, CLSID_FtpProtocol, CLSID_GopherProtocol,
2970         CLSID_HttpProtocol, CLSID_HttpSProtocol, CLSID_MkProtocol,
2971         CLSID_PSUrlMonProxy, CLSID_StdURLMoniker): Remove.  Moved to
2972         extras-uuid.c.
2973         * lib/extras-uuid.c (CLSID_FileProtocol, CLSID_FtpProtocol, CLSID_GopherProtocol,
2974         CLSID_HttpProtocol, CLSID_HttpSProtocol, CLSID_MkProtocol,
2975         CLSID_PSUrlMonProxy, CLSID_StdURLMoniker): Added.
2976         * lib/hlguids-uuid.c: State source of CLSIDs.
2977
2978 2006-06-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2979
2980         * lib/Makefile.in: Added extras-uuid as an object and source.
2981         * lib/uuid.c (IID_IClientSiteHandler, IID_IContinue, IID_IHttpNegotiate,
2982         IID_IPersistMoniker, IID_IServerHandler, IID_ITargetEmbedding,
2983         IID_ITargetFrame, IID_ITypeComp, IID_IUrlHistoryStg, IID_IWinInetHttpInfo,
2984         IID_IWinInetInfo, IID_IEnumSTATPROPSETSTG, IID_IEnumSTATPROPSTG,
2985         IID_IEnumSTATURL): Remove.  Moved to extras-uuid.c.
2986         * lib/extras-uuid.c: New file.
2987         Thank you to Julien Lecomte (julienlecomte at users dot sourceforge dot
2988         net).
2989
2990 2006-06-12  Danny Smith  <dannysmith@users.sourceforge.net>
2991
2992         [mingw-Bugs-1424461]
2993         *include/imagehlp.h: Comment out IN, OUT and OPTIONAL,
2994         throughout.
2995         *include/rpcdce.h: Don't define IN, OUT or OPTIONAL if
2996         _NO_W32_PSEUDO_MODIFIERS.
2997         *include/rpcnsi.h: Comment out IN, OUT and OPTIONAL,
2998         throughout.
2999         *include/rpcnsip.h: Likewise.
3000         *include/windef.h: Don't define IN, OUT or OPTIONAL
3001         if _NO_W32_PSEUDO_MODIFIERS.
3002         *include/ddk/batclass.h: Comment out IN, OUT and OPTIONAL,
3003         throughout.
3004         *include/ddk/cfgmgr32.h: Likewise.
3005         *include/ddk/ddkmapi.h: Likewise.
3006         *include/ddk/hidclass.h: Likewise.
3007         *include/ddk/hidpi.h: Likewise.
3008         *include/ddk/kbdmou.h: Likewise.
3009         *include/ddk/mcd.h: Likewise.
3010         *include/ddk/miniport.h: Likewise.
3011         *include/ddk/minitape.h: Likewise.
3012         *include/ddk/ndis.h: Likewise.
3013         *include/ddk/ndistapi.h: Likewise.
3014         *include/ddk/ndiswan.h: Likewise.
3015         *include/ddk/ntapi.h: Likewise.
3016         *include/ddk/ntdd8042.h: Likewise.
3017         *include/ddk/ntddpcm.h: Likewise.
3018         *include/ddk/ntifs.h: Likewise.
3019         *include/ddk/ntpoapi.h: Likewise.
3020         *include/ddk/parallel.h: Likewise.
3021         *include/ddk/pfhook.h: Likewise.
3022         *include/ddk/scsiwmi.h: Likewise.
3023         *include/ddk/smbus.h: Likewise.
3024         *include/ddk/srb.h: Likewise.
3025         *include/ddk/storport.h: Likewise.
3026         *include/ddk/tdikrnl.h: Likewise.
3027         *include/ddk/upssvc.h: Likewise.
3028         *include/ddk/usbcamdi.h: Likewise.
3029         *include/ddk/usbscan.h: Likewise.
3030         *include/ddk/video.h: Likewise.
3031         *include/ddk/videoagp.h: Likewise.
3032         *include/ddk/win2k.h: Likewise.
3033         *include/ddk/winddi.h: Likewise.
3034         *include/ddk/winddk.h: Don't define IN, OUT or OPTIONAL
3035         if _NO_W32_PSEUDO_MODIFIERS.
3036         Comment out IN, OUT and OPTIONAL, throughout.
3037         *include/ddk/winnt4.h: Comment out IN, OUT and OPTIONAL,
3038         throughout.
3039         *include/ddk/ws2san.h: Likewise.
3040
3041 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3042
3043         * lib/Makefile.in:  Added hlguids-uuid as source and object.
3044
3045 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3046
3047         * lib/uuid.c (CLSID_StaticDib, CLSID_StaticMetafile, CLSID_StdHlink,
3048         CLSID_StdHlinkBrowseContext): Remove.  Moved to relevant files.
3049         * lib/cguid-uuid.c (CLSID_StaticDib, CLSID_StaticMetafile): Added.
3050         * lib/hlguids-uuid.c: New file.
3051         Thank you to Julien Lecomte (julienlecomte at users dot sourceforge dot
3052         net).
3053
3054 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3055
3056         * lib/Makefile.in: Added urlmon-uuid and hlink-uuid as sources and
3057         objects.
3058         * lib/uuid.c (IID_IAuthenticate, IID_IBindHost, IID_IBindProtocol,
3059         IID_IBindStatusCallback, IID_IBindStatusCallbackMsg, IID_IBinding,
3060         IID_IHlink, IID_IHlinkBrowseContext, IID_IHlinkFrame, IID_IHlinkSite,
3061         IID_IHlinkTarget): Remove.  Moved to new files.
3062         * lib/urlmon-uuid.c: New file.
3063         * lib/hlink-uuid.c: New file.
3064
3065 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3066
3067         * lib/Makefile.in: Added ativscp-uuid as source and object.
3068         * lib/uuid.c (IID_IActiveScript, IID_IActiveScriptError,
3069         IID_IActiveScriptParse, IID_IActiveScriptSite,
3070         IID_IActiveScriptSiteWindow): Remove.  Moved to ativscp-uuid.c.
3071         * lib/ativscp-uuid.c: New file.
3072
3073 2006-06-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3074
3075         * lib/uuid.c (IID_IClientSecurity, IID_IMallocSpy, IID_IServerSecurity):
3076         Remove.  Moved to objidl-uuid.c
3077         * lib/objidl-uuid.c (IID_IClientSecurity, IID_IMallocSpy,
3078         IID_IServerSecurity): Defined.
3079
3080 2006-06-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3081
3082         * lib/Makefile.in: Add cguid-uuid and olectlid-uuid as sources and
3083         objects.
3084         * lib/uuid.c (CLSID_CColorPropPage, CLSID_CFontPropPage,
3085         CLSID_CPicturePropPage, CLSID_Picture_Dib, CLSID_Picture_Metafile,
3086         CLSID_StdFont, CLSID_StdPicture, GUID_NULL, IID_ICreateTypeInfo,
3087         IID_ICreateTypeInfo2, IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_IDebug,
3088         IID_IDebugStream, IID_IDispatch, IID_IEnumFORMATETC,IID_IEnumMoniker,
3089         IID_IEnumOLEVERB, IID_IEnumSTATDATA, IID_IEnumSTATSTG, IID_IEnumString,
3090         IID_IEnumUnknown, IID_IEnumVARIANT, IID_IOleLink, IID_IPSFactory,
3091         IID_IRpcChannel, IID_IRpcProxy, IID_IRpcStub, IID_ITypeInfo,
3092         IID_ITypeInfo2, IID_ITypeLib, IID_ITypeLib2): Remove.  Moved to relevant
3093         files.
3094         * lib/oaidl-uuid.c (IID_ICreateTypeInfo, IID_ICreateTypeInfo2,
3095         IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_ITypeInfo, IID_ITypeInfo2,
3096         IID_ITypeLib, IID_ITypeLib2, IID_IEnumVARIANT): Define.
3097         * lib/cguid-uuid.c: New file.
3098         * lib/olectlid-uuid.c: New file.
3099
3100 2006-06-08  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3101
3102         * lib/Makefile.in: Add objsafe-uuid oaidl-uuid docobj-uuid comcat-uuid
3103         exdisp-uuid mlang-uuid objidl-uuid as sources and objects.
3104         * lib/uuid.c (CATID_Control, CATID_DocObject, CATID_Insertable,
3105         CATID_PersistsToPropertyBag, CATID_PersistsToStorage, CATID_PersistsToStream,
3106         CATID_PersistsToStreamInit, CATID_Printable, CATID_Programmable,
3107         CLSID_CMultiLanguage, CLSID_StdComponentCategoriesMgr, CLSID_WebBrowser,
3108         DIID_DWebBrowserEvents, DIID_DWebBrowserEvents2, IID_IAdviseSink,
3109         IID_IAdviseSink2, IID_IBindCtx, IID_ICatInformation, IID_ICatRegister,
3110         IID_IClassActivator, IID_IContinueCallback, IID_ICreateErrorInfo,
3111         IID_IDataAdviseHolder, IID_IDataObject, IID_IEnumCATEGORYINFO,
3112         IID_IEnumGUID, IID_IEnumOleDocumentViews, IID_IErrorInfo,
3113         IID_IExternalConnection, IID_IFillLockBytes, IID_ILockBytes, IID_IMalloc,
3114         IID_IMarshal, IID_IMessageFilter, IID_IMoniker, IID_IObjectSafety,
3115         IID_IOleCommandTarget, IID_IOleDocument, IID_IOleDocumentSite,
3116         IID_IOleDocumentView, IID_IPSFactoryBuffer, IID_IPersist,
3117         IID_IPersistFile, IID_IPersistStorage, IID_IPersistStream, IID_IPrint,
3118         IID_IProgressNotify, IID_IPropertySetStorage, IID_IPropertyStorage,
3119         IID_IROTData, IID_IRootStorage, IID_IRpcChannelBuffer,
3120         IID_IRpcProxyBuffer, IID_IRpcStubBuffer, IID_IRunnableObject,
3121         IID_IRunningObjectTable, IID_ISequentialStream, IID_IStdMarshalInfo,
3122         IID_IStorage, IID_IStream, IID_ISupportErrorInfo, IID_IWebBrowser,
3123         IID_IWebBrowser2, IID_IWebBrowserApp): Remove. Moved to new files.
3124         * lib/comcat-uuid.c: New file.
3125         * lib/docobj-uuid.c: New File.
3126         * lib/exdisp-uuid.c: New file.
3127         * lib/mlang-uuid.c: New file.
3128         * lib/oaidl-uuid.c: New file.
3129         * lib/objidl-uuid.c: New file.
3130         * lib/objsafe-uuid.c: New file.
3131
3132 2006-06-07  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3133
3134         * lib/Makefile.in: Add oleacc-uuid oleidl-uuid ocidl-uuid as sources and
3135         objects.
3136         * lib/uuid.c (IID_IOleCache, IID_IOleCache2, IID_IOleCacheControl, IID_IViewObject,
3137         IID_IViewObject2, IID_IDropSource, IID_IDropTarget, IID_IOleAdviseHolder,
3138         IID_IOleInPlaceUIWindow, IID_IOleInPlaceObject, IID_IOleInPlaceActiveObject,
3139         IID_IOleInPlaceFrame, IID_IOleInPlaceSite, IID_IOleContainer, IID_IOleItemContainer,
3140         IID_IOleClientSite, IID_IOleObject, IID_IOleWindow, IID_IParseDisplayName,
3141         IID_IAccessible, LIBID_Accessibility, IID_IQuickActivate, IID_IOleUndoManager,
3142         IID_IOleParentUndoUnit, IID_IOleUndoUnit, IID_IEnumOleUndoUnits, IID_IPointerInactive,
3143         IID_IAdviseSinkEx, IID_IOleInPlaceSiteEx, IID_IOleControl, IID_IOleControlSite,
3144         IID_IPersistPropertyBag, IID_IPersistPropertyBag2, IID_IPersistStreamInit,
3145         IID_IPersistMemory, IID_IPropertyBag, IID_IPropertyBag2, IID_IPropertyNotifySink,
3146         IID_IPropertyPage, IID_IPropertyPage2, IID_IPropertyPageSite, IID_IFont, IID_IFontDisp,
3147         IID_IPicture, IID_IPictureDisp, IID_IProvideClassInfo, IID_IProvideClassInfo2,
3148         IID_IEnumConnectionPoints, IID_IEnumConnections, IID_IConnectionPoint,
3149         IID_IConnectionPointContainer, IID_IClassFactory2, IID_IErrorLog,
3150         IID_IObjectWithSite, IID_IPerPropertyBrowsing, IID_ISimpleFrameSite,
3151         IID_ISpecifyPropertyPages): Remove. Moved to new files.
3152         * lib/oleidl-uuid.c: New file.
3153         * lib/oleacc-uuid.c: New file.
3154         * lib/ocidl-uuid.c: New file.
3155
3156 2006-06-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3157
3158         * lib/Makefile.in: Add unknwn-uuid and servprov-uuid as sources and
3159         objects.
3160         * lib/uuid.c (IID_IUnknown, IID_IClassFactory, IID_IServiceProvider):
3161         Remove.  Moved to unknwn-uuid and servprov-uuid.
3162         * lib/unknwn-uuid.c: New file.
3163         * lib/servprov-uuid.c: New file.
3164
3165 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
3166
3167         * include/strmif.h (VMRDeinterlaceTech): Correct typedef for DeinterlaceTech_*
3168         enum.
3169
3170 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
3171
3172         * include/strmif.h (enum tagAnalogVideoStandard): Add missing ','.
3173
3174 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
3175
3176         * include/winuser.h (DM_BITSPERPEL, DM_PELSWIDTH, DM_PELSHEIGHT,
3177         DM_DISPLAYFLAGS, DM_DISPLAYFREQUENCY): Remove.  Duplicates of
3178         wingdi.h defines.
3179
3180 2006-06-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3181
3182         * include/winuser.h ((SPI_GETMOUSETRAILS,SPI_SETMOUSETRAILS): Remove
3183         duplicate defines.
3184
3185         * include/winnt.h (SUBLANG_ARABIC_SAUDI_ARABIA): Revert accidental
3186         removal.
3187         (SUBLANG_MARATHI_INDIA): Remove duplicate define.
3188
3189 2006-05-24  Christopher Faylor  <cgf@timesys.com>
3190
3191         * configure.in: Update to newer autoconf.
3192         (thanks to Steve Ellcey)
3193         * configure: Regenerate.
3194         * aclocal.m4: New file.
3195
3196 2006-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
3197
3198         * lib/uuid.c (IID_IRpcProxyBuffer34): Remove definition.
3199
3200 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3201
3202         * include/rtutils.h (TraceDumpA,TraceDumpW,TracePutsA,TracePutsW)
3203         (TraceRegisterA,TraceRegisterW,TraceVprintfA,TraceVprintfW): Define
3204         as macros.
3205         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
3206
3207 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3208
3209         * include/mprapi.h (MprAdminMIBBufferFree,MprAdminMIBEntryCreate)
3210         (MprAdminMIBEntryDelete,MprAdminMIBEntryGet,MprAdminMIBEntryGetFirst)
3211         (MprAdminMIBEntryGetNext,MprAdminMIBEntrySet,MprAdminMIBGetTrapInfo)
3212         (MprAdminMIBServerConnect,MprAdminMIBServerDisconnect)
3213         (MprAdminMIBSetTrapInfo): Declare functions.
3214         Note: MprAdminMIBSetTrapInfo is missing from mprapi.def.
3215         (MIB_SERVER_HANDLE): New typedef.
3216         (MprConfigTransportSetInfo): Declare function.
3217         * lib/mprapi.def (MprSetupIpInIpInterfaceFriendlyNameEnum)
3218         (MprSetupIpInIpInterfaceFriendlyNameFree): Fix size.
3219
3220 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3221
3222         * lib/rtutils.def: New file. Generated on Windows XP.
3223         (TracePrintf{AW},TracePrintfEx{AW}): Left out for now.
3224         * include/rtutils.h: New file.
3225         (TraceDump{AW},TracePuts{AW},TraceRegister{AW},TraceVprintf{AW}):
3226         Commented out, they're missing from rtutils.def.
3227
3228 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3229
3230         * include/mprapi.h (MprInfoBlockAdd,MprInfoBlockFind)
3231         (MprInfoBlockQuerySize,MprInfoBlockRemove,MprInfoBlockSet)
3232         (MprInfoCreate,MprInfoDelete,MprInfoDuplicate)
3233         (MprInfoRemoveAll): Declare functions.
3234
3235 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3236
3237         * include/mprapi.h (MprConfigBufferFree,MprConfigGetFriendlyName)
3238         (MprConfigGetGuidName,MprConfigInterfaceCreate)
3239         (MprConfigInterfaceDelete,MprConfigInterfaceEnum)
3240         (MprConfigInterfaceGetHandle,MprConfigInterfaceGetInfo)
3241         (MprConfigInterfaceSetInfo,MprConfigInterfaceTransportAdd)
3242         (MprConfigInterfaceTransportEnum,MprConfigInterfaceTransportGetHandle)
3243         (MprConfigInterfaceTransportGetInfo,MprConfigInterfaceTransportRemove)
3244         (MprConfigInterfaceTransportSetInfo,MprConfigServerBackup)
3245         (MprConfigServerConnect,MprConfigServerDisconnect)
3246         (MprConfigServerGetInfo,MprConfigServerInstall)
3247         (MprConfigServerRestore,MprConfigTransportCreate)
3248         (MprConfigTransportDelete,MprConfigTransportEnum)
3249         (MprConfigTransportGetHandle,MprConfigTransportGetInfo)
3250         (MprConfigTransportSetInfo): Declare functions.
3251
3252 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3253
3254         * include/mprapi.h (MprAdminBufferFree)
3255         (MprAdminDeregisterConnectionNotification,MprAdminGetErrorString)
3256         (MprAdminInterfaceConnect,MprAdminInterfaceCreate)
3257         (MprAdminInterfaceDelete,MprAdminInterfaceDeviceGetInfo)
3258         (MprAdminInterfaceDeviceSetInfo,MprAdminInterfaceDisconnect)
3259         (MprAdminInterfaceEnum,MprAdminInterfaceGetCredentials)
3260         (MprAdminInterfaceGetCredentialsEx,MprAdminInterfaceGetHandle)
3261         (MprAdminInterfaceGetInfo,MprAdminInterfaceQueryUpdateResult)
3262         (MprAdminInterfaceSetCredentials,MprAdminInterfaceSetCredentialsEx)
3263         (MprAdminInterfaceSetInfo,MprAdminInterfaceTransportAdd)
3264         (MprAdminInterfaceTransportGetInfo,MprAdminInterfaceTransportRemove)
3265         (MprAdminInterfaceTransportSetInfo)
3266         (MprAdminInterfaceUpdatePhonebookInfo,MprAdminInterfaceUpdateRoutes)
3267         (MprAdminIsServiceRunning,MprAdminRegisterConnectionNotification)
3268         (MprAdminServerConnect,MprAdminServerDisconnect)
3269         (MprAdminServerGetCredentials,MprAdminServerGetInfo)
3270         (MprAdminServerSetCredentials,MprAdminTransportCreate)
3271         (MprAdminTransportGetInfo,MprAdminTransportSetInfo): Declare functions.
3272
3273 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3274
3275         * include/ipxtfflt.h: New file.
3276
3277 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3278
3279         * include/mprapi.h: Fix header guard. Cleanup.
3280         (MprAdminAcceptNewConnection,MprAdminAcceptNewConnection2)
3281         (MprAdminAcceptNewLink,MprAdminAcceptReauthentication)
3282         (MprAdminConnectionHangupNotification)
3283         (MprAdminConnectionHangupNotification2)
3284         (MprAdminGetIpAddressForUser,MprAdminInitializeDll)
3285         (MprAdminTerminateDll,MprAdminLinkHangupNotification)
3286         (MprAdminReleaseIpAddress): Declare functions.
3287         * lib/mprapi.def: Regenerate on Windows XP.
3288
3289 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3290
3291         * include/ipifcons.h: Cleanup.
3292         * include/ipxconst.h: Fix header guard.
3293         * include/ipxrtdef.h: include <ipxconst.h>.
3294
3295 2006-05-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3296
3297         * include/ipxrtdef.h: Cleanup.
3298         (IPX_INTERFACE_INFO_TYPE,IPX_STATIC_ROUTE_INFO_TYPE)
3299         (IPX_STATIC_SERVICE_INFO_TYPE,IPX_SERVICE_FILTER_INFO_TYPE)
3300         (IPX_ROUTE_FILTER_INFO_TYPE,IPX_IN_TRAFFIC_FILTER_INFO_TYPE)
3301         (IPX_ADAPTER_INFO_TYPE,IPXWAN_INTERFACE_INFO_TYPE,IPX_GLOBAL_INFO_TYPE)
3302         (IPX_STATIC_NETBIOS_NAME_INFO_TYPE)
3303         (IPX_IN_TRAFFIC_FILTER_GLOBAL_INFO_TYPE)
3304         (IPX_OUT_TRAFFIC_FILTER_INFO_TYPE)
3305         (IPX_OUT_TRAFFIC_FILTER_GLOBAL_INFO_TYPE): Define.
3306         * include/routprot.h: Cleanup.
3307         (PROTO_IP_OTHER,PROTO_IP_LOCAL,PROTO_IP_NETMGMT,PROTO_IP_ICMP)
3308         (PROTO_IP_EGP,PROTO_IP_GGP,PROTO_IP_HELLO,PROTO_IP_RIP,PROTO_IP_IS_IS)
3309         (PROTO_IP_ES_IS,PROTO_IP_CISCO,PROTO_IP_BBN,PROTO_IP_OSPF,PROTO_IP_BGP)
3310         (PROTO_IP_BOOTP,PROTO_IP_NT_AUTOSTATIC,PROTO_IP_NT_STATIC)
3311         (PROTO_IP_NT_STATIC_NON_DOD,IPRTRMGR_PID,IPX_PROTOCOL_BASE)
3312         (IPX_PROTOCOL_RIP,IPX_PROTOCOL_SAP,IPX_PROTOCOL_NLSP): Define.
3313         * include/fltdefs.h: New file.
3314         * include/ipinfoid.h: New file.
3315
3316 2006-05-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3317
3318         * include/strmif.h (IAMAnalogVideoDecoder,IAMAudioInputMixer)
3319         (IAMAudioRendererStats,IAMBufferNegotiation,IAMCameraControl)
3320         (IAMCertifiedOutputProtection): Add interfaces.
3321         * include/adsprop.h: New file.
3322         * include/cmnquery.h: New file.
3323         * include/dsadmin.h: New file.
3324         * include/dsclient.h: New file.
3325         * include/dsgetdc.h: New file.
3326         * include/dsquery.h: New file.
3327         * include/dsrole.h: New file.
3328         * include/ntdsapi.h: New file.
3329         * include/ntdsbcli.h: New file.
3330         * include/objsel.h: New file.
3331
3332 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3333
3334         * include/qedit.h (DEXTER_PARAM,DEXTER_VALUE,SCompFmt0): Add structures.
3335         (DEXTERF_TRACK_SEARCH_FLAGS,TIMELINE_MAJOR_TYPE): Add enums.
3336         (CONNECTF_DYNAMIC_NONE,CONNECTF_DYNAMIC_SOURCES)
3337         (CONNECTF_DYNAMIC_EFFECTS,SFN_VALIDATEF_CHECK,SFN_VALIDATEF_POPUP)
3338         (SFN_VALIDATEF_TELLME,SFN_VALIDATEF_REPLACE,SFN_VALIDATEF_USELOCAL)
3339         (SFN_VALIDATEF_NOFIND,SFN_VALIDATEF_IGNOREMUTED,RESIZEF_STRETCH)
3340         (RESIZEF_CROP,RESIZEF_PRESERVEASPECTRATIO)
3341         (RESIZEF_PRESERVEASPECTRATIO_NOLETTERBOX): Define.
3342
3343 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3344
3345         * include/qedit.h: New file.
3346         * include/errors.h: Cleanup.
3347
3348 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3349
3350         * include/amvideo.h (BIT_MASKS_MATCH): Don't use memcmp to
3351         avoid dependency on <string.h>.
3352         There's no Win32 equivalent for memcmp:
3353         http://support.microsoft.com/default.aspx?scid=kb;EN-US;q99456
3354
3355 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3356
3357         * include/amvideo.h (RESET_MASKS,RESET_PALETTE): Use ZeroMemory
3358         instead of memset to avoid dependency on <string.h>.
3359         * include/dshow.h (AM_ASPECT_RATIO_MODE,AM_WST_DRAWBGMODE,AM_WST_LEVEL)
3360         (AMExtendedSeekingCapabilities,AM_WST_SERVICE,AM_WST_STATE)
3361         (AM_WST_STYLE): Add enums.
3362         (AM_WST_PAGE,AMVABeginFrameInfo,AMVACompBufferInfo,AMVAEndFrameInfo,
3363         AMVAInternalMemInfo,AMVAUncompBufferInfo,AMVAUncompDataInfo): New
3364         structures.
3365         * include/errors.h (VFW_E_DVD_CMD_CANCELLED)
3366         (VFW_E_DVD_STATE_WRONG_VERSION,VFW_E_DVD_STATE_CORRUPT)
3367         (VFW_E_DVD_STATE_WRONG_DISC,VFW_E_DVD_INCOMPATIBLE_REGION)
3368         (VFW_E_DVD_NO_ATTRIBUTES,VFW_E_DVD_NO_GOUP_PGC)
3369         (VFW_E_DVD_LOW_PARENTAL_LEVEL,VFW_E_DVD_NOT_IN_KARAOKE_MODE)
3370         (VFW_E_FRAME_STEP_UNSUPPORTED,VFW_E_DVD_STREAM_DISABLED)
3371         (VFW_E_DVD_TITLE_UNKNOWN,VFW_E_DVD_INVALID_DISC)
3372         (VFW_E_DVD_NO_RESUME_INFORMATION)
3373         (VFW_E_PIN_ALREADY_BLOCKED_ON_THIS_THREAD,VFW_E_PIN_ALREADY_BLOCKED)
3374         (VFW_E_CERTIFICATION_FAILURE,VFW_E_VMR_NOT_IN_MIXER_MODE)
3375         (VFW_E_VMR_NO_AP_SUPPLIED,VFW_E_VMR_NO_DEINTERLACE_HW)
3376         (VFW_E_VMR_NO_PROCAMP_HW,VFW_E_DVD_VMR9_INCOMPATIBLEDEC)
3377         (VFW_E_NO_COPP_HW,VFW_E_BAD_KEY): Define.
3378         * include/evcode.h (AM_WMT_EVENT_DATA): New structure.
3379         * include/mmsystem.h (WAVE_FORMAT_EXTENSIBLE): Define.
3380         * include/edevdefs.h (ED_FORMAT_SMPTE_30,ED_FORMAT_SMPTE_30DROP)
3381         (ED_FORMAT_SMPTE_25,ED_FORMAT_SMPTE_24): Move from here...
3382         * include/strmif.h: ... to here. New file.
3383         * include/aviriff.h: New file.
3384         * include/bdatypes.h: New file.
3385         * include/control.h: New file.
3386         * include/dvdmedia.h: New file.
3387         * include/il21dec.h: New file.
3388         * include/ks.h: New file.
3389         * include/ksmedia.h: New file.
3390         * include/mmreg.h: New file.
3391         * include/mpegtype.h: New file.
3392         * include/vidcap.h: New file.
3393         * include/vmr9.h: New file.
3394         * include/vptype.h: New file.
3395         * include/xprtdefs.h: New file.
3396
3397 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3398
3399         * include/winnls.h [WINVER >= 0x0500] (LOCALE_IDEFAULTEBCDICCODEPAGE):
3400         Documented as defined on Windows 2000 or later.
3401         [WINVER >= 0x0600] (LOCALE_SDURATION,LOCALE_SIETFLANGUAGE)
3402         (LOCALE_SISO3166CTRYNAME2,LOCALE_SISO639LANGNAME2)
3403         (LOCALE_SKEYBOARDSTOINSTALL,LOCALE_SNAME,LOCALE_SNAN)
3404         (LOCALE_SNEGINFINITY,LOCALE_SPOSINFINITY,LOCALE_SSCRIPTS): Documented
3405         but values unknown, Windows Vista or later.
3406         (CAL_UMALQURA): Cleanup.
3407         (CAL_SSHORTESTDAYNAME_1,CAL_SSHORTESTDAYNAME_2,CAL_SSHORTESTDAYNAME_3)
3408         (CAL_SSHORTESTDAYNAME_4,CAL_SSHORTESTDAYNAME_5,CAL_SSHORTESTDAYNAME_6)
3409         (CAL_SSHORTESTDAYNAME7): Cleanup.
3410         [WINVER >= 0x0410] (CAL_SYEARMONTH,CAL_ITWODIGITYEARMAX)
3411         (CAL_NOUSEROVERRIDE,CAL_RETURN_NUMBER,CAL_USE_CP_ACP): Cleanup.
3412
3413 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3414
3415         * include/wingdi.h [WINVER >= 0x0500] (DC_PERSONALITY,DC_PRINTRATE)
3416         (DC_PRINTRATEUNIT,DC_PRINTERMEM,DC_MEDIAREADY,DC_STAPLE)
3417         (DC_PRINTRATEPPM,DC_COLORDEVICE,DC_NUP,DC_MEDIATYPENAMES)
3418         (DC_MEDIATYPES,DMPAPER_DBL_JAPANESE_POSTCARD,DMPAPER_A6)
3419         (DMPAPER_JENV_KAKU2,DMPAPER_JENV_KAKU3,DMPAPER_JENV_CHOU3)
3420         (DMPAPER_JENV_CHOU4,DMPAPER_LETTER_ROTATED)
3421         (DMPAPER_A3_ROTATED,DMPAPER_A4_ROTATED,DMPAPER_A5_ROTATED)
3422         (DMPAPER_B4_JIS_ROTATED,DMPAPER_B5_JIS_ROTATED)
3423         (DMPAPER_JAPANESE_POSTCARD_ROTATED)
3424         (DMPAPER_DBL_JAPANESE_POSTCARD_ROTATED)
3425         (DMPAPER_A6_ROTATED,DMPAPER_JENV_KAKU2_ROTATED)
3426         (DMPAPER_JENV_KAKU3_ROTATED,DMPAPER_JENV_CHOU3_ROTATED)
3427         (DMPAPER_JENV_CHOU4_ROTATED,DMPAPER_B6_JIS)
3428         (DMPAPER_B6_JIS_ROTATED,DMPAPER_12X11,DMPAPER_JENV_YOU4)
3429         (DMPAPER_JENV_YOU4_ROTATED,DMPAPER_P16K,DMPAPER_P32K)
3430         (DMPAPER_P32KBIG,DMPAPER_PENV_1,DMPAPER_PENV_2)
3431         (DMPAPER_PENV_3,DMPAPER_PENV_4,DMPAPER_PENV_5)
3432         (DMPAPER_PENV_6,DMPAPER_PENV_7,DMPAPER_PENV_8)
3433         (DMPAPER_PENV_9,DMPAPER_PENV_10,DMPAPER_P16K_ROTATED)
3434         (DMPAPER_P32K_ROTATED,DMPAPER_P32KBIG_ROTATED)
3435         (DMPAPER_PENV_1_ROTATED,DMPAPER_PENV_2_ROTATED)
3436         (DMPAPER_PENV_3_ROTATED,DMPAPER_PENV_4_ROTATED)
3437         (DMPAPER_PENV_5_ROTATED,DMPAPER_PENV_6_ROTATED)
3438         (DMPAPER_PENV_7_ROTATED,DMPAPER_PENV_8_ROTATED)
3439         (DMPAPER_PENV_9_ROTATED,DMPAPER_PENV_10_ROTATED): Define.
3440         (DMPAPER_LAST): Value depends on DMPAPER_* variables actually defined.
3441         (DM_PANNINGWIDTH,DM_PANNINGHEIGHT,DM_DISPLAYFIXEDOUTPUT)
3442         (DMDO_DEFAULT,DMDO_90,DMDO_180,DMDO_270,DMDFO_DEFAULT,DMDFO_STRETCH)
3443         (DMDFO_CENTER): Define.
3444         (GetDCBrushColor,GetDCPenColor): Declare.
3445         * lib/msimg32.def (GetDCBrushColor,GetDCPenColor): Add stubs.
3446
3447 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3448
3449         * include/winnt.h (LANG_PERSIAN,LANG_LOWER_SORBIAN,LANG_UPPER_SORBIAN)
3450         (LANG_TSWANA,LANG_XHOSA,LANG_ZULU,LANG_MALTESE,LANG_SAMI,LANG_IRISH)
3451         (LANG_TIBETAN,LANG_WELSH,LANG_KHMER,LANG_LAO,LANG_SINHALESE)
3452         (LANG_INUKTITUT,LANG_AMHARIC,LANG_TAMAZIGHT,LANG_FRISIAN)
3453         (LANG_PASHTO,LANG_FILIPINO,LANG_HAUSA,LANG_YORUBA,LANG_QUECHUA)
3454         (LANG_SOTHO,LANG_BASHKIR,LANG_LUXEMBOURGISH,LANG_GREENLANDIC)
3455         (LANG_IGBO,LANG_TIGRIGNA,LANG_YI,LANG_MAPUDUNGUN,LANG_MOHAWK)
3456         (LANG_BRETON,LANG_UIGHUR,LANG_MAORI,LANG_OCCITAN,LANG_CORSICAN)
3457         (LANG_ALSATIAN,LANG_YAKUT,LANG_KICHE,LANG_KINYARWANDA,LANG_WOLOF)
3458         (LANG_DARI,LANG_MALAGASY)
3459         (SUBLANG_CUSTOM_DEFAULT,SUBLANG_CUSTOM_UNSPECIFIED)
3460         (SUBLANG_UI_CUSTOM_DEFAULT,SUBLANG_AFRIKAANS_SOUTH_AFRICA)
3461         (SUBLANG_ALBANIAN_ALBANIA,SUBLANG_ALSATIAN_FRANCE)
3462         (SUBLANG_AMHARIC_ETHIOPIA,SUBLANG_ARMENIAN_ARMENIA)
3463         (SUBLANG_ASSAMESE_INDIA,SUBLANG_BASHKIR_RUSSIA,SUBLANG_BASQUE_BASQUE)
3464         (SUBLANG_BELARUSIAN_BELARUS,SUBLANG_BENGALI_INDIA)
3465         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN)
3466         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC)
3467         (SUBLANG_BRETON_FRANCE,SUBLANG_BULGARIAN_BULGARIA)
3468         (SUBLANG_CATALAN_CATALAN,SUBLANG_CORSICAN_FRANCE)
3469         (SUBLANG_CZECH_CZECH_REPUBLIC,SUBLANG_CROATIAN_CROATIA)
3470         (SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,SUBLANG_DANISH_DENMARK)
3471         (SUBLANG_DIVEHI_MALDIVES,SUBLANG_ENGLISH_IRELAND)
3472         (SUBLANG_ENGLISH_INDIA,SUBLANG_ENGLISH_MALAYSIA)
3473         (SUBLANG_ENGLISH_SINGAPORE,SUBLANG_ESTONIAN_ESTONIA)
3474         (SUBLANG_FAEROESE_FAROE_ISLANDS,SUBLANG_FILIPINO_PHILIPPINES)
3475         (SUBLANG_FINNISH_FINLAND,SUBLANG_FRISIAN_NETHERLANDS)
3476         (SUBLANG_GALICIAN_GALICIAN,SUBLANG_GEORGIAN_GEORGIA)
3477         (SUBLANG_GREEK_GREECE,SUBLANG_GREENLANDIC_GREENLAND)
3478         (SUBLANG_GUJARATI_INDIA,SUBLANG_HAUSA_NIGERIA,SUBLANG_HEBREW_ISRAEL)
3479         (SUBLANG_HINDI_INDIA,SUBLANG_HUNGARIAN_HUNGARY)
3480         (SUBLANG_ICELANDIC_ICELAND,SUBLANG_IGBO_NIGERIA)
3481         (SUBLANG_INDONESIAN_INDONESIA,SUBLANG_INUKTITUT_CANADA)
3482         (SUBLANG_INUKTITUT_CANADA_LATIN,SUBLANG_IRISH_IRELAND)
3483         (SUBLANG_JAPANESE_JAPAN,SUBLANG_KAZAK_KAZAKHSTAN)
3484         (SUBLANG_KHMER_CAMBODIA,SUBLANG_KICHE_GUATEMALA)
3485         (SUBLANG_KINYARWANDA_RWANDA,SUBLANG_KONKANI_INDIA)
3486         (SUBLANG_KYRGYZ_KYRGYZSTAN,SUBLANG_LAO_LAO_PDR)
3487         (SUBLANG_LATVIAN_LATVIA,SUBLANG_LITHUANIAN_LITHUANIA)
3488         (SUBLANG_LOWER_SORBIAN_GERMANY,SUBLANG_LUXEMBOURGISH_LUXEMBOURG)
3489         (SUBLANG_MACEDONIAN_MACEDONIA,SUBLANG_MALAYALAM_INDIA)
3490         (SUBLANG_MALTESE_MALTA,SUBLANG_MAORI_NEW_ZEALAND)
3491         (SUBLANG_MAPUDUNGUN_CHILE,SUBLANG_MARATHI_INDIA,SUBLANG_MOHAWK_MOHAWK)
3492         (SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA,SUBLANG_MONGOLIAN_PRC)
3493         (SUBLANG_NEPALI_NEPAL,SUBLANG_OCCITAN_FRANCE,SUBLANG_ORIYA_INDIA)
3494         (SUBLANG_PASHTO_AFGHANISTAN,SUBLANG_PERSIAN_IRAN)
3495         (SUBLANG_POLISH_POLAND,SUBLANG_PORTUGUESE_PORTUGAL)
3496         (SUBLANG_PUNJABI_INDIA,SUBLANG_QUECHUA_BOLIVIA,SUBLANG_QUECHUA_ECUADOR)
3497         (SUBLANG_QUECHUA_PERU,SUBLANG_ROMANIAN_ROMANIA)
3498         (SUBLANG_ROMANSH_SWITZERLAND,SUBLANG_RUSSIAN_RUSSIA)
3499         (SUBLANG_SAMI_NORTHERN_NORWAY,SUBLANG_SAMI_NORTHERN_SWEDEN)
3500         (SUBLANG_SAMI_NORTHERN_FINLAND,SUBLANG_SAMI_LULE_NORWAY)
3501         (SUBLANG_SAMI_LULE_SWEDEN,SUBLANG_SAMI_SOUTHERN_NORWAY)
3502         (SUBLANG_SAMI_SOUTHERN_SWEDEN,SUBLANG_SAMI_SKOLT_FINLAND)
3503         (SUBLANG_SAMI_INARI_FINLAND,SUBLANG_SANSKRIT_INDIA)
3504         (SUBLANG_SERBIAN_BOSNIA_HERZEGOVINA_LATIN)
3505         (SUBLANG_SERBIAN_BOSNIA_HERZEGOVINA_CYRILLIC)
3506         (SUBLANG_SINDHI_AFGHANISTAN,SUBLANG_SINHALESE_SRI_LANKA)
3507         (SUBLANG_SOTHO_NORTHERN_SOUTH_AFRICA,SUBLANG_SLOVAK_SLOVAKIA)
3508         (SUBLANG_SLOVENIAN_SLOVENIA,SUBLANG_SPANISH_US,SUBLANG_SWEDISH_SWEDEN)
3509         (SUBLANG_SYRIAC,SUBLANG_TAJIK_TAJIKISTAN)
3510         (SUBLANG_TAMAZIGHT_ALGERIA_LATIN,SUBLANG_TAMIL_INDIA)
3511         (SUBLANG_TATAR_RUSSIA,SUBLANG_TELUGU_INDIA,SUBLANG_THAI_THAILAND)
3512         (SUBLANG_TIBETAN_PRC,SUBLANG_TIBETAN_BHUTAN,SUBLANG_TIGRIGNA_ERITREA)
3513         (SUBLANG_TSWANA_SOUTH_AFRICA,SUBLANG_TURKISH_TURKEY)
3514         (SUBLANG_TURKMEN_TURKMENISTAN,SUBLANG_UIGHUR_PRC)
3515         (SUBLANG_UKRAINIAN_UKRAINE,SUBLANG_UPPER_SORBIAN_GERMANY)
3516         (SUBLANG_VIETNAMESE_VIETNAM,SUBLANG_WELSH_UNITED_KINGDOM)
3517         (SUBLANG_WOLOF_SENEGAL,SUBLANG_YORUBA_NIGERIA)
3518         (SUBLANG_XHOSA_SOUTH_AFRICA,SUBLANG_YAKUT_RUSSIA,SUBLANG_YI_PRC)
3519         (SUBLANG_ZULU_SOUTH_AFRICA): Define.
3520         (SUBLANG_ARABIC_SAUDI_ARABIA): Removed by error.
3521         (SUBLANG_MARATHI_INDIA): Defined twice by error.
3522
3523 2006-05-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3524
3525         * lib/directx/Makefile.in: Remove reference to libquartz.a since
3526         it was moved.
3527
3528 2006-05-05  Earnie Boyd  <earnie@users.sf.net>
3529
3530         * lib/scrnsave.c: Correct misspelled SPI_SCREENSAVERUNNING to
3531         SPI_SETSCREENSAVERUNNING.
3532         * include winuser.h (SPI_SCREENSAVERRUNNING): Remove again.
3533
3534 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3535
3536         * include/winuser.h (SPI_SCREENSAVERRUNNING): Define.
3537         It had been removed because it's no documented, but Cygwin needs it.
3538
3539 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3540
3541         * include/amvideo.h (IFullScreenVideo): Define.
3542         (BIT_MASKS_MATCH,PALETTISED,PALETTE_ENTRIES,RESET_MASKS,RESET_PALETTE,
3543         SIZE_EGA_PALETTE,SIZE_MASKS,SIZE_PALETTE): Added Macros.
3544
3545 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3546
3547         * include/winnls.h (CAL_SYEARMONTH,CAL_ITWODIGITYEARMAX,
3548         CAL_NOUSEROVERRIDE,CAL_RETURN_NUMBER,CAL_USE_CP_ACP): Documented
3549         as available on Windows 98 and better.
3550         (CAL_SSHORTESTDAYNAME_1,CAL_SSHORTESTDAYNAME_2,CAL_SSHORTESTDAYNAME_3)
3551         (CAL_SSHORTESTDAYNAME_4,CAL_SSHORTESTDAYNAME_5,CAL_SSHORTESTDAYNAME_6)
3552         (CAL_SSHORTESTDAYNAME7,CAL_UMALQURA): Define, Windows Vista and better.
3553
3554 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3555
3556         * include/amvideo.h: New file.
3557         * include/dshow.h: Include <amvideo.h>.
3558
3559 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3560
3561         * include/winuser.h (MOUSEEVENTF_XDOWN,MOUSEEVENTF_XUP): Define.
3562         (MOUSEEVENTF_MOVE,MOUSEEVENTF_LEFTDOWN,MOUSEEVENTF_LEFTUP)
3563         (MOUSEEVENTF_RIGHTDOWN,MOUSEEVENTF_RIGHTUP,MOUSEEVENTF_MIDDLEDOWN)
3564         (MOUSEEVENTF_MIDDLEUP,MOUSEEVENTF_ABSOLUTE,MOUSEEVENTF_WHEEL): Cleanup.
3565         (HWND_BROADCAST): Cleanup.
3566         (HWND_MESSAGE): Windows 2000 only.
3567         (SMTO_ABORTIFHUNG,SMTO_BLOCK,SMTO_NORMAL): Cleanup.
3568         (SMTO_NOTIMEOUTIFNOTHUNG): Define.
3569         (SIF_DISABLENOSCROLL,SIF_PAGE,SIF_POS,SIF_RANGE,SIF_TRACKPOS)
3570         (SIF_ALL): Cleanup.
3571         (SWP_DRAWFRAME,SWP_FRAMECHANGED,SWP_HIDEWINDOW,SWP_NOACTIVATE)
3572         (SWP_NOCOPYBITS,SWP_NOMOVE,SWP_NOSIZE,SWP_NOREDRAW,SWP_NOZORDER)
3573         (SWP_SHOWWINDOW,SWP_NOOWNERZORDER,SWP_NOREPOSITION,SWP_NOSENDCHANGING)
3574         (SWP_DEFERERASE,SWP_ASYNCWINDOWPOS): Cleanup.
3575         (HSHELL_ENDTASK,HSHELL_ACCESSIBILITYSTATE,HSHELL_APPCOMMAND): Define.
3576         (SPI_GETBLOCKSENDINPUTRESETS,SPI_GETCARETWIDTH,SPI_GETDROPSHADOW)
3577         (SPI_GETFILTERKEYS,SPI_GETFLATMENU,SPI_GETFOCUSBORDERHEIGHT)
3578         (SPI_GETFOCUSBORDERWIDTH,SPI_GETFONTSMOOTHINGCONTRAST)
3579         (SPI_GETFONTSMOOTHINGTYPE,SPI_GETFOREGROUNDFLASHCOUNT)
3580         (SPI_GETMENUSHOWDELAY,SPI_GETMOUSECLICKLOCK,SPI_GETMOUSECLICKLOCKTIME)
3581         (SPI_GETMOUSEHOVERHEIGHT,SPI_GETMOUSEHOVERTIME,SPI_GETMOUSEHOVERWIDTH)
3582         (SPI_GETMOUSESONAR,SPI_GETMOUSEVANISH,SPI_GETNONCLIENTMETRICS)
3583         (SPI_GETPOWEROFFACTIVE,SPI_GETPOWEROFFTIMEOUT,SPI_GETSCREENREADER)
3584         (SPI_GETSCREENSAVEACTIVE,SPI_GETSCREENSAVERRUNNING)
3585         (SPI_GETSCREENSAVETIMEOUT,SPI_GETMOUSEVANISH,SPI_GETNONCLIENTMETRICS)
3586         (SPI_GETPOWEROFFACTIVE,SPI_GETPOWEROFFTIMEOUT,SPI_GETSCREENREADER)
3587         (SPI_GETSCREENSAVEACTIVE,SPI_GETSCREENSAVERRUNNING)
3588         (SPI_GETSCREENSAVETIMEOUT,SPI_GETSNAPTODEFBUTTON,SPI_GETUIEFFECTS)
3589         (SPI_SETBLOCKSENDINPUTRESETS,SPI_SETCARETWIDTH,SPI_SETCURSORS)
3590         (SPI_SETDROPSHADOW,SPI_SETFILTERKEYS,SPI_SETFLATMENU)
3591         (SPI_SETFOCUSBORDERHEIGHT,SPI_SETFOCUSBORDERWIDTH)
3592         (SPI_SETFONTSMOOTHINGCONTRAST,SPI_SETFONTSMOOTHINGTYPE)
3593         (SPI_SETFOREGROUNDFLASHCOUNT,SPI_SETICONS,SPI_SETMENUSHOWDELAY)
3594         (SPI_SETMOUSECLICKLOCK,SPI_SETMOUSECLICKLOCKTIME)
3595         (SPI_SETMOUSEHOVERHEIGHT,SPI_SETMOUSEHOVERTIME)
3596         (SPI_SETMOUSEHOVERWIDTH,SPI_SETMOUSESONAR,SPI_SETMOUSEVANISH)
3597         (SPI_SETNONCLIENTMETRICS,SPI_SETPENWINDOWS,SPI_SETPOWEROFFACTIVE)
3598         (SPI_SETPOWEROFFTIMEOUT,SPI_SETSCREENREADER,SPI_SETSCREENSAVEACTIVE)
3599         (SPI_SETSCREENSAVERRUNNING,SPI_SETSCREENSAVETIMEOUT,SPI_SETSHOWIMEUI)
3600         (SPI_SETSNAPTODEFBUTTON,SPI_SETUIEFFECTS): Define.
3601         (SPI_GETACCESSTIMEOUT,SPI_GETANIMATION,SPI_GETBEEP)
3602         (SPI_GETDEFAULTINPUTLANG,SPI_GETDESKWALLPAPER,SPI_GETDRAGFULLWINDOWS)
3603         (SPI_GETFASTTASKSWITCH,SPI_GETFONTSMOOTHING,SPI_GETGRIDGRANULARITY)
3604         (SPI_GETHIGHCONTRAST,SPI_GETICONMETRICS,SPI_GETICONTITLELOGFONT)
3605         (SPI_GETICONTITLEWRAP,SPI_GETKEYBOARDDELAY,SPI_GETKEYBOARDPREF)
3606         (SPI_GETKEYBOARDSPEED,SPI_GETLOWPOWERACTIVE,SPI_GETLOWPOWERTIMEOUT)
3607         (SPI_GETMENUDROPALIGNMENT,SPI_GETMENUUNDERLINES,SPI_GETMINIMIZEDMETRICS)
3608         (SPI_GETMOUSE,SPI_GETMOUSEKEYS,SPI_GETMOUSESPEED,SPI_GETMOUSETRAILS)
3609         (SPI_GETSERIALKEYS,SPI_GETSHOWIMEUI,SPI_GETSHOWSOUNDS)
3610         (SPI_GETSOUNDSENTRY,SPI_GETSTICKYKEYS,SPI_GETTOGGLEKEYS)
3611         (SPI_GETWHEELSCROLLLINES,SPI_GETWINDOWSEXTENSION,SPI_GETWORKAREA)
3612         (SPI_ICONHORIZONTALSPACING,SPI_ICONVERTICALSPACING)
3613         (SPI_SETACCESSTIMEOUT,SPI_SETANIMATION,SPI_SETBEEP,SPI_SETBORDER)
3614         (SPI_SETDEFAULTINPUTLANG,SPI_SETDESKPATTERN,SPI_SETDESKWALLPAPER)
3615         (SPI_SETDOUBLECLICKTIME,SPI_SETDOUBLECLKHEIGHT,SPI_SETDOUBLECLKWIDTH)
3616         (SPI_SETDRAGFULLWINDOWS,SPI_SETDRAGHEIGHT,SPI_SETDRAGWIDTH)
3617         (SPI_SETFASTTASKSWITCH,SPI_SETFONTSMOOTHING,SPI_SETGRIDGRANULARITY)
3618         (SPI_SETHANDHELD,SPI_SETHIGHCONTRAST,SPI_SETICONMETRICS)
3619         (SPI_SETICONTITLELOGFONT,SPI_SETICONTITLEWRAP,SPI_SETKEYBOARDDELAY)
3620         (SPI_SETKEYBOARDPREF,SPI_SETKEYBOARDSPEED,SPI_SETLANGTOGGLE)
3621         (SPI_SETLOWPOWERACTIVE,SPI_SETLOWPOWERTIMEOUT,SPI_SETMENUDROPALIGNMENT)
3622         (SPI_SETMENUUNDERLINES,SPI_SETMINIMIZEDMETRICS,SPI_SETMOUSE)
3623         (SPI_SETMOUSEBUTTONSWAP,SPI_SETMOUSEKEYS,SPI_SETMOUSESPEED)
3624         (SPI_SETMOUSETRAILS,SPI_SETSERIALKEYS,SPI_SETSHOWSOUNDS)
3625         (SPI_SETSOUNDSENTRY,SPI_SETSTICKYKEYS,SPI_SETTOGGLEKEYS)
3626         (SPI_SETWHEELSCROLLLINES,SPI_SETWORKAREA): Cleanup.
3627         (SPI_GETMOUSETRAILS,SPI_SETMOUSETRAILS): Defined twice by error.
3628         (SPI_SCREENSAVERRUNNING): Removed.
3629         (SPIF_UPDATEINIFILE,SPIF_SENDCHANGE,SPIF_SENDWININICHANGE): Cleanup.
3630         * include/wingdi.h (ETO_NUMERICSLATIN,ETO_NUMERICSLOCAL)
3631         (ETO_IGNORELANGUAGE,ETO_PDY): Define.
3632         (ETO_CLIPPED,ETO_GLYPH_INDEX,ETO_OPAQUE,ETO_RTLREADING): Cleanup.
3633
3634 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3635
3636         * include/mprapi.h (MPR_SERVER_HANDLE): Add typedef.
3637         (MprAdminGetPDCServer): Add prototype.
3638         (MprAdminSendUserMessage): Add prototype.
3639         (MprAdminUserGetInfo): Add prototype.
3640         (MprAdminUserSetInfo): Add prototype.
3641         * lib/mprapi.def: Add stubs for above functions.
3642
3643 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3644
3645         * lib/directx/quartz.def: Move from here...
3646         * lib/quartz.def: ... to here.
3647
3648 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3649
3650         * include/amaudio.h: New file.
3651         * include/dshow.h: Include <amaudio.h>.
3652
3653 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3654
3655         * include/errors.h: New file.
3656         * include/dshow.h: Include <errors.h>.
3657
3658 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3659
3660         * include/dshow.h: New file.
3661         * include/evcode.h: New file.
3662         * include/audevcod.h: New file.
3663         * include/dvdevcod.h: New file.
3664
3665 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3666
3667         * include/mprapi.h (RAS_SERVER_HANDLE): Add typedef.
3668         (MprAdminConnectionClearStats): Add prototype.
3669         (MprAdminConnectionEnum): Add  prototype.
3670         (MprAdminConnectionGetInfo): Add prototype.
3671         (MprAdminConnectionRemoveQuarantine): Add prototype.
3672         (MprAdminPortClearStats): Add prototype.
3673         (MprAdminPortDisconnect): Add prototype.
3674         (MprAdminPortEnum): Add prototype.
3675         (MprAdminPortGetInfo): Add prototype.
3676         (MprAdminPortReset): Add prototype.
3677         * lib/mprapi.def: New file.
3678
3679 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3680
3681         *  include/mprapi.h: #include <lmcons.h>
3682         (MAX_DEVICETYPE_NAME): Add define.
3683         (MAX_PHONE_NUMBER_LEN): Add define.
3684         (ATADDRESSLEN): Add define.
3685         (IPADDRESSLEN): Add define.
3686         (IPXADDRESSLEN): Add define.
3687         (MPR_ENABLE_RAS_ON_DEVICE): Add define.
3688         (MPR_ENABLE_ROUTING_ON_DEVICE): Add define.
3689         (RAS_FLAGS_PPP_CONNECTION): Add define.
3690         (RAS_FLAGS_MESSENGER_PRESENT): Add define.
3691         (RAS_FLAGS_RAS_CONNECTION): Add define.
3692         (RAS_FLAGS_QUARANTINE_PRESENT): Add define.
3693         (RASCCPCA_STAC): Add define.
3694         (RASCCPCA_MPPC): Add define.
3695         (PPP_CCP_COMPRESSION): Add define.
3696         (PPP_CCP_ENCRYPTION40BITOLD): Add define.
3697         (PPP_CCP_ENCRYPTION40BIT): Add define.
3698         (PPP_CCP_ENCRYPTION128BIT): Add define.
3699         (PPP_CCP_ENCRYPTION56BIT): Add define.
3700         (PPP_CCP_HISTORYLESS): Add define.
3701         (RASPRIV_NoCallback): Add define.
3702         (RASPRIV_AdminSetCallback): Add define.
3703         (RASPRIV_CallerSetCallback): Add define.
3704         (RASPRIV_DialinPrivilege): Add define.
3705         (RASPRIV_CallbackType): Add define.
3706         (RASPRIV2_DialinPolicy): Add define.
3707         (PPP_LCP_PAP): Add define.
3708         (PPP_LCP_SPAP): Add define.
3709         (PPP_LCP_CHAP): Add define.
3710         (PPP_LCP_EAP): Add define.
3711         (PPP_LCP_CHAP_MD5): Add define.
3712         (PPP_LCP_CHAP_MS): Add define.
3713         (PPP_LCP_CHAP_MSV2): Add define.
3714         (PPP_LCP_MULTILINK_FRAMING): Add define.
3715         (enum _RAS_HARDWARE_CONDITION): Add.
3716         (enum _RAS_PORT_CONDITION): Add.
3717         (struct _PPP_ATCP_INFO): Add.
3718         (struct _PPP_ATCP_INFO): Add.
3719         (struct _PPP_IPCP_INFO): Add.
3720         (struct _PPP_IPCP_INFO2): Add.
3721         (struct _PPP_IPXCP_INFO): Add.
3722         (struct _PPP_LCP_INFO): Add.
3723         (struct _PPP_NBFCP_INFO): Add.
3724         (struct _PPP_INFO): Add.
3725         (struct _PPP_INFO_2): Add.
3726         (struct _RAS_CONNECTION_0): Add.
3727         (struct RAS_CONNECTION_1): Add.
3728         (struct _RAS_CONNECTION_2): Add.
3729         (struct RAS_PORT_0): Add.
3730         (struct _RAS_PORT_1): Add.
3731         (struct _RAS_USER_0): Add.
3732         (struct _RAS_USER_1): Add.
3733
3734 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3735
3736         * include/mprapi.h: New file.
3737         * include/routprot.h: New file.
3738         * include/ipxrtdef.h: New file.
3739         * include/ipxconst.h: New file.
3740         * include/stm.h: New file.
3741
3742 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3743
3744         * include/ddk/winddk.h (KAFFINITY): Fix typo.
3745         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
3746
3747 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3748
3749         * include/winbase.h (ENUMRESLANGPROC,ENUMRESLANGPROCA,ENUMRESLANGPROCW)
3750         (ENUMRESNAMEPROC,ENUMRESNAMEPROCA,ENUMRESNAMEPROCW)
3751         (ENUMRESTYPEPROC,ENUMRESTYPEPROCA,ENUMRESTYPEPROCW): ANSI and Unicode
3752         versions.
3753         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
3754
3755 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3756
3757         * include/ntsecapi.h (POLICY_DNS_DOMAIN_INFO): Fix typo.
3758         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
3759
3760 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3761
3762         * include/wingdi.h (BITMAPV5HEADER): New structure definition.
3763
3764 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3765
3766         * include/basetyps.h (REFFMTID): Define properly.
3767
3768 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3769
3770         * include/winnt.h (WT_SET_MAX_THREADPOOL_THREADS): Define.
3771         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
3772
3773 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3774
3775         * include/ipifcons.h (MIN_IF_TYPE,IF_TYPE_OTHER,IF_TYPE_REGULAR_1822)
3776         (IF_TYPE_HDH_1822,IF_TYPE_DDN_X25,IF_TYPE_RFC877_X25)
3777         (IF_TYPE_ETHERNET_CSMACD,IF_TYPE_IS088023_CSMACD)
3778         (IF_TYPE_ISO88024_TOKENBUS,IF_TYPE_ISO88025_TOKENRING)
3779         (IF_TYPE_ISO88026_MAN,IF_TYPE_STARLAN,IF_TYPE_PROTEON_10MBIT)
3780         (IF_TYPE_PROTEON_80MBIT,IF_TYPE_HYPERCHANNEL,IF_TYPE_FDDI)
3781         (IF_TYPE_LAP_B,IF_TYPE_SDLC,IF_TYPE_DS1,IF_TYPE_E1,IF_TYPE_BASIC_ISDN)
3782         (IF_TYPE_PRIMARY_ISDN,IF_TYPE_PROP_POINT2POINT_SERIAL,IF_TYPE_PPP)
3783         (IF_TYPE_SOFTWARE_LOOPBACK,IF_TYPE_EON,IF_TYPE_ETHERNET_3MBIT)
3784         (IF_TYPE_NSIP,IF_TYPE_SLIP,IF_TYPE_ULTRA,IF_TYPE_DS3,IF_TYPE_SIP)
3785         (IF_TYPE_FRAMERELAY,IF_TYPE_RS232,IF_TYPE_PARA,IF_TYPE_ARCNET)
3786         (IF_TYPE_ARCNET_PLUS,IF_TYPE_ATM,IF_TYPE_MIO_X25,IF_TYPE_SONET)
3787         (IF_TYPE_X25_PLE,IF_TYPE_ISO88022_LLC,IF_TYPE_LOCALTALK)
3788         (IF_TYPE_SMDS_DXI,IF_TYPE_FRAMERELAY_SERVICE,IF_TYPE_V35,IF_TYPE_HSSI)
3789         (IF_TYPE_HIPPI,IF_TYPE_MODEM,IF_TYPE_AAL5,IF_TYPE_SONET_PATH)
3790         (IF_TYPE_SONET_VT,IF_TYPE_SMDS_ICIP,IF_TYPE_PROP_VIRTUAL)
3791         (IF_TYPE_PROP_MULTIPLEXOR,IF_TYPE_IEEE80212,IF_TYPE_FIBRECHANNEL)
3792         (IF_TYPE_HIPPIINTERFACE,IF_TYPE_FRAMERELAY_INTERCONNECT)
3793         (IF_TYPE_AFLANE_8023,IF_TYPE_AFLANE_8025,IF_TYPE_CCTEMUL)
3794         (IF_TYPE_FASTETHER,IF_TYPE_ISDN,IF_TYPE_V11,IF_TYPE_V36)
3795         (IF_TYPE_G703_64K,IF_TYPE_G703_2MB,IF_TYPE_QLLC,IF_TYPE_FASTETHER_FX)
3796         (IF_TYPE_CHANNEL,IF_TYPE_IEEE80211,,IF_TYPE_IBM370PARCHAN)
3797         (IF_TYPE_ESCON,IF_TYPE_DLSW,IF_TYPE_ISDN_S,IF_TYPE_ISDN_U)
3798         (IF_TYPE_LAP_D,IF_TYPE_IPSWITCH,IF_TYPE_RSRB,IF_TYPE_ATM_LOGICAL)
3799         (IF_TYPE_DS0,IF_TYPE_DS0_BUNDLE,IF_TYPE_BSC,IF_TYPE_ASYNC,IF_TYPE_CNR)
3800         (IF_TYPE_ISO88025R_DTR,IF_TYPE_EPLRS,IF_TYPE_ARAP,IF_TYPE_PROP_CNLS)
3801         (IF_TYPE_HOSTPAD,IF_TYPE_TERMPAD,IF_TYPE_FRAMERELAY_MPI,IF_TYPE_X213)
3802         (IF_TYPE_ADSL,IF_TYPE_RADSL,IF_TYPE_SDSL,IF_TYPE_VDSL)
3803         (IF_TYPE_ISO88025_CRFPRINT,IF_TYPE_MYRINET,IF_TYPE_VOICE_EM)
3804         (IF_TYPE_VOICE_FXO,IF_TYPE_VOICE_FXS,IF_TYPE_VOICE_ENCAP)
3805         (IF_TYPE_VOICE_OVERIP,IF_TYPE_ATM_DXI,IF_TYPE_ATM_FUNI,IF_TYPE_ATM_IMA)
3806         (IF_TYPE_PPPMULTILINKBUNDLE,IF_TYPE_IPOVER_CDLC,IF_TYPE_IPOVER_CLAW)
3807         (IF_TYPE_STACKTOSTACK,IF_TYPE_VIRTUALIPADDRESS,IF_TYPE_MPC
3808         (IF_TYPE_IPOVER_ATM,IF_TYPE_ISO88025_FIBER,IF_TYPE_TDLC
3809         (IF_TYPE_GIGABITETHERNET,IF_TYPE_HDLC,IF_TYPE_LAP_F,IF_TYPE_V37)
3810         (IF_TYPE_X25_MLP,IF_TYPE_X25_HUNTGROUP,IF_TYPE_TRANSPHDLC)
3811         (IF_TYPE_INTERLEAVE,IF_TYPE_FAST,IF_TYPE_IP,IF_TYPE_DOCSCABLE_MACLAYER)
3812         (IF_TYPE_DOCSCABLE_DOWNSTREAM,IF_TYPE_DOCSCABLE_UPSTREAM)
3813         (IF_TYPE_A12MPPSWITCH,IF_TYPE_TUNNEL,IF_TYPE_COFFEE,IF_TYPE_CES)
3814         (IF_TYPE_ATM_SUBINTERFACE,IF_TYPE_L2_VLAN,IF_TYPE_L3_IPVLAN)
3815         (IF_TYPE_L3_IPXVLAN,IF_TYPE_DIGITALPOWERLINE,IF_TYPE_MEDIAMAILOVERIP)
3816         (IF_TYPE_DTM,IF_TYPE_DCN,IF_TYPE_IPFORWARD,IF_TYPE_MSDSL)
3817         (IF_TYPE_IEEE1394,IF_TYPE_RECEIVE_ONLY,MAX_IF_TYPE,IF_ACCESS_LOOPBACK)
3818         (IF_ACCESS_BROADCAST,IF_ACCESS_POINTTOPOINT)
3819         (IF_ACCESS_POINTTOMULTIPOINT,IF_CHECK_NONE,IF_CHECK_MCAST)
3820         (IF_CHECK_SEND,IF_CONNECTION_DEDICATED,IF_CONNECTION_PASSIVE)
3821         (IF_CONNECTION_DEMAND,IF_ADMIN_STATUS_UP,IF_ADMIN_STATUS_DOWN)
3822         (IF_ADMIN_STATUS_TESTING,IF_OPER_STATUS_NON_OPERATIONAL)
3823         (IF_OPER_STATUS_UNREACHABLE,IF_OPER_STATUS_DISCONNECTED)
3824         (IF_OPER_STATUS_CONNECTING,IF_OPER_STATUS_CONNECTED)
3825         (IF_OPER_STATUS_OPERATIONAL): Define.
3826         * include/winbase.h (CancelWaitableTimer,UnregisterWait):
3827         Add function declaration.
3828         * include/mgm.h: New file.
3829         * lib/rtm.def: New file.
3830         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
3831
3832 2006-04-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3833
3834         * include/ws2tcpip.h (gai_strerror): Remove thread-safety comment.
3835         This function cannot be made thread-safe, the API would have to be
3836         changed for that, just like strerror() -> strerror_r() and similar
3837         ISO C or POSIX functions...
3838
3839 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3840
3841         * include/edevdefs.h: New file.
3842
3843 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3844
3845         * include/mmsystem.h (_LPCWAVEFORMATEX_DEFINED): Define.
3846         Use as guard for the WAVEFORMATEX structure instead of
3847         _WAVEFORMATEX_ to avoid clashes with DirectSound. Keep
3848         _WAVEFORMATEX_ for compatibility.
3849         Thanks to:    Andrew Jones <guln at sf dot net>
3850
3851 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3852
3853         * include/winuser.h (CharNextEx,CharNextExW,CharPrevEx,CharPrevExW):
3854         Delete. Only CharNextExA and CharPrevExA are documented in MSDN.
3855         Thanks to:    David Golub <david_golub at sf dot net>
3856
3857 2006-04-18  Eric House  <ehouse@eehouse.org>
3858
3859         PocketPC support.
3860         * include/aygshell.h: New file [_WIN32_WCE]. Declare most common
3861         functions for using aygshell on PocketPC:
3862         SHCreateMenuBar, SHFindMenuBar, SHCreateNewItem, SHFullScreen,
3863         SHSipInfo, SHHandleWMActivate, SHHandleWMSettingChange
3864
3865         * include/commctrl.h [_WIN32_WCE] Add function prototypes for
3866         command bar API on PocketPC:
3867         CommandBar_Create, CommandBar_Show, CommandBar_AddBitmap,
3868         CommandBar_InsertComboBox, CommandBar_InsertMenubar,
3869         CommandBar_InsertMenubarEx, CommandBar_DrawMenuBar,
3870         CommandBar_GetMenu, CommandBar_AddAdornments, CommandBar_Height,
3871         CommandBar_InsertButton, CommandBar_Destroy.
3872
3873         * include/winbase.h [_WIN32_WCE] (WIN32_FIND_DATA{A|W}): Remove
3874         fields not present on PocketPC.
3875         (GetCurrentThreadId): Conditionally declare as extern function
3876         without dllimport attribute on PocketPC.
3877         (ResetEvent): Likwise.
3878         (SetEvent): Likewise.
3879
3880         * include/wingdi.h [_WIN32_WCE]  (GetTextExtentPoint32{A|W}):
3881         Conditionally declare as extern function without dllimport
3882          attribute on PocketPC.
3883         * winuser.h  [_WIN32_WCE] (DialogBoxParam{A|W}): Conditionally
3884         declare as extern function without dllimport attribute on PocketPC.
3885
3886 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
3887
3888         * lib/test.c: Include icm.h.
3889
3890 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
3891
3892         * include/wingdi.h (ColorCorrectPalette): Add declaration.
3893         (CreateColorSpace): Add UNICODE mappings.
3894         * lib/gdi32.def (ColorCorrectPalette): Add stub.
3895         * include/icm.h: New file.
3896         * lib/mscms.def: New file.
3897         * lib/icmui.def: New file.
3898
3899 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
3900
3901         * include/winnt.h (IMAGE_FILE_MACHINE_IA64): New define.
3902         (IMAGE_FILE_MACHINE_AMD64): New define.
3903         (IMAGE_NT_OPTIONAL_HDR32_MAGIC,IMAGE_NT_OPTIONAL_HDR64_MAGIC):
3904         New defines.
3905         (IMAGE_NT_OPTIONAL_HDR_MAGIC): Map to one of the above.
3906         (IMAGE_SUBSYSTEM_NATIVE_WINDOWS): New define.
3907         (IMAGE_SUBSYSTEM_WINDOWS_CE_GUI): New define.
3908         (IMAGE_DLLCHARACTERISTICS_WDM_DRIVER): New define.
3909         (IMAGE_DIRECTORY_ENTRY_ARCHITECTURE,IMAGE_DIRECTORY_ENTRY_DELAY_IMPORT)
3910         (IMAGE_DIRECTORY_ENTRY_COM_DESCRIPTOR): New defines.
3911         (IMAGE_SCN_TYPE_REG,IMAGE_SCN_TYPE_DSECT,IMAGE_SCN_TYPE_NOLOAD)
3912         (IMAGE_SCN_TYPE_GROUP,IMAGE_SCN_TYPE_COPY,IMAGE_SCN_TYPE_OVER):
3913         New defines.
3914         (IMAGE_SCN_ALIGN_128BYTES,IMAGE_SCN_ALIGN_256BYTES)
3915         (IMAGE_SCN_ALIGN_512BYTES,IMAGE_SCN_ALIGN_1024BYTES)
3916         (IMAGE_SCN_ALIGN_2048BYTES,IMAGE_SCN_ALIGN_4096BYTES)
3917         (IMAGE_SCN_ALIGN_8192BYTES): New defines.
3918         (IMAGE_DEBUG_TYPE_BORLAND): New define.
3919         (IMAGE_OPTIONAL_HEADER32,PIMAGE_OPTIONAL_HEADER32)
3920         (IMAGE_OPTIONAL_HEADER64,PIMAGE_OPTIONAL_HEADER64): New structure
3921         definitions and typedefs.
3922         (IMAGE_OPTIONAL_HEADER,PIMAGE_OPTIONAL_HEADER): Map to the above.
3923         (IMAGE_NT_HEADERS32,PIMAGE_NT_HEADERS32,IMAGE_NT_HEADERS64)
3924         (PIMAGE_NT_HEADERS64): New structure definitions and typedefs.
3925         (IMAGE_NT_HEADERS,PIMAGE_NT_HEADERS): Map to the above.
3926         (IMAGE_LOAD_CONFIG_DIRECTORY64,PIMAGE_LOAD_CONFIG_DIRECTORY64):
3927         New structure definition and typedefs.
3928         (IMAGE_CE_RUNTIME_FUNCTION_ENTRY,PIMAGE_CE_RUNTIME_FUNCTION_ENTRY):
3929         Likewise.
3930         (IMAGE_FUNCTION_ENTRY64,PIMAGE_FUNCTION_ENTRY64): Likewise.
3931
3932 2006-04-18  Bart Oldeman  <bartoldeman@users.sf.net>
3933
3934         * lib/test.c: Fix typo in #inlcude.
3935         * include/aclui.h: INTERFACE should not remain
3936         defined at the end of the header.
3937         * include/servprov.h: Ditto.
3938
3939 2006-04-16  Danny Smith  <dannysmith@users.sourceforge.net>
3940
3941         * include/ws2tcpip.h (gai_strerror): Add thread-safety comment.
3942
3943 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3944
3945         * include/ws2tcpip.h (gai_strerrorA,gai_strerrorW): Implement inline.
3946
3947 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3948
3949         * include/wsahelp.h (system_header): Add pragma.
3950         * include/ws2spi.h (system_header): Add pragma.
3951         * include/rasdlg.h (system_header): Add pragma.
3952         * include/rasdlg.h (_RASDLG_H): Define.
3953         Define instead of _RASDLG_H_, this is the w32api standard.
3954         * include/mlang.h (_MLANG_H): Define.
3955         Define instead of _MLANG_H_, this is the w32api standard.
3956         * include/setupapi.h (_SETUPAPI_H): Define.
3957         Define instead of _SETUPAPI_H_, this is the w32api standard.
3958
3959 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3960
3961         * include/rpcndr.h (boolean): Add typedef.
3962         Thanks to:    James du Russel <ephelon at users dot sf dot net>
3963         * include/rpcndr.h (_RPCNDR_H): Define.
3964         Define in addition to __RPCNDR_H__, this is the w32api standard.
3965
3966 2006-04-14  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3967
3968         * include/w32api.h: Increment version to 3.7.
3969         * Makefile.in: Ditto.
3970
3971 2006-04-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3972
3973         * include/winbase.h (GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS,
3974         GET_MODULE_HANDLE_EX_FLAG_PIN,
3975         GET_MODULE_HANDLE_EX_FLAG_UNCHANGED_REFCOUNT): Define.
3976         Thanks to:    Brandon Sneed <brandon at redf dot net>
3977
3978 2006-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
3979
3980         * include/secext.h: Enclose function declarations in extern "C"
3981         if __cplusplus.
3982
3983 2006-04-11  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3984
3985         * include/comcat.h: INTERFACE should not remain defined
3986         at the end of the header.
3987         * include/docobj.h: Ditto.
3988         * include/exdisp.h: Ditto.
3989         * include/intshcut.h: Ditto.
3990         * include/mlang.h: Ditto.
3991         * include/mshtml.h: Ditto.
3992         * include/oaidl.h: Ditto.
3993         * include/objidl.h: Ditto.
3994         * include/objsafe.h: Ditto.
3995         * include/ocidl.h: Ditto.
3996         * include/oleacc.h: Ditto.
3997         * include/oledlg.h: Ditto.
3998         * include/oleidl.h: Ditto.
3999         * include/richole.h: Ditto.
4000         * include/shldisp.h: Ditto.
4001         * include/shlobj.h: Ditto.
4002         * include/unknwn.h: Ditto.
4003         * include/vfw.h: Ditto.
4004         Thanks to:    Brandon Sneed <brandon at redf dot net>
4005
4006 2006-04-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4007
4008         * include/commdlg.h [_WIN32_WINNT >= 0x0500] (PD_CURRENTPAGE)
4009         (PD_NOCURRENTPAGE,PD_EXCLUSIONFLAGS,PD_USELARGETEMPLATE): Define.
4010         Thanks to:    Wolfgang Glas <softadm at users dot sf dot net>
4011
4012 2006-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
4013
4014         * include/iphlpapi.h (GetAdaptersAddresses): Check for winsock2
4015         here also.
4016
4017 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4018
4019         * include/wincrypt.h (PROV_MS_EXCHANGE): Define.
4020         We should probably remove PROV_MS_MAIL but I'm keeping it for
4021         now for compatibility reasons.
4022         Thanks to:    Marcus Agehall <agehall at users dot sf dot net>
4023
4024 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4025
4026         * include/commdlg.h [_WIN32_WINNT >= 0x0500] (START_PAGE_GENERAL)
4027         (PD_RESULT_PRINT,PD_RESULT_APPLY): Define.
4028         Thanks to:    Wolfgang Glas <softadm at users dot sf dot net>
4029
4030 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4031
4032         * include/wingdi.h [WINVER >= 0x0410]
4033         (AlphaBlend,GradientFill,TransparentBlt): Windows 98 and better.
4034         Thanks to:    Alessandro Antonello <aleantonello at users dot sf dot net>
4035
4036 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4037
4038         * include/wingdi.h (CAPTUREBLT,NOMIRRORBITMAP): Define.
4039         * include/commctrl.h (WC_LINKA,WC_LINKW,LIF_ITEMINDEX,LIF_STATE)
4040         (LIF_ITEMID,LIF_URL,LIS_FOCUSED,LIS_ENABLED,LIS_VISITED,LM_HITTEST)
4041         (LM_GETIDEALHEIGHT,LM_SETITEM,LM_GETITEM,MAX_LINKID_TEXT)
4042         (L_MAX_URL_LENGTH): Define.
4043         (LITEM,LHITTESTINFO,NMLINK): Add structures.
4044         Thanks to:    Brandon Sneed <brandon at redf dot net>
4045
4046 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4047
4048         * include/w32api.h (IE601,IE602,IE7): Define for recent versions of IE.
4049
4050 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4051
4052         * include/w32api.h (_W32API_H): Define.
4053         Define in addition to _W32API_H_, this is the w32api standard.
4054
4055 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4056
4057         * include/w32api.h (WindowsVista): Define.
4058
4059 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4060
4061         * include/iptypes.h (IP_ADAPTER_*): Define parts that depend
4062         on SOCKET_ADDRESS only if winsock2.h has already been included.
4063
4064 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4065
4066         * include/winuser.h (WM_IME_*): Remove. Defined in imm.h.
4067
4068 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4069
4070         * include/iphlpapi.h (GAA_FLAG_*): Define.
4071         (GetAdaptersAddresses): Add function declaration.
4072         * lib/iphlpapi.def (GetAdaptersAddresses): Add function stub.
4073         Thanks to:    ross <rossboulet at users dot sf dot net>
4074
4075 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4076
4077         * include/iptypes.h (IP_INTERFACE_NAME_INFO,
4078         IP_ADAPTER_ANYCAST_ADDRESS,IP_ADAPTER_MULTICAST_ADDRESS,
4079         IP_ADAPTER_UNICAST_ADDRESS,IP_ADAPTER_DNS_SERVER_ADDRESS,
4080         IP_ADAPTER_PREFIX,IP_ADAPTER_ADDRESSES): Add structures.
4081         (IF_OPER_STATUS,IP_DAD_STATE,IP_PREFIX_ORIGIN,IP_SUFFIX_ORIGIN,
4082         SCOPE_LEVEL): Add enums.
4083         (IP_ADAPTER_*): Define.
4084
4085 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4086
4087         * include/winuser.h (GetWindowExtEx): Removed, belongs to wingdi.h.
4088         Thanks to:    Sergey Philippov <phis at users dot sf dot net>
4089
4090 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4091
4092         * include/objidl.h (PIDSI_*): Define.
4093         (PRSPEC_*): Define.
4094         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
4095
4096 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4097
4098         * include/winbase.h (LOGON32_PROVIDER_WINNT40,
4099         LOGON32_PROVIDER_WINNT50, LOGON32_LOGON_NETWORK,
4100         LOGON32_LOGON_UNLOCK, LOGON32_LOGON_NETWORK_CLEARTEXT,
4101         LOGON32_LOGON_NEW_CREDENTIALS): Define.
4102         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
4103
4104 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4105
4106         * include/mq.h: New file.
4107         * lib/mqrt.def (MQ*): Define a few missing functions.
4108
4109 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4110
4111         * lib/mqrt.def: New file.
4112         Needs the mq.h file to work properly, working on it.
4113         Thanks to:    Pascal Obry <pobry at users dot sf dot net>
4114
4115 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4116
4117         * include/winerror.h (STG_E_*):  Define.
4118         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
4119         * include/winerror.h (STG_S_*): Define.
4120         (CO_S_MACHINENAMENOTFOUND): Define.
4121         (RPC_E_*): Define.
4122         (NTE_*): Define.
4123
4124 2006-04-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4125
4126         * include/commctrl.h (ListView_*):  Define and correct.
4127         (LVM_*): Define.
4128
4129 2006-04-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4130
4131         * include/winuser.h (WM_IME_*): Define (DWORD type).
4132         (EM_*IMESTATUS): Define.
4133         (WM_*): Define.
4134         (XBUTTON*): Define.
4135         Thanks to:    Steve Folly <spfolly at users dot sf dot net>
4136
4137 2006-03-31  Danny Smith  <dannysmith@users.sourceforge.net>
4138
4139         * include/winnetwk.h (WNetGetResourceInformationW):  Correct first param.
4140         Thanks to: Rene Rivera  <grafik at users dot sf dot net>
4141
4142 2006-03-29  Christopher Faylor  <cgf@timesys.com>
4143
4144         * include/winspool.h: Protect use of PRINTER_ENUM_VALUESW with proper
4145         version conditional.
4146
4147 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4148
4149         * include/winspool.h (JOB_INFO_3): Add structure.
4150         (PROVIDOR_INFO_*{AW}): Add structure.
4151         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4152         (PRINTER_ENUM_VALUES{AW}): Add structure.
4153         (PRINTPROCESSOR_CAPS): Add structure.
4154
4155 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4156
4157         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4158         (PRINTER_INFO_7A): Correct definition.
4159
4160 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4161
4162         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4163         (DRIVER_INFO_*{AW}): Add structure.
4164         (PRINTER_INFO_*{AW}): Add structure.
4165         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4166
4167 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4168
4169         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4170         (DRIVER_*MODE): Define (DWORD type).
4171         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4172
4173 2006-03-27  Danny Smith  <dannysmith@users.sourceforge.net>
4174
4175         * include/wincon.h (GetConsoleProcessList): Declare.
4176
4177 2006-03-27  Hansres Engel  <engel@node.ch>
4178
4179         * include/mlang.h: New file.
4180
4181 2006-03-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4182
4183         * include/winbase.h (SetProcessWorkingSetSize): Corrected define.
4184
4185 2006-03-26  Hansres Engel  <engel@node.ch>
4186
4187          Add Uniscribe API for typography and for complex scripts.
4188         * include/usp10.h: New file.
4189         * lib/usp10.def: New file.
4190
4191         * include/winver.h:  Change first argument of GetFileVersionInfo[...] to const.
4192
4193         * include/imm.h (IMECHARPOSITION): Add structure.
4194         (RECONVERTSTRING): Likwise.
4195
4196         * include/commdlg.h (OPENFILENAME_SIZE_VERSION_400): Define.
4197
4198         * lib/uuid.c (CMultiLanguage): Add UUID definition.
4199         (IMLangFontLink2): Likewise.
4200         (IMultiLanguage): Likewise.
4201
4202 2006-03-18  Julien Lecomte  <julienlecomte@users.sourceforge.net>
4203
4204         * include/wincon.h  (ENABLE_*): Add more defines.
4205
4206 2006-03-18  Jan Nijtmans  <nijtmans@users.sourceforge.net>
4207
4208         * include/winnt.h (INHERITED_ACE): Define.
4209         (VALID_INHERIT_FLAGS): Correct definition.
4210
4211 2006-03-18  Peter Ã…strand  <astrand@cendio.se>
4212
4213          * lib/wtsapi32.def: New file.
4214
4215 2006-03-15  Christopher Faylor  <cgf@timesys.com>
4216
4217         * include/winbase.h (STATUS_DLL_INIT_FAILED): New define.
4218         (STATUS_DLL_INIT_FAILED_LOGOFF): Ditto.
4219
4220 2006-03-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4221
4222         * include/winspool.h (DI_MEMORYMAP_WRITE): Define (DWORD type).
4223         (FORM_USER,FORM_PRINTER): Define (DWORD type).
4224         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4225         (DSPRINT_*): Define (DWORD type).
4226         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4227
4228 2006-03-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4229
4230         * include/winspool.h (JOB_CONTROL_*,JOB_STATUS_*): Define.
4231         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4232
4233 2006-03-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4234
4235         * include/shellapi.h [_WIN32_IE >= 0x0600]
4236         (SEE_MASK_NOZONECHECKS,SEE_MASK_FLAG_LOG_USAGE): Define on
4237         Windows XP SP1 and Windows XP respectively.
4238
4239 2006-03-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4240
4241         * include/shellapi.h (NOTIFYICONDATA_V*_SIZE): Define.
4242         Thanks to:  Daniel Atallah <datallah at users dot sf dot net>
4243         * include/shellapi.h [_WIN32_IE >= 0x0500]
4244         (NIS_*): Introduced in Version 5.0.
4245
4246 2006-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
4247
4248         * include/wingdi.h (CS_*): Correct WINVER guard on
4249         Image Color Matching colour definitions.
4250
4251 2006-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
4252
4253         * include/shlobj.h (SFGAO_ISSLOW): Define.
4254         (SFGAO_DISPLAYATTRMASK): Define in terms of preceding display
4255         attribute constants.
4256
4257 2006-03-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4258
4259         * include/wingdi.h [WINVER >= 0x0500]
4260         (GRADIENT_FILL_*,*_EMBEDED): Included in Windows 2000 and later.
4261         Thanks to: David A. Capello <dacap at users dot sf dot net>
4262
4263 2006-03-05  Paul J. Lucas  <pauljlucas@users.sourceforge.net>
4264
4265         * include/wininet.h (INTERNET_CONNECTED_INFO): Define structure.
4266         (INTERNET_STATE_*): Define flags.
4267         (INTERNET_OPTION_CONNECTED_STATE): Define constant.
4268
4269 2006-03-05  Chris Wilson  <chris+mingw@qwirx.com>
4270
4271         * include/sddl.h: New file.
4272
4273 2006-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
4274
4275         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Revert
4276         last change.
4277         Remove file level #pragma pack(push,4)/#pragma pop.
4278
4279 2006-02-19  Corinna Vinschen  <corinna@vinschen.de>
4280
4281         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Add filler
4282         value to force correct alignment.
4283
4284 2006-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
4285
4286         * include/commctrl.h (LPNMLVCACHEHINT): Correct spelling.
4287         Thanks to: Sebastian Pipping <hartwork at users dot sf dot net>
4288         (PNM_CACHEHINT): Add backward compatibilty define.
4289         (LPNM_CACHEHINT): Likewise.
4290
4291 2006-02-06  Danny Smith  <dannysmith@users.sourceforge.net>
4292
4293         * include/shlobj.h (PathResolve): Fix typo in _WIN32_WINNT guard.
4294
4295 2006-02-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4296
4297         * include/shlobj.h (PRF_VERIFYEXISTS, PRF_TRYPROGRAMEXTENSIONS,
4298         PRF_FIRSTDIRDEF, PRF_DONTFINDLNK): Define.
4299         * lib/shell32.def (PathResolve): Define.
4300
4301 2006-02-06  Christopher Faylor  <cgf@timesys.com>
4302
4303         * include/shlobj.h (PathResolve): Fix typo.
4304
4305 2006-02-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4306
4307         * include/shlobj.h (PathResolve): Define.
4308         (PRF_VERIFYEXISTS, PRF_TRYPROGRAMEXTENSIONS, PRF_FIRSTDIRDEF,
4309         PRF_DONTFINDLNK): Ditto.
4310         * lib/shell32.def (PathResolve): Define.
4311
4312 2006-02-04  Ron Lee  <ronl@users.sourceforge.net>
4313
4314         * include/winnls.h: Remove stray end ';' from preprocessor defines.
4315
4316 2006-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
4317
4318         * lib/iphlpapi.def: (NotifyAddrChange@8): Define.
4319         Reported by: Daniel Atallah  <datallah at users dot sf dot net>
4320         (NotifyRouteChange@8): Define.
4321
4322 2006-01-29  Danny Smith  <dannysmith@users.sourceforge.net>
4323
4324         * include/winsock2.h (WINSOCK_API_LINKAGE): Define.  Add to
4325         prototypes.
4326
4327 2006-01-29  Danny Smith  <dannysmith@users.sourceforge.net>
4328
4329         * include/winnt.h (FORCEINLINE): Define.
4330
4331 2006-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
4332
4333         * include/winnt.h (DECLSPEC_SELECTANY): Define.
4334
4335 2006-01-26  Filip Navara  <xnavara@volny.cz>
4336
4337         * include/winnt.h (DECLSPEC_ALIGN): Define.
4338
4339 2006-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
4340
4341         * include/commctrl.h: Correct spelling of 'compatibility' in
4342         comments.
4343         * include/setupapi.h: Likewise.
4344         * include/ws2tcpip.h: Likewise.
4345
4346 2006-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
4347
4348         * include/ddk/winddk.h (KeGetCurrentKPCR): Support -masm=intel.
4349
4350 2006-01-24  Jiri Malak  <Jiri.Malak@iol.cz>
4351
4352         WATCOM compatibility changes.
4353         * include/ddk/ntddk.h (DECL_IMPORT): Define using __declspec,
4354         rather than __attribute__.
4355         (DECL_EXPORT): Likewise.
4356         * include/ddk/winddk.h (DDKAPI): Avoid using __attribute__.
4357         (DDKFASTAPI): Likewise.
4358         (DDKCDECLAPI): Likwise.
4359         (KeGetCurrentKPCR): Provide __WATCOMC__ syntax for inline code.
4360
4361 2006-01-23  Brandon Sneed  <brandon@redf.net>
4362
4363         * setupapi.def: Add all CM_* functions defined in ddk/cfgmgr32.h
4364         to exports.
4365
4366 2006-01-17  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4367
4368         * include/w32api.h: Increment version to 3.6.
4369         * Makefile.in: Ditto.
4370
4371 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
4372
4373         * include/wincrypt.h (WINADVAPI): Add to prototypes of
4374         advapi32.dll functions.
4375
4376 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
4377
4378         * include/winsock2.h (struct sockaddr_storage):  Use RFC 2553
4379         names for padding size constants.
4380
4381 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
4382
4383         * include/aclapi.h (WINADVAPI): Add to prototypes.
4384         * include/winreg.h (WINADVAPI): Likewise.
4385         * include/winsvc.h (WINADVAPI): Likewise.
4386
4387 2006-01-05  Michael Gerdau  <mgd@technosis.de>
4388
4389         * include/winbase.h (WINADVAPI): Define.
4390
4391 2006-01-03  Christopher Faylor  <cgf@timesys.com>
4392
4393         * include/winuser.h (CreateWindowStation): Correctly identify first
4394         argument as constant.
4395         (CreateWindowStation@): Ditto.
4396
4397 2006-01-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4398
4399         * include/uxtheme.h [_WIN32_WINNT >= 0x0501]
4400         (TMT_*, BT_*): Add constants.
4401
4402 2005-12-31  Corinna Vinschen  <corinna@vinschen.de>
4403
4404         * include/winsock2.h: Don't define struct sockaddr_storage when
4405         building Cygwin.
4406
4407 2005-12-22  Danny Smith  <dannysmith@users.sourceforge.net>
4408
4409         * lib/ws2_32.c: New file, defining IPv6 constants.
4410         * lib/Makefile.in (SOURCES): Add ws2_32.c
4411         (EXTRA_OBJS): Add ws2_32.o.
4412
4413 2005-12-21  Michael Jung  <mjung@iss.tu-darmstadt.de>
4414
4415         * lib/user32.def (PrivateExtractIconsA@32,
4416         PrivateExtractIconsW@32): Define.
4417         * lib/shell32.c (IID_IShellLinkDataList): Add GUID.
4418
4419 2005-12-12  Christopher Faylor  <cgf@timesys.com>
4420
4421         * include/winuser.h (WINSTA_ALL_ACCESS): Define.
4422
4423 2005-12-09  Danny Smith  <dannysmith@users.sourceforge.net>
4424
4425         * lib/kernel32.def (CreateFiberEx): Correct suffix.
4426
4427 2005-12-09  Huw Davies  <hdavies@users.sourceforge.net>
4428             Danny Smith <dannysmith@users.sourceforge.net>
4429
4430         * lib/msxml-uuid.c: New file to generate UUIDs for
4431         MSXML interfaces.
4432         * lib/Makefile.in (UUID_OBJS): Add msxml-uuid.o.
4433
4434 2005-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
4435
4436         * include/winbase.h (GetDevicePowerState): Add prototype.
4437         * lib/kernel32.def (GetDevicePowerState): Correct suffix.
4438
4439 2005-12-07  Brian Gunlogson  <gmb300@users.sourceforge.net>
4440
4441         * include/winuser.h (GetClassLongPtr{AW}): Guard prototypes with _WIN64.
4442         Define as macro if !_WIN64.
4443         (SetClassLongPtr{AW}): Likewise.
4444         (GCLP_*): Add GetClassLongPtr defines.
4445         * lib/user32.def (GetClassLongPtr{AW}): Remove stubs.
4446         (SetClassLongPtr{AW}): Likewise.
4447
4448 2005-11-18  Brian Gunlogson  <gmb300@users.sourceforge.net>
4449
4450         * include/winuser.h (GetClassLongPtr{AW}): Add prototypes.
4451         (SetClassLongPtr{AW}): Likewise.
4452         (GCLP_*): Add GetClassLongPtr defines.
4453         * lib/user32.def (GetClassLongPtr{AW}): Add stubs.
4454         (SetClassLongPtr{AW}): Likewise.
4455
4456 2005-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
4457
4458         * include/commdlg.h (OPENFILENAMEW): Add members for
4459         _WIN32_WINNT >= 0x0500.
4460         Thanks to Ricardo Dalcorsso Fodra.
4461         (OPENFILENAMEA): Modify whitespace. Ansify comment.
4462
4463 2005-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
4464
4465         * include/wingdi.h (GetICMProfileA): Correct prototype.
4466         (GetICMProfileW): Likewise.
4467         Thanks to: Paul J Lucas
4468
4469 2005-11-04  Michael Jung  <mjung@iss.tu-darmstadt.de>
4470
4471         * lib/shell32.c (CLSID_ShellFSFolder): Add GUID.
4472
4473 2005-11-03  Danny Smith  <dannysmith@users.sourceforge.net>
4474
4475         * lib/crypt32.def (CertOIDToAlgId, CertAlgIDToOID, CryptProtectData,
4476         CryptUnprotectData, CryptDecodeObjectEx, CryptEncodeObjectEx,
4477         CryptRegisterOIDFunction, CryptUnregisterOIDFunction): Add stubs.
4478         Thanks to: F Richter  <res2002 at users dot sourceforge dot net>
4479
4480 2005-10-29  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4481
4482         * include/objbase.h: Fix typo.
4483         * include/w32api.h: Increment version to 3.5.
4484         * Makefile.in: Ditto.
4485
4486 2005-10-27  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4487
4488         * include/w32api.h: Increment version to 3.4.
4489         * Makefile.in: Ditto.
4490
4491 2005-10-12  Danny Smith  <dannysmith@users.sourceforge.net>
4492
4493         * include/winbase.h (GetProcessId): Remove duplicate declaration.
4494         Use _WIN32_WINNT >= 0x0501 guard.
4495
4496 2005-10-11  Christopher Faylor  <cgf@timesys.com>
4497
4498         * include/winbase.h (GetProcessId): Declare.
4499
4500 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4501
4502         * lib/ddk/newdev.def: Added.
4503         Thanks to: Stephan Meyer <ste_meyer at users dot sourceforge dot net>
4504
4505 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4506
4507         * include/commdlg.h (OPENFILENAME): Added WINNT >= 0x0500
4508         component.
4509         Thanks to: Gennady Feldman <gena01 at users dot sourceforge dot net>
4510
4511 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4512
4513         * lib/shell32.def (SHILCreateFromPath): Add stub.
4514         Thanks to: Michael Jung <mjung at iss dot tu-darmstadt dot de>
4515
4516 2005-09-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4517
4518         * include/winbase.h (RegisterWaitForSingleObject,
4519         RegisterWaitForSingleObjectEx): Define.
4520         * lib/kernel32.def (RegisterWaitForSingleObjectEx@20): Define.
4521         (RegisterWaitForSingleObject@16): Changed to
4522         RegisterWaitForSingleObject@24.
4523         Thanks to: Brandon Sneed <nivenh at users dot sourceforge dot net>
4524
4525 2005-09-19  Danny Smith  <dannysmith@users.sourceforge.net>
4526
4527         * include/winsock2.h (SO_EXCLUSIVEADDRUSE): Define.
4528         Thanks to: Gisle Vanem  <giva at bgnett dot no>
4529
4530 2005-09-08  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4531
4532         * include/reason.h [_WIN32_WINNT >= 0x0501]
4533         (SHTDN_REASON_*): New file.
4534         * include/objbase.h: Avoid double header guard.
4535
4536 2005-08-17  Michael Jung  <mjung@iss.tu-darmstadt.de>
4537
4538         * lib/shell32.c (CLSID_RecycleBin, CLSID_ControlPanel,
4539         CLSID_MyComputer,CLSID_Internet, CLSID_NetworkPlaces,
4540         CLSID_MyDocuments, CLSID_FolderShortcut): Add GUIDs.
4541
4542 2005-08-17  Martin Fuchs  <martin-fuchs@gmx.net>
4543
4544         * include/shlobj.h (IContextMenu3): Define.
4545         * include/shlguid.h (IID_IContextMenu3): Declare.
4546         * lib/shell32.c (IID_IContextMenu3): Define.
4547
4548 2005-08-17  Martin Fuchs  <martin-fuchs@gmx.net>
4549
4550         * include/shlobj.h (SHFormatDrive): Declaration of function
4551         and associated constants.
4552
4553 2005-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
4554
4555         * include/ddk/hidsdi.h:  New file.
4556         * lib/ddk/hid.def: Uncomment symbols and add stdcall suffix for
4557         functions declared in hidsdi.h.
4558         Thanks to:  Alex J Lennon  <ajlennon at organixconsulting dot com>
4559
4560 2005-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
4561
4562         * lib/imm32.def (ImmDisableIME): Add stub.
4563         Thanks to: "kidmin"  <kidmin at users dot sourceforge dot net>
4564
4565 2005-08-10  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4566
4567         * include/w32api.h: Increment version to 3.3.
4568         * Makefile.in: Ditto.
4569
4570 2005-07-28  Earnie Boyd  <earnie@users.sf.net>
4571
4572         * include/winnt.h (SUBLANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN):
4573         Correct their values.
4574         Thanks to: Daniel K. O. <danielosmari at users dont sf dot net>
4575
4576 2005-07-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4577
4578         * include/winuser.h (HSHELL_RUDEAPPACTIVATED): Define.
4579
4580 2005-07-20  Danny Smith  <dannysmith@users.sourceforge.net>
4581
4582         * include/wingdi.h (TT_PRIM_CSPLINE): Define.
4583         Thanks to: Bob Jamison <ishmal at users dot sourceforge dot net>
4584
4585 2005-07-20  Danny Smith  <dannysmith@users.sourceforge.net>
4586
4587         * include/richedit.h (SETTEXTEX): Define structure and
4588         associated constants.
4589         (GT_SELECTION): Define GETTEXTEX flag constant.
4590
4591 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
4592
4593         * include/wingdi.h (SYSPAL_NOSTATIC256): Define.
4594
4595 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
4596
4597         * include/wingdi.h (WINGDIAPI): Define to DECLSPEC_DLLIMPORT
4598         if __W32API_USE_DLLIMPORT__.   Use throughout to qualify
4599         prototypes.
4600
4601 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
4602
4603         * include/commctrl.h (RBBS_USECHEVRON): Define.
4604         (RBBS_*): Use hex notation, group together.
4605
4606 2005-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
4607
4608         * lib/kernel32.def (GetUserGeoID): Correct suffix.
4609         Thanks to: "bernd23" <bernd23 at users dot sourceforge dot net>
4610
4611 2005-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
4612
4613         * include/commctrl.h (TreeView_SetItemState): Initilise
4614         _tvi.hItem.
4615         Thanks to:  Joseph Remes <jremes at users dot sourceforge dot net>
4616
4617 2005-07-18  Mattia Barbon  <mbarbon@users.sourceforge.net>
4618
4619         * include/commctrl.h (NMLVFINDITEM): Add structure.
4620
4621 2005-07-18  Michael Gerdau  <mgdde@users.sourceforge.net>
4622
4623         * include/wininet.h (WININET_API_FLAG_*): Add defines.
4624
4625 2005-07-18  Daniel Atallah  <datallah@users.sourceforge.net>
4626
4627         * include/winnt.h (VER_SET_CONDITION): Define.
4628
4629 2005-07-18  Michael Gerdau  <mgdde@users.sourceforge.net>
4630
4631         * include/wincon.h (AttachConsole): Correct _WIN32_WINNT guard.
4632         (ATTACH_PARENT_PROCESS): Define.
4633         (CONSOLE_WINDOWED_MODE): Correct definition to match MSDN
4634         documentation.
4635
4636 2005-07-17  Benoit Blanchon  <bblanchon@users.sourceforge.net>
4637
4638         * include/winbase.h (QueueUserWorkItem): Add prototype.
4639
4640 2005-07-13  Benoit Blanchon  <bblanchon@users.sourceforge.net>
4641
4642         * include/wingdi.h (SHADEBLENDCAPS, SB_NONE, SB_CONST_ALPHA,
4643         SB_PIXEL_ALPHA, SB_PREMULT_ALPHA, SB_GRAD_RECT, SB_GRAD_TRI,
4644         COLORMGMTCAPS, CM_NONE, CM_DEVICE_ICM, CM_GAMMA_RAMP,
4645         CM_CMYK_COLOR): Define.
4646
4647 2005-06-19  Danny Smith  <dannysmith@users.sourceforge.net>
4648
4649         * include/winldap.h (ldap_simple_bindW, ldap_simple_bind_sW,
4650         ldap_bindW, ldap_bind_sW): Change PCHAR arg to PWCHAR.
4651         Thanks to: Christian  <chhd at users dot sf dot net>
4652
4653 2005-06-18  Danny Smith  <dannysmith@users.sourceforge.net>
4654
4655         * include/richedit.h (GETTEXTEX): Correct name of lpUsedDefChar
4656         field.
4657         Thanks to: Saulius Menkevicius  <bobas at users dot sf dot net>
4658
4659 2005-06-18  Danny Smith  <dannysmith@users.sourceforge.net>
4660
4661         * include/winbase.h (GlobalDiscard): Define as macro.
4662         Thanks to: David Golub  <david_golub  at users dot sf dot net>
4663
4664 2005-05-13  Corinna Vinschen  <corinna@vinschen.de>
4665
4666         * include/winnetwk.h (WNetGetResourceParentA): Add missing declaration.
4667         (WNetGetResourceParentW): Ditto.
4668         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Define.
4669         (FILE_ID_BOTH_DIRECTORY_INFORMATION): Define.
4670
4671 2005-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
4672
4673         * include/wininet.h (FtpGetFileSize): Add prototype.
4674         (FtpCommand[AW]): Correct prototypes.
4675         Reported by: <siger at users dot sf dot net>
4676
4677 2005-04-25  Danny Smith  <dannysmith@users.sourceforge.net>
4678
4679         * include/vfw.h (capCreateCaptureWindow[AW]): Add prototypes.
4680         (capGetDriverDescription[AW]): Likewise.
4681
4682 2005-04-03  Corinna Vinschen  <corinna@vinschen.de>
4683
4684         * include/winnt.h (SE_UNDOCK_NAME TEXT): Define.
4685         (SE_MANAGE_VOLUME_NAME TEXT): Ditto.
4686         (SE_IMPERSONATE_NAME TEXT): Ditto.
4687         (SE_ENABLE_DELEGATION_NAME TEXT): Ditto.
4688         (SE_SYNC_AGENT_NAME TEXT): Ditto.
4689
4690 2005-03-16  Christopher Faylor  <cgf@timesys.com>
4691
4692         * include/winnt.h (SYSTEM_LUID): Fix definitition invalidated by below
4693         change.
4694
4695 2005-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
4696
4697         * include/winnt.h (_LUID): Add structure. Correct LUID typedef.
4698         Thanks to:
4699         Paul-Christiaan Spruijtenburg <wakarimasu at users dot sf dot net>
4700
4701 2005-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
4702
4703         * include/ws2tcpip.h (getaddrinfo, freeaddrinfo, getnameinfo):
4704         Guard with _WIN32_WINNT >= 0x0501. Add FIXME comment.
4705         (gai_strerror[AW]): Put into #if 0 block.
4706
4707 2005-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
4708
4709         * include/basetyps.h (__int16): Correct define.
4710
4711 2005-02-10  Jiri Malak  <Jiri.Malak@iol.cz>
4712             Danny Smith  <dannysmith@users.sourceforge.net>
4713
4714         * lib/directx/dinput_private.h (ATTRIBUTE_TEXT_SECTION): New
4715         define for Open Watcom portability.
4716         * lib/directx/(dinput_joy.c, dinput_joy2.c, dinput_kbd.c,
4717         dinput_mouse.c, dinput_mouse2.c): Use new macro in definition
4718         of local c_rgodfDI* objects. Replace .rdata section attribute
4719         with 'const' keyword in definition of global c_dfDI* objects.
4720
4721 2005-02-07  Danny Smith  <dannysmith@users.sourceforge.net>
4722
4723         * include/winioctl.h (IOCTL_VOLUME_BASE,
4724         IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS, IOCTL_VOLUME_IS_CLUSTERED):
4725         Copy defines from include/ddk/ntdddvol.h.
4726         Bug reported to Debian by Anand Kumria  <wildfire@progsoc.org>
4727
4728 2005-01-27  Oliver Stoeneberg  <oliverst@online.de>
4729
4730         * include/winbase.h (PWIN32_FIND_DATA): Add typedef.
4731
4732 2005-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
4733
4734         * include/winuser.h (SW_SMOOTHSCROLL): Add define.
4735         Reported by: Christian Ehrlicher  <chehrlic@users.sf.net>
4736
4737 2005-01-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4738
4739         * include/commdlg.h (OFN_DONTADDTORECENT): Added definition.
4740
4741 2005-01-18  Danny Smith  <dannysmith@users.sourceforge.net>
4742
4743         * lib/user32.def (MonitorFromPoint): Correct suffix.
4744
4745 2005-01-13  Benoit Blanchon  <bblanchon@users.sourceforge.net>
4746
4747         * include/wininet.h (InternetCheckConnectionA,
4748         InternetCheckConnectionW) Add prototypes.
4749         (INTERNET_RAS_INSTALLED, INTERNET_CONNECTION_OFFLINE,
4750         INTERNET_CONNECTION_CONFIGURED): Add defines.
4751
4752 2005-01-07  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4753
4754         * include/commctrl.h (ComboBox_SetMinVisible,
4755         ComboBox_GetMinVisible): Added Macros.
4756         * include/winuser.h (CB_SETMINVISIBLE, CB_GETMINVISIBLE):
4757         Added definitions.
4758
4759 2005-01-02  Jiri Malak  <Jiri.Malak@geac.cz>
4760
4761         * include/winnt.h (GetCurrentFiber, GetFiberData): Make inline
4762         assembly code conditional on _X86_.
4763
4764 2005-01-02  Earnie Boyd  <earnie@users.sf.net>
4765
4766         * include/w32api.h: Increment version to 3.2.
4767         * Makefile.in: Ditto.
4768         * include/afxres.h: Remove the \r from the line ending.
4769         * include/errorrep.h: Ditto.
4770         * include/shldisp.h: Ditto.
4771         * include/tschema.h: Ditto.
4772         * lib/dhcpcsvc.def: Ditto.
4773         * lib/uxtheme.def: Ditto.
4774         * lib/wldap32.def: Ditto.
4775
4776 2005-01-01  Danny Smith  <dannysmith@users.sourceforge.net>
4777
4778         * include/winerror.h (ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY):
4779         Correct typo.
4780         Thanks to: Aidan France  <aidan1@users.sourceforge.net>
4781
4782 2004-12-29  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4783
4784         *include/winuser.h (MNS_*, WM_MENUCOMMAND,
4785         WM_MENUGETOBJECT, WM_MENUDRAG, WM_NCMOUSEHOVER,
4786         WM_NCMOUSELEAVE, WM_UNINITMENUPOPUP,
4787         SPI_GETFOREGROUNDLOCKTIMEOUT,
4788         SPI_SETFOREGROUNDLOCKTIMEOUT): Added definitions.
4789         *include/imm.h (WM_IME_REQUEST): Added definition.
4790         *include/shlobj.h (SLGP_RAWPATH,
4791         SLGP_UNCPRIORITY): Added definition.
4792
4793 2004-12-28  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4794
4795         *include/winuser.h (HSHELL_FLASH): Added definition.
4796
4797 2004-12-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4798
4799         * include/shldisp.h (IAutoComplete): Added interface definiton.
4800         * include/shldisp.h (IAutoComplete2): Added interface definiton.
4801         * include/shldisp.h (ACO_AUTOSUGGEST): Added definition.
4802         * include/shlobj.h (IObjMgr): Added interface definiton.
4803         * lib/shell32.c (CLSID_AutoComplete, IID_AutoComplete,
4804         IID_AutoComplete2, CLSID_ACLMulti, IID_IObjMgr,
4805         CLSID_ACListISF, IID_IACList): Added GUIDs.
4806         * include/shlguid.h (CLSID_AutoComplete, IID_AutoComplete,
4807         IID_AutoComplete2, CLSID_ACLMulti, IID_IObjMgr,
4808         CLSID_ACListISF, IID_IACList): Added GUIDs.
4809
4810 2004-12-23  Danny Smith  <dannysmith@users.sourceforge.net>
4811
4812         * include/commctrl.h (CDRF_NOTIFYSUBITEMDRAW): Add define.
4813         Thanks to: Chris Sutcliffe  <ironhead@walled.net>
4814         (CDRF_*): Use hex notation for constants.
4815
4816 2004-12-08  Danny Smith  <dannysmith@users.sourceforge.net>
4817
4818         * include/sqlext.h (SQL_INTERVAL_*): Correct macros.
4819         Reported by Eric Sharkey <sharkey at netrics dot com>
4820
4821 2004-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
4822
4823         * include/winnt.h (TOKEN_INFORMATION_CLASS): Add
4824         TokenGroupsAndPrivileges, TokenSessionReference,
4825         TokenSandBoxInert, TokenAuditPolicy, TokenOrigin.
4826         Reformat.
4827         (SID_NAME_USE): Add SidTypeComputer.  Reformat.
4828         Thanks to Gabriel Linder <mingwlinder@users.sourceforge.net>
4829
4830 2004-12-02  Danny Smith  <dannysmith@users.sourceforge.net>
4831
4832         * lib/comctl32.def (ImageList_Copy, ImageList_DrawIndirect,
4833         ImageList_Duplicate): Add stubs.
4834
4835 2004-12-02  Danny Smith  <dannysmith@users.sourceforge.net>
4836
4837         * lib/directx/strmiids.c (MEDIASUBTYPE_YV12): Correct GUID.
4838         Thanks to "Pete" <pross@xvid.org>
4839
4840 2004-11-21 Benoit Blanchon  <bblanchon@users.sourceforge.net>
4841
4842         * include/wingdi.h (AC_SRC_ALPHA, AC_SRC_NO_ALPHA,
4843         AC_DST_NO_ALPHA, ...): Add defines.
4844         * include/winuser.h (ULW_COLORKEY,ULW_ALPHA,
4845         ULW_OPAQUE): Add defines.
4846
4847 2004-11-21  Danny Smith  <dannysmith@users.sourceforge.net>
4848
4849         * include/winnt.h (VerSetConditionMask): Correct typo in _WIN32_WINNT
4850         guard.
4851         * lib/kernel32.def (VerSetConditionMask): Correct stdcall
4852         suffix.
4853         * lib/ddk/ntoskrnl.def (VerSetConditionMask): Likewise.
4854
4855 2004-11-20  Danny Smith  <dannysmith@users.sourceforge.net>
4856
4857         * include/winbase.h (PPROCESS_INFORMATION): Add typedef.
4858         (CreateProcessWithLogonW): Declare.
4859         (LOGON_WITH_PROFILE, LOGON_NETCREDENTIALS_ONLY): Add defines.
4860         Thanks to: "jkmaki"  <jkmaki@users.sourceforge.net>
4861
4862 2004-11-19  Danny Smith  <dannysmith@users.sourceforge.net>
4863
4864         * include/sspi.h (SecPkgContext_Sizes): Fix typo.
4865         Thanks to: David Leonard  <leonard@users.sourceforge.net>
4866
4867 2004-11-19  Danny Smith  <dannysmith@users.sourceforge.net>
4868
4869         * include/sspi.h (SecPkgCredentials_Names[AW]): Correct name.
4870         Thanks to: David Leonard  <leonard@users.sourceforge.net>
4871
4872 2004-11-19  Magnus Olsen  <greatlord@users.sourceforge.net>
4873
4874         * include/winuser.h (MSLLHOOKSTRUCT): Add structure.
4875
4876 2004-11-19  Magnus Olsen  <greatlord@users.sourceforge.net>
4877
4878         * include/winuser.h (LLKHF_EXTENDED, LLKHF_INJECTED, LLKHF_UP):
4879         Add defines.
4880         (LLKHF_ALTDOWN): Define based on KF_ALTDOWN.
4881
4882 2004-11-19  Benoit Blanchon  <bblanchon@users.sourceforge.net>
4883
4884         * include/shellapi.h (NIF_GUID): Add another define.
4885
4886 2004-11-18  Earnie Boyd  <earnie@users.sf.net>
4887
4888         * include/wincon.h (AttachConsole): Correct the _WIN32_WINNT filter.
4889         Changed it twice due to inconsistent MSDN documentation.
4890         * include/w32api.h (Windows95, etc. and IE3, etc.): Add definitions.
4891
4892 2004-11-13  Danny Smith  <dannysmith@users.sourceforge.net>
4893
4894         * include/shlobj.h (SHGFP_TYPE): Add enum.
4895
4896 2004-11-12  Loïc Guilloux (glx@users.sourceforge.net>
4897
4898         * include/winuser.h (WM_THEMECHANGED): Add define.
4899
4900 2004-11-11  Danny Smith  <dannysmith@users.sourceforge.net>
4901
4902         * include/ddk/winddk.h (ExAllocateFromPagedLookasideList,
4903         ExFreeToPagedLookasideList): Guard inline versions with
4904         (__USE_NTOSKRNL__) && (_WIN32_WINNT >= 0x0501). Declare as
4905         external functions for earlier _WIN32_WINNT.
4906
4907 2004-11-11  Danny Smith  <dannysmith@users.sourceforge.net>
4908
4909         * include/ras.h (RASCONN[AW]): Remove dwSessionId field.
4910
4911 2004-11-09  Danny Smith  <dannysmith@users.sourceforge.net>
4912
4913         * include/winnls.h (WINBASEAPI): Define as DECLSPEC_IMPORT
4914         if  undefined and __W32API_USE_DLLIMPORT__.
4915         Add WINBASEAPI token to prototypes, throughout.
4916
4917 2004-11-08  Danny Smith  <dannysmith@users.sourceforge.net>
4918
4919         * include/winnt.h (GetCurrentFiber): Support -masm=intel.
4920         (GetFiberData): Likewise.
4921         (NtCurrentTeb): Likewise.
4922
4923 2004-11-04  Danny Smith  <dannysmith@users.sourceforge.net>
4924
4925         * include/shellapi.h (NIF_INFO): Add define.
4926         (NIIF_*) Add defines..
4927         Thanks to: Benoit Blanchon <bblanchon@users.sourceforge.net>
4928         (NIF_*): Convert constants to hex.
4929
4930 2004-11-02  Danny Smith  <dannysmith@users.sourceforge.net>
4931
4932         * include/wingdi.h (GetFontUnicodeRanges,GetGlyphIndicesA,
4933         GetGlyphIndicesW): Declare.
4934         (GGI_MARK_NONEXISTING_GLYPHS): Define
4935         * lib/gdi32.def (GetFontUnicodeRanges,GetGlyphIndicesA,
4936         GetGlyphIndicesW): Add stubs.
4937
4938 2004-10-24  Dan Aloni  <da-x@colinux.org>
4939
4940         * include/ddk/ntapi.h (NtQueryFullAttributesFile,
4941         ZwQueryFullAttributesFile): Declare.
4942         * include/ddk/ntapi.h (RtlDosPathNameToNtPathName_U):
4943         Declare.
4944         lib/ntoskrnl.def (ZwQueryDirectoryFile, ZwQueryFullAttributesFile.
4945         ZwQueryVolumeInformationFile): Add stubs.
4946
4947 2004-10-18  Danny Smith  <dannysmith@users.sourceforge.net>
4948
4949         * include/wsahelp.h (WINSOCK_MAPPING, WSHGetWinsockMapping,
4950         PWSH_GET_WINSOCK_MAPPING): Don't define if __OBJC__.
4951
4952 2004-10-15  Robert Wruck  <wruck@tweerlei.de>
4953             Danny Smith  <dannysmith@users.sourceforge.net>
4954
4955         * include/winbase.h (InitializeSListHead, Interlocked*):
4956         Guard with !__USE_NTOSKRNL__.
4957
4958         * include/ddk/ntddk.h (__USE_NTOSKRNL__): Define.
4959         * include/ddk/winddk.h (InitializeSListHead, Interlocked*):
4960         Guard with  __USE_NTOSKRNL__.
4961         (ExInterlockedPopEntrySList, ExInterlockedPushEntrySList):
4962         Add prototypes.  Guard macro definition with __USE_NTOSKRNL__
4963         && _WIN32_WINNT >= 0x0501
4964         (ExAllocateFromNPagedLookasideList, ExAllocateFromPagedLookasideList,
4965         ExFreeToNPagedLookasideList, ExFreeToPagedLookasideList):
4966         Replace calts to InterlockedPopEntrySList, InterlockedPushEntrySList
4967         with ExInterlockedPopEntrySList, ExInterlockedPushEntrySList.
4968
4969         * lib/ddk/ntosknl.def (ExInterlockedPopEntrySList,
4970         ExInterlockedPushEntrySList)  Add stubs with fastcall decoration.
4971         (ExDesktopObjectType, ExEventObjectType, ExSemaphoreObjectType,
4972         ExWindowStationObjectType, IoAdapterObjectType,
4973         IoDeviceHandlerObjectSize, IoDeviceHandlerObjectType,
4974         IoDeviceObjectType, IoDriverObjectType, IoFileObjectType,
4975         LpcPortObjectType, MmSectionObjectType, SeTokenObjectType):
4976         Uncomment stubs.
4977
4978 2004-10-11  Robert Wruck  <wruck@tweerlei.de>
4979
4980         * include/ddk/winddk.h (IoReleaseRemoveLockAndWait): Fix
4981         definition
4982         (IoReleaseRemoveLock): Add definition.
4983
4984 2004-10-10  Danny Smith  <dannysmith@users.sourceforge.net>
4985
4986         * include/ddk/winnt4.h (Exi386InterlockedDecrementLong,
4987         Exi386InterlockedExchangeUlong, Exi386InterlockedIncrementLong);
4988         Add prototypes.
4989         * include/winddk.h (ExInterlockedAddUlong,
4990         ExInterlockedInsertHeadList, ExInterlockedInsertTailList,
4991         ExInterlockedRemoveHeadList, ExInterlockedPopEntryList,
4992         ExInterlockedPushEntryList): Change calling convention to
4993         DDKAPI.
4994         (ExfInterlockedAddUlong,ExInterlockedInsertHeadList,
4995         ExInterlockedInsertTailList, ExInterlockedRemoveHeadList,
4996         ExInterlockedPopEntryList, ExInterlockedPushEntryList):
4997         Add prototypes for DDKFASTAPI versions.
4998         Thanks to Vadim Yegor0v <zg at bmg dot lv> for report.
4999         * lib/ntoskrnl.def (ExInterlockedAddUlong,
5000         ExInterlockedInsertHeadList, ExInterlockedInsertTailList,
5001         ExInterlockedRemoveHeadList, ExInterlockedPopEntryList,
5002         ExInterlockedPushEntryList): Remove lead '@' from stubs.
5003         (ExfInterlockedAddUlong,ExfInterlockedInsertHeadList,
5004         ExfInterlockedInsertTailList, ExfInterlockedRemoveHeadList,
5005         ExfInterlockedPopEntryList, ExfInterlockedPushEntryList):
5006         Add fastcall stubs.
5007         (Exi386InterlockedDecrementLong, Exi386InterlockedExchangeUlong,
5008         Exi386InterlockedIncrementLong); Add stdcall stubs.
5009
5010 2004-09-30  Danny Smith  <dannysmith@users.sourceforge.net>
5011
5012         * include/winbase.h (WINBASEAPI): Define as DECLSPEC_IMPORT only
5013          if __W32API_USE_DLLIMPORT__ is defined.
5014         * include/winuser.h (WINUSERAPI): Likewise.
5015
5016 2004-09-29  Filip Navara  <xnavara@volny.cz>
5017
5018         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
5019         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, mcd.h, miniport.h,
5020         mountdev.h, mountmgr.h, ndis.h, ndistapi.h, ndiswan.h, netpnp.h,
5021         newdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h, ntddcdvd.h,
5022         ntddchgr.h, ntdddisk.h, ntddkbd.h, ntddmou.h, ntddpar.h, ntddpcm.h,
5023         ntddscsi.h, ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h,
5024         ntddvdeo.h, ntddvol.h, ntpoapi.h, parallel.h, pfhook.h, poclass.h,
5025         scsi.h, scsiscan.h, smbus.h, srb.h, storport.h, tdiinfo.h,
5026         tdikrnl.h, tvout.h, upssvc.h, usb.h, usb100.h, usbdi.h, usbioctl.h,
5027         usbiodef.h, usbscan.h, usbuser.h, videoagp.h, winddi.h, winddk.h,
5028         winnt4.h, ws2san.h): Fixed packing.
5029         * include/ddk/atm.h (ATM_TRAFFIC_DESCRIPTOR_IE): Fixed declaration.
5030         * include/ddk/hidclass.h (HID_INTERFACE_HIDPARSE,
5031         HID_INTERFACE_NOTIFY_PNP): Likewise.
5032         * include/ddk/ndis.h (NDIS_DMA_BLOCK, CO_FLOW_PARAMETERS): Likewise.
5033         (NdisQueryPacketLength): Added macro. Thanks to Art Yerkes
5034         <ayerkes@speakeasy.net>.
5035         * include/ddk/usb100.h (USB_CONFIGURATION_DESCRIPTOR): Fixed
5036         declaration.
5037         * include/ddk/winddi.h (PATHDATA, GLYPHPOS): Likewise.
5038         * include/ddk/winddk.h (PDRIVER_CONTROL, PDRIVER_LIST_CONTROL,
5039         PDRIVER_ADD_DEVICE, PIO_COMPLETION_ROUTINE, PDRIVER_CANCEL,
5040         PKDEFERRED_ROUTINE, PDRIVER_DISPATCH, PIO_DPC_ROUTINE,
5041         PMM_DLL_INITIALIZE, PMM_DLL_UNLOAD, PDRIVER_ENTRY,
5042         PDRIVER_INITIALIZE, PKSERVICE_ROUTINE, PIO_TIMER_ROUTINE,
5043         PDRIVER_REINITIALIZE, PDRIVER_STARTIO, PKSYNCHRONIZE_ROUTINE,
5044         PDRIVER_UNLOAD, DRIVER_OBJECT): Fixed callback declarations.
5045         (struct FILE_BASIC_INFORMATION): Renamed to _FILE_BASIC_INFORMATION.
5046         (SYNCH_LEVEL): Added definition.
5047         (KPCR, KPCR_TIB): Fixed declaration.
5048         (Interlocked[Push/Pop]EntrySList): Declare only if winbase.h isn't
5049         included and _WIN32_WINNT >= 0x0501.
5050         (RtlEqualLuid): Fixed macro definition.
5051         (KfLowerIrql, KfRaiseIrql): Declare and use instead of KeLowerIrql and
5052         KeRaiseIrql on i386 architectures.
5053
5054 2004-09-06  Hosaka Yuji  <hos@tamanegi.org>
5055
5056         * include/mshtml.h (IHTMLDocument2): Correct get_selection
5057         declaration.
5058         (IHTMLSelectionObject): Correct get_type declaration.
5059         (IHTMLFramesCollection2, IHTMLWindow2, IHTMLFrameBase,
5060         IHTMLFrameBase2, IHTMLFrameBase3, IHTMLBodyElement,
5061         IHTMLBodyElement2): Add interfaces.
5062         (LPHTMLIMAGEELEMENTFACTORY, LPHTMLEVENTOBJ, LPHTMLSCREEN,
5063         LPHTMLOPTIONELEMENTFACTORY, LPOMHISTORY, LPOMNAVIGATOR): Add
5064         typedefs.
5065         * lib/mshtml-uuid.c (IID_IHTMLFrameBase2, IID_IHTMLFrameBase3):
5066         Add IIDs.
5067
5068 2004-09-05  Earnie Boyd  <earnie@users.sf.net>
5069
5070         * include/w32api.h: Increment version to 3.1.
5071         * Makefile.in: Ditto.
5072
5073 2004-09-05  Hosaka Yuji  <hos@tamanegi.org>
5074
5075         * include/winuser.h (MonitorFromPoint, MonitorFromRect,
5076         MonitorFromWindow): Add prototypes.
5077         * lib/user32.def (MonitorFromPoint, MonitorFromRect,
5078         MonitorFromWindowMonitorFromWindow): Add stubs.
5079         * include/shellapi.h (DuplicateIcon): Add prototype.
5080
5081 2004-09-05   Danny Smith  <dannysmith@users.sourceforge.net>
5082
5083         * include/winuser.h (WINUSERAPI): New define.
5084         Use it to mark user32.dll imports, throughout.
5085
5086 2004-09-05  Hosaka Yuji  <hos@tamanegi.org>
5087
5088         * lib/ddk/hid.def (HidD_FlushQueue, HidD_FreePreparsedData,
5089         HidD_GetAttributes, HidD_GetConfiguration, HidD_GetFeature,
5090         HidD_GetHidGuid, HidD_GetIndexedString, HidD_GetInputReport,
5091         HidD_GetManufacturerString, HidD_GetMsGenreDescriptor,
5092         HidD_GetNumInputBuffers, HidD_GetPhysicalDescriptor,
5093         HidD_GetPreparsedData, HidD_GetProductString,
5094         HidD_GetSerialNumberString, HidD_SetConfiguration,
5095         HidD_SetFeature, HidD_SetNumInputBuffers, HidD_SetOutputReport,
5096         HidP_GetButtonCaps, HidP_GetValueCaps): Add exports.
5097
5098 2004-08-25  Lars Rune Nøstdal  <daysleper@users.sourceforge.net>
5099
5100         * include/wincon.h (CONSOLE_FULLSCREEN_MODE, CONSOLE_WINDOWED_MODE):
5101         Add XP defines.
5102         (PCOORD): Add typedef.
5103         (GetConsoleDisplayMode, SetConsoleDisplayMode): Add prototypes.
5104
5105 2004-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
5106
5107         * include/winldap.h: Don't check value of UNICODE.
5108         Thanks to: "Jean-Do"  <spab@users.sourceforge.net>
5109
5110 2004-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
5111
5112         * include/winbase.h (WINBASEAPI): Guard with __INSIDE_CYGWIN__.
5113
5114 2004-08-24  Sam Robb  <samrobb@users.sourceforge.net>
5115
5116         * include/winbase.h (GetFileSizeEx): Add _WIN32_WINNT >= 0x0500
5117         guard.
5118
5119 2004-08-24   Danny Smith  <dannysmith@users.sourceforge.net>
5120
5121         * include/winbase.h: Add WINBASEAPI token to prototypes, throughout.
5122
5123 2004-08-15  Ken Fitlike  <kenfitlike@users.sourceforge.net>
5124
5125         * include/commctrl.h (WC_TREEVIEWA): Remove parenthenses.
5126
5127 2004-08-10  Sebastian Nowak  <snowak1@users.sourceforge.net>
5128
5129         * include/ws2spi.h (LPWSPSELECT): Correct typedef.
5130
5131 2004-08-10   Danny Smith  <dannysmith@users.sourceforge.net>
5132
5133         * include/wincrypt.h: Correct _WIN32_WINNT typo.
5134
5135 2004-08-10  Ed Schaller  <schallee@darkmist.net>
5136
5137         * include/wincrypt.h (MS_ENH_RSA_AES_PROV_A, MS_ENH_RSA_AES_PROV_W)
5138         (ALG_SID_AES_128, ALG_SID_AES_192, ALG_SID_AES_256, ALG_SID_AES 17)
5139         (CALG_AES_128, CALG_AES_192, CALG_AES_256, CALG_AES,PROV_RSA_AES):
5140         Add defines.
5141         (CALG_SHA1): Add define.
5142         (HP_HMAC_INFO): Add define.
5143         (HMAC_INFO): Add struct.
5144         (BLOBHEADER): Add typedef.
5145
5146 2004-07-26  Hartmut Honisch  <hhonisch@users.sourceforge.net>
5147
5148         * include/commctrl.h (TreeView_SetItemState): Define macro.
5149
5150 2004-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
5151
5152         * include/wingdi.h (CMYK): Correct macro. Group CMYK/RGB
5153         macros together.
5154
5155 2004-07-24  Brodie Thiesfield  <brofield@users.sourceforge.net>
5156
5157         * include/shlobj.h (FILEDESCRIPTOR): Unicode it.
5158         (FILEGROUPDESCRIPTOR): LIkewise.
5159
5160 2004-07-06  Corinna Vinschen  <corinna@vinschen.de>
5161
5162         * winbase.h (IsWow64Process): Add missing WINAPI qualifier.
5163
5164 2004-06-16  Danny Smith  <dannysmith@users.sourceforge.net>
5165
5166         * include/winnt.h (IMAGE_ORDINAL_FLAG): Map to ...
5167         (IMAGE_ORDINAL_FLAG{32,64}: New defines.
5168         (IMAGE_SNAP_BY_ORDINAL): Map to ...
5169         (IMAGE_SNAP_BY_ORDINAL{32,64}: New defines.
5170         (IMAGE_ORDINAL): Map to ...
5171         (IMAGE_ORDINAL{32,64}: New defines.
5172         (IMAGE_THUNK_DATA):  Map to ...
5173         (IMAGE_THUNK_DATA{32,64}: New structures.
5174         (IMAGE_THUNK_DATA): Map to ...
5175         (IMAGE_THUNK_DATA{32,64}: New structures.
5176         (IMAGE_IMPORT_DESCRIPTOR):  Map to ...
5177         (IMAGE_IMPORT_DESCRIPTOR{32,64}: New structures.
5178         (IMAGE_IMAGE_TLS_DIRECTORY)  Map to ...
5179         (IMAGE_IMAGE_TLS_DIRECTORY{32,64}: New structures.
5180
5181 2004-06-16  Bang Jun-Young  <junyoung@NetBSD.org>
5182
5183         * w32api/include/winnt.h (WAITORTIMERCALLBACKFUNC): Protect with
5184         _WIN32_WINNT >= 0x0500.
5185
5186 2004-06-05  Luke Dunstan  <infidel@users.sourceforge.net>
5187
5188         * include/winbase.h (GetWriteWatch): Correct prototype.
5189         (WRITE_WATCH_FLAG_RESET): Define.
5190         Thanks to Sergey Philippov <phis@users.sourceforge.net>.
5191
5192 2004-06-02  Rocher Laurent  <lrocher@users.sourceforge.net>
5193
5194         * include/commctrl.h (Animate_OpenEx): Define.
5195         (DateTime_GetSystemTime, DateTime_SetSystemTime): Correct names.
5196         (ListView_GetNumberOfWorkAreas): Correct macro.
5197         (ListView_SetUnicodeFormat, ListView_GetUnicodeFormat,
5198         ListView_SetItemCountEx, ListView_GetISearchString,
5199         TreeView_GetLastVisible, Header_CreateDragImage,
5200         Header_SetImageList, Header_GetImageList): Define.
5201         (LVM_SETUNICODEFORMAT, LVM_GETUNICODEFORMAT,
5202         MCM_GETUNICODEFORMAT, MCM_SETUNICODEFORMAT,
5203         TBSTATE_ELLIPSES): Define.
5204         (MonthCal_SetRange): Correct macro.
5205         (ImageList_Duplicate): Declare.
5206
5207 2004-05-29  Filip Navara  <xnavara@volny.cz>
5208
5209         * include/winnt.h (IMAGE_EXPORT_DIRECTORY): Fixed declaration.
5210
5211 2004-05-25  Al Slater  <al.slater@scluk.com>
5212
5213         * include/httpext.h (HSE_SEND_HEADER_EX_INFO,
5214         HSE_REQ_SEND_RESPONSE_HEADER_EX): Define.
5215
5216 2004-05-15  Filip Navara  <xnavara@volny.cz>
5217
5218         * include/ddk/kbdmou.h: New file.
5219         * lib/ddk/videoprt.def (VideoPortMapBankedMemory,
5220         VideoPortMapDmaMemory, VideoPortMapMemory): Correct suffix.
5221         * lib/ddk/ntoskrnl.def (_snprintf, _snwprintf, _vsnprintf,
5222         _vsnwprintf, sprintf, swprintf): Export.
5223
5224 2004-05-15  Filip Navara  <xnavara@volny.cz>
5225
5226         * include/ddk/ntddk.h: Don't set 4-byte alignment on included
5227         headers.
5228
5229 2004-05-07  Danny Smith  <dannysmith@users.sourceforge.net>
5230
5231         * include/wingdi.h: Correct non-unicode typedefs of
5232         ENUMLOGFONTEXDV, PENUMLOGFONTEXDV, LPENUMLOGFONTEXDV.
5233
5234 2004-05-07  Pascal Obry  <obry@act-europe.fr>
5235
5236         * include/winsock.h (IN_CLASSA): Fix macro.
5237         * include/winsock2.h (IN_CLASSA): Fix macro.
5238
5239 2004-04-29  Bart Oldeman  <bartoldeman@users.sourceforge.net>
5240
5241         * include/objbase.h (STGOPTIONS): Correct pwcsTemplateFile type.
5242         * include/aclui.h: Remove '\r', throughout.
5243         * include/msacm.h: Likewise.
5244         * lib/aclui.def: Likewise.
5245
5246 2004-04-28  Luke Dunstan  <infidel@users.sourceforge.net>
5247
5248         * lib/comctl32.def (SetWindowSubclass): Add stub.
5249         Thanks to Eugene <egladysh@users.sourceforge.net>.
5250
5251 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
5252
5253         * include/winbase.h (EXECUTION_STATE): Add typedef.
5254         (SetThreadExecutionState): Declare.
5255         * include/wingdi.h (_WINGDI_): Define.
5256         * include/objbase.h (_OBJBASE_H_): Define.
5257
5258 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
5259
5260         * include/winuser.h (SM_IMMENABLED, SM_CXFOCUSBORDER,
5261         SM_CYFOCUSBORDER, SM_TABLETPC, SM_MEDIACENTER): Add defines.
5262         (SM_CMETRICS): Adjust value.
5263         * include/winnt.h (PROCESSOR_ARCHITECTURE_MSIL): Correct define.
5264         (PROCESSOR_ARCHITECTURE_AMD64, PROCESSOR_ARCHITECTURE_IA32_ON_WIN64):
5265         Add defines.
5266         Thanks to Benoit Blanchon <bblanchon@users.sourceforge.net>
5267
5268 2004-04-24  Justin Forest  <vhex@users.sourceforge.net>
5269
5270         * include/winsock2.h (LUP_DEEP, LUP_CONTAINERS,
5271         LUP_NOCONTAINERS, LUP_NEAREST, LUP_RETURN_NAME,
5272         LUP_RETURN_TYPE, LUP_RETURN_VERSION, LUP_RETURN_COMMENT,
5273         LUP_RETURN_ADDR, LUP_RETURN_BLOB, LUP_RETURN_ALIASES,
5274         LUP_RETURN_QUERY_STRING, LUP_RETURN_ALL, LUP_RES_SERVICE,
5275         LUP_FLUSHCACHE, LUP_FLUSHPREVIOUS): Add defines.
5276
5277 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
5278
5279         * include/windns.h (DNSREC_QUESTION, DNSREC_ANSWER, DNSREC_AUTHORITY,
5280         DNSREC_ADDITIONAL): Add defines.
5281
5282 2004-04-23  Robert Wruck  <wruck@tweerlei.de>
5283
5284         * include/commctrl.h (LPNMLVDISPINFO): Add defines.
5285
5286 2004-04-23  Robert Wruck  <wruck@tweerlei.de>
5287
5288         * include/aclui.h: New file.
5289         * lib/aclui.def: New file.
5290         * lib/test.c: Add aclui.h to includes.
5291
5292 2004-04-21  Danny Smith  <dannysmith@users.sourceforge.net>
5293
5294         * include/winuser.h (SPI_GETACTIVEWINDOWTRACKING,
5295         SPI_GETACTIVEWNDTRKZORDER, SPI_SETACTIVEWINDOWTRACKING,
5296         SPI_SETACTIVEWNDTRKZORDER): Remove duplicate defines.
5297
5298 2004-04-20  Christopher Faylor  <cgf@alum.bu.edu>
5299
5300         * include/wingdi.h: Protect non-unicode case of below.
5301
5302 2004-04-20  Christopher Faylor  <cgf@alum.bu.edu>
5303
5304         * include/wingdi.h: Protect use of ENUMLOGFONTEXDV, PENUMLOGFONTEXDV,
5305         LPENUMLOGFONTEXDV with appropriate version check.
5306
5307 2004-04-18  Hans Leidekker  <hans@it.vu.nl>
5308
5309         * lib/directx/dxguid.c (CLSID_DirectSoundPrivate,
5310         DSPROPSETID_DirectSoundDevice): Add defines.
5311
5312 2004-04-20  Adrian Sandor  <aditsu@users.sourceforge.net>
5313
5314         * include/msacm.h: New file.
5315
5316 2004-01-09  Stuart Cunningham  <stuart_hc@users.sourceforge.net>
5317
5318         * include/objbase.h (STGFMT): Declare enum.
5319         (STGOPTIONS): Declare structure.
5320         (StgCreateStorageEx, StgOpenStorageEx): Declare.
5321         (STGOPTIONS_VERSION): Define.
5322         * lib/ole32.def (StgCreateStorageEx, StgOpenStorageEx): Add stubs.
5323
5324 2004-04-13  Filip Navara  <xnavara@volny.cz>
5325
5326         * include/winuser.h (IS_INTRESOURCE, MB_CANCELTRYCONTINUE,
5327         WM_NCXBUTTONDOWN, WM_NCXBUTTONUP, WM_NCXBUTTONDBLCLK,
5328         WM_XBUTTONDOWN, WM_XBUTTONUP, WM_XBUTTONDBLCLK,
5329         DCX_INTERSECTUPDATE, MK_XBUTTON1, MK_XBUTTON2,
5330         HELP_SETWINPOS): Define.
5331         (WM_MOUSELAST): Different value for _WIN32_WINNT >= 0x0500.
5332         (SPI_*): Add new definitions for WINVER >= 0x500.
5333         (CallMsgFilter[AW], SetWindowsHookA): Correct prototype.
5334         (InternalGetWindowText, SetWindowsHookW): Declare.
5335         * include/winbase.h (InitializeSListHead): Avoid conflicting
5336         definition with DDK headers.
5337
5338 2004-04-13  Gé van Geldorp  <gvg@reactos.com>
5339
5340         * include/winuser.h (GetLastError): Move from here...
5341         * include/winbase.h: ... to here.
5342
5343 2004-04-13  Filip Navara  <xnavara@volny.cz>
5344
5345         * include/winspool.h (DocumentPropertiesW): Correct prototype.
5346
5347 2004-04-13  Filip Navara  <xnavara@volny.cz>
5348
5349         * include/wingdi.h (ENHMETAHEADER): Add definitions for
5350         WINVER >= 0x400.
5351         (WCRANGE, GLYPHSET, LPPOLYTEXT[AW]): Declare.
5352         (ENUMLOGFONTEXW): Fix definition.
5353         (ENUMLOGFONTEXDV[AW]): Declare.
5354
5355 2004-04-13  Filip Navara  <xnavara@volny.cz>
5356
5357         * include/wingdi.h: Declare the DirectDraw structures only if
5358         the DirectDraw kernel mode headers aren't included.
5359         (EMFINFO): Declare.
5360         (EngStretchBlt, EngTextOut, FONTOBJ_cGetGlyphs,
5361         STROBJ_bEnumPositionsOnly): Correct prototypes.
5362
5363 2004-04-13  Filip Navara  <xnavara@volny.cz>
5364
5365         * include/objidl.h (PRPCOLEMESSAGE): Declare.
5366         * include/rpc.h (RPCRTAPI): Define.
5367         * include/rpcdce.h (RpcServerRegisterIf2): Declare.
5368         * include/rpcdcep.h (RPC_BLOCKING_FN, I_RpcSend): Declare.
5369         (RPC_BLOCKING_FUNCTION): Remove, replaced by RPC_BLOCKING_FN.
5370         (I_RpcBindingSetAsync): Correct prototype.
5371         * include/rpcndr.h (MIDL_STUB_MESSAGE): Rename 'Reserved' field
5372         to w2kReserved.
5373         (USER_MARSHAL_SIZING_ROUTINE, USER_MARSHAL_MARSHALLING_ROUTINE,
5374         USER_MARSHAL_UNMARSHALLING_ROUTINE, USER_MARSHAL_FREEING_ROUTINE,
5375         USER_MARSHAL_ROUTINE_QUADRUPLE, NDR_NOTIFY_ROUTINE, IDL_CS_CONVERT,
5376         CS_TYPE_NET_SIZE_ROUTINE, CS_TYPE_LOCAL_SIZE_ROUTINE,
5377         CS_TYPE_TO_NETCS_ROUTINE, CS_TYPE_FROM_NETCS_ROUTINE,
5378         CS_TAG_GETTING_ROUTINE, NDR_CS_SIZE_CONVERT_ROUTINES,
5379         NDR_CS_ROUTINES, NdrUserMarshalMarshall, NdrUserMarshalUnmarshall,
5380         NdrUserMarshalBufferSize, NdrUserMarshalMemorySize,
5381         NdrUserMarshalFree): Declare.
5382         (MIDL_STUB_DESC): Add new fields that were added in W2K.
5383         * include/rpcproxy.h (CStdStubBuffer): Ditto.
5384
5385 2004-04-13  Filip Navara  <xnavara@volny.cz>, David Welch  <welch@cwcom.net>
5386
5387         * include/ddk/ntapi.h (NtCurrentProcess, NtCurrentThread,
5388         LPC_MESSAGE_BASE_SIZE): Define.
5389         * include/ddk/ntifs.h: Move the pack pragma under header inclusion.
5390
5391 2004-04-13  Filip Navara  <xnavara@volny.cz>
5392
5393         * include/commctrl.h (TB_MARKBUTTON, NMTBGETINFOTIP[AW]):
5394         Declare.
5395
5396 2004-04-18  Allan Bazinet  <bazineta@users.sourceforge.net>
5397
5398         * include/winuser.h (MONITORINFOEX[AW]): Change to be derived from
5399         MONITORINFO when compiling as C++.
5400
5401 2004-04-17  Luke Dunstan  <infidel@users.sourceforge.net>
5402
5403         * README.w32api: List separate copyright conditions for some headers.
5404         * include/(winsock2.h, wsipx.h): Minor change to copyright header.
5405
5406 2004-04-15  Danny Smith  <dannysmith@users.sourceforge.net>
5407
5408         * include/wingdi.h (RGB): Correct macro.
5409
5410 2004-04-14  Robert Wruck  <rwruck@users.sourceforge.net>
5411
5412         * include/ddk/winddk.h (RtlEqualLuid): Correct macro.
5413
5414 2004-04-06  Luke Dunstan  <infidel@users.sourceforge.net>
5415
5416         * include/ocidl.h (QACONTAINERFLAGS): Correct typedef.
5417
5418 2004-03-29  Danny Smith  <dannysmith@users.sourceforge.net>
5419
5420         * lib/Makefile.in: Add directx to .PHONY target.
5421         * lib/directx/dxerr.c: Remove dependence on mingw runtime.
5422         Don't include stdio.h or tchar.h.
5423         Replace _T() macro with TEXT() macro, throughout.
5424         Replace _stprintf with wsprintf, throughout.
5425
5426 2004-03-27  Hosaka Yuji  <hos@tamanegi.org>
5427
5428         * include/dbt.h (DBT_DEVTYP_DEVICEINTERFACE, DBT_DEVTYP_HANDLE):
5429         Add define.
5430         (DEV_BROADCAST_DEVICEINTERFACE, DEV_BROADCAST_HANDLE): Add struct.
5431         * include/winuser.h (UnregisterDeviceNotification): Add prototype.
5432         * lib/user32.def (UnregisterDeviceNotification): Add export stub.
5433
5434 2004-03-27  Filip Navara  <xnavara@volny.cz>
5435
5436         * include/directx: New subdir.
5437         * lib/directx: Ditto.
5438         * include/directx/(d3d9.h, d3d9caps.h, d3d9types.h, dxerr8.h,
5439         dxerr9.h): New files.
5440         * lib/directx/(Makefile.in, d3d8.def, d3d9.def, d3dim.def, d3drm.def,
5441         d3dx8d.def, d3dx9d.def, d3dxof.def, ddraw.def, dinput.def,
5442         dinput_joy.c, dinput_joy2.c, dinput_kbd.c, dinput_mouse.c,
5443         dinput_mouse2.c, dinput_private.h, dinput8.def, dmoguids.c, dplayx.def,
5444         dpnaddr.def, dpnet.def, dpnlobby.def, dpvoice.def, dsetup.def,
5445         dsound.def, dxerr.c, dxerr8.c, dxerr8w.c, dxerr9.c, dxerr9w.c,
5446         dxguid.c, ksproxy.def, ksuser.c, ksuser.def, msdmo.def, quartz.def,
5447         strmiids.c, test.c): Ditto.
5448         * lib/(d3dim.def, d3drm.def, d3dxof.def, ddraw.def, dinput.c,
5449         dinput.def, dplayx.def, dsetup.def, dsound.def, dxguid.c): Removed.
5450
5451 2004-03-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5452
5453         * include/GL/glu.h (GLU_AUTO_LOAD_MATRIX, GLU_CULLING,
5454         GLU_SAMPLING_TOLERANCE, GLU_DISPLAY_MODE, GLU_PARAMETRIC_TOLERANCE,
5455         GLU_SAMPLING_METHOD, GLU_U_STEP, GLU_V_STEP): Define.
5456
5457 2004-03-24  Filip Navara  <xnavara@volny.cz>
5458
5459         * include/commctrl.h (TB_GETSTRING[AW]): Add defines.
5460         (RBBS_HIDETITLE, RBBS_TOPALIGN): Ditto.
5461
5462 2004-03-24  Filip Navara  <xnavara@volny.cz>
5463
5464         * include/ddk/srb.h (_PORT_CONFIGURATION_INFORMATION):  Rename
5465         TaggedQueueing to TaggedQueuing.
5466         (_HW_INITIALIZATION_DATA): Likewise.
5467
5468 2004-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
5469
5470         * include/docobj.h (IOleDocumentView::GetDocument): Correct
5471         prototype.
5472         Thanks to Buster Copley  <consequent@users.sourceforge.net>
5473
5474 2004-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
5475
5476         * lib/ddk/ntoskrnl.def (MmAllocatePagesForMdl): Correct suffix.
5477         (MmMapIoSpace): Likewise.
5478         Thanks to Dan Aloni  <da-x@colinux.org>
5479
5480 2004-03-16  Martin Fuchs  <martin-fuchs@gmx.net>
5481
5482         * include/shellapi.h (NIM_* NIS_*): Define constants for
5483         notification icons with _WIN32_IE >= 0x0500.
5484         (NOTIFYICONDATA): Add new structure members for notification
5485         icons with _WIN32_IE >= 0x0500.
5486
5487 2004-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
5488
5489         *include/wininet.h (CACHEGROUP_SEARCH_ALL, CACHEGROUP_SEARCH_BYURL):
5490         Add defines.
5491         (INTERNET_CACHE_GROUP_ADD, INTERNET_CACHE_GROUP_REMOVE): Add defines.
5492         (GROUPID) Add typedef.
5493         (INTERNET_CACHE_GROUP_INFO[AW]): Define structures.
5494         (CreateUrlCacheGroup): Add prototype.
5495         (DeleteUrlCacheGroup): Add prototype.
5496         (FindFirstUrlCacheGroup): Add prototype.
5497         (FindNextUrlCacheGroup): Add prototype.
5498         (GetUrlCacheGroupAttribute[AW]): Add prototypes.
5499         (SetUrlCacheGroupAttribute[AW]): Add prototypes.
5500
5501 2004-03-10  Al Slater  <al.slater@scluk.com>
5502
5503         * include/winsock2.h: Add missing LPFN_ typdefs for
5504         function pointers.
5505         Clean up whitespace.
5506
5507 2004-03-05  Filip Navara  <xnavara@volny.cz>
5508
5509         * include/ddk/scsi.h: Replace assert with ASSERT.
5510         * include/ddk/video.h: Ditto.
5511         * include/ddk/winddk.h: Ditto. Remove the assert macro.
5512         * include/ddk/tdi.h: Correct packing.
5513
5514 2004-03-04  Danny Smith  <dannysmith@users.sourceforge.net>
5515
5516         * include/wtypes.h (DECIMAL_SETZERO): Add definition for
5517         NONAMELESSUNION case.
5518
5519 2004-03-03  Martin Fuchs  <martin-fuchs@gmx.net>
5520
5521         * include/oleauto.h (V_UNION, V_VT, V_DECIMAL): Use
5522         __VARIANT_NAME_ constants.
5523
5524 2004-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
5525
5526         * include/uxtheme.h: Include <commctrl.h>
5527
5528 2004-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
5529
5530         * include/basetyps.h (GUID_SECT): Define to nothing for GCC >= 2.95.
5531
5532 2004-03-02  Martin Fuchs  <martin-fuchs@gmx.net>
5533
5534         * include/oleauto.h (VAR_VALIDDATE, VAR_FORMAT_NOSUBSTITUTE,
5535         VAR_FOURDIGITYEARS): Define new constants. Group VAR_*  defines
5536         together.
5537         (V_UI2, V_UI4, V_UI4REF, V_UI, V_UI8REF): Define macros.
5538         (V_I8, V_I8REF): Correct macros.
5539         (V_DECIMAL): Correct macro definitions.
5540         (V_INT_PTR, V_UINT_PTR, V_INT_PTRREF, V_UINT_PTRREF): Define
5541         constants.
5542         (VTBIT_*): Define constants.
5543         (UDATE): Add structure definition.
5544         (VarDateFromUdate, VarDateFromUdateEx, VarUdateFromDate): Declare
5545         functions.
5546         (SafeArrayCreateVector): Correct parameter type from UINT to ULONG
5547         (SafeArrayCreateVectorEx): Declare function.
5548         (Var*): declare VARIANT manipulation functions.
5549         * include/ocidl.h (IPicture_*): Define IPicture COBJ macros.
5550         * include/oaidl.h (IRecordInfo_*): Define IRecordInfo COBJ
5551         macros.
5552
5553 2004-03-01  Martin Fuchs  <martin-fuchs@gmx.net>
5554
5555         * include/oaidl.h (FADF_*): Define missing constants.
5556         (IDispatch_*): Define COBJ macros.
5557         (VARIANT): Add missing union members llVal and ullVal.
5558         (wireVARIANT): Likewise.
5559         (ITypeinfo_*): Define COBJ macros.
5560         * include/oleauto.h (Var*FromDisp): Correct parameter type from
5561         LPDISPATCH* to LPDISPATCH.
5562         (VARCMP_*, VAR_LOCALBOOL, LOCALE_USE_NLS, VARIANT_*,
5563         VAR_CALENDAR_*): Add missing constants.
5564         (SafeArray[Get/Set]*): Add prototypes.
5565         (Var*From*):  Add missing prototypes.
5566         (NUMPRS_*): Add defines.
5567         (NUMPARSE): Define structure.
5568         (VarParseNumFromStr,VarNumFromParseNum): Add prototypes.
5569         * include/winerror.h (DISP_E_DIVBYZERO): Define constant.
5570         * include/winuser.h (COLOR_*): Define missing constants.
5571         * include/wtypes.h (enum VARENUM): Add VT_INT_PTR, VT_UINT_PTR.
5572         (VT_INT_PTR, VT_UINT_PTR): Remove macro definitions.
5573
5574 2004-02-23  Filip Navara  <xnavara@volny.cz>
5575
5576         * include/ddk/video.h: Corrected packing.
5577
5578 2004-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
5579
5580         * include/GL/glu.h (GLU_ERROR): Define.
5581         Thanks to Philip Lamb  <phil at rave dot co dot nz>
5582
5583 2004-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
5584
5585         * include/GL/glu.h: Include <stddef.h>.
5586         Thanks to Greg Couch <gregcouch@users.sourceforge.net>
5587
5588 2004-02-15  Earnie Boyd  <earnie@users.sf.net>
5589
5590         * include/w32api.h: Increment version to 3.0.
5591         * Makefile.in: Ditto.
5592         * README.win32api: Modify license to Public Domain per agreement as
5593         found in the mingw-dvlpr list archive.
5594
5595 2004-02-13  Earnie Boyd  <earnie@users.sourceforge.net>
5596
5597         * include/ddk/winddk.h (DIRECTORY_QUERY): Add define.
5598         (DIRECTORY_TRAVERSE): Ditto.
5599         (DIRECTORY_CREATE_OBJECT): Ditto.
5600         (DIRECTORY_CREATE_SUBDIRECTORY): Ditto.
5601         (DIRECTORY_ALL_ACCESS): Ditto.
5602         Thanks to Konstantin Stepaniuk <skostia@users.sourceforge.net>
5603
5604 2004-02-12  Danny Smith  <dannysmith@users.sourceforge.net>
5605
5606         * include/basetypes.h (_REFIID_DEFINED): Correct typo.
5607
5608         * include/winuser.h (NCCALCSIZE_PARAMS): Define structure.
5609         Thanks to Mike Nordell <tamlin at algonet dot se>.
5610
5611 2004-02-11  Danny Smith  <dannysmith@users.sourceforge.net>
5612
5613         * lib/dnsapi.def: New file.
5614         * lib/test.c: Include windns.h.
5615
5616 2004-02-11  Pierre A. Humblet  <Pierre.Humblet@ieee.org>
5617
5618         * include/windns.h: New file.
5619
5620 2004-02-11  Danny Smith  <dannysmith@users.sourceforge.net>
5621
5622         * include/sqlucode.h (SQLGetStmtAttr[AW]): Remove duplicate
5623         defines.
5624         (SQLSetStmtAttr[AW]): Move into ODBCVER >= 0x0300 block.
5625         (SQLSetDescFieldW): Correct prototype.
5626         (SQLSetDescFieldA): Add prototype.
5627         (SQLGetDescFieldW): Add prototype.
5628
5629 2004-02-11  Pat Thoyts  <patthoyts@users.sourceforge.net>
5630
5631         * include/winuser.h (DFC_POPUPMENU): Add define.
5632
5633 2004-02-07  Dan Aloni  <da-x@gmx.net>
5634
5635         * lib/ddk/ntoskrnl.def (KeSetTimer,KeSetTimerEx): Correct
5636         suffix.
5637
5638 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
5639
5640         * include/oleacc.h (LIBID_Accessibility): Declare.
5641         * lib/uuid.c (LIBID_Accessibility): Define.
5642
5643 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
5644
5645         * include/winioctl.h (NTFS_VOLUME_DATA_BUFFER): Add structure.
5646         (FSCTL_GET_NTFS_VOLUME_DATA): Add macro.
5647
5648 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
5649
5650         * include/commctrl.h (ICC_STANDARD_CLASSES, ICC_LINK_CLASS): Add
5651         defines.
5652
5653 2004-01-31  Jiri Malak  <Jiri.Malak@geac.cz>
5654
5655         * include/winuser.h (RT_MANIFEST): Make conditional on
5656         RC_INVOKED.
5657         (CREATEPROCESS_MANIFEST_RESOURCE_ID,
5658         ISOLATIONAWARE_MANIFEST_RESOURCE_ID,
5659         ISOLATIONAWARE_NOSTATICIMPORT_MANIFEST_RESOURCE_ID): Add
5660         defines.
5661
5662 2004-01-16 Martin Fuchs  <martin-fuchs@gmx.net>
5663
5664         * include/shlobj.h (SHGDN_INCLUDE_NONFILESYS): Add define.
5665
5666 2004-01-15  Filip Navara  <xnavara@volny.cz>
5667
5668         * include/ddk/mcd.h: Don't care about value of DBG define.
5669         * include/ddk/srb.h: Ditto.
5670         * include/ddk/storport.h: Ditto.
5671         * include/ddk/video.h: Ditto.
5672         * include/nspapi.h (SetServiceW, GetAddressByNameA,
5673         GetAddressByNameW): Correct protoype.
5674         * include/ntsecapi.h (PCUNICODE_STRING): Define.
5675
5676 2004-01-05  Filip Navara  <xnavara@volny.cz>
5677
5678         * include/prsht.h (LPCPROPSHEETPAGEW): Fix definition.
5679         * include/shlwapi.h (SHRegQueryInfoUSKey[AW]): Fix prototype.
5680         * include/cpl.h (CPL_STARTWPARMS[AW]): Correct.
5681         * include/shellapi.h (ABS_AUTOHIDE, ABS_ALWAYSONTOP,
5682         SEE_MASK_NO_CONSOLE, SEE_MASK_ASYNCOK, SEE_MASK_HMONITOR,
5683         FOF_NOCOPYSECURITYATTRIBS): Add defines.
5684         * include/shlobj.h (BFFM_SETOKTEXT, BFFM_SETEXPANDED,
5685         CSIDL_FLAG_DONT_VERIFY, CSIDL_FLAG_CREATE, CSIDL_FLAG_MASK,
5686         CFSTR_INETURL[AW], SHGDN_FOREDITING, SHGDN_FORADDRESSBAR,
5687         SSF_*): Add defines.
5688         (SHCNF_PATH[AW], SHCNF_PRINTER[AW], CFSTR_FILENAME[AW],
5689         CFSTR_FILENAMEMAP[AW], CFSTR_FILEDESCRIPTOR[AW], CFSTR_SHELLURL,
5690         CMDSTR_NEWFOLDER[AW], CMDSTR_VIEWLIST[AW], CMDSTR_VIEWDETAILS[AW]):
5691         Correct.
5692         (IEnumIDList): Add COBJMACROS.
5693         * include/winuser.h (MIM_*): Add define.
5694
5695 2004-01-04  Filip Navara  <xnavara@volny.cz>
5696
5697         * include/shlguid.h (IID_IPersistFolder2, IID_IPersistFolder3,
5698         IID_IShellFolder2, IID_IFileSystemBindData): Add declarations.
5699         * include/shlobj.h (EXTRASEARCH, SHCOLSTATEF, SHELLDETAILS,
5700         PERSIST_FOLDER_TARGET_INFO): Define structures.
5701         (IEnumExtraSearch, IShellFolder2, IFileSystemBindData,
5702         IPersistFolder2, IPersistFolder3): Add COM interface
5703         definitions.
5704         (IExtractIcon[AW], IShellLink[AW], IPersistFolder, IShellView,
5705         ICommDlgBrowser, IShellFolder2, IPersistFolder2, IPersistFolder3):
5706         Add COBJMACROS.
5707         (SHCreateDirectoryEx[AW], SHBindToParent): Add prototypes.
5708         * lib/shell32.c (IID_IPersistFolder2, IID_IPersistFolder3,
5709         IID_IShellFolder2, IID_IFileSystemBindData): Add definitions.
5710
5711 2004-01-03  Danny Smith  <dannysmith@users.sourceforge.net>
5712
5713         * include/mshtml.h (IHTMLDocument2): Correct write, writeln
5714         declarations.
5715         Thanks to: Rene Nyffenegger <renenyffenegger@users.sf.net>.
5716
5717 2004-01-03  Filip Navara  <xnavara@volny.cz>
5718
5719         * include/cguid.h (CLSID_StdGlobalInterfaceTable): Declare IID.
5720         * include/oaidl.h (ITypeLib2, ITypeInfo2): Define interfaces,
5721         declare IID's.
5722         (IErrorInfo): Add COBJMACROS.
5723         * include/objbase.h (STGM_NOSNAPSHOT): Add define.
5724         (CoGetPSClsid): Add protototype,
5725         (CoRegisterPSClsid): Likewise.
5726         * include/objidl.h (IMarshal): Correct methods.
5727         (IMallocSpy): Likewise,
5728         (LPPSFACTORYBUFFER): Add typedef.
5729         (IGlobalInterfaceTable): Define interface and COBJMACROS. Declare
5730         IID.
5731         (IStorage_CreateStorage, IRpcStubBuffer_Invoke): Fix macros.
5732         * include/ocidl.h (PROPBAG2_TYPE): Define enum.
5733         (PROPBAG2, QACONTAINERFLAGS, QACONTAINER, QACONTROL): Define
5734         structures.
5735         (IPropertyBag2, IPersistPropertyBag2,IAdviseSinkEx, IPointerInactive,
5736         IOleUndoUnit, IOleParentUndoUnit, IEnumOleUndoUnits, IOleUndoManager,
5737         IQuickActivate): Define interfaces. Declare IID's.
5738         (IPersistPropertyBag2): Add COBJMACROS.
5739         (LPOLEUNDOMANAGER): Add typedef.
5740         (LPPROPERTYBAG2): Likewise.
5741         * include/oleidl.h (LPPARSEDISPLAYNAME): Fix definiton.
5742         (BINDSPEED): Add definition.
5743         (IParseDisplayName, IOleItemContainer, IOleObject, IDropSource,
5744         IDropTarget): Add COBJMACROS.
5745         * include/wtypes.h (MEMCTX, MSHCTX): Fix enum.
5746         * include/winerror.h (CO_S_NOTALLINTERFACES): Add define.
5747         * lib/uuid.c (IID_IGlobalInterfaceTable, IID_IOleUndoManager,
5748         IID_IPersistPropertyBag2, IID_IPropertyBag2, IID_IRpcProxyBuffer):
5749         Add IID definitions.
5750
5751 2004-01-02  Filip Navara  <xnavara@volny.cz>
5752
5753         * include/ddk/winddk.h: Don't care about value of
5754         DBG define.
5755
5756 2004-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
5757             Filip Navara  <xnavara@volny.cz>
5758
5759         * include/ddk/winddk.h (_DDK_DUMMYUNION_MEMBER,
5760         _DDK_DUMMYUNION_N_MEMBER): New macros.
5761         (ExAllocateFromPagedLookasideList,ExFreeToPagedLookasideList,
5762         ExAllocateFromNPagedLookasideList, ExFreeToNPagedLookasideList):
5763         Use them.
5764
5765 2004-01-01  Filip Navara  <xnavara@volny.cz>
5766
5767         * include/objbase.h: Don't care about value of DBG define.
5768         * include/objidl.h: Add some COBJMACROS.
5769         * include/ocidl.h: Ditto.
5770         * include/oleidl.h: Ditto.
5771         * include/servprov.h: Ditto.
5772         * include/shlobj.h: Ditto.
5773         * include/shlobj.h (IContextMenu2): Correct parent in
5774         DECLARE_INTERFACE.
5775         * include/oleidl.h (IOleCache, IOleCache2, IOleCacheControl):
5776         Define interfaces.
5777         * include/setupapi.h (SetupGetLineTextA): Correct prototype.
5778         Add new constants for _SETUPAPI_VER >= 0x501.
5779
5780 2004-01-01  Filip Navara  <xnavara@volny.cz>
5781
5782         * include/winnt.h (NtCurrentTeb): Add inline definition.
5783
5784 2004-01-01  Martin Fuchs  <martin-fuchs@gmx.net>
5785
5786         * include/shlobj.h (SHCoCreateInstance): Add prototype.
5787         * lib/shell32.def (SHCoCreateInstance): Add export stub.
5788
5789 2004-01-01  Igor Pechtchanski  <pechtcha@cs.nyu.edu>
5790
5791         * lib/setupapi.def (CM_Request_Device_Eject[AW]): Add export.
5792         (CM_Request_Device_Eject_Ex[AW]): Likwise.
5793         * include/ddk/cfg.h (DN_*): Add defines.
5794
5795 2004-01-01  Danny Smith  <dannysmith@users.sourceforge.net>
5796
5797         * lib/ddk/cfgmgr32.def: Remove duplicate symbol names.
5798
5799 2004-01-01  Mattia Barbon  <mbarbon@users.sourceforge.net>
5800
5801         * include/commctrl.h (TVN_GETINFOTIP): Add UNICODE mappings.
5802         (NMTVGETINFOTIP): Add structure.
5803
5804 2003-12-08  Danny Smith  <dannysmith@users.sourceforge.net>
5805
5806         * include/winuser.h (DISPLAY_DEVICE_*): Remove defines.
5807         * include/wingdi.h (DISPLAY_DEVICE_REMOVABLE,
5808         DISPLAY_DEVICE_MODESPRUNED): Add defines.
5809
5810 2003-12-08  Hartmut Honisch  <hhonisch@users.sourceforge.net>
5811
5812         * include/commctrl.h (ListView_Get_State, ListView_Check_State):
5813         Add macros.
5814         * include/wingdi.h  (DISPLAY_DEVICE_*): Add multi-monitor
5815         constants.
5816         * include/shlobj.h (SHCOLUMNINIT): Add structure.
5817         (SHCOLUMNDAT): Likwise.
5818         (SHCOLUMNID): Likewise.
5819         (SHCOLUMNINFO): Likewise.
5820         (SHCOLSTATE): Add enum.
5821         (IColumnProvider): Add COM interface.
5822         (IQueryInfo): Likewise.
5823         (IShellIconOverlayIdentifier): Likewise.
5824         * include/shlguid.h (IID_IColumnProvider) Declare.
5825         (IID_IQueryInfo): Likweise.
5826         (IID_IShellIconOverlayIdentifier): Likwise.
5827         * lib/shell32.c (IID_IColumnProvider) Define.
5828         (IID_IQueryInfo): Likweise.
5829         (IID_IShellIconOverlayIdentifier): Likwise.
5830
5831 2003-12-08  Roald Ribe  <rrib@users.sourceforge.net>
5832
5833         * include/winuser.h (RT_MANIFEST): Add define.
5834
5835 2003-12-08  Pascal Buhler  <pbuhler@users.sourceforge.net>
5836
5837         * include/oleidl.h (IViewObject2): Inherit from IViewObject.
5838
5839 2003-12-01  Danny Smith  <dannysmith@users.sourceforge.net>
5840
5841         * include/winnt.h (GetCurrentFiber): Remove duplicate prototype.
5842         (GetFiberData): Likewise.
5843         (GetCurrentFiber): Change volatile to __volatile__.
5844         (GetFiberData): Likewise.
5845
5846 2003-11-27  Christopher Faylor  <cgf@redhat.com>
5847
5848         * lib/Makefile.in: Use make function to locate .mri file to allow
5849         building in directory other than source directory.
5850
5851 2003-11-27  Danny Smith  <dannysmith@users.sourceforge.net>
5852
5853         * lib/vfw32.def: Remove, replacing with ...
5854         * lib/msvfw32.def: New file.
5855         * lib/avicap32.def: New file.
5856         * lib/avifil32.def: New file.
5857         * lib/vfw32.mri: New file.
5858         * Makefile.in: (MRI_FILES, MIMPLIBS): New vars for
5859         import libs with multiple dll's.
5860         (LIBS): Add MIMPLIBS.
5861         (DISTFILES): Add MRI_FILES.
5862         (libvfw32.a): Build using mri script.
5863
5864 2003-11-23  Danny Smith  <dannysmith@users.sourceforge.net>
5865
5866         * include/winnt.h (PAGE_*): Group defines together. Change
5867         constants to hex notation.
5868
5869 2003-11-15  Manu B  <manubee@users.sourceforge.net>
5870
5871         * include/commctrl.h (TabCtrl_GetImageList): Add macro.
5872
5873 2003-11-13 Martin Fuchs  <martin-fuchs@gmx.net>
5874
5875         * include/shlobj.h (ILAppendID, ILClone, ILCloneFirst, ILCombine,
5876         ILFindChild, ILFindLastID, ILFree, ILGetNext, ILGetSize, ILIsEqual,
5877         ILIsParent, ILLoadFromStream, ILRemoveLastID, ILSaveToStream):
5878         Add prototypes.
5879         * lib/shell32.def: Add stubs.
5880
5881         * include/commctrl.h (ListView_FindItem): Add type cast to avoid
5882         compiler warnings.
5883
5884 2003-11-13  Hans Leidekker  <hans@it.vu.nl>
5885
5886         * include/winbase.h (WIN32_STREAM_ID): Correct typedef.
5887
5888 2003-10-13  Andre Auzi  <aauzi@users.sourceforge.net>
5889
5890         * include/windows.h (CopyCursor): Define as macro.
5891
5892 2003-10-13  Steven Edwards  <Steven_Ed4153@yahoo.com>
5893
5894         * include/winnt.h (CONTAINING_RECORD): Add macro.
5895
5896 2003-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
5897
5898         * include/winnt.h: (FILE_SUPERSEDED, FILE_OPENED, FILE_CREATED,
5899         FILE_OVERWRITTEN, FILE_EXISTS, FILE_DOES_NOT_EXIST): Remove
5900         defines.
5901
5902 2003-10-13  Filip Navara  <xnavara@volny.cz>
5903
5904         * include/commctrl.h (DSA_*): Add prototypes, typedefs and
5905         defines for Dynamic Storage Arrays.
5906         (DPA_*): Likewise, for Dynamic Pointer Arrays.
5907         (FlatSB_*, InitializeFlatSB, InitializeFlatSB): Add prototypes
5908         and defines for Flat ScrollBars.
5909         (SetWindowSubclass, GetWindowSubclass, RemoveWindowSubclass,
5910         DefSubclassProc): Add prototypes for subclassing.
5911         (DrawShadowText): Add prototype.
5912         (COMCTL32_VERSION): Define.
5913
5914 2003-10-13  Martin Fuchs  <Martin-Fuchs@gmx.net>
5915
5916         * include/shlobj.h (CFSTR_FILENAME, CFSTR_FILEDESCRIPTOR,
5917         CFSTR_FILENAMEMAP, CFSTR_SHELLURL): Correct UNICODE definitions.
5918
5919 2003-10-13  Pierre Humblet  <pierre.humblet@ieee.org>
5920
5921         * include/winnt.h (SM_REMOTESESSION): Add define.
5922         * include/winuser.h (SE_CREATE_GLOBAL_NAME): Ditto.
5923
5924 2003-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
5925
5926         * include/wincrypt (KP_IV, KP_SALT, KP_PADDING, KP_MODE,
5927         KP_MODE_BITS, KP_PERMISSIONS, KP_ALGID, KP_BLOCKLEN): Remove
5928         duplicate definitions.
5929         (KP_X, KP_Y): Correct typos.
5930
5931 2003-10-11  Manu B  <manubee@users.sourceforge.net>
5932
5933         * include/afxres.h: New file.
5934
5935         * include/richedit.h (ES_NOOLEDRAGDROP, ENM_DRAGDROPDONE,
5936         ENM_IMECHANGE, ENM_LANGCHANGE, ENM_OBJECTPOSITIONS,
5937         ENM_SCROLLEVENTS): Add constants.
5938
5939         * include/richedit.h (ES_SELECTIONBAR, ENM_LINK): Sort constants.
5940
5941 2003-10-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5942
5943         * include/errorep.h: New file.
5944
5945         * lib/faultrep.def: New file.
5946
5947 2003-10-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5948
5949         * include/winbase.h (AddVectoredExceptionHandler): Define if
5950         _WIN32_WINNT >= 0x0500.
5951
5952         * include/winnt.h (PVECTORED_EXCEPTION_HANDLER): Define if
5953         _WIN32_WINNT >= 0x0500.
5954
5955 2003-10-08  Corinna Vinschen  <corinna@vinschen.de>
5956
5957         * include/winbase.h (AddVectoredExceptionHandler): Only define if
5958         _WIN32_WINNT >= 0x0501.
5959
5960 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5961
5962         * include/winbase.h [_WIN32_WINNT >= 0x0500] (SetComputerNameEx[AW],
5963         UnregisterWaitEx): Add functions.
5964
5965         * include/winbase.h [_WIN32_WINNT >= 0x0500]
5966         (AddVectoredExceptionHandler, RemoveVectoredExceptionHandler): Add
5967         or guard function. The MSDN says it is available on Windows XP and
5968         better, and then it says it is declared for _WIN32_WINNT >= 0x0500.
5969         Huh?
5970
5971         * include/winbase.h [_WIN32_WINNT >= 0x0501] (AddRefActCtx,
5972         CreateActCtx[AW], SetFileShortName[AW], SetFileValidData,
5973         ZombifyActCtx, QueryActCtxW): Add functions.
5974
5975         * include/winbase.h [_WIN32_WINNT >= 0x0501]
5976         (QUERY_ACTCTX_FLAG_USE_ACTIVE_ACTCTX,
5977         QUERY_ACTCTX_FLAG_ACTCTX_IS_HMODULE,
5978         QUERY_ACTCTX_FLAG_ACTCTX_IS_ADDRESS): Add constants.
5979
5980         * include/winbase.h [_WIN32_WINNT >= 0x0502] (SetDllDirectory[AW],
5981         SetFirmwareEnvironmentVariable[AW]): Add functions.
5982
5983         * include/winnt.h [_WIN32_WINNT >= 0x0500] (VER_BUILDNUMBER,
5984         VER_MAJORVERSION, VER_MINORVERSION, VER_PLATFORMID,
5985         VER_SERVICEPACKMAJOR, VER_SERVICEPACKMINOR, VER_SUITENAME,
5986         VER_PRODUCT_TYPE, VER_EQUAL, VER_GREATER, VER_GREATER_EQUAL,
5987         VER_LESS, VER_LESS_EQUAL, VER_AND, VER_OR): Add constants.
5988
5989         * include/winnt.h [_WIN32_WINNT >= 0x0501]
5990         (PVECTORED_EXCEPTION_HANDLER): Add callback.
5991
5992         * include/winnt.h [_WIN32_WINNT >= 0x0501]
5993         (ACTIVATION_CONTEXT_INFO_CLASS,
5994         ACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION,
5995         ACTIVATION_CONTEXT_DETAILED_INFORMATION,
5996         ACTIVATION_CONTEXT_QUERY_INDEX, ASSEMBLY_FILE_DETAILED_INFORMATION):
5997         Add structures.
5998
5999         * lib/user32.def (AddRefActCtx, AddVectoredExceptionHandler,
6000         CreateActCtx[AW], SetComputerNameEx[AW], SetDllDirectory[AW],
6001         SetFileShortName[AW], SetFileValidData,
6002         SetFirmwareEnvironmentVariable[AW], UnregisterWaitEx,
6003         VerSetConditionMask, ZombifyActCtx, QueryActCtxW): Add functions.
6004
6005 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6006
6007         * include/winbase.h (GetWriteWatch, IsSystemResumeAutomatic,
6008         ResetWriteWatch): Add function.
6009
6010         * include/winbase.h [_WIN32_WINNT >= 0x0500]
6011         (GetSystemWindowsDirectory[AW], ProcessIdToSessionId, ReplaceFile[AW]):
6012         Add functions.
6013
6014         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6015         (GetSystemWow64Directory[AW], HeapQueryInformation,
6016         HeapSetInformation, InitializeSListHead, InterlockedFlushSList,
6017         InterlockedPopEntrySList, InterlockedPushEntrySList, IsProcessInJob,
6018         IsWow64Process, QueryMemoryResourceNotification, ReleaseActCtx,
6019         RemoveVectoredExceptionHandler): Add functions.
6020
6021         * include/winnt.h [_WIN32_WINNT >= 0x0501] (HEAP_INFORMATION_CLASS):
6022         Add enumeration.
6023
6024         * include/winbase.h [_WIN32_WINNT >= 0x0502] (GetThreadIOPendingFlag):
6025         Add function.
6026
6027         * include/winbase.h [_WIN32_WINNT >= 0x0510] (RestoreLastError):
6028         Add function. The MSDN Magazine of June 2003 reads:
6029                 RestoreLastError is an enigma. It's code is identical to
6030                 SetLastError. It's unclear to me why it was made into a
6031                 separate API.
6032
6033         * lib/user32.def (GetSystemWindowsDirectory[AW],
6034         GetSystemWow64Directory[AW], GetThreadIOPendingFlag,
6035         HeapQueryInformation, HeapSetInformation, InitializeSListHead,
6036         InterlockedFlushSList, InterlockedPopEntrySList,
6037         InterlockedPushEntrySList, IsSystemResumeAutomatic, IsWow64Process,
6038         ProcessIdToSessionId, QueryMemoryResourceNotification, ReleaseActCtx,
6039         RemoveVectoredExceptionHandler, ReplaceFile[AW], ResetWriteWatch,
6040         RestoreLastError): Add functions.
6041
6042 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6043
6044         * include/winbase.h [_WIN32_WINNT >= 0x0500] (GetComputerNameEx[AW],
6045         GetProcessIoCounters): Add functions.
6046
6047         * include/winbase.h [_WIN32_WINNT >= 0x0500] (COMPUTER_NAME_FORMAT):
6048         Move around, needed by GetComputerNameEx.
6049
6050         * include/winbase.h [_WIN32_WINNT >= 0x0501] (FindActCtxSectionGuid,
6051         FindActCtxSectionString[AW], GetCurrentActCtx, GetNativeSystemInfo):
6052         Add functions.
6053
6054         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6055         (ACTCTX_SECTION_KEYED_DATA): Add structure.
6056
6057         * include/winbase.h [_WIN32_WINNT >= 0x0502] (GetDllDirectory[AW],
6058         GetFirmwareEnvironmentVariable[AW], GetProcessHandleCount,
6059         GetProcessId, GetSystemRegistryQuota): Add functions, available on
6060         Windows XP SP1 and better.
6061
6062         * include/winnt.h [_WIN32_WINNT >= 0x0501]
6063         (ACTIVATION_CONTEXT_SECTION_ASSEMBLY_INFORMATION,
6064         ACTIVATION_CONTEXT_SECTION_DLL_REDIRECTION,
6065         ACTIVATION_CONTEXT_SECTION_WINDOW_CLASS_REDIRECTION,
6066         ACTIVATION_CONTEXT_SECTION_COM_SERVER_REDIRECTION,
6067         ACTIVATION_CONTEXT_SECTION_COM_INTERFACE_REDIRECTION,
6068         ACTIVATION_CONTEXT_SECTION_COM_TYPE_LIBRARY_REDIRECTION,
6069         ACTIVATION_CONTEXT_SECTION_COM_PROGID_REDIRECTION,
6070         ACTIVATION_CONTEXT_SECTION_CLR_SURROGATES): Add constants.
6071
6072         * lib/user32.def (FindActCtxSectionGuid, FindActCtxSectionString[AW],
6073         GetComputerNameEx[AW], GetCurrentActCtx, GetDllDirectory[AW],
6074         GetFirmwareEnvironmentVariable[AW], GetModuleHandleEx[AW],
6075         GetNativeSystemInfo, GetProcessHandleCount, GetProcessIoCounters):
6076         Add functions.
6077
6078 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6079
6080         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6081         (CheckRemoteDebuggerPresent, DebugActiveProcessStop, DebugBreakProcess,
6082         DebugSetProcessKillOnExit): Add functions.
6083
6084         * include/winbase.h [_WIN32_WINNT >= 0x0500] (DeleteTimerQueue,
6085         DeleteTimerQueueEx, DeleteTimerQueueTimer,
6086         DnsHostnameToComputerName[AW]): Add functions.
6087
6088         * lib/user32.def (CheckRemoteDebuggerPresent, DebugActiveProcessStop,
6089         DebugBreakProcess, DebugSetProcessKillOnExit, DeleteTimerQueueEx,
6090         DeleteTimerQueueTimer, DnsHostnameToComputerName[AW]): Add functions.
6091
6092 2003-10-07  Kobun Fujimori  <kobun@users.sourceforge.net>
6093
6094         * include/winbase.h (GetVolumePathNamesForVolumeName): Available
6095         on Windows XP and later.
6096
6097 2003-10-07  Manu B  <manubee@users.sourceforge.net>
6098
6099         * include/commctrl.h (TreeView_Select): Returns BOOL.
6100
6101 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6102
6103         * include/winbase.h (CancelDeviceWakeupRequest): Add function.
6104
6105         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6106         (CreateMemoryResourceNotification, DeactivateActCtx): Add functions.
6107
6108         * include/winbase.h [_WIN32_WINNT >= 0x0500] (CreateTimerQueue,
6109         CreateTimerQueueTimer): Add function.
6110
6111         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6112         (MEMORY_RESOURCE_NOTIFICATION_TYPE): Add enumeration.
6113
6114         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6115         (DEACTIVATE_ACTCTX_FLAG_FORCE_EARLY_DEACTIVATION): Add constant.
6116
6117         * include/winnt.h (WT_*): Add constants.
6118
6119         * lib/user32.def (CancelDeviceWakeupRequest,
6120         CreateMemoryResourceNotification, CreateTimerQueueTimer,
6121         DeactivateActCtx): Add functions.
6122
6123 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6124
6125         * include/winbase.h [_WIN32_WINNT >= 0x0400] (ConvertFiberToThread):
6126         Add function. Sometimes I don't understand MSDN. This function is
6127         available on Windows XP and Server 2003, but the SDK is supposed to
6128         make it available when _WIN32_WINNT >= 0x0400, or so says the MSDN.
6129         Mmmh...
6130
6131         * include/winbase.h [_WIN32_WINNT >= 0x0400] (CreateFiberEx):
6132         Guard function. Same remark as above.
6133
6134         * lib/user32.def (ConvertFiberToThread, CreateFiberEx):
6135         Add functions.
6136
6137 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6138
6139         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ACTCTX_FLAG_*):
6140         Add constants.
6141
6142         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ACTCTX[AW]): Add
6143         structures.
6144
6145         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ActivateActCtx): Add
6146         function. MSDN says the first argument is HACTCTX but I'm not sure
6147         where such a specialized handle is defined, so use HANDLE instead.
6148
6149         * include/winbase.h [_WIN32_WINNT >= 0x0501] (AttachConsole,
6150         CheckNameLegalDOS8Dot3[AW]): Add functions.
6151
6152         * lib/user32.def (ActivateActCtx, AttachConsole,
6153         CheckNameLegalDOS8Dot3[AW]): Add functions.
6154
6155         * lib/user32.def (AddLocalAlternateComputerName[AW]): Add functions.
6156         Unfortunately I don't know which header to put the declarations in.
6157
6158 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6159
6160         * include/winnls.h (CTRY_KYRGYZSTAN, CTRY_MALDIVES, CTRY_MONGOLIA):
6161         Add constants.
6162
6163         * include/winnls.h (NLS_FUNCTION, SYSGEOCLASS, SYSGEOTYPE): Add
6164         constants for National Language Support.
6165
6166         * include/winnls.h (NLSVERSIONINFO): Add structure for National
6167         Language Support.
6168
6169         * include/winnls.h (GEO_ENUMPROC): Add callback for National
6170         Language Support.
6171
6172         * include/winnls.h (EnumSystemGeoID, GetCalendarInfo[AW],
6173         GetGeoInfo[AW], GetUserGeoID, SetCalendarInfo[AW], SetUserGeoID):
6174         Add functions.
6175
6176         * include/winnls.h (IsNLSDefinedString, GetNLSVersion): Add
6177         functions. Strange... I am unable to find which library contains
6178         these functions. Can't find anything with pexports. Any clue?
6179
6180         * lib/user32.def (EnumSystemGeoID, GetGeoInfo[AW], GetUserGeoID,
6181         SetUserGeoID): Add functions.
6182
6183 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6184
6185         * include/winnt.h (LANG_KYRGYZ, LANG_MONGOLIAN, LANG_GALICIAN,
6186         LANG_SYRIAC, LANG_INVARIANT, SUBLANG_KASHMIRI_SASIA): Add constants.
6187
6188         * include/winnt.h (SUBLANG_AZERI_LATIN, SUBLANG_AZERI_CYRILLIC,
6189         SUBLANG_ENGLISH_ZIMBABWE, SUBLANG_ENGLISH_PHILIPPINES): Fix wrong
6190         value for constants.
6191
6192 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6193
6194         * include/wincrypt.h (SCHANNEL_MAC_KEY, SCHANNEL_ENC_KEY,
6195         INTERNATIONAL_USAGE, KP_SCHANNEL_ALG): Add constants. Specifying
6196         the algorithms.
6197
6198 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6199
6200         * include/wincrypt.h (CRYPT_FLAGS_*): Add constants. Protocol flags.
6201
6202 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6203
6204         * include/wincrypt.h (KP_*): Add constants. Needed by
6205         CryptSetKeyParam() and other functions.
6206
6207 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6208
6209         * include/winuser.h [_WIN32_WINNT >= 0x0501] (EVENT_*, CONSOLE_*):
6210         Add constants, related to Console Accessibility.
6211
6212 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6213
6214         * include/winuser.h [WINVER >= 0x0500] (EVENT_MAX): Ooops...
6215         wrong value for constant.
6216
6217 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6218
6219         * include/winuser.h [WINVER >= 0x0500] (EVENT_*): Add constants.
6220
6221         * include/uxtheme.h: Cleanup.
6222         * include/tmschema.h: Cleanup.
6223
6224 2003-10-02  Luke Dunstan  <infidel@users.sourceforge.net>
6225
6226         * include/winspool.h (GetDefaultPrinter[AW]): Add functions.
6227         * lib/winspool.def (GetDefaultPrinter[AW]): Add stubs.
6228
6229 2003-10-01  Danny Smith  <dannysmith@users.sourceforge.net>
6230
6231         * include/winnt.h (INVALID_FILE_ATTRIBUTES): Fix define.
6232
6233 2003-09-30  Danny Smith  <dannysmith@users.sourceforge.net>
6234
6235         * include/winuser.h (BSF_*, BSM_*):  Sync constants defined in
6236         both winuser.h and dbt.h.
6237         * include/dbt.h (BSF_*, BSM_*): Likewise.
6238
6239         * include/winuser.h (struct tagRAWINPUT): Remove
6240         _ANONYMOUS_UNION tag from named union.
6241         (struct tagRAWMOUSE): Add _ANONYMOUS_STRUCT to nameless struct.
6242
6243 2003-09-30  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6244
6245         * include/dhcpcdsk.h: New file.
6246         Note that MSDN is confused about whether it should start constant
6247         and structure names with DHCPCAPI or DHCPAPI. It's using both but
6248         experience suggests it's DHCPCAPI with `C'.
6249
6250         * lib/dhcpcsvc.def: New file.
6251
6252 2003-09-30  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6253
6254         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIM_INPUT,
6255         RIM_INPUTSINK): Add constants, for use by WM_INPUT notification.
6256
6257         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIDEV_REMOVE,
6258         RIDEV_EXCLUDE, RIDEV_PAGEONLY, RIDEV_NOLEGACY, RIDEV_INPUTSINK,
6259         RIDEV_CAPTUREMOUSE, RIDEV_NOHOTKEYS, RIDEV_APPKEYS): Add constants,
6260         for use in RAWINPUTDEVICE.
6261
6262         * include/winuser.h [_WIN32_WINNT >= 0x0501]
6263         (GetRawInputDeviceInfo[AW]): Ooops... there are
6264         ANSI/Unicode versions of this function.
6265
6266         * lib/user32.def (GetRawInputDeviceInfo[AW]): Ooops... there
6267         are ANSI/Unicode versions of this function.
6268
6269 2003-09-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6270
6271         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIM_TYPEMOUSE,
6272         RIM_TYPEKEYBOARD, RIM_TYPEHID, MOUSE_MOVE_RELATIVE,
6273         MOUSE_MOVE_ABSOLUTE, MOUSE_VIRTUAL_DESKTOP,
6274         MOUSE_ATTRIBUTES_CHANGED, RI_MOUSE_LEFT_BUTTON_DOWN,
6275         RI_MOUSE_LEFT_BUTTON_UP, RI_MOUSE_RIGHT_BUTTON_DOWN,
6276         RI_MOUSE_RIGHT_BUTTON_UP, RI_MOUSE_MIDDLE_BUTTON_DOWN,
6277         RI_MOUSE_MIDDLE_BUTTON_UP, RI_MOUSE_BUTTON_1_DOWNT_BUTTON_DOWN,
6278         RI_MOUSE_BUTTON_1_UP, RI_MOUSE_BUTTON_2_DOWNHT_BUTTON_DOWN,
6279         RI_MOUSE_BUTTON_2_UP, RI_MOUSE_BUTTON_3_DOWNDLE_BUTTON_DOWN,
6280         RI_MOUSE_BUTTON_3_UP, RI_MOUSE_BUTTON_4_DOWN,
6281         RI_MOUSE_BUTTON_4_UP, RI_MOUSE_BUTTON_5_DOWN,
6282         RI_MOUSE_BUTTON_5_UP, RI_MOUSE_WHEEL, KEYBOARD_OVERRUN_MAKE_CODE,
6283         RI_KEY_MAKE, RI_KEY_BREAK, RI_KEY_E0, RI_KEY_E1,
6284         RI_KEY_TERMSRV_SET_LED, RI_KEY_TERMSRV_SHADOW, RID_INPUT,
6285         RID_HEADER, RIDI_PREPARSEDDATA, RIDI_DEVICENAME,
6286         RIDI_DEVICEINFO): Add constants.
6287
6288         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RAWINPUTHEADER,
6289         RAWMOUSE, RAWKEYBOARD, RAWHID, RAWINPUT, RAWINPUTDEVICE,
6290         RAWINPUTDEVICELIST): Add structures.
6291
6292         * include/winuser.h [_WIN32_WINNT >= 0x0501] (DefRawInputProc,
6293         GetRawInputBuffer, GetRawInputData, GetRawInputDeviceInfo,
6294         GetRawInputDeviceList, GetRegisteredRawInputDevices): Add functions.
6295
6296         * lib/user32.def (DefRawInputProc, GetRawInputBuffer,
6297         GetRawInputData, GetRawInputDeviceInfo, GetRawInputDeviceList,
6298         GetRegisteredRawInputDevices): Add functions.
6299
6300 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6301
6302         * include/winable.h (BlockInput): Add function.
6303
6304         * include/winable.h (WS_ACTIVECAPTION): Add constant.
6305         For use with WINDOWINFO structure.
6306
6307         * include/winuser.h [_WIN32_WINNT >= 0x0500] (LockWorkStation):
6308         Add function.
6309
6310         * include/winuser.h [_WIN32_WINNT >= 0x0501] (IsWinEventHookInstalled):
6311         Add function.
6312
6313         * include/winuser.h [WINVER >= 0x0500] (UnhookWinEvent):
6314         Add function...
6315
6316         * include/winable.h [WINVER < 0x0500] (UnhookWinEvent):
6317         ...and duplicate.
6318
6319         * include/winuser.h [_WIN32_WINNT >= 0x0403] (SendInput):
6320         Guard function...
6321
6322         * include/winable.h [_WIN32_WINNT < 0x0403] (SendInput):
6323         ...and duplicate.
6324
6325         * include/winuser.h [WINVER >= 0x0500] (NotifyWinEvent):
6326         Guard function...
6327
6328         * include/winable.h [WINVER < 0x0500] (NotifyWinEvent):
6329         ...and duplicate.
6330
6331         * include/winuser.h [WINVER >= 0x0500] (MOUSEINPUT, KEYBDINPUT,
6332         HARDWAREINPUT, INPUT): Guard structures...
6333
6334         * include/winable.h [WINVER < 0x0500] (MOUSEINPUT, KEYBDINPUT,
6335         HARDWAREINPUT, INPUT): ...and duplicate.
6336
6337         * include/winuser.h [_WIN32_WINNT >= 0x0403] (INPUT_MOUSE,
6338         INPUT_KEYBOARD, INPUT_HARDWARE): Guard constants...
6339
6340         * include/winable.h [_WIN32_WINNT < 0x0403] (INPUT_MOUSE,
6341         INPUT_KEYBOARD, INPUT_HARDWARE): ...and duplicate.
6342
6343         * include/winuser.h: Move around some lines. Reformat according
6344         to recommended or dominant style. Remove FAR keyword.
6345
6346         * include/winable.h: Move around some lines.
6347
6348         * lib/user32.def (BlockInput, IsWinEventHookInstalled,
6349         LockWorkStation, UnhookWinEvent): Add functions.
6350
6351 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6352
6353         * include/winuser.h [_WIN32_WINNT >= 0x0501] (PrintWindow,
6354         PW_CLIENTONLY): Add function and constant.
6355
6356         * lib/user32.def (PrintWindow): Add function.
6357
6358 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6359
6360         * include/winuser.h (RealGetWindowClassA[AW]): Add function.
6361
6362         * lib/user32.def (RealGetWindowClassA[AW]): Add function.
6363
6364 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6365
6366         * include/winuser.h [WINVER >= 0x0500] (RegisterDeviceNotification[AW],
6367         DEVICE_NOTIFY_WINDOW_HANDLE, DEVICE_NOTIFY_SERVICE_HANDLE,
6368         DEVICE_NOTIFY_ALL_INTERFACE_CLASSES): Add function and constants.
6369
6370         * lib/user32.def (RegisterDeviceNotification[AW]): Add function.
6371
6372 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6373
6374         * include/winuser.h [WINVER >= 0x0500] (SetWinEventHook, WINEVENTPROC,
6375         WINEVENT_OUTOFCONTEXT, WINEVENT_SKIPOWNTHREAD, WINEVENT_SKIPOWNPROCESS,
6376         WINEVENT_INCONTEXT): Add function, typedef, and constants.
6377
6378         * include/winable.h [WINVER < 0x0500] (SetWinEventHook, WINEVENTPROC,
6379         WINEVENT_OUTOFCONTEXT, WINEVENT_SKIPOWNTHREAD, WINEVENT_SKIPOWNPROCESS,
6380         WINEVENT_INCONTEXT): Add function, typedef, and constants.
6381
6382         * include/winuser.h [_WIN32_WINNT >= 0x0500] (UserHandleGrantAccess):
6383         Add function.
6384
6385         * lib/user32.def (SetWinEventHook, UserHandleGrantAccess):
6386         Add functions.
6387
6388 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6389
6390         * include/winnt.h (ACE_INHERITED_OBJECT_TYPE_PRESENT,
6391         ACE_OBJECT_TYPE_PRESENT): Add constants.
6392         For use with OBJECTS_AND_NAME structure.
6393
6394 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6395
6396         * include/aclapi.h [_WIN32_WINNT >= 0x0501] (GetInheritanceSource[AW]):
6397         Add functions. Don't know what PFN_OBJECT_MGR_FUNCTS is so use
6398         void* instead.
6399
6400         * include/accctrl.h [_WIN32_WINNT >= 0x0501] (INHERITED_FROM[AW],
6401         PINHERITED_FROM[AW]): Add structures.
6402
6403         * lib/user32.def (GetInheritanceSource[AW]): Add functions.
6404
6405 2003-09-26  Corinna Vinschen  <corinna@vinschen.de>
6406
6407         * include/winuser.h (FLASHWINFO, PFLASHWINFO): Define for 98/Me, too.
6408
6409 2003-09-25  Danny Smith  <dannysmith@users.sourceforge.net>
6410
6411         * lib/version.def (LIBRARY): Quote name.
6412
6413 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6414
6415         * include/winuser.h (GetClipboardSequenceNumber): Add functions
6416         and constants.
6417
6418         * include/winuser.h (GetGuiResources, GR_GDIOBJECTS,
6419         GR_USEROBJECTS): Add functions and constants.
6420
6421         * include/winuser.h (GetMouseMovePointsEx, GMMP_USE_DISPLAY_POINTS,
6422         GMMP_USE_HIGH_RESOLUTION_POINTS): Add functions and constants.
6423
6424         * include/winuser.h (InSendMessageEx, ISMEX_NOSEND, ISMEX_CALLBACK,
6425         ISMEX_NOTIFY, ISMEX_REPLIED, ISMEX_SEND): Add functions and
6426         constants.
6427
6428         * lib/user32.def (GetClipboardSequenceNumber, GetGuiResources,
6429         GetMouseMovePointsEx, InSendMessageEx): Add functions.
6430
6431 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6432
6433         * include/winuser.h (BroadcastSystemMessage, BroadcastSystemMessageA,
6434         BroadcastSystemMessageW, BroadcastSystemMessageEx,
6435         BroadcastSystemMessageExA, BroadcastSystemMessageExW,
6436         BSMINFO, BSF_ALLOWSFW, BSF_SENDNOTIFYMESSAGE, BSF_LUID,
6437         BSF_RETURNHDESK): Add functions and constants.
6438
6439         * include/winuser.h (EnumDisplaySettingsEx, EnumDisplaySettingsExA,
6440         EnumDisplaySettingsExW, EDS_RAWMODE): Add functions and constant.
6441
6442         * include/winuser.h (IsGUIThread, IsHungAppWindow, FlashWindowEx,
6443         GetProcessDefaultLayout, SetProcessDefaultLayout,
6444         RealChildWindowFromPoint, SetProcessDefaultLayout,
6445         SwitchToThisWindow): Add functions.
6446
6447         * lib/user32.def (BroadcastSystemMessageA, BroadcastSystemMessageW,
6448         BroadcastSystemMessageExA, BroadcastSystemMessageExW,
6449         EnumDisplaySettingsExA, EnumDisplaySettingsExW, FlashWindowEx,
6450         GetProcessDefaultLayout, IsGUIThread, IsHungAppWindow,
6451         RealChildWindowFromPoint, SetProcessDefaultLayout,
6452         SwitchToThisWindow): Add function.
6453
6454 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6455
6456         * include/winuser.h (DeregisterShellHookWindow): Add function.
6457
6458         * include/winuser.h [_WIN32_WINNT >= 0x0500] (EndTask): Add function.
6459
6460         * lib/user32.def (EndTask): Add function.
6461
6462         * include/winuser.h (WINVER, _WIN32_WINNT): It's better (?) to
6463         use _WIN32_WINNT instead of WINVER to test for Windows 2000.
6464
6465         * include/winable.h: Reorder target macros.
6466
6467         * lib/*.def: Cleanup.
6468
6469 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6470
6471         * include/winuser.h [WINVER >= 0x0500] (AnimateWindow): Add
6472         function.
6473
6474         * lib/user32.def (AnimateWindow): Add function. By the way
6475         there are ~ 140 symbols missing from this file when comparing
6476         to user32.dll on Windows XP.
6477
6478 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6479
6480         * include/winuser.h [WINVER >= 0x0500] (AW_SLIDE, AW_ACTIVATE,
6481         AW_BLEND, AW_HIDE, AW_CENTER, AW_HOR_POSITIVE, AW_HOR_NEGATIVE,
6482         AW_VER_POSITIVE, AW_VER_NEGATIVE): Add constants. For use by
6483         AnimateWindow().
6484
6485 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6486
6487         * include/winuser.h [WINVER >= 0x0500] (GetGUIThreadInfo,
6488         LPGUITHREADINFO): Add function and associated typedef...
6489
6490         * include/winable.h [WINVER < 0x0500] (GetGUIThreadInfo,
6491         LPGUITHREADINFO): ...and duplicate them in <winable.h> as
6492         seems to be required on older versions of Windows.
6493
6494 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6495
6496         * include/GL/glu.h (gluErrorUnicodeStringWIN): Add macro
6497         function. MSDN suggests using gluErrorUnicodeStringWIN
6498         instead of gluErrorString, as it allows both ANSI and Unicode
6499         error strings.
6500
6501         * include/GL/glu.h (gluErrorUnicodeStringEXT): Make the
6502         returned pointer const for consistency reasons.
6503
6504 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6505
6506         * include/GL/glu.h (gluErrorUnicodeStringEXT): Add function.
6507         Function exists in glu32.def but is undocumented on MSDN.
6508         A Google search came up with this declaration.
6509
6510 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6511
6512         * include/GL/glu.h: Rewritten from scratch. Started from GLU 1.3
6513         headers from OpenGL Sample Implementation. Windows ships with
6514         GLU 1.2 so some constants and functions were removed. Then some
6515         typedef's and function declarations were reworked to look like
6516         the previous GL/glu.h.
6517
6518 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6519
6520         * include/uxtheme.h (PROPERTYORIGIN): the documentation of
6521         PROPERTYORIGIN suggests it's `PROPERTYORIGIN' but experimentation
6522         suggests it's actually `enum PROPERTYORIGIN'. Keep both.
6523
6524         * include/uxtheme.h (THEME_SIZE, THEMESIZE): MSDN suggests
6525         it's either `THEME_SIZE' or `THEMESIZE' but experimentation
6526         suggests it's actually `enum THEMESIZE'. Keep `THEME_SIZE'
6527         and `enum THEMESIZE'.
6528
6529 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6530
6531         * include/uxtheme.h: New file.
6532         * include/tmschema.h: New file.
6533         * include/uxtheme.def: New file.
6534         * lib/test.c: Include uxtheme.h, tmschema.h.
6535
6536 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6537
6538         * include/winuser.h (KEYEVENTF_UNICODE, KEYEVENTF_SCANCODE):
6539         Add defines.
6540
6541 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6542
6543         * include/winable.h [_WIN32_WINNT < 0x0403] (INPUT_MOUSE,
6544         INPUT_KEYBOARD, INPUT_HARDWARE): Duplicate defines in
6545         <winable.h> as seems to be required on older versions of
6546         Windows.
6547
6548 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6549
6550         * include/winuser.h [WINVER >= 0x0500] (CHILDID_SELF,
6551         GUI_CARETBLINKING, GUI_INMOVESIZE, GUI_INMENUMODE,
6552         GUI_SYSTEMMENUMODE, GUI_POPUPMENUMODE, GUI_16BITTASK):
6553         Add defines, the last one only on Windows XP...
6554
6555         * include/winable.h [WINVER < 0x0500] (CHILDID_SELF,
6556         GUI_CARETBLINKING, GUI_INMOVESIZE, GUI_INMENUMODE,
6557         GUI_SYSTEMMENUMODE, GUI_POPUPMENUMODE): ...and duplicate
6558         them in <winable.h> as seems to be required on older
6559         versions of Windows.
6560
6561 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6562
6563         * include/winuser.h [WINVER >= 0x0500] (GUITHREADINFO,
6564         OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR, OBJID_MENU,
6565         OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL, OBJID_SIZEGRIP,
6566         OBJID_CARET, OBJID_CURSOR, OBJID_ALERT, OBJID_SOUND): Bring
6567         back into <winuser.h>...
6568
6569         * include/winable.h [WINVER < 0x0500] (GUITHREADINFO,
6570         OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR, OBJID_MENU,
6571         OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL, OBJID_SIZEGRIP,
6572         OBJID_CARET, OBJID_CURSOR, OBJID_ALERT, OBJID_SOUND): ...and
6573         comment out in <winable.h>. MSDN may say <winable.h> but this
6574         breaks many programs. It seems it used to be <winable.h> on
6575         older versions of Windows.
6576
6577 2003-09-17  Danny Smith  <dannysmith@users.sourceforge.net>
6578
6579         * include/winuser.h (UpdateLayeredWindow): Protect against NOGDI.
6580         Thanks to Will Levine  <willll@users.sourceforge.net>
6581
6582 2003-09-15  Danny Smith  <dannysmith@users.sourceforge.net>
6583
6584         * include/ws2spi.h (LPWSPBIND): Change CONST LPSOCKADDR to
6585         const struct sockaddr*.
6586         (LPWSPCONNECT): Likewise.
6587         (LPWSPJOINLEAF): Likewise.
6588         (LPWSPSENDTO): Likewise.
6589         Tanks to Sebastian Nowak  <snowak1@users.spourceforge.net>
6590
6591 2003-09-15  Filip Navara  <xnavara@volny.cz>
6592
6593         * include/commctrl.h (TCIS_BUTTONPRESSED, TCIS_HIGHLIGHTED):
6594         Add definitions.
6595
6596 2003-09-15  Sascha Brawer  <brawer@dandelis.ch>
6597
6598         * include/winuser.h (DISPLAY_DEVICE_ATTACHED_TO_DESKTOP,
6599         DISPLAY_DEVICE_PRIMARY_DEVICE, DISPLAY_DEVICE_MIRRORING_DRIVER,
6600         DISPLAY_DEVICE_VGA_COMPATIBLE, DISPLAY_DEVICE_REMOVABLE,
6601         DISPLAY_DEVICE_MODESPRUNED): Define constants.
6602         (ChangeDisplaySettingsEx[A,W]): Add prototype.
6603
6604         * lib/user32.def (ChangeDisplaySettingsEx[A,W]): Add exports.
6605         (EnumDisplayDevices[A,W]): Likewise.
6606
6607 2003-09-15  Danny Smith  <dannysmith@users.sourceforge.net>
6608
6609         * include.commctrl.h (_WIN32_WINNT): Change _WXP to 0x0501,
6610         throughout.
6611
6612 2003-09-13  Danny Smith  <dannysmith@users.sourceforge.net>
6613
6614         * include/olectl.h (TEXTMETRICOLE, LPERRORLOG, LPPROPERTYBAG,
6615         LPENUMCONNECTIONPOINTS, LPCONNECTIONPOINT, LPENUMCONNECTIONS,
6616         LPPROPERTYPAGESITE, LPFONT, LPFONTDISP, OLE_COLOR, HIMETRIC,
6617         OLE_YPOS_HIMETRIC, OLE_XSIZE_HIMETRIC, OLE_YSIZE_HIMETRIC,
6618         OLE_YSIZE_CONTAINER, OLE_HANDLE, POINTF,LPPOINTF, CONTROLINFO,
6619         LPCONTROLINFO, CONNECTDATA, LPCONNECTDATA, LICINFO, LPLICINFO,
6620         CAUUID, LPCAUUID, CALPOLESTR, LPCALPOLESTR, CADWORD, LPCADWORD,
6621         PROPPAGEINFO, LPPROPPAGEINFO): Remove from here ...
6622         * include/ocidl.h: (TEXTMETRICOLE, LPERRORLOG, LPPROPERTYBAG,
6623         LPENUMCONNECTIONPOINTS, LPCONNECTIONPOINT, LPENUMCONNECTIONS,
6624         LPPROPERTYPAGESITE, LPFONT, LPFONTDISP, OLE_COLOR, HIMETRIC,
6625         OLE_YPOS_HIMETRIC, OLE_XSIZE_HIMETRIC, OLE_YSIZE_HIMETRIC,
6626         OLE_YSIZE_CONTAINER, OLE_HANDLE, POINTF, LPPOINTF, CONTROLINFO,
6627         LPCONTROLINFO, CONNECTDATA, LPCONNECTDATA, LICINFO, LPLICINFO,
6628         CAUUID, LPCAUUID, CALPOLESTR, LPCALPOLESTR, CADWORD, LPCADWORD,
6629         PROPPAGEINFO, LPPROPPAGEINFO): ... to here, for consistency
6630         with documentation.
6631         * include/olectl.h: Do #include <ocidl.h>.
6632         * include/ocidl.h: Don't #include <olectl.h>.
6633
6634 2003-09-13  Danny Smith  <dannysmith@users.sourceforge.net>
6635
6636         * include/winuser.h (_WIN32_WINNT, _WIN32_WINDOWS, WINVER):
6637         Change guards to use numeric constants, throughout.
6638
6639 2003-09-15  Earnie Boyd  <earnie@users.sf.net>
6640
6641         * include/w32api.h: Increment version to 2.5.
6642         * Makefile.in: Ditto.
6643
6644 2003-09-08  Justin Forest  <vhex@users.sourceforge.net>
6645
6646         * include/winuser.h (PM_QS_INPUT, PM_QS_POSTMESSAGE,
6647         PM_QS_PAINT, PM_QS_SENDMESSAGE): Add defines.
6648
6649 2003-09-08  Filip Navara  <xnavara@volny.cz>
6650
6651         * include/wingdi.h (GRADIENT_FILL_RECT_H, GRADIENT_FILL_RECT_V,
6652         GRADIENT_FILL_TRIANGLE, GRADIENT_FILL_OP_FLAG): Add defines.
6653
6654 2003-09-05  Earnie Boyd  <earnie@users.sf.net>
6655
6656         * include/w32api.h (_NT5, etc): Reverse the changes of 2003-07-01.
6657         * include/winbase.h (_NT5, etc): Ditto.
6658
6659 2003-09-02  Bart Oldeman  <bartoldeman@users.sourceforge.net>
6660
6661         * lib/snmpapi.def (LIBRARY) Add library name.
6662         Remove '\r', throughout.
6663         * lib/wsnmp32.def: Remove '\r', throughout.
6664         * lib/igmpagnt.def: Likewise.
6665
6666 2003-08-29  Steve Cleary  <scleary@jerviswebb.com>
6667
6668         * include/winuser.h (QS_ALLPOSTMESSAGE, QS_RAWINPUT): Add defines.
6669         (QS_INPUT, QS_ALLINPUT, QS_ALLEVENTS): Adjust by OR'ing with
6670         QS_RAWINPUT for _WIN32_WINNT >= 0x0501.
6671         (MWMO_*): Add flags.
6672
6673         * include/wincrypt.h (MS_ENHANCED_PROV[AW], MS_STRONG_PROV[AW],
6674         MS_DEF_RSA_SIG_PROV[AW], MS_DEF_RSA_SCHANNEL_PROV[AW],
6675         MS_DEF_DSS_PROV[AW], MS_DEF_DSS_DH_PROV[AW], MS_ENH_DSS_DH_PROV[AW],
6676         MS_DEF_DH_SCHANNEL_PROV[AW], MS_SCARD_PROV[AW]): Add definitions.
6677
6678 2003-08-26  Danny Smith  <dannysmith@users.sourceforge.net>
6679
6680         * lib/test.c: Add vfw.h to includes.
6681         * include/mmsystem.h: Add #ifndef guard to definition of
6682         mmioFOURCC macro.
6683         * include/vfw.h: Protect __OBJC__ from COM declarations.
6684
6685 2003-08-26  Filip Navara  <xnavara@volny.cz>
6686
6687         * include/vfw.h: New file.
6688
6689 2003-08-26  Filip Navara  <xnavara@volny.cz>
6690
6691         * include/ddk/winddk.h (RTL_REGISTRY_*): Add defines.
6692         (IoSetCompletionRoutine): Cast _CompletionRoutine arg to
6693         PIO_COMPLETION_ROUTINE.
6694
6695 2003-08-26  Danny Smith  <dannysmith@users.sourceforge.net>
6696
6697         * lib/test.c: Add snmp.h, winsnmp.h amd mgmtapi.h to
6698         includes.
6699
6700 2003-08-26  Filip Navara  <xnavara@volny.cz>
6701
6702         * include/snmp.h: New file.
6703         * include/winsnmp.h: New file.
6704         * include/mgmtapi.h: New file.
6705         * lib/snmpapi.def: New file.
6706         * lib/wsnmp32.def: New file.
6707         * lib/igmpagnt.def: New file.
6708         * lib/mgmtapi.def (SnmpMgrCtl) Add stub.
6709         (SnmpMgrGetTrapEx): Ditto.
6710         (SnmpMgrMIB2Disk): Remove.
6711         (dbginit): Remove.
6712
6713 2003-08-25  Steven Edwards  <Steven_Ed4153@yahoo.com>
6714
6715         * include/ddk/ntifs.h: Change all C++ style comments to C.
6716         * include/GL/gl.h: Ditto.
6717
6718 2003-08-25  Martin Fuchs  <Martin-Fuchs@gmx.net>
6719
6720         * include/shlobj.h (SFGAO_GHOSTED): Correct.
6721         (SFGAO_HIDDEN): Add define.
6722
6723 2003-08-25  Filip Navara  <xnavara@volny.cz>
6724
6725         * include/commctrl.h (ILCF_*): Add defines.
6726         (ILD_*): Ditto.
6727         (HDS_*): Ditto.
6728         (IPN_FIRST, IPN_LAST): Cast to UINT.
6729         (SBN_FIRST, SBN_LAST): Add defines.
6730         (PGN_*): Ditto.
6731         (HDF_JUSTIFYMASK): Fix typo.
6732         (HDM_*): Add defines.
6733         (HICF_*): Ditto.
6734         (I_INDENTCALLBACK,I_IMAGENONE): Ditto.
6735         (TBSTATE_MARKED): Add define.
6736         (TBSTYLE_EX_*): Add defines.
6737         (TBCDRF_*): Ditto.
6738         (IDB_HIST_SMALL_COLOR,IDB_HIST_LARGE_COLOR): Ditto.
6739         (TB_*): Ditto.
6740         (TBN_*): Ditto.
6741         (TBNRF_*): Ditto.
6742         (TTF_*): Ditto.
6743         (TBCD_*): Ditto.
6744         (TBDDRET_*): Ditto.
6745         (TBIMHT_*): Ditto.
6746         (TTM_*): Ditto.
6747         (UDM_*): Ditto.
6748         (TBIF_BYINDEX): Define as hex constant.
6749         (CDIS_*): Add defines.
6750         (CDDS_SUBITEM): Add define.
6751         (LVIF_*): Add defines.
6752         (LVM_*): Ditto.
6753         (LVGIT_UNFOLDED): Add define.
6754         (TVM_): Add defines.
6755         (TVE_EXPANDPARTIAL): Add define.
6756         (TVGN_LASTVISIBLE): Ditto.
6757         (TVN_*): Add defines.
6758         (TVNRET_*): Add defines.
6759         (TCIF_STATE): Add define.
6760         (NM_TOOLTIPSCREATED): Ditto.
6761         (CCM_*): Add defines.
6762         (INFOTIPSIZE): Add numeric value.
6763         (ODT_LISTVIEW): Ditto.
6764         (MCM_GETMAXTODAYWIDTH): Ditto.
6765         (MCHT_*): Add defines.
6766         (UDM_SETRANGE32,UDM_GETRANGE32): Define in terms of WM_USER.
6767         (PGF_*): Add defines.
6768         (PGM_*): Ditto.
6769         (TBINSERTMARK): Add structure.
6770         (LPIMAGEINFO) Add typedef.
6771         (LPHDHITTESTINFO): Ditto.
6772         (NMLVGETINFOTIP[AW]: Add structures.
6773         (NMTBCUSTOMDRAW): Add structure.
6774         (TTTOOLINFOA_V*_SIZE): Add macros.
6775         (TTTOOLINFOW_V1_SIZE): Ditto.
6776         (IMAGELISTDRAWPARAMS): Add new members for WXP.
6777         (LVITEM[AW]: Ditto.
6778         (TCITEM[AW]):Ditto.
6779         (CCSIZEOF_STRUCT): Correct macro definition.
6780         (ListView_*): Add new macros.
6781         (HIMAGELIST): Correct typedef.
6782         (HTREEITEM): Ditto.
6783
6784 2003-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
6785
6786         * commctrl.h (TC_HITTESTINFO): Remove. Add defines for
6787         TCHITTESTINFO for backward compatibility.
6788         (TC_ITEM[AW]): Rename to TCITEM[AW]. Add defines for backward
6789         compatibility.
6790
6791 2003-08-24   Danny Smith  <dannysmith@users.sourceforge.net>
6792
6793         * include/objidl.h (COBJMACROS): Define macros only
6794         if using C interace.
6795         * include/unknwn.h: Ditto.
6796         * include/comcat.h: Ditto.
6797
6798 2003-08-24  Filip Navara  <xnavara@volny.cz>
6799
6800         * include/prsht.h (PSH_WIZARDHASFINISH, PSH_WIZARD_LITE,
6801         PSH_NOCONTEXTHELP): Define.
6802         (PSH_WIZARD97): Fix definition for _WIN32_IE >= 0x500.
6803         * include/winuser.h (DFCS_TRANSPARENT, DFCS_HOT): Define.
6804         (LPDLGTEMPLATE[AW]): Add typedefs.
6805
6806 2003-08-22  Filip Navara  <xnavara@volny.cz>
6807
6808         * include/aclapi.h (BuildImpersonateExplicitAccessWithName[AW]):
6809         Add prototypes.
6810         BuildImpersonateTrustee[AW]): Add prototypes.
6811         GetMultipleTrustee[AW]): Add prototypes.
6812         GetMultipleTrusteeOperation[AW]): Add prototypes.
6813
6814 2003-08-22   Danny Smith  <dannysmith@users.sourceforge.net>
6815
6816         * include/winnt.h (IMAGE_SUBSYSTEM_XBOX): Add define.
6817
6818 2003-08-22  Mihai Preda  <mihai_preda@users.sourceforge.net>
6819
6820         * include/shlobj.h (IPersistFolder::GetClassID):
6821         Correct declaration.
6822         (CMF_*) Add missing defines.
6823
6824 2003-08-22   Danny Smith  <dannysmith@users.sourceforge.net>
6825
6826         * include/winuser.h (DC_BUTTONS): Add define.
6827
6828 2003-08-22  Andrew Greenwood  <lists@silverblade.co.uk>
6829
6830         * include/winuser.h (DC_GRADIENT): Add define.
6831
6832 2003-08-22  Martin Fuchs  <Martin-Fuchs@gmx.net>
6833
6834         * include/commctrl.h (BTNS_*): Define BTNS_* as successors to the
6835         older TBSTYLE_* constants.
6836
6837 2003-08-18  Danny Smith  <dannysmith@users.sourceforge.net>
6838
6839         * include/commctrl.h (TB_*) Group defines together.
6840
6841 2003-08-18  Martin Fuchs  <Martin-Fuchs@gmx.net>
6842
6843         * include/winuser.h (ICON_SMALL2): Define.
6844         * include/commctrl.h (TB_SETBUTTONWIDTH, TB_SETDRAWTEXTFLAGS):
6845         Define.
6846         * include/shlobj.h (SHDRAGIMAGE): Define structure.
6847         (IDragSourceHelper) Define interface.
6848         (IDropTargetHelper): Likewise.
6849         (IExtractIcon): Unicode it.
6850         (ICommDlgBrowser): Use IShellView type as param in OnDefaultCommand,
6851         OnStateChange and IncludeObject methods.
6852
6853 2003-08-17  Martin Fuchs  <Martin-Fuchs@gmx.net>
6854
6855         * include/commctrl.h (TreeView_GetScrollTime,
6856         TreeView_SetScrollTime): Define macros.
6857         * include/winuser.h (GetShellWindow): Add prototype.
6858         * include/objidl.h (STGMEDIUM): Correct lpszFileName type.
6859
6860 2003-08-15  Martin Fuchs  <Martin-Fuchs@gmx.net>
6861
6862         * include/shguid.h (CLSID_DragDropHelper, IID_IDropTargetHelper,
6863         IID_IDragSourceHelper): Declare.
6864         * lib/shell32.c (CLSID_DragDropHelper, IID_IDropTargetHelper,
6865         IID_IDragSourceHelper): Define.
6866
6867 2003-08-15  Andrew Greenwood  <lists@silverblade.co.uk>
6868
6869         * include/wingdi.h (DEVMODE[AW]) Correct structure definition.
6870         * include/ddk/ntapi.h (LPC_TYPE): Add LPC_CONNECTION_REFUSED.
6871         * include/ddk/winddk.h (IRP_*): Add constants as anonymous enum.
6872
6873 2003-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
6874
6875         * lib/uuid.c (CGID_Explorer, CGID_ShellDocView,
6876         CGID_ShellServiceObject): Remove definitions.
6877         * lib/shell32.c (CGID_ShellServiceObject): Add definition.
6878
6879 2003-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
6880
6881         * include/shlobj.h (SHELLSTATE): Add structure.
6882         (SHGetSetSettings): Add prototype.
6883         (SHGetSettings): Add prototype.
6884         * lib/shell32.def (SHGetSetSettings): Add stub.
6885
6886 2003-08-10  Phil Krylov  <likewolf@users.sourceforge.net>
6887
6888         * include/commctrl.h (HDM_ORDERTOINDEX): Add define.
6889         (Header_OrderToIndex): Add macro.
6890         (Header_GetOrderArray): Add macro.
6891
6892         * include/commdlg.h (FR_MATCHALEFHAMZA,
6893         FR_MATCHDIAC, FR_MATCHKASHIDA): Add defines.
6894
6895 2003-08-10  Martin Fuchs  <Martin-Fuchs@gmx.net>
6896
6897         * include/commctrl.h (TVM_GETSCROLLTIME,
6898         TVM_SETSCROLLTIME): Add defines.
6899
6900 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
6901
6902         * include/shlobj.h (SHELLFLAGSTATE): Add structure.
6903         (SHGetInstanceExplorer): Correct return type.
6904         (SHGetFolderPath[AW]): Likewise.
6905         Thanks to Magnus Olsen  <greatlord@sourceforge.users.net>
6906         for report.
6907
6908 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
6909
6910         * lib/test.c: Include winldap.h, ntldap.h, winber.h.
6911
6912 2003-08-01  Filip Navara  <xnavara@volny.cz>
6913
6914         * include/winldap.h: New file.
6915         * include/ntldap.h: New file.
6916         * include/winber.h: New file.
6917         * lib/winldap32.def: New file.
6918
6919 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
6920
6921         * include/ddk/atm.h: Remove stray '.';
6922
6923 2003-08-01  Gisle Vanem  <gvanem@broadpark.no>
6924
6925         * include/ddk/winddk.h: Remove trailing ';' from macros,
6926         throughout. Add () around defines with cast returns, throughout.
6927
6928 2003-07-31  Martin Fuchs  <Martin-Fuchs@gmx.net>
6929
6930         * include/shlobj.h (SFGAO_COMPRESSED): Add define.
6931         (SFGAOF, SHGDNF): Add typedef's.
6932         (SHCONTF): Extend enum.
6933
6934 2003-07-31  Danny Smith  <dannysmith@users.sourceforge.net>
6935
6936         * include/shellapi.h: Include all structs within pshpack2.h/
6937         poppack.h block.
6938
6939 2003-07-26  Danny Smith  <dannysmith@users.sourceforge.net>
6940
6941         * include/winuser.h (ASFW_ANY, LSFW_LOCK, LSFW_UNLOCK,
6942         LWA_COLORKEY, LWA_ALPHA): Guard with _WIN32_WINNT,
6943         _WIN32_WINDOWS, not WINVER.
6944         (AllowSetForegroundWindow,LockSetForegroundWindow,
6945         SetLayeredWindowAttributes): Likewise.
6946         (GetLayeredWindowAttributes,UpdateLayeredWindow): Add prototypes.
6947         * lib/user32.def (GetLayeredWindowAttributes,UpdateLayeredWindow):
6948         Add stubs.
6949
6950 2003-07-26  Eric R. Krause  <ekrause_98@users.sourceforge.net>
6951
6952         * include/objidl.h (IMalloc): Fix typo.
6953
6954 2003-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
6955
6956         * include/dkk/ntifs.h: Fix typo in guard for
6957         #pragma GCC system_header.
6958
6959 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
6960
6961         * include/objidl.h (PropVariant): Add CHAR cVal field
6962         to union.
6963         (FMTID_SummaryInformation, FMTID_DocSummaryInformation,
6964         FMTID_UserDefinedProperties): Declare.
6965
6966 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
6967
6968         * include/winbase.h (GetModuleHandleEx[AW]): Add prototypes.
6969
6970 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
6971
6972         * include/winbase.h (DUPLICATE_CLOSE_SOURCE,
6973         DUPLICATE_SAME_ACCESS): Remove defines.
6974         (HANDLE_FLAG_INHERIT, HANDLE_FLAG_PROTECT_FROM_CLOSE): Sync with
6975         ddk/ntapi.h defines.
6976         (SEM_*) : Likewise.
6977         * include/winnt.h (COMPRESSION_*, ACCESS_*, SYSTEM_*): Sync with
6978         ddk/ntifs.h defines.
6979         (FILE_*): Likewise.
6980         (MEM_IMAGE, SEC_*): Likewise.
6981         (DUPLICATE_CLOSE_SOURCE, DUPLICATE_SAME_ACCESS,
6982         DUPLICATE_SAME_ATTRIBUTES): Sync with ddk/winddk.h defines.
6983         (TOKEN_*): Sync with ddk/ntifs.h defines.
6984         * include/ddk/ntapi.h: Add comments noting definitions in
6985         winbase.h.
6986         * include/ddk/ntifs.h: Add comments noting definitions in
6987         winnt.h.
6988         * include/ddk/winddk.h: Add comments noting definitions in
6989         winnt.h.
6990
6991 2003-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
6992
6993         * include/winnt.h (FILE_*): Sync with ddk/winddk.h.
6994         * include/winioctl.h (FILE_*): Sync with ddk/winddk.h.
6995
6996 2003-07-17  Pierre Humblet  <pierre.humblet@ieee.org>
6997
6998         * include/mmsystem.h (TIME_KILL_SYNCHRONOUS): Add define.
6999
7000 2003-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
7001
7002         Clean up warnings in ddk.
7003
7004         * include/ddk/atm.h (_ATM_AAL_OOB_INFO): Add _ANONYMOUS_UNION,
7005         conditional on  __cplusplus.
7006         * include/ddk/scsi.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
7007         defines, throughout.
7008         (_CDB): Add _ANONYMOUS_UNION, conditional on __cplusplus.
7009         * include/ddk/cfg.h (_PNP_VETO_TYPE): Remove extra comma.
7010         * include/ddk/cfgmgr32.h: Change C++ comment style to ISO C.
7011         * include/ddk/ddkmapi.h (_DDLOCKOUT): Add _ANONYMOUS_UNION defines.
7012         * include/ddk/hidpi.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
7013         defines, throughout.
7014         * include/ddk/ndis.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
7015         defines, throughout. Remove trailing semicolon from *_S 'structure'
7016         macro expansion, throughout. Remove trailing semicolon from
7017         DECLARE_UNKNOWN_STRUCT macro expansion.
7018         * include/ddk/ndiswan.h (_NDIS_WAN_COMPRESS_INFO): Add
7019         _ANONYMOUS_UNION.
7020         * include/ddk/ntapi.h (_PROCESS_DEVICEMAP_INFORMATION,
7021         _PROCESS_SESSION_INFORMATION): Add _ANONYMOUS_UNION.
7022         * include/ddk/ntddcdrm.h (CDROM_TOC_CD_TEXT_DATA_BLOCK):
7023         Add _ANONYMOUS_UNION.
7024         * include/ddk/ntdddisk.h: Add _ANONYMOUS_UNION, throughout.
7025         * include/ddk/ntddmou.h:  Add _ANONYMOUS_UNION, throughout.
7026         * include/ddk/ntifs.h:  Add _ANONYMOUS_UNION, throughout.
7027         (ZwQueryObject): Change 2nd param to OBJECT_INFORMATION_CLASS, to
7028         match proto in ntapi.h.
7029         (ZwSetInformationObject): Likewise.
7030         * include/ddk/srb.h (SCSI_REQUEST_BLOCK): Add _ANONYMOUS_UNION.
7031         (SCSI_ADAPTER_CONTROL_TYPE): Add __extension__.
7032         * include/ddk/tdikrnl.h (TDI20_CLIENT_INTERFACE_INFO): Add
7033         _ANONYMOUS_UNION and _ANONYMOUS_STRUCT.
7034         * include/ddk/usb.h (USB): Add _ANONYMOUS_UNION.
7035         * include/ddk/usbcamdi.h (USBCAMD_CamControlFlags): Remove
7036         last comma.
7037         * include/ddk/video.h (STATUS_BLOCK): Add _ANONYMOUS_UNION.
7038         * include/ddk/winddk.h (DECLARE_INTERNAL_OBJECT): Remove
7039         trailing semicolon when expanding macro.
7040         (GENERAL_LOOKASIDE_S): Likewise.
7041         Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT, throughout.
7042         Change inline to __inline, throughout.
7043         * include/ddk/winnt4.h: Change inline to __inline, throughout.
7044
7045 2003-07-13  Casper S. Hornstrup  <chorns@users.sourceforge.net>
7046
7047         * include/ddk/ntifs.h (KeInsertQueueApc): Make return type
7048         BOOLEAN. Name parameter 4 PriorityBoost and make it of type
7049         KPRIORITY.
7050         * include/ddk/winddk.h (_KPCR): Put IDT field on next line.
7051         * include/ddk/winddk.h (_IO_STATUS_BLOCK, _IRP, _OWNER_ENTRY,
7052         _ERESOURCE, _IMAGE_INFO, _CREATE_DISK, _DISK_SIGNATURE, _KPCR_TIB):
7053         Apply _ANONYMOUS_UNION to anonymous unions and _ANONYMOUS_STRUCT
7054         to anonymous structs.
7055
7056 2003-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
7057
7058         * include/winnt.h (PVOID): Move to before HANDLE typedef.
7059
7060         * include/winuser.h (mouse_event): Correct type of fifth param,
7061         Thanks to: Andrew Jones <guln at users dot sourceforge dot net>
7062
7063 2003-07-11  Earnie Boyd  <earnie@users.sf.net>
7064
7065         * include/winnt.h (HANDLE): Define based on STRICT filter.
7066         (THREAD_BASE_PRIORITY_MIN): Use parens around negative value.
7067         (THREAD_BASE_PRIOIRTY_IDLE): Ditto.
7068
7069 2003-07-08  Danny Smith  <dannysmith@users.sourceforge.net>
7070
7071         * include/commctrl.h (NMTVDISPINFO[AW]): Replace obsolete struct
7072         names _TV_DISPINFO[AW] and typedefs. Add defines for backward
7073         compatability. Thanks to Magnus Olsen <greatlord@users.sf.net>
7074         for report.
7075
7076 2003-07-03  Earnie Boyd  <earnie@users.sf.net>
7077
7078         * config.guess, config.sub: Update with new versions from ftp.gnu.org.
7079
7080 2003-07-03  Luke Dunstan  <infidel@users.sf.net>
7081
7082         * include/commdlg.h (CommDlg_OpenSave_*): Add parentheses around
7083         macro arguments. Thanks to Tom Bishop <tombishop@users.sf.net>.
7084         * include/winuser.h (MONITOR_DEFAULTTONULL, MONITOR_DEFAULTTOPRIMARY,
7085         MONITOR_DEFAULTTONEAREST, MONITORINFOF_PRIMARY): Add defines.
7086         (TPM_RECURSE): Add guard for Win98/Win2K.
7087         Thanks to Magnus Olsen <greatlord@users.sf.net>.
7088
7089 2003-07-01  Earnie Boyd  <earnie@users.sf.net>
7090
7091         * include/basetyps.h (small, hyper): Change to __small and __hyper to
7092         avoid user namespace conflicts.
7093
7094 2003-07-01  Earnie Boyd  <earnie@users.sf.net>
7095
7096         * include/w32api.h (_NT4, _W98, _WME, _NT5, _W2000, _WXP, _W2003,
7097         _IE3, _IE4, _IE5, _IE6): Add definitions.
7098         * include/winbase.h (GetLongPathName[AW]): Add guard for OS >= NT5 or
7099         >= Win98.
7100         Change existing guards to use the above macro names as appropriate.
7101         * include/basetyps.h (__int32, __int16, __int8, small, hyper): Define.
7102         Note: Also added to mingw/include/_mingw.h.
7103
7104 2003-06-28  Steven Edwards  <Steven_Ed4153@yahoo.com>
7105
7106         * include/shlwapi.h (UrlGetLocationA, UrlGetLocationW,
7107         PathFindSuffixArrayA, PathFindSuffixArrayW,
7108         PathFindExtensionA, PathFindExtensionW, StrStrW
7109         StrStrA): Change unicode-macro'd LP[C]TSTR return values to
7110         explicit type.
7111
7112 2003-06-26  Mattia Barbon  <mbarbon@dsi.unive.it>
7113
7114         * include/richedit.h (PARAFORMAT2): Add definition.
7115         * include/richedit.h (PFA_*, PFE_*, PFM_*): Add some
7116         missing constants.
7117
7118 2003-06-17  Danny Smith  <dannysmith@users.sourceforge.net>
7119
7120         * include/shellapi.h (SHQUERYRBINFO): Add structure,
7121         (SHQueryRecycleBin[AW]. SHEmptyRecycleBin[AW]):Add prototypes.
7122         (SHERB_NOCONFIRMATION, SHERB_NOPROGRESSUI, SHERB_NOSOUND):
7123         Add defines. Thanks to Brett Hart <brett at ncubedtech dot com>
7124
7125 2003-06-17  Danny Smith  <dannysmith@users.sourceforge.net>
7126
7127         * include/winbase.h (GlobalCompact, GlobalFix, GlobalFlags,
7128         GlobalUnfix, GlobalUnWire, GlobalWire, LocalCompact,
7129         LocalFlags, LocalShrink, LockSegment, UnlockSegment): Add comment
7130         that these are obsolete no-ops.
7131
7132 2003-06-17  Bang Jun-Young  <junyoung@netbsd.org>
7133
7134         * include/winbase.h (GetProcessWorkingSetSize,
7135         GlobalCompact, LocalAlloc, LocalCompact, LocalReAlloc,
7136         LocalShrink, SignalObjectAndWait, WriteProcessMemory):
7137         Correct prototypes.
7138
7139 2003-06-18  Steven Edwards  <Steven_Ed4153@yahoo.com>
7140
7141         * include/winuser.h (TPM_RECURSE): Add define.
7142
7143 2003-06-06  Danny Smith  <dannysmith@users.sourceforge.net>
7144
7145         * lib/test.c: #include <powrprof.h>.
7146
7147 2003-06-06  James E. Lucas  <xelloss@sourceforge.net>
7148
7149         * include/powerprof.h: New file.
7150         * lib/powerprof.def: New file.
7151
7152 2003-06-06  Danny Smith  <dannysmith@users.sourceforge.net>
7153
7154         * include/winnt (SLIST_HEADER): Add C90 anonymous struct
7155         protection.
7156
7157 2003-06-05  Luke Dunstan  <infidel@users.sourceforge.net>
7158
7159         * include/winuser.h (WNDCLASS[AW], WNDCLASSEX[AW]): Change type of
7160         hInstance members to HINSTANCE.
7161         Thanks to: Brenden T. <brenden@rcsis.com>
7162
7163 2003-06-05  Bart Oldeman  <bartoldeman@users.sourceforge.net>
7164
7165         * include/lmaccess.h (UF_MNS_LOGON_ACCOUNT): Add define.
7166         * include/wingdi.h (LPRGBTRIPLE, LPRGBQUAD): Add typedefs.
7167
7168 2003-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
7169
7170         * include/ddk/ntpoapi.h (POWER_INFORMATION_LEVEL): Remove.
7171         * include/winnt.h (POWER_INFORMATION_LEVEL): Add.
7172         * include/ddk/winddk.h (SINGLE_LIST_ENTRY,SLIST_HEADER):
7173         Remove.
7174         * include/ddk/ndis.h (NdisAllocateSpinLock): Add missing '\'.
7175
7176 2003-05-30  Mattia Barbon  <mbarbon@dsi.unive.it>
7177
7178         * lib/oleacc.def: New file.
7179         * include/winable.h: New file.
7180         * include/oleacc.h: Add extern "C" guard.
7181         (NAVDIR_*, ROLE_*, STATE_*): Add missing constants.
7182         (AccessibleChildren, AccessibleObjectFromEvent,
7183         AccessibleObjectFromPoint, AccessibleObjectFromWindow,
7184         CreateStdAccessibleProxy[AW], GetOleaccVersionInfo, GetRoleText[AW],
7185         GetStateText[AW], LresultFromObject, ObjectFromLresult,
7186         WindowFromAccessibleObject): Add prototypes and UNICODE mappings.
7187         * include/winuser.h (NotifyWinEvent): Add prototype.
7188         (OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR,
7189         OBJID_MENU, OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL,
7190         OBJID_SIZEGRIP, OBJID_CARET, OBJID_CURSOR, OBJID_ALERT,
7191         OBJID_SOUND): Move from here to...
7192         * include/winable.h (OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR,
7193         OBJID_MENU, OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL,
7194         OBJID_SIZEGRIP, OBJID_CARET, OBJID_CURSOR, OBJID_ALERT,
7195         OBJID_SOUND): Here, as per documentation.
7196         * lib/test.c: Include winable.h.
7197         * lib/user32.def (NotifyWinEvent): Add missing export.
7198
7199 2003-05-30  Bang Jun-Young  <junyoung@netbsd.org>
7200
7201         * include/winbase.h (HeapCompact): Correct prototype.
7202         * include/winnt.h (SINGLE_LIST_ENTRY, SLIST_ENTRY,
7203         SLIST_HEADER): Add.
7204
7205 2003-05-27  Andrew C. Stadt  <acstadt@sympatico.ca>
7206
7207         * include/winuser.h (LWA_COLORKEY, LWA_ALPHA): Add defines.
7208
7209 2003-05-25  Bill C. Riemers  <cygwin@docbill.net>
7210
7211         * include/winuser.h (EnumDisplayDevicesW): Fix typo.
7212
7213 2003-05-23  Danny Smith  <dannysmith@users.sourceforge.net>
7214
7215         * include/winuser.h (EnumDisplayDevices[AW]): Add prototypes.
7216         * include/wingdi.h (DISPLAY_DEVICE): UNICODE it.
7217
7218 2003-05-23  Andrew Dunbar  <hippietrail@users.sourceforge.net>
7219
7220         * include/wingdi.h (GCP_RESULTS[AW]) Correct type of
7221         lpGlyphs field to LPWSTR.
7222
7223 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
7224
7225         * include/wincrypt.h (PLAINTEXTKEYBLOB, OPAQUEKEYBLOB,
7226         PUBLICKEYBLOBEX, SYMMETRICWRAPKEYBLOB) Add defines.
7227         (PP_*): Add defines.
7228         (CryptContextAddRef): Add prototype.
7229         Thanks to: Shura Zam  <debil_urod@users.sourceforge.net>
7230
7231 2003-05-18  Manu B  <manubee@users.sourceforge.net>
7232
7233         * include/commctrl.h (TVSORTCB): Rename old TV_SORTCB structure.
7234
7235 2003-05-18  Bang Jun-Young  <junyoung@netbsd.org>
7236
7237         * include/winbase.h (CREATE_DEFAULT_ERROR_MODE,
7238         DEBUG_PROCESS, DEBUG_ONLY_THIS_PROCESS, CREATE_SUSPENDED,
7239         DETACHED_PROCESS, CREATE_NEW_CONSOLE, NORMAL_PRIORITY_CLASS,
7240         IDLE_PRIORITY_CLASS, HIGH_PRIORITY_CLASS, REALTIME_PRIORITY_CLASS,
7241         CREATE_NEW_PROCESS_GROUP, CREATE_UNICODE_ENVIRONMENT,
7242         CREATE_SEPARATE_WOW_VDM, CREATE_SHARED_WOW_VDM, CREATE_FORCEDOS,
7243         CREATE_NO_WINDOW): Convert to hexadecimal form for better
7244         readability.
7245         (BELOW_NORMAL_PRIORITY_CLASS, ABOVE_NORMAL_PRIORITY_CLASS,
7246         CREATE_BREAKAWAY_FROM_JOB, CREATE_WITH_USERPROFILE): Add.
7247
7248 2003-05-15  Danny Smith  <dannysmith@users.sourceforge.net>
7249
7250         * include/ddk/ndis.h (NDIS30_MINIPORT_CHARACTERISTICS_S):
7251         Unname anonymous unions if NONAMELESSUNION not defined.
7252
7253 2003-05-14  Bang Jun-Young  <junyoung@netbsd.org>
7254
7255         * include/winbase.h (GMEM_VALID_FLAGS): Add.
7256
7257 2003-05-13  Danny Smith  <dannysmith@users.sourceforge.net>
7258
7259         * include/prsht.h (PROPSHEETHEADER[AW]: Mark
7260         anonymous unions as GCC extension.
7261
7262 2003-05-13  Danny Smith  <dannysmith@users.sourceforge.net>
7263
7264         * include/oleidl.h  (LPENUMOLEDOCUMENTVIEWS): Remove typedef.
7265         (IEnumOleDocumentViews): Remove commented out DECLARE_ENUMERATOR.
7266         * include/docobj.h  (LPENUMOLEDOCUMENTVIEWS): Add typedef (previously
7267         commented out).
7268         (IEnumOleDocumentViews): Add definition using DECLARE_ENUMERATOR.
7269
7270 2003-05-12  Earnie Boyd  <earnie@users.sf.net>
7271
7272         * include/commctrl.h: (MCSC_BACKGROUND, MCSC_TEXT, MCSC_TITLEBK,
7273         MCSC_TITLETEXT, MCSC_MONTHBK, MCSCTRAILTEXT): Define.
7274         Thanks to: Robert Wishlaw  <rwishlaw @ shaw . ca>
7275
7276 2003-05-12  Danny Smith  <dannysmith@users.sourceforge.net>
7277
7278         * include/olectl.h (IOleControl,IOleControlSite,ISimpleFrameSite,
7279         IErrorLog,IPropertyBag,IPersistPropertyBag,IPersistStreamInit,
7280         IPersistMemory,IPropertyNotifySink,IProvideClassInfo,
7281         IProvideClassInfo2,IConnectionPointContainer,
7282         IEnumConnectionPoints,IConnectionPoint,IEnumConnections,
7283         IClassFactory2,ISpecifyPropertyPages,IPerPropertyBrowsing,
7284         IPropertyPageSite,IPropertyPage,IPropertyPage2,IFont,IFontDisp,
7285         IPicture,IPictureDisp): Move from here to...
7286         * include/ocidl.h (IOleControl,IOleControlSite,ISimpleFrameSite,
7287         IErrorLog,IPropertyBag,IPersistPropertyBag,IPersistStreamInit,
7288         IPersistMemory,IPropertyNotifySink,IProvideClassInfo,
7289         IProvideClassInfo2,IConnectionPointContainer,
7290         IEnumConnectionPoints,IConnectionPoint,IEnumConnections,
7291         IClassFactory2,ISpecifyPropertyPages,IPerPropertyBrowsing,
7292         IPropertyPageSite,IPropertyPage,IPropertyPage2,IFont,IFontDisp,
7293         IPicture,IPictureDisp): Here, as per documentation.
7294
7295 2003-05-12  Mattia Barbon  <mbarbon@dsi.unive.it>
7296
7297         * include/oleauto.h (VarR8FromDec, VarDecFromR8): Add prototypes.
7298         * include/winbase.h (TerminateJobObject,
7299         AssignProcessToJobObject): Likewise.
7300         * include/servprov.h: New header.
7301         * lib/test.c: Include servprov.h.
7302
7303 2003-05-10  Danny Smith  <dannysmith@users.sourceforge.net>
7304
7305         * include/shlguid.h (CGID_ShellServiceObject): Declare.
7306         * lib/uuid.c (CGID_ShellServiceObject): Define guid.
7307         Thanks to Chris Sutcliffe  <ir0nh34d#users.sourceforge.net>
7308         * include/winuser.h (SetLayeredWindowAttributes): Add prototype.
7309         * lib/user32.def (SetLayeredWindowAttributes): Add stub.
7310         * lib/uuid.c (CGID_Explorer, CGID_ShellDocView): Define guids.
7311
7312 2003-05-05  Danny Smith  <dannysmith@users.sourceforge.net>
7313
7314         * include/commctrl.h (STATUSCLASSNAME, TOOLBARCLASSNAME,
7315         TOOLTIPS_CLASS, TRACKBAR_CLASS, UPDOWN_CLASS, PROGRESS_CLASS,
7316         HOTKEY_CLASS): Remove dupicate defines for UNICODE case.
7317
7318 2003-05-02  Steven Edwards  <Steven_Ed4153@yahoo.com>
7319
7320         * include/richedit.h (EM_FINDTEXTEXW, EM_FINDTEXTW,
7321         EM_GETAUTOURLDETECT, EM_GETBIDIOPTIONS, EM_GETEDITSTYLE,
7322         EM_GETIMECOLOR, EM_GETIMEOPTIONS, EM_GETPUNCTUATION,
7323         EM_GETWORDWRAPMODE, EM_RECONVERSION, EM_SETBIDIOPTIONS,
7324         EM_SETEDITSTYLE, EM_SETIMECOLOR, EM_SETIMEOPTIONS,
7325         EM_SETPALETTE, EM_SETPUNCTUATION, EM_SETTEXTEX,
7326         EM_SETWORDWRAPMODE, RICHEDIT_CLASS10A): Add defines.
7327
7328 2003-05-02  Francois Ferrand  <typz@sourceforge.users.net>
7329
7330         * include/commctrl.h (TBM_*): Add missing trackbar defines.
7331
7332 2003-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
7333
7334         * include/cplext.h (CPLPAGE_MOUSE_WHEEL,
7335         CPLPAGE_DISPLAY_BACKGROUND): Add defines.
7336
7337 2003-04-30  Danny Smith  <dannysmith@users.sourceforge.net>
7338
7339         * include/wingdi.h (DC_PEN, DC_BRUSH): Add defines.
7340         (SetDCPenColor, SetDCBrushColor): Add prototypes.
7341         * lib/gdi32.def (SetDCPenColor, SetDCBrushColor): Add stubs.
7342
7343 2003-04-26  Bang Jun-Young  <junyoung@netbsd.org>
7344
7345         * include/winioctl.h (DEVICE_TYPE_FROM_CTL_CODE): Add macro.
7346
7347 2003-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
7348
7349         * include/oaidl.h (ITypeMarshal): Add interface.
7350
7351 2003-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
7352
7353         * include/winioctl.h: Clean up formatting.
7354         (RETRIEVAL_POINTERS_BUFFER): Add fields to Extents[1] struct.
7355         (CREATE_DISK): Add _ANONYMOUS_UNION macro.
7356         (DISK_CACHE_INFORMATION): Likewise.
7357         (DISK_DETECTION_INFO): Likewise.
7358         (DISK_PARTITION_INFO): Likewise.
7359         (PARTITION_INFORMATION_EX): Likewise.
7360         (DRIVE_LAYOUT_INFORMATION_EX): Likewise.
7361
7362 2003-04-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
7363
7364         * include/winbase.h (DeleteVolumeMountPoint[AW],
7365         FindFirstVolumeMountPoint[AW], FindNextVolumeMountPoint[AW],
7366         FindVolumeMountPointClose, GetVolumeNameForVolumeMountPoint[AW],
7367         GetVolumePathName[AW], GetVolumePathNamesForVolumeName[AW],
7368         SetVolumeMountPoint[AW]): Add prototypes.
7369         * include/winioctl.h (IOCTL_DISK_GET_PARTITION_INFO_EX,
7370         IOCTL_DISK_SET_PARTITION_INFO_EX,
7371         IOCTL_DISK_GET_DRIVE_LAYOUT_EX,
7372         IOCTL_DISK_SET_DRIVE_LAYOUT_EX, IOCTL_DISK_CREATE_DISK,
7373         IOCTL_DISK_GET_LENGTH_INFO, IOCTL_DISK_PERFORMANCE_OFF,
7374         IOCTL_DISK_GET_DRIVE_GEOMETRY_EX, IOCTL_DISK_GROW_PARTITION,
7375         IOCTL_DISK_GET_CACHE_INFORMATION,
7376         IOCTL_DISK_SET_CACHE_INFORMATION,
7377         IOCTL_DISK_DELETE_DRIVE_LAYOUT, IOCTL_DISK_UPDATE_PROPERTIES,
7378         FSCTL_GET_VOLUME_BITMAP, FSCTL_GET_RETRIEVAL_POINTERS,
7379         FSCTL_MOVE_FILE): Define.
7380         (CREATE_DISK_GPT, CREATE_DISK_MBR, CREATE_DISK,
7381         DISK_CACHE_INFORMATION,
7382         DETECTION_TYPE, DISK_INT13_INFO, DISK_EX_INT13_INFO,
7383         DISK_DETECTION_INFO, DISK_GEOMETRY_EX, DISK_GROW_PARTITION,
7384         DISK_PARTITION_INFO, DISKQUOTA_USER_INFORMATION,
7385         GET_LENGTH_INFORMATION, DISK_EXTENT, VOLUME_DISK_EXTENTS,
7386         DRIVE_LAYOUT_INFORMATION_GPT, DRIVE_LAYOUT_INFORMATION_MBR,
7387         PARTITION_INFORMATION_MBR, PARTITION_INFORMATION_GPT,
7388         PARTITION_INFORMATION_EX, DRIVE_LAYOUT_INFORMATION_EX,
7389         MOVE_FILE_DATA,
7390         RETRIEVAL_POINTERS_BUFFER, STARTING_LCN_INPUT_BUFFER,
7391         STARTING_VCN_INPUT_BUFFER, VOLUME_BITMAP_BUFFER): Add structs.
7392         (PARTITION_STYLE, DISK_CACHE_RETENTION_PRIORITY): Add enums.
7393         (MEDIA_TYPE): Add F3_120M_512, F3_640_512, F5_640_512,
7394         F5_720_512, F3_1Pt2_512, F3_1Pt23_1024, F5_1Pt23_1024,
7395         F3_128Mb_512, F3_230Mb_512, F8_256_128, F3_200Mb_512,
7396         F3_240M_512, and F3_32M_512.
7397         * lib/kernel32.def (GetVolumePathNamesForVolumeName[AW]): Add
7398         stubs.
7399
7400 2003-04-16  Earnie Boyd  <earnie@users.sf.net>
7401
7402         * include/wingdi.h (DM_SPECVERSION): Define.
7403         Thanks to Sinitsyn Valentime <valentine.sinitsyn@usu.ru>
7404         * include/rpcdce.h (UuidCreateSequential): Properly guard with
7405         appropriate _WIN32_WINNT values.
7406
7407 2003-04-15  Chris January  <chris@atomice.net>
7408
7409         * include/rpcdce.h: Add declaration for UuidCreateSequential.
7410         * lib/rpcrt4.def: Add entry for UuidCreateSequential.
7411
7412 2003-04-14  Phil Krylov  <likewolf@users.sourceforge.net>
7413
7414         * include/winuser.h (VK_*): Add missing defines.
7415
7416 2003-04-14  Vincent Béron  <papineau@users.sourceforge.net>
7417
7418         * include/commctrl.h (NMUPDOWN, LPNMUPDOWN): Use currently
7419         documented typedefs for struct _NM_UPDOWN.
7420         Add defines for backward comapatibility.
7421         * include/commdlg.h (OFN_ENABLESIZING): Add define.
7422         * include/wininet.h (IRF_*): Add missing defines.
7423
7424 2003-04-14  Bang Jun-Young  <junyoung@netbsd.org>
7425
7426         * lib/ntdll.def (Csr*, Dbg*, Ki*, Ldr*, Rtl*): Add W2K exports.
7427
7428 2003-04-11  Earnie Boyd  <earnie@users.sf.net>
7429
7430         * include/sspi.h: Add comment for FreeCredentialsHandle.
7431
7432 2003-04-07  Marcel Telka  <telka@users.sourceforge.net>
7433
7434         * include/ddk/winddk.h (KIRQL): Typedef as UCHAR, not ULONG.
7435
7436 2003-03-30  Hans E. Molin  <kvasi@users.sourceforge.net>
7437
7438         * include/olectl.h (OleLoadPicturePath): Correct prototype.
7439
7440 2003-03-30  Danny Smith  <dannysmith@users.sourceforge.net>
7441
7442         * lib/uuid.c (IID_IHTML*): Move definitions to...
7443         * lib/mshtml-uuid.c: New file.
7444         * lib/Makefile.in: Add mshtml-uuid.o to libuuid.a
7445
7446 2003-03-30  Michael Sazonov  <traip@comset.net>
7447
7448         * lib/uuid.c (IID_IHTML*): Add new GUID definitions.
7449         * include/mshtml.h (IHTMLElementCollection, IHTMLLinkElement,
7450         IHTMLImgElement): Add interface definitions.
7451
7452 2003-03-29  Danny Smith  <dannysmith@users.sourceforge.net>
7453
7454         * include/commctrl.h (ANIMATE_CLASS,HOTKEY_CLASS,PROGRESS_CLASS,
7455         STATUSCLASSNAME,TOOLBARCLASSNAME,TOOLTIPS_CLASS,TRACKBAR_CLASS,
7456         UPDOWN_CLASS,WC_COMBOBOXEX,WC_HEADER,WC_IPADDRESS,WC_LISTVIEW,
7457         WC_TABCONTROL,WC_TREEVIEW): Move UNICODE mappings out of
7458         RC_INVOKED guard.
7459         (WC_PAGESCROLLER,WC_NATIVEFONTCTL,WC_BUTTON,WC_STATIC,WC_EDIT,
7460         WC_LISTBOX,WC_COMBOBOX,WC_SCROLLBAR): Add defines.
7461
7462 2003-03-28  Bang Jun-Young  <junyoung@netbsd.org>
7463
7464         * include/winnt.h (WAITORTIMERCALLBACKFUNC): Add typedef.
7465
7466 2003-03-27  Danny Smith  <dannysmith@users.sourceforge.net>
7467
7468         * include/secext.h (GetComputerObjectName[AW],GetUserNameEx[AW],
7469         TranslateName[AW]): Add prototypes.
7470         * lib/sec32.def (GetComputerObjectName[AW],GetUserNameEx[AW],
7471         TranslateName[AW]): Add stubs.
7472         * lib/test.c: Include secext.h.
7473
7474 2003-03-27  Vladimir Michl  <michlv@users.sourceforge.net>
7475
7476         * include/ddk/ndis.h (NdisAllocateSpinLock,NdisFreeSpinLock,
7477         NdisAcquireSpinLock,NdisReleaseSpinLock,NdisDprAcquireSpinLock,
7478         NdisDprReleaseSpinLock): Change macro argument from SpinLock to
7479         _SpinLock.
7480
7481 2003-03-26  Earnie Boyd  <earnie@users.sf.net>
7482
7483         * include/w32api.h: Increment version to 2.4.
7484         * Makefile.in: Ditto.
7485
7486 2003-03-26  Danny Smith  <dannysmith@users.sourceforge.net>
7487
7488         * include/ddk/batclass.h (BATTERY_REPORTING_SCALE)
7489         Move structure from here...
7490         * include/winnt.h (BATTERY_REPORTING_SCALE): To here.
7491
7492         * include/ddk/ntapi.h (JOBOBJECT_*):
7493         Remove structures and enums definitions.
7494         (JOB_OBJECT*): Move defines from here...
7495         * include/winnt.h (JOB_OBJECT* ): To here.
7496
7497         * include/ddk/ntpoapi.h (LATENCY_TIME, POWER_ACTION_POLICY,
7498         SYSTEM_POWER_LEVEL, SYSTEM_POWER_POLICY,
7499         PROCESSOR_POWER_POLICY_INFO, PROCESSOR_POWER_POLICY,
7500         ADMINISTRATOR_POWER_POLICY, SYSTEM_POWER_INFORMATION,
7501         PROCESSOR_POWER_INFORMATION, SYSTEM_BATTERY_STATE,
7502         SYSTEM_POWER_CAPABILITIES): Move enums, structures
7503         and associated defines from here ...
7504         * include/winnt.h: (LATENCY_TIME, POWER_ACTION_POLICY,
7505         SYSTEM_POWER_LEVEL, SYSTEM_POWER_POLICY,
7506         PROCESSOR_POWER_POLICY_INFO, PROCESSOR_POWER_POLICY,
7507         ADMINISTRATOR_POWER_POLICY, SYSTEM_POWER_INFORMATION,
7508         PROCESSOR_POWER_INFORMATION, SYSTEM_BATTERY_STATE,
7509         SYSTEM_POWER_CAPABILITIES):To here.
7510
7511         * include/ddk/winddk.h (DEVICE_POWER_STATE,
7512         SYSTEM_POWER_STATE, POWER_ACTION): Move enums
7513         from here...
7514         * include/winnt.h (DEVICE_POWER_STATE,
7515         SYSTEM_POWER_STATE, POWER_ACTION): To here.
7516
7517 2003-03-19  Danny Smith  <dannysmith@users.sourceforge.net>
7518
7519         *lib/ndis.def (NdisAllocateMemory): Correct stdcall suffix.
7520         Thanks to: Vladimir Michl <michlv@users.sourceforge.net>
7521         (NdisUpdateSharedMemory): Likewise.
7522         (NdisMFreeSharedMemory: Likewise.
7523         (NdisMMapIoSpace: Likewise.
7524
7525 2003-03-18  Danny Smith  <dannysmith@users.sourceforge.net>
7526
7527         * include/lmaccess.h (UF_LOCKOUT): Correct name from UF_LOCK.
7528         Thanks to: Fabricio D. Rossi  <gurusoda@users.sourceforge.net>
7529         (UF_SETTABLE_BITS): Correct UF_LOCKOUT here too.
7530
7531 2003-03-17  Bang Jun-Young  <junyoung@netbsd.org>
7532
7533         * include/winbase.h (EnumResourceLanguages[AW]): Correct prototypes.
7534         (EnumResourceNames[AW]): Ditto.
7535         (EnumResourceTypes[AW]): Ditto.
7536         * include/wincon.h (CONSOLE_FONT_INFO): Add struct.
7537
7538 2003-03-16  Toby Malone  <malone@users.sourceforge.net>
7539
7540         * include/winuser.h (SendInput): Add prototype.
7541         * lib/user32.def (SendInput): Add stub.
7542
7543 2003-03-16  Vadim Yegorov  <zg@bmg.lv>
7544
7545         * winioctl.h (FSCTL_SET_REPARSE_POINT: Correct macro.
7546         (FSCTL_DELETE_REPARSE_POINT): Likewise.
7547
7548 2003-03-15  Bang Jun-Young  <junyoung@netbsd.org>
7549
7550         * winnt.h (JOBOBJECTINFOCLASS): Define enum.
7551         (JOBOBJECT_*): Define corresponding structures.
7552
7553 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
7554
7555         * include/ddk/winddk.h (PCUNICODE_STRING): Remove incorrect
7556         typedef.
7557
7558 2003-03-13  Bang Jun-Young  <junyoung@netbsd.org>
7559
7560         * lib/kernel32.def (Module32{First,Next}{,W}): Add missing exports.
7561         (Process32{First,Next}{,W}): Ditto.
7562         (Thread32{First,Next}): Ditto.
7563         * include/ntdef.h (PCUNICODE_STRING): Add typedef.
7564
7565 2003-03-12  Earnie Boyd  <earnie@users.sf.net>
7566
7567         * include/mswsock.h: Correct invalid filter for _WINSOCK2_H.
7568         Thanks to Jim Barton <jmbarton@users.sf.net>.
7569
7570 2003-03-12  Ranjit Mathew  <rmathew@hotmail.com>
7571
7572         * include/winnt.h (_IMAGE_SEPARATE_DEBUG_HEADER): Expose
7573         member SectionAlignment.
7574
7575 2003-03-11  Earnie Boyd  <earnie@users.sf.net>
7576
7577         * include/winsvc.h (SERVICE_NO_CHANGE): Use hex constant to avoid
7578         warnings.
7579         Thanks to Fabricio D. Rossi <gurusoda@users.sf.net>.
7580         * Makefile.in (bindist): Correct process.
7581         * lib/Makefile.in (install): Ditto.
7582         Thanks to Jeff Bonnggren <jbon@users.sf.net>.
7583
7584 2003-03-10  Danny Smith  <dannysmith@users.sourceforge.net>
7585
7586         * include/rasdlg.h: New file.
7587         * lib/rasdlg.def: New file.
7588         * lib/test.c: Include rasdlg.h.
7589
7590 2003-03-06  Christopher January  <chris@atomice.net>
7591
7592         * include/winbase.h (FindFirstVolume): Add declaration.
7593         (FindNextVolume): Add declaration.
7594         (FindVolumeClose): Add declaration.
7595         (GetSystemTimes): Add declaration.
7596         * include/winnt.h: Add define for PF_XMMI64_INSTRUCTIONS_AVAILABLE.
7597
7598 2003-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
7599
7600         *lib/kernel32.def (GetSystemTimes): Add stub.
7601
7602 2003-03-04  Heiko Gerdau  <hg@technosis.de>
7603
7604         * oleidl.h (IOleObject): Correct GetUserType prototype.
7605         (IViewObject2): Correct GetExtent prototype.
7606         * olectl.h (DISPIP_): Add new defines
7607         * ocidl.h (IOleInPlaceSiteWindowless): Add new interface.
7608
7609 2003-03-01  Danny Smith  <dannysmith@users.sourceforge.net>
7610
7611         * include/olectl.h (OleLoadPictureEx) Add prototype.
7612         (OleLoadPictureFile): Ditto.
7613         (OleLoadPictureFileEx): Ditto.
7614         (OleLoadPicturePath): Ditto.
7615         (OleSavePictureFile): Ditto.
7616
7617 2003-03-01  Danny Smith  <dannysmith@users.sourceforge.net>
7618
7619         * include/objbase.h (CoAddRefServerProcess): Add prototype.
7620         (CoAddReleaseServerProcess): Ditto.
7621         (CoResumeClassObjects): Ditto.
7622         (CoSuspendClassObjects): Ditto.
7623         * include/oleauto.h (V_I1): Define.
7624         Thanks to: "Timofei"  <mmttmm@users.sourceforge.net>
7625
7626 2003-03-01  Heiko Gerdau  <hg@technosis.de>
7627
7628         * include/oleidl.h (USERCLASSTYPE): Add enum.
7629         * include/ocidl.h (IObjectWithSite): Add interface.
7630
7631 2003-02-28  Roland Schwingel  <roland.schwingel@onevision.de>
7632
7633         Fixup UNICODE thinko in 2003-02-22 patch.
7634         * include/wingdi.h (AddFontMemResourceEx): Add.
7635         (RemoveFontMemResourceEx): Ditto.
7636         (AddFontMemResourceEx[AW]): Remove.
7637         (RemoveFontMemResourceEx[AW]): Ditto
7638         * lib/gdi32.def: (AddFontResourceEx): Add.
7639         (RemoveFontMemResourceEx): Ditto.
7640         (AddFontMemResourceEx[AW]): Remove.
7641         (RemoveFontResourceEx[AW]): Ditto.
7642
7643 2003-02-23  Danny Smith  <dannysmith@users.sourceforge.net>
7644
7645         * include/winbase.h (EVENTLOG_SUCCESS): Add define.
7646         Thanks to: Thomas Weber  <thomasweber@sourceforge.net>
7647
7648 2003-02-22  Roland Schwingel  <roland.schwingel@onevision.de>
7649
7650         * include/wingdi.h (AddFontMemResourceEx[AW]): Add.
7651         (RemoveFontMemResourceEx[AW]): Ditto
7652         * lib/gdi32.def (AddFontMemResourceEx[AW]): Add.
7653         (RemoveFontMemResourceEx[AW]): Ditto.
7654
7655 2003-02-22  Bang Jun-Young  <junyoung@netbsd.org>
7656
7657         * lib/ntdll.def (NT*, RTL*, ZW*): Add missing exports.
7658         (NtCurrentTeb): Remove.
7659
7660 2003-02-22  Danny Smith  <dannysmith@users.sourceforge.net>
7661
7662         * include/wsahelp.h: Remove ';' after closing
7663         #ifdef __cplusplus brace.
7664         * include/ws2spi.h: Likewise.
7665
7666 2003-02-22  Danny Smith  <dannysmith@users.sourceforge.net>
7667
7668         * include/winbase.h (MEMORYSTATUSEX): Add structure.
7669         (GlobalMemoryStatusEx): Add prototype.
7670         * lib/kernel32.def (GlobalMemoryStatusEx): Add stub.
7671
7672 2003-02-17  Vaclav Haisman  <V.Haisman@sh.cvut.cz>
7673
7674         * include/winioctl.h (FSCTL_SET_SPARSE): Define.
7675
7676 2003-02-12  Roland Schwingel  <roland.schwingel@onevision.de>
7677
7678         * include/wingdi.h (AddFontResourceEx[AW]): Add.
7679         (RemoveFontResourceEx[AW]): Ditto
7680         (FR_PRIVATE): Define.
7681         (FR_NOT_ENUM): Define.
7682         * lib/gdi32.def (AddFontResourceEx[AW]): Add.
7683         (RemoveFontResourceEx[AW]): Ditto.
7684
7685 2003-02-10  Earnie Boyd  <earnie@users.sf.net>
7686
7687         * include/w32api.h: Increment version to 2.3.
7688         * Makefile.in: Ditto.
7689
7690 2003-02-09  Earnie Boyd  <earnie@users.sf.net>
7691
7692         * lib/ddk/ntoskrnl.def (Ke386IoSetAccessProcess): Activate export.
7693         (Ke386QueryToAccessMap): Ditto.
7694         (Ke386SetIoAccessMap): Ditto.
7695         Thanks to Marcel Telka <telka@users.sf.net>
7696         * include/secext.h: New file. Declare EXTENDED_NAME_FORMAT.
7697         * include/security.h: Include secext.h.
7698         * include/winbase.h: Declare COMPUTER_NAME_FORMAT.
7699         Thanks to Dimitri Papadopoulos <dimitri_at@users.sf.net>
7700         * include/GL/gl.h: Remove include of glext.h.
7701         Thanks to Greg Couch <gregcouch@users.sf.net>
7702
7703 2003-02-05  Earnie Boyd  <earnie@users.sf.net>
7704
7705         * include/basetypes.h (_GUID_DEFINED): Add deprecation warning, start
7706         using GUID_DEFINED instead.
7707         * include/sqltypes.h: Ditto.
7708         * include/winnt.h: Ditto.
7709         * include/ddk/scsiwmi.h: Ditto.
7710
7711 2003-02-04  Danny Smith  <dannysmith@users.sourceforge.net>
7712
7713         * include/shlwapi.h (PathRelativePathTo[AW]): Correct
7714         prototypes.
7715         Thanks to: John Dallaway  <jld@ecoscentric.com>.
7716
7717 2003-02-01  Danny Smith  <dannysmith@users.sourceforge.net>
7718
7719         * include/commctrl.h (TCM_*): Add missing defines.
7720
7721 2003-02-01  Jesus Alvarez  <jesus_alvarez@users.sourceforge.net>
7722             Danny Smith  <dannysmith@users.sourceforge.net>
7723
7724         * include/prsht.h (PSP_*, PSH_*): Add missing defines.
7725         (PROPSHEETPAGE[AW]): Add pszHeaderTitle, pszHeaderSubTitle
7726         for (_WIN32_IE >= 0x0400).
7727         (PROPSHEETHEADER[AW]): Add hplWatermark and anonymous union
7728         fields for (_WIN32_IE >= 0x0400).
7729
7730 2003-01-31  Danny Smith  <dannysmith@users.sourceforge.net>
7731
7732         * include/winbase.h (CreateFiber): Change first parameter
7733         to SIZE_T.
7734         (CreateJobObject[AW], CreateHardLink[AW]):Guard with
7735         if (_WIN32_WINNT >= 0x0500).
7736
7737 2003-01-31  Bang Jun-Young  <junyoung@netbsd.org>
7738
7739         * include/winbase.h (PWIN32_FIND_DATAA, PWIN32_FIND_DATAW):
7740         Add missing typedefs.
7741         (CreateFiberEx, CreateJobObjectA,CreateJobObjectW): Add missing
7742         prototypes.
7743         (CreateHardLinkA, CreateHardLinkW): Return BOOL, not HANDLE.
7744
7745 2003-01-27  Krzysztof Nikiel  <kni@poczta.onet.pl>
7746
7747         * include/mmsystem.h (MIXERCONTROL_CONTROLF_MULTIPLE): Correct
7748         define.
7749         * lib/largeint.c (LargeIntegerAdd): Add, don't multiply.
7750
7751 2003-01-27  Danny Smith  <dannysmith@users.sourceforge.net>
7752
7753         * include/rpcnterr.h (RPC_X_INVALID_PIPE_OPERATION): Add
7754         define.
7755         * include/winbase.h (WAIT_TIMEOUT): Guard against prior
7756         definition.
7757         (WAIT_FAILED): Cast to DWORD.
7758         * include/winerror.h (WAIT_TIMEOUT): Guard against prior
7759         definition.
7760
7761 2003-01-27  Bang Jun-Young  <junyoung@netbsd.org>
7762
7763         * include/winerror.h: Protect against multiple
7764         definition of WSA* error codes.
7765         * include/winsock.h: Likewise.
7766         * include/winsock2.h: Likewise.
7767
7768 2003-01-27  Bang Dong-Heui
7769             Bang Jun-Young  <junyoung@netbsd.org>
7770
7771         * include/winerror.h (ERROR_*, SEC_E_*,RPC_S_*, FRS_ERR_*,
7772         DNS_*, WSA*, WAIT_TIMEOUT): Add missing error codes.
7773         (RPC_X_INVALID_PIPE_OPERATION): Remove define.
7774
7775
7776 2003-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
7777
7778         * include/ras.h (RASCONN[AW]): Add dwSessionId for
7779         (WINVER >= 0x501).
7780
7781 2003-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
7782
7783         * include/ras.h (RASCONN[AW]): Guard szDeviceType,
7784         szDeviceName fields with (WINVER >= 0x400). Add dwFlags, luid
7785         fields for (WINVER >= 0x501).
7786
7787 2003-01-23  Danny Smith  <dannysmith@users.sourceforge.net>
7788
7789         * lib/ws2_32.def (getaddrinfo, freeaddrinfo and getnameinfo):
7790         Add stubs.
7791         * include/ws2tcpip.h (IPV6_*) Add IPPROTO_IPV6 level socket
7792         options.
7793
7794 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
7795
7796         * include/winnt.h (IMAGE_FILE_AGGRESIVE_WS_TRIM
7797         IMAGE_FILE_LARGE_ADDRESS_AWARE): Add defines.
7798
7799 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
7800
7801         * include/accctrl.h (enum _SE_OBJECT_TYPE): Add
7802         SE_REGISTRY_WOW64_32KEY.
7803         Reported by: Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
7804
7805 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
7806
7807         * include/commctrl.h (HDN_GETDISPINFO[AW]: Add defines.
7808         (tagNMHDDISPINFO[AW}: Add structures and typedefs.
7809         Reported by: Mat Nieuwenhoven  <matnieuw@users.sourceforge.net>
7810
7811 2003-01-10  Christopher Faylor  <cgf@redhat.com>
7812
7813         * include/winsock2.h: Remove gethostname from INSIDE_CYGWIN protection.
7814
7815 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
7816
7817         * lib/dxguid.c: Don't #include <objbase.h>.
7818         * include/unknwn.h: Partially revert change of 2002-12-26.
7819         Don't include <ole2.h>.
7820
7821 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
7822
7823         * lib/dinput.c: Don't #include <objbase.h>.
7824
7825 2003-01-08  Bart Oldeman  <bartoldeman@users.sourceforge.net>
7826
7827         * include/windows.h (ole2.h):Do #include for
7828         __WATCOMC__.
7829
7830 2003-01-05  Danny Smith  <dannysmith@users.sourceforge.net>
7831
7832         * include/winuser.h (SPI_SETWHEELSCROLLLINES) Add define.
7833         * include/zmouse.h (WHEEL_DELTA): Guard against prior
7834         definition.
7835         (WHEEL_PAGESCROLL): Likewise.
7836         (SPI_SETWHEELSCROLLLINES): Define, if not already done.
7837
7838 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
7839
7840         * include/winuser.h (SPI_GETWHEELSCROLLLINES) Add define.
7841         (WHEEL_PAGESCROLL): Add define.
7842
7843 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
7844
7845         * include/commctrl.h (tagNMTOOLBAR[AW]): Replace obsolete struct
7846         names tagTBNOTIFY[AW] and typedefs. Add defines for backward
7847         compatability. Add RECT field. Add UNICODE mappings for new
7848         names.
7849         (tagNMREBARCHEVRON): Add struct and typedefs for
7850         _WIN32_IE >= 0x0500.
7851
7852 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
7853
7854         * include/commctrl.h (TOOLINFO[AW]): Update structures.
7855         (LVHITTESTINFO): Likewise.
7856
7857         * include/wingdi.h (GRADIENT_TRIANGLE): Add structure.
7858         (GRADIENT_RECT): Likewise.
7859
7860 2003-01-03  Bang Jun-Young  <junyoung@netbsd.org>
7861
7862         * include/winerror.h (ERROR_OPLOCK_NOT_GRANTED,
7863         ERROR_INVALID_OPLOCK_PROTOCOL, ERROR_SOURCE_ELEMENT_EMPTY,
7864         ERROR_DESTINATION_ELEMENT_FULL, ERROR_ILLEGAL_ELEMENT_ADDRESS,
7865         ERROR_MAGAZINE_NOT_PRESENT, ERROR_DEVICE_REINITIALIZATION_NEEDED,
7866         ERROR_DEVICE_REQUIRES_CLEANING, ERROR_DEVICE_DOOR_OPEN,
7867         ERROR_DEVICE_NOT_CONNECTED, ERROR_NOT_FOUND, ERROR_NO_MATCH,
7868         ERROR_SET_NOT_FOUND, ERROR_NO_TRACKING_SERVICE,
7869         ERROR_JOURNAL_DELETE_IN_PROGRESS, ERROR_JOURNAL_NOT_ACTIVE,
7870         ERROR_JOURNAL_ENTRY_DELETED, ERROR_ONLY_IF_CONNECTED,
7871         ERROR_NOT_SUPPORTED_ON_SBS, ERROR_SERVER_SHUTDOWN_IN_PROGRESS,
7872         ERROR_MUTUAL_AUTH_FAILED, ERROR_TIME_SKEW, ERROR_DEVICE_REMOVED,
7873         RPC_S_INVALID_ASYNC_HANDLE, RPC_S_INVALID_ASYNC_CALL,
7874         RPC_X_PIPE_CLOSED, RPC_X_PIPE_DISCIPLINE_ERROR, RPC_X_PIPE_EMPTY,
7875         ERROR_CANT_ACCESS_FILE, ERROR_CANT_RESOLVE_FILENAME,
7876         ERROR_WMI_GUID_NOT_FOUND, ERROR_WMI_INSTANCE_NOT_FOUND,
7877         ERROR_WMI_ITEMID_NOT_FOUND, ERROR_WMI_TRY_AGAIN, ERROR_WMI_READ_ONLY,
7878         ERROR_WMI_SET_FAILURE, ERROR_TRANSPORT_FULL, ERROR_FILE_OFFLINE,
7879         ERROR_REMOTE_STORAGE_NOT_ACTIVE, ERROR_REMOTE_STORAGE_MEDIA_ERROR,
7880         ERROR_NOT_A_REPARSE_POINT, ERROR_REPARSE_ATTRIBUTE_CONFLICT,
7881         ERROR_INVALID_REPARSE_DATA, ERROR_REPARSE_TAG_INVALID,
7882         ERROR_REPARSE_TAG_MISMATCH, ERROR_FILE_ENCRYPTED,
7883         ERROR_FILE_NOT_ENCRYPTED, ERROR_NOT_EXPORT_FORMAT,
7884         ERROR_CTX_WINSTATION_NAME_INVALID, ERROR_CTX_INVALID_PD,
7885         ERROR_CTX_PD_NOT_FOUND, ERROR_CTX_WD_NOT_FOUND,
7886         ERROR_CTX_CLOSE_PENDING, ERROR_CTX_NO_OUTBUF,
7887         ERROR_CTX_MODEM_INF_NOT_FOUND, ERROR_CTX_INVALID_MODEMNAME,
7888         ERROR_CTX_MODEM_RESPONSE_ERROR, ERROR_CTX_MODEM_RESPONSE_TIMEOUT,
7889         ERROR_CTX_MODEM_RESPONSE_NO_CARRIER,
7890         ERROR_CTX_MODEM_RESPONSE_NO_DIALTONE, ERROR_CTX_MODEM_RESPONSE_BUSY,
7891         ERROR_CTX_MODEM_RESPONSE_VOICE, ERROR_CTX_TD_ERROR,
7892         ERROR_CTX_WINSTATION_NOT_FOUND, ERROR_CTX_WINSTATION_ALREADY_EXISTS,
7893         ERROR_CTX_WINSTATION_BUSY, ERROR_CTX_BAD_VIDEO_MODE,
7894         ERROR_CTX_GRAPHICS_INVALID, ERROR_CTX_NOT_CONSOLE,
7895         ERROR_CTX_CLIENT_QUERY_TIMEOUT, ERROR_CTX_CONSOLE_DISCONNECT,
7896         ERROR_CTX_CONSOLE_CONNECT, ERROR_CTX_SHADOW_DENIED,
7897         ERROR_CTX_WINSTATION_ACCESS_DENIED, ERROR_CTX_INVALID_WD,
7898         ERROR_CTX_SHADOW_INVALID, ERROR_CTX_SHADOW_DISABLED,
7899         ERROR_CTX_CLIENT_LICENSE_IN_USE, ERROR_CTX_CLIENT_LICENSE_NOT_SET,
7900         ERROR_CTX_LICENSE_NOT_AVAILABLE, ERROR_CTX_LICENSE_CLIENT_INVALID,
7901         ERROR_CTX_LICENSE_EXPIRED, ERROR_DS_MEMBERSHIP_EVALUATED_LOCALLY,
7902         ERROR_DS_NO_ATTRIBUTE_OR_VALUE, ERROR_DS_INVALID_ATTRIBUTE_SYNTAX,
7903         ERROR_DS_ATTRIBUTE_TYPE_UNDEFINED, ERROR_DS_ATTRIBUTE_OR_VALUE_EXISTS,
7904         ERROR_DS_BUSY, ERROR_DS_UNAVAILABLE, ERROR_DS_NO_RIDS_ALLOCATED,
7905         ERROR_DS_NO_MORE_RIDS, ERROR_DS_INCORRECT_ROLE_OWNER,
7906         ERROR_DS_RIDMGR_INIT_ERROR, ERROR_DS_OBJ_CLASS_VIOLATION,
7907         ERROR_DS_CANT_ON_NON_LEAF, ERROR_DS_CANT_ON_RDN,
7908         ERROR_DS_CANT_MOD_OBJ_CLASS, ERROR_DS_CROSS_DOM_MOVE_ERROR,
7909         ERROR_DS_GC_NOT_AVAILABLE, ERROR_SHARED_POLICY,
7910         ERROR_POLICY_OBJECT_NOT_FOUND, ERROR_POLICY_ONLY_IN_DS,
7911         ERROR_DS_ADMIN_LIMIT_EXCEEDED, ERROR_DS_DS_REQUIRED,
7912         ERROR_DS_SAM_INIT_FAILURE, ERROR_DS_SENSITIVE_GROUP_VIOLATION,
7913         ERROR_DS_CANT_MOD_PRIMARYGROUPID, ERROR_DS_INVALID_GROUP_TYPE,
7914         ERROR_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN,
7915         ERROR_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN,
7916         ERROR_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER,
7917         ERROR_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER,
7918         ERROR_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER,
7919         ERROR_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER,
7920         ERROR_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER,
7921         ERROR_DS_HAVE_PRIMARY_MEMBERS, ERROR_DS_SAM_NEED_BOOTKEY_PASSWORD,
7922         ERROR_DS_SAM_NEED_BOOTKEY_FLOPPY, ERROR_DS_CANT_START,
7923         ERROR_DS_INIT_FAILURE, ERROR_SAM_INIT_FAILURE, ERROR_DS_GC_REQUIRED,
7924         ERROR_DS_LOCAL_MEMBER_OF_LOCAL_ONLY,
7925         ERROR_DS_NO_FPO_IN_UNIVERSAL_GROUPS,
7926         ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED):
7927         Add missing error codes.
7928
7929 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
7930
7931         * lib/kernel32.c (GetCurrentFiber): Remove blank input field in
7932         asm code.
7933         (GetFiberData): Likewise.
7934
7935 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
7936
7937         * include/winnt.h (GetCurrentFiber): Remove blank input field in
7938         asm code.
7939         (GetFiberData): Likewise.
7940
7941 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
7942
7943         * include/winerror.h (ERROR_DIFFERENT_SERVICE_ACCOUNT,
7944         ERROR_EXE_MACHINE_TYPE_MISMATCH, ERROR_HOOK_TYPE_NOT_ALLOWED,
7945         ERROR_INVALID_KEYBOARD_HANDLE, ERROR_INVALID_PRINT_MONITOR,
7946         ERROR_PRINT_MONITOR_IN_USE, ERROR_PRINTER_HAS_JOBS_QUEUED,
7947         ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION,
7948         ERROR_SUCCESS_REBOOT_REQUIRED, ERROR_SUCCESS_RESTART_REQUIRED,
7949         ERROR_TIMEOUT, OR_INVALID_OID, OR_INVALID_OXID,
7950         OR_INVALID_SET, RPC_X_INVALID_PIPE_OPERATION): Add missing
7951         error codes.
7952         Re-sort codes.
7953
7954 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
7955
7956         * include/winspool.h (PRINTER_INFO_6): Add.
7957         Reported by: Mat Nieuwenhoven  <matnieuw@users.sourceforge.net>
7958
7959 2002-12-30  Hartmut Honisch  <hhonisch@users.sourceforge.net>
7960
7961         * include/winbase.h (NMPWAIT_WAIT_FOREVER): Cast to DWORD.
7962
7963         * lib/ntdll.def (NtConnectPort, NtOpenEvent,
7964         NtRequestWaitReplyPort, NtWaitForSingleObject,ZwConnectPort,
7965         ZwOpenEvent, ZwRequestWaitReplyPort, ZwWaitForSingleObject):
7966         Add stubs.
7967
7968 2002-12-30  Danny Smith  <dannysmith@users.sourceforge.net>
7969
7970         * include/wingdi.h (wglGetLayerPaletteEntries): Correct
7971         prototype. Thanks to: Joe Krahn  <jkrahn at nc dot rr dot com>.
7972
7973 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
7974
7975         * include/wingdi.h (DOCINFOA): Replace LPCTSTR with LPCSTR.
7976
7977 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
7978
7979         * include/wingdi.h (BALTIC_CHARSET, JOHAB_CHARSET,
7980         VIETNAMESE_CHARSET): Remove duplicate defines.
7981         * lib/comctl32.def (ImageList_SetImageCount): Add stub.
7982
7983 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
7984
7985         * include/dbt.h (DEV_BROADCAST_PORT): Add UNICODE version.
7986         Thanks to: Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
7987
7988 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
7989
7990         * include/unknwn.h: Include windows.h and ole2.h before header
7991         guard to avoid circular inclusion of COM headers.
7992
7993 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
7994
7995         * include/dde.h (PackDDElParam, UnpackDDElParam,FreeDDElParam,
7996         ReuseDDElParam): Use __WIN64 compatible typedefs.
7997
7998 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
7999
8000         * include/accctrl.h (ACTRL_ACCESS_ENTRY[AW]): Make
8001         lpInheritProperty member const.
8002         (ACTRL_PROPERTY_ENTRY[AW]): Make lpProperty member
8003         const.
8004
8005 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8006
8007         * include/commcat.h: Don't include windows.h or ole2.h ifdef
8008         COM_NO_WINDOWS_H.
8009         * include/unknwn.h: Ditto.
8010
8011 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8012
8013         * include/imm.h (ImmGetCompositionFont[AW],
8014         ImmSetCompositionFont[AW]): Add NOGDI guard.
8015
8016 2002-12-19  Danny Smith  <dannysmith@users.sourceforge.net>
8017
8018         * include/ddk/hidusage.h: Remove unneccessary #pragma pack's.
8019         * include/ddk/miniport.h (EMULATOR_PORT_ACCESS_TYPE): Define
8020         before using.
8021         (VIDEO_ACCESS_RANGE): Guard against prior definition.
8022         * include/ddk/minitape.h (INQUIRYDATA): Guard against prior
8023         definition.
8024         * include/ddk/ndis.h (DECLARE_UNKNOWN_PROTOTYPE): Correct macro.
8025         * include/ddk/ndisguid.h: Remove unneccessary #pragma pack's.
8026         * include/ddk/scsi.h (INQUIRYDATA): Guard against prior
8027         definition.
8028         * include/ddk/scsiwmi.h (GUID): Define if not already done.
8029         (LPCGUID): Likewise.
8030         * include/ddk/tdi.h: Close "Listen flags" comment.
8031         * include/ddk/tdistat.h: Remove unneccessary #pragma pack's.
8032         * include/ddk/video.h:  Add #pragma pack(push,4) to balance.
8033         (VIDEO_ACCESS_RANGE): Guard against prior definition.
8034         * include/ddk/videoagp.h:Add #pragma pack(push,4) to balance.
8035         * include/ddk/win2k.h: Likewise.
8036         * include/ddk/winddi.h: Likewise.
8037         * include/ddk/winddk.h: Likewise.
8038         * include/ddk/winnt4.h: Likewise.
8039         * include/ddk/ws2san.h: Likewise.
8040         * include/ddk/xfilter.h: Remove unbalanced #pragma pack(pop).
8041         * include/ddk/video.h: Don't process rest of file ifdef
8042         __WINDDI_H.
8043         * include/ddk/winddi.h: Don't process rest of file ifdef
8044         __VIDEO_H.
8045         * include/ddk/usb.h: Don't process rest of file ifdef
8046         __USBDI_H.
8047         * include/ddk/usbdi.h: Don't process rest of file ifdef
8048         __USB_H.
8049         * include/ddk/usbcamdi.h: Don't process rest of file if
8050         !defined(__USB_H) && !defined(__USBDI_H)
8051
8052 2002-12-18  James E. Lucas  <xelloss@users.sourceforge.net>
8053
8054         * include/winnetwk.h (WNetResourceInformation[AW]): Correct
8055         prototypes.
8056         * include/winuser.h (GetAncestor) Add prototype.
8057         (GA_PARENT, GA_ROOT, GA_ROOTOWNER): Add defines.
8058         (EWX_FORCEIFHUNG): Add define for _WIN32_WINNT >= 0x0500.
8059         (SPI_GETACTIVEWINDOWTRACKING, SPI_GETACTIVEWNDTRKZORDER,
8060         SPI_GETACTIVEWNDTRKTIMEOUT, SPI_SETACTIVEWINDOWTRACKING
8061         SPI_SETACTIVEWNDTRKZORDER, SPI_SETACTIVEWNDTRKTIMEOUT): Add
8062         defines.
8063         * lib/user32.def (GetAncestor@8): Add stub.
8064
8065 2002-12-15  Danny Smith  <dannysmith@users.sourceforge.net>
8066
8067         * include/windows.h: Guard inclusion of wingdi.h,
8068         commdlg.h, winspool.h, ole2.h with NOGDI.
8069         * include/winuser.h (ICONMETRICS, NONCLIENTMETRICS,
8070         ChangeDisplaySettings, CreateDesktop, EnumDisplaySettings):
8071         Guard with NOGDI.
8072
8073 2002-12-12  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8074
8075         * include/oleacc.h (SELFLAG_*): Change to enum.
8076
8077 2002-12-11  Danny Smith  <dannysmith@users.sourceforge.net>
8078
8079         * include/shlobj.h (IShellLinkW::GetPath): Correct prototype.
8080         Thanks to: Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
8081
8082 2002-12-09  Danny Smith  <dannysmith@users.sourceforge.net>
8083
8084         * include/shellapi.h (ExtractIconEx[AW]): Correct return type
8085         to UINT.
8086         Thanks to: Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
8087
8088 2002-12-07  Danny Smith  <dannysmith@users.sourveforge.net>
8089
8090         * include/winuser.h (AllowSetForegroundWindow,
8091         LockSetForegroundWindow): Add prototypes.
8092         (ASFW_ANY, LSFW_LOCK, LSFW_UNLOCK) Add defines.
8093         Thanks to:  Pat Thoyts  <patthoyts@users.sourceforge.net>
8094         * lib/winuser.def (AllowSetForegroundWindow,
8095         LockSetForegroundWindow): Add stubs.
8096
8097 2002-12-06  Ken Fitlike  <kenfitlike@users.sourceforge.net>
8098
8099         * include/commctrl.h (TN_GETDISPINFO[AW]): Add defines and
8100         UNICODE mappings.
8101         (tagNMTTDISPINFO[AW]): Replace obsolete struct names
8102         tagTOOLTIPTEXT[AW] and typedefs. Add defines for backward
8103         compatability. Add lParam field. Add UNICODE mappings for new
8104         names.
8105
8106 2002-12-02  Andrew Stadt  <acstadt@sympatico.ca>
8107
8108         * include/shellapi.h (_SHFILEOPSTRUCTA,_SHFILEOPSTRUCTW):
8109         Wrap with pshpack2.h/poppack.h to correct alignment.
8110
8111 2002-12-02  Ken Fitlike  <kenfitlike@users.sourceforge.net>
8112
8113         * include/commctrl.h (LVBKIF_*): Add defines.
8114         (LVM_SETIMAGE[AW]): Add defines and UNICODE mappings.
8115         (LVM_GETIMAGE[AW]): Add defines and UNICODE mappings.
8116         (LVBKIMAGE[AW]): Add defines and UNICODE mappings.
8117         (LPLVBKIMAGE[AW]): Add defines and UNICODE mappings.
8118         (LVM_GETBKIMAGE[AW]): Add defines and UNICODE mappings.
8119         (LVM_SETBKIMAGE[AW]): Add defines and UNICODE mappings.
8120         (ListView_GetBkImage): Add define.
8121         (ListView_SetBkImage): Add define.
8122         (LVBKIMAGE): Add structures and typedefs.
8123
8124 2002-11-25  Earnie Boyd  <earnie@users.sf.net>
8125
8126         * include/w32api.h: Increment to version 2.2
8127         * Makefile.in: Ditto.
8128
8129 2002-11-25  Earnie Boyd  <earnie@users.sf.net>
8130
8131         * lib/Makefile.in (dist, install): Correct the install destinations.
8132         * lib/ddk/Makefile.in (dist, install): Ditto.
8133
8134 2002-11-16  Danny Smith  <dannysmith@users.sourceforge.net>
8135
8136         * lib/uuid.c (CATID_InternetAware,CLSID_HttpSProtocol,
8137         CLSID_PSUrlMonProxy,CLSID_StdURLMoniker,IID_IObjectWithSite,
8138         IID_IPersistMoniker,IID_IProgressNotify): Correct off-by-one bug
8139         in definitions.
8140         (CLSID_CFontPropPage00, GUID_FONTUNDERSCORE11,
8141         IID_IOleControlSite89): Remove.
8142
8143 2002-11-15  Christopher Faylor  <cgf@redhat.com>
8144
8145         * lib/uuid.c (IID_IRunnableObject): Remove duplicate definition.
8146         (IID_IStdMarshalInfo): Ditto.
8147
8148 2002-11-15  Christopher Faylor  <cgf@redhat.com>
8149
8150         * lib/uuid.c (IID_IOleInPlaceSite): Remove duplicate definition.
8151         (IID_IPersistStorage): Ditto.
8152
8153 2002-11-15  Weiqi Gao  <weiqigao@users.sourceforge.net>
8154
8155         * lib/uuid.c (CLSID_PSClassObject, CLSID_PSEnumerators,
8156         IID_IClassActivator, IID_IClientSecurity, IID_ICreateTypeInfo,
8157         IID_ICreateTypeLib2, IID_IOleInPlaceSite, IID_IPersistStorage,
8158         IID_IRunnableObject, IID_IServerSecurity, IID_IStdMarshalInfo):
8159         Correct definitions.
8160
8161 2002-11-15  Danny Smith  <dannysmith@users.sourceforge.net>
8162
8163         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
8164         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
8165         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
8166         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
8167         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
8168         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
8169         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
8170         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
8171         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
8172         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
8173         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
8174         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
8175         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
8176         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
8177         xfilter.h): Change comment to refer w32api package, not MinGW.
8178
8179 2002-11-15  Danny Smith  <dannysmith@users.sourceforge.net>
8180
8181         * include/ddk/ntddk.h: Include winnt.h as system header.
8182
8183 2002-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
8184
8185         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
8186         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
8187         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
8188         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
8189         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
8190         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
8191         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
8192         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
8193         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
8194         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
8195         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
8196         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
8197         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
8198         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
8199         xfilter.h): Fix typo in disclaimer comment.
8200
8201 2002-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
8202
8203         * include/exdisp.h: Include oaidl.h as system header.
8204
8205 2002-11-12  Earnie Boyd  <earnie@users.sf.net>
8206
8207         * include/w32api.h (__W32API_VERSION): Fix.
8208
8209 2002-11-09  Weiqi Gao  <weiqigao@users.sourceforge.net>
8210
8211         * lib/uuid.c (IID_ICatInformation): Correct definition.
8212
8213 2002-11-07  Danny Smith  <dannysmith@users.sourceforge.net>
8214
8215         * include/oleauto.h (DeregisterTypeLib): Remove.
8216         (UnRegisterTypeLib): Add prototype.
8217
8218 2002-11-07  Christopher January  <chris@atomice.net>
8219
8220         * include/winioctl.h: Add definition for IOCTL_DISK_UPDATE_DRIVE_SIZE.
8221
8222 2002-11-04  Danny Smith  <dannysmith@users.sourceforge.net>
8223
8224         * include/winnt.h (VerSetConditionMask): Add prototype.
8225         * lib/kernel32.def (VerifyVersionInfo[AW]): Add stubs.
8226
8227 2002-10-16  Danny Smith  <dannysmith@users.sourceforge.net>
8228
8229         * include/winuser.h (MONITORINFOEX[AW]): Add structure
8230         definitions and ANSI/UNICODE mappings.
8231         Cleanup whitespace.
8232
8233 2002-10-14  Earnie Boyd  <earnie@users.sf.net>
8234
8235         * Makefile.in: Add components for lib/ddk.  Adjust for autoconf-2.53.
8236         * configure.in: Ditto.
8237         * lib/Makefile.in: Ditto.
8238         * lib/ddk/Makefile.in: Correct installation procedure.  Adjust for
8239         autoconf-2.53.
8240         * configure: Regenerate.
8241
8242 2002-10-14  Danny Smith  <dannysmith@users.sourceforge.net>
8243
8244         * include/windows.h: Don't include basetyps.h.
8245         * include/objfwd.h: Do include basetyps.h.
8246
8247 2002-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
8248
8249         * include/objbase.h: Include rpc.h and rpcndr.h
8250         before header guard.
8251
8252 2002-10-11  Danny Smith  <dannysmith@users.sourceforge.net>
8253
8254         * include/olectl.h (PROPPAGEINFO): Change type of
8255         field cb to ULONG.
8256
8257 2002-10-11  Steven Edwards  <Steven_Ed4153@yahoo.com>
8258
8259         * lib/ntdll.def (RtlAcquireResourceExclusive,
8260         RtlAcquireResourceShared, RtlDeleteResource,
8261         RtlInitializeResource, RtlReleaseResource,
8262         RtlTimeToSecondsSince1970) : Added missing exports.
8263
8264 2002-10-08  Heiko Gerdau  <hg@technosis.de>
8265
8266         * include/oleacc.h: New file.
8267         * include/winuser.h (ENDSESSION_LOGOFF) Add define.
8268         (OBJID_*) Add defines.
8269         * lib/uuid.c: Add DEFINE_GUID for IID_IAccessible.
8270         * lib/test.c: Include oleacc.h.
8271
8272 2002-10-06  Casper Hornstrup  <chorns@it.dk>
8273
8274         * include/ddk: New subdir.
8275         * lib/ddk: Ditto.
8276         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
8277         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
8278         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
8279         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
8280         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
8281         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
8282         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
8283         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
8284         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
8285         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
8286         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
8287         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
8288         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
8289         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
8290         xfilter.h): New files.
8291         * lib/ddk/(Makefile.in, apcups.def, cfgmgr32.def, dxapi.def,
8292         hal.def, hid.def, hidparse.def, mcd.def, ndis.def, ntoskrnl.def,
8293         scsiport.def, tdi.def, usbcamd.def, usbcamd2.def, videoprt.def,
8294         win32k.def): Ditto.
8295
8296 2002-10-04  Steven Edwards  <Steven_Ed4153@yahoo.com>
8297
8298         * lib/ntdll.def (NtAccessCheck, NtAdjustPrivilegesToken,
8299         NtCreateKey, NtDeleteKey, NtDeleteValueKey, NtEnumerateKey,
8300         NtEnumerateValueKey, NtOpenKey, NtOpenProcessToken,
8301         NtOpenThreadToken, NtQueryInformationToken, NtQueryKey,
8302         NtQueryValueKey, NtSetSecurityObject, NtSetValueKey,
8303         RtlAddAccessAllowedAce, RtlCreateAcl,
8304         RtlCreateSecurityDescriptor, RtlCreateUnicodeStringFromAsciiz,
8305         RtlGetAce, RtlGetControlSecurityDescriptor,
8306         RtlGetDaclSecurityDescriptor,RtlGetGroupSecurityDescriptor,
8307         RtlGetOwnerSecurityDescriptor,RtlGetSaclSecurityDescriptor,
8308         RtlImpersonateSelf, RtlIsTextUnicode, RtlLargeIntegerAdd,
8309         RtlLengthSecurityDescriptor, RtlMakeSelfRelativeSD,
8310         RtlMultiByteToUnicodeN RtlMultiByteToUnicodeSize,
8311         RtlOpenCurrentUser, RtlSetDaclSecurityDescriptor,
8312         RtlSetGroupSecurityDescriptor, RtlSetOwnerSecurityDescriptor,
8313         RtlSetSaclSecurityDescriptor, RtlValidSecurityDescriptor,
8314         ZwAccessCheck, ZwAdjustPrivilegesToken, ZwCreateKey,
8315         ZwDeleteValueKey, ZwEnumerateKey, ZwEnumerateValueKey,
8316         ZwOpenKey, ZwOpenProcessToken, ZwOpenThreadToken,
8317         ZwQueryInformationToken, ZwQueryKey, ZwQueryValueKey
8318         ZwSetSecurityObject, ZwSetValueKey): Added missing exports.
8319
8320 2002-10-04  "KJK::Hyperion"  <noog@libero.it>
8321
8322         *include/windef.h (WPARAM): Update typedef.
8323         (LPARAM): Ditto.
8324         (LRESULT): Ditto.
8325
8326 2002-10-04  "KJK::Hyperion"  <noog@libero.it>
8327
8328         * include/shlobj.h (CSIDL_*): Add defines.
8329
8330 2002-09-24  Danny Smith  <dannysmith@users.sourceforge.net>
8331
8332         * include/ws2tcpip.h: Throw error if winsock.h, not winsock2.h
8333         has been included first.
8334
8335 2002-09-24  René Møller Fonseca  <fonseca@users.sourceforge.net>
8336
8337         * include/winbase.h (FindFirstFileEx): Fixed ANSI mode.
8338         * include/wingdi.h (PFD_SWAP_LAYER_BUFFERS):Added define.
8339         * include/winuser.h (AppendMenu[AW]): Fixed prototypes.
8340
8341 2002-09-18  Eric R. Krause  <ekrause_98@users.sourceforge.net>
8342
8343         * include/winuser.h (DS_SHELLFONT): Define.
8344
8345 2002-09-17  Daniel Schlyder  <daniel@dascdev.net>
8346
8347         * include/winnt.h (VER_SUITE_BLADE): Define.
8348
8349 2002-09-17  Danny Smith  <dannysmith@users.sourceforge.net>
8350
8351         * include/shlobj.h (SHGetSpecialFolderPath[AW]):
8352         Add _WIN32_IE guard. Correct prototype for wide version.
8353         (SHGetFolderPath): Add comment on shfolder.dll.
8354         (SHGetFolderLocation): Add prototyope for WinME and W2K.
8355         (SHGetFolderPathAndSubDir[AW]): Add prototypes for XP.
8356
8357 2002-09-16  Danny Smith  <dannysmith@users.sourceforge.net>
8358
8359         * lib/shell32.def (SHGetFolderPath[AW]): Add comment.
8360         * lib/shfolder.def: New file.
8361
8362 2002-09-12  Danny Smith  <dannysmith@users.sourceforge.net>
8363
8364         * include/winsock.h (timeval): Guard struct and associated
8365         macros with _TIMEVAL_DEFINED.
8366         * include/winsock2.h (timeval): Likewise.
8367
8368 2002-09-11  Danny Smith  <dannysmith@users.sourceforge.net>
8369
8370         * lib/shell32.def (SHBindtoParent,SHCreateDirectoryEx[AW],
8371         SHCreateProcessAsUserW,SHCreateQueryCancelAutoPlayMoniker,
8372         SHCreateShellItem,SHEmptyRecycleBin[AW],
8373         SHEnumerateUnreadMailAccountsW,SHExtractIconsW,
8374         SHGetDataFromIDList[AW],SHGetDiskFreeSpace[AW],
8375         SHGetDiskFreeSpaceEx[AW],SHGetFolderLocation,
8376         SHGetFolderPathAndSubDir[AW],SHGetIconOverlayIndex[AW],
8377         SHGetNewLinkInfo[AW],SHGetSettings,SHGetUnreadMailCountW,
8378         SHInvokePrinterCommand[AW],SHIsFileAvailableOffline,
8379         SHLoadNonloadedIconOverlayIdentifiers,
8380         SHOpenFolderAndSelectItems,SHParseDisplayName,
8381         SHPathPrepareForWrite[AW],SHQueryRecycleBin[AW],
8382         SHSetLocalizedName,SHSetUnreadMailCountW,
8383         SHUpdateRecycleBinIcon: Add missing stubs.
8384
8385 2002-09-07  Earnie Boyd  <earnie@users.sf.net>
8386
8387         * include/windef.h (WINVER): Add documentation.
8388         (_WIN32_WINNT): Ditto.
8389         Special thanks to Paul Schmidt <paul@tricattechnologies.com>
8390
8391 2002-09-06  Danny Smith  <dannysmith@users.sourceforge.net>
8392
8393         * lib/Makefile.in (TEST_OPTIONS): Define WINVER to 0x0666.
8394
8395 2002-09-04  Kevin Chase  <kevincha99@hotmail.com>
8396
8397         * include/winbase.h (AllocateUserPhysicalPages,
8398         MapUserPhysicalPages, MapUserPhysicalPagesScatter,
8399         FreeUserPhysicalPages): Add prototypes.
8400         * lib/kernel32.def: Add function stubs for above.
8401
8402 2002-09-03  René Møller Fonseca  <fonseca@users.sourceforge.net>
8403
8404         * include/winuser.h (IDTRYAGAIN,IDCONTINUE): Add defines.
8405         Add WINVER guards for dialog box command id defines.
8406
8407 2002-09-03  Earnie Boyd  <earnie@users.sf.net>
8408
8409         * include/wincon.h (GetConsoleWindow): Add _WIN32_WINNT >= 0x0500 guard.
8410
8411 2002-08-30  Christopher January  <ccj00@doc.ic.ac.uk>
8412
8413         * include/wincon.h: Define GetConsoleWindow(void).
8414
8415 2002-08-28  Earnie Boyd  <earnie@users.sf.net>
8416
8417         * include/w32api.h: Increment version to 2.1.
8418         * Makefile.in: Ditto.
8419
8420 2002-08-26  Bart Oldeman  <bart.oldeman@btinternet.com>
8421
8422         * include/winsock2.h (SOCKET_ADDRESS): Define if
8423         __CSADDR_T_DEFINED is not defined (copied from nspapi.h)
8424         (CSADDR_INFO): Ditto.
8425         (nspapi.h) : Don't include. Removed FIXME comment.
8426         * include/nspapi.h (SOCKET_ADDRESS) Only define if
8427         __CSADDR_T_DEFINED is not defined.
8428         (CSADDR_INFO): Ditto.
8429         (BLOB): Add structure and typedef if not already defined.
8430         (NS_*): Add defines.
8431         (SERVICE_*): Ditto.
8432         (SERVICE_ADDRESS): Add structure and typedefs.
8433         (SERVICE_ADDRESSES): Ditto.
8434         (SERVICE_INFO[AW]): Ditto, and add UNICODE mappings.
8435         (LPSERVICE_ASYNC_INFO): Add typedef.
8436         (SetService[AW], GetAddressByName[AW]): Add prototypes and UNICODE
8437         mappings.
8438         * include/wsipx.h: New file.
8439         * include/svcguid.h: New file.
8440         * lib/test.c: Include wspix.h and svcguid.h.
8441
8442 2002-08-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8443
8444         * include/wsahelp.h: New file.
8445         * lib/test.c: Include wsahelp.h.
8446
8447 2002-08-21  Earnie Boyd  <earnie@users.sf.net>
8448
8449         * include/commctrl.h (NMCUSTOMDRAW): Fix lItemlParam.
8450         Thanks to: "Phil Dempster" <p_dempster@yahoo.co.uk>.
8451
8452 2002-08-20  Danny Smith  <dannysmith@users.sourceforge.net>
8453
8454         * include/ws2spi.h: Modify comment about being part of
8455         mingw32 package.
8456         (winsock2.h): Change "" to <>.
8457
8458 2002-08-20  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8459
8460         * include/ws2spi.h: New file.
8461         * lib/test.c: Include ws2spi.h.
8462
8463 2002-08-20  Danny Smith  <dannysmith@users.sourceforge.net>
8464
8465         * include/winsock2.h (WSAIsBlocking,WSAUnhookBlockingHook,
8466         WSASetBlockingHook,WSACancelBlockingCall): Expose deprecated
8467         functions.
8468
8469 2002-08-17  Danny Smith  <dannysmith@users.sourceforge.net>
8470
8471         * include/winuser.h (CURSOR_SHOWING) Add define.
8472         Thanks to: Jan Hlavatý  <hlavac@users.sourceforge.net>
8473
8474 2002-08-17  Danny Smith  <dannysmith@users.sourceforge.net>
8475
8476         * include/winerror.h: Cast OLE error codes to HRESULT.
8477         Thanks to: Gunnar Degnbol <gdegnbol@users.sourceforge.net>
8478
8479 2002-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
8480
8481         * include/wincrypt.h (ALG_*): Add defines.
8482         (CALG_*): Ditto.
8483         (CRYPT_*): Ditto.
8484         (PP_*): Ditto.
8485         (PROV_*): Ditto.
8486         (PRIVATEKEYBLOB): Add define.
8487
8488 2002-08-14  Earnie Boyd  <earnie@users.sf.net>
8489
8490         * include/shlobj.h (SHGetFolderPath): Add define.
8491         * lib/shell32.def (SHGetSpecialFolderPath): Add export.
8492         (SHGetFolderPath): Ditto.
8493
8494 2002-08-13  Danny Smith  <dannysmith@users.sourceforge.net>
8495
8496         * include/commdlg.h: Don't include COM headers or use
8497         COM-dependent symbols if __OBJC__.
8498
8499 2002-08-13  Danny Smith  <dannysmith@users.sourceforge.net>
8500
8501         * include/wincrypt.h (CryptDuplicateHash, CryptDuplicateKey):
8502         Add prototypes.
8503
8504 2002-08-12  Andriy Palamarchuk  <apa3a@yahoo.com>
8505
8506         * include/shellapi.h (FOF_NOERRORUI): Add define.
8507
8508 2002-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
8509
8510         * include/objidl.h (IEnumMoniker): Put 'interface' back.
8511
8512 2002-08-11  Danny Smith  <dannysmith@users.sourceforge.net>
8513
8514         * include/objidl.h (IEnumMoniker): Correct declaration.
8515
8516 2002-08-09  Mark Schreiber  <mark7@users.sourceforge.net>
8517
8518         * include/wincrypt.h (CRYPT_NOHASHOID): Add define.
8519
8520 2002-08-09  Danny Smith  <dannysmith@users.sourceforge.net>
8521
8522         * include/commctrl.h: Whitespace change.
8523
8524 2002-08-09  Lars Munch  <lars@segv.dk>
8525
8526         * include/commctrl.h (tagTVHITTESTINFO): Replace obsolete
8527         struct name _TVHITTESTINFO and typedefs and add defines for
8528         backward compatability.
8529         (ListView_SetExtendedListViewStyleEx): Add macro.
8530
8531 2002-08-05  Danny Smith  <dannysmith@users.sourceforge.net>
8532
8533         * include/wingdi.h (AlphaBlend,GradientFill,TransparentBlt):
8534         Add prototypes.
8535         * lib/msimg32.def: New file, with stubs for above.
8536
8537 2002-08-03  Danny Smith  <dannysmith@users.sourceforge.net>
8538
8539         * include/winbase.h (AddAccessAllowedAceEx,AddAccessDeniedAceEx,
8540         GetFileSizeEx, SetFilePointerEx): Add prototypes.
8541         (EncryptFile[AW], FileEncryptionStatus[AW]): Add prototypes
8542         and UNICODE mappings.
8543
8544 2002-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
8545
8546         * include/winbase.h (ReadFileScatter, WriteFileGather):
8547         Change second parameter to pointer.
8548
8549 2002-07-31  Danny Smith  <dannysmith@users.sourceforge.net>
8550
8551         * include/wininet.h (InternetReadFileEx[AW]). Add prototypes and
8552         UNICODE mappings.
8553         * lib/wininet.def: Regenerate.
8554
8555 2002-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
8556
8557         * include/windef.h (PVOID): Move typedef to...
8558         * include/winnt: ...here.
8559         (PVOID64): New typedef.
8560
8561         * include/winnt,h (FILE_SEGMENT_ELEMENT): Define union.
8562         * include/winbase.h (ReadFileScatter, WriteFileGather):
8563         Add prototypes.
8564
8565         * include/winnt,h (PROCESSOR_ARCHITECTURE_*): Add defines.
8566         (PROCESSOR_INTEL_IA64): Add define.
8567
8568 2002-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
8569
8570         * include/oleidl.h (MK_ALT): Define.
8571
8572 2002-07-26  Mattia Barbon  <mbarbon@dsi.unive.it>
8573
8574         * include/exdisp.h: New file.
8575         * include/exdispid.h: New file.
8576         * include/mshtml.h: New file.
8577         * lib/test.c: #include exdisp.h and mshtml.h
8578         * lib/uuid.c (CLSID_WebBrowser, DIID_DWebBrowserEvents,
8579         DIID_DWebBrowserEvents2, IID_IHTMLDocument, IID_IHTMLDocument2,
8580         IID_IHTMLElement, IID_IHTMLSelectionObject, IID_IHTMLTxtRange,
8581         IID_IWebBrowser, IID_IWebBrowser2, IID_IWebBrowserApp):
8582         New GUIDs.
8583
8584 2002-07-26  Mattia Barbon  <mbarbon@dsi.unive.it>
8585
8586         * include/docobj.h: New file.
8587         * include/idispids.h: New file.
8588         * include/objidl.h (IID_IMoniker): Declare.
8589         * include/ocidl.h (READYSTATE): New enum.
8590         (IOleInPlaceSiteEx): New interface.
8591         * include/olectlid.h (IID_IEnumSTATSTG): New interface
8592         identifier.
8593         * include/oleidl.h (IOleItemContainer, IOleInPlaceObject,
8594         IOleInPlaceSite): New interfaces.
8595         * lib/test.c: #include docobj.h,idispids.h,
8596
8597 2002-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
8598
8599         * include/shlobj.h (BFFM_VALIDATEFAILED[AW]): Add defines.
8600         (BFFM_SETSTATUSTEXT, BFFM_SETSELECTION): UNICODE them.
8601
8602 2002-07-25  Mattia Barbon  <mbarbon@dsi.unive.it>
8603
8604         * include/commctrl.h: Avoid redefinition of CDN_FIRST/LAST.
8605         * include/commdlg.h: Likewise.
8606
8607 2002-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
8608
8609         * include/oleauto.h (V_UNION): Correct definition for case of
8610         NONAMELESSUNION:
8611         (V_VT): Likewise.
8612
8613 2002-07-23  Danny Smith  <dannysmith@users.sourceforge.net>
8614
8615         * include/oleauto.h (V_BOOL): Define in terms of boolVal,
8616         not bool, for C as well as C++.
8617
8618 2002-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
8619
8620         * include/shlwapi.h: New file.
8621         Thanks to: Mattia Barbon  <mbarbon@dsi.unive.it> and
8622         Victor Porton  <porton@narod.ru> for contributions.
8623         * lib/shlwapi.def: New file.
8624         * lib/test.c: #include shlwapi.h.
8625
8626 2002-07-21  Bart Oldeman  <bart.oldeman@btinternet.com>
8627
8628         * include/shlobj.h (FCIDM_MENU_FAVORITES): Remove bogus
8629         character.
8630         * include/winsock2.h (struct sockaddr): Use __int64 instead of
8631         long long.
8632         * lib/kernel32.c (GetCurrentFiber, GetFiberData): Watcom
8633         does not need external *Fiber library functions.
8634
8635 2002-07-20  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8636
8637         * include/winbase.h (GetEnvironmentStringsA): Remove duplicate
8638         definition.
8639         (Interlocked*): Wrap in #ifndef __INTERLOCKED_DECLARED to
8640         avoid compile error when already defined.
8641
8642 2002-07-20  Steven Edwards  <Steven_Ed4153@yahoo.com>
8643
8644         * include/winuser.h (WM_MENURBUTTONUP): Add define.
8645
8646 2002-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
8647
8648         * include/commdlg.h: Define CDN_* notification message constants
8649         as UINT.
8650
8651 2002-07-17  Mattia Barbon  <mbarbon@users.sourceforge.net>
8652
8653         * include/commctrl.h: Define notification message constants for
8654         NMHDR.code as UINT.
8655
8656 2002-07-17   Bart Oldeman  <bart.oldeman@btinternet.com>
8657
8658         * include/ddeml.h (MH_*) Add defines.
8659         (MONHSZSTRUCT): Add structure and typedefs.
8660         (MONLINKSTRUCT): Ditto.
8661         (MONCONVSTRUCT): Ditto.
8662         (MONCBSTRUCT): Ditto.
8663         (MONERRSTRUCT): Ditto.
8664         (MONMSGSTRUCT): Ditto.
8665         * include/windef.h: Don't define __cdecl or _cdecl for
8666         __WATCOM__.
8667         Don't define _export or __export for __WATCOM__.
8668         * include/windows.h (imm.h): #include.
8669         * include/winnt.h (LPEXCEPTION_RECORD): Add typedef.
8670
8671 2002-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
8672
8673         * include/wtypes.h: Remove duplicate #includes of rpc.h and
8674         rpcndr.h.
8675
8676 2002-07-05  Luke Dunstan  <infidel@users.sourceforge.net>
8677
8678         * include/winbase.h (OpenThread): Add prototype.
8679         * lib/kernel32.def (OpenThread): Add symbol.
8680
8681 2002-07-04  Luke Dunstan  <infidel@users.sourceforge.net>
8682
8683         * include/wtypes.h (HMETAFILEPICT): Add typedef.
8684
8685 2002-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
8686
8687         * include/rpc.h: Conditionally include <windows.h> before
8688         header guard.
8689         * include/wtypes.h: Include <rpc.h> and <rpcndr.h> before
8690         header guard.
8691
8692 2002-07-02  Danny Smith  <dannysmith@users.sourceforge.net>
8693
8694         * include/commctrl.h (WC_*): Remove some duplicate defines.
8695
8696 2002-07-02  Ken Fitlike  <kenfitlike@hotmail.com>
8697
8698         * include/commctrl.h (WC_IPADDRESS[AW]): Add defines and
8699         UNICODE mappings.
8700         (IPM*): Add defines.
8701         (IPN_*): Add defines.
8702         (NMIPADDRESS): Add structure and typedefs.
8703         (MAKEIPADDRESS): Add macro.
8704         (MAKEIPRANGE): Add macro.
8705         (FIRST_IPADDRESS): Add macro.
8706         (SECOND_IPADDRESS): Add macro.
8707         (THIRD_IPADDRESS): Add macro.
8708         (FOURTH_IPADDRESS): Add macro.
8709
8710 2002-06-25  Conrad Scott  <conrad.scott@dsl.pipex.com>
8711
8712         * include/winbase.h (FILE_FLAG_FIRST_PIPE_INSTANCE): Add constant.
8713
8714 2002-06-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8715
8716         * include/winbase.h (WINBASEAPI): Don't define if prior
8717         definition.
8718
8719         * include/winioctl.h (PARTITION_FAT32, PARTITION_FAT32_XINT13,
8720         PARTITION_XINT13, PARTITION_XINT13_EXTENDED, PARTITION_LDM,
8721         PARTITION_UNIX): Add defines.
8722         (PDRIVE_LAYOUT_INFORMATION): Add typedef.
8723         (IsRecognizedPartition): Also check for PARTITION_FAT32,
8724         PARTITION_FAT32_XINT13 and PARTITION_XINT13.
8725         (IsContainerPartition): Add macro.
8726
8727 2002-06-25  Ken Fitlike  <kenfitlike@hotmail.com>
8728
8729         * include/commctrl.h: (CBEIF_*): Add defines.
8730         (CBEN_*): Add defines and UNICODE mappings
8731         (WC_COMBOBOXEX[AW]): Add defines and UNICODE mappings.
8732         (CBEMAXSTRLEN): Add define.
8733         (COMBOBOXEXITEM[AW]): Add structures and typedefs.
8734         (NMCOMBOBOXEX[AW]): Add structures and typedefs.
8735         (NMCBEDRAGBEGIN[AW]): Add structure and typedefs.
8736         (NMCBEENDEDIT[AW]): Add structure and typedefs.
8737
8738 2002-06-24  Danny Smith  <dannysmith@users.sourceforge.net>
8739
8740         * include/objidl.h (struct tagPROPVARIANT): Kill obsolete
8741         union member _VARIANT_BOOL bool.
8742
8743 2002-06-24  Danny Smith  <dannysmith@users.sourceforge.net>
8744
8745         * include/winioctl.h (FILE_SPECIAL_ACCESS): Add define.
8746
8747 2002-06-24  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8748
8749         * include/winnt.h (PCCHAR, FCHAR, FSHORT, FLONG,
8750         PLUID_AND_ATTRIBUTES,PSECURITY_IMPERSONATION_LEVEL,
8751         PSID_AND_ATTRIBUTES, PTOKEN_TYPE, PTOKEN_STATISTICS):
8752         Add typedefs.
8753         (CCHAR): Correct typedef.
8754         (PROCESS_SET_SESSIONID, SECURITY_*,SECTION_MAP_EXECUTE):
8755         Add defines.
8756
8757 2002-06-24  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8758
8759         * README.w32api: Correct spelling error.
8760
8761 2002-06-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8762
8763         * include/winuser.h (FLASHW_*,INPUT_MOUSE,INPUT_KEYBOARD,
8764         INPUT_HARDWARE): Add defines.
8765         (HDEVNOTIFY): Add typedef.
8766         (FLASHWINFO,tagMOUSEMOVEPOINT,tagMOUSEINPUT,tagKEYBDINPUT,
8767         tagHARDWAREINPUT,tagINPUT,tagGUITHREADINFO): Define structs and
8768         typedefs.
8769         (CreateDesktop[AW],CreateMDIWindow[AW],GetClassInfo[AW],
8770         GetClassInfoEx[AW],GetKeyboardLayoutList,
8771         MessageBoxIndirect[AW],MsgWaitForMultipleObjects,
8772         MsgWaitForMultipleObjectsEx, RegisterClass[AW],
8773         RegisterClassEx[AW]): Correct prototypes.
8774
8775 2002-06-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8776
8777         * include/ddeml.h (DdeCreateStringHandle{AW]:Correct
8778         prototypes.
8779         * include/winsvc.h (StartServiceW): Correct prototype.
8780         * include/winbase.h (BackupRead,BackupSeek,BackupWrite,
8781         FileTimeToLocalFileTime, GetAce,GetPrivateProfileStruct[AW],
8782         GetTickCount,InterlockedExchangeAdd,
8783         WritePrivateProfileStruct[AW]: Correct prototypes.
8784         (GetEnvironmentStrings): Correct mapping to
8785         GetEnvironmentStringsA.
8786         * include/winver.h (VerQueryValueA,VerQueryValueW):
8787         Correct prototypes.
8788         * include/wincon.h (CreateConsoleScreenBuffer): Correct
8789         prototype.
8790         * include/winreg.h (RegQueryMultipleValues[AW],
8791         RegQueryValueEx[AW]):Correct prototypes.
8792         * include/wingdi.h (PXFORM, PLOGBRUSH, PLOGPEN, PPOLYTEXTA,
8793         PPOLYTEXTW): Add typedefs.
8794         (_DESIGNVECTOR,COLOR16, _TRIVERTEX, _DISPLAY_DEVICE): Add
8795         structures and typedefs.
8796         (MM_MAX_NUMAXES): Add define.
8797         (EnumFontsW,GetEnhMetaFilePixelFormat,
8798         wglGetLayerPaletteEntries): Correct prototypes.
8799         * include/winerror.h (RPC_X_INVALID_PIPE_OBJECT,
8800         RPC_X_WRONG_PIPE_ORDER,RPC_X_WRONG_PIPE_VERSION,
8801         RPC_S_SEND_INCOMPLETE): Add defines.
8802
8803 2002-06-17  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8804
8805         * include/windef.h (_fastcall, __fastcall, FASTCALL):
8806         Add defines.
8807
8808 2002-06-16  Egor Duda  <deo@logos-m.ru>
8809
8810         * include/ntdll.h: New file.
8811         * lib/ntdll.def: Add NtShutdownSystem.
8812
8813 2002-06-16  Steven Edwards  <Steven_Ed4153@yahoo.com>
8814
8815         * lib/dinput.def (DirectInputCreateEx): Add stub.
8816         * lib/ntdll.def: New file.
8817
8818 2002-06-14  Earnie Boyd  <earnie@users.sf.net>
8819
8820         * include/w32api.h: Change to version 2.0 to reflect the change
8821         in the license.
8822         * README: Renamed.
8823         * README.w32api: Renamed from README.  Modified license to remove
8824         the restriction of notifying the author based on the fact that the
8825         author is unreachable at the notified address.
8826         * Makefile.in (VERSION): Change to 2.0.
8827
8828 2002-06-14  Earnie Boyd  <earnie@users.sf.net>
8829
8830         * include/wingdi.h (GetEnhMetaFileBits): Correct typo.
8831         * Makefile.in (bindist): Correct the MinGW distribution.
8832
8833 2002-06-13  Earnie Boyd  <earnie@users.sf.net>
8834
8835         * include/winuser.h (MOUSEHOOKSTRUCT): Define structure.
8836         * include/wingdi.h (GetEnhMetaFileBits): Define prototype.
8837
8838 2002-06-13  Danny Smith  <dannysmith@users.sourceforge.net>
8839
8840         * lib/test.c: #include comcat.h.
8841
8842 2002-06-13  John K. Hohm  <jhohm@acm.org>
8843
8844         * include/comcat.h: New file.
8845
8846 2002-06-09  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
8847
8848         * include/richedit.h (EM_*, TM_*, GT_*): Add new defines.
8849         (GETTEXTEX): Add structure definition.
8850
8851 2002-06-08  Danny Smith  <dannysmith@users.sourceforge.net>
8852
8853         * include/windows.h (ole2.h): #include if !__OBJC__ and
8854         __GNUC__ >=3 and !WIN32_LEAN_AND_MEAN.
8855
8856 2002-06-07  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
8857
8858         * include/mapi.h: Change LPTSTR to LPSTR throughout.
8859
8860 2002-06-05  Danny Smith  <dannysmith@users.sourceforge.net>
8861
8862         * include/winnt.h (PACE_HEADER, PACCESS_ALLOWED_ACE,
8863         PACCESS_DENIED_ACE): Add typedefs.
8864
8865 2002-06-03  Danny Smith  <dannysmith@users.sourceforge.net>
8866
8867         * lib/thunk32.def (LIBRARY): Change to KERNEL32.dll.
8868
8869 2002-06-03 Steven Edwards  <Steven_Ed4153@yahoo.com>
8870
8871         * lib/kernel32.def (ConvertToGlobalHandle): Add stub.
8872
8873 2002-06-01  Danny Smith  <dannysmith@users.sourceforge.net>
8874
8875         * include/windef.h: Fix typo in last change.
8876
8877 2002-06-01  Danny Smith  <dannysmith@users.sourceforge.net>
8878
8879         * include/windef.h: Add no-op __try, __except, __finally
8880         defines from ...
8881         * include/excpt.h: Remove file.
8882         * include/windows.h: Don't include excpt.h.
8883
8884 2002-05-30  Christopher January  <chris@atomice.net>
8885
8886         * include/ntdef.h (ANSI_STRING, PANSI_STRING, OEM_STRING, POEM_STRING):
8887         Add missing typedefs.
8888
8889 2002-05-28  Earnie Boyd  <earnie@users.sf.net>
8890
8891         * include/w32api.h: Increment version to 1.5
8892         * Makefile.in: Ditto.
8893
8894
8895 2002-05-27  René Møller Fonseca  <fonseca@users.sourceforge.net>
8896
8897         * include/winreg.h: (RegConnectRegistry[AW]): Replace
8898         LP[W]STR with LPC[W]STR.
8899         (REG_QWORD, REG_QWORD_LITTLE_ENDIAN): Add defines.
8900         Clean up whitespace.
8901
8902 2002-05-27  Rick Rankin  <rick_rankin@yahoo.com>
8903
8904         * include/winnls.h: Add #define for LOCALE_RETURN_NUMBER.
8905
8906 2002-05-21  Earnie Boyd  <earnie@users.sf.net>
8907
8908         * Makefile.in: Increment VERSION to 1.4.
8909         (conf_prefix): New variable.
8910         (bindist): Modify target to use $(conf_prefix).
8911
8912 2002-05-20  Philip Aston  <philipa@mail.com>
8913
8914         * include/pbt.h (PBT_APMRESUMESUSPEND): Correct value is 7.
8915
8916 2002-05-20  René Møller Fonseca  <fonseca@users.sourceforge.net>
8917
8918         * include/lmaccess.h: (NetAccess*, NetGroup*,
8919         NetLocalGroup*, NetUser*, NetGet*, INetLogonControl[2],
8920         NetQueryDisplayInfotmationIndex): Replace LPWSTR with LPCWSTR.
8921
8922 2002-05-08  Danny Smith  <dannysmith@users.sourceforge.net>
8923
8924         * include/commctrl.h (ImageList_DragShowNolock): Remove
8925         conflicting redeclaration.
8926
8927 2002-05-07  Danny Smith  <dannysmith@users.sourceforge.net>
8928
8929         * include/windows.h: Move ANONYMOUS_UNION, _ANONYMOUS_STRUCT,
8930         STRICT and related defines to ...
8931         * include/windef.h: Here.
8932
8933 2002-05-03  Danny Smith  <dannysmith@users.sourceforge.net>
8934
8935         * include/winsock2.h (int32): Remove typedef.
8936         (SERVICETYPE): Add typedef.
8937         (struct _flowspec):Revise struct definition,  Comment
8938         on types used for members.
8939
8940 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
8941
8942         * include/winnt.h (EVENT_*, SEMAPHORE_*,MUTEX_*): Remove
8943         more defines added in earlier change.
8944         * lib/Makefile.in (TEST_OPTIONS): Add -Wsystem-headers flag.
8945
8946 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
8947
8948         * include/winnt.h (THREAD_PRIORITY_*): Remove defines
8949         added in last change.
8950
8951 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
8952
8953         * include/winnt.h (THREAD_*, EVENT_*, MUTANT_*,
8954         SEMAPHORE_*, MUTEX_*, TIMER_*): Add new defines.
8955
8956 2002-05-01  Manu B  <contact.manu@wanadoo.fr>
8957
8958         * include/commctrl.h (SNDMSG): Define and use throughout
8959         in other macros instead of SendMessage.
8960         * include/commdlg.h (SNDMSG): Ditto.
8961
8962 2002-04-22  José Fonseca  <jrfonseca@users.sf.net>
8963
8964         * include/GL/gl.h: New file.
8965         * include/GL/glext.h: Ditto.
8966         * include/GL/glu.h: Ditto.
8967
8968 2002-04-09  Earnie Boyd  <earnie@users.sf.net>
8969
8970         * include/w32api.h: Increment version.
8971         * Makefile.in: Ditto.
8972
8973 2002-04-09  Earnie Boyd  <earnie@users.sf.net>
8974
8975         * Makefile.in (bindist): Use * instead of . for file list for tar
8976         command.
8977
8978 2002-04-02  Danny Smith  <dannysmith@users.sourceforge.net>
8979
8980         * include/wtypes.h (enum tagCLSCTX): Change formatting.
8981
8982 2002-04-02  Pat Thoyts  <patthoyts@users.sourceforge.net>
8983
8984         * include/objidl.h (IRunningObjectTable.Register): Correct
8985         prototype.
8986         * include/wtypes.h (ROTFLAGS_REGISTRATIONKEEPSALIVE,
8987         ROTFLAGS_ALLOWANYCLIENT): Add defines.
8988
8989 2002-03-31  Victor Porton  <porton@narod.ru>
8990
8991         * include/shellapi.h (SHGFI_ATTR_SPECIFIED): Add define.
8992
8993 2002-03-29  David Robinow  <drobinow@yahoo.com>
8994
8995         * include/wingdi.h (SetPixelFormat): Correct prototype.
8996
8997 2002-03-29  Phil Krylov  <likewolf@users.sourceforge.net>
8998
8999         * include/richedit.h (EM_SHOWSCROLLBAR): Add define.
9000
9001 2002-03-26  Phil Krylov  <likewolf@users.sourceforge.net>
9002
9003         * include/richedit.h (EM_GETSCROLLPOS, EM_SETSCROLLPSPOS):
9004         Add defines.
9005
9006 2002-03-14  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
9007
9008         * include/richedit.h (RICHEDIT_CLASS): UNICODE it.
9009         * include/shlobj.h (IContextMenu2): Put methods in right order.
9010         * include/basetyps.h (REFGUID, REFIID, REFCLSID): Check for
9011         CINTERFACE before defining.
9012
9013 2002-03-09  Danny Smith  <dannysmith@users.sourceforge.net>
9014
9015         * include/accctrl.h: Add #pragma GCC system_header
9016         if __GNUC__ >= 3.
9017         * include/aclapi.h: Same.
9018         * include/basetsd.h: Same.
9019         * include/basetyps.h: Same.
9020         * include/cderr.h: Same.
9021         * include/cguid.h: Same.
9022         * include/commctrl.h: Same.
9023         * include/commdlg.h: Same.
9024         * include/cpl.h: Same.
9025         * include/cplext.h: Same.
9026         * include/custcntl.h: Same.
9027         * include/dbt.h: Same.
9028         * include/dde.h: Same.
9029         * include/ddeml.h: Same.
9030         * include/dlgs.h: Same.
9031         * include/excpt.h: Same.
9032         * include/httpext.h: Same.
9033         * include/imagehlp.h: Same.
9034         * include/imm.h: Same.
9035         * include/initguid.h: Same.
9036         * include/intshcut.h: Same.
9037         * include/ipexport.h: Same.
9038         * include/iphlpapi.h: Same.
9039         * include/ipifcons.h: Same.
9040         * include/iprtrmib.h: Same.
9041         * include/iptypes.h: Same.
9042         * include/isguids.h: Same.
9043         * include/largeint.h: Same.
9044         * include/lm.h: Same.
9045         * include/lmaccess.h: Same.
9046         * include/lmalert.h: Same.
9047         * include/lmapibuf.h: Same.
9048         * include/lmat.h: Same.
9049         * include/lmaudit.h: Same.
9050         * include/lmbrowsr.h: Same.
9051         * include/lmchdev.h: Same.
9052         * include/lmconfig.h: Same.
9053         * include/lmcons.h: Same.
9054         * include/lmerr.h: Same.
9055         * include/lmerrlog.h: Same.
9056         * include/lmmsg.h: Same.
9057         * include/lmremutl.h: Same.
9058         * include/lmrepl.h: Same.
9059         * include/lmserver.h: Same.
9060         * include/lmshare.h: Same.
9061         * include/lmsname.h: Same.
9062         * include/lmstats.h: Same.
9063         * include/lmsvc.h: Same.
9064         * include/lmuse.h: Same.
9065         * include/lmuseflg.h: Same.
9066         * include/lmwksta.h: Same.
9067         * include/lzexpand.h: Same.
9068         * include/mapi.h: Same.
9069         * include/mciavi.h: Same.
9070         * include/mcx.h: Same.
9071         * include/mmsystem.h: Same.
9072         * include/mswsock.h: Same.
9073         * include/nb30.h: Same.
9074         * include/nddeapi.h: Same.
9075         * include/nspapi.h: Same.
9076         * include/ntdef.h: Same.
9077         * include/ntsecapi.h: Same.
9078         * include/ntsecpkg.h: Same.
9079         * include/oaidl.h: Same.
9080         * include/objbase.h: Same.
9081         * include/objfwd.h: Same.
9082         * include/objidl.h: Same.
9083         * include/odbcinst.h: Same.
9084         * include/ole.h: Same.
9085         * include/ole2.h: Same.
9086         * include/ole2ver.h: Same.
9087         * include/oleauto.h: Same.
9088         * include/olectl.h: Same.
9089         * include/olectlid.h: Same.
9090         * include/oledlg.h: Same.
9091         * include/oleidl.h: Same.
9092         * include/pbt.h: Same.
9093         * include/prsht.h: Same.
9094         * include/psapi.h: Same.
9095         * include/rapi.h: Same.
9096         * include/ras.h: Same.
9097         * include/raserror.h: Same.
9098         * include/rassapi.h: Same.
9099         * include/regstr.h: Same.
9100         * include/richedit.h: Same.
9101         * include/richole.h: Same.
9102         * include/rpc.h: Same.
9103         * include/rpcdce.h: Same.
9104         * include/rpcdce2.h: Same.
9105         * include/rpcdcep.h: Same.
9106         * include/rpcndr.h: Same.
9107         * include/rpcnsi.h: Same.
9108         * include/rpcnsip.h: Same.
9109         * include/rpcnterr.h: Same.
9110         * include/rpcproxy.h: Same.
9111         * include/schannel.h: Same.
9112         * include/schnlsp.h: Same.
9113         * include/scrnsave.h: Same.
9114         * include/security.h: Same.
9115         * include/setupapi.h: Same.
9116         * include/shellapi.h: Same.
9117         * include/shlguid.h: Same.
9118         * include/shlobj.h: Same.
9119         * include/sql.h: Same.
9120         * include/sqlext.h: Same.
9121         * include/sqltypes.h: Same.
9122         * include/sqlucode.h: Same.
9123         * include/sspi.h: Same.
9124         * include/subauth.h: Same.
9125         * include/tlhelp32.h: Same.
9126         * include/unknwn.h: Same.
9127         * include/userenv.h: Same.
9128         * include/w32api.h: Same.
9129         * include/winbase.h: Same.
9130         * include/wincon.h: Same.
9131         * include/wincrypt.h: Same.
9132         * include/windef.h: Same.
9133         * include/windows.h: Same.
9134         * include/windowsx.h: Same.
9135         * include/winerror.h: Same
9136         * include/wingdi.h: Same.
9137         * include/wininet.h: Same.
9138         * include/winioctl.h: Same.
9139         * include/winnetwk.h: Same.
9140         * include/winnls.h: Same.
9141         * include/winnt.h: Same.
9142         * include/winperf.h: Same.
9143         * include/winreg.h: Same.
9144         * include/winresrc.h: Same.
9145         * include/winsock.h: Same.
9146         * include/winsock2.h: Same.
9147         * include/winspool.h: Same.
9148         * include/winsvc.h: Same.
9149         * include/winuser.h: Same.
9150         * include/winver.h: Same.
9151         * include/ws2tcpip.h: Same.
9152         * include/wsnetbs.h: Same.
9153         * include/wtypes.h: Same.
9154         * include/zmouse.h: Same.
9155         * include/mapi.h: Change header guard name to _MAPI_H  for
9156         consistency.
9157
9158 2002-03-08  Danny Smith  <dannysmith@users.sourceforge.net>
9159
9160         * include/accctrl.h (_ACCCTRL_H): Correct typo.
9161         Remove unnecessary inclusion of <wtypes.h>.
9162         * ChangeLog: Fix omission of name in recent entries.
9163
9164 2002-03-08  Antony Blakey  <antony.blakey@ihug.com.au>
9165
9166         * include/initguid.h (DEFINE_GUID): Add GUID_EXT to define.
9167
9168 2002-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
9169
9170         * include/mswsock.h: Group winsock2 dependants
9171         together and protect with #ifdef _WINSOCK2_H.
9172         * lib/test.c: Only test ws2tcpip.h if winsock2.h
9173         has been included.
9174
9175 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
9176
9177         * include/mswsock.h (TP_*): Add new defines.
9178         (TRANSMIT_PACKETS_ELEMENT): Define new structure.
9179         (WSAMSG): Likewise.
9180         (WSACMSGHDR): Likewise.
9181         (DisconnectEx): Add new prototype.
9182         (WSARecvMsg): Likewise.
9183         (WSA_CMSG_*) Add empty macros, guarded by #if 0.
9184
9185 2002-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
9186
9187         * ChangeLog: Fix typo in last entry.
9188         * include/winsock2.h (IPPROTO_*): Add IPv6 defines.
9189         * include/ws2tcpip.h: (IP_*): Add new defines.
9190         (INET_ADDRSTRLEN, INET6_ADDRSTRLEN): Add defines.
9191         (NI_*): Add getnameinfo constants and bitmasks.
9192         (AI_*): Add getaddrinfo flags.
9193         (EAI_*): Add getaddrinfo error codes.
9194         (ip_mreq_source): Add new structure.
9195         (ip_msfilter): Add new structure.
9196         (IP_MSFILTER_SIZE): Add new macro.
9197         (in_pktinfo): Add new structure.
9198         Add preliminary IPv6 support.
9199         (in6_addr): Add new structure and some defines.
9200         (sockaddr_in6): Add new structure.
9201         (in6addr_any, in6addr_loopback): Declare extern structures.
9202         (IN6ADDR_ANY_INIT,IN6ADDR_LOOPBACK_INIT): Add
9203         initialization macros for above.
9204         (IN6_ARE_ADDR_EQUAL): Define macro.
9205         (IN6_IS_ADDR_*): Define address testing macros.
9206         (socklen_t) Add new typedef.
9207         (ipv6_mreq): Add new structure.
9208         (in6_pktinfo): Same.
9209         (addrinfo): Same.
9210         (freeaddrinfo):Add new prototype.
9211         (getaddrinfo): Same.
9212         (gai_strerror[AW]): Same.
9213         (getnameinfo): Same.
9214         (sockaddr_in6_old): Add structure.
9215         (sockaddr_gen): Add union definition.
9216         (INTERFACE_INFO): Use sockaddr_gen as members.
9217         (INTERFACE_INFO_OLD): Add comment on workaround for problems
9218         with INTERFACE_INFO on NT4 prior to sp4.
9219
9220 2002-02-28  Danny Smith  <dannysmith@users.sourceforge.net>
9221
9222         * include/windows.h: Remove test for __W32API_MAJOR_VERSION
9223         when selecting winsock interface.
9224         * include/winsock2.h (SOCKET_ADDRESS_LIST): Add structure
9225         and typedefs. Thanks to: 'Lorenzo' <conte0@infinito.it>.
9226         Expand FIXME comment.
9227         (WSACOMPLETIONTYPE): Add enum.
9228         (WSACOMPLETION): Add structure and typedefs.
9229         (WSANSPIoctl): Add function prototpe and callback typedef.
9230         (SIO_NSP_NOTIFY_CHANGE): Add define.
9231         (sockaddr_storage): Add structure and typedefs.
9232
9233 2002-02-16  Andriy Palamarchuk  <apa3a@yahoo.com>
9234
9235         * include/winuser.h (OIC_*): Add resource constants.
9236
9237 2002-02-14 Mattia Barbon  <mbarbon@users.sourceforge.net>
9238
9239         * include/ntsecpkg.h: New file.
9240         * include/schannel.h: New file.
9241         * include/schnlsp.h: New file.
9242         * include/security.h: New file.
9243         * include/sspi.h: New file.
9244         * include/ntsecapi.h (KERB_WRAP_NO_ENCRYPT,
9245         MICROSOFT_KERBEROS_NAME_[AW]): Add missing constants
9246         * include/wincrypt.h (CALG_*, X509_ASN_ENCODING.
9247         PKCS_7_ASN_ENCODING, CERT_*, USAGE_MATCH_TYPE_AND,
9248         USAGE_MATCH_TYPE_OR, szOID_*): Add missing constants
9249         (struct _CRYPTOAPI_BLOB): Add structure and typedefs.
9250         (SSL_EXTRA_CERT_CHAIN_POLICY_PARA,HTTPSPolicyCallbackData,
9251         CERT_CHAIN_POLICY_PARA,CERT_CHAIN_POLICY_STATUS,
9252         CRYPT_ALGORITHM_IDENTIFIER, CRYPT_BIT_BLOB,
9253         CERT_PUBLIC_KEY_INFO, CERT_EXTENSION, CERT_INFO, CERT_CONTEXT,
9254         CTL_USAGE, CERT_ENHKEY_USAGE, CERT_USAGE_MATCH,
9255         CERT_CHAIN_PARA, CERT_CHAIN_FIND_BY_ISSUER_PARA,
9256         CERT_TRUST_STATUS, CRL_ENTRY, CRL_INFO, CRL_CONTEXT,
9257         CERT_REVOCATION_CRL_INFO, CERT_REVOCATION_INFO,
9258         CERT_CHAIN_ELEMENT, CRYPT_ATTRIBUTE, CTL_ENTRY, CTL_INFO,
9259         CTL_CONTEXT, CERT_TRUST_LIST_INFO, CERT_SIMPLE_CHAIN,
9260         CERT_CHAIN_CONTEXT): Add missing structures.
9261         (CertCloseStore, CertGetCertificateChain,
9262         CertVerifyCertificateChainPolicy, CertFreeCertificateChain,
9263         CertNameToStr[AW], CertOpenSystemStore[AW], CertOpenStore,
9264         CertFindCertificateInStore, CertFreeCertificateContext,
9265         CertGetIssuerCertificateFromStore,
9266         CertFindChainInStore): Add missing functions.
9267         (CertNameToStr, CertOpenSystemStore, CERT_FIND_SUBJECT_STR,
9268         CERT_FIND_ISSUER_STR): Add Unicode mappings.
9269         * lib/crypt32.def: New file.
9270         * lib/secur32.def: Add mising stubs.
9271         * lib/test.c: Include new headers.
9272
9273 2002-02-14  Danny Smith  <dannysmith@users.sourceforge.net>
9274
9275         * include/windef.h (PROC,FARPROC,NEARPROC): Remove void
9276         parameter.
9277
9278 2002-01-30  Danny Smith  <dannysmith@users.sourceforge.net>
9279
9280         * lib/test.c: Include mapi.h.
9281         * include/commctrl.h (TBSTYLE_*): Add missing defines.
9282         Thanks to: "Ron"  <ron@debian.org>
9283
9284 2002-01-30  John Fattaruso  <fattaruso@ieee.org>
9285
9286         * include/mapi.h: New file.
9287         * lib/mapi.def: Add missing function stubs.
9288
9289 2002-01-28  Danny Smith  <dannysmith@users.sourceforge.net>
9290
9291         * include/winuser.h (GetWindowLongPtr[AW],
9292         SetWindowLongPtr[AW]): Add prototypes for _WIN64.
9293
9294 2002-01-28  Mattia Barbon  <mbarbon@users.sourceforge.net>
9295
9296         * include/winuser.h (GWLP_*,DWLP_*): Add missing constants.
9297         (GetWindowLongPtr[AW], SetWindowLongPtr[AW]): Map them to
9298         {Get Set}WindowLong[AW], as in Win32 they are equivalent.
9299         (GetWindowLongPtr, SetWindowLongPtr): Add Unicode mappings.
9300
9301 2002-01-28  Danny Smith  <dannysmith@users.sourceforge.net>
9302
9303         * lib/test.c: Include wsnetbs.h.
9304
9305 2002-01-28  Kai Henningsen  <kai-henningsen@users.sourceforge.net>
9306
9307         * include/wsnetbs.h: New file.
9308
9309 2002-01-25  Earnie Boyd  <earnie@users.sf.net>
9310
9311         * include/winnt.h: Remove merge conflict.
9312
9313 2002-01-25  Danny Smith  <dannysmith@users.sourceforge.net>
9314
9315         * include/winnt.h (_TCHAR): Add typedefs.
9316
9317 2002-01-25  Tim Hughes  <tjh@delcam.com>
9318
9319         * include/wininet.h (SECURITY_FLAG_IGNORE_*): Add missing
9320         defines.
9321
9322 2002-01-25  Andriy Palamarchuk  <apa3a@yahoo.com>
9323
9324         * include/winsuser.h (ATF_AVAILABLE, SERKF_ACTIVE):
9325         Add defines.
9326         (LPACCESSTIMEOUT): Add typedef.
9327
9328 2002-01-24  Phillip Susi  <psusi@cfl.rr.com>
9329
9330         * include/commctrl.h: Add missing HDM_*,HDN_*,LVSICF_* defines.
9331
9332 2002-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
9333
9334         * include/commctrl.h (HDITEM[AW]): Rename _HD_ITEM[AW] to
9335         _HDITEM[AW], with parallel changes to typedefs. Use defines for
9336         backward compatability with old names. Update UNICODE mappings.
9337         (HDLAYOUT): Remove struct _HD_LAYOUT_XP.  Use new typedefs
9338         for struct _HD_LAYOUT and add defines for backward
9339         compatability with old names.
9340         (NMLISTVIEW): Rename _NM_LISTVIEW to tagNMLISTVIEW, with
9341         parallel chages to typedefs. Add defines for backward
9342         compatability with old names.
9343         (TCHITTESTINFO, IMAGELISTDRAWPARAMS): Fix _WIN32_IE guard.
9344
9345 2002-01-21  Robert Collins  <rbtcollins@hotmail.com>
9346
9347         * include/winnt.h: Add missing MEM_ defines, and convert existing to
9348         hex for readability.
9349
9350 2002-01-17  Marcus Geelnard  <marcus.geelnard@home.se>
9351
9352         * include/winsuser.h (tagKBDLLHOOKSTRUCT): Define struct
9353         and typedefs.
9354         (SPI_SETSCREENSAVERRUNNING): Add define.
9355         (LLKHF_ALTDOWN): Add define.
9356         * include/wingdi.h (PFD_GENERIC_ACCELERATED,
9357         PFD_DEPTH_DONTCARE): Add defines.
9358
9359 2002-01-17  Danny Smith  <dannysmith@users.sourceforge.net>
9360
9361         * include/objbase.h (CoGetObject): Add prototype.
9362
9363 2002-01-14  Timothy J. Wood  <tjw@omnigroup.com>
9364
9365         * include/winuser.h (ENUM_CURRENT_SETTINGS,
9366         ENUM_REGISTRY_SETTINGS): Add defines.
9367
9368 2002-01-14  Danny Smith  <dannysmith@users.sourceforge.net>
9369
9370         * include/winnt.h (FILE_ATTRIBUTE_ENCRYPTED): Correct constant.
9371         (FILE_ATTRIBUTE_DEVICE): Add define.
9372
9373 2002-01-14  Corinna Vinschen  <vinschen@redhat.com>
9374
9375         * include/winnt.h: Add INVALID_FILE_ATTRIBUTES.
9376
9377 2002-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
9378
9379         * ChangeLog: correct date in last entry.
9380
9381 2002-01-11  Timothy J. Wood  <tjw@omnigroup.com>
9382
9383         * include/winuser.h (MONITORENUMPROC): Add typedef.
9384         (EnumDisplayMonitors): Add prototype.
9385         * lib/user32.def (EnumDisplayMonitors): Add stub.
9386
9387 2002-01-11 Ralf Habacker  <Ralf.Habacker@freenet.de>
9388
9389         * include/ntsecapi.h:  Fixed missing void parameter type in some
9390         prototypes.
9391         * include/objbase.h: Ditto.
9392         * include/rapi.h: Ditto.
9393         * include/rpc.h: Ditto.
9394         * include/rpcdce.h: Ditto.
9395         * include/rpcdcep.h: Ditto.
9396         * include/rpcndr.h: Ditto.
9397         * include/rpcnsip.h: Ditto.
9398         * include/rpcproxy.h: Ditto.
9399         * include/windef.h: Ditto.
9400
9401 2002-01-07  Danny Smith  <dannysmith@users.sourceforge.net>
9402
9403         * lib/vfw32.def (LIBRARY): Change to MSVFW32.DLL.
9404
9405 2002-01-04  TAMURA Kent  <tkent@users.sourceforge.net>
9406
9407         * include/wingdi.h (BI_JPEG, BI_PNG, GGO_BEZIER,GGO_UNHINTED,
9408          LAYOUT_RTL, LAYOUT_BITMAPORIENTATIONPRESERVED): Add defines.
9409         * include/winuser.h (HWND_MESSAGE, WS_EX_COMPOSITED,
9410         WS_EX_LAYERED, WS_EX_LAYOUTRTL, WS_EX_NOACTIVATE,
9411         WS_EX_NOINHERITLAYOUT): Add defines.
9412         * include/winnt.h (PF_RDTSC_INSTRUCTION_AVAILABLE,
9413         PF_PAE_ENABLED, MEM_PHYSICAL, MEM_RESET, MEM_TOP_DOWN,
9414         MEM_WRITE_WATCH): Add defines.
9415
9416
9417 2002-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
9418
9419         * include/winbase.h (InitializeCriticalSectionAndSpinCount):
9420         Add prototype.
9421         (SetCriticalSectionSpinCount): Likewise.
9422
9423 2001-12-30  Guido Serassio  <serassio@libero.it>
9424
9425         * include/winsvc.h: Add EnumServiceStatusEx(),
9426         QueryServiceStatusEx()
9427         & RegisterServiceCtrlHandlerEx()
9428
9429 2001-12-21  Robert Collins  <rbtcollins@hotmail.com>
9430
9431         * include/wingdi.h: Add GetRandomRgn and SYSRGN.
9432
9433 2001-12-20  Christopher Faylor  <cgf@redhat.com>
9434
9435         * lib/Makefile.in: Revert inst_installdir definitions to working
9436         versions.
9437
9438 2001-12-17  Guido Serassio  <serassio@libero.it>
9439
9440         * include/winsvc.h: Add ChangeServiceConfig2() &
9441         QueryServiceConfig2() definition
9442
9443 2001-12-17  Robert Collins  <rbtcollins@hotmail.com>
9444
9445         * include/commctrl.h: New typedefs for HDLAYOUT and LPHDLAYOUT based
9446         on MSDN documentation for XP.
9447
9448 2001-12-15  Andrew Begel  <abegel@eecs.berkeley.edu>
9449
9450         * include/winbase.h (CreateHardLink): Correct typo in UNICODE
9451         mappings.
9452
9453 2001-12-11  Phillip Susi  <psusi@cfl.rr.com>
9454
9455         * include/commctrl.h (ACS_*): Add new defines.
9456         (PGS_*): Ditto.
9457         (CBES_*): Ditto.
9458         (TBSTYLE_*): Ditto.
9459         (TB_*): Ditto.
9460         (TTS_*): Ditto.
9461         (UDS_HOTTRACK): Add define.
9462         (SBT_TOOLTIPS): Ditto.
9463         (TBS_*): Add new defines.
9464         (HDS_*): Ditto.
9465         (LVS_EX_*) Ditto.
9466         (LVKF_*): Ditto.
9467         (TCM_GETEXTENDEDSTYLE): Add define.
9468         (TVS_NOHSCROLL): Ditto.
9469         (TVIF_INTEGRAL): Ditto.
9470         (DTS_SHORTDATECENTURYFORMAT): Ditto.
9471         (TCS_*): Add new defines.
9472         (CBEM_*): Add defines.
9473         (tagNMITEMACTIVATE): Add structure definition and typedefs.
9474         (tagTVITEMEX[AW]: Ditto.
9475         (tagTVINSERTSTRUCT[AW]: Add union member.
9476         * include/winbase.h (VirtualAllocEx): Add prototype.
9477         * include/winuser.h (SS_*): Add new defines.
9478
9479 2001-12-07  Earnie Boyd  <earnie@users.sf.net>
9480
9481         * Makefile.in: Increment VERSION.
9482         * include/w32api.h: Ditto.
9483
9484 2001-12-07  Earnie Boyd  <earnie@users.sf.net>
9485
9486         * Makefile.in: Increment VERSION.
9487         * include/w32api.h: Ditto.
9488
9489 2001-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
9490
9491         * include/setupi.h (SetupDiCreateDeviceInterfaceRegKey[AW],
9492         SetupDiCreateDevRegKey[AW],SetupDiDeleteDeviceInterfaceRegKey,
9493         SetupDiDeleteDevRegKey,SetupDiOpenClassRegKey,
9494         SetupDiOpenClassRegKeyEx[AW],SetupDiOpenDeviceInterfaceRegKey,
9495         SetupDiOpenDevRegKey): Correct function names.
9496
9497 2001-12-04  Earnie Boyd  <earnie@users.sf.net>
9498
9499         * include/winuser.h (IDC_STATIC): Don't define.
9500
9501 2001-12-04  Danny Smith  <dannysmith@users.sourceforge.net>
9502
9503         Cleanup merge between SourceForge and winsup CVS.
9504         * include/winbase.h (OSVERSIONINFO[AW], OSVERSIONINFOEX[AW]: Remove
9505         definitions.
9506         * include/winnt.h (VER_NT*): Remove duplicate defines.
9507         (VER_SUITE*): Group with VER_PLATFORM*, VER_NT* defines.
9508
9509 2001-12-03  Earnie Boyd  <earnie@users.sf.net>
9510
9511         * include/accctrl.h: Change \r\n to \n.
9512
9513 2001-11-30  Danny Smith  <dannysmith@users.sourceforge.net>
9514
9515         * include/ipexport.h (IP_UNIDIRECTIONAL_ADAPTER_ADDRESS):
9516         Add structure definition.
9517         * include/iptypes.h (IP_PER_ADAPTER_INFO): Ditto.
9518         * include/iphlpapi.h (AddIPAddress,CreateProxyArpEntry,
9519         DeleteIPAddress,DeleteProxyArpEntry,EnableRouter,
9520         FlushIpNetTable,GetAdapterIndex,GetPerAdapterInfo,
9521         GetUniDirectionalAdapterInfo,SendARP,SetAdapterIpAddress,
9522         UnenableRouter) Declare functions.
9523         * lib/iphlpapi.def: Add function names to import lib.
9524
9525 2001-11-24  Danny Smith  <dannysmith@users.sourceforge.net>
9526
9527         * include/winnt.h (PACCESS_MASK): Add typedef.
9528         * include/aclapi.h: New file.
9529         * include/acctrl.h: New file.
9530         * lib/advapi32.def: Add missing symbols.
9531         * lib/test.c: Add #include <aclapi.h>.
9532
9533 2001-11-23  Danny Smith  <dannysmith@users.sourceforge.net>
9534
9535         * include/winbase.h (OSVERSIONINFO[AW],VER_PLATFORM_WIN32s,
9536         VER_PLATFORM_WIN32_WINDOWS,VER_PLATFORM_WIN32_NT): Move from
9537         here ...
9538         * include/winnt.h: ... to here.
9539         * include/winbase.h (VerifyVersionInfo[AW]): Add declaration.
9540         * include/winnt.h (OSVERSIONINFOEX[AW]): Add structure definitions
9541         and typedefs.
9542         (VER_NT_WORKSTATION,VER_NT_DOMAIN_CONTROLLER,VER_NT_SERVER):
9543         Add defines.
9544
9545 2001-11-19  Pierre Muller  <muller@ics.u-strasbg.fr>
9546
9547         * w32api/include/winnt.h: prepare SSE register support.
9548         (CONTEXT_EXTENDED_REGISTERS): Add new define.
9549         (MAXIMUM_SUPPORTED_EXTENSION): New define.
9550         (struct CONTEXT): ExtendedRegisters field added.
9551
9552 2001-11-16  Danny Smith  <dannysmith@users.sourceforge.net>
9553
9554         * include/winuser.h (tagALTTABINFO, tagCOMBOBOXINFO,
9555         tagCURSORINFO, tagMENUBARINFO, tagMENUINFO, tagMONITORINFO
9556         tagSCROLLBARINFO, tagTITLEBARINFO. tagWINDOWINFO,
9557         tagLASTINPUTINFO ): Define new structures.
9558         (EndMenu, GetAltTabInfo[AW],GetComboBoxInfo,GetCursorInfo,
9559         GetLastInputInfo, GetListBoxInfo, GetMenuBarInfo,
9560         GetMonitorInfo[AW], GetScrollBarInfo, GetTitleBarInfo,
9561         GetWindowInfo, GetWindowModuleFileName[AW],GetMenuInfo
9562         SetMenuInfo): Add new prototypes.
9563         * lib/user32.def: Add import stubs for above functions.
9564
9565         * include/winuser.h (IDC_STATIC): Protect against prior
9566         definition.
9567
9568 2001-11-12  Corinna Vinschen  <corinna@vinschen.de>
9569
9570         * include/winbase.h (OSVERSIONINFOEX): Add definition.
9571         * include/winnt.h: Add VER_NT_* and VER_SUITE_* defines.
9572
9573 2001-11-10  Robert Collins  <rbtcollins@hotmail.com>
9574
9575         * include/winnt.h: Add Danny Smith's text comment about gcc compiler
9576         warnings with _AUTHORITY #defines.
9577
9578 2001-11-09  Robert Collins  <rbtcollins@hotmail.com>
9579
9580         * include/winnt.h (GetCurrentFiber): Create a prototype before the
9581         implementation.
9582         (GetFiberData): Ditto.
9583
9584 2001-11-09  Robert Collins  <rbtcollins@hotmail.com>
9585
9586         * include/winnt.h: Backout last change.
9587
9588 2001-11-08  Robert Collins  <rbtcollins@hotmail.com>
9589
9590         * include/winnt.h: Define *_SID_AUTHORITY appropriately,
9591         GetCurrentFiber: Create a prototype before the implementation.
9592         GetFiberData: Ditto.
9593
9594 2001-11-06  Danny Smith  <dannysmith@users.sourceforge.net>
9595
9596         * include/winuser.h (IDC_STATIC): Add define.
9597         Thanks to: Benoit Laniel.
9598
9599 2001-11-05  Danny Smith  <dannysmith@users.sourceforge.net>
9600
9601         * include/commdlg.h: Include <unknwn.h> rather than local
9602         definition of LPUKNOWN.
9603         * include/rpcproxy.h: Don't include if ndef CINTERFACE.
9604         Emit warning.
9605
9606 2001-11-05  Mattia Barbon  <mbarbon@dsi.unive.it>
9607
9608         * include/windef.h (DECLSPEC_NORTEURN): Add an empty version
9609         for Watcom.
9610         (DECLARE_STDCALL_P): Use it to add __stdcall decoration for
9611         functions of the form 'type * function(...)' in a way compatible
9612         with both Watcom and GCC.
9613         * include/rpcdcep.h (I_RpcAllocate): Use DECLARE_STDCALL_P.
9614         * include/rpcproxy.h (CInterfaceProxyVtbl): Do not declare
9615         zero-sized arrays for Watcom. Mark as __extension for __GNUC__.
9616         * include/windows.h: Watcom can use anonymous structs/unions.
9617         * include/winnt.h: Watcom can use 64 bit ints.
9618         (GetCurrentFiber): Add another inline definition using
9619         Watcom inline assembly syntax.
9620         (GetFiberData): Likewise.
9621         * include/winsock.h (inet_ntoa): Use DECLARE_STDCALL_P.
9622         (gethostbyname): Likewise.
9623         (gethostbyaddr}: Likewise.
9624         (getservbyport}: Likewise.
9625         (getservbyname}: Likewise.
9626         (getprotobynumber}: Likewise.
9627         (getprotobyname}: Likewise.
9628         * include/winsock2.h (inet_ntoa): Use DECLARE_STDCALL_P.
9629         (gethostbyname}: Likewise.
9630         (gethostbyaddr}: Likewise.
9631         (getservbyport}: Likewise.
9632         (getservbyname}: Likewise.
9633         (getprotobynumber}: Likewise.
9634         (getprotobyname}: Likewise.
9635         * lib/diinut.c: Correction for Watcom.
9636         * lib/kernel32.c (GetCurrentFiber): Add another definition
9637         using Watcom inline assembly syntax.
9638         (GetFiberData): Likewise.
9639         * lib/scrnsave.c (WinMain): Add break after default:
9640         clause.
9641
9642 2001-11-04  "stefan"  <stefan@lkcc.org>
9643
9644         * include/winnt.h (GetCurrentFiber): Add prototype.
9645         (GetFiberData): Likewise.
9646
9647 2001-11-04  Christopher Faylor  <cgf@redhat.com>
9648
9649         * lib/Makefile.in: Add .NOTPARALLEL target since dlltool cannot run in
9650         parallel invocations.
9651
9652 2001-11-03  Christopher Faylor  <cgf@redhat.com>
9653
9654         * lib/scrnsave.c (WinMain): Trivial change to avoid a compiler warning.
9655
9656 2001-11-01  Danny Smith  <dannysmith@users.sourceforge.net>
9657
9658         * include/basetyps.h (DECLARE_INTERFACE): Don't add
9659         __attribute__((com_interface)) for __GNUC__ >= 3.
9660
9661 2001-11-01  Danny Smith  <dannysmith@users.sourceforge.net>
9662
9663         * include/commdlg.h (PRINTPAGERANGE): Add structure
9664         definition.
9665         (PRINTDLGEX[AW]): Likewise.
9666         (PrintDlgEx[AW]): Add function declaration.
9667         * lib/comdlg32.def (PrintDlgEx[AW]): Add function stubs.
9668         * ChangeLog: Fix typo in last entry.
9669
9670 2001-11-01  TAMURA Kent  <tkent@users.sourceforge.net>
9671
9672         * include/objbase.h (CoGetClassObject): Change third parameter
9673         to COSERVERINFO*.
9674
9675 2001-10-30  Danny Smith  <dannysmith@users.sourceforge.net>
9676
9677         * include/winuser.h (MOUSEEVENTF_WHEEL): Define.
9678         Thanks to: Kim Saunders.
9679         * include/oleauto.h: Define VARIANT* flags for VariantChangeType.
9680         Thanks to: Pat Thoyts.
9681         * include/winnt.h: Change C++ style comment to C style.
9682         * include/shlobj.h: Ditto.
9683         * include/objbase.h (enum tagCOINIT): Remove comma at end of
9684         list.
9685         * include/oledlg.h (enum tagOLEUIPASTEFLAG): Ditto.
9686         * include/oleidl.h (enum tagDROPEFFECT): Mark as __extension__
9687         (enum not limited to range of int).
9688         * include/oaidl.h (struct tagVARIANT): Mark as __extension__
9689         (struct with no named members), ifndef NONAMELESSUNION.
9690
9691 2001-10-30  Danny Smith  <dannysmith@users.sourceforge.net>
9692
9693         * include/winuser.h (CREATESTRUCT): UNICODE it.
9694         (CBT_CREATEWND): Likewise.
9695
9696 2001-10-20  Corinna Vinschen  <corinna@vinschen.de>
9697
9698         * include/winnetwk.h (WNetGetResourceInformationA): Add declaration.
9699         (WNetGetResourceInformationW): Ditto.
9700         (WNetGetResourceInformation): Add define.
9701
9702 2001-10-12  Pedro A Aranda  <paaguti@hotmail.com>
9703
9704         * include/winuser.h (POINTSTOPOINT): Use explicit casts
9705         before extracting words.
9706
9707 2001-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
9708
9709         * include/winnt.h: Add PF_* defines.
9710         Thanks to: "Wizord"  <wizord@argoslabs.com>
9711
9712 2001-09-18  Danny Smith  <dannysmith@users.sourceforge.net>
9713
9714         * include/winnt.h (_[U]LARGE_INTEGER): Mark nameless structure
9715         field as _ANONYMOUS_STRUCT.
9716         * include/setupapi.h (SP_DEVINSTALL_PARAMS): Add missing typedef
9717         for UNICODE.
9718         * include/ipexport.h (icmp_echo_reply): Remove extra ';'.
9719         * lib/makefile.in: Add -pedantic switch to TEST_OPTIONS for header
9720         test.
9721
9722 2001-09-17  Mattia Barbon  <mbarbon@dsi.unive.it>
9723
9724         * include/commctrl.h: Add some ListView constants.
9725
9726 2001-09-17  Earnie Boyd  <earnie@sf.net>
9727
9728         * lib/Makefile.in (inst_includedir): Add FIXME and remove the usr/
9729         portion of the directory from the install.
9730         (inst_libdir): Ditto.
9731         * Makefile.in (VERSION): Increment.
9732         * include/w32api.h: Increment version.
9733
9734 2001-09-13  Earnie Boyd  <earnie@SF.net>
9735
9736         * lib/Makefile.in (inst_includedir): Change to always use w32api
9737         subdirectory for target == cygwin.
9738         (inst_libdir): Ditto.
9739
9740 2001-09-13  Earnie Boyd  <earnie@SF.net>
9741
9742         * lib/Makefile.in (config_prefix): New variable.
9743         (inst_includedir): Manipulate special value only if target == cygwin
9744         and build == target and prefix != config_prefix.
9745         (inst_libdir): Ditto.
9746
9747 2001-09-12  Earnie Boyd  <earnie@SF.net>
9748
9749         * Makefile.in (TARFLAGS): New variable.
9750         (TARFILEEXT): Ditto.
9751
9752 2001-09-12  Earnie Boyd  <earnie@SF.net>
9753
9754         * Makefile.in: Increment version.
9755         * include/w32api.h: Ditto.
9756         * lib/Makefile.in: Add usr/ to install directory special for cygwin.
9757
9758 2001-09-11  Danny Smith  <dannysmith@users.sourceforge.net>
9759
9760         * include/winnt.h (_[U]LARGE_INTEGER): Protect nameless struct with
9761         !defined(NONAMELESSUNION), rather than defined(_ANONYMOUS_STRUCT).
9762         (_REPARSE_DATA_BUFFER): Name union field DUMMYUNIONNAME.
9763
9764 2001-09-05  Danny Smith  <dannysmith@users.sourceforge.net>
9765
9766         * include/wininet.h (InternetAutodial): Add prototype.
9767         (InternetAutodialHangup): Ditto.
9768         (InternetDial): Ditto.
9769         (InternetGetConnectedState): Ditto.
9770         (InternetGoOnline): Ditto.
9771         (InternetHangUp): Ditto.
9772         (InternetSetDialState): Ditto.
9773         Add associated INTERNET_* auto dial flags.
9774         Guard typedefs and prototypes with #ifndef RC_INVOKED.
9775
9776 2001-09-04  Earnie Boyd  <earnie@SF.Net>
9777
9778         * lib/Makefile.in: Move the setting of variable libdir to after the
9779         setting of exec_prefix since the value of libdir is dependant on it.
9780
9781 2001-09-04  Christopher Faylor  <cgf@cygnus.com>
9782
9783         * include/winbase.h: Add missing closing parentheses to
9784         InterlockedExchangePointer declaration.
9785
9786 2001-09-01  Danny Smith  <dannysmith@users.sourceforge.net>
9787
9788         * include/shlobj.h (CFSTR_* ): Add new defines.
9789         Thanks to: "Ron" <ron@debian.org> .
9790         Unicode them.
9791
9792 2001-09-01  Christopher Faylor  <cgf@cygnus.com>
9793
9794         * include/winnt.h: Use defined(_ANONYMOUS_STRUCT) to determine if
9795         anonymous structs are available rather than just testing preprocessor
9796         variable directly.
9797
9798 2001-08-31  Corinna Vinschen  <corinna@vinschen.de>
9799
9800         * include/winnt.h: Change definition of `SYSTEM_LUID' to comply
9801         with new `LARGE_INTEGER' definition.
9802
9803 2001-08-30  Christopher Faylor  <cgf@cygnus.com>
9804
9805         * include/winsock2.h: Remove "extra token" after #endif.
9806
9807 2001-08-31  Earnie Boyd  <earnie@SF.Net>
9808
9809         * config.guess: Remove the \r from the end of line.
9810         * config.sub: Ditto.
9811
9812 2001-08-30  Danny Smith  <dannysmith@users.sourceforge.net>
9813
9814         * include/winnt.h: Allow anonymous struct in [U]LARGE_INTEGER
9815         if __cplusplus as well as if _ANONYMOUS_STRUCT.
9816
9817 2001-08-29  Earnie Boyd  <earnie@SF.Net>
9818
9819         * config.guess: Add the MSYS system.
9820         * config.sub: Ditto.
9821         * include/winsock.h: Add the __INSIDE_MSYS__ protections.
9822         * incldue/winsock2.h: Ditto.
9823
9824 2001-08-29  Eric Kohl  <ekohl@users.sourceforge.net>
9825
9826         * include/winnt.h: Allow anonymous (Xxx.LowPart) or
9827         non-anonymous (Xxx.u.LowPart) access to HighPart and
9828         LowPart of a LARGE_INTEGER or ULARGE_INTEGER.
9829
9830 2001-08-24  TAMURA Kent  <tkent@users.sourceforge.net>
9831
9832         * include/wingdi.h (HANGUL_CHARSET): Add define.
9833
9834 2001-08-21  Earnie Boyd  <earnie@SF.Net>
9835
9836         * include/setupapi.h: Formatting.
9837
9838 2001-08-21  Earnie Boyd  <earnie@SF.Net>
9839
9840         * include/shlobj.h: Remove \r from the line endings.
9841
9842 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
9843
9844         * include/setupapi.h : New file.
9845         * lib/setupapi.def:New file.
9846         * lib/test.c: Include setupapi.h.
9847
9848 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
9849         * include/winioctl.h (_DISK_PERFORMANCE): Correct typo.
9850
9851 2001-08-21  Mattia Barbon  <mbarbon@dsi.unive.it>
9852
9853         * include/richedit.h (ENLINK): Add structure definition.
9854         (EM_AUTOURLDETECT, EN_LINK, ENM_LINK): Add defines.
9855
9856 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
9857
9858         * include/shlobj.h (CMIC_*): Remove duplicate defines.
9859         (CMDSTR_*): Remove duplicates; UNICODE string constants.
9860         (GCS_*): Make UNICODE.
9861         (CSIDL_*): Add more defines.
9862         * include/winioctl.h (_MEDIA_TYPE): Add pointer typedef.
9863         (_DISK_GEOMETRY): Ditto.
9864         (_DISK_PERFORMANCE): Ditto.
9865         * include/winbase.h (HasOverlappedIoCompleted): Add macro.
9866
9867 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
9868
9869         * include/winnt.h: Move CHAR, SHORT and LONG typedefs outside
9870         of block protected by #ifndef VOID.
9871         (This reverts 1998-12-01 Anders Norlander change.)
9872         * include/odbcinst.h: End file with newline.
9873         * include/raserror.h: Ditto.
9874
9875 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
9876
9877         * include/winsock2.h (#include <wtypes.h): Don't.
9878         (_BLOB): Define instead, if not already done.
9879         (__BLOB_T_DEFINED: New define for guarding _BLOB.
9880         * include/wtypes.h (_BLOB): Guard against prior definition.
9881
9882 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
9883
9884         * include/oaidl.h (tagVARIANT): Mark anonymous structs and unions
9885         as __extension__.
9886         (tagTYPEDESC): Ditto.
9887         (_wireBRECORD): Add structure definition.
9888         (_wireSAFEARR_BRECORD): Ditto.
9889         (_wireSAFEARR_HAVEIID): Ditto.
9890         (_wireSAFEARRAY_UNION.u): Add fields SAFEARR_BRECORD RecordStr,
9891         SAFEARR_HAVEIID HaveIidStr.
9892         (tagVariant): Add fields _VARIANT_BOOL bool,*pbool.
9893         (_wireVARIANT): Change field parray to type wirePSAFEARRAY,
9894         pparray to wirePSAFEARRAY*.
9895         (_wireVARIANT): Add field wireBRECORD brecVal.
9896         (wireVARIANT): Change typedef to struct _wireVariant*.
9897         (IRecordInfo): Add interface definition.
9898         (LPRECORDINFO): Add typedef for IRecordInfo*.
9899         (IID_IRecordInfo): Add forward decalaration.
9900
9901 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
9902
9903         * include/lmcons.h: Guard CNLEN and UNCLEN against prior definition.
9904         * include/nddeapi.h: Likewise.
9905
9906 2001-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
9907
9908         * lib/test.c (Win32_Winsock): Replace with __USE_W32_SOCKETS.
9909         Add more includes of w32api headers.
9910
9911 2001-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
9912
9913         * include/winnt.h (GetCurrentFiber): Change __inline to __inline__.
9914         Swap asm code with that of GetFiberData.
9915         (GetFiberData): Ditto.
9916         * lib/kernel32.c: New file, containing library versions of
9917         GetCurrentFiber and GetFiberData.
9918         * lib/makefile.in: Add kernel32.o as static object to libkernal32.a.
9919
9920 2001-08-08  Danny Smith  <dannysmith@users.sourceforge.net>
9921
9922         * include/winuser.h (GET_WHEEL_DELTA_WPARAM): Add macro.
9923         Thanks to: Harold Hunt <Harold@compasstechnologies.com>.
9924
9925 2001-08-08  Danny Smith  <dannysmith@users.sourceforge.net>
9926
9927         * lib/oleaut32.def: Regenerate.
9928
9929 2001-08-04  Danny Smith  <dannysmith@users.sourceforge.net>
9930
9931         * include/wtypes.h (DECIMAL_SETZERO): Correct typo.
9932
9933 2001-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
9934
9935         Apply Dmitry Bely  <dbely@mail.ru> patch 437834 (with additions).
9936         * include/oleidl.h (ISupportErrorInfo, ICreateInfo): Move from here
9937         * include/oaidl.h: ... to here.
9938         * include/oaidl.h ICreateErrorInfo): Add interface definition.
9939         (IErrorInfo::GetGUID): Change arg to GUID.
9940         (LPSUPPORTERRORINFO): Add typedef.
9941         (IID_ISupportErrorInfo): Change forward decl. of type to IID.
9942
9943 2001-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
9944
9945         * include/winsock2.h (WSAGET* and WSAMAKE*): Remove duplicate
9946         defines.
9947
9948 2001-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
9949
9950         * include/commctrl.h (TreeView_SetIndent): Correct typo.
9951
9952 2001-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
9953
9954         * include/commctrl.h (TBSTYPE_FLAT): Remove define.
9955         Thanks to: Jason Craig  <jacraig@softhome.net>
9956
9957 2001-07-30  Mattia Barbon  <mbarbon@dsi.unive.it>
9958
9959         * include/commctrl.h (TBBUTTONINFO[AW]): Add struct definitions,
9960         and UNICODE mappings, if _WIN32_IE >= 0x400.
9961         (TBIF_* and TB_SETBUTTONINFO): Add defines, if _WIN32_IE >= 0x400.
9962         (CDIS_*,CDDS_*,CDRF_*) : Add defines.
9963         (tagNMCUSTOMDRAWINFO): Add struct definition and typedefs.
9964         (tagNMLVCUSTOMDRAW): Likewise.
9965         (tagNMTVCUSTOMDRAW): Likewise.
9966         (tagNMLVCACHEHINT): Likewise.
9967
9968 2001-07-06  Danny Smith  <dannysmith@users.sourceforge.net>
9969
9970         * include/basetsd.h (#include <_mingw.h>): Remove.
9971         (__int64): Define.
9972
9973 2001-06-28  Danny Smith  <dannysmith@users.sourceforge.net>
9974
9975         * include/wingdi.h (AC_SRC_OVER): Add define.
9976         (struct _BLENDFUNCTION): Add.
9977
9978 2001-06-28  Danny Smith  <dannysmith@users.sourceforge.net>
9979
9980         * include/shlobj.h:  Add BIF_* defines.
9981
9982 2001-06-27  Danny Smith  <dannysmith@users.sourceforge.net>
9983
9984         * include/winerror.h (E_PENDING): Add error code define.
9985
9986 2001-06-27  Danny Smith  <dannysmith@users.sourceforge.net>
9987
9988         * include/basetsd.h (#include <_mingw.h>): Add directive.
9989
9990 2001-06-25  Danny Smith  <dannysmith@users.sourceforge.net>
9991
9992         * include/winbase.h (InterlockedCompareExchange): Change args
9993         and return value from PVOID to LONG.
9994         (InterlockedExchange): Change first arg to LPLONG.
9995         (InterlockedCompareExchangePointer): New macro.
9996         (InterlockedExchangePointer): New macro.
9997
9998 2001-06-19  Danny Smith  <dannysmith@users.sourceforge.net>
9999
10000         * lib/kernel32.def: Add LanguageGroup and UILanguage symbols.
10001         Thanks to Kevin Chase <kevincha99@hotmail.com>.
10002
10003 2001-06-11  TAMURA Kent  <tkent@users.sourceforge.net>
10004
10005         * objidl.h (IMalloc::ReAlloc()): Correct declaration.
10006         (IMalloc::Free()): Ditto.
10007
10008 2001-06-11  Danny Smith  <dannysmith@users.sourceforge.net>
10009
10010         * include/shlobj.h (REGSTR_PATH_EXPLORER): Unicode it.
10011         (REGSTR_PATH_SPECIAL_FOLDERS): Ditto.
10012         * include/regstr.h (REGSTR_PATH_EXPLORER): Add #ifndef guard.
10013
10014 2001-06-11  Mattia Barbon  <mbarbon@dsi.unive.it>
10015
10016         * include/shlobj.h (struct _browseinfo): UNICODE it.
10017         (SHBrowseForFolder): Ditto.
10018         (SHGetPathFromIDList): Ditto.
10019
10020 2001-06-11  Earnie Boyd  <earnie@users.sourceforge.net>
10021
10022         * include/basetsd.h: RC_INVOKED protection and realignment.
10023         Thanks to: Colin Peters <colinpeters@users.sourceforge.net>
10024
10025 2001-06-06  Earnie Boyd  <earnie@users.sourceforge.net>
10026
10027         * Makefile.in (bindist): Reassign value of exec_prefix on make command
10028         line.
10029
10030 2001-05-22  Christopher Faylor  <cgf@cygnus.com>
10031
10032         * lib/mapi32.def: Add MAPISendMail.
10033
10034 2001-05-22  Earnie Boyd  <earnie@users.sourceforge.net>
10035
10036         * include/w32api.h: Update version.
10037         * Makefile.in: Ditto.
10038
10039 2001-05-17  Corinna Vinschen  <corinna@vinschen.de>
10040
10041         * include/winnt.h: Define SE_GROUP_LOGON_ID as unsigned to avoid
10042         compiler warnings.
10043
10044 2001-05-17  Corinna Vinschen  <corinna@vinschen.de>
10045
10046         * include/ntdef.h: Protect definition of OBJECT_ATTRIBUTES against
10047         previous definition in include/ntsecapi.h.
10048         * include/ntsecapi.h: Vice versa.
10049
10050 2001-05-16  Corinna Vinschen  <corinna@vinschen.de>
10051
10052         * include/winnt.h: Add defines for group attributes.
10053         Add define for SYSTEM_LUID.
10054         Add missing types `PTOKEN_DEFAULT_DACL', `PTOKEN_OWNER' and
10055         `PTOKEN_PRIMARY_GROUP'.
10056
10057 2001-04-24  Christopher Faylor  <cgf@cygnus.com>
10058
10059         * lib/Makefile.in: Install libraries in /usr/lib/w32api when building
10060         for cygwin.
10061
10062 2001-04-24  Christopher Faylor  <cgf@cygnus.com>
10063
10064         * include/winsock2.h: Protect one *more* newlib defines when compiling
10065         cygwin.
10066
10067 2001-04-23  Christopher Faylor  <cgf@cygnus.com>
10068
10069         * include/winsock2.h: Protect some more newlib defines when compiling
10070         cygwin.
10071
10072 2001-04-23  Christopher Faylor  <cgf@cygnus.com>
10073
10074         * include/winsock.h: Protect some more newlib defines when compiling
10075         cygwin.
10076
10077 2001-04-17  Egor Duda  <deo@logos-m.ru>
10078
10079         * include/windows.h: Define _ANONYMOUS_STRUCT and _ANONYMOUS_UNION
10080         as __extenstion__ when appropriate.
10081         * include/mmsystem.h: Mark anonymous structs and unions as
10082         __extension__ to prevent compiler warning when invoked with
10083         -pedantic
10084         * include/oaidl.h: Ditto.
10085         * include/objidl.h: Ditto.
10086         * include/olectl.h: Ditto.
10087         * include/prsht.h: Ditto.
10088         * include/shlobj.h: Ditto.
10089         * include/winbase.h: Ditto.
10090         * include/winnt.h: Ditto.
10091         * include/wtypes.h: Ditto.
10092
10093 2001-04-11  Danny Smith  <dannysmith@users.sourceforge.net>
10094
10095         * include/windows.h (#include <winsock.h>): Include <winsock2.h>
10096         instead if (_WIN32_WINNT >= 0x0400)&&(__W32API_MAJOR_VERSION > 0).
10097
10098 2001-04-11  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10099
10100         * include/winuser.h (WM_IME_*): Remove defines (now in imm.h).
10101
10102 2001-04-11  John Fortin  <fortinj@attglobal.net>
10103
10104         * include/windef.h (*PBOOL): Unprotect from XFree86Server.
10105         (*LPBOOL): Ditto.
10106
10107 2001-04-08  Christopher Faylor  <cgf@cygnus.com>
10108
10109         * include/winnt.h (GetCurrentFiber): Make "external __inline" or asm
10110         code will be included in every module which includes this header.
10111         (GetFiberData): Ditto.
10112
10113 2001-04-08  Earnie Boyd  <earnie@users.sourceforge.net>
10114
10115         * include/winnt.h (GetCurrentFiber): Fix typo.
10116
10117 2001-04-08  Earnie Boyd  <earnie@users.sourceforge.net>
10118
10119         * include/shellapi.h: (CommandLineToArgvW): Add WINAPI declaration.
10120         * include/winbase.h: (GetFileAttributesExW): Fix typo.
10121         * include/wingdi.h: (StartDocA): Change LPDOCINFOA to DOCINFOA*.
10122         (StartDocB): Chage LNPDOCINFOB to DOCINFOB*.
10123         Thanks To: Kent Tamura  <tkent@users.sourceforge.net>
10124
10125         * include/winnt.h: (GetFiberData): Add __inline assembler coding.
10126         (GetCurrentFiber): Ditto.
10127         Thanks to: Andy Younger  <AndyY@redlemon.com>
10128
10129         * include/windef.h: (HMONITOR_DECLARED): New definition to stop
10130         DirectX 8 from complaining.
10131         Thanks to: Sigbjørn Lund Olsen  <mosikos@online.no>
10132
10133 2001-04-08  Michael Soderstrom  <ichaelsoderstro@hotmail.com>
10134
10135         * include/commctrl.h Updated TreeView and ListView defines and macros.
10136
10137 2001-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
10138
10139         * include/winuser.h (MB_SERVICE_NOTIFICATION): Correct value for NT4
10140         and above.
10141
10142 2001-03-30  Earnie Boyd  <earnie@users.sourceforge.net>
10143         * include/winuser.h (VK_KANA): New definition.
10144         Thanks to: "Harold Hunt" <huntharo@msu.edu>
10145
10146 2001-03-29  Earnie Boyd  <earnie@users.sourceforge.net
10147
10148         * include/winuser.h (RT_CURSOR): Add protection for XFree86Server.
10149         (RT_FONT): Ditto.
10150         * include/basetsd.h (INT32): Ditto.
10151         * include/windef.h (ATOM): Ditto.
10152         (BOOL): Ditto.
10153         (BYTE): Ditto.
10154         * include/winbase.h (FreeResource): Ditto.
10155         Thanks to: "Harold Hunt" <huntharo@msu.edu>
10156
10157 2001-03-20  Danny Smith  <dannysmith@users.sourceforge.net>
10158
10159         * include/winsock.h (_SYS_TYPES_H macro guard for int types): Remove;
10160         use only _BSDTYPES_DEFINED macro now defined in newlib sys/types.h.
10161         (SYS_TYPES_H macro guard for fd_set): Replace with_SYS_TYPES_FD_SET
10162         macro now defined in newlib sys/types.h.  Emit warning if defined.
10163         * include/winsock2.h: Ditto.
10164         * include/windows.h (Win32_Winsock): Replace with new macros
10165         __USE_W32_SOCKETS and warn of deprecation.
10166
10167 2001-03-13  Earnie Boyd  <earnie@users.sourceforge.net
10168
10169         * include/wingdi.h: (DOCINFO) Ansi version defined incorrectly.
10170         Thanks to: Mattia Barbon <mbarbon@dsi.unive.it>
10171
10172 2001-03-12  Earnie Boyd  <earnie@users.sourceforge.net
10173
10174         * include/commctrl.h (TBSTYLE_FLAT): New definition.
10175         (TB_GETBUTTONSIZE): Ditto.
10176         (TCS_HOTTRACK): Ditto.
10177         Thanks to: Chris Hansen <popeofpop@softhome.net>
10178
10179 2001-03-01  Earnie Boyd  <earnie@users.sourceforge.net
10180
10181         * Makefile.in: (snapshot): Add target.
10182         * lib/Makefile.in: (install-headers): Use installdir variable.
10183         (installdir): Set value based on target-alias.
10184
10185 2001-02-21  Earnie Boyd  <earnie@users.sourceforge.net
10186
10187         * include/w32api.h: (_W32API_VERSION): Remove.
10188         (__W32API_VERSION): Add.
10189         (__W32API_MAJOR_VERSION): Ditto.
10190         (__W32API_MINOR_VERSION): Ditto.
10191
10192 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
10193
10194         * include/wingdi.h (struct _DOCINFO[AW]): UNICODE it.
10195         (StartDoc[AW]): Use UNICODE'd LPDOCINFO[AW]
10196         * include/winuser.h (struct tagMOUSEKEYS): Define new structure.
10197         * include/winerror.h (NTE_*): Add CryptoAPI error codes.
10198
10199 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
10200
10201         * include/mswsock.h: New file.
10202         * include/ws2tcpip.h: New file.
10203         * include/winsock.h (IPPROTO_IGMP): New define.
10204         (IPPROTO_GGP): Correct value.
10205         (SO_* macros): Remove mswsock defines.
10206         (TCP_BSDURGENT): Likewise.
10207         (IP_* macros): Add comment warning of WinSock2 incompatibility
10208         (WSARecvEx): Remove mswsock prototype.
10209         (TransmitFile): Likewise.
10210         (AcceptEx): Likewise.
10211         (GetAcceptExSockaddrs): Likewise.
10212         (struct _TRANSMIT_FILE_BUFFERS): Remove mswsock definition.
10213         (#include <mswsock.h>): Add directive and explanatory comment
10214         * include/winsock2.h (header guard): add guard for  _WINSOCK_H
10215         (_WINSOCK_H): Define to prevent later inclusion of winsock.h
10216         (#include <winsock.h>): Replace directive with winsock.h file content
10217         The following changes apply to the merged file:
10218         (FD_SET): Keep winsock2.h definition, delete winsock.h definition
10219         (SOMAXCONN): Likewise
10220         (#include <nspapi.h>): Move - don't include until LPSOCKADDR defined
10221         (IP_* macros): Delete WinSock1 definitions (WinSock2 definitions now
10222         in ws2tcpip.h)
10223         (struct ip_mreq): Delete (now defined in ws2tcpip.h for WinSock2)
10224         (FD_*_BIT and FD_* defines): Place together and extend to
10225         FD_MAX_EVENTS 10
10226         (AF* defines): Extend to AF_MAX 10
10227         (WSAIsBlocking): #if 0 out prototype (N/A in WinSock2)
10228         (WSAUnhookBlockingHook): Likewise.
10229         (WSASetBlockingHook): Likewise.
10230         (WSACancelBlockingCall): Likewise.
10231         (WSAEINPROGRESS): Comment as not raised in WinSock2.
10232         (#include <mswsock.h>): Delete directive inherited from winsock.h
10233         (WSA_QOS* defines): Add QualityOfService error codes.
10234         (SIO_* defines): Add new macros
10235         * include/ipexport.h (IP_STATUS flags): Add definitions.
10236         (IP_FLAG_DF): Likewise.
10237         (IP_OPT_* ): Likewise.
10238         (struct ip_option_information): Likewise.
10239         (struct icmp_echo_reply): Likewise.
10240
10241 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
10242
10243         * include/commctrl.h: Revert TEXT change.
10244         * include/lmalert.h: Ditto.
10245         * include/lmcons.h: Ditto.
10246         * include/lmsname.h: Ditto.
10247         * include/lmsvc.h: Ditto.
10248         * include/ntsecapi.h: Ditto.
10249         * include/oledlg.h: Ditto.
10250         * include/ras.h: Ditto.
10251         * include/regstr.h: Ditto.
10252         * include/richedit.h: Ditto.
10253         * include/wininet.h: Ditto.
10254         * include/winnt.h: Ditto.
10255
10256 2001-02-15  Earnie Boyd  <earnie@users.sourceforge.net>
10257
10258         * include/commctrl.h: Use _TEXT() instead of TEXT() throughout.
10259         * include/lmalert.h: Ditto.
10260         * include/lmcons.h: Ditto.
10261         * include/lmsname.h: Ditto.
10262         * include/lmsvc.h: Ditto.
10263         * include/ntsecapi.h: Ditto.
10264         * include/oledlg.h: Ditto.
10265         * include/ras.h: Ditto.
10266         * include/regstr.h: Ditto.
10267         * include/richedit.h: Ditto.
10268         * include/wininet.h: Ditto.
10269         * include/w32api.h: New File.
10270
10271 2001-02-13  Corinna Vinschen  <corinna@vinschen.de>
10272
10273         * include/shlobj.h: Add missing SLR_* flags.
10274
10275 2001-02-12:  Earnie Boyd  <earnie@users.sourceforge.net>
10276
10277         * lib/Makefile.in: (host_alias): Add variable.
10278         (host_build): Ditto:
10279         (xinstall): Removed
10280         (xinstall-libraries): Ditto.
10281         (xinstall-headers): Ditto.
10282         (xuninstall): Ditto.
10283         (xuninstall-libraries): Ditto.
10284         (xuninstall-headers): Ditto.
10285         * Makefile.in: (host_alias): Add variable.
10286         (build_alias): Ditto.
10287
10288 2001-02-02  Earnie Boyd  <earnie@users.sourceforge.net>
10289
10290         * include/winnt.h: (__TEXT): Add private macro.
10291         (_TEXT): Modify definition to use __TEXT.
10292         (_T): Ditto.
10293         This change allows the passing of a MACRO as an argument and have that
10294         MACRO resolved first.
10295         Thanks to: Eric PAIRE <eric.paire@ri.silicomp.com>
10296
10297 2001-01-31  Earnie Boyd  <earnie@users.sourceforge.net>
10298
10299         * Makefile.in: Increment VERSION to 0.5
10300         * include/winnt.h: Change TEXT to _TEXT throughout.
10301         (SID_RELEASE): Define.
10302         Thanks to: Eric PAIRE <eric.paire@ri.silicomp.com>
10303
10304 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10305
10306         * Apply Phil Krylov patches.
10307         2001-01-19  Phil Krylov  <phil@mail.ru>
10308         * include/commctrl.h: (HDI_IMAGE) New definition.
10309         (HDI_DI_SETITEM) Ditto.
10310         (HDI_ORDER) Ditto.
10311         (HDI_FILTER) Ditto.
10312         (HDF_BITMAP_ON_RIGHT) Ditto.
10313         (HDF_IMAGE) Ditto.
10314         (HDM_SETORDERARRAY) Ditto.
10315         (Header_SetOrderArray) Ditto.
10316         (ICC_BAR_CLASSES) Ditto.
10317         (struct _HD_ITEMA) Change definition.
10318         (struct _HD_ITEMW) Ditto.
10319         (struct tagINITCOMMONCONTROLSEX) Enclose in _WIN32_IE braces.
10320         (InitCommonControlsEx()) Ditto.
10321         2001-01-23  Phil Krylov  <phil@mail.ru>
10322         * include/richedit.h: Many Richedit 2.0 definitions.
10323
10324 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10325
10326         * include/winuser.h: (IDC_HAND)  New resource identifier.
10327         Thanks to: Mark Jordon <mark_jordan@ieee.org>
10328
10329 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10330
10331         * include/iptypes.h: Include <sys/types.h> for time_t declaration.
10332         Fix typo's.
10333
10334 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10335
10336         * include/objidl.h: (GetClassID): Argument needs to be a pointer.
10337         (GetUnmarshalClass): CLSID argument needs to be a pointer.
10338         Thanks To: <bge@users.sourceforge.net>
10339
10340 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10341
10342         * Apply Danny Smith patch 102386
10343         2000-11-15  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10344         * lib/rasapi32.def: add symbols available in NT4 and W2k
10345
10346 2001-01-28  Earnie Boyd  <earnie@users.sourceforge.net>
10347
10348         * Apply Danny Smith patch 102382
10349         2000-11-15  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10350         * lib/mswsock.def: remove leading underscores from symbol names
10351
10352 2001-01-28  Earnie Boyd  <earnie@users.sourceforge.net>
10353
10354         * Apply Danny Smith patch 102446
10355         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10356         * include/sql.h (ODBCVER): change default to 0x0351.
10357         (SQLSetScrollOptions): non-core function, move prototype to sqlext.h.
10358         (SQLColAttributes): likewise.
10359         (SQLBindParam): add prototype for ODBC 3.x function.
10360         (SQLCloseCursor): likewise.
10361         (SQLColAttribute): likewise.
10362         (SQLCopyDesc):likewise.
10363         (SQLEndTran): likewise.
10364         (SQLFetchScroll): likewise.
10365         (SQLGetConnectAttr): likewise.
10366         (SQLGetDescField): likewise.
10367         (SQLGetDescRec): likewise.
10368         (SQLGetDiagField): likewise.
10369         (SQLGetDiagRec): likewise.
10370         (SQLGetEnvAttr): likewise.
10371         (SQLGetStmtAttr): likewise.
10372         (SQLSetConnectAttr): likewise.
10373         (SQLSetDescField):likewise.
10374         (SQLSetDescRec): likewise.
10375         (SQLSetEnvAttr): likewise.
10376         (SQLSetStmtAttr): likewise.
10377         (SQLINTENGER and SQLUINTEGER): replace with SQLLEN and SQLULEN for
10378         _WIN64 compatability;
10379         (SQL_ACCESS_MODE): Move define to sqlext.h (used in non-core functions).
10380         (SQL_ACTIVE_CONNECTIONS): likewise.
10381         (SQL_ACTIVE_STATEMENTS): likewise.
10382         (SQL_ALL_EXCEPT_LIKE): likewise.
10383         (SQL_API_ALL_FUNCTIONS): likewise.
10384         (SQL_API_LOADBYORDINAL): likewise.
10385         (SQL_API_SQLBINDPARAMETER): likewise.
10386         (SQL_API_SQLBROWSECONNECT): likewise.
10387         (SQL_API_SQLCOLATTRIBUTES): likewise.
10388         (SQL_API_SQLCOLUMNPRIVILEGES): likewise.
10389         (SQL_API_SQLDESCRIBEPARAM): likewise.
10390         (SQL_API_SQLDRIVERCONNECT): likewise.
10391         (SQL_API_SQLDRIVERS): likewise.
10392         (SQL_API_SQLEXTENDEDFETCH): likewise.
10393         (SQL_API_SQLFOREIGNKEYS): likewise.
10394         (SQL_API_SQLMORERESULTS): likewise.
10395         (SQL_API_SQLNATIVESQL): likewise.
10396         (SQL_API_SQLNUMPARAMS): likewise.
10397         (SQL_API_SQLPARAMOPTIONS): likewise.
10398         (SQL_API_SQLPRIMARYKEYS): likewise.
10399         (SQL_API_SQLPROCEDURECOLUMNS): likewise.
10400         (SQL_API_SQLPROCEDURES): likewise.
10401         (SQL_API_SQLSETPOS): likewise.
10402         (SQL_API_SQLSETSCROLLOPTIONS): likewise.
10403         (SQL_API_SQLTABLEPRIVILEGES): likewise.
10404         (SQL_ASYNC_ENABLE): likewise.
10405         (SQL_ASYNC_ENABLE_DEFAULT): likewise.
10406         (SQL_ASYNC_ENABLE_OFF): likewise.
10407         (SQL_ASYNC_ENABLE_ON): likewise.
10408         (SQL_ATTR_READONLY): likewise.
10409         (SQL_ATTR_READWRITE_UNKNOWN): likewise.
10410         (SQL_ATTR_WRITE): likewise.
10411         (SQL_AUTOCOMMIT): likewise.
10412         (SQL_AUTOCOMMIT_DEFAULT): likewise.
10413         (SQL_AUTOCOMMIT_OFF): likewise.
10414         (SQL_AUTOCOMMIT_ON): likewise.
10415         (SQL_BEST_ROWID): likewise.
10416         (SQL_BIGINT): likewise.
10417         (SQL_BINARY): likewise.
10418         (SQL_BIND_BY_COLUMN): likewise.
10419         (SQL_BIND_TYPE): likewise.
10420         (SQL_BIND_TYPE_DEFAULT): likewise.
10421         (SQL_BIT): likewise.
10422         (SQL_BOOKMARK_PERSISTENCE): likewise.
10423         (SQL_BP_CLOSE): likewise.
10424         (SQL_BP_DELETE): likewise.
10425         (SQL_BP_DROP): likewise.
10426         (SQL_BP_OTHER_HSTMT): likewise.
10427         (SQL_BP_SCROLL): likewise.
10428         (SQL_BP_TRANSACTION): likewise.
10429         (SQL_BP_UPDATE): likewise.
10430         (SQL_C_BINARY): likewise.
10431         (SQL_C_BIT): likewise.
10432         (SQL_C_BOOKMARK): likewise.
10433         (SQL_C_CHAR): likewise.
10434         (SQL_C_DATE): likewise.
10435         (SQL_C_DEFAULT): likewise.
10436         (SQL_C_DOUBLE): likewise.
10437         (SQL_C_FLOAT): likewise.
10438         (SQL_C_LONG): likewise.
10439         (SQL_C_SHORT): likewise.
10440         (SQL_C_SLONG): likewise.
10441         (SQL_C_SSHORT): likewise.
10442         (SQL_C_STINYINT): likewise.
10443         (SQL_C_TIME): likewise.
10444         (SQL_C_TIMESTAMP): likewise.
10445         (SQL_C_TINYINT): likewise.
10446         (SQL_C_ULONG): likewise.
10447         (SQL_C_USHORT): likewise.
10448         (SQL_C_UTINYINT): likewise.
10449         (SQL_CB_NON_NULL): likewise.
10450         (SQL_CB_NULL): likewise.
10451         (SQL_CC_CLOSE): likewise.
10452         (SQL_CC_DELETE): likewise.
10453         (SQL_CC_PRESERVE): likewise.
10454         (SQL_CN_ANY): likewise.
10455         (SQL_CN_DIFFERENT): likewise.
10456         (SQL_CN_NONE): likewise.
10457         (SQL_COLATT_OPT_MAX): likewise.
10458         (SQL_COLATT_OPT_MIN): likewise.
10459         (SQL_COLUMN_ALIAS): likewise.
10460         (SQL_COLUMN_AUTO_INCREMENT): likewise.
10461         (SQL_COLUMN_CASE_SENSITIVE): likewise.
10462         (SQL_COLUMN_COUNT): likewise.
10463         (SQL_COLUMN_DISPLAY_SIZE): likewise.
10464         (SQL_COLUMN_DRIVER_START): likewise.
10465         (SQL_COLUMN_LABEL): likewise.
10466         (SQL_COLUMN_LENGTH): likewise.
10467         (SQL_COLUMN_MONEY): likewise.
10468         (SQL_COLUMN_NAME): likewise.
10469         (SQL_COLUMN_NULLABLE): likewise.
10470         (SQL_COLUMN_OWNER_NAME): likewise.
10471         (SQL_COLUMN_PRECISION): likewise.
10472         (SQL_COLUMN_QUALIFIER_NAME): likewise.
10473         (SQL_COLUMN_SCALE): likewise.
10474         (SQL_COLUMN_SEARCHABLE): likewise.
10475         (SQL_COLUMN_TABLE_NAME): likewise.
10476         (SQL_COLUMN_TYPE): likewise.
10477         (SQL_COLUMN_TYPE_NAME): likewise.
10478         (SQL_COLUMN_UNSIGNED): likewise.
10479         (SQL_COLUMN_UPDATABLE): likewise.
10480         (SQL_CONCAT_NULL_BEHAVIOR): likewise.
10481         (SQL_CONCUR_DEFAULT): likewise.
10482         (SQL_CONCUR_LOCK): likewise.
10483         (SQL_CONCUR_READ_ONLY): likewise.
10484         (SQL_CONCUR_ROWVER): likewise.
10485         (SQL_CONCUR_TIMESTAMP): likewise.
10486         (SQL_CONCUR_VALUES): likewise.
10487         (SQL_CONCURRENCY): likewise.
10488         (SQL_CONN_OPT_MAX): likewise.
10489         (SQL_CONN_OPT_MIN): likewise.
10490         (SQL_CONNECT_OPT_DRVR_START): likewise.
10491         (SQL_CONVERT_BIGINT): likewise.
10492         (SQL_CONVERT_BINARY): likewise.
10493         (SQL_CONVERT_BIT): likewise.
10494         (SQL_CONVERT_CHAR): likewise.
10495         (SQL_CONVERT_DATE): likewise.
10496         (SQL_CONVERT_DECIMAL): likewise.
10497         (SQL_CONVERT_DOUBLE): likewise.
10498         (SQL_CONVERT_FLOAT): likewise.
10499         (SQL_CONVERT_FUNCTIONS): likewise.
10500         (SQL_CONVERT_INTEGER): likewise.
10501         (SQL_CONVERT_LONGVARBINARY): likewise.
10502         (SQL_CONVERT_LONGVARCHAR): likewise.
10503         (SQL_CONVERT_NUMERIC): likewise.
10504         (SQL_CONVERT_REAL): likewise.
10505         (SQL_CONVERT_SMALLINT): likewise.
10506         (SQL_CONVERT_TIME): likewise.
10507         (SQL_CONVERT_TIMESTAMP): likewise.
10508         (SQL_CONVERT_TINYINT): likewise.
10509         (SQL_CONVERT_VARBINARY): likewise.
10510         (SQL_CONVERT_VARCHAR): likewise.
10511         (SQL_CORRELATION_NAME): likewise.
10512         (SQL_CR_CLOSE): likewise.
10513         (SQL_CR_DELETE): likewise.
10514         (SQL_CR_PRESERVE): likewise.
10515         (SQL_CUR_DEFAULT): likewise.
10516         (SQL_CUR_USE_DRIVER): likewise.
10517         (SQL_CUR_USE_IF_NEEDED): likewise.
10518         (SQL_CUR_USE_ODBC): likewise.
10519         (SQL_CURRENT_QUALIFIER): likewise.
10520         (SQL_CURSOR_DYNAMIC): likewise.
10521         (SQL_CURSOR_FORWARD_ONLY): likewise.
10522         (SQL_CURSOR_KEYSET_DRIVEN): likewise.
10523         (SQL_CURSOR_ROLLBACK_BEHAVIOR): likewise.
10524         (SQL_CURSOR_STATIC): likewise.
10525         (SQL_CURSOR_TYPE): likewise.
10526         (SQL_CURSOR_TYPE_DEFAULT): likewise.
10527         (SQL_CVT_BIGINT): likewise.
10528         (SQL_CVT_BINARY): likewise.
10529         (SQL_CVT_BIT): likewise.
10530         (SQL_CVT_CHAR): likewise.
10531         (SQL_CVT_DATE): likewise.
10532         (SQL_CVT_DECIMAL): likewise.
10533         (SQL_CVT_DOUBLE): likewise.
10534         (SQL_CVT_FLOAT): likewise.
10535         (SQL_CVT_INTEGER): likewise.
10536         (SQL_CVT_LONGVARBINARY): likewise.
10537         (SQL_CVT_LONGVARCHAR): likewise.
10538         (SQL_CVT_NUMERIC): likewise.
10539         (SQL_CVT_REAL): likewise.
10540         (SQL_CVT_SMALLINT): likewise.
10541         (SQL_CVT_TIME): likewise.
10542         (SQL_CVT_TIMESTAMP): likewise.
10543         (SQL_CVT_TINYINT): likewise.
10544         (SQL_CVT_VARBINARY): likewise.
10545         (SQL_CVT_VARCHAR): likewise.
10546         (SQL_DATABASE_NAME): likewise.
10547         (SQL_DATE): likewise.
10548         (SQL_DRIVER_HDBC): likewise.
10549         (SQL_DRIVER_HENV): likewise.
10550         (SQL_DRIVER_HLIB): likewise.
10551         (SQL_DRIVER_HSTMT): likewise.
10552         (SQL_DRIVER_NAME): likewise.
10553         (SQL_DRIVER_ODBC_VER): likewise.
10554         (SQL_DRIVER_VER): likewise.
10555         (SQL_ENSURE): likewise.
10556         (SQL_EXPRESSIONS_IN_ORDERBY): likewise.
10557         (SQL_EXT_API_LAST): likewise.
10558         (SQL_EXT_API_START): likewise.
10559         (SQL_FD_FETCH_BOOKMARK): likewise.
10560         (SQL_FD_FETCH_PREV): likewise.
10561         (SQL_FD_FETCH_RESUME): likewise.
10562         (SQL_FETCH_PREV): likewise.
10563         (SQL_FETCH_RESUME): likewise.
10564         (SQL_FILE_NOT_SUPPORTED): likewise.
10565         (SQL_FILE_QUALIFIER): likewise.
10566         (SQL_FILE_TABLE): likewise.
10567         (SQL_FILE_USAGE): likewise.
10568         (SQL_FN_CVT_CONVERT): likewise.
10569         (SQL_FN_NUM_ABS): likewise.
10570         (SQL_FN_NUM_ACOS): likewise.
10571         (SQL_FN_NUM_ASIN): likewise.
10572         (SQL_FN_NUM_ATAN): likewise.
10573         (SQL_FN_NUM_ATAN2): likewise.
10574         (SQL_FN_NUM_CEILING): likewise.
10575         (SQL_FN_NUM_COS): likewise.
10576         (SQL_FN_NUM_COT): likewise.
10577         (SQL_FN_NUM_DEGREES): likewise.
10578         (SQL_FN_NUM_EXP): likewise.
10579         (SQL_FN_NUM_FLOOR): likewise.
10580         (SQL_FN_NUM_LOG): likewise.
10581         (SQL_FN_NUM_LOG10): likewise.
10582         (SQL_FN_NUM_MOD): likewise.
10583         (SQL_FN_NUM_PI): likewise.
10584         (SQL_FN_NUM_POWER): likewise.
10585         (SQL_FN_NUM_RADIANS): likewise.
10586         (SQL_FN_NUM_RAND): likewise.
10587         (SQL_FN_NUM_ROUND): likewise.
10588         (SQL_FN_NUM_SIGN): likewise.
10589         (SQL_FN_NUM_SIN): likewise.
10590         (SQL_FN_NUM_SQRT): likewise.
10591         (SQL_FN_NUM_TAN): likewise.
10592         (SQL_FN_NUM_TRUNCATE): likewise.
10593         (SQL_FN_STR_ASCII): likewise.
10594         (SQL_FN_STR_CHAR): likewise.
10595         (SQL_FN_STR_CONCAT): likewise.
10596         (SQL_FN_STR_DIFFERENCE): likewise.
10597         (SQL_FN_STR_INSERT): likewise.
10598         (SQL_FN_STR_LCASE): likewise.
10599         (SQL_FN_STR_LEFT): likewise.
10600         (SQL_FN_STR_LENGTH): likewise.
10601         (SQL_FN_STR_LOCATE): likewise.
10602         (SQL_FN_STR_LOCATE_2): likewise.
10603         (SQL_FN_STR_LTRIM): likewise.
10604         (SQL_FN_STR_REPEAT): likewise.
10605         (SQL_FN_STR_REPLACE): likewise.
10606         (SQL_FN_STR_RIGHT): likewise.
10607         (SQL_FN_STR_RTRIM): likewise.
10608         (SQL_FN_STR_SOUNDEX): likewise.
10609         (SQL_FN_STR_SPACE): likewise.
10610         (SQL_FN_STR_SUBSTRING): likewise.
10611         (SQL_FN_STR_UCASE): likewise.
10612         (SQL_FN_SYS_DBNAME): likewise.
10613         (SQL_FN_SYS_IFNULL): likewise.
10614         (SQL_FN_SYS_USERNAME): likewise.
10615         (SQL_FN_TD_CURDATE): likewise.
10616         (SQL_FN_TD_CURTIME): likewise.
10617         (SQL_FN_TD_DAYNAME): likewise.
10618         (SQL_FN_TD_DAYOFMONTH): likewise.
10619         (SQL_FN_TD_DAYOFWEEK): likewise.
10620         (SQL_FN_TD_DAYOFYEAR): likewise.
10621         (SQL_FN_TD_HOUR): likewise.
10622         (SQL_FN_TD_MINUTE): likewise.
10623         (SQL_FN_TD_MONTH): likewise.
10624         (SQL_FN_TD_MONTHNAME): likewise.
10625         (SQL_FN_TD_NOW): likewise.
10626         (SQL_FN_TD_QUARTER): likewise.
10627         (SQL_FN_TD_SECOND): likewise.
10628         (SQL_FN_TD_TIMESTAMPadd): likewise.
10629         (SQL_FN_TD_TIMESTAMPDIFF): likewise.
10630         (SQL_FN_TD_WEEK): likewise.
10631         (SQL_FN_TD_YEAR): likewise.
10632         (SQL_FN_TSI_DAY): likewise.
10633         (SQL_FN_TSI_FRAC_SECOND): likewise.
10634         (SQL_FN_TSI_HOUR): likewise.
10635         (SQL_FN_TSI_MINUTE): likewise.
10636         (SQL_FN_TSI_MONTH): likewise.
10637         (SQL_FN_TSI_QUARTER): likewise.
10638         (SQL_FN_TSI_SECOND): likewise.
10639         (SQL_FN_TSI_WEEK): likewise.
10640         (SQL_FN_TSI_YEAR): likewise.
10641         (SQL_GB_GROUP_BY_CONTAINS_SELECT): likewise.
10642         (SQL_GB_GROUP_BY_EQUALS_SELECT): likewise.
10643         (SQL_GB_NO_RELATION): likewise.
10644         (SQL_GB_NOT_SUPPORTED): likewise.
10645         (SQL_GD_BLOCK): likewise.
10646         (SQL_GD_BOUND): likewise.
10647         (SQL_GET_BOOKMARK): likewise.
10648         (SQL_GROUP_BY): likewise.
10649         (SQL_INFO_DRIVER_START): likewise.
10650         (SQL_INFO_FIRST): likewise.
10651         (SQL_INFO_LAST): likewise.
10652         (SQL_INTERVAL_DAY): likewise.
10653         (SQL_INTERVAL_DAY_TO_HOUR): likewise.
10654         (SQL_INTERVAL_DAY_TO_MINUTE): likewise.
10655         (SQL_INTERVAL_DAY_TO_SECOND): likewise.
10656         (SQL_INTERVAL_HOUR): likewise.
10657         (SQL_INTERVAL_HOUR_TO_MINUTE): likewise.
10658         (SQL_INTERVAL_HOUR_TO_SECOND): likewise.
10659         (SQL_INTERVAL_MINUTE): likewise.
10660         (SQL_INTERVAL_MINUTE_TO_SECOND): likewise.
10661         (SQL_INTERVAL_MONTH): likewise.
10662         (SQL_INTERVAL_SECOND): likewise.
10663         (SQL_INTERVAL_YEAR): likewise.
10664         (SQL_INTERVAL_YEAR_TO_MONTH): likewise.
10665         (SQL_KEYSET_SIZE): likewise.
10666         (SQL_KEYSET_SIZE_DEFAULT): likewise.
10667         (SQL_KEYWORDS): likewise.
10668         (SQL_LCK_EXCLUSIVE): likewise.
10669         (SQL_LCK_NO_CHANGE): likewise.
10670         (SQL_LCK_UNLOCK): likewise.
10671         (SQL_LIKE_ESCAPE_CLAUSE): likewise.
10672         (SQL_LIKE_ONLY): likewise.
10673         (SQL_LOCK_TYPES): likewise.
10674         (SQL_LOGIN_TIMEOUT): likewise.
10675         (SQL_LOGIN_TIMEOUT_DEFAULT): likewise.
10676         (SQL_LONGVARBINARY): likewise.
10677         (SQL_LONGVARCHAR): likewise.
10678         (SQL_MAX_BINARY_LITERAL_LEN): likewise.
10679         (SQL_MAX_CHAR_LITERAL_LEN): likewise.
10680         (SQL_MAX_DSN_LENGTH): likewise.
10681         (SQL_MAX_LENGTH): likewise.
10682         (SQL_MAX_LENGTH_DEFAULT): likewise.
10683         (SQL_MAX_OPTION_STRING_LENGTH): likewise.
10684         (SQL_MAX_OWNER_NAME_LEN): likewise.
10685         (SQL_MAX_PROCEDURE_NAME_LEN): likewise.
10686         (SQL_MAX_QUALIFIER_NAME_LEN): likewise.
10687         (SQL_MAX_ROW_SIZE_INCLUDES_LONG): likewise.
10688         (SQL_MAX_ROWS): likewise.
10689         (SQL_MAX_ROWS_DEFAULT): likewise.
10690         (SQL_MODE_DEFAULT): likewise.
10691         (SQL_MODE_READ_ONLY): likewise.
10692         (SQL_MODE_READ_WRITE): likewise.
10693         (SQL_MULT_RESULT_SETS): likewise.
10694         (SQL_MULTIPLE_ACTIVE_TXN): likewise.
10695         (SQL_NC_END): likewise.
10696         (SQL_NC_START): likewise.
10697         (SQL_NEED_LONG_DATA_LEN): likewise.
10698         (SQL_NNC_NON_NULL): likewise.
10699         (SQL_NNC_NULL): likewise.
10700         (SQL_NO_TOTAL): likewise.
10701         (SQL_NON_NULLABLE_COLUMNS): likewise.
10702         (SQL_NOSCAN): likewise.
10703         (SQL_NOSCAN_DEFAULT): likewise.
10704         (SQL_NOSCAN_OFF): likewise.
10705         (SQL_NOSCAN_ON): likewise.
10706         (SQL_NUM_EXTENSIONS): likewise.
10707         (SQL_NUM_FUNCTIONS): likewise.
10708         (SQL_NUMERIC_FUNCTIONS): likewise.
10709         (SQL_OAC_LEVEL1): likewise.
10710         (SQL_OAC_LEVEL2): likewise.
10711         (SQL_OAC_NONE): likewise.
10712         (SQL_ODBC_API_CONFORMANCE): likewise.
10713         (SQL_ODBC_CURSORS): likewise.
10714         (SQL_ODBC_KEYWORDS): likewise.
10715         (SQL_ODBC_SAG_CLI_CONFORMANCE): likewise.
10716         (SQL_ODBC_SQL_CONFORMANCE): likewise.
10717         (SQL_ODBC_SQL_OPT_IEF): likewise.
10718         (SQL_ODBC_VER): likewise.
10719         (SQL_OPT_TRACE): likewise.
10720         (SQL_OPT_TRACE_DEFAULT): likewise.
10721         (SQL_OPT_TRACE_FILE_DEFAULT): likewise.
10722         (SQL_OPT_TRACE_OFF): likewise.
10723         (SQL_OPT_TRACE_ON): likewise.
10724         (SQL_OPT_TRACEFILE): likewise.
10725         (SQL_OSC_CORE): likewise.
10726         (SQL_OSC_EXTENDED): likewise.
10727         (SQL_OSC_MINIMUM): likewise.
10728         (SQL_OSCC_COMPLIANT): likewise.
10729         (SQL_OSCC_NOT_COMPLIANT): likewise.
10730         (SQL_OU_DML_STATEMENTS): likewise.
10731         (SQL_OU_INDEX_DEFINITION): likewise.
10732         (SQL_OU_PRIVILEGE_DEFINITION): likewise.
10733         (SQL_OU_PROCEDURE_INVOCATION): likewise.
10734         (SQL_OU_TABLE_DEFINITION): likewise.
10735         (SQL_OUTER_JOINS): likewise.
10736         (SQL_OWNER_TERM): likewise.
10737         (SQL_OWNER_USAGE): likewise.
10738         (SQL_PACKET_SIZE): likewise.
10739         (SQL_PC_NOT_PSEUDO): likewise.
10740         (SQL_POS_add): likewise.
10741         (SQL_POS_DELETE): likewise.
10742         (SQL_POS_OPERATIONS): likewise.
10743         (SQL_POS_POSITION): likewise.
10744         (SQL_POS_REFRESH): likewise.
10745         (SQL_POS_UPDATE): likewise.
10746         (SQL_POSITIONED_STATEMENTS): likewise.
10747         (SQL_PROCEDURE_TERM): likewise.
10748         (SQL_PROCEDURES): likewise.
10749         (SQL_PS_POSITIONED_DELETE): likewise.
10750         (SQL_PS_POSITIONED_UPDATE): likewise.
10751         (SQL_PS_SELECT_FOR_UPDATE): likewise.
10752         (SQL_QL_END): likewise.
10753         (SQL_QL_START): likewise.
10754         (SQL_QU_DML_STATEMENTS): likewise.
10755         (SQL_QU_INDEX_DEFINITION): likewise.
10756         (SQL_QU_PRIVILEGE_DEFINITION): likewise.
10757         (SQL_QU_PROCEDURE_INVOCATION): likewise.
10758         (SQL_QU_TABLE_DEFINITION): likewise.
10759         (SQL_QUALIFIER_LOCATION): likewise.
10760         (SQL_QUALIFIER_NAME_SEPARATOR): likewise.
10761         (SQL_QUALIFIER_TERM): likewise.
10762         (SQL_QUALIFIER_USAGE): likewise.
10763         (SQL_QUERY_TIMEOUT): likewise.
10764         (SQL_QUERY_TIMEOUT_DEFAULT): likewise.
10765         (SQL_QUICK): likewise.
10766         (SQL_QUIET_MODE): likewise.
10767         (SQL_QUOTED_IDENTIFIER_CASE): likewise.
10768         (SQL_RD_DEFAULT): likewise.
10769         (SQL_RD_OFF): likewise.
10770         (SQL_RD_ON): likewise.
10771         (SQL_RETRIEVE_DATA): likewise.
10772         (SQL_ROW_NUMBER): likewise.
10773         (SQL_ROW_UPDATES): likewise.
10774         (SQL_ROWSET_SIZE): likewise.
10775         (SQL_ROWSET_SIZE_DEFAULT): likewise.
10776         (SQL_ROWVER): likewise.
10777         (SQL_SC_NON_UNIQUE): likewise.
10778         (SQL_SC_TRY_UNIQUE): likewise.
10779         (SQL_SC_UNIQUE): likewise.
10780         (SQL_SCCO_OPT_TIMESTAMP): likewise.
10781         (SQL_SCROLL_DYNAMIC): likewise.
10782         (SQL_SCROLL_FORWARD_ONLY): likewise.
10783         (SQL_SCROLL_KEYSET_DRIVEN): likewise.
10784         (SQL_SCROLL_OPTIONS): likewise.
10785         (SQL_SCROLL_STATIC): likewise.
10786         (SQL_SEARCHABLE): likewise.
10787         (SQL_SIGNED_OFFSET): likewise.
10788         (SQL_SIMULATE_CURSOR): likewise.
10789         (SQL_SO_DYNAMIC): likewise.
10790         (SQL_SO_FORWARD_ONLY): likewise.
10791         (SQL_SO_KEYSET_DRIVEN): likewise.
10792         (SQL_SO_MIXED): likewise.
10793         (SQL_SO_STATIC): likewise.
10794         (SQL_SPEC_MAJOR): likewise.
10795         (SQL_SPEC_MINOR): likewise.
10796         (SQL_SPEC_STRING): likewise.
10797         (SQL_SQ_COMPARISON): likewise.
10798         (SQL_SQ_CORRELATED_SUBQUERIES): likewise.
10799         (SQL_SQ_EXISTS): likewise.
10800         (SQL_SQ_IN): likewise.
10801         (SQL_SQ_QUANTIFIED): likewise.
10802         (SQL_SQLSTATE_SIZE): likewise.
10803         (SQL_SS_addITIONS): likewise.
10804         (SQL_SS_DELETIONS): likewise.
10805         (SQL_SS_UPDATES): likewise.
10806         (SQL_STATIC_SENSITIVITY): likewise.
10807         (SQL_STMT_OPT_MAX): likewise.
10808         (SQL_STMT_OPT_MIN): likewise.
10809         (SQL_STRING_FUNCTIONS): likewise.
10810         (SQL_SUBQUERIES): likewise.
10811         (SQL_SYSTEM_FUNCTIONS): likewise.
10812         (SQL_TABLE_STAT): likewise.
10813         (SQL_TABLE_TERM): likewise.
10814         (SQL_TIME): likewise.
10815         (SQL_TIMEDATE_add_INTERVALS): likewise.
10816         (SQL_TIMEDATE_DIFF_INTERVALS): likewise.
10817         (SQL_TIMEDATE_FUNCTIONS): likewise.
10818         (SQL_TIMESTAMP): likewise.
10819         (SQL_TINYINT): likewise.
10820         (SQL_TRANSLATE_DLL): likewise.
10821         (SQL_TRANSLATE_OPTION): likewise.
10822         (SQL_TXN_ISOLATION): likewise.
10823         (SQL_TXN_VERSIONING): likewise.
10824         (SQL_TYPE_DRIVER_END): likewise.
10825         (SQL_TYPE_DRIVER_START): likewise.
10826         (SQL_TYPE_MAX): likewise.
10827         (SQL_TYPE_MIN): likewise.
10828         (SQL_TYPE_NULL): likewise.
10829         (SQL_U_UNION): likewise.
10830         (SQL_U_UNION_ALL): likewise.
10831         (SQL_UB_DEFAULT): likewise.
10832         (SQL_UB_OFF): likewise.
10833         (SQL_UB_ON): likewise.
10834         (SQL_UNICODE): likewise.
10835         (SQL_UNICODE_CHAR): likewise.
10836         (SQL_UNICODE_LONGVARCHAR): likewise.
10837         (SQL_UNICODE_VARCHAR): likewise.
10838         (SQL_UNION): likewise.
10839         (SQL_UNSEARCHABLE): likewise.
10840         (SQL_UNSIGNED_OFFSET): likewise.
10841         (SQL_USE_BOOKMARKS): likewise.
10842         (SQL_VARBINARY): likewise.
10843         (SQL_TRUE): add define for ODBC3.x.
10844         (SQL_FALSE): likewise.
10845         (SQL_AM_CONNECTION): likewise.
10846         (SQL_AM_NONE): likewise.
10847         (SQL_AM_STATEMENT): likewise.
10848         (SQL_API_SQLALLOCHANDLE): likewise.
10849         (SQL_API_SQLBINDPARAM): likewise.
10850         (SQL_API_SQLCLOSECURSOR): likewise.
10851         (SQL_API_SQLCOLATTRIBUTE): likewise.
10852         (SQL_API_SQLCOPYDESC): likewise.
10853         (SQL_API_SQLENDTRAN): likewise.
10854         (SQL_API_SQLFETCHSCROLL): likewise.
10855         (SQL_API_SQLFREEHANDLE): likewise.
10856         (SQL_API_SQLGETCONNECTATTR): likewise.
10857         (SQL_API_SQLGETDESCFIELD): likewise.
10858         (SQL_API_SQLGETDESCREC): likewise.
10859         (SQL_API_SQLGETDIAGFIELD): likewise.
10860         (SQL_API_SQLGETDIAGREC): likewise.
10861         (SQL_API_SQLGETENVATTR): likewise.
10862         (SQL_API_SQLGETSTMTATTR): likewise.
10863         (SQL_API_SQLSETCONNECTATTR): likewise.
10864         (SQL_API_SQLSETDESCFIELD): likewise.
10865         (SQL_API_SQLSETDESCREC): likewise.
10866         (SQL_API_SQLSETENVATTR): likewise.
10867         (SQL_API_SQLSETSTMTATTR): likewise.
10868         (SQL_ARD_TYPE): likewise.
10869         (SQL_AT_add_CONSTRAINT): likewise.
10870         (SQL_ATTR_APP_PARAM_DESC): likewise.
10871         (SQL_ATTR_APP_ROW_DESC): likewise.
10872         (SQL_ATTR_AUTO_IPD): likewise.
10873         (SQL_ATTR_CURSOR_SCROLLABLE): likewise.
10874         (SQL_ATTR_CURSOR_SENSITIVITY): likewise.
10875         (SQL_ATTR_IMP_PARAM_DESC): likewise.
10876         (SQL_ATTR_IMP_ROW_DESC): likewise.
10877         (SQL_ATTR_METADATA_ID): likewise.
10878         (SQL_ATTR_OUTPUT_NTS): likewise.
10879         (SQL_CATALOG_NAME): likewise.
10880         (SQL_CODE_DATE): likewise.
10881         (SQL_CODE_TIME): likewise.
10882         (SQL_CODE_TIMESTAMP): likewise.
10883         (SQL_COLLATION_SEQ): likewise.
10884         (SQL_CURSOR_SENSITIVITY): likewise.
10885         (SQL_DATE_LEN): likewise.
10886         (SQL_DATETIME): likewise.
10887         (SQL_DEFAULT): likewise.
10888         (SQL_DESC_ALLOC_AUTO): likewise.
10889         (SQL_DESC_ALLOC_TYPE): likewise.
10890         (SQL_DESC_ALLOC_USER): likewise.
10891         (SQL_DESC_COUNT): likewise.
10892         (SQL_DESC_DATA_PTR): likewise.
10893         (SQL_DESC_DATETIME_INTERVAL_CODE): likewise.
10894         (SQL_DESC_INDICATOR_PTR): likewise.
10895         (SQL_DESC_LENGTH): likewise.
10896         (SQL_DESC_NAME): likewise.
10897         (SQL_DESC_NULLABLE): likewise.
10898         (SQL_DESC_OCTET_LENGTH): likewise.
10899         (SQL_DESC_OCTET_LENGTH_PTR): likewise.
10900         (SQL_DESC_PRECISION): likewise.
10901         (SQL_DESC_SCALE): likewise.
10902         (SQL_DESC_TYPE): likewise.
10903         (SQL_DESC_UNNAMED): likewise.
10904         (SQL_DESCRIBE_PARAMETER): likewise.
10905         (SQL_DIAG_ALTER_DOMAIN): likewise.
10906         (SQL_DIAG_ALTER_TABLE): likewise.
10907         (SQL_DIAG_CALL): likewise.
10908         (SQL_DIAG_CLASS_ORIGIN): likewise.
10909         (SQL_DIAG_CONNECTION_NAME): likewise.
10910         (SQL_DIAG_CREATE_ASSERTION): likewise.
10911         (SQL_DIAG_CREATE_CHARACTER_SET): likewise.
10912         (SQL_DIAG_CREATE_COLLATION): likewise.
10913         (SQL_DIAG_CREATE_DOMAIN): likewise.
10914         (SQL_DIAG_CREATE_INDEX): likewise.
10915         (SQL_DIAG_CREATE_SCHEMA): likewise.
10916         (SQL_DIAG_CREATE_TABLE): likewise.
10917         (SQL_DIAG_CREATE_TRANSLATION): likewise.
10918         (SQL_DIAG_CREATE_VIEW): likewise.
10919         (SQL_DIAG_DELETE_WHERE): likewise.
10920         (SQL_DIAG_DROP_ASSERTION): likewise.
10921         (SQL_DIAG_DROP_CHARACTER_SET): likewise.
10922         (SQL_DIAG_DROP_COLLATION): likewise.
10923         (SQL_DIAG_DROP_DOMAIN): likewise.
10924         (SQL_DIAG_DROP_INDEX): likewise.
10925         (SQL_DIAG_DROP_SCHEMA): likewise.
10926         (SQL_DIAG_DROP_TABLE): likewise.
10927         (SQL_DIAG_DROP_TRANSLATION): likewise.
10928         (SQL_DIAG_DROP_VIEW): likewise.
10929         (SQL_DIAG_DYNAMIC_DELETE_CURSOR): likewise.
10930         (SQL_DIAG_DYNAMIC_FUNCTION): likewise.
10931         (SQL_DIAG_DYNAMIC_FUNCTION_CODE): likewise.
10932         (SQL_DIAG_DYNAMIC_UPDATE_CURSOR): likewise.
10933         (SQL_DIAG_GRANT): likewise.
10934         (SQL_DIAG_INSERT): likewise.
10935         (SQL_DIAG_MESSAGE_TEXT): likewise.
10936         (SQL_DIAG_NATIVE): likewise.
10937         (SQL_DIAG_NUMBER): likewise.
10938         (SQL_DIAG_RETURNCODE): likewise.
10939         (SQL_DIAG_REVOKE): likewise.
10940         (SQL_DIAG_ROW_COUNT): likewise.
10941         (SQL_DIAG_SELECT_CURSOR): likewise.
10942         (SQL_DIAG_SERVER_NAME): likewise.
10943         (SQL_DIAG_SQLSTATE): likewise.
10944         (SQL_DIAG_SUBCLASS_ORIGIN): likewise.
10945         (SQL_DIAG_UNKNOWN_STATEMENT): likewise.
10946         (SQL_DIAG_UPDATE_WHERE): likewise.
10947         (SQL_FALSE): likewise.
10948         (SQL_FETCH_ABSOLUTE): likewise.
10949         (SQL_FETCH_LAST): likewise.
10950         (SQL_FETCH_PRIOR): likewise.
10951         (SQL_FETCH_RELATIVE): likewise.
10952         (SQL_HANDLE_DBC): likewise.
10953         (SQL_HANDLE_DESC): likewise.
10954         (SQL_HANDLE_ENV): likewise.
10955         (SQL_HANDLE_STMT): likewise.
10956         (SQL_INSENSITIVE): likewise.
10957         (SQL_INTEGRITY): likewise.
10958         (SQL_MAX_CATALOG_NAME_LEN): likewise.
10959         (SQL_MAX_CONCURRENT_ACTIVITIES): likewise.
10960         (SQL_MAX_DRIVER_CONNECTIONS): likewise.
10961         (SQL_MAX_IDENTIFIER_LEN): likewise.
10962         (SQL_MAX_SCHEMA_NAME_LEN): likewise.
10963         (SQL_MAXIMUM_CATALOG_NAME_LENGTH): likewise.
10964         (SQL_MAXIMUM_COLUMN_NAME_LENGTH): likewise.
10965         (SQL_MAXIMUM_COLUMNS_IN_GROUP_BY): likewise.
10966         (SQL_MAXIMUM_COLUMNS_IN_INDEX): likewise.
10967         (SQL_MAXIMUM_COLUMNS_IN_ORDER_BY): likewise.
10968         (SQL_MAXIMUM_COLUMNS_IN_SELECT): likewise.
10969         (SQL_MAXIMUM_CONCURRENT_ACTIVITIES): likewise.
10970         (SQL_MAXIMUM_CURSOR_NAME_LENGTH): likewise.
10971         (SQL_MAXIMUM_DRIVER_CONNECTIONS): likewise.
10972         (SQL_MAXIMUM_IDENTIFIER_LENGTH): likewise.
10973         (SQL_MAXIMUM_INDEX_SIZE): likewise.
10974         (SQL_MAXIMUM_ROW_SIZE): likewise.
10975         (SQL_MAXIMUM_SCHEMA_NAME_LENGTH): likewise.
10976         (SQL_MAXIMUM_STATEMENT_LENGTH): likewise.
10977         (SQL_MAXIMUM_TABLES_IN_SELECT): likewise.
10978         (SQL_MAXIMUM_USER_NAME_LENGTH): likewise.
10979         (SQL_NAMED): likewise.
10980         (SQL_NONSCROLLABLE): likewise.
10981         (SQL_NTSL): likewise.
10982         (SQL_NULL_HANDLE): likewise.
10983         (SQL_NULL_HDESC): likewise.
10984         (SQL_OUTER_JOIN_CAPABILITIES): likewise.
10985         (SQL_PRED_BASIC): likewise.
10986         (SQL_PRED_CHAR): likewise.
10987         (SQL_PRED_NONE): likewise.
10988         (SQL_ROW_IDENTIFIER): likewise.
10989         (SQL_SCROLLABLE): likewise.
10990         (SQL_SENSITIVE): likewise.
10991         (SQL_SUCCEEDED(rc)): likewise.
10992         (SQL_TIME_LEN): likewise.
10993         (SQL_TIMESTAMP_LEN): likewise.
10994         (SQL_TRANSACTION_CAPABLE): likewise.
10995         (SQL_TRANSACTION_ISOLATION_OPTION): likewise.
10996         (SQL_TRANSACTION_READ_COMMITTED): likewise.
10997         (SQL_TRANSACTION_READ_UNCOMMITTED): likewise.
10998         (SQL_TRANSACTION_REPEATABLE_READ): likewise.
10999         (SQL_TRANSACTION_SERIALIZABLE): likewise.
11000         (SQL_TYPE_DATE): likewise.
11001         (SQL_TYPE_TIME): likewise.
11002         (SQL_TYPE_TIMESTAMP): likewise.
11003         (SQL_UNKNOWN_TYPE): likewise.
11004         (SQL_UNNAMED): likewise.
11005         (SQL_UNSPECIFIED): likewise.
11006         (SQL_XOPEN_CLI_YEAR): likewise.
11007         (SQLAllocConnect): add comment marking as deperecated.
11008         (SQLAllocEnv): likewise.
11009         (SQLAllocStmt): likewise.
11010         (SQLFreeConnect): likewise.
11011         (SQLFreeEnv): likewise.
11012         (SQLGetConnectOption): likewise.
11013         (SQLGetStmtOption): likewise.
11014
11015         * include/sqlext.h (#include <sqlucode.h>): add directive.
11016         (SQLSetScrollOptions): non-core function, move prototype from sql.h.
11017         (SQLColAttributes): likewise.
11018         (SQLBulkOperations): add function prototype.
11019         (SQLAllocHandleStd): likewise
11020         (TraceReturn): add Trace API prototype.
11021         (TraceVersion): likewise.
11022         (ODBCGetTryWaitValue):likewise.
11023         (ODBCSetTryWaitValue): likewise.
11024         (SQL_LOCK_RECORD): correct function macro.
11025         (SQL_REFRESH_RECORD): likewise.
11026         (SQLINTENGER and SQLUINTEGER): replace with SQLLEN and SQLULEN for
11027         _WIN64 compatability.
11028         move defines for non-core functions from sql.h to sqlext.h (refer
11029         changes for sql.h)
11030         (SQL_ACTIVE_ENVIRONMENTS): new ODBC3.x define
11031         (SQL_AD_ADD_CONSTRAINT_DEFERRABLE): likewise.
11032         (SQL_AD_ADD_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11033         (SQL_AD_ADD_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11034         (SQL_AD_ADD_CONSTRAINT_NON_DEFERRABLE): likewise.
11035         (SQL_AD_ADD_DOMAIN_CONSTRAINT): likewise.
11036         (SQL_AD_ADD_DOMAIN_DEFAULT): likewise.
11037         (SQL_AD_CONSTRAINT_NAME_DEFINITION): likewise.
11038         (SQL_AD_DROP_DOMAIN_CONSTRAINT): likewise.
11039         (SQL_AD_DROP_DOMAIN_DEFAULT): likewise.
11040         (SQL_AF_ALL): likewise.
11041         (SQL_AF_AVG): likewise.
11042         (SQL_AF_COUNT): likewise.
11043         (SQL_AF_DISTINCT): likewise.
11044         (SQL_AF_MAX): likewise.
11045         (SQL_AF_MIN): likewise.
11046         (SQL_AF_SUM): likewise.
11047         (SQL_AGGREGATE_FUNCTIONS): likewise.
11048         (SQL_ALL_CATALOGS): likewise.
11049         (SQL_ALL_SCHEMAS): likewise.
11050         (SQL_ALL_TABLE_TYPES): likewise.
11051         (SQL_ALTER_DOMAIN): likewise.
11052         (SQL_AM_CONNECTION): likewise.
11053         (SQL_AM_NONE): likewise.
11054         (SQL_AM_STATEMENT): likewise.
11055         (SQL_API_ODBC3_ALL_FUNCTIONS): likewise.
11056         (SQL_API_ODBC3_ALL_FUNCTIONS_SIZE): likewise.
11057         (SQL_API_SQLALLOCHANDLESTD): likewise.
11058         (SQL_API_SQLBULKOPERATIONS): likewise.
11059         (SQL_ASYNC_MODE): likewise.
11060         (SQL_AT_ADD_COLUMN_COLLATION): likewise.
11061         (SQL_AT_ADD_COLUMN_DEFAULT): likewise.
11062         (SQL_AT_ADD_COLUMN_SINGLE): likewise.
11063         (SQL_AT_ADD_TABLE_CONSTRAINT): likewise.
11064         (SQL_AT_CONSTRAINT_DEFERRABLE): likewise.
11065         (SQL_AT_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11066         (SQL_AT_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11067         (SQL_AT_CONSTRAINT_NAME_DEFINITION): likewise.
11068         (SQL_AT_CONSTRAINT_NON_DEFERRABLE): likewise.
11069         (SQL_AT_DROP_COLUMN_CASCADE): likewise.
11070         (SQL_AT_DROP_COLUMN_DEFAULT): likewise.
11071         (SQL_AT_DROP_COLUMN_RESTRICT): likewise.
11072         (SQL_AT_DROP_TABLE_CONSTRAINT_CASCADE): likewise.
11073         (SQL_AT_DROP_TABLE_CONSTRAINT_RESTRICT): likewise.
11074         (SQL_AT_SET_COLUMN_DEFAULT): likewise.
11075         (SQL_ATTR_ACCESS_MODE): likewise.
11076         (SQL_ATTR_ASYNC_ENABLE): likewise.
11077         (SQL_ATTR_AUTOCOMMIT): likewise.
11078         (SQL_ATTR_CONCURRENCY): likewise.
11079         (SQL_ATTR_CONNECTION_POOLING): likewise.
11080         (SQL_ATTR_CONNECTION_TIMEOUT): likewise.
11081         (SQL_ATTR_CP_MATCH): likewise.
11082         (SQL_ATTR_CURRENT_CATALOG): likewise.
11083         (SQL_ATTR_CURSOR_TYPE): likewise.
11084         (SQL_ATTR_DISCONNECT_BEHAVIOR): likewise.
11085         (SQL_ATTR_ENABLE_AUTO_IPD): likewise.
11086         (SQL_ATTR_ENLIST_IN_DTC): likewise.
11087         (SQL_ATTR_ENLIST_IN_XA): likewise.
11088         (SQL_ATTR_FETCH_BOOKMARK_PTR): likewise.
11089         (SQL_ATTR_KEYSET_SIZE): likewise.
11090         (SQL_ATTR_LOGIN_TIMEOUT): likewise.
11091         (SQL_ATTR_MAX_LENGTH): likewise.
11092         (SQL_ATTR_MAX_ROWS): likewise.
11093         (SQL_ATTR_NOSCAN): likewise.
11094         (SQL_ATTR_ODBC_CURSORS): likewise.
11095         (SQL_ATTR_ODBC_VERSION): likewise.
11096         (SQL_ATTR_PACKET_SIZE): likewise.
11097         (SQL_ATTR_PARAM_BIND_OFFSET_PTR): likewise.
11098         (SQL_ATTR_PARAM_BIND_TYPE): likewise.
11099         (SQL_ATTR_PARAM_OPERATION_PTR): likewise.
11100         (SQL_ATTR_PARAM_STATUS_PTR): likewise.
11101         (SQL_ATTR_PARAMS_PROCESSED_PTR): likewise.
11102         (SQL_ATTR_PARAMSET_SIZE): likewise.
11103         (SQL_ATTR_QUERY_TIMEOUT): likewise.
11104         (SQL_ATTR_QUIET_MODE): likewise.
11105         (SQL_ATTR_RETRIEVE_DATA): likewise.
11106         (SQL_ATTR_ROW_ARRAY_SIZE): likewise.
11107         (SQL_ATTR_ROW_BIND_OFFSET_PTR): likewise.
11108         (SQL_ATTR_ROW_BIND_TYPE): likewise.
11109         (SQL_ATTR_ROW_NUMBER): likewise.
11110         (SQL_ATTR_ROW_OPERATION_PTR): likewise.
11111         (SQL_ATTR_ROW_STATUS_PTR): likewise.
11112         (SQL_ATTR_ROWS_FETCHED_PTR): likewise.
11113         (SQL_ATTR_SIMULATE_CURSOR): likewise.
11114         (SQL_ATTR_TRACE): likewise.
11115         (SQL_ATTR_TRACEFILE): likewise.
11116         (SQL_ATTR_TRANSLATE_LIB): likewise.
11117         (SQL_ATTR_TRANSLATE_OPTION): likewise.
11118         (SQL_ATTR_TXN_ISOLATION): likewise.
11119         (SQL_ATTR_USE_BOOKMARKS): likewise.
11120         (SQL_BATCH_ROW_COUNT): likewise.
11121         (SQL_BATCH_SUPPORT): likewise.
11122         (SQL_BRC_EXPLICIT): likewise.
11123         (SQL_BRC_PROCEDURES): likewise.
11124         (SQL_BRC_ROLLED_UP): likewise.
11125         (SQL_BS_ROW_COUNT_EXPLICIT): likewise.
11126         (SQL_BS_ROW_COUNT_PROC): likewise.
11127         (SQL_BS_SELECT_EXPLICIT): likewise.
11128         (SQL_BS_SELECT_PROC): likewise.
11129         (SQL_C_INTERVAL_DAY): likewise.
11130         (SQL_C_INTERVAL_DAY_TO_HOUR): likewise.
11131         (SQL_C_INTERVAL_DAY_TO_MINUTE): likewise.
11132         (SQL_C_INTERVAL_DAY_TO_SECOND): likewise.
11133         (SQL_C_INTERVAL_HOUR): likewise.
11134         (SQL_C_INTERVAL_HOUR_TO_MINUTE): likewise.
11135         (SQL_C_INTERVAL_HOUR_TO_SECOND): likewise.
11136         (SQL_C_INTERVAL_MINUTE): likewise.
11137         (SQL_C_INTERVAL_MINUTE_TO_SECOND): likewise.
11138         (SQL_C_INTERVAL_MONTH): likewise.
11139         (SQL_C_INTERVAL_SECOND): likewise.
11140         (SQL_C_INTERVAL_YEAR): likewise.
11141         (SQL_C_INTERVAL_YEAR_TO_MONTH): likewise.
11142         (SQL_C_NUMERIC): likewise.
11143         (SQL_C_SBIGINT): likewise.
11144         (SQL_C_TYPE_DATE): likewise.
11145         (SQL_C_TYPE_TIME): likewise.
11146         (SQL_C_TYPE_TIMESTAMP): likewise.
11147         (SQL_C_UBIGINT): likewise.
11148         (SQL_C_VARBOOKMARK): likewise.
11149         (SQL_CA_CONSTRAINT_DEFERRABLE): likewise.
11150         (SQL_CA_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11151         (SQL_CA_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11152         (SQL_CA_CONSTRAINT_NON_DEFERRABLE): likewise.
11153         (SQL_CA_CREATE_ASSERTION): likewise.
11154         (SQL_CA1_ABSOLUTE): likewise.
11155         (SQL_CA1_BOOKMARK): likewise.
11156         (SQL_CA1_BULK_ADD): likewise.
11157         (SQL_CA1_BULK_DELETE_BY_BOOKMARK): likewise.
11158         (SQL_CA1_BULK_FETCH_BY_BOOKMARK): likewise.
11159         (SQL_CA1_BULK_UPDATE_BY_BOOKMARK): likewise.
11160         (SQL_CA1_LOCK_EXCLUSIVE): likewise.
11161         (SQL_CA1_LOCK_NO_CHANGE): likewise.
11162         (SQL_CA1_LOCK_UNLOCK): likewise.
11163         (SQL_CA1_NEXT): likewise.
11164         (SQL_CA1_POS_DELETE): likewise.
11165         (SQL_CA1_POS_POSITION): likewise.
11166         (SQL_CA1_POS_REFRESH): likewise.
11167         (SQL_CA1_POS_UPDATE): likewise.
11168         (SQL_CA1_POSITIONED_DELETE): likewise.
11169         (SQL_CA1_POSITIONED_UPDATE): likewise.
11170         (SQL_CA1_RELATIVE): likewise.
11171         (SQL_CA1_SELECT_FOR_UPDATE): likewise.
11172         (SQL_CA2_CRC_APPROXIMATE): likewise.
11173         (SQL_CA2_CRC_EXACT): likewise.
11174         (SQL_CA2_LOCK_CONCURRENCY): likewise.
11175         (SQL_CA2_MAX_ROWS_AFFECTS_ALL): likewise.
11176         (SQL_CA2_MAX_ROWS_CATALOG): likewise.
11177         (SQL_CA2_MAX_ROWS_DELETE): likewise.
11178         (SQL_CA2_MAX_ROWS_INSERT): likewise.
11179         (SQL_CA2_MAX_ROWS_SELECT): likewise.
11180         (SQL_CA2_MAX_ROWS_UPDATE): likewise.
11181         (SQL_CA2_OPT_ROWVER_CONCURRENCY): likewise.
11182         (SQL_CA2_OPT_VALUES_CONCURRENCY): likewise.
11183         (SQL_CA2_READ_ONLY_CONCURRENCY): likewise.
11184         (SQL_CA2_SENSITIVITY_ADDITIONS): likewise.
11185         (SQL_CA2_SENSITIVITY_DELETIONS): likewise.
11186         (SQL_CA2_SENSITIVITY_UPDATES): likewise.
11187         (SQL_CA2_SIMULATE_NON_UNIQUE): likewise.
11188         (SQL_CA2_SIMULATE_TRY_UNIQUE): likewise.
11189         (SQL_CA2_SIMULATE_UNIQUE): likewise.
11190         (SQL_CATALOG_LOCATION): likewise.
11191         (SQL_CATALOG_NAME_SEPARATOR): likewise.
11192         (SQL_CATALOG_TERM): likewise.
11193         (SQL_CATALOG_USAGE): likewise.
11194         (SQL_CCOL_CREATE_COLLATION): likewise.
11195         (SQL_CCS_COLLATE_CLAUSE): likewise.
11196         (SQL_CCS_CREATE_CHARACTER_SET): likewise.
11197         (SQL_CCS_LIMITED_COLLATION): likewise.
11198         (SQL_CDO_COLLATION): likewise.
11199         (SQL_CDO_CONSTRAINT): likewise.
11200         (SQL_CDO_CONSTRAINT_DEFERRABLE): likewise.
11201         (SQL_CDO_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11202         (SQL_CDO_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11203         (SQL_CDO_CONSTRAINT_NAME_DEFINITION): likewise.
11204         (SQL_CDO_CONSTRAINT_NON_DEFERRABLE): likewise.
11205         (SQL_CDO_CREATE_DOMAIN): likewise.
11206         (SQL_CDO_DEFAULT): likewise.
11207         (SQL_CL_END): likewise.
11208         (SQL_CL_START): likewise.
11209         (SQL_COL_PRED_BASIC): likewise.
11210         (SQL_COL_PRED_CHAR): likewise.
11211         (SQL_COLUMN_DRIVER_START): likewise.
11212         (SQL_COLUMN_IGNORE): likewise.
11213         (SQL_COLUMN_NUMBER_UNKNOWN): likewise.
11214         (SQL_CONVERT_GUID): likewise.
11215         (SQL_CONVERT_INTERVAL_DAY_TIME): likewise.
11216         (SQL_CONVERT_INTERVAL_YEAR_MONTH): likewise.
11217         (SQL_CONVERT_WCHAR): likewise.
11218         (SQL_CONVERT_WLONGVARCHAR): likewise.
11219         (SQL_CONVERT_WVARCHAR): likewise.
11220         (SQL_CP_DEFAULT): likewise.
11221         (SQL_CP_MATCH_DEFAULT): likewise.
11222         (SQL_CP_OFF): likewise.
11223         (SQL_CP_ONE_PER_DRIVER): likewise.
11224         (SQL_CP_ONE_PER_HENV): likewise.
11225         (SQL_CP_RELAXED_MATCH): likewise.
11226         (SQL_CP_STRICT_MATCH): likewise.
11227         (SQL_CREATE_ASSERTION): likewise.
11228         (SQL_CREATE_CHARACTER_SET): likewise.
11229         (SQL_CREATE_COLLATION): likewise.
11230         (SQL_CREATE_DOMAIN): likewise.
11231         (SQL_CREATE_SCHEMA): likewise.
11232         (SQL_CREATE_TABLE): likewise.
11233         (SQL_CREATE_TRANSLATION): likewise.
11234         (SQL_CREATE_VIEW): likewise.
11235         (SQL_CS_AUTHORIZATION): likewise.
11236         (SQL_CS_CREATE_SCHEMA): likewise.
11237         (SQL_CS_DEFAULT_CHARACTER_SET): likewise.
11238         (SQL_CT_COLUMN_COLLATION): likewise.
11239         (SQL_CT_COLUMN_CONSTRAINT): likewise.
11240         (SQL_CT_COLUMN_DEFAULT): likewise.
11241         (SQL_CT_COMMIT_DELETE): likewise.
11242         (SQL_CT_COMMIT_PRESERVE): likewise.
11243         (SQL_CT_CONSTRAINT_DEFERRABLE): likewise.
11244         (SQL_CT_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11245         (SQL_CT_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11246         (SQL_CT_CONSTRAINT_NAME_DEFINITION): likewise.
11247         (SQL_CT_CONSTRAINT_NON_DEFERRABLE): likewise.
11248         (SQL_CT_CREATE_TABLE): likewise.
11249         (SQL_CT_GLOBAL_TEMPORARY): likewise.
11250         (SQL_CT_LOCAL_TEMPORARY): likewise.
11251         (SQL_CT_TABLE_CONSTRAINT): likewise.
11252         (SQL_CTR_CREATE_TRANSLATION): likewise.
11253         (SQL_CU_DML_STATEMENTS): likewise.
11254         (SQL_CU_INDEX_DEFINITION): likewise.
11255         (SQL_CU_PRIVILEGE_DEFINITION): likewise.
11256         (SQL_CU_PROCEDURE_INVOCATION): likewise.
11257         (SQL_CU_TABLE_DEFINITION): likewise.
11258         (SQL_CVT_GUID): likewise.
11259         (SQL_CVT_INTERVAL_DAY_TIME): likewise.
11260         (SQL_CVT_INTERVAL_YEAR_MONTH): likewise.
11261         (SQL_CVT_WCHAR): likewise.
11262         (SQL_CVT_WLONGVARCHAR): likewise.
11263         (SQL_CVT_WVARCHAR): likewise.
11264         (SQL_DA_DROP_ASSERTION): likewise.
11265         (SQL_DATETIME_LITERALS): likewise.
11266         (SQL_DB_DEFAULT): likewise.
11267         (SQL_DB_DISCONNECT): likewise.
11268         (SQL_DB_RETURN_TO_POOL): likewise.
11269         (SQL_DC_DROP_COLLATION): likewise.
11270         (SQL_DCS_DROP_CHARACTER_SET): likewise.
11271         (SQL_DD_CASCADE): likewise.
11272         (SQL_DD_DROP_DOMAIN): likewise.
11273         (SQL_DD_RESTRICT): likewise.
11274         (SQL_DDL_INDEX): likewise.
11275         (SQL_DELETE_BY_BOOKMARK): likewise.
11276         (SQL_DESC_ARRAY_SIZE): likewise.
11277         (SQL_DESC_ARRAY_STATUS_PTR): likewise.
11278         (SQL_DESC_AUTO_UNIQUE_VALUE): likewise.
11279         (SQL_DESC_BASE_COLUMN_NAME): likewise.
11280         (SQL_DESC_BASE_TABLE_NAME): likewise.
11281         (SQL_DESC_BIND_OFFSET_PTR): likewise.
11282         (SQL_DESC_BIND_TYPE): likewise.
11283         (SQL_DESC_CASE_SENSITIVE): likewise.
11284         (SQL_DESC_CATALOG_NAME): likewise.
11285         (SQL_DESC_CONCISE_TYPE): likewise.
11286         (SQL_DESC_DATETIME_INTERVAL_PRECISION): likewise.
11287         (SQL_DESC_DISPLAY_SIZE): likewise.
11288         (SQL_DESC_FIXED_PREC_SCALE): likewise.
11289         (SQL_DESC_LABEL): likewise.
11290         (SQL_DESC_LITERAL_PREFIX): likewise.
11291         (SQL_DESC_LITERAL_SUFFIX): likewise.
11292         (SQL_DESC_LOCAL_TYPE_NAME): likewise.
11293         (SQL_DESC_MAXIMUM_SCALE): likewise.
11294         (SQL_DESC_MINIMUM_SCALE): likewise.
11295         (SQL_DESC_NUM_PREC_RADIX): likewise.
11296         (SQL_DESC_PARAMETER_TYPE): likewise.
11297         (SQL_DESC_ROWS_PROCESSED_PTR): likewise.
11298         (SQL_DESC_SCHEMA_NAME): likewise.
11299         (SQL_DESC_SEARCHABLE): likewise.
11300         (SQL_DESC_TABLE_NAME): likewise.
11301         (SQL_DESC_TYPE_NAME): likewise.
11302         (SQL_DESC_UNSIGNED): likewise.
11303         (SQL_DESC_UPDATABLE): likewise.
11304         (SQL_DI_CREATE_INDEX): likewise.
11305         (SQL_DI_DROP_INDEX): likewise.
11306         (SQL_DIAG_COLUMN_NUMBER): likewise.
11307         (SQL_DIAG_CURSOR_ROW_COUNT): likewise.
11308         (SQL_DIAG_ROW_NUMBER): likewise.
11309         (SQL_DL_SQL92_DATE): likewise.
11310         (SQL_DL_SQL92_INTERVAL_DAY): likewise.
11311         (SQL_DL_SQL92_INTERVAL_DAY_TO_HOUR): likewise.
11312         (SQL_DL_SQL92_INTERVAL_DAY_TO_MINUTE): likewise.
11313         (SQL_DL_SQL92_INTERVAL_DAY_TO_SECOND): likewise.
11314         (SQL_DL_SQL92_INTERVAL_HOUR): likewise.
11315         (SQL_DL_SQL92_INTERVAL_HOUR_TO_MINUTE): likewise.
11316         (SQL_DL_SQL92_INTERVAL_HOUR_TO_SECOND): likewise.
11317         (SQL_DL_SQL92_INTERVAL_MINUTE): likewise.
11318         (SQL_DL_SQL92_INTERVAL_MINUTE_TO_SECOND): likewise.
11319         (SQL_DL_SQL92_INTERVAL_MONTH): likewise.
11320         (SQL_DL_SQL92_INTERVAL_SECOND): likewise.
11321         (SQL_DL_SQL92_INTERVAL_YEAR): likewise.
11322         (SQL_DL_SQL92_INTERVAL_YEAR_TO_MONTH): likewise.
11323         (SQL_DL_SQL92_TIME): likewise.
11324         (SQL_DL_SQL92_TIMESTAMP): likewise.
11325         (SQL_DM_VER): likewise.
11326         (SQL_DRIVER_HDESC): likewise.
11327         (SQL_DROP_ASSERTION): likewise.
11328         (SQL_DROP_CHARACTER_SET): likewise.
11329         (SQL_DROP_COLLATION): likewise.
11330         (SQL_DROP_DOMAIN): likewise.
11331         (SQL_DROP_SCHEMA): likewise.
11332         (SQL_DROP_TABLE): likewise.
11333         (SQL_DROP_TRANSLATION): likewise.
11334         (SQL_DROP_VIEW): likewise.
11335         (SQL_DS_CASCADE): likewise.
11336         (SQL_DS_DROP_SCHEMA): likewise.
11337         (SQL_DS_RESTRICT): likewise.
11338         (SQL_DT_CASCADE): likewise.
11339         (SQL_DT_DROP_TABLE): likewise.
11340         (SQL_DT_RESTRICT): likewise.
11341         (SQL_DTC_DONE): likewise.
11342         (SQL_DTR_DROP_TRANSLATION): likewise.
11343         (SQL_DV_CASCADE): likewise.
11344         (SQL_DV_DROP_VIEW): likewise.
11345         (SQL_DV_RESTRICT): likewise.
11346         (SQL_DYNAMIC_CURSOR_ATTRIBUTES1): likewise.
11347         (SQL_DYNAMIC_CURSOR_ATTRIBUTES2): likewise.
11348         (SQL_EXT_API_LAST): likewise.
11349         (SQL_EXT_API_START): likewise.
11350         (SQL_FETCH_BY_BOOKMARK): likewise.
11351         (SQL_FETCH_FIRST_SYSTEM): likewise.
11352         (SQL_FETCH_FIRST_USER): likewise.
11353         (SQL_FN_CVT_CAST): likewise.
11354         (SQL_FN_STR_BIT_LENGTH): likewise.
11355         (SQL_FN_STR_CHAR_LENGTH): likewise.
11356         (SQL_FN_STR_CHARACTER_LENGTH): likewise.
11357         (SQL_FN_STR_OCTET_LENGTH): likewise.
11358         (SQL_FN_STR_POSITION): likewise.
11359         (SQL_FN_TD_CURRENT_DATE): likewise.
11360         (SQL_FN_TD_CURRENT_TIME): likewise.
11361         (SQL_FN_TD_CURRENT_TIMESTAMP): likewise.
11362         (SQL_FN_TD_EXTRACT): likewise.
11363         (SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES1): likewise.
11364         (SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES2): likewise.
11365         (SQL_FUNC_EXISTS(exists,api)): likewise.
11366         (SQL_GB_COLLATE): likewise.
11367         (SQL_HANDLE_SENV): likewise.
11368         (SQL_IK_ALL): likewise.
11369         (SQL_IK_ASC): likewise.
11370         (SQL_IK_DESC): likewise.
11371         (SQL_IK_NONE): likewise.
11372         (SQL_INDEX_KEYWORDS): likewise.
11373         (SQL_INFO_DRIVER_START): likewise.
11374         (SQL_INFO_LAST): likewise.
11375         (SQL_INFO_SCHEMA_VIEWS): likewise.
11376         (SQL_INITIALLY_DEFERRED): likewise.
11377         (SQL_INITIALLY_IMMEDIATE): likewise.
11378         (SQL_INSERT_STATEMENT): likewise.
11379         (SQL_INTERVAL): likewise.
11380         (SQL_IS_INSERT_LITERALS): likewise.
11381         (SQL_IS_INSERT_SEARCHED): likewise.
11382         (SQL_IS_INTEGER): likewise.
11383         (SQL_IS_POINTER): likewise.
11384         (SQL_IS_SELECT_INTO): likewise.
11385         (SQL_IS_SMALLINT): likewise.
11386         (SQL_IS_UINTEGER): likewise.
11387         (SQL_IS_USMALLINT): likewise.
11388         (SQL_ISV_ASSERTIONS): likewise.
11389         (SQL_ISV_CHARACTER_SETS): likewise.
11390         (SQL_ISV_CHECK_CONSTRAINTS): likewise.
11391         (SQL_ISV_COLLATIONS): likewise.
11392         (SQL_ISV_COLUMN_DOMAIN_USAGE): likewise.
11393         (SQL_ISV_COLUMN_PRIVILEGES): likewise.
11394         (SQL_ISV_COLUMNS): likewise.
11395         (SQL_ISV_CONSTRAINT_COLUMN_USAGE): likewise.
11396         (SQL_ISV_CONSTRAINT_TABLE_USAGE): likewise.
11397         (SQL_ISV_DOMAIN_CONSTRAINTS): likewise.
11398         (SQL_ISV_DOMAINS): likewise.
11399         (SQL_ISV_KEY_COLUMN_USAGE): likewise.
11400         (SQL_ISV_REFERENTIAL_CONSTRAINTS): likewise.
11401         (SQL_ISV_SCHEMATA): likewise.
11402         (SQL_ISV_SQL_LANGUAGES): likewise.
11403         (SQL_ISV_TABLE_CONSTRAINTS): likewise.
11404         (SQL_ISV_TABLE_PRIVILEGES): likewise.
11405         (SQL_ISV_TABLES): likewise.
11406         (SQL_ISV_TRANSLATIONS): likewise.
11407         (SQL_ISV_USAGE_PRIVILEGES): likewise.
11408         (SQL_ISV_VIEW_COLUMN_USAGE): likewise.
11409         (SQL_ISV_VIEW_TABLE_USAGE): likewise.
11410         (SQL_ISV_VIEWS): likewise.
11411         (SQL_KEYSET_CURSOR_ATTRIBUTES1): likewise.
11412         (SQL_KEYSET_CURSOR_ATTRIBUTES2): likewise.
11413         (SQL_MAX_ASYNC_CONCURRENT_STATEMENTS): likewise.
11414         (SQL_NO_COLUMN_NUMBER): likewise.
11415         (SQL_NO_ROW_NUMBER): likewise.
11416         (SQL_NOT_DEFERRABLE): likewise.
11417         (SQL_NUM_EXTENSIONS): likewise.
11418         (SQL_NUM_FUNCTIONS): likewise.
11419         (SQL_ODBC_INTERFACE_CONFORMANCE): likewise.
11420         (SQL_OIC_CORE): likewise.
11421         (SQL_OIC_LEVEL1): likewise.
11422         (SQL_OIC_LEVEL2): likewise.
11423         (SQL_OV_ODBC2): likewise.
11424         (SQL_OV_ODBC3): likewise.
11425         (SQL_PARAM_ARRAY_ROW_COUNTS): likewise.
11426         (SQL_PARAM_ARRAY_SELECTS): likewise.
11427         (SQL_PARAM_BIND_BY_COLUMN): likewise.
11428         (SQL_PARAM_BIND_TYPE_DEFAULT): likewise.
11429         (SQL_PARAM_DIAG_UNAVAILABLE): likewise.
11430         (SQL_PARAM_ERROR): likewise.
11431         (SQL_PARAM_IGNORE): likewise.
11432         (SQL_PARAM_PROCEED): likewise.
11433         (SQL_PARAM_SUCCESS): likewise.
11434         (SQL_PARAM_SUCCESS_WITH_INFO): likewise.
11435         (SQL_PARAM_UNUSED): likewise.
11436         (SQL_PARC_BATCH): likewise.
11437         (SQL_PARC_NO_BATCH): likewise.
11438         (SQL_PAS_BATCH): likewise.
11439         (SQL_PAS_NO_BATCH): likewise.
11440         (SQL_PAS_NO_SELECT): likewise.
11441         (SQL_ROW_IGNORE): likewise.
11442         (SQL_ROW_NUMBER_UNKNOWN): likewise.
11443         (SQL_ROW_PROCEED): likewise.
11444         (SQL_ROW_SUCCESS_WITH_INFO): likewise.
11445         (SQL_SC_FIPS127_2_TRANSITIONAL): likewise.
11446         (SQL_SC_SQL92_ENTRY): likewise.
11447         (SQL_SC_SQL92_FULL): likewise.
11448         (SQL_SC_SQL92_INTERMEDIATE): likewise.
11449         (SQL_SCC_ISO92_CLI): likewise.
11450         (SQL_SCC_XOPEN_CLI_VERSION1): likewise.
11451         (SQL_SCHEMA_TERM): likewise.
11452         (SQL_SCHEMA_USAGE): likewise.
11453         (SQL_SDF_CURRENT_DATE): likewise.
11454         (SQL_SDF_CURRENT_TIME): likewise.
11455         (SQL_SDF_CURRENT_TIMESTAMP): likewise.
11456         (SQL_SFKD_CASCADE): likewise.
11457         (SQL_SFKD_NO_ACTION): likewise.
11458         (SQL_SFKD_SET_DEFAULT): likewise.
11459         (SQL_SFKD_SET_NULL): likewise.
11460         (SQL_SFKU_CASCADE): likewise.
11461         (SQL_SFKU_NO_ACTION): likewise.
11462         (SQL_SFKU_SET_DEFAULT): likewise.
11463         (SQL_SFKU_SET_NULL): likewise.
11464         (SQL_SG_DELETE_TABLE): likewise.
11465         (SQL_SG_INSERT_COLUMN): likewise.
11466         (SQL_SG_INSERT_TABLE): likewise.
11467         (SQL_SG_REFERENCES_COLUMN): likewise.
11468         (SQL_SG_REFERENCES_TABLE): likewise.
11469         (SQL_SG_SELECT_TABLE): likewise.
11470         (SQL_SG_UPDATE_COLUMN): likewise.
11471         (SQL_SG_UPDATE_TABLE): likewise.
11472         (SQL_SG_USAGE_ON_CHARACTER_SET): likewise.
11473         (SQL_SG_USAGE_ON_COLLATION): likewise.
11474         (SQL_SG_USAGE_ON_DOMAIN): likewise.
11475         (SQL_SG_USAGE_ON_TRANSLATION): likewise.
11476         (SQL_SG_WITH_GRANT_OPTION): likewise.
11477         (SQL_SNVF_BIT_LENGTH): likewise.
11478         (SQL_SNVF_CHAR_LENGTH): likewise.
11479         (SQL_SNVF_CHARACTER_LENGTH): likewise.
11480         (SQL_SNVF_EXTRACT): likewise.
11481         (SQL_SNVF_OCTET_LENGTH): likewise.
11482         (SQL_SNVF_POSITION): likewise.
11483         (SQL_SP_BETWEEN): likewise.
11484         (SQL_SP_COMPARISON): likewise.
11485         (SQL_SP_EXISTS): likewise.
11486         (SQL_SP_IN): likewise.
11487         (SQL_SP_ISNOTNULL): likewise.
11488         (SQL_SP_ISNULL): likewise.
11489         (SQL_SP_LIKE): likewise.
11490         (SQL_SP_MATCH_FULL): likewise.
11491         (SQL_SP_MATCH_PARTIAL): likewise.
11492         (SQL_SP_MATCH_UNIQUE_FULL): likewise.
11493         (SQL_SP_MATCH_UNIQUE_PARTIAL): likewise.
11494         (SQL_SP_OVERLAPS): likewise.
11495         (SQL_SP_QUANTIFIED_COMPARISON): likewise.
11496         (SQL_SP_UNIQUE): likewise.
11497         (SQL_SQL_CONFORMANCE): likewise.
11498         (SQL_SQL92_DATETIME_FUNCTIONS): likewise.
11499         (SQL_SQL92_FOREIGN_KEY_DELETE_RULE): likewise.
11500         (SQL_SQL92_FOREIGN_KEY_UPDATE_RULE): likewise.
11501         (SQL_SQL92_GRANT): likewise.
11502         (SQL_SQL92_NUMERIC_VALUE_FUNCTIONS): likewise.
11503         (SQL_SQL92_PREDICATES): likewise.
11504         (SQL_SQL92_RELATIONAL_JOIN_OPERATORS): likewise.
11505         (SQL_SQL92_REVOKE): likewise.
11506         (SQL_SQL92_ROW_VALUE_CONSTRUCTOR): likewise.
11507         (SQL_SQL92_STRING_FUNCTIONS): likewise.
11508         (SQL_SQL92_VALUE_EXPRESSIONS): likewise.
11509         (SQL_SR_CASCADE): likewise.
11510         (SQL_SR_DELETE_TABLE): likewise.
11511         (SQL_SR_GRANT_OPTION_FOR): likewise.
11512         (SQL_SR_INSERT_COLUMN): likewise.
11513         (SQL_SR_INSERT_TABLE): likewise.
11514         (SQL_SR_REFERENCES_COLUMN): likewise.
11515         (SQL_SR_REFERENCES_TABLE): likewise.
11516         (SQL_SR_RESTRICT): likewise.
11517         (SQL_SR_SELECT_TABLE): likewise.
11518         (SQL_SR_UPDATE_COLUMN): likewise.
11519         (SQL_SR_UPDATE_TABLE): likewise.
11520         (SQL_SR_USAGE_ON_CHARACTER_SET): likewise.
11521         (SQL_SR_USAGE_ON_COLLATION): likewise.
11522         (SQL_SR_USAGE_ON_DOMAIN): likewise.
11523         (SQL_SR_USAGE_ON_TRANSLATION): likewise.
11524         (SQL_SRJO_CORRESPONDING_CLAUSE): likewise.
11525         (SQL_SRJO_CROSS_JOIN): likewise.
11526         (SQL_SRJO_EXCEPT_JOIN): likewise.
11527         (SQL_SRJO_FULL_OUTER_JOIN): likewise.
11528         (SQL_SRJO_INNER_JOIN): likewise.
11529         (SQL_SRJO_INTERSECT_JOIN): likewise.
11530         (SQL_SRJO_LEFT_OUTER_JOIN): likewise.
11531         (SQL_SRJO_NATURAL_JOIN): likewise.
11532         (SQL_SRJO_RIGHT_OUTER_JOIN): likewise.
11533         (SQL_SRJO_UNION_JOIN): likewise.
11534         (SQL_SRVC_DEFAULT): likewise.
11535         (SQL_SRVC_NULL): likewise.
11536         (SQL_SRVC_ROW_SUBQUERY): likewise.
11537         (SQL_SRVC_VALUE_EXPRESSION): likewise.
11538         (SQL_SSF_CONVERT): likewise.
11539         (SQL_SSF_LOWER): likewise.
11540         (SQL_SSF_SUBSTRING): likewise.
11541         (SQL_SSF_TRANSLATE): likewise.
11542         (SQL_SSF_TRIM_BOTH): likewise.
11543         (SQL_SSF_TRIM_LEADING): likewise.
11544         (SQL_SSF_TRIM_TRAILING): likewise.
11545         (SQL_SSF_UPPER): likewise.
11546         (SQL_STANDARD_CLI_CONFORMANCE): likewise.
11547         (SQL_STATIC_CURSOR_ATTRIBUTES1): likewise.
11548         (SQL_STATIC_CURSOR_ATTRIBUTES2): likewise.
11549         (SQL_SU_DML_STATEMENTS): likewise.
11550         (SQL_SU_INDEX_DEFINITION): likewise.
11551         (SQL_SU_PRIVILEGE_DEFINITION): likewise.
11552         (SQL_SU_PROCEDURE_INVOCATION): likewise.
11553         (SQL_SU_TABLE_DEFINITION): likewise.
11554         (SQL_SVE_CASE): likewise.
11555         (SQL_SVE_CAST): likewise.
11556         (SQL_SVE_COALESCE): likewise.
11557         (SQL_SVE_NULLIF): likewise.
11558         (SQL_UB_FIXED): likewise.
11559         (SQL_UB_VARIABLE): likewise.
11560         (SQL_UNION_STATEMENT): likewise.
11561         (SQL_UPDATE_BY_BOOKMARK): likewise.
11562         (SQL_US_UNION): likewise.
11563         (SQL_US_UNION_ALL): likewise.
11564         (SQL_DESC_ROWVER): likewise.
11565         (SQL_GUID): likewise.
11566         (SQL_C_GUID): likewise.
11567         (ODBC_STD): likewise.
11568         (SQLAllocHandle): likewise.
11569         (SQLAllocEnv(p)): likewise.
11570         (SQL_YEAR): likewise.
11571         (SQL_MONTH): likewise.
11572         (SQL_DAY): likewise.
11573         (SQL_HOUR): likewise.
11574         (SQL_MINUTE): likewise.
11575         (SQL_SECOND): likewise.
11576         (SQL_YEAR_TO_MONTH): likewise.
11577         (SQL_DAY_TO_HOUR): likewise.
11578         (SQL_DAY_TO_MINUTE): likewise.
11579         (SQL_DAY_TO_SECOND): likewise.
11580         (SQL_HOUR_TO_MINUTE): likewise.
11581         (SQL_HOUR_TO_SECOND): likewise.
11582         (SQL_MINUTE_TO_SECOND): likewise.
11583         (SQL_ATTR_ANSI_APP): likewise.
11584         (SQL_AA_TRUE): likewise.
11585         (SQL_AA_FALSE): likewise.
11586
11587         * include/sqltypes.h (#pragma pack(push,1), #pragma pack(pop)): remove.
11588         (struct tagSQL_YEAR_MONTH): add for ODBC3.x.
11589         (struct tagSQL_DAY_SECOND): likewise.
11590         (struct tagSQL_INTERVAL_STRUCT): likewise.
11591         (struct tagSQL_NUMERIC_STRUCT): likewise.
11592         (struct tagSQLGUID): add for 0DBC3.50.
11593         (enum SQLINTERVAL): add for ODBC3.x.
11594         (SQLWCHAR): add typedef.
11595         (SQLTCHAR): add typedef, conditional on UNICODE.
11596         (SQLLEN): add typedef for _WIN64, define for _WIN32.
11597         (SQLULEN): likewise.
11598         (SQLROWOFFSET): likewise.
11599         (SQLROWCOUNT): likewise.
11600         (SQLTRANSID): likewise.
11601         (SQLSETPOSIROW): likewise.
11602         (SQLHANDLE): add ODBC3.x typedef.
11603         (SQLHDESC): likewise.
11604         (SQLDATE): likewise.
11605         (SQLDECIMAL): likewise.
11606         (SQLDOUBLE): likewise.
11607         (SQLFLOAT): likewise.
11608         (SQLNUMERIC): likewise.
11609         (SQLREAL): likewise.
11610         (SQLTIME): likewise.
11611         (SQLTIMESTAMP): likewise.
11612         (SQLVARCHAR): likewise.
11613         (SQLBIGINT): likewise.
11614         (SQLUBIGINT): likewise.
11615         (SQL_DATE_STRUCT): likewise.
11616         (SQL_TIME_STRUCT): likewise.
11617         (SQL_TIMESTAMP_STRUCT): likewise.
11618         (ODBCINT64): add ODBC3.x define.
11619
11620         * lib/odbc32.def : regenerate.
11621
11622 2001-01-26  Earnie Boyd  <earnie@users.sourceforge.net
11623
11624         * Apply Danny Smith patch 102275
11625         2000-11-05  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11626         * include/objbase.h: (COM_RIGHTS): Add definition.
11627         (tagSTDMSHLFLAGS): add enumeration.
11628         (CoInitializeEx): Add prototypes.
11629         (CoGetStdMarshalEx): ditto.
11630         (CoCreateInstanceEx): ditto.
11631         (CoInitializeSecurity): ditto.
11632         (CoGetCallContext): ditto.
11633         (CoQueryProxyBlanket): ditto.
11634         (CoSetProxyBlanket): ditto.
11635         (CoCopyProxy): ditto.
11636         (CoQueryClientBlanket): ditto.
11637         (CoImpersonateClient): ditto.
11638         (CoRevertToSelf): ditto.
11639         (CoQueryAuthenticationServices): ditto.
11640         (CoSwitchCallContext): ditto.
11641         (CoGetInstanceFromFile): ditto.
11642         (CoGetInstanceFromIStorage): ditto.
11643         * include/objidl.h: (SOLE_AUTHENTICATION_SERVICE): Add structure.
11644         (SOLE_AUTHENTICATION_INFO): ditto.
11645         (EOLE_AUTHENTICATION_CAPABILITIES): Add enumeration.
11646         (COLE_DEFAULT_PRINCIPAL): Add definition.
11647         (COLE_DEFAULT_AUTHINFO): Ditto.
11648         * include/rpcdce.h: (RPC_C_AUTHZ_DEFAULT): Add definition.
11649         (RPC_PROTSEQ_VECTOR) Fix typo.
11650         (RpcRaiseException): add DECLSPEC_NORETURN attribute.
11651         * include/winbase.h: (FreeLibraryAndExitThread): add DECLSPEC_NORETURN
11652         attribute.
11653
11654 2001-01-26  Earnie Boyd  <earnie@users.sourceforge.net>
11655
11656         * lib/msvcp60.def: Apply Danny Smith patch 103321.
11657         2001-01-17  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>.
11658         New file.
11659
11660 2001-01-26  Christopher Faylor  <cgf@cygnus.com>
11661
11662         * include/winnt.h: Add PTOKEN_USER.
11663
11664 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
11665
11666         * include/sqlucode.h: Apply Danny Smith patch 102443
11667         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11668         New file.
11669
11670 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
11671
11672         * lib/odbccp32.def: Apply Danny Smith patch 102442
11673         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11674         New file.
11675
11676 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
11677
11678         * include/odbcinst.h: Apply Danny Smith patch 102441
11679         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11680         New file.
11681
11682 2000-12-25  Christopher Faylor  <cgf@cygnus.com>
11683
11684         * lib/Makefile.in: Don't make "links" to include/w32api directory.
11685
11686 2000-12-20  Corinna Vinschen  <corinna@vinschen.de>
11687
11688         * include/winbase.h: Add prototype for SetSecurityDescriptorControl.
11689
11690 2000-12-11  Christopher Faylor  <cgf@cygnus.com>
11691
11692         * lib/Makefile.in: Install headers and libraries in tooldir.
11693
11694 2000-12-04  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11695
11696         * include/winnls.h: NORM_IGNORE* remove duplicate defines.
11697         SORT_STRINGSORT: ditto.
11698         CMAP*: ditto.
11699         CTRY_*: add new defines.
11700         LGRPID_*: ditto.
11701         LCMAP*: change defines to hex notation.
11702         CALID: change from ULONG to DWORD.
11703         CALTYPE: ditto.
11704         _cpinfoex[AW]: add structure.
11705         FoldString: correct Unicode mappings.
11706         GetCPInfoEx[AW]: add prototypes.
11707         EnumCalendarInfoEx[AW]: ditto.
11708         EnumDateFormatsEx[AW]: ditto.
11709         EnumSystemLanguageGroups[AW]: ditto.
11710         EnumLanguageGroupLocales[AW]: ditto.
11711         EnumUILanguages[AW]: ditto.
11712         GetSystemDefaultUILanguage[AW]: ditto.
11713         GetUserDefaultUILanguage[AW]: ditto.
11714         IsValidLanguageGroup[AW]: ditto.
11715         CALINFO_ENUMPROCEX[AW]: add function pointer typedef
11716         LANGUAGEGROUP_ENUMPROC[AW]: ditto
11717         LANGGROUPLOCALE_ENUMPROC[AW]: ditto
11718         UILANGUAGE_ENUMPROC[AW]: ditto
11719         DATEFMT_ENUMPROCEX[AW]: ditto
11720         LPCURRENCYFMT[AW]: add structure pointer typedef
11721         LPNUMBERFMT[AW]: ditto
11722
11723 2000-12-02  Matt Hargett  <matt@use.net>
11724
11725         * include/winbase.h: Added a define for INVALID_SET_FILE_POINTER, a
11726         possible return code for the SetFilePointer() win32 API call.
11727
11728 2000-11-09  Corinna Vinschen  <corinna@vinschen.de>
11729
11730         * include/winnt.h: Add missing FILE_NAMED_STREAMS define.
11731
11732 2000-11-06  Earnie Boyd  <earnie_boyd@yahoo.com>
11733
11734         * Makefile.in: increment VERSION.
11735         (dist:) Rename to srcdist.  Create new dist target to call
11736         srcdist and bindist targets.
11737         (srcdist:) New target.
11738         (clean-top:) add call to mostlyclean-top and add rm of distribution
11739         tarballs.
11740         * lib/Makefile.in: (uninstall:) modify to remove files from the
11741         new w32api subdirectory and to remove w32api subdirectory.
11742         (xuninstall:) Ditto.
11743         TODO: Add a task to redo the clean targets of Makefile.in
11744
11745 2000-11-03  Christopher Faylor  <cgf@cygnus.com>
11746
11747         * lib/Makefile.in: Install header files in w32api subdirectory.
11748
11749 2000-10-31  Earnie Boyd  <earnie_boyd@yahoo.com>
11750
11751         * CONTRIBUTIONS: New file.
11752         * README: Change the maintained by header.
11753         * TODO: Add a note about checking the TODO.
11754
11755 2000-10-31  Earnie Boyd  <earnie_boyd@yahoo.com>
11756
11757         * Merge in accepted changes from
11758         2000-10-23  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11759         * include/basetyps.h: add comment for GUID_DEFINED
11760         * include/lm.h: add includes for lmerr.h and lmserver.h
11761         * include/lmcons.h: add W2K typedefs LMSTR, LMCSTR
11762         * include/lmerr.h:  add error codes
11763         * include/lmserver.h: replace LPTSTR with LPWSTR,
11764         LPTCSTR with LPWCSTR in structures and prototypes
11765         * include/lmshare.h: ditto
11766         * include/lmuse.h: ditto
11767         * include/lmstats.h: ditto
11768         * include/oleauto.h: add function prototype SystemTimeToVariantTime
11769         * include/winbase.h: change first argument of CommConfigDialog to const
11770         * include/windowsx.h: add macros  defining FAR versions of
11771         mem and string functions for porting from Win16 code
11772         * include/winioctl.h:  added IOCTL_STORAGE defines
11773         * include/winnetwk.h:  added WNNC_NET flags
11774         * include/winnt.h: add include of <basetsd.h>;
11775         add structs; add pointer typedefs  for TOKEN structs
11776         * include/winsock.h: add guard around BSD-ish typedefs
11777         * include/wtypes.h: new VARENUM enums, new WIN32/WIN64 compat. macros
11778         * include/basetsd.h: new file
11779         * include/raserror.h: ditto
11780         * include/rassapi.h: ditto
11781         * include/ras.h: ditto
11782         comment from Earnie: replaced original ras.h contribution with Danny's
11783         contribution as it is more complete.
11784         * include/rpcndr.h: add default definition for __RPCNDR_H_VERSION__
11785
11786 2000-10-19  Earnie Boyd  <earnie_boyd@yahoo.com>
11787
11788         * Makefile.in: increment VERSION.  Change tar file name for dist and
11789         bindist targets to be more standard.
11790         * config.guess: Update with the currently published file.
11791         * config.sub: ditto.
11792         * configure.in: Use value of build_alias instead of testing for
11793         directory names to set BUILDENV.
11794         * configure: ditto.
11795         * lib/Makefile.in: Change the name of the targets install,
11796         install-headers and install-libraries to xinstall, xinstall-headers
11797         and xinstall-libraries for system target specified installation.
11798         Recreate targets install, install-headers and install-libraries for
11799         exec-prefix specified installation.  Ditto for the uninstall targets of
11800         the same name.
11801
11802 2000-10-09  Corinna Vinschen  <corinna@vinschen.de>
11803
11804         * include/iprtrmib.h: Further layout changes according to standard.
11805         * include/iptypes.h: Ditto.
11806         * include/ntdef.h: Ditto.
11807         * include/ntsecapi.h: Ditto.
11808         * include/subauth.h: Ditto.
11809
11810 2000-10-09  Corinna Vinschen  <corinna@vinschen.de>
11811
11812         * include/ntsecapi.h: Fix PLSA_UNICODE_STRING define.
11813
11814 2000-10-08  Corinna Vinschen  <corinna@vinschen.de>
11815
11816         * include/ntsecapi.h: New file.
11817         * include/subauth.h: Ditto.
11818         * include/ipexport.h: Fix global header define not to contain
11819         trailing underscore. Change layout according to standard.
11820         * include/iphlpapi.h: Ditto.
11821         * include/ipifcons.h: Ditto.
11822         * include/iprtrmib.h: Ditto.
11823         * include/iptypes.h: Ditto.
11824         * include/ntdef.h: Ditto. Define conditional datatypes dependent
11825         of inclusion of ntsecapi.h and subauth.h.
11826         * lib/secur32.def: New stub for secur32.dll.
11827
11828 2000-10-02  Corinna Vinschen  <corinna@vinschen.de>
11829
11830         * include/ras.h: New file.
11831         * lib/rasapi32.def: Add symbols for RasEnumDevicesA and
11832         RasEnumDevicesW.
11833
11834 2000-10-02  Corinna Vinschen  <corinna@vinschen.de>
11835
11836         * include/ntdef.h: Add define for NTAPI.
11837
11838 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
11839
11840         * include/ipexport.h: Add missing `extern "C"' directives.
11841         * include/iphlpapi.h: Ditto.
11842         * include/iprtrmib.h: Ditto.
11843         * include/iptypes.h: Ditto.
11844
11845 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
11846
11847         * include/ipifcons.h: New header file.
11848         * include/iprtrmib.h: Move operational states to ipifcons.h.
11849         * include/iphlpapi.h: Add missing parameters to GetIfTable()
11850         declaration.
11851
11852 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
11853
11854         * include/iprtrmib.h: Add missing MIB_IF_OPER_STATUS_xxx definitions.
11855
11856 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
11857
11858         * lib/iphlpapi.def: New stub for iphlpapi.dll.
11859         * include/iptypes.h: New header file.
11860         * include/ipexport.h: Ditto.
11861         * include/iphlpapi.h: Ditto.
11862         * include/iprtrmib.h: Ditto.
11863
11864 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
11865
11866         * include/ntdef.h: New file.
11867
11868 2000-08-18  Corinna Vinschen  <corinna@vinschen.de>
11869
11870         * include/winnt.h:Add enums for TokenRestrictedSids and TokenSessionId
11871         to TOKEN_INFORMATION_CLASS type.
11872         Add QUOTA_LIMITS type.
11873
11874 2000-08-08  Corinna Vinschen  <corinna@vinschen.de>
11875
11876         * include/userenv.h: New header file.
11877         * lib/userenv.def: New stub for userenv.dll.
11878
11879 2000-08-08  Christopher Faylor  <cgf@cygnus.com>
11880
11881         * include/winuser.h: Correct PCWPSTRUCT typo.
11882         (discovered by Axel Riese)
11883
11884 2000-07-27  DJ Delorie  <dj@redhat.com>
11885
11886         * include/windows.h: optimize non-inclusion of repeat headers
11887
11888 2000-07-21  Corinna Vinschen  <corinna@vinschen.de>
11889
11890         * include/winnt.h: Add missing typedefs for PTOKEN_SOURCE and
11891         LPTOKEN_SOURCE.
11892
11893 2000-07-11  DJ Delorie  <dj@cygnus.com>
11894
11895         * include/shlobj.h: add CSIDL_COMMON_*
11896
11897 2000-06-27  Corinna Vinschen  <corinna@vinschen.de>
11898
11899         * include/winbase.h: Add stream ids BACKUP_OBJECT_ID,
11900         BACKUP_REPARSE_DATA and BACKUP_SPARSE_BLOCK.
11901         Add file open flags FILE_FLAG_OPEN_REPARSE_POINT and
11902         FILE_FLAG_OPEN_NO_RECALL.
11903         * winioctl.h: Add device io control codes FSCTL_GET_REPARSE_POINT,
11904         FSCTL_SET_REPARSE_POINT and FSCTL_DELETE_REPARSE_POINT.
11905         * winnt.h: Add typedef for GUID.
11906         Add file attributes FILE_ATTRIBUTE_ENCRYPTED,
11907         FILE_ATTRIBUTE_SPARSE_FILE, FILE_ATTRIBUTE_REPARSE_POINT and
11908         FILE_ATTRIBUTE_NOT_CONTENT_INDEXED.
11909         Add volume attributes FILE_VOLUME_QUOTAS, FILE_SUPPORTS_SPARSE_FILES,
11910         FILE_SUPPORTS_REPARSE_POINTS, FILE_SUPPORTS_REMOTE_STORAGE,
11911         FILE_SUPPORTS_OBJECT_IDS and FILE_SUPPORTS_ENCRYPTION.
11912         Add several reparse point defines and typedefs for REPARSE_DATA_BUFFER,
11913         REPARSE_GUID_DATA_BUFFER and REPARSE_POINT_INFORMATION.
11914         * lib/psapi.def: New file.
11915
11916 2000-06-22  Christopher Faylor  <cgf@cygnus.com>
11917
11918         * rpcdce.h: Protect OPTIONAL definition since it may be (legally)
11919         previously defined.
11920         * windef.h : Ditto.
11921
11922 2000-06-14  Kazuhiro Fujieda  <fujieda@jaist.ac.jp>
11923
11924         * include/winnt.h: Add some missing defines related to locale
11925         identifiers.  Translate values of LANG_* and SUBLANG_* into hexadecimal.
11926
11927 2000-05-27  Corinna Vinschen  <corinna@vinschen.de>
11928
11929         * include/wincrypt.h: Add missing CRYPT_MACHINE_KEYSET define.
11930
11931 2000-05-18  Corinna Vinschen  <corinna@vinschen.de>
11932
11933         * include/winnt.h: Add some missing TAPE_DRIVE_* defines.
11934
11935 2000-04-26  Christopher Faylor  <cgf@cygnus.com>
11936
11937         * include/wininet.h: Add another "INTERNET_OPTIONS".
11938
11939 2000-04-25  Mumit Khan  <khan@xraylith.wisc.edu>
11940
11941         * include/winspool.h: Add 2 more PRINTER_ATTRIBUTE_* macros.
11942
11943 2000-04-25  Martin Kotulla  <martin-k@softmaker.de>
11944
11945         * include/ddeml.h (DdeCreateStringHandle{A,W}): Fix prototype.
11946         * include/shlobj.h (IShellLink{A,W}::GetPath): Fix prototype.
11947         * include/wingdi.h: Add LPFNDEVMODE and LPFNDEVCAPS callbacks.
11948         * include/winuser.h: Add WM_* macros. Add PCOPYDATASTRUCT typedef.
11949
11950 2000-04-10  Christopher Faylor  <cgf@cygnus.com>
11951
11952         * include/winbase.h: Change first argument of ENUMRES* types to
11953         coincide with Microsoft usage.
11954
11955 2000-04-01  Christopher Faylor  <cgf@cygnus.com>
11956
11957         * include/wininet.h: Add three more "INTERNET_OPTIONS".
11958
11959 2000-03-30  Mumit Khan  <khan@xraylith.wisc.edu>
11960
11961         * include/winbase.h (CreateHardLink{A,W}): Add prototypes.
11962         * include/winerror.h (ERROR_TOO_MANY_LINKS): Add macro.
11963         * include/winnt.h (SEC_*): Add macros.
11964         * lib/th32.def: Use Kernel32.dll instead of TH32.DLL.
11965         * include/ole.h: Workaround for C++ parser bug.
11966         * include/rpcdcep.h: Likewise.
11967         * include/winsock.h: Likewise.
11968
11969 2000-03-26  Christopher Faylor  <cgf@cygnus.com>
11970
11971         * include/winnt.h: Eliminate duplicate PCONTEXT and LPCONTEXT typedefs.
11972
11973 2000-02-28  Mumit Khan  <khan@xraylith.wisc.edu>
11974
11975         Patches from Jan Nijtmans <j.nijtmans@chello.nl>:
11976         * include/wtypes.h (PBLOB, LPBLOB): Define.
11977         * include/winsock2.h: Much more complete version.
11978         (FD_SET, SOMAXCONN): Protect common macros defined by winsock.h.
11979
11980         Patches from Jan Nijtmans <j.nijtmans@chello.nl>:
11981         * include/winsock.h (FD_CLR): Add missing ')'.
11982         (timercmp): Fix macro to handle all 6 comparison operators.
11983         (AF_FIREFOX, AF_UNKNOWN1, AF_BAN, AF_ATM, AF_INET6): Define.
11984         (AF_MAX): Update.
11985         (PF_FIREFOX, PF_UNKNOWN1, PF_BAN, PF_ATM, PF_INET6): Define.
11986
11987         * include/largeint.h: Rename HAVE_INT64 macro to _HAVE_INT64 to avoid
11988         namespace pollution.
11989         * include/rpcndr.h: Likewise.
11990         * include/winnt.h: Likewise.
11991         * include/shlobj.h (SHGetDataFromIDList{A,W}): Fix typo.
11992         (SHGetSpecialFolderPath{A,W}): Add prototypes.
11993         * lib/ole32.def: Add missing exports.
11994         * include/winbase.h (TLS_MINIMUM_AVAILABLE): Move macro from here
11995         * include/winnt.h (TLS_MINIMUM_AVAILABLE): to here.
11996         (NT_TIB): Define.
11997         * include/tlhelp32.h: New file.
11998
11999 2000-02-28  Christopher Faylor  <cgf@cygnus.com>
12000
12001         * include/rapi.h: New file.
12002         * lib/rapi.def: New file.
12003
12004 2000-02-11  Axel Riese  <ariese@andromeda.risc.uni-linz.ac.at>
12005
12006         * oaidl.h (LPTYPECOMP): Remove multiple definition.
12007
12008 2000-02-03  Mumit Khan  <khan@xraylith.wisc.edu>
12009
12010         * Snapshot 2000-02-03.
12011
12012 2000-01-21  Chris Faylor  <cgf@cygnus.com>
12013
12014         * include/winnt.h: Add ARM support.
12015
12016 2000-01-19  Mumit Khan  <khan@xraylith.wisc.edu>
12017
12018         From Greg Primes <gregory.l.priem@intel.com>:
12019         * include/oaidl.h (DESCKIND): Define macro.
12020         (ITypeComp): Define interface.
12021         (ITypeComp): Likewise.
12022         * rpcndr.h (DECLSPEC_UUID): Define macro.
12023         (MIDL_INTERFACE): Likewise.
12024
12025         * include/psapi.h: New file.
12026         * include/imagehlp.h: New file.
12027         * lib/imagehlp.def: New file.
12028
12029         * include/oaidl.h (tagVARIANT): Update fields.
12030
12031         From Craig Lanning <CraigL@DyCon.com>:
12032         * include/commctrl.h: Add some TCS_* macros.
12033         * include/winnls.h (IsValidLocale): Add prototype.
12034
12035 2000-01-18  Mumit Khan  <khan@xraylith.wisc.edu>
12036
12037         * include/oaidl.h: OLE Patches from "Fifer, Eric"
12038         <EFifer@sanwaint.com> needed to build Win32::OLE perl module.
12039         * include/objbase.h: Likewise.
12040         * include/objidl.h: Likewise.
12041         * include/ocidl.h: New file.
12042         * include/oleauto.h: Likewise.
12043         * include/wtypes.h: Likewise.
12044         * lib/oleaut32.def: Likewise.
12045
12046         * include/lmserver.h (NetServerTransportAddEx): Fix prototype.
12047         Thanks to "Jon Leichter" <jon@symas.com>.
12048         * include/commctrl.h (LVM_FINDITEM): Fix typo in macro.
12049         * include/winbase.h: Add GetLongPathName{A,W} prototypes.
12050         * include/shellapi.h (SHGetFileInfo): Add macro. Thanks to
12051         "Axel Riese" <ariese@andromeda.risc.uni-linz.ac.at>.
12052         (CommandLineToArgvW): Fix prototype. Thanks to "Frans E. van
12053         Dorsselaer" <frans@bia-bv.demon.nl>.
12054         * include/httpext.h: New file. Thanks to Jan Nijtmans
12055         <j.nijtmans@chello.nl>.
12056         * include/mmsystem.h (WAVEFORMATEX): Guard definition to avoid
12057         redefinition of LPCWAVEFORMATEX in DirectX headers.
12058         (CALLBACK_NULL): Define to be 0. Thanks to Krzysztof Nikiel
12059         <krzych00@priv7.onet.pl>.
12060         * include/sqlext.h (SQLDriverConnnect): Fix prototype.
12061         * include/windef.h (HRESULT): Guard definition to avoid
12062         redefinition in DirectX headers.
12063         * include/winnt.h: Add target macros from windows.h.
12064         * include/windows.h: Update synch comment for target macros.
12065         (_ANONYMOUS_STRUCT): Define for GCC 2.95 and newer.
12066         (_ANONYMOUS_UNION): Likewise.
12067         * include/wingdi.h (AbortPrinter): Move from here ...
12068         * include/winspool.h (AbortPrinter): to here and fix linkage.
12069         (MONITOR_INFO_2{A,W}): Define.
12070         * include/winsock.h (htons): Fix argument.
12071         (htonl): Likewise.
12072         * include/winsock2.h (SO_*, MAX_*, WSA_*): Add macros.
12073         (GROUP): Define.
12074         (GUID): Define conditionally.
12075         (WSAPROTOCOLCHAIN, WSAPROTOCOL_INFO): Define.
12076         (WSASocket*): Declare.
12077         * include/basetyps.h (GUID): Guard REGUID and LPGUID as well.
12078
12079         * lib/dsetup.def: Remove leading underscore.
12080         * lib/dsound.def: Likewise.
12081         * lib/ws2_32.def: Likewise.
12082
12083 1999-12-22  Mumit Khan  <khan@xraylith.wisc.edu>
12084
12085         * include/windef.h (HMONITOR, HTERMINAL, HWINEVENTHOOK): Define
12086         handles.
12087
12088         * lib/Makefile.in (EXTRA_OBJS): Add dinput.o.
12089         * lib/dinput.c: Include windows.h for GCC.
12090         * lib/dxguid.c: Likewise.
12091         (INITGUID): Define macro.
12092
12093         * include/objidl.h (ISequentialStream): Define interface.
12094         (IStream): Derive from ISequentialStream.
12095
12096         * include/objidl.h (IStream::{LockRegion, UnlockRegion, Stat,
12097         Clone}): Mark as PURE.
12098         (IDataObject::EnumDAdvise): Likewise.
12099         * include/oleidl.h (IDropSource::GiveFeedback): Likewise.
12100         (IViewObject::Unfreeze): Likewise.
12101         (IViewObject2::Unfreeze): Likewise.
12102
12103         * include/objidl.h: Add various IID_ declarations.
12104         * include/olectl.h: Likewise.
12105         * include/oleidl.h: Likewise.
12106
12107 1999-12-21  Mumit Khan  <khan@xraylith.wisc.edu>
12108
12109         * Snapshot 1999-12-21.
12110
12111         * include/winbase.h (CancelIO): Rename to CancelIo.
12112         * include/winsvc.h (LPHANDLER_FUNCTION): Fix prototype.
12113         * include/winuser.h (PEVENTMSG, LPEVENTMSG): Declare.
12114
12115         * Merge with winsup-19991218.
12116         * include/winnt.h: Add defines for W2K ACL control flags.
12117
12118         * Merge with Anders Norlander's 19991130 snapshot.
12119
12120         * include/windows.h: #include mmsystem.h ifndef WIN32_LEAN_AND_MEAN.
12121         * include/winbase.h (EXCEPTION_INVALID_HANDLE): Define.
12122
12123         Patch from Harold Weissfield
12124         * include/shellapi.h: Added some ABN_* defines.
12125
12126         * include/commctrl.h (_TrackMouseEvent): Add prototype.
12127         * lib/comctl32.def (_TrackMouseEvent): Import.
12128         * include/winuser.h: Misc. fixes from Sang Cho
12129         <sangcho@alpha94.chongju.ac.kr>.
12130         * include/winuser.h (SM_CMETRICS): Define to 76 or 83 depending on
12131         value of _WIN32_WINNT.
12132         * include/winuser.h: Reorganize SM_* defines in numerical order.
12133
12134 1999-12-14  Mumit Khan  <khan@xraylith.wisc.edu>
12135
12136         * include/windef.h: Make RECTL a distinct type from RECT.
12137         * include/windows.h: Define upto 8 DUMMYUNIONNAMEs for DirectX.
12138         * include/winuser.h (CDS_): Update (Franco Bez <franco.bez@gmx.de>).
12139         (COMPAREITEMSTRUCT): Fix fields.
12140         (SERIALKEYSA): Likewise.
12141         (SERIALKEYSW): Likewise..
12142         * include/winbase.h (CRITICAL_SECTION_DEBUG): Likewise.
12143         (WIN32_FIND_DATAA): Likewise.
12144         (WIN32_FIND_DATAW): Likewise.
12145         * include/commdlg.h (SNDMSG): Define.
12146         * include/winsock.h (SO_UPDATE_ACCEPT_CONTEXT): Define.
12147         (SO_CONNECT_TIME): Likewise.
12148         (AcceptEx): Declare.
12149         (GetAcceptExSockaddrs): Likewise.
12150         * include/winsock2.h: Fix typo in #ifdef __cplusplus.
12151         * include/winspool.h: Add RC_INVOKED guard.
12152         * lib/wsock32.def (AcceptEx@32): Export.
12153         (GetAcceptExSockaddrs@32): Likewise.
12154
12155 1999-11-18  Mumit Khan  <khan@xraylith.wisc.edu>
12156
12157         * Snapshot 1999-11-18.
12158
12159         * include/oaidl.h (tagVARIANT): Rename pbool to pboolVal needed by
12160         Octopod C++ IDE (and MSVC compatibility).
12161         * include/oleauto.h (V_BOOLREF(X)): Likewise.
12162         * include/shellapi.h (ShellAbout*): Fix typo.
12163         * wingdi.h (FW_ULTRABOLD): Likewise.
12164         * include/winnt.h (_TAPE_ERASE, _TAPE_PREPARE, _TAPE_SET_POSITION,
12165         _TAPE_WRITE_MARKS): Add missing fields and fix existing ones.
12166         Add packing directives for various structures. All structure
12167         sizes now conform to MSVC.
12168
12169 1999-11-07  Mumit Khan  <khan@xraylith.wisc.edu>
12170
12171         Released 1999-11-07.
12172
12173 1999-11-06  Mumit Khan  <khan@xraylith.wisc.edu>
12174
12175         * include/winsock2.h: New file. Mostly a stub for now.
12176         * include/winbase.h (DllMain): Delete prototype.
12177         * include/commctrl.h (Header_SetItem): Fix macro.
12178         * include/{isguids.h, lmerrlog.h, mcx.h, objfwd.h, olectl.h,
12179         regstr.h, richole.h, rpcdce.h, rpcdcep.h, rpcnsi.h, rpcproxy.h,
12180         shlguid.h, sqltypes.h, winperf.h}: Enclose in extern "C" if c++.
12181
12182         Merge in changes from wxWindows.
12183         * include/basetyps.h (GUID_DEFINED, UUID_DEFINED): Add guards.
12184         * include/oaidl.h (DISPID_*): Add macros.
12185         (IID_ITypeLib, IID_ICreateTypeInfo, IID_ICreateTypeInfo2,
12186         IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_ITypeInfo,
12187         IID_IErrorInfo, IID_IDispatch, IID_ICreateErrorInfo): Declare.
12188         * include/objidl.h (IDataObject): Fix EnumFormatEtc parameter.
12189
12190         Merge in changes from Octopod C++ IDE group.
12191         * include/commctrl.h (NMHEADERA, NMHEADERW): Define.
12192         (Header_InsertItem): Fix macro.
12193         * include/oaidl.h (IID_IDispatch): Declare.
12194         (IID_ISupportErrorInfo): Likewise.
12195         (IDispatch): Rename Invoked to Invoke.
12196         * include/objidl.h (IPersist): Fix GetClassID.
12197         * include/oleauto.h (VectorFromBstr): Declare.
12198         (BstrFromVector): Likewise.
12199         * include/olectl.h (OLEMISC_*): Update.
12200         * include/olectlid.h (IID_IDispatch): Declare.
12201         * include/oleidl.h (IOleObject): Fix GetExtent and SetExtent.
12202         (IOleInPlaceFrame): Fix.
12203         (ISupportErrorInfo): Define.
12204         (IErrorInfo): Define.
12205         * include/winuser.h (SIF_TRACKPOS): Define.
12206
12207 1999-11-03  Mumit Khan  <khan@xraylith.wisc.edu>
12208
12209         Fix Merge errors:
12210         * include/winnt.h (PSID): Uncomment definition.
12211         (PISID): Rename from PSID.
12212         (struct _TAPE_GET_MEDIA_PARAMETER): Remove reserved field.
12213         (struct _SECURITY_ATTRIBUTES): Remove multiple definition.
12214
12215         * include/lmalert.h, include/lmbrowsr.h, include/lmchdev.h,
12216         include/lmconfig.h, include/lmerrlog.h, include/lmmsg.h,
12217         include/lmremutl.h, include/lmrepl.h, include/lmserver.h,
12218         include/lmsvc.h, include/lmwksta.h, include/oaidl.h,
12219         include/shellapi.h, include/winbase.h, include/wingdi.h,
12220         include/winnt.h, include/winsock.h: Merged with winsup-19991026.
12221
12222 1999-10-31  Mumit Khan  <khan@xraylith.wisc.edu>
12223
12224         * include/wingdi.h (PHYSICAL*, SCALINGFACTOR*): New. From
12225         Marius Kjeldahl <kjeldahl@hotmail.com>.
12226
12227 1999-08-29  Mumit Khan  <khan@xraylith.wisc.edu>
12228
12229         * include/winnt.h (APPLICATION_ERROR_MASK): Add macros.
12230         (ERROR_SEVERITY_*): Likewise.
12231
12232 1999-08-17  Mumit Khan  <khan@xraylith.wisc.edu>
12233
12234         * include/winbase.h (TLS_OUT_OF_INDEXES): Add macro.
12235         (DllMain): Fix prototype.
12236
12237 1999-08-02  Mumit Khan  <khan@xraylith.wisc.edu>
12238
12239         * include/commdlg.h: Enclose within pack(push,1) and pack(pop).
12240         (cderr.h): Don't include.
12241         * include/winuser.h: Fix macro definitions.
12242
12243 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12244
12245         Merge with winsup 1999-07-29:
12246         * include/wincon.h (MOUSE_WHEELED): Define.
12247         * include/winnt.h (PSECURITY_ATTRIBUTES): Add type.
12248         (SECURITY_DESCRIPTOR): Add struct type.
12249         (PSECURITY_DESCRIPTOR): Pointer to above type. BEWARE: this type
12250         is equal to PVOID in the Platform SDK! So don't depend on accessing
12251         members through ->.
12252
12253 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12254
12255         * lib/Makefile.in (install-headers): Don't @ commands.
12256         (install-libraries): Ditto.
12257
12258 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12259
12260         * include/sqlext.h: Use #include <sql.h> instead of "sql.h".
12261
12262 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12263
12264         Patch from Mumit Khan:
12265         * include/windows.h: Fix typo in winsock.h include guard and add
12266         _UWIN to the list.
12267         * include/winnt.h (__int64): Undefine first.
12268         (struct _SID): Declare.
12269
12270 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12271
12272         * include/winnt.h: Add some REG_* defines reported by Boris Lantrewitz.
12273
12274 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12275
12276         Patch from Mumit Khan:
12277         * Makefile.in: Do the right thing when cross-compiling.
12278         * include/windef.h: Don't define _export and __export if already
12279         defined.
12280
12281 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12282
12283         * include/basetyps.h (DECLARE_INTERFACE): Use com_interface attribute.
12284         (DECLARE_INTERFACE_): Ditto.
12285
12286 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12287
12288         * include/mmsystem.h (HWAVEOUT): Fix missing ')'
12289
12290         Reported by Brad Porter
12291         * include/wingdi.h (FW_ULTRALIGHT): Add.
12292         (FW_DEMIBOLD): Add.
12293         (FW_ULTRABOLD): Add.
12294         (FW_BLACK): Add.
12295         (JOHAB_CHARSET): Add.
12296         (VIETNAMESE_CHARSET): Add.
12297
12298
12299 1999-05-15  Anders Norlander  <anorland@hem2.passagen.se>
12300
12301         * lib/scrnsave.c (WinMain): Remove dependencies on C library.
12302         * lib/Makefile.in (Makefile): Regenerate.
12303         * include/pshpack[1248].h: New files, if a program would use any of
12304         them.
12305         * include/poppack.h: Ditto.
12306         * include/windef.h (_WIN32_WINNT): Define
12307         * include/windows.h: Remove DUMMYUNIONNAME[45].
12308         * include/windows.h: Correctly define _M_IX86 to reflect the target
12309         processor.
12310         * include/windows.h: Add preliminary support for other architectures.
12311         * include/winnt.h: Add CONTEXT structure for PPC and ALPHA.
12312         * include/winnt.h: Remove PACKED from U/LARGE_INTEGER
12313         * include/winnt.h (LUID_AND_ATTRIBUTES): Use pack(4) to solve alignment
12314         issue with LARGE_INTEGER.
12315         (ANSI_NULL): Define.
12316         (PSZ): Define.
12317         (ACL_REVISION[1234]): Define.
12318         (MIN/MAX_ACL_REVISION): Define.
12319         (PTCHAR): Define.
12320         (LANG_USER_DEFAULT): Define.
12321         (LANG_SYSTEM_DEFAULT): Define.
12322         (LOCALE_NEUTRAL): Define.
12323         (SORTVERSIONFROMLCID): Define.
12324         * include/windef.h (UNREFERENCED_PARAMETER): Define.
12325         (UNREFERENCED_LOCAL_VARIABLE): Define.
12326         (DBG_UNREFERENCED_PARAMETER): Define.
12327         (DBG_UNREFERENCED_LOCAL_VARIABLE): Define.
12328         * lib/mswsock.def: New file. Imports for mswsock.dll.
12329         * include/custcntl.h: New file. Necessary to compile some SDK
12330         samples.
12331         * include/winuser.h (SM_MOUSEWHEELPRESENT): Define.
12332         (WM_MOUSEWHEEL): Define.
12333         (WHEEL_DELTA): Define.
12334         (WM_MOUSELAST): Redefine to reflect WM_MOUSEWHEEL.
12335         (WM_NEXTMENU): Define.
12336         (CharNextA): Fix prototype.
12337         (CharNextW): Ditto.
12338
12339 1999-05-14  Anders Norlander  <anorland@hem2.passagen.se>
12340
12341         * include/winsock.h: Enclose in extern "C" if C++, huh?
12342         * include/winuser.h(WM_SYNCPAINT): Define. From fltk.
12343
12344 1999-05-13  Anders Norlander  <anorland@hem2.passagen.se>
12345
12346         * include/windef.h (NULL): Define only ifndef
12347         (TRUE): Ditto, was previously only defined ifndef FALSE
12348         (PASCAL): Define as _pascal
12349         (__pascal): Define
12350         (WINAPIV): Define
12351         (min,max): Define only ifndef NOMINMAX
12352
12353 1999-05-10  Anders Norlander  <anorland@hem2.passagen.se>
12354
12355         * include/commctrl.h: Support for Date/Calendar controls + IE controls.
12356         You must define _WIN32_IE if you want support for it.
12357         Modified patch from Nirmal Prasad  <nprasad@truept.com>.
12358
12359 1999-05-10  Ron Aaron   <v-ronaar@Exchange.Microsoft.com>
12360
12361         * include/wincon.h: Add some ButtonState flags and EventFlags.
12362
12363 1999-05-10  Anders Norlander  <anorland@hem2.passagen.se>
12364
12365         * include/basetyps.h: Don't support COM when __OBJC__ defined because
12366         interface define causes mayhem.
12367         (DEFINE_INTERFACE): Use comobject attribute only if HAVE_COMOBJECT is
12368         defined.
12369         * include/windows.h: Undefine BOOL if __OBJC__ defined
12370
12371 1999-05-09  Chris Faylor  <cgf@cygnus.com>
12372
12373         * include/winnls.h: Define additional code pages.
12374
12375 1999-05-09  Anders Norlander  <anorland@hem2.passagen.se>
12376
12377         * include/winbase.h(RtlFillMemory): Parameters got passed in wrong
12378         order, corrected.
12379         (RtlZeroMemory): Use RtlFillMemory
12380
12381 1999-05-04  Anders Norlander  <anorland@hem2.passagen.se>
12382
12383         * include/winnt.h: Add PACKED to LARGE_INTEGER and ULARGE_INTEGER
12384         to get the correct size when used in some structs.
12385         (ULARGE_INTEGER): Ditto.
12386         * include/winnt.h (TAPE_CREATE_PARTITION): Add struct.
12387         * include/winnt.h: Add TAPE_* pointer types PTAPE_*
12388
12389 1999-05-02  Nirmal Prasad  <nprasad@truept.com>
12390
12391         * include/wininet.h: Enclose in extern "C" if c++
12392         (INTERNET_BUFFERSA/W): Define struct
12393         * include/wininet.h: Add some HSR_* defines
12394
12395 1999-05-02  Anders Norlander  <anorland@hem2.passagen.se>
12396
12397         * include/winnt.h (IMAGE_FIRST_SECTION): Prepend missing paren
12398         * include/winnt.h (UNALIGNED): Define
12399         * include/windef.h (DECLSPEC_NORETURN): Define
12400
12401         * include/wininet.h (INTERNET_MAX_NAME): Remove
12402         (INTERNET_MAX_SCHEME_LENGTH): Define
12403         (INTERNET_MAX_URL_LENGTH): Use INTERNET_MAX_SCHEME_LENGTH
12404         * include/wininet.def: Completely redone, it was losing badly.
12405
12406 1999-05-01  Anders Norlander  <anorland@hem2.passagen.se>
12407
12408         * lib/dplayx.def: Remove '_' prefixes
12409         * lib/shell32.def: Remove imports for IID_ContextMenu
12410
12411 1999-04-29  Anders Norlander  <anorland@hem2.passagen.se>
12412
12413         * Makefile.in (dist): Support dist target
12414         * lib/Makefile.in (dist): Likewise
12415         * lib/Makefile.in (uninstall-headers): Fix command
12416         * Makefile.in (bindist): Target to build a prebuilt dist
12417
12418         * lib/ws2_32.def: Winsock2 implib
12419
12420         * include/largeint.h: New header
12421         * include/largeint.c: Large integer support library
12422         * lib/Makefile.in(EXTRA_LIBS): Add liblargeint.a
12423         (EXTRA_OBJS): Add largeint.o
12424
12425         * include/Makefile: Remove
12426         * lib/Makefile: Remove
12427         * Makefile: Remove
12428         * configure.in: New autoconf script
12429         * configure: generated configure script
12430         * Makefile.in: autoconf makefile template
12431         * lib/Makefile.in: Ditto
12432         * include/test.c: mv to lib/test.c
12433         * include/res.rc: mv to lib/res.rc
12434         * include/TODO: mv to .
12435         * include/Notes: mv to ./NOTES
12436
12437 1999-04-28  Anders Norlander  <anorland@hem2.passagen.se>
12438
12439         * include/zmouse.h (WHEEL_DELTA): Define
12440
12441 1999-04-26  Mumit Khan  <khan@xraylith.wisc.edu>
12442
12443         * include/ddeml.h (HSZPAIR): Declare.
12444         * include/zmouse.h: New file.
12445
12446 1999-04-27  Daniel Guerrero Miralles  <daniel.guerrero@upcnet.upc.es>
12447
12448         * lib/d3dim.def: New implib
12449         * lib/d3drm.def: Ditto
12450         * lib/d3dxof.def: Ditto
12451         * lib/ddraw.def: Ditto
12452         * lib/dinput.def: Ditto
12453         * lib/dplayx.def: Ditto
12454         * lib/dsetup.def: Ditto
12455         * lib/dsound.def: Ditto
12456         * lib/dinput.c: Guid library for DirectInput
12457         * lib/dxguid.c: Guid library for DirectX
12458
12459 1999-04-21  Anders Norlander  <anorland@hem2.passagen.se>
12460
12461         * include/windowsx.h (GET_X_LPARAM): Missing macro added (reported
12462         by Ron Aaron).
12463         * include/windowsx.h (GET_Y_LPARAM): Also missing
12464         * include/winnls.h (IsValidCodePage): Missing prototype added (reported
12465         by Mumit Khan).
12466
12467 1999-04-18  Anders Norlander  <anorland@hem2.passagen.se>
12468
12469         * include/scrnsave.h: New header file for screen saver library
12470         * lib/scrnsave.c: New file: screen saver library
12471
12472 1999-04-17  Anders Norlander  <anorland@hem2.passagen.se>
12473
12474         * include/regstr.h: Enclosed all strings in TEXT() macros so it
12475         works well in when UNICODE is defined
12476
12477 1999-04-17  Nirmal Prasad  <nprasad@truept.com>
12478
12479         * include/winuser.h(STYLESTRUCT): New struct
12480         * include/wingdi.h:(GOBJENUMPROC): This function type should
12481         return void.
12482
12483 1999-04-17  Anders Norlander  <anorland@hem2.passagen.se>
12484
12485         * include/basetyps.h (LPGUID): New typedef
12486         * lib/glut.def: Import library defintions for glut.dll
12487         * lib/glu32.def: Ditto for glut32.dll
12488         * include/winnt.h: Fixed handling of wchar_t typedef
12489         * include/sql.h(SQL_NO_DATA_FOUND): Replace with SQL_NO_DATA
12490         * include/sqlext.h(SQL_NO_DATA_FOUND): Define as SQL_NO_DATA
12491
12492 1999-03-20  Anders Norlander  <anorland@hem2.passagen.se>
12493
12494         * include/winbase.h(AbnormalTermination): Define as FALSE
12495         * include/commctrl.h: Support for new progress bar messages/styles
12496
12497 1999-03-20  Geoffrey Noer  <noer@cygnus.com>
12498
12499         * include/commdlg.h(PageSetupDlg): New define
12500         * include/richedit.h: Missing SCF_* defines
12501         * include/winnt.h: Lots o' defines
12502         * include/winbase.h(AllocateAndInitializeSid): Corrected prototype
12503
12504 1999-03-09  Anders Norlander  <anorland@hem2.passagen.se>
12505
12506         * include/commdlg.h: Removed pack pragma
12507         * lib/comctl32.def(InitCommonControlsEx@4): Added import
12508
12509 1999-03-08  Anders Norlander  <anorland@hem2.passagen.se>
12510
12511         * Makefile: Set version to 0.1.5
12512         * lib/Makefile (clean): Fix typo
12513
12514         * include/commctrl.h: Removed pack pragma
12515         * include/cpl.h: Likewise
12516         * include/dbt.h: Likewise
12517         * include/dde.h: Likewise
12518         * include/nddeapi.h: Likewise
12519         * include/shellapi.h: Likewise
12520         * include/wincrypt.h: Likewise
12521         * include/lmaccess.h: Fixed USER_PRIV_ADMIN typo
12522
12523         * include/winsock.h (netent): Define only ifndef __INSIDE_CYGWIN__
12524         (servent): Likewise
12525         (protoent): Likewise
12526
12527         * include/windows.h: Prevent inclusion of winsock.h if we are
12528         using or compiling cygwin. Define Win32_Winsock to force inclusion.
12529
12530 1999-01-08  Anders Norlander  <anorland@hem2.passagen.se>
12531
12532         * include/winbase.h (CREATE_FORCEDOS): New define
12533
12534 1999-01-07  Anders Norlander  <anorland@hem2.passagen.se>
12535
12536         * include/wincon.h(KEY_EVENT_RECORD): Fixed packing problem on
12537         (COORD): Likewise
12538         * include/wingdi.h (BITMAPFILEHEADER): Fixed packing
12539         * include/windows.h: Added DUMMYUNIONNAME4 and 5
12540         * include/winnt.h (LUID_AND_ATTRIBUTES_ARRAY): New type
12541         (PLUID_AND_ATTRIBUTES_ARRAY): New type
12542
12543         * include/ddeml.h: Removed unnecessary `#pragma pack'
12544         * include/imm.h: Likewise
12545         * include/nddeapi.h: Likewise
12546         * include/nspapi.h: Likewise
12547         * include/regstr.h: Likewise
12548         * include/wincon.h: Likewise
12549         * include/windef.h: Likewise
12550         * include/winioctl.h: Likewise
12551         * include/winnls.h: Likewise
12552         * include/winsvc.h: Likewise
12553         * include/winuser.h: Likewise
12554         * include/winver.h: Likewise
12555         * include/wtypes.h: Likewise
12556
12557 1999-01-05  Anders Norlander  <anorland@hem2.passagen.se>
12558
12559         * Makefile (VERSION): Set to 0.1.4
12560         * include/basetyps.h: Check for NOCOMOBJECT
12561         * include/Makefile: Pass -DNOCOMOBJECT to g++ to avoid warnings
12562         on comobject attribute.
12563         * lib/kernel32.def: Added a few functions
12564         * include/windef.h (DWORD): Changed back to unsigned long
12565
12566         * include/windows.h: Include only winresrc.h if RC_INVOKED is defined,
12567         winresrc.h in turn includes the necessary headers. This makes things
12568         much simpler, no need to protect blocks of code in headers that
12569         should not be seen by the resource compiler.
12570
12571 1999-01-05  Geoffrey Noer  <noer@cygnus.com>
12572
12573         * include/winbase.h (STATUS_INVALID_HANDLE): Added define
12574         * include/wincon.h: Added console event type flags
12575         * include/winnt.h (FILE_SHARE_DELETE): Added
12576           (SECURITY_DESCRIPTOR): typedef as DWORD
12577
12578         * include/winuser.h (WM_PENWINFIRST): Fixed typo
12579         * include/winsock.h: Protect some blocks with __INSIDE_CYGWIN_ and
12580         define u_* types only if _SYS_TYPES_H is not defined.
12581
12582 1999-01-02  Anders Norlander  <anorland@hem2.passagen.se>
12583
12584         * COPYING.LIB: Deleted
12585         * README: Updated to reflect license changes
12586         * include/shlobj.h: Remove extra comma on some enums
12587         * include/windef.h: Changed DWORD typedef from unsigned long to
12588         unsigned int in order to avoid warnings on bit fields that
12589         use DWORD.
12590         * include/Makefile (test): Compile with all warnings
12591         * include/unknwn.h: Include objfwd.h
12592         * include/winsock.h: Added missing copyright notices.
12593
12594 1999-01-01  Anders Norlander  <anorland@hem2.passagen.se>
12595
12596         * lib/winmm.def: Corrected LIBRARY statement
12597         * include/mmsystem.h: Define mmioSeek codes if not already defined
12598         * include/commctrl.h (CreateStatusWindowA): Corrected prototype
12599         (CreateStatusWindowW): Likewise
12600
12601         * include/winresrc.h: Include only files necessary instead of windows.h
12602         * include/dde.h: Allow inclusion in resource scripts.
12603         * include/winnt.h: Likewise
12604         * include/commctrl.h: Likewise
12605         * include/prsht.h: Likewise
12606         * README: Updated
12607
12608 1998-12-10  Anders Norlander  <anorland@hem2.passagen.se>
12609
12610         * include/sqltypes.h (SQLHANDLE): Added this type
12611         (SQLHDESC): Likewise
12612         * include/sql.h (SQLFreeHandle): Added this prototype
12613         (SQLAllocHandle): Likewise
12614
12615 1998-12-08  Anders Norlander  <anorland@hem2.passagen.se>
12616
12617         * include/winsock.h: Define _GNU_H_WINDOWS32_SOCKETS to avoid
12618         conflicts with cygwin headers.
12619
12620 1998-12-06  Anders Norlander  <anorland@hem2.passagen.se>
12621
12622         * Makefile: Changed VERSION to 0.1.3
12623         * Makefile (dist-lib): New target to make import library only
12624         distribution
12625         * Makefile (dist-hdr): New target to make headers only distribution
12626         * Makefile (dist): Now depends on dist-lib and dist-hdr instead of
12627         building one single distribution file.
12628         * dist.mak: Deleted
12629
12630         * include/lm.h: New file
12631         * include/lmcons.h: New file
12632         * include/lmalert.h: New file
12633         * include/lmaudit.h: New file
12634         * include/lmconfig.h: New file
12635         * include/lmapibuf.h: New file
12636         * include/lmaccess.h: New file
12637         * include/lmchdev.h: New file
12638         * include/lmremutl.h: New file
12639         * include/lmrepl.h: New file
12640         * include/lmerrlog.h: New file
12641         * include/lmat.h: New file
12642         * include/lmuse.h: New file
12643         * include/lmuseflg.h: New file
12644         * include/lmserver.h: New file
12645         * include/lmerr.h: New file
12646         * include/lmsname.h: New file
12647         * include/lmstats.h: New file
12648         * include/lmsvc.h: New file
12649         * include/lmwksta.h: New file
12650         * include/lmbrowsr.h: New file
12651
12652 1998-12-05  Anders Norlander  <anorland@hem2.passagen.se>
12653
12654         * include/unknwn.h: Fixed IClassFactory declaration; INTERFACE was missing
12655         * include/unknwn.h: Added extern declaration for IID_IClassFactory
12656
12657         * include/initguid.h: New file
12658
12659         * include/rpcndr.h: Defined hyper and MIDL_hyper as double if 64 bit
12660         int not supported
12661
12662         * include/winnt.h: Added USN
12663         * include/winnt.h: Changed handling of 64 bit int support
12664
12665         * include/windows.h: Added support for BC,LCC and MSVC
12666
12667         * include/windows.h: Changed handling machine architecture defines
12668
12669         * include/olectl.h: New file
12670
12671 1998-12-04  Anders Norlander  <anorland@hem2.passagen.se>
12672
12673         * include/oleidl.h: Added IViewObject and IViewObject2
12674
12675         * include/objidl: Corrected prototype for IStorage::DestroyElement and
12676         IStorage::MoveElement
12677
12678         * include/oledlg.h: New file
12679
12680         * include/winresrc.h: New file
12681
12682         * include/wingdi.h: Added LPDOCINFO
12683
12684         * include/commctrl.h: Added SBARS_SIZEGRIP and TVM_SETINDENT
12685         * include/commctrl.h: Added TCM_SETITEM to UNICODE/ANSI block
12686         * include/commctrl.h: Added ListView_GetSelectedCount, ListView_GetItemSpacing,
12687         TabCtrl_SetImageList and TabCtrl_GetItemCount
12688         * include/commctrl.h: Added TVM_FIRST, HDM_FIRST and TV_FIRST
12689
12690         * include/windowsx.h: Added missing ListBox_xx ComboBox_xx etc. macros
12691
12692         * include/wingdi.h: Added (L)PBITMAP,(L)PBITMAPCOREHEADER,
12693         PBITMAPINFOHEADER, (L)PBITMAPCOREINFO and (L)PBITMAPFILEHEADER.
12694
12695         * include/commdlg.h: Added LPDEVNAMES
12696
12697         * include/windows.h: Include excpt.h
12698
12699         * include/excpt.h: New file. This file just contains some
12700         stubs for SEH that do nothing.
12701
12702         * include/commctrl.h: Added general WM_NOTIFY codes
12703
12704         * include/winuser.h: Added ICON_SMALL and ICON_BIG
12705         * include/winuser.h: Removed VK_0-VK_9 VK_A-VK_Z; they should obviously
12706         not be in the headers.
12707         * include/winuser.h: Added LPCBTACTIVATESTRUCT and LPCLIENTCREATESTRUCT
12708         * include/winuser.h: Added old WM_SIZE parameter names so
12709         wxWindows compiles.
12710         * include/winuser.h: Added IDC_SIZE and IDC_ICON
12711         * include/winuser.h: Added LPDLGITEMTEMPLATE
12712         * include/winuser.h: HTCAPTION was missing value
12713         * include/winuser.h: Added WM_ACTIVE flags
12714
12715         * include/windowsx.h: Added _fmemcpy so V compiles; also added
12716         _fxx defines for memmove, memset and memcmp
12717
12718         * include/windef.h: Changed _export and __export to empty defines
12719
12720         * include/shellapi.h: Corrected prototypes for ExtractIcon functions.
12721         String parameters were not const and ExtractAssociatedIcon takes
12722         a WORD pointer not DWORD pointer as last parameter.
12723
12724         * Makefile: Changed VERSION to 0.1.2
12725
12726         * include/ole2ver.h: New file
12727
12728         * Makefile: Removed all dependencies on GLUT
12729
12730         * include/GL/glut.h: Removed file because of decision to remove
12731         files that are not part of the library.
12732         * lib/glut.def: Likewise
12733         * lib/glut32.def: Likewise
12734
12735         * include/windows.h: Include winperf.h
12736
12737         * include/winperf.h: New file
12738
12739         * lib/gdi32.def: Added GetEnhMetaFilePixelFormat
12740
12741         * include/winnls.h: Added calendar types
12742         * include/winnls.h: Added country codes
12743
12744 1998-12-03  Anders Norlander  <anorland@hem2.passagen.se>
12745
12746         * include/windef.h: Added PROC and NEARPROC
12747
12748         * include/wingdi.h: Added ChoosePixelFormat, DescribePixelFormat
12749         * include/wingdi.h: Added OpenGL types and prototypes
12750         * include/wingdi.h: Added ENHMETA_STOCK_OBJECT
12751         * include/wingdi.h: Added DCTT_DOWNLOAD_OUTLINE
12752         * include/wingdi.h: Added POINTFX, TTPOLYCURVE and TTPOLYGONHEADER
12753         * include/wingdi.h: Added truetype character outline types
12754         * include/wingdi.h: Added DEVMODE initialization flags
12755         * include/wingdi.h: Added panose codes
12756         * include/wingdi.h: Added missing character sets
12757         * include/wingdi.h: Added ANTIALIASED_QUALITY and
12758         NONANTIALIASED_QUALITY
12759         * include/wingdi.h: Added ENUMLOGFONTA/W and ENUMLOGFONTEXA/W
12760         * include/wingdi.h: Added pointer types for EXTLOGPEN
12761         * include/wingdi.h: Added PATTERN type
12762         * include/wingdi.h: Added NEWTEXTMETRICA/W and NEWTEXTMETRICEXA/W
12763         * include/wingdi.h: Added new text metric flags
12764         * include/wingdi.h: Added pitch and family flags
12765         * include/wingdi.h: Moved BCHAR defintion from winnt.h here
12766         * include/wingdi.h: Added METAHEADER
12767         * include/wingdi.h: Fixed packing of RGBTRIPLE and BITMAPFILEHEADER
12768         * include/wingdi.h: Added TA_MASK
12769         * include/wingdi.h: Added MAXSTRETCHBLTMODE
12770         * include/wingdi.h: Added error codes
12771
12772         * include/winuser.h: Added missing winhelp structures
12773         * include/winuser.h: Added dialog flags/styles/messages
12774         * include/winuser.h: Added EM_SETMARGIN codes
12775         * include/winuser.h: Made it possiblie to use IDI_XX values
12776         in resource files.
12777         * include/winuser.h: Added missing LoadImage load flags
12778         * include/winuser.h: Added missing message box flags
12779         * include/winuser.h: Added ScrollWindow codes
12780         * include/winuser.h: Added DT_WORD_ELLIPSIS
12781         * include/winuser.h: Added drag and drop support
12782         * include/winuser.h: Added WM_MENUCHAR return codes
12783         * include/winuser.h: Added DLGWINDOWEXTRA
12784         * include/winuser.h: Added missing SetWindowPos flags.
12785         * include/winuser.h: Added BSF_NOTIMEOUTIFNOTHUNG
12786         * include/winuser.h: Added IDHOT_xx defines
12787         * include/winuser.h: Added MOD_WIN
12788         * include/winuser.h: Added missing defines and structs for owner draw
12789         controls.
12790         * include/winuser.h: Added WPF_RESTORETOMAXIMIZED and
12791         WPF_SETMINPOSITION
12792         * include/winuser.h: Added DrawAnimatedRects flags
12793         * include/winuser.h: Added WM_PRINT codes
12794         * include/winuser.h: Added CS_IME class style
12795         * include/winuser.h: Added WM_SIZE codes
12796         * include/winuser.h: Added WM_MOUSEACTIVATE return codes
12797         * include/winuser.h: Added WM_NCHITTEST return codes
12798         * include/winuser.h: Added WM_SIZING parameters
12799         * include/winuser.h: Added WM_NEXTMENU and MDINEXTMENU
12800         * include/winuser.h: Added menu loop codes.
12801         * include/winuser.h: Added NFR_ANSI, NFR_UNICODE, NF_QUERY and
12802         NF_REQUERY
12803         * include/winuser.h: Added WM_POWER flags
12804         * include/winuser.h: Added KL_NAMELENGTH, WSF_VISIBLE
12805         * include/winuser.h: Added missing message filter codes
12806         * include/winuser.h: Added WM_KEYXX message flags
12807         * include/winuser.h: Added WM_SHOWMESSAGE flags
12808         * include/winuser.h: Added old ShowWindow commands
12809         * include/winuser.h: Fixed packing of DLGITEMTEMPLATE and DLGTEMPLATE
12810         structures.
12811
12812         * include/mciavi.h: New file for the MCI AVI driver that for some
12813         reason is not in mmsystem.h.
12814
12815         * include/winbase.h: Added PIPE_UNLIMITED_INSTANCES and INVALID_FILE_SIZE
12816         * include/winbase.h: Added SECURITY_xx for CreateFile
12817         * include/winbase.h: Added RTS and DTS control values
12818         * include/winbase.h: Fixed SYSTEM_INFO structure
12819         * include/winbase.h: Added CREATE_NO_WINDOW, CREATE_SHARED_WOW_VDM
12820         * include/winbase.h: Added FILE_TYPE_REMOTE
12821         * include/winbase.h: Added modem status flags
12822         * include/winbase.h: Added HINSTANCE_ERROR
12823         * include/winbase.h: Added DefineDosDevice defines
12824         * include/winbase.h: Added power management flags AC_xx BATTERY_xx
12825         * include/winbase.h: Added STARTF_XX flags
12826         * include/winbase.h: Fixed typo on _lcreat prototype.
12827         * include/winbase.h: Moved DBG_XX to winnt.h
12828         * include/winbase.h: Moved TOKEN_XX, DLL_PROCESS_XX and DLL_THREAD_XX to
12829         winnt.h
12830
12831         * include/unknwn.h: Added extern declaration of IID_IUnknown
12832
12833         * include/windowsx.h: Added hmemcpy.
12834
12835         * include/winnt.h: Added dummy member to DECLARE_HANDLE struct
12836         * include/winnt.h: Added PACCESS_TOKEN
12837         * include/winnt.h: Added TAPE_XX defines and moved some from winbase.h
12838         * include/winnt.h: Added SE_IMPERSONATION_STATE and TOKEN_SOURCE_LENGTH
12839         * include/winnt.h: Added SE_PRIVILEGE_ENABLED_BY_DEFAULT, SE_PRIVILEGE_ENABLED,
12840         SE_PRIVILEGE_USED_FOR_ACCESS, PRIVILEGE_SET_ALL_NECESSARY,
12841         SECURITY_MAX_IMPERSONATION_LEVEL, DEFAULT_IMPERSONATION_LEVEL,
12842         SECURITY_DYNAMIC_TRACKING and SECURITY_STATIC_TRACKING.
12843
12844         * include/winnt.h: Added SE_OWNER_DEFAULTED, SE_GROUP_DEFAULTED, SE_DACL_XX,
12845         SE_SACL_XX, SE_SELF_RELATIVE, SECURITY_DESCRIPTOR_MIN_LENGTH,
12846         SECURITY_DESCRIPTOR_REVISION and SECURITY_DESCRIPTOR_REVISION1.
12847
12848         * include/winsvc.h: Removed conflicting defines which were supposed
12849         to be in winnt.h
12850
12851         * include/winnt.h: Added SERVICE_NODE_TYPE, SERVICE_LOAD_TYPE
12852         and SERVICE_ERROR_TYPE.
12853
12854         * include/winnt.h: Added SERVICE_XX defines.
12855         * include/winsvc.h: Added SERVICES_ACTIVE_DATABASEA/W,
12856         SERVICES_FAILED_DATABASEA/W and SC_GROUP_IDENTIFIERA/W.
12857
12858         * include/winsvc.h: Added SERVICE_STATE_ALL, SERVICE_QUERY_CONFIG,
12859         SERVICE_CHANGE_CONFIG, SERVICE_QUERY_STATUS, SERVICE_ENUMERATE_DEPENDENTS,
12860         SERVICE_START, SERVICE_STOP, SERVICE_PAUSE_CONTINUE,
12861         SERVICE_USER_DEFINED_CONTROL and SERVICE_ALL_ACCESS
12862
12863 1998-12-02  Anders Norlander  <anorland@hem2.passagen.se>
12864
12865         * include/winbase.h: Corrected prototype for CreateProcessA
12866
12867         * include/mmsystem.h: Added CAPS1 and C1_TRANSPARENT for display
12868         driver extensions.
12869
12870         * include/shlobj.h: Corrected prototype for SHGetDesktopFolder, should
12871         be LPSHELLFOLDER* not LPSHELLFOLDER.
12872
12873         * include/windows.h: Include commdlg.h
12874
12875         * include/winuser.h: Added MDICREATESTRUCT
12876
12877         * include/winuser.h: Added LB_ERR, LB_ERRSPACE, LB_OKAY, CB_ERR,
12878         CB_ERRSPACE, and CB_OKAY
12879
12880         * include/wingdi.h: Added LPBITMAPINFOHEADER
12881
12882         * include/rpcproxy.h: Removed IN, OUT and OPTIONAL since they
12883         are meaningless.
12884         * include/rpcdce2.h: Likewise.
12885
12886         * lib/shell32.c: Moved GUID defintions from shlguid.h to this file.
12887
12888         * include/richole.h: Replaced DEFINE_GUID with extern const GUID
12889         * include/olectlid.h: Likewise
12890         * include/shlguid.h: Likewise
12891
12892         * include/coguid.h: Delete file since it was for 16 bit windows only.
12893
12894         * lib/*.def: Appended .dll to library name where needed.
12895
12896         * include/windef.h: Define _stdcall and __stdcall only if not
12897         previously defined instead of undefining first.
12898
12899         * include/dlgs.h: Put RC_INVOKED around structure defs
12900
12901         * include/intshcut.h: New file
12902         * include/isguids.h: New file
12903
12904         * lib/uuid.c: Added all COM/OLE GUIDS I know and do not know about.
12905
12906 1998-12-01  Anders Norlander  <anorland@hem2.passagen.se>
12907
12908         * include/winnt.h: Added check if _T is defined before defining it
12909
12910         * include/windows.h: Include dlgs.h if WIN32_LEAN_AND_MEAN not defined
12911
12912         * include/dlgs.h: New file
12913
12914         * include/winbase.h: Removed DllEntryPoint define
12915
12916         * include/winbase.h: Added SetupComm prototype
12917
12918         * include/rpc.h: SEH RPC functions no longer defined since they weren't
12919         supported anyway.
12920
12921         * include/basetyps.h: Removed use of COMOBJECT define, instead
12922         DECLARE_INTERFACE directly uses comobject attribute when GCC
12923         is used.
12924
12925         * include/wtypes.h: STGC enum was missing typedef
12926
12927         * include/objidl.h: ADVC enum was missing typedef
12928
12929         * include/winnt.h: Moved CHAR, SHORT and LONG definitions so
12930         they are nested within the VOID definition.
12931
12932         * include/winbase.h: Added stream ids and attributes
12933
12934         * include/winbase.h: Changed WIN32_STREAM_ID member cStreamName
12935         to an ANYSIZE_ARRAY array.
12936
12937 1998-11-26  Anders Norlander  <anorland@hem2.passagen.se>
12938
12939         * include/windef.h: defined _declspec as __declspec since
12940         some programs (like VWCL) use _declspec instead of __declspec
12941
12942         * include/winnt.h: added COMPRESS_FORMAT defines
12943
12944         * include/winbase.h: moved IS_TEXT_XXX defines to winnt.h
12945
12946         * include/winnt.h: added HEAP_XXXX defines
12947
12948         * include/winbase.h: moved HEAP_XXXX defines to winnt.h
12949
12950         * include/winnt.h: added defintions for PE/COFF from the PE and COFF
12951         specification.
12952
12953         * include/winnt.h: added NTAPI define
12954
12955 1998-11-25  Anders Norlander  <anorland@hem2.passagen.se>
12956
12957         * include/winnt.h: defined TBYTE,LPTSTR etc in terms of TCHAR
12958         instead of CHAR or WCHAR.
12959
12960         * include/winnt.h: added _T define
12961
12962         * include/winnt.h: added test for _TCHAR_DEFINED
12963
12964         * include/winnt.h: included string.h for memory macros
12965
12966         * include/prsht.h: added PSM_SETFINISHTEXT to UNICODE/ANSI test
12967
12968         * include/prsht.h: moved PSM_SETTITLEA/W to UNICODE test at end of file
12969
12970         * include/prsht.h: added PropSheet_XXX macros
12971
12972
12973 1998-11-24  Anders Norlander  <anorland@hem2.passagen.se>
12974
12975         * include/winspool.h: Changed DeletePrinterProcessor and
12976         DeletePrinterProvidor to DeletePrintXX.
12977
12978         * include/wingdi.h: Changed EMRCREATECOLORSPACE lcs member type to
12979         LOGCOLORSPACEW.
12980
12981         * include/wingdi.h: Changed prototype for CreateColorSpace to A and W
12982         variants
12983
12984         * include/wingdi.h: Likewise for GetLogColorSpace
12985
12986         * include/wingdi.h: Changed LOGCOLORSPACE to LOGCOLORSPACEA/W.
12987
12988         * include/richedit.h: Added missing defines and structures
12989
12990         * include/winuser.h: Moved EDITWORDBREAKPROCEX to include/richedit.h
12991
12992         * include/winuser.h: Added HWND_DESKTOP
12993
12994 1998-11-23  Anders Norlander  <anorland@hem2.passagen.se>
12995
12996         * Makefile: Include ChangeLog when building source
12997         distribution (srcdist)
12998
12999         * include/oleauto.h: Changed WINOLEAUTAPI and WINOLEAUTAPI_ so they
13000         are always defined as STDAPI and STDAPI_
13001
13002         * include/objbase.h: Changed WINOLEAPI and WINOLEAPI_ so they
13003         are always defined as STDAPI and STDAPI_
13004
13005         * include/objidl.h: Removed extra ';' on IStorage SetClass method
13006
13007         * include/rpcndr.h: Removed all IN and OUT from function prototypes
13008
13009         * ChangeLog started