OSDN Git Service

b5dad3866348239974a80dc6683279a39f7b325f
[mingw/mingw-org-wsl.git] / w32api / ChangeLog
1 2017-03-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
2
3         Consolidate <winbase.h> version specific conditionals.
4
5         * include/winbase.h: Reorganize file content; group manifest constant
6         definitions into one nested collection of conditional blocks, with one
7         block per Windows version evolution, sorting alphabetically within each
8         block; do likewise for data type definitions and function prototypes.
9
10 2017-03-20  Keith Marshall  <keithmarshall@users.sourceforge.net>
11
12         Tidy, and make <winbase.h> header effectively self-contained.
13
14         * include/w32api.h (__AW_ALIAS__): Rename original implementation...
15         (__AW_ALIAS_EX__): ...as this, retaining its encapsulation of...
16         (__AW_EXTENDED__): ...this; subsequently reimplement...
17         (__AW_ALIAS__): ...this, with original name, now encapsulating...
18         (__AW_SUFFIXED__): ...this.
19
20         * include/dbt.h (__AW_ALIAS__): Replace all references with...
21         (__AW_ALIAS_EX__): ...this renamed alternative, when defining...
22         (DEV_BROADCAST_DEVICEINTERFACE, PDEV_BROADCAST_DEVICEINTERFACE)
23         (DEV_BROADCAST_PORT, PDEV_BROADCAST_PORT): ...these.
24
25         * include/winbase.h: Tidy layout; assert copyright.
26         (stdarg.h, windef.h): Include them, to achieve self-containment.
27         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
28         [UNICODE vs. ! UNICODE]: Replace separated declarations; use...
29         [__AW_ALIAS__]: ...this, to correctly specify each of...
30         (STARTUPINFO, LPSTARTUPINFO, WIN32_FIND_DATA, PWIN32_FIND_DATA)
31         (LPWIN32_FIND_DATA, HW_PROFILE_INFO, LPHW_PROFILE_INFO, ACTCTX)
32         (PACTCTX, PCACTCTX): ...these generic typedefs, and...
33         [__AW_SUFFIXED__]: ...this, to correctly map each of...
34         (ENUMRESLANGPROC, ENUMRESNAMEPROC, ENUMRESTYPEPROC, AddAtom)
35         (AccessCheckAndAuditAlarm, BackupEventLog, BeginUpdateResource)
36         (BuildCommDCB, BuildCommDCBAndTimeouts, CheckNameLegalDOS8Dot3)
37         (CallNamedPipe, ClearEventLog, CommConfigDialog, CopyFile, CopyFileEx)
38         (CreateActCtx, CreateDirectory, CreateDirectoryEx, CreateEvent)
39         (CreateFile, CreateFileMapping, CreateHardLink, CreateJobObject)
40         (CreateMailslot, CreateMutex, CreateNamedPipe, CreateProcess)
41         (CreateProcessAsUser, CreateSemaphore, CreateSymbolicLink)
42         (CreateWaitableTimer, DefineDosDevice, DeleteFile, EncryptFile)
43         (DeleteVolumeMountPoint, DnsHostnameToComputerName, EndUpdateResource)
44         (EnumResourceLanguages, EnumResourceNames, EnumResourceTypes)
45         (ExpandEnvironmentStrings, FatalAppExit, FileEncryptionStatus)
46         (FindActCtxSectionString, FindAtom, FindFirstChangeNotification)
47         (FindFirstFile, FindFirstFileEx, FindFirstVolume, FindNextFile)
48         (FindFirstVolumeMountPoint, FindNextVolume, FindNextVolumeMountPoint)
49         (FindResource, FindResourceEx, FormatMessage, FreeEnvironmentStrings)
50         (GetAtomName, GetBinaryType, GetCommandLine, GetCompressedFileSize)
51         (GetComputerName, GetComputerNameEx, GetCurrentDirectory)
52         (GetDefaultCommConfig, GetDiskFreeSpace, GetDiskFreeSpaceEx)
53         (GetDllDirectory, GetDriveType, GetEnvironmentStrings)
54         (GetEnvironmentVariable, GetFileAttributes, GetFileAttributesEx)
55         (GetFileSecurity, GetFinalPathNameByHandle, GetFullPathName)
56         (GetLogicalDriveStrings, GetLongPathName, GetModuleFileName)
57         (GetModuleHandle, GetModuleHandleEx, GetNamedPipeHandleState)
58         (GetPrivateProfileInt, GetPrivateProfileSection)
59         (GetPrivateProfileSectionNames, GetPrivateProfileString)
60         (GetPrivateProfileStruct, GetProfileInt, GetProfileSection)
61         (GetProfileString, GetShortPathName, GetStartupInfo)
62         (GetSystemDirectory, GetSystemWindowsDirectory, GetTempFileName)
63         (GetSystemWow64Directory, GetTempPath, GetUserName, GetVersionEx)
64         (GetVolumeInformation, GetVolumeNameForVolumeMountPoint)
65         (GetVolumePathName, GetVolumePathNamesForVolumeName, GlobalAddAtom)
66         (GetWindowsDirectory, GlobalFindAtom, GlobalGetAtomName)
67         (IsBadStringPtr, LoadLibrary, LoadLibraryEx, LogonUser)
68         (LookupAccountName, LookupAccountSid, LookupPrivilegeDisplayName)
69         (LookupPrivilegeName, LookupPrivilegeValue, lstrcat, lstrcmp)
70         (lstrcmpi, lstrcpy, lstrcpyn, lstrlen, MoveFile, MoveFileEx)
71         (MoveFileWithProgress, ObjectCloseAuditAlarm, ObjectDeleteAuditAlarm)
72         (ObjectOpenAuditAlarm, ObjectPrivilegeAuditAlarm, OpenBackupEventLog)
73         (OpenEvent, OpenEventLog, OpenFileMapping, OpenMutex, OpenSemaphore)
74         (OutputDebugString, PrivilegedServiceAuditAlarm, QueryDosDevice)
75         (ReadEventLog, RegisterEventSource, RemoveDirectory, ReplaceFile)
76         (ReportEvent, SearchPath, SetComputerName, SetCurrentDirectory)
77         (SetDefaultCommConfig, SetDllDirectory, SetEnvironmentVariable)
78         (SetFileAttributes, SetFileSecurity, SetFileShortName, SetVolumeLabel)
79         (SetFirmwareEnvironmentVariable, SetVolumeMountPoint, UpdateResource)
80         (VerifyVersionInfo, WaitNamedPipe, WritePrivateProfileSection)
81         (WritePrivateProfileString, WritePrivateProfileStruct)
82         (WriteProfileSection, WriteProfileString): ...these, and add...
83         (GetCurrentHwProfile, OpenWaitableTimer, SetComputerNameEx)
84         (GetFirmwareEnvironmentVariable): ...these previously missing generic
85         function name aliases.
86
87 2017-03-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
88
89         Refactor mingwrt and w32api common makefile content.
90
91         * Makefile.in (w32api-srcdist-config-files): Rename it...
92         (w32api-srcdist-common-files): ...as this phoney build rule.
93         (shared_include_file): New macro; define it, and include named file.
94         (configure, config.status, Makefile, config.status.missing, _mingw.h)
95         (w32api.h, PACKAGE_VERSION_SCRIPT, PACKAGE_VERSION_FORMAT): Factor
96         out; relocate them to new file in common parent directory...
97         * ../Makefile.comm: ...here.
98
99 2017-03-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
100
101         Correct a copyright notice update omission.
102
103         * configure.ac: Extend copyright date range to include 2017.  Also
104         clean up superfluous trailing whitespace.
105
106 2017-03-09  Keith Marshall  <keithmarshall@users.sourceforge.net>
107
108         Fix generated header file dependencies.
109
110         * Makefile.in (_mingw.h, w32api): Make them depend on changes in...
111         [VERSION.m4]: ...this; package version changes are no longer made...
112         [configure.ac]: ...here; delete associated prerequisite reference.
113         (distclean-local): Delete them.
114
115 2017-03-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
116
117         Prepare and tag for release of w32api-5.0 package set.
118
119         * All files (wsl-5.0-release): Tag assigned.
120
121 2017-02-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
122
123         Implement basic test suite infrastructure.
124
125         * tests: New subdirectory; it hosts...
126         * tests/Makefile.in tests/testsuite.at.in tests/atlocal.in
127         * tests/headers.at: ...these new files; they implement the basic test
128         suite infrastructure, initially comprising header integrity checks.
129
130         * configure.ac (AC_PROG_CXX): Check it.
131         (AC_CONFIG_TESTDIR): Configure tests subdirectory.
132         (AC_CHECK_PROG): Check for autom4te; configure fall back if missing.
133         (AC_CONFIG_FILES): Generate tests/atlocal, tests/testsuite.at.tmp, and
134         tests/Makefile.
135
136         * Makefile.in (check test tests): New rules; all are synonymous.
137         (check-recursive): New rule; invoked by each of the preceding three.
138         (w32api-srcdist-testsuite-files): New rule; implement and use it...
139         (w32api-srcdist-files): ...here.
140
141 2017-02-14  Alexander Krisak  <akrisak@users.sourceforge.net>
142
143         Add missing constant definition, per issue [#2249].
144
145         * include/winnt.h (JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE): Define it.
146
147 2017-02-10  Keith Marshall  <keithmarshall@users.sourceforge.net>
148
149         Avoid unnecessary duplication of configuration files.
150
151         * Makefile.in (vpath install-sh): Define it; it matches...
152         (vpath %.m4): ...this; add $top_srcdir/..; search it first; delete
153         rule for creating duplicate file reference links in $top_srcdir.
154         (configure): Add '-I ..' option, when running autoconf.
155         (w32api-srcdist-files): Rename it as...
156         (w32api-srcdist-package-files): ...this; remove dependencies on...
157         (aclocal.m4 VERSION.m4 install-sh): ...these; reinstate them in...
158         (w32api-srcdist-config-files): ...this new distributable files
159         enumeration goal; add it as one new prerequisite of...
160         (w32api-srcdist-files): ...this repurposed goal; also depends on...
161         (w32api-srcdist-package-files): ...this; populate it using...
162         (SRCDIST_ADD): ...this macro; redefine it accordingly.
163
164 2016-12-08  Jerzy Tarasiuk  <jz_fuw@users.sourceforge.net>
165
166         Correct typo in <ddk/ntdddisk.h>; fix bug [#2323]
167
168         * include/ddk/ntdddisk.h (IOCTL_DISK_BASE): Correct definition;
169         it was previously transcribed incorrectly, as being equivalent to...
170         (FILE_TYPE_DISK): ...this, but it should have been equivalent to...
171         (FILE_DEVICE_DISK): ...this.
172
173 2016-12-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
174
175         Rationalize <winuser.h> ANSI vs. UNICODE definition strategy.
176
177         * include/winuser.h [UNICODE, !UNICODE]: Replace individual pairs of
178         alternative generic symbol mapping definitions, and typedefs, with...
179         (__AW_SUFFIXED__): ...one such macro expansion per pair; collate with
180         their respective ANSI and UNICODE specific references.
181
182 2016-11-26  Keith Marshall  <keithmarshall@users.sourceforge.net>
183
184         Deprecate obsolete <winable.h> and <pbt.h> headers.
185
186         * Makefile.in (%.h.in): Generalize vpath definition.
187         (obsolete_headers, obsolete_header_script, w32api_dist_headers)
188         (w32api_generated_headers, replace_headers, macro_name): New macros.
189         (install-w32api-headers): Add dependency on w32api_dist_headers.
190         (%.h): New static pattern rule; it generates generic dependants of...
191         * include/obsolete.h.in: ...this new template for obsolete headers.
192
193         * include/winable.h include/pbt.h: Delete them; they are obsolete;
194         replace them by install-time generated generic stubs.
195
196 2016-11-25  Keith Marshall  <keithmarshall@users.sourceforge.net>
197
198         Update <winuser.h> and <dbt.h>; fix issue [#2317].
199
200         * include/winuser.h: Tidy layout; add copyright notice.
201         [WINVER, _WIN32_WINDOWS, _WIN32_WINNT]: Compare them symbolically.
202         (__WINUSER_H_SOURCED__): New internal macro; define it, to facilitate
203         selective inclusion of content from other headers; delete when done.
204         (BSM_ALLCOMPONENTS, BSF_ALLOWSFW, BSM_APPLICATIONS, BSM_ALLDESKTOPS)
205         (BSM_INSTALLABLEDRIVERS, BSM_NETDRIVER, BSM_VXDS, BSF_FLUSHDISK)
206         (BSF_FORCEIFHUNG, BSF_IGNORECURRENTTASK, BSF_LUID, BSF_NOHANG)
207         (BSF_NOTIMEOUTIFNOTHUNG, BSF_POSTMESSAGE, BSF_QUERY, BSF_RETURNHDESK)
208         (BSF_SENDNOTIFYMESSAGE): Delete; do not define them locally; retrieve
209         them selectively from <dbt.h>, where they are properly defined.
210         [WINVER >= WIN2K/WIN98] (BlockInput): Add missing declaration.
211         (KillTimer, TIMERPROC): Declare timer event parameters as UINT_PTR;
212         formerly UINT, which doesn't match 64-bit size required for Win64.
213         (SetTimer): Likewise; also declare similar return type.
214         (WINEVENTPROC): Add missing CALLBACK attribute.
215         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
216
217         * include/w32api.h (__AW_ALIAS__): New macro; define it.
218         * include/sdkddkver.h (_WIN32_WINNT_NT4SP3): New macro; define it.
219
220         * include/dbt.h: Tidy layout; add copyright notice.
221         (_BEGIN_C_DECLS, _END_C_DECLS): Also prefer them here.
222         [__WINUSER_H_SOURCED__] (_DBT_H): Do not define; expose only...
223         (BSM_ALLCOMPONENTS, BSF_ALLOWSFW, BSM_APPLICATIONS, BSM_ALLDESKTOPS)
224         (BSM_INSTALLABLEDRIVERS, BSM_NETDRIVER, BSM_VXDS, BSF_FLUSHDISK)
225         (BSF_FORCEIFHUNG, BSF_IGNORECURRENTTASK, BSF_LUID, BSF_NOHANG)
226         (BSF_NOTIMEOUTIFNOTHUNG, BSF_POSTMESSAGE, BSF_QUERY, BSF_RETURNHDESK)
227         (BSF_SENDNOTIFYMESSAGE): ...these, to be duplicated in <winuser.h>
228         (__AW_ALIAS__): Use it to define ANSI/UNICODE specific aliases for...
229         (DEV_BROADCAST_PORT, DEV_BROADCAST_DEVICEINTERFACE): ...these generic
230         structure typedef names, and their respectively corresponding...
231         (PDEV_BROADCAST_PORT, PDEV_BROADCAST_DEVICEINTERFACE): ...pointer
232         type names.
233
234 2016-09-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
235
236         Fix a minor ISO-C++11 conformity issue.
237
238         * include/winnt.h (GetCurrentFiber): Insert spaces, as required
239         by ISO-C++11, between concatenated string literal elements.
240         (GetFiberData, NtCurrentTeb): Likewise.
241
242 2016-08-01  Keith Marshall  <keithmarshall@users.sourceforge.net>
243
244         Merge w32api-3.18.1 legacy updates to 5.0-active branch.
245
246         * include/ddk/winddk.h: Update per issue [#2307] resolution.
247         * include/ddk/ntdddisk.h include/ddk/ntddstor.h: Likewise.
248
249 2016-07-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
250
251         Prepare and tag all files for release of w32api-3.18.1
252
253         * configure.ac (AC_INIT): Increment patch level to 3.18.1
254
255 2016-07-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
256
257         Resolve improper macro expansion issue [#2307].
258
259         * include/ddk/winddk.h (__FILE_AM_BUFFERED, __FILE_RD_BUFFERED)
260         (__FILE_RW_BUFFERED): Redefine, encapsulating the expansion of each
261         dependent macro WITHIN the expansion of each of these; hence...
262
263         * include/ddk/ntdddisk.h (IOCTL_DISK_GET_DRIVE_GEOMETRY)
264         (IOCTL_DISK_FORMAT_TRACKS_EX, IOCTL_DISK_REASSIGN_BLOCKS)
265         (IOCTL_DISK_GET_MEDIA_TYPES, IOCTL_DISK_CONTROLLER_NUMBER)
266         (IOCTL_DISK_GET_DRIVE_LAYOUT, IOCTL_DISK_SET_DRIVE_LAYOUT)
267         (IOCTL_DISK_GET_PARTITION_INFO, IOCTL_DISK_SET_PARTITION_INFO)
268         (IOCTL_DISK_GET_DRIVE_GEOMETRY_EX, IOCTL_DISK_UPDATE_DRIVE_SIZE)
269         (IOCTL_DISK_VERIFY, IOCTL_DISK_FORMAT_TRACKS, IOCTL_DISK_PERFORMANCE)
270         (IOCTL_DISK_CREATE_DISK, IOCTL_DISK_RESERVE, IOCTL_DISK_IS_WRITABLE)
271         (IOCTL_DISK_GET_PARTITION_INFO_EX, IOCTL_DISK_SET_PARTITION_INFO_EX)
272         (IOCTL_DISK_GET_CACHE_INFORMATION, IOCTL_DISK_SET_CACHE_INFORMATION)
273         (IOCTL_DISK_INTERNAL_SET_VERIFY, IOCTL_DISK_INTERNAL_CLEAR_VERIFY)
274         (IOCTL_DISK_GET_DRIVE_LAYOUT_EX, IOCTL_DISK_SET_DRIVE_LAYOUT_EX)
275         (IOCTL_DISK_GROW_PARTITION, IOCTL_DISK_DELETE_DRIVE_LAYOUT)
276         (IOCTL_DISK_GET_LENGTH_INFO, IOCTL_DISK_PERFORMANCE_OFF)
277         (IOCTL_DISK_CHECK_VERIFY, IOCTL_DISK_FIND_NEW_DEVICES)
278         (SMART_GET_VERSION, SMART_RCV_DRIVE_DATA, SMART_SEND_DRIVE_COMMAND):
279         ...adjust these dependent macro definitions accordingly.
280
281         * include/ddk/ntddstor.h (IOCTL_STORAGE_CHECK_VERIFY)
282         (IOCTL_STORAGE_CHECK_VERIFY2, IOCTL_STORAGE_MEDIA_REMOVAL)
283         (IOCTL_STORAGE_EJECTION_CONTROL, IOCTL_STORAGE_MCN_CONTROL)
284         (IOCTL_STORAGE_GET_DEVICE_NUMBER, IOCTL_STORAGE_PREDICT_FAILURE)
285         (IOCTL_STORAGE_GET_MEDIA_TYPES, IOCTL_STORAGE_GET_MEDIA_TYPES_EX)
286         (IOCTL_STORAGE_GET_MEDIA_SERIAL_NUMBER, IOCTL_STORAGE_QUERY_PROPERTY)
287         (IOCTL_STORAGE_RELEASE, IOCTL_STORAGE_FIND_NEW_DEVICES)
288         (IOCTL_STORAGE_RESET_BUS, IOCTL_STORAGE_RESET_DEVICE)
289         (IOCTL_STORAGE_EJECT_MEDIA, IOCTL_STORAGE_LOAD_MEDIA)
290         (IOCTL_STORAGE_LOAD_MEDIA2, IOCTL_STORAGE_RESERVE): Likewise.
291
292 2016-07-19  Keith Marshall  <keithmarshall@users.sourceforge.net>
293
294         Update install-sh to match mingw.org/build-aux package.
295
296         * install-sh: Delete it; use version in parent directory instead,
297         recreating local copy, (as symlink, if supported), on demand.
298
299 2016-07-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
300
301         Eliminate redundant configuration files.
302
303         * aclocal.m4 VERSION.m4: Delete them; restore them on demand, via...
304         * Makefile.in ($top_srcdir/../%): ...this symlink dependency rule.
305
306         * configure.ac (AC_PROG_LN_S): Add configuration check.
307
308 2016-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
309
310         Discard redundant config.guess and config.sub files.
311
312         * config.guess config.sub: Delete them; they are no longer required.
313         * Makefile.in (SRCDIST_ADD): Remove related references.
314
315 2016-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
316
317         Merge recent legacy branch updates to 5.0-active branch.
318
319         * Makefile.in include/ddk/ntifs.h include/ddk/winddk.h
320         * include/sdkddkver.h include/setupapi.h include/windows.h
321         * include/winnt.h include/winuser.h include/winver.h
322         * include/wtsapi32.h lib/wtsapi32.def: Updated.
323
324 2016-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
325
326         Prepare and tag all files for release of w32api-3.18.
327
328 2016-07-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
329
330         Do not pass MAKEFLAGS explicitly, when invoking recursive make.
331
332         * Makefile.in (install-strip, uninstall): Delete explicit $(MAKEFLAGS)
333         references from $(MAKE) command lines; make passes them implicitly.
334
335 2016-06-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
336
337         Backport MemoryBarrier() implementation from 4.0-dev branch.
338
339         * include/winnt.h (MemoryBarrier): Implement it; this is a rework of
340         Earnie's original inline implementation, but declared 'static' to fix
341         issue [#1661]; it is further modified, to avoid the broken pre-Vista
342         fallback identified by issue [#2131], and to remove references to...
343         (__faststorefence, __mf): ...these MSVC intrinsics, replaced by...
344         [defined __ATOMIC_SEQ_CST] (__atomic_thread_fence): ...this, or...
345         [GCC >= 4.4] (__sync_synchronize): ...this, as appropriate, falling
346         back to inline assembly code when necessary.
347
348         * include/ddk/winddk.h (KeMemoryBarrier): Delegate it to...
349         (MemoryBarrier): ...this, so avoiding the potential to emit invalid
350         code, for hosts which do not support the SSE2 'mfence' instruction.
351
352 2016-06-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
353
354         Merge further W32API updates from Cygwin CVS.
355         Incorporated selected changes from 2012-08-01 to 2012-08-04.
356
357         * include/setupapi.h include/winuser.h include/winver.h
358         * include/wtsapi32.h lib/wtsapi32.def: Merged and updated.
359
360 2016-06-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
361
362         Update mapping of GCC to MSVC host identification macros.
363
364         * include/windows.h: Assert copyright; tidy layout.
365         (_M_IX86, _ALPHA_, _PPC_, _MIPS_, _68K_): Delete duplicate defines.
366         [!_WINUSER_H, !_WINNLS_H, !_WINVER_H, !_WINNETWK_H, !_WINREG_H]
367         [!_WINSVC_H]: Do not explicitly test these here; they are properly
368         managed implicitly, by GCC, when including the associated headers.
369
370         * include/winnt.h: Assert copyright; tidy layout.
371         (_BEGIN_C_DECLS, _END_C_DECLS): Use these, as appropriate.
372         (__aligned__, __always_inline__, __selectany__): Prefer these...
373         (aligned, always_inline, selectany): ...to these attribute forms.
374         (CONTEXT) [_ALPHA_, _PPC_, MIPS, ARM]: Change selector macros to...
375         [_M_ALPHA, _M_PPC, _M_MRX000, _M_ARM]: ...these, respectively.
376         (GetCurrentFiber, GetFiberData, NtCurrentTeb): Redefine in terms of...
377         (__tib_fiber_data__, __tib_self_refptr__): ...these adaptive macros...
378         [!_WIN64]: ...to accommodate 32-bit, or otherwise 64-bit Windows.
379         (_ALPHA_, _PPC_, _MIPS_, _68K_): Delete these redundant macros...
380         (_M_IX86): ...also removing this, but relocate it to...
381         * include/sdkddkver.h (_M_IX86): ...here; augment it with...
382         (_M_IX86_FP, _M_X64, _M_AMD64, _M_IA64): ...these; define them as
383         appropriate.
384
385         * include/ddk/ntifs.h [!_ALPHA_]: Augment test; rather consider...
386         [!_ALPHA_ && !_M_ALPHA]: ...this, for structure alignment control.
387
388 2016-05-23  Keith Marshall  <keithmarshall@users.sourceforge.net>
389
390         Merge W32API updates, from Cygwin CVS, into legacy branch.
391         Incorporate changes since release of w32api-3.17, until 2012-07-06.
392
393         * include/shobjidl.h lib/shobjidl-uuid.c: New files, added per LRN's
394         2012-04-28 commit to Cygwin CVS.
395
396         * include/gdiplus/gdiplustypes.h include/imagehlp.h
397         * include/routprot.h include/shlwapi.h include/userenv.h
398         * include/winbase.h include/wincon.h include/windef.h
399         * include/winerror.h include/wingdi.h include/winnt.h
400         * include/winsock.h include/winsock2.h include/winuser.h: Updated to
401         match Cygwin CVS state, as of 2012-07-06.
402
403         * include/wincrypt.h: Updated to remove duplicate manifest constant
404         definitions, as identified per Chris Sutcliffe's 2012-01-03 commit to
405         Cygwin CVS; merge with my 2015-09-29 commit; additionally, remove...
406         (szOID_RSA_emailAddr, szOID_RSA_unstructAddr, szOID_RSA_unstructName)
407         (CRYPT_ARCHIVABLE, CRYPT_NOHASHOID, CRYPT_VERIFYCONTEXT): ...extra
408         copies of these further duplicated definitions, identified during
409         the merging operation.
410
411 2016-05-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
412
413         Synchronize package version management with MinGW Runtime.
414
415         * VERSION.m4: New file; link it to keep in sync with identically named
416         file in top level composite package source directory; it defines...
417         (__VERSION__): ...this new composite package version macro.
418
419         * aclocal.m4: Link it, to keep in sync with identically named files in
420         top level composite source and sibling mingwrt sub-package directories.
421         (__VERSION__): New macro; include VERSION.m4 to define it.
422         (__BUG_REPORT_URL__): New macro; define it.
423
424         * configure.ac (AC_INIT): Assign package version and bug report URL...
425         (__VERSION__, __BUG_REPORT_URL__): ...from these, as defined through
426         automatic inclusion of aclocal.m4
427
428         * Makefile.in (configure): Add dependency on VERSION.m4
429
430 2016-05-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
431
432         Eliminate redundant <parts/winioctl.h> header.
433
434         * include/parts/winioctl.h: Delete it; distribute its content...
435         * include/ddk/winddk.h include/ddk/ntddstor.h include/ddk/ntdddisk.h:
436         ...among these, separating it into discrete sections based on...
437         [__need_ddk_winddk_includes, __need_ddk_ntddstor_includes]
438         [__need_ddk_ntdddisk_includes]: ...these selectors, respectively.
439         [__WINIOCTL_H_SOURCED__]: Expose only those sections; do not define...
440         (_DDK_WINDDK_H, _DDK_NTDDSTOR_H, _DDK_NTDDDISK_H): ...these.
441
442         * include/winioctl.h (__WINIOCTL_H_SOURCED__): Define it; include each
443         of <ddk/winddk.h>, <ddk/ntddstor.h>, and <ddk/ntdddisk.h>
444
445 2016-05-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
446
447         Enforce consistent specification of package version.
448
449         * include/w32api.h: Rename as...
450         * include/w32api.h.in: ...this build-time template file.
451         (__W32API_VERSION): Redefine it, in terms of...
452         (%PACKAGE_VERSION_LONG%): ...this substitution template.
453         (__W32API_MAJOR_VERSION, __W32API_MINOR_VERSION)
454         (__W32API_PATCHLEVEL): Likewise, redefine them in terms of...
455         (%PACKAGE_VERSION_MAJOR%, %PACKAGE_VERSION_MINOR%)
456         (%PACKAGE_VERSION_PATCH%): ...these.
457
458         * configure.ac (AC_CONFIG_SRCDIR): Adjust for renamed file.
459         (MINGW_AC_CONFIG_EXTRA_SRCDIR): Likewise, for similarly renamed
460         mingwrt/include/_mingw.h.in file.
461
462         * Makefile.in (all-w32api-libs): Add dependency on...
463         (w32api.h, _mingw.h): ...these; add rule to generate them, using...
464         (PACKAGE_VERSION_SCRIPT, PACKAGE_VERSION_FORMAT): ...these new macros;
465         they apply appropriate substitutions to the renamed template files.
466         (install-w32api-headers): Explicitly add w32api.h
467
468 2015-11-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
469
470         Refactor for Windows DDK synchronization; fix MinGW-Bug [#1954].
471
472         * include/parts/winioctl.h: New file; it provides infrastructure for
473         sharing of common code between DDK headers and primary <winioctl.h>
474         (__IOCTL_STORAGE_, __IOCTL_DISK_, __FILE_RW_ACCESS, __FILE_AM_BUFFERED)
475         (__FILE_RD_BUFFERED, __FILE_RW_BUFFERED): New internal convenience
476         macros; they facilitate more consise expression of factored out IOCTL
477         and FSCTL macros; define them.
478
479         * include/ddk/ntddk.h: Assert copyright; tidy layout.
480         (__NTDDK_H): Multiple inclusion guard macro, renamed to...
481         (_DDK_NTDDK_H): ...this; it provides better indication of location.
482         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
483
484         * include/ddk/winddk.h: Assert copyright; tidy layout.
485         (__WINDDK_H): Multiple inclusion guard macro, renamed to...
486         (_DDK_WINDDK_H): ...this; it provides better indication of location.
487         [!defined _DDK_NTDDK_H]: Forbid direct inclusion; emit diagnostic.
488         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
489         (METHOD_BUFFERED, METHOD_IN_DIRECT, METHOD_OUT_DIRECT)
490         (METHOD_NEITHER): Redefine as enumeration; factor it out.
491         (FILE_ANY_ACCESS, FILE_SPECIAL_ACCESS, FILE_READ_ACCESS)
492         (FILE_WRITE_ACCESS): Likewise.
493         (CTL_CODE, DEVICE_TYPE_FROM_CTL_CODE): Factor out.
494         [defined _DRIVE_LAYOUT_INFORMATION_MBR_DEFINED]: Delete guard.
495         (struct _DRIVE_LAYOUT_INFORMATION_MBR, DRIVE_LAYOUT_INFORMATION_MBR)
496         (PDRIVE_LAYOUT_INFORMATION_MBR): Factor out, without guard.
497         (struct _DRIVE_LAYOUT_INFORMATION_GPT, DRIVE_LAYOUT_INFORMATION_GPT)
498         (PDRIVE_LAYOUT_INFORMATION_GPT): Factor out.
499         (struct _PARTITION_INFORMATION_MBR, PARTITION_INFORMATION_MBR)
500         (PPARTITION_INFORMATION_MBR): Likewise.
501         (FILE_DEVICE_BEEP, FILE_DEVICE_CD_ROM, FILE_DEVICE_CD_ROM_FILE_SYSTEM)
502         (FILE_DEVICE_CONTROLLER, FILE_DEVICE_DATALINK, FILE_DEVICE_DFS)
503         (FILE_DEVICE_DISK, FILE_DEVICE_DISK_FILE_SYSTEM)
504         (FILE_DEVICE_FILE_SYSTEM, FILE_DEVICE_INPORT_PORT)
505         (FILE_DEVICE_KEYBOARD, FILE_DEVICE_MAILSLOT, FILE_DEVICE_MIDI_IN)
506         (FILE_DEVICE_MIDI_OUT, FILE_DEVICE_MOUSE)
507         (FILE_DEVICE_MULTI_UNC_PROVIDER, FILE_DEVICE_NAMED_PIPE)
508         (FILE_DEVICE_NETWORK, FILE_DEVICE_NETWORK_BROWSER)
509         (FILE_DEVICE_NETWORK_FILE_SYSTEM, FILE_DEVICE_NULL)
510         (FILE_DEVICE_PARALLEL_PORT, FILE_DEVICE_PHYSICAL_NETCARD)
511         (FILE_DEVICE_PRINTER, FILE_DEVICE_SCANNER)
512         (FILE_DEVICE_SERIAL_MOUSE_PORT, FILE_DEVICE_SERIAL_PORT)
513         (FILE_DEVICE_SCREEN, FILE_DEVICE_SOUND, FILE_DEVICE_STREAMS)
514         (FILE_DEVICE_TAPE, FILE_DEVICE_TAPE_FILE_SYSTEM, FILE_DEVICE_TRANSPORT)
515         (FILE_DEVICE_UNKNOWN, FILE_DEVICE_VIDEO, FILE_DEVICE_VIRTUAL_DISK)
516         (FILE_DEVICE_WAVE_IN, FILE_DEVICE_WAVE_OUT, FILE_DEVICE_8042_PORT)
517         (FILE_DEVICE_NETWORK_REDIRECTOR, FILE_DEVICE_BATTERY)
518         (FILE_DEVICE_BUS_EXTENDER, FILE_DEVICE_MODEM, FILE_DEVICE_VDM)
519         (FILE_DEVICE_MASS_STORAGE, FILE_DEVICE_SMB, FILE_DEVICE_KS)
520         (FILE_DEVICE_CHANGER, FILE_DEVICE_SMARTCARD, FILE_DEVICE_ACPI)
521         (FILE_DEVICE_DVD, FILE_DEVICE_FULLSCREEN_VIDEO)
522         (FILE_DEVICE_DFS_FILE_SYSTEM, FILE_DEVICE_DFS_VOLUME)
523         (FILE_DEVICE_SERENUM, FILE_DEVICE_TERMSRV, FILE_DEVICE_KSEC)
524         (FILE_DEVICE_FIPS): Redefine as enumeration; factor it out.
525         (enum _PARTITION_STYLE, PARTITION_STYLE): Factor out; add...
526         (PARTITION_STYLE_RAW): ...this new enumeration state; previously, it
527         was defined only when including this enumeration from winioctl.h
528         (struct _CREATE_DISK_MBR, CREATE_DISK_MBR, PCREATE_DISK_MBR)
529         (struct _CREATE_DISK_GPT, CREATE_DISK_GPT, PCREATE_DISK_GPT)
530         (struct _CREATE_DISK, CREATE_DISK, PCREATE_DISK): Factor out;
531         include parts/winioctl.h
532
533         * include/ddk/ntddstor.h: Assert copyright; tidy layout.
534         (__NTDDSTOR_H): Multiple inclusion guard macro, renamed to...
535         (_DDK_NTDDSTOR_H): ...this; to provide better indication of location.
536         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
537         (struct _STORAGE_BUS_TYPE, STORAGE_BUS_TYPE, PSTORAGE_BUS_TYPE)
538         (IOCTL_STORAGE_BASE, IOCTL_STORAGE_RESERVE, IOCTL_STORAGE_RELEASE)
539         (IOCTL_STORAGE_CHECK_VERIFY, IOCTL_STORAGE_CHECK_VERIFY2)
540         (IOCTL_STORAGE_MEDIA_REMOVAL, IOCTL_STORAGE_EJECT_MEDIA)
541         (IOCTL_STORAGE_LOAD_MEDIA, IOCTL_STORAGE_LOAD_MEDIA2)
542         (IOCTL_STORAGE_EJECTION_CONTROL, IOCTL_STORAGE_FIND_NEW_DEVICES)
543         (IOCTL_STORAGE_GET_MEDIA_TYPES, IOCTL_STORAGE_GET_MEDIA_TYPES_EX)
544         (IOCTL_STORAGE_GET_MEDIA_SERIAL_NUMBER, IOCTL_STORAGE_PREDICT_FAILURE)
545         (IOCTL_STORAGE_QUERY_PROPERTY, IOCTL_STORAGE_GET_DEVICE_NUMBER)
546         (IOCTL_STORAGE_RESET_BUS, IOCTL_STORAGE_RESET_DEVICE)
547         (IOCTL_STORAGE_MCN_CONTROL): Factor out; include parts/winioctl.h
548
549         * include/ddk/ntdddisk.h: Assert copyright; tidy layout.
550         (__NTDDDISK_H): Multiple inclusion guard macro, renamed to...
551         (_DDK_NTDDDISK_H): ...this; to provide better indication of location.
552         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
553         (IOCTL_DISK_BASE, IOCTL_DISK_GET_LENGTH_INFO)
554         (IOCTL_DISK_IS_WRITABLE, IOCTL_DISK_REASSIGN_BLOCKS)
555         (IOCTL_DISK_FIND_NEW_DEVICES, IOCTL_DISK_GET_MEDIA_TYPES)
556         (IOCTL_DISK_GET_DRIVE_LAYOUT, IOCTL_DISK_SET_DRIVE_LAYOUT)
557         (IOCTL_DISK_GET_PARTITION_INFO, IOCTL_DISK_SET_PARTITION_INFO)
558         (IOCTL_DISK_GET_DRIVE_LAYOUT_EX, IOCTL_DISK_SET_DRIVE_LAYOUT_EX)
559         (IOCTL_DISK_GET_DRIVE_GEOMETRY, IOCTL_DISK_GET_DRIVE_GEOMETRY_EX)
560         (IOCTL_DISK_CREATE_DISK, IOCTL_DISK_VERIFY, IOCTL_DISK_CHECK_VERIFY)
561         (IOCTL_DISK_GET_PARTITION_INFO_EX, IOCTL_DISK_SET_PARTITION_INFO_EX)
562         (IOCTL_DISK_GET_CACHE_INFORMATION, IOCTL_DISK_SET_CACHE_INFORMATION)
563         (IOCTL_DISK_DELETE_DRIVE_LAYOUT, IOCTL_DISK_GROW_PARTITION)
564         (IOCTL_DISK_FORMAT_TRACKS, IOCTL_DISK_FORMAT_TRACKS_EX)
565         (IOCTL_DISK_PERFORMANCE, IOCTL_DISK_PERFORMANCE_OFF)
566         (IOCTL_DISK_UPDATE_DRIVE_SIZE, IOCTL_DISK_RESERVE): Factor out; all of
567         these macros are now defined in parts/winioctl.h; include it.
568         (PARTITION_ENTRY_UNUSED, PARTITION_FAT_12, PARTITION_XENIX_1)
569         (PARTITION_XENIX_2, PARTITION_FAT_16, PARTITION_EXTENDED)
570         (PARTITION_HUGE, PARTITION_IFS, PARTITION_OS2BOOTMGR, PARTITION_FAT32)
571         (PARTITION_FAT32_XINT13, PARTITION_XINT13, PARTITION_XINT13_EXTENDED)
572         (PARTITION_PREP, PARTITION_LDM, PARTITION_UNIX, PARTITION_NTFT)
573         (VALID_NTFT): Redefine as enumeration; factor it out.
574         (IsRecognizedPartition, IsContainerPartition): Factor out.
575         (enum _MEDIA_TYPE, MEDIA_TYPE, PMEDIA_TYPE): Factor out, adding...
576         (F3_200Mb_512, F3_240M_512, F3_32M_512): ...these new state values.
577         (enum _DETECTION_TYPE, DETECTION_TYPE): Factor out.
578         (struct _DISK_INT13_INFO, DISK_INT13_INFO, PDISK_INT13_INFO)
579         (struct _DISK_EX_INT13_INFO, DISK_EX_INT13_INFO, PDISK_EX_INT13_INFO)
580         (struct _DISK_DETECTION_INFO, DISK_DETECTION_INFO, PDISK_DETECTION_INFO)
581         (struct _DISK_GEOMETRY_EX, DISK_GEOMETRY_EX, PDISK_GEOMETRY_EX)
582         (struct _DISK_GEOMETRY, DISK_GEOMETRY, PDISK_GEOMETRY)
583         (DiskGeometryGetPartition, DiskGeometryGetDetect): Factor out.
584         (struct _PARTITION_INFORMATION): Change field data types for...
585         (HiddenSectors, PartitionNumber): ...these, from DWORD to ULONG...
586         (PartitionType): ...and this from BYTE to UCHAR, to keep consistent
587         with Windows DDK convention, then factor out struct, together with...
588         (PARTITION_INFORMATION, PPARTITION_INFORMATION): ...these.
589         (struct _PARTITION_INFORMATION_GPT, struct _DISK_PARTITION_INFO)
590         (PARTITION_INFORMATION_GPT, *PPARTITION_INFORMATION_GPT)
591         (DISK_PARTITION_INFO, *PDISK_PARTITION_INFO): Factor out.
592         (struct _GET_LENGTH_INFORMATION)
593         (GET_LENGTH_INFORMATION, PGET_LENGTH_INFORMATION)
594         (struct _DISK_PERFORMANCE, DISK_PERFORMANCE, PDISK_PERFORMANCE)
595         (struct _DISK_PERFORMANCE_EX, DISK_PERFORMANCE_EX, PDISK_PERFORMANCE_EX)
596         (struct _FORMAT_PARAMETERS, struct _FORMAT_EX_PARAMETERS)
597         (FORMAT_PARAMETERS, PFORMAT_PARAMETERS, FORMAT_EX_PARAMETERS)
598         (PFORMAT_EX_PARAMETERS): Factor out.
599         (struct _REASSIGN_BLOCKS): Change field data types for...
600         (Reserved, Count): ...these fields, from WORD to USHORT, and...
601         (BlockNumber): ...this from DWORD to ULONG, per Windows DDK
602         convention, then factor out the struct definition, together with...
603         (REASSIGN_BLOCKS, PREASSIGN_BLOCKS): ...these associated typedefs.
604         (struct _SET_PARTITION_INFORMATION, SET_PARTITION_INFORMATION)
605         (PSET_PARTITION_INFORMATION): Factor out.
606         (struct _VERIFY_INFORMATION): Change field data type for...
607         (Length): ...this field, from DWORD to ULONG, per DDK convention, then
608         factor out the entire struct definition, together with...
609         (VERIFY_INFORMATION, PVERIFY_INFORMATION): ...these associated typedefs.
610         (DISK_CACHE_RETENTION_PRIORITY): Factor out enumerated typedef.
611         (struct _DISK_CACHE_INFORMATION, struct _DISK_GROW_PARTITION)
612         (DISK_CACHE_INFORMATION, PDISK_CACHE_INFORMATION, DISK_GROW_PARTITION)
613         (PDISK_GROW_PARTITION): Factor out.
614
615         * include/winioctl.h: Assert copyright; tidy layout; incorporate
616         definitions from Windows DDK headers, by including parts/winioctl.h;
617         delete duplicate definitions already identified as having been factored
618         out from ddk/winddk.h, ddk/ntddstor.h, and ddk/ntdddisk.h; accept type
619         compatible changes from DWORD to ULONG, WORD to USHORT, and BYTE to
620         UCHAR, resulting in no significant changes, except that...
621         (struct _DISK_PERFORMANCE): ...this is extended, by addition of...
622         (IdleTime, SplitCount, QueryTime, StorageDeviceNumber)
623         (StorageManagerName): ...these previously missing fields, originally
624         appropriately defined in ddk/ntdddisk.h, thus fixing bug [#1954].
625         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
626
627 2015-10-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
628
629         Windows application module version information API updates.
630
631         * include/winver.h: Assert copyright; tidy layout.
632         (_BEGIN_C_DECLS, _END_C_DECLS): Use these, as appropriate.
633         (__AW_SUFFIXED__): Use throughout, to identify generic functions
634         having both ANSI and UTF-16LE specific alternative implementations.
635         [NTDDI_VERSION >= NTDDI_VISTA] (GetFileVersionInfoEx): New function.
636         [NTDDI_VERSION >= NTDDI_VISTA] (GetFileVersionInfoSizeEx): Likewise;
637         note that both are generic, with ANSI and UTF-16LE implementations,
638         but the ANSI implementations are missing from MSVCRT.DLL when...
639         [NTDDI_VERSION < NTDDI_WIN8]: ...this.
640
641         * lib/version.def (GetFileVersionInfoExA, GetFileVersionInfoExW)
642         (GetFileVersionInfoSizeExA, GetFileVersionInfoSizeExW): Add symbols.
643
644 2015-10-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
645
646         Revert a failed experimental macro construct.
647
648         * include/w32api.h (__W32API_DEPRECATED_ALIAS): Delete this; it bloats
649         code, and doesn't work in the C preprocessor conditional context where
650         its associated constant definitions are most likely to be required.
651         (Windows95, Windows98, WindowsME, WindowsNT4, Windows2000, WindowsXP)
652         (Windows2003, WindowsVista, IE3, IE301, IE302, IE4, IE401, IE5, IE5a)
653         (IE5b, IE501, IE55, IE56, IE6, IE601, IE602, IE7): Redefine as macros,
654         now in terms of their preferred equivalents from <sdkddkver.h>
655
656 2015-09-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
657
658         Code clean-up; fix MinGW-Bug [#2263].
659
660         * include/w32api.h (__AW_SUFFIXED__): New macro; define it.
661         (__AW_EXTENDED__, __AW_STRING_A__, __AW_STRING_W__): Likewise.
662         (__AW__WCHAR_T__): Likewise; this is a helper for __AW_STRING_W__.
663
664         * include/wincrypt.h: Assert copyright; tidy layout; replace all C++
665         style comments, using ISO-C conforming style; remove all redundant
666         parameter names from function prototype declarations, throughout.
667         (pragma GCC system_header): Remove pointless conditional guard.
668         (_BEGIN_C_DECLS, _END_C_DECLS): Use to wrap extern "C" declarations.
669         [WINVER >= 0x500, WINVER >= 0x501]: Replace conditionals with...
670         [WINVER >= _WIN32_WINNT_WIN2K, WINVER >= _WIN32_WINNT_WINXP]: ...these
671         alternatives, respectively; they offer improved self-documentation.
672         (MS_DEF_PROV, MS_ENHANCED_PROV, MS_STRONG_PROV, MS_SCARD_PROV)
673         (MS_DEF_RSA_SIG_PROV, MS_DEF_RSA_SCHANNEL_PROV, MS_DEF_DSS_PROV)
674         (MS_DEF_DSS_DH_PROV, MS_ENH_DSS_DH_PROV, MS_DEF_DH_SCHANNEL_PROV)
675         (MS_ENH_RSA_AES_PROV): Redefine as __AW_EXTENDED__ derivatives.
676         (MS_DEF_PROV_W, MS_ENHANCED_PROV_W, MS_STRONG_PROV_W, MS_SCARD_PROV_W)
677         (MS_DEF_RSA_SIG_PROV_W, MS_DEF_RSA_SCHANNEL_PROV_W, MS_DEF_DSS_PROV_W)
678         (MS_DEF_DSS_DH_PROV_W, MS_ENH_DSS_DH_PROV_W, MS_DEF_DH_SCHANNEL_PROV_W)
679         (MS_ENH_RSA_AES_PROV_W): Redefine; use __AW_STRING_W__ to derive them
680         from their __AW_STRING_A__ equivalent string constant definitions.
681         (GET_ALG_CLASS): Redefine, expressing result in terms of...
682         (ALG_CLASS_ALL): ...this manifest bit mask; also redefined, preferring
683         a hexadecimal expression of the mask value over the former decimal.
684         (GET_ALG_TYPE, GET_ALG_SID): Similarly, use hexadecimal mask values.
685         (ALG_CLASS_SIGNATURE, ALG_CLASS_MSG_ENCRYPT, ALG_CLASS_DATA_ENCRYPT)
686         (ALG_CLASS_HASH, ALG_CLASS_KEY_EXCHANGE, ALG_TYPE_DSS, ALG_TYPE_RSA)
687         (ALG_TYPE_BLOCK, ALG_TYPE_STREAM, ALG_TYPE_DH, ALG_TYPE_SECURECHANNEL)
688         (CRYPT_UPDATE_KEY, CRYPT_NEWKEYSET, CRYPT_DELETEKEYSET, CRYPT_SILENT)
689         (CRYPT_MACHINE_KEYSET, CRYPT_USER_PROTECTED, CRYPT_CREATE_SALT)
690         (CRYPT_EXPORTABLE, CRYPT_ENCRYPT, CRYPT_DECRYPT, CRYPT_EXPORT)
691         (CRYPT_READ, CRYPT_WRITE, CRYPT_MAC, CERT_TRUST_IS_NOT_TIME_VALID)
692         (CERT_TRUST_IS_NOT_TIME_NESTED, CERT_TRUST_IS_REVOKED)
693         (CERT_TRUST_IS_NOT_SIGNATURE_VALID, CERT_TRUST_IS_NOT_VALID_FOR_USAGE)
694         (CERT_TRUST_IS_UNTRUSTED_ROOT, CERT_TRUST_REVOCATION_STATUS_UNKNOWN)
695         (CERT_TRUST_IS_CYCLIC, CERT_TRUST_CTL_IS_NOT_SIGNATURE_VALID)
696         (CERT_TRUST_IS_PARTIAL_CHAIN, CERT_TRUST_CTL_IS_NOT_TIME_VALID)
697         (CERT_TRUST_CTL_IS_NOT_VALID_FOR_USAGE, CERT_TRUST_IS_SELF_SIGNED)
698         (CERT_TRUST_HAS_EXACT_MATCH_ISSUER, CERT_TRUST_HAS_KEY_MATCH_ISSUER)
699         (CERT_TRUST_HAS_NAME_MATCH_ISSUER, CERT_TRUST_IS_COMPLEX_CHAIN)
700         (CERT_CHAIN_POLICY_BASE, CERT_CHAIN_POLICY_AUTHENTICODE)
701         (CERT_CHAIN_POLICY_AUTHENTICODE_TS, CERT_CHAIN_POLICY_SSL)
702         (CERT_CHAIN_POLICY_BASIC_CONSTRAINTS, CERT_CHAIN_POLICY_NT_AUTH)
703         (CERT_NAME_STR_REVERSE_FLAG, CERT_NAME_STR_DISABLE_IE4_UTF8_FLAG)
704         (CERT_NAME_STR_CRLF_FLAG, CERT_NAME_STR_ENABLE_UTF8_UNICODE_FLAG)
705         (CERT_NAME_STR_ENABLE_T61_UNICODE_FLAG, CERT_NAME_STR_NO_PLUS_FLAG)
706         (CERT_NAME_STR_NO_QUOTING_FLAG, CERT_NAME_STR_SEMICOLON_FLAG)
707         (CERT_FIND_CERT_ID, CERT_FIND_CTL_USAGE, CERT_FIND_ENHKEY_USAGE)
708         (CERT_FIND_EXISTING, CERT_FIND_HASH, CERT_FIND_ISSUER_ATTR)
709         (CERT_FIND_ISSUER_NAME, CERT_FIND_ISSUER_OF, CERT_FIND_KEY_IDENTIFIER)
710         (CERT_FIND_KEY_SPEC, CERT_FIND_MD5_HASH, CERT_FIND_PROPERTY)
711         (CERT_FIND_PUBLIC_KEY, CERT_FIND_SHA1_HASH, CERT_FIND_SIGNATURE_HASH)
712         (CERT_FIND_SUBJECT_ATTR, CERT_FIND_SUBJECT_CERT, CERT_FIND_SUBJECT_NAME)
713         (CERT_FIND_SUBJECT_STR_A, CERT_FIND_SUBJECT_STR_W)
714         (CERT_FIND_ISSUER_STR_A, CERT_FIND_ISSUER_STR_W)
715         (CERT_FIND_OR_ENHKEY_USAGE_FLAG, CERT_FIND_OPTIONAL_ENHKEY_USAGE_FLAG)
716         (CERT_FIND_NO_ENHKEY_USAGE_FLAG, CERT_FIND_VALID_ENHKEY_USAGE_FLAG)
717         (CERT_FIND_EXT_ONLY_ENHKEY_USAGE_FLAG, CERT_UNICODE_IS_RDN_ATTRS_FLAG)
718         (CERT_CASE_INSENSITIVE_IS_RDN_ATTRS_FLAG, CERT_CHAIN_FIND_BY_ISSUER)
719         (CERT_CHAIN_FIND_BY_ISSUER_COMPARE_KEY_FLAG)
720         (CERT_CHAIN_FIND_BY_ISSUER_COMPLEX_CHAIN_FLAG)
721         (CERT_CHAIN_FIND_BY_ISSUER_CACHE_ONLY_FLAG)
722         (CERT_CHAIN_FIND_BY_ISSUER_CACHE_ONLY_URL_FLAG)
723         (CERT_CHAIN_FIND_BY_ISSUER_LOCAL_MACHINE_FLAG)
724         (CERT_CHAIN_FIND_BY_ISSUER_NO_KEY_FLAG)
725         (CERT_SYSTEM_STORE_LOCAL_MACHINE): All represent bit-mapped values;
726         express them in hexadecimal, in preference to original decimal form.
727         (CERT_FIND_SUBJECT_STR, CERT_FIND_ISSUER_STR): Redefine them as
728         __AW_EXTENDED__ macros, for UNICODE/non-UNICODE cases respectively.
729         (szOID_CRL_DIST_POINTS): Correct defective definition; value should be
730         a string literal, but was missing delimiting quotes; insert them.
731         (CertNameToStr, CertOpenSystemStore, CertGetNameString, CryptSignHash)
732         (CryptAcquireContext, CryptVerifySignature, CryptGetDefaultProvider)
733         (CryptEnumProviders, CryptSetProvider): Define as __AW_SUFFIXED__
734         aliases for each of the UNICODE/non-UNICODE cases respectively.
735         (CryptEnumProvidersA): Correct prototype declaration; 5th parameter
736         was declared as type LPTSTR, but should be type LPSTR.
737         (CryptEnumProvidersW): Likewise; 5th parameter should be type LPWSTR.
738         (CryptGetDefaultProviderW): Likewise; 4th parameter was declared as
739         type LPSTR, but should be type LPWSTR.
740         [defined MINGW_TENTATIVE_ASSUMPTIONS] (X509_ANY_STRING)
741         (X509_CRL_REASON_CODE, X509_DSS_PUBLICKEY, X509_UNICODE_ANY_STRING)
742         (struct _CERT_ALT_NAME_ENTRY): Add tentative definitions.
743
744 2015-09-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
745
746         Correct defect in build system compilation rule.
747
748         * Makefile.in (scrnsavw.$OBJEXT): Do not use $^ to represent the
749         source file; it expands to also include prerequisite header files,
750         which should not appear on the compilation command line.  Rewrite
751         rule in static pattern format, and use $< instead.
752
753 2015-08-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
754
755         Build system corrections for GCC build time support.
756
757         * configure.ac (AC_PROG_CC): Don't use this; we need...
758         (MINGW_AC_PROG_CC_COMPILE_ONLY): ...this alternative, to support
759         building with only a stage 1 partially built GCC installation.
760
761         * Makefile.in (install-headers): New make objective; map it to...
762         (install-w32api-headers): ...this, for which it is a logical alias.
763
764 2015-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
765
766         Overhaul and streamline build system configuration.
767
768         * configure.in: Delete obsolete file; replace with...
769         * configure.ac: New file; rewritten per current autoconf conventions.
770
771         * Makefile.in: Rewritten; adapted from current mingwrt configuration,
772         it now processes the entire build without using separate sub-makes.
773
774         * lib/Makefile.in: Sub-make configuration not required now; delete it.
775         * lib/ddk/Makefile.in lib/directx/Makefile.in: Likewise; delete them.
776
777 2015-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
778
779         Remove unused aclocal.m4 configuration file.
780
781         * aclocal.m4: Delete it; it provides no content used by this package.
782
783 2015-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
784
785         Adapt platform feature checks to NTDDI_VERSION conventions.
786
787         * include/sdkddkver.h: New file; merge from 4.0-dev branch.
788         (_WIN32_WINNT_WINBLUE): New manifest constant for Windows-8.1.
789         (WINNTVER): Prefer bitwise shift to division; adjust accordingly.
790         [_WIN32_WINNT != OSVER(NTDDI_VERSION)]: Bad comparison; correct to...
791         [_WIN32_WINNT != WINNTVER(NTDDI_VERSION)]: ...this.
792
793         * include/w32api.h: Assert copyright; include sdkddkver.h.
794         (__W32API_VERSION): Increment to 3.18; adopt new encoding format.
795         (__W32API_MAJOR_VERSION, __W32API_MINOR_VERSION): Adjust consistently.
796         (__W32API_PATCH_LEVEL): New macro; define with initial value of zero.
797         (__W32API_DEPRECATED_ALIAS): New macro; define it; use to redefine...
798         (Windows95, Windows98, WindowsME, WindowsNT4, Windows2000, WindowsXP)
799         (Windows2003, WindowsVista, IE3, IE301, IE302, IE4, IE401, IE5, IE5a)
800         (IE5b, IE501, IE55, IE56, IE6, IE601, IE602, IE7): ...these; replace
801         macro definitions by long integer constants, and mark as deprecated.
802         (UNICODE, _UNICODE): Keep these consistent; use logic factored out of
803         mingwrt/include/_mingw.h, whence we similarly relocate...
804         (_EXTERN_C, _BEGIN_C_DECLS, _END_C_DECLS): ...these.
805
806         * include/windef.h: Assert copyright; include w32api.h, whence we
807         infer default assignments, per included sdkddkver.h, for each of...
808         (WINVER, _WIN32_WINNT): ...these; delete local defines.
809         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
810
811 2015-06-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
812
813         Remove generated configure script from revision control.
814
815         * configure: Delete from SCM; maintainer must regenerate it, when
816         required, as SCM will now ignore it.
817
818 2012-08-04  Earnie Boyd  <earnie@users.sourceforge.net>
819
820         Cosmetic adjustment to match MSDN documentation.
821
822         * include/winver.h (VerQueryValueA, VerQueryValueW): Declare type
823         of parameter #1 to be LPCVOID, in preference to formerly specified,
824         and functionally equivalent, 'const LPVOID'.
825
826 2012-08-01  Stephan Jorek  <sjorek@users.sourceforge.net>
827
828         Correct typos, as identified by issue [#1534].
829
830         * include/setupapi.h (SetupCancelTemporary): Should be...
831         (SetupCancelTemporarySourceList): ...this; complete truncated name.
832         (SetupFreeA, SetupFreeW): Likewise, complete these respectively to...
833         (SetupFreeSourceListA, SetupFreeSourceListW): ...these, and...
834         (SetupQueryA, SetupQueryW): ...these respectively to...
835         (SetupQuerySourceListA, SetupQuerySourceListW): ...these.
836         (SetupDiGetWizardage): Misspelled; correct it to...
837         (SetupDiGetWizardPage): ...this.
838
839 2012-08-01  Earnie Boyd  <earnie@users.sourceforge.net>
840
841         Declare WTSVirtualChannel API functions per issue [#1342].
842
843         * include/wtsapi32.h [_WIN32_WINNT >= 0x500]
844         (WTSVirtualChannelOpen, WTSVirtualChannelQuery, WTSVirtualChannelRead)
845         (WTSVirtualChannelPurgeInput, WTSVirtualChannelPurgeOutput)
846         (WTSVirtualChannelWrite, WTSVirtualChannelClose): Declare them.
847         [_WIN32_WINNT >= 0x600] (WTSVirtualchannelOpenEx): Likewise.
848
849         * lib/wtsapi32.def (WTSVirtualChannelOpenEx@12): Add reference.
850
851 2012-08-01  Earnie Boyd  <earnie@users.sourceforge.net>
852
853         Correct MENUITEMINFO structure definition per issue [#1659].
854
855         * include/winuser.h (tagMENUITEMINFOA, tagMENUITEMINFOW): dwItemData
856         field was defined as type DWORD; correct it to type ULONG_PTR.
857
858 2012-07-06  Corinna Vinschen  <corinna@vinschen.de>
859
860         Extend visibility of winsock definitions when building Cygwin.
861
862         * include/winsock.h [__INSIDE_CYGWIN__]: Expose definitions of...
863         (IP_OPTIONS, SO_DEBUG, SO_ACCEPTCONN, SO_REUSEADDR, SO_KEEPALIVE)
864         (SO_DONTROUTE, SO_BROADCAST, SO_USELOOPBACK, SO_LINGER, SO_OOBINLINE)
865         (SO_DONTLINGER, SO_SNDBUF, SO_RCVBUF, SO_SNDLOWAT, SO_RCVLOWAT)
866         (SO_SNDTIMEO, SO_RCVTIMEO, SO_ERROR, SO_TYPE): ...these; however...
867         [__INSIDE_MSYS__]: ...keep them hidden.
868
869         * include/winsock2.h [__INSIDE_CYGWIN__]: Likewise, expose...
870         (AF_MAX, _SS_MAXSIZE, _SS_ALIGNSIZE, _SS_PAD1SIZE, _SS_PAD2SIZE)
871         (struct sockaddr, struct sockaddr_storage): ...these, whereas...
872         [__INSIDE_MSYS__]: ...also keep them hidden.
873
874 2012-04-29  Jan Ringos  <tringi@users.sf.net>
875
876         Correct version guard for WinXP minimum requirement.
877
878         * include/winbase.h (GetModuleHandleEx): Function unsupported for...
879         [_WIN32_WINNT >= 0x500]: ...this; it isn't in Win2K, so should be...
880         [_WIN32_WINNT >= 0x501]: ...this; correct it accordingly.
881         (GetModuleHandleExA, GetModuleHandleExW): Likewise.
882
883 2012-04-28  LRN  <l_r_nightmare@users.sf.net>
884
885         Add missing <shobjidl.h> and associated UUID implementation.
886
887         * include/shobjidl.h lib/shobjidl-uuid.c: New files.
888         * lib/Makefile.in (UUID_SOURCES, UUID_OBJS): Add references.
889
890 2012-03-19  Ben Greear  <greear@users.sf.net>
891
892         Adjust header file definition order, to fix issue [#1570].
893
894         * include/routprot.h (IP_LOCAL_BINDING): Must be defined before...
895         (IP_ADAPTER_BINDING_INFO): ...this; adjust order of definition.
896
897 2012-01-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
898
899         Add missing return value, flagged by 'make test'.
900
901         * include/gdiplus/gdiplustypes.h (Gdiplus::GdiplusAbort::Abort):
902         Return NO_ERROR in virtual definition.
903
904 2012-01-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
905
906         Remove duplicate definitions, identified by 'make test'.
907
908         * include/wincrypt.h (CRYPT_NEWKEYSET, CRYPT_DELETEKEYSET)
909         (CRYPT_MACHINE_KEYSET, CRYPT_EXPORTABLE, CRYPT_USER_PROTECTED)
910         (CRYPT_SILENT, CRYPT_CREATE_SALT, CRYPT_UPDATE_KEY, CRYPT_NO_SALT)
911         (CRYPT_PREGEN, CRYPT_RECIPIENT, CRYPT_INITIATOR, CRYPT_ONLINE)
912         (CRYPT_SF, CRYPT_CREATE_IV, CRYPT_KEK, CRYPT_DATA_KEY)
913         (CRYPT_VOLATILE, CRYPT_SGCKEY): Delete second instance of each.
914
915         * include/winerror.h (CRYPT_E_REVOKED): Delete; it is already
916         correctly defined (per MSDN) in <wincrypt.h>
917
918 2012-01-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
919
920         Correct misuse of #ifdef, identified by 'make test'.
921
922         * include/shlwapi.h (enum ASSOCSTR, enum ASSOCDATA): Fix typos;
923         /#ifdef _WIN32_IE >= 0x0600/s/#ifdef/#if/
924
925 2011-12-22  Corinna Vinschen  <corinna@vinschen.de>
926
927         Replace more incorrectly named manifest constants.
928
929         * include/winnt.h (JOB_OBJECT_LIMIT_BREAKAWAY_OK)
930         (JOB_OBJECT_LIMIT_SILENT_BREAKAWAY_OK): Define; make aliases for...
931         (JOB_OBJECT_BREAKAWAY_OK, JOB_OBJECT_SILENT_BREAKAWAY): ...these old
932         definitions respectively; retain for backward compatibility only.
933
934 2011-12-22  Corinna Vinschen  <corinna@vinschen.de>
935
936         Add missing PROCESS_QUERY_LIMITED_INFORMATION.
937
938         * include/winnt.h (PROCESS_QUERY_LIMITED_INFORMATION): Define it.
939
940 2011-08-19  Corinna Vinschen  <corinna@vinschen.de>
941
942         Add missing MAPVK manifest constant definitions.
943
944         * include/winuser.h (MAPVK_VK_TO_VSC, MAPVK_VSC_TO_VK): Define them.
945         (MAPVK_VK_TO_CHAR, MAPVK_VSC_TO_VK_EX, MAPVK_VK_TO_VSC_EX): Likewise.
946
947 2011-08-05  Corinna Vinschen  <corinna@vinschen.de>
948
949         Correct some misspelled manifest constant names.
950
951         * include/winnt.h (IMAGE_DLL_CHARACTERISTICS_NX_COMPAT): Should be...
952         (IMAGE_DLLCHARACTERISTICS_NX_COMPAT): ...this; define correctly; also
953         alias to original misspelling, to maintain backward compatibility.
954         (IMAGE_DLL_CHARACTERISTICS_FORCE_INTEGRITY): Likewise; should be...
955         (IMAGE_DLLCHARACTERISTICS_FORCE_INTEGRITY): ...this; define and alias.
956         (IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE): Likewise; should be...
957         (IMAGE_DLLCHARACTERISTICS_DYNAMIC_BASE): ...this; define and alias.
958
959 2011-07-29  Corinna Vinschen  <corinna@vinschen.de>
960
961         Add a missing Win2K sockets IOCTL feature.
962
963         * include/winsock2.h (SIO_UDP_CONNRESET): Define.
964
965 2011-05-22  Albrecht Schlosser  <vms-news@go4more.de>
966
967         Fix an incorrectly typed structure member.
968
969         * include/wingdi.h (GCP_RESULTSW): lpClass field defined as LPWSTR;
970         should be LPSTR; correct it.
971
972 2011-05-15  Corinna Vinschen  <corinna@vinschen.de>
973
974         Add another missing manifest constant definition.
975
976         * include/winbase.h (STACK_SIZE_PARAM_IS_A_RESERVATION): Define.
977
978 2011-04-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
979
980         Avoid pollution of user namespace; fix MinGW-Bug [#1531].
981
982         * include/windef.h (PACKED): Delete macro definition; its name is not
983         reserved, and may thus conflict with a user defined name; replace it...
984         * include/wincon.h (KEY_EVENT_RECORD): ...at this sole point of use;
985         use __attribute__((packed)) directly instead.
986
987 2011-04-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
988
989         Fix bad typedef, per MinGW-Bug [#1529].
990
991         * include/imagehlp.h (PREAD_PROCESS_MEMORY_ROUTINE): Corrected, to
992         conform with MSDN reference, as identified by Safety0ff.
993
994 2011-04-04  Corinna Vinschen  <corinna@vinschen.de>
995
996         Add a missing manifest constant definition.
997
998         * include/winnt.h (DOMAIN_ALIAS_RID_REMOTE_DESKTOP_USERS): Define.
999
1000 2011-03-29  Corinna Vinschen  <corinna@vinschen.de>
1001
1002         Win2K and Vista userenv updates.
1003
1004         * include/userenv.h [_WIN32_WINNT >= 0x0500] (DeleteProfile)
1005         (GetAllUsersProfileDirectory, GetDefaultUserProfileDirectory)
1006         (ExpandEnvironmentStringsForUser): Define function aliases.
1007         [_WIN32_WINNT >= 0x0500] (DeleteProfileA, DeleteProfileW)
1008         (GetAllUsersProfileDirectoryA, GetAllUsersProfileDirectoryW)
1009         (GetDefaultUserProfileDirectoryA, GetDefaultUserProfileDirectoryW
1010         (ExpandEnvironmentStringsForUserA, ExpandEnvironmentStringsForUserW)
1011         (GetProfileType): Declare function prototypes.
1012         [_WIN32_WINNT >= 0x0600] (CreateProfile): Declare function prototype.
1013         [_WIN32_WINNT >= 0x0500] (PT_TEMPORARY, PT_ROAMING, PT_MANDATORY):
1014         New manifest constants; define them.
1015
1016 2011-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1017
1018         * Makefile.in: Increment CYGRELEASE to 2.
1019
1020 2011-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1021
1022         * lib/Makefile.in: Include GDIPLUS_HEADERS in dist target.
1023
1024 2011-03-11  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1025
1026         * include/w32api.h: Increment version to 3.17.
1027         * Makefile.in: Ditto.
1028
1029 2011-03-07  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1030
1031         * include/winbase.h (PSAPI_WORKING_SET_BLOCK)
1032         (PSAPI_WORKING_SET_INFORMATION): Move from here...
1033         * include/psapi.h (PSAPI_WORKING_SET_BLOCK)
1034         (PSAPI_WORKING_SET_INFORMATION): ...to here.
1035
1036 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1037
1038         * include/w32api.h: Increment version to 3.16.
1039         * Makefile.in: Ditto.
1040
1041 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1042
1043         * include/commctrl.h (NMTCKEYDOWN): Define.
1044
1045 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1046
1047         * include/wtsapi32.h (WTSSendMessageA, WTSSendMessageW, WTSSendMessage):
1048         Define.
1049
1050 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1051
1052         * include/winbase.h (PSAPI_WORKING_SET_BLOCK,
1053         PSAPI_WORKING_SET_INFORMATION): Define.
1054
1055 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1056
1057         * include/winbase.h (__GNUC_EXTENSION): Define, replacing __MINGW_EXTENSION.
1058
1059 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1060
1061         * lib/kernel32.def (FreeLibraryAndExitThread): Fix definition.
1062
1063 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1064
1065         * include/winbase.h (FILE_ENCRYPTABLE, FILE_IS_ENCRYPTED, FILE_READ_ONLY,
1066         FILE_ROOT_DIR, FILE_SYSTEM_ATTR, FILE_SYSTEM_DIR, FILE_SYSTEM_NOT_SUPPORT,
1067         FILE_UNKNOWN, FILE_USER_DISALLOWED): Define.
1068
1069 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1070
1071         * include/winioctl.h (_DRIVE_LAYOUT_INFORMATION_MBR): Add
1072         _DRIVE_LAYOUT_INFORMATION_MBR_DEFINED guard.
1073         * include/ddk/winddk.h (_DRIVE_LAYOUT_INFORMATION_MBR): Ditto.
1074
1075 2011-03-04  Seth Jackson  <sethj@users.sourceforge.net>
1076
1077         * include/winnt.h (PAGE_WRITECOMBINE): Define.
1078         * include/winbase.h (THREAD_MODE_BACKGROUND_BEGIN, THREAD_MODE_BACKGROUND_END): Define.
1079
1080 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1081
1082         * include/winbase.h (__MINGW_EXTENSION): Define.
1083         (OVERLAPPED): Add __MINGW_EXTENSION around nameless union /
1084         struct to correct issue with -std=c99.
1085
1086 2011-03-02  Corinna Vinschen  <corinna@vinschen.de>
1087
1088         * include/ddk/winddk.h (TIMER_INFORMATION_CLASS): Define.
1089         (TIMER_BASIC_INFORMATION): Define.
1090         (NtQueryTimer): Define.
1091         (ZwQueryTimer): Define.
1092
1093 2010-12-27  David Byron  <dbyron0@users.sourceforge.net>
1094
1095         * include/winioctl.h (STORAGE_BUS_TYPE): Define.
1096
1097 2010-12-27  Seth Jackson  <sethj@users.sourceforge.net>
1098
1099         * include/winbase.h (GetComputerNameEx): Define.
1100
1101 2010-12-27  Ryan Lortie  <desrt@desrt.ca>
1102
1103         * include/winbase.h (TzSpecificLocalTimeToSystemTime): Define.
1104
1105 2010-12-27  Markus Koenig  <basilo@users.sourceforge.net>
1106
1107         * include/gdiplus/gdipluspixelformats.h (PixelFormatIndexed,
1108         PixelFormatGDI, PixelFormatAlpha, PixelFormatPAlpha,
1109         PixelFormatExtended, PixelFormatCanonical, PixelFormatUndefined,
1110         PixelFormatDontCare, PixelFormat1bppIndexed, PixelFormat4bppIndexed,
1111         PixelFormat8bppIndexed, PixelFormat16bppGrayScale,
1112         PixelFormat16bppRGB555, PixelFormat16bppRGB565, PixelFormat16bpp1555,
1113         PixelFormat24bppRGB, PixelFormat32bppRGB, PixelFormat32bppARGB,
1114         PixelFormat32bppPARGB, PixelFormat48bppRGB, PixelFormat64bppARGB,
1115         PixelFormat64bppPARGB, PixelFormatMax): Fix definition.
1116
1117 2010-10-20  Seth Jackson  <sethj@users.sourceforge.net>
1118
1119         * include/commctrl.h (TC_ITEMHEADER[AW]): Rename to TCITEMHEADER[AW].
1120         Add defines for backward compatibility.
1121
1122 2010-12-27  Johann Hanne  <jonnyh33@users.sourceforge.net>
1123
1124         * include/oaidl.h (GetTypeComp, GetTypeComp, IsMatchingType): Fix defintion.
1125         * include/objidl.h (AddConnection, ReleaseConnection): Ditto.
1126         * include/winbase.h (EnumResourceLanguagesA, EnumResourceLanguagesW,
1127         EnumResourceNamesA, EnumResourceNamesW, EnumResourceTypesA,
1128         EnumResourceTypesW): Ditto.
1129         * include/winnt.h (_SYSTEM_POWER_CAPABILITIES): Ditto.
1130
1131 2010-12-27  Seth Jackson  <sethj@users.sourceforge.net>
1132
1133         * include/basetsd.h: (INT8, UINT8, INT16, UINT16): Define.
1134
1135 2010-12-27  Paul Sokolovsky  <pfalcon@users.sf.net>
1136
1137         * include/bdatypes.h: Add missing semicolons.
1138
1139 2010-08-26  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1140
1141         * include/w32api.h: Increment version to 3.15.
1142         * Makefile.in: Ditto.
1143
1144 2010-08-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1145
1146         * Makefile.in: Update naming convention and compression format (lzma),
1147         leaving existing naming convention and compression format as is for Cygwin.
1148
1149 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1150
1151         * include/oleacc.h (STATE_SYSTEM_HASPOPUP, STATE_SYSTEM_NORMAL,
1152         STATE_SYSTEM_PROTECTED): Define.
1153
1154         Thank you to Marcus von Appen for reporting the issue.
1155
1156 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1157
1158         * include/winuser.h (CF_DIBV5): Define.
1159         (CF_MAX): Adjust accordingly.
1160
1161         Thank you to Lenard Lindstrom for reporting the issue.
1162
1163 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1164
1165         * include/sspi.h (QuerySecurityContextToken): Define.
1166         * lib/secur32.def: Regenerate using gendef on a Win7 machine.
1167
1168         Thank you to Magnus Hagander for reporting the issue.
1169
1170 2010-08-25  Ali Sabil  <asabil@users.sourceforge.net>
1171
1172         * include/ocidl.h: Define COBJMACROS for IPropertyBag and IPropertyBag2.
1173
1174 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1175
1176         * include/shlwapi (ASSOCDATA): Update definition.
1177
1178         Thank you to Frederic Deschamps for reporting the issue.
1179
1180 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1181
1182         * include/winbase.h (COPY_FILE_OPEN_SOURCE_FOR_WRITE,
1183         COPY_FILE_ALLOW_DECRYPTED_DESTINATION, COPY_FILE_COPY_SYMLINK,
1184         COPY_FILE_NO_BUFFERING): Define.
1185
1186         Thank you to Roland Schwingel for reporting the issue.
1187
1188 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1189
1190         * include/winuser.h (HHOOK): Move definition from here...
1191         * include/windef.h: ...to here, as per MSDN.
1192
1193         Thank you to Samuel Thibault for reporting the issue.
1194
1195 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1196
1197         * include/winbase.h (GetEnvironmentStrings, GetEnvironmentStringsA): Per
1198         MSDN, change return type to LPCH.
1199         (GetEnvironmentStringsW): Per MSDN, change return type to LPWCH.
1200
1201         Thank you to Emmanuel Stapf for reporting the issue.
1202
1203 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1204
1205         * include/prsht.h (SNDMDG, POSTMSG): Fix typo.
1206         * include/windowsx.h (SNDMSG): Ditto.
1207
1208 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1209
1210         * include/prsht.h (SNDMSG, POSTMSG): Define macros and use throughout.
1211
1212         Thank you to Ozkan Sezer for reporting the issue.
1213
1214 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1215
1216         * include/windowsx.h (SNDMSG): Define macro and use throughout.
1217
1218         Thank you to Chris Oldwood for reporting the issue.
1219
1220 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1221
1222         * include/oleacc.h (AccessibleObjectFromEvent): Correct definition.
1223
1224         Thank you to Rick Walsh for reporting the issue.
1225
1226 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1227
1228         * include/winbase.h (MoveFileWithProcessA, MoveFileWithProgressW): Define.
1229
1230 2010-08-24  Vinky  <rabbit_vinky@users.sourceforge.net>
1231
1232         * include/winbase.h (OVERLAPPED): Correct definition.
1233
1234 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1235
1236         * include/winnt.h (IMAGE_NT_HEADERS32, IMAGE_NT_HEADERS64): Correct
1237         definition.
1238
1239         Thank you to Pasi Ruokola for reporting the issue.
1240
1241 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1242
1243         * include/exdisp.h (get_RegisterAsBrowser): Fix typo.
1244
1245         Thank you to cheznonnon for reporting the issue.
1246
1247 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1248
1249         * lib/ws2_32.def: Regenerate using gendef on a Win7 machine.
1250
1251 2010-08-24  Ozkan Sezer  <sezero@users.sourceforge.net>
1252
1253         * winnt.h: Fix several SUBLANG ID errors (ref:
1254         http://msdn.microsoft.com/en-us/library/dd318693(VS.85).aspx).
1255         (SUBLANG_UI_CUSTOM_DEFAULT): 0x05, not 0x03.
1256         (SUBLANG_HAUSA_NIGERIA): Bad ID name, correct one is ...
1257         (SUBLANG_HAUSA_NIGERIA_LATIN): ... this.
1258         (SUBLANG_INUKTITUT_CANADA_LATIN): 0x02, not 0x01.
1259         (SUBLANG_IRISH_IRELAND): 0x02, not 0x01.
1260         (SUBLANG_LAO_LAO_PDR): Bad ID name, correct one is ...
1261         (SUBLANG_LAO_LAO): ... this.
1262         (SUBLANG_LOWER_SORBIAN_GERMANY): 0x02, not 0x01.
1263         (SUBLANG_SAMI_SKOLT_FINLAND): 0x08, not 0x03.
1264         (SUBLANG_SAMI_INARI_FINLAND): 0x09, not 0x03.
1265         (SUBLANG_SYRIAC_SYRIA): define as SUBLANG_SYRIAC (what MSDN mentions).
1266         (SUBLANG_TIGRIGNA_ERITREA): 0x02, not 0x01.
1267         (SUBLANG_BENGALI_INDIA): 0x01, not 0x00.
1268         (SUBLANG_BENGALI_BANGLADESH): 0x02, not 0x01.
1269         (SUBLANG_PUNJABI_INDIA): 0x01, not 0x00.
1270         (SUBLANG_PUNJABI_PAKISTAN): not defined in MSDN.
1271         (SUBLANG_ROMANIAN_ROMANIA): 0x01, not 0x00.
1272         (SUBLANG_ROMANIAN_MOLDOVA): not defined in MSDN.
1273
1274 2010-08-24  LRN  <lrn1986@gmail.com>
1275
1276         * include/mmreg.h (MPEGLAYER3WAVEFORMAT, WAVE_FORMAT_UNKNOWN,
1277         WAVE_FORMAT_PCM, WAVE_FORMAT_ADPCM, WAVE_FORMAT_IEEE_FLOAT,
1278         WAVE_FORMAT_VSELP, WAVE_FORMAT_IBM_CVSD, WAVE_FORMAT_ALAW,
1279         WAVE_FORMAT_MULAW, WAVE_FORMAT_OKI_ADPCM, WAVE_FORMAT_DVI_ADPCM,
1280         WAVE_FORMAT_MEDIASPACE_ADPCM, WAVE_FORMAT_SIERRA_ADPCM,
1281         WAVE_FORMAT_G723_ADPCM, WAVE_FORMAT_DIGIFIX, WAVE_FORMAT_DIALOGIC_OKI_ADPCM,
1282         WAVE_FORMAT_MEDIAVISION_ADPCM, WAVE_FORMAT_CU_CODEC,
1283         WAVE_FORMAT_YAMAHA_ADPCM, WAVE_FORMAT_SONARC,
1284         WAVE_FORMAT_DSPGROUP_TRUESPEECH, WAVE_FORMAT_ECHOSC1,
1285         WAVE_FORMAT_AUDIOFILE_AF36, WAVE_FORMAT_APTX, WAVE_FORMAT_AUDIOFILE_AF10,
1286         WAVE_FORMAT_PROSODY_1612, WAVE_FORMAT_LRC, WAVE_FORMAT_DOLBY_AC2,
1287         WAVE_FORMAT_GSM610, WAVE_FORMAT_MSNAUDIO, WAVE_FORMAT_ANTEX_ADPCME,
1288         WAVE_FORMAT_CONTROL_RES_VQLPC, WAVE_FORMAT_DIGIREAL, WAVE_FORMAT_DIGIADPCM,
1289         WAVE_FORMAT_CONTROL_RES_CR10, WAVE_FORMAT_NMS_VBXADPCM,
1290         WAVE_FORMAT_ROLAND_RDAC, WAVE_FORMAT_ECHOSC3, WAVE_FORMAT_ROCKWELL_ADPCM,
1291         WAVE_FORMAT_ROCKWELL_DIGITALK, WAVE_FORMAT_XEBEC, WAVE_FORMAT_G721_ADPCM,
1292         WAVE_FORMAT_G728_CELP, WAVE_FORMAT_MSG723, WAVE_FORMAT_MPEG,
1293         WAVE_FORMAT_RT24, WAVE_FORMAT_PAC, WAVE_FORMAT_MPEGLAYER3,
1294         WAVE_FORMAT_LUCENT_G723, WAVE_FORMAT_CIRRUS, WAVE_FORMAT_ESPCM,
1295         WAVE_FORMAT_VOXWARE, WAVE_FORMAT_CANOPUS_ATRAC, WAVE_FORMAT_G726_ADPCM,
1296         WAVE_FORMAT_G722_ADPCM, WAVE_FORMAT_DSAT, WAVE_FORMAT_DSAT_DISPLAY,
1297         WAVE_FORMAT_VOXWARE_BYTE_ALIGNED, WAVE_FORMAT_VOXWARE_AC8,
1298         WAVE_FORMAT_VOXWARE_AC10, WAVE_FORMAT_VOXWARE_AC16,
1299         WAVE_FORMAT_VOXWARE_AC20, WAVE_FORMAT_VOXWARE_RT24,
1300         WAVE_FORMAT_VOXWARE_RT29, WAVE_FORMAT_VOXWARE_RT29HW,
1301         WAVE_FORMAT_VOXWARE_VR12, WAVE_FORMAT_VOXWARE_VR18,
1302         WAVE_FORMAT_VOXWARE_TQ40, WAVE_FORMAT_SOFTSOUND, WAVE_FORMAT_VOXWARE_TQ60,
1303         WAVE_FORMAT_MSRT24, WAVE_FORMAT_G729A, WAVE_FORMAT_MVI_MV12,
1304         WAVE_FORMAT_DF_G726, WAVE_FORMAT_DF_GSM610, WAVE_FORMAT_ISIAUDIO,
1305         WAVE_FORMAT_ONLIVE, WAVE_FORMAT_SBC24, WAVE_FORMAT_DOLBY_AC3_SPDIF,
1306         WAVE_FORMAT_ZYXEL_ADPCM, WAVE_FORMAT_PHILIPS_LPCBB, WAVE_FORMAT_PACKED,
1307         WAVE_FORMAT_RHETOREX_ADPCM, WAVE_FORMAT_IRAT, WAVE_FORMAT_VIVO_G723,
1308         WAVE_FORMAT_VIVO_SIREN, WAVE_FORMAT_DIGITAL_G723,
1309         WAVE_FORMAT_CREATIVE_ADPCM, WAVE_FORMAT_CREATIVE_FASTSPEECH8,
1310         WAVE_FORMAT_CREATIVE_FASTSPEECH10, WAVE_FORMAT_QUARTERDECK,
1311         WAVE_FORMAT_FM_TOWNS_SND, WAVE_FORMAT_BTV_DIGITAL, WAVE_FORMAT_VME_VMPCM,
1312         WAVE_FORMAT_OLIGSM, WAVE_FORMAT_OLIADPCM, WAVE_FORMAT_OLICELP,
1313         WAVE_FORMAT_OLISBC, WAVE_FORMAT_OLIOPR, WAVE_FORMAT_LH_CODEC,
1314         WAVE_FORMAT_NORRIS, WAVE_FORMAT_ISIAUDIO,
1315         WAVE_FORMAT_SOUNDSPACE_MUSICOMPRESS, WAVE_FORMAT_DVM, WAVE_FORMAT_RAW_AAC1,
1316         WAVE_FORMAT_MPEG_HEAAC, WAVE_FORMAT_MPEG_ADTS_AAC, WAVE_FORMAT_DRM,
1317         WAVE_FORMAT_DTS, WAVE_FORMAT_WMAVOICE9, WAVE_FORMAT_WMASPDIF,
1318         WAVE_FORMAT_WMAUDIO_LOSSLESS, WAVE_FORMAT_WMAUDIO2, WAVE_FORMAT_WMAUDIO3,
1319         WAVE_FORMAT_MPEG_LOAS, WAVE_FORMAT_RAW_SPORT, WAVE_FORMAT_ESST_AC3,
1320         WAVE_FORMAT_DTS2): Define.
1321         * include/msacm.h (HACMDRIVERID, HACMDRIVER, HACMSTREAM, HACMOBJ,
1322         ACMSTREAMHEADER, WAVEFILTER, acmDriverAddA, acmDriverAddW, acmDriverRemove,
1323         acmMetrics, acmStreamOpen, acmStreamSize, acmStreamPrepareHeader,
1324         acmStreamUnprepareHeader, acmStreamReset, acmStreamClose, acmStreamConvert):
1325         Define.
1326
1327 2010-08-23  LRN  <lrn1986@gmail.com>
1328
1329         * include/winbase.h (SYMBOLIC_LINK_FLAG_DIRECTORY, FILE_NAME_NORMALIZED,
1330         FILE_NAME_OPENED, VOLUME_NAME_DOS, VOLUME_NAME_GUID, VOLUME_NAME_NONE,
1331         VOLUME_NAME_NT, FILE_BASIC_INFO, FILE_STANDARD_INFO, FILE_NAME_INFO,
1332         FILE_STREAM_INFO, FILE_COMPRESSION_INFO, FILE_ATTRIBUTE_TAG_INFO,
1333         FILE_ID_BOTH_DIR_INFO, FILE_REMOTE_PROTOCOL_INFO, FILE_INFO_BY_HANDLE_CLASS,
1334         GetFileInformationByHandleEx, GetFinalPathNameByHandleA,
1335         GetFinalPathNameByHandleW): Define.
1336
1337 2010-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1338
1339         * lib/CheckConflicts.sh: New file.
1340
1341 2010-08-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1342
1343         * lib/kernel32.def (CopyLZFile, GetExpandedNameA, GetExpandedNameW, LZClose,
1344         LZCopy, LZInit, LZOpenFileA, LZOpenFileW, LZRead, LZSeek, OpenProcessToken,
1345         OpenThreadToken, RegCloseKey, RegCreateKeyExA, RegCreateKeyExW,
1346         RegDeleteKeyExA, RegDeleteKeyExW, RegDeleteValueA, RegDeleteValueW,
1347         RegEnumKeyExA, RegEnumKeyExW, RegEnumValueA, RegEnumValueW, RegFlushKey,
1348         RegGetKeySecurity, RegLoadKeyA, RegLoadKeyW, RegNotifyChangeKeyValue,
1349         RegOpenCurrentUser, RegOpenKeyExA, RegOpenKeyExW, RegOpenUserClassesRoot,
1350         RegQueryInfoKeyA, RegQueryInfoKeyW, RegQueryValueExA, RegQueryValueExW,
1351         RegRestoreKeyA, RegRestoreKeyW, RegSetKeySecurity, RegSetValueExA,
1352         RegSetValueW, RegUnLoadKeyA, RegUnLoadKeyW, RtlCaptureStackBackTrace,
1353         RtlFillMemory, RtlMoveMemory, RtlZeroMemory, SetThreadToken): Remove
1354         conflicting definition.
1355         * lib/th32.def: Remove.
1356         * lib/ntdll.def (RtlUnwind): Remove conflicting definition.
1357         * lib/version.def (VerLanguageNameA, VerLanguageNameW): Remove conflicting
1358         definition.
1359
1360 2010-08-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1361
1362         * lib/kernel32.def (CreateProcessAsUserW): Remove definition.
1363
1364 2010-08-20  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1365
1366         * lib/kernel32.def: Regenerate using gendef on a Win7 machine.
1367
1368 2010-08-19  Corinna Vinschen  <corinna@vinschen.de>
1369
1370         * include/winnt.h: Define FILE_ATTRIBUTE_VIRTUAL.  Change
1371         FILE_ATTRIBUTE_VALID_FLAGS accordingly.
1372         * include/ddk/winddk.h: Ditto.
1373
1374 2010-08-18  Ladislav Michl  <ladis@users.sourceforge.net>
1375
1376         * include/winbase.h (SYMBOLIC_LINK_FLAG_DIRECTORY, CreateSymbolicLinkW,
1377         CreateSymbolicLinkA, CreateSymbolicLink): Define
1378
1379 2010-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1380
1381         * lib/kernel32.def(FatalExit): Correct definiton.
1382
1383 2010-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1384
1385         * include/basetyps.h (REFGUID, REFIID, REFCLSID, REFFMTID): Revert change
1386         from 2010-07-17 since it breaks several applications.
1387
1388 2010-07-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1389
1390         * lib/kernel32.def: Regenerate using gendef.
1391
1392 2010-07-20  Ozkan Sezer  <sezero@users.sourceforge.net>
1393
1394         * include/commctrl.h (LVIF_GROUPID): Fix definition.
1395
1396 2010-07-20  Michael James  <james.me@gmail.com>
1397
1398         * include/commctrl.h (LVIF_COLUMNS): Fix definition.
1399
1400 2010-07-17  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1401
1402         * include/winnt.h (HEAP_MAKE_TAG_FLAGS, VALID_INHERIT_FLAGS): Correct
1403         definition.
1404         * include/rpcndr.h (NdrUnMarshConfStringHdr, NdrUnMarshCCtxtHdl,
1405         NdrMarshSCtxtHdl): Ditto.
1406         * include/basetyps.h (REFGUID, REFIID, REFCLSID, REFFMTID): Remove macro
1407         definition in favour of typedef definition.
1408
1409         Thank you to Yuta Tomino for reporting the issues.
1410
1411 2010-07-08  Markus Koenig  <basilo@users.sourceforge.net>
1412
1413         * include/gdiplus.h: New file.
1414         * include/gdiplus/gdiplus.h: New file.
1415         * include/gdiplus/gdiplusbase.h: New file.
1416         * include/gdiplus/gdiplusbrush.h: New file.
1417         * include/gdiplus/gdipluscolor.h: New file.
1418         * include/gdiplus/gdipluscolormatrix.h: New file.
1419         * include/gdiplus/gdipluseffects.h: New file.
1420         * include/gdiplus/gdiplusenums.h: New file.
1421         * include/gdiplus/gdiplusflat.h: New file.
1422         * include/gdiplus/gdiplusgpstubs.h: New file.
1423         * include/gdiplus/gdiplusgraphics.h: New file.
1424         * include/gdiplus/gdiplusheaders.h: New file.
1425         * include/gdiplus/gdiplusimageattributes.h: New file.
1426         * include/gdiplus/gdiplusimagecodec.h: New file.
1427         * include/gdiplus/gdiplusimaging.h: New file.
1428         * include/gdiplus/gdiplusimpl.h: New file.
1429         * include/gdiplus/gdiplusinit.h: New file.
1430         * include/gdiplus/gdipluslinecaps.h: New file.
1431         * include/gdiplus/gdiplusmatrix.h: New file.
1432         * include/gdiplus/gdiplusmem.h: New file.
1433         * include/gdiplus/gdiplusmetafile.h: New file.
1434         * include/gdiplus/gdiplusmetaheader.h: New file.
1435         * include/gdiplus/gdipluspath.h: New file.
1436         * include/gdiplus/gdipluspen.h: New file.
1437         * include/gdiplus/gdipluspixelformats.h: New file.
1438         * include/gdiplus/gdiplusstringformat.h: New file.
1439         * include/gdiplus/gdiplustypes.h: New file.
1440         * lib/gdiplus.c: New file containing GDI+ variable definitions
1441         and GUIDs.
1442         * lib/gdiplus.def: New file.
1443         * lib/Makefile.in: Add gdiplus.o to EXTRA_OBJS,
1444         add gdiplus.c to SOURCES.
1445         * lib/test.c: Include gdiplus.h.
1446
1447 2010-06-28  Rick Rankin  <rrankin1424-mingw@yahoo.com>
1448
1449         * include/psapi.h (PROCESS_MEMORY_COUNTERS_EX, PERFORMANCE_INFORMATION,
1450         GetPerformanceInfo): Define.
1451         * lib/psapi.def (GetPerformanceInfo): Define.
1452         * include/wincrypt.h (CryptEnumProvidersA, CryptEnumProvidersW,
1453         CryptEnumProviders): Define.
1454
1455 2010-02-17  LRN  <lrn1986@gmail.com>
1456
1457         * include/shlguid.h (IID_IFolderView): Define.
1458         * include/shlobj.h (IFolderView interface): Define.
1459         * lib/shell32.c (IID_IFolderView): Export.
1460
1461 2010-01-26  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
1462
1463         * include/shldisp.h (AUTOCOMPLETEOPTIONS): Add version guard around
1464         ACO_WORD_FILTER and ACO_NOPREFIXFILTERING.
1465
1466 2010-01-26  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
1467
1468         * include/shldisp.h (AUTOCOMPLETEOPTIONS): Add enum.
1469
1470 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1471
1472         * include/shlobj.h (SHParseDisplayName): Fix definition.
1473
1474 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1475
1476         * include/w32api.h: Increment version to 3.14.
1477         * Makefile.in: Ditto.
1478
1479 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1480
1481         * include/shlobj.h (SHParseDisplayName): Define.
1482
1483         Thanks to James Roberts-Thomson for the report.
1484
1485 2009-20-10  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
1486
1487         * include/wingdi.h (ENHMFENUMPROC): Correct definition.
1488
1489         Thanks to Alexander Vassilev for the report.
1490
1491 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1492
1493         * include/iprtrmib.h (MIB_IPADDRROW): Correct definition.
1494
1495         Thanks to Thomas Denk for the report.
1496
1497 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1498
1499         * include/winbase.h (UnmapViewOfFile): Correct definition.
1500
1501         Thanks to Dimitry Sibiryakov for the report.
1502
1503 2009-20-10  Aleksey Chernov  <virxkane@users.sourceforge.net>
1504
1505         * include/sspi.h: Include ntsecapi.h to correct postgresql build error.
1506
1507 2009-20-10  Heiko Hund  <heiko@ist.eigentlich.net>
1508
1509         * include/commctrl.h (GetMUILanguage, InitMUILanguage): Add prototypes.
1510         * lib/comctl32.def (GetMUILanguage, InitMUILanguage): Define.
1511
1512 2009-20-10  Michael James  <james.me@gmail.com>
1513
1514         * include/wingdi.h (CLEARTYPE_QUALITY): Define.
1515         * include/winuser.h (WM_KEYLAST): Alternative definition when _WIN32_WINNT
1516         >= 0x0501.
1517         (WM_UNICHAR,UNICODE_NOCHAR): Define.
1518         * lib/comctl32.def (DefSubclassProc@16,GetWindowSubclass@16,
1519         RemoveWindowSubclass@12): Add exports.
1520         * lib/gdi32.def (GetDCBrushColor@4,GetDCPenColor@4): Add exports.
1521
1522 2009-20-10  Jarkko Sakkinen  <jarkko.sakkinen@iki.fi>
1523
1524         * include/winuser.h (WM_TOUCHMOVE, WM_TOUCHDOWN, WM_TOUCHUP,
1525         TOUCHEVENTF_DOWN, TOUCHEVENTF_INRANGE, TOUCHEVENTF_MOVE,
1526         TOUCHEVENTF_NOCOALESCE, TOUCHEVENTF_PALM, TOUCHEVENTF_PEN,
1527         TOUCHEVENTF_PRIMARY, TOUCHEVENTF_UP, TOUCHEVENTMASKF_CONTACTAREA,
1528         TOUCHEVENTMASKF_EXTRAINFO, TOUCHEVENTMASKF_TIMEFROMSYSTEM, TOUCHINPUT,
1529         CloseTouchInputHandle, GetTouchInputInfo, IsTouchWindow,
1530         RegisterTouchWindow, UnregisterTouchWindow): Define.
1531         * lib/user32.def (CloseTouchInputHandle, GetTouchInputInfo, IsTouchWindow,
1532         RegisterTouchWindow, UnregisterTouchWindow): Define.
1533
1534 2009-20-10  Dmitry Potapov  <dpotapov@users.sourceforge.net>
1535
1536         * include/winver.h (VerQueryValue[AW]): Correct definition.
1537
1538 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1539
1540         * include/shlobj.h (SHARD): Add enum.
1541         (SHARD_PATH): Define based on UNICODE.
1542
1543         Thanks to Jacek Caban for the report.
1544
1545 2009-14-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1546
1547         * include/wingdi.h (_devicemodeW, _devicemodeA): Correct definition.
1548
1549         Thanks to Bruno Martinez for the report.
1550
1551 2009-14-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1552
1553         * include/shlobj.h (IDO_SHGIOI_SHARE, IDO_SHGIOI_LINK, IDO_SHGIOI_SLOWFILE,
1554         IDO_SHGIOI_DEFAULT, SHGetIconOverlayIndexW, SHGetIconOverlayIndexA,
1555         SHGetIconOverlayIndex): Define.
1556
1557         Thanks to Tim Kosse for the report.
1558
1559 2009-13-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1560
1561         * include/wincon.h (AttachConsole): Correct guard.
1562
1563         Thanks to Alexander Shaduri for the report.
1564
1565 2009-13-09  Robert Moerland  <rjmoerland@users.sourceforge.net>
1566
1567         * include/wininet.h (NTERNET_CACHE_ENTRY_INFOW): Correct definition.
1568         (DeleteUrlCacheEntryW, DeleteUrlCacheEntryA): Define.
1569
1570 2009-13-09  Jacky Lai  <crazyjacky@users.sourceforge.net>
1571
1572         * include/winerror.h: Fix typos in macro names.
1573
1574 2009-13-09  Jan Nijtmans  <nijtmans@users.sourceforge.net>
1575
1576         * include/winuser.h (SendMessageTimeoutA, SendMessageTimeoutW): Correct
1577         definition.
1578
1579 2009-11-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1580
1581         * include/winnt.h (PROCESS_SUSPEND_RESUME): Define.
1582
1583 2009-10-29  Charles Wilson  <mingw@cwilson.fastmail.fm>
1584
1585         Honor DESTDIR for winsup/mingw and winsup/w32api.
1586         Detect and report error if installation paths are win32
1587         format, but DESTDIR is non-empty.
1588
1589         * Makefile.in (install, uninstall): Use FLAGS_TO_PASS
1590         when invoking make in subdirs.
1591         * lib/Makefile.in (DESTDIR): Honor per convention.
1592         (need-DESTDIR-compatibility): New macro; define it and a
1593         corresponding rule.
1594         (fail-DESTDIR-compatibility): New dependency goal.
1595         (install-libraries, install-headers, uninstall-libraries,
1596         uninstall-headers): Require need-DESTDIR-compatibility.
1597         * lib/ddk/Makefile.in: Ditto.
1598         * lib/directx/Makefile.in: Ditto.
1599
1600 2009-10-04  Corinna Vinschen  <corinna@vinschen.de>
1601
1602         * include/winbase.h (CreateRestrictedToken): Declare for >= Win 2000.
1603         _WIN32_WINNT >= 0x0500.
1604         (DISABLE_MAX_PRIVILEGE, SANDBOX_INERT, LUA_TOKEN,
1605         WRITE_RESTRICTED): Define.
1606         (IsTokenRestricted): Declare for >= Win 2000.
1607
1608 2009-08-30  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1609
1610         * include/wtsapi32.h (WTSQuerySessionInformationA,
1611         WTSQuerySessionInformationW, WTSQuerySessionInformation, WTSFreeMemory):
1612         Moved to (_WIN32_WINNT >= 0x0500) guard.
1613         (thanks to Pierre Ossman)
1614
1615 2009-08-09  Andy Koppe  <andy.koppe@gmail.com>
1616
1617         * include/winnls.h (IS_HIGH_SURROGATE, IS_LOW_SURROGATE,
1618         IS_SURROGATE_PAIR): Define.
1619
1620 2009-07-27  Corinna Vinschen  <corinna@vinschen.de>
1621
1622         * include/winnt.h (FILE_SUPPORTS_HARD_LINKS,
1623         FILE_SUPPORTS_EXTENDED_ATTRIBUTES, FILE_SUPPORTS_OPEN_BY_FILE_ID,
1624         FILE_SUPPORTS_USN_JOURNALS): Define.  Add comment.
1625         * include/ddk/ntifs.h: Ditto.
1626         (FILE_SEQUENTIAL_WRITE_ONCE, FILE_SUPPORTS_TRANSACTIONS): Define.
1627
1628 2009-07-21  Corinna Vinschen  <corinna@vinschen.de>
1629
1630         * lib/msimg32.def (GetDCBrushColor, GetDCPenColor): Move entry points
1631         from here...
1632         * lib/gdo32.dll: ...to here.
1633
1634 2009-07-01  Corinna Vinschen  <corinna@vinschen.de>
1635
1636         * lib/comctl32.def (StrCSpnA@8, StrCSpnIA@8, StrCSpnW@8, StrChrA@8,
1637         StrChrIA@8, StrChrIW@8, StrChrW@8, StrCmpNA@12, StrCmpNIA@12,
1638         StrCmpNIW@12, StrCmpNW@12, StrRChrA@12, StrRChrIA@12, StrRChrW@12,
1639         StrRStrIA@12, StrRStrIW@12, StrStrA@8, StrStrIA@8, StrStrIW@8,
1640         StrStrW@8, StrToIntA@4, StrToIntW@4): Remove erroneously defined
1641         entry points.
1642
1643 2009-06-24  Corinna Vinschen  <corinna@vinschen.de>
1644
1645         * include/wtsapi32.h (WTSQueryUserToken, WTSEnumerateSessionsW,
1646         WTSEnumerateSessionsA): Add function prototypes.
1647         (struct _WTS_SESSION_INFOW, struct _WTS_SESSION_INFOA): Add typedefs.
1648         (WTS_SESSION_INFO, PWTS_SESSION_INFO, WTSEnumerateSessions): Add
1649         defines dependent on UNICODE setting.
1650
1651 2009-06-07  Corinna Vinschen  <corinna@vinschen.de>
1652
1653         * include/ddk/ntapi.h: Add NtXxx equivalent to ZwXxx where missing
1654         and vice versa.
1655         * include/ddk/ntifs.h: Ditto.
1656         * include/ddk/winddk.h: Ditto.
1657         * lib/ntdll.def (NtPlugPlayControl, NtQueryInstallUILanguage,
1658         ZwPlugPlayControl, ZwQueryInstallUILanguage): Add entry points defined
1659         in header, but missing in lib.  Omit NT4-only entry points.
1660
1661 2009-05-01  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1662
1663         * include/shellapi.h (SHIL_LARGE, SHIL_SMALL, SHIL_EXTRALARGE,
1664         SHIL_SYSSMALL, SHIL_JUMBO, SHIL_LAST SHIL_JUMBO, SHGetImageList): Define.
1665         * lib/shell32.def (SHGetImageList): Define.
1666
1667 2009-02-18  Corinna Vinschen  <corinna@vinschen.de>
1668
1669         * winnt.h: Add Vista token security extensions.
1670         (SID_HASH_SIZE): Define.
1671         (TOKEN_MANDATORY_POLICY_OFF, TOKEN_MANDATORY_POLICY_NO_WRITE_UP,
1672         TOKEN_MANDATORY_POLICY_NEW_PROCESS_MIN,
1673         TOKEN_MANDATORY_POLICY_VALID_MASK): Define.
1674         (SID_HASH_ENTRY): Define.
1675         (struct _SID_AND_ATTRIBUTES_HASH): Define.
1676         (struct _TOKEN_LINKED_TOKEN): Define.
1677         (struct _TOKEN_MANDATORY_LABEL): Define.
1678         (struct _TOKEN_MANDATORY_POLICY): Define.
1679         (struct _TOKEN_ELEVATION): Define.
1680         (struct _TOKEN_ACCESS_INFORMATION): Define.
1681         (enum _TOKEN_INFORMATION_CLASS): Conditionally define new Vista token
1682         information enumeration values.
1683
1684 2009-02-09  Corinna Vinschen  <corinna@vinschen.de>
1685
1686         * include/winioctl.h (FSCTL_ALLOW_EXTENDED_DASD_IO): Copy definition
1687         from ddk/ntifs.h.
1688
1689 2009-02-06  Linton Miller  <Linton.Miller@trivininc.com>
1690
1691         * include/wtsapi32.h (WTS_CURRENT_SESSION): Fix definition.
1692
1693 2009-01-19  Corinna Vinschen  <corinna@vinschen.de>
1694
1695         * include/winbase.h (enum _DEP_SYSTEM_POLICY_TYPE): Fix version guard.
1696
1697 2009-01-11  Henry Nestler  <henry@bigfoot.de>
1698
1699         * lib/ddk/ntoskrnl.def: Enable ZwQueryEaFile, ZwSetEaFile, NtQueryEaFile,
1700         NtSetEaFile.
1701
1702 2009-01-07  Corinna Vinschen  <corinna@vinschen.de>
1703
1704         * include/winbase.h (SCS_64BIT_BINARY): Define.
1705
1706 2008-12-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1707
1708         * include/w32api.h: Increment version to 3.13.
1709         * Makefile.in: Ditto.
1710
1711 2008-12-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1712
1713         * lib/glut.def: remove.
1714         * lib/glut32.def: ditto.
1715
1716 2008-11-11  Corinna Vinschen  <corinna@vinschen.de>
1717
1718         * include/winbase.h (PROCESS_DEP_ENABLE,
1719         PROCESS_DEP_DISABLE_ATL_THUNK_EMULATION): Define for >= Vista SP1.
1720         (enum _DEP_SYSTEM_POLICY_TYPE): Ditto.
1721         (GetProcessDEPPolicy, GetSystemDEPPolicy, SetProcessDEPPolicy): Ditto.
1722
1723 2008-10-09  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1724
1725         * include/mmsystem.h (sndAlias): Correct GCC4 warning.
1726
1727 2008-10-04  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1728
1729         * include/shellapi.h (NOTIFYICON_VERSION_4): Define.
1730
1731 2008-09-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1732
1733         * include/vfw.h (capSendMessage): Rename to __capSendMessage.
1734
1735 2008-09-24  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1736
1737         * include/vfw.h (WM_CAP_SET_CALLBACK_ERRORA, WM_CAP_SET_CALLBACK_ERRORW,
1738         WM_CAP_SET_CALLBACK_STATUS, WM_CAP_SET_CALLBACK_YIELD,
1739         WM_CAP_SET_CALLBACK_FRAMEA, WM_CAP_SET_CALLBACK_FRAMEW,
1740         WM_CAP_SET_CALLBACK_VIDEOSTREAM, WM_CAP_SET_CALLBACK_WAVESTREAM,
1741         WM_CAP_GET_USER_DATA, WM_CAP_SET_USER_DATA, WM_CAP_DRIVER_CONNECT,
1742         WM_CAP_DRIVER_DISCONNECT, WM_CAP_DRIVER_GET_NAMEA, WM_CAP_DRIVER_GET_NAMEW,
1743         WM_CAP_DRIVER_GET_VERSIONA, WM_CAP_DRIVER_GET_VERSIONW,
1744         WM_CAP_DRIVER_GET_CAPS, WM_CAP_FILE_SET_CAPTURE_FILEA,
1745         WM_CAP_FILE_SET_CAPTURE_FILEW, WM_CAP_FILE_GET_CAPTURE_FILEA,
1746         WM_CAP_FILE_GET_CAPTURE_FILEW, WM_CAP_FILE_ALLOCATE, WM_CAP_FILE_SAVEASA,
1747         WM_CAP_FILE_SAVEASW, WM_CAP_FILE_SET_INFOCHUNK, WM_CAP_FILE_SAVEDIBA,
1748         WM_CAP_FILE_SAVEDIBW, WM_CAP_EDIT_COPY, WM_CAP_SET_AUDIOFORMAT,
1749         WM_CAP_GET_AUDIOFORMAT, WM_CAP_DLG_VIDEOFORMAT, WM_CAP_DLG_VIDEOSOURCE,
1750         WM_CAP_DLG_VIDEODISPLAY, WM_CAP_GET_VIDEOFORMAT, WM_CAP_SET_VIDEOFORMAT,
1751         WM_CAP_DLG_VIDEOCOMPRESSION, WM_CAP_SET_PREVIEW, WM_CAP_SET_OVERLAY,
1752         WM_CAP_SET_PREVIEWRATE, WM_CAP_SET_SCALE, WM_CAP_GET_STATUS,
1753         WM_CAP_SET_SCROLL, WM_CAP_GRAB_FRAME, WM_CAP_GRAB_FRAME_NOSTOP,
1754         WM_CAP_SEQUENCE, WM_CAP_SEQUENCE_NOFILE, WM_CAP_SET_SEQUENCE_SETUP,
1755         WM_CAP_GET_SEQUENCE_SETUP, WM_CAP_SET_MCI_DEVICEA, WM_CAP_SET_MCI_DEVICEW,
1756         WM_CAP_GET_MCI_DEVICEA, WM_CAP_GET_MCI_DEVICEW, WM_CAP_STOP, WM_CAP_ABORT,
1757         WM_CAP_SINGLE_FRAME_OPEN, WM_CAP_SINGLE_FRAME_CLOSE, WM_CAP_SINGLE_FRAME,
1758         WM_CAP_PAL_OPENA, WM_CAP_PAL_OPENW, WM_CAP_PAL_SAVEA, WM_CAP_PAL_SAVEW,
1759         WM_CAP_PAL_PASTE, WM_CAP_PAL_AUTOCREATE, WM_CAP_PAL_MANUALCREATE,
1760         WM_CAP_SET_CALLBACK_CAPCONTROL): Define using WM_USER.
1761         (capSendMessage): Don't undef.
1762
1763 2008-09-21  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1764
1765         * incude/sspi.h: include subauth.h to fix issue of UNICODE_STRING being
1766         undefined.
1767
1768 2008-09-13  mega-squall  <mega-squall@users.sf.net>
1769
1770         * include/winnt.h (SUBLANG_BENGALI_INDIA, SUBLANG_PUNJABI_INDIA,
1771         SUBLANG_ROMANIAN_ROMANIA): Correct definition.
1772         (SUBLANG_BENGALI_BANGLADESH, SUBLANG_PUNJABI_PAKISTAN,
1773         SUBLANG_ROMANIAN_MOLDOVA): Define.
1774
1775 2008-09-11  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1776
1777         * include/shlwapi.h (ASSOCSTR): Update enum.
1778
1779 2008-09-07  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1780
1781         * include/w32api.h: Increment version to 3.12.
1782         * Makefile.in: Ditto.
1783
1784 2008-09-07  Michael Hentschel  <mikeh42@users.sourceforge.net>
1785
1786         * include/shlwapi.h (STIF_DEFAULT, STIF_SUPPORT_HEX): Define.
1787
1788 2008-09-07  alsemm  <alsemm@users.sourceforge.net>
1789
1790         * include/mlang.h (IMLangFontLink2::MapFont): Fix definition.
1791
1792 2008-09-07  Danny Smith  <dannysmith@users.sourceforge.net>
1793
1794         * include/ws2tcpip.h (IPV6_MREQ): Fix typo.
1795         Thanks to Richard Hughes for report.
1796
1797 2008-09-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1798
1799         * Makefile.in: Adjust to new naming standard for MinGW while maintaining old
1800         naming standard for Cygwin.
1801
1802 2008-08-30  Bo Yang  <techrazy@users.sourceforge.net>
1803
1804         * include/sspi.h: Fix PSecurityFunctionTableW structure.
1805
1806 2008-08-29  Andy Grover  <andy.grover@oracle.com>
1807
1808         * include/ddk/scsi.h: Define READ_TOC formats.
1809         * lib/ddk/scsiport.def (ScsiPortGetDeviceBase): Fix export.
1810
1811 2008-08-29  Andy Grover  <andy.grover@oracle.com>
1812
1813         * include/ddk/ndis.h (NDIS_MINIPORT_MAJOR_VERSION, NDIS_MINIPORT_MINOR_VERSION,
1814         struct NDIS_TASK_OFFLOAD_HEADER, PROTOCOL_RESERVED_SIZE_IN_PACKET,
1815         NdisGetFirstBufferFromPacketSafe, NdisMIndicateReceivePacket,
1816         NdisSetPacketPoolProtocolId, NdisMInitializeTimer, NdisMSetPeriodicTimer,
1817         NdisMCancelTimer): Define.
1818         (enum NDIS_ENCAPSULATION, struct NDIS_ENCAPSULATION_FORMAT): move in file.
1819         (struct _NDIS_PACKET): Define using _ANONYMOUS_UNION and ANONYMOUS_STRUCT to
1820         eliminate warnings.
1821         (NdisReinitializePacket): Rename from NdisReinitializePacketCounts.
1822         * lib/ddk/ndis.def (NdisInitAnsiString, NdisInitUnicodeString, NdisMCancelTimer,
1823         NdisMInitializeTimer, NdisMSetPeriodicTimer, NdisSetPacketPoolProtocolId):
1824         Export.
1825
1826 2008-08-29  Andy Grover  <andy.grover@oracle.com>
1827
1828         * include/ddk/winddk.h (RtlStringCbCopyA, RtlStringCbPrintfA,
1829         RtlStringCbVPrintfA): define in terms of POSIX string functions.
1830
1831 2008-08-29  Andy Grover  <andy.grover@oracle.com>
1832
1833         * include/ddk/winddk.h (KeRaiseIrql): Define.
1834         (KfRaiseIrql, KfLowerIrql): remove incorrect definitions.
1835
1836 2008-08-29  Andy Grover  <andy.grover@oracle.com>
1837
1838         * include/ddk/winddk.h (KeFlushQueuedDpcs, KeMemoryBarrier): Define.
1839         (KeGetCurrentProcessorNumber): Fix incorrect member reference.
1840         (InterlockedIncrement, InterlockedDecrement): fix warning.
1841         * lib/ddk/ntoskrnl.def (KeFlushQueuedDpcs, KeMemoryBarrier): Export.
1842         (KeNumberProcessors): Export.
1843
1844 2008-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1845
1846         * include/shlwapi.h (ASSOCF_INIT_NOREMAPCLSID, ASSOCF_INIT_BYEXENAME,
1847         ASSOCF_OPEN_BYEXENAME, ASSOCF_INIT_DEFAULTTOSTAR,
1848         ASSOCF_INIT_DEFAULTTOFOLDER, ASSOCF_NOUSERSETTINGS, ASSOCF_NOTRUNCATE,
1849         ASSOCF_VERIFY, ASSOCF_REMAPRUNDLL, ASSOCF_NOFIXUPS, ASSOCF_IGNOREBASECLASS,
1850         ASSOCF_INIT_IGNOREUNKNOWN): Define.
1851
1852 2008-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1853
1854         * include/commctrl.h (LVN_MARQUEEBEGIN): Define.
1855
1856         Thanks to Tim Kosse <botg at users dot sf dot net>.
1857
1858 2008-08-22  Bo Yang  <techrazy@users.sourceforge.net>
1859
1860         * include/winnt.h (OWNER_SECURITY_INFORMATION, GROUP_SECURITY_INFORMATION,
1861         DACL_SECURITY_INFORMATION, SACL_SECURITY_INFORMATION): Correct.
1862         * include/winnt.h (OWNER_SECURITY_INFORMATION, GROUP_SECURITY_INFORMATION,
1863         DACL_SECURITY_INFORMATION, SACL_SECURITY_INFORMATION,
1864         LABEL_SECURITY_INFORMATION, UNPROTECTED_SACL_SECURITY_INFORMATION,
1865         UNPROTECTED_DACL_SECURITY_INFORMATION, PROTECTED_SACL_SECURITY_INFORMATION,
1866         PROTECTED_DACL_SECURITY_INFORMATION): Define.
1867
1868 2008-08-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1869
1870         * include/wtsapi32.h (_WTS_INFO_CLASS, _WTS_CONNECTSTATE_CLASS,
1871         WTSQuerySessionInformation, WTSFreeMemory): Define.
1872
1873 2008-07-25  Bo Yang  <techrazy@users.sourceforge.net>
1874
1875         * lib/gdi32.def (SetLayout): Export.
1876
1877 2008-07-25  Bo Yang  <techrazy@users.sourceforge.net>
1878
1879         * include/wincrypt.h (struct _CRYPT_KEY_PROV_PARAM,
1880         struct _CRYPT_KEY_PROV_INFO, CertGetCertificateContextProperty,
1881         CryptEnumKeyIdentifierProperties, CryptAcquireCertificatePrivateKey,
1882         CertCreateCertificateContext, CryptGetKeyIdentifierProperty,
1883         CertSetCertificateContextProperty, CertCompareCertificateName,
1884         CryptSetKeyIdentifierProperty, CertOIDToAlgId, CryptGetDefaultProviderA,
1885         CryptGetDefaultProviderW and many corresponding macroes): Define.
1886         * lib/crypt32.def (Export the above 11 functions): Export.
1887         * include/winerror.h (CRYPT_E_NOT_FOUND and other crypt related
1888         macroes): Define.
1889
1890
1891 2008-07-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1892
1893         * include/winuser.h (MENUGETOBJECTINFO, MNGO_NOINTERFACE, MNGO_NOERROR,
1894         MNGOF_TOPGAP, MNGOF_BOTTOMGAP): Define.
1895
1896 2008-07-24  techrazy  <techrazy@users.sourceforge.net>
1897
1898         * include/wingdi.h (OUT_PS_ONLY_PRECIS): Define.
1899
1900 2008-07-24  Corinna Vinschen  <corinna@vinschen.de>
1901
1902         * include/lmaccess.h (struct _USER_INFO_4): Define.
1903         (struct _USER_INFO_23): Define.
1904         (struct _GROUP_INFO_3): Define.
1905
1906 2008-07-14  Corinna Vinschen  <corinna@vinschen.de>
1907
1908         * include/iphlpapi.h (GetExtendedTcpTable): Add prototype.
1909         * include/iprtrmib.h (TCP_TABLE_CLASS, MIB_TCPROW_OWNER_PID,
1910         MIB_TCPTABLE_OWNER_PID, MIB_TCP6ROW_OWNER_PID,
1911         MIB_TCP6TABLE_OWNER_PID): Define.
1912         * lib/iphlpapi.def (GetExtendedTcpTable): Export.
1913
1914 2008-06-25  Brandon Sneed  <nivenh@sourceware.org>
1915
1916         * include/winbase.h (GetProcessHandleCount, GetSystemRegistryQuota,
1917         GetThreadIOPendingFlag): Modified to rely on _WIN32_WINNT 0x0501 instead
1918         of 0x0502.
1919         Bug reported by Thomas Denk.
1920
1921 2008-06-25  Brandon Sneed  <nivenh@sourceware.org>
1922
1923         * include/winbase.h (InterlockedIncrement, InterlockedDecrement,
1924         InterlockedCompareExchange, InterlockedExchange,
1925         InterlockedCompareExchangePointer, InterlockedExchangeAdd,
1926         InterlockedExchangePointer): Modified from PLONG to LONG volatile *.
1927         Bug reported by Erik Blake.
1928
1929 2008-06-20  Danny Smith  <dannysmith@users.sourceforge.net>
1930
1931         * lib/ddk/hal.def (HalTranslateBusAddress): Correct suffix.
1932         * lib/ddk/ntoskrnl.def (MmAllocateContiguousMemory): Correct suffix.
1933         Bug reported by Brian Hawley.
1934
1935 2008-06-17  Corinna Vinschen  <corinna@vinschen.de>
1936
1937         * include/dsgetdc.h (DS_FORCE_REDISCOVERY, DS_FORCE_REDISCOVERY,
1938         DS_DIRECTORY_SERVICE_REQUIRED, DS_DIRECTORY_SERVICE_PREFERRED,
1939         DS_GC_SERVER_REQUIRED, DS_PDC_REQUIRED, DS_BACKGROUND_ONLY,
1940         DS_IP_REQUIRED, DS_KDC_REQUIRED, DS_TIMESERV_REQUIRED,
1941         DS_WRITABLE_REQUIRED, DS_GOOD_TIMESERV_PREFERRED, DS_AVOID_SELF,
1942         DS_ONLY_LDAP_NEEDED, DS_IS_FLAT_NAME, DS_IS_DNS_NAME,
1943         DS_RETURN_DNS_NAME, DS_RETURN_FLAT_NAME): Define.
1944         (DsGetDcNameW, DsGetDcNameA): Declare.
1945         (DsGetDcName): Define.
1946         * lib/netapi32.def (DsGetDcNameA, DsGetDcNameW): Export.
1947
1948 2008-05-28  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1949
1950         * include/commctrl.h (NMLVODSTATECHANGE): Define.
1951
1952         Thanks to Tim Kosse <botg at users dot sf dot net>.
1953
1954 2008-05-28  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1955
1956         * include/winnt.h (SUBLANG_TIBETAN_BHUTAN): Fix definition.
1957
1958         Thanks to Nicola Di Nisio <nicoladinisio at users dot sf dot net>.
1959
1960 2008-05-15  Corinna Vinschen  <corinna@vinschen.de>
1961
1962         * include/winnt.h (FILE_SEQUENTIAL_WRITE_ONCE): Define.
1963         (FILE_SUPPORTS_TRANSACTIONS): Define.
1964
1965 2008-05-01  Bart Oldeman  <bartoldeman@users.sf.net>
1966
1967         * include/winuser.h (DEVICE_NOTIFY_WINDOW_HANDLE,
1968         DEVICE_NOTIFY_SERVICE_HANDLE): remove duplicate definition.
1969
1970 2008-05-02  Ramiro Polla  <ramiro@lisha.ufsc.br>
1971
1972         * include/vfw.h (WM_CAP_SET_CALLBACK_ERRORA, WM_CAP_SET_CALLBACK_ERRORW,
1973         WM_CAP_SET_CALLBACK_STATUS, WM_CAP_SET_CALLBACK_YIELD,
1974         WM_CAP_SET_CALLBACK_FRAMEA, WM_CAP_SET_CALLBACK_FRAMEW,
1975         WM_CAP_SET_CALLBACK_VIDEOSTREAM, WM_CAP_SET_CALLBACK_WAVESTREAM,
1976         WM_CAP_GET_USER_DATA, WM_CAP_SET_USER_DATA, WM_CAP_DRIVER_CONNECT,
1977         WM_CAP_DRIVER_DISCONNECT, WM_CAP_DRIVER_GET_NAMEA, WM_CAP_DRIVER_GET_NAMEW,
1978         WM_CAP_DRIVER_GET_VERSIONA, WM_CAP_DRIVER_GET_VERSIONW,
1979         WM_CAP_DRIVER_GET_CAPS, WM_CAP_FILE_SET_CAPTURE_FILEA,
1980         WM_CAP_FILE_SET_CAPTURE_FILEW, WM_CAP_FILE_GET_CAPTURE_FILEA,
1981         WM_CAP_FILE_GET_CAPTURE_FILEW, WM_CAP_FILE_ALLOCATE, WM_CAP_FILE_SAVEASA,
1982         WM_CAP_FILE_SAVEASW, WM_CAP_FILE_SET_INFOCHUNK, WM_CAP_FILE_SAVEDIBA,
1983         WM_CAP_FILE_SAVEDIBW, WM_CAP_EDIT_COPY, WM_CAP_SET_AUDIOFORMAT,
1984         WM_CAP_GET_AUDIOFORMAT, WM_CAP_DLG_VIDEOFORMAT, WM_CAP_DLG_VIDEOSOURCE,
1985         WM_CAP_DLG_VIDEODISPLAY, WM_CAP_GET_VIDEOFORMAT, WM_CAP_SET_VIDEOFORMAT,
1986         WM_CAP_DLG_VIDEOCOMPRESSION, WM_CAP_SET_PREVIEW, WM_CAP_SET_OVERLAY,
1987         WM_CAP_SET_PREVIEWRATE, WM_CAP_SET_SCALE, WM_CAP_GET_STATUS,
1988         WM_CAP_SET_SCROLL, WM_CAP_GRAB_FRAME, WM_CAP_GRAB_FRAME_NOSTOP,
1989         WM_CAP_SEQUENCE, WM_CAP_SEQUENCE_NOFILE, WM_CAP_SET_SEQUENCE_SETUP,
1990         WM_CAP_GET_SEQUENCE_SETUP, WM_CAP_SET_MCI_DEVICEA, WM_CAP_SET_MCI_DEVICEW,
1991         WM_CAP_GET_MCI_DEVICEA, WM_CAP_GET_MCI_DEVICEW, WM_CAP_STOP, WM_CAP_ABORT,
1992         WM_CAP_SINGLE_FRAME_OPEN, WM_CAP_SINGLE_FRAME_CLOSE, WM_CAP_SINGLE_FRAME,
1993         WM_CAP_PAL_OPENA, WM_CAP_PAL_OPENW, WM_CAP_PAL_SAVEA, WM_CAP_PAL_SAVEW,
1994         WM_CAP_PAL_PASTE, WM_CAP_PAL_AUTOCREATE, WM_CAP_PAL_MANUALCREATE,
1995         WM_CAP_SET_CALLBACK_CAPCONTROL, WM_CAP_SET_CALLBACK_ERROR,
1996         WM_CAP_SET_CALLBACK_FRAME, WM_CAP_DRIVER_GET_NAME,
1997         WM_CAP_DRIVER_GET_VERSION, WM_CAP_FILE_SET_CAPTURE_FILE,
1998         WM_CAP_FILE_GET_CAPTURE_FILE, WM_CAP_FILE_SAVEAS, WM_CAP_FILE_SAVEDIB,
1999         WM_CAP_SET_MCI_DEVICE, WM_CAP_GET_MCI_DEVICE, WM_CAP_PAL_OPEN,
2000         WM_CAP_PAL_SAVE, capSetCallbackOnError, capSetCallbackOnStatus,
2001         capSetCallbackOnYield, capSetCallbackOnFrame, capSetCallbackOnVideoStream,
2002         capSetCallbackOnWaveStream, capGetUserData, capSetUserData,
2003         capDriverConnect, capDriverDisconnect, capDriverGetName,
2004         capDriverGetVersion, capDriverGetCaps, capFileSetCaptureFile,
2005         capFileGetCaptureFile, capFileAlloc, capFileSaveAs, capFileSetInfoChunk,
2006         capFileSaveDIB, capEditCopy, capSetAudioFormat, capGetAudioFormat,
2007         capGetAudioFormatSize, capDlgVideoFormat, capDlgVideoSource,
2008         capDlgVideoDisplay, capGetVideoFormat, capGetVideoFormatSize,
2009         capSetVideoFormat, capDlgVideoCompression, capPreview, capOverlay,
2010         capPreviewRate, capPreviewScale, capGetStatus, capSetScrollPos,
2011         capGrabFrame, capGrabFrameNoStop, capCaptureSequence,
2012         capCaptureSequenceNoFile, capCaptureSetSetup, capCaptureGetSetup,
2013         capSetMCIDeviceName, capGetMCIDeviceName, capCaptureStop, capCaptureAbort,
2014         capCaptureSingleFrameOpen, capCaptureSingleFrameClose,
2015         capCaptureSingleFrame, capPaletteOpen, capPaletteSave, capPalettePaste,
2016         capPaletteAuto, capPaletteManual, capSetCallbackOnCapControl): Define.
2017         (CAPDRIVERCAPS, *LPCAPDRIVERCAPS, CAPINFOCHUNK, *LPCAPINFOCHUNK, CAPSTATUS,
2018         *LPCAPSTATUS, CAPTUREPARMS, *LPCAPTUREPARMS, VIDEOHDR, *LPVIDEOHDR): typedef.
2019
2020 2008-04-26  Yuval  <uvman@users.sourceforge.net>
2021
2022         * include/ntsecpkg.h (SECPKG_STATE_ENCRYPTION_PERMITTED,
2023         SECPKG_STATE_STRONG_ENCRYPTION_PERMITTED, SECPKG_STATE_DOMAIN_CONTROLLER,
2024         SECPKG_STATE_WORKSTATION, SECPKG_STATE_STANDALONE,
2025         LSA_TOKEN_INFORMATION_TYPE, SECPKG_EXTENDED_INFORMATION_CLASS,
2026         SECPKG_NAME_TYPE, SECPKG_PRIMARY_CRED, SECPKG_SUPPLEMENTAL_CRED,
2027         SECPKG_SUPPLEMENTAL_CRED_ARRAY, SECPKG_PARAMETERS,
2028         SECPKG_EVENT_DOMAIN_CHANGE, SECPKG_CLIENT_INFO, SecurityUserData,
2029         SECPKG_GSS_INFO, SECPKG_CONTEXT_THUNKS, SECPKG_MUTUAL_AUTH_LEVEL,
2030         SECPKG_CALL_INFO, SECPKG_EXTENDED_INFORMATION, PLSA_CALLBACK_FUNCTION,
2031         *PLSA_CLIENT_REQUEST, LSA_SEC_HANDLE, SEC_THREAD_START, SEC_ATTRS,
2032         *PLSA_REGISTER_CALLBACK, *PLSA_CREATE_LOGON_SESSION,
2033         *PLSA_DELETE_LOGON_SESSION, *PLSA_ADD_CREDENTIAL, *PLSA_GET_CREDENTIALS,
2034         *PLSA_DELETE_CREDENTIAL, *PLSA_ALLOCATE_LSA_HEAP, *PLSA_FREE_LSA_HEAP,
2035         *PLSA_ALLOCATE_CLIENT_BUFFER, *PLSA_FREE_CLIENT_BUFFER,
2036         *PLSA_COPY_TO_CLIENT_BUFFER, *PLSA_COPY_FROM_CLIENT_BUFFER,
2037         *PLSA_IMPERSONATE_CLIENT, *PLSA_UNLOAD_PACKAGE, *PLSA_DUPLICATE_HANDLE,
2038         *PLSA_SAVE_SUPPLEMENTAL_CREDENTIALS, *PLSA_CREATE_THREAD,
2039         *PLSA_GET_CLIENT_INFO, *PLSA_REGISTER_NOTIFICATION,
2040         *PLSA_CANCEL_NOTIFICATION, *PLSA_MAP_BUFFER, *PLSA_CREATE_TOKEN,
2041         *PLSA_AUDIT_LOGON, *PLSA_CALL_PACKAGE, *PLSA_FREE_LSA_HEAP,
2042         *PLSA_GET_CALL_INFO, *PLSA_CALL_PACKAGEEX, *PLSA_CREATE_SHARED_MEMORY,
2043         *PLSA_ALLOCATE_SHARED_MEMORY, *PLSA_FREE_SHARED_MEMORY,
2044         *PLSA_DELETE_SHARED_MEMORY, *PLSA_OPEN_SAM_USER, *PLSA_GET_USER_CREDENTIALS,
2045         *PLSA_GET_USER_AUTH_DATA, *PLSA_CLOSE_SAM_USER,
2046         *PLSA_CONVERT_AUTH_DATA_TO_TOKEN, *PLSA_CLIENT_CALLBACK,
2047         *PLSA_UPDATE_PRIMARY_CREDENTIALS, *PLSA_GET_AUTH_DATA_FOR_USER,
2048         *PLSA_CRACK_SINGLE_NAME, *PLSA_AUDIT_ACCOUNT_LOGON,
2049         *PLSA_CALL_PACKAGE_PASSTHROUGH, SECPKG_DLL_FUNCTIONS, LSA_DISPATCH_TABLE,
2050         LSA_SECPKG_FUNCTION_TABLE, *PLSA_AP_INITIALIZE_PACKAGE, *PLSA_AP_LOGON_USER,
2051         *PLSA_AP_CALL_PACKAGE, *PLSA_AP_LOGON_TERMINATED,
2052         *PLSA_AP_CALL_PACKAGE_UNTRUSTED, *PLSA_AP_CALL_PACKAGE_PASSTHROUGH,
2053         *PLSA_AP_LOGON_USER_EX, *PLSA_AP_LOGON_USER_EX2, SpInitializeFn,
2054         SpShutDownFn, SpGetInfoFn, SpAcceptCredentialsFn,
2055         SpAcquireCredentialsHandleFn, SpQueryCredentialsAttributesFn,
2056         SpFreeCredentialsHandleFn, SpSaveCredentialsFn, SpGetCredentialsFn,
2057         SpDeleteCredentialsFn, SpInitLsaModeContextFn, SpAcceptLsaModeContextFn,
2058         SpDeleteContextFn, SpApplyControlTokenFn, SpGetUserInfoFn,
2059         SpGetExtendedInformationFn, SpQueryContextAttributesFn, SpAddCredentialsFn,
2060         SpSetExtendedInformationFn, SpInstanceInitFn, SpInitUserModeContextFn,
2061         SpMakeSignatureFn, SpVerifySignatureFn, SpSealMessageFn, SpUnsealMessageFn,
2062         SpGetContextTokenFn, SpCompleteAuthTokenFn, SpFormatCredentialsFn,
2063         SpMarshallSupplementalCredsFn, SpExportSecurityContextFn,
2064         SpImportSecurityContextFn, SECPKG_FUNCTION_TABLE,
2065         SECPKG_USER_FUNCTION_TABLE, *SpLsaModeInitializeFn,
2066         *SpUserModeInitializeFn): Define.
2067         * include/sspi.h (SECURITY_STRING): Define.
2068
2069 2008-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
2070
2071         * include/specstrings.h: Add more dummy defines.
2072
2073 2008-04-22  Corinna Vinschen  <corinna@vinschen.de>
2074
2075         * include/winnt.h (SECURITY_MANDATORY_LABEL_AUTHORITY): Define.
2076         (SECURITY_MANDATORY_UNTRUSTED_RID): Define.
2077         (SECURITY_MANDATORY_LOW_RID): Define.
2078         (SECURITY_MANDATORY_MEDIUM_RID): Define.
2079         (SECURITY_MANDATORY_HIGH_RID): Define.
2080         (SECURITY_MANDATORY_SYSTEM_RID): Define.
2081         (SECURITY_MANDATORY_PROTECTED_PROCESS_RID): Define.
2082         (SECURITY_MANDATORY_MAXIMUM_USER_RID): Define.
2083         (SE_GROUP_INTEGRITY): Define.
2084         (SE_GROUP_INTEGRITY_ENABLED): Define.
2085
2086 2008-04-11  Corinna Vinschen  <corinna@vinschen.de>
2087
2088         * include/sddl.h (ConvertStringSidToSidA): Declare.
2089         (ConvertStringSidToSidW): Declare.
2090         (ConvertStringSidToSid): Define.
2091
2092 2008-03-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2093
2094         * include/mprapi.h: Add guard for MprAdminAcceptReauthentication function
2095         and MPR_INTERFACE_3 structure since they are available only in Windows
2096         Server 2008
2097
2098         Thanks to crackedmind  <crackedmind at sf dot net>.
2099
2100 2008-02-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2101
2102         * include/winnt.h: Update guard around KEY_WOW64_64KEY and KEY_WOW64_32KEY
2103         definitions.
2104         * include/winreg.h (KEY_WOW64_64KEY, KEY_WOW64_32KEY): Remove.
2105
2106 2008-02-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2107
2108         * include/winnt.h (KEY_WOW64_64KEY, KEY_WOW64_32KEY): Define.
2109
2110 2008-02-02  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2111
2112         * include/specstrings.h (IN, OUT, OPTIONAL): Remove.
2113         * include/windef.h (IN, OUT, OPTIONAL): Define.
2114
2115 2008-02-02  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2116
2117         * include/specstrings.h: new file, move pseudo modifiers from windef.h.
2118         * include/windef.h (__in, __inout, __in_opt, __in_bcound, __in_ecount,
2119         __out, __out_ecount_part, __struct_bcount, __field_ecount_opt,
2120         __out_bcount_opt): Move to specstrings.h.
2121
2122 2008-01-30  Brandon Sneed  <nivenh@sourceware.org>
2123
2124         * lib/bthprops.def: new file, bluetooth imports.
2125
2126 2008-01-30  Brandon Sneed  <nivenh@sourceware.org>
2127
2128         * include/windef.h (__in, __inout, __in_opt, __in_bcound, __in_ecount,
2129         __out, __out_ecount_part, __struct_bcount, __field_ecount_opt,
2130         __out_bcount_opt): Defined additional pseudo-modifiers.
2131
2132 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2133         * include/ras.h (RAS_MaxDnsSuffix): corrected typo, was RAX_MaxDnsSuffix.
2134         (RASENTRYA, RASENTRYW): Added members (dwfOptions2, dwfOptions3, szDnsSuffix,
2135         dwTcpWindowSize, szPrerequisitePbk, szPrerequisiteEntry, dwRedialCount,
2136         dwRedialPause.
2137
2138 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2139
2140         * include/winnt.h (SYSTEM_POWER_CONDITION): typedef.
2141         * include/winuser.h (PBT_POWERSETTINGCHANGE, DEVICE_NOTIFY_WINDOW_HANDLE,
2142         DEVICE_NOTIFY_SERVICE_HANDLE): define.
2143         * include/winuser.h (LPCGUID, HPOWERNOTIFY, POWERBROADCAST_SETTING): typedefs.
2144         * include/winuser.h (GUID_POWERSCHEME_PERSONALITY, GUID_MIN_POWER_SAVINGS,
2145         GUID_MAX_POWER_SAVINGS, GUID_TYPICAL_POWER_SAVINGS, GUID_ACDC_POWER_SOURCE,
2146         GUID_BATTERY_PERCENTAGE_REMAINING, GUID_IDLE_BACKGROUND_TASK,
2147         GUID_SYSTEM_AWAYMODE, GUID_MONITOR_POWER_ON): added externs for GUIDs.
2148         * include/winuser.h (RegisterPowerSettingNotification,
2149         UnregisterPowerSettingNotification): Add prototypes.
2150         * lib/user32.def: Added imports for the above prototypes.
2151         * lib/Makefile.in: Added build support for power-uuid.c.
2152         * lib/power-uuid.c: New file containing power GUID definitions.
2153
2154 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2155
2156         * include/ras.h (RAS_MaxDnsSuffix): define.
2157
2158 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2159
2160         * include/psapi.h (GetProcessImageFileNameA, GetProcessImageFileNameW):
2161         Add prototypes.
2162         * lib/psapi.def (GetProcessImageFileNameA@12, GetProcessImageFileNameW@12):
2163         Add exports.
2164
2165 2007-12-27  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2166
2167         * include/w32api.h: Increment version to 3.11.
2168         * Makefile.in: Ditto.
2169
2170 2007-12-11  Dave Korn  <dave.korn@artimi.com>
2171
2172         * include/wincrypt.h (PCRYPT_DECODE_PARA):  Add missing typedef.
2173         (CERT_POLICY_MAPPINGS_INFO):  Move before CERT_POLICY_MAPPING.
2174
2175 2007-12-03  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2176
2177         * include/wingdi.h: Change WINVER guard to _WIN32_WINNT.
2178
2179 2007-12-03  techrazy  <techrazy@users.sourceforge.net>
2180
2181         * include/wingdi.h (NTM_NONNEGATIVE_AC, NTM_PS_OPENTYPE, NTM_TT_OPENTYPE,
2182         NTM_MULTIPLEMASTER, NTM_TYPE1, NTM_DSIG): define.
2183
2184 2007-11-21  Kevin Conaway  <kevin_conaway@users.sourceforge.net>
2185
2186         * include/wincrypt.h (CryptProtectData, CryptUnprotectData): define.
2187
2188 2007-11-21  elsapo  <elsapo@users.sourceforge.net>
2189
2190         * include/wincrypt.h (CERT_NAME_STR_COMMA_FLAG,
2191         CERT_NAME_STR_DISABLE_IE4_UTF8_FLAG, CERT_NAME_STR_ENABLE_UTF8_UNICODE_FLAG,
2192         CMC_ADD_ATTRIBUTES, CMC_ADD_EXTENSIONS, X509_CERT_PAIR,
2193         X509_CERTIFICATE_TEMPLATE, X509_CROSS_CERT_DIST_POINTS, CMC_DATA,
2194         X509_NAME_CONSTRAINTS, X509_POLICY_CONSTRAINTS, X509_POLICY_MAPPINGS,
2195         CMC_RESPONSE, CMC_STATUS, X509_ALGORITHM_IDENTIFIER, X509_ALTERNATE_NAME,
2196         PKCS_ATTRIBUTE, X509_AUTHORITY_INFO_ACCESS, X509_AUTHORITY_KEY_ID,
2197         X509_AUTHORITY_KEY_ID2, szOID_BASIC_CONSTRAINTS, X509_BASIC_CONSTRAINTS2,
2198         X509_BIOMETRIC_EXT, X509_BITS, X509_CERT, X509_CERT_CRL_TO_BE_SIGNED,
2199         X509_CERT_POLICIES, X509_CERT_REQUEST_TO_BE_SIGNED, X509_CERT_TO_BE_SIGNED,
2200         X509_CHOICE_OF_TIME, PKCS_CONTENT_INFO, PKCS_CONTENT_INFO_SEQUENCE_OF_ANY,
2201         X509_CRL_DIST_POINTS, RSA_CSP_PUBLICKEYBLOB, PKCS_CTL, X509_DSS_PARAMETERS,
2202         X509_DSS_SIGNATURE, X509_ECC_SIGNATURE, X509_ENHANCED_KEY_USAGE,
2203         X509_ENUMERATED, X509_EXTENSIONS, X509_INTEGER, X509_ISSUING_DIST_POINT,
2204         X509_KEY_ATTRIBUTES, X509_KEY_USAGE, X509_KEY_USAGE_RESTRICTION,
2205         X509_KEYGEN_REQUEST_TO_BE_SIGNED, X509_LOGOTYPE_EXT,
2206         X509_MULTI_BYTE_INTEGER, X509_MULTI_BYTE_UINT, X509_NAME, X509_NAME_VALUE,
2207         X509_OBJECT_IDENTIFIER, X509_OCTET_STRING, X509_PUBLIC_KEY_INFO,
2208         PKCS_RC2_CBC_PARAMETERS, CNG_RSA_PUBLIC_KEY_BLOB,
2209         PKCS_RSA_SSA_PSS_PARAMETERS, PKCS_RSAES_OAEP_PARAMETERS,
2210         ECC_CMS_SHARED_INFO, X509_SEQUENCE_OF_ANY, PKCS7_SIGNER_INFO,
2211         CMS_SIGNER_INFO, PKCS_SMIME_CAPABILITIES, PKCS_TIME_REQUEST,
2212         X509_UNICODE_NAME, X509_UNICODE_NAME_VALUE, PKCS_UTC_TIME,
2213         OCSP_SIGNED_REQUEST, OCSP_REQUEST, OCSP_RESPONSE,
2214         OCSP_BASIC_SIGNED_RESPONSE, OCSP_BASIC_RESPONSE, CRL_REASON_UNSPECIFIED,
2215         CRL_REASON_KEY_COMPROMISE, CRL_REASON_CA_COMPROMISE,
2216         CRL_REASON_AFFILIATION_CHANGED, CRL_REASON_SUPERSEDED,
2217         CRL_REASON_CESSATION_OF_OPERATION, CRL_REASON_CERTIFICATE_HOLD,
2218         CRL_REASON_REMOVE_FROM_CRL, CRYPT_ENCODE_ALLOC_FLAG,
2219         CRYPT_UNICODE_NAME_ENCODE_DISABLE_CHECK_TYPE_FLAG,
2220         CRYPT_UNICODE_NAME_ENCODE_ENABLE_T61_UNICODE_FLAG,
2221         CRYPT_UNICODE_NAME_ENCODE_ENABLE_UTF8_UNICODE_FLAG,
2222         CRYPT_UNICODE_NAME_ENCODE_FORCE_UTF8_UNICODE_FLAG,
2223         szOID_APPLICATION_CERT_POLICIES, szOID_APPLICATION_POLICY_CONSTRAINTS,
2224         szOID_APPLICATION_POLICY_MAPPINGS, szOID_AUTHORITY_INFO_ACCESS,
2225         szOID_AUTHORITY_KEY_IDENTIFIER, szOID_AUTHORITY_KEY_IDENTIFIER2,
2226         X509_BASIC_CONSTRAINTS, szOID_BIOMETRIC_EXT, szOID_CERT_EXTENSIONS,
2227         szOID_CERT_POLICIES, szOID_CERTIFICATE_TEMPLATE, szOID_CRL_NUMBER,
2228         szOID_CROSS_CERT_DIST_POINTS, szOID_DELTA_CRL_INDICATOR,
2229         szOID_ENROLLMENT_NAME_VALUE_PAIR, szOID_FRESHEST_CRL,
2230         szOID_ISSUING_DIST_POINT, szOID_NAME_CONSTRAINTS, szOID_CRL_DIST_POINTS,
2231         szOID_CRL_REASON_CODE, szOID_CRL_VIRTUAL_BASE, szOID_ECC_PUBLIC_KEY,
2232         szOID_ECDSA_SPECIFIED, szOID_ENHANCED_KEY_USAGE, szOID_ISSUER_ALT_NAME,
2233         szOID_ISSUER_ALT_NAME2, szOID_KEY_ATTRIBUTES, szOID_KEY_USAGE,
2234         szOID_KEY_USAGE_RESTRICTION, szOID_LOGOTYPE_EXT, szOID_POLICY_CONSTRAINTS,
2235         szOID_POLICY_MAPPINGS, szOID_RSA_SSA_PSS, szOID_RSAES_OAEP,
2236         szOID_SUBJECT_ALT_NAME, szOID_SUBJECT_ALT_NAME2,
2237         szOID_SUBJECT_KEY_IDENTIFIER, CMC_ADD_ATTRIBUTES_INFO,
2238         PCMC_ADD_ATTRIBUTES_INFO, CMC_ADD_EXTENSIONS_INFO, PCMC_ADD_EXTENSIONS_INFO,
2239         CERT_ALT_NAME_ENTRY, PCERT_ALT_NAME_ENTRY, CERT_ALT_NAME_INFO,
2240         PCERT_ALT_NAME_INFO, CERT_NAME_VALUE, PCERT_NAME_VALUE,
2241         CERT_POLICY_QUALIFIER_INFO, PCERT_POLICY_QUALIFIER_INFO,
2242         CERT_POLICY_CONSTRAINTS_INFO, PCERT_POLICY_CONSTRAINTS_INFO,
2243         CERT_POLICY_MAPPINGS_INFO, PCERT_POLICY_MAPPINGS_INFO, CERT_POLICY_MAPPING,
2244         PCERT_POLICY_MAPPING, CryptDecodeObjectEx, CryptEncodeObject,
2245         CryptEncodeObjectEx): define.
2246
2247 2007-11-21  Brian Dessent  <dessent@users.sourceforge.net>
2248
2249         * include/winbase.h (CheckTokenMembership): define.
2250
2251 2007-10-03  Jiri Malak  <Jiri.Malak@iol.cz>
2252
2253         * include/rpcndr.h: Missing NdrClientCall2 entry.
2254         * lib/rpcrt4.def: Ditto.
2255
2256 2007-10-03  Frank Fesevur  <ffes@users.sourceforge.net>
2257         * lib/scnsave.c: Multi-monitor support.
2258
2259 2007-08-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2260
2261         * include/w32api.h: Increment version to 3.10.
2262         * Makefile.in: Ditto.
2263
2264 2007-08-02  Corinna Vinschen  <corinna@vinschen.de>
2265
2266         * include/winbase.h (ReOpenFile): Add prototype.
2267         * lib/kernel32.def (ReOpenFile@16): Add export.
2268
2269 2007-07-31  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2270
2271         * include/wtsapi32.h (WTS_CURRENT_SESSION, WTSDisconnectSession): Define.
2272
2273 2007-7-30  Martijn Wargers  <martijnw22@users.sourceforge.net>
2274
2275         * include/wingdi.h (GetTextExtentExPointI): Add prototype.
2276         * lib/gdi32.def (GetTextExtentExPointI@28): Add export.
2277
2278 2007-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
2279
2280         * include/wtypes.h (LPDECIMAL): Define.
2281         (DECIMAL_NEG, DECIMAL_SETZERO): Move definitions.
2282
2283 2007-07-18  Corinna Vinschen  <corinna@vinschen.de>
2284
2285         * include/winnt.h (SE_TRUSTED_CREDMAN_ACCESS_NAME): Define.
2286
2287 2007-07-17  Corinna Vinschen  <corinna@vinschen.de>
2288
2289         * include/winnt.h (FILE_READ_ONLY_VOLUME): Define.
2290         * include/ddk/ntifs.h (FILE_READ_ONLY_VOLUME): Define.
2291
2292 2007-07-12  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2293
2294         * include/winuser.h (FE_FONTSMOOTHINGSTANDARD, FE_FONTSMOOTHINGCLEARTYPE):
2295         Define.
2296
2297 2007-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
2298
2299         * include/pbt.h (PBT_APMRESUMEAUTOMATIC) Define.
2300         * include/winuser.h: (PBT_APMQUERYSUSPEND, PBT_APMQUERYSTANDBY,
2301         PBT_APMQUERYSUSPENDFAILED, PBT_APMQUERYSTANDBYFAILED,
2302         PBT_APMSUSPEND, PBT_APMSTANDBY, PBT_APMRESUMECRITICAL,
2303         PBT_APMRESUMESUSPEND, PBT_APMRESUMESTANDBY, PBT_APMBATTERYLOW,
2304         PBT_APMPOWERSTATUSCHANGE, PBT_APMOEMEVENT, PBT_APMRESUMEAUTOMATIC):
2305         Sync with include/pbt.h.
2306
2307 2007-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
2308
2309         [mingw-Bugs-1751518]
2310         * include/mshtml.h (IHTMLDocument2): Correct spelling of put_URL,
2311         get_URL.
2312
2313         [mingw-Bugs-1751565]
2314         * include/basetyps.h (IID); Guard with __IID_DEFINED__.
2315
2316         [mingw-Bugs-1751595]
2317         * include/exdisp.h (DWebBrowserEvents2): Remove undocumented STDDISP
2318         methods.
2319
2320         Thanks to Yuji Kuwabara  <yujikuwabara at sf dot net>.
2321
2322 2007-07-10  Danny Smith  <dannysmith@users.sourceforge.net>
2323
2324         [mingw-Bugs-1750898]
2325         * include/mmsystem.h (MIXERCONTROL): Correct UNICODE mapping.
2326         Thanks to Yuji Kuwabara  <yujikuwabara at sf dot net>.
2327
2328 2007-07-09  Danny Smith  <dannysmith@users.sourceforge.net>
2329
2330         [mingw-Bugs-1749305]
2331         * lib/kernel32.def (GetConsoleProcessList@8):  Add export.
2332
2333 2007-07-02  Przemek Czerkas  <pczerkas@gmail.com>
2334
2335         * include/shlobj.h: Add CSIDL_MYMUSIC and CSIDL_MYVIDEO.
2336
2337 2007-07-02  Danny Smith  <dannysmith@users.sourceforge.net>
2338
2339         * include/oaidl.h: Include windows.h and ole2.h,
2340         unless COM_NO_WINDOWS_H.
2341
2342         [mingw-Bugs-1742130]
2343         * include/oaidl.h (struct tagVARIANT): Add union members
2344         LONGLONG  * pllVal and ULONGLONG * pullVal.
2345
2346 2007-07-01  Danny Smith  <dannysmith@users.sourceforge.net>
2347
2348         * include/ws2tcpip.h (s6_addr32): Correct definition.
2349         Thanks to Alfred E. Heggestad <aeh at db dot org>
2350
2351 2007-05-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2352
2353         * lib/secur32.def (InitSecurityInterfaceA, InitSecurityInterfaceW): Define.
2354
2355         Thanks to Jim Marshall (jim dot marshall at wbemsolutions dot com) for
2356         supplying the information.
2357
2358 2007-05-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2359
2360         * include/shellapi.h (NIN_POPUPOPEN, NIN_POPUPCLOSE): Define.
2361
2362 2007-04-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2363
2364         * include/shellapi.h (NOTIFYICONDATAA, NOTIFYICONDATAW): Updated to support
2365         Vista.
2366
2367 2007-04-20  Matthias Miller  <matthiasmiller@users.sourceforge.net>
2368
2369          * include/wincrypt.h (CRYPTPROTECT_PROMPTSTRUCT, CRYPTPROTECT_UI_FORBIDDEN,
2370         CRYPTPROTECT_LOCAL_MACHINE): Define.
2371
2372 2007-04-15  Piotr Wyderski  <piotr.wyderski@wp.pl>
2373
2374         * include/winbase.h (SetInformationJobObject, QueryInformationJobObject):
2375         Define.
2376
2377 2007-03-30  Brian Dessent  <brian@dessent.net>
2378
2379         * lib/kernel32.def (CreateMemoryResourceNotification@4): Define.
2380
2381 2007-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2382
2383         * include/w32api.h: Increment version to 3.9.
2384         * Makefile.in: Ditto.
2385
2386 2007-03-23  Corinna Vinschen  <corinna@vinschen.de>
2387
2388         * include/psapi.h (GetMappedFileName): Fix messed up checkin.
2389
2390 2007-03-23  Matthew Gregan  <kinetik@flim.org>
2391
2392         * include/psapi.h (GetMappedFileName): Rename from GetMappedFilenameEx.
2393
2394 2007-03-06  Brandon Sneed  <brandon@oqo.com>
2395
2396         * include/setupapi.h: Added SetupConfigureWmiFromInfSectionA
2397         Added SetupConfigureWmiFromInfSectionW
2398         Added SetupConfigureWmiFromInfSection define to unicode and non-unicode sections
2399
2400         * lib/setupapi.def: Added exports for SetupConfigureWmiFromInfSectionA and W
2401
2402         * include/winuser.h: Added PBT_APMQUERYSUSPEND
2403         Added PBT_APMQUERYSTANDBY
2404         Added PBT_APMQUERYSUSPENDFAILED
2405         Added PBT_APMQUERYSTANDBYFAILED
2406         Added PBT_APMSUSPEND
2407         Added PBT_APMSTANDBY
2408         Added PBT_APMRESUMECRITICAL
2409         Added PBT_APMRESUMESUSPEND
2410         Added PBT_APMRESUMESTANDBY
2411         Added PBT_APMBATTERYLOW
2412         Added PBT_APMPOWERSTATUSCHANGE
2413         Added PBT_APMOEMEVENT
2414         Added PBT_APMRESUMEAUTOMATIC
2415
2416         * include/wtsapi32.h: New file
2417
2418         * include/wingdi.h: Added DM_DISPLAYORIENTATION define for use with DMDO_* defines
2419
2420 2007-03-05  Jan Nijtmans  <nijtmans@users.sourceforge.net>
2421
2422         * include/ddeml.h (DdeCreateStringHandleA, DdeCreateStringHandleW): Switch
2423         argument to constant.
2424
2425 2007-02-18  Jiri Malak  <jiri.malak@iol.cz>
2426
2427         * include/windef.h [WATCOM]: Fix !NONAMELESSUNION defines.
2428         * include/winnt.h [WATCOM] (GetCurrentFiber, GetFiberData):
2429         Add prototypes.
2430         [WATCOM] (NtCurrentTeb): Add protype and inline asm definition.
2431
2432 2007-02-18  Vesa Jääskeläinen  <chaac@users.sourceforge.net>
2433
2434         * lib/user32.def (InternalGetWindowText): Add stub.
2435
2436 2007-02-11  Daniel Atallah  <datallah@users.sourceforge.net>
2437
2438         * include/winnt.h (LANG_SERBIAN_NEUTRAL, LANG_BOSNIAN,
2439         LANG_BOSNIAN_NEUTRAL): Define.
2440
2441 2007-02-11  Daniel Schlyder  <thrug@users.sourceforge.net>
2442
2443         * include/winuser.h: Add guards around TITLEBARINFO and
2444         GetTitleBarInfo().
2445
2446 2007-01-11  Gisle Vanem  <giva@users.sourceforge.net>
2447
2448         * include/winbase.h (struct _OVERLAPPED): Change type of
2449         Internal, InternalHigh members to ULONG_PTR.
2450         (PAPCFUNC): Change DWORD parameter to ULONG_PTR.
2451         (CreateIoCompletionPort): Likewise.
2452         (PostQueuedCompletionStatus): Likewise.
2453         (QueueUserAPC): Likewise.
2454
2455 2007-01-06  Pierre A. Humblet  <Pierre.Humblet@ieee.org>
2456
2457         * include/windns.h (DNS_TYPE_RP, DNS_TYPE_AFSDB, DNS_TYPE_X25,
2458         DNS_TYPE_ISDN, DNS_TYPE_RT, DNS_TYPE_NSAP, DNS_TYPE_NSAPPTR,
2459         DNS_TYPE_SIG, DNS_TYPE_KEY, DNS_TYPE_PX, DNS_TYPE_GPOS,
2460         DNS_TYPE_AAAA, DNS_TYPE_LOC, DNS_TYPE_NXT, DNS_TYPE_EID,
2461         DNS_TYPE_NIMLOC, DNS_TYPE_SRV, DNS_TYPE_ATMA, DNS_TYPE_NAPTR,
2462         DNS_TYPE_KX, DNS_TYPE_CERT, DNS_TYPE_A6, DNS_TYPE_DNAME,
2463         DNS_TYPE_SINK, DNS_TYPE_OPT, DNS_TYPE_UINFO, DNS_TYPE_UID,
2464         DNS_TYPE_GID, DNS_TYPE_UNSPEC, DNS_TYPE_ADDRS, DNS_TYPE_TKEY,
2465         DNS_TYPE_TSIG, DNS_TYPE_IXFR, DNS_TYPE_AXFR, DNS_TYPE_MAILB,
2466         DNS_TYPE_MAILA, DNS_TYPE_ALL, DNS_TYPE_ANY): Add enum values.
2467
2468 2006-11-21  Danny Smith  <dannysmith@users.sourceforge.net>
2469
2470         * Makefile.in: Add aclocal.m4 to source release.
2471
2472 2006-11-18  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2473
2474         * include/w32api.h: Increment version to 3.8.
2475         * Makefile.in: Ditto.
2476
2477 2006-11-13  Daniel Schlyder  <thrug@users.sourceforge.net>
2478
2479         * include/winnt.h (VER_SUITE_EMBEDDEDNT, VER_SUITE_SINGLEUSERTS,
2480         VER_SUITE_STORAGE_SERVER, VER_SUITE_COMPUTE_SERVER): Define.
2481
2482         * include/winuser.h (SM_STARTER, SM_SERVERR2): Define.
2483
2484 2006-11-02  Danny Smith  <dannysmith@users.sourceforge.net>
2485
2486         * include/winuser.h (LR_DEFAULTSIZE): Remove duplicate.
2487
2488         * include/winnt.h (GetCurrentFiber): Remove extern declaration.  Make
2489         inline static.
2490         (GetFiberData): Likewise.
2491         * lib/kernel32.c: Remove.
2492         * lib/Makefile.in: Remove reference to kernel32.[co].
2493
2494 2006-10-31  Corinna Vinschen  <corinna@vinschen.de>
2495
2496         * include/winnt.h (SE_RELABEL_NAME): Define.
2497         (SE_INCREASE_WORKING_SET_NAME): Define.
2498         (SE_TIME_ZONE_NAME): Define.
2499         (SE_CREATE_SYMBOLIC_LINK_NAME): Define.
2500
2501 2006-10-31  Corinna Vinschen  <corinna@vinschen.de>
2502
2503         * include/winnt.h (IO_REPARSE_TAG_SYMLINK): Define.
2504         (struct _REPARSE_DATA_BUFFER): Add missing Flags field to
2505         SymbolicLinkReparseBuffer substructure.
2506
2507 2006-10-29  Daniel Atallah  <datallah@users.sourceforge.net>
2508
2509         * lib/ws2_32.def (WSANSPIoctl): Add to lib.
2510
2511 2006-10-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2512
2513         * lib/Makefile.in: Fix order for 'all' rule.
2514
2515 2006-10-12  Danny Smith  <dannysmith@users.sourceforge.net>
2516
2517         * include/winuser.h (LR_DEFAULTSIZE, LR_VGACOLOR): Define.
2518
2519 2006-10-05  Danny Smith  <dannysmith@users.sourceforge.net>
2520
2521         * include/winreg.h (RegDeleteKeyEx{A|W}): Add prototype and UNICODE
2522         mappings.
2523         (KEY_WOW64_32KEY, KEY_WOW64_64KEY): Define.
2524         * lib/advapi.def (RegDeleteKeyEx{A|W}): Export.
2525
2526 2006-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
2527
2528         * include/rpc.h: Add whitespace.
2529         * include/winnt.h (C_ASSERT): Define.
2530
2531 2006-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
2532
2533         [mingw-Bugs-1568067]
2534         * include/winuser.h: (DISP_CHANGE_BADDUALVIEW): Define.
2535         * include/wingdi.h: (DM_POSITION): Define.
2536
2537 2006-10-03  Danny Smith  <dannysmith@users.sourceforge.net>
2538
2539         * lib/rpcrt4.def: Remove "_imp__"-prefixed export symbols.
2540         * lib/user32.def: Likewise.
2541
2542 2006-09-11  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
2543
2544         * lib/Makefile.in: fix typo.
2545         * lib/ddk/Makefile.in: fix typo.
2546         * lib/directx/Makefile.in: fix typo.
2547
2548         Thanks to Keith Marshall (keithmarshall at users dot sourceforge dot net)
2549         for pointing it out.
2550
2551 2006-09-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2552
2553         * Makefile.in: Remove files from lib directory with distclean target
2554
2555 2006-09-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2556
2557         * include/winuser.h (CS_DROPSHADOW): Define.
2558
2559 2006-09-08  Michael Gerdau  <mgdde@users.sourceforge.net>
2560
2561         * include/uxtheme.h: (TMT_GRADIENTCOLOR4, TMT_GRADIENTCOLOR5,
2562         TMT_SHADOWCOLOR, TMT_GLOWCOLOR, TMT_TEXTBORDERCOLOR,
2563         TMT_TEXTSHADOWCOLOR, TMT_GLYPHTEXTCOLOR, TMT_GLYPHTRANSPARENTCOLOR,
2564         TMT_FILLCOLORHINT, TMT_BORDERCOLORHINT, TMT_ACCENTCOLORHINT):
2565
2566         Increase each constant by 1.
2567
2568 2006-09-07  Danny Smith  <dannysmith@users.sourceforge.net>
2569
2570         [mingw-Bugs-1553275]
2571         * include/wingdi.h (SetLayout): Add prototype.
2572         (GetLayout): Likewise.
2573
2574 2006-09-02  Danny Smith  <dannysmith@users.sourceforge.net>
2575
2576         [mingw-Bugs-1550139]
2577         * include/oleauto.h (GetRecordInfoFromTypeInfo): Add prototype.
2578         Tanks to:  Samit Basu <samitbasu at sf dot net>
2579         (GetRecordInfoFromGuids): Add prototype.
2580
2581 2006-09-01  Danny Smith  <dannysmith@users.sourceforge.net>
2582
2583         * include/winbase.h: Add comment about 'missing' SEM flag.
2584
2585 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
2586
2587         * configure.in: Substitute with_cross_host in depending files.
2588         * configure: Regenerate.
2589         * lib/Makefile.in: Add with_cross_host to allow more granular checks.
2590         Set installation directories accordingly.
2591         * lib/ddk/Makefile.in: Ditto.
2592         * lib/directx/Makefile.in: Ditto.
2593
2594 2006-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
2595
2596         * lib/wtsapi32.def (WTSGetActiveConsoleSessionId). Move from here...
2597         * lib/kernel32.def (WTSGetActiveConsoleSessionId). ...to here.
2598         Bug reported by: <macleone at users dot sf dot net>
2599
2600 2006-07-29  Danny Smith  <dannysmith@users.sourceforge.net>
2601
2602         Update some more IMAGE relocation type indicators
2603         to PECOFF v8 (May, 2006) specs.
2604
2605         * include/winnt.h (IMAGE_REL_SH3_ABSOLUTE,
2606         IMAGE_REL_SH3_DIRECT16, IMAGE_REL_SH3_DIRECT32,
2607         IMAGE_REL_SH3_DIRECT8, IMAGE_REL_SH3_DIRECT8_WORD,
2608         IMAGE_REL_SH3_DIRECT8_LONG, IMAGE_REL_SH3_DIRECT4,
2609         IMAGE_REL_SH3_DIRECT4_WORD, IMAGE_REL_SH3_DIRECT4_LONG,
2610         IMAGE_REL_SH3_PCREL8_WORD, IMAGE_REL_SH3_PCREL8_LONG,
2611         IMAGE_REL_SH3_PCREL12_WORD, IMAGE_REL_SH3_STARTOF_SECTION,
2612         IMAGE_REL_SH3_SIZEOF_SECTION, IMAGE_REL_SH3_SECTION,
2613         IMAGE_REL_SH3_SECREL, IMAGE_REL_SH3_DIRECT32_NB,
2614         IMAGE_REL_SH3_GPREL4_LONG, IMAGE_REL_SH3_TOKEN,
2615         IMAGE_REL_SHM_PCRELPT, IMAGE_REL_SHM_REFLO,
2616         IMAGE_REL_SHM_REFHALF, IMAGE_REL_SHM_RELLO,
2617         IMAGE_REL_SHM_RELHALF, IMAGE_REL_SHM_PAIR,
2618         IMAGE_REL_SHM_NOMODE): Add defines.
2619
2620         (IMAGE_REL_M32R_ABSOLUTE, IMAGE_REL_M32R_ADDR32,
2621         IMAGE_REL_M32R_ADDR32NB, IMAGE_REL_M32R_ADDR24,
2622         IMAGE_REL_M32R_GPREL16, IMAGE_REL_M32R_PCREL24,
2623         IMAGE_REL_M32R_PCREL16, IMAGE_REL_M32R_PCREL8,
2624         IMAGE_REL_M32R_REFHALF, IMAGE_REL_M32R_REFHI,
2625         IMAGE_REL_M32R_REFLO, IMAGE_REL_M32R_PAIR,
2626         IMAGE_REL_M32R_SECTION, IMAGE_REL_M32R_SECREL,
2627         IMAGE_REL_M32R_TOKEN): Add defines.
2628
2629         (IMAGE_REL_MIPS_JMPADDR16): Add define.
2630
2631 2006-07-27  Danny Smith  <dannysmith@users.sourceforge.net>
2632
2633         Update some IMAGE flags to PECOFF v8 (May, 2006) specs.
2634         * include/winnt.h (IMAGE_FILE_MACHINE_AM33,
2635         IMAGE_FILE_MACHINE_ARM, IMAGE_FILE_MACHINE_EBC,
2636         IMAGE_FILE_MACHINE_M32R, IMAGE_FILE_MACHINE_MIPS16,
2637         IMAGE_FILE_MACHINE_MIPSFPU, IMAGE_FILE_MACHINE_MIPSFPU16,
2638         IMAGE_FILE_MACHINE_POWERPCFP, IMAGE_FILE_MACHINE_R4000,
2639         IMAGE_FILE_MACHINE_SH3, IMAGE_FILE_MACHINE_SH3DSP,
2640         IMAGE_FILE_MACHINE_SH4, IMAGE_FILE_MACHINE_SH5,
2641         IMAGE_FILE_MACHINE_THUMB, IMAGE_FILE_MACHINE_WCEMIPSV2):
2642         Add defines.
2643
2644         (IMAGE_SUBSYSTEM_EFI_APPLICATION,
2645         IMAGE_SUBSYSTEM_EFI_BOOT_SERVICE_DRIVER,
2646         IMAGE_SUBSYSTEM_EFI_RUNTIME_DRIVER, IMAGE_SUBSYSTEM_EFI_ROM):
2647         Add defines.
2648
2649         (IMAGE_SYM_CLASS_CLR_TOKEN): Add define.
2650
2651         (IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE,
2652         IMAGE_DLL_CHARACTERISTICS_FORCE_INTEGRITY,
2653         IMAGE_DLL_CHARACTERISTICS_NX_COMPAT,
2654         IMAGE_DLLCHARACTERISTICS_NO_ISOLATION, IMAGE_DLLCHARACTERISTICS_NO_SEH,
2655         IMAGE_DLLCHARACTERISTICS_NO_BIND,
2656         IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE): Add defines.
2657
2658         (IMAGE_REL_I386_TOKEN, IMAGE_REL_I386_SECREL7): Add defines.
2659
2660         (IMAGE_REL_AMD64_ABSOLUTE, IMAGE_REL_AMD64_ADDR64,
2661         IMAGE_REL_AMD64_ADDR32, IMAGE_REL_AMD64_ADDR32NB, IMAGE_REL_AMD64_REL32,
2662         IMAGE_REL_AMD64_REL32_1, IMAGE_REL_AMD64_REL32_2,
2663         IMAGE_REL_AMD64_REL32_3, IMAGE_REL_AMD64_REL32_4,
2664         IMAGE_REL_AMD64_REL32_5, IMAGE_REL_AMD64_SECTION,
2665         IMAGE_REL_AMD64_SECREL, IMAGE_REL_AMD64_SECREL7, IMAGE_REL_AMD64_TOKEN,
2666         IMAGE_REL_AMD64_SREL32, IMAGE_REL_AMD64_PAIR, IMAGE_REL_AMD64_SSPAN32):
2667         Add defines.
2668
2669         (IMAGE_REL_IA64_ABSOLUTE, IMAGE_REL_IA64_IMM14, IMAGE_REL_IA64_IMM22,
2670         IMAGE_REL_IA64_IMM64, IMAGE_REL_IA64_DIR32, IMAGE_REL_IA64_DIR64,
2671         IMAGE_REL_IA64_PCREL21B, IMAGE_REL_IA64_PCREL21M,
2672         IMAGE_REL_IA64_PCREL21F, IMAGE_REL_IA64_GPREL22, IMAGE_REL_IA64_LTOFF22,
2673         IMAGE_REL_IA64_SECTION, IMAGE_REL_IA64_SECREL22,
2674         IMAGE_REL_IA64_SECREL64I, IMAGE_REL_IA64_SECREL32,
2675         IMAGE_REL_IA64_DIR32NB, IMAGE_REL_IA64_SREL14, IMAGE_REL_IA64_SREL22,
2676         IMAGE_REL_IA64_SREL32, IMAGE_REL_IA64_UREL32, IMAGE_REL_IA64_PCREL60X,
2677         IMAGE_REL_IA64_PCREL60B, IMAGE_REL_IA64_PCREL60F,
2678         IMAGE_REL_IA64_PCREL60I, IMAGE_REL_IA64_PCREL60M,
2679         IMAGE_REL_IA64_IMMGPREL64, IMAGE_REL_IA64_TOKEN, IMAGE_REL_IA64_GPREL32,
2680         IMAGE_REL_IA64_ADDEND): Add defines.
2681
2682         (IMAGE_SCN_GPREL): Add define.
2683
2684 2006-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
2685
2686         * include/aclui.h: Replace __OBJC__ guard with _OBJC_NO_COM.
2687         * include/basetyps.h:  Likewise.
2688         (_COM_interface): New define.
2689         (interface): Define to _COM_interface, conditional on !__OBJC__.
2690         Replace 'interface' with '_COM_interface', throughout.
2691         * include/comcat.h: Replace 'interface' with '_COM_interface', throughout.
2692         * include/commdlg.h: Replace __OBJC__ guard with _OBJC_NO_COM.
2693         * include/docobj.h: Replace 'interface' with '_COM_interface', throughout.
2694         * include/mshtml.h: Likewise.
2695         * include/oaidl.h: Likewise.
2696         * include/objfwd.h: Likewise.
2697         * include/objidl.h: Likewise.
2698         * include/ocidl.h: Likwise.
2699         * include/olectl.h: Likewise.
2700         * include/oleidl.h: Likewise.
2701         * include/shlobj.h: Likewise.
2702         * include/shlwapi.h: Replace __OBJC__ guard with _OBJC_NO_COM.
2703         * include/vfw.h: Likewise.
2704         * include/windows.h. Likewise. Add comment.
2705         * include/directx/d3d9.h: Replace 'interface' with '_COM_interface',
2706         throughout.
2707
2708         * lib/test.c: Replace __OBJC__ guard with _OBJC_NO_COM.
2709         Add test for conflict with '@interface'
2710
2711 2006-07-22  ipsoner  <ipsoner@users.sourceforge.net>
2712
2713         * include/wincrypt.h (szOID_RSA, szOID_PKCS, szOID_RSA_HASH,
2714         szOID_RSA_ENCRYPT, szOID_PKCS_1, szOID_PKCS_2, szOID_PKCS_3,
2715         szOID_PKCS_4, szOID_PKCS_5, szOID_PKCS_6, szOID_PKCS_7,
2716         szOID_PKCS_8, szOID_PKCS_9, szOID_PKCS_10, szOID_PKCS_12,
2717         szOID_RSA_MD2, szOID_RSA_MD4, szOID_RSA_MD5, szOID_RSA_RSA,
2718         szOID_RSA_MD2RSA, szOID_RSA_MD4RSA, szOID_RSA_MD5RSA,
2719         szOID_RSA_SHA1RSA, szOID_RSA_SETOAEP_RSA, szOID_RSA_DH,
2720         szOID_RSA_data, szOID_RSA_signedData, szOID_RSA_envelopedData,
2721         szOID_RSA_signEnvData, szOID_RSA_digestedData, szOID_RSA_hashedData,
2722         szOID_RSA_encryptedData, szOID_RSA_emailAddr, szOID_RSA_unstructName,
2723         szOID_RSA_contentType, szOID_RSA_messageDigest, szOID_RSA_signingTime,
2724         szOID_RSA_counterSign, szOID_RSA_challengePwd, szOID_RSA_unstructAddr,
2725         szOID_RSA_extCertAttrs, szOID_RSA_SMIMECapabilities,
2726         szOID_RSA_preferSignedData, szOID_RSA_RC2CBC, szOID_RSA_RC4,
2727         szOID_RSA_DES_EDE3_CBC, szOID_RSA_RC5_CBCPad, szOID_ANSI_x942,
2728         szOID_ANSI_x942_DH, szOID_X957, szOID_X957_DSA, szOID_DATA STRUCTURE,
2729         szOID_DS, szOID_DSALG, szOID_DSALG_CRPT, szOID_DSALG_HASH,
2730         szOID_DSALG_SIGN, szOID_DSALG_RSA, szOID_OIW, szOID_OIWSEC,
2731         szOID_OIWSEC_md4RSA, szOID_OIWSEC_md5RSA, szOID_OIWSEC_md4RSA2,
2732         szOID_OIWSEC_desECB, szOID_OIWSEC_desCBC, szOID_OIWSEC_desOFB,
2733         szOID_OIWSEC_desCFB, szOID_OIWSEC_desMAC, szOID_OIWSEC_rsaSign,
2734         szOID_OIWSEC_dsa, szOID_OIWSEC_shaDSA, szOID_OIWSEC_mdc2RSA,
2735         szOID_OIWSEC_shaRSA, szOID_OIWSEC_dhCommMod, szOID_OIWSEC_desEDE,
2736         szOID_OIWSEC_sha, szOID_OIWSEC_mdc2, szOID_OIWSEC_dsaComm,
2737         szOID_OIWSEC_dsaCommSHA, szOID_OIWSEC_rsaXchg, szOID_OIWSEC_keyHashSeal,
2738         szOID_OIWSEC_md2RSASign, szOID_OIWSEC_md5RSASign, szOID_OIWSEC_sha1,
2739         szOID_OIWSEC_dsaSHA1, szOID_OIWSEC_dsaCommSHA1, szOID_OIWSEC_sha1RSASign,
2740         szOID_OIWDIR, szOID_OIWDIR_CRPT, szOID_OIWDIR_HASH, szOID_OIWDIR_SIGN,
2741         szOID_OIWDIR_md2, szOID_OIWDIR_md2RSA, szOID_INFOSEC,
2742         szOID_INFOSEC_sdnsSignature, szOID_INFOSEC_mosaicSignature,
2743         szOID_INFOSEC_sdnsConfidentiality, szOID_INFOSEC_mosaicConfidentiality,
2744         szOID_INFOSEC_sdnsIntegrity, szOID_INFOSEC_mosaicIntegrity,
2745         szOID_INFOSEC_sdnsTokenProtection, szOID_INFOSEC_mosaicTokenProtection,
2746         szOID_INFOSEC_sdnsKeyManagement, szOID_INFOSEC_mosaicKeyManagement,
2747         szOID_INFOSEC_sdnsKMandSig, szOID_INFOSEC_mosaicKMandSig,
2748         szOID_INFOSEC_SuiteASignature, szOID_INFOSEC_SuiteAConfidentiality,
2749         szOID_INFOSEC_SuiteAIntegrity, szOID_INFOSEC_SuiteATokenProtection,
2750         szOID_INFOSEC_SuiteAKeyManagement, szOID_INFOSEC_SuiteAKMandSig,
2751         szOID_INFOSEC_mosaicUpdatedSig, szOID_INFOSEC_mosaicKMandUpdSig,
2752         szOID_INFOSEC_mosaicUpdatedInteg, szOID_PKIX_NO_SIGNATURE,
2753         szOID_COMMON_NAME, szOID_COUNTRY_NAME, szOID_DEVICE_SERIAL_NUMBER,
2754         szOID_DOMAIN_COMPONENT, szOID_RSA_emailAddr, szOID_GIVEN_NAME,
2755         szOID_INITIALS, szOID_LOCALITY_NAME, szOID_ORGANIZATION_NAME,
2756         szOID_ORGANIZATIONAL_UNIT_NAME, szOID_STATE_OR_PROVINCE_NAME,
2757         szOID_STREET_ADDRESS, szOID_SUR_NAME, szOID_TITLE, szOID_RSA_unstructAddr,
2758         szOID_RSA_unstructName, szOID_BASIC_CONSTRAINTS2,
2759         CERT_BASIC_CONSTRAINTS2_INFO, CRYPT_ENCODE_PARA,CertDuplicateStore,
2760         CertEnumCertificatesInStore, CertDuplicateCertificateContext,
2761         CertGetNameStringA, CertGetNameStringW, CertGetNameString, PFXIsPFXBlob,
2762         CertFindExtension, CryptDecodeObject, CertAddCertificateContextToStore,
2763         CertCompareCertificate, PFXVerifyPassword, PFXImportCertStore,
2764         CertDeleteCertificateFromStore): Define.
2765         * lib/crypt32.def (CertDuplicateStore, CertEnumCertificatesInStore,
2766         CertDuplicateCertificateContext, CertGetNameStringA, CertGetNameStringW,
2767         CertGetNameString, PFXIsPFXBlob, CertFindExtension, CryptDecodeObject,
2768         CertAddCertificateContextToStore, CertCompareCertificate,
2769         PFXVerifyPassword, PFXImportCertStore, CertDeleteCertificateFromStore):
2770         Define.
2771
2772 2006-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2773
2774         * lib/uuid.c: Remove.
2775
2776 2006-07-20  Elias Naur  <elias_naur@users.sourceforge.net>
2777
2778         * include/devguid.h: Add new file with missing GUID_DEVCLASS_*
2779         declarations. They were extracted from the registry with a script.
2780         * lib/devguid.c: Add new file with the implementation of the
2781         missing GUIDs.
2782         * lib/Makefile.in: Add devguid.c to UUID_SOURCES and UUID_OBJS.
2783
2784 2006-07-19  Elias Naur  <elias_naur@users.sourceforge.net>
2785
2786         * include/winuser.h (WM_INPUT): Add missing Raw Input
2787         notification define.
2788         (RID_DEVICE_INFO_MOUSE, RID_DEVICE_INFO_KEYBOARD,
2789         RID_DEVICE_INFO_HID, RID_DEVICE_INFO): Define Raw Input structs
2790
2791 2006-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
2792
2793         [mingw-Bugs-1525021]
2794         * iptypes.h (IP_ADAPTER_ANYCAST_ADDRESS): Fix NONAMELESSUNION warnings.
2795         (IP_ADAPTER_MULTICAST_ADDRESS): Likewise.
2796         (IP_ADAPTER_UNICAST_ADDRESS): Likewise.
2797         (IP_ADAPTER_DNS_SERVER_ADDRESS): Likewise.
2798         (IP_ADAPTER_ADAPTER_PREFIX): Likewise.
2799         (IP_ADAPTER_ADDRESSES): Likewise.
2800
2801 2006-06-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2802
2803         * lib/uuid.c (CLSID_FileProtocol, CLSID_FtpProtocol, CLSID_GopherProtocol,
2804         CLSID_HttpProtocol, CLSID_HttpSProtocol, CLSID_MkProtocol,
2805         CLSID_PSUrlMonProxy, CLSID_StdURLMoniker): Remove.  Moved to
2806         extras-uuid.c.
2807         * lib/extras-uuid.c (CLSID_FileProtocol, CLSID_FtpProtocol, CLSID_GopherProtocol,
2808         CLSID_HttpProtocol, CLSID_HttpSProtocol, CLSID_MkProtocol,
2809         CLSID_PSUrlMonProxy, CLSID_StdURLMoniker): Added.
2810         * lib/hlguids-uuid.c: State source of CLSIDs.
2811
2812 2006-06-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2813
2814         * lib/Makefile.in: Added extras-uuid as an object and source.
2815         * lib/uuid.c (IID_IClientSiteHandler, IID_IContinue, IID_IHttpNegotiate,
2816         IID_IPersistMoniker, IID_IServerHandler, IID_ITargetEmbedding,
2817         IID_ITargetFrame, IID_ITypeComp, IID_IUrlHistoryStg, IID_IWinInetHttpInfo,
2818         IID_IWinInetInfo, IID_IEnumSTATPROPSETSTG, IID_IEnumSTATPROPSTG,
2819         IID_IEnumSTATURL): Remove.  Moved to extras-uuid.c.
2820         * lib/extras-uuid.c: New file.
2821         Thank you to Julien Lecomte (julienlecomte at users dot sourceforge dot
2822         net).
2823
2824 2006-06-12  Danny Smith  <dannysmith@users.sourceforge.net>
2825
2826         [mingw-Bugs-1424461]
2827         *include/imagehlp.h: Comment out IN, OUT and OPTIONAL,
2828         throughout.
2829         *include/rpcdce.h: Don't define IN, OUT or OPTIONAL if
2830         _NO_W32_PSEUDO_MODIFIERS.
2831         *include/rpcnsi.h: Comment out IN, OUT and OPTIONAL,
2832         throughout.
2833         *include/rpcnsip.h: Likewise.
2834         *include/windef.h: Don't define IN, OUT or OPTIONAL
2835         if _NO_W32_PSEUDO_MODIFIERS.
2836         *include/ddk/batclass.h: Comment out IN, OUT and OPTIONAL,
2837         throughout.
2838         *include/ddk/cfgmgr32.h: Likewise.
2839         *include/ddk/ddkmapi.h: Likewise.
2840         *include/ddk/hidclass.h: Likewise.
2841         *include/ddk/hidpi.h: Likewise.
2842         *include/ddk/kbdmou.h: Likewise.
2843         *include/ddk/mcd.h: Likewise.
2844         *include/ddk/miniport.h: Likewise.
2845         *include/ddk/minitape.h: Likewise.
2846         *include/ddk/ndis.h: Likewise.
2847         *include/ddk/ndistapi.h: Likewise.
2848         *include/ddk/ndiswan.h: Likewise.
2849         *include/ddk/ntapi.h: Likewise.
2850         *include/ddk/ntdd8042.h: Likewise.
2851         *include/ddk/ntddpcm.h: Likewise.
2852         *include/ddk/ntifs.h: Likewise.
2853         *include/ddk/ntpoapi.h: Likewise.
2854         *include/ddk/parallel.h: Likewise.
2855         *include/ddk/pfhook.h: Likewise.
2856         *include/ddk/scsiwmi.h: Likewise.
2857         *include/ddk/smbus.h: Likewise.
2858         *include/ddk/srb.h: Likewise.
2859         *include/ddk/storport.h: Likewise.
2860         *include/ddk/tdikrnl.h: Likewise.
2861         *include/ddk/upssvc.h: Likewise.
2862         *include/ddk/usbcamdi.h: Likewise.
2863         *include/ddk/usbscan.h: Likewise.
2864         *include/ddk/video.h: Likewise.
2865         *include/ddk/videoagp.h: Likewise.
2866         *include/ddk/win2k.h: Likewise.
2867         *include/ddk/winddi.h: Likewise.
2868         *include/ddk/winddk.h: Don't define IN, OUT or OPTIONAL
2869         if _NO_W32_PSEUDO_MODIFIERS.
2870         Comment out IN, OUT and OPTIONAL, throughout.
2871         *include/ddk/winnt4.h: Comment out IN, OUT and OPTIONAL,
2872         throughout.
2873         *include/ddk/ws2san.h: Likewise.
2874
2875 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2876
2877         * lib/Makefile.in:  Added hlguids-uuid as source and object.
2878
2879 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2880
2881         * lib/uuid.c (CLSID_StaticDib, CLSID_StaticMetafile, CLSID_StdHlink,
2882         CLSID_StdHlinkBrowseContext): Remove.  Moved to relevant files.
2883         * lib/cguid-uuid.c (CLSID_StaticDib, CLSID_StaticMetafile): Added.
2884         * lib/hlguids-uuid.c: New file.
2885         Thank you to Julien Lecomte (julienlecomte at users dot sourceforge dot
2886         net).
2887
2888 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2889
2890         * lib/Makefile.in: Added urlmon-uuid and hlink-uuid as sources and
2891         objects.
2892         * lib/uuid.c (IID_IAuthenticate, IID_IBindHost, IID_IBindProtocol,
2893         IID_IBindStatusCallback, IID_IBindStatusCallbackMsg, IID_IBinding,
2894         IID_IHlink, IID_IHlinkBrowseContext, IID_IHlinkFrame, IID_IHlinkSite,
2895         IID_IHlinkTarget): Remove.  Moved to new files.
2896         * lib/urlmon-uuid.c: New file.
2897         * lib/hlink-uuid.c: New file.
2898
2899 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2900
2901         * lib/Makefile.in: Added ativscp-uuid as source and object.
2902         * lib/uuid.c (IID_IActiveScript, IID_IActiveScriptError,
2903         IID_IActiveScriptParse, IID_IActiveScriptSite,
2904         IID_IActiveScriptSiteWindow): Remove.  Moved to ativscp-uuid.c.
2905         * lib/ativscp-uuid.c: New file.
2906
2907 2006-06-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2908
2909         * lib/uuid.c (IID_IClientSecurity, IID_IMallocSpy, IID_IServerSecurity):
2910         Remove.  Moved to objidl-uuid.c
2911         * lib/objidl-uuid.c (IID_IClientSecurity, IID_IMallocSpy,
2912         IID_IServerSecurity): Defined.
2913
2914 2006-06-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2915
2916         * lib/Makefile.in: Add cguid-uuid and olectlid-uuid as sources and
2917         objects.
2918         * lib/uuid.c (CLSID_CColorPropPage, CLSID_CFontPropPage,
2919         CLSID_CPicturePropPage, CLSID_Picture_Dib, CLSID_Picture_Metafile,
2920         CLSID_StdFont, CLSID_StdPicture, GUID_NULL, IID_ICreateTypeInfo,
2921         IID_ICreateTypeInfo2, IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_IDebug,
2922         IID_IDebugStream, IID_IDispatch, IID_IEnumFORMATETC,IID_IEnumMoniker,
2923         IID_IEnumOLEVERB, IID_IEnumSTATDATA, IID_IEnumSTATSTG, IID_IEnumString,
2924         IID_IEnumUnknown, IID_IEnumVARIANT, IID_IOleLink, IID_IPSFactory,
2925         IID_IRpcChannel, IID_IRpcProxy, IID_IRpcStub, IID_ITypeInfo,
2926         IID_ITypeInfo2, IID_ITypeLib, IID_ITypeLib2): Remove.  Moved to relevant
2927         files.
2928         * lib/oaidl-uuid.c (IID_ICreateTypeInfo, IID_ICreateTypeInfo2,
2929         IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_ITypeInfo, IID_ITypeInfo2,
2930         IID_ITypeLib, IID_ITypeLib2, IID_IEnumVARIANT): Define.
2931         * lib/cguid-uuid.c: New file.
2932         * lib/olectlid-uuid.c: New file.
2933
2934 2006-06-08  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2935
2936         * lib/Makefile.in: Add objsafe-uuid oaidl-uuid docobj-uuid comcat-uuid
2937         exdisp-uuid mlang-uuid objidl-uuid as sources and objects.
2938         * lib/uuid.c (CATID_Control, CATID_DocObject, CATID_Insertable,
2939         CATID_PersistsToPropertyBag, CATID_PersistsToStorage, CATID_PersistsToStream,
2940         CATID_PersistsToStreamInit, CATID_Printable, CATID_Programmable,
2941         CLSID_CMultiLanguage, CLSID_StdComponentCategoriesMgr, CLSID_WebBrowser,
2942         DIID_DWebBrowserEvents, DIID_DWebBrowserEvents2, IID_IAdviseSink,
2943         IID_IAdviseSink2, IID_IBindCtx, IID_ICatInformation, IID_ICatRegister,
2944         IID_IClassActivator, IID_IContinueCallback, IID_ICreateErrorInfo,
2945         IID_IDataAdviseHolder, IID_IDataObject, IID_IEnumCATEGORYINFO,
2946         IID_IEnumGUID, IID_IEnumOleDocumentViews, IID_IErrorInfo,
2947         IID_IExternalConnection, IID_IFillLockBytes, IID_ILockBytes, IID_IMalloc,
2948         IID_IMarshal, IID_IMessageFilter, IID_IMoniker, IID_IObjectSafety,
2949         IID_IOleCommandTarget, IID_IOleDocument, IID_IOleDocumentSite,
2950         IID_IOleDocumentView, IID_IPSFactoryBuffer, IID_IPersist,
2951         IID_IPersistFile, IID_IPersistStorage, IID_IPersistStream, IID_IPrint,
2952         IID_IProgressNotify, IID_IPropertySetStorage, IID_IPropertyStorage,
2953         IID_IROTData, IID_IRootStorage, IID_IRpcChannelBuffer,
2954         IID_IRpcProxyBuffer, IID_IRpcStubBuffer, IID_IRunnableObject,
2955         IID_IRunningObjectTable, IID_ISequentialStream, IID_IStdMarshalInfo,
2956         IID_IStorage, IID_IStream, IID_ISupportErrorInfo, IID_IWebBrowser,
2957         IID_IWebBrowser2, IID_IWebBrowserApp): Remove. Moved to new files.
2958         * lib/comcat-uuid.c: New file.
2959         * lib/docobj-uuid.c: New File.
2960         * lib/exdisp-uuid.c: New file.
2961         * lib/mlang-uuid.c: New file.
2962         * lib/oaidl-uuid.c: New file.
2963         * lib/objidl-uuid.c: New file.
2964         * lib/objsafe-uuid.c: New file.
2965
2966 2006-06-07  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2967
2968         * lib/Makefile.in: Add oleacc-uuid oleidl-uuid ocidl-uuid as sources and
2969         objects.
2970         * lib/uuid.c (IID_IOleCache, IID_IOleCache2, IID_IOleCacheControl, IID_IViewObject,
2971         IID_IViewObject2, IID_IDropSource, IID_IDropTarget, IID_IOleAdviseHolder,
2972         IID_IOleInPlaceUIWindow, IID_IOleInPlaceObject, IID_IOleInPlaceActiveObject,
2973         IID_IOleInPlaceFrame, IID_IOleInPlaceSite, IID_IOleContainer, IID_IOleItemContainer,
2974         IID_IOleClientSite, IID_IOleObject, IID_IOleWindow, IID_IParseDisplayName,
2975         IID_IAccessible, LIBID_Accessibility, IID_IQuickActivate, IID_IOleUndoManager,
2976         IID_IOleParentUndoUnit, IID_IOleUndoUnit, IID_IEnumOleUndoUnits, IID_IPointerInactive,
2977         IID_IAdviseSinkEx, IID_IOleInPlaceSiteEx, IID_IOleControl, IID_IOleControlSite,
2978         IID_IPersistPropertyBag, IID_IPersistPropertyBag2, IID_IPersistStreamInit,
2979         IID_IPersistMemory, IID_IPropertyBag, IID_IPropertyBag2, IID_IPropertyNotifySink,
2980         IID_IPropertyPage, IID_IPropertyPage2, IID_IPropertyPageSite, IID_IFont, IID_IFontDisp,
2981         IID_IPicture, IID_IPictureDisp, IID_IProvideClassInfo, IID_IProvideClassInfo2,
2982         IID_IEnumConnectionPoints, IID_IEnumConnections, IID_IConnectionPoint,
2983         IID_IConnectionPointContainer, IID_IClassFactory2, IID_IErrorLog,
2984         IID_IObjectWithSite, IID_IPerPropertyBrowsing, IID_ISimpleFrameSite,
2985         IID_ISpecifyPropertyPages): Remove. Moved to new files.
2986         * lib/oleidl-uuid.c: New file.
2987         * lib/oleacc-uuid.c: New file.
2988         * lib/ocidl-uuid.c: New file.
2989
2990 2006-06-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2991
2992         * lib/Makefile.in: Add unknwn-uuid and servprov-uuid as sources and
2993         objects.
2994         * lib/uuid.c (IID_IUnknown, IID_IClassFactory, IID_IServiceProvider):
2995         Remove.  Moved to unknwn-uuid and servprov-uuid.
2996         * lib/unknwn-uuid.c: New file.
2997         * lib/servprov-uuid.c: New file.
2998
2999 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
3000
3001         * include/strmif.h (VMRDeinterlaceTech): Correct typedef for DeinterlaceTech_*
3002         enum.
3003
3004 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
3005
3006         * include/strmif.h (enum tagAnalogVideoStandard): Add missing ','.
3007
3008 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
3009
3010         * include/winuser.h (DM_BITSPERPEL, DM_PELSWIDTH, DM_PELSHEIGHT,
3011         DM_DISPLAYFLAGS, DM_DISPLAYFREQUENCY): Remove.  Duplicates of
3012         wingdi.h defines.
3013
3014 2006-06-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3015
3016         * include/winuser.h ((SPI_GETMOUSETRAILS,SPI_SETMOUSETRAILS): Remove
3017         duplicate defines.
3018
3019         * include/winnt.h (SUBLANG_ARABIC_SAUDI_ARABIA): Revert accidental
3020         removal.
3021         (SUBLANG_MARATHI_INDIA): Remove duplicate define.
3022
3023 2006-05-24  Christopher Faylor  <cgf@timesys.com>
3024
3025         * configure.in: Update to newer autoconf.
3026         (thanks to Steve Ellcey)
3027         * configure: Regenerate.
3028         * aclocal.m4: New file.
3029
3030 2006-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
3031
3032         * lib/uuid.c (IID_IRpcProxyBuffer34): Remove definition.
3033
3034 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3035
3036         * include/rtutils.h (TraceDumpA,TraceDumpW,TracePutsA,TracePutsW)
3037         (TraceRegisterA,TraceRegisterW,TraceVprintfA,TraceVprintfW): Define
3038         as macros.
3039         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
3040
3041 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3042
3043         * include/mprapi.h (MprAdminMIBBufferFree,MprAdminMIBEntryCreate)
3044         (MprAdminMIBEntryDelete,MprAdminMIBEntryGet,MprAdminMIBEntryGetFirst)
3045         (MprAdminMIBEntryGetNext,MprAdminMIBEntrySet,MprAdminMIBGetTrapInfo)
3046         (MprAdminMIBServerConnect,MprAdminMIBServerDisconnect)
3047         (MprAdminMIBSetTrapInfo): Declare functions.
3048         Note: MprAdminMIBSetTrapInfo is missing from mprapi.def.
3049         (MIB_SERVER_HANDLE): New typedef.
3050         (MprConfigTransportSetInfo): Declare function.
3051         * lib/mprapi.def (MprSetupIpInIpInterfaceFriendlyNameEnum)
3052         (MprSetupIpInIpInterfaceFriendlyNameFree): Fix size.
3053
3054 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3055
3056         * lib/rtutils.def: New file. Generated on Windows XP.
3057         (TracePrintf{AW},TracePrintfEx{AW}): Left out for now.
3058         * include/rtutils.h: New file.
3059         (TraceDump{AW},TracePuts{AW},TraceRegister{AW},TraceVprintf{AW}):
3060         Commented out, they're missing from rtutils.def.
3061
3062 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3063
3064         * include/mprapi.h (MprInfoBlockAdd,MprInfoBlockFind)
3065         (MprInfoBlockQuerySize,MprInfoBlockRemove,MprInfoBlockSet)
3066         (MprInfoCreate,MprInfoDelete,MprInfoDuplicate)
3067         (MprInfoRemoveAll): Declare functions.
3068
3069 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3070
3071         * include/mprapi.h (MprConfigBufferFree,MprConfigGetFriendlyName)
3072         (MprConfigGetGuidName,MprConfigInterfaceCreate)
3073         (MprConfigInterfaceDelete,MprConfigInterfaceEnum)
3074         (MprConfigInterfaceGetHandle,MprConfigInterfaceGetInfo)
3075         (MprConfigInterfaceSetInfo,MprConfigInterfaceTransportAdd)
3076         (MprConfigInterfaceTransportEnum,MprConfigInterfaceTransportGetHandle)
3077         (MprConfigInterfaceTransportGetInfo,MprConfigInterfaceTransportRemove)
3078         (MprConfigInterfaceTransportSetInfo,MprConfigServerBackup)
3079         (MprConfigServerConnect,MprConfigServerDisconnect)
3080         (MprConfigServerGetInfo,MprConfigServerInstall)
3081         (MprConfigServerRestore,MprConfigTransportCreate)
3082         (MprConfigTransportDelete,MprConfigTransportEnum)
3083         (MprConfigTransportGetHandle,MprConfigTransportGetInfo)
3084         (MprConfigTransportSetInfo): Declare functions.
3085
3086 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3087
3088         * include/mprapi.h (MprAdminBufferFree)
3089         (MprAdminDeregisterConnectionNotification,MprAdminGetErrorString)
3090         (MprAdminInterfaceConnect,MprAdminInterfaceCreate)
3091         (MprAdminInterfaceDelete,MprAdminInterfaceDeviceGetInfo)
3092         (MprAdminInterfaceDeviceSetInfo,MprAdminInterfaceDisconnect)
3093         (MprAdminInterfaceEnum,MprAdminInterfaceGetCredentials)
3094         (MprAdminInterfaceGetCredentialsEx,MprAdminInterfaceGetHandle)
3095         (MprAdminInterfaceGetInfo,MprAdminInterfaceQueryUpdateResult)
3096         (MprAdminInterfaceSetCredentials,MprAdminInterfaceSetCredentialsEx)
3097         (MprAdminInterfaceSetInfo,MprAdminInterfaceTransportAdd)
3098         (MprAdminInterfaceTransportGetInfo,MprAdminInterfaceTransportRemove)
3099         (MprAdminInterfaceTransportSetInfo)
3100         (MprAdminInterfaceUpdatePhonebookInfo,MprAdminInterfaceUpdateRoutes)
3101         (MprAdminIsServiceRunning,MprAdminRegisterConnectionNotification)
3102         (MprAdminServerConnect,MprAdminServerDisconnect)
3103         (MprAdminServerGetCredentials,MprAdminServerGetInfo)
3104         (MprAdminServerSetCredentials,MprAdminTransportCreate)
3105         (MprAdminTransportGetInfo,MprAdminTransportSetInfo): Declare functions.
3106
3107 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3108
3109         * include/ipxtfflt.h: New file.
3110
3111 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3112
3113         * include/mprapi.h: Fix header guard. Cleanup.
3114         (MprAdminAcceptNewConnection,MprAdminAcceptNewConnection2)
3115         (MprAdminAcceptNewLink,MprAdminAcceptReauthentication)
3116         (MprAdminConnectionHangupNotification)
3117         (MprAdminConnectionHangupNotification2)
3118         (MprAdminGetIpAddressForUser,MprAdminInitializeDll)
3119         (MprAdminTerminateDll,MprAdminLinkHangupNotification)
3120         (MprAdminReleaseIpAddress): Declare functions.
3121         * lib/mprapi.def: Regenerate on Windows XP.
3122
3123 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3124
3125         * include/ipifcons.h: Cleanup.
3126         * include/ipxconst.h: Fix header guard.
3127         * include/ipxrtdef.h: include <ipxconst.h>.
3128
3129 2006-05-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3130
3131         * include/ipxrtdef.h: Cleanup.
3132         (IPX_INTERFACE_INFO_TYPE,IPX_STATIC_ROUTE_INFO_TYPE)
3133         (IPX_STATIC_SERVICE_INFO_TYPE,IPX_SERVICE_FILTER_INFO_TYPE)
3134         (IPX_ROUTE_FILTER_INFO_TYPE,IPX_IN_TRAFFIC_FILTER_INFO_TYPE)
3135         (IPX_ADAPTER_INFO_TYPE,IPXWAN_INTERFACE_INFO_TYPE,IPX_GLOBAL_INFO_TYPE)
3136         (IPX_STATIC_NETBIOS_NAME_INFO_TYPE)
3137         (IPX_IN_TRAFFIC_FILTER_GLOBAL_INFO_TYPE)
3138         (IPX_OUT_TRAFFIC_FILTER_INFO_TYPE)
3139         (IPX_OUT_TRAFFIC_FILTER_GLOBAL_INFO_TYPE): Define.
3140         * include/routprot.h: Cleanup.
3141         (PROTO_IP_OTHER,PROTO_IP_LOCAL,PROTO_IP_NETMGMT,PROTO_IP_ICMP)
3142         (PROTO_IP_EGP,PROTO_IP_GGP,PROTO_IP_HELLO,PROTO_IP_RIP,PROTO_IP_IS_IS)
3143         (PROTO_IP_ES_IS,PROTO_IP_CISCO,PROTO_IP_BBN,PROTO_IP_OSPF,PROTO_IP_BGP)
3144         (PROTO_IP_BOOTP,PROTO_IP_NT_AUTOSTATIC,PROTO_IP_NT_STATIC)
3145         (PROTO_IP_NT_STATIC_NON_DOD,IPRTRMGR_PID,IPX_PROTOCOL_BASE)
3146         (IPX_PROTOCOL_RIP,IPX_PROTOCOL_SAP,IPX_PROTOCOL_NLSP): Define.
3147         * include/fltdefs.h: New file.
3148         * include/ipinfoid.h: New file.
3149
3150 2006-05-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3151
3152         * include/strmif.h (IAMAnalogVideoDecoder,IAMAudioInputMixer)
3153         (IAMAudioRendererStats,IAMBufferNegotiation,IAMCameraControl)
3154         (IAMCertifiedOutputProtection): Add interfaces.
3155         * include/adsprop.h: New file.
3156         * include/cmnquery.h: New file.
3157         * include/dsadmin.h: New file.
3158         * include/dsclient.h: New file.
3159         * include/dsgetdc.h: New file.
3160         * include/dsquery.h: New file.
3161         * include/dsrole.h: New file.
3162         * include/ntdsapi.h: New file.
3163         * include/ntdsbcli.h: New file.
3164         * include/objsel.h: New file.
3165
3166 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3167
3168         * include/qedit.h (DEXTER_PARAM,DEXTER_VALUE,SCompFmt0): Add structures.
3169         (DEXTERF_TRACK_SEARCH_FLAGS,TIMELINE_MAJOR_TYPE): Add enums.
3170         (CONNECTF_DYNAMIC_NONE,CONNECTF_DYNAMIC_SOURCES)
3171         (CONNECTF_DYNAMIC_EFFECTS,SFN_VALIDATEF_CHECK,SFN_VALIDATEF_POPUP)
3172         (SFN_VALIDATEF_TELLME,SFN_VALIDATEF_REPLACE,SFN_VALIDATEF_USELOCAL)
3173         (SFN_VALIDATEF_NOFIND,SFN_VALIDATEF_IGNOREMUTED,RESIZEF_STRETCH)
3174         (RESIZEF_CROP,RESIZEF_PRESERVEASPECTRATIO)
3175         (RESIZEF_PRESERVEASPECTRATIO_NOLETTERBOX): Define.
3176
3177 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3178
3179         * include/qedit.h: New file.
3180         * include/errors.h: Cleanup.
3181
3182 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3183
3184         * include/amvideo.h (BIT_MASKS_MATCH): Don't use memcmp to
3185         avoid dependency on <string.h>.
3186         There's no Win32 equivalent for memcmp:
3187         http://support.microsoft.com/default.aspx?scid=kb;EN-US;q99456
3188
3189 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3190
3191         * include/amvideo.h (RESET_MASKS,RESET_PALETTE): Use ZeroMemory
3192         instead of memset to avoid dependency on <string.h>.
3193         * include/dshow.h (AM_ASPECT_RATIO_MODE,AM_WST_DRAWBGMODE,AM_WST_LEVEL)
3194         (AMExtendedSeekingCapabilities,AM_WST_SERVICE,AM_WST_STATE)
3195         (AM_WST_STYLE): Add enums.
3196         (AM_WST_PAGE,AMVABeginFrameInfo,AMVACompBufferInfo,AMVAEndFrameInfo,
3197         AMVAInternalMemInfo,AMVAUncompBufferInfo,AMVAUncompDataInfo): New
3198         structures.
3199         * include/errors.h (VFW_E_DVD_CMD_CANCELLED)
3200         (VFW_E_DVD_STATE_WRONG_VERSION,VFW_E_DVD_STATE_CORRUPT)
3201         (VFW_E_DVD_STATE_WRONG_DISC,VFW_E_DVD_INCOMPATIBLE_REGION)
3202         (VFW_E_DVD_NO_ATTRIBUTES,VFW_E_DVD_NO_GOUP_PGC)
3203         (VFW_E_DVD_LOW_PARENTAL_LEVEL,VFW_E_DVD_NOT_IN_KARAOKE_MODE)
3204         (VFW_E_FRAME_STEP_UNSUPPORTED,VFW_E_DVD_STREAM_DISABLED)
3205         (VFW_E_DVD_TITLE_UNKNOWN,VFW_E_DVD_INVALID_DISC)
3206         (VFW_E_DVD_NO_RESUME_INFORMATION)
3207         (VFW_E_PIN_ALREADY_BLOCKED_ON_THIS_THREAD,VFW_E_PIN_ALREADY_BLOCKED)
3208         (VFW_E_CERTIFICATION_FAILURE,VFW_E_VMR_NOT_IN_MIXER_MODE)
3209         (VFW_E_VMR_NO_AP_SUPPLIED,VFW_E_VMR_NO_DEINTERLACE_HW)
3210         (VFW_E_VMR_NO_PROCAMP_HW,VFW_E_DVD_VMR9_INCOMPATIBLEDEC)
3211         (VFW_E_NO_COPP_HW,VFW_E_BAD_KEY): Define.
3212         * include/evcode.h (AM_WMT_EVENT_DATA): New structure.
3213         * include/mmsystem.h (WAVE_FORMAT_EXTENSIBLE): Define.
3214         * include/edevdefs.h (ED_FORMAT_SMPTE_30,ED_FORMAT_SMPTE_30DROP)
3215         (ED_FORMAT_SMPTE_25,ED_FORMAT_SMPTE_24): Move from here...
3216         * include/strmif.h: ... to here. New file.
3217         * include/aviriff.h: New file.
3218         * include/bdatypes.h: New file.
3219         * include/control.h: New file.
3220         * include/dvdmedia.h: New file.
3221         * include/il21dec.h: New file.
3222         * include/ks.h: New file.
3223         * include/ksmedia.h: New file.
3224         * include/mmreg.h: New file.
3225         * include/mpegtype.h: New file.
3226         * include/vidcap.h: New file.
3227         * include/vmr9.h: New file.
3228         * include/vptype.h: New file.
3229         * include/xprtdefs.h: New file.
3230
3231 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3232
3233         * include/winnls.h [WINVER >= 0x0500] (LOCALE_IDEFAULTEBCDICCODEPAGE):
3234         Documented as defined on Windows 2000 or later.
3235         [WINVER >= 0x0600] (LOCALE_SDURATION,LOCALE_SIETFLANGUAGE)
3236         (LOCALE_SISO3166CTRYNAME2,LOCALE_SISO639LANGNAME2)
3237         (LOCALE_SKEYBOARDSTOINSTALL,LOCALE_SNAME,LOCALE_SNAN)
3238         (LOCALE_SNEGINFINITY,LOCALE_SPOSINFINITY,LOCALE_SSCRIPTS): Documented
3239         but values unknown, Windows Vista or later.
3240         (CAL_UMALQURA): Cleanup.
3241         (CAL_SSHORTESTDAYNAME_1,CAL_SSHORTESTDAYNAME_2,CAL_SSHORTESTDAYNAME_3)
3242         (CAL_SSHORTESTDAYNAME_4,CAL_SSHORTESTDAYNAME_5,CAL_SSHORTESTDAYNAME_6)
3243         (CAL_SSHORTESTDAYNAME7): Cleanup.
3244         [WINVER >= 0x0410] (CAL_SYEARMONTH,CAL_ITWODIGITYEARMAX)
3245         (CAL_NOUSEROVERRIDE,CAL_RETURN_NUMBER,CAL_USE_CP_ACP): Cleanup.
3246
3247 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3248
3249         * include/wingdi.h [WINVER >= 0x0500] (DC_PERSONALITY,DC_PRINTRATE)
3250         (DC_PRINTRATEUNIT,DC_PRINTERMEM,DC_MEDIAREADY,DC_STAPLE)
3251         (DC_PRINTRATEPPM,DC_COLORDEVICE,DC_NUP,DC_MEDIATYPENAMES)
3252         (DC_MEDIATYPES,DMPAPER_DBL_JAPANESE_POSTCARD,DMPAPER_A6)
3253         (DMPAPER_JENV_KAKU2,DMPAPER_JENV_KAKU3,DMPAPER_JENV_CHOU3)
3254         (DMPAPER_JENV_CHOU4,DMPAPER_LETTER_ROTATED)
3255         (DMPAPER_A3_ROTATED,DMPAPER_A4_ROTATED,DMPAPER_A5_ROTATED)
3256         (DMPAPER_B4_JIS_ROTATED,DMPAPER_B5_JIS_ROTATED)
3257         (DMPAPER_JAPANESE_POSTCARD_ROTATED)
3258         (DMPAPER_DBL_JAPANESE_POSTCARD_ROTATED)
3259         (DMPAPER_A6_ROTATED,DMPAPER_JENV_KAKU2_ROTATED)
3260         (DMPAPER_JENV_KAKU3_ROTATED,DMPAPER_JENV_CHOU3_ROTATED)
3261         (DMPAPER_JENV_CHOU4_ROTATED,DMPAPER_B6_JIS)
3262         (DMPAPER_B6_JIS_ROTATED,DMPAPER_12X11,DMPAPER_JENV_YOU4)
3263         (DMPAPER_JENV_YOU4_ROTATED,DMPAPER_P16K,DMPAPER_P32K)
3264         (DMPAPER_P32KBIG,DMPAPER_PENV_1,DMPAPER_PENV_2)
3265         (DMPAPER_PENV_3,DMPAPER_PENV_4,DMPAPER_PENV_5)
3266         (DMPAPER_PENV_6,DMPAPER_PENV_7,DMPAPER_PENV_8)
3267         (DMPAPER_PENV_9,DMPAPER_PENV_10,DMPAPER_P16K_ROTATED)
3268         (DMPAPER_P32K_ROTATED,DMPAPER_P32KBIG_ROTATED)
3269         (DMPAPER_PENV_1_ROTATED,DMPAPER_PENV_2_ROTATED)
3270         (DMPAPER_PENV_3_ROTATED,DMPAPER_PENV_4_ROTATED)
3271         (DMPAPER_PENV_5_ROTATED,DMPAPER_PENV_6_ROTATED)
3272         (DMPAPER_PENV_7_ROTATED,DMPAPER_PENV_8_ROTATED)
3273         (DMPAPER_PENV_9_ROTATED,DMPAPER_PENV_10_ROTATED): Define.
3274         (DMPAPER_LAST): Value depends on DMPAPER_* variables actually defined.
3275         (DM_PANNINGWIDTH,DM_PANNINGHEIGHT,DM_DISPLAYFIXEDOUTPUT)
3276         (DMDO_DEFAULT,DMDO_90,DMDO_180,DMDO_270,DMDFO_DEFAULT,DMDFO_STRETCH)
3277         (DMDFO_CENTER): Define.
3278         (GetDCBrushColor,GetDCPenColor): Declare.
3279         * lib/msimg32.def (GetDCBrushColor,GetDCPenColor): Add stubs.
3280
3281 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3282
3283         * include/winnt.h (LANG_PERSIAN,LANG_LOWER_SORBIAN,LANG_UPPER_SORBIAN)
3284         (LANG_TSWANA,LANG_XHOSA,LANG_ZULU,LANG_MALTESE,LANG_SAMI,LANG_IRISH)
3285         (LANG_TIBETAN,LANG_WELSH,LANG_KHMER,LANG_LAO,LANG_SINHALESE)
3286         (LANG_INUKTITUT,LANG_AMHARIC,LANG_TAMAZIGHT,LANG_FRISIAN)
3287         (LANG_PASHTO,LANG_FILIPINO,LANG_HAUSA,LANG_YORUBA,LANG_QUECHUA)
3288         (LANG_SOTHO,LANG_BASHKIR,LANG_LUXEMBOURGISH,LANG_GREENLANDIC)
3289         (LANG_IGBO,LANG_TIGRIGNA,LANG_YI,LANG_MAPUDUNGUN,LANG_MOHAWK)
3290         (LANG_BRETON,LANG_UIGHUR,LANG_MAORI,LANG_OCCITAN,LANG_CORSICAN)
3291         (LANG_ALSATIAN,LANG_YAKUT,LANG_KICHE,LANG_KINYARWANDA,LANG_WOLOF)
3292         (LANG_DARI,LANG_MALAGASY)
3293         (SUBLANG_CUSTOM_DEFAULT,SUBLANG_CUSTOM_UNSPECIFIED)
3294         (SUBLANG_UI_CUSTOM_DEFAULT,SUBLANG_AFRIKAANS_SOUTH_AFRICA)
3295         (SUBLANG_ALBANIAN_ALBANIA,SUBLANG_ALSATIAN_FRANCE)
3296         (SUBLANG_AMHARIC_ETHIOPIA,SUBLANG_ARMENIAN_ARMENIA)
3297         (SUBLANG_ASSAMESE_INDIA,SUBLANG_BASHKIR_RUSSIA,SUBLANG_BASQUE_BASQUE)
3298         (SUBLANG_BELARUSIAN_BELARUS,SUBLANG_BENGALI_INDIA)
3299         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN)
3300         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC)
3301         (SUBLANG_BRETON_FRANCE,SUBLANG_BULGARIAN_BULGARIA)
3302         (SUBLANG_CATALAN_CATALAN,SUBLANG_CORSICAN_FRANCE)
3303         (SUBLANG_CZECH_CZECH_REPUBLIC,SUBLANG_CROATIAN_CROATIA)
3304         (SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,SUBLANG_DANISH_DENMARK)
3305         (SUBLANG_DIVEHI_MALDIVES,SUBLANG_ENGLISH_IRELAND)
3306         (SUBLANG_ENGLISH_INDIA,SUBLANG_ENGLISH_MALAYSIA)
3307         (SUBLANG_ENGLISH_SINGAPORE,SUBLANG_ESTONIAN_ESTONIA)
3308         (SUBLANG_FAEROESE_FAROE_ISLANDS,SUBLANG_FILIPINO_PHILIPPINES)
3309         (SUBLANG_FINNISH_FINLAND,SUBLANG_FRISIAN_NETHERLANDS)
3310         (SUBLANG_GALICIAN_GALICIAN,SUBLANG_GEORGIAN_GEORGIA)
3311         (SUBLANG_GREEK_GREECE,SUBLANG_GREENLANDIC_GREENLAND)
3312         (SUBLANG_GUJARATI_INDIA,SUBLANG_HAUSA_NIGERIA,SUBLANG_HEBREW_ISRAEL)
3313         (SUBLANG_HINDI_INDIA,SUBLANG_HUNGARIAN_HUNGARY)
3314         (SUBLANG_ICELANDIC_ICELAND,SUBLANG_IGBO_NIGERIA)
3315         (SUBLANG_INDONESIAN_INDONESIA,SUBLANG_INUKTITUT_CANADA)
3316         (SUBLANG_INUKTITUT_CANADA_LATIN,SUBLANG_IRISH_IRELAND)
3317         (SUBLANG_JAPANESE_JAPAN,SUBLANG_KAZAK_KAZAKHSTAN)
3318         (SUBLANG_KHMER_CAMBODIA,SUBLANG_KICHE_GUATEMALA)
3319         (SUBLANG_KINYARWANDA_RWANDA,SUBLANG_KONKANI_INDIA)
3320         (SUBLANG_KYRGYZ_KYRGYZSTAN,SUBLANG_LAO_LAO_PDR)
3321         (SUBLANG_LATVIAN_LATVIA,SUBLANG_LITHUANIAN_LITHUANIA)
3322         (SUBLANG_LOWER_SORBIAN_GERMANY,SUBLANG_LUXEMBOURGISH_LUXEMBOURG)
3323         (SUBLANG_MACEDONIAN_MACEDONIA,SUBLANG_MALAYALAM_INDIA)
3324         (SUBLANG_MALTESE_MALTA,SUBLANG_MAORI_NEW_ZEALAND)
3325         (SUBLANG_MAPUDUNGUN_CHILE,SUBLANG_MARATHI_INDIA,SUBLANG_MOHAWK_MOHAWK)
3326         (SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA,SUBLANG_MONGOLIAN_PRC)
3327         (SUBLANG_NEPALI_NEPAL,SUBLANG_OCCITAN_FRANCE,SUBLANG_ORIYA_INDIA)
3328         (SUBLANG_PASHTO_AFGHANISTAN,SUBLANG_PERSIAN_IRAN)
3329         (SUBLANG_POLISH_POLAND,SUBLANG_PORTUGUESE_PORTUGAL)
3330         (SUBLANG_PUNJABI_INDIA,SUBLANG_QUECHUA_BOLIVIA,SUBLANG_QUECHUA_ECUADOR)
3331         (SUBLANG_QUECHUA_PERU,SUBLANG_ROMANIAN_ROMANIA)
3332         (SUBLANG_ROMANSH_SWITZERLAND,SUBLANG_RUSSIAN_RUSSIA)
3333         (SUBLANG_SAMI_NORTHERN_NORWAY,SUBLANG_SAMI_NORTHERN_SWEDEN)
3334         (SUBLANG_SAMI_NORTHERN_FINLAND,SUBLANG_SAMI_LULE_NORWAY)
3335         (SUBLANG_SAMI_LULE_SWEDEN,SUBLANG_SAMI_SOUTHERN_NORWAY)
3336         (SUBLANG_SAMI_SOUTHERN_SWEDEN,SUBLANG_SAMI_SKOLT_FINLAND)
3337         (SUBLANG_SAMI_INARI_FINLAND,SUBLANG_SANSKRIT_INDIA)
3338         (SUBLANG_SERBIAN_BOSNIA_HERZEGOVINA_LATIN)
3339         (SUBLANG_SERBIAN_BOSNIA_HERZEGOVINA_CYRILLIC)
3340         (SUBLANG_SINDHI_AFGHANISTAN,SUBLANG_SINHALESE_SRI_LANKA)
3341         (SUBLANG_SOTHO_NORTHERN_SOUTH_AFRICA,SUBLANG_SLOVAK_SLOVAKIA)
3342         (SUBLANG_SLOVENIAN_SLOVENIA,SUBLANG_SPANISH_US,SUBLANG_SWEDISH_SWEDEN)
3343         (SUBLANG_SYRIAC,SUBLANG_TAJIK_TAJIKISTAN)
3344         (SUBLANG_TAMAZIGHT_ALGERIA_LATIN,SUBLANG_TAMIL_INDIA)
3345         (SUBLANG_TATAR_RUSSIA,SUBLANG_TELUGU_INDIA,SUBLANG_THAI_THAILAND)
3346         (SUBLANG_TIBETAN_PRC,SUBLANG_TIBETAN_BHUTAN,SUBLANG_TIGRIGNA_ERITREA)
3347         (SUBLANG_TSWANA_SOUTH_AFRICA,SUBLANG_TURKISH_TURKEY)
3348         (SUBLANG_TURKMEN_TURKMENISTAN,SUBLANG_UIGHUR_PRC)
3349         (SUBLANG_UKRAINIAN_UKRAINE,SUBLANG_UPPER_SORBIAN_GERMANY)
3350         (SUBLANG_VIETNAMESE_VIETNAM,SUBLANG_WELSH_UNITED_KINGDOM)
3351         (SUBLANG_WOLOF_SENEGAL,SUBLANG_YORUBA_NIGERIA)
3352         (SUBLANG_XHOSA_SOUTH_AFRICA,SUBLANG_YAKUT_RUSSIA,SUBLANG_YI_PRC)
3353         (SUBLANG_ZULU_SOUTH_AFRICA): Define.
3354         (SUBLANG_ARABIC_SAUDI_ARABIA): Removed by error.
3355         (SUBLANG_MARATHI_INDIA): Defined twice by error.
3356
3357 2006-05-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3358
3359         * lib/directx/Makefile.in: Remove reference to libquartz.a since
3360         it was moved.
3361
3362 2006-05-05  Earnie Boyd  <earnie@users.sf.net>
3363
3364         * lib/scrnsave.c: Correct misspelled SPI_SCREENSAVERUNNING to
3365         SPI_SETSCREENSAVERUNNING.
3366         * include winuser.h (SPI_SCREENSAVERRUNNING): Remove again.
3367
3368 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3369
3370         * include/winuser.h (SPI_SCREENSAVERRUNNING): Define.
3371         It had been removed because it's no documented, but Cygwin needs it.
3372
3373 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3374
3375         * include/amvideo.h (IFullScreenVideo): Define.
3376         (BIT_MASKS_MATCH,PALETTISED,PALETTE_ENTRIES,RESET_MASKS,RESET_PALETTE,
3377         SIZE_EGA_PALETTE,SIZE_MASKS,SIZE_PALETTE): Added Macros.
3378
3379 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3380
3381         * include/winnls.h (CAL_SYEARMONTH,CAL_ITWODIGITYEARMAX,
3382         CAL_NOUSEROVERRIDE,CAL_RETURN_NUMBER,CAL_USE_CP_ACP): Documented
3383         as available on Windows 98 and better.
3384         (CAL_SSHORTESTDAYNAME_1,CAL_SSHORTESTDAYNAME_2,CAL_SSHORTESTDAYNAME_3)
3385         (CAL_SSHORTESTDAYNAME_4,CAL_SSHORTESTDAYNAME_5,CAL_SSHORTESTDAYNAME_6)
3386         (CAL_SSHORTESTDAYNAME7,CAL_UMALQURA): Define, Windows Vista and better.
3387
3388 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3389
3390         * include/amvideo.h: New file.
3391         * include/dshow.h: Include <amvideo.h>.
3392
3393 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3394
3395         * include/winuser.h (MOUSEEVENTF_XDOWN,MOUSEEVENTF_XUP): Define.
3396         (MOUSEEVENTF_MOVE,MOUSEEVENTF_LEFTDOWN,MOUSEEVENTF_LEFTUP)
3397         (MOUSEEVENTF_RIGHTDOWN,MOUSEEVENTF_RIGHTUP,MOUSEEVENTF_MIDDLEDOWN)
3398         (MOUSEEVENTF_MIDDLEUP,MOUSEEVENTF_ABSOLUTE,MOUSEEVENTF_WHEEL): Cleanup.
3399         (HWND_BROADCAST): Cleanup.
3400         (HWND_MESSAGE): Windows 2000 only.
3401         (SMTO_ABORTIFHUNG,SMTO_BLOCK,SMTO_NORMAL): Cleanup.
3402         (SMTO_NOTIMEOUTIFNOTHUNG): Define.
3403         (SIF_DISABLENOSCROLL,SIF_PAGE,SIF_POS,SIF_RANGE,SIF_TRACKPOS)
3404         (SIF_ALL): Cleanup.
3405         (SWP_DRAWFRAME,SWP_FRAMECHANGED,SWP_HIDEWINDOW,SWP_NOACTIVATE)
3406         (SWP_NOCOPYBITS,SWP_NOMOVE,SWP_NOSIZE,SWP_NOREDRAW,SWP_NOZORDER)
3407         (SWP_SHOWWINDOW,SWP_NOOWNERZORDER,SWP_NOREPOSITION,SWP_NOSENDCHANGING)
3408         (SWP_DEFERERASE,SWP_ASYNCWINDOWPOS): Cleanup.
3409         (HSHELL_ENDTASK,HSHELL_ACCESSIBILITYSTATE,HSHELL_APPCOMMAND): Define.
3410         (SPI_GETBLOCKSENDINPUTRESETS,SPI_GETCARETWIDTH,SPI_GETDROPSHADOW)
3411         (SPI_GETFILTERKEYS,SPI_GETFLATMENU,SPI_GETFOCUSBORDERHEIGHT)
3412         (SPI_GETFOCUSBORDERWIDTH,SPI_GETFONTSMOOTHINGCONTRAST)
3413         (SPI_GETFONTSMOOTHINGTYPE,SPI_GETFOREGROUNDFLASHCOUNT)
3414         (SPI_GETMENUSHOWDELAY,SPI_GETMOUSECLICKLOCK,SPI_GETMOUSECLICKLOCKTIME)
3415         (SPI_GETMOUSEHOVERHEIGHT,SPI_GETMOUSEHOVERTIME,SPI_GETMOUSEHOVERWIDTH)
3416         (SPI_GETMOUSESONAR,SPI_GETMOUSEVANISH,SPI_GETNONCLIENTMETRICS)
3417         (SPI_GETPOWEROFFACTIVE,SPI_GETPOWEROFFTIMEOUT,SPI_GETSCREENREADER)
3418         (SPI_GETSCREENSAVEACTIVE,SPI_GETSCREENSAVERRUNNING)
3419         (SPI_GETSCREENSAVETIMEOUT,SPI_GETMOUSEVANISH,SPI_GETNONCLIENTMETRICS)
3420         (SPI_GETPOWEROFFACTIVE,SPI_GETPOWEROFFTIMEOUT,SPI_GETSCREENREADER)
3421         (SPI_GETSCREENSAVEACTIVE,SPI_GETSCREENSAVERRUNNING)
3422         (SPI_GETSCREENSAVETIMEOUT,SPI_GETSNAPTODEFBUTTON,SPI_GETUIEFFECTS)
3423         (SPI_SETBLOCKSENDINPUTRESETS,SPI_SETCARETWIDTH,SPI_SETCURSORS)
3424         (SPI_SETDROPSHADOW,SPI_SETFILTERKEYS,SPI_SETFLATMENU)
3425         (SPI_SETFOCUSBORDERHEIGHT,SPI_SETFOCUSBORDERWIDTH)
3426         (SPI_SETFONTSMOOTHINGCONTRAST,SPI_SETFONTSMOOTHINGTYPE)
3427         (SPI_SETFOREGROUNDFLASHCOUNT,SPI_SETICONS,SPI_SETMENUSHOWDELAY)
3428         (SPI_SETMOUSECLICKLOCK,SPI_SETMOUSECLICKLOCKTIME)
3429         (SPI_SETMOUSEHOVERHEIGHT,SPI_SETMOUSEHOVERTIME)
3430         (SPI_SETMOUSEHOVERWIDTH,SPI_SETMOUSESONAR,SPI_SETMOUSEVANISH)
3431         (SPI_SETNONCLIENTMETRICS,SPI_SETPENWINDOWS,SPI_SETPOWEROFFACTIVE)
3432         (SPI_SETPOWEROFFTIMEOUT,SPI_SETSCREENREADER,SPI_SETSCREENSAVEACTIVE)
3433         (SPI_SETSCREENSAVERRUNNING,SPI_SETSCREENSAVETIMEOUT,SPI_SETSHOWIMEUI)
3434         (SPI_SETSNAPTODEFBUTTON,SPI_SETUIEFFECTS): Define.
3435         (SPI_GETACCESSTIMEOUT,SPI_GETANIMATION,SPI_GETBEEP)
3436         (SPI_GETDEFAULTINPUTLANG,SPI_GETDESKWALLPAPER,SPI_GETDRAGFULLWINDOWS)
3437         (SPI_GETFASTTASKSWITCH,SPI_GETFONTSMOOTHING,SPI_GETGRIDGRANULARITY)
3438         (SPI_GETHIGHCONTRAST,SPI_GETICONMETRICS,SPI_GETICONTITLELOGFONT)
3439         (SPI_GETICONTITLEWRAP,SPI_GETKEYBOARDDELAY,SPI_GETKEYBOARDPREF)
3440         (SPI_GETKEYBOARDSPEED,SPI_GETLOWPOWERACTIVE,SPI_GETLOWPOWERTIMEOUT)
3441         (SPI_GETMENUDROPALIGNMENT,SPI_GETMENUUNDERLINES,SPI_GETMINIMIZEDMETRICS)
3442         (SPI_GETMOUSE,SPI_GETMOUSEKEYS,SPI_GETMOUSESPEED,SPI_GETMOUSETRAILS)
3443         (SPI_GETSERIALKEYS,SPI_GETSHOWIMEUI,SPI_GETSHOWSOUNDS)
3444         (SPI_GETSOUNDSENTRY,SPI_GETSTICKYKEYS,SPI_GETTOGGLEKEYS)
3445         (SPI_GETWHEELSCROLLLINES,SPI_GETWINDOWSEXTENSION,SPI_GETWORKAREA)
3446         (SPI_ICONHORIZONTALSPACING,SPI_ICONVERTICALSPACING)
3447         (SPI_SETACCESSTIMEOUT,SPI_SETANIMATION,SPI_SETBEEP,SPI_SETBORDER)
3448         (SPI_SETDEFAULTINPUTLANG,SPI_SETDESKPATTERN,SPI_SETDESKWALLPAPER)
3449         (SPI_SETDOUBLECLICKTIME,SPI_SETDOUBLECLKHEIGHT,SPI_SETDOUBLECLKWIDTH)
3450         (SPI_SETDRAGFULLWINDOWS,SPI_SETDRAGHEIGHT,SPI_SETDRAGWIDTH)
3451         (SPI_SETFASTTASKSWITCH,SPI_SETFONTSMOOTHING,SPI_SETGRIDGRANULARITY)
3452         (SPI_SETHANDHELD,SPI_SETHIGHCONTRAST,SPI_SETICONMETRICS)
3453         (SPI_SETICONTITLELOGFONT,SPI_SETICONTITLEWRAP,SPI_SETKEYBOARDDELAY)
3454         (SPI_SETKEYBOARDPREF,SPI_SETKEYBOARDSPEED,SPI_SETLANGTOGGLE)
3455         (SPI_SETLOWPOWERACTIVE,SPI_SETLOWPOWERTIMEOUT,SPI_SETMENUDROPALIGNMENT)
3456         (SPI_SETMENUUNDERLINES,SPI_SETMINIMIZEDMETRICS,SPI_SETMOUSE)
3457         (SPI_SETMOUSEBUTTONSWAP,SPI_SETMOUSEKEYS,SPI_SETMOUSESPEED)
3458         (SPI_SETMOUSETRAILS,SPI_SETSERIALKEYS,SPI_SETSHOWSOUNDS)
3459         (SPI_SETSOUNDSENTRY,SPI_SETSTICKYKEYS,SPI_SETTOGGLEKEYS)
3460         (SPI_SETWHEELSCROLLLINES,SPI_SETWORKAREA): Cleanup.
3461         (SPI_GETMOUSETRAILS,SPI_SETMOUSETRAILS): Defined twice by error.
3462         (SPI_SCREENSAVERRUNNING): Removed.
3463         (SPIF_UPDATEINIFILE,SPIF_SENDCHANGE,SPIF_SENDWININICHANGE): Cleanup.
3464         * include/wingdi.h (ETO_NUMERICSLATIN,ETO_NUMERICSLOCAL)
3465         (ETO_IGNORELANGUAGE,ETO_PDY): Define.
3466         (ETO_CLIPPED,ETO_GLYPH_INDEX,ETO_OPAQUE,ETO_RTLREADING): Cleanup.
3467
3468 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3469
3470         * include/mprapi.h (MPR_SERVER_HANDLE): Add typedef.
3471         (MprAdminGetPDCServer): Add prototype.
3472         (MprAdminSendUserMessage): Add prototype.
3473         (MprAdminUserGetInfo): Add prototype.
3474         (MprAdminUserSetInfo): Add prototype.
3475         * lib/mprapi.def: Add stubs for above functions.
3476
3477 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3478
3479         * lib/directx/quartz.def: Move from here...
3480         * lib/quartz.def: ... to here.
3481
3482 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3483
3484         * include/amaudio.h: New file.
3485         * include/dshow.h: Include <amaudio.h>.
3486
3487 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3488
3489         * include/errors.h: New file.
3490         * include/dshow.h: Include <errors.h>.
3491
3492 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3493
3494         * include/dshow.h: New file.
3495         * include/evcode.h: New file.
3496         * include/audevcod.h: New file.
3497         * include/dvdevcod.h: New file.
3498
3499 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3500
3501         * include/mprapi.h (RAS_SERVER_HANDLE): Add typedef.
3502         (MprAdminConnectionClearStats): Add prototype.
3503         (MprAdminConnectionEnum): Add  prototype.
3504         (MprAdminConnectionGetInfo): Add prototype.
3505         (MprAdminConnectionRemoveQuarantine): Add prototype.
3506         (MprAdminPortClearStats): Add prototype.
3507         (MprAdminPortDisconnect): Add prototype.
3508         (MprAdminPortEnum): Add prototype.
3509         (MprAdminPortGetInfo): Add prototype.
3510         (MprAdminPortReset): Add prototype.
3511         * lib/mprapi.def: New file.
3512
3513 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3514
3515         *  include/mprapi.h: #include <lmcons.h>
3516         (MAX_DEVICETYPE_NAME): Add define.
3517         (MAX_PHONE_NUMBER_LEN): Add define.
3518         (ATADDRESSLEN): Add define.
3519         (IPADDRESSLEN): Add define.
3520         (IPXADDRESSLEN): Add define.
3521         (MPR_ENABLE_RAS_ON_DEVICE): Add define.
3522         (MPR_ENABLE_ROUTING_ON_DEVICE): Add define.
3523         (RAS_FLAGS_PPP_CONNECTION): Add define.
3524         (RAS_FLAGS_MESSENGER_PRESENT): Add define.
3525         (RAS_FLAGS_RAS_CONNECTION): Add define.
3526         (RAS_FLAGS_QUARANTINE_PRESENT): Add define.
3527         (RASCCPCA_STAC): Add define.
3528         (RASCCPCA_MPPC): Add define.
3529         (PPP_CCP_COMPRESSION): Add define.
3530         (PPP_CCP_ENCRYPTION40BITOLD): Add define.
3531         (PPP_CCP_ENCRYPTION40BIT): Add define.
3532         (PPP_CCP_ENCRYPTION128BIT): Add define.
3533         (PPP_CCP_ENCRYPTION56BIT): Add define.
3534         (PPP_CCP_HISTORYLESS): Add define.
3535         (RASPRIV_NoCallback): Add define.
3536         (RASPRIV_AdminSetCallback): Add define.
3537         (RASPRIV_CallerSetCallback): Add define.
3538         (RASPRIV_DialinPrivilege): Add define.
3539         (RASPRIV_CallbackType): Add define.
3540         (RASPRIV2_DialinPolicy): Add define.
3541         (PPP_LCP_PAP): Add define.
3542         (PPP_LCP_SPAP): Add define.
3543         (PPP_LCP_CHAP): Add define.
3544         (PPP_LCP_EAP): Add define.
3545         (PPP_LCP_CHAP_MD5): Add define.
3546         (PPP_LCP_CHAP_MS): Add define.
3547         (PPP_LCP_CHAP_MSV2): Add define.
3548         (PPP_LCP_MULTILINK_FRAMING): Add define.
3549         (enum _RAS_HARDWARE_CONDITION): Add.
3550         (enum _RAS_PORT_CONDITION): Add.
3551         (struct _PPP_ATCP_INFO): Add.
3552         (struct _PPP_ATCP_INFO): Add.
3553         (struct _PPP_IPCP_INFO): Add.
3554         (struct _PPP_IPCP_INFO2): Add.
3555         (struct _PPP_IPXCP_INFO): Add.
3556         (struct _PPP_LCP_INFO): Add.
3557         (struct _PPP_NBFCP_INFO): Add.
3558         (struct _PPP_INFO): Add.
3559         (struct _PPP_INFO_2): Add.
3560         (struct _RAS_CONNECTION_0): Add.
3561         (struct RAS_CONNECTION_1): Add.
3562         (struct _RAS_CONNECTION_2): Add.
3563         (struct RAS_PORT_0): Add.
3564         (struct _RAS_PORT_1): Add.
3565         (struct _RAS_USER_0): Add.
3566         (struct _RAS_USER_1): Add.
3567
3568 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3569
3570         * include/mprapi.h: New file.
3571         * include/routprot.h: New file.
3572         * include/ipxrtdef.h: New file.
3573         * include/ipxconst.h: New file.
3574         * include/stm.h: New file.
3575
3576 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3577
3578         * include/ddk/winddk.h (KAFFINITY): Fix typo.
3579         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
3580
3581 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3582
3583         * include/winbase.h (ENUMRESLANGPROC,ENUMRESLANGPROCA,ENUMRESLANGPROCW)
3584         (ENUMRESNAMEPROC,ENUMRESNAMEPROCA,ENUMRESNAMEPROCW)
3585         (ENUMRESTYPEPROC,ENUMRESTYPEPROCA,ENUMRESTYPEPROCW): ANSI and Unicode
3586         versions.
3587         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
3588
3589 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3590
3591         * include/ntsecapi.h (POLICY_DNS_DOMAIN_INFO): Fix typo.
3592         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
3593
3594 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3595
3596         * include/wingdi.h (BITMAPV5HEADER): New structure definition.
3597
3598 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3599
3600         * include/basetyps.h (REFFMTID): Define properly.
3601
3602 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3603
3604         * include/winnt.h (WT_SET_MAX_THREADPOOL_THREADS): Define.
3605         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
3606
3607 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3608
3609         * include/ipifcons.h (MIN_IF_TYPE,IF_TYPE_OTHER,IF_TYPE_REGULAR_1822)
3610         (IF_TYPE_HDH_1822,IF_TYPE_DDN_X25,IF_TYPE_RFC877_X25)
3611         (IF_TYPE_ETHERNET_CSMACD,IF_TYPE_IS088023_CSMACD)
3612         (IF_TYPE_ISO88024_TOKENBUS,IF_TYPE_ISO88025_TOKENRING)
3613         (IF_TYPE_ISO88026_MAN,IF_TYPE_STARLAN,IF_TYPE_PROTEON_10MBIT)
3614         (IF_TYPE_PROTEON_80MBIT,IF_TYPE_HYPERCHANNEL,IF_TYPE_FDDI)
3615         (IF_TYPE_LAP_B,IF_TYPE_SDLC,IF_TYPE_DS1,IF_TYPE_E1,IF_TYPE_BASIC_ISDN)
3616         (IF_TYPE_PRIMARY_ISDN,IF_TYPE_PROP_POINT2POINT_SERIAL,IF_TYPE_PPP)
3617         (IF_TYPE_SOFTWARE_LOOPBACK,IF_TYPE_EON,IF_TYPE_ETHERNET_3MBIT)
3618         (IF_TYPE_NSIP,IF_TYPE_SLIP,IF_TYPE_ULTRA,IF_TYPE_DS3,IF_TYPE_SIP)
3619         (IF_TYPE_FRAMERELAY,IF_TYPE_RS232,IF_TYPE_PARA,IF_TYPE_ARCNET)
3620         (IF_TYPE_ARCNET_PLUS,IF_TYPE_ATM,IF_TYPE_MIO_X25,IF_TYPE_SONET)
3621         (IF_TYPE_X25_PLE,IF_TYPE_ISO88022_LLC,IF_TYPE_LOCALTALK)
3622         (IF_TYPE_SMDS_DXI,IF_TYPE_FRAMERELAY_SERVICE,IF_TYPE_V35,IF_TYPE_HSSI)
3623         (IF_TYPE_HIPPI,IF_TYPE_MODEM,IF_TYPE_AAL5,IF_TYPE_SONET_PATH)
3624         (IF_TYPE_SONET_VT,IF_TYPE_SMDS_ICIP,IF_TYPE_PROP_VIRTUAL)
3625         (IF_TYPE_PROP_MULTIPLEXOR,IF_TYPE_IEEE80212,IF_TYPE_FIBRECHANNEL)
3626         (IF_TYPE_HIPPIINTERFACE,IF_TYPE_FRAMERELAY_INTERCONNECT)
3627         (IF_TYPE_AFLANE_8023,IF_TYPE_AFLANE_8025,IF_TYPE_CCTEMUL)
3628         (IF_TYPE_FASTETHER,IF_TYPE_ISDN,IF_TYPE_V11,IF_TYPE_V36)
3629         (IF_TYPE_G703_64K,IF_TYPE_G703_2MB,IF_TYPE_QLLC,IF_TYPE_FASTETHER_FX)
3630         (IF_TYPE_CHANNEL,IF_TYPE_IEEE80211,,IF_TYPE_IBM370PARCHAN)
3631         (IF_TYPE_ESCON,IF_TYPE_DLSW,IF_TYPE_ISDN_S,IF_TYPE_ISDN_U)
3632         (IF_TYPE_LAP_D,IF_TYPE_IPSWITCH,IF_TYPE_RSRB,IF_TYPE_ATM_LOGICAL)
3633         (IF_TYPE_DS0,IF_TYPE_DS0_BUNDLE,IF_TYPE_BSC,IF_TYPE_ASYNC,IF_TYPE_CNR)
3634         (IF_TYPE_ISO88025R_DTR,IF_TYPE_EPLRS,IF_TYPE_ARAP,IF_TYPE_PROP_CNLS)
3635         (IF_TYPE_HOSTPAD,IF_TYPE_TERMPAD,IF_TYPE_FRAMERELAY_MPI,IF_TYPE_X213)
3636         (IF_TYPE_ADSL,IF_TYPE_RADSL,IF_TYPE_SDSL,IF_TYPE_VDSL)
3637         (IF_TYPE_ISO88025_CRFPRINT,IF_TYPE_MYRINET,IF_TYPE_VOICE_EM)
3638         (IF_TYPE_VOICE_FXO,IF_TYPE_VOICE_FXS,IF_TYPE_VOICE_ENCAP)
3639         (IF_TYPE_VOICE_OVERIP,IF_TYPE_ATM_DXI,IF_TYPE_ATM_FUNI,IF_TYPE_ATM_IMA)
3640         (IF_TYPE_PPPMULTILINKBUNDLE,IF_TYPE_IPOVER_CDLC,IF_TYPE_IPOVER_CLAW)
3641         (IF_TYPE_STACKTOSTACK,IF_TYPE_VIRTUALIPADDRESS,IF_TYPE_MPC
3642         (IF_TYPE_IPOVER_ATM,IF_TYPE_ISO88025_FIBER,IF_TYPE_TDLC
3643         (IF_TYPE_GIGABITETHERNET,IF_TYPE_HDLC,IF_TYPE_LAP_F,IF_TYPE_V37)
3644         (IF_TYPE_X25_MLP,IF_TYPE_X25_HUNTGROUP,IF_TYPE_TRANSPHDLC)
3645         (IF_TYPE_INTERLEAVE,IF_TYPE_FAST,IF_TYPE_IP,IF_TYPE_DOCSCABLE_MACLAYER)
3646         (IF_TYPE_DOCSCABLE_DOWNSTREAM,IF_TYPE_DOCSCABLE_UPSTREAM)
3647         (IF_TYPE_A12MPPSWITCH,IF_TYPE_TUNNEL,IF_TYPE_COFFEE,IF_TYPE_CES)
3648         (IF_TYPE_ATM_SUBINTERFACE,IF_TYPE_L2_VLAN,IF_TYPE_L3_IPVLAN)
3649         (IF_TYPE_L3_IPXVLAN,IF_TYPE_DIGITALPOWERLINE,IF_TYPE_MEDIAMAILOVERIP)
3650         (IF_TYPE_DTM,IF_TYPE_DCN,IF_TYPE_IPFORWARD,IF_TYPE_MSDSL)
3651         (IF_TYPE_IEEE1394,IF_TYPE_RECEIVE_ONLY,MAX_IF_TYPE,IF_ACCESS_LOOPBACK)
3652         (IF_ACCESS_BROADCAST,IF_ACCESS_POINTTOPOINT)
3653         (IF_ACCESS_POINTTOMULTIPOINT,IF_CHECK_NONE,IF_CHECK_MCAST)
3654         (IF_CHECK_SEND,IF_CONNECTION_DEDICATED,IF_CONNECTION_PASSIVE)
3655         (IF_CONNECTION_DEMAND,IF_ADMIN_STATUS_UP,IF_ADMIN_STATUS_DOWN)
3656         (IF_ADMIN_STATUS_TESTING,IF_OPER_STATUS_NON_OPERATIONAL)
3657         (IF_OPER_STATUS_UNREACHABLE,IF_OPER_STATUS_DISCONNECTED)
3658         (IF_OPER_STATUS_CONNECTING,IF_OPER_STATUS_CONNECTED)
3659         (IF_OPER_STATUS_OPERATIONAL): Define.
3660         * include/winbase.h (CancelWaitableTimer,UnregisterWait):
3661         Add function declaration.
3662         * include/mgm.h: New file.
3663         * lib/rtm.def: New file.
3664         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
3665
3666 2006-04-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3667
3668         * include/ws2tcpip.h (gai_strerror): Remove thread-safety comment.
3669         This function cannot be made thread-safe, the API would have to be
3670         changed for that, just like strerror() -> strerror_r() and similar
3671         ISO C or POSIX functions...
3672
3673 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3674
3675         * include/edevdefs.h: New file.
3676
3677 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3678
3679         * include/mmsystem.h (_LPCWAVEFORMATEX_DEFINED): Define.
3680         Use as guard for the WAVEFORMATEX structure instead of
3681         _WAVEFORMATEX_ to avoid clashes with DirectSound. Keep
3682         _WAVEFORMATEX_ for compatibility.
3683         Thanks to:    Andrew Jones <guln at sf dot net>
3684
3685 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3686
3687         * include/winuser.h (CharNextEx,CharNextExW,CharPrevEx,CharPrevExW):
3688         Delete. Only CharNextExA and CharPrevExA are documented in MSDN.
3689         Thanks to:    David Golub <david_golub at sf dot net>
3690
3691 2006-04-18  Eric House  <ehouse@eehouse.org>
3692
3693         PocketPC support.
3694         * include/aygshell.h: New file [_WIN32_WCE]. Declare most common
3695         functions for using aygshell on PocketPC:
3696         SHCreateMenuBar, SHFindMenuBar, SHCreateNewItem, SHFullScreen,
3697         SHSipInfo, SHHandleWMActivate, SHHandleWMSettingChange
3698
3699         * include/commctrl.h [_WIN32_WCE] Add function prototypes for
3700         command bar API on PocketPC:
3701         CommandBar_Create, CommandBar_Show, CommandBar_AddBitmap,
3702         CommandBar_InsertComboBox, CommandBar_InsertMenubar,
3703         CommandBar_InsertMenubarEx, CommandBar_DrawMenuBar,
3704         CommandBar_GetMenu, CommandBar_AddAdornments, CommandBar_Height,
3705         CommandBar_InsertButton, CommandBar_Destroy.
3706
3707         * include/winbase.h [_WIN32_WCE] (WIN32_FIND_DATA{A|W}): Remove
3708         fields not present on PocketPC.
3709         (GetCurrentThreadId): Conditionally declare as extern function
3710         without dllimport attribute on PocketPC.
3711         (ResetEvent): Likwise.
3712         (SetEvent): Likewise.
3713
3714         * include/wingdi.h [_WIN32_WCE]  (GetTextExtentPoint32{A|W}):
3715         Conditionally declare as extern function without dllimport
3716          attribute on PocketPC.
3717         * winuser.h  [_WIN32_WCE] (DialogBoxParam{A|W}): Conditionally
3718         declare as extern function without dllimport attribute on PocketPC.
3719
3720 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
3721
3722         * lib/test.c: Include icm.h.
3723
3724 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
3725
3726         * include/wingdi.h (ColorCorrectPalette): Add declaration.
3727         (CreateColorSpace): Add UNICODE mappings.
3728         * lib/gdi32.def (ColorCorrectPalette): Add stub.
3729         * include/icm.h: New file.
3730         * lib/mscms.def: New file.
3731         * lib/icmui.def: New file.
3732
3733 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
3734
3735         * include/winnt.h (IMAGE_FILE_MACHINE_IA64): New define.
3736         (IMAGE_FILE_MACHINE_AMD64): New define.
3737         (IMAGE_NT_OPTIONAL_HDR32_MAGIC,IMAGE_NT_OPTIONAL_HDR64_MAGIC):
3738         New defines.
3739         (IMAGE_NT_OPTIONAL_HDR_MAGIC): Map to one of the above.
3740         (IMAGE_SUBSYSTEM_NATIVE_WINDOWS): New define.
3741         (IMAGE_SUBSYSTEM_WINDOWS_CE_GUI): New define.
3742         (IMAGE_DLLCHARACTERISTICS_WDM_DRIVER): New define.
3743         (IMAGE_DIRECTORY_ENTRY_ARCHITECTURE,IMAGE_DIRECTORY_ENTRY_DELAY_IMPORT)
3744         (IMAGE_DIRECTORY_ENTRY_COM_DESCRIPTOR): New defines.
3745         (IMAGE_SCN_TYPE_REG,IMAGE_SCN_TYPE_DSECT,IMAGE_SCN_TYPE_NOLOAD)
3746         (IMAGE_SCN_TYPE_GROUP,IMAGE_SCN_TYPE_COPY,IMAGE_SCN_TYPE_OVER):
3747         New defines.
3748         (IMAGE_SCN_ALIGN_128BYTES,IMAGE_SCN_ALIGN_256BYTES)
3749         (IMAGE_SCN_ALIGN_512BYTES,IMAGE_SCN_ALIGN_1024BYTES)
3750         (IMAGE_SCN_ALIGN_2048BYTES,IMAGE_SCN_ALIGN_4096BYTES)
3751         (IMAGE_SCN_ALIGN_8192BYTES): New defines.
3752         (IMAGE_DEBUG_TYPE_BORLAND): New define.
3753         (IMAGE_OPTIONAL_HEADER32,PIMAGE_OPTIONAL_HEADER32)
3754         (IMAGE_OPTIONAL_HEADER64,PIMAGE_OPTIONAL_HEADER64): New structure
3755         definitions and typedefs.
3756         (IMAGE_OPTIONAL_HEADER,PIMAGE_OPTIONAL_HEADER): Map to the above.
3757         (IMAGE_NT_HEADERS32,PIMAGE_NT_HEADERS32,IMAGE_NT_HEADERS64)
3758         (PIMAGE_NT_HEADERS64): New structure definitions and typedefs.
3759         (IMAGE_NT_HEADERS,PIMAGE_NT_HEADERS): Map to the above.
3760         (IMAGE_LOAD_CONFIG_DIRECTORY64,PIMAGE_LOAD_CONFIG_DIRECTORY64):
3761         New structure definition and typedefs.
3762         (IMAGE_CE_RUNTIME_FUNCTION_ENTRY,PIMAGE_CE_RUNTIME_FUNCTION_ENTRY):
3763         Likewise.
3764         (IMAGE_FUNCTION_ENTRY64,PIMAGE_FUNCTION_ENTRY64): Likewise.
3765
3766 2006-04-18  Bart Oldeman  <bartoldeman@users.sf.net>
3767
3768         * lib/test.c: Fix typo in #inlcude.
3769         * include/aclui.h: INTERFACE should not remain
3770         defined at the end of the header.
3771         * include/servprov.h: Ditto.
3772
3773 2006-04-16  Danny Smith  <dannysmith@users.sourceforge.net>
3774
3775         * include/ws2tcpip.h (gai_strerror): Add thread-safety comment.
3776
3777 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3778
3779         * include/ws2tcpip.h (gai_strerrorA,gai_strerrorW): Implement inline.
3780
3781 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3782
3783         * include/wsahelp.h (system_header): Add pragma.
3784         * include/ws2spi.h (system_header): Add pragma.
3785         * include/rasdlg.h (system_header): Add pragma.
3786         * include/rasdlg.h (_RASDLG_H): Define.
3787         Define instead of _RASDLG_H_, this is the w32api standard.
3788         * include/mlang.h (_MLANG_H): Define.
3789         Define instead of _MLANG_H_, this is the w32api standard.
3790         * include/setupapi.h (_SETUPAPI_H): Define.
3791         Define instead of _SETUPAPI_H_, this is the w32api standard.
3792
3793 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3794
3795         * include/rpcndr.h (boolean): Add typedef.
3796         Thanks to:    James du Russel <ephelon at users dot sf dot net>
3797         * include/rpcndr.h (_RPCNDR_H): Define.
3798         Define in addition to __RPCNDR_H__, this is the w32api standard.
3799
3800 2006-04-14  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3801
3802         * include/w32api.h: Increment version to 3.7.
3803         * Makefile.in: Ditto.
3804
3805 2006-04-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3806
3807         * include/winbase.h (GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS,
3808         GET_MODULE_HANDLE_EX_FLAG_PIN,
3809         GET_MODULE_HANDLE_EX_FLAG_UNCHANGED_REFCOUNT): Define.
3810         Thanks to:    Brandon Sneed <brandon at redf dot net>
3811
3812 2006-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
3813
3814         * include/secext.h: Enclose function declarations in extern "C"
3815         if __cplusplus.
3816
3817 2006-04-11  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3818
3819         * include/comcat.h: INTERFACE should not remain defined
3820         at the end of the header.
3821         * include/docobj.h: Ditto.
3822         * include/exdisp.h: Ditto.
3823         * include/intshcut.h: Ditto.
3824         * include/mlang.h: Ditto.
3825         * include/mshtml.h: Ditto.
3826         * include/oaidl.h: Ditto.
3827         * include/objidl.h: Ditto.
3828         * include/objsafe.h: Ditto.
3829         * include/ocidl.h: Ditto.
3830         * include/oleacc.h: Ditto.
3831         * include/oledlg.h: Ditto.
3832         * include/oleidl.h: Ditto.
3833         * include/richole.h: Ditto.
3834         * include/shldisp.h: Ditto.
3835         * include/shlobj.h: Ditto.
3836         * include/unknwn.h: Ditto.
3837         * include/vfw.h: Ditto.
3838         Thanks to:    Brandon Sneed <brandon at redf dot net>
3839
3840 2006-04-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3841
3842         * include/commdlg.h [_WIN32_WINNT >= 0x0500] (PD_CURRENTPAGE)
3843         (PD_NOCURRENTPAGE,PD_EXCLUSIONFLAGS,PD_USELARGETEMPLATE): Define.
3844         Thanks to:    Wolfgang Glas <softadm at users dot sf dot net>
3845
3846 2006-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
3847
3848         * include/iphlpapi.h (GetAdaptersAddresses): Check for winsock2
3849         here also.
3850
3851 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3852
3853         * include/wincrypt.h (PROV_MS_EXCHANGE): Define.
3854         We should probably remove PROV_MS_MAIL but I'm keeping it for
3855         now for compatibility reasons.
3856         Thanks to:    Marcus Agehall <agehall at users dot sf dot net>
3857
3858 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3859
3860         * include/commdlg.h [_WIN32_WINNT >= 0x0500] (START_PAGE_GENERAL)
3861         (PD_RESULT_PRINT,PD_RESULT_APPLY): Define.
3862         Thanks to:    Wolfgang Glas <softadm at users dot sf dot net>
3863
3864 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3865
3866         * include/wingdi.h [WINVER >= 0x0410]
3867         (AlphaBlend,GradientFill,TransparentBlt): Windows 98 and better.
3868         Thanks to:    Alessandro Antonello <aleantonello at users dot sf dot net>
3869
3870 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3871
3872         * include/wingdi.h (CAPTUREBLT,NOMIRRORBITMAP): Define.
3873         * include/commctrl.h (WC_LINKA,WC_LINKW,LIF_ITEMINDEX,LIF_STATE)
3874         (LIF_ITEMID,LIF_URL,LIS_FOCUSED,LIS_ENABLED,LIS_VISITED,LM_HITTEST)
3875         (LM_GETIDEALHEIGHT,LM_SETITEM,LM_GETITEM,MAX_LINKID_TEXT)
3876         (L_MAX_URL_LENGTH): Define.
3877         (LITEM,LHITTESTINFO,NMLINK): Add structures.
3878         Thanks to:    Brandon Sneed <brandon at redf dot net>
3879
3880 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3881
3882         * include/w32api.h (IE601,IE602,IE7): Define for recent versions of IE.
3883
3884 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3885
3886         * include/w32api.h (_W32API_H): Define.
3887         Define in addition to _W32API_H_, this is the w32api standard.
3888
3889 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3890
3891         * include/w32api.h (WindowsVista): Define.
3892
3893 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3894
3895         * include/iptypes.h (IP_ADAPTER_*): Define parts that depend
3896         on SOCKET_ADDRESS only if winsock2.h has already been included.
3897
3898 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3899
3900         * include/winuser.h (WM_IME_*): Remove. Defined in imm.h.
3901
3902 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3903
3904         * include/iphlpapi.h (GAA_FLAG_*): Define.
3905         (GetAdaptersAddresses): Add function declaration.
3906         * lib/iphlpapi.def (GetAdaptersAddresses): Add function stub.
3907         Thanks to:    ross <rossboulet at users dot sf dot net>
3908
3909 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3910
3911         * include/iptypes.h (IP_INTERFACE_NAME_INFO,
3912         IP_ADAPTER_ANYCAST_ADDRESS,IP_ADAPTER_MULTICAST_ADDRESS,
3913         IP_ADAPTER_UNICAST_ADDRESS,IP_ADAPTER_DNS_SERVER_ADDRESS,
3914         IP_ADAPTER_PREFIX,IP_ADAPTER_ADDRESSES): Add structures.
3915         (IF_OPER_STATUS,IP_DAD_STATE,IP_PREFIX_ORIGIN,IP_SUFFIX_ORIGIN,
3916         SCOPE_LEVEL): Add enums.
3917         (IP_ADAPTER_*): Define.
3918
3919 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3920
3921         * include/winuser.h (GetWindowExtEx): Removed, belongs to wingdi.h.
3922         Thanks to:    Sergey Philippov <phis at users dot sf dot net>
3923
3924 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3925
3926         * include/objidl.h (PIDSI_*): Define.
3927         (PRSPEC_*): Define.
3928         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
3929
3930 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3931
3932         * include/winbase.h (LOGON32_PROVIDER_WINNT40,
3933         LOGON32_PROVIDER_WINNT50, LOGON32_LOGON_NETWORK,
3934         LOGON32_LOGON_UNLOCK, LOGON32_LOGON_NETWORK_CLEARTEXT,
3935         LOGON32_LOGON_NEW_CREDENTIALS): Define.
3936         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
3937
3938 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3939
3940         * include/mq.h: New file.
3941         * lib/mqrt.def (MQ*): Define a few missing functions.
3942
3943 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3944
3945         * lib/mqrt.def: New file.
3946         Needs the mq.h file to work properly, working on it.
3947         Thanks to:    Pascal Obry <pobry at users dot sf dot net>
3948
3949 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3950
3951         * include/winerror.h (STG_E_*):  Define.
3952         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
3953         * include/winerror.h (STG_S_*): Define.
3954         (CO_S_MACHINENAMENOTFOUND): Define.
3955         (RPC_E_*): Define.
3956         (NTE_*): Define.
3957
3958 2006-04-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3959
3960         * include/commctrl.h (ListView_*):  Define and correct.
3961         (LVM_*): Define.
3962
3963 2006-04-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3964
3965         * include/winuser.h (WM_IME_*): Define (DWORD type).
3966         (EM_*IMESTATUS): Define.
3967         (WM_*): Define.
3968         (XBUTTON*): Define.
3969         Thanks to:    Steve Folly <spfolly at users dot sf dot net>
3970
3971 2006-03-31  Danny Smith  <dannysmith@users.sourceforge.net>
3972
3973         * include/winnetwk.h (WNetGetResourceInformationW):  Correct first param.
3974         Thanks to: Rene Rivera  <grafik at users dot sf dot net>
3975
3976 2006-03-29  Christopher Faylor  <cgf@timesys.com>
3977
3978         * include/winspool.h: Protect use of PRINTER_ENUM_VALUESW with proper
3979         version conditional.
3980
3981 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3982
3983         * include/winspool.h (JOB_INFO_3): Add structure.
3984         (PROVIDOR_INFO_*{AW}): Add structure.
3985         * include/winspool.h [_WIN32_WINNT >= 0x0500]
3986         (PRINTER_ENUM_VALUES{AW}): Add structure.
3987         (PRINTPROCESSOR_CAPS): Add structure.
3988
3989 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3990
3991         * include/winspool.h [_WIN32_WINNT >= 0x0500]
3992         (PRINTER_INFO_7A): Correct definition.
3993
3994 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3995
3996         * include/winspool.h [_WIN32_WINNT >= 0x0500]
3997         (DRIVER_INFO_*{AW}): Add structure.
3998         (PRINTER_INFO_*{AW}): Add structure.
3999         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4000
4001 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4002
4003         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4004         (DRIVER_*MODE): Define (DWORD type).
4005         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4006
4007 2006-03-27  Danny Smith  <dannysmith@users.sourceforge.net>
4008
4009         * include/wincon.h (GetConsoleProcessList): Declare.
4010
4011 2006-03-27  Hansres Engel  <engel@node.ch>
4012
4013         * include/mlang.h: New file.
4014
4015 2006-03-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4016
4017         * include/winbase.h (SetProcessWorkingSetSize): Corrected define.
4018
4019 2006-03-26  Hansres Engel  <engel@node.ch>
4020
4021          Add Uniscribe API for typography and for complex scripts.
4022         * include/usp10.h: New file.
4023         * lib/usp10.def: New file.
4024
4025         * include/winver.h:  Change first argument of GetFileVersionInfo[...] to const.
4026
4027         * include/imm.h (IMECHARPOSITION): Add structure.
4028         (RECONVERTSTRING): Likwise.
4029
4030         * include/commdlg.h (OPENFILENAME_SIZE_VERSION_400): Define.
4031
4032         * lib/uuid.c (CMultiLanguage): Add UUID definition.
4033         (IMLangFontLink2): Likewise.
4034         (IMultiLanguage): Likewise.
4035
4036 2006-03-18  Julien Lecomte  <julienlecomte@users.sourceforge.net>
4037
4038         * include/wincon.h  (ENABLE_*): Add more defines.
4039
4040 2006-03-18  Jan Nijtmans  <nijtmans@users.sourceforge.net>
4041
4042         * include/winnt.h (INHERITED_ACE): Define.
4043         (VALID_INHERIT_FLAGS): Correct definition.
4044
4045 2006-03-18  Peter Ã…strand  <astrand@cendio.se>
4046
4047          * lib/wtsapi32.def: New file.
4048
4049 2006-03-15  Christopher Faylor  <cgf@timesys.com>
4050
4051         * include/winbase.h (STATUS_DLL_INIT_FAILED): New define.
4052         (STATUS_DLL_INIT_FAILED_LOGOFF): Ditto.
4053
4054 2006-03-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4055
4056         * include/winspool.h (DI_MEMORYMAP_WRITE): Define (DWORD type).
4057         (FORM_USER,FORM_PRINTER): Define (DWORD type).
4058         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4059         (DSPRINT_*): Define (DWORD type).
4060         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4061
4062 2006-03-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4063
4064         * include/winspool.h (JOB_CONTROL_*,JOB_STATUS_*): Define.
4065         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4066
4067 2006-03-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4068
4069         * include/shellapi.h [_WIN32_IE >= 0x0600]
4070         (SEE_MASK_NOZONECHECKS,SEE_MASK_FLAG_LOG_USAGE): Define on
4071         Windows XP SP1 and Windows XP respectively.
4072
4073 2006-03-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4074
4075         * include/shellapi.h (NOTIFYICONDATA_V*_SIZE): Define.
4076         Thanks to:  Daniel Atallah <datallah at users dot sf dot net>
4077         * include/shellapi.h [_WIN32_IE >= 0x0500]
4078         (NIS_*): Introduced in Version 5.0.
4079
4080 2006-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
4081
4082         * include/wingdi.h (CS_*): Correct WINVER guard on
4083         Image Color Matching colour definitions.
4084
4085 2006-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
4086
4087         * include/shlobj.h (SFGAO_ISSLOW): Define.
4088         (SFGAO_DISPLAYATTRMASK): Define in terms of preceding display
4089         attribute constants.
4090
4091 2006-03-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4092
4093         * include/wingdi.h [WINVER >= 0x0500]
4094         (GRADIENT_FILL_*,*_EMBEDED): Included in Windows 2000 and later.
4095         Thanks to: David A. Capello <dacap at users dot sf dot net>
4096
4097 2006-03-05  Paul J. Lucas  <pauljlucas@users.sourceforge.net>
4098
4099         * include/wininet.h (INTERNET_CONNECTED_INFO): Define structure.
4100         (INTERNET_STATE_*): Define flags.
4101         (INTERNET_OPTION_CONNECTED_STATE): Define constant.
4102
4103 2006-03-05  Chris Wilson  <chris+mingw@qwirx.com>
4104
4105         * include/sddl.h: New file.
4106
4107 2006-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
4108
4109         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Revert
4110         last change.
4111         Remove file level #pragma pack(push,4)/#pragma pop.
4112
4113 2006-02-19  Corinna Vinschen  <corinna@vinschen.de>
4114
4115         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Add filler
4116         value to force correct alignment.
4117
4118 2006-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
4119
4120         * include/commctrl.h (LPNMLVCACHEHINT): Correct spelling.
4121         Thanks to: Sebastian Pipping <hartwork at users dot sf dot net>
4122         (PNM_CACHEHINT): Add backward compatibilty define.
4123         (LPNM_CACHEHINT): Likewise.
4124
4125 2006-02-06  Danny Smith  <dannysmith@users.sourceforge.net>
4126
4127         * include/shlobj.h (PathResolve): Fix typo in _WIN32_WINNT guard.
4128
4129 2006-02-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4130
4131         * include/shlobj.h (PRF_VERIFYEXISTS, PRF_TRYPROGRAMEXTENSIONS,
4132         PRF_FIRSTDIRDEF, PRF_DONTFINDLNK): Define.
4133         * lib/shell32.def (PathResolve): Define.
4134
4135 2006-02-06  Christopher Faylor  <cgf@timesys.com>
4136
4137         * include/shlobj.h (PathResolve): Fix typo.
4138
4139 2006-02-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4140
4141         * include/shlobj.h (PathResolve): Define.
4142         (PRF_VERIFYEXISTS, PRF_TRYPROGRAMEXTENSIONS, PRF_FIRSTDIRDEF,
4143         PRF_DONTFINDLNK): Ditto.
4144         * lib/shell32.def (PathResolve): Define.
4145
4146 2006-02-04  Ron Lee  <ronl@users.sourceforge.net>
4147
4148         * include/winnls.h: Remove stray end ';' from preprocessor defines.
4149
4150 2006-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
4151
4152         * lib/iphlpapi.def: (NotifyAddrChange@8): Define.
4153         Reported by: Daniel Atallah  <datallah at users dot sf dot net>
4154         (NotifyRouteChange@8): Define.
4155
4156 2006-01-29  Danny Smith  <dannysmith@users.sourceforge.net>
4157
4158         * include/winsock2.h (WINSOCK_API_LINKAGE): Define.  Add to
4159         prototypes.
4160
4161 2006-01-29  Danny Smith  <dannysmith@users.sourceforge.net>
4162
4163         * include/winnt.h (FORCEINLINE): Define.
4164
4165 2006-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
4166
4167         * include/winnt.h (DECLSPEC_SELECTANY): Define.
4168
4169 2006-01-26  Filip Navara  <xnavara@volny.cz>
4170
4171         * include/winnt.h (DECLSPEC_ALIGN): Define.
4172
4173 2006-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
4174
4175         * include/commctrl.h: Correct spelling of 'compatibility' in
4176         comments.
4177         * include/setupapi.h: Likewise.
4178         * include/ws2tcpip.h: Likewise.
4179
4180 2006-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
4181
4182         * include/ddk/winddk.h (KeGetCurrentKPCR): Support -masm=intel.
4183
4184 2006-01-24  Jiri Malak  <Jiri.Malak@iol.cz>
4185
4186         WATCOM compatibility changes.
4187         * include/ddk/ntddk.h (DECL_IMPORT): Define using __declspec,
4188         rather than __attribute__.
4189         (DECL_EXPORT): Likewise.
4190         * include/ddk/winddk.h (DDKAPI): Avoid using __attribute__.
4191         (DDKFASTAPI): Likewise.
4192         (DDKCDECLAPI): Likwise.
4193         (KeGetCurrentKPCR): Provide __WATCOMC__ syntax for inline code.
4194
4195 2006-01-23  Brandon Sneed  <brandon@redf.net>
4196
4197         * setupapi.def: Add all CM_* functions defined in ddk/cfgmgr32.h
4198         to exports.
4199
4200 2006-01-17  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4201
4202         * include/w32api.h: Increment version to 3.6.
4203         * Makefile.in: Ditto.
4204
4205 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
4206
4207         * include/wincrypt.h (WINADVAPI): Add to prototypes of
4208         advapi32.dll functions.
4209
4210 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
4211
4212         * include/winsock2.h (struct sockaddr_storage):  Use RFC 2553
4213         names for padding size constants.
4214
4215 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
4216
4217         * include/aclapi.h (WINADVAPI): Add to prototypes.
4218         * include/winreg.h (WINADVAPI): Likewise.
4219         * include/winsvc.h (WINADVAPI): Likewise.
4220
4221 2006-01-05  Michael Gerdau  <mgd@technosis.de>
4222
4223         * include/winbase.h (WINADVAPI): Define.
4224
4225 2006-01-03  Christopher Faylor  <cgf@timesys.com>
4226
4227         * include/winuser.h (CreateWindowStation): Correctly identify first
4228         argument as constant.
4229         (CreateWindowStation@): Ditto.
4230
4231 2006-01-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4232
4233         * include/uxtheme.h [_WIN32_WINNT >= 0x0501]
4234         (TMT_*, BT_*): Add constants.
4235
4236 2005-12-31  Corinna Vinschen  <corinna@vinschen.de>
4237
4238         * include/winsock2.h: Don't define struct sockaddr_storage when
4239         building Cygwin.
4240
4241 2005-12-22  Danny Smith  <dannysmith@users.sourceforge.net>
4242
4243         * lib/ws2_32.c: New file, defining IPv6 constants.
4244         * lib/Makefile.in (SOURCES): Add ws2_32.c
4245         (EXTRA_OBJS): Add ws2_32.o.
4246
4247 2005-12-21  Michael Jung  <mjung@iss.tu-darmstadt.de>
4248
4249         * lib/user32.def (PrivateExtractIconsA@32,
4250         PrivateExtractIconsW@32): Define.
4251         * lib/shell32.c (IID_IShellLinkDataList): Add GUID.
4252
4253 2005-12-12  Christopher Faylor  <cgf@timesys.com>
4254
4255         * include/winuser.h (WINSTA_ALL_ACCESS): Define.
4256
4257 2005-12-09  Danny Smith  <dannysmith@users.sourceforge.net>
4258
4259         * lib/kernel32.def (CreateFiberEx): Correct suffix.
4260
4261 2005-12-09  Huw Davies  <hdavies@users.sourceforge.net>
4262             Danny Smith <dannysmith@users.sourceforge.net>
4263
4264         * lib/msxml-uuid.c: New file to generate UUIDs for
4265         MSXML interfaces.
4266         * lib/Makefile.in (UUID_OBJS): Add msxml-uuid.o.
4267
4268 2005-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
4269
4270         * include/winbase.h (GetDevicePowerState): Add prototype.
4271         * lib/kernel32.def (GetDevicePowerState): Correct suffix.
4272
4273 2005-12-07  Brian Gunlogson  <gmb300@users.sourceforge.net>
4274
4275         * include/winuser.h (GetClassLongPtr{AW}): Guard prototypes with _WIN64.
4276         Define as macro if !_WIN64.
4277         (SetClassLongPtr{AW}): Likewise.
4278         (GCLP_*): Add GetClassLongPtr defines.
4279         * lib/user32.def (GetClassLongPtr{AW}): Remove stubs.
4280         (SetClassLongPtr{AW}): Likewise.
4281
4282 2005-11-18  Brian Gunlogson  <gmb300@users.sourceforge.net>
4283
4284         * include/winuser.h (GetClassLongPtr{AW}): Add prototypes.
4285         (SetClassLongPtr{AW}): Likewise.
4286         (GCLP_*): Add GetClassLongPtr defines.
4287         * lib/user32.def (GetClassLongPtr{AW}): Add stubs.
4288         (SetClassLongPtr{AW}): Likewise.
4289
4290 2005-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
4291
4292         * include/commdlg.h (OPENFILENAMEW): Add members for
4293         _WIN32_WINNT >= 0x0500.
4294         Thanks to Ricardo Dalcorsso Fodra.
4295         (OPENFILENAMEA): Modify whitespace. Ansify comment.
4296
4297 2005-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
4298
4299         * include/wingdi.h (GetICMProfileA): Correct prototype.
4300         (GetICMProfileW): Likewise.
4301         Thanks to: Paul J Lucas
4302
4303 2005-11-04  Michael Jung  <mjung@iss.tu-darmstadt.de>
4304
4305         * lib/shell32.c (CLSID_ShellFSFolder): Add GUID.
4306
4307 2005-11-03  Danny Smith  <dannysmith@users.sourceforge.net>
4308
4309         * lib/crypt32.def (CertOIDToAlgId, CertAlgIDToOID, CryptProtectData,
4310         CryptUnprotectData, CryptDecodeObjectEx, CryptEncodeObjectEx,
4311         CryptRegisterOIDFunction, CryptUnregisterOIDFunction): Add stubs.
4312         Thanks to: F Richter  <res2002 at users dot sourceforge dot net>
4313
4314 2005-10-29  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4315
4316         * include/objbase.h: Fix typo.
4317         * include/w32api.h: Increment version to 3.5.
4318         * Makefile.in: Ditto.
4319
4320 2005-10-27  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4321
4322         * include/w32api.h: Increment version to 3.4.
4323         * Makefile.in: Ditto.
4324
4325 2005-10-12  Danny Smith  <dannysmith@users.sourceforge.net>
4326
4327         * include/winbase.h (GetProcessId): Remove duplicate declaration.
4328         Use _WIN32_WINNT >= 0x0501 guard.
4329
4330 2005-10-11  Christopher Faylor  <cgf@timesys.com>
4331
4332         * include/winbase.h (GetProcessId): Declare.
4333
4334 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4335
4336         * lib/ddk/newdev.def: Added.
4337         Thanks to: Stephan Meyer <ste_meyer at users dot sourceforge dot net>
4338
4339 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4340
4341         * include/commdlg.h (OPENFILENAME): Added WINNT >= 0x0500
4342         component.
4343         Thanks to: Gennady Feldman <gena01 at users dot sourceforge dot net>
4344
4345 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4346
4347         * lib/shell32.def (SHILCreateFromPath): Add stub.
4348         Thanks to: Michael Jung <mjung at iss dot tu-darmstadt dot de>
4349
4350 2005-09-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4351
4352         * include/winbase.h (RegisterWaitForSingleObject,
4353         RegisterWaitForSingleObjectEx): Define.
4354         * lib/kernel32.def (RegisterWaitForSingleObjectEx@20): Define.
4355         (RegisterWaitForSingleObject@16): Changed to
4356         RegisterWaitForSingleObject@24.
4357         Thanks to: Brandon Sneed <nivenh at users dot sourceforge dot net>
4358
4359 2005-09-19  Danny Smith  <dannysmith@users.sourceforge.net>
4360
4361         * include/winsock2.h (SO_EXCLUSIVEADDRUSE): Define.
4362         Thanks to: Gisle Vanem  <giva at bgnett dot no>
4363
4364 2005-09-08  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4365
4366         * include/reason.h [_WIN32_WINNT >= 0x0501]
4367         (SHTDN_REASON_*): New file.
4368         * include/objbase.h: Avoid double header guard.
4369
4370 2005-08-17  Michael Jung  <mjung@iss.tu-darmstadt.de>
4371
4372         * lib/shell32.c (CLSID_RecycleBin, CLSID_ControlPanel,
4373         CLSID_MyComputer,CLSID_Internet, CLSID_NetworkPlaces,
4374         CLSID_MyDocuments, CLSID_FolderShortcut): Add GUIDs.
4375
4376 2005-08-17  Martin Fuchs  <martin-fuchs@gmx.net>
4377
4378         * include/shlobj.h (IContextMenu3): Define.
4379         * include/shlguid.h (IID_IContextMenu3): Declare.
4380         * lib/shell32.c (IID_IContextMenu3): Define.
4381
4382 2005-08-17  Martin Fuchs  <martin-fuchs@gmx.net>
4383
4384         * include/shlobj.h (SHFormatDrive): Declaration of function
4385         and associated constants.
4386
4387 2005-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
4388
4389         * include/ddk/hidsdi.h:  New file.
4390         * lib/ddk/hid.def: Uncomment symbols and add stdcall suffix for
4391         functions declared in hidsdi.h.
4392         Thanks to:  Alex J Lennon  <ajlennon at organixconsulting dot com>
4393
4394 2005-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
4395
4396         * lib/imm32.def (ImmDisableIME): Add stub.
4397         Thanks to: "kidmin"  <kidmin at users dot sourceforge dot net>
4398
4399 2005-08-10  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4400
4401         * include/w32api.h: Increment version to 3.3.
4402         * Makefile.in: Ditto.
4403
4404 2005-07-28  Earnie Boyd  <earnie@users.sf.net>
4405
4406         * include/winnt.h (SUBLANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN):
4407         Correct their values.
4408         Thanks to: Daniel K. O. <danielosmari at users dont sf dot net>
4409
4410 2005-07-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4411
4412         * include/winuser.h (HSHELL_RUDEAPPACTIVATED): Define.
4413
4414 2005-07-20  Danny Smith  <dannysmith@users.sourceforge.net>
4415
4416         * include/wingdi.h (TT_PRIM_CSPLINE): Define.
4417         Thanks to: Bob Jamison <ishmal at users dot sourceforge dot net>
4418
4419 2005-07-20  Danny Smith  <dannysmith@users.sourceforge.net>
4420
4421         * include/richedit.h (SETTEXTEX): Define structure and
4422         associated constants.
4423         (GT_SELECTION): Define GETTEXTEX flag constant.
4424
4425 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
4426
4427         * include/wingdi.h (SYSPAL_NOSTATIC256): Define.
4428
4429 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
4430
4431         * include/wingdi.h (WINGDIAPI): Define to DECLSPEC_DLLIMPORT
4432         if __W32API_USE_DLLIMPORT__.   Use throughout to qualify
4433         prototypes.
4434
4435 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
4436
4437         * include/commctrl.h (RBBS_USECHEVRON): Define.
4438         (RBBS_*): Use hex notation, group together.
4439
4440 2005-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
4441
4442         * lib/kernel32.def (GetUserGeoID): Correct suffix.
4443         Thanks to: "bernd23" <bernd23 at users dot sourceforge dot net>
4444
4445 2005-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
4446
4447         * include/commctrl.h (TreeView_SetItemState): Initilise
4448         _tvi.hItem.
4449         Thanks to:  Joseph Remes <jremes at users dot sourceforge dot net>
4450
4451 2005-07-18  Mattia Barbon  <mbarbon@users.sourceforge.net>
4452
4453         * include/commctrl.h (NMLVFINDITEM): Add structure.
4454
4455 2005-07-18  Michael Gerdau  <mgdde@users.sourceforge.net>
4456
4457         * include/wininet.h (WININET_API_FLAG_*): Add defines.
4458
4459 2005-07-18  Daniel Atallah  <datallah@users.sourceforge.net>
4460
4461         * include/winnt.h (VER_SET_CONDITION): Define.
4462
4463 2005-07-18  Michael Gerdau  <mgdde@users.sourceforge.net>
4464
4465         * include/wincon.h (AttachConsole): Correct _WIN32_WINNT guard.
4466         (ATTACH_PARENT_PROCESS): Define.
4467         (CONSOLE_WINDOWED_MODE): Correct definition to match MSDN
4468         documentation.
4469
4470 2005-07-17  Benoit Blanchon  <bblanchon@users.sourceforge.net>
4471
4472         * include/winbase.h (QueueUserWorkItem): Add prototype.
4473
4474 2005-07-13  Benoit Blanchon  <bblanchon@users.sourceforge.net>
4475
4476         * include/wingdi.h (SHADEBLENDCAPS, SB_NONE, SB_CONST_ALPHA,
4477         SB_PIXEL_ALPHA, SB_PREMULT_ALPHA, SB_GRAD_RECT, SB_GRAD_TRI,
4478         COLORMGMTCAPS, CM_NONE, CM_DEVICE_ICM, CM_GAMMA_RAMP,
4479         CM_CMYK_COLOR): Define.
4480
4481 2005-06-19  Danny Smith  <dannysmith@users.sourceforge.net>
4482
4483         * include/winldap.h (ldap_simple_bindW, ldap_simple_bind_sW,
4484         ldap_bindW, ldap_bind_sW): Change PCHAR arg to PWCHAR.
4485         Thanks to: Christian  <chhd at users dot sf dot net>
4486
4487 2005-06-18  Danny Smith  <dannysmith@users.sourceforge.net>
4488
4489         * include/richedit.h (GETTEXTEX): Correct name of lpUsedDefChar
4490         field.
4491         Thanks to: Saulius Menkevicius  <bobas at users dot sf dot net>
4492
4493 2005-06-18  Danny Smith  <dannysmith@users.sourceforge.net>
4494
4495         * include/winbase.h (GlobalDiscard): Define as macro.
4496         Thanks to: David Golub  <david_golub  at users dot sf dot net>
4497
4498 2005-05-13  Corinna Vinschen  <corinna@vinschen.de>
4499
4500         * include/winnetwk.h (WNetGetResourceParentA): Add missing declaration.
4501         (WNetGetResourceParentW): Ditto.
4502         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Define.
4503         (FILE_ID_BOTH_DIRECTORY_INFORMATION): Define.
4504
4505 2005-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
4506
4507         * include/wininet.h (FtpGetFileSize): Add prototype.
4508         (FtpCommand[AW]): Correct prototypes.
4509         Reported by: <siger at users dot sf dot net>
4510
4511 2005-04-25  Danny Smith  <dannysmith@users.sourceforge.net>
4512
4513         * include/vfw.h (capCreateCaptureWindow[AW]): Add prototypes.
4514         (capGetDriverDescription[AW]): Likewise.
4515
4516 2005-04-03  Corinna Vinschen  <corinna@vinschen.de>
4517
4518         * include/winnt.h (SE_UNDOCK_NAME TEXT): Define.
4519         (SE_MANAGE_VOLUME_NAME TEXT): Ditto.
4520         (SE_IMPERSONATE_NAME TEXT): Ditto.
4521         (SE_ENABLE_DELEGATION_NAME TEXT): Ditto.
4522         (SE_SYNC_AGENT_NAME TEXT): Ditto.
4523
4524 2005-03-16  Christopher Faylor  <cgf@timesys.com>
4525
4526         * include/winnt.h (SYSTEM_LUID): Fix definitition invalidated by below
4527         change.
4528
4529 2005-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
4530
4531         * include/winnt.h (_LUID): Add structure. Correct LUID typedef.
4532         Thanks to:
4533         Paul-Christiaan Spruijtenburg <wakarimasu at users dot sf dot net>
4534
4535 2005-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
4536
4537         * include/ws2tcpip.h (getaddrinfo, freeaddrinfo, getnameinfo):
4538         Guard with _WIN32_WINNT >= 0x0501. Add FIXME comment.
4539         (gai_strerror[AW]): Put into #if 0 block.
4540
4541 2005-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
4542
4543         * include/basetyps.h (__int16): Correct define.
4544
4545 2005-02-10  Jiri Malak  <Jiri.Malak@iol.cz>
4546             Danny Smith  <dannysmith@users.sourceforge.net>
4547
4548         * lib/directx/dinput_private.h (ATTRIBUTE_TEXT_SECTION): New
4549         define for Open Watcom portability.
4550         * lib/directx/(dinput_joy.c, dinput_joy2.c, dinput_kbd.c,
4551         dinput_mouse.c, dinput_mouse2.c): Use new macro in definition
4552         of local c_rgodfDI* objects. Replace .rdata section attribute
4553         with 'const' keyword in definition of global c_dfDI* objects.
4554
4555 2005-02-07  Danny Smith  <dannysmith@users.sourceforge.net>
4556
4557         * include/winioctl.h (IOCTL_VOLUME_BASE,
4558         IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS, IOCTL_VOLUME_IS_CLUSTERED):
4559         Copy defines from include/ddk/ntdddvol.h.
4560         Bug reported to Debian by Anand Kumria  <wildfire@progsoc.org>
4561
4562 2005-01-27  Oliver Stoeneberg  <oliverst@online.de>
4563
4564         * include/winbase.h (PWIN32_FIND_DATA): Add typedef.
4565
4566 2005-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
4567
4568         * include/winuser.h (SW_SMOOTHSCROLL): Add define.
4569         Reported by: Christian Ehrlicher  <chehrlic@users.sf.net>
4570
4571 2005-01-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4572
4573         * include/commdlg.h (OFN_DONTADDTORECENT): Added definition.
4574
4575 2005-01-18  Danny Smith  <dannysmith@users.sourceforge.net>
4576
4577         * lib/user32.def (MonitorFromPoint): Correct suffix.
4578
4579 2005-01-13  Benoit Blanchon  <bblanchon@users.sourceforge.net>
4580
4581         * include/wininet.h (InternetCheckConnectionA,
4582         InternetCheckConnectionW) Add prototypes.
4583         (INTERNET_RAS_INSTALLED, INTERNET_CONNECTION_OFFLINE,
4584         INTERNET_CONNECTION_CONFIGURED): Add defines.
4585
4586 2005-01-07  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4587
4588         * include/commctrl.h (ComboBox_SetMinVisible,
4589         ComboBox_GetMinVisible): Added Macros.
4590         * include/winuser.h (CB_SETMINVISIBLE, CB_GETMINVISIBLE):
4591         Added definitions.
4592
4593 2005-01-02  Jiri Malak  <Jiri.Malak@geac.cz>
4594
4595         * include/winnt.h (GetCurrentFiber, GetFiberData): Make inline
4596         assembly code conditional on _X86_.
4597
4598 2005-01-02  Earnie Boyd  <earnie@users.sf.net>
4599
4600         * include/w32api.h: Increment version to 3.2.
4601         * Makefile.in: Ditto.
4602         * include/afxres.h: Remove the \r from the line ending.
4603         * include/errorrep.h: Ditto.
4604         * include/shldisp.h: Ditto.
4605         * include/tschema.h: Ditto.
4606         * lib/dhcpcsvc.def: Ditto.
4607         * lib/uxtheme.def: Ditto.
4608         * lib/wldap32.def: Ditto.
4609
4610 2005-01-01  Danny Smith  <dannysmith@users.sourceforge.net>
4611
4612         * include/winerror.h (ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY):
4613         Correct typo.
4614         Thanks to: Aidan France  <aidan1@users.sourceforge.net>
4615
4616 2004-12-29  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4617
4618         *include/winuser.h (MNS_*, WM_MENUCOMMAND,
4619         WM_MENUGETOBJECT, WM_MENUDRAG, WM_NCMOUSEHOVER,
4620         WM_NCMOUSELEAVE, WM_UNINITMENUPOPUP,
4621         SPI_GETFOREGROUNDLOCKTIMEOUT,
4622         SPI_SETFOREGROUNDLOCKTIMEOUT): Added definitions.
4623         *include/imm.h (WM_IME_REQUEST): Added definition.
4624         *include/shlobj.h (SLGP_RAWPATH,
4625         SLGP_UNCPRIORITY): Added definition.
4626
4627 2004-12-28  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4628
4629         *include/winuser.h (HSHELL_FLASH): Added definition.
4630
4631 2004-12-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4632
4633         * include/shldisp.h (IAutoComplete): Added interface definiton.
4634         * include/shldisp.h (IAutoComplete2): Added interface definiton.
4635         * include/shldisp.h (ACO_AUTOSUGGEST): Added definition.
4636         * include/shlobj.h (IObjMgr): Added interface definiton.
4637         * lib/shell32.c (CLSID_AutoComplete, IID_AutoComplete,
4638         IID_AutoComplete2, CLSID_ACLMulti, IID_IObjMgr,
4639         CLSID_ACListISF, IID_IACList): Added GUIDs.
4640         * include/shlguid.h (CLSID_AutoComplete, IID_AutoComplete,
4641         IID_AutoComplete2, CLSID_ACLMulti, IID_IObjMgr,
4642         CLSID_ACListISF, IID_IACList): Added GUIDs.
4643
4644 2004-12-23  Danny Smith  <dannysmith@users.sourceforge.net>
4645
4646         * include/commctrl.h (CDRF_NOTIFYSUBITEMDRAW): Add define.
4647         Thanks to: Chris Sutcliffe  <ironhead@walled.net>
4648         (CDRF_*): Use hex notation for constants.
4649
4650 2004-12-08  Danny Smith  <dannysmith@users.sourceforge.net>
4651
4652         * include/sqlext.h (SQL_INTERVAL_*): Correct macros.
4653         Reported by Eric Sharkey <sharkey at netrics dot com>
4654
4655 2004-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
4656
4657         * include/winnt.h (TOKEN_INFORMATION_CLASS): Add
4658         TokenGroupsAndPrivileges, TokenSessionReference,
4659         TokenSandBoxInert, TokenAuditPolicy, TokenOrigin.
4660         Reformat.
4661         (SID_NAME_USE): Add SidTypeComputer.  Reformat.
4662         Thanks to Gabriel Linder <mingwlinder@users.sourceforge.net>
4663
4664 2004-12-02  Danny Smith  <dannysmith@users.sourceforge.net>
4665
4666         * lib/comctl32.def (ImageList_Copy, ImageList_DrawIndirect,
4667         ImageList_Duplicate): Add stubs.
4668
4669 2004-12-02  Danny Smith  <dannysmith@users.sourceforge.net>
4670
4671         * lib/directx/strmiids.c (MEDIASUBTYPE_YV12): Correct GUID.
4672         Thanks to "Pete" <pross@xvid.org>
4673
4674 2004-11-21 Benoit Blanchon  <bblanchon@users.sourceforge.net>
4675
4676         * include/wingdi.h (AC_SRC_ALPHA, AC_SRC_NO_ALPHA,
4677         AC_DST_NO_ALPHA, ...): Add defines.
4678         * include/winuser.h (ULW_COLORKEY,ULW_ALPHA,
4679         ULW_OPAQUE): Add defines.
4680
4681 2004-11-21  Danny Smith  <dannysmith@users.sourceforge.net>
4682
4683         * include/winnt.h (VerSetConditionMask): Correct typo in _WIN32_WINNT
4684         guard.
4685         * lib/kernel32.def (VerSetConditionMask): Correct stdcall
4686         suffix.
4687         * lib/ddk/ntoskrnl.def (VerSetConditionMask): Likewise.
4688
4689 2004-11-20  Danny Smith  <dannysmith@users.sourceforge.net>
4690
4691         * include/winbase.h (PPROCESS_INFORMATION): Add typedef.
4692         (CreateProcessWithLogonW): Declare.
4693         (LOGON_WITH_PROFILE, LOGON_NETCREDENTIALS_ONLY): Add defines.
4694         Thanks to: "jkmaki"  <jkmaki@users.sourceforge.net>
4695
4696 2004-11-19  Danny Smith  <dannysmith@users.sourceforge.net>
4697
4698         * include/sspi.h (SecPkgContext_Sizes): Fix typo.
4699         Thanks to: David Leonard  <leonard@users.sourceforge.net>
4700
4701 2004-11-19  Danny Smith  <dannysmith@users.sourceforge.net>
4702
4703         * include/sspi.h (SecPkgCredentials_Names[AW]): Correct name.
4704         Thanks to: David Leonard  <leonard@users.sourceforge.net>
4705
4706 2004-11-19  Magnus Olsen  <greatlord@users.sourceforge.net>
4707
4708         * include/winuser.h (MSLLHOOKSTRUCT): Add structure.
4709
4710 2004-11-19  Magnus Olsen  <greatlord@users.sourceforge.net>
4711
4712         * include/winuser.h (LLKHF_EXTENDED, LLKHF_INJECTED, LLKHF_UP):
4713         Add defines.
4714         (LLKHF_ALTDOWN): Define based on KF_ALTDOWN.
4715
4716 2004-11-19  Benoit Blanchon  <bblanchon@users.sourceforge.net>
4717
4718         * include/shellapi.h (NIF_GUID): Add another define.
4719
4720 2004-11-18  Earnie Boyd  <earnie@users.sf.net>
4721
4722         * include/wincon.h (AttachConsole): Correct the _WIN32_WINNT filter.
4723         Changed it twice due to inconsistent MSDN documentation.
4724         * include/w32api.h (Windows95, etc. and IE3, etc.): Add definitions.
4725
4726 2004-11-13  Danny Smith  <dannysmith@users.sourceforge.net>
4727
4728         * include/shlobj.h (SHGFP_TYPE): Add enum.
4729
4730 2004-11-12  Loïc Guilloux (glx@users.sourceforge.net>
4731
4732         * include/winuser.h (WM_THEMECHANGED): Add define.
4733
4734 2004-11-11  Danny Smith  <dannysmith@users.sourceforge.net>
4735
4736         * include/ddk/winddk.h (ExAllocateFromPagedLookasideList,
4737         ExFreeToPagedLookasideList): Guard inline versions with
4738         (__USE_NTOSKRNL__) && (_WIN32_WINNT >= 0x0501). Declare as
4739         external functions for earlier _WIN32_WINNT.
4740
4741 2004-11-11  Danny Smith  <dannysmith@users.sourceforge.net>
4742
4743         * include/ras.h (RASCONN[AW]): Remove dwSessionId field.
4744
4745 2004-11-09  Danny Smith  <dannysmith@users.sourceforge.net>
4746
4747         * include/winnls.h (WINBASEAPI): Define as DECLSPEC_IMPORT
4748         if  undefined and __W32API_USE_DLLIMPORT__.
4749         Add WINBASEAPI token to prototypes, throughout.
4750
4751 2004-11-08  Danny Smith  <dannysmith@users.sourceforge.net>
4752
4753         * include/winnt.h (GetCurrentFiber): Support -masm=intel.
4754         (GetFiberData): Likewise.
4755         (NtCurrentTeb): Likewise.
4756
4757 2004-11-04  Danny Smith  <dannysmith@users.sourceforge.net>
4758
4759         * include/shellapi.h (NIF_INFO): Add define.
4760         (NIIF_*) Add defines..
4761         Thanks to: Benoit Blanchon <bblanchon@users.sourceforge.net>
4762         (NIF_*): Convert constants to hex.
4763
4764 2004-11-02  Danny Smith  <dannysmith@users.sourceforge.net>
4765
4766         * include/wingdi.h (GetFontUnicodeRanges,GetGlyphIndicesA,
4767         GetGlyphIndicesW): Declare.
4768         (GGI_MARK_NONEXISTING_GLYPHS): Define
4769         * lib/gdi32.def (GetFontUnicodeRanges,GetGlyphIndicesA,
4770         GetGlyphIndicesW): Add stubs.
4771
4772 2004-10-24  Dan Aloni  <da-x@colinux.org>
4773
4774         * include/ddk/ntapi.h (NtQueryFullAttributesFile,
4775         ZwQueryFullAttributesFile): Declare.
4776         * include/ddk/ntapi.h (RtlDosPathNameToNtPathName_U):
4777         Declare.
4778         lib/ntoskrnl.def (ZwQueryDirectoryFile, ZwQueryFullAttributesFile.
4779         ZwQueryVolumeInformationFile): Add stubs.
4780
4781 2004-10-18  Danny Smith  <dannysmith@users.sourceforge.net>
4782
4783         * include/wsahelp.h (WINSOCK_MAPPING, WSHGetWinsockMapping,
4784         PWSH_GET_WINSOCK_MAPPING): Don't define if __OBJC__.
4785
4786 2004-10-15  Robert Wruck  <wruck@tweerlei.de>
4787             Danny Smith  <dannysmith@users.sourceforge.net>
4788
4789         * include/winbase.h (InitializeSListHead, Interlocked*):
4790         Guard with !__USE_NTOSKRNL__.
4791
4792         * include/ddk/ntddk.h (__USE_NTOSKRNL__): Define.
4793         * include/ddk/winddk.h (InitializeSListHead, Interlocked*):
4794         Guard with  __USE_NTOSKRNL__.
4795         (ExInterlockedPopEntrySList, ExInterlockedPushEntrySList):
4796         Add prototypes.  Guard macro definition with __USE_NTOSKRNL__
4797         && _WIN32_WINNT >= 0x0501
4798         (ExAllocateFromNPagedLookasideList, ExAllocateFromPagedLookasideList,
4799         ExFreeToNPagedLookasideList, ExFreeToPagedLookasideList):
4800         Replace calts to InterlockedPopEntrySList, InterlockedPushEntrySList
4801         with ExInterlockedPopEntrySList, ExInterlockedPushEntrySList.
4802
4803         * lib/ddk/ntosknl.def (ExInterlockedPopEntrySList,
4804         ExInterlockedPushEntrySList)  Add stubs with fastcall decoration.
4805         (ExDesktopObjectType, ExEventObjectType, ExSemaphoreObjectType,
4806         ExWindowStationObjectType, IoAdapterObjectType,
4807         IoDeviceHandlerObjectSize, IoDeviceHandlerObjectType,
4808         IoDeviceObjectType, IoDriverObjectType, IoFileObjectType,
4809         LpcPortObjectType, MmSectionObjectType, SeTokenObjectType):
4810         Uncomment stubs.
4811
4812 2004-10-11  Robert Wruck  <wruck@tweerlei.de>
4813
4814         * include/ddk/winddk.h (IoReleaseRemoveLockAndWait): Fix
4815         definition
4816         (IoReleaseRemoveLock): Add definition.
4817
4818 2004-10-10  Danny Smith  <dannysmith@users.sourceforge.net>
4819
4820         * include/ddk/winnt4.h (Exi386InterlockedDecrementLong,
4821         Exi386InterlockedExchangeUlong, Exi386InterlockedIncrementLong);
4822         Add prototypes.
4823         * include/winddk.h (ExInterlockedAddUlong,
4824         ExInterlockedInsertHeadList, ExInterlockedInsertTailList,
4825         ExInterlockedRemoveHeadList, ExInterlockedPopEntryList,
4826         ExInterlockedPushEntryList): Change calling convention to
4827         DDKAPI.
4828         (ExfInterlockedAddUlong,ExInterlockedInsertHeadList,
4829         ExInterlockedInsertTailList, ExInterlockedRemoveHeadList,
4830         ExInterlockedPopEntryList, ExInterlockedPushEntryList):
4831         Add prototypes for DDKFASTAPI versions.
4832         Thanks to Vadim Yegor0v <zg at bmg dot lv> for report.
4833         * lib/ntoskrnl.def (ExInterlockedAddUlong,
4834         ExInterlockedInsertHeadList, ExInterlockedInsertTailList,
4835         ExInterlockedRemoveHeadList, ExInterlockedPopEntryList,
4836         ExInterlockedPushEntryList): Remove lead '@' from stubs.
4837         (ExfInterlockedAddUlong,ExfInterlockedInsertHeadList,
4838         ExfInterlockedInsertTailList, ExfInterlockedRemoveHeadList,
4839         ExfInterlockedPopEntryList, ExfInterlockedPushEntryList):
4840         Add fastcall stubs.
4841         (Exi386InterlockedDecrementLong, Exi386InterlockedExchangeUlong,
4842         Exi386InterlockedIncrementLong); Add stdcall stubs.
4843
4844 2004-09-30  Danny Smith  <dannysmith@users.sourceforge.net>
4845
4846         * include/winbase.h (WINBASEAPI): Define as DECLSPEC_IMPORT only
4847          if __W32API_USE_DLLIMPORT__ is defined.
4848         * include/winuser.h (WINUSERAPI): Likewise.
4849
4850 2004-09-29  Filip Navara  <xnavara@volny.cz>
4851
4852         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
4853         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, mcd.h, miniport.h,
4854         mountdev.h, mountmgr.h, ndis.h, ndistapi.h, ndiswan.h, netpnp.h,
4855         newdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h, ntddcdvd.h,
4856         ntddchgr.h, ntdddisk.h, ntddkbd.h, ntddmou.h, ntddpar.h, ntddpcm.h,
4857         ntddscsi.h, ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h,
4858         ntddvdeo.h, ntddvol.h, ntpoapi.h, parallel.h, pfhook.h, poclass.h,
4859         scsi.h, scsiscan.h, smbus.h, srb.h, storport.h, tdiinfo.h,
4860         tdikrnl.h, tvout.h, upssvc.h, usb.h, usb100.h, usbdi.h, usbioctl.h,
4861         usbiodef.h, usbscan.h, usbuser.h, videoagp.h, winddi.h, winddk.h,
4862         winnt4.h, ws2san.h): Fixed packing.
4863         * include/ddk/atm.h (ATM_TRAFFIC_DESCRIPTOR_IE): Fixed declaration.
4864         * include/ddk/hidclass.h (HID_INTERFACE_HIDPARSE,
4865         HID_INTERFACE_NOTIFY_PNP): Likewise.
4866         * include/ddk/ndis.h (NDIS_DMA_BLOCK, CO_FLOW_PARAMETERS): Likewise.
4867         (NdisQueryPacketLength): Added macro. Thanks to Art Yerkes
4868         <ayerkes@speakeasy.net>.
4869         * include/ddk/usb100.h (USB_CONFIGURATION_DESCRIPTOR): Fixed
4870         declaration.
4871         * include/ddk/winddi.h (PATHDATA, GLYPHPOS): Likewise.
4872         * include/ddk/winddk.h (PDRIVER_CONTROL, PDRIVER_LIST_CONTROL,
4873         PDRIVER_ADD_DEVICE, PIO_COMPLETION_ROUTINE, PDRIVER_CANCEL,
4874         PKDEFERRED_ROUTINE, PDRIVER_DISPATCH, PIO_DPC_ROUTINE,
4875         PMM_DLL_INITIALIZE, PMM_DLL_UNLOAD, PDRIVER_ENTRY,
4876         PDRIVER_INITIALIZE, PKSERVICE_ROUTINE, PIO_TIMER_ROUTINE,
4877         PDRIVER_REINITIALIZE, PDRIVER_STARTIO, PKSYNCHRONIZE_ROUTINE,
4878         PDRIVER_UNLOAD, DRIVER_OBJECT): Fixed callback declarations.
4879         (struct FILE_BASIC_INFORMATION): Renamed to _FILE_BASIC_INFORMATION.
4880         (SYNCH_LEVEL): Added definition.
4881         (KPCR, KPCR_TIB): Fixed declaration.
4882         (Interlocked[Push/Pop]EntrySList): Declare only if winbase.h isn't
4883         included and _WIN32_WINNT >= 0x0501.
4884         (RtlEqualLuid): Fixed macro definition.
4885         (KfLowerIrql, KfRaiseIrql): Declare and use instead of KeLowerIrql and
4886         KeRaiseIrql on i386 architectures.
4887
4888 2004-09-06  Hosaka Yuji  <hos@tamanegi.org>
4889
4890         * include/mshtml.h (IHTMLDocument2): Correct get_selection
4891         declaration.
4892         (IHTMLSelectionObject): Correct get_type declaration.
4893         (IHTMLFramesCollection2, IHTMLWindow2, IHTMLFrameBase,
4894         IHTMLFrameBase2, IHTMLFrameBase3, IHTMLBodyElement,
4895         IHTMLBodyElement2): Add interfaces.
4896         (LPHTMLIMAGEELEMENTFACTORY, LPHTMLEVENTOBJ, LPHTMLSCREEN,
4897         LPHTMLOPTIONELEMENTFACTORY, LPOMHISTORY, LPOMNAVIGATOR): Add
4898         typedefs.
4899         * lib/mshtml-uuid.c (IID_IHTMLFrameBase2, IID_IHTMLFrameBase3):
4900         Add IIDs.
4901
4902 2004-09-05  Earnie Boyd  <earnie@users.sf.net>
4903
4904         * include/w32api.h: Increment version to 3.1.
4905         * Makefile.in: Ditto.
4906
4907 2004-09-05  Hosaka Yuji  <hos@tamanegi.org>
4908
4909         * include/winuser.h (MonitorFromPoint, MonitorFromRect,
4910         MonitorFromWindow): Add prototypes.
4911         * lib/user32.def (MonitorFromPoint, MonitorFromRect,
4912         MonitorFromWindowMonitorFromWindow): Add stubs.
4913         * include/shellapi.h (DuplicateIcon): Add prototype.
4914
4915 2004-09-05   Danny Smith  <dannysmith@users.sourceforge.net>
4916
4917         * include/winuser.h (WINUSERAPI): New define.
4918         Use it to mark user32.dll imports, throughout.
4919
4920 2004-09-05  Hosaka Yuji  <hos@tamanegi.org>
4921
4922         * lib/ddk/hid.def (HidD_FlushQueue, HidD_FreePreparsedData,
4923         HidD_GetAttributes, HidD_GetConfiguration, HidD_GetFeature,
4924         HidD_GetHidGuid, HidD_GetIndexedString, HidD_GetInputReport,
4925         HidD_GetManufacturerString, HidD_GetMsGenreDescriptor,
4926         HidD_GetNumInputBuffers, HidD_GetPhysicalDescriptor,
4927         HidD_GetPreparsedData, HidD_GetProductString,
4928         HidD_GetSerialNumberString, HidD_SetConfiguration,
4929         HidD_SetFeature, HidD_SetNumInputBuffers, HidD_SetOutputReport,
4930         HidP_GetButtonCaps, HidP_GetValueCaps): Add exports.
4931
4932 2004-08-25  Lars Rune Nøstdal  <daysleper@users.sourceforge.net>
4933
4934         * include/wincon.h (CONSOLE_FULLSCREEN_MODE, CONSOLE_WINDOWED_MODE):
4935         Add XP defines.
4936         (PCOORD): Add typedef.
4937         (GetConsoleDisplayMode, SetConsoleDisplayMode): Add prototypes.
4938
4939 2004-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
4940
4941         * include/winldap.h: Don't check value of UNICODE.
4942         Thanks to: "Jean-Do"  <spab@users.sourceforge.net>
4943
4944 2004-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
4945
4946         * include/winbase.h (WINBASEAPI): Guard with __INSIDE_CYGWIN__.
4947
4948 2004-08-24  Sam Robb  <samrobb@users.sourceforge.net>
4949
4950         * include/winbase.h (GetFileSizeEx): Add _WIN32_WINNT >= 0x0500
4951         guard.
4952
4953 2004-08-24   Danny Smith  <dannysmith@users.sourceforge.net>
4954
4955         * include/winbase.h: Add WINBASEAPI token to prototypes, throughout.
4956
4957 2004-08-15  Ken Fitlike  <kenfitlike@users.sourceforge.net>
4958
4959         * include/commctrl.h (WC_TREEVIEWA): Remove parenthenses.
4960
4961 2004-08-10  Sebastian Nowak  <snowak1@users.sourceforge.net>
4962
4963         * include/ws2spi.h (LPWSPSELECT): Correct typedef.
4964
4965 2004-08-10   Danny Smith  <dannysmith@users.sourceforge.net>
4966
4967         * include/wincrypt.h: Correct _WIN32_WINNT typo.
4968
4969 2004-08-10  Ed Schaller  <schallee@darkmist.net>
4970
4971         * include/wincrypt.h (MS_ENH_RSA_AES_PROV_A, MS_ENH_RSA_AES_PROV_W)
4972         (ALG_SID_AES_128, ALG_SID_AES_192, ALG_SID_AES_256, ALG_SID_AES 17)
4973         (CALG_AES_128, CALG_AES_192, CALG_AES_256, CALG_AES,PROV_RSA_AES):
4974         Add defines.
4975         (CALG_SHA1): Add define.
4976         (HP_HMAC_INFO): Add define.
4977         (HMAC_INFO): Add struct.
4978         (BLOBHEADER): Add typedef.
4979
4980 2004-07-26  Hartmut Honisch  <hhonisch@users.sourceforge.net>
4981
4982         * include/commctrl.h (TreeView_SetItemState): Define macro.
4983
4984 2004-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
4985
4986         * include/wingdi.h (CMYK): Correct macro. Group CMYK/RGB
4987         macros together.
4988
4989 2004-07-24  Brodie Thiesfield  <brofield@users.sourceforge.net>
4990
4991         * include/shlobj.h (FILEDESCRIPTOR): Unicode it.
4992         (FILEGROUPDESCRIPTOR): LIkewise.
4993
4994 2004-07-06  Corinna Vinschen  <corinna@vinschen.de>
4995
4996         * winbase.h (IsWow64Process): Add missing WINAPI qualifier.
4997
4998 2004-06-16  Danny Smith  <dannysmith@users.sourceforge.net>
4999
5000         * include/winnt.h (IMAGE_ORDINAL_FLAG): Map to ...
5001         (IMAGE_ORDINAL_FLAG{32,64}: New defines.
5002         (IMAGE_SNAP_BY_ORDINAL): Map to ...
5003         (IMAGE_SNAP_BY_ORDINAL{32,64}: New defines.
5004         (IMAGE_ORDINAL): Map to ...
5005         (IMAGE_ORDINAL{32,64}: New defines.
5006         (IMAGE_THUNK_DATA):  Map to ...
5007         (IMAGE_THUNK_DATA{32,64}: New structures.
5008         (IMAGE_THUNK_DATA): Map to ...
5009         (IMAGE_THUNK_DATA{32,64}: New structures.
5010         (IMAGE_IMPORT_DESCRIPTOR):  Map to ...
5011         (IMAGE_IMPORT_DESCRIPTOR{32,64}: New structures.
5012         (IMAGE_IMAGE_TLS_DIRECTORY)  Map to ...
5013         (IMAGE_IMAGE_TLS_DIRECTORY{32,64}: New structures.
5014
5015 2004-06-16  Bang Jun-Young  <junyoung@NetBSD.org>
5016
5017         * w32api/include/winnt.h (WAITORTIMERCALLBACKFUNC): Protect with
5018         _WIN32_WINNT >= 0x0500.
5019
5020 2004-06-05  Luke Dunstan  <infidel@users.sourceforge.net>
5021
5022         * include/winbase.h (GetWriteWatch): Correct prototype.
5023         (WRITE_WATCH_FLAG_RESET): Define.
5024         Thanks to Sergey Philippov <phis@users.sourceforge.net>.
5025
5026 2004-06-02  Rocher Laurent  <lrocher@users.sourceforge.net>
5027
5028         * include/commctrl.h (Animate_OpenEx): Define.
5029         (DateTime_GetSystemTime, DateTime_SetSystemTime): Correct names.
5030         (ListView_GetNumberOfWorkAreas): Correct macro.
5031         (ListView_SetUnicodeFormat, ListView_GetUnicodeFormat,
5032         ListView_SetItemCountEx, ListView_GetISearchString,
5033         TreeView_GetLastVisible, Header_CreateDragImage,
5034         Header_SetImageList, Header_GetImageList): Define.
5035         (LVM_SETUNICODEFORMAT, LVM_GETUNICODEFORMAT,
5036         MCM_GETUNICODEFORMAT, MCM_SETUNICODEFORMAT,
5037         TBSTATE_ELLIPSES): Define.
5038         (MonthCal_SetRange): Correct macro.
5039         (ImageList_Duplicate): Declare.
5040
5041 2004-05-29  Filip Navara  <xnavara@volny.cz>
5042
5043         * include/winnt.h (IMAGE_EXPORT_DIRECTORY): Fixed declaration.
5044
5045 2004-05-25  Al Slater  <al.slater@scluk.com>
5046
5047         * include/httpext.h (HSE_SEND_HEADER_EX_INFO,
5048         HSE_REQ_SEND_RESPONSE_HEADER_EX): Define.
5049
5050 2004-05-15  Filip Navara  <xnavara@volny.cz>
5051
5052         * include/ddk/kbdmou.h: New file.
5053         * lib/ddk/videoprt.def (VideoPortMapBankedMemory,
5054         VideoPortMapDmaMemory, VideoPortMapMemory): Correct suffix.
5055         * lib/ddk/ntoskrnl.def (_snprintf, _snwprintf, _vsnprintf,
5056         _vsnwprintf, sprintf, swprintf): Export.
5057
5058 2004-05-15  Filip Navara  <xnavara@volny.cz>
5059
5060         * include/ddk/ntddk.h: Don't set 4-byte alignment on included
5061         headers.
5062
5063 2004-05-07  Danny Smith  <dannysmith@users.sourceforge.net>
5064
5065         * include/wingdi.h: Correct non-unicode typedefs of
5066         ENUMLOGFONTEXDV, PENUMLOGFONTEXDV, LPENUMLOGFONTEXDV.
5067
5068 2004-05-07  Pascal Obry  <obry@act-europe.fr>
5069
5070         * include/winsock.h (IN_CLASSA): Fix macro.
5071         * include/winsock2.h (IN_CLASSA): Fix macro.
5072
5073 2004-04-29  Bart Oldeman  <bartoldeman@users.sourceforge.net>
5074
5075         * include/objbase.h (STGOPTIONS): Correct pwcsTemplateFile type.
5076         * include/aclui.h: Remove '\r', throughout.
5077         * include/msacm.h: Likewise.
5078         * lib/aclui.def: Likewise.
5079
5080 2004-04-28  Luke Dunstan  <infidel@users.sourceforge.net>
5081
5082         * lib/comctl32.def (SetWindowSubclass): Add stub.
5083         Thanks to Eugene <egladysh@users.sourceforge.net>.
5084
5085 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
5086
5087         * include/winbase.h (EXECUTION_STATE): Add typedef.
5088         (SetThreadExecutionState): Declare.
5089         * include/wingdi.h (_WINGDI_): Define.
5090         * include/objbase.h (_OBJBASE_H_): Define.
5091
5092 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
5093
5094         * include/winuser.h (SM_IMMENABLED, SM_CXFOCUSBORDER,
5095         SM_CYFOCUSBORDER, SM_TABLETPC, SM_MEDIACENTER): Add defines.
5096         (SM_CMETRICS): Adjust value.
5097         * include/winnt.h (PROCESSOR_ARCHITECTURE_MSIL): Correct define.
5098         (PROCESSOR_ARCHITECTURE_AMD64, PROCESSOR_ARCHITECTURE_IA32_ON_WIN64):
5099         Add defines.
5100         Thanks to Benoit Blanchon <bblanchon@users.sourceforge.net>
5101
5102 2004-04-24  Justin Forest  <vhex@users.sourceforge.net>
5103
5104         * include/winsock2.h (LUP_DEEP, LUP_CONTAINERS,
5105         LUP_NOCONTAINERS, LUP_NEAREST, LUP_RETURN_NAME,
5106         LUP_RETURN_TYPE, LUP_RETURN_VERSION, LUP_RETURN_COMMENT,
5107         LUP_RETURN_ADDR, LUP_RETURN_BLOB, LUP_RETURN_ALIASES,
5108         LUP_RETURN_QUERY_STRING, LUP_RETURN_ALL, LUP_RES_SERVICE,
5109         LUP_FLUSHCACHE, LUP_FLUSHPREVIOUS): Add defines.
5110
5111 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
5112
5113         * include/windns.h (DNSREC_QUESTION, DNSREC_ANSWER, DNSREC_AUTHORITY,
5114         DNSREC_ADDITIONAL): Add defines.
5115
5116 2004-04-23  Robert Wruck  <wruck@tweerlei.de>
5117
5118         * include/commctrl.h (LPNMLVDISPINFO): Add defines.
5119
5120 2004-04-23  Robert Wruck  <wruck@tweerlei.de>
5121
5122         * include/aclui.h: New file.
5123         * lib/aclui.def: New file.
5124         * lib/test.c: Add aclui.h to includes.
5125
5126 2004-04-21  Danny Smith  <dannysmith@users.sourceforge.net>
5127
5128         * include/winuser.h (SPI_GETACTIVEWINDOWTRACKING,
5129         SPI_GETACTIVEWNDTRKZORDER, SPI_SETACTIVEWINDOWTRACKING,
5130         SPI_SETACTIVEWNDTRKZORDER): Remove duplicate defines.
5131
5132 2004-04-20  Christopher Faylor  <cgf@alum.bu.edu>
5133
5134         * include/wingdi.h: Protect non-unicode case of below.
5135
5136 2004-04-20  Christopher Faylor  <cgf@alum.bu.edu>
5137
5138         * include/wingdi.h: Protect use of ENUMLOGFONTEXDV, PENUMLOGFONTEXDV,
5139         LPENUMLOGFONTEXDV with appropriate version check.
5140
5141 2004-04-18  Hans Leidekker  <hans@it.vu.nl>
5142
5143         * lib/directx/dxguid.c (CLSID_DirectSoundPrivate,
5144         DSPROPSETID_DirectSoundDevice): Add defines.
5145
5146 2004-04-20  Adrian Sandor  <aditsu@users.sourceforge.net>
5147
5148         * include/msacm.h: New file.
5149
5150 2004-01-09  Stuart Cunningham  <stuart_hc@users.sourceforge.net>
5151
5152         * include/objbase.h (STGFMT): Declare enum.
5153         (STGOPTIONS): Declare structure.
5154         (StgCreateStorageEx, StgOpenStorageEx): Declare.
5155         (STGOPTIONS_VERSION): Define.
5156         * lib/ole32.def (StgCreateStorageEx, StgOpenStorageEx): Add stubs.
5157
5158 2004-04-13  Filip Navara  <xnavara@volny.cz>
5159
5160         * include/winuser.h (IS_INTRESOURCE, MB_CANCELTRYCONTINUE,
5161         WM_NCXBUTTONDOWN, WM_NCXBUTTONUP, WM_NCXBUTTONDBLCLK,
5162         WM_XBUTTONDOWN, WM_XBUTTONUP, WM_XBUTTONDBLCLK,
5163         DCX_INTERSECTUPDATE, MK_XBUTTON1, MK_XBUTTON2,
5164         HELP_SETWINPOS): Define.
5165         (WM_MOUSELAST): Different value for _WIN32_WINNT >= 0x0500.
5166         (SPI_*): Add new definitions for WINVER >= 0x500.
5167         (CallMsgFilter[AW], SetWindowsHookA): Correct prototype.
5168         (InternalGetWindowText, SetWindowsHookW): Declare.
5169         * include/winbase.h (InitializeSListHead): Avoid conflicting
5170         definition with DDK headers.
5171
5172 2004-04-13  Gé van Geldorp  <gvg@reactos.com>
5173
5174         * include/winuser.h (GetLastError): Move from here...
5175         * include/winbase.h: ... to here.
5176
5177 2004-04-13  Filip Navara  <xnavara@volny.cz>
5178
5179         * include/winspool.h (DocumentPropertiesW): Correct prototype.
5180
5181 2004-04-13  Filip Navara  <xnavara@volny.cz>
5182
5183         * include/wingdi.h (ENHMETAHEADER): Add definitions for
5184         WINVER >= 0x400.
5185         (WCRANGE, GLYPHSET, LPPOLYTEXT[AW]): Declare.
5186         (ENUMLOGFONTEXW): Fix definition.
5187         (ENUMLOGFONTEXDV[AW]): Declare.
5188
5189 2004-04-13  Filip Navara  <xnavara@volny.cz>
5190
5191         * include/wingdi.h: Declare the DirectDraw structures only if
5192         the DirectDraw kernel mode headers aren't included.
5193         (EMFINFO): Declare.
5194         (EngStretchBlt, EngTextOut, FONTOBJ_cGetGlyphs,
5195         STROBJ_bEnumPositionsOnly): Correct prototypes.
5196
5197 2004-04-13  Filip Navara  <xnavara@volny.cz>
5198
5199         * include/objidl.h (PRPCOLEMESSAGE): Declare.
5200         * include/rpc.h (RPCRTAPI): Define.
5201         * include/rpcdce.h (RpcServerRegisterIf2): Declare.
5202         * include/rpcdcep.h (RPC_BLOCKING_FN, I_RpcSend): Declare.
5203         (RPC_BLOCKING_FUNCTION): Remove, replaced by RPC_BLOCKING_FN.
5204         (I_RpcBindingSetAsync): Correct prototype.
5205         * include/rpcndr.h (MIDL_STUB_MESSAGE): Rename 'Reserved' field
5206         to w2kReserved.
5207         (USER_MARSHAL_SIZING_ROUTINE, USER_MARSHAL_MARSHALLING_ROUTINE,
5208         USER_MARSHAL_UNMARSHALLING_ROUTINE, USER_MARSHAL_FREEING_ROUTINE,
5209         USER_MARSHAL_ROUTINE_QUADRUPLE, NDR_NOTIFY_ROUTINE, IDL_CS_CONVERT,
5210         CS_TYPE_NET_SIZE_ROUTINE, CS_TYPE_LOCAL_SIZE_ROUTINE,
5211         CS_TYPE_TO_NETCS_ROUTINE, CS_TYPE_FROM_NETCS_ROUTINE,
5212         CS_TAG_GETTING_ROUTINE, NDR_CS_SIZE_CONVERT_ROUTINES,
5213         NDR_CS_ROUTINES, NdrUserMarshalMarshall, NdrUserMarshalUnmarshall,
5214         NdrUserMarshalBufferSize, NdrUserMarshalMemorySize,
5215         NdrUserMarshalFree): Declare.
5216         (MIDL_STUB_DESC): Add new fields that were added in W2K.
5217         * include/rpcproxy.h (CStdStubBuffer): Ditto.
5218
5219 2004-04-13  Filip Navara  <xnavara@volny.cz>, David Welch  <welch@cwcom.net>
5220
5221         * include/ddk/ntapi.h (NtCurrentProcess, NtCurrentThread,
5222         LPC_MESSAGE_BASE_SIZE): Define.
5223         * include/ddk/ntifs.h: Move the pack pragma under header inclusion.
5224
5225 2004-04-13  Filip Navara  <xnavara@volny.cz>
5226
5227         * include/commctrl.h (TB_MARKBUTTON, NMTBGETINFOTIP[AW]):
5228         Declare.
5229
5230 2004-04-18  Allan Bazinet  <bazineta@users.sourceforge.net>
5231
5232         * include/winuser.h (MONITORINFOEX[AW]): Change to be derived from
5233         MONITORINFO when compiling as C++.
5234
5235 2004-04-17  Luke Dunstan  <infidel@users.sourceforge.net>
5236
5237         * README.w32api: List separate copyright conditions for some headers.
5238         * include/(winsock2.h, wsipx.h): Minor change to copyright header.
5239
5240 2004-04-15  Danny Smith  <dannysmith@users.sourceforge.net>
5241
5242         * include/wingdi.h (RGB): Correct macro.
5243
5244 2004-04-14  Robert Wruck  <rwruck@users.sourceforge.net>
5245
5246         * include/ddk/winddk.h (RtlEqualLuid): Correct macro.
5247
5248 2004-04-06  Luke Dunstan  <infidel@users.sourceforge.net>
5249
5250         * include/ocidl.h (QACONTAINERFLAGS): Correct typedef.
5251
5252 2004-03-29  Danny Smith  <dannysmith@users.sourceforge.net>
5253
5254         * lib/Makefile.in: Add directx to .PHONY target.
5255         * lib/directx/dxerr.c: Remove dependence on mingw runtime.
5256         Don't include stdio.h or tchar.h.
5257         Replace _T() macro with TEXT() macro, throughout.
5258         Replace _stprintf with wsprintf, throughout.
5259
5260 2004-03-27  Hosaka Yuji  <hos@tamanegi.org>
5261
5262         * include/dbt.h (DBT_DEVTYP_DEVICEINTERFACE, DBT_DEVTYP_HANDLE):
5263         Add define.
5264         (DEV_BROADCAST_DEVICEINTERFACE, DEV_BROADCAST_HANDLE): Add struct.
5265         * include/winuser.h (UnregisterDeviceNotification): Add prototype.
5266         * lib/user32.def (UnregisterDeviceNotification): Add export stub.
5267
5268 2004-03-27  Filip Navara  <xnavara@volny.cz>
5269
5270         * include/directx: New subdir.
5271         * lib/directx: Ditto.
5272         * include/directx/(d3d9.h, d3d9caps.h, d3d9types.h, dxerr8.h,
5273         dxerr9.h): New files.
5274         * lib/directx/(Makefile.in, d3d8.def, d3d9.def, d3dim.def, d3drm.def,
5275         d3dx8d.def, d3dx9d.def, d3dxof.def, ddraw.def, dinput.def,
5276         dinput_joy.c, dinput_joy2.c, dinput_kbd.c, dinput_mouse.c,
5277         dinput_mouse2.c, dinput_private.h, dinput8.def, dmoguids.c, dplayx.def,
5278         dpnaddr.def, dpnet.def, dpnlobby.def, dpvoice.def, dsetup.def,
5279         dsound.def, dxerr.c, dxerr8.c, dxerr8w.c, dxerr9.c, dxerr9w.c,
5280         dxguid.c, ksproxy.def, ksuser.c, ksuser.def, msdmo.def, quartz.def,
5281         strmiids.c, test.c): Ditto.
5282         * lib/(d3dim.def, d3drm.def, d3dxof.def, ddraw.def, dinput.c,
5283         dinput.def, dplayx.def, dsetup.def, dsound.def, dxguid.c): Removed.
5284
5285 2004-03-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5286
5287         * include/GL/glu.h (GLU_AUTO_LOAD_MATRIX, GLU_CULLING,
5288         GLU_SAMPLING_TOLERANCE, GLU_DISPLAY_MODE, GLU_PARAMETRIC_TOLERANCE,
5289         GLU_SAMPLING_METHOD, GLU_U_STEP, GLU_V_STEP): Define.
5290
5291 2004-03-24  Filip Navara  <xnavara@volny.cz>
5292
5293         * include/commctrl.h (TB_GETSTRING[AW]): Add defines.
5294         (RBBS_HIDETITLE, RBBS_TOPALIGN): Ditto.
5295
5296 2004-03-24  Filip Navara  <xnavara@volny.cz>
5297
5298         * include/ddk/srb.h (_PORT_CONFIGURATION_INFORMATION):  Rename
5299         TaggedQueueing to TaggedQueuing.
5300         (_HW_INITIALIZATION_DATA): Likewise.
5301
5302 2004-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
5303
5304         * include/docobj.h (IOleDocumentView::GetDocument): Correct
5305         prototype.
5306         Thanks to Buster Copley  <consequent@users.sourceforge.net>
5307
5308 2004-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
5309
5310         * lib/ddk/ntoskrnl.def (MmAllocatePagesForMdl): Correct suffix.
5311         (MmMapIoSpace): Likewise.
5312         Thanks to Dan Aloni  <da-x@colinux.org>
5313
5314 2004-03-16  Martin Fuchs  <martin-fuchs@gmx.net>
5315
5316         * include/shellapi.h (NIM_* NIS_*): Define constants for
5317         notification icons with _WIN32_IE >= 0x0500.
5318         (NOTIFYICONDATA): Add new structure members for notification
5319         icons with _WIN32_IE >= 0x0500.
5320
5321 2004-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
5322
5323         *include/wininet.h (CACHEGROUP_SEARCH_ALL, CACHEGROUP_SEARCH_BYURL):
5324         Add defines.
5325         (INTERNET_CACHE_GROUP_ADD, INTERNET_CACHE_GROUP_REMOVE): Add defines.
5326         (GROUPID) Add typedef.
5327         (INTERNET_CACHE_GROUP_INFO[AW]): Define structures.
5328         (CreateUrlCacheGroup): Add prototype.
5329         (DeleteUrlCacheGroup): Add prototype.
5330         (FindFirstUrlCacheGroup): Add prototype.
5331         (FindNextUrlCacheGroup): Add prototype.
5332         (GetUrlCacheGroupAttribute[AW]): Add prototypes.
5333         (SetUrlCacheGroupAttribute[AW]): Add prototypes.
5334
5335 2004-03-10  Al Slater  <al.slater@scluk.com>
5336
5337         * include/winsock2.h: Add missing LPFN_ typdefs for
5338         function pointers.
5339         Clean up whitespace.
5340
5341 2004-03-05  Filip Navara  <xnavara@volny.cz>
5342
5343         * include/ddk/scsi.h: Replace assert with ASSERT.
5344         * include/ddk/video.h: Ditto.
5345         * include/ddk/winddk.h: Ditto. Remove the assert macro.
5346         * include/ddk/tdi.h: Correct packing.
5347
5348 2004-03-04  Danny Smith  <dannysmith@users.sourceforge.net>
5349
5350         * include/wtypes.h (DECIMAL_SETZERO): Add definition for
5351         NONAMELESSUNION case.
5352
5353 2004-03-03  Martin Fuchs  <martin-fuchs@gmx.net>
5354
5355         * include/oleauto.h (V_UNION, V_VT, V_DECIMAL): Use
5356         __VARIANT_NAME_ constants.
5357
5358 2004-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
5359
5360         * include/uxtheme.h: Include <commctrl.h>
5361
5362 2004-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
5363
5364         * include/basetyps.h (GUID_SECT): Define to nothing for GCC >= 2.95.
5365
5366 2004-03-02  Martin Fuchs  <martin-fuchs@gmx.net>
5367
5368         * include/oleauto.h (VAR_VALIDDATE, VAR_FORMAT_NOSUBSTITUTE,
5369         VAR_FOURDIGITYEARS): Define new constants. Group VAR_*  defines
5370         together.
5371         (V_UI2, V_UI4, V_UI4REF, V_UI, V_UI8REF): Define macros.
5372         (V_I8, V_I8REF): Correct macros.
5373         (V_DECIMAL): Correct macro definitions.
5374         (V_INT_PTR, V_UINT_PTR, V_INT_PTRREF, V_UINT_PTRREF): Define
5375         constants.
5376         (VTBIT_*): Define constants.
5377         (UDATE): Add structure definition.
5378         (VarDateFromUdate, VarDateFromUdateEx, VarUdateFromDate): Declare
5379         functions.
5380         (SafeArrayCreateVector): Correct parameter type from UINT to ULONG
5381         (SafeArrayCreateVectorEx): Declare function.
5382         (Var*): declare VARIANT manipulation functions.
5383         * include/ocidl.h (IPicture_*): Define IPicture COBJ macros.
5384         * include/oaidl.h (IRecordInfo_*): Define IRecordInfo COBJ
5385         macros.
5386
5387 2004-03-01  Martin Fuchs  <martin-fuchs@gmx.net>
5388
5389         * include/oaidl.h (FADF_*): Define missing constants.
5390         (IDispatch_*): Define COBJ macros.
5391         (VARIANT): Add missing union members llVal and ullVal.
5392         (wireVARIANT): Likewise.
5393         (ITypeinfo_*): Define COBJ macros.
5394         * include/oleauto.h (Var*FromDisp): Correct parameter type from
5395         LPDISPATCH* to LPDISPATCH.
5396         (VARCMP_*, VAR_LOCALBOOL, LOCALE_USE_NLS, VARIANT_*,
5397         VAR_CALENDAR_*): Add missing constants.
5398         (SafeArray[Get/Set]*): Add prototypes.
5399         (Var*From*):  Add missing prototypes.
5400         (NUMPRS_*): Add defines.
5401         (NUMPARSE): Define structure.
5402         (VarParseNumFromStr,VarNumFromParseNum): Add prototypes.
5403         * include/winerror.h (DISP_E_DIVBYZERO): Define constant.
5404         * include/winuser.h (COLOR_*): Define missing constants.
5405         * include/wtypes.h (enum VARENUM): Add VT_INT_PTR, VT_UINT_PTR.
5406         (VT_INT_PTR, VT_UINT_PTR): Remove macro definitions.
5407
5408 2004-02-23  Filip Navara  <xnavara@volny.cz>
5409
5410         * include/ddk/video.h: Corrected packing.
5411
5412 2004-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
5413
5414         * include/GL/glu.h (GLU_ERROR): Define.
5415         Thanks to Philip Lamb  <phil at rave dot co dot nz>
5416
5417 2004-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
5418
5419         * include/GL/glu.h: Include <stddef.h>.
5420         Thanks to Greg Couch <gregcouch@users.sourceforge.net>
5421
5422 2004-02-15  Earnie Boyd  <earnie@users.sf.net>
5423
5424         * include/w32api.h: Increment version to 3.0.
5425         * Makefile.in: Ditto.
5426         * README.win32api: Modify license to Public Domain per agreement as
5427         found in the mingw-dvlpr list archive.
5428
5429 2004-02-13  Earnie Boyd  <earnie@users.sourceforge.net>
5430
5431         * include/ddk/winddk.h (DIRECTORY_QUERY): Add define.
5432         (DIRECTORY_TRAVERSE): Ditto.
5433         (DIRECTORY_CREATE_OBJECT): Ditto.
5434         (DIRECTORY_CREATE_SUBDIRECTORY): Ditto.
5435         (DIRECTORY_ALL_ACCESS): Ditto.
5436         Thanks to Konstantin Stepaniuk <skostia@users.sourceforge.net>
5437
5438 2004-02-12  Danny Smith  <dannysmith@users.sourceforge.net>
5439
5440         * include/basetypes.h (_REFIID_DEFINED): Correct typo.
5441
5442         * include/winuser.h (NCCALCSIZE_PARAMS): Define structure.
5443         Thanks to Mike Nordell <tamlin at algonet dot se>.
5444
5445 2004-02-11  Danny Smith  <dannysmith@users.sourceforge.net>
5446
5447         * lib/dnsapi.def: New file.
5448         * lib/test.c: Include windns.h.
5449
5450 2004-02-11  Pierre A. Humblet  <Pierre.Humblet@ieee.org>
5451
5452         * include/windns.h: New file.
5453
5454 2004-02-11  Danny Smith  <dannysmith@users.sourceforge.net>
5455
5456         * include/sqlucode.h (SQLGetStmtAttr[AW]): Remove duplicate
5457         defines.
5458         (SQLSetStmtAttr[AW]): Move into ODBCVER >= 0x0300 block.
5459         (SQLSetDescFieldW): Correct prototype.
5460         (SQLSetDescFieldA): Add prototype.
5461         (SQLGetDescFieldW): Add prototype.
5462
5463 2004-02-11  Pat Thoyts  <patthoyts@users.sourceforge.net>
5464
5465         * include/winuser.h (DFC_POPUPMENU): Add define.
5466
5467 2004-02-07  Dan Aloni  <da-x@gmx.net>
5468
5469         * lib/ddk/ntoskrnl.def (KeSetTimer,KeSetTimerEx): Correct
5470         suffix.
5471
5472 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
5473
5474         * include/oleacc.h (LIBID_Accessibility): Declare.
5475         * lib/uuid.c (LIBID_Accessibility): Define.
5476
5477 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
5478
5479         * include/winioctl.h (NTFS_VOLUME_DATA_BUFFER): Add structure.
5480         (FSCTL_GET_NTFS_VOLUME_DATA): Add macro.
5481
5482 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
5483
5484         * include/commctrl.h (ICC_STANDARD_CLASSES, ICC_LINK_CLASS): Add
5485         defines.
5486
5487 2004-01-31  Jiri Malak  <Jiri.Malak@geac.cz>
5488
5489         * include/winuser.h (RT_MANIFEST): Make conditional on
5490         RC_INVOKED.
5491         (CREATEPROCESS_MANIFEST_RESOURCE_ID,
5492         ISOLATIONAWARE_MANIFEST_RESOURCE_ID,
5493         ISOLATIONAWARE_NOSTATICIMPORT_MANIFEST_RESOURCE_ID): Add
5494         defines.
5495
5496 2004-01-16 Martin Fuchs  <martin-fuchs@gmx.net>
5497
5498         * include/shlobj.h (SHGDN_INCLUDE_NONFILESYS): Add define.
5499
5500 2004-01-15  Filip Navara  <xnavara@volny.cz>
5501
5502         * include/ddk/mcd.h: Don't care about value of DBG define.
5503         * include/ddk/srb.h: Ditto.
5504         * include/ddk/storport.h: Ditto.
5505         * include/ddk/video.h: Ditto.
5506         * include/nspapi.h (SetServiceW, GetAddressByNameA,
5507         GetAddressByNameW): Correct protoype.
5508         * include/ntsecapi.h (PCUNICODE_STRING): Define.
5509
5510 2004-01-05  Filip Navara  <xnavara@volny.cz>
5511
5512         * include/prsht.h (LPCPROPSHEETPAGEW): Fix definition.
5513         * include/shlwapi.h (SHRegQueryInfoUSKey[AW]): Fix prototype.
5514         * include/cpl.h (CPL_STARTWPARMS[AW]): Correct.
5515         * include/shellapi.h (ABS_AUTOHIDE, ABS_ALWAYSONTOP,
5516         SEE_MASK_NO_CONSOLE, SEE_MASK_ASYNCOK, SEE_MASK_HMONITOR,
5517         FOF_NOCOPYSECURITYATTRIBS): Add defines.
5518         * include/shlobj.h (BFFM_SETOKTEXT, BFFM_SETEXPANDED,
5519         CSIDL_FLAG_DONT_VERIFY, CSIDL_FLAG_CREATE, CSIDL_FLAG_MASK,
5520         CFSTR_INETURL[AW], SHGDN_FOREDITING, SHGDN_FORADDRESSBAR,
5521         SSF_*): Add defines.
5522         (SHCNF_PATH[AW], SHCNF_PRINTER[AW], CFSTR_FILENAME[AW],
5523         CFSTR_FILENAMEMAP[AW], CFSTR_FILEDESCRIPTOR[AW], CFSTR_SHELLURL,
5524         CMDSTR_NEWFOLDER[AW], CMDSTR_VIEWLIST[AW], CMDSTR_VIEWDETAILS[AW]):
5525         Correct.
5526         (IEnumIDList): Add COBJMACROS.
5527         * include/winuser.h (MIM_*): Add define.
5528
5529 2004-01-04  Filip Navara  <xnavara@volny.cz>
5530
5531         * include/shlguid.h (IID_IPersistFolder2, IID_IPersistFolder3,
5532         IID_IShellFolder2, IID_IFileSystemBindData): Add declarations.
5533         * include/shlobj.h (EXTRASEARCH, SHCOLSTATEF, SHELLDETAILS,
5534         PERSIST_FOLDER_TARGET_INFO): Define structures.
5535         (IEnumExtraSearch, IShellFolder2, IFileSystemBindData,
5536         IPersistFolder2, IPersistFolder3): Add COM interface
5537         definitions.
5538         (IExtractIcon[AW], IShellLink[AW], IPersistFolder, IShellView,
5539         ICommDlgBrowser, IShellFolder2, IPersistFolder2, IPersistFolder3):
5540         Add COBJMACROS.
5541         (SHCreateDirectoryEx[AW], SHBindToParent): Add prototypes.
5542         * lib/shell32.c (IID_IPersistFolder2, IID_IPersistFolder3,
5543         IID_IShellFolder2, IID_IFileSystemBindData): Add definitions.
5544
5545 2004-01-03  Danny Smith  <dannysmith@users.sourceforge.net>
5546
5547         * include/mshtml.h (IHTMLDocument2): Correct write, writeln
5548         declarations.
5549         Thanks to: Rene Nyffenegger <renenyffenegger@users.sf.net>.
5550
5551 2004-01-03  Filip Navara  <xnavara@volny.cz>
5552
5553         * include/cguid.h (CLSID_StdGlobalInterfaceTable): Declare IID.
5554         * include/oaidl.h (ITypeLib2, ITypeInfo2): Define interfaces,
5555         declare IID's.
5556         (IErrorInfo): Add COBJMACROS.
5557         * include/objbase.h (STGM_NOSNAPSHOT): Add define.
5558         (CoGetPSClsid): Add protototype,
5559         (CoRegisterPSClsid): Likewise.
5560         * include/objidl.h (IMarshal): Correct methods.
5561         (IMallocSpy): Likewise,
5562         (LPPSFACTORYBUFFER): Add typedef.
5563         (IGlobalInterfaceTable): Define interface and COBJMACROS. Declare
5564         IID.
5565         (IStorage_CreateStorage, IRpcStubBuffer_Invoke): Fix macros.
5566         * include/ocidl.h (PROPBAG2_TYPE): Define enum.
5567         (PROPBAG2, QACONTAINERFLAGS, QACONTAINER, QACONTROL): Define
5568         structures.
5569         (IPropertyBag2, IPersistPropertyBag2,IAdviseSinkEx, IPointerInactive,
5570         IOleUndoUnit, IOleParentUndoUnit, IEnumOleUndoUnits, IOleUndoManager,
5571         IQuickActivate): Define interfaces. Declare IID's.
5572         (IPersistPropertyBag2): Add COBJMACROS.
5573         (LPOLEUNDOMANAGER): Add typedef.
5574         (LPPROPERTYBAG2): Likewise.
5575         * include/oleidl.h (LPPARSEDISPLAYNAME): Fix definiton.
5576         (BINDSPEED): Add definition.
5577         (IParseDisplayName, IOleItemContainer, IOleObject, IDropSource,
5578         IDropTarget): Add COBJMACROS.
5579         * include/wtypes.h (MEMCTX, MSHCTX): Fix enum.
5580         * include/winerror.h (CO_S_NOTALLINTERFACES): Add define.
5581         * lib/uuid.c (IID_IGlobalInterfaceTable, IID_IOleUndoManager,
5582         IID_IPersistPropertyBag2, IID_IPropertyBag2, IID_IRpcProxyBuffer):
5583         Add IID definitions.
5584
5585 2004-01-02  Filip Navara  <xnavara@volny.cz>
5586
5587         * include/ddk/winddk.h: Don't care about value of
5588         DBG define.
5589
5590 2004-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
5591             Filip Navara  <xnavara@volny.cz>
5592
5593         * include/ddk/winddk.h (_DDK_DUMMYUNION_MEMBER,
5594         _DDK_DUMMYUNION_N_MEMBER): New macros.
5595         (ExAllocateFromPagedLookasideList,ExFreeToPagedLookasideList,
5596         ExAllocateFromNPagedLookasideList, ExFreeToNPagedLookasideList):
5597         Use them.
5598
5599 2004-01-01  Filip Navara  <xnavara@volny.cz>
5600
5601         * include/objbase.h: Don't care about value of DBG define.
5602         * include/objidl.h: Add some COBJMACROS.
5603         * include/ocidl.h: Ditto.
5604         * include/oleidl.h: Ditto.
5605         * include/servprov.h: Ditto.
5606         * include/shlobj.h: Ditto.
5607         * include/shlobj.h (IContextMenu2): Correct parent in
5608         DECLARE_INTERFACE.
5609         * include/oleidl.h (IOleCache, IOleCache2, IOleCacheControl):
5610         Define interfaces.
5611         * include/setupapi.h (SetupGetLineTextA): Correct prototype.
5612         Add new constants for _SETUPAPI_VER >= 0x501.
5613
5614 2004-01-01  Filip Navara  <xnavara@volny.cz>
5615
5616         * include/winnt.h (NtCurrentTeb): Add inline definition.
5617
5618 2004-01-01  Martin Fuchs  <martin-fuchs@gmx.net>
5619
5620         * include/shlobj.h (SHCoCreateInstance): Add prototype.
5621         * lib/shell32.def (SHCoCreateInstance): Add export stub.
5622
5623 2004-01-01  Igor Pechtchanski  <pechtcha@cs.nyu.edu>
5624
5625         * lib/setupapi.def (CM_Request_Device_Eject[AW]): Add export.
5626         (CM_Request_Device_Eject_Ex[AW]): Likwise.
5627         * include/ddk/cfg.h (DN_*): Add defines.
5628
5629 2004-01-01  Danny Smith  <dannysmith@users.sourceforge.net>
5630
5631         * lib/ddk/cfgmgr32.def: Remove duplicate symbol names.
5632
5633 2004-01-01  Mattia Barbon  <mbarbon@users.sourceforge.net>
5634
5635         * include/commctrl.h (TVN_GETINFOTIP): Add UNICODE mappings.
5636         (NMTVGETINFOTIP): Add structure.
5637
5638 2003-12-08  Danny Smith  <dannysmith@users.sourceforge.net>
5639
5640         * include/winuser.h (DISPLAY_DEVICE_*): Remove defines.
5641         * include/wingdi.h (DISPLAY_DEVICE_REMOVABLE,
5642         DISPLAY_DEVICE_MODESPRUNED): Add defines.
5643
5644 2003-12-08  Hartmut Honisch  <hhonisch@users.sourceforge.net>
5645
5646         * include/commctrl.h (ListView_Get_State, ListView_Check_State):
5647         Add macros.
5648         * include/wingdi.h  (DISPLAY_DEVICE_*): Add multi-monitor
5649         constants.
5650         * include/shlobj.h (SHCOLUMNINIT): Add structure.
5651         (SHCOLUMNDAT): Likwise.
5652         (SHCOLUMNID): Likewise.
5653         (SHCOLUMNINFO): Likewise.
5654         (SHCOLSTATE): Add enum.
5655         (IColumnProvider): Add COM interface.
5656         (IQueryInfo): Likewise.
5657         (IShellIconOverlayIdentifier): Likewise.
5658         * include/shlguid.h (IID_IColumnProvider) Declare.
5659         (IID_IQueryInfo): Likweise.
5660         (IID_IShellIconOverlayIdentifier): Likwise.
5661         * lib/shell32.c (IID_IColumnProvider) Define.
5662         (IID_IQueryInfo): Likweise.
5663         (IID_IShellIconOverlayIdentifier): Likwise.
5664
5665 2003-12-08  Roald Ribe  <rrib@users.sourceforge.net>
5666
5667         * include/winuser.h (RT_MANIFEST): Add define.
5668
5669 2003-12-08  Pascal Buhler  <pbuhler@users.sourceforge.net>
5670
5671         * include/oleidl.h (IViewObject2): Inherit from IViewObject.
5672
5673 2003-12-01  Danny Smith  <dannysmith@users.sourceforge.net>
5674
5675         * include/winnt.h (GetCurrentFiber): Remove duplicate prototype.
5676         (GetFiberData): Likewise.
5677         (GetCurrentFiber): Change volatile to __volatile__.
5678         (GetFiberData): Likewise.
5679
5680 2003-11-27  Christopher Faylor  <cgf@redhat.com>
5681
5682         * lib/Makefile.in: Use make function to locate .mri file to allow
5683         building in directory other than source directory.
5684
5685 2003-11-27  Danny Smith  <dannysmith@users.sourceforge.net>
5686
5687         * lib/vfw32.def: Remove, replacing with ...
5688         * lib/msvfw32.def: New file.
5689         * lib/avicap32.def: New file.
5690         * lib/avifil32.def: New file.
5691         * lib/vfw32.mri: New file.
5692         * Makefile.in: (MRI_FILES, MIMPLIBS): New vars for
5693         import libs with multiple dll's.
5694         (LIBS): Add MIMPLIBS.
5695         (DISTFILES): Add MRI_FILES.
5696         (libvfw32.a): Build using mri script.
5697
5698 2003-11-23  Danny Smith  <dannysmith@users.sourceforge.net>
5699
5700         * include/winnt.h (PAGE_*): Group defines together. Change
5701         constants to hex notation.
5702
5703 2003-11-15  Manu B  <manubee@users.sourceforge.net>
5704
5705         * include/commctrl.h (TabCtrl_GetImageList): Add macro.
5706
5707 2003-11-13 Martin Fuchs  <martin-fuchs@gmx.net>
5708
5709         * include/shlobj.h (ILAppendID, ILClone, ILCloneFirst, ILCombine,
5710         ILFindChild, ILFindLastID, ILFree, ILGetNext, ILGetSize, ILIsEqual,
5711         ILIsParent, ILLoadFromStream, ILRemoveLastID, ILSaveToStream):
5712         Add prototypes.
5713         * lib/shell32.def: Add stubs.
5714
5715         * include/commctrl.h (ListView_FindItem): Add type cast to avoid
5716         compiler warnings.
5717
5718 2003-11-13  Hans Leidekker  <hans@it.vu.nl>
5719
5720         * include/winbase.h (WIN32_STREAM_ID): Correct typedef.
5721
5722 2003-10-13  Andre Auzi  <aauzi@users.sourceforge.net>
5723
5724         * include/windows.h (CopyCursor): Define as macro.
5725
5726 2003-10-13  Steven Edwards  <Steven_Ed4153@yahoo.com>
5727
5728         * include/winnt.h (CONTAINING_RECORD): Add macro.
5729
5730 2003-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
5731
5732         * include/winnt.h: (FILE_SUPERSEDED, FILE_OPENED, FILE_CREATED,
5733         FILE_OVERWRITTEN, FILE_EXISTS, FILE_DOES_NOT_EXIST): Remove
5734         defines.
5735
5736 2003-10-13  Filip Navara  <xnavara@volny.cz>
5737
5738         * include/commctrl.h (DSA_*): Add prototypes, typedefs and
5739         defines for Dynamic Storage Arrays.
5740         (DPA_*): Likewise, for Dynamic Pointer Arrays.
5741         (FlatSB_*, InitializeFlatSB, InitializeFlatSB): Add prototypes
5742         and defines for Flat ScrollBars.
5743         (SetWindowSubclass, GetWindowSubclass, RemoveWindowSubclass,
5744         DefSubclassProc): Add prototypes for subclassing.
5745         (DrawShadowText): Add prototype.
5746         (COMCTL32_VERSION): Define.
5747
5748 2003-10-13  Martin Fuchs  <Martin-Fuchs@gmx.net>
5749
5750         * include/shlobj.h (CFSTR_FILENAME, CFSTR_FILEDESCRIPTOR,
5751         CFSTR_FILENAMEMAP, CFSTR_SHELLURL): Correct UNICODE definitions.
5752
5753 2003-10-13  Pierre Humblet  <pierre.humblet@ieee.org>
5754
5755         * include/winnt.h (SM_REMOTESESSION): Add define.
5756         * include/winuser.h (SE_CREATE_GLOBAL_NAME): Ditto.
5757
5758 2003-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
5759
5760         * include/wincrypt (KP_IV, KP_SALT, KP_PADDING, KP_MODE,
5761         KP_MODE_BITS, KP_PERMISSIONS, KP_ALGID, KP_BLOCKLEN): Remove
5762         duplicate definitions.
5763         (KP_X, KP_Y): Correct typos.
5764
5765 2003-10-11  Manu B  <manubee@users.sourceforge.net>
5766
5767         * include/afxres.h: New file.
5768
5769         * include/richedit.h (ES_NOOLEDRAGDROP, ENM_DRAGDROPDONE,
5770         ENM_IMECHANGE, ENM_LANGCHANGE, ENM_OBJECTPOSITIONS,
5771         ENM_SCROLLEVENTS): Add constants.
5772
5773         * include/richedit.h (ES_SELECTIONBAR, ENM_LINK): Sort constants.
5774
5775 2003-10-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5776
5777         * include/errorep.h: New file.
5778
5779         * lib/faultrep.def: New file.
5780
5781 2003-10-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5782
5783         * include/winbase.h (AddVectoredExceptionHandler): Define if
5784         _WIN32_WINNT >= 0x0500.
5785
5786         * include/winnt.h (PVECTORED_EXCEPTION_HANDLER): Define if
5787         _WIN32_WINNT >= 0x0500.
5788
5789 2003-10-08  Corinna Vinschen  <corinna@vinschen.de>
5790
5791         * include/winbase.h (AddVectoredExceptionHandler): Only define if
5792         _WIN32_WINNT >= 0x0501.
5793
5794 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5795
5796         * include/winbase.h [_WIN32_WINNT >= 0x0500] (SetComputerNameEx[AW],
5797         UnregisterWaitEx): Add functions.
5798
5799         * include/winbase.h [_WIN32_WINNT >= 0x0500]
5800         (AddVectoredExceptionHandler, RemoveVectoredExceptionHandler): Add
5801         or guard function. The MSDN says it is available on Windows XP and
5802         better, and then it says it is declared for _WIN32_WINNT >= 0x0500.
5803         Huh?
5804
5805         * include/winbase.h [_WIN32_WINNT >= 0x0501] (AddRefActCtx,
5806         CreateActCtx[AW], SetFileShortName[AW], SetFileValidData,
5807         ZombifyActCtx, QueryActCtxW): Add functions.
5808
5809         * include/winbase.h [_WIN32_WINNT >= 0x0501]
5810         (QUERY_ACTCTX_FLAG_USE_ACTIVE_ACTCTX,
5811         QUERY_ACTCTX_FLAG_ACTCTX_IS_HMODULE,
5812         QUERY_ACTCTX_FLAG_ACTCTX_IS_ADDRESS): Add constants.
5813
5814         * include/winbase.h [_WIN32_WINNT >= 0x0502] (SetDllDirectory[AW],
5815         SetFirmwareEnvironmentVariable[AW]): Add functions.
5816
5817         * include/winnt.h [_WIN32_WINNT >= 0x0500] (VER_BUILDNUMBER,
5818         VER_MAJORVERSION, VER_MINORVERSION, VER_PLATFORMID,
5819         VER_SERVICEPACKMAJOR, VER_SERVICEPACKMINOR, VER_SUITENAME,
5820         VER_PRODUCT_TYPE, VER_EQUAL, VER_GREATER, VER_GREATER_EQUAL,
5821         VER_LESS, VER_LESS_EQUAL, VER_AND, VER_OR): Add constants.
5822
5823         * include/winnt.h [_WIN32_WINNT >= 0x0501]
5824         (PVECTORED_EXCEPTION_HANDLER): Add callback.
5825
5826         * include/winnt.h [_WIN32_WINNT >= 0x0501]
5827         (ACTIVATION_CONTEXT_INFO_CLASS,
5828         ACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION,
5829         ACTIVATION_CONTEXT_DETAILED_INFORMATION,
5830         ACTIVATION_CONTEXT_QUERY_INDEX, ASSEMBLY_FILE_DETAILED_INFORMATION):
5831         Add structures.
5832
5833         * lib/user32.def (AddRefActCtx, AddVectoredExceptionHandler,
5834         CreateActCtx[AW], SetComputerNameEx[AW], SetDllDirectory[AW],
5835         SetFileShortName[AW], SetFileValidData,
5836         SetFirmwareEnvironmentVariable[AW], UnregisterWaitEx,
5837         VerSetConditionMask, ZombifyActCtx, QueryActCtxW): Add functions.
5838
5839 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5840
5841         * include/winbase.h (GetWriteWatch, IsSystemResumeAutomatic,
5842         ResetWriteWatch): Add function.
5843
5844         * include/winbase.h [_WIN32_WINNT >= 0x0500]
5845         (GetSystemWindowsDirectory[AW], ProcessIdToSessionId, ReplaceFile[AW]):
5846         Add functions.
5847
5848         * include/winbase.h [_WIN32_WINNT >= 0x0501]
5849         (GetSystemWow64Directory[AW], HeapQueryInformation,
5850         HeapSetInformation, InitializeSListHead, InterlockedFlushSList,
5851         InterlockedPopEntrySList, InterlockedPushEntrySList, IsProcessInJob,
5852         IsWow64Process, QueryMemoryResourceNotification, ReleaseActCtx,
5853         RemoveVectoredExceptionHandler): Add functions.
5854
5855         * include/winnt.h [_WIN32_WINNT >= 0x0501] (HEAP_INFORMATION_CLASS):
5856         Add enumeration.
5857
5858         * include/winbase.h [_WIN32_WINNT >= 0x0502] (GetThreadIOPendingFlag):
5859         Add function.
5860
5861         * include/winbase.h [_WIN32_WINNT >= 0x0510] (RestoreLastError):
5862         Add function. The MSDN Magazine of June 2003 reads:
5863                 RestoreLastError is an enigma. It's code is identical to
5864                 SetLastError. It's unclear to me why it was made into a
5865                 separate API.
5866
5867         * lib/user32.def (GetSystemWindowsDirectory[AW],
5868         GetSystemWow64Directory[AW], GetThreadIOPendingFlag,
5869         HeapQueryInformation, HeapSetInformation, InitializeSListHead,
5870         InterlockedFlushSList, InterlockedPopEntrySList,
5871         InterlockedPushEntrySList, IsSystemResumeAutomatic, IsWow64Process,
5872         ProcessIdToSessionId, QueryMemoryResourceNotification, ReleaseActCtx,
5873         RemoveVectoredExceptionHandler, ReplaceFile[AW], ResetWriteWatch,
5874         RestoreLastError): Add functions.
5875
5876 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5877
5878         * include/winbase.h [_WIN32_WINNT >= 0x0500] (GetComputerNameEx[AW],
5879         GetProcessIoCounters): Add functions.
5880
5881         * include/winbase.h [_WIN32_WINNT >= 0x0500] (COMPUTER_NAME_FORMAT):
5882         Move around, needed by GetComputerNameEx.
5883
5884         * include/winbase.h [_WIN32_WINNT >= 0x0501] (FindActCtxSectionGuid,
5885         FindActCtxSectionString[AW], GetCurrentActCtx, GetNativeSystemInfo):
5886         Add functions.
5887
5888         * include/winbase.h [_WIN32_WINNT >= 0x0501]
5889         (ACTCTX_SECTION_KEYED_DATA): Add structure.
5890
5891         * include/winbase.h [_WIN32_WINNT >= 0x0502] (GetDllDirectory[AW],
5892         GetFirmwareEnvironmentVariable[AW], GetProcessHandleCount,
5893         GetProcessId, GetSystemRegistryQuota): Add functions, available on
5894         Windows XP SP1 and better.
5895
5896         * include/winnt.h [_WIN32_WINNT >= 0x0501]
5897         (ACTIVATION_CONTEXT_SECTION_ASSEMBLY_INFORMATION,
5898         ACTIVATION_CONTEXT_SECTION_DLL_REDIRECTION,
5899         ACTIVATION_CONTEXT_SECTION_WINDOW_CLASS_REDIRECTION,
5900         ACTIVATION_CONTEXT_SECTION_COM_SERVER_REDIRECTION,
5901         ACTIVATION_CONTEXT_SECTION_COM_INTERFACE_REDIRECTION,
5902         ACTIVATION_CONTEXT_SECTION_COM_TYPE_LIBRARY_REDIRECTION,
5903         ACTIVATION_CONTEXT_SECTION_COM_PROGID_REDIRECTION,
5904         ACTIVATION_CONTEXT_SECTION_CLR_SURROGATES): Add constants.
5905
5906         * lib/user32.def (FindActCtxSectionGuid, FindActCtxSectionString[AW],
5907         GetComputerNameEx[AW], GetCurrentActCtx, GetDllDirectory[AW],
5908         GetFirmwareEnvironmentVariable[AW], GetModuleHandleEx[AW],
5909         GetNativeSystemInfo, GetProcessHandleCount, GetProcessIoCounters):
5910         Add functions.
5911
5912 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5913
5914         * include/winbase.h [_WIN32_WINNT >= 0x0501]
5915         (CheckRemoteDebuggerPresent, DebugActiveProcessStop, DebugBreakProcess,
5916         DebugSetProcessKillOnExit): Add functions.
5917
5918         * include/winbase.h [_WIN32_WINNT >= 0x0500] (DeleteTimerQueue,
5919         DeleteTimerQueueEx, DeleteTimerQueueTimer,
5920         DnsHostnameToComputerName[AW]): Add functions.
5921
5922         * lib/user32.def (CheckRemoteDebuggerPresent, DebugActiveProcessStop,
5923         DebugBreakProcess, DebugSetProcessKillOnExit, DeleteTimerQueueEx,
5924         DeleteTimerQueueTimer, DnsHostnameToComputerName[AW]): Add functions.
5925
5926 2003-10-07  Kobun Fujimori  <kobun@users.sourceforge.net>
5927
5928         * include/winbase.h (GetVolumePathNamesForVolumeName): Available
5929         on Windows XP and later.
5930
5931 2003-10-07  Manu B  <manubee@users.sourceforge.net>
5932
5933         * include/commctrl.h (TreeView_Select): Returns BOOL.
5934
5935 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5936
5937         * include/winbase.h (CancelDeviceWakeupRequest): Add function.
5938
5939         * include/winbase.h [_WIN32_WINNT >= 0x0501]
5940         (CreateMemoryResourceNotification, DeactivateActCtx): Add functions.
5941
5942         * include/winbase.h [_WIN32_WINNT >= 0x0500] (CreateTimerQueue,
5943         CreateTimerQueueTimer): Add function.
5944
5945         * include/winbase.h [_WIN32_WINNT >= 0x0501]
5946         (MEMORY_RESOURCE_NOTIFICATION_TYPE): Add enumeration.
5947
5948         * include/winbase.h [_WIN32_WINNT >= 0x0501]
5949         (DEACTIVATE_ACTCTX_FLAG_FORCE_EARLY_DEACTIVATION): Add constant.
5950
5951         * include/winnt.h (WT_*): Add constants.
5952
5953         * lib/user32.def (CancelDeviceWakeupRequest,
5954         CreateMemoryResourceNotification, CreateTimerQueueTimer,
5955         DeactivateActCtx): Add functions.
5956
5957 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5958
5959         * include/winbase.h [_WIN32_WINNT >= 0x0400] (ConvertFiberToThread):
5960         Add function. Sometimes I don't understand MSDN. This function is
5961         available on Windows XP and Server 2003, but the SDK is supposed to
5962         make it available when _WIN32_WINNT >= 0x0400, or so says the MSDN.
5963         Mmmh...
5964
5965         * include/winbase.h [_WIN32_WINNT >= 0x0400] (CreateFiberEx):
5966         Guard function. Same remark as above.
5967
5968         * lib/user32.def (ConvertFiberToThread, CreateFiberEx):
5969         Add functions.
5970
5971 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5972
5973         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ACTCTX_FLAG_*):
5974         Add constants.
5975
5976         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ACTCTX[AW]): Add
5977         structures.
5978
5979         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ActivateActCtx): Add
5980         function. MSDN says the first argument is HACTCTX but I'm not sure
5981         where such a specialized handle is defined, so use HANDLE instead.
5982
5983         * include/winbase.h [_WIN32_WINNT >= 0x0501] (AttachConsole,
5984         CheckNameLegalDOS8Dot3[AW]): Add functions.
5985
5986         * lib/user32.def (ActivateActCtx, AttachConsole,
5987         CheckNameLegalDOS8Dot3[AW]): Add functions.
5988
5989         * lib/user32.def (AddLocalAlternateComputerName[AW]): Add functions.
5990         Unfortunately I don't know which header to put the declarations in.
5991
5992 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5993
5994         * include/winnls.h (CTRY_KYRGYZSTAN, CTRY_MALDIVES, CTRY_MONGOLIA):
5995         Add constants.
5996
5997         * include/winnls.h (NLS_FUNCTION, SYSGEOCLASS, SYSGEOTYPE): Add
5998         constants for National Language Support.
5999
6000         * include/winnls.h (NLSVERSIONINFO): Add structure for National
6001         Language Support.
6002
6003         * include/winnls.h (GEO_ENUMPROC): Add callback for National
6004         Language Support.
6005
6006         * include/winnls.h (EnumSystemGeoID, GetCalendarInfo[AW],
6007         GetGeoInfo[AW], GetUserGeoID, SetCalendarInfo[AW], SetUserGeoID):
6008         Add functions.
6009
6010         * include/winnls.h (IsNLSDefinedString, GetNLSVersion): Add
6011         functions. Strange... I am unable to find which library contains
6012         these functions. Can't find anything with pexports. Any clue?
6013
6014         * lib/user32.def (EnumSystemGeoID, GetGeoInfo[AW], GetUserGeoID,
6015         SetUserGeoID): Add functions.
6016
6017 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6018
6019         * include/winnt.h (LANG_KYRGYZ, LANG_MONGOLIAN, LANG_GALICIAN,
6020         LANG_SYRIAC, LANG_INVARIANT, SUBLANG_KASHMIRI_SASIA): Add constants.
6021
6022         * include/winnt.h (SUBLANG_AZERI_LATIN, SUBLANG_AZERI_CYRILLIC,
6023         SUBLANG_ENGLISH_ZIMBABWE, SUBLANG_ENGLISH_PHILIPPINES): Fix wrong
6024         value for constants.
6025
6026 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6027
6028         * include/wincrypt.h (SCHANNEL_MAC_KEY, SCHANNEL_ENC_KEY,
6029         INTERNATIONAL_USAGE, KP_SCHANNEL_ALG): Add constants. Specifying
6030         the algorithms.
6031
6032 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6033
6034         * include/wincrypt.h (CRYPT_FLAGS_*): Add constants. Protocol flags.
6035
6036 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6037
6038         * include/wincrypt.h (KP_*): Add constants. Needed by
6039         CryptSetKeyParam() and other functions.
6040
6041 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6042
6043         * include/winuser.h [_WIN32_WINNT >= 0x0501] (EVENT_*, CONSOLE_*):
6044         Add constants, related to Console Accessibility.
6045
6046 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6047
6048         * include/winuser.h [WINVER >= 0x0500] (EVENT_MAX): Ooops...
6049         wrong value for constant.
6050
6051 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6052
6053         * include/winuser.h [WINVER >= 0x0500] (EVENT_*): Add constants.
6054
6055         * include/uxtheme.h: Cleanup.
6056         * include/tmschema.h: Cleanup.
6057
6058 2003-10-02  Luke Dunstan  <infidel@users.sourceforge.net>
6059
6060         * include/winspool.h (GetDefaultPrinter[AW]): Add functions.
6061         * lib/winspool.def (GetDefaultPrinter[AW]): Add stubs.
6062
6063 2003-10-01  Danny Smith  <dannysmith@users.sourceforge.net>
6064
6065         * include/winnt.h (INVALID_FILE_ATTRIBUTES): Fix define.
6066
6067 2003-09-30  Danny Smith  <dannysmith@users.sourceforge.net>
6068
6069         * include/winuser.h (BSF_*, BSM_*):  Sync constants defined in
6070         both winuser.h and dbt.h.
6071         * include/dbt.h (BSF_*, BSM_*): Likewise.
6072
6073         * include/winuser.h (struct tagRAWINPUT): Remove
6074         _ANONYMOUS_UNION tag from named union.
6075         (struct tagRAWMOUSE): Add _ANONYMOUS_STRUCT to nameless struct.
6076
6077 2003-09-30  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6078
6079         * include/dhcpcdsk.h: New file.
6080         Note that MSDN is confused about whether it should start constant
6081         and structure names with DHCPCAPI or DHCPAPI. It's using both but
6082         experience suggests it's DHCPCAPI with `C'.
6083
6084         * lib/dhcpcsvc.def: New file.
6085
6086 2003-09-30  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6087
6088         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIM_INPUT,
6089         RIM_INPUTSINK): Add constants, for use by WM_INPUT notification.
6090
6091         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIDEV_REMOVE,
6092         RIDEV_EXCLUDE, RIDEV_PAGEONLY, RIDEV_NOLEGACY, RIDEV_INPUTSINK,
6093         RIDEV_CAPTUREMOUSE, RIDEV_NOHOTKEYS, RIDEV_APPKEYS): Add constants,
6094         for use in RAWINPUTDEVICE.
6095
6096         * include/winuser.h [_WIN32_WINNT >= 0x0501]
6097         (GetRawInputDeviceInfo[AW]): Ooops... there are
6098         ANSI/Unicode versions of this function.
6099
6100         * lib/user32.def (GetRawInputDeviceInfo[AW]): Ooops... there
6101         are ANSI/Unicode versions of this function.
6102
6103 2003-09-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6104
6105         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIM_TYPEMOUSE,
6106         RIM_TYPEKEYBOARD, RIM_TYPEHID, MOUSE_MOVE_RELATIVE,
6107         MOUSE_MOVE_ABSOLUTE, MOUSE_VIRTUAL_DESKTOP,
6108         MOUSE_ATTRIBUTES_CHANGED, RI_MOUSE_LEFT_BUTTON_DOWN,
6109         RI_MOUSE_LEFT_BUTTON_UP, RI_MOUSE_RIGHT_BUTTON_DOWN,
6110         RI_MOUSE_RIGHT_BUTTON_UP, RI_MOUSE_MIDDLE_BUTTON_DOWN,
6111         RI_MOUSE_MIDDLE_BUTTON_UP, RI_MOUSE_BUTTON_1_DOWNT_BUTTON_DOWN,
6112         RI_MOUSE_BUTTON_1_UP, RI_MOUSE_BUTTON_2_DOWNHT_BUTTON_DOWN,
6113         RI_MOUSE_BUTTON_2_UP, RI_MOUSE_BUTTON_3_DOWNDLE_BUTTON_DOWN,
6114         RI_MOUSE_BUTTON_3_UP, RI_MOUSE_BUTTON_4_DOWN,
6115         RI_MOUSE_BUTTON_4_UP, RI_MOUSE_BUTTON_5_DOWN,
6116         RI_MOUSE_BUTTON_5_UP, RI_MOUSE_WHEEL, KEYBOARD_OVERRUN_MAKE_CODE,
6117         RI_KEY_MAKE, RI_KEY_BREAK, RI_KEY_E0, RI_KEY_E1,
6118         RI_KEY_TERMSRV_SET_LED, RI_KEY_TERMSRV_SHADOW, RID_INPUT,
6119         RID_HEADER, RIDI_PREPARSEDDATA, RIDI_DEVICENAME,
6120         RIDI_DEVICEINFO): Add constants.
6121
6122         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RAWINPUTHEADER,
6123         RAWMOUSE, RAWKEYBOARD, RAWHID, RAWINPUT, RAWINPUTDEVICE,
6124         RAWINPUTDEVICELIST): Add structures.
6125
6126         * include/winuser.h [_WIN32_WINNT >= 0x0501] (DefRawInputProc,
6127         GetRawInputBuffer, GetRawInputData, GetRawInputDeviceInfo,
6128         GetRawInputDeviceList, GetRegisteredRawInputDevices): Add functions.
6129
6130         * lib/user32.def (DefRawInputProc, GetRawInputBuffer,
6131         GetRawInputData, GetRawInputDeviceInfo, GetRawInputDeviceList,
6132         GetRegisteredRawInputDevices): Add functions.
6133
6134 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6135
6136         * include/winable.h (BlockInput): Add function.
6137
6138         * include/winable.h (WS_ACTIVECAPTION): Add constant.
6139         For use with WINDOWINFO structure.
6140
6141         * include/winuser.h [_WIN32_WINNT >= 0x0500] (LockWorkStation):
6142         Add function.
6143
6144         * include/winuser.h [_WIN32_WINNT >= 0x0501] (IsWinEventHookInstalled):
6145         Add function.
6146
6147         * include/winuser.h [WINVER >= 0x0500] (UnhookWinEvent):
6148         Add function...
6149
6150         * include/winable.h [WINVER < 0x0500] (UnhookWinEvent):
6151         ...and duplicate.
6152
6153         * include/winuser.h [_WIN32_WINNT >= 0x0403] (SendInput):
6154         Guard function...
6155
6156         * include/winable.h [_WIN32_WINNT < 0x0403] (SendInput):
6157         ...and duplicate.
6158
6159         * include/winuser.h [WINVER >= 0x0500] (NotifyWinEvent):
6160         Guard function...
6161
6162         * include/winable.h [WINVER < 0x0500] (NotifyWinEvent):
6163         ...and duplicate.
6164
6165         * include/winuser.h [WINVER >= 0x0500] (MOUSEINPUT, KEYBDINPUT,
6166         HARDWAREINPUT, INPUT): Guard structures...
6167
6168         * include/winable.h [WINVER < 0x0500] (MOUSEINPUT, KEYBDINPUT,
6169         HARDWAREINPUT, INPUT): ...and duplicate.
6170
6171         * include/winuser.h [_WIN32_WINNT >= 0x0403] (INPUT_MOUSE,
6172         INPUT_KEYBOARD, INPUT_HARDWARE): Guard constants...
6173
6174         * include/winable.h [_WIN32_WINNT < 0x0403] (INPUT_MOUSE,
6175         INPUT_KEYBOARD, INPUT_HARDWARE): ...and duplicate.
6176
6177         * include/winuser.h: Move around some lines. Reformat according
6178         to recommended or dominant style. Remove FAR keyword.
6179
6180         * include/winable.h: Move around some lines.
6181
6182         * lib/user32.def (BlockInput, IsWinEventHookInstalled,
6183         LockWorkStation, UnhookWinEvent): Add functions.
6184
6185 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6186
6187         * include/winuser.h [_WIN32_WINNT >= 0x0501] (PrintWindow,
6188         PW_CLIENTONLY): Add function and constant.
6189
6190         * lib/user32.def (PrintWindow): Add function.
6191
6192 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6193
6194         * include/winuser.h (RealGetWindowClassA[AW]): Add function.
6195
6196         * lib/user32.def (RealGetWindowClassA[AW]): Add function.
6197
6198 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6199
6200         * include/winuser.h [WINVER >= 0x0500] (RegisterDeviceNotification[AW],
6201         DEVICE_NOTIFY_WINDOW_HANDLE, DEVICE_NOTIFY_SERVICE_HANDLE,
6202         DEVICE_NOTIFY_ALL_INTERFACE_CLASSES): Add function and constants.
6203
6204         * lib/user32.def (RegisterDeviceNotification[AW]): Add function.
6205
6206 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6207
6208         * include/winuser.h [WINVER >= 0x0500] (SetWinEventHook, WINEVENTPROC,
6209         WINEVENT_OUTOFCONTEXT, WINEVENT_SKIPOWNTHREAD, WINEVENT_SKIPOWNPROCESS,
6210         WINEVENT_INCONTEXT): Add function, typedef, and constants.
6211
6212         * include/winable.h [WINVER < 0x0500] (SetWinEventHook, WINEVENTPROC,
6213         WINEVENT_OUTOFCONTEXT, WINEVENT_SKIPOWNTHREAD, WINEVENT_SKIPOWNPROCESS,
6214         WINEVENT_INCONTEXT): Add function, typedef, and constants.
6215
6216         * include/winuser.h [_WIN32_WINNT >= 0x0500] (UserHandleGrantAccess):
6217         Add function.
6218
6219         * lib/user32.def (SetWinEventHook, UserHandleGrantAccess):
6220         Add functions.
6221
6222 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6223
6224         * include/winnt.h (ACE_INHERITED_OBJECT_TYPE_PRESENT,
6225         ACE_OBJECT_TYPE_PRESENT): Add constants.
6226         For use with OBJECTS_AND_NAME structure.
6227
6228 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6229
6230         * include/aclapi.h [_WIN32_WINNT >= 0x0501] (GetInheritanceSource[AW]):
6231         Add functions. Don't know what PFN_OBJECT_MGR_FUNCTS is so use
6232         void* instead.
6233
6234         * include/accctrl.h [_WIN32_WINNT >= 0x0501] (INHERITED_FROM[AW],
6235         PINHERITED_FROM[AW]): Add structures.
6236
6237         * lib/user32.def (GetInheritanceSource[AW]): Add functions.
6238
6239 2003-09-26  Corinna Vinschen  <corinna@vinschen.de>
6240
6241         * include/winuser.h (FLASHWINFO, PFLASHWINFO): Define for 98/Me, too.
6242
6243 2003-09-25  Danny Smith  <dannysmith@users.sourceforge.net>
6244
6245         * lib/version.def (LIBRARY): Quote name.
6246
6247 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6248
6249         * include/winuser.h (GetClipboardSequenceNumber): Add functions
6250         and constants.
6251
6252         * include/winuser.h (GetGuiResources, GR_GDIOBJECTS,
6253         GR_USEROBJECTS): Add functions and constants.
6254
6255         * include/winuser.h (GetMouseMovePointsEx, GMMP_USE_DISPLAY_POINTS,
6256         GMMP_USE_HIGH_RESOLUTION_POINTS): Add functions and constants.
6257
6258         * include/winuser.h (InSendMessageEx, ISMEX_NOSEND, ISMEX_CALLBACK,
6259         ISMEX_NOTIFY, ISMEX_REPLIED, ISMEX_SEND): Add functions and
6260         constants.
6261
6262         * lib/user32.def (GetClipboardSequenceNumber, GetGuiResources,
6263         GetMouseMovePointsEx, InSendMessageEx): Add functions.
6264
6265 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6266
6267         * include/winuser.h (BroadcastSystemMessage, BroadcastSystemMessageA,
6268         BroadcastSystemMessageW, BroadcastSystemMessageEx,
6269         BroadcastSystemMessageExA, BroadcastSystemMessageExW,
6270         BSMINFO, BSF_ALLOWSFW, BSF_SENDNOTIFYMESSAGE, BSF_LUID,
6271         BSF_RETURNHDESK): Add functions and constants.
6272
6273         * include/winuser.h (EnumDisplaySettingsEx, EnumDisplaySettingsExA,
6274         EnumDisplaySettingsExW, EDS_RAWMODE): Add functions and constant.
6275
6276         * include/winuser.h (IsGUIThread, IsHungAppWindow, FlashWindowEx,
6277         GetProcessDefaultLayout, SetProcessDefaultLayout,
6278         RealChildWindowFromPoint, SetProcessDefaultLayout,
6279         SwitchToThisWindow): Add functions.
6280
6281         * lib/user32.def (BroadcastSystemMessageA, BroadcastSystemMessageW,
6282         BroadcastSystemMessageExA, BroadcastSystemMessageExW,
6283         EnumDisplaySettingsExA, EnumDisplaySettingsExW, FlashWindowEx,
6284         GetProcessDefaultLayout, IsGUIThread, IsHungAppWindow,
6285         RealChildWindowFromPoint, SetProcessDefaultLayout,
6286         SwitchToThisWindow): Add function.
6287
6288 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6289
6290         * include/winuser.h (DeregisterShellHookWindow): Add function.
6291
6292         * include/winuser.h [_WIN32_WINNT >= 0x0500] (EndTask): Add function.
6293
6294         * lib/user32.def (EndTask): Add function.
6295
6296         * include/winuser.h (WINVER, _WIN32_WINNT): It's better (?) to
6297         use _WIN32_WINNT instead of WINVER to test for Windows 2000.
6298
6299         * include/winable.h: Reorder target macros.
6300
6301         * lib/*.def: Cleanup.
6302
6303 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6304
6305         * include/winuser.h [WINVER >= 0x0500] (AnimateWindow): Add
6306         function.
6307
6308         * lib/user32.def (AnimateWindow): Add function. By the way
6309         there are ~ 140 symbols missing from this file when comparing
6310         to user32.dll on Windows XP.
6311
6312 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6313
6314         * include/winuser.h [WINVER >= 0x0500] (AW_SLIDE, AW_ACTIVATE,
6315         AW_BLEND, AW_HIDE, AW_CENTER, AW_HOR_POSITIVE, AW_HOR_NEGATIVE,
6316         AW_VER_POSITIVE, AW_VER_NEGATIVE): Add constants. For use by
6317         AnimateWindow().
6318
6319 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6320
6321         * include/winuser.h [WINVER >= 0x0500] (GetGUIThreadInfo,
6322         LPGUITHREADINFO): Add function and associated typedef...
6323
6324         * include/winable.h [WINVER < 0x0500] (GetGUIThreadInfo,
6325         LPGUITHREADINFO): ...and duplicate them in <winable.h> as
6326         seems to be required on older versions of Windows.
6327
6328 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6329
6330         * include/GL/glu.h (gluErrorUnicodeStringWIN): Add macro
6331         function. MSDN suggests using gluErrorUnicodeStringWIN
6332         instead of gluErrorString, as it allows both ANSI and Unicode
6333         error strings.
6334
6335         * include/GL/glu.h (gluErrorUnicodeStringEXT): Make the
6336         returned pointer const for consistency reasons.
6337
6338 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6339
6340         * include/GL/glu.h (gluErrorUnicodeStringEXT): Add function.
6341         Function exists in glu32.def but is undocumented on MSDN.
6342         A Google search came up with this declaration.
6343
6344 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6345
6346         * include/GL/glu.h: Rewritten from scratch. Started from GLU 1.3
6347         headers from OpenGL Sample Implementation. Windows ships with
6348         GLU 1.2 so some constants and functions were removed. Then some
6349         typedef's and function declarations were reworked to look like
6350         the previous GL/glu.h.
6351
6352 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6353
6354         * include/uxtheme.h (PROPERTYORIGIN): the documentation of
6355         PROPERTYORIGIN suggests it's `PROPERTYORIGIN' but experimentation
6356         suggests it's actually `enum PROPERTYORIGIN'. Keep both.
6357
6358         * include/uxtheme.h (THEME_SIZE, THEMESIZE): MSDN suggests
6359         it's either `THEME_SIZE' or `THEMESIZE' but experimentation
6360         suggests it's actually `enum THEMESIZE'. Keep `THEME_SIZE'
6361         and `enum THEMESIZE'.
6362
6363 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6364
6365         * include/uxtheme.h: New file.
6366         * include/tmschema.h: New file.
6367         * include/uxtheme.def: New file.
6368         * lib/test.c: Include uxtheme.h, tmschema.h.
6369
6370 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6371
6372         * include/winuser.h (KEYEVENTF_UNICODE, KEYEVENTF_SCANCODE):
6373         Add defines.
6374
6375 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6376
6377         * include/winable.h [_WIN32_WINNT < 0x0403] (INPUT_MOUSE,
6378         INPUT_KEYBOARD, INPUT_HARDWARE): Duplicate defines in
6379         <winable.h> as seems to be required on older versions of
6380         Windows.
6381
6382 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6383
6384         * include/winuser.h [WINVER >= 0x0500] (CHILDID_SELF,
6385         GUI_CARETBLINKING, GUI_INMOVESIZE, GUI_INMENUMODE,
6386         GUI_SYSTEMMENUMODE, GUI_POPUPMENUMODE, GUI_16BITTASK):
6387         Add defines, the last one only on Windows XP...
6388
6389         * include/winable.h [WINVER < 0x0500] (CHILDID_SELF,
6390         GUI_CARETBLINKING, GUI_INMOVESIZE, GUI_INMENUMODE,
6391         GUI_SYSTEMMENUMODE, GUI_POPUPMENUMODE): ...and duplicate
6392         them in <winable.h> as seems to be required on older
6393         versions of Windows.
6394
6395 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6396
6397         * include/winuser.h [WINVER >= 0x0500] (GUITHREADINFO,
6398         OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR, OBJID_MENU,
6399         OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL, OBJID_SIZEGRIP,
6400         OBJID_CARET, OBJID_CURSOR, OBJID_ALERT, OBJID_SOUND): Bring
6401         back into <winuser.h>...
6402
6403         * include/winable.h [WINVER < 0x0500] (GUITHREADINFO,
6404         OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR, OBJID_MENU,
6405         OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL, OBJID_SIZEGRIP,
6406         OBJID_CARET, OBJID_CURSOR, OBJID_ALERT, OBJID_SOUND): ...and
6407         comment out in <winable.h>. MSDN may say <winable.h> but this
6408         breaks many programs. It seems it used to be <winable.h> on
6409         older versions of Windows.
6410
6411 2003-09-17  Danny Smith  <dannysmith@users.sourceforge.net>
6412
6413         * include/winuser.h (UpdateLayeredWindow): Protect against NOGDI.
6414         Thanks to Will Levine  <willll@users.sourceforge.net>
6415
6416 2003-09-15  Danny Smith  <dannysmith@users.sourceforge.net>
6417
6418         * include/ws2spi.h (LPWSPBIND): Change CONST LPSOCKADDR to
6419         const struct sockaddr*.
6420         (LPWSPCONNECT): Likewise.
6421         (LPWSPJOINLEAF): Likewise.
6422         (LPWSPSENDTO): Likewise.
6423         Tanks to Sebastian Nowak  <snowak1@users.spourceforge.net>
6424
6425 2003-09-15  Filip Navara  <xnavara@volny.cz>
6426
6427         * include/commctrl.h (TCIS_BUTTONPRESSED, TCIS_HIGHLIGHTED):
6428         Add definitions.
6429
6430 2003-09-15  Sascha Brawer  <brawer@dandelis.ch>
6431
6432         * include/winuser.h (DISPLAY_DEVICE_ATTACHED_TO_DESKTOP,
6433         DISPLAY_DEVICE_PRIMARY_DEVICE, DISPLAY_DEVICE_MIRRORING_DRIVER,
6434         DISPLAY_DEVICE_VGA_COMPATIBLE, DISPLAY_DEVICE_REMOVABLE,
6435         DISPLAY_DEVICE_MODESPRUNED): Define constants.
6436         (ChangeDisplaySettingsEx[A,W]): Add prototype.
6437
6438         * lib/user32.def (ChangeDisplaySettingsEx[A,W]): Add exports.
6439         (EnumDisplayDevices[A,W]): Likewise.
6440
6441 2003-09-15  Danny Smith  <dannysmith@users.sourceforge.net>
6442
6443         * include.commctrl.h (_WIN32_WINNT): Change _WXP to 0x0501,
6444         throughout.
6445
6446 2003-09-13  Danny Smith  <dannysmith@users.sourceforge.net>
6447
6448         * include/olectl.h (TEXTMETRICOLE, LPERRORLOG, LPPROPERTYBAG,
6449         LPENUMCONNECTIONPOINTS, LPCONNECTIONPOINT, LPENUMCONNECTIONS,
6450         LPPROPERTYPAGESITE, LPFONT, LPFONTDISP, OLE_COLOR, HIMETRIC,
6451         OLE_YPOS_HIMETRIC, OLE_XSIZE_HIMETRIC, OLE_YSIZE_HIMETRIC,
6452         OLE_YSIZE_CONTAINER, OLE_HANDLE, POINTF,LPPOINTF, CONTROLINFO,
6453         LPCONTROLINFO, CONNECTDATA, LPCONNECTDATA, LICINFO, LPLICINFO,
6454         CAUUID, LPCAUUID, CALPOLESTR, LPCALPOLESTR, CADWORD, LPCADWORD,
6455         PROPPAGEINFO, LPPROPPAGEINFO): Remove from here ...
6456         * include/ocidl.h: (TEXTMETRICOLE, LPERRORLOG, LPPROPERTYBAG,
6457         LPENUMCONNECTIONPOINTS, LPCONNECTIONPOINT, LPENUMCONNECTIONS,
6458         LPPROPERTYPAGESITE, LPFONT, LPFONTDISP, OLE_COLOR, HIMETRIC,
6459         OLE_YPOS_HIMETRIC, OLE_XSIZE_HIMETRIC, OLE_YSIZE_HIMETRIC,
6460         OLE_YSIZE_CONTAINER, OLE_HANDLE, POINTF, LPPOINTF, CONTROLINFO,
6461         LPCONTROLINFO, CONNECTDATA, LPCONNECTDATA, LICINFO, LPLICINFO,
6462         CAUUID, LPCAUUID, CALPOLESTR, LPCALPOLESTR, CADWORD, LPCADWORD,
6463         PROPPAGEINFO, LPPROPPAGEINFO): ... to here, for consistency
6464         with documentation.
6465         * include/olectl.h: Do #include <ocidl.h>.
6466         * include/ocidl.h: Don't #include <olectl.h>.
6467
6468 2003-09-13  Danny Smith  <dannysmith@users.sourceforge.net>
6469
6470         * include/winuser.h (_WIN32_WINNT, _WIN32_WINDOWS, WINVER):
6471         Change guards to use numeric constants, throughout.
6472
6473 2003-09-15  Earnie Boyd  <earnie@users.sf.net>
6474
6475         * include/w32api.h: Increment version to 2.5.
6476         * Makefile.in: Ditto.
6477
6478 2003-09-08  Justin Forest  <vhex@users.sourceforge.net>
6479
6480         * include/winuser.h (PM_QS_INPUT, PM_QS_POSTMESSAGE,
6481         PM_QS_PAINT, PM_QS_SENDMESSAGE): Add defines.
6482
6483 2003-09-08  Filip Navara  <xnavara@volny.cz>
6484
6485         * include/wingdi.h (GRADIENT_FILL_RECT_H, GRADIENT_FILL_RECT_V,
6486         GRADIENT_FILL_TRIANGLE, GRADIENT_FILL_OP_FLAG): Add defines.
6487
6488 2003-09-05  Earnie Boyd  <earnie@users.sf.net>
6489
6490         * include/w32api.h (_NT5, etc): Reverse the changes of 2003-07-01.
6491         * include/winbase.h (_NT5, etc): Ditto.
6492
6493 2003-09-02  Bart Oldeman  <bartoldeman@users.sourceforge.net>
6494
6495         * lib/snmpapi.def (LIBRARY) Add library name.
6496         Remove '\r', throughout.
6497         * lib/wsnmp32.def: Remove '\r', throughout.
6498         * lib/igmpagnt.def: Likewise.
6499
6500 2003-08-29  Steve Cleary  <scleary@jerviswebb.com>
6501
6502         * include/winuser.h (QS_ALLPOSTMESSAGE, QS_RAWINPUT): Add defines.
6503         (QS_INPUT, QS_ALLINPUT, QS_ALLEVENTS): Adjust by OR'ing with
6504         QS_RAWINPUT for _WIN32_WINNT >= 0x0501.
6505         (MWMO_*): Add flags.
6506
6507         * include/wincrypt.h (MS_ENHANCED_PROV[AW], MS_STRONG_PROV[AW],
6508         MS_DEF_RSA_SIG_PROV[AW], MS_DEF_RSA_SCHANNEL_PROV[AW],
6509         MS_DEF_DSS_PROV[AW], MS_DEF_DSS_DH_PROV[AW], MS_ENH_DSS_DH_PROV[AW],
6510         MS_DEF_DH_SCHANNEL_PROV[AW], MS_SCARD_PROV[AW]): Add definitions.
6511
6512 2003-08-26  Danny Smith  <dannysmith@users.sourceforge.net>
6513
6514         * lib/test.c: Add vfw.h to includes.
6515         * include/mmsystem.h: Add #ifndef guard to definition of
6516         mmioFOURCC macro.
6517         * include/vfw.h: Protect __OBJC__ from COM declarations.
6518
6519 2003-08-26  Filip Navara  <xnavara@volny.cz>
6520
6521         * include/vfw.h: New file.
6522
6523 2003-08-26  Filip Navara  <xnavara@volny.cz>
6524
6525         * include/ddk/winddk.h (RTL_REGISTRY_*): Add defines.
6526         (IoSetCompletionRoutine): Cast _CompletionRoutine arg to
6527         PIO_COMPLETION_ROUTINE.
6528
6529 2003-08-26  Danny Smith  <dannysmith@users.sourceforge.net>
6530
6531         * lib/test.c: Add snmp.h, winsnmp.h amd mgmtapi.h to
6532         includes.
6533
6534 2003-08-26  Filip Navara  <xnavara@volny.cz>
6535
6536         * include/snmp.h: New file.
6537         * include/winsnmp.h: New file.
6538         * include/mgmtapi.h: New file.
6539         * lib/snmpapi.def: New file.
6540         * lib/wsnmp32.def: New file.
6541         * lib/igmpagnt.def: New file.
6542         * lib/mgmtapi.def (SnmpMgrCtl) Add stub.
6543         (SnmpMgrGetTrapEx): Ditto.
6544         (SnmpMgrMIB2Disk): Remove.
6545         (dbginit): Remove.
6546
6547 2003-08-25  Steven Edwards  <Steven_Ed4153@yahoo.com>
6548
6549         * include/ddk/ntifs.h: Change all C++ style comments to C.
6550         * include/GL/gl.h: Ditto.
6551
6552 2003-08-25  Martin Fuchs  <Martin-Fuchs@gmx.net>
6553
6554         * include/shlobj.h (SFGAO_GHOSTED): Correct.
6555         (SFGAO_HIDDEN): Add define.
6556
6557 2003-08-25  Filip Navara  <xnavara@volny.cz>
6558
6559         * include/commctrl.h (ILCF_*): Add defines.
6560         (ILD_*): Ditto.
6561         (HDS_*): Ditto.
6562         (IPN_FIRST, IPN_LAST): Cast to UINT.
6563         (SBN_FIRST, SBN_LAST): Add defines.
6564         (PGN_*): Ditto.
6565         (HDF_JUSTIFYMASK): Fix typo.
6566         (HDM_*): Add defines.
6567         (HICF_*): Ditto.
6568         (I_INDENTCALLBACK,I_IMAGENONE): Ditto.
6569         (TBSTATE_MARKED): Add define.
6570         (TBSTYLE_EX_*): Add defines.
6571         (TBCDRF_*): Ditto.
6572         (IDB_HIST_SMALL_COLOR,IDB_HIST_LARGE_COLOR): Ditto.
6573         (TB_*): Ditto.
6574         (TBN_*): Ditto.
6575         (TBNRF_*): Ditto.
6576         (TTF_*): Ditto.
6577         (TBCD_*): Ditto.
6578         (TBDDRET_*): Ditto.
6579         (TBIMHT_*): Ditto.
6580         (TTM_*): Ditto.
6581         (UDM_*): Ditto.
6582         (TBIF_BYINDEX): Define as hex constant.
6583         (CDIS_*): Add defines.
6584         (CDDS_SUBITEM): Add define.
6585         (LVIF_*): Add defines.
6586         (LVM_*): Ditto.
6587         (LVGIT_UNFOLDED): Add define.
6588         (TVM_): Add defines.
6589         (TVE_EXPANDPARTIAL): Add define.
6590         (TVGN_LASTVISIBLE): Ditto.
6591         (TVN_*): Add defines.
6592         (TVNRET_*): Add defines.
6593         (TCIF_STATE): Add define.
6594         (NM_TOOLTIPSCREATED): Ditto.
6595         (CCM_*): Add defines.
6596         (INFOTIPSIZE): Add numeric value.
6597         (ODT_LISTVIEW): Ditto.
6598         (MCM_GETMAXTODAYWIDTH): Ditto.
6599         (MCHT_*): Add defines.
6600         (UDM_SETRANGE32,UDM_GETRANGE32): Define in terms of WM_USER.
6601         (PGF_*): Add defines.
6602         (PGM_*): Ditto.
6603         (TBINSERTMARK): Add structure.
6604         (LPIMAGEINFO) Add typedef.
6605         (LPHDHITTESTINFO): Ditto.
6606         (NMLVGETINFOTIP[AW]: Add structures.
6607         (NMTBCUSTOMDRAW): Add structure.
6608         (TTTOOLINFOA_V*_SIZE): Add macros.
6609         (TTTOOLINFOW_V1_SIZE): Ditto.
6610         (IMAGELISTDRAWPARAMS): Add new members for WXP.
6611         (LVITEM[AW]: Ditto.
6612         (TCITEM[AW]):Ditto.
6613         (CCSIZEOF_STRUCT): Correct macro definition.
6614         (ListView_*): Add new macros.
6615         (HIMAGELIST): Correct typedef.
6616         (HTREEITEM): Ditto.
6617
6618 2003-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
6619
6620         * commctrl.h (TC_HITTESTINFO): Remove. Add defines for
6621         TCHITTESTINFO for backward compatibility.
6622         (TC_ITEM[AW]): Rename to TCITEM[AW]. Add defines for backward
6623         compatibility.
6624
6625 2003-08-24   Danny Smith  <dannysmith@users.sourceforge.net>
6626
6627         * include/objidl.h (COBJMACROS): Define macros only
6628         if using C interace.
6629         * include/unknwn.h: Ditto.
6630         * include/comcat.h: Ditto.
6631
6632 2003-08-24  Filip Navara  <xnavara@volny.cz>
6633
6634         * include/prsht.h (PSH_WIZARDHASFINISH, PSH_WIZARD_LITE,
6635         PSH_NOCONTEXTHELP): Define.
6636         (PSH_WIZARD97): Fix definition for _WIN32_IE >= 0x500.
6637         * include/winuser.h (DFCS_TRANSPARENT, DFCS_HOT): Define.
6638         (LPDLGTEMPLATE[AW]): Add typedefs.
6639
6640 2003-08-22  Filip Navara  <xnavara@volny.cz>
6641
6642         * include/aclapi.h (BuildImpersonateExplicitAccessWithName[AW]):
6643         Add prototypes.
6644         BuildImpersonateTrustee[AW]): Add prototypes.
6645         GetMultipleTrustee[AW]): Add prototypes.
6646         GetMultipleTrusteeOperation[AW]): Add prototypes.
6647
6648 2003-08-22   Danny Smith  <dannysmith@users.sourceforge.net>
6649
6650         * include/winnt.h (IMAGE_SUBSYSTEM_XBOX): Add define.
6651
6652 2003-08-22  Mihai Preda  <mihai_preda@users.sourceforge.net>
6653
6654         * include/shlobj.h (IPersistFolder::GetClassID):
6655         Correct declaration.
6656         (CMF_*) Add missing defines.
6657
6658 2003-08-22   Danny Smith  <dannysmith@users.sourceforge.net>
6659
6660         * include/winuser.h (DC_BUTTONS): Add define.
6661
6662 2003-08-22  Andrew Greenwood  <lists@silverblade.co.uk>
6663
6664         * include/winuser.h (DC_GRADIENT): Add define.
6665
6666 2003-08-22  Martin Fuchs  <Martin-Fuchs@gmx.net>
6667
6668         * include/commctrl.h (BTNS_*): Define BTNS_* as successors to the
6669         older TBSTYLE_* constants.
6670
6671 2003-08-18  Danny Smith  <dannysmith@users.sourceforge.net>
6672
6673         * include/commctrl.h (TB_*) Group defines together.
6674
6675 2003-08-18  Martin Fuchs  <Martin-Fuchs@gmx.net>
6676
6677         * include/winuser.h (ICON_SMALL2): Define.
6678         * include/commctrl.h (TB_SETBUTTONWIDTH, TB_SETDRAWTEXTFLAGS):
6679         Define.
6680         * include/shlobj.h (SHDRAGIMAGE): Define structure.
6681         (IDragSourceHelper) Define interface.
6682         (IDropTargetHelper): Likewise.
6683         (IExtractIcon): Unicode it.
6684         (ICommDlgBrowser): Use IShellView type as param in OnDefaultCommand,
6685         OnStateChange and IncludeObject methods.
6686
6687 2003-08-17  Martin Fuchs  <Martin-Fuchs@gmx.net>
6688
6689         * include/commctrl.h (TreeView_GetScrollTime,
6690         TreeView_SetScrollTime): Define macros.
6691         * include/winuser.h (GetShellWindow): Add prototype.
6692         * include/objidl.h (STGMEDIUM): Correct lpszFileName type.
6693
6694 2003-08-15  Martin Fuchs  <Martin-Fuchs@gmx.net>
6695
6696         * include/shguid.h (CLSID_DragDropHelper, IID_IDropTargetHelper,
6697         IID_IDragSourceHelper): Declare.
6698         * lib/shell32.c (CLSID_DragDropHelper, IID_IDropTargetHelper,
6699         IID_IDragSourceHelper): Define.
6700
6701 2003-08-15  Andrew Greenwood  <lists@silverblade.co.uk>
6702
6703         * include/wingdi.h (DEVMODE[AW]) Correct structure definition.
6704         * include/ddk/ntapi.h (LPC_TYPE): Add LPC_CONNECTION_REFUSED.
6705         * include/ddk/winddk.h (IRP_*): Add constants as anonymous enum.
6706
6707 2003-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
6708
6709         * lib/uuid.c (CGID_Explorer, CGID_ShellDocView,
6710         CGID_ShellServiceObject): Remove definitions.
6711         * lib/shell32.c (CGID_ShellServiceObject): Add definition.
6712
6713 2003-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
6714
6715         * include/shlobj.h (SHELLSTATE): Add structure.
6716         (SHGetSetSettings): Add prototype.
6717         (SHGetSettings): Add prototype.
6718         * lib/shell32.def (SHGetSetSettings): Add stub.
6719
6720 2003-08-10  Phil Krylov  <likewolf@users.sourceforge.net>
6721
6722         * include/commctrl.h (HDM_ORDERTOINDEX): Add define.
6723         (Header_OrderToIndex): Add macro.
6724         (Header_GetOrderArray): Add macro.
6725
6726         * include/commdlg.h (FR_MATCHALEFHAMZA,
6727         FR_MATCHDIAC, FR_MATCHKASHIDA): Add defines.
6728
6729 2003-08-10  Martin Fuchs  <Martin-Fuchs@gmx.net>
6730
6731         * include/commctrl.h (TVM_GETSCROLLTIME,
6732         TVM_SETSCROLLTIME): Add defines.
6733
6734 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
6735
6736         * include/shlobj.h (SHELLFLAGSTATE): Add structure.
6737         (SHGetInstanceExplorer): Correct return type.
6738         (SHGetFolderPath[AW]): Likewise.
6739         Thanks to Magnus Olsen  <greatlord@sourceforge.users.net>
6740         for report.
6741
6742 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
6743
6744         * lib/test.c: Include winldap.h, ntldap.h, winber.h.
6745
6746 2003-08-01  Filip Navara  <xnavara@volny.cz>
6747
6748         * include/winldap.h: New file.
6749         * include/ntldap.h: New file.
6750         * include/winber.h: New file.
6751         * lib/winldap32.def: New file.
6752
6753 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
6754
6755         * include/ddk/atm.h: Remove stray '.';
6756
6757 2003-08-01  Gisle Vanem  <gvanem@broadpark.no>
6758
6759         * include/ddk/winddk.h: Remove trailing ';' from macros,
6760         throughout. Add () around defines with cast returns, throughout.
6761
6762 2003-07-31  Martin Fuchs  <Martin-Fuchs@gmx.net>
6763
6764         * include/shlobj.h (SFGAO_COMPRESSED): Add define.
6765         (SFGAOF, SHGDNF): Add typedef's.
6766         (SHCONTF): Extend enum.
6767
6768 2003-07-31  Danny Smith  <dannysmith@users.sourceforge.net>
6769
6770         * include/shellapi.h: Include all structs within pshpack2.h/
6771         poppack.h block.
6772
6773 2003-07-26  Danny Smith  <dannysmith@users.sourceforge.net>
6774
6775         * include/winuser.h (ASFW_ANY, LSFW_LOCK, LSFW_UNLOCK,
6776         LWA_COLORKEY, LWA_ALPHA): Guard with _WIN32_WINNT,
6777         _WIN32_WINDOWS, not WINVER.
6778         (AllowSetForegroundWindow,LockSetForegroundWindow,
6779         SetLayeredWindowAttributes): Likewise.
6780         (GetLayeredWindowAttributes,UpdateLayeredWindow): Add prototypes.
6781         * lib/user32.def (GetLayeredWindowAttributes,UpdateLayeredWindow):
6782         Add stubs.
6783
6784 2003-07-26  Eric R. Krause  <ekrause_98@users.sourceforge.net>
6785
6786         * include/objidl.h (IMalloc): Fix typo.
6787
6788 2003-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
6789
6790         * include/dkk/ntifs.h: Fix typo in guard for
6791         #pragma GCC system_header.
6792
6793 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
6794
6795         * include/objidl.h (PropVariant): Add CHAR cVal field
6796         to union.
6797         (FMTID_SummaryInformation, FMTID_DocSummaryInformation,
6798         FMTID_UserDefinedProperties): Declare.
6799
6800 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
6801
6802         * include/winbase.h (GetModuleHandleEx[AW]): Add prototypes.
6803
6804 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
6805
6806         * include/winbase.h (DUPLICATE_CLOSE_SOURCE,
6807         DUPLICATE_SAME_ACCESS): Remove defines.
6808         (HANDLE_FLAG_INHERIT, HANDLE_FLAG_PROTECT_FROM_CLOSE): Sync with
6809         ddk/ntapi.h defines.
6810         (SEM_*) : Likewise.
6811         * include/winnt.h (COMPRESSION_*, ACCESS_*, SYSTEM_*): Sync with
6812         ddk/ntifs.h defines.
6813         (FILE_*): Likewise.
6814         (MEM_IMAGE, SEC_*): Likewise.
6815         (DUPLICATE_CLOSE_SOURCE, DUPLICATE_SAME_ACCESS,
6816         DUPLICATE_SAME_ATTRIBUTES): Sync with ddk/winddk.h defines.
6817         (TOKEN_*): Sync with ddk/ntifs.h defines.
6818         * include/ddk/ntapi.h: Add comments noting definitions in
6819         winbase.h.
6820         * include/ddk/ntifs.h: Add comments noting definitions in
6821         winnt.h.
6822         * include/ddk/winddk.h: Add comments noting definitions in
6823         winnt.h.
6824
6825 2003-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
6826
6827         * include/winnt.h (FILE_*): Sync with ddk/winddk.h.
6828         * include/winioctl.h (FILE_*): Sync with ddk/winddk.h.
6829
6830 2003-07-17  Pierre Humblet  <pierre.humblet@ieee.org>
6831
6832         * include/mmsystem.h (TIME_KILL_SYNCHRONOUS): Add define.
6833
6834 2003-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
6835
6836         Clean up warnings in ddk.
6837
6838         * include/ddk/atm.h (_ATM_AAL_OOB_INFO): Add _ANONYMOUS_UNION,
6839         conditional on  __cplusplus.
6840         * include/ddk/scsi.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
6841         defines, throughout.
6842         (_CDB): Add _ANONYMOUS_UNION, conditional on __cplusplus.
6843         * include/ddk/cfg.h (_PNP_VETO_TYPE): Remove extra comma.
6844         * include/ddk/cfgmgr32.h: Change C++ comment style to ISO C.
6845         * include/ddk/ddkmapi.h (_DDLOCKOUT): Add _ANONYMOUS_UNION defines.
6846         * include/ddk/hidpi.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
6847         defines, throughout.
6848         * include/ddk/ndis.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
6849         defines, throughout. Remove trailing semicolon from *_S 'structure'
6850         macro expansion, throughout. Remove trailing semicolon from
6851         DECLARE_UNKNOWN_STRUCT macro expansion.
6852         * include/ddk/ndiswan.h (_NDIS_WAN_COMPRESS_INFO): Add
6853         _ANONYMOUS_UNION.
6854         * include/ddk/ntapi.h (_PROCESS_DEVICEMAP_INFORMATION,
6855         _PROCESS_SESSION_INFORMATION): Add _ANONYMOUS_UNION.
6856         * include/ddk/ntddcdrm.h (CDROM_TOC_CD_TEXT_DATA_BLOCK):
6857         Add _ANONYMOUS_UNION.
6858         * include/ddk/ntdddisk.h: Add _ANONYMOUS_UNION, throughout.
6859         * include/ddk/ntddmou.h:  Add _ANONYMOUS_UNION, throughout.
6860         * include/ddk/ntifs.h:  Add _ANONYMOUS_UNION, throughout.
6861         (ZwQueryObject): Change 2nd param to OBJECT_INFORMATION_CLASS, to
6862         match proto in ntapi.h.
6863         (ZwSetInformationObject): Likewise.
6864         * include/ddk/srb.h (SCSI_REQUEST_BLOCK): Add _ANONYMOUS_UNION.
6865         (SCSI_ADAPTER_CONTROL_TYPE): Add __extension__.
6866         * include/ddk/tdikrnl.h (TDI20_CLIENT_INTERFACE_INFO): Add
6867         _ANONYMOUS_UNION and _ANONYMOUS_STRUCT.
6868         * include/ddk/usb.h (USB): Add _ANONYMOUS_UNION.
6869         * include/ddk/usbcamdi.h (USBCAMD_CamControlFlags): Remove
6870         last comma.
6871         * include/ddk/video.h (STATUS_BLOCK): Add _ANONYMOUS_UNION.
6872         * include/ddk/winddk.h (DECLARE_INTERNAL_OBJECT): Remove
6873         trailing semicolon when expanding macro.
6874         (GENERAL_LOOKASIDE_S): Likewise.
6875         Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT, throughout.
6876         Change inline to __inline, throughout.
6877         * include/ddk/winnt4.h: Change inline to __inline, throughout.
6878
6879 2003-07-13  Casper S. Hornstrup  <chorns@users.sourceforge.net>
6880
6881         * include/ddk/ntifs.h (KeInsertQueueApc): Make return type
6882         BOOLEAN. Name parameter 4 PriorityBoost and make it of type
6883         KPRIORITY.
6884         * include/ddk/winddk.h (_KPCR): Put IDT field on next line.
6885         * include/ddk/winddk.h (_IO_STATUS_BLOCK, _IRP, _OWNER_ENTRY,
6886         _ERESOURCE, _IMAGE_INFO, _CREATE_DISK, _DISK_SIGNATURE, _KPCR_TIB):
6887         Apply _ANONYMOUS_UNION to anonymous unions and _ANONYMOUS_STRUCT
6888         to anonymous structs.
6889
6890 2003-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
6891
6892         * include/winnt.h (PVOID): Move to before HANDLE typedef.
6893
6894         * include/winuser.h (mouse_event): Correct type of fifth param,
6895         Thanks to: Andrew Jones <guln at users dot sourceforge dot net>
6896
6897 2003-07-11  Earnie Boyd  <earnie@users.sf.net>
6898
6899         * include/winnt.h (HANDLE): Define based on STRICT filter.
6900         (THREAD_BASE_PRIORITY_MIN): Use parens around negative value.
6901         (THREAD_BASE_PRIOIRTY_IDLE): Ditto.
6902
6903 2003-07-08  Danny Smith  <dannysmith@users.sourceforge.net>
6904
6905         * include/commctrl.h (NMTVDISPINFO[AW]): Replace obsolete struct
6906         names _TV_DISPINFO[AW] and typedefs. Add defines for backward
6907         compatability. Thanks to Magnus Olsen <greatlord@users.sf.net>
6908         for report.
6909
6910 2003-07-03  Earnie Boyd  <earnie@users.sf.net>
6911
6912         * config.guess, config.sub: Update with new versions from ftp.gnu.org.
6913
6914 2003-07-03  Luke Dunstan  <infidel@users.sf.net>
6915
6916         * include/commdlg.h (CommDlg_OpenSave_*): Add parentheses around
6917         macro arguments. Thanks to Tom Bishop <tombishop@users.sf.net>.
6918         * include/winuser.h (MONITOR_DEFAULTTONULL, MONITOR_DEFAULTTOPRIMARY,
6919         MONITOR_DEFAULTTONEAREST, MONITORINFOF_PRIMARY): Add defines.
6920         (TPM_RECURSE): Add guard for Win98/Win2K.
6921         Thanks to Magnus Olsen <greatlord@users.sf.net>.
6922
6923 2003-07-01  Earnie Boyd  <earnie@users.sf.net>
6924
6925         * include/basetyps.h (small, hyper): Change to __small and __hyper to
6926         avoid user namespace conflicts.
6927
6928 2003-07-01  Earnie Boyd  <earnie@users.sf.net>
6929
6930         * include/w32api.h (_NT4, _W98, _WME, _NT5, _W2000, _WXP, _W2003,
6931         _IE3, _IE4, _IE5, _IE6): Add definitions.
6932         * include/winbase.h (GetLongPathName[AW]): Add guard for OS >= NT5 or
6933         >= Win98.
6934         Change existing guards to use the above macro names as appropriate.
6935         * include/basetyps.h (__int32, __int16, __int8, small, hyper): Define.
6936         Note: Also added to mingw/include/_mingw.h.
6937
6938 2003-06-28  Steven Edwards  <Steven_Ed4153@yahoo.com>
6939
6940         * include/shlwapi.h (UrlGetLocationA, UrlGetLocationW,
6941         PathFindSuffixArrayA, PathFindSuffixArrayW,
6942         PathFindExtensionA, PathFindExtensionW, StrStrW
6943         StrStrA): Change unicode-macro'd LP[C]TSTR return values to
6944         explicit type.
6945
6946 2003-06-26  Mattia Barbon  <mbarbon@dsi.unive.it>
6947
6948         * include/richedit.h (PARAFORMAT2): Add definition.
6949         * include/richedit.h (PFA_*, PFE_*, PFM_*): Add some
6950         missing constants.
6951
6952 2003-06-17  Danny Smith  <dannysmith@users.sourceforge.net>
6953
6954         * include/shellapi.h (SHQUERYRBINFO): Add structure,
6955         (SHQueryRecycleBin[AW]. SHEmptyRecycleBin[AW]):Add prototypes.
6956         (SHERB_NOCONFIRMATION, SHERB_NOPROGRESSUI, SHERB_NOSOUND):
6957         Add defines. Thanks to Brett Hart <brett at ncubedtech dot com>
6958
6959 2003-06-17  Danny Smith  <dannysmith@users.sourceforge.net>
6960
6961         * include/winbase.h (GlobalCompact, GlobalFix, GlobalFlags,
6962         GlobalUnfix, GlobalUnWire, GlobalWire, LocalCompact,
6963         LocalFlags, LocalShrink, LockSegment, UnlockSegment): Add comment
6964         that these are obsolete no-ops.
6965
6966 2003-06-17  Bang Jun-Young  <junyoung@netbsd.org>
6967
6968         * include/winbase.h (GetProcessWorkingSetSize,
6969         GlobalCompact, LocalAlloc, LocalCompact, LocalReAlloc,
6970         LocalShrink, SignalObjectAndWait, WriteProcessMemory):
6971         Correct prototypes.
6972
6973 2003-06-18  Steven Edwards  <Steven_Ed4153@yahoo.com>
6974
6975         * include/winuser.h (TPM_RECURSE): Add define.
6976
6977 2003-06-06  Danny Smith  <dannysmith@users.sourceforge.net>
6978
6979         * lib/test.c: #include <powrprof.h>.
6980
6981 2003-06-06  James E. Lucas  <xelloss@sourceforge.net>
6982
6983         * include/powerprof.h: New file.
6984         * lib/powerprof.def: New file.
6985
6986 2003-06-06  Danny Smith  <dannysmith@users.sourceforge.net>
6987
6988         * include/winnt (SLIST_HEADER): Add C90 anonymous struct
6989         protection.
6990
6991 2003-06-05  Luke Dunstan  <infidel@users.sourceforge.net>
6992
6993         * include/winuser.h (WNDCLASS[AW], WNDCLASSEX[AW]): Change type of
6994         hInstance members to HINSTANCE.
6995         Thanks to: Brenden T. <brenden@rcsis.com>
6996
6997 2003-06-05  Bart Oldeman  <bartoldeman@users.sourceforge.net>
6998
6999         * include/lmaccess.h (UF_MNS_LOGON_ACCOUNT): Add define.
7000         * include/wingdi.h (LPRGBTRIPLE, LPRGBQUAD): Add typedefs.
7001
7002 2003-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
7003
7004         * include/ddk/ntpoapi.h (POWER_INFORMATION_LEVEL): Remove.
7005         * include/winnt.h (POWER_INFORMATION_LEVEL): Add.
7006         * include/ddk/winddk.h (SINGLE_LIST_ENTRY,SLIST_HEADER):
7007         Remove.
7008         * include/ddk/ndis.h (NdisAllocateSpinLock): Add missing '\'.
7009
7010 2003-05-30  Mattia Barbon  <mbarbon@dsi.unive.it>
7011
7012         * lib/oleacc.def: New file.
7013         * include/winable.h: New file.
7014         * include/oleacc.h: Add extern "C" guard.
7015         (NAVDIR_*, ROLE_*, STATE_*): Add missing constants.
7016         (AccessibleChildren, AccessibleObjectFromEvent,
7017         AccessibleObjectFromPoint, AccessibleObjectFromWindow,
7018         CreateStdAccessibleProxy[AW], GetOleaccVersionInfo, GetRoleText[AW],
7019         GetStateText[AW], LresultFromObject, ObjectFromLresult,
7020         WindowFromAccessibleObject): Add prototypes and UNICODE mappings.
7021         * include/winuser.h (NotifyWinEvent): Add prototype.
7022         (OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR,
7023         OBJID_MENU, OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL,
7024         OBJID_SIZEGRIP, OBJID_CARET, OBJID_CURSOR, OBJID_ALERT,
7025         OBJID_SOUND): Move from here to...
7026         * include/winable.h (OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR,
7027         OBJID_MENU, OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL,
7028         OBJID_SIZEGRIP, OBJID_CARET, OBJID_CURSOR, OBJID_ALERT,
7029         OBJID_SOUND): Here, as per documentation.
7030         * lib/test.c: Include winable.h.
7031         * lib/user32.def (NotifyWinEvent): Add missing export.
7032
7033 2003-05-30  Bang Jun-Young  <junyoung@netbsd.org>
7034
7035         * include/winbase.h (HeapCompact): Correct prototype.
7036         * include/winnt.h (SINGLE_LIST_ENTRY, SLIST_ENTRY,
7037         SLIST_HEADER): Add.
7038
7039 2003-05-27  Andrew C. Stadt  <acstadt@sympatico.ca>
7040
7041         * include/winuser.h (LWA_COLORKEY, LWA_ALPHA): Add defines.
7042
7043 2003-05-25  Bill C. Riemers  <cygwin@docbill.net>
7044
7045         * include/winuser.h (EnumDisplayDevicesW): Fix typo.
7046
7047 2003-05-23  Danny Smith  <dannysmith@users.sourceforge.net>
7048
7049         * include/winuser.h (EnumDisplayDevices[AW]): Add prototypes.
7050         * include/wingdi.h (DISPLAY_DEVICE): UNICODE it.
7051
7052 2003-05-23  Andrew Dunbar  <hippietrail@users.sourceforge.net>
7053
7054         * include/wingdi.h (GCP_RESULTS[AW]) Correct type of
7055         lpGlyphs field to LPWSTR.
7056
7057 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
7058
7059         * include/wincrypt.h (PLAINTEXTKEYBLOB, OPAQUEKEYBLOB,
7060         PUBLICKEYBLOBEX, SYMMETRICWRAPKEYBLOB) Add defines.
7061         (PP_*): Add defines.
7062         (CryptContextAddRef): Add prototype.
7063         Thanks to: Shura Zam  <debil_urod@users.sourceforge.net>
7064
7065 2003-05-18  Manu B  <manubee@users.sourceforge.net>
7066
7067         * include/commctrl.h (TVSORTCB): Rename old TV_SORTCB structure.
7068
7069 2003-05-18  Bang Jun-Young  <junyoung@netbsd.org>
7070
7071         * include/winbase.h (CREATE_DEFAULT_ERROR_MODE,
7072         DEBUG_PROCESS, DEBUG_ONLY_THIS_PROCESS, CREATE_SUSPENDED,
7073         DETACHED_PROCESS, CREATE_NEW_CONSOLE, NORMAL_PRIORITY_CLASS,
7074         IDLE_PRIORITY_CLASS, HIGH_PRIORITY_CLASS, REALTIME_PRIORITY_CLASS,
7075         CREATE_NEW_PROCESS_GROUP, CREATE_UNICODE_ENVIRONMENT,
7076         CREATE_SEPARATE_WOW_VDM, CREATE_SHARED_WOW_VDM, CREATE_FORCEDOS,
7077         CREATE_NO_WINDOW): Convert to hexadecimal form for better
7078         readability.
7079         (BELOW_NORMAL_PRIORITY_CLASS, ABOVE_NORMAL_PRIORITY_CLASS,
7080         CREATE_BREAKAWAY_FROM_JOB, CREATE_WITH_USERPROFILE): Add.
7081
7082 2003-05-15  Danny Smith  <dannysmith@users.sourceforge.net>
7083
7084         * include/ddk/ndis.h (NDIS30_MINIPORT_CHARACTERISTICS_S):
7085         Unname anonymous unions if NONAMELESSUNION not defined.
7086
7087 2003-05-14  Bang Jun-Young  <junyoung@netbsd.org>
7088
7089         * include/winbase.h (GMEM_VALID_FLAGS): Add.
7090
7091 2003-05-13  Danny Smith  <dannysmith@users.sourceforge.net>
7092
7093         * include/prsht.h (PROPSHEETHEADER[AW]: Mark
7094         anonymous unions as GCC extension.
7095
7096 2003-05-13  Danny Smith  <dannysmith@users.sourceforge.net>
7097
7098         * include/oleidl.h  (LPENUMOLEDOCUMENTVIEWS): Remove typedef.
7099         (IEnumOleDocumentViews): Remove commented out DECLARE_ENUMERATOR.
7100         * include/docobj.h  (LPENUMOLEDOCUMENTVIEWS): Add typedef (previously
7101         commented out).
7102         (IEnumOleDocumentViews): Add definition using DECLARE_ENUMERATOR.
7103
7104 2003-05-12  Earnie Boyd  <earnie@users.sf.net>
7105
7106         * include/commctrl.h: (MCSC_BACKGROUND, MCSC_TEXT, MCSC_TITLEBK,
7107         MCSC_TITLETEXT, MCSC_MONTHBK, MCSCTRAILTEXT): Define.
7108         Thanks to: Robert Wishlaw  <rwishlaw @ shaw . ca>
7109
7110 2003-05-12  Danny Smith  <dannysmith@users.sourceforge.net>
7111
7112         * include/olectl.h (IOleControl,IOleControlSite,ISimpleFrameSite,
7113         IErrorLog,IPropertyBag,IPersistPropertyBag,IPersistStreamInit,
7114         IPersistMemory,IPropertyNotifySink,IProvideClassInfo,
7115         IProvideClassInfo2,IConnectionPointContainer,
7116         IEnumConnectionPoints,IConnectionPoint,IEnumConnections,
7117         IClassFactory2,ISpecifyPropertyPages,IPerPropertyBrowsing,
7118         IPropertyPageSite,IPropertyPage,IPropertyPage2,IFont,IFontDisp,
7119         IPicture,IPictureDisp): Move from here to...
7120         * include/ocidl.h (IOleControl,IOleControlSite,ISimpleFrameSite,
7121         IErrorLog,IPropertyBag,IPersistPropertyBag,IPersistStreamInit,
7122         IPersistMemory,IPropertyNotifySink,IProvideClassInfo,
7123         IProvideClassInfo2,IConnectionPointContainer,
7124         IEnumConnectionPoints,IConnectionPoint,IEnumConnections,
7125         IClassFactory2,ISpecifyPropertyPages,IPerPropertyBrowsing,
7126         IPropertyPageSite,IPropertyPage,IPropertyPage2,IFont,IFontDisp,
7127         IPicture,IPictureDisp): Here, as per documentation.
7128
7129 2003-05-12  Mattia Barbon  <mbarbon@dsi.unive.it>
7130
7131         * include/oleauto.h (VarR8FromDec, VarDecFromR8): Add prototypes.
7132         * include/winbase.h (TerminateJobObject,
7133         AssignProcessToJobObject): Likewise.
7134         * include/servprov.h: New header.
7135         * lib/test.c: Include servprov.h.
7136
7137 2003-05-10  Danny Smith  <dannysmith@users.sourceforge.net>
7138
7139         * include/shlguid.h (CGID_ShellServiceObject): Declare.
7140         * lib/uuid.c (CGID_ShellServiceObject): Define guid.
7141         Thanks to Chris Sutcliffe  <ir0nh34d#users.sourceforge.net>
7142         * include/winuser.h (SetLayeredWindowAttributes): Add prototype.
7143         * lib/user32.def (SetLayeredWindowAttributes): Add stub.
7144         * lib/uuid.c (CGID_Explorer, CGID_ShellDocView): Define guids.
7145
7146 2003-05-05  Danny Smith  <dannysmith@users.sourceforge.net>
7147
7148         * include/commctrl.h (STATUSCLASSNAME, TOOLBARCLASSNAME,
7149         TOOLTIPS_CLASS, TRACKBAR_CLASS, UPDOWN_CLASS, PROGRESS_CLASS,
7150         HOTKEY_CLASS): Remove dupicate defines for UNICODE case.
7151
7152 2003-05-02  Steven Edwards  <Steven_Ed4153@yahoo.com>
7153
7154         * include/richedit.h (EM_FINDTEXTEXW, EM_FINDTEXTW,
7155         EM_GETAUTOURLDETECT, EM_GETBIDIOPTIONS, EM_GETEDITSTYLE,
7156         EM_GETIMECOLOR, EM_GETIMEOPTIONS, EM_GETPUNCTUATION,
7157         EM_GETWORDWRAPMODE, EM_RECONVERSION, EM_SETBIDIOPTIONS,
7158         EM_SETEDITSTYLE, EM_SETIMECOLOR, EM_SETIMEOPTIONS,
7159         EM_SETPALETTE, EM_SETPUNCTUATION, EM_SETTEXTEX,
7160         EM_SETWORDWRAPMODE, RICHEDIT_CLASS10A): Add defines.
7161
7162 2003-05-02  Francois Ferrand  <typz@sourceforge.users.net>
7163
7164         * include/commctrl.h (TBM_*): Add missing trackbar defines.
7165
7166 2003-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
7167
7168         * include/cplext.h (CPLPAGE_MOUSE_WHEEL,
7169         CPLPAGE_DISPLAY_BACKGROUND): Add defines.
7170
7171 2003-04-30  Danny Smith  <dannysmith@users.sourceforge.net>
7172
7173         * include/wingdi.h (DC_PEN, DC_BRUSH): Add defines.
7174         (SetDCPenColor, SetDCBrushColor): Add prototypes.
7175         * lib/gdi32.def (SetDCPenColor, SetDCBrushColor): Add stubs.
7176
7177 2003-04-26  Bang Jun-Young  <junyoung@netbsd.org>
7178
7179         * include/winioctl.h (DEVICE_TYPE_FROM_CTL_CODE): Add macro.
7180
7181 2003-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
7182
7183         * include/oaidl.h (ITypeMarshal): Add interface.
7184
7185 2003-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
7186
7187         * include/winioctl.h: Clean up formatting.
7188         (RETRIEVAL_POINTERS_BUFFER): Add fields to Extents[1] struct.
7189         (CREATE_DISK): Add _ANONYMOUS_UNION macro.
7190         (DISK_CACHE_INFORMATION): Likewise.
7191         (DISK_DETECTION_INFO): Likewise.
7192         (DISK_PARTITION_INFO): Likewise.
7193         (PARTITION_INFORMATION_EX): Likewise.
7194         (DRIVE_LAYOUT_INFORMATION_EX): Likewise.
7195
7196 2003-04-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
7197
7198         * include/winbase.h (DeleteVolumeMountPoint[AW],
7199         FindFirstVolumeMountPoint[AW], FindNextVolumeMountPoint[AW],
7200         FindVolumeMountPointClose, GetVolumeNameForVolumeMountPoint[AW],
7201         GetVolumePathName[AW], GetVolumePathNamesForVolumeName[AW],
7202         SetVolumeMountPoint[AW]): Add prototypes.
7203         * include/winioctl.h (IOCTL_DISK_GET_PARTITION_INFO_EX,
7204         IOCTL_DISK_SET_PARTITION_INFO_EX,
7205         IOCTL_DISK_GET_DRIVE_LAYOUT_EX,
7206         IOCTL_DISK_SET_DRIVE_LAYOUT_EX, IOCTL_DISK_CREATE_DISK,
7207         IOCTL_DISK_GET_LENGTH_INFO, IOCTL_DISK_PERFORMANCE_OFF,
7208         IOCTL_DISK_GET_DRIVE_GEOMETRY_EX, IOCTL_DISK_GROW_PARTITION,
7209         IOCTL_DISK_GET_CACHE_INFORMATION,
7210         IOCTL_DISK_SET_CACHE_INFORMATION,
7211         IOCTL_DISK_DELETE_DRIVE_LAYOUT, IOCTL_DISK_UPDATE_PROPERTIES,
7212         FSCTL_GET_VOLUME_BITMAP, FSCTL_GET_RETRIEVAL_POINTERS,
7213         FSCTL_MOVE_FILE): Define.
7214         (CREATE_DISK_GPT, CREATE_DISK_MBR, CREATE_DISK,
7215         DISK_CACHE_INFORMATION,
7216         DETECTION_TYPE, DISK_INT13_INFO, DISK_EX_INT13_INFO,
7217         DISK_DETECTION_INFO, DISK_GEOMETRY_EX, DISK_GROW_PARTITION,
7218         DISK_PARTITION_INFO, DISKQUOTA_USER_INFORMATION,
7219         GET_LENGTH_INFORMATION, DISK_EXTENT, VOLUME_DISK_EXTENTS,
7220         DRIVE_LAYOUT_INFORMATION_GPT, DRIVE_LAYOUT_INFORMATION_MBR,
7221         PARTITION_INFORMATION_MBR, PARTITION_INFORMATION_GPT,
7222         PARTITION_INFORMATION_EX, DRIVE_LAYOUT_INFORMATION_EX,
7223         MOVE_FILE_DATA,
7224         RETRIEVAL_POINTERS_BUFFER, STARTING_LCN_INPUT_BUFFER,
7225         STARTING_VCN_INPUT_BUFFER, VOLUME_BITMAP_BUFFER): Add structs.
7226         (PARTITION_STYLE, DISK_CACHE_RETENTION_PRIORITY): Add enums.
7227         (MEDIA_TYPE): Add F3_120M_512, F3_640_512, F5_640_512,
7228         F5_720_512, F3_1Pt2_512, F3_1Pt23_1024, F5_1Pt23_1024,
7229         F3_128Mb_512, F3_230Mb_512, F8_256_128, F3_200Mb_512,
7230         F3_240M_512, and F3_32M_512.
7231         * lib/kernel32.def (GetVolumePathNamesForVolumeName[AW]): Add
7232         stubs.
7233
7234 2003-04-16  Earnie Boyd  <earnie@users.sf.net>
7235
7236         * include/wingdi.h (DM_SPECVERSION): Define.
7237         Thanks to Sinitsyn Valentime <valentine.sinitsyn@usu.ru>
7238         * include/rpcdce.h (UuidCreateSequential): Properly guard with
7239         appropriate _WIN32_WINNT values.
7240
7241 2003-04-15  Chris January  <chris@atomice.net>
7242
7243         * include/rpcdce.h: Add declaration for UuidCreateSequential.
7244         * lib/rpcrt4.def: Add entry for UuidCreateSequential.
7245
7246 2003-04-14  Phil Krylov  <likewolf@users.sourceforge.net>
7247
7248         * include/winuser.h (VK_*): Add missing defines.
7249
7250 2003-04-14  Vincent Béron  <papineau@users.sourceforge.net>
7251
7252         * include/commctrl.h (NMUPDOWN, LPNMUPDOWN): Use currently
7253         documented typedefs for struct _NM_UPDOWN.
7254         Add defines for backward comapatibility.
7255         * include/commdlg.h (OFN_ENABLESIZING): Add define.
7256         * include/wininet.h (IRF_*): Add missing defines.
7257
7258 2003-04-14  Bang Jun-Young  <junyoung@netbsd.org>
7259
7260         * lib/ntdll.def (Csr*, Dbg*, Ki*, Ldr*, Rtl*): Add W2K exports.
7261
7262 2003-04-11  Earnie Boyd  <earnie@users.sf.net>
7263
7264         * include/sspi.h: Add comment for FreeCredentialsHandle.
7265
7266 2003-04-07  Marcel Telka  <telka@users.sourceforge.net>
7267
7268         * include/ddk/winddk.h (KIRQL): Typedef as UCHAR, not ULONG.
7269
7270 2003-03-30  Hans E. Molin  <kvasi@users.sourceforge.net>
7271
7272         * include/olectl.h (OleLoadPicturePath): Correct prototype.
7273
7274 2003-03-30  Danny Smith  <dannysmith@users.sourceforge.net>
7275
7276         * lib/uuid.c (IID_IHTML*): Move definitions to...
7277         * lib/mshtml-uuid.c: New file.
7278         * lib/Makefile.in: Add mshtml-uuid.o to libuuid.a
7279
7280 2003-03-30  Michael Sazonov  <traip@comset.net>
7281
7282         * lib/uuid.c (IID_IHTML*): Add new GUID definitions.
7283         * include/mshtml.h (IHTMLElementCollection, IHTMLLinkElement,
7284         IHTMLImgElement): Add interface definitions.
7285
7286 2003-03-29  Danny Smith  <dannysmith@users.sourceforge.net>
7287
7288         * include/commctrl.h (ANIMATE_CLASS,HOTKEY_CLASS,PROGRESS_CLASS,
7289         STATUSCLASSNAME,TOOLBARCLASSNAME,TOOLTIPS_CLASS,TRACKBAR_CLASS,
7290         UPDOWN_CLASS,WC_COMBOBOXEX,WC_HEADER,WC_IPADDRESS,WC_LISTVIEW,
7291         WC_TABCONTROL,WC_TREEVIEW): Move UNICODE mappings out of
7292         RC_INVOKED guard.
7293         (WC_PAGESCROLLER,WC_NATIVEFONTCTL,WC_BUTTON,WC_STATIC,WC_EDIT,
7294         WC_LISTBOX,WC_COMBOBOX,WC_SCROLLBAR): Add defines.
7295
7296 2003-03-28  Bang Jun-Young  <junyoung@netbsd.org>
7297
7298         * include/winnt.h (WAITORTIMERCALLBACKFUNC): Add typedef.
7299
7300 2003-03-27  Danny Smith  <dannysmith@users.sourceforge.net>
7301
7302         * include/secext.h (GetComputerObjectName[AW],GetUserNameEx[AW],
7303         TranslateName[AW]): Add prototypes.
7304         * lib/sec32.def (GetComputerObjectName[AW],GetUserNameEx[AW],
7305         TranslateName[AW]): Add stubs.
7306         * lib/test.c: Include secext.h.
7307
7308 2003-03-27  Vladimir Michl  <michlv@users.sourceforge.net>
7309
7310         * include/ddk/ndis.h (NdisAllocateSpinLock,NdisFreeSpinLock,
7311         NdisAcquireSpinLock,NdisReleaseSpinLock,NdisDprAcquireSpinLock,
7312         NdisDprReleaseSpinLock): Change macro argument from SpinLock to
7313         _SpinLock.
7314
7315 2003-03-26  Earnie Boyd  <earnie@users.sf.net>
7316
7317         * include/w32api.h: Increment version to 2.4.
7318         * Makefile.in: Ditto.
7319
7320 2003-03-26  Danny Smith  <dannysmith@users.sourceforge.net>
7321
7322         * include/ddk/batclass.h (BATTERY_REPORTING_SCALE)
7323         Move structure from here...
7324         * include/winnt.h (BATTERY_REPORTING_SCALE): To here.
7325
7326         * include/ddk/ntapi.h (JOBOBJECT_*):
7327         Remove structures and enums definitions.
7328         (JOB_OBJECT*): Move defines from here...
7329         * include/winnt.h (JOB_OBJECT* ): To here.
7330
7331         * include/ddk/ntpoapi.h (LATENCY_TIME, POWER_ACTION_POLICY,
7332         SYSTEM_POWER_LEVEL, SYSTEM_POWER_POLICY,
7333         PROCESSOR_POWER_POLICY_INFO, PROCESSOR_POWER_POLICY,
7334         ADMINISTRATOR_POWER_POLICY, SYSTEM_POWER_INFORMATION,
7335         PROCESSOR_POWER_INFORMATION, SYSTEM_BATTERY_STATE,
7336         SYSTEM_POWER_CAPABILITIES): Move enums, structures
7337         and associated defines from here ...
7338         * include/winnt.h: (LATENCY_TIME, POWER_ACTION_POLICY,
7339         SYSTEM_POWER_LEVEL, SYSTEM_POWER_POLICY,
7340         PROCESSOR_POWER_POLICY_INFO, PROCESSOR_POWER_POLICY,
7341         ADMINISTRATOR_POWER_POLICY, SYSTEM_POWER_INFORMATION,
7342         PROCESSOR_POWER_INFORMATION, SYSTEM_BATTERY_STATE,
7343         SYSTEM_POWER_CAPABILITIES):To here.
7344
7345         * include/ddk/winddk.h (DEVICE_POWER_STATE,
7346         SYSTEM_POWER_STATE, POWER_ACTION): Move enums
7347         from here...
7348         * include/winnt.h (DEVICE_POWER_STATE,
7349         SYSTEM_POWER_STATE, POWER_ACTION): To here.
7350
7351 2003-03-19  Danny Smith  <dannysmith@users.sourceforge.net>
7352
7353         *lib/ndis.def (NdisAllocateMemory): Correct stdcall suffix.
7354         Thanks to: Vladimir Michl <michlv@users.sourceforge.net>
7355         (NdisUpdateSharedMemory): Likewise.
7356         (NdisMFreeSharedMemory: Likewise.
7357         (NdisMMapIoSpace: Likewise.
7358
7359 2003-03-18  Danny Smith  <dannysmith@users.sourceforge.net>
7360
7361         * include/lmaccess.h (UF_LOCKOUT): Correct name from UF_LOCK.
7362         Thanks to: Fabricio D. Rossi  <gurusoda@users.sourceforge.net>
7363         (UF_SETTABLE_BITS): Correct UF_LOCKOUT here too.
7364
7365 2003-03-17  Bang Jun-Young  <junyoung@netbsd.org>
7366
7367         * include/winbase.h (EnumResourceLanguages[AW]): Correct prototypes.
7368         (EnumResourceNames[AW]): Ditto.
7369         (EnumResourceTypes[AW]): Ditto.
7370         * include/wincon.h (CONSOLE_FONT_INFO): Add struct.
7371
7372 2003-03-16  Toby Malone  <malone@users.sourceforge.net>
7373
7374         * include/winuser.h (SendInput): Add prototype.
7375         * lib/user32.def (SendInput): Add stub.
7376
7377 2003-03-16  Vadim Yegorov  <zg@bmg.lv>
7378
7379         * winioctl.h (FSCTL_SET_REPARSE_POINT: Correct macro.
7380         (FSCTL_DELETE_REPARSE_POINT): Likewise.
7381
7382 2003-03-15  Bang Jun-Young  <junyoung@netbsd.org>
7383
7384         * winnt.h (JOBOBJECTINFOCLASS): Define enum.
7385         (JOBOBJECT_*): Define corresponding structures.
7386
7387 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
7388
7389         * include/ddk/winddk.h (PCUNICODE_STRING): Remove incorrect
7390         typedef.
7391
7392 2003-03-13  Bang Jun-Young  <junyoung@netbsd.org>
7393
7394         * lib/kernel32.def (Module32{First,Next}{,W}): Add missing exports.
7395         (Process32{First,Next}{,W}): Ditto.
7396         (Thread32{First,Next}): Ditto.
7397         * include/ntdef.h (PCUNICODE_STRING): Add typedef.
7398
7399 2003-03-12  Earnie Boyd  <earnie@users.sf.net>
7400
7401         * include/mswsock.h: Correct invalid filter for _WINSOCK2_H.
7402         Thanks to Jim Barton <jmbarton@users.sf.net>.
7403
7404 2003-03-12  Ranjit Mathew  <rmathew@hotmail.com>
7405
7406         * include/winnt.h (_IMAGE_SEPARATE_DEBUG_HEADER): Expose
7407         member SectionAlignment.
7408
7409 2003-03-11  Earnie Boyd  <earnie@users.sf.net>
7410
7411         * include/winsvc.h (SERVICE_NO_CHANGE): Use hex constant to avoid
7412         warnings.
7413         Thanks to Fabricio D. Rossi <gurusoda@users.sf.net>.
7414         * Makefile.in (bindist): Correct process.
7415         * lib/Makefile.in (install): Ditto.
7416         Thanks to Jeff Bonnggren <jbon@users.sf.net>.
7417
7418 2003-03-10  Danny Smith  <dannysmith@users.sourceforge.net>
7419
7420         * include/rasdlg.h: New file.
7421         * lib/rasdlg.def: New file.
7422         * lib/test.c: Include rasdlg.h.
7423
7424 2003-03-06  Christopher January  <chris@atomice.net>
7425
7426         * include/winbase.h (FindFirstVolume): Add declaration.
7427         (FindNextVolume): Add declaration.
7428         (FindVolumeClose): Add declaration.
7429         (GetSystemTimes): Add declaration.
7430         * include/winnt.h: Add define for PF_XMMI64_INSTRUCTIONS_AVAILABLE.
7431
7432 2003-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
7433
7434         *lib/kernel32.def (GetSystemTimes): Add stub.
7435
7436 2003-03-04  Heiko Gerdau  <hg@technosis.de>
7437
7438         * oleidl.h (IOleObject): Correct GetUserType prototype.
7439         (IViewObject2): Correct GetExtent prototype.
7440         * olectl.h (DISPIP_): Add new defines
7441         * ocidl.h (IOleInPlaceSiteWindowless): Add new interface.
7442
7443 2003-03-01  Danny Smith  <dannysmith@users.sourceforge.net>
7444
7445         * include/olectl.h (OleLoadPictureEx) Add prototype.
7446         (OleLoadPictureFile): Ditto.
7447         (OleLoadPictureFileEx): Ditto.
7448         (OleLoadPicturePath): Ditto.
7449         (OleSavePictureFile): Ditto.
7450
7451 2003-03-01  Danny Smith  <dannysmith@users.sourceforge.net>
7452
7453         * include/objbase.h (CoAddRefServerProcess): Add prototype.
7454         (CoAddReleaseServerProcess): Ditto.
7455         (CoResumeClassObjects): Ditto.
7456         (CoSuspendClassObjects): Ditto.
7457         * include/oleauto.h (V_I1): Define.
7458         Thanks to: "Timofei"  <mmttmm@users.sourceforge.net>
7459
7460 2003-03-01  Heiko Gerdau  <hg@technosis.de>
7461
7462         * include/oleidl.h (USERCLASSTYPE): Add enum.
7463         * include/ocidl.h (IObjectWithSite): Add interface.
7464
7465 2003-02-28  Roland Schwingel  <roland.schwingel@onevision.de>
7466
7467         Fixup UNICODE thinko in 2003-02-22 patch.
7468         * include/wingdi.h (AddFontMemResourceEx): Add.
7469         (RemoveFontMemResourceEx): Ditto.
7470         (AddFontMemResourceEx[AW]): Remove.
7471         (RemoveFontMemResourceEx[AW]): Ditto
7472         * lib/gdi32.def: (AddFontResourceEx): Add.
7473         (RemoveFontMemResourceEx): Ditto.
7474         (AddFontMemResourceEx[AW]): Remove.
7475         (RemoveFontResourceEx[AW]): Ditto.
7476
7477 2003-02-23  Danny Smith  <dannysmith@users.sourceforge.net>
7478
7479         * include/winbase.h (EVENTLOG_SUCCESS): Add define.
7480         Thanks to: Thomas Weber  <thomasweber@sourceforge.net>
7481
7482 2003-02-22  Roland Schwingel  <roland.schwingel@onevision.de>
7483
7484         * include/wingdi.h (AddFontMemResourceEx[AW]): Add.
7485         (RemoveFontMemResourceEx[AW]): Ditto
7486         * lib/gdi32.def (AddFontMemResourceEx[AW]): Add.
7487         (RemoveFontMemResourceEx[AW]): Ditto.
7488
7489 2003-02-22  Bang Jun-Young  <junyoung@netbsd.org>
7490
7491         * lib/ntdll.def (NT*, RTL*, ZW*): Add missing exports.
7492         (NtCurrentTeb): Remove.
7493
7494 2003-02-22  Danny Smith  <dannysmith@users.sourceforge.net>
7495
7496         * include/wsahelp.h: Remove ';' after closing
7497         #ifdef __cplusplus brace.
7498         * include/ws2spi.h: Likewise.
7499
7500 2003-02-22  Danny Smith  <dannysmith@users.sourceforge.net>
7501
7502         * include/winbase.h (MEMORYSTATUSEX): Add structure.
7503         (GlobalMemoryStatusEx): Add prototype.
7504         * lib/kernel32.def (GlobalMemoryStatusEx): Add stub.
7505
7506 2003-02-17  Vaclav Haisman  <V.Haisman@sh.cvut.cz>
7507
7508         * include/winioctl.h (FSCTL_SET_SPARSE): Define.
7509
7510 2003-02-12  Roland Schwingel  <roland.schwingel@onevision.de>
7511
7512         * include/wingdi.h (AddFontResourceEx[AW]): Add.
7513         (RemoveFontResourceEx[AW]): Ditto
7514         (FR_PRIVATE): Define.
7515         (FR_NOT_ENUM): Define.
7516         * lib/gdi32.def (AddFontResourceEx[AW]): Add.
7517         (RemoveFontResourceEx[AW]): Ditto.
7518
7519 2003-02-10  Earnie Boyd  <earnie@users.sf.net>
7520
7521         * include/w32api.h: Increment version to 2.3.
7522         * Makefile.in: Ditto.
7523
7524 2003-02-09  Earnie Boyd  <earnie@users.sf.net>
7525
7526         * lib/ddk/ntoskrnl.def (Ke386IoSetAccessProcess): Activate export.
7527         (Ke386QueryToAccessMap): Ditto.
7528         (Ke386SetIoAccessMap): Ditto.
7529         Thanks to Marcel Telka <telka@users.sf.net>
7530         * include/secext.h: New file. Declare EXTENDED_NAME_FORMAT.
7531         * include/security.h: Include secext.h.
7532         * include/winbase.h: Declare COMPUTER_NAME_FORMAT.
7533         Thanks to Dimitri Papadopoulos <dimitri_at@users.sf.net>
7534         * include/GL/gl.h: Remove include of glext.h.
7535         Thanks to Greg Couch <gregcouch@users.sf.net>
7536
7537 2003-02-05  Earnie Boyd  <earnie@users.sf.net>
7538
7539         * include/basetypes.h (_GUID_DEFINED): Add deprecation warning, start
7540         using GUID_DEFINED instead.
7541         * include/sqltypes.h: Ditto.
7542         * include/winnt.h: Ditto.
7543         * include/ddk/scsiwmi.h: Ditto.
7544
7545 2003-02-04  Danny Smith  <dannysmith@users.sourceforge.net>
7546
7547         * include/shlwapi.h (PathRelativePathTo[AW]): Correct
7548         prototypes.
7549         Thanks to: John Dallaway  <jld@ecoscentric.com>.
7550
7551 2003-02-01  Danny Smith  <dannysmith@users.sourceforge.net>
7552
7553         * include/commctrl.h (TCM_*): Add missing defines.
7554
7555 2003-02-01  Jesus Alvarez  <jesus_alvarez@users.sourceforge.net>
7556             Danny Smith  <dannysmith@users.sourceforge.net>
7557
7558         * include/prsht.h (PSP_*, PSH_*): Add missing defines.
7559         (PROPSHEETPAGE[AW]): Add pszHeaderTitle, pszHeaderSubTitle
7560         for (_WIN32_IE >= 0x0400).
7561         (PROPSHEETHEADER[AW]): Add hplWatermark and anonymous union
7562         fields for (_WIN32_IE >= 0x0400).
7563
7564 2003-01-31  Danny Smith  <dannysmith@users.sourceforge.net>
7565
7566         * include/winbase.h (CreateFiber): Change first parameter
7567         to SIZE_T.
7568         (CreateJobObject[AW], CreateHardLink[AW]):Guard with
7569         if (_WIN32_WINNT >= 0x0500).
7570
7571 2003-01-31  Bang Jun-Young  <junyoung@netbsd.org>
7572
7573         * include/winbase.h (PWIN32_FIND_DATAA, PWIN32_FIND_DATAW):
7574         Add missing typedefs.
7575         (CreateFiberEx, CreateJobObjectA,CreateJobObjectW): Add missing
7576         prototypes.
7577         (CreateHardLinkA, CreateHardLinkW): Return BOOL, not HANDLE.
7578
7579 2003-01-27  Krzysztof Nikiel  <kni@poczta.onet.pl>
7580
7581         * include/mmsystem.h (MIXERCONTROL_CONTROLF_MULTIPLE): Correct
7582         define.
7583         * lib/largeint.c (LargeIntegerAdd): Add, don't multiply.
7584
7585 2003-01-27  Danny Smith  <dannysmith@users.sourceforge.net>
7586
7587         * include/rpcnterr.h (RPC_X_INVALID_PIPE_OPERATION): Add
7588         define.
7589         * include/winbase.h (WAIT_TIMEOUT): Guard against prior
7590         definition.
7591         (WAIT_FAILED): Cast to DWORD.
7592         * include/winerror.h (WAIT_TIMEOUT): Guard against prior
7593         definition.
7594
7595 2003-01-27  Bang Jun-Young  <junyoung@netbsd.org>
7596
7597         * include/winerror.h: Protect against multiple
7598         definition of WSA* error codes.
7599         * include/winsock.h: Likewise.
7600         * include/winsock2.h: Likewise.
7601
7602 2003-01-27  Bang Dong-Heui
7603             Bang Jun-Young  <junyoung@netbsd.org>
7604
7605         * include/winerror.h (ERROR_*, SEC_E_*,RPC_S_*, FRS_ERR_*,
7606         DNS_*, WSA*, WAIT_TIMEOUT): Add missing error codes.
7607         (RPC_X_INVALID_PIPE_OPERATION): Remove define.
7608
7609
7610 2003-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
7611
7612         * include/ras.h (RASCONN[AW]): Add dwSessionId for
7613         (WINVER >= 0x501).
7614
7615 2003-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
7616
7617         * include/ras.h (RASCONN[AW]): Guard szDeviceType,
7618         szDeviceName fields with (WINVER >= 0x400). Add dwFlags, luid
7619         fields for (WINVER >= 0x501).
7620
7621 2003-01-23  Danny Smith  <dannysmith@users.sourceforge.net>
7622
7623         * lib/ws2_32.def (getaddrinfo, freeaddrinfo and getnameinfo):
7624         Add stubs.
7625         * include/ws2tcpip.h (IPV6_*) Add IPPROTO_IPV6 level socket
7626         options.
7627
7628 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
7629
7630         * include/winnt.h (IMAGE_FILE_AGGRESIVE_WS_TRIM
7631         IMAGE_FILE_LARGE_ADDRESS_AWARE): Add defines.
7632
7633 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
7634
7635         * include/accctrl.h (enum _SE_OBJECT_TYPE): Add
7636         SE_REGISTRY_WOW64_32KEY.
7637         Reported by: Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
7638
7639 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
7640
7641         * include/commctrl.h (HDN_GETDISPINFO[AW]: Add defines.
7642         (tagNMHDDISPINFO[AW}: Add structures and typedefs.
7643         Reported by: Mat Nieuwenhoven  <matnieuw@users.sourceforge.net>
7644
7645 2003-01-10  Christopher Faylor  <cgf@redhat.com>
7646
7647         * include/winsock2.h: Remove gethostname from INSIDE_CYGWIN protection.
7648
7649 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
7650
7651         * lib/dxguid.c: Don't #include <objbase.h>.
7652         * include/unknwn.h: Partially revert change of 2002-12-26.
7653         Don't include <ole2.h>.
7654
7655 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
7656
7657         * lib/dinput.c: Don't #include <objbase.h>.
7658
7659 2003-01-08  Bart Oldeman  <bartoldeman@users.sourceforge.net>
7660
7661         * include/windows.h (ole2.h):Do #include for
7662         __WATCOMC__.
7663
7664 2003-01-05  Danny Smith  <dannysmith@users.sourceforge.net>
7665
7666         * include/winuser.h (SPI_SETWHEELSCROLLLINES) Add define.
7667         * include/zmouse.h (WHEEL_DELTA): Guard against prior
7668         definition.
7669         (WHEEL_PAGESCROLL): Likewise.
7670         (SPI_SETWHEELSCROLLLINES): Define, if not already done.
7671
7672 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
7673
7674         * include/winuser.h (SPI_GETWHEELSCROLLLINES) Add define.
7675         (WHEEL_PAGESCROLL): Add define.
7676
7677 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
7678
7679         * include/commctrl.h (tagNMTOOLBAR[AW]): Replace obsolete struct
7680         names tagTBNOTIFY[AW] and typedefs. Add defines for backward
7681         compatability. Add RECT field. Add UNICODE mappings for new
7682         names.
7683         (tagNMREBARCHEVRON): Add struct and typedefs for
7684         _WIN32_IE >= 0x0500.
7685
7686 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
7687
7688         * include/commctrl.h (TOOLINFO[AW]): Update structures.
7689         (LVHITTESTINFO): Likewise.
7690
7691         * include/wingdi.h (GRADIENT_TRIANGLE): Add structure.
7692         (GRADIENT_RECT): Likewise.
7693
7694 2003-01-03  Bang Jun-Young  <junyoung@netbsd.org>
7695
7696         * include/winerror.h (ERROR_OPLOCK_NOT_GRANTED,
7697         ERROR_INVALID_OPLOCK_PROTOCOL, ERROR_SOURCE_ELEMENT_EMPTY,
7698         ERROR_DESTINATION_ELEMENT_FULL, ERROR_ILLEGAL_ELEMENT_ADDRESS,
7699         ERROR_MAGAZINE_NOT_PRESENT, ERROR_DEVICE_REINITIALIZATION_NEEDED,
7700         ERROR_DEVICE_REQUIRES_CLEANING, ERROR_DEVICE_DOOR_OPEN,
7701         ERROR_DEVICE_NOT_CONNECTED, ERROR_NOT_FOUND, ERROR_NO_MATCH,
7702         ERROR_SET_NOT_FOUND, ERROR_NO_TRACKING_SERVICE,
7703         ERROR_JOURNAL_DELETE_IN_PROGRESS, ERROR_JOURNAL_NOT_ACTIVE,
7704         ERROR_JOURNAL_ENTRY_DELETED, ERROR_ONLY_IF_CONNECTED,
7705         ERROR_NOT_SUPPORTED_ON_SBS, ERROR_SERVER_SHUTDOWN_IN_PROGRESS,
7706         ERROR_MUTUAL_AUTH_FAILED, ERROR_TIME_SKEW, ERROR_DEVICE_REMOVED,
7707         RPC_S_INVALID_ASYNC_HANDLE, RPC_S_INVALID_ASYNC_CALL,
7708         RPC_X_PIPE_CLOSED, RPC_X_PIPE_DISCIPLINE_ERROR, RPC_X_PIPE_EMPTY,
7709         ERROR_CANT_ACCESS_FILE, ERROR_CANT_RESOLVE_FILENAME,
7710         ERROR_WMI_GUID_NOT_FOUND, ERROR_WMI_INSTANCE_NOT_FOUND,
7711         ERROR_WMI_ITEMID_NOT_FOUND, ERROR_WMI_TRY_AGAIN, ERROR_WMI_READ_ONLY,
7712         ERROR_WMI_SET_FAILURE, ERROR_TRANSPORT_FULL, ERROR_FILE_OFFLINE,
7713         ERROR_REMOTE_STORAGE_NOT_ACTIVE, ERROR_REMOTE_STORAGE_MEDIA_ERROR,
7714         ERROR_NOT_A_REPARSE_POINT, ERROR_REPARSE_ATTRIBUTE_CONFLICT,
7715         ERROR_INVALID_REPARSE_DATA, ERROR_REPARSE_TAG_INVALID,
7716         ERROR_REPARSE_TAG_MISMATCH, ERROR_FILE_ENCRYPTED,
7717         ERROR_FILE_NOT_ENCRYPTED, ERROR_NOT_EXPORT_FORMAT,
7718         ERROR_CTX_WINSTATION_NAME_INVALID, ERROR_CTX_INVALID_PD,
7719         ERROR_CTX_PD_NOT_FOUND, ERROR_CTX_WD_NOT_FOUND,
7720         ERROR_CTX_CLOSE_PENDING, ERROR_CTX_NO_OUTBUF,
7721         ERROR_CTX_MODEM_INF_NOT_FOUND, ERROR_CTX_INVALID_MODEMNAME,
7722         ERROR_CTX_MODEM_RESPONSE_ERROR, ERROR_CTX_MODEM_RESPONSE_TIMEOUT,
7723         ERROR_CTX_MODEM_RESPONSE_NO_CARRIER,
7724         ERROR_CTX_MODEM_RESPONSE_NO_DIALTONE, ERROR_CTX_MODEM_RESPONSE_BUSY,
7725         ERROR_CTX_MODEM_RESPONSE_VOICE, ERROR_CTX_TD_ERROR,
7726         ERROR_CTX_WINSTATION_NOT_FOUND, ERROR_CTX_WINSTATION_ALREADY_EXISTS,
7727         ERROR_CTX_WINSTATION_BUSY, ERROR_CTX_BAD_VIDEO_MODE,
7728         ERROR_CTX_GRAPHICS_INVALID, ERROR_CTX_NOT_CONSOLE,
7729         ERROR_CTX_CLIENT_QUERY_TIMEOUT, ERROR_CTX_CONSOLE_DISCONNECT,
7730         ERROR_CTX_CONSOLE_CONNECT, ERROR_CTX_SHADOW_DENIED,
7731         ERROR_CTX_WINSTATION_ACCESS_DENIED, ERROR_CTX_INVALID_WD,
7732         ERROR_CTX_SHADOW_INVALID, ERROR_CTX_SHADOW_DISABLED,
7733         ERROR_CTX_CLIENT_LICENSE_IN_USE, ERROR_CTX_CLIENT_LICENSE_NOT_SET,
7734         ERROR_CTX_LICENSE_NOT_AVAILABLE, ERROR_CTX_LICENSE_CLIENT_INVALID,
7735         ERROR_CTX_LICENSE_EXPIRED, ERROR_DS_MEMBERSHIP_EVALUATED_LOCALLY,
7736         ERROR_DS_NO_ATTRIBUTE_OR_VALUE, ERROR_DS_INVALID_ATTRIBUTE_SYNTAX,
7737         ERROR_DS_ATTRIBUTE_TYPE_UNDEFINED, ERROR_DS_ATTRIBUTE_OR_VALUE_EXISTS,
7738         ERROR_DS_BUSY, ERROR_DS_UNAVAILABLE, ERROR_DS_NO_RIDS_ALLOCATED,
7739         ERROR_DS_NO_MORE_RIDS, ERROR_DS_INCORRECT_ROLE_OWNER,
7740         ERROR_DS_RIDMGR_INIT_ERROR, ERROR_DS_OBJ_CLASS_VIOLATION,
7741         ERROR_DS_CANT_ON_NON_LEAF, ERROR_DS_CANT_ON_RDN,
7742         ERROR_DS_CANT_MOD_OBJ_CLASS, ERROR_DS_CROSS_DOM_MOVE_ERROR,
7743         ERROR_DS_GC_NOT_AVAILABLE, ERROR_SHARED_POLICY,
7744         ERROR_POLICY_OBJECT_NOT_FOUND, ERROR_POLICY_ONLY_IN_DS,
7745         ERROR_DS_ADMIN_LIMIT_EXCEEDED, ERROR_DS_DS_REQUIRED,
7746         ERROR_DS_SAM_INIT_FAILURE, ERROR_DS_SENSITIVE_GROUP_VIOLATION,
7747         ERROR_DS_CANT_MOD_PRIMARYGROUPID, ERROR_DS_INVALID_GROUP_TYPE,
7748         ERROR_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN,
7749         ERROR_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN,
7750         ERROR_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER,
7751         ERROR_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER,
7752         ERROR_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER,
7753         ERROR_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER,
7754         ERROR_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER,
7755         ERROR_DS_HAVE_PRIMARY_MEMBERS, ERROR_DS_SAM_NEED_BOOTKEY_PASSWORD,
7756         ERROR_DS_SAM_NEED_BOOTKEY_FLOPPY, ERROR_DS_CANT_START,
7757         ERROR_DS_INIT_FAILURE, ERROR_SAM_INIT_FAILURE, ERROR_DS_GC_REQUIRED,
7758         ERROR_DS_LOCAL_MEMBER_OF_LOCAL_ONLY,
7759         ERROR_DS_NO_FPO_IN_UNIVERSAL_GROUPS,
7760         ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED):
7761         Add missing error codes.
7762
7763 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
7764
7765         * lib/kernel32.c (GetCurrentFiber): Remove blank input field in
7766         asm code.
7767         (GetFiberData): Likewise.
7768
7769 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
7770
7771         * include/winnt.h (GetCurrentFiber): Remove blank input field in
7772         asm code.
7773         (GetFiberData): Likewise.
7774
7775 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
7776
7777         * include/winerror.h (ERROR_DIFFERENT_SERVICE_ACCOUNT,
7778         ERROR_EXE_MACHINE_TYPE_MISMATCH, ERROR_HOOK_TYPE_NOT_ALLOWED,
7779         ERROR_INVALID_KEYBOARD_HANDLE, ERROR_INVALID_PRINT_MONITOR,
7780         ERROR_PRINT_MONITOR_IN_USE, ERROR_PRINTER_HAS_JOBS_QUEUED,
7781         ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION,
7782         ERROR_SUCCESS_REBOOT_REQUIRED, ERROR_SUCCESS_RESTART_REQUIRED,
7783         ERROR_TIMEOUT, OR_INVALID_OID, OR_INVALID_OXID,
7784         OR_INVALID_SET, RPC_X_INVALID_PIPE_OPERATION): Add missing
7785         error codes.
7786         Re-sort codes.
7787
7788 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
7789
7790         * include/winspool.h (PRINTER_INFO_6): Add.
7791         Reported by: Mat Nieuwenhoven  <matnieuw@users.sourceforge.net>
7792
7793 2002-12-30  Hartmut Honisch  <hhonisch@users.sourceforge.net>
7794
7795         * include/winbase.h (NMPWAIT_WAIT_FOREVER): Cast to DWORD.
7796
7797         * lib/ntdll.def (NtConnectPort, NtOpenEvent,
7798         NtRequestWaitReplyPort, NtWaitForSingleObject,ZwConnectPort,
7799         ZwOpenEvent, ZwRequestWaitReplyPort, ZwWaitForSingleObject):
7800         Add stubs.
7801
7802 2002-12-30  Danny Smith  <dannysmith@users.sourceforge.net>
7803
7804         * include/wingdi.h (wglGetLayerPaletteEntries): Correct
7805         prototype. Thanks to: Joe Krahn  <jkrahn at nc dot rr dot com>.
7806
7807 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
7808
7809         * include/wingdi.h (DOCINFOA): Replace LPCTSTR with LPCSTR.
7810
7811 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
7812
7813         * include/wingdi.h (BALTIC_CHARSET, JOHAB_CHARSET,
7814         VIETNAMESE_CHARSET): Remove duplicate defines.
7815         * lib/comctl32.def (ImageList_SetImageCount): Add stub.
7816
7817 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
7818
7819         * include/dbt.h (DEV_BROADCAST_PORT): Add UNICODE version.
7820         Thanks to: Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
7821
7822 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
7823
7824         * include/unknwn.h: Include windows.h and ole2.h before header
7825         guard to avoid circular inclusion of COM headers.
7826
7827 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
7828
7829         * include/dde.h (PackDDElParam, UnpackDDElParam,FreeDDElParam,
7830         ReuseDDElParam): Use __WIN64 compatible typedefs.
7831
7832 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
7833
7834         * include/accctrl.h (ACTRL_ACCESS_ENTRY[AW]): Make
7835         lpInheritProperty member const.
7836         (ACTRL_PROPERTY_ENTRY[AW]): Make lpProperty member
7837         const.
7838
7839 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
7840
7841         * include/commcat.h: Don't include windows.h or ole2.h ifdef
7842         COM_NO_WINDOWS_H.
7843         * include/unknwn.h: Ditto.
7844
7845 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
7846
7847         * include/imm.h (ImmGetCompositionFont[AW],
7848         ImmSetCompositionFont[AW]): Add NOGDI guard.
7849
7850 2002-12-19  Danny Smith  <dannysmith@users.sourceforge.net>
7851
7852         * include/ddk/hidusage.h: Remove unneccessary #pragma pack's.
7853         * include/ddk/miniport.h (EMULATOR_PORT_ACCESS_TYPE): Define
7854         before using.
7855         (VIDEO_ACCESS_RANGE): Guard against prior definition.
7856         * include/ddk/minitape.h (INQUIRYDATA): Guard against prior
7857         definition.
7858         * include/ddk/ndis.h (DECLARE_UNKNOWN_PROTOTYPE): Correct macro.
7859         * include/ddk/ndisguid.h: Remove unneccessary #pragma pack's.
7860         * include/ddk/scsi.h (INQUIRYDATA): Guard against prior
7861         definition.
7862         * include/ddk/scsiwmi.h (GUID): Define if not already done.
7863         (LPCGUID): Likewise.
7864         * include/ddk/tdi.h: Close "Listen flags" comment.
7865         * include/ddk/tdistat.h: Remove unneccessary #pragma pack's.
7866         * include/ddk/video.h:  Add #pragma pack(push,4) to balance.
7867         (VIDEO_ACCESS_RANGE): Guard against prior definition.
7868         * include/ddk/videoagp.h:Add #pragma pack(push,4) to balance.
7869         * include/ddk/win2k.h: Likewise.
7870         * include/ddk/winddi.h: Likewise.
7871         * include/ddk/winddk.h: Likewise.
7872         * include/ddk/winnt4.h: Likewise.
7873         * include/ddk/ws2san.h: Likewise.
7874         * include/ddk/xfilter.h: Remove unbalanced #pragma pack(pop).
7875         * include/ddk/video.h: Don't process rest of file ifdef
7876         __WINDDI_H.
7877         * include/ddk/winddi.h: Don't process rest of file ifdef
7878         __VIDEO_H.
7879         * include/ddk/usb.h: Don't process rest of file ifdef
7880         __USBDI_H.
7881         * include/ddk/usbdi.h: Don't process rest of file ifdef
7882         __USB_H.
7883         * include/ddk/usbcamdi.h: Don't process rest of file if
7884         !defined(__USB_H) && !defined(__USBDI_H)
7885
7886 2002-12-18  James E. Lucas  <xelloss@users.sourceforge.net>
7887
7888         * include/winnetwk.h (WNetResourceInformation[AW]): Correct
7889         prototypes.
7890         * include/winuser.h (GetAncestor) Add prototype.
7891         (GA_PARENT, GA_ROOT, GA_ROOTOWNER): Add defines.
7892         (EWX_FORCEIFHUNG): Add define for _WIN32_WINNT >= 0x0500.
7893         (SPI_GETACTIVEWINDOWTRACKING, SPI_GETACTIVEWNDTRKZORDER,
7894         SPI_GETACTIVEWNDTRKTIMEOUT, SPI_SETACTIVEWINDOWTRACKING
7895         SPI_SETACTIVEWNDTRKZORDER, SPI_SETACTIVEWNDTRKTIMEOUT): Add
7896         defines.
7897         * lib/user32.def (GetAncestor@8): Add stub.
7898
7899 2002-12-15  Danny Smith  <dannysmith@users.sourceforge.net>
7900
7901         * include/windows.h: Guard inclusion of wingdi.h,
7902         commdlg.h, winspool.h, ole2.h with NOGDI.
7903         * include/winuser.h (ICONMETRICS, NONCLIENTMETRICS,
7904         ChangeDisplaySettings, CreateDesktop, EnumDisplaySettings):
7905         Guard with NOGDI.
7906
7907 2002-12-12  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
7908
7909         * include/oleacc.h (SELFLAG_*): Change to enum.
7910
7911 2002-12-11  Danny Smith  <dannysmith@users.sourceforge.net>
7912
7913         * include/shlobj.h (IShellLinkW::GetPath): Correct prototype.
7914         Thanks to: Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
7915
7916 2002-12-09  Danny Smith  <dannysmith@users.sourceforge.net>
7917
7918         * include/shellapi.h (ExtractIconEx[AW]): Correct return type
7919         to UINT.
7920         Thanks to: Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
7921
7922 2002-12-07  Danny Smith  <dannysmith@users.sourveforge.net>
7923
7924         * include/winuser.h (AllowSetForegroundWindow,
7925         LockSetForegroundWindow): Add prototypes.
7926         (ASFW_ANY, LSFW_LOCK, LSFW_UNLOCK) Add defines.
7927         Thanks to:  Pat Thoyts  <patthoyts@users.sourceforge.net>
7928         * lib/winuser.def (AllowSetForegroundWindow,
7929         LockSetForegroundWindow): Add stubs.
7930
7931 2002-12-06  Ken Fitlike  <kenfitlike@users.sourceforge.net>
7932
7933         * include/commctrl.h (TN_GETDISPINFO[AW]): Add defines and
7934         UNICODE mappings.
7935         (tagNMTTDISPINFO[AW]): Replace obsolete struct names
7936         tagTOOLTIPTEXT[AW] and typedefs. Add defines for backward
7937         compatability. Add lParam field. Add UNICODE mappings for new
7938         names.
7939
7940 2002-12-02  Andrew Stadt  <acstadt@sympatico.ca>
7941
7942         * include/shellapi.h (_SHFILEOPSTRUCTA,_SHFILEOPSTRUCTW):
7943         Wrap with pshpack2.h/poppack.h to correct alignment.
7944
7945 2002-12-02  Ken Fitlike  <kenfitlike@users.sourceforge.net>
7946
7947         * include/commctrl.h (LVBKIF_*): Add defines.
7948         (LVM_SETIMAGE[AW]): Add defines and UNICODE mappings.
7949         (LVM_GETIMAGE[AW]): Add defines and UNICODE mappings.
7950         (LVBKIMAGE[AW]): Add defines and UNICODE mappings.
7951         (LPLVBKIMAGE[AW]): Add defines and UNICODE mappings.
7952         (LVM_GETBKIMAGE[AW]): Add defines and UNICODE mappings.
7953         (LVM_SETBKIMAGE[AW]): Add defines and UNICODE mappings.
7954         (ListView_GetBkImage): Add define.
7955         (ListView_SetBkImage): Add define.
7956         (LVBKIMAGE): Add structures and typedefs.
7957
7958 2002-11-25  Earnie Boyd  <earnie@users.sf.net>
7959
7960         * include/w32api.h: Increment to version 2.2
7961         * Makefile.in: Ditto.
7962
7963 2002-11-25  Earnie Boyd  <earnie@users.sf.net>
7964
7965         * lib/Makefile.in (dist, install): Correct the install destinations.
7966         * lib/ddk/Makefile.in (dist, install): Ditto.
7967
7968 2002-11-16  Danny Smith  <dannysmith@users.sourceforge.net>
7969
7970         * lib/uuid.c (CATID_InternetAware,CLSID_HttpSProtocol,
7971         CLSID_PSUrlMonProxy,CLSID_StdURLMoniker,IID_IObjectWithSite,
7972         IID_IPersistMoniker,IID_IProgressNotify): Correct off-by-one bug
7973         in definitions.
7974         (CLSID_CFontPropPage00, GUID_FONTUNDERSCORE11,
7975         IID_IOleControlSite89): Remove.
7976
7977 2002-11-15  Christopher Faylor  <cgf@redhat.com>
7978
7979         * lib/uuid.c (IID_IRunnableObject): Remove duplicate definition.
7980         (IID_IStdMarshalInfo): Ditto.
7981
7982 2002-11-15  Christopher Faylor  <cgf@redhat.com>
7983
7984         * lib/uuid.c (IID_IOleInPlaceSite): Remove duplicate definition.
7985         (IID_IPersistStorage): Ditto.
7986
7987 2002-11-15  Weiqi Gao  <weiqigao@users.sourceforge.net>
7988
7989         * lib/uuid.c (CLSID_PSClassObject, CLSID_PSEnumerators,
7990         IID_IClassActivator, IID_IClientSecurity, IID_ICreateTypeInfo,
7991         IID_ICreateTypeLib2, IID_IOleInPlaceSite, IID_IPersistStorage,
7992         IID_IRunnableObject, IID_IServerSecurity, IID_IStdMarshalInfo):
7993         Correct definitions.
7994
7995 2002-11-15  Danny Smith  <dannysmith@users.sourceforge.net>
7996
7997         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
7998         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
7999         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
8000         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
8001         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
8002         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
8003         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
8004         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
8005         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
8006         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
8007         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
8008         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
8009         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
8010         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
8011         xfilter.h): Change comment to refer w32api package, not MinGW.
8012
8013 2002-11-15  Danny Smith  <dannysmith@users.sourceforge.net>
8014
8015         * include/ddk/ntddk.h: Include winnt.h as system header.
8016
8017 2002-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
8018
8019         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
8020         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
8021         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
8022         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
8023         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
8024         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
8025         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
8026         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
8027         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
8028         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
8029         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
8030         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
8031         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
8032         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
8033         xfilter.h): Fix typo in disclaimer comment.
8034
8035 2002-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
8036
8037         * include/exdisp.h: Include oaidl.h as system header.
8038
8039 2002-11-12  Earnie Boyd  <earnie@users.sf.net>
8040
8041         * include/w32api.h (__W32API_VERSION): Fix.
8042
8043 2002-11-09  Weiqi Gao  <weiqigao@users.sourceforge.net>
8044
8045         * lib/uuid.c (IID_ICatInformation): Correct definition.
8046
8047 2002-11-07  Danny Smith  <dannysmith@users.sourceforge.net>
8048
8049         * include/oleauto.h (DeregisterTypeLib): Remove.
8050         (UnRegisterTypeLib): Add prototype.
8051
8052 2002-11-07  Christopher January  <chris@atomice.net>
8053
8054         * include/winioctl.h: Add definition for IOCTL_DISK_UPDATE_DRIVE_SIZE.
8055
8056 2002-11-04  Danny Smith  <dannysmith@users.sourceforge.net>
8057
8058         * include/winnt.h (VerSetConditionMask): Add prototype.
8059         * lib/kernel32.def (VerifyVersionInfo[AW]): Add stubs.
8060
8061 2002-10-16  Danny Smith  <dannysmith@users.sourceforge.net>
8062
8063         * include/winuser.h (MONITORINFOEX[AW]): Add structure
8064         definitions and ANSI/UNICODE mappings.
8065         Cleanup whitespace.
8066
8067 2002-10-14  Earnie Boyd  <earnie@users.sf.net>
8068
8069         * Makefile.in: Add components for lib/ddk.  Adjust for autoconf-2.53.
8070         * configure.in: Ditto.
8071         * lib/Makefile.in: Ditto.
8072         * lib/ddk/Makefile.in: Correct installation procedure.  Adjust for
8073         autoconf-2.53.
8074         * configure: Regenerate.
8075
8076 2002-10-14  Danny Smith  <dannysmith@users.sourceforge.net>
8077
8078         * include/windows.h: Don't include basetyps.h.
8079         * include/objfwd.h: Do include basetyps.h.
8080
8081 2002-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
8082
8083         * include/objbase.h: Include rpc.h and rpcndr.h
8084         before header guard.
8085
8086 2002-10-11  Danny Smith  <dannysmith@users.sourceforge.net>
8087
8088         * include/olectl.h (PROPPAGEINFO): Change type of
8089         field cb to ULONG.
8090
8091 2002-10-11  Steven Edwards  <Steven_Ed4153@yahoo.com>
8092
8093         * lib/ntdll.def (RtlAcquireResourceExclusive,
8094         RtlAcquireResourceShared, RtlDeleteResource,
8095         RtlInitializeResource, RtlReleaseResource,
8096         RtlTimeToSecondsSince1970) : Added missing exports.
8097
8098 2002-10-08  Heiko Gerdau  <hg@technosis.de>
8099
8100         * include/oleacc.h: New file.
8101         * include/winuser.h (ENDSESSION_LOGOFF) Add define.
8102         (OBJID_*) Add defines.
8103         * lib/uuid.c: Add DEFINE_GUID for IID_IAccessible.
8104         * lib/test.c: Include oleacc.h.
8105
8106 2002-10-06  Casper Hornstrup  <chorns@it.dk>
8107
8108         * include/ddk: New subdir.
8109         * lib/ddk: Ditto.
8110         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
8111         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
8112         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
8113         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
8114         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
8115         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
8116         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
8117         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
8118         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
8119         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
8120         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
8121         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
8122         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
8123         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
8124         xfilter.h): New files.
8125         * lib/ddk/(Makefile.in, apcups.def, cfgmgr32.def, dxapi.def,
8126         hal.def, hid.def, hidparse.def, mcd.def, ndis.def, ntoskrnl.def,
8127         scsiport.def, tdi.def, usbcamd.def, usbcamd2.def, videoprt.def,
8128         win32k.def): Ditto.
8129
8130 2002-10-04  Steven Edwards  <Steven_Ed4153@yahoo.com>
8131
8132         * lib/ntdll.def (NtAccessCheck, NtAdjustPrivilegesToken,
8133         NtCreateKey, NtDeleteKey, NtDeleteValueKey, NtEnumerateKey,
8134         NtEnumerateValueKey, NtOpenKey, NtOpenProcessToken,
8135         NtOpenThreadToken, NtQueryInformationToken, NtQueryKey,
8136         NtQueryValueKey, NtSetSecurityObject, NtSetValueKey,
8137         RtlAddAccessAllowedAce, RtlCreateAcl,
8138         RtlCreateSecurityDescriptor, RtlCreateUnicodeStringFromAsciiz,
8139         RtlGetAce, RtlGetControlSecurityDescriptor,
8140         RtlGetDaclSecurityDescriptor,RtlGetGroupSecurityDescriptor,
8141         RtlGetOwnerSecurityDescriptor,RtlGetSaclSecurityDescriptor,
8142         RtlImpersonateSelf, RtlIsTextUnicode, RtlLargeIntegerAdd,
8143         RtlLengthSecurityDescriptor, RtlMakeSelfRelativeSD,
8144         RtlMultiByteToUnicodeN RtlMultiByteToUnicodeSize,
8145         RtlOpenCurrentUser, RtlSetDaclSecurityDescriptor,
8146         RtlSetGroupSecurityDescriptor, RtlSetOwnerSecurityDescriptor,
8147         RtlSetSaclSecurityDescriptor, RtlValidSecurityDescriptor,
8148         ZwAccessCheck, ZwAdjustPrivilegesToken, ZwCreateKey,
8149         ZwDeleteValueKey, ZwEnumerateKey, ZwEnumerateValueKey,
8150         ZwOpenKey, ZwOpenProcessToken, ZwOpenThreadToken,
8151         ZwQueryInformationToken, ZwQueryKey, ZwQueryValueKey
8152         ZwSetSecurityObject, ZwSetValueKey): Added missing exports.
8153
8154 2002-10-04  "KJK::Hyperion"  <noog@libero.it>
8155
8156         *include/windef.h (WPARAM): Update typedef.
8157         (LPARAM): Ditto.
8158         (LRESULT): Ditto.
8159
8160 2002-10-04  "KJK::Hyperion"  <noog@libero.it>
8161
8162         * include/shlobj.h (CSIDL_*): Add defines.
8163
8164 2002-09-24  Danny Smith  <dannysmith@users.sourceforge.net>
8165
8166         * include/ws2tcpip.h: Throw error if winsock.h, not winsock2.h
8167         has been included first.
8168
8169 2002-09-24  René Møller Fonseca  <fonseca@users.sourceforge.net>
8170
8171         * include/winbase.h (FindFirstFileEx): Fixed ANSI mode.
8172         * include/wingdi.h (PFD_SWAP_LAYER_BUFFERS):Added define.
8173         * include/winuser.h (AppendMenu[AW]): Fixed prototypes.
8174
8175 2002-09-18  Eric R. Krause  <ekrause_98@users.sourceforge.net>
8176
8177         * include/winuser.h (DS_SHELLFONT): Define.
8178
8179 2002-09-17  Daniel Schlyder  <daniel@dascdev.net>
8180
8181         * include/winnt.h (VER_SUITE_BLADE): Define.
8182
8183 2002-09-17  Danny Smith  <dannysmith@users.sourceforge.net>
8184
8185         * include/shlobj.h (SHGetSpecialFolderPath[AW]):
8186         Add _WIN32_IE guard. Correct prototype for wide version.
8187         (SHGetFolderPath): Add comment on shfolder.dll.
8188         (SHGetFolderLocation): Add prototyope for WinME and W2K.
8189         (SHGetFolderPathAndSubDir[AW]): Add prototypes for XP.
8190
8191 2002-09-16  Danny Smith  <dannysmith@users.sourceforge.net>
8192
8193         * lib/shell32.def (SHGetFolderPath[AW]): Add comment.
8194         * lib/shfolder.def: New file.
8195
8196 2002-09-12  Danny Smith  <dannysmith@users.sourceforge.net>
8197
8198         * include/winsock.h (timeval): Guard struct and associated
8199         macros with _TIMEVAL_DEFINED.
8200         * include/winsock2.h (timeval): Likewise.
8201
8202 2002-09-11  Danny Smith  <dannysmith@users.sourceforge.net>
8203
8204         * lib/shell32.def (SHBindtoParent,SHCreateDirectoryEx[AW],
8205         SHCreateProcessAsUserW,SHCreateQueryCancelAutoPlayMoniker,
8206         SHCreateShellItem,SHEmptyRecycleBin[AW],
8207         SHEnumerateUnreadMailAccountsW,SHExtractIconsW,
8208         SHGetDataFromIDList[AW],SHGetDiskFreeSpace[AW],
8209         SHGetDiskFreeSpaceEx[AW],SHGetFolderLocation,
8210         SHGetFolderPathAndSubDir[AW],SHGetIconOverlayIndex[AW],
8211         SHGetNewLinkInfo[AW],SHGetSettings,SHGetUnreadMailCountW,
8212         SHInvokePrinterCommand[AW],SHIsFileAvailableOffline,
8213         SHLoadNonloadedIconOverlayIdentifiers,
8214         SHOpenFolderAndSelectItems,SHParseDisplayName,
8215         SHPathPrepareForWrite[AW],SHQueryRecycleBin[AW],
8216         SHSetLocalizedName,SHSetUnreadMailCountW,
8217         SHUpdateRecycleBinIcon: Add missing stubs.
8218
8219 2002-09-07  Earnie Boyd  <earnie@users.sf.net>
8220
8221         * include/windef.h (WINVER): Add documentation.
8222         (_WIN32_WINNT): Ditto.
8223         Special thanks to Paul Schmidt <paul@tricattechnologies.com>
8224
8225 2002-09-06  Danny Smith  <dannysmith@users.sourceforge.net>
8226
8227         * lib/Makefile.in (TEST_OPTIONS): Define WINVER to 0x0666.
8228
8229 2002-09-04  Kevin Chase  <kevincha99@hotmail.com>
8230
8231         * include/winbase.h (AllocateUserPhysicalPages,
8232         MapUserPhysicalPages, MapUserPhysicalPagesScatter,
8233         FreeUserPhysicalPages): Add prototypes.
8234         * lib/kernel32.def: Add function stubs for above.
8235
8236 2002-09-03  René Møller Fonseca  <fonseca@users.sourceforge.net>
8237
8238         * include/winuser.h (IDTRYAGAIN,IDCONTINUE): Add defines.
8239         Add WINVER guards for dialog box command id defines.
8240
8241 2002-09-03  Earnie Boyd  <earnie@users.sf.net>
8242
8243         * include/wincon.h (GetConsoleWindow): Add _WIN32_WINNT >= 0x0500 guard.
8244
8245 2002-08-30  Christopher January  <ccj00@doc.ic.ac.uk>
8246
8247         * include/wincon.h: Define GetConsoleWindow(void).
8248
8249 2002-08-28  Earnie Boyd  <earnie@users.sf.net>
8250
8251         * include/w32api.h: Increment version to 2.1.
8252         * Makefile.in: Ditto.
8253
8254 2002-08-26  Bart Oldeman  <bart.oldeman@btinternet.com>
8255
8256         * include/winsock2.h (SOCKET_ADDRESS): Define if
8257         __CSADDR_T_DEFINED is not defined (copied from nspapi.h)
8258         (CSADDR_INFO): Ditto.
8259         (nspapi.h) : Don't include. Removed FIXME comment.
8260         * include/nspapi.h (SOCKET_ADDRESS) Only define if
8261         __CSADDR_T_DEFINED is not defined.
8262         (CSADDR_INFO): Ditto.
8263         (BLOB): Add structure and typedef if not already defined.
8264         (NS_*): Add defines.
8265         (SERVICE_*): Ditto.
8266         (SERVICE_ADDRESS): Add structure and typedefs.
8267         (SERVICE_ADDRESSES): Ditto.
8268         (SERVICE_INFO[AW]): Ditto, and add UNICODE mappings.
8269         (LPSERVICE_ASYNC_INFO): Add typedef.
8270         (SetService[AW], GetAddressByName[AW]): Add prototypes and UNICODE
8271         mappings.
8272         * include/wsipx.h: New file.
8273         * include/svcguid.h: New file.
8274         * lib/test.c: Include wspix.h and svcguid.h.
8275
8276 2002-08-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8277
8278         * include/wsahelp.h: New file.
8279         * lib/test.c: Include wsahelp.h.
8280
8281 2002-08-21  Earnie Boyd  <earnie@users.sf.net>
8282
8283         * include/commctrl.h (NMCUSTOMDRAW): Fix lItemlParam.
8284         Thanks to: "Phil Dempster" <p_dempster@yahoo.co.uk>.
8285
8286 2002-08-20  Danny Smith  <dannysmith@users.sourceforge.net>
8287
8288         * include/ws2spi.h: Modify comment about being part of
8289         mingw32 package.
8290         (winsock2.h): Change "" to <>.
8291
8292 2002-08-20  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8293
8294         * include/ws2spi.h: New file.
8295         * lib/test.c: Include ws2spi.h.
8296
8297 2002-08-20  Danny Smith  <dannysmith@users.sourceforge.net>
8298
8299         * include/winsock2.h (WSAIsBlocking,WSAUnhookBlockingHook,
8300         WSASetBlockingHook,WSACancelBlockingCall): Expose deprecated
8301         functions.
8302
8303 2002-08-17  Danny Smith  <dannysmith@users.sourceforge.net>
8304
8305         * include/winuser.h (CURSOR_SHOWING) Add define.
8306         Thanks to: Jan Hlavatý  <hlavac@users.sourceforge.net>
8307
8308 2002-08-17  Danny Smith  <dannysmith@users.sourceforge.net>
8309
8310         * include/winerror.h: Cast OLE error codes to HRESULT.
8311         Thanks to: Gunnar Degnbol <gdegnbol@users.sourceforge.net>
8312
8313 2002-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
8314
8315         * include/wincrypt.h (ALG_*): Add defines.
8316         (CALG_*): Ditto.
8317         (CRYPT_*): Ditto.
8318         (PP_*): Ditto.
8319         (PROV_*): Ditto.
8320         (PRIVATEKEYBLOB): Add define.
8321
8322 2002-08-14  Earnie Boyd  <earnie@users.sf.net>
8323
8324         * include/shlobj.h (SHGetFolderPath): Add define.
8325         * lib/shell32.def (SHGetSpecialFolderPath): Add export.
8326         (SHGetFolderPath): Ditto.
8327
8328 2002-08-13  Danny Smith  <dannysmith@users.sourceforge.net>
8329
8330         * include/commdlg.h: Don't include COM headers or use
8331         COM-dependent symbols if __OBJC__.
8332
8333 2002-08-13  Danny Smith  <dannysmith@users.sourceforge.net>
8334
8335         * include/wincrypt.h (CryptDuplicateHash, CryptDuplicateKey):
8336         Add prototypes.
8337
8338 2002-08-12  Andriy Palamarchuk  <apa3a@yahoo.com>
8339
8340         * include/shellapi.h (FOF_NOERRORUI): Add define.
8341
8342 2002-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
8343
8344         * include/objidl.h (IEnumMoniker): Put 'interface' back.
8345
8346 2002-08-11  Danny Smith  <dannysmith@users.sourceforge.net>
8347
8348         * include/objidl.h (IEnumMoniker): Correct declaration.
8349
8350 2002-08-09  Mark Schreiber  <mark7@users.sourceforge.net>
8351
8352         * include/wincrypt.h (CRYPT_NOHASHOID): Add define.
8353
8354 2002-08-09  Danny Smith  <dannysmith@users.sourceforge.net>
8355
8356         * include/commctrl.h: Whitespace change.
8357
8358 2002-08-09  Lars Munch  <lars@segv.dk>
8359
8360         * include/commctrl.h (tagTVHITTESTINFO): Replace obsolete
8361         struct name _TVHITTESTINFO and typedefs and add defines for
8362         backward compatability.
8363         (ListView_SetExtendedListViewStyleEx): Add macro.
8364
8365 2002-08-05  Danny Smith  <dannysmith@users.sourceforge.net>
8366
8367         * include/wingdi.h (AlphaBlend,GradientFill,TransparentBlt):
8368         Add prototypes.
8369         * lib/msimg32.def: New file, with stubs for above.
8370
8371 2002-08-03  Danny Smith  <dannysmith@users.sourceforge.net>
8372
8373         * include/winbase.h (AddAccessAllowedAceEx,AddAccessDeniedAceEx,
8374         GetFileSizeEx, SetFilePointerEx): Add prototypes.
8375         (EncryptFile[AW], FileEncryptionStatus[AW]): Add prototypes
8376         and UNICODE mappings.
8377
8378 2002-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
8379
8380         * include/winbase.h (ReadFileScatter, WriteFileGather):
8381         Change second parameter to pointer.
8382
8383 2002-07-31  Danny Smith  <dannysmith@users.sourceforge.net>
8384
8385         * include/wininet.h (InternetReadFileEx[AW]). Add prototypes and
8386         UNICODE mappings.
8387         * lib/wininet.def: Regenerate.
8388
8389 2002-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
8390
8391         * include/windef.h (PVOID): Move typedef to...
8392         * include/winnt: ...here.
8393         (PVOID64): New typedef.
8394
8395         * include/winnt,h (FILE_SEGMENT_ELEMENT): Define union.
8396         * include/winbase.h (ReadFileScatter, WriteFileGather):
8397         Add prototypes.
8398
8399         * include/winnt,h (PROCESSOR_ARCHITECTURE_*): Add defines.
8400         (PROCESSOR_INTEL_IA64): Add define.
8401
8402 2002-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
8403
8404         * include/oleidl.h (MK_ALT): Define.
8405
8406 2002-07-26  Mattia Barbon  <mbarbon@dsi.unive.it>
8407
8408         * include/exdisp.h: New file.
8409         * include/exdispid.h: New file.
8410         * include/mshtml.h: New file.
8411         * lib/test.c: #include exdisp.h and mshtml.h
8412         * lib/uuid.c (CLSID_WebBrowser, DIID_DWebBrowserEvents,
8413         DIID_DWebBrowserEvents2, IID_IHTMLDocument, IID_IHTMLDocument2,
8414         IID_IHTMLElement, IID_IHTMLSelectionObject, IID_IHTMLTxtRange,
8415         IID_IWebBrowser, IID_IWebBrowser2, IID_IWebBrowserApp):
8416         New GUIDs.
8417
8418 2002-07-26  Mattia Barbon  <mbarbon@dsi.unive.it>
8419
8420         * include/docobj.h: New file.
8421         * include/idispids.h: New file.
8422         * include/objidl.h (IID_IMoniker): Declare.
8423         * include/ocidl.h (READYSTATE): New enum.
8424         (IOleInPlaceSiteEx): New interface.
8425         * include/olectlid.h (IID_IEnumSTATSTG): New interface
8426         identifier.
8427         * include/oleidl.h (IOleItemContainer, IOleInPlaceObject,
8428         IOleInPlaceSite): New interfaces.
8429         * lib/test.c: #include docobj.h,idispids.h,
8430
8431 2002-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
8432
8433         * include/shlobj.h (BFFM_VALIDATEFAILED[AW]): Add defines.
8434         (BFFM_SETSTATUSTEXT, BFFM_SETSELECTION): UNICODE them.
8435
8436 2002-07-25  Mattia Barbon  <mbarbon@dsi.unive.it>
8437
8438         * include/commctrl.h: Avoid redefinition of CDN_FIRST/LAST.
8439         * include/commdlg.h: Likewise.
8440
8441 2002-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
8442
8443         * include/oleauto.h (V_UNION): Correct definition for case of
8444         NONAMELESSUNION:
8445         (V_VT): Likewise.
8446
8447 2002-07-23  Danny Smith  <dannysmith@users.sourceforge.net>
8448
8449         * include/oleauto.h (V_BOOL): Define in terms of boolVal,
8450         not bool, for C as well as C++.
8451
8452 2002-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
8453
8454         * include/shlwapi.h: New file.
8455         Thanks to: Mattia Barbon  <mbarbon@dsi.unive.it> and
8456         Victor Porton  <porton@narod.ru> for contributions.
8457         * lib/shlwapi.def: New file.
8458         * lib/test.c: #include shlwapi.h.
8459
8460 2002-07-21  Bart Oldeman  <bart.oldeman@btinternet.com>
8461
8462         * include/shlobj.h (FCIDM_MENU_FAVORITES): Remove bogus
8463         character.
8464         * include/winsock2.h (struct sockaddr): Use __int64 instead of
8465         long long.
8466         * lib/kernel32.c (GetCurrentFiber, GetFiberData): Watcom
8467         does not need external *Fiber library functions.
8468
8469 2002-07-20  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8470
8471         * include/winbase.h (GetEnvironmentStringsA): Remove duplicate
8472         definition.
8473         (Interlocked*): Wrap in #ifndef __INTERLOCKED_DECLARED to
8474         avoid compile error when already defined.
8475
8476 2002-07-20  Steven Edwards  <Steven_Ed4153@yahoo.com>
8477
8478         * include/winuser.h (WM_MENURBUTTONUP): Add define.
8479
8480 2002-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
8481
8482         * include/commdlg.h: Define CDN_* notification message constants
8483         as UINT.
8484
8485 2002-07-17  Mattia Barbon  <mbarbon@users.sourceforge.net>
8486
8487         * include/commctrl.h: Define notification message constants for
8488         NMHDR.code as UINT.
8489
8490 2002-07-17   Bart Oldeman  <bart.oldeman@btinternet.com>
8491
8492         * include/ddeml.h (MH_*) Add defines.
8493         (MONHSZSTRUCT): Add structure and typedefs.
8494         (MONLINKSTRUCT): Ditto.
8495         (MONCONVSTRUCT): Ditto.
8496         (MONCBSTRUCT): Ditto.
8497         (MONERRSTRUCT): Ditto.
8498         (MONMSGSTRUCT): Ditto.
8499         * include/windef.h: Don't define __cdecl or _cdecl for
8500         __WATCOM__.
8501         Don't define _export or __export for __WATCOM__.
8502         * include/windows.h (imm.h): #include.
8503         * include/winnt.h (LPEXCEPTION_RECORD): Add typedef.
8504
8505 2002-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
8506
8507         * include/wtypes.h: Remove duplicate #includes of rpc.h and
8508         rpcndr.h.
8509
8510 2002-07-05  Luke Dunstan  <infidel@users.sourceforge.net>
8511
8512         * include/winbase.h (OpenThread): Add prototype.
8513         * lib/kernel32.def (OpenThread): Add symbol.
8514
8515 2002-07-04  Luke Dunstan  <infidel@users.sourceforge.net>
8516
8517         * include/wtypes.h (HMETAFILEPICT): Add typedef.
8518
8519 2002-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
8520
8521         * include/rpc.h: Conditionally include <windows.h> before
8522         header guard.
8523         * include/wtypes.h: Include <rpc.h> and <rpcndr.h> before
8524         header guard.
8525
8526 2002-07-02  Danny Smith  <dannysmith@users.sourceforge.net>
8527
8528         * include/commctrl.h (WC_*): Remove some duplicate defines.
8529
8530 2002-07-02  Ken Fitlike  <kenfitlike@hotmail.com>
8531
8532         * include/commctrl.h (WC_IPADDRESS[AW]): Add defines and
8533         UNICODE mappings.
8534         (IPM*): Add defines.
8535         (IPN_*): Add defines.
8536         (NMIPADDRESS): Add structure and typedefs.
8537         (MAKEIPADDRESS): Add macro.
8538         (MAKEIPRANGE): Add macro.
8539         (FIRST_IPADDRESS): Add macro.
8540         (SECOND_IPADDRESS): Add macro.
8541         (THIRD_IPADDRESS): Add macro.
8542         (FOURTH_IPADDRESS): Add macro.
8543
8544 2002-06-25  Conrad Scott  <conrad.scott@dsl.pipex.com>
8545
8546         * include/winbase.h (FILE_FLAG_FIRST_PIPE_INSTANCE): Add constant.
8547
8548 2002-06-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8549
8550         * include/winbase.h (WINBASEAPI): Don't define if prior
8551         definition.
8552
8553         * include/winioctl.h (PARTITION_FAT32, PARTITION_FAT32_XINT13,
8554         PARTITION_XINT13, PARTITION_XINT13_EXTENDED, PARTITION_LDM,
8555         PARTITION_UNIX): Add defines.
8556         (PDRIVE_LAYOUT_INFORMATION): Add typedef.
8557         (IsRecognizedPartition): Also check for PARTITION_FAT32,
8558         PARTITION_FAT32_XINT13 and PARTITION_XINT13.
8559         (IsContainerPartition): Add macro.
8560
8561 2002-06-25  Ken Fitlike  <kenfitlike@hotmail.com>
8562
8563         * include/commctrl.h: (CBEIF_*): Add defines.
8564         (CBEN_*): Add defines and UNICODE mappings
8565         (WC_COMBOBOXEX[AW]): Add defines and UNICODE mappings.
8566         (CBEMAXSTRLEN): Add define.
8567         (COMBOBOXEXITEM[AW]): Add structures and typedefs.
8568         (NMCOMBOBOXEX[AW]): Add structures and typedefs.
8569         (NMCBEDRAGBEGIN[AW]): Add structure and typedefs.
8570         (NMCBEENDEDIT[AW]): Add structure and typedefs.
8571
8572 2002-06-24  Danny Smith  <dannysmith@users.sourceforge.net>
8573
8574         * include/objidl.h (struct tagPROPVARIANT): Kill obsolete
8575         union member _VARIANT_BOOL bool.
8576
8577 2002-06-24  Danny Smith  <dannysmith@users.sourceforge.net>
8578
8579         * include/winioctl.h (FILE_SPECIAL_ACCESS): Add define.
8580
8581 2002-06-24  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8582
8583         * include/winnt.h (PCCHAR, FCHAR, FSHORT, FLONG,
8584         PLUID_AND_ATTRIBUTES,PSECURITY_IMPERSONATION_LEVEL,
8585         PSID_AND_ATTRIBUTES, PTOKEN_TYPE, PTOKEN_STATISTICS):
8586         Add typedefs.
8587         (CCHAR): Correct typedef.
8588         (PROCESS_SET_SESSIONID, SECURITY_*,SECTION_MAP_EXECUTE):
8589         Add defines.
8590
8591 2002-06-24  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8592
8593         * README.w32api: Correct spelling error.
8594
8595 2002-06-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8596
8597         * include/winuser.h (FLASHW_*,INPUT_MOUSE,INPUT_KEYBOARD,
8598         INPUT_HARDWARE): Add defines.
8599         (HDEVNOTIFY): Add typedef.
8600         (FLASHWINFO,tagMOUSEMOVEPOINT,tagMOUSEINPUT,tagKEYBDINPUT,
8601         tagHARDWAREINPUT,tagINPUT,tagGUITHREADINFO): Define structs and
8602         typedefs.
8603         (CreateDesktop[AW],CreateMDIWindow[AW],GetClassInfo[AW],
8604         GetClassInfoEx[AW],GetKeyboardLayoutList,
8605         MessageBoxIndirect[AW],MsgWaitForMultipleObjects,
8606         MsgWaitForMultipleObjectsEx, RegisterClass[AW],
8607         RegisterClassEx[AW]): Correct prototypes.
8608
8609 2002-06-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8610
8611         * include/ddeml.h (DdeCreateStringHandle{AW]:Correct
8612         prototypes.
8613         * include/winsvc.h (StartServiceW): Correct prototype.
8614         * include/winbase.h (BackupRead,BackupSeek,BackupWrite,
8615         FileTimeToLocalFileTime, GetAce,GetPrivateProfileStruct[AW],
8616         GetTickCount,InterlockedExchangeAdd,
8617         WritePrivateProfileStruct[AW]: Correct prototypes.
8618         (GetEnvironmentStrings): Correct mapping to
8619         GetEnvironmentStringsA.
8620         * include/winver.h (VerQueryValueA,VerQueryValueW):
8621         Correct prototypes.
8622         * include/wincon.h (CreateConsoleScreenBuffer): Correct
8623         prototype.
8624         * include/winreg.h (RegQueryMultipleValues[AW],
8625         RegQueryValueEx[AW]):Correct prototypes.
8626         * include/wingdi.h (PXFORM, PLOGBRUSH, PLOGPEN, PPOLYTEXTA,
8627         PPOLYTEXTW): Add typedefs.
8628         (_DESIGNVECTOR,COLOR16, _TRIVERTEX, _DISPLAY_DEVICE): Add
8629         structures and typedefs.
8630         (MM_MAX_NUMAXES): Add define.
8631         (EnumFontsW,GetEnhMetaFilePixelFormat,
8632         wglGetLayerPaletteEntries): Correct prototypes.
8633         * include/winerror.h (RPC_X_INVALID_PIPE_OBJECT,
8634         RPC_X_WRONG_PIPE_ORDER,RPC_X_WRONG_PIPE_VERSION,
8635         RPC_S_SEND_INCOMPLETE): Add defines.
8636
8637 2002-06-17  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8638
8639         * include/windef.h (_fastcall, __fastcall, FASTCALL):
8640         Add defines.
8641
8642 2002-06-16  Egor Duda  <deo@logos-m.ru>
8643
8644         * include/ntdll.h: New file.
8645         * lib/ntdll.def: Add NtShutdownSystem.
8646
8647 2002-06-16  Steven Edwards  <Steven_Ed4153@yahoo.com>
8648
8649         * lib/dinput.def (DirectInputCreateEx): Add stub.
8650         * lib/ntdll.def: New file.
8651
8652 2002-06-14  Earnie Boyd  <earnie@users.sf.net>
8653
8654         * include/w32api.h: Change to version 2.0 to reflect the change
8655         in the license.
8656         * README: Renamed.
8657         * README.w32api: Renamed from README.  Modified license to remove
8658         the restriction of notifying the author based on the fact that the
8659         author is unreachable at the notified address.
8660         * Makefile.in (VERSION): Change to 2.0.
8661
8662 2002-06-14  Earnie Boyd  <earnie@users.sf.net>
8663
8664         * include/wingdi.h (GetEnhMetaFileBits): Correct typo.
8665         * Makefile.in (bindist): Correct the MinGW distribution.
8666
8667 2002-06-13  Earnie Boyd  <earnie@users.sf.net>
8668
8669         * include/winuser.h (MOUSEHOOKSTRUCT): Define structure.
8670         * include/wingdi.h (GetEnhMetaFileBits): Define prototype.
8671
8672 2002-06-13  Danny Smith  <dannysmith@users.sourceforge.net>
8673
8674         * lib/test.c: #include comcat.h.
8675
8676 2002-06-13  John K. Hohm  <jhohm@acm.org>
8677
8678         * include/comcat.h: New file.
8679
8680 2002-06-09  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
8681
8682         * include/richedit.h (EM_*, TM_*, GT_*): Add new defines.
8683         (GETTEXTEX): Add structure definition.
8684
8685 2002-06-08  Danny Smith  <dannysmith@users.sourceforge.net>
8686
8687         * include/windows.h (ole2.h): #include if !__OBJC__ and
8688         __GNUC__ >=3 and !WIN32_LEAN_AND_MEAN.
8689
8690 2002-06-07  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
8691
8692         * include/mapi.h: Change LPTSTR to LPSTR throughout.
8693
8694 2002-06-05  Danny Smith  <dannysmith@users.sourceforge.net>
8695
8696         * include/winnt.h (PACE_HEADER, PACCESS_ALLOWED_ACE,
8697         PACCESS_DENIED_ACE): Add typedefs.
8698
8699 2002-06-03  Danny Smith  <dannysmith@users.sourceforge.net>
8700
8701         * lib/thunk32.def (LIBRARY): Change to KERNEL32.dll.
8702
8703 2002-06-03 Steven Edwards  <Steven_Ed4153@yahoo.com>
8704
8705         * lib/kernel32.def (ConvertToGlobalHandle): Add stub.
8706
8707 2002-06-01  Danny Smith  <dannysmith@users.sourceforge.net>
8708
8709         * include/windef.h: Fix typo in last change.
8710
8711 2002-06-01  Danny Smith  <dannysmith@users.sourceforge.net>
8712
8713         * include/windef.h: Add no-op __try, __except, __finally
8714         defines from ...
8715         * include/excpt.h: Remove file.
8716         * include/windows.h: Don't include excpt.h.
8717
8718 2002-05-30  Christopher January  <chris@atomice.net>
8719
8720         * include/ntdef.h (ANSI_STRING, PANSI_STRING, OEM_STRING, POEM_STRING):
8721         Add missing typedefs.
8722
8723 2002-05-28  Earnie Boyd  <earnie@users.sf.net>
8724
8725         * include/w32api.h: Increment version to 1.5
8726         * Makefile.in: Ditto.
8727
8728
8729 2002-05-27  René Møller Fonseca  <fonseca@users.sourceforge.net>
8730
8731         * include/winreg.h: (RegConnectRegistry[AW]): Replace
8732         LP[W]STR with LPC[W]STR.
8733         (REG_QWORD, REG_QWORD_LITTLE_ENDIAN): Add defines.
8734         Clean up whitespace.
8735
8736 2002-05-27  Rick Rankin  <rick_rankin@yahoo.com>
8737
8738         * include/winnls.h: Add #define for LOCALE_RETURN_NUMBER.
8739
8740 2002-05-21  Earnie Boyd  <earnie@users.sf.net>
8741
8742         * Makefile.in: Increment VERSION to 1.4.
8743         (conf_prefix): New variable.
8744         (bindist): Modify target to use $(conf_prefix).
8745
8746 2002-05-20  Philip Aston  <philipa@mail.com>
8747
8748         * include/pbt.h (PBT_APMRESUMESUSPEND): Correct value is 7.
8749
8750 2002-05-20  René Møller Fonseca  <fonseca@users.sourceforge.net>
8751
8752         * include/lmaccess.h: (NetAccess*, NetGroup*,
8753         NetLocalGroup*, NetUser*, NetGet*, INetLogonControl[2],
8754         NetQueryDisplayInfotmationIndex): Replace LPWSTR with LPCWSTR.
8755
8756 2002-05-08  Danny Smith  <dannysmith@users.sourceforge.net>
8757
8758         * include/commctrl.h (ImageList_DragShowNolock): Remove
8759         conflicting redeclaration.
8760
8761 2002-05-07  Danny Smith  <dannysmith@users.sourceforge.net>
8762
8763         * include/windows.h: Move ANONYMOUS_UNION, _ANONYMOUS_STRUCT,
8764         STRICT and related defines to ...
8765         * include/windef.h: Here.
8766
8767 2002-05-03  Danny Smith  <dannysmith@users.sourceforge.net>
8768
8769         * include/winsock2.h (int32): Remove typedef.
8770         (SERVICETYPE): Add typedef.
8771         (struct _flowspec):Revise struct definition,  Comment
8772         on types used for members.
8773
8774 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
8775
8776         * include/winnt.h (EVENT_*, SEMAPHORE_*,MUTEX_*): Remove
8777         more defines added in earlier change.
8778         * lib/Makefile.in (TEST_OPTIONS): Add -Wsystem-headers flag.
8779
8780 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
8781
8782         * include/winnt.h (THREAD_PRIORITY_*): Remove defines
8783         added in last change.
8784
8785 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
8786
8787         * include/winnt.h (THREAD_*, EVENT_*, MUTANT_*,
8788         SEMAPHORE_*, MUTEX_*, TIMER_*): Add new defines.
8789
8790 2002-05-01  Manu B  <contact.manu@wanadoo.fr>
8791
8792         * include/commctrl.h (SNDMSG): Define and use throughout
8793         in other macros instead of SendMessage.
8794         * include/commdlg.h (SNDMSG): Ditto.
8795
8796 2002-04-22  José Fonseca  <jrfonseca@users.sf.net>
8797
8798         * include/GL/gl.h: New file.
8799         * include/GL/glext.h: Ditto.
8800         * include/GL/glu.h: Ditto.
8801
8802 2002-04-09  Earnie Boyd  <earnie@users.sf.net>
8803
8804         * include/w32api.h: Increment version.
8805         * Makefile.in: Ditto.
8806
8807 2002-04-09  Earnie Boyd  <earnie@users.sf.net>
8808
8809         * Makefile.in (bindist): Use * instead of . for file list for tar
8810         command.
8811
8812 2002-04-02  Danny Smith  <dannysmith@users.sourceforge.net>
8813
8814         * include/wtypes.h (enum tagCLSCTX): Change formatting.
8815
8816 2002-04-02  Pat Thoyts  <patthoyts@users.sourceforge.net>
8817
8818         * include/objidl.h (IRunningObjectTable.Register): Correct
8819         prototype.
8820         * include/wtypes.h (ROTFLAGS_REGISTRATIONKEEPSALIVE,
8821         ROTFLAGS_ALLOWANYCLIENT): Add defines.
8822
8823 2002-03-31  Victor Porton  <porton@narod.ru>
8824
8825         * include/shellapi.h (SHGFI_ATTR_SPECIFIED): Add define.
8826
8827 2002-03-29  David Robinow  <drobinow@yahoo.com>
8828
8829         * include/wingdi.h (SetPixelFormat): Correct prototype.
8830
8831 2002-03-29  Phil Krylov  <likewolf@users.sourceforge.net>
8832
8833         * include/richedit.h (EM_SHOWSCROLLBAR): Add define.
8834
8835 2002-03-26  Phil Krylov  <likewolf@users.sourceforge.net>
8836
8837         * include/richedit.h (EM_GETSCROLLPOS, EM_SETSCROLLPSPOS):
8838         Add defines.
8839
8840 2002-03-14  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
8841
8842         * include/richedit.h (RICHEDIT_CLASS): UNICODE it.
8843         * include/shlobj.h (IContextMenu2): Put methods in right order.
8844         * include/basetyps.h (REFGUID, REFIID, REFCLSID): Check for
8845         CINTERFACE before defining.
8846
8847 2002-03-09  Danny Smith  <dannysmith@users.sourceforge.net>
8848
8849         * include/accctrl.h: Add #pragma GCC system_header
8850         if __GNUC__ >= 3.
8851         * include/aclapi.h: Same.
8852         * include/basetsd.h: Same.
8853         * include/basetyps.h: Same.
8854         * include/cderr.h: Same.
8855         * include/cguid.h: Same.
8856         * include/commctrl.h: Same.
8857         * include/commdlg.h: Same.
8858         * include/cpl.h: Same.
8859         * include/cplext.h: Same.
8860         * include/custcntl.h: Same.
8861         * include/dbt.h: Same.
8862         * include/dde.h: Same.
8863         * include/ddeml.h: Same.
8864         * include/dlgs.h: Same.
8865         * include/excpt.h: Same.
8866         * include/httpext.h: Same.
8867         * include/imagehlp.h: Same.
8868         * include/imm.h: Same.
8869         * include/initguid.h: Same.
8870         * include/intshcut.h: Same.
8871         * include/ipexport.h: Same.
8872         * include/iphlpapi.h: Same.
8873         * include/ipifcons.h: Same.
8874         * include/iprtrmib.h: Same.
8875         * include/iptypes.h: Same.
8876         * include/isguids.h: Same.
8877         * include/largeint.h: Same.
8878         * include/lm.h: Same.
8879         * include/lmaccess.h: Same.
8880         * include/lmalert.h: Same.
8881         * include/lmapibuf.h: Same.
8882         * include/lmat.h: Same.
8883         * include/lmaudit.h: Same.
8884         * include/lmbrowsr.h: Same.
8885         * include/lmchdev.h: Same.
8886         * include/lmconfig.h: Same.
8887         * include/lmcons.h: Same.
8888         * include/lmerr.h: Same.
8889         * include/lmerrlog.h: Same.
8890         * include/lmmsg.h: Same.
8891         * include/lmremutl.h: Same.
8892         * include/lmrepl.h: Same.
8893         * include/lmserver.h: Same.
8894         * include/lmshare.h: Same.
8895         * include/lmsname.h: Same.
8896         * include/lmstats.h: Same.
8897         * include/lmsvc.h: Same.
8898         * include/lmuse.h: Same.
8899         * include/lmuseflg.h: Same.
8900         * include/lmwksta.h: Same.
8901         * include/lzexpand.h: Same.
8902         * include/mapi.h: Same.
8903         * include/mciavi.h: Same.
8904         * include/mcx.h: Same.
8905         * include/mmsystem.h: Same.
8906         * include/mswsock.h: Same.
8907         * include/nb30.h: Same.
8908         * include/nddeapi.h: Same.
8909         * include/nspapi.h: Same.
8910         * include/ntdef.h: Same.
8911         * include/ntsecapi.h: Same.
8912         * include/ntsecpkg.h: Same.
8913         * include/oaidl.h: Same.
8914         * include/objbase.h: Same.
8915         * include/objfwd.h: Same.
8916         * include/objidl.h: Same.
8917         * include/odbcinst.h: Same.
8918         * include/ole.h: Same.
8919         * include/ole2.h: Same.
8920         * include/ole2ver.h: Same.
8921         * include/oleauto.h: Same.
8922         * include/olectl.h: Same.
8923         * include/olectlid.h: Same.
8924         * include/oledlg.h: Same.
8925         * include/oleidl.h: Same.
8926         * include/pbt.h: Same.
8927         * include/prsht.h: Same.
8928         * include/psapi.h: Same.
8929         * include/rapi.h: Same.
8930         * include/ras.h: Same.
8931         * include/raserror.h: Same.
8932         * include/rassapi.h: Same.
8933         * include/regstr.h: Same.
8934         * include/richedit.h: Same.
8935         * include/richole.h: Same.
8936         * include/rpc.h: Same.
8937         * include/rpcdce.h: Same.
8938         * include/rpcdce2.h: Same.
8939         * include/rpcdcep.h: Same.
8940         * include/rpcndr.h: Same.
8941         * include/rpcnsi.h: Same.
8942         * include/rpcnsip.h: Same.
8943         * include/rpcnterr.h: Same.
8944         * include/rpcproxy.h: Same.
8945         * include/schannel.h: Same.
8946         * include/schnlsp.h: Same.
8947         * include/scrnsave.h: Same.
8948         * include/security.h: Same.
8949         * include/setupapi.h: Same.
8950         * include/shellapi.h: Same.
8951         * include/shlguid.h: Same.
8952         * include/shlobj.h: Same.
8953         * include/sql.h: Same.
8954         * include/sqlext.h: Same.
8955         * include/sqltypes.h: Same.
8956         * include/sqlucode.h: Same.
8957         * include/sspi.h: Same.
8958         * include/subauth.h: Same.
8959         * include/tlhelp32.h: Same.
8960         * include/unknwn.h: Same.
8961         * include/userenv.h: Same.
8962         * include/w32api.h: Same.
8963         * include/winbase.h: Same.
8964         * include/wincon.h: Same.
8965         * include/wincrypt.h: Same.
8966         * include/windef.h: Same.
8967         * include/windows.h: Same.
8968         * include/windowsx.h: Same.
8969         * include/winerror.h: Same
8970         * include/wingdi.h: Same.
8971         * include/wininet.h: Same.
8972         * include/winioctl.h: Same.
8973         * include/winnetwk.h: Same.
8974         * include/winnls.h: Same.
8975         * include/winnt.h: Same.
8976         * include/winperf.h: Same.
8977         * include/winreg.h: Same.
8978         * include/winresrc.h: Same.
8979         * include/winsock.h: Same.
8980         * include/winsock2.h: Same.
8981         * include/winspool.h: Same.
8982         * include/winsvc.h: Same.
8983         * include/winuser.h: Same.
8984         * include/winver.h: Same.
8985         * include/ws2tcpip.h: Same.
8986         * include/wsnetbs.h: Same.
8987         * include/wtypes.h: Same.
8988         * include/zmouse.h: Same.
8989         * include/mapi.h: Change header guard name to _MAPI_H  for
8990         consistency.
8991
8992 2002-03-08  Danny Smith  <dannysmith@users.sourceforge.net>
8993
8994         * include/accctrl.h (_ACCCTRL_H): Correct typo.
8995         Remove unnecessary inclusion of <wtypes.h>.
8996         * ChangeLog: Fix omission of name in recent entries.
8997
8998 2002-03-08  Antony Blakey  <antony.blakey@ihug.com.au>
8999
9000         * include/initguid.h (DEFINE_GUID): Add GUID_EXT to define.
9001
9002 2002-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
9003
9004         * include/mswsock.h: Group winsock2 dependants
9005         together and protect with #ifdef _WINSOCK2_H.
9006         * lib/test.c: Only test ws2tcpip.h if winsock2.h
9007         has been included.
9008
9009 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
9010
9011         * include/mswsock.h (TP_*): Add new defines.
9012         (TRANSMIT_PACKETS_ELEMENT): Define new structure.
9013         (WSAMSG): Likewise.
9014         (WSACMSGHDR): Likewise.
9015         (DisconnectEx): Add new prototype.
9016         (WSARecvMsg): Likewise.
9017         (WSA_CMSG_*) Add empty macros, guarded by #if 0.
9018
9019 2002-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
9020
9021         * ChangeLog: Fix typo in last entry.
9022         * include/winsock2.h (IPPROTO_*): Add IPv6 defines.
9023         * include/ws2tcpip.h: (IP_*): Add new defines.
9024         (INET_ADDRSTRLEN, INET6_ADDRSTRLEN): Add defines.
9025         (NI_*): Add getnameinfo constants and bitmasks.
9026         (AI_*): Add getaddrinfo flags.
9027         (EAI_*): Add getaddrinfo error codes.
9028         (ip_mreq_source): Add new structure.
9029         (ip_msfilter): Add new structure.
9030         (IP_MSFILTER_SIZE): Add new macro.
9031         (in_pktinfo): Add new structure.
9032         Add preliminary IPv6 support.
9033         (in6_addr): Add new structure and some defines.
9034         (sockaddr_in6): Add new structure.
9035         (in6addr_any, in6addr_loopback): Declare extern structures.
9036         (IN6ADDR_ANY_INIT,IN6ADDR_LOOPBACK_INIT): Add
9037         initialization macros for above.
9038         (IN6_ARE_ADDR_EQUAL): Define macro.
9039         (IN6_IS_ADDR_*): Define address testing macros.
9040         (socklen_t) Add new typedef.
9041         (ipv6_mreq): Add new structure.
9042         (in6_pktinfo): Same.
9043         (addrinfo): Same.
9044         (freeaddrinfo):Add new prototype.
9045         (getaddrinfo): Same.
9046         (gai_strerror[AW]): Same.
9047         (getnameinfo): Same.
9048         (sockaddr_in6_old): Add structure.
9049         (sockaddr_gen): Add union definition.
9050         (INTERFACE_INFO): Use sockaddr_gen as members.
9051         (INTERFACE_INFO_OLD): Add comment on workaround for problems
9052         with INTERFACE_INFO on NT4 prior to sp4.
9053
9054 2002-02-28  Danny Smith  <dannysmith@users.sourceforge.net>
9055
9056         * include/windows.h: Remove test for __W32API_MAJOR_VERSION
9057         when selecting winsock interface.
9058         * include/winsock2.h (SOCKET_ADDRESS_LIST): Add structure
9059         and typedefs. Thanks to: 'Lorenzo' <conte0@infinito.it>.
9060         Expand FIXME comment.
9061         (WSACOMPLETIONTYPE): Add enum.
9062         (WSACOMPLETION): Add structure and typedefs.
9063         (WSANSPIoctl): Add function prototpe and callback typedef.
9064         (SIO_NSP_NOTIFY_CHANGE): Add define.
9065         (sockaddr_storage): Add structure and typedefs.
9066
9067 2002-02-16  Andriy Palamarchuk  <apa3a@yahoo.com>
9068
9069         * include/winuser.h (OIC_*): Add resource constants.
9070
9071 2002-02-14 Mattia Barbon  <mbarbon@users.sourceforge.net>
9072
9073         * include/ntsecpkg.h: New file.
9074         * include/schannel.h: New file.
9075         * include/schnlsp.h: New file.
9076         * include/security.h: New file.
9077         * include/sspi.h: New file.
9078         * include/ntsecapi.h (KERB_WRAP_NO_ENCRYPT,
9079         MICROSOFT_KERBEROS_NAME_[AW]): Add missing constants
9080         * include/wincrypt.h (CALG_*, X509_ASN_ENCODING.
9081         PKCS_7_ASN_ENCODING, CERT_*, USAGE_MATCH_TYPE_AND,
9082         USAGE_MATCH_TYPE_OR, szOID_*): Add missing constants
9083         (struct _CRYPTOAPI_BLOB): Add structure and typedefs.
9084         (SSL_EXTRA_CERT_CHAIN_POLICY_PARA,HTTPSPolicyCallbackData,
9085         CERT_CHAIN_POLICY_PARA,CERT_CHAIN_POLICY_STATUS,
9086         CRYPT_ALGORITHM_IDENTIFIER, CRYPT_BIT_BLOB,
9087         CERT_PUBLIC_KEY_INFO, CERT_EXTENSION, CERT_INFO, CERT_CONTEXT,
9088         CTL_USAGE, CERT_ENHKEY_USAGE, CERT_USAGE_MATCH,
9089         CERT_CHAIN_PARA, CERT_CHAIN_FIND_BY_ISSUER_PARA,
9090         CERT_TRUST_STATUS, CRL_ENTRY, CRL_INFO, CRL_CONTEXT,
9091         CERT_REVOCATION_CRL_INFO, CERT_REVOCATION_INFO,
9092         CERT_CHAIN_ELEMENT, CRYPT_ATTRIBUTE, CTL_ENTRY, CTL_INFO,
9093         CTL_CONTEXT, CERT_TRUST_LIST_INFO, CERT_SIMPLE_CHAIN,
9094         CERT_CHAIN_CONTEXT): Add missing structures.
9095         (CertCloseStore, CertGetCertificateChain,
9096         CertVerifyCertificateChainPolicy, CertFreeCertificateChain,
9097         CertNameToStr[AW], CertOpenSystemStore[AW], CertOpenStore,
9098         CertFindCertificateInStore, CertFreeCertificateContext,
9099         CertGetIssuerCertificateFromStore,
9100         CertFindChainInStore): Add missing functions.
9101         (CertNameToStr, CertOpenSystemStore, CERT_FIND_SUBJECT_STR,
9102         CERT_FIND_ISSUER_STR): Add Unicode mappings.
9103         * lib/crypt32.def: New file.
9104         * lib/secur32.def: Add mising stubs.
9105         * lib/test.c: Include new headers.
9106
9107 2002-02-14  Danny Smith  <dannysmith@users.sourceforge.net>
9108
9109         * include/windef.h (PROC,FARPROC,NEARPROC): Remove void
9110         parameter.
9111
9112 2002-01-30  Danny Smith  <dannysmith@users.sourceforge.net>
9113
9114         * lib/test.c: Include mapi.h.
9115         * include/commctrl.h (TBSTYLE_*): Add missing defines.
9116         Thanks to: "Ron"  <ron@debian.org>
9117
9118 2002-01-30  John Fattaruso  <fattaruso@ieee.org>
9119
9120         * include/mapi.h: New file.
9121         * lib/mapi.def: Add missing function stubs.
9122
9123 2002-01-28  Danny Smith  <dannysmith@users.sourceforge.net>
9124
9125         * include/winuser.h (GetWindowLongPtr[AW],
9126         SetWindowLongPtr[AW]): Add prototypes for _WIN64.
9127
9128 2002-01-28  Mattia Barbon  <mbarbon@users.sourceforge.net>
9129
9130         * include/winuser.h (GWLP_*,DWLP_*): Add missing constants.
9131         (GetWindowLongPtr[AW], SetWindowLongPtr[AW]): Map them to
9132         {Get Set}WindowLong[AW], as in Win32 they are equivalent.
9133         (GetWindowLongPtr, SetWindowLongPtr): Add Unicode mappings.
9134
9135 2002-01-28  Danny Smith  <dannysmith@users.sourceforge.net>
9136
9137         * lib/test.c: Include wsnetbs.h.
9138
9139 2002-01-28  Kai Henningsen  <kai-henningsen@users.sourceforge.net>
9140
9141         * include/wsnetbs.h: New file.
9142
9143 2002-01-25  Earnie Boyd  <earnie@users.sf.net>
9144
9145         * include/winnt.h: Remove merge conflict.
9146
9147 2002-01-25  Danny Smith  <dannysmith@users.sourceforge.net>
9148
9149         * include/winnt.h (_TCHAR): Add typedefs.
9150
9151 2002-01-25  Tim Hughes  <tjh@delcam.com>
9152
9153         * include/wininet.h (SECURITY_FLAG_IGNORE_*): Add missing
9154         defines.
9155
9156 2002-01-25  Andriy Palamarchuk  <apa3a@yahoo.com>
9157
9158         * include/winsuser.h (ATF_AVAILABLE, SERKF_ACTIVE):
9159         Add defines.
9160         (LPACCESSTIMEOUT): Add typedef.
9161
9162 2002-01-24  Phillip Susi  <psusi@cfl.rr.com>
9163
9164         * include/commctrl.h: Add missing HDM_*,HDN_*,LVSICF_* defines.
9165
9166 2002-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
9167
9168         * include/commctrl.h (HDITEM[AW]): Rename _HD_ITEM[AW] to
9169         _HDITEM[AW], with parallel changes to typedefs. Use defines for
9170         backward compatability with old names. Update UNICODE mappings.
9171         (HDLAYOUT): Remove struct _HD_LAYOUT_XP.  Use new typedefs
9172         for struct _HD_LAYOUT and add defines for backward
9173         compatability with old names.
9174         (NMLISTVIEW): Rename _NM_LISTVIEW to tagNMLISTVIEW, with
9175         parallel chages to typedefs. Add defines for backward
9176         compatability with old names.
9177         (TCHITTESTINFO, IMAGELISTDRAWPARAMS): Fix _WIN32_IE guard.
9178
9179 2002-01-21  Robert Collins  <rbtcollins@hotmail.com>
9180
9181         * include/winnt.h: Add missing MEM_ defines, and convert existing to
9182         hex for readability.
9183
9184 2002-01-17  Marcus Geelnard  <marcus.geelnard@home.se>
9185
9186         * include/winsuser.h (tagKBDLLHOOKSTRUCT): Define struct
9187         and typedefs.
9188         (SPI_SETSCREENSAVERRUNNING): Add define.
9189         (LLKHF_ALTDOWN): Add define.
9190         * include/wingdi.h (PFD_GENERIC_ACCELERATED,
9191         PFD_DEPTH_DONTCARE): Add defines.
9192
9193 2002-01-17  Danny Smith  <dannysmith@users.sourceforge.net>
9194
9195         * include/objbase.h (CoGetObject): Add prototype.
9196
9197 2002-01-14  Timothy J. Wood  <tjw@omnigroup.com>
9198
9199         * include/winuser.h (ENUM_CURRENT_SETTINGS,
9200         ENUM_REGISTRY_SETTINGS): Add defines.
9201
9202 2002-01-14  Danny Smith  <dannysmith@users.sourceforge.net>
9203
9204         * include/winnt.h (FILE_ATTRIBUTE_ENCRYPTED): Correct constant.
9205         (FILE_ATTRIBUTE_DEVICE): Add define.
9206
9207 2002-01-14  Corinna Vinschen  <vinschen@redhat.com>
9208
9209         * include/winnt.h: Add INVALID_FILE_ATTRIBUTES.
9210
9211 2002-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
9212
9213         * ChangeLog: correct date in last entry.
9214
9215 2002-01-11  Timothy J. Wood  <tjw@omnigroup.com>
9216
9217         * include/winuser.h (MONITORENUMPROC): Add typedef.
9218         (EnumDisplayMonitors): Add prototype.
9219         * lib/user32.def (EnumDisplayMonitors): Add stub.
9220
9221 2002-01-11 Ralf Habacker  <Ralf.Habacker@freenet.de>
9222
9223         * include/ntsecapi.h:  Fixed missing void parameter type in some
9224         prototypes.
9225         * include/objbase.h: Ditto.
9226         * include/rapi.h: Ditto.
9227         * include/rpc.h: Ditto.
9228         * include/rpcdce.h: Ditto.
9229         * include/rpcdcep.h: Ditto.
9230         * include/rpcndr.h: Ditto.
9231         * include/rpcnsip.h: Ditto.
9232         * include/rpcproxy.h: Ditto.
9233         * include/windef.h: Ditto.
9234
9235 2002-01-07  Danny Smith  <dannysmith@users.sourceforge.net>
9236
9237         * lib/vfw32.def (LIBRARY): Change to MSVFW32.DLL.
9238
9239 2002-01-04  TAMURA Kent  <tkent@users.sourceforge.net>
9240
9241         * include/wingdi.h (BI_JPEG, BI_PNG, GGO_BEZIER,GGO_UNHINTED,
9242          LAYOUT_RTL, LAYOUT_BITMAPORIENTATIONPRESERVED): Add defines.
9243         * include/winuser.h (HWND_MESSAGE, WS_EX_COMPOSITED,
9244         WS_EX_LAYERED, WS_EX_LAYOUTRTL, WS_EX_NOACTIVATE,
9245         WS_EX_NOINHERITLAYOUT): Add defines.
9246         * include/winnt.h (PF_RDTSC_INSTRUCTION_AVAILABLE,
9247         PF_PAE_ENABLED, MEM_PHYSICAL, MEM_RESET, MEM_TOP_DOWN,
9248         MEM_WRITE_WATCH): Add defines.
9249
9250
9251 2002-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
9252
9253         * include/winbase.h (InitializeCriticalSectionAndSpinCount):
9254         Add prototype.
9255         (SetCriticalSectionSpinCount): Likewise.
9256
9257 2001-12-30  Guido Serassio  <serassio@libero.it>
9258
9259         * include/winsvc.h: Add EnumServiceStatusEx(),
9260         QueryServiceStatusEx()
9261         & RegisterServiceCtrlHandlerEx()
9262
9263 2001-12-21  Robert Collins  <rbtcollins@hotmail.com>
9264
9265         * include/wingdi.h: Add GetRandomRgn and SYSRGN.
9266
9267 2001-12-20  Christopher Faylor  <cgf@redhat.com>
9268
9269         * lib/Makefile.in: Revert inst_installdir definitions to working
9270         versions.
9271
9272 2001-12-17  Guido Serassio  <serassio@libero.it>
9273
9274         * include/winsvc.h: Add ChangeServiceConfig2() &
9275         QueryServiceConfig2() definition
9276
9277 2001-12-17  Robert Collins  <rbtcollins@hotmail.com>
9278
9279         * include/commctrl.h: New typedefs for HDLAYOUT and LPHDLAYOUT based
9280         on MSDN documentation for XP.
9281
9282 2001-12-15  Andrew Begel  <abegel@eecs.berkeley.edu>
9283
9284         * include/winbase.h (CreateHardLink): Correct typo in UNICODE
9285         mappings.
9286
9287 2001-12-11  Phillip Susi  <psusi@cfl.rr.com>
9288
9289         * include/commctrl.h (ACS_*): Add new defines.
9290         (PGS_*): Ditto.
9291         (CBES_*): Ditto.
9292         (TBSTYLE_*): Ditto.
9293         (TB_*): Ditto.
9294         (TTS_*): Ditto.
9295         (UDS_HOTTRACK): Add define.
9296         (SBT_TOOLTIPS): Ditto.
9297         (TBS_*): Add new defines.
9298         (HDS_*): Ditto.
9299         (LVS_EX_*) Ditto.
9300         (LVKF_*): Ditto.
9301         (TCM_GETEXTENDEDSTYLE): Add define.
9302         (TVS_NOHSCROLL): Ditto.
9303         (TVIF_INTEGRAL): Ditto.
9304         (DTS_SHORTDATECENTURYFORMAT): Ditto.
9305         (TCS_*): Add new defines.
9306         (CBEM_*): Add defines.
9307         (tagNMITEMACTIVATE): Add structure definition and typedefs.
9308         (tagTVITEMEX[AW]: Ditto.
9309         (tagTVINSERTSTRUCT[AW]: Add union member.
9310         * include/winbase.h (VirtualAllocEx): Add prototype.
9311         * include/winuser.h (SS_*): Add new defines.
9312
9313 2001-12-07  Earnie Boyd  <earnie@users.sf.net>
9314
9315         * Makefile.in: Increment VERSION.
9316         * include/w32api.h: Ditto.
9317
9318 2001-12-07  Earnie Boyd  <earnie@users.sf.net>
9319
9320         * Makefile.in: Increment VERSION.
9321         * include/w32api.h: Ditto.
9322
9323 2001-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
9324
9325         * include/setupi.h (SetupDiCreateDeviceInterfaceRegKey[AW],
9326         SetupDiCreateDevRegKey[AW],SetupDiDeleteDeviceInterfaceRegKey,
9327         SetupDiDeleteDevRegKey,SetupDiOpenClassRegKey,
9328         SetupDiOpenClassRegKeyEx[AW],SetupDiOpenDeviceInterfaceRegKey,
9329         SetupDiOpenDevRegKey): Correct function names.
9330
9331 2001-12-04  Earnie Boyd  <earnie@users.sf.net>
9332
9333         * include/winuser.h (IDC_STATIC): Don't define.
9334
9335 2001-12-04  Danny Smith  <dannysmith@users.sourceforge.net>
9336
9337         Cleanup merge between SourceForge and winsup CVS.
9338         * include/winbase.h (OSVERSIONINFO[AW], OSVERSIONINFOEX[AW]: Remove
9339         definitions.
9340         * include/winnt.h (VER_NT*): Remove duplicate defines.
9341         (VER_SUITE*): Group with VER_PLATFORM*, VER_NT* defines.
9342
9343 2001-12-03  Earnie Boyd  <earnie@users.sf.net>
9344
9345         * include/accctrl.h: Change \r\n to \n.
9346
9347 2001-11-30  Danny Smith  <dannysmith@users.sourceforge.net>
9348
9349         * include/ipexport.h (IP_UNIDIRECTIONAL_ADAPTER_ADDRESS):
9350         Add structure definition.
9351         * include/iptypes.h (IP_PER_ADAPTER_INFO): Ditto.
9352         * include/iphlpapi.h (AddIPAddress,CreateProxyArpEntry,
9353         DeleteIPAddress,DeleteProxyArpEntry,EnableRouter,
9354         FlushIpNetTable,GetAdapterIndex,GetPerAdapterInfo,
9355         GetUniDirectionalAdapterInfo,SendARP,SetAdapterIpAddress,
9356         UnenableRouter) Declare functions.
9357         * lib/iphlpapi.def: Add function names to import lib.
9358
9359 2001-11-24  Danny Smith  <dannysmith@users.sourceforge.net>
9360
9361         * include/winnt.h (PACCESS_MASK): Add typedef.
9362         * include/aclapi.h: New file.
9363         * include/acctrl.h: New file.
9364         * lib/advapi32.def: Add missing symbols.
9365         * lib/test.c: Add #include <aclapi.h>.
9366
9367 2001-11-23  Danny Smith  <dannysmith@users.sourceforge.net>
9368
9369         * include/winbase.h (OSVERSIONINFO[AW],VER_PLATFORM_WIN32s,
9370         VER_PLATFORM_WIN32_WINDOWS,VER_PLATFORM_WIN32_NT): Move from
9371         here ...
9372         * include/winnt.h: ... to here.
9373         * include/winbase.h (VerifyVersionInfo[AW]): Add declaration.
9374         * include/winnt.h (OSVERSIONINFOEX[AW]): Add structure definitions
9375         and typedefs.
9376         (VER_NT_WORKSTATION,VER_NT_DOMAIN_CONTROLLER,VER_NT_SERVER):
9377         Add defines.
9378
9379 2001-11-19  Pierre Muller  <muller@ics.u-strasbg.fr>
9380
9381         * w32api/include/winnt.h: prepare SSE register support.
9382         (CONTEXT_EXTENDED_REGISTERS): Add new define.
9383         (MAXIMUM_SUPPORTED_EXTENSION): New define.
9384         (struct CONTEXT): ExtendedRegisters field added.
9385
9386 2001-11-16  Danny Smith  <dannysmith@users.sourceforge.net>
9387
9388         * include/winuser.h (tagALTTABINFO, tagCOMBOBOXINFO,
9389         tagCURSORINFO, tagMENUBARINFO, tagMENUINFO, tagMONITORINFO
9390         tagSCROLLBARINFO, tagTITLEBARINFO. tagWINDOWINFO,
9391         tagLASTINPUTINFO ): Define new structures.
9392         (EndMenu, GetAltTabInfo[AW],GetComboBoxInfo,GetCursorInfo,
9393         GetLastInputInfo, GetListBoxInfo, GetMenuBarInfo,
9394         GetMonitorInfo[AW], GetScrollBarInfo, GetTitleBarInfo,
9395         GetWindowInfo, GetWindowModuleFileName[AW],GetMenuInfo
9396         SetMenuInfo): Add new prototypes.
9397         * lib/user32.def: Add import stubs for above functions.
9398
9399         * include/winuser.h (IDC_STATIC): Protect against prior
9400         definition.
9401
9402 2001-11-12  Corinna Vinschen  <corinna@vinschen.de>
9403
9404         * include/winbase.h (OSVERSIONINFOEX): Add definition.
9405         * include/winnt.h: Add VER_NT_* and VER_SUITE_* defines.
9406
9407 2001-11-10  Robert Collins  <rbtcollins@hotmail.com>
9408
9409         * include/winnt.h: Add Danny Smith's text comment about gcc compiler
9410         warnings with _AUTHORITY #defines.
9411
9412 2001-11-09  Robert Collins  <rbtcollins@hotmail.com>
9413
9414         * include/winnt.h (GetCurrentFiber): Create a prototype before the
9415         implementation.
9416         (GetFiberData): Ditto.
9417
9418 2001-11-09  Robert Collins  <rbtcollins@hotmail.com>
9419
9420         * include/winnt.h: Backout last change.
9421
9422 2001-11-08  Robert Collins  <rbtcollins@hotmail.com>
9423
9424         * include/winnt.h: Define *_SID_AUTHORITY appropriately,
9425         GetCurrentFiber: Create a prototype before the implementation.
9426         GetFiberData: Ditto.
9427
9428 2001-11-06  Danny Smith  <dannysmith@users.sourceforge.net>
9429
9430         * include/winuser.h (IDC_STATIC): Add define.
9431         Thanks to: Benoit Laniel.
9432
9433 2001-11-05  Danny Smith  <dannysmith@users.sourceforge.net>
9434
9435         * include/commdlg.h: Include <unknwn.h> rather than local
9436         definition of LPUKNOWN.
9437         * include/rpcproxy.h: Don't include if ndef CINTERFACE.
9438         Emit warning.
9439
9440 2001-11-05  Mattia Barbon  <mbarbon@dsi.unive.it>
9441
9442         * include/windef.h (DECLSPEC_NORTEURN): Add an empty version
9443         for Watcom.
9444         (DECLARE_STDCALL_P): Use it to add __stdcall decoration for
9445         functions of the form 'type * function(...)' in a way compatible
9446         with both Watcom and GCC.
9447         * include/rpcdcep.h (I_RpcAllocate): Use DECLARE_STDCALL_P.
9448         * include/rpcproxy.h (CInterfaceProxyVtbl): Do not declare
9449         zero-sized arrays for Watcom. Mark as __extension for __GNUC__.
9450         * include/windows.h: Watcom can use anonymous structs/unions.
9451         * include/winnt.h: Watcom can use 64 bit ints.
9452         (GetCurrentFiber): Add another inline definition using
9453         Watcom inline assembly syntax.
9454         (GetFiberData): Likewise.
9455         * include/winsock.h (inet_ntoa): Use DECLARE_STDCALL_P.
9456         (gethostbyname): Likewise.
9457         (gethostbyaddr}: Likewise.
9458         (getservbyport}: Likewise.
9459         (getservbyname}: Likewise.
9460         (getprotobynumber}: Likewise.
9461         (getprotobyname}: Likewise.
9462         * include/winsock2.h (inet_ntoa): Use DECLARE_STDCALL_P.
9463         (gethostbyname}: Likewise.
9464         (gethostbyaddr}: Likewise.
9465         (getservbyport}: Likewise.
9466         (getservbyname}: Likewise.
9467         (getprotobynumber}: Likewise.
9468         (getprotobyname}: Likewise.
9469         * lib/diinut.c: Correction for Watcom.
9470         * lib/kernel32.c (GetCurrentFiber): Add another definition
9471         using Watcom inline assembly syntax.
9472         (GetFiberData): Likewise.
9473         * lib/scrnsave.c (WinMain): Add break after default:
9474         clause.
9475
9476 2001-11-04  "stefan"  <stefan@lkcc.org>
9477
9478         * include/winnt.h (GetCurrentFiber): Add prototype.
9479         (GetFiberData): Likewise.
9480
9481 2001-11-04  Christopher Faylor  <cgf@redhat.com>
9482
9483         * lib/Makefile.in: Add .NOTPARALLEL target since dlltool cannot run in
9484         parallel invocations.
9485
9486 2001-11-03  Christopher Faylor  <cgf@redhat.com>
9487
9488         * lib/scrnsave.c (WinMain): Trivial change to avoid a compiler warning.
9489
9490 2001-11-01  Danny Smith  <dannysmith@users.sourceforge.net>
9491
9492         * include/basetyps.h (DECLARE_INTERFACE): Don't add
9493         __attribute__((com_interface)) for __GNUC__ >= 3.
9494
9495 2001-11-01  Danny Smith  <dannysmith@users.sourceforge.net>
9496
9497         * include/commdlg.h (PRINTPAGERANGE): Add structure
9498         definition.
9499         (PRINTDLGEX[AW]): Likewise.
9500         (PrintDlgEx[AW]): Add function declaration.
9501         * lib/comdlg32.def (PrintDlgEx[AW]): Add function stubs.
9502         * ChangeLog: Fix typo in last entry.
9503
9504 2001-11-01  TAMURA Kent  <tkent@users.sourceforge.net>
9505
9506         * include/objbase.h (CoGetClassObject): Change third parameter
9507         to COSERVERINFO*.
9508
9509 2001-10-30  Danny Smith  <dannysmith@users.sourceforge.net>
9510
9511         * include/winuser.h (MOUSEEVENTF_WHEEL): Define.
9512         Thanks to: Kim Saunders.
9513         * include/oleauto.h: Define VARIANT* flags for VariantChangeType.
9514         Thanks to: Pat Thoyts.
9515         * include/winnt.h: Change C++ style comment to C style.
9516         * include/shlobj.h: Ditto.
9517         * include/objbase.h (enum tagCOINIT): Remove comma at end of
9518         list.
9519         * include/oledlg.h (enum tagOLEUIPASTEFLAG): Ditto.
9520         * include/oleidl.h (enum tagDROPEFFECT): Mark as __extension__
9521         (enum not limited to range of int).
9522         * include/oaidl.h (struct tagVARIANT): Mark as __extension__
9523         (struct with no named members), ifndef NONAMELESSUNION.
9524
9525 2001-10-30  Danny Smith  <dannysmith@users.sourceforge.net>
9526
9527         * include/winuser.h (CREATESTRUCT): UNICODE it.
9528         (CBT_CREATEWND): Likewise.
9529
9530 2001-10-20  Corinna Vinschen  <corinna@vinschen.de>
9531
9532         * include/winnetwk.h (WNetGetResourceInformationA): Add declaration.
9533         (WNetGetResourceInformationW): Ditto.
9534         (WNetGetResourceInformation): Add define.
9535
9536 2001-10-12  Pedro A Aranda  <paaguti@hotmail.com>
9537
9538         * include/winuser.h (POINTSTOPOINT): Use explicit casts
9539         before extracting words.
9540
9541 2001-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
9542
9543         * include/winnt.h: Add PF_* defines.
9544         Thanks to: "Wizord"  <wizord@argoslabs.com>
9545
9546 2001-09-18  Danny Smith  <dannysmith@users.sourceforge.net>
9547
9548         * include/winnt.h (_[U]LARGE_INTEGER): Mark nameless structure
9549         field as _ANONYMOUS_STRUCT.
9550         * include/setupapi.h (SP_DEVINSTALL_PARAMS): Add missing typedef
9551         for UNICODE.
9552         * include/ipexport.h (icmp_echo_reply): Remove extra ';'.
9553         * lib/makefile.in: Add -pedantic switch to TEST_OPTIONS for header
9554         test.
9555
9556 2001-09-17  Mattia Barbon  <mbarbon@dsi.unive.it>
9557
9558         * include/commctrl.h: Add some ListView constants.
9559
9560 2001-09-17  Earnie Boyd  <earnie@sf.net>
9561
9562         * lib/Makefile.in (inst_includedir): Add FIXME and remove the usr/
9563         portion of the directory from the install.
9564         (inst_libdir): Ditto.
9565         * Makefile.in (VERSION): Increment.
9566         * include/w32api.h: Increment version.
9567
9568 2001-09-13  Earnie Boyd  <earnie@SF.net>
9569
9570         * lib/Makefile.in (inst_includedir): Change to always use w32api
9571         subdirectory for target == cygwin.
9572         (inst_libdir): Ditto.
9573
9574 2001-09-13  Earnie Boyd  <earnie@SF.net>
9575
9576         * lib/Makefile.in (config_prefix): New variable.
9577         (inst_includedir): Manipulate special value only if target == cygwin
9578         and build == target and prefix != config_prefix.
9579         (inst_libdir): Ditto.
9580
9581 2001-09-12  Earnie Boyd  <earnie@SF.net>
9582
9583         * Makefile.in (TARFLAGS): New variable.
9584         (TARFILEEXT): Ditto.
9585
9586 2001-09-12  Earnie Boyd  <earnie@SF.net>
9587
9588         * Makefile.in: Increment version.
9589         * include/w32api.h: Ditto.
9590         * lib/Makefile.in: Add usr/ to install directory special for cygwin.
9591
9592 2001-09-11  Danny Smith  <dannysmith@users.sourceforge.net>
9593
9594         * include/winnt.h (_[U]LARGE_INTEGER): Protect nameless struct with
9595         !defined(NONAMELESSUNION), rather than defined(_ANONYMOUS_STRUCT).
9596         (_REPARSE_DATA_BUFFER): Name union field DUMMYUNIONNAME.
9597
9598 2001-09-05  Danny Smith  <dannysmith@users.sourceforge.net>
9599
9600         * include/wininet.h (InternetAutodial): Add prototype.
9601         (InternetAutodialHangup): Ditto.
9602         (InternetDial): Ditto.
9603         (InternetGetConnectedState): Ditto.
9604         (InternetGoOnline): Ditto.
9605         (InternetHangUp): Ditto.
9606         (InternetSetDialState): Ditto.
9607         Add associated INTERNET_* auto dial flags.
9608         Guard typedefs and prototypes with #ifndef RC_INVOKED.
9609
9610 2001-09-04  Earnie Boyd  <earnie@SF.Net>
9611
9612         * lib/Makefile.in: Move the setting of variable libdir to after the
9613         setting of exec_prefix since the value of libdir is dependant on it.
9614
9615 2001-09-04  Christopher Faylor  <cgf@cygnus.com>
9616
9617         * include/winbase.h: Add missing closing parentheses to
9618         InterlockedExchangePointer declaration.
9619
9620 2001-09-01  Danny Smith  <dannysmith@users.sourceforge.net>
9621
9622         * include/shlobj.h (CFSTR_* ): Add new defines.
9623         Thanks to: "Ron" <ron@debian.org> .
9624         Unicode them.
9625
9626 2001-09-01  Christopher Faylor  <cgf@cygnus.com>
9627
9628         * include/winnt.h: Use defined(_ANONYMOUS_STRUCT) to determine if
9629         anonymous structs are available rather than just testing preprocessor
9630         variable directly.
9631
9632 2001-08-31  Corinna Vinschen  <corinna@vinschen.de>
9633
9634         * include/winnt.h: Change definition of `SYSTEM_LUID' to comply
9635         with new `LARGE_INTEGER' definition.
9636
9637 2001-08-30  Christopher Faylor  <cgf@cygnus.com>
9638
9639         * include/winsock2.h: Remove "extra token" after #endif.
9640
9641 2001-08-31  Earnie Boyd  <earnie@SF.Net>
9642
9643         * config.guess: Remove the \r from the end of line.
9644         * config.sub: Ditto.
9645
9646 2001-08-30  Danny Smith  <dannysmith@users.sourceforge.net>
9647
9648         * include/winnt.h: Allow anonymous struct in [U]LARGE_INTEGER
9649         if __cplusplus as well as if _ANONYMOUS_STRUCT.
9650
9651 2001-08-29  Earnie Boyd  <earnie@SF.Net>
9652
9653         * config.guess: Add the MSYS system.
9654         * config.sub: Ditto.
9655         * include/winsock.h: Add the __INSIDE_MSYS__ protections.
9656         * incldue/winsock2.h: Ditto.
9657
9658 2001-08-29  Eric Kohl  <ekohl@users.sourceforge.net>
9659
9660         * include/winnt.h: Allow anonymous (Xxx.LowPart) or
9661         non-anonymous (Xxx.u.LowPart) access to HighPart and
9662         LowPart of a LARGE_INTEGER or ULARGE_INTEGER.
9663
9664 2001-08-24  TAMURA Kent  <tkent@users.sourceforge.net>
9665
9666         * include/wingdi.h (HANGUL_CHARSET): Add define.
9667
9668 2001-08-21  Earnie Boyd  <earnie@SF.Net>
9669
9670         * include/setupapi.h: Formatting.
9671
9672 2001-08-21  Earnie Boyd  <earnie@SF.Net>
9673
9674         * include/shlobj.h: Remove \r from the line endings.
9675
9676 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
9677
9678         * include/setupapi.h : New file.
9679         * lib/setupapi.def:New file.
9680         * lib/test.c: Include setupapi.h.
9681
9682 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
9683         * include/winioctl.h (_DISK_PERFORMANCE): Correct typo.
9684
9685 2001-08-21  Mattia Barbon  <mbarbon@dsi.unive.it>
9686
9687         * include/richedit.h (ENLINK): Add structure definition.
9688         (EM_AUTOURLDETECT, EN_LINK, ENM_LINK): Add defines.
9689
9690 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
9691
9692         * include/shlobj.h (CMIC_*): Remove duplicate defines.
9693         (CMDSTR_*): Remove duplicates; UNICODE string constants.
9694         (GCS_*): Make UNICODE.
9695         (CSIDL_*): Add more defines.
9696         * include/winioctl.h (_MEDIA_TYPE): Add pointer typedef.
9697         (_DISK_GEOMETRY): Ditto.
9698         (_DISK_PERFORMANCE): Ditto.
9699         * include/winbase.h (HasOverlappedIoCompleted): Add macro.
9700
9701 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
9702
9703         * include/winnt.h: Move CHAR, SHORT and LONG typedefs outside
9704         of block protected by #ifndef VOID.
9705         (This reverts 1998-12-01 Anders Norlander change.)
9706         * include/odbcinst.h: End file with newline.
9707         * include/raserror.h: Ditto.
9708
9709 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
9710
9711         * include/winsock2.h (#include <wtypes.h): Don't.
9712         (_BLOB): Define instead, if not already done.
9713         (__BLOB_T_DEFINED: New define for guarding _BLOB.
9714         * include/wtypes.h (_BLOB): Guard against prior definition.
9715
9716 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
9717
9718         * include/oaidl.h (tagVARIANT): Mark anonymous structs and unions
9719         as __extension__.
9720         (tagTYPEDESC): Ditto.
9721         (_wireBRECORD): Add structure definition.
9722         (_wireSAFEARR_BRECORD): Ditto.
9723         (_wireSAFEARR_HAVEIID): Ditto.
9724         (_wireSAFEARRAY_UNION.u): Add fields SAFEARR_BRECORD RecordStr,
9725         SAFEARR_HAVEIID HaveIidStr.
9726         (tagVariant): Add fields _VARIANT_BOOL bool,*pbool.
9727         (_wireVARIANT): Change field parray to type wirePSAFEARRAY,
9728         pparray to wirePSAFEARRAY*.
9729         (_wireVARIANT): Add field wireBRECORD brecVal.
9730         (wireVARIANT): Change typedef to struct _wireVariant*.
9731         (IRecordInfo): Add interface definition.
9732         (LPRECORDINFO): Add typedef for IRecordInfo*.
9733         (IID_IRecordInfo): Add forward decalaration.
9734
9735 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
9736
9737         * include/lmcons.h: Guard CNLEN and UNCLEN against prior definition.
9738         * include/nddeapi.h: Likewise.
9739
9740 2001-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
9741
9742         * lib/test.c (Win32_Winsock): Replace with __USE_W32_SOCKETS.
9743         Add more includes of w32api headers.
9744
9745 2001-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
9746
9747         * include/winnt.h (GetCurrentFiber): Change __inline to __inline__.
9748         Swap asm code with that of GetFiberData.
9749         (GetFiberData): Ditto.
9750         * lib/kernel32.c: New file, containing library versions of
9751         GetCurrentFiber and GetFiberData.
9752         * lib/makefile.in: Add kernel32.o as static object to libkernal32.a.
9753
9754 2001-08-08  Danny Smith  <dannysmith@users.sourceforge.net>
9755
9756         * include/winuser.h (GET_WHEEL_DELTA_WPARAM): Add macro.
9757         Thanks to: Harold Hunt <Harold@compasstechnologies.com>.
9758
9759 2001-08-08  Danny Smith  <dannysmith@users.sourceforge.net>
9760
9761         * lib/oleaut32.def: Regenerate.
9762
9763 2001-08-04  Danny Smith  <dannysmith@users.sourceforge.net>
9764
9765         * include/wtypes.h (DECIMAL_SETZERO): Correct typo.
9766
9767 2001-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
9768
9769         Apply Dmitry Bely  <dbely@mail.ru> patch 437834 (with additions).
9770         * include/oleidl.h (ISupportErrorInfo, ICreateInfo): Move from here
9771         * include/oaidl.h: ... to here.
9772         * include/oaidl.h ICreateErrorInfo): Add interface definition.
9773         (IErrorInfo::GetGUID): Change arg to GUID.
9774         (LPSUPPORTERRORINFO): Add typedef.
9775         (IID_ISupportErrorInfo): Change forward decl. of type to IID.
9776
9777 2001-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
9778
9779         * include/winsock2.h (WSAGET* and WSAMAKE*): Remove duplicate
9780         defines.
9781
9782 2001-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
9783
9784         * include/commctrl.h (TreeView_SetIndent): Correct typo.
9785
9786 2001-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
9787
9788         * include/commctrl.h (TBSTYPE_FLAT): Remove define.
9789         Thanks to: Jason Craig  <jacraig@softhome.net>
9790
9791 2001-07-30  Mattia Barbon  <mbarbon@dsi.unive.it>
9792
9793         * include/commctrl.h (TBBUTTONINFO[AW]): Add struct definitions,
9794         and UNICODE mappings, if _WIN32_IE >= 0x400.
9795         (TBIF_* and TB_SETBUTTONINFO): Add defines, if _WIN32_IE >= 0x400.
9796         (CDIS_*,CDDS_*,CDRF_*) : Add defines.
9797         (tagNMCUSTOMDRAWINFO): Add struct definition and typedefs.
9798         (tagNMLVCUSTOMDRAW): Likewise.
9799         (tagNMTVCUSTOMDRAW): Likewise.
9800         (tagNMLVCACHEHINT): Likewise.
9801
9802 2001-07-06  Danny Smith  <dannysmith@users.sourceforge.net>
9803
9804         * include/basetsd.h (#include <_mingw.h>): Remove.
9805         (__int64): Define.
9806
9807 2001-06-28  Danny Smith  <dannysmith@users.sourceforge.net>
9808
9809         * include/wingdi.h (AC_SRC_OVER): Add define.
9810         (struct _BLENDFUNCTION): Add.
9811
9812 2001-06-28  Danny Smith  <dannysmith@users.sourceforge.net>
9813
9814         * include/shlobj.h:  Add BIF_* defines.
9815
9816 2001-06-27  Danny Smith  <dannysmith@users.sourceforge.net>
9817
9818         * include/winerror.h (E_PENDING): Add error code define.
9819
9820 2001-06-27  Danny Smith  <dannysmith@users.sourceforge.net>
9821
9822         * include/basetsd.h (#include <_mingw.h>): Add directive.
9823
9824 2001-06-25  Danny Smith  <dannysmith@users.sourceforge.net>
9825
9826         * include/winbase.h (InterlockedCompareExchange): Change args
9827         and return value from PVOID to LONG.
9828         (InterlockedExchange): Change first arg to LPLONG.
9829         (InterlockedCompareExchangePointer): New macro.
9830         (InterlockedExchangePointer): New macro.
9831
9832 2001-06-19  Danny Smith  <dannysmith@users.sourceforge.net>
9833
9834         * lib/kernel32.def: Add LanguageGroup and UILanguage symbols.
9835         Thanks to Kevin Chase <kevincha99@hotmail.com>.
9836
9837 2001-06-11  TAMURA Kent  <tkent@users.sourceforge.net>
9838
9839         * objidl.h (IMalloc::ReAlloc()): Correct declaration.
9840         (IMalloc::Free()): Ditto.
9841
9842 2001-06-11  Danny Smith  <dannysmith@users.sourceforge.net>
9843
9844         * include/shlobj.h (REGSTR_PATH_EXPLORER): Unicode it.
9845         (REGSTR_PATH_SPECIAL_FOLDERS): Ditto.
9846         * include/regstr.h (REGSTR_PATH_EXPLORER): Add #ifndef guard.
9847
9848 2001-06-11  Mattia Barbon  <mbarbon@dsi.unive.it>
9849
9850         * include/shlobj.h (struct _browseinfo): UNICODE it.
9851         (SHBrowseForFolder): Ditto.
9852         (SHGetPathFromIDList): Ditto.
9853
9854 2001-06-11  Earnie Boyd  <earnie@users.sourceforge.net>
9855
9856         * include/basetsd.h: RC_INVOKED protection and realignment.
9857         Thanks to: Colin Peters <colinpeters@users.sourceforge.net>
9858
9859 2001-06-06  Earnie Boyd  <earnie@users.sourceforge.net>
9860
9861         * Makefile.in (bindist): Reassign value of exec_prefix on make command
9862         line.
9863
9864 2001-05-22  Christopher Faylor  <cgf@cygnus.com>
9865
9866         * lib/mapi32.def: Add MAPISendMail.
9867
9868 2001-05-22  Earnie Boyd  <earnie@users.sourceforge.net>
9869
9870         * include/w32api.h: Update version.
9871         * Makefile.in: Ditto.
9872
9873 2001-05-17  Corinna Vinschen  <corinna@vinschen.de>
9874
9875         * include/winnt.h: Define SE_GROUP_LOGON_ID as unsigned to avoid
9876         compiler warnings.
9877
9878 2001-05-17  Corinna Vinschen  <corinna@vinschen.de>
9879
9880         * include/ntdef.h: Protect definition of OBJECT_ATTRIBUTES against
9881         previous definition in include/ntsecapi.h.
9882         * include/ntsecapi.h: Vice versa.
9883
9884 2001-05-16  Corinna Vinschen  <corinna@vinschen.de>
9885
9886         * include/winnt.h: Add defines for group attributes.
9887         Add define for SYSTEM_LUID.
9888         Add missing types `PTOKEN_DEFAULT_DACL', `PTOKEN_OWNER' and
9889         `PTOKEN_PRIMARY_GROUP'.
9890
9891 2001-04-24  Christopher Faylor  <cgf@cygnus.com>
9892
9893         * lib/Makefile.in: Install libraries in /usr/lib/w32api when building
9894         for cygwin.
9895
9896 2001-04-24  Christopher Faylor  <cgf@cygnus.com>
9897
9898         * include/winsock2.h: Protect one *more* newlib defines when compiling
9899         cygwin.
9900
9901 2001-04-23  Christopher Faylor  <cgf@cygnus.com>
9902
9903         * include/winsock2.h: Protect some more newlib defines when compiling
9904         cygwin.
9905
9906 2001-04-23  Christopher Faylor  <cgf@cygnus.com>
9907
9908         * include/winsock.h: Protect some more newlib defines when compiling
9909         cygwin.
9910
9911 2001-04-17  Egor Duda  <deo@logos-m.ru>
9912
9913         * include/windows.h: Define _ANONYMOUS_STRUCT and _ANONYMOUS_UNION
9914         as __extenstion__ when appropriate.
9915         * include/mmsystem.h: Mark anonymous structs and unions as
9916         __extension__ to prevent compiler warning when invoked with
9917         -pedantic
9918         * include/oaidl.h: Ditto.
9919         * include/objidl.h: Ditto.
9920         * include/olectl.h: Ditto.
9921         * include/prsht.h: Ditto.
9922         * include/shlobj.h: Ditto.
9923         * include/winbase.h: Ditto.
9924         * include/winnt.h: Ditto.
9925         * include/wtypes.h: Ditto.
9926
9927 2001-04-11  Danny Smith  <dannysmith@users.sourceforge.net>
9928
9929         * include/windows.h (#include <winsock.h>): Include <winsock2.h>
9930         instead if (_WIN32_WINNT >= 0x0400)&&(__W32API_MAJOR_VERSION > 0).
9931
9932 2001-04-11  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
9933
9934         * include/winuser.h (WM_IME_*): Remove defines (now in imm.h).
9935
9936 2001-04-11  John Fortin  <fortinj@attglobal.net>
9937
9938         * include/windef.h (*PBOOL): Unprotect from XFree86Server.
9939         (*LPBOOL): Ditto.
9940
9941 2001-04-08  Christopher Faylor  <cgf@cygnus.com>
9942
9943         * include/winnt.h (GetCurrentFiber): Make "external __inline" or asm
9944         code will be included in every module which includes this header.
9945         (GetFiberData): Ditto.
9946
9947 2001-04-08  Earnie Boyd  <earnie@users.sourceforge.net>
9948
9949         * include/winnt.h (GetCurrentFiber): Fix typo.
9950
9951 2001-04-08  Earnie Boyd  <earnie@users.sourceforge.net>
9952
9953         * include/shellapi.h: (CommandLineToArgvW): Add WINAPI declaration.
9954         * include/winbase.h: (GetFileAttributesExW): Fix typo.
9955         * include/wingdi.h: (StartDocA): Change LPDOCINFOA to DOCINFOA*.
9956         (StartDocB): Chage LNPDOCINFOB to DOCINFOB*.
9957         Thanks To: Kent Tamura  <tkent@users.sourceforge.net>
9958
9959         * include/winnt.h: (GetFiberData): Add __inline assembler coding.
9960         (GetCurrentFiber): Ditto.
9961         Thanks to: Andy Younger  <AndyY@redlemon.com>
9962
9963         * include/windef.h: (HMONITOR_DECLARED): New definition to stop
9964         DirectX 8 from complaining.
9965         Thanks to: Sigbjørn Lund Olsen  <mosikos@online.no>
9966
9967 2001-04-08  Michael Soderstrom  <ichaelsoderstro@hotmail.com>
9968
9969         * include/commctrl.h Updated TreeView and ListView defines and macros.
9970
9971 2001-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
9972
9973         * include/winuser.h (MB_SERVICE_NOTIFICATION): Correct value for NT4
9974         and above.
9975
9976 2001-03-30  Earnie Boyd  <earnie@users.sourceforge.net>
9977         * include/winuser.h (VK_KANA): New definition.
9978         Thanks to: "Harold Hunt" <huntharo@msu.edu>
9979
9980 2001-03-29  Earnie Boyd  <earnie@users.sourceforge.net
9981
9982         * include/winuser.h (RT_CURSOR): Add protection for XFree86Server.
9983         (RT_FONT): Ditto.
9984         * include/basetsd.h (INT32): Ditto.
9985         * include/windef.h (ATOM): Ditto.
9986         (BOOL): Ditto.
9987         (BYTE): Ditto.
9988         * include/winbase.h (FreeResource): Ditto.
9989         Thanks to: "Harold Hunt" <huntharo@msu.edu>
9990
9991 2001-03-20  Danny Smith  <dannysmith@users.sourceforge.net>
9992
9993         * include/winsock.h (_SYS_TYPES_H macro guard for int types): Remove;
9994         use only _BSDTYPES_DEFINED macro now defined in newlib sys/types.h.
9995         (SYS_TYPES_H macro guard for fd_set): Replace with_SYS_TYPES_FD_SET
9996         macro now defined in newlib sys/types.h.  Emit warning if defined.
9997         * include/winsock2.h: Ditto.
9998         * include/windows.h (Win32_Winsock): Replace with new macros
9999         __USE_W32_SOCKETS and warn of deprecation.
10000
10001 2001-03-13  Earnie Boyd  <earnie@users.sourceforge.net
10002
10003         * include/wingdi.h: (DOCINFO) Ansi version defined incorrectly.
10004         Thanks to: Mattia Barbon <mbarbon@dsi.unive.it>
10005
10006 2001-03-12  Earnie Boyd  <earnie@users.sourceforge.net
10007
10008         * include/commctrl.h (TBSTYLE_FLAT): New definition.
10009         (TB_GETBUTTONSIZE): Ditto.
10010         (TCS_HOTTRACK): Ditto.
10011         Thanks to: Chris Hansen <popeofpop@softhome.net>
10012
10013 2001-03-01  Earnie Boyd  <earnie@users.sourceforge.net
10014
10015         * Makefile.in: (snapshot): Add target.
10016         * lib/Makefile.in: (install-headers): Use installdir variable.
10017         (installdir): Set value based on target-alias.
10018
10019 2001-02-21  Earnie Boyd  <earnie@users.sourceforge.net
10020
10021         * include/w32api.h: (_W32API_VERSION): Remove.
10022         (__W32API_VERSION): Add.
10023         (__W32API_MAJOR_VERSION): Ditto.
10024         (__W32API_MINOR_VERSION): Ditto.
10025
10026 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
10027
10028         * include/wingdi.h (struct _DOCINFO[AW]): UNICODE it.
10029         (StartDoc[AW]): Use UNICODE'd LPDOCINFO[AW]
10030         * include/winuser.h (struct tagMOUSEKEYS): Define new structure.
10031         * include/winerror.h (NTE_*): Add CryptoAPI error codes.
10032
10033 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
10034
10035         * include/mswsock.h: New file.
10036         * include/ws2tcpip.h: New file.
10037         * include/winsock.h (IPPROTO_IGMP): New define.
10038         (IPPROTO_GGP): Correct value.
10039         (SO_* macros): Remove mswsock defines.
10040         (TCP_BSDURGENT): Likewise.
10041         (IP_* macros): Add comment warning of WinSock2 incompatibility
10042         (WSARecvEx): Remove mswsock prototype.
10043         (TransmitFile): Likewise.
10044         (AcceptEx): Likewise.
10045         (GetAcceptExSockaddrs): Likewise.
10046         (struct _TRANSMIT_FILE_BUFFERS): Remove mswsock definition.
10047         (#include <mswsock.h>): Add directive and explanatory comment
10048         * include/winsock2.h (header guard): add guard for  _WINSOCK_H
10049         (_WINSOCK_H): Define to prevent later inclusion of winsock.h
10050         (#include <winsock.h>): Replace directive with winsock.h file content
10051         The following changes apply to the merged file:
10052         (FD_SET): Keep winsock2.h definition, delete winsock.h definition
10053         (SOMAXCONN): Likewise
10054         (#include <nspapi.h>): Move - don't include until LPSOCKADDR defined
10055         (IP_* macros): Delete WinSock1 definitions (WinSock2 definitions now
10056         in ws2tcpip.h)
10057         (struct ip_mreq): Delete (now defined in ws2tcpip.h for WinSock2)
10058         (FD_*_BIT and FD_* defines): Place together and extend to
10059         FD_MAX_EVENTS 10
10060         (AF* defines): Extend to AF_MAX 10
10061         (WSAIsBlocking): #if 0 out prototype (N/A in WinSock2)
10062         (WSAUnhookBlockingHook): Likewise.
10063         (WSASetBlockingHook): Likewise.
10064         (WSACancelBlockingCall): Likewise.
10065         (WSAEINPROGRESS): Comment as not raised in WinSock2.
10066         (#include <mswsock.h>): Delete directive inherited from winsock.h
10067         (WSA_QOS* defines): Add QualityOfService error codes.
10068         (SIO_* defines): Add new macros
10069         * include/ipexport.h (IP_STATUS flags): Add definitions.
10070         (IP_FLAG_DF): Likewise.
10071         (IP_OPT_* ): Likewise.
10072         (struct ip_option_information): Likewise.
10073         (struct icmp_echo_reply): Likewise.
10074
10075 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
10076
10077         * include/commctrl.h: Revert TEXT change.
10078         * include/lmalert.h: Ditto.
10079         * include/lmcons.h: Ditto.
10080         * include/lmsname.h: Ditto.
10081         * include/lmsvc.h: Ditto.
10082         * include/ntsecapi.h: Ditto.
10083         * include/oledlg.h: Ditto.
10084         * include/ras.h: Ditto.
10085         * include/regstr.h: Ditto.
10086         * include/richedit.h: Ditto.
10087         * include/wininet.h: Ditto.
10088         * include/winnt.h: Ditto.
10089
10090 2001-02-15  Earnie Boyd  <earnie@users.sourceforge.net>
10091
10092         * include/commctrl.h: Use _TEXT() instead of TEXT() throughout.
10093         * include/lmalert.h: Ditto.
10094         * include/lmcons.h: Ditto.
10095         * include/lmsname.h: Ditto.
10096         * include/lmsvc.h: Ditto.
10097         * include/ntsecapi.h: Ditto.
10098         * include/oledlg.h: Ditto.
10099         * include/ras.h: Ditto.
10100         * include/regstr.h: Ditto.
10101         * include/richedit.h: Ditto.
10102         * include/wininet.h: Ditto.
10103         * include/w32api.h: New File.
10104
10105 2001-02-13  Corinna Vinschen  <corinna@vinschen.de>
10106
10107         * include/shlobj.h: Add missing SLR_* flags.
10108
10109 2001-02-12:  Earnie Boyd  <earnie@users.sourceforge.net>
10110
10111         * lib/Makefile.in: (host_alias): Add variable.
10112         (host_build): Ditto:
10113         (xinstall): Removed
10114         (xinstall-libraries): Ditto.
10115         (xinstall-headers): Ditto.
10116         (xuninstall): Ditto.
10117         (xuninstall-libraries): Ditto.
10118         (xuninstall-headers): Ditto.
10119         * Makefile.in: (host_alias): Add variable.
10120         (build_alias): Ditto.
10121
10122 2001-02-02  Earnie Boyd  <earnie@users.sourceforge.net>
10123
10124         * include/winnt.h: (__TEXT): Add private macro.
10125         (_TEXT): Modify definition to use __TEXT.
10126         (_T): Ditto.
10127         This change allows the passing of a MACRO as an argument and have that
10128         MACRO resolved first.
10129         Thanks to: Eric PAIRE <eric.paire@ri.silicomp.com>
10130
10131 2001-01-31  Earnie Boyd  <earnie@users.sourceforge.net>
10132
10133         * Makefile.in: Increment VERSION to 0.5
10134         * include/winnt.h: Change TEXT to _TEXT throughout.
10135         (SID_RELEASE): Define.
10136         Thanks to: Eric PAIRE <eric.paire@ri.silicomp.com>
10137
10138 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10139
10140         * Apply Phil Krylov patches.
10141         2001-01-19  Phil Krylov  <phil@mail.ru>
10142         * include/commctrl.h: (HDI_IMAGE) New definition.
10143         (HDI_DI_SETITEM) Ditto.
10144         (HDI_ORDER) Ditto.
10145         (HDI_FILTER) Ditto.
10146         (HDF_BITMAP_ON_RIGHT) Ditto.
10147         (HDF_IMAGE) Ditto.
10148         (HDM_SETORDERARRAY) Ditto.
10149         (Header_SetOrderArray) Ditto.
10150         (ICC_BAR_CLASSES) Ditto.
10151         (struct _HD_ITEMA) Change definition.
10152         (struct _HD_ITEMW) Ditto.
10153         (struct tagINITCOMMONCONTROLSEX) Enclose in _WIN32_IE braces.
10154         (InitCommonControlsEx()) Ditto.
10155         2001-01-23  Phil Krylov  <phil@mail.ru>
10156         * include/richedit.h: Many Richedit 2.0 definitions.
10157
10158 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10159
10160         * include/winuser.h: (IDC_HAND)  New resource identifier.
10161         Thanks to: Mark Jordon <mark_jordan@ieee.org>
10162
10163 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10164
10165         * include/iptypes.h: Include <sys/types.h> for time_t declaration.
10166         Fix typo's.
10167
10168 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10169
10170         * include/objidl.h: (GetClassID): Argument needs to be a pointer.
10171         (GetUnmarshalClass): CLSID argument needs to be a pointer.
10172         Thanks To: <bge@users.sourceforge.net>
10173
10174 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10175
10176         * Apply Danny Smith patch 102386
10177         2000-11-15  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10178         * lib/rasapi32.def: add symbols available in NT4 and W2k
10179
10180 2001-01-28  Earnie Boyd  <earnie@users.sourceforge.net>
10181
10182         * Apply Danny Smith patch 102382
10183         2000-11-15  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10184         * lib/mswsock.def: remove leading underscores from symbol names
10185
10186 2001-01-28  Earnie Boyd  <earnie@users.sourceforge.net>
10187
10188         * Apply Danny Smith patch 102446
10189         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10190         * include/sql.h (ODBCVER): change default to 0x0351.
10191         (SQLSetScrollOptions): non-core function, move prototype to sqlext.h.
10192         (SQLColAttributes): likewise.
10193         (SQLBindParam): add prototype for ODBC 3.x function.
10194         (SQLCloseCursor): likewise.
10195         (SQLColAttribute): likewise.
10196         (SQLCopyDesc):likewise.
10197         (SQLEndTran): likewise.
10198         (SQLFetchScroll): likewise.
10199         (SQLGetConnectAttr): likewise.
10200         (SQLGetDescField): likewise.
10201         (SQLGetDescRec): likewise.
10202         (SQLGetDiagField): likewise.
10203         (SQLGetDiagRec): likewise.
10204         (SQLGetEnvAttr): likewise.
10205         (SQLGetStmtAttr): likewise.
10206         (SQLSetConnectAttr): likewise.
10207         (SQLSetDescField):likewise.
10208         (SQLSetDescRec): likewise.
10209         (SQLSetEnvAttr): likewise.
10210         (SQLSetStmtAttr): likewise.
10211         (SQLINTENGER and SQLUINTEGER): replace with SQLLEN and SQLULEN for
10212         _WIN64 compatability;
10213         (SQL_ACCESS_MODE): Move define to sqlext.h (used in non-core functions).
10214         (SQL_ACTIVE_CONNECTIONS): likewise.
10215         (SQL_ACTIVE_STATEMENTS): likewise.
10216         (SQL_ALL_EXCEPT_LIKE): likewise.
10217         (SQL_API_ALL_FUNCTIONS): likewise.
10218         (SQL_API_LOADBYORDINAL): likewise.
10219         (SQL_API_SQLBINDPARAMETER): likewise.
10220         (SQL_API_SQLBROWSECONNECT): likewise.
10221         (SQL_API_SQLCOLATTRIBUTES): likewise.
10222         (SQL_API_SQLCOLUMNPRIVILEGES): likewise.
10223         (SQL_API_SQLDESCRIBEPARAM): likewise.
10224         (SQL_API_SQLDRIVERCONNECT): likewise.
10225         (SQL_API_SQLDRIVERS): likewise.
10226         (SQL_API_SQLEXTENDEDFETCH): likewise.
10227         (SQL_API_SQLFOREIGNKEYS): likewise.
10228         (SQL_API_SQLMORERESULTS): likewise.
10229         (SQL_API_SQLNATIVESQL): likewise.
10230         (SQL_API_SQLNUMPARAMS): likewise.
10231         (SQL_API_SQLPARAMOPTIONS): likewise.
10232         (SQL_API_SQLPRIMARYKEYS): likewise.
10233         (SQL_API_SQLPROCEDURECOLUMNS): likewise.
10234         (SQL_API_SQLPROCEDURES): likewise.
10235         (SQL_API_SQLSETPOS): likewise.
10236         (SQL_API_SQLSETSCROLLOPTIONS): likewise.
10237         (SQL_API_SQLTABLEPRIVILEGES): likewise.
10238         (SQL_ASYNC_ENABLE): likewise.
10239         (SQL_ASYNC_ENABLE_DEFAULT): likewise.
10240         (SQL_ASYNC_ENABLE_OFF): likewise.
10241         (SQL_ASYNC_ENABLE_ON): likewise.
10242         (SQL_ATTR_READONLY): likewise.
10243         (SQL_ATTR_READWRITE_UNKNOWN): likewise.
10244         (SQL_ATTR_WRITE): likewise.
10245         (SQL_AUTOCOMMIT): likewise.
10246         (SQL_AUTOCOMMIT_DEFAULT): likewise.
10247         (SQL_AUTOCOMMIT_OFF): likewise.
10248         (SQL_AUTOCOMMIT_ON): likewise.
10249         (SQL_BEST_ROWID): likewise.
10250         (SQL_BIGINT): likewise.
10251         (SQL_BINARY): likewise.
10252         (SQL_BIND_BY_COLUMN): likewise.
10253         (SQL_BIND_TYPE): likewise.
10254         (SQL_BIND_TYPE_DEFAULT): likewise.
10255         (SQL_BIT): likewise.
10256         (SQL_BOOKMARK_PERSISTENCE): likewise.
10257         (SQL_BP_CLOSE): likewise.
10258         (SQL_BP_DELETE): likewise.
10259         (SQL_BP_DROP): likewise.
10260         (SQL_BP_OTHER_HSTMT): likewise.
10261         (SQL_BP_SCROLL): likewise.
10262         (SQL_BP_TRANSACTION): likewise.
10263         (SQL_BP_UPDATE): likewise.
10264         (SQL_C_BINARY): likewise.
10265         (SQL_C_BIT): likewise.
10266         (SQL_C_BOOKMARK): likewise.
10267         (SQL_C_CHAR): likewise.
10268         (SQL_C_DATE): likewise.
10269         (SQL_C_DEFAULT): likewise.
10270         (SQL_C_DOUBLE): likewise.
10271         (SQL_C_FLOAT): likewise.
10272         (SQL_C_LONG): likewise.
10273         (SQL_C_SHORT): likewise.
10274         (SQL_C_SLONG): likewise.
10275         (SQL_C_SSHORT): likewise.
10276         (SQL_C_STINYINT): likewise.
10277         (SQL_C_TIME): likewise.
10278         (SQL_C_TIMESTAMP): likewise.
10279         (SQL_C_TINYINT): likewise.
10280         (SQL_C_ULONG): likewise.
10281         (SQL_C_USHORT): likewise.
10282         (SQL_C_UTINYINT): likewise.
10283         (SQL_CB_NON_NULL): likewise.
10284         (SQL_CB_NULL): likewise.
10285         (SQL_CC_CLOSE): likewise.
10286         (SQL_CC_DELETE): likewise.
10287         (SQL_CC_PRESERVE): likewise.
10288         (SQL_CN_ANY): likewise.
10289         (SQL_CN_DIFFERENT): likewise.
10290         (SQL_CN_NONE): likewise.
10291         (SQL_COLATT_OPT_MAX): likewise.
10292         (SQL_COLATT_OPT_MIN): likewise.
10293         (SQL_COLUMN_ALIAS): likewise.
10294         (SQL_COLUMN_AUTO_INCREMENT): likewise.
10295         (SQL_COLUMN_CASE_SENSITIVE): likewise.
10296         (SQL_COLUMN_COUNT): likewise.
10297         (SQL_COLUMN_DISPLAY_SIZE): likewise.
10298         (SQL_COLUMN_DRIVER_START): likewise.
10299         (SQL_COLUMN_LABEL): likewise.
10300         (SQL_COLUMN_LENGTH): likewise.
10301         (SQL_COLUMN_MONEY): likewise.
10302         (SQL_COLUMN_NAME): likewise.
10303         (SQL_COLUMN_NULLABLE): likewise.
10304         (SQL_COLUMN_OWNER_NAME): likewise.
10305         (SQL_COLUMN_PRECISION): likewise.
10306         (SQL_COLUMN_QUALIFIER_NAME): likewise.
10307         (SQL_COLUMN_SCALE): likewise.
10308         (SQL_COLUMN_SEARCHABLE): likewise.
10309         (SQL_COLUMN_TABLE_NAME): likewise.
10310         (SQL_COLUMN_TYPE): likewise.
10311         (SQL_COLUMN_TYPE_NAME): likewise.
10312         (SQL_COLUMN_UNSIGNED): likewise.
10313         (SQL_COLUMN_UPDATABLE): likewise.
10314         (SQL_CONCAT_NULL_BEHAVIOR): likewise.
10315         (SQL_CONCUR_DEFAULT): likewise.
10316         (SQL_CONCUR_LOCK): likewise.
10317         (SQL_CONCUR_READ_ONLY): likewise.
10318         (SQL_CONCUR_ROWVER): likewise.
10319         (SQL_CONCUR_TIMESTAMP): likewise.
10320         (SQL_CONCUR_VALUES): likewise.
10321         (SQL_CONCURRENCY): likewise.
10322         (SQL_CONN_OPT_MAX): likewise.
10323         (SQL_CONN_OPT_MIN): likewise.
10324         (SQL_CONNECT_OPT_DRVR_START): likewise.
10325         (SQL_CONVERT_BIGINT): likewise.
10326         (SQL_CONVERT_BINARY): likewise.
10327         (SQL_CONVERT_BIT): likewise.
10328         (SQL_CONVERT_CHAR): likewise.
10329         (SQL_CONVERT_DATE): likewise.
10330         (SQL_CONVERT_DECIMAL): likewise.
10331         (SQL_CONVERT_DOUBLE): likewise.
10332         (SQL_CONVERT_FLOAT): likewise.
10333         (SQL_CONVERT_FUNCTIONS): likewise.
10334         (SQL_CONVERT_INTEGER): likewise.
10335         (SQL_CONVERT_LONGVARBINARY): likewise.
10336         (SQL_CONVERT_LONGVARCHAR): likewise.
10337         (SQL_CONVERT_NUMERIC): likewise.
10338         (SQL_CONVERT_REAL): likewise.
10339         (SQL_CONVERT_SMALLINT): likewise.
10340         (SQL_CONVERT_TIME): likewise.
10341         (SQL_CONVERT_TIMESTAMP): likewise.
10342         (SQL_CONVERT_TINYINT): likewise.
10343         (SQL_CONVERT_VARBINARY): likewise.
10344         (SQL_CONVERT_VARCHAR): likewise.
10345         (SQL_CORRELATION_NAME): likewise.
10346         (SQL_CR_CLOSE): likewise.
10347         (SQL_CR_DELETE): likewise.
10348         (SQL_CR_PRESERVE): likewise.
10349         (SQL_CUR_DEFAULT): likewise.
10350         (SQL_CUR_USE_DRIVER): likewise.
10351         (SQL_CUR_USE_IF_NEEDED): likewise.
10352         (SQL_CUR_USE_ODBC): likewise.
10353         (SQL_CURRENT_QUALIFIER): likewise.
10354         (SQL_CURSOR_DYNAMIC): likewise.
10355         (SQL_CURSOR_FORWARD_ONLY): likewise.
10356         (SQL_CURSOR_KEYSET_DRIVEN): likewise.
10357         (SQL_CURSOR_ROLLBACK_BEHAVIOR): likewise.
10358         (SQL_CURSOR_STATIC): likewise.
10359         (SQL_CURSOR_TYPE): likewise.
10360         (SQL_CURSOR_TYPE_DEFAULT): likewise.
10361         (SQL_CVT_BIGINT): likewise.
10362         (SQL_CVT_BINARY): likewise.
10363         (SQL_CVT_BIT): likewise.
10364         (SQL_CVT_CHAR): likewise.
10365         (SQL_CVT_DATE): likewise.
10366         (SQL_CVT_DECIMAL): likewise.
10367         (SQL_CVT_DOUBLE): likewise.
10368         (SQL_CVT_FLOAT): likewise.
10369         (SQL_CVT_INTEGER): likewise.
10370         (SQL_CVT_LONGVARBINARY): likewise.
10371         (SQL_CVT_LONGVARCHAR): likewise.
10372         (SQL_CVT_NUMERIC): likewise.
10373         (SQL_CVT_REAL): likewise.
10374         (SQL_CVT_SMALLINT): likewise.
10375         (SQL_CVT_TIME): likewise.
10376         (SQL_CVT_TIMESTAMP): likewise.
10377         (SQL_CVT_TINYINT): likewise.
10378         (SQL_CVT_VARBINARY): likewise.
10379         (SQL_CVT_VARCHAR): likewise.
10380         (SQL_DATABASE_NAME): likewise.
10381         (SQL_DATE): likewise.
10382         (SQL_DRIVER_HDBC): likewise.
10383         (SQL_DRIVER_HENV): likewise.
10384         (SQL_DRIVER_HLIB): likewise.
10385         (SQL_DRIVER_HSTMT): likewise.
10386         (SQL_DRIVER_NAME): likewise.
10387         (SQL_DRIVER_ODBC_VER): likewise.
10388         (SQL_DRIVER_VER): likewise.
10389         (SQL_ENSURE): likewise.
10390         (SQL_EXPRESSIONS_IN_ORDERBY): likewise.
10391         (SQL_EXT_API_LAST): likewise.
10392         (SQL_EXT_API_START): likewise.
10393         (SQL_FD_FETCH_BOOKMARK): likewise.
10394         (SQL_FD_FETCH_PREV): likewise.
10395         (SQL_FD_FETCH_RESUME): likewise.
10396         (SQL_FETCH_PREV): likewise.
10397         (SQL_FETCH_RESUME): likewise.
10398         (SQL_FILE_NOT_SUPPORTED): likewise.
10399         (SQL_FILE_QUALIFIER): likewise.
10400         (SQL_FILE_TABLE): likewise.
10401         (SQL_FILE_USAGE): likewise.
10402         (SQL_FN_CVT_CONVERT): likewise.
10403         (SQL_FN_NUM_ABS): likewise.
10404         (SQL_FN_NUM_ACOS): likewise.
10405         (SQL_FN_NUM_ASIN): likewise.
10406         (SQL_FN_NUM_ATAN): likewise.
10407         (SQL_FN_NUM_ATAN2): likewise.
10408         (SQL_FN_NUM_CEILING): likewise.
10409         (SQL_FN_NUM_COS): likewise.
10410         (SQL_FN_NUM_COT): likewise.
10411         (SQL_FN_NUM_DEGREES): likewise.
10412         (SQL_FN_NUM_EXP): likewise.
10413         (SQL_FN_NUM_FLOOR): likewise.
10414         (SQL_FN_NUM_LOG): likewise.
10415         (SQL_FN_NUM_LOG10): likewise.
10416         (SQL_FN_NUM_MOD): likewise.
10417         (SQL_FN_NUM_PI): likewise.
10418         (SQL_FN_NUM_POWER): likewise.
10419         (SQL_FN_NUM_RADIANS): likewise.
10420         (SQL_FN_NUM_RAND): likewise.
10421         (SQL_FN_NUM_ROUND): likewise.
10422         (SQL_FN_NUM_SIGN): likewise.
10423         (SQL_FN_NUM_SIN): likewise.
10424         (SQL_FN_NUM_SQRT): likewise.
10425         (SQL_FN_NUM_TAN): likewise.
10426         (SQL_FN_NUM_TRUNCATE): likewise.
10427         (SQL_FN_STR_ASCII): likewise.
10428         (SQL_FN_STR_CHAR): likewise.
10429         (SQL_FN_STR_CONCAT): likewise.
10430         (SQL_FN_STR_DIFFERENCE): likewise.
10431         (SQL_FN_STR_INSERT): likewise.
10432         (SQL_FN_STR_LCASE): likewise.
10433         (SQL_FN_STR_LEFT): likewise.
10434         (SQL_FN_STR_LENGTH): likewise.
10435         (SQL_FN_STR_LOCATE): likewise.
10436         (SQL_FN_STR_LOCATE_2): likewise.
10437         (SQL_FN_STR_LTRIM): likewise.
10438         (SQL_FN_STR_REPEAT): likewise.
10439         (SQL_FN_STR_REPLACE): likewise.
10440         (SQL_FN_STR_RIGHT): likewise.
10441         (SQL_FN_STR_RTRIM): likewise.
10442         (SQL_FN_STR_SOUNDEX): likewise.
10443         (SQL_FN_STR_SPACE): likewise.
10444         (SQL_FN_STR_SUBSTRING): likewise.
10445         (SQL_FN_STR_UCASE): likewise.
10446         (SQL_FN_SYS_DBNAME): likewise.
10447         (SQL_FN_SYS_IFNULL): likewise.
10448         (SQL_FN_SYS_USERNAME): likewise.
10449         (SQL_FN_TD_CURDATE): likewise.
10450         (SQL_FN_TD_CURTIME): likewise.
10451         (SQL_FN_TD_DAYNAME): likewise.
10452         (SQL_FN_TD_DAYOFMONTH): likewise.
10453         (SQL_FN_TD_DAYOFWEEK): likewise.
10454         (SQL_FN_TD_DAYOFYEAR): likewise.
10455         (SQL_FN_TD_HOUR): likewise.
10456         (SQL_FN_TD_MINUTE): likewise.
10457         (SQL_FN_TD_MONTH): likewise.
10458         (SQL_FN_TD_MONTHNAME): likewise.
10459         (SQL_FN_TD_NOW): likewise.
10460         (SQL_FN_TD_QUARTER): likewise.
10461         (SQL_FN_TD_SECOND): likewise.
10462         (SQL_FN_TD_TIMESTAMPadd): likewise.
10463         (SQL_FN_TD_TIMESTAMPDIFF): likewise.
10464         (SQL_FN_TD_WEEK): likewise.
10465         (SQL_FN_TD_YEAR): likewise.
10466         (SQL_FN_TSI_DAY): likewise.
10467         (SQL_FN_TSI_FRAC_SECOND): likewise.
10468         (SQL_FN_TSI_HOUR): likewise.
10469         (SQL_FN_TSI_MINUTE): likewise.
10470         (SQL_FN_TSI_MONTH): likewise.
10471         (SQL_FN_TSI_QUARTER): likewise.
10472         (SQL_FN_TSI_SECOND): likewise.
10473         (SQL_FN_TSI_WEEK): likewise.
10474         (SQL_FN_TSI_YEAR): likewise.
10475         (SQL_GB_GROUP_BY_CONTAINS_SELECT): likewise.
10476         (SQL_GB_GROUP_BY_EQUALS_SELECT): likewise.
10477         (SQL_GB_NO_RELATION): likewise.
10478         (SQL_GB_NOT_SUPPORTED): likewise.
10479         (SQL_GD_BLOCK): likewise.
10480         (SQL_GD_BOUND): likewise.
10481         (SQL_GET_BOOKMARK): likewise.
10482         (SQL_GROUP_BY): likewise.
10483         (SQL_INFO_DRIVER_START): likewise.
10484         (SQL_INFO_FIRST): likewise.
10485         (SQL_INFO_LAST): likewise.
10486         (SQL_INTERVAL_DAY): likewise.
10487         (SQL_INTERVAL_DAY_TO_HOUR): likewise.
10488         (SQL_INTERVAL_DAY_TO_MINUTE): likewise.
10489         (SQL_INTERVAL_DAY_TO_SECOND): likewise.
10490         (SQL_INTERVAL_HOUR): likewise.
10491         (SQL_INTERVAL_HOUR_TO_MINUTE): likewise.
10492         (SQL_INTERVAL_HOUR_TO_SECOND): likewise.
10493         (SQL_INTERVAL_MINUTE): likewise.
10494         (SQL_INTERVAL_MINUTE_TO_SECOND): likewise.
10495         (SQL_INTERVAL_MONTH): likewise.
10496         (SQL_INTERVAL_SECOND): likewise.
10497         (SQL_INTERVAL_YEAR): likewise.
10498         (SQL_INTERVAL_YEAR_TO_MONTH): likewise.
10499         (SQL_KEYSET_SIZE): likewise.
10500         (SQL_KEYSET_SIZE_DEFAULT): likewise.
10501         (SQL_KEYWORDS): likewise.
10502         (SQL_LCK_EXCLUSIVE): likewise.
10503         (SQL_LCK_NO_CHANGE): likewise.
10504         (SQL_LCK_UNLOCK): likewise.
10505         (SQL_LIKE_ESCAPE_CLAUSE): likewise.
10506         (SQL_LIKE_ONLY): likewise.
10507         (SQL_LOCK_TYPES): likewise.
10508         (SQL_LOGIN_TIMEOUT): likewise.
10509         (SQL_LOGIN_TIMEOUT_DEFAULT): likewise.
10510         (SQL_LONGVARBINARY): likewise.
10511         (SQL_LONGVARCHAR): likewise.
10512         (SQL_MAX_BINARY_LITERAL_LEN): likewise.
10513         (SQL_MAX_CHAR_LITERAL_LEN): likewise.
10514         (SQL_MAX_DSN_LENGTH): likewise.
10515         (SQL_MAX_LENGTH): likewise.
10516         (SQL_MAX_LENGTH_DEFAULT): likewise.
10517         (SQL_MAX_OPTION_STRING_LENGTH): likewise.
10518         (SQL_MAX_OWNER_NAME_LEN): likewise.
10519         (SQL_MAX_PROCEDURE_NAME_LEN): likewise.
10520         (SQL_MAX_QUALIFIER_NAME_LEN): likewise.
10521         (SQL_MAX_ROW_SIZE_INCLUDES_LONG): likewise.
10522         (SQL_MAX_ROWS): likewise.
10523         (SQL_MAX_ROWS_DEFAULT): likewise.
10524         (SQL_MODE_DEFAULT): likewise.
10525         (SQL_MODE_READ_ONLY): likewise.
10526         (SQL_MODE_READ_WRITE): likewise.
10527         (SQL_MULT_RESULT_SETS): likewise.
10528         (SQL_MULTIPLE_ACTIVE_TXN): likewise.
10529         (SQL_NC_END): likewise.
10530         (SQL_NC_START): likewise.
10531         (SQL_NEED_LONG_DATA_LEN): likewise.
10532         (SQL_NNC_NON_NULL): likewise.
10533         (SQL_NNC_NULL): likewise.
10534         (SQL_NO_TOTAL): likewise.
10535         (SQL_NON_NULLABLE_COLUMNS): likewise.
10536         (SQL_NOSCAN): likewise.
10537         (SQL_NOSCAN_DEFAULT): likewise.
10538         (SQL_NOSCAN_OFF): likewise.
10539         (SQL_NOSCAN_ON): likewise.
10540         (SQL_NUM_EXTENSIONS): likewise.
10541         (SQL_NUM_FUNCTIONS): likewise.
10542         (SQL_NUMERIC_FUNCTIONS): likewise.
10543         (SQL_OAC_LEVEL1): likewise.
10544         (SQL_OAC_LEVEL2): likewise.
10545         (SQL_OAC_NONE): likewise.
10546         (SQL_ODBC_API_CONFORMANCE): likewise.
10547         (SQL_ODBC_CURSORS): likewise.
10548         (SQL_ODBC_KEYWORDS): likewise.
10549         (SQL_ODBC_SAG_CLI_CONFORMANCE): likewise.
10550         (SQL_ODBC_SQL_CONFORMANCE): likewise.
10551         (SQL_ODBC_SQL_OPT_IEF): likewise.
10552         (SQL_ODBC_VER): likewise.
10553         (SQL_OPT_TRACE): likewise.
10554         (SQL_OPT_TRACE_DEFAULT): likewise.
10555         (SQL_OPT_TRACE_FILE_DEFAULT): likewise.
10556         (SQL_OPT_TRACE_OFF): likewise.
10557         (SQL_OPT_TRACE_ON): likewise.
10558         (SQL_OPT_TRACEFILE): likewise.
10559         (SQL_OSC_CORE): likewise.
10560         (SQL_OSC_EXTENDED): likewise.
10561         (SQL_OSC_MINIMUM): likewise.
10562         (SQL_OSCC_COMPLIANT): likewise.
10563         (SQL_OSCC_NOT_COMPLIANT): likewise.
10564         (SQL_OU_DML_STATEMENTS): likewise.
10565         (SQL_OU_INDEX_DEFINITION): likewise.
10566         (SQL_OU_PRIVILEGE_DEFINITION): likewise.
10567         (SQL_OU_PROCEDURE_INVOCATION): likewise.
10568         (SQL_OU_TABLE_DEFINITION): likewise.
10569         (SQL_OUTER_JOINS): likewise.
10570         (SQL_OWNER_TERM): likewise.
10571         (SQL_OWNER_USAGE): likewise.
10572         (SQL_PACKET_SIZE): likewise.
10573         (SQL_PC_NOT_PSEUDO): likewise.
10574         (SQL_POS_add): likewise.
10575         (SQL_POS_DELETE): likewise.
10576         (SQL_POS_OPERATIONS): likewise.
10577         (SQL_POS_POSITION): likewise.
10578         (SQL_POS_REFRESH): likewise.
10579         (SQL_POS_UPDATE): likewise.
10580         (SQL_POSITIONED_STATEMENTS): likewise.
10581         (SQL_PROCEDURE_TERM): likewise.
10582         (SQL_PROCEDURES): likewise.
10583         (SQL_PS_POSITIONED_DELETE): likewise.
10584         (SQL_PS_POSITIONED_UPDATE): likewise.
10585         (SQL_PS_SELECT_FOR_UPDATE): likewise.
10586         (SQL_QL_END): likewise.
10587         (SQL_QL_START): likewise.
10588         (SQL_QU_DML_STATEMENTS): likewise.
10589         (SQL_QU_INDEX_DEFINITION): likewise.
10590         (SQL_QU_PRIVILEGE_DEFINITION): likewise.
10591         (SQL_QU_PROCEDURE_INVOCATION): likewise.
10592         (SQL_QU_TABLE_DEFINITION): likewise.
10593         (SQL_QUALIFIER_LOCATION): likewise.
10594         (SQL_QUALIFIER_NAME_SEPARATOR): likewise.
10595         (SQL_QUALIFIER_TERM): likewise.
10596         (SQL_QUALIFIER_USAGE): likewise.
10597         (SQL_QUERY_TIMEOUT): likewise.
10598         (SQL_QUERY_TIMEOUT_DEFAULT): likewise.
10599         (SQL_QUICK): likewise.
10600         (SQL_QUIET_MODE): likewise.
10601         (SQL_QUOTED_IDENTIFIER_CASE): likewise.
10602         (SQL_RD_DEFAULT): likewise.
10603         (SQL_RD_OFF): likewise.
10604         (SQL_RD_ON): likewise.
10605         (SQL_RETRIEVE_DATA): likewise.
10606         (SQL_ROW_NUMBER): likewise.
10607         (SQL_ROW_UPDATES): likewise.
10608         (SQL_ROWSET_SIZE): likewise.
10609         (SQL_ROWSET_SIZE_DEFAULT): likewise.
10610         (SQL_ROWVER): likewise.
10611         (SQL_SC_NON_UNIQUE): likewise.
10612         (SQL_SC_TRY_UNIQUE): likewise.
10613         (SQL_SC_UNIQUE): likewise.
10614         (SQL_SCCO_OPT_TIMESTAMP): likewise.
10615         (SQL_SCROLL_DYNAMIC): likewise.
10616         (SQL_SCROLL_FORWARD_ONLY): likewise.
10617         (SQL_SCROLL_KEYSET_DRIVEN): likewise.
10618         (SQL_SCROLL_OPTIONS): likewise.
10619         (SQL_SCROLL_STATIC): likewise.
10620         (SQL_SEARCHABLE): likewise.
10621         (SQL_SIGNED_OFFSET): likewise.
10622         (SQL_SIMULATE_CURSOR): likewise.
10623         (SQL_SO_DYNAMIC): likewise.
10624         (SQL_SO_FORWARD_ONLY): likewise.
10625         (SQL_SO_KEYSET_DRIVEN): likewise.
10626         (SQL_SO_MIXED): likewise.
10627         (SQL_SO_STATIC): likewise.
10628         (SQL_SPEC_MAJOR): likewise.
10629         (SQL_SPEC_MINOR): likewise.
10630         (SQL_SPEC_STRING): likewise.
10631         (SQL_SQ_COMPARISON): likewise.
10632         (SQL_SQ_CORRELATED_SUBQUERIES): likewise.
10633         (SQL_SQ_EXISTS): likewise.
10634         (SQL_SQ_IN): likewise.
10635         (SQL_SQ_QUANTIFIED): likewise.
10636         (SQL_SQLSTATE_SIZE): likewise.
10637         (SQL_SS_addITIONS): likewise.
10638         (SQL_SS_DELETIONS): likewise.
10639         (SQL_SS_UPDATES): likewise.
10640         (SQL_STATIC_SENSITIVITY): likewise.
10641         (SQL_STMT_OPT_MAX): likewise.
10642         (SQL_STMT_OPT_MIN): likewise.
10643         (SQL_STRING_FUNCTIONS): likewise.
10644         (SQL_SUBQUERIES): likewise.
10645         (SQL_SYSTEM_FUNCTIONS): likewise.
10646         (SQL_TABLE_STAT): likewise.
10647         (SQL_TABLE_TERM): likewise.
10648         (SQL_TIME): likewise.
10649         (SQL_TIMEDATE_add_INTERVALS): likewise.
10650         (SQL_TIMEDATE_DIFF_INTERVALS): likewise.
10651         (SQL_TIMEDATE_FUNCTIONS): likewise.
10652         (SQL_TIMESTAMP): likewise.
10653         (SQL_TINYINT): likewise.
10654         (SQL_TRANSLATE_DLL): likewise.
10655         (SQL_TRANSLATE_OPTION): likewise.
10656         (SQL_TXN_ISOLATION): likewise.
10657         (SQL_TXN_VERSIONING): likewise.
10658         (SQL_TYPE_DRIVER_END): likewise.
10659         (SQL_TYPE_DRIVER_START): likewise.
10660         (SQL_TYPE_MAX): likewise.
10661         (SQL_TYPE_MIN): likewise.
10662         (SQL_TYPE_NULL): likewise.
10663         (SQL_U_UNION): likewise.
10664         (SQL_U_UNION_ALL): likewise.
10665         (SQL_UB_DEFAULT): likewise.
10666         (SQL_UB_OFF): likewise.
10667         (SQL_UB_ON): likewise.
10668         (SQL_UNICODE): likewise.
10669         (SQL_UNICODE_CHAR): likewise.
10670         (SQL_UNICODE_LONGVARCHAR): likewise.
10671         (SQL_UNICODE_VARCHAR): likewise.
10672         (SQL_UNION): likewise.
10673         (SQL_UNSEARCHABLE): likewise.
10674         (SQL_UNSIGNED_OFFSET): likewise.
10675         (SQL_USE_BOOKMARKS): likewise.
10676         (SQL_VARBINARY): likewise.
10677         (SQL_TRUE): add define for ODBC3.x.
10678         (SQL_FALSE): likewise.
10679         (SQL_AM_CONNECTION): likewise.
10680         (SQL_AM_NONE): likewise.
10681         (SQL_AM_STATEMENT): likewise.
10682         (SQL_API_SQLALLOCHANDLE): likewise.
10683         (SQL_API_SQLBINDPARAM): likewise.
10684         (SQL_API_SQLCLOSECURSOR): likewise.
10685         (SQL_API_SQLCOLATTRIBUTE): likewise.
10686         (SQL_API_SQLCOPYDESC): likewise.
10687         (SQL_API_SQLENDTRAN): likewise.
10688         (SQL_API_SQLFETCHSCROLL): likewise.
10689         (SQL_API_SQLFREEHANDLE): likewise.
10690         (SQL_API_SQLGETCONNECTATTR): likewise.
10691         (SQL_API_SQLGETDESCFIELD): likewise.
10692         (SQL_API_SQLGETDESCREC): likewise.
10693         (SQL_API_SQLGETDIAGFIELD): likewise.
10694         (SQL_API_SQLGETDIAGREC): likewise.
10695         (SQL_API_SQLGETENVATTR): likewise.
10696         (SQL_API_SQLGETSTMTATTR): likewise.
10697         (SQL_API_SQLSETCONNECTATTR): likewise.
10698         (SQL_API_SQLSETDESCFIELD): likewise.
10699         (SQL_API_SQLSETDESCREC): likewise.
10700         (SQL_API_SQLSETENVATTR): likewise.
10701         (SQL_API_SQLSETSTMTATTR): likewise.
10702         (SQL_ARD_TYPE): likewise.
10703         (SQL_AT_add_CONSTRAINT): likewise.
10704         (SQL_ATTR_APP_PARAM_DESC): likewise.
10705         (SQL_ATTR_APP_ROW_DESC): likewise.
10706         (SQL_ATTR_AUTO_IPD): likewise.
10707         (SQL_ATTR_CURSOR_SCROLLABLE): likewise.
10708         (SQL_ATTR_CURSOR_SENSITIVITY): likewise.
10709         (SQL_ATTR_IMP_PARAM_DESC): likewise.
10710         (SQL_ATTR_IMP_ROW_DESC): likewise.
10711         (SQL_ATTR_METADATA_ID): likewise.
10712         (SQL_ATTR_OUTPUT_NTS): likewise.
10713         (SQL_CATALOG_NAME): likewise.
10714         (SQL_CODE_DATE): likewise.
10715         (SQL_CODE_TIME): likewise.
10716         (SQL_CODE_TIMESTAMP): likewise.
10717         (SQL_COLLATION_SEQ): likewise.
10718         (SQL_CURSOR_SENSITIVITY): likewise.
10719         (SQL_DATE_LEN): likewise.
10720         (SQL_DATETIME): likewise.
10721         (SQL_DEFAULT): likewise.
10722         (SQL_DESC_ALLOC_AUTO): likewise.
10723         (SQL_DESC_ALLOC_TYPE): likewise.
10724         (SQL_DESC_ALLOC_USER): likewise.
10725         (SQL_DESC_COUNT): likewise.
10726         (SQL_DESC_DATA_PTR): likewise.
10727         (SQL_DESC_DATETIME_INTERVAL_CODE): likewise.
10728         (SQL_DESC_INDICATOR_PTR): likewise.
10729         (SQL_DESC_LENGTH): likewise.
10730         (SQL_DESC_NAME): likewise.
10731         (SQL_DESC_NULLABLE): likewise.
10732         (SQL_DESC_OCTET_LENGTH): likewise.
10733         (SQL_DESC_OCTET_LENGTH_PTR): likewise.
10734         (SQL_DESC_PRECISION): likewise.
10735         (SQL_DESC_SCALE): likewise.
10736         (SQL_DESC_TYPE): likewise.
10737         (SQL_DESC_UNNAMED): likewise.
10738         (SQL_DESCRIBE_PARAMETER): likewise.
10739         (SQL_DIAG_ALTER_DOMAIN): likewise.
10740         (SQL_DIAG_ALTER_TABLE): likewise.
10741         (SQL_DIAG_CALL): likewise.
10742         (SQL_DIAG_CLASS_ORIGIN): likewise.
10743         (SQL_DIAG_CONNECTION_NAME): likewise.
10744         (SQL_DIAG_CREATE_ASSERTION): likewise.
10745         (SQL_DIAG_CREATE_CHARACTER_SET): likewise.
10746         (SQL_DIAG_CREATE_COLLATION): likewise.
10747         (SQL_DIAG_CREATE_DOMAIN): likewise.
10748         (SQL_DIAG_CREATE_INDEX): likewise.
10749         (SQL_DIAG_CREATE_SCHEMA): likewise.
10750         (SQL_DIAG_CREATE_TABLE): likewise.
10751         (SQL_DIAG_CREATE_TRANSLATION): likewise.
10752         (SQL_DIAG_CREATE_VIEW): likewise.
10753         (SQL_DIAG_DELETE_WHERE): likewise.
10754         (SQL_DIAG_DROP_ASSERTION): likewise.
10755         (SQL_DIAG_DROP_CHARACTER_SET): likewise.
10756         (SQL_DIAG_DROP_COLLATION): likewise.
10757         (SQL_DIAG_DROP_DOMAIN): likewise.
10758         (SQL_DIAG_DROP_INDEX): likewise.
10759         (SQL_DIAG_DROP_SCHEMA): likewise.
10760         (SQL_DIAG_DROP_TABLE): likewise.
10761         (SQL_DIAG_DROP_TRANSLATION): likewise.
10762         (SQL_DIAG_DROP_VIEW): likewise.
10763         (SQL_DIAG_DYNAMIC_DELETE_CURSOR): likewise.
10764         (SQL_DIAG_DYNAMIC_FUNCTION): likewise.
10765         (SQL_DIAG_DYNAMIC_FUNCTION_CODE): likewise.
10766         (SQL_DIAG_DYNAMIC_UPDATE_CURSOR): likewise.
10767         (SQL_DIAG_GRANT): likewise.
10768         (SQL_DIAG_INSERT): likewise.
10769         (SQL_DIAG_MESSAGE_TEXT): likewise.
10770         (SQL_DIAG_NATIVE): likewise.
10771         (SQL_DIAG_NUMBER): likewise.
10772         (SQL_DIAG_RETURNCODE): likewise.
10773         (SQL_DIAG_REVOKE): likewise.
10774         (SQL_DIAG_ROW_COUNT): likewise.
10775         (SQL_DIAG_SELECT_CURSOR): likewise.
10776         (SQL_DIAG_SERVER_NAME): likewise.
10777         (SQL_DIAG_SQLSTATE): likewise.
10778         (SQL_DIAG_SUBCLASS_ORIGIN): likewise.
10779         (SQL_DIAG_UNKNOWN_STATEMENT): likewise.
10780         (SQL_DIAG_UPDATE_WHERE): likewise.
10781         (SQL_FALSE): likewise.
10782         (SQL_FETCH_ABSOLUTE): likewise.
10783         (SQL_FETCH_LAST): likewise.
10784         (SQL_FETCH_PRIOR): likewise.
10785         (SQL_FETCH_RELATIVE): likewise.
10786         (SQL_HANDLE_DBC): likewise.
10787         (SQL_HANDLE_DESC): likewise.
10788         (SQL_HANDLE_ENV): likewise.
10789         (SQL_HANDLE_STMT): likewise.
10790         (SQL_INSENSITIVE): likewise.
10791         (SQL_INTEGRITY): likewise.
10792         (SQL_MAX_CATALOG_NAME_LEN): likewise.
10793         (SQL_MAX_CONCURRENT_ACTIVITIES): likewise.
10794         (SQL_MAX_DRIVER_CONNECTIONS): likewise.
10795         (SQL_MAX_IDENTIFIER_LEN): likewise.
10796         (SQL_MAX_SCHEMA_NAME_LEN): likewise.
10797         (SQL_MAXIMUM_CATALOG_NAME_LENGTH): likewise.
10798         (SQL_MAXIMUM_COLUMN_NAME_LENGTH): likewise.
10799         (SQL_MAXIMUM_COLUMNS_IN_GROUP_BY): likewise.
10800         (SQL_MAXIMUM_COLUMNS_IN_INDEX): likewise.
10801         (SQL_MAXIMUM_COLUMNS_IN_ORDER_BY): likewise.
10802         (SQL_MAXIMUM_COLUMNS_IN_SELECT): likewise.
10803         (SQL_MAXIMUM_CONCURRENT_ACTIVITIES): likewise.
10804         (SQL_MAXIMUM_CURSOR_NAME_LENGTH): likewise.
10805         (SQL_MAXIMUM_DRIVER_CONNECTIONS): likewise.
10806         (SQL_MAXIMUM_IDENTIFIER_LENGTH): likewise.
10807         (SQL_MAXIMUM_INDEX_SIZE): likewise.
10808         (SQL_MAXIMUM_ROW_SIZE): likewise.
10809         (SQL_MAXIMUM_SCHEMA_NAME_LENGTH): likewise.
10810         (SQL_MAXIMUM_STATEMENT_LENGTH): likewise.
10811         (SQL_MAXIMUM_TABLES_IN_SELECT): likewise.
10812         (SQL_MAXIMUM_USER_NAME_LENGTH): likewise.
10813         (SQL_NAMED): likewise.
10814         (SQL_NONSCROLLABLE): likewise.
10815         (SQL_NTSL): likewise.
10816         (SQL_NULL_HANDLE): likewise.
10817         (SQL_NULL_HDESC): likewise.
10818         (SQL_OUTER_JOIN_CAPABILITIES): likewise.
10819         (SQL_PRED_BASIC): likewise.
10820         (SQL_PRED_CHAR): likewise.
10821         (SQL_PRED_NONE): likewise.
10822         (SQL_ROW_IDENTIFIER): likewise.
10823         (SQL_SCROLLABLE): likewise.
10824         (SQL_SENSITIVE): likewise.
10825         (SQL_SUCCEEDED(rc)): likewise.
10826         (SQL_TIME_LEN): likewise.
10827         (SQL_TIMESTAMP_LEN): likewise.
10828         (SQL_TRANSACTION_CAPABLE): likewise.
10829         (SQL_TRANSACTION_ISOLATION_OPTION): likewise.
10830         (SQL_TRANSACTION_READ_COMMITTED): likewise.
10831         (SQL_TRANSACTION_READ_UNCOMMITTED): likewise.
10832         (SQL_TRANSACTION_REPEATABLE_READ): likewise.
10833         (SQL_TRANSACTION_SERIALIZABLE): likewise.
10834         (SQL_TYPE_DATE): likewise.
10835         (SQL_TYPE_TIME): likewise.
10836         (SQL_TYPE_TIMESTAMP): likewise.
10837         (SQL_UNKNOWN_TYPE): likewise.
10838         (SQL_UNNAMED): likewise.
10839         (SQL_UNSPECIFIED): likewise.
10840         (SQL_XOPEN_CLI_YEAR): likewise.
10841         (SQLAllocConnect): add comment marking as deperecated.
10842         (SQLAllocEnv): likewise.
10843         (SQLAllocStmt): likewise.
10844         (SQLFreeConnect): likewise.
10845         (SQLFreeEnv): likewise.
10846         (SQLGetConnectOption): likewise.
10847         (SQLGetStmtOption): likewise.
10848
10849         * include/sqlext.h (#include <sqlucode.h>): add directive.
10850         (SQLSetScrollOptions): non-core function, move prototype from sql.h.
10851         (SQLColAttributes): likewise.
10852         (SQLBulkOperations): add function prototype.
10853         (SQLAllocHandleStd): likewise
10854         (TraceReturn): add Trace API prototype.
10855         (TraceVersion): likewise.
10856         (ODBCGetTryWaitValue):likewise.
10857         (ODBCSetTryWaitValue): likewise.
10858         (SQL_LOCK_RECORD): correct function macro.
10859         (SQL_REFRESH_RECORD): likewise.
10860         (SQLINTENGER and SQLUINTEGER): replace with SQLLEN and SQLULEN for
10861         _WIN64 compatability.
10862         move defines for non-core functions from sql.h to sqlext.h (refer
10863         changes for sql.h)
10864         (SQL_ACTIVE_ENVIRONMENTS): new ODBC3.x define
10865         (SQL_AD_ADD_CONSTRAINT_DEFERRABLE): likewise.
10866         (SQL_AD_ADD_CONSTRAINT_INITIALLY_DEFERRED): likewise.
10867         (SQL_AD_ADD_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
10868         (SQL_AD_ADD_CONSTRAINT_NON_DEFERRABLE): likewise.
10869         (SQL_AD_ADD_DOMAIN_CONSTRAINT): likewise.
10870         (SQL_AD_ADD_DOMAIN_DEFAULT): likewise.
10871         (SQL_AD_CONSTRAINT_NAME_DEFINITION): likewise.
10872         (SQL_AD_DROP_DOMAIN_CONSTRAINT): likewise.
10873         (SQL_AD_DROP_DOMAIN_DEFAULT): likewise.
10874         (SQL_AF_ALL): likewise.
10875         (SQL_AF_AVG): likewise.
10876         (SQL_AF_COUNT): likewise.
10877         (SQL_AF_DISTINCT): likewise.
10878         (SQL_AF_MAX): likewise.
10879         (SQL_AF_MIN): likewise.
10880         (SQL_AF_SUM): likewise.
10881         (SQL_AGGREGATE_FUNCTIONS): likewise.
10882         (SQL_ALL_CATALOGS): likewise.
10883         (SQL_ALL_SCHEMAS): likewise.
10884         (SQL_ALL_TABLE_TYPES): likewise.
10885         (SQL_ALTER_DOMAIN): likewise.
10886         (SQL_AM_CONNECTION): likewise.
10887         (SQL_AM_NONE): likewise.
10888         (SQL_AM_STATEMENT): likewise.
10889         (SQL_API_ODBC3_ALL_FUNCTIONS): likewise.
10890         (SQL_API_ODBC3_ALL_FUNCTIONS_SIZE): likewise.
10891         (SQL_API_SQLALLOCHANDLESTD): likewise.
10892         (SQL_API_SQLBULKOPERATIONS): likewise.
10893         (SQL_ASYNC_MODE): likewise.
10894         (SQL_AT_ADD_COLUMN_COLLATION): likewise.
10895         (SQL_AT_ADD_COLUMN_DEFAULT): likewise.
10896         (SQL_AT_ADD_COLUMN_SINGLE): likewise.
10897         (SQL_AT_ADD_TABLE_CONSTRAINT): likewise.
10898         (SQL_AT_CONSTRAINT_DEFERRABLE): likewise.
10899         (SQL_AT_CONSTRAINT_INITIALLY_DEFERRED): likewise.
10900         (SQL_AT_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
10901         (SQL_AT_CONSTRAINT_NAME_DEFINITION): likewise.
10902         (SQL_AT_CONSTRAINT_NON_DEFERRABLE): likewise.
10903         (SQL_AT_DROP_COLUMN_CASCADE): likewise.
10904         (SQL_AT_DROP_COLUMN_DEFAULT): likewise.
10905         (SQL_AT_DROP_COLUMN_RESTRICT): likewise.
10906         (SQL_AT_DROP_TABLE_CONSTRAINT_CASCADE): likewise.
10907         (SQL_AT_DROP_TABLE_CONSTRAINT_RESTRICT): likewise.
10908         (SQL_AT_SET_COLUMN_DEFAULT): likewise.
10909         (SQL_ATTR_ACCESS_MODE): likewise.
10910         (SQL_ATTR_ASYNC_ENABLE): likewise.
10911         (SQL_ATTR_AUTOCOMMIT): likewise.
10912         (SQL_ATTR_CONCURRENCY): likewise.
10913         (SQL_ATTR_CONNECTION_POOLING): likewise.
10914         (SQL_ATTR_CONNECTION_TIMEOUT): likewise.
10915         (SQL_ATTR_CP_MATCH): likewise.
10916         (SQL_ATTR_CURRENT_CATALOG): likewise.
10917         (SQL_ATTR_CURSOR_TYPE): likewise.
10918         (SQL_ATTR_DISCONNECT_BEHAVIOR): likewise.
10919         (SQL_ATTR_ENABLE_AUTO_IPD): likewise.
10920         (SQL_ATTR_ENLIST_IN_DTC): likewise.
10921         (SQL_ATTR_ENLIST_IN_XA): likewise.
10922         (SQL_ATTR_FETCH_BOOKMARK_PTR): likewise.
10923         (SQL_ATTR_KEYSET_SIZE): likewise.
10924         (SQL_ATTR_LOGIN_TIMEOUT): likewise.
10925         (SQL_ATTR_MAX_LENGTH): likewise.
10926         (SQL_ATTR_MAX_ROWS): likewise.
10927         (SQL_ATTR_NOSCAN): likewise.
10928         (SQL_ATTR_ODBC_CURSORS): likewise.
10929         (SQL_ATTR_ODBC_VERSION): likewise.
10930         (SQL_ATTR_PACKET_SIZE): likewise.
10931         (SQL_ATTR_PARAM_BIND_OFFSET_PTR): likewise.
10932         (SQL_ATTR_PARAM_BIND_TYPE): likewise.
10933         (SQL_ATTR_PARAM_OPERATION_PTR): likewise.
10934         (SQL_ATTR_PARAM_STATUS_PTR): likewise.
10935         (SQL_ATTR_PARAMS_PROCESSED_PTR): likewise.
10936         (SQL_ATTR_PARAMSET_SIZE): likewise.
10937         (SQL_ATTR_QUERY_TIMEOUT): likewise.
10938         (SQL_ATTR_QUIET_MODE): likewise.
10939         (SQL_ATTR_RETRIEVE_DATA): likewise.
10940         (SQL_ATTR_ROW_ARRAY_SIZE): likewise.
10941         (SQL_ATTR_ROW_BIND_OFFSET_PTR): likewise.
10942         (SQL_ATTR_ROW_BIND_TYPE): likewise.
10943         (SQL_ATTR_ROW_NUMBER): likewise.
10944         (SQL_ATTR_ROW_OPERATION_PTR): likewise.
10945         (SQL_ATTR_ROW_STATUS_PTR): likewise.
10946         (SQL_ATTR_ROWS_FETCHED_PTR): likewise.
10947         (SQL_ATTR_SIMULATE_CURSOR): likewise.
10948         (SQL_ATTR_TRACE): likewise.
10949         (SQL_ATTR_TRACEFILE): likewise.
10950         (SQL_ATTR_TRANSLATE_LIB): likewise.
10951         (SQL_ATTR_TRANSLATE_OPTION): likewise.
10952         (SQL_ATTR_TXN_ISOLATION): likewise.
10953         (SQL_ATTR_USE_BOOKMARKS): likewise.
10954         (SQL_BATCH_ROW_COUNT): likewise.
10955         (SQL_BATCH_SUPPORT): likewise.
10956         (SQL_BRC_EXPLICIT): likewise.
10957         (SQL_BRC_PROCEDURES): likewise.
10958         (SQL_BRC_ROLLED_UP): likewise.
10959         (SQL_BS_ROW_COUNT_EXPLICIT): likewise.
10960         (SQL_BS_ROW_COUNT_PROC): likewise.
10961         (SQL_BS_SELECT_EXPLICIT): likewise.
10962         (SQL_BS_SELECT_PROC): likewise.
10963         (SQL_C_INTERVAL_DAY): likewise.
10964         (SQL_C_INTERVAL_DAY_TO_HOUR): likewise.
10965         (SQL_C_INTERVAL_DAY_TO_MINUTE): likewise.
10966         (SQL_C_INTERVAL_DAY_TO_SECOND): likewise.
10967         (SQL_C_INTERVAL_HOUR): likewise.
10968         (SQL_C_INTERVAL_HOUR_TO_MINUTE): likewise.
10969         (SQL_C_INTERVAL_HOUR_TO_SECOND): likewise.
10970         (SQL_C_INTERVAL_MINUTE): likewise.
10971         (SQL_C_INTERVAL_MINUTE_TO_SECOND): likewise.
10972         (SQL_C_INTERVAL_MONTH): likewise.
10973         (SQL_C_INTERVAL_SECOND): likewise.
10974         (SQL_C_INTERVAL_YEAR): likewise.
10975         (SQL_C_INTERVAL_YEAR_TO_MONTH): likewise.
10976         (SQL_C_NUMERIC): likewise.
10977         (SQL_C_SBIGINT): likewise.
10978         (SQL_C_TYPE_DATE): likewise.
10979         (SQL_C_TYPE_TIME): likewise.
10980         (SQL_C_TYPE_TIMESTAMP): likewise.
10981         (SQL_C_UBIGINT): likewise.
10982         (SQL_C_VARBOOKMARK): likewise.
10983         (SQL_CA_CONSTRAINT_DEFERRABLE): likewise.
10984         (SQL_CA_CONSTRAINT_INITIALLY_DEFERRED): likewise.
10985         (SQL_CA_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
10986         (SQL_CA_CONSTRAINT_NON_DEFERRABLE): likewise.
10987         (SQL_CA_CREATE_ASSERTION): likewise.
10988         (SQL_CA1_ABSOLUTE): likewise.
10989         (SQL_CA1_BOOKMARK): likewise.
10990         (SQL_CA1_BULK_ADD): likewise.
10991         (SQL_CA1_BULK_DELETE_BY_BOOKMARK): likewise.
10992         (SQL_CA1_BULK_FETCH_BY_BOOKMARK): likewise.
10993         (SQL_CA1_BULK_UPDATE_BY_BOOKMARK): likewise.
10994         (SQL_CA1_LOCK_EXCLUSIVE): likewise.
10995         (SQL_CA1_LOCK_NO_CHANGE): likewise.
10996         (SQL_CA1_LOCK_UNLOCK): likewise.
10997         (SQL_CA1_NEXT): likewise.
10998         (SQL_CA1_POS_DELETE): likewise.
10999         (SQL_CA1_POS_POSITION): likewise.
11000         (SQL_CA1_POS_REFRESH): likewise.
11001         (SQL_CA1_POS_UPDATE): likewise.
11002         (SQL_CA1_POSITIONED_DELETE): likewise.
11003         (SQL_CA1_POSITIONED_UPDATE): likewise.
11004         (SQL_CA1_RELATIVE): likewise.
11005         (SQL_CA1_SELECT_FOR_UPDATE): likewise.
11006         (SQL_CA2_CRC_APPROXIMATE): likewise.
11007         (SQL_CA2_CRC_EXACT): likewise.
11008         (SQL_CA2_LOCK_CONCURRENCY): likewise.
11009         (SQL_CA2_MAX_ROWS_AFFECTS_ALL): likewise.
11010         (SQL_CA2_MAX_ROWS_CATALOG): likewise.
11011         (SQL_CA2_MAX_ROWS_DELETE): likewise.
11012         (SQL_CA2_MAX_ROWS_INSERT): likewise.
11013         (SQL_CA2_MAX_ROWS_SELECT): likewise.
11014         (SQL_CA2_MAX_ROWS_UPDATE): likewise.
11015         (SQL_CA2_OPT_ROWVER_CONCURRENCY): likewise.
11016         (SQL_CA2_OPT_VALUES_CONCURRENCY): likewise.
11017         (SQL_CA2_READ_ONLY_CONCURRENCY): likewise.
11018         (SQL_CA2_SENSITIVITY_ADDITIONS): likewise.
11019         (SQL_CA2_SENSITIVITY_DELETIONS): likewise.
11020         (SQL_CA2_SENSITIVITY_UPDATES): likewise.
11021         (SQL_CA2_SIMULATE_NON_UNIQUE): likewise.
11022         (SQL_CA2_SIMULATE_TRY_UNIQUE): likewise.
11023         (SQL_CA2_SIMULATE_UNIQUE): likewise.
11024         (SQL_CATALOG_LOCATION): likewise.
11025         (SQL_CATALOG_NAME_SEPARATOR): likewise.
11026         (SQL_CATALOG_TERM): likewise.
11027         (SQL_CATALOG_USAGE): likewise.
11028         (SQL_CCOL_CREATE_COLLATION): likewise.
11029         (SQL_CCS_COLLATE_CLAUSE): likewise.
11030         (SQL_CCS_CREATE_CHARACTER_SET): likewise.
11031         (SQL_CCS_LIMITED_COLLATION): likewise.
11032         (SQL_CDO_COLLATION): likewise.
11033         (SQL_CDO_CONSTRAINT): likewise.
11034         (SQL_CDO_CONSTRAINT_DEFERRABLE): likewise.
11035         (SQL_CDO_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11036         (SQL_CDO_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11037         (SQL_CDO_CONSTRAINT_NAME_DEFINITION): likewise.
11038         (SQL_CDO_CONSTRAINT_NON_DEFERRABLE): likewise.
11039         (SQL_CDO_CREATE_DOMAIN): likewise.
11040         (SQL_CDO_DEFAULT): likewise.
11041         (SQL_CL_END): likewise.
11042         (SQL_CL_START): likewise.
11043         (SQL_COL_PRED_BASIC): likewise.
11044         (SQL_COL_PRED_CHAR): likewise.
11045         (SQL_COLUMN_DRIVER_START): likewise.
11046         (SQL_COLUMN_IGNORE): likewise.
11047         (SQL_COLUMN_NUMBER_UNKNOWN): likewise.
11048         (SQL_CONVERT_GUID): likewise.
11049         (SQL_CONVERT_INTERVAL_DAY_TIME): likewise.
11050         (SQL_CONVERT_INTERVAL_YEAR_MONTH): likewise.
11051         (SQL_CONVERT_WCHAR): likewise.
11052         (SQL_CONVERT_WLONGVARCHAR): likewise.
11053         (SQL_CONVERT_WVARCHAR): likewise.
11054         (SQL_CP_DEFAULT): likewise.
11055         (SQL_CP_MATCH_DEFAULT): likewise.
11056         (SQL_CP_OFF): likewise.
11057         (SQL_CP_ONE_PER_DRIVER): likewise.
11058         (SQL_CP_ONE_PER_HENV): likewise.
11059         (SQL_CP_RELAXED_MATCH): likewise.
11060         (SQL_CP_STRICT_MATCH): likewise.
11061         (SQL_CREATE_ASSERTION): likewise.
11062         (SQL_CREATE_CHARACTER_SET): likewise.
11063         (SQL_CREATE_COLLATION): likewise.
11064         (SQL_CREATE_DOMAIN): likewise.
11065         (SQL_CREATE_SCHEMA): likewise.
11066         (SQL_CREATE_TABLE): likewise.
11067         (SQL_CREATE_TRANSLATION): likewise.
11068         (SQL_CREATE_VIEW): likewise.
11069         (SQL_CS_AUTHORIZATION): likewise.
11070         (SQL_CS_CREATE_SCHEMA): likewise.
11071         (SQL_CS_DEFAULT_CHARACTER_SET): likewise.
11072         (SQL_CT_COLUMN_COLLATION): likewise.
11073         (SQL_CT_COLUMN_CONSTRAINT): likewise.
11074         (SQL_CT_COLUMN_DEFAULT): likewise.
11075         (SQL_CT_COMMIT_DELETE): likewise.
11076         (SQL_CT_COMMIT_PRESERVE): likewise.
11077         (SQL_CT_CONSTRAINT_DEFERRABLE): likewise.
11078         (SQL_CT_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11079         (SQL_CT_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11080         (SQL_CT_CONSTRAINT_NAME_DEFINITION): likewise.
11081         (SQL_CT_CONSTRAINT_NON_DEFERRABLE): likewise.
11082         (SQL_CT_CREATE_TABLE): likewise.
11083         (SQL_CT_GLOBAL_TEMPORARY): likewise.
11084         (SQL_CT_LOCAL_TEMPORARY): likewise.
11085         (SQL_CT_TABLE_CONSTRAINT): likewise.
11086         (SQL_CTR_CREATE_TRANSLATION): likewise.
11087         (SQL_CU_DML_STATEMENTS): likewise.
11088         (SQL_CU_INDEX_DEFINITION): likewise.
11089         (SQL_CU_PRIVILEGE_DEFINITION): likewise.
11090         (SQL_CU_PROCEDURE_INVOCATION): likewise.
11091         (SQL_CU_TABLE_DEFINITION): likewise.
11092         (SQL_CVT_GUID): likewise.
11093         (SQL_CVT_INTERVAL_DAY_TIME): likewise.
11094         (SQL_CVT_INTERVAL_YEAR_MONTH): likewise.
11095         (SQL_CVT_WCHAR): likewise.
11096         (SQL_CVT_WLONGVARCHAR): likewise.
11097         (SQL_CVT_WVARCHAR): likewise.
11098         (SQL_DA_DROP_ASSERTION): likewise.
11099         (SQL_DATETIME_LITERALS): likewise.
11100         (SQL_DB_DEFAULT): likewise.
11101         (SQL_DB_DISCONNECT): likewise.
11102         (SQL_DB_RETURN_TO_POOL): likewise.
11103         (SQL_DC_DROP_COLLATION): likewise.
11104         (SQL_DCS_DROP_CHARACTER_SET): likewise.
11105         (SQL_DD_CASCADE): likewise.
11106         (SQL_DD_DROP_DOMAIN): likewise.
11107         (SQL_DD_RESTRICT): likewise.
11108         (SQL_DDL_INDEX): likewise.
11109         (SQL_DELETE_BY_BOOKMARK): likewise.
11110         (SQL_DESC_ARRAY_SIZE): likewise.
11111         (SQL_DESC_ARRAY_STATUS_PTR): likewise.
11112         (SQL_DESC_AUTO_UNIQUE_VALUE): likewise.
11113         (SQL_DESC_BASE_COLUMN_NAME): likewise.
11114         (SQL_DESC_BASE_TABLE_NAME): likewise.
11115         (SQL_DESC_BIND_OFFSET_PTR): likewise.
11116         (SQL_DESC_BIND_TYPE): likewise.
11117         (SQL_DESC_CASE_SENSITIVE): likewise.
11118         (SQL_DESC_CATALOG_NAME): likewise.
11119         (SQL_DESC_CONCISE_TYPE): likewise.
11120         (SQL_DESC_DATETIME_INTERVAL_PRECISION): likewise.
11121         (SQL_DESC_DISPLAY_SIZE): likewise.
11122         (SQL_DESC_FIXED_PREC_SCALE): likewise.
11123         (SQL_DESC_LABEL): likewise.
11124         (SQL_DESC_LITERAL_PREFIX): likewise.
11125         (SQL_DESC_LITERAL_SUFFIX): likewise.
11126         (SQL_DESC_LOCAL_TYPE_NAME): likewise.
11127         (SQL_DESC_MAXIMUM_SCALE): likewise.
11128         (SQL_DESC_MINIMUM_SCALE): likewise.
11129         (SQL_DESC_NUM_PREC_RADIX): likewise.
11130         (SQL_DESC_PARAMETER_TYPE): likewise.
11131         (SQL_DESC_ROWS_PROCESSED_PTR): likewise.
11132         (SQL_DESC_SCHEMA_NAME): likewise.
11133         (SQL_DESC_SEARCHABLE): likewise.
11134         (SQL_DESC_TABLE_NAME): likewise.
11135         (SQL_DESC_TYPE_NAME): likewise.
11136         (SQL_DESC_UNSIGNED): likewise.
11137         (SQL_DESC_UPDATABLE): likewise.
11138         (SQL_DI_CREATE_INDEX): likewise.
11139         (SQL_DI_DROP_INDEX): likewise.
11140         (SQL_DIAG_COLUMN_NUMBER): likewise.
11141         (SQL_DIAG_CURSOR_ROW_COUNT): likewise.
11142         (SQL_DIAG_ROW_NUMBER): likewise.
11143         (SQL_DL_SQL92_DATE): likewise.
11144         (SQL_DL_SQL92_INTERVAL_DAY): likewise.
11145         (SQL_DL_SQL92_INTERVAL_DAY_TO_HOUR): likewise.
11146         (SQL_DL_SQL92_INTERVAL_DAY_TO_MINUTE): likewise.
11147         (SQL_DL_SQL92_INTERVAL_DAY_TO_SECOND): likewise.
11148         (SQL_DL_SQL92_INTERVAL_HOUR): likewise.
11149         (SQL_DL_SQL92_INTERVAL_HOUR_TO_MINUTE): likewise.
11150         (SQL_DL_SQL92_INTERVAL_HOUR_TO_SECOND): likewise.
11151         (SQL_DL_SQL92_INTERVAL_MINUTE): likewise.
11152         (SQL_DL_SQL92_INTERVAL_MINUTE_TO_SECOND): likewise.
11153         (SQL_DL_SQL92_INTERVAL_MONTH): likewise.
11154         (SQL_DL_SQL92_INTERVAL_SECOND): likewise.
11155         (SQL_DL_SQL92_INTERVAL_YEAR): likewise.
11156         (SQL_DL_SQL92_INTERVAL_YEAR_TO_MONTH): likewise.
11157         (SQL_DL_SQL92_TIME): likewise.
11158         (SQL_DL_SQL92_TIMESTAMP): likewise.
11159         (SQL_DM_VER): likewise.
11160         (SQL_DRIVER_HDESC): likewise.
11161         (SQL_DROP_ASSERTION): likewise.
11162         (SQL_DROP_CHARACTER_SET): likewise.
11163         (SQL_DROP_COLLATION): likewise.
11164         (SQL_DROP_DOMAIN): likewise.
11165         (SQL_DROP_SCHEMA): likewise.
11166         (SQL_DROP_TABLE): likewise.
11167         (SQL_DROP_TRANSLATION): likewise.
11168         (SQL_DROP_VIEW): likewise.
11169         (SQL_DS_CASCADE): likewise.
11170         (SQL_DS_DROP_SCHEMA): likewise.
11171         (SQL_DS_RESTRICT): likewise.
11172         (SQL_DT_CASCADE): likewise.
11173         (SQL_DT_DROP_TABLE): likewise.
11174         (SQL_DT_RESTRICT): likewise.
11175         (SQL_DTC_DONE): likewise.
11176         (SQL_DTR_DROP_TRANSLATION): likewise.
11177         (SQL_DV_CASCADE): likewise.
11178         (SQL_DV_DROP_VIEW): likewise.
11179         (SQL_DV_RESTRICT): likewise.
11180         (SQL_DYNAMIC_CURSOR_ATTRIBUTES1): likewise.
11181         (SQL_DYNAMIC_CURSOR_ATTRIBUTES2): likewise.
11182         (SQL_EXT_API_LAST): likewise.
11183         (SQL_EXT_API_START): likewise.
11184         (SQL_FETCH_BY_BOOKMARK): likewise.
11185         (SQL_FETCH_FIRST_SYSTEM): likewise.
11186         (SQL_FETCH_FIRST_USER): likewise.
11187         (SQL_FN_CVT_CAST): likewise.
11188         (SQL_FN_STR_BIT_LENGTH): likewise.
11189         (SQL_FN_STR_CHAR_LENGTH): likewise.
11190         (SQL_FN_STR_CHARACTER_LENGTH): likewise.
11191         (SQL_FN_STR_OCTET_LENGTH): likewise.
11192         (SQL_FN_STR_POSITION): likewise.
11193         (SQL_FN_TD_CURRENT_DATE): likewise.
11194         (SQL_FN_TD_CURRENT_TIME): likewise.
11195         (SQL_FN_TD_CURRENT_TIMESTAMP): likewise.
11196         (SQL_FN_TD_EXTRACT): likewise.
11197         (SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES1): likewise.
11198         (SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES2): likewise.
11199         (SQL_FUNC_EXISTS(exists,api)): likewise.
11200         (SQL_GB_COLLATE): likewise.
11201         (SQL_HANDLE_SENV): likewise.
11202         (SQL_IK_ALL): likewise.
11203         (SQL_IK_ASC): likewise.
11204         (SQL_IK_DESC): likewise.
11205         (SQL_IK_NONE): likewise.
11206         (SQL_INDEX_KEYWORDS): likewise.
11207         (SQL_INFO_DRIVER_START): likewise.
11208         (SQL_INFO_LAST): likewise.
11209         (SQL_INFO_SCHEMA_VIEWS): likewise.
11210         (SQL_INITIALLY_DEFERRED): likewise.
11211         (SQL_INITIALLY_IMMEDIATE): likewise.
11212         (SQL_INSERT_STATEMENT): likewise.
11213         (SQL_INTERVAL): likewise.
11214         (SQL_IS_INSERT_LITERALS): likewise.
11215         (SQL_IS_INSERT_SEARCHED): likewise.
11216         (SQL_IS_INTEGER): likewise.
11217         (SQL_IS_POINTER): likewise.
11218         (SQL_IS_SELECT_INTO): likewise.
11219         (SQL_IS_SMALLINT): likewise.
11220         (SQL_IS_UINTEGER): likewise.
11221         (SQL_IS_USMALLINT): likewise.
11222         (SQL_ISV_ASSERTIONS): likewise.
11223         (SQL_ISV_CHARACTER_SETS): likewise.
11224         (SQL_ISV_CHECK_CONSTRAINTS): likewise.
11225         (SQL_ISV_COLLATIONS): likewise.
11226         (SQL_ISV_COLUMN_DOMAIN_USAGE): likewise.
11227         (SQL_ISV_COLUMN_PRIVILEGES): likewise.
11228         (SQL_ISV_COLUMNS): likewise.
11229         (SQL_ISV_CONSTRAINT_COLUMN_USAGE): likewise.
11230         (SQL_ISV_CONSTRAINT_TABLE_USAGE): likewise.
11231         (SQL_ISV_DOMAIN_CONSTRAINTS): likewise.
11232         (SQL_ISV_DOMAINS): likewise.
11233         (SQL_ISV_KEY_COLUMN_USAGE): likewise.
11234         (SQL_ISV_REFERENTIAL_CONSTRAINTS): likewise.
11235         (SQL_ISV_SCHEMATA): likewise.
11236         (SQL_ISV_SQL_LANGUAGES): likewise.
11237         (SQL_ISV_TABLE_CONSTRAINTS): likewise.
11238         (SQL_ISV_TABLE_PRIVILEGES): likewise.
11239         (SQL_ISV_TABLES): likewise.
11240         (SQL_ISV_TRANSLATIONS): likewise.
11241         (SQL_ISV_USAGE_PRIVILEGES): likewise.
11242         (SQL_ISV_VIEW_COLUMN_USAGE): likewise.
11243         (SQL_ISV_VIEW_TABLE_USAGE): likewise.
11244         (SQL_ISV_VIEWS): likewise.
11245         (SQL_KEYSET_CURSOR_ATTRIBUTES1): likewise.
11246         (SQL_KEYSET_CURSOR_ATTRIBUTES2): likewise.
11247         (SQL_MAX_ASYNC_CONCURRENT_STATEMENTS): likewise.
11248         (SQL_NO_COLUMN_NUMBER): likewise.
11249         (SQL_NO_ROW_NUMBER): likewise.
11250         (SQL_NOT_DEFERRABLE): likewise.
11251         (SQL_NUM_EXTENSIONS): likewise.
11252         (SQL_NUM_FUNCTIONS): likewise.
11253         (SQL_ODBC_INTERFACE_CONFORMANCE): likewise.
11254         (SQL_OIC_CORE): likewise.
11255         (SQL_OIC_LEVEL1): likewise.
11256         (SQL_OIC_LEVEL2): likewise.
11257         (SQL_OV_ODBC2): likewise.
11258         (SQL_OV_ODBC3): likewise.
11259         (SQL_PARAM_ARRAY_ROW_COUNTS): likewise.
11260         (SQL_PARAM_ARRAY_SELECTS): likewise.
11261         (SQL_PARAM_BIND_BY_COLUMN): likewise.
11262         (SQL_PARAM_BIND_TYPE_DEFAULT): likewise.
11263         (SQL_PARAM_DIAG_UNAVAILABLE): likewise.
11264         (SQL_PARAM_ERROR): likewise.
11265         (SQL_PARAM_IGNORE): likewise.
11266         (SQL_PARAM_PROCEED): likewise.
11267         (SQL_PARAM_SUCCESS): likewise.
11268         (SQL_PARAM_SUCCESS_WITH_INFO): likewise.
11269         (SQL_PARAM_UNUSED): likewise.
11270         (SQL_PARC_BATCH): likewise.
11271         (SQL_PARC_NO_BATCH): likewise.
11272         (SQL_PAS_BATCH): likewise.
11273         (SQL_PAS_NO_BATCH): likewise.
11274         (SQL_PAS_NO_SELECT): likewise.
11275         (SQL_ROW_IGNORE): likewise.
11276         (SQL_ROW_NUMBER_UNKNOWN): likewise.
11277         (SQL_ROW_PROCEED): likewise.
11278         (SQL_ROW_SUCCESS_WITH_INFO): likewise.
11279         (SQL_SC_FIPS127_2_TRANSITIONAL): likewise.
11280         (SQL_SC_SQL92_ENTRY): likewise.
11281         (SQL_SC_SQL92_FULL): likewise.
11282         (SQL_SC_SQL92_INTERMEDIATE): likewise.
11283         (SQL_SCC_ISO92_CLI): likewise.
11284         (SQL_SCC_XOPEN_CLI_VERSION1): likewise.
11285         (SQL_SCHEMA_TERM): likewise.
11286         (SQL_SCHEMA_USAGE): likewise.
11287         (SQL_SDF_CURRENT_DATE): likewise.
11288         (SQL_SDF_CURRENT_TIME): likewise.
11289         (SQL_SDF_CURRENT_TIMESTAMP): likewise.
11290         (SQL_SFKD_CASCADE): likewise.
11291         (SQL_SFKD_NO_ACTION): likewise.
11292         (SQL_SFKD_SET_DEFAULT): likewise.
11293         (SQL_SFKD_SET_NULL): likewise.
11294         (SQL_SFKU_CASCADE): likewise.
11295         (SQL_SFKU_NO_ACTION): likewise.
11296         (SQL_SFKU_SET_DEFAULT): likewise.
11297         (SQL_SFKU_SET_NULL): likewise.
11298         (SQL_SG_DELETE_TABLE): likewise.
11299         (SQL_SG_INSERT_COLUMN): likewise.
11300         (SQL_SG_INSERT_TABLE): likewise.
11301         (SQL_SG_REFERENCES_COLUMN): likewise.
11302         (SQL_SG_REFERENCES_TABLE): likewise.
11303         (SQL_SG_SELECT_TABLE): likewise.
11304         (SQL_SG_UPDATE_COLUMN): likewise.
11305         (SQL_SG_UPDATE_TABLE): likewise.
11306         (SQL_SG_USAGE_ON_CHARACTER_SET): likewise.
11307         (SQL_SG_USAGE_ON_COLLATION): likewise.
11308         (SQL_SG_USAGE_ON_DOMAIN): likewise.
11309         (SQL_SG_USAGE_ON_TRANSLATION): likewise.
11310         (SQL_SG_WITH_GRANT_OPTION): likewise.
11311         (SQL_SNVF_BIT_LENGTH): likewise.
11312         (SQL_SNVF_CHAR_LENGTH): likewise.
11313         (SQL_SNVF_CHARACTER_LENGTH): likewise.
11314         (SQL_SNVF_EXTRACT): likewise.
11315         (SQL_SNVF_OCTET_LENGTH): likewise.
11316         (SQL_SNVF_POSITION): likewise.
11317         (SQL_SP_BETWEEN): likewise.
11318         (SQL_SP_COMPARISON): likewise.
11319         (SQL_SP_EXISTS): likewise.
11320         (SQL_SP_IN): likewise.
11321         (SQL_SP_ISNOTNULL): likewise.
11322         (SQL_SP_ISNULL): likewise.
11323         (SQL_SP_LIKE): likewise.
11324         (SQL_SP_MATCH_FULL): likewise.
11325         (SQL_SP_MATCH_PARTIAL): likewise.
11326         (SQL_SP_MATCH_UNIQUE_FULL): likewise.
11327         (SQL_SP_MATCH_UNIQUE_PARTIAL): likewise.
11328         (SQL_SP_OVERLAPS): likewise.
11329         (SQL_SP_QUANTIFIED_COMPARISON): likewise.
11330         (SQL_SP_UNIQUE): likewise.
11331         (SQL_SQL_CONFORMANCE): likewise.
11332         (SQL_SQL92_DATETIME_FUNCTIONS): likewise.
11333         (SQL_SQL92_FOREIGN_KEY_DELETE_RULE): likewise.
11334         (SQL_SQL92_FOREIGN_KEY_UPDATE_RULE): likewise.
11335         (SQL_SQL92_GRANT): likewise.
11336         (SQL_SQL92_NUMERIC_VALUE_FUNCTIONS): likewise.
11337         (SQL_SQL92_PREDICATES): likewise.
11338         (SQL_SQL92_RELATIONAL_JOIN_OPERATORS): likewise.
11339         (SQL_SQL92_REVOKE): likewise.
11340         (SQL_SQL92_ROW_VALUE_CONSTRUCTOR): likewise.
11341         (SQL_SQL92_STRING_FUNCTIONS): likewise.
11342         (SQL_SQL92_VALUE_EXPRESSIONS): likewise.
11343         (SQL_SR_CASCADE): likewise.
11344         (SQL_SR_DELETE_TABLE): likewise.
11345         (SQL_SR_GRANT_OPTION_FOR): likewise.
11346         (SQL_SR_INSERT_COLUMN): likewise.
11347         (SQL_SR_INSERT_TABLE): likewise.
11348         (SQL_SR_REFERENCES_COLUMN): likewise.
11349         (SQL_SR_REFERENCES_TABLE): likewise.
11350         (SQL_SR_RESTRICT): likewise.
11351         (SQL_SR_SELECT_TABLE): likewise.
11352         (SQL_SR_UPDATE_COLUMN): likewise.
11353         (SQL_SR_UPDATE_TABLE): likewise.
11354         (SQL_SR_USAGE_ON_CHARACTER_SET): likewise.
11355         (SQL_SR_USAGE_ON_COLLATION): likewise.
11356         (SQL_SR_USAGE_ON_DOMAIN): likewise.
11357         (SQL_SR_USAGE_ON_TRANSLATION): likewise.
11358         (SQL_SRJO_CORRESPONDING_CLAUSE): likewise.
11359         (SQL_SRJO_CROSS_JOIN): likewise.
11360         (SQL_SRJO_EXCEPT_JOIN): likewise.
11361         (SQL_SRJO_FULL_OUTER_JOIN): likewise.
11362         (SQL_SRJO_INNER_JOIN): likewise.
11363         (SQL_SRJO_INTERSECT_JOIN): likewise.
11364         (SQL_SRJO_LEFT_OUTER_JOIN): likewise.
11365         (SQL_SRJO_NATURAL_JOIN): likewise.
11366         (SQL_SRJO_RIGHT_OUTER_JOIN): likewise.
11367         (SQL_SRJO_UNION_JOIN): likewise.
11368         (SQL_SRVC_DEFAULT): likewise.
11369         (SQL_SRVC_NULL): likewise.
11370         (SQL_SRVC_ROW_SUBQUERY): likewise.
11371         (SQL_SRVC_VALUE_EXPRESSION): likewise.
11372         (SQL_SSF_CONVERT): likewise.
11373         (SQL_SSF_LOWER): likewise.
11374         (SQL_SSF_SUBSTRING): likewise.
11375         (SQL_SSF_TRANSLATE): likewise.
11376         (SQL_SSF_TRIM_BOTH): likewise.
11377         (SQL_SSF_TRIM_LEADING): likewise.
11378         (SQL_SSF_TRIM_TRAILING): likewise.
11379         (SQL_SSF_UPPER): likewise.
11380         (SQL_STANDARD_CLI_CONFORMANCE): likewise.
11381         (SQL_STATIC_CURSOR_ATTRIBUTES1): likewise.
11382         (SQL_STATIC_CURSOR_ATTRIBUTES2): likewise.
11383         (SQL_SU_DML_STATEMENTS): likewise.
11384         (SQL_SU_INDEX_DEFINITION): likewise.
11385         (SQL_SU_PRIVILEGE_DEFINITION): likewise.
11386         (SQL_SU_PROCEDURE_INVOCATION): likewise.
11387         (SQL_SU_TABLE_DEFINITION): likewise.
11388         (SQL_SVE_CASE): likewise.
11389         (SQL_SVE_CAST): likewise.
11390         (SQL_SVE_COALESCE): likewise.
11391         (SQL_SVE_NULLIF): likewise.
11392         (SQL_UB_FIXED): likewise.
11393         (SQL_UB_VARIABLE): likewise.
11394         (SQL_UNION_STATEMENT): likewise.
11395         (SQL_UPDATE_BY_BOOKMARK): likewise.
11396         (SQL_US_UNION): likewise.
11397         (SQL_US_UNION_ALL): likewise.
11398         (SQL_DESC_ROWVER): likewise.
11399         (SQL_GUID): likewise.
11400         (SQL_C_GUID): likewise.
11401         (ODBC_STD): likewise.
11402         (SQLAllocHandle): likewise.
11403         (SQLAllocEnv(p)): likewise.
11404         (SQL_YEAR): likewise.
11405         (SQL_MONTH): likewise.
11406         (SQL_DAY): likewise.
11407         (SQL_HOUR): likewise.
11408         (SQL_MINUTE): likewise.
11409         (SQL_SECOND): likewise.
11410         (SQL_YEAR_TO_MONTH): likewise.
11411         (SQL_DAY_TO_HOUR): likewise.
11412         (SQL_DAY_TO_MINUTE): likewise.
11413         (SQL_DAY_TO_SECOND): likewise.
11414         (SQL_HOUR_TO_MINUTE): likewise.
11415         (SQL_HOUR_TO_SECOND): likewise.
11416         (SQL_MINUTE_TO_SECOND): likewise.
11417         (SQL_ATTR_ANSI_APP): likewise.
11418         (SQL_AA_TRUE): likewise.
11419         (SQL_AA_FALSE): likewise.
11420
11421         * include/sqltypes.h (#pragma pack(push,1), #pragma pack(pop)): remove.
11422         (struct tagSQL_YEAR_MONTH): add for ODBC3.x.
11423         (struct tagSQL_DAY_SECOND): likewise.
11424         (struct tagSQL_INTERVAL_STRUCT): likewise.
11425         (struct tagSQL_NUMERIC_STRUCT): likewise.
11426         (struct tagSQLGUID): add for 0DBC3.50.
11427         (enum SQLINTERVAL): add for ODBC3.x.
11428         (SQLWCHAR): add typedef.
11429         (SQLTCHAR): add typedef, conditional on UNICODE.
11430         (SQLLEN): add typedef for _WIN64, define for _WIN32.
11431         (SQLULEN): likewise.
11432         (SQLROWOFFSET): likewise.
11433         (SQLROWCOUNT): likewise.
11434         (SQLTRANSID): likewise.
11435         (SQLSETPOSIROW): likewise.
11436         (SQLHANDLE): add ODBC3.x typedef.
11437         (SQLHDESC): likewise.
11438         (SQLDATE): likewise.
11439         (SQLDECIMAL): likewise.
11440         (SQLDOUBLE): likewise.
11441         (SQLFLOAT): likewise.
11442         (SQLNUMERIC): likewise.
11443         (SQLREAL): likewise.
11444         (SQLTIME): likewise.
11445         (SQLTIMESTAMP): likewise.
11446         (SQLVARCHAR): likewise.
11447         (SQLBIGINT): likewise.
11448         (SQLUBIGINT): likewise.
11449         (SQL_DATE_STRUCT): likewise.
11450         (SQL_TIME_STRUCT): likewise.
11451         (SQL_TIMESTAMP_STRUCT): likewise.
11452         (ODBCINT64): add ODBC3.x define.
11453
11454         * lib/odbc32.def : regenerate.
11455
11456 2001-01-26  Earnie Boyd  <earnie@users.sourceforge.net
11457
11458         * Apply Danny Smith patch 102275
11459         2000-11-05  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11460         * include/objbase.h: (COM_RIGHTS): Add definition.
11461         (tagSTDMSHLFLAGS): add enumeration.
11462         (CoInitializeEx): Add prototypes.
11463         (CoGetStdMarshalEx): ditto.
11464         (CoCreateInstanceEx): ditto.
11465         (CoInitializeSecurity): ditto.
11466         (CoGetCallContext): ditto.
11467         (CoQueryProxyBlanket): ditto.
11468         (CoSetProxyBlanket): ditto.
11469         (CoCopyProxy): ditto.
11470         (CoQueryClientBlanket): ditto.
11471         (CoImpersonateClient): ditto.
11472         (CoRevertToSelf): ditto.
11473         (CoQueryAuthenticationServices): ditto.
11474         (CoSwitchCallContext): ditto.
11475         (CoGetInstanceFromFile): ditto.
11476         (CoGetInstanceFromIStorage): ditto.
11477         * include/objidl.h: (SOLE_AUTHENTICATION_SERVICE): Add structure.
11478         (SOLE_AUTHENTICATION_INFO): ditto.
11479         (EOLE_AUTHENTICATION_CAPABILITIES): Add enumeration.
11480         (COLE_DEFAULT_PRINCIPAL): Add definition.
11481         (COLE_DEFAULT_AUTHINFO): Ditto.
11482         * include/rpcdce.h: (RPC_C_AUTHZ_DEFAULT): Add definition.
11483         (RPC_PROTSEQ_VECTOR) Fix typo.
11484         (RpcRaiseException): add DECLSPEC_NORETURN attribute.
11485         * include/winbase.h: (FreeLibraryAndExitThread): add DECLSPEC_NORETURN
11486         attribute.
11487
11488 2001-01-26  Earnie Boyd  <earnie@users.sourceforge.net>
11489
11490         * lib/msvcp60.def: Apply Danny Smith patch 103321.
11491         2001-01-17  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>.
11492         New file.
11493
11494 2001-01-26  Christopher Faylor  <cgf@cygnus.com>
11495
11496         * include/winnt.h: Add PTOKEN_USER.
11497
11498 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
11499
11500         * include/sqlucode.h: Apply Danny Smith patch 102443
11501         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11502         New file.
11503
11504 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
11505
11506         * lib/odbccp32.def: Apply Danny Smith patch 102442
11507         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11508         New file.
11509
11510 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
11511
11512         * include/odbcinst.h: Apply Danny Smith patch 102441
11513         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11514         New file.
11515
11516 2000-12-25  Christopher Faylor  <cgf@cygnus.com>
11517
11518         * lib/Makefile.in: Don't make "links" to include/w32api directory.
11519
11520 2000-12-20  Corinna Vinschen  <corinna@vinschen.de>
11521
11522         * include/winbase.h: Add prototype for SetSecurityDescriptorControl.
11523
11524 2000-12-11  Christopher Faylor  <cgf@cygnus.com>
11525
11526         * lib/Makefile.in: Install headers and libraries in tooldir.
11527
11528 2000-12-04  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11529
11530         * include/winnls.h: NORM_IGNORE* remove duplicate defines.
11531         SORT_STRINGSORT: ditto.
11532         CMAP*: ditto.
11533         CTRY_*: add new defines.
11534         LGRPID_*: ditto.
11535         LCMAP*: change defines to hex notation.
11536         CALID: change from ULONG to DWORD.
11537         CALTYPE: ditto.
11538         _cpinfoex[AW]: add structure.
11539         FoldString: correct Unicode mappings.
11540         GetCPInfoEx[AW]: add prototypes.
11541         EnumCalendarInfoEx[AW]: ditto.
11542         EnumDateFormatsEx[AW]: ditto.
11543         EnumSystemLanguageGroups[AW]: ditto.
11544         EnumLanguageGroupLocales[AW]: ditto.
11545         EnumUILanguages[AW]: ditto.
11546         GetSystemDefaultUILanguage[AW]: ditto.
11547         GetUserDefaultUILanguage[AW]: ditto.
11548         IsValidLanguageGroup[AW]: ditto.
11549         CALINFO_ENUMPROCEX[AW]: add function pointer typedef
11550         LANGUAGEGROUP_ENUMPROC[AW]: ditto
11551         LANGGROUPLOCALE_ENUMPROC[AW]: ditto
11552         UILANGUAGE_ENUMPROC[AW]: ditto
11553         DATEFMT_ENUMPROCEX[AW]: ditto
11554         LPCURRENCYFMT[AW]: add structure pointer typedef
11555         LPNUMBERFMT[AW]: ditto
11556
11557 2000-12-02  Matt Hargett  <matt@use.net>
11558
11559         * include/winbase.h: Added a define for INVALID_SET_FILE_POINTER, a
11560         possible return code for the SetFilePointer() win32 API call.
11561
11562 2000-11-09  Corinna Vinschen  <corinna@vinschen.de>
11563
11564         * include/winnt.h: Add missing FILE_NAMED_STREAMS define.
11565
11566 2000-11-06  Earnie Boyd  <earnie_boyd@yahoo.com>
11567
11568         * Makefile.in: increment VERSION.
11569         (dist:) Rename to srcdist.  Create new dist target to call
11570         srcdist and bindist targets.
11571         (srcdist:) New target.
11572         (clean-top:) add call to mostlyclean-top and add rm of distribution
11573         tarballs.
11574         * lib/Makefile.in: (uninstall:) modify to remove files from the
11575         new w32api subdirectory and to remove w32api subdirectory.
11576         (xuninstall:) Ditto.
11577         TODO: Add a task to redo the clean targets of Makefile.in
11578
11579 2000-11-03  Christopher Faylor  <cgf@cygnus.com>
11580
11581         * lib/Makefile.in: Install header files in w32api subdirectory.
11582
11583 2000-10-31  Earnie Boyd  <earnie_boyd@yahoo.com>
11584
11585         * CONTRIBUTIONS: New file.
11586         * README: Change the maintained by header.
11587         * TODO: Add a note about checking the TODO.
11588
11589 2000-10-31  Earnie Boyd  <earnie_boyd@yahoo.com>
11590
11591         * Merge in accepted changes from
11592         2000-10-23  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11593         * include/basetyps.h: add comment for GUID_DEFINED
11594         * include/lm.h: add includes for lmerr.h and lmserver.h
11595         * include/lmcons.h: add W2K typedefs LMSTR, LMCSTR
11596         * include/lmerr.h:  add error codes
11597         * include/lmserver.h: replace LPTSTR with LPWSTR,
11598         LPTCSTR with LPWCSTR in structures and prototypes
11599         * include/lmshare.h: ditto
11600         * include/lmuse.h: ditto
11601         * include/lmstats.h: ditto
11602         * include/oleauto.h: add function prototype SystemTimeToVariantTime
11603         * include/winbase.h: change first argument of CommConfigDialog to const
11604         * include/windowsx.h: add macros  defining FAR versions of
11605         mem and string functions for porting from Win16 code
11606         * include/winioctl.h:  added IOCTL_STORAGE defines
11607         * include/winnetwk.h:  added WNNC_NET flags
11608         * include/winnt.h: add include of <basetsd.h>;
11609         add structs; add pointer typedefs  for TOKEN structs
11610         * include/winsock.h: add guard around BSD-ish typedefs
11611         * include/wtypes.h: new VARENUM enums, new WIN32/WIN64 compat. macros
11612         * include/basetsd.h: new file
11613         * include/raserror.h: ditto
11614         * include/rassapi.h: ditto
11615         * include/ras.h: ditto
11616         comment from Earnie: replaced original ras.h contribution with Danny's
11617         contribution as it is more complete.
11618         * include/rpcndr.h: add default definition for __RPCNDR_H_VERSION__
11619
11620 2000-10-19  Earnie Boyd  <earnie_boyd@yahoo.com>
11621
11622         * Makefile.in: increment VERSION.  Change tar file name for dist and
11623         bindist targets to be more standard.
11624         * config.guess: Update with the currently published file.
11625         * config.sub: ditto.
11626         * configure.in: Use value of build_alias instead of testing for
11627         directory names to set BUILDENV.
11628         * configure: ditto.
11629         * lib/Makefile.in: Change the name of the targets install,
11630         install-headers and install-libraries to xinstall, xinstall-headers
11631         and xinstall-libraries for system target specified installation.
11632         Recreate targets install, install-headers and install-libraries for
11633         exec-prefix specified installation.  Ditto for the uninstall targets of
11634         the same name.
11635
11636 2000-10-09  Corinna Vinschen  <corinna@vinschen.de>
11637
11638         * include/iprtrmib.h: Further layout changes according to standard.
11639         * include/iptypes.h: Ditto.
11640         * include/ntdef.h: Ditto.
11641         * include/ntsecapi.h: Ditto.
11642         * include/subauth.h: Ditto.
11643
11644 2000-10-09  Corinna Vinschen  <corinna@vinschen.de>
11645
11646         * include/ntsecapi.h: Fix PLSA_UNICODE_STRING define.
11647
11648 2000-10-08  Corinna Vinschen  <corinna@vinschen.de>
11649
11650         * include/ntsecapi.h: New file.
11651         * include/subauth.h: Ditto.
11652         * include/ipexport.h: Fix global header define not to contain
11653         trailing underscore. Change layout according to standard.
11654         * include/iphlpapi.h: Ditto.
11655         * include/ipifcons.h: Ditto.
11656         * include/iprtrmib.h: Ditto.
11657         * include/iptypes.h: Ditto.
11658         * include/ntdef.h: Ditto. Define conditional datatypes dependent
11659         of inclusion of ntsecapi.h and subauth.h.
11660         * lib/secur32.def: New stub for secur32.dll.
11661
11662 2000-10-02  Corinna Vinschen  <corinna@vinschen.de>
11663
11664         * include/ras.h: New file.
11665         * lib/rasapi32.def: Add symbols for RasEnumDevicesA and
11666         RasEnumDevicesW.
11667
11668 2000-10-02  Corinna Vinschen  <corinna@vinschen.de>
11669
11670         * include/ntdef.h: Add define for NTAPI.
11671
11672 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
11673
11674         * include/ipexport.h: Add missing `extern "C"' directives.
11675         * include/iphlpapi.h: Ditto.
11676         * include/iprtrmib.h: Ditto.
11677         * include/iptypes.h: Ditto.
11678
11679 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
11680
11681         * include/ipifcons.h: New header file.
11682         * include/iprtrmib.h: Move operational states to ipifcons.h.
11683         * include/iphlpapi.h: Add missing parameters to GetIfTable()
11684         declaration.
11685
11686 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
11687
11688         * include/iprtrmib.h: Add missing MIB_IF_OPER_STATUS_xxx definitions.
11689
11690 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
11691
11692         * lib/iphlpapi.def: New stub for iphlpapi.dll.
11693         * include/iptypes.h: New header file.
11694         * include/ipexport.h: Ditto.
11695         * include/iphlpapi.h: Ditto.
11696         * include/iprtrmib.h: Ditto.
11697
11698 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
11699
11700         * include/ntdef.h: New file.
11701
11702 2000-08-18  Corinna Vinschen  <corinna@vinschen.de>
11703
11704         * include/winnt.h:Add enums for TokenRestrictedSids and TokenSessionId
11705         to TOKEN_INFORMATION_CLASS type.
11706         Add QUOTA_LIMITS type.
11707
11708 2000-08-08  Corinna Vinschen  <corinna@vinschen.de>
11709
11710         * include/userenv.h: New header file.
11711         * lib/userenv.def: New stub for userenv.dll.
11712
11713 2000-08-08  Christopher Faylor  <cgf@cygnus.com>
11714
11715         * include/winuser.h: Correct PCWPSTRUCT typo.
11716         (discovered by Axel Riese)
11717
11718 2000-07-27  DJ Delorie  <dj@redhat.com>
11719
11720         * include/windows.h: optimize non-inclusion of repeat headers
11721
11722 2000-07-21  Corinna Vinschen  <corinna@vinschen.de>
11723
11724         * include/winnt.h: Add missing typedefs for PTOKEN_SOURCE and
11725         LPTOKEN_SOURCE.
11726
11727 2000-07-11  DJ Delorie  <dj@cygnus.com>
11728
11729         * include/shlobj.h: add CSIDL_COMMON_*
11730
11731 2000-06-27  Corinna Vinschen  <corinna@vinschen.de>
11732
11733         * include/winbase.h: Add stream ids BACKUP_OBJECT_ID,
11734         BACKUP_REPARSE_DATA and BACKUP_SPARSE_BLOCK.
11735         Add file open flags FILE_FLAG_OPEN_REPARSE_POINT and
11736         FILE_FLAG_OPEN_NO_RECALL.
11737         * winioctl.h: Add device io control codes FSCTL_GET_REPARSE_POINT,
11738         FSCTL_SET_REPARSE_POINT and FSCTL_DELETE_REPARSE_POINT.
11739         * winnt.h: Add typedef for GUID.
11740         Add file attributes FILE_ATTRIBUTE_ENCRYPTED,
11741         FILE_ATTRIBUTE_SPARSE_FILE, FILE_ATTRIBUTE_REPARSE_POINT and
11742         FILE_ATTRIBUTE_NOT_CONTENT_INDEXED.
11743         Add volume attributes FILE_VOLUME_QUOTAS, FILE_SUPPORTS_SPARSE_FILES,
11744         FILE_SUPPORTS_REPARSE_POINTS, FILE_SUPPORTS_REMOTE_STORAGE,
11745         FILE_SUPPORTS_OBJECT_IDS and FILE_SUPPORTS_ENCRYPTION.
11746         Add several reparse point defines and typedefs for REPARSE_DATA_BUFFER,
11747         REPARSE_GUID_DATA_BUFFER and REPARSE_POINT_INFORMATION.
11748         * lib/psapi.def: New file.
11749
11750 2000-06-22  Christopher Faylor  <cgf@cygnus.com>
11751
11752         * rpcdce.h: Protect OPTIONAL definition since it may be (legally)
11753         previously defined.
11754         * windef.h : Ditto.
11755
11756 2000-06-14  Kazuhiro Fujieda  <fujieda@jaist.ac.jp>
11757
11758         * include/winnt.h: Add some missing defines related to locale
11759         identifiers.  Translate values of LANG_* and SUBLANG_* into hexadecimal.
11760
11761 2000-05-27  Corinna Vinschen  <corinna@vinschen.de>
11762
11763         * include/wincrypt.h: Add missing CRYPT_MACHINE_KEYSET define.
11764
11765 2000-05-18  Corinna Vinschen  <corinna@vinschen.de>
11766
11767         * include/winnt.h: Add some missing TAPE_DRIVE_* defines.
11768
11769 2000-04-26  Christopher Faylor  <cgf@cygnus.com>
11770
11771         * include/wininet.h: Add another "INTERNET_OPTIONS".
11772
11773 2000-04-25  Mumit Khan  <khan@xraylith.wisc.edu>
11774
11775         * include/winspool.h: Add 2 more PRINTER_ATTRIBUTE_* macros.
11776
11777 2000-04-25  Martin Kotulla  <martin-k@softmaker.de>
11778
11779         * include/ddeml.h (DdeCreateStringHandle{A,W}): Fix prototype.
11780         * include/shlobj.h (IShellLink{A,W}::GetPath): Fix prototype.
11781         * include/wingdi.h: Add LPFNDEVMODE and LPFNDEVCAPS callbacks.
11782         * include/winuser.h: Add WM_* macros. Add PCOPYDATASTRUCT typedef.
11783
11784 2000-04-10  Christopher Faylor  <cgf@cygnus.com>
11785
11786         * include/winbase.h: Change first argument of ENUMRES* types to
11787         coincide with Microsoft usage.
11788
11789 2000-04-01  Christopher Faylor  <cgf@cygnus.com>
11790
11791         * include/wininet.h: Add three more "INTERNET_OPTIONS".
11792
11793 2000-03-30  Mumit Khan  <khan@xraylith.wisc.edu>
11794
11795         * include/winbase.h (CreateHardLink{A,W}): Add prototypes.
11796         * include/winerror.h (ERROR_TOO_MANY_LINKS): Add macro.
11797         * include/winnt.h (SEC_*): Add macros.
11798         * lib/th32.def: Use Kernel32.dll instead of TH32.DLL.
11799         * include/ole.h: Workaround for C++ parser bug.
11800         * include/rpcdcep.h: Likewise.
11801         * include/winsock.h: Likewise.
11802
11803 2000-03-26  Christopher Faylor  <cgf@cygnus.com>
11804
11805         * include/winnt.h: Eliminate duplicate PCONTEXT and LPCONTEXT typedefs.
11806
11807 2000-02-28  Mumit Khan  <khan@xraylith.wisc.edu>
11808
11809         Patches from Jan Nijtmans <j.nijtmans@chello.nl>:
11810         * include/wtypes.h (PBLOB, LPBLOB): Define.
11811         * include/winsock2.h: Much more complete version.
11812         (FD_SET, SOMAXCONN): Protect common macros defined by winsock.h.
11813
11814         Patches from Jan Nijtmans <j.nijtmans@chello.nl>:
11815         * include/winsock.h (FD_CLR): Add missing ')'.
11816         (timercmp): Fix macro to handle all 6 comparison operators.
11817         (AF_FIREFOX, AF_UNKNOWN1, AF_BAN, AF_ATM, AF_INET6): Define.
11818         (AF_MAX): Update.
11819         (PF_FIREFOX, PF_UNKNOWN1, PF_BAN, PF_ATM, PF_INET6): Define.
11820
11821         * include/largeint.h: Rename HAVE_INT64 macro to _HAVE_INT64 to avoid
11822         namespace pollution.
11823         * include/rpcndr.h: Likewise.
11824         * include/winnt.h: Likewise.
11825         * include/shlobj.h (SHGetDataFromIDList{A,W}): Fix typo.
11826         (SHGetSpecialFolderPath{A,W}): Add prototypes.
11827         * lib/ole32.def: Add missing exports.
11828         * include/winbase.h (TLS_MINIMUM_AVAILABLE): Move macro from here
11829         * include/winnt.h (TLS_MINIMUM_AVAILABLE): to here.
11830         (NT_TIB): Define.
11831         * include/tlhelp32.h: New file.
11832
11833 2000-02-28  Christopher Faylor  <cgf@cygnus.com>
11834
11835         * include/rapi.h: New file.
11836         * lib/rapi.def: New file.
11837
11838 2000-02-11  Axel Riese  <ariese@andromeda.risc.uni-linz.ac.at>
11839
11840         * oaidl.h (LPTYPECOMP): Remove multiple definition.
11841
11842 2000-02-03  Mumit Khan  <khan@xraylith.wisc.edu>
11843
11844         * Snapshot 2000-02-03.
11845
11846 2000-01-21  Chris Faylor  <cgf@cygnus.com>
11847
11848         * include/winnt.h: Add ARM support.
11849
11850 2000-01-19  Mumit Khan  <khan@xraylith.wisc.edu>
11851
11852         From Greg Primes <gregory.l.priem@intel.com>:
11853         * include/oaidl.h (DESCKIND): Define macro.
11854         (ITypeComp): Define interface.
11855         (ITypeComp): Likewise.
11856         * rpcndr.h (DECLSPEC_UUID): Define macro.
11857         (MIDL_INTERFACE): Likewise.
11858
11859         * include/psapi.h: New file.
11860         * include/imagehlp.h: New file.
11861         * lib/imagehlp.def: New file.
11862
11863         * include/oaidl.h (tagVARIANT): Update fields.
11864
11865         From Craig Lanning <CraigL@DyCon.com>:
11866         * include/commctrl.h: Add some TCS_* macros.
11867         * include/winnls.h (IsValidLocale): Add prototype.
11868
11869 2000-01-18  Mumit Khan  <khan@xraylith.wisc.edu>
11870
11871         * include/oaidl.h: OLE Patches from "Fifer, Eric"
11872         <EFifer@sanwaint.com> needed to build Win32::OLE perl module.
11873         * include/objbase.h: Likewise.
11874         * include/objidl.h: Likewise.
11875         * include/ocidl.h: New file.
11876         * include/oleauto.h: Likewise.
11877         * include/wtypes.h: Likewise.
11878         * lib/oleaut32.def: Likewise.
11879
11880         * include/lmserver.h (NetServerTransportAddEx): Fix prototype.
11881         Thanks to "Jon Leichter" <jon@symas.com>.
11882         * include/commctrl.h (LVM_FINDITEM): Fix typo in macro.
11883         * include/winbase.h: Add GetLongPathName{A,W} prototypes.
11884         * include/shellapi.h (SHGetFileInfo): Add macro. Thanks to
11885         "Axel Riese" <ariese@andromeda.risc.uni-linz.ac.at>.
11886         (CommandLineToArgvW): Fix prototype. Thanks to "Frans E. van
11887         Dorsselaer" <frans@bia-bv.demon.nl>.
11888         * include/httpext.h: New file. Thanks to Jan Nijtmans
11889         <j.nijtmans@chello.nl>.
11890         * include/mmsystem.h (WAVEFORMATEX): Guard definition to avoid
11891         redefinition of LPCWAVEFORMATEX in DirectX headers.
11892         (CALLBACK_NULL): Define to be 0. Thanks to Krzysztof Nikiel
11893         <krzych00@priv7.onet.pl>.
11894         * include/sqlext.h (SQLDriverConnnect): Fix prototype.
11895         * include/windef.h (HRESULT): Guard definition to avoid
11896         redefinition in DirectX headers.
11897         * include/winnt.h: Add target macros from windows.h.
11898         * include/windows.h: Update synch comment for target macros.
11899         (_ANONYMOUS_STRUCT): Define for GCC 2.95 and newer.
11900         (_ANONYMOUS_UNION): Likewise.
11901         * include/wingdi.h (AbortPrinter): Move from here ...
11902         * include/winspool.h (AbortPrinter): to here and fix linkage.
11903         (MONITOR_INFO_2{A,W}): Define.
11904         * include/winsock.h (htons): Fix argument.
11905         (htonl): Likewise.
11906         * include/winsock2.h (SO_*, MAX_*, WSA_*): Add macros.
11907         (GROUP): Define.
11908         (GUID): Define conditionally.
11909         (WSAPROTOCOLCHAIN, WSAPROTOCOL_INFO): Define.
11910         (WSASocket*): Declare.
11911         * include/basetyps.h (GUID): Guard REGUID and LPGUID as well.
11912
11913         * lib/dsetup.def: Remove leading underscore.
11914         * lib/dsound.def: Likewise.
11915         * lib/ws2_32.def: Likewise.
11916
11917 1999-12-22  Mumit Khan  <khan@xraylith.wisc.edu>
11918
11919         * include/windef.h (HMONITOR, HTERMINAL, HWINEVENTHOOK): Define
11920         handles.
11921
11922         * lib/Makefile.in (EXTRA_OBJS): Add dinput.o.
11923         * lib/dinput.c: Include windows.h for GCC.
11924         * lib/dxguid.c: Likewise.
11925         (INITGUID): Define macro.
11926
11927         * include/objidl.h (ISequentialStream): Define interface.
11928         (IStream): Derive from ISequentialStream.
11929
11930         * include/objidl.h (IStream::{LockRegion, UnlockRegion, Stat,
11931         Clone}): Mark as PURE.
11932         (IDataObject::EnumDAdvise): Likewise.
11933         * include/oleidl.h (IDropSource::GiveFeedback): Likewise.
11934         (IViewObject::Unfreeze): Likewise.
11935         (IViewObject2::Unfreeze): Likewise.
11936
11937         * include/objidl.h: Add various IID_ declarations.
11938         * include/olectl.h: Likewise.
11939         * include/oleidl.h: Likewise.
11940
11941 1999-12-21  Mumit Khan  <khan@xraylith.wisc.edu>
11942
11943         * Snapshot 1999-12-21.
11944
11945         * include/winbase.h (CancelIO): Rename to CancelIo.
11946         * include/winsvc.h (LPHANDLER_FUNCTION): Fix prototype.
11947         * include/winuser.h (PEVENTMSG, LPEVENTMSG): Declare.
11948
11949         * Merge with winsup-19991218.
11950         * include/winnt.h: Add defines for W2K ACL control flags.
11951
11952         * Merge with Anders Norlander's 19991130 snapshot.
11953
11954         * include/windows.h: #include mmsystem.h ifndef WIN32_LEAN_AND_MEAN.
11955         * include/winbase.h (EXCEPTION_INVALID_HANDLE): Define.
11956
11957         Patch from Harold Weissfield
11958         * include/shellapi.h: Added some ABN_* defines.
11959
11960         * include/commctrl.h (_TrackMouseEvent): Add prototype.
11961         * lib/comctl32.def (_TrackMouseEvent): Import.
11962         * include/winuser.h: Misc. fixes from Sang Cho
11963         <sangcho@alpha94.chongju.ac.kr>.
11964         * include/winuser.h (SM_CMETRICS): Define to 76 or 83 depending on
11965         value of _WIN32_WINNT.
11966         * include/winuser.h: Reorganize SM_* defines in numerical order.
11967
11968 1999-12-14  Mumit Khan  <khan@xraylith.wisc.edu>
11969
11970         * include/windef.h: Make RECTL a distinct type from RECT.
11971         * include/windows.h: Define upto 8 DUMMYUNIONNAMEs for DirectX.
11972         * include/winuser.h (CDS_): Update (Franco Bez <franco.bez@gmx.de>).
11973         (COMPAREITEMSTRUCT): Fix fields.
11974         (SERIALKEYSA): Likewise.
11975         (SERIALKEYSW): Likewise..
11976         * include/winbase.h (CRITICAL_SECTION_DEBUG): Likewise.
11977         (WIN32_FIND_DATAA): Likewise.
11978         (WIN32_FIND_DATAW): Likewise.
11979         * include/commdlg.h (SNDMSG): Define.
11980         * include/winsock.h (SO_UPDATE_ACCEPT_CONTEXT): Define.
11981         (SO_CONNECT_TIME): Likewise.
11982         (AcceptEx): Declare.
11983         (GetAcceptExSockaddrs): Likewise.
11984         * include/winsock2.h: Fix typo in #ifdef __cplusplus.
11985         * include/winspool.h: Add RC_INVOKED guard.
11986         * lib/wsock32.def (AcceptEx@32): Export.
11987         (GetAcceptExSockaddrs@32): Likewise.
11988
11989 1999-11-18  Mumit Khan  <khan@xraylith.wisc.edu>
11990
11991         * Snapshot 1999-11-18.
11992
11993         * include/oaidl.h (tagVARIANT): Rename pbool to pboolVal needed by
11994         Octopod C++ IDE (and MSVC compatibility).
11995         * include/oleauto.h (V_BOOLREF(X)): Likewise.
11996         * include/shellapi.h (ShellAbout*): Fix typo.
11997         * wingdi.h (FW_ULTRABOLD): Likewise.
11998         * include/winnt.h (_TAPE_ERASE, _TAPE_PREPARE, _TAPE_SET_POSITION,
11999         _TAPE_WRITE_MARKS): Add missing fields and fix existing ones.
12000         Add packing directives for various structures. All structure
12001         sizes now conform to MSVC.
12002
12003 1999-11-07  Mumit Khan  <khan@xraylith.wisc.edu>
12004
12005         Released 1999-11-07.
12006
12007 1999-11-06  Mumit Khan  <khan@xraylith.wisc.edu>
12008
12009         * include/winsock2.h: New file. Mostly a stub for now.
12010         * include/winbase.h (DllMain): Delete prototype.
12011         * include/commctrl.h (Header_SetItem): Fix macro.
12012         * include/{isguids.h, lmerrlog.h, mcx.h, objfwd.h, olectl.h,
12013         regstr.h, richole.h, rpcdce.h, rpcdcep.h, rpcnsi.h, rpcproxy.h,
12014         shlguid.h, sqltypes.h, winperf.h}: Enclose in extern "C" if c++.
12015
12016         Merge in changes from wxWindows.
12017         * include/basetyps.h (GUID_DEFINED, UUID_DEFINED): Add guards.
12018         * include/oaidl.h (DISPID_*): Add macros.
12019         (IID_ITypeLib, IID_ICreateTypeInfo, IID_ICreateTypeInfo2,
12020         IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_ITypeInfo,
12021         IID_IErrorInfo, IID_IDispatch, IID_ICreateErrorInfo): Declare.
12022         * include/objidl.h (IDataObject): Fix EnumFormatEtc parameter.
12023
12024         Merge in changes from Octopod C++ IDE group.
12025         * include/commctrl.h (NMHEADERA, NMHEADERW): Define.
12026         (Header_InsertItem): Fix macro.
12027         * include/oaidl.h (IID_IDispatch): Declare.
12028         (IID_ISupportErrorInfo): Likewise.
12029         (IDispatch): Rename Invoked to Invoke.
12030         * include/objidl.h (IPersist): Fix GetClassID.
12031         * include/oleauto.h (VectorFromBstr): Declare.
12032         (BstrFromVector): Likewise.
12033         * include/olectl.h (OLEMISC_*): Update.
12034         * include/olectlid.h (IID_IDispatch): Declare.
12035         * include/oleidl.h (IOleObject): Fix GetExtent and SetExtent.
12036         (IOleInPlaceFrame): Fix.
12037         (ISupportErrorInfo): Define.
12038         (IErrorInfo): Define.
12039         * include/winuser.h (SIF_TRACKPOS): Define.
12040
12041 1999-11-03  Mumit Khan  <khan@xraylith.wisc.edu>
12042
12043         Fix Merge errors:
12044         * include/winnt.h (PSID): Uncomment definition.
12045         (PISID): Rename from PSID.
12046         (struct _TAPE_GET_MEDIA_PARAMETER): Remove reserved field.
12047         (struct _SECURITY_ATTRIBUTES): Remove multiple definition.
12048
12049         * include/lmalert.h, include/lmbrowsr.h, include/lmchdev.h,
12050         include/lmconfig.h, include/lmerrlog.h, include/lmmsg.h,
12051         include/lmremutl.h, include/lmrepl.h, include/lmserver.h,
12052         include/lmsvc.h, include/lmwksta.h, include/oaidl.h,
12053         include/shellapi.h, include/winbase.h, include/wingdi.h,
12054         include/winnt.h, include/winsock.h: Merged with winsup-19991026.
12055
12056 1999-10-31  Mumit Khan  <khan@xraylith.wisc.edu>
12057
12058         * include/wingdi.h (PHYSICAL*, SCALINGFACTOR*): New. From
12059         Marius Kjeldahl <kjeldahl@hotmail.com>.
12060
12061 1999-08-29  Mumit Khan  <khan@xraylith.wisc.edu>
12062
12063         * include/winnt.h (APPLICATION_ERROR_MASK): Add macros.
12064         (ERROR_SEVERITY_*): Likewise.
12065
12066 1999-08-17  Mumit Khan  <khan@xraylith.wisc.edu>
12067
12068         * include/winbase.h (TLS_OUT_OF_INDEXES): Add macro.
12069         (DllMain): Fix prototype.
12070
12071 1999-08-02  Mumit Khan  <khan@xraylith.wisc.edu>
12072
12073         * include/commdlg.h: Enclose within pack(push,1) and pack(pop).
12074         (cderr.h): Don't include.
12075         * include/winuser.h: Fix macro definitions.
12076
12077 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12078
12079         Merge with winsup 1999-07-29:
12080         * include/wincon.h (MOUSE_WHEELED): Define.
12081         * include/winnt.h (PSECURITY_ATTRIBUTES): Add type.
12082         (SECURITY_DESCRIPTOR): Add struct type.
12083         (PSECURITY_DESCRIPTOR): Pointer to above type. BEWARE: this type
12084         is equal to PVOID in the Platform SDK! So don't depend on accessing
12085         members through ->.
12086
12087 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12088
12089         * lib/Makefile.in (install-headers): Don't @ commands.
12090         (install-libraries): Ditto.
12091
12092 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12093
12094         * include/sqlext.h: Use #include <sql.h> instead of "sql.h".
12095
12096 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12097
12098         Patch from Mumit Khan:
12099         * include/windows.h: Fix typo in winsock.h include guard and add
12100         _UWIN to the list.
12101         * include/winnt.h (__int64): Undefine first.
12102         (struct _SID): Declare.
12103
12104 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12105
12106         * include/winnt.h: Add some REG_* defines reported by Boris Lantrewitz.
12107
12108 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12109
12110         Patch from Mumit Khan:
12111         * Makefile.in: Do the right thing when cross-compiling.
12112         * include/windef.h: Don't define _export and __export if already
12113         defined.
12114
12115 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12116
12117         * include/basetyps.h (DECLARE_INTERFACE): Use com_interface attribute.
12118         (DECLARE_INTERFACE_): Ditto.
12119
12120 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12121
12122         * include/mmsystem.h (HWAVEOUT): Fix missing ')'
12123
12124         Reported by Brad Porter
12125         * include/wingdi.h (FW_ULTRALIGHT): Add.
12126         (FW_DEMIBOLD): Add.
12127         (FW_ULTRABOLD): Add.
12128         (FW_BLACK): Add.
12129         (JOHAB_CHARSET): Add.
12130         (VIETNAMESE_CHARSET): Add.
12131
12132
12133 1999-05-15  Anders Norlander  <anorland@hem2.passagen.se>
12134
12135         * lib/scrnsave.c (WinMain): Remove dependencies on C library.
12136         * lib/Makefile.in (Makefile): Regenerate.
12137         * include/pshpack[1248].h: New files, if a program would use any of
12138         them.
12139         * include/poppack.h: Ditto.
12140         * include/windef.h (_WIN32_WINNT): Define
12141         * include/windows.h: Remove DUMMYUNIONNAME[45].
12142         * include/windows.h: Correctly define _M_IX86 to reflect the target
12143         processor.
12144         * include/windows.h: Add preliminary support for other architectures.
12145         * include/winnt.h: Add CONTEXT structure for PPC and ALPHA.
12146         * include/winnt.h: Remove PACKED from U/LARGE_INTEGER
12147         * include/winnt.h (LUID_AND_ATTRIBUTES): Use pack(4) to solve alignment
12148         issue with LARGE_INTEGER.
12149         (ANSI_NULL): Define.
12150         (PSZ): Define.
12151         (ACL_REVISION[1234]): Define.
12152         (MIN/MAX_ACL_REVISION): Define.
12153         (PTCHAR): Define.
12154         (LANG_USER_DEFAULT): Define.
12155         (LANG_SYSTEM_DEFAULT): Define.
12156         (LOCALE_NEUTRAL): Define.
12157         (SORTVERSIONFROMLCID): Define.
12158         * include/windef.h (UNREFERENCED_PARAMETER): Define.
12159         (UNREFERENCED_LOCAL_VARIABLE): Define.
12160         (DBG_UNREFERENCED_PARAMETER): Define.
12161         (DBG_UNREFERENCED_LOCAL_VARIABLE): Define.
12162         * lib/mswsock.def: New file. Imports for mswsock.dll.
12163         * include/custcntl.h: New file. Necessary to compile some SDK
12164         samples.
12165         * include/winuser.h (SM_MOUSEWHEELPRESENT): Define.
12166         (WM_MOUSEWHEEL): Define.
12167         (WHEEL_DELTA): Define.
12168         (WM_MOUSELAST): Redefine to reflect WM_MOUSEWHEEL.
12169         (WM_NEXTMENU): Define.
12170         (CharNextA): Fix prototype.
12171         (CharNextW): Ditto.
12172
12173 1999-05-14  Anders Norlander  <anorland@hem2.passagen.se>
12174
12175         * include/winsock.h: Enclose in extern "C" if C++, huh?
12176         * include/winuser.h(WM_SYNCPAINT): Define. From fltk.
12177
12178 1999-05-13  Anders Norlander  <anorland@hem2.passagen.se>
12179
12180         * include/windef.h (NULL): Define only ifndef
12181         (TRUE): Ditto, was previously only defined ifndef FALSE
12182         (PASCAL): Define as _pascal
12183         (__pascal): Define
12184         (WINAPIV): Define
12185         (min,max): Define only ifndef NOMINMAX
12186
12187 1999-05-10  Anders Norlander  <anorland@hem2.passagen.se>
12188
12189         * include/commctrl.h: Support for Date/Calendar controls + IE controls.
12190         You must define _WIN32_IE if you want support for it.
12191         Modified patch from Nirmal Prasad  <nprasad@truept.com>.
12192
12193 1999-05-10  Ron Aaron   <v-ronaar@Exchange.Microsoft.com>
12194
12195         * include/wincon.h: Add some ButtonState flags and EventFlags.
12196
12197 1999-05-10  Anders Norlander  <anorland@hem2.passagen.se>
12198
12199         * include/basetyps.h: Don't support COM when __OBJC__ defined because
12200         interface define causes mayhem.
12201         (DEFINE_INTERFACE): Use comobject attribute only if HAVE_COMOBJECT is
12202         defined.
12203         * include/windows.h: Undefine BOOL if __OBJC__ defined
12204
12205 1999-05-09  Chris Faylor  <cgf@cygnus.com>
12206
12207         * include/winnls.h: Define additional code pages.
12208
12209 1999-05-09  Anders Norlander  <anorland@hem2.passagen.se>
12210
12211         * include/winbase.h(RtlFillMemory): Parameters got passed in wrong
12212         order, corrected.
12213         (RtlZeroMemory): Use RtlFillMemory
12214
12215 1999-05-04  Anders Norlander  <anorland@hem2.passagen.se>
12216
12217         * include/winnt.h: Add PACKED to LARGE_INTEGER and ULARGE_INTEGER
12218         to get the correct size when used in some structs.
12219         (ULARGE_INTEGER): Ditto.
12220         * include/winnt.h (TAPE_CREATE_PARTITION): Add struct.
12221         * include/winnt.h: Add TAPE_* pointer types PTAPE_*
12222
12223 1999-05-02  Nirmal Prasad  <nprasad@truept.com>
12224
12225         * include/wininet.h: Enclose in extern "C" if c++
12226         (INTERNET_BUFFERSA/W): Define struct
12227         * include/wininet.h: Add some HSR_* defines
12228
12229 1999-05-02  Anders Norlander  <anorland@hem2.passagen.se>
12230
12231         * include/winnt.h (IMAGE_FIRST_SECTION): Prepend missing paren
12232         * include/winnt.h (UNALIGNED): Define
12233         * include/windef.h (DECLSPEC_NORETURN): Define
12234
12235         * include/wininet.h (INTERNET_MAX_NAME): Remove
12236         (INTERNET_MAX_SCHEME_LENGTH): Define
12237         (INTERNET_MAX_URL_LENGTH): Use INTERNET_MAX_SCHEME_LENGTH
12238         * include/wininet.def: Completely redone, it was losing badly.
12239
12240 1999-05-01  Anders Norlander  <anorland@hem2.passagen.se>
12241
12242         * lib/dplayx.def: Remove '_' prefixes
12243         * lib/shell32.def: Remove imports for IID_ContextMenu
12244
12245 1999-04-29  Anders Norlander  <anorland@hem2.passagen.se>
12246
12247         * Makefile.in (dist): Support dist target
12248         * lib/Makefile.in (dist): Likewise
12249         * lib/Makefile.in (uninstall-headers): Fix command
12250         * Makefile.in (bindist): Target to build a prebuilt dist
12251
12252         * lib/ws2_32.def: Winsock2 implib
12253
12254         * include/largeint.h: New header
12255         * include/largeint.c: Large integer support library
12256         * lib/Makefile.in(EXTRA_LIBS): Add liblargeint.a
12257         (EXTRA_OBJS): Add largeint.o
12258
12259         * include/Makefile: Remove
12260         * lib/Makefile: Remove
12261         * Makefile: Remove
12262         * configure.in: New autoconf script
12263         * configure: generated configure script
12264         * Makefile.in: autoconf makefile template
12265         * lib/Makefile.in: Ditto
12266         * include/test.c: mv to lib/test.c
12267         * include/res.rc: mv to lib/res.rc
12268         * include/TODO: mv to .
12269         * include/Notes: mv to ./NOTES
12270
12271 1999-04-28  Anders Norlander  <anorland@hem2.passagen.se>
12272
12273         * include/zmouse.h (WHEEL_DELTA): Define
12274
12275 1999-04-26  Mumit Khan  <khan@xraylith.wisc.edu>
12276
12277         * include/ddeml.h (HSZPAIR): Declare.
12278         * include/zmouse.h: New file.
12279
12280 1999-04-27  Daniel Guerrero Miralles  <daniel.guerrero@upcnet.upc.es>
12281
12282         * lib/d3dim.def: New implib
12283         * lib/d3drm.def: Ditto
12284         * lib/d3dxof.def: Ditto
12285         * lib/ddraw.def: Ditto
12286         * lib/dinput.def: Ditto
12287         * lib/dplayx.def: Ditto
12288         * lib/dsetup.def: Ditto
12289         * lib/dsound.def: Ditto
12290         * lib/dinput.c: Guid library for DirectInput
12291         * lib/dxguid.c: Guid library for DirectX
12292
12293 1999-04-21  Anders Norlander  <anorland@hem2.passagen.se>
12294
12295         * include/windowsx.h (GET_X_LPARAM): Missing macro added (reported
12296         by Ron Aaron).
12297         * include/windowsx.h (GET_Y_LPARAM): Also missing
12298         * include/winnls.h (IsValidCodePage): Missing prototype added (reported
12299         by Mumit Khan).
12300
12301 1999-04-18  Anders Norlander  <anorland@hem2.passagen.se>
12302
12303         * include/scrnsave.h: New header file for screen saver library
12304         * lib/scrnsave.c: New file: screen saver library
12305
12306 1999-04-17  Anders Norlander  <anorland@hem2.passagen.se>
12307
12308         * include/regstr.h: Enclosed all strings in TEXT() macros so it
12309         works well in when UNICODE is defined
12310
12311 1999-04-17  Nirmal Prasad  <nprasad@truept.com>
12312
12313         * include/winuser.h(STYLESTRUCT): New struct
12314         * include/wingdi.h:(GOBJENUMPROC): This function type should
12315         return void.
12316
12317 1999-04-17  Anders Norlander  <anorland@hem2.passagen.se>
12318
12319         * include/basetyps.h (LPGUID): New typedef
12320         * lib/glut.def: Import library defintions for glut.dll
12321         * lib/glu32.def: Ditto for glut32.dll
12322         * include/winnt.h: Fixed handling of wchar_t typedef
12323         * include/sql.h(SQL_NO_DATA_FOUND): Replace with SQL_NO_DATA
12324         * include/sqlext.h(SQL_NO_DATA_FOUND): Define as SQL_NO_DATA
12325
12326 1999-03-20  Anders Norlander  <anorland@hem2.passagen.se>
12327
12328         * include/winbase.h(AbnormalTermination): Define as FALSE
12329         * include/commctrl.h: Support for new progress bar messages/styles
12330
12331 1999-03-20  Geoffrey Noer  <noer@cygnus.com>
12332
12333         * include/commdlg.h(PageSetupDlg): New define
12334         * include/richedit.h: Missing SCF_* defines
12335         * include/winnt.h: Lots o' defines
12336         * include/winbase.h(AllocateAndInitializeSid): Corrected prototype
12337
12338 1999-03-09  Anders Norlander  <anorland@hem2.passagen.se>
12339
12340         * include/commdlg.h: Removed pack pragma
12341         * lib/comctl32.def(InitCommonControlsEx@4): Added import
12342
12343 1999-03-08  Anders Norlander  <anorland@hem2.passagen.se>
12344
12345         * Makefile: Set version to 0.1.5
12346         * lib/Makefile (clean): Fix typo
12347
12348         * include/commctrl.h: Removed pack pragma
12349         * include/cpl.h: Likewise
12350         * include/dbt.h: Likewise
12351         * include/dde.h: Likewise
12352         * include/nddeapi.h: Likewise
12353         * include/shellapi.h: Likewise
12354         * include/wincrypt.h: Likewise
12355         * include/lmaccess.h: Fixed USER_PRIV_ADMIN typo
12356
12357         * include/winsock.h (netent): Define only ifndef __INSIDE_CYGWIN__
12358         (servent): Likewise
12359         (protoent): Likewise
12360
12361         * include/windows.h: Prevent inclusion of winsock.h if we are
12362         using or compiling cygwin. Define Win32_Winsock to force inclusion.
12363
12364 1999-01-08  Anders Norlander  <anorland@hem2.passagen.se>
12365
12366         * include/winbase.h (CREATE_FORCEDOS): New define
12367
12368 1999-01-07  Anders Norlander  <anorland@hem2.passagen.se>
12369
12370         * include/wincon.h(KEY_EVENT_RECORD): Fixed packing problem on
12371         (COORD): Likewise
12372         * include/wingdi.h (BITMAPFILEHEADER): Fixed packing
12373         * include/windows.h: Added DUMMYUNIONNAME4 and 5
12374         * include/winnt.h (LUID_AND_ATTRIBUTES_ARRAY): New type
12375         (PLUID_AND_ATTRIBUTES_ARRAY): New type
12376
12377         * include/ddeml.h: Removed unnecessary `#pragma pack'
12378         * include/imm.h: Likewise
12379         * include/nddeapi.h: Likewise
12380         * include/nspapi.h: Likewise
12381         * include/regstr.h: Likewise
12382         * include/wincon.h: Likewise
12383         * include/windef.h: Likewise
12384         * include/winioctl.h: Likewise
12385         * include/winnls.h: Likewise
12386         * include/winsvc.h: Likewise
12387         * include/winuser.h: Likewise
12388         * include/winver.h: Likewise
12389         * include/wtypes.h: Likewise
12390
12391 1999-01-05  Anders Norlander  <anorland@hem2.passagen.se>
12392
12393         * Makefile (VERSION): Set to 0.1.4
12394         * include/basetyps.h: Check for NOCOMOBJECT
12395         * include/Makefile: Pass -DNOCOMOBJECT to g++ to avoid warnings
12396         on comobject attribute.
12397         * lib/kernel32.def: Added a few functions
12398         * include/windef.h (DWORD): Changed back to unsigned long
12399
12400         * include/windows.h: Include only winresrc.h if RC_INVOKED is defined,
12401         winresrc.h in turn includes the necessary headers. This makes things
12402         much simpler, no need to protect blocks of code in headers that
12403         should not be seen by the resource compiler.
12404
12405 1999-01-05  Geoffrey Noer  <noer@cygnus.com>
12406
12407         * include/winbase.h (STATUS_INVALID_HANDLE): Added define
12408         * include/wincon.h: Added console event type flags
12409         * include/winnt.h (FILE_SHARE_DELETE): Added
12410           (SECURITY_DESCRIPTOR): typedef as DWORD
12411
12412         * include/winuser.h (WM_PENWINFIRST): Fixed typo
12413         * include/winsock.h: Protect some blocks with __INSIDE_CYGWIN_ and
12414         define u_* types only if _SYS_TYPES_H is not defined.
12415
12416 1999-01-02  Anders Norlander  <anorland@hem2.passagen.se>
12417
12418         * COPYING.LIB: Deleted
12419         * README: Updated to reflect license changes
12420         * include/shlobj.h: Remove extra comma on some enums
12421         * include/windef.h: Changed DWORD typedef from unsigned long to
12422         unsigned int in order to avoid warnings on bit fields that
12423         use DWORD.
12424         * include/Makefile (test): Compile with all warnings
12425         * include/unknwn.h: Include objfwd.h
12426         * include/winsock.h: Added missing copyright notices.
12427
12428 1999-01-01  Anders Norlander  <anorland@hem2.passagen.se>
12429
12430         * lib/winmm.def: Corrected LIBRARY statement
12431         * include/mmsystem.h: Define mmioSeek codes if not already defined
12432         * include/commctrl.h (CreateStatusWindowA): Corrected prototype
12433         (CreateStatusWindowW): Likewise
12434
12435         * include/winresrc.h: Include only files necessary instead of windows.h
12436         * include/dde.h: Allow inclusion in resource scripts.
12437         * include/winnt.h: Likewise
12438         * include/commctrl.h: Likewise
12439         * include/prsht.h: Likewise
12440         * README: Updated
12441
12442 1998-12-10  Anders Norlander  <anorland@hem2.passagen.se>
12443
12444         * include/sqltypes.h (SQLHANDLE): Added this type
12445         (SQLHDESC): Likewise
12446         * include/sql.h (SQLFreeHandle): Added this prototype
12447         (SQLAllocHandle): Likewise
12448
12449 1998-12-08  Anders Norlander  <anorland@hem2.passagen.se>
12450
12451         * include/winsock.h: Define _GNU_H_WINDOWS32_SOCKETS to avoid
12452         conflicts with cygwin headers.
12453
12454 1998-12-06  Anders Norlander  <anorland@hem2.passagen.se>
12455
12456         * Makefile: Changed VERSION to 0.1.3
12457         * Makefile (dist-lib): New target to make import library only
12458         distribution
12459         * Makefile (dist-hdr): New target to make headers only distribution
12460         * Makefile (dist): Now depends on dist-lib and dist-hdr instead of
12461         building one single distribution file.
12462         * dist.mak: Deleted
12463
12464         * include/lm.h: New file
12465         * include/lmcons.h: New file
12466         * include/lmalert.h: New file
12467         * include/lmaudit.h: New file
12468         * include/lmconfig.h: New file
12469         * include/lmapibuf.h: New file
12470         * include/lmaccess.h: New file
12471         * include/lmchdev.h: New file
12472         * include/lmremutl.h: New file
12473         * include/lmrepl.h: New file
12474         * include/lmerrlog.h: New file
12475         * include/lmat.h: New file
12476         * include/lmuse.h: New file
12477         * include/lmuseflg.h: New file
12478         * include/lmserver.h: New file
12479         * include/lmerr.h: New file
12480         * include/lmsname.h: New file
12481         * include/lmstats.h: New file
12482         * include/lmsvc.h: New file
12483         * include/lmwksta.h: New file
12484         * include/lmbrowsr.h: New file
12485
12486 1998-12-05  Anders Norlander  <anorland@hem2.passagen.se>
12487
12488         * include/unknwn.h: Fixed IClassFactory declaration; INTERFACE was missing
12489         * include/unknwn.h: Added extern declaration for IID_IClassFactory
12490
12491         * include/initguid.h: New file
12492
12493         * include/rpcndr.h: Defined hyper and MIDL_hyper as double if 64 bit
12494         int not supported
12495
12496         * include/winnt.h: Added USN
12497         * include/winnt.h: Changed handling of 64 bit int support
12498
12499         * include/windows.h: Added support for BC,LCC and MSVC
12500
12501         * include/windows.h: Changed handling machine architecture defines
12502
12503         * include/olectl.h: New file
12504
12505 1998-12-04  Anders Norlander  <anorland@hem2.passagen.se>
12506
12507         * include/oleidl.h: Added IViewObject and IViewObject2
12508
12509         * include/objidl: Corrected prototype for IStorage::DestroyElement and
12510         IStorage::MoveElement
12511
12512         * include/oledlg.h: New file
12513
12514         * include/winresrc.h: New file
12515
12516         * include/wingdi.h: Added LPDOCINFO
12517
12518         * include/commctrl.h: Added SBARS_SIZEGRIP and TVM_SETINDENT
12519         * include/commctrl.h: Added TCM_SETITEM to UNICODE/ANSI block
12520         * include/commctrl.h: Added ListView_GetSelectedCount, ListView_GetItemSpacing,
12521         TabCtrl_SetImageList and TabCtrl_GetItemCount
12522         * include/commctrl.h: Added TVM_FIRST, HDM_FIRST and TV_FIRST
12523
12524         * include/windowsx.h: Added missing ListBox_xx ComboBox_xx etc. macros
12525
12526         * include/wingdi.h: Added (L)PBITMAP,(L)PBITMAPCOREHEADER,
12527         PBITMAPINFOHEADER, (L)PBITMAPCOREINFO and (L)PBITMAPFILEHEADER.
12528
12529         * include/commdlg.h: Added LPDEVNAMES
12530
12531         * include/windows.h: Include excpt.h
12532
12533         * include/excpt.h: New file. This file just contains some
12534         stubs for SEH that do nothing.
12535
12536         * include/commctrl.h: Added general WM_NOTIFY codes
12537
12538         * include/winuser.h: Added ICON_SMALL and ICON_BIG
12539         * include/winuser.h: Removed VK_0-VK_9 VK_A-VK_Z; they should obviously
12540         not be in the headers.
12541         * include/winuser.h: Added LPCBTACTIVATESTRUCT and LPCLIENTCREATESTRUCT
12542         * include/winuser.h: Added old WM_SIZE parameter names so
12543         wxWindows compiles.
12544         * include/winuser.h: Added IDC_SIZE and IDC_ICON
12545         * include/winuser.h: Added LPDLGITEMTEMPLATE
12546         * include/winuser.h: HTCAPTION was missing value
12547         * include/winuser.h: Added WM_ACTIVE flags
12548
12549         * include/windowsx.h: Added _fmemcpy so V compiles; also added
12550         _fxx defines for memmove, memset and memcmp
12551
12552         * include/windef.h: Changed _export and __export to empty defines
12553
12554         * include/shellapi.h: Corrected prototypes for ExtractIcon functions.
12555         String parameters were not const and ExtractAssociatedIcon takes
12556         a WORD pointer not DWORD pointer as last parameter.
12557
12558         * Makefile: Changed VERSION to 0.1.2
12559
12560         * include/ole2ver.h: New file
12561
12562         * Makefile: Removed all dependencies on GLUT
12563
12564         * include/GL/glut.h: Removed file because of decision to remove
12565         files that are not part of the library.
12566         * lib/glut.def: Likewise
12567         * lib/glut32.def: Likewise
12568
12569         * include/windows.h: Include winperf.h
12570
12571         * include/winperf.h: New file
12572
12573         * lib/gdi32.def: Added GetEnhMetaFilePixelFormat
12574
12575         * include/winnls.h: Added calendar types
12576         * include/winnls.h: Added country codes
12577
12578 1998-12-03  Anders Norlander  <anorland@hem2.passagen.se>
12579
12580         * include/windef.h: Added PROC and NEARPROC
12581
12582         * include/wingdi.h: Added ChoosePixelFormat, DescribePixelFormat
12583         * include/wingdi.h: Added OpenGL types and prototypes
12584         * include/wingdi.h: Added ENHMETA_STOCK_OBJECT
12585         * include/wingdi.h: Added DCTT_DOWNLOAD_OUTLINE
12586         * include/wingdi.h: Added POINTFX, TTPOLYCURVE and TTPOLYGONHEADER
12587         * include/wingdi.h: Added truetype character outline types
12588         * include/wingdi.h: Added DEVMODE initialization flags
12589         * include/wingdi.h: Added panose codes
12590         * include/wingdi.h: Added missing character sets
12591         * include/wingdi.h: Added ANTIALIASED_QUALITY and
12592         NONANTIALIASED_QUALITY
12593         * include/wingdi.h: Added ENUMLOGFONTA/W and ENUMLOGFONTEXA/W
12594         * include/wingdi.h: Added pointer types for EXTLOGPEN
12595         * include/wingdi.h: Added PATTERN type
12596         * include/wingdi.h: Added NEWTEXTMETRICA/W and NEWTEXTMETRICEXA/W
12597         * include/wingdi.h: Added new text metric flags
12598         * include/wingdi.h: Added pitch and family flags
12599         * include/wingdi.h: Moved BCHAR defintion from winnt.h here
12600         * include/wingdi.h: Added METAHEADER
12601         * include/wingdi.h: Fixed packing of RGBTRIPLE and BITMAPFILEHEADER
12602         * include/wingdi.h: Added TA_MASK
12603         * include/wingdi.h: Added MAXSTRETCHBLTMODE
12604         * include/wingdi.h: Added error codes
12605
12606         * include/winuser.h: Added missing winhelp structures
12607         * include/winuser.h: Added dialog flags/styles/messages
12608         * include/winuser.h: Added EM_SETMARGIN codes
12609         * include/winuser.h: Made it possiblie to use IDI_XX values
12610         in resource files.
12611         * include/winuser.h: Added missing LoadImage load flags
12612         * include/winuser.h: Added missing message box flags
12613         * include/winuser.h: Added ScrollWindow codes
12614         * include/winuser.h: Added DT_WORD_ELLIPSIS
12615         * include/winuser.h: Added drag and drop support
12616         * include/winuser.h: Added WM_MENUCHAR return codes
12617         * include/winuser.h: Added DLGWINDOWEXTRA
12618         * include/winuser.h: Added missing SetWindowPos flags.
12619         * include/winuser.h: Added BSF_NOTIMEOUTIFNOTHUNG
12620         * include/winuser.h: Added IDHOT_xx defines
12621         * include/winuser.h: Added MOD_WIN
12622         * include/winuser.h: Added missing defines and structs for owner draw
12623         controls.
12624         * include/winuser.h: Added WPF_RESTORETOMAXIMIZED and
12625         WPF_SETMINPOSITION
12626         * include/winuser.h: Added DrawAnimatedRects flags
12627         * include/winuser.h: Added WM_PRINT codes
12628         * include/winuser.h: Added CS_IME class style
12629         * include/winuser.h: Added WM_SIZE codes
12630         * include/winuser.h: Added WM_MOUSEACTIVATE return codes
12631         * include/winuser.h: Added WM_NCHITTEST return codes
12632         * include/winuser.h: Added WM_SIZING parameters
12633         * include/winuser.h: Added WM_NEXTMENU and MDINEXTMENU
12634         * include/winuser.h: Added menu loop codes.
12635         * include/winuser.h: Added NFR_ANSI, NFR_UNICODE, NF_QUERY and
12636         NF_REQUERY
12637         * include/winuser.h: Added WM_POWER flags
12638         * include/winuser.h: Added KL_NAMELENGTH, WSF_VISIBLE
12639         * include/winuser.h: Added missing message filter codes
12640         * include/winuser.h: Added WM_KEYXX message flags
12641         * include/winuser.h: Added WM_SHOWMESSAGE flags
12642         * include/winuser.h: Added old ShowWindow commands
12643         * include/winuser.h: Fixed packing of DLGITEMTEMPLATE and DLGTEMPLATE
12644         structures.
12645
12646         * include/mciavi.h: New file for the MCI AVI driver that for some
12647         reason is not in mmsystem.h.
12648
12649         * include/winbase.h: Added PIPE_UNLIMITED_INSTANCES and INVALID_FILE_SIZE
12650         * include/winbase.h: Added SECURITY_xx for CreateFile
12651         * include/winbase.h: Added RTS and DTS control values
12652         * include/winbase.h: Fixed SYSTEM_INFO structure
12653         * include/winbase.h: Added CREATE_NO_WINDOW, CREATE_SHARED_WOW_VDM
12654         * include/winbase.h: Added FILE_TYPE_REMOTE
12655         * include/winbase.h: Added modem status flags
12656         * include/winbase.h: Added HINSTANCE_ERROR
12657         * include/winbase.h: Added DefineDosDevice defines
12658         * include/winbase.h: Added power management flags AC_xx BATTERY_xx
12659         * include/winbase.h: Added STARTF_XX flags
12660         * include/winbase.h: Fixed typo on _lcreat prototype.
12661         * include/winbase.h: Moved DBG_XX to winnt.h
12662         * include/winbase.h: Moved TOKEN_XX, DLL_PROCESS_XX and DLL_THREAD_XX to
12663         winnt.h
12664
12665         * include/unknwn.h: Added extern declaration of IID_IUnknown
12666
12667         * include/windowsx.h: Added hmemcpy.
12668
12669         * include/winnt.h: Added dummy member to DECLARE_HANDLE struct
12670         * include/winnt.h: Added PACCESS_TOKEN
12671         * include/winnt.h: Added TAPE_XX defines and moved some from winbase.h
12672         * include/winnt.h: Added SE_IMPERSONATION_STATE and TOKEN_SOURCE_LENGTH
12673         * include/winnt.h: Added SE_PRIVILEGE_ENABLED_BY_DEFAULT, SE_PRIVILEGE_ENABLED,
12674         SE_PRIVILEGE_USED_FOR_ACCESS, PRIVILEGE_SET_ALL_NECESSARY,
12675         SECURITY_MAX_IMPERSONATION_LEVEL, DEFAULT_IMPERSONATION_LEVEL,
12676         SECURITY_DYNAMIC_TRACKING and SECURITY_STATIC_TRACKING.
12677
12678         * include/winnt.h: Added SE_OWNER_DEFAULTED, SE_GROUP_DEFAULTED, SE_DACL_XX,
12679         SE_SACL_XX, SE_SELF_RELATIVE, SECURITY_DESCRIPTOR_MIN_LENGTH,
12680         SECURITY_DESCRIPTOR_REVISION and SECURITY_DESCRIPTOR_REVISION1.
12681
12682         * include/winsvc.h: Removed conflicting defines which were supposed
12683         to be in winnt.h
12684
12685         * include/winnt.h: Added SERVICE_NODE_TYPE, SERVICE_LOAD_TYPE
12686         and SERVICE_ERROR_TYPE.
12687
12688         * include/winnt.h: Added SERVICE_XX defines.
12689         * include/winsvc.h: Added SERVICES_ACTIVE_DATABASEA/W,
12690         SERVICES_FAILED_DATABASEA/W and SC_GROUP_IDENTIFIERA/W.
12691
12692         * include/winsvc.h: Added SERVICE_STATE_ALL, SERVICE_QUERY_CONFIG,
12693         SERVICE_CHANGE_CONFIG, SERVICE_QUERY_STATUS, SERVICE_ENUMERATE_DEPENDENTS,
12694         SERVICE_START, SERVICE_STOP, SERVICE_PAUSE_CONTINUE,
12695         SERVICE_USER_DEFINED_CONTROL and SERVICE_ALL_ACCESS
12696
12697 1998-12-02  Anders Norlander  <anorland@hem2.passagen.se>
12698
12699         * include/winbase.h: Corrected prototype for CreateProcessA
12700
12701         * include/mmsystem.h: Added CAPS1 and C1_TRANSPARENT for display
12702         driver extensions.
12703
12704         * include/shlobj.h: Corrected prototype for SHGetDesktopFolder, should
12705         be LPSHELLFOLDER* not LPSHELLFOLDER.
12706
12707         * include/windows.h: Include commdlg.h
12708
12709         * include/winuser.h: Added MDICREATESTRUCT
12710
12711         * include/winuser.h: Added LB_ERR, LB_ERRSPACE, LB_OKAY, CB_ERR,
12712         CB_ERRSPACE, and CB_OKAY
12713
12714         * include/wingdi.h: Added LPBITMAPINFOHEADER
12715
12716         * include/rpcproxy.h: Removed IN, OUT and OPTIONAL since they
12717         are meaningless.
12718         * include/rpcdce2.h: Likewise.
12719
12720         * lib/shell32.c: Moved GUID defintions from shlguid.h to this file.
12721
12722         * include/richole.h: Replaced DEFINE_GUID with extern const GUID
12723         * include/olectlid.h: Likewise
12724         * include/shlguid.h: Likewise
12725
12726         * include/coguid.h: Delete file since it was for 16 bit windows only.
12727
12728         * lib/*.def: Appended .dll to library name where needed.
12729
12730         * include/windef.h: Define _stdcall and __stdcall only if not
12731         previously defined instead of undefining first.
12732
12733         * include/dlgs.h: Put RC_INVOKED around structure defs
12734
12735         * include/intshcut.h: New file
12736         * include/isguids.h: New file
12737
12738         * lib/uuid.c: Added all COM/OLE GUIDS I know and do not know about.
12739
12740 1998-12-01  Anders Norlander  <anorland@hem2.passagen.se>
12741
12742         * include/winnt.h: Added check if _T is defined before defining it
12743
12744         * include/windows.h: Include dlgs.h if WIN32_LEAN_AND_MEAN not defined
12745
12746         * include/dlgs.h: New file
12747
12748         * include/winbase.h: Removed DllEntryPoint define
12749
12750         * include/winbase.h: Added SetupComm prototype
12751
12752         * include/rpc.h: SEH RPC functions no longer defined since they weren't
12753         supported anyway.
12754
12755         * include/basetyps.h: Removed use of COMOBJECT define, instead
12756         DECLARE_INTERFACE directly uses comobject attribute when GCC
12757         is used.
12758
12759         * include/wtypes.h: STGC enum was missing typedef
12760
12761         * include/objidl.h: ADVC enum was missing typedef
12762
12763         * include/winnt.h: Moved CHAR, SHORT and LONG definitions so
12764         they are nested within the VOID definition.
12765
12766         * include/winbase.h: Added stream ids and attributes
12767
12768         * include/winbase.h: Changed WIN32_STREAM_ID member cStreamName
12769         to an ANYSIZE_ARRAY array.
12770
12771 1998-11-26  Anders Norlander  <anorland@hem2.passagen.se>
12772
12773         * include/windef.h: defined _declspec as __declspec since
12774         some programs (like VWCL) use _declspec instead of __declspec
12775
12776         * include/winnt.h: added COMPRESS_FORMAT defines
12777
12778         * include/winbase.h: moved IS_TEXT_XXX defines to winnt.h
12779
12780         * include/winnt.h: added HEAP_XXXX defines
12781
12782         * include/winbase.h: moved HEAP_XXXX defines to winnt.h
12783
12784         * include/winnt.h: added defintions for PE/COFF from the PE and COFF
12785         specification.
12786
12787         * include/winnt.h: added NTAPI define
12788
12789 1998-11-25  Anders Norlander  <anorland@hem2.passagen.se>
12790
12791         * include/winnt.h: defined TBYTE,LPTSTR etc in terms of TCHAR
12792         instead of CHAR or WCHAR.
12793
12794         * include/winnt.h: added _T define
12795
12796         * include/winnt.h: added test for _TCHAR_DEFINED
12797
12798         * include/winnt.h: included string.h for memory macros
12799
12800         * include/prsht.h: added PSM_SETFINISHTEXT to UNICODE/ANSI test
12801
12802         * include/prsht.h: moved PSM_SETTITLEA/W to UNICODE test at end of file
12803
12804         * include/prsht.h: added PropSheet_XXX macros
12805
12806
12807 1998-11-24  Anders Norlander  <anorland@hem2.passagen.se>
12808
12809         * include/winspool.h: Changed DeletePrinterProcessor and
12810         DeletePrinterProvidor to DeletePrintXX.
12811
12812         * include/wingdi.h: Changed EMRCREATECOLORSPACE lcs member type to
12813         LOGCOLORSPACEW.
12814
12815         * include/wingdi.h: Changed prototype for CreateColorSpace to A and W
12816         variants
12817
12818         * include/wingdi.h: Likewise for GetLogColorSpace
12819
12820         * include/wingdi.h: Changed LOGCOLORSPACE to LOGCOLORSPACEA/W.
12821
12822         * include/richedit.h: Added missing defines and structures
12823
12824         * include/winuser.h: Moved EDITWORDBREAKPROCEX to include/richedit.h
12825
12826         * include/winuser.h: Added HWND_DESKTOP
12827
12828 1998-11-23  Anders Norlander  <anorland@hem2.passagen.se>
12829
12830         * Makefile: Include ChangeLog when building source
12831         distribution (srcdist)
12832
12833         * include/oleauto.h: Changed WINOLEAUTAPI and WINOLEAUTAPI_ so they
12834         are always defined as STDAPI and STDAPI_
12835
12836         * include/objbase.h: Changed WINOLEAPI and WINOLEAPI_ so they
12837         are always defined as STDAPI and STDAPI_
12838
12839         * include/objidl.h: Removed extra ';' on IStorage SetClass method
12840
12841         * include/rpcndr.h: Removed all IN and OUT from function prototypes
12842
12843         * ChangeLog started