OSDN Git Service

Make <winuser.h> header effectively self-contained.
[mingw/mingw-org-wsl.git] / w32api / ChangeLog
1 2017-06-06  Keith Marshall  <keithmarshall@users.sourceforge.net>
2
3         Make <winuser.h> header effectively self-contained.
4
5         * include/winuser.h (stdarg.h): Include it, in addition to...
6         [NOGDI] (windef.h): ...this, directly or otherwise indirectly via...
7         [!NOGDI] (wingdi.h): ...this, for effective self-containment.
8
9 2017-06-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
10
11         Consolidate <wingdi.h> version specific conditionals.
12
13         * include/wingdi.h: Reorganize file content; group manifest constant
14         definitions into a single nested collection of conditional blocks, for
15         those definitions which are common to both Win9x and WinNT, with one
16         block per Windows version evolution, sorting alphabetically within
17         each block; do likewise for additional manifest constant definitions
18         which are specific to WinNT, and also for data type definitions and
19         function prototypes.
20
21 2017-06-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
22
23         Tidy, and make <wingdi.h> header effectively self-contained.
24
25         * include/wingdi.h: Tidy layout; assert copyright.
26         (windef.h): Include it; this achieves self-containment.
27         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them.
28         [UNICODE vs. !UNICODE]: Discriminate generic symbol names, using...
29         (__AW_ALIAS__): ...this, when defining each of...
30         (DEVMODE, PDEVMODE, LPDEVMODE, DOCINFO, LPDOCINFO, LOGCOLORSPACE)
31         (LOGFONT, PLOGFONT, LPLOGFONT, EXTLOGFONT, PEXTLOGFONT, LPEXTLOGFONT)
32         (LPLOGCOLORSPACE, TEXTMETRIC, PTEXTMETRIC, LPTEXTMETRIC, GCP_RESULTS)
33         (PPOLYTEXT, LPPOLYTEXT, NEWTEXTMETRIC, PNEWTEXTMETRIC, LPNEWTEXTMETRIC)
34         (LPENUMLOGFONTEX, ENUMLOGFONTEXDV, PENUMLOGFONTEXDV, LPENUMLOGFONTEXDV)
35         (OUTLINETEXTMETRIC, POUTLINETEXTMETRIC, LPOUTLINETEXTMETRIC, POLYTEXT)
36         (LPGCP_RESULTS, DISPLAY_DEVICE, PDISPLAY_DEVICE, LPDISPLAY_DEVICE)
37         (NEWTEXTMETRICEX, ENUMLOGFONT, LPENUMLOGFONT, ENUMLOGFONTEX): ...these.
38         (__AW_SUFFIXED__): Similarly, use this when declaring each of...
39         (FONTENUMPROC, ICMENUMPROC, AddFontResource, AddFontResourceEx,
40         (CopyEnhMetaFile, CopyMetaFile, CreateColorSpace, CreateEnhMetaFile)
41         (CreateDC, CreateFont, CreateFontIndirect, CreateIC, CreateMetaFile)
42         (CreateScalableFontResource, DeviceCapabilities, EnumFontFamilies)
43         (EnumFontFamiliesEx, EnumFonts, EnumICMProfiles, ExtTextOut)
44         (GetCharABCWidths, GetCharABCWidthsFloat, GetCharacterPlacement)
45         (GetCharWidth32, GetCharWidth, GetCharWidthFloat, GetEnhMetaFile)
46         (GetEnhMetaFileDescription, GetGlyphOutline, GetICMProfile)
47         (GetKerningPairs, GetLogColorSpace, GetMetaFile, GetObject)
48         (GetOutlineTextMetrics, GetTextExtentExPoint, GetTextExtentPoint)
49         (GetTextExtentPoint32, GetTextFace, GetTextMetrics, PolyTextOut,
50         (RemoveFontResource, RemoveFontResourceEx, ResetDC, SetICMProfile)
51         (StartDoc, TextOut, UpdateICMRegKey, wglUseFontBitmaps)
52         (wglUseFontOutlines, GetGlyphIndices): ...these.
53
54 2017-05-31  Keith Marshall  <keithmarshall@users.sourceforge.net>
55
56         Declare CONDITION_VARIABLE API, per feature request [#2314]
57
58         * include/winbase.h [_WIN32_WINNT >= _WIN32_WINNT_VISTA]
59         (CONDITION_VARIABLE, PCONDITION_VARIABLE): Define data types, and...
60         (InitializeConditionVariable, SleepConditionVariableCS)
61         (SleepConditionVariableSRW, WakeAllConditionVariable)
62         (WakeConditionVariable): ...declare prototypes.
63
64 2017-05-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
65
66         Declare SRWLOCK API, to support feature request [#2314]
67
68         * include/winbase.h [_WIN32_WINNT >= _WIN32_WINNT_VISTA]
69         (SRWLOCK, *PSRWLOCK): Define these data types, and declare...
70         (InitializeSRWLock, AcquireSRWLockExclusive, AcquireSRWLockShared)
71         (ReleaseSRWLockExclusive, ReleaseSRWLockShared): ...these prototypes.
72         [_WIN32_WINNT >= _WIN32_WINNT_WIN7] (TryAcquireSRWLockExclusive)
73         (TryAcquireSRWLockShared): Declare additional prototypes.
74
75 2017-03-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
76
77         Resolve potential <winbase.h> vs. <winerror.h> inconsistency.
78
79         * include/winerror.h: Tidy layout; assert copyright.
80
81         * include/winbase.h (WAIT_TIMEOUT): Redefine; make it identical to...
82         * include/winerror.h (WAIT_TIMEOUT): ...this equivalent; remove...
83         [!defined WAIT_TIMEOUT]: ...this conditional redefinition guard from
84         both locations; it permitted inconsistency between the two.
85
86 2017-03-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
87
88         Consolidate <winbase.h> version specific conditionals.
89
90         * include/winbase.h: Reorganize file content; group manifest constant
91         definitions into one nested collection of conditional blocks, with one
92         block per Windows version evolution, sorting alphabetically within each
93         block; do likewise for data type definitions and function prototypes.
94
95 2017-03-20  Keith Marshall  <keithmarshall@users.sourceforge.net>
96
97         Tidy, and make <winbase.h> header effectively self-contained.
98
99         * include/w32api.h (__AW_ALIAS__): Rename original implementation...
100         (__AW_ALIAS_EX__): ...as this, retaining its encapsulation of...
101         (__AW_EXTENDED__): ...this; subsequently reimplement...
102         (__AW_ALIAS__): ...this, with original name, now encapsulating...
103         (__AW_SUFFIXED__): ...this.
104
105         * include/dbt.h (__AW_ALIAS__): Replace all references with...
106         (__AW_ALIAS_EX__): ...this renamed alternative, when defining...
107         (DEV_BROADCAST_DEVICEINTERFACE, PDEV_BROADCAST_DEVICEINTERFACE)
108         (DEV_BROADCAST_PORT, PDEV_BROADCAST_PORT): ...these.
109
110         * include/winbase.h: Tidy layout; assert copyright.
111         (stdarg.h, windef.h): Include them, to achieve self-containment.
112         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
113         [UNICODE vs. ! UNICODE]: Replace separated declarations; use...
114         [__AW_ALIAS__]: ...this, to correctly specify each of...
115         (STARTUPINFO, LPSTARTUPINFO, WIN32_FIND_DATA, PWIN32_FIND_DATA)
116         (LPWIN32_FIND_DATA, HW_PROFILE_INFO, LPHW_PROFILE_INFO, ACTCTX)
117         (PACTCTX, PCACTCTX): ...these generic typedefs, and...
118         [__AW_SUFFIXED__]: ...this, to correctly map each of...
119         (ENUMRESLANGPROC, ENUMRESNAMEPROC, ENUMRESTYPEPROC, AddAtom)
120         (AccessCheckAndAuditAlarm, BackupEventLog, BeginUpdateResource)
121         (BuildCommDCB, BuildCommDCBAndTimeouts, CheckNameLegalDOS8Dot3)
122         (CallNamedPipe, ClearEventLog, CommConfigDialog, CopyFile, CopyFileEx)
123         (CreateActCtx, CreateDirectory, CreateDirectoryEx, CreateEvent)
124         (CreateFile, CreateFileMapping, CreateHardLink, CreateJobObject)
125         (CreateMailslot, CreateMutex, CreateNamedPipe, CreateProcess)
126         (CreateProcessAsUser, CreateSemaphore, CreateSymbolicLink)
127         (CreateWaitableTimer, DefineDosDevice, DeleteFile, EncryptFile)
128         (DeleteVolumeMountPoint, DnsHostnameToComputerName, EndUpdateResource)
129         (EnumResourceLanguages, EnumResourceNames, EnumResourceTypes)
130         (ExpandEnvironmentStrings, FatalAppExit, FileEncryptionStatus)
131         (FindActCtxSectionString, FindAtom, FindFirstChangeNotification)
132         (FindFirstFile, FindFirstFileEx, FindFirstVolume, FindNextFile)
133         (FindFirstVolumeMountPoint, FindNextVolume, FindNextVolumeMountPoint)
134         (FindResource, FindResourceEx, FormatMessage, FreeEnvironmentStrings)
135         (GetAtomName, GetBinaryType, GetCommandLine, GetCompressedFileSize)
136         (GetComputerName, GetComputerNameEx, GetCurrentDirectory)
137         (GetDefaultCommConfig, GetDiskFreeSpace, GetDiskFreeSpaceEx)
138         (GetDllDirectory, GetDriveType, GetEnvironmentStrings)
139         (GetEnvironmentVariable, GetFileAttributes, GetFileAttributesEx)
140         (GetFileSecurity, GetFinalPathNameByHandle, GetFullPathName)
141         (GetLogicalDriveStrings, GetLongPathName, GetModuleFileName)
142         (GetModuleHandle, GetModuleHandleEx, GetNamedPipeHandleState)
143         (GetPrivateProfileInt, GetPrivateProfileSection)
144         (GetPrivateProfileSectionNames, GetPrivateProfileString)
145         (GetPrivateProfileStruct, GetProfileInt, GetProfileSection)
146         (GetProfileString, GetShortPathName, GetStartupInfo)
147         (GetSystemDirectory, GetSystemWindowsDirectory, GetTempFileName)
148         (GetSystemWow64Directory, GetTempPath, GetUserName, GetVersionEx)
149         (GetVolumeInformation, GetVolumeNameForVolumeMountPoint)
150         (GetVolumePathName, GetVolumePathNamesForVolumeName, GlobalAddAtom)
151         (GetWindowsDirectory, GlobalFindAtom, GlobalGetAtomName)
152         (IsBadStringPtr, LoadLibrary, LoadLibraryEx, LogonUser)
153         (LookupAccountName, LookupAccountSid, LookupPrivilegeDisplayName)
154         (LookupPrivilegeName, LookupPrivilegeValue, lstrcat, lstrcmp)
155         (lstrcmpi, lstrcpy, lstrcpyn, lstrlen, MoveFile, MoveFileEx)
156         (MoveFileWithProgress, ObjectCloseAuditAlarm, ObjectDeleteAuditAlarm)
157         (ObjectOpenAuditAlarm, ObjectPrivilegeAuditAlarm, OpenBackupEventLog)
158         (OpenEvent, OpenEventLog, OpenFileMapping, OpenMutex, OpenSemaphore)
159         (OutputDebugString, PrivilegedServiceAuditAlarm, QueryDosDevice)
160         (ReadEventLog, RegisterEventSource, RemoveDirectory, ReplaceFile)
161         (ReportEvent, SearchPath, SetComputerName, SetCurrentDirectory)
162         (SetDefaultCommConfig, SetDllDirectory, SetEnvironmentVariable)
163         (SetFileAttributes, SetFileSecurity, SetFileShortName, SetVolumeLabel)
164         (SetFirmwareEnvironmentVariable, SetVolumeMountPoint, UpdateResource)
165         (VerifyVersionInfo, WaitNamedPipe, WritePrivateProfileSection)
166         (WritePrivateProfileString, WritePrivateProfileStruct)
167         (WriteProfileSection, WriteProfileString): ...these, and add...
168         (GetCurrentHwProfile, OpenWaitableTimer, SetComputerNameEx)
169         (GetFirmwareEnvironmentVariable): ...these previously missing generic
170         function name aliases.
171
172 2017-03-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
173
174         Refactor mingwrt and w32api common makefile content.
175
176         * Makefile.in (w32api-srcdist-config-files): Rename it...
177         (w32api-srcdist-common-files): ...as this phoney build rule.
178         (shared_include_file): New macro; define it, and include named file.
179         (configure, config.status, Makefile, config.status.missing, _mingw.h)
180         (w32api.h, PACKAGE_VERSION_SCRIPT, PACKAGE_VERSION_FORMAT): Factor
181         out; relocate them to new file in common parent directory...
182         * ../Makefile.comm: ...here.
183
184 2017-03-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
185
186         Correct a copyright notice update omission.
187
188         * configure.ac: Extend copyright date range to include 2017.  Also
189         clean up superfluous trailing whitespace.
190
191 2017-03-09  Keith Marshall  <keithmarshall@users.sourceforge.net>
192
193         Fix generated header file dependencies.
194
195         * Makefile.in (_mingw.h, w32api): Make them depend on changes in...
196         [VERSION.m4]: ...this; package version changes are no longer made...
197         [configure.ac]: ...here; delete associated prerequisite reference.
198         (distclean-local): Delete them.
199
200 2017-03-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
201
202         Prepare and tag for release of w32api-5.0 package set.
203
204         * All files (wsl-5.0-release): Tag assigned.
205
206 2017-02-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
207
208         Implement basic test suite infrastructure.
209
210         * tests: New subdirectory; it hosts...
211         * tests/Makefile.in tests/testsuite.at.in tests/atlocal.in
212         * tests/headers.at: ...these new files; they implement the basic test
213         suite infrastructure, initially comprising header integrity checks.
214
215         * configure.ac (AC_PROG_CXX): Check it.
216         (AC_CONFIG_TESTDIR): Configure tests subdirectory.
217         (AC_CHECK_PROG): Check for autom4te; configure fall back if missing.
218         (AC_CONFIG_FILES): Generate tests/atlocal, tests/testsuite.at.tmp, and
219         tests/Makefile.
220
221         * Makefile.in (check test tests): New rules; all are synonymous.
222         (check-recursive): New rule; invoked by each of the preceding three.
223         (w32api-srcdist-testsuite-files): New rule; implement and use it...
224         (w32api-srcdist-files): ...here.
225
226 2017-02-14  Alexander Krisak  <akrisak@users.sourceforge.net>
227
228         Add missing constant definition, per issue [#2249].
229
230         * include/winnt.h (JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE): Define it.
231
232 2017-02-10  Keith Marshall  <keithmarshall@users.sourceforge.net>
233
234         Avoid unnecessary duplication of configuration files.
235
236         * Makefile.in (vpath install-sh): Define it; it matches...
237         (vpath %.m4): ...this; add $top_srcdir/..; search it first; delete
238         rule for creating duplicate file reference links in $top_srcdir.
239         (configure): Add '-I ..' option, when running autoconf.
240         (w32api-srcdist-files): Rename it as...
241         (w32api-srcdist-package-files): ...this; remove dependencies on...
242         (aclocal.m4 VERSION.m4 install-sh): ...these; reinstate them in...
243         (w32api-srcdist-config-files): ...this new distributable files
244         enumeration goal; add it as one new prerequisite of...
245         (w32api-srcdist-files): ...this repurposed goal; also depends on...
246         (w32api-srcdist-package-files): ...this; populate it using...
247         (SRCDIST_ADD): ...this macro; redefine it accordingly.
248
249 2016-12-08  Jerzy Tarasiuk  <jz_fuw@users.sourceforge.net>
250
251         Correct typo in <ddk/ntdddisk.h>; fix bug [#2323]
252
253         * include/ddk/ntdddisk.h (IOCTL_DISK_BASE): Correct definition;
254         it was previously transcribed incorrectly, as being equivalent to...
255         (FILE_TYPE_DISK): ...this, but it should have been equivalent to...
256         (FILE_DEVICE_DISK): ...this.
257
258 2016-12-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
259
260         Rationalize <winuser.h> ANSI vs. UNICODE definition strategy.
261
262         * include/winuser.h [UNICODE, !UNICODE]: Replace individual pairs of
263         alternative generic symbol mapping definitions, and typedefs, with...
264         (__AW_SUFFIXED__): ...one such macro expansion per pair; collate with
265         their respective ANSI and UNICODE specific references.
266
267 2016-11-26  Keith Marshall  <keithmarshall@users.sourceforge.net>
268
269         Deprecate obsolete <winable.h> and <pbt.h> headers.
270
271         * Makefile.in (%.h.in): Generalize vpath definition.
272         (obsolete_headers, obsolete_header_script, w32api_dist_headers)
273         (w32api_generated_headers, replace_headers, macro_name): New macros.
274         (install-w32api-headers): Add dependency on w32api_dist_headers.
275         (%.h): New static pattern rule; it generates generic dependants of...
276         * include/obsolete.h.in: ...this new template for obsolete headers.
277
278         * include/winable.h include/pbt.h: Delete them; they are obsolete;
279         replace them by install-time generated generic stubs.
280
281 2016-11-25  Keith Marshall  <keithmarshall@users.sourceforge.net>
282
283         Update <winuser.h> and <dbt.h>; fix issue [#2317].
284
285         * include/winuser.h: Tidy layout; add copyright notice.
286         [WINVER, _WIN32_WINDOWS, _WIN32_WINNT]: Compare them symbolically.
287         (__WINUSER_H_SOURCED__): New internal macro; define it, to facilitate
288         selective inclusion of content from other headers; delete when done.
289         (BSM_ALLCOMPONENTS, BSF_ALLOWSFW, BSM_APPLICATIONS, BSM_ALLDESKTOPS)
290         (BSM_INSTALLABLEDRIVERS, BSM_NETDRIVER, BSM_VXDS, BSF_FLUSHDISK)
291         (BSF_FORCEIFHUNG, BSF_IGNORECURRENTTASK, BSF_LUID, BSF_NOHANG)
292         (BSF_NOTIMEOUTIFNOTHUNG, BSF_POSTMESSAGE, BSF_QUERY, BSF_RETURNHDESK)
293         (BSF_SENDNOTIFYMESSAGE): Delete; do not define them locally; retrieve
294         them selectively from <dbt.h>, where they are properly defined.
295         [WINVER >= WIN2K/WIN98] (BlockInput): Add missing declaration.
296         (KillTimer, TIMERPROC): Declare timer event parameters as UINT_PTR;
297         formerly UINT, which doesn't match 64-bit size required for Win64.
298         (SetTimer): Likewise; also declare similar return type.
299         (WINEVENTPROC): Add missing CALLBACK attribute.
300         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
301
302         * include/w32api.h (__AW_ALIAS__): New macro; define it.
303         * include/sdkddkver.h (_WIN32_WINNT_NT4SP3): New macro; define it.
304
305         * include/dbt.h: Tidy layout; add copyright notice.
306         (_BEGIN_C_DECLS, _END_C_DECLS): Also prefer them here.
307         [__WINUSER_H_SOURCED__] (_DBT_H): Do not define; expose only...
308         (BSM_ALLCOMPONENTS, BSF_ALLOWSFW, BSM_APPLICATIONS, BSM_ALLDESKTOPS)
309         (BSM_INSTALLABLEDRIVERS, BSM_NETDRIVER, BSM_VXDS, BSF_FLUSHDISK)
310         (BSF_FORCEIFHUNG, BSF_IGNORECURRENTTASK, BSF_LUID, BSF_NOHANG)
311         (BSF_NOTIMEOUTIFNOTHUNG, BSF_POSTMESSAGE, BSF_QUERY, BSF_RETURNHDESK)
312         (BSF_SENDNOTIFYMESSAGE): ...these, to be duplicated in <winuser.h>
313         (__AW_ALIAS__): Use it to define ANSI/UNICODE specific aliases for...
314         (DEV_BROADCAST_PORT, DEV_BROADCAST_DEVICEINTERFACE): ...these generic
315         structure typedef names, and their respectively corresponding...
316         (PDEV_BROADCAST_PORT, PDEV_BROADCAST_DEVICEINTERFACE): ...pointer
317         type names.
318
319 2016-09-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
320
321         Fix a minor ISO-C++11 conformity issue.
322
323         * include/winnt.h (GetCurrentFiber): Insert spaces, as required
324         by ISO-C++11, between concatenated string literal elements.
325         (GetFiberData, NtCurrentTeb): Likewise.
326
327 2016-08-01  Keith Marshall  <keithmarshall@users.sourceforge.net>
328
329         Merge w32api-3.18.1 legacy updates to 5.0-active branch.
330
331         * include/ddk/winddk.h: Update per issue [#2307] resolution.
332         * include/ddk/ntdddisk.h include/ddk/ntddstor.h: Likewise.
333
334 2016-07-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
335
336         Prepare and tag all files for release of w32api-3.18.1
337
338         * configure.ac (AC_INIT): Increment patch level to 3.18.1
339
340 2016-07-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
341
342         Resolve improper macro expansion issue [#2307].
343
344         * include/ddk/winddk.h (__FILE_AM_BUFFERED, __FILE_RD_BUFFERED)
345         (__FILE_RW_BUFFERED): Redefine, encapsulating the expansion of each
346         dependent macro WITHIN the expansion of each of these; hence...
347
348         * include/ddk/ntdddisk.h (IOCTL_DISK_GET_DRIVE_GEOMETRY)
349         (IOCTL_DISK_FORMAT_TRACKS_EX, IOCTL_DISK_REASSIGN_BLOCKS)
350         (IOCTL_DISK_GET_MEDIA_TYPES, IOCTL_DISK_CONTROLLER_NUMBER)
351         (IOCTL_DISK_GET_DRIVE_LAYOUT, IOCTL_DISK_SET_DRIVE_LAYOUT)
352         (IOCTL_DISK_GET_PARTITION_INFO, IOCTL_DISK_SET_PARTITION_INFO)
353         (IOCTL_DISK_GET_DRIVE_GEOMETRY_EX, IOCTL_DISK_UPDATE_DRIVE_SIZE)
354         (IOCTL_DISK_VERIFY, IOCTL_DISK_FORMAT_TRACKS, IOCTL_DISK_PERFORMANCE)
355         (IOCTL_DISK_CREATE_DISK, IOCTL_DISK_RESERVE, IOCTL_DISK_IS_WRITABLE)
356         (IOCTL_DISK_GET_PARTITION_INFO_EX, IOCTL_DISK_SET_PARTITION_INFO_EX)
357         (IOCTL_DISK_GET_CACHE_INFORMATION, IOCTL_DISK_SET_CACHE_INFORMATION)
358         (IOCTL_DISK_INTERNAL_SET_VERIFY, IOCTL_DISK_INTERNAL_CLEAR_VERIFY)
359         (IOCTL_DISK_GET_DRIVE_LAYOUT_EX, IOCTL_DISK_SET_DRIVE_LAYOUT_EX)
360         (IOCTL_DISK_GROW_PARTITION, IOCTL_DISK_DELETE_DRIVE_LAYOUT)
361         (IOCTL_DISK_GET_LENGTH_INFO, IOCTL_DISK_PERFORMANCE_OFF)
362         (IOCTL_DISK_CHECK_VERIFY, IOCTL_DISK_FIND_NEW_DEVICES)
363         (SMART_GET_VERSION, SMART_RCV_DRIVE_DATA, SMART_SEND_DRIVE_COMMAND):
364         ...adjust these dependent macro definitions accordingly.
365
366         * include/ddk/ntddstor.h (IOCTL_STORAGE_CHECK_VERIFY)
367         (IOCTL_STORAGE_CHECK_VERIFY2, IOCTL_STORAGE_MEDIA_REMOVAL)
368         (IOCTL_STORAGE_EJECTION_CONTROL, IOCTL_STORAGE_MCN_CONTROL)
369         (IOCTL_STORAGE_GET_DEVICE_NUMBER, IOCTL_STORAGE_PREDICT_FAILURE)
370         (IOCTL_STORAGE_GET_MEDIA_TYPES, IOCTL_STORAGE_GET_MEDIA_TYPES_EX)
371         (IOCTL_STORAGE_GET_MEDIA_SERIAL_NUMBER, IOCTL_STORAGE_QUERY_PROPERTY)
372         (IOCTL_STORAGE_RELEASE, IOCTL_STORAGE_FIND_NEW_DEVICES)
373         (IOCTL_STORAGE_RESET_BUS, IOCTL_STORAGE_RESET_DEVICE)
374         (IOCTL_STORAGE_EJECT_MEDIA, IOCTL_STORAGE_LOAD_MEDIA)
375         (IOCTL_STORAGE_LOAD_MEDIA2, IOCTL_STORAGE_RESERVE): Likewise.
376
377 2016-07-19  Keith Marshall  <keithmarshall@users.sourceforge.net>
378
379         Update install-sh to match mingw.org/build-aux package.
380
381         * install-sh: Delete it; use version in parent directory instead,
382         recreating local copy, (as symlink, if supported), on demand.
383
384 2016-07-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
385
386         Eliminate redundant configuration files.
387
388         * aclocal.m4 VERSION.m4: Delete them; restore them on demand, via...
389         * Makefile.in ($top_srcdir/../%): ...this symlink dependency rule.
390
391         * configure.ac (AC_PROG_LN_S): Add configuration check.
392
393 2016-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
394
395         Discard redundant config.guess and config.sub files.
396
397         * config.guess config.sub: Delete them; they are no longer required.
398         * Makefile.in (SRCDIST_ADD): Remove related references.
399
400 2016-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
401
402         Merge recent legacy branch updates to 5.0-active branch.
403
404         * Makefile.in include/ddk/ntifs.h include/ddk/winddk.h
405         * include/sdkddkver.h include/setupapi.h include/windows.h
406         * include/winnt.h include/winuser.h include/winver.h
407         * include/wtsapi32.h lib/wtsapi32.def: Updated.
408
409 2016-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
410
411         Prepare and tag all files for release of w32api-3.18.
412
413 2016-07-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
414
415         Do not pass MAKEFLAGS explicitly, when invoking recursive make.
416
417         * Makefile.in (install-strip, uninstall): Delete explicit $(MAKEFLAGS)
418         references from $(MAKE) command lines; make passes them implicitly.
419
420 2016-06-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
421
422         Backport MemoryBarrier() implementation from 4.0-dev branch.
423
424         * include/winnt.h (MemoryBarrier): Implement it; this is a rework of
425         Earnie's original inline implementation, but declared 'static' to fix
426         issue [#1661]; it is further modified, to avoid the broken pre-Vista
427         fallback identified by issue [#2131], and to remove references to...
428         (__faststorefence, __mf): ...these MSVC intrinsics, replaced by...
429         [defined __ATOMIC_SEQ_CST] (__atomic_thread_fence): ...this, or...
430         [GCC >= 4.4] (__sync_synchronize): ...this, as appropriate, falling
431         back to inline assembly code when necessary.
432
433         * include/ddk/winddk.h (KeMemoryBarrier): Delegate it to...
434         (MemoryBarrier): ...this, so avoiding the potential to emit invalid
435         code, for hosts which do not support the SSE2 'mfence' instruction.
436
437 2016-06-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
438
439         Merge further W32API updates from Cygwin CVS.
440         Incorporated selected changes from 2012-08-01 to 2012-08-04.
441
442         * include/setupapi.h include/winuser.h include/winver.h
443         * include/wtsapi32.h lib/wtsapi32.def: Merged and updated.
444
445 2016-06-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
446
447         Update mapping of GCC to MSVC host identification macros.
448
449         * include/windows.h: Assert copyright; tidy layout.
450         (_M_IX86, _ALPHA_, _PPC_, _MIPS_, _68K_): Delete duplicate defines.
451         [!_WINUSER_H, !_WINNLS_H, !_WINVER_H, !_WINNETWK_H, !_WINREG_H]
452         [!_WINSVC_H]: Do not explicitly test these here; they are properly
453         managed implicitly, by GCC, when including the associated headers.
454
455         * include/winnt.h: Assert copyright; tidy layout.
456         (_BEGIN_C_DECLS, _END_C_DECLS): Use these, as appropriate.
457         (__aligned__, __always_inline__, __selectany__): Prefer these...
458         (aligned, always_inline, selectany): ...to these attribute forms.
459         (CONTEXT) [_ALPHA_, _PPC_, MIPS, ARM]: Change selector macros to...
460         [_M_ALPHA, _M_PPC, _M_MRX000, _M_ARM]: ...these, respectively.
461         (GetCurrentFiber, GetFiberData, NtCurrentTeb): Redefine in terms of...
462         (__tib_fiber_data__, __tib_self_refptr__): ...these adaptive macros...
463         [!_WIN64]: ...to accommodate 32-bit, or otherwise 64-bit Windows.
464         (_ALPHA_, _PPC_, _MIPS_, _68K_): Delete these redundant macros...
465         (_M_IX86): ...also removing this, but relocate it to...
466         * include/sdkddkver.h (_M_IX86): ...here; augment it with...
467         (_M_IX86_FP, _M_X64, _M_AMD64, _M_IA64): ...these; define them as
468         appropriate.
469
470         * include/ddk/ntifs.h [!_ALPHA_]: Augment test; rather consider...
471         [!_ALPHA_ && !_M_ALPHA]: ...this, for structure alignment control.
472
473 2016-05-23  Keith Marshall  <keithmarshall@users.sourceforge.net>
474
475         Merge W32API updates, from Cygwin CVS, into legacy branch.
476         Incorporate changes since release of w32api-3.17, until 2012-07-06.
477
478         * include/shobjidl.h lib/shobjidl-uuid.c: New files, added per LRN's
479         2012-04-28 commit to Cygwin CVS.
480
481         * include/gdiplus/gdiplustypes.h include/imagehlp.h
482         * include/routprot.h include/shlwapi.h include/userenv.h
483         * include/winbase.h include/wincon.h include/windef.h
484         * include/winerror.h include/wingdi.h include/winnt.h
485         * include/winsock.h include/winsock2.h include/winuser.h: Updated to
486         match Cygwin CVS state, as of 2012-07-06.
487
488         * include/wincrypt.h: Updated to remove duplicate manifest constant
489         definitions, as identified per Chris Sutcliffe's 2012-01-03 commit to
490         Cygwin CVS; merge with my 2015-09-29 commit; additionally, remove...
491         (szOID_RSA_emailAddr, szOID_RSA_unstructAddr, szOID_RSA_unstructName)
492         (CRYPT_ARCHIVABLE, CRYPT_NOHASHOID, CRYPT_VERIFYCONTEXT): ...extra
493         copies of these further duplicated definitions, identified during
494         the merging operation.
495
496 2016-05-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
497
498         Synchronize package version management with MinGW Runtime.
499
500         * VERSION.m4: New file; link it to keep in sync with identically named
501         file in top level composite package source directory; it defines...
502         (__VERSION__): ...this new composite package version macro.
503
504         * aclocal.m4: Link it, to keep in sync with identically named files in
505         top level composite source and sibling mingwrt sub-package directories.
506         (__VERSION__): New macro; include VERSION.m4 to define it.
507         (__BUG_REPORT_URL__): New macro; define it.
508
509         * configure.ac (AC_INIT): Assign package version and bug report URL...
510         (__VERSION__, __BUG_REPORT_URL__): ...from these, as defined through
511         automatic inclusion of aclocal.m4
512
513         * Makefile.in (configure): Add dependency on VERSION.m4
514
515 2016-05-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
516
517         Eliminate redundant <parts/winioctl.h> header.
518
519         * include/parts/winioctl.h: Delete it; distribute its content...
520         * include/ddk/winddk.h include/ddk/ntddstor.h include/ddk/ntdddisk.h:
521         ...among these, separating it into discrete sections based on...
522         [__need_ddk_winddk_includes, __need_ddk_ntddstor_includes]
523         [__need_ddk_ntdddisk_includes]: ...these selectors, respectively.
524         [__WINIOCTL_H_SOURCED__]: Expose only those sections; do not define...
525         (_DDK_WINDDK_H, _DDK_NTDDSTOR_H, _DDK_NTDDDISK_H): ...these.
526
527         * include/winioctl.h (__WINIOCTL_H_SOURCED__): Define it; include each
528         of <ddk/winddk.h>, <ddk/ntddstor.h>, and <ddk/ntdddisk.h>
529
530 2016-05-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
531
532         Enforce consistent specification of package version.
533
534         * include/w32api.h: Rename as...
535         * include/w32api.h.in: ...this build-time template file.
536         (__W32API_VERSION): Redefine it, in terms of...
537         (%PACKAGE_VERSION_LONG%): ...this substitution template.
538         (__W32API_MAJOR_VERSION, __W32API_MINOR_VERSION)
539         (__W32API_PATCHLEVEL): Likewise, redefine them in terms of...
540         (%PACKAGE_VERSION_MAJOR%, %PACKAGE_VERSION_MINOR%)
541         (%PACKAGE_VERSION_PATCH%): ...these.
542
543         * configure.ac (AC_CONFIG_SRCDIR): Adjust for renamed file.
544         (MINGW_AC_CONFIG_EXTRA_SRCDIR): Likewise, for similarly renamed
545         mingwrt/include/_mingw.h.in file.
546
547         * Makefile.in (all-w32api-libs): Add dependency on...
548         (w32api.h, _mingw.h): ...these; add rule to generate them, using...
549         (PACKAGE_VERSION_SCRIPT, PACKAGE_VERSION_FORMAT): ...these new macros;
550         they apply appropriate substitutions to the renamed template files.
551         (install-w32api-headers): Explicitly add w32api.h
552
553 2015-11-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
554
555         Refactor for Windows DDK synchronization; fix MinGW-Bug [#1954].
556
557         * include/parts/winioctl.h: New file; it provides infrastructure for
558         sharing of common code between DDK headers and primary <winioctl.h>
559         (__IOCTL_STORAGE_, __IOCTL_DISK_, __FILE_RW_ACCESS, __FILE_AM_BUFFERED)
560         (__FILE_RD_BUFFERED, __FILE_RW_BUFFERED): New internal convenience
561         macros; they facilitate more consise expression of factored out IOCTL
562         and FSCTL macros; define them.
563
564         * include/ddk/ntddk.h: Assert copyright; tidy layout.
565         (__NTDDK_H): Multiple inclusion guard macro, renamed to...
566         (_DDK_NTDDK_H): ...this; it provides better indication of location.
567         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
568
569         * include/ddk/winddk.h: Assert copyright; tidy layout.
570         (__WINDDK_H): Multiple inclusion guard macro, renamed to...
571         (_DDK_WINDDK_H): ...this; it provides better indication of location.
572         [!defined _DDK_NTDDK_H]: Forbid direct inclusion; emit diagnostic.
573         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
574         (METHOD_BUFFERED, METHOD_IN_DIRECT, METHOD_OUT_DIRECT)
575         (METHOD_NEITHER): Redefine as enumeration; factor it out.
576         (FILE_ANY_ACCESS, FILE_SPECIAL_ACCESS, FILE_READ_ACCESS)
577         (FILE_WRITE_ACCESS): Likewise.
578         (CTL_CODE, DEVICE_TYPE_FROM_CTL_CODE): Factor out.
579         [defined _DRIVE_LAYOUT_INFORMATION_MBR_DEFINED]: Delete guard.
580         (struct _DRIVE_LAYOUT_INFORMATION_MBR, DRIVE_LAYOUT_INFORMATION_MBR)
581         (PDRIVE_LAYOUT_INFORMATION_MBR): Factor out, without guard.
582         (struct _DRIVE_LAYOUT_INFORMATION_GPT, DRIVE_LAYOUT_INFORMATION_GPT)
583         (PDRIVE_LAYOUT_INFORMATION_GPT): Factor out.
584         (struct _PARTITION_INFORMATION_MBR, PARTITION_INFORMATION_MBR)
585         (PPARTITION_INFORMATION_MBR): Likewise.
586         (FILE_DEVICE_BEEP, FILE_DEVICE_CD_ROM, FILE_DEVICE_CD_ROM_FILE_SYSTEM)
587         (FILE_DEVICE_CONTROLLER, FILE_DEVICE_DATALINK, FILE_DEVICE_DFS)
588         (FILE_DEVICE_DISK, FILE_DEVICE_DISK_FILE_SYSTEM)
589         (FILE_DEVICE_FILE_SYSTEM, FILE_DEVICE_INPORT_PORT)
590         (FILE_DEVICE_KEYBOARD, FILE_DEVICE_MAILSLOT, FILE_DEVICE_MIDI_IN)
591         (FILE_DEVICE_MIDI_OUT, FILE_DEVICE_MOUSE)
592         (FILE_DEVICE_MULTI_UNC_PROVIDER, FILE_DEVICE_NAMED_PIPE)
593         (FILE_DEVICE_NETWORK, FILE_DEVICE_NETWORK_BROWSER)
594         (FILE_DEVICE_NETWORK_FILE_SYSTEM, FILE_DEVICE_NULL)
595         (FILE_DEVICE_PARALLEL_PORT, FILE_DEVICE_PHYSICAL_NETCARD)
596         (FILE_DEVICE_PRINTER, FILE_DEVICE_SCANNER)
597         (FILE_DEVICE_SERIAL_MOUSE_PORT, FILE_DEVICE_SERIAL_PORT)
598         (FILE_DEVICE_SCREEN, FILE_DEVICE_SOUND, FILE_DEVICE_STREAMS)
599         (FILE_DEVICE_TAPE, FILE_DEVICE_TAPE_FILE_SYSTEM, FILE_DEVICE_TRANSPORT)
600         (FILE_DEVICE_UNKNOWN, FILE_DEVICE_VIDEO, FILE_DEVICE_VIRTUAL_DISK)
601         (FILE_DEVICE_WAVE_IN, FILE_DEVICE_WAVE_OUT, FILE_DEVICE_8042_PORT)
602         (FILE_DEVICE_NETWORK_REDIRECTOR, FILE_DEVICE_BATTERY)
603         (FILE_DEVICE_BUS_EXTENDER, FILE_DEVICE_MODEM, FILE_DEVICE_VDM)
604         (FILE_DEVICE_MASS_STORAGE, FILE_DEVICE_SMB, FILE_DEVICE_KS)
605         (FILE_DEVICE_CHANGER, FILE_DEVICE_SMARTCARD, FILE_DEVICE_ACPI)
606         (FILE_DEVICE_DVD, FILE_DEVICE_FULLSCREEN_VIDEO)
607         (FILE_DEVICE_DFS_FILE_SYSTEM, FILE_DEVICE_DFS_VOLUME)
608         (FILE_DEVICE_SERENUM, FILE_DEVICE_TERMSRV, FILE_DEVICE_KSEC)
609         (FILE_DEVICE_FIPS): Redefine as enumeration; factor it out.
610         (enum _PARTITION_STYLE, PARTITION_STYLE): Factor out; add...
611         (PARTITION_STYLE_RAW): ...this new enumeration state; previously, it
612         was defined only when including this enumeration from winioctl.h
613         (struct _CREATE_DISK_MBR, CREATE_DISK_MBR, PCREATE_DISK_MBR)
614         (struct _CREATE_DISK_GPT, CREATE_DISK_GPT, PCREATE_DISK_GPT)
615         (struct _CREATE_DISK, CREATE_DISK, PCREATE_DISK): Factor out;
616         include parts/winioctl.h
617
618         * include/ddk/ntddstor.h: Assert copyright; tidy layout.
619         (__NTDDSTOR_H): Multiple inclusion guard macro, renamed to...
620         (_DDK_NTDDSTOR_H): ...this; to provide better indication of location.
621         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
622         (struct _STORAGE_BUS_TYPE, STORAGE_BUS_TYPE, PSTORAGE_BUS_TYPE)
623         (IOCTL_STORAGE_BASE, IOCTL_STORAGE_RESERVE, IOCTL_STORAGE_RELEASE)
624         (IOCTL_STORAGE_CHECK_VERIFY, IOCTL_STORAGE_CHECK_VERIFY2)
625         (IOCTL_STORAGE_MEDIA_REMOVAL, IOCTL_STORAGE_EJECT_MEDIA)
626         (IOCTL_STORAGE_LOAD_MEDIA, IOCTL_STORAGE_LOAD_MEDIA2)
627         (IOCTL_STORAGE_EJECTION_CONTROL, IOCTL_STORAGE_FIND_NEW_DEVICES)
628         (IOCTL_STORAGE_GET_MEDIA_TYPES, IOCTL_STORAGE_GET_MEDIA_TYPES_EX)
629         (IOCTL_STORAGE_GET_MEDIA_SERIAL_NUMBER, IOCTL_STORAGE_PREDICT_FAILURE)
630         (IOCTL_STORAGE_QUERY_PROPERTY, IOCTL_STORAGE_GET_DEVICE_NUMBER)
631         (IOCTL_STORAGE_RESET_BUS, IOCTL_STORAGE_RESET_DEVICE)
632         (IOCTL_STORAGE_MCN_CONTROL): Factor out; include parts/winioctl.h
633
634         * include/ddk/ntdddisk.h: Assert copyright; tidy layout.
635         (__NTDDDISK_H): Multiple inclusion guard macro, renamed to...
636         (_DDK_NTDDDISK_H): ...this; to provide better indication of location.
637         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
638         (IOCTL_DISK_BASE, IOCTL_DISK_GET_LENGTH_INFO)
639         (IOCTL_DISK_IS_WRITABLE, IOCTL_DISK_REASSIGN_BLOCKS)
640         (IOCTL_DISK_FIND_NEW_DEVICES, IOCTL_DISK_GET_MEDIA_TYPES)
641         (IOCTL_DISK_GET_DRIVE_LAYOUT, IOCTL_DISK_SET_DRIVE_LAYOUT)
642         (IOCTL_DISK_GET_PARTITION_INFO, IOCTL_DISK_SET_PARTITION_INFO)
643         (IOCTL_DISK_GET_DRIVE_LAYOUT_EX, IOCTL_DISK_SET_DRIVE_LAYOUT_EX)
644         (IOCTL_DISK_GET_DRIVE_GEOMETRY, IOCTL_DISK_GET_DRIVE_GEOMETRY_EX)
645         (IOCTL_DISK_CREATE_DISK, IOCTL_DISK_VERIFY, IOCTL_DISK_CHECK_VERIFY)
646         (IOCTL_DISK_GET_PARTITION_INFO_EX, IOCTL_DISK_SET_PARTITION_INFO_EX)
647         (IOCTL_DISK_GET_CACHE_INFORMATION, IOCTL_DISK_SET_CACHE_INFORMATION)
648         (IOCTL_DISK_DELETE_DRIVE_LAYOUT, IOCTL_DISK_GROW_PARTITION)
649         (IOCTL_DISK_FORMAT_TRACKS, IOCTL_DISK_FORMAT_TRACKS_EX)
650         (IOCTL_DISK_PERFORMANCE, IOCTL_DISK_PERFORMANCE_OFF)
651         (IOCTL_DISK_UPDATE_DRIVE_SIZE, IOCTL_DISK_RESERVE): Factor out; all of
652         these macros are now defined in parts/winioctl.h; include it.
653         (PARTITION_ENTRY_UNUSED, PARTITION_FAT_12, PARTITION_XENIX_1)
654         (PARTITION_XENIX_2, PARTITION_FAT_16, PARTITION_EXTENDED)
655         (PARTITION_HUGE, PARTITION_IFS, PARTITION_OS2BOOTMGR, PARTITION_FAT32)
656         (PARTITION_FAT32_XINT13, PARTITION_XINT13, PARTITION_XINT13_EXTENDED)
657         (PARTITION_PREP, PARTITION_LDM, PARTITION_UNIX, PARTITION_NTFT)
658         (VALID_NTFT): Redefine as enumeration; factor it out.
659         (IsRecognizedPartition, IsContainerPartition): Factor out.
660         (enum _MEDIA_TYPE, MEDIA_TYPE, PMEDIA_TYPE): Factor out, adding...
661         (F3_200Mb_512, F3_240M_512, F3_32M_512): ...these new state values.
662         (enum _DETECTION_TYPE, DETECTION_TYPE): Factor out.
663         (struct _DISK_INT13_INFO, DISK_INT13_INFO, PDISK_INT13_INFO)
664         (struct _DISK_EX_INT13_INFO, DISK_EX_INT13_INFO, PDISK_EX_INT13_INFO)
665         (struct _DISK_DETECTION_INFO, DISK_DETECTION_INFO, PDISK_DETECTION_INFO)
666         (struct _DISK_GEOMETRY_EX, DISK_GEOMETRY_EX, PDISK_GEOMETRY_EX)
667         (struct _DISK_GEOMETRY, DISK_GEOMETRY, PDISK_GEOMETRY)
668         (DiskGeometryGetPartition, DiskGeometryGetDetect): Factor out.
669         (struct _PARTITION_INFORMATION): Change field data types for...
670         (HiddenSectors, PartitionNumber): ...these, from DWORD to ULONG...
671         (PartitionType): ...and this from BYTE to UCHAR, to keep consistent
672         with Windows DDK convention, then factor out struct, together with...
673         (PARTITION_INFORMATION, PPARTITION_INFORMATION): ...these.
674         (struct _PARTITION_INFORMATION_GPT, struct _DISK_PARTITION_INFO)
675         (PARTITION_INFORMATION_GPT, *PPARTITION_INFORMATION_GPT)
676         (DISK_PARTITION_INFO, *PDISK_PARTITION_INFO): Factor out.
677         (struct _GET_LENGTH_INFORMATION)
678         (GET_LENGTH_INFORMATION, PGET_LENGTH_INFORMATION)
679         (struct _DISK_PERFORMANCE, DISK_PERFORMANCE, PDISK_PERFORMANCE)
680         (struct _DISK_PERFORMANCE_EX, DISK_PERFORMANCE_EX, PDISK_PERFORMANCE_EX)
681         (struct _FORMAT_PARAMETERS, struct _FORMAT_EX_PARAMETERS)
682         (FORMAT_PARAMETERS, PFORMAT_PARAMETERS, FORMAT_EX_PARAMETERS)
683         (PFORMAT_EX_PARAMETERS): Factor out.
684         (struct _REASSIGN_BLOCKS): Change field data types for...
685         (Reserved, Count): ...these fields, from WORD to USHORT, and...
686         (BlockNumber): ...this from DWORD to ULONG, per Windows DDK
687         convention, then factor out the struct definition, together with...
688         (REASSIGN_BLOCKS, PREASSIGN_BLOCKS): ...these associated typedefs.
689         (struct _SET_PARTITION_INFORMATION, SET_PARTITION_INFORMATION)
690         (PSET_PARTITION_INFORMATION): Factor out.
691         (struct _VERIFY_INFORMATION): Change field data type for...
692         (Length): ...this field, from DWORD to ULONG, per DDK convention, then
693         factor out the entire struct definition, together with...
694         (VERIFY_INFORMATION, PVERIFY_INFORMATION): ...these associated typedefs.
695         (DISK_CACHE_RETENTION_PRIORITY): Factor out enumerated typedef.
696         (struct _DISK_CACHE_INFORMATION, struct _DISK_GROW_PARTITION)
697         (DISK_CACHE_INFORMATION, PDISK_CACHE_INFORMATION, DISK_GROW_PARTITION)
698         (PDISK_GROW_PARTITION): Factor out.
699
700         * include/winioctl.h: Assert copyright; tidy layout; incorporate
701         definitions from Windows DDK headers, by including parts/winioctl.h;
702         delete duplicate definitions already identified as having been factored
703         out from ddk/winddk.h, ddk/ntddstor.h, and ddk/ntdddisk.h; accept type
704         compatible changes from DWORD to ULONG, WORD to USHORT, and BYTE to
705         UCHAR, resulting in no significant changes, except that...
706         (struct _DISK_PERFORMANCE): ...this is extended, by addition of...
707         (IdleTime, SplitCount, QueryTime, StorageDeviceNumber)
708         (StorageManagerName): ...these previously missing fields, originally
709         appropriately defined in ddk/ntdddisk.h, thus fixing bug [#1954].
710         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
711
712 2015-10-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
713
714         Windows application module version information API updates.
715
716         * include/winver.h: Assert copyright; tidy layout.
717         (_BEGIN_C_DECLS, _END_C_DECLS): Use these, as appropriate.
718         (__AW_SUFFIXED__): Use throughout, to identify generic functions
719         having both ANSI and UTF-16LE specific alternative implementations.
720         [NTDDI_VERSION >= NTDDI_VISTA] (GetFileVersionInfoEx): New function.
721         [NTDDI_VERSION >= NTDDI_VISTA] (GetFileVersionInfoSizeEx): Likewise;
722         note that both are generic, with ANSI and UTF-16LE implementations,
723         but the ANSI implementations are missing from MSVCRT.DLL when...
724         [NTDDI_VERSION < NTDDI_WIN8]: ...this.
725
726         * lib/version.def (GetFileVersionInfoExA, GetFileVersionInfoExW)
727         (GetFileVersionInfoSizeExA, GetFileVersionInfoSizeExW): Add symbols.
728
729 2015-10-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
730
731         Revert a failed experimental macro construct.
732
733         * include/w32api.h (__W32API_DEPRECATED_ALIAS): Delete this; it bloats
734         code, and doesn't work in the C preprocessor conditional context where
735         its associated constant definitions are most likely to be required.
736         (Windows95, Windows98, WindowsME, WindowsNT4, Windows2000, WindowsXP)
737         (Windows2003, WindowsVista, IE3, IE301, IE302, IE4, IE401, IE5, IE5a)
738         (IE5b, IE501, IE55, IE56, IE6, IE601, IE602, IE7): Redefine as macros,
739         now in terms of their preferred equivalents from <sdkddkver.h>
740
741 2015-09-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
742
743         Code clean-up; fix MinGW-Bug [#2263].
744
745         * include/w32api.h (__AW_SUFFIXED__): New macro; define it.
746         (__AW_EXTENDED__, __AW_STRING_A__, __AW_STRING_W__): Likewise.
747         (__AW__WCHAR_T__): Likewise; this is a helper for __AW_STRING_W__.
748
749         * include/wincrypt.h: Assert copyright; tidy layout; replace all C++
750         style comments, using ISO-C conforming style; remove all redundant
751         parameter names from function prototype declarations, throughout.
752         (pragma GCC system_header): Remove pointless conditional guard.
753         (_BEGIN_C_DECLS, _END_C_DECLS): Use to wrap extern "C" declarations.
754         [WINVER >= 0x500, WINVER >= 0x501]: Replace conditionals with...
755         [WINVER >= _WIN32_WINNT_WIN2K, WINVER >= _WIN32_WINNT_WINXP]: ...these
756         alternatives, respectively; they offer improved self-documentation.
757         (MS_DEF_PROV, MS_ENHANCED_PROV, MS_STRONG_PROV, MS_SCARD_PROV)
758         (MS_DEF_RSA_SIG_PROV, MS_DEF_RSA_SCHANNEL_PROV, MS_DEF_DSS_PROV)
759         (MS_DEF_DSS_DH_PROV, MS_ENH_DSS_DH_PROV, MS_DEF_DH_SCHANNEL_PROV)
760         (MS_ENH_RSA_AES_PROV): Redefine as __AW_EXTENDED__ derivatives.
761         (MS_DEF_PROV_W, MS_ENHANCED_PROV_W, MS_STRONG_PROV_W, MS_SCARD_PROV_W)
762         (MS_DEF_RSA_SIG_PROV_W, MS_DEF_RSA_SCHANNEL_PROV_W, MS_DEF_DSS_PROV_W)
763         (MS_DEF_DSS_DH_PROV_W, MS_ENH_DSS_DH_PROV_W, MS_DEF_DH_SCHANNEL_PROV_W)
764         (MS_ENH_RSA_AES_PROV_W): Redefine; use __AW_STRING_W__ to derive them
765         from their __AW_STRING_A__ equivalent string constant definitions.
766         (GET_ALG_CLASS): Redefine, expressing result in terms of...
767         (ALG_CLASS_ALL): ...this manifest bit mask; also redefined, preferring
768         a hexadecimal expression of the mask value over the former decimal.
769         (GET_ALG_TYPE, GET_ALG_SID): Similarly, use hexadecimal mask values.
770         (ALG_CLASS_SIGNATURE, ALG_CLASS_MSG_ENCRYPT, ALG_CLASS_DATA_ENCRYPT)
771         (ALG_CLASS_HASH, ALG_CLASS_KEY_EXCHANGE, ALG_TYPE_DSS, ALG_TYPE_RSA)
772         (ALG_TYPE_BLOCK, ALG_TYPE_STREAM, ALG_TYPE_DH, ALG_TYPE_SECURECHANNEL)
773         (CRYPT_UPDATE_KEY, CRYPT_NEWKEYSET, CRYPT_DELETEKEYSET, CRYPT_SILENT)
774         (CRYPT_MACHINE_KEYSET, CRYPT_USER_PROTECTED, CRYPT_CREATE_SALT)
775         (CRYPT_EXPORTABLE, CRYPT_ENCRYPT, CRYPT_DECRYPT, CRYPT_EXPORT)
776         (CRYPT_READ, CRYPT_WRITE, CRYPT_MAC, CERT_TRUST_IS_NOT_TIME_VALID)
777         (CERT_TRUST_IS_NOT_TIME_NESTED, CERT_TRUST_IS_REVOKED)
778         (CERT_TRUST_IS_NOT_SIGNATURE_VALID, CERT_TRUST_IS_NOT_VALID_FOR_USAGE)
779         (CERT_TRUST_IS_UNTRUSTED_ROOT, CERT_TRUST_REVOCATION_STATUS_UNKNOWN)
780         (CERT_TRUST_IS_CYCLIC, CERT_TRUST_CTL_IS_NOT_SIGNATURE_VALID)
781         (CERT_TRUST_IS_PARTIAL_CHAIN, CERT_TRUST_CTL_IS_NOT_TIME_VALID)
782         (CERT_TRUST_CTL_IS_NOT_VALID_FOR_USAGE, CERT_TRUST_IS_SELF_SIGNED)
783         (CERT_TRUST_HAS_EXACT_MATCH_ISSUER, CERT_TRUST_HAS_KEY_MATCH_ISSUER)
784         (CERT_TRUST_HAS_NAME_MATCH_ISSUER, CERT_TRUST_IS_COMPLEX_CHAIN)
785         (CERT_CHAIN_POLICY_BASE, CERT_CHAIN_POLICY_AUTHENTICODE)
786         (CERT_CHAIN_POLICY_AUTHENTICODE_TS, CERT_CHAIN_POLICY_SSL)
787         (CERT_CHAIN_POLICY_BASIC_CONSTRAINTS, CERT_CHAIN_POLICY_NT_AUTH)
788         (CERT_NAME_STR_REVERSE_FLAG, CERT_NAME_STR_DISABLE_IE4_UTF8_FLAG)
789         (CERT_NAME_STR_CRLF_FLAG, CERT_NAME_STR_ENABLE_UTF8_UNICODE_FLAG)
790         (CERT_NAME_STR_ENABLE_T61_UNICODE_FLAG, CERT_NAME_STR_NO_PLUS_FLAG)
791         (CERT_NAME_STR_NO_QUOTING_FLAG, CERT_NAME_STR_SEMICOLON_FLAG)
792         (CERT_FIND_CERT_ID, CERT_FIND_CTL_USAGE, CERT_FIND_ENHKEY_USAGE)
793         (CERT_FIND_EXISTING, CERT_FIND_HASH, CERT_FIND_ISSUER_ATTR)
794         (CERT_FIND_ISSUER_NAME, CERT_FIND_ISSUER_OF, CERT_FIND_KEY_IDENTIFIER)
795         (CERT_FIND_KEY_SPEC, CERT_FIND_MD5_HASH, CERT_FIND_PROPERTY)
796         (CERT_FIND_PUBLIC_KEY, CERT_FIND_SHA1_HASH, CERT_FIND_SIGNATURE_HASH)
797         (CERT_FIND_SUBJECT_ATTR, CERT_FIND_SUBJECT_CERT, CERT_FIND_SUBJECT_NAME)
798         (CERT_FIND_SUBJECT_STR_A, CERT_FIND_SUBJECT_STR_W)
799         (CERT_FIND_ISSUER_STR_A, CERT_FIND_ISSUER_STR_W)
800         (CERT_FIND_OR_ENHKEY_USAGE_FLAG, CERT_FIND_OPTIONAL_ENHKEY_USAGE_FLAG)
801         (CERT_FIND_NO_ENHKEY_USAGE_FLAG, CERT_FIND_VALID_ENHKEY_USAGE_FLAG)
802         (CERT_FIND_EXT_ONLY_ENHKEY_USAGE_FLAG, CERT_UNICODE_IS_RDN_ATTRS_FLAG)
803         (CERT_CASE_INSENSITIVE_IS_RDN_ATTRS_FLAG, CERT_CHAIN_FIND_BY_ISSUER)
804         (CERT_CHAIN_FIND_BY_ISSUER_COMPARE_KEY_FLAG)
805         (CERT_CHAIN_FIND_BY_ISSUER_COMPLEX_CHAIN_FLAG)
806         (CERT_CHAIN_FIND_BY_ISSUER_CACHE_ONLY_FLAG)
807         (CERT_CHAIN_FIND_BY_ISSUER_CACHE_ONLY_URL_FLAG)
808         (CERT_CHAIN_FIND_BY_ISSUER_LOCAL_MACHINE_FLAG)
809         (CERT_CHAIN_FIND_BY_ISSUER_NO_KEY_FLAG)
810         (CERT_SYSTEM_STORE_LOCAL_MACHINE): All represent bit-mapped values;
811         express them in hexadecimal, in preference to original decimal form.
812         (CERT_FIND_SUBJECT_STR, CERT_FIND_ISSUER_STR): Redefine them as
813         __AW_EXTENDED__ macros, for UNICODE/non-UNICODE cases respectively.
814         (szOID_CRL_DIST_POINTS): Correct defective definition; value should be
815         a string literal, but was missing delimiting quotes; insert them.
816         (CertNameToStr, CertOpenSystemStore, CertGetNameString, CryptSignHash)
817         (CryptAcquireContext, CryptVerifySignature, CryptGetDefaultProvider)
818         (CryptEnumProviders, CryptSetProvider): Define as __AW_SUFFIXED__
819         aliases for each of the UNICODE/non-UNICODE cases respectively.
820         (CryptEnumProvidersA): Correct prototype declaration; 5th parameter
821         was declared as type LPTSTR, but should be type LPSTR.
822         (CryptEnumProvidersW): Likewise; 5th parameter should be type LPWSTR.
823         (CryptGetDefaultProviderW): Likewise; 4th parameter was declared as
824         type LPSTR, but should be type LPWSTR.
825         [defined MINGW_TENTATIVE_ASSUMPTIONS] (X509_ANY_STRING)
826         (X509_CRL_REASON_CODE, X509_DSS_PUBLICKEY, X509_UNICODE_ANY_STRING)
827         (struct _CERT_ALT_NAME_ENTRY): Add tentative definitions.
828
829 2015-09-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
830
831         Correct defect in build system compilation rule.
832
833         * Makefile.in (scrnsavw.$OBJEXT): Do not use $^ to represent the
834         source file; it expands to also include prerequisite header files,
835         which should not appear on the compilation command line.  Rewrite
836         rule in static pattern format, and use $< instead.
837
838 2015-08-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
839
840         Build system corrections for GCC build time support.
841
842         * configure.ac (AC_PROG_CC): Don't use this; we need...
843         (MINGW_AC_PROG_CC_COMPILE_ONLY): ...this alternative, to support
844         building with only a stage 1 partially built GCC installation.
845
846         * Makefile.in (install-headers): New make objective; map it to...
847         (install-w32api-headers): ...this, for which it is a logical alias.
848
849 2015-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
850
851         Overhaul and streamline build system configuration.
852
853         * configure.in: Delete obsolete file; replace with...
854         * configure.ac: New file; rewritten per current autoconf conventions.
855
856         * Makefile.in: Rewritten; adapted from current mingwrt configuration,
857         it now processes the entire build without using separate sub-makes.
858
859         * lib/Makefile.in: Sub-make configuration not required now; delete it.
860         * lib/ddk/Makefile.in lib/directx/Makefile.in: Likewise; delete them.
861
862 2015-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
863
864         Remove unused aclocal.m4 configuration file.
865
866         * aclocal.m4: Delete it; it provides no content used by this package.
867
868 2015-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
869
870         Adapt platform feature checks to NTDDI_VERSION conventions.
871
872         * include/sdkddkver.h: New file; merge from 4.0-dev branch.
873         (_WIN32_WINNT_WINBLUE): New manifest constant for Windows-8.1.
874         (WINNTVER): Prefer bitwise shift to division; adjust accordingly.
875         [_WIN32_WINNT != OSVER(NTDDI_VERSION)]: Bad comparison; correct to...
876         [_WIN32_WINNT != WINNTVER(NTDDI_VERSION)]: ...this.
877
878         * include/w32api.h: Assert copyright; include sdkddkver.h.
879         (__W32API_VERSION): Increment to 3.18; adopt new encoding format.
880         (__W32API_MAJOR_VERSION, __W32API_MINOR_VERSION): Adjust consistently.
881         (__W32API_PATCH_LEVEL): New macro; define with initial value of zero.
882         (__W32API_DEPRECATED_ALIAS): New macro; define it; use to redefine...
883         (Windows95, Windows98, WindowsME, WindowsNT4, Windows2000, WindowsXP)
884         (Windows2003, WindowsVista, IE3, IE301, IE302, IE4, IE401, IE5, IE5a)
885         (IE5b, IE501, IE55, IE56, IE6, IE601, IE602, IE7): ...these; replace
886         macro definitions by long integer constants, and mark as deprecated.
887         (UNICODE, _UNICODE): Keep these consistent; use logic factored out of
888         mingwrt/include/_mingw.h, whence we similarly relocate...
889         (_EXTERN_C, _BEGIN_C_DECLS, _END_C_DECLS): ...these.
890
891         * include/windef.h: Assert copyright; include w32api.h, whence we
892         infer default assignments, per included sdkddkver.h, for each of...
893         (WINVER, _WIN32_WINNT): ...these; delete local defines.
894         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
895
896 2015-06-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
897
898         Remove generated configure script from revision control.
899
900         * configure: Delete from SCM; maintainer must regenerate it, when
901         required, as SCM will now ignore it.
902
903 2012-08-04  Earnie Boyd  <earnie@users.sourceforge.net>
904
905         Cosmetic adjustment to match MSDN documentation.
906
907         * include/winver.h (VerQueryValueA, VerQueryValueW): Declare type
908         of parameter #1 to be LPCVOID, in preference to formerly specified,
909         and functionally equivalent, 'const LPVOID'.
910
911 2012-08-01  Stephan Jorek  <sjorek@users.sourceforge.net>
912
913         Correct typos, as identified by issue [#1534].
914
915         * include/setupapi.h (SetupCancelTemporary): Should be...
916         (SetupCancelTemporarySourceList): ...this; complete truncated name.
917         (SetupFreeA, SetupFreeW): Likewise, complete these respectively to...
918         (SetupFreeSourceListA, SetupFreeSourceListW): ...these, and...
919         (SetupQueryA, SetupQueryW): ...these respectively to...
920         (SetupQuerySourceListA, SetupQuerySourceListW): ...these.
921         (SetupDiGetWizardage): Misspelled; correct it to...
922         (SetupDiGetWizardPage): ...this.
923
924 2012-08-01  Earnie Boyd  <earnie@users.sourceforge.net>
925
926         Declare WTSVirtualChannel API functions per issue [#1342].
927
928         * include/wtsapi32.h [_WIN32_WINNT >= 0x500]
929         (WTSVirtualChannelOpen, WTSVirtualChannelQuery, WTSVirtualChannelRead)
930         (WTSVirtualChannelPurgeInput, WTSVirtualChannelPurgeOutput)
931         (WTSVirtualChannelWrite, WTSVirtualChannelClose): Declare them.
932         [_WIN32_WINNT >= 0x600] (WTSVirtualchannelOpenEx): Likewise.
933
934         * lib/wtsapi32.def (WTSVirtualChannelOpenEx@12): Add reference.
935
936 2012-08-01  Earnie Boyd  <earnie@users.sourceforge.net>
937
938         Correct MENUITEMINFO structure definition per issue [#1659].
939
940         * include/winuser.h (tagMENUITEMINFOA, tagMENUITEMINFOW): dwItemData
941         field was defined as type DWORD; correct it to type ULONG_PTR.
942
943 2012-07-06  Corinna Vinschen  <corinna@vinschen.de>
944
945         Extend visibility of winsock definitions when building Cygwin.
946
947         * include/winsock.h [__INSIDE_CYGWIN__]: Expose definitions of...
948         (IP_OPTIONS, SO_DEBUG, SO_ACCEPTCONN, SO_REUSEADDR, SO_KEEPALIVE)
949         (SO_DONTROUTE, SO_BROADCAST, SO_USELOOPBACK, SO_LINGER, SO_OOBINLINE)
950         (SO_DONTLINGER, SO_SNDBUF, SO_RCVBUF, SO_SNDLOWAT, SO_RCVLOWAT)
951         (SO_SNDTIMEO, SO_RCVTIMEO, SO_ERROR, SO_TYPE): ...these; however...
952         [__INSIDE_MSYS__]: ...keep them hidden.
953
954         * include/winsock2.h [__INSIDE_CYGWIN__]: Likewise, expose...
955         (AF_MAX, _SS_MAXSIZE, _SS_ALIGNSIZE, _SS_PAD1SIZE, _SS_PAD2SIZE)
956         (struct sockaddr, struct sockaddr_storage): ...these, whereas...
957         [__INSIDE_MSYS__]: ...also keep them hidden.
958
959 2012-04-29  Jan Ringos  <tringi@users.sf.net>
960
961         Correct version guard for WinXP minimum requirement.
962
963         * include/winbase.h (GetModuleHandleEx): Function unsupported for...
964         [_WIN32_WINNT >= 0x500]: ...this; it isn't in Win2K, so should be...
965         [_WIN32_WINNT >= 0x501]: ...this; correct it accordingly.
966         (GetModuleHandleExA, GetModuleHandleExW): Likewise.
967
968 2012-04-28  LRN  <l_r_nightmare@users.sf.net>
969
970         Add missing <shobjidl.h> and associated UUID implementation.
971
972         * include/shobjidl.h lib/shobjidl-uuid.c: New files.
973         * lib/Makefile.in (UUID_SOURCES, UUID_OBJS): Add references.
974
975 2012-03-19  Ben Greear  <greear@users.sf.net>
976
977         Adjust header file definition order, to fix issue [#1570].
978
979         * include/routprot.h (IP_LOCAL_BINDING): Must be defined before...
980         (IP_ADAPTER_BINDING_INFO): ...this; adjust order of definition.
981
982 2012-01-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
983
984         Add missing return value, flagged by 'make test'.
985
986         * include/gdiplus/gdiplustypes.h (Gdiplus::GdiplusAbort::Abort):
987         Return NO_ERROR in virtual definition.
988
989 2012-01-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
990
991         Remove duplicate definitions, identified by 'make test'.
992
993         * include/wincrypt.h (CRYPT_NEWKEYSET, CRYPT_DELETEKEYSET)
994         (CRYPT_MACHINE_KEYSET, CRYPT_EXPORTABLE, CRYPT_USER_PROTECTED)
995         (CRYPT_SILENT, CRYPT_CREATE_SALT, CRYPT_UPDATE_KEY, CRYPT_NO_SALT)
996         (CRYPT_PREGEN, CRYPT_RECIPIENT, CRYPT_INITIATOR, CRYPT_ONLINE)
997         (CRYPT_SF, CRYPT_CREATE_IV, CRYPT_KEK, CRYPT_DATA_KEY)
998         (CRYPT_VOLATILE, CRYPT_SGCKEY): Delete second instance of each.
999
1000         * include/winerror.h (CRYPT_E_REVOKED): Delete; it is already
1001         correctly defined (per MSDN) in <wincrypt.h>
1002
1003 2012-01-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
1004
1005         Correct misuse of #ifdef, identified by 'make test'.
1006
1007         * include/shlwapi.h (enum ASSOCSTR, enum ASSOCDATA): Fix typos;
1008         /#ifdef _WIN32_IE >= 0x0600/s/#ifdef/#if/
1009
1010 2011-12-22  Corinna Vinschen  <corinna@vinschen.de>
1011
1012         Replace more incorrectly named manifest constants.
1013
1014         * include/winnt.h (JOB_OBJECT_LIMIT_BREAKAWAY_OK)
1015         (JOB_OBJECT_LIMIT_SILENT_BREAKAWAY_OK): Define; make aliases for...
1016         (JOB_OBJECT_BREAKAWAY_OK, JOB_OBJECT_SILENT_BREAKAWAY): ...these old
1017         definitions respectively; retain for backward compatibility only.
1018
1019 2011-12-22  Corinna Vinschen  <corinna@vinschen.de>
1020
1021         Add missing PROCESS_QUERY_LIMITED_INFORMATION.
1022
1023         * include/winnt.h (PROCESS_QUERY_LIMITED_INFORMATION): Define it.
1024
1025 2011-08-19  Corinna Vinschen  <corinna@vinschen.de>
1026
1027         Add missing MAPVK manifest constant definitions.
1028
1029         * include/winuser.h (MAPVK_VK_TO_VSC, MAPVK_VSC_TO_VK): Define them.
1030         (MAPVK_VK_TO_CHAR, MAPVK_VSC_TO_VK_EX, MAPVK_VK_TO_VSC_EX): Likewise.
1031
1032 2011-08-05  Corinna Vinschen  <corinna@vinschen.de>
1033
1034         Correct some misspelled manifest constant names.
1035
1036         * include/winnt.h (IMAGE_DLL_CHARACTERISTICS_NX_COMPAT): Should be...
1037         (IMAGE_DLLCHARACTERISTICS_NX_COMPAT): ...this; define correctly; also
1038         alias to original misspelling, to maintain backward compatibility.
1039         (IMAGE_DLL_CHARACTERISTICS_FORCE_INTEGRITY): Likewise; should be...
1040         (IMAGE_DLLCHARACTERISTICS_FORCE_INTEGRITY): ...this; define and alias.
1041         (IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE): Likewise; should be...
1042         (IMAGE_DLLCHARACTERISTICS_DYNAMIC_BASE): ...this; define and alias.
1043
1044 2011-07-29  Corinna Vinschen  <corinna@vinschen.de>
1045
1046         Add a missing Win2K sockets IOCTL feature.
1047
1048         * include/winsock2.h (SIO_UDP_CONNRESET): Define.
1049
1050 2011-05-22  Albrecht Schlosser  <vms-news@go4more.de>
1051
1052         Fix an incorrectly typed structure member.
1053
1054         * include/wingdi.h (GCP_RESULTSW): lpClass field defined as LPWSTR;
1055         should be LPSTR; correct it.
1056
1057 2011-05-15  Corinna Vinschen  <corinna@vinschen.de>
1058
1059         Add another missing manifest constant definition.
1060
1061         * include/winbase.h (STACK_SIZE_PARAM_IS_A_RESERVATION): Define.
1062
1063 2011-04-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
1064
1065         Avoid pollution of user namespace; fix MinGW-Bug [#1531].
1066
1067         * include/windef.h (PACKED): Delete macro definition; its name is not
1068         reserved, and may thus conflict with a user defined name; replace it...
1069         * include/wincon.h (KEY_EVENT_RECORD): ...at this sole point of use;
1070         use __attribute__((packed)) directly instead.
1071
1072 2011-04-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1073
1074         Fix bad typedef, per MinGW-Bug [#1529].
1075
1076         * include/imagehlp.h (PREAD_PROCESS_MEMORY_ROUTINE): Corrected, to
1077         conform with MSDN reference, as identified by Safety0ff.
1078
1079 2011-04-04  Corinna Vinschen  <corinna@vinschen.de>
1080
1081         Add a missing manifest constant definition.
1082
1083         * include/winnt.h (DOMAIN_ALIAS_RID_REMOTE_DESKTOP_USERS): Define.
1084
1085 2011-03-29  Corinna Vinschen  <corinna@vinschen.de>
1086
1087         Win2K and Vista userenv updates.
1088
1089         * include/userenv.h [_WIN32_WINNT >= 0x0500] (DeleteProfile)
1090         (GetAllUsersProfileDirectory, GetDefaultUserProfileDirectory)
1091         (ExpandEnvironmentStringsForUser): Define function aliases.
1092         [_WIN32_WINNT >= 0x0500] (DeleteProfileA, DeleteProfileW)
1093         (GetAllUsersProfileDirectoryA, GetAllUsersProfileDirectoryW)
1094         (GetDefaultUserProfileDirectoryA, GetDefaultUserProfileDirectoryW
1095         (ExpandEnvironmentStringsForUserA, ExpandEnvironmentStringsForUserW)
1096         (GetProfileType): Declare function prototypes.
1097         [_WIN32_WINNT >= 0x0600] (CreateProfile): Declare function prototype.
1098         [_WIN32_WINNT >= 0x0500] (PT_TEMPORARY, PT_ROAMING, PT_MANDATORY):
1099         New manifest constants; define them.
1100
1101 2011-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1102
1103         * Makefile.in: Increment CYGRELEASE to 2.
1104
1105 2011-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1106
1107         * lib/Makefile.in: Include GDIPLUS_HEADERS in dist target.
1108
1109 2011-03-11  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1110
1111         * include/w32api.h: Increment version to 3.17.
1112         * Makefile.in: Ditto.
1113
1114 2011-03-07  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1115
1116         * include/winbase.h (PSAPI_WORKING_SET_BLOCK)
1117         (PSAPI_WORKING_SET_INFORMATION): Move from here...
1118         * include/psapi.h (PSAPI_WORKING_SET_BLOCK)
1119         (PSAPI_WORKING_SET_INFORMATION): ...to here.
1120
1121 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1122
1123         * include/w32api.h: Increment version to 3.16.
1124         * Makefile.in: Ditto.
1125
1126 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1127
1128         * include/commctrl.h (NMTCKEYDOWN): Define.
1129
1130 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1131
1132         * include/wtsapi32.h (WTSSendMessageA, WTSSendMessageW, WTSSendMessage):
1133         Define.
1134
1135 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1136
1137         * include/winbase.h (PSAPI_WORKING_SET_BLOCK,
1138         PSAPI_WORKING_SET_INFORMATION): Define.
1139
1140 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1141
1142         * include/winbase.h (__GNUC_EXTENSION): Define, replacing __MINGW_EXTENSION.
1143
1144 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1145
1146         * lib/kernel32.def (FreeLibraryAndExitThread): Fix definition.
1147
1148 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1149
1150         * include/winbase.h (FILE_ENCRYPTABLE, FILE_IS_ENCRYPTED, FILE_READ_ONLY,
1151         FILE_ROOT_DIR, FILE_SYSTEM_ATTR, FILE_SYSTEM_DIR, FILE_SYSTEM_NOT_SUPPORT,
1152         FILE_UNKNOWN, FILE_USER_DISALLOWED): Define.
1153
1154 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1155
1156         * include/winioctl.h (_DRIVE_LAYOUT_INFORMATION_MBR): Add
1157         _DRIVE_LAYOUT_INFORMATION_MBR_DEFINED guard.
1158         * include/ddk/winddk.h (_DRIVE_LAYOUT_INFORMATION_MBR): Ditto.
1159
1160 2011-03-04  Seth Jackson  <sethj@users.sourceforge.net>
1161
1162         * include/winnt.h (PAGE_WRITECOMBINE): Define.
1163         * include/winbase.h (THREAD_MODE_BACKGROUND_BEGIN, THREAD_MODE_BACKGROUND_END): Define.
1164
1165 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1166
1167         * include/winbase.h (__MINGW_EXTENSION): Define.
1168         (OVERLAPPED): Add __MINGW_EXTENSION around nameless union /
1169         struct to correct issue with -std=c99.
1170
1171 2011-03-02  Corinna Vinschen  <corinna@vinschen.de>
1172
1173         * include/ddk/winddk.h (TIMER_INFORMATION_CLASS): Define.
1174         (TIMER_BASIC_INFORMATION): Define.
1175         (NtQueryTimer): Define.
1176         (ZwQueryTimer): Define.
1177
1178 2010-12-27  David Byron  <dbyron0@users.sourceforge.net>
1179
1180         * include/winioctl.h (STORAGE_BUS_TYPE): Define.
1181
1182 2010-12-27  Seth Jackson  <sethj@users.sourceforge.net>
1183
1184         * include/winbase.h (GetComputerNameEx): Define.
1185
1186 2010-12-27  Ryan Lortie  <desrt@desrt.ca>
1187
1188         * include/winbase.h (TzSpecificLocalTimeToSystemTime): Define.
1189
1190 2010-12-27  Markus Koenig  <basilo@users.sourceforge.net>
1191
1192         * include/gdiplus/gdipluspixelformats.h (PixelFormatIndexed,
1193         PixelFormatGDI, PixelFormatAlpha, PixelFormatPAlpha,
1194         PixelFormatExtended, PixelFormatCanonical, PixelFormatUndefined,
1195         PixelFormatDontCare, PixelFormat1bppIndexed, PixelFormat4bppIndexed,
1196         PixelFormat8bppIndexed, PixelFormat16bppGrayScale,
1197         PixelFormat16bppRGB555, PixelFormat16bppRGB565, PixelFormat16bpp1555,
1198         PixelFormat24bppRGB, PixelFormat32bppRGB, PixelFormat32bppARGB,
1199         PixelFormat32bppPARGB, PixelFormat48bppRGB, PixelFormat64bppARGB,
1200         PixelFormat64bppPARGB, PixelFormatMax): Fix definition.
1201
1202 2010-10-20  Seth Jackson  <sethj@users.sourceforge.net>
1203
1204         * include/commctrl.h (TC_ITEMHEADER[AW]): Rename to TCITEMHEADER[AW].
1205         Add defines for backward compatibility.
1206
1207 2010-12-27  Johann Hanne  <jonnyh33@users.sourceforge.net>
1208
1209         * include/oaidl.h (GetTypeComp, GetTypeComp, IsMatchingType): Fix defintion.
1210         * include/objidl.h (AddConnection, ReleaseConnection): Ditto.
1211         * include/winbase.h (EnumResourceLanguagesA, EnumResourceLanguagesW,
1212         EnumResourceNamesA, EnumResourceNamesW, EnumResourceTypesA,
1213         EnumResourceTypesW): Ditto.
1214         * include/winnt.h (_SYSTEM_POWER_CAPABILITIES): Ditto.
1215
1216 2010-12-27  Seth Jackson  <sethj@users.sourceforge.net>
1217
1218         * include/basetsd.h: (INT8, UINT8, INT16, UINT16): Define.
1219
1220 2010-12-27  Paul Sokolovsky  <pfalcon@users.sf.net>
1221
1222         * include/bdatypes.h: Add missing semicolons.
1223
1224 2010-08-26  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1225
1226         * include/w32api.h: Increment version to 3.15.
1227         * Makefile.in: Ditto.
1228
1229 2010-08-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1230
1231         * Makefile.in: Update naming convention and compression format (lzma),
1232         leaving existing naming convention and compression format as is for Cygwin.
1233
1234 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1235
1236         * include/oleacc.h (STATE_SYSTEM_HASPOPUP, STATE_SYSTEM_NORMAL,
1237         STATE_SYSTEM_PROTECTED): Define.
1238
1239         Thank you to Marcus von Appen for reporting the issue.
1240
1241 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1242
1243         * include/winuser.h (CF_DIBV5): Define.
1244         (CF_MAX): Adjust accordingly.
1245
1246         Thank you to Lenard Lindstrom for reporting the issue.
1247
1248 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1249
1250         * include/sspi.h (QuerySecurityContextToken): Define.
1251         * lib/secur32.def: Regenerate using gendef on a Win7 machine.
1252
1253         Thank you to Magnus Hagander for reporting the issue.
1254
1255 2010-08-25  Ali Sabil  <asabil@users.sourceforge.net>
1256
1257         * include/ocidl.h: Define COBJMACROS for IPropertyBag and IPropertyBag2.
1258
1259 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1260
1261         * include/shlwapi (ASSOCDATA): Update definition.
1262
1263         Thank you to Frederic Deschamps for reporting the issue.
1264
1265 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1266
1267         * include/winbase.h (COPY_FILE_OPEN_SOURCE_FOR_WRITE,
1268         COPY_FILE_ALLOW_DECRYPTED_DESTINATION, COPY_FILE_COPY_SYMLINK,
1269         COPY_FILE_NO_BUFFERING): Define.
1270
1271         Thank you to Roland Schwingel for reporting the issue.
1272
1273 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1274
1275         * include/winuser.h (HHOOK): Move definition from here...
1276         * include/windef.h: ...to here, as per MSDN.
1277
1278         Thank you to Samuel Thibault for reporting the issue.
1279
1280 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1281
1282         * include/winbase.h (GetEnvironmentStrings, GetEnvironmentStringsA): Per
1283         MSDN, change return type to LPCH.
1284         (GetEnvironmentStringsW): Per MSDN, change return type to LPWCH.
1285
1286         Thank you to Emmanuel Stapf for reporting the issue.
1287
1288 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1289
1290         * include/prsht.h (SNDMDG, POSTMSG): Fix typo.
1291         * include/windowsx.h (SNDMSG): Ditto.
1292
1293 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1294
1295         * include/prsht.h (SNDMSG, POSTMSG): Define macros and use throughout.
1296
1297         Thank you to Ozkan Sezer for reporting the issue.
1298
1299 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1300
1301         * include/windowsx.h (SNDMSG): Define macro and use throughout.
1302
1303         Thank you to Chris Oldwood for reporting the issue.
1304
1305 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1306
1307         * include/oleacc.h (AccessibleObjectFromEvent): Correct definition.
1308
1309         Thank you to Rick Walsh for reporting the issue.
1310
1311 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1312
1313         * include/winbase.h (MoveFileWithProcessA, MoveFileWithProgressW): Define.
1314
1315 2010-08-24  Vinky  <rabbit_vinky@users.sourceforge.net>
1316
1317         * include/winbase.h (OVERLAPPED): Correct definition.
1318
1319 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1320
1321         * include/winnt.h (IMAGE_NT_HEADERS32, IMAGE_NT_HEADERS64): Correct
1322         definition.
1323
1324         Thank you to Pasi Ruokola for reporting the issue.
1325
1326 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1327
1328         * include/exdisp.h (get_RegisterAsBrowser): Fix typo.
1329
1330         Thank you to cheznonnon for reporting the issue.
1331
1332 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1333
1334         * lib/ws2_32.def: Regenerate using gendef on a Win7 machine.
1335
1336 2010-08-24  Ozkan Sezer  <sezero@users.sourceforge.net>
1337
1338         * winnt.h: Fix several SUBLANG ID errors (ref:
1339         http://msdn.microsoft.com/en-us/library/dd318693(VS.85).aspx).
1340         (SUBLANG_UI_CUSTOM_DEFAULT): 0x05, not 0x03.
1341         (SUBLANG_HAUSA_NIGERIA): Bad ID name, correct one is ...
1342         (SUBLANG_HAUSA_NIGERIA_LATIN): ... this.
1343         (SUBLANG_INUKTITUT_CANADA_LATIN): 0x02, not 0x01.
1344         (SUBLANG_IRISH_IRELAND): 0x02, not 0x01.
1345         (SUBLANG_LAO_LAO_PDR): Bad ID name, correct one is ...
1346         (SUBLANG_LAO_LAO): ... this.
1347         (SUBLANG_LOWER_SORBIAN_GERMANY): 0x02, not 0x01.
1348         (SUBLANG_SAMI_SKOLT_FINLAND): 0x08, not 0x03.
1349         (SUBLANG_SAMI_INARI_FINLAND): 0x09, not 0x03.
1350         (SUBLANG_SYRIAC_SYRIA): define as SUBLANG_SYRIAC (what MSDN mentions).
1351         (SUBLANG_TIGRIGNA_ERITREA): 0x02, not 0x01.
1352         (SUBLANG_BENGALI_INDIA): 0x01, not 0x00.
1353         (SUBLANG_BENGALI_BANGLADESH): 0x02, not 0x01.
1354         (SUBLANG_PUNJABI_INDIA): 0x01, not 0x00.
1355         (SUBLANG_PUNJABI_PAKISTAN): not defined in MSDN.
1356         (SUBLANG_ROMANIAN_ROMANIA): 0x01, not 0x00.
1357         (SUBLANG_ROMANIAN_MOLDOVA): not defined in MSDN.
1358
1359 2010-08-24  LRN  <lrn1986@gmail.com>
1360
1361         * include/mmreg.h (MPEGLAYER3WAVEFORMAT, WAVE_FORMAT_UNKNOWN,
1362         WAVE_FORMAT_PCM, WAVE_FORMAT_ADPCM, WAVE_FORMAT_IEEE_FLOAT,
1363         WAVE_FORMAT_VSELP, WAVE_FORMAT_IBM_CVSD, WAVE_FORMAT_ALAW,
1364         WAVE_FORMAT_MULAW, WAVE_FORMAT_OKI_ADPCM, WAVE_FORMAT_DVI_ADPCM,
1365         WAVE_FORMAT_MEDIASPACE_ADPCM, WAVE_FORMAT_SIERRA_ADPCM,
1366         WAVE_FORMAT_G723_ADPCM, WAVE_FORMAT_DIGIFIX, WAVE_FORMAT_DIALOGIC_OKI_ADPCM,
1367         WAVE_FORMAT_MEDIAVISION_ADPCM, WAVE_FORMAT_CU_CODEC,
1368         WAVE_FORMAT_YAMAHA_ADPCM, WAVE_FORMAT_SONARC,
1369         WAVE_FORMAT_DSPGROUP_TRUESPEECH, WAVE_FORMAT_ECHOSC1,
1370         WAVE_FORMAT_AUDIOFILE_AF36, WAVE_FORMAT_APTX, WAVE_FORMAT_AUDIOFILE_AF10,
1371         WAVE_FORMAT_PROSODY_1612, WAVE_FORMAT_LRC, WAVE_FORMAT_DOLBY_AC2,
1372         WAVE_FORMAT_GSM610, WAVE_FORMAT_MSNAUDIO, WAVE_FORMAT_ANTEX_ADPCME,
1373         WAVE_FORMAT_CONTROL_RES_VQLPC, WAVE_FORMAT_DIGIREAL, WAVE_FORMAT_DIGIADPCM,
1374         WAVE_FORMAT_CONTROL_RES_CR10, WAVE_FORMAT_NMS_VBXADPCM,
1375         WAVE_FORMAT_ROLAND_RDAC, WAVE_FORMAT_ECHOSC3, WAVE_FORMAT_ROCKWELL_ADPCM,
1376         WAVE_FORMAT_ROCKWELL_DIGITALK, WAVE_FORMAT_XEBEC, WAVE_FORMAT_G721_ADPCM,
1377         WAVE_FORMAT_G728_CELP, WAVE_FORMAT_MSG723, WAVE_FORMAT_MPEG,
1378         WAVE_FORMAT_RT24, WAVE_FORMAT_PAC, WAVE_FORMAT_MPEGLAYER3,
1379         WAVE_FORMAT_LUCENT_G723, WAVE_FORMAT_CIRRUS, WAVE_FORMAT_ESPCM,
1380         WAVE_FORMAT_VOXWARE, WAVE_FORMAT_CANOPUS_ATRAC, WAVE_FORMAT_G726_ADPCM,
1381         WAVE_FORMAT_G722_ADPCM, WAVE_FORMAT_DSAT, WAVE_FORMAT_DSAT_DISPLAY,
1382         WAVE_FORMAT_VOXWARE_BYTE_ALIGNED, WAVE_FORMAT_VOXWARE_AC8,
1383         WAVE_FORMAT_VOXWARE_AC10, WAVE_FORMAT_VOXWARE_AC16,
1384         WAVE_FORMAT_VOXWARE_AC20, WAVE_FORMAT_VOXWARE_RT24,
1385         WAVE_FORMAT_VOXWARE_RT29, WAVE_FORMAT_VOXWARE_RT29HW,
1386         WAVE_FORMAT_VOXWARE_VR12, WAVE_FORMAT_VOXWARE_VR18,
1387         WAVE_FORMAT_VOXWARE_TQ40, WAVE_FORMAT_SOFTSOUND, WAVE_FORMAT_VOXWARE_TQ60,
1388         WAVE_FORMAT_MSRT24, WAVE_FORMAT_G729A, WAVE_FORMAT_MVI_MV12,
1389         WAVE_FORMAT_DF_G726, WAVE_FORMAT_DF_GSM610, WAVE_FORMAT_ISIAUDIO,
1390         WAVE_FORMAT_ONLIVE, WAVE_FORMAT_SBC24, WAVE_FORMAT_DOLBY_AC3_SPDIF,
1391         WAVE_FORMAT_ZYXEL_ADPCM, WAVE_FORMAT_PHILIPS_LPCBB, WAVE_FORMAT_PACKED,
1392         WAVE_FORMAT_RHETOREX_ADPCM, WAVE_FORMAT_IRAT, WAVE_FORMAT_VIVO_G723,
1393         WAVE_FORMAT_VIVO_SIREN, WAVE_FORMAT_DIGITAL_G723,
1394         WAVE_FORMAT_CREATIVE_ADPCM, WAVE_FORMAT_CREATIVE_FASTSPEECH8,
1395         WAVE_FORMAT_CREATIVE_FASTSPEECH10, WAVE_FORMAT_QUARTERDECK,
1396         WAVE_FORMAT_FM_TOWNS_SND, WAVE_FORMAT_BTV_DIGITAL, WAVE_FORMAT_VME_VMPCM,
1397         WAVE_FORMAT_OLIGSM, WAVE_FORMAT_OLIADPCM, WAVE_FORMAT_OLICELP,
1398         WAVE_FORMAT_OLISBC, WAVE_FORMAT_OLIOPR, WAVE_FORMAT_LH_CODEC,
1399         WAVE_FORMAT_NORRIS, WAVE_FORMAT_ISIAUDIO,
1400         WAVE_FORMAT_SOUNDSPACE_MUSICOMPRESS, WAVE_FORMAT_DVM, WAVE_FORMAT_RAW_AAC1,
1401         WAVE_FORMAT_MPEG_HEAAC, WAVE_FORMAT_MPEG_ADTS_AAC, WAVE_FORMAT_DRM,
1402         WAVE_FORMAT_DTS, WAVE_FORMAT_WMAVOICE9, WAVE_FORMAT_WMASPDIF,
1403         WAVE_FORMAT_WMAUDIO_LOSSLESS, WAVE_FORMAT_WMAUDIO2, WAVE_FORMAT_WMAUDIO3,
1404         WAVE_FORMAT_MPEG_LOAS, WAVE_FORMAT_RAW_SPORT, WAVE_FORMAT_ESST_AC3,
1405         WAVE_FORMAT_DTS2): Define.
1406         * include/msacm.h (HACMDRIVERID, HACMDRIVER, HACMSTREAM, HACMOBJ,
1407         ACMSTREAMHEADER, WAVEFILTER, acmDriverAddA, acmDriverAddW, acmDriverRemove,
1408         acmMetrics, acmStreamOpen, acmStreamSize, acmStreamPrepareHeader,
1409         acmStreamUnprepareHeader, acmStreamReset, acmStreamClose, acmStreamConvert):
1410         Define.
1411
1412 2010-08-23  LRN  <lrn1986@gmail.com>
1413
1414         * include/winbase.h (SYMBOLIC_LINK_FLAG_DIRECTORY, FILE_NAME_NORMALIZED,
1415         FILE_NAME_OPENED, VOLUME_NAME_DOS, VOLUME_NAME_GUID, VOLUME_NAME_NONE,
1416         VOLUME_NAME_NT, FILE_BASIC_INFO, FILE_STANDARD_INFO, FILE_NAME_INFO,
1417         FILE_STREAM_INFO, FILE_COMPRESSION_INFO, FILE_ATTRIBUTE_TAG_INFO,
1418         FILE_ID_BOTH_DIR_INFO, FILE_REMOTE_PROTOCOL_INFO, FILE_INFO_BY_HANDLE_CLASS,
1419         GetFileInformationByHandleEx, GetFinalPathNameByHandleA,
1420         GetFinalPathNameByHandleW): Define.
1421
1422 2010-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1423
1424         * lib/CheckConflicts.sh: New file.
1425
1426 2010-08-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1427
1428         * lib/kernel32.def (CopyLZFile, GetExpandedNameA, GetExpandedNameW, LZClose,
1429         LZCopy, LZInit, LZOpenFileA, LZOpenFileW, LZRead, LZSeek, OpenProcessToken,
1430         OpenThreadToken, RegCloseKey, RegCreateKeyExA, RegCreateKeyExW,
1431         RegDeleteKeyExA, RegDeleteKeyExW, RegDeleteValueA, RegDeleteValueW,
1432         RegEnumKeyExA, RegEnumKeyExW, RegEnumValueA, RegEnumValueW, RegFlushKey,
1433         RegGetKeySecurity, RegLoadKeyA, RegLoadKeyW, RegNotifyChangeKeyValue,
1434         RegOpenCurrentUser, RegOpenKeyExA, RegOpenKeyExW, RegOpenUserClassesRoot,
1435         RegQueryInfoKeyA, RegQueryInfoKeyW, RegQueryValueExA, RegQueryValueExW,
1436         RegRestoreKeyA, RegRestoreKeyW, RegSetKeySecurity, RegSetValueExA,
1437         RegSetValueW, RegUnLoadKeyA, RegUnLoadKeyW, RtlCaptureStackBackTrace,
1438         RtlFillMemory, RtlMoveMemory, RtlZeroMemory, SetThreadToken): Remove
1439         conflicting definition.
1440         * lib/th32.def: Remove.
1441         * lib/ntdll.def (RtlUnwind): Remove conflicting definition.
1442         * lib/version.def (VerLanguageNameA, VerLanguageNameW): Remove conflicting
1443         definition.
1444
1445 2010-08-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1446
1447         * lib/kernel32.def (CreateProcessAsUserW): Remove definition.
1448
1449 2010-08-20  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1450
1451         * lib/kernel32.def: Regenerate using gendef on a Win7 machine.
1452
1453 2010-08-19  Corinna Vinschen  <corinna@vinschen.de>
1454
1455         * include/winnt.h: Define FILE_ATTRIBUTE_VIRTUAL.  Change
1456         FILE_ATTRIBUTE_VALID_FLAGS accordingly.
1457         * include/ddk/winddk.h: Ditto.
1458
1459 2010-08-18  Ladislav Michl  <ladis@users.sourceforge.net>
1460
1461         * include/winbase.h (SYMBOLIC_LINK_FLAG_DIRECTORY, CreateSymbolicLinkW,
1462         CreateSymbolicLinkA, CreateSymbolicLink): Define
1463
1464 2010-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1465
1466         * lib/kernel32.def(FatalExit): Correct definiton.
1467
1468 2010-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1469
1470         * include/basetyps.h (REFGUID, REFIID, REFCLSID, REFFMTID): Revert change
1471         from 2010-07-17 since it breaks several applications.
1472
1473 2010-07-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1474
1475         * lib/kernel32.def: Regenerate using gendef.
1476
1477 2010-07-20  Ozkan Sezer  <sezero@users.sourceforge.net>
1478
1479         * include/commctrl.h (LVIF_GROUPID): Fix definition.
1480
1481 2010-07-20  Michael James  <james.me@gmail.com>
1482
1483         * include/commctrl.h (LVIF_COLUMNS): Fix definition.
1484
1485 2010-07-17  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1486
1487         * include/winnt.h (HEAP_MAKE_TAG_FLAGS, VALID_INHERIT_FLAGS): Correct
1488         definition.
1489         * include/rpcndr.h (NdrUnMarshConfStringHdr, NdrUnMarshCCtxtHdl,
1490         NdrMarshSCtxtHdl): Ditto.
1491         * include/basetyps.h (REFGUID, REFIID, REFCLSID, REFFMTID): Remove macro
1492         definition in favour of typedef definition.
1493
1494         Thank you to Yuta Tomino for reporting the issues.
1495
1496 2010-07-08  Markus Koenig  <basilo@users.sourceforge.net>
1497
1498         * include/gdiplus.h: New file.
1499         * include/gdiplus/gdiplus.h: New file.
1500         * include/gdiplus/gdiplusbase.h: New file.
1501         * include/gdiplus/gdiplusbrush.h: New file.
1502         * include/gdiplus/gdipluscolor.h: New file.
1503         * include/gdiplus/gdipluscolormatrix.h: New file.
1504         * include/gdiplus/gdipluseffects.h: New file.
1505         * include/gdiplus/gdiplusenums.h: New file.
1506         * include/gdiplus/gdiplusflat.h: New file.
1507         * include/gdiplus/gdiplusgpstubs.h: New file.
1508         * include/gdiplus/gdiplusgraphics.h: New file.
1509         * include/gdiplus/gdiplusheaders.h: New file.
1510         * include/gdiplus/gdiplusimageattributes.h: New file.
1511         * include/gdiplus/gdiplusimagecodec.h: New file.
1512         * include/gdiplus/gdiplusimaging.h: New file.
1513         * include/gdiplus/gdiplusimpl.h: New file.
1514         * include/gdiplus/gdiplusinit.h: New file.
1515         * include/gdiplus/gdipluslinecaps.h: New file.
1516         * include/gdiplus/gdiplusmatrix.h: New file.
1517         * include/gdiplus/gdiplusmem.h: New file.
1518         * include/gdiplus/gdiplusmetafile.h: New file.
1519         * include/gdiplus/gdiplusmetaheader.h: New file.
1520         * include/gdiplus/gdipluspath.h: New file.
1521         * include/gdiplus/gdipluspen.h: New file.
1522         * include/gdiplus/gdipluspixelformats.h: New file.
1523         * include/gdiplus/gdiplusstringformat.h: New file.
1524         * include/gdiplus/gdiplustypes.h: New file.
1525         * lib/gdiplus.c: New file containing GDI+ variable definitions
1526         and GUIDs.
1527         * lib/gdiplus.def: New file.
1528         * lib/Makefile.in: Add gdiplus.o to EXTRA_OBJS,
1529         add gdiplus.c to SOURCES.
1530         * lib/test.c: Include gdiplus.h.
1531
1532 2010-06-28  Rick Rankin  <rrankin1424-mingw@yahoo.com>
1533
1534         * include/psapi.h (PROCESS_MEMORY_COUNTERS_EX, PERFORMANCE_INFORMATION,
1535         GetPerformanceInfo): Define.
1536         * lib/psapi.def (GetPerformanceInfo): Define.
1537         * include/wincrypt.h (CryptEnumProvidersA, CryptEnumProvidersW,
1538         CryptEnumProviders): Define.
1539
1540 2010-02-17  LRN  <lrn1986@gmail.com>
1541
1542         * include/shlguid.h (IID_IFolderView): Define.
1543         * include/shlobj.h (IFolderView interface): Define.
1544         * lib/shell32.c (IID_IFolderView): Export.
1545
1546 2010-01-26  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
1547
1548         * include/shldisp.h (AUTOCOMPLETEOPTIONS): Add version guard around
1549         ACO_WORD_FILTER and ACO_NOPREFIXFILTERING.
1550
1551 2010-01-26  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
1552
1553         * include/shldisp.h (AUTOCOMPLETEOPTIONS): Add enum.
1554
1555 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1556
1557         * include/shlobj.h (SHParseDisplayName): Fix definition.
1558
1559 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1560
1561         * include/w32api.h: Increment version to 3.14.
1562         * Makefile.in: Ditto.
1563
1564 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1565
1566         * include/shlobj.h (SHParseDisplayName): Define.
1567
1568         Thanks to James Roberts-Thomson for the report.
1569
1570 2009-20-10  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
1571
1572         * include/wingdi.h (ENHMFENUMPROC): Correct definition.
1573
1574         Thanks to Alexander Vassilev for the report.
1575
1576 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1577
1578         * include/iprtrmib.h (MIB_IPADDRROW): Correct definition.
1579
1580         Thanks to Thomas Denk for the report.
1581
1582 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1583
1584         * include/winbase.h (UnmapViewOfFile): Correct definition.
1585
1586         Thanks to Dimitry Sibiryakov for the report.
1587
1588 2009-20-10  Aleksey Chernov  <virxkane@users.sourceforge.net>
1589
1590         * include/sspi.h: Include ntsecapi.h to correct postgresql build error.
1591
1592 2009-20-10  Heiko Hund  <heiko@ist.eigentlich.net>
1593
1594         * include/commctrl.h (GetMUILanguage, InitMUILanguage): Add prototypes.
1595         * lib/comctl32.def (GetMUILanguage, InitMUILanguage): Define.
1596
1597 2009-20-10  Michael James  <james.me@gmail.com>
1598
1599         * include/wingdi.h (CLEARTYPE_QUALITY): Define.
1600         * include/winuser.h (WM_KEYLAST): Alternative definition when _WIN32_WINNT
1601         >= 0x0501.
1602         (WM_UNICHAR,UNICODE_NOCHAR): Define.
1603         * lib/comctl32.def (DefSubclassProc@16,GetWindowSubclass@16,
1604         RemoveWindowSubclass@12): Add exports.
1605         * lib/gdi32.def (GetDCBrushColor@4,GetDCPenColor@4): Add exports.
1606
1607 2009-20-10  Jarkko Sakkinen  <jarkko.sakkinen@iki.fi>
1608
1609         * include/winuser.h (WM_TOUCHMOVE, WM_TOUCHDOWN, WM_TOUCHUP,
1610         TOUCHEVENTF_DOWN, TOUCHEVENTF_INRANGE, TOUCHEVENTF_MOVE,
1611         TOUCHEVENTF_NOCOALESCE, TOUCHEVENTF_PALM, TOUCHEVENTF_PEN,
1612         TOUCHEVENTF_PRIMARY, TOUCHEVENTF_UP, TOUCHEVENTMASKF_CONTACTAREA,
1613         TOUCHEVENTMASKF_EXTRAINFO, TOUCHEVENTMASKF_TIMEFROMSYSTEM, TOUCHINPUT,
1614         CloseTouchInputHandle, GetTouchInputInfo, IsTouchWindow,
1615         RegisterTouchWindow, UnregisterTouchWindow): Define.
1616         * lib/user32.def (CloseTouchInputHandle, GetTouchInputInfo, IsTouchWindow,
1617         RegisterTouchWindow, UnregisterTouchWindow): Define.
1618
1619 2009-20-10  Dmitry Potapov  <dpotapov@users.sourceforge.net>
1620
1621         * include/winver.h (VerQueryValue[AW]): Correct definition.
1622
1623 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1624
1625         * include/shlobj.h (SHARD): Add enum.
1626         (SHARD_PATH): Define based on UNICODE.
1627
1628         Thanks to Jacek Caban for the report.
1629
1630 2009-14-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1631
1632         * include/wingdi.h (_devicemodeW, _devicemodeA): Correct definition.
1633
1634         Thanks to Bruno Martinez for the report.
1635
1636 2009-14-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1637
1638         * include/shlobj.h (IDO_SHGIOI_SHARE, IDO_SHGIOI_LINK, IDO_SHGIOI_SLOWFILE,
1639         IDO_SHGIOI_DEFAULT, SHGetIconOverlayIndexW, SHGetIconOverlayIndexA,
1640         SHGetIconOverlayIndex): Define.
1641
1642         Thanks to Tim Kosse for the report.
1643
1644 2009-13-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1645
1646         * include/wincon.h (AttachConsole): Correct guard.
1647
1648         Thanks to Alexander Shaduri for the report.
1649
1650 2009-13-09  Robert Moerland  <rjmoerland@users.sourceforge.net>
1651
1652         * include/wininet.h (NTERNET_CACHE_ENTRY_INFOW): Correct definition.
1653         (DeleteUrlCacheEntryW, DeleteUrlCacheEntryA): Define.
1654
1655 2009-13-09  Jacky Lai  <crazyjacky@users.sourceforge.net>
1656
1657         * include/winerror.h: Fix typos in macro names.
1658
1659 2009-13-09  Jan Nijtmans  <nijtmans@users.sourceforge.net>
1660
1661         * include/winuser.h (SendMessageTimeoutA, SendMessageTimeoutW): Correct
1662         definition.
1663
1664 2009-11-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1665
1666         * include/winnt.h (PROCESS_SUSPEND_RESUME): Define.
1667
1668 2009-10-29  Charles Wilson  <mingw@cwilson.fastmail.fm>
1669
1670         Honor DESTDIR for winsup/mingw and winsup/w32api.
1671         Detect and report error if installation paths are win32
1672         format, but DESTDIR is non-empty.
1673
1674         * Makefile.in (install, uninstall): Use FLAGS_TO_PASS
1675         when invoking make in subdirs.
1676         * lib/Makefile.in (DESTDIR): Honor per convention.
1677         (need-DESTDIR-compatibility): New macro; define it and a
1678         corresponding rule.
1679         (fail-DESTDIR-compatibility): New dependency goal.
1680         (install-libraries, install-headers, uninstall-libraries,
1681         uninstall-headers): Require need-DESTDIR-compatibility.
1682         * lib/ddk/Makefile.in: Ditto.
1683         * lib/directx/Makefile.in: Ditto.
1684
1685 2009-10-04  Corinna Vinschen  <corinna@vinschen.de>
1686
1687         * include/winbase.h (CreateRestrictedToken): Declare for >= Win 2000.
1688         _WIN32_WINNT >= 0x0500.
1689         (DISABLE_MAX_PRIVILEGE, SANDBOX_INERT, LUA_TOKEN,
1690         WRITE_RESTRICTED): Define.
1691         (IsTokenRestricted): Declare for >= Win 2000.
1692
1693 2009-08-30  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1694
1695         * include/wtsapi32.h (WTSQuerySessionInformationA,
1696         WTSQuerySessionInformationW, WTSQuerySessionInformation, WTSFreeMemory):
1697         Moved to (_WIN32_WINNT >= 0x0500) guard.
1698         (thanks to Pierre Ossman)
1699
1700 2009-08-09  Andy Koppe  <andy.koppe@gmail.com>
1701
1702         * include/winnls.h (IS_HIGH_SURROGATE, IS_LOW_SURROGATE,
1703         IS_SURROGATE_PAIR): Define.
1704
1705 2009-07-27  Corinna Vinschen  <corinna@vinschen.de>
1706
1707         * include/winnt.h (FILE_SUPPORTS_HARD_LINKS,
1708         FILE_SUPPORTS_EXTENDED_ATTRIBUTES, FILE_SUPPORTS_OPEN_BY_FILE_ID,
1709         FILE_SUPPORTS_USN_JOURNALS): Define.  Add comment.
1710         * include/ddk/ntifs.h: Ditto.
1711         (FILE_SEQUENTIAL_WRITE_ONCE, FILE_SUPPORTS_TRANSACTIONS): Define.
1712
1713 2009-07-21  Corinna Vinschen  <corinna@vinschen.de>
1714
1715         * lib/msimg32.def (GetDCBrushColor, GetDCPenColor): Move entry points
1716         from here...
1717         * lib/gdo32.dll: ...to here.
1718
1719 2009-07-01  Corinna Vinschen  <corinna@vinschen.de>
1720
1721         * lib/comctl32.def (StrCSpnA@8, StrCSpnIA@8, StrCSpnW@8, StrChrA@8,
1722         StrChrIA@8, StrChrIW@8, StrChrW@8, StrCmpNA@12, StrCmpNIA@12,
1723         StrCmpNIW@12, StrCmpNW@12, StrRChrA@12, StrRChrIA@12, StrRChrW@12,
1724         StrRStrIA@12, StrRStrIW@12, StrStrA@8, StrStrIA@8, StrStrIW@8,
1725         StrStrW@8, StrToIntA@4, StrToIntW@4): Remove erroneously defined
1726         entry points.
1727
1728 2009-06-24  Corinna Vinschen  <corinna@vinschen.de>
1729
1730         * include/wtsapi32.h (WTSQueryUserToken, WTSEnumerateSessionsW,
1731         WTSEnumerateSessionsA): Add function prototypes.
1732         (struct _WTS_SESSION_INFOW, struct _WTS_SESSION_INFOA): Add typedefs.
1733         (WTS_SESSION_INFO, PWTS_SESSION_INFO, WTSEnumerateSessions): Add
1734         defines dependent on UNICODE setting.
1735
1736 2009-06-07  Corinna Vinschen  <corinna@vinschen.de>
1737
1738         * include/ddk/ntapi.h: Add NtXxx equivalent to ZwXxx where missing
1739         and vice versa.
1740         * include/ddk/ntifs.h: Ditto.
1741         * include/ddk/winddk.h: Ditto.
1742         * lib/ntdll.def (NtPlugPlayControl, NtQueryInstallUILanguage,
1743         ZwPlugPlayControl, ZwQueryInstallUILanguage): Add entry points defined
1744         in header, but missing in lib.  Omit NT4-only entry points.
1745
1746 2009-05-01  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1747
1748         * include/shellapi.h (SHIL_LARGE, SHIL_SMALL, SHIL_EXTRALARGE,
1749         SHIL_SYSSMALL, SHIL_JUMBO, SHIL_LAST SHIL_JUMBO, SHGetImageList): Define.
1750         * lib/shell32.def (SHGetImageList): Define.
1751
1752 2009-02-18  Corinna Vinschen  <corinna@vinschen.de>
1753
1754         * winnt.h: Add Vista token security extensions.
1755         (SID_HASH_SIZE): Define.
1756         (TOKEN_MANDATORY_POLICY_OFF, TOKEN_MANDATORY_POLICY_NO_WRITE_UP,
1757         TOKEN_MANDATORY_POLICY_NEW_PROCESS_MIN,
1758         TOKEN_MANDATORY_POLICY_VALID_MASK): Define.
1759         (SID_HASH_ENTRY): Define.
1760         (struct _SID_AND_ATTRIBUTES_HASH): Define.
1761         (struct _TOKEN_LINKED_TOKEN): Define.
1762         (struct _TOKEN_MANDATORY_LABEL): Define.
1763         (struct _TOKEN_MANDATORY_POLICY): Define.
1764         (struct _TOKEN_ELEVATION): Define.
1765         (struct _TOKEN_ACCESS_INFORMATION): Define.
1766         (enum _TOKEN_INFORMATION_CLASS): Conditionally define new Vista token
1767         information enumeration values.
1768
1769 2009-02-09  Corinna Vinschen  <corinna@vinschen.de>
1770
1771         * include/winioctl.h (FSCTL_ALLOW_EXTENDED_DASD_IO): Copy definition
1772         from ddk/ntifs.h.
1773
1774 2009-02-06  Linton Miller  <Linton.Miller@trivininc.com>
1775
1776         * include/wtsapi32.h (WTS_CURRENT_SESSION): Fix definition.
1777
1778 2009-01-19  Corinna Vinschen  <corinna@vinschen.de>
1779
1780         * include/winbase.h (enum _DEP_SYSTEM_POLICY_TYPE): Fix version guard.
1781
1782 2009-01-11  Henry Nestler  <henry@bigfoot.de>
1783
1784         * lib/ddk/ntoskrnl.def: Enable ZwQueryEaFile, ZwSetEaFile, NtQueryEaFile,
1785         NtSetEaFile.
1786
1787 2009-01-07  Corinna Vinschen  <corinna@vinschen.de>
1788
1789         * include/winbase.h (SCS_64BIT_BINARY): Define.
1790
1791 2008-12-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1792
1793         * include/w32api.h: Increment version to 3.13.
1794         * Makefile.in: Ditto.
1795
1796 2008-12-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1797
1798         * lib/glut.def: remove.
1799         * lib/glut32.def: ditto.
1800
1801 2008-11-11  Corinna Vinschen  <corinna@vinschen.de>
1802
1803         * include/winbase.h (PROCESS_DEP_ENABLE,
1804         PROCESS_DEP_DISABLE_ATL_THUNK_EMULATION): Define for >= Vista SP1.
1805         (enum _DEP_SYSTEM_POLICY_TYPE): Ditto.
1806         (GetProcessDEPPolicy, GetSystemDEPPolicy, SetProcessDEPPolicy): Ditto.
1807
1808 2008-10-09  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1809
1810         * include/mmsystem.h (sndAlias): Correct GCC4 warning.
1811
1812 2008-10-04  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1813
1814         * include/shellapi.h (NOTIFYICON_VERSION_4): Define.
1815
1816 2008-09-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1817
1818         * include/vfw.h (capSendMessage): Rename to __capSendMessage.
1819
1820 2008-09-24  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1821
1822         * include/vfw.h (WM_CAP_SET_CALLBACK_ERRORA, WM_CAP_SET_CALLBACK_ERRORW,
1823         WM_CAP_SET_CALLBACK_STATUS, WM_CAP_SET_CALLBACK_YIELD,
1824         WM_CAP_SET_CALLBACK_FRAMEA, WM_CAP_SET_CALLBACK_FRAMEW,
1825         WM_CAP_SET_CALLBACK_VIDEOSTREAM, WM_CAP_SET_CALLBACK_WAVESTREAM,
1826         WM_CAP_GET_USER_DATA, WM_CAP_SET_USER_DATA, WM_CAP_DRIVER_CONNECT,
1827         WM_CAP_DRIVER_DISCONNECT, WM_CAP_DRIVER_GET_NAMEA, WM_CAP_DRIVER_GET_NAMEW,
1828         WM_CAP_DRIVER_GET_VERSIONA, WM_CAP_DRIVER_GET_VERSIONW,
1829         WM_CAP_DRIVER_GET_CAPS, WM_CAP_FILE_SET_CAPTURE_FILEA,
1830         WM_CAP_FILE_SET_CAPTURE_FILEW, WM_CAP_FILE_GET_CAPTURE_FILEA,
1831         WM_CAP_FILE_GET_CAPTURE_FILEW, WM_CAP_FILE_ALLOCATE, WM_CAP_FILE_SAVEASA,
1832         WM_CAP_FILE_SAVEASW, WM_CAP_FILE_SET_INFOCHUNK, WM_CAP_FILE_SAVEDIBA,
1833         WM_CAP_FILE_SAVEDIBW, WM_CAP_EDIT_COPY, WM_CAP_SET_AUDIOFORMAT,
1834         WM_CAP_GET_AUDIOFORMAT, WM_CAP_DLG_VIDEOFORMAT, WM_CAP_DLG_VIDEOSOURCE,
1835         WM_CAP_DLG_VIDEODISPLAY, WM_CAP_GET_VIDEOFORMAT, WM_CAP_SET_VIDEOFORMAT,
1836         WM_CAP_DLG_VIDEOCOMPRESSION, WM_CAP_SET_PREVIEW, WM_CAP_SET_OVERLAY,
1837         WM_CAP_SET_PREVIEWRATE, WM_CAP_SET_SCALE, WM_CAP_GET_STATUS,
1838         WM_CAP_SET_SCROLL, WM_CAP_GRAB_FRAME, WM_CAP_GRAB_FRAME_NOSTOP,
1839         WM_CAP_SEQUENCE, WM_CAP_SEQUENCE_NOFILE, WM_CAP_SET_SEQUENCE_SETUP,
1840         WM_CAP_GET_SEQUENCE_SETUP, WM_CAP_SET_MCI_DEVICEA, WM_CAP_SET_MCI_DEVICEW,
1841         WM_CAP_GET_MCI_DEVICEA, WM_CAP_GET_MCI_DEVICEW, WM_CAP_STOP, WM_CAP_ABORT,
1842         WM_CAP_SINGLE_FRAME_OPEN, WM_CAP_SINGLE_FRAME_CLOSE, WM_CAP_SINGLE_FRAME,
1843         WM_CAP_PAL_OPENA, WM_CAP_PAL_OPENW, WM_CAP_PAL_SAVEA, WM_CAP_PAL_SAVEW,
1844         WM_CAP_PAL_PASTE, WM_CAP_PAL_AUTOCREATE, WM_CAP_PAL_MANUALCREATE,
1845         WM_CAP_SET_CALLBACK_CAPCONTROL): Define using WM_USER.
1846         (capSendMessage): Don't undef.
1847
1848 2008-09-21  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1849
1850         * incude/sspi.h: include subauth.h to fix issue of UNICODE_STRING being
1851         undefined.
1852
1853 2008-09-13  mega-squall  <mega-squall@users.sf.net>
1854
1855         * include/winnt.h (SUBLANG_BENGALI_INDIA, SUBLANG_PUNJABI_INDIA,
1856         SUBLANG_ROMANIAN_ROMANIA): Correct definition.
1857         (SUBLANG_BENGALI_BANGLADESH, SUBLANG_PUNJABI_PAKISTAN,
1858         SUBLANG_ROMANIAN_MOLDOVA): Define.
1859
1860 2008-09-11  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1861
1862         * include/shlwapi.h (ASSOCSTR): Update enum.
1863
1864 2008-09-07  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1865
1866         * include/w32api.h: Increment version to 3.12.
1867         * Makefile.in: Ditto.
1868
1869 2008-09-07  Michael Hentschel  <mikeh42@users.sourceforge.net>
1870
1871         * include/shlwapi.h (STIF_DEFAULT, STIF_SUPPORT_HEX): Define.
1872
1873 2008-09-07  alsemm  <alsemm@users.sourceforge.net>
1874
1875         * include/mlang.h (IMLangFontLink2::MapFont): Fix definition.
1876
1877 2008-09-07  Danny Smith  <dannysmith@users.sourceforge.net>
1878
1879         * include/ws2tcpip.h (IPV6_MREQ): Fix typo.
1880         Thanks to Richard Hughes for report.
1881
1882 2008-09-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1883
1884         * Makefile.in: Adjust to new naming standard for MinGW while maintaining old
1885         naming standard for Cygwin.
1886
1887 2008-08-30  Bo Yang  <techrazy@users.sourceforge.net>
1888
1889         * include/sspi.h: Fix PSecurityFunctionTableW structure.
1890
1891 2008-08-29  Andy Grover  <andy.grover@oracle.com>
1892
1893         * include/ddk/scsi.h: Define READ_TOC formats.
1894         * lib/ddk/scsiport.def (ScsiPortGetDeviceBase): Fix export.
1895
1896 2008-08-29  Andy Grover  <andy.grover@oracle.com>
1897
1898         * include/ddk/ndis.h (NDIS_MINIPORT_MAJOR_VERSION, NDIS_MINIPORT_MINOR_VERSION,
1899         struct NDIS_TASK_OFFLOAD_HEADER, PROTOCOL_RESERVED_SIZE_IN_PACKET,
1900         NdisGetFirstBufferFromPacketSafe, NdisMIndicateReceivePacket,
1901         NdisSetPacketPoolProtocolId, NdisMInitializeTimer, NdisMSetPeriodicTimer,
1902         NdisMCancelTimer): Define.
1903         (enum NDIS_ENCAPSULATION, struct NDIS_ENCAPSULATION_FORMAT): move in file.
1904         (struct _NDIS_PACKET): Define using _ANONYMOUS_UNION and ANONYMOUS_STRUCT to
1905         eliminate warnings.
1906         (NdisReinitializePacket): Rename from NdisReinitializePacketCounts.
1907         * lib/ddk/ndis.def (NdisInitAnsiString, NdisInitUnicodeString, NdisMCancelTimer,
1908         NdisMInitializeTimer, NdisMSetPeriodicTimer, NdisSetPacketPoolProtocolId):
1909         Export.
1910
1911 2008-08-29  Andy Grover  <andy.grover@oracle.com>
1912
1913         * include/ddk/winddk.h (RtlStringCbCopyA, RtlStringCbPrintfA,
1914         RtlStringCbVPrintfA): define in terms of POSIX string functions.
1915
1916 2008-08-29  Andy Grover  <andy.grover@oracle.com>
1917
1918         * include/ddk/winddk.h (KeRaiseIrql): Define.
1919         (KfRaiseIrql, KfLowerIrql): remove incorrect definitions.
1920
1921 2008-08-29  Andy Grover  <andy.grover@oracle.com>
1922
1923         * include/ddk/winddk.h (KeFlushQueuedDpcs, KeMemoryBarrier): Define.
1924         (KeGetCurrentProcessorNumber): Fix incorrect member reference.
1925         (InterlockedIncrement, InterlockedDecrement): fix warning.
1926         * lib/ddk/ntoskrnl.def (KeFlushQueuedDpcs, KeMemoryBarrier): Export.
1927         (KeNumberProcessors): Export.
1928
1929 2008-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1930
1931         * include/shlwapi.h (ASSOCF_INIT_NOREMAPCLSID, ASSOCF_INIT_BYEXENAME,
1932         ASSOCF_OPEN_BYEXENAME, ASSOCF_INIT_DEFAULTTOSTAR,
1933         ASSOCF_INIT_DEFAULTTOFOLDER, ASSOCF_NOUSERSETTINGS, ASSOCF_NOTRUNCATE,
1934         ASSOCF_VERIFY, ASSOCF_REMAPRUNDLL, ASSOCF_NOFIXUPS, ASSOCF_IGNOREBASECLASS,
1935         ASSOCF_INIT_IGNOREUNKNOWN): Define.
1936
1937 2008-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1938
1939         * include/commctrl.h (LVN_MARQUEEBEGIN): Define.
1940
1941         Thanks to Tim Kosse <botg at users dot sf dot net>.
1942
1943 2008-08-22  Bo Yang  <techrazy@users.sourceforge.net>
1944
1945         * include/winnt.h (OWNER_SECURITY_INFORMATION, GROUP_SECURITY_INFORMATION,
1946         DACL_SECURITY_INFORMATION, SACL_SECURITY_INFORMATION): Correct.
1947         * include/winnt.h (OWNER_SECURITY_INFORMATION, GROUP_SECURITY_INFORMATION,
1948         DACL_SECURITY_INFORMATION, SACL_SECURITY_INFORMATION,
1949         LABEL_SECURITY_INFORMATION, UNPROTECTED_SACL_SECURITY_INFORMATION,
1950         UNPROTECTED_DACL_SECURITY_INFORMATION, PROTECTED_SACL_SECURITY_INFORMATION,
1951         PROTECTED_DACL_SECURITY_INFORMATION): Define.
1952
1953 2008-08-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1954
1955         * include/wtsapi32.h (_WTS_INFO_CLASS, _WTS_CONNECTSTATE_CLASS,
1956         WTSQuerySessionInformation, WTSFreeMemory): Define.
1957
1958 2008-07-25  Bo Yang  <techrazy@users.sourceforge.net>
1959
1960         * lib/gdi32.def (SetLayout): Export.
1961
1962 2008-07-25  Bo Yang  <techrazy@users.sourceforge.net>
1963
1964         * include/wincrypt.h (struct _CRYPT_KEY_PROV_PARAM,
1965         struct _CRYPT_KEY_PROV_INFO, CertGetCertificateContextProperty,
1966         CryptEnumKeyIdentifierProperties, CryptAcquireCertificatePrivateKey,
1967         CertCreateCertificateContext, CryptGetKeyIdentifierProperty,
1968         CertSetCertificateContextProperty, CertCompareCertificateName,
1969         CryptSetKeyIdentifierProperty, CertOIDToAlgId, CryptGetDefaultProviderA,
1970         CryptGetDefaultProviderW and many corresponding macroes): Define.
1971         * lib/crypt32.def (Export the above 11 functions): Export.
1972         * include/winerror.h (CRYPT_E_NOT_FOUND and other crypt related
1973         macroes): Define.
1974
1975
1976 2008-07-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1977
1978         * include/winuser.h (MENUGETOBJECTINFO, MNGO_NOINTERFACE, MNGO_NOERROR,
1979         MNGOF_TOPGAP, MNGOF_BOTTOMGAP): Define.
1980
1981 2008-07-24  techrazy  <techrazy@users.sourceforge.net>
1982
1983         * include/wingdi.h (OUT_PS_ONLY_PRECIS): Define.
1984
1985 2008-07-24  Corinna Vinschen  <corinna@vinschen.de>
1986
1987         * include/lmaccess.h (struct _USER_INFO_4): Define.
1988         (struct _USER_INFO_23): Define.
1989         (struct _GROUP_INFO_3): Define.
1990
1991 2008-07-14  Corinna Vinschen  <corinna@vinschen.de>
1992
1993         * include/iphlpapi.h (GetExtendedTcpTable): Add prototype.
1994         * include/iprtrmib.h (TCP_TABLE_CLASS, MIB_TCPROW_OWNER_PID,
1995         MIB_TCPTABLE_OWNER_PID, MIB_TCP6ROW_OWNER_PID,
1996         MIB_TCP6TABLE_OWNER_PID): Define.
1997         * lib/iphlpapi.def (GetExtendedTcpTable): Export.
1998
1999 2008-06-25  Brandon Sneed  <nivenh@sourceware.org>
2000
2001         * include/winbase.h (GetProcessHandleCount, GetSystemRegistryQuota,
2002         GetThreadIOPendingFlag): Modified to rely on _WIN32_WINNT 0x0501 instead
2003         of 0x0502.
2004         Bug reported by Thomas Denk.
2005
2006 2008-06-25  Brandon Sneed  <nivenh@sourceware.org>
2007
2008         * include/winbase.h (InterlockedIncrement, InterlockedDecrement,
2009         InterlockedCompareExchange, InterlockedExchange,
2010         InterlockedCompareExchangePointer, InterlockedExchangeAdd,
2011         InterlockedExchangePointer): Modified from PLONG to LONG volatile *.
2012         Bug reported by Erik Blake.
2013
2014 2008-06-20  Danny Smith  <dannysmith@users.sourceforge.net>
2015
2016         * lib/ddk/hal.def (HalTranslateBusAddress): Correct suffix.
2017         * lib/ddk/ntoskrnl.def (MmAllocateContiguousMemory): Correct suffix.
2018         Bug reported by Brian Hawley.
2019
2020 2008-06-17  Corinna Vinschen  <corinna@vinschen.de>
2021
2022         * include/dsgetdc.h (DS_FORCE_REDISCOVERY, DS_FORCE_REDISCOVERY,
2023         DS_DIRECTORY_SERVICE_REQUIRED, DS_DIRECTORY_SERVICE_PREFERRED,
2024         DS_GC_SERVER_REQUIRED, DS_PDC_REQUIRED, DS_BACKGROUND_ONLY,
2025         DS_IP_REQUIRED, DS_KDC_REQUIRED, DS_TIMESERV_REQUIRED,
2026         DS_WRITABLE_REQUIRED, DS_GOOD_TIMESERV_PREFERRED, DS_AVOID_SELF,
2027         DS_ONLY_LDAP_NEEDED, DS_IS_FLAT_NAME, DS_IS_DNS_NAME,
2028         DS_RETURN_DNS_NAME, DS_RETURN_FLAT_NAME): Define.
2029         (DsGetDcNameW, DsGetDcNameA): Declare.
2030         (DsGetDcName): Define.
2031         * lib/netapi32.def (DsGetDcNameA, DsGetDcNameW): Export.
2032
2033 2008-05-28  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2034
2035         * include/commctrl.h (NMLVODSTATECHANGE): Define.
2036
2037         Thanks to Tim Kosse <botg at users dot sf dot net>.
2038
2039 2008-05-28  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2040
2041         * include/winnt.h (SUBLANG_TIBETAN_BHUTAN): Fix definition.
2042
2043         Thanks to Nicola Di Nisio <nicoladinisio at users dot sf dot net>.
2044
2045 2008-05-15  Corinna Vinschen  <corinna@vinschen.de>
2046
2047         * include/winnt.h (FILE_SEQUENTIAL_WRITE_ONCE): Define.
2048         (FILE_SUPPORTS_TRANSACTIONS): Define.
2049
2050 2008-05-01  Bart Oldeman  <bartoldeman@users.sf.net>
2051
2052         * include/winuser.h (DEVICE_NOTIFY_WINDOW_HANDLE,
2053         DEVICE_NOTIFY_SERVICE_HANDLE): remove duplicate definition.
2054
2055 2008-05-02  Ramiro Polla  <ramiro@lisha.ufsc.br>
2056
2057         * include/vfw.h (WM_CAP_SET_CALLBACK_ERRORA, WM_CAP_SET_CALLBACK_ERRORW,
2058         WM_CAP_SET_CALLBACK_STATUS, WM_CAP_SET_CALLBACK_YIELD,
2059         WM_CAP_SET_CALLBACK_FRAMEA, WM_CAP_SET_CALLBACK_FRAMEW,
2060         WM_CAP_SET_CALLBACK_VIDEOSTREAM, WM_CAP_SET_CALLBACK_WAVESTREAM,
2061         WM_CAP_GET_USER_DATA, WM_CAP_SET_USER_DATA, WM_CAP_DRIVER_CONNECT,
2062         WM_CAP_DRIVER_DISCONNECT, WM_CAP_DRIVER_GET_NAMEA, WM_CAP_DRIVER_GET_NAMEW,
2063         WM_CAP_DRIVER_GET_VERSIONA, WM_CAP_DRIVER_GET_VERSIONW,
2064         WM_CAP_DRIVER_GET_CAPS, WM_CAP_FILE_SET_CAPTURE_FILEA,
2065         WM_CAP_FILE_SET_CAPTURE_FILEW, WM_CAP_FILE_GET_CAPTURE_FILEA,
2066         WM_CAP_FILE_GET_CAPTURE_FILEW, WM_CAP_FILE_ALLOCATE, WM_CAP_FILE_SAVEASA,
2067         WM_CAP_FILE_SAVEASW, WM_CAP_FILE_SET_INFOCHUNK, WM_CAP_FILE_SAVEDIBA,
2068         WM_CAP_FILE_SAVEDIBW, WM_CAP_EDIT_COPY, WM_CAP_SET_AUDIOFORMAT,
2069         WM_CAP_GET_AUDIOFORMAT, WM_CAP_DLG_VIDEOFORMAT, WM_CAP_DLG_VIDEOSOURCE,
2070         WM_CAP_DLG_VIDEODISPLAY, WM_CAP_GET_VIDEOFORMAT, WM_CAP_SET_VIDEOFORMAT,
2071         WM_CAP_DLG_VIDEOCOMPRESSION, WM_CAP_SET_PREVIEW, WM_CAP_SET_OVERLAY,
2072         WM_CAP_SET_PREVIEWRATE, WM_CAP_SET_SCALE, WM_CAP_GET_STATUS,
2073         WM_CAP_SET_SCROLL, WM_CAP_GRAB_FRAME, WM_CAP_GRAB_FRAME_NOSTOP,
2074         WM_CAP_SEQUENCE, WM_CAP_SEQUENCE_NOFILE, WM_CAP_SET_SEQUENCE_SETUP,
2075         WM_CAP_GET_SEQUENCE_SETUP, WM_CAP_SET_MCI_DEVICEA, WM_CAP_SET_MCI_DEVICEW,
2076         WM_CAP_GET_MCI_DEVICEA, WM_CAP_GET_MCI_DEVICEW, WM_CAP_STOP, WM_CAP_ABORT,
2077         WM_CAP_SINGLE_FRAME_OPEN, WM_CAP_SINGLE_FRAME_CLOSE, WM_CAP_SINGLE_FRAME,
2078         WM_CAP_PAL_OPENA, WM_CAP_PAL_OPENW, WM_CAP_PAL_SAVEA, WM_CAP_PAL_SAVEW,
2079         WM_CAP_PAL_PASTE, WM_CAP_PAL_AUTOCREATE, WM_CAP_PAL_MANUALCREATE,
2080         WM_CAP_SET_CALLBACK_CAPCONTROL, WM_CAP_SET_CALLBACK_ERROR,
2081         WM_CAP_SET_CALLBACK_FRAME, WM_CAP_DRIVER_GET_NAME,
2082         WM_CAP_DRIVER_GET_VERSION, WM_CAP_FILE_SET_CAPTURE_FILE,
2083         WM_CAP_FILE_GET_CAPTURE_FILE, WM_CAP_FILE_SAVEAS, WM_CAP_FILE_SAVEDIB,
2084         WM_CAP_SET_MCI_DEVICE, WM_CAP_GET_MCI_DEVICE, WM_CAP_PAL_OPEN,
2085         WM_CAP_PAL_SAVE, capSetCallbackOnError, capSetCallbackOnStatus,
2086         capSetCallbackOnYield, capSetCallbackOnFrame, capSetCallbackOnVideoStream,
2087         capSetCallbackOnWaveStream, capGetUserData, capSetUserData,
2088         capDriverConnect, capDriverDisconnect, capDriverGetName,
2089         capDriverGetVersion, capDriverGetCaps, capFileSetCaptureFile,
2090         capFileGetCaptureFile, capFileAlloc, capFileSaveAs, capFileSetInfoChunk,
2091         capFileSaveDIB, capEditCopy, capSetAudioFormat, capGetAudioFormat,
2092         capGetAudioFormatSize, capDlgVideoFormat, capDlgVideoSource,
2093         capDlgVideoDisplay, capGetVideoFormat, capGetVideoFormatSize,
2094         capSetVideoFormat, capDlgVideoCompression, capPreview, capOverlay,
2095         capPreviewRate, capPreviewScale, capGetStatus, capSetScrollPos,
2096         capGrabFrame, capGrabFrameNoStop, capCaptureSequence,
2097         capCaptureSequenceNoFile, capCaptureSetSetup, capCaptureGetSetup,
2098         capSetMCIDeviceName, capGetMCIDeviceName, capCaptureStop, capCaptureAbort,
2099         capCaptureSingleFrameOpen, capCaptureSingleFrameClose,
2100         capCaptureSingleFrame, capPaletteOpen, capPaletteSave, capPalettePaste,
2101         capPaletteAuto, capPaletteManual, capSetCallbackOnCapControl): Define.
2102         (CAPDRIVERCAPS, *LPCAPDRIVERCAPS, CAPINFOCHUNK, *LPCAPINFOCHUNK, CAPSTATUS,
2103         *LPCAPSTATUS, CAPTUREPARMS, *LPCAPTUREPARMS, VIDEOHDR, *LPVIDEOHDR): typedef.
2104
2105 2008-04-26  Yuval  <uvman@users.sourceforge.net>
2106
2107         * include/ntsecpkg.h (SECPKG_STATE_ENCRYPTION_PERMITTED,
2108         SECPKG_STATE_STRONG_ENCRYPTION_PERMITTED, SECPKG_STATE_DOMAIN_CONTROLLER,
2109         SECPKG_STATE_WORKSTATION, SECPKG_STATE_STANDALONE,
2110         LSA_TOKEN_INFORMATION_TYPE, SECPKG_EXTENDED_INFORMATION_CLASS,
2111         SECPKG_NAME_TYPE, SECPKG_PRIMARY_CRED, SECPKG_SUPPLEMENTAL_CRED,
2112         SECPKG_SUPPLEMENTAL_CRED_ARRAY, SECPKG_PARAMETERS,
2113         SECPKG_EVENT_DOMAIN_CHANGE, SECPKG_CLIENT_INFO, SecurityUserData,
2114         SECPKG_GSS_INFO, SECPKG_CONTEXT_THUNKS, SECPKG_MUTUAL_AUTH_LEVEL,
2115         SECPKG_CALL_INFO, SECPKG_EXTENDED_INFORMATION, PLSA_CALLBACK_FUNCTION,
2116         *PLSA_CLIENT_REQUEST, LSA_SEC_HANDLE, SEC_THREAD_START, SEC_ATTRS,
2117         *PLSA_REGISTER_CALLBACK, *PLSA_CREATE_LOGON_SESSION,
2118         *PLSA_DELETE_LOGON_SESSION, *PLSA_ADD_CREDENTIAL, *PLSA_GET_CREDENTIALS,
2119         *PLSA_DELETE_CREDENTIAL, *PLSA_ALLOCATE_LSA_HEAP, *PLSA_FREE_LSA_HEAP,
2120         *PLSA_ALLOCATE_CLIENT_BUFFER, *PLSA_FREE_CLIENT_BUFFER,
2121         *PLSA_COPY_TO_CLIENT_BUFFER, *PLSA_COPY_FROM_CLIENT_BUFFER,
2122         *PLSA_IMPERSONATE_CLIENT, *PLSA_UNLOAD_PACKAGE, *PLSA_DUPLICATE_HANDLE,
2123         *PLSA_SAVE_SUPPLEMENTAL_CREDENTIALS, *PLSA_CREATE_THREAD,
2124         *PLSA_GET_CLIENT_INFO, *PLSA_REGISTER_NOTIFICATION,
2125         *PLSA_CANCEL_NOTIFICATION, *PLSA_MAP_BUFFER, *PLSA_CREATE_TOKEN,
2126         *PLSA_AUDIT_LOGON, *PLSA_CALL_PACKAGE, *PLSA_FREE_LSA_HEAP,
2127         *PLSA_GET_CALL_INFO, *PLSA_CALL_PACKAGEEX, *PLSA_CREATE_SHARED_MEMORY,
2128         *PLSA_ALLOCATE_SHARED_MEMORY, *PLSA_FREE_SHARED_MEMORY,
2129         *PLSA_DELETE_SHARED_MEMORY, *PLSA_OPEN_SAM_USER, *PLSA_GET_USER_CREDENTIALS,
2130         *PLSA_GET_USER_AUTH_DATA, *PLSA_CLOSE_SAM_USER,
2131         *PLSA_CONVERT_AUTH_DATA_TO_TOKEN, *PLSA_CLIENT_CALLBACK,
2132         *PLSA_UPDATE_PRIMARY_CREDENTIALS, *PLSA_GET_AUTH_DATA_FOR_USER,
2133         *PLSA_CRACK_SINGLE_NAME, *PLSA_AUDIT_ACCOUNT_LOGON,
2134         *PLSA_CALL_PACKAGE_PASSTHROUGH, SECPKG_DLL_FUNCTIONS, LSA_DISPATCH_TABLE,
2135         LSA_SECPKG_FUNCTION_TABLE, *PLSA_AP_INITIALIZE_PACKAGE, *PLSA_AP_LOGON_USER,
2136         *PLSA_AP_CALL_PACKAGE, *PLSA_AP_LOGON_TERMINATED,
2137         *PLSA_AP_CALL_PACKAGE_UNTRUSTED, *PLSA_AP_CALL_PACKAGE_PASSTHROUGH,
2138         *PLSA_AP_LOGON_USER_EX, *PLSA_AP_LOGON_USER_EX2, SpInitializeFn,
2139         SpShutDownFn, SpGetInfoFn, SpAcceptCredentialsFn,
2140         SpAcquireCredentialsHandleFn, SpQueryCredentialsAttributesFn,
2141         SpFreeCredentialsHandleFn, SpSaveCredentialsFn, SpGetCredentialsFn,
2142         SpDeleteCredentialsFn, SpInitLsaModeContextFn, SpAcceptLsaModeContextFn,
2143         SpDeleteContextFn, SpApplyControlTokenFn, SpGetUserInfoFn,
2144         SpGetExtendedInformationFn, SpQueryContextAttributesFn, SpAddCredentialsFn,
2145         SpSetExtendedInformationFn, SpInstanceInitFn, SpInitUserModeContextFn,
2146         SpMakeSignatureFn, SpVerifySignatureFn, SpSealMessageFn, SpUnsealMessageFn,
2147         SpGetContextTokenFn, SpCompleteAuthTokenFn, SpFormatCredentialsFn,
2148         SpMarshallSupplementalCredsFn, SpExportSecurityContextFn,
2149         SpImportSecurityContextFn, SECPKG_FUNCTION_TABLE,
2150         SECPKG_USER_FUNCTION_TABLE, *SpLsaModeInitializeFn,
2151         *SpUserModeInitializeFn): Define.
2152         * include/sspi.h (SECURITY_STRING): Define.
2153
2154 2008-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
2155
2156         * include/specstrings.h: Add more dummy defines.
2157
2158 2008-04-22  Corinna Vinschen  <corinna@vinschen.de>
2159
2160         * include/winnt.h (SECURITY_MANDATORY_LABEL_AUTHORITY): Define.
2161         (SECURITY_MANDATORY_UNTRUSTED_RID): Define.
2162         (SECURITY_MANDATORY_LOW_RID): Define.
2163         (SECURITY_MANDATORY_MEDIUM_RID): Define.
2164         (SECURITY_MANDATORY_HIGH_RID): Define.
2165         (SECURITY_MANDATORY_SYSTEM_RID): Define.
2166         (SECURITY_MANDATORY_PROTECTED_PROCESS_RID): Define.
2167         (SECURITY_MANDATORY_MAXIMUM_USER_RID): Define.
2168         (SE_GROUP_INTEGRITY): Define.
2169         (SE_GROUP_INTEGRITY_ENABLED): Define.
2170
2171 2008-04-11  Corinna Vinschen  <corinna@vinschen.de>
2172
2173         * include/sddl.h (ConvertStringSidToSidA): Declare.
2174         (ConvertStringSidToSidW): Declare.
2175         (ConvertStringSidToSid): Define.
2176
2177 2008-03-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2178
2179         * include/mprapi.h: Add guard for MprAdminAcceptReauthentication function
2180         and MPR_INTERFACE_3 structure since they are available only in Windows
2181         Server 2008
2182
2183         Thanks to crackedmind  <crackedmind at sf dot net>.
2184
2185 2008-02-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2186
2187         * include/winnt.h: Update guard around KEY_WOW64_64KEY and KEY_WOW64_32KEY
2188         definitions.
2189         * include/winreg.h (KEY_WOW64_64KEY, KEY_WOW64_32KEY): Remove.
2190
2191 2008-02-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2192
2193         * include/winnt.h (KEY_WOW64_64KEY, KEY_WOW64_32KEY): Define.
2194
2195 2008-02-02  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2196
2197         * include/specstrings.h (IN, OUT, OPTIONAL): Remove.
2198         * include/windef.h (IN, OUT, OPTIONAL): Define.
2199
2200 2008-02-02  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2201
2202         * include/specstrings.h: new file, move pseudo modifiers from windef.h.
2203         * include/windef.h (__in, __inout, __in_opt, __in_bcound, __in_ecount,
2204         __out, __out_ecount_part, __struct_bcount, __field_ecount_opt,
2205         __out_bcount_opt): Move to specstrings.h.
2206
2207 2008-01-30  Brandon Sneed  <nivenh@sourceware.org>
2208
2209         * lib/bthprops.def: new file, bluetooth imports.
2210
2211 2008-01-30  Brandon Sneed  <nivenh@sourceware.org>
2212
2213         * include/windef.h (__in, __inout, __in_opt, __in_bcound, __in_ecount,
2214         __out, __out_ecount_part, __struct_bcount, __field_ecount_opt,
2215         __out_bcount_opt): Defined additional pseudo-modifiers.
2216
2217 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2218         * include/ras.h (RAS_MaxDnsSuffix): corrected typo, was RAX_MaxDnsSuffix.
2219         (RASENTRYA, RASENTRYW): Added members (dwfOptions2, dwfOptions3, szDnsSuffix,
2220         dwTcpWindowSize, szPrerequisitePbk, szPrerequisiteEntry, dwRedialCount,
2221         dwRedialPause.
2222
2223 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2224
2225         * include/winnt.h (SYSTEM_POWER_CONDITION): typedef.
2226         * include/winuser.h (PBT_POWERSETTINGCHANGE, DEVICE_NOTIFY_WINDOW_HANDLE,
2227         DEVICE_NOTIFY_SERVICE_HANDLE): define.
2228         * include/winuser.h (LPCGUID, HPOWERNOTIFY, POWERBROADCAST_SETTING): typedefs.
2229         * include/winuser.h (GUID_POWERSCHEME_PERSONALITY, GUID_MIN_POWER_SAVINGS,
2230         GUID_MAX_POWER_SAVINGS, GUID_TYPICAL_POWER_SAVINGS, GUID_ACDC_POWER_SOURCE,
2231         GUID_BATTERY_PERCENTAGE_REMAINING, GUID_IDLE_BACKGROUND_TASK,
2232         GUID_SYSTEM_AWAYMODE, GUID_MONITOR_POWER_ON): added externs for GUIDs.
2233         * include/winuser.h (RegisterPowerSettingNotification,
2234         UnregisterPowerSettingNotification): Add prototypes.
2235         * lib/user32.def: Added imports for the above prototypes.
2236         * lib/Makefile.in: Added build support for power-uuid.c.
2237         * lib/power-uuid.c: New file containing power GUID definitions.
2238
2239 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2240
2241         * include/ras.h (RAS_MaxDnsSuffix): define.
2242
2243 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2244
2245         * include/psapi.h (GetProcessImageFileNameA, GetProcessImageFileNameW):
2246         Add prototypes.
2247         * lib/psapi.def (GetProcessImageFileNameA@12, GetProcessImageFileNameW@12):
2248         Add exports.
2249
2250 2007-12-27  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2251
2252         * include/w32api.h: Increment version to 3.11.
2253         * Makefile.in: Ditto.
2254
2255 2007-12-11  Dave Korn  <dave.korn@artimi.com>
2256
2257         * include/wincrypt.h (PCRYPT_DECODE_PARA):  Add missing typedef.
2258         (CERT_POLICY_MAPPINGS_INFO):  Move before CERT_POLICY_MAPPING.
2259
2260 2007-12-03  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2261
2262         * include/wingdi.h: Change WINVER guard to _WIN32_WINNT.
2263
2264 2007-12-03  techrazy  <techrazy@users.sourceforge.net>
2265
2266         * include/wingdi.h (NTM_NONNEGATIVE_AC, NTM_PS_OPENTYPE, NTM_TT_OPENTYPE,
2267         NTM_MULTIPLEMASTER, NTM_TYPE1, NTM_DSIG): define.
2268
2269 2007-11-21  Kevin Conaway  <kevin_conaway@users.sourceforge.net>
2270
2271         * include/wincrypt.h (CryptProtectData, CryptUnprotectData): define.
2272
2273 2007-11-21  elsapo  <elsapo@users.sourceforge.net>
2274
2275         * include/wincrypt.h (CERT_NAME_STR_COMMA_FLAG,
2276         CERT_NAME_STR_DISABLE_IE4_UTF8_FLAG, CERT_NAME_STR_ENABLE_UTF8_UNICODE_FLAG,
2277         CMC_ADD_ATTRIBUTES, CMC_ADD_EXTENSIONS, X509_CERT_PAIR,
2278         X509_CERTIFICATE_TEMPLATE, X509_CROSS_CERT_DIST_POINTS, CMC_DATA,
2279         X509_NAME_CONSTRAINTS, X509_POLICY_CONSTRAINTS, X509_POLICY_MAPPINGS,
2280         CMC_RESPONSE, CMC_STATUS, X509_ALGORITHM_IDENTIFIER, X509_ALTERNATE_NAME,
2281         PKCS_ATTRIBUTE, X509_AUTHORITY_INFO_ACCESS, X509_AUTHORITY_KEY_ID,
2282         X509_AUTHORITY_KEY_ID2, szOID_BASIC_CONSTRAINTS, X509_BASIC_CONSTRAINTS2,
2283         X509_BIOMETRIC_EXT, X509_BITS, X509_CERT, X509_CERT_CRL_TO_BE_SIGNED,
2284         X509_CERT_POLICIES, X509_CERT_REQUEST_TO_BE_SIGNED, X509_CERT_TO_BE_SIGNED,
2285         X509_CHOICE_OF_TIME, PKCS_CONTENT_INFO, PKCS_CONTENT_INFO_SEQUENCE_OF_ANY,
2286         X509_CRL_DIST_POINTS, RSA_CSP_PUBLICKEYBLOB, PKCS_CTL, X509_DSS_PARAMETERS,
2287         X509_DSS_SIGNATURE, X509_ECC_SIGNATURE, X509_ENHANCED_KEY_USAGE,
2288         X509_ENUMERATED, X509_EXTENSIONS, X509_INTEGER, X509_ISSUING_DIST_POINT,
2289         X509_KEY_ATTRIBUTES, X509_KEY_USAGE, X509_KEY_USAGE_RESTRICTION,
2290         X509_KEYGEN_REQUEST_TO_BE_SIGNED, X509_LOGOTYPE_EXT,
2291         X509_MULTI_BYTE_INTEGER, X509_MULTI_BYTE_UINT, X509_NAME, X509_NAME_VALUE,
2292         X509_OBJECT_IDENTIFIER, X509_OCTET_STRING, X509_PUBLIC_KEY_INFO,
2293         PKCS_RC2_CBC_PARAMETERS, CNG_RSA_PUBLIC_KEY_BLOB,
2294         PKCS_RSA_SSA_PSS_PARAMETERS, PKCS_RSAES_OAEP_PARAMETERS,
2295         ECC_CMS_SHARED_INFO, X509_SEQUENCE_OF_ANY, PKCS7_SIGNER_INFO,
2296         CMS_SIGNER_INFO, PKCS_SMIME_CAPABILITIES, PKCS_TIME_REQUEST,
2297         X509_UNICODE_NAME, X509_UNICODE_NAME_VALUE, PKCS_UTC_TIME,
2298         OCSP_SIGNED_REQUEST, OCSP_REQUEST, OCSP_RESPONSE,
2299         OCSP_BASIC_SIGNED_RESPONSE, OCSP_BASIC_RESPONSE, CRL_REASON_UNSPECIFIED,
2300         CRL_REASON_KEY_COMPROMISE, CRL_REASON_CA_COMPROMISE,
2301         CRL_REASON_AFFILIATION_CHANGED, CRL_REASON_SUPERSEDED,
2302         CRL_REASON_CESSATION_OF_OPERATION, CRL_REASON_CERTIFICATE_HOLD,
2303         CRL_REASON_REMOVE_FROM_CRL, CRYPT_ENCODE_ALLOC_FLAG,
2304         CRYPT_UNICODE_NAME_ENCODE_DISABLE_CHECK_TYPE_FLAG,
2305         CRYPT_UNICODE_NAME_ENCODE_ENABLE_T61_UNICODE_FLAG,
2306         CRYPT_UNICODE_NAME_ENCODE_ENABLE_UTF8_UNICODE_FLAG,
2307         CRYPT_UNICODE_NAME_ENCODE_FORCE_UTF8_UNICODE_FLAG,
2308         szOID_APPLICATION_CERT_POLICIES, szOID_APPLICATION_POLICY_CONSTRAINTS,
2309         szOID_APPLICATION_POLICY_MAPPINGS, szOID_AUTHORITY_INFO_ACCESS,
2310         szOID_AUTHORITY_KEY_IDENTIFIER, szOID_AUTHORITY_KEY_IDENTIFIER2,
2311         X509_BASIC_CONSTRAINTS, szOID_BIOMETRIC_EXT, szOID_CERT_EXTENSIONS,
2312         szOID_CERT_POLICIES, szOID_CERTIFICATE_TEMPLATE, szOID_CRL_NUMBER,
2313         szOID_CROSS_CERT_DIST_POINTS, szOID_DELTA_CRL_INDICATOR,
2314         szOID_ENROLLMENT_NAME_VALUE_PAIR, szOID_FRESHEST_CRL,
2315         szOID_ISSUING_DIST_POINT, szOID_NAME_CONSTRAINTS, szOID_CRL_DIST_POINTS,
2316         szOID_CRL_REASON_CODE, szOID_CRL_VIRTUAL_BASE, szOID_ECC_PUBLIC_KEY,
2317         szOID_ECDSA_SPECIFIED, szOID_ENHANCED_KEY_USAGE, szOID_ISSUER_ALT_NAME,
2318         szOID_ISSUER_ALT_NAME2, szOID_KEY_ATTRIBUTES, szOID_KEY_USAGE,
2319         szOID_KEY_USAGE_RESTRICTION, szOID_LOGOTYPE_EXT, szOID_POLICY_CONSTRAINTS,
2320         szOID_POLICY_MAPPINGS, szOID_RSA_SSA_PSS, szOID_RSAES_OAEP,
2321         szOID_SUBJECT_ALT_NAME, szOID_SUBJECT_ALT_NAME2,
2322         szOID_SUBJECT_KEY_IDENTIFIER, CMC_ADD_ATTRIBUTES_INFO,
2323         PCMC_ADD_ATTRIBUTES_INFO, CMC_ADD_EXTENSIONS_INFO, PCMC_ADD_EXTENSIONS_INFO,
2324         CERT_ALT_NAME_ENTRY, PCERT_ALT_NAME_ENTRY, CERT_ALT_NAME_INFO,
2325         PCERT_ALT_NAME_INFO, CERT_NAME_VALUE, PCERT_NAME_VALUE,
2326         CERT_POLICY_QUALIFIER_INFO, PCERT_POLICY_QUALIFIER_INFO,
2327         CERT_POLICY_CONSTRAINTS_INFO, PCERT_POLICY_CONSTRAINTS_INFO,
2328         CERT_POLICY_MAPPINGS_INFO, PCERT_POLICY_MAPPINGS_INFO, CERT_POLICY_MAPPING,
2329         PCERT_POLICY_MAPPING, CryptDecodeObjectEx, CryptEncodeObject,
2330         CryptEncodeObjectEx): define.
2331
2332 2007-11-21  Brian Dessent  <dessent@users.sourceforge.net>
2333
2334         * include/winbase.h (CheckTokenMembership): define.
2335
2336 2007-10-03  Jiri Malak  <Jiri.Malak@iol.cz>
2337
2338         * include/rpcndr.h: Missing NdrClientCall2 entry.
2339         * lib/rpcrt4.def: Ditto.
2340
2341 2007-10-03  Frank Fesevur  <ffes@users.sourceforge.net>
2342         * lib/scnsave.c: Multi-monitor support.
2343
2344 2007-08-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2345
2346         * include/w32api.h: Increment version to 3.10.
2347         * Makefile.in: Ditto.
2348
2349 2007-08-02  Corinna Vinschen  <corinna@vinschen.de>
2350
2351         * include/winbase.h (ReOpenFile): Add prototype.
2352         * lib/kernel32.def (ReOpenFile@16): Add export.
2353
2354 2007-07-31  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2355
2356         * include/wtsapi32.h (WTS_CURRENT_SESSION, WTSDisconnectSession): Define.
2357
2358 2007-7-30  Martijn Wargers  <martijnw22@users.sourceforge.net>
2359
2360         * include/wingdi.h (GetTextExtentExPointI): Add prototype.
2361         * lib/gdi32.def (GetTextExtentExPointI@28): Add export.
2362
2363 2007-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
2364
2365         * include/wtypes.h (LPDECIMAL): Define.
2366         (DECIMAL_NEG, DECIMAL_SETZERO): Move definitions.
2367
2368 2007-07-18  Corinna Vinschen  <corinna@vinschen.de>
2369
2370         * include/winnt.h (SE_TRUSTED_CREDMAN_ACCESS_NAME): Define.
2371
2372 2007-07-17  Corinna Vinschen  <corinna@vinschen.de>
2373
2374         * include/winnt.h (FILE_READ_ONLY_VOLUME): Define.
2375         * include/ddk/ntifs.h (FILE_READ_ONLY_VOLUME): Define.
2376
2377 2007-07-12  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2378
2379         * include/winuser.h (FE_FONTSMOOTHINGSTANDARD, FE_FONTSMOOTHINGCLEARTYPE):
2380         Define.
2381
2382 2007-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
2383
2384         * include/pbt.h (PBT_APMRESUMEAUTOMATIC) Define.
2385         * include/winuser.h: (PBT_APMQUERYSUSPEND, PBT_APMQUERYSTANDBY,
2386         PBT_APMQUERYSUSPENDFAILED, PBT_APMQUERYSTANDBYFAILED,
2387         PBT_APMSUSPEND, PBT_APMSTANDBY, PBT_APMRESUMECRITICAL,
2388         PBT_APMRESUMESUSPEND, PBT_APMRESUMESTANDBY, PBT_APMBATTERYLOW,
2389         PBT_APMPOWERSTATUSCHANGE, PBT_APMOEMEVENT, PBT_APMRESUMEAUTOMATIC):
2390         Sync with include/pbt.h.
2391
2392 2007-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
2393
2394         [mingw-Bugs-1751518]
2395         * include/mshtml.h (IHTMLDocument2): Correct spelling of put_URL,
2396         get_URL.
2397
2398         [mingw-Bugs-1751565]
2399         * include/basetyps.h (IID); Guard with __IID_DEFINED__.
2400
2401         [mingw-Bugs-1751595]
2402         * include/exdisp.h (DWebBrowserEvents2): Remove undocumented STDDISP
2403         methods.
2404
2405         Thanks to Yuji Kuwabara  <yujikuwabara at sf dot net>.
2406
2407 2007-07-10  Danny Smith  <dannysmith@users.sourceforge.net>
2408
2409         [mingw-Bugs-1750898]
2410         * include/mmsystem.h (MIXERCONTROL): Correct UNICODE mapping.
2411         Thanks to Yuji Kuwabara  <yujikuwabara at sf dot net>.
2412
2413 2007-07-09  Danny Smith  <dannysmith@users.sourceforge.net>
2414
2415         [mingw-Bugs-1749305]
2416         * lib/kernel32.def (GetConsoleProcessList@8):  Add export.
2417
2418 2007-07-02  Przemek Czerkas  <pczerkas@gmail.com>
2419
2420         * include/shlobj.h: Add CSIDL_MYMUSIC and CSIDL_MYVIDEO.
2421
2422 2007-07-02  Danny Smith  <dannysmith@users.sourceforge.net>
2423
2424         * include/oaidl.h: Include windows.h and ole2.h,
2425         unless COM_NO_WINDOWS_H.
2426
2427         [mingw-Bugs-1742130]
2428         * include/oaidl.h (struct tagVARIANT): Add union members
2429         LONGLONG  * pllVal and ULONGLONG * pullVal.
2430
2431 2007-07-01  Danny Smith  <dannysmith@users.sourceforge.net>
2432
2433         * include/ws2tcpip.h (s6_addr32): Correct definition.
2434         Thanks to Alfred E. Heggestad <aeh at db dot org>
2435
2436 2007-05-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2437
2438         * lib/secur32.def (InitSecurityInterfaceA, InitSecurityInterfaceW): Define.
2439
2440         Thanks to Jim Marshall (jim dot marshall at wbemsolutions dot com) for
2441         supplying the information.
2442
2443 2007-05-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2444
2445         * include/shellapi.h (NIN_POPUPOPEN, NIN_POPUPCLOSE): Define.
2446
2447 2007-04-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2448
2449         * include/shellapi.h (NOTIFYICONDATAA, NOTIFYICONDATAW): Updated to support
2450         Vista.
2451
2452 2007-04-20  Matthias Miller  <matthiasmiller@users.sourceforge.net>
2453
2454          * include/wincrypt.h (CRYPTPROTECT_PROMPTSTRUCT, CRYPTPROTECT_UI_FORBIDDEN,
2455         CRYPTPROTECT_LOCAL_MACHINE): Define.
2456
2457 2007-04-15  Piotr Wyderski  <piotr.wyderski@wp.pl>
2458
2459         * include/winbase.h (SetInformationJobObject, QueryInformationJobObject):
2460         Define.
2461
2462 2007-03-30  Brian Dessent  <brian@dessent.net>
2463
2464         * lib/kernel32.def (CreateMemoryResourceNotification@4): Define.
2465
2466 2007-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2467
2468         * include/w32api.h: Increment version to 3.9.
2469         * Makefile.in: Ditto.
2470
2471 2007-03-23  Corinna Vinschen  <corinna@vinschen.de>
2472
2473         * include/psapi.h (GetMappedFileName): Fix messed up checkin.
2474
2475 2007-03-23  Matthew Gregan  <kinetik@flim.org>
2476
2477         * include/psapi.h (GetMappedFileName): Rename from GetMappedFilenameEx.
2478
2479 2007-03-06  Brandon Sneed  <brandon@oqo.com>
2480
2481         * include/setupapi.h: Added SetupConfigureWmiFromInfSectionA
2482         Added SetupConfigureWmiFromInfSectionW
2483         Added SetupConfigureWmiFromInfSection define to unicode and non-unicode sections
2484
2485         * lib/setupapi.def: Added exports for SetupConfigureWmiFromInfSectionA and W
2486
2487         * include/winuser.h: Added PBT_APMQUERYSUSPEND
2488         Added PBT_APMQUERYSTANDBY
2489         Added PBT_APMQUERYSUSPENDFAILED
2490         Added PBT_APMQUERYSTANDBYFAILED
2491         Added PBT_APMSUSPEND
2492         Added PBT_APMSTANDBY
2493         Added PBT_APMRESUMECRITICAL
2494         Added PBT_APMRESUMESUSPEND
2495         Added PBT_APMRESUMESTANDBY
2496         Added PBT_APMBATTERYLOW
2497         Added PBT_APMPOWERSTATUSCHANGE
2498         Added PBT_APMOEMEVENT
2499         Added PBT_APMRESUMEAUTOMATIC
2500
2501         * include/wtsapi32.h: New file
2502
2503         * include/wingdi.h: Added DM_DISPLAYORIENTATION define for use with DMDO_* defines
2504
2505 2007-03-05  Jan Nijtmans  <nijtmans@users.sourceforge.net>
2506
2507         * include/ddeml.h (DdeCreateStringHandleA, DdeCreateStringHandleW): Switch
2508         argument to constant.
2509
2510 2007-02-18  Jiri Malak  <jiri.malak@iol.cz>
2511
2512         * include/windef.h [WATCOM]: Fix !NONAMELESSUNION defines.
2513         * include/winnt.h [WATCOM] (GetCurrentFiber, GetFiberData):
2514         Add prototypes.
2515         [WATCOM] (NtCurrentTeb): Add protype and inline asm definition.
2516
2517 2007-02-18  Vesa Jääskeläinen  <chaac@users.sourceforge.net>
2518
2519         * lib/user32.def (InternalGetWindowText): Add stub.
2520
2521 2007-02-11  Daniel Atallah  <datallah@users.sourceforge.net>
2522
2523         * include/winnt.h (LANG_SERBIAN_NEUTRAL, LANG_BOSNIAN,
2524         LANG_BOSNIAN_NEUTRAL): Define.
2525
2526 2007-02-11  Daniel Schlyder  <thrug@users.sourceforge.net>
2527
2528         * include/winuser.h: Add guards around TITLEBARINFO and
2529         GetTitleBarInfo().
2530
2531 2007-01-11  Gisle Vanem  <giva@users.sourceforge.net>
2532
2533         * include/winbase.h (struct _OVERLAPPED): Change type of
2534         Internal, InternalHigh members to ULONG_PTR.
2535         (PAPCFUNC): Change DWORD parameter to ULONG_PTR.
2536         (CreateIoCompletionPort): Likewise.
2537         (PostQueuedCompletionStatus): Likewise.
2538         (QueueUserAPC): Likewise.
2539
2540 2007-01-06  Pierre A. Humblet  <Pierre.Humblet@ieee.org>
2541
2542         * include/windns.h (DNS_TYPE_RP, DNS_TYPE_AFSDB, DNS_TYPE_X25,
2543         DNS_TYPE_ISDN, DNS_TYPE_RT, DNS_TYPE_NSAP, DNS_TYPE_NSAPPTR,
2544         DNS_TYPE_SIG, DNS_TYPE_KEY, DNS_TYPE_PX, DNS_TYPE_GPOS,
2545         DNS_TYPE_AAAA, DNS_TYPE_LOC, DNS_TYPE_NXT, DNS_TYPE_EID,
2546         DNS_TYPE_NIMLOC, DNS_TYPE_SRV, DNS_TYPE_ATMA, DNS_TYPE_NAPTR,
2547         DNS_TYPE_KX, DNS_TYPE_CERT, DNS_TYPE_A6, DNS_TYPE_DNAME,
2548         DNS_TYPE_SINK, DNS_TYPE_OPT, DNS_TYPE_UINFO, DNS_TYPE_UID,
2549         DNS_TYPE_GID, DNS_TYPE_UNSPEC, DNS_TYPE_ADDRS, DNS_TYPE_TKEY,
2550         DNS_TYPE_TSIG, DNS_TYPE_IXFR, DNS_TYPE_AXFR, DNS_TYPE_MAILB,
2551         DNS_TYPE_MAILA, DNS_TYPE_ALL, DNS_TYPE_ANY): Add enum values.
2552
2553 2006-11-21  Danny Smith  <dannysmith@users.sourceforge.net>
2554
2555         * Makefile.in: Add aclocal.m4 to source release.
2556
2557 2006-11-18  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2558
2559         * include/w32api.h: Increment version to 3.8.
2560         * Makefile.in: Ditto.
2561
2562 2006-11-13  Daniel Schlyder  <thrug@users.sourceforge.net>
2563
2564         * include/winnt.h (VER_SUITE_EMBEDDEDNT, VER_SUITE_SINGLEUSERTS,
2565         VER_SUITE_STORAGE_SERVER, VER_SUITE_COMPUTE_SERVER): Define.
2566
2567         * include/winuser.h (SM_STARTER, SM_SERVERR2): Define.
2568
2569 2006-11-02  Danny Smith  <dannysmith@users.sourceforge.net>
2570
2571         * include/winuser.h (LR_DEFAULTSIZE): Remove duplicate.
2572
2573         * include/winnt.h (GetCurrentFiber): Remove extern declaration.  Make
2574         inline static.
2575         (GetFiberData): Likewise.
2576         * lib/kernel32.c: Remove.
2577         * lib/Makefile.in: Remove reference to kernel32.[co].
2578
2579 2006-10-31  Corinna Vinschen  <corinna@vinschen.de>
2580
2581         * include/winnt.h (SE_RELABEL_NAME): Define.
2582         (SE_INCREASE_WORKING_SET_NAME): Define.
2583         (SE_TIME_ZONE_NAME): Define.
2584         (SE_CREATE_SYMBOLIC_LINK_NAME): Define.
2585
2586 2006-10-31  Corinna Vinschen  <corinna@vinschen.de>
2587
2588         * include/winnt.h (IO_REPARSE_TAG_SYMLINK): Define.
2589         (struct _REPARSE_DATA_BUFFER): Add missing Flags field to
2590         SymbolicLinkReparseBuffer substructure.
2591
2592 2006-10-29  Daniel Atallah  <datallah@users.sourceforge.net>
2593
2594         * lib/ws2_32.def (WSANSPIoctl): Add to lib.
2595
2596 2006-10-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2597
2598         * lib/Makefile.in: Fix order for 'all' rule.
2599
2600 2006-10-12  Danny Smith  <dannysmith@users.sourceforge.net>
2601
2602         * include/winuser.h (LR_DEFAULTSIZE, LR_VGACOLOR): Define.
2603
2604 2006-10-05  Danny Smith  <dannysmith@users.sourceforge.net>
2605
2606         * include/winreg.h (RegDeleteKeyEx{A|W}): Add prototype and UNICODE
2607         mappings.
2608         (KEY_WOW64_32KEY, KEY_WOW64_64KEY): Define.
2609         * lib/advapi.def (RegDeleteKeyEx{A|W}): Export.
2610
2611 2006-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
2612
2613         * include/rpc.h: Add whitespace.
2614         * include/winnt.h (C_ASSERT): Define.
2615
2616 2006-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
2617
2618         [mingw-Bugs-1568067]
2619         * include/winuser.h: (DISP_CHANGE_BADDUALVIEW): Define.
2620         * include/wingdi.h: (DM_POSITION): Define.
2621
2622 2006-10-03  Danny Smith  <dannysmith@users.sourceforge.net>
2623
2624         * lib/rpcrt4.def: Remove "_imp__"-prefixed export symbols.
2625         * lib/user32.def: Likewise.
2626
2627 2006-09-11  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
2628
2629         * lib/Makefile.in: fix typo.
2630         * lib/ddk/Makefile.in: fix typo.
2631         * lib/directx/Makefile.in: fix typo.
2632
2633         Thanks to Keith Marshall (keithmarshall at users dot sourceforge dot net)
2634         for pointing it out.
2635
2636 2006-09-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2637
2638         * Makefile.in: Remove files from lib directory with distclean target
2639
2640 2006-09-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2641
2642         * include/winuser.h (CS_DROPSHADOW): Define.
2643
2644 2006-09-08  Michael Gerdau  <mgdde@users.sourceforge.net>
2645
2646         * include/uxtheme.h: (TMT_GRADIENTCOLOR4, TMT_GRADIENTCOLOR5,
2647         TMT_SHADOWCOLOR, TMT_GLOWCOLOR, TMT_TEXTBORDERCOLOR,
2648         TMT_TEXTSHADOWCOLOR, TMT_GLYPHTEXTCOLOR, TMT_GLYPHTRANSPARENTCOLOR,
2649         TMT_FILLCOLORHINT, TMT_BORDERCOLORHINT, TMT_ACCENTCOLORHINT):
2650
2651         Increase each constant by 1.
2652
2653 2006-09-07  Danny Smith  <dannysmith@users.sourceforge.net>
2654
2655         [mingw-Bugs-1553275]
2656         * include/wingdi.h (SetLayout): Add prototype.
2657         (GetLayout): Likewise.
2658
2659 2006-09-02  Danny Smith  <dannysmith@users.sourceforge.net>
2660
2661         [mingw-Bugs-1550139]
2662         * include/oleauto.h (GetRecordInfoFromTypeInfo): Add prototype.
2663         Tanks to:  Samit Basu <samitbasu at sf dot net>
2664         (GetRecordInfoFromGuids): Add prototype.
2665
2666 2006-09-01  Danny Smith  <dannysmith@users.sourceforge.net>
2667
2668         * include/winbase.h: Add comment about 'missing' SEM flag.
2669
2670 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
2671
2672         * configure.in: Substitute with_cross_host in depending files.
2673         * configure: Regenerate.
2674         * lib/Makefile.in: Add with_cross_host to allow more granular checks.
2675         Set installation directories accordingly.
2676         * lib/ddk/Makefile.in: Ditto.
2677         * lib/directx/Makefile.in: Ditto.
2678
2679 2006-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
2680
2681         * lib/wtsapi32.def (WTSGetActiveConsoleSessionId). Move from here...
2682         * lib/kernel32.def (WTSGetActiveConsoleSessionId). ...to here.
2683         Bug reported by: <macleone at users dot sf dot net>
2684
2685 2006-07-29  Danny Smith  <dannysmith@users.sourceforge.net>
2686
2687         Update some more IMAGE relocation type indicators
2688         to PECOFF v8 (May, 2006) specs.
2689
2690         * include/winnt.h (IMAGE_REL_SH3_ABSOLUTE,
2691         IMAGE_REL_SH3_DIRECT16, IMAGE_REL_SH3_DIRECT32,
2692         IMAGE_REL_SH3_DIRECT8, IMAGE_REL_SH3_DIRECT8_WORD,
2693         IMAGE_REL_SH3_DIRECT8_LONG, IMAGE_REL_SH3_DIRECT4,
2694         IMAGE_REL_SH3_DIRECT4_WORD, IMAGE_REL_SH3_DIRECT4_LONG,
2695         IMAGE_REL_SH3_PCREL8_WORD, IMAGE_REL_SH3_PCREL8_LONG,
2696         IMAGE_REL_SH3_PCREL12_WORD, IMAGE_REL_SH3_STARTOF_SECTION,
2697         IMAGE_REL_SH3_SIZEOF_SECTION, IMAGE_REL_SH3_SECTION,
2698         IMAGE_REL_SH3_SECREL, IMAGE_REL_SH3_DIRECT32_NB,
2699         IMAGE_REL_SH3_GPREL4_LONG, IMAGE_REL_SH3_TOKEN,
2700         IMAGE_REL_SHM_PCRELPT, IMAGE_REL_SHM_REFLO,
2701         IMAGE_REL_SHM_REFHALF, IMAGE_REL_SHM_RELLO,
2702         IMAGE_REL_SHM_RELHALF, IMAGE_REL_SHM_PAIR,
2703         IMAGE_REL_SHM_NOMODE): Add defines.
2704
2705         (IMAGE_REL_M32R_ABSOLUTE, IMAGE_REL_M32R_ADDR32,
2706         IMAGE_REL_M32R_ADDR32NB, IMAGE_REL_M32R_ADDR24,
2707         IMAGE_REL_M32R_GPREL16, IMAGE_REL_M32R_PCREL24,
2708         IMAGE_REL_M32R_PCREL16, IMAGE_REL_M32R_PCREL8,
2709         IMAGE_REL_M32R_REFHALF, IMAGE_REL_M32R_REFHI,
2710         IMAGE_REL_M32R_REFLO, IMAGE_REL_M32R_PAIR,
2711         IMAGE_REL_M32R_SECTION, IMAGE_REL_M32R_SECREL,
2712         IMAGE_REL_M32R_TOKEN): Add defines.
2713
2714         (IMAGE_REL_MIPS_JMPADDR16): Add define.
2715
2716 2006-07-27  Danny Smith  <dannysmith@users.sourceforge.net>
2717
2718         Update some IMAGE flags to PECOFF v8 (May, 2006) specs.
2719         * include/winnt.h (IMAGE_FILE_MACHINE_AM33,
2720         IMAGE_FILE_MACHINE_ARM, IMAGE_FILE_MACHINE_EBC,
2721         IMAGE_FILE_MACHINE_M32R, IMAGE_FILE_MACHINE_MIPS16,
2722         IMAGE_FILE_MACHINE_MIPSFPU, IMAGE_FILE_MACHINE_MIPSFPU16,
2723         IMAGE_FILE_MACHINE_POWERPCFP, IMAGE_FILE_MACHINE_R4000,
2724         IMAGE_FILE_MACHINE_SH3, IMAGE_FILE_MACHINE_SH3DSP,
2725         IMAGE_FILE_MACHINE_SH4, IMAGE_FILE_MACHINE_SH5,
2726         IMAGE_FILE_MACHINE_THUMB, IMAGE_FILE_MACHINE_WCEMIPSV2):
2727         Add defines.
2728
2729         (IMAGE_SUBSYSTEM_EFI_APPLICATION,
2730         IMAGE_SUBSYSTEM_EFI_BOOT_SERVICE_DRIVER,
2731         IMAGE_SUBSYSTEM_EFI_RUNTIME_DRIVER, IMAGE_SUBSYSTEM_EFI_ROM):
2732         Add defines.
2733
2734         (IMAGE_SYM_CLASS_CLR_TOKEN): Add define.
2735
2736         (IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE,
2737         IMAGE_DLL_CHARACTERISTICS_FORCE_INTEGRITY,
2738         IMAGE_DLL_CHARACTERISTICS_NX_COMPAT,
2739         IMAGE_DLLCHARACTERISTICS_NO_ISOLATION, IMAGE_DLLCHARACTERISTICS_NO_SEH,
2740         IMAGE_DLLCHARACTERISTICS_NO_BIND,
2741         IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE): Add defines.
2742
2743         (IMAGE_REL_I386_TOKEN, IMAGE_REL_I386_SECREL7): Add defines.
2744
2745         (IMAGE_REL_AMD64_ABSOLUTE, IMAGE_REL_AMD64_ADDR64,
2746         IMAGE_REL_AMD64_ADDR32, IMAGE_REL_AMD64_ADDR32NB, IMAGE_REL_AMD64_REL32,
2747         IMAGE_REL_AMD64_REL32_1, IMAGE_REL_AMD64_REL32_2,
2748         IMAGE_REL_AMD64_REL32_3, IMAGE_REL_AMD64_REL32_4,
2749         IMAGE_REL_AMD64_REL32_5, IMAGE_REL_AMD64_SECTION,
2750         IMAGE_REL_AMD64_SECREL, IMAGE_REL_AMD64_SECREL7, IMAGE_REL_AMD64_TOKEN,
2751         IMAGE_REL_AMD64_SREL32, IMAGE_REL_AMD64_PAIR, IMAGE_REL_AMD64_SSPAN32):
2752         Add defines.
2753
2754         (IMAGE_REL_IA64_ABSOLUTE, IMAGE_REL_IA64_IMM14, IMAGE_REL_IA64_IMM22,
2755         IMAGE_REL_IA64_IMM64, IMAGE_REL_IA64_DIR32, IMAGE_REL_IA64_DIR64,
2756         IMAGE_REL_IA64_PCREL21B, IMAGE_REL_IA64_PCREL21M,
2757         IMAGE_REL_IA64_PCREL21F, IMAGE_REL_IA64_GPREL22, IMAGE_REL_IA64_LTOFF22,
2758         IMAGE_REL_IA64_SECTION, IMAGE_REL_IA64_SECREL22,
2759         IMAGE_REL_IA64_SECREL64I, IMAGE_REL_IA64_SECREL32,
2760         IMAGE_REL_IA64_DIR32NB, IMAGE_REL_IA64_SREL14, IMAGE_REL_IA64_SREL22,
2761         IMAGE_REL_IA64_SREL32, IMAGE_REL_IA64_UREL32, IMAGE_REL_IA64_PCREL60X,
2762         IMAGE_REL_IA64_PCREL60B, IMAGE_REL_IA64_PCREL60F,
2763         IMAGE_REL_IA64_PCREL60I, IMAGE_REL_IA64_PCREL60M,
2764         IMAGE_REL_IA64_IMMGPREL64, IMAGE_REL_IA64_TOKEN, IMAGE_REL_IA64_GPREL32,
2765         IMAGE_REL_IA64_ADDEND): Add defines.
2766
2767         (IMAGE_SCN_GPREL): Add define.
2768
2769 2006-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
2770
2771         * include/aclui.h: Replace __OBJC__ guard with _OBJC_NO_COM.
2772         * include/basetyps.h:  Likewise.
2773         (_COM_interface): New define.
2774         (interface): Define to _COM_interface, conditional on !__OBJC__.
2775         Replace 'interface' with '_COM_interface', throughout.
2776         * include/comcat.h: Replace 'interface' with '_COM_interface', throughout.
2777         * include/commdlg.h: Replace __OBJC__ guard with _OBJC_NO_COM.
2778         * include/docobj.h: Replace 'interface' with '_COM_interface', throughout.
2779         * include/mshtml.h: Likewise.
2780         * include/oaidl.h: Likewise.
2781         * include/objfwd.h: Likewise.
2782         * include/objidl.h: Likewise.
2783         * include/ocidl.h: Likwise.
2784         * include/olectl.h: Likewise.
2785         * include/oleidl.h: Likewise.
2786         * include/shlobj.h: Likewise.
2787         * include/shlwapi.h: Replace __OBJC__ guard with _OBJC_NO_COM.
2788         * include/vfw.h: Likewise.
2789         * include/windows.h. Likewise. Add comment.
2790         * include/directx/d3d9.h: Replace 'interface' with '_COM_interface',
2791         throughout.
2792
2793         * lib/test.c: Replace __OBJC__ guard with _OBJC_NO_COM.
2794         Add test for conflict with '@interface'
2795
2796 2006-07-22  ipsoner  <ipsoner@users.sourceforge.net>
2797
2798         * include/wincrypt.h (szOID_RSA, szOID_PKCS, szOID_RSA_HASH,
2799         szOID_RSA_ENCRYPT, szOID_PKCS_1, szOID_PKCS_2, szOID_PKCS_3,
2800         szOID_PKCS_4, szOID_PKCS_5, szOID_PKCS_6, szOID_PKCS_7,
2801         szOID_PKCS_8, szOID_PKCS_9, szOID_PKCS_10, szOID_PKCS_12,
2802         szOID_RSA_MD2, szOID_RSA_MD4, szOID_RSA_MD5, szOID_RSA_RSA,
2803         szOID_RSA_MD2RSA, szOID_RSA_MD4RSA, szOID_RSA_MD5RSA,
2804         szOID_RSA_SHA1RSA, szOID_RSA_SETOAEP_RSA, szOID_RSA_DH,
2805         szOID_RSA_data, szOID_RSA_signedData, szOID_RSA_envelopedData,
2806         szOID_RSA_signEnvData, szOID_RSA_digestedData, szOID_RSA_hashedData,
2807         szOID_RSA_encryptedData, szOID_RSA_emailAddr, szOID_RSA_unstructName,
2808         szOID_RSA_contentType, szOID_RSA_messageDigest, szOID_RSA_signingTime,
2809         szOID_RSA_counterSign, szOID_RSA_challengePwd, szOID_RSA_unstructAddr,
2810         szOID_RSA_extCertAttrs, szOID_RSA_SMIMECapabilities,
2811         szOID_RSA_preferSignedData, szOID_RSA_RC2CBC, szOID_RSA_RC4,
2812         szOID_RSA_DES_EDE3_CBC, szOID_RSA_RC5_CBCPad, szOID_ANSI_x942,
2813         szOID_ANSI_x942_DH, szOID_X957, szOID_X957_DSA, szOID_DATA STRUCTURE,
2814         szOID_DS, szOID_DSALG, szOID_DSALG_CRPT, szOID_DSALG_HASH,
2815         szOID_DSALG_SIGN, szOID_DSALG_RSA, szOID_OIW, szOID_OIWSEC,
2816         szOID_OIWSEC_md4RSA, szOID_OIWSEC_md5RSA, szOID_OIWSEC_md4RSA2,
2817         szOID_OIWSEC_desECB, szOID_OIWSEC_desCBC, szOID_OIWSEC_desOFB,
2818         szOID_OIWSEC_desCFB, szOID_OIWSEC_desMAC, szOID_OIWSEC_rsaSign,
2819         szOID_OIWSEC_dsa, szOID_OIWSEC_shaDSA, szOID_OIWSEC_mdc2RSA,
2820         szOID_OIWSEC_shaRSA, szOID_OIWSEC_dhCommMod, szOID_OIWSEC_desEDE,
2821         szOID_OIWSEC_sha, szOID_OIWSEC_mdc2, szOID_OIWSEC_dsaComm,
2822         szOID_OIWSEC_dsaCommSHA, szOID_OIWSEC_rsaXchg, szOID_OIWSEC_keyHashSeal,
2823         szOID_OIWSEC_md2RSASign, szOID_OIWSEC_md5RSASign, szOID_OIWSEC_sha1,
2824         szOID_OIWSEC_dsaSHA1, szOID_OIWSEC_dsaCommSHA1, szOID_OIWSEC_sha1RSASign,
2825         szOID_OIWDIR, szOID_OIWDIR_CRPT, szOID_OIWDIR_HASH, szOID_OIWDIR_SIGN,
2826         szOID_OIWDIR_md2, szOID_OIWDIR_md2RSA, szOID_INFOSEC,
2827         szOID_INFOSEC_sdnsSignature, szOID_INFOSEC_mosaicSignature,
2828         szOID_INFOSEC_sdnsConfidentiality, szOID_INFOSEC_mosaicConfidentiality,
2829         szOID_INFOSEC_sdnsIntegrity, szOID_INFOSEC_mosaicIntegrity,
2830         szOID_INFOSEC_sdnsTokenProtection, szOID_INFOSEC_mosaicTokenProtection,
2831         szOID_INFOSEC_sdnsKeyManagement, szOID_INFOSEC_mosaicKeyManagement,
2832         szOID_INFOSEC_sdnsKMandSig, szOID_INFOSEC_mosaicKMandSig,
2833         szOID_INFOSEC_SuiteASignature, szOID_INFOSEC_SuiteAConfidentiality,
2834         szOID_INFOSEC_SuiteAIntegrity, szOID_INFOSEC_SuiteATokenProtection,
2835         szOID_INFOSEC_SuiteAKeyManagement, szOID_INFOSEC_SuiteAKMandSig,
2836         szOID_INFOSEC_mosaicUpdatedSig, szOID_INFOSEC_mosaicKMandUpdSig,
2837         szOID_INFOSEC_mosaicUpdatedInteg, szOID_PKIX_NO_SIGNATURE,
2838         szOID_COMMON_NAME, szOID_COUNTRY_NAME, szOID_DEVICE_SERIAL_NUMBER,
2839         szOID_DOMAIN_COMPONENT, szOID_RSA_emailAddr, szOID_GIVEN_NAME,
2840         szOID_INITIALS, szOID_LOCALITY_NAME, szOID_ORGANIZATION_NAME,
2841         szOID_ORGANIZATIONAL_UNIT_NAME, szOID_STATE_OR_PROVINCE_NAME,
2842         szOID_STREET_ADDRESS, szOID_SUR_NAME, szOID_TITLE, szOID_RSA_unstructAddr,
2843         szOID_RSA_unstructName, szOID_BASIC_CONSTRAINTS2,
2844         CERT_BASIC_CONSTRAINTS2_INFO, CRYPT_ENCODE_PARA,CertDuplicateStore,
2845         CertEnumCertificatesInStore, CertDuplicateCertificateContext,
2846         CertGetNameStringA, CertGetNameStringW, CertGetNameString, PFXIsPFXBlob,
2847         CertFindExtension, CryptDecodeObject, CertAddCertificateContextToStore,
2848         CertCompareCertificate, PFXVerifyPassword, PFXImportCertStore,
2849         CertDeleteCertificateFromStore): Define.
2850         * lib/crypt32.def (CertDuplicateStore, CertEnumCertificatesInStore,
2851         CertDuplicateCertificateContext, CertGetNameStringA, CertGetNameStringW,
2852         CertGetNameString, PFXIsPFXBlob, CertFindExtension, CryptDecodeObject,
2853         CertAddCertificateContextToStore, CertCompareCertificate,
2854         PFXVerifyPassword, PFXImportCertStore, CertDeleteCertificateFromStore):
2855         Define.
2856
2857 2006-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2858
2859         * lib/uuid.c: Remove.
2860
2861 2006-07-20  Elias Naur  <elias_naur@users.sourceforge.net>
2862
2863         * include/devguid.h: Add new file with missing GUID_DEVCLASS_*
2864         declarations. They were extracted from the registry with a script.
2865         * lib/devguid.c: Add new file with the implementation of the
2866         missing GUIDs.
2867         * lib/Makefile.in: Add devguid.c to UUID_SOURCES and UUID_OBJS.
2868
2869 2006-07-19  Elias Naur  <elias_naur@users.sourceforge.net>
2870
2871         * include/winuser.h (WM_INPUT): Add missing Raw Input
2872         notification define.
2873         (RID_DEVICE_INFO_MOUSE, RID_DEVICE_INFO_KEYBOARD,
2874         RID_DEVICE_INFO_HID, RID_DEVICE_INFO): Define Raw Input structs
2875
2876 2006-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
2877
2878         [mingw-Bugs-1525021]
2879         * iptypes.h (IP_ADAPTER_ANYCAST_ADDRESS): Fix NONAMELESSUNION warnings.
2880         (IP_ADAPTER_MULTICAST_ADDRESS): Likewise.
2881         (IP_ADAPTER_UNICAST_ADDRESS): Likewise.
2882         (IP_ADAPTER_DNS_SERVER_ADDRESS): Likewise.
2883         (IP_ADAPTER_ADAPTER_PREFIX): Likewise.
2884         (IP_ADAPTER_ADDRESSES): Likewise.
2885
2886 2006-06-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2887
2888         * lib/uuid.c (CLSID_FileProtocol, CLSID_FtpProtocol, CLSID_GopherProtocol,
2889         CLSID_HttpProtocol, CLSID_HttpSProtocol, CLSID_MkProtocol,
2890         CLSID_PSUrlMonProxy, CLSID_StdURLMoniker): Remove.  Moved to
2891         extras-uuid.c.
2892         * lib/extras-uuid.c (CLSID_FileProtocol, CLSID_FtpProtocol, CLSID_GopherProtocol,
2893         CLSID_HttpProtocol, CLSID_HttpSProtocol, CLSID_MkProtocol,
2894         CLSID_PSUrlMonProxy, CLSID_StdURLMoniker): Added.
2895         * lib/hlguids-uuid.c: State source of CLSIDs.
2896
2897 2006-06-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2898
2899         * lib/Makefile.in: Added extras-uuid as an object and source.
2900         * lib/uuid.c (IID_IClientSiteHandler, IID_IContinue, IID_IHttpNegotiate,
2901         IID_IPersistMoniker, IID_IServerHandler, IID_ITargetEmbedding,
2902         IID_ITargetFrame, IID_ITypeComp, IID_IUrlHistoryStg, IID_IWinInetHttpInfo,
2903         IID_IWinInetInfo, IID_IEnumSTATPROPSETSTG, IID_IEnumSTATPROPSTG,
2904         IID_IEnumSTATURL): Remove.  Moved to extras-uuid.c.
2905         * lib/extras-uuid.c: New file.
2906         Thank you to Julien Lecomte (julienlecomte at users dot sourceforge dot
2907         net).
2908
2909 2006-06-12  Danny Smith  <dannysmith@users.sourceforge.net>
2910
2911         [mingw-Bugs-1424461]
2912         *include/imagehlp.h: Comment out IN, OUT and OPTIONAL,
2913         throughout.
2914         *include/rpcdce.h: Don't define IN, OUT or OPTIONAL if
2915         _NO_W32_PSEUDO_MODIFIERS.
2916         *include/rpcnsi.h: Comment out IN, OUT and OPTIONAL,
2917         throughout.
2918         *include/rpcnsip.h: Likewise.
2919         *include/windef.h: Don't define IN, OUT or OPTIONAL
2920         if _NO_W32_PSEUDO_MODIFIERS.
2921         *include/ddk/batclass.h: Comment out IN, OUT and OPTIONAL,
2922         throughout.
2923         *include/ddk/cfgmgr32.h: Likewise.
2924         *include/ddk/ddkmapi.h: Likewise.
2925         *include/ddk/hidclass.h: Likewise.
2926         *include/ddk/hidpi.h: Likewise.
2927         *include/ddk/kbdmou.h: Likewise.
2928         *include/ddk/mcd.h: Likewise.
2929         *include/ddk/miniport.h: Likewise.
2930         *include/ddk/minitape.h: Likewise.
2931         *include/ddk/ndis.h: Likewise.
2932         *include/ddk/ndistapi.h: Likewise.
2933         *include/ddk/ndiswan.h: Likewise.
2934         *include/ddk/ntapi.h: Likewise.
2935         *include/ddk/ntdd8042.h: Likewise.
2936         *include/ddk/ntddpcm.h: Likewise.
2937         *include/ddk/ntifs.h: Likewise.
2938         *include/ddk/ntpoapi.h: Likewise.
2939         *include/ddk/parallel.h: Likewise.
2940         *include/ddk/pfhook.h: Likewise.
2941         *include/ddk/scsiwmi.h: Likewise.
2942         *include/ddk/smbus.h: Likewise.
2943         *include/ddk/srb.h: Likewise.
2944         *include/ddk/storport.h: Likewise.
2945         *include/ddk/tdikrnl.h: Likewise.
2946         *include/ddk/upssvc.h: Likewise.
2947         *include/ddk/usbcamdi.h: Likewise.
2948         *include/ddk/usbscan.h: Likewise.
2949         *include/ddk/video.h: Likewise.
2950         *include/ddk/videoagp.h: Likewise.
2951         *include/ddk/win2k.h: Likewise.
2952         *include/ddk/winddi.h: Likewise.
2953         *include/ddk/winddk.h: Don't define IN, OUT or OPTIONAL
2954         if _NO_W32_PSEUDO_MODIFIERS.
2955         Comment out IN, OUT and OPTIONAL, throughout.
2956         *include/ddk/winnt4.h: Comment out IN, OUT and OPTIONAL,
2957         throughout.
2958         *include/ddk/ws2san.h: Likewise.
2959
2960 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2961
2962         * lib/Makefile.in:  Added hlguids-uuid as source and object.
2963
2964 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2965
2966         * lib/uuid.c (CLSID_StaticDib, CLSID_StaticMetafile, CLSID_StdHlink,
2967         CLSID_StdHlinkBrowseContext): Remove.  Moved to relevant files.
2968         * lib/cguid-uuid.c (CLSID_StaticDib, CLSID_StaticMetafile): Added.
2969         * lib/hlguids-uuid.c: New file.
2970         Thank you to Julien Lecomte (julienlecomte at users dot sourceforge dot
2971         net).
2972
2973 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2974
2975         * lib/Makefile.in: Added urlmon-uuid and hlink-uuid as sources and
2976         objects.
2977         * lib/uuid.c (IID_IAuthenticate, IID_IBindHost, IID_IBindProtocol,
2978         IID_IBindStatusCallback, IID_IBindStatusCallbackMsg, IID_IBinding,
2979         IID_IHlink, IID_IHlinkBrowseContext, IID_IHlinkFrame, IID_IHlinkSite,
2980         IID_IHlinkTarget): Remove.  Moved to new files.
2981         * lib/urlmon-uuid.c: New file.
2982         * lib/hlink-uuid.c: New file.
2983
2984 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2985
2986         * lib/Makefile.in: Added ativscp-uuid as source and object.
2987         * lib/uuid.c (IID_IActiveScript, IID_IActiveScriptError,
2988         IID_IActiveScriptParse, IID_IActiveScriptSite,
2989         IID_IActiveScriptSiteWindow): Remove.  Moved to ativscp-uuid.c.
2990         * lib/ativscp-uuid.c: New file.
2991
2992 2006-06-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2993
2994         * lib/uuid.c (IID_IClientSecurity, IID_IMallocSpy, IID_IServerSecurity):
2995         Remove.  Moved to objidl-uuid.c
2996         * lib/objidl-uuid.c (IID_IClientSecurity, IID_IMallocSpy,
2997         IID_IServerSecurity): Defined.
2998
2999 2006-06-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3000
3001         * lib/Makefile.in: Add cguid-uuid and olectlid-uuid as sources and
3002         objects.
3003         * lib/uuid.c (CLSID_CColorPropPage, CLSID_CFontPropPage,
3004         CLSID_CPicturePropPage, CLSID_Picture_Dib, CLSID_Picture_Metafile,
3005         CLSID_StdFont, CLSID_StdPicture, GUID_NULL, IID_ICreateTypeInfo,
3006         IID_ICreateTypeInfo2, IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_IDebug,
3007         IID_IDebugStream, IID_IDispatch, IID_IEnumFORMATETC,IID_IEnumMoniker,
3008         IID_IEnumOLEVERB, IID_IEnumSTATDATA, IID_IEnumSTATSTG, IID_IEnumString,
3009         IID_IEnumUnknown, IID_IEnumVARIANT, IID_IOleLink, IID_IPSFactory,
3010         IID_IRpcChannel, IID_IRpcProxy, IID_IRpcStub, IID_ITypeInfo,
3011         IID_ITypeInfo2, IID_ITypeLib, IID_ITypeLib2): Remove.  Moved to relevant
3012         files.
3013         * lib/oaidl-uuid.c (IID_ICreateTypeInfo, IID_ICreateTypeInfo2,
3014         IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_ITypeInfo, IID_ITypeInfo2,
3015         IID_ITypeLib, IID_ITypeLib2, IID_IEnumVARIANT): Define.
3016         * lib/cguid-uuid.c: New file.
3017         * lib/olectlid-uuid.c: New file.
3018
3019 2006-06-08  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3020
3021         * lib/Makefile.in: Add objsafe-uuid oaidl-uuid docobj-uuid comcat-uuid
3022         exdisp-uuid mlang-uuid objidl-uuid as sources and objects.
3023         * lib/uuid.c (CATID_Control, CATID_DocObject, CATID_Insertable,
3024         CATID_PersistsToPropertyBag, CATID_PersistsToStorage, CATID_PersistsToStream,
3025         CATID_PersistsToStreamInit, CATID_Printable, CATID_Programmable,
3026         CLSID_CMultiLanguage, CLSID_StdComponentCategoriesMgr, CLSID_WebBrowser,
3027         DIID_DWebBrowserEvents, DIID_DWebBrowserEvents2, IID_IAdviseSink,
3028         IID_IAdviseSink2, IID_IBindCtx, IID_ICatInformation, IID_ICatRegister,
3029         IID_IClassActivator, IID_IContinueCallback, IID_ICreateErrorInfo,
3030         IID_IDataAdviseHolder, IID_IDataObject, IID_IEnumCATEGORYINFO,
3031         IID_IEnumGUID, IID_IEnumOleDocumentViews, IID_IErrorInfo,
3032         IID_IExternalConnection, IID_IFillLockBytes, IID_ILockBytes, IID_IMalloc,
3033         IID_IMarshal, IID_IMessageFilter, IID_IMoniker, IID_IObjectSafety,
3034         IID_IOleCommandTarget, IID_IOleDocument, IID_IOleDocumentSite,
3035         IID_IOleDocumentView, IID_IPSFactoryBuffer, IID_IPersist,
3036         IID_IPersistFile, IID_IPersistStorage, IID_IPersistStream, IID_IPrint,
3037         IID_IProgressNotify, IID_IPropertySetStorage, IID_IPropertyStorage,
3038         IID_IROTData, IID_IRootStorage, IID_IRpcChannelBuffer,
3039         IID_IRpcProxyBuffer, IID_IRpcStubBuffer, IID_IRunnableObject,
3040         IID_IRunningObjectTable, IID_ISequentialStream, IID_IStdMarshalInfo,
3041         IID_IStorage, IID_IStream, IID_ISupportErrorInfo, IID_IWebBrowser,
3042         IID_IWebBrowser2, IID_IWebBrowserApp): Remove. Moved to new files.
3043         * lib/comcat-uuid.c: New file.
3044         * lib/docobj-uuid.c: New File.
3045         * lib/exdisp-uuid.c: New file.
3046         * lib/mlang-uuid.c: New file.
3047         * lib/oaidl-uuid.c: New file.
3048         * lib/objidl-uuid.c: New file.
3049         * lib/objsafe-uuid.c: New file.
3050
3051 2006-06-07  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3052
3053         * lib/Makefile.in: Add oleacc-uuid oleidl-uuid ocidl-uuid as sources and
3054         objects.
3055         * lib/uuid.c (IID_IOleCache, IID_IOleCache2, IID_IOleCacheControl, IID_IViewObject,
3056         IID_IViewObject2, IID_IDropSource, IID_IDropTarget, IID_IOleAdviseHolder,
3057         IID_IOleInPlaceUIWindow, IID_IOleInPlaceObject, IID_IOleInPlaceActiveObject,
3058         IID_IOleInPlaceFrame, IID_IOleInPlaceSite, IID_IOleContainer, IID_IOleItemContainer,
3059         IID_IOleClientSite, IID_IOleObject, IID_IOleWindow, IID_IParseDisplayName,
3060         IID_IAccessible, LIBID_Accessibility, IID_IQuickActivate, IID_IOleUndoManager,
3061         IID_IOleParentUndoUnit, IID_IOleUndoUnit, IID_IEnumOleUndoUnits, IID_IPointerInactive,
3062         IID_IAdviseSinkEx, IID_IOleInPlaceSiteEx, IID_IOleControl, IID_IOleControlSite,
3063         IID_IPersistPropertyBag, IID_IPersistPropertyBag2, IID_IPersistStreamInit,
3064         IID_IPersistMemory, IID_IPropertyBag, IID_IPropertyBag2, IID_IPropertyNotifySink,
3065         IID_IPropertyPage, IID_IPropertyPage2, IID_IPropertyPageSite, IID_IFont, IID_IFontDisp,
3066         IID_IPicture, IID_IPictureDisp, IID_IProvideClassInfo, IID_IProvideClassInfo2,
3067         IID_IEnumConnectionPoints, IID_IEnumConnections, IID_IConnectionPoint,
3068         IID_IConnectionPointContainer, IID_IClassFactory2, IID_IErrorLog,
3069         IID_IObjectWithSite, IID_IPerPropertyBrowsing, IID_ISimpleFrameSite,
3070         IID_ISpecifyPropertyPages): Remove. Moved to new files.
3071         * lib/oleidl-uuid.c: New file.
3072         * lib/oleacc-uuid.c: New file.
3073         * lib/ocidl-uuid.c: New file.
3074
3075 2006-06-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3076
3077         * lib/Makefile.in: Add unknwn-uuid and servprov-uuid as sources and
3078         objects.
3079         * lib/uuid.c (IID_IUnknown, IID_IClassFactory, IID_IServiceProvider):
3080         Remove.  Moved to unknwn-uuid and servprov-uuid.
3081         * lib/unknwn-uuid.c: New file.
3082         * lib/servprov-uuid.c: New file.
3083
3084 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
3085
3086         * include/strmif.h (VMRDeinterlaceTech): Correct typedef for DeinterlaceTech_*
3087         enum.
3088
3089 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
3090
3091         * include/strmif.h (enum tagAnalogVideoStandard): Add missing ','.
3092
3093 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
3094
3095         * include/winuser.h (DM_BITSPERPEL, DM_PELSWIDTH, DM_PELSHEIGHT,
3096         DM_DISPLAYFLAGS, DM_DISPLAYFREQUENCY): Remove.  Duplicates of
3097         wingdi.h defines.
3098
3099 2006-06-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3100
3101         * include/winuser.h ((SPI_GETMOUSETRAILS,SPI_SETMOUSETRAILS): Remove
3102         duplicate defines.
3103
3104         * include/winnt.h (SUBLANG_ARABIC_SAUDI_ARABIA): Revert accidental
3105         removal.
3106         (SUBLANG_MARATHI_INDIA): Remove duplicate define.
3107
3108 2006-05-24  Christopher Faylor  <cgf@timesys.com>
3109
3110         * configure.in: Update to newer autoconf.
3111         (thanks to Steve Ellcey)
3112         * configure: Regenerate.
3113         * aclocal.m4: New file.
3114
3115 2006-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
3116
3117         * lib/uuid.c (IID_IRpcProxyBuffer34): Remove definition.
3118
3119 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3120
3121         * include/rtutils.h (TraceDumpA,TraceDumpW,TracePutsA,TracePutsW)
3122         (TraceRegisterA,TraceRegisterW,TraceVprintfA,TraceVprintfW): Define
3123         as macros.
3124         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
3125
3126 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3127
3128         * include/mprapi.h (MprAdminMIBBufferFree,MprAdminMIBEntryCreate)
3129         (MprAdminMIBEntryDelete,MprAdminMIBEntryGet,MprAdminMIBEntryGetFirst)
3130         (MprAdminMIBEntryGetNext,MprAdminMIBEntrySet,MprAdminMIBGetTrapInfo)
3131         (MprAdminMIBServerConnect,MprAdminMIBServerDisconnect)
3132         (MprAdminMIBSetTrapInfo): Declare functions.
3133         Note: MprAdminMIBSetTrapInfo is missing from mprapi.def.
3134         (MIB_SERVER_HANDLE): New typedef.
3135         (MprConfigTransportSetInfo): Declare function.
3136         * lib/mprapi.def (MprSetupIpInIpInterfaceFriendlyNameEnum)
3137         (MprSetupIpInIpInterfaceFriendlyNameFree): Fix size.
3138
3139 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3140
3141         * lib/rtutils.def: New file. Generated on Windows XP.
3142         (TracePrintf{AW},TracePrintfEx{AW}): Left out for now.
3143         * include/rtutils.h: New file.
3144         (TraceDump{AW},TracePuts{AW},TraceRegister{AW},TraceVprintf{AW}):
3145         Commented out, they're missing from rtutils.def.
3146
3147 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3148
3149         * include/mprapi.h (MprInfoBlockAdd,MprInfoBlockFind)
3150         (MprInfoBlockQuerySize,MprInfoBlockRemove,MprInfoBlockSet)
3151         (MprInfoCreate,MprInfoDelete,MprInfoDuplicate)
3152         (MprInfoRemoveAll): Declare functions.
3153
3154 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3155
3156         * include/mprapi.h (MprConfigBufferFree,MprConfigGetFriendlyName)
3157         (MprConfigGetGuidName,MprConfigInterfaceCreate)
3158         (MprConfigInterfaceDelete,MprConfigInterfaceEnum)
3159         (MprConfigInterfaceGetHandle,MprConfigInterfaceGetInfo)
3160         (MprConfigInterfaceSetInfo,MprConfigInterfaceTransportAdd)
3161         (MprConfigInterfaceTransportEnum,MprConfigInterfaceTransportGetHandle)
3162         (MprConfigInterfaceTransportGetInfo,MprConfigInterfaceTransportRemove)
3163         (MprConfigInterfaceTransportSetInfo,MprConfigServerBackup)
3164         (MprConfigServerConnect,MprConfigServerDisconnect)
3165         (MprConfigServerGetInfo,MprConfigServerInstall)
3166         (MprConfigServerRestore,MprConfigTransportCreate)
3167         (MprConfigTransportDelete,MprConfigTransportEnum)
3168         (MprConfigTransportGetHandle,MprConfigTransportGetInfo)
3169         (MprConfigTransportSetInfo): Declare functions.
3170
3171 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3172
3173         * include/mprapi.h (MprAdminBufferFree)
3174         (MprAdminDeregisterConnectionNotification,MprAdminGetErrorString)
3175         (MprAdminInterfaceConnect,MprAdminInterfaceCreate)
3176         (MprAdminInterfaceDelete,MprAdminInterfaceDeviceGetInfo)
3177         (MprAdminInterfaceDeviceSetInfo,MprAdminInterfaceDisconnect)
3178         (MprAdminInterfaceEnum,MprAdminInterfaceGetCredentials)
3179         (MprAdminInterfaceGetCredentialsEx,MprAdminInterfaceGetHandle)
3180         (MprAdminInterfaceGetInfo,MprAdminInterfaceQueryUpdateResult)
3181         (MprAdminInterfaceSetCredentials,MprAdminInterfaceSetCredentialsEx)
3182         (MprAdminInterfaceSetInfo,MprAdminInterfaceTransportAdd)
3183         (MprAdminInterfaceTransportGetInfo,MprAdminInterfaceTransportRemove)
3184         (MprAdminInterfaceTransportSetInfo)
3185         (MprAdminInterfaceUpdatePhonebookInfo,MprAdminInterfaceUpdateRoutes)
3186         (MprAdminIsServiceRunning,MprAdminRegisterConnectionNotification)
3187         (MprAdminServerConnect,MprAdminServerDisconnect)
3188         (MprAdminServerGetCredentials,MprAdminServerGetInfo)
3189         (MprAdminServerSetCredentials,MprAdminTransportCreate)
3190         (MprAdminTransportGetInfo,MprAdminTransportSetInfo): Declare functions.
3191
3192 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3193
3194         * include/ipxtfflt.h: New file.
3195
3196 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3197
3198         * include/mprapi.h: Fix header guard. Cleanup.
3199         (MprAdminAcceptNewConnection,MprAdminAcceptNewConnection2)
3200         (MprAdminAcceptNewLink,MprAdminAcceptReauthentication)
3201         (MprAdminConnectionHangupNotification)
3202         (MprAdminConnectionHangupNotification2)
3203         (MprAdminGetIpAddressForUser,MprAdminInitializeDll)
3204         (MprAdminTerminateDll,MprAdminLinkHangupNotification)
3205         (MprAdminReleaseIpAddress): Declare functions.
3206         * lib/mprapi.def: Regenerate on Windows XP.
3207
3208 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3209
3210         * include/ipifcons.h: Cleanup.
3211         * include/ipxconst.h: Fix header guard.
3212         * include/ipxrtdef.h: include <ipxconst.h>.
3213
3214 2006-05-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3215
3216         * include/ipxrtdef.h: Cleanup.
3217         (IPX_INTERFACE_INFO_TYPE,IPX_STATIC_ROUTE_INFO_TYPE)
3218         (IPX_STATIC_SERVICE_INFO_TYPE,IPX_SERVICE_FILTER_INFO_TYPE)
3219         (IPX_ROUTE_FILTER_INFO_TYPE,IPX_IN_TRAFFIC_FILTER_INFO_TYPE)
3220         (IPX_ADAPTER_INFO_TYPE,IPXWAN_INTERFACE_INFO_TYPE,IPX_GLOBAL_INFO_TYPE)
3221         (IPX_STATIC_NETBIOS_NAME_INFO_TYPE)
3222         (IPX_IN_TRAFFIC_FILTER_GLOBAL_INFO_TYPE)
3223         (IPX_OUT_TRAFFIC_FILTER_INFO_TYPE)
3224         (IPX_OUT_TRAFFIC_FILTER_GLOBAL_INFO_TYPE): Define.
3225         * include/routprot.h: Cleanup.
3226         (PROTO_IP_OTHER,PROTO_IP_LOCAL,PROTO_IP_NETMGMT,PROTO_IP_ICMP)
3227         (PROTO_IP_EGP,PROTO_IP_GGP,PROTO_IP_HELLO,PROTO_IP_RIP,PROTO_IP_IS_IS)
3228         (PROTO_IP_ES_IS,PROTO_IP_CISCO,PROTO_IP_BBN,PROTO_IP_OSPF,PROTO_IP_BGP)
3229         (PROTO_IP_BOOTP,PROTO_IP_NT_AUTOSTATIC,PROTO_IP_NT_STATIC)
3230         (PROTO_IP_NT_STATIC_NON_DOD,IPRTRMGR_PID,IPX_PROTOCOL_BASE)
3231         (IPX_PROTOCOL_RIP,IPX_PROTOCOL_SAP,IPX_PROTOCOL_NLSP): Define.
3232         * include/fltdefs.h: New file.
3233         * include/ipinfoid.h: New file.
3234
3235 2006-05-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3236
3237         * include/strmif.h (IAMAnalogVideoDecoder,IAMAudioInputMixer)
3238         (IAMAudioRendererStats,IAMBufferNegotiation,IAMCameraControl)
3239         (IAMCertifiedOutputProtection): Add interfaces.
3240         * include/adsprop.h: New file.
3241         * include/cmnquery.h: New file.
3242         * include/dsadmin.h: New file.
3243         * include/dsclient.h: New file.
3244         * include/dsgetdc.h: New file.
3245         * include/dsquery.h: New file.
3246         * include/dsrole.h: New file.
3247         * include/ntdsapi.h: New file.
3248         * include/ntdsbcli.h: New file.
3249         * include/objsel.h: New file.
3250
3251 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3252
3253         * include/qedit.h (DEXTER_PARAM,DEXTER_VALUE,SCompFmt0): Add structures.
3254         (DEXTERF_TRACK_SEARCH_FLAGS,TIMELINE_MAJOR_TYPE): Add enums.
3255         (CONNECTF_DYNAMIC_NONE,CONNECTF_DYNAMIC_SOURCES)
3256         (CONNECTF_DYNAMIC_EFFECTS,SFN_VALIDATEF_CHECK,SFN_VALIDATEF_POPUP)
3257         (SFN_VALIDATEF_TELLME,SFN_VALIDATEF_REPLACE,SFN_VALIDATEF_USELOCAL)
3258         (SFN_VALIDATEF_NOFIND,SFN_VALIDATEF_IGNOREMUTED,RESIZEF_STRETCH)
3259         (RESIZEF_CROP,RESIZEF_PRESERVEASPECTRATIO)
3260         (RESIZEF_PRESERVEASPECTRATIO_NOLETTERBOX): Define.
3261
3262 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3263
3264         * include/qedit.h: New file.
3265         * include/errors.h: Cleanup.
3266
3267 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3268
3269         * include/amvideo.h (BIT_MASKS_MATCH): Don't use memcmp to
3270         avoid dependency on <string.h>.
3271         There's no Win32 equivalent for memcmp:
3272         http://support.microsoft.com/default.aspx?scid=kb;EN-US;q99456
3273
3274 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3275
3276         * include/amvideo.h (RESET_MASKS,RESET_PALETTE): Use ZeroMemory
3277         instead of memset to avoid dependency on <string.h>.
3278         * include/dshow.h (AM_ASPECT_RATIO_MODE,AM_WST_DRAWBGMODE,AM_WST_LEVEL)
3279         (AMExtendedSeekingCapabilities,AM_WST_SERVICE,AM_WST_STATE)
3280         (AM_WST_STYLE): Add enums.
3281         (AM_WST_PAGE,AMVABeginFrameInfo,AMVACompBufferInfo,AMVAEndFrameInfo,
3282         AMVAInternalMemInfo,AMVAUncompBufferInfo,AMVAUncompDataInfo): New
3283         structures.
3284         * include/errors.h (VFW_E_DVD_CMD_CANCELLED)
3285         (VFW_E_DVD_STATE_WRONG_VERSION,VFW_E_DVD_STATE_CORRUPT)
3286         (VFW_E_DVD_STATE_WRONG_DISC,VFW_E_DVD_INCOMPATIBLE_REGION)
3287         (VFW_E_DVD_NO_ATTRIBUTES,VFW_E_DVD_NO_GOUP_PGC)
3288         (VFW_E_DVD_LOW_PARENTAL_LEVEL,VFW_E_DVD_NOT_IN_KARAOKE_MODE)
3289         (VFW_E_FRAME_STEP_UNSUPPORTED,VFW_E_DVD_STREAM_DISABLED)
3290         (VFW_E_DVD_TITLE_UNKNOWN,VFW_E_DVD_INVALID_DISC)
3291         (VFW_E_DVD_NO_RESUME_INFORMATION)
3292         (VFW_E_PIN_ALREADY_BLOCKED_ON_THIS_THREAD,VFW_E_PIN_ALREADY_BLOCKED)
3293         (VFW_E_CERTIFICATION_FAILURE,VFW_E_VMR_NOT_IN_MIXER_MODE)
3294         (VFW_E_VMR_NO_AP_SUPPLIED,VFW_E_VMR_NO_DEINTERLACE_HW)
3295         (VFW_E_VMR_NO_PROCAMP_HW,VFW_E_DVD_VMR9_INCOMPATIBLEDEC)
3296         (VFW_E_NO_COPP_HW,VFW_E_BAD_KEY): Define.
3297         * include/evcode.h (AM_WMT_EVENT_DATA): New structure.
3298         * include/mmsystem.h (WAVE_FORMAT_EXTENSIBLE): Define.
3299         * include/edevdefs.h (ED_FORMAT_SMPTE_30,ED_FORMAT_SMPTE_30DROP)
3300         (ED_FORMAT_SMPTE_25,ED_FORMAT_SMPTE_24): Move from here...
3301         * include/strmif.h: ... to here. New file.
3302         * include/aviriff.h: New file.
3303         * include/bdatypes.h: New file.
3304         * include/control.h: New file.
3305         * include/dvdmedia.h: New file.
3306         * include/il21dec.h: New file.
3307         * include/ks.h: New file.
3308         * include/ksmedia.h: New file.
3309         * include/mmreg.h: New file.
3310         * include/mpegtype.h: New file.
3311         * include/vidcap.h: New file.
3312         * include/vmr9.h: New file.
3313         * include/vptype.h: New file.
3314         * include/xprtdefs.h: New file.
3315
3316 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3317
3318         * include/winnls.h [WINVER >= 0x0500] (LOCALE_IDEFAULTEBCDICCODEPAGE):
3319         Documented as defined on Windows 2000 or later.
3320         [WINVER >= 0x0600] (LOCALE_SDURATION,LOCALE_SIETFLANGUAGE)
3321         (LOCALE_SISO3166CTRYNAME2,LOCALE_SISO639LANGNAME2)
3322         (LOCALE_SKEYBOARDSTOINSTALL,LOCALE_SNAME,LOCALE_SNAN)
3323         (LOCALE_SNEGINFINITY,LOCALE_SPOSINFINITY,LOCALE_SSCRIPTS): Documented
3324         but values unknown, Windows Vista or later.
3325         (CAL_UMALQURA): Cleanup.
3326         (CAL_SSHORTESTDAYNAME_1,CAL_SSHORTESTDAYNAME_2,CAL_SSHORTESTDAYNAME_3)
3327         (CAL_SSHORTESTDAYNAME_4,CAL_SSHORTESTDAYNAME_5,CAL_SSHORTESTDAYNAME_6)
3328         (CAL_SSHORTESTDAYNAME7): Cleanup.
3329         [WINVER >= 0x0410] (CAL_SYEARMONTH,CAL_ITWODIGITYEARMAX)
3330         (CAL_NOUSEROVERRIDE,CAL_RETURN_NUMBER,CAL_USE_CP_ACP): Cleanup.
3331
3332 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3333
3334         * include/wingdi.h [WINVER >= 0x0500] (DC_PERSONALITY,DC_PRINTRATE)
3335         (DC_PRINTRATEUNIT,DC_PRINTERMEM,DC_MEDIAREADY,DC_STAPLE)
3336         (DC_PRINTRATEPPM,DC_COLORDEVICE,DC_NUP,DC_MEDIATYPENAMES)
3337         (DC_MEDIATYPES,DMPAPER_DBL_JAPANESE_POSTCARD,DMPAPER_A6)
3338         (DMPAPER_JENV_KAKU2,DMPAPER_JENV_KAKU3,DMPAPER_JENV_CHOU3)
3339         (DMPAPER_JENV_CHOU4,DMPAPER_LETTER_ROTATED)
3340         (DMPAPER_A3_ROTATED,DMPAPER_A4_ROTATED,DMPAPER_A5_ROTATED)
3341         (DMPAPER_B4_JIS_ROTATED,DMPAPER_B5_JIS_ROTATED)
3342         (DMPAPER_JAPANESE_POSTCARD_ROTATED)
3343         (DMPAPER_DBL_JAPANESE_POSTCARD_ROTATED)
3344         (DMPAPER_A6_ROTATED,DMPAPER_JENV_KAKU2_ROTATED)
3345         (DMPAPER_JENV_KAKU3_ROTATED,DMPAPER_JENV_CHOU3_ROTATED)
3346         (DMPAPER_JENV_CHOU4_ROTATED,DMPAPER_B6_JIS)
3347         (DMPAPER_B6_JIS_ROTATED,DMPAPER_12X11,DMPAPER_JENV_YOU4)
3348         (DMPAPER_JENV_YOU4_ROTATED,DMPAPER_P16K,DMPAPER_P32K)
3349         (DMPAPER_P32KBIG,DMPAPER_PENV_1,DMPAPER_PENV_2)
3350         (DMPAPER_PENV_3,DMPAPER_PENV_4,DMPAPER_PENV_5)
3351         (DMPAPER_PENV_6,DMPAPER_PENV_7,DMPAPER_PENV_8)
3352         (DMPAPER_PENV_9,DMPAPER_PENV_10,DMPAPER_P16K_ROTATED)
3353         (DMPAPER_P32K_ROTATED,DMPAPER_P32KBIG_ROTATED)
3354         (DMPAPER_PENV_1_ROTATED,DMPAPER_PENV_2_ROTATED)
3355         (DMPAPER_PENV_3_ROTATED,DMPAPER_PENV_4_ROTATED)
3356         (DMPAPER_PENV_5_ROTATED,DMPAPER_PENV_6_ROTATED)
3357         (DMPAPER_PENV_7_ROTATED,DMPAPER_PENV_8_ROTATED)
3358         (DMPAPER_PENV_9_ROTATED,DMPAPER_PENV_10_ROTATED): Define.
3359         (DMPAPER_LAST): Value depends on DMPAPER_* variables actually defined.
3360         (DM_PANNINGWIDTH,DM_PANNINGHEIGHT,DM_DISPLAYFIXEDOUTPUT)
3361         (DMDO_DEFAULT,DMDO_90,DMDO_180,DMDO_270,DMDFO_DEFAULT,DMDFO_STRETCH)
3362         (DMDFO_CENTER): Define.
3363         (GetDCBrushColor,GetDCPenColor): Declare.
3364         * lib/msimg32.def (GetDCBrushColor,GetDCPenColor): Add stubs.
3365
3366 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3367
3368         * include/winnt.h (LANG_PERSIAN,LANG_LOWER_SORBIAN,LANG_UPPER_SORBIAN)
3369         (LANG_TSWANA,LANG_XHOSA,LANG_ZULU,LANG_MALTESE,LANG_SAMI,LANG_IRISH)
3370         (LANG_TIBETAN,LANG_WELSH,LANG_KHMER,LANG_LAO,LANG_SINHALESE)
3371         (LANG_INUKTITUT,LANG_AMHARIC,LANG_TAMAZIGHT,LANG_FRISIAN)
3372         (LANG_PASHTO,LANG_FILIPINO,LANG_HAUSA,LANG_YORUBA,LANG_QUECHUA)
3373         (LANG_SOTHO,LANG_BASHKIR,LANG_LUXEMBOURGISH,LANG_GREENLANDIC)
3374         (LANG_IGBO,LANG_TIGRIGNA,LANG_YI,LANG_MAPUDUNGUN,LANG_MOHAWK)
3375         (LANG_BRETON,LANG_UIGHUR,LANG_MAORI,LANG_OCCITAN,LANG_CORSICAN)
3376         (LANG_ALSATIAN,LANG_YAKUT,LANG_KICHE,LANG_KINYARWANDA,LANG_WOLOF)
3377         (LANG_DARI,LANG_MALAGASY)
3378         (SUBLANG_CUSTOM_DEFAULT,SUBLANG_CUSTOM_UNSPECIFIED)
3379         (SUBLANG_UI_CUSTOM_DEFAULT,SUBLANG_AFRIKAANS_SOUTH_AFRICA)
3380         (SUBLANG_ALBANIAN_ALBANIA,SUBLANG_ALSATIAN_FRANCE)
3381         (SUBLANG_AMHARIC_ETHIOPIA,SUBLANG_ARMENIAN_ARMENIA)
3382         (SUBLANG_ASSAMESE_INDIA,SUBLANG_BASHKIR_RUSSIA,SUBLANG_BASQUE_BASQUE)
3383         (SUBLANG_BELARUSIAN_BELARUS,SUBLANG_BENGALI_INDIA)
3384         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN)
3385         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC)
3386         (SUBLANG_BRETON_FRANCE,SUBLANG_BULGARIAN_BULGARIA)
3387         (SUBLANG_CATALAN_CATALAN,SUBLANG_CORSICAN_FRANCE)
3388         (SUBLANG_CZECH_CZECH_REPUBLIC,SUBLANG_CROATIAN_CROATIA)
3389         (SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,SUBLANG_DANISH_DENMARK)
3390         (SUBLANG_DIVEHI_MALDIVES,SUBLANG_ENGLISH_IRELAND)
3391         (SUBLANG_ENGLISH_INDIA,SUBLANG_ENGLISH_MALAYSIA)
3392         (SUBLANG_ENGLISH_SINGAPORE,SUBLANG_ESTONIAN_ESTONIA)
3393         (SUBLANG_FAEROESE_FAROE_ISLANDS,SUBLANG_FILIPINO_PHILIPPINES)
3394         (SUBLANG_FINNISH_FINLAND,SUBLANG_FRISIAN_NETHERLANDS)
3395         (SUBLANG_GALICIAN_GALICIAN,SUBLANG_GEORGIAN_GEORGIA)
3396         (SUBLANG_GREEK_GREECE,SUBLANG_GREENLANDIC_GREENLAND)
3397         (SUBLANG_GUJARATI_INDIA,SUBLANG_HAUSA_NIGERIA,SUBLANG_HEBREW_ISRAEL)
3398         (SUBLANG_HINDI_INDIA,SUBLANG_HUNGARIAN_HUNGARY)
3399         (SUBLANG_ICELANDIC_ICELAND,SUBLANG_IGBO_NIGERIA)
3400         (SUBLANG_INDONESIAN_INDONESIA,SUBLANG_INUKTITUT_CANADA)
3401         (SUBLANG_INUKTITUT_CANADA_LATIN,SUBLANG_IRISH_IRELAND)
3402         (SUBLANG_JAPANESE_JAPAN,SUBLANG_KAZAK_KAZAKHSTAN)
3403         (SUBLANG_KHMER_CAMBODIA,SUBLANG_KICHE_GUATEMALA)
3404         (SUBLANG_KINYARWANDA_RWANDA,SUBLANG_KONKANI_INDIA)
3405         (SUBLANG_KYRGYZ_KYRGYZSTAN,SUBLANG_LAO_LAO_PDR)
3406         (SUBLANG_LATVIAN_LATVIA,SUBLANG_LITHUANIAN_LITHUANIA)
3407         (SUBLANG_LOWER_SORBIAN_GERMANY,SUBLANG_LUXEMBOURGISH_LUXEMBOURG)
3408         (SUBLANG_MACEDONIAN_MACEDONIA,SUBLANG_MALAYALAM_INDIA)
3409         (SUBLANG_MALTESE_MALTA,SUBLANG_MAORI_NEW_ZEALAND)
3410         (SUBLANG_MAPUDUNGUN_CHILE,SUBLANG_MARATHI_INDIA,SUBLANG_MOHAWK_MOHAWK)
3411         (SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA,SUBLANG_MONGOLIAN_PRC)
3412         (SUBLANG_NEPALI_NEPAL,SUBLANG_OCCITAN_FRANCE,SUBLANG_ORIYA_INDIA)
3413         (SUBLANG_PASHTO_AFGHANISTAN,SUBLANG_PERSIAN_IRAN)
3414         (SUBLANG_POLISH_POLAND,SUBLANG_PORTUGUESE_PORTUGAL)
3415         (SUBLANG_PUNJABI_INDIA,SUBLANG_QUECHUA_BOLIVIA,SUBLANG_QUECHUA_ECUADOR)
3416         (SUBLANG_QUECHUA_PERU,SUBLANG_ROMANIAN_ROMANIA)
3417         (SUBLANG_ROMANSH_SWITZERLAND,SUBLANG_RUSSIAN_RUSSIA)
3418         (SUBLANG_SAMI_NORTHERN_NORWAY,SUBLANG_SAMI_NORTHERN_SWEDEN)
3419         (SUBLANG_SAMI_NORTHERN_FINLAND,SUBLANG_SAMI_LULE_NORWAY)
3420         (SUBLANG_SAMI_LULE_SWEDEN,SUBLANG_SAMI_SOUTHERN_NORWAY)
3421         (SUBLANG_SAMI_SOUTHERN_SWEDEN,SUBLANG_SAMI_SKOLT_FINLAND)
3422         (SUBLANG_SAMI_INARI_FINLAND,SUBLANG_SANSKRIT_INDIA)
3423         (SUBLANG_SERBIAN_BOSNIA_HERZEGOVINA_LATIN)
3424         (SUBLANG_SERBIAN_BOSNIA_HERZEGOVINA_CYRILLIC)
3425         (SUBLANG_SINDHI_AFGHANISTAN,SUBLANG_SINHALESE_SRI_LANKA)
3426         (SUBLANG_SOTHO_NORTHERN_SOUTH_AFRICA,SUBLANG_SLOVAK_SLOVAKIA)
3427         (SUBLANG_SLOVENIAN_SLOVENIA,SUBLANG_SPANISH_US,SUBLANG_SWEDISH_SWEDEN)
3428         (SUBLANG_SYRIAC,SUBLANG_TAJIK_TAJIKISTAN)
3429         (SUBLANG_TAMAZIGHT_ALGERIA_LATIN,SUBLANG_TAMIL_INDIA)
3430         (SUBLANG_TATAR_RUSSIA,SUBLANG_TELUGU_INDIA,SUBLANG_THAI_THAILAND)
3431         (SUBLANG_TIBETAN_PRC,SUBLANG_TIBETAN_BHUTAN,SUBLANG_TIGRIGNA_ERITREA)
3432         (SUBLANG_TSWANA_SOUTH_AFRICA,SUBLANG_TURKISH_TURKEY)
3433         (SUBLANG_TURKMEN_TURKMENISTAN,SUBLANG_UIGHUR_PRC)
3434         (SUBLANG_UKRAINIAN_UKRAINE,SUBLANG_UPPER_SORBIAN_GERMANY)
3435         (SUBLANG_VIETNAMESE_VIETNAM,SUBLANG_WELSH_UNITED_KINGDOM)
3436         (SUBLANG_WOLOF_SENEGAL,SUBLANG_YORUBA_NIGERIA)
3437         (SUBLANG_XHOSA_SOUTH_AFRICA,SUBLANG_YAKUT_RUSSIA,SUBLANG_YI_PRC)
3438         (SUBLANG_ZULU_SOUTH_AFRICA): Define.
3439         (SUBLANG_ARABIC_SAUDI_ARABIA): Removed by error.
3440         (SUBLANG_MARATHI_INDIA): Defined twice by error.
3441
3442 2006-05-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3443
3444         * lib/directx/Makefile.in: Remove reference to libquartz.a since
3445         it was moved.
3446
3447 2006-05-05  Earnie Boyd  <earnie@users.sf.net>
3448
3449         * lib/scrnsave.c: Correct misspelled SPI_SCREENSAVERUNNING to
3450         SPI_SETSCREENSAVERUNNING.
3451         * include winuser.h (SPI_SCREENSAVERRUNNING): Remove again.
3452
3453 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3454
3455         * include/winuser.h (SPI_SCREENSAVERRUNNING): Define.
3456         It had been removed because it's no documented, but Cygwin needs it.
3457
3458 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3459
3460         * include/amvideo.h (IFullScreenVideo): Define.
3461         (BIT_MASKS_MATCH,PALETTISED,PALETTE_ENTRIES,RESET_MASKS,RESET_PALETTE,
3462         SIZE_EGA_PALETTE,SIZE_MASKS,SIZE_PALETTE): Added Macros.
3463
3464 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3465
3466         * include/winnls.h (CAL_SYEARMONTH,CAL_ITWODIGITYEARMAX,
3467         CAL_NOUSEROVERRIDE,CAL_RETURN_NUMBER,CAL_USE_CP_ACP): Documented
3468         as available on Windows 98 and better.
3469         (CAL_SSHORTESTDAYNAME_1,CAL_SSHORTESTDAYNAME_2,CAL_SSHORTESTDAYNAME_3)
3470         (CAL_SSHORTESTDAYNAME_4,CAL_SSHORTESTDAYNAME_5,CAL_SSHORTESTDAYNAME_6)
3471         (CAL_SSHORTESTDAYNAME7,CAL_UMALQURA): Define, Windows Vista and better.
3472
3473 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3474
3475         * include/amvideo.h: New file.
3476         * include/dshow.h: Include <amvideo.h>.
3477
3478 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3479
3480         * include/winuser.h (MOUSEEVENTF_XDOWN,MOUSEEVENTF_XUP): Define.
3481         (MOUSEEVENTF_MOVE,MOUSEEVENTF_LEFTDOWN,MOUSEEVENTF_LEFTUP)
3482         (MOUSEEVENTF_RIGHTDOWN,MOUSEEVENTF_RIGHTUP,MOUSEEVENTF_MIDDLEDOWN)
3483         (MOUSEEVENTF_MIDDLEUP,MOUSEEVENTF_ABSOLUTE,MOUSEEVENTF_WHEEL): Cleanup.
3484         (HWND_BROADCAST): Cleanup.
3485         (HWND_MESSAGE): Windows 2000 only.
3486         (SMTO_ABORTIFHUNG,SMTO_BLOCK,SMTO_NORMAL): Cleanup.
3487         (SMTO_NOTIMEOUTIFNOTHUNG): Define.
3488         (SIF_DISABLENOSCROLL,SIF_PAGE,SIF_POS,SIF_RANGE,SIF_TRACKPOS)
3489         (SIF_ALL): Cleanup.
3490         (SWP_DRAWFRAME,SWP_FRAMECHANGED,SWP_HIDEWINDOW,SWP_NOACTIVATE)
3491         (SWP_NOCOPYBITS,SWP_NOMOVE,SWP_NOSIZE,SWP_NOREDRAW,SWP_NOZORDER)
3492         (SWP_SHOWWINDOW,SWP_NOOWNERZORDER,SWP_NOREPOSITION,SWP_NOSENDCHANGING)
3493         (SWP_DEFERERASE,SWP_ASYNCWINDOWPOS): Cleanup.
3494         (HSHELL_ENDTASK,HSHELL_ACCESSIBILITYSTATE,HSHELL_APPCOMMAND): Define.
3495         (SPI_GETBLOCKSENDINPUTRESETS,SPI_GETCARETWIDTH,SPI_GETDROPSHADOW)
3496         (SPI_GETFILTERKEYS,SPI_GETFLATMENU,SPI_GETFOCUSBORDERHEIGHT)
3497         (SPI_GETFOCUSBORDERWIDTH,SPI_GETFONTSMOOTHINGCONTRAST)
3498         (SPI_GETFONTSMOOTHINGTYPE,SPI_GETFOREGROUNDFLASHCOUNT)
3499         (SPI_GETMENUSHOWDELAY,SPI_GETMOUSECLICKLOCK,SPI_GETMOUSECLICKLOCKTIME)
3500         (SPI_GETMOUSEHOVERHEIGHT,SPI_GETMOUSEHOVERTIME,SPI_GETMOUSEHOVERWIDTH)
3501         (SPI_GETMOUSESONAR,SPI_GETMOUSEVANISH,SPI_GETNONCLIENTMETRICS)
3502         (SPI_GETPOWEROFFACTIVE,SPI_GETPOWEROFFTIMEOUT,SPI_GETSCREENREADER)
3503         (SPI_GETSCREENSAVEACTIVE,SPI_GETSCREENSAVERRUNNING)
3504         (SPI_GETSCREENSAVETIMEOUT,SPI_GETMOUSEVANISH,SPI_GETNONCLIENTMETRICS)
3505         (SPI_GETPOWEROFFACTIVE,SPI_GETPOWEROFFTIMEOUT,SPI_GETSCREENREADER)
3506         (SPI_GETSCREENSAVEACTIVE,SPI_GETSCREENSAVERRUNNING)
3507         (SPI_GETSCREENSAVETIMEOUT,SPI_GETSNAPTODEFBUTTON,SPI_GETUIEFFECTS)
3508         (SPI_SETBLOCKSENDINPUTRESETS,SPI_SETCARETWIDTH,SPI_SETCURSORS)
3509         (SPI_SETDROPSHADOW,SPI_SETFILTERKEYS,SPI_SETFLATMENU)
3510         (SPI_SETFOCUSBORDERHEIGHT,SPI_SETFOCUSBORDERWIDTH)
3511         (SPI_SETFONTSMOOTHINGCONTRAST,SPI_SETFONTSMOOTHINGTYPE)
3512         (SPI_SETFOREGROUNDFLASHCOUNT,SPI_SETICONS,SPI_SETMENUSHOWDELAY)
3513         (SPI_SETMOUSECLICKLOCK,SPI_SETMOUSECLICKLOCKTIME)
3514         (SPI_SETMOUSEHOVERHEIGHT,SPI_SETMOUSEHOVERTIME)
3515         (SPI_SETMOUSEHOVERWIDTH,SPI_SETMOUSESONAR,SPI_SETMOUSEVANISH)
3516         (SPI_SETNONCLIENTMETRICS,SPI_SETPENWINDOWS,SPI_SETPOWEROFFACTIVE)
3517         (SPI_SETPOWEROFFTIMEOUT,SPI_SETSCREENREADER,SPI_SETSCREENSAVEACTIVE)
3518         (SPI_SETSCREENSAVERRUNNING,SPI_SETSCREENSAVETIMEOUT,SPI_SETSHOWIMEUI)
3519         (SPI_SETSNAPTODEFBUTTON,SPI_SETUIEFFECTS): Define.
3520         (SPI_GETACCESSTIMEOUT,SPI_GETANIMATION,SPI_GETBEEP)
3521         (SPI_GETDEFAULTINPUTLANG,SPI_GETDESKWALLPAPER,SPI_GETDRAGFULLWINDOWS)
3522         (SPI_GETFASTTASKSWITCH,SPI_GETFONTSMOOTHING,SPI_GETGRIDGRANULARITY)
3523         (SPI_GETHIGHCONTRAST,SPI_GETICONMETRICS,SPI_GETICONTITLELOGFONT)
3524         (SPI_GETICONTITLEWRAP,SPI_GETKEYBOARDDELAY,SPI_GETKEYBOARDPREF)
3525         (SPI_GETKEYBOARDSPEED,SPI_GETLOWPOWERACTIVE,SPI_GETLOWPOWERTIMEOUT)
3526         (SPI_GETMENUDROPALIGNMENT,SPI_GETMENUUNDERLINES,SPI_GETMINIMIZEDMETRICS)
3527         (SPI_GETMOUSE,SPI_GETMOUSEKEYS,SPI_GETMOUSESPEED,SPI_GETMOUSETRAILS)
3528         (SPI_GETSERIALKEYS,SPI_GETSHOWIMEUI,SPI_GETSHOWSOUNDS)
3529         (SPI_GETSOUNDSENTRY,SPI_GETSTICKYKEYS,SPI_GETTOGGLEKEYS)
3530         (SPI_GETWHEELSCROLLLINES,SPI_GETWINDOWSEXTENSION,SPI_GETWORKAREA)
3531         (SPI_ICONHORIZONTALSPACING,SPI_ICONVERTICALSPACING)
3532         (SPI_SETACCESSTIMEOUT,SPI_SETANIMATION,SPI_SETBEEP,SPI_SETBORDER)
3533         (SPI_SETDEFAULTINPUTLANG,SPI_SETDESKPATTERN,SPI_SETDESKWALLPAPER)
3534         (SPI_SETDOUBLECLICKTIME,SPI_SETDOUBLECLKHEIGHT,SPI_SETDOUBLECLKWIDTH)
3535         (SPI_SETDRAGFULLWINDOWS,SPI_SETDRAGHEIGHT,SPI_SETDRAGWIDTH)
3536         (SPI_SETFASTTASKSWITCH,SPI_SETFONTSMOOTHING,SPI_SETGRIDGRANULARITY)
3537         (SPI_SETHANDHELD,SPI_SETHIGHCONTRAST,SPI_SETICONMETRICS)
3538         (SPI_SETICONTITLELOGFONT,SPI_SETICONTITLEWRAP,SPI_SETKEYBOARDDELAY)
3539         (SPI_SETKEYBOARDPREF,SPI_SETKEYBOARDSPEED,SPI_SETLANGTOGGLE)
3540         (SPI_SETLOWPOWERACTIVE,SPI_SETLOWPOWERTIMEOUT,SPI_SETMENUDROPALIGNMENT)
3541         (SPI_SETMENUUNDERLINES,SPI_SETMINIMIZEDMETRICS,SPI_SETMOUSE)
3542         (SPI_SETMOUSEBUTTONSWAP,SPI_SETMOUSEKEYS,SPI_SETMOUSESPEED)
3543         (SPI_SETMOUSETRAILS,SPI_SETSERIALKEYS,SPI_SETSHOWSOUNDS)
3544         (SPI_SETSOUNDSENTRY,SPI_SETSTICKYKEYS,SPI_SETTOGGLEKEYS)
3545         (SPI_SETWHEELSCROLLLINES,SPI_SETWORKAREA): Cleanup.
3546         (SPI_GETMOUSETRAILS,SPI_SETMOUSETRAILS): Defined twice by error.
3547         (SPI_SCREENSAVERRUNNING): Removed.
3548         (SPIF_UPDATEINIFILE,SPIF_SENDCHANGE,SPIF_SENDWININICHANGE): Cleanup.
3549         * include/wingdi.h (ETO_NUMERICSLATIN,ETO_NUMERICSLOCAL)
3550         (ETO_IGNORELANGUAGE,ETO_PDY): Define.
3551         (ETO_CLIPPED,ETO_GLYPH_INDEX,ETO_OPAQUE,ETO_RTLREADING): Cleanup.
3552
3553 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3554
3555         * include/mprapi.h (MPR_SERVER_HANDLE): Add typedef.
3556         (MprAdminGetPDCServer): Add prototype.
3557         (MprAdminSendUserMessage): Add prototype.
3558         (MprAdminUserGetInfo): Add prototype.
3559         (MprAdminUserSetInfo): Add prototype.
3560         * lib/mprapi.def: Add stubs for above functions.
3561
3562 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3563
3564         * lib/directx/quartz.def: Move from here...
3565         * lib/quartz.def: ... to here.
3566
3567 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3568
3569         * include/amaudio.h: New file.
3570         * include/dshow.h: Include <amaudio.h>.
3571
3572 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3573
3574         * include/errors.h: New file.
3575         * include/dshow.h: Include <errors.h>.
3576
3577 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3578
3579         * include/dshow.h: New file.
3580         * include/evcode.h: New file.
3581         * include/audevcod.h: New file.
3582         * include/dvdevcod.h: New file.
3583
3584 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3585
3586         * include/mprapi.h (RAS_SERVER_HANDLE): Add typedef.
3587         (MprAdminConnectionClearStats): Add prototype.
3588         (MprAdminConnectionEnum): Add  prototype.
3589         (MprAdminConnectionGetInfo): Add prototype.
3590         (MprAdminConnectionRemoveQuarantine): Add prototype.
3591         (MprAdminPortClearStats): Add prototype.
3592         (MprAdminPortDisconnect): Add prototype.
3593         (MprAdminPortEnum): Add prototype.
3594         (MprAdminPortGetInfo): Add prototype.
3595         (MprAdminPortReset): Add prototype.
3596         * lib/mprapi.def: New file.
3597
3598 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3599
3600         *  include/mprapi.h: #include <lmcons.h>
3601         (MAX_DEVICETYPE_NAME): Add define.
3602         (MAX_PHONE_NUMBER_LEN): Add define.
3603         (ATADDRESSLEN): Add define.
3604         (IPADDRESSLEN): Add define.
3605         (IPXADDRESSLEN): Add define.
3606         (MPR_ENABLE_RAS_ON_DEVICE): Add define.
3607         (MPR_ENABLE_ROUTING_ON_DEVICE): Add define.
3608         (RAS_FLAGS_PPP_CONNECTION): Add define.
3609         (RAS_FLAGS_MESSENGER_PRESENT): Add define.
3610         (RAS_FLAGS_RAS_CONNECTION): Add define.
3611         (RAS_FLAGS_QUARANTINE_PRESENT): Add define.
3612         (RASCCPCA_STAC): Add define.
3613         (RASCCPCA_MPPC): Add define.
3614         (PPP_CCP_COMPRESSION): Add define.
3615         (PPP_CCP_ENCRYPTION40BITOLD): Add define.
3616         (PPP_CCP_ENCRYPTION40BIT): Add define.
3617         (PPP_CCP_ENCRYPTION128BIT): Add define.
3618         (PPP_CCP_ENCRYPTION56BIT): Add define.
3619         (PPP_CCP_HISTORYLESS): Add define.
3620         (RASPRIV_NoCallback): Add define.
3621         (RASPRIV_AdminSetCallback): Add define.
3622         (RASPRIV_CallerSetCallback): Add define.
3623         (RASPRIV_DialinPrivilege): Add define.
3624         (RASPRIV_CallbackType): Add define.
3625         (RASPRIV2_DialinPolicy): Add define.
3626         (PPP_LCP_PAP): Add define.
3627         (PPP_LCP_SPAP): Add define.
3628         (PPP_LCP_CHAP): Add define.
3629         (PPP_LCP_EAP): Add define.
3630         (PPP_LCP_CHAP_MD5): Add define.
3631         (PPP_LCP_CHAP_MS): Add define.
3632         (PPP_LCP_CHAP_MSV2): Add define.
3633         (PPP_LCP_MULTILINK_FRAMING): Add define.
3634         (enum _RAS_HARDWARE_CONDITION): Add.
3635         (enum _RAS_PORT_CONDITION): Add.
3636         (struct _PPP_ATCP_INFO): Add.
3637         (struct _PPP_ATCP_INFO): Add.
3638         (struct _PPP_IPCP_INFO): Add.
3639         (struct _PPP_IPCP_INFO2): Add.
3640         (struct _PPP_IPXCP_INFO): Add.
3641         (struct _PPP_LCP_INFO): Add.
3642         (struct _PPP_NBFCP_INFO): Add.
3643         (struct _PPP_INFO): Add.
3644         (struct _PPP_INFO_2): Add.
3645         (struct _RAS_CONNECTION_0): Add.
3646         (struct RAS_CONNECTION_1): Add.
3647         (struct _RAS_CONNECTION_2): Add.
3648         (struct RAS_PORT_0): Add.
3649         (struct _RAS_PORT_1): Add.
3650         (struct _RAS_USER_0): Add.
3651         (struct _RAS_USER_1): Add.
3652
3653 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3654
3655         * include/mprapi.h: New file.
3656         * include/routprot.h: New file.
3657         * include/ipxrtdef.h: New file.
3658         * include/ipxconst.h: New file.
3659         * include/stm.h: New file.
3660
3661 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3662
3663         * include/ddk/winddk.h (KAFFINITY): Fix typo.
3664         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
3665
3666 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3667
3668         * include/winbase.h (ENUMRESLANGPROC,ENUMRESLANGPROCA,ENUMRESLANGPROCW)
3669         (ENUMRESNAMEPROC,ENUMRESNAMEPROCA,ENUMRESNAMEPROCW)
3670         (ENUMRESTYPEPROC,ENUMRESTYPEPROCA,ENUMRESTYPEPROCW): ANSI and Unicode
3671         versions.
3672         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
3673
3674 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3675
3676         * include/ntsecapi.h (POLICY_DNS_DOMAIN_INFO): Fix typo.
3677         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
3678
3679 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3680
3681         * include/wingdi.h (BITMAPV5HEADER): New structure definition.
3682
3683 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3684
3685         * include/basetyps.h (REFFMTID): Define properly.
3686
3687 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3688
3689         * include/winnt.h (WT_SET_MAX_THREADPOOL_THREADS): Define.
3690         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
3691
3692 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3693
3694         * include/ipifcons.h (MIN_IF_TYPE,IF_TYPE_OTHER,IF_TYPE_REGULAR_1822)
3695         (IF_TYPE_HDH_1822,IF_TYPE_DDN_X25,IF_TYPE_RFC877_X25)
3696         (IF_TYPE_ETHERNET_CSMACD,IF_TYPE_IS088023_CSMACD)
3697         (IF_TYPE_ISO88024_TOKENBUS,IF_TYPE_ISO88025_TOKENRING)
3698         (IF_TYPE_ISO88026_MAN,IF_TYPE_STARLAN,IF_TYPE_PROTEON_10MBIT)
3699         (IF_TYPE_PROTEON_80MBIT,IF_TYPE_HYPERCHANNEL,IF_TYPE_FDDI)
3700         (IF_TYPE_LAP_B,IF_TYPE_SDLC,IF_TYPE_DS1,IF_TYPE_E1,IF_TYPE_BASIC_ISDN)
3701         (IF_TYPE_PRIMARY_ISDN,IF_TYPE_PROP_POINT2POINT_SERIAL,IF_TYPE_PPP)
3702         (IF_TYPE_SOFTWARE_LOOPBACK,IF_TYPE_EON,IF_TYPE_ETHERNET_3MBIT)
3703         (IF_TYPE_NSIP,IF_TYPE_SLIP,IF_TYPE_ULTRA,IF_TYPE_DS3,IF_TYPE_SIP)
3704         (IF_TYPE_FRAMERELAY,IF_TYPE_RS232,IF_TYPE_PARA,IF_TYPE_ARCNET)
3705         (IF_TYPE_ARCNET_PLUS,IF_TYPE_ATM,IF_TYPE_MIO_X25,IF_TYPE_SONET)
3706         (IF_TYPE_X25_PLE,IF_TYPE_ISO88022_LLC,IF_TYPE_LOCALTALK)
3707         (IF_TYPE_SMDS_DXI,IF_TYPE_FRAMERELAY_SERVICE,IF_TYPE_V35,IF_TYPE_HSSI)
3708         (IF_TYPE_HIPPI,IF_TYPE_MODEM,IF_TYPE_AAL5,IF_TYPE_SONET_PATH)
3709         (IF_TYPE_SONET_VT,IF_TYPE_SMDS_ICIP,IF_TYPE_PROP_VIRTUAL)
3710         (IF_TYPE_PROP_MULTIPLEXOR,IF_TYPE_IEEE80212,IF_TYPE_FIBRECHANNEL)
3711         (IF_TYPE_HIPPIINTERFACE,IF_TYPE_FRAMERELAY_INTERCONNECT)
3712         (IF_TYPE_AFLANE_8023,IF_TYPE_AFLANE_8025,IF_TYPE_CCTEMUL)
3713         (IF_TYPE_FASTETHER,IF_TYPE_ISDN,IF_TYPE_V11,IF_TYPE_V36)
3714         (IF_TYPE_G703_64K,IF_TYPE_G703_2MB,IF_TYPE_QLLC,IF_TYPE_FASTETHER_FX)
3715         (IF_TYPE_CHANNEL,IF_TYPE_IEEE80211,,IF_TYPE_IBM370PARCHAN)
3716         (IF_TYPE_ESCON,IF_TYPE_DLSW,IF_TYPE_ISDN_S,IF_TYPE_ISDN_U)
3717         (IF_TYPE_LAP_D,IF_TYPE_IPSWITCH,IF_TYPE_RSRB,IF_TYPE_ATM_LOGICAL)
3718         (IF_TYPE_DS0,IF_TYPE_DS0_BUNDLE,IF_TYPE_BSC,IF_TYPE_ASYNC,IF_TYPE_CNR)
3719         (IF_TYPE_ISO88025R_DTR,IF_TYPE_EPLRS,IF_TYPE_ARAP,IF_TYPE_PROP_CNLS)
3720         (IF_TYPE_HOSTPAD,IF_TYPE_TERMPAD,IF_TYPE_FRAMERELAY_MPI,IF_TYPE_X213)
3721         (IF_TYPE_ADSL,IF_TYPE_RADSL,IF_TYPE_SDSL,IF_TYPE_VDSL)
3722         (IF_TYPE_ISO88025_CRFPRINT,IF_TYPE_MYRINET,IF_TYPE_VOICE_EM)
3723         (IF_TYPE_VOICE_FXO,IF_TYPE_VOICE_FXS,IF_TYPE_VOICE_ENCAP)
3724         (IF_TYPE_VOICE_OVERIP,IF_TYPE_ATM_DXI,IF_TYPE_ATM_FUNI,IF_TYPE_ATM_IMA)
3725         (IF_TYPE_PPPMULTILINKBUNDLE,IF_TYPE_IPOVER_CDLC,IF_TYPE_IPOVER_CLAW)
3726         (IF_TYPE_STACKTOSTACK,IF_TYPE_VIRTUALIPADDRESS,IF_TYPE_MPC
3727         (IF_TYPE_IPOVER_ATM,IF_TYPE_ISO88025_FIBER,IF_TYPE_TDLC
3728         (IF_TYPE_GIGABITETHERNET,IF_TYPE_HDLC,IF_TYPE_LAP_F,IF_TYPE_V37)
3729         (IF_TYPE_X25_MLP,IF_TYPE_X25_HUNTGROUP,IF_TYPE_TRANSPHDLC)
3730         (IF_TYPE_INTERLEAVE,IF_TYPE_FAST,IF_TYPE_IP,IF_TYPE_DOCSCABLE_MACLAYER)
3731         (IF_TYPE_DOCSCABLE_DOWNSTREAM,IF_TYPE_DOCSCABLE_UPSTREAM)
3732         (IF_TYPE_A12MPPSWITCH,IF_TYPE_TUNNEL,IF_TYPE_COFFEE,IF_TYPE_CES)
3733         (IF_TYPE_ATM_SUBINTERFACE,IF_TYPE_L2_VLAN,IF_TYPE_L3_IPVLAN)
3734         (IF_TYPE_L3_IPXVLAN,IF_TYPE_DIGITALPOWERLINE,IF_TYPE_MEDIAMAILOVERIP)
3735         (IF_TYPE_DTM,IF_TYPE_DCN,IF_TYPE_IPFORWARD,IF_TYPE_MSDSL)
3736         (IF_TYPE_IEEE1394,IF_TYPE_RECEIVE_ONLY,MAX_IF_TYPE,IF_ACCESS_LOOPBACK)
3737         (IF_ACCESS_BROADCAST,IF_ACCESS_POINTTOPOINT)
3738         (IF_ACCESS_POINTTOMULTIPOINT,IF_CHECK_NONE,IF_CHECK_MCAST)
3739         (IF_CHECK_SEND,IF_CONNECTION_DEDICATED,IF_CONNECTION_PASSIVE)
3740         (IF_CONNECTION_DEMAND,IF_ADMIN_STATUS_UP,IF_ADMIN_STATUS_DOWN)
3741         (IF_ADMIN_STATUS_TESTING,IF_OPER_STATUS_NON_OPERATIONAL)
3742         (IF_OPER_STATUS_UNREACHABLE,IF_OPER_STATUS_DISCONNECTED)
3743         (IF_OPER_STATUS_CONNECTING,IF_OPER_STATUS_CONNECTED)
3744         (IF_OPER_STATUS_OPERATIONAL): Define.
3745         * include/winbase.h (CancelWaitableTimer,UnregisterWait):
3746         Add function declaration.
3747         * include/mgm.h: New file.
3748         * lib/rtm.def: New file.
3749         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
3750
3751 2006-04-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3752
3753         * include/ws2tcpip.h (gai_strerror): Remove thread-safety comment.
3754         This function cannot be made thread-safe, the API would have to be
3755         changed for that, just like strerror() -> strerror_r() and similar
3756         ISO C or POSIX functions...
3757
3758 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3759
3760         * include/edevdefs.h: New file.
3761
3762 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3763
3764         * include/mmsystem.h (_LPCWAVEFORMATEX_DEFINED): Define.
3765         Use as guard for the WAVEFORMATEX structure instead of
3766         _WAVEFORMATEX_ to avoid clashes with DirectSound. Keep
3767         _WAVEFORMATEX_ for compatibility.
3768         Thanks to:    Andrew Jones <guln at sf dot net>
3769
3770 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3771
3772         * include/winuser.h (CharNextEx,CharNextExW,CharPrevEx,CharPrevExW):
3773         Delete. Only CharNextExA and CharPrevExA are documented in MSDN.
3774         Thanks to:    David Golub <david_golub at sf dot net>
3775
3776 2006-04-18  Eric House  <ehouse@eehouse.org>
3777
3778         PocketPC support.
3779         * include/aygshell.h: New file [_WIN32_WCE]. Declare most common
3780         functions for using aygshell on PocketPC:
3781         SHCreateMenuBar, SHFindMenuBar, SHCreateNewItem, SHFullScreen,
3782         SHSipInfo, SHHandleWMActivate, SHHandleWMSettingChange
3783
3784         * include/commctrl.h [_WIN32_WCE] Add function prototypes for
3785         command bar API on PocketPC:
3786         CommandBar_Create, CommandBar_Show, CommandBar_AddBitmap,
3787         CommandBar_InsertComboBox, CommandBar_InsertMenubar,
3788         CommandBar_InsertMenubarEx, CommandBar_DrawMenuBar,
3789         CommandBar_GetMenu, CommandBar_AddAdornments, CommandBar_Height,
3790         CommandBar_InsertButton, CommandBar_Destroy.
3791
3792         * include/winbase.h [_WIN32_WCE] (WIN32_FIND_DATA{A|W}): Remove
3793         fields not present on PocketPC.
3794         (GetCurrentThreadId): Conditionally declare as extern function
3795         without dllimport attribute on PocketPC.
3796         (ResetEvent): Likwise.
3797         (SetEvent): Likewise.
3798
3799         * include/wingdi.h [_WIN32_WCE]  (GetTextExtentPoint32{A|W}):
3800         Conditionally declare as extern function without dllimport
3801          attribute on PocketPC.
3802         * winuser.h  [_WIN32_WCE] (DialogBoxParam{A|W}): Conditionally
3803         declare as extern function without dllimport attribute on PocketPC.
3804
3805 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
3806
3807         * lib/test.c: Include icm.h.
3808
3809 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
3810
3811         * include/wingdi.h (ColorCorrectPalette): Add declaration.
3812         (CreateColorSpace): Add UNICODE mappings.
3813         * lib/gdi32.def (ColorCorrectPalette): Add stub.
3814         * include/icm.h: New file.
3815         * lib/mscms.def: New file.
3816         * lib/icmui.def: New file.
3817
3818 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
3819
3820         * include/winnt.h (IMAGE_FILE_MACHINE_IA64): New define.
3821         (IMAGE_FILE_MACHINE_AMD64): New define.
3822         (IMAGE_NT_OPTIONAL_HDR32_MAGIC,IMAGE_NT_OPTIONAL_HDR64_MAGIC):
3823         New defines.
3824         (IMAGE_NT_OPTIONAL_HDR_MAGIC): Map to one of the above.
3825         (IMAGE_SUBSYSTEM_NATIVE_WINDOWS): New define.
3826         (IMAGE_SUBSYSTEM_WINDOWS_CE_GUI): New define.
3827         (IMAGE_DLLCHARACTERISTICS_WDM_DRIVER): New define.
3828         (IMAGE_DIRECTORY_ENTRY_ARCHITECTURE,IMAGE_DIRECTORY_ENTRY_DELAY_IMPORT)
3829         (IMAGE_DIRECTORY_ENTRY_COM_DESCRIPTOR): New defines.
3830         (IMAGE_SCN_TYPE_REG,IMAGE_SCN_TYPE_DSECT,IMAGE_SCN_TYPE_NOLOAD)
3831         (IMAGE_SCN_TYPE_GROUP,IMAGE_SCN_TYPE_COPY,IMAGE_SCN_TYPE_OVER):
3832         New defines.
3833         (IMAGE_SCN_ALIGN_128BYTES,IMAGE_SCN_ALIGN_256BYTES)
3834         (IMAGE_SCN_ALIGN_512BYTES,IMAGE_SCN_ALIGN_1024BYTES)
3835         (IMAGE_SCN_ALIGN_2048BYTES,IMAGE_SCN_ALIGN_4096BYTES)
3836         (IMAGE_SCN_ALIGN_8192BYTES): New defines.
3837         (IMAGE_DEBUG_TYPE_BORLAND): New define.
3838         (IMAGE_OPTIONAL_HEADER32,PIMAGE_OPTIONAL_HEADER32)
3839         (IMAGE_OPTIONAL_HEADER64,PIMAGE_OPTIONAL_HEADER64): New structure
3840         definitions and typedefs.
3841         (IMAGE_OPTIONAL_HEADER,PIMAGE_OPTIONAL_HEADER): Map to the above.
3842         (IMAGE_NT_HEADERS32,PIMAGE_NT_HEADERS32,IMAGE_NT_HEADERS64)
3843         (PIMAGE_NT_HEADERS64): New structure definitions and typedefs.
3844         (IMAGE_NT_HEADERS,PIMAGE_NT_HEADERS): Map to the above.
3845         (IMAGE_LOAD_CONFIG_DIRECTORY64,PIMAGE_LOAD_CONFIG_DIRECTORY64):
3846         New structure definition and typedefs.
3847         (IMAGE_CE_RUNTIME_FUNCTION_ENTRY,PIMAGE_CE_RUNTIME_FUNCTION_ENTRY):
3848         Likewise.
3849         (IMAGE_FUNCTION_ENTRY64,PIMAGE_FUNCTION_ENTRY64): Likewise.
3850
3851 2006-04-18  Bart Oldeman  <bartoldeman@users.sf.net>
3852
3853         * lib/test.c: Fix typo in #inlcude.
3854         * include/aclui.h: INTERFACE should not remain
3855         defined at the end of the header.
3856         * include/servprov.h: Ditto.
3857
3858 2006-04-16  Danny Smith  <dannysmith@users.sourceforge.net>
3859
3860         * include/ws2tcpip.h (gai_strerror): Add thread-safety comment.
3861
3862 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3863
3864         * include/ws2tcpip.h (gai_strerrorA,gai_strerrorW): Implement inline.
3865
3866 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3867
3868         * include/wsahelp.h (system_header): Add pragma.
3869         * include/ws2spi.h (system_header): Add pragma.
3870         * include/rasdlg.h (system_header): Add pragma.
3871         * include/rasdlg.h (_RASDLG_H): Define.
3872         Define instead of _RASDLG_H_, this is the w32api standard.
3873         * include/mlang.h (_MLANG_H): Define.
3874         Define instead of _MLANG_H_, this is the w32api standard.
3875         * include/setupapi.h (_SETUPAPI_H): Define.
3876         Define instead of _SETUPAPI_H_, this is the w32api standard.
3877
3878 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3879
3880         * include/rpcndr.h (boolean): Add typedef.
3881         Thanks to:    James du Russel <ephelon at users dot sf dot net>
3882         * include/rpcndr.h (_RPCNDR_H): Define.
3883         Define in addition to __RPCNDR_H__, this is the w32api standard.
3884
3885 2006-04-14  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3886
3887         * include/w32api.h: Increment version to 3.7.
3888         * Makefile.in: Ditto.
3889
3890 2006-04-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3891
3892         * include/winbase.h (GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS,
3893         GET_MODULE_HANDLE_EX_FLAG_PIN,
3894         GET_MODULE_HANDLE_EX_FLAG_UNCHANGED_REFCOUNT): Define.
3895         Thanks to:    Brandon Sneed <brandon at redf dot net>
3896
3897 2006-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
3898
3899         * include/secext.h: Enclose function declarations in extern "C"
3900         if __cplusplus.
3901
3902 2006-04-11  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3903
3904         * include/comcat.h: INTERFACE should not remain defined
3905         at the end of the header.
3906         * include/docobj.h: Ditto.
3907         * include/exdisp.h: Ditto.
3908         * include/intshcut.h: Ditto.
3909         * include/mlang.h: Ditto.
3910         * include/mshtml.h: Ditto.
3911         * include/oaidl.h: Ditto.
3912         * include/objidl.h: Ditto.
3913         * include/objsafe.h: Ditto.
3914         * include/ocidl.h: Ditto.
3915         * include/oleacc.h: Ditto.
3916         * include/oledlg.h: Ditto.
3917         * include/oleidl.h: Ditto.
3918         * include/richole.h: Ditto.
3919         * include/shldisp.h: Ditto.
3920         * include/shlobj.h: Ditto.
3921         * include/unknwn.h: Ditto.
3922         * include/vfw.h: Ditto.
3923         Thanks to:    Brandon Sneed <brandon at redf dot net>
3924
3925 2006-04-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3926
3927         * include/commdlg.h [_WIN32_WINNT >= 0x0500] (PD_CURRENTPAGE)
3928         (PD_NOCURRENTPAGE,PD_EXCLUSIONFLAGS,PD_USELARGETEMPLATE): Define.
3929         Thanks to:    Wolfgang Glas <softadm at users dot sf dot net>
3930
3931 2006-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
3932
3933         * include/iphlpapi.h (GetAdaptersAddresses): Check for winsock2
3934         here also.
3935
3936 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3937
3938         * include/wincrypt.h (PROV_MS_EXCHANGE): Define.
3939         We should probably remove PROV_MS_MAIL but I'm keeping it for
3940         now for compatibility reasons.
3941         Thanks to:    Marcus Agehall <agehall at users dot sf dot net>
3942
3943 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3944
3945         * include/commdlg.h [_WIN32_WINNT >= 0x0500] (START_PAGE_GENERAL)
3946         (PD_RESULT_PRINT,PD_RESULT_APPLY): Define.
3947         Thanks to:    Wolfgang Glas <softadm at users dot sf dot net>
3948
3949 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3950
3951         * include/wingdi.h [WINVER >= 0x0410]
3952         (AlphaBlend,GradientFill,TransparentBlt): Windows 98 and better.
3953         Thanks to:    Alessandro Antonello <aleantonello at users dot sf dot net>
3954
3955 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3956
3957         * include/wingdi.h (CAPTUREBLT,NOMIRRORBITMAP): Define.
3958         * include/commctrl.h (WC_LINKA,WC_LINKW,LIF_ITEMINDEX,LIF_STATE)
3959         (LIF_ITEMID,LIF_URL,LIS_FOCUSED,LIS_ENABLED,LIS_VISITED,LM_HITTEST)
3960         (LM_GETIDEALHEIGHT,LM_SETITEM,LM_GETITEM,MAX_LINKID_TEXT)
3961         (L_MAX_URL_LENGTH): Define.
3962         (LITEM,LHITTESTINFO,NMLINK): Add structures.
3963         Thanks to:    Brandon Sneed <brandon at redf dot net>
3964
3965 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3966
3967         * include/w32api.h (IE601,IE602,IE7): Define for recent versions of IE.
3968
3969 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3970
3971         * include/w32api.h (_W32API_H): Define.
3972         Define in addition to _W32API_H_, this is the w32api standard.
3973
3974 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3975
3976         * include/w32api.h (WindowsVista): Define.
3977
3978 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3979
3980         * include/iptypes.h (IP_ADAPTER_*): Define parts that depend
3981         on SOCKET_ADDRESS only if winsock2.h has already been included.
3982
3983 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3984
3985         * include/winuser.h (WM_IME_*): Remove. Defined in imm.h.
3986
3987 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3988
3989         * include/iphlpapi.h (GAA_FLAG_*): Define.
3990         (GetAdaptersAddresses): Add function declaration.
3991         * lib/iphlpapi.def (GetAdaptersAddresses): Add function stub.
3992         Thanks to:    ross <rossboulet at users dot sf dot net>
3993
3994 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3995
3996         * include/iptypes.h (IP_INTERFACE_NAME_INFO,
3997         IP_ADAPTER_ANYCAST_ADDRESS,IP_ADAPTER_MULTICAST_ADDRESS,
3998         IP_ADAPTER_UNICAST_ADDRESS,IP_ADAPTER_DNS_SERVER_ADDRESS,
3999         IP_ADAPTER_PREFIX,IP_ADAPTER_ADDRESSES): Add structures.
4000         (IF_OPER_STATUS,IP_DAD_STATE,IP_PREFIX_ORIGIN,IP_SUFFIX_ORIGIN,
4001         SCOPE_LEVEL): Add enums.
4002         (IP_ADAPTER_*): Define.
4003
4004 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4005
4006         * include/winuser.h (GetWindowExtEx): Removed, belongs to wingdi.h.
4007         Thanks to:    Sergey Philippov <phis at users dot sf dot net>
4008
4009 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4010
4011         * include/objidl.h (PIDSI_*): Define.
4012         (PRSPEC_*): Define.
4013         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
4014
4015 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4016
4017         * include/winbase.h (LOGON32_PROVIDER_WINNT40,
4018         LOGON32_PROVIDER_WINNT50, LOGON32_LOGON_NETWORK,
4019         LOGON32_LOGON_UNLOCK, LOGON32_LOGON_NETWORK_CLEARTEXT,
4020         LOGON32_LOGON_NEW_CREDENTIALS): Define.
4021         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
4022
4023 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4024
4025         * include/mq.h: New file.
4026         * lib/mqrt.def (MQ*): Define a few missing functions.
4027
4028 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4029
4030         * lib/mqrt.def: New file.
4031         Needs the mq.h file to work properly, working on it.
4032         Thanks to:    Pascal Obry <pobry at users dot sf dot net>
4033
4034 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4035
4036         * include/winerror.h (STG_E_*):  Define.
4037         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
4038         * include/winerror.h (STG_S_*): Define.
4039         (CO_S_MACHINENAMENOTFOUND): Define.
4040         (RPC_E_*): Define.
4041         (NTE_*): Define.
4042
4043 2006-04-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4044
4045         * include/commctrl.h (ListView_*):  Define and correct.
4046         (LVM_*): Define.
4047
4048 2006-04-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4049
4050         * include/winuser.h (WM_IME_*): Define (DWORD type).
4051         (EM_*IMESTATUS): Define.
4052         (WM_*): Define.
4053         (XBUTTON*): Define.
4054         Thanks to:    Steve Folly <spfolly at users dot sf dot net>
4055
4056 2006-03-31  Danny Smith  <dannysmith@users.sourceforge.net>
4057
4058         * include/winnetwk.h (WNetGetResourceInformationW):  Correct first param.
4059         Thanks to: Rene Rivera  <grafik at users dot sf dot net>
4060
4061 2006-03-29  Christopher Faylor  <cgf@timesys.com>
4062
4063         * include/winspool.h: Protect use of PRINTER_ENUM_VALUESW with proper
4064         version conditional.
4065
4066 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4067
4068         * include/winspool.h (JOB_INFO_3): Add structure.
4069         (PROVIDOR_INFO_*{AW}): Add structure.
4070         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4071         (PRINTER_ENUM_VALUES{AW}): Add structure.
4072         (PRINTPROCESSOR_CAPS): Add structure.
4073
4074 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4075
4076         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4077         (PRINTER_INFO_7A): Correct definition.
4078
4079 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4080
4081         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4082         (DRIVER_INFO_*{AW}): Add structure.
4083         (PRINTER_INFO_*{AW}): Add structure.
4084         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4085
4086 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4087
4088         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4089         (DRIVER_*MODE): Define (DWORD type).
4090         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4091
4092 2006-03-27  Danny Smith  <dannysmith@users.sourceforge.net>
4093
4094         * include/wincon.h (GetConsoleProcessList): Declare.
4095
4096 2006-03-27  Hansres Engel  <engel@node.ch>
4097
4098         * include/mlang.h: New file.
4099
4100 2006-03-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4101
4102         * include/winbase.h (SetProcessWorkingSetSize): Corrected define.
4103
4104 2006-03-26  Hansres Engel  <engel@node.ch>
4105
4106          Add Uniscribe API for typography and for complex scripts.
4107         * include/usp10.h: New file.
4108         * lib/usp10.def: New file.
4109
4110         * include/winver.h:  Change first argument of GetFileVersionInfo[...] to const.
4111
4112         * include/imm.h (IMECHARPOSITION): Add structure.
4113         (RECONVERTSTRING): Likwise.
4114
4115         * include/commdlg.h (OPENFILENAME_SIZE_VERSION_400): Define.
4116
4117         * lib/uuid.c (CMultiLanguage): Add UUID definition.
4118         (IMLangFontLink2): Likewise.
4119         (IMultiLanguage): Likewise.
4120
4121 2006-03-18  Julien Lecomte  <julienlecomte@users.sourceforge.net>
4122
4123         * include/wincon.h  (ENABLE_*): Add more defines.
4124
4125 2006-03-18  Jan Nijtmans  <nijtmans@users.sourceforge.net>
4126
4127         * include/winnt.h (INHERITED_ACE): Define.
4128         (VALID_INHERIT_FLAGS): Correct definition.
4129
4130 2006-03-18  Peter Ã…strand  <astrand@cendio.se>
4131
4132          * lib/wtsapi32.def: New file.
4133
4134 2006-03-15  Christopher Faylor  <cgf@timesys.com>
4135
4136         * include/winbase.h (STATUS_DLL_INIT_FAILED): New define.
4137         (STATUS_DLL_INIT_FAILED_LOGOFF): Ditto.
4138
4139 2006-03-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4140
4141         * include/winspool.h (DI_MEMORYMAP_WRITE): Define (DWORD type).
4142         (FORM_USER,FORM_PRINTER): Define (DWORD type).
4143         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4144         (DSPRINT_*): Define (DWORD type).
4145         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4146
4147 2006-03-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4148
4149         * include/winspool.h (JOB_CONTROL_*,JOB_STATUS_*): Define.
4150         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4151
4152 2006-03-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4153
4154         * include/shellapi.h [_WIN32_IE >= 0x0600]
4155         (SEE_MASK_NOZONECHECKS,SEE_MASK_FLAG_LOG_USAGE): Define on
4156         Windows XP SP1 and Windows XP respectively.
4157
4158 2006-03-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4159
4160         * include/shellapi.h (NOTIFYICONDATA_V*_SIZE): Define.
4161         Thanks to:  Daniel Atallah <datallah at users dot sf dot net>
4162         * include/shellapi.h [_WIN32_IE >= 0x0500]
4163         (NIS_*): Introduced in Version 5.0.
4164
4165 2006-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
4166
4167         * include/wingdi.h (CS_*): Correct WINVER guard on
4168         Image Color Matching colour definitions.
4169
4170 2006-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
4171
4172         * include/shlobj.h (SFGAO_ISSLOW): Define.
4173         (SFGAO_DISPLAYATTRMASK): Define in terms of preceding display
4174         attribute constants.
4175
4176 2006-03-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4177
4178         * include/wingdi.h [WINVER >= 0x0500]
4179         (GRADIENT_FILL_*,*_EMBEDED): Included in Windows 2000 and later.
4180         Thanks to: David A. Capello <dacap at users dot sf dot net>
4181
4182 2006-03-05  Paul J. Lucas  <pauljlucas@users.sourceforge.net>
4183
4184         * include/wininet.h (INTERNET_CONNECTED_INFO): Define structure.
4185         (INTERNET_STATE_*): Define flags.
4186         (INTERNET_OPTION_CONNECTED_STATE): Define constant.
4187
4188 2006-03-05  Chris Wilson  <chris+mingw@qwirx.com>
4189
4190         * include/sddl.h: New file.
4191
4192 2006-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
4193
4194         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Revert
4195         last change.
4196         Remove file level #pragma pack(push,4)/#pragma pop.
4197
4198 2006-02-19  Corinna Vinschen  <corinna@vinschen.de>
4199
4200         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Add filler
4201         value to force correct alignment.
4202
4203 2006-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
4204
4205         * include/commctrl.h (LPNMLVCACHEHINT): Correct spelling.
4206         Thanks to: Sebastian Pipping <hartwork at users dot sf dot net>
4207         (PNM_CACHEHINT): Add backward compatibilty define.
4208         (LPNM_CACHEHINT): Likewise.
4209
4210 2006-02-06  Danny Smith  <dannysmith@users.sourceforge.net>
4211
4212         * include/shlobj.h (PathResolve): Fix typo in _WIN32_WINNT guard.
4213
4214 2006-02-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4215
4216         * include/shlobj.h (PRF_VERIFYEXISTS, PRF_TRYPROGRAMEXTENSIONS,
4217         PRF_FIRSTDIRDEF, PRF_DONTFINDLNK): Define.
4218         * lib/shell32.def (PathResolve): Define.
4219
4220 2006-02-06  Christopher Faylor  <cgf@timesys.com>
4221
4222         * include/shlobj.h (PathResolve): Fix typo.
4223
4224 2006-02-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4225
4226         * include/shlobj.h (PathResolve): Define.
4227         (PRF_VERIFYEXISTS, PRF_TRYPROGRAMEXTENSIONS, PRF_FIRSTDIRDEF,
4228         PRF_DONTFINDLNK): Ditto.
4229         * lib/shell32.def (PathResolve): Define.
4230
4231 2006-02-04  Ron Lee  <ronl@users.sourceforge.net>
4232
4233         * include/winnls.h: Remove stray end ';' from preprocessor defines.
4234
4235 2006-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
4236
4237         * lib/iphlpapi.def: (NotifyAddrChange@8): Define.
4238         Reported by: Daniel Atallah  <datallah at users dot sf dot net>
4239         (NotifyRouteChange@8): Define.
4240
4241 2006-01-29  Danny Smith  <dannysmith@users.sourceforge.net>
4242
4243         * include/winsock2.h (WINSOCK_API_LINKAGE): Define.  Add to
4244         prototypes.
4245
4246 2006-01-29  Danny Smith  <dannysmith@users.sourceforge.net>
4247
4248         * include/winnt.h (FORCEINLINE): Define.
4249
4250 2006-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
4251
4252         * include/winnt.h (DECLSPEC_SELECTANY): Define.
4253
4254 2006-01-26  Filip Navara  <xnavara@volny.cz>
4255
4256         * include/winnt.h (DECLSPEC_ALIGN): Define.
4257
4258 2006-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
4259
4260         * include/commctrl.h: Correct spelling of 'compatibility' in
4261         comments.
4262         * include/setupapi.h: Likewise.
4263         * include/ws2tcpip.h: Likewise.
4264
4265 2006-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
4266
4267         * include/ddk/winddk.h (KeGetCurrentKPCR): Support -masm=intel.
4268
4269 2006-01-24  Jiri Malak  <Jiri.Malak@iol.cz>
4270
4271         WATCOM compatibility changes.
4272         * include/ddk/ntddk.h (DECL_IMPORT): Define using __declspec,
4273         rather than __attribute__.
4274         (DECL_EXPORT): Likewise.
4275         * include/ddk/winddk.h (DDKAPI): Avoid using __attribute__.
4276         (DDKFASTAPI): Likewise.
4277         (DDKCDECLAPI): Likwise.
4278         (KeGetCurrentKPCR): Provide __WATCOMC__ syntax for inline code.
4279
4280 2006-01-23  Brandon Sneed  <brandon@redf.net>
4281
4282         * setupapi.def: Add all CM_* functions defined in ddk/cfgmgr32.h
4283         to exports.
4284
4285 2006-01-17  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4286
4287         * include/w32api.h: Increment version to 3.6.
4288         * Makefile.in: Ditto.
4289
4290 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
4291
4292         * include/wincrypt.h (WINADVAPI): Add to prototypes of
4293         advapi32.dll functions.
4294
4295 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
4296
4297         * include/winsock2.h (struct sockaddr_storage):  Use RFC 2553
4298         names for padding size constants.
4299
4300 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
4301
4302         * include/aclapi.h (WINADVAPI): Add to prototypes.
4303         * include/winreg.h (WINADVAPI): Likewise.
4304         * include/winsvc.h (WINADVAPI): Likewise.
4305
4306 2006-01-05  Michael Gerdau  <mgd@technosis.de>
4307
4308         * include/winbase.h (WINADVAPI): Define.
4309
4310 2006-01-03  Christopher Faylor  <cgf@timesys.com>
4311
4312         * include/winuser.h (CreateWindowStation): Correctly identify first
4313         argument as constant.
4314         (CreateWindowStation@): Ditto.
4315
4316 2006-01-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4317
4318         * include/uxtheme.h [_WIN32_WINNT >= 0x0501]
4319         (TMT_*, BT_*): Add constants.
4320
4321 2005-12-31  Corinna Vinschen  <corinna@vinschen.de>
4322
4323         * include/winsock2.h: Don't define struct sockaddr_storage when
4324         building Cygwin.
4325
4326 2005-12-22  Danny Smith  <dannysmith@users.sourceforge.net>
4327
4328         * lib/ws2_32.c: New file, defining IPv6 constants.
4329         * lib/Makefile.in (SOURCES): Add ws2_32.c
4330         (EXTRA_OBJS): Add ws2_32.o.
4331
4332 2005-12-21  Michael Jung  <mjung@iss.tu-darmstadt.de>
4333
4334         * lib/user32.def (PrivateExtractIconsA@32,
4335         PrivateExtractIconsW@32): Define.
4336         * lib/shell32.c (IID_IShellLinkDataList): Add GUID.
4337
4338 2005-12-12  Christopher Faylor  <cgf@timesys.com>
4339
4340         * include/winuser.h (WINSTA_ALL_ACCESS): Define.
4341
4342 2005-12-09  Danny Smith  <dannysmith@users.sourceforge.net>
4343
4344         * lib/kernel32.def (CreateFiberEx): Correct suffix.
4345
4346 2005-12-09  Huw Davies  <hdavies@users.sourceforge.net>
4347             Danny Smith <dannysmith@users.sourceforge.net>
4348
4349         * lib/msxml-uuid.c: New file to generate UUIDs for
4350         MSXML interfaces.
4351         * lib/Makefile.in (UUID_OBJS): Add msxml-uuid.o.
4352
4353 2005-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
4354
4355         * include/winbase.h (GetDevicePowerState): Add prototype.
4356         * lib/kernel32.def (GetDevicePowerState): Correct suffix.
4357
4358 2005-12-07  Brian Gunlogson  <gmb300@users.sourceforge.net>
4359
4360         * include/winuser.h (GetClassLongPtr{AW}): Guard prototypes with _WIN64.
4361         Define as macro if !_WIN64.
4362         (SetClassLongPtr{AW}): Likewise.
4363         (GCLP_*): Add GetClassLongPtr defines.
4364         * lib/user32.def (GetClassLongPtr{AW}): Remove stubs.
4365         (SetClassLongPtr{AW}): Likewise.
4366
4367 2005-11-18  Brian Gunlogson  <gmb300@users.sourceforge.net>
4368
4369         * include/winuser.h (GetClassLongPtr{AW}): Add prototypes.
4370         (SetClassLongPtr{AW}): Likewise.
4371         (GCLP_*): Add GetClassLongPtr defines.
4372         * lib/user32.def (GetClassLongPtr{AW}): Add stubs.
4373         (SetClassLongPtr{AW}): Likewise.
4374
4375 2005-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
4376
4377         * include/commdlg.h (OPENFILENAMEW): Add members for
4378         _WIN32_WINNT >= 0x0500.
4379         Thanks to Ricardo Dalcorsso Fodra.
4380         (OPENFILENAMEA): Modify whitespace. Ansify comment.
4381
4382 2005-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
4383
4384         * include/wingdi.h (GetICMProfileA): Correct prototype.
4385         (GetICMProfileW): Likewise.
4386         Thanks to: Paul J Lucas
4387
4388 2005-11-04  Michael Jung  <mjung@iss.tu-darmstadt.de>
4389
4390         * lib/shell32.c (CLSID_ShellFSFolder): Add GUID.
4391
4392 2005-11-03  Danny Smith  <dannysmith@users.sourceforge.net>
4393
4394         * lib/crypt32.def (CertOIDToAlgId, CertAlgIDToOID, CryptProtectData,
4395         CryptUnprotectData, CryptDecodeObjectEx, CryptEncodeObjectEx,
4396         CryptRegisterOIDFunction, CryptUnregisterOIDFunction): Add stubs.
4397         Thanks to: F Richter  <res2002 at users dot sourceforge dot net>
4398
4399 2005-10-29  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4400
4401         * include/objbase.h: Fix typo.
4402         * include/w32api.h: Increment version to 3.5.
4403         * Makefile.in: Ditto.
4404
4405 2005-10-27  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4406
4407         * include/w32api.h: Increment version to 3.4.
4408         * Makefile.in: Ditto.
4409
4410 2005-10-12  Danny Smith  <dannysmith@users.sourceforge.net>
4411
4412         * include/winbase.h (GetProcessId): Remove duplicate declaration.
4413         Use _WIN32_WINNT >= 0x0501 guard.
4414
4415 2005-10-11  Christopher Faylor  <cgf@timesys.com>
4416
4417         * include/winbase.h (GetProcessId): Declare.
4418
4419 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4420
4421         * lib/ddk/newdev.def: Added.
4422         Thanks to: Stephan Meyer <ste_meyer at users dot sourceforge dot net>
4423
4424 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4425
4426         * include/commdlg.h (OPENFILENAME): Added WINNT >= 0x0500
4427         component.
4428         Thanks to: Gennady Feldman <gena01 at users dot sourceforge dot net>
4429
4430 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4431
4432         * lib/shell32.def (SHILCreateFromPath): Add stub.
4433         Thanks to: Michael Jung <mjung at iss dot tu-darmstadt dot de>
4434
4435 2005-09-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4436
4437         * include/winbase.h (RegisterWaitForSingleObject,
4438         RegisterWaitForSingleObjectEx): Define.
4439         * lib/kernel32.def (RegisterWaitForSingleObjectEx@20): Define.
4440         (RegisterWaitForSingleObject@16): Changed to
4441         RegisterWaitForSingleObject@24.
4442         Thanks to: Brandon Sneed <nivenh at users dot sourceforge dot net>
4443
4444 2005-09-19  Danny Smith  <dannysmith@users.sourceforge.net>
4445
4446         * include/winsock2.h (SO_EXCLUSIVEADDRUSE): Define.
4447         Thanks to: Gisle Vanem  <giva at bgnett dot no>
4448
4449 2005-09-08  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4450
4451         * include/reason.h [_WIN32_WINNT >= 0x0501]
4452         (SHTDN_REASON_*): New file.
4453         * include/objbase.h: Avoid double header guard.
4454
4455 2005-08-17  Michael Jung  <mjung@iss.tu-darmstadt.de>
4456
4457         * lib/shell32.c (CLSID_RecycleBin, CLSID_ControlPanel,
4458         CLSID_MyComputer,CLSID_Internet, CLSID_NetworkPlaces,
4459         CLSID_MyDocuments, CLSID_FolderShortcut): Add GUIDs.
4460
4461 2005-08-17  Martin Fuchs  <martin-fuchs@gmx.net>
4462
4463         * include/shlobj.h (IContextMenu3): Define.
4464         * include/shlguid.h (IID_IContextMenu3): Declare.
4465         * lib/shell32.c (IID_IContextMenu3): Define.
4466
4467 2005-08-17  Martin Fuchs  <martin-fuchs@gmx.net>
4468
4469         * include/shlobj.h (SHFormatDrive): Declaration of function
4470         and associated constants.
4471
4472 2005-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
4473
4474         * include/ddk/hidsdi.h:  New file.
4475         * lib/ddk/hid.def: Uncomment symbols and add stdcall suffix for
4476         functions declared in hidsdi.h.
4477         Thanks to:  Alex J Lennon  <ajlennon at organixconsulting dot com>
4478
4479 2005-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
4480
4481         * lib/imm32.def (ImmDisableIME): Add stub.
4482         Thanks to: "kidmin"  <kidmin at users dot sourceforge dot net>
4483
4484 2005-08-10  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4485
4486         * include/w32api.h: Increment version to 3.3.
4487         * Makefile.in: Ditto.
4488
4489 2005-07-28  Earnie Boyd  <earnie@users.sf.net>
4490
4491         * include/winnt.h (SUBLANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN):
4492         Correct their values.
4493         Thanks to: Daniel K. O. <danielosmari at users dont sf dot net>
4494
4495 2005-07-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4496
4497         * include/winuser.h (HSHELL_RUDEAPPACTIVATED): Define.
4498
4499 2005-07-20  Danny Smith  <dannysmith@users.sourceforge.net>
4500
4501         * include/wingdi.h (TT_PRIM_CSPLINE): Define.
4502         Thanks to: Bob Jamison <ishmal at users dot sourceforge dot net>
4503
4504 2005-07-20  Danny Smith  <dannysmith@users.sourceforge.net>
4505
4506         * include/richedit.h (SETTEXTEX): Define structure and
4507         associated constants.
4508         (GT_SELECTION): Define GETTEXTEX flag constant.
4509
4510 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
4511
4512         * include/wingdi.h (SYSPAL_NOSTATIC256): Define.
4513
4514 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
4515
4516         * include/wingdi.h (WINGDIAPI): Define to DECLSPEC_DLLIMPORT
4517         if __W32API_USE_DLLIMPORT__.   Use throughout to qualify
4518         prototypes.
4519
4520 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
4521
4522         * include/commctrl.h (RBBS_USECHEVRON): Define.
4523         (RBBS_*): Use hex notation, group together.
4524
4525 2005-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
4526
4527         * lib/kernel32.def (GetUserGeoID): Correct suffix.
4528         Thanks to: "bernd23" <bernd23 at users dot sourceforge dot net>
4529
4530 2005-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
4531
4532         * include/commctrl.h (TreeView_SetItemState): Initilise
4533         _tvi.hItem.
4534         Thanks to:  Joseph Remes <jremes at users dot sourceforge dot net>
4535
4536 2005-07-18  Mattia Barbon  <mbarbon@users.sourceforge.net>
4537
4538         * include/commctrl.h (NMLVFINDITEM): Add structure.
4539
4540 2005-07-18  Michael Gerdau  <mgdde@users.sourceforge.net>
4541
4542         * include/wininet.h (WININET_API_FLAG_*): Add defines.
4543
4544 2005-07-18  Daniel Atallah  <datallah@users.sourceforge.net>
4545
4546         * include/winnt.h (VER_SET_CONDITION): Define.
4547
4548 2005-07-18  Michael Gerdau  <mgdde@users.sourceforge.net>
4549
4550         * include/wincon.h (AttachConsole): Correct _WIN32_WINNT guard.
4551         (ATTACH_PARENT_PROCESS): Define.
4552         (CONSOLE_WINDOWED_MODE): Correct definition to match MSDN
4553         documentation.
4554
4555 2005-07-17  Benoit Blanchon  <bblanchon@users.sourceforge.net>
4556
4557         * include/winbase.h (QueueUserWorkItem): Add prototype.
4558
4559 2005-07-13  Benoit Blanchon  <bblanchon@users.sourceforge.net>
4560
4561         * include/wingdi.h (SHADEBLENDCAPS, SB_NONE, SB_CONST_ALPHA,
4562         SB_PIXEL_ALPHA, SB_PREMULT_ALPHA, SB_GRAD_RECT, SB_GRAD_TRI,
4563         COLORMGMTCAPS, CM_NONE, CM_DEVICE_ICM, CM_GAMMA_RAMP,
4564         CM_CMYK_COLOR): Define.
4565
4566 2005-06-19  Danny Smith  <dannysmith@users.sourceforge.net>
4567
4568         * include/winldap.h (ldap_simple_bindW, ldap_simple_bind_sW,
4569         ldap_bindW, ldap_bind_sW): Change PCHAR arg to PWCHAR.
4570         Thanks to: Christian  <chhd at users dot sf dot net>
4571
4572 2005-06-18  Danny Smith  <dannysmith@users.sourceforge.net>
4573
4574         * include/richedit.h (GETTEXTEX): Correct name of lpUsedDefChar
4575         field.
4576         Thanks to: Saulius Menkevicius  <bobas at users dot sf dot net>
4577
4578 2005-06-18  Danny Smith  <dannysmith@users.sourceforge.net>
4579
4580         * include/winbase.h (GlobalDiscard): Define as macro.
4581         Thanks to: David Golub  <david_golub  at users dot sf dot net>
4582
4583 2005-05-13  Corinna Vinschen  <corinna@vinschen.de>
4584
4585         * include/winnetwk.h (WNetGetResourceParentA): Add missing declaration.
4586         (WNetGetResourceParentW): Ditto.
4587         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Define.
4588         (FILE_ID_BOTH_DIRECTORY_INFORMATION): Define.
4589
4590 2005-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
4591
4592         * include/wininet.h (FtpGetFileSize): Add prototype.
4593         (FtpCommand[AW]): Correct prototypes.
4594         Reported by: <siger at users dot sf dot net>
4595
4596 2005-04-25  Danny Smith  <dannysmith@users.sourceforge.net>
4597
4598         * include/vfw.h (capCreateCaptureWindow[AW]): Add prototypes.
4599         (capGetDriverDescription[AW]): Likewise.
4600
4601 2005-04-03  Corinna Vinschen  <corinna@vinschen.de>
4602
4603         * include/winnt.h (SE_UNDOCK_NAME TEXT): Define.
4604         (SE_MANAGE_VOLUME_NAME TEXT): Ditto.
4605         (SE_IMPERSONATE_NAME TEXT): Ditto.
4606         (SE_ENABLE_DELEGATION_NAME TEXT): Ditto.
4607         (SE_SYNC_AGENT_NAME TEXT): Ditto.
4608
4609 2005-03-16  Christopher Faylor  <cgf@timesys.com>
4610
4611         * include/winnt.h (SYSTEM_LUID): Fix definitition invalidated by below
4612         change.
4613
4614 2005-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
4615
4616         * include/winnt.h (_LUID): Add structure. Correct LUID typedef.
4617         Thanks to:
4618         Paul-Christiaan Spruijtenburg <wakarimasu at users dot sf dot net>
4619
4620 2005-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
4621
4622         * include/ws2tcpip.h (getaddrinfo, freeaddrinfo, getnameinfo):
4623         Guard with _WIN32_WINNT >= 0x0501. Add FIXME comment.
4624         (gai_strerror[AW]): Put into #if 0 block.
4625
4626 2005-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
4627
4628         * include/basetyps.h (__int16): Correct define.
4629
4630 2005-02-10  Jiri Malak  <Jiri.Malak@iol.cz>
4631             Danny Smith  <dannysmith@users.sourceforge.net>
4632
4633         * lib/directx/dinput_private.h (ATTRIBUTE_TEXT_SECTION): New
4634         define for Open Watcom portability.
4635         * lib/directx/(dinput_joy.c, dinput_joy2.c, dinput_kbd.c,
4636         dinput_mouse.c, dinput_mouse2.c): Use new macro in definition
4637         of local c_rgodfDI* objects. Replace .rdata section attribute
4638         with 'const' keyword in definition of global c_dfDI* objects.
4639
4640 2005-02-07  Danny Smith  <dannysmith@users.sourceforge.net>
4641
4642         * include/winioctl.h (IOCTL_VOLUME_BASE,
4643         IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS, IOCTL_VOLUME_IS_CLUSTERED):
4644         Copy defines from include/ddk/ntdddvol.h.
4645         Bug reported to Debian by Anand Kumria  <wildfire@progsoc.org>
4646
4647 2005-01-27  Oliver Stoeneberg  <oliverst@online.de>
4648
4649         * include/winbase.h (PWIN32_FIND_DATA): Add typedef.
4650
4651 2005-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
4652
4653         * include/winuser.h (SW_SMOOTHSCROLL): Add define.
4654         Reported by: Christian Ehrlicher  <chehrlic@users.sf.net>
4655
4656 2005-01-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4657
4658         * include/commdlg.h (OFN_DONTADDTORECENT): Added definition.
4659
4660 2005-01-18  Danny Smith  <dannysmith@users.sourceforge.net>
4661
4662         * lib/user32.def (MonitorFromPoint): Correct suffix.
4663
4664 2005-01-13  Benoit Blanchon  <bblanchon@users.sourceforge.net>
4665
4666         * include/wininet.h (InternetCheckConnectionA,
4667         InternetCheckConnectionW) Add prototypes.
4668         (INTERNET_RAS_INSTALLED, INTERNET_CONNECTION_OFFLINE,
4669         INTERNET_CONNECTION_CONFIGURED): Add defines.
4670
4671 2005-01-07  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4672
4673         * include/commctrl.h (ComboBox_SetMinVisible,
4674         ComboBox_GetMinVisible): Added Macros.
4675         * include/winuser.h (CB_SETMINVISIBLE, CB_GETMINVISIBLE):
4676         Added definitions.
4677
4678 2005-01-02  Jiri Malak  <Jiri.Malak@geac.cz>
4679
4680         * include/winnt.h (GetCurrentFiber, GetFiberData): Make inline
4681         assembly code conditional on _X86_.
4682
4683 2005-01-02  Earnie Boyd  <earnie@users.sf.net>
4684
4685         * include/w32api.h: Increment version to 3.2.
4686         * Makefile.in: Ditto.
4687         * include/afxres.h: Remove the \r from the line ending.
4688         * include/errorrep.h: Ditto.
4689         * include/shldisp.h: Ditto.
4690         * include/tschema.h: Ditto.
4691         * lib/dhcpcsvc.def: Ditto.
4692         * lib/uxtheme.def: Ditto.
4693         * lib/wldap32.def: Ditto.
4694
4695 2005-01-01  Danny Smith  <dannysmith@users.sourceforge.net>
4696
4697         * include/winerror.h (ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY):
4698         Correct typo.
4699         Thanks to: Aidan France  <aidan1@users.sourceforge.net>
4700
4701 2004-12-29  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4702
4703         *include/winuser.h (MNS_*, WM_MENUCOMMAND,
4704         WM_MENUGETOBJECT, WM_MENUDRAG, WM_NCMOUSEHOVER,
4705         WM_NCMOUSELEAVE, WM_UNINITMENUPOPUP,
4706         SPI_GETFOREGROUNDLOCKTIMEOUT,
4707         SPI_SETFOREGROUNDLOCKTIMEOUT): Added definitions.
4708         *include/imm.h (WM_IME_REQUEST): Added definition.
4709         *include/shlobj.h (SLGP_RAWPATH,
4710         SLGP_UNCPRIORITY): Added definition.
4711
4712 2004-12-28  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4713
4714         *include/winuser.h (HSHELL_FLASH): Added definition.
4715
4716 2004-12-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4717
4718         * include/shldisp.h (IAutoComplete): Added interface definiton.
4719         * include/shldisp.h (IAutoComplete2): Added interface definiton.
4720         * include/shldisp.h (ACO_AUTOSUGGEST): Added definition.
4721         * include/shlobj.h (IObjMgr): Added interface definiton.
4722         * lib/shell32.c (CLSID_AutoComplete, IID_AutoComplete,
4723         IID_AutoComplete2, CLSID_ACLMulti, IID_IObjMgr,
4724         CLSID_ACListISF, IID_IACList): Added GUIDs.
4725         * include/shlguid.h (CLSID_AutoComplete, IID_AutoComplete,
4726         IID_AutoComplete2, CLSID_ACLMulti, IID_IObjMgr,
4727         CLSID_ACListISF, IID_IACList): Added GUIDs.
4728
4729 2004-12-23  Danny Smith  <dannysmith@users.sourceforge.net>
4730
4731         * include/commctrl.h (CDRF_NOTIFYSUBITEMDRAW): Add define.
4732         Thanks to: Chris Sutcliffe  <ironhead@walled.net>
4733         (CDRF_*): Use hex notation for constants.
4734
4735 2004-12-08  Danny Smith  <dannysmith@users.sourceforge.net>
4736
4737         * include/sqlext.h (SQL_INTERVAL_*): Correct macros.
4738         Reported by Eric Sharkey <sharkey at netrics dot com>
4739
4740 2004-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
4741
4742         * include/winnt.h (TOKEN_INFORMATION_CLASS): Add
4743         TokenGroupsAndPrivileges, TokenSessionReference,
4744         TokenSandBoxInert, TokenAuditPolicy, TokenOrigin.
4745         Reformat.
4746         (SID_NAME_USE): Add SidTypeComputer.  Reformat.
4747         Thanks to Gabriel Linder <mingwlinder@users.sourceforge.net>
4748
4749 2004-12-02  Danny Smith  <dannysmith@users.sourceforge.net>
4750
4751         * lib/comctl32.def (ImageList_Copy, ImageList_DrawIndirect,
4752         ImageList_Duplicate): Add stubs.
4753
4754 2004-12-02  Danny Smith  <dannysmith@users.sourceforge.net>
4755
4756         * lib/directx/strmiids.c (MEDIASUBTYPE_YV12): Correct GUID.
4757         Thanks to "Pete" <pross@xvid.org>
4758
4759 2004-11-21 Benoit Blanchon  <bblanchon@users.sourceforge.net>
4760
4761         * include/wingdi.h (AC_SRC_ALPHA, AC_SRC_NO_ALPHA,
4762         AC_DST_NO_ALPHA, ...): Add defines.
4763         * include/winuser.h (ULW_COLORKEY,ULW_ALPHA,
4764         ULW_OPAQUE): Add defines.
4765
4766 2004-11-21  Danny Smith  <dannysmith@users.sourceforge.net>
4767
4768         * include/winnt.h (VerSetConditionMask): Correct typo in _WIN32_WINNT
4769         guard.
4770         * lib/kernel32.def (VerSetConditionMask): Correct stdcall
4771         suffix.
4772         * lib/ddk/ntoskrnl.def (VerSetConditionMask): Likewise.
4773
4774 2004-11-20  Danny Smith  <dannysmith@users.sourceforge.net>
4775
4776         * include/winbase.h (PPROCESS_INFORMATION): Add typedef.
4777         (CreateProcessWithLogonW): Declare.
4778         (LOGON_WITH_PROFILE, LOGON_NETCREDENTIALS_ONLY): Add defines.
4779         Thanks to: "jkmaki"  <jkmaki@users.sourceforge.net>
4780
4781 2004-11-19  Danny Smith  <dannysmith@users.sourceforge.net>
4782
4783         * include/sspi.h (SecPkgContext_Sizes): Fix typo.
4784         Thanks to: David Leonard  <leonard@users.sourceforge.net>
4785
4786 2004-11-19  Danny Smith  <dannysmith@users.sourceforge.net>
4787
4788         * include/sspi.h (SecPkgCredentials_Names[AW]): Correct name.
4789         Thanks to: David Leonard  <leonard@users.sourceforge.net>
4790
4791 2004-11-19  Magnus Olsen  <greatlord@users.sourceforge.net>
4792
4793         * include/winuser.h (MSLLHOOKSTRUCT): Add structure.
4794
4795 2004-11-19  Magnus Olsen  <greatlord@users.sourceforge.net>
4796
4797         * include/winuser.h (LLKHF_EXTENDED, LLKHF_INJECTED, LLKHF_UP):
4798         Add defines.
4799         (LLKHF_ALTDOWN): Define based on KF_ALTDOWN.
4800
4801 2004-11-19  Benoit Blanchon  <bblanchon@users.sourceforge.net>
4802
4803         * include/shellapi.h (NIF_GUID): Add another define.
4804
4805 2004-11-18  Earnie Boyd  <earnie@users.sf.net>
4806
4807         * include/wincon.h (AttachConsole): Correct the _WIN32_WINNT filter.
4808         Changed it twice due to inconsistent MSDN documentation.
4809         * include/w32api.h (Windows95, etc. and IE3, etc.): Add definitions.
4810
4811 2004-11-13  Danny Smith  <dannysmith@users.sourceforge.net>
4812
4813         * include/shlobj.h (SHGFP_TYPE): Add enum.
4814
4815 2004-11-12  Loïc Guilloux (glx@users.sourceforge.net>
4816
4817         * include/winuser.h (WM_THEMECHANGED): Add define.
4818
4819 2004-11-11  Danny Smith  <dannysmith@users.sourceforge.net>
4820
4821         * include/ddk/winddk.h (ExAllocateFromPagedLookasideList,
4822         ExFreeToPagedLookasideList): Guard inline versions with
4823         (__USE_NTOSKRNL__) && (_WIN32_WINNT >= 0x0501). Declare as
4824         external functions for earlier _WIN32_WINNT.
4825
4826 2004-11-11  Danny Smith  <dannysmith@users.sourceforge.net>
4827
4828         * include/ras.h (RASCONN[AW]): Remove dwSessionId field.
4829
4830 2004-11-09  Danny Smith  <dannysmith@users.sourceforge.net>
4831
4832         * include/winnls.h (WINBASEAPI): Define as DECLSPEC_IMPORT
4833         if  undefined and __W32API_USE_DLLIMPORT__.
4834         Add WINBASEAPI token to prototypes, throughout.
4835
4836 2004-11-08  Danny Smith  <dannysmith@users.sourceforge.net>
4837
4838         * include/winnt.h (GetCurrentFiber): Support -masm=intel.
4839         (GetFiberData): Likewise.
4840         (NtCurrentTeb): Likewise.
4841
4842 2004-11-04  Danny Smith  <dannysmith@users.sourceforge.net>
4843
4844         * include/shellapi.h (NIF_INFO): Add define.
4845         (NIIF_*) Add defines..
4846         Thanks to: Benoit Blanchon <bblanchon@users.sourceforge.net>
4847         (NIF_*): Convert constants to hex.
4848
4849 2004-11-02  Danny Smith  <dannysmith@users.sourceforge.net>
4850
4851         * include/wingdi.h (GetFontUnicodeRanges,GetGlyphIndicesA,
4852         GetGlyphIndicesW): Declare.
4853         (GGI_MARK_NONEXISTING_GLYPHS): Define
4854         * lib/gdi32.def (GetFontUnicodeRanges,GetGlyphIndicesA,
4855         GetGlyphIndicesW): Add stubs.
4856
4857 2004-10-24  Dan Aloni  <da-x@colinux.org>
4858
4859         * include/ddk/ntapi.h (NtQueryFullAttributesFile,
4860         ZwQueryFullAttributesFile): Declare.
4861         * include/ddk/ntapi.h (RtlDosPathNameToNtPathName_U):
4862         Declare.
4863         lib/ntoskrnl.def (ZwQueryDirectoryFile, ZwQueryFullAttributesFile.
4864         ZwQueryVolumeInformationFile): Add stubs.
4865
4866 2004-10-18  Danny Smith  <dannysmith@users.sourceforge.net>
4867
4868         * include/wsahelp.h (WINSOCK_MAPPING, WSHGetWinsockMapping,
4869         PWSH_GET_WINSOCK_MAPPING): Don't define if __OBJC__.
4870
4871 2004-10-15  Robert Wruck  <wruck@tweerlei.de>
4872             Danny Smith  <dannysmith@users.sourceforge.net>
4873
4874         * include/winbase.h (InitializeSListHead, Interlocked*):
4875         Guard with !__USE_NTOSKRNL__.
4876
4877         * include/ddk/ntddk.h (__USE_NTOSKRNL__): Define.
4878         * include/ddk/winddk.h (InitializeSListHead, Interlocked*):
4879         Guard with  __USE_NTOSKRNL__.
4880         (ExInterlockedPopEntrySList, ExInterlockedPushEntrySList):
4881         Add prototypes.  Guard macro definition with __USE_NTOSKRNL__
4882         && _WIN32_WINNT >= 0x0501
4883         (ExAllocateFromNPagedLookasideList, ExAllocateFromPagedLookasideList,
4884         ExFreeToNPagedLookasideList, ExFreeToPagedLookasideList):
4885         Replace calts to InterlockedPopEntrySList, InterlockedPushEntrySList
4886         with ExInterlockedPopEntrySList, ExInterlockedPushEntrySList.
4887
4888         * lib/ddk/ntosknl.def (ExInterlockedPopEntrySList,
4889         ExInterlockedPushEntrySList)  Add stubs with fastcall decoration.
4890         (ExDesktopObjectType, ExEventObjectType, ExSemaphoreObjectType,
4891         ExWindowStationObjectType, IoAdapterObjectType,
4892         IoDeviceHandlerObjectSize, IoDeviceHandlerObjectType,
4893         IoDeviceObjectType, IoDriverObjectType, IoFileObjectType,
4894         LpcPortObjectType, MmSectionObjectType, SeTokenObjectType):
4895         Uncomment stubs.
4896
4897 2004-10-11  Robert Wruck  <wruck@tweerlei.de>
4898
4899         * include/ddk/winddk.h (IoReleaseRemoveLockAndWait): Fix
4900         definition
4901         (IoReleaseRemoveLock): Add definition.
4902
4903 2004-10-10  Danny Smith  <dannysmith@users.sourceforge.net>
4904
4905         * include/ddk/winnt4.h (Exi386InterlockedDecrementLong,
4906         Exi386InterlockedExchangeUlong, Exi386InterlockedIncrementLong);
4907         Add prototypes.
4908         * include/winddk.h (ExInterlockedAddUlong,
4909         ExInterlockedInsertHeadList, ExInterlockedInsertTailList,
4910         ExInterlockedRemoveHeadList, ExInterlockedPopEntryList,
4911         ExInterlockedPushEntryList): Change calling convention to
4912         DDKAPI.
4913         (ExfInterlockedAddUlong,ExInterlockedInsertHeadList,
4914         ExInterlockedInsertTailList, ExInterlockedRemoveHeadList,
4915         ExInterlockedPopEntryList, ExInterlockedPushEntryList):
4916         Add prototypes for DDKFASTAPI versions.
4917         Thanks to Vadim Yegor0v <zg at bmg dot lv> for report.
4918         * lib/ntoskrnl.def (ExInterlockedAddUlong,
4919         ExInterlockedInsertHeadList, ExInterlockedInsertTailList,
4920         ExInterlockedRemoveHeadList, ExInterlockedPopEntryList,
4921         ExInterlockedPushEntryList): Remove lead '@' from stubs.
4922         (ExfInterlockedAddUlong,ExfInterlockedInsertHeadList,
4923         ExfInterlockedInsertTailList, ExfInterlockedRemoveHeadList,
4924         ExfInterlockedPopEntryList, ExfInterlockedPushEntryList):
4925         Add fastcall stubs.
4926         (Exi386InterlockedDecrementLong, Exi386InterlockedExchangeUlong,
4927         Exi386InterlockedIncrementLong); Add stdcall stubs.
4928
4929 2004-09-30  Danny Smith  <dannysmith@users.sourceforge.net>
4930
4931         * include/winbase.h (WINBASEAPI): Define as DECLSPEC_IMPORT only
4932          if __W32API_USE_DLLIMPORT__ is defined.
4933         * include/winuser.h (WINUSERAPI): Likewise.
4934
4935 2004-09-29  Filip Navara  <xnavara@volny.cz>
4936
4937         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
4938         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, mcd.h, miniport.h,
4939         mountdev.h, mountmgr.h, ndis.h, ndistapi.h, ndiswan.h, netpnp.h,
4940         newdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h, ntddcdvd.h,
4941         ntddchgr.h, ntdddisk.h, ntddkbd.h, ntddmou.h, ntddpar.h, ntddpcm.h,
4942         ntddscsi.h, ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h,
4943         ntddvdeo.h, ntddvol.h, ntpoapi.h, parallel.h, pfhook.h, poclass.h,
4944         scsi.h, scsiscan.h, smbus.h, srb.h, storport.h, tdiinfo.h,
4945         tdikrnl.h, tvout.h, upssvc.h, usb.h, usb100.h, usbdi.h, usbioctl.h,
4946         usbiodef.h, usbscan.h, usbuser.h, videoagp.h, winddi.h, winddk.h,
4947         winnt4.h, ws2san.h): Fixed packing.
4948         * include/ddk/atm.h (ATM_TRAFFIC_DESCRIPTOR_IE): Fixed declaration.
4949         * include/ddk/hidclass.h (HID_INTERFACE_HIDPARSE,
4950         HID_INTERFACE_NOTIFY_PNP): Likewise.
4951         * include/ddk/ndis.h (NDIS_DMA_BLOCK, CO_FLOW_PARAMETERS): Likewise.
4952         (NdisQueryPacketLength): Added macro. Thanks to Art Yerkes
4953         <ayerkes@speakeasy.net>.
4954         * include/ddk/usb100.h (USB_CONFIGURATION_DESCRIPTOR): Fixed
4955         declaration.
4956         * include/ddk/winddi.h (PATHDATA, GLYPHPOS): Likewise.
4957         * include/ddk/winddk.h (PDRIVER_CONTROL, PDRIVER_LIST_CONTROL,
4958         PDRIVER_ADD_DEVICE, PIO_COMPLETION_ROUTINE, PDRIVER_CANCEL,
4959         PKDEFERRED_ROUTINE, PDRIVER_DISPATCH, PIO_DPC_ROUTINE,
4960         PMM_DLL_INITIALIZE, PMM_DLL_UNLOAD, PDRIVER_ENTRY,
4961         PDRIVER_INITIALIZE, PKSERVICE_ROUTINE, PIO_TIMER_ROUTINE,
4962         PDRIVER_REINITIALIZE, PDRIVER_STARTIO, PKSYNCHRONIZE_ROUTINE,
4963         PDRIVER_UNLOAD, DRIVER_OBJECT): Fixed callback declarations.
4964         (struct FILE_BASIC_INFORMATION): Renamed to _FILE_BASIC_INFORMATION.
4965         (SYNCH_LEVEL): Added definition.
4966         (KPCR, KPCR_TIB): Fixed declaration.
4967         (Interlocked[Push/Pop]EntrySList): Declare only if winbase.h isn't
4968         included and _WIN32_WINNT >= 0x0501.
4969         (RtlEqualLuid): Fixed macro definition.
4970         (KfLowerIrql, KfRaiseIrql): Declare and use instead of KeLowerIrql and
4971         KeRaiseIrql on i386 architectures.
4972
4973 2004-09-06  Hosaka Yuji  <hos@tamanegi.org>
4974
4975         * include/mshtml.h (IHTMLDocument2): Correct get_selection
4976         declaration.
4977         (IHTMLSelectionObject): Correct get_type declaration.
4978         (IHTMLFramesCollection2, IHTMLWindow2, IHTMLFrameBase,
4979         IHTMLFrameBase2, IHTMLFrameBase3, IHTMLBodyElement,
4980         IHTMLBodyElement2): Add interfaces.
4981         (LPHTMLIMAGEELEMENTFACTORY, LPHTMLEVENTOBJ, LPHTMLSCREEN,
4982         LPHTMLOPTIONELEMENTFACTORY, LPOMHISTORY, LPOMNAVIGATOR): Add
4983         typedefs.
4984         * lib/mshtml-uuid.c (IID_IHTMLFrameBase2, IID_IHTMLFrameBase3):
4985         Add IIDs.
4986
4987 2004-09-05  Earnie Boyd  <earnie@users.sf.net>
4988
4989         * include/w32api.h: Increment version to 3.1.
4990         * Makefile.in: Ditto.
4991
4992 2004-09-05  Hosaka Yuji  <hos@tamanegi.org>
4993
4994         * include/winuser.h (MonitorFromPoint, MonitorFromRect,
4995         MonitorFromWindow): Add prototypes.
4996         * lib/user32.def (MonitorFromPoint, MonitorFromRect,
4997         MonitorFromWindowMonitorFromWindow): Add stubs.
4998         * include/shellapi.h (DuplicateIcon): Add prototype.
4999
5000 2004-09-05   Danny Smith  <dannysmith@users.sourceforge.net>
5001
5002         * include/winuser.h (WINUSERAPI): New define.
5003         Use it to mark user32.dll imports, throughout.
5004
5005 2004-09-05  Hosaka Yuji  <hos@tamanegi.org>
5006
5007         * lib/ddk/hid.def (HidD_FlushQueue, HidD_FreePreparsedData,
5008         HidD_GetAttributes, HidD_GetConfiguration, HidD_GetFeature,
5009         HidD_GetHidGuid, HidD_GetIndexedString, HidD_GetInputReport,
5010         HidD_GetManufacturerString, HidD_GetMsGenreDescriptor,
5011         HidD_GetNumInputBuffers, HidD_GetPhysicalDescriptor,
5012         HidD_GetPreparsedData, HidD_GetProductString,
5013         HidD_GetSerialNumberString, HidD_SetConfiguration,
5014         HidD_SetFeature, HidD_SetNumInputBuffers, HidD_SetOutputReport,
5015         HidP_GetButtonCaps, HidP_GetValueCaps): Add exports.
5016
5017 2004-08-25  Lars Rune Nøstdal  <daysleper@users.sourceforge.net>
5018
5019         * include/wincon.h (CONSOLE_FULLSCREEN_MODE, CONSOLE_WINDOWED_MODE):
5020         Add XP defines.
5021         (PCOORD): Add typedef.
5022         (GetConsoleDisplayMode, SetConsoleDisplayMode): Add prototypes.
5023
5024 2004-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
5025
5026         * include/winldap.h: Don't check value of UNICODE.
5027         Thanks to: "Jean-Do"  <spab@users.sourceforge.net>
5028
5029 2004-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
5030
5031         * include/winbase.h (WINBASEAPI): Guard with __INSIDE_CYGWIN__.
5032
5033 2004-08-24  Sam Robb  <samrobb@users.sourceforge.net>
5034
5035         * include/winbase.h (GetFileSizeEx): Add _WIN32_WINNT >= 0x0500
5036         guard.
5037
5038 2004-08-24   Danny Smith  <dannysmith@users.sourceforge.net>
5039
5040         * include/winbase.h: Add WINBASEAPI token to prototypes, throughout.
5041
5042 2004-08-15  Ken Fitlike  <kenfitlike@users.sourceforge.net>
5043
5044         * include/commctrl.h (WC_TREEVIEWA): Remove parenthenses.
5045
5046 2004-08-10  Sebastian Nowak  <snowak1@users.sourceforge.net>
5047
5048         * include/ws2spi.h (LPWSPSELECT): Correct typedef.
5049
5050 2004-08-10   Danny Smith  <dannysmith@users.sourceforge.net>
5051
5052         * include/wincrypt.h: Correct _WIN32_WINNT typo.
5053
5054 2004-08-10  Ed Schaller  <schallee@darkmist.net>
5055
5056         * include/wincrypt.h (MS_ENH_RSA_AES_PROV_A, MS_ENH_RSA_AES_PROV_W)
5057         (ALG_SID_AES_128, ALG_SID_AES_192, ALG_SID_AES_256, ALG_SID_AES 17)
5058         (CALG_AES_128, CALG_AES_192, CALG_AES_256, CALG_AES,PROV_RSA_AES):
5059         Add defines.
5060         (CALG_SHA1): Add define.
5061         (HP_HMAC_INFO): Add define.
5062         (HMAC_INFO): Add struct.
5063         (BLOBHEADER): Add typedef.
5064
5065 2004-07-26  Hartmut Honisch  <hhonisch@users.sourceforge.net>
5066
5067         * include/commctrl.h (TreeView_SetItemState): Define macro.
5068
5069 2004-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
5070
5071         * include/wingdi.h (CMYK): Correct macro. Group CMYK/RGB
5072         macros together.
5073
5074 2004-07-24  Brodie Thiesfield  <brofield@users.sourceforge.net>
5075
5076         * include/shlobj.h (FILEDESCRIPTOR): Unicode it.
5077         (FILEGROUPDESCRIPTOR): LIkewise.
5078
5079 2004-07-06  Corinna Vinschen  <corinna@vinschen.de>
5080
5081         * winbase.h (IsWow64Process): Add missing WINAPI qualifier.
5082
5083 2004-06-16  Danny Smith  <dannysmith@users.sourceforge.net>
5084
5085         * include/winnt.h (IMAGE_ORDINAL_FLAG): Map to ...
5086         (IMAGE_ORDINAL_FLAG{32,64}: New defines.
5087         (IMAGE_SNAP_BY_ORDINAL): Map to ...
5088         (IMAGE_SNAP_BY_ORDINAL{32,64}: New defines.
5089         (IMAGE_ORDINAL): Map to ...
5090         (IMAGE_ORDINAL{32,64}: New defines.
5091         (IMAGE_THUNK_DATA):  Map to ...
5092         (IMAGE_THUNK_DATA{32,64}: New structures.
5093         (IMAGE_THUNK_DATA): Map to ...
5094         (IMAGE_THUNK_DATA{32,64}: New structures.
5095         (IMAGE_IMPORT_DESCRIPTOR):  Map to ...
5096         (IMAGE_IMPORT_DESCRIPTOR{32,64}: New structures.
5097         (IMAGE_IMAGE_TLS_DIRECTORY)  Map to ...
5098         (IMAGE_IMAGE_TLS_DIRECTORY{32,64}: New structures.
5099
5100 2004-06-16  Bang Jun-Young  <junyoung@NetBSD.org>
5101
5102         * w32api/include/winnt.h (WAITORTIMERCALLBACKFUNC): Protect with
5103         _WIN32_WINNT >= 0x0500.
5104
5105 2004-06-05  Luke Dunstan  <infidel@users.sourceforge.net>
5106
5107         * include/winbase.h (GetWriteWatch): Correct prototype.
5108         (WRITE_WATCH_FLAG_RESET): Define.
5109         Thanks to Sergey Philippov <phis@users.sourceforge.net>.
5110
5111 2004-06-02  Rocher Laurent  <lrocher@users.sourceforge.net>
5112
5113         * include/commctrl.h (Animate_OpenEx): Define.
5114         (DateTime_GetSystemTime, DateTime_SetSystemTime): Correct names.
5115         (ListView_GetNumberOfWorkAreas): Correct macro.
5116         (ListView_SetUnicodeFormat, ListView_GetUnicodeFormat,
5117         ListView_SetItemCountEx, ListView_GetISearchString,
5118         TreeView_GetLastVisible, Header_CreateDragImage,
5119         Header_SetImageList, Header_GetImageList): Define.
5120         (LVM_SETUNICODEFORMAT, LVM_GETUNICODEFORMAT,
5121         MCM_GETUNICODEFORMAT, MCM_SETUNICODEFORMAT,
5122         TBSTATE_ELLIPSES): Define.
5123         (MonthCal_SetRange): Correct macro.
5124         (ImageList_Duplicate): Declare.
5125
5126 2004-05-29  Filip Navara  <xnavara@volny.cz>
5127
5128         * include/winnt.h (IMAGE_EXPORT_DIRECTORY): Fixed declaration.
5129
5130 2004-05-25  Al Slater  <al.slater@scluk.com>
5131
5132         * include/httpext.h (HSE_SEND_HEADER_EX_INFO,
5133         HSE_REQ_SEND_RESPONSE_HEADER_EX): Define.
5134
5135 2004-05-15  Filip Navara  <xnavara@volny.cz>
5136
5137         * include/ddk/kbdmou.h: New file.
5138         * lib/ddk/videoprt.def (VideoPortMapBankedMemory,
5139         VideoPortMapDmaMemory, VideoPortMapMemory): Correct suffix.
5140         * lib/ddk/ntoskrnl.def (_snprintf, _snwprintf, _vsnprintf,
5141         _vsnwprintf, sprintf, swprintf): Export.
5142
5143 2004-05-15  Filip Navara  <xnavara@volny.cz>
5144
5145         * include/ddk/ntddk.h: Don't set 4-byte alignment on included
5146         headers.
5147
5148 2004-05-07  Danny Smith  <dannysmith@users.sourceforge.net>
5149
5150         * include/wingdi.h: Correct non-unicode typedefs of
5151         ENUMLOGFONTEXDV, PENUMLOGFONTEXDV, LPENUMLOGFONTEXDV.
5152
5153 2004-05-07  Pascal Obry  <obry@act-europe.fr>
5154
5155         * include/winsock.h (IN_CLASSA): Fix macro.
5156         * include/winsock2.h (IN_CLASSA): Fix macro.
5157
5158 2004-04-29  Bart Oldeman  <bartoldeman@users.sourceforge.net>
5159
5160         * include/objbase.h (STGOPTIONS): Correct pwcsTemplateFile type.
5161         * include/aclui.h: Remove '\r', throughout.
5162         * include/msacm.h: Likewise.
5163         * lib/aclui.def: Likewise.
5164
5165 2004-04-28  Luke Dunstan  <infidel@users.sourceforge.net>
5166
5167         * lib/comctl32.def (SetWindowSubclass): Add stub.
5168         Thanks to Eugene <egladysh@users.sourceforge.net>.
5169
5170 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
5171
5172         * include/winbase.h (EXECUTION_STATE): Add typedef.
5173         (SetThreadExecutionState): Declare.
5174         * include/wingdi.h (_WINGDI_): Define.
5175         * include/objbase.h (_OBJBASE_H_): Define.
5176
5177 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
5178
5179         * include/winuser.h (SM_IMMENABLED, SM_CXFOCUSBORDER,
5180         SM_CYFOCUSBORDER, SM_TABLETPC, SM_MEDIACENTER): Add defines.
5181         (SM_CMETRICS): Adjust value.
5182         * include/winnt.h (PROCESSOR_ARCHITECTURE_MSIL): Correct define.
5183         (PROCESSOR_ARCHITECTURE_AMD64, PROCESSOR_ARCHITECTURE_IA32_ON_WIN64):
5184         Add defines.
5185         Thanks to Benoit Blanchon <bblanchon@users.sourceforge.net>
5186
5187 2004-04-24  Justin Forest  <vhex@users.sourceforge.net>
5188
5189         * include/winsock2.h (LUP_DEEP, LUP_CONTAINERS,
5190         LUP_NOCONTAINERS, LUP_NEAREST, LUP_RETURN_NAME,
5191         LUP_RETURN_TYPE, LUP_RETURN_VERSION, LUP_RETURN_COMMENT,
5192         LUP_RETURN_ADDR, LUP_RETURN_BLOB, LUP_RETURN_ALIASES,
5193         LUP_RETURN_QUERY_STRING, LUP_RETURN_ALL, LUP_RES_SERVICE,
5194         LUP_FLUSHCACHE, LUP_FLUSHPREVIOUS): Add defines.
5195
5196 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
5197
5198         * include/windns.h (DNSREC_QUESTION, DNSREC_ANSWER, DNSREC_AUTHORITY,
5199         DNSREC_ADDITIONAL): Add defines.
5200
5201 2004-04-23  Robert Wruck  <wruck@tweerlei.de>
5202
5203         * include/commctrl.h (LPNMLVDISPINFO): Add defines.
5204
5205 2004-04-23  Robert Wruck  <wruck@tweerlei.de>
5206
5207         * include/aclui.h: New file.
5208         * lib/aclui.def: New file.
5209         * lib/test.c: Add aclui.h to includes.
5210
5211 2004-04-21  Danny Smith  <dannysmith@users.sourceforge.net>
5212
5213         * include/winuser.h (SPI_GETACTIVEWINDOWTRACKING,
5214         SPI_GETACTIVEWNDTRKZORDER, SPI_SETACTIVEWINDOWTRACKING,
5215         SPI_SETACTIVEWNDTRKZORDER): Remove duplicate defines.
5216
5217 2004-04-20  Christopher Faylor  <cgf@alum.bu.edu>
5218
5219         * include/wingdi.h: Protect non-unicode case of below.
5220
5221 2004-04-20  Christopher Faylor  <cgf@alum.bu.edu>
5222
5223         * include/wingdi.h: Protect use of ENUMLOGFONTEXDV, PENUMLOGFONTEXDV,
5224         LPENUMLOGFONTEXDV with appropriate version check.
5225
5226 2004-04-18  Hans Leidekker  <hans@it.vu.nl>
5227
5228         * lib/directx/dxguid.c (CLSID_DirectSoundPrivate,
5229         DSPROPSETID_DirectSoundDevice): Add defines.
5230
5231 2004-04-20  Adrian Sandor  <aditsu@users.sourceforge.net>
5232
5233         * include/msacm.h: New file.
5234
5235 2004-01-09  Stuart Cunningham  <stuart_hc@users.sourceforge.net>
5236
5237         * include/objbase.h (STGFMT): Declare enum.
5238         (STGOPTIONS): Declare structure.
5239         (StgCreateStorageEx, StgOpenStorageEx): Declare.
5240         (STGOPTIONS_VERSION): Define.
5241         * lib/ole32.def (StgCreateStorageEx, StgOpenStorageEx): Add stubs.
5242
5243 2004-04-13  Filip Navara  <xnavara@volny.cz>
5244
5245         * include/winuser.h (IS_INTRESOURCE, MB_CANCELTRYCONTINUE,
5246         WM_NCXBUTTONDOWN, WM_NCXBUTTONUP, WM_NCXBUTTONDBLCLK,
5247         WM_XBUTTONDOWN, WM_XBUTTONUP, WM_XBUTTONDBLCLK,
5248         DCX_INTERSECTUPDATE, MK_XBUTTON1, MK_XBUTTON2,
5249         HELP_SETWINPOS): Define.
5250         (WM_MOUSELAST): Different value for _WIN32_WINNT >= 0x0500.
5251         (SPI_*): Add new definitions for WINVER >= 0x500.
5252         (CallMsgFilter[AW], SetWindowsHookA): Correct prototype.
5253         (InternalGetWindowText, SetWindowsHookW): Declare.
5254         * include/winbase.h (InitializeSListHead): Avoid conflicting
5255         definition with DDK headers.
5256
5257 2004-04-13  Gé van Geldorp  <gvg@reactos.com>
5258
5259         * include/winuser.h (GetLastError): Move from here...
5260         * include/winbase.h: ... to here.
5261
5262 2004-04-13  Filip Navara  <xnavara@volny.cz>
5263
5264         * include/winspool.h (DocumentPropertiesW): Correct prototype.
5265
5266 2004-04-13  Filip Navara  <xnavara@volny.cz>
5267
5268         * include/wingdi.h (ENHMETAHEADER): Add definitions for
5269         WINVER >= 0x400.
5270         (WCRANGE, GLYPHSET, LPPOLYTEXT[AW]): Declare.
5271         (ENUMLOGFONTEXW): Fix definition.
5272         (ENUMLOGFONTEXDV[AW]): Declare.
5273
5274 2004-04-13  Filip Navara  <xnavara@volny.cz>
5275
5276         * include/wingdi.h: Declare the DirectDraw structures only if
5277         the DirectDraw kernel mode headers aren't included.
5278         (EMFINFO): Declare.
5279         (EngStretchBlt, EngTextOut, FONTOBJ_cGetGlyphs,
5280         STROBJ_bEnumPositionsOnly): Correct prototypes.
5281
5282 2004-04-13  Filip Navara  <xnavara@volny.cz>
5283
5284         * include/objidl.h (PRPCOLEMESSAGE): Declare.
5285         * include/rpc.h (RPCRTAPI): Define.
5286         * include/rpcdce.h (RpcServerRegisterIf2): Declare.
5287         * include/rpcdcep.h (RPC_BLOCKING_FN, I_RpcSend): Declare.
5288         (RPC_BLOCKING_FUNCTION): Remove, replaced by RPC_BLOCKING_FN.
5289         (I_RpcBindingSetAsync): Correct prototype.
5290         * include/rpcndr.h (MIDL_STUB_MESSAGE): Rename 'Reserved' field
5291         to w2kReserved.
5292         (USER_MARSHAL_SIZING_ROUTINE, USER_MARSHAL_MARSHALLING_ROUTINE,
5293         USER_MARSHAL_UNMARSHALLING_ROUTINE, USER_MARSHAL_FREEING_ROUTINE,
5294         USER_MARSHAL_ROUTINE_QUADRUPLE, NDR_NOTIFY_ROUTINE, IDL_CS_CONVERT,
5295         CS_TYPE_NET_SIZE_ROUTINE, CS_TYPE_LOCAL_SIZE_ROUTINE,
5296         CS_TYPE_TO_NETCS_ROUTINE, CS_TYPE_FROM_NETCS_ROUTINE,
5297         CS_TAG_GETTING_ROUTINE, NDR_CS_SIZE_CONVERT_ROUTINES,
5298         NDR_CS_ROUTINES, NdrUserMarshalMarshall, NdrUserMarshalUnmarshall,
5299         NdrUserMarshalBufferSize, NdrUserMarshalMemorySize,
5300         NdrUserMarshalFree): Declare.
5301         (MIDL_STUB_DESC): Add new fields that were added in W2K.
5302         * include/rpcproxy.h (CStdStubBuffer): Ditto.
5303
5304 2004-04-13  Filip Navara  <xnavara@volny.cz>, David Welch  <welch@cwcom.net>
5305
5306         * include/ddk/ntapi.h (NtCurrentProcess, NtCurrentThread,
5307         LPC_MESSAGE_BASE_SIZE): Define.
5308         * include/ddk/ntifs.h: Move the pack pragma under header inclusion.
5309
5310 2004-04-13  Filip Navara  <xnavara@volny.cz>
5311
5312         * include/commctrl.h (TB_MARKBUTTON, NMTBGETINFOTIP[AW]):
5313         Declare.
5314
5315 2004-04-18  Allan Bazinet  <bazineta@users.sourceforge.net>
5316
5317         * include/winuser.h (MONITORINFOEX[AW]): Change to be derived from
5318         MONITORINFO when compiling as C++.
5319
5320 2004-04-17  Luke Dunstan  <infidel@users.sourceforge.net>
5321
5322         * README.w32api: List separate copyright conditions for some headers.
5323         * include/(winsock2.h, wsipx.h): Minor change to copyright header.
5324
5325 2004-04-15  Danny Smith  <dannysmith@users.sourceforge.net>
5326
5327         * include/wingdi.h (RGB): Correct macro.
5328
5329 2004-04-14  Robert Wruck  <rwruck@users.sourceforge.net>
5330
5331         * include/ddk/winddk.h (RtlEqualLuid): Correct macro.
5332
5333 2004-04-06  Luke Dunstan  <infidel@users.sourceforge.net>
5334
5335         * include/ocidl.h (QACONTAINERFLAGS): Correct typedef.
5336
5337 2004-03-29  Danny Smith  <dannysmith@users.sourceforge.net>
5338
5339         * lib/Makefile.in: Add directx to .PHONY target.
5340         * lib/directx/dxerr.c: Remove dependence on mingw runtime.
5341         Don't include stdio.h or tchar.h.
5342         Replace _T() macro with TEXT() macro, throughout.
5343         Replace _stprintf with wsprintf, throughout.
5344
5345 2004-03-27  Hosaka Yuji  <hos@tamanegi.org>
5346
5347         * include/dbt.h (DBT_DEVTYP_DEVICEINTERFACE, DBT_DEVTYP_HANDLE):
5348         Add define.
5349         (DEV_BROADCAST_DEVICEINTERFACE, DEV_BROADCAST_HANDLE): Add struct.
5350         * include/winuser.h (UnregisterDeviceNotification): Add prototype.
5351         * lib/user32.def (UnregisterDeviceNotification): Add export stub.
5352
5353 2004-03-27  Filip Navara  <xnavara@volny.cz>
5354
5355         * include/directx: New subdir.
5356         * lib/directx: Ditto.
5357         * include/directx/(d3d9.h, d3d9caps.h, d3d9types.h, dxerr8.h,
5358         dxerr9.h): New files.
5359         * lib/directx/(Makefile.in, d3d8.def, d3d9.def, d3dim.def, d3drm.def,
5360         d3dx8d.def, d3dx9d.def, d3dxof.def, ddraw.def, dinput.def,
5361         dinput_joy.c, dinput_joy2.c, dinput_kbd.c, dinput_mouse.c,
5362         dinput_mouse2.c, dinput_private.h, dinput8.def, dmoguids.c, dplayx.def,
5363         dpnaddr.def, dpnet.def, dpnlobby.def, dpvoice.def, dsetup.def,
5364         dsound.def, dxerr.c, dxerr8.c, dxerr8w.c, dxerr9.c, dxerr9w.c,
5365         dxguid.c, ksproxy.def, ksuser.c, ksuser.def, msdmo.def, quartz.def,
5366         strmiids.c, test.c): Ditto.
5367         * lib/(d3dim.def, d3drm.def, d3dxof.def, ddraw.def, dinput.c,
5368         dinput.def, dplayx.def, dsetup.def, dsound.def, dxguid.c): Removed.
5369
5370 2004-03-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5371
5372         * include/GL/glu.h (GLU_AUTO_LOAD_MATRIX, GLU_CULLING,
5373         GLU_SAMPLING_TOLERANCE, GLU_DISPLAY_MODE, GLU_PARAMETRIC_TOLERANCE,
5374         GLU_SAMPLING_METHOD, GLU_U_STEP, GLU_V_STEP): Define.
5375
5376 2004-03-24  Filip Navara  <xnavara@volny.cz>
5377
5378         * include/commctrl.h (TB_GETSTRING[AW]): Add defines.
5379         (RBBS_HIDETITLE, RBBS_TOPALIGN): Ditto.
5380
5381 2004-03-24  Filip Navara  <xnavara@volny.cz>
5382
5383         * include/ddk/srb.h (_PORT_CONFIGURATION_INFORMATION):  Rename
5384         TaggedQueueing to TaggedQueuing.
5385         (_HW_INITIALIZATION_DATA): Likewise.
5386
5387 2004-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
5388
5389         * include/docobj.h (IOleDocumentView::GetDocument): Correct
5390         prototype.
5391         Thanks to Buster Copley  <consequent@users.sourceforge.net>
5392
5393 2004-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
5394
5395         * lib/ddk/ntoskrnl.def (MmAllocatePagesForMdl): Correct suffix.
5396         (MmMapIoSpace): Likewise.
5397         Thanks to Dan Aloni  <da-x@colinux.org>
5398
5399 2004-03-16  Martin Fuchs  <martin-fuchs@gmx.net>
5400
5401         * include/shellapi.h (NIM_* NIS_*): Define constants for
5402         notification icons with _WIN32_IE >= 0x0500.
5403         (NOTIFYICONDATA): Add new structure members for notification
5404         icons with _WIN32_IE >= 0x0500.
5405
5406 2004-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
5407
5408         *include/wininet.h (CACHEGROUP_SEARCH_ALL, CACHEGROUP_SEARCH_BYURL):
5409         Add defines.
5410         (INTERNET_CACHE_GROUP_ADD, INTERNET_CACHE_GROUP_REMOVE): Add defines.
5411         (GROUPID) Add typedef.
5412         (INTERNET_CACHE_GROUP_INFO[AW]): Define structures.
5413         (CreateUrlCacheGroup): Add prototype.
5414         (DeleteUrlCacheGroup): Add prototype.
5415         (FindFirstUrlCacheGroup): Add prototype.
5416         (FindNextUrlCacheGroup): Add prototype.
5417         (GetUrlCacheGroupAttribute[AW]): Add prototypes.
5418         (SetUrlCacheGroupAttribute[AW]): Add prototypes.
5419
5420 2004-03-10  Al Slater  <al.slater@scluk.com>
5421
5422         * include/winsock2.h: Add missing LPFN_ typdefs for
5423         function pointers.
5424         Clean up whitespace.
5425
5426 2004-03-05  Filip Navara  <xnavara@volny.cz>
5427
5428         * include/ddk/scsi.h: Replace assert with ASSERT.
5429         * include/ddk/video.h: Ditto.
5430         * include/ddk/winddk.h: Ditto. Remove the assert macro.
5431         * include/ddk/tdi.h: Correct packing.
5432
5433 2004-03-04  Danny Smith  <dannysmith@users.sourceforge.net>
5434
5435         * include/wtypes.h (DECIMAL_SETZERO): Add definition for
5436         NONAMELESSUNION case.
5437
5438 2004-03-03  Martin Fuchs  <martin-fuchs@gmx.net>
5439
5440         * include/oleauto.h (V_UNION, V_VT, V_DECIMAL): Use
5441         __VARIANT_NAME_ constants.
5442
5443 2004-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
5444
5445         * include/uxtheme.h: Include <commctrl.h>
5446
5447 2004-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
5448
5449         * include/basetyps.h (GUID_SECT): Define to nothing for GCC >= 2.95.
5450
5451 2004-03-02  Martin Fuchs  <martin-fuchs@gmx.net>
5452
5453         * include/oleauto.h (VAR_VALIDDATE, VAR_FORMAT_NOSUBSTITUTE,
5454         VAR_FOURDIGITYEARS): Define new constants. Group VAR_*  defines
5455         together.
5456         (V_UI2, V_UI4, V_UI4REF, V_UI, V_UI8REF): Define macros.
5457         (V_I8, V_I8REF): Correct macros.
5458         (V_DECIMAL): Correct macro definitions.
5459         (V_INT_PTR, V_UINT_PTR, V_INT_PTRREF, V_UINT_PTRREF): Define
5460         constants.
5461         (VTBIT_*): Define constants.
5462         (UDATE): Add structure definition.
5463         (VarDateFromUdate, VarDateFromUdateEx, VarUdateFromDate): Declare
5464         functions.
5465         (SafeArrayCreateVector): Correct parameter type from UINT to ULONG
5466         (SafeArrayCreateVectorEx): Declare function.
5467         (Var*): declare VARIANT manipulation functions.
5468         * include/ocidl.h (IPicture_*): Define IPicture COBJ macros.
5469         * include/oaidl.h (IRecordInfo_*): Define IRecordInfo COBJ
5470         macros.
5471
5472 2004-03-01  Martin Fuchs  <martin-fuchs@gmx.net>
5473
5474         * include/oaidl.h (FADF_*): Define missing constants.
5475         (IDispatch_*): Define COBJ macros.
5476         (VARIANT): Add missing union members llVal and ullVal.
5477         (wireVARIANT): Likewise.
5478         (ITypeinfo_*): Define COBJ macros.
5479         * include/oleauto.h (Var*FromDisp): Correct parameter type from
5480         LPDISPATCH* to LPDISPATCH.
5481         (VARCMP_*, VAR_LOCALBOOL, LOCALE_USE_NLS, VARIANT_*,
5482         VAR_CALENDAR_*): Add missing constants.
5483         (SafeArray[Get/Set]*): Add prototypes.
5484         (Var*From*):  Add missing prototypes.
5485         (NUMPRS_*): Add defines.
5486         (NUMPARSE): Define structure.
5487         (VarParseNumFromStr,VarNumFromParseNum): Add prototypes.
5488         * include/winerror.h (DISP_E_DIVBYZERO): Define constant.
5489         * include/winuser.h (COLOR_*): Define missing constants.
5490         * include/wtypes.h (enum VARENUM): Add VT_INT_PTR, VT_UINT_PTR.
5491         (VT_INT_PTR, VT_UINT_PTR): Remove macro definitions.
5492
5493 2004-02-23  Filip Navara  <xnavara@volny.cz>
5494
5495         * include/ddk/video.h: Corrected packing.
5496
5497 2004-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
5498
5499         * include/GL/glu.h (GLU_ERROR): Define.
5500         Thanks to Philip Lamb  <phil at rave dot co dot nz>
5501
5502 2004-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
5503
5504         * include/GL/glu.h: Include <stddef.h>.
5505         Thanks to Greg Couch <gregcouch@users.sourceforge.net>
5506
5507 2004-02-15  Earnie Boyd  <earnie@users.sf.net>
5508
5509         * include/w32api.h: Increment version to 3.0.
5510         * Makefile.in: Ditto.
5511         * README.win32api: Modify license to Public Domain per agreement as
5512         found in the mingw-dvlpr list archive.
5513
5514 2004-02-13  Earnie Boyd  <earnie@users.sourceforge.net>
5515
5516         * include/ddk/winddk.h (DIRECTORY_QUERY): Add define.
5517         (DIRECTORY_TRAVERSE): Ditto.
5518         (DIRECTORY_CREATE_OBJECT): Ditto.
5519         (DIRECTORY_CREATE_SUBDIRECTORY): Ditto.
5520         (DIRECTORY_ALL_ACCESS): Ditto.
5521         Thanks to Konstantin Stepaniuk <skostia@users.sourceforge.net>
5522
5523 2004-02-12  Danny Smith  <dannysmith@users.sourceforge.net>
5524
5525         * include/basetypes.h (_REFIID_DEFINED): Correct typo.
5526
5527         * include/winuser.h (NCCALCSIZE_PARAMS): Define structure.
5528         Thanks to Mike Nordell <tamlin at algonet dot se>.
5529
5530 2004-02-11  Danny Smith  <dannysmith@users.sourceforge.net>
5531
5532         * lib/dnsapi.def: New file.
5533         * lib/test.c: Include windns.h.
5534
5535 2004-02-11  Pierre A. Humblet  <Pierre.Humblet@ieee.org>
5536
5537         * include/windns.h: New file.
5538
5539 2004-02-11  Danny Smith  <dannysmith@users.sourceforge.net>
5540
5541         * include/sqlucode.h (SQLGetStmtAttr[AW]): Remove duplicate
5542         defines.
5543         (SQLSetStmtAttr[AW]): Move into ODBCVER >= 0x0300 block.
5544         (SQLSetDescFieldW): Correct prototype.
5545         (SQLSetDescFieldA): Add prototype.
5546         (SQLGetDescFieldW): Add prototype.
5547
5548 2004-02-11  Pat Thoyts  <patthoyts@users.sourceforge.net>
5549
5550         * include/winuser.h (DFC_POPUPMENU): Add define.
5551
5552 2004-02-07  Dan Aloni  <da-x@gmx.net>
5553
5554         * lib/ddk/ntoskrnl.def (KeSetTimer,KeSetTimerEx): Correct
5555         suffix.
5556
5557 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
5558
5559         * include/oleacc.h (LIBID_Accessibility): Declare.
5560         * lib/uuid.c (LIBID_Accessibility): Define.
5561
5562 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
5563
5564         * include/winioctl.h (NTFS_VOLUME_DATA_BUFFER): Add structure.
5565         (FSCTL_GET_NTFS_VOLUME_DATA): Add macro.
5566
5567 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
5568
5569         * include/commctrl.h (ICC_STANDARD_CLASSES, ICC_LINK_CLASS): Add
5570         defines.
5571
5572 2004-01-31  Jiri Malak  <Jiri.Malak@geac.cz>
5573
5574         * include/winuser.h (RT_MANIFEST): Make conditional on
5575         RC_INVOKED.
5576         (CREATEPROCESS_MANIFEST_RESOURCE_ID,
5577         ISOLATIONAWARE_MANIFEST_RESOURCE_ID,
5578         ISOLATIONAWARE_NOSTATICIMPORT_MANIFEST_RESOURCE_ID): Add
5579         defines.
5580
5581 2004-01-16 Martin Fuchs  <martin-fuchs@gmx.net>
5582
5583         * include/shlobj.h (SHGDN_INCLUDE_NONFILESYS): Add define.
5584
5585 2004-01-15  Filip Navara  <xnavara@volny.cz>
5586
5587         * include/ddk/mcd.h: Don't care about value of DBG define.
5588         * include/ddk/srb.h: Ditto.
5589         * include/ddk/storport.h: Ditto.
5590         * include/ddk/video.h: Ditto.
5591         * include/nspapi.h (SetServiceW, GetAddressByNameA,
5592         GetAddressByNameW): Correct protoype.
5593         * include/ntsecapi.h (PCUNICODE_STRING): Define.
5594
5595 2004-01-05  Filip Navara  <xnavara@volny.cz>
5596
5597         * include/prsht.h (LPCPROPSHEETPAGEW): Fix definition.
5598         * include/shlwapi.h (SHRegQueryInfoUSKey[AW]): Fix prototype.
5599         * include/cpl.h (CPL_STARTWPARMS[AW]): Correct.
5600         * include/shellapi.h (ABS_AUTOHIDE, ABS_ALWAYSONTOP,
5601         SEE_MASK_NO_CONSOLE, SEE_MASK_ASYNCOK, SEE_MASK_HMONITOR,
5602         FOF_NOCOPYSECURITYATTRIBS): Add defines.
5603         * include/shlobj.h (BFFM_SETOKTEXT, BFFM_SETEXPANDED,
5604         CSIDL_FLAG_DONT_VERIFY, CSIDL_FLAG_CREATE, CSIDL_FLAG_MASK,
5605         CFSTR_INETURL[AW], SHGDN_FOREDITING, SHGDN_FORADDRESSBAR,
5606         SSF_*): Add defines.
5607         (SHCNF_PATH[AW], SHCNF_PRINTER[AW], CFSTR_FILENAME[AW],
5608         CFSTR_FILENAMEMAP[AW], CFSTR_FILEDESCRIPTOR[AW], CFSTR_SHELLURL,
5609         CMDSTR_NEWFOLDER[AW], CMDSTR_VIEWLIST[AW], CMDSTR_VIEWDETAILS[AW]):
5610         Correct.
5611         (IEnumIDList): Add COBJMACROS.
5612         * include/winuser.h (MIM_*): Add define.
5613
5614 2004-01-04  Filip Navara  <xnavara@volny.cz>
5615
5616         * include/shlguid.h (IID_IPersistFolder2, IID_IPersistFolder3,
5617         IID_IShellFolder2, IID_IFileSystemBindData): Add declarations.
5618         * include/shlobj.h (EXTRASEARCH, SHCOLSTATEF, SHELLDETAILS,
5619         PERSIST_FOLDER_TARGET_INFO): Define structures.
5620         (IEnumExtraSearch, IShellFolder2, IFileSystemBindData,
5621         IPersistFolder2, IPersistFolder3): Add COM interface
5622         definitions.
5623         (IExtractIcon[AW], IShellLink[AW], IPersistFolder, IShellView,
5624         ICommDlgBrowser, IShellFolder2, IPersistFolder2, IPersistFolder3):
5625         Add COBJMACROS.
5626         (SHCreateDirectoryEx[AW], SHBindToParent): Add prototypes.
5627         * lib/shell32.c (IID_IPersistFolder2, IID_IPersistFolder3,
5628         IID_IShellFolder2, IID_IFileSystemBindData): Add definitions.
5629
5630 2004-01-03  Danny Smith  <dannysmith@users.sourceforge.net>
5631
5632         * include/mshtml.h (IHTMLDocument2): Correct write, writeln
5633         declarations.
5634         Thanks to: Rene Nyffenegger <renenyffenegger@users.sf.net>.
5635
5636 2004-01-03  Filip Navara  <xnavara@volny.cz>
5637
5638         * include/cguid.h (CLSID_StdGlobalInterfaceTable): Declare IID.
5639         * include/oaidl.h (ITypeLib2, ITypeInfo2): Define interfaces,
5640         declare IID's.
5641         (IErrorInfo): Add COBJMACROS.
5642         * include/objbase.h (STGM_NOSNAPSHOT): Add define.
5643         (CoGetPSClsid): Add protototype,
5644         (CoRegisterPSClsid): Likewise.
5645         * include/objidl.h (IMarshal): Correct methods.
5646         (IMallocSpy): Likewise,
5647         (LPPSFACTORYBUFFER): Add typedef.
5648         (IGlobalInterfaceTable): Define interface and COBJMACROS. Declare
5649         IID.
5650         (IStorage_CreateStorage, IRpcStubBuffer_Invoke): Fix macros.
5651         * include/ocidl.h (PROPBAG2_TYPE): Define enum.
5652         (PROPBAG2, QACONTAINERFLAGS, QACONTAINER, QACONTROL): Define
5653         structures.
5654         (IPropertyBag2, IPersistPropertyBag2,IAdviseSinkEx, IPointerInactive,
5655         IOleUndoUnit, IOleParentUndoUnit, IEnumOleUndoUnits, IOleUndoManager,
5656         IQuickActivate): Define interfaces. Declare IID's.
5657         (IPersistPropertyBag2): Add COBJMACROS.
5658         (LPOLEUNDOMANAGER): Add typedef.
5659         (LPPROPERTYBAG2): Likewise.
5660         * include/oleidl.h (LPPARSEDISPLAYNAME): Fix definiton.
5661         (BINDSPEED): Add definition.
5662         (IParseDisplayName, IOleItemContainer, IOleObject, IDropSource,
5663         IDropTarget): Add COBJMACROS.
5664         * include/wtypes.h (MEMCTX, MSHCTX): Fix enum.
5665         * include/winerror.h (CO_S_NOTALLINTERFACES): Add define.
5666         * lib/uuid.c (IID_IGlobalInterfaceTable, IID_IOleUndoManager,
5667         IID_IPersistPropertyBag2, IID_IPropertyBag2, IID_IRpcProxyBuffer):
5668         Add IID definitions.
5669
5670 2004-01-02  Filip Navara  <xnavara@volny.cz>
5671
5672         * include/ddk/winddk.h: Don't care about value of
5673         DBG define.
5674
5675 2004-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
5676             Filip Navara  <xnavara@volny.cz>
5677
5678         * include/ddk/winddk.h (_DDK_DUMMYUNION_MEMBER,
5679         _DDK_DUMMYUNION_N_MEMBER): New macros.
5680         (ExAllocateFromPagedLookasideList,ExFreeToPagedLookasideList,
5681         ExAllocateFromNPagedLookasideList, ExFreeToNPagedLookasideList):
5682         Use them.
5683
5684 2004-01-01  Filip Navara  <xnavara@volny.cz>
5685
5686         * include/objbase.h: Don't care about value of DBG define.
5687         * include/objidl.h: Add some COBJMACROS.
5688         * include/ocidl.h: Ditto.
5689         * include/oleidl.h: Ditto.
5690         * include/servprov.h: Ditto.
5691         * include/shlobj.h: Ditto.
5692         * include/shlobj.h (IContextMenu2): Correct parent in
5693         DECLARE_INTERFACE.
5694         * include/oleidl.h (IOleCache, IOleCache2, IOleCacheControl):
5695         Define interfaces.
5696         * include/setupapi.h (SetupGetLineTextA): Correct prototype.
5697         Add new constants for _SETUPAPI_VER >= 0x501.
5698
5699 2004-01-01  Filip Navara  <xnavara@volny.cz>
5700
5701         * include/winnt.h (NtCurrentTeb): Add inline definition.
5702
5703 2004-01-01  Martin Fuchs  <martin-fuchs@gmx.net>
5704
5705         * include/shlobj.h (SHCoCreateInstance): Add prototype.
5706         * lib/shell32.def (SHCoCreateInstance): Add export stub.
5707
5708 2004-01-01  Igor Pechtchanski  <pechtcha@cs.nyu.edu>
5709
5710         * lib/setupapi.def (CM_Request_Device_Eject[AW]): Add export.
5711         (CM_Request_Device_Eject_Ex[AW]): Likwise.
5712         * include/ddk/cfg.h (DN_*): Add defines.
5713
5714 2004-01-01  Danny Smith  <dannysmith@users.sourceforge.net>
5715
5716         * lib/ddk/cfgmgr32.def: Remove duplicate symbol names.
5717
5718 2004-01-01  Mattia Barbon  <mbarbon@users.sourceforge.net>
5719
5720         * include/commctrl.h (TVN_GETINFOTIP): Add UNICODE mappings.
5721         (NMTVGETINFOTIP): Add structure.
5722
5723 2003-12-08  Danny Smith  <dannysmith@users.sourceforge.net>
5724
5725         * include/winuser.h (DISPLAY_DEVICE_*): Remove defines.
5726         * include/wingdi.h (DISPLAY_DEVICE_REMOVABLE,
5727         DISPLAY_DEVICE_MODESPRUNED): Add defines.
5728
5729 2003-12-08  Hartmut Honisch  <hhonisch@users.sourceforge.net>
5730
5731         * include/commctrl.h (ListView_Get_State, ListView_Check_State):
5732         Add macros.
5733         * include/wingdi.h  (DISPLAY_DEVICE_*): Add multi-monitor
5734         constants.
5735         * include/shlobj.h (SHCOLUMNINIT): Add structure.
5736         (SHCOLUMNDAT): Likwise.
5737         (SHCOLUMNID): Likewise.
5738         (SHCOLUMNINFO): Likewise.
5739         (SHCOLSTATE): Add enum.
5740         (IColumnProvider): Add COM interface.
5741         (IQueryInfo): Likewise.
5742         (IShellIconOverlayIdentifier): Likewise.
5743         * include/shlguid.h (IID_IColumnProvider) Declare.
5744         (IID_IQueryInfo): Likweise.
5745         (IID_IShellIconOverlayIdentifier): Likwise.
5746         * lib/shell32.c (IID_IColumnProvider) Define.
5747         (IID_IQueryInfo): Likweise.
5748         (IID_IShellIconOverlayIdentifier): Likwise.
5749
5750 2003-12-08  Roald Ribe  <rrib@users.sourceforge.net>
5751
5752         * include/winuser.h (RT_MANIFEST): Add define.
5753
5754 2003-12-08  Pascal Buhler  <pbuhler@users.sourceforge.net>
5755
5756         * include/oleidl.h (IViewObject2): Inherit from IViewObject.
5757
5758 2003-12-01  Danny Smith  <dannysmith@users.sourceforge.net>
5759
5760         * include/winnt.h (GetCurrentFiber): Remove duplicate prototype.
5761         (GetFiberData): Likewise.
5762         (GetCurrentFiber): Change volatile to __volatile__.
5763         (GetFiberData): Likewise.
5764
5765 2003-11-27  Christopher Faylor  <cgf@redhat.com>
5766
5767         * lib/Makefile.in: Use make function to locate .mri file to allow
5768         building in directory other than source directory.
5769
5770 2003-11-27  Danny Smith  <dannysmith@users.sourceforge.net>
5771
5772         * lib/vfw32.def: Remove, replacing with ...
5773         * lib/msvfw32.def: New file.
5774         * lib/avicap32.def: New file.
5775         * lib/avifil32.def: New file.
5776         * lib/vfw32.mri: New file.
5777         * Makefile.in: (MRI_FILES, MIMPLIBS): New vars for
5778         import libs with multiple dll's.
5779         (LIBS): Add MIMPLIBS.
5780         (DISTFILES): Add MRI_FILES.
5781         (libvfw32.a): Build using mri script.
5782
5783 2003-11-23  Danny Smith  <dannysmith@users.sourceforge.net>
5784
5785         * include/winnt.h (PAGE_*): Group defines together. Change
5786         constants to hex notation.
5787
5788 2003-11-15  Manu B  <manubee@users.sourceforge.net>
5789
5790         * include/commctrl.h (TabCtrl_GetImageList): Add macro.
5791
5792 2003-11-13 Martin Fuchs  <martin-fuchs@gmx.net>
5793
5794         * include/shlobj.h (ILAppendID, ILClone, ILCloneFirst, ILCombine,
5795         ILFindChild, ILFindLastID, ILFree, ILGetNext, ILGetSize, ILIsEqual,
5796         ILIsParent, ILLoadFromStream, ILRemoveLastID, ILSaveToStream):
5797         Add prototypes.
5798         * lib/shell32.def: Add stubs.
5799
5800         * include/commctrl.h (ListView_FindItem): Add type cast to avoid
5801         compiler warnings.
5802
5803 2003-11-13  Hans Leidekker  <hans@it.vu.nl>
5804
5805         * include/winbase.h (WIN32_STREAM_ID): Correct typedef.
5806
5807 2003-10-13  Andre Auzi  <aauzi@users.sourceforge.net>
5808
5809         * include/windows.h (CopyCursor): Define as macro.
5810
5811 2003-10-13  Steven Edwards  <Steven_Ed4153@yahoo.com>
5812
5813         * include/winnt.h (CONTAINING_RECORD): Add macro.
5814
5815 2003-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
5816
5817         * include/winnt.h: (FILE_SUPERSEDED, FILE_OPENED, FILE_CREATED,
5818         FILE_OVERWRITTEN, FILE_EXISTS, FILE_DOES_NOT_EXIST): Remove
5819         defines.
5820
5821 2003-10-13  Filip Navara  <xnavara@volny.cz>
5822
5823         * include/commctrl.h (DSA_*): Add prototypes, typedefs and
5824         defines for Dynamic Storage Arrays.
5825         (DPA_*): Likewise, for Dynamic Pointer Arrays.
5826         (FlatSB_*, InitializeFlatSB, InitializeFlatSB): Add prototypes
5827         and defines for Flat ScrollBars.
5828         (SetWindowSubclass, GetWindowSubclass, RemoveWindowSubclass,
5829         DefSubclassProc): Add prototypes for subclassing.
5830         (DrawShadowText): Add prototype.
5831         (COMCTL32_VERSION): Define.
5832
5833 2003-10-13  Martin Fuchs  <Martin-Fuchs@gmx.net>
5834
5835         * include/shlobj.h (CFSTR_FILENAME, CFSTR_FILEDESCRIPTOR,
5836         CFSTR_FILENAMEMAP, CFSTR_SHELLURL): Correct UNICODE definitions.
5837
5838 2003-10-13  Pierre Humblet  <pierre.humblet@ieee.org>
5839
5840         * include/winnt.h (SM_REMOTESESSION): Add define.
5841         * include/winuser.h (SE_CREATE_GLOBAL_NAME): Ditto.
5842
5843 2003-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
5844
5845         * include/wincrypt (KP_IV, KP_SALT, KP_PADDING, KP_MODE,
5846         KP_MODE_BITS, KP_PERMISSIONS, KP_ALGID, KP_BLOCKLEN): Remove
5847         duplicate definitions.
5848         (KP_X, KP_Y): Correct typos.
5849
5850 2003-10-11  Manu B  <manubee@users.sourceforge.net>
5851
5852         * include/afxres.h: New file.
5853
5854         * include/richedit.h (ES_NOOLEDRAGDROP, ENM_DRAGDROPDONE,
5855         ENM_IMECHANGE, ENM_LANGCHANGE, ENM_OBJECTPOSITIONS,
5856         ENM_SCROLLEVENTS): Add constants.
5857
5858         * include/richedit.h (ES_SELECTIONBAR, ENM_LINK): Sort constants.
5859
5860 2003-10-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5861
5862         * include/errorep.h: New file.
5863
5864         * lib/faultrep.def: New file.
5865
5866 2003-10-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5867
5868         * include/winbase.h (AddVectoredExceptionHandler): Define if
5869         _WIN32_WINNT >= 0x0500.
5870
5871         * include/winnt.h (PVECTORED_EXCEPTION_HANDLER): Define if
5872         _WIN32_WINNT >= 0x0500.
5873
5874 2003-10-08  Corinna Vinschen  <corinna@vinschen.de>
5875
5876         * include/winbase.h (AddVectoredExceptionHandler): Only define if
5877         _WIN32_WINNT >= 0x0501.
5878
5879 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5880
5881         * include/winbase.h [_WIN32_WINNT >= 0x0500] (SetComputerNameEx[AW],
5882         UnregisterWaitEx): Add functions.
5883
5884         * include/winbase.h [_WIN32_WINNT >= 0x0500]
5885         (AddVectoredExceptionHandler, RemoveVectoredExceptionHandler): Add
5886         or guard function. The MSDN says it is available on Windows XP and
5887         better, and then it says it is declared for _WIN32_WINNT >= 0x0500.
5888         Huh?
5889
5890         * include/winbase.h [_WIN32_WINNT >= 0x0501] (AddRefActCtx,
5891         CreateActCtx[AW], SetFileShortName[AW], SetFileValidData,
5892         ZombifyActCtx, QueryActCtxW): Add functions.
5893
5894         * include/winbase.h [_WIN32_WINNT >= 0x0501]
5895         (QUERY_ACTCTX_FLAG_USE_ACTIVE_ACTCTX,
5896         QUERY_ACTCTX_FLAG_ACTCTX_IS_HMODULE,
5897         QUERY_ACTCTX_FLAG_ACTCTX_IS_ADDRESS): Add constants.
5898
5899         * include/winbase.h [_WIN32_WINNT >= 0x0502] (SetDllDirectory[AW],
5900         SetFirmwareEnvironmentVariable[AW]): Add functions.
5901
5902         * include/winnt.h [_WIN32_WINNT >= 0x0500] (VER_BUILDNUMBER,
5903         VER_MAJORVERSION, VER_MINORVERSION, VER_PLATFORMID,
5904         VER_SERVICEPACKMAJOR, VER_SERVICEPACKMINOR, VER_SUITENAME,
5905         VER_PRODUCT_TYPE, VER_EQUAL, VER_GREATER, VER_GREATER_EQUAL,
5906         VER_LESS, VER_LESS_EQUAL, VER_AND, VER_OR): Add constants.
5907
5908         * include/winnt.h [_WIN32_WINNT >= 0x0501]
5909         (PVECTORED_EXCEPTION_HANDLER): Add callback.
5910
5911         * include/winnt.h [_WIN32_WINNT >= 0x0501]
5912         (ACTIVATION_CONTEXT_INFO_CLASS,
5913         ACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION,
5914         ACTIVATION_CONTEXT_DETAILED_INFORMATION,
5915         ACTIVATION_CONTEXT_QUERY_INDEX, ASSEMBLY_FILE_DETAILED_INFORMATION):
5916         Add structures.
5917
5918         * lib/user32.def (AddRefActCtx, AddVectoredExceptionHandler,
5919         CreateActCtx[AW], SetComputerNameEx[AW], SetDllDirectory[AW],
5920         SetFileShortName[AW], SetFileValidData,
5921         SetFirmwareEnvironmentVariable[AW], UnregisterWaitEx,
5922         VerSetConditionMask, ZombifyActCtx, QueryActCtxW): Add functions.
5923
5924 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5925
5926         * include/winbase.h (GetWriteWatch, IsSystemResumeAutomatic,
5927         ResetWriteWatch): Add function.
5928
5929         * include/winbase.h [_WIN32_WINNT >= 0x0500]
5930         (GetSystemWindowsDirectory[AW], ProcessIdToSessionId, ReplaceFile[AW]):
5931         Add functions.
5932
5933         * include/winbase.h [_WIN32_WINNT >= 0x0501]
5934         (GetSystemWow64Directory[AW], HeapQueryInformation,
5935         HeapSetInformation, InitializeSListHead, InterlockedFlushSList,
5936         InterlockedPopEntrySList, InterlockedPushEntrySList, IsProcessInJob,
5937         IsWow64Process, QueryMemoryResourceNotification, ReleaseActCtx,
5938         RemoveVectoredExceptionHandler): Add functions.
5939
5940         * include/winnt.h [_WIN32_WINNT >= 0x0501] (HEAP_INFORMATION_CLASS):
5941         Add enumeration.
5942
5943         * include/winbase.h [_WIN32_WINNT >= 0x0502] (GetThreadIOPendingFlag):
5944         Add function.
5945
5946         * include/winbase.h [_WIN32_WINNT >= 0x0510] (RestoreLastError):
5947         Add function. The MSDN Magazine of June 2003 reads:
5948                 RestoreLastError is an enigma. It's code is identical to
5949                 SetLastError. It's unclear to me why it was made into a
5950                 separate API.
5951
5952         * lib/user32.def (GetSystemWindowsDirectory[AW],
5953         GetSystemWow64Directory[AW], GetThreadIOPendingFlag,
5954         HeapQueryInformation, HeapSetInformation, InitializeSListHead,
5955         InterlockedFlushSList, InterlockedPopEntrySList,
5956         InterlockedPushEntrySList, IsSystemResumeAutomatic, IsWow64Process,
5957         ProcessIdToSessionId, QueryMemoryResourceNotification, ReleaseActCtx,
5958         RemoveVectoredExceptionHandler, ReplaceFile[AW], ResetWriteWatch,
5959         RestoreLastError): Add functions.
5960
5961 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5962
5963         * include/winbase.h [_WIN32_WINNT >= 0x0500] (GetComputerNameEx[AW],
5964         GetProcessIoCounters): Add functions.
5965
5966         * include/winbase.h [_WIN32_WINNT >= 0x0500] (COMPUTER_NAME_FORMAT):
5967         Move around, needed by GetComputerNameEx.
5968
5969         * include/winbase.h [_WIN32_WINNT >= 0x0501] (FindActCtxSectionGuid,
5970         FindActCtxSectionString[AW], GetCurrentActCtx, GetNativeSystemInfo):
5971         Add functions.
5972
5973         * include/winbase.h [_WIN32_WINNT >= 0x0501]
5974         (ACTCTX_SECTION_KEYED_DATA): Add structure.
5975
5976         * include/winbase.h [_WIN32_WINNT >= 0x0502] (GetDllDirectory[AW],
5977         GetFirmwareEnvironmentVariable[AW], GetProcessHandleCount,
5978         GetProcessId, GetSystemRegistryQuota): Add functions, available on
5979         Windows XP SP1 and better.
5980
5981         * include/winnt.h [_WIN32_WINNT >= 0x0501]
5982         (ACTIVATION_CONTEXT_SECTION_ASSEMBLY_INFORMATION,
5983         ACTIVATION_CONTEXT_SECTION_DLL_REDIRECTION,
5984         ACTIVATION_CONTEXT_SECTION_WINDOW_CLASS_REDIRECTION,
5985         ACTIVATION_CONTEXT_SECTION_COM_SERVER_REDIRECTION,
5986         ACTIVATION_CONTEXT_SECTION_COM_INTERFACE_REDIRECTION,
5987         ACTIVATION_CONTEXT_SECTION_COM_TYPE_LIBRARY_REDIRECTION,
5988         ACTIVATION_CONTEXT_SECTION_COM_PROGID_REDIRECTION,
5989         ACTIVATION_CONTEXT_SECTION_CLR_SURROGATES): Add constants.
5990
5991         * lib/user32.def (FindActCtxSectionGuid, FindActCtxSectionString[AW],
5992         GetComputerNameEx[AW], GetCurrentActCtx, GetDllDirectory[AW],
5993         GetFirmwareEnvironmentVariable[AW], GetModuleHandleEx[AW],
5994         GetNativeSystemInfo, GetProcessHandleCount, GetProcessIoCounters):
5995         Add functions.
5996
5997 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5998
5999         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6000         (CheckRemoteDebuggerPresent, DebugActiveProcessStop, DebugBreakProcess,
6001         DebugSetProcessKillOnExit): Add functions.
6002
6003         * include/winbase.h [_WIN32_WINNT >= 0x0500] (DeleteTimerQueue,
6004         DeleteTimerQueueEx, DeleteTimerQueueTimer,
6005         DnsHostnameToComputerName[AW]): Add functions.
6006
6007         * lib/user32.def (CheckRemoteDebuggerPresent, DebugActiveProcessStop,
6008         DebugBreakProcess, DebugSetProcessKillOnExit, DeleteTimerQueueEx,
6009         DeleteTimerQueueTimer, DnsHostnameToComputerName[AW]): Add functions.
6010
6011 2003-10-07  Kobun Fujimori  <kobun@users.sourceforge.net>
6012
6013         * include/winbase.h (GetVolumePathNamesForVolumeName): Available
6014         on Windows XP and later.
6015
6016 2003-10-07  Manu B  <manubee@users.sourceforge.net>
6017
6018         * include/commctrl.h (TreeView_Select): Returns BOOL.
6019
6020 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6021
6022         * include/winbase.h (CancelDeviceWakeupRequest): Add function.
6023
6024         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6025         (CreateMemoryResourceNotification, DeactivateActCtx): Add functions.
6026
6027         * include/winbase.h [_WIN32_WINNT >= 0x0500] (CreateTimerQueue,
6028         CreateTimerQueueTimer): Add function.
6029
6030         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6031         (MEMORY_RESOURCE_NOTIFICATION_TYPE): Add enumeration.
6032
6033         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6034         (DEACTIVATE_ACTCTX_FLAG_FORCE_EARLY_DEACTIVATION): Add constant.
6035
6036         * include/winnt.h (WT_*): Add constants.
6037
6038         * lib/user32.def (CancelDeviceWakeupRequest,
6039         CreateMemoryResourceNotification, CreateTimerQueueTimer,
6040         DeactivateActCtx): Add functions.
6041
6042 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6043
6044         * include/winbase.h [_WIN32_WINNT >= 0x0400] (ConvertFiberToThread):
6045         Add function. Sometimes I don't understand MSDN. This function is
6046         available on Windows XP and Server 2003, but the SDK is supposed to
6047         make it available when _WIN32_WINNT >= 0x0400, or so says the MSDN.
6048         Mmmh...
6049
6050         * include/winbase.h [_WIN32_WINNT >= 0x0400] (CreateFiberEx):
6051         Guard function. Same remark as above.
6052
6053         * lib/user32.def (ConvertFiberToThread, CreateFiberEx):
6054         Add functions.
6055
6056 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6057
6058         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ACTCTX_FLAG_*):
6059         Add constants.
6060
6061         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ACTCTX[AW]): Add
6062         structures.
6063
6064         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ActivateActCtx): Add
6065         function. MSDN says the first argument is HACTCTX but I'm not sure
6066         where such a specialized handle is defined, so use HANDLE instead.
6067
6068         * include/winbase.h [_WIN32_WINNT >= 0x0501] (AttachConsole,
6069         CheckNameLegalDOS8Dot3[AW]): Add functions.
6070
6071         * lib/user32.def (ActivateActCtx, AttachConsole,
6072         CheckNameLegalDOS8Dot3[AW]): Add functions.
6073
6074         * lib/user32.def (AddLocalAlternateComputerName[AW]): Add functions.
6075         Unfortunately I don't know which header to put the declarations in.
6076
6077 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6078
6079         * include/winnls.h (CTRY_KYRGYZSTAN, CTRY_MALDIVES, CTRY_MONGOLIA):
6080         Add constants.
6081
6082         * include/winnls.h (NLS_FUNCTION, SYSGEOCLASS, SYSGEOTYPE): Add
6083         constants for National Language Support.
6084
6085         * include/winnls.h (NLSVERSIONINFO): Add structure for National
6086         Language Support.
6087
6088         * include/winnls.h (GEO_ENUMPROC): Add callback for National
6089         Language Support.
6090
6091         * include/winnls.h (EnumSystemGeoID, GetCalendarInfo[AW],
6092         GetGeoInfo[AW], GetUserGeoID, SetCalendarInfo[AW], SetUserGeoID):
6093         Add functions.
6094
6095         * include/winnls.h (IsNLSDefinedString, GetNLSVersion): Add
6096         functions. Strange... I am unable to find which library contains
6097         these functions. Can't find anything with pexports. Any clue?
6098
6099         * lib/user32.def (EnumSystemGeoID, GetGeoInfo[AW], GetUserGeoID,
6100         SetUserGeoID): Add functions.
6101
6102 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6103
6104         * include/winnt.h (LANG_KYRGYZ, LANG_MONGOLIAN, LANG_GALICIAN,
6105         LANG_SYRIAC, LANG_INVARIANT, SUBLANG_KASHMIRI_SASIA): Add constants.
6106
6107         * include/winnt.h (SUBLANG_AZERI_LATIN, SUBLANG_AZERI_CYRILLIC,
6108         SUBLANG_ENGLISH_ZIMBABWE, SUBLANG_ENGLISH_PHILIPPINES): Fix wrong
6109         value for constants.
6110
6111 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6112
6113         * include/wincrypt.h (SCHANNEL_MAC_KEY, SCHANNEL_ENC_KEY,
6114         INTERNATIONAL_USAGE, KP_SCHANNEL_ALG): Add constants. Specifying
6115         the algorithms.
6116
6117 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6118
6119         * include/wincrypt.h (CRYPT_FLAGS_*): Add constants. Protocol flags.
6120
6121 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6122
6123         * include/wincrypt.h (KP_*): Add constants. Needed by
6124         CryptSetKeyParam() and other functions.
6125
6126 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6127
6128         * include/winuser.h [_WIN32_WINNT >= 0x0501] (EVENT_*, CONSOLE_*):
6129         Add constants, related to Console Accessibility.
6130
6131 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6132
6133         * include/winuser.h [WINVER >= 0x0500] (EVENT_MAX): Ooops...
6134         wrong value for constant.
6135
6136 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6137
6138         * include/winuser.h [WINVER >= 0x0500] (EVENT_*): Add constants.
6139
6140         * include/uxtheme.h: Cleanup.
6141         * include/tmschema.h: Cleanup.
6142
6143 2003-10-02  Luke Dunstan  <infidel@users.sourceforge.net>
6144
6145         * include/winspool.h (GetDefaultPrinter[AW]): Add functions.
6146         * lib/winspool.def (GetDefaultPrinter[AW]): Add stubs.
6147
6148 2003-10-01  Danny Smith  <dannysmith@users.sourceforge.net>
6149
6150         * include/winnt.h (INVALID_FILE_ATTRIBUTES): Fix define.
6151
6152 2003-09-30  Danny Smith  <dannysmith@users.sourceforge.net>
6153
6154         * include/winuser.h (BSF_*, BSM_*):  Sync constants defined in
6155         both winuser.h and dbt.h.
6156         * include/dbt.h (BSF_*, BSM_*): Likewise.
6157
6158         * include/winuser.h (struct tagRAWINPUT): Remove
6159         _ANONYMOUS_UNION tag from named union.
6160         (struct tagRAWMOUSE): Add _ANONYMOUS_STRUCT to nameless struct.
6161
6162 2003-09-30  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6163
6164         * include/dhcpcdsk.h: New file.
6165         Note that MSDN is confused about whether it should start constant
6166         and structure names with DHCPCAPI or DHCPAPI. It's using both but
6167         experience suggests it's DHCPCAPI with `C'.
6168
6169         * lib/dhcpcsvc.def: New file.
6170
6171 2003-09-30  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6172
6173         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIM_INPUT,
6174         RIM_INPUTSINK): Add constants, for use by WM_INPUT notification.
6175
6176         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIDEV_REMOVE,
6177         RIDEV_EXCLUDE, RIDEV_PAGEONLY, RIDEV_NOLEGACY, RIDEV_INPUTSINK,
6178         RIDEV_CAPTUREMOUSE, RIDEV_NOHOTKEYS, RIDEV_APPKEYS): Add constants,
6179         for use in RAWINPUTDEVICE.
6180
6181         * include/winuser.h [_WIN32_WINNT >= 0x0501]
6182         (GetRawInputDeviceInfo[AW]): Ooops... there are
6183         ANSI/Unicode versions of this function.
6184
6185         * lib/user32.def (GetRawInputDeviceInfo[AW]): Ooops... there
6186         are ANSI/Unicode versions of this function.
6187
6188 2003-09-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6189
6190         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIM_TYPEMOUSE,
6191         RIM_TYPEKEYBOARD, RIM_TYPEHID, MOUSE_MOVE_RELATIVE,
6192         MOUSE_MOVE_ABSOLUTE, MOUSE_VIRTUAL_DESKTOP,
6193         MOUSE_ATTRIBUTES_CHANGED, RI_MOUSE_LEFT_BUTTON_DOWN,
6194         RI_MOUSE_LEFT_BUTTON_UP, RI_MOUSE_RIGHT_BUTTON_DOWN,
6195         RI_MOUSE_RIGHT_BUTTON_UP, RI_MOUSE_MIDDLE_BUTTON_DOWN,
6196         RI_MOUSE_MIDDLE_BUTTON_UP, RI_MOUSE_BUTTON_1_DOWNT_BUTTON_DOWN,
6197         RI_MOUSE_BUTTON_1_UP, RI_MOUSE_BUTTON_2_DOWNHT_BUTTON_DOWN,
6198         RI_MOUSE_BUTTON_2_UP, RI_MOUSE_BUTTON_3_DOWNDLE_BUTTON_DOWN,
6199         RI_MOUSE_BUTTON_3_UP, RI_MOUSE_BUTTON_4_DOWN,
6200         RI_MOUSE_BUTTON_4_UP, RI_MOUSE_BUTTON_5_DOWN,
6201         RI_MOUSE_BUTTON_5_UP, RI_MOUSE_WHEEL, KEYBOARD_OVERRUN_MAKE_CODE,
6202         RI_KEY_MAKE, RI_KEY_BREAK, RI_KEY_E0, RI_KEY_E1,
6203         RI_KEY_TERMSRV_SET_LED, RI_KEY_TERMSRV_SHADOW, RID_INPUT,
6204         RID_HEADER, RIDI_PREPARSEDDATA, RIDI_DEVICENAME,
6205         RIDI_DEVICEINFO): Add constants.
6206
6207         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RAWINPUTHEADER,
6208         RAWMOUSE, RAWKEYBOARD, RAWHID, RAWINPUT, RAWINPUTDEVICE,
6209         RAWINPUTDEVICELIST): Add structures.
6210
6211         * include/winuser.h [_WIN32_WINNT >= 0x0501] (DefRawInputProc,
6212         GetRawInputBuffer, GetRawInputData, GetRawInputDeviceInfo,
6213         GetRawInputDeviceList, GetRegisteredRawInputDevices): Add functions.
6214
6215         * lib/user32.def (DefRawInputProc, GetRawInputBuffer,
6216         GetRawInputData, GetRawInputDeviceInfo, GetRawInputDeviceList,
6217         GetRegisteredRawInputDevices): Add functions.
6218
6219 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6220
6221         * include/winable.h (BlockInput): Add function.
6222
6223         * include/winable.h (WS_ACTIVECAPTION): Add constant.
6224         For use with WINDOWINFO structure.
6225
6226         * include/winuser.h [_WIN32_WINNT >= 0x0500] (LockWorkStation):
6227         Add function.
6228
6229         * include/winuser.h [_WIN32_WINNT >= 0x0501] (IsWinEventHookInstalled):
6230         Add function.
6231
6232         * include/winuser.h [WINVER >= 0x0500] (UnhookWinEvent):
6233         Add function...
6234
6235         * include/winable.h [WINVER < 0x0500] (UnhookWinEvent):
6236         ...and duplicate.
6237
6238         * include/winuser.h [_WIN32_WINNT >= 0x0403] (SendInput):
6239         Guard function...
6240
6241         * include/winable.h [_WIN32_WINNT < 0x0403] (SendInput):
6242         ...and duplicate.
6243
6244         * include/winuser.h [WINVER >= 0x0500] (NotifyWinEvent):
6245         Guard function...
6246
6247         * include/winable.h [WINVER < 0x0500] (NotifyWinEvent):
6248         ...and duplicate.
6249
6250         * include/winuser.h [WINVER >= 0x0500] (MOUSEINPUT, KEYBDINPUT,
6251         HARDWAREINPUT, INPUT): Guard structures...
6252
6253         * include/winable.h [WINVER < 0x0500] (MOUSEINPUT, KEYBDINPUT,
6254         HARDWAREINPUT, INPUT): ...and duplicate.
6255
6256         * include/winuser.h [_WIN32_WINNT >= 0x0403] (INPUT_MOUSE,
6257         INPUT_KEYBOARD, INPUT_HARDWARE): Guard constants...
6258
6259         * include/winable.h [_WIN32_WINNT < 0x0403] (INPUT_MOUSE,
6260         INPUT_KEYBOARD, INPUT_HARDWARE): ...and duplicate.
6261
6262         * include/winuser.h: Move around some lines. Reformat according
6263         to recommended or dominant style. Remove FAR keyword.
6264
6265         * include/winable.h: Move around some lines.
6266
6267         * lib/user32.def (BlockInput, IsWinEventHookInstalled,
6268         LockWorkStation, UnhookWinEvent): Add functions.
6269
6270 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6271
6272         * include/winuser.h [_WIN32_WINNT >= 0x0501] (PrintWindow,
6273         PW_CLIENTONLY): Add function and constant.
6274
6275         * lib/user32.def (PrintWindow): Add function.
6276
6277 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6278
6279         * include/winuser.h (RealGetWindowClassA[AW]): Add function.
6280
6281         * lib/user32.def (RealGetWindowClassA[AW]): Add function.
6282
6283 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6284
6285         * include/winuser.h [WINVER >= 0x0500] (RegisterDeviceNotification[AW],
6286         DEVICE_NOTIFY_WINDOW_HANDLE, DEVICE_NOTIFY_SERVICE_HANDLE,
6287         DEVICE_NOTIFY_ALL_INTERFACE_CLASSES): Add function and constants.
6288
6289         * lib/user32.def (RegisterDeviceNotification[AW]): Add function.
6290
6291 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6292
6293         * include/winuser.h [WINVER >= 0x0500] (SetWinEventHook, WINEVENTPROC,
6294         WINEVENT_OUTOFCONTEXT, WINEVENT_SKIPOWNTHREAD, WINEVENT_SKIPOWNPROCESS,
6295         WINEVENT_INCONTEXT): Add function, typedef, and constants.
6296
6297         * include/winable.h [WINVER < 0x0500] (SetWinEventHook, WINEVENTPROC,
6298         WINEVENT_OUTOFCONTEXT, WINEVENT_SKIPOWNTHREAD, WINEVENT_SKIPOWNPROCESS,
6299         WINEVENT_INCONTEXT): Add function, typedef, and constants.
6300
6301         * include/winuser.h [_WIN32_WINNT >= 0x0500] (UserHandleGrantAccess):
6302         Add function.
6303
6304         * lib/user32.def (SetWinEventHook, UserHandleGrantAccess):
6305         Add functions.
6306
6307 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6308
6309         * include/winnt.h (ACE_INHERITED_OBJECT_TYPE_PRESENT,
6310         ACE_OBJECT_TYPE_PRESENT): Add constants.
6311         For use with OBJECTS_AND_NAME structure.
6312
6313 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6314
6315         * include/aclapi.h [_WIN32_WINNT >= 0x0501] (GetInheritanceSource[AW]):
6316         Add functions. Don't know what PFN_OBJECT_MGR_FUNCTS is so use
6317         void* instead.
6318
6319         * include/accctrl.h [_WIN32_WINNT >= 0x0501] (INHERITED_FROM[AW],
6320         PINHERITED_FROM[AW]): Add structures.
6321
6322         * lib/user32.def (GetInheritanceSource[AW]): Add functions.
6323
6324 2003-09-26  Corinna Vinschen  <corinna@vinschen.de>
6325
6326         * include/winuser.h (FLASHWINFO, PFLASHWINFO): Define for 98/Me, too.
6327
6328 2003-09-25  Danny Smith  <dannysmith@users.sourceforge.net>
6329
6330         * lib/version.def (LIBRARY): Quote name.
6331
6332 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6333
6334         * include/winuser.h (GetClipboardSequenceNumber): Add functions
6335         and constants.
6336
6337         * include/winuser.h (GetGuiResources, GR_GDIOBJECTS,
6338         GR_USEROBJECTS): Add functions and constants.
6339
6340         * include/winuser.h (GetMouseMovePointsEx, GMMP_USE_DISPLAY_POINTS,
6341         GMMP_USE_HIGH_RESOLUTION_POINTS): Add functions and constants.
6342
6343         * include/winuser.h (InSendMessageEx, ISMEX_NOSEND, ISMEX_CALLBACK,
6344         ISMEX_NOTIFY, ISMEX_REPLIED, ISMEX_SEND): Add functions and
6345         constants.
6346
6347         * lib/user32.def (GetClipboardSequenceNumber, GetGuiResources,
6348         GetMouseMovePointsEx, InSendMessageEx): Add functions.
6349
6350 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6351
6352         * include/winuser.h (BroadcastSystemMessage, BroadcastSystemMessageA,
6353         BroadcastSystemMessageW, BroadcastSystemMessageEx,
6354         BroadcastSystemMessageExA, BroadcastSystemMessageExW,
6355         BSMINFO, BSF_ALLOWSFW, BSF_SENDNOTIFYMESSAGE, BSF_LUID,
6356         BSF_RETURNHDESK): Add functions and constants.
6357
6358         * include/winuser.h (EnumDisplaySettingsEx, EnumDisplaySettingsExA,
6359         EnumDisplaySettingsExW, EDS_RAWMODE): Add functions and constant.
6360
6361         * include/winuser.h (IsGUIThread, IsHungAppWindow, FlashWindowEx,
6362         GetProcessDefaultLayout, SetProcessDefaultLayout,
6363         RealChildWindowFromPoint, SetProcessDefaultLayout,
6364         SwitchToThisWindow): Add functions.
6365
6366         * lib/user32.def (BroadcastSystemMessageA, BroadcastSystemMessageW,
6367         BroadcastSystemMessageExA, BroadcastSystemMessageExW,
6368         EnumDisplaySettingsExA, EnumDisplaySettingsExW, FlashWindowEx,
6369         GetProcessDefaultLayout, IsGUIThread, IsHungAppWindow,
6370         RealChildWindowFromPoint, SetProcessDefaultLayout,
6371         SwitchToThisWindow): Add function.
6372
6373 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6374
6375         * include/winuser.h (DeregisterShellHookWindow): Add function.
6376
6377         * include/winuser.h [_WIN32_WINNT >= 0x0500] (EndTask): Add function.
6378
6379         * lib/user32.def (EndTask): Add function.
6380
6381         * include/winuser.h (WINVER, _WIN32_WINNT): It's better (?) to
6382         use _WIN32_WINNT instead of WINVER to test for Windows 2000.
6383
6384         * include/winable.h: Reorder target macros.
6385
6386         * lib/*.def: Cleanup.
6387
6388 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6389
6390         * include/winuser.h [WINVER >= 0x0500] (AnimateWindow): Add
6391         function.
6392
6393         * lib/user32.def (AnimateWindow): Add function. By the way
6394         there are ~ 140 symbols missing from this file when comparing
6395         to user32.dll on Windows XP.
6396
6397 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6398
6399         * include/winuser.h [WINVER >= 0x0500] (AW_SLIDE, AW_ACTIVATE,
6400         AW_BLEND, AW_HIDE, AW_CENTER, AW_HOR_POSITIVE, AW_HOR_NEGATIVE,
6401         AW_VER_POSITIVE, AW_VER_NEGATIVE): Add constants. For use by
6402         AnimateWindow().
6403
6404 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6405
6406         * include/winuser.h [WINVER >= 0x0500] (GetGUIThreadInfo,
6407         LPGUITHREADINFO): Add function and associated typedef...
6408
6409         * include/winable.h [WINVER < 0x0500] (GetGUIThreadInfo,
6410         LPGUITHREADINFO): ...and duplicate them in <winable.h> as
6411         seems to be required on older versions of Windows.
6412
6413 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6414
6415         * include/GL/glu.h (gluErrorUnicodeStringWIN): Add macro
6416         function. MSDN suggests using gluErrorUnicodeStringWIN
6417         instead of gluErrorString, as it allows both ANSI and Unicode
6418         error strings.
6419
6420         * include/GL/glu.h (gluErrorUnicodeStringEXT): Make the
6421         returned pointer const for consistency reasons.
6422
6423 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6424
6425         * include/GL/glu.h (gluErrorUnicodeStringEXT): Add function.
6426         Function exists in glu32.def but is undocumented on MSDN.
6427         A Google search came up with this declaration.
6428
6429 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6430
6431         * include/GL/glu.h: Rewritten from scratch. Started from GLU 1.3
6432         headers from OpenGL Sample Implementation. Windows ships with
6433         GLU 1.2 so some constants and functions were removed. Then some
6434         typedef's and function declarations were reworked to look like
6435         the previous GL/glu.h.
6436
6437 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6438
6439         * include/uxtheme.h (PROPERTYORIGIN): the documentation of
6440         PROPERTYORIGIN suggests it's `PROPERTYORIGIN' but experimentation
6441         suggests it's actually `enum PROPERTYORIGIN'. Keep both.
6442
6443         * include/uxtheme.h (THEME_SIZE, THEMESIZE): MSDN suggests
6444         it's either `THEME_SIZE' or `THEMESIZE' but experimentation
6445         suggests it's actually `enum THEMESIZE'. Keep `THEME_SIZE'
6446         and `enum THEMESIZE'.
6447
6448 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6449
6450         * include/uxtheme.h: New file.
6451         * include/tmschema.h: New file.
6452         * include/uxtheme.def: New file.
6453         * lib/test.c: Include uxtheme.h, tmschema.h.
6454
6455 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6456
6457         * include/winuser.h (KEYEVENTF_UNICODE, KEYEVENTF_SCANCODE):
6458         Add defines.
6459
6460 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6461
6462         * include/winable.h [_WIN32_WINNT < 0x0403] (INPUT_MOUSE,
6463         INPUT_KEYBOARD, INPUT_HARDWARE): Duplicate defines in
6464         <winable.h> as seems to be required on older versions of
6465         Windows.
6466
6467 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6468
6469         * include/winuser.h [WINVER >= 0x0500] (CHILDID_SELF,
6470         GUI_CARETBLINKING, GUI_INMOVESIZE, GUI_INMENUMODE,
6471         GUI_SYSTEMMENUMODE, GUI_POPUPMENUMODE, GUI_16BITTASK):
6472         Add defines, the last one only on Windows XP...
6473
6474         * include/winable.h [WINVER < 0x0500] (CHILDID_SELF,
6475         GUI_CARETBLINKING, GUI_INMOVESIZE, GUI_INMENUMODE,
6476         GUI_SYSTEMMENUMODE, GUI_POPUPMENUMODE): ...and duplicate
6477         them in <winable.h> as seems to be required on older
6478         versions of Windows.
6479
6480 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6481
6482         * include/winuser.h [WINVER >= 0x0500] (GUITHREADINFO,
6483         OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR, OBJID_MENU,
6484         OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL, OBJID_SIZEGRIP,
6485         OBJID_CARET, OBJID_CURSOR, OBJID_ALERT, OBJID_SOUND): Bring
6486         back into <winuser.h>...
6487
6488         * include/winable.h [WINVER < 0x0500] (GUITHREADINFO,
6489         OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR, OBJID_MENU,
6490         OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL, OBJID_SIZEGRIP,
6491         OBJID_CARET, OBJID_CURSOR, OBJID_ALERT, OBJID_SOUND): ...and
6492         comment out in <winable.h>. MSDN may say <winable.h> but this
6493         breaks many programs. It seems it used to be <winable.h> on
6494         older versions of Windows.
6495
6496 2003-09-17  Danny Smith  <dannysmith@users.sourceforge.net>
6497
6498         * include/winuser.h (UpdateLayeredWindow): Protect against NOGDI.
6499         Thanks to Will Levine  <willll@users.sourceforge.net>
6500
6501 2003-09-15  Danny Smith  <dannysmith@users.sourceforge.net>
6502
6503         * include/ws2spi.h (LPWSPBIND): Change CONST LPSOCKADDR to
6504         const struct sockaddr*.
6505         (LPWSPCONNECT): Likewise.
6506         (LPWSPJOINLEAF): Likewise.
6507         (LPWSPSENDTO): Likewise.
6508         Tanks to Sebastian Nowak  <snowak1@users.spourceforge.net>
6509
6510 2003-09-15  Filip Navara  <xnavara@volny.cz>
6511
6512         * include/commctrl.h (TCIS_BUTTONPRESSED, TCIS_HIGHLIGHTED):
6513         Add definitions.
6514
6515 2003-09-15  Sascha Brawer  <brawer@dandelis.ch>
6516
6517         * include/winuser.h (DISPLAY_DEVICE_ATTACHED_TO_DESKTOP,
6518         DISPLAY_DEVICE_PRIMARY_DEVICE, DISPLAY_DEVICE_MIRRORING_DRIVER,
6519         DISPLAY_DEVICE_VGA_COMPATIBLE, DISPLAY_DEVICE_REMOVABLE,
6520         DISPLAY_DEVICE_MODESPRUNED): Define constants.
6521         (ChangeDisplaySettingsEx[A,W]): Add prototype.
6522
6523         * lib/user32.def (ChangeDisplaySettingsEx[A,W]): Add exports.
6524         (EnumDisplayDevices[A,W]): Likewise.
6525
6526 2003-09-15  Danny Smith  <dannysmith@users.sourceforge.net>
6527
6528         * include.commctrl.h (_WIN32_WINNT): Change _WXP to 0x0501,
6529         throughout.
6530
6531 2003-09-13  Danny Smith  <dannysmith@users.sourceforge.net>
6532
6533         * include/olectl.h (TEXTMETRICOLE, LPERRORLOG, LPPROPERTYBAG,
6534         LPENUMCONNECTIONPOINTS, LPCONNECTIONPOINT, LPENUMCONNECTIONS,
6535         LPPROPERTYPAGESITE, LPFONT, LPFONTDISP, OLE_COLOR, HIMETRIC,
6536         OLE_YPOS_HIMETRIC, OLE_XSIZE_HIMETRIC, OLE_YSIZE_HIMETRIC,
6537         OLE_YSIZE_CONTAINER, OLE_HANDLE, POINTF,LPPOINTF, CONTROLINFO,
6538         LPCONTROLINFO, CONNECTDATA, LPCONNECTDATA, LICINFO, LPLICINFO,
6539         CAUUID, LPCAUUID, CALPOLESTR, LPCALPOLESTR, CADWORD, LPCADWORD,
6540         PROPPAGEINFO, LPPROPPAGEINFO): Remove from here ...
6541         * include/ocidl.h: (TEXTMETRICOLE, LPERRORLOG, LPPROPERTYBAG,
6542         LPENUMCONNECTIONPOINTS, LPCONNECTIONPOINT, LPENUMCONNECTIONS,
6543         LPPROPERTYPAGESITE, LPFONT, LPFONTDISP, OLE_COLOR, HIMETRIC,
6544         OLE_YPOS_HIMETRIC, OLE_XSIZE_HIMETRIC, OLE_YSIZE_HIMETRIC,
6545         OLE_YSIZE_CONTAINER, OLE_HANDLE, POINTF, LPPOINTF, CONTROLINFO,
6546         LPCONTROLINFO, CONNECTDATA, LPCONNECTDATA, LICINFO, LPLICINFO,
6547         CAUUID, LPCAUUID, CALPOLESTR, LPCALPOLESTR, CADWORD, LPCADWORD,
6548         PROPPAGEINFO, LPPROPPAGEINFO): ... to here, for consistency
6549         with documentation.
6550         * include/olectl.h: Do #include <ocidl.h>.
6551         * include/ocidl.h: Don't #include <olectl.h>.
6552
6553 2003-09-13  Danny Smith  <dannysmith@users.sourceforge.net>
6554
6555         * include/winuser.h (_WIN32_WINNT, _WIN32_WINDOWS, WINVER):
6556         Change guards to use numeric constants, throughout.
6557
6558 2003-09-15  Earnie Boyd  <earnie@users.sf.net>
6559
6560         * include/w32api.h: Increment version to 2.5.
6561         * Makefile.in: Ditto.
6562
6563 2003-09-08  Justin Forest  <vhex@users.sourceforge.net>
6564
6565         * include/winuser.h (PM_QS_INPUT, PM_QS_POSTMESSAGE,
6566         PM_QS_PAINT, PM_QS_SENDMESSAGE): Add defines.
6567
6568 2003-09-08  Filip Navara  <xnavara@volny.cz>
6569
6570         * include/wingdi.h (GRADIENT_FILL_RECT_H, GRADIENT_FILL_RECT_V,
6571         GRADIENT_FILL_TRIANGLE, GRADIENT_FILL_OP_FLAG): Add defines.
6572
6573 2003-09-05  Earnie Boyd  <earnie@users.sf.net>
6574
6575         * include/w32api.h (_NT5, etc): Reverse the changes of 2003-07-01.
6576         * include/winbase.h (_NT5, etc): Ditto.
6577
6578 2003-09-02  Bart Oldeman  <bartoldeman@users.sourceforge.net>
6579
6580         * lib/snmpapi.def (LIBRARY) Add library name.
6581         Remove '\r', throughout.
6582         * lib/wsnmp32.def: Remove '\r', throughout.
6583         * lib/igmpagnt.def: Likewise.
6584
6585 2003-08-29  Steve Cleary  <scleary@jerviswebb.com>
6586
6587         * include/winuser.h (QS_ALLPOSTMESSAGE, QS_RAWINPUT): Add defines.
6588         (QS_INPUT, QS_ALLINPUT, QS_ALLEVENTS): Adjust by OR'ing with
6589         QS_RAWINPUT for _WIN32_WINNT >= 0x0501.
6590         (MWMO_*): Add flags.
6591
6592         * include/wincrypt.h (MS_ENHANCED_PROV[AW], MS_STRONG_PROV[AW],
6593         MS_DEF_RSA_SIG_PROV[AW], MS_DEF_RSA_SCHANNEL_PROV[AW],
6594         MS_DEF_DSS_PROV[AW], MS_DEF_DSS_DH_PROV[AW], MS_ENH_DSS_DH_PROV[AW],
6595         MS_DEF_DH_SCHANNEL_PROV[AW], MS_SCARD_PROV[AW]): Add definitions.
6596
6597 2003-08-26  Danny Smith  <dannysmith@users.sourceforge.net>
6598
6599         * lib/test.c: Add vfw.h to includes.
6600         * include/mmsystem.h: Add #ifndef guard to definition of
6601         mmioFOURCC macro.
6602         * include/vfw.h: Protect __OBJC__ from COM declarations.
6603
6604 2003-08-26  Filip Navara  <xnavara@volny.cz>
6605
6606         * include/vfw.h: New file.
6607
6608 2003-08-26  Filip Navara  <xnavara@volny.cz>
6609
6610         * include/ddk/winddk.h (RTL_REGISTRY_*): Add defines.
6611         (IoSetCompletionRoutine): Cast _CompletionRoutine arg to
6612         PIO_COMPLETION_ROUTINE.
6613
6614 2003-08-26  Danny Smith  <dannysmith@users.sourceforge.net>
6615
6616         * lib/test.c: Add snmp.h, winsnmp.h amd mgmtapi.h to
6617         includes.
6618
6619 2003-08-26  Filip Navara  <xnavara@volny.cz>
6620
6621         * include/snmp.h: New file.
6622         * include/winsnmp.h: New file.
6623         * include/mgmtapi.h: New file.
6624         * lib/snmpapi.def: New file.
6625         * lib/wsnmp32.def: New file.
6626         * lib/igmpagnt.def: New file.
6627         * lib/mgmtapi.def (SnmpMgrCtl) Add stub.
6628         (SnmpMgrGetTrapEx): Ditto.
6629         (SnmpMgrMIB2Disk): Remove.
6630         (dbginit): Remove.
6631
6632 2003-08-25  Steven Edwards  <Steven_Ed4153@yahoo.com>
6633
6634         * include/ddk/ntifs.h: Change all C++ style comments to C.
6635         * include/GL/gl.h: Ditto.
6636
6637 2003-08-25  Martin Fuchs  <Martin-Fuchs@gmx.net>
6638
6639         * include/shlobj.h (SFGAO_GHOSTED): Correct.
6640         (SFGAO_HIDDEN): Add define.
6641
6642 2003-08-25  Filip Navara  <xnavara@volny.cz>
6643
6644         * include/commctrl.h (ILCF_*): Add defines.
6645         (ILD_*): Ditto.
6646         (HDS_*): Ditto.
6647         (IPN_FIRST, IPN_LAST): Cast to UINT.
6648         (SBN_FIRST, SBN_LAST): Add defines.
6649         (PGN_*): Ditto.
6650         (HDF_JUSTIFYMASK): Fix typo.
6651         (HDM_*): Add defines.
6652         (HICF_*): Ditto.
6653         (I_INDENTCALLBACK,I_IMAGENONE): Ditto.
6654         (TBSTATE_MARKED): Add define.
6655         (TBSTYLE_EX_*): Add defines.
6656         (TBCDRF_*): Ditto.
6657         (IDB_HIST_SMALL_COLOR,IDB_HIST_LARGE_COLOR): Ditto.
6658         (TB_*): Ditto.
6659         (TBN_*): Ditto.
6660         (TBNRF_*): Ditto.
6661         (TTF_*): Ditto.
6662         (TBCD_*): Ditto.
6663         (TBDDRET_*): Ditto.
6664         (TBIMHT_*): Ditto.
6665         (TTM_*): Ditto.
6666         (UDM_*): Ditto.
6667         (TBIF_BYINDEX): Define as hex constant.
6668         (CDIS_*): Add defines.
6669         (CDDS_SUBITEM): Add define.
6670         (LVIF_*): Add defines.
6671         (LVM_*): Ditto.
6672         (LVGIT_UNFOLDED): Add define.
6673         (TVM_): Add defines.
6674         (TVE_EXPANDPARTIAL): Add define.
6675         (TVGN_LASTVISIBLE): Ditto.
6676         (TVN_*): Add defines.
6677         (TVNRET_*): Add defines.
6678         (TCIF_STATE): Add define.
6679         (NM_TOOLTIPSCREATED): Ditto.
6680         (CCM_*): Add defines.
6681         (INFOTIPSIZE): Add numeric value.
6682         (ODT_LISTVIEW): Ditto.
6683         (MCM_GETMAXTODAYWIDTH): Ditto.
6684         (MCHT_*): Add defines.
6685         (UDM_SETRANGE32,UDM_GETRANGE32): Define in terms of WM_USER.
6686         (PGF_*): Add defines.
6687         (PGM_*): Ditto.
6688         (TBINSERTMARK): Add structure.
6689         (LPIMAGEINFO) Add typedef.
6690         (LPHDHITTESTINFO): Ditto.
6691         (NMLVGETINFOTIP[AW]: Add structures.
6692         (NMTBCUSTOMDRAW): Add structure.
6693         (TTTOOLINFOA_V*_SIZE): Add macros.
6694         (TTTOOLINFOW_V1_SIZE): Ditto.
6695         (IMAGELISTDRAWPARAMS): Add new members for WXP.
6696         (LVITEM[AW]: Ditto.
6697         (TCITEM[AW]):Ditto.
6698         (CCSIZEOF_STRUCT): Correct macro definition.
6699         (ListView_*): Add new macros.
6700         (HIMAGELIST): Correct typedef.
6701         (HTREEITEM): Ditto.
6702
6703 2003-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
6704
6705         * commctrl.h (TC_HITTESTINFO): Remove. Add defines for
6706         TCHITTESTINFO for backward compatibility.
6707         (TC_ITEM[AW]): Rename to TCITEM[AW]. Add defines for backward
6708         compatibility.
6709
6710 2003-08-24   Danny Smith  <dannysmith@users.sourceforge.net>
6711
6712         * include/objidl.h (COBJMACROS): Define macros only
6713         if using C interace.
6714         * include/unknwn.h: Ditto.
6715         * include/comcat.h: Ditto.
6716
6717 2003-08-24  Filip Navara  <xnavara@volny.cz>
6718
6719         * include/prsht.h (PSH_WIZARDHASFINISH, PSH_WIZARD_LITE,
6720         PSH_NOCONTEXTHELP): Define.
6721         (PSH_WIZARD97): Fix definition for _WIN32_IE >= 0x500.
6722         * include/winuser.h (DFCS_TRANSPARENT, DFCS_HOT): Define.
6723         (LPDLGTEMPLATE[AW]): Add typedefs.
6724
6725 2003-08-22  Filip Navara  <xnavara@volny.cz>
6726
6727         * include/aclapi.h (BuildImpersonateExplicitAccessWithName[AW]):
6728         Add prototypes.
6729         BuildImpersonateTrustee[AW]): Add prototypes.
6730         GetMultipleTrustee[AW]): Add prototypes.
6731         GetMultipleTrusteeOperation[AW]): Add prototypes.
6732
6733 2003-08-22   Danny Smith  <dannysmith@users.sourceforge.net>
6734
6735         * include/winnt.h (IMAGE_SUBSYSTEM_XBOX): Add define.
6736
6737 2003-08-22  Mihai Preda  <mihai_preda@users.sourceforge.net>
6738
6739         * include/shlobj.h (IPersistFolder::GetClassID):
6740         Correct declaration.
6741         (CMF_*) Add missing defines.
6742
6743 2003-08-22   Danny Smith  <dannysmith@users.sourceforge.net>
6744
6745         * include/winuser.h (DC_BUTTONS): Add define.
6746
6747 2003-08-22  Andrew Greenwood  <lists@silverblade.co.uk>
6748
6749         * include/winuser.h (DC_GRADIENT): Add define.
6750
6751 2003-08-22  Martin Fuchs  <Martin-Fuchs@gmx.net>
6752
6753         * include/commctrl.h (BTNS_*): Define BTNS_* as successors to the
6754         older TBSTYLE_* constants.
6755
6756 2003-08-18  Danny Smith  <dannysmith@users.sourceforge.net>
6757
6758         * include/commctrl.h (TB_*) Group defines together.
6759
6760 2003-08-18  Martin Fuchs  <Martin-Fuchs@gmx.net>
6761
6762         * include/winuser.h (ICON_SMALL2): Define.
6763         * include/commctrl.h (TB_SETBUTTONWIDTH, TB_SETDRAWTEXTFLAGS):
6764         Define.
6765         * include/shlobj.h (SHDRAGIMAGE): Define structure.
6766         (IDragSourceHelper) Define interface.
6767         (IDropTargetHelper): Likewise.
6768         (IExtractIcon): Unicode it.
6769         (ICommDlgBrowser): Use IShellView type as param in OnDefaultCommand,
6770         OnStateChange and IncludeObject methods.
6771
6772 2003-08-17  Martin Fuchs  <Martin-Fuchs@gmx.net>
6773
6774         * include/commctrl.h (TreeView_GetScrollTime,
6775         TreeView_SetScrollTime): Define macros.
6776         * include/winuser.h (GetShellWindow): Add prototype.
6777         * include/objidl.h (STGMEDIUM): Correct lpszFileName type.
6778
6779 2003-08-15  Martin Fuchs  <Martin-Fuchs@gmx.net>
6780
6781         * include/shguid.h (CLSID_DragDropHelper, IID_IDropTargetHelper,
6782         IID_IDragSourceHelper): Declare.
6783         * lib/shell32.c (CLSID_DragDropHelper, IID_IDropTargetHelper,
6784         IID_IDragSourceHelper): Define.
6785
6786 2003-08-15  Andrew Greenwood  <lists@silverblade.co.uk>
6787
6788         * include/wingdi.h (DEVMODE[AW]) Correct structure definition.
6789         * include/ddk/ntapi.h (LPC_TYPE): Add LPC_CONNECTION_REFUSED.
6790         * include/ddk/winddk.h (IRP_*): Add constants as anonymous enum.
6791
6792 2003-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
6793
6794         * lib/uuid.c (CGID_Explorer, CGID_ShellDocView,
6795         CGID_ShellServiceObject): Remove definitions.
6796         * lib/shell32.c (CGID_ShellServiceObject): Add definition.
6797
6798 2003-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
6799
6800         * include/shlobj.h (SHELLSTATE): Add structure.
6801         (SHGetSetSettings): Add prototype.
6802         (SHGetSettings): Add prototype.
6803         * lib/shell32.def (SHGetSetSettings): Add stub.
6804
6805 2003-08-10  Phil Krylov  <likewolf@users.sourceforge.net>
6806
6807         * include/commctrl.h (HDM_ORDERTOINDEX): Add define.
6808         (Header_OrderToIndex): Add macro.
6809         (Header_GetOrderArray): Add macro.
6810
6811         * include/commdlg.h (FR_MATCHALEFHAMZA,
6812         FR_MATCHDIAC, FR_MATCHKASHIDA): Add defines.
6813
6814 2003-08-10  Martin Fuchs  <Martin-Fuchs@gmx.net>
6815
6816         * include/commctrl.h (TVM_GETSCROLLTIME,
6817         TVM_SETSCROLLTIME): Add defines.
6818
6819 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
6820
6821         * include/shlobj.h (SHELLFLAGSTATE): Add structure.
6822         (SHGetInstanceExplorer): Correct return type.
6823         (SHGetFolderPath[AW]): Likewise.
6824         Thanks to Magnus Olsen  <greatlord@sourceforge.users.net>
6825         for report.
6826
6827 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
6828
6829         * lib/test.c: Include winldap.h, ntldap.h, winber.h.
6830
6831 2003-08-01  Filip Navara  <xnavara@volny.cz>
6832
6833         * include/winldap.h: New file.
6834         * include/ntldap.h: New file.
6835         * include/winber.h: New file.
6836         * lib/winldap32.def: New file.
6837
6838 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
6839
6840         * include/ddk/atm.h: Remove stray '.';
6841
6842 2003-08-01  Gisle Vanem  <gvanem@broadpark.no>
6843
6844         * include/ddk/winddk.h: Remove trailing ';' from macros,
6845         throughout. Add () around defines with cast returns, throughout.
6846
6847 2003-07-31  Martin Fuchs  <Martin-Fuchs@gmx.net>
6848
6849         * include/shlobj.h (SFGAO_COMPRESSED): Add define.
6850         (SFGAOF, SHGDNF): Add typedef's.
6851         (SHCONTF): Extend enum.
6852
6853 2003-07-31  Danny Smith  <dannysmith@users.sourceforge.net>
6854
6855         * include/shellapi.h: Include all structs within pshpack2.h/
6856         poppack.h block.
6857
6858 2003-07-26  Danny Smith  <dannysmith@users.sourceforge.net>
6859
6860         * include/winuser.h (ASFW_ANY, LSFW_LOCK, LSFW_UNLOCK,
6861         LWA_COLORKEY, LWA_ALPHA): Guard with _WIN32_WINNT,
6862         _WIN32_WINDOWS, not WINVER.
6863         (AllowSetForegroundWindow,LockSetForegroundWindow,
6864         SetLayeredWindowAttributes): Likewise.
6865         (GetLayeredWindowAttributes,UpdateLayeredWindow): Add prototypes.
6866         * lib/user32.def (GetLayeredWindowAttributes,UpdateLayeredWindow):
6867         Add stubs.
6868
6869 2003-07-26  Eric R. Krause  <ekrause_98@users.sourceforge.net>
6870
6871         * include/objidl.h (IMalloc): Fix typo.
6872
6873 2003-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
6874
6875         * include/dkk/ntifs.h: Fix typo in guard for
6876         #pragma GCC system_header.
6877
6878 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
6879
6880         * include/objidl.h (PropVariant): Add CHAR cVal field
6881         to union.
6882         (FMTID_SummaryInformation, FMTID_DocSummaryInformation,
6883         FMTID_UserDefinedProperties): Declare.
6884
6885 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
6886
6887         * include/winbase.h (GetModuleHandleEx[AW]): Add prototypes.
6888
6889 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
6890
6891         * include/winbase.h (DUPLICATE_CLOSE_SOURCE,
6892         DUPLICATE_SAME_ACCESS): Remove defines.
6893         (HANDLE_FLAG_INHERIT, HANDLE_FLAG_PROTECT_FROM_CLOSE): Sync with
6894         ddk/ntapi.h defines.
6895         (SEM_*) : Likewise.
6896         * include/winnt.h (COMPRESSION_*, ACCESS_*, SYSTEM_*): Sync with
6897         ddk/ntifs.h defines.
6898         (FILE_*): Likewise.
6899         (MEM_IMAGE, SEC_*): Likewise.
6900         (DUPLICATE_CLOSE_SOURCE, DUPLICATE_SAME_ACCESS,
6901         DUPLICATE_SAME_ATTRIBUTES): Sync with ddk/winddk.h defines.
6902         (TOKEN_*): Sync with ddk/ntifs.h defines.
6903         * include/ddk/ntapi.h: Add comments noting definitions in
6904         winbase.h.
6905         * include/ddk/ntifs.h: Add comments noting definitions in
6906         winnt.h.
6907         * include/ddk/winddk.h: Add comments noting definitions in
6908         winnt.h.
6909
6910 2003-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
6911
6912         * include/winnt.h (FILE_*): Sync with ddk/winddk.h.
6913         * include/winioctl.h (FILE_*): Sync with ddk/winddk.h.
6914
6915 2003-07-17  Pierre Humblet  <pierre.humblet@ieee.org>
6916
6917         * include/mmsystem.h (TIME_KILL_SYNCHRONOUS): Add define.
6918
6919 2003-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
6920
6921         Clean up warnings in ddk.
6922
6923         * include/ddk/atm.h (_ATM_AAL_OOB_INFO): Add _ANONYMOUS_UNION,
6924         conditional on  __cplusplus.
6925         * include/ddk/scsi.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
6926         defines, throughout.
6927         (_CDB): Add _ANONYMOUS_UNION, conditional on __cplusplus.
6928         * include/ddk/cfg.h (_PNP_VETO_TYPE): Remove extra comma.
6929         * include/ddk/cfgmgr32.h: Change C++ comment style to ISO C.
6930         * include/ddk/ddkmapi.h (_DDLOCKOUT): Add _ANONYMOUS_UNION defines.
6931         * include/ddk/hidpi.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
6932         defines, throughout.
6933         * include/ddk/ndis.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
6934         defines, throughout. Remove trailing semicolon from *_S 'structure'
6935         macro expansion, throughout. Remove trailing semicolon from
6936         DECLARE_UNKNOWN_STRUCT macro expansion.
6937         * include/ddk/ndiswan.h (_NDIS_WAN_COMPRESS_INFO): Add
6938         _ANONYMOUS_UNION.
6939         * include/ddk/ntapi.h (_PROCESS_DEVICEMAP_INFORMATION,
6940         _PROCESS_SESSION_INFORMATION): Add _ANONYMOUS_UNION.
6941         * include/ddk/ntddcdrm.h (CDROM_TOC_CD_TEXT_DATA_BLOCK):
6942         Add _ANONYMOUS_UNION.
6943         * include/ddk/ntdddisk.h: Add _ANONYMOUS_UNION, throughout.
6944         * include/ddk/ntddmou.h:  Add _ANONYMOUS_UNION, throughout.
6945         * include/ddk/ntifs.h:  Add _ANONYMOUS_UNION, throughout.
6946         (ZwQueryObject): Change 2nd param to OBJECT_INFORMATION_CLASS, to
6947         match proto in ntapi.h.
6948         (ZwSetInformationObject): Likewise.
6949         * include/ddk/srb.h (SCSI_REQUEST_BLOCK): Add _ANONYMOUS_UNION.
6950         (SCSI_ADAPTER_CONTROL_TYPE): Add __extension__.
6951         * include/ddk/tdikrnl.h (TDI20_CLIENT_INTERFACE_INFO): Add
6952         _ANONYMOUS_UNION and _ANONYMOUS_STRUCT.
6953         * include/ddk/usb.h (USB): Add _ANONYMOUS_UNION.
6954         * include/ddk/usbcamdi.h (USBCAMD_CamControlFlags): Remove
6955         last comma.
6956         * include/ddk/video.h (STATUS_BLOCK): Add _ANONYMOUS_UNION.
6957         * include/ddk/winddk.h (DECLARE_INTERNAL_OBJECT): Remove
6958         trailing semicolon when expanding macro.
6959         (GENERAL_LOOKASIDE_S): Likewise.
6960         Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT, throughout.
6961         Change inline to __inline, throughout.
6962         * include/ddk/winnt4.h: Change inline to __inline, throughout.
6963
6964 2003-07-13  Casper S. Hornstrup  <chorns@users.sourceforge.net>
6965
6966         * include/ddk/ntifs.h (KeInsertQueueApc): Make return type
6967         BOOLEAN. Name parameter 4 PriorityBoost and make it of type
6968         KPRIORITY.
6969         * include/ddk/winddk.h (_KPCR): Put IDT field on next line.
6970         * include/ddk/winddk.h (_IO_STATUS_BLOCK, _IRP, _OWNER_ENTRY,
6971         _ERESOURCE, _IMAGE_INFO, _CREATE_DISK, _DISK_SIGNATURE, _KPCR_TIB):
6972         Apply _ANONYMOUS_UNION to anonymous unions and _ANONYMOUS_STRUCT
6973         to anonymous structs.
6974
6975 2003-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
6976
6977         * include/winnt.h (PVOID): Move to before HANDLE typedef.
6978
6979         * include/winuser.h (mouse_event): Correct type of fifth param,
6980         Thanks to: Andrew Jones <guln at users dot sourceforge dot net>
6981
6982 2003-07-11  Earnie Boyd  <earnie@users.sf.net>
6983
6984         * include/winnt.h (HANDLE): Define based on STRICT filter.
6985         (THREAD_BASE_PRIORITY_MIN): Use parens around negative value.
6986         (THREAD_BASE_PRIOIRTY_IDLE): Ditto.
6987
6988 2003-07-08  Danny Smith  <dannysmith@users.sourceforge.net>
6989
6990         * include/commctrl.h (NMTVDISPINFO[AW]): Replace obsolete struct
6991         names _TV_DISPINFO[AW] and typedefs. Add defines for backward
6992         compatability. Thanks to Magnus Olsen <greatlord@users.sf.net>
6993         for report.
6994
6995 2003-07-03  Earnie Boyd  <earnie@users.sf.net>
6996
6997         * config.guess, config.sub: Update with new versions from ftp.gnu.org.
6998
6999 2003-07-03  Luke Dunstan  <infidel@users.sf.net>
7000
7001         * include/commdlg.h (CommDlg_OpenSave_*): Add parentheses around
7002         macro arguments. Thanks to Tom Bishop <tombishop@users.sf.net>.
7003         * include/winuser.h (MONITOR_DEFAULTTONULL, MONITOR_DEFAULTTOPRIMARY,
7004         MONITOR_DEFAULTTONEAREST, MONITORINFOF_PRIMARY): Add defines.
7005         (TPM_RECURSE): Add guard for Win98/Win2K.
7006         Thanks to Magnus Olsen <greatlord@users.sf.net>.
7007
7008 2003-07-01  Earnie Boyd  <earnie@users.sf.net>
7009
7010         * include/basetyps.h (small, hyper): Change to __small and __hyper to
7011         avoid user namespace conflicts.
7012
7013 2003-07-01  Earnie Boyd  <earnie@users.sf.net>
7014
7015         * include/w32api.h (_NT4, _W98, _WME, _NT5, _W2000, _WXP, _W2003,
7016         _IE3, _IE4, _IE5, _IE6): Add definitions.
7017         * include/winbase.h (GetLongPathName[AW]): Add guard for OS >= NT5 or
7018         >= Win98.
7019         Change existing guards to use the above macro names as appropriate.
7020         * include/basetyps.h (__int32, __int16, __int8, small, hyper): Define.
7021         Note: Also added to mingw/include/_mingw.h.
7022
7023 2003-06-28  Steven Edwards  <Steven_Ed4153@yahoo.com>
7024
7025         * include/shlwapi.h (UrlGetLocationA, UrlGetLocationW,
7026         PathFindSuffixArrayA, PathFindSuffixArrayW,
7027         PathFindExtensionA, PathFindExtensionW, StrStrW
7028         StrStrA): Change unicode-macro'd LP[C]TSTR return values to
7029         explicit type.
7030
7031 2003-06-26  Mattia Barbon  <mbarbon@dsi.unive.it>
7032
7033         * include/richedit.h (PARAFORMAT2): Add definition.
7034         * include/richedit.h (PFA_*, PFE_*, PFM_*): Add some
7035         missing constants.
7036
7037 2003-06-17  Danny Smith  <dannysmith@users.sourceforge.net>
7038
7039         * include/shellapi.h (SHQUERYRBINFO): Add structure,
7040         (SHQueryRecycleBin[AW]. SHEmptyRecycleBin[AW]):Add prototypes.
7041         (SHERB_NOCONFIRMATION, SHERB_NOPROGRESSUI, SHERB_NOSOUND):
7042         Add defines. Thanks to Brett Hart <brett at ncubedtech dot com>
7043
7044 2003-06-17  Danny Smith  <dannysmith@users.sourceforge.net>
7045
7046         * include/winbase.h (GlobalCompact, GlobalFix, GlobalFlags,
7047         GlobalUnfix, GlobalUnWire, GlobalWire, LocalCompact,
7048         LocalFlags, LocalShrink, LockSegment, UnlockSegment): Add comment
7049         that these are obsolete no-ops.
7050
7051 2003-06-17  Bang Jun-Young  <junyoung@netbsd.org>
7052
7053         * include/winbase.h (GetProcessWorkingSetSize,
7054         GlobalCompact, LocalAlloc, LocalCompact, LocalReAlloc,
7055         LocalShrink, SignalObjectAndWait, WriteProcessMemory):
7056         Correct prototypes.
7057
7058 2003-06-18  Steven Edwards  <Steven_Ed4153@yahoo.com>
7059
7060         * include/winuser.h (TPM_RECURSE): Add define.
7061
7062 2003-06-06  Danny Smith  <dannysmith@users.sourceforge.net>
7063
7064         * lib/test.c: #include <powrprof.h>.
7065
7066 2003-06-06  James E. Lucas  <xelloss@sourceforge.net>
7067
7068         * include/powerprof.h: New file.
7069         * lib/powerprof.def: New file.
7070
7071 2003-06-06  Danny Smith  <dannysmith@users.sourceforge.net>
7072
7073         * include/winnt (SLIST_HEADER): Add C90 anonymous struct
7074         protection.
7075
7076 2003-06-05  Luke Dunstan  <infidel@users.sourceforge.net>
7077
7078         * include/winuser.h (WNDCLASS[AW], WNDCLASSEX[AW]): Change type of
7079         hInstance members to HINSTANCE.
7080         Thanks to: Brenden T. <brenden@rcsis.com>
7081
7082 2003-06-05  Bart Oldeman  <bartoldeman@users.sourceforge.net>
7083
7084         * include/lmaccess.h (UF_MNS_LOGON_ACCOUNT): Add define.
7085         * include/wingdi.h (LPRGBTRIPLE, LPRGBQUAD): Add typedefs.
7086
7087 2003-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
7088
7089         * include/ddk/ntpoapi.h (POWER_INFORMATION_LEVEL): Remove.
7090         * include/winnt.h (POWER_INFORMATION_LEVEL): Add.
7091         * include/ddk/winddk.h (SINGLE_LIST_ENTRY,SLIST_HEADER):
7092         Remove.
7093         * include/ddk/ndis.h (NdisAllocateSpinLock): Add missing '\'.
7094
7095 2003-05-30  Mattia Barbon  <mbarbon@dsi.unive.it>
7096
7097         * lib/oleacc.def: New file.
7098         * include/winable.h: New file.
7099         * include/oleacc.h: Add extern "C" guard.
7100         (NAVDIR_*, ROLE_*, STATE_*): Add missing constants.
7101         (AccessibleChildren, AccessibleObjectFromEvent,
7102         AccessibleObjectFromPoint, AccessibleObjectFromWindow,
7103         CreateStdAccessibleProxy[AW], GetOleaccVersionInfo, GetRoleText[AW],
7104         GetStateText[AW], LresultFromObject, ObjectFromLresult,
7105         WindowFromAccessibleObject): Add prototypes and UNICODE mappings.
7106         * include/winuser.h (NotifyWinEvent): Add prototype.
7107         (OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR,
7108         OBJID_MENU, OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL,
7109         OBJID_SIZEGRIP, OBJID_CARET, OBJID_CURSOR, OBJID_ALERT,
7110         OBJID_SOUND): Move from here to...
7111         * include/winable.h (OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR,
7112         OBJID_MENU, OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL,
7113         OBJID_SIZEGRIP, OBJID_CARET, OBJID_CURSOR, OBJID_ALERT,
7114         OBJID_SOUND): Here, as per documentation.
7115         * lib/test.c: Include winable.h.
7116         * lib/user32.def (NotifyWinEvent): Add missing export.
7117
7118 2003-05-30  Bang Jun-Young  <junyoung@netbsd.org>
7119
7120         * include/winbase.h (HeapCompact): Correct prototype.
7121         * include/winnt.h (SINGLE_LIST_ENTRY, SLIST_ENTRY,
7122         SLIST_HEADER): Add.
7123
7124 2003-05-27  Andrew C. Stadt  <acstadt@sympatico.ca>
7125
7126         * include/winuser.h (LWA_COLORKEY, LWA_ALPHA): Add defines.
7127
7128 2003-05-25  Bill C. Riemers  <cygwin@docbill.net>
7129
7130         * include/winuser.h (EnumDisplayDevicesW): Fix typo.
7131
7132 2003-05-23  Danny Smith  <dannysmith@users.sourceforge.net>
7133
7134         * include/winuser.h (EnumDisplayDevices[AW]): Add prototypes.
7135         * include/wingdi.h (DISPLAY_DEVICE): UNICODE it.
7136
7137 2003-05-23  Andrew Dunbar  <hippietrail@users.sourceforge.net>
7138
7139         * include/wingdi.h (GCP_RESULTS[AW]) Correct type of
7140         lpGlyphs field to LPWSTR.
7141
7142 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
7143
7144         * include/wincrypt.h (PLAINTEXTKEYBLOB, OPAQUEKEYBLOB,
7145         PUBLICKEYBLOBEX, SYMMETRICWRAPKEYBLOB) Add defines.
7146         (PP_*): Add defines.
7147         (CryptContextAddRef): Add prototype.
7148         Thanks to: Shura Zam  <debil_urod@users.sourceforge.net>
7149
7150 2003-05-18  Manu B  <manubee@users.sourceforge.net>
7151
7152         * include/commctrl.h (TVSORTCB): Rename old TV_SORTCB structure.
7153
7154 2003-05-18  Bang Jun-Young  <junyoung@netbsd.org>
7155
7156         * include/winbase.h (CREATE_DEFAULT_ERROR_MODE,
7157         DEBUG_PROCESS, DEBUG_ONLY_THIS_PROCESS, CREATE_SUSPENDED,
7158         DETACHED_PROCESS, CREATE_NEW_CONSOLE, NORMAL_PRIORITY_CLASS,
7159         IDLE_PRIORITY_CLASS, HIGH_PRIORITY_CLASS, REALTIME_PRIORITY_CLASS,
7160         CREATE_NEW_PROCESS_GROUP, CREATE_UNICODE_ENVIRONMENT,
7161         CREATE_SEPARATE_WOW_VDM, CREATE_SHARED_WOW_VDM, CREATE_FORCEDOS,
7162         CREATE_NO_WINDOW): Convert to hexadecimal form for better
7163         readability.
7164         (BELOW_NORMAL_PRIORITY_CLASS, ABOVE_NORMAL_PRIORITY_CLASS,
7165         CREATE_BREAKAWAY_FROM_JOB, CREATE_WITH_USERPROFILE): Add.
7166
7167 2003-05-15  Danny Smith  <dannysmith@users.sourceforge.net>
7168
7169         * include/ddk/ndis.h (NDIS30_MINIPORT_CHARACTERISTICS_S):
7170         Unname anonymous unions if NONAMELESSUNION not defined.
7171
7172 2003-05-14  Bang Jun-Young  <junyoung@netbsd.org>
7173
7174         * include/winbase.h (GMEM_VALID_FLAGS): Add.
7175
7176 2003-05-13  Danny Smith  <dannysmith@users.sourceforge.net>
7177
7178         * include/prsht.h (PROPSHEETHEADER[AW]: Mark
7179         anonymous unions as GCC extension.
7180
7181 2003-05-13  Danny Smith  <dannysmith@users.sourceforge.net>
7182
7183         * include/oleidl.h  (LPENUMOLEDOCUMENTVIEWS): Remove typedef.
7184         (IEnumOleDocumentViews): Remove commented out DECLARE_ENUMERATOR.
7185         * include/docobj.h  (LPENUMOLEDOCUMENTVIEWS): Add typedef (previously
7186         commented out).
7187         (IEnumOleDocumentViews): Add definition using DECLARE_ENUMERATOR.
7188
7189 2003-05-12  Earnie Boyd  <earnie@users.sf.net>
7190
7191         * include/commctrl.h: (MCSC_BACKGROUND, MCSC_TEXT, MCSC_TITLEBK,
7192         MCSC_TITLETEXT, MCSC_MONTHBK, MCSCTRAILTEXT): Define.
7193         Thanks to: Robert Wishlaw  <rwishlaw @ shaw . ca>
7194
7195 2003-05-12  Danny Smith  <dannysmith@users.sourceforge.net>
7196
7197         * include/olectl.h (IOleControl,IOleControlSite,ISimpleFrameSite,
7198         IErrorLog,IPropertyBag,IPersistPropertyBag,IPersistStreamInit,
7199         IPersistMemory,IPropertyNotifySink,IProvideClassInfo,
7200         IProvideClassInfo2,IConnectionPointContainer,
7201         IEnumConnectionPoints,IConnectionPoint,IEnumConnections,
7202         IClassFactory2,ISpecifyPropertyPages,IPerPropertyBrowsing,
7203         IPropertyPageSite,IPropertyPage,IPropertyPage2,IFont,IFontDisp,
7204         IPicture,IPictureDisp): Move from here to...
7205         * include/ocidl.h (IOleControl,IOleControlSite,ISimpleFrameSite,
7206         IErrorLog,IPropertyBag,IPersistPropertyBag,IPersistStreamInit,
7207         IPersistMemory,IPropertyNotifySink,IProvideClassInfo,
7208         IProvideClassInfo2,IConnectionPointContainer,
7209         IEnumConnectionPoints,IConnectionPoint,IEnumConnections,
7210         IClassFactory2,ISpecifyPropertyPages,IPerPropertyBrowsing,
7211         IPropertyPageSite,IPropertyPage,IPropertyPage2,IFont,IFontDisp,
7212         IPicture,IPictureDisp): Here, as per documentation.
7213
7214 2003-05-12  Mattia Barbon  <mbarbon@dsi.unive.it>
7215
7216         * include/oleauto.h (VarR8FromDec, VarDecFromR8): Add prototypes.
7217         * include/winbase.h (TerminateJobObject,
7218         AssignProcessToJobObject): Likewise.
7219         * include/servprov.h: New header.
7220         * lib/test.c: Include servprov.h.
7221
7222 2003-05-10  Danny Smith  <dannysmith@users.sourceforge.net>
7223
7224         * include/shlguid.h (CGID_ShellServiceObject): Declare.
7225         * lib/uuid.c (CGID_ShellServiceObject): Define guid.
7226         Thanks to Chris Sutcliffe  <ir0nh34d#users.sourceforge.net>
7227         * include/winuser.h (SetLayeredWindowAttributes): Add prototype.
7228         * lib/user32.def (SetLayeredWindowAttributes): Add stub.
7229         * lib/uuid.c (CGID_Explorer, CGID_ShellDocView): Define guids.
7230
7231 2003-05-05  Danny Smith  <dannysmith@users.sourceforge.net>
7232
7233         * include/commctrl.h (STATUSCLASSNAME, TOOLBARCLASSNAME,
7234         TOOLTIPS_CLASS, TRACKBAR_CLASS, UPDOWN_CLASS, PROGRESS_CLASS,
7235         HOTKEY_CLASS): Remove dupicate defines for UNICODE case.
7236
7237 2003-05-02  Steven Edwards  <Steven_Ed4153@yahoo.com>
7238
7239         * include/richedit.h (EM_FINDTEXTEXW, EM_FINDTEXTW,
7240         EM_GETAUTOURLDETECT, EM_GETBIDIOPTIONS, EM_GETEDITSTYLE,
7241         EM_GETIMECOLOR, EM_GETIMEOPTIONS, EM_GETPUNCTUATION,
7242         EM_GETWORDWRAPMODE, EM_RECONVERSION, EM_SETBIDIOPTIONS,
7243         EM_SETEDITSTYLE, EM_SETIMECOLOR, EM_SETIMEOPTIONS,
7244         EM_SETPALETTE, EM_SETPUNCTUATION, EM_SETTEXTEX,
7245         EM_SETWORDWRAPMODE, RICHEDIT_CLASS10A): Add defines.
7246
7247 2003-05-02  Francois Ferrand  <typz@sourceforge.users.net>
7248
7249         * include/commctrl.h (TBM_*): Add missing trackbar defines.
7250
7251 2003-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
7252
7253         * include/cplext.h (CPLPAGE_MOUSE_WHEEL,
7254         CPLPAGE_DISPLAY_BACKGROUND): Add defines.
7255
7256 2003-04-30  Danny Smith  <dannysmith@users.sourceforge.net>
7257
7258         * include/wingdi.h (DC_PEN, DC_BRUSH): Add defines.
7259         (SetDCPenColor, SetDCBrushColor): Add prototypes.
7260         * lib/gdi32.def (SetDCPenColor, SetDCBrushColor): Add stubs.
7261
7262 2003-04-26  Bang Jun-Young  <junyoung@netbsd.org>
7263
7264         * include/winioctl.h (DEVICE_TYPE_FROM_CTL_CODE): Add macro.
7265
7266 2003-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
7267
7268         * include/oaidl.h (ITypeMarshal): Add interface.
7269
7270 2003-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
7271
7272         * include/winioctl.h: Clean up formatting.
7273         (RETRIEVAL_POINTERS_BUFFER): Add fields to Extents[1] struct.
7274         (CREATE_DISK): Add _ANONYMOUS_UNION macro.
7275         (DISK_CACHE_INFORMATION): Likewise.
7276         (DISK_DETECTION_INFO): Likewise.
7277         (DISK_PARTITION_INFO): Likewise.
7278         (PARTITION_INFORMATION_EX): Likewise.
7279         (DRIVE_LAYOUT_INFORMATION_EX): Likewise.
7280
7281 2003-04-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
7282
7283         * include/winbase.h (DeleteVolumeMountPoint[AW],
7284         FindFirstVolumeMountPoint[AW], FindNextVolumeMountPoint[AW],
7285         FindVolumeMountPointClose, GetVolumeNameForVolumeMountPoint[AW],
7286         GetVolumePathName[AW], GetVolumePathNamesForVolumeName[AW],
7287         SetVolumeMountPoint[AW]): Add prototypes.
7288         * include/winioctl.h (IOCTL_DISK_GET_PARTITION_INFO_EX,
7289         IOCTL_DISK_SET_PARTITION_INFO_EX,
7290         IOCTL_DISK_GET_DRIVE_LAYOUT_EX,
7291         IOCTL_DISK_SET_DRIVE_LAYOUT_EX, IOCTL_DISK_CREATE_DISK,
7292         IOCTL_DISK_GET_LENGTH_INFO, IOCTL_DISK_PERFORMANCE_OFF,
7293         IOCTL_DISK_GET_DRIVE_GEOMETRY_EX, IOCTL_DISK_GROW_PARTITION,
7294         IOCTL_DISK_GET_CACHE_INFORMATION,
7295         IOCTL_DISK_SET_CACHE_INFORMATION,
7296         IOCTL_DISK_DELETE_DRIVE_LAYOUT, IOCTL_DISK_UPDATE_PROPERTIES,
7297         FSCTL_GET_VOLUME_BITMAP, FSCTL_GET_RETRIEVAL_POINTERS,
7298         FSCTL_MOVE_FILE): Define.
7299         (CREATE_DISK_GPT, CREATE_DISK_MBR, CREATE_DISK,
7300         DISK_CACHE_INFORMATION,
7301         DETECTION_TYPE, DISK_INT13_INFO, DISK_EX_INT13_INFO,
7302         DISK_DETECTION_INFO, DISK_GEOMETRY_EX, DISK_GROW_PARTITION,
7303         DISK_PARTITION_INFO, DISKQUOTA_USER_INFORMATION,
7304         GET_LENGTH_INFORMATION, DISK_EXTENT, VOLUME_DISK_EXTENTS,
7305         DRIVE_LAYOUT_INFORMATION_GPT, DRIVE_LAYOUT_INFORMATION_MBR,
7306         PARTITION_INFORMATION_MBR, PARTITION_INFORMATION_GPT,
7307         PARTITION_INFORMATION_EX, DRIVE_LAYOUT_INFORMATION_EX,
7308         MOVE_FILE_DATA,
7309         RETRIEVAL_POINTERS_BUFFER, STARTING_LCN_INPUT_BUFFER,
7310         STARTING_VCN_INPUT_BUFFER, VOLUME_BITMAP_BUFFER): Add structs.
7311         (PARTITION_STYLE, DISK_CACHE_RETENTION_PRIORITY): Add enums.
7312         (MEDIA_TYPE): Add F3_120M_512, F3_640_512, F5_640_512,
7313         F5_720_512, F3_1Pt2_512, F3_1Pt23_1024, F5_1Pt23_1024,
7314         F3_128Mb_512, F3_230Mb_512, F8_256_128, F3_200Mb_512,
7315         F3_240M_512, and F3_32M_512.
7316         * lib/kernel32.def (GetVolumePathNamesForVolumeName[AW]): Add
7317         stubs.
7318
7319 2003-04-16  Earnie Boyd  <earnie@users.sf.net>
7320
7321         * include/wingdi.h (DM_SPECVERSION): Define.
7322         Thanks to Sinitsyn Valentime <valentine.sinitsyn@usu.ru>
7323         * include/rpcdce.h (UuidCreateSequential): Properly guard with
7324         appropriate _WIN32_WINNT values.
7325
7326 2003-04-15  Chris January  <chris@atomice.net>
7327
7328         * include/rpcdce.h: Add declaration for UuidCreateSequential.
7329         * lib/rpcrt4.def: Add entry for UuidCreateSequential.
7330
7331 2003-04-14  Phil Krylov  <likewolf@users.sourceforge.net>
7332
7333         * include/winuser.h (VK_*): Add missing defines.
7334
7335 2003-04-14  Vincent Béron  <papineau@users.sourceforge.net>
7336
7337         * include/commctrl.h (NMUPDOWN, LPNMUPDOWN): Use currently
7338         documented typedefs for struct _NM_UPDOWN.
7339         Add defines for backward comapatibility.
7340         * include/commdlg.h (OFN_ENABLESIZING): Add define.
7341         * include/wininet.h (IRF_*): Add missing defines.
7342
7343 2003-04-14  Bang Jun-Young  <junyoung@netbsd.org>
7344
7345         * lib/ntdll.def (Csr*, Dbg*, Ki*, Ldr*, Rtl*): Add W2K exports.
7346
7347 2003-04-11  Earnie Boyd  <earnie@users.sf.net>
7348
7349         * include/sspi.h: Add comment for FreeCredentialsHandle.
7350
7351 2003-04-07  Marcel Telka  <telka@users.sourceforge.net>
7352
7353         * include/ddk/winddk.h (KIRQL): Typedef as UCHAR, not ULONG.
7354
7355 2003-03-30  Hans E. Molin  <kvasi@users.sourceforge.net>
7356
7357         * include/olectl.h (OleLoadPicturePath): Correct prototype.
7358
7359 2003-03-30  Danny Smith  <dannysmith@users.sourceforge.net>
7360
7361         * lib/uuid.c (IID_IHTML*): Move definitions to...
7362         * lib/mshtml-uuid.c: New file.
7363         * lib/Makefile.in: Add mshtml-uuid.o to libuuid.a
7364
7365 2003-03-30  Michael Sazonov  <traip@comset.net>
7366
7367         * lib/uuid.c (IID_IHTML*): Add new GUID definitions.
7368         * include/mshtml.h (IHTMLElementCollection, IHTMLLinkElement,
7369         IHTMLImgElement): Add interface definitions.
7370
7371 2003-03-29  Danny Smith  <dannysmith@users.sourceforge.net>
7372
7373         * include/commctrl.h (ANIMATE_CLASS,HOTKEY_CLASS,PROGRESS_CLASS,
7374         STATUSCLASSNAME,TOOLBARCLASSNAME,TOOLTIPS_CLASS,TRACKBAR_CLASS,
7375         UPDOWN_CLASS,WC_COMBOBOXEX,WC_HEADER,WC_IPADDRESS,WC_LISTVIEW,
7376         WC_TABCONTROL,WC_TREEVIEW): Move UNICODE mappings out of
7377         RC_INVOKED guard.
7378         (WC_PAGESCROLLER,WC_NATIVEFONTCTL,WC_BUTTON,WC_STATIC,WC_EDIT,
7379         WC_LISTBOX,WC_COMBOBOX,WC_SCROLLBAR): Add defines.
7380
7381 2003-03-28  Bang Jun-Young  <junyoung@netbsd.org>
7382
7383         * include/winnt.h (WAITORTIMERCALLBACKFUNC): Add typedef.
7384
7385 2003-03-27  Danny Smith  <dannysmith@users.sourceforge.net>
7386
7387         * include/secext.h (GetComputerObjectName[AW],GetUserNameEx[AW],
7388         TranslateName[AW]): Add prototypes.
7389         * lib/sec32.def (GetComputerObjectName[AW],GetUserNameEx[AW],
7390         TranslateName[AW]): Add stubs.
7391         * lib/test.c: Include secext.h.
7392
7393 2003-03-27  Vladimir Michl  <michlv@users.sourceforge.net>
7394
7395         * include/ddk/ndis.h (NdisAllocateSpinLock,NdisFreeSpinLock,
7396         NdisAcquireSpinLock,NdisReleaseSpinLock,NdisDprAcquireSpinLock,
7397         NdisDprReleaseSpinLock): Change macro argument from SpinLock to
7398         _SpinLock.
7399
7400 2003-03-26  Earnie Boyd  <earnie@users.sf.net>
7401
7402         * include/w32api.h: Increment version to 2.4.
7403         * Makefile.in: Ditto.
7404
7405 2003-03-26  Danny Smith  <dannysmith@users.sourceforge.net>
7406
7407         * include/ddk/batclass.h (BATTERY_REPORTING_SCALE)
7408         Move structure from here...
7409         * include/winnt.h (BATTERY_REPORTING_SCALE): To here.
7410
7411         * include/ddk/ntapi.h (JOBOBJECT_*):
7412         Remove structures and enums definitions.
7413         (JOB_OBJECT*): Move defines from here...
7414         * include/winnt.h (JOB_OBJECT* ): To here.
7415
7416         * include/ddk/ntpoapi.h (LATENCY_TIME, POWER_ACTION_POLICY,
7417         SYSTEM_POWER_LEVEL, SYSTEM_POWER_POLICY,
7418         PROCESSOR_POWER_POLICY_INFO, PROCESSOR_POWER_POLICY,
7419         ADMINISTRATOR_POWER_POLICY, SYSTEM_POWER_INFORMATION,
7420         PROCESSOR_POWER_INFORMATION, SYSTEM_BATTERY_STATE,
7421         SYSTEM_POWER_CAPABILITIES): Move enums, structures
7422         and associated defines from here ...
7423         * include/winnt.h: (LATENCY_TIME, POWER_ACTION_POLICY,
7424         SYSTEM_POWER_LEVEL, SYSTEM_POWER_POLICY,
7425         PROCESSOR_POWER_POLICY_INFO, PROCESSOR_POWER_POLICY,
7426         ADMINISTRATOR_POWER_POLICY, SYSTEM_POWER_INFORMATION,
7427         PROCESSOR_POWER_INFORMATION, SYSTEM_BATTERY_STATE,
7428         SYSTEM_POWER_CAPABILITIES):To here.
7429
7430         * include/ddk/winddk.h (DEVICE_POWER_STATE,
7431         SYSTEM_POWER_STATE, POWER_ACTION): Move enums
7432         from here...
7433         * include/winnt.h (DEVICE_POWER_STATE,
7434         SYSTEM_POWER_STATE, POWER_ACTION): To here.
7435
7436 2003-03-19  Danny Smith  <dannysmith@users.sourceforge.net>
7437
7438         *lib/ndis.def (NdisAllocateMemory): Correct stdcall suffix.
7439         Thanks to: Vladimir Michl <michlv@users.sourceforge.net>
7440         (NdisUpdateSharedMemory): Likewise.
7441         (NdisMFreeSharedMemory: Likewise.
7442         (NdisMMapIoSpace: Likewise.
7443
7444 2003-03-18  Danny Smith  <dannysmith@users.sourceforge.net>
7445
7446         * include/lmaccess.h (UF_LOCKOUT): Correct name from UF_LOCK.
7447         Thanks to: Fabricio D. Rossi  <gurusoda@users.sourceforge.net>
7448         (UF_SETTABLE_BITS): Correct UF_LOCKOUT here too.
7449
7450 2003-03-17  Bang Jun-Young  <junyoung@netbsd.org>
7451
7452         * include/winbase.h (EnumResourceLanguages[AW]): Correct prototypes.
7453         (EnumResourceNames[AW]): Ditto.
7454         (EnumResourceTypes[AW]): Ditto.
7455         * include/wincon.h (CONSOLE_FONT_INFO): Add struct.
7456
7457 2003-03-16  Toby Malone  <malone@users.sourceforge.net>
7458
7459         * include/winuser.h (SendInput): Add prototype.
7460         * lib/user32.def (SendInput): Add stub.
7461
7462 2003-03-16  Vadim Yegorov  <zg@bmg.lv>
7463
7464         * winioctl.h (FSCTL_SET_REPARSE_POINT: Correct macro.
7465         (FSCTL_DELETE_REPARSE_POINT): Likewise.
7466
7467 2003-03-15  Bang Jun-Young  <junyoung@netbsd.org>
7468
7469         * winnt.h (JOBOBJECTINFOCLASS): Define enum.
7470         (JOBOBJECT_*): Define corresponding structures.
7471
7472 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
7473
7474         * include/ddk/winddk.h (PCUNICODE_STRING): Remove incorrect
7475         typedef.
7476
7477 2003-03-13  Bang Jun-Young  <junyoung@netbsd.org>
7478
7479         * lib/kernel32.def (Module32{First,Next}{,W}): Add missing exports.
7480         (Process32{First,Next}{,W}): Ditto.
7481         (Thread32{First,Next}): Ditto.
7482         * include/ntdef.h (PCUNICODE_STRING): Add typedef.
7483
7484 2003-03-12  Earnie Boyd  <earnie@users.sf.net>
7485
7486         * include/mswsock.h: Correct invalid filter for _WINSOCK2_H.
7487         Thanks to Jim Barton <jmbarton@users.sf.net>.
7488
7489 2003-03-12  Ranjit Mathew  <rmathew@hotmail.com>
7490
7491         * include/winnt.h (_IMAGE_SEPARATE_DEBUG_HEADER): Expose
7492         member SectionAlignment.
7493
7494 2003-03-11  Earnie Boyd  <earnie@users.sf.net>
7495
7496         * include/winsvc.h (SERVICE_NO_CHANGE): Use hex constant to avoid
7497         warnings.
7498         Thanks to Fabricio D. Rossi <gurusoda@users.sf.net>.
7499         * Makefile.in (bindist): Correct process.
7500         * lib/Makefile.in (install): Ditto.
7501         Thanks to Jeff Bonnggren <jbon@users.sf.net>.
7502
7503 2003-03-10  Danny Smith  <dannysmith@users.sourceforge.net>
7504
7505         * include/rasdlg.h: New file.
7506         * lib/rasdlg.def: New file.
7507         * lib/test.c: Include rasdlg.h.
7508
7509 2003-03-06  Christopher January  <chris@atomice.net>
7510
7511         * include/winbase.h (FindFirstVolume): Add declaration.
7512         (FindNextVolume): Add declaration.
7513         (FindVolumeClose): Add declaration.
7514         (GetSystemTimes): Add declaration.
7515         * include/winnt.h: Add define for PF_XMMI64_INSTRUCTIONS_AVAILABLE.
7516
7517 2003-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
7518
7519         *lib/kernel32.def (GetSystemTimes): Add stub.
7520
7521 2003-03-04  Heiko Gerdau  <hg@technosis.de>
7522
7523         * oleidl.h (IOleObject): Correct GetUserType prototype.
7524         (IViewObject2): Correct GetExtent prototype.
7525         * olectl.h (DISPIP_): Add new defines
7526         * ocidl.h (IOleInPlaceSiteWindowless): Add new interface.
7527
7528 2003-03-01  Danny Smith  <dannysmith@users.sourceforge.net>
7529
7530         * include/olectl.h (OleLoadPictureEx) Add prototype.
7531         (OleLoadPictureFile): Ditto.
7532         (OleLoadPictureFileEx): Ditto.
7533         (OleLoadPicturePath): Ditto.
7534         (OleSavePictureFile): Ditto.
7535
7536 2003-03-01  Danny Smith  <dannysmith@users.sourceforge.net>
7537
7538         * include/objbase.h (CoAddRefServerProcess): Add prototype.
7539         (CoAddReleaseServerProcess): Ditto.
7540         (CoResumeClassObjects): Ditto.
7541         (CoSuspendClassObjects): Ditto.
7542         * include/oleauto.h (V_I1): Define.
7543         Thanks to: "Timofei"  <mmttmm@users.sourceforge.net>
7544
7545 2003-03-01  Heiko Gerdau  <hg@technosis.de>
7546
7547         * include/oleidl.h (USERCLASSTYPE): Add enum.
7548         * include/ocidl.h (IObjectWithSite): Add interface.
7549
7550 2003-02-28  Roland Schwingel  <roland.schwingel@onevision.de>
7551
7552         Fixup UNICODE thinko in 2003-02-22 patch.
7553         * include/wingdi.h (AddFontMemResourceEx): Add.
7554         (RemoveFontMemResourceEx): Ditto.
7555         (AddFontMemResourceEx[AW]): Remove.
7556         (RemoveFontMemResourceEx[AW]): Ditto
7557         * lib/gdi32.def: (AddFontResourceEx): Add.
7558         (RemoveFontMemResourceEx): Ditto.
7559         (AddFontMemResourceEx[AW]): Remove.
7560         (RemoveFontResourceEx[AW]): Ditto.
7561
7562 2003-02-23  Danny Smith  <dannysmith@users.sourceforge.net>
7563
7564         * include/winbase.h (EVENTLOG_SUCCESS): Add define.
7565         Thanks to: Thomas Weber  <thomasweber@sourceforge.net>
7566
7567 2003-02-22  Roland Schwingel  <roland.schwingel@onevision.de>
7568
7569         * include/wingdi.h (AddFontMemResourceEx[AW]): Add.
7570         (RemoveFontMemResourceEx[AW]): Ditto
7571         * lib/gdi32.def (AddFontMemResourceEx[AW]): Add.
7572         (RemoveFontMemResourceEx[AW]): Ditto.
7573
7574 2003-02-22  Bang Jun-Young  <junyoung@netbsd.org>
7575
7576         * lib/ntdll.def (NT*, RTL*, ZW*): Add missing exports.
7577         (NtCurrentTeb): Remove.
7578
7579 2003-02-22  Danny Smith  <dannysmith@users.sourceforge.net>
7580
7581         * include/wsahelp.h: Remove ';' after closing
7582         #ifdef __cplusplus brace.
7583         * include/ws2spi.h: Likewise.
7584
7585 2003-02-22  Danny Smith  <dannysmith@users.sourceforge.net>
7586
7587         * include/winbase.h (MEMORYSTATUSEX): Add structure.
7588         (GlobalMemoryStatusEx): Add prototype.
7589         * lib/kernel32.def (GlobalMemoryStatusEx): Add stub.
7590
7591 2003-02-17  Vaclav Haisman  <V.Haisman@sh.cvut.cz>
7592
7593         * include/winioctl.h (FSCTL_SET_SPARSE): Define.
7594
7595 2003-02-12  Roland Schwingel  <roland.schwingel@onevision.de>
7596
7597         * include/wingdi.h (AddFontResourceEx[AW]): Add.
7598         (RemoveFontResourceEx[AW]): Ditto
7599         (FR_PRIVATE): Define.
7600         (FR_NOT_ENUM): Define.
7601         * lib/gdi32.def (AddFontResourceEx[AW]): Add.
7602         (RemoveFontResourceEx[AW]): Ditto.
7603
7604 2003-02-10  Earnie Boyd  <earnie@users.sf.net>
7605
7606         * include/w32api.h: Increment version to 2.3.
7607         * Makefile.in: Ditto.
7608
7609 2003-02-09  Earnie Boyd  <earnie@users.sf.net>
7610
7611         * lib/ddk/ntoskrnl.def (Ke386IoSetAccessProcess): Activate export.
7612         (Ke386QueryToAccessMap): Ditto.
7613         (Ke386SetIoAccessMap): Ditto.
7614         Thanks to Marcel Telka <telka@users.sf.net>
7615         * include/secext.h: New file. Declare EXTENDED_NAME_FORMAT.
7616         * include/security.h: Include secext.h.
7617         * include/winbase.h: Declare COMPUTER_NAME_FORMAT.
7618         Thanks to Dimitri Papadopoulos <dimitri_at@users.sf.net>
7619         * include/GL/gl.h: Remove include of glext.h.
7620         Thanks to Greg Couch <gregcouch@users.sf.net>
7621
7622 2003-02-05  Earnie Boyd  <earnie@users.sf.net>
7623
7624         * include/basetypes.h (_GUID_DEFINED): Add deprecation warning, start
7625         using GUID_DEFINED instead.
7626         * include/sqltypes.h: Ditto.
7627         * include/winnt.h: Ditto.
7628         * include/ddk/scsiwmi.h: Ditto.
7629
7630 2003-02-04  Danny Smith  <dannysmith@users.sourceforge.net>
7631
7632         * include/shlwapi.h (PathRelativePathTo[AW]): Correct
7633         prototypes.
7634         Thanks to: John Dallaway  <jld@ecoscentric.com>.
7635
7636 2003-02-01  Danny Smith  <dannysmith@users.sourceforge.net>
7637
7638         * include/commctrl.h (TCM_*): Add missing defines.
7639
7640 2003-02-01  Jesus Alvarez  <jesus_alvarez@users.sourceforge.net>
7641             Danny Smith  <dannysmith@users.sourceforge.net>
7642
7643         * include/prsht.h (PSP_*, PSH_*): Add missing defines.
7644         (PROPSHEETPAGE[AW]): Add pszHeaderTitle, pszHeaderSubTitle
7645         for (_WIN32_IE >= 0x0400).
7646         (PROPSHEETHEADER[AW]): Add hplWatermark and anonymous union
7647         fields for (_WIN32_IE >= 0x0400).
7648
7649 2003-01-31  Danny Smith  <dannysmith@users.sourceforge.net>
7650
7651         * include/winbase.h (CreateFiber): Change first parameter
7652         to SIZE_T.
7653         (CreateJobObject[AW], CreateHardLink[AW]):Guard with
7654         if (_WIN32_WINNT >= 0x0500).
7655
7656 2003-01-31  Bang Jun-Young  <junyoung@netbsd.org>
7657
7658         * include/winbase.h (PWIN32_FIND_DATAA, PWIN32_FIND_DATAW):
7659         Add missing typedefs.
7660         (CreateFiberEx, CreateJobObjectA,CreateJobObjectW): Add missing
7661         prototypes.
7662         (CreateHardLinkA, CreateHardLinkW): Return BOOL, not HANDLE.
7663
7664 2003-01-27  Krzysztof Nikiel  <kni@poczta.onet.pl>
7665
7666         * include/mmsystem.h (MIXERCONTROL_CONTROLF_MULTIPLE): Correct
7667         define.
7668         * lib/largeint.c (LargeIntegerAdd): Add, don't multiply.
7669
7670 2003-01-27  Danny Smith  <dannysmith@users.sourceforge.net>
7671
7672         * include/rpcnterr.h (RPC_X_INVALID_PIPE_OPERATION): Add
7673         define.
7674         * include/winbase.h (WAIT_TIMEOUT): Guard against prior
7675         definition.
7676         (WAIT_FAILED): Cast to DWORD.
7677         * include/winerror.h (WAIT_TIMEOUT): Guard against prior
7678         definition.
7679
7680 2003-01-27  Bang Jun-Young  <junyoung@netbsd.org>
7681
7682         * include/winerror.h: Protect against multiple
7683         definition of WSA* error codes.
7684         * include/winsock.h: Likewise.
7685         * include/winsock2.h: Likewise.
7686
7687 2003-01-27  Bang Dong-Heui
7688             Bang Jun-Young  <junyoung@netbsd.org>
7689
7690         * include/winerror.h (ERROR_*, SEC_E_*,RPC_S_*, FRS_ERR_*,
7691         DNS_*, WSA*, WAIT_TIMEOUT): Add missing error codes.
7692         (RPC_X_INVALID_PIPE_OPERATION): Remove define.
7693
7694
7695 2003-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
7696
7697         * include/ras.h (RASCONN[AW]): Add dwSessionId for
7698         (WINVER >= 0x501).
7699
7700 2003-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
7701
7702         * include/ras.h (RASCONN[AW]): Guard szDeviceType,
7703         szDeviceName fields with (WINVER >= 0x400). Add dwFlags, luid
7704         fields for (WINVER >= 0x501).
7705
7706 2003-01-23  Danny Smith  <dannysmith@users.sourceforge.net>
7707
7708         * lib/ws2_32.def (getaddrinfo, freeaddrinfo and getnameinfo):
7709         Add stubs.
7710         * include/ws2tcpip.h (IPV6_*) Add IPPROTO_IPV6 level socket
7711         options.
7712
7713 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
7714
7715         * include/winnt.h (IMAGE_FILE_AGGRESIVE_WS_TRIM
7716         IMAGE_FILE_LARGE_ADDRESS_AWARE): Add defines.
7717
7718 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
7719
7720         * include/accctrl.h (enum _SE_OBJECT_TYPE): Add
7721         SE_REGISTRY_WOW64_32KEY.
7722         Reported by: Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
7723
7724 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
7725
7726         * include/commctrl.h (HDN_GETDISPINFO[AW]: Add defines.
7727         (tagNMHDDISPINFO[AW}: Add structures and typedefs.
7728         Reported by: Mat Nieuwenhoven  <matnieuw@users.sourceforge.net>
7729
7730 2003-01-10  Christopher Faylor  <cgf@redhat.com>
7731
7732         * include/winsock2.h: Remove gethostname from INSIDE_CYGWIN protection.
7733
7734 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
7735
7736         * lib/dxguid.c: Don't #include <objbase.h>.
7737         * include/unknwn.h: Partially revert change of 2002-12-26.
7738         Don't include <ole2.h>.
7739
7740 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
7741
7742         * lib/dinput.c: Don't #include <objbase.h>.
7743
7744 2003-01-08  Bart Oldeman  <bartoldeman@users.sourceforge.net>
7745
7746         * include/windows.h (ole2.h):Do #include for
7747         __WATCOMC__.
7748
7749 2003-01-05  Danny Smith  <dannysmith@users.sourceforge.net>
7750
7751         * include/winuser.h (SPI_SETWHEELSCROLLLINES) Add define.
7752         * include/zmouse.h (WHEEL_DELTA): Guard against prior
7753         definition.
7754         (WHEEL_PAGESCROLL): Likewise.
7755         (SPI_SETWHEELSCROLLLINES): Define, if not already done.
7756
7757 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
7758
7759         * include/winuser.h (SPI_GETWHEELSCROLLLINES) Add define.
7760         (WHEEL_PAGESCROLL): Add define.
7761
7762 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
7763
7764         * include/commctrl.h (tagNMTOOLBAR[AW]): Replace obsolete struct
7765         names tagTBNOTIFY[AW] and typedefs. Add defines for backward
7766         compatability. Add RECT field. Add UNICODE mappings for new
7767         names.
7768         (tagNMREBARCHEVRON): Add struct and typedefs for
7769         _WIN32_IE >= 0x0500.
7770
7771 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
7772
7773         * include/commctrl.h (TOOLINFO[AW]): Update structures.
7774         (LVHITTESTINFO): Likewise.
7775
7776         * include/wingdi.h (GRADIENT_TRIANGLE): Add structure.
7777         (GRADIENT_RECT): Likewise.
7778
7779 2003-01-03  Bang Jun-Young  <junyoung@netbsd.org>
7780
7781         * include/winerror.h (ERROR_OPLOCK_NOT_GRANTED,
7782         ERROR_INVALID_OPLOCK_PROTOCOL, ERROR_SOURCE_ELEMENT_EMPTY,
7783         ERROR_DESTINATION_ELEMENT_FULL, ERROR_ILLEGAL_ELEMENT_ADDRESS,
7784         ERROR_MAGAZINE_NOT_PRESENT, ERROR_DEVICE_REINITIALIZATION_NEEDED,
7785         ERROR_DEVICE_REQUIRES_CLEANING, ERROR_DEVICE_DOOR_OPEN,
7786         ERROR_DEVICE_NOT_CONNECTED, ERROR_NOT_FOUND, ERROR_NO_MATCH,
7787         ERROR_SET_NOT_FOUND, ERROR_NO_TRACKING_SERVICE,
7788         ERROR_JOURNAL_DELETE_IN_PROGRESS, ERROR_JOURNAL_NOT_ACTIVE,
7789         ERROR_JOURNAL_ENTRY_DELETED, ERROR_ONLY_IF_CONNECTED,
7790         ERROR_NOT_SUPPORTED_ON_SBS, ERROR_SERVER_SHUTDOWN_IN_PROGRESS,
7791         ERROR_MUTUAL_AUTH_FAILED, ERROR_TIME_SKEW, ERROR_DEVICE_REMOVED,
7792         RPC_S_INVALID_ASYNC_HANDLE, RPC_S_INVALID_ASYNC_CALL,
7793         RPC_X_PIPE_CLOSED, RPC_X_PIPE_DISCIPLINE_ERROR, RPC_X_PIPE_EMPTY,
7794         ERROR_CANT_ACCESS_FILE, ERROR_CANT_RESOLVE_FILENAME,
7795         ERROR_WMI_GUID_NOT_FOUND, ERROR_WMI_INSTANCE_NOT_FOUND,
7796         ERROR_WMI_ITEMID_NOT_FOUND, ERROR_WMI_TRY_AGAIN, ERROR_WMI_READ_ONLY,
7797         ERROR_WMI_SET_FAILURE, ERROR_TRANSPORT_FULL, ERROR_FILE_OFFLINE,
7798         ERROR_REMOTE_STORAGE_NOT_ACTIVE, ERROR_REMOTE_STORAGE_MEDIA_ERROR,
7799         ERROR_NOT_A_REPARSE_POINT, ERROR_REPARSE_ATTRIBUTE_CONFLICT,
7800         ERROR_INVALID_REPARSE_DATA, ERROR_REPARSE_TAG_INVALID,
7801         ERROR_REPARSE_TAG_MISMATCH, ERROR_FILE_ENCRYPTED,
7802         ERROR_FILE_NOT_ENCRYPTED, ERROR_NOT_EXPORT_FORMAT,
7803         ERROR_CTX_WINSTATION_NAME_INVALID, ERROR_CTX_INVALID_PD,
7804         ERROR_CTX_PD_NOT_FOUND, ERROR_CTX_WD_NOT_FOUND,
7805         ERROR_CTX_CLOSE_PENDING, ERROR_CTX_NO_OUTBUF,
7806         ERROR_CTX_MODEM_INF_NOT_FOUND, ERROR_CTX_INVALID_MODEMNAME,
7807         ERROR_CTX_MODEM_RESPONSE_ERROR, ERROR_CTX_MODEM_RESPONSE_TIMEOUT,
7808         ERROR_CTX_MODEM_RESPONSE_NO_CARRIER,
7809         ERROR_CTX_MODEM_RESPONSE_NO_DIALTONE, ERROR_CTX_MODEM_RESPONSE_BUSY,
7810         ERROR_CTX_MODEM_RESPONSE_VOICE, ERROR_CTX_TD_ERROR,
7811         ERROR_CTX_WINSTATION_NOT_FOUND, ERROR_CTX_WINSTATION_ALREADY_EXISTS,
7812         ERROR_CTX_WINSTATION_BUSY, ERROR_CTX_BAD_VIDEO_MODE,
7813         ERROR_CTX_GRAPHICS_INVALID, ERROR_CTX_NOT_CONSOLE,
7814         ERROR_CTX_CLIENT_QUERY_TIMEOUT, ERROR_CTX_CONSOLE_DISCONNECT,
7815         ERROR_CTX_CONSOLE_CONNECT, ERROR_CTX_SHADOW_DENIED,
7816         ERROR_CTX_WINSTATION_ACCESS_DENIED, ERROR_CTX_INVALID_WD,
7817         ERROR_CTX_SHADOW_INVALID, ERROR_CTX_SHADOW_DISABLED,
7818         ERROR_CTX_CLIENT_LICENSE_IN_USE, ERROR_CTX_CLIENT_LICENSE_NOT_SET,
7819         ERROR_CTX_LICENSE_NOT_AVAILABLE, ERROR_CTX_LICENSE_CLIENT_INVALID,
7820         ERROR_CTX_LICENSE_EXPIRED, ERROR_DS_MEMBERSHIP_EVALUATED_LOCALLY,
7821         ERROR_DS_NO_ATTRIBUTE_OR_VALUE, ERROR_DS_INVALID_ATTRIBUTE_SYNTAX,
7822         ERROR_DS_ATTRIBUTE_TYPE_UNDEFINED, ERROR_DS_ATTRIBUTE_OR_VALUE_EXISTS,
7823         ERROR_DS_BUSY, ERROR_DS_UNAVAILABLE, ERROR_DS_NO_RIDS_ALLOCATED,
7824         ERROR_DS_NO_MORE_RIDS, ERROR_DS_INCORRECT_ROLE_OWNER,
7825         ERROR_DS_RIDMGR_INIT_ERROR, ERROR_DS_OBJ_CLASS_VIOLATION,
7826         ERROR_DS_CANT_ON_NON_LEAF, ERROR_DS_CANT_ON_RDN,
7827         ERROR_DS_CANT_MOD_OBJ_CLASS, ERROR_DS_CROSS_DOM_MOVE_ERROR,
7828         ERROR_DS_GC_NOT_AVAILABLE, ERROR_SHARED_POLICY,
7829         ERROR_POLICY_OBJECT_NOT_FOUND, ERROR_POLICY_ONLY_IN_DS,
7830         ERROR_DS_ADMIN_LIMIT_EXCEEDED, ERROR_DS_DS_REQUIRED,
7831         ERROR_DS_SAM_INIT_FAILURE, ERROR_DS_SENSITIVE_GROUP_VIOLATION,
7832         ERROR_DS_CANT_MOD_PRIMARYGROUPID, ERROR_DS_INVALID_GROUP_TYPE,
7833         ERROR_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN,
7834         ERROR_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN,
7835         ERROR_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER,
7836         ERROR_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER,
7837         ERROR_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER,
7838         ERROR_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER,
7839         ERROR_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER,
7840         ERROR_DS_HAVE_PRIMARY_MEMBERS, ERROR_DS_SAM_NEED_BOOTKEY_PASSWORD,
7841         ERROR_DS_SAM_NEED_BOOTKEY_FLOPPY, ERROR_DS_CANT_START,
7842         ERROR_DS_INIT_FAILURE, ERROR_SAM_INIT_FAILURE, ERROR_DS_GC_REQUIRED,
7843         ERROR_DS_LOCAL_MEMBER_OF_LOCAL_ONLY,
7844         ERROR_DS_NO_FPO_IN_UNIVERSAL_GROUPS,
7845         ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED):
7846         Add missing error codes.
7847
7848 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
7849
7850         * lib/kernel32.c (GetCurrentFiber): Remove blank input field in
7851         asm code.
7852         (GetFiberData): Likewise.
7853
7854 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
7855
7856         * include/winnt.h (GetCurrentFiber): Remove blank input field in
7857         asm code.
7858         (GetFiberData): Likewise.
7859
7860 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
7861
7862         * include/winerror.h (ERROR_DIFFERENT_SERVICE_ACCOUNT,
7863         ERROR_EXE_MACHINE_TYPE_MISMATCH, ERROR_HOOK_TYPE_NOT_ALLOWED,
7864         ERROR_INVALID_KEYBOARD_HANDLE, ERROR_INVALID_PRINT_MONITOR,
7865         ERROR_PRINT_MONITOR_IN_USE, ERROR_PRINTER_HAS_JOBS_QUEUED,
7866         ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION,
7867         ERROR_SUCCESS_REBOOT_REQUIRED, ERROR_SUCCESS_RESTART_REQUIRED,
7868         ERROR_TIMEOUT, OR_INVALID_OID, OR_INVALID_OXID,
7869         OR_INVALID_SET, RPC_X_INVALID_PIPE_OPERATION): Add missing
7870         error codes.
7871         Re-sort codes.
7872
7873 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
7874
7875         * include/winspool.h (PRINTER_INFO_6): Add.
7876         Reported by: Mat Nieuwenhoven  <matnieuw@users.sourceforge.net>
7877
7878 2002-12-30  Hartmut Honisch  <hhonisch@users.sourceforge.net>
7879
7880         * include/winbase.h (NMPWAIT_WAIT_FOREVER): Cast to DWORD.
7881
7882         * lib/ntdll.def (NtConnectPort, NtOpenEvent,
7883         NtRequestWaitReplyPort, NtWaitForSingleObject,ZwConnectPort,
7884         ZwOpenEvent, ZwRequestWaitReplyPort, ZwWaitForSingleObject):
7885         Add stubs.
7886
7887 2002-12-30  Danny Smith  <dannysmith@users.sourceforge.net>
7888
7889         * include/wingdi.h (wglGetLayerPaletteEntries): Correct
7890         prototype. Thanks to: Joe Krahn  <jkrahn at nc dot rr dot com>.
7891
7892 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
7893
7894         * include/wingdi.h (DOCINFOA): Replace LPCTSTR with LPCSTR.
7895
7896 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
7897
7898         * include/wingdi.h (BALTIC_CHARSET, JOHAB_CHARSET,
7899         VIETNAMESE_CHARSET): Remove duplicate defines.
7900         * lib/comctl32.def (ImageList_SetImageCount): Add stub.
7901
7902 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
7903
7904         * include/dbt.h (DEV_BROADCAST_PORT): Add UNICODE version.
7905         Thanks to: Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
7906
7907 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
7908
7909         * include/unknwn.h: Include windows.h and ole2.h before header
7910         guard to avoid circular inclusion of COM headers.
7911
7912 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
7913
7914         * include/dde.h (PackDDElParam, UnpackDDElParam,FreeDDElParam,
7915         ReuseDDElParam): Use __WIN64 compatible typedefs.
7916
7917 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
7918
7919         * include/accctrl.h (ACTRL_ACCESS_ENTRY[AW]): Make
7920         lpInheritProperty member const.
7921         (ACTRL_PROPERTY_ENTRY[AW]): Make lpProperty member
7922         const.
7923
7924 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
7925
7926         * include/commcat.h: Don't include windows.h or ole2.h ifdef
7927         COM_NO_WINDOWS_H.
7928         * include/unknwn.h: Ditto.
7929
7930 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
7931
7932         * include/imm.h (ImmGetCompositionFont[AW],
7933         ImmSetCompositionFont[AW]): Add NOGDI guard.
7934
7935 2002-12-19  Danny Smith  <dannysmith@users.sourceforge.net>
7936
7937         * include/ddk/hidusage.h: Remove unneccessary #pragma pack's.
7938         * include/ddk/miniport.h (EMULATOR_PORT_ACCESS_TYPE): Define
7939         before using.
7940         (VIDEO_ACCESS_RANGE): Guard against prior definition.
7941         * include/ddk/minitape.h (INQUIRYDATA): Guard against prior
7942         definition.
7943         * include/ddk/ndis.h (DECLARE_UNKNOWN_PROTOTYPE): Correct macro.
7944         * include/ddk/ndisguid.h: Remove unneccessary #pragma pack's.
7945         * include/ddk/scsi.h (INQUIRYDATA): Guard against prior
7946         definition.
7947         * include/ddk/scsiwmi.h (GUID): Define if not already done.
7948         (LPCGUID): Likewise.
7949         * include/ddk/tdi.h: Close "Listen flags" comment.
7950         * include/ddk/tdistat.h: Remove unneccessary #pragma pack's.
7951         * include/ddk/video.h:  Add #pragma pack(push,4) to balance.
7952         (VIDEO_ACCESS_RANGE): Guard against prior definition.
7953         * include/ddk/videoagp.h:Add #pragma pack(push,4) to balance.
7954         * include/ddk/win2k.h: Likewise.
7955         * include/ddk/winddi.h: Likewise.
7956         * include/ddk/winddk.h: Likewise.
7957         * include/ddk/winnt4.h: Likewise.
7958         * include/ddk/ws2san.h: Likewise.
7959         * include/ddk/xfilter.h: Remove unbalanced #pragma pack(pop).
7960         * include/ddk/video.h: Don't process rest of file ifdef
7961         __WINDDI_H.
7962         * include/ddk/winddi.h: Don't process rest of file ifdef
7963         __VIDEO_H.
7964         * include/ddk/usb.h: Don't process rest of file ifdef
7965         __USBDI_H.
7966         * include/ddk/usbdi.h: Don't process rest of file ifdef
7967         __USB_H.
7968         * include/ddk/usbcamdi.h: Don't process rest of file if
7969         !defined(__USB_H) && !defined(__USBDI_H)
7970
7971 2002-12-18  James E. Lucas  <xelloss@users.sourceforge.net>
7972
7973         * include/winnetwk.h (WNetResourceInformation[AW]): Correct
7974         prototypes.
7975         * include/winuser.h (GetAncestor) Add prototype.
7976         (GA_PARENT, GA_ROOT, GA_ROOTOWNER): Add defines.
7977         (EWX_FORCEIFHUNG): Add define for _WIN32_WINNT >= 0x0500.
7978         (SPI_GETACTIVEWINDOWTRACKING, SPI_GETACTIVEWNDTRKZORDER,
7979         SPI_GETACTIVEWNDTRKTIMEOUT, SPI_SETACTIVEWINDOWTRACKING
7980         SPI_SETACTIVEWNDTRKZORDER, SPI_SETACTIVEWNDTRKTIMEOUT): Add
7981         defines.
7982         * lib/user32.def (GetAncestor@8): Add stub.
7983
7984 2002-12-15  Danny Smith  <dannysmith@users.sourceforge.net>
7985
7986         * include/windows.h: Guard inclusion of wingdi.h,
7987         commdlg.h, winspool.h, ole2.h with NOGDI.
7988         * include/winuser.h (ICONMETRICS, NONCLIENTMETRICS,
7989         ChangeDisplaySettings, CreateDesktop, EnumDisplaySettings):
7990         Guard with NOGDI.
7991
7992 2002-12-12  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
7993
7994         * include/oleacc.h (SELFLAG_*): Change to enum.
7995
7996 2002-12-11  Danny Smith  <dannysmith@users.sourceforge.net>
7997
7998         * include/shlobj.h (IShellLinkW::GetPath): Correct prototype.
7999         Thanks to: Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
8000
8001 2002-12-09  Danny Smith  <dannysmith@users.sourceforge.net>
8002
8003         * include/shellapi.h (ExtractIconEx[AW]): Correct return type
8004         to UINT.
8005         Thanks to: Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
8006
8007 2002-12-07  Danny Smith  <dannysmith@users.sourveforge.net>
8008
8009         * include/winuser.h (AllowSetForegroundWindow,
8010         LockSetForegroundWindow): Add prototypes.
8011         (ASFW_ANY, LSFW_LOCK, LSFW_UNLOCK) Add defines.
8012         Thanks to:  Pat Thoyts  <patthoyts@users.sourceforge.net>
8013         * lib/winuser.def (AllowSetForegroundWindow,
8014         LockSetForegroundWindow): Add stubs.
8015
8016 2002-12-06  Ken Fitlike  <kenfitlike@users.sourceforge.net>
8017
8018         * include/commctrl.h (TN_GETDISPINFO[AW]): Add defines and
8019         UNICODE mappings.
8020         (tagNMTTDISPINFO[AW]): Replace obsolete struct names
8021         tagTOOLTIPTEXT[AW] and typedefs. Add defines for backward
8022         compatability. Add lParam field. Add UNICODE mappings for new
8023         names.
8024
8025 2002-12-02  Andrew Stadt  <acstadt@sympatico.ca>
8026
8027         * include/shellapi.h (_SHFILEOPSTRUCTA,_SHFILEOPSTRUCTW):
8028         Wrap with pshpack2.h/poppack.h to correct alignment.
8029
8030 2002-12-02  Ken Fitlike  <kenfitlike@users.sourceforge.net>
8031
8032         * include/commctrl.h (LVBKIF_*): Add defines.
8033         (LVM_SETIMAGE[AW]): Add defines and UNICODE mappings.
8034         (LVM_GETIMAGE[AW]): Add defines and UNICODE mappings.
8035         (LVBKIMAGE[AW]): Add defines and UNICODE mappings.
8036         (LPLVBKIMAGE[AW]): Add defines and UNICODE mappings.
8037         (LVM_GETBKIMAGE[AW]): Add defines and UNICODE mappings.
8038         (LVM_SETBKIMAGE[AW]): Add defines and UNICODE mappings.
8039         (ListView_GetBkImage): Add define.
8040         (ListView_SetBkImage): Add define.
8041         (LVBKIMAGE): Add structures and typedefs.
8042
8043 2002-11-25  Earnie Boyd  <earnie@users.sf.net>
8044
8045         * include/w32api.h: Increment to version 2.2
8046         * Makefile.in: Ditto.
8047
8048 2002-11-25  Earnie Boyd  <earnie@users.sf.net>
8049
8050         * lib/Makefile.in (dist, install): Correct the install destinations.
8051         * lib/ddk/Makefile.in (dist, install): Ditto.
8052
8053 2002-11-16  Danny Smith  <dannysmith@users.sourceforge.net>
8054
8055         * lib/uuid.c (CATID_InternetAware,CLSID_HttpSProtocol,
8056         CLSID_PSUrlMonProxy,CLSID_StdURLMoniker,IID_IObjectWithSite,
8057         IID_IPersistMoniker,IID_IProgressNotify): Correct off-by-one bug
8058         in definitions.
8059         (CLSID_CFontPropPage00, GUID_FONTUNDERSCORE11,
8060         IID_IOleControlSite89): Remove.
8061
8062 2002-11-15  Christopher Faylor  <cgf@redhat.com>
8063
8064         * lib/uuid.c (IID_IRunnableObject): Remove duplicate definition.
8065         (IID_IStdMarshalInfo): Ditto.
8066
8067 2002-11-15  Christopher Faylor  <cgf@redhat.com>
8068
8069         * lib/uuid.c (IID_IOleInPlaceSite): Remove duplicate definition.
8070         (IID_IPersistStorage): Ditto.
8071
8072 2002-11-15  Weiqi Gao  <weiqigao@users.sourceforge.net>
8073
8074         * lib/uuid.c (CLSID_PSClassObject, CLSID_PSEnumerators,
8075         IID_IClassActivator, IID_IClientSecurity, IID_ICreateTypeInfo,
8076         IID_ICreateTypeLib2, IID_IOleInPlaceSite, IID_IPersistStorage,
8077         IID_IRunnableObject, IID_IServerSecurity, IID_IStdMarshalInfo):
8078         Correct definitions.
8079
8080 2002-11-15  Danny Smith  <dannysmith@users.sourceforge.net>
8081
8082         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
8083         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
8084         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
8085         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
8086         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
8087         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
8088         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
8089         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
8090         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
8091         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
8092         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
8093         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
8094         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
8095         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
8096         xfilter.h): Change comment to refer w32api package, not MinGW.
8097
8098 2002-11-15  Danny Smith  <dannysmith@users.sourceforge.net>
8099
8100         * include/ddk/ntddk.h: Include winnt.h as system header.
8101
8102 2002-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
8103
8104         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
8105         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
8106         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
8107         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
8108         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
8109         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
8110         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
8111         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
8112         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
8113         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
8114         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
8115         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
8116         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
8117         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
8118         xfilter.h): Fix typo in disclaimer comment.
8119
8120 2002-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
8121
8122         * include/exdisp.h: Include oaidl.h as system header.
8123
8124 2002-11-12  Earnie Boyd  <earnie@users.sf.net>
8125
8126         * include/w32api.h (__W32API_VERSION): Fix.
8127
8128 2002-11-09  Weiqi Gao  <weiqigao@users.sourceforge.net>
8129
8130         * lib/uuid.c (IID_ICatInformation): Correct definition.
8131
8132 2002-11-07  Danny Smith  <dannysmith@users.sourceforge.net>
8133
8134         * include/oleauto.h (DeregisterTypeLib): Remove.
8135         (UnRegisterTypeLib): Add prototype.
8136
8137 2002-11-07  Christopher January  <chris@atomice.net>
8138
8139         * include/winioctl.h: Add definition for IOCTL_DISK_UPDATE_DRIVE_SIZE.
8140
8141 2002-11-04  Danny Smith  <dannysmith@users.sourceforge.net>
8142
8143         * include/winnt.h (VerSetConditionMask): Add prototype.
8144         * lib/kernel32.def (VerifyVersionInfo[AW]): Add stubs.
8145
8146 2002-10-16  Danny Smith  <dannysmith@users.sourceforge.net>
8147
8148         * include/winuser.h (MONITORINFOEX[AW]): Add structure
8149         definitions and ANSI/UNICODE mappings.
8150         Cleanup whitespace.
8151
8152 2002-10-14  Earnie Boyd  <earnie@users.sf.net>
8153
8154         * Makefile.in: Add components for lib/ddk.  Adjust for autoconf-2.53.
8155         * configure.in: Ditto.
8156         * lib/Makefile.in: Ditto.
8157         * lib/ddk/Makefile.in: Correct installation procedure.  Adjust for
8158         autoconf-2.53.
8159         * configure: Regenerate.
8160
8161 2002-10-14  Danny Smith  <dannysmith@users.sourceforge.net>
8162
8163         * include/windows.h: Don't include basetyps.h.
8164         * include/objfwd.h: Do include basetyps.h.
8165
8166 2002-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
8167
8168         * include/objbase.h: Include rpc.h and rpcndr.h
8169         before header guard.
8170
8171 2002-10-11  Danny Smith  <dannysmith@users.sourceforge.net>
8172
8173         * include/olectl.h (PROPPAGEINFO): Change type of
8174         field cb to ULONG.
8175
8176 2002-10-11  Steven Edwards  <Steven_Ed4153@yahoo.com>
8177
8178         * lib/ntdll.def (RtlAcquireResourceExclusive,
8179         RtlAcquireResourceShared, RtlDeleteResource,
8180         RtlInitializeResource, RtlReleaseResource,
8181         RtlTimeToSecondsSince1970) : Added missing exports.
8182
8183 2002-10-08  Heiko Gerdau  <hg@technosis.de>
8184
8185         * include/oleacc.h: New file.
8186         * include/winuser.h (ENDSESSION_LOGOFF) Add define.
8187         (OBJID_*) Add defines.
8188         * lib/uuid.c: Add DEFINE_GUID for IID_IAccessible.
8189         * lib/test.c: Include oleacc.h.
8190
8191 2002-10-06  Casper Hornstrup  <chorns@it.dk>
8192
8193         * include/ddk: New subdir.
8194         * lib/ddk: Ditto.
8195         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
8196         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
8197         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
8198         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
8199         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
8200         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
8201         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
8202         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
8203         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
8204         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
8205         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
8206         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
8207         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
8208         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
8209         xfilter.h): New files.
8210         * lib/ddk/(Makefile.in, apcups.def, cfgmgr32.def, dxapi.def,
8211         hal.def, hid.def, hidparse.def, mcd.def, ndis.def, ntoskrnl.def,
8212         scsiport.def, tdi.def, usbcamd.def, usbcamd2.def, videoprt.def,
8213         win32k.def): Ditto.
8214
8215 2002-10-04  Steven Edwards  <Steven_Ed4153@yahoo.com>
8216
8217         * lib/ntdll.def (NtAccessCheck, NtAdjustPrivilegesToken,
8218         NtCreateKey, NtDeleteKey, NtDeleteValueKey, NtEnumerateKey,
8219         NtEnumerateValueKey, NtOpenKey, NtOpenProcessToken,
8220         NtOpenThreadToken, NtQueryInformationToken, NtQueryKey,
8221         NtQueryValueKey, NtSetSecurityObject, NtSetValueKey,
8222         RtlAddAccessAllowedAce, RtlCreateAcl,
8223         RtlCreateSecurityDescriptor, RtlCreateUnicodeStringFromAsciiz,
8224         RtlGetAce, RtlGetControlSecurityDescriptor,
8225         RtlGetDaclSecurityDescriptor,RtlGetGroupSecurityDescriptor,
8226         RtlGetOwnerSecurityDescriptor,RtlGetSaclSecurityDescriptor,
8227         RtlImpersonateSelf, RtlIsTextUnicode, RtlLargeIntegerAdd,
8228         RtlLengthSecurityDescriptor, RtlMakeSelfRelativeSD,
8229         RtlMultiByteToUnicodeN RtlMultiByteToUnicodeSize,
8230         RtlOpenCurrentUser, RtlSetDaclSecurityDescriptor,
8231         RtlSetGroupSecurityDescriptor, RtlSetOwnerSecurityDescriptor,
8232         RtlSetSaclSecurityDescriptor, RtlValidSecurityDescriptor,
8233         ZwAccessCheck, ZwAdjustPrivilegesToken, ZwCreateKey,
8234         ZwDeleteValueKey, ZwEnumerateKey, ZwEnumerateValueKey,
8235         ZwOpenKey, ZwOpenProcessToken, ZwOpenThreadToken,
8236         ZwQueryInformationToken, ZwQueryKey, ZwQueryValueKey
8237         ZwSetSecurityObject, ZwSetValueKey): Added missing exports.
8238
8239 2002-10-04  "KJK::Hyperion"  <noog@libero.it>
8240
8241         *include/windef.h (WPARAM): Update typedef.
8242         (LPARAM): Ditto.
8243         (LRESULT): Ditto.
8244
8245 2002-10-04  "KJK::Hyperion"  <noog@libero.it>
8246
8247         * include/shlobj.h (CSIDL_*): Add defines.
8248
8249 2002-09-24  Danny Smith  <dannysmith@users.sourceforge.net>
8250
8251         * include/ws2tcpip.h: Throw error if winsock.h, not winsock2.h
8252         has been included first.
8253
8254 2002-09-24  René Møller Fonseca  <fonseca@users.sourceforge.net>
8255
8256         * include/winbase.h (FindFirstFileEx): Fixed ANSI mode.
8257         * include/wingdi.h (PFD_SWAP_LAYER_BUFFERS):Added define.
8258         * include/winuser.h (AppendMenu[AW]): Fixed prototypes.
8259
8260 2002-09-18  Eric R. Krause  <ekrause_98@users.sourceforge.net>
8261
8262         * include/winuser.h (DS_SHELLFONT): Define.
8263
8264 2002-09-17  Daniel Schlyder  <daniel@dascdev.net>
8265
8266         * include/winnt.h (VER_SUITE_BLADE): Define.
8267
8268 2002-09-17  Danny Smith  <dannysmith@users.sourceforge.net>
8269
8270         * include/shlobj.h (SHGetSpecialFolderPath[AW]):
8271         Add _WIN32_IE guard. Correct prototype for wide version.
8272         (SHGetFolderPath): Add comment on shfolder.dll.
8273         (SHGetFolderLocation): Add prototyope for WinME and W2K.
8274         (SHGetFolderPathAndSubDir[AW]): Add prototypes for XP.
8275
8276 2002-09-16  Danny Smith  <dannysmith@users.sourceforge.net>
8277
8278         * lib/shell32.def (SHGetFolderPath[AW]): Add comment.
8279         * lib/shfolder.def: New file.
8280
8281 2002-09-12  Danny Smith  <dannysmith@users.sourceforge.net>
8282
8283         * include/winsock.h (timeval): Guard struct and associated
8284         macros with _TIMEVAL_DEFINED.
8285         * include/winsock2.h (timeval): Likewise.
8286
8287 2002-09-11  Danny Smith  <dannysmith@users.sourceforge.net>
8288
8289         * lib/shell32.def (SHBindtoParent,SHCreateDirectoryEx[AW],
8290         SHCreateProcessAsUserW,SHCreateQueryCancelAutoPlayMoniker,
8291         SHCreateShellItem,SHEmptyRecycleBin[AW],
8292         SHEnumerateUnreadMailAccountsW,SHExtractIconsW,
8293         SHGetDataFromIDList[AW],SHGetDiskFreeSpace[AW],
8294         SHGetDiskFreeSpaceEx[AW],SHGetFolderLocation,
8295         SHGetFolderPathAndSubDir[AW],SHGetIconOverlayIndex[AW],
8296         SHGetNewLinkInfo[AW],SHGetSettings,SHGetUnreadMailCountW,
8297         SHInvokePrinterCommand[AW],SHIsFileAvailableOffline,
8298         SHLoadNonloadedIconOverlayIdentifiers,
8299         SHOpenFolderAndSelectItems,SHParseDisplayName,
8300         SHPathPrepareForWrite[AW],SHQueryRecycleBin[AW],
8301         SHSetLocalizedName,SHSetUnreadMailCountW,
8302         SHUpdateRecycleBinIcon: Add missing stubs.
8303
8304 2002-09-07  Earnie Boyd  <earnie@users.sf.net>
8305
8306         * include/windef.h (WINVER): Add documentation.
8307         (_WIN32_WINNT): Ditto.
8308         Special thanks to Paul Schmidt <paul@tricattechnologies.com>
8309
8310 2002-09-06  Danny Smith  <dannysmith@users.sourceforge.net>
8311
8312         * lib/Makefile.in (TEST_OPTIONS): Define WINVER to 0x0666.
8313
8314 2002-09-04  Kevin Chase  <kevincha99@hotmail.com>
8315
8316         * include/winbase.h (AllocateUserPhysicalPages,
8317         MapUserPhysicalPages, MapUserPhysicalPagesScatter,
8318         FreeUserPhysicalPages): Add prototypes.
8319         * lib/kernel32.def: Add function stubs for above.
8320
8321 2002-09-03  René Møller Fonseca  <fonseca@users.sourceforge.net>
8322
8323         * include/winuser.h (IDTRYAGAIN,IDCONTINUE): Add defines.
8324         Add WINVER guards for dialog box command id defines.
8325
8326 2002-09-03  Earnie Boyd  <earnie@users.sf.net>
8327
8328         * include/wincon.h (GetConsoleWindow): Add _WIN32_WINNT >= 0x0500 guard.
8329
8330 2002-08-30  Christopher January  <ccj00@doc.ic.ac.uk>
8331
8332         * include/wincon.h: Define GetConsoleWindow(void).
8333
8334 2002-08-28  Earnie Boyd  <earnie@users.sf.net>
8335
8336         * include/w32api.h: Increment version to 2.1.
8337         * Makefile.in: Ditto.
8338
8339 2002-08-26  Bart Oldeman  <bart.oldeman@btinternet.com>
8340
8341         * include/winsock2.h (SOCKET_ADDRESS): Define if
8342         __CSADDR_T_DEFINED is not defined (copied from nspapi.h)
8343         (CSADDR_INFO): Ditto.
8344         (nspapi.h) : Don't include. Removed FIXME comment.
8345         * include/nspapi.h (SOCKET_ADDRESS) Only define if
8346         __CSADDR_T_DEFINED is not defined.
8347         (CSADDR_INFO): Ditto.
8348         (BLOB): Add structure and typedef if not already defined.
8349         (NS_*): Add defines.
8350         (SERVICE_*): Ditto.
8351         (SERVICE_ADDRESS): Add structure and typedefs.
8352         (SERVICE_ADDRESSES): Ditto.
8353         (SERVICE_INFO[AW]): Ditto, and add UNICODE mappings.
8354         (LPSERVICE_ASYNC_INFO): Add typedef.
8355         (SetService[AW], GetAddressByName[AW]): Add prototypes and UNICODE
8356         mappings.
8357         * include/wsipx.h: New file.
8358         * include/svcguid.h: New file.
8359         * lib/test.c: Include wspix.h and svcguid.h.
8360
8361 2002-08-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8362
8363         * include/wsahelp.h: New file.
8364         * lib/test.c: Include wsahelp.h.
8365
8366 2002-08-21  Earnie Boyd  <earnie@users.sf.net>
8367
8368         * include/commctrl.h (NMCUSTOMDRAW): Fix lItemlParam.
8369         Thanks to: "Phil Dempster" <p_dempster@yahoo.co.uk>.
8370
8371 2002-08-20  Danny Smith  <dannysmith@users.sourceforge.net>
8372
8373         * include/ws2spi.h: Modify comment about being part of
8374         mingw32 package.
8375         (winsock2.h): Change "" to <>.
8376
8377 2002-08-20  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8378
8379         * include/ws2spi.h: New file.
8380         * lib/test.c: Include ws2spi.h.
8381
8382 2002-08-20  Danny Smith  <dannysmith@users.sourceforge.net>
8383
8384         * include/winsock2.h (WSAIsBlocking,WSAUnhookBlockingHook,
8385         WSASetBlockingHook,WSACancelBlockingCall): Expose deprecated
8386         functions.
8387
8388 2002-08-17  Danny Smith  <dannysmith@users.sourceforge.net>
8389
8390         * include/winuser.h (CURSOR_SHOWING) Add define.
8391         Thanks to: Jan Hlavatý  <hlavac@users.sourceforge.net>
8392
8393 2002-08-17  Danny Smith  <dannysmith@users.sourceforge.net>
8394
8395         * include/winerror.h: Cast OLE error codes to HRESULT.
8396         Thanks to: Gunnar Degnbol <gdegnbol@users.sourceforge.net>
8397
8398 2002-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
8399
8400         * include/wincrypt.h (ALG_*): Add defines.
8401         (CALG_*): Ditto.
8402         (CRYPT_*): Ditto.
8403         (PP_*): Ditto.
8404         (PROV_*): Ditto.
8405         (PRIVATEKEYBLOB): Add define.
8406
8407 2002-08-14  Earnie Boyd  <earnie@users.sf.net>
8408
8409         * include/shlobj.h (SHGetFolderPath): Add define.
8410         * lib/shell32.def (SHGetSpecialFolderPath): Add export.
8411         (SHGetFolderPath): Ditto.
8412
8413 2002-08-13  Danny Smith  <dannysmith@users.sourceforge.net>
8414
8415         * include/commdlg.h: Don't include COM headers or use
8416         COM-dependent symbols if __OBJC__.
8417
8418 2002-08-13  Danny Smith  <dannysmith@users.sourceforge.net>
8419
8420         * include/wincrypt.h (CryptDuplicateHash, CryptDuplicateKey):
8421         Add prototypes.
8422
8423 2002-08-12  Andriy Palamarchuk  <apa3a@yahoo.com>
8424
8425         * include/shellapi.h (FOF_NOERRORUI): Add define.
8426
8427 2002-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
8428
8429         * include/objidl.h (IEnumMoniker): Put 'interface' back.
8430
8431 2002-08-11  Danny Smith  <dannysmith@users.sourceforge.net>
8432
8433         * include/objidl.h (IEnumMoniker): Correct declaration.
8434
8435 2002-08-09  Mark Schreiber  <mark7@users.sourceforge.net>
8436
8437         * include/wincrypt.h (CRYPT_NOHASHOID): Add define.
8438
8439 2002-08-09  Danny Smith  <dannysmith@users.sourceforge.net>
8440
8441         * include/commctrl.h: Whitespace change.
8442
8443 2002-08-09  Lars Munch  <lars@segv.dk>
8444
8445         * include/commctrl.h (tagTVHITTESTINFO): Replace obsolete
8446         struct name _TVHITTESTINFO and typedefs and add defines for
8447         backward compatability.
8448         (ListView_SetExtendedListViewStyleEx): Add macro.
8449
8450 2002-08-05  Danny Smith  <dannysmith@users.sourceforge.net>
8451
8452         * include/wingdi.h (AlphaBlend,GradientFill,TransparentBlt):
8453         Add prototypes.
8454         * lib/msimg32.def: New file, with stubs for above.
8455
8456 2002-08-03  Danny Smith  <dannysmith@users.sourceforge.net>
8457
8458         * include/winbase.h (AddAccessAllowedAceEx,AddAccessDeniedAceEx,
8459         GetFileSizeEx, SetFilePointerEx): Add prototypes.
8460         (EncryptFile[AW], FileEncryptionStatus[AW]): Add prototypes
8461         and UNICODE mappings.
8462
8463 2002-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
8464
8465         * include/winbase.h (ReadFileScatter, WriteFileGather):
8466         Change second parameter to pointer.
8467
8468 2002-07-31  Danny Smith  <dannysmith@users.sourceforge.net>
8469
8470         * include/wininet.h (InternetReadFileEx[AW]). Add prototypes and
8471         UNICODE mappings.
8472         * lib/wininet.def: Regenerate.
8473
8474 2002-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
8475
8476         * include/windef.h (PVOID): Move typedef to...
8477         * include/winnt: ...here.
8478         (PVOID64): New typedef.
8479
8480         * include/winnt,h (FILE_SEGMENT_ELEMENT): Define union.
8481         * include/winbase.h (ReadFileScatter, WriteFileGather):
8482         Add prototypes.
8483
8484         * include/winnt,h (PROCESSOR_ARCHITECTURE_*): Add defines.
8485         (PROCESSOR_INTEL_IA64): Add define.
8486
8487 2002-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
8488
8489         * include/oleidl.h (MK_ALT): Define.
8490
8491 2002-07-26  Mattia Barbon  <mbarbon@dsi.unive.it>
8492
8493         * include/exdisp.h: New file.
8494         * include/exdispid.h: New file.
8495         * include/mshtml.h: New file.
8496         * lib/test.c: #include exdisp.h and mshtml.h
8497         * lib/uuid.c (CLSID_WebBrowser, DIID_DWebBrowserEvents,
8498         DIID_DWebBrowserEvents2, IID_IHTMLDocument, IID_IHTMLDocument2,
8499         IID_IHTMLElement, IID_IHTMLSelectionObject, IID_IHTMLTxtRange,
8500         IID_IWebBrowser, IID_IWebBrowser2, IID_IWebBrowserApp):
8501         New GUIDs.
8502
8503 2002-07-26  Mattia Barbon  <mbarbon@dsi.unive.it>
8504
8505         * include/docobj.h: New file.
8506         * include/idispids.h: New file.
8507         * include/objidl.h (IID_IMoniker): Declare.
8508         * include/ocidl.h (READYSTATE): New enum.
8509         (IOleInPlaceSiteEx): New interface.
8510         * include/olectlid.h (IID_IEnumSTATSTG): New interface
8511         identifier.
8512         * include/oleidl.h (IOleItemContainer, IOleInPlaceObject,
8513         IOleInPlaceSite): New interfaces.
8514         * lib/test.c: #include docobj.h,idispids.h,
8515
8516 2002-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
8517
8518         * include/shlobj.h (BFFM_VALIDATEFAILED[AW]): Add defines.
8519         (BFFM_SETSTATUSTEXT, BFFM_SETSELECTION): UNICODE them.
8520
8521 2002-07-25  Mattia Barbon  <mbarbon@dsi.unive.it>
8522
8523         * include/commctrl.h: Avoid redefinition of CDN_FIRST/LAST.
8524         * include/commdlg.h: Likewise.
8525
8526 2002-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
8527
8528         * include/oleauto.h (V_UNION): Correct definition for case of
8529         NONAMELESSUNION:
8530         (V_VT): Likewise.
8531
8532 2002-07-23  Danny Smith  <dannysmith@users.sourceforge.net>
8533
8534         * include/oleauto.h (V_BOOL): Define in terms of boolVal,
8535         not bool, for C as well as C++.
8536
8537 2002-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
8538
8539         * include/shlwapi.h: New file.
8540         Thanks to: Mattia Barbon  <mbarbon@dsi.unive.it> and
8541         Victor Porton  <porton@narod.ru> for contributions.
8542         * lib/shlwapi.def: New file.
8543         * lib/test.c: #include shlwapi.h.
8544
8545 2002-07-21  Bart Oldeman  <bart.oldeman@btinternet.com>
8546
8547         * include/shlobj.h (FCIDM_MENU_FAVORITES): Remove bogus
8548         character.
8549         * include/winsock2.h (struct sockaddr): Use __int64 instead of
8550         long long.
8551         * lib/kernel32.c (GetCurrentFiber, GetFiberData): Watcom
8552         does not need external *Fiber library functions.
8553
8554 2002-07-20  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8555
8556         * include/winbase.h (GetEnvironmentStringsA): Remove duplicate
8557         definition.
8558         (Interlocked*): Wrap in #ifndef __INTERLOCKED_DECLARED to
8559         avoid compile error when already defined.
8560
8561 2002-07-20  Steven Edwards  <Steven_Ed4153@yahoo.com>
8562
8563         * include/winuser.h (WM_MENURBUTTONUP): Add define.
8564
8565 2002-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
8566
8567         * include/commdlg.h: Define CDN_* notification message constants
8568         as UINT.
8569
8570 2002-07-17  Mattia Barbon  <mbarbon@users.sourceforge.net>
8571
8572         * include/commctrl.h: Define notification message constants for
8573         NMHDR.code as UINT.
8574
8575 2002-07-17   Bart Oldeman  <bart.oldeman@btinternet.com>
8576
8577         * include/ddeml.h (MH_*) Add defines.
8578         (MONHSZSTRUCT): Add structure and typedefs.
8579         (MONLINKSTRUCT): Ditto.
8580         (MONCONVSTRUCT): Ditto.
8581         (MONCBSTRUCT): Ditto.
8582         (MONERRSTRUCT): Ditto.
8583         (MONMSGSTRUCT): Ditto.
8584         * include/windef.h: Don't define __cdecl or _cdecl for
8585         __WATCOM__.
8586         Don't define _export or __export for __WATCOM__.
8587         * include/windows.h (imm.h): #include.
8588         * include/winnt.h (LPEXCEPTION_RECORD): Add typedef.
8589
8590 2002-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
8591
8592         * include/wtypes.h: Remove duplicate #includes of rpc.h and
8593         rpcndr.h.
8594
8595 2002-07-05  Luke Dunstan  <infidel@users.sourceforge.net>
8596
8597         * include/winbase.h (OpenThread): Add prototype.
8598         * lib/kernel32.def (OpenThread): Add symbol.
8599
8600 2002-07-04  Luke Dunstan  <infidel@users.sourceforge.net>
8601
8602         * include/wtypes.h (HMETAFILEPICT): Add typedef.
8603
8604 2002-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
8605
8606         * include/rpc.h: Conditionally include <windows.h> before
8607         header guard.
8608         * include/wtypes.h: Include <rpc.h> and <rpcndr.h> before
8609         header guard.
8610
8611 2002-07-02  Danny Smith  <dannysmith@users.sourceforge.net>
8612
8613         * include/commctrl.h (WC_*): Remove some duplicate defines.
8614
8615 2002-07-02  Ken Fitlike  <kenfitlike@hotmail.com>
8616
8617         * include/commctrl.h (WC_IPADDRESS[AW]): Add defines and
8618         UNICODE mappings.
8619         (IPM*): Add defines.
8620         (IPN_*): Add defines.
8621         (NMIPADDRESS): Add structure and typedefs.
8622         (MAKEIPADDRESS): Add macro.
8623         (MAKEIPRANGE): Add macro.
8624         (FIRST_IPADDRESS): Add macro.
8625         (SECOND_IPADDRESS): Add macro.
8626         (THIRD_IPADDRESS): Add macro.
8627         (FOURTH_IPADDRESS): Add macro.
8628
8629 2002-06-25  Conrad Scott  <conrad.scott@dsl.pipex.com>
8630
8631         * include/winbase.h (FILE_FLAG_FIRST_PIPE_INSTANCE): Add constant.
8632
8633 2002-06-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8634
8635         * include/winbase.h (WINBASEAPI): Don't define if prior
8636         definition.
8637
8638         * include/winioctl.h (PARTITION_FAT32, PARTITION_FAT32_XINT13,
8639         PARTITION_XINT13, PARTITION_XINT13_EXTENDED, PARTITION_LDM,
8640         PARTITION_UNIX): Add defines.
8641         (PDRIVE_LAYOUT_INFORMATION): Add typedef.
8642         (IsRecognizedPartition): Also check for PARTITION_FAT32,
8643         PARTITION_FAT32_XINT13 and PARTITION_XINT13.
8644         (IsContainerPartition): Add macro.
8645
8646 2002-06-25  Ken Fitlike  <kenfitlike@hotmail.com>
8647
8648         * include/commctrl.h: (CBEIF_*): Add defines.
8649         (CBEN_*): Add defines and UNICODE mappings
8650         (WC_COMBOBOXEX[AW]): Add defines and UNICODE mappings.
8651         (CBEMAXSTRLEN): Add define.
8652         (COMBOBOXEXITEM[AW]): Add structures and typedefs.
8653         (NMCOMBOBOXEX[AW]): Add structures and typedefs.
8654         (NMCBEDRAGBEGIN[AW]): Add structure and typedefs.
8655         (NMCBEENDEDIT[AW]): Add structure and typedefs.
8656
8657 2002-06-24  Danny Smith  <dannysmith@users.sourceforge.net>
8658
8659         * include/objidl.h (struct tagPROPVARIANT): Kill obsolete
8660         union member _VARIANT_BOOL bool.
8661
8662 2002-06-24  Danny Smith  <dannysmith@users.sourceforge.net>
8663
8664         * include/winioctl.h (FILE_SPECIAL_ACCESS): Add define.
8665
8666 2002-06-24  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8667
8668         * include/winnt.h (PCCHAR, FCHAR, FSHORT, FLONG,
8669         PLUID_AND_ATTRIBUTES,PSECURITY_IMPERSONATION_LEVEL,
8670         PSID_AND_ATTRIBUTES, PTOKEN_TYPE, PTOKEN_STATISTICS):
8671         Add typedefs.
8672         (CCHAR): Correct typedef.
8673         (PROCESS_SET_SESSIONID, SECURITY_*,SECTION_MAP_EXECUTE):
8674         Add defines.
8675
8676 2002-06-24  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8677
8678         * README.w32api: Correct spelling error.
8679
8680 2002-06-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8681
8682         * include/winuser.h (FLASHW_*,INPUT_MOUSE,INPUT_KEYBOARD,
8683         INPUT_HARDWARE): Add defines.
8684         (HDEVNOTIFY): Add typedef.
8685         (FLASHWINFO,tagMOUSEMOVEPOINT,tagMOUSEINPUT,tagKEYBDINPUT,
8686         tagHARDWAREINPUT,tagINPUT,tagGUITHREADINFO): Define structs and
8687         typedefs.
8688         (CreateDesktop[AW],CreateMDIWindow[AW],GetClassInfo[AW],
8689         GetClassInfoEx[AW],GetKeyboardLayoutList,
8690         MessageBoxIndirect[AW],MsgWaitForMultipleObjects,
8691         MsgWaitForMultipleObjectsEx, RegisterClass[AW],
8692         RegisterClassEx[AW]): Correct prototypes.
8693
8694 2002-06-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8695
8696         * include/ddeml.h (DdeCreateStringHandle{AW]:Correct
8697         prototypes.
8698         * include/winsvc.h (StartServiceW): Correct prototype.
8699         * include/winbase.h (BackupRead,BackupSeek,BackupWrite,
8700         FileTimeToLocalFileTime, GetAce,GetPrivateProfileStruct[AW],
8701         GetTickCount,InterlockedExchangeAdd,
8702         WritePrivateProfileStruct[AW]: Correct prototypes.
8703         (GetEnvironmentStrings): Correct mapping to
8704         GetEnvironmentStringsA.
8705         * include/winver.h (VerQueryValueA,VerQueryValueW):
8706         Correct prototypes.
8707         * include/wincon.h (CreateConsoleScreenBuffer): Correct
8708         prototype.
8709         * include/winreg.h (RegQueryMultipleValues[AW],
8710         RegQueryValueEx[AW]):Correct prototypes.
8711         * include/wingdi.h (PXFORM, PLOGBRUSH, PLOGPEN, PPOLYTEXTA,
8712         PPOLYTEXTW): Add typedefs.
8713         (_DESIGNVECTOR,COLOR16, _TRIVERTEX, _DISPLAY_DEVICE): Add
8714         structures and typedefs.
8715         (MM_MAX_NUMAXES): Add define.
8716         (EnumFontsW,GetEnhMetaFilePixelFormat,
8717         wglGetLayerPaletteEntries): Correct prototypes.
8718         * include/winerror.h (RPC_X_INVALID_PIPE_OBJECT,
8719         RPC_X_WRONG_PIPE_ORDER,RPC_X_WRONG_PIPE_VERSION,
8720         RPC_S_SEND_INCOMPLETE): Add defines.
8721
8722 2002-06-17  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8723
8724         * include/windef.h (_fastcall, __fastcall, FASTCALL):
8725         Add defines.
8726
8727 2002-06-16  Egor Duda  <deo@logos-m.ru>
8728
8729         * include/ntdll.h: New file.
8730         * lib/ntdll.def: Add NtShutdownSystem.
8731
8732 2002-06-16  Steven Edwards  <Steven_Ed4153@yahoo.com>
8733
8734         * lib/dinput.def (DirectInputCreateEx): Add stub.
8735         * lib/ntdll.def: New file.
8736
8737 2002-06-14  Earnie Boyd  <earnie@users.sf.net>
8738
8739         * include/w32api.h: Change to version 2.0 to reflect the change
8740         in the license.
8741         * README: Renamed.
8742         * README.w32api: Renamed from README.  Modified license to remove
8743         the restriction of notifying the author based on the fact that the
8744         author is unreachable at the notified address.
8745         * Makefile.in (VERSION): Change to 2.0.
8746
8747 2002-06-14  Earnie Boyd  <earnie@users.sf.net>
8748
8749         * include/wingdi.h (GetEnhMetaFileBits): Correct typo.
8750         * Makefile.in (bindist): Correct the MinGW distribution.
8751
8752 2002-06-13  Earnie Boyd  <earnie@users.sf.net>
8753
8754         * include/winuser.h (MOUSEHOOKSTRUCT): Define structure.
8755         * include/wingdi.h (GetEnhMetaFileBits): Define prototype.
8756
8757 2002-06-13  Danny Smith  <dannysmith@users.sourceforge.net>
8758
8759         * lib/test.c: #include comcat.h.
8760
8761 2002-06-13  John K. Hohm  <jhohm@acm.org>
8762
8763         * include/comcat.h: New file.
8764
8765 2002-06-09  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
8766
8767         * include/richedit.h (EM_*, TM_*, GT_*): Add new defines.
8768         (GETTEXTEX): Add structure definition.
8769
8770 2002-06-08  Danny Smith  <dannysmith@users.sourceforge.net>
8771
8772         * include/windows.h (ole2.h): #include if !__OBJC__ and
8773         __GNUC__ >=3 and !WIN32_LEAN_AND_MEAN.
8774
8775 2002-06-07  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
8776
8777         * include/mapi.h: Change LPTSTR to LPSTR throughout.
8778
8779 2002-06-05  Danny Smith  <dannysmith@users.sourceforge.net>
8780
8781         * include/winnt.h (PACE_HEADER, PACCESS_ALLOWED_ACE,
8782         PACCESS_DENIED_ACE): Add typedefs.
8783
8784 2002-06-03  Danny Smith  <dannysmith@users.sourceforge.net>
8785
8786         * lib/thunk32.def (LIBRARY): Change to KERNEL32.dll.
8787
8788 2002-06-03 Steven Edwards  <Steven_Ed4153@yahoo.com>
8789
8790         * lib/kernel32.def (ConvertToGlobalHandle): Add stub.
8791
8792 2002-06-01  Danny Smith  <dannysmith@users.sourceforge.net>
8793
8794         * include/windef.h: Fix typo in last change.
8795
8796 2002-06-01  Danny Smith  <dannysmith@users.sourceforge.net>
8797
8798         * include/windef.h: Add no-op __try, __except, __finally
8799         defines from ...
8800         * include/excpt.h: Remove file.
8801         * include/windows.h: Don't include excpt.h.
8802
8803 2002-05-30  Christopher January  <chris@atomice.net>
8804
8805         * include/ntdef.h (ANSI_STRING, PANSI_STRING, OEM_STRING, POEM_STRING):
8806         Add missing typedefs.
8807
8808 2002-05-28  Earnie Boyd  <earnie@users.sf.net>
8809
8810         * include/w32api.h: Increment version to 1.5
8811         * Makefile.in: Ditto.
8812
8813
8814 2002-05-27  René Møller Fonseca  <fonseca@users.sourceforge.net>
8815
8816         * include/winreg.h: (RegConnectRegistry[AW]): Replace
8817         LP[W]STR with LPC[W]STR.
8818         (REG_QWORD, REG_QWORD_LITTLE_ENDIAN): Add defines.
8819         Clean up whitespace.
8820
8821 2002-05-27  Rick Rankin  <rick_rankin@yahoo.com>
8822
8823         * include/winnls.h: Add #define for LOCALE_RETURN_NUMBER.
8824
8825 2002-05-21  Earnie Boyd  <earnie@users.sf.net>
8826
8827         * Makefile.in: Increment VERSION to 1.4.
8828         (conf_prefix): New variable.
8829         (bindist): Modify target to use $(conf_prefix).
8830
8831 2002-05-20  Philip Aston  <philipa@mail.com>
8832
8833         * include/pbt.h (PBT_APMRESUMESUSPEND): Correct value is 7.
8834
8835 2002-05-20  René Møller Fonseca  <fonseca@users.sourceforge.net>
8836
8837         * include/lmaccess.h: (NetAccess*, NetGroup*,
8838         NetLocalGroup*, NetUser*, NetGet*, INetLogonControl[2],
8839         NetQueryDisplayInfotmationIndex): Replace LPWSTR with LPCWSTR.
8840
8841 2002-05-08  Danny Smith  <dannysmith@users.sourceforge.net>
8842
8843         * include/commctrl.h (ImageList_DragShowNolock): Remove
8844         conflicting redeclaration.
8845
8846 2002-05-07  Danny Smith  <dannysmith@users.sourceforge.net>
8847
8848         * include/windows.h: Move ANONYMOUS_UNION, _ANONYMOUS_STRUCT,
8849         STRICT and related defines to ...
8850         * include/windef.h: Here.
8851
8852 2002-05-03  Danny Smith  <dannysmith@users.sourceforge.net>
8853
8854         * include/winsock2.h (int32): Remove typedef.
8855         (SERVICETYPE): Add typedef.
8856         (struct _flowspec):Revise struct definition,  Comment
8857         on types used for members.
8858
8859 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
8860
8861         * include/winnt.h (EVENT_*, SEMAPHORE_*,MUTEX_*): Remove
8862         more defines added in earlier change.
8863         * lib/Makefile.in (TEST_OPTIONS): Add -Wsystem-headers flag.
8864
8865 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
8866
8867         * include/winnt.h (THREAD_PRIORITY_*): Remove defines
8868         added in last change.
8869
8870 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
8871
8872         * include/winnt.h (THREAD_*, EVENT_*, MUTANT_*,
8873         SEMAPHORE_*, MUTEX_*, TIMER_*): Add new defines.
8874
8875 2002-05-01  Manu B  <contact.manu@wanadoo.fr>
8876
8877         * include/commctrl.h (SNDMSG): Define and use throughout
8878         in other macros instead of SendMessage.
8879         * include/commdlg.h (SNDMSG): Ditto.
8880
8881 2002-04-22  José Fonseca  <jrfonseca@users.sf.net>
8882
8883         * include/GL/gl.h: New file.
8884         * include/GL/glext.h: Ditto.
8885         * include/GL/glu.h: Ditto.
8886
8887 2002-04-09  Earnie Boyd  <earnie@users.sf.net>
8888
8889         * include/w32api.h: Increment version.
8890         * Makefile.in: Ditto.
8891
8892 2002-04-09  Earnie Boyd  <earnie@users.sf.net>
8893
8894         * Makefile.in (bindist): Use * instead of . for file list for tar
8895         command.
8896
8897 2002-04-02  Danny Smith  <dannysmith@users.sourceforge.net>
8898
8899         * include/wtypes.h (enum tagCLSCTX): Change formatting.
8900
8901 2002-04-02  Pat Thoyts  <patthoyts@users.sourceforge.net>
8902
8903         * include/objidl.h (IRunningObjectTable.Register): Correct
8904         prototype.
8905         * include/wtypes.h (ROTFLAGS_REGISTRATIONKEEPSALIVE,
8906         ROTFLAGS_ALLOWANYCLIENT): Add defines.
8907
8908 2002-03-31  Victor Porton  <porton@narod.ru>
8909
8910         * include/shellapi.h (SHGFI_ATTR_SPECIFIED): Add define.
8911
8912 2002-03-29  David Robinow  <drobinow@yahoo.com>
8913
8914         * include/wingdi.h (SetPixelFormat): Correct prototype.
8915
8916 2002-03-29  Phil Krylov  <likewolf@users.sourceforge.net>
8917
8918         * include/richedit.h (EM_SHOWSCROLLBAR): Add define.
8919
8920 2002-03-26  Phil Krylov  <likewolf@users.sourceforge.net>
8921
8922         * include/richedit.h (EM_GETSCROLLPOS, EM_SETSCROLLPSPOS):
8923         Add defines.
8924
8925 2002-03-14  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
8926
8927         * include/richedit.h (RICHEDIT_CLASS): UNICODE it.
8928         * include/shlobj.h (IContextMenu2): Put methods in right order.
8929         * include/basetyps.h (REFGUID, REFIID, REFCLSID): Check for
8930         CINTERFACE before defining.
8931
8932 2002-03-09  Danny Smith  <dannysmith@users.sourceforge.net>
8933
8934         * include/accctrl.h: Add #pragma GCC system_header
8935         if __GNUC__ >= 3.
8936         * include/aclapi.h: Same.
8937         * include/basetsd.h: Same.
8938         * include/basetyps.h: Same.
8939         * include/cderr.h: Same.
8940         * include/cguid.h: Same.
8941         * include/commctrl.h: Same.
8942         * include/commdlg.h: Same.
8943         * include/cpl.h: Same.
8944         * include/cplext.h: Same.
8945         * include/custcntl.h: Same.
8946         * include/dbt.h: Same.
8947         * include/dde.h: Same.
8948         * include/ddeml.h: Same.
8949         * include/dlgs.h: Same.
8950         * include/excpt.h: Same.
8951         * include/httpext.h: Same.
8952         * include/imagehlp.h: Same.
8953         * include/imm.h: Same.
8954         * include/initguid.h: Same.
8955         * include/intshcut.h: Same.
8956         * include/ipexport.h: Same.
8957         * include/iphlpapi.h: Same.
8958         * include/ipifcons.h: Same.
8959         * include/iprtrmib.h: Same.
8960         * include/iptypes.h: Same.
8961         * include/isguids.h: Same.
8962         * include/largeint.h: Same.
8963         * include/lm.h: Same.
8964         * include/lmaccess.h: Same.
8965         * include/lmalert.h: Same.
8966         * include/lmapibuf.h: Same.
8967         * include/lmat.h: Same.
8968         * include/lmaudit.h: Same.
8969         * include/lmbrowsr.h: Same.
8970         * include/lmchdev.h: Same.
8971         * include/lmconfig.h: Same.
8972         * include/lmcons.h: Same.
8973         * include/lmerr.h: Same.
8974         * include/lmerrlog.h: Same.
8975         * include/lmmsg.h: Same.
8976         * include/lmremutl.h: Same.
8977         * include/lmrepl.h: Same.
8978         * include/lmserver.h: Same.
8979         * include/lmshare.h: Same.
8980         * include/lmsname.h: Same.
8981         * include/lmstats.h: Same.
8982         * include/lmsvc.h: Same.
8983         * include/lmuse.h: Same.
8984         * include/lmuseflg.h: Same.
8985         * include/lmwksta.h: Same.
8986         * include/lzexpand.h: Same.
8987         * include/mapi.h: Same.
8988         * include/mciavi.h: Same.
8989         * include/mcx.h: Same.
8990         * include/mmsystem.h: Same.
8991         * include/mswsock.h: Same.
8992         * include/nb30.h: Same.
8993         * include/nddeapi.h: Same.
8994         * include/nspapi.h: Same.
8995         * include/ntdef.h: Same.
8996         * include/ntsecapi.h: Same.
8997         * include/ntsecpkg.h: Same.
8998         * include/oaidl.h: Same.
8999         * include/objbase.h: Same.
9000         * include/objfwd.h: Same.
9001         * include/objidl.h: Same.
9002         * include/odbcinst.h: Same.
9003         * include/ole.h: Same.
9004         * include/ole2.h: Same.
9005         * include/ole2ver.h: Same.
9006         * include/oleauto.h: Same.
9007         * include/olectl.h: Same.
9008         * include/olectlid.h: Same.
9009         * include/oledlg.h: Same.
9010         * include/oleidl.h: Same.
9011         * include/pbt.h: Same.
9012         * include/prsht.h: Same.
9013         * include/psapi.h: Same.
9014         * include/rapi.h: Same.
9015         * include/ras.h: Same.
9016         * include/raserror.h: Same.
9017         * include/rassapi.h: Same.
9018         * include/regstr.h: Same.
9019         * include/richedit.h: Same.
9020         * include/richole.h: Same.
9021         * include/rpc.h: Same.
9022         * include/rpcdce.h: Same.
9023         * include/rpcdce2.h: Same.
9024         * include/rpcdcep.h: Same.
9025         * include/rpcndr.h: Same.
9026         * include/rpcnsi.h: Same.
9027         * include/rpcnsip.h: Same.
9028         * include/rpcnterr.h: Same.
9029         * include/rpcproxy.h: Same.
9030         * include/schannel.h: Same.
9031         * include/schnlsp.h: Same.
9032         * include/scrnsave.h: Same.
9033         * include/security.h: Same.
9034         * include/setupapi.h: Same.
9035         * include/shellapi.h: Same.
9036         * include/shlguid.h: Same.
9037         * include/shlobj.h: Same.
9038         * include/sql.h: Same.
9039         * include/sqlext.h: Same.
9040         * include/sqltypes.h: Same.
9041         * include/sqlucode.h: Same.
9042         * include/sspi.h: Same.
9043         * include/subauth.h: Same.
9044         * include/tlhelp32.h: Same.
9045         * include/unknwn.h: Same.
9046         * include/userenv.h: Same.
9047         * include/w32api.h: Same.
9048         * include/winbase.h: Same.
9049         * include/wincon.h: Same.
9050         * include/wincrypt.h: Same.
9051         * include/windef.h: Same.
9052         * include/windows.h: Same.
9053         * include/windowsx.h: Same.
9054         * include/winerror.h: Same
9055         * include/wingdi.h: Same.
9056         * include/wininet.h: Same.
9057         * include/winioctl.h: Same.
9058         * include/winnetwk.h: Same.
9059         * include/winnls.h: Same.
9060         * include/winnt.h: Same.
9061         * include/winperf.h: Same.
9062         * include/winreg.h: Same.
9063         * include/winresrc.h: Same.
9064         * include/winsock.h: Same.
9065         * include/winsock2.h: Same.
9066         * include/winspool.h: Same.
9067         * include/winsvc.h: Same.
9068         * include/winuser.h: Same.
9069         * include/winver.h: Same.
9070         * include/ws2tcpip.h: Same.
9071         * include/wsnetbs.h: Same.
9072         * include/wtypes.h: Same.
9073         * include/zmouse.h: Same.
9074         * include/mapi.h: Change header guard name to _MAPI_H  for
9075         consistency.
9076
9077 2002-03-08  Danny Smith  <dannysmith@users.sourceforge.net>
9078
9079         * include/accctrl.h (_ACCCTRL_H): Correct typo.
9080         Remove unnecessary inclusion of <wtypes.h>.
9081         * ChangeLog: Fix omission of name in recent entries.
9082
9083 2002-03-08  Antony Blakey  <antony.blakey@ihug.com.au>
9084
9085         * include/initguid.h (DEFINE_GUID): Add GUID_EXT to define.
9086
9087 2002-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
9088
9089         * include/mswsock.h: Group winsock2 dependants
9090         together and protect with #ifdef _WINSOCK2_H.
9091         * lib/test.c: Only test ws2tcpip.h if winsock2.h
9092         has been included.
9093
9094 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
9095
9096         * include/mswsock.h (TP_*): Add new defines.
9097         (TRANSMIT_PACKETS_ELEMENT): Define new structure.
9098         (WSAMSG): Likewise.
9099         (WSACMSGHDR): Likewise.
9100         (DisconnectEx): Add new prototype.
9101         (WSARecvMsg): Likewise.
9102         (WSA_CMSG_*) Add empty macros, guarded by #if 0.
9103
9104 2002-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
9105
9106         * ChangeLog: Fix typo in last entry.
9107         * include/winsock2.h (IPPROTO_*): Add IPv6 defines.
9108         * include/ws2tcpip.h: (IP_*): Add new defines.
9109         (INET_ADDRSTRLEN, INET6_ADDRSTRLEN): Add defines.
9110         (NI_*): Add getnameinfo constants and bitmasks.
9111         (AI_*): Add getaddrinfo flags.
9112         (EAI_*): Add getaddrinfo error codes.
9113         (ip_mreq_source): Add new structure.
9114         (ip_msfilter): Add new structure.
9115         (IP_MSFILTER_SIZE): Add new macro.
9116         (in_pktinfo): Add new structure.
9117         Add preliminary IPv6 support.
9118         (in6_addr): Add new structure and some defines.
9119         (sockaddr_in6): Add new structure.
9120         (in6addr_any, in6addr_loopback): Declare extern structures.
9121         (IN6ADDR_ANY_INIT,IN6ADDR_LOOPBACK_INIT): Add
9122         initialization macros for above.
9123         (IN6_ARE_ADDR_EQUAL): Define macro.
9124         (IN6_IS_ADDR_*): Define address testing macros.
9125         (socklen_t) Add new typedef.
9126         (ipv6_mreq): Add new structure.
9127         (in6_pktinfo): Same.
9128         (addrinfo): Same.
9129         (freeaddrinfo):Add new prototype.
9130         (getaddrinfo): Same.
9131         (gai_strerror[AW]): Same.
9132         (getnameinfo): Same.
9133         (sockaddr_in6_old): Add structure.
9134         (sockaddr_gen): Add union definition.
9135         (INTERFACE_INFO): Use sockaddr_gen as members.
9136         (INTERFACE_INFO_OLD): Add comment on workaround for problems
9137         with INTERFACE_INFO on NT4 prior to sp4.
9138
9139 2002-02-28  Danny Smith  <dannysmith@users.sourceforge.net>
9140
9141         * include/windows.h: Remove test for __W32API_MAJOR_VERSION
9142         when selecting winsock interface.
9143         * include/winsock2.h (SOCKET_ADDRESS_LIST): Add structure
9144         and typedefs. Thanks to: 'Lorenzo' <conte0@infinito.it>.
9145         Expand FIXME comment.
9146         (WSACOMPLETIONTYPE): Add enum.
9147         (WSACOMPLETION): Add structure and typedefs.
9148         (WSANSPIoctl): Add function prototpe and callback typedef.
9149         (SIO_NSP_NOTIFY_CHANGE): Add define.
9150         (sockaddr_storage): Add structure and typedefs.
9151
9152 2002-02-16  Andriy Palamarchuk  <apa3a@yahoo.com>
9153
9154         * include/winuser.h (OIC_*): Add resource constants.
9155
9156 2002-02-14 Mattia Barbon  <mbarbon@users.sourceforge.net>
9157
9158         * include/ntsecpkg.h: New file.
9159         * include/schannel.h: New file.
9160         * include/schnlsp.h: New file.
9161         * include/security.h: New file.
9162         * include/sspi.h: New file.
9163         * include/ntsecapi.h (KERB_WRAP_NO_ENCRYPT,
9164         MICROSOFT_KERBEROS_NAME_[AW]): Add missing constants
9165         * include/wincrypt.h (CALG_*, X509_ASN_ENCODING.
9166         PKCS_7_ASN_ENCODING, CERT_*, USAGE_MATCH_TYPE_AND,
9167         USAGE_MATCH_TYPE_OR, szOID_*): Add missing constants
9168         (struct _CRYPTOAPI_BLOB): Add structure and typedefs.
9169         (SSL_EXTRA_CERT_CHAIN_POLICY_PARA,HTTPSPolicyCallbackData,
9170         CERT_CHAIN_POLICY_PARA,CERT_CHAIN_POLICY_STATUS,
9171         CRYPT_ALGORITHM_IDENTIFIER, CRYPT_BIT_BLOB,
9172         CERT_PUBLIC_KEY_INFO, CERT_EXTENSION, CERT_INFO, CERT_CONTEXT,
9173         CTL_USAGE, CERT_ENHKEY_USAGE, CERT_USAGE_MATCH,
9174         CERT_CHAIN_PARA, CERT_CHAIN_FIND_BY_ISSUER_PARA,
9175         CERT_TRUST_STATUS, CRL_ENTRY, CRL_INFO, CRL_CONTEXT,
9176         CERT_REVOCATION_CRL_INFO, CERT_REVOCATION_INFO,
9177         CERT_CHAIN_ELEMENT, CRYPT_ATTRIBUTE, CTL_ENTRY, CTL_INFO,
9178         CTL_CONTEXT, CERT_TRUST_LIST_INFO, CERT_SIMPLE_CHAIN,
9179         CERT_CHAIN_CONTEXT): Add missing structures.
9180         (CertCloseStore, CertGetCertificateChain,
9181         CertVerifyCertificateChainPolicy, CertFreeCertificateChain,
9182         CertNameToStr[AW], CertOpenSystemStore[AW], CertOpenStore,
9183         CertFindCertificateInStore, CertFreeCertificateContext,
9184         CertGetIssuerCertificateFromStore,
9185         CertFindChainInStore): Add missing functions.
9186         (CertNameToStr, CertOpenSystemStore, CERT_FIND_SUBJECT_STR,
9187         CERT_FIND_ISSUER_STR): Add Unicode mappings.
9188         * lib/crypt32.def: New file.
9189         * lib/secur32.def: Add mising stubs.
9190         * lib/test.c: Include new headers.
9191
9192 2002-02-14  Danny Smith  <dannysmith@users.sourceforge.net>
9193
9194         * include/windef.h (PROC,FARPROC,NEARPROC): Remove void
9195         parameter.
9196
9197 2002-01-30  Danny Smith  <dannysmith@users.sourceforge.net>
9198
9199         * lib/test.c: Include mapi.h.
9200         * include/commctrl.h (TBSTYLE_*): Add missing defines.
9201         Thanks to: "Ron"  <ron@debian.org>
9202
9203 2002-01-30  John Fattaruso  <fattaruso@ieee.org>
9204
9205         * include/mapi.h: New file.
9206         * lib/mapi.def: Add missing function stubs.
9207
9208 2002-01-28  Danny Smith  <dannysmith@users.sourceforge.net>
9209
9210         * include/winuser.h (GetWindowLongPtr[AW],
9211         SetWindowLongPtr[AW]): Add prototypes for _WIN64.
9212
9213 2002-01-28  Mattia Barbon  <mbarbon@users.sourceforge.net>
9214
9215         * include/winuser.h (GWLP_*,DWLP_*): Add missing constants.
9216         (GetWindowLongPtr[AW], SetWindowLongPtr[AW]): Map them to
9217         {Get Set}WindowLong[AW], as in Win32 they are equivalent.
9218         (GetWindowLongPtr, SetWindowLongPtr): Add Unicode mappings.
9219
9220 2002-01-28  Danny Smith  <dannysmith@users.sourceforge.net>
9221
9222         * lib/test.c: Include wsnetbs.h.
9223
9224 2002-01-28  Kai Henningsen  <kai-henningsen@users.sourceforge.net>
9225
9226         * include/wsnetbs.h: New file.
9227
9228 2002-01-25  Earnie Boyd  <earnie@users.sf.net>
9229
9230         * include/winnt.h: Remove merge conflict.
9231
9232 2002-01-25  Danny Smith  <dannysmith@users.sourceforge.net>
9233
9234         * include/winnt.h (_TCHAR): Add typedefs.
9235
9236 2002-01-25  Tim Hughes  <tjh@delcam.com>
9237
9238         * include/wininet.h (SECURITY_FLAG_IGNORE_*): Add missing
9239         defines.
9240
9241 2002-01-25  Andriy Palamarchuk  <apa3a@yahoo.com>
9242
9243         * include/winsuser.h (ATF_AVAILABLE, SERKF_ACTIVE):
9244         Add defines.
9245         (LPACCESSTIMEOUT): Add typedef.
9246
9247 2002-01-24  Phillip Susi  <psusi@cfl.rr.com>
9248
9249         * include/commctrl.h: Add missing HDM_*,HDN_*,LVSICF_* defines.
9250
9251 2002-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
9252
9253         * include/commctrl.h (HDITEM[AW]): Rename _HD_ITEM[AW] to
9254         _HDITEM[AW], with parallel changes to typedefs. Use defines for
9255         backward compatability with old names. Update UNICODE mappings.
9256         (HDLAYOUT): Remove struct _HD_LAYOUT_XP.  Use new typedefs
9257         for struct _HD_LAYOUT and add defines for backward
9258         compatability with old names.
9259         (NMLISTVIEW): Rename _NM_LISTVIEW to tagNMLISTVIEW, with
9260         parallel chages to typedefs. Add defines for backward
9261         compatability with old names.
9262         (TCHITTESTINFO, IMAGELISTDRAWPARAMS): Fix _WIN32_IE guard.
9263
9264 2002-01-21  Robert Collins  <rbtcollins@hotmail.com>
9265
9266         * include/winnt.h: Add missing MEM_ defines, and convert existing to
9267         hex for readability.
9268
9269 2002-01-17  Marcus Geelnard  <marcus.geelnard@home.se>
9270
9271         * include/winsuser.h (tagKBDLLHOOKSTRUCT): Define struct
9272         and typedefs.
9273         (SPI_SETSCREENSAVERRUNNING): Add define.
9274         (LLKHF_ALTDOWN): Add define.
9275         * include/wingdi.h (PFD_GENERIC_ACCELERATED,
9276         PFD_DEPTH_DONTCARE): Add defines.
9277
9278 2002-01-17  Danny Smith  <dannysmith@users.sourceforge.net>
9279
9280         * include/objbase.h (CoGetObject): Add prototype.
9281
9282 2002-01-14  Timothy J. Wood  <tjw@omnigroup.com>
9283
9284         * include/winuser.h (ENUM_CURRENT_SETTINGS,
9285         ENUM_REGISTRY_SETTINGS): Add defines.
9286
9287 2002-01-14  Danny Smith  <dannysmith@users.sourceforge.net>
9288
9289         * include/winnt.h (FILE_ATTRIBUTE_ENCRYPTED): Correct constant.
9290         (FILE_ATTRIBUTE_DEVICE): Add define.
9291
9292 2002-01-14  Corinna Vinschen  <vinschen@redhat.com>
9293
9294         * include/winnt.h: Add INVALID_FILE_ATTRIBUTES.
9295
9296 2002-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
9297
9298         * ChangeLog: correct date in last entry.
9299
9300 2002-01-11  Timothy J. Wood  <tjw@omnigroup.com>
9301
9302         * include/winuser.h (MONITORENUMPROC): Add typedef.
9303         (EnumDisplayMonitors): Add prototype.
9304         * lib/user32.def (EnumDisplayMonitors): Add stub.
9305
9306 2002-01-11 Ralf Habacker  <Ralf.Habacker@freenet.de>
9307
9308         * include/ntsecapi.h:  Fixed missing void parameter type in some
9309         prototypes.
9310         * include/objbase.h: Ditto.
9311         * include/rapi.h: Ditto.
9312         * include/rpc.h: Ditto.
9313         * include/rpcdce.h: Ditto.
9314         * include/rpcdcep.h: Ditto.
9315         * include/rpcndr.h: Ditto.
9316         * include/rpcnsip.h: Ditto.
9317         * include/rpcproxy.h: Ditto.
9318         * include/windef.h: Ditto.
9319
9320 2002-01-07  Danny Smith  <dannysmith@users.sourceforge.net>
9321
9322         * lib/vfw32.def (LIBRARY): Change to MSVFW32.DLL.
9323
9324 2002-01-04  TAMURA Kent  <tkent@users.sourceforge.net>
9325
9326         * include/wingdi.h (BI_JPEG, BI_PNG, GGO_BEZIER,GGO_UNHINTED,
9327          LAYOUT_RTL, LAYOUT_BITMAPORIENTATIONPRESERVED): Add defines.
9328         * include/winuser.h (HWND_MESSAGE, WS_EX_COMPOSITED,
9329         WS_EX_LAYERED, WS_EX_LAYOUTRTL, WS_EX_NOACTIVATE,
9330         WS_EX_NOINHERITLAYOUT): Add defines.
9331         * include/winnt.h (PF_RDTSC_INSTRUCTION_AVAILABLE,
9332         PF_PAE_ENABLED, MEM_PHYSICAL, MEM_RESET, MEM_TOP_DOWN,
9333         MEM_WRITE_WATCH): Add defines.
9334
9335
9336 2002-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
9337
9338         * include/winbase.h (InitializeCriticalSectionAndSpinCount):
9339         Add prototype.
9340         (SetCriticalSectionSpinCount): Likewise.
9341
9342 2001-12-30  Guido Serassio  <serassio@libero.it>
9343
9344         * include/winsvc.h: Add EnumServiceStatusEx(),
9345         QueryServiceStatusEx()
9346         & RegisterServiceCtrlHandlerEx()
9347
9348 2001-12-21  Robert Collins  <rbtcollins@hotmail.com>
9349
9350         * include/wingdi.h: Add GetRandomRgn and SYSRGN.
9351
9352 2001-12-20  Christopher Faylor  <cgf@redhat.com>
9353
9354         * lib/Makefile.in: Revert inst_installdir definitions to working
9355         versions.
9356
9357 2001-12-17  Guido Serassio  <serassio@libero.it>
9358
9359         * include/winsvc.h: Add ChangeServiceConfig2() &
9360         QueryServiceConfig2() definition
9361
9362 2001-12-17  Robert Collins  <rbtcollins@hotmail.com>
9363
9364         * include/commctrl.h: New typedefs for HDLAYOUT and LPHDLAYOUT based
9365         on MSDN documentation for XP.
9366
9367 2001-12-15  Andrew Begel  <abegel@eecs.berkeley.edu>
9368
9369         * include/winbase.h (CreateHardLink): Correct typo in UNICODE
9370         mappings.
9371
9372 2001-12-11  Phillip Susi  <psusi@cfl.rr.com>
9373
9374         * include/commctrl.h (ACS_*): Add new defines.
9375         (PGS_*): Ditto.
9376         (CBES_*): Ditto.
9377         (TBSTYLE_*): Ditto.
9378         (TB_*): Ditto.
9379         (TTS_*): Ditto.
9380         (UDS_HOTTRACK): Add define.
9381         (SBT_TOOLTIPS): Ditto.
9382         (TBS_*): Add new defines.
9383         (HDS_*): Ditto.
9384         (LVS_EX_*) Ditto.
9385         (LVKF_*): Ditto.
9386         (TCM_GETEXTENDEDSTYLE): Add define.
9387         (TVS_NOHSCROLL): Ditto.
9388         (TVIF_INTEGRAL): Ditto.
9389         (DTS_SHORTDATECENTURYFORMAT): Ditto.
9390         (TCS_*): Add new defines.
9391         (CBEM_*): Add defines.
9392         (tagNMITEMACTIVATE): Add structure definition and typedefs.
9393         (tagTVITEMEX[AW]: Ditto.
9394         (tagTVINSERTSTRUCT[AW]: Add union member.
9395         * include/winbase.h (VirtualAllocEx): Add prototype.
9396         * include/winuser.h (SS_*): Add new defines.
9397
9398 2001-12-07  Earnie Boyd  <earnie@users.sf.net>
9399
9400         * Makefile.in: Increment VERSION.
9401         * include/w32api.h: Ditto.
9402
9403 2001-12-07  Earnie Boyd  <earnie@users.sf.net>
9404
9405         * Makefile.in: Increment VERSION.
9406         * include/w32api.h: Ditto.
9407
9408 2001-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
9409
9410         * include/setupi.h (SetupDiCreateDeviceInterfaceRegKey[AW],
9411         SetupDiCreateDevRegKey[AW],SetupDiDeleteDeviceInterfaceRegKey,
9412         SetupDiDeleteDevRegKey,SetupDiOpenClassRegKey,
9413         SetupDiOpenClassRegKeyEx[AW],SetupDiOpenDeviceInterfaceRegKey,
9414         SetupDiOpenDevRegKey): Correct function names.
9415
9416 2001-12-04  Earnie Boyd  <earnie@users.sf.net>
9417
9418         * include/winuser.h (IDC_STATIC): Don't define.
9419
9420 2001-12-04  Danny Smith  <dannysmith@users.sourceforge.net>
9421
9422         Cleanup merge between SourceForge and winsup CVS.
9423         * include/winbase.h (OSVERSIONINFO[AW], OSVERSIONINFOEX[AW]: Remove
9424         definitions.
9425         * include/winnt.h (VER_NT*): Remove duplicate defines.
9426         (VER_SUITE*): Group with VER_PLATFORM*, VER_NT* defines.
9427
9428 2001-12-03  Earnie Boyd  <earnie@users.sf.net>
9429
9430         * include/accctrl.h: Change \r\n to \n.
9431
9432 2001-11-30  Danny Smith  <dannysmith@users.sourceforge.net>
9433
9434         * include/ipexport.h (IP_UNIDIRECTIONAL_ADAPTER_ADDRESS):
9435         Add structure definition.
9436         * include/iptypes.h (IP_PER_ADAPTER_INFO): Ditto.
9437         * include/iphlpapi.h (AddIPAddress,CreateProxyArpEntry,
9438         DeleteIPAddress,DeleteProxyArpEntry,EnableRouter,
9439         FlushIpNetTable,GetAdapterIndex,GetPerAdapterInfo,
9440         GetUniDirectionalAdapterInfo,SendARP,SetAdapterIpAddress,
9441         UnenableRouter) Declare functions.
9442         * lib/iphlpapi.def: Add function names to import lib.
9443
9444 2001-11-24  Danny Smith  <dannysmith@users.sourceforge.net>
9445
9446         * include/winnt.h (PACCESS_MASK): Add typedef.
9447         * include/aclapi.h: New file.
9448         * include/acctrl.h: New file.
9449         * lib/advapi32.def: Add missing symbols.
9450         * lib/test.c: Add #include <aclapi.h>.
9451
9452 2001-11-23  Danny Smith  <dannysmith@users.sourceforge.net>
9453
9454         * include/winbase.h (OSVERSIONINFO[AW],VER_PLATFORM_WIN32s,
9455         VER_PLATFORM_WIN32_WINDOWS,VER_PLATFORM_WIN32_NT): Move from
9456         here ...
9457         * include/winnt.h: ... to here.
9458         * include/winbase.h (VerifyVersionInfo[AW]): Add declaration.
9459         * include/winnt.h (OSVERSIONINFOEX[AW]): Add structure definitions
9460         and typedefs.
9461         (VER_NT_WORKSTATION,VER_NT_DOMAIN_CONTROLLER,VER_NT_SERVER):
9462         Add defines.
9463
9464 2001-11-19  Pierre Muller  <muller@ics.u-strasbg.fr>
9465
9466         * w32api/include/winnt.h: prepare SSE register support.
9467         (CONTEXT_EXTENDED_REGISTERS): Add new define.
9468         (MAXIMUM_SUPPORTED_EXTENSION): New define.
9469         (struct CONTEXT): ExtendedRegisters field added.
9470
9471 2001-11-16  Danny Smith  <dannysmith@users.sourceforge.net>
9472
9473         * include/winuser.h (tagALTTABINFO, tagCOMBOBOXINFO,
9474         tagCURSORINFO, tagMENUBARINFO, tagMENUINFO, tagMONITORINFO
9475         tagSCROLLBARINFO, tagTITLEBARINFO. tagWINDOWINFO,
9476         tagLASTINPUTINFO ): Define new structures.
9477         (EndMenu, GetAltTabInfo[AW],GetComboBoxInfo,GetCursorInfo,
9478         GetLastInputInfo, GetListBoxInfo, GetMenuBarInfo,
9479         GetMonitorInfo[AW], GetScrollBarInfo, GetTitleBarInfo,
9480         GetWindowInfo, GetWindowModuleFileName[AW],GetMenuInfo
9481         SetMenuInfo): Add new prototypes.
9482         * lib/user32.def: Add import stubs for above functions.
9483
9484         * include/winuser.h (IDC_STATIC): Protect against prior
9485         definition.
9486
9487 2001-11-12  Corinna Vinschen  <corinna@vinschen.de>
9488
9489         * include/winbase.h (OSVERSIONINFOEX): Add definition.
9490         * include/winnt.h: Add VER_NT_* and VER_SUITE_* defines.
9491
9492 2001-11-10  Robert Collins  <rbtcollins@hotmail.com>
9493
9494         * include/winnt.h: Add Danny Smith's text comment about gcc compiler
9495         warnings with _AUTHORITY #defines.
9496
9497 2001-11-09  Robert Collins  <rbtcollins@hotmail.com>
9498
9499         * include/winnt.h (GetCurrentFiber): Create a prototype before the
9500         implementation.
9501         (GetFiberData): Ditto.
9502
9503 2001-11-09  Robert Collins  <rbtcollins@hotmail.com>
9504
9505         * include/winnt.h: Backout last change.
9506
9507 2001-11-08  Robert Collins  <rbtcollins@hotmail.com>
9508
9509         * include/winnt.h: Define *_SID_AUTHORITY appropriately,
9510         GetCurrentFiber: Create a prototype before the implementation.
9511         GetFiberData: Ditto.
9512
9513 2001-11-06  Danny Smith  <dannysmith@users.sourceforge.net>
9514
9515         * include/winuser.h (IDC_STATIC): Add define.
9516         Thanks to: Benoit Laniel.
9517
9518 2001-11-05  Danny Smith  <dannysmith@users.sourceforge.net>
9519
9520         * include/commdlg.h: Include <unknwn.h> rather than local
9521         definition of LPUKNOWN.
9522         * include/rpcproxy.h: Don't include if ndef CINTERFACE.
9523         Emit warning.
9524
9525 2001-11-05  Mattia Barbon  <mbarbon@dsi.unive.it>
9526
9527         * include/windef.h (DECLSPEC_NORTEURN): Add an empty version
9528         for Watcom.
9529         (DECLARE_STDCALL_P): Use it to add __stdcall decoration for
9530         functions of the form 'type * function(...)' in a way compatible
9531         with both Watcom and GCC.
9532         * include/rpcdcep.h (I_RpcAllocate): Use DECLARE_STDCALL_P.
9533         * include/rpcproxy.h (CInterfaceProxyVtbl): Do not declare
9534         zero-sized arrays for Watcom. Mark as __extension for __GNUC__.
9535         * include/windows.h: Watcom can use anonymous structs/unions.
9536         * include/winnt.h: Watcom can use 64 bit ints.
9537         (GetCurrentFiber): Add another inline definition using
9538         Watcom inline assembly syntax.
9539         (GetFiberData): Likewise.
9540         * include/winsock.h (inet_ntoa): Use DECLARE_STDCALL_P.
9541         (gethostbyname): Likewise.
9542         (gethostbyaddr}: Likewise.
9543         (getservbyport}: Likewise.
9544         (getservbyname}: Likewise.
9545         (getprotobynumber}: Likewise.
9546         (getprotobyname}: Likewise.
9547         * include/winsock2.h (inet_ntoa): Use DECLARE_STDCALL_P.
9548         (gethostbyname}: Likewise.
9549         (gethostbyaddr}: Likewise.
9550         (getservbyport}: Likewise.
9551         (getservbyname}: Likewise.
9552         (getprotobynumber}: Likewise.
9553         (getprotobyname}: Likewise.
9554         * lib/diinut.c: Correction for Watcom.
9555         * lib/kernel32.c (GetCurrentFiber): Add another definition
9556         using Watcom inline assembly syntax.
9557         (GetFiberData): Likewise.
9558         * lib/scrnsave.c (WinMain): Add break after default:
9559         clause.
9560
9561 2001-11-04  "stefan"  <stefan@lkcc.org>
9562
9563         * include/winnt.h (GetCurrentFiber): Add prototype.
9564         (GetFiberData): Likewise.
9565
9566 2001-11-04  Christopher Faylor  <cgf@redhat.com>
9567
9568         * lib/Makefile.in: Add .NOTPARALLEL target since dlltool cannot run in
9569         parallel invocations.
9570
9571 2001-11-03  Christopher Faylor  <cgf@redhat.com>
9572
9573         * lib/scrnsave.c (WinMain): Trivial change to avoid a compiler warning.
9574
9575 2001-11-01  Danny Smith  <dannysmith@users.sourceforge.net>
9576
9577         * include/basetyps.h (DECLARE_INTERFACE): Don't add
9578         __attribute__((com_interface)) for __GNUC__ >= 3.
9579
9580 2001-11-01  Danny Smith  <dannysmith@users.sourceforge.net>
9581
9582         * include/commdlg.h (PRINTPAGERANGE): Add structure
9583         definition.
9584         (PRINTDLGEX[AW]): Likewise.
9585         (PrintDlgEx[AW]): Add function declaration.
9586         * lib/comdlg32.def (PrintDlgEx[AW]): Add function stubs.
9587         * ChangeLog: Fix typo in last entry.
9588
9589 2001-11-01  TAMURA Kent  <tkent@users.sourceforge.net>
9590
9591         * include/objbase.h (CoGetClassObject): Change third parameter
9592         to COSERVERINFO*.
9593
9594 2001-10-30  Danny Smith  <dannysmith@users.sourceforge.net>
9595
9596         * include/winuser.h (MOUSEEVENTF_WHEEL): Define.
9597         Thanks to: Kim Saunders.
9598         * include/oleauto.h: Define VARIANT* flags for VariantChangeType.
9599         Thanks to: Pat Thoyts.
9600         * include/winnt.h: Change C++ style comment to C style.
9601         * include/shlobj.h: Ditto.
9602         * include/objbase.h (enum tagCOINIT): Remove comma at end of
9603         list.
9604         * include/oledlg.h (enum tagOLEUIPASTEFLAG): Ditto.
9605         * include/oleidl.h (enum tagDROPEFFECT): Mark as __extension__
9606         (enum not limited to range of int).
9607         * include/oaidl.h (struct tagVARIANT): Mark as __extension__
9608         (struct with no named members), ifndef NONAMELESSUNION.
9609
9610 2001-10-30  Danny Smith  <dannysmith@users.sourceforge.net>
9611
9612         * include/winuser.h (CREATESTRUCT): UNICODE it.
9613         (CBT_CREATEWND): Likewise.
9614
9615 2001-10-20  Corinna Vinschen  <corinna@vinschen.de>
9616
9617         * include/winnetwk.h (WNetGetResourceInformationA): Add declaration.
9618         (WNetGetResourceInformationW): Ditto.
9619         (WNetGetResourceInformation): Add define.
9620
9621 2001-10-12  Pedro A Aranda  <paaguti@hotmail.com>
9622
9623         * include/winuser.h (POINTSTOPOINT): Use explicit casts
9624         before extracting words.
9625
9626 2001-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
9627
9628         * include/winnt.h: Add PF_* defines.
9629         Thanks to: "Wizord"  <wizord@argoslabs.com>
9630
9631 2001-09-18  Danny Smith  <dannysmith@users.sourceforge.net>
9632
9633         * include/winnt.h (_[U]LARGE_INTEGER): Mark nameless structure
9634         field as _ANONYMOUS_STRUCT.
9635         * include/setupapi.h (SP_DEVINSTALL_PARAMS): Add missing typedef
9636         for UNICODE.
9637         * include/ipexport.h (icmp_echo_reply): Remove extra ';'.
9638         * lib/makefile.in: Add -pedantic switch to TEST_OPTIONS for header
9639         test.
9640
9641 2001-09-17  Mattia Barbon  <mbarbon@dsi.unive.it>
9642
9643         * include/commctrl.h: Add some ListView constants.
9644
9645 2001-09-17  Earnie Boyd  <earnie@sf.net>
9646
9647         * lib/Makefile.in (inst_includedir): Add FIXME and remove the usr/
9648         portion of the directory from the install.
9649         (inst_libdir): Ditto.
9650         * Makefile.in (VERSION): Increment.
9651         * include/w32api.h: Increment version.
9652
9653 2001-09-13  Earnie Boyd  <earnie@SF.net>
9654
9655         * lib/Makefile.in (inst_includedir): Change to always use w32api
9656         subdirectory for target == cygwin.
9657         (inst_libdir): Ditto.
9658
9659 2001-09-13  Earnie Boyd  <earnie@SF.net>
9660
9661         * lib/Makefile.in (config_prefix): New variable.
9662         (inst_includedir): Manipulate special value only if target == cygwin
9663         and build == target and prefix != config_prefix.
9664         (inst_libdir): Ditto.
9665
9666 2001-09-12  Earnie Boyd  <earnie@SF.net>
9667
9668         * Makefile.in (TARFLAGS): New variable.
9669         (TARFILEEXT): Ditto.
9670
9671 2001-09-12  Earnie Boyd  <earnie@SF.net>
9672
9673         * Makefile.in: Increment version.
9674         * include/w32api.h: Ditto.
9675         * lib/Makefile.in: Add usr/ to install directory special for cygwin.
9676
9677 2001-09-11  Danny Smith  <dannysmith@users.sourceforge.net>
9678
9679         * include/winnt.h (_[U]LARGE_INTEGER): Protect nameless struct with
9680         !defined(NONAMELESSUNION), rather than defined(_ANONYMOUS_STRUCT).
9681         (_REPARSE_DATA_BUFFER): Name union field DUMMYUNIONNAME.
9682
9683 2001-09-05  Danny Smith  <dannysmith@users.sourceforge.net>
9684
9685         * include/wininet.h (InternetAutodial): Add prototype.
9686         (InternetAutodialHangup): Ditto.
9687         (InternetDial): Ditto.
9688         (InternetGetConnectedState): Ditto.
9689         (InternetGoOnline): Ditto.
9690         (InternetHangUp): Ditto.
9691         (InternetSetDialState): Ditto.
9692         Add associated INTERNET_* auto dial flags.
9693         Guard typedefs and prototypes with #ifndef RC_INVOKED.
9694
9695 2001-09-04  Earnie Boyd  <earnie@SF.Net>
9696
9697         * lib/Makefile.in: Move the setting of variable libdir to after the
9698         setting of exec_prefix since the value of libdir is dependant on it.
9699
9700 2001-09-04  Christopher Faylor  <cgf@cygnus.com>
9701
9702         * include/winbase.h: Add missing closing parentheses to
9703         InterlockedExchangePointer declaration.
9704
9705 2001-09-01  Danny Smith  <dannysmith@users.sourceforge.net>
9706
9707         * include/shlobj.h (CFSTR_* ): Add new defines.
9708         Thanks to: "Ron" <ron@debian.org> .
9709         Unicode them.
9710
9711 2001-09-01  Christopher Faylor  <cgf@cygnus.com>
9712
9713         * include/winnt.h: Use defined(_ANONYMOUS_STRUCT) to determine if
9714         anonymous structs are available rather than just testing preprocessor
9715         variable directly.
9716
9717 2001-08-31  Corinna Vinschen  <corinna@vinschen.de>
9718
9719         * include/winnt.h: Change definition of `SYSTEM_LUID' to comply
9720         with new `LARGE_INTEGER' definition.
9721
9722 2001-08-30  Christopher Faylor  <cgf@cygnus.com>
9723
9724         * include/winsock2.h: Remove "extra token" after #endif.
9725
9726 2001-08-31  Earnie Boyd  <earnie@SF.Net>
9727
9728         * config.guess: Remove the \r from the end of line.
9729         * config.sub: Ditto.
9730
9731 2001-08-30  Danny Smith  <dannysmith@users.sourceforge.net>
9732
9733         * include/winnt.h: Allow anonymous struct in [U]LARGE_INTEGER
9734         if __cplusplus as well as if _ANONYMOUS_STRUCT.
9735
9736 2001-08-29  Earnie Boyd  <earnie@SF.Net>
9737
9738         * config.guess: Add the MSYS system.
9739         * config.sub: Ditto.
9740         * include/winsock.h: Add the __INSIDE_MSYS__ protections.
9741         * incldue/winsock2.h: Ditto.
9742
9743 2001-08-29  Eric Kohl  <ekohl@users.sourceforge.net>
9744
9745         * include/winnt.h: Allow anonymous (Xxx.LowPart) or
9746         non-anonymous (Xxx.u.LowPart) access to HighPart and
9747         LowPart of a LARGE_INTEGER or ULARGE_INTEGER.
9748
9749 2001-08-24  TAMURA Kent  <tkent@users.sourceforge.net>
9750
9751         * include/wingdi.h (HANGUL_CHARSET): Add define.
9752
9753 2001-08-21  Earnie Boyd  <earnie@SF.Net>
9754
9755         * include/setupapi.h: Formatting.
9756
9757 2001-08-21  Earnie Boyd  <earnie@SF.Net>
9758
9759         * include/shlobj.h: Remove \r from the line endings.
9760
9761 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
9762
9763         * include/setupapi.h : New file.
9764         * lib/setupapi.def:New file.
9765         * lib/test.c: Include setupapi.h.
9766
9767 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
9768         * include/winioctl.h (_DISK_PERFORMANCE): Correct typo.
9769
9770 2001-08-21  Mattia Barbon  <mbarbon@dsi.unive.it>
9771
9772         * include/richedit.h (ENLINK): Add structure definition.
9773         (EM_AUTOURLDETECT, EN_LINK, ENM_LINK): Add defines.
9774
9775 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
9776
9777         * include/shlobj.h (CMIC_*): Remove duplicate defines.
9778         (CMDSTR_*): Remove duplicates; UNICODE string constants.
9779         (GCS_*): Make UNICODE.
9780         (CSIDL_*): Add more defines.
9781         * include/winioctl.h (_MEDIA_TYPE): Add pointer typedef.
9782         (_DISK_GEOMETRY): Ditto.
9783         (_DISK_PERFORMANCE): Ditto.
9784         * include/winbase.h (HasOverlappedIoCompleted): Add macro.
9785
9786 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
9787
9788         * include/winnt.h: Move CHAR, SHORT and LONG typedefs outside
9789         of block protected by #ifndef VOID.
9790         (This reverts 1998-12-01 Anders Norlander change.)
9791         * include/odbcinst.h: End file with newline.
9792         * include/raserror.h: Ditto.
9793
9794 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
9795
9796         * include/winsock2.h (#include <wtypes.h): Don't.
9797         (_BLOB): Define instead, if not already done.
9798         (__BLOB_T_DEFINED: New define for guarding _BLOB.
9799         * include/wtypes.h (_BLOB): Guard against prior definition.
9800
9801 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
9802
9803         * include/oaidl.h (tagVARIANT): Mark anonymous structs and unions
9804         as __extension__.
9805         (tagTYPEDESC): Ditto.
9806         (_wireBRECORD): Add structure definition.
9807         (_wireSAFEARR_BRECORD): Ditto.
9808         (_wireSAFEARR_HAVEIID): Ditto.
9809         (_wireSAFEARRAY_UNION.u): Add fields SAFEARR_BRECORD RecordStr,
9810         SAFEARR_HAVEIID HaveIidStr.
9811         (tagVariant): Add fields _VARIANT_BOOL bool,*pbool.
9812         (_wireVARIANT): Change field parray to type wirePSAFEARRAY,
9813         pparray to wirePSAFEARRAY*.
9814         (_wireVARIANT): Add field wireBRECORD brecVal.
9815         (wireVARIANT): Change typedef to struct _wireVariant*.
9816         (IRecordInfo): Add interface definition.
9817         (LPRECORDINFO): Add typedef for IRecordInfo*.
9818         (IID_IRecordInfo): Add forward decalaration.
9819
9820 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
9821
9822         * include/lmcons.h: Guard CNLEN and UNCLEN against prior definition.
9823         * include/nddeapi.h: Likewise.
9824
9825 2001-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
9826
9827         * lib/test.c (Win32_Winsock): Replace with __USE_W32_SOCKETS.
9828         Add more includes of w32api headers.
9829
9830 2001-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
9831
9832         * include/winnt.h (GetCurrentFiber): Change __inline to __inline__.
9833         Swap asm code with that of GetFiberData.
9834         (GetFiberData): Ditto.
9835         * lib/kernel32.c: New file, containing library versions of
9836         GetCurrentFiber and GetFiberData.
9837         * lib/makefile.in: Add kernel32.o as static object to libkernal32.a.
9838
9839 2001-08-08  Danny Smith  <dannysmith@users.sourceforge.net>
9840
9841         * include/winuser.h (GET_WHEEL_DELTA_WPARAM): Add macro.
9842         Thanks to: Harold Hunt <Harold@compasstechnologies.com>.
9843
9844 2001-08-08  Danny Smith  <dannysmith@users.sourceforge.net>
9845
9846         * lib/oleaut32.def: Regenerate.
9847
9848 2001-08-04  Danny Smith  <dannysmith@users.sourceforge.net>
9849
9850         * include/wtypes.h (DECIMAL_SETZERO): Correct typo.
9851
9852 2001-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
9853
9854         Apply Dmitry Bely  <dbely@mail.ru> patch 437834 (with additions).
9855         * include/oleidl.h (ISupportErrorInfo, ICreateInfo): Move from here
9856         * include/oaidl.h: ... to here.
9857         * include/oaidl.h ICreateErrorInfo): Add interface definition.
9858         (IErrorInfo::GetGUID): Change arg to GUID.
9859         (LPSUPPORTERRORINFO): Add typedef.
9860         (IID_ISupportErrorInfo): Change forward decl. of type to IID.
9861
9862 2001-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
9863
9864         * include/winsock2.h (WSAGET* and WSAMAKE*): Remove duplicate
9865         defines.
9866
9867 2001-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
9868
9869         * include/commctrl.h (TreeView_SetIndent): Correct typo.
9870
9871 2001-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
9872
9873         * include/commctrl.h (TBSTYPE_FLAT): Remove define.
9874         Thanks to: Jason Craig  <jacraig@softhome.net>
9875
9876 2001-07-30  Mattia Barbon  <mbarbon@dsi.unive.it>
9877
9878         * include/commctrl.h (TBBUTTONINFO[AW]): Add struct definitions,
9879         and UNICODE mappings, if _WIN32_IE >= 0x400.
9880         (TBIF_* and TB_SETBUTTONINFO): Add defines, if _WIN32_IE >= 0x400.
9881         (CDIS_*,CDDS_*,CDRF_*) : Add defines.
9882         (tagNMCUSTOMDRAWINFO): Add struct definition and typedefs.
9883         (tagNMLVCUSTOMDRAW): Likewise.
9884         (tagNMTVCUSTOMDRAW): Likewise.
9885         (tagNMLVCACHEHINT): Likewise.
9886
9887 2001-07-06  Danny Smith  <dannysmith@users.sourceforge.net>
9888
9889         * include/basetsd.h (#include <_mingw.h>): Remove.
9890         (__int64): Define.
9891
9892 2001-06-28  Danny Smith  <dannysmith@users.sourceforge.net>
9893
9894         * include/wingdi.h (AC_SRC_OVER): Add define.
9895         (struct _BLENDFUNCTION): Add.
9896
9897 2001-06-28  Danny Smith  <dannysmith@users.sourceforge.net>
9898
9899         * include/shlobj.h:  Add BIF_* defines.
9900
9901 2001-06-27  Danny Smith  <dannysmith@users.sourceforge.net>
9902
9903         * include/winerror.h (E_PENDING): Add error code define.
9904
9905 2001-06-27  Danny Smith  <dannysmith@users.sourceforge.net>
9906
9907         * include/basetsd.h (#include <_mingw.h>): Add directive.
9908
9909 2001-06-25  Danny Smith  <dannysmith@users.sourceforge.net>
9910
9911         * include/winbase.h (InterlockedCompareExchange): Change args
9912         and return value from PVOID to LONG.
9913         (InterlockedExchange): Change first arg to LPLONG.
9914         (InterlockedCompareExchangePointer): New macro.
9915         (InterlockedExchangePointer): New macro.
9916
9917 2001-06-19  Danny Smith  <dannysmith@users.sourceforge.net>
9918
9919         * lib/kernel32.def: Add LanguageGroup and UILanguage symbols.
9920         Thanks to Kevin Chase <kevincha99@hotmail.com>.
9921
9922 2001-06-11  TAMURA Kent  <tkent@users.sourceforge.net>
9923
9924         * objidl.h (IMalloc::ReAlloc()): Correct declaration.
9925         (IMalloc::Free()): Ditto.
9926
9927 2001-06-11  Danny Smith  <dannysmith@users.sourceforge.net>
9928
9929         * include/shlobj.h (REGSTR_PATH_EXPLORER): Unicode it.
9930         (REGSTR_PATH_SPECIAL_FOLDERS): Ditto.
9931         * include/regstr.h (REGSTR_PATH_EXPLORER): Add #ifndef guard.
9932
9933 2001-06-11  Mattia Barbon  <mbarbon@dsi.unive.it>
9934
9935         * include/shlobj.h (struct _browseinfo): UNICODE it.
9936         (SHBrowseForFolder): Ditto.
9937         (SHGetPathFromIDList): Ditto.
9938
9939 2001-06-11  Earnie Boyd  <earnie@users.sourceforge.net>
9940
9941         * include/basetsd.h: RC_INVOKED protection and realignment.
9942         Thanks to: Colin Peters <colinpeters@users.sourceforge.net>
9943
9944 2001-06-06  Earnie Boyd  <earnie@users.sourceforge.net>
9945
9946         * Makefile.in (bindist): Reassign value of exec_prefix on make command
9947         line.
9948
9949 2001-05-22  Christopher Faylor  <cgf@cygnus.com>
9950
9951         * lib/mapi32.def: Add MAPISendMail.
9952
9953 2001-05-22  Earnie Boyd  <earnie@users.sourceforge.net>
9954
9955         * include/w32api.h: Update version.
9956         * Makefile.in: Ditto.
9957
9958 2001-05-17  Corinna Vinschen  <corinna@vinschen.de>
9959
9960         * include/winnt.h: Define SE_GROUP_LOGON_ID as unsigned to avoid
9961         compiler warnings.
9962
9963 2001-05-17  Corinna Vinschen  <corinna@vinschen.de>
9964
9965         * include/ntdef.h: Protect definition of OBJECT_ATTRIBUTES against
9966         previous definition in include/ntsecapi.h.
9967         * include/ntsecapi.h: Vice versa.
9968
9969 2001-05-16  Corinna Vinschen  <corinna@vinschen.de>
9970
9971         * include/winnt.h: Add defines for group attributes.
9972         Add define for SYSTEM_LUID.
9973         Add missing types `PTOKEN_DEFAULT_DACL', `PTOKEN_OWNER' and
9974         `PTOKEN_PRIMARY_GROUP'.
9975
9976 2001-04-24  Christopher Faylor  <cgf@cygnus.com>
9977
9978         * lib/Makefile.in: Install libraries in /usr/lib/w32api when building
9979         for cygwin.
9980
9981 2001-04-24  Christopher Faylor  <cgf@cygnus.com>
9982
9983         * include/winsock2.h: Protect one *more* newlib defines when compiling
9984         cygwin.
9985
9986 2001-04-23  Christopher Faylor  <cgf@cygnus.com>
9987
9988         * include/winsock2.h: Protect some more newlib defines when compiling
9989         cygwin.
9990
9991 2001-04-23  Christopher Faylor  <cgf@cygnus.com>
9992
9993         * include/winsock.h: Protect some more newlib defines when compiling
9994         cygwin.
9995
9996 2001-04-17  Egor Duda  <deo@logos-m.ru>
9997
9998         * include/windows.h: Define _ANONYMOUS_STRUCT and _ANONYMOUS_UNION
9999         as __extenstion__ when appropriate.
10000         * include/mmsystem.h: Mark anonymous structs and unions as
10001         __extension__ to prevent compiler warning when invoked with
10002         -pedantic
10003         * include/oaidl.h: Ditto.
10004         * include/objidl.h: Ditto.
10005         * include/olectl.h: Ditto.
10006         * include/prsht.h: Ditto.
10007         * include/shlobj.h: Ditto.
10008         * include/winbase.h: Ditto.
10009         * include/winnt.h: Ditto.
10010         * include/wtypes.h: Ditto.
10011
10012 2001-04-11  Danny Smith  <dannysmith@users.sourceforge.net>
10013
10014         * include/windows.h (#include <winsock.h>): Include <winsock2.h>
10015         instead if (_WIN32_WINNT >= 0x0400)&&(__W32API_MAJOR_VERSION > 0).
10016
10017 2001-04-11  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10018
10019         * include/winuser.h (WM_IME_*): Remove defines (now in imm.h).
10020
10021 2001-04-11  John Fortin  <fortinj@attglobal.net>
10022
10023         * include/windef.h (*PBOOL): Unprotect from XFree86Server.
10024         (*LPBOOL): Ditto.
10025
10026 2001-04-08  Christopher Faylor  <cgf@cygnus.com>
10027
10028         * include/winnt.h (GetCurrentFiber): Make "external __inline" or asm
10029         code will be included in every module which includes this header.
10030         (GetFiberData): Ditto.
10031
10032 2001-04-08  Earnie Boyd  <earnie@users.sourceforge.net>
10033
10034         * include/winnt.h (GetCurrentFiber): Fix typo.
10035
10036 2001-04-08  Earnie Boyd  <earnie@users.sourceforge.net>
10037
10038         * include/shellapi.h: (CommandLineToArgvW): Add WINAPI declaration.
10039         * include/winbase.h: (GetFileAttributesExW): Fix typo.
10040         * include/wingdi.h: (StartDocA): Change LPDOCINFOA to DOCINFOA*.
10041         (StartDocB): Chage LNPDOCINFOB to DOCINFOB*.
10042         Thanks To: Kent Tamura  <tkent@users.sourceforge.net>
10043
10044         * include/winnt.h: (GetFiberData): Add __inline assembler coding.
10045         (GetCurrentFiber): Ditto.
10046         Thanks to: Andy Younger  <AndyY@redlemon.com>
10047
10048         * include/windef.h: (HMONITOR_DECLARED): New definition to stop
10049         DirectX 8 from complaining.
10050         Thanks to: Sigbjørn Lund Olsen  <mosikos@online.no>
10051
10052 2001-04-08  Michael Soderstrom  <ichaelsoderstro@hotmail.com>
10053
10054         * include/commctrl.h Updated TreeView and ListView defines and macros.
10055
10056 2001-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
10057
10058         * include/winuser.h (MB_SERVICE_NOTIFICATION): Correct value for NT4
10059         and above.
10060
10061 2001-03-30  Earnie Boyd  <earnie@users.sourceforge.net>
10062         * include/winuser.h (VK_KANA): New definition.
10063         Thanks to: "Harold Hunt" <huntharo@msu.edu>
10064
10065 2001-03-29  Earnie Boyd  <earnie@users.sourceforge.net
10066
10067         * include/winuser.h (RT_CURSOR): Add protection for XFree86Server.
10068         (RT_FONT): Ditto.
10069         * include/basetsd.h (INT32): Ditto.
10070         * include/windef.h (ATOM): Ditto.
10071         (BOOL): Ditto.
10072         (BYTE): Ditto.
10073         * include/winbase.h (FreeResource): Ditto.
10074         Thanks to: "Harold Hunt" <huntharo@msu.edu>
10075
10076 2001-03-20  Danny Smith  <dannysmith@users.sourceforge.net>
10077
10078         * include/winsock.h (_SYS_TYPES_H macro guard for int types): Remove;
10079         use only _BSDTYPES_DEFINED macro now defined in newlib sys/types.h.
10080         (SYS_TYPES_H macro guard for fd_set): Replace with_SYS_TYPES_FD_SET
10081         macro now defined in newlib sys/types.h.  Emit warning if defined.
10082         * include/winsock2.h: Ditto.
10083         * include/windows.h (Win32_Winsock): Replace with new macros
10084         __USE_W32_SOCKETS and warn of deprecation.
10085
10086 2001-03-13  Earnie Boyd  <earnie@users.sourceforge.net
10087
10088         * include/wingdi.h: (DOCINFO) Ansi version defined incorrectly.
10089         Thanks to: Mattia Barbon <mbarbon@dsi.unive.it>
10090
10091 2001-03-12  Earnie Boyd  <earnie@users.sourceforge.net
10092
10093         * include/commctrl.h (TBSTYLE_FLAT): New definition.
10094         (TB_GETBUTTONSIZE): Ditto.
10095         (TCS_HOTTRACK): Ditto.
10096         Thanks to: Chris Hansen <popeofpop@softhome.net>
10097
10098 2001-03-01  Earnie Boyd  <earnie@users.sourceforge.net
10099
10100         * Makefile.in: (snapshot): Add target.
10101         * lib/Makefile.in: (install-headers): Use installdir variable.
10102         (installdir): Set value based on target-alias.
10103
10104 2001-02-21  Earnie Boyd  <earnie@users.sourceforge.net
10105
10106         * include/w32api.h: (_W32API_VERSION): Remove.
10107         (__W32API_VERSION): Add.
10108         (__W32API_MAJOR_VERSION): Ditto.
10109         (__W32API_MINOR_VERSION): Ditto.
10110
10111 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
10112
10113         * include/wingdi.h (struct _DOCINFO[AW]): UNICODE it.
10114         (StartDoc[AW]): Use UNICODE'd LPDOCINFO[AW]
10115         * include/winuser.h (struct tagMOUSEKEYS): Define new structure.
10116         * include/winerror.h (NTE_*): Add CryptoAPI error codes.
10117
10118 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
10119
10120         * include/mswsock.h: New file.
10121         * include/ws2tcpip.h: New file.
10122         * include/winsock.h (IPPROTO_IGMP): New define.
10123         (IPPROTO_GGP): Correct value.
10124         (SO_* macros): Remove mswsock defines.
10125         (TCP_BSDURGENT): Likewise.
10126         (IP_* macros): Add comment warning of WinSock2 incompatibility
10127         (WSARecvEx): Remove mswsock prototype.
10128         (TransmitFile): Likewise.
10129         (AcceptEx): Likewise.
10130         (GetAcceptExSockaddrs): Likewise.
10131         (struct _TRANSMIT_FILE_BUFFERS): Remove mswsock definition.
10132         (#include <mswsock.h>): Add directive and explanatory comment
10133         * include/winsock2.h (header guard): add guard for  _WINSOCK_H
10134         (_WINSOCK_H): Define to prevent later inclusion of winsock.h
10135         (#include <winsock.h>): Replace directive with winsock.h file content
10136         The following changes apply to the merged file:
10137         (FD_SET): Keep winsock2.h definition, delete winsock.h definition
10138         (SOMAXCONN): Likewise
10139         (#include <nspapi.h>): Move - don't include until LPSOCKADDR defined
10140         (IP_* macros): Delete WinSock1 definitions (WinSock2 definitions now
10141         in ws2tcpip.h)
10142         (struct ip_mreq): Delete (now defined in ws2tcpip.h for WinSock2)
10143         (FD_*_BIT and FD_* defines): Place together and extend to
10144         FD_MAX_EVENTS 10
10145         (AF* defines): Extend to AF_MAX 10
10146         (WSAIsBlocking): #if 0 out prototype (N/A in WinSock2)
10147         (WSAUnhookBlockingHook): Likewise.
10148         (WSASetBlockingHook): Likewise.
10149         (WSACancelBlockingCall): Likewise.
10150         (WSAEINPROGRESS): Comment as not raised in WinSock2.
10151         (#include <mswsock.h>): Delete directive inherited from winsock.h
10152         (WSA_QOS* defines): Add QualityOfService error codes.
10153         (SIO_* defines): Add new macros
10154         * include/ipexport.h (IP_STATUS flags): Add definitions.
10155         (IP_FLAG_DF): Likewise.
10156         (IP_OPT_* ): Likewise.
10157         (struct ip_option_information): Likewise.
10158         (struct icmp_echo_reply): Likewise.
10159
10160 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
10161
10162         * include/commctrl.h: Revert TEXT change.
10163         * include/lmalert.h: Ditto.
10164         * include/lmcons.h: Ditto.
10165         * include/lmsname.h: Ditto.
10166         * include/lmsvc.h: Ditto.
10167         * include/ntsecapi.h: Ditto.
10168         * include/oledlg.h: Ditto.
10169         * include/ras.h: Ditto.
10170         * include/regstr.h: Ditto.
10171         * include/richedit.h: Ditto.
10172         * include/wininet.h: Ditto.
10173         * include/winnt.h: Ditto.
10174
10175 2001-02-15  Earnie Boyd  <earnie@users.sourceforge.net>
10176
10177         * include/commctrl.h: Use _TEXT() instead of TEXT() throughout.
10178         * include/lmalert.h: Ditto.
10179         * include/lmcons.h: Ditto.
10180         * include/lmsname.h: Ditto.
10181         * include/lmsvc.h: Ditto.
10182         * include/ntsecapi.h: Ditto.
10183         * include/oledlg.h: Ditto.
10184         * include/ras.h: Ditto.
10185         * include/regstr.h: Ditto.
10186         * include/richedit.h: Ditto.
10187         * include/wininet.h: Ditto.
10188         * include/w32api.h: New File.
10189
10190 2001-02-13  Corinna Vinschen  <corinna@vinschen.de>
10191
10192         * include/shlobj.h: Add missing SLR_* flags.
10193
10194 2001-02-12:  Earnie Boyd  <earnie@users.sourceforge.net>
10195
10196         * lib/Makefile.in: (host_alias): Add variable.
10197         (host_build): Ditto:
10198         (xinstall): Removed
10199         (xinstall-libraries): Ditto.
10200         (xinstall-headers): Ditto.
10201         (xuninstall): Ditto.
10202         (xuninstall-libraries): Ditto.
10203         (xuninstall-headers): Ditto.
10204         * Makefile.in: (host_alias): Add variable.
10205         (build_alias): Ditto.
10206
10207 2001-02-02  Earnie Boyd  <earnie@users.sourceforge.net>
10208
10209         * include/winnt.h: (__TEXT): Add private macro.
10210         (_TEXT): Modify definition to use __TEXT.
10211         (_T): Ditto.
10212         This change allows the passing of a MACRO as an argument and have that
10213         MACRO resolved first.
10214         Thanks to: Eric PAIRE <eric.paire@ri.silicomp.com>
10215
10216 2001-01-31  Earnie Boyd  <earnie@users.sourceforge.net>
10217
10218         * Makefile.in: Increment VERSION to 0.5
10219         * include/winnt.h: Change TEXT to _TEXT throughout.
10220         (SID_RELEASE): Define.
10221         Thanks to: Eric PAIRE <eric.paire@ri.silicomp.com>
10222
10223 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10224
10225         * Apply Phil Krylov patches.
10226         2001-01-19  Phil Krylov  <phil@mail.ru>
10227         * include/commctrl.h: (HDI_IMAGE) New definition.
10228         (HDI_DI_SETITEM) Ditto.
10229         (HDI_ORDER) Ditto.
10230         (HDI_FILTER) Ditto.
10231         (HDF_BITMAP_ON_RIGHT) Ditto.
10232         (HDF_IMAGE) Ditto.
10233         (HDM_SETORDERARRAY) Ditto.
10234         (Header_SetOrderArray) Ditto.
10235         (ICC_BAR_CLASSES) Ditto.
10236         (struct _HD_ITEMA) Change definition.
10237         (struct _HD_ITEMW) Ditto.
10238         (struct tagINITCOMMONCONTROLSEX) Enclose in _WIN32_IE braces.
10239         (InitCommonControlsEx()) Ditto.
10240         2001-01-23  Phil Krylov  <phil@mail.ru>
10241         * include/richedit.h: Many Richedit 2.0 definitions.
10242
10243 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10244
10245         * include/winuser.h: (IDC_HAND)  New resource identifier.
10246         Thanks to: Mark Jordon <mark_jordan@ieee.org>
10247
10248 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10249
10250         * include/iptypes.h: Include <sys/types.h> for time_t declaration.
10251         Fix typo's.
10252
10253 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10254
10255         * include/objidl.h: (GetClassID): Argument needs to be a pointer.
10256         (GetUnmarshalClass): CLSID argument needs to be a pointer.
10257         Thanks To: <bge@users.sourceforge.net>
10258
10259 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10260
10261         * Apply Danny Smith patch 102386
10262         2000-11-15  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10263         * lib/rasapi32.def: add symbols available in NT4 and W2k
10264
10265 2001-01-28  Earnie Boyd  <earnie@users.sourceforge.net>
10266
10267         * Apply Danny Smith patch 102382
10268         2000-11-15  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10269         * lib/mswsock.def: remove leading underscores from symbol names
10270
10271 2001-01-28  Earnie Boyd  <earnie@users.sourceforge.net>
10272
10273         * Apply Danny Smith patch 102446
10274         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10275         * include/sql.h (ODBCVER): change default to 0x0351.
10276         (SQLSetScrollOptions): non-core function, move prototype to sqlext.h.
10277         (SQLColAttributes): likewise.
10278         (SQLBindParam): add prototype for ODBC 3.x function.
10279         (SQLCloseCursor): likewise.
10280         (SQLColAttribute): likewise.
10281         (SQLCopyDesc):likewise.
10282         (SQLEndTran): likewise.
10283         (SQLFetchScroll): likewise.
10284         (SQLGetConnectAttr): likewise.
10285         (SQLGetDescField): likewise.
10286         (SQLGetDescRec): likewise.
10287         (SQLGetDiagField): likewise.
10288         (SQLGetDiagRec): likewise.
10289         (SQLGetEnvAttr): likewise.
10290         (SQLGetStmtAttr): likewise.
10291         (SQLSetConnectAttr): likewise.
10292         (SQLSetDescField):likewise.
10293         (SQLSetDescRec): likewise.
10294         (SQLSetEnvAttr): likewise.
10295         (SQLSetStmtAttr): likewise.
10296         (SQLINTENGER and SQLUINTEGER): replace with SQLLEN and SQLULEN for
10297         _WIN64 compatability;
10298         (SQL_ACCESS_MODE): Move define to sqlext.h (used in non-core functions).
10299         (SQL_ACTIVE_CONNECTIONS): likewise.
10300         (SQL_ACTIVE_STATEMENTS): likewise.
10301         (SQL_ALL_EXCEPT_LIKE): likewise.
10302         (SQL_API_ALL_FUNCTIONS): likewise.
10303         (SQL_API_LOADBYORDINAL): likewise.
10304         (SQL_API_SQLBINDPARAMETER): likewise.
10305         (SQL_API_SQLBROWSECONNECT): likewise.
10306         (SQL_API_SQLCOLATTRIBUTES): likewise.
10307         (SQL_API_SQLCOLUMNPRIVILEGES): likewise.
10308         (SQL_API_SQLDESCRIBEPARAM): likewise.
10309         (SQL_API_SQLDRIVERCONNECT): likewise.
10310         (SQL_API_SQLDRIVERS): likewise.
10311         (SQL_API_SQLEXTENDEDFETCH): likewise.
10312         (SQL_API_SQLFOREIGNKEYS): likewise.
10313         (SQL_API_SQLMORERESULTS): likewise.
10314         (SQL_API_SQLNATIVESQL): likewise.
10315         (SQL_API_SQLNUMPARAMS): likewise.
10316         (SQL_API_SQLPARAMOPTIONS): likewise.
10317         (SQL_API_SQLPRIMARYKEYS): likewise.
10318         (SQL_API_SQLPROCEDURECOLUMNS): likewise.
10319         (SQL_API_SQLPROCEDURES): likewise.
10320         (SQL_API_SQLSETPOS): likewise.
10321         (SQL_API_SQLSETSCROLLOPTIONS): likewise.
10322         (SQL_API_SQLTABLEPRIVILEGES): likewise.
10323         (SQL_ASYNC_ENABLE): likewise.
10324         (SQL_ASYNC_ENABLE_DEFAULT): likewise.
10325         (SQL_ASYNC_ENABLE_OFF): likewise.
10326         (SQL_ASYNC_ENABLE_ON): likewise.
10327         (SQL_ATTR_READONLY): likewise.
10328         (SQL_ATTR_READWRITE_UNKNOWN): likewise.
10329         (SQL_ATTR_WRITE): likewise.
10330         (SQL_AUTOCOMMIT): likewise.
10331         (SQL_AUTOCOMMIT_DEFAULT): likewise.
10332         (SQL_AUTOCOMMIT_OFF): likewise.
10333         (SQL_AUTOCOMMIT_ON): likewise.
10334         (SQL_BEST_ROWID): likewise.
10335         (SQL_BIGINT): likewise.
10336         (SQL_BINARY): likewise.
10337         (SQL_BIND_BY_COLUMN): likewise.
10338         (SQL_BIND_TYPE): likewise.
10339         (SQL_BIND_TYPE_DEFAULT): likewise.
10340         (SQL_BIT): likewise.
10341         (SQL_BOOKMARK_PERSISTENCE): likewise.
10342         (SQL_BP_CLOSE): likewise.
10343         (SQL_BP_DELETE): likewise.
10344         (SQL_BP_DROP): likewise.
10345         (SQL_BP_OTHER_HSTMT): likewise.
10346         (SQL_BP_SCROLL): likewise.
10347         (SQL_BP_TRANSACTION): likewise.
10348         (SQL_BP_UPDATE): likewise.
10349         (SQL_C_BINARY): likewise.
10350         (SQL_C_BIT): likewise.
10351         (SQL_C_BOOKMARK): likewise.
10352         (SQL_C_CHAR): likewise.
10353         (SQL_C_DATE): likewise.
10354         (SQL_C_DEFAULT): likewise.
10355         (SQL_C_DOUBLE): likewise.
10356         (SQL_C_FLOAT): likewise.
10357         (SQL_C_LONG): likewise.
10358         (SQL_C_SHORT): likewise.
10359         (SQL_C_SLONG): likewise.
10360         (SQL_C_SSHORT): likewise.
10361         (SQL_C_STINYINT): likewise.
10362         (SQL_C_TIME): likewise.
10363         (SQL_C_TIMESTAMP): likewise.
10364         (SQL_C_TINYINT): likewise.
10365         (SQL_C_ULONG): likewise.
10366         (SQL_C_USHORT): likewise.
10367         (SQL_C_UTINYINT): likewise.
10368         (SQL_CB_NON_NULL): likewise.
10369         (SQL_CB_NULL): likewise.
10370         (SQL_CC_CLOSE): likewise.
10371         (SQL_CC_DELETE): likewise.
10372         (SQL_CC_PRESERVE): likewise.
10373         (SQL_CN_ANY): likewise.
10374         (SQL_CN_DIFFERENT): likewise.
10375         (SQL_CN_NONE): likewise.
10376         (SQL_COLATT_OPT_MAX): likewise.
10377         (SQL_COLATT_OPT_MIN): likewise.
10378         (SQL_COLUMN_ALIAS): likewise.
10379         (SQL_COLUMN_AUTO_INCREMENT): likewise.
10380         (SQL_COLUMN_CASE_SENSITIVE): likewise.
10381         (SQL_COLUMN_COUNT): likewise.
10382         (SQL_COLUMN_DISPLAY_SIZE): likewise.
10383         (SQL_COLUMN_DRIVER_START): likewise.
10384         (SQL_COLUMN_LABEL): likewise.
10385         (SQL_COLUMN_LENGTH): likewise.
10386         (SQL_COLUMN_MONEY): likewise.
10387         (SQL_COLUMN_NAME): likewise.
10388         (SQL_COLUMN_NULLABLE): likewise.
10389         (SQL_COLUMN_OWNER_NAME): likewise.
10390         (SQL_COLUMN_PRECISION): likewise.
10391         (SQL_COLUMN_QUALIFIER_NAME): likewise.
10392         (SQL_COLUMN_SCALE): likewise.
10393         (SQL_COLUMN_SEARCHABLE): likewise.
10394         (SQL_COLUMN_TABLE_NAME): likewise.
10395         (SQL_COLUMN_TYPE): likewise.
10396         (SQL_COLUMN_TYPE_NAME): likewise.
10397         (SQL_COLUMN_UNSIGNED): likewise.
10398         (SQL_COLUMN_UPDATABLE): likewise.
10399         (SQL_CONCAT_NULL_BEHAVIOR): likewise.
10400         (SQL_CONCUR_DEFAULT): likewise.
10401         (SQL_CONCUR_LOCK): likewise.
10402         (SQL_CONCUR_READ_ONLY): likewise.
10403         (SQL_CONCUR_ROWVER): likewise.
10404         (SQL_CONCUR_TIMESTAMP): likewise.
10405         (SQL_CONCUR_VALUES): likewise.
10406         (SQL_CONCURRENCY): likewise.
10407         (SQL_CONN_OPT_MAX): likewise.
10408         (SQL_CONN_OPT_MIN): likewise.
10409         (SQL_CONNECT_OPT_DRVR_START): likewise.
10410         (SQL_CONVERT_BIGINT): likewise.
10411         (SQL_CONVERT_BINARY): likewise.
10412         (SQL_CONVERT_BIT): likewise.
10413         (SQL_CONVERT_CHAR): likewise.
10414         (SQL_CONVERT_DATE): likewise.
10415         (SQL_CONVERT_DECIMAL): likewise.
10416         (SQL_CONVERT_DOUBLE): likewise.
10417         (SQL_CONVERT_FLOAT): likewise.
10418         (SQL_CONVERT_FUNCTIONS): likewise.
10419         (SQL_CONVERT_INTEGER): likewise.
10420         (SQL_CONVERT_LONGVARBINARY): likewise.
10421         (SQL_CONVERT_LONGVARCHAR): likewise.
10422         (SQL_CONVERT_NUMERIC): likewise.
10423         (SQL_CONVERT_REAL): likewise.
10424         (SQL_CONVERT_SMALLINT): likewise.
10425         (SQL_CONVERT_TIME): likewise.
10426         (SQL_CONVERT_TIMESTAMP): likewise.
10427         (SQL_CONVERT_TINYINT): likewise.
10428         (SQL_CONVERT_VARBINARY): likewise.
10429         (SQL_CONVERT_VARCHAR): likewise.
10430         (SQL_CORRELATION_NAME): likewise.
10431         (SQL_CR_CLOSE): likewise.
10432         (SQL_CR_DELETE): likewise.
10433         (SQL_CR_PRESERVE): likewise.
10434         (SQL_CUR_DEFAULT): likewise.
10435         (SQL_CUR_USE_DRIVER): likewise.
10436         (SQL_CUR_USE_IF_NEEDED): likewise.
10437         (SQL_CUR_USE_ODBC): likewise.
10438         (SQL_CURRENT_QUALIFIER): likewise.
10439         (SQL_CURSOR_DYNAMIC): likewise.
10440         (SQL_CURSOR_FORWARD_ONLY): likewise.
10441         (SQL_CURSOR_KEYSET_DRIVEN): likewise.
10442         (SQL_CURSOR_ROLLBACK_BEHAVIOR): likewise.
10443         (SQL_CURSOR_STATIC): likewise.
10444         (SQL_CURSOR_TYPE): likewise.
10445         (SQL_CURSOR_TYPE_DEFAULT): likewise.
10446         (SQL_CVT_BIGINT): likewise.
10447         (SQL_CVT_BINARY): likewise.
10448         (SQL_CVT_BIT): likewise.
10449         (SQL_CVT_CHAR): likewise.
10450         (SQL_CVT_DATE): likewise.
10451         (SQL_CVT_DECIMAL): likewise.
10452         (SQL_CVT_DOUBLE): likewise.
10453         (SQL_CVT_FLOAT): likewise.
10454         (SQL_CVT_INTEGER): likewise.
10455         (SQL_CVT_LONGVARBINARY): likewise.
10456         (SQL_CVT_LONGVARCHAR): likewise.
10457         (SQL_CVT_NUMERIC): likewise.
10458         (SQL_CVT_REAL): likewise.
10459         (SQL_CVT_SMALLINT): likewise.
10460         (SQL_CVT_TIME): likewise.
10461         (SQL_CVT_TIMESTAMP): likewise.
10462         (SQL_CVT_TINYINT): likewise.
10463         (SQL_CVT_VARBINARY): likewise.
10464         (SQL_CVT_VARCHAR): likewise.
10465         (SQL_DATABASE_NAME): likewise.
10466         (SQL_DATE): likewise.
10467         (SQL_DRIVER_HDBC): likewise.
10468         (SQL_DRIVER_HENV): likewise.
10469         (SQL_DRIVER_HLIB): likewise.
10470         (SQL_DRIVER_HSTMT): likewise.
10471         (SQL_DRIVER_NAME): likewise.
10472         (SQL_DRIVER_ODBC_VER): likewise.
10473         (SQL_DRIVER_VER): likewise.
10474         (SQL_ENSURE): likewise.
10475         (SQL_EXPRESSIONS_IN_ORDERBY): likewise.
10476         (SQL_EXT_API_LAST): likewise.
10477         (SQL_EXT_API_START): likewise.
10478         (SQL_FD_FETCH_BOOKMARK): likewise.
10479         (SQL_FD_FETCH_PREV): likewise.
10480         (SQL_FD_FETCH_RESUME): likewise.
10481         (SQL_FETCH_PREV): likewise.
10482         (SQL_FETCH_RESUME): likewise.
10483         (SQL_FILE_NOT_SUPPORTED): likewise.
10484         (SQL_FILE_QUALIFIER): likewise.
10485         (SQL_FILE_TABLE): likewise.
10486         (SQL_FILE_USAGE): likewise.
10487         (SQL_FN_CVT_CONVERT): likewise.
10488         (SQL_FN_NUM_ABS): likewise.
10489         (SQL_FN_NUM_ACOS): likewise.
10490         (SQL_FN_NUM_ASIN): likewise.
10491         (SQL_FN_NUM_ATAN): likewise.
10492         (SQL_FN_NUM_ATAN2): likewise.
10493         (SQL_FN_NUM_CEILING): likewise.
10494         (SQL_FN_NUM_COS): likewise.
10495         (SQL_FN_NUM_COT): likewise.
10496         (SQL_FN_NUM_DEGREES): likewise.
10497         (SQL_FN_NUM_EXP): likewise.
10498         (SQL_FN_NUM_FLOOR): likewise.
10499         (SQL_FN_NUM_LOG): likewise.
10500         (SQL_FN_NUM_LOG10): likewise.
10501         (SQL_FN_NUM_MOD): likewise.
10502         (SQL_FN_NUM_PI): likewise.
10503         (SQL_FN_NUM_POWER): likewise.
10504         (SQL_FN_NUM_RADIANS): likewise.
10505         (SQL_FN_NUM_RAND): likewise.
10506         (SQL_FN_NUM_ROUND): likewise.
10507         (SQL_FN_NUM_SIGN): likewise.
10508         (SQL_FN_NUM_SIN): likewise.
10509         (SQL_FN_NUM_SQRT): likewise.
10510         (SQL_FN_NUM_TAN): likewise.
10511         (SQL_FN_NUM_TRUNCATE): likewise.
10512         (SQL_FN_STR_ASCII): likewise.
10513         (SQL_FN_STR_CHAR): likewise.
10514         (SQL_FN_STR_CONCAT): likewise.
10515         (SQL_FN_STR_DIFFERENCE): likewise.
10516         (SQL_FN_STR_INSERT): likewise.
10517         (SQL_FN_STR_LCASE): likewise.
10518         (SQL_FN_STR_LEFT): likewise.
10519         (SQL_FN_STR_LENGTH): likewise.
10520         (SQL_FN_STR_LOCATE): likewise.
10521         (SQL_FN_STR_LOCATE_2): likewise.
10522         (SQL_FN_STR_LTRIM): likewise.
10523         (SQL_FN_STR_REPEAT): likewise.
10524         (SQL_FN_STR_REPLACE): likewise.
10525         (SQL_FN_STR_RIGHT): likewise.
10526         (SQL_FN_STR_RTRIM): likewise.
10527         (SQL_FN_STR_SOUNDEX): likewise.
10528         (SQL_FN_STR_SPACE): likewise.
10529         (SQL_FN_STR_SUBSTRING): likewise.
10530         (SQL_FN_STR_UCASE): likewise.
10531         (SQL_FN_SYS_DBNAME): likewise.
10532         (SQL_FN_SYS_IFNULL): likewise.
10533         (SQL_FN_SYS_USERNAME): likewise.
10534         (SQL_FN_TD_CURDATE): likewise.
10535         (SQL_FN_TD_CURTIME): likewise.
10536         (SQL_FN_TD_DAYNAME): likewise.
10537         (SQL_FN_TD_DAYOFMONTH): likewise.
10538         (SQL_FN_TD_DAYOFWEEK): likewise.
10539         (SQL_FN_TD_DAYOFYEAR): likewise.
10540         (SQL_FN_TD_HOUR): likewise.
10541         (SQL_FN_TD_MINUTE): likewise.
10542         (SQL_FN_TD_MONTH): likewise.
10543         (SQL_FN_TD_MONTHNAME): likewise.
10544         (SQL_FN_TD_NOW): likewise.
10545         (SQL_FN_TD_QUARTER): likewise.
10546         (SQL_FN_TD_SECOND): likewise.
10547         (SQL_FN_TD_TIMESTAMPadd): likewise.
10548         (SQL_FN_TD_TIMESTAMPDIFF): likewise.
10549         (SQL_FN_TD_WEEK): likewise.
10550         (SQL_FN_TD_YEAR): likewise.
10551         (SQL_FN_TSI_DAY): likewise.
10552         (SQL_FN_TSI_FRAC_SECOND): likewise.
10553         (SQL_FN_TSI_HOUR): likewise.
10554         (SQL_FN_TSI_MINUTE): likewise.
10555         (SQL_FN_TSI_MONTH): likewise.
10556         (SQL_FN_TSI_QUARTER): likewise.
10557         (SQL_FN_TSI_SECOND): likewise.
10558         (SQL_FN_TSI_WEEK): likewise.
10559         (SQL_FN_TSI_YEAR): likewise.
10560         (SQL_GB_GROUP_BY_CONTAINS_SELECT): likewise.
10561         (SQL_GB_GROUP_BY_EQUALS_SELECT): likewise.
10562         (SQL_GB_NO_RELATION): likewise.
10563         (SQL_GB_NOT_SUPPORTED): likewise.
10564         (SQL_GD_BLOCK): likewise.
10565         (SQL_GD_BOUND): likewise.
10566         (SQL_GET_BOOKMARK): likewise.
10567         (SQL_GROUP_BY): likewise.
10568         (SQL_INFO_DRIVER_START): likewise.
10569         (SQL_INFO_FIRST): likewise.
10570         (SQL_INFO_LAST): likewise.
10571         (SQL_INTERVAL_DAY): likewise.
10572         (SQL_INTERVAL_DAY_TO_HOUR): likewise.
10573         (SQL_INTERVAL_DAY_TO_MINUTE): likewise.
10574         (SQL_INTERVAL_DAY_TO_SECOND): likewise.
10575         (SQL_INTERVAL_HOUR): likewise.
10576         (SQL_INTERVAL_HOUR_TO_MINUTE): likewise.
10577         (SQL_INTERVAL_HOUR_TO_SECOND): likewise.
10578         (SQL_INTERVAL_MINUTE): likewise.
10579         (SQL_INTERVAL_MINUTE_TO_SECOND): likewise.
10580         (SQL_INTERVAL_MONTH): likewise.
10581         (SQL_INTERVAL_SECOND): likewise.
10582         (SQL_INTERVAL_YEAR): likewise.
10583         (SQL_INTERVAL_YEAR_TO_MONTH): likewise.
10584         (SQL_KEYSET_SIZE): likewise.
10585         (SQL_KEYSET_SIZE_DEFAULT): likewise.
10586         (SQL_KEYWORDS): likewise.
10587         (SQL_LCK_EXCLUSIVE): likewise.
10588         (SQL_LCK_NO_CHANGE): likewise.
10589         (SQL_LCK_UNLOCK): likewise.
10590         (SQL_LIKE_ESCAPE_CLAUSE): likewise.
10591         (SQL_LIKE_ONLY): likewise.
10592         (SQL_LOCK_TYPES): likewise.
10593         (SQL_LOGIN_TIMEOUT): likewise.
10594         (SQL_LOGIN_TIMEOUT_DEFAULT): likewise.
10595         (SQL_LONGVARBINARY): likewise.
10596         (SQL_LONGVARCHAR): likewise.
10597         (SQL_MAX_BINARY_LITERAL_LEN): likewise.
10598         (SQL_MAX_CHAR_LITERAL_LEN): likewise.
10599         (SQL_MAX_DSN_LENGTH): likewise.
10600         (SQL_MAX_LENGTH): likewise.
10601         (SQL_MAX_LENGTH_DEFAULT): likewise.
10602         (SQL_MAX_OPTION_STRING_LENGTH): likewise.
10603         (SQL_MAX_OWNER_NAME_LEN): likewise.
10604         (SQL_MAX_PROCEDURE_NAME_LEN): likewise.
10605         (SQL_MAX_QUALIFIER_NAME_LEN): likewise.
10606         (SQL_MAX_ROW_SIZE_INCLUDES_LONG): likewise.
10607         (SQL_MAX_ROWS): likewise.
10608         (SQL_MAX_ROWS_DEFAULT): likewise.
10609         (SQL_MODE_DEFAULT): likewise.
10610         (SQL_MODE_READ_ONLY): likewise.
10611         (SQL_MODE_READ_WRITE): likewise.
10612         (SQL_MULT_RESULT_SETS): likewise.
10613         (SQL_MULTIPLE_ACTIVE_TXN): likewise.
10614         (SQL_NC_END): likewise.
10615         (SQL_NC_START): likewise.
10616         (SQL_NEED_LONG_DATA_LEN): likewise.
10617         (SQL_NNC_NON_NULL): likewise.
10618         (SQL_NNC_NULL): likewise.
10619         (SQL_NO_TOTAL): likewise.
10620         (SQL_NON_NULLABLE_COLUMNS): likewise.
10621         (SQL_NOSCAN): likewise.
10622         (SQL_NOSCAN_DEFAULT): likewise.
10623         (SQL_NOSCAN_OFF): likewise.
10624         (SQL_NOSCAN_ON): likewise.
10625         (SQL_NUM_EXTENSIONS): likewise.
10626         (SQL_NUM_FUNCTIONS): likewise.
10627         (SQL_NUMERIC_FUNCTIONS): likewise.
10628         (SQL_OAC_LEVEL1): likewise.
10629         (SQL_OAC_LEVEL2): likewise.
10630         (SQL_OAC_NONE): likewise.
10631         (SQL_ODBC_API_CONFORMANCE): likewise.
10632         (SQL_ODBC_CURSORS): likewise.
10633         (SQL_ODBC_KEYWORDS): likewise.
10634         (SQL_ODBC_SAG_CLI_CONFORMANCE): likewise.
10635         (SQL_ODBC_SQL_CONFORMANCE): likewise.
10636         (SQL_ODBC_SQL_OPT_IEF): likewise.
10637         (SQL_ODBC_VER): likewise.
10638         (SQL_OPT_TRACE): likewise.
10639         (SQL_OPT_TRACE_DEFAULT): likewise.
10640         (SQL_OPT_TRACE_FILE_DEFAULT): likewise.
10641         (SQL_OPT_TRACE_OFF): likewise.
10642         (SQL_OPT_TRACE_ON): likewise.
10643         (SQL_OPT_TRACEFILE): likewise.
10644         (SQL_OSC_CORE): likewise.
10645         (SQL_OSC_EXTENDED): likewise.
10646         (SQL_OSC_MINIMUM): likewise.
10647         (SQL_OSCC_COMPLIANT): likewise.
10648         (SQL_OSCC_NOT_COMPLIANT): likewise.
10649         (SQL_OU_DML_STATEMENTS): likewise.
10650         (SQL_OU_INDEX_DEFINITION): likewise.
10651         (SQL_OU_PRIVILEGE_DEFINITION): likewise.
10652         (SQL_OU_PROCEDURE_INVOCATION): likewise.
10653         (SQL_OU_TABLE_DEFINITION): likewise.
10654         (SQL_OUTER_JOINS): likewise.
10655         (SQL_OWNER_TERM): likewise.
10656         (SQL_OWNER_USAGE): likewise.
10657         (SQL_PACKET_SIZE): likewise.
10658         (SQL_PC_NOT_PSEUDO): likewise.
10659         (SQL_POS_add): likewise.
10660         (SQL_POS_DELETE): likewise.
10661         (SQL_POS_OPERATIONS): likewise.
10662         (SQL_POS_POSITION): likewise.
10663         (SQL_POS_REFRESH): likewise.
10664         (SQL_POS_UPDATE): likewise.
10665         (SQL_POSITIONED_STATEMENTS): likewise.
10666         (SQL_PROCEDURE_TERM): likewise.
10667         (SQL_PROCEDURES): likewise.
10668         (SQL_PS_POSITIONED_DELETE): likewise.
10669         (SQL_PS_POSITIONED_UPDATE): likewise.
10670         (SQL_PS_SELECT_FOR_UPDATE): likewise.
10671         (SQL_QL_END): likewise.
10672         (SQL_QL_START): likewise.
10673         (SQL_QU_DML_STATEMENTS): likewise.
10674         (SQL_QU_INDEX_DEFINITION): likewise.
10675         (SQL_QU_PRIVILEGE_DEFINITION): likewise.
10676         (SQL_QU_PROCEDURE_INVOCATION): likewise.
10677         (SQL_QU_TABLE_DEFINITION): likewise.
10678         (SQL_QUALIFIER_LOCATION): likewise.
10679         (SQL_QUALIFIER_NAME_SEPARATOR): likewise.
10680         (SQL_QUALIFIER_TERM): likewise.
10681         (SQL_QUALIFIER_USAGE): likewise.
10682         (SQL_QUERY_TIMEOUT): likewise.
10683         (SQL_QUERY_TIMEOUT_DEFAULT): likewise.
10684         (SQL_QUICK): likewise.
10685         (SQL_QUIET_MODE): likewise.
10686         (SQL_QUOTED_IDENTIFIER_CASE): likewise.
10687         (SQL_RD_DEFAULT): likewise.
10688         (SQL_RD_OFF): likewise.
10689         (SQL_RD_ON): likewise.
10690         (SQL_RETRIEVE_DATA): likewise.
10691         (SQL_ROW_NUMBER): likewise.
10692         (SQL_ROW_UPDATES): likewise.
10693         (SQL_ROWSET_SIZE): likewise.
10694         (SQL_ROWSET_SIZE_DEFAULT): likewise.
10695         (SQL_ROWVER): likewise.
10696         (SQL_SC_NON_UNIQUE): likewise.
10697         (SQL_SC_TRY_UNIQUE): likewise.
10698         (SQL_SC_UNIQUE): likewise.
10699         (SQL_SCCO_OPT_TIMESTAMP): likewise.
10700         (SQL_SCROLL_DYNAMIC): likewise.
10701         (SQL_SCROLL_FORWARD_ONLY): likewise.
10702         (SQL_SCROLL_KEYSET_DRIVEN): likewise.
10703         (SQL_SCROLL_OPTIONS): likewise.
10704         (SQL_SCROLL_STATIC): likewise.
10705         (SQL_SEARCHABLE): likewise.
10706         (SQL_SIGNED_OFFSET): likewise.
10707         (SQL_SIMULATE_CURSOR): likewise.
10708         (SQL_SO_DYNAMIC): likewise.
10709         (SQL_SO_FORWARD_ONLY): likewise.
10710         (SQL_SO_KEYSET_DRIVEN): likewise.
10711         (SQL_SO_MIXED): likewise.
10712         (SQL_SO_STATIC): likewise.
10713         (SQL_SPEC_MAJOR): likewise.
10714         (SQL_SPEC_MINOR): likewise.
10715         (SQL_SPEC_STRING): likewise.
10716         (SQL_SQ_COMPARISON): likewise.
10717         (SQL_SQ_CORRELATED_SUBQUERIES): likewise.
10718         (SQL_SQ_EXISTS): likewise.
10719         (SQL_SQ_IN): likewise.
10720         (SQL_SQ_QUANTIFIED): likewise.
10721         (SQL_SQLSTATE_SIZE): likewise.
10722         (SQL_SS_addITIONS): likewise.
10723         (SQL_SS_DELETIONS): likewise.
10724         (SQL_SS_UPDATES): likewise.
10725         (SQL_STATIC_SENSITIVITY): likewise.
10726         (SQL_STMT_OPT_MAX): likewise.
10727         (SQL_STMT_OPT_MIN): likewise.
10728         (SQL_STRING_FUNCTIONS): likewise.
10729         (SQL_SUBQUERIES): likewise.
10730         (SQL_SYSTEM_FUNCTIONS): likewise.
10731         (SQL_TABLE_STAT): likewise.
10732         (SQL_TABLE_TERM): likewise.
10733         (SQL_TIME): likewise.
10734         (SQL_TIMEDATE_add_INTERVALS): likewise.
10735         (SQL_TIMEDATE_DIFF_INTERVALS): likewise.
10736         (SQL_TIMEDATE_FUNCTIONS): likewise.
10737         (SQL_TIMESTAMP): likewise.
10738         (SQL_TINYINT): likewise.
10739         (SQL_TRANSLATE_DLL): likewise.
10740         (SQL_TRANSLATE_OPTION): likewise.
10741         (SQL_TXN_ISOLATION): likewise.
10742         (SQL_TXN_VERSIONING): likewise.
10743         (SQL_TYPE_DRIVER_END): likewise.
10744         (SQL_TYPE_DRIVER_START): likewise.
10745         (SQL_TYPE_MAX): likewise.
10746         (SQL_TYPE_MIN): likewise.
10747         (SQL_TYPE_NULL): likewise.
10748         (SQL_U_UNION): likewise.
10749         (SQL_U_UNION_ALL): likewise.
10750         (SQL_UB_DEFAULT): likewise.
10751         (SQL_UB_OFF): likewise.
10752         (SQL_UB_ON): likewise.
10753         (SQL_UNICODE): likewise.
10754         (SQL_UNICODE_CHAR): likewise.
10755         (SQL_UNICODE_LONGVARCHAR): likewise.
10756         (SQL_UNICODE_VARCHAR): likewise.
10757         (SQL_UNION): likewise.
10758         (SQL_UNSEARCHABLE): likewise.
10759         (SQL_UNSIGNED_OFFSET): likewise.
10760         (SQL_USE_BOOKMARKS): likewise.
10761         (SQL_VARBINARY): likewise.
10762         (SQL_TRUE): add define for ODBC3.x.
10763         (SQL_FALSE): likewise.
10764         (SQL_AM_CONNECTION): likewise.
10765         (SQL_AM_NONE): likewise.
10766         (SQL_AM_STATEMENT): likewise.
10767         (SQL_API_SQLALLOCHANDLE): likewise.
10768         (SQL_API_SQLBINDPARAM): likewise.
10769         (SQL_API_SQLCLOSECURSOR): likewise.
10770         (SQL_API_SQLCOLATTRIBUTE): likewise.
10771         (SQL_API_SQLCOPYDESC): likewise.
10772         (SQL_API_SQLENDTRAN): likewise.
10773         (SQL_API_SQLFETCHSCROLL): likewise.
10774         (SQL_API_SQLFREEHANDLE): likewise.
10775         (SQL_API_SQLGETCONNECTATTR): likewise.
10776         (SQL_API_SQLGETDESCFIELD): likewise.
10777         (SQL_API_SQLGETDESCREC): likewise.
10778         (SQL_API_SQLGETDIAGFIELD): likewise.
10779         (SQL_API_SQLGETDIAGREC): likewise.
10780         (SQL_API_SQLGETENVATTR): likewise.
10781         (SQL_API_SQLGETSTMTATTR): likewise.
10782         (SQL_API_SQLSETCONNECTATTR): likewise.
10783         (SQL_API_SQLSETDESCFIELD): likewise.
10784         (SQL_API_SQLSETDESCREC): likewise.
10785         (SQL_API_SQLSETENVATTR): likewise.
10786         (SQL_API_SQLSETSTMTATTR): likewise.
10787         (SQL_ARD_TYPE): likewise.
10788         (SQL_AT_add_CONSTRAINT): likewise.
10789         (SQL_ATTR_APP_PARAM_DESC): likewise.
10790         (SQL_ATTR_APP_ROW_DESC): likewise.
10791         (SQL_ATTR_AUTO_IPD): likewise.
10792         (SQL_ATTR_CURSOR_SCROLLABLE): likewise.
10793         (SQL_ATTR_CURSOR_SENSITIVITY): likewise.
10794         (SQL_ATTR_IMP_PARAM_DESC): likewise.
10795         (SQL_ATTR_IMP_ROW_DESC): likewise.
10796         (SQL_ATTR_METADATA_ID): likewise.
10797         (SQL_ATTR_OUTPUT_NTS): likewise.
10798         (SQL_CATALOG_NAME): likewise.
10799         (SQL_CODE_DATE): likewise.
10800         (SQL_CODE_TIME): likewise.
10801         (SQL_CODE_TIMESTAMP): likewise.
10802         (SQL_COLLATION_SEQ): likewise.
10803         (SQL_CURSOR_SENSITIVITY): likewise.
10804         (SQL_DATE_LEN): likewise.
10805         (SQL_DATETIME): likewise.
10806         (SQL_DEFAULT): likewise.
10807         (SQL_DESC_ALLOC_AUTO): likewise.
10808         (SQL_DESC_ALLOC_TYPE): likewise.
10809         (SQL_DESC_ALLOC_USER): likewise.
10810         (SQL_DESC_COUNT): likewise.
10811         (SQL_DESC_DATA_PTR): likewise.
10812         (SQL_DESC_DATETIME_INTERVAL_CODE): likewise.
10813         (SQL_DESC_INDICATOR_PTR): likewise.
10814         (SQL_DESC_LENGTH): likewise.
10815         (SQL_DESC_NAME): likewise.
10816         (SQL_DESC_NULLABLE): likewise.
10817         (SQL_DESC_OCTET_LENGTH): likewise.
10818         (SQL_DESC_OCTET_LENGTH_PTR): likewise.
10819         (SQL_DESC_PRECISION): likewise.
10820         (SQL_DESC_SCALE): likewise.
10821         (SQL_DESC_TYPE): likewise.
10822         (SQL_DESC_UNNAMED): likewise.
10823         (SQL_DESCRIBE_PARAMETER): likewise.
10824         (SQL_DIAG_ALTER_DOMAIN): likewise.
10825         (SQL_DIAG_ALTER_TABLE): likewise.
10826         (SQL_DIAG_CALL): likewise.
10827         (SQL_DIAG_CLASS_ORIGIN): likewise.
10828         (SQL_DIAG_CONNECTION_NAME): likewise.
10829         (SQL_DIAG_CREATE_ASSERTION): likewise.
10830         (SQL_DIAG_CREATE_CHARACTER_SET): likewise.
10831         (SQL_DIAG_CREATE_COLLATION): likewise.
10832         (SQL_DIAG_CREATE_DOMAIN): likewise.
10833         (SQL_DIAG_CREATE_INDEX): likewise.
10834         (SQL_DIAG_CREATE_SCHEMA): likewise.
10835         (SQL_DIAG_CREATE_TABLE): likewise.
10836         (SQL_DIAG_CREATE_TRANSLATION): likewise.
10837         (SQL_DIAG_CREATE_VIEW): likewise.
10838         (SQL_DIAG_DELETE_WHERE): likewise.
10839         (SQL_DIAG_DROP_ASSERTION): likewise.
10840         (SQL_DIAG_DROP_CHARACTER_SET): likewise.
10841         (SQL_DIAG_DROP_COLLATION): likewise.
10842         (SQL_DIAG_DROP_DOMAIN): likewise.
10843         (SQL_DIAG_DROP_INDEX): likewise.
10844         (SQL_DIAG_DROP_SCHEMA): likewise.
10845         (SQL_DIAG_DROP_TABLE): likewise.
10846         (SQL_DIAG_DROP_TRANSLATION): likewise.
10847         (SQL_DIAG_DROP_VIEW): likewise.
10848         (SQL_DIAG_DYNAMIC_DELETE_CURSOR): likewise.
10849         (SQL_DIAG_DYNAMIC_FUNCTION): likewise.
10850         (SQL_DIAG_DYNAMIC_FUNCTION_CODE): likewise.
10851         (SQL_DIAG_DYNAMIC_UPDATE_CURSOR): likewise.
10852         (SQL_DIAG_GRANT): likewise.
10853         (SQL_DIAG_INSERT): likewise.
10854         (SQL_DIAG_MESSAGE_TEXT): likewise.
10855         (SQL_DIAG_NATIVE): likewise.
10856         (SQL_DIAG_NUMBER): likewise.
10857         (SQL_DIAG_RETURNCODE): likewise.
10858         (SQL_DIAG_REVOKE): likewise.
10859         (SQL_DIAG_ROW_COUNT): likewise.
10860         (SQL_DIAG_SELECT_CURSOR): likewise.
10861         (SQL_DIAG_SERVER_NAME): likewise.
10862         (SQL_DIAG_SQLSTATE): likewise.
10863         (SQL_DIAG_SUBCLASS_ORIGIN): likewise.
10864         (SQL_DIAG_UNKNOWN_STATEMENT): likewise.
10865         (SQL_DIAG_UPDATE_WHERE): likewise.
10866         (SQL_FALSE): likewise.
10867         (SQL_FETCH_ABSOLUTE): likewise.
10868         (SQL_FETCH_LAST): likewise.
10869         (SQL_FETCH_PRIOR): likewise.
10870         (SQL_FETCH_RELATIVE): likewise.
10871         (SQL_HANDLE_DBC): likewise.
10872         (SQL_HANDLE_DESC): likewise.
10873         (SQL_HANDLE_ENV): likewise.
10874         (SQL_HANDLE_STMT): likewise.
10875         (SQL_INSENSITIVE): likewise.
10876         (SQL_INTEGRITY): likewise.
10877         (SQL_MAX_CATALOG_NAME_LEN): likewise.
10878         (SQL_MAX_CONCURRENT_ACTIVITIES): likewise.
10879         (SQL_MAX_DRIVER_CONNECTIONS): likewise.
10880         (SQL_MAX_IDENTIFIER_LEN): likewise.
10881         (SQL_MAX_SCHEMA_NAME_LEN): likewise.
10882         (SQL_MAXIMUM_CATALOG_NAME_LENGTH): likewise.
10883         (SQL_MAXIMUM_COLUMN_NAME_LENGTH): likewise.
10884         (SQL_MAXIMUM_COLUMNS_IN_GROUP_BY): likewise.
10885         (SQL_MAXIMUM_COLUMNS_IN_INDEX): likewise.
10886         (SQL_MAXIMUM_COLUMNS_IN_ORDER_BY): likewise.
10887         (SQL_MAXIMUM_COLUMNS_IN_SELECT): likewise.
10888         (SQL_MAXIMUM_CONCURRENT_ACTIVITIES): likewise.
10889         (SQL_MAXIMUM_CURSOR_NAME_LENGTH): likewise.
10890         (SQL_MAXIMUM_DRIVER_CONNECTIONS): likewise.
10891         (SQL_MAXIMUM_IDENTIFIER_LENGTH): likewise.
10892         (SQL_MAXIMUM_INDEX_SIZE): likewise.
10893         (SQL_MAXIMUM_ROW_SIZE): likewise.
10894         (SQL_MAXIMUM_SCHEMA_NAME_LENGTH): likewise.
10895         (SQL_MAXIMUM_STATEMENT_LENGTH): likewise.
10896         (SQL_MAXIMUM_TABLES_IN_SELECT): likewise.
10897         (SQL_MAXIMUM_USER_NAME_LENGTH): likewise.
10898         (SQL_NAMED): likewise.
10899         (SQL_NONSCROLLABLE): likewise.
10900         (SQL_NTSL): likewise.
10901         (SQL_NULL_HANDLE): likewise.
10902         (SQL_NULL_HDESC): likewise.
10903         (SQL_OUTER_JOIN_CAPABILITIES): likewise.
10904         (SQL_PRED_BASIC): likewise.
10905         (SQL_PRED_CHAR): likewise.
10906         (SQL_PRED_NONE): likewise.
10907         (SQL_ROW_IDENTIFIER): likewise.
10908         (SQL_SCROLLABLE): likewise.
10909         (SQL_SENSITIVE): likewise.
10910         (SQL_SUCCEEDED(rc)): likewise.
10911         (SQL_TIME_LEN): likewise.
10912         (SQL_TIMESTAMP_LEN): likewise.
10913         (SQL_TRANSACTION_CAPABLE): likewise.
10914         (SQL_TRANSACTION_ISOLATION_OPTION): likewise.
10915         (SQL_TRANSACTION_READ_COMMITTED): likewise.
10916         (SQL_TRANSACTION_READ_UNCOMMITTED): likewise.
10917         (SQL_TRANSACTION_REPEATABLE_READ): likewise.
10918         (SQL_TRANSACTION_SERIALIZABLE): likewise.
10919         (SQL_TYPE_DATE): likewise.
10920         (SQL_TYPE_TIME): likewise.
10921         (SQL_TYPE_TIMESTAMP): likewise.
10922         (SQL_UNKNOWN_TYPE): likewise.
10923         (SQL_UNNAMED): likewise.
10924         (SQL_UNSPECIFIED): likewise.
10925         (SQL_XOPEN_CLI_YEAR): likewise.
10926         (SQLAllocConnect): add comment marking as deperecated.
10927         (SQLAllocEnv): likewise.
10928         (SQLAllocStmt): likewise.
10929         (SQLFreeConnect): likewise.
10930         (SQLFreeEnv): likewise.
10931         (SQLGetConnectOption): likewise.
10932         (SQLGetStmtOption): likewise.
10933
10934         * include/sqlext.h (#include <sqlucode.h>): add directive.
10935         (SQLSetScrollOptions): non-core function, move prototype from sql.h.
10936         (SQLColAttributes): likewise.
10937         (SQLBulkOperations): add function prototype.
10938         (SQLAllocHandleStd): likewise
10939         (TraceReturn): add Trace API prototype.
10940         (TraceVersion): likewise.
10941         (ODBCGetTryWaitValue):likewise.
10942         (ODBCSetTryWaitValue): likewise.
10943         (SQL_LOCK_RECORD): correct function macro.
10944         (SQL_REFRESH_RECORD): likewise.
10945         (SQLINTENGER and SQLUINTEGER): replace with SQLLEN and SQLULEN for
10946         _WIN64 compatability.
10947         move defines for non-core functions from sql.h to sqlext.h (refer
10948         changes for sql.h)
10949         (SQL_ACTIVE_ENVIRONMENTS): new ODBC3.x define
10950         (SQL_AD_ADD_CONSTRAINT_DEFERRABLE): likewise.
10951         (SQL_AD_ADD_CONSTRAINT_INITIALLY_DEFERRED): likewise.
10952         (SQL_AD_ADD_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
10953         (SQL_AD_ADD_CONSTRAINT_NON_DEFERRABLE): likewise.
10954         (SQL_AD_ADD_DOMAIN_CONSTRAINT): likewise.
10955         (SQL_AD_ADD_DOMAIN_DEFAULT): likewise.
10956         (SQL_AD_CONSTRAINT_NAME_DEFINITION): likewise.
10957         (SQL_AD_DROP_DOMAIN_CONSTRAINT): likewise.
10958         (SQL_AD_DROP_DOMAIN_DEFAULT): likewise.
10959         (SQL_AF_ALL): likewise.
10960         (SQL_AF_AVG): likewise.
10961         (SQL_AF_COUNT): likewise.
10962         (SQL_AF_DISTINCT): likewise.
10963         (SQL_AF_MAX): likewise.
10964         (SQL_AF_MIN): likewise.
10965         (SQL_AF_SUM): likewise.
10966         (SQL_AGGREGATE_FUNCTIONS): likewise.
10967         (SQL_ALL_CATALOGS): likewise.
10968         (SQL_ALL_SCHEMAS): likewise.
10969         (SQL_ALL_TABLE_TYPES): likewise.
10970         (SQL_ALTER_DOMAIN): likewise.
10971         (SQL_AM_CONNECTION): likewise.
10972         (SQL_AM_NONE): likewise.
10973         (SQL_AM_STATEMENT): likewise.
10974         (SQL_API_ODBC3_ALL_FUNCTIONS): likewise.
10975         (SQL_API_ODBC3_ALL_FUNCTIONS_SIZE): likewise.
10976         (SQL_API_SQLALLOCHANDLESTD): likewise.
10977         (SQL_API_SQLBULKOPERATIONS): likewise.
10978         (SQL_ASYNC_MODE): likewise.
10979         (SQL_AT_ADD_COLUMN_COLLATION): likewise.
10980         (SQL_AT_ADD_COLUMN_DEFAULT): likewise.
10981         (SQL_AT_ADD_COLUMN_SINGLE): likewise.
10982         (SQL_AT_ADD_TABLE_CONSTRAINT): likewise.
10983         (SQL_AT_CONSTRAINT_DEFERRABLE): likewise.
10984         (SQL_AT_CONSTRAINT_INITIALLY_DEFERRED): likewise.
10985         (SQL_AT_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
10986         (SQL_AT_CONSTRAINT_NAME_DEFINITION): likewise.
10987         (SQL_AT_CONSTRAINT_NON_DEFERRABLE): likewise.
10988         (SQL_AT_DROP_COLUMN_CASCADE): likewise.
10989         (SQL_AT_DROP_COLUMN_DEFAULT): likewise.
10990         (SQL_AT_DROP_COLUMN_RESTRICT): likewise.
10991         (SQL_AT_DROP_TABLE_CONSTRAINT_CASCADE): likewise.
10992         (SQL_AT_DROP_TABLE_CONSTRAINT_RESTRICT): likewise.
10993         (SQL_AT_SET_COLUMN_DEFAULT): likewise.
10994         (SQL_ATTR_ACCESS_MODE): likewise.
10995         (SQL_ATTR_ASYNC_ENABLE): likewise.
10996         (SQL_ATTR_AUTOCOMMIT): likewise.
10997         (SQL_ATTR_CONCURRENCY): likewise.
10998         (SQL_ATTR_CONNECTION_POOLING): likewise.
10999         (SQL_ATTR_CONNECTION_TIMEOUT): likewise.
11000         (SQL_ATTR_CP_MATCH): likewise.
11001         (SQL_ATTR_CURRENT_CATALOG): likewise.
11002         (SQL_ATTR_CURSOR_TYPE): likewise.
11003         (SQL_ATTR_DISCONNECT_BEHAVIOR): likewise.
11004         (SQL_ATTR_ENABLE_AUTO_IPD): likewise.
11005         (SQL_ATTR_ENLIST_IN_DTC): likewise.
11006         (SQL_ATTR_ENLIST_IN_XA): likewise.
11007         (SQL_ATTR_FETCH_BOOKMARK_PTR): likewise.
11008         (SQL_ATTR_KEYSET_SIZE): likewise.
11009         (SQL_ATTR_LOGIN_TIMEOUT): likewise.
11010         (SQL_ATTR_MAX_LENGTH): likewise.
11011         (SQL_ATTR_MAX_ROWS): likewise.
11012         (SQL_ATTR_NOSCAN): likewise.
11013         (SQL_ATTR_ODBC_CURSORS): likewise.
11014         (SQL_ATTR_ODBC_VERSION): likewise.
11015         (SQL_ATTR_PACKET_SIZE): likewise.
11016         (SQL_ATTR_PARAM_BIND_OFFSET_PTR): likewise.
11017         (SQL_ATTR_PARAM_BIND_TYPE): likewise.
11018         (SQL_ATTR_PARAM_OPERATION_PTR): likewise.
11019         (SQL_ATTR_PARAM_STATUS_PTR): likewise.
11020         (SQL_ATTR_PARAMS_PROCESSED_PTR): likewise.
11021         (SQL_ATTR_PARAMSET_SIZE): likewise.
11022         (SQL_ATTR_QUERY_TIMEOUT): likewise.
11023         (SQL_ATTR_QUIET_MODE): likewise.
11024         (SQL_ATTR_RETRIEVE_DATA): likewise.
11025         (SQL_ATTR_ROW_ARRAY_SIZE): likewise.
11026         (SQL_ATTR_ROW_BIND_OFFSET_PTR): likewise.
11027         (SQL_ATTR_ROW_BIND_TYPE): likewise.
11028         (SQL_ATTR_ROW_NUMBER): likewise.
11029         (SQL_ATTR_ROW_OPERATION_PTR): likewise.
11030         (SQL_ATTR_ROW_STATUS_PTR): likewise.
11031         (SQL_ATTR_ROWS_FETCHED_PTR): likewise.
11032         (SQL_ATTR_SIMULATE_CURSOR): likewise.
11033         (SQL_ATTR_TRACE): likewise.
11034         (SQL_ATTR_TRACEFILE): likewise.
11035         (SQL_ATTR_TRANSLATE_LIB): likewise.
11036         (SQL_ATTR_TRANSLATE_OPTION): likewise.
11037         (SQL_ATTR_TXN_ISOLATION): likewise.
11038         (SQL_ATTR_USE_BOOKMARKS): likewise.
11039         (SQL_BATCH_ROW_COUNT): likewise.
11040         (SQL_BATCH_SUPPORT): likewise.
11041         (SQL_BRC_EXPLICIT): likewise.
11042         (SQL_BRC_PROCEDURES): likewise.
11043         (SQL_BRC_ROLLED_UP): likewise.
11044         (SQL_BS_ROW_COUNT_EXPLICIT): likewise.
11045         (SQL_BS_ROW_COUNT_PROC): likewise.
11046         (SQL_BS_SELECT_EXPLICIT): likewise.
11047         (SQL_BS_SELECT_PROC): likewise.
11048         (SQL_C_INTERVAL_DAY): likewise.
11049         (SQL_C_INTERVAL_DAY_TO_HOUR): likewise.
11050         (SQL_C_INTERVAL_DAY_TO_MINUTE): likewise.
11051         (SQL_C_INTERVAL_DAY_TO_SECOND): likewise.
11052         (SQL_C_INTERVAL_HOUR): likewise.
11053         (SQL_C_INTERVAL_HOUR_TO_MINUTE): likewise.
11054         (SQL_C_INTERVAL_HOUR_TO_SECOND): likewise.
11055         (SQL_C_INTERVAL_MINUTE): likewise.
11056         (SQL_C_INTERVAL_MINUTE_TO_SECOND): likewise.
11057         (SQL_C_INTERVAL_MONTH): likewise.
11058         (SQL_C_INTERVAL_SECOND): likewise.
11059         (SQL_C_INTERVAL_YEAR): likewise.
11060         (SQL_C_INTERVAL_YEAR_TO_MONTH): likewise.
11061         (SQL_C_NUMERIC): likewise.
11062         (SQL_C_SBIGINT): likewise.
11063         (SQL_C_TYPE_DATE): likewise.
11064         (SQL_C_TYPE_TIME): likewise.
11065         (SQL_C_TYPE_TIMESTAMP): likewise.
11066         (SQL_C_UBIGINT): likewise.
11067         (SQL_C_VARBOOKMARK): likewise.
11068         (SQL_CA_CONSTRAINT_DEFERRABLE): likewise.
11069         (SQL_CA_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11070         (SQL_CA_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11071         (SQL_CA_CONSTRAINT_NON_DEFERRABLE): likewise.
11072         (SQL_CA_CREATE_ASSERTION): likewise.
11073         (SQL_CA1_ABSOLUTE): likewise.
11074         (SQL_CA1_BOOKMARK): likewise.
11075         (SQL_CA1_BULK_ADD): likewise.
11076         (SQL_CA1_BULK_DELETE_BY_BOOKMARK): likewise.
11077         (SQL_CA1_BULK_FETCH_BY_BOOKMARK): likewise.
11078         (SQL_CA1_BULK_UPDATE_BY_BOOKMARK): likewise.
11079         (SQL_CA1_LOCK_EXCLUSIVE): likewise.
11080         (SQL_CA1_LOCK_NO_CHANGE): likewise.
11081         (SQL_CA1_LOCK_UNLOCK): likewise.
11082         (SQL_CA1_NEXT): likewise.
11083         (SQL_CA1_POS_DELETE): likewise.
11084         (SQL_CA1_POS_POSITION): likewise.
11085         (SQL_CA1_POS_REFRESH): likewise.
11086         (SQL_CA1_POS_UPDATE): likewise.
11087         (SQL_CA1_POSITIONED_DELETE): likewise.
11088         (SQL_CA1_POSITIONED_UPDATE): likewise.
11089         (SQL_CA1_RELATIVE): likewise.
11090         (SQL_CA1_SELECT_FOR_UPDATE): likewise.
11091         (SQL_CA2_CRC_APPROXIMATE): likewise.
11092         (SQL_CA2_CRC_EXACT): likewise.
11093         (SQL_CA2_LOCK_CONCURRENCY): likewise.
11094         (SQL_CA2_MAX_ROWS_AFFECTS_ALL): likewise.
11095         (SQL_CA2_MAX_ROWS_CATALOG): likewise.
11096         (SQL_CA2_MAX_ROWS_DELETE): likewise.
11097         (SQL_CA2_MAX_ROWS_INSERT): likewise.
11098         (SQL_CA2_MAX_ROWS_SELECT): likewise.
11099         (SQL_CA2_MAX_ROWS_UPDATE): likewise.
11100         (SQL_CA2_OPT_ROWVER_CONCURRENCY): likewise.
11101         (SQL_CA2_OPT_VALUES_CONCURRENCY): likewise.
11102         (SQL_CA2_READ_ONLY_CONCURRENCY): likewise.
11103         (SQL_CA2_SENSITIVITY_ADDITIONS): likewise.
11104         (SQL_CA2_SENSITIVITY_DELETIONS): likewise.
11105         (SQL_CA2_SENSITIVITY_UPDATES): likewise.
11106         (SQL_CA2_SIMULATE_NON_UNIQUE): likewise.
11107         (SQL_CA2_SIMULATE_TRY_UNIQUE): likewise.
11108         (SQL_CA2_SIMULATE_UNIQUE): likewise.
11109         (SQL_CATALOG_LOCATION): likewise.
11110         (SQL_CATALOG_NAME_SEPARATOR): likewise.
11111         (SQL_CATALOG_TERM): likewise.
11112         (SQL_CATALOG_USAGE): likewise.
11113         (SQL_CCOL_CREATE_COLLATION): likewise.
11114         (SQL_CCS_COLLATE_CLAUSE): likewise.
11115         (SQL_CCS_CREATE_CHARACTER_SET): likewise.
11116         (SQL_CCS_LIMITED_COLLATION): likewise.
11117         (SQL_CDO_COLLATION): likewise.
11118         (SQL_CDO_CONSTRAINT): likewise.
11119         (SQL_CDO_CONSTRAINT_DEFERRABLE): likewise.
11120         (SQL_CDO_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11121         (SQL_CDO_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11122         (SQL_CDO_CONSTRAINT_NAME_DEFINITION): likewise.
11123         (SQL_CDO_CONSTRAINT_NON_DEFERRABLE): likewise.
11124         (SQL_CDO_CREATE_DOMAIN): likewise.
11125         (SQL_CDO_DEFAULT): likewise.
11126         (SQL_CL_END): likewise.
11127         (SQL_CL_START): likewise.
11128         (SQL_COL_PRED_BASIC): likewise.
11129         (SQL_COL_PRED_CHAR): likewise.
11130         (SQL_COLUMN_DRIVER_START): likewise.
11131         (SQL_COLUMN_IGNORE): likewise.
11132         (SQL_COLUMN_NUMBER_UNKNOWN): likewise.
11133         (SQL_CONVERT_GUID): likewise.
11134         (SQL_CONVERT_INTERVAL_DAY_TIME): likewise.
11135         (SQL_CONVERT_INTERVAL_YEAR_MONTH): likewise.
11136         (SQL_CONVERT_WCHAR): likewise.
11137         (SQL_CONVERT_WLONGVARCHAR): likewise.
11138         (SQL_CONVERT_WVARCHAR): likewise.
11139         (SQL_CP_DEFAULT): likewise.
11140         (SQL_CP_MATCH_DEFAULT): likewise.
11141         (SQL_CP_OFF): likewise.
11142         (SQL_CP_ONE_PER_DRIVER): likewise.
11143         (SQL_CP_ONE_PER_HENV): likewise.
11144         (SQL_CP_RELAXED_MATCH): likewise.
11145         (SQL_CP_STRICT_MATCH): likewise.
11146         (SQL_CREATE_ASSERTION): likewise.
11147         (SQL_CREATE_CHARACTER_SET): likewise.
11148         (SQL_CREATE_COLLATION): likewise.
11149         (SQL_CREATE_DOMAIN): likewise.
11150         (SQL_CREATE_SCHEMA): likewise.
11151         (SQL_CREATE_TABLE): likewise.
11152         (SQL_CREATE_TRANSLATION): likewise.
11153         (SQL_CREATE_VIEW): likewise.
11154         (SQL_CS_AUTHORIZATION): likewise.
11155         (SQL_CS_CREATE_SCHEMA): likewise.
11156         (SQL_CS_DEFAULT_CHARACTER_SET): likewise.
11157         (SQL_CT_COLUMN_COLLATION): likewise.
11158         (SQL_CT_COLUMN_CONSTRAINT): likewise.
11159         (SQL_CT_COLUMN_DEFAULT): likewise.
11160         (SQL_CT_COMMIT_DELETE): likewise.
11161         (SQL_CT_COMMIT_PRESERVE): likewise.
11162         (SQL_CT_CONSTRAINT_DEFERRABLE): likewise.
11163         (SQL_CT_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11164         (SQL_CT_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11165         (SQL_CT_CONSTRAINT_NAME_DEFINITION): likewise.
11166         (SQL_CT_CONSTRAINT_NON_DEFERRABLE): likewise.
11167         (SQL_CT_CREATE_TABLE): likewise.
11168         (SQL_CT_GLOBAL_TEMPORARY): likewise.
11169         (SQL_CT_LOCAL_TEMPORARY): likewise.
11170         (SQL_CT_TABLE_CONSTRAINT): likewise.
11171         (SQL_CTR_CREATE_TRANSLATION): likewise.
11172         (SQL_CU_DML_STATEMENTS): likewise.
11173         (SQL_CU_INDEX_DEFINITION): likewise.
11174         (SQL_CU_PRIVILEGE_DEFINITION): likewise.
11175         (SQL_CU_PROCEDURE_INVOCATION): likewise.
11176         (SQL_CU_TABLE_DEFINITION): likewise.
11177         (SQL_CVT_GUID): likewise.
11178         (SQL_CVT_INTERVAL_DAY_TIME): likewise.
11179         (SQL_CVT_INTERVAL_YEAR_MONTH): likewise.
11180         (SQL_CVT_WCHAR): likewise.
11181         (SQL_CVT_WLONGVARCHAR): likewise.
11182         (SQL_CVT_WVARCHAR): likewise.
11183         (SQL_DA_DROP_ASSERTION): likewise.
11184         (SQL_DATETIME_LITERALS): likewise.
11185         (SQL_DB_DEFAULT): likewise.
11186         (SQL_DB_DISCONNECT): likewise.
11187         (SQL_DB_RETURN_TO_POOL): likewise.
11188         (SQL_DC_DROP_COLLATION): likewise.
11189         (SQL_DCS_DROP_CHARACTER_SET): likewise.
11190         (SQL_DD_CASCADE): likewise.
11191         (SQL_DD_DROP_DOMAIN): likewise.
11192         (SQL_DD_RESTRICT): likewise.
11193         (SQL_DDL_INDEX): likewise.
11194         (SQL_DELETE_BY_BOOKMARK): likewise.
11195         (SQL_DESC_ARRAY_SIZE): likewise.
11196         (SQL_DESC_ARRAY_STATUS_PTR): likewise.
11197         (SQL_DESC_AUTO_UNIQUE_VALUE): likewise.
11198         (SQL_DESC_BASE_COLUMN_NAME): likewise.
11199         (SQL_DESC_BASE_TABLE_NAME): likewise.
11200         (SQL_DESC_BIND_OFFSET_PTR): likewise.
11201         (SQL_DESC_BIND_TYPE): likewise.
11202         (SQL_DESC_CASE_SENSITIVE): likewise.
11203         (SQL_DESC_CATALOG_NAME): likewise.
11204         (SQL_DESC_CONCISE_TYPE): likewise.
11205         (SQL_DESC_DATETIME_INTERVAL_PRECISION): likewise.
11206         (SQL_DESC_DISPLAY_SIZE): likewise.
11207         (SQL_DESC_FIXED_PREC_SCALE): likewise.
11208         (SQL_DESC_LABEL): likewise.
11209         (SQL_DESC_LITERAL_PREFIX): likewise.
11210         (SQL_DESC_LITERAL_SUFFIX): likewise.
11211         (SQL_DESC_LOCAL_TYPE_NAME): likewise.
11212         (SQL_DESC_MAXIMUM_SCALE): likewise.
11213         (SQL_DESC_MINIMUM_SCALE): likewise.
11214         (SQL_DESC_NUM_PREC_RADIX): likewise.
11215         (SQL_DESC_PARAMETER_TYPE): likewise.
11216         (SQL_DESC_ROWS_PROCESSED_PTR): likewise.
11217         (SQL_DESC_SCHEMA_NAME): likewise.
11218         (SQL_DESC_SEARCHABLE): likewise.
11219         (SQL_DESC_TABLE_NAME): likewise.
11220         (SQL_DESC_TYPE_NAME): likewise.
11221         (SQL_DESC_UNSIGNED): likewise.
11222         (SQL_DESC_UPDATABLE): likewise.
11223         (SQL_DI_CREATE_INDEX): likewise.
11224         (SQL_DI_DROP_INDEX): likewise.
11225         (SQL_DIAG_COLUMN_NUMBER): likewise.
11226         (SQL_DIAG_CURSOR_ROW_COUNT): likewise.
11227         (SQL_DIAG_ROW_NUMBER): likewise.
11228         (SQL_DL_SQL92_DATE): likewise.
11229         (SQL_DL_SQL92_INTERVAL_DAY): likewise.
11230         (SQL_DL_SQL92_INTERVAL_DAY_TO_HOUR): likewise.
11231         (SQL_DL_SQL92_INTERVAL_DAY_TO_MINUTE): likewise.
11232         (SQL_DL_SQL92_INTERVAL_DAY_TO_SECOND): likewise.
11233         (SQL_DL_SQL92_INTERVAL_HOUR): likewise.
11234         (SQL_DL_SQL92_INTERVAL_HOUR_TO_MINUTE): likewise.
11235         (SQL_DL_SQL92_INTERVAL_HOUR_TO_SECOND): likewise.
11236         (SQL_DL_SQL92_INTERVAL_MINUTE): likewise.
11237         (SQL_DL_SQL92_INTERVAL_MINUTE_TO_SECOND): likewise.
11238         (SQL_DL_SQL92_INTERVAL_MONTH): likewise.
11239         (SQL_DL_SQL92_INTERVAL_SECOND): likewise.
11240         (SQL_DL_SQL92_INTERVAL_YEAR): likewise.
11241         (SQL_DL_SQL92_INTERVAL_YEAR_TO_MONTH): likewise.
11242         (SQL_DL_SQL92_TIME): likewise.
11243         (SQL_DL_SQL92_TIMESTAMP): likewise.
11244         (SQL_DM_VER): likewise.
11245         (SQL_DRIVER_HDESC): likewise.
11246         (SQL_DROP_ASSERTION): likewise.
11247         (SQL_DROP_CHARACTER_SET): likewise.
11248         (SQL_DROP_COLLATION): likewise.
11249         (SQL_DROP_DOMAIN): likewise.
11250         (SQL_DROP_SCHEMA): likewise.
11251         (SQL_DROP_TABLE): likewise.
11252         (SQL_DROP_TRANSLATION): likewise.
11253         (SQL_DROP_VIEW): likewise.
11254         (SQL_DS_CASCADE): likewise.
11255         (SQL_DS_DROP_SCHEMA): likewise.
11256         (SQL_DS_RESTRICT): likewise.
11257         (SQL_DT_CASCADE): likewise.
11258         (SQL_DT_DROP_TABLE): likewise.
11259         (SQL_DT_RESTRICT): likewise.
11260         (SQL_DTC_DONE): likewise.
11261         (SQL_DTR_DROP_TRANSLATION): likewise.
11262         (SQL_DV_CASCADE): likewise.
11263         (SQL_DV_DROP_VIEW): likewise.
11264         (SQL_DV_RESTRICT): likewise.
11265         (SQL_DYNAMIC_CURSOR_ATTRIBUTES1): likewise.
11266         (SQL_DYNAMIC_CURSOR_ATTRIBUTES2): likewise.
11267         (SQL_EXT_API_LAST): likewise.
11268         (SQL_EXT_API_START): likewise.
11269         (SQL_FETCH_BY_BOOKMARK): likewise.
11270         (SQL_FETCH_FIRST_SYSTEM): likewise.
11271         (SQL_FETCH_FIRST_USER): likewise.
11272         (SQL_FN_CVT_CAST): likewise.
11273         (SQL_FN_STR_BIT_LENGTH): likewise.
11274         (SQL_FN_STR_CHAR_LENGTH): likewise.
11275         (SQL_FN_STR_CHARACTER_LENGTH): likewise.
11276         (SQL_FN_STR_OCTET_LENGTH): likewise.
11277         (SQL_FN_STR_POSITION): likewise.
11278         (SQL_FN_TD_CURRENT_DATE): likewise.
11279         (SQL_FN_TD_CURRENT_TIME): likewise.
11280         (SQL_FN_TD_CURRENT_TIMESTAMP): likewise.
11281         (SQL_FN_TD_EXTRACT): likewise.
11282         (SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES1): likewise.
11283         (SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES2): likewise.
11284         (SQL_FUNC_EXISTS(exists,api)): likewise.
11285         (SQL_GB_COLLATE): likewise.
11286         (SQL_HANDLE_SENV): likewise.
11287         (SQL_IK_ALL): likewise.
11288         (SQL_IK_ASC): likewise.
11289         (SQL_IK_DESC): likewise.
11290         (SQL_IK_NONE): likewise.
11291         (SQL_INDEX_KEYWORDS): likewise.
11292         (SQL_INFO_DRIVER_START): likewise.
11293         (SQL_INFO_LAST): likewise.
11294         (SQL_INFO_SCHEMA_VIEWS): likewise.
11295         (SQL_INITIALLY_DEFERRED): likewise.
11296         (SQL_INITIALLY_IMMEDIATE): likewise.
11297         (SQL_INSERT_STATEMENT): likewise.
11298         (SQL_INTERVAL): likewise.
11299         (SQL_IS_INSERT_LITERALS): likewise.
11300         (SQL_IS_INSERT_SEARCHED): likewise.
11301         (SQL_IS_INTEGER): likewise.
11302         (SQL_IS_POINTER): likewise.
11303         (SQL_IS_SELECT_INTO): likewise.
11304         (SQL_IS_SMALLINT): likewise.
11305         (SQL_IS_UINTEGER): likewise.
11306         (SQL_IS_USMALLINT): likewise.
11307         (SQL_ISV_ASSERTIONS): likewise.
11308         (SQL_ISV_CHARACTER_SETS): likewise.
11309         (SQL_ISV_CHECK_CONSTRAINTS): likewise.
11310         (SQL_ISV_COLLATIONS): likewise.
11311         (SQL_ISV_COLUMN_DOMAIN_USAGE): likewise.
11312         (SQL_ISV_COLUMN_PRIVILEGES): likewise.
11313         (SQL_ISV_COLUMNS): likewise.
11314         (SQL_ISV_CONSTRAINT_COLUMN_USAGE): likewise.
11315         (SQL_ISV_CONSTRAINT_TABLE_USAGE): likewise.
11316         (SQL_ISV_DOMAIN_CONSTRAINTS): likewise.
11317         (SQL_ISV_DOMAINS): likewise.
11318         (SQL_ISV_KEY_COLUMN_USAGE): likewise.
11319         (SQL_ISV_REFERENTIAL_CONSTRAINTS): likewise.
11320         (SQL_ISV_SCHEMATA): likewise.
11321         (SQL_ISV_SQL_LANGUAGES): likewise.
11322         (SQL_ISV_TABLE_CONSTRAINTS): likewise.
11323         (SQL_ISV_TABLE_PRIVILEGES): likewise.
11324         (SQL_ISV_TABLES): likewise.
11325         (SQL_ISV_TRANSLATIONS): likewise.
11326         (SQL_ISV_USAGE_PRIVILEGES): likewise.
11327         (SQL_ISV_VIEW_COLUMN_USAGE): likewise.
11328         (SQL_ISV_VIEW_TABLE_USAGE): likewise.
11329         (SQL_ISV_VIEWS): likewise.
11330         (SQL_KEYSET_CURSOR_ATTRIBUTES1): likewise.
11331         (SQL_KEYSET_CURSOR_ATTRIBUTES2): likewise.
11332         (SQL_MAX_ASYNC_CONCURRENT_STATEMENTS): likewise.
11333         (SQL_NO_COLUMN_NUMBER): likewise.
11334         (SQL_NO_ROW_NUMBER): likewise.
11335         (SQL_NOT_DEFERRABLE): likewise.
11336         (SQL_NUM_EXTENSIONS): likewise.
11337         (SQL_NUM_FUNCTIONS): likewise.
11338         (SQL_ODBC_INTERFACE_CONFORMANCE): likewise.
11339         (SQL_OIC_CORE): likewise.
11340         (SQL_OIC_LEVEL1): likewise.
11341         (SQL_OIC_LEVEL2): likewise.
11342         (SQL_OV_ODBC2): likewise.
11343         (SQL_OV_ODBC3): likewise.
11344         (SQL_PARAM_ARRAY_ROW_COUNTS): likewise.
11345         (SQL_PARAM_ARRAY_SELECTS): likewise.
11346         (SQL_PARAM_BIND_BY_COLUMN): likewise.
11347         (SQL_PARAM_BIND_TYPE_DEFAULT): likewise.
11348         (SQL_PARAM_DIAG_UNAVAILABLE): likewise.
11349         (SQL_PARAM_ERROR): likewise.
11350         (SQL_PARAM_IGNORE): likewise.
11351         (SQL_PARAM_PROCEED): likewise.
11352         (SQL_PARAM_SUCCESS): likewise.
11353         (SQL_PARAM_SUCCESS_WITH_INFO): likewise.
11354         (SQL_PARAM_UNUSED): likewise.
11355         (SQL_PARC_BATCH): likewise.
11356         (SQL_PARC_NO_BATCH): likewise.
11357         (SQL_PAS_BATCH): likewise.
11358         (SQL_PAS_NO_BATCH): likewise.
11359         (SQL_PAS_NO_SELECT): likewise.
11360         (SQL_ROW_IGNORE): likewise.
11361         (SQL_ROW_NUMBER_UNKNOWN): likewise.
11362         (SQL_ROW_PROCEED): likewise.
11363         (SQL_ROW_SUCCESS_WITH_INFO): likewise.
11364         (SQL_SC_FIPS127_2_TRANSITIONAL): likewise.
11365         (SQL_SC_SQL92_ENTRY): likewise.
11366         (SQL_SC_SQL92_FULL): likewise.
11367         (SQL_SC_SQL92_INTERMEDIATE): likewise.
11368         (SQL_SCC_ISO92_CLI): likewise.
11369         (SQL_SCC_XOPEN_CLI_VERSION1): likewise.
11370         (SQL_SCHEMA_TERM): likewise.
11371         (SQL_SCHEMA_USAGE): likewise.
11372         (SQL_SDF_CURRENT_DATE): likewise.
11373         (SQL_SDF_CURRENT_TIME): likewise.
11374         (SQL_SDF_CURRENT_TIMESTAMP): likewise.
11375         (SQL_SFKD_CASCADE): likewise.
11376         (SQL_SFKD_NO_ACTION): likewise.
11377         (SQL_SFKD_SET_DEFAULT): likewise.
11378         (SQL_SFKD_SET_NULL): likewise.
11379         (SQL_SFKU_CASCADE): likewise.
11380         (SQL_SFKU_NO_ACTION): likewise.
11381         (SQL_SFKU_SET_DEFAULT): likewise.
11382         (SQL_SFKU_SET_NULL): likewise.
11383         (SQL_SG_DELETE_TABLE): likewise.
11384         (SQL_SG_INSERT_COLUMN): likewise.
11385         (SQL_SG_INSERT_TABLE): likewise.
11386         (SQL_SG_REFERENCES_COLUMN): likewise.
11387         (SQL_SG_REFERENCES_TABLE): likewise.
11388         (SQL_SG_SELECT_TABLE): likewise.
11389         (SQL_SG_UPDATE_COLUMN): likewise.
11390         (SQL_SG_UPDATE_TABLE): likewise.
11391         (SQL_SG_USAGE_ON_CHARACTER_SET): likewise.
11392         (SQL_SG_USAGE_ON_COLLATION): likewise.
11393         (SQL_SG_USAGE_ON_DOMAIN): likewise.
11394         (SQL_SG_USAGE_ON_TRANSLATION): likewise.
11395         (SQL_SG_WITH_GRANT_OPTION): likewise.
11396         (SQL_SNVF_BIT_LENGTH): likewise.
11397         (SQL_SNVF_CHAR_LENGTH): likewise.
11398         (SQL_SNVF_CHARACTER_LENGTH): likewise.
11399         (SQL_SNVF_EXTRACT): likewise.
11400         (SQL_SNVF_OCTET_LENGTH): likewise.
11401         (SQL_SNVF_POSITION): likewise.
11402         (SQL_SP_BETWEEN): likewise.
11403         (SQL_SP_COMPARISON): likewise.
11404         (SQL_SP_EXISTS): likewise.
11405         (SQL_SP_IN): likewise.
11406         (SQL_SP_ISNOTNULL): likewise.
11407         (SQL_SP_ISNULL): likewise.
11408         (SQL_SP_LIKE): likewise.
11409         (SQL_SP_MATCH_FULL): likewise.
11410         (SQL_SP_MATCH_PARTIAL): likewise.
11411         (SQL_SP_MATCH_UNIQUE_FULL): likewise.
11412         (SQL_SP_MATCH_UNIQUE_PARTIAL): likewise.
11413         (SQL_SP_OVERLAPS): likewise.
11414         (SQL_SP_QUANTIFIED_COMPARISON): likewise.
11415         (SQL_SP_UNIQUE): likewise.
11416         (SQL_SQL_CONFORMANCE): likewise.
11417         (SQL_SQL92_DATETIME_FUNCTIONS): likewise.
11418         (SQL_SQL92_FOREIGN_KEY_DELETE_RULE): likewise.
11419         (SQL_SQL92_FOREIGN_KEY_UPDATE_RULE): likewise.
11420         (SQL_SQL92_GRANT): likewise.
11421         (SQL_SQL92_NUMERIC_VALUE_FUNCTIONS): likewise.
11422         (SQL_SQL92_PREDICATES): likewise.
11423         (SQL_SQL92_RELATIONAL_JOIN_OPERATORS): likewise.
11424         (SQL_SQL92_REVOKE): likewise.
11425         (SQL_SQL92_ROW_VALUE_CONSTRUCTOR): likewise.
11426         (SQL_SQL92_STRING_FUNCTIONS): likewise.
11427         (SQL_SQL92_VALUE_EXPRESSIONS): likewise.
11428         (SQL_SR_CASCADE): likewise.
11429         (SQL_SR_DELETE_TABLE): likewise.
11430         (SQL_SR_GRANT_OPTION_FOR): likewise.
11431         (SQL_SR_INSERT_COLUMN): likewise.
11432         (SQL_SR_INSERT_TABLE): likewise.
11433         (SQL_SR_REFERENCES_COLUMN): likewise.
11434         (SQL_SR_REFERENCES_TABLE): likewise.
11435         (SQL_SR_RESTRICT): likewise.
11436         (SQL_SR_SELECT_TABLE): likewise.
11437         (SQL_SR_UPDATE_COLUMN): likewise.
11438         (SQL_SR_UPDATE_TABLE): likewise.
11439         (SQL_SR_USAGE_ON_CHARACTER_SET): likewise.
11440         (SQL_SR_USAGE_ON_COLLATION): likewise.
11441         (SQL_SR_USAGE_ON_DOMAIN): likewise.
11442         (SQL_SR_USAGE_ON_TRANSLATION): likewise.
11443         (SQL_SRJO_CORRESPONDING_CLAUSE): likewise.
11444         (SQL_SRJO_CROSS_JOIN): likewise.
11445         (SQL_SRJO_EXCEPT_JOIN): likewise.
11446         (SQL_SRJO_FULL_OUTER_JOIN): likewise.
11447         (SQL_SRJO_INNER_JOIN): likewise.
11448         (SQL_SRJO_INTERSECT_JOIN): likewise.
11449         (SQL_SRJO_LEFT_OUTER_JOIN): likewise.
11450         (SQL_SRJO_NATURAL_JOIN): likewise.
11451         (SQL_SRJO_RIGHT_OUTER_JOIN): likewise.
11452         (SQL_SRJO_UNION_JOIN): likewise.
11453         (SQL_SRVC_DEFAULT): likewise.
11454         (SQL_SRVC_NULL): likewise.
11455         (SQL_SRVC_ROW_SUBQUERY): likewise.
11456         (SQL_SRVC_VALUE_EXPRESSION): likewise.
11457         (SQL_SSF_CONVERT): likewise.
11458         (SQL_SSF_LOWER): likewise.
11459         (SQL_SSF_SUBSTRING): likewise.
11460         (SQL_SSF_TRANSLATE): likewise.
11461         (SQL_SSF_TRIM_BOTH): likewise.
11462         (SQL_SSF_TRIM_LEADING): likewise.
11463         (SQL_SSF_TRIM_TRAILING): likewise.
11464         (SQL_SSF_UPPER): likewise.
11465         (SQL_STANDARD_CLI_CONFORMANCE): likewise.
11466         (SQL_STATIC_CURSOR_ATTRIBUTES1): likewise.
11467         (SQL_STATIC_CURSOR_ATTRIBUTES2): likewise.
11468         (SQL_SU_DML_STATEMENTS): likewise.
11469         (SQL_SU_INDEX_DEFINITION): likewise.
11470         (SQL_SU_PRIVILEGE_DEFINITION): likewise.
11471         (SQL_SU_PROCEDURE_INVOCATION): likewise.
11472         (SQL_SU_TABLE_DEFINITION): likewise.
11473         (SQL_SVE_CASE): likewise.
11474         (SQL_SVE_CAST): likewise.
11475         (SQL_SVE_COALESCE): likewise.
11476         (SQL_SVE_NULLIF): likewise.
11477         (SQL_UB_FIXED): likewise.
11478         (SQL_UB_VARIABLE): likewise.
11479         (SQL_UNION_STATEMENT): likewise.
11480         (SQL_UPDATE_BY_BOOKMARK): likewise.
11481         (SQL_US_UNION): likewise.
11482         (SQL_US_UNION_ALL): likewise.
11483         (SQL_DESC_ROWVER): likewise.
11484         (SQL_GUID): likewise.
11485         (SQL_C_GUID): likewise.
11486         (ODBC_STD): likewise.
11487         (SQLAllocHandle): likewise.
11488         (SQLAllocEnv(p)): likewise.
11489         (SQL_YEAR): likewise.
11490         (SQL_MONTH): likewise.
11491         (SQL_DAY): likewise.
11492         (SQL_HOUR): likewise.
11493         (SQL_MINUTE): likewise.
11494         (SQL_SECOND): likewise.
11495         (SQL_YEAR_TO_MONTH): likewise.
11496         (SQL_DAY_TO_HOUR): likewise.
11497         (SQL_DAY_TO_MINUTE): likewise.
11498         (SQL_DAY_TO_SECOND): likewise.
11499         (SQL_HOUR_TO_MINUTE): likewise.
11500         (SQL_HOUR_TO_SECOND): likewise.
11501         (SQL_MINUTE_TO_SECOND): likewise.
11502         (SQL_ATTR_ANSI_APP): likewise.
11503         (SQL_AA_TRUE): likewise.
11504         (SQL_AA_FALSE): likewise.
11505
11506         * include/sqltypes.h (#pragma pack(push,1), #pragma pack(pop)): remove.
11507         (struct tagSQL_YEAR_MONTH): add for ODBC3.x.
11508         (struct tagSQL_DAY_SECOND): likewise.
11509         (struct tagSQL_INTERVAL_STRUCT): likewise.
11510         (struct tagSQL_NUMERIC_STRUCT): likewise.
11511         (struct tagSQLGUID): add for 0DBC3.50.
11512         (enum SQLINTERVAL): add for ODBC3.x.
11513         (SQLWCHAR): add typedef.
11514         (SQLTCHAR): add typedef, conditional on UNICODE.
11515         (SQLLEN): add typedef for _WIN64, define for _WIN32.
11516         (SQLULEN): likewise.
11517         (SQLROWOFFSET): likewise.
11518         (SQLROWCOUNT): likewise.
11519         (SQLTRANSID): likewise.
11520         (SQLSETPOSIROW): likewise.
11521         (SQLHANDLE): add ODBC3.x typedef.
11522         (SQLHDESC): likewise.
11523         (SQLDATE): likewise.
11524         (SQLDECIMAL): likewise.
11525         (SQLDOUBLE): likewise.
11526         (SQLFLOAT): likewise.
11527         (SQLNUMERIC): likewise.
11528         (SQLREAL): likewise.
11529         (SQLTIME): likewise.
11530         (SQLTIMESTAMP): likewise.
11531         (SQLVARCHAR): likewise.
11532         (SQLBIGINT): likewise.
11533         (SQLUBIGINT): likewise.
11534         (SQL_DATE_STRUCT): likewise.
11535         (SQL_TIME_STRUCT): likewise.
11536         (SQL_TIMESTAMP_STRUCT): likewise.
11537         (ODBCINT64): add ODBC3.x define.
11538
11539         * lib/odbc32.def : regenerate.
11540
11541 2001-01-26  Earnie Boyd  <earnie@users.sourceforge.net
11542
11543         * Apply Danny Smith patch 102275
11544         2000-11-05  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11545         * include/objbase.h: (COM_RIGHTS): Add definition.
11546         (tagSTDMSHLFLAGS): add enumeration.
11547         (CoInitializeEx): Add prototypes.
11548         (CoGetStdMarshalEx): ditto.
11549         (CoCreateInstanceEx): ditto.
11550         (CoInitializeSecurity): ditto.
11551         (CoGetCallContext): ditto.
11552         (CoQueryProxyBlanket): ditto.
11553         (CoSetProxyBlanket): ditto.
11554         (CoCopyProxy): ditto.
11555         (CoQueryClientBlanket): ditto.
11556         (CoImpersonateClient): ditto.
11557         (CoRevertToSelf): ditto.
11558         (CoQueryAuthenticationServices): ditto.
11559         (CoSwitchCallContext): ditto.
11560         (CoGetInstanceFromFile): ditto.
11561         (CoGetInstanceFromIStorage): ditto.
11562         * include/objidl.h: (SOLE_AUTHENTICATION_SERVICE): Add structure.
11563         (SOLE_AUTHENTICATION_INFO): ditto.
11564         (EOLE_AUTHENTICATION_CAPABILITIES): Add enumeration.
11565         (COLE_DEFAULT_PRINCIPAL): Add definition.
11566         (COLE_DEFAULT_AUTHINFO): Ditto.
11567         * include/rpcdce.h: (RPC_C_AUTHZ_DEFAULT): Add definition.
11568         (RPC_PROTSEQ_VECTOR) Fix typo.
11569         (RpcRaiseException): add DECLSPEC_NORETURN attribute.
11570         * include/winbase.h: (FreeLibraryAndExitThread): add DECLSPEC_NORETURN
11571         attribute.
11572
11573 2001-01-26  Earnie Boyd  <earnie@users.sourceforge.net>
11574
11575         * lib/msvcp60.def: Apply Danny Smith patch 103321.
11576         2001-01-17  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>.
11577         New file.
11578
11579 2001-01-26  Christopher Faylor  <cgf@cygnus.com>
11580
11581         * include/winnt.h: Add PTOKEN_USER.
11582
11583 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
11584
11585         * include/sqlucode.h: Apply Danny Smith patch 102443
11586         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11587         New file.
11588
11589 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
11590
11591         * lib/odbccp32.def: Apply Danny Smith patch 102442
11592         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11593         New file.
11594
11595 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
11596
11597         * include/odbcinst.h: Apply Danny Smith patch 102441
11598         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11599         New file.
11600
11601 2000-12-25  Christopher Faylor  <cgf@cygnus.com>
11602
11603         * lib/Makefile.in: Don't make "links" to include/w32api directory.
11604
11605 2000-12-20  Corinna Vinschen  <corinna@vinschen.de>
11606
11607         * include/winbase.h: Add prototype for SetSecurityDescriptorControl.
11608
11609 2000-12-11  Christopher Faylor  <cgf@cygnus.com>
11610
11611         * lib/Makefile.in: Install headers and libraries in tooldir.
11612
11613 2000-12-04  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11614
11615         * include/winnls.h: NORM_IGNORE* remove duplicate defines.
11616         SORT_STRINGSORT: ditto.
11617         CMAP*: ditto.
11618         CTRY_*: add new defines.
11619         LGRPID_*: ditto.
11620         LCMAP*: change defines to hex notation.
11621         CALID: change from ULONG to DWORD.
11622         CALTYPE: ditto.
11623         _cpinfoex[AW]: add structure.
11624         FoldString: correct Unicode mappings.
11625         GetCPInfoEx[AW]: add prototypes.
11626         EnumCalendarInfoEx[AW]: ditto.
11627         EnumDateFormatsEx[AW]: ditto.
11628         EnumSystemLanguageGroups[AW]: ditto.
11629         EnumLanguageGroupLocales[AW]: ditto.
11630         EnumUILanguages[AW]: ditto.
11631         GetSystemDefaultUILanguage[AW]: ditto.
11632         GetUserDefaultUILanguage[AW]: ditto.
11633         IsValidLanguageGroup[AW]: ditto.
11634         CALINFO_ENUMPROCEX[AW]: add function pointer typedef
11635         LANGUAGEGROUP_ENUMPROC[AW]: ditto
11636         LANGGROUPLOCALE_ENUMPROC[AW]: ditto
11637         UILANGUAGE_ENUMPROC[AW]: ditto
11638         DATEFMT_ENUMPROCEX[AW]: ditto
11639         LPCURRENCYFMT[AW]: add structure pointer typedef
11640         LPNUMBERFMT[AW]: ditto
11641
11642 2000-12-02  Matt Hargett  <matt@use.net>
11643
11644         * include/winbase.h: Added a define for INVALID_SET_FILE_POINTER, a
11645         possible return code for the SetFilePointer() win32 API call.
11646
11647 2000-11-09  Corinna Vinschen  <corinna@vinschen.de>
11648
11649         * include/winnt.h: Add missing FILE_NAMED_STREAMS define.
11650
11651 2000-11-06  Earnie Boyd  <earnie_boyd@yahoo.com>
11652
11653         * Makefile.in: increment VERSION.
11654         (dist:) Rename to srcdist.  Create new dist target to call
11655         srcdist and bindist targets.
11656         (srcdist:) New target.
11657         (clean-top:) add call to mostlyclean-top and add rm of distribution
11658         tarballs.
11659         * lib/Makefile.in: (uninstall:) modify to remove files from the
11660         new w32api subdirectory and to remove w32api subdirectory.
11661         (xuninstall:) Ditto.
11662         TODO: Add a task to redo the clean targets of Makefile.in
11663
11664 2000-11-03  Christopher Faylor  <cgf@cygnus.com>
11665
11666         * lib/Makefile.in: Install header files in w32api subdirectory.
11667
11668 2000-10-31  Earnie Boyd  <earnie_boyd@yahoo.com>
11669
11670         * CONTRIBUTIONS: New file.
11671         * README: Change the maintained by header.
11672         * TODO: Add a note about checking the TODO.
11673
11674 2000-10-31  Earnie Boyd  <earnie_boyd@yahoo.com>
11675
11676         * Merge in accepted changes from
11677         2000-10-23  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11678         * include/basetyps.h: add comment for GUID_DEFINED
11679         * include/lm.h: add includes for lmerr.h and lmserver.h
11680         * include/lmcons.h: add W2K typedefs LMSTR, LMCSTR
11681         * include/lmerr.h:  add error codes
11682         * include/lmserver.h: replace LPTSTR with LPWSTR,
11683         LPTCSTR with LPWCSTR in structures and prototypes
11684         * include/lmshare.h: ditto
11685         * include/lmuse.h: ditto
11686         * include/lmstats.h: ditto
11687         * include/oleauto.h: add function prototype SystemTimeToVariantTime
11688         * include/winbase.h: change first argument of CommConfigDialog to const
11689         * include/windowsx.h: add macros  defining FAR versions of
11690         mem and string functions for porting from Win16 code
11691         * include/winioctl.h:  added IOCTL_STORAGE defines
11692         * include/winnetwk.h:  added WNNC_NET flags
11693         * include/winnt.h: add include of <basetsd.h>;
11694         add structs; add pointer typedefs  for TOKEN structs
11695         * include/winsock.h: add guard around BSD-ish typedefs
11696         * include/wtypes.h: new VARENUM enums, new WIN32/WIN64 compat. macros
11697         * include/basetsd.h: new file
11698         * include/raserror.h: ditto
11699         * include/rassapi.h: ditto
11700         * include/ras.h: ditto
11701         comment from Earnie: replaced original ras.h contribution with Danny's
11702         contribution as it is more complete.
11703         * include/rpcndr.h: add default definition for __RPCNDR_H_VERSION__
11704
11705 2000-10-19  Earnie Boyd  <earnie_boyd@yahoo.com>
11706
11707         * Makefile.in: increment VERSION.  Change tar file name for dist and
11708         bindist targets to be more standard.
11709         * config.guess: Update with the currently published file.
11710         * config.sub: ditto.
11711         * configure.in: Use value of build_alias instead of testing for
11712         directory names to set BUILDENV.
11713         * configure: ditto.
11714         * lib/Makefile.in: Change the name of the targets install,
11715         install-headers and install-libraries to xinstall, xinstall-headers
11716         and xinstall-libraries for system target specified installation.
11717         Recreate targets install, install-headers and install-libraries for
11718         exec-prefix specified installation.  Ditto for the uninstall targets of
11719         the same name.
11720
11721 2000-10-09  Corinna Vinschen  <corinna@vinschen.de>
11722
11723         * include/iprtrmib.h: Further layout changes according to standard.
11724         * include/iptypes.h: Ditto.
11725         * include/ntdef.h: Ditto.
11726         * include/ntsecapi.h: Ditto.
11727         * include/subauth.h: Ditto.
11728
11729 2000-10-09  Corinna Vinschen  <corinna@vinschen.de>
11730
11731         * include/ntsecapi.h: Fix PLSA_UNICODE_STRING define.
11732
11733 2000-10-08  Corinna Vinschen  <corinna@vinschen.de>
11734
11735         * include/ntsecapi.h: New file.
11736         * include/subauth.h: Ditto.
11737         * include/ipexport.h: Fix global header define not to contain
11738         trailing underscore. Change layout according to standard.
11739         * include/iphlpapi.h: Ditto.
11740         * include/ipifcons.h: Ditto.
11741         * include/iprtrmib.h: Ditto.
11742         * include/iptypes.h: Ditto.
11743         * include/ntdef.h: Ditto. Define conditional datatypes dependent
11744         of inclusion of ntsecapi.h and subauth.h.
11745         * lib/secur32.def: New stub for secur32.dll.
11746
11747 2000-10-02  Corinna Vinschen  <corinna@vinschen.de>
11748
11749         * include/ras.h: New file.
11750         * lib/rasapi32.def: Add symbols for RasEnumDevicesA and
11751         RasEnumDevicesW.
11752
11753 2000-10-02  Corinna Vinschen  <corinna@vinschen.de>
11754
11755         * include/ntdef.h: Add define for NTAPI.
11756
11757 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
11758
11759         * include/ipexport.h: Add missing `extern "C"' directives.
11760         * include/iphlpapi.h: Ditto.
11761         * include/iprtrmib.h: Ditto.
11762         * include/iptypes.h: Ditto.
11763
11764 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
11765
11766         * include/ipifcons.h: New header file.
11767         * include/iprtrmib.h: Move operational states to ipifcons.h.
11768         * include/iphlpapi.h: Add missing parameters to GetIfTable()
11769         declaration.
11770
11771 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
11772
11773         * include/iprtrmib.h: Add missing MIB_IF_OPER_STATUS_xxx definitions.
11774
11775 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
11776
11777         * lib/iphlpapi.def: New stub for iphlpapi.dll.
11778         * include/iptypes.h: New header file.
11779         * include/ipexport.h: Ditto.
11780         * include/iphlpapi.h: Ditto.
11781         * include/iprtrmib.h: Ditto.
11782
11783 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
11784
11785         * include/ntdef.h: New file.
11786
11787 2000-08-18  Corinna Vinschen  <corinna@vinschen.de>
11788
11789         * include/winnt.h:Add enums for TokenRestrictedSids and TokenSessionId
11790         to TOKEN_INFORMATION_CLASS type.
11791         Add QUOTA_LIMITS type.
11792
11793 2000-08-08  Corinna Vinschen  <corinna@vinschen.de>
11794
11795         * include/userenv.h: New header file.
11796         * lib/userenv.def: New stub for userenv.dll.
11797
11798 2000-08-08  Christopher Faylor  <cgf@cygnus.com>
11799
11800         * include/winuser.h: Correct PCWPSTRUCT typo.
11801         (discovered by Axel Riese)
11802
11803 2000-07-27  DJ Delorie  <dj@redhat.com>
11804
11805         * include/windows.h: optimize non-inclusion of repeat headers
11806
11807 2000-07-21  Corinna Vinschen  <corinna@vinschen.de>
11808
11809         * include/winnt.h: Add missing typedefs for PTOKEN_SOURCE and
11810         LPTOKEN_SOURCE.
11811
11812 2000-07-11  DJ Delorie  <dj@cygnus.com>
11813
11814         * include/shlobj.h: add CSIDL_COMMON_*
11815
11816 2000-06-27  Corinna Vinschen  <corinna@vinschen.de>
11817
11818         * include/winbase.h: Add stream ids BACKUP_OBJECT_ID,
11819         BACKUP_REPARSE_DATA and BACKUP_SPARSE_BLOCK.
11820         Add file open flags FILE_FLAG_OPEN_REPARSE_POINT and
11821         FILE_FLAG_OPEN_NO_RECALL.
11822         * winioctl.h: Add device io control codes FSCTL_GET_REPARSE_POINT,
11823         FSCTL_SET_REPARSE_POINT and FSCTL_DELETE_REPARSE_POINT.
11824         * winnt.h: Add typedef for GUID.
11825         Add file attributes FILE_ATTRIBUTE_ENCRYPTED,
11826         FILE_ATTRIBUTE_SPARSE_FILE, FILE_ATTRIBUTE_REPARSE_POINT and
11827         FILE_ATTRIBUTE_NOT_CONTENT_INDEXED.
11828         Add volume attributes FILE_VOLUME_QUOTAS, FILE_SUPPORTS_SPARSE_FILES,
11829         FILE_SUPPORTS_REPARSE_POINTS, FILE_SUPPORTS_REMOTE_STORAGE,
11830         FILE_SUPPORTS_OBJECT_IDS and FILE_SUPPORTS_ENCRYPTION.
11831         Add several reparse point defines and typedefs for REPARSE_DATA_BUFFER,
11832         REPARSE_GUID_DATA_BUFFER and REPARSE_POINT_INFORMATION.
11833         * lib/psapi.def: New file.
11834
11835 2000-06-22  Christopher Faylor  <cgf@cygnus.com>
11836
11837         * rpcdce.h: Protect OPTIONAL definition since it may be (legally)
11838         previously defined.
11839         * windef.h : Ditto.
11840
11841 2000-06-14  Kazuhiro Fujieda  <fujieda@jaist.ac.jp>
11842
11843         * include/winnt.h: Add some missing defines related to locale
11844         identifiers.  Translate values of LANG_* and SUBLANG_* into hexadecimal.
11845
11846 2000-05-27  Corinna Vinschen  <corinna@vinschen.de>
11847
11848         * include/wincrypt.h: Add missing CRYPT_MACHINE_KEYSET define.
11849
11850 2000-05-18  Corinna Vinschen  <corinna@vinschen.de>
11851
11852         * include/winnt.h: Add some missing TAPE_DRIVE_* defines.
11853
11854 2000-04-26  Christopher Faylor  <cgf@cygnus.com>
11855
11856         * include/wininet.h: Add another "INTERNET_OPTIONS".
11857
11858 2000-04-25  Mumit Khan  <khan@xraylith.wisc.edu>
11859
11860         * include/winspool.h: Add 2 more PRINTER_ATTRIBUTE_* macros.
11861
11862 2000-04-25  Martin Kotulla  <martin-k@softmaker.de>
11863
11864         * include/ddeml.h (DdeCreateStringHandle{A,W}): Fix prototype.
11865         * include/shlobj.h (IShellLink{A,W}::GetPath): Fix prototype.
11866         * include/wingdi.h: Add LPFNDEVMODE and LPFNDEVCAPS callbacks.
11867         * include/winuser.h: Add WM_* macros. Add PCOPYDATASTRUCT typedef.
11868
11869 2000-04-10  Christopher Faylor  <cgf@cygnus.com>
11870
11871         * include/winbase.h: Change first argument of ENUMRES* types to
11872         coincide with Microsoft usage.
11873
11874 2000-04-01  Christopher Faylor  <cgf@cygnus.com>
11875
11876         * include/wininet.h: Add three more "INTERNET_OPTIONS".
11877
11878 2000-03-30  Mumit Khan  <khan@xraylith.wisc.edu>
11879
11880         * include/winbase.h (CreateHardLink{A,W}): Add prototypes.
11881         * include/winerror.h (ERROR_TOO_MANY_LINKS): Add macro.
11882         * include/winnt.h (SEC_*): Add macros.
11883         * lib/th32.def: Use Kernel32.dll instead of TH32.DLL.
11884         * include/ole.h: Workaround for C++ parser bug.
11885         * include/rpcdcep.h: Likewise.
11886         * include/winsock.h: Likewise.
11887
11888 2000-03-26  Christopher Faylor  <cgf@cygnus.com>
11889
11890         * include/winnt.h: Eliminate duplicate PCONTEXT and LPCONTEXT typedefs.
11891
11892 2000-02-28  Mumit Khan  <khan@xraylith.wisc.edu>
11893
11894         Patches from Jan Nijtmans <j.nijtmans@chello.nl>:
11895         * include/wtypes.h (PBLOB, LPBLOB): Define.
11896         * include/winsock2.h: Much more complete version.
11897         (FD_SET, SOMAXCONN): Protect common macros defined by winsock.h.
11898
11899         Patches from Jan Nijtmans <j.nijtmans@chello.nl>:
11900         * include/winsock.h (FD_CLR): Add missing ')'.
11901         (timercmp): Fix macro to handle all 6 comparison operators.
11902         (AF_FIREFOX, AF_UNKNOWN1, AF_BAN, AF_ATM, AF_INET6): Define.
11903         (AF_MAX): Update.
11904         (PF_FIREFOX, PF_UNKNOWN1, PF_BAN, PF_ATM, PF_INET6): Define.
11905
11906         * include/largeint.h: Rename HAVE_INT64 macro to _HAVE_INT64 to avoid
11907         namespace pollution.
11908         * include/rpcndr.h: Likewise.
11909         * include/winnt.h: Likewise.
11910         * include/shlobj.h (SHGetDataFromIDList{A,W}): Fix typo.
11911         (SHGetSpecialFolderPath{A,W}): Add prototypes.
11912         * lib/ole32.def: Add missing exports.
11913         * include/winbase.h (TLS_MINIMUM_AVAILABLE): Move macro from here
11914         * include/winnt.h (TLS_MINIMUM_AVAILABLE): to here.
11915         (NT_TIB): Define.
11916         * include/tlhelp32.h: New file.
11917
11918 2000-02-28  Christopher Faylor  <cgf@cygnus.com>
11919
11920         * include/rapi.h: New file.
11921         * lib/rapi.def: New file.
11922
11923 2000-02-11  Axel Riese  <ariese@andromeda.risc.uni-linz.ac.at>
11924
11925         * oaidl.h (LPTYPECOMP): Remove multiple definition.
11926
11927 2000-02-03  Mumit Khan  <khan@xraylith.wisc.edu>
11928
11929         * Snapshot 2000-02-03.
11930
11931 2000-01-21  Chris Faylor  <cgf@cygnus.com>
11932
11933         * include/winnt.h: Add ARM support.
11934
11935 2000-01-19  Mumit Khan  <khan@xraylith.wisc.edu>
11936
11937         From Greg Primes <gregory.l.priem@intel.com>:
11938         * include/oaidl.h (DESCKIND): Define macro.
11939         (ITypeComp): Define interface.
11940         (ITypeComp): Likewise.
11941         * rpcndr.h (DECLSPEC_UUID): Define macro.
11942         (MIDL_INTERFACE): Likewise.
11943
11944         * include/psapi.h: New file.
11945         * include/imagehlp.h: New file.
11946         * lib/imagehlp.def: New file.
11947
11948         * include/oaidl.h (tagVARIANT): Update fields.
11949
11950         From Craig Lanning <CraigL@DyCon.com>:
11951         * include/commctrl.h: Add some TCS_* macros.
11952         * include/winnls.h (IsValidLocale): Add prototype.
11953
11954 2000-01-18  Mumit Khan  <khan@xraylith.wisc.edu>
11955
11956         * include/oaidl.h: OLE Patches from "Fifer, Eric"
11957         <EFifer@sanwaint.com> needed to build Win32::OLE perl module.
11958         * include/objbase.h: Likewise.
11959         * include/objidl.h: Likewise.
11960         * include/ocidl.h: New file.
11961         * include/oleauto.h: Likewise.
11962         * include/wtypes.h: Likewise.
11963         * lib/oleaut32.def: Likewise.
11964
11965         * include/lmserver.h (NetServerTransportAddEx): Fix prototype.
11966         Thanks to "Jon Leichter" <jon@symas.com>.
11967         * include/commctrl.h (LVM_FINDITEM): Fix typo in macro.
11968         * include/winbase.h: Add GetLongPathName{A,W} prototypes.
11969         * include/shellapi.h (SHGetFileInfo): Add macro. Thanks to
11970         "Axel Riese" <ariese@andromeda.risc.uni-linz.ac.at>.
11971         (CommandLineToArgvW): Fix prototype. Thanks to "Frans E. van
11972         Dorsselaer" <frans@bia-bv.demon.nl>.
11973         * include/httpext.h: New file. Thanks to Jan Nijtmans
11974         <j.nijtmans@chello.nl>.
11975         * include/mmsystem.h (WAVEFORMATEX): Guard definition to avoid
11976         redefinition of LPCWAVEFORMATEX in DirectX headers.
11977         (CALLBACK_NULL): Define to be 0. Thanks to Krzysztof Nikiel
11978         <krzych00@priv7.onet.pl>.
11979         * include/sqlext.h (SQLDriverConnnect): Fix prototype.
11980         * include/windef.h (HRESULT): Guard definition to avoid
11981         redefinition in DirectX headers.
11982         * include/winnt.h: Add target macros from windows.h.
11983         * include/windows.h: Update synch comment for target macros.
11984         (_ANONYMOUS_STRUCT): Define for GCC 2.95 and newer.
11985         (_ANONYMOUS_UNION): Likewise.
11986         * include/wingdi.h (AbortPrinter): Move from here ...
11987         * include/winspool.h (AbortPrinter): to here and fix linkage.
11988         (MONITOR_INFO_2{A,W}): Define.
11989         * include/winsock.h (htons): Fix argument.
11990         (htonl): Likewise.
11991         * include/winsock2.h (SO_*, MAX_*, WSA_*): Add macros.
11992         (GROUP): Define.
11993         (GUID): Define conditionally.
11994         (WSAPROTOCOLCHAIN, WSAPROTOCOL_INFO): Define.
11995         (WSASocket*): Declare.
11996         * include/basetyps.h (GUID): Guard REGUID and LPGUID as well.
11997
11998         * lib/dsetup.def: Remove leading underscore.
11999         * lib/dsound.def: Likewise.
12000         * lib/ws2_32.def: Likewise.
12001
12002 1999-12-22  Mumit Khan  <khan@xraylith.wisc.edu>
12003
12004         * include/windef.h (HMONITOR, HTERMINAL, HWINEVENTHOOK): Define
12005         handles.
12006
12007         * lib/Makefile.in (EXTRA_OBJS): Add dinput.o.
12008         * lib/dinput.c: Include windows.h for GCC.
12009         * lib/dxguid.c: Likewise.
12010         (INITGUID): Define macro.
12011
12012         * include/objidl.h (ISequentialStream): Define interface.
12013         (IStream): Derive from ISequentialStream.
12014
12015         * include/objidl.h (IStream::{LockRegion, UnlockRegion, Stat,
12016         Clone}): Mark as PURE.
12017         (IDataObject::EnumDAdvise): Likewise.
12018         * include/oleidl.h (IDropSource::GiveFeedback): Likewise.
12019         (IViewObject::Unfreeze): Likewise.
12020         (IViewObject2::Unfreeze): Likewise.
12021
12022         * include/objidl.h: Add various IID_ declarations.
12023         * include/olectl.h: Likewise.
12024         * include/oleidl.h: Likewise.
12025
12026 1999-12-21  Mumit Khan  <khan@xraylith.wisc.edu>
12027
12028         * Snapshot 1999-12-21.
12029
12030         * include/winbase.h (CancelIO): Rename to CancelIo.
12031         * include/winsvc.h (LPHANDLER_FUNCTION): Fix prototype.
12032         * include/winuser.h (PEVENTMSG, LPEVENTMSG): Declare.
12033
12034         * Merge with winsup-19991218.
12035         * include/winnt.h: Add defines for W2K ACL control flags.
12036
12037         * Merge with Anders Norlander's 19991130 snapshot.
12038
12039         * include/windows.h: #include mmsystem.h ifndef WIN32_LEAN_AND_MEAN.
12040         * include/winbase.h (EXCEPTION_INVALID_HANDLE): Define.
12041
12042         Patch from Harold Weissfield
12043         * include/shellapi.h: Added some ABN_* defines.
12044
12045         * include/commctrl.h (_TrackMouseEvent): Add prototype.
12046         * lib/comctl32.def (_TrackMouseEvent): Import.
12047         * include/winuser.h: Misc. fixes from Sang Cho
12048         <sangcho@alpha94.chongju.ac.kr>.
12049         * include/winuser.h (SM_CMETRICS): Define to 76 or 83 depending on
12050         value of _WIN32_WINNT.
12051         * include/winuser.h: Reorganize SM_* defines in numerical order.
12052
12053 1999-12-14  Mumit Khan  <khan@xraylith.wisc.edu>
12054
12055         * include/windef.h: Make RECTL a distinct type from RECT.
12056         * include/windows.h: Define upto 8 DUMMYUNIONNAMEs for DirectX.
12057         * include/winuser.h (CDS_): Update (Franco Bez <franco.bez@gmx.de>).
12058         (COMPAREITEMSTRUCT): Fix fields.
12059         (SERIALKEYSA): Likewise.
12060         (SERIALKEYSW): Likewise..
12061         * include/winbase.h (CRITICAL_SECTION_DEBUG): Likewise.
12062         (WIN32_FIND_DATAA): Likewise.
12063         (WIN32_FIND_DATAW): Likewise.
12064         * include/commdlg.h (SNDMSG): Define.
12065         * include/winsock.h (SO_UPDATE_ACCEPT_CONTEXT): Define.
12066         (SO_CONNECT_TIME): Likewise.
12067         (AcceptEx): Declare.
12068         (GetAcceptExSockaddrs): Likewise.
12069         * include/winsock2.h: Fix typo in #ifdef __cplusplus.
12070         * include/winspool.h: Add RC_INVOKED guard.
12071         * lib/wsock32.def (AcceptEx@32): Export.
12072         (GetAcceptExSockaddrs@32): Likewise.
12073
12074 1999-11-18  Mumit Khan  <khan@xraylith.wisc.edu>
12075
12076         * Snapshot 1999-11-18.
12077
12078         * include/oaidl.h (tagVARIANT): Rename pbool to pboolVal needed by
12079         Octopod C++ IDE (and MSVC compatibility).
12080         * include/oleauto.h (V_BOOLREF(X)): Likewise.
12081         * include/shellapi.h (ShellAbout*): Fix typo.
12082         * wingdi.h (FW_ULTRABOLD): Likewise.
12083         * include/winnt.h (_TAPE_ERASE, _TAPE_PREPARE, _TAPE_SET_POSITION,
12084         _TAPE_WRITE_MARKS): Add missing fields and fix existing ones.
12085         Add packing directives for various structures. All structure
12086         sizes now conform to MSVC.
12087
12088 1999-11-07  Mumit Khan  <khan@xraylith.wisc.edu>
12089
12090         Released 1999-11-07.
12091
12092 1999-11-06  Mumit Khan  <khan@xraylith.wisc.edu>
12093
12094         * include/winsock2.h: New file. Mostly a stub for now.
12095         * include/winbase.h (DllMain): Delete prototype.
12096         * include/commctrl.h (Header_SetItem): Fix macro.
12097         * include/{isguids.h, lmerrlog.h, mcx.h, objfwd.h, olectl.h,
12098         regstr.h, richole.h, rpcdce.h, rpcdcep.h, rpcnsi.h, rpcproxy.h,
12099         shlguid.h, sqltypes.h, winperf.h}: Enclose in extern "C" if c++.
12100
12101         Merge in changes from wxWindows.
12102         * include/basetyps.h (GUID_DEFINED, UUID_DEFINED): Add guards.
12103         * include/oaidl.h (DISPID_*): Add macros.
12104         (IID_ITypeLib, IID_ICreateTypeInfo, IID_ICreateTypeInfo2,
12105         IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_ITypeInfo,
12106         IID_IErrorInfo, IID_IDispatch, IID_ICreateErrorInfo): Declare.
12107         * include/objidl.h (IDataObject): Fix EnumFormatEtc parameter.
12108
12109         Merge in changes from Octopod C++ IDE group.
12110         * include/commctrl.h (NMHEADERA, NMHEADERW): Define.
12111         (Header_InsertItem): Fix macro.
12112         * include/oaidl.h (IID_IDispatch): Declare.
12113         (IID_ISupportErrorInfo): Likewise.
12114         (IDispatch): Rename Invoked to Invoke.
12115         * include/objidl.h (IPersist): Fix GetClassID.
12116         * include/oleauto.h (VectorFromBstr): Declare.
12117         (BstrFromVector): Likewise.
12118         * include/olectl.h (OLEMISC_*): Update.
12119         * include/olectlid.h (IID_IDispatch): Declare.
12120         * include/oleidl.h (IOleObject): Fix GetExtent and SetExtent.
12121         (IOleInPlaceFrame): Fix.
12122         (ISupportErrorInfo): Define.
12123         (IErrorInfo): Define.
12124         * include/winuser.h (SIF_TRACKPOS): Define.
12125
12126 1999-11-03  Mumit Khan  <khan@xraylith.wisc.edu>
12127
12128         Fix Merge errors:
12129         * include/winnt.h (PSID): Uncomment definition.
12130         (PISID): Rename from PSID.
12131         (struct _TAPE_GET_MEDIA_PARAMETER): Remove reserved field.
12132         (struct _SECURITY_ATTRIBUTES): Remove multiple definition.
12133
12134         * include/lmalert.h, include/lmbrowsr.h, include/lmchdev.h,
12135         include/lmconfig.h, include/lmerrlog.h, include/lmmsg.h,
12136         include/lmremutl.h, include/lmrepl.h, include/lmserver.h,
12137         include/lmsvc.h, include/lmwksta.h, include/oaidl.h,
12138         include/shellapi.h, include/winbase.h, include/wingdi.h,
12139         include/winnt.h, include/winsock.h: Merged with winsup-19991026.
12140
12141 1999-10-31  Mumit Khan  <khan@xraylith.wisc.edu>
12142
12143         * include/wingdi.h (PHYSICAL*, SCALINGFACTOR*): New. From
12144         Marius Kjeldahl <kjeldahl@hotmail.com>.
12145
12146 1999-08-29  Mumit Khan  <khan@xraylith.wisc.edu>
12147
12148         * include/winnt.h (APPLICATION_ERROR_MASK): Add macros.
12149         (ERROR_SEVERITY_*): Likewise.
12150
12151 1999-08-17  Mumit Khan  <khan@xraylith.wisc.edu>
12152
12153         * include/winbase.h (TLS_OUT_OF_INDEXES): Add macro.
12154         (DllMain): Fix prototype.
12155
12156 1999-08-02  Mumit Khan  <khan@xraylith.wisc.edu>
12157
12158         * include/commdlg.h: Enclose within pack(push,1) and pack(pop).
12159         (cderr.h): Don't include.
12160         * include/winuser.h: Fix macro definitions.
12161
12162 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12163
12164         Merge with winsup 1999-07-29:
12165         * include/wincon.h (MOUSE_WHEELED): Define.
12166         * include/winnt.h (PSECURITY_ATTRIBUTES): Add type.
12167         (SECURITY_DESCRIPTOR): Add struct type.
12168         (PSECURITY_DESCRIPTOR): Pointer to above type. BEWARE: this type
12169         is equal to PVOID in the Platform SDK! So don't depend on accessing
12170         members through ->.
12171
12172 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12173
12174         * lib/Makefile.in (install-headers): Don't @ commands.
12175         (install-libraries): Ditto.
12176
12177 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12178
12179         * include/sqlext.h: Use #include <sql.h> instead of "sql.h".
12180
12181 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12182
12183         Patch from Mumit Khan:
12184         * include/windows.h: Fix typo in winsock.h include guard and add
12185         _UWIN to the list.
12186         * include/winnt.h (__int64): Undefine first.
12187         (struct _SID): Declare.
12188
12189 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12190
12191         * include/winnt.h: Add some REG_* defines reported by Boris Lantrewitz.
12192
12193 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12194
12195         Patch from Mumit Khan:
12196         * Makefile.in: Do the right thing when cross-compiling.
12197         * include/windef.h: Don't define _export and __export if already
12198         defined.
12199
12200 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12201
12202         * include/basetyps.h (DECLARE_INTERFACE): Use com_interface attribute.
12203         (DECLARE_INTERFACE_): Ditto.
12204
12205 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12206
12207         * include/mmsystem.h (HWAVEOUT): Fix missing ')'
12208
12209         Reported by Brad Porter
12210         * include/wingdi.h (FW_ULTRALIGHT): Add.
12211         (FW_DEMIBOLD): Add.
12212         (FW_ULTRABOLD): Add.
12213         (FW_BLACK): Add.
12214         (JOHAB_CHARSET): Add.
12215         (VIETNAMESE_CHARSET): Add.
12216
12217
12218 1999-05-15  Anders Norlander  <anorland@hem2.passagen.se>
12219
12220         * lib/scrnsave.c (WinMain): Remove dependencies on C library.
12221         * lib/Makefile.in (Makefile): Regenerate.
12222         * include/pshpack[1248].h: New files, if a program would use any of
12223         them.
12224         * include/poppack.h: Ditto.
12225         * include/windef.h (_WIN32_WINNT): Define
12226         * include/windows.h: Remove DUMMYUNIONNAME[45].
12227         * include/windows.h: Correctly define _M_IX86 to reflect the target
12228         processor.
12229         * include/windows.h: Add preliminary support for other architectures.
12230         * include/winnt.h: Add CONTEXT structure for PPC and ALPHA.
12231         * include/winnt.h: Remove PACKED from U/LARGE_INTEGER
12232         * include/winnt.h (LUID_AND_ATTRIBUTES): Use pack(4) to solve alignment
12233         issue with LARGE_INTEGER.
12234         (ANSI_NULL): Define.
12235         (PSZ): Define.
12236         (ACL_REVISION[1234]): Define.
12237         (MIN/MAX_ACL_REVISION): Define.
12238         (PTCHAR): Define.
12239         (LANG_USER_DEFAULT): Define.
12240         (LANG_SYSTEM_DEFAULT): Define.
12241         (LOCALE_NEUTRAL): Define.
12242         (SORTVERSIONFROMLCID): Define.
12243         * include/windef.h (UNREFERENCED_PARAMETER): Define.
12244         (UNREFERENCED_LOCAL_VARIABLE): Define.
12245         (DBG_UNREFERENCED_PARAMETER): Define.
12246         (DBG_UNREFERENCED_LOCAL_VARIABLE): Define.
12247         * lib/mswsock.def: New file. Imports for mswsock.dll.
12248         * include/custcntl.h: New file. Necessary to compile some SDK
12249         samples.
12250         * include/winuser.h (SM_MOUSEWHEELPRESENT): Define.
12251         (WM_MOUSEWHEEL): Define.
12252         (WHEEL_DELTA): Define.
12253         (WM_MOUSELAST): Redefine to reflect WM_MOUSEWHEEL.
12254         (WM_NEXTMENU): Define.
12255         (CharNextA): Fix prototype.
12256         (CharNextW): Ditto.
12257
12258 1999-05-14  Anders Norlander  <anorland@hem2.passagen.se>
12259
12260         * include/winsock.h: Enclose in extern "C" if C++, huh?
12261         * include/winuser.h(WM_SYNCPAINT): Define. From fltk.
12262
12263 1999-05-13  Anders Norlander  <anorland@hem2.passagen.se>
12264
12265         * include/windef.h (NULL): Define only ifndef
12266         (TRUE): Ditto, was previously only defined ifndef FALSE
12267         (PASCAL): Define as _pascal
12268         (__pascal): Define
12269         (WINAPIV): Define
12270         (min,max): Define only ifndef NOMINMAX
12271
12272 1999-05-10  Anders Norlander  <anorland@hem2.passagen.se>
12273
12274         * include/commctrl.h: Support for Date/Calendar controls + IE controls.
12275         You must define _WIN32_IE if you want support for it.
12276         Modified patch from Nirmal Prasad  <nprasad@truept.com>.
12277
12278 1999-05-10  Ron Aaron   <v-ronaar@Exchange.Microsoft.com>
12279
12280         * include/wincon.h: Add some ButtonState flags and EventFlags.
12281
12282 1999-05-10  Anders Norlander  <anorland@hem2.passagen.se>
12283
12284         * include/basetyps.h: Don't support COM when __OBJC__ defined because
12285         interface define causes mayhem.
12286         (DEFINE_INTERFACE): Use comobject attribute only if HAVE_COMOBJECT is
12287         defined.
12288         * include/windows.h: Undefine BOOL if __OBJC__ defined
12289
12290 1999-05-09  Chris Faylor  <cgf@cygnus.com>
12291
12292         * include/winnls.h: Define additional code pages.
12293
12294 1999-05-09  Anders Norlander  <anorland@hem2.passagen.se>
12295
12296         * include/winbase.h(RtlFillMemory): Parameters got passed in wrong
12297         order, corrected.
12298         (RtlZeroMemory): Use RtlFillMemory
12299
12300 1999-05-04  Anders Norlander  <anorland@hem2.passagen.se>
12301
12302         * include/winnt.h: Add PACKED to LARGE_INTEGER and ULARGE_INTEGER
12303         to get the correct size when used in some structs.
12304         (ULARGE_INTEGER): Ditto.
12305         * include/winnt.h (TAPE_CREATE_PARTITION): Add struct.
12306         * include/winnt.h: Add TAPE_* pointer types PTAPE_*
12307
12308 1999-05-02  Nirmal Prasad  <nprasad@truept.com>
12309
12310         * include/wininet.h: Enclose in extern "C" if c++
12311         (INTERNET_BUFFERSA/W): Define struct
12312         * include/wininet.h: Add some HSR_* defines
12313
12314 1999-05-02  Anders Norlander  <anorland@hem2.passagen.se>
12315
12316         * include/winnt.h (IMAGE_FIRST_SECTION): Prepend missing paren
12317         * include/winnt.h (UNALIGNED): Define
12318         * include/windef.h (DECLSPEC_NORETURN): Define
12319
12320         * include/wininet.h (INTERNET_MAX_NAME): Remove
12321         (INTERNET_MAX_SCHEME_LENGTH): Define
12322         (INTERNET_MAX_URL_LENGTH): Use INTERNET_MAX_SCHEME_LENGTH
12323         * include/wininet.def: Completely redone, it was losing badly.
12324
12325 1999-05-01  Anders Norlander  <anorland@hem2.passagen.se>
12326
12327         * lib/dplayx.def: Remove '_' prefixes
12328         * lib/shell32.def: Remove imports for IID_ContextMenu
12329
12330 1999-04-29  Anders Norlander  <anorland@hem2.passagen.se>
12331
12332         * Makefile.in (dist): Support dist target
12333         * lib/Makefile.in (dist): Likewise
12334         * lib/Makefile.in (uninstall-headers): Fix command
12335         * Makefile.in (bindist): Target to build a prebuilt dist
12336
12337         * lib/ws2_32.def: Winsock2 implib
12338
12339         * include/largeint.h: New header
12340         * include/largeint.c: Large integer support library
12341         * lib/Makefile.in(EXTRA_LIBS): Add liblargeint.a
12342         (EXTRA_OBJS): Add largeint.o
12343
12344         * include/Makefile: Remove
12345         * lib/Makefile: Remove
12346         * Makefile: Remove
12347         * configure.in: New autoconf script
12348         * configure: generated configure script
12349         * Makefile.in: autoconf makefile template
12350         * lib/Makefile.in: Ditto
12351         * include/test.c: mv to lib/test.c
12352         * include/res.rc: mv to lib/res.rc
12353         * include/TODO: mv to .
12354         * include/Notes: mv to ./NOTES
12355
12356 1999-04-28  Anders Norlander  <anorland@hem2.passagen.se>
12357
12358         * include/zmouse.h (WHEEL_DELTA): Define
12359
12360 1999-04-26  Mumit Khan  <khan@xraylith.wisc.edu>
12361
12362         * include/ddeml.h (HSZPAIR): Declare.
12363         * include/zmouse.h: New file.
12364
12365 1999-04-27  Daniel Guerrero Miralles  <daniel.guerrero@upcnet.upc.es>
12366
12367         * lib/d3dim.def: New implib
12368         * lib/d3drm.def: Ditto
12369         * lib/d3dxof.def: Ditto
12370         * lib/ddraw.def: Ditto
12371         * lib/dinput.def: Ditto
12372         * lib/dplayx.def: Ditto
12373         * lib/dsetup.def: Ditto
12374         * lib/dsound.def: Ditto
12375         * lib/dinput.c: Guid library for DirectInput
12376         * lib/dxguid.c: Guid library for DirectX
12377
12378 1999-04-21  Anders Norlander  <anorland@hem2.passagen.se>
12379
12380         * include/windowsx.h (GET_X_LPARAM): Missing macro added (reported
12381         by Ron Aaron).
12382         * include/windowsx.h (GET_Y_LPARAM): Also missing
12383         * include/winnls.h (IsValidCodePage): Missing prototype added (reported
12384         by Mumit Khan).
12385
12386 1999-04-18  Anders Norlander  <anorland@hem2.passagen.se>
12387
12388         * include/scrnsave.h: New header file for screen saver library
12389         * lib/scrnsave.c: New file: screen saver library
12390
12391 1999-04-17  Anders Norlander  <anorland@hem2.passagen.se>
12392
12393         * include/regstr.h: Enclosed all strings in TEXT() macros so it
12394         works well in when UNICODE is defined
12395
12396 1999-04-17  Nirmal Prasad  <nprasad@truept.com>
12397
12398         * include/winuser.h(STYLESTRUCT): New struct
12399         * include/wingdi.h:(GOBJENUMPROC): This function type should
12400         return void.
12401
12402 1999-04-17  Anders Norlander  <anorland@hem2.passagen.se>
12403
12404         * include/basetyps.h (LPGUID): New typedef
12405         * lib/glut.def: Import library defintions for glut.dll
12406         * lib/glu32.def: Ditto for glut32.dll
12407         * include/winnt.h: Fixed handling of wchar_t typedef
12408         * include/sql.h(SQL_NO_DATA_FOUND): Replace with SQL_NO_DATA
12409         * include/sqlext.h(SQL_NO_DATA_FOUND): Define as SQL_NO_DATA
12410
12411 1999-03-20  Anders Norlander  <anorland@hem2.passagen.se>
12412
12413         * include/winbase.h(AbnormalTermination): Define as FALSE
12414         * include/commctrl.h: Support for new progress bar messages/styles
12415
12416 1999-03-20  Geoffrey Noer  <noer@cygnus.com>
12417
12418         * include/commdlg.h(PageSetupDlg): New define
12419         * include/richedit.h: Missing SCF_* defines
12420         * include/winnt.h: Lots o' defines
12421         * include/winbase.h(AllocateAndInitializeSid): Corrected prototype
12422
12423 1999-03-09  Anders Norlander  <anorland@hem2.passagen.se>
12424
12425         * include/commdlg.h: Removed pack pragma
12426         * lib/comctl32.def(InitCommonControlsEx@4): Added import
12427
12428 1999-03-08  Anders Norlander  <anorland@hem2.passagen.se>
12429
12430         * Makefile: Set version to 0.1.5
12431         * lib/Makefile (clean): Fix typo
12432
12433         * include/commctrl.h: Removed pack pragma
12434         * include/cpl.h: Likewise
12435         * include/dbt.h: Likewise
12436         * include/dde.h: Likewise
12437         * include/nddeapi.h: Likewise
12438         * include/shellapi.h: Likewise
12439         * include/wincrypt.h: Likewise
12440         * include/lmaccess.h: Fixed USER_PRIV_ADMIN typo
12441
12442         * include/winsock.h (netent): Define only ifndef __INSIDE_CYGWIN__
12443         (servent): Likewise
12444         (protoent): Likewise
12445
12446         * include/windows.h: Prevent inclusion of winsock.h if we are
12447         using or compiling cygwin. Define Win32_Winsock to force inclusion.
12448
12449 1999-01-08  Anders Norlander  <anorland@hem2.passagen.se>
12450
12451         * include/winbase.h (CREATE_FORCEDOS): New define
12452
12453 1999-01-07  Anders Norlander  <anorland@hem2.passagen.se>
12454
12455         * include/wincon.h(KEY_EVENT_RECORD): Fixed packing problem on
12456         (COORD): Likewise
12457         * include/wingdi.h (BITMAPFILEHEADER): Fixed packing
12458         * include/windows.h: Added DUMMYUNIONNAME4 and 5
12459         * include/winnt.h (LUID_AND_ATTRIBUTES_ARRAY): New type
12460         (PLUID_AND_ATTRIBUTES_ARRAY): New type
12461
12462         * include/ddeml.h: Removed unnecessary `#pragma pack'
12463         * include/imm.h: Likewise
12464         * include/nddeapi.h: Likewise
12465         * include/nspapi.h: Likewise
12466         * include/regstr.h: Likewise
12467         * include/wincon.h: Likewise
12468         * include/windef.h: Likewise
12469         * include/winioctl.h: Likewise
12470         * include/winnls.h: Likewise
12471         * include/winsvc.h: Likewise
12472         * include/winuser.h: Likewise
12473         * include/winver.h: Likewise
12474         * include/wtypes.h: Likewise
12475
12476 1999-01-05  Anders Norlander  <anorland@hem2.passagen.se>
12477
12478         * Makefile (VERSION): Set to 0.1.4
12479         * include/basetyps.h: Check for NOCOMOBJECT
12480         * include/Makefile: Pass -DNOCOMOBJECT to g++ to avoid warnings
12481         on comobject attribute.
12482         * lib/kernel32.def: Added a few functions
12483         * include/windef.h (DWORD): Changed back to unsigned long
12484
12485         * include/windows.h: Include only winresrc.h if RC_INVOKED is defined,
12486         winresrc.h in turn includes the necessary headers. This makes things
12487         much simpler, no need to protect blocks of code in headers that
12488         should not be seen by the resource compiler.
12489
12490 1999-01-05  Geoffrey Noer  <noer@cygnus.com>
12491
12492         * include/winbase.h (STATUS_INVALID_HANDLE): Added define
12493         * include/wincon.h: Added console event type flags
12494         * include/winnt.h (FILE_SHARE_DELETE): Added
12495           (SECURITY_DESCRIPTOR): typedef as DWORD
12496
12497         * include/winuser.h (WM_PENWINFIRST): Fixed typo
12498         * include/winsock.h: Protect some blocks with __INSIDE_CYGWIN_ and
12499         define u_* types only if _SYS_TYPES_H is not defined.
12500
12501 1999-01-02  Anders Norlander  <anorland@hem2.passagen.se>
12502
12503         * COPYING.LIB: Deleted
12504         * README: Updated to reflect license changes
12505         * include/shlobj.h: Remove extra comma on some enums
12506         * include/windef.h: Changed DWORD typedef from unsigned long to
12507         unsigned int in order to avoid warnings on bit fields that
12508         use DWORD.
12509         * include/Makefile (test): Compile with all warnings
12510         * include/unknwn.h: Include objfwd.h
12511         * include/winsock.h: Added missing copyright notices.
12512
12513 1999-01-01  Anders Norlander  <anorland@hem2.passagen.se>
12514
12515         * lib/winmm.def: Corrected LIBRARY statement
12516         * include/mmsystem.h: Define mmioSeek codes if not already defined
12517         * include/commctrl.h (CreateStatusWindowA): Corrected prototype
12518         (CreateStatusWindowW): Likewise
12519
12520         * include/winresrc.h: Include only files necessary instead of windows.h
12521         * include/dde.h: Allow inclusion in resource scripts.
12522         * include/winnt.h: Likewise
12523         * include/commctrl.h: Likewise
12524         * include/prsht.h: Likewise
12525         * README: Updated
12526
12527 1998-12-10  Anders Norlander  <anorland@hem2.passagen.se>
12528
12529         * include/sqltypes.h (SQLHANDLE): Added this type
12530         (SQLHDESC): Likewise
12531         * include/sql.h (SQLFreeHandle): Added this prototype
12532         (SQLAllocHandle): Likewise
12533
12534 1998-12-08  Anders Norlander  <anorland@hem2.passagen.se>
12535
12536         * include/winsock.h: Define _GNU_H_WINDOWS32_SOCKETS to avoid
12537         conflicts with cygwin headers.
12538
12539 1998-12-06  Anders Norlander  <anorland@hem2.passagen.se>
12540
12541         * Makefile: Changed VERSION to 0.1.3
12542         * Makefile (dist-lib): New target to make import library only
12543         distribution
12544         * Makefile (dist-hdr): New target to make headers only distribution
12545         * Makefile (dist): Now depends on dist-lib and dist-hdr instead of
12546         building one single distribution file.
12547         * dist.mak: Deleted
12548
12549         * include/lm.h: New file
12550         * include/lmcons.h: New file
12551         * include/lmalert.h: New file
12552         * include/lmaudit.h: New file
12553         * include/lmconfig.h: New file
12554         * include/lmapibuf.h: New file
12555         * include/lmaccess.h: New file
12556         * include/lmchdev.h: New file
12557         * include/lmremutl.h: New file
12558         * include/lmrepl.h: New file
12559         * include/lmerrlog.h: New file
12560         * include/lmat.h: New file
12561         * include/lmuse.h: New file
12562         * include/lmuseflg.h: New file
12563         * include/lmserver.h: New file
12564         * include/lmerr.h: New file
12565         * include/lmsname.h: New file
12566         * include/lmstats.h: New file
12567         * include/lmsvc.h: New file
12568         * include/lmwksta.h: New file
12569         * include/lmbrowsr.h: New file
12570
12571 1998-12-05  Anders Norlander  <anorland@hem2.passagen.se>
12572
12573         * include/unknwn.h: Fixed IClassFactory declaration; INTERFACE was missing
12574         * include/unknwn.h: Added extern declaration for IID_IClassFactory
12575
12576         * include/initguid.h: New file
12577
12578         * include/rpcndr.h: Defined hyper and MIDL_hyper as double if 64 bit
12579         int not supported
12580
12581         * include/winnt.h: Added USN
12582         * include/winnt.h: Changed handling of 64 bit int support
12583
12584         * include/windows.h: Added support for BC,LCC and MSVC
12585
12586         * include/windows.h: Changed handling machine architecture defines
12587
12588         * include/olectl.h: New file
12589
12590 1998-12-04  Anders Norlander  <anorland@hem2.passagen.se>
12591
12592         * include/oleidl.h: Added IViewObject and IViewObject2
12593
12594         * include/objidl: Corrected prototype for IStorage::DestroyElement and
12595         IStorage::MoveElement
12596
12597         * include/oledlg.h: New file
12598
12599         * include/winresrc.h: New file
12600
12601         * include/wingdi.h: Added LPDOCINFO
12602
12603         * include/commctrl.h: Added SBARS_SIZEGRIP and TVM_SETINDENT
12604         * include/commctrl.h: Added TCM_SETITEM to UNICODE/ANSI block
12605         * include/commctrl.h: Added ListView_GetSelectedCount, ListView_GetItemSpacing,
12606         TabCtrl_SetImageList and TabCtrl_GetItemCount
12607         * include/commctrl.h: Added TVM_FIRST, HDM_FIRST and TV_FIRST
12608
12609         * include/windowsx.h: Added missing ListBox_xx ComboBox_xx etc. macros
12610
12611         * include/wingdi.h: Added (L)PBITMAP,(L)PBITMAPCOREHEADER,
12612         PBITMAPINFOHEADER, (L)PBITMAPCOREINFO and (L)PBITMAPFILEHEADER.
12613
12614         * include/commdlg.h: Added LPDEVNAMES
12615
12616         * include/windows.h: Include excpt.h
12617
12618         * include/excpt.h: New file. This file just contains some
12619         stubs for SEH that do nothing.
12620
12621         * include/commctrl.h: Added general WM_NOTIFY codes
12622
12623         * include/winuser.h: Added ICON_SMALL and ICON_BIG
12624         * include/winuser.h: Removed VK_0-VK_9 VK_A-VK_Z; they should obviously
12625         not be in the headers.
12626         * include/winuser.h: Added LPCBTACTIVATESTRUCT and LPCLIENTCREATESTRUCT
12627         * include/winuser.h: Added old WM_SIZE parameter names so
12628         wxWindows compiles.
12629         * include/winuser.h: Added IDC_SIZE and IDC_ICON
12630         * include/winuser.h: Added LPDLGITEMTEMPLATE
12631         * include/winuser.h: HTCAPTION was missing value
12632         * include/winuser.h: Added WM_ACTIVE flags
12633
12634         * include/windowsx.h: Added _fmemcpy so V compiles; also added
12635         _fxx defines for memmove, memset and memcmp
12636
12637         * include/windef.h: Changed _export and __export to empty defines
12638
12639         * include/shellapi.h: Corrected prototypes for ExtractIcon functions.
12640         String parameters were not const and ExtractAssociatedIcon takes
12641         a WORD pointer not DWORD pointer as last parameter.
12642
12643         * Makefile: Changed VERSION to 0.1.2
12644
12645         * include/ole2ver.h: New file
12646
12647         * Makefile: Removed all dependencies on GLUT
12648
12649         * include/GL/glut.h: Removed file because of decision to remove
12650         files that are not part of the library.
12651         * lib/glut.def: Likewise
12652         * lib/glut32.def: Likewise
12653
12654         * include/windows.h: Include winperf.h
12655
12656         * include/winperf.h: New file
12657
12658         * lib/gdi32.def: Added GetEnhMetaFilePixelFormat
12659
12660         * include/winnls.h: Added calendar types
12661         * include/winnls.h: Added country codes
12662
12663 1998-12-03  Anders Norlander  <anorland@hem2.passagen.se>
12664
12665         * include/windef.h: Added PROC and NEARPROC
12666
12667         * include/wingdi.h: Added ChoosePixelFormat, DescribePixelFormat
12668         * include/wingdi.h: Added OpenGL types and prototypes
12669         * include/wingdi.h: Added ENHMETA_STOCK_OBJECT
12670         * include/wingdi.h: Added DCTT_DOWNLOAD_OUTLINE
12671         * include/wingdi.h: Added POINTFX, TTPOLYCURVE and TTPOLYGONHEADER
12672         * include/wingdi.h: Added truetype character outline types
12673         * include/wingdi.h: Added DEVMODE initialization flags
12674         * include/wingdi.h: Added panose codes
12675         * include/wingdi.h: Added missing character sets
12676         * include/wingdi.h: Added ANTIALIASED_QUALITY and
12677         NONANTIALIASED_QUALITY
12678         * include/wingdi.h: Added ENUMLOGFONTA/W and ENUMLOGFONTEXA/W
12679         * include/wingdi.h: Added pointer types for EXTLOGPEN
12680         * include/wingdi.h: Added PATTERN type
12681         * include/wingdi.h: Added NEWTEXTMETRICA/W and NEWTEXTMETRICEXA/W
12682         * include/wingdi.h: Added new text metric flags
12683         * include/wingdi.h: Added pitch and family flags
12684         * include/wingdi.h: Moved BCHAR defintion from winnt.h here
12685         * include/wingdi.h: Added METAHEADER
12686         * include/wingdi.h: Fixed packing of RGBTRIPLE and BITMAPFILEHEADER
12687         * include/wingdi.h: Added TA_MASK
12688         * include/wingdi.h: Added MAXSTRETCHBLTMODE
12689         * include/wingdi.h: Added error codes
12690
12691         * include/winuser.h: Added missing winhelp structures
12692         * include/winuser.h: Added dialog flags/styles/messages
12693         * include/winuser.h: Added EM_SETMARGIN codes
12694         * include/winuser.h: Made it possiblie to use IDI_XX values
12695         in resource files.
12696         * include/winuser.h: Added missing LoadImage load flags
12697         * include/winuser.h: Added missing message box flags
12698         * include/winuser.h: Added ScrollWindow codes
12699         * include/winuser.h: Added DT_WORD_ELLIPSIS
12700         * include/winuser.h: Added drag and drop support
12701         * include/winuser.h: Added WM_MENUCHAR return codes
12702         * include/winuser.h: Added DLGWINDOWEXTRA
12703         * include/winuser.h: Added missing SetWindowPos flags.
12704         * include/winuser.h: Added BSF_NOTIMEOUTIFNOTHUNG
12705         * include/winuser.h: Added IDHOT_xx defines
12706         * include/winuser.h: Added MOD_WIN
12707         * include/winuser.h: Added missing defines and structs for owner draw
12708         controls.
12709         * include/winuser.h: Added WPF_RESTORETOMAXIMIZED and
12710         WPF_SETMINPOSITION
12711         * include/winuser.h: Added DrawAnimatedRects flags
12712         * include/winuser.h: Added WM_PRINT codes
12713         * include/winuser.h: Added CS_IME class style
12714         * include/winuser.h: Added WM_SIZE codes
12715         * include/winuser.h: Added WM_MOUSEACTIVATE return codes
12716         * include/winuser.h: Added WM_NCHITTEST return codes
12717         * include/winuser.h: Added WM_SIZING parameters
12718         * include/winuser.h: Added WM_NEXTMENU and MDINEXTMENU
12719         * include/winuser.h: Added menu loop codes.
12720         * include/winuser.h: Added NFR_ANSI, NFR_UNICODE, NF_QUERY and
12721         NF_REQUERY
12722         * include/winuser.h: Added WM_POWER flags
12723         * include/winuser.h: Added KL_NAMELENGTH, WSF_VISIBLE
12724         * include/winuser.h: Added missing message filter codes
12725         * include/winuser.h: Added WM_KEYXX message flags
12726         * include/winuser.h: Added WM_SHOWMESSAGE flags
12727         * include/winuser.h: Added old ShowWindow commands
12728         * include/winuser.h: Fixed packing of DLGITEMTEMPLATE and DLGTEMPLATE
12729         structures.
12730
12731         * include/mciavi.h: New file for the MCI AVI driver that for some
12732         reason is not in mmsystem.h.
12733
12734         * include/winbase.h: Added PIPE_UNLIMITED_INSTANCES and INVALID_FILE_SIZE
12735         * include/winbase.h: Added SECURITY_xx for CreateFile
12736         * include/winbase.h: Added RTS and DTS control values
12737         * include/winbase.h: Fixed SYSTEM_INFO structure
12738         * include/winbase.h: Added CREATE_NO_WINDOW, CREATE_SHARED_WOW_VDM
12739         * include/winbase.h: Added FILE_TYPE_REMOTE
12740         * include/winbase.h: Added modem status flags
12741         * include/winbase.h: Added HINSTANCE_ERROR
12742         * include/winbase.h: Added DefineDosDevice defines
12743         * include/winbase.h: Added power management flags AC_xx BATTERY_xx
12744         * include/winbase.h: Added STARTF_XX flags
12745         * include/winbase.h: Fixed typo on _lcreat prototype.
12746         * include/winbase.h: Moved DBG_XX to winnt.h
12747         * include/winbase.h: Moved TOKEN_XX, DLL_PROCESS_XX and DLL_THREAD_XX to
12748         winnt.h
12749
12750         * include/unknwn.h: Added extern declaration of IID_IUnknown
12751
12752         * include/windowsx.h: Added hmemcpy.
12753
12754         * include/winnt.h: Added dummy member to DECLARE_HANDLE struct
12755         * include/winnt.h: Added PACCESS_TOKEN
12756         * include/winnt.h: Added TAPE_XX defines and moved some from winbase.h
12757         * include/winnt.h: Added SE_IMPERSONATION_STATE and TOKEN_SOURCE_LENGTH
12758         * include/winnt.h: Added SE_PRIVILEGE_ENABLED_BY_DEFAULT, SE_PRIVILEGE_ENABLED,
12759         SE_PRIVILEGE_USED_FOR_ACCESS, PRIVILEGE_SET_ALL_NECESSARY,
12760         SECURITY_MAX_IMPERSONATION_LEVEL, DEFAULT_IMPERSONATION_LEVEL,
12761         SECURITY_DYNAMIC_TRACKING and SECURITY_STATIC_TRACKING.
12762
12763         * include/winnt.h: Added SE_OWNER_DEFAULTED, SE_GROUP_DEFAULTED, SE_DACL_XX,
12764         SE_SACL_XX, SE_SELF_RELATIVE, SECURITY_DESCRIPTOR_MIN_LENGTH,
12765         SECURITY_DESCRIPTOR_REVISION and SECURITY_DESCRIPTOR_REVISION1.
12766
12767         * include/winsvc.h: Removed conflicting defines which were supposed
12768         to be in winnt.h
12769
12770         * include/winnt.h: Added SERVICE_NODE_TYPE, SERVICE_LOAD_TYPE
12771         and SERVICE_ERROR_TYPE.
12772
12773         * include/winnt.h: Added SERVICE_XX defines.
12774         * include/winsvc.h: Added SERVICES_ACTIVE_DATABASEA/W,
12775         SERVICES_FAILED_DATABASEA/W and SC_GROUP_IDENTIFIERA/W.
12776
12777         * include/winsvc.h: Added SERVICE_STATE_ALL, SERVICE_QUERY_CONFIG,
12778         SERVICE_CHANGE_CONFIG, SERVICE_QUERY_STATUS, SERVICE_ENUMERATE_DEPENDENTS,
12779         SERVICE_START, SERVICE_STOP, SERVICE_PAUSE_CONTINUE,
12780         SERVICE_USER_DEFINED_CONTROL and SERVICE_ALL_ACCESS
12781
12782 1998-12-02  Anders Norlander  <anorland@hem2.passagen.se>
12783
12784         * include/winbase.h: Corrected prototype for CreateProcessA
12785
12786         * include/mmsystem.h: Added CAPS1 and C1_TRANSPARENT for display
12787         driver extensions.
12788
12789         * include/shlobj.h: Corrected prototype for SHGetDesktopFolder, should
12790         be LPSHELLFOLDER* not LPSHELLFOLDER.
12791
12792         * include/windows.h: Include commdlg.h
12793
12794         * include/winuser.h: Added MDICREATESTRUCT
12795
12796         * include/winuser.h: Added LB_ERR, LB_ERRSPACE, LB_OKAY, CB_ERR,
12797         CB_ERRSPACE, and CB_OKAY
12798
12799         * include/wingdi.h: Added LPBITMAPINFOHEADER
12800
12801         * include/rpcproxy.h: Removed IN, OUT and OPTIONAL since they
12802         are meaningless.
12803         * include/rpcdce2.h: Likewise.
12804
12805         * lib/shell32.c: Moved GUID defintions from shlguid.h to this file.
12806
12807         * include/richole.h: Replaced DEFINE_GUID with extern const GUID
12808         * include/olectlid.h: Likewise
12809         * include/shlguid.h: Likewise
12810
12811         * include/coguid.h: Delete file since it was for 16 bit windows only.
12812
12813         * lib/*.def: Appended .dll to library name where needed.
12814
12815         * include/windef.h: Define _stdcall and __stdcall only if not
12816         previously defined instead of undefining first.
12817
12818         * include/dlgs.h: Put RC_INVOKED around structure defs
12819
12820         * include/intshcut.h: New file
12821         * include/isguids.h: New file
12822
12823         * lib/uuid.c: Added all COM/OLE GUIDS I know and do not know about.
12824
12825 1998-12-01  Anders Norlander  <anorland@hem2.passagen.se>
12826
12827         * include/winnt.h: Added check if _T is defined before defining it
12828
12829         * include/windows.h: Include dlgs.h if WIN32_LEAN_AND_MEAN not defined
12830
12831         * include/dlgs.h: New file
12832
12833         * include/winbase.h: Removed DllEntryPoint define
12834
12835         * include/winbase.h: Added SetupComm prototype
12836
12837         * include/rpc.h: SEH RPC functions no longer defined since they weren't
12838         supported anyway.
12839
12840         * include/basetyps.h: Removed use of COMOBJECT define, instead
12841         DECLARE_INTERFACE directly uses comobject attribute when GCC
12842         is used.
12843
12844         * include/wtypes.h: STGC enum was missing typedef
12845
12846         * include/objidl.h: ADVC enum was missing typedef
12847
12848         * include/winnt.h: Moved CHAR, SHORT and LONG definitions so
12849         they are nested within the VOID definition.
12850
12851         * include/winbase.h: Added stream ids and attributes
12852
12853         * include/winbase.h: Changed WIN32_STREAM_ID member cStreamName
12854         to an ANYSIZE_ARRAY array.
12855
12856 1998-11-26  Anders Norlander  <anorland@hem2.passagen.se>
12857
12858         * include/windef.h: defined _declspec as __declspec since
12859         some programs (like VWCL) use _declspec instead of __declspec
12860
12861         * include/winnt.h: added COMPRESS_FORMAT defines
12862
12863         * include/winbase.h: moved IS_TEXT_XXX defines to winnt.h
12864
12865         * include/winnt.h: added HEAP_XXXX defines
12866
12867         * include/winbase.h: moved HEAP_XXXX defines to winnt.h
12868
12869         * include/winnt.h: added defintions for PE/COFF from the PE and COFF
12870         specification.
12871
12872         * include/winnt.h: added NTAPI define
12873
12874 1998-11-25  Anders Norlander  <anorland@hem2.passagen.se>
12875
12876         * include/winnt.h: defined TBYTE,LPTSTR etc in terms of TCHAR
12877         instead of CHAR or WCHAR.
12878
12879         * include/winnt.h: added _T define
12880
12881         * include/winnt.h: added test for _TCHAR_DEFINED
12882
12883         * include/winnt.h: included string.h for memory macros
12884
12885         * include/prsht.h: added PSM_SETFINISHTEXT to UNICODE/ANSI test
12886
12887         * include/prsht.h: moved PSM_SETTITLEA/W to UNICODE test at end of file
12888
12889         * include/prsht.h: added PropSheet_XXX macros
12890
12891
12892 1998-11-24  Anders Norlander  <anorland@hem2.passagen.se>
12893
12894         * include/winspool.h: Changed DeletePrinterProcessor and
12895         DeletePrinterProvidor to DeletePrintXX.
12896
12897         * include/wingdi.h: Changed EMRCREATECOLORSPACE lcs member type to
12898         LOGCOLORSPACEW.
12899
12900         * include/wingdi.h: Changed prototype for CreateColorSpace to A and W
12901         variants
12902
12903         * include/wingdi.h: Likewise for GetLogColorSpace
12904
12905         * include/wingdi.h: Changed LOGCOLORSPACE to LOGCOLORSPACEA/W.
12906
12907         * include/richedit.h: Added missing defines and structures
12908
12909         * include/winuser.h: Moved EDITWORDBREAKPROCEX to include/richedit.h
12910
12911         * include/winuser.h: Added HWND_DESKTOP
12912
12913 1998-11-23  Anders Norlander  <anorland@hem2.passagen.se>
12914
12915         * Makefile: Include ChangeLog when building source
12916         distribution (srcdist)
12917
12918         * include/oleauto.h: Changed WINOLEAUTAPI and WINOLEAUTAPI_ so they
12919         are always defined as STDAPI and STDAPI_
12920
12921         * include/objbase.h: Changed WINOLEAPI and WINOLEAPI_ so they
12922         are always defined as STDAPI and STDAPI_
12923
12924         * include/objidl.h: Removed extra ';' on IStorage SetClass method
12925
12926         * include/rpcndr.h: Removed all IN and OUT from function prototypes
12927
12928         * ChangeLog started