OSDN Git Service

Declare CONDITION_VARIABLE API, per feature request [#2314]
[mingw/mingw-org-wsl.git] / w32api / ChangeLog
1 2017-05-31  Keith Marshall  <keithmarshall@users.sourceforge.net>
2
3         Declare CONDITION_VARIABLE API, per feature request [#2314]
4
5         * include/winbase.h [_WIN32_WINNT >= _WIN32_WINNT_VISTA]
6         (CONDITION_VARIABLE, PCONDITION_VARIABLE): Define data types, and...
7         (InitializeConditionVariable, SleepConditionVariableCS)
8         (SleepConditionVariableSRW, WakeAllConditionVariable)
9         (WakeConditionVariable): ...declare prototypes.
10
11 2017-05-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
12
13         Declare SRWLOCK API, to support feature request [#2314]
14
15         * include/winbase.h [_WIN32_WINNT >= _WIN32_WINNT_VISTA]
16         (SRWLOCK, *PSRWLOCK): Define these data types, and declare...
17         (InitializeSRWLock, AcquireSRWLockExclusive, AcquireSRWLockShared)
18         (ReleaseSRWLockExclusive, ReleaseSRWLockShared): ...these prototypes.
19         [_WIN32_WINNT >= _WIN32_WINNT_WIN7] (TryAcquireSRWLockExclusive)
20         (TryAcquireSRWLockShared): Declare additional prototypes.
21
22 2017-03-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
23
24         Resolve potential <winbase.h> vs. <winerror.h> inconsistency.
25
26         * include/winerror.h: Tidy layout; assert copyright.
27
28         * include/winbase.h (WAIT_TIMEOUT): Redefine; make it identical to...
29         * include/winerror.h (WAIT_TIMEOUT): ...this equivalent; remove...
30         [!defined WAIT_TIMEOUT]: ...this conditional redefinition guard from
31         both locations; it permitted inconsistency between the two.
32
33 2017-03-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
34
35         Consolidate <winbase.h> version specific conditionals.
36
37         * include/winbase.h: Reorganize file content; group manifest constant
38         definitions into one nested collection of conditional blocks, with one
39         block per Windows version evolution, sorting alphabetically within each
40         block; do likewise for data type definitions and function prototypes.
41
42 2017-03-20  Keith Marshall  <keithmarshall@users.sourceforge.net>
43
44         Tidy, and make <winbase.h> header effectively self-contained.
45
46         * include/w32api.h (__AW_ALIAS__): Rename original implementation...
47         (__AW_ALIAS_EX__): ...as this, retaining its encapsulation of...
48         (__AW_EXTENDED__): ...this; subsequently reimplement...
49         (__AW_ALIAS__): ...this, with original name, now encapsulating...
50         (__AW_SUFFIXED__): ...this.
51
52         * include/dbt.h (__AW_ALIAS__): Replace all references with...
53         (__AW_ALIAS_EX__): ...this renamed alternative, when defining...
54         (DEV_BROADCAST_DEVICEINTERFACE, PDEV_BROADCAST_DEVICEINTERFACE)
55         (DEV_BROADCAST_PORT, PDEV_BROADCAST_PORT): ...these.
56
57         * include/winbase.h: Tidy layout; assert copyright.
58         (stdarg.h, windef.h): Include them, to achieve self-containment.
59         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
60         [UNICODE vs. ! UNICODE]: Replace separated declarations; use...
61         [__AW_ALIAS__]: ...this, to correctly specify each of...
62         (STARTUPINFO, LPSTARTUPINFO, WIN32_FIND_DATA, PWIN32_FIND_DATA)
63         (LPWIN32_FIND_DATA, HW_PROFILE_INFO, LPHW_PROFILE_INFO, ACTCTX)
64         (PACTCTX, PCACTCTX): ...these generic typedefs, and...
65         [__AW_SUFFIXED__]: ...this, to correctly map each of...
66         (ENUMRESLANGPROC, ENUMRESNAMEPROC, ENUMRESTYPEPROC, AddAtom)
67         (AccessCheckAndAuditAlarm, BackupEventLog, BeginUpdateResource)
68         (BuildCommDCB, BuildCommDCBAndTimeouts, CheckNameLegalDOS8Dot3)
69         (CallNamedPipe, ClearEventLog, CommConfigDialog, CopyFile, CopyFileEx)
70         (CreateActCtx, CreateDirectory, CreateDirectoryEx, CreateEvent)
71         (CreateFile, CreateFileMapping, CreateHardLink, CreateJobObject)
72         (CreateMailslot, CreateMutex, CreateNamedPipe, CreateProcess)
73         (CreateProcessAsUser, CreateSemaphore, CreateSymbolicLink)
74         (CreateWaitableTimer, DefineDosDevice, DeleteFile, EncryptFile)
75         (DeleteVolumeMountPoint, DnsHostnameToComputerName, EndUpdateResource)
76         (EnumResourceLanguages, EnumResourceNames, EnumResourceTypes)
77         (ExpandEnvironmentStrings, FatalAppExit, FileEncryptionStatus)
78         (FindActCtxSectionString, FindAtom, FindFirstChangeNotification)
79         (FindFirstFile, FindFirstFileEx, FindFirstVolume, FindNextFile)
80         (FindFirstVolumeMountPoint, FindNextVolume, FindNextVolumeMountPoint)
81         (FindResource, FindResourceEx, FormatMessage, FreeEnvironmentStrings)
82         (GetAtomName, GetBinaryType, GetCommandLine, GetCompressedFileSize)
83         (GetComputerName, GetComputerNameEx, GetCurrentDirectory)
84         (GetDefaultCommConfig, GetDiskFreeSpace, GetDiskFreeSpaceEx)
85         (GetDllDirectory, GetDriveType, GetEnvironmentStrings)
86         (GetEnvironmentVariable, GetFileAttributes, GetFileAttributesEx)
87         (GetFileSecurity, GetFinalPathNameByHandle, GetFullPathName)
88         (GetLogicalDriveStrings, GetLongPathName, GetModuleFileName)
89         (GetModuleHandle, GetModuleHandleEx, GetNamedPipeHandleState)
90         (GetPrivateProfileInt, GetPrivateProfileSection)
91         (GetPrivateProfileSectionNames, GetPrivateProfileString)
92         (GetPrivateProfileStruct, GetProfileInt, GetProfileSection)
93         (GetProfileString, GetShortPathName, GetStartupInfo)
94         (GetSystemDirectory, GetSystemWindowsDirectory, GetTempFileName)
95         (GetSystemWow64Directory, GetTempPath, GetUserName, GetVersionEx)
96         (GetVolumeInformation, GetVolumeNameForVolumeMountPoint)
97         (GetVolumePathName, GetVolumePathNamesForVolumeName, GlobalAddAtom)
98         (GetWindowsDirectory, GlobalFindAtom, GlobalGetAtomName)
99         (IsBadStringPtr, LoadLibrary, LoadLibraryEx, LogonUser)
100         (LookupAccountName, LookupAccountSid, LookupPrivilegeDisplayName)
101         (LookupPrivilegeName, LookupPrivilegeValue, lstrcat, lstrcmp)
102         (lstrcmpi, lstrcpy, lstrcpyn, lstrlen, MoveFile, MoveFileEx)
103         (MoveFileWithProgress, ObjectCloseAuditAlarm, ObjectDeleteAuditAlarm)
104         (ObjectOpenAuditAlarm, ObjectPrivilegeAuditAlarm, OpenBackupEventLog)
105         (OpenEvent, OpenEventLog, OpenFileMapping, OpenMutex, OpenSemaphore)
106         (OutputDebugString, PrivilegedServiceAuditAlarm, QueryDosDevice)
107         (ReadEventLog, RegisterEventSource, RemoveDirectory, ReplaceFile)
108         (ReportEvent, SearchPath, SetComputerName, SetCurrentDirectory)
109         (SetDefaultCommConfig, SetDllDirectory, SetEnvironmentVariable)
110         (SetFileAttributes, SetFileSecurity, SetFileShortName, SetVolumeLabel)
111         (SetFirmwareEnvironmentVariable, SetVolumeMountPoint, UpdateResource)
112         (VerifyVersionInfo, WaitNamedPipe, WritePrivateProfileSection)
113         (WritePrivateProfileString, WritePrivateProfileStruct)
114         (WriteProfileSection, WriteProfileString): ...these, and add...
115         (GetCurrentHwProfile, OpenWaitableTimer, SetComputerNameEx)
116         (GetFirmwareEnvironmentVariable): ...these previously missing generic
117         function name aliases.
118
119 2017-03-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
120
121         Refactor mingwrt and w32api common makefile content.
122
123         * Makefile.in (w32api-srcdist-config-files): Rename it...
124         (w32api-srcdist-common-files): ...as this phoney build rule.
125         (shared_include_file): New macro; define it, and include named file.
126         (configure, config.status, Makefile, config.status.missing, _mingw.h)
127         (w32api.h, PACKAGE_VERSION_SCRIPT, PACKAGE_VERSION_FORMAT): Factor
128         out; relocate them to new file in common parent directory...
129         * ../Makefile.comm: ...here.
130
131 2017-03-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
132
133         Correct a copyright notice update omission.
134
135         * configure.ac: Extend copyright date range to include 2017.  Also
136         clean up superfluous trailing whitespace.
137
138 2017-03-09  Keith Marshall  <keithmarshall@users.sourceforge.net>
139
140         Fix generated header file dependencies.
141
142         * Makefile.in (_mingw.h, w32api): Make them depend on changes in...
143         [VERSION.m4]: ...this; package version changes are no longer made...
144         [configure.ac]: ...here; delete associated prerequisite reference.
145         (distclean-local): Delete them.
146
147 2017-03-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
148
149         Prepare and tag for release of w32api-5.0 package set.
150
151         * All files (wsl-5.0-release): Tag assigned.
152
153 2017-02-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
154
155         Implement basic test suite infrastructure.
156
157         * tests: New subdirectory; it hosts...
158         * tests/Makefile.in tests/testsuite.at.in tests/atlocal.in
159         * tests/headers.at: ...these new files; they implement the basic test
160         suite infrastructure, initially comprising header integrity checks.
161
162         * configure.ac (AC_PROG_CXX): Check it.
163         (AC_CONFIG_TESTDIR): Configure tests subdirectory.
164         (AC_CHECK_PROG): Check for autom4te; configure fall back if missing.
165         (AC_CONFIG_FILES): Generate tests/atlocal, tests/testsuite.at.tmp, and
166         tests/Makefile.
167
168         * Makefile.in (check test tests): New rules; all are synonymous.
169         (check-recursive): New rule; invoked by each of the preceding three.
170         (w32api-srcdist-testsuite-files): New rule; implement and use it...
171         (w32api-srcdist-files): ...here.
172
173 2017-02-14  Alexander Krisak  <akrisak@users.sourceforge.net>
174
175         Add missing constant definition, per issue [#2249].
176
177         * include/winnt.h (JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE): Define it.
178
179 2017-02-10  Keith Marshall  <keithmarshall@users.sourceforge.net>
180
181         Avoid unnecessary duplication of configuration files.
182
183         * Makefile.in (vpath install-sh): Define it; it matches...
184         (vpath %.m4): ...this; add $top_srcdir/..; search it first; delete
185         rule for creating duplicate file reference links in $top_srcdir.
186         (configure): Add '-I ..' option, when running autoconf.
187         (w32api-srcdist-files): Rename it as...
188         (w32api-srcdist-package-files): ...this; remove dependencies on...
189         (aclocal.m4 VERSION.m4 install-sh): ...these; reinstate them in...
190         (w32api-srcdist-config-files): ...this new distributable files
191         enumeration goal; add it as one new prerequisite of...
192         (w32api-srcdist-files): ...this repurposed goal; also depends on...
193         (w32api-srcdist-package-files): ...this; populate it using...
194         (SRCDIST_ADD): ...this macro; redefine it accordingly.
195
196 2016-12-08  Jerzy Tarasiuk  <jz_fuw@users.sourceforge.net>
197
198         Correct typo in <ddk/ntdddisk.h>; fix bug [#2323]
199
200         * include/ddk/ntdddisk.h (IOCTL_DISK_BASE): Correct definition;
201         it was previously transcribed incorrectly, as being equivalent to...
202         (FILE_TYPE_DISK): ...this, but it should have been equivalent to...
203         (FILE_DEVICE_DISK): ...this.
204
205 2016-12-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
206
207         Rationalize <winuser.h> ANSI vs. UNICODE definition strategy.
208
209         * include/winuser.h [UNICODE, !UNICODE]: Replace individual pairs of
210         alternative generic symbol mapping definitions, and typedefs, with...
211         (__AW_SUFFIXED__): ...one such macro expansion per pair; collate with
212         their respective ANSI and UNICODE specific references.
213
214 2016-11-26  Keith Marshall  <keithmarshall@users.sourceforge.net>
215
216         Deprecate obsolete <winable.h> and <pbt.h> headers.
217
218         * Makefile.in (%.h.in): Generalize vpath definition.
219         (obsolete_headers, obsolete_header_script, w32api_dist_headers)
220         (w32api_generated_headers, replace_headers, macro_name): New macros.
221         (install-w32api-headers): Add dependency on w32api_dist_headers.
222         (%.h): New static pattern rule; it generates generic dependants of...
223         * include/obsolete.h.in: ...this new template for obsolete headers.
224
225         * include/winable.h include/pbt.h: Delete them; they are obsolete;
226         replace them by install-time generated generic stubs.
227
228 2016-11-25  Keith Marshall  <keithmarshall@users.sourceforge.net>
229
230         Update <winuser.h> and <dbt.h>; fix issue [#2317].
231
232         * include/winuser.h: Tidy layout; add copyright notice.
233         [WINVER, _WIN32_WINDOWS, _WIN32_WINNT]: Compare them symbolically.
234         (__WINUSER_H_SOURCED__): New internal macro; define it, to facilitate
235         selective inclusion of content from other headers; delete when done.
236         (BSM_ALLCOMPONENTS, BSF_ALLOWSFW, BSM_APPLICATIONS, BSM_ALLDESKTOPS)
237         (BSM_INSTALLABLEDRIVERS, BSM_NETDRIVER, BSM_VXDS, BSF_FLUSHDISK)
238         (BSF_FORCEIFHUNG, BSF_IGNORECURRENTTASK, BSF_LUID, BSF_NOHANG)
239         (BSF_NOTIMEOUTIFNOTHUNG, BSF_POSTMESSAGE, BSF_QUERY, BSF_RETURNHDESK)
240         (BSF_SENDNOTIFYMESSAGE): Delete; do not define them locally; retrieve
241         them selectively from <dbt.h>, where they are properly defined.
242         [WINVER >= WIN2K/WIN98] (BlockInput): Add missing declaration.
243         (KillTimer, TIMERPROC): Declare timer event parameters as UINT_PTR;
244         formerly UINT, which doesn't match 64-bit size required for Win64.
245         (SetTimer): Likewise; also declare similar return type.
246         (WINEVENTPROC): Add missing CALLBACK attribute.
247         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
248
249         * include/w32api.h (__AW_ALIAS__): New macro; define it.
250         * include/sdkddkver.h (_WIN32_WINNT_NT4SP3): New macro; define it.
251
252         * include/dbt.h: Tidy layout; add copyright notice.
253         (_BEGIN_C_DECLS, _END_C_DECLS): Also prefer them here.
254         [__WINUSER_H_SOURCED__] (_DBT_H): Do not define; expose only...
255         (BSM_ALLCOMPONENTS, BSF_ALLOWSFW, BSM_APPLICATIONS, BSM_ALLDESKTOPS)
256         (BSM_INSTALLABLEDRIVERS, BSM_NETDRIVER, BSM_VXDS, BSF_FLUSHDISK)
257         (BSF_FORCEIFHUNG, BSF_IGNORECURRENTTASK, BSF_LUID, BSF_NOHANG)
258         (BSF_NOTIMEOUTIFNOTHUNG, BSF_POSTMESSAGE, BSF_QUERY, BSF_RETURNHDESK)
259         (BSF_SENDNOTIFYMESSAGE): ...these, to be duplicated in <winuser.h>
260         (__AW_ALIAS__): Use it to define ANSI/UNICODE specific aliases for...
261         (DEV_BROADCAST_PORT, DEV_BROADCAST_DEVICEINTERFACE): ...these generic
262         structure typedef names, and their respectively corresponding...
263         (PDEV_BROADCAST_PORT, PDEV_BROADCAST_DEVICEINTERFACE): ...pointer
264         type names.
265
266 2016-09-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
267
268         Fix a minor ISO-C++11 conformity issue.
269
270         * include/winnt.h (GetCurrentFiber): Insert spaces, as required
271         by ISO-C++11, between concatenated string literal elements.
272         (GetFiberData, NtCurrentTeb): Likewise.
273
274 2016-08-01  Keith Marshall  <keithmarshall@users.sourceforge.net>
275
276         Merge w32api-3.18.1 legacy updates to 5.0-active branch.
277
278         * include/ddk/winddk.h: Update per issue [#2307] resolution.
279         * include/ddk/ntdddisk.h include/ddk/ntddstor.h: Likewise.
280
281 2016-07-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
282
283         Prepare and tag all files for release of w32api-3.18.1
284
285         * configure.ac (AC_INIT): Increment patch level to 3.18.1
286
287 2016-07-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
288
289         Resolve improper macro expansion issue [#2307].
290
291         * include/ddk/winddk.h (__FILE_AM_BUFFERED, __FILE_RD_BUFFERED)
292         (__FILE_RW_BUFFERED): Redefine, encapsulating the expansion of each
293         dependent macro WITHIN the expansion of each of these; hence...
294
295         * include/ddk/ntdddisk.h (IOCTL_DISK_GET_DRIVE_GEOMETRY)
296         (IOCTL_DISK_FORMAT_TRACKS_EX, IOCTL_DISK_REASSIGN_BLOCKS)
297         (IOCTL_DISK_GET_MEDIA_TYPES, IOCTL_DISK_CONTROLLER_NUMBER)
298         (IOCTL_DISK_GET_DRIVE_LAYOUT, IOCTL_DISK_SET_DRIVE_LAYOUT)
299         (IOCTL_DISK_GET_PARTITION_INFO, IOCTL_DISK_SET_PARTITION_INFO)
300         (IOCTL_DISK_GET_DRIVE_GEOMETRY_EX, IOCTL_DISK_UPDATE_DRIVE_SIZE)
301         (IOCTL_DISK_VERIFY, IOCTL_DISK_FORMAT_TRACKS, IOCTL_DISK_PERFORMANCE)
302         (IOCTL_DISK_CREATE_DISK, IOCTL_DISK_RESERVE, IOCTL_DISK_IS_WRITABLE)
303         (IOCTL_DISK_GET_PARTITION_INFO_EX, IOCTL_DISK_SET_PARTITION_INFO_EX)
304         (IOCTL_DISK_GET_CACHE_INFORMATION, IOCTL_DISK_SET_CACHE_INFORMATION)
305         (IOCTL_DISK_INTERNAL_SET_VERIFY, IOCTL_DISK_INTERNAL_CLEAR_VERIFY)
306         (IOCTL_DISK_GET_DRIVE_LAYOUT_EX, IOCTL_DISK_SET_DRIVE_LAYOUT_EX)
307         (IOCTL_DISK_GROW_PARTITION, IOCTL_DISK_DELETE_DRIVE_LAYOUT)
308         (IOCTL_DISK_GET_LENGTH_INFO, IOCTL_DISK_PERFORMANCE_OFF)
309         (IOCTL_DISK_CHECK_VERIFY, IOCTL_DISK_FIND_NEW_DEVICES)
310         (SMART_GET_VERSION, SMART_RCV_DRIVE_DATA, SMART_SEND_DRIVE_COMMAND):
311         ...adjust these dependent macro definitions accordingly.
312
313         * include/ddk/ntddstor.h (IOCTL_STORAGE_CHECK_VERIFY)
314         (IOCTL_STORAGE_CHECK_VERIFY2, IOCTL_STORAGE_MEDIA_REMOVAL)
315         (IOCTL_STORAGE_EJECTION_CONTROL, IOCTL_STORAGE_MCN_CONTROL)
316         (IOCTL_STORAGE_GET_DEVICE_NUMBER, IOCTL_STORAGE_PREDICT_FAILURE)
317         (IOCTL_STORAGE_GET_MEDIA_TYPES, IOCTL_STORAGE_GET_MEDIA_TYPES_EX)
318         (IOCTL_STORAGE_GET_MEDIA_SERIAL_NUMBER, IOCTL_STORAGE_QUERY_PROPERTY)
319         (IOCTL_STORAGE_RELEASE, IOCTL_STORAGE_FIND_NEW_DEVICES)
320         (IOCTL_STORAGE_RESET_BUS, IOCTL_STORAGE_RESET_DEVICE)
321         (IOCTL_STORAGE_EJECT_MEDIA, IOCTL_STORAGE_LOAD_MEDIA)
322         (IOCTL_STORAGE_LOAD_MEDIA2, IOCTL_STORAGE_RESERVE): Likewise.
323
324 2016-07-19  Keith Marshall  <keithmarshall@users.sourceforge.net>
325
326         Update install-sh to match mingw.org/build-aux package.
327
328         * install-sh: Delete it; use version in parent directory instead,
329         recreating local copy, (as symlink, if supported), on demand.
330
331 2016-07-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
332
333         Eliminate redundant configuration files.
334
335         * aclocal.m4 VERSION.m4: Delete them; restore them on demand, via...
336         * Makefile.in ($top_srcdir/../%): ...this symlink dependency rule.
337
338         * configure.ac (AC_PROG_LN_S): Add configuration check.
339
340 2016-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
341
342         Discard redundant config.guess and config.sub files.
343
344         * config.guess config.sub: Delete them; they are no longer required.
345         * Makefile.in (SRCDIST_ADD): Remove related references.
346
347 2016-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
348
349         Merge recent legacy branch updates to 5.0-active branch.
350
351         * Makefile.in include/ddk/ntifs.h include/ddk/winddk.h
352         * include/sdkddkver.h include/setupapi.h include/windows.h
353         * include/winnt.h include/winuser.h include/winver.h
354         * include/wtsapi32.h lib/wtsapi32.def: Updated.
355
356 2016-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
357
358         Prepare and tag all files for release of w32api-3.18.
359
360 2016-07-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
361
362         Do not pass MAKEFLAGS explicitly, when invoking recursive make.
363
364         * Makefile.in (install-strip, uninstall): Delete explicit $(MAKEFLAGS)
365         references from $(MAKE) command lines; make passes them implicitly.
366
367 2016-06-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
368
369         Backport MemoryBarrier() implementation from 4.0-dev branch.
370
371         * include/winnt.h (MemoryBarrier): Implement it; this is a rework of
372         Earnie's original inline implementation, but declared 'static' to fix
373         issue [#1661]; it is further modified, to avoid the broken pre-Vista
374         fallback identified by issue [#2131], and to remove references to...
375         (__faststorefence, __mf): ...these MSVC intrinsics, replaced by...
376         [defined __ATOMIC_SEQ_CST] (__atomic_thread_fence): ...this, or...
377         [GCC >= 4.4] (__sync_synchronize): ...this, as appropriate, falling
378         back to inline assembly code when necessary.
379
380         * include/ddk/winddk.h (KeMemoryBarrier): Delegate it to...
381         (MemoryBarrier): ...this, so avoiding the potential to emit invalid
382         code, for hosts which do not support the SSE2 'mfence' instruction.
383
384 2016-06-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
385
386         Merge further W32API updates from Cygwin CVS.
387         Incorporated selected changes from 2012-08-01 to 2012-08-04.
388
389         * include/setupapi.h include/winuser.h include/winver.h
390         * include/wtsapi32.h lib/wtsapi32.def: Merged and updated.
391
392 2016-06-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
393
394         Update mapping of GCC to MSVC host identification macros.
395
396         * include/windows.h: Assert copyright; tidy layout.
397         (_M_IX86, _ALPHA_, _PPC_, _MIPS_, _68K_): Delete duplicate defines.
398         [!_WINUSER_H, !_WINNLS_H, !_WINVER_H, !_WINNETWK_H, !_WINREG_H]
399         [!_WINSVC_H]: Do not explicitly test these here; they are properly
400         managed implicitly, by GCC, when including the associated headers.
401
402         * include/winnt.h: Assert copyright; tidy layout.
403         (_BEGIN_C_DECLS, _END_C_DECLS): Use these, as appropriate.
404         (__aligned__, __always_inline__, __selectany__): Prefer these...
405         (aligned, always_inline, selectany): ...to these attribute forms.
406         (CONTEXT) [_ALPHA_, _PPC_, MIPS, ARM]: Change selector macros to...
407         [_M_ALPHA, _M_PPC, _M_MRX000, _M_ARM]: ...these, respectively.
408         (GetCurrentFiber, GetFiberData, NtCurrentTeb): Redefine in terms of...
409         (__tib_fiber_data__, __tib_self_refptr__): ...these adaptive macros...
410         [!_WIN64]: ...to accommodate 32-bit, or otherwise 64-bit Windows.
411         (_ALPHA_, _PPC_, _MIPS_, _68K_): Delete these redundant macros...
412         (_M_IX86): ...also removing this, but relocate it to...
413         * include/sdkddkver.h (_M_IX86): ...here; augment it with...
414         (_M_IX86_FP, _M_X64, _M_AMD64, _M_IA64): ...these; define them as
415         appropriate.
416
417         * include/ddk/ntifs.h [!_ALPHA_]: Augment test; rather consider...
418         [!_ALPHA_ && !_M_ALPHA]: ...this, for structure alignment control.
419
420 2016-05-23  Keith Marshall  <keithmarshall@users.sourceforge.net>
421
422         Merge W32API updates, from Cygwin CVS, into legacy branch.
423         Incorporate changes since release of w32api-3.17, until 2012-07-06.
424
425         * include/shobjidl.h lib/shobjidl-uuid.c: New files, added per LRN's
426         2012-04-28 commit to Cygwin CVS.
427
428         * include/gdiplus/gdiplustypes.h include/imagehlp.h
429         * include/routprot.h include/shlwapi.h include/userenv.h
430         * include/winbase.h include/wincon.h include/windef.h
431         * include/winerror.h include/wingdi.h include/winnt.h
432         * include/winsock.h include/winsock2.h include/winuser.h: Updated to
433         match Cygwin CVS state, as of 2012-07-06.
434
435         * include/wincrypt.h: Updated to remove duplicate manifest constant
436         definitions, as identified per Chris Sutcliffe's 2012-01-03 commit to
437         Cygwin CVS; merge with my 2015-09-29 commit; additionally, remove...
438         (szOID_RSA_emailAddr, szOID_RSA_unstructAddr, szOID_RSA_unstructName)
439         (CRYPT_ARCHIVABLE, CRYPT_NOHASHOID, CRYPT_VERIFYCONTEXT): ...extra
440         copies of these further duplicated definitions, identified during
441         the merging operation.
442
443 2016-05-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
444
445         Synchronize package version management with MinGW Runtime.
446
447         * VERSION.m4: New file; link it to keep in sync with identically named
448         file in top level composite package source directory; it defines...
449         (__VERSION__): ...this new composite package version macro.
450
451         * aclocal.m4: Link it, to keep in sync with identically named files in
452         top level composite source and sibling mingwrt sub-package directories.
453         (__VERSION__): New macro; include VERSION.m4 to define it.
454         (__BUG_REPORT_URL__): New macro; define it.
455
456         * configure.ac (AC_INIT): Assign package version and bug report URL...
457         (__VERSION__, __BUG_REPORT_URL__): ...from these, as defined through
458         automatic inclusion of aclocal.m4
459
460         * Makefile.in (configure): Add dependency on VERSION.m4
461
462 2016-05-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
463
464         Eliminate redundant <parts/winioctl.h> header.
465
466         * include/parts/winioctl.h: Delete it; distribute its content...
467         * include/ddk/winddk.h include/ddk/ntddstor.h include/ddk/ntdddisk.h:
468         ...among these, separating it into discrete sections based on...
469         [__need_ddk_winddk_includes, __need_ddk_ntddstor_includes]
470         [__need_ddk_ntdddisk_includes]: ...these selectors, respectively.
471         [__WINIOCTL_H_SOURCED__]: Expose only those sections; do not define...
472         (_DDK_WINDDK_H, _DDK_NTDDSTOR_H, _DDK_NTDDDISK_H): ...these.
473
474         * include/winioctl.h (__WINIOCTL_H_SOURCED__): Define it; include each
475         of <ddk/winddk.h>, <ddk/ntddstor.h>, and <ddk/ntdddisk.h>
476
477 2016-05-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
478
479         Enforce consistent specification of package version.
480
481         * include/w32api.h: Rename as...
482         * include/w32api.h.in: ...this build-time template file.
483         (__W32API_VERSION): Redefine it, in terms of...
484         (%PACKAGE_VERSION_LONG%): ...this substitution template.
485         (__W32API_MAJOR_VERSION, __W32API_MINOR_VERSION)
486         (__W32API_PATCHLEVEL): Likewise, redefine them in terms of...
487         (%PACKAGE_VERSION_MAJOR%, %PACKAGE_VERSION_MINOR%)
488         (%PACKAGE_VERSION_PATCH%): ...these.
489
490         * configure.ac (AC_CONFIG_SRCDIR): Adjust for renamed file.
491         (MINGW_AC_CONFIG_EXTRA_SRCDIR): Likewise, for similarly renamed
492         mingwrt/include/_mingw.h.in file.
493
494         * Makefile.in (all-w32api-libs): Add dependency on...
495         (w32api.h, _mingw.h): ...these; add rule to generate them, using...
496         (PACKAGE_VERSION_SCRIPT, PACKAGE_VERSION_FORMAT): ...these new macros;
497         they apply appropriate substitutions to the renamed template files.
498         (install-w32api-headers): Explicitly add w32api.h
499
500 2015-11-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
501
502         Refactor for Windows DDK synchronization; fix MinGW-Bug [#1954].
503
504         * include/parts/winioctl.h: New file; it provides infrastructure for
505         sharing of common code between DDK headers and primary <winioctl.h>
506         (__IOCTL_STORAGE_, __IOCTL_DISK_, __FILE_RW_ACCESS, __FILE_AM_BUFFERED)
507         (__FILE_RD_BUFFERED, __FILE_RW_BUFFERED): New internal convenience
508         macros; they facilitate more consise expression of factored out IOCTL
509         and FSCTL macros; define them.
510
511         * include/ddk/ntddk.h: Assert copyright; tidy layout.
512         (__NTDDK_H): Multiple inclusion guard macro, renamed to...
513         (_DDK_NTDDK_H): ...this; it provides better indication of location.
514         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
515
516         * include/ddk/winddk.h: Assert copyright; tidy layout.
517         (__WINDDK_H): Multiple inclusion guard macro, renamed to...
518         (_DDK_WINDDK_H): ...this; it provides better indication of location.
519         [!defined _DDK_NTDDK_H]: Forbid direct inclusion; emit diagnostic.
520         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
521         (METHOD_BUFFERED, METHOD_IN_DIRECT, METHOD_OUT_DIRECT)
522         (METHOD_NEITHER): Redefine as enumeration; factor it out.
523         (FILE_ANY_ACCESS, FILE_SPECIAL_ACCESS, FILE_READ_ACCESS)
524         (FILE_WRITE_ACCESS): Likewise.
525         (CTL_CODE, DEVICE_TYPE_FROM_CTL_CODE): Factor out.
526         [defined _DRIVE_LAYOUT_INFORMATION_MBR_DEFINED]: Delete guard.
527         (struct _DRIVE_LAYOUT_INFORMATION_MBR, DRIVE_LAYOUT_INFORMATION_MBR)
528         (PDRIVE_LAYOUT_INFORMATION_MBR): Factor out, without guard.
529         (struct _DRIVE_LAYOUT_INFORMATION_GPT, DRIVE_LAYOUT_INFORMATION_GPT)
530         (PDRIVE_LAYOUT_INFORMATION_GPT): Factor out.
531         (struct _PARTITION_INFORMATION_MBR, PARTITION_INFORMATION_MBR)
532         (PPARTITION_INFORMATION_MBR): Likewise.
533         (FILE_DEVICE_BEEP, FILE_DEVICE_CD_ROM, FILE_DEVICE_CD_ROM_FILE_SYSTEM)
534         (FILE_DEVICE_CONTROLLER, FILE_DEVICE_DATALINK, FILE_DEVICE_DFS)
535         (FILE_DEVICE_DISK, FILE_DEVICE_DISK_FILE_SYSTEM)
536         (FILE_DEVICE_FILE_SYSTEM, FILE_DEVICE_INPORT_PORT)
537         (FILE_DEVICE_KEYBOARD, FILE_DEVICE_MAILSLOT, FILE_DEVICE_MIDI_IN)
538         (FILE_DEVICE_MIDI_OUT, FILE_DEVICE_MOUSE)
539         (FILE_DEVICE_MULTI_UNC_PROVIDER, FILE_DEVICE_NAMED_PIPE)
540         (FILE_DEVICE_NETWORK, FILE_DEVICE_NETWORK_BROWSER)
541         (FILE_DEVICE_NETWORK_FILE_SYSTEM, FILE_DEVICE_NULL)
542         (FILE_DEVICE_PARALLEL_PORT, FILE_DEVICE_PHYSICAL_NETCARD)
543         (FILE_DEVICE_PRINTER, FILE_DEVICE_SCANNER)
544         (FILE_DEVICE_SERIAL_MOUSE_PORT, FILE_DEVICE_SERIAL_PORT)
545         (FILE_DEVICE_SCREEN, FILE_DEVICE_SOUND, FILE_DEVICE_STREAMS)
546         (FILE_DEVICE_TAPE, FILE_DEVICE_TAPE_FILE_SYSTEM, FILE_DEVICE_TRANSPORT)
547         (FILE_DEVICE_UNKNOWN, FILE_DEVICE_VIDEO, FILE_DEVICE_VIRTUAL_DISK)
548         (FILE_DEVICE_WAVE_IN, FILE_DEVICE_WAVE_OUT, FILE_DEVICE_8042_PORT)
549         (FILE_DEVICE_NETWORK_REDIRECTOR, FILE_DEVICE_BATTERY)
550         (FILE_DEVICE_BUS_EXTENDER, FILE_DEVICE_MODEM, FILE_DEVICE_VDM)
551         (FILE_DEVICE_MASS_STORAGE, FILE_DEVICE_SMB, FILE_DEVICE_KS)
552         (FILE_DEVICE_CHANGER, FILE_DEVICE_SMARTCARD, FILE_DEVICE_ACPI)
553         (FILE_DEVICE_DVD, FILE_DEVICE_FULLSCREEN_VIDEO)
554         (FILE_DEVICE_DFS_FILE_SYSTEM, FILE_DEVICE_DFS_VOLUME)
555         (FILE_DEVICE_SERENUM, FILE_DEVICE_TERMSRV, FILE_DEVICE_KSEC)
556         (FILE_DEVICE_FIPS): Redefine as enumeration; factor it out.
557         (enum _PARTITION_STYLE, PARTITION_STYLE): Factor out; add...
558         (PARTITION_STYLE_RAW): ...this new enumeration state; previously, it
559         was defined only when including this enumeration from winioctl.h
560         (struct _CREATE_DISK_MBR, CREATE_DISK_MBR, PCREATE_DISK_MBR)
561         (struct _CREATE_DISK_GPT, CREATE_DISK_GPT, PCREATE_DISK_GPT)
562         (struct _CREATE_DISK, CREATE_DISK, PCREATE_DISK): Factor out;
563         include parts/winioctl.h
564
565         * include/ddk/ntddstor.h: Assert copyright; tidy layout.
566         (__NTDDSTOR_H): Multiple inclusion guard macro, renamed to...
567         (_DDK_NTDDSTOR_H): ...this; to provide better indication of location.
568         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
569         (struct _STORAGE_BUS_TYPE, STORAGE_BUS_TYPE, PSTORAGE_BUS_TYPE)
570         (IOCTL_STORAGE_BASE, IOCTL_STORAGE_RESERVE, IOCTL_STORAGE_RELEASE)
571         (IOCTL_STORAGE_CHECK_VERIFY, IOCTL_STORAGE_CHECK_VERIFY2)
572         (IOCTL_STORAGE_MEDIA_REMOVAL, IOCTL_STORAGE_EJECT_MEDIA)
573         (IOCTL_STORAGE_LOAD_MEDIA, IOCTL_STORAGE_LOAD_MEDIA2)
574         (IOCTL_STORAGE_EJECTION_CONTROL, IOCTL_STORAGE_FIND_NEW_DEVICES)
575         (IOCTL_STORAGE_GET_MEDIA_TYPES, IOCTL_STORAGE_GET_MEDIA_TYPES_EX)
576         (IOCTL_STORAGE_GET_MEDIA_SERIAL_NUMBER, IOCTL_STORAGE_PREDICT_FAILURE)
577         (IOCTL_STORAGE_QUERY_PROPERTY, IOCTL_STORAGE_GET_DEVICE_NUMBER)
578         (IOCTL_STORAGE_RESET_BUS, IOCTL_STORAGE_RESET_DEVICE)
579         (IOCTL_STORAGE_MCN_CONTROL): Factor out; include parts/winioctl.h
580
581         * include/ddk/ntdddisk.h: Assert copyright; tidy layout.
582         (__NTDDDISK_H): Multiple inclusion guard macro, renamed to...
583         (_DDK_NTDDDISK_H): ...this; to provide better indication of location.
584         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
585         (IOCTL_DISK_BASE, IOCTL_DISK_GET_LENGTH_INFO)
586         (IOCTL_DISK_IS_WRITABLE, IOCTL_DISK_REASSIGN_BLOCKS)
587         (IOCTL_DISK_FIND_NEW_DEVICES, IOCTL_DISK_GET_MEDIA_TYPES)
588         (IOCTL_DISK_GET_DRIVE_LAYOUT, IOCTL_DISK_SET_DRIVE_LAYOUT)
589         (IOCTL_DISK_GET_PARTITION_INFO, IOCTL_DISK_SET_PARTITION_INFO)
590         (IOCTL_DISK_GET_DRIVE_LAYOUT_EX, IOCTL_DISK_SET_DRIVE_LAYOUT_EX)
591         (IOCTL_DISK_GET_DRIVE_GEOMETRY, IOCTL_DISK_GET_DRIVE_GEOMETRY_EX)
592         (IOCTL_DISK_CREATE_DISK, IOCTL_DISK_VERIFY, IOCTL_DISK_CHECK_VERIFY)
593         (IOCTL_DISK_GET_PARTITION_INFO_EX, IOCTL_DISK_SET_PARTITION_INFO_EX)
594         (IOCTL_DISK_GET_CACHE_INFORMATION, IOCTL_DISK_SET_CACHE_INFORMATION)
595         (IOCTL_DISK_DELETE_DRIVE_LAYOUT, IOCTL_DISK_GROW_PARTITION)
596         (IOCTL_DISK_FORMAT_TRACKS, IOCTL_DISK_FORMAT_TRACKS_EX)
597         (IOCTL_DISK_PERFORMANCE, IOCTL_DISK_PERFORMANCE_OFF)
598         (IOCTL_DISK_UPDATE_DRIVE_SIZE, IOCTL_DISK_RESERVE): Factor out; all of
599         these macros are now defined in parts/winioctl.h; include it.
600         (PARTITION_ENTRY_UNUSED, PARTITION_FAT_12, PARTITION_XENIX_1)
601         (PARTITION_XENIX_2, PARTITION_FAT_16, PARTITION_EXTENDED)
602         (PARTITION_HUGE, PARTITION_IFS, PARTITION_OS2BOOTMGR, PARTITION_FAT32)
603         (PARTITION_FAT32_XINT13, PARTITION_XINT13, PARTITION_XINT13_EXTENDED)
604         (PARTITION_PREP, PARTITION_LDM, PARTITION_UNIX, PARTITION_NTFT)
605         (VALID_NTFT): Redefine as enumeration; factor it out.
606         (IsRecognizedPartition, IsContainerPartition): Factor out.
607         (enum _MEDIA_TYPE, MEDIA_TYPE, PMEDIA_TYPE): Factor out, adding...
608         (F3_200Mb_512, F3_240M_512, F3_32M_512): ...these new state values.
609         (enum _DETECTION_TYPE, DETECTION_TYPE): Factor out.
610         (struct _DISK_INT13_INFO, DISK_INT13_INFO, PDISK_INT13_INFO)
611         (struct _DISK_EX_INT13_INFO, DISK_EX_INT13_INFO, PDISK_EX_INT13_INFO)
612         (struct _DISK_DETECTION_INFO, DISK_DETECTION_INFO, PDISK_DETECTION_INFO)
613         (struct _DISK_GEOMETRY_EX, DISK_GEOMETRY_EX, PDISK_GEOMETRY_EX)
614         (struct _DISK_GEOMETRY, DISK_GEOMETRY, PDISK_GEOMETRY)
615         (DiskGeometryGetPartition, DiskGeometryGetDetect): Factor out.
616         (struct _PARTITION_INFORMATION): Change field data types for...
617         (HiddenSectors, PartitionNumber): ...these, from DWORD to ULONG...
618         (PartitionType): ...and this from BYTE to UCHAR, to keep consistent
619         with Windows DDK convention, then factor out struct, together with...
620         (PARTITION_INFORMATION, PPARTITION_INFORMATION): ...these.
621         (struct _PARTITION_INFORMATION_GPT, struct _DISK_PARTITION_INFO)
622         (PARTITION_INFORMATION_GPT, *PPARTITION_INFORMATION_GPT)
623         (DISK_PARTITION_INFO, *PDISK_PARTITION_INFO): Factor out.
624         (struct _GET_LENGTH_INFORMATION)
625         (GET_LENGTH_INFORMATION, PGET_LENGTH_INFORMATION)
626         (struct _DISK_PERFORMANCE, DISK_PERFORMANCE, PDISK_PERFORMANCE)
627         (struct _DISK_PERFORMANCE_EX, DISK_PERFORMANCE_EX, PDISK_PERFORMANCE_EX)
628         (struct _FORMAT_PARAMETERS, struct _FORMAT_EX_PARAMETERS)
629         (FORMAT_PARAMETERS, PFORMAT_PARAMETERS, FORMAT_EX_PARAMETERS)
630         (PFORMAT_EX_PARAMETERS): Factor out.
631         (struct _REASSIGN_BLOCKS): Change field data types for...
632         (Reserved, Count): ...these fields, from WORD to USHORT, and...
633         (BlockNumber): ...this from DWORD to ULONG, per Windows DDK
634         convention, then factor out the struct definition, together with...
635         (REASSIGN_BLOCKS, PREASSIGN_BLOCKS): ...these associated typedefs.
636         (struct _SET_PARTITION_INFORMATION, SET_PARTITION_INFORMATION)
637         (PSET_PARTITION_INFORMATION): Factor out.
638         (struct _VERIFY_INFORMATION): Change field data type for...
639         (Length): ...this field, from DWORD to ULONG, per DDK convention, then
640         factor out the entire struct definition, together with...
641         (VERIFY_INFORMATION, PVERIFY_INFORMATION): ...these associated typedefs.
642         (DISK_CACHE_RETENTION_PRIORITY): Factor out enumerated typedef.
643         (struct _DISK_CACHE_INFORMATION, struct _DISK_GROW_PARTITION)
644         (DISK_CACHE_INFORMATION, PDISK_CACHE_INFORMATION, DISK_GROW_PARTITION)
645         (PDISK_GROW_PARTITION): Factor out.
646
647         * include/winioctl.h: Assert copyright; tidy layout; incorporate
648         definitions from Windows DDK headers, by including parts/winioctl.h;
649         delete duplicate definitions already identified as having been factored
650         out from ddk/winddk.h, ddk/ntddstor.h, and ddk/ntdddisk.h; accept type
651         compatible changes from DWORD to ULONG, WORD to USHORT, and BYTE to
652         UCHAR, resulting in no significant changes, except that...
653         (struct _DISK_PERFORMANCE): ...this is extended, by addition of...
654         (IdleTime, SplitCount, QueryTime, StorageDeviceNumber)
655         (StorageManagerName): ...these previously missing fields, originally
656         appropriately defined in ddk/ntdddisk.h, thus fixing bug [#1954].
657         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
658
659 2015-10-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
660
661         Windows application module version information API updates.
662
663         * include/winver.h: Assert copyright; tidy layout.
664         (_BEGIN_C_DECLS, _END_C_DECLS): Use these, as appropriate.
665         (__AW_SUFFIXED__): Use throughout, to identify generic functions
666         having both ANSI and UTF-16LE specific alternative implementations.
667         [NTDDI_VERSION >= NTDDI_VISTA] (GetFileVersionInfoEx): New function.
668         [NTDDI_VERSION >= NTDDI_VISTA] (GetFileVersionInfoSizeEx): Likewise;
669         note that both are generic, with ANSI and UTF-16LE implementations,
670         but the ANSI implementations are missing from MSVCRT.DLL when...
671         [NTDDI_VERSION < NTDDI_WIN8]: ...this.
672
673         * lib/version.def (GetFileVersionInfoExA, GetFileVersionInfoExW)
674         (GetFileVersionInfoSizeExA, GetFileVersionInfoSizeExW): Add symbols.
675
676 2015-10-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
677
678         Revert a failed experimental macro construct.
679
680         * include/w32api.h (__W32API_DEPRECATED_ALIAS): Delete this; it bloats
681         code, and doesn't work in the C preprocessor conditional context where
682         its associated constant definitions are most likely to be required.
683         (Windows95, Windows98, WindowsME, WindowsNT4, Windows2000, WindowsXP)
684         (Windows2003, WindowsVista, IE3, IE301, IE302, IE4, IE401, IE5, IE5a)
685         (IE5b, IE501, IE55, IE56, IE6, IE601, IE602, IE7): Redefine as macros,
686         now in terms of their preferred equivalents from <sdkddkver.h>
687
688 2015-09-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
689
690         Code clean-up; fix MinGW-Bug [#2263].
691
692         * include/w32api.h (__AW_SUFFIXED__): New macro; define it.
693         (__AW_EXTENDED__, __AW_STRING_A__, __AW_STRING_W__): Likewise.
694         (__AW__WCHAR_T__): Likewise; this is a helper for __AW_STRING_W__.
695
696         * include/wincrypt.h: Assert copyright; tidy layout; replace all C++
697         style comments, using ISO-C conforming style; remove all redundant
698         parameter names from function prototype declarations, throughout.
699         (pragma GCC system_header): Remove pointless conditional guard.
700         (_BEGIN_C_DECLS, _END_C_DECLS): Use to wrap extern "C" declarations.
701         [WINVER >= 0x500, WINVER >= 0x501]: Replace conditionals with...
702         [WINVER >= _WIN32_WINNT_WIN2K, WINVER >= _WIN32_WINNT_WINXP]: ...these
703         alternatives, respectively; they offer improved self-documentation.
704         (MS_DEF_PROV, MS_ENHANCED_PROV, MS_STRONG_PROV, MS_SCARD_PROV)
705         (MS_DEF_RSA_SIG_PROV, MS_DEF_RSA_SCHANNEL_PROV, MS_DEF_DSS_PROV)
706         (MS_DEF_DSS_DH_PROV, MS_ENH_DSS_DH_PROV, MS_DEF_DH_SCHANNEL_PROV)
707         (MS_ENH_RSA_AES_PROV): Redefine as __AW_EXTENDED__ derivatives.
708         (MS_DEF_PROV_W, MS_ENHANCED_PROV_W, MS_STRONG_PROV_W, MS_SCARD_PROV_W)
709         (MS_DEF_RSA_SIG_PROV_W, MS_DEF_RSA_SCHANNEL_PROV_W, MS_DEF_DSS_PROV_W)
710         (MS_DEF_DSS_DH_PROV_W, MS_ENH_DSS_DH_PROV_W, MS_DEF_DH_SCHANNEL_PROV_W)
711         (MS_ENH_RSA_AES_PROV_W): Redefine; use __AW_STRING_W__ to derive them
712         from their __AW_STRING_A__ equivalent string constant definitions.
713         (GET_ALG_CLASS): Redefine, expressing result in terms of...
714         (ALG_CLASS_ALL): ...this manifest bit mask; also redefined, preferring
715         a hexadecimal expression of the mask value over the former decimal.
716         (GET_ALG_TYPE, GET_ALG_SID): Similarly, use hexadecimal mask values.
717         (ALG_CLASS_SIGNATURE, ALG_CLASS_MSG_ENCRYPT, ALG_CLASS_DATA_ENCRYPT)
718         (ALG_CLASS_HASH, ALG_CLASS_KEY_EXCHANGE, ALG_TYPE_DSS, ALG_TYPE_RSA)
719         (ALG_TYPE_BLOCK, ALG_TYPE_STREAM, ALG_TYPE_DH, ALG_TYPE_SECURECHANNEL)
720         (CRYPT_UPDATE_KEY, CRYPT_NEWKEYSET, CRYPT_DELETEKEYSET, CRYPT_SILENT)
721         (CRYPT_MACHINE_KEYSET, CRYPT_USER_PROTECTED, CRYPT_CREATE_SALT)
722         (CRYPT_EXPORTABLE, CRYPT_ENCRYPT, CRYPT_DECRYPT, CRYPT_EXPORT)
723         (CRYPT_READ, CRYPT_WRITE, CRYPT_MAC, CERT_TRUST_IS_NOT_TIME_VALID)
724         (CERT_TRUST_IS_NOT_TIME_NESTED, CERT_TRUST_IS_REVOKED)
725         (CERT_TRUST_IS_NOT_SIGNATURE_VALID, CERT_TRUST_IS_NOT_VALID_FOR_USAGE)
726         (CERT_TRUST_IS_UNTRUSTED_ROOT, CERT_TRUST_REVOCATION_STATUS_UNKNOWN)
727         (CERT_TRUST_IS_CYCLIC, CERT_TRUST_CTL_IS_NOT_SIGNATURE_VALID)
728         (CERT_TRUST_IS_PARTIAL_CHAIN, CERT_TRUST_CTL_IS_NOT_TIME_VALID)
729         (CERT_TRUST_CTL_IS_NOT_VALID_FOR_USAGE, CERT_TRUST_IS_SELF_SIGNED)
730         (CERT_TRUST_HAS_EXACT_MATCH_ISSUER, CERT_TRUST_HAS_KEY_MATCH_ISSUER)
731         (CERT_TRUST_HAS_NAME_MATCH_ISSUER, CERT_TRUST_IS_COMPLEX_CHAIN)
732         (CERT_CHAIN_POLICY_BASE, CERT_CHAIN_POLICY_AUTHENTICODE)
733         (CERT_CHAIN_POLICY_AUTHENTICODE_TS, CERT_CHAIN_POLICY_SSL)
734         (CERT_CHAIN_POLICY_BASIC_CONSTRAINTS, CERT_CHAIN_POLICY_NT_AUTH)
735         (CERT_NAME_STR_REVERSE_FLAG, CERT_NAME_STR_DISABLE_IE4_UTF8_FLAG)
736         (CERT_NAME_STR_CRLF_FLAG, CERT_NAME_STR_ENABLE_UTF8_UNICODE_FLAG)
737         (CERT_NAME_STR_ENABLE_T61_UNICODE_FLAG, CERT_NAME_STR_NO_PLUS_FLAG)
738         (CERT_NAME_STR_NO_QUOTING_FLAG, CERT_NAME_STR_SEMICOLON_FLAG)
739         (CERT_FIND_CERT_ID, CERT_FIND_CTL_USAGE, CERT_FIND_ENHKEY_USAGE)
740         (CERT_FIND_EXISTING, CERT_FIND_HASH, CERT_FIND_ISSUER_ATTR)
741         (CERT_FIND_ISSUER_NAME, CERT_FIND_ISSUER_OF, CERT_FIND_KEY_IDENTIFIER)
742         (CERT_FIND_KEY_SPEC, CERT_FIND_MD5_HASH, CERT_FIND_PROPERTY)
743         (CERT_FIND_PUBLIC_KEY, CERT_FIND_SHA1_HASH, CERT_FIND_SIGNATURE_HASH)
744         (CERT_FIND_SUBJECT_ATTR, CERT_FIND_SUBJECT_CERT, CERT_FIND_SUBJECT_NAME)
745         (CERT_FIND_SUBJECT_STR_A, CERT_FIND_SUBJECT_STR_W)
746         (CERT_FIND_ISSUER_STR_A, CERT_FIND_ISSUER_STR_W)
747         (CERT_FIND_OR_ENHKEY_USAGE_FLAG, CERT_FIND_OPTIONAL_ENHKEY_USAGE_FLAG)
748         (CERT_FIND_NO_ENHKEY_USAGE_FLAG, CERT_FIND_VALID_ENHKEY_USAGE_FLAG)
749         (CERT_FIND_EXT_ONLY_ENHKEY_USAGE_FLAG, CERT_UNICODE_IS_RDN_ATTRS_FLAG)
750         (CERT_CASE_INSENSITIVE_IS_RDN_ATTRS_FLAG, CERT_CHAIN_FIND_BY_ISSUER)
751         (CERT_CHAIN_FIND_BY_ISSUER_COMPARE_KEY_FLAG)
752         (CERT_CHAIN_FIND_BY_ISSUER_COMPLEX_CHAIN_FLAG)
753         (CERT_CHAIN_FIND_BY_ISSUER_CACHE_ONLY_FLAG)
754         (CERT_CHAIN_FIND_BY_ISSUER_CACHE_ONLY_URL_FLAG)
755         (CERT_CHAIN_FIND_BY_ISSUER_LOCAL_MACHINE_FLAG)
756         (CERT_CHAIN_FIND_BY_ISSUER_NO_KEY_FLAG)
757         (CERT_SYSTEM_STORE_LOCAL_MACHINE): All represent bit-mapped values;
758         express them in hexadecimal, in preference to original decimal form.
759         (CERT_FIND_SUBJECT_STR, CERT_FIND_ISSUER_STR): Redefine them as
760         __AW_EXTENDED__ macros, for UNICODE/non-UNICODE cases respectively.
761         (szOID_CRL_DIST_POINTS): Correct defective definition; value should be
762         a string literal, but was missing delimiting quotes; insert them.
763         (CertNameToStr, CertOpenSystemStore, CertGetNameString, CryptSignHash)
764         (CryptAcquireContext, CryptVerifySignature, CryptGetDefaultProvider)
765         (CryptEnumProviders, CryptSetProvider): Define as __AW_SUFFIXED__
766         aliases for each of the UNICODE/non-UNICODE cases respectively.
767         (CryptEnumProvidersA): Correct prototype declaration; 5th parameter
768         was declared as type LPTSTR, but should be type LPSTR.
769         (CryptEnumProvidersW): Likewise; 5th parameter should be type LPWSTR.
770         (CryptGetDefaultProviderW): Likewise; 4th parameter was declared as
771         type LPSTR, but should be type LPWSTR.
772         [defined MINGW_TENTATIVE_ASSUMPTIONS] (X509_ANY_STRING)
773         (X509_CRL_REASON_CODE, X509_DSS_PUBLICKEY, X509_UNICODE_ANY_STRING)
774         (struct _CERT_ALT_NAME_ENTRY): Add tentative definitions.
775
776 2015-09-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
777
778         Correct defect in build system compilation rule.
779
780         * Makefile.in (scrnsavw.$OBJEXT): Do not use $^ to represent the
781         source file; it expands to also include prerequisite header files,
782         which should not appear on the compilation command line.  Rewrite
783         rule in static pattern format, and use $< instead.
784
785 2015-08-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
786
787         Build system corrections for GCC build time support.
788
789         * configure.ac (AC_PROG_CC): Don't use this; we need...
790         (MINGW_AC_PROG_CC_COMPILE_ONLY): ...this alternative, to support
791         building with only a stage 1 partially built GCC installation.
792
793         * Makefile.in (install-headers): New make objective; map it to...
794         (install-w32api-headers): ...this, for which it is a logical alias.
795
796 2015-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
797
798         Overhaul and streamline build system configuration.
799
800         * configure.in: Delete obsolete file; replace with...
801         * configure.ac: New file; rewritten per current autoconf conventions.
802
803         * Makefile.in: Rewritten; adapted from current mingwrt configuration,
804         it now processes the entire build without using separate sub-makes.
805
806         * lib/Makefile.in: Sub-make configuration not required now; delete it.
807         * lib/ddk/Makefile.in lib/directx/Makefile.in: Likewise; delete them.
808
809 2015-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
810
811         Remove unused aclocal.m4 configuration file.
812
813         * aclocal.m4: Delete it; it provides no content used by this package.
814
815 2015-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
816
817         Adapt platform feature checks to NTDDI_VERSION conventions.
818
819         * include/sdkddkver.h: New file; merge from 4.0-dev branch.
820         (_WIN32_WINNT_WINBLUE): New manifest constant for Windows-8.1.
821         (WINNTVER): Prefer bitwise shift to division; adjust accordingly.
822         [_WIN32_WINNT != OSVER(NTDDI_VERSION)]: Bad comparison; correct to...
823         [_WIN32_WINNT != WINNTVER(NTDDI_VERSION)]: ...this.
824
825         * include/w32api.h: Assert copyright; include sdkddkver.h.
826         (__W32API_VERSION): Increment to 3.18; adopt new encoding format.
827         (__W32API_MAJOR_VERSION, __W32API_MINOR_VERSION): Adjust consistently.
828         (__W32API_PATCH_LEVEL): New macro; define with initial value of zero.
829         (__W32API_DEPRECATED_ALIAS): New macro; define it; use to redefine...
830         (Windows95, Windows98, WindowsME, WindowsNT4, Windows2000, WindowsXP)
831         (Windows2003, WindowsVista, IE3, IE301, IE302, IE4, IE401, IE5, IE5a)
832         (IE5b, IE501, IE55, IE56, IE6, IE601, IE602, IE7): ...these; replace
833         macro definitions by long integer constants, and mark as deprecated.
834         (UNICODE, _UNICODE): Keep these consistent; use logic factored out of
835         mingwrt/include/_mingw.h, whence we similarly relocate...
836         (_EXTERN_C, _BEGIN_C_DECLS, _END_C_DECLS): ...these.
837
838         * include/windef.h: Assert copyright; include w32api.h, whence we
839         infer default assignments, per included sdkddkver.h, for each of...
840         (WINVER, _WIN32_WINNT): ...these; delete local defines.
841         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
842
843 2015-06-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
844
845         Remove generated configure script from revision control.
846
847         * configure: Delete from SCM; maintainer must regenerate it, when
848         required, as SCM will now ignore it.
849
850 2012-08-04  Earnie Boyd  <earnie@users.sourceforge.net>
851
852         Cosmetic adjustment to match MSDN documentation.
853
854         * include/winver.h (VerQueryValueA, VerQueryValueW): Declare type
855         of parameter #1 to be LPCVOID, in preference to formerly specified,
856         and functionally equivalent, 'const LPVOID'.
857
858 2012-08-01  Stephan Jorek  <sjorek@users.sourceforge.net>
859
860         Correct typos, as identified by issue [#1534].
861
862         * include/setupapi.h (SetupCancelTemporary): Should be...
863         (SetupCancelTemporarySourceList): ...this; complete truncated name.
864         (SetupFreeA, SetupFreeW): Likewise, complete these respectively to...
865         (SetupFreeSourceListA, SetupFreeSourceListW): ...these, and...
866         (SetupQueryA, SetupQueryW): ...these respectively to...
867         (SetupQuerySourceListA, SetupQuerySourceListW): ...these.
868         (SetupDiGetWizardage): Misspelled; correct it to...
869         (SetupDiGetWizardPage): ...this.
870
871 2012-08-01  Earnie Boyd  <earnie@users.sourceforge.net>
872
873         Declare WTSVirtualChannel API functions per issue [#1342].
874
875         * include/wtsapi32.h [_WIN32_WINNT >= 0x500]
876         (WTSVirtualChannelOpen, WTSVirtualChannelQuery, WTSVirtualChannelRead)
877         (WTSVirtualChannelPurgeInput, WTSVirtualChannelPurgeOutput)
878         (WTSVirtualChannelWrite, WTSVirtualChannelClose): Declare them.
879         [_WIN32_WINNT >= 0x600] (WTSVirtualchannelOpenEx): Likewise.
880
881         * lib/wtsapi32.def (WTSVirtualChannelOpenEx@12): Add reference.
882
883 2012-08-01  Earnie Boyd  <earnie@users.sourceforge.net>
884
885         Correct MENUITEMINFO structure definition per issue [#1659].
886
887         * include/winuser.h (tagMENUITEMINFOA, tagMENUITEMINFOW): dwItemData
888         field was defined as type DWORD; correct it to type ULONG_PTR.
889
890 2012-07-06  Corinna Vinschen  <corinna@vinschen.de>
891
892         Extend visibility of winsock definitions when building Cygwin.
893
894         * include/winsock.h [__INSIDE_CYGWIN__]: Expose definitions of...
895         (IP_OPTIONS, SO_DEBUG, SO_ACCEPTCONN, SO_REUSEADDR, SO_KEEPALIVE)
896         (SO_DONTROUTE, SO_BROADCAST, SO_USELOOPBACK, SO_LINGER, SO_OOBINLINE)
897         (SO_DONTLINGER, SO_SNDBUF, SO_RCVBUF, SO_SNDLOWAT, SO_RCVLOWAT)
898         (SO_SNDTIMEO, SO_RCVTIMEO, SO_ERROR, SO_TYPE): ...these; however...
899         [__INSIDE_MSYS__]: ...keep them hidden.
900
901         * include/winsock2.h [__INSIDE_CYGWIN__]: Likewise, expose...
902         (AF_MAX, _SS_MAXSIZE, _SS_ALIGNSIZE, _SS_PAD1SIZE, _SS_PAD2SIZE)
903         (struct sockaddr, struct sockaddr_storage): ...these, whereas...
904         [__INSIDE_MSYS__]: ...also keep them hidden.
905
906 2012-04-29  Jan Ringos  <tringi@users.sf.net>
907
908         Correct version guard for WinXP minimum requirement.
909
910         * include/winbase.h (GetModuleHandleEx): Function unsupported for...
911         [_WIN32_WINNT >= 0x500]: ...this; it isn't in Win2K, so should be...
912         [_WIN32_WINNT >= 0x501]: ...this; correct it accordingly.
913         (GetModuleHandleExA, GetModuleHandleExW): Likewise.
914
915 2012-04-28  LRN  <l_r_nightmare@users.sf.net>
916
917         Add missing <shobjidl.h> and associated UUID implementation.
918
919         * include/shobjidl.h lib/shobjidl-uuid.c: New files.
920         * lib/Makefile.in (UUID_SOURCES, UUID_OBJS): Add references.
921
922 2012-03-19  Ben Greear  <greear@users.sf.net>
923
924         Adjust header file definition order, to fix issue [#1570].
925
926         * include/routprot.h (IP_LOCAL_BINDING): Must be defined before...
927         (IP_ADAPTER_BINDING_INFO): ...this; adjust order of definition.
928
929 2012-01-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
930
931         Add missing return value, flagged by 'make test'.
932
933         * include/gdiplus/gdiplustypes.h (Gdiplus::GdiplusAbort::Abort):
934         Return NO_ERROR in virtual definition.
935
936 2012-01-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
937
938         Remove duplicate definitions, identified by 'make test'.
939
940         * include/wincrypt.h (CRYPT_NEWKEYSET, CRYPT_DELETEKEYSET)
941         (CRYPT_MACHINE_KEYSET, CRYPT_EXPORTABLE, CRYPT_USER_PROTECTED)
942         (CRYPT_SILENT, CRYPT_CREATE_SALT, CRYPT_UPDATE_KEY, CRYPT_NO_SALT)
943         (CRYPT_PREGEN, CRYPT_RECIPIENT, CRYPT_INITIATOR, CRYPT_ONLINE)
944         (CRYPT_SF, CRYPT_CREATE_IV, CRYPT_KEK, CRYPT_DATA_KEY)
945         (CRYPT_VOLATILE, CRYPT_SGCKEY): Delete second instance of each.
946
947         * include/winerror.h (CRYPT_E_REVOKED): Delete; it is already
948         correctly defined (per MSDN) in <wincrypt.h>
949
950 2012-01-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
951
952         Correct misuse of #ifdef, identified by 'make test'.
953
954         * include/shlwapi.h (enum ASSOCSTR, enum ASSOCDATA): Fix typos;
955         /#ifdef _WIN32_IE >= 0x0600/s/#ifdef/#if/
956
957 2011-12-22  Corinna Vinschen  <corinna@vinschen.de>
958
959         Replace more incorrectly named manifest constants.
960
961         * include/winnt.h (JOB_OBJECT_LIMIT_BREAKAWAY_OK)
962         (JOB_OBJECT_LIMIT_SILENT_BREAKAWAY_OK): Define; make aliases for...
963         (JOB_OBJECT_BREAKAWAY_OK, JOB_OBJECT_SILENT_BREAKAWAY): ...these old
964         definitions respectively; retain for backward compatibility only.
965
966 2011-12-22  Corinna Vinschen  <corinna@vinschen.de>
967
968         Add missing PROCESS_QUERY_LIMITED_INFORMATION.
969
970         * include/winnt.h (PROCESS_QUERY_LIMITED_INFORMATION): Define it.
971
972 2011-08-19  Corinna Vinschen  <corinna@vinschen.de>
973
974         Add missing MAPVK manifest constant definitions.
975
976         * include/winuser.h (MAPVK_VK_TO_VSC, MAPVK_VSC_TO_VK): Define them.
977         (MAPVK_VK_TO_CHAR, MAPVK_VSC_TO_VK_EX, MAPVK_VK_TO_VSC_EX): Likewise.
978
979 2011-08-05  Corinna Vinschen  <corinna@vinschen.de>
980
981         Correct some misspelled manifest constant names.
982
983         * include/winnt.h (IMAGE_DLL_CHARACTERISTICS_NX_COMPAT): Should be...
984         (IMAGE_DLLCHARACTERISTICS_NX_COMPAT): ...this; define correctly; also
985         alias to original misspelling, to maintain backward compatibility.
986         (IMAGE_DLL_CHARACTERISTICS_FORCE_INTEGRITY): Likewise; should be...
987         (IMAGE_DLLCHARACTERISTICS_FORCE_INTEGRITY): ...this; define and alias.
988         (IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE): Likewise; should be...
989         (IMAGE_DLLCHARACTERISTICS_DYNAMIC_BASE): ...this; define and alias.
990
991 2011-07-29  Corinna Vinschen  <corinna@vinschen.de>
992
993         Add a missing Win2K sockets IOCTL feature.
994
995         * include/winsock2.h (SIO_UDP_CONNRESET): Define.
996
997 2011-05-22  Albrecht Schlosser  <vms-news@go4more.de>
998
999         Fix an incorrectly typed structure member.
1000
1001         * include/wingdi.h (GCP_RESULTSW): lpClass field defined as LPWSTR;
1002         should be LPSTR; correct it.
1003
1004 2011-05-15  Corinna Vinschen  <corinna@vinschen.de>
1005
1006         Add another missing manifest constant definition.
1007
1008         * include/winbase.h (STACK_SIZE_PARAM_IS_A_RESERVATION): Define.
1009
1010 2011-04-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
1011
1012         Avoid pollution of user namespace; fix MinGW-Bug [#1531].
1013
1014         * include/windef.h (PACKED): Delete macro definition; its name is not
1015         reserved, and may thus conflict with a user defined name; replace it...
1016         * include/wincon.h (KEY_EVENT_RECORD): ...at this sole point of use;
1017         use __attribute__((packed)) directly instead.
1018
1019 2011-04-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1020
1021         Fix bad typedef, per MinGW-Bug [#1529].
1022
1023         * include/imagehlp.h (PREAD_PROCESS_MEMORY_ROUTINE): Corrected, to
1024         conform with MSDN reference, as identified by Safety0ff.
1025
1026 2011-04-04  Corinna Vinschen  <corinna@vinschen.de>
1027
1028         Add a missing manifest constant definition.
1029
1030         * include/winnt.h (DOMAIN_ALIAS_RID_REMOTE_DESKTOP_USERS): Define.
1031
1032 2011-03-29  Corinna Vinschen  <corinna@vinschen.de>
1033
1034         Win2K and Vista userenv updates.
1035
1036         * include/userenv.h [_WIN32_WINNT >= 0x0500] (DeleteProfile)
1037         (GetAllUsersProfileDirectory, GetDefaultUserProfileDirectory)
1038         (ExpandEnvironmentStringsForUser): Define function aliases.
1039         [_WIN32_WINNT >= 0x0500] (DeleteProfileA, DeleteProfileW)
1040         (GetAllUsersProfileDirectoryA, GetAllUsersProfileDirectoryW)
1041         (GetDefaultUserProfileDirectoryA, GetDefaultUserProfileDirectoryW
1042         (ExpandEnvironmentStringsForUserA, ExpandEnvironmentStringsForUserW)
1043         (GetProfileType): Declare function prototypes.
1044         [_WIN32_WINNT >= 0x0600] (CreateProfile): Declare function prototype.
1045         [_WIN32_WINNT >= 0x0500] (PT_TEMPORARY, PT_ROAMING, PT_MANDATORY):
1046         New manifest constants; define them.
1047
1048 2011-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1049
1050         * Makefile.in: Increment CYGRELEASE to 2.
1051
1052 2011-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1053
1054         * lib/Makefile.in: Include GDIPLUS_HEADERS in dist target.
1055
1056 2011-03-11  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1057
1058         * include/w32api.h: Increment version to 3.17.
1059         * Makefile.in: Ditto.
1060
1061 2011-03-07  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1062
1063         * include/winbase.h (PSAPI_WORKING_SET_BLOCK)
1064         (PSAPI_WORKING_SET_INFORMATION): Move from here...
1065         * include/psapi.h (PSAPI_WORKING_SET_BLOCK)
1066         (PSAPI_WORKING_SET_INFORMATION): ...to here.
1067
1068 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1069
1070         * include/w32api.h: Increment version to 3.16.
1071         * Makefile.in: Ditto.
1072
1073 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1074
1075         * include/commctrl.h (NMTCKEYDOWN): Define.
1076
1077 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1078
1079         * include/wtsapi32.h (WTSSendMessageA, WTSSendMessageW, WTSSendMessage):
1080         Define.
1081
1082 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1083
1084         * include/winbase.h (PSAPI_WORKING_SET_BLOCK,
1085         PSAPI_WORKING_SET_INFORMATION): Define.
1086
1087 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1088
1089         * include/winbase.h (__GNUC_EXTENSION): Define, replacing __MINGW_EXTENSION.
1090
1091 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1092
1093         * lib/kernel32.def (FreeLibraryAndExitThread): Fix definition.
1094
1095 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1096
1097         * include/winbase.h (FILE_ENCRYPTABLE, FILE_IS_ENCRYPTED, FILE_READ_ONLY,
1098         FILE_ROOT_DIR, FILE_SYSTEM_ATTR, FILE_SYSTEM_DIR, FILE_SYSTEM_NOT_SUPPORT,
1099         FILE_UNKNOWN, FILE_USER_DISALLOWED): Define.
1100
1101 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1102
1103         * include/winioctl.h (_DRIVE_LAYOUT_INFORMATION_MBR): Add
1104         _DRIVE_LAYOUT_INFORMATION_MBR_DEFINED guard.
1105         * include/ddk/winddk.h (_DRIVE_LAYOUT_INFORMATION_MBR): Ditto.
1106
1107 2011-03-04  Seth Jackson  <sethj@users.sourceforge.net>
1108
1109         * include/winnt.h (PAGE_WRITECOMBINE): Define.
1110         * include/winbase.h (THREAD_MODE_BACKGROUND_BEGIN, THREAD_MODE_BACKGROUND_END): Define.
1111
1112 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1113
1114         * include/winbase.h (__MINGW_EXTENSION): Define.
1115         (OVERLAPPED): Add __MINGW_EXTENSION around nameless union /
1116         struct to correct issue with -std=c99.
1117
1118 2011-03-02  Corinna Vinschen  <corinna@vinschen.de>
1119
1120         * include/ddk/winddk.h (TIMER_INFORMATION_CLASS): Define.
1121         (TIMER_BASIC_INFORMATION): Define.
1122         (NtQueryTimer): Define.
1123         (ZwQueryTimer): Define.
1124
1125 2010-12-27  David Byron  <dbyron0@users.sourceforge.net>
1126
1127         * include/winioctl.h (STORAGE_BUS_TYPE): Define.
1128
1129 2010-12-27  Seth Jackson  <sethj@users.sourceforge.net>
1130
1131         * include/winbase.h (GetComputerNameEx): Define.
1132
1133 2010-12-27  Ryan Lortie  <desrt@desrt.ca>
1134
1135         * include/winbase.h (TzSpecificLocalTimeToSystemTime): Define.
1136
1137 2010-12-27  Markus Koenig  <basilo@users.sourceforge.net>
1138
1139         * include/gdiplus/gdipluspixelformats.h (PixelFormatIndexed,
1140         PixelFormatGDI, PixelFormatAlpha, PixelFormatPAlpha,
1141         PixelFormatExtended, PixelFormatCanonical, PixelFormatUndefined,
1142         PixelFormatDontCare, PixelFormat1bppIndexed, PixelFormat4bppIndexed,
1143         PixelFormat8bppIndexed, PixelFormat16bppGrayScale,
1144         PixelFormat16bppRGB555, PixelFormat16bppRGB565, PixelFormat16bpp1555,
1145         PixelFormat24bppRGB, PixelFormat32bppRGB, PixelFormat32bppARGB,
1146         PixelFormat32bppPARGB, PixelFormat48bppRGB, PixelFormat64bppARGB,
1147         PixelFormat64bppPARGB, PixelFormatMax): Fix definition.
1148
1149 2010-10-20  Seth Jackson  <sethj@users.sourceforge.net>
1150
1151         * include/commctrl.h (TC_ITEMHEADER[AW]): Rename to TCITEMHEADER[AW].
1152         Add defines for backward compatibility.
1153
1154 2010-12-27  Johann Hanne  <jonnyh33@users.sourceforge.net>
1155
1156         * include/oaidl.h (GetTypeComp, GetTypeComp, IsMatchingType): Fix defintion.
1157         * include/objidl.h (AddConnection, ReleaseConnection): Ditto.
1158         * include/winbase.h (EnumResourceLanguagesA, EnumResourceLanguagesW,
1159         EnumResourceNamesA, EnumResourceNamesW, EnumResourceTypesA,
1160         EnumResourceTypesW): Ditto.
1161         * include/winnt.h (_SYSTEM_POWER_CAPABILITIES): Ditto.
1162
1163 2010-12-27  Seth Jackson  <sethj@users.sourceforge.net>
1164
1165         * include/basetsd.h: (INT8, UINT8, INT16, UINT16): Define.
1166
1167 2010-12-27  Paul Sokolovsky  <pfalcon@users.sf.net>
1168
1169         * include/bdatypes.h: Add missing semicolons.
1170
1171 2010-08-26  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1172
1173         * include/w32api.h: Increment version to 3.15.
1174         * Makefile.in: Ditto.
1175
1176 2010-08-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1177
1178         * Makefile.in: Update naming convention and compression format (lzma),
1179         leaving existing naming convention and compression format as is for Cygwin.
1180
1181 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1182
1183         * include/oleacc.h (STATE_SYSTEM_HASPOPUP, STATE_SYSTEM_NORMAL,
1184         STATE_SYSTEM_PROTECTED): Define.
1185
1186         Thank you to Marcus von Appen for reporting the issue.
1187
1188 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1189
1190         * include/winuser.h (CF_DIBV5): Define.
1191         (CF_MAX): Adjust accordingly.
1192
1193         Thank you to Lenard Lindstrom for reporting the issue.
1194
1195 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1196
1197         * include/sspi.h (QuerySecurityContextToken): Define.
1198         * lib/secur32.def: Regenerate using gendef on a Win7 machine.
1199
1200         Thank you to Magnus Hagander for reporting the issue.
1201
1202 2010-08-25  Ali Sabil  <asabil@users.sourceforge.net>
1203
1204         * include/ocidl.h: Define COBJMACROS for IPropertyBag and IPropertyBag2.
1205
1206 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1207
1208         * include/shlwapi (ASSOCDATA): Update definition.
1209
1210         Thank you to Frederic Deschamps for reporting the issue.
1211
1212 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1213
1214         * include/winbase.h (COPY_FILE_OPEN_SOURCE_FOR_WRITE,
1215         COPY_FILE_ALLOW_DECRYPTED_DESTINATION, COPY_FILE_COPY_SYMLINK,
1216         COPY_FILE_NO_BUFFERING): Define.
1217
1218         Thank you to Roland Schwingel for reporting the issue.
1219
1220 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1221
1222         * include/winuser.h (HHOOK): Move definition from here...
1223         * include/windef.h: ...to here, as per MSDN.
1224
1225         Thank you to Samuel Thibault for reporting the issue.
1226
1227 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1228
1229         * include/winbase.h (GetEnvironmentStrings, GetEnvironmentStringsA): Per
1230         MSDN, change return type to LPCH.
1231         (GetEnvironmentStringsW): Per MSDN, change return type to LPWCH.
1232
1233         Thank you to Emmanuel Stapf for reporting the issue.
1234
1235 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1236
1237         * include/prsht.h (SNDMDG, POSTMSG): Fix typo.
1238         * include/windowsx.h (SNDMSG): Ditto.
1239
1240 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1241
1242         * include/prsht.h (SNDMSG, POSTMSG): Define macros and use throughout.
1243
1244         Thank you to Ozkan Sezer for reporting the issue.
1245
1246 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1247
1248         * include/windowsx.h (SNDMSG): Define macro and use throughout.
1249
1250         Thank you to Chris Oldwood for reporting the issue.
1251
1252 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1253
1254         * include/oleacc.h (AccessibleObjectFromEvent): Correct definition.
1255
1256         Thank you to Rick Walsh for reporting the issue.
1257
1258 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1259
1260         * include/winbase.h (MoveFileWithProcessA, MoveFileWithProgressW): Define.
1261
1262 2010-08-24  Vinky  <rabbit_vinky@users.sourceforge.net>
1263
1264         * include/winbase.h (OVERLAPPED): Correct definition.
1265
1266 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1267
1268         * include/winnt.h (IMAGE_NT_HEADERS32, IMAGE_NT_HEADERS64): Correct
1269         definition.
1270
1271         Thank you to Pasi Ruokola for reporting the issue.
1272
1273 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1274
1275         * include/exdisp.h (get_RegisterAsBrowser): Fix typo.
1276
1277         Thank you to cheznonnon for reporting the issue.
1278
1279 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1280
1281         * lib/ws2_32.def: Regenerate using gendef on a Win7 machine.
1282
1283 2010-08-24  Ozkan Sezer  <sezero@users.sourceforge.net>
1284
1285         * winnt.h: Fix several SUBLANG ID errors (ref:
1286         http://msdn.microsoft.com/en-us/library/dd318693(VS.85).aspx).
1287         (SUBLANG_UI_CUSTOM_DEFAULT): 0x05, not 0x03.
1288         (SUBLANG_HAUSA_NIGERIA): Bad ID name, correct one is ...
1289         (SUBLANG_HAUSA_NIGERIA_LATIN): ... this.
1290         (SUBLANG_INUKTITUT_CANADA_LATIN): 0x02, not 0x01.
1291         (SUBLANG_IRISH_IRELAND): 0x02, not 0x01.
1292         (SUBLANG_LAO_LAO_PDR): Bad ID name, correct one is ...
1293         (SUBLANG_LAO_LAO): ... this.
1294         (SUBLANG_LOWER_SORBIAN_GERMANY): 0x02, not 0x01.
1295         (SUBLANG_SAMI_SKOLT_FINLAND): 0x08, not 0x03.
1296         (SUBLANG_SAMI_INARI_FINLAND): 0x09, not 0x03.
1297         (SUBLANG_SYRIAC_SYRIA): define as SUBLANG_SYRIAC (what MSDN mentions).
1298         (SUBLANG_TIGRIGNA_ERITREA): 0x02, not 0x01.
1299         (SUBLANG_BENGALI_INDIA): 0x01, not 0x00.
1300         (SUBLANG_BENGALI_BANGLADESH): 0x02, not 0x01.
1301         (SUBLANG_PUNJABI_INDIA): 0x01, not 0x00.
1302         (SUBLANG_PUNJABI_PAKISTAN): not defined in MSDN.
1303         (SUBLANG_ROMANIAN_ROMANIA): 0x01, not 0x00.
1304         (SUBLANG_ROMANIAN_MOLDOVA): not defined in MSDN.
1305
1306 2010-08-24  LRN  <lrn1986@gmail.com>
1307
1308         * include/mmreg.h (MPEGLAYER3WAVEFORMAT, WAVE_FORMAT_UNKNOWN,
1309         WAVE_FORMAT_PCM, WAVE_FORMAT_ADPCM, WAVE_FORMAT_IEEE_FLOAT,
1310         WAVE_FORMAT_VSELP, WAVE_FORMAT_IBM_CVSD, WAVE_FORMAT_ALAW,
1311         WAVE_FORMAT_MULAW, WAVE_FORMAT_OKI_ADPCM, WAVE_FORMAT_DVI_ADPCM,
1312         WAVE_FORMAT_MEDIASPACE_ADPCM, WAVE_FORMAT_SIERRA_ADPCM,
1313         WAVE_FORMAT_G723_ADPCM, WAVE_FORMAT_DIGIFIX, WAVE_FORMAT_DIALOGIC_OKI_ADPCM,
1314         WAVE_FORMAT_MEDIAVISION_ADPCM, WAVE_FORMAT_CU_CODEC,
1315         WAVE_FORMAT_YAMAHA_ADPCM, WAVE_FORMAT_SONARC,
1316         WAVE_FORMAT_DSPGROUP_TRUESPEECH, WAVE_FORMAT_ECHOSC1,
1317         WAVE_FORMAT_AUDIOFILE_AF36, WAVE_FORMAT_APTX, WAVE_FORMAT_AUDIOFILE_AF10,
1318         WAVE_FORMAT_PROSODY_1612, WAVE_FORMAT_LRC, WAVE_FORMAT_DOLBY_AC2,
1319         WAVE_FORMAT_GSM610, WAVE_FORMAT_MSNAUDIO, WAVE_FORMAT_ANTEX_ADPCME,
1320         WAVE_FORMAT_CONTROL_RES_VQLPC, WAVE_FORMAT_DIGIREAL, WAVE_FORMAT_DIGIADPCM,
1321         WAVE_FORMAT_CONTROL_RES_CR10, WAVE_FORMAT_NMS_VBXADPCM,
1322         WAVE_FORMAT_ROLAND_RDAC, WAVE_FORMAT_ECHOSC3, WAVE_FORMAT_ROCKWELL_ADPCM,
1323         WAVE_FORMAT_ROCKWELL_DIGITALK, WAVE_FORMAT_XEBEC, WAVE_FORMAT_G721_ADPCM,
1324         WAVE_FORMAT_G728_CELP, WAVE_FORMAT_MSG723, WAVE_FORMAT_MPEG,
1325         WAVE_FORMAT_RT24, WAVE_FORMAT_PAC, WAVE_FORMAT_MPEGLAYER3,
1326         WAVE_FORMAT_LUCENT_G723, WAVE_FORMAT_CIRRUS, WAVE_FORMAT_ESPCM,
1327         WAVE_FORMAT_VOXWARE, WAVE_FORMAT_CANOPUS_ATRAC, WAVE_FORMAT_G726_ADPCM,
1328         WAVE_FORMAT_G722_ADPCM, WAVE_FORMAT_DSAT, WAVE_FORMAT_DSAT_DISPLAY,
1329         WAVE_FORMAT_VOXWARE_BYTE_ALIGNED, WAVE_FORMAT_VOXWARE_AC8,
1330         WAVE_FORMAT_VOXWARE_AC10, WAVE_FORMAT_VOXWARE_AC16,
1331         WAVE_FORMAT_VOXWARE_AC20, WAVE_FORMAT_VOXWARE_RT24,
1332         WAVE_FORMAT_VOXWARE_RT29, WAVE_FORMAT_VOXWARE_RT29HW,
1333         WAVE_FORMAT_VOXWARE_VR12, WAVE_FORMAT_VOXWARE_VR18,
1334         WAVE_FORMAT_VOXWARE_TQ40, WAVE_FORMAT_SOFTSOUND, WAVE_FORMAT_VOXWARE_TQ60,
1335         WAVE_FORMAT_MSRT24, WAVE_FORMAT_G729A, WAVE_FORMAT_MVI_MV12,
1336         WAVE_FORMAT_DF_G726, WAVE_FORMAT_DF_GSM610, WAVE_FORMAT_ISIAUDIO,
1337         WAVE_FORMAT_ONLIVE, WAVE_FORMAT_SBC24, WAVE_FORMAT_DOLBY_AC3_SPDIF,
1338         WAVE_FORMAT_ZYXEL_ADPCM, WAVE_FORMAT_PHILIPS_LPCBB, WAVE_FORMAT_PACKED,
1339         WAVE_FORMAT_RHETOREX_ADPCM, WAVE_FORMAT_IRAT, WAVE_FORMAT_VIVO_G723,
1340         WAVE_FORMAT_VIVO_SIREN, WAVE_FORMAT_DIGITAL_G723,
1341         WAVE_FORMAT_CREATIVE_ADPCM, WAVE_FORMAT_CREATIVE_FASTSPEECH8,
1342         WAVE_FORMAT_CREATIVE_FASTSPEECH10, WAVE_FORMAT_QUARTERDECK,
1343         WAVE_FORMAT_FM_TOWNS_SND, WAVE_FORMAT_BTV_DIGITAL, WAVE_FORMAT_VME_VMPCM,
1344         WAVE_FORMAT_OLIGSM, WAVE_FORMAT_OLIADPCM, WAVE_FORMAT_OLICELP,
1345         WAVE_FORMAT_OLISBC, WAVE_FORMAT_OLIOPR, WAVE_FORMAT_LH_CODEC,
1346         WAVE_FORMAT_NORRIS, WAVE_FORMAT_ISIAUDIO,
1347         WAVE_FORMAT_SOUNDSPACE_MUSICOMPRESS, WAVE_FORMAT_DVM, WAVE_FORMAT_RAW_AAC1,
1348         WAVE_FORMAT_MPEG_HEAAC, WAVE_FORMAT_MPEG_ADTS_AAC, WAVE_FORMAT_DRM,
1349         WAVE_FORMAT_DTS, WAVE_FORMAT_WMAVOICE9, WAVE_FORMAT_WMASPDIF,
1350         WAVE_FORMAT_WMAUDIO_LOSSLESS, WAVE_FORMAT_WMAUDIO2, WAVE_FORMAT_WMAUDIO3,
1351         WAVE_FORMAT_MPEG_LOAS, WAVE_FORMAT_RAW_SPORT, WAVE_FORMAT_ESST_AC3,
1352         WAVE_FORMAT_DTS2): Define.
1353         * include/msacm.h (HACMDRIVERID, HACMDRIVER, HACMSTREAM, HACMOBJ,
1354         ACMSTREAMHEADER, WAVEFILTER, acmDriverAddA, acmDriverAddW, acmDriverRemove,
1355         acmMetrics, acmStreamOpen, acmStreamSize, acmStreamPrepareHeader,
1356         acmStreamUnprepareHeader, acmStreamReset, acmStreamClose, acmStreamConvert):
1357         Define.
1358
1359 2010-08-23  LRN  <lrn1986@gmail.com>
1360
1361         * include/winbase.h (SYMBOLIC_LINK_FLAG_DIRECTORY, FILE_NAME_NORMALIZED,
1362         FILE_NAME_OPENED, VOLUME_NAME_DOS, VOLUME_NAME_GUID, VOLUME_NAME_NONE,
1363         VOLUME_NAME_NT, FILE_BASIC_INFO, FILE_STANDARD_INFO, FILE_NAME_INFO,
1364         FILE_STREAM_INFO, FILE_COMPRESSION_INFO, FILE_ATTRIBUTE_TAG_INFO,
1365         FILE_ID_BOTH_DIR_INFO, FILE_REMOTE_PROTOCOL_INFO, FILE_INFO_BY_HANDLE_CLASS,
1366         GetFileInformationByHandleEx, GetFinalPathNameByHandleA,
1367         GetFinalPathNameByHandleW): Define.
1368
1369 2010-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1370
1371         * lib/CheckConflicts.sh: New file.
1372
1373 2010-08-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1374
1375         * lib/kernel32.def (CopyLZFile, GetExpandedNameA, GetExpandedNameW, LZClose,
1376         LZCopy, LZInit, LZOpenFileA, LZOpenFileW, LZRead, LZSeek, OpenProcessToken,
1377         OpenThreadToken, RegCloseKey, RegCreateKeyExA, RegCreateKeyExW,
1378         RegDeleteKeyExA, RegDeleteKeyExW, RegDeleteValueA, RegDeleteValueW,
1379         RegEnumKeyExA, RegEnumKeyExW, RegEnumValueA, RegEnumValueW, RegFlushKey,
1380         RegGetKeySecurity, RegLoadKeyA, RegLoadKeyW, RegNotifyChangeKeyValue,
1381         RegOpenCurrentUser, RegOpenKeyExA, RegOpenKeyExW, RegOpenUserClassesRoot,
1382         RegQueryInfoKeyA, RegQueryInfoKeyW, RegQueryValueExA, RegQueryValueExW,
1383         RegRestoreKeyA, RegRestoreKeyW, RegSetKeySecurity, RegSetValueExA,
1384         RegSetValueW, RegUnLoadKeyA, RegUnLoadKeyW, RtlCaptureStackBackTrace,
1385         RtlFillMemory, RtlMoveMemory, RtlZeroMemory, SetThreadToken): Remove
1386         conflicting definition.
1387         * lib/th32.def: Remove.
1388         * lib/ntdll.def (RtlUnwind): Remove conflicting definition.
1389         * lib/version.def (VerLanguageNameA, VerLanguageNameW): Remove conflicting
1390         definition.
1391
1392 2010-08-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1393
1394         * lib/kernel32.def (CreateProcessAsUserW): Remove definition.
1395
1396 2010-08-20  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1397
1398         * lib/kernel32.def: Regenerate using gendef on a Win7 machine.
1399
1400 2010-08-19  Corinna Vinschen  <corinna@vinschen.de>
1401
1402         * include/winnt.h: Define FILE_ATTRIBUTE_VIRTUAL.  Change
1403         FILE_ATTRIBUTE_VALID_FLAGS accordingly.
1404         * include/ddk/winddk.h: Ditto.
1405
1406 2010-08-18  Ladislav Michl  <ladis@users.sourceforge.net>
1407
1408         * include/winbase.h (SYMBOLIC_LINK_FLAG_DIRECTORY, CreateSymbolicLinkW,
1409         CreateSymbolicLinkA, CreateSymbolicLink): Define
1410
1411 2010-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1412
1413         * lib/kernel32.def(FatalExit): Correct definiton.
1414
1415 2010-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1416
1417         * include/basetyps.h (REFGUID, REFIID, REFCLSID, REFFMTID): Revert change
1418         from 2010-07-17 since it breaks several applications.
1419
1420 2010-07-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1421
1422         * lib/kernel32.def: Regenerate using gendef.
1423
1424 2010-07-20  Ozkan Sezer  <sezero@users.sourceforge.net>
1425
1426         * include/commctrl.h (LVIF_GROUPID): Fix definition.
1427
1428 2010-07-20  Michael James  <james.me@gmail.com>
1429
1430         * include/commctrl.h (LVIF_COLUMNS): Fix definition.
1431
1432 2010-07-17  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1433
1434         * include/winnt.h (HEAP_MAKE_TAG_FLAGS, VALID_INHERIT_FLAGS): Correct
1435         definition.
1436         * include/rpcndr.h (NdrUnMarshConfStringHdr, NdrUnMarshCCtxtHdl,
1437         NdrMarshSCtxtHdl): Ditto.
1438         * include/basetyps.h (REFGUID, REFIID, REFCLSID, REFFMTID): Remove macro
1439         definition in favour of typedef definition.
1440
1441         Thank you to Yuta Tomino for reporting the issues.
1442
1443 2010-07-08  Markus Koenig  <basilo@users.sourceforge.net>
1444
1445         * include/gdiplus.h: New file.
1446         * include/gdiplus/gdiplus.h: New file.
1447         * include/gdiplus/gdiplusbase.h: New file.
1448         * include/gdiplus/gdiplusbrush.h: New file.
1449         * include/gdiplus/gdipluscolor.h: New file.
1450         * include/gdiplus/gdipluscolormatrix.h: New file.
1451         * include/gdiplus/gdipluseffects.h: New file.
1452         * include/gdiplus/gdiplusenums.h: New file.
1453         * include/gdiplus/gdiplusflat.h: New file.
1454         * include/gdiplus/gdiplusgpstubs.h: New file.
1455         * include/gdiplus/gdiplusgraphics.h: New file.
1456         * include/gdiplus/gdiplusheaders.h: New file.
1457         * include/gdiplus/gdiplusimageattributes.h: New file.
1458         * include/gdiplus/gdiplusimagecodec.h: New file.
1459         * include/gdiplus/gdiplusimaging.h: New file.
1460         * include/gdiplus/gdiplusimpl.h: New file.
1461         * include/gdiplus/gdiplusinit.h: New file.
1462         * include/gdiplus/gdipluslinecaps.h: New file.
1463         * include/gdiplus/gdiplusmatrix.h: New file.
1464         * include/gdiplus/gdiplusmem.h: New file.
1465         * include/gdiplus/gdiplusmetafile.h: New file.
1466         * include/gdiplus/gdiplusmetaheader.h: New file.
1467         * include/gdiplus/gdipluspath.h: New file.
1468         * include/gdiplus/gdipluspen.h: New file.
1469         * include/gdiplus/gdipluspixelformats.h: New file.
1470         * include/gdiplus/gdiplusstringformat.h: New file.
1471         * include/gdiplus/gdiplustypes.h: New file.
1472         * lib/gdiplus.c: New file containing GDI+ variable definitions
1473         and GUIDs.
1474         * lib/gdiplus.def: New file.
1475         * lib/Makefile.in: Add gdiplus.o to EXTRA_OBJS,
1476         add gdiplus.c to SOURCES.
1477         * lib/test.c: Include gdiplus.h.
1478
1479 2010-06-28  Rick Rankin  <rrankin1424-mingw@yahoo.com>
1480
1481         * include/psapi.h (PROCESS_MEMORY_COUNTERS_EX, PERFORMANCE_INFORMATION,
1482         GetPerformanceInfo): Define.
1483         * lib/psapi.def (GetPerformanceInfo): Define.
1484         * include/wincrypt.h (CryptEnumProvidersA, CryptEnumProvidersW,
1485         CryptEnumProviders): Define.
1486
1487 2010-02-17  LRN  <lrn1986@gmail.com>
1488
1489         * include/shlguid.h (IID_IFolderView): Define.
1490         * include/shlobj.h (IFolderView interface): Define.
1491         * lib/shell32.c (IID_IFolderView): Export.
1492
1493 2010-01-26  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
1494
1495         * include/shldisp.h (AUTOCOMPLETEOPTIONS): Add version guard around
1496         ACO_WORD_FILTER and ACO_NOPREFIXFILTERING.
1497
1498 2010-01-26  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
1499
1500         * include/shldisp.h (AUTOCOMPLETEOPTIONS): Add enum.
1501
1502 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1503
1504         * include/shlobj.h (SHParseDisplayName): Fix definition.
1505
1506 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1507
1508         * include/w32api.h: Increment version to 3.14.
1509         * Makefile.in: Ditto.
1510
1511 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1512
1513         * include/shlobj.h (SHParseDisplayName): Define.
1514
1515         Thanks to James Roberts-Thomson for the report.
1516
1517 2009-20-10  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
1518
1519         * include/wingdi.h (ENHMFENUMPROC): Correct definition.
1520
1521         Thanks to Alexander Vassilev for the report.
1522
1523 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1524
1525         * include/iprtrmib.h (MIB_IPADDRROW): Correct definition.
1526
1527         Thanks to Thomas Denk for the report.
1528
1529 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1530
1531         * include/winbase.h (UnmapViewOfFile): Correct definition.
1532
1533         Thanks to Dimitry Sibiryakov for the report.
1534
1535 2009-20-10  Aleksey Chernov  <virxkane@users.sourceforge.net>
1536
1537         * include/sspi.h: Include ntsecapi.h to correct postgresql build error.
1538
1539 2009-20-10  Heiko Hund  <heiko@ist.eigentlich.net>
1540
1541         * include/commctrl.h (GetMUILanguage, InitMUILanguage): Add prototypes.
1542         * lib/comctl32.def (GetMUILanguage, InitMUILanguage): Define.
1543
1544 2009-20-10  Michael James  <james.me@gmail.com>
1545
1546         * include/wingdi.h (CLEARTYPE_QUALITY): Define.
1547         * include/winuser.h (WM_KEYLAST): Alternative definition when _WIN32_WINNT
1548         >= 0x0501.
1549         (WM_UNICHAR,UNICODE_NOCHAR): Define.
1550         * lib/comctl32.def (DefSubclassProc@16,GetWindowSubclass@16,
1551         RemoveWindowSubclass@12): Add exports.
1552         * lib/gdi32.def (GetDCBrushColor@4,GetDCPenColor@4): Add exports.
1553
1554 2009-20-10  Jarkko Sakkinen  <jarkko.sakkinen@iki.fi>
1555
1556         * include/winuser.h (WM_TOUCHMOVE, WM_TOUCHDOWN, WM_TOUCHUP,
1557         TOUCHEVENTF_DOWN, TOUCHEVENTF_INRANGE, TOUCHEVENTF_MOVE,
1558         TOUCHEVENTF_NOCOALESCE, TOUCHEVENTF_PALM, TOUCHEVENTF_PEN,
1559         TOUCHEVENTF_PRIMARY, TOUCHEVENTF_UP, TOUCHEVENTMASKF_CONTACTAREA,
1560         TOUCHEVENTMASKF_EXTRAINFO, TOUCHEVENTMASKF_TIMEFROMSYSTEM, TOUCHINPUT,
1561         CloseTouchInputHandle, GetTouchInputInfo, IsTouchWindow,
1562         RegisterTouchWindow, UnregisterTouchWindow): Define.
1563         * lib/user32.def (CloseTouchInputHandle, GetTouchInputInfo, IsTouchWindow,
1564         RegisterTouchWindow, UnregisterTouchWindow): Define.
1565
1566 2009-20-10  Dmitry Potapov  <dpotapov@users.sourceforge.net>
1567
1568         * include/winver.h (VerQueryValue[AW]): Correct definition.
1569
1570 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1571
1572         * include/shlobj.h (SHARD): Add enum.
1573         (SHARD_PATH): Define based on UNICODE.
1574
1575         Thanks to Jacek Caban for the report.
1576
1577 2009-14-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1578
1579         * include/wingdi.h (_devicemodeW, _devicemodeA): Correct definition.
1580
1581         Thanks to Bruno Martinez for the report.
1582
1583 2009-14-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1584
1585         * include/shlobj.h (IDO_SHGIOI_SHARE, IDO_SHGIOI_LINK, IDO_SHGIOI_SLOWFILE,
1586         IDO_SHGIOI_DEFAULT, SHGetIconOverlayIndexW, SHGetIconOverlayIndexA,
1587         SHGetIconOverlayIndex): Define.
1588
1589         Thanks to Tim Kosse for the report.
1590
1591 2009-13-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1592
1593         * include/wincon.h (AttachConsole): Correct guard.
1594
1595         Thanks to Alexander Shaduri for the report.
1596
1597 2009-13-09  Robert Moerland  <rjmoerland@users.sourceforge.net>
1598
1599         * include/wininet.h (NTERNET_CACHE_ENTRY_INFOW): Correct definition.
1600         (DeleteUrlCacheEntryW, DeleteUrlCacheEntryA): Define.
1601
1602 2009-13-09  Jacky Lai  <crazyjacky@users.sourceforge.net>
1603
1604         * include/winerror.h: Fix typos in macro names.
1605
1606 2009-13-09  Jan Nijtmans  <nijtmans@users.sourceforge.net>
1607
1608         * include/winuser.h (SendMessageTimeoutA, SendMessageTimeoutW): Correct
1609         definition.
1610
1611 2009-11-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1612
1613         * include/winnt.h (PROCESS_SUSPEND_RESUME): Define.
1614
1615 2009-10-29  Charles Wilson  <mingw@cwilson.fastmail.fm>
1616
1617         Honor DESTDIR for winsup/mingw and winsup/w32api.
1618         Detect and report error if installation paths are win32
1619         format, but DESTDIR is non-empty.
1620
1621         * Makefile.in (install, uninstall): Use FLAGS_TO_PASS
1622         when invoking make in subdirs.
1623         * lib/Makefile.in (DESTDIR): Honor per convention.
1624         (need-DESTDIR-compatibility): New macro; define it and a
1625         corresponding rule.
1626         (fail-DESTDIR-compatibility): New dependency goal.
1627         (install-libraries, install-headers, uninstall-libraries,
1628         uninstall-headers): Require need-DESTDIR-compatibility.
1629         * lib/ddk/Makefile.in: Ditto.
1630         * lib/directx/Makefile.in: Ditto.
1631
1632 2009-10-04  Corinna Vinschen  <corinna@vinschen.de>
1633
1634         * include/winbase.h (CreateRestrictedToken): Declare for >= Win 2000.
1635         _WIN32_WINNT >= 0x0500.
1636         (DISABLE_MAX_PRIVILEGE, SANDBOX_INERT, LUA_TOKEN,
1637         WRITE_RESTRICTED): Define.
1638         (IsTokenRestricted): Declare for >= Win 2000.
1639
1640 2009-08-30  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1641
1642         * include/wtsapi32.h (WTSQuerySessionInformationA,
1643         WTSQuerySessionInformationW, WTSQuerySessionInformation, WTSFreeMemory):
1644         Moved to (_WIN32_WINNT >= 0x0500) guard.
1645         (thanks to Pierre Ossman)
1646
1647 2009-08-09  Andy Koppe  <andy.koppe@gmail.com>
1648
1649         * include/winnls.h (IS_HIGH_SURROGATE, IS_LOW_SURROGATE,
1650         IS_SURROGATE_PAIR): Define.
1651
1652 2009-07-27  Corinna Vinschen  <corinna@vinschen.de>
1653
1654         * include/winnt.h (FILE_SUPPORTS_HARD_LINKS,
1655         FILE_SUPPORTS_EXTENDED_ATTRIBUTES, FILE_SUPPORTS_OPEN_BY_FILE_ID,
1656         FILE_SUPPORTS_USN_JOURNALS): Define.  Add comment.
1657         * include/ddk/ntifs.h: Ditto.
1658         (FILE_SEQUENTIAL_WRITE_ONCE, FILE_SUPPORTS_TRANSACTIONS): Define.
1659
1660 2009-07-21  Corinna Vinschen  <corinna@vinschen.de>
1661
1662         * lib/msimg32.def (GetDCBrushColor, GetDCPenColor): Move entry points
1663         from here...
1664         * lib/gdo32.dll: ...to here.
1665
1666 2009-07-01  Corinna Vinschen  <corinna@vinschen.de>
1667
1668         * lib/comctl32.def (StrCSpnA@8, StrCSpnIA@8, StrCSpnW@8, StrChrA@8,
1669         StrChrIA@8, StrChrIW@8, StrChrW@8, StrCmpNA@12, StrCmpNIA@12,
1670         StrCmpNIW@12, StrCmpNW@12, StrRChrA@12, StrRChrIA@12, StrRChrW@12,
1671         StrRStrIA@12, StrRStrIW@12, StrStrA@8, StrStrIA@8, StrStrIW@8,
1672         StrStrW@8, StrToIntA@4, StrToIntW@4): Remove erroneously defined
1673         entry points.
1674
1675 2009-06-24  Corinna Vinschen  <corinna@vinschen.de>
1676
1677         * include/wtsapi32.h (WTSQueryUserToken, WTSEnumerateSessionsW,
1678         WTSEnumerateSessionsA): Add function prototypes.
1679         (struct _WTS_SESSION_INFOW, struct _WTS_SESSION_INFOA): Add typedefs.
1680         (WTS_SESSION_INFO, PWTS_SESSION_INFO, WTSEnumerateSessions): Add
1681         defines dependent on UNICODE setting.
1682
1683 2009-06-07  Corinna Vinschen  <corinna@vinschen.de>
1684
1685         * include/ddk/ntapi.h: Add NtXxx equivalent to ZwXxx where missing
1686         and vice versa.
1687         * include/ddk/ntifs.h: Ditto.
1688         * include/ddk/winddk.h: Ditto.
1689         * lib/ntdll.def (NtPlugPlayControl, NtQueryInstallUILanguage,
1690         ZwPlugPlayControl, ZwQueryInstallUILanguage): Add entry points defined
1691         in header, but missing in lib.  Omit NT4-only entry points.
1692
1693 2009-05-01  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1694
1695         * include/shellapi.h (SHIL_LARGE, SHIL_SMALL, SHIL_EXTRALARGE,
1696         SHIL_SYSSMALL, SHIL_JUMBO, SHIL_LAST SHIL_JUMBO, SHGetImageList): Define.
1697         * lib/shell32.def (SHGetImageList): Define.
1698
1699 2009-02-18  Corinna Vinschen  <corinna@vinschen.de>
1700
1701         * winnt.h: Add Vista token security extensions.
1702         (SID_HASH_SIZE): Define.
1703         (TOKEN_MANDATORY_POLICY_OFF, TOKEN_MANDATORY_POLICY_NO_WRITE_UP,
1704         TOKEN_MANDATORY_POLICY_NEW_PROCESS_MIN,
1705         TOKEN_MANDATORY_POLICY_VALID_MASK): Define.
1706         (SID_HASH_ENTRY): Define.
1707         (struct _SID_AND_ATTRIBUTES_HASH): Define.
1708         (struct _TOKEN_LINKED_TOKEN): Define.
1709         (struct _TOKEN_MANDATORY_LABEL): Define.
1710         (struct _TOKEN_MANDATORY_POLICY): Define.
1711         (struct _TOKEN_ELEVATION): Define.
1712         (struct _TOKEN_ACCESS_INFORMATION): Define.
1713         (enum _TOKEN_INFORMATION_CLASS): Conditionally define new Vista token
1714         information enumeration values.
1715
1716 2009-02-09  Corinna Vinschen  <corinna@vinschen.de>
1717
1718         * include/winioctl.h (FSCTL_ALLOW_EXTENDED_DASD_IO): Copy definition
1719         from ddk/ntifs.h.
1720
1721 2009-02-06  Linton Miller  <Linton.Miller@trivininc.com>
1722
1723         * include/wtsapi32.h (WTS_CURRENT_SESSION): Fix definition.
1724
1725 2009-01-19  Corinna Vinschen  <corinna@vinschen.de>
1726
1727         * include/winbase.h (enum _DEP_SYSTEM_POLICY_TYPE): Fix version guard.
1728
1729 2009-01-11  Henry Nestler  <henry@bigfoot.de>
1730
1731         * lib/ddk/ntoskrnl.def: Enable ZwQueryEaFile, ZwSetEaFile, NtQueryEaFile,
1732         NtSetEaFile.
1733
1734 2009-01-07  Corinna Vinschen  <corinna@vinschen.de>
1735
1736         * include/winbase.h (SCS_64BIT_BINARY): Define.
1737
1738 2008-12-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1739
1740         * include/w32api.h: Increment version to 3.13.
1741         * Makefile.in: Ditto.
1742
1743 2008-12-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1744
1745         * lib/glut.def: remove.
1746         * lib/glut32.def: ditto.
1747
1748 2008-11-11  Corinna Vinschen  <corinna@vinschen.de>
1749
1750         * include/winbase.h (PROCESS_DEP_ENABLE,
1751         PROCESS_DEP_DISABLE_ATL_THUNK_EMULATION): Define for >= Vista SP1.
1752         (enum _DEP_SYSTEM_POLICY_TYPE): Ditto.
1753         (GetProcessDEPPolicy, GetSystemDEPPolicy, SetProcessDEPPolicy): Ditto.
1754
1755 2008-10-09  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1756
1757         * include/mmsystem.h (sndAlias): Correct GCC4 warning.
1758
1759 2008-10-04  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1760
1761         * include/shellapi.h (NOTIFYICON_VERSION_4): Define.
1762
1763 2008-09-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1764
1765         * include/vfw.h (capSendMessage): Rename to __capSendMessage.
1766
1767 2008-09-24  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1768
1769         * include/vfw.h (WM_CAP_SET_CALLBACK_ERRORA, WM_CAP_SET_CALLBACK_ERRORW,
1770         WM_CAP_SET_CALLBACK_STATUS, WM_CAP_SET_CALLBACK_YIELD,
1771         WM_CAP_SET_CALLBACK_FRAMEA, WM_CAP_SET_CALLBACK_FRAMEW,
1772         WM_CAP_SET_CALLBACK_VIDEOSTREAM, WM_CAP_SET_CALLBACK_WAVESTREAM,
1773         WM_CAP_GET_USER_DATA, WM_CAP_SET_USER_DATA, WM_CAP_DRIVER_CONNECT,
1774         WM_CAP_DRIVER_DISCONNECT, WM_CAP_DRIVER_GET_NAMEA, WM_CAP_DRIVER_GET_NAMEW,
1775         WM_CAP_DRIVER_GET_VERSIONA, WM_CAP_DRIVER_GET_VERSIONW,
1776         WM_CAP_DRIVER_GET_CAPS, WM_CAP_FILE_SET_CAPTURE_FILEA,
1777         WM_CAP_FILE_SET_CAPTURE_FILEW, WM_CAP_FILE_GET_CAPTURE_FILEA,
1778         WM_CAP_FILE_GET_CAPTURE_FILEW, WM_CAP_FILE_ALLOCATE, WM_CAP_FILE_SAVEASA,
1779         WM_CAP_FILE_SAVEASW, WM_CAP_FILE_SET_INFOCHUNK, WM_CAP_FILE_SAVEDIBA,
1780         WM_CAP_FILE_SAVEDIBW, WM_CAP_EDIT_COPY, WM_CAP_SET_AUDIOFORMAT,
1781         WM_CAP_GET_AUDIOFORMAT, WM_CAP_DLG_VIDEOFORMAT, WM_CAP_DLG_VIDEOSOURCE,
1782         WM_CAP_DLG_VIDEODISPLAY, WM_CAP_GET_VIDEOFORMAT, WM_CAP_SET_VIDEOFORMAT,
1783         WM_CAP_DLG_VIDEOCOMPRESSION, WM_CAP_SET_PREVIEW, WM_CAP_SET_OVERLAY,
1784         WM_CAP_SET_PREVIEWRATE, WM_CAP_SET_SCALE, WM_CAP_GET_STATUS,
1785         WM_CAP_SET_SCROLL, WM_CAP_GRAB_FRAME, WM_CAP_GRAB_FRAME_NOSTOP,
1786         WM_CAP_SEQUENCE, WM_CAP_SEQUENCE_NOFILE, WM_CAP_SET_SEQUENCE_SETUP,
1787         WM_CAP_GET_SEQUENCE_SETUP, WM_CAP_SET_MCI_DEVICEA, WM_CAP_SET_MCI_DEVICEW,
1788         WM_CAP_GET_MCI_DEVICEA, WM_CAP_GET_MCI_DEVICEW, WM_CAP_STOP, WM_CAP_ABORT,
1789         WM_CAP_SINGLE_FRAME_OPEN, WM_CAP_SINGLE_FRAME_CLOSE, WM_CAP_SINGLE_FRAME,
1790         WM_CAP_PAL_OPENA, WM_CAP_PAL_OPENW, WM_CAP_PAL_SAVEA, WM_CAP_PAL_SAVEW,
1791         WM_CAP_PAL_PASTE, WM_CAP_PAL_AUTOCREATE, WM_CAP_PAL_MANUALCREATE,
1792         WM_CAP_SET_CALLBACK_CAPCONTROL): Define using WM_USER.
1793         (capSendMessage): Don't undef.
1794
1795 2008-09-21  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1796
1797         * incude/sspi.h: include subauth.h to fix issue of UNICODE_STRING being
1798         undefined.
1799
1800 2008-09-13  mega-squall  <mega-squall@users.sf.net>
1801
1802         * include/winnt.h (SUBLANG_BENGALI_INDIA, SUBLANG_PUNJABI_INDIA,
1803         SUBLANG_ROMANIAN_ROMANIA): Correct definition.
1804         (SUBLANG_BENGALI_BANGLADESH, SUBLANG_PUNJABI_PAKISTAN,
1805         SUBLANG_ROMANIAN_MOLDOVA): Define.
1806
1807 2008-09-11  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1808
1809         * include/shlwapi.h (ASSOCSTR): Update enum.
1810
1811 2008-09-07  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1812
1813         * include/w32api.h: Increment version to 3.12.
1814         * Makefile.in: Ditto.
1815
1816 2008-09-07  Michael Hentschel  <mikeh42@users.sourceforge.net>
1817
1818         * include/shlwapi.h (STIF_DEFAULT, STIF_SUPPORT_HEX): Define.
1819
1820 2008-09-07  alsemm  <alsemm@users.sourceforge.net>
1821
1822         * include/mlang.h (IMLangFontLink2::MapFont): Fix definition.
1823
1824 2008-09-07  Danny Smith  <dannysmith@users.sourceforge.net>
1825
1826         * include/ws2tcpip.h (IPV6_MREQ): Fix typo.
1827         Thanks to Richard Hughes for report.
1828
1829 2008-09-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1830
1831         * Makefile.in: Adjust to new naming standard for MinGW while maintaining old
1832         naming standard for Cygwin.
1833
1834 2008-08-30  Bo Yang  <techrazy@users.sourceforge.net>
1835
1836         * include/sspi.h: Fix PSecurityFunctionTableW structure.
1837
1838 2008-08-29  Andy Grover  <andy.grover@oracle.com>
1839
1840         * include/ddk/scsi.h: Define READ_TOC formats.
1841         * lib/ddk/scsiport.def (ScsiPortGetDeviceBase): Fix export.
1842
1843 2008-08-29  Andy Grover  <andy.grover@oracle.com>
1844
1845         * include/ddk/ndis.h (NDIS_MINIPORT_MAJOR_VERSION, NDIS_MINIPORT_MINOR_VERSION,
1846         struct NDIS_TASK_OFFLOAD_HEADER, PROTOCOL_RESERVED_SIZE_IN_PACKET,
1847         NdisGetFirstBufferFromPacketSafe, NdisMIndicateReceivePacket,
1848         NdisSetPacketPoolProtocolId, NdisMInitializeTimer, NdisMSetPeriodicTimer,
1849         NdisMCancelTimer): Define.
1850         (enum NDIS_ENCAPSULATION, struct NDIS_ENCAPSULATION_FORMAT): move in file.
1851         (struct _NDIS_PACKET): Define using _ANONYMOUS_UNION and ANONYMOUS_STRUCT to
1852         eliminate warnings.
1853         (NdisReinitializePacket): Rename from NdisReinitializePacketCounts.
1854         * lib/ddk/ndis.def (NdisInitAnsiString, NdisInitUnicodeString, NdisMCancelTimer,
1855         NdisMInitializeTimer, NdisMSetPeriodicTimer, NdisSetPacketPoolProtocolId):
1856         Export.
1857
1858 2008-08-29  Andy Grover  <andy.grover@oracle.com>
1859
1860         * include/ddk/winddk.h (RtlStringCbCopyA, RtlStringCbPrintfA,
1861         RtlStringCbVPrintfA): define in terms of POSIX string functions.
1862
1863 2008-08-29  Andy Grover  <andy.grover@oracle.com>
1864
1865         * include/ddk/winddk.h (KeRaiseIrql): Define.
1866         (KfRaiseIrql, KfLowerIrql): remove incorrect definitions.
1867
1868 2008-08-29  Andy Grover  <andy.grover@oracle.com>
1869
1870         * include/ddk/winddk.h (KeFlushQueuedDpcs, KeMemoryBarrier): Define.
1871         (KeGetCurrentProcessorNumber): Fix incorrect member reference.
1872         (InterlockedIncrement, InterlockedDecrement): fix warning.
1873         * lib/ddk/ntoskrnl.def (KeFlushQueuedDpcs, KeMemoryBarrier): Export.
1874         (KeNumberProcessors): Export.
1875
1876 2008-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1877
1878         * include/shlwapi.h (ASSOCF_INIT_NOREMAPCLSID, ASSOCF_INIT_BYEXENAME,
1879         ASSOCF_OPEN_BYEXENAME, ASSOCF_INIT_DEFAULTTOSTAR,
1880         ASSOCF_INIT_DEFAULTTOFOLDER, ASSOCF_NOUSERSETTINGS, ASSOCF_NOTRUNCATE,
1881         ASSOCF_VERIFY, ASSOCF_REMAPRUNDLL, ASSOCF_NOFIXUPS, ASSOCF_IGNOREBASECLASS,
1882         ASSOCF_INIT_IGNOREUNKNOWN): Define.
1883
1884 2008-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1885
1886         * include/commctrl.h (LVN_MARQUEEBEGIN): Define.
1887
1888         Thanks to Tim Kosse <botg at users dot sf dot net>.
1889
1890 2008-08-22  Bo Yang  <techrazy@users.sourceforge.net>
1891
1892         * include/winnt.h (OWNER_SECURITY_INFORMATION, GROUP_SECURITY_INFORMATION,
1893         DACL_SECURITY_INFORMATION, SACL_SECURITY_INFORMATION): Correct.
1894         * include/winnt.h (OWNER_SECURITY_INFORMATION, GROUP_SECURITY_INFORMATION,
1895         DACL_SECURITY_INFORMATION, SACL_SECURITY_INFORMATION,
1896         LABEL_SECURITY_INFORMATION, UNPROTECTED_SACL_SECURITY_INFORMATION,
1897         UNPROTECTED_DACL_SECURITY_INFORMATION, PROTECTED_SACL_SECURITY_INFORMATION,
1898         PROTECTED_DACL_SECURITY_INFORMATION): Define.
1899
1900 2008-08-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1901
1902         * include/wtsapi32.h (_WTS_INFO_CLASS, _WTS_CONNECTSTATE_CLASS,
1903         WTSQuerySessionInformation, WTSFreeMemory): Define.
1904
1905 2008-07-25  Bo Yang  <techrazy@users.sourceforge.net>
1906
1907         * lib/gdi32.def (SetLayout): Export.
1908
1909 2008-07-25  Bo Yang  <techrazy@users.sourceforge.net>
1910
1911         * include/wincrypt.h (struct _CRYPT_KEY_PROV_PARAM,
1912         struct _CRYPT_KEY_PROV_INFO, CertGetCertificateContextProperty,
1913         CryptEnumKeyIdentifierProperties, CryptAcquireCertificatePrivateKey,
1914         CertCreateCertificateContext, CryptGetKeyIdentifierProperty,
1915         CertSetCertificateContextProperty, CertCompareCertificateName,
1916         CryptSetKeyIdentifierProperty, CertOIDToAlgId, CryptGetDefaultProviderA,
1917         CryptGetDefaultProviderW and many corresponding macroes): Define.
1918         * lib/crypt32.def (Export the above 11 functions): Export.
1919         * include/winerror.h (CRYPT_E_NOT_FOUND and other crypt related
1920         macroes): Define.
1921
1922
1923 2008-07-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1924
1925         * include/winuser.h (MENUGETOBJECTINFO, MNGO_NOINTERFACE, MNGO_NOERROR,
1926         MNGOF_TOPGAP, MNGOF_BOTTOMGAP): Define.
1927
1928 2008-07-24  techrazy  <techrazy@users.sourceforge.net>
1929
1930         * include/wingdi.h (OUT_PS_ONLY_PRECIS): Define.
1931
1932 2008-07-24  Corinna Vinschen  <corinna@vinschen.de>
1933
1934         * include/lmaccess.h (struct _USER_INFO_4): Define.
1935         (struct _USER_INFO_23): Define.
1936         (struct _GROUP_INFO_3): Define.
1937
1938 2008-07-14  Corinna Vinschen  <corinna@vinschen.de>
1939
1940         * include/iphlpapi.h (GetExtendedTcpTable): Add prototype.
1941         * include/iprtrmib.h (TCP_TABLE_CLASS, MIB_TCPROW_OWNER_PID,
1942         MIB_TCPTABLE_OWNER_PID, MIB_TCP6ROW_OWNER_PID,
1943         MIB_TCP6TABLE_OWNER_PID): Define.
1944         * lib/iphlpapi.def (GetExtendedTcpTable): Export.
1945
1946 2008-06-25  Brandon Sneed  <nivenh@sourceware.org>
1947
1948         * include/winbase.h (GetProcessHandleCount, GetSystemRegistryQuota,
1949         GetThreadIOPendingFlag): Modified to rely on _WIN32_WINNT 0x0501 instead
1950         of 0x0502.
1951         Bug reported by Thomas Denk.
1952
1953 2008-06-25  Brandon Sneed  <nivenh@sourceware.org>
1954
1955         * include/winbase.h (InterlockedIncrement, InterlockedDecrement,
1956         InterlockedCompareExchange, InterlockedExchange,
1957         InterlockedCompareExchangePointer, InterlockedExchangeAdd,
1958         InterlockedExchangePointer): Modified from PLONG to LONG volatile *.
1959         Bug reported by Erik Blake.
1960
1961 2008-06-20  Danny Smith  <dannysmith@users.sourceforge.net>
1962
1963         * lib/ddk/hal.def (HalTranslateBusAddress): Correct suffix.
1964         * lib/ddk/ntoskrnl.def (MmAllocateContiguousMemory): Correct suffix.
1965         Bug reported by Brian Hawley.
1966
1967 2008-06-17  Corinna Vinschen  <corinna@vinschen.de>
1968
1969         * include/dsgetdc.h (DS_FORCE_REDISCOVERY, DS_FORCE_REDISCOVERY,
1970         DS_DIRECTORY_SERVICE_REQUIRED, DS_DIRECTORY_SERVICE_PREFERRED,
1971         DS_GC_SERVER_REQUIRED, DS_PDC_REQUIRED, DS_BACKGROUND_ONLY,
1972         DS_IP_REQUIRED, DS_KDC_REQUIRED, DS_TIMESERV_REQUIRED,
1973         DS_WRITABLE_REQUIRED, DS_GOOD_TIMESERV_PREFERRED, DS_AVOID_SELF,
1974         DS_ONLY_LDAP_NEEDED, DS_IS_FLAT_NAME, DS_IS_DNS_NAME,
1975         DS_RETURN_DNS_NAME, DS_RETURN_FLAT_NAME): Define.
1976         (DsGetDcNameW, DsGetDcNameA): Declare.
1977         (DsGetDcName): Define.
1978         * lib/netapi32.def (DsGetDcNameA, DsGetDcNameW): Export.
1979
1980 2008-05-28  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1981
1982         * include/commctrl.h (NMLVODSTATECHANGE): Define.
1983
1984         Thanks to Tim Kosse <botg at users dot sf dot net>.
1985
1986 2008-05-28  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1987
1988         * include/winnt.h (SUBLANG_TIBETAN_BHUTAN): Fix definition.
1989
1990         Thanks to Nicola Di Nisio <nicoladinisio at users dot sf dot net>.
1991
1992 2008-05-15  Corinna Vinschen  <corinna@vinschen.de>
1993
1994         * include/winnt.h (FILE_SEQUENTIAL_WRITE_ONCE): Define.
1995         (FILE_SUPPORTS_TRANSACTIONS): Define.
1996
1997 2008-05-01  Bart Oldeman  <bartoldeman@users.sf.net>
1998
1999         * include/winuser.h (DEVICE_NOTIFY_WINDOW_HANDLE,
2000         DEVICE_NOTIFY_SERVICE_HANDLE): remove duplicate definition.
2001
2002 2008-05-02  Ramiro Polla  <ramiro@lisha.ufsc.br>
2003
2004         * include/vfw.h (WM_CAP_SET_CALLBACK_ERRORA, WM_CAP_SET_CALLBACK_ERRORW,
2005         WM_CAP_SET_CALLBACK_STATUS, WM_CAP_SET_CALLBACK_YIELD,
2006         WM_CAP_SET_CALLBACK_FRAMEA, WM_CAP_SET_CALLBACK_FRAMEW,
2007         WM_CAP_SET_CALLBACK_VIDEOSTREAM, WM_CAP_SET_CALLBACK_WAVESTREAM,
2008         WM_CAP_GET_USER_DATA, WM_CAP_SET_USER_DATA, WM_CAP_DRIVER_CONNECT,
2009         WM_CAP_DRIVER_DISCONNECT, WM_CAP_DRIVER_GET_NAMEA, WM_CAP_DRIVER_GET_NAMEW,
2010         WM_CAP_DRIVER_GET_VERSIONA, WM_CAP_DRIVER_GET_VERSIONW,
2011         WM_CAP_DRIVER_GET_CAPS, WM_CAP_FILE_SET_CAPTURE_FILEA,
2012         WM_CAP_FILE_SET_CAPTURE_FILEW, WM_CAP_FILE_GET_CAPTURE_FILEA,
2013         WM_CAP_FILE_GET_CAPTURE_FILEW, WM_CAP_FILE_ALLOCATE, WM_CAP_FILE_SAVEASA,
2014         WM_CAP_FILE_SAVEASW, WM_CAP_FILE_SET_INFOCHUNK, WM_CAP_FILE_SAVEDIBA,
2015         WM_CAP_FILE_SAVEDIBW, WM_CAP_EDIT_COPY, WM_CAP_SET_AUDIOFORMAT,
2016         WM_CAP_GET_AUDIOFORMAT, WM_CAP_DLG_VIDEOFORMAT, WM_CAP_DLG_VIDEOSOURCE,
2017         WM_CAP_DLG_VIDEODISPLAY, WM_CAP_GET_VIDEOFORMAT, WM_CAP_SET_VIDEOFORMAT,
2018         WM_CAP_DLG_VIDEOCOMPRESSION, WM_CAP_SET_PREVIEW, WM_CAP_SET_OVERLAY,
2019         WM_CAP_SET_PREVIEWRATE, WM_CAP_SET_SCALE, WM_CAP_GET_STATUS,
2020         WM_CAP_SET_SCROLL, WM_CAP_GRAB_FRAME, WM_CAP_GRAB_FRAME_NOSTOP,
2021         WM_CAP_SEQUENCE, WM_CAP_SEQUENCE_NOFILE, WM_CAP_SET_SEQUENCE_SETUP,
2022         WM_CAP_GET_SEQUENCE_SETUP, WM_CAP_SET_MCI_DEVICEA, WM_CAP_SET_MCI_DEVICEW,
2023         WM_CAP_GET_MCI_DEVICEA, WM_CAP_GET_MCI_DEVICEW, WM_CAP_STOP, WM_CAP_ABORT,
2024         WM_CAP_SINGLE_FRAME_OPEN, WM_CAP_SINGLE_FRAME_CLOSE, WM_CAP_SINGLE_FRAME,
2025         WM_CAP_PAL_OPENA, WM_CAP_PAL_OPENW, WM_CAP_PAL_SAVEA, WM_CAP_PAL_SAVEW,
2026         WM_CAP_PAL_PASTE, WM_CAP_PAL_AUTOCREATE, WM_CAP_PAL_MANUALCREATE,
2027         WM_CAP_SET_CALLBACK_CAPCONTROL, WM_CAP_SET_CALLBACK_ERROR,
2028         WM_CAP_SET_CALLBACK_FRAME, WM_CAP_DRIVER_GET_NAME,
2029         WM_CAP_DRIVER_GET_VERSION, WM_CAP_FILE_SET_CAPTURE_FILE,
2030         WM_CAP_FILE_GET_CAPTURE_FILE, WM_CAP_FILE_SAVEAS, WM_CAP_FILE_SAVEDIB,
2031         WM_CAP_SET_MCI_DEVICE, WM_CAP_GET_MCI_DEVICE, WM_CAP_PAL_OPEN,
2032         WM_CAP_PAL_SAVE, capSetCallbackOnError, capSetCallbackOnStatus,
2033         capSetCallbackOnYield, capSetCallbackOnFrame, capSetCallbackOnVideoStream,
2034         capSetCallbackOnWaveStream, capGetUserData, capSetUserData,
2035         capDriverConnect, capDriverDisconnect, capDriverGetName,
2036         capDriverGetVersion, capDriverGetCaps, capFileSetCaptureFile,
2037         capFileGetCaptureFile, capFileAlloc, capFileSaveAs, capFileSetInfoChunk,
2038         capFileSaveDIB, capEditCopy, capSetAudioFormat, capGetAudioFormat,
2039         capGetAudioFormatSize, capDlgVideoFormat, capDlgVideoSource,
2040         capDlgVideoDisplay, capGetVideoFormat, capGetVideoFormatSize,
2041         capSetVideoFormat, capDlgVideoCompression, capPreview, capOverlay,
2042         capPreviewRate, capPreviewScale, capGetStatus, capSetScrollPos,
2043         capGrabFrame, capGrabFrameNoStop, capCaptureSequence,
2044         capCaptureSequenceNoFile, capCaptureSetSetup, capCaptureGetSetup,
2045         capSetMCIDeviceName, capGetMCIDeviceName, capCaptureStop, capCaptureAbort,
2046         capCaptureSingleFrameOpen, capCaptureSingleFrameClose,
2047         capCaptureSingleFrame, capPaletteOpen, capPaletteSave, capPalettePaste,
2048         capPaletteAuto, capPaletteManual, capSetCallbackOnCapControl): Define.
2049         (CAPDRIVERCAPS, *LPCAPDRIVERCAPS, CAPINFOCHUNK, *LPCAPINFOCHUNK, CAPSTATUS,
2050         *LPCAPSTATUS, CAPTUREPARMS, *LPCAPTUREPARMS, VIDEOHDR, *LPVIDEOHDR): typedef.
2051
2052 2008-04-26  Yuval  <uvman@users.sourceforge.net>
2053
2054         * include/ntsecpkg.h (SECPKG_STATE_ENCRYPTION_PERMITTED,
2055         SECPKG_STATE_STRONG_ENCRYPTION_PERMITTED, SECPKG_STATE_DOMAIN_CONTROLLER,
2056         SECPKG_STATE_WORKSTATION, SECPKG_STATE_STANDALONE,
2057         LSA_TOKEN_INFORMATION_TYPE, SECPKG_EXTENDED_INFORMATION_CLASS,
2058         SECPKG_NAME_TYPE, SECPKG_PRIMARY_CRED, SECPKG_SUPPLEMENTAL_CRED,
2059         SECPKG_SUPPLEMENTAL_CRED_ARRAY, SECPKG_PARAMETERS,
2060         SECPKG_EVENT_DOMAIN_CHANGE, SECPKG_CLIENT_INFO, SecurityUserData,
2061         SECPKG_GSS_INFO, SECPKG_CONTEXT_THUNKS, SECPKG_MUTUAL_AUTH_LEVEL,
2062         SECPKG_CALL_INFO, SECPKG_EXTENDED_INFORMATION, PLSA_CALLBACK_FUNCTION,
2063         *PLSA_CLIENT_REQUEST, LSA_SEC_HANDLE, SEC_THREAD_START, SEC_ATTRS,
2064         *PLSA_REGISTER_CALLBACK, *PLSA_CREATE_LOGON_SESSION,
2065         *PLSA_DELETE_LOGON_SESSION, *PLSA_ADD_CREDENTIAL, *PLSA_GET_CREDENTIALS,
2066         *PLSA_DELETE_CREDENTIAL, *PLSA_ALLOCATE_LSA_HEAP, *PLSA_FREE_LSA_HEAP,
2067         *PLSA_ALLOCATE_CLIENT_BUFFER, *PLSA_FREE_CLIENT_BUFFER,
2068         *PLSA_COPY_TO_CLIENT_BUFFER, *PLSA_COPY_FROM_CLIENT_BUFFER,
2069         *PLSA_IMPERSONATE_CLIENT, *PLSA_UNLOAD_PACKAGE, *PLSA_DUPLICATE_HANDLE,
2070         *PLSA_SAVE_SUPPLEMENTAL_CREDENTIALS, *PLSA_CREATE_THREAD,
2071         *PLSA_GET_CLIENT_INFO, *PLSA_REGISTER_NOTIFICATION,
2072         *PLSA_CANCEL_NOTIFICATION, *PLSA_MAP_BUFFER, *PLSA_CREATE_TOKEN,
2073         *PLSA_AUDIT_LOGON, *PLSA_CALL_PACKAGE, *PLSA_FREE_LSA_HEAP,
2074         *PLSA_GET_CALL_INFO, *PLSA_CALL_PACKAGEEX, *PLSA_CREATE_SHARED_MEMORY,
2075         *PLSA_ALLOCATE_SHARED_MEMORY, *PLSA_FREE_SHARED_MEMORY,
2076         *PLSA_DELETE_SHARED_MEMORY, *PLSA_OPEN_SAM_USER, *PLSA_GET_USER_CREDENTIALS,
2077         *PLSA_GET_USER_AUTH_DATA, *PLSA_CLOSE_SAM_USER,
2078         *PLSA_CONVERT_AUTH_DATA_TO_TOKEN, *PLSA_CLIENT_CALLBACK,
2079         *PLSA_UPDATE_PRIMARY_CREDENTIALS, *PLSA_GET_AUTH_DATA_FOR_USER,
2080         *PLSA_CRACK_SINGLE_NAME, *PLSA_AUDIT_ACCOUNT_LOGON,
2081         *PLSA_CALL_PACKAGE_PASSTHROUGH, SECPKG_DLL_FUNCTIONS, LSA_DISPATCH_TABLE,
2082         LSA_SECPKG_FUNCTION_TABLE, *PLSA_AP_INITIALIZE_PACKAGE, *PLSA_AP_LOGON_USER,
2083         *PLSA_AP_CALL_PACKAGE, *PLSA_AP_LOGON_TERMINATED,
2084         *PLSA_AP_CALL_PACKAGE_UNTRUSTED, *PLSA_AP_CALL_PACKAGE_PASSTHROUGH,
2085         *PLSA_AP_LOGON_USER_EX, *PLSA_AP_LOGON_USER_EX2, SpInitializeFn,
2086         SpShutDownFn, SpGetInfoFn, SpAcceptCredentialsFn,
2087         SpAcquireCredentialsHandleFn, SpQueryCredentialsAttributesFn,
2088         SpFreeCredentialsHandleFn, SpSaveCredentialsFn, SpGetCredentialsFn,
2089         SpDeleteCredentialsFn, SpInitLsaModeContextFn, SpAcceptLsaModeContextFn,
2090         SpDeleteContextFn, SpApplyControlTokenFn, SpGetUserInfoFn,
2091         SpGetExtendedInformationFn, SpQueryContextAttributesFn, SpAddCredentialsFn,
2092         SpSetExtendedInformationFn, SpInstanceInitFn, SpInitUserModeContextFn,
2093         SpMakeSignatureFn, SpVerifySignatureFn, SpSealMessageFn, SpUnsealMessageFn,
2094         SpGetContextTokenFn, SpCompleteAuthTokenFn, SpFormatCredentialsFn,
2095         SpMarshallSupplementalCredsFn, SpExportSecurityContextFn,
2096         SpImportSecurityContextFn, SECPKG_FUNCTION_TABLE,
2097         SECPKG_USER_FUNCTION_TABLE, *SpLsaModeInitializeFn,
2098         *SpUserModeInitializeFn): Define.
2099         * include/sspi.h (SECURITY_STRING): Define.
2100
2101 2008-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
2102
2103         * include/specstrings.h: Add more dummy defines.
2104
2105 2008-04-22  Corinna Vinschen  <corinna@vinschen.de>
2106
2107         * include/winnt.h (SECURITY_MANDATORY_LABEL_AUTHORITY): Define.
2108         (SECURITY_MANDATORY_UNTRUSTED_RID): Define.
2109         (SECURITY_MANDATORY_LOW_RID): Define.
2110         (SECURITY_MANDATORY_MEDIUM_RID): Define.
2111         (SECURITY_MANDATORY_HIGH_RID): Define.
2112         (SECURITY_MANDATORY_SYSTEM_RID): Define.
2113         (SECURITY_MANDATORY_PROTECTED_PROCESS_RID): Define.
2114         (SECURITY_MANDATORY_MAXIMUM_USER_RID): Define.
2115         (SE_GROUP_INTEGRITY): Define.
2116         (SE_GROUP_INTEGRITY_ENABLED): Define.
2117
2118 2008-04-11  Corinna Vinschen  <corinna@vinschen.de>
2119
2120         * include/sddl.h (ConvertStringSidToSidA): Declare.
2121         (ConvertStringSidToSidW): Declare.
2122         (ConvertStringSidToSid): Define.
2123
2124 2008-03-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2125
2126         * include/mprapi.h: Add guard for MprAdminAcceptReauthentication function
2127         and MPR_INTERFACE_3 structure since they are available only in Windows
2128         Server 2008
2129
2130         Thanks to crackedmind  <crackedmind at sf dot net>.
2131
2132 2008-02-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2133
2134         * include/winnt.h: Update guard around KEY_WOW64_64KEY and KEY_WOW64_32KEY
2135         definitions.
2136         * include/winreg.h (KEY_WOW64_64KEY, KEY_WOW64_32KEY): Remove.
2137
2138 2008-02-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2139
2140         * include/winnt.h (KEY_WOW64_64KEY, KEY_WOW64_32KEY): Define.
2141
2142 2008-02-02  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2143
2144         * include/specstrings.h (IN, OUT, OPTIONAL): Remove.
2145         * include/windef.h (IN, OUT, OPTIONAL): Define.
2146
2147 2008-02-02  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2148
2149         * include/specstrings.h: new file, move pseudo modifiers from windef.h.
2150         * include/windef.h (__in, __inout, __in_opt, __in_bcound, __in_ecount,
2151         __out, __out_ecount_part, __struct_bcount, __field_ecount_opt,
2152         __out_bcount_opt): Move to specstrings.h.
2153
2154 2008-01-30  Brandon Sneed  <nivenh@sourceware.org>
2155
2156         * lib/bthprops.def: new file, bluetooth imports.
2157
2158 2008-01-30  Brandon Sneed  <nivenh@sourceware.org>
2159
2160         * include/windef.h (__in, __inout, __in_opt, __in_bcound, __in_ecount,
2161         __out, __out_ecount_part, __struct_bcount, __field_ecount_opt,
2162         __out_bcount_opt): Defined additional pseudo-modifiers.
2163
2164 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2165         * include/ras.h (RAS_MaxDnsSuffix): corrected typo, was RAX_MaxDnsSuffix.
2166         (RASENTRYA, RASENTRYW): Added members (dwfOptions2, dwfOptions3, szDnsSuffix,
2167         dwTcpWindowSize, szPrerequisitePbk, szPrerequisiteEntry, dwRedialCount,
2168         dwRedialPause.
2169
2170 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2171
2172         * include/winnt.h (SYSTEM_POWER_CONDITION): typedef.
2173         * include/winuser.h (PBT_POWERSETTINGCHANGE, DEVICE_NOTIFY_WINDOW_HANDLE,
2174         DEVICE_NOTIFY_SERVICE_HANDLE): define.
2175         * include/winuser.h (LPCGUID, HPOWERNOTIFY, POWERBROADCAST_SETTING): typedefs.
2176         * include/winuser.h (GUID_POWERSCHEME_PERSONALITY, GUID_MIN_POWER_SAVINGS,
2177         GUID_MAX_POWER_SAVINGS, GUID_TYPICAL_POWER_SAVINGS, GUID_ACDC_POWER_SOURCE,
2178         GUID_BATTERY_PERCENTAGE_REMAINING, GUID_IDLE_BACKGROUND_TASK,
2179         GUID_SYSTEM_AWAYMODE, GUID_MONITOR_POWER_ON): added externs for GUIDs.
2180         * include/winuser.h (RegisterPowerSettingNotification,
2181         UnregisterPowerSettingNotification): Add prototypes.
2182         * lib/user32.def: Added imports for the above prototypes.
2183         * lib/Makefile.in: Added build support for power-uuid.c.
2184         * lib/power-uuid.c: New file containing power GUID definitions.
2185
2186 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2187
2188         * include/ras.h (RAS_MaxDnsSuffix): define.
2189
2190 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2191
2192         * include/psapi.h (GetProcessImageFileNameA, GetProcessImageFileNameW):
2193         Add prototypes.
2194         * lib/psapi.def (GetProcessImageFileNameA@12, GetProcessImageFileNameW@12):
2195         Add exports.
2196
2197 2007-12-27  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2198
2199         * include/w32api.h: Increment version to 3.11.
2200         * Makefile.in: Ditto.
2201
2202 2007-12-11  Dave Korn  <dave.korn@artimi.com>
2203
2204         * include/wincrypt.h (PCRYPT_DECODE_PARA):  Add missing typedef.
2205         (CERT_POLICY_MAPPINGS_INFO):  Move before CERT_POLICY_MAPPING.
2206
2207 2007-12-03  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2208
2209         * include/wingdi.h: Change WINVER guard to _WIN32_WINNT.
2210
2211 2007-12-03  techrazy  <techrazy@users.sourceforge.net>
2212
2213         * include/wingdi.h (NTM_NONNEGATIVE_AC, NTM_PS_OPENTYPE, NTM_TT_OPENTYPE,
2214         NTM_MULTIPLEMASTER, NTM_TYPE1, NTM_DSIG): define.
2215
2216 2007-11-21  Kevin Conaway  <kevin_conaway@users.sourceforge.net>
2217
2218         * include/wincrypt.h (CryptProtectData, CryptUnprotectData): define.
2219
2220 2007-11-21  elsapo  <elsapo@users.sourceforge.net>
2221
2222         * include/wincrypt.h (CERT_NAME_STR_COMMA_FLAG,
2223         CERT_NAME_STR_DISABLE_IE4_UTF8_FLAG, CERT_NAME_STR_ENABLE_UTF8_UNICODE_FLAG,
2224         CMC_ADD_ATTRIBUTES, CMC_ADD_EXTENSIONS, X509_CERT_PAIR,
2225         X509_CERTIFICATE_TEMPLATE, X509_CROSS_CERT_DIST_POINTS, CMC_DATA,
2226         X509_NAME_CONSTRAINTS, X509_POLICY_CONSTRAINTS, X509_POLICY_MAPPINGS,
2227         CMC_RESPONSE, CMC_STATUS, X509_ALGORITHM_IDENTIFIER, X509_ALTERNATE_NAME,
2228         PKCS_ATTRIBUTE, X509_AUTHORITY_INFO_ACCESS, X509_AUTHORITY_KEY_ID,
2229         X509_AUTHORITY_KEY_ID2, szOID_BASIC_CONSTRAINTS, X509_BASIC_CONSTRAINTS2,
2230         X509_BIOMETRIC_EXT, X509_BITS, X509_CERT, X509_CERT_CRL_TO_BE_SIGNED,
2231         X509_CERT_POLICIES, X509_CERT_REQUEST_TO_BE_SIGNED, X509_CERT_TO_BE_SIGNED,
2232         X509_CHOICE_OF_TIME, PKCS_CONTENT_INFO, PKCS_CONTENT_INFO_SEQUENCE_OF_ANY,
2233         X509_CRL_DIST_POINTS, RSA_CSP_PUBLICKEYBLOB, PKCS_CTL, X509_DSS_PARAMETERS,
2234         X509_DSS_SIGNATURE, X509_ECC_SIGNATURE, X509_ENHANCED_KEY_USAGE,
2235         X509_ENUMERATED, X509_EXTENSIONS, X509_INTEGER, X509_ISSUING_DIST_POINT,
2236         X509_KEY_ATTRIBUTES, X509_KEY_USAGE, X509_KEY_USAGE_RESTRICTION,
2237         X509_KEYGEN_REQUEST_TO_BE_SIGNED, X509_LOGOTYPE_EXT,
2238         X509_MULTI_BYTE_INTEGER, X509_MULTI_BYTE_UINT, X509_NAME, X509_NAME_VALUE,
2239         X509_OBJECT_IDENTIFIER, X509_OCTET_STRING, X509_PUBLIC_KEY_INFO,
2240         PKCS_RC2_CBC_PARAMETERS, CNG_RSA_PUBLIC_KEY_BLOB,
2241         PKCS_RSA_SSA_PSS_PARAMETERS, PKCS_RSAES_OAEP_PARAMETERS,
2242         ECC_CMS_SHARED_INFO, X509_SEQUENCE_OF_ANY, PKCS7_SIGNER_INFO,
2243         CMS_SIGNER_INFO, PKCS_SMIME_CAPABILITIES, PKCS_TIME_REQUEST,
2244         X509_UNICODE_NAME, X509_UNICODE_NAME_VALUE, PKCS_UTC_TIME,
2245         OCSP_SIGNED_REQUEST, OCSP_REQUEST, OCSP_RESPONSE,
2246         OCSP_BASIC_SIGNED_RESPONSE, OCSP_BASIC_RESPONSE, CRL_REASON_UNSPECIFIED,
2247         CRL_REASON_KEY_COMPROMISE, CRL_REASON_CA_COMPROMISE,
2248         CRL_REASON_AFFILIATION_CHANGED, CRL_REASON_SUPERSEDED,
2249         CRL_REASON_CESSATION_OF_OPERATION, CRL_REASON_CERTIFICATE_HOLD,
2250         CRL_REASON_REMOVE_FROM_CRL, CRYPT_ENCODE_ALLOC_FLAG,
2251         CRYPT_UNICODE_NAME_ENCODE_DISABLE_CHECK_TYPE_FLAG,
2252         CRYPT_UNICODE_NAME_ENCODE_ENABLE_T61_UNICODE_FLAG,
2253         CRYPT_UNICODE_NAME_ENCODE_ENABLE_UTF8_UNICODE_FLAG,
2254         CRYPT_UNICODE_NAME_ENCODE_FORCE_UTF8_UNICODE_FLAG,
2255         szOID_APPLICATION_CERT_POLICIES, szOID_APPLICATION_POLICY_CONSTRAINTS,
2256         szOID_APPLICATION_POLICY_MAPPINGS, szOID_AUTHORITY_INFO_ACCESS,
2257         szOID_AUTHORITY_KEY_IDENTIFIER, szOID_AUTHORITY_KEY_IDENTIFIER2,
2258         X509_BASIC_CONSTRAINTS, szOID_BIOMETRIC_EXT, szOID_CERT_EXTENSIONS,
2259         szOID_CERT_POLICIES, szOID_CERTIFICATE_TEMPLATE, szOID_CRL_NUMBER,
2260         szOID_CROSS_CERT_DIST_POINTS, szOID_DELTA_CRL_INDICATOR,
2261         szOID_ENROLLMENT_NAME_VALUE_PAIR, szOID_FRESHEST_CRL,
2262         szOID_ISSUING_DIST_POINT, szOID_NAME_CONSTRAINTS, szOID_CRL_DIST_POINTS,
2263         szOID_CRL_REASON_CODE, szOID_CRL_VIRTUAL_BASE, szOID_ECC_PUBLIC_KEY,
2264         szOID_ECDSA_SPECIFIED, szOID_ENHANCED_KEY_USAGE, szOID_ISSUER_ALT_NAME,
2265         szOID_ISSUER_ALT_NAME2, szOID_KEY_ATTRIBUTES, szOID_KEY_USAGE,
2266         szOID_KEY_USAGE_RESTRICTION, szOID_LOGOTYPE_EXT, szOID_POLICY_CONSTRAINTS,
2267         szOID_POLICY_MAPPINGS, szOID_RSA_SSA_PSS, szOID_RSAES_OAEP,
2268         szOID_SUBJECT_ALT_NAME, szOID_SUBJECT_ALT_NAME2,
2269         szOID_SUBJECT_KEY_IDENTIFIER, CMC_ADD_ATTRIBUTES_INFO,
2270         PCMC_ADD_ATTRIBUTES_INFO, CMC_ADD_EXTENSIONS_INFO, PCMC_ADD_EXTENSIONS_INFO,
2271         CERT_ALT_NAME_ENTRY, PCERT_ALT_NAME_ENTRY, CERT_ALT_NAME_INFO,
2272         PCERT_ALT_NAME_INFO, CERT_NAME_VALUE, PCERT_NAME_VALUE,
2273         CERT_POLICY_QUALIFIER_INFO, PCERT_POLICY_QUALIFIER_INFO,
2274         CERT_POLICY_CONSTRAINTS_INFO, PCERT_POLICY_CONSTRAINTS_INFO,
2275         CERT_POLICY_MAPPINGS_INFO, PCERT_POLICY_MAPPINGS_INFO, CERT_POLICY_MAPPING,
2276         PCERT_POLICY_MAPPING, CryptDecodeObjectEx, CryptEncodeObject,
2277         CryptEncodeObjectEx): define.
2278
2279 2007-11-21  Brian Dessent  <dessent@users.sourceforge.net>
2280
2281         * include/winbase.h (CheckTokenMembership): define.
2282
2283 2007-10-03  Jiri Malak  <Jiri.Malak@iol.cz>
2284
2285         * include/rpcndr.h: Missing NdrClientCall2 entry.
2286         * lib/rpcrt4.def: Ditto.
2287
2288 2007-10-03  Frank Fesevur  <ffes@users.sourceforge.net>
2289         * lib/scnsave.c: Multi-monitor support.
2290
2291 2007-08-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2292
2293         * include/w32api.h: Increment version to 3.10.
2294         * Makefile.in: Ditto.
2295
2296 2007-08-02  Corinna Vinschen  <corinna@vinschen.de>
2297
2298         * include/winbase.h (ReOpenFile): Add prototype.
2299         * lib/kernel32.def (ReOpenFile@16): Add export.
2300
2301 2007-07-31  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2302
2303         * include/wtsapi32.h (WTS_CURRENT_SESSION, WTSDisconnectSession): Define.
2304
2305 2007-7-30  Martijn Wargers  <martijnw22@users.sourceforge.net>
2306
2307         * include/wingdi.h (GetTextExtentExPointI): Add prototype.
2308         * lib/gdi32.def (GetTextExtentExPointI@28): Add export.
2309
2310 2007-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
2311
2312         * include/wtypes.h (LPDECIMAL): Define.
2313         (DECIMAL_NEG, DECIMAL_SETZERO): Move definitions.
2314
2315 2007-07-18  Corinna Vinschen  <corinna@vinschen.de>
2316
2317         * include/winnt.h (SE_TRUSTED_CREDMAN_ACCESS_NAME): Define.
2318
2319 2007-07-17  Corinna Vinschen  <corinna@vinschen.de>
2320
2321         * include/winnt.h (FILE_READ_ONLY_VOLUME): Define.
2322         * include/ddk/ntifs.h (FILE_READ_ONLY_VOLUME): Define.
2323
2324 2007-07-12  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2325
2326         * include/winuser.h (FE_FONTSMOOTHINGSTANDARD, FE_FONTSMOOTHINGCLEARTYPE):
2327         Define.
2328
2329 2007-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
2330
2331         * include/pbt.h (PBT_APMRESUMEAUTOMATIC) Define.
2332         * include/winuser.h: (PBT_APMQUERYSUSPEND, PBT_APMQUERYSTANDBY,
2333         PBT_APMQUERYSUSPENDFAILED, PBT_APMQUERYSTANDBYFAILED,
2334         PBT_APMSUSPEND, PBT_APMSTANDBY, PBT_APMRESUMECRITICAL,
2335         PBT_APMRESUMESUSPEND, PBT_APMRESUMESTANDBY, PBT_APMBATTERYLOW,
2336         PBT_APMPOWERSTATUSCHANGE, PBT_APMOEMEVENT, PBT_APMRESUMEAUTOMATIC):
2337         Sync with include/pbt.h.
2338
2339 2007-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
2340
2341         [mingw-Bugs-1751518]
2342         * include/mshtml.h (IHTMLDocument2): Correct spelling of put_URL,
2343         get_URL.
2344
2345         [mingw-Bugs-1751565]
2346         * include/basetyps.h (IID); Guard with __IID_DEFINED__.
2347
2348         [mingw-Bugs-1751595]
2349         * include/exdisp.h (DWebBrowserEvents2): Remove undocumented STDDISP
2350         methods.
2351
2352         Thanks to Yuji Kuwabara  <yujikuwabara at sf dot net>.
2353
2354 2007-07-10  Danny Smith  <dannysmith@users.sourceforge.net>
2355
2356         [mingw-Bugs-1750898]
2357         * include/mmsystem.h (MIXERCONTROL): Correct UNICODE mapping.
2358         Thanks to Yuji Kuwabara  <yujikuwabara at sf dot net>.
2359
2360 2007-07-09  Danny Smith  <dannysmith@users.sourceforge.net>
2361
2362         [mingw-Bugs-1749305]
2363         * lib/kernel32.def (GetConsoleProcessList@8):  Add export.
2364
2365 2007-07-02  Przemek Czerkas  <pczerkas@gmail.com>
2366
2367         * include/shlobj.h: Add CSIDL_MYMUSIC and CSIDL_MYVIDEO.
2368
2369 2007-07-02  Danny Smith  <dannysmith@users.sourceforge.net>
2370
2371         * include/oaidl.h: Include windows.h and ole2.h,
2372         unless COM_NO_WINDOWS_H.
2373
2374         [mingw-Bugs-1742130]
2375         * include/oaidl.h (struct tagVARIANT): Add union members
2376         LONGLONG  * pllVal and ULONGLONG * pullVal.
2377
2378 2007-07-01  Danny Smith  <dannysmith@users.sourceforge.net>
2379
2380         * include/ws2tcpip.h (s6_addr32): Correct definition.
2381         Thanks to Alfred E. Heggestad <aeh at db dot org>
2382
2383 2007-05-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2384
2385         * lib/secur32.def (InitSecurityInterfaceA, InitSecurityInterfaceW): Define.
2386
2387         Thanks to Jim Marshall (jim dot marshall at wbemsolutions dot com) for
2388         supplying the information.
2389
2390 2007-05-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2391
2392         * include/shellapi.h (NIN_POPUPOPEN, NIN_POPUPCLOSE): Define.
2393
2394 2007-04-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2395
2396         * include/shellapi.h (NOTIFYICONDATAA, NOTIFYICONDATAW): Updated to support
2397         Vista.
2398
2399 2007-04-20  Matthias Miller  <matthiasmiller@users.sourceforge.net>
2400
2401          * include/wincrypt.h (CRYPTPROTECT_PROMPTSTRUCT, CRYPTPROTECT_UI_FORBIDDEN,
2402         CRYPTPROTECT_LOCAL_MACHINE): Define.
2403
2404 2007-04-15  Piotr Wyderski  <piotr.wyderski@wp.pl>
2405
2406         * include/winbase.h (SetInformationJobObject, QueryInformationJobObject):
2407         Define.
2408
2409 2007-03-30  Brian Dessent  <brian@dessent.net>
2410
2411         * lib/kernel32.def (CreateMemoryResourceNotification@4): Define.
2412
2413 2007-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2414
2415         * include/w32api.h: Increment version to 3.9.
2416         * Makefile.in: Ditto.
2417
2418 2007-03-23  Corinna Vinschen  <corinna@vinschen.de>
2419
2420         * include/psapi.h (GetMappedFileName): Fix messed up checkin.
2421
2422 2007-03-23  Matthew Gregan  <kinetik@flim.org>
2423
2424         * include/psapi.h (GetMappedFileName): Rename from GetMappedFilenameEx.
2425
2426 2007-03-06  Brandon Sneed  <brandon@oqo.com>
2427
2428         * include/setupapi.h: Added SetupConfigureWmiFromInfSectionA
2429         Added SetupConfigureWmiFromInfSectionW
2430         Added SetupConfigureWmiFromInfSection define to unicode and non-unicode sections
2431
2432         * lib/setupapi.def: Added exports for SetupConfigureWmiFromInfSectionA and W
2433
2434         * include/winuser.h: Added PBT_APMQUERYSUSPEND
2435         Added PBT_APMQUERYSTANDBY
2436         Added PBT_APMQUERYSUSPENDFAILED
2437         Added PBT_APMQUERYSTANDBYFAILED
2438         Added PBT_APMSUSPEND
2439         Added PBT_APMSTANDBY
2440         Added PBT_APMRESUMECRITICAL
2441         Added PBT_APMRESUMESUSPEND
2442         Added PBT_APMRESUMESTANDBY
2443         Added PBT_APMBATTERYLOW
2444         Added PBT_APMPOWERSTATUSCHANGE
2445         Added PBT_APMOEMEVENT
2446         Added PBT_APMRESUMEAUTOMATIC
2447
2448         * include/wtsapi32.h: New file
2449
2450         * include/wingdi.h: Added DM_DISPLAYORIENTATION define for use with DMDO_* defines
2451
2452 2007-03-05  Jan Nijtmans  <nijtmans@users.sourceforge.net>
2453
2454         * include/ddeml.h (DdeCreateStringHandleA, DdeCreateStringHandleW): Switch
2455         argument to constant.
2456
2457 2007-02-18  Jiri Malak  <jiri.malak@iol.cz>
2458
2459         * include/windef.h [WATCOM]: Fix !NONAMELESSUNION defines.
2460         * include/winnt.h [WATCOM] (GetCurrentFiber, GetFiberData):
2461         Add prototypes.
2462         [WATCOM] (NtCurrentTeb): Add protype and inline asm definition.
2463
2464 2007-02-18  Vesa Jääskeläinen  <chaac@users.sourceforge.net>
2465
2466         * lib/user32.def (InternalGetWindowText): Add stub.
2467
2468 2007-02-11  Daniel Atallah  <datallah@users.sourceforge.net>
2469
2470         * include/winnt.h (LANG_SERBIAN_NEUTRAL, LANG_BOSNIAN,
2471         LANG_BOSNIAN_NEUTRAL): Define.
2472
2473 2007-02-11  Daniel Schlyder  <thrug@users.sourceforge.net>
2474
2475         * include/winuser.h: Add guards around TITLEBARINFO and
2476         GetTitleBarInfo().
2477
2478 2007-01-11  Gisle Vanem  <giva@users.sourceforge.net>
2479
2480         * include/winbase.h (struct _OVERLAPPED): Change type of
2481         Internal, InternalHigh members to ULONG_PTR.
2482         (PAPCFUNC): Change DWORD parameter to ULONG_PTR.
2483         (CreateIoCompletionPort): Likewise.
2484         (PostQueuedCompletionStatus): Likewise.
2485         (QueueUserAPC): Likewise.
2486
2487 2007-01-06  Pierre A. Humblet  <Pierre.Humblet@ieee.org>
2488
2489         * include/windns.h (DNS_TYPE_RP, DNS_TYPE_AFSDB, DNS_TYPE_X25,
2490         DNS_TYPE_ISDN, DNS_TYPE_RT, DNS_TYPE_NSAP, DNS_TYPE_NSAPPTR,
2491         DNS_TYPE_SIG, DNS_TYPE_KEY, DNS_TYPE_PX, DNS_TYPE_GPOS,
2492         DNS_TYPE_AAAA, DNS_TYPE_LOC, DNS_TYPE_NXT, DNS_TYPE_EID,
2493         DNS_TYPE_NIMLOC, DNS_TYPE_SRV, DNS_TYPE_ATMA, DNS_TYPE_NAPTR,
2494         DNS_TYPE_KX, DNS_TYPE_CERT, DNS_TYPE_A6, DNS_TYPE_DNAME,
2495         DNS_TYPE_SINK, DNS_TYPE_OPT, DNS_TYPE_UINFO, DNS_TYPE_UID,
2496         DNS_TYPE_GID, DNS_TYPE_UNSPEC, DNS_TYPE_ADDRS, DNS_TYPE_TKEY,
2497         DNS_TYPE_TSIG, DNS_TYPE_IXFR, DNS_TYPE_AXFR, DNS_TYPE_MAILB,
2498         DNS_TYPE_MAILA, DNS_TYPE_ALL, DNS_TYPE_ANY): Add enum values.
2499
2500 2006-11-21  Danny Smith  <dannysmith@users.sourceforge.net>
2501
2502         * Makefile.in: Add aclocal.m4 to source release.
2503
2504 2006-11-18  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2505
2506         * include/w32api.h: Increment version to 3.8.
2507         * Makefile.in: Ditto.
2508
2509 2006-11-13  Daniel Schlyder  <thrug@users.sourceforge.net>
2510
2511         * include/winnt.h (VER_SUITE_EMBEDDEDNT, VER_SUITE_SINGLEUSERTS,
2512         VER_SUITE_STORAGE_SERVER, VER_SUITE_COMPUTE_SERVER): Define.
2513
2514         * include/winuser.h (SM_STARTER, SM_SERVERR2): Define.
2515
2516 2006-11-02  Danny Smith  <dannysmith@users.sourceforge.net>
2517
2518         * include/winuser.h (LR_DEFAULTSIZE): Remove duplicate.
2519
2520         * include/winnt.h (GetCurrentFiber): Remove extern declaration.  Make
2521         inline static.
2522         (GetFiberData): Likewise.
2523         * lib/kernel32.c: Remove.
2524         * lib/Makefile.in: Remove reference to kernel32.[co].
2525
2526 2006-10-31  Corinna Vinschen  <corinna@vinschen.de>
2527
2528         * include/winnt.h (SE_RELABEL_NAME): Define.
2529         (SE_INCREASE_WORKING_SET_NAME): Define.
2530         (SE_TIME_ZONE_NAME): Define.
2531         (SE_CREATE_SYMBOLIC_LINK_NAME): Define.
2532
2533 2006-10-31  Corinna Vinschen  <corinna@vinschen.de>
2534
2535         * include/winnt.h (IO_REPARSE_TAG_SYMLINK): Define.
2536         (struct _REPARSE_DATA_BUFFER): Add missing Flags field to
2537         SymbolicLinkReparseBuffer substructure.
2538
2539 2006-10-29  Daniel Atallah  <datallah@users.sourceforge.net>
2540
2541         * lib/ws2_32.def (WSANSPIoctl): Add to lib.
2542
2543 2006-10-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2544
2545         * lib/Makefile.in: Fix order for 'all' rule.
2546
2547 2006-10-12  Danny Smith  <dannysmith@users.sourceforge.net>
2548
2549         * include/winuser.h (LR_DEFAULTSIZE, LR_VGACOLOR): Define.
2550
2551 2006-10-05  Danny Smith  <dannysmith@users.sourceforge.net>
2552
2553         * include/winreg.h (RegDeleteKeyEx{A|W}): Add prototype and UNICODE
2554         mappings.
2555         (KEY_WOW64_32KEY, KEY_WOW64_64KEY): Define.
2556         * lib/advapi.def (RegDeleteKeyEx{A|W}): Export.
2557
2558 2006-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
2559
2560         * include/rpc.h: Add whitespace.
2561         * include/winnt.h (C_ASSERT): Define.
2562
2563 2006-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
2564
2565         [mingw-Bugs-1568067]
2566         * include/winuser.h: (DISP_CHANGE_BADDUALVIEW): Define.
2567         * include/wingdi.h: (DM_POSITION): Define.
2568
2569 2006-10-03  Danny Smith  <dannysmith@users.sourceforge.net>
2570
2571         * lib/rpcrt4.def: Remove "_imp__"-prefixed export symbols.
2572         * lib/user32.def: Likewise.
2573
2574 2006-09-11  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
2575
2576         * lib/Makefile.in: fix typo.
2577         * lib/ddk/Makefile.in: fix typo.
2578         * lib/directx/Makefile.in: fix typo.
2579
2580         Thanks to Keith Marshall (keithmarshall at users dot sourceforge dot net)
2581         for pointing it out.
2582
2583 2006-09-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2584
2585         * Makefile.in: Remove files from lib directory with distclean target
2586
2587 2006-09-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2588
2589         * include/winuser.h (CS_DROPSHADOW): Define.
2590
2591 2006-09-08  Michael Gerdau  <mgdde@users.sourceforge.net>
2592
2593         * include/uxtheme.h: (TMT_GRADIENTCOLOR4, TMT_GRADIENTCOLOR5,
2594         TMT_SHADOWCOLOR, TMT_GLOWCOLOR, TMT_TEXTBORDERCOLOR,
2595         TMT_TEXTSHADOWCOLOR, TMT_GLYPHTEXTCOLOR, TMT_GLYPHTRANSPARENTCOLOR,
2596         TMT_FILLCOLORHINT, TMT_BORDERCOLORHINT, TMT_ACCENTCOLORHINT):
2597
2598         Increase each constant by 1.
2599
2600 2006-09-07  Danny Smith  <dannysmith@users.sourceforge.net>
2601
2602         [mingw-Bugs-1553275]
2603         * include/wingdi.h (SetLayout): Add prototype.
2604         (GetLayout): Likewise.
2605
2606 2006-09-02  Danny Smith  <dannysmith@users.sourceforge.net>
2607
2608         [mingw-Bugs-1550139]
2609         * include/oleauto.h (GetRecordInfoFromTypeInfo): Add prototype.
2610         Tanks to:  Samit Basu <samitbasu at sf dot net>
2611         (GetRecordInfoFromGuids): Add prototype.
2612
2613 2006-09-01  Danny Smith  <dannysmith@users.sourceforge.net>
2614
2615         * include/winbase.h: Add comment about 'missing' SEM flag.
2616
2617 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
2618
2619         * configure.in: Substitute with_cross_host in depending files.
2620         * configure: Regenerate.
2621         * lib/Makefile.in: Add with_cross_host to allow more granular checks.
2622         Set installation directories accordingly.
2623         * lib/ddk/Makefile.in: Ditto.
2624         * lib/directx/Makefile.in: Ditto.
2625
2626 2006-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
2627
2628         * lib/wtsapi32.def (WTSGetActiveConsoleSessionId). Move from here...
2629         * lib/kernel32.def (WTSGetActiveConsoleSessionId). ...to here.
2630         Bug reported by: <macleone at users dot sf dot net>
2631
2632 2006-07-29  Danny Smith  <dannysmith@users.sourceforge.net>
2633
2634         Update some more IMAGE relocation type indicators
2635         to PECOFF v8 (May, 2006) specs.
2636
2637         * include/winnt.h (IMAGE_REL_SH3_ABSOLUTE,
2638         IMAGE_REL_SH3_DIRECT16, IMAGE_REL_SH3_DIRECT32,
2639         IMAGE_REL_SH3_DIRECT8, IMAGE_REL_SH3_DIRECT8_WORD,
2640         IMAGE_REL_SH3_DIRECT8_LONG, IMAGE_REL_SH3_DIRECT4,
2641         IMAGE_REL_SH3_DIRECT4_WORD, IMAGE_REL_SH3_DIRECT4_LONG,
2642         IMAGE_REL_SH3_PCREL8_WORD, IMAGE_REL_SH3_PCREL8_LONG,
2643         IMAGE_REL_SH3_PCREL12_WORD, IMAGE_REL_SH3_STARTOF_SECTION,
2644         IMAGE_REL_SH3_SIZEOF_SECTION, IMAGE_REL_SH3_SECTION,
2645         IMAGE_REL_SH3_SECREL, IMAGE_REL_SH3_DIRECT32_NB,
2646         IMAGE_REL_SH3_GPREL4_LONG, IMAGE_REL_SH3_TOKEN,
2647         IMAGE_REL_SHM_PCRELPT, IMAGE_REL_SHM_REFLO,
2648         IMAGE_REL_SHM_REFHALF, IMAGE_REL_SHM_RELLO,
2649         IMAGE_REL_SHM_RELHALF, IMAGE_REL_SHM_PAIR,
2650         IMAGE_REL_SHM_NOMODE): Add defines.
2651
2652         (IMAGE_REL_M32R_ABSOLUTE, IMAGE_REL_M32R_ADDR32,
2653         IMAGE_REL_M32R_ADDR32NB, IMAGE_REL_M32R_ADDR24,
2654         IMAGE_REL_M32R_GPREL16, IMAGE_REL_M32R_PCREL24,
2655         IMAGE_REL_M32R_PCREL16, IMAGE_REL_M32R_PCREL8,
2656         IMAGE_REL_M32R_REFHALF, IMAGE_REL_M32R_REFHI,
2657         IMAGE_REL_M32R_REFLO, IMAGE_REL_M32R_PAIR,
2658         IMAGE_REL_M32R_SECTION, IMAGE_REL_M32R_SECREL,
2659         IMAGE_REL_M32R_TOKEN): Add defines.
2660
2661         (IMAGE_REL_MIPS_JMPADDR16): Add define.
2662
2663 2006-07-27  Danny Smith  <dannysmith@users.sourceforge.net>
2664
2665         Update some IMAGE flags to PECOFF v8 (May, 2006) specs.
2666         * include/winnt.h (IMAGE_FILE_MACHINE_AM33,
2667         IMAGE_FILE_MACHINE_ARM, IMAGE_FILE_MACHINE_EBC,
2668         IMAGE_FILE_MACHINE_M32R, IMAGE_FILE_MACHINE_MIPS16,
2669         IMAGE_FILE_MACHINE_MIPSFPU, IMAGE_FILE_MACHINE_MIPSFPU16,
2670         IMAGE_FILE_MACHINE_POWERPCFP, IMAGE_FILE_MACHINE_R4000,
2671         IMAGE_FILE_MACHINE_SH3, IMAGE_FILE_MACHINE_SH3DSP,
2672         IMAGE_FILE_MACHINE_SH4, IMAGE_FILE_MACHINE_SH5,
2673         IMAGE_FILE_MACHINE_THUMB, IMAGE_FILE_MACHINE_WCEMIPSV2):
2674         Add defines.
2675
2676         (IMAGE_SUBSYSTEM_EFI_APPLICATION,
2677         IMAGE_SUBSYSTEM_EFI_BOOT_SERVICE_DRIVER,
2678         IMAGE_SUBSYSTEM_EFI_RUNTIME_DRIVER, IMAGE_SUBSYSTEM_EFI_ROM):
2679         Add defines.
2680
2681         (IMAGE_SYM_CLASS_CLR_TOKEN): Add define.
2682
2683         (IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE,
2684         IMAGE_DLL_CHARACTERISTICS_FORCE_INTEGRITY,
2685         IMAGE_DLL_CHARACTERISTICS_NX_COMPAT,
2686         IMAGE_DLLCHARACTERISTICS_NO_ISOLATION, IMAGE_DLLCHARACTERISTICS_NO_SEH,
2687         IMAGE_DLLCHARACTERISTICS_NO_BIND,
2688         IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE): Add defines.
2689
2690         (IMAGE_REL_I386_TOKEN, IMAGE_REL_I386_SECREL7): Add defines.
2691
2692         (IMAGE_REL_AMD64_ABSOLUTE, IMAGE_REL_AMD64_ADDR64,
2693         IMAGE_REL_AMD64_ADDR32, IMAGE_REL_AMD64_ADDR32NB, IMAGE_REL_AMD64_REL32,
2694         IMAGE_REL_AMD64_REL32_1, IMAGE_REL_AMD64_REL32_2,
2695         IMAGE_REL_AMD64_REL32_3, IMAGE_REL_AMD64_REL32_4,
2696         IMAGE_REL_AMD64_REL32_5, IMAGE_REL_AMD64_SECTION,
2697         IMAGE_REL_AMD64_SECREL, IMAGE_REL_AMD64_SECREL7, IMAGE_REL_AMD64_TOKEN,
2698         IMAGE_REL_AMD64_SREL32, IMAGE_REL_AMD64_PAIR, IMAGE_REL_AMD64_SSPAN32):
2699         Add defines.
2700
2701         (IMAGE_REL_IA64_ABSOLUTE, IMAGE_REL_IA64_IMM14, IMAGE_REL_IA64_IMM22,
2702         IMAGE_REL_IA64_IMM64, IMAGE_REL_IA64_DIR32, IMAGE_REL_IA64_DIR64,
2703         IMAGE_REL_IA64_PCREL21B, IMAGE_REL_IA64_PCREL21M,
2704         IMAGE_REL_IA64_PCREL21F, IMAGE_REL_IA64_GPREL22, IMAGE_REL_IA64_LTOFF22,
2705         IMAGE_REL_IA64_SECTION, IMAGE_REL_IA64_SECREL22,
2706         IMAGE_REL_IA64_SECREL64I, IMAGE_REL_IA64_SECREL32,
2707         IMAGE_REL_IA64_DIR32NB, IMAGE_REL_IA64_SREL14, IMAGE_REL_IA64_SREL22,
2708         IMAGE_REL_IA64_SREL32, IMAGE_REL_IA64_UREL32, IMAGE_REL_IA64_PCREL60X,
2709         IMAGE_REL_IA64_PCREL60B, IMAGE_REL_IA64_PCREL60F,
2710         IMAGE_REL_IA64_PCREL60I, IMAGE_REL_IA64_PCREL60M,
2711         IMAGE_REL_IA64_IMMGPREL64, IMAGE_REL_IA64_TOKEN, IMAGE_REL_IA64_GPREL32,
2712         IMAGE_REL_IA64_ADDEND): Add defines.
2713
2714         (IMAGE_SCN_GPREL): Add define.
2715
2716 2006-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
2717
2718         * include/aclui.h: Replace __OBJC__ guard with _OBJC_NO_COM.
2719         * include/basetyps.h:  Likewise.
2720         (_COM_interface): New define.
2721         (interface): Define to _COM_interface, conditional on !__OBJC__.
2722         Replace 'interface' with '_COM_interface', throughout.
2723         * include/comcat.h: Replace 'interface' with '_COM_interface', throughout.
2724         * include/commdlg.h: Replace __OBJC__ guard with _OBJC_NO_COM.
2725         * include/docobj.h: Replace 'interface' with '_COM_interface', throughout.
2726         * include/mshtml.h: Likewise.
2727         * include/oaidl.h: Likewise.
2728         * include/objfwd.h: Likewise.
2729         * include/objidl.h: Likewise.
2730         * include/ocidl.h: Likwise.
2731         * include/olectl.h: Likewise.
2732         * include/oleidl.h: Likewise.
2733         * include/shlobj.h: Likewise.
2734         * include/shlwapi.h: Replace __OBJC__ guard with _OBJC_NO_COM.
2735         * include/vfw.h: Likewise.
2736         * include/windows.h. Likewise. Add comment.
2737         * include/directx/d3d9.h: Replace 'interface' with '_COM_interface',
2738         throughout.
2739
2740         * lib/test.c: Replace __OBJC__ guard with _OBJC_NO_COM.
2741         Add test for conflict with '@interface'
2742
2743 2006-07-22  ipsoner  <ipsoner@users.sourceforge.net>
2744
2745         * include/wincrypt.h (szOID_RSA, szOID_PKCS, szOID_RSA_HASH,
2746         szOID_RSA_ENCRYPT, szOID_PKCS_1, szOID_PKCS_2, szOID_PKCS_3,
2747         szOID_PKCS_4, szOID_PKCS_5, szOID_PKCS_6, szOID_PKCS_7,
2748         szOID_PKCS_8, szOID_PKCS_9, szOID_PKCS_10, szOID_PKCS_12,
2749         szOID_RSA_MD2, szOID_RSA_MD4, szOID_RSA_MD5, szOID_RSA_RSA,
2750         szOID_RSA_MD2RSA, szOID_RSA_MD4RSA, szOID_RSA_MD5RSA,
2751         szOID_RSA_SHA1RSA, szOID_RSA_SETOAEP_RSA, szOID_RSA_DH,
2752         szOID_RSA_data, szOID_RSA_signedData, szOID_RSA_envelopedData,
2753         szOID_RSA_signEnvData, szOID_RSA_digestedData, szOID_RSA_hashedData,
2754         szOID_RSA_encryptedData, szOID_RSA_emailAddr, szOID_RSA_unstructName,
2755         szOID_RSA_contentType, szOID_RSA_messageDigest, szOID_RSA_signingTime,
2756         szOID_RSA_counterSign, szOID_RSA_challengePwd, szOID_RSA_unstructAddr,
2757         szOID_RSA_extCertAttrs, szOID_RSA_SMIMECapabilities,
2758         szOID_RSA_preferSignedData, szOID_RSA_RC2CBC, szOID_RSA_RC4,
2759         szOID_RSA_DES_EDE3_CBC, szOID_RSA_RC5_CBCPad, szOID_ANSI_x942,
2760         szOID_ANSI_x942_DH, szOID_X957, szOID_X957_DSA, szOID_DATA STRUCTURE,
2761         szOID_DS, szOID_DSALG, szOID_DSALG_CRPT, szOID_DSALG_HASH,
2762         szOID_DSALG_SIGN, szOID_DSALG_RSA, szOID_OIW, szOID_OIWSEC,
2763         szOID_OIWSEC_md4RSA, szOID_OIWSEC_md5RSA, szOID_OIWSEC_md4RSA2,
2764         szOID_OIWSEC_desECB, szOID_OIWSEC_desCBC, szOID_OIWSEC_desOFB,
2765         szOID_OIWSEC_desCFB, szOID_OIWSEC_desMAC, szOID_OIWSEC_rsaSign,
2766         szOID_OIWSEC_dsa, szOID_OIWSEC_shaDSA, szOID_OIWSEC_mdc2RSA,
2767         szOID_OIWSEC_shaRSA, szOID_OIWSEC_dhCommMod, szOID_OIWSEC_desEDE,
2768         szOID_OIWSEC_sha, szOID_OIWSEC_mdc2, szOID_OIWSEC_dsaComm,
2769         szOID_OIWSEC_dsaCommSHA, szOID_OIWSEC_rsaXchg, szOID_OIWSEC_keyHashSeal,
2770         szOID_OIWSEC_md2RSASign, szOID_OIWSEC_md5RSASign, szOID_OIWSEC_sha1,
2771         szOID_OIWSEC_dsaSHA1, szOID_OIWSEC_dsaCommSHA1, szOID_OIWSEC_sha1RSASign,
2772         szOID_OIWDIR, szOID_OIWDIR_CRPT, szOID_OIWDIR_HASH, szOID_OIWDIR_SIGN,
2773         szOID_OIWDIR_md2, szOID_OIWDIR_md2RSA, szOID_INFOSEC,
2774         szOID_INFOSEC_sdnsSignature, szOID_INFOSEC_mosaicSignature,
2775         szOID_INFOSEC_sdnsConfidentiality, szOID_INFOSEC_mosaicConfidentiality,
2776         szOID_INFOSEC_sdnsIntegrity, szOID_INFOSEC_mosaicIntegrity,
2777         szOID_INFOSEC_sdnsTokenProtection, szOID_INFOSEC_mosaicTokenProtection,
2778         szOID_INFOSEC_sdnsKeyManagement, szOID_INFOSEC_mosaicKeyManagement,
2779         szOID_INFOSEC_sdnsKMandSig, szOID_INFOSEC_mosaicKMandSig,
2780         szOID_INFOSEC_SuiteASignature, szOID_INFOSEC_SuiteAConfidentiality,
2781         szOID_INFOSEC_SuiteAIntegrity, szOID_INFOSEC_SuiteATokenProtection,
2782         szOID_INFOSEC_SuiteAKeyManagement, szOID_INFOSEC_SuiteAKMandSig,
2783         szOID_INFOSEC_mosaicUpdatedSig, szOID_INFOSEC_mosaicKMandUpdSig,
2784         szOID_INFOSEC_mosaicUpdatedInteg, szOID_PKIX_NO_SIGNATURE,
2785         szOID_COMMON_NAME, szOID_COUNTRY_NAME, szOID_DEVICE_SERIAL_NUMBER,
2786         szOID_DOMAIN_COMPONENT, szOID_RSA_emailAddr, szOID_GIVEN_NAME,
2787         szOID_INITIALS, szOID_LOCALITY_NAME, szOID_ORGANIZATION_NAME,
2788         szOID_ORGANIZATIONAL_UNIT_NAME, szOID_STATE_OR_PROVINCE_NAME,
2789         szOID_STREET_ADDRESS, szOID_SUR_NAME, szOID_TITLE, szOID_RSA_unstructAddr,
2790         szOID_RSA_unstructName, szOID_BASIC_CONSTRAINTS2,
2791         CERT_BASIC_CONSTRAINTS2_INFO, CRYPT_ENCODE_PARA,CertDuplicateStore,
2792         CertEnumCertificatesInStore, CertDuplicateCertificateContext,
2793         CertGetNameStringA, CertGetNameStringW, CertGetNameString, PFXIsPFXBlob,
2794         CertFindExtension, CryptDecodeObject, CertAddCertificateContextToStore,
2795         CertCompareCertificate, PFXVerifyPassword, PFXImportCertStore,
2796         CertDeleteCertificateFromStore): Define.
2797         * lib/crypt32.def (CertDuplicateStore, CertEnumCertificatesInStore,
2798         CertDuplicateCertificateContext, CertGetNameStringA, CertGetNameStringW,
2799         CertGetNameString, PFXIsPFXBlob, CertFindExtension, CryptDecodeObject,
2800         CertAddCertificateContextToStore, CertCompareCertificate,
2801         PFXVerifyPassword, PFXImportCertStore, CertDeleteCertificateFromStore):
2802         Define.
2803
2804 2006-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2805
2806         * lib/uuid.c: Remove.
2807
2808 2006-07-20  Elias Naur  <elias_naur@users.sourceforge.net>
2809
2810         * include/devguid.h: Add new file with missing GUID_DEVCLASS_*
2811         declarations. They were extracted from the registry with a script.
2812         * lib/devguid.c: Add new file with the implementation of the
2813         missing GUIDs.
2814         * lib/Makefile.in: Add devguid.c to UUID_SOURCES and UUID_OBJS.
2815
2816 2006-07-19  Elias Naur  <elias_naur@users.sourceforge.net>
2817
2818         * include/winuser.h (WM_INPUT): Add missing Raw Input
2819         notification define.
2820         (RID_DEVICE_INFO_MOUSE, RID_DEVICE_INFO_KEYBOARD,
2821         RID_DEVICE_INFO_HID, RID_DEVICE_INFO): Define Raw Input structs
2822
2823 2006-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
2824
2825         [mingw-Bugs-1525021]
2826         * iptypes.h (IP_ADAPTER_ANYCAST_ADDRESS): Fix NONAMELESSUNION warnings.
2827         (IP_ADAPTER_MULTICAST_ADDRESS): Likewise.
2828         (IP_ADAPTER_UNICAST_ADDRESS): Likewise.
2829         (IP_ADAPTER_DNS_SERVER_ADDRESS): Likewise.
2830         (IP_ADAPTER_ADAPTER_PREFIX): Likewise.
2831         (IP_ADAPTER_ADDRESSES): Likewise.
2832
2833 2006-06-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2834
2835         * lib/uuid.c (CLSID_FileProtocol, CLSID_FtpProtocol, CLSID_GopherProtocol,
2836         CLSID_HttpProtocol, CLSID_HttpSProtocol, CLSID_MkProtocol,
2837         CLSID_PSUrlMonProxy, CLSID_StdURLMoniker): Remove.  Moved to
2838         extras-uuid.c.
2839         * lib/extras-uuid.c (CLSID_FileProtocol, CLSID_FtpProtocol, CLSID_GopherProtocol,
2840         CLSID_HttpProtocol, CLSID_HttpSProtocol, CLSID_MkProtocol,
2841         CLSID_PSUrlMonProxy, CLSID_StdURLMoniker): Added.
2842         * lib/hlguids-uuid.c: State source of CLSIDs.
2843
2844 2006-06-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2845
2846         * lib/Makefile.in: Added extras-uuid as an object and source.
2847         * lib/uuid.c (IID_IClientSiteHandler, IID_IContinue, IID_IHttpNegotiate,
2848         IID_IPersistMoniker, IID_IServerHandler, IID_ITargetEmbedding,
2849         IID_ITargetFrame, IID_ITypeComp, IID_IUrlHistoryStg, IID_IWinInetHttpInfo,
2850         IID_IWinInetInfo, IID_IEnumSTATPROPSETSTG, IID_IEnumSTATPROPSTG,
2851         IID_IEnumSTATURL): Remove.  Moved to extras-uuid.c.
2852         * lib/extras-uuid.c: New file.
2853         Thank you to Julien Lecomte (julienlecomte at users dot sourceforge dot
2854         net).
2855
2856 2006-06-12  Danny Smith  <dannysmith@users.sourceforge.net>
2857
2858         [mingw-Bugs-1424461]
2859         *include/imagehlp.h: Comment out IN, OUT and OPTIONAL,
2860         throughout.
2861         *include/rpcdce.h: Don't define IN, OUT or OPTIONAL if
2862         _NO_W32_PSEUDO_MODIFIERS.
2863         *include/rpcnsi.h: Comment out IN, OUT and OPTIONAL,
2864         throughout.
2865         *include/rpcnsip.h: Likewise.
2866         *include/windef.h: Don't define IN, OUT or OPTIONAL
2867         if _NO_W32_PSEUDO_MODIFIERS.
2868         *include/ddk/batclass.h: Comment out IN, OUT and OPTIONAL,
2869         throughout.
2870         *include/ddk/cfgmgr32.h: Likewise.
2871         *include/ddk/ddkmapi.h: Likewise.
2872         *include/ddk/hidclass.h: Likewise.
2873         *include/ddk/hidpi.h: Likewise.
2874         *include/ddk/kbdmou.h: Likewise.
2875         *include/ddk/mcd.h: Likewise.
2876         *include/ddk/miniport.h: Likewise.
2877         *include/ddk/minitape.h: Likewise.
2878         *include/ddk/ndis.h: Likewise.
2879         *include/ddk/ndistapi.h: Likewise.
2880         *include/ddk/ndiswan.h: Likewise.
2881         *include/ddk/ntapi.h: Likewise.
2882         *include/ddk/ntdd8042.h: Likewise.
2883         *include/ddk/ntddpcm.h: Likewise.
2884         *include/ddk/ntifs.h: Likewise.
2885         *include/ddk/ntpoapi.h: Likewise.
2886         *include/ddk/parallel.h: Likewise.
2887         *include/ddk/pfhook.h: Likewise.
2888         *include/ddk/scsiwmi.h: Likewise.
2889         *include/ddk/smbus.h: Likewise.
2890         *include/ddk/srb.h: Likewise.
2891         *include/ddk/storport.h: Likewise.
2892         *include/ddk/tdikrnl.h: Likewise.
2893         *include/ddk/upssvc.h: Likewise.
2894         *include/ddk/usbcamdi.h: Likewise.
2895         *include/ddk/usbscan.h: Likewise.
2896         *include/ddk/video.h: Likewise.
2897         *include/ddk/videoagp.h: Likewise.
2898         *include/ddk/win2k.h: Likewise.
2899         *include/ddk/winddi.h: Likewise.
2900         *include/ddk/winddk.h: Don't define IN, OUT or OPTIONAL
2901         if _NO_W32_PSEUDO_MODIFIERS.
2902         Comment out IN, OUT and OPTIONAL, throughout.
2903         *include/ddk/winnt4.h: Comment out IN, OUT and OPTIONAL,
2904         throughout.
2905         *include/ddk/ws2san.h: Likewise.
2906
2907 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2908
2909         * lib/Makefile.in:  Added hlguids-uuid as source and object.
2910
2911 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2912
2913         * lib/uuid.c (CLSID_StaticDib, CLSID_StaticMetafile, CLSID_StdHlink,
2914         CLSID_StdHlinkBrowseContext): Remove.  Moved to relevant files.
2915         * lib/cguid-uuid.c (CLSID_StaticDib, CLSID_StaticMetafile): Added.
2916         * lib/hlguids-uuid.c: New file.
2917         Thank you to Julien Lecomte (julienlecomte at users dot sourceforge dot
2918         net).
2919
2920 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2921
2922         * lib/Makefile.in: Added urlmon-uuid and hlink-uuid as sources and
2923         objects.
2924         * lib/uuid.c (IID_IAuthenticate, IID_IBindHost, IID_IBindProtocol,
2925         IID_IBindStatusCallback, IID_IBindStatusCallbackMsg, IID_IBinding,
2926         IID_IHlink, IID_IHlinkBrowseContext, IID_IHlinkFrame, IID_IHlinkSite,
2927         IID_IHlinkTarget): Remove.  Moved to new files.
2928         * lib/urlmon-uuid.c: New file.
2929         * lib/hlink-uuid.c: New file.
2930
2931 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2932
2933         * lib/Makefile.in: Added ativscp-uuid as source and object.
2934         * lib/uuid.c (IID_IActiveScript, IID_IActiveScriptError,
2935         IID_IActiveScriptParse, IID_IActiveScriptSite,
2936         IID_IActiveScriptSiteWindow): Remove.  Moved to ativscp-uuid.c.
2937         * lib/ativscp-uuid.c: New file.
2938
2939 2006-06-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2940
2941         * lib/uuid.c (IID_IClientSecurity, IID_IMallocSpy, IID_IServerSecurity):
2942         Remove.  Moved to objidl-uuid.c
2943         * lib/objidl-uuid.c (IID_IClientSecurity, IID_IMallocSpy,
2944         IID_IServerSecurity): Defined.
2945
2946 2006-06-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2947
2948         * lib/Makefile.in: Add cguid-uuid and olectlid-uuid as sources and
2949         objects.
2950         * lib/uuid.c (CLSID_CColorPropPage, CLSID_CFontPropPage,
2951         CLSID_CPicturePropPage, CLSID_Picture_Dib, CLSID_Picture_Metafile,
2952         CLSID_StdFont, CLSID_StdPicture, GUID_NULL, IID_ICreateTypeInfo,
2953         IID_ICreateTypeInfo2, IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_IDebug,
2954         IID_IDebugStream, IID_IDispatch, IID_IEnumFORMATETC,IID_IEnumMoniker,
2955         IID_IEnumOLEVERB, IID_IEnumSTATDATA, IID_IEnumSTATSTG, IID_IEnumString,
2956         IID_IEnumUnknown, IID_IEnumVARIANT, IID_IOleLink, IID_IPSFactory,
2957         IID_IRpcChannel, IID_IRpcProxy, IID_IRpcStub, IID_ITypeInfo,
2958         IID_ITypeInfo2, IID_ITypeLib, IID_ITypeLib2): Remove.  Moved to relevant
2959         files.
2960         * lib/oaidl-uuid.c (IID_ICreateTypeInfo, IID_ICreateTypeInfo2,
2961         IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_ITypeInfo, IID_ITypeInfo2,
2962         IID_ITypeLib, IID_ITypeLib2, IID_IEnumVARIANT): Define.
2963         * lib/cguid-uuid.c: New file.
2964         * lib/olectlid-uuid.c: New file.
2965
2966 2006-06-08  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2967
2968         * lib/Makefile.in: Add objsafe-uuid oaidl-uuid docobj-uuid comcat-uuid
2969         exdisp-uuid mlang-uuid objidl-uuid as sources and objects.
2970         * lib/uuid.c (CATID_Control, CATID_DocObject, CATID_Insertable,
2971         CATID_PersistsToPropertyBag, CATID_PersistsToStorage, CATID_PersistsToStream,
2972         CATID_PersistsToStreamInit, CATID_Printable, CATID_Programmable,
2973         CLSID_CMultiLanguage, CLSID_StdComponentCategoriesMgr, CLSID_WebBrowser,
2974         DIID_DWebBrowserEvents, DIID_DWebBrowserEvents2, IID_IAdviseSink,
2975         IID_IAdviseSink2, IID_IBindCtx, IID_ICatInformation, IID_ICatRegister,
2976         IID_IClassActivator, IID_IContinueCallback, IID_ICreateErrorInfo,
2977         IID_IDataAdviseHolder, IID_IDataObject, IID_IEnumCATEGORYINFO,
2978         IID_IEnumGUID, IID_IEnumOleDocumentViews, IID_IErrorInfo,
2979         IID_IExternalConnection, IID_IFillLockBytes, IID_ILockBytes, IID_IMalloc,
2980         IID_IMarshal, IID_IMessageFilter, IID_IMoniker, IID_IObjectSafety,
2981         IID_IOleCommandTarget, IID_IOleDocument, IID_IOleDocumentSite,
2982         IID_IOleDocumentView, IID_IPSFactoryBuffer, IID_IPersist,
2983         IID_IPersistFile, IID_IPersistStorage, IID_IPersistStream, IID_IPrint,
2984         IID_IProgressNotify, IID_IPropertySetStorage, IID_IPropertyStorage,
2985         IID_IROTData, IID_IRootStorage, IID_IRpcChannelBuffer,
2986         IID_IRpcProxyBuffer, IID_IRpcStubBuffer, IID_IRunnableObject,
2987         IID_IRunningObjectTable, IID_ISequentialStream, IID_IStdMarshalInfo,
2988         IID_IStorage, IID_IStream, IID_ISupportErrorInfo, IID_IWebBrowser,
2989         IID_IWebBrowser2, IID_IWebBrowserApp): Remove. Moved to new files.
2990         * lib/comcat-uuid.c: New file.
2991         * lib/docobj-uuid.c: New File.
2992         * lib/exdisp-uuid.c: New file.
2993         * lib/mlang-uuid.c: New file.
2994         * lib/oaidl-uuid.c: New file.
2995         * lib/objidl-uuid.c: New file.
2996         * lib/objsafe-uuid.c: New file.
2997
2998 2006-06-07  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2999
3000         * lib/Makefile.in: Add oleacc-uuid oleidl-uuid ocidl-uuid as sources and
3001         objects.
3002         * lib/uuid.c (IID_IOleCache, IID_IOleCache2, IID_IOleCacheControl, IID_IViewObject,
3003         IID_IViewObject2, IID_IDropSource, IID_IDropTarget, IID_IOleAdviseHolder,
3004         IID_IOleInPlaceUIWindow, IID_IOleInPlaceObject, IID_IOleInPlaceActiveObject,
3005         IID_IOleInPlaceFrame, IID_IOleInPlaceSite, IID_IOleContainer, IID_IOleItemContainer,
3006         IID_IOleClientSite, IID_IOleObject, IID_IOleWindow, IID_IParseDisplayName,
3007         IID_IAccessible, LIBID_Accessibility, IID_IQuickActivate, IID_IOleUndoManager,
3008         IID_IOleParentUndoUnit, IID_IOleUndoUnit, IID_IEnumOleUndoUnits, IID_IPointerInactive,
3009         IID_IAdviseSinkEx, IID_IOleInPlaceSiteEx, IID_IOleControl, IID_IOleControlSite,
3010         IID_IPersistPropertyBag, IID_IPersistPropertyBag2, IID_IPersistStreamInit,
3011         IID_IPersistMemory, IID_IPropertyBag, IID_IPropertyBag2, IID_IPropertyNotifySink,
3012         IID_IPropertyPage, IID_IPropertyPage2, IID_IPropertyPageSite, IID_IFont, IID_IFontDisp,
3013         IID_IPicture, IID_IPictureDisp, IID_IProvideClassInfo, IID_IProvideClassInfo2,
3014         IID_IEnumConnectionPoints, IID_IEnumConnections, IID_IConnectionPoint,
3015         IID_IConnectionPointContainer, IID_IClassFactory2, IID_IErrorLog,
3016         IID_IObjectWithSite, IID_IPerPropertyBrowsing, IID_ISimpleFrameSite,
3017         IID_ISpecifyPropertyPages): Remove. Moved to new files.
3018         * lib/oleidl-uuid.c: New file.
3019         * lib/oleacc-uuid.c: New file.
3020         * lib/ocidl-uuid.c: New file.
3021
3022 2006-06-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3023
3024         * lib/Makefile.in: Add unknwn-uuid and servprov-uuid as sources and
3025         objects.
3026         * lib/uuid.c (IID_IUnknown, IID_IClassFactory, IID_IServiceProvider):
3027         Remove.  Moved to unknwn-uuid and servprov-uuid.
3028         * lib/unknwn-uuid.c: New file.
3029         * lib/servprov-uuid.c: New file.
3030
3031 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
3032
3033         * include/strmif.h (VMRDeinterlaceTech): Correct typedef for DeinterlaceTech_*
3034         enum.
3035
3036 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
3037
3038         * include/strmif.h (enum tagAnalogVideoStandard): Add missing ','.
3039
3040 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
3041
3042         * include/winuser.h (DM_BITSPERPEL, DM_PELSWIDTH, DM_PELSHEIGHT,
3043         DM_DISPLAYFLAGS, DM_DISPLAYFREQUENCY): Remove.  Duplicates of
3044         wingdi.h defines.
3045
3046 2006-06-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3047
3048         * include/winuser.h ((SPI_GETMOUSETRAILS,SPI_SETMOUSETRAILS): Remove
3049         duplicate defines.
3050
3051         * include/winnt.h (SUBLANG_ARABIC_SAUDI_ARABIA): Revert accidental
3052         removal.
3053         (SUBLANG_MARATHI_INDIA): Remove duplicate define.
3054
3055 2006-05-24  Christopher Faylor  <cgf@timesys.com>
3056
3057         * configure.in: Update to newer autoconf.
3058         (thanks to Steve Ellcey)
3059         * configure: Regenerate.
3060         * aclocal.m4: New file.
3061
3062 2006-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
3063
3064         * lib/uuid.c (IID_IRpcProxyBuffer34): Remove definition.
3065
3066 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3067
3068         * include/rtutils.h (TraceDumpA,TraceDumpW,TracePutsA,TracePutsW)
3069         (TraceRegisterA,TraceRegisterW,TraceVprintfA,TraceVprintfW): Define
3070         as macros.
3071         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
3072
3073 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3074
3075         * include/mprapi.h (MprAdminMIBBufferFree,MprAdminMIBEntryCreate)
3076         (MprAdminMIBEntryDelete,MprAdminMIBEntryGet,MprAdminMIBEntryGetFirst)
3077         (MprAdminMIBEntryGetNext,MprAdminMIBEntrySet,MprAdminMIBGetTrapInfo)
3078         (MprAdminMIBServerConnect,MprAdminMIBServerDisconnect)
3079         (MprAdminMIBSetTrapInfo): Declare functions.
3080         Note: MprAdminMIBSetTrapInfo is missing from mprapi.def.
3081         (MIB_SERVER_HANDLE): New typedef.
3082         (MprConfigTransportSetInfo): Declare function.
3083         * lib/mprapi.def (MprSetupIpInIpInterfaceFriendlyNameEnum)
3084         (MprSetupIpInIpInterfaceFriendlyNameFree): Fix size.
3085
3086 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3087
3088         * lib/rtutils.def: New file. Generated on Windows XP.
3089         (TracePrintf{AW},TracePrintfEx{AW}): Left out for now.
3090         * include/rtutils.h: New file.
3091         (TraceDump{AW},TracePuts{AW},TraceRegister{AW},TraceVprintf{AW}):
3092         Commented out, they're missing from rtutils.def.
3093
3094 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3095
3096         * include/mprapi.h (MprInfoBlockAdd,MprInfoBlockFind)
3097         (MprInfoBlockQuerySize,MprInfoBlockRemove,MprInfoBlockSet)
3098         (MprInfoCreate,MprInfoDelete,MprInfoDuplicate)
3099         (MprInfoRemoveAll): Declare functions.
3100
3101 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3102
3103         * include/mprapi.h (MprConfigBufferFree,MprConfigGetFriendlyName)
3104         (MprConfigGetGuidName,MprConfigInterfaceCreate)
3105         (MprConfigInterfaceDelete,MprConfigInterfaceEnum)
3106         (MprConfigInterfaceGetHandle,MprConfigInterfaceGetInfo)
3107         (MprConfigInterfaceSetInfo,MprConfigInterfaceTransportAdd)
3108         (MprConfigInterfaceTransportEnum,MprConfigInterfaceTransportGetHandle)
3109         (MprConfigInterfaceTransportGetInfo,MprConfigInterfaceTransportRemove)
3110         (MprConfigInterfaceTransportSetInfo,MprConfigServerBackup)
3111         (MprConfigServerConnect,MprConfigServerDisconnect)
3112         (MprConfigServerGetInfo,MprConfigServerInstall)
3113         (MprConfigServerRestore,MprConfigTransportCreate)
3114         (MprConfigTransportDelete,MprConfigTransportEnum)
3115         (MprConfigTransportGetHandle,MprConfigTransportGetInfo)
3116         (MprConfigTransportSetInfo): Declare functions.
3117
3118 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3119
3120         * include/mprapi.h (MprAdminBufferFree)
3121         (MprAdminDeregisterConnectionNotification,MprAdminGetErrorString)
3122         (MprAdminInterfaceConnect,MprAdminInterfaceCreate)
3123         (MprAdminInterfaceDelete,MprAdminInterfaceDeviceGetInfo)
3124         (MprAdminInterfaceDeviceSetInfo,MprAdminInterfaceDisconnect)
3125         (MprAdminInterfaceEnum,MprAdminInterfaceGetCredentials)
3126         (MprAdminInterfaceGetCredentialsEx,MprAdminInterfaceGetHandle)
3127         (MprAdminInterfaceGetInfo,MprAdminInterfaceQueryUpdateResult)
3128         (MprAdminInterfaceSetCredentials,MprAdminInterfaceSetCredentialsEx)
3129         (MprAdminInterfaceSetInfo,MprAdminInterfaceTransportAdd)
3130         (MprAdminInterfaceTransportGetInfo,MprAdminInterfaceTransportRemove)
3131         (MprAdminInterfaceTransportSetInfo)
3132         (MprAdminInterfaceUpdatePhonebookInfo,MprAdminInterfaceUpdateRoutes)
3133         (MprAdminIsServiceRunning,MprAdminRegisterConnectionNotification)
3134         (MprAdminServerConnect,MprAdminServerDisconnect)
3135         (MprAdminServerGetCredentials,MprAdminServerGetInfo)
3136         (MprAdminServerSetCredentials,MprAdminTransportCreate)
3137         (MprAdminTransportGetInfo,MprAdminTransportSetInfo): Declare functions.
3138
3139 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3140
3141         * include/ipxtfflt.h: New file.
3142
3143 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3144
3145         * include/mprapi.h: Fix header guard. Cleanup.
3146         (MprAdminAcceptNewConnection,MprAdminAcceptNewConnection2)
3147         (MprAdminAcceptNewLink,MprAdminAcceptReauthentication)
3148         (MprAdminConnectionHangupNotification)
3149         (MprAdminConnectionHangupNotification2)
3150         (MprAdminGetIpAddressForUser,MprAdminInitializeDll)
3151         (MprAdminTerminateDll,MprAdminLinkHangupNotification)
3152         (MprAdminReleaseIpAddress): Declare functions.
3153         * lib/mprapi.def: Regenerate on Windows XP.
3154
3155 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3156
3157         * include/ipifcons.h: Cleanup.
3158         * include/ipxconst.h: Fix header guard.
3159         * include/ipxrtdef.h: include <ipxconst.h>.
3160
3161 2006-05-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3162
3163         * include/ipxrtdef.h: Cleanup.
3164         (IPX_INTERFACE_INFO_TYPE,IPX_STATIC_ROUTE_INFO_TYPE)
3165         (IPX_STATIC_SERVICE_INFO_TYPE,IPX_SERVICE_FILTER_INFO_TYPE)
3166         (IPX_ROUTE_FILTER_INFO_TYPE,IPX_IN_TRAFFIC_FILTER_INFO_TYPE)
3167         (IPX_ADAPTER_INFO_TYPE,IPXWAN_INTERFACE_INFO_TYPE,IPX_GLOBAL_INFO_TYPE)
3168         (IPX_STATIC_NETBIOS_NAME_INFO_TYPE)
3169         (IPX_IN_TRAFFIC_FILTER_GLOBAL_INFO_TYPE)
3170         (IPX_OUT_TRAFFIC_FILTER_INFO_TYPE)
3171         (IPX_OUT_TRAFFIC_FILTER_GLOBAL_INFO_TYPE): Define.
3172         * include/routprot.h: Cleanup.
3173         (PROTO_IP_OTHER,PROTO_IP_LOCAL,PROTO_IP_NETMGMT,PROTO_IP_ICMP)
3174         (PROTO_IP_EGP,PROTO_IP_GGP,PROTO_IP_HELLO,PROTO_IP_RIP,PROTO_IP_IS_IS)
3175         (PROTO_IP_ES_IS,PROTO_IP_CISCO,PROTO_IP_BBN,PROTO_IP_OSPF,PROTO_IP_BGP)
3176         (PROTO_IP_BOOTP,PROTO_IP_NT_AUTOSTATIC,PROTO_IP_NT_STATIC)
3177         (PROTO_IP_NT_STATIC_NON_DOD,IPRTRMGR_PID,IPX_PROTOCOL_BASE)
3178         (IPX_PROTOCOL_RIP,IPX_PROTOCOL_SAP,IPX_PROTOCOL_NLSP): Define.
3179         * include/fltdefs.h: New file.
3180         * include/ipinfoid.h: New file.
3181
3182 2006-05-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3183
3184         * include/strmif.h (IAMAnalogVideoDecoder,IAMAudioInputMixer)
3185         (IAMAudioRendererStats,IAMBufferNegotiation,IAMCameraControl)
3186         (IAMCertifiedOutputProtection): Add interfaces.
3187         * include/adsprop.h: New file.
3188         * include/cmnquery.h: New file.
3189         * include/dsadmin.h: New file.
3190         * include/dsclient.h: New file.
3191         * include/dsgetdc.h: New file.
3192         * include/dsquery.h: New file.
3193         * include/dsrole.h: New file.
3194         * include/ntdsapi.h: New file.
3195         * include/ntdsbcli.h: New file.
3196         * include/objsel.h: New file.
3197
3198 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3199
3200         * include/qedit.h (DEXTER_PARAM,DEXTER_VALUE,SCompFmt0): Add structures.
3201         (DEXTERF_TRACK_SEARCH_FLAGS,TIMELINE_MAJOR_TYPE): Add enums.
3202         (CONNECTF_DYNAMIC_NONE,CONNECTF_DYNAMIC_SOURCES)
3203         (CONNECTF_DYNAMIC_EFFECTS,SFN_VALIDATEF_CHECK,SFN_VALIDATEF_POPUP)
3204         (SFN_VALIDATEF_TELLME,SFN_VALIDATEF_REPLACE,SFN_VALIDATEF_USELOCAL)
3205         (SFN_VALIDATEF_NOFIND,SFN_VALIDATEF_IGNOREMUTED,RESIZEF_STRETCH)
3206         (RESIZEF_CROP,RESIZEF_PRESERVEASPECTRATIO)
3207         (RESIZEF_PRESERVEASPECTRATIO_NOLETTERBOX): Define.
3208
3209 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3210
3211         * include/qedit.h: New file.
3212         * include/errors.h: Cleanup.
3213
3214 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3215
3216         * include/amvideo.h (BIT_MASKS_MATCH): Don't use memcmp to
3217         avoid dependency on <string.h>.
3218         There's no Win32 equivalent for memcmp:
3219         http://support.microsoft.com/default.aspx?scid=kb;EN-US;q99456
3220
3221 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3222
3223         * include/amvideo.h (RESET_MASKS,RESET_PALETTE): Use ZeroMemory
3224         instead of memset to avoid dependency on <string.h>.
3225         * include/dshow.h (AM_ASPECT_RATIO_MODE,AM_WST_DRAWBGMODE,AM_WST_LEVEL)
3226         (AMExtendedSeekingCapabilities,AM_WST_SERVICE,AM_WST_STATE)
3227         (AM_WST_STYLE): Add enums.
3228         (AM_WST_PAGE,AMVABeginFrameInfo,AMVACompBufferInfo,AMVAEndFrameInfo,
3229         AMVAInternalMemInfo,AMVAUncompBufferInfo,AMVAUncompDataInfo): New
3230         structures.
3231         * include/errors.h (VFW_E_DVD_CMD_CANCELLED)
3232         (VFW_E_DVD_STATE_WRONG_VERSION,VFW_E_DVD_STATE_CORRUPT)
3233         (VFW_E_DVD_STATE_WRONG_DISC,VFW_E_DVD_INCOMPATIBLE_REGION)
3234         (VFW_E_DVD_NO_ATTRIBUTES,VFW_E_DVD_NO_GOUP_PGC)
3235         (VFW_E_DVD_LOW_PARENTAL_LEVEL,VFW_E_DVD_NOT_IN_KARAOKE_MODE)
3236         (VFW_E_FRAME_STEP_UNSUPPORTED,VFW_E_DVD_STREAM_DISABLED)
3237         (VFW_E_DVD_TITLE_UNKNOWN,VFW_E_DVD_INVALID_DISC)
3238         (VFW_E_DVD_NO_RESUME_INFORMATION)
3239         (VFW_E_PIN_ALREADY_BLOCKED_ON_THIS_THREAD,VFW_E_PIN_ALREADY_BLOCKED)
3240         (VFW_E_CERTIFICATION_FAILURE,VFW_E_VMR_NOT_IN_MIXER_MODE)
3241         (VFW_E_VMR_NO_AP_SUPPLIED,VFW_E_VMR_NO_DEINTERLACE_HW)
3242         (VFW_E_VMR_NO_PROCAMP_HW,VFW_E_DVD_VMR9_INCOMPATIBLEDEC)
3243         (VFW_E_NO_COPP_HW,VFW_E_BAD_KEY): Define.
3244         * include/evcode.h (AM_WMT_EVENT_DATA): New structure.
3245         * include/mmsystem.h (WAVE_FORMAT_EXTENSIBLE): Define.
3246         * include/edevdefs.h (ED_FORMAT_SMPTE_30,ED_FORMAT_SMPTE_30DROP)
3247         (ED_FORMAT_SMPTE_25,ED_FORMAT_SMPTE_24): Move from here...
3248         * include/strmif.h: ... to here. New file.
3249         * include/aviriff.h: New file.
3250         * include/bdatypes.h: New file.
3251         * include/control.h: New file.
3252         * include/dvdmedia.h: New file.
3253         * include/il21dec.h: New file.
3254         * include/ks.h: New file.
3255         * include/ksmedia.h: New file.
3256         * include/mmreg.h: New file.
3257         * include/mpegtype.h: New file.
3258         * include/vidcap.h: New file.
3259         * include/vmr9.h: New file.
3260         * include/vptype.h: New file.
3261         * include/xprtdefs.h: New file.
3262
3263 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3264
3265         * include/winnls.h [WINVER >= 0x0500] (LOCALE_IDEFAULTEBCDICCODEPAGE):
3266         Documented as defined on Windows 2000 or later.
3267         [WINVER >= 0x0600] (LOCALE_SDURATION,LOCALE_SIETFLANGUAGE)
3268         (LOCALE_SISO3166CTRYNAME2,LOCALE_SISO639LANGNAME2)
3269         (LOCALE_SKEYBOARDSTOINSTALL,LOCALE_SNAME,LOCALE_SNAN)
3270         (LOCALE_SNEGINFINITY,LOCALE_SPOSINFINITY,LOCALE_SSCRIPTS): Documented
3271         but values unknown, Windows Vista or later.
3272         (CAL_UMALQURA): Cleanup.
3273         (CAL_SSHORTESTDAYNAME_1,CAL_SSHORTESTDAYNAME_2,CAL_SSHORTESTDAYNAME_3)
3274         (CAL_SSHORTESTDAYNAME_4,CAL_SSHORTESTDAYNAME_5,CAL_SSHORTESTDAYNAME_6)
3275         (CAL_SSHORTESTDAYNAME7): Cleanup.
3276         [WINVER >= 0x0410] (CAL_SYEARMONTH,CAL_ITWODIGITYEARMAX)
3277         (CAL_NOUSEROVERRIDE,CAL_RETURN_NUMBER,CAL_USE_CP_ACP): Cleanup.
3278
3279 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3280
3281         * include/wingdi.h [WINVER >= 0x0500] (DC_PERSONALITY,DC_PRINTRATE)
3282         (DC_PRINTRATEUNIT,DC_PRINTERMEM,DC_MEDIAREADY,DC_STAPLE)
3283         (DC_PRINTRATEPPM,DC_COLORDEVICE,DC_NUP,DC_MEDIATYPENAMES)
3284         (DC_MEDIATYPES,DMPAPER_DBL_JAPANESE_POSTCARD,DMPAPER_A6)
3285         (DMPAPER_JENV_KAKU2,DMPAPER_JENV_KAKU3,DMPAPER_JENV_CHOU3)
3286         (DMPAPER_JENV_CHOU4,DMPAPER_LETTER_ROTATED)
3287         (DMPAPER_A3_ROTATED,DMPAPER_A4_ROTATED,DMPAPER_A5_ROTATED)
3288         (DMPAPER_B4_JIS_ROTATED,DMPAPER_B5_JIS_ROTATED)
3289         (DMPAPER_JAPANESE_POSTCARD_ROTATED)
3290         (DMPAPER_DBL_JAPANESE_POSTCARD_ROTATED)
3291         (DMPAPER_A6_ROTATED,DMPAPER_JENV_KAKU2_ROTATED)
3292         (DMPAPER_JENV_KAKU3_ROTATED,DMPAPER_JENV_CHOU3_ROTATED)
3293         (DMPAPER_JENV_CHOU4_ROTATED,DMPAPER_B6_JIS)
3294         (DMPAPER_B6_JIS_ROTATED,DMPAPER_12X11,DMPAPER_JENV_YOU4)
3295         (DMPAPER_JENV_YOU4_ROTATED,DMPAPER_P16K,DMPAPER_P32K)
3296         (DMPAPER_P32KBIG,DMPAPER_PENV_1,DMPAPER_PENV_2)
3297         (DMPAPER_PENV_3,DMPAPER_PENV_4,DMPAPER_PENV_5)
3298         (DMPAPER_PENV_6,DMPAPER_PENV_7,DMPAPER_PENV_8)
3299         (DMPAPER_PENV_9,DMPAPER_PENV_10,DMPAPER_P16K_ROTATED)
3300         (DMPAPER_P32K_ROTATED,DMPAPER_P32KBIG_ROTATED)
3301         (DMPAPER_PENV_1_ROTATED,DMPAPER_PENV_2_ROTATED)
3302         (DMPAPER_PENV_3_ROTATED,DMPAPER_PENV_4_ROTATED)
3303         (DMPAPER_PENV_5_ROTATED,DMPAPER_PENV_6_ROTATED)
3304         (DMPAPER_PENV_7_ROTATED,DMPAPER_PENV_8_ROTATED)
3305         (DMPAPER_PENV_9_ROTATED,DMPAPER_PENV_10_ROTATED): Define.
3306         (DMPAPER_LAST): Value depends on DMPAPER_* variables actually defined.
3307         (DM_PANNINGWIDTH,DM_PANNINGHEIGHT,DM_DISPLAYFIXEDOUTPUT)
3308         (DMDO_DEFAULT,DMDO_90,DMDO_180,DMDO_270,DMDFO_DEFAULT,DMDFO_STRETCH)
3309         (DMDFO_CENTER): Define.
3310         (GetDCBrushColor,GetDCPenColor): Declare.
3311         * lib/msimg32.def (GetDCBrushColor,GetDCPenColor): Add stubs.
3312
3313 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3314
3315         * include/winnt.h (LANG_PERSIAN,LANG_LOWER_SORBIAN,LANG_UPPER_SORBIAN)
3316         (LANG_TSWANA,LANG_XHOSA,LANG_ZULU,LANG_MALTESE,LANG_SAMI,LANG_IRISH)
3317         (LANG_TIBETAN,LANG_WELSH,LANG_KHMER,LANG_LAO,LANG_SINHALESE)
3318         (LANG_INUKTITUT,LANG_AMHARIC,LANG_TAMAZIGHT,LANG_FRISIAN)
3319         (LANG_PASHTO,LANG_FILIPINO,LANG_HAUSA,LANG_YORUBA,LANG_QUECHUA)
3320         (LANG_SOTHO,LANG_BASHKIR,LANG_LUXEMBOURGISH,LANG_GREENLANDIC)
3321         (LANG_IGBO,LANG_TIGRIGNA,LANG_YI,LANG_MAPUDUNGUN,LANG_MOHAWK)
3322         (LANG_BRETON,LANG_UIGHUR,LANG_MAORI,LANG_OCCITAN,LANG_CORSICAN)
3323         (LANG_ALSATIAN,LANG_YAKUT,LANG_KICHE,LANG_KINYARWANDA,LANG_WOLOF)
3324         (LANG_DARI,LANG_MALAGASY)
3325         (SUBLANG_CUSTOM_DEFAULT,SUBLANG_CUSTOM_UNSPECIFIED)
3326         (SUBLANG_UI_CUSTOM_DEFAULT,SUBLANG_AFRIKAANS_SOUTH_AFRICA)
3327         (SUBLANG_ALBANIAN_ALBANIA,SUBLANG_ALSATIAN_FRANCE)
3328         (SUBLANG_AMHARIC_ETHIOPIA,SUBLANG_ARMENIAN_ARMENIA)
3329         (SUBLANG_ASSAMESE_INDIA,SUBLANG_BASHKIR_RUSSIA,SUBLANG_BASQUE_BASQUE)
3330         (SUBLANG_BELARUSIAN_BELARUS,SUBLANG_BENGALI_INDIA)
3331         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN)
3332         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC)
3333         (SUBLANG_BRETON_FRANCE,SUBLANG_BULGARIAN_BULGARIA)
3334         (SUBLANG_CATALAN_CATALAN,SUBLANG_CORSICAN_FRANCE)
3335         (SUBLANG_CZECH_CZECH_REPUBLIC,SUBLANG_CROATIAN_CROATIA)
3336         (SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,SUBLANG_DANISH_DENMARK)
3337         (SUBLANG_DIVEHI_MALDIVES,SUBLANG_ENGLISH_IRELAND)
3338         (SUBLANG_ENGLISH_INDIA,SUBLANG_ENGLISH_MALAYSIA)
3339         (SUBLANG_ENGLISH_SINGAPORE,SUBLANG_ESTONIAN_ESTONIA)
3340         (SUBLANG_FAEROESE_FAROE_ISLANDS,SUBLANG_FILIPINO_PHILIPPINES)
3341         (SUBLANG_FINNISH_FINLAND,SUBLANG_FRISIAN_NETHERLANDS)
3342         (SUBLANG_GALICIAN_GALICIAN,SUBLANG_GEORGIAN_GEORGIA)
3343         (SUBLANG_GREEK_GREECE,SUBLANG_GREENLANDIC_GREENLAND)
3344         (SUBLANG_GUJARATI_INDIA,SUBLANG_HAUSA_NIGERIA,SUBLANG_HEBREW_ISRAEL)
3345         (SUBLANG_HINDI_INDIA,SUBLANG_HUNGARIAN_HUNGARY)
3346         (SUBLANG_ICELANDIC_ICELAND,SUBLANG_IGBO_NIGERIA)
3347         (SUBLANG_INDONESIAN_INDONESIA,SUBLANG_INUKTITUT_CANADA)
3348         (SUBLANG_INUKTITUT_CANADA_LATIN,SUBLANG_IRISH_IRELAND)
3349         (SUBLANG_JAPANESE_JAPAN,SUBLANG_KAZAK_KAZAKHSTAN)
3350         (SUBLANG_KHMER_CAMBODIA,SUBLANG_KICHE_GUATEMALA)
3351         (SUBLANG_KINYARWANDA_RWANDA,SUBLANG_KONKANI_INDIA)
3352         (SUBLANG_KYRGYZ_KYRGYZSTAN,SUBLANG_LAO_LAO_PDR)
3353         (SUBLANG_LATVIAN_LATVIA,SUBLANG_LITHUANIAN_LITHUANIA)
3354         (SUBLANG_LOWER_SORBIAN_GERMANY,SUBLANG_LUXEMBOURGISH_LUXEMBOURG)
3355         (SUBLANG_MACEDONIAN_MACEDONIA,SUBLANG_MALAYALAM_INDIA)
3356         (SUBLANG_MALTESE_MALTA,SUBLANG_MAORI_NEW_ZEALAND)
3357         (SUBLANG_MAPUDUNGUN_CHILE,SUBLANG_MARATHI_INDIA,SUBLANG_MOHAWK_MOHAWK)
3358         (SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA,SUBLANG_MONGOLIAN_PRC)
3359         (SUBLANG_NEPALI_NEPAL,SUBLANG_OCCITAN_FRANCE,SUBLANG_ORIYA_INDIA)
3360         (SUBLANG_PASHTO_AFGHANISTAN,SUBLANG_PERSIAN_IRAN)
3361         (SUBLANG_POLISH_POLAND,SUBLANG_PORTUGUESE_PORTUGAL)
3362         (SUBLANG_PUNJABI_INDIA,SUBLANG_QUECHUA_BOLIVIA,SUBLANG_QUECHUA_ECUADOR)
3363         (SUBLANG_QUECHUA_PERU,SUBLANG_ROMANIAN_ROMANIA)
3364         (SUBLANG_ROMANSH_SWITZERLAND,SUBLANG_RUSSIAN_RUSSIA)
3365         (SUBLANG_SAMI_NORTHERN_NORWAY,SUBLANG_SAMI_NORTHERN_SWEDEN)
3366         (SUBLANG_SAMI_NORTHERN_FINLAND,SUBLANG_SAMI_LULE_NORWAY)
3367         (SUBLANG_SAMI_LULE_SWEDEN,SUBLANG_SAMI_SOUTHERN_NORWAY)
3368         (SUBLANG_SAMI_SOUTHERN_SWEDEN,SUBLANG_SAMI_SKOLT_FINLAND)
3369         (SUBLANG_SAMI_INARI_FINLAND,SUBLANG_SANSKRIT_INDIA)
3370         (SUBLANG_SERBIAN_BOSNIA_HERZEGOVINA_LATIN)
3371         (SUBLANG_SERBIAN_BOSNIA_HERZEGOVINA_CYRILLIC)
3372         (SUBLANG_SINDHI_AFGHANISTAN,SUBLANG_SINHALESE_SRI_LANKA)
3373         (SUBLANG_SOTHO_NORTHERN_SOUTH_AFRICA,SUBLANG_SLOVAK_SLOVAKIA)
3374         (SUBLANG_SLOVENIAN_SLOVENIA,SUBLANG_SPANISH_US,SUBLANG_SWEDISH_SWEDEN)
3375         (SUBLANG_SYRIAC,SUBLANG_TAJIK_TAJIKISTAN)
3376         (SUBLANG_TAMAZIGHT_ALGERIA_LATIN,SUBLANG_TAMIL_INDIA)
3377         (SUBLANG_TATAR_RUSSIA,SUBLANG_TELUGU_INDIA,SUBLANG_THAI_THAILAND)
3378         (SUBLANG_TIBETAN_PRC,SUBLANG_TIBETAN_BHUTAN,SUBLANG_TIGRIGNA_ERITREA)
3379         (SUBLANG_TSWANA_SOUTH_AFRICA,SUBLANG_TURKISH_TURKEY)
3380         (SUBLANG_TURKMEN_TURKMENISTAN,SUBLANG_UIGHUR_PRC)
3381         (SUBLANG_UKRAINIAN_UKRAINE,SUBLANG_UPPER_SORBIAN_GERMANY)
3382         (SUBLANG_VIETNAMESE_VIETNAM,SUBLANG_WELSH_UNITED_KINGDOM)
3383         (SUBLANG_WOLOF_SENEGAL,SUBLANG_YORUBA_NIGERIA)
3384         (SUBLANG_XHOSA_SOUTH_AFRICA,SUBLANG_YAKUT_RUSSIA,SUBLANG_YI_PRC)
3385         (SUBLANG_ZULU_SOUTH_AFRICA): Define.
3386         (SUBLANG_ARABIC_SAUDI_ARABIA): Removed by error.
3387         (SUBLANG_MARATHI_INDIA): Defined twice by error.
3388
3389 2006-05-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3390
3391         * lib/directx/Makefile.in: Remove reference to libquartz.a since
3392         it was moved.
3393
3394 2006-05-05  Earnie Boyd  <earnie@users.sf.net>
3395
3396         * lib/scrnsave.c: Correct misspelled SPI_SCREENSAVERUNNING to
3397         SPI_SETSCREENSAVERUNNING.
3398         * include winuser.h (SPI_SCREENSAVERRUNNING): Remove again.
3399
3400 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3401
3402         * include/winuser.h (SPI_SCREENSAVERRUNNING): Define.
3403         It had been removed because it's no documented, but Cygwin needs it.
3404
3405 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3406
3407         * include/amvideo.h (IFullScreenVideo): Define.
3408         (BIT_MASKS_MATCH,PALETTISED,PALETTE_ENTRIES,RESET_MASKS,RESET_PALETTE,
3409         SIZE_EGA_PALETTE,SIZE_MASKS,SIZE_PALETTE): Added Macros.
3410
3411 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3412
3413         * include/winnls.h (CAL_SYEARMONTH,CAL_ITWODIGITYEARMAX,
3414         CAL_NOUSEROVERRIDE,CAL_RETURN_NUMBER,CAL_USE_CP_ACP): Documented
3415         as available on Windows 98 and better.
3416         (CAL_SSHORTESTDAYNAME_1,CAL_SSHORTESTDAYNAME_2,CAL_SSHORTESTDAYNAME_3)
3417         (CAL_SSHORTESTDAYNAME_4,CAL_SSHORTESTDAYNAME_5,CAL_SSHORTESTDAYNAME_6)
3418         (CAL_SSHORTESTDAYNAME7,CAL_UMALQURA): Define, Windows Vista and better.
3419
3420 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3421
3422         * include/amvideo.h: New file.
3423         * include/dshow.h: Include <amvideo.h>.
3424
3425 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3426
3427         * include/winuser.h (MOUSEEVENTF_XDOWN,MOUSEEVENTF_XUP): Define.
3428         (MOUSEEVENTF_MOVE,MOUSEEVENTF_LEFTDOWN,MOUSEEVENTF_LEFTUP)
3429         (MOUSEEVENTF_RIGHTDOWN,MOUSEEVENTF_RIGHTUP,MOUSEEVENTF_MIDDLEDOWN)
3430         (MOUSEEVENTF_MIDDLEUP,MOUSEEVENTF_ABSOLUTE,MOUSEEVENTF_WHEEL): Cleanup.
3431         (HWND_BROADCAST): Cleanup.
3432         (HWND_MESSAGE): Windows 2000 only.
3433         (SMTO_ABORTIFHUNG,SMTO_BLOCK,SMTO_NORMAL): Cleanup.
3434         (SMTO_NOTIMEOUTIFNOTHUNG): Define.
3435         (SIF_DISABLENOSCROLL,SIF_PAGE,SIF_POS,SIF_RANGE,SIF_TRACKPOS)
3436         (SIF_ALL): Cleanup.
3437         (SWP_DRAWFRAME,SWP_FRAMECHANGED,SWP_HIDEWINDOW,SWP_NOACTIVATE)
3438         (SWP_NOCOPYBITS,SWP_NOMOVE,SWP_NOSIZE,SWP_NOREDRAW,SWP_NOZORDER)
3439         (SWP_SHOWWINDOW,SWP_NOOWNERZORDER,SWP_NOREPOSITION,SWP_NOSENDCHANGING)
3440         (SWP_DEFERERASE,SWP_ASYNCWINDOWPOS): Cleanup.
3441         (HSHELL_ENDTASK,HSHELL_ACCESSIBILITYSTATE,HSHELL_APPCOMMAND): Define.
3442         (SPI_GETBLOCKSENDINPUTRESETS,SPI_GETCARETWIDTH,SPI_GETDROPSHADOW)
3443         (SPI_GETFILTERKEYS,SPI_GETFLATMENU,SPI_GETFOCUSBORDERHEIGHT)
3444         (SPI_GETFOCUSBORDERWIDTH,SPI_GETFONTSMOOTHINGCONTRAST)
3445         (SPI_GETFONTSMOOTHINGTYPE,SPI_GETFOREGROUNDFLASHCOUNT)
3446         (SPI_GETMENUSHOWDELAY,SPI_GETMOUSECLICKLOCK,SPI_GETMOUSECLICKLOCKTIME)
3447         (SPI_GETMOUSEHOVERHEIGHT,SPI_GETMOUSEHOVERTIME,SPI_GETMOUSEHOVERWIDTH)
3448         (SPI_GETMOUSESONAR,SPI_GETMOUSEVANISH,SPI_GETNONCLIENTMETRICS)
3449         (SPI_GETPOWEROFFACTIVE,SPI_GETPOWEROFFTIMEOUT,SPI_GETSCREENREADER)
3450         (SPI_GETSCREENSAVEACTIVE,SPI_GETSCREENSAVERRUNNING)
3451         (SPI_GETSCREENSAVETIMEOUT,SPI_GETMOUSEVANISH,SPI_GETNONCLIENTMETRICS)
3452         (SPI_GETPOWEROFFACTIVE,SPI_GETPOWEROFFTIMEOUT,SPI_GETSCREENREADER)
3453         (SPI_GETSCREENSAVEACTIVE,SPI_GETSCREENSAVERRUNNING)
3454         (SPI_GETSCREENSAVETIMEOUT,SPI_GETSNAPTODEFBUTTON,SPI_GETUIEFFECTS)
3455         (SPI_SETBLOCKSENDINPUTRESETS,SPI_SETCARETWIDTH,SPI_SETCURSORS)
3456         (SPI_SETDROPSHADOW,SPI_SETFILTERKEYS,SPI_SETFLATMENU)
3457         (SPI_SETFOCUSBORDERHEIGHT,SPI_SETFOCUSBORDERWIDTH)
3458         (SPI_SETFONTSMOOTHINGCONTRAST,SPI_SETFONTSMOOTHINGTYPE)
3459         (SPI_SETFOREGROUNDFLASHCOUNT,SPI_SETICONS,SPI_SETMENUSHOWDELAY)
3460         (SPI_SETMOUSECLICKLOCK,SPI_SETMOUSECLICKLOCKTIME)
3461         (SPI_SETMOUSEHOVERHEIGHT,SPI_SETMOUSEHOVERTIME)
3462         (SPI_SETMOUSEHOVERWIDTH,SPI_SETMOUSESONAR,SPI_SETMOUSEVANISH)
3463         (SPI_SETNONCLIENTMETRICS,SPI_SETPENWINDOWS,SPI_SETPOWEROFFACTIVE)
3464         (SPI_SETPOWEROFFTIMEOUT,SPI_SETSCREENREADER,SPI_SETSCREENSAVEACTIVE)
3465         (SPI_SETSCREENSAVERRUNNING,SPI_SETSCREENSAVETIMEOUT,SPI_SETSHOWIMEUI)
3466         (SPI_SETSNAPTODEFBUTTON,SPI_SETUIEFFECTS): Define.
3467         (SPI_GETACCESSTIMEOUT,SPI_GETANIMATION,SPI_GETBEEP)
3468         (SPI_GETDEFAULTINPUTLANG,SPI_GETDESKWALLPAPER,SPI_GETDRAGFULLWINDOWS)
3469         (SPI_GETFASTTASKSWITCH,SPI_GETFONTSMOOTHING,SPI_GETGRIDGRANULARITY)
3470         (SPI_GETHIGHCONTRAST,SPI_GETICONMETRICS,SPI_GETICONTITLELOGFONT)
3471         (SPI_GETICONTITLEWRAP,SPI_GETKEYBOARDDELAY,SPI_GETKEYBOARDPREF)
3472         (SPI_GETKEYBOARDSPEED,SPI_GETLOWPOWERACTIVE,SPI_GETLOWPOWERTIMEOUT)
3473         (SPI_GETMENUDROPALIGNMENT,SPI_GETMENUUNDERLINES,SPI_GETMINIMIZEDMETRICS)
3474         (SPI_GETMOUSE,SPI_GETMOUSEKEYS,SPI_GETMOUSESPEED,SPI_GETMOUSETRAILS)
3475         (SPI_GETSERIALKEYS,SPI_GETSHOWIMEUI,SPI_GETSHOWSOUNDS)
3476         (SPI_GETSOUNDSENTRY,SPI_GETSTICKYKEYS,SPI_GETTOGGLEKEYS)
3477         (SPI_GETWHEELSCROLLLINES,SPI_GETWINDOWSEXTENSION,SPI_GETWORKAREA)
3478         (SPI_ICONHORIZONTALSPACING,SPI_ICONVERTICALSPACING)
3479         (SPI_SETACCESSTIMEOUT,SPI_SETANIMATION,SPI_SETBEEP,SPI_SETBORDER)
3480         (SPI_SETDEFAULTINPUTLANG,SPI_SETDESKPATTERN,SPI_SETDESKWALLPAPER)
3481         (SPI_SETDOUBLECLICKTIME,SPI_SETDOUBLECLKHEIGHT,SPI_SETDOUBLECLKWIDTH)
3482         (SPI_SETDRAGFULLWINDOWS,SPI_SETDRAGHEIGHT,SPI_SETDRAGWIDTH)
3483         (SPI_SETFASTTASKSWITCH,SPI_SETFONTSMOOTHING,SPI_SETGRIDGRANULARITY)
3484         (SPI_SETHANDHELD,SPI_SETHIGHCONTRAST,SPI_SETICONMETRICS)
3485         (SPI_SETICONTITLELOGFONT,SPI_SETICONTITLEWRAP,SPI_SETKEYBOARDDELAY)
3486         (SPI_SETKEYBOARDPREF,SPI_SETKEYBOARDSPEED,SPI_SETLANGTOGGLE)
3487         (SPI_SETLOWPOWERACTIVE,SPI_SETLOWPOWERTIMEOUT,SPI_SETMENUDROPALIGNMENT)
3488         (SPI_SETMENUUNDERLINES,SPI_SETMINIMIZEDMETRICS,SPI_SETMOUSE)
3489         (SPI_SETMOUSEBUTTONSWAP,SPI_SETMOUSEKEYS,SPI_SETMOUSESPEED)
3490         (SPI_SETMOUSETRAILS,SPI_SETSERIALKEYS,SPI_SETSHOWSOUNDS)
3491         (SPI_SETSOUNDSENTRY,SPI_SETSTICKYKEYS,SPI_SETTOGGLEKEYS)
3492         (SPI_SETWHEELSCROLLLINES,SPI_SETWORKAREA): Cleanup.
3493         (SPI_GETMOUSETRAILS,SPI_SETMOUSETRAILS): Defined twice by error.
3494         (SPI_SCREENSAVERRUNNING): Removed.
3495         (SPIF_UPDATEINIFILE,SPIF_SENDCHANGE,SPIF_SENDWININICHANGE): Cleanup.
3496         * include/wingdi.h (ETO_NUMERICSLATIN,ETO_NUMERICSLOCAL)
3497         (ETO_IGNORELANGUAGE,ETO_PDY): Define.
3498         (ETO_CLIPPED,ETO_GLYPH_INDEX,ETO_OPAQUE,ETO_RTLREADING): Cleanup.
3499
3500 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3501
3502         * include/mprapi.h (MPR_SERVER_HANDLE): Add typedef.
3503         (MprAdminGetPDCServer): Add prototype.
3504         (MprAdminSendUserMessage): Add prototype.
3505         (MprAdminUserGetInfo): Add prototype.
3506         (MprAdminUserSetInfo): Add prototype.
3507         * lib/mprapi.def: Add stubs for above functions.
3508
3509 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3510
3511         * lib/directx/quartz.def: Move from here...
3512         * lib/quartz.def: ... to here.
3513
3514 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3515
3516         * include/amaudio.h: New file.
3517         * include/dshow.h: Include <amaudio.h>.
3518
3519 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3520
3521         * include/errors.h: New file.
3522         * include/dshow.h: Include <errors.h>.
3523
3524 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3525
3526         * include/dshow.h: New file.
3527         * include/evcode.h: New file.
3528         * include/audevcod.h: New file.
3529         * include/dvdevcod.h: New file.
3530
3531 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3532
3533         * include/mprapi.h (RAS_SERVER_HANDLE): Add typedef.
3534         (MprAdminConnectionClearStats): Add prototype.
3535         (MprAdminConnectionEnum): Add  prototype.
3536         (MprAdminConnectionGetInfo): Add prototype.
3537         (MprAdminConnectionRemoveQuarantine): Add prototype.
3538         (MprAdminPortClearStats): Add prototype.
3539         (MprAdminPortDisconnect): Add prototype.
3540         (MprAdminPortEnum): Add prototype.
3541         (MprAdminPortGetInfo): Add prototype.
3542         (MprAdminPortReset): Add prototype.
3543         * lib/mprapi.def: New file.
3544
3545 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3546
3547         *  include/mprapi.h: #include <lmcons.h>
3548         (MAX_DEVICETYPE_NAME): Add define.
3549         (MAX_PHONE_NUMBER_LEN): Add define.
3550         (ATADDRESSLEN): Add define.
3551         (IPADDRESSLEN): Add define.
3552         (IPXADDRESSLEN): Add define.
3553         (MPR_ENABLE_RAS_ON_DEVICE): Add define.
3554         (MPR_ENABLE_ROUTING_ON_DEVICE): Add define.
3555         (RAS_FLAGS_PPP_CONNECTION): Add define.
3556         (RAS_FLAGS_MESSENGER_PRESENT): Add define.
3557         (RAS_FLAGS_RAS_CONNECTION): Add define.
3558         (RAS_FLAGS_QUARANTINE_PRESENT): Add define.
3559         (RASCCPCA_STAC): Add define.
3560         (RASCCPCA_MPPC): Add define.
3561         (PPP_CCP_COMPRESSION): Add define.
3562         (PPP_CCP_ENCRYPTION40BITOLD): Add define.
3563         (PPP_CCP_ENCRYPTION40BIT): Add define.
3564         (PPP_CCP_ENCRYPTION128BIT): Add define.
3565         (PPP_CCP_ENCRYPTION56BIT): Add define.
3566         (PPP_CCP_HISTORYLESS): Add define.
3567         (RASPRIV_NoCallback): Add define.
3568         (RASPRIV_AdminSetCallback): Add define.
3569         (RASPRIV_CallerSetCallback): Add define.
3570         (RASPRIV_DialinPrivilege): Add define.
3571         (RASPRIV_CallbackType): Add define.
3572         (RASPRIV2_DialinPolicy): Add define.
3573         (PPP_LCP_PAP): Add define.
3574         (PPP_LCP_SPAP): Add define.
3575         (PPP_LCP_CHAP): Add define.
3576         (PPP_LCP_EAP): Add define.
3577         (PPP_LCP_CHAP_MD5): Add define.
3578         (PPP_LCP_CHAP_MS): Add define.
3579         (PPP_LCP_CHAP_MSV2): Add define.
3580         (PPP_LCP_MULTILINK_FRAMING): Add define.
3581         (enum _RAS_HARDWARE_CONDITION): Add.
3582         (enum _RAS_PORT_CONDITION): Add.
3583         (struct _PPP_ATCP_INFO): Add.
3584         (struct _PPP_ATCP_INFO): Add.
3585         (struct _PPP_IPCP_INFO): Add.
3586         (struct _PPP_IPCP_INFO2): Add.
3587         (struct _PPP_IPXCP_INFO): Add.
3588         (struct _PPP_LCP_INFO): Add.
3589         (struct _PPP_NBFCP_INFO): Add.
3590         (struct _PPP_INFO): Add.
3591         (struct _PPP_INFO_2): Add.
3592         (struct _RAS_CONNECTION_0): Add.
3593         (struct RAS_CONNECTION_1): Add.
3594         (struct _RAS_CONNECTION_2): Add.
3595         (struct RAS_PORT_0): Add.
3596         (struct _RAS_PORT_1): Add.
3597         (struct _RAS_USER_0): Add.
3598         (struct _RAS_USER_1): Add.
3599
3600 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3601
3602         * include/mprapi.h: New file.
3603         * include/routprot.h: New file.
3604         * include/ipxrtdef.h: New file.
3605         * include/ipxconst.h: New file.
3606         * include/stm.h: New file.
3607
3608 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3609
3610         * include/ddk/winddk.h (KAFFINITY): Fix typo.
3611         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
3612
3613 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3614
3615         * include/winbase.h (ENUMRESLANGPROC,ENUMRESLANGPROCA,ENUMRESLANGPROCW)
3616         (ENUMRESNAMEPROC,ENUMRESNAMEPROCA,ENUMRESNAMEPROCW)
3617         (ENUMRESTYPEPROC,ENUMRESTYPEPROCA,ENUMRESTYPEPROCW): ANSI and Unicode
3618         versions.
3619         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
3620
3621 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3622
3623         * include/ntsecapi.h (POLICY_DNS_DOMAIN_INFO): Fix typo.
3624         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
3625
3626 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3627
3628         * include/wingdi.h (BITMAPV5HEADER): New structure definition.
3629
3630 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3631
3632         * include/basetyps.h (REFFMTID): Define properly.
3633
3634 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3635
3636         * include/winnt.h (WT_SET_MAX_THREADPOOL_THREADS): Define.
3637         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
3638
3639 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3640
3641         * include/ipifcons.h (MIN_IF_TYPE,IF_TYPE_OTHER,IF_TYPE_REGULAR_1822)
3642         (IF_TYPE_HDH_1822,IF_TYPE_DDN_X25,IF_TYPE_RFC877_X25)
3643         (IF_TYPE_ETHERNET_CSMACD,IF_TYPE_IS088023_CSMACD)
3644         (IF_TYPE_ISO88024_TOKENBUS,IF_TYPE_ISO88025_TOKENRING)
3645         (IF_TYPE_ISO88026_MAN,IF_TYPE_STARLAN,IF_TYPE_PROTEON_10MBIT)
3646         (IF_TYPE_PROTEON_80MBIT,IF_TYPE_HYPERCHANNEL,IF_TYPE_FDDI)
3647         (IF_TYPE_LAP_B,IF_TYPE_SDLC,IF_TYPE_DS1,IF_TYPE_E1,IF_TYPE_BASIC_ISDN)
3648         (IF_TYPE_PRIMARY_ISDN,IF_TYPE_PROP_POINT2POINT_SERIAL,IF_TYPE_PPP)
3649         (IF_TYPE_SOFTWARE_LOOPBACK,IF_TYPE_EON,IF_TYPE_ETHERNET_3MBIT)
3650         (IF_TYPE_NSIP,IF_TYPE_SLIP,IF_TYPE_ULTRA,IF_TYPE_DS3,IF_TYPE_SIP)
3651         (IF_TYPE_FRAMERELAY,IF_TYPE_RS232,IF_TYPE_PARA,IF_TYPE_ARCNET)
3652         (IF_TYPE_ARCNET_PLUS,IF_TYPE_ATM,IF_TYPE_MIO_X25,IF_TYPE_SONET)
3653         (IF_TYPE_X25_PLE,IF_TYPE_ISO88022_LLC,IF_TYPE_LOCALTALK)
3654         (IF_TYPE_SMDS_DXI,IF_TYPE_FRAMERELAY_SERVICE,IF_TYPE_V35,IF_TYPE_HSSI)
3655         (IF_TYPE_HIPPI,IF_TYPE_MODEM,IF_TYPE_AAL5,IF_TYPE_SONET_PATH)
3656         (IF_TYPE_SONET_VT,IF_TYPE_SMDS_ICIP,IF_TYPE_PROP_VIRTUAL)
3657         (IF_TYPE_PROP_MULTIPLEXOR,IF_TYPE_IEEE80212,IF_TYPE_FIBRECHANNEL)
3658         (IF_TYPE_HIPPIINTERFACE,IF_TYPE_FRAMERELAY_INTERCONNECT)
3659         (IF_TYPE_AFLANE_8023,IF_TYPE_AFLANE_8025,IF_TYPE_CCTEMUL)
3660         (IF_TYPE_FASTETHER,IF_TYPE_ISDN,IF_TYPE_V11,IF_TYPE_V36)
3661         (IF_TYPE_G703_64K,IF_TYPE_G703_2MB,IF_TYPE_QLLC,IF_TYPE_FASTETHER_FX)
3662         (IF_TYPE_CHANNEL,IF_TYPE_IEEE80211,,IF_TYPE_IBM370PARCHAN)
3663         (IF_TYPE_ESCON,IF_TYPE_DLSW,IF_TYPE_ISDN_S,IF_TYPE_ISDN_U)
3664         (IF_TYPE_LAP_D,IF_TYPE_IPSWITCH,IF_TYPE_RSRB,IF_TYPE_ATM_LOGICAL)
3665         (IF_TYPE_DS0,IF_TYPE_DS0_BUNDLE,IF_TYPE_BSC,IF_TYPE_ASYNC,IF_TYPE_CNR)
3666         (IF_TYPE_ISO88025R_DTR,IF_TYPE_EPLRS,IF_TYPE_ARAP,IF_TYPE_PROP_CNLS)
3667         (IF_TYPE_HOSTPAD,IF_TYPE_TERMPAD,IF_TYPE_FRAMERELAY_MPI,IF_TYPE_X213)
3668         (IF_TYPE_ADSL,IF_TYPE_RADSL,IF_TYPE_SDSL,IF_TYPE_VDSL)
3669         (IF_TYPE_ISO88025_CRFPRINT,IF_TYPE_MYRINET,IF_TYPE_VOICE_EM)
3670         (IF_TYPE_VOICE_FXO,IF_TYPE_VOICE_FXS,IF_TYPE_VOICE_ENCAP)
3671         (IF_TYPE_VOICE_OVERIP,IF_TYPE_ATM_DXI,IF_TYPE_ATM_FUNI,IF_TYPE_ATM_IMA)
3672         (IF_TYPE_PPPMULTILINKBUNDLE,IF_TYPE_IPOVER_CDLC,IF_TYPE_IPOVER_CLAW)
3673         (IF_TYPE_STACKTOSTACK,IF_TYPE_VIRTUALIPADDRESS,IF_TYPE_MPC
3674         (IF_TYPE_IPOVER_ATM,IF_TYPE_ISO88025_FIBER,IF_TYPE_TDLC
3675         (IF_TYPE_GIGABITETHERNET,IF_TYPE_HDLC,IF_TYPE_LAP_F,IF_TYPE_V37)
3676         (IF_TYPE_X25_MLP,IF_TYPE_X25_HUNTGROUP,IF_TYPE_TRANSPHDLC)
3677         (IF_TYPE_INTERLEAVE,IF_TYPE_FAST,IF_TYPE_IP,IF_TYPE_DOCSCABLE_MACLAYER)
3678         (IF_TYPE_DOCSCABLE_DOWNSTREAM,IF_TYPE_DOCSCABLE_UPSTREAM)
3679         (IF_TYPE_A12MPPSWITCH,IF_TYPE_TUNNEL,IF_TYPE_COFFEE,IF_TYPE_CES)
3680         (IF_TYPE_ATM_SUBINTERFACE,IF_TYPE_L2_VLAN,IF_TYPE_L3_IPVLAN)
3681         (IF_TYPE_L3_IPXVLAN,IF_TYPE_DIGITALPOWERLINE,IF_TYPE_MEDIAMAILOVERIP)
3682         (IF_TYPE_DTM,IF_TYPE_DCN,IF_TYPE_IPFORWARD,IF_TYPE_MSDSL)
3683         (IF_TYPE_IEEE1394,IF_TYPE_RECEIVE_ONLY,MAX_IF_TYPE,IF_ACCESS_LOOPBACK)
3684         (IF_ACCESS_BROADCAST,IF_ACCESS_POINTTOPOINT)
3685         (IF_ACCESS_POINTTOMULTIPOINT,IF_CHECK_NONE,IF_CHECK_MCAST)
3686         (IF_CHECK_SEND,IF_CONNECTION_DEDICATED,IF_CONNECTION_PASSIVE)
3687         (IF_CONNECTION_DEMAND,IF_ADMIN_STATUS_UP,IF_ADMIN_STATUS_DOWN)
3688         (IF_ADMIN_STATUS_TESTING,IF_OPER_STATUS_NON_OPERATIONAL)
3689         (IF_OPER_STATUS_UNREACHABLE,IF_OPER_STATUS_DISCONNECTED)
3690         (IF_OPER_STATUS_CONNECTING,IF_OPER_STATUS_CONNECTED)
3691         (IF_OPER_STATUS_OPERATIONAL): Define.
3692         * include/winbase.h (CancelWaitableTimer,UnregisterWait):
3693         Add function declaration.
3694         * include/mgm.h: New file.
3695         * lib/rtm.def: New file.
3696         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
3697
3698 2006-04-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3699
3700         * include/ws2tcpip.h (gai_strerror): Remove thread-safety comment.
3701         This function cannot be made thread-safe, the API would have to be
3702         changed for that, just like strerror() -> strerror_r() and similar
3703         ISO C or POSIX functions...
3704
3705 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3706
3707         * include/edevdefs.h: New file.
3708
3709 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3710
3711         * include/mmsystem.h (_LPCWAVEFORMATEX_DEFINED): Define.
3712         Use as guard for the WAVEFORMATEX structure instead of
3713         _WAVEFORMATEX_ to avoid clashes with DirectSound. Keep
3714         _WAVEFORMATEX_ for compatibility.
3715         Thanks to:    Andrew Jones <guln at sf dot net>
3716
3717 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3718
3719         * include/winuser.h (CharNextEx,CharNextExW,CharPrevEx,CharPrevExW):
3720         Delete. Only CharNextExA and CharPrevExA are documented in MSDN.
3721         Thanks to:    David Golub <david_golub at sf dot net>
3722
3723 2006-04-18  Eric House  <ehouse@eehouse.org>
3724
3725         PocketPC support.
3726         * include/aygshell.h: New file [_WIN32_WCE]. Declare most common
3727         functions for using aygshell on PocketPC:
3728         SHCreateMenuBar, SHFindMenuBar, SHCreateNewItem, SHFullScreen,
3729         SHSipInfo, SHHandleWMActivate, SHHandleWMSettingChange
3730
3731         * include/commctrl.h [_WIN32_WCE] Add function prototypes for
3732         command bar API on PocketPC:
3733         CommandBar_Create, CommandBar_Show, CommandBar_AddBitmap,
3734         CommandBar_InsertComboBox, CommandBar_InsertMenubar,
3735         CommandBar_InsertMenubarEx, CommandBar_DrawMenuBar,
3736         CommandBar_GetMenu, CommandBar_AddAdornments, CommandBar_Height,
3737         CommandBar_InsertButton, CommandBar_Destroy.
3738
3739         * include/winbase.h [_WIN32_WCE] (WIN32_FIND_DATA{A|W}): Remove
3740         fields not present on PocketPC.
3741         (GetCurrentThreadId): Conditionally declare as extern function
3742         without dllimport attribute on PocketPC.
3743         (ResetEvent): Likwise.
3744         (SetEvent): Likewise.
3745
3746         * include/wingdi.h [_WIN32_WCE]  (GetTextExtentPoint32{A|W}):
3747         Conditionally declare as extern function without dllimport
3748          attribute on PocketPC.
3749         * winuser.h  [_WIN32_WCE] (DialogBoxParam{A|W}): Conditionally
3750         declare as extern function without dllimport attribute on PocketPC.
3751
3752 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
3753
3754         * lib/test.c: Include icm.h.
3755
3756 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
3757
3758         * include/wingdi.h (ColorCorrectPalette): Add declaration.
3759         (CreateColorSpace): Add UNICODE mappings.
3760         * lib/gdi32.def (ColorCorrectPalette): Add stub.
3761         * include/icm.h: New file.
3762         * lib/mscms.def: New file.
3763         * lib/icmui.def: New file.
3764
3765 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
3766
3767         * include/winnt.h (IMAGE_FILE_MACHINE_IA64): New define.
3768         (IMAGE_FILE_MACHINE_AMD64): New define.
3769         (IMAGE_NT_OPTIONAL_HDR32_MAGIC,IMAGE_NT_OPTIONAL_HDR64_MAGIC):
3770         New defines.
3771         (IMAGE_NT_OPTIONAL_HDR_MAGIC): Map to one of the above.
3772         (IMAGE_SUBSYSTEM_NATIVE_WINDOWS): New define.
3773         (IMAGE_SUBSYSTEM_WINDOWS_CE_GUI): New define.
3774         (IMAGE_DLLCHARACTERISTICS_WDM_DRIVER): New define.
3775         (IMAGE_DIRECTORY_ENTRY_ARCHITECTURE,IMAGE_DIRECTORY_ENTRY_DELAY_IMPORT)
3776         (IMAGE_DIRECTORY_ENTRY_COM_DESCRIPTOR): New defines.
3777         (IMAGE_SCN_TYPE_REG,IMAGE_SCN_TYPE_DSECT,IMAGE_SCN_TYPE_NOLOAD)
3778         (IMAGE_SCN_TYPE_GROUP,IMAGE_SCN_TYPE_COPY,IMAGE_SCN_TYPE_OVER):
3779         New defines.
3780         (IMAGE_SCN_ALIGN_128BYTES,IMAGE_SCN_ALIGN_256BYTES)
3781         (IMAGE_SCN_ALIGN_512BYTES,IMAGE_SCN_ALIGN_1024BYTES)
3782         (IMAGE_SCN_ALIGN_2048BYTES,IMAGE_SCN_ALIGN_4096BYTES)
3783         (IMAGE_SCN_ALIGN_8192BYTES): New defines.
3784         (IMAGE_DEBUG_TYPE_BORLAND): New define.
3785         (IMAGE_OPTIONAL_HEADER32,PIMAGE_OPTIONAL_HEADER32)
3786         (IMAGE_OPTIONAL_HEADER64,PIMAGE_OPTIONAL_HEADER64): New structure
3787         definitions and typedefs.
3788         (IMAGE_OPTIONAL_HEADER,PIMAGE_OPTIONAL_HEADER): Map to the above.
3789         (IMAGE_NT_HEADERS32,PIMAGE_NT_HEADERS32,IMAGE_NT_HEADERS64)
3790         (PIMAGE_NT_HEADERS64): New structure definitions and typedefs.
3791         (IMAGE_NT_HEADERS,PIMAGE_NT_HEADERS): Map to the above.
3792         (IMAGE_LOAD_CONFIG_DIRECTORY64,PIMAGE_LOAD_CONFIG_DIRECTORY64):
3793         New structure definition and typedefs.
3794         (IMAGE_CE_RUNTIME_FUNCTION_ENTRY,PIMAGE_CE_RUNTIME_FUNCTION_ENTRY):
3795         Likewise.
3796         (IMAGE_FUNCTION_ENTRY64,PIMAGE_FUNCTION_ENTRY64): Likewise.
3797
3798 2006-04-18  Bart Oldeman  <bartoldeman@users.sf.net>
3799
3800         * lib/test.c: Fix typo in #inlcude.
3801         * include/aclui.h: INTERFACE should not remain
3802         defined at the end of the header.
3803         * include/servprov.h: Ditto.
3804
3805 2006-04-16  Danny Smith  <dannysmith@users.sourceforge.net>
3806
3807         * include/ws2tcpip.h (gai_strerror): Add thread-safety comment.
3808
3809 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3810
3811         * include/ws2tcpip.h (gai_strerrorA,gai_strerrorW): Implement inline.
3812
3813 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3814
3815         * include/wsahelp.h (system_header): Add pragma.
3816         * include/ws2spi.h (system_header): Add pragma.
3817         * include/rasdlg.h (system_header): Add pragma.
3818         * include/rasdlg.h (_RASDLG_H): Define.
3819         Define instead of _RASDLG_H_, this is the w32api standard.
3820         * include/mlang.h (_MLANG_H): Define.
3821         Define instead of _MLANG_H_, this is the w32api standard.
3822         * include/setupapi.h (_SETUPAPI_H): Define.
3823         Define instead of _SETUPAPI_H_, this is the w32api standard.
3824
3825 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3826
3827         * include/rpcndr.h (boolean): Add typedef.
3828         Thanks to:    James du Russel <ephelon at users dot sf dot net>
3829         * include/rpcndr.h (_RPCNDR_H): Define.
3830         Define in addition to __RPCNDR_H__, this is the w32api standard.
3831
3832 2006-04-14  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3833
3834         * include/w32api.h: Increment version to 3.7.
3835         * Makefile.in: Ditto.
3836
3837 2006-04-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3838
3839         * include/winbase.h (GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS,
3840         GET_MODULE_HANDLE_EX_FLAG_PIN,
3841         GET_MODULE_HANDLE_EX_FLAG_UNCHANGED_REFCOUNT): Define.
3842         Thanks to:    Brandon Sneed <brandon at redf dot net>
3843
3844 2006-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
3845
3846         * include/secext.h: Enclose function declarations in extern "C"
3847         if __cplusplus.
3848
3849 2006-04-11  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3850
3851         * include/comcat.h: INTERFACE should not remain defined
3852         at the end of the header.
3853         * include/docobj.h: Ditto.
3854         * include/exdisp.h: Ditto.
3855         * include/intshcut.h: Ditto.
3856         * include/mlang.h: Ditto.
3857         * include/mshtml.h: Ditto.
3858         * include/oaidl.h: Ditto.
3859         * include/objidl.h: Ditto.
3860         * include/objsafe.h: Ditto.
3861         * include/ocidl.h: Ditto.
3862         * include/oleacc.h: Ditto.
3863         * include/oledlg.h: Ditto.
3864         * include/oleidl.h: Ditto.
3865         * include/richole.h: Ditto.
3866         * include/shldisp.h: Ditto.
3867         * include/shlobj.h: Ditto.
3868         * include/unknwn.h: Ditto.
3869         * include/vfw.h: Ditto.
3870         Thanks to:    Brandon Sneed <brandon at redf dot net>
3871
3872 2006-04-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3873
3874         * include/commdlg.h [_WIN32_WINNT >= 0x0500] (PD_CURRENTPAGE)
3875         (PD_NOCURRENTPAGE,PD_EXCLUSIONFLAGS,PD_USELARGETEMPLATE): Define.
3876         Thanks to:    Wolfgang Glas <softadm at users dot sf dot net>
3877
3878 2006-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
3879
3880         * include/iphlpapi.h (GetAdaptersAddresses): Check for winsock2
3881         here also.
3882
3883 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3884
3885         * include/wincrypt.h (PROV_MS_EXCHANGE): Define.
3886         We should probably remove PROV_MS_MAIL but I'm keeping it for
3887         now for compatibility reasons.
3888         Thanks to:    Marcus Agehall <agehall at users dot sf dot net>
3889
3890 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3891
3892         * include/commdlg.h [_WIN32_WINNT >= 0x0500] (START_PAGE_GENERAL)
3893         (PD_RESULT_PRINT,PD_RESULT_APPLY): Define.
3894         Thanks to:    Wolfgang Glas <softadm at users dot sf dot net>
3895
3896 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3897
3898         * include/wingdi.h [WINVER >= 0x0410]
3899         (AlphaBlend,GradientFill,TransparentBlt): Windows 98 and better.
3900         Thanks to:    Alessandro Antonello <aleantonello at users dot sf dot net>
3901
3902 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3903
3904         * include/wingdi.h (CAPTUREBLT,NOMIRRORBITMAP): Define.
3905         * include/commctrl.h (WC_LINKA,WC_LINKW,LIF_ITEMINDEX,LIF_STATE)
3906         (LIF_ITEMID,LIF_URL,LIS_FOCUSED,LIS_ENABLED,LIS_VISITED,LM_HITTEST)
3907         (LM_GETIDEALHEIGHT,LM_SETITEM,LM_GETITEM,MAX_LINKID_TEXT)
3908         (L_MAX_URL_LENGTH): Define.
3909         (LITEM,LHITTESTINFO,NMLINK): Add structures.
3910         Thanks to:    Brandon Sneed <brandon at redf dot net>
3911
3912 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3913
3914         * include/w32api.h (IE601,IE602,IE7): Define for recent versions of IE.
3915
3916 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3917
3918         * include/w32api.h (_W32API_H): Define.
3919         Define in addition to _W32API_H_, this is the w32api standard.
3920
3921 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3922
3923         * include/w32api.h (WindowsVista): Define.
3924
3925 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3926
3927         * include/iptypes.h (IP_ADAPTER_*): Define parts that depend
3928         on SOCKET_ADDRESS only if winsock2.h has already been included.
3929
3930 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3931
3932         * include/winuser.h (WM_IME_*): Remove. Defined in imm.h.
3933
3934 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3935
3936         * include/iphlpapi.h (GAA_FLAG_*): Define.
3937         (GetAdaptersAddresses): Add function declaration.
3938         * lib/iphlpapi.def (GetAdaptersAddresses): Add function stub.
3939         Thanks to:    ross <rossboulet at users dot sf dot net>
3940
3941 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3942
3943         * include/iptypes.h (IP_INTERFACE_NAME_INFO,
3944         IP_ADAPTER_ANYCAST_ADDRESS,IP_ADAPTER_MULTICAST_ADDRESS,
3945         IP_ADAPTER_UNICAST_ADDRESS,IP_ADAPTER_DNS_SERVER_ADDRESS,
3946         IP_ADAPTER_PREFIX,IP_ADAPTER_ADDRESSES): Add structures.
3947         (IF_OPER_STATUS,IP_DAD_STATE,IP_PREFIX_ORIGIN,IP_SUFFIX_ORIGIN,
3948         SCOPE_LEVEL): Add enums.
3949         (IP_ADAPTER_*): Define.
3950
3951 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3952
3953         * include/winuser.h (GetWindowExtEx): Removed, belongs to wingdi.h.
3954         Thanks to:    Sergey Philippov <phis at users dot sf dot net>
3955
3956 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3957
3958         * include/objidl.h (PIDSI_*): Define.
3959         (PRSPEC_*): Define.
3960         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
3961
3962 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3963
3964         * include/winbase.h (LOGON32_PROVIDER_WINNT40,
3965         LOGON32_PROVIDER_WINNT50, LOGON32_LOGON_NETWORK,
3966         LOGON32_LOGON_UNLOCK, LOGON32_LOGON_NETWORK_CLEARTEXT,
3967         LOGON32_LOGON_NEW_CREDENTIALS): Define.
3968         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
3969
3970 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3971
3972         * include/mq.h: New file.
3973         * lib/mqrt.def (MQ*): Define a few missing functions.
3974
3975 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3976
3977         * lib/mqrt.def: New file.
3978         Needs the mq.h file to work properly, working on it.
3979         Thanks to:    Pascal Obry <pobry at users dot sf dot net>
3980
3981 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3982
3983         * include/winerror.h (STG_E_*):  Define.
3984         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
3985         * include/winerror.h (STG_S_*): Define.
3986         (CO_S_MACHINENAMENOTFOUND): Define.
3987         (RPC_E_*): Define.
3988         (NTE_*): Define.
3989
3990 2006-04-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3991
3992         * include/commctrl.h (ListView_*):  Define and correct.
3993         (LVM_*): Define.
3994
3995 2006-04-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3996
3997         * include/winuser.h (WM_IME_*): Define (DWORD type).
3998         (EM_*IMESTATUS): Define.
3999         (WM_*): Define.
4000         (XBUTTON*): Define.
4001         Thanks to:    Steve Folly <spfolly at users dot sf dot net>
4002
4003 2006-03-31  Danny Smith  <dannysmith@users.sourceforge.net>
4004
4005         * include/winnetwk.h (WNetGetResourceInformationW):  Correct first param.
4006         Thanks to: Rene Rivera  <grafik at users dot sf dot net>
4007
4008 2006-03-29  Christopher Faylor  <cgf@timesys.com>
4009
4010         * include/winspool.h: Protect use of PRINTER_ENUM_VALUESW with proper
4011         version conditional.
4012
4013 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4014
4015         * include/winspool.h (JOB_INFO_3): Add structure.
4016         (PROVIDOR_INFO_*{AW}): Add structure.
4017         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4018         (PRINTER_ENUM_VALUES{AW}): Add structure.
4019         (PRINTPROCESSOR_CAPS): Add structure.
4020
4021 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4022
4023         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4024         (PRINTER_INFO_7A): Correct definition.
4025
4026 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4027
4028         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4029         (DRIVER_INFO_*{AW}): Add structure.
4030         (PRINTER_INFO_*{AW}): Add structure.
4031         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4032
4033 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4034
4035         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4036         (DRIVER_*MODE): Define (DWORD type).
4037         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4038
4039 2006-03-27  Danny Smith  <dannysmith@users.sourceforge.net>
4040
4041         * include/wincon.h (GetConsoleProcessList): Declare.
4042
4043 2006-03-27  Hansres Engel  <engel@node.ch>
4044
4045         * include/mlang.h: New file.
4046
4047 2006-03-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4048
4049         * include/winbase.h (SetProcessWorkingSetSize): Corrected define.
4050
4051 2006-03-26  Hansres Engel  <engel@node.ch>
4052
4053          Add Uniscribe API for typography and for complex scripts.
4054         * include/usp10.h: New file.
4055         * lib/usp10.def: New file.
4056
4057         * include/winver.h:  Change first argument of GetFileVersionInfo[...] to const.
4058
4059         * include/imm.h (IMECHARPOSITION): Add structure.
4060         (RECONVERTSTRING): Likwise.
4061
4062         * include/commdlg.h (OPENFILENAME_SIZE_VERSION_400): Define.
4063
4064         * lib/uuid.c (CMultiLanguage): Add UUID definition.
4065         (IMLangFontLink2): Likewise.
4066         (IMultiLanguage): Likewise.
4067
4068 2006-03-18  Julien Lecomte  <julienlecomte@users.sourceforge.net>
4069
4070         * include/wincon.h  (ENABLE_*): Add more defines.
4071
4072 2006-03-18  Jan Nijtmans  <nijtmans@users.sourceforge.net>
4073
4074         * include/winnt.h (INHERITED_ACE): Define.
4075         (VALID_INHERIT_FLAGS): Correct definition.
4076
4077 2006-03-18  Peter Ã…strand  <astrand@cendio.se>
4078
4079          * lib/wtsapi32.def: New file.
4080
4081 2006-03-15  Christopher Faylor  <cgf@timesys.com>
4082
4083         * include/winbase.h (STATUS_DLL_INIT_FAILED): New define.
4084         (STATUS_DLL_INIT_FAILED_LOGOFF): Ditto.
4085
4086 2006-03-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4087
4088         * include/winspool.h (DI_MEMORYMAP_WRITE): Define (DWORD type).
4089         (FORM_USER,FORM_PRINTER): Define (DWORD type).
4090         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4091         (DSPRINT_*): Define (DWORD type).
4092         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4093
4094 2006-03-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4095
4096         * include/winspool.h (JOB_CONTROL_*,JOB_STATUS_*): Define.
4097         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4098
4099 2006-03-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4100
4101         * include/shellapi.h [_WIN32_IE >= 0x0600]
4102         (SEE_MASK_NOZONECHECKS,SEE_MASK_FLAG_LOG_USAGE): Define on
4103         Windows XP SP1 and Windows XP respectively.
4104
4105 2006-03-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4106
4107         * include/shellapi.h (NOTIFYICONDATA_V*_SIZE): Define.
4108         Thanks to:  Daniel Atallah <datallah at users dot sf dot net>
4109         * include/shellapi.h [_WIN32_IE >= 0x0500]
4110         (NIS_*): Introduced in Version 5.0.
4111
4112 2006-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
4113
4114         * include/wingdi.h (CS_*): Correct WINVER guard on
4115         Image Color Matching colour definitions.
4116
4117 2006-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
4118
4119         * include/shlobj.h (SFGAO_ISSLOW): Define.
4120         (SFGAO_DISPLAYATTRMASK): Define in terms of preceding display
4121         attribute constants.
4122
4123 2006-03-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4124
4125         * include/wingdi.h [WINVER >= 0x0500]
4126         (GRADIENT_FILL_*,*_EMBEDED): Included in Windows 2000 and later.
4127         Thanks to: David A. Capello <dacap at users dot sf dot net>
4128
4129 2006-03-05  Paul J. Lucas  <pauljlucas@users.sourceforge.net>
4130
4131         * include/wininet.h (INTERNET_CONNECTED_INFO): Define structure.
4132         (INTERNET_STATE_*): Define flags.
4133         (INTERNET_OPTION_CONNECTED_STATE): Define constant.
4134
4135 2006-03-05  Chris Wilson  <chris+mingw@qwirx.com>
4136
4137         * include/sddl.h: New file.
4138
4139 2006-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
4140
4141         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Revert
4142         last change.
4143         Remove file level #pragma pack(push,4)/#pragma pop.
4144
4145 2006-02-19  Corinna Vinschen  <corinna@vinschen.de>
4146
4147         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Add filler
4148         value to force correct alignment.
4149
4150 2006-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
4151
4152         * include/commctrl.h (LPNMLVCACHEHINT): Correct spelling.
4153         Thanks to: Sebastian Pipping <hartwork at users dot sf dot net>
4154         (PNM_CACHEHINT): Add backward compatibilty define.
4155         (LPNM_CACHEHINT): Likewise.
4156
4157 2006-02-06  Danny Smith  <dannysmith@users.sourceforge.net>
4158
4159         * include/shlobj.h (PathResolve): Fix typo in _WIN32_WINNT guard.
4160
4161 2006-02-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4162
4163         * include/shlobj.h (PRF_VERIFYEXISTS, PRF_TRYPROGRAMEXTENSIONS,
4164         PRF_FIRSTDIRDEF, PRF_DONTFINDLNK): Define.
4165         * lib/shell32.def (PathResolve): Define.
4166
4167 2006-02-06  Christopher Faylor  <cgf@timesys.com>
4168
4169         * include/shlobj.h (PathResolve): Fix typo.
4170
4171 2006-02-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4172
4173         * include/shlobj.h (PathResolve): Define.
4174         (PRF_VERIFYEXISTS, PRF_TRYPROGRAMEXTENSIONS, PRF_FIRSTDIRDEF,
4175         PRF_DONTFINDLNK): Ditto.
4176         * lib/shell32.def (PathResolve): Define.
4177
4178 2006-02-04  Ron Lee  <ronl@users.sourceforge.net>
4179
4180         * include/winnls.h: Remove stray end ';' from preprocessor defines.
4181
4182 2006-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
4183
4184         * lib/iphlpapi.def: (NotifyAddrChange@8): Define.
4185         Reported by: Daniel Atallah  <datallah at users dot sf dot net>
4186         (NotifyRouteChange@8): Define.
4187
4188 2006-01-29  Danny Smith  <dannysmith@users.sourceforge.net>
4189
4190         * include/winsock2.h (WINSOCK_API_LINKAGE): Define.  Add to
4191         prototypes.
4192
4193 2006-01-29  Danny Smith  <dannysmith@users.sourceforge.net>
4194
4195         * include/winnt.h (FORCEINLINE): Define.
4196
4197 2006-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
4198
4199         * include/winnt.h (DECLSPEC_SELECTANY): Define.
4200
4201 2006-01-26  Filip Navara  <xnavara@volny.cz>
4202
4203         * include/winnt.h (DECLSPEC_ALIGN): Define.
4204
4205 2006-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
4206
4207         * include/commctrl.h: Correct spelling of 'compatibility' in
4208         comments.
4209         * include/setupapi.h: Likewise.
4210         * include/ws2tcpip.h: Likewise.
4211
4212 2006-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
4213
4214         * include/ddk/winddk.h (KeGetCurrentKPCR): Support -masm=intel.
4215
4216 2006-01-24  Jiri Malak  <Jiri.Malak@iol.cz>
4217
4218         WATCOM compatibility changes.
4219         * include/ddk/ntddk.h (DECL_IMPORT): Define using __declspec,
4220         rather than __attribute__.
4221         (DECL_EXPORT): Likewise.
4222         * include/ddk/winddk.h (DDKAPI): Avoid using __attribute__.
4223         (DDKFASTAPI): Likewise.
4224         (DDKCDECLAPI): Likwise.
4225         (KeGetCurrentKPCR): Provide __WATCOMC__ syntax for inline code.
4226
4227 2006-01-23  Brandon Sneed  <brandon@redf.net>
4228
4229         * setupapi.def: Add all CM_* functions defined in ddk/cfgmgr32.h
4230         to exports.
4231
4232 2006-01-17  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4233
4234         * include/w32api.h: Increment version to 3.6.
4235         * Makefile.in: Ditto.
4236
4237 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
4238
4239         * include/wincrypt.h (WINADVAPI): Add to prototypes of
4240         advapi32.dll functions.
4241
4242 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
4243
4244         * include/winsock2.h (struct sockaddr_storage):  Use RFC 2553
4245         names for padding size constants.
4246
4247 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
4248
4249         * include/aclapi.h (WINADVAPI): Add to prototypes.
4250         * include/winreg.h (WINADVAPI): Likewise.
4251         * include/winsvc.h (WINADVAPI): Likewise.
4252
4253 2006-01-05  Michael Gerdau  <mgd@technosis.de>
4254
4255         * include/winbase.h (WINADVAPI): Define.
4256
4257 2006-01-03  Christopher Faylor  <cgf@timesys.com>
4258
4259         * include/winuser.h (CreateWindowStation): Correctly identify first
4260         argument as constant.
4261         (CreateWindowStation@): Ditto.
4262
4263 2006-01-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4264
4265         * include/uxtheme.h [_WIN32_WINNT >= 0x0501]
4266         (TMT_*, BT_*): Add constants.
4267
4268 2005-12-31  Corinna Vinschen  <corinna@vinschen.de>
4269
4270         * include/winsock2.h: Don't define struct sockaddr_storage when
4271         building Cygwin.
4272
4273 2005-12-22  Danny Smith  <dannysmith@users.sourceforge.net>
4274
4275         * lib/ws2_32.c: New file, defining IPv6 constants.
4276         * lib/Makefile.in (SOURCES): Add ws2_32.c
4277         (EXTRA_OBJS): Add ws2_32.o.
4278
4279 2005-12-21  Michael Jung  <mjung@iss.tu-darmstadt.de>
4280
4281         * lib/user32.def (PrivateExtractIconsA@32,
4282         PrivateExtractIconsW@32): Define.
4283         * lib/shell32.c (IID_IShellLinkDataList): Add GUID.
4284
4285 2005-12-12  Christopher Faylor  <cgf@timesys.com>
4286
4287         * include/winuser.h (WINSTA_ALL_ACCESS): Define.
4288
4289 2005-12-09  Danny Smith  <dannysmith@users.sourceforge.net>
4290
4291         * lib/kernel32.def (CreateFiberEx): Correct suffix.
4292
4293 2005-12-09  Huw Davies  <hdavies@users.sourceforge.net>
4294             Danny Smith <dannysmith@users.sourceforge.net>
4295
4296         * lib/msxml-uuid.c: New file to generate UUIDs for
4297         MSXML interfaces.
4298         * lib/Makefile.in (UUID_OBJS): Add msxml-uuid.o.
4299
4300 2005-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
4301
4302         * include/winbase.h (GetDevicePowerState): Add prototype.
4303         * lib/kernel32.def (GetDevicePowerState): Correct suffix.
4304
4305 2005-12-07  Brian Gunlogson  <gmb300@users.sourceforge.net>
4306
4307         * include/winuser.h (GetClassLongPtr{AW}): Guard prototypes with _WIN64.
4308         Define as macro if !_WIN64.
4309         (SetClassLongPtr{AW}): Likewise.
4310         (GCLP_*): Add GetClassLongPtr defines.
4311         * lib/user32.def (GetClassLongPtr{AW}): Remove stubs.
4312         (SetClassLongPtr{AW}): Likewise.
4313
4314 2005-11-18  Brian Gunlogson  <gmb300@users.sourceforge.net>
4315
4316         * include/winuser.h (GetClassLongPtr{AW}): Add prototypes.
4317         (SetClassLongPtr{AW}): Likewise.
4318         (GCLP_*): Add GetClassLongPtr defines.
4319         * lib/user32.def (GetClassLongPtr{AW}): Add stubs.
4320         (SetClassLongPtr{AW}): Likewise.
4321
4322 2005-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
4323
4324         * include/commdlg.h (OPENFILENAMEW): Add members for
4325         _WIN32_WINNT >= 0x0500.
4326         Thanks to Ricardo Dalcorsso Fodra.
4327         (OPENFILENAMEA): Modify whitespace. Ansify comment.
4328
4329 2005-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
4330
4331         * include/wingdi.h (GetICMProfileA): Correct prototype.
4332         (GetICMProfileW): Likewise.
4333         Thanks to: Paul J Lucas
4334
4335 2005-11-04  Michael Jung  <mjung@iss.tu-darmstadt.de>
4336
4337         * lib/shell32.c (CLSID_ShellFSFolder): Add GUID.
4338
4339 2005-11-03  Danny Smith  <dannysmith@users.sourceforge.net>
4340
4341         * lib/crypt32.def (CertOIDToAlgId, CertAlgIDToOID, CryptProtectData,
4342         CryptUnprotectData, CryptDecodeObjectEx, CryptEncodeObjectEx,
4343         CryptRegisterOIDFunction, CryptUnregisterOIDFunction): Add stubs.
4344         Thanks to: F Richter  <res2002 at users dot sourceforge dot net>
4345
4346 2005-10-29  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4347
4348         * include/objbase.h: Fix typo.
4349         * include/w32api.h: Increment version to 3.5.
4350         * Makefile.in: Ditto.
4351
4352 2005-10-27  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4353
4354         * include/w32api.h: Increment version to 3.4.
4355         * Makefile.in: Ditto.
4356
4357 2005-10-12  Danny Smith  <dannysmith@users.sourceforge.net>
4358
4359         * include/winbase.h (GetProcessId): Remove duplicate declaration.
4360         Use _WIN32_WINNT >= 0x0501 guard.
4361
4362 2005-10-11  Christopher Faylor  <cgf@timesys.com>
4363
4364         * include/winbase.h (GetProcessId): Declare.
4365
4366 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4367
4368         * lib/ddk/newdev.def: Added.
4369         Thanks to: Stephan Meyer <ste_meyer at users dot sourceforge dot net>
4370
4371 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4372
4373         * include/commdlg.h (OPENFILENAME): Added WINNT >= 0x0500
4374         component.
4375         Thanks to: Gennady Feldman <gena01 at users dot sourceforge dot net>
4376
4377 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4378
4379         * lib/shell32.def (SHILCreateFromPath): Add stub.
4380         Thanks to: Michael Jung <mjung at iss dot tu-darmstadt dot de>
4381
4382 2005-09-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4383
4384         * include/winbase.h (RegisterWaitForSingleObject,
4385         RegisterWaitForSingleObjectEx): Define.
4386         * lib/kernel32.def (RegisterWaitForSingleObjectEx@20): Define.
4387         (RegisterWaitForSingleObject@16): Changed to
4388         RegisterWaitForSingleObject@24.
4389         Thanks to: Brandon Sneed <nivenh at users dot sourceforge dot net>
4390
4391 2005-09-19  Danny Smith  <dannysmith@users.sourceforge.net>
4392
4393         * include/winsock2.h (SO_EXCLUSIVEADDRUSE): Define.
4394         Thanks to: Gisle Vanem  <giva at bgnett dot no>
4395
4396 2005-09-08  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4397
4398         * include/reason.h [_WIN32_WINNT >= 0x0501]
4399         (SHTDN_REASON_*): New file.
4400         * include/objbase.h: Avoid double header guard.
4401
4402 2005-08-17  Michael Jung  <mjung@iss.tu-darmstadt.de>
4403
4404         * lib/shell32.c (CLSID_RecycleBin, CLSID_ControlPanel,
4405         CLSID_MyComputer,CLSID_Internet, CLSID_NetworkPlaces,
4406         CLSID_MyDocuments, CLSID_FolderShortcut): Add GUIDs.
4407
4408 2005-08-17  Martin Fuchs  <martin-fuchs@gmx.net>
4409
4410         * include/shlobj.h (IContextMenu3): Define.
4411         * include/shlguid.h (IID_IContextMenu3): Declare.
4412         * lib/shell32.c (IID_IContextMenu3): Define.
4413
4414 2005-08-17  Martin Fuchs  <martin-fuchs@gmx.net>
4415
4416         * include/shlobj.h (SHFormatDrive): Declaration of function
4417         and associated constants.
4418
4419 2005-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
4420
4421         * include/ddk/hidsdi.h:  New file.
4422         * lib/ddk/hid.def: Uncomment symbols and add stdcall suffix for
4423         functions declared in hidsdi.h.
4424         Thanks to:  Alex J Lennon  <ajlennon at organixconsulting dot com>
4425
4426 2005-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
4427
4428         * lib/imm32.def (ImmDisableIME): Add stub.
4429         Thanks to: "kidmin"  <kidmin at users dot sourceforge dot net>
4430
4431 2005-08-10  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4432
4433         * include/w32api.h: Increment version to 3.3.
4434         * Makefile.in: Ditto.
4435
4436 2005-07-28  Earnie Boyd  <earnie@users.sf.net>
4437
4438         * include/winnt.h (SUBLANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN):
4439         Correct their values.
4440         Thanks to: Daniel K. O. <danielosmari at users dont sf dot net>
4441
4442 2005-07-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4443
4444         * include/winuser.h (HSHELL_RUDEAPPACTIVATED): Define.
4445
4446 2005-07-20  Danny Smith  <dannysmith@users.sourceforge.net>
4447
4448         * include/wingdi.h (TT_PRIM_CSPLINE): Define.
4449         Thanks to: Bob Jamison <ishmal at users dot sourceforge dot net>
4450
4451 2005-07-20  Danny Smith  <dannysmith@users.sourceforge.net>
4452
4453         * include/richedit.h (SETTEXTEX): Define structure and
4454         associated constants.
4455         (GT_SELECTION): Define GETTEXTEX flag constant.
4456
4457 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
4458
4459         * include/wingdi.h (SYSPAL_NOSTATIC256): Define.
4460
4461 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
4462
4463         * include/wingdi.h (WINGDIAPI): Define to DECLSPEC_DLLIMPORT
4464         if __W32API_USE_DLLIMPORT__.   Use throughout to qualify
4465         prototypes.
4466
4467 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
4468
4469         * include/commctrl.h (RBBS_USECHEVRON): Define.
4470         (RBBS_*): Use hex notation, group together.
4471
4472 2005-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
4473
4474         * lib/kernel32.def (GetUserGeoID): Correct suffix.
4475         Thanks to: "bernd23" <bernd23 at users dot sourceforge dot net>
4476
4477 2005-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
4478
4479         * include/commctrl.h (TreeView_SetItemState): Initilise
4480         _tvi.hItem.
4481         Thanks to:  Joseph Remes <jremes at users dot sourceforge dot net>
4482
4483 2005-07-18  Mattia Barbon  <mbarbon@users.sourceforge.net>
4484
4485         * include/commctrl.h (NMLVFINDITEM): Add structure.
4486
4487 2005-07-18  Michael Gerdau  <mgdde@users.sourceforge.net>
4488
4489         * include/wininet.h (WININET_API_FLAG_*): Add defines.
4490
4491 2005-07-18  Daniel Atallah  <datallah@users.sourceforge.net>
4492
4493         * include/winnt.h (VER_SET_CONDITION): Define.
4494
4495 2005-07-18  Michael Gerdau  <mgdde@users.sourceforge.net>
4496
4497         * include/wincon.h (AttachConsole): Correct _WIN32_WINNT guard.
4498         (ATTACH_PARENT_PROCESS): Define.
4499         (CONSOLE_WINDOWED_MODE): Correct definition to match MSDN
4500         documentation.
4501
4502 2005-07-17  Benoit Blanchon  <bblanchon@users.sourceforge.net>
4503
4504         * include/winbase.h (QueueUserWorkItem): Add prototype.
4505
4506 2005-07-13  Benoit Blanchon  <bblanchon@users.sourceforge.net>
4507
4508         * include/wingdi.h (SHADEBLENDCAPS, SB_NONE, SB_CONST_ALPHA,
4509         SB_PIXEL_ALPHA, SB_PREMULT_ALPHA, SB_GRAD_RECT, SB_GRAD_TRI,
4510         COLORMGMTCAPS, CM_NONE, CM_DEVICE_ICM, CM_GAMMA_RAMP,
4511         CM_CMYK_COLOR): Define.
4512
4513 2005-06-19  Danny Smith  <dannysmith@users.sourceforge.net>
4514
4515         * include/winldap.h (ldap_simple_bindW, ldap_simple_bind_sW,
4516         ldap_bindW, ldap_bind_sW): Change PCHAR arg to PWCHAR.
4517         Thanks to: Christian  <chhd at users dot sf dot net>
4518
4519 2005-06-18  Danny Smith  <dannysmith@users.sourceforge.net>
4520
4521         * include/richedit.h (GETTEXTEX): Correct name of lpUsedDefChar
4522         field.
4523         Thanks to: Saulius Menkevicius  <bobas at users dot sf dot net>
4524
4525 2005-06-18  Danny Smith  <dannysmith@users.sourceforge.net>
4526
4527         * include/winbase.h (GlobalDiscard): Define as macro.
4528         Thanks to: David Golub  <david_golub  at users dot sf dot net>
4529
4530 2005-05-13  Corinna Vinschen  <corinna@vinschen.de>
4531
4532         * include/winnetwk.h (WNetGetResourceParentA): Add missing declaration.
4533         (WNetGetResourceParentW): Ditto.
4534         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Define.
4535         (FILE_ID_BOTH_DIRECTORY_INFORMATION): Define.
4536
4537 2005-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
4538
4539         * include/wininet.h (FtpGetFileSize): Add prototype.
4540         (FtpCommand[AW]): Correct prototypes.
4541         Reported by: <siger at users dot sf dot net>
4542
4543 2005-04-25  Danny Smith  <dannysmith@users.sourceforge.net>
4544
4545         * include/vfw.h (capCreateCaptureWindow[AW]): Add prototypes.
4546         (capGetDriverDescription[AW]): Likewise.
4547
4548 2005-04-03  Corinna Vinschen  <corinna@vinschen.de>
4549
4550         * include/winnt.h (SE_UNDOCK_NAME TEXT): Define.
4551         (SE_MANAGE_VOLUME_NAME TEXT): Ditto.
4552         (SE_IMPERSONATE_NAME TEXT): Ditto.
4553         (SE_ENABLE_DELEGATION_NAME TEXT): Ditto.
4554         (SE_SYNC_AGENT_NAME TEXT): Ditto.
4555
4556 2005-03-16  Christopher Faylor  <cgf@timesys.com>
4557
4558         * include/winnt.h (SYSTEM_LUID): Fix definitition invalidated by below
4559         change.
4560
4561 2005-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
4562
4563         * include/winnt.h (_LUID): Add structure. Correct LUID typedef.
4564         Thanks to:
4565         Paul-Christiaan Spruijtenburg <wakarimasu at users dot sf dot net>
4566
4567 2005-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
4568
4569         * include/ws2tcpip.h (getaddrinfo, freeaddrinfo, getnameinfo):
4570         Guard with _WIN32_WINNT >= 0x0501. Add FIXME comment.
4571         (gai_strerror[AW]): Put into #if 0 block.
4572
4573 2005-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
4574
4575         * include/basetyps.h (__int16): Correct define.
4576
4577 2005-02-10  Jiri Malak  <Jiri.Malak@iol.cz>
4578             Danny Smith  <dannysmith@users.sourceforge.net>
4579
4580         * lib/directx/dinput_private.h (ATTRIBUTE_TEXT_SECTION): New
4581         define for Open Watcom portability.
4582         * lib/directx/(dinput_joy.c, dinput_joy2.c, dinput_kbd.c,
4583         dinput_mouse.c, dinput_mouse2.c): Use new macro in definition
4584         of local c_rgodfDI* objects. Replace .rdata section attribute
4585         with 'const' keyword in definition of global c_dfDI* objects.
4586
4587 2005-02-07  Danny Smith  <dannysmith@users.sourceforge.net>
4588
4589         * include/winioctl.h (IOCTL_VOLUME_BASE,
4590         IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS, IOCTL_VOLUME_IS_CLUSTERED):
4591         Copy defines from include/ddk/ntdddvol.h.
4592         Bug reported to Debian by Anand Kumria  <wildfire@progsoc.org>
4593
4594 2005-01-27  Oliver Stoeneberg  <oliverst@online.de>
4595
4596         * include/winbase.h (PWIN32_FIND_DATA): Add typedef.
4597
4598 2005-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
4599
4600         * include/winuser.h (SW_SMOOTHSCROLL): Add define.
4601         Reported by: Christian Ehrlicher  <chehrlic@users.sf.net>
4602
4603 2005-01-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4604
4605         * include/commdlg.h (OFN_DONTADDTORECENT): Added definition.
4606
4607 2005-01-18  Danny Smith  <dannysmith@users.sourceforge.net>
4608
4609         * lib/user32.def (MonitorFromPoint): Correct suffix.
4610
4611 2005-01-13  Benoit Blanchon  <bblanchon@users.sourceforge.net>
4612
4613         * include/wininet.h (InternetCheckConnectionA,
4614         InternetCheckConnectionW) Add prototypes.
4615         (INTERNET_RAS_INSTALLED, INTERNET_CONNECTION_OFFLINE,
4616         INTERNET_CONNECTION_CONFIGURED): Add defines.
4617
4618 2005-01-07  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4619
4620         * include/commctrl.h (ComboBox_SetMinVisible,
4621         ComboBox_GetMinVisible): Added Macros.
4622         * include/winuser.h (CB_SETMINVISIBLE, CB_GETMINVISIBLE):
4623         Added definitions.
4624
4625 2005-01-02  Jiri Malak  <Jiri.Malak@geac.cz>
4626
4627         * include/winnt.h (GetCurrentFiber, GetFiberData): Make inline
4628         assembly code conditional on _X86_.
4629
4630 2005-01-02  Earnie Boyd  <earnie@users.sf.net>
4631
4632         * include/w32api.h: Increment version to 3.2.
4633         * Makefile.in: Ditto.
4634         * include/afxres.h: Remove the \r from the line ending.
4635         * include/errorrep.h: Ditto.
4636         * include/shldisp.h: Ditto.
4637         * include/tschema.h: Ditto.
4638         * lib/dhcpcsvc.def: Ditto.
4639         * lib/uxtheme.def: Ditto.
4640         * lib/wldap32.def: Ditto.
4641
4642 2005-01-01  Danny Smith  <dannysmith@users.sourceforge.net>
4643
4644         * include/winerror.h (ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY):
4645         Correct typo.
4646         Thanks to: Aidan France  <aidan1@users.sourceforge.net>
4647
4648 2004-12-29  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4649
4650         *include/winuser.h (MNS_*, WM_MENUCOMMAND,
4651         WM_MENUGETOBJECT, WM_MENUDRAG, WM_NCMOUSEHOVER,
4652         WM_NCMOUSELEAVE, WM_UNINITMENUPOPUP,
4653         SPI_GETFOREGROUNDLOCKTIMEOUT,
4654         SPI_SETFOREGROUNDLOCKTIMEOUT): Added definitions.
4655         *include/imm.h (WM_IME_REQUEST): Added definition.
4656         *include/shlobj.h (SLGP_RAWPATH,
4657         SLGP_UNCPRIORITY): Added definition.
4658
4659 2004-12-28  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4660
4661         *include/winuser.h (HSHELL_FLASH): Added definition.
4662
4663 2004-12-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4664
4665         * include/shldisp.h (IAutoComplete): Added interface definiton.
4666         * include/shldisp.h (IAutoComplete2): Added interface definiton.
4667         * include/shldisp.h (ACO_AUTOSUGGEST): Added definition.
4668         * include/shlobj.h (IObjMgr): Added interface definiton.
4669         * lib/shell32.c (CLSID_AutoComplete, IID_AutoComplete,
4670         IID_AutoComplete2, CLSID_ACLMulti, IID_IObjMgr,
4671         CLSID_ACListISF, IID_IACList): Added GUIDs.
4672         * include/shlguid.h (CLSID_AutoComplete, IID_AutoComplete,
4673         IID_AutoComplete2, CLSID_ACLMulti, IID_IObjMgr,
4674         CLSID_ACListISF, IID_IACList): Added GUIDs.
4675
4676 2004-12-23  Danny Smith  <dannysmith@users.sourceforge.net>
4677
4678         * include/commctrl.h (CDRF_NOTIFYSUBITEMDRAW): Add define.
4679         Thanks to: Chris Sutcliffe  <ironhead@walled.net>
4680         (CDRF_*): Use hex notation for constants.
4681
4682 2004-12-08  Danny Smith  <dannysmith@users.sourceforge.net>
4683
4684         * include/sqlext.h (SQL_INTERVAL_*): Correct macros.
4685         Reported by Eric Sharkey <sharkey at netrics dot com>
4686
4687 2004-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
4688
4689         * include/winnt.h (TOKEN_INFORMATION_CLASS): Add
4690         TokenGroupsAndPrivileges, TokenSessionReference,
4691         TokenSandBoxInert, TokenAuditPolicy, TokenOrigin.
4692         Reformat.
4693         (SID_NAME_USE): Add SidTypeComputer.  Reformat.
4694         Thanks to Gabriel Linder <mingwlinder@users.sourceforge.net>
4695
4696 2004-12-02  Danny Smith  <dannysmith@users.sourceforge.net>
4697
4698         * lib/comctl32.def (ImageList_Copy, ImageList_DrawIndirect,
4699         ImageList_Duplicate): Add stubs.
4700
4701 2004-12-02  Danny Smith  <dannysmith@users.sourceforge.net>
4702
4703         * lib/directx/strmiids.c (MEDIASUBTYPE_YV12): Correct GUID.
4704         Thanks to "Pete" <pross@xvid.org>
4705
4706 2004-11-21 Benoit Blanchon  <bblanchon@users.sourceforge.net>
4707
4708         * include/wingdi.h (AC_SRC_ALPHA, AC_SRC_NO_ALPHA,
4709         AC_DST_NO_ALPHA, ...): Add defines.
4710         * include/winuser.h (ULW_COLORKEY,ULW_ALPHA,
4711         ULW_OPAQUE): Add defines.
4712
4713 2004-11-21  Danny Smith  <dannysmith@users.sourceforge.net>
4714
4715         * include/winnt.h (VerSetConditionMask): Correct typo in _WIN32_WINNT
4716         guard.
4717         * lib/kernel32.def (VerSetConditionMask): Correct stdcall
4718         suffix.
4719         * lib/ddk/ntoskrnl.def (VerSetConditionMask): Likewise.
4720
4721 2004-11-20  Danny Smith  <dannysmith@users.sourceforge.net>
4722
4723         * include/winbase.h (PPROCESS_INFORMATION): Add typedef.
4724         (CreateProcessWithLogonW): Declare.
4725         (LOGON_WITH_PROFILE, LOGON_NETCREDENTIALS_ONLY): Add defines.
4726         Thanks to: "jkmaki"  <jkmaki@users.sourceforge.net>
4727
4728 2004-11-19  Danny Smith  <dannysmith@users.sourceforge.net>
4729
4730         * include/sspi.h (SecPkgContext_Sizes): Fix typo.
4731         Thanks to: David Leonard  <leonard@users.sourceforge.net>
4732
4733 2004-11-19  Danny Smith  <dannysmith@users.sourceforge.net>
4734
4735         * include/sspi.h (SecPkgCredentials_Names[AW]): Correct name.
4736         Thanks to: David Leonard  <leonard@users.sourceforge.net>
4737
4738 2004-11-19  Magnus Olsen  <greatlord@users.sourceforge.net>
4739
4740         * include/winuser.h (MSLLHOOKSTRUCT): Add structure.
4741
4742 2004-11-19  Magnus Olsen  <greatlord@users.sourceforge.net>
4743
4744         * include/winuser.h (LLKHF_EXTENDED, LLKHF_INJECTED, LLKHF_UP):
4745         Add defines.
4746         (LLKHF_ALTDOWN): Define based on KF_ALTDOWN.
4747
4748 2004-11-19  Benoit Blanchon  <bblanchon@users.sourceforge.net>
4749
4750         * include/shellapi.h (NIF_GUID): Add another define.
4751
4752 2004-11-18  Earnie Boyd  <earnie@users.sf.net>
4753
4754         * include/wincon.h (AttachConsole): Correct the _WIN32_WINNT filter.
4755         Changed it twice due to inconsistent MSDN documentation.
4756         * include/w32api.h (Windows95, etc. and IE3, etc.): Add definitions.
4757
4758 2004-11-13  Danny Smith  <dannysmith@users.sourceforge.net>
4759
4760         * include/shlobj.h (SHGFP_TYPE): Add enum.
4761
4762 2004-11-12  Loïc Guilloux (glx@users.sourceforge.net>
4763
4764         * include/winuser.h (WM_THEMECHANGED): Add define.
4765
4766 2004-11-11  Danny Smith  <dannysmith@users.sourceforge.net>
4767
4768         * include/ddk/winddk.h (ExAllocateFromPagedLookasideList,
4769         ExFreeToPagedLookasideList): Guard inline versions with
4770         (__USE_NTOSKRNL__) && (_WIN32_WINNT >= 0x0501). Declare as
4771         external functions for earlier _WIN32_WINNT.
4772
4773 2004-11-11  Danny Smith  <dannysmith@users.sourceforge.net>
4774
4775         * include/ras.h (RASCONN[AW]): Remove dwSessionId field.
4776
4777 2004-11-09  Danny Smith  <dannysmith@users.sourceforge.net>
4778
4779         * include/winnls.h (WINBASEAPI): Define as DECLSPEC_IMPORT
4780         if  undefined and __W32API_USE_DLLIMPORT__.
4781         Add WINBASEAPI token to prototypes, throughout.
4782
4783 2004-11-08  Danny Smith  <dannysmith@users.sourceforge.net>
4784
4785         * include/winnt.h (GetCurrentFiber): Support -masm=intel.
4786         (GetFiberData): Likewise.
4787         (NtCurrentTeb): Likewise.
4788
4789 2004-11-04  Danny Smith  <dannysmith@users.sourceforge.net>
4790
4791         * include/shellapi.h (NIF_INFO): Add define.
4792         (NIIF_*) Add defines..
4793         Thanks to: Benoit Blanchon <bblanchon@users.sourceforge.net>
4794         (NIF_*): Convert constants to hex.
4795
4796 2004-11-02  Danny Smith  <dannysmith@users.sourceforge.net>
4797
4798         * include/wingdi.h (GetFontUnicodeRanges,GetGlyphIndicesA,
4799         GetGlyphIndicesW): Declare.
4800         (GGI_MARK_NONEXISTING_GLYPHS): Define
4801         * lib/gdi32.def (GetFontUnicodeRanges,GetGlyphIndicesA,
4802         GetGlyphIndicesW): Add stubs.
4803
4804 2004-10-24  Dan Aloni  <da-x@colinux.org>
4805
4806         * include/ddk/ntapi.h (NtQueryFullAttributesFile,
4807         ZwQueryFullAttributesFile): Declare.
4808         * include/ddk/ntapi.h (RtlDosPathNameToNtPathName_U):
4809         Declare.
4810         lib/ntoskrnl.def (ZwQueryDirectoryFile, ZwQueryFullAttributesFile.
4811         ZwQueryVolumeInformationFile): Add stubs.
4812
4813 2004-10-18  Danny Smith  <dannysmith@users.sourceforge.net>
4814
4815         * include/wsahelp.h (WINSOCK_MAPPING, WSHGetWinsockMapping,
4816         PWSH_GET_WINSOCK_MAPPING): Don't define if __OBJC__.
4817
4818 2004-10-15  Robert Wruck  <wruck@tweerlei.de>
4819             Danny Smith  <dannysmith@users.sourceforge.net>
4820
4821         * include/winbase.h (InitializeSListHead, Interlocked*):
4822         Guard with !__USE_NTOSKRNL__.
4823
4824         * include/ddk/ntddk.h (__USE_NTOSKRNL__): Define.
4825         * include/ddk/winddk.h (InitializeSListHead, Interlocked*):
4826         Guard with  __USE_NTOSKRNL__.
4827         (ExInterlockedPopEntrySList, ExInterlockedPushEntrySList):
4828         Add prototypes.  Guard macro definition with __USE_NTOSKRNL__
4829         && _WIN32_WINNT >= 0x0501
4830         (ExAllocateFromNPagedLookasideList, ExAllocateFromPagedLookasideList,
4831         ExFreeToNPagedLookasideList, ExFreeToPagedLookasideList):
4832         Replace calts to InterlockedPopEntrySList, InterlockedPushEntrySList
4833         with ExInterlockedPopEntrySList, ExInterlockedPushEntrySList.
4834
4835         * lib/ddk/ntosknl.def (ExInterlockedPopEntrySList,
4836         ExInterlockedPushEntrySList)  Add stubs with fastcall decoration.
4837         (ExDesktopObjectType, ExEventObjectType, ExSemaphoreObjectType,
4838         ExWindowStationObjectType, IoAdapterObjectType,
4839         IoDeviceHandlerObjectSize, IoDeviceHandlerObjectType,
4840         IoDeviceObjectType, IoDriverObjectType, IoFileObjectType,
4841         LpcPortObjectType, MmSectionObjectType, SeTokenObjectType):
4842         Uncomment stubs.
4843
4844 2004-10-11  Robert Wruck  <wruck@tweerlei.de>
4845
4846         * include/ddk/winddk.h (IoReleaseRemoveLockAndWait): Fix
4847         definition
4848         (IoReleaseRemoveLock): Add definition.
4849
4850 2004-10-10  Danny Smith  <dannysmith@users.sourceforge.net>
4851
4852         * include/ddk/winnt4.h (Exi386InterlockedDecrementLong,
4853         Exi386InterlockedExchangeUlong, Exi386InterlockedIncrementLong);
4854         Add prototypes.
4855         * include/winddk.h (ExInterlockedAddUlong,
4856         ExInterlockedInsertHeadList, ExInterlockedInsertTailList,
4857         ExInterlockedRemoveHeadList, ExInterlockedPopEntryList,
4858         ExInterlockedPushEntryList): Change calling convention to
4859         DDKAPI.
4860         (ExfInterlockedAddUlong,ExInterlockedInsertHeadList,
4861         ExInterlockedInsertTailList, ExInterlockedRemoveHeadList,
4862         ExInterlockedPopEntryList, ExInterlockedPushEntryList):
4863         Add prototypes for DDKFASTAPI versions.
4864         Thanks to Vadim Yegor0v <zg at bmg dot lv> for report.
4865         * lib/ntoskrnl.def (ExInterlockedAddUlong,
4866         ExInterlockedInsertHeadList, ExInterlockedInsertTailList,
4867         ExInterlockedRemoveHeadList, ExInterlockedPopEntryList,
4868         ExInterlockedPushEntryList): Remove lead '@' from stubs.
4869         (ExfInterlockedAddUlong,ExfInterlockedInsertHeadList,
4870         ExfInterlockedInsertTailList, ExfInterlockedRemoveHeadList,
4871         ExfInterlockedPopEntryList, ExfInterlockedPushEntryList):
4872         Add fastcall stubs.
4873         (Exi386InterlockedDecrementLong, Exi386InterlockedExchangeUlong,
4874         Exi386InterlockedIncrementLong); Add stdcall stubs.
4875
4876 2004-09-30  Danny Smith  <dannysmith@users.sourceforge.net>
4877
4878         * include/winbase.h (WINBASEAPI): Define as DECLSPEC_IMPORT only
4879          if __W32API_USE_DLLIMPORT__ is defined.
4880         * include/winuser.h (WINUSERAPI): Likewise.
4881
4882 2004-09-29  Filip Navara  <xnavara@volny.cz>
4883
4884         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
4885         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, mcd.h, miniport.h,
4886         mountdev.h, mountmgr.h, ndis.h, ndistapi.h, ndiswan.h, netpnp.h,
4887         newdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h, ntddcdvd.h,
4888         ntddchgr.h, ntdddisk.h, ntddkbd.h, ntddmou.h, ntddpar.h, ntddpcm.h,
4889         ntddscsi.h, ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h,
4890         ntddvdeo.h, ntddvol.h, ntpoapi.h, parallel.h, pfhook.h, poclass.h,
4891         scsi.h, scsiscan.h, smbus.h, srb.h, storport.h, tdiinfo.h,
4892         tdikrnl.h, tvout.h, upssvc.h, usb.h, usb100.h, usbdi.h, usbioctl.h,
4893         usbiodef.h, usbscan.h, usbuser.h, videoagp.h, winddi.h, winddk.h,
4894         winnt4.h, ws2san.h): Fixed packing.
4895         * include/ddk/atm.h (ATM_TRAFFIC_DESCRIPTOR_IE): Fixed declaration.
4896         * include/ddk/hidclass.h (HID_INTERFACE_HIDPARSE,
4897         HID_INTERFACE_NOTIFY_PNP): Likewise.
4898         * include/ddk/ndis.h (NDIS_DMA_BLOCK, CO_FLOW_PARAMETERS): Likewise.
4899         (NdisQueryPacketLength): Added macro. Thanks to Art Yerkes
4900         <ayerkes@speakeasy.net>.
4901         * include/ddk/usb100.h (USB_CONFIGURATION_DESCRIPTOR): Fixed
4902         declaration.
4903         * include/ddk/winddi.h (PATHDATA, GLYPHPOS): Likewise.
4904         * include/ddk/winddk.h (PDRIVER_CONTROL, PDRIVER_LIST_CONTROL,
4905         PDRIVER_ADD_DEVICE, PIO_COMPLETION_ROUTINE, PDRIVER_CANCEL,
4906         PKDEFERRED_ROUTINE, PDRIVER_DISPATCH, PIO_DPC_ROUTINE,
4907         PMM_DLL_INITIALIZE, PMM_DLL_UNLOAD, PDRIVER_ENTRY,
4908         PDRIVER_INITIALIZE, PKSERVICE_ROUTINE, PIO_TIMER_ROUTINE,
4909         PDRIVER_REINITIALIZE, PDRIVER_STARTIO, PKSYNCHRONIZE_ROUTINE,
4910         PDRIVER_UNLOAD, DRIVER_OBJECT): Fixed callback declarations.
4911         (struct FILE_BASIC_INFORMATION): Renamed to _FILE_BASIC_INFORMATION.
4912         (SYNCH_LEVEL): Added definition.
4913         (KPCR, KPCR_TIB): Fixed declaration.
4914         (Interlocked[Push/Pop]EntrySList): Declare only if winbase.h isn't
4915         included and _WIN32_WINNT >= 0x0501.
4916         (RtlEqualLuid): Fixed macro definition.
4917         (KfLowerIrql, KfRaiseIrql): Declare and use instead of KeLowerIrql and
4918         KeRaiseIrql on i386 architectures.
4919
4920 2004-09-06  Hosaka Yuji  <hos@tamanegi.org>
4921
4922         * include/mshtml.h (IHTMLDocument2): Correct get_selection
4923         declaration.
4924         (IHTMLSelectionObject): Correct get_type declaration.
4925         (IHTMLFramesCollection2, IHTMLWindow2, IHTMLFrameBase,
4926         IHTMLFrameBase2, IHTMLFrameBase3, IHTMLBodyElement,
4927         IHTMLBodyElement2): Add interfaces.
4928         (LPHTMLIMAGEELEMENTFACTORY, LPHTMLEVENTOBJ, LPHTMLSCREEN,
4929         LPHTMLOPTIONELEMENTFACTORY, LPOMHISTORY, LPOMNAVIGATOR): Add
4930         typedefs.
4931         * lib/mshtml-uuid.c (IID_IHTMLFrameBase2, IID_IHTMLFrameBase3):
4932         Add IIDs.
4933
4934 2004-09-05  Earnie Boyd  <earnie@users.sf.net>
4935
4936         * include/w32api.h: Increment version to 3.1.
4937         * Makefile.in: Ditto.
4938
4939 2004-09-05  Hosaka Yuji  <hos@tamanegi.org>
4940
4941         * include/winuser.h (MonitorFromPoint, MonitorFromRect,
4942         MonitorFromWindow): Add prototypes.
4943         * lib/user32.def (MonitorFromPoint, MonitorFromRect,
4944         MonitorFromWindowMonitorFromWindow): Add stubs.
4945         * include/shellapi.h (DuplicateIcon): Add prototype.
4946
4947 2004-09-05   Danny Smith  <dannysmith@users.sourceforge.net>
4948
4949         * include/winuser.h (WINUSERAPI): New define.
4950         Use it to mark user32.dll imports, throughout.
4951
4952 2004-09-05  Hosaka Yuji  <hos@tamanegi.org>
4953
4954         * lib/ddk/hid.def (HidD_FlushQueue, HidD_FreePreparsedData,
4955         HidD_GetAttributes, HidD_GetConfiguration, HidD_GetFeature,
4956         HidD_GetHidGuid, HidD_GetIndexedString, HidD_GetInputReport,
4957         HidD_GetManufacturerString, HidD_GetMsGenreDescriptor,
4958         HidD_GetNumInputBuffers, HidD_GetPhysicalDescriptor,
4959         HidD_GetPreparsedData, HidD_GetProductString,
4960         HidD_GetSerialNumberString, HidD_SetConfiguration,
4961         HidD_SetFeature, HidD_SetNumInputBuffers, HidD_SetOutputReport,
4962         HidP_GetButtonCaps, HidP_GetValueCaps): Add exports.
4963
4964 2004-08-25  Lars Rune Nøstdal  <daysleper@users.sourceforge.net>
4965
4966         * include/wincon.h (CONSOLE_FULLSCREEN_MODE, CONSOLE_WINDOWED_MODE):
4967         Add XP defines.
4968         (PCOORD): Add typedef.
4969         (GetConsoleDisplayMode, SetConsoleDisplayMode): Add prototypes.
4970
4971 2004-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
4972
4973         * include/winldap.h: Don't check value of UNICODE.
4974         Thanks to: "Jean-Do"  <spab@users.sourceforge.net>
4975
4976 2004-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
4977
4978         * include/winbase.h (WINBASEAPI): Guard with __INSIDE_CYGWIN__.
4979
4980 2004-08-24  Sam Robb  <samrobb@users.sourceforge.net>
4981
4982         * include/winbase.h (GetFileSizeEx): Add _WIN32_WINNT >= 0x0500
4983         guard.
4984
4985 2004-08-24   Danny Smith  <dannysmith@users.sourceforge.net>
4986
4987         * include/winbase.h: Add WINBASEAPI token to prototypes, throughout.
4988
4989 2004-08-15  Ken Fitlike  <kenfitlike@users.sourceforge.net>
4990
4991         * include/commctrl.h (WC_TREEVIEWA): Remove parenthenses.
4992
4993 2004-08-10  Sebastian Nowak  <snowak1@users.sourceforge.net>
4994
4995         * include/ws2spi.h (LPWSPSELECT): Correct typedef.
4996
4997 2004-08-10   Danny Smith  <dannysmith@users.sourceforge.net>
4998
4999         * include/wincrypt.h: Correct _WIN32_WINNT typo.
5000
5001 2004-08-10  Ed Schaller  <schallee@darkmist.net>
5002
5003         * include/wincrypt.h (MS_ENH_RSA_AES_PROV_A, MS_ENH_RSA_AES_PROV_W)
5004         (ALG_SID_AES_128, ALG_SID_AES_192, ALG_SID_AES_256, ALG_SID_AES 17)
5005         (CALG_AES_128, CALG_AES_192, CALG_AES_256, CALG_AES,PROV_RSA_AES):
5006         Add defines.
5007         (CALG_SHA1): Add define.
5008         (HP_HMAC_INFO): Add define.
5009         (HMAC_INFO): Add struct.
5010         (BLOBHEADER): Add typedef.
5011
5012 2004-07-26  Hartmut Honisch  <hhonisch@users.sourceforge.net>
5013
5014         * include/commctrl.h (TreeView_SetItemState): Define macro.
5015
5016 2004-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
5017
5018         * include/wingdi.h (CMYK): Correct macro. Group CMYK/RGB
5019         macros together.
5020
5021 2004-07-24  Brodie Thiesfield  <brofield@users.sourceforge.net>
5022
5023         * include/shlobj.h (FILEDESCRIPTOR): Unicode it.
5024         (FILEGROUPDESCRIPTOR): LIkewise.
5025
5026 2004-07-06  Corinna Vinschen  <corinna@vinschen.de>
5027
5028         * winbase.h (IsWow64Process): Add missing WINAPI qualifier.
5029
5030 2004-06-16  Danny Smith  <dannysmith@users.sourceforge.net>
5031
5032         * include/winnt.h (IMAGE_ORDINAL_FLAG): Map to ...
5033         (IMAGE_ORDINAL_FLAG{32,64}: New defines.
5034         (IMAGE_SNAP_BY_ORDINAL): Map to ...
5035         (IMAGE_SNAP_BY_ORDINAL{32,64}: New defines.
5036         (IMAGE_ORDINAL): Map to ...
5037         (IMAGE_ORDINAL{32,64}: New defines.
5038         (IMAGE_THUNK_DATA):  Map to ...
5039         (IMAGE_THUNK_DATA{32,64}: New structures.
5040         (IMAGE_THUNK_DATA): Map to ...
5041         (IMAGE_THUNK_DATA{32,64}: New structures.
5042         (IMAGE_IMPORT_DESCRIPTOR):  Map to ...
5043         (IMAGE_IMPORT_DESCRIPTOR{32,64}: New structures.
5044         (IMAGE_IMAGE_TLS_DIRECTORY)  Map to ...
5045         (IMAGE_IMAGE_TLS_DIRECTORY{32,64}: New structures.
5046
5047 2004-06-16  Bang Jun-Young  <junyoung@NetBSD.org>
5048
5049         * w32api/include/winnt.h (WAITORTIMERCALLBACKFUNC): Protect with
5050         _WIN32_WINNT >= 0x0500.
5051
5052 2004-06-05  Luke Dunstan  <infidel@users.sourceforge.net>
5053
5054         * include/winbase.h (GetWriteWatch): Correct prototype.
5055         (WRITE_WATCH_FLAG_RESET): Define.
5056         Thanks to Sergey Philippov <phis@users.sourceforge.net>.
5057
5058 2004-06-02  Rocher Laurent  <lrocher@users.sourceforge.net>
5059
5060         * include/commctrl.h (Animate_OpenEx): Define.
5061         (DateTime_GetSystemTime, DateTime_SetSystemTime): Correct names.
5062         (ListView_GetNumberOfWorkAreas): Correct macro.
5063         (ListView_SetUnicodeFormat, ListView_GetUnicodeFormat,
5064         ListView_SetItemCountEx, ListView_GetISearchString,
5065         TreeView_GetLastVisible, Header_CreateDragImage,
5066         Header_SetImageList, Header_GetImageList): Define.
5067         (LVM_SETUNICODEFORMAT, LVM_GETUNICODEFORMAT,
5068         MCM_GETUNICODEFORMAT, MCM_SETUNICODEFORMAT,
5069         TBSTATE_ELLIPSES): Define.
5070         (MonthCal_SetRange): Correct macro.
5071         (ImageList_Duplicate): Declare.
5072
5073 2004-05-29  Filip Navara  <xnavara@volny.cz>
5074
5075         * include/winnt.h (IMAGE_EXPORT_DIRECTORY): Fixed declaration.
5076
5077 2004-05-25  Al Slater  <al.slater@scluk.com>
5078
5079         * include/httpext.h (HSE_SEND_HEADER_EX_INFO,
5080         HSE_REQ_SEND_RESPONSE_HEADER_EX): Define.
5081
5082 2004-05-15  Filip Navara  <xnavara@volny.cz>
5083
5084         * include/ddk/kbdmou.h: New file.
5085         * lib/ddk/videoprt.def (VideoPortMapBankedMemory,
5086         VideoPortMapDmaMemory, VideoPortMapMemory): Correct suffix.
5087         * lib/ddk/ntoskrnl.def (_snprintf, _snwprintf, _vsnprintf,
5088         _vsnwprintf, sprintf, swprintf): Export.
5089
5090 2004-05-15  Filip Navara  <xnavara@volny.cz>
5091
5092         * include/ddk/ntddk.h: Don't set 4-byte alignment on included
5093         headers.
5094
5095 2004-05-07  Danny Smith  <dannysmith@users.sourceforge.net>
5096
5097         * include/wingdi.h: Correct non-unicode typedefs of
5098         ENUMLOGFONTEXDV, PENUMLOGFONTEXDV, LPENUMLOGFONTEXDV.
5099
5100 2004-05-07  Pascal Obry  <obry@act-europe.fr>
5101
5102         * include/winsock.h (IN_CLASSA): Fix macro.
5103         * include/winsock2.h (IN_CLASSA): Fix macro.
5104
5105 2004-04-29  Bart Oldeman  <bartoldeman@users.sourceforge.net>
5106
5107         * include/objbase.h (STGOPTIONS): Correct pwcsTemplateFile type.
5108         * include/aclui.h: Remove '\r', throughout.
5109         * include/msacm.h: Likewise.
5110         * lib/aclui.def: Likewise.
5111
5112 2004-04-28  Luke Dunstan  <infidel@users.sourceforge.net>
5113
5114         * lib/comctl32.def (SetWindowSubclass): Add stub.
5115         Thanks to Eugene <egladysh@users.sourceforge.net>.
5116
5117 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
5118
5119         * include/winbase.h (EXECUTION_STATE): Add typedef.
5120         (SetThreadExecutionState): Declare.
5121         * include/wingdi.h (_WINGDI_): Define.
5122         * include/objbase.h (_OBJBASE_H_): Define.
5123
5124 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
5125
5126         * include/winuser.h (SM_IMMENABLED, SM_CXFOCUSBORDER,
5127         SM_CYFOCUSBORDER, SM_TABLETPC, SM_MEDIACENTER): Add defines.
5128         (SM_CMETRICS): Adjust value.
5129         * include/winnt.h (PROCESSOR_ARCHITECTURE_MSIL): Correct define.
5130         (PROCESSOR_ARCHITECTURE_AMD64, PROCESSOR_ARCHITECTURE_IA32_ON_WIN64):
5131         Add defines.
5132         Thanks to Benoit Blanchon <bblanchon@users.sourceforge.net>
5133
5134 2004-04-24  Justin Forest  <vhex@users.sourceforge.net>
5135
5136         * include/winsock2.h (LUP_DEEP, LUP_CONTAINERS,
5137         LUP_NOCONTAINERS, LUP_NEAREST, LUP_RETURN_NAME,
5138         LUP_RETURN_TYPE, LUP_RETURN_VERSION, LUP_RETURN_COMMENT,
5139         LUP_RETURN_ADDR, LUP_RETURN_BLOB, LUP_RETURN_ALIASES,
5140         LUP_RETURN_QUERY_STRING, LUP_RETURN_ALL, LUP_RES_SERVICE,
5141         LUP_FLUSHCACHE, LUP_FLUSHPREVIOUS): Add defines.
5142
5143 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
5144
5145         * include/windns.h (DNSREC_QUESTION, DNSREC_ANSWER, DNSREC_AUTHORITY,
5146         DNSREC_ADDITIONAL): Add defines.
5147
5148 2004-04-23  Robert Wruck  <wruck@tweerlei.de>
5149
5150         * include/commctrl.h (LPNMLVDISPINFO): Add defines.
5151
5152 2004-04-23  Robert Wruck  <wruck@tweerlei.de>
5153
5154         * include/aclui.h: New file.
5155         * lib/aclui.def: New file.
5156         * lib/test.c: Add aclui.h to includes.
5157
5158 2004-04-21  Danny Smith  <dannysmith@users.sourceforge.net>
5159
5160         * include/winuser.h (SPI_GETACTIVEWINDOWTRACKING,
5161         SPI_GETACTIVEWNDTRKZORDER, SPI_SETACTIVEWINDOWTRACKING,
5162         SPI_SETACTIVEWNDTRKZORDER): Remove duplicate defines.
5163
5164 2004-04-20  Christopher Faylor  <cgf@alum.bu.edu>
5165
5166         * include/wingdi.h: Protect non-unicode case of below.
5167
5168 2004-04-20  Christopher Faylor  <cgf@alum.bu.edu>
5169
5170         * include/wingdi.h: Protect use of ENUMLOGFONTEXDV, PENUMLOGFONTEXDV,
5171         LPENUMLOGFONTEXDV with appropriate version check.
5172
5173 2004-04-18  Hans Leidekker  <hans@it.vu.nl>
5174
5175         * lib/directx/dxguid.c (CLSID_DirectSoundPrivate,
5176         DSPROPSETID_DirectSoundDevice): Add defines.
5177
5178 2004-04-20  Adrian Sandor  <aditsu@users.sourceforge.net>
5179
5180         * include/msacm.h: New file.
5181
5182 2004-01-09  Stuart Cunningham  <stuart_hc@users.sourceforge.net>
5183
5184         * include/objbase.h (STGFMT): Declare enum.
5185         (STGOPTIONS): Declare structure.
5186         (StgCreateStorageEx, StgOpenStorageEx): Declare.
5187         (STGOPTIONS_VERSION): Define.
5188         * lib/ole32.def (StgCreateStorageEx, StgOpenStorageEx): Add stubs.
5189
5190 2004-04-13  Filip Navara  <xnavara@volny.cz>
5191
5192         * include/winuser.h (IS_INTRESOURCE, MB_CANCELTRYCONTINUE,
5193         WM_NCXBUTTONDOWN, WM_NCXBUTTONUP, WM_NCXBUTTONDBLCLK,
5194         WM_XBUTTONDOWN, WM_XBUTTONUP, WM_XBUTTONDBLCLK,
5195         DCX_INTERSECTUPDATE, MK_XBUTTON1, MK_XBUTTON2,
5196         HELP_SETWINPOS): Define.
5197         (WM_MOUSELAST): Different value for _WIN32_WINNT >= 0x0500.
5198         (SPI_*): Add new definitions for WINVER >= 0x500.
5199         (CallMsgFilter[AW], SetWindowsHookA): Correct prototype.
5200         (InternalGetWindowText, SetWindowsHookW): Declare.
5201         * include/winbase.h (InitializeSListHead): Avoid conflicting
5202         definition with DDK headers.
5203
5204 2004-04-13  Gé van Geldorp  <gvg@reactos.com>
5205
5206         * include/winuser.h (GetLastError): Move from here...
5207         * include/winbase.h: ... to here.
5208
5209 2004-04-13  Filip Navara  <xnavara@volny.cz>
5210
5211         * include/winspool.h (DocumentPropertiesW): Correct prototype.
5212
5213 2004-04-13  Filip Navara  <xnavara@volny.cz>
5214
5215         * include/wingdi.h (ENHMETAHEADER): Add definitions for
5216         WINVER >= 0x400.
5217         (WCRANGE, GLYPHSET, LPPOLYTEXT[AW]): Declare.
5218         (ENUMLOGFONTEXW): Fix definition.
5219         (ENUMLOGFONTEXDV[AW]): Declare.
5220
5221 2004-04-13  Filip Navara  <xnavara@volny.cz>
5222
5223         * include/wingdi.h: Declare the DirectDraw structures only if
5224         the DirectDraw kernel mode headers aren't included.
5225         (EMFINFO): Declare.
5226         (EngStretchBlt, EngTextOut, FONTOBJ_cGetGlyphs,
5227         STROBJ_bEnumPositionsOnly): Correct prototypes.
5228
5229 2004-04-13  Filip Navara  <xnavara@volny.cz>
5230
5231         * include/objidl.h (PRPCOLEMESSAGE): Declare.
5232         * include/rpc.h (RPCRTAPI): Define.
5233         * include/rpcdce.h (RpcServerRegisterIf2): Declare.
5234         * include/rpcdcep.h (RPC_BLOCKING_FN, I_RpcSend): Declare.
5235         (RPC_BLOCKING_FUNCTION): Remove, replaced by RPC_BLOCKING_FN.
5236         (I_RpcBindingSetAsync): Correct prototype.
5237         * include/rpcndr.h (MIDL_STUB_MESSAGE): Rename 'Reserved' field
5238         to w2kReserved.
5239         (USER_MARSHAL_SIZING_ROUTINE, USER_MARSHAL_MARSHALLING_ROUTINE,
5240         USER_MARSHAL_UNMARSHALLING_ROUTINE, USER_MARSHAL_FREEING_ROUTINE,
5241         USER_MARSHAL_ROUTINE_QUADRUPLE, NDR_NOTIFY_ROUTINE, IDL_CS_CONVERT,
5242         CS_TYPE_NET_SIZE_ROUTINE, CS_TYPE_LOCAL_SIZE_ROUTINE,
5243         CS_TYPE_TO_NETCS_ROUTINE, CS_TYPE_FROM_NETCS_ROUTINE,
5244         CS_TAG_GETTING_ROUTINE, NDR_CS_SIZE_CONVERT_ROUTINES,
5245         NDR_CS_ROUTINES, NdrUserMarshalMarshall, NdrUserMarshalUnmarshall,
5246         NdrUserMarshalBufferSize, NdrUserMarshalMemorySize,
5247         NdrUserMarshalFree): Declare.
5248         (MIDL_STUB_DESC): Add new fields that were added in W2K.
5249         * include/rpcproxy.h (CStdStubBuffer): Ditto.
5250
5251 2004-04-13  Filip Navara  <xnavara@volny.cz>, David Welch  <welch@cwcom.net>
5252
5253         * include/ddk/ntapi.h (NtCurrentProcess, NtCurrentThread,
5254         LPC_MESSAGE_BASE_SIZE): Define.
5255         * include/ddk/ntifs.h: Move the pack pragma under header inclusion.
5256
5257 2004-04-13  Filip Navara  <xnavara@volny.cz>
5258
5259         * include/commctrl.h (TB_MARKBUTTON, NMTBGETINFOTIP[AW]):
5260         Declare.
5261
5262 2004-04-18  Allan Bazinet  <bazineta@users.sourceforge.net>
5263
5264         * include/winuser.h (MONITORINFOEX[AW]): Change to be derived from
5265         MONITORINFO when compiling as C++.
5266
5267 2004-04-17  Luke Dunstan  <infidel@users.sourceforge.net>
5268
5269         * README.w32api: List separate copyright conditions for some headers.
5270         * include/(winsock2.h, wsipx.h): Minor change to copyright header.
5271
5272 2004-04-15  Danny Smith  <dannysmith@users.sourceforge.net>
5273
5274         * include/wingdi.h (RGB): Correct macro.
5275
5276 2004-04-14  Robert Wruck  <rwruck@users.sourceforge.net>
5277
5278         * include/ddk/winddk.h (RtlEqualLuid): Correct macro.
5279
5280 2004-04-06  Luke Dunstan  <infidel@users.sourceforge.net>
5281
5282         * include/ocidl.h (QACONTAINERFLAGS): Correct typedef.
5283
5284 2004-03-29  Danny Smith  <dannysmith@users.sourceforge.net>
5285
5286         * lib/Makefile.in: Add directx to .PHONY target.
5287         * lib/directx/dxerr.c: Remove dependence on mingw runtime.
5288         Don't include stdio.h or tchar.h.
5289         Replace _T() macro with TEXT() macro, throughout.
5290         Replace _stprintf with wsprintf, throughout.
5291
5292 2004-03-27  Hosaka Yuji  <hos@tamanegi.org>
5293
5294         * include/dbt.h (DBT_DEVTYP_DEVICEINTERFACE, DBT_DEVTYP_HANDLE):
5295         Add define.
5296         (DEV_BROADCAST_DEVICEINTERFACE, DEV_BROADCAST_HANDLE): Add struct.
5297         * include/winuser.h (UnregisterDeviceNotification): Add prototype.
5298         * lib/user32.def (UnregisterDeviceNotification): Add export stub.
5299
5300 2004-03-27  Filip Navara  <xnavara@volny.cz>
5301
5302         * include/directx: New subdir.
5303         * lib/directx: Ditto.
5304         * include/directx/(d3d9.h, d3d9caps.h, d3d9types.h, dxerr8.h,
5305         dxerr9.h): New files.
5306         * lib/directx/(Makefile.in, d3d8.def, d3d9.def, d3dim.def, d3drm.def,
5307         d3dx8d.def, d3dx9d.def, d3dxof.def, ddraw.def, dinput.def,
5308         dinput_joy.c, dinput_joy2.c, dinput_kbd.c, dinput_mouse.c,
5309         dinput_mouse2.c, dinput_private.h, dinput8.def, dmoguids.c, dplayx.def,
5310         dpnaddr.def, dpnet.def, dpnlobby.def, dpvoice.def, dsetup.def,
5311         dsound.def, dxerr.c, dxerr8.c, dxerr8w.c, dxerr9.c, dxerr9w.c,
5312         dxguid.c, ksproxy.def, ksuser.c, ksuser.def, msdmo.def, quartz.def,
5313         strmiids.c, test.c): Ditto.
5314         * lib/(d3dim.def, d3drm.def, d3dxof.def, ddraw.def, dinput.c,
5315         dinput.def, dplayx.def, dsetup.def, dsound.def, dxguid.c): Removed.
5316
5317 2004-03-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5318
5319         * include/GL/glu.h (GLU_AUTO_LOAD_MATRIX, GLU_CULLING,
5320         GLU_SAMPLING_TOLERANCE, GLU_DISPLAY_MODE, GLU_PARAMETRIC_TOLERANCE,
5321         GLU_SAMPLING_METHOD, GLU_U_STEP, GLU_V_STEP): Define.
5322
5323 2004-03-24  Filip Navara  <xnavara@volny.cz>
5324
5325         * include/commctrl.h (TB_GETSTRING[AW]): Add defines.
5326         (RBBS_HIDETITLE, RBBS_TOPALIGN): Ditto.
5327
5328 2004-03-24  Filip Navara  <xnavara@volny.cz>
5329
5330         * include/ddk/srb.h (_PORT_CONFIGURATION_INFORMATION):  Rename
5331         TaggedQueueing to TaggedQueuing.
5332         (_HW_INITIALIZATION_DATA): Likewise.
5333
5334 2004-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
5335
5336         * include/docobj.h (IOleDocumentView::GetDocument): Correct
5337         prototype.
5338         Thanks to Buster Copley  <consequent@users.sourceforge.net>
5339
5340 2004-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
5341
5342         * lib/ddk/ntoskrnl.def (MmAllocatePagesForMdl): Correct suffix.
5343         (MmMapIoSpace): Likewise.
5344         Thanks to Dan Aloni  <da-x@colinux.org>
5345
5346 2004-03-16  Martin Fuchs  <martin-fuchs@gmx.net>
5347
5348         * include/shellapi.h (NIM_* NIS_*): Define constants for
5349         notification icons with _WIN32_IE >= 0x0500.
5350         (NOTIFYICONDATA): Add new structure members for notification
5351         icons with _WIN32_IE >= 0x0500.
5352
5353 2004-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
5354
5355         *include/wininet.h (CACHEGROUP_SEARCH_ALL, CACHEGROUP_SEARCH_BYURL):
5356         Add defines.
5357         (INTERNET_CACHE_GROUP_ADD, INTERNET_CACHE_GROUP_REMOVE): Add defines.
5358         (GROUPID) Add typedef.
5359         (INTERNET_CACHE_GROUP_INFO[AW]): Define structures.
5360         (CreateUrlCacheGroup): Add prototype.
5361         (DeleteUrlCacheGroup): Add prototype.
5362         (FindFirstUrlCacheGroup): Add prototype.
5363         (FindNextUrlCacheGroup): Add prototype.
5364         (GetUrlCacheGroupAttribute[AW]): Add prototypes.
5365         (SetUrlCacheGroupAttribute[AW]): Add prototypes.
5366
5367 2004-03-10  Al Slater  <al.slater@scluk.com>
5368
5369         * include/winsock2.h: Add missing LPFN_ typdefs for
5370         function pointers.
5371         Clean up whitespace.
5372
5373 2004-03-05  Filip Navara  <xnavara@volny.cz>
5374
5375         * include/ddk/scsi.h: Replace assert with ASSERT.
5376         * include/ddk/video.h: Ditto.
5377         * include/ddk/winddk.h: Ditto. Remove the assert macro.
5378         * include/ddk/tdi.h: Correct packing.
5379
5380 2004-03-04  Danny Smith  <dannysmith@users.sourceforge.net>
5381
5382         * include/wtypes.h (DECIMAL_SETZERO): Add definition for
5383         NONAMELESSUNION case.
5384
5385 2004-03-03  Martin Fuchs  <martin-fuchs@gmx.net>
5386
5387         * include/oleauto.h (V_UNION, V_VT, V_DECIMAL): Use
5388         __VARIANT_NAME_ constants.
5389
5390 2004-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
5391
5392         * include/uxtheme.h: Include <commctrl.h>
5393
5394 2004-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
5395
5396         * include/basetyps.h (GUID_SECT): Define to nothing for GCC >= 2.95.
5397
5398 2004-03-02  Martin Fuchs  <martin-fuchs@gmx.net>
5399
5400         * include/oleauto.h (VAR_VALIDDATE, VAR_FORMAT_NOSUBSTITUTE,
5401         VAR_FOURDIGITYEARS): Define new constants. Group VAR_*  defines
5402         together.
5403         (V_UI2, V_UI4, V_UI4REF, V_UI, V_UI8REF): Define macros.
5404         (V_I8, V_I8REF): Correct macros.
5405         (V_DECIMAL): Correct macro definitions.
5406         (V_INT_PTR, V_UINT_PTR, V_INT_PTRREF, V_UINT_PTRREF): Define
5407         constants.
5408         (VTBIT_*): Define constants.
5409         (UDATE): Add structure definition.
5410         (VarDateFromUdate, VarDateFromUdateEx, VarUdateFromDate): Declare
5411         functions.
5412         (SafeArrayCreateVector): Correct parameter type from UINT to ULONG
5413         (SafeArrayCreateVectorEx): Declare function.
5414         (Var*): declare VARIANT manipulation functions.
5415         * include/ocidl.h (IPicture_*): Define IPicture COBJ macros.
5416         * include/oaidl.h (IRecordInfo_*): Define IRecordInfo COBJ
5417         macros.
5418
5419 2004-03-01  Martin Fuchs  <martin-fuchs@gmx.net>
5420
5421         * include/oaidl.h (FADF_*): Define missing constants.
5422         (IDispatch_*): Define COBJ macros.
5423         (VARIANT): Add missing union members llVal and ullVal.
5424         (wireVARIANT): Likewise.
5425         (ITypeinfo_*): Define COBJ macros.
5426         * include/oleauto.h (Var*FromDisp): Correct parameter type from
5427         LPDISPATCH* to LPDISPATCH.
5428         (VARCMP_*, VAR_LOCALBOOL, LOCALE_USE_NLS, VARIANT_*,
5429         VAR_CALENDAR_*): Add missing constants.
5430         (SafeArray[Get/Set]*): Add prototypes.
5431         (Var*From*):  Add missing prototypes.
5432         (NUMPRS_*): Add defines.
5433         (NUMPARSE): Define structure.
5434         (VarParseNumFromStr,VarNumFromParseNum): Add prototypes.
5435         * include/winerror.h (DISP_E_DIVBYZERO): Define constant.
5436         * include/winuser.h (COLOR_*): Define missing constants.
5437         * include/wtypes.h (enum VARENUM): Add VT_INT_PTR, VT_UINT_PTR.
5438         (VT_INT_PTR, VT_UINT_PTR): Remove macro definitions.
5439
5440 2004-02-23  Filip Navara  <xnavara@volny.cz>
5441
5442         * include/ddk/video.h: Corrected packing.
5443
5444 2004-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
5445
5446         * include/GL/glu.h (GLU_ERROR): Define.
5447         Thanks to Philip Lamb  <phil at rave dot co dot nz>
5448
5449 2004-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
5450
5451         * include/GL/glu.h: Include <stddef.h>.
5452         Thanks to Greg Couch <gregcouch@users.sourceforge.net>
5453
5454 2004-02-15  Earnie Boyd  <earnie@users.sf.net>
5455
5456         * include/w32api.h: Increment version to 3.0.
5457         * Makefile.in: Ditto.
5458         * README.win32api: Modify license to Public Domain per agreement as
5459         found in the mingw-dvlpr list archive.
5460
5461 2004-02-13  Earnie Boyd  <earnie@users.sourceforge.net>
5462
5463         * include/ddk/winddk.h (DIRECTORY_QUERY): Add define.
5464         (DIRECTORY_TRAVERSE): Ditto.
5465         (DIRECTORY_CREATE_OBJECT): Ditto.
5466         (DIRECTORY_CREATE_SUBDIRECTORY): Ditto.
5467         (DIRECTORY_ALL_ACCESS): Ditto.
5468         Thanks to Konstantin Stepaniuk <skostia@users.sourceforge.net>
5469
5470 2004-02-12  Danny Smith  <dannysmith@users.sourceforge.net>
5471
5472         * include/basetypes.h (_REFIID_DEFINED): Correct typo.
5473
5474         * include/winuser.h (NCCALCSIZE_PARAMS): Define structure.
5475         Thanks to Mike Nordell <tamlin at algonet dot se>.
5476
5477 2004-02-11  Danny Smith  <dannysmith@users.sourceforge.net>
5478
5479         * lib/dnsapi.def: New file.
5480         * lib/test.c: Include windns.h.
5481
5482 2004-02-11  Pierre A. Humblet  <Pierre.Humblet@ieee.org>
5483
5484         * include/windns.h: New file.
5485
5486 2004-02-11  Danny Smith  <dannysmith@users.sourceforge.net>
5487
5488         * include/sqlucode.h (SQLGetStmtAttr[AW]): Remove duplicate
5489         defines.
5490         (SQLSetStmtAttr[AW]): Move into ODBCVER >= 0x0300 block.
5491         (SQLSetDescFieldW): Correct prototype.
5492         (SQLSetDescFieldA): Add prototype.
5493         (SQLGetDescFieldW): Add prototype.
5494
5495 2004-02-11  Pat Thoyts  <patthoyts@users.sourceforge.net>
5496
5497         * include/winuser.h (DFC_POPUPMENU): Add define.
5498
5499 2004-02-07  Dan Aloni  <da-x@gmx.net>
5500
5501         * lib/ddk/ntoskrnl.def (KeSetTimer,KeSetTimerEx): Correct
5502         suffix.
5503
5504 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
5505
5506         * include/oleacc.h (LIBID_Accessibility): Declare.
5507         * lib/uuid.c (LIBID_Accessibility): Define.
5508
5509 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
5510
5511         * include/winioctl.h (NTFS_VOLUME_DATA_BUFFER): Add structure.
5512         (FSCTL_GET_NTFS_VOLUME_DATA): Add macro.
5513
5514 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
5515
5516         * include/commctrl.h (ICC_STANDARD_CLASSES, ICC_LINK_CLASS): Add
5517         defines.
5518
5519 2004-01-31  Jiri Malak  <Jiri.Malak@geac.cz>
5520
5521         * include/winuser.h (RT_MANIFEST): Make conditional on
5522         RC_INVOKED.
5523         (CREATEPROCESS_MANIFEST_RESOURCE_ID,
5524         ISOLATIONAWARE_MANIFEST_RESOURCE_ID,
5525         ISOLATIONAWARE_NOSTATICIMPORT_MANIFEST_RESOURCE_ID): Add
5526         defines.
5527
5528 2004-01-16 Martin Fuchs  <martin-fuchs@gmx.net>
5529
5530         * include/shlobj.h (SHGDN_INCLUDE_NONFILESYS): Add define.
5531
5532 2004-01-15  Filip Navara  <xnavara@volny.cz>
5533
5534         * include/ddk/mcd.h: Don't care about value of DBG define.
5535         * include/ddk/srb.h: Ditto.
5536         * include/ddk/storport.h: Ditto.
5537         * include/ddk/video.h: Ditto.
5538         * include/nspapi.h (SetServiceW, GetAddressByNameA,
5539         GetAddressByNameW): Correct protoype.
5540         * include/ntsecapi.h (PCUNICODE_STRING): Define.
5541
5542 2004-01-05  Filip Navara  <xnavara@volny.cz>
5543
5544         * include/prsht.h (LPCPROPSHEETPAGEW): Fix definition.
5545         * include/shlwapi.h (SHRegQueryInfoUSKey[AW]): Fix prototype.
5546         * include/cpl.h (CPL_STARTWPARMS[AW]): Correct.
5547         * include/shellapi.h (ABS_AUTOHIDE, ABS_ALWAYSONTOP,
5548         SEE_MASK_NO_CONSOLE, SEE_MASK_ASYNCOK, SEE_MASK_HMONITOR,
5549         FOF_NOCOPYSECURITYATTRIBS): Add defines.
5550         * include/shlobj.h (BFFM_SETOKTEXT, BFFM_SETEXPANDED,
5551         CSIDL_FLAG_DONT_VERIFY, CSIDL_FLAG_CREATE, CSIDL_FLAG_MASK,
5552         CFSTR_INETURL[AW], SHGDN_FOREDITING, SHGDN_FORADDRESSBAR,
5553         SSF_*): Add defines.
5554         (SHCNF_PATH[AW], SHCNF_PRINTER[AW], CFSTR_FILENAME[AW],
5555         CFSTR_FILENAMEMAP[AW], CFSTR_FILEDESCRIPTOR[AW], CFSTR_SHELLURL,
5556         CMDSTR_NEWFOLDER[AW], CMDSTR_VIEWLIST[AW], CMDSTR_VIEWDETAILS[AW]):
5557         Correct.
5558         (IEnumIDList): Add COBJMACROS.
5559         * include/winuser.h (MIM_*): Add define.
5560
5561 2004-01-04  Filip Navara  <xnavara@volny.cz>
5562
5563         * include/shlguid.h (IID_IPersistFolder2, IID_IPersistFolder3,
5564         IID_IShellFolder2, IID_IFileSystemBindData): Add declarations.
5565         * include/shlobj.h (EXTRASEARCH, SHCOLSTATEF, SHELLDETAILS,
5566         PERSIST_FOLDER_TARGET_INFO): Define structures.
5567         (IEnumExtraSearch, IShellFolder2, IFileSystemBindData,
5568         IPersistFolder2, IPersistFolder3): Add COM interface
5569         definitions.
5570         (IExtractIcon[AW], IShellLink[AW], IPersistFolder, IShellView,
5571         ICommDlgBrowser, IShellFolder2, IPersistFolder2, IPersistFolder3):
5572         Add COBJMACROS.
5573         (SHCreateDirectoryEx[AW], SHBindToParent): Add prototypes.
5574         * lib/shell32.c (IID_IPersistFolder2, IID_IPersistFolder3,
5575         IID_IShellFolder2, IID_IFileSystemBindData): Add definitions.
5576
5577 2004-01-03  Danny Smith  <dannysmith@users.sourceforge.net>
5578
5579         * include/mshtml.h (IHTMLDocument2): Correct write, writeln
5580         declarations.
5581         Thanks to: Rene Nyffenegger <renenyffenegger@users.sf.net>.
5582
5583 2004-01-03  Filip Navara  <xnavara@volny.cz>
5584
5585         * include/cguid.h (CLSID_StdGlobalInterfaceTable): Declare IID.
5586         * include/oaidl.h (ITypeLib2, ITypeInfo2): Define interfaces,
5587         declare IID's.
5588         (IErrorInfo): Add COBJMACROS.
5589         * include/objbase.h (STGM_NOSNAPSHOT): Add define.
5590         (CoGetPSClsid): Add protototype,
5591         (CoRegisterPSClsid): Likewise.
5592         * include/objidl.h (IMarshal): Correct methods.
5593         (IMallocSpy): Likewise,
5594         (LPPSFACTORYBUFFER): Add typedef.
5595         (IGlobalInterfaceTable): Define interface and COBJMACROS. Declare
5596         IID.
5597         (IStorage_CreateStorage, IRpcStubBuffer_Invoke): Fix macros.
5598         * include/ocidl.h (PROPBAG2_TYPE): Define enum.
5599         (PROPBAG2, QACONTAINERFLAGS, QACONTAINER, QACONTROL): Define
5600         structures.
5601         (IPropertyBag2, IPersistPropertyBag2,IAdviseSinkEx, IPointerInactive,
5602         IOleUndoUnit, IOleParentUndoUnit, IEnumOleUndoUnits, IOleUndoManager,
5603         IQuickActivate): Define interfaces. Declare IID's.
5604         (IPersistPropertyBag2): Add COBJMACROS.
5605         (LPOLEUNDOMANAGER): Add typedef.
5606         (LPPROPERTYBAG2): Likewise.
5607         * include/oleidl.h (LPPARSEDISPLAYNAME): Fix definiton.
5608         (BINDSPEED): Add definition.
5609         (IParseDisplayName, IOleItemContainer, IOleObject, IDropSource,
5610         IDropTarget): Add COBJMACROS.
5611         * include/wtypes.h (MEMCTX, MSHCTX): Fix enum.
5612         * include/winerror.h (CO_S_NOTALLINTERFACES): Add define.
5613         * lib/uuid.c (IID_IGlobalInterfaceTable, IID_IOleUndoManager,
5614         IID_IPersistPropertyBag2, IID_IPropertyBag2, IID_IRpcProxyBuffer):
5615         Add IID definitions.
5616
5617 2004-01-02  Filip Navara  <xnavara@volny.cz>
5618
5619         * include/ddk/winddk.h: Don't care about value of
5620         DBG define.
5621
5622 2004-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
5623             Filip Navara  <xnavara@volny.cz>
5624
5625         * include/ddk/winddk.h (_DDK_DUMMYUNION_MEMBER,
5626         _DDK_DUMMYUNION_N_MEMBER): New macros.
5627         (ExAllocateFromPagedLookasideList,ExFreeToPagedLookasideList,
5628         ExAllocateFromNPagedLookasideList, ExFreeToNPagedLookasideList):
5629         Use them.
5630
5631 2004-01-01  Filip Navara  <xnavara@volny.cz>
5632
5633         * include/objbase.h: Don't care about value of DBG define.
5634         * include/objidl.h: Add some COBJMACROS.
5635         * include/ocidl.h: Ditto.
5636         * include/oleidl.h: Ditto.
5637         * include/servprov.h: Ditto.
5638         * include/shlobj.h: Ditto.
5639         * include/shlobj.h (IContextMenu2): Correct parent in
5640         DECLARE_INTERFACE.
5641         * include/oleidl.h (IOleCache, IOleCache2, IOleCacheControl):
5642         Define interfaces.
5643         * include/setupapi.h (SetupGetLineTextA): Correct prototype.
5644         Add new constants for _SETUPAPI_VER >= 0x501.
5645
5646 2004-01-01  Filip Navara  <xnavara@volny.cz>
5647
5648         * include/winnt.h (NtCurrentTeb): Add inline definition.
5649
5650 2004-01-01  Martin Fuchs  <martin-fuchs@gmx.net>
5651
5652         * include/shlobj.h (SHCoCreateInstance): Add prototype.
5653         * lib/shell32.def (SHCoCreateInstance): Add export stub.
5654
5655 2004-01-01  Igor Pechtchanski  <pechtcha@cs.nyu.edu>
5656
5657         * lib/setupapi.def (CM_Request_Device_Eject[AW]): Add export.
5658         (CM_Request_Device_Eject_Ex[AW]): Likwise.
5659         * include/ddk/cfg.h (DN_*): Add defines.
5660
5661 2004-01-01  Danny Smith  <dannysmith@users.sourceforge.net>
5662
5663         * lib/ddk/cfgmgr32.def: Remove duplicate symbol names.
5664
5665 2004-01-01  Mattia Barbon  <mbarbon@users.sourceforge.net>
5666
5667         * include/commctrl.h (TVN_GETINFOTIP): Add UNICODE mappings.
5668         (NMTVGETINFOTIP): Add structure.
5669
5670 2003-12-08  Danny Smith  <dannysmith@users.sourceforge.net>
5671
5672         * include/winuser.h (DISPLAY_DEVICE_*): Remove defines.
5673         * include/wingdi.h (DISPLAY_DEVICE_REMOVABLE,
5674         DISPLAY_DEVICE_MODESPRUNED): Add defines.
5675
5676 2003-12-08  Hartmut Honisch  <hhonisch@users.sourceforge.net>
5677
5678         * include/commctrl.h (ListView_Get_State, ListView_Check_State):
5679         Add macros.
5680         * include/wingdi.h  (DISPLAY_DEVICE_*): Add multi-monitor
5681         constants.
5682         * include/shlobj.h (SHCOLUMNINIT): Add structure.
5683         (SHCOLUMNDAT): Likwise.
5684         (SHCOLUMNID): Likewise.
5685         (SHCOLUMNINFO): Likewise.
5686         (SHCOLSTATE): Add enum.
5687         (IColumnProvider): Add COM interface.
5688         (IQueryInfo): Likewise.
5689         (IShellIconOverlayIdentifier): Likewise.
5690         * include/shlguid.h (IID_IColumnProvider) Declare.
5691         (IID_IQueryInfo): Likweise.
5692         (IID_IShellIconOverlayIdentifier): Likwise.
5693         * lib/shell32.c (IID_IColumnProvider) Define.
5694         (IID_IQueryInfo): Likweise.
5695         (IID_IShellIconOverlayIdentifier): Likwise.
5696
5697 2003-12-08  Roald Ribe  <rrib@users.sourceforge.net>
5698
5699         * include/winuser.h (RT_MANIFEST): Add define.
5700
5701 2003-12-08  Pascal Buhler  <pbuhler@users.sourceforge.net>
5702
5703         * include/oleidl.h (IViewObject2): Inherit from IViewObject.
5704
5705 2003-12-01  Danny Smith  <dannysmith@users.sourceforge.net>
5706
5707         * include/winnt.h (GetCurrentFiber): Remove duplicate prototype.
5708         (GetFiberData): Likewise.
5709         (GetCurrentFiber): Change volatile to __volatile__.
5710         (GetFiberData): Likewise.
5711
5712 2003-11-27  Christopher Faylor  <cgf@redhat.com>
5713
5714         * lib/Makefile.in: Use make function to locate .mri file to allow
5715         building in directory other than source directory.
5716
5717 2003-11-27  Danny Smith  <dannysmith@users.sourceforge.net>
5718
5719         * lib/vfw32.def: Remove, replacing with ...
5720         * lib/msvfw32.def: New file.
5721         * lib/avicap32.def: New file.
5722         * lib/avifil32.def: New file.
5723         * lib/vfw32.mri: New file.
5724         * Makefile.in: (MRI_FILES, MIMPLIBS): New vars for
5725         import libs with multiple dll's.
5726         (LIBS): Add MIMPLIBS.
5727         (DISTFILES): Add MRI_FILES.
5728         (libvfw32.a): Build using mri script.
5729
5730 2003-11-23  Danny Smith  <dannysmith@users.sourceforge.net>
5731
5732         * include/winnt.h (PAGE_*): Group defines together. Change
5733         constants to hex notation.
5734
5735 2003-11-15  Manu B  <manubee@users.sourceforge.net>
5736
5737         * include/commctrl.h (TabCtrl_GetImageList): Add macro.
5738
5739 2003-11-13 Martin Fuchs  <martin-fuchs@gmx.net>
5740
5741         * include/shlobj.h (ILAppendID, ILClone, ILCloneFirst, ILCombine,
5742         ILFindChild, ILFindLastID, ILFree, ILGetNext, ILGetSize, ILIsEqual,
5743         ILIsParent, ILLoadFromStream, ILRemoveLastID, ILSaveToStream):
5744         Add prototypes.
5745         * lib/shell32.def: Add stubs.
5746
5747         * include/commctrl.h (ListView_FindItem): Add type cast to avoid
5748         compiler warnings.
5749
5750 2003-11-13  Hans Leidekker  <hans@it.vu.nl>
5751
5752         * include/winbase.h (WIN32_STREAM_ID): Correct typedef.
5753
5754 2003-10-13  Andre Auzi  <aauzi@users.sourceforge.net>
5755
5756         * include/windows.h (CopyCursor): Define as macro.
5757
5758 2003-10-13  Steven Edwards  <Steven_Ed4153@yahoo.com>
5759
5760         * include/winnt.h (CONTAINING_RECORD): Add macro.
5761
5762 2003-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
5763
5764         * include/winnt.h: (FILE_SUPERSEDED, FILE_OPENED, FILE_CREATED,
5765         FILE_OVERWRITTEN, FILE_EXISTS, FILE_DOES_NOT_EXIST): Remove
5766         defines.
5767
5768 2003-10-13  Filip Navara  <xnavara@volny.cz>
5769
5770         * include/commctrl.h (DSA_*): Add prototypes, typedefs and
5771         defines for Dynamic Storage Arrays.
5772         (DPA_*): Likewise, for Dynamic Pointer Arrays.
5773         (FlatSB_*, InitializeFlatSB, InitializeFlatSB): Add prototypes
5774         and defines for Flat ScrollBars.
5775         (SetWindowSubclass, GetWindowSubclass, RemoveWindowSubclass,
5776         DefSubclassProc): Add prototypes for subclassing.
5777         (DrawShadowText): Add prototype.
5778         (COMCTL32_VERSION): Define.
5779
5780 2003-10-13  Martin Fuchs  <Martin-Fuchs@gmx.net>
5781
5782         * include/shlobj.h (CFSTR_FILENAME, CFSTR_FILEDESCRIPTOR,
5783         CFSTR_FILENAMEMAP, CFSTR_SHELLURL): Correct UNICODE definitions.
5784
5785 2003-10-13  Pierre Humblet  <pierre.humblet@ieee.org>
5786
5787         * include/winnt.h (SM_REMOTESESSION): Add define.
5788         * include/winuser.h (SE_CREATE_GLOBAL_NAME): Ditto.
5789
5790 2003-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
5791
5792         * include/wincrypt (KP_IV, KP_SALT, KP_PADDING, KP_MODE,
5793         KP_MODE_BITS, KP_PERMISSIONS, KP_ALGID, KP_BLOCKLEN): Remove
5794         duplicate definitions.
5795         (KP_X, KP_Y): Correct typos.
5796
5797 2003-10-11  Manu B  <manubee@users.sourceforge.net>
5798
5799         * include/afxres.h: New file.
5800
5801         * include/richedit.h (ES_NOOLEDRAGDROP, ENM_DRAGDROPDONE,
5802         ENM_IMECHANGE, ENM_LANGCHANGE, ENM_OBJECTPOSITIONS,
5803         ENM_SCROLLEVENTS): Add constants.
5804
5805         * include/richedit.h (ES_SELECTIONBAR, ENM_LINK): Sort constants.
5806
5807 2003-10-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5808
5809         * include/errorep.h: New file.
5810
5811         * lib/faultrep.def: New file.
5812
5813 2003-10-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5814
5815         * include/winbase.h (AddVectoredExceptionHandler): Define if
5816         _WIN32_WINNT >= 0x0500.
5817
5818         * include/winnt.h (PVECTORED_EXCEPTION_HANDLER): Define if
5819         _WIN32_WINNT >= 0x0500.
5820
5821 2003-10-08  Corinna Vinschen  <corinna@vinschen.de>
5822
5823         * include/winbase.h (AddVectoredExceptionHandler): Only define if
5824         _WIN32_WINNT >= 0x0501.
5825
5826 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5827
5828         * include/winbase.h [_WIN32_WINNT >= 0x0500] (SetComputerNameEx[AW],
5829         UnregisterWaitEx): Add functions.
5830
5831         * include/winbase.h [_WIN32_WINNT >= 0x0500]
5832         (AddVectoredExceptionHandler, RemoveVectoredExceptionHandler): Add
5833         or guard function. The MSDN says it is available on Windows XP and
5834         better, and then it says it is declared for _WIN32_WINNT >= 0x0500.
5835         Huh?
5836
5837         * include/winbase.h [_WIN32_WINNT >= 0x0501] (AddRefActCtx,
5838         CreateActCtx[AW], SetFileShortName[AW], SetFileValidData,
5839         ZombifyActCtx, QueryActCtxW): Add functions.
5840
5841         * include/winbase.h [_WIN32_WINNT >= 0x0501]
5842         (QUERY_ACTCTX_FLAG_USE_ACTIVE_ACTCTX,
5843         QUERY_ACTCTX_FLAG_ACTCTX_IS_HMODULE,
5844         QUERY_ACTCTX_FLAG_ACTCTX_IS_ADDRESS): Add constants.
5845
5846         * include/winbase.h [_WIN32_WINNT >= 0x0502] (SetDllDirectory[AW],
5847         SetFirmwareEnvironmentVariable[AW]): Add functions.
5848
5849         * include/winnt.h [_WIN32_WINNT >= 0x0500] (VER_BUILDNUMBER,
5850         VER_MAJORVERSION, VER_MINORVERSION, VER_PLATFORMID,
5851         VER_SERVICEPACKMAJOR, VER_SERVICEPACKMINOR, VER_SUITENAME,
5852         VER_PRODUCT_TYPE, VER_EQUAL, VER_GREATER, VER_GREATER_EQUAL,
5853         VER_LESS, VER_LESS_EQUAL, VER_AND, VER_OR): Add constants.
5854
5855         * include/winnt.h [_WIN32_WINNT >= 0x0501]
5856         (PVECTORED_EXCEPTION_HANDLER): Add callback.
5857
5858         * include/winnt.h [_WIN32_WINNT >= 0x0501]
5859         (ACTIVATION_CONTEXT_INFO_CLASS,
5860         ACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION,
5861         ACTIVATION_CONTEXT_DETAILED_INFORMATION,
5862         ACTIVATION_CONTEXT_QUERY_INDEX, ASSEMBLY_FILE_DETAILED_INFORMATION):
5863         Add structures.
5864
5865         * lib/user32.def (AddRefActCtx, AddVectoredExceptionHandler,
5866         CreateActCtx[AW], SetComputerNameEx[AW], SetDllDirectory[AW],
5867         SetFileShortName[AW], SetFileValidData,
5868         SetFirmwareEnvironmentVariable[AW], UnregisterWaitEx,
5869         VerSetConditionMask, ZombifyActCtx, QueryActCtxW): Add functions.
5870
5871 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5872
5873         * include/winbase.h (GetWriteWatch, IsSystemResumeAutomatic,
5874         ResetWriteWatch): Add function.
5875
5876         * include/winbase.h [_WIN32_WINNT >= 0x0500]
5877         (GetSystemWindowsDirectory[AW], ProcessIdToSessionId, ReplaceFile[AW]):
5878         Add functions.
5879
5880         * include/winbase.h [_WIN32_WINNT >= 0x0501]
5881         (GetSystemWow64Directory[AW], HeapQueryInformation,
5882         HeapSetInformation, InitializeSListHead, InterlockedFlushSList,
5883         InterlockedPopEntrySList, InterlockedPushEntrySList, IsProcessInJob,
5884         IsWow64Process, QueryMemoryResourceNotification, ReleaseActCtx,
5885         RemoveVectoredExceptionHandler): Add functions.
5886
5887         * include/winnt.h [_WIN32_WINNT >= 0x0501] (HEAP_INFORMATION_CLASS):
5888         Add enumeration.
5889
5890         * include/winbase.h [_WIN32_WINNT >= 0x0502] (GetThreadIOPendingFlag):
5891         Add function.
5892
5893         * include/winbase.h [_WIN32_WINNT >= 0x0510] (RestoreLastError):
5894         Add function. The MSDN Magazine of June 2003 reads:
5895                 RestoreLastError is an enigma. It's code is identical to
5896                 SetLastError. It's unclear to me why it was made into a
5897                 separate API.
5898
5899         * lib/user32.def (GetSystemWindowsDirectory[AW],
5900         GetSystemWow64Directory[AW], GetThreadIOPendingFlag,
5901         HeapQueryInformation, HeapSetInformation, InitializeSListHead,
5902         InterlockedFlushSList, InterlockedPopEntrySList,
5903         InterlockedPushEntrySList, IsSystemResumeAutomatic, IsWow64Process,
5904         ProcessIdToSessionId, QueryMemoryResourceNotification, ReleaseActCtx,
5905         RemoveVectoredExceptionHandler, ReplaceFile[AW], ResetWriteWatch,
5906         RestoreLastError): Add functions.
5907
5908 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5909
5910         * include/winbase.h [_WIN32_WINNT >= 0x0500] (GetComputerNameEx[AW],
5911         GetProcessIoCounters): Add functions.
5912
5913         * include/winbase.h [_WIN32_WINNT >= 0x0500] (COMPUTER_NAME_FORMAT):
5914         Move around, needed by GetComputerNameEx.
5915
5916         * include/winbase.h [_WIN32_WINNT >= 0x0501] (FindActCtxSectionGuid,
5917         FindActCtxSectionString[AW], GetCurrentActCtx, GetNativeSystemInfo):
5918         Add functions.
5919
5920         * include/winbase.h [_WIN32_WINNT >= 0x0501]
5921         (ACTCTX_SECTION_KEYED_DATA): Add structure.
5922
5923         * include/winbase.h [_WIN32_WINNT >= 0x0502] (GetDllDirectory[AW],
5924         GetFirmwareEnvironmentVariable[AW], GetProcessHandleCount,
5925         GetProcessId, GetSystemRegistryQuota): Add functions, available on
5926         Windows XP SP1 and better.
5927
5928         * include/winnt.h [_WIN32_WINNT >= 0x0501]
5929         (ACTIVATION_CONTEXT_SECTION_ASSEMBLY_INFORMATION,
5930         ACTIVATION_CONTEXT_SECTION_DLL_REDIRECTION,
5931         ACTIVATION_CONTEXT_SECTION_WINDOW_CLASS_REDIRECTION,
5932         ACTIVATION_CONTEXT_SECTION_COM_SERVER_REDIRECTION,
5933         ACTIVATION_CONTEXT_SECTION_COM_INTERFACE_REDIRECTION,
5934         ACTIVATION_CONTEXT_SECTION_COM_TYPE_LIBRARY_REDIRECTION,
5935         ACTIVATION_CONTEXT_SECTION_COM_PROGID_REDIRECTION,
5936         ACTIVATION_CONTEXT_SECTION_CLR_SURROGATES): Add constants.
5937
5938         * lib/user32.def (FindActCtxSectionGuid, FindActCtxSectionString[AW],
5939         GetComputerNameEx[AW], GetCurrentActCtx, GetDllDirectory[AW],
5940         GetFirmwareEnvironmentVariable[AW], GetModuleHandleEx[AW],
5941         GetNativeSystemInfo, GetProcessHandleCount, GetProcessIoCounters):
5942         Add functions.
5943
5944 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5945
5946         * include/winbase.h [_WIN32_WINNT >= 0x0501]
5947         (CheckRemoteDebuggerPresent, DebugActiveProcessStop, DebugBreakProcess,
5948         DebugSetProcessKillOnExit): Add functions.
5949
5950         * include/winbase.h [_WIN32_WINNT >= 0x0500] (DeleteTimerQueue,
5951         DeleteTimerQueueEx, DeleteTimerQueueTimer,
5952         DnsHostnameToComputerName[AW]): Add functions.
5953
5954         * lib/user32.def (CheckRemoteDebuggerPresent, DebugActiveProcessStop,
5955         DebugBreakProcess, DebugSetProcessKillOnExit, DeleteTimerQueueEx,
5956         DeleteTimerQueueTimer, DnsHostnameToComputerName[AW]): Add functions.
5957
5958 2003-10-07  Kobun Fujimori  <kobun@users.sourceforge.net>
5959
5960         * include/winbase.h (GetVolumePathNamesForVolumeName): Available
5961         on Windows XP and later.
5962
5963 2003-10-07  Manu B  <manubee@users.sourceforge.net>
5964
5965         * include/commctrl.h (TreeView_Select): Returns BOOL.
5966
5967 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5968
5969         * include/winbase.h (CancelDeviceWakeupRequest): Add function.
5970
5971         * include/winbase.h [_WIN32_WINNT >= 0x0501]
5972         (CreateMemoryResourceNotification, DeactivateActCtx): Add functions.
5973
5974         * include/winbase.h [_WIN32_WINNT >= 0x0500] (CreateTimerQueue,
5975         CreateTimerQueueTimer): Add function.
5976
5977         * include/winbase.h [_WIN32_WINNT >= 0x0501]
5978         (MEMORY_RESOURCE_NOTIFICATION_TYPE): Add enumeration.
5979
5980         * include/winbase.h [_WIN32_WINNT >= 0x0501]
5981         (DEACTIVATE_ACTCTX_FLAG_FORCE_EARLY_DEACTIVATION): Add constant.
5982
5983         * include/winnt.h (WT_*): Add constants.
5984
5985         * lib/user32.def (CancelDeviceWakeupRequest,
5986         CreateMemoryResourceNotification, CreateTimerQueueTimer,
5987         DeactivateActCtx): Add functions.
5988
5989 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5990
5991         * include/winbase.h [_WIN32_WINNT >= 0x0400] (ConvertFiberToThread):
5992         Add function. Sometimes I don't understand MSDN. This function is
5993         available on Windows XP and Server 2003, but the SDK is supposed to
5994         make it available when _WIN32_WINNT >= 0x0400, or so says the MSDN.
5995         Mmmh...
5996
5997         * include/winbase.h [_WIN32_WINNT >= 0x0400] (CreateFiberEx):
5998         Guard function. Same remark as above.
5999
6000         * lib/user32.def (ConvertFiberToThread, CreateFiberEx):
6001         Add functions.
6002
6003 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6004
6005         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ACTCTX_FLAG_*):
6006         Add constants.
6007
6008         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ACTCTX[AW]): Add
6009         structures.
6010
6011         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ActivateActCtx): Add
6012         function. MSDN says the first argument is HACTCTX but I'm not sure
6013         where such a specialized handle is defined, so use HANDLE instead.
6014
6015         * include/winbase.h [_WIN32_WINNT >= 0x0501] (AttachConsole,
6016         CheckNameLegalDOS8Dot3[AW]): Add functions.
6017
6018         * lib/user32.def (ActivateActCtx, AttachConsole,
6019         CheckNameLegalDOS8Dot3[AW]): Add functions.
6020
6021         * lib/user32.def (AddLocalAlternateComputerName[AW]): Add functions.
6022         Unfortunately I don't know which header to put the declarations in.
6023
6024 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6025
6026         * include/winnls.h (CTRY_KYRGYZSTAN, CTRY_MALDIVES, CTRY_MONGOLIA):
6027         Add constants.
6028
6029         * include/winnls.h (NLS_FUNCTION, SYSGEOCLASS, SYSGEOTYPE): Add
6030         constants for National Language Support.
6031
6032         * include/winnls.h (NLSVERSIONINFO): Add structure for National
6033         Language Support.
6034
6035         * include/winnls.h (GEO_ENUMPROC): Add callback for National
6036         Language Support.
6037
6038         * include/winnls.h (EnumSystemGeoID, GetCalendarInfo[AW],
6039         GetGeoInfo[AW], GetUserGeoID, SetCalendarInfo[AW], SetUserGeoID):
6040         Add functions.
6041
6042         * include/winnls.h (IsNLSDefinedString, GetNLSVersion): Add
6043         functions. Strange... I am unable to find which library contains
6044         these functions. Can't find anything with pexports. Any clue?
6045
6046         * lib/user32.def (EnumSystemGeoID, GetGeoInfo[AW], GetUserGeoID,
6047         SetUserGeoID): Add functions.
6048
6049 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6050
6051         * include/winnt.h (LANG_KYRGYZ, LANG_MONGOLIAN, LANG_GALICIAN,
6052         LANG_SYRIAC, LANG_INVARIANT, SUBLANG_KASHMIRI_SASIA): Add constants.
6053
6054         * include/winnt.h (SUBLANG_AZERI_LATIN, SUBLANG_AZERI_CYRILLIC,
6055         SUBLANG_ENGLISH_ZIMBABWE, SUBLANG_ENGLISH_PHILIPPINES): Fix wrong
6056         value for constants.
6057
6058 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6059
6060         * include/wincrypt.h (SCHANNEL_MAC_KEY, SCHANNEL_ENC_KEY,
6061         INTERNATIONAL_USAGE, KP_SCHANNEL_ALG): Add constants. Specifying
6062         the algorithms.
6063
6064 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6065
6066         * include/wincrypt.h (CRYPT_FLAGS_*): Add constants. Protocol flags.
6067
6068 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6069
6070         * include/wincrypt.h (KP_*): Add constants. Needed by
6071         CryptSetKeyParam() and other functions.
6072
6073 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6074
6075         * include/winuser.h [_WIN32_WINNT >= 0x0501] (EVENT_*, CONSOLE_*):
6076         Add constants, related to Console Accessibility.
6077
6078 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6079
6080         * include/winuser.h [WINVER >= 0x0500] (EVENT_MAX): Ooops...
6081         wrong value for constant.
6082
6083 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6084
6085         * include/winuser.h [WINVER >= 0x0500] (EVENT_*): Add constants.
6086
6087         * include/uxtheme.h: Cleanup.
6088         * include/tmschema.h: Cleanup.
6089
6090 2003-10-02  Luke Dunstan  <infidel@users.sourceforge.net>
6091
6092         * include/winspool.h (GetDefaultPrinter[AW]): Add functions.
6093         * lib/winspool.def (GetDefaultPrinter[AW]): Add stubs.
6094
6095 2003-10-01  Danny Smith  <dannysmith@users.sourceforge.net>
6096
6097         * include/winnt.h (INVALID_FILE_ATTRIBUTES): Fix define.
6098
6099 2003-09-30  Danny Smith  <dannysmith@users.sourceforge.net>
6100
6101         * include/winuser.h (BSF_*, BSM_*):  Sync constants defined in
6102         both winuser.h and dbt.h.
6103         * include/dbt.h (BSF_*, BSM_*): Likewise.
6104
6105         * include/winuser.h (struct tagRAWINPUT): Remove
6106         _ANONYMOUS_UNION tag from named union.
6107         (struct tagRAWMOUSE): Add _ANONYMOUS_STRUCT to nameless struct.
6108
6109 2003-09-30  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6110
6111         * include/dhcpcdsk.h: New file.
6112         Note that MSDN is confused about whether it should start constant
6113         and structure names with DHCPCAPI or DHCPAPI. It's using both but
6114         experience suggests it's DHCPCAPI with `C'.
6115
6116         * lib/dhcpcsvc.def: New file.
6117
6118 2003-09-30  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6119
6120         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIM_INPUT,
6121         RIM_INPUTSINK): Add constants, for use by WM_INPUT notification.
6122
6123         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIDEV_REMOVE,
6124         RIDEV_EXCLUDE, RIDEV_PAGEONLY, RIDEV_NOLEGACY, RIDEV_INPUTSINK,
6125         RIDEV_CAPTUREMOUSE, RIDEV_NOHOTKEYS, RIDEV_APPKEYS): Add constants,
6126         for use in RAWINPUTDEVICE.
6127
6128         * include/winuser.h [_WIN32_WINNT >= 0x0501]
6129         (GetRawInputDeviceInfo[AW]): Ooops... there are
6130         ANSI/Unicode versions of this function.
6131
6132         * lib/user32.def (GetRawInputDeviceInfo[AW]): Ooops... there
6133         are ANSI/Unicode versions of this function.
6134
6135 2003-09-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6136
6137         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIM_TYPEMOUSE,
6138         RIM_TYPEKEYBOARD, RIM_TYPEHID, MOUSE_MOVE_RELATIVE,
6139         MOUSE_MOVE_ABSOLUTE, MOUSE_VIRTUAL_DESKTOP,
6140         MOUSE_ATTRIBUTES_CHANGED, RI_MOUSE_LEFT_BUTTON_DOWN,
6141         RI_MOUSE_LEFT_BUTTON_UP, RI_MOUSE_RIGHT_BUTTON_DOWN,
6142         RI_MOUSE_RIGHT_BUTTON_UP, RI_MOUSE_MIDDLE_BUTTON_DOWN,
6143         RI_MOUSE_MIDDLE_BUTTON_UP, RI_MOUSE_BUTTON_1_DOWNT_BUTTON_DOWN,
6144         RI_MOUSE_BUTTON_1_UP, RI_MOUSE_BUTTON_2_DOWNHT_BUTTON_DOWN,
6145         RI_MOUSE_BUTTON_2_UP, RI_MOUSE_BUTTON_3_DOWNDLE_BUTTON_DOWN,
6146         RI_MOUSE_BUTTON_3_UP, RI_MOUSE_BUTTON_4_DOWN,
6147         RI_MOUSE_BUTTON_4_UP, RI_MOUSE_BUTTON_5_DOWN,
6148         RI_MOUSE_BUTTON_5_UP, RI_MOUSE_WHEEL, KEYBOARD_OVERRUN_MAKE_CODE,
6149         RI_KEY_MAKE, RI_KEY_BREAK, RI_KEY_E0, RI_KEY_E1,
6150         RI_KEY_TERMSRV_SET_LED, RI_KEY_TERMSRV_SHADOW, RID_INPUT,
6151         RID_HEADER, RIDI_PREPARSEDDATA, RIDI_DEVICENAME,
6152         RIDI_DEVICEINFO): Add constants.
6153
6154         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RAWINPUTHEADER,
6155         RAWMOUSE, RAWKEYBOARD, RAWHID, RAWINPUT, RAWINPUTDEVICE,
6156         RAWINPUTDEVICELIST): Add structures.
6157
6158         * include/winuser.h [_WIN32_WINNT >= 0x0501] (DefRawInputProc,
6159         GetRawInputBuffer, GetRawInputData, GetRawInputDeviceInfo,
6160         GetRawInputDeviceList, GetRegisteredRawInputDevices): Add functions.
6161
6162         * lib/user32.def (DefRawInputProc, GetRawInputBuffer,
6163         GetRawInputData, GetRawInputDeviceInfo, GetRawInputDeviceList,
6164         GetRegisteredRawInputDevices): Add functions.
6165
6166 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6167
6168         * include/winable.h (BlockInput): Add function.
6169
6170         * include/winable.h (WS_ACTIVECAPTION): Add constant.
6171         For use with WINDOWINFO structure.
6172
6173         * include/winuser.h [_WIN32_WINNT >= 0x0500] (LockWorkStation):
6174         Add function.
6175
6176         * include/winuser.h [_WIN32_WINNT >= 0x0501] (IsWinEventHookInstalled):
6177         Add function.
6178
6179         * include/winuser.h [WINVER >= 0x0500] (UnhookWinEvent):
6180         Add function...
6181
6182         * include/winable.h [WINVER < 0x0500] (UnhookWinEvent):
6183         ...and duplicate.
6184
6185         * include/winuser.h [_WIN32_WINNT >= 0x0403] (SendInput):
6186         Guard function...
6187
6188         * include/winable.h [_WIN32_WINNT < 0x0403] (SendInput):
6189         ...and duplicate.
6190
6191         * include/winuser.h [WINVER >= 0x0500] (NotifyWinEvent):
6192         Guard function...
6193
6194         * include/winable.h [WINVER < 0x0500] (NotifyWinEvent):
6195         ...and duplicate.
6196
6197         * include/winuser.h [WINVER >= 0x0500] (MOUSEINPUT, KEYBDINPUT,
6198         HARDWAREINPUT, INPUT): Guard structures...
6199
6200         * include/winable.h [WINVER < 0x0500] (MOUSEINPUT, KEYBDINPUT,
6201         HARDWAREINPUT, INPUT): ...and duplicate.
6202
6203         * include/winuser.h [_WIN32_WINNT >= 0x0403] (INPUT_MOUSE,
6204         INPUT_KEYBOARD, INPUT_HARDWARE): Guard constants...
6205
6206         * include/winable.h [_WIN32_WINNT < 0x0403] (INPUT_MOUSE,
6207         INPUT_KEYBOARD, INPUT_HARDWARE): ...and duplicate.
6208
6209         * include/winuser.h: Move around some lines. Reformat according
6210         to recommended or dominant style. Remove FAR keyword.
6211
6212         * include/winable.h: Move around some lines.
6213
6214         * lib/user32.def (BlockInput, IsWinEventHookInstalled,
6215         LockWorkStation, UnhookWinEvent): Add functions.
6216
6217 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6218
6219         * include/winuser.h [_WIN32_WINNT >= 0x0501] (PrintWindow,
6220         PW_CLIENTONLY): Add function and constant.
6221
6222         * lib/user32.def (PrintWindow): Add function.
6223
6224 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6225
6226         * include/winuser.h (RealGetWindowClassA[AW]): Add function.
6227
6228         * lib/user32.def (RealGetWindowClassA[AW]): Add function.
6229
6230 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6231
6232         * include/winuser.h [WINVER >= 0x0500] (RegisterDeviceNotification[AW],
6233         DEVICE_NOTIFY_WINDOW_HANDLE, DEVICE_NOTIFY_SERVICE_HANDLE,
6234         DEVICE_NOTIFY_ALL_INTERFACE_CLASSES): Add function and constants.
6235
6236         * lib/user32.def (RegisterDeviceNotification[AW]): Add function.
6237
6238 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6239
6240         * include/winuser.h [WINVER >= 0x0500] (SetWinEventHook, WINEVENTPROC,
6241         WINEVENT_OUTOFCONTEXT, WINEVENT_SKIPOWNTHREAD, WINEVENT_SKIPOWNPROCESS,
6242         WINEVENT_INCONTEXT): Add function, typedef, and constants.
6243
6244         * include/winable.h [WINVER < 0x0500] (SetWinEventHook, WINEVENTPROC,
6245         WINEVENT_OUTOFCONTEXT, WINEVENT_SKIPOWNTHREAD, WINEVENT_SKIPOWNPROCESS,
6246         WINEVENT_INCONTEXT): Add function, typedef, and constants.
6247
6248         * include/winuser.h [_WIN32_WINNT >= 0x0500] (UserHandleGrantAccess):
6249         Add function.
6250
6251         * lib/user32.def (SetWinEventHook, UserHandleGrantAccess):
6252         Add functions.
6253
6254 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6255
6256         * include/winnt.h (ACE_INHERITED_OBJECT_TYPE_PRESENT,
6257         ACE_OBJECT_TYPE_PRESENT): Add constants.
6258         For use with OBJECTS_AND_NAME structure.
6259
6260 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6261
6262         * include/aclapi.h [_WIN32_WINNT >= 0x0501] (GetInheritanceSource[AW]):
6263         Add functions. Don't know what PFN_OBJECT_MGR_FUNCTS is so use
6264         void* instead.
6265
6266         * include/accctrl.h [_WIN32_WINNT >= 0x0501] (INHERITED_FROM[AW],
6267         PINHERITED_FROM[AW]): Add structures.
6268
6269         * lib/user32.def (GetInheritanceSource[AW]): Add functions.
6270
6271 2003-09-26  Corinna Vinschen  <corinna@vinschen.de>
6272
6273         * include/winuser.h (FLASHWINFO, PFLASHWINFO): Define for 98/Me, too.
6274
6275 2003-09-25  Danny Smith  <dannysmith@users.sourceforge.net>
6276
6277         * lib/version.def (LIBRARY): Quote name.
6278
6279 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6280
6281         * include/winuser.h (GetClipboardSequenceNumber): Add functions
6282         and constants.
6283
6284         * include/winuser.h (GetGuiResources, GR_GDIOBJECTS,
6285         GR_USEROBJECTS): Add functions and constants.
6286
6287         * include/winuser.h (GetMouseMovePointsEx, GMMP_USE_DISPLAY_POINTS,
6288         GMMP_USE_HIGH_RESOLUTION_POINTS): Add functions and constants.
6289
6290         * include/winuser.h (InSendMessageEx, ISMEX_NOSEND, ISMEX_CALLBACK,
6291         ISMEX_NOTIFY, ISMEX_REPLIED, ISMEX_SEND): Add functions and
6292         constants.
6293
6294         * lib/user32.def (GetClipboardSequenceNumber, GetGuiResources,
6295         GetMouseMovePointsEx, InSendMessageEx): Add functions.
6296
6297 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6298
6299         * include/winuser.h (BroadcastSystemMessage, BroadcastSystemMessageA,
6300         BroadcastSystemMessageW, BroadcastSystemMessageEx,
6301         BroadcastSystemMessageExA, BroadcastSystemMessageExW,
6302         BSMINFO, BSF_ALLOWSFW, BSF_SENDNOTIFYMESSAGE, BSF_LUID,
6303         BSF_RETURNHDESK): Add functions and constants.
6304
6305         * include/winuser.h (EnumDisplaySettingsEx, EnumDisplaySettingsExA,
6306         EnumDisplaySettingsExW, EDS_RAWMODE): Add functions and constant.
6307
6308         * include/winuser.h (IsGUIThread, IsHungAppWindow, FlashWindowEx,
6309         GetProcessDefaultLayout, SetProcessDefaultLayout,
6310         RealChildWindowFromPoint, SetProcessDefaultLayout,
6311         SwitchToThisWindow): Add functions.
6312
6313         * lib/user32.def (BroadcastSystemMessageA, BroadcastSystemMessageW,
6314         BroadcastSystemMessageExA, BroadcastSystemMessageExW,
6315         EnumDisplaySettingsExA, EnumDisplaySettingsExW, FlashWindowEx,
6316         GetProcessDefaultLayout, IsGUIThread, IsHungAppWindow,
6317         RealChildWindowFromPoint, SetProcessDefaultLayout,
6318         SwitchToThisWindow): Add function.
6319
6320 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6321
6322         * include/winuser.h (DeregisterShellHookWindow): Add function.
6323
6324         * include/winuser.h [_WIN32_WINNT >= 0x0500] (EndTask): Add function.
6325
6326         * lib/user32.def (EndTask): Add function.
6327
6328         * include/winuser.h (WINVER, _WIN32_WINNT): It's better (?) to
6329         use _WIN32_WINNT instead of WINVER to test for Windows 2000.
6330
6331         * include/winable.h: Reorder target macros.
6332
6333         * lib/*.def: Cleanup.
6334
6335 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6336
6337         * include/winuser.h [WINVER >= 0x0500] (AnimateWindow): Add
6338         function.
6339
6340         * lib/user32.def (AnimateWindow): Add function. By the way
6341         there are ~ 140 symbols missing from this file when comparing
6342         to user32.dll on Windows XP.
6343
6344 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6345
6346         * include/winuser.h [WINVER >= 0x0500] (AW_SLIDE, AW_ACTIVATE,
6347         AW_BLEND, AW_HIDE, AW_CENTER, AW_HOR_POSITIVE, AW_HOR_NEGATIVE,
6348         AW_VER_POSITIVE, AW_VER_NEGATIVE): Add constants. For use by
6349         AnimateWindow().
6350
6351 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6352
6353         * include/winuser.h [WINVER >= 0x0500] (GetGUIThreadInfo,
6354         LPGUITHREADINFO): Add function and associated typedef...
6355
6356         * include/winable.h [WINVER < 0x0500] (GetGUIThreadInfo,
6357         LPGUITHREADINFO): ...and duplicate them in <winable.h> as
6358         seems to be required on older versions of Windows.
6359
6360 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6361
6362         * include/GL/glu.h (gluErrorUnicodeStringWIN): Add macro
6363         function. MSDN suggests using gluErrorUnicodeStringWIN
6364         instead of gluErrorString, as it allows both ANSI and Unicode
6365         error strings.
6366
6367         * include/GL/glu.h (gluErrorUnicodeStringEXT): Make the
6368         returned pointer const for consistency reasons.
6369
6370 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6371
6372         * include/GL/glu.h (gluErrorUnicodeStringEXT): Add function.
6373         Function exists in glu32.def but is undocumented on MSDN.
6374         A Google search came up with this declaration.
6375
6376 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6377
6378         * include/GL/glu.h: Rewritten from scratch. Started from GLU 1.3
6379         headers from OpenGL Sample Implementation. Windows ships with
6380         GLU 1.2 so some constants and functions were removed. Then some
6381         typedef's and function declarations were reworked to look like
6382         the previous GL/glu.h.
6383
6384 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6385
6386         * include/uxtheme.h (PROPERTYORIGIN): the documentation of
6387         PROPERTYORIGIN suggests it's `PROPERTYORIGIN' but experimentation
6388         suggests it's actually `enum PROPERTYORIGIN'. Keep both.
6389
6390         * include/uxtheme.h (THEME_SIZE, THEMESIZE): MSDN suggests
6391         it's either `THEME_SIZE' or `THEMESIZE' but experimentation
6392         suggests it's actually `enum THEMESIZE'. Keep `THEME_SIZE'
6393         and `enum THEMESIZE'.
6394
6395 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6396
6397         * include/uxtheme.h: New file.
6398         * include/tmschema.h: New file.
6399         * include/uxtheme.def: New file.
6400         * lib/test.c: Include uxtheme.h, tmschema.h.
6401
6402 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6403
6404         * include/winuser.h (KEYEVENTF_UNICODE, KEYEVENTF_SCANCODE):
6405         Add defines.
6406
6407 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6408
6409         * include/winable.h [_WIN32_WINNT < 0x0403] (INPUT_MOUSE,
6410         INPUT_KEYBOARD, INPUT_HARDWARE): Duplicate defines in
6411         <winable.h> as seems to be required on older versions of
6412         Windows.
6413
6414 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6415
6416         * include/winuser.h [WINVER >= 0x0500] (CHILDID_SELF,
6417         GUI_CARETBLINKING, GUI_INMOVESIZE, GUI_INMENUMODE,
6418         GUI_SYSTEMMENUMODE, GUI_POPUPMENUMODE, GUI_16BITTASK):
6419         Add defines, the last one only on Windows XP...
6420
6421         * include/winable.h [WINVER < 0x0500] (CHILDID_SELF,
6422         GUI_CARETBLINKING, GUI_INMOVESIZE, GUI_INMENUMODE,
6423         GUI_SYSTEMMENUMODE, GUI_POPUPMENUMODE): ...and duplicate
6424         them in <winable.h> as seems to be required on older
6425         versions of Windows.
6426
6427 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6428
6429         * include/winuser.h [WINVER >= 0x0500] (GUITHREADINFO,
6430         OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR, OBJID_MENU,
6431         OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL, OBJID_SIZEGRIP,
6432         OBJID_CARET, OBJID_CURSOR, OBJID_ALERT, OBJID_SOUND): Bring
6433         back into <winuser.h>...
6434
6435         * include/winable.h [WINVER < 0x0500] (GUITHREADINFO,
6436         OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR, OBJID_MENU,
6437         OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL, OBJID_SIZEGRIP,
6438         OBJID_CARET, OBJID_CURSOR, OBJID_ALERT, OBJID_SOUND): ...and
6439         comment out in <winable.h>. MSDN may say <winable.h> but this
6440         breaks many programs. It seems it used to be <winable.h> on
6441         older versions of Windows.
6442
6443 2003-09-17  Danny Smith  <dannysmith@users.sourceforge.net>
6444
6445         * include/winuser.h (UpdateLayeredWindow): Protect against NOGDI.
6446         Thanks to Will Levine  <willll@users.sourceforge.net>
6447
6448 2003-09-15  Danny Smith  <dannysmith@users.sourceforge.net>
6449
6450         * include/ws2spi.h (LPWSPBIND): Change CONST LPSOCKADDR to
6451         const struct sockaddr*.
6452         (LPWSPCONNECT): Likewise.
6453         (LPWSPJOINLEAF): Likewise.
6454         (LPWSPSENDTO): Likewise.
6455         Tanks to Sebastian Nowak  <snowak1@users.spourceforge.net>
6456
6457 2003-09-15  Filip Navara  <xnavara@volny.cz>
6458
6459         * include/commctrl.h (TCIS_BUTTONPRESSED, TCIS_HIGHLIGHTED):
6460         Add definitions.
6461
6462 2003-09-15  Sascha Brawer  <brawer@dandelis.ch>
6463
6464         * include/winuser.h (DISPLAY_DEVICE_ATTACHED_TO_DESKTOP,
6465         DISPLAY_DEVICE_PRIMARY_DEVICE, DISPLAY_DEVICE_MIRRORING_DRIVER,
6466         DISPLAY_DEVICE_VGA_COMPATIBLE, DISPLAY_DEVICE_REMOVABLE,
6467         DISPLAY_DEVICE_MODESPRUNED): Define constants.
6468         (ChangeDisplaySettingsEx[A,W]): Add prototype.
6469
6470         * lib/user32.def (ChangeDisplaySettingsEx[A,W]): Add exports.
6471         (EnumDisplayDevices[A,W]): Likewise.
6472
6473 2003-09-15  Danny Smith  <dannysmith@users.sourceforge.net>
6474
6475         * include.commctrl.h (_WIN32_WINNT): Change _WXP to 0x0501,
6476         throughout.
6477
6478 2003-09-13  Danny Smith  <dannysmith@users.sourceforge.net>
6479
6480         * include/olectl.h (TEXTMETRICOLE, LPERRORLOG, LPPROPERTYBAG,
6481         LPENUMCONNECTIONPOINTS, LPCONNECTIONPOINT, LPENUMCONNECTIONS,
6482         LPPROPERTYPAGESITE, LPFONT, LPFONTDISP, OLE_COLOR, HIMETRIC,
6483         OLE_YPOS_HIMETRIC, OLE_XSIZE_HIMETRIC, OLE_YSIZE_HIMETRIC,
6484         OLE_YSIZE_CONTAINER, OLE_HANDLE, POINTF,LPPOINTF, CONTROLINFO,
6485         LPCONTROLINFO, CONNECTDATA, LPCONNECTDATA, LICINFO, LPLICINFO,
6486         CAUUID, LPCAUUID, CALPOLESTR, LPCALPOLESTR, CADWORD, LPCADWORD,
6487         PROPPAGEINFO, LPPROPPAGEINFO): Remove from here ...
6488         * include/ocidl.h: (TEXTMETRICOLE, LPERRORLOG, LPPROPERTYBAG,
6489         LPENUMCONNECTIONPOINTS, LPCONNECTIONPOINT, LPENUMCONNECTIONS,
6490         LPPROPERTYPAGESITE, LPFONT, LPFONTDISP, OLE_COLOR, HIMETRIC,
6491         OLE_YPOS_HIMETRIC, OLE_XSIZE_HIMETRIC, OLE_YSIZE_HIMETRIC,
6492         OLE_YSIZE_CONTAINER, OLE_HANDLE, POINTF, LPPOINTF, CONTROLINFO,
6493         LPCONTROLINFO, CONNECTDATA, LPCONNECTDATA, LICINFO, LPLICINFO,
6494         CAUUID, LPCAUUID, CALPOLESTR, LPCALPOLESTR, CADWORD, LPCADWORD,
6495         PROPPAGEINFO, LPPROPPAGEINFO): ... to here, for consistency
6496         with documentation.
6497         * include/olectl.h: Do #include <ocidl.h>.
6498         * include/ocidl.h: Don't #include <olectl.h>.
6499
6500 2003-09-13  Danny Smith  <dannysmith@users.sourceforge.net>
6501
6502         * include/winuser.h (_WIN32_WINNT, _WIN32_WINDOWS, WINVER):
6503         Change guards to use numeric constants, throughout.
6504
6505 2003-09-15  Earnie Boyd  <earnie@users.sf.net>
6506
6507         * include/w32api.h: Increment version to 2.5.
6508         * Makefile.in: Ditto.
6509
6510 2003-09-08  Justin Forest  <vhex@users.sourceforge.net>
6511
6512         * include/winuser.h (PM_QS_INPUT, PM_QS_POSTMESSAGE,
6513         PM_QS_PAINT, PM_QS_SENDMESSAGE): Add defines.
6514
6515 2003-09-08  Filip Navara  <xnavara@volny.cz>
6516
6517         * include/wingdi.h (GRADIENT_FILL_RECT_H, GRADIENT_FILL_RECT_V,
6518         GRADIENT_FILL_TRIANGLE, GRADIENT_FILL_OP_FLAG): Add defines.
6519
6520 2003-09-05  Earnie Boyd  <earnie@users.sf.net>
6521
6522         * include/w32api.h (_NT5, etc): Reverse the changes of 2003-07-01.
6523         * include/winbase.h (_NT5, etc): Ditto.
6524
6525 2003-09-02  Bart Oldeman  <bartoldeman@users.sourceforge.net>
6526
6527         * lib/snmpapi.def (LIBRARY) Add library name.
6528         Remove '\r', throughout.
6529         * lib/wsnmp32.def: Remove '\r', throughout.
6530         * lib/igmpagnt.def: Likewise.
6531
6532 2003-08-29  Steve Cleary  <scleary@jerviswebb.com>
6533
6534         * include/winuser.h (QS_ALLPOSTMESSAGE, QS_RAWINPUT): Add defines.
6535         (QS_INPUT, QS_ALLINPUT, QS_ALLEVENTS): Adjust by OR'ing with
6536         QS_RAWINPUT for _WIN32_WINNT >= 0x0501.
6537         (MWMO_*): Add flags.
6538
6539         * include/wincrypt.h (MS_ENHANCED_PROV[AW], MS_STRONG_PROV[AW],
6540         MS_DEF_RSA_SIG_PROV[AW], MS_DEF_RSA_SCHANNEL_PROV[AW],
6541         MS_DEF_DSS_PROV[AW], MS_DEF_DSS_DH_PROV[AW], MS_ENH_DSS_DH_PROV[AW],
6542         MS_DEF_DH_SCHANNEL_PROV[AW], MS_SCARD_PROV[AW]): Add definitions.
6543
6544 2003-08-26  Danny Smith  <dannysmith@users.sourceforge.net>
6545
6546         * lib/test.c: Add vfw.h to includes.
6547         * include/mmsystem.h: Add #ifndef guard to definition of
6548         mmioFOURCC macro.
6549         * include/vfw.h: Protect __OBJC__ from COM declarations.
6550
6551 2003-08-26  Filip Navara  <xnavara@volny.cz>
6552
6553         * include/vfw.h: New file.
6554
6555 2003-08-26  Filip Navara  <xnavara@volny.cz>
6556
6557         * include/ddk/winddk.h (RTL_REGISTRY_*): Add defines.
6558         (IoSetCompletionRoutine): Cast _CompletionRoutine arg to
6559         PIO_COMPLETION_ROUTINE.
6560
6561 2003-08-26  Danny Smith  <dannysmith@users.sourceforge.net>
6562
6563         * lib/test.c: Add snmp.h, winsnmp.h amd mgmtapi.h to
6564         includes.
6565
6566 2003-08-26  Filip Navara  <xnavara@volny.cz>
6567
6568         * include/snmp.h: New file.
6569         * include/winsnmp.h: New file.
6570         * include/mgmtapi.h: New file.
6571         * lib/snmpapi.def: New file.
6572         * lib/wsnmp32.def: New file.
6573         * lib/igmpagnt.def: New file.
6574         * lib/mgmtapi.def (SnmpMgrCtl) Add stub.
6575         (SnmpMgrGetTrapEx): Ditto.
6576         (SnmpMgrMIB2Disk): Remove.
6577         (dbginit): Remove.
6578
6579 2003-08-25  Steven Edwards  <Steven_Ed4153@yahoo.com>
6580
6581         * include/ddk/ntifs.h: Change all C++ style comments to C.
6582         * include/GL/gl.h: Ditto.
6583
6584 2003-08-25  Martin Fuchs  <Martin-Fuchs@gmx.net>
6585
6586         * include/shlobj.h (SFGAO_GHOSTED): Correct.
6587         (SFGAO_HIDDEN): Add define.
6588
6589 2003-08-25  Filip Navara  <xnavara@volny.cz>
6590
6591         * include/commctrl.h (ILCF_*): Add defines.
6592         (ILD_*): Ditto.
6593         (HDS_*): Ditto.
6594         (IPN_FIRST, IPN_LAST): Cast to UINT.
6595         (SBN_FIRST, SBN_LAST): Add defines.
6596         (PGN_*): Ditto.
6597         (HDF_JUSTIFYMASK): Fix typo.
6598         (HDM_*): Add defines.
6599         (HICF_*): Ditto.
6600         (I_INDENTCALLBACK,I_IMAGENONE): Ditto.
6601         (TBSTATE_MARKED): Add define.
6602         (TBSTYLE_EX_*): Add defines.
6603         (TBCDRF_*): Ditto.
6604         (IDB_HIST_SMALL_COLOR,IDB_HIST_LARGE_COLOR): Ditto.
6605         (TB_*): Ditto.
6606         (TBN_*): Ditto.
6607         (TBNRF_*): Ditto.
6608         (TTF_*): Ditto.
6609         (TBCD_*): Ditto.
6610         (TBDDRET_*): Ditto.
6611         (TBIMHT_*): Ditto.
6612         (TTM_*): Ditto.
6613         (UDM_*): Ditto.
6614         (TBIF_BYINDEX): Define as hex constant.
6615         (CDIS_*): Add defines.
6616         (CDDS_SUBITEM): Add define.
6617         (LVIF_*): Add defines.
6618         (LVM_*): Ditto.
6619         (LVGIT_UNFOLDED): Add define.
6620         (TVM_): Add defines.
6621         (TVE_EXPANDPARTIAL): Add define.
6622         (TVGN_LASTVISIBLE): Ditto.
6623         (TVN_*): Add defines.
6624         (TVNRET_*): Add defines.
6625         (TCIF_STATE): Add define.
6626         (NM_TOOLTIPSCREATED): Ditto.
6627         (CCM_*): Add defines.
6628         (INFOTIPSIZE): Add numeric value.
6629         (ODT_LISTVIEW): Ditto.
6630         (MCM_GETMAXTODAYWIDTH): Ditto.
6631         (MCHT_*): Add defines.
6632         (UDM_SETRANGE32,UDM_GETRANGE32): Define in terms of WM_USER.
6633         (PGF_*): Add defines.
6634         (PGM_*): Ditto.
6635         (TBINSERTMARK): Add structure.
6636         (LPIMAGEINFO) Add typedef.
6637         (LPHDHITTESTINFO): Ditto.
6638         (NMLVGETINFOTIP[AW]: Add structures.
6639         (NMTBCUSTOMDRAW): Add structure.
6640         (TTTOOLINFOA_V*_SIZE): Add macros.
6641         (TTTOOLINFOW_V1_SIZE): Ditto.
6642         (IMAGELISTDRAWPARAMS): Add new members for WXP.
6643         (LVITEM[AW]: Ditto.
6644         (TCITEM[AW]):Ditto.
6645         (CCSIZEOF_STRUCT): Correct macro definition.
6646         (ListView_*): Add new macros.
6647         (HIMAGELIST): Correct typedef.
6648         (HTREEITEM): Ditto.
6649
6650 2003-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
6651
6652         * commctrl.h (TC_HITTESTINFO): Remove. Add defines for
6653         TCHITTESTINFO for backward compatibility.
6654         (TC_ITEM[AW]): Rename to TCITEM[AW]. Add defines for backward
6655         compatibility.
6656
6657 2003-08-24   Danny Smith  <dannysmith@users.sourceforge.net>
6658
6659         * include/objidl.h (COBJMACROS): Define macros only
6660         if using C interace.
6661         * include/unknwn.h: Ditto.
6662         * include/comcat.h: Ditto.
6663
6664 2003-08-24  Filip Navara  <xnavara@volny.cz>
6665
6666         * include/prsht.h (PSH_WIZARDHASFINISH, PSH_WIZARD_LITE,
6667         PSH_NOCONTEXTHELP): Define.
6668         (PSH_WIZARD97): Fix definition for _WIN32_IE >= 0x500.
6669         * include/winuser.h (DFCS_TRANSPARENT, DFCS_HOT): Define.
6670         (LPDLGTEMPLATE[AW]): Add typedefs.
6671
6672 2003-08-22  Filip Navara  <xnavara@volny.cz>
6673
6674         * include/aclapi.h (BuildImpersonateExplicitAccessWithName[AW]):
6675         Add prototypes.
6676         BuildImpersonateTrustee[AW]): Add prototypes.
6677         GetMultipleTrustee[AW]): Add prototypes.
6678         GetMultipleTrusteeOperation[AW]): Add prototypes.
6679
6680 2003-08-22   Danny Smith  <dannysmith@users.sourceforge.net>
6681
6682         * include/winnt.h (IMAGE_SUBSYSTEM_XBOX): Add define.
6683
6684 2003-08-22  Mihai Preda  <mihai_preda@users.sourceforge.net>
6685
6686         * include/shlobj.h (IPersistFolder::GetClassID):
6687         Correct declaration.
6688         (CMF_*) Add missing defines.
6689
6690 2003-08-22   Danny Smith  <dannysmith@users.sourceforge.net>
6691
6692         * include/winuser.h (DC_BUTTONS): Add define.
6693
6694 2003-08-22  Andrew Greenwood  <lists@silverblade.co.uk>
6695
6696         * include/winuser.h (DC_GRADIENT): Add define.
6697
6698 2003-08-22  Martin Fuchs  <Martin-Fuchs@gmx.net>
6699
6700         * include/commctrl.h (BTNS_*): Define BTNS_* as successors to the
6701         older TBSTYLE_* constants.
6702
6703 2003-08-18  Danny Smith  <dannysmith@users.sourceforge.net>
6704
6705         * include/commctrl.h (TB_*) Group defines together.
6706
6707 2003-08-18  Martin Fuchs  <Martin-Fuchs@gmx.net>
6708
6709         * include/winuser.h (ICON_SMALL2): Define.
6710         * include/commctrl.h (TB_SETBUTTONWIDTH, TB_SETDRAWTEXTFLAGS):
6711         Define.
6712         * include/shlobj.h (SHDRAGIMAGE): Define structure.
6713         (IDragSourceHelper) Define interface.
6714         (IDropTargetHelper): Likewise.
6715         (IExtractIcon): Unicode it.
6716         (ICommDlgBrowser): Use IShellView type as param in OnDefaultCommand,
6717         OnStateChange and IncludeObject methods.
6718
6719 2003-08-17  Martin Fuchs  <Martin-Fuchs@gmx.net>
6720
6721         * include/commctrl.h (TreeView_GetScrollTime,
6722         TreeView_SetScrollTime): Define macros.
6723         * include/winuser.h (GetShellWindow): Add prototype.
6724         * include/objidl.h (STGMEDIUM): Correct lpszFileName type.
6725
6726 2003-08-15  Martin Fuchs  <Martin-Fuchs@gmx.net>
6727
6728         * include/shguid.h (CLSID_DragDropHelper, IID_IDropTargetHelper,
6729         IID_IDragSourceHelper): Declare.
6730         * lib/shell32.c (CLSID_DragDropHelper, IID_IDropTargetHelper,
6731         IID_IDragSourceHelper): Define.
6732
6733 2003-08-15  Andrew Greenwood  <lists@silverblade.co.uk>
6734
6735         * include/wingdi.h (DEVMODE[AW]) Correct structure definition.
6736         * include/ddk/ntapi.h (LPC_TYPE): Add LPC_CONNECTION_REFUSED.
6737         * include/ddk/winddk.h (IRP_*): Add constants as anonymous enum.
6738
6739 2003-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
6740
6741         * lib/uuid.c (CGID_Explorer, CGID_ShellDocView,
6742         CGID_ShellServiceObject): Remove definitions.
6743         * lib/shell32.c (CGID_ShellServiceObject): Add definition.
6744
6745 2003-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
6746
6747         * include/shlobj.h (SHELLSTATE): Add structure.
6748         (SHGetSetSettings): Add prototype.
6749         (SHGetSettings): Add prototype.
6750         * lib/shell32.def (SHGetSetSettings): Add stub.
6751
6752 2003-08-10  Phil Krylov  <likewolf@users.sourceforge.net>
6753
6754         * include/commctrl.h (HDM_ORDERTOINDEX): Add define.
6755         (Header_OrderToIndex): Add macro.
6756         (Header_GetOrderArray): Add macro.
6757
6758         * include/commdlg.h (FR_MATCHALEFHAMZA,
6759         FR_MATCHDIAC, FR_MATCHKASHIDA): Add defines.
6760
6761 2003-08-10  Martin Fuchs  <Martin-Fuchs@gmx.net>
6762
6763         * include/commctrl.h (TVM_GETSCROLLTIME,
6764         TVM_SETSCROLLTIME): Add defines.
6765
6766 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
6767
6768         * include/shlobj.h (SHELLFLAGSTATE): Add structure.
6769         (SHGetInstanceExplorer): Correct return type.
6770         (SHGetFolderPath[AW]): Likewise.
6771         Thanks to Magnus Olsen  <greatlord@sourceforge.users.net>
6772         for report.
6773
6774 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
6775
6776         * lib/test.c: Include winldap.h, ntldap.h, winber.h.
6777
6778 2003-08-01  Filip Navara  <xnavara@volny.cz>
6779
6780         * include/winldap.h: New file.
6781         * include/ntldap.h: New file.
6782         * include/winber.h: New file.
6783         * lib/winldap32.def: New file.
6784
6785 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
6786
6787         * include/ddk/atm.h: Remove stray '.';
6788
6789 2003-08-01  Gisle Vanem  <gvanem@broadpark.no>
6790
6791         * include/ddk/winddk.h: Remove trailing ';' from macros,
6792         throughout. Add () around defines with cast returns, throughout.
6793
6794 2003-07-31  Martin Fuchs  <Martin-Fuchs@gmx.net>
6795
6796         * include/shlobj.h (SFGAO_COMPRESSED): Add define.
6797         (SFGAOF, SHGDNF): Add typedef's.
6798         (SHCONTF): Extend enum.
6799
6800 2003-07-31  Danny Smith  <dannysmith@users.sourceforge.net>
6801
6802         * include/shellapi.h: Include all structs within pshpack2.h/
6803         poppack.h block.
6804
6805 2003-07-26  Danny Smith  <dannysmith@users.sourceforge.net>
6806
6807         * include/winuser.h (ASFW_ANY, LSFW_LOCK, LSFW_UNLOCK,
6808         LWA_COLORKEY, LWA_ALPHA): Guard with _WIN32_WINNT,
6809         _WIN32_WINDOWS, not WINVER.
6810         (AllowSetForegroundWindow,LockSetForegroundWindow,
6811         SetLayeredWindowAttributes): Likewise.
6812         (GetLayeredWindowAttributes,UpdateLayeredWindow): Add prototypes.
6813         * lib/user32.def (GetLayeredWindowAttributes,UpdateLayeredWindow):
6814         Add stubs.
6815
6816 2003-07-26  Eric R. Krause  <ekrause_98@users.sourceforge.net>
6817
6818         * include/objidl.h (IMalloc): Fix typo.
6819
6820 2003-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
6821
6822         * include/dkk/ntifs.h: Fix typo in guard for
6823         #pragma GCC system_header.
6824
6825 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
6826
6827         * include/objidl.h (PropVariant): Add CHAR cVal field
6828         to union.
6829         (FMTID_SummaryInformation, FMTID_DocSummaryInformation,
6830         FMTID_UserDefinedProperties): Declare.
6831
6832 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
6833
6834         * include/winbase.h (GetModuleHandleEx[AW]): Add prototypes.
6835
6836 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
6837
6838         * include/winbase.h (DUPLICATE_CLOSE_SOURCE,
6839         DUPLICATE_SAME_ACCESS): Remove defines.
6840         (HANDLE_FLAG_INHERIT, HANDLE_FLAG_PROTECT_FROM_CLOSE): Sync with
6841         ddk/ntapi.h defines.
6842         (SEM_*) : Likewise.
6843         * include/winnt.h (COMPRESSION_*, ACCESS_*, SYSTEM_*): Sync with
6844         ddk/ntifs.h defines.
6845         (FILE_*): Likewise.
6846         (MEM_IMAGE, SEC_*): Likewise.
6847         (DUPLICATE_CLOSE_SOURCE, DUPLICATE_SAME_ACCESS,
6848         DUPLICATE_SAME_ATTRIBUTES): Sync with ddk/winddk.h defines.
6849         (TOKEN_*): Sync with ddk/ntifs.h defines.
6850         * include/ddk/ntapi.h: Add comments noting definitions in
6851         winbase.h.
6852         * include/ddk/ntifs.h: Add comments noting definitions in
6853         winnt.h.
6854         * include/ddk/winddk.h: Add comments noting definitions in
6855         winnt.h.
6856
6857 2003-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
6858
6859         * include/winnt.h (FILE_*): Sync with ddk/winddk.h.
6860         * include/winioctl.h (FILE_*): Sync with ddk/winddk.h.
6861
6862 2003-07-17  Pierre Humblet  <pierre.humblet@ieee.org>
6863
6864         * include/mmsystem.h (TIME_KILL_SYNCHRONOUS): Add define.
6865
6866 2003-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
6867
6868         Clean up warnings in ddk.
6869
6870         * include/ddk/atm.h (_ATM_AAL_OOB_INFO): Add _ANONYMOUS_UNION,
6871         conditional on  __cplusplus.
6872         * include/ddk/scsi.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
6873         defines, throughout.
6874         (_CDB): Add _ANONYMOUS_UNION, conditional on __cplusplus.
6875         * include/ddk/cfg.h (_PNP_VETO_TYPE): Remove extra comma.
6876         * include/ddk/cfgmgr32.h: Change C++ comment style to ISO C.
6877         * include/ddk/ddkmapi.h (_DDLOCKOUT): Add _ANONYMOUS_UNION defines.
6878         * include/ddk/hidpi.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
6879         defines, throughout.
6880         * include/ddk/ndis.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
6881         defines, throughout. Remove trailing semicolon from *_S 'structure'
6882         macro expansion, throughout. Remove trailing semicolon from
6883         DECLARE_UNKNOWN_STRUCT macro expansion.
6884         * include/ddk/ndiswan.h (_NDIS_WAN_COMPRESS_INFO): Add
6885         _ANONYMOUS_UNION.
6886         * include/ddk/ntapi.h (_PROCESS_DEVICEMAP_INFORMATION,
6887         _PROCESS_SESSION_INFORMATION): Add _ANONYMOUS_UNION.
6888         * include/ddk/ntddcdrm.h (CDROM_TOC_CD_TEXT_DATA_BLOCK):
6889         Add _ANONYMOUS_UNION.
6890         * include/ddk/ntdddisk.h: Add _ANONYMOUS_UNION, throughout.
6891         * include/ddk/ntddmou.h:  Add _ANONYMOUS_UNION, throughout.
6892         * include/ddk/ntifs.h:  Add _ANONYMOUS_UNION, throughout.
6893         (ZwQueryObject): Change 2nd param to OBJECT_INFORMATION_CLASS, to
6894         match proto in ntapi.h.
6895         (ZwSetInformationObject): Likewise.
6896         * include/ddk/srb.h (SCSI_REQUEST_BLOCK): Add _ANONYMOUS_UNION.
6897         (SCSI_ADAPTER_CONTROL_TYPE): Add __extension__.
6898         * include/ddk/tdikrnl.h (TDI20_CLIENT_INTERFACE_INFO): Add
6899         _ANONYMOUS_UNION and _ANONYMOUS_STRUCT.
6900         * include/ddk/usb.h (USB): Add _ANONYMOUS_UNION.
6901         * include/ddk/usbcamdi.h (USBCAMD_CamControlFlags): Remove
6902         last comma.
6903         * include/ddk/video.h (STATUS_BLOCK): Add _ANONYMOUS_UNION.
6904         * include/ddk/winddk.h (DECLARE_INTERNAL_OBJECT): Remove
6905         trailing semicolon when expanding macro.
6906         (GENERAL_LOOKASIDE_S): Likewise.
6907         Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT, throughout.
6908         Change inline to __inline, throughout.
6909         * include/ddk/winnt4.h: Change inline to __inline, throughout.
6910
6911 2003-07-13  Casper S. Hornstrup  <chorns@users.sourceforge.net>
6912
6913         * include/ddk/ntifs.h (KeInsertQueueApc): Make return type
6914         BOOLEAN. Name parameter 4 PriorityBoost and make it of type
6915         KPRIORITY.
6916         * include/ddk/winddk.h (_KPCR): Put IDT field on next line.
6917         * include/ddk/winddk.h (_IO_STATUS_BLOCK, _IRP, _OWNER_ENTRY,
6918         _ERESOURCE, _IMAGE_INFO, _CREATE_DISK, _DISK_SIGNATURE, _KPCR_TIB):
6919         Apply _ANONYMOUS_UNION to anonymous unions and _ANONYMOUS_STRUCT
6920         to anonymous structs.
6921
6922 2003-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
6923
6924         * include/winnt.h (PVOID): Move to before HANDLE typedef.
6925
6926         * include/winuser.h (mouse_event): Correct type of fifth param,
6927         Thanks to: Andrew Jones <guln at users dot sourceforge dot net>
6928
6929 2003-07-11  Earnie Boyd  <earnie@users.sf.net>
6930
6931         * include/winnt.h (HANDLE): Define based on STRICT filter.
6932         (THREAD_BASE_PRIORITY_MIN): Use parens around negative value.
6933         (THREAD_BASE_PRIOIRTY_IDLE): Ditto.
6934
6935 2003-07-08  Danny Smith  <dannysmith@users.sourceforge.net>
6936
6937         * include/commctrl.h (NMTVDISPINFO[AW]): Replace obsolete struct
6938         names _TV_DISPINFO[AW] and typedefs. Add defines for backward
6939         compatability. Thanks to Magnus Olsen <greatlord@users.sf.net>
6940         for report.
6941
6942 2003-07-03  Earnie Boyd  <earnie@users.sf.net>
6943
6944         * config.guess, config.sub: Update with new versions from ftp.gnu.org.
6945
6946 2003-07-03  Luke Dunstan  <infidel@users.sf.net>
6947
6948         * include/commdlg.h (CommDlg_OpenSave_*): Add parentheses around
6949         macro arguments. Thanks to Tom Bishop <tombishop@users.sf.net>.
6950         * include/winuser.h (MONITOR_DEFAULTTONULL, MONITOR_DEFAULTTOPRIMARY,
6951         MONITOR_DEFAULTTONEAREST, MONITORINFOF_PRIMARY): Add defines.
6952         (TPM_RECURSE): Add guard for Win98/Win2K.
6953         Thanks to Magnus Olsen <greatlord@users.sf.net>.
6954
6955 2003-07-01  Earnie Boyd  <earnie@users.sf.net>
6956
6957         * include/basetyps.h (small, hyper): Change to __small and __hyper to
6958         avoid user namespace conflicts.
6959
6960 2003-07-01  Earnie Boyd  <earnie@users.sf.net>
6961
6962         * include/w32api.h (_NT4, _W98, _WME, _NT5, _W2000, _WXP, _W2003,
6963         _IE3, _IE4, _IE5, _IE6): Add definitions.
6964         * include/winbase.h (GetLongPathName[AW]): Add guard for OS >= NT5 or
6965         >= Win98.
6966         Change existing guards to use the above macro names as appropriate.
6967         * include/basetyps.h (__int32, __int16, __int8, small, hyper): Define.
6968         Note: Also added to mingw/include/_mingw.h.
6969
6970 2003-06-28  Steven Edwards  <Steven_Ed4153@yahoo.com>
6971
6972         * include/shlwapi.h (UrlGetLocationA, UrlGetLocationW,
6973         PathFindSuffixArrayA, PathFindSuffixArrayW,
6974         PathFindExtensionA, PathFindExtensionW, StrStrW
6975         StrStrA): Change unicode-macro'd LP[C]TSTR return values to
6976         explicit type.
6977
6978 2003-06-26  Mattia Barbon  <mbarbon@dsi.unive.it>
6979
6980         * include/richedit.h (PARAFORMAT2): Add definition.
6981         * include/richedit.h (PFA_*, PFE_*, PFM_*): Add some
6982         missing constants.
6983
6984 2003-06-17  Danny Smith  <dannysmith@users.sourceforge.net>
6985
6986         * include/shellapi.h (SHQUERYRBINFO): Add structure,
6987         (SHQueryRecycleBin[AW]. SHEmptyRecycleBin[AW]):Add prototypes.
6988         (SHERB_NOCONFIRMATION, SHERB_NOPROGRESSUI, SHERB_NOSOUND):
6989         Add defines. Thanks to Brett Hart <brett at ncubedtech dot com>
6990
6991 2003-06-17  Danny Smith  <dannysmith@users.sourceforge.net>
6992
6993         * include/winbase.h (GlobalCompact, GlobalFix, GlobalFlags,
6994         GlobalUnfix, GlobalUnWire, GlobalWire, LocalCompact,
6995         LocalFlags, LocalShrink, LockSegment, UnlockSegment): Add comment
6996         that these are obsolete no-ops.
6997
6998 2003-06-17  Bang Jun-Young  <junyoung@netbsd.org>
6999
7000         * include/winbase.h (GetProcessWorkingSetSize,
7001         GlobalCompact, LocalAlloc, LocalCompact, LocalReAlloc,
7002         LocalShrink, SignalObjectAndWait, WriteProcessMemory):
7003         Correct prototypes.
7004
7005 2003-06-18  Steven Edwards  <Steven_Ed4153@yahoo.com>
7006
7007         * include/winuser.h (TPM_RECURSE): Add define.
7008
7009 2003-06-06  Danny Smith  <dannysmith@users.sourceforge.net>
7010
7011         * lib/test.c: #include <powrprof.h>.
7012
7013 2003-06-06  James E. Lucas  <xelloss@sourceforge.net>
7014
7015         * include/powerprof.h: New file.
7016         * lib/powerprof.def: New file.
7017
7018 2003-06-06  Danny Smith  <dannysmith@users.sourceforge.net>
7019
7020         * include/winnt (SLIST_HEADER): Add C90 anonymous struct
7021         protection.
7022
7023 2003-06-05  Luke Dunstan  <infidel@users.sourceforge.net>
7024
7025         * include/winuser.h (WNDCLASS[AW], WNDCLASSEX[AW]): Change type of
7026         hInstance members to HINSTANCE.
7027         Thanks to: Brenden T. <brenden@rcsis.com>
7028
7029 2003-06-05  Bart Oldeman  <bartoldeman@users.sourceforge.net>
7030
7031         * include/lmaccess.h (UF_MNS_LOGON_ACCOUNT): Add define.
7032         * include/wingdi.h (LPRGBTRIPLE, LPRGBQUAD): Add typedefs.
7033
7034 2003-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
7035
7036         * include/ddk/ntpoapi.h (POWER_INFORMATION_LEVEL): Remove.
7037         * include/winnt.h (POWER_INFORMATION_LEVEL): Add.
7038         * include/ddk/winddk.h (SINGLE_LIST_ENTRY,SLIST_HEADER):
7039         Remove.
7040         * include/ddk/ndis.h (NdisAllocateSpinLock): Add missing '\'.
7041
7042 2003-05-30  Mattia Barbon  <mbarbon@dsi.unive.it>
7043
7044         * lib/oleacc.def: New file.
7045         * include/winable.h: New file.
7046         * include/oleacc.h: Add extern "C" guard.
7047         (NAVDIR_*, ROLE_*, STATE_*): Add missing constants.
7048         (AccessibleChildren, AccessibleObjectFromEvent,
7049         AccessibleObjectFromPoint, AccessibleObjectFromWindow,
7050         CreateStdAccessibleProxy[AW], GetOleaccVersionInfo, GetRoleText[AW],
7051         GetStateText[AW], LresultFromObject, ObjectFromLresult,
7052         WindowFromAccessibleObject): Add prototypes and UNICODE mappings.
7053         * include/winuser.h (NotifyWinEvent): Add prototype.
7054         (OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR,
7055         OBJID_MENU, OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL,
7056         OBJID_SIZEGRIP, OBJID_CARET, OBJID_CURSOR, OBJID_ALERT,
7057         OBJID_SOUND): Move from here to...
7058         * include/winable.h (OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR,
7059         OBJID_MENU, OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL,
7060         OBJID_SIZEGRIP, OBJID_CARET, OBJID_CURSOR, OBJID_ALERT,
7061         OBJID_SOUND): Here, as per documentation.
7062         * lib/test.c: Include winable.h.
7063         * lib/user32.def (NotifyWinEvent): Add missing export.
7064
7065 2003-05-30  Bang Jun-Young  <junyoung@netbsd.org>
7066
7067         * include/winbase.h (HeapCompact): Correct prototype.
7068         * include/winnt.h (SINGLE_LIST_ENTRY, SLIST_ENTRY,
7069         SLIST_HEADER): Add.
7070
7071 2003-05-27  Andrew C. Stadt  <acstadt@sympatico.ca>
7072
7073         * include/winuser.h (LWA_COLORKEY, LWA_ALPHA): Add defines.
7074
7075 2003-05-25  Bill C. Riemers  <cygwin@docbill.net>
7076
7077         * include/winuser.h (EnumDisplayDevicesW): Fix typo.
7078
7079 2003-05-23  Danny Smith  <dannysmith@users.sourceforge.net>
7080
7081         * include/winuser.h (EnumDisplayDevices[AW]): Add prototypes.
7082         * include/wingdi.h (DISPLAY_DEVICE): UNICODE it.
7083
7084 2003-05-23  Andrew Dunbar  <hippietrail@users.sourceforge.net>
7085
7086         * include/wingdi.h (GCP_RESULTS[AW]) Correct type of
7087         lpGlyphs field to LPWSTR.
7088
7089 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
7090
7091         * include/wincrypt.h (PLAINTEXTKEYBLOB, OPAQUEKEYBLOB,
7092         PUBLICKEYBLOBEX, SYMMETRICWRAPKEYBLOB) Add defines.
7093         (PP_*): Add defines.
7094         (CryptContextAddRef): Add prototype.
7095         Thanks to: Shura Zam  <debil_urod@users.sourceforge.net>
7096
7097 2003-05-18  Manu B  <manubee@users.sourceforge.net>
7098
7099         * include/commctrl.h (TVSORTCB): Rename old TV_SORTCB structure.
7100
7101 2003-05-18  Bang Jun-Young  <junyoung@netbsd.org>
7102
7103         * include/winbase.h (CREATE_DEFAULT_ERROR_MODE,
7104         DEBUG_PROCESS, DEBUG_ONLY_THIS_PROCESS, CREATE_SUSPENDED,
7105         DETACHED_PROCESS, CREATE_NEW_CONSOLE, NORMAL_PRIORITY_CLASS,
7106         IDLE_PRIORITY_CLASS, HIGH_PRIORITY_CLASS, REALTIME_PRIORITY_CLASS,
7107         CREATE_NEW_PROCESS_GROUP, CREATE_UNICODE_ENVIRONMENT,
7108         CREATE_SEPARATE_WOW_VDM, CREATE_SHARED_WOW_VDM, CREATE_FORCEDOS,
7109         CREATE_NO_WINDOW): Convert to hexadecimal form for better
7110         readability.
7111         (BELOW_NORMAL_PRIORITY_CLASS, ABOVE_NORMAL_PRIORITY_CLASS,
7112         CREATE_BREAKAWAY_FROM_JOB, CREATE_WITH_USERPROFILE): Add.
7113
7114 2003-05-15  Danny Smith  <dannysmith@users.sourceforge.net>
7115
7116         * include/ddk/ndis.h (NDIS30_MINIPORT_CHARACTERISTICS_S):
7117         Unname anonymous unions if NONAMELESSUNION not defined.
7118
7119 2003-05-14  Bang Jun-Young  <junyoung@netbsd.org>
7120
7121         * include/winbase.h (GMEM_VALID_FLAGS): Add.
7122
7123 2003-05-13  Danny Smith  <dannysmith@users.sourceforge.net>
7124
7125         * include/prsht.h (PROPSHEETHEADER[AW]: Mark
7126         anonymous unions as GCC extension.
7127
7128 2003-05-13  Danny Smith  <dannysmith@users.sourceforge.net>
7129
7130         * include/oleidl.h  (LPENUMOLEDOCUMENTVIEWS): Remove typedef.
7131         (IEnumOleDocumentViews): Remove commented out DECLARE_ENUMERATOR.
7132         * include/docobj.h  (LPENUMOLEDOCUMENTVIEWS): Add typedef (previously
7133         commented out).
7134         (IEnumOleDocumentViews): Add definition using DECLARE_ENUMERATOR.
7135
7136 2003-05-12  Earnie Boyd  <earnie@users.sf.net>
7137
7138         * include/commctrl.h: (MCSC_BACKGROUND, MCSC_TEXT, MCSC_TITLEBK,
7139         MCSC_TITLETEXT, MCSC_MONTHBK, MCSCTRAILTEXT): Define.
7140         Thanks to: Robert Wishlaw  <rwishlaw @ shaw . ca>
7141
7142 2003-05-12  Danny Smith  <dannysmith@users.sourceforge.net>
7143
7144         * include/olectl.h (IOleControl,IOleControlSite,ISimpleFrameSite,
7145         IErrorLog,IPropertyBag,IPersistPropertyBag,IPersistStreamInit,
7146         IPersistMemory,IPropertyNotifySink,IProvideClassInfo,
7147         IProvideClassInfo2,IConnectionPointContainer,
7148         IEnumConnectionPoints,IConnectionPoint,IEnumConnections,
7149         IClassFactory2,ISpecifyPropertyPages,IPerPropertyBrowsing,
7150         IPropertyPageSite,IPropertyPage,IPropertyPage2,IFont,IFontDisp,
7151         IPicture,IPictureDisp): Move from here to...
7152         * include/ocidl.h (IOleControl,IOleControlSite,ISimpleFrameSite,
7153         IErrorLog,IPropertyBag,IPersistPropertyBag,IPersistStreamInit,
7154         IPersistMemory,IPropertyNotifySink,IProvideClassInfo,
7155         IProvideClassInfo2,IConnectionPointContainer,
7156         IEnumConnectionPoints,IConnectionPoint,IEnumConnections,
7157         IClassFactory2,ISpecifyPropertyPages,IPerPropertyBrowsing,
7158         IPropertyPageSite,IPropertyPage,IPropertyPage2,IFont,IFontDisp,
7159         IPicture,IPictureDisp): Here, as per documentation.
7160
7161 2003-05-12  Mattia Barbon  <mbarbon@dsi.unive.it>
7162
7163         * include/oleauto.h (VarR8FromDec, VarDecFromR8): Add prototypes.
7164         * include/winbase.h (TerminateJobObject,
7165         AssignProcessToJobObject): Likewise.
7166         * include/servprov.h: New header.
7167         * lib/test.c: Include servprov.h.
7168
7169 2003-05-10  Danny Smith  <dannysmith@users.sourceforge.net>
7170
7171         * include/shlguid.h (CGID_ShellServiceObject): Declare.
7172         * lib/uuid.c (CGID_ShellServiceObject): Define guid.
7173         Thanks to Chris Sutcliffe  <ir0nh34d#users.sourceforge.net>
7174         * include/winuser.h (SetLayeredWindowAttributes): Add prototype.
7175         * lib/user32.def (SetLayeredWindowAttributes): Add stub.
7176         * lib/uuid.c (CGID_Explorer, CGID_ShellDocView): Define guids.
7177
7178 2003-05-05  Danny Smith  <dannysmith@users.sourceforge.net>
7179
7180         * include/commctrl.h (STATUSCLASSNAME, TOOLBARCLASSNAME,
7181         TOOLTIPS_CLASS, TRACKBAR_CLASS, UPDOWN_CLASS, PROGRESS_CLASS,
7182         HOTKEY_CLASS): Remove dupicate defines for UNICODE case.
7183
7184 2003-05-02  Steven Edwards  <Steven_Ed4153@yahoo.com>
7185
7186         * include/richedit.h (EM_FINDTEXTEXW, EM_FINDTEXTW,
7187         EM_GETAUTOURLDETECT, EM_GETBIDIOPTIONS, EM_GETEDITSTYLE,
7188         EM_GETIMECOLOR, EM_GETIMEOPTIONS, EM_GETPUNCTUATION,
7189         EM_GETWORDWRAPMODE, EM_RECONVERSION, EM_SETBIDIOPTIONS,
7190         EM_SETEDITSTYLE, EM_SETIMECOLOR, EM_SETIMEOPTIONS,
7191         EM_SETPALETTE, EM_SETPUNCTUATION, EM_SETTEXTEX,
7192         EM_SETWORDWRAPMODE, RICHEDIT_CLASS10A): Add defines.
7193
7194 2003-05-02  Francois Ferrand  <typz@sourceforge.users.net>
7195
7196         * include/commctrl.h (TBM_*): Add missing trackbar defines.
7197
7198 2003-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
7199
7200         * include/cplext.h (CPLPAGE_MOUSE_WHEEL,
7201         CPLPAGE_DISPLAY_BACKGROUND): Add defines.
7202
7203 2003-04-30  Danny Smith  <dannysmith@users.sourceforge.net>
7204
7205         * include/wingdi.h (DC_PEN, DC_BRUSH): Add defines.
7206         (SetDCPenColor, SetDCBrushColor): Add prototypes.
7207         * lib/gdi32.def (SetDCPenColor, SetDCBrushColor): Add stubs.
7208
7209 2003-04-26  Bang Jun-Young  <junyoung@netbsd.org>
7210
7211         * include/winioctl.h (DEVICE_TYPE_FROM_CTL_CODE): Add macro.
7212
7213 2003-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
7214
7215         * include/oaidl.h (ITypeMarshal): Add interface.
7216
7217 2003-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
7218
7219         * include/winioctl.h: Clean up formatting.
7220         (RETRIEVAL_POINTERS_BUFFER): Add fields to Extents[1] struct.
7221         (CREATE_DISK): Add _ANONYMOUS_UNION macro.
7222         (DISK_CACHE_INFORMATION): Likewise.
7223         (DISK_DETECTION_INFO): Likewise.
7224         (DISK_PARTITION_INFO): Likewise.
7225         (PARTITION_INFORMATION_EX): Likewise.
7226         (DRIVE_LAYOUT_INFORMATION_EX): Likewise.
7227
7228 2003-04-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
7229
7230         * include/winbase.h (DeleteVolumeMountPoint[AW],
7231         FindFirstVolumeMountPoint[AW], FindNextVolumeMountPoint[AW],
7232         FindVolumeMountPointClose, GetVolumeNameForVolumeMountPoint[AW],
7233         GetVolumePathName[AW], GetVolumePathNamesForVolumeName[AW],
7234         SetVolumeMountPoint[AW]): Add prototypes.
7235         * include/winioctl.h (IOCTL_DISK_GET_PARTITION_INFO_EX,
7236         IOCTL_DISK_SET_PARTITION_INFO_EX,
7237         IOCTL_DISK_GET_DRIVE_LAYOUT_EX,
7238         IOCTL_DISK_SET_DRIVE_LAYOUT_EX, IOCTL_DISK_CREATE_DISK,
7239         IOCTL_DISK_GET_LENGTH_INFO, IOCTL_DISK_PERFORMANCE_OFF,
7240         IOCTL_DISK_GET_DRIVE_GEOMETRY_EX, IOCTL_DISK_GROW_PARTITION,
7241         IOCTL_DISK_GET_CACHE_INFORMATION,
7242         IOCTL_DISK_SET_CACHE_INFORMATION,
7243         IOCTL_DISK_DELETE_DRIVE_LAYOUT, IOCTL_DISK_UPDATE_PROPERTIES,
7244         FSCTL_GET_VOLUME_BITMAP, FSCTL_GET_RETRIEVAL_POINTERS,
7245         FSCTL_MOVE_FILE): Define.
7246         (CREATE_DISK_GPT, CREATE_DISK_MBR, CREATE_DISK,
7247         DISK_CACHE_INFORMATION,
7248         DETECTION_TYPE, DISK_INT13_INFO, DISK_EX_INT13_INFO,
7249         DISK_DETECTION_INFO, DISK_GEOMETRY_EX, DISK_GROW_PARTITION,
7250         DISK_PARTITION_INFO, DISKQUOTA_USER_INFORMATION,
7251         GET_LENGTH_INFORMATION, DISK_EXTENT, VOLUME_DISK_EXTENTS,
7252         DRIVE_LAYOUT_INFORMATION_GPT, DRIVE_LAYOUT_INFORMATION_MBR,
7253         PARTITION_INFORMATION_MBR, PARTITION_INFORMATION_GPT,
7254         PARTITION_INFORMATION_EX, DRIVE_LAYOUT_INFORMATION_EX,
7255         MOVE_FILE_DATA,
7256         RETRIEVAL_POINTERS_BUFFER, STARTING_LCN_INPUT_BUFFER,
7257         STARTING_VCN_INPUT_BUFFER, VOLUME_BITMAP_BUFFER): Add structs.
7258         (PARTITION_STYLE, DISK_CACHE_RETENTION_PRIORITY): Add enums.
7259         (MEDIA_TYPE): Add F3_120M_512, F3_640_512, F5_640_512,
7260         F5_720_512, F3_1Pt2_512, F3_1Pt23_1024, F5_1Pt23_1024,
7261         F3_128Mb_512, F3_230Mb_512, F8_256_128, F3_200Mb_512,
7262         F3_240M_512, and F3_32M_512.
7263         * lib/kernel32.def (GetVolumePathNamesForVolumeName[AW]): Add
7264         stubs.
7265
7266 2003-04-16  Earnie Boyd  <earnie@users.sf.net>
7267
7268         * include/wingdi.h (DM_SPECVERSION): Define.
7269         Thanks to Sinitsyn Valentime <valentine.sinitsyn@usu.ru>
7270         * include/rpcdce.h (UuidCreateSequential): Properly guard with
7271         appropriate _WIN32_WINNT values.
7272
7273 2003-04-15  Chris January  <chris@atomice.net>
7274
7275         * include/rpcdce.h: Add declaration for UuidCreateSequential.
7276         * lib/rpcrt4.def: Add entry for UuidCreateSequential.
7277
7278 2003-04-14  Phil Krylov  <likewolf@users.sourceforge.net>
7279
7280         * include/winuser.h (VK_*): Add missing defines.
7281
7282 2003-04-14  Vincent Béron  <papineau@users.sourceforge.net>
7283
7284         * include/commctrl.h (NMUPDOWN, LPNMUPDOWN): Use currently
7285         documented typedefs for struct _NM_UPDOWN.
7286         Add defines for backward comapatibility.
7287         * include/commdlg.h (OFN_ENABLESIZING): Add define.
7288         * include/wininet.h (IRF_*): Add missing defines.
7289
7290 2003-04-14  Bang Jun-Young  <junyoung@netbsd.org>
7291
7292         * lib/ntdll.def (Csr*, Dbg*, Ki*, Ldr*, Rtl*): Add W2K exports.
7293
7294 2003-04-11  Earnie Boyd  <earnie@users.sf.net>
7295
7296         * include/sspi.h: Add comment for FreeCredentialsHandle.
7297
7298 2003-04-07  Marcel Telka  <telka@users.sourceforge.net>
7299
7300         * include/ddk/winddk.h (KIRQL): Typedef as UCHAR, not ULONG.
7301
7302 2003-03-30  Hans E. Molin  <kvasi@users.sourceforge.net>
7303
7304         * include/olectl.h (OleLoadPicturePath): Correct prototype.
7305
7306 2003-03-30  Danny Smith  <dannysmith@users.sourceforge.net>
7307
7308         * lib/uuid.c (IID_IHTML*): Move definitions to...
7309         * lib/mshtml-uuid.c: New file.
7310         * lib/Makefile.in: Add mshtml-uuid.o to libuuid.a
7311
7312 2003-03-30  Michael Sazonov  <traip@comset.net>
7313
7314         * lib/uuid.c (IID_IHTML*): Add new GUID definitions.
7315         * include/mshtml.h (IHTMLElementCollection, IHTMLLinkElement,
7316         IHTMLImgElement): Add interface definitions.
7317
7318 2003-03-29  Danny Smith  <dannysmith@users.sourceforge.net>
7319
7320         * include/commctrl.h (ANIMATE_CLASS,HOTKEY_CLASS,PROGRESS_CLASS,
7321         STATUSCLASSNAME,TOOLBARCLASSNAME,TOOLTIPS_CLASS,TRACKBAR_CLASS,
7322         UPDOWN_CLASS,WC_COMBOBOXEX,WC_HEADER,WC_IPADDRESS,WC_LISTVIEW,
7323         WC_TABCONTROL,WC_TREEVIEW): Move UNICODE mappings out of
7324         RC_INVOKED guard.
7325         (WC_PAGESCROLLER,WC_NATIVEFONTCTL,WC_BUTTON,WC_STATIC,WC_EDIT,
7326         WC_LISTBOX,WC_COMBOBOX,WC_SCROLLBAR): Add defines.
7327
7328 2003-03-28  Bang Jun-Young  <junyoung@netbsd.org>
7329
7330         * include/winnt.h (WAITORTIMERCALLBACKFUNC): Add typedef.
7331
7332 2003-03-27  Danny Smith  <dannysmith@users.sourceforge.net>
7333
7334         * include/secext.h (GetComputerObjectName[AW],GetUserNameEx[AW],
7335         TranslateName[AW]): Add prototypes.
7336         * lib/sec32.def (GetComputerObjectName[AW],GetUserNameEx[AW],
7337         TranslateName[AW]): Add stubs.
7338         * lib/test.c: Include secext.h.
7339
7340 2003-03-27  Vladimir Michl  <michlv@users.sourceforge.net>
7341
7342         * include/ddk/ndis.h (NdisAllocateSpinLock,NdisFreeSpinLock,
7343         NdisAcquireSpinLock,NdisReleaseSpinLock,NdisDprAcquireSpinLock,
7344         NdisDprReleaseSpinLock): Change macro argument from SpinLock to
7345         _SpinLock.
7346
7347 2003-03-26  Earnie Boyd  <earnie@users.sf.net>
7348
7349         * include/w32api.h: Increment version to 2.4.
7350         * Makefile.in: Ditto.
7351
7352 2003-03-26  Danny Smith  <dannysmith@users.sourceforge.net>
7353
7354         * include/ddk/batclass.h (BATTERY_REPORTING_SCALE)
7355         Move structure from here...
7356         * include/winnt.h (BATTERY_REPORTING_SCALE): To here.
7357
7358         * include/ddk/ntapi.h (JOBOBJECT_*):
7359         Remove structures and enums definitions.
7360         (JOB_OBJECT*): Move defines from here...
7361         * include/winnt.h (JOB_OBJECT* ): To here.
7362
7363         * include/ddk/ntpoapi.h (LATENCY_TIME, POWER_ACTION_POLICY,
7364         SYSTEM_POWER_LEVEL, SYSTEM_POWER_POLICY,
7365         PROCESSOR_POWER_POLICY_INFO, PROCESSOR_POWER_POLICY,
7366         ADMINISTRATOR_POWER_POLICY, SYSTEM_POWER_INFORMATION,
7367         PROCESSOR_POWER_INFORMATION, SYSTEM_BATTERY_STATE,
7368         SYSTEM_POWER_CAPABILITIES): Move enums, structures
7369         and associated defines from here ...
7370         * include/winnt.h: (LATENCY_TIME, POWER_ACTION_POLICY,
7371         SYSTEM_POWER_LEVEL, SYSTEM_POWER_POLICY,
7372         PROCESSOR_POWER_POLICY_INFO, PROCESSOR_POWER_POLICY,
7373         ADMINISTRATOR_POWER_POLICY, SYSTEM_POWER_INFORMATION,
7374         PROCESSOR_POWER_INFORMATION, SYSTEM_BATTERY_STATE,
7375         SYSTEM_POWER_CAPABILITIES):To here.
7376
7377         * include/ddk/winddk.h (DEVICE_POWER_STATE,
7378         SYSTEM_POWER_STATE, POWER_ACTION): Move enums
7379         from here...
7380         * include/winnt.h (DEVICE_POWER_STATE,
7381         SYSTEM_POWER_STATE, POWER_ACTION): To here.
7382
7383 2003-03-19  Danny Smith  <dannysmith@users.sourceforge.net>
7384
7385         *lib/ndis.def (NdisAllocateMemory): Correct stdcall suffix.
7386         Thanks to: Vladimir Michl <michlv@users.sourceforge.net>
7387         (NdisUpdateSharedMemory): Likewise.
7388         (NdisMFreeSharedMemory: Likewise.
7389         (NdisMMapIoSpace: Likewise.
7390
7391 2003-03-18  Danny Smith  <dannysmith@users.sourceforge.net>
7392
7393         * include/lmaccess.h (UF_LOCKOUT): Correct name from UF_LOCK.
7394         Thanks to: Fabricio D. Rossi  <gurusoda@users.sourceforge.net>
7395         (UF_SETTABLE_BITS): Correct UF_LOCKOUT here too.
7396
7397 2003-03-17  Bang Jun-Young  <junyoung@netbsd.org>
7398
7399         * include/winbase.h (EnumResourceLanguages[AW]): Correct prototypes.
7400         (EnumResourceNames[AW]): Ditto.
7401         (EnumResourceTypes[AW]): Ditto.
7402         * include/wincon.h (CONSOLE_FONT_INFO): Add struct.
7403
7404 2003-03-16  Toby Malone  <malone@users.sourceforge.net>
7405
7406         * include/winuser.h (SendInput): Add prototype.
7407         * lib/user32.def (SendInput): Add stub.
7408
7409 2003-03-16  Vadim Yegorov  <zg@bmg.lv>
7410
7411         * winioctl.h (FSCTL_SET_REPARSE_POINT: Correct macro.
7412         (FSCTL_DELETE_REPARSE_POINT): Likewise.
7413
7414 2003-03-15  Bang Jun-Young  <junyoung@netbsd.org>
7415
7416         * winnt.h (JOBOBJECTINFOCLASS): Define enum.
7417         (JOBOBJECT_*): Define corresponding structures.
7418
7419 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
7420
7421         * include/ddk/winddk.h (PCUNICODE_STRING): Remove incorrect
7422         typedef.
7423
7424 2003-03-13  Bang Jun-Young  <junyoung@netbsd.org>
7425
7426         * lib/kernel32.def (Module32{First,Next}{,W}): Add missing exports.
7427         (Process32{First,Next}{,W}): Ditto.
7428         (Thread32{First,Next}): Ditto.
7429         * include/ntdef.h (PCUNICODE_STRING): Add typedef.
7430
7431 2003-03-12  Earnie Boyd  <earnie@users.sf.net>
7432
7433         * include/mswsock.h: Correct invalid filter for _WINSOCK2_H.
7434         Thanks to Jim Barton <jmbarton@users.sf.net>.
7435
7436 2003-03-12  Ranjit Mathew  <rmathew@hotmail.com>
7437
7438         * include/winnt.h (_IMAGE_SEPARATE_DEBUG_HEADER): Expose
7439         member SectionAlignment.
7440
7441 2003-03-11  Earnie Boyd  <earnie@users.sf.net>
7442
7443         * include/winsvc.h (SERVICE_NO_CHANGE): Use hex constant to avoid
7444         warnings.
7445         Thanks to Fabricio D. Rossi <gurusoda@users.sf.net>.
7446         * Makefile.in (bindist): Correct process.
7447         * lib/Makefile.in (install): Ditto.
7448         Thanks to Jeff Bonnggren <jbon@users.sf.net>.
7449
7450 2003-03-10  Danny Smith  <dannysmith@users.sourceforge.net>
7451
7452         * include/rasdlg.h: New file.
7453         * lib/rasdlg.def: New file.
7454         * lib/test.c: Include rasdlg.h.
7455
7456 2003-03-06  Christopher January  <chris@atomice.net>
7457
7458         * include/winbase.h (FindFirstVolume): Add declaration.
7459         (FindNextVolume): Add declaration.
7460         (FindVolumeClose): Add declaration.
7461         (GetSystemTimes): Add declaration.
7462         * include/winnt.h: Add define for PF_XMMI64_INSTRUCTIONS_AVAILABLE.
7463
7464 2003-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
7465
7466         *lib/kernel32.def (GetSystemTimes): Add stub.
7467
7468 2003-03-04  Heiko Gerdau  <hg@technosis.de>
7469
7470         * oleidl.h (IOleObject): Correct GetUserType prototype.
7471         (IViewObject2): Correct GetExtent prototype.
7472         * olectl.h (DISPIP_): Add new defines
7473         * ocidl.h (IOleInPlaceSiteWindowless): Add new interface.
7474
7475 2003-03-01  Danny Smith  <dannysmith@users.sourceforge.net>
7476
7477         * include/olectl.h (OleLoadPictureEx) Add prototype.
7478         (OleLoadPictureFile): Ditto.
7479         (OleLoadPictureFileEx): Ditto.
7480         (OleLoadPicturePath): Ditto.
7481         (OleSavePictureFile): Ditto.
7482
7483 2003-03-01  Danny Smith  <dannysmith@users.sourceforge.net>
7484
7485         * include/objbase.h (CoAddRefServerProcess): Add prototype.
7486         (CoAddReleaseServerProcess): Ditto.
7487         (CoResumeClassObjects): Ditto.
7488         (CoSuspendClassObjects): Ditto.
7489         * include/oleauto.h (V_I1): Define.
7490         Thanks to: "Timofei"  <mmttmm@users.sourceforge.net>
7491
7492 2003-03-01  Heiko Gerdau  <hg@technosis.de>
7493
7494         * include/oleidl.h (USERCLASSTYPE): Add enum.
7495         * include/ocidl.h (IObjectWithSite): Add interface.
7496
7497 2003-02-28  Roland Schwingel  <roland.schwingel@onevision.de>
7498
7499         Fixup UNICODE thinko in 2003-02-22 patch.
7500         * include/wingdi.h (AddFontMemResourceEx): Add.
7501         (RemoveFontMemResourceEx): Ditto.
7502         (AddFontMemResourceEx[AW]): Remove.
7503         (RemoveFontMemResourceEx[AW]): Ditto
7504         * lib/gdi32.def: (AddFontResourceEx): Add.
7505         (RemoveFontMemResourceEx): Ditto.
7506         (AddFontMemResourceEx[AW]): Remove.
7507         (RemoveFontResourceEx[AW]): Ditto.
7508
7509 2003-02-23  Danny Smith  <dannysmith@users.sourceforge.net>
7510
7511         * include/winbase.h (EVENTLOG_SUCCESS): Add define.
7512         Thanks to: Thomas Weber  <thomasweber@sourceforge.net>
7513
7514 2003-02-22  Roland Schwingel  <roland.schwingel@onevision.de>
7515
7516         * include/wingdi.h (AddFontMemResourceEx[AW]): Add.
7517         (RemoveFontMemResourceEx[AW]): Ditto
7518         * lib/gdi32.def (AddFontMemResourceEx[AW]): Add.
7519         (RemoveFontMemResourceEx[AW]): Ditto.
7520
7521 2003-02-22  Bang Jun-Young  <junyoung@netbsd.org>
7522
7523         * lib/ntdll.def (NT*, RTL*, ZW*): Add missing exports.
7524         (NtCurrentTeb): Remove.
7525
7526 2003-02-22  Danny Smith  <dannysmith@users.sourceforge.net>
7527
7528         * include/wsahelp.h: Remove ';' after closing
7529         #ifdef __cplusplus brace.
7530         * include/ws2spi.h: Likewise.
7531
7532 2003-02-22  Danny Smith  <dannysmith@users.sourceforge.net>
7533
7534         * include/winbase.h (MEMORYSTATUSEX): Add structure.
7535         (GlobalMemoryStatusEx): Add prototype.
7536         * lib/kernel32.def (GlobalMemoryStatusEx): Add stub.
7537
7538 2003-02-17  Vaclav Haisman  <V.Haisman@sh.cvut.cz>
7539
7540         * include/winioctl.h (FSCTL_SET_SPARSE): Define.
7541
7542 2003-02-12  Roland Schwingel  <roland.schwingel@onevision.de>
7543
7544         * include/wingdi.h (AddFontResourceEx[AW]): Add.
7545         (RemoveFontResourceEx[AW]): Ditto
7546         (FR_PRIVATE): Define.
7547         (FR_NOT_ENUM): Define.
7548         * lib/gdi32.def (AddFontResourceEx[AW]): Add.
7549         (RemoveFontResourceEx[AW]): Ditto.
7550
7551 2003-02-10  Earnie Boyd  <earnie@users.sf.net>
7552
7553         * include/w32api.h: Increment version to 2.3.
7554         * Makefile.in: Ditto.
7555
7556 2003-02-09  Earnie Boyd  <earnie@users.sf.net>
7557
7558         * lib/ddk/ntoskrnl.def (Ke386IoSetAccessProcess): Activate export.
7559         (Ke386QueryToAccessMap): Ditto.
7560         (Ke386SetIoAccessMap): Ditto.
7561         Thanks to Marcel Telka <telka@users.sf.net>
7562         * include/secext.h: New file. Declare EXTENDED_NAME_FORMAT.
7563         * include/security.h: Include secext.h.
7564         * include/winbase.h: Declare COMPUTER_NAME_FORMAT.
7565         Thanks to Dimitri Papadopoulos <dimitri_at@users.sf.net>
7566         * include/GL/gl.h: Remove include of glext.h.
7567         Thanks to Greg Couch <gregcouch@users.sf.net>
7568
7569 2003-02-05  Earnie Boyd  <earnie@users.sf.net>
7570
7571         * include/basetypes.h (_GUID_DEFINED): Add deprecation warning, start
7572         using GUID_DEFINED instead.
7573         * include/sqltypes.h: Ditto.
7574         * include/winnt.h: Ditto.
7575         * include/ddk/scsiwmi.h: Ditto.
7576
7577 2003-02-04  Danny Smith  <dannysmith@users.sourceforge.net>
7578
7579         * include/shlwapi.h (PathRelativePathTo[AW]): Correct
7580         prototypes.
7581         Thanks to: John Dallaway  <jld@ecoscentric.com>.
7582
7583 2003-02-01  Danny Smith  <dannysmith@users.sourceforge.net>
7584
7585         * include/commctrl.h (TCM_*): Add missing defines.
7586
7587 2003-02-01  Jesus Alvarez  <jesus_alvarez@users.sourceforge.net>
7588             Danny Smith  <dannysmith@users.sourceforge.net>
7589
7590         * include/prsht.h (PSP_*, PSH_*): Add missing defines.
7591         (PROPSHEETPAGE[AW]): Add pszHeaderTitle, pszHeaderSubTitle
7592         for (_WIN32_IE >= 0x0400).
7593         (PROPSHEETHEADER[AW]): Add hplWatermark and anonymous union
7594         fields for (_WIN32_IE >= 0x0400).
7595
7596 2003-01-31  Danny Smith  <dannysmith@users.sourceforge.net>
7597
7598         * include/winbase.h (CreateFiber): Change first parameter
7599         to SIZE_T.
7600         (CreateJobObject[AW], CreateHardLink[AW]):Guard with
7601         if (_WIN32_WINNT >= 0x0500).
7602
7603 2003-01-31  Bang Jun-Young  <junyoung@netbsd.org>
7604
7605         * include/winbase.h (PWIN32_FIND_DATAA, PWIN32_FIND_DATAW):
7606         Add missing typedefs.
7607         (CreateFiberEx, CreateJobObjectA,CreateJobObjectW): Add missing
7608         prototypes.
7609         (CreateHardLinkA, CreateHardLinkW): Return BOOL, not HANDLE.
7610
7611 2003-01-27  Krzysztof Nikiel  <kni@poczta.onet.pl>
7612
7613         * include/mmsystem.h (MIXERCONTROL_CONTROLF_MULTIPLE): Correct
7614         define.
7615         * lib/largeint.c (LargeIntegerAdd): Add, don't multiply.
7616
7617 2003-01-27  Danny Smith  <dannysmith@users.sourceforge.net>
7618
7619         * include/rpcnterr.h (RPC_X_INVALID_PIPE_OPERATION): Add
7620         define.
7621         * include/winbase.h (WAIT_TIMEOUT): Guard against prior
7622         definition.
7623         (WAIT_FAILED): Cast to DWORD.
7624         * include/winerror.h (WAIT_TIMEOUT): Guard against prior
7625         definition.
7626
7627 2003-01-27  Bang Jun-Young  <junyoung@netbsd.org>
7628
7629         * include/winerror.h: Protect against multiple
7630         definition of WSA* error codes.
7631         * include/winsock.h: Likewise.
7632         * include/winsock2.h: Likewise.
7633
7634 2003-01-27  Bang Dong-Heui
7635             Bang Jun-Young  <junyoung@netbsd.org>
7636
7637         * include/winerror.h (ERROR_*, SEC_E_*,RPC_S_*, FRS_ERR_*,
7638         DNS_*, WSA*, WAIT_TIMEOUT): Add missing error codes.
7639         (RPC_X_INVALID_PIPE_OPERATION): Remove define.
7640
7641
7642 2003-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
7643
7644         * include/ras.h (RASCONN[AW]): Add dwSessionId for
7645         (WINVER >= 0x501).
7646
7647 2003-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
7648
7649         * include/ras.h (RASCONN[AW]): Guard szDeviceType,
7650         szDeviceName fields with (WINVER >= 0x400). Add dwFlags, luid
7651         fields for (WINVER >= 0x501).
7652
7653 2003-01-23  Danny Smith  <dannysmith@users.sourceforge.net>
7654
7655         * lib/ws2_32.def (getaddrinfo, freeaddrinfo and getnameinfo):
7656         Add stubs.
7657         * include/ws2tcpip.h (IPV6_*) Add IPPROTO_IPV6 level socket
7658         options.
7659
7660 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
7661
7662         * include/winnt.h (IMAGE_FILE_AGGRESIVE_WS_TRIM
7663         IMAGE_FILE_LARGE_ADDRESS_AWARE): Add defines.
7664
7665 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
7666
7667         * include/accctrl.h (enum _SE_OBJECT_TYPE): Add
7668         SE_REGISTRY_WOW64_32KEY.
7669         Reported by: Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
7670
7671 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
7672
7673         * include/commctrl.h (HDN_GETDISPINFO[AW]: Add defines.
7674         (tagNMHDDISPINFO[AW}: Add structures and typedefs.
7675         Reported by: Mat Nieuwenhoven  <matnieuw@users.sourceforge.net>
7676
7677 2003-01-10  Christopher Faylor  <cgf@redhat.com>
7678
7679         * include/winsock2.h: Remove gethostname from INSIDE_CYGWIN protection.
7680
7681 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
7682
7683         * lib/dxguid.c: Don't #include <objbase.h>.
7684         * include/unknwn.h: Partially revert change of 2002-12-26.
7685         Don't include <ole2.h>.
7686
7687 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
7688
7689         * lib/dinput.c: Don't #include <objbase.h>.
7690
7691 2003-01-08  Bart Oldeman  <bartoldeman@users.sourceforge.net>
7692
7693         * include/windows.h (ole2.h):Do #include for
7694         __WATCOMC__.
7695
7696 2003-01-05  Danny Smith  <dannysmith@users.sourceforge.net>
7697
7698         * include/winuser.h (SPI_SETWHEELSCROLLLINES) Add define.
7699         * include/zmouse.h (WHEEL_DELTA): Guard against prior
7700         definition.
7701         (WHEEL_PAGESCROLL): Likewise.
7702         (SPI_SETWHEELSCROLLLINES): Define, if not already done.
7703
7704 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
7705
7706         * include/winuser.h (SPI_GETWHEELSCROLLLINES) Add define.
7707         (WHEEL_PAGESCROLL): Add define.
7708
7709 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
7710
7711         * include/commctrl.h (tagNMTOOLBAR[AW]): Replace obsolete struct
7712         names tagTBNOTIFY[AW] and typedefs. Add defines for backward
7713         compatability. Add RECT field. Add UNICODE mappings for new
7714         names.
7715         (tagNMREBARCHEVRON): Add struct and typedefs for
7716         _WIN32_IE >= 0x0500.
7717
7718 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
7719
7720         * include/commctrl.h (TOOLINFO[AW]): Update structures.
7721         (LVHITTESTINFO): Likewise.
7722
7723         * include/wingdi.h (GRADIENT_TRIANGLE): Add structure.
7724         (GRADIENT_RECT): Likewise.
7725
7726 2003-01-03  Bang Jun-Young  <junyoung@netbsd.org>
7727
7728         * include/winerror.h (ERROR_OPLOCK_NOT_GRANTED,
7729         ERROR_INVALID_OPLOCK_PROTOCOL, ERROR_SOURCE_ELEMENT_EMPTY,
7730         ERROR_DESTINATION_ELEMENT_FULL, ERROR_ILLEGAL_ELEMENT_ADDRESS,
7731         ERROR_MAGAZINE_NOT_PRESENT, ERROR_DEVICE_REINITIALIZATION_NEEDED,
7732         ERROR_DEVICE_REQUIRES_CLEANING, ERROR_DEVICE_DOOR_OPEN,
7733         ERROR_DEVICE_NOT_CONNECTED, ERROR_NOT_FOUND, ERROR_NO_MATCH,
7734         ERROR_SET_NOT_FOUND, ERROR_NO_TRACKING_SERVICE,
7735         ERROR_JOURNAL_DELETE_IN_PROGRESS, ERROR_JOURNAL_NOT_ACTIVE,
7736         ERROR_JOURNAL_ENTRY_DELETED, ERROR_ONLY_IF_CONNECTED,
7737         ERROR_NOT_SUPPORTED_ON_SBS, ERROR_SERVER_SHUTDOWN_IN_PROGRESS,
7738         ERROR_MUTUAL_AUTH_FAILED, ERROR_TIME_SKEW, ERROR_DEVICE_REMOVED,
7739         RPC_S_INVALID_ASYNC_HANDLE, RPC_S_INVALID_ASYNC_CALL,
7740         RPC_X_PIPE_CLOSED, RPC_X_PIPE_DISCIPLINE_ERROR, RPC_X_PIPE_EMPTY,
7741         ERROR_CANT_ACCESS_FILE, ERROR_CANT_RESOLVE_FILENAME,
7742         ERROR_WMI_GUID_NOT_FOUND, ERROR_WMI_INSTANCE_NOT_FOUND,
7743         ERROR_WMI_ITEMID_NOT_FOUND, ERROR_WMI_TRY_AGAIN, ERROR_WMI_READ_ONLY,
7744         ERROR_WMI_SET_FAILURE, ERROR_TRANSPORT_FULL, ERROR_FILE_OFFLINE,
7745         ERROR_REMOTE_STORAGE_NOT_ACTIVE, ERROR_REMOTE_STORAGE_MEDIA_ERROR,
7746         ERROR_NOT_A_REPARSE_POINT, ERROR_REPARSE_ATTRIBUTE_CONFLICT,
7747         ERROR_INVALID_REPARSE_DATA, ERROR_REPARSE_TAG_INVALID,
7748         ERROR_REPARSE_TAG_MISMATCH, ERROR_FILE_ENCRYPTED,
7749         ERROR_FILE_NOT_ENCRYPTED, ERROR_NOT_EXPORT_FORMAT,
7750         ERROR_CTX_WINSTATION_NAME_INVALID, ERROR_CTX_INVALID_PD,
7751         ERROR_CTX_PD_NOT_FOUND, ERROR_CTX_WD_NOT_FOUND,
7752         ERROR_CTX_CLOSE_PENDING, ERROR_CTX_NO_OUTBUF,
7753         ERROR_CTX_MODEM_INF_NOT_FOUND, ERROR_CTX_INVALID_MODEMNAME,
7754         ERROR_CTX_MODEM_RESPONSE_ERROR, ERROR_CTX_MODEM_RESPONSE_TIMEOUT,
7755         ERROR_CTX_MODEM_RESPONSE_NO_CARRIER,
7756         ERROR_CTX_MODEM_RESPONSE_NO_DIALTONE, ERROR_CTX_MODEM_RESPONSE_BUSY,
7757         ERROR_CTX_MODEM_RESPONSE_VOICE, ERROR_CTX_TD_ERROR,
7758         ERROR_CTX_WINSTATION_NOT_FOUND, ERROR_CTX_WINSTATION_ALREADY_EXISTS,
7759         ERROR_CTX_WINSTATION_BUSY, ERROR_CTX_BAD_VIDEO_MODE,
7760         ERROR_CTX_GRAPHICS_INVALID, ERROR_CTX_NOT_CONSOLE,
7761         ERROR_CTX_CLIENT_QUERY_TIMEOUT, ERROR_CTX_CONSOLE_DISCONNECT,
7762         ERROR_CTX_CONSOLE_CONNECT, ERROR_CTX_SHADOW_DENIED,
7763         ERROR_CTX_WINSTATION_ACCESS_DENIED, ERROR_CTX_INVALID_WD,
7764         ERROR_CTX_SHADOW_INVALID, ERROR_CTX_SHADOW_DISABLED,
7765         ERROR_CTX_CLIENT_LICENSE_IN_USE, ERROR_CTX_CLIENT_LICENSE_NOT_SET,
7766         ERROR_CTX_LICENSE_NOT_AVAILABLE, ERROR_CTX_LICENSE_CLIENT_INVALID,
7767         ERROR_CTX_LICENSE_EXPIRED, ERROR_DS_MEMBERSHIP_EVALUATED_LOCALLY,
7768         ERROR_DS_NO_ATTRIBUTE_OR_VALUE, ERROR_DS_INVALID_ATTRIBUTE_SYNTAX,
7769         ERROR_DS_ATTRIBUTE_TYPE_UNDEFINED, ERROR_DS_ATTRIBUTE_OR_VALUE_EXISTS,
7770         ERROR_DS_BUSY, ERROR_DS_UNAVAILABLE, ERROR_DS_NO_RIDS_ALLOCATED,
7771         ERROR_DS_NO_MORE_RIDS, ERROR_DS_INCORRECT_ROLE_OWNER,
7772         ERROR_DS_RIDMGR_INIT_ERROR, ERROR_DS_OBJ_CLASS_VIOLATION,
7773         ERROR_DS_CANT_ON_NON_LEAF, ERROR_DS_CANT_ON_RDN,
7774         ERROR_DS_CANT_MOD_OBJ_CLASS, ERROR_DS_CROSS_DOM_MOVE_ERROR,
7775         ERROR_DS_GC_NOT_AVAILABLE, ERROR_SHARED_POLICY,
7776         ERROR_POLICY_OBJECT_NOT_FOUND, ERROR_POLICY_ONLY_IN_DS,
7777         ERROR_DS_ADMIN_LIMIT_EXCEEDED, ERROR_DS_DS_REQUIRED,
7778         ERROR_DS_SAM_INIT_FAILURE, ERROR_DS_SENSITIVE_GROUP_VIOLATION,
7779         ERROR_DS_CANT_MOD_PRIMARYGROUPID, ERROR_DS_INVALID_GROUP_TYPE,
7780         ERROR_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN,
7781         ERROR_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN,
7782         ERROR_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER,
7783         ERROR_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER,
7784         ERROR_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER,
7785         ERROR_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER,
7786         ERROR_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER,
7787         ERROR_DS_HAVE_PRIMARY_MEMBERS, ERROR_DS_SAM_NEED_BOOTKEY_PASSWORD,
7788         ERROR_DS_SAM_NEED_BOOTKEY_FLOPPY, ERROR_DS_CANT_START,
7789         ERROR_DS_INIT_FAILURE, ERROR_SAM_INIT_FAILURE, ERROR_DS_GC_REQUIRED,
7790         ERROR_DS_LOCAL_MEMBER_OF_LOCAL_ONLY,
7791         ERROR_DS_NO_FPO_IN_UNIVERSAL_GROUPS,
7792         ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED):
7793         Add missing error codes.
7794
7795 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
7796
7797         * lib/kernel32.c (GetCurrentFiber): Remove blank input field in
7798         asm code.
7799         (GetFiberData): Likewise.
7800
7801 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
7802
7803         * include/winnt.h (GetCurrentFiber): Remove blank input field in
7804         asm code.
7805         (GetFiberData): Likewise.
7806
7807 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
7808
7809         * include/winerror.h (ERROR_DIFFERENT_SERVICE_ACCOUNT,
7810         ERROR_EXE_MACHINE_TYPE_MISMATCH, ERROR_HOOK_TYPE_NOT_ALLOWED,
7811         ERROR_INVALID_KEYBOARD_HANDLE, ERROR_INVALID_PRINT_MONITOR,
7812         ERROR_PRINT_MONITOR_IN_USE, ERROR_PRINTER_HAS_JOBS_QUEUED,
7813         ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION,
7814         ERROR_SUCCESS_REBOOT_REQUIRED, ERROR_SUCCESS_RESTART_REQUIRED,
7815         ERROR_TIMEOUT, OR_INVALID_OID, OR_INVALID_OXID,
7816         OR_INVALID_SET, RPC_X_INVALID_PIPE_OPERATION): Add missing
7817         error codes.
7818         Re-sort codes.
7819
7820 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
7821
7822         * include/winspool.h (PRINTER_INFO_6): Add.
7823         Reported by: Mat Nieuwenhoven  <matnieuw@users.sourceforge.net>
7824
7825 2002-12-30  Hartmut Honisch  <hhonisch@users.sourceforge.net>
7826
7827         * include/winbase.h (NMPWAIT_WAIT_FOREVER): Cast to DWORD.
7828
7829         * lib/ntdll.def (NtConnectPort, NtOpenEvent,
7830         NtRequestWaitReplyPort, NtWaitForSingleObject,ZwConnectPort,
7831         ZwOpenEvent, ZwRequestWaitReplyPort, ZwWaitForSingleObject):
7832         Add stubs.
7833
7834 2002-12-30  Danny Smith  <dannysmith@users.sourceforge.net>
7835
7836         * include/wingdi.h (wglGetLayerPaletteEntries): Correct
7837         prototype. Thanks to: Joe Krahn  <jkrahn at nc dot rr dot com>.
7838
7839 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
7840
7841         * include/wingdi.h (DOCINFOA): Replace LPCTSTR with LPCSTR.
7842
7843 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
7844
7845         * include/wingdi.h (BALTIC_CHARSET, JOHAB_CHARSET,
7846         VIETNAMESE_CHARSET): Remove duplicate defines.
7847         * lib/comctl32.def (ImageList_SetImageCount): Add stub.
7848
7849 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
7850
7851         * include/dbt.h (DEV_BROADCAST_PORT): Add UNICODE version.
7852         Thanks to: Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
7853
7854 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
7855
7856         * include/unknwn.h: Include windows.h and ole2.h before header
7857         guard to avoid circular inclusion of COM headers.
7858
7859 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
7860
7861         * include/dde.h (PackDDElParam, UnpackDDElParam,FreeDDElParam,
7862         ReuseDDElParam): Use __WIN64 compatible typedefs.
7863
7864 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
7865
7866         * include/accctrl.h (ACTRL_ACCESS_ENTRY[AW]): Make
7867         lpInheritProperty member const.
7868         (ACTRL_PROPERTY_ENTRY[AW]): Make lpProperty member
7869         const.
7870
7871 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
7872
7873         * include/commcat.h: Don't include windows.h or ole2.h ifdef
7874         COM_NO_WINDOWS_H.
7875         * include/unknwn.h: Ditto.
7876
7877 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
7878
7879         * include/imm.h (ImmGetCompositionFont[AW],
7880         ImmSetCompositionFont[AW]): Add NOGDI guard.
7881
7882 2002-12-19  Danny Smith  <dannysmith@users.sourceforge.net>
7883
7884         * include/ddk/hidusage.h: Remove unneccessary #pragma pack's.
7885         * include/ddk/miniport.h (EMULATOR_PORT_ACCESS_TYPE): Define
7886         before using.
7887         (VIDEO_ACCESS_RANGE): Guard against prior definition.
7888         * include/ddk/minitape.h (INQUIRYDATA): Guard against prior
7889         definition.
7890         * include/ddk/ndis.h (DECLARE_UNKNOWN_PROTOTYPE): Correct macro.
7891         * include/ddk/ndisguid.h: Remove unneccessary #pragma pack's.
7892         * include/ddk/scsi.h (INQUIRYDATA): Guard against prior
7893         definition.
7894         * include/ddk/scsiwmi.h (GUID): Define if not already done.
7895         (LPCGUID): Likewise.
7896         * include/ddk/tdi.h: Close "Listen flags" comment.
7897         * include/ddk/tdistat.h: Remove unneccessary #pragma pack's.
7898         * include/ddk/video.h:  Add #pragma pack(push,4) to balance.
7899         (VIDEO_ACCESS_RANGE): Guard against prior definition.
7900         * include/ddk/videoagp.h:Add #pragma pack(push,4) to balance.
7901         * include/ddk/win2k.h: Likewise.
7902         * include/ddk/winddi.h: Likewise.
7903         * include/ddk/winddk.h: Likewise.
7904         * include/ddk/winnt4.h: Likewise.
7905         * include/ddk/ws2san.h: Likewise.
7906         * include/ddk/xfilter.h: Remove unbalanced #pragma pack(pop).
7907         * include/ddk/video.h: Don't process rest of file ifdef
7908         __WINDDI_H.
7909         * include/ddk/winddi.h: Don't process rest of file ifdef
7910         __VIDEO_H.
7911         * include/ddk/usb.h: Don't process rest of file ifdef
7912         __USBDI_H.
7913         * include/ddk/usbdi.h: Don't process rest of file ifdef
7914         __USB_H.
7915         * include/ddk/usbcamdi.h: Don't process rest of file if
7916         !defined(__USB_H) && !defined(__USBDI_H)
7917
7918 2002-12-18  James E. Lucas  <xelloss@users.sourceforge.net>
7919
7920         * include/winnetwk.h (WNetResourceInformation[AW]): Correct
7921         prototypes.
7922         * include/winuser.h (GetAncestor) Add prototype.
7923         (GA_PARENT, GA_ROOT, GA_ROOTOWNER): Add defines.
7924         (EWX_FORCEIFHUNG): Add define for _WIN32_WINNT >= 0x0500.
7925         (SPI_GETACTIVEWINDOWTRACKING, SPI_GETACTIVEWNDTRKZORDER,
7926         SPI_GETACTIVEWNDTRKTIMEOUT, SPI_SETACTIVEWINDOWTRACKING
7927         SPI_SETACTIVEWNDTRKZORDER, SPI_SETACTIVEWNDTRKTIMEOUT): Add
7928         defines.
7929         * lib/user32.def (GetAncestor@8): Add stub.
7930
7931 2002-12-15  Danny Smith  <dannysmith@users.sourceforge.net>
7932
7933         * include/windows.h: Guard inclusion of wingdi.h,
7934         commdlg.h, winspool.h, ole2.h with NOGDI.
7935         * include/winuser.h (ICONMETRICS, NONCLIENTMETRICS,
7936         ChangeDisplaySettings, CreateDesktop, EnumDisplaySettings):
7937         Guard with NOGDI.
7938
7939 2002-12-12  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
7940
7941         * include/oleacc.h (SELFLAG_*): Change to enum.
7942
7943 2002-12-11  Danny Smith  <dannysmith@users.sourceforge.net>
7944
7945         * include/shlobj.h (IShellLinkW::GetPath): Correct prototype.
7946         Thanks to: Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
7947
7948 2002-12-09  Danny Smith  <dannysmith@users.sourceforge.net>
7949
7950         * include/shellapi.h (ExtractIconEx[AW]): Correct return type
7951         to UINT.
7952         Thanks to: Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
7953
7954 2002-12-07  Danny Smith  <dannysmith@users.sourveforge.net>
7955
7956         * include/winuser.h (AllowSetForegroundWindow,
7957         LockSetForegroundWindow): Add prototypes.
7958         (ASFW_ANY, LSFW_LOCK, LSFW_UNLOCK) Add defines.
7959         Thanks to:  Pat Thoyts  <patthoyts@users.sourceforge.net>
7960         * lib/winuser.def (AllowSetForegroundWindow,
7961         LockSetForegroundWindow): Add stubs.
7962
7963 2002-12-06  Ken Fitlike  <kenfitlike@users.sourceforge.net>
7964
7965         * include/commctrl.h (TN_GETDISPINFO[AW]): Add defines and
7966         UNICODE mappings.
7967         (tagNMTTDISPINFO[AW]): Replace obsolete struct names
7968         tagTOOLTIPTEXT[AW] and typedefs. Add defines for backward
7969         compatability. Add lParam field. Add UNICODE mappings for new
7970         names.
7971
7972 2002-12-02  Andrew Stadt  <acstadt@sympatico.ca>
7973
7974         * include/shellapi.h (_SHFILEOPSTRUCTA,_SHFILEOPSTRUCTW):
7975         Wrap with pshpack2.h/poppack.h to correct alignment.
7976
7977 2002-12-02  Ken Fitlike  <kenfitlike@users.sourceforge.net>
7978
7979         * include/commctrl.h (LVBKIF_*): Add defines.
7980         (LVM_SETIMAGE[AW]): Add defines and UNICODE mappings.
7981         (LVM_GETIMAGE[AW]): Add defines and UNICODE mappings.
7982         (LVBKIMAGE[AW]): Add defines and UNICODE mappings.
7983         (LPLVBKIMAGE[AW]): Add defines and UNICODE mappings.
7984         (LVM_GETBKIMAGE[AW]): Add defines and UNICODE mappings.
7985         (LVM_SETBKIMAGE[AW]): Add defines and UNICODE mappings.
7986         (ListView_GetBkImage): Add define.
7987         (ListView_SetBkImage): Add define.
7988         (LVBKIMAGE): Add structures and typedefs.
7989
7990 2002-11-25  Earnie Boyd  <earnie@users.sf.net>
7991
7992         * include/w32api.h: Increment to version 2.2
7993         * Makefile.in: Ditto.
7994
7995 2002-11-25  Earnie Boyd  <earnie@users.sf.net>
7996
7997         * lib/Makefile.in (dist, install): Correct the install destinations.
7998         * lib/ddk/Makefile.in (dist, install): Ditto.
7999
8000 2002-11-16  Danny Smith  <dannysmith@users.sourceforge.net>
8001
8002         * lib/uuid.c (CATID_InternetAware,CLSID_HttpSProtocol,
8003         CLSID_PSUrlMonProxy,CLSID_StdURLMoniker,IID_IObjectWithSite,
8004         IID_IPersistMoniker,IID_IProgressNotify): Correct off-by-one bug
8005         in definitions.
8006         (CLSID_CFontPropPage00, GUID_FONTUNDERSCORE11,
8007         IID_IOleControlSite89): Remove.
8008
8009 2002-11-15  Christopher Faylor  <cgf@redhat.com>
8010
8011         * lib/uuid.c (IID_IRunnableObject): Remove duplicate definition.
8012         (IID_IStdMarshalInfo): Ditto.
8013
8014 2002-11-15  Christopher Faylor  <cgf@redhat.com>
8015
8016         * lib/uuid.c (IID_IOleInPlaceSite): Remove duplicate definition.
8017         (IID_IPersistStorage): Ditto.
8018
8019 2002-11-15  Weiqi Gao  <weiqigao@users.sourceforge.net>
8020
8021         * lib/uuid.c (CLSID_PSClassObject, CLSID_PSEnumerators,
8022         IID_IClassActivator, IID_IClientSecurity, IID_ICreateTypeInfo,
8023         IID_ICreateTypeLib2, IID_IOleInPlaceSite, IID_IPersistStorage,
8024         IID_IRunnableObject, IID_IServerSecurity, IID_IStdMarshalInfo):
8025         Correct definitions.
8026
8027 2002-11-15  Danny Smith  <dannysmith@users.sourceforge.net>
8028
8029         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
8030         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
8031         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
8032         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
8033         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
8034         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
8035         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
8036         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
8037         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
8038         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
8039         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
8040         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
8041         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
8042         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
8043         xfilter.h): Change comment to refer w32api package, not MinGW.
8044
8045 2002-11-15  Danny Smith  <dannysmith@users.sourceforge.net>
8046
8047         * include/ddk/ntddk.h: Include winnt.h as system header.
8048
8049 2002-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
8050
8051         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
8052         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
8053         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
8054         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
8055         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
8056         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
8057         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
8058         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
8059         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
8060         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
8061         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
8062         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
8063         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
8064         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
8065         xfilter.h): Fix typo in disclaimer comment.
8066
8067 2002-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
8068
8069         * include/exdisp.h: Include oaidl.h as system header.
8070
8071 2002-11-12  Earnie Boyd  <earnie@users.sf.net>
8072
8073         * include/w32api.h (__W32API_VERSION): Fix.
8074
8075 2002-11-09  Weiqi Gao  <weiqigao@users.sourceforge.net>
8076
8077         * lib/uuid.c (IID_ICatInformation): Correct definition.
8078
8079 2002-11-07  Danny Smith  <dannysmith@users.sourceforge.net>
8080
8081         * include/oleauto.h (DeregisterTypeLib): Remove.
8082         (UnRegisterTypeLib): Add prototype.
8083
8084 2002-11-07  Christopher January  <chris@atomice.net>
8085
8086         * include/winioctl.h: Add definition for IOCTL_DISK_UPDATE_DRIVE_SIZE.
8087
8088 2002-11-04  Danny Smith  <dannysmith@users.sourceforge.net>
8089
8090         * include/winnt.h (VerSetConditionMask): Add prototype.
8091         * lib/kernel32.def (VerifyVersionInfo[AW]): Add stubs.
8092
8093 2002-10-16  Danny Smith  <dannysmith@users.sourceforge.net>
8094
8095         * include/winuser.h (MONITORINFOEX[AW]): Add structure
8096         definitions and ANSI/UNICODE mappings.
8097         Cleanup whitespace.
8098
8099 2002-10-14  Earnie Boyd  <earnie@users.sf.net>
8100
8101         * Makefile.in: Add components for lib/ddk.  Adjust for autoconf-2.53.
8102         * configure.in: Ditto.
8103         * lib/Makefile.in: Ditto.
8104         * lib/ddk/Makefile.in: Correct installation procedure.  Adjust for
8105         autoconf-2.53.
8106         * configure: Regenerate.
8107
8108 2002-10-14  Danny Smith  <dannysmith@users.sourceforge.net>
8109
8110         * include/windows.h: Don't include basetyps.h.
8111         * include/objfwd.h: Do include basetyps.h.
8112
8113 2002-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
8114
8115         * include/objbase.h: Include rpc.h and rpcndr.h
8116         before header guard.
8117
8118 2002-10-11  Danny Smith  <dannysmith@users.sourceforge.net>
8119
8120         * include/olectl.h (PROPPAGEINFO): Change type of
8121         field cb to ULONG.
8122
8123 2002-10-11  Steven Edwards  <Steven_Ed4153@yahoo.com>
8124
8125         * lib/ntdll.def (RtlAcquireResourceExclusive,
8126         RtlAcquireResourceShared, RtlDeleteResource,
8127         RtlInitializeResource, RtlReleaseResource,
8128         RtlTimeToSecondsSince1970) : Added missing exports.
8129
8130 2002-10-08  Heiko Gerdau  <hg@technosis.de>
8131
8132         * include/oleacc.h: New file.
8133         * include/winuser.h (ENDSESSION_LOGOFF) Add define.
8134         (OBJID_*) Add defines.
8135         * lib/uuid.c: Add DEFINE_GUID for IID_IAccessible.
8136         * lib/test.c: Include oleacc.h.
8137
8138 2002-10-06  Casper Hornstrup  <chorns@it.dk>
8139
8140         * include/ddk: New subdir.
8141         * lib/ddk: Ditto.
8142         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
8143         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
8144         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
8145         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
8146         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
8147         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
8148         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
8149         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
8150         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
8151         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
8152         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
8153         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
8154         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
8155         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
8156         xfilter.h): New files.
8157         * lib/ddk/(Makefile.in, apcups.def, cfgmgr32.def, dxapi.def,
8158         hal.def, hid.def, hidparse.def, mcd.def, ndis.def, ntoskrnl.def,
8159         scsiport.def, tdi.def, usbcamd.def, usbcamd2.def, videoprt.def,
8160         win32k.def): Ditto.
8161
8162 2002-10-04  Steven Edwards  <Steven_Ed4153@yahoo.com>
8163
8164         * lib/ntdll.def (NtAccessCheck, NtAdjustPrivilegesToken,
8165         NtCreateKey, NtDeleteKey, NtDeleteValueKey, NtEnumerateKey,
8166         NtEnumerateValueKey, NtOpenKey, NtOpenProcessToken,
8167         NtOpenThreadToken, NtQueryInformationToken, NtQueryKey,
8168         NtQueryValueKey, NtSetSecurityObject, NtSetValueKey,
8169         RtlAddAccessAllowedAce, RtlCreateAcl,
8170         RtlCreateSecurityDescriptor, RtlCreateUnicodeStringFromAsciiz,
8171         RtlGetAce, RtlGetControlSecurityDescriptor,
8172         RtlGetDaclSecurityDescriptor,RtlGetGroupSecurityDescriptor,
8173         RtlGetOwnerSecurityDescriptor,RtlGetSaclSecurityDescriptor,
8174         RtlImpersonateSelf, RtlIsTextUnicode, RtlLargeIntegerAdd,
8175         RtlLengthSecurityDescriptor, RtlMakeSelfRelativeSD,
8176         RtlMultiByteToUnicodeN RtlMultiByteToUnicodeSize,
8177         RtlOpenCurrentUser, RtlSetDaclSecurityDescriptor,
8178         RtlSetGroupSecurityDescriptor, RtlSetOwnerSecurityDescriptor,
8179         RtlSetSaclSecurityDescriptor, RtlValidSecurityDescriptor,
8180         ZwAccessCheck, ZwAdjustPrivilegesToken, ZwCreateKey,
8181         ZwDeleteValueKey, ZwEnumerateKey, ZwEnumerateValueKey,
8182         ZwOpenKey, ZwOpenProcessToken, ZwOpenThreadToken,
8183         ZwQueryInformationToken, ZwQueryKey, ZwQueryValueKey
8184         ZwSetSecurityObject, ZwSetValueKey): Added missing exports.
8185
8186 2002-10-04  "KJK::Hyperion"  <noog@libero.it>
8187
8188         *include/windef.h (WPARAM): Update typedef.
8189         (LPARAM): Ditto.
8190         (LRESULT): Ditto.
8191
8192 2002-10-04  "KJK::Hyperion"  <noog@libero.it>
8193
8194         * include/shlobj.h (CSIDL_*): Add defines.
8195
8196 2002-09-24  Danny Smith  <dannysmith@users.sourceforge.net>
8197
8198         * include/ws2tcpip.h: Throw error if winsock.h, not winsock2.h
8199         has been included first.
8200
8201 2002-09-24  René Møller Fonseca  <fonseca@users.sourceforge.net>
8202
8203         * include/winbase.h (FindFirstFileEx): Fixed ANSI mode.
8204         * include/wingdi.h (PFD_SWAP_LAYER_BUFFERS):Added define.
8205         * include/winuser.h (AppendMenu[AW]): Fixed prototypes.
8206
8207 2002-09-18  Eric R. Krause  <ekrause_98@users.sourceforge.net>
8208
8209         * include/winuser.h (DS_SHELLFONT): Define.
8210
8211 2002-09-17  Daniel Schlyder  <daniel@dascdev.net>
8212
8213         * include/winnt.h (VER_SUITE_BLADE): Define.
8214
8215 2002-09-17  Danny Smith  <dannysmith@users.sourceforge.net>
8216
8217         * include/shlobj.h (SHGetSpecialFolderPath[AW]):
8218         Add _WIN32_IE guard. Correct prototype for wide version.
8219         (SHGetFolderPath): Add comment on shfolder.dll.
8220         (SHGetFolderLocation): Add prototyope for WinME and W2K.
8221         (SHGetFolderPathAndSubDir[AW]): Add prototypes for XP.
8222
8223 2002-09-16  Danny Smith  <dannysmith@users.sourceforge.net>
8224
8225         * lib/shell32.def (SHGetFolderPath[AW]): Add comment.
8226         * lib/shfolder.def: New file.
8227
8228 2002-09-12  Danny Smith  <dannysmith@users.sourceforge.net>
8229
8230         * include/winsock.h (timeval): Guard struct and associated
8231         macros with _TIMEVAL_DEFINED.
8232         * include/winsock2.h (timeval): Likewise.
8233
8234 2002-09-11  Danny Smith  <dannysmith@users.sourceforge.net>
8235
8236         * lib/shell32.def (SHBindtoParent,SHCreateDirectoryEx[AW],
8237         SHCreateProcessAsUserW,SHCreateQueryCancelAutoPlayMoniker,
8238         SHCreateShellItem,SHEmptyRecycleBin[AW],
8239         SHEnumerateUnreadMailAccountsW,SHExtractIconsW,
8240         SHGetDataFromIDList[AW],SHGetDiskFreeSpace[AW],
8241         SHGetDiskFreeSpaceEx[AW],SHGetFolderLocation,
8242         SHGetFolderPathAndSubDir[AW],SHGetIconOverlayIndex[AW],
8243         SHGetNewLinkInfo[AW],SHGetSettings,SHGetUnreadMailCountW,
8244         SHInvokePrinterCommand[AW],SHIsFileAvailableOffline,
8245         SHLoadNonloadedIconOverlayIdentifiers,
8246         SHOpenFolderAndSelectItems,SHParseDisplayName,
8247         SHPathPrepareForWrite[AW],SHQueryRecycleBin[AW],
8248         SHSetLocalizedName,SHSetUnreadMailCountW,
8249         SHUpdateRecycleBinIcon: Add missing stubs.
8250
8251 2002-09-07  Earnie Boyd  <earnie@users.sf.net>
8252
8253         * include/windef.h (WINVER): Add documentation.
8254         (_WIN32_WINNT): Ditto.
8255         Special thanks to Paul Schmidt <paul@tricattechnologies.com>
8256
8257 2002-09-06  Danny Smith  <dannysmith@users.sourceforge.net>
8258
8259         * lib/Makefile.in (TEST_OPTIONS): Define WINVER to 0x0666.
8260
8261 2002-09-04  Kevin Chase  <kevincha99@hotmail.com>
8262
8263         * include/winbase.h (AllocateUserPhysicalPages,
8264         MapUserPhysicalPages, MapUserPhysicalPagesScatter,
8265         FreeUserPhysicalPages): Add prototypes.
8266         * lib/kernel32.def: Add function stubs for above.
8267
8268 2002-09-03  René Møller Fonseca  <fonseca@users.sourceforge.net>
8269
8270         * include/winuser.h (IDTRYAGAIN,IDCONTINUE): Add defines.
8271         Add WINVER guards for dialog box command id defines.
8272
8273 2002-09-03  Earnie Boyd  <earnie@users.sf.net>
8274
8275         * include/wincon.h (GetConsoleWindow): Add _WIN32_WINNT >= 0x0500 guard.
8276
8277 2002-08-30  Christopher January  <ccj00@doc.ic.ac.uk>
8278
8279         * include/wincon.h: Define GetConsoleWindow(void).
8280
8281 2002-08-28  Earnie Boyd  <earnie@users.sf.net>
8282
8283         * include/w32api.h: Increment version to 2.1.
8284         * Makefile.in: Ditto.
8285
8286 2002-08-26  Bart Oldeman  <bart.oldeman@btinternet.com>
8287
8288         * include/winsock2.h (SOCKET_ADDRESS): Define if
8289         __CSADDR_T_DEFINED is not defined (copied from nspapi.h)
8290         (CSADDR_INFO): Ditto.
8291         (nspapi.h) : Don't include. Removed FIXME comment.
8292         * include/nspapi.h (SOCKET_ADDRESS) Only define if
8293         __CSADDR_T_DEFINED is not defined.
8294         (CSADDR_INFO): Ditto.
8295         (BLOB): Add structure and typedef if not already defined.
8296         (NS_*): Add defines.
8297         (SERVICE_*): Ditto.
8298         (SERVICE_ADDRESS): Add structure and typedefs.
8299         (SERVICE_ADDRESSES): Ditto.
8300         (SERVICE_INFO[AW]): Ditto, and add UNICODE mappings.
8301         (LPSERVICE_ASYNC_INFO): Add typedef.
8302         (SetService[AW], GetAddressByName[AW]): Add prototypes and UNICODE
8303         mappings.
8304         * include/wsipx.h: New file.
8305         * include/svcguid.h: New file.
8306         * lib/test.c: Include wspix.h and svcguid.h.
8307
8308 2002-08-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8309
8310         * include/wsahelp.h: New file.
8311         * lib/test.c: Include wsahelp.h.
8312
8313 2002-08-21  Earnie Boyd  <earnie@users.sf.net>
8314
8315         * include/commctrl.h (NMCUSTOMDRAW): Fix lItemlParam.
8316         Thanks to: "Phil Dempster" <p_dempster@yahoo.co.uk>.
8317
8318 2002-08-20  Danny Smith  <dannysmith@users.sourceforge.net>
8319
8320         * include/ws2spi.h: Modify comment about being part of
8321         mingw32 package.
8322         (winsock2.h): Change "" to <>.
8323
8324 2002-08-20  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8325
8326         * include/ws2spi.h: New file.
8327         * lib/test.c: Include ws2spi.h.
8328
8329 2002-08-20  Danny Smith  <dannysmith@users.sourceforge.net>
8330
8331         * include/winsock2.h (WSAIsBlocking,WSAUnhookBlockingHook,
8332         WSASetBlockingHook,WSACancelBlockingCall): Expose deprecated
8333         functions.
8334
8335 2002-08-17  Danny Smith  <dannysmith@users.sourceforge.net>
8336
8337         * include/winuser.h (CURSOR_SHOWING) Add define.
8338         Thanks to: Jan Hlavatý  <hlavac@users.sourceforge.net>
8339
8340 2002-08-17  Danny Smith  <dannysmith@users.sourceforge.net>
8341
8342         * include/winerror.h: Cast OLE error codes to HRESULT.
8343         Thanks to: Gunnar Degnbol <gdegnbol@users.sourceforge.net>
8344
8345 2002-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
8346
8347         * include/wincrypt.h (ALG_*): Add defines.
8348         (CALG_*): Ditto.
8349         (CRYPT_*): Ditto.
8350         (PP_*): Ditto.
8351         (PROV_*): Ditto.
8352         (PRIVATEKEYBLOB): Add define.
8353
8354 2002-08-14  Earnie Boyd  <earnie@users.sf.net>
8355
8356         * include/shlobj.h (SHGetFolderPath): Add define.
8357         * lib/shell32.def (SHGetSpecialFolderPath): Add export.
8358         (SHGetFolderPath): Ditto.
8359
8360 2002-08-13  Danny Smith  <dannysmith@users.sourceforge.net>
8361
8362         * include/commdlg.h: Don't include COM headers or use
8363         COM-dependent symbols if __OBJC__.
8364
8365 2002-08-13  Danny Smith  <dannysmith@users.sourceforge.net>
8366
8367         * include/wincrypt.h (CryptDuplicateHash, CryptDuplicateKey):
8368         Add prototypes.
8369
8370 2002-08-12  Andriy Palamarchuk  <apa3a@yahoo.com>
8371
8372         * include/shellapi.h (FOF_NOERRORUI): Add define.
8373
8374 2002-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
8375
8376         * include/objidl.h (IEnumMoniker): Put 'interface' back.
8377
8378 2002-08-11  Danny Smith  <dannysmith@users.sourceforge.net>
8379
8380         * include/objidl.h (IEnumMoniker): Correct declaration.
8381
8382 2002-08-09  Mark Schreiber  <mark7@users.sourceforge.net>
8383
8384         * include/wincrypt.h (CRYPT_NOHASHOID): Add define.
8385
8386 2002-08-09  Danny Smith  <dannysmith@users.sourceforge.net>
8387
8388         * include/commctrl.h: Whitespace change.
8389
8390 2002-08-09  Lars Munch  <lars@segv.dk>
8391
8392         * include/commctrl.h (tagTVHITTESTINFO): Replace obsolete
8393         struct name _TVHITTESTINFO and typedefs and add defines for
8394         backward compatability.
8395         (ListView_SetExtendedListViewStyleEx): Add macro.
8396
8397 2002-08-05  Danny Smith  <dannysmith@users.sourceforge.net>
8398
8399         * include/wingdi.h (AlphaBlend,GradientFill,TransparentBlt):
8400         Add prototypes.
8401         * lib/msimg32.def: New file, with stubs for above.
8402
8403 2002-08-03  Danny Smith  <dannysmith@users.sourceforge.net>
8404
8405         * include/winbase.h (AddAccessAllowedAceEx,AddAccessDeniedAceEx,
8406         GetFileSizeEx, SetFilePointerEx): Add prototypes.
8407         (EncryptFile[AW], FileEncryptionStatus[AW]): Add prototypes
8408         and UNICODE mappings.
8409
8410 2002-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
8411
8412         * include/winbase.h (ReadFileScatter, WriteFileGather):
8413         Change second parameter to pointer.
8414
8415 2002-07-31  Danny Smith  <dannysmith@users.sourceforge.net>
8416
8417         * include/wininet.h (InternetReadFileEx[AW]). Add prototypes and
8418         UNICODE mappings.
8419         * lib/wininet.def: Regenerate.
8420
8421 2002-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
8422
8423         * include/windef.h (PVOID): Move typedef to...
8424         * include/winnt: ...here.
8425         (PVOID64): New typedef.
8426
8427         * include/winnt,h (FILE_SEGMENT_ELEMENT): Define union.
8428         * include/winbase.h (ReadFileScatter, WriteFileGather):
8429         Add prototypes.
8430
8431         * include/winnt,h (PROCESSOR_ARCHITECTURE_*): Add defines.
8432         (PROCESSOR_INTEL_IA64): Add define.
8433
8434 2002-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
8435
8436         * include/oleidl.h (MK_ALT): Define.
8437
8438 2002-07-26  Mattia Barbon  <mbarbon@dsi.unive.it>
8439
8440         * include/exdisp.h: New file.
8441         * include/exdispid.h: New file.
8442         * include/mshtml.h: New file.
8443         * lib/test.c: #include exdisp.h and mshtml.h
8444         * lib/uuid.c (CLSID_WebBrowser, DIID_DWebBrowserEvents,
8445         DIID_DWebBrowserEvents2, IID_IHTMLDocument, IID_IHTMLDocument2,
8446         IID_IHTMLElement, IID_IHTMLSelectionObject, IID_IHTMLTxtRange,
8447         IID_IWebBrowser, IID_IWebBrowser2, IID_IWebBrowserApp):
8448         New GUIDs.
8449
8450 2002-07-26  Mattia Barbon  <mbarbon@dsi.unive.it>
8451
8452         * include/docobj.h: New file.
8453         * include/idispids.h: New file.
8454         * include/objidl.h (IID_IMoniker): Declare.
8455         * include/ocidl.h (READYSTATE): New enum.
8456         (IOleInPlaceSiteEx): New interface.
8457         * include/olectlid.h (IID_IEnumSTATSTG): New interface
8458         identifier.
8459         * include/oleidl.h (IOleItemContainer, IOleInPlaceObject,
8460         IOleInPlaceSite): New interfaces.
8461         * lib/test.c: #include docobj.h,idispids.h,
8462
8463 2002-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
8464
8465         * include/shlobj.h (BFFM_VALIDATEFAILED[AW]): Add defines.
8466         (BFFM_SETSTATUSTEXT, BFFM_SETSELECTION): UNICODE them.
8467
8468 2002-07-25  Mattia Barbon  <mbarbon@dsi.unive.it>
8469
8470         * include/commctrl.h: Avoid redefinition of CDN_FIRST/LAST.
8471         * include/commdlg.h: Likewise.
8472
8473 2002-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
8474
8475         * include/oleauto.h (V_UNION): Correct definition for case of
8476         NONAMELESSUNION:
8477         (V_VT): Likewise.
8478
8479 2002-07-23  Danny Smith  <dannysmith@users.sourceforge.net>
8480
8481         * include/oleauto.h (V_BOOL): Define in terms of boolVal,
8482         not bool, for C as well as C++.
8483
8484 2002-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
8485
8486         * include/shlwapi.h: New file.
8487         Thanks to: Mattia Barbon  <mbarbon@dsi.unive.it> and
8488         Victor Porton  <porton@narod.ru> for contributions.
8489         * lib/shlwapi.def: New file.
8490         * lib/test.c: #include shlwapi.h.
8491
8492 2002-07-21  Bart Oldeman  <bart.oldeman@btinternet.com>
8493
8494         * include/shlobj.h (FCIDM_MENU_FAVORITES): Remove bogus
8495         character.
8496         * include/winsock2.h (struct sockaddr): Use __int64 instead of
8497         long long.
8498         * lib/kernel32.c (GetCurrentFiber, GetFiberData): Watcom
8499         does not need external *Fiber library functions.
8500
8501 2002-07-20  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8502
8503         * include/winbase.h (GetEnvironmentStringsA): Remove duplicate
8504         definition.
8505         (Interlocked*): Wrap in #ifndef __INTERLOCKED_DECLARED to
8506         avoid compile error when already defined.
8507
8508 2002-07-20  Steven Edwards  <Steven_Ed4153@yahoo.com>
8509
8510         * include/winuser.h (WM_MENURBUTTONUP): Add define.
8511
8512 2002-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
8513
8514         * include/commdlg.h: Define CDN_* notification message constants
8515         as UINT.
8516
8517 2002-07-17  Mattia Barbon  <mbarbon@users.sourceforge.net>
8518
8519         * include/commctrl.h: Define notification message constants for
8520         NMHDR.code as UINT.
8521
8522 2002-07-17   Bart Oldeman  <bart.oldeman@btinternet.com>
8523
8524         * include/ddeml.h (MH_*) Add defines.
8525         (MONHSZSTRUCT): Add structure and typedefs.
8526         (MONLINKSTRUCT): Ditto.
8527         (MONCONVSTRUCT): Ditto.
8528         (MONCBSTRUCT): Ditto.
8529         (MONERRSTRUCT): Ditto.
8530         (MONMSGSTRUCT): Ditto.
8531         * include/windef.h: Don't define __cdecl or _cdecl for
8532         __WATCOM__.
8533         Don't define _export or __export for __WATCOM__.
8534         * include/windows.h (imm.h): #include.
8535         * include/winnt.h (LPEXCEPTION_RECORD): Add typedef.
8536
8537 2002-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
8538
8539         * include/wtypes.h: Remove duplicate #includes of rpc.h and
8540         rpcndr.h.
8541
8542 2002-07-05  Luke Dunstan  <infidel@users.sourceforge.net>
8543
8544         * include/winbase.h (OpenThread): Add prototype.
8545         * lib/kernel32.def (OpenThread): Add symbol.
8546
8547 2002-07-04  Luke Dunstan  <infidel@users.sourceforge.net>
8548
8549         * include/wtypes.h (HMETAFILEPICT): Add typedef.
8550
8551 2002-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
8552
8553         * include/rpc.h: Conditionally include <windows.h> before
8554         header guard.
8555         * include/wtypes.h: Include <rpc.h> and <rpcndr.h> before
8556         header guard.
8557
8558 2002-07-02  Danny Smith  <dannysmith@users.sourceforge.net>
8559
8560         * include/commctrl.h (WC_*): Remove some duplicate defines.
8561
8562 2002-07-02  Ken Fitlike  <kenfitlike@hotmail.com>
8563
8564         * include/commctrl.h (WC_IPADDRESS[AW]): Add defines and
8565         UNICODE mappings.
8566         (IPM*): Add defines.
8567         (IPN_*): Add defines.
8568         (NMIPADDRESS): Add structure and typedefs.
8569         (MAKEIPADDRESS): Add macro.
8570         (MAKEIPRANGE): Add macro.
8571         (FIRST_IPADDRESS): Add macro.
8572         (SECOND_IPADDRESS): Add macro.
8573         (THIRD_IPADDRESS): Add macro.
8574         (FOURTH_IPADDRESS): Add macro.
8575
8576 2002-06-25  Conrad Scott  <conrad.scott@dsl.pipex.com>
8577
8578         * include/winbase.h (FILE_FLAG_FIRST_PIPE_INSTANCE): Add constant.
8579
8580 2002-06-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8581
8582         * include/winbase.h (WINBASEAPI): Don't define if prior
8583         definition.
8584
8585         * include/winioctl.h (PARTITION_FAT32, PARTITION_FAT32_XINT13,
8586         PARTITION_XINT13, PARTITION_XINT13_EXTENDED, PARTITION_LDM,
8587         PARTITION_UNIX): Add defines.
8588         (PDRIVE_LAYOUT_INFORMATION): Add typedef.
8589         (IsRecognizedPartition): Also check for PARTITION_FAT32,
8590         PARTITION_FAT32_XINT13 and PARTITION_XINT13.
8591         (IsContainerPartition): Add macro.
8592
8593 2002-06-25  Ken Fitlike  <kenfitlike@hotmail.com>
8594
8595         * include/commctrl.h: (CBEIF_*): Add defines.
8596         (CBEN_*): Add defines and UNICODE mappings
8597         (WC_COMBOBOXEX[AW]): Add defines and UNICODE mappings.
8598         (CBEMAXSTRLEN): Add define.
8599         (COMBOBOXEXITEM[AW]): Add structures and typedefs.
8600         (NMCOMBOBOXEX[AW]): Add structures and typedefs.
8601         (NMCBEDRAGBEGIN[AW]): Add structure and typedefs.
8602         (NMCBEENDEDIT[AW]): Add structure and typedefs.
8603
8604 2002-06-24  Danny Smith  <dannysmith@users.sourceforge.net>
8605
8606         * include/objidl.h (struct tagPROPVARIANT): Kill obsolete
8607         union member _VARIANT_BOOL bool.
8608
8609 2002-06-24  Danny Smith  <dannysmith@users.sourceforge.net>
8610
8611         * include/winioctl.h (FILE_SPECIAL_ACCESS): Add define.
8612
8613 2002-06-24  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8614
8615         * include/winnt.h (PCCHAR, FCHAR, FSHORT, FLONG,
8616         PLUID_AND_ATTRIBUTES,PSECURITY_IMPERSONATION_LEVEL,
8617         PSID_AND_ATTRIBUTES, PTOKEN_TYPE, PTOKEN_STATISTICS):
8618         Add typedefs.
8619         (CCHAR): Correct typedef.
8620         (PROCESS_SET_SESSIONID, SECURITY_*,SECTION_MAP_EXECUTE):
8621         Add defines.
8622
8623 2002-06-24  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8624
8625         * README.w32api: Correct spelling error.
8626
8627 2002-06-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8628
8629         * include/winuser.h (FLASHW_*,INPUT_MOUSE,INPUT_KEYBOARD,
8630         INPUT_HARDWARE): Add defines.
8631         (HDEVNOTIFY): Add typedef.
8632         (FLASHWINFO,tagMOUSEMOVEPOINT,tagMOUSEINPUT,tagKEYBDINPUT,
8633         tagHARDWAREINPUT,tagINPUT,tagGUITHREADINFO): Define structs and
8634         typedefs.
8635         (CreateDesktop[AW],CreateMDIWindow[AW],GetClassInfo[AW],
8636         GetClassInfoEx[AW],GetKeyboardLayoutList,
8637         MessageBoxIndirect[AW],MsgWaitForMultipleObjects,
8638         MsgWaitForMultipleObjectsEx, RegisterClass[AW],
8639         RegisterClassEx[AW]): Correct prototypes.
8640
8641 2002-06-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8642
8643         * include/ddeml.h (DdeCreateStringHandle{AW]:Correct
8644         prototypes.
8645         * include/winsvc.h (StartServiceW): Correct prototype.
8646         * include/winbase.h (BackupRead,BackupSeek,BackupWrite,
8647         FileTimeToLocalFileTime, GetAce,GetPrivateProfileStruct[AW],
8648         GetTickCount,InterlockedExchangeAdd,
8649         WritePrivateProfileStruct[AW]: Correct prototypes.
8650         (GetEnvironmentStrings): Correct mapping to
8651         GetEnvironmentStringsA.
8652         * include/winver.h (VerQueryValueA,VerQueryValueW):
8653         Correct prototypes.
8654         * include/wincon.h (CreateConsoleScreenBuffer): Correct
8655         prototype.
8656         * include/winreg.h (RegQueryMultipleValues[AW],
8657         RegQueryValueEx[AW]):Correct prototypes.
8658         * include/wingdi.h (PXFORM, PLOGBRUSH, PLOGPEN, PPOLYTEXTA,
8659         PPOLYTEXTW): Add typedefs.
8660         (_DESIGNVECTOR,COLOR16, _TRIVERTEX, _DISPLAY_DEVICE): Add
8661         structures and typedefs.
8662         (MM_MAX_NUMAXES): Add define.
8663         (EnumFontsW,GetEnhMetaFilePixelFormat,
8664         wglGetLayerPaletteEntries): Correct prototypes.
8665         * include/winerror.h (RPC_X_INVALID_PIPE_OBJECT,
8666         RPC_X_WRONG_PIPE_ORDER,RPC_X_WRONG_PIPE_VERSION,
8667         RPC_S_SEND_INCOMPLETE): Add defines.
8668
8669 2002-06-17  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8670
8671         * include/windef.h (_fastcall, __fastcall, FASTCALL):
8672         Add defines.
8673
8674 2002-06-16  Egor Duda  <deo@logos-m.ru>
8675
8676         * include/ntdll.h: New file.
8677         * lib/ntdll.def: Add NtShutdownSystem.
8678
8679 2002-06-16  Steven Edwards  <Steven_Ed4153@yahoo.com>
8680
8681         * lib/dinput.def (DirectInputCreateEx): Add stub.
8682         * lib/ntdll.def: New file.
8683
8684 2002-06-14  Earnie Boyd  <earnie@users.sf.net>
8685
8686         * include/w32api.h: Change to version 2.0 to reflect the change
8687         in the license.
8688         * README: Renamed.
8689         * README.w32api: Renamed from README.  Modified license to remove
8690         the restriction of notifying the author based on the fact that the
8691         author is unreachable at the notified address.
8692         * Makefile.in (VERSION): Change to 2.0.
8693
8694 2002-06-14  Earnie Boyd  <earnie@users.sf.net>
8695
8696         * include/wingdi.h (GetEnhMetaFileBits): Correct typo.
8697         * Makefile.in (bindist): Correct the MinGW distribution.
8698
8699 2002-06-13  Earnie Boyd  <earnie@users.sf.net>
8700
8701         * include/winuser.h (MOUSEHOOKSTRUCT): Define structure.
8702         * include/wingdi.h (GetEnhMetaFileBits): Define prototype.
8703
8704 2002-06-13  Danny Smith  <dannysmith@users.sourceforge.net>
8705
8706         * lib/test.c: #include comcat.h.
8707
8708 2002-06-13  John K. Hohm  <jhohm@acm.org>
8709
8710         * include/comcat.h: New file.
8711
8712 2002-06-09  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
8713
8714         * include/richedit.h (EM_*, TM_*, GT_*): Add new defines.
8715         (GETTEXTEX): Add structure definition.
8716
8717 2002-06-08  Danny Smith  <dannysmith@users.sourceforge.net>
8718
8719         * include/windows.h (ole2.h): #include if !__OBJC__ and
8720         __GNUC__ >=3 and !WIN32_LEAN_AND_MEAN.
8721
8722 2002-06-07  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
8723
8724         * include/mapi.h: Change LPTSTR to LPSTR throughout.
8725
8726 2002-06-05  Danny Smith  <dannysmith@users.sourceforge.net>
8727
8728         * include/winnt.h (PACE_HEADER, PACCESS_ALLOWED_ACE,
8729         PACCESS_DENIED_ACE): Add typedefs.
8730
8731 2002-06-03  Danny Smith  <dannysmith@users.sourceforge.net>
8732
8733         * lib/thunk32.def (LIBRARY): Change to KERNEL32.dll.
8734
8735 2002-06-03 Steven Edwards  <Steven_Ed4153@yahoo.com>
8736
8737         * lib/kernel32.def (ConvertToGlobalHandle): Add stub.
8738
8739 2002-06-01  Danny Smith  <dannysmith@users.sourceforge.net>
8740
8741         * include/windef.h: Fix typo in last change.
8742
8743 2002-06-01  Danny Smith  <dannysmith@users.sourceforge.net>
8744
8745         * include/windef.h: Add no-op __try, __except, __finally
8746         defines from ...
8747         * include/excpt.h: Remove file.
8748         * include/windows.h: Don't include excpt.h.
8749
8750 2002-05-30  Christopher January  <chris@atomice.net>
8751
8752         * include/ntdef.h (ANSI_STRING, PANSI_STRING, OEM_STRING, POEM_STRING):
8753         Add missing typedefs.
8754
8755 2002-05-28  Earnie Boyd  <earnie@users.sf.net>
8756
8757         * include/w32api.h: Increment version to 1.5
8758         * Makefile.in: Ditto.
8759
8760
8761 2002-05-27  René Møller Fonseca  <fonseca@users.sourceforge.net>
8762
8763         * include/winreg.h: (RegConnectRegistry[AW]): Replace
8764         LP[W]STR with LPC[W]STR.
8765         (REG_QWORD, REG_QWORD_LITTLE_ENDIAN): Add defines.
8766         Clean up whitespace.
8767
8768 2002-05-27  Rick Rankin  <rick_rankin@yahoo.com>
8769
8770         * include/winnls.h: Add #define for LOCALE_RETURN_NUMBER.
8771
8772 2002-05-21  Earnie Boyd  <earnie@users.sf.net>
8773
8774         * Makefile.in: Increment VERSION to 1.4.
8775         (conf_prefix): New variable.
8776         (bindist): Modify target to use $(conf_prefix).
8777
8778 2002-05-20  Philip Aston  <philipa@mail.com>
8779
8780         * include/pbt.h (PBT_APMRESUMESUSPEND): Correct value is 7.
8781
8782 2002-05-20  René Møller Fonseca  <fonseca@users.sourceforge.net>
8783
8784         * include/lmaccess.h: (NetAccess*, NetGroup*,
8785         NetLocalGroup*, NetUser*, NetGet*, INetLogonControl[2],
8786         NetQueryDisplayInfotmationIndex): Replace LPWSTR with LPCWSTR.
8787
8788 2002-05-08  Danny Smith  <dannysmith@users.sourceforge.net>
8789
8790         * include/commctrl.h (ImageList_DragShowNolock): Remove
8791         conflicting redeclaration.
8792
8793 2002-05-07  Danny Smith  <dannysmith@users.sourceforge.net>
8794
8795         * include/windows.h: Move ANONYMOUS_UNION, _ANONYMOUS_STRUCT,
8796         STRICT and related defines to ...
8797         * include/windef.h: Here.
8798
8799 2002-05-03  Danny Smith  <dannysmith@users.sourceforge.net>
8800
8801         * include/winsock2.h (int32): Remove typedef.
8802         (SERVICETYPE): Add typedef.
8803         (struct _flowspec):Revise struct definition,  Comment
8804         on types used for members.
8805
8806 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
8807
8808         * include/winnt.h (EVENT_*, SEMAPHORE_*,MUTEX_*): Remove
8809         more defines added in earlier change.
8810         * lib/Makefile.in (TEST_OPTIONS): Add -Wsystem-headers flag.
8811
8812 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
8813
8814         * include/winnt.h (THREAD_PRIORITY_*): Remove defines
8815         added in last change.
8816
8817 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
8818
8819         * include/winnt.h (THREAD_*, EVENT_*, MUTANT_*,
8820         SEMAPHORE_*, MUTEX_*, TIMER_*): Add new defines.
8821
8822 2002-05-01  Manu B  <contact.manu@wanadoo.fr>
8823
8824         * include/commctrl.h (SNDMSG): Define and use throughout
8825         in other macros instead of SendMessage.
8826         * include/commdlg.h (SNDMSG): Ditto.
8827
8828 2002-04-22  José Fonseca  <jrfonseca@users.sf.net>
8829
8830         * include/GL/gl.h: New file.
8831         * include/GL/glext.h: Ditto.
8832         * include/GL/glu.h: Ditto.
8833
8834 2002-04-09  Earnie Boyd  <earnie@users.sf.net>
8835
8836         * include/w32api.h: Increment version.
8837         * Makefile.in: Ditto.
8838
8839 2002-04-09  Earnie Boyd  <earnie@users.sf.net>
8840
8841         * Makefile.in (bindist): Use * instead of . for file list for tar
8842         command.
8843
8844 2002-04-02  Danny Smith  <dannysmith@users.sourceforge.net>
8845
8846         * include/wtypes.h (enum tagCLSCTX): Change formatting.
8847
8848 2002-04-02  Pat Thoyts  <patthoyts@users.sourceforge.net>
8849
8850         * include/objidl.h (IRunningObjectTable.Register): Correct
8851         prototype.
8852         * include/wtypes.h (ROTFLAGS_REGISTRATIONKEEPSALIVE,
8853         ROTFLAGS_ALLOWANYCLIENT): Add defines.
8854
8855 2002-03-31  Victor Porton  <porton@narod.ru>
8856
8857         * include/shellapi.h (SHGFI_ATTR_SPECIFIED): Add define.
8858
8859 2002-03-29  David Robinow  <drobinow@yahoo.com>
8860
8861         * include/wingdi.h (SetPixelFormat): Correct prototype.
8862
8863 2002-03-29  Phil Krylov  <likewolf@users.sourceforge.net>
8864
8865         * include/richedit.h (EM_SHOWSCROLLBAR): Add define.
8866
8867 2002-03-26  Phil Krylov  <likewolf@users.sourceforge.net>
8868
8869         * include/richedit.h (EM_GETSCROLLPOS, EM_SETSCROLLPSPOS):
8870         Add defines.
8871
8872 2002-03-14  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
8873
8874         * include/richedit.h (RICHEDIT_CLASS): UNICODE it.
8875         * include/shlobj.h (IContextMenu2): Put methods in right order.
8876         * include/basetyps.h (REFGUID, REFIID, REFCLSID): Check for
8877         CINTERFACE before defining.
8878
8879 2002-03-09  Danny Smith  <dannysmith@users.sourceforge.net>
8880
8881         * include/accctrl.h: Add #pragma GCC system_header
8882         if __GNUC__ >= 3.
8883         * include/aclapi.h: Same.
8884         * include/basetsd.h: Same.
8885         * include/basetyps.h: Same.
8886         * include/cderr.h: Same.
8887         * include/cguid.h: Same.
8888         * include/commctrl.h: Same.
8889         * include/commdlg.h: Same.
8890         * include/cpl.h: Same.
8891         * include/cplext.h: Same.
8892         * include/custcntl.h: Same.
8893         * include/dbt.h: Same.
8894         * include/dde.h: Same.
8895         * include/ddeml.h: Same.
8896         * include/dlgs.h: Same.
8897         * include/excpt.h: Same.
8898         * include/httpext.h: Same.
8899         * include/imagehlp.h: Same.
8900         * include/imm.h: Same.
8901         * include/initguid.h: Same.
8902         * include/intshcut.h: Same.
8903         * include/ipexport.h: Same.
8904         * include/iphlpapi.h: Same.
8905         * include/ipifcons.h: Same.
8906         * include/iprtrmib.h: Same.
8907         * include/iptypes.h: Same.
8908         * include/isguids.h: Same.
8909         * include/largeint.h: Same.
8910         * include/lm.h: Same.
8911         * include/lmaccess.h: Same.
8912         * include/lmalert.h: Same.
8913         * include/lmapibuf.h: Same.
8914         * include/lmat.h: Same.
8915         * include/lmaudit.h: Same.
8916         * include/lmbrowsr.h: Same.
8917         * include/lmchdev.h: Same.
8918         * include/lmconfig.h: Same.
8919         * include/lmcons.h: Same.
8920         * include/lmerr.h: Same.
8921         * include/lmerrlog.h: Same.
8922         * include/lmmsg.h: Same.
8923         * include/lmremutl.h: Same.
8924         * include/lmrepl.h: Same.
8925         * include/lmserver.h: Same.
8926         * include/lmshare.h: Same.
8927         * include/lmsname.h: Same.
8928         * include/lmstats.h: Same.
8929         * include/lmsvc.h: Same.
8930         * include/lmuse.h: Same.
8931         * include/lmuseflg.h: Same.
8932         * include/lmwksta.h: Same.
8933         * include/lzexpand.h: Same.
8934         * include/mapi.h: Same.
8935         * include/mciavi.h: Same.
8936         * include/mcx.h: Same.
8937         * include/mmsystem.h: Same.
8938         * include/mswsock.h: Same.
8939         * include/nb30.h: Same.
8940         * include/nddeapi.h: Same.
8941         * include/nspapi.h: Same.
8942         * include/ntdef.h: Same.
8943         * include/ntsecapi.h: Same.
8944         * include/ntsecpkg.h: Same.
8945         * include/oaidl.h: Same.
8946         * include/objbase.h: Same.
8947         * include/objfwd.h: Same.
8948         * include/objidl.h: Same.
8949         * include/odbcinst.h: Same.
8950         * include/ole.h: Same.
8951         * include/ole2.h: Same.
8952         * include/ole2ver.h: Same.
8953         * include/oleauto.h: Same.
8954         * include/olectl.h: Same.
8955         * include/olectlid.h: Same.
8956         * include/oledlg.h: Same.
8957         * include/oleidl.h: Same.
8958         * include/pbt.h: Same.
8959         * include/prsht.h: Same.
8960         * include/psapi.h: Same.
8961         * include/rapi.h: Same.
8962         * include/ras.h: Same.
8963         * include/raserror.h: Same.
8964         * include/rassapi.h: Same.
8965         * include/regstr.h: Same.
8966         * include/richedit.h: Same.
8967         * include/richole.h: Same.
8968         * include/rpc.h: Same.
8969         * include/rpcdce.h: Same.
8970         * include/rpcdce2.h: Same.
8971         * include/rpcdcep.h: Same.
8972         * include/rpcndr.h: Same.
8973         * include/rpcnsi.h: Same.
8974         * include/rpcnsip.h: Same.
8975         * include/rpcnterr.h: Same.
8976         * include/rpcproxy.h: Same.
8977         * include/schannel.h: Same.
8978         * include/schnlsp.h: Same.
8979         * include/scrnsave.h: Same.
8980         * include/security.h: Same.
8981         * include/setupapi.h: Same.
8982         * include/shellapi.h: Same.
8983         * include/shlguid.h: Same.
8984         * include/shlobj.h: Same.
8985         * include/sql.h: Same.
8986         * include/sqlext.h: Same.
8987         * include/sqltypes.h: Same.
8988         * include/sqlucode.h: Same.
8989         * include/sspi.h: Same.
8990         * include/subauth.h: Same.
8991         * include/tlhelp32.h: Same.
8992         * include/unknwn.h: Same.
8993         * include/userenv.h: Same.
8994         * include/w32api.h: Same.
8995         * include/winbase.h: Same.
8996         * include/wincon.h: Same.
8997         * include/wincrypt.h: Same.
8998         * include/windef.h: Same.
8999         * include/windows.h: Same.
9000         * include/windowsx.h: Same.
9001         * include/winerror.h: Same
9002         * include/wingdi.h: Same.
9003         * include/wininet.h: Same.
9004         * include/winioctl.h: Same.
9005         * include/winnetwk.h: Same.
9006         * include/winnls.h: Same.
9007         * include/winnt.h: Same.
9008         * include/winperf.h: Same.
9009         * include/winreg.h: Same.
9010         * include/winresrc.h: Same.
9011         * include/winsock.h: Same.
9012         * include/winsock2.h: Same.
9013         * include/winspool.h: Same.
9014         * include/winsvc.h: Same.
9015         * include/winuser.h: Same.
9016         * include/winver.h: Same.
9017         * include/ws2tcpip.h: Same.
9018         * include/wsnetbs.h: Same.
9019         * include/wtypes.h: Same.
9020         * include/zmouse.h: Same.
9021         * include/mapi.h: Change header guard name to _MAPI_H  for
9022         consistency.
9023
9024 2002-03-08  Danny Smith  <dannysmith@users.sourceforge.net>
9025
9026         * include/accctrl.h (_ACCCTRL_H): Correct typo.
9027         Remove unnecessary inclusion of <wtypes.h>.
9028         * ChangeLog: Fix omission of name in recent entries.
9029
9030 2002-03-08  Antony Blakey  <antony.blakey@ihug.com.au>
9031
9032         * include/initguid.h (DEFINE_GUID): Add GUID_EXT to define.
9033
9034 2002-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
9035
9036         * include/mswsock.h: Group winsock2 dependants
9037         together and protect with #ifdef _WINSOCK2_H.
9038         * lib/test.c: Only test ws2tcpip.h if winsock2.h
9039         has been included.
9040
9041 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
9042
9043         * include/mswsock.h (TP_*): Add new defines.
9044         (TRANSMIT_PACKETS_ELEMENT): Define new structure.
9045         (WSAMSG): Likewise.
9046         (WSACMSGHDR): Likewise.
9047         (DisconnectEx): Add new prototype.
9048         (WSARecvMsg): Likewise.
9049         (WSA_CMSG_*) Add empty macros, guarded by #if 0.
9050
9051 2002-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
9052
9053         * ChangeLog: Fix typo in last entry.
9054         * include/winsock2.h (IPPROTO_*): Add IPv6 defines.
9055         * include/ws2tcpip.h: (IP_*): Add new defines.
9056         (INET_ADDRSTRLEN, INET6_ADDRSTRLEN): Add defines.
9057         (NI_*): Add getnameinfo constants and bitmasks.
9058         (AI_*): Add getaddrinfo flags.
9059         (EAI_*): Add getaddrinfo error codes.
9060         (ip_mreq_source): Add new structure.
9061         (ip_msfilter): Add new structure.
9062         (IP_MSFILTER_SIZE): Add new macro.
9063         (in_pktinfo): Add new structure.
9064         Add preliminary IPv6 support.
9065         (in6_addr): Add new structure and some defines.
9066         (sockaddr_in6): Add new structure.
9067         (in6addr_any, in6addr_loopback): Declare extern structures.
9068         (IN6ADDR_ANY_INIT,IN6ADDR_LOOPBACK_INIT): Add
9069         initialization macros for above.
9070         (IN6_ARE_ADDR_EQUAL): Define macro.
9071         (IN6_IS_ADDR_*): Define address testing macros.
9072         (socklen_t) Add new typedef.
9073         (ipv6_mreq): Add new structure.
9074         (in6_pktinfo): Same.
9075         (addrinfo): Same.
9076         (freeaddrinfo):Add new prototype.
9077         (getaddrinfo): Same.
9078         (gai_strerror[AW]): Same.
9079         (getnameinfo): Same.
9080         (sockaddr_in6_old): Add structure.
9081         (sockaddr_gen): Add union definition.
9082         (INTERFACE_INFO): Use sockaddr_gen as members.
9083         (INTERFACE_INFO_OLD): Add comment on workaround for problems
9084         with INTERFACE_INFO on NT4 prior to sp4.
9085
9086 2002-02-28  Danny Smith  <dannysmith@users.sourceforge.net>
9087
9088         * include/windows.h: Remove test for __W32API_MAJOR_VERSION
9089         when selecting winsock interface.
9090         * include/winsock2.h (SOCKET_ADDRESS_LIST): Add structure
9091         and typedefs. Thanks to: 'Lorenzo' <conte0@infinito.it>.
9092         Expand FIXME comment.
9093         (WSACOMPLETIONTYPE): Add enum.
9094         (WSACOMPLETION): Add structure and typedefs.
9095         (WSANSPIoctl): Add function prototpe and callback typedef.
9096         (SIO_NSP_NOTIFY_CHANGE): Add define.
9097         (sockaddr_storage): Add structure and typedefs.
9098
9099 2002-02-16  Andriy Palamarchuk  <apa3a@yahoo.com>
9100
9101         * include/winuser.h (OIC_*): Add resource constants.
9102
9103 2002-02-14 Mattia Barbon  <mbarbon@users.sourceforge.net>
9104
9105         * include/ntsecpkg.h: New file.
9106         * include/schannel.h: New file.
9107         * include/schnlsp.h: New file.
9108         * include/security.h: New file.
9109         * include/sspi.h: New file.
9110         * include/ntsecapi.h (KERB_WRAP_NO_ENCRYPT,
9111         MICROSOFT_KERBEROS_NAME_[AW]): Add missing constants
9112         * include/wincrypt.h (CALG_*, X509_ASN_ENCODING.
9113         PKCS_7_ASN_ENCODING, CERT_*, USAGE_MATCH_TYPE_AND,
9114         USAGE_MATCH_TYPE_OR, szOID_*): Add missing constants
9115         (struct _CRYPTOAPI_BLOB): Add structure and typedefs.
9116         (SSL_EXTRA_CERT_CHAIN_POLICY_PARA,HTTPSPolicyCallbackData,
9117         CERT_CHAIN_POLICY_PARA,CERT_CHAIN_POLICY_STATUS,
9118         CRYPT_ALGORITHM_IDENTIFIER, CRYPT_BIT_BLOB,
9119         CERT_PUBLIC_KEY_INFO, CERT_EXTENSION, CERT_INFO, CERT_CONTEXT,
9120         CTL_USAGE, CERT_ENHKEY_USAGE, CERT_USAGE_MATCH,
9121         CERT_CHAIN_PARA, CERT_CHAIN_FIND_BY_ISSUER_PARA,
9122         CERT_TRUST_STATUS, CRL_ENTRY, CRL_INFO, CRL_CONTEXT,
9123         CERT_REVOCATION_CRL_INFO, CERT_REVOCATION_INFO,
9124         CERT_CHAIN_ELEMENT, CRYPT_ATTRIBUTE, CTL_ENTRY, CTL_INFO,
9125         CTL_CONTEXT, CERT_TRUST_LIST_INFO, CERT_SIMPLE_CHAIN,
9126         CERT_CHAIN_CONTEXT): Add missing structures.
9127         (CertCloseStore, CertGetCertificateChain,
9128         CertVerifyCertificateChainPolicy, CertFreeCertificateChain,
9129         CertNameToStr[AW], CertOpenSystemStore[AW], CertOpenStore,
9130         CertFindCertificateInStore, CertFreeCertificateContext,
9131         CertGetIssuerCertificateFromStore,
9132         CertFindChainInStore): Add missing functions.
9133         (CertNameToStr, CertOpenSystemStore, CERT_FIND_SUBJECT_STR,
9134         CERT_FIND_ISSUER_STR): Add Unicode mappings.
9135         * lib/crypt32.def: New file.
9136         * lib/secur32.def: Add mising stubs.
9137         * lib/test.c: Include new headers.
9138
9139 2002-02-14  Danny Smith  <dannysmith@users.sourceforge.net>
9140
9141         * include/windef.h (PROC,FARPROC,NEARPROC): Remove void
9142         parameter.
9143
9144 2002-01-30  Danny Smith  <dannysmith@users.sourceforge.net>
9145
9146         * lib/test.c: Include mapi.h.
9147         * include/commctrl.h (TBSTYLE_*): Add missing defines.
9148         Thanks to: "Ron"  <ron@debian.org>
9149
9150 2002-01-30  John Fattaruso  <fattaruso@ieee.org>
9151
9152         * include/mapi.h: New file.
9153         * lib/mapi.def: Add missing function stubs.
9154
9155 2002-01-28  Danny Smith  <dannysmith@users.sourceforge.net>
9156
9157         * include/winuser.h (GetWindowLongPtr[AW],
9158         SetWindowLongPtr[AW]): Add prototypes for _WIN64.
9159
9160 2002-01-28  Mattia Barbon  <mbarbon@users.sourceforge.net>
9161
9162         * include/winuser.h (GWLP_*,DWLP_*): Add missing constants.
9163         (GetWindowLongPtr[AW], SetWindowLongPtr[AW]): Map them to
9164         {Get Set}WindowLong[AW], as in Win32 they are equivalent.
9165         (GetWindowLongPtr, SetWindowLongPtr): Add Unicode mappings.
9166
9167 2002-01-28  Danny Smith  <dannysmith@users.sourceforge.net>
9168
9169         * lib/test.c: Include wsnetbs.h.
9170
9171 2002-01-28  Kai Henningsen  <kai-henningsen@users.sourceforge.net>
9172
9173         * include/wsnetbs.h: New file.
9174
9175 2002-01-25  Earnie Boyd  <earnie@users.sf.net>
9176
9177         * include/winnt.h: Remove merge conflict.
9178
9179 2002-01-25  Danny Smith  <dannysmith@users.sourceforge.net>
9180
9181         * include/winnt.h (_TCHAR): Add typedefs.
9182
9183 2002-01-25  Tim Hughes  <tjh@delcam.com>
9184
9185         * include/wininet.h (SECURITY_FLAG_IGNORE_*): Add missing
9186         defines.
9187
9188 2002-01-25  Andriy Palamarchuk  <apa3a@yahoo.com>
9189
9190         * include/winsuser.h (ATF_AVAILABLE, SERKF_ACTIVE):
9191         Add defines.
9192         (LPACCESSTIMEOUT): Add typedef.
9193
9194 2002-01-24  Phillip Susi  <psusi@cfl.rr.com>
9195
9196         * include/commctrl.h: Add missing HDM_*,HDN_*,LVSICF_* defines.
9197
9198 2002-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
9199
9200         * include/commctrl.h (HDITEM[AW]): Rename _HD_ITEM[AW] to
9201         _HDITEM[AW], with parallel changes to typedefs. Use defines for
9202         backward compatability with old names. Update UNICODE mappings.
9203         (HDLAYOUT): Remove struct _HD_LAYOUT_XP.  Use new typedefs
9204         for struct _HD_LAYOUT and add defines for backward
9205         compatability with old names.
9206         (NMLISTVIEW): Rename _NM_LISTVIEW to tagNMLISTVIEW, with
9207         parallel chages to typedefs. Add defines for backward
9208         compatability with old names.
9209         (TCHITTESTINFO, IMAGELISTDRAWPARAMS): Fix _WIN32_IE guard.
9210
9211 2002-01-21  Robert Collins  <rbtcollins@hotmail.com>
9212
9213         * include/winnt.h: Add missing MEM_ defines, and convert existing to
9214         hex for readability.
9215
9216 2002-01-17  Marcus Geelnard  <marcus.geelnard@home.se>
9217
9218         * include/winsuser.h (tagKBDLLHOOKSTRUCT): Define struct
9219         and typedefs.
9220         (SPI_SETSCREENSAVERRUNNING): Add define.
9221         (LLKHF_ALTDOWN): Add define.
9222         * include/wingdi.h (PFD_GENERIC_ACCELERATED,
9223         PFD_DEPTH_DONTCARE): Add defines.
9224
9225 2002-01-17  Danny Smith  <dannysmith@users.sourceforge.net>
9226
9227         * include/objbase.h (CoGetObject): Add prototype.
9228
9229 2002-01-14  Timothy J. Wood  <tjw@omnigroup.com>
9230
9231         * include/winuser.h (ENUM_CURRENT_SETTINGS,
9232         ENUM_REGISTRY_SETTINGS): Add defines.
9233
9234 2002-01-14  Danny Smith  <dannysmith@users.sourceforge.net>
9235
9236         * include/winnt.h (FILE_ATTRIBUTE_ENCRYPTED): Correct constant.
9237         (FILE_ATTRIBUTE_DEVICE): Add define.
9238
9239 2002-01-14  Corinna Vinschen  <vinschen@redhat.com>
9240
9241         * include/winnt.h: Add INVALID_FILE_ATTRIBUTES.
9242
9243 2002-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
9244
9245         * ChangeLog: correct date in last entry.
9246
9247 2002-01-11  Timothy J. Wood  <tjw@omnigroup.com>
9248
9249         * include/winuser.h (MONITORENUMPROC): Add typedef.
9250         (EnumDisplayMonitors): Add prototype.
9251         * lib/user32.def (EnumDisplayMonitors): Add stub.
9252
9253 2002-01-11 Ralf Habacker  <Ralf.Habacker@freenet.de>
9254
9255         * include/ntsecapi.h:  Fixed missing void parameter type in some
9256         prototypes.
9257         * include/objbase.h: Ditto.
9258         * include/rapi.h: Ditto.
9259         * include/rpc.h: Ditto.
9260         * include/rpcdce.h: Ditto.
9261         * include/rpcdcep.h: Ditto.
9262         * include/rpcndr.h: Ditto.
9263         * include/rpcnsip.h: Ditto.
9264         * include/rpcproxy.h: Ditto.
9265         * include/windef.h: Ditto.
9266
9267 2002-01-07  Danny Smith  <dannysmith@users.sourceforge.net>
9268
9269         * lib/vfw32.def (LIBRARY): Change to MSVFW32.DLL.
9270
9271 2002-01-04  TAMURA Kent  <tkent@users.sourceforge.net>
9272
9273         * include/wingdi.h (BI_JPEG, BI_PNG, GGO_BEZIER,GGO_UNHINTED,
9274          LAYOUT_RTL, LAYOUT_BITMAPORIENTATIONPRESERVED): Add defines.
9275         * include/winuser.h (HWND_MESSAGE, WS_EX_COMPOSITED,
9276         WS_EX_LAYERED, WS_EX_LAYOUTRTL, WS_EX_NOACTIVATE,
9277         WS_EX_NOINHERITLAYOUT): Add defines.
9278         * include/winnt.h (PF_RDTSC_INSTRUCTION_AVAILABLE,
9279         PF_PAE_ENABLED, MEM_PHYSICAL, MEM_RESET, MEM_TOP_DOWN,
9280         MEM_WRITE_WATCH): Add defines.
9281
9282
9283 2002-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
9284
9285         * include/winbase.h (InitializeCriticalSectionAndSpinCount):
9286         Add prototype.
9287         (SetCriticalSectionSpinCount): Likewise.
9288
9289 2001-12-30  Guido Serassio  <serassio@libero.it>
9290
9291         * include/winsvc.h: Add EnumServiceStatusEx(),
9292         QueryServiceStatusEx()
9293         & RegisterServiceCtrlHandlerEx()
9294
9295 2001-12-21  Robert Collins  <rbtcollins@hotmail.com>
9296
9297         * include/wingdi.h: Add GetRandomRgn and SYSRGN.
9298
9299 2001-12-20  Christopher Faylor  <cgf@redhat.com>
9300
9301         * lib/Makefile.in: Revert inst_installdir definitions to working
9302         versions.
9303
9304 2001-12-17  Guido Serassio  <serassio@libero.it>
9305
9306         * include/winsvc.h: Add ChangeServiceConfig2() &
9307         QueryServiceConfig2() definition
9308
9309 2001-12-17  Robert Collins  <rbtcollins@hotmail.com>
9310
9311         * include/commctrl.h: New typedefs for HDLAYOUT and LPHDLAYOUT based
9312         on MSDN documentation for XP.
9313
9314 2001-12-15  Andrew Begel  <abegel@eecs.berkeley.edu>
9315
9316         * include/winbase.h (CreateHardLink): Correct typo in UNICODE
9317         mappings.
9318
9319 2001-12-11  Phillip Susi  <psusi@cfl.rr.com>
9320
9321         * include/commctrl.h (ACS_*): Add new defines.
9322         (PGS_*): Ditto.
9323         (CBES_*): Ditto.
9324         (TBSTYLE_*): Ditto.
9325         (TB_*): Ditto.
9326         (TTS_*): Ditto.
9327         (UDS_HOTTRACK): Add define.
9328         (SBT_TOOLTIPS): Ditto.
9329         (TBS_*): Add new defines.
9330         (HDS_*): Ditto.
9331         (LVS_EX_*) Ditto.
9332         (LVKF_*): Ditto.
9333         (TCM_GETEXTENDEDSTYLE): Add define.
9334         (TVS_NOHSCROLL): Ditto.
9335         (TVIF_INTEGRAL): Ditto.
9336         (DTS_SHORTDATECENTURYFORMAT): Ditto.
9337         (TCS_*): Add new defines.
9338         (CBEM_*): Add defines.
9339         (tagNMITEMACTIVATE): Add structure definition and typedefs.
9340         (tagTVITEMEX[AW]: Ditto.
9341         (tagTVINSERTSTRUCT[AW]: Add union member.
9342         * include/winbase.h (VirtualAllocEx): Add prototype.
9343         * include/winuser.h (SS_*): Add new defines.
9344
9345 2001-12-07  Earnie Boyd  <earnie@users.sf.net>
9346
9347         * Makefile.in: Increment VERSION.
9348         * include/w32api.h: Ditto.
9349
9350 2001-12-07  Earnie Boyd  <earnie@users.sf.net>
9351
9352         * Makefile.in: Increment VERSION.
9353         * include/w32api.h: Ditto.
9354
9355 2001-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
9356
9357         * include/setupi.h (SetupDiCreateDeviceInterfaceRegKey[AW],
9358         SetupDiCreateDevRegKey[AW],SetupDiDeleteDeviceInterfaceRegKey,
9359         SetupDiDeleteDevRegKey,SetupDiOpenClassRegKey,
9360         SetupDiOpenClassRegKeyEx[AW],SetupDiOpenDeviceInterfaceRegKey,
9361         SetupDiOpenDevRegKey): Correct function names.
9362
9363 2001-12-04  Earnie Boyd  <earnie@users.sf.net>
9364
9365         * include/winuser.h (IDC_STATIC): Don't define.
9366
9367 2001-12-04  Danny Smith  <dannysmith@users.sourceforge.net>
9368
9369         Cleanup merge between SourceForge and winsup CVS.
9370         * include/winbase.h (OSVERSIONINFO[AW], OSVERSIONINFOEX[AW]: Remove
9371         definitions.
9372         * include/winnt.h (VER_NT*): Remove duplicate defines.
9373         (VER_SUITE*): Group with VER_PLATFORM*, VER_NT* defines.
9374
9375 2001-12-03  Earnie Boyd  <earnie@users.sf.net>
9376
9377         * include/accctrl.h: Change \r\n to \n.
9378
9379 2001-11-30  Danny Smith  <dannysmith@users.sourceforge.net>
9380
9381         * include/ipexport.h (IP_UNIDIRECTIONAL_ADAPTER_ADDRESS):
9382         Add structure definition.
9383         * include/iptypes.h (IP_PER_ADAPTER_INFO): Ditto.
9384         * include/iphlpapi.h (AddIPAddress,CreateProxyArpEntry,
9385         DeleteIPAddress,DeleteProxyArpEntry,EnableRouter,
9386         FlushIpNetTable,GetAdapterIndex,GetPerAdapterInfo,
9387         GetUniDirectionalAdapterInfo,SendARP,SetAdapterIpAddress,
9388         UnenableRouter) Declare functions.
9389         * lib/iphlpapi.def: Add function names to import lib.
9390
9391 2001-11-24  Danny Smith  <dannysmith@users.sourceforge.net>
9392
9393         * include/winnt.h (PACCESS_MASK): Add typedef.
9394         * include/aclapi.h: New file.
9395         * include/acctrl.h: New file.
9396         * lib/advapi32.def: Add missing symbols.
9397         * lib/test.c: Add #include <aclapi.h>.
9398
9399 2001-11-23  Danny Smith  <dannysmith@users.sourceforge.net>
9400
9401         * include/winbase.h (OSVERSIONINFO[AW],VER_PLATFORM_WIN32s,
9402         VER_PLATFORM_WIN32_WINDOWS,VER_PLATFORM_WIN32_NT): Move from
9403         here ...
9404         * include/winnt.h: ... to here.
9405         * include/winbase.h (VerifyVersionInfo[AW]): Add declaration.
9406         * include/winnt.h (OSVERSIONINFOEX[AW]): Add structure definitions
9407         and typedefs.
9408         (VER_NT_WORKSTATION,VER_NT_DOMAIN_CONTROLLER,VER_NT_SERVER):
9409         Add defines.
9410
9411 2001-11-19  Pierre Muller  <muller@ics.u-strasbg.fr>
9412
9413         * w32api/include/winnt.h: prepare SSE register support.
9414         (CONTEXT_EXTENDED_REGISTERS): Add new define.
9415         (MAXIMUM_SUPPORTED_EXTENSION): New define.
9416         (struct CONTEXT): ExtendedRegisters field added.
9417
9418 2001-11-16  Danny Smith  <dannysmith@users.sourceforge.net>
9419
9420         * include/winuser.h (tagALTTABINFO, tagCOMBOBOXINFO,
9421         tagCURSORINFO, tagMENUBARINFO, tagMENUINFO, tagMONITORINFO
9422         tagSCROLLBARINFO, tagTITLEBARINFO. tagWINDOWINFO,
9423         tagLASTINPUTINFO ): Define new structures.
9424         (EndMenu, GetAltTabInfo[AW],GetComboBoxInfo,GetCursorInfo,
9425         GetLastInputInfo, GetListBoxInfo, GetMenuBarInfo,
9426         GetMonitorInfo[AW], GetScrollBarInfo, GetTitleBarInfo,
9427         GetWindowInfo, GetWindowModuleFileName[AW],GetMenuInfo
9428         SetMenuInfo): Add new prototypes.
9429         * lib/user32.def: Add import stubs for above functions.
9430
9431         * include/winuser.h (IDC_STATIC): Protect against prior
9432         definition.
9433
9434 2001-11-12  Corinna Vinschen  <corinna@vinschen.de>
9435
9436         * include/winbase.h (OSVERSIONINFOEX): Add definition.
9437         * include/winnt.h: Add VER_NT_* and VER_SUITE_* defines.
9438
9439 2001-11-10  Robert Collins  <rbtcollins@hotmail.com>
9440
9441         * include/winnt.h: Add Danny Smith's text comment about gcc compiler
9442         warnings with _AUTHORITY #defines.
9443
9444 2001-11-09  Robert Collins  <rbtcollins@hotmail.com>
9445
9446         * include/winnt.h (GetCurrentFiber): Create a prototype before the
9447         implementation.
9448         (GetFiberData): Ditto.
9449
9450 2001-11-09  Robert Collins  <rbtcollins@hotmail.com>
9451
9452         * include/winnt.h: Backout last change.
9453
9454 2001-11-08  Robert Collins  <rbtcollins@hotmail.com>
9455
9456         * include/winnt.h: Define *_SID_AUTHORITY appropriately,
9457         GetCurrentFiber: Create a prototype before the implementation.
9458         GetFiberData: Ditto.
9459
9460 2001-11-06  Danny Smith  <dannysmith@users.sourceforge.net>
9461
9462         * include/winuser.h (IDC_STATIC): Add define.
9463         Thanks to: Benoit Laniel.
9464
9465 2001-11-05  Danny Smith  <dannysmith@users.sourceforge.net>
9466
9467         * include/commdlg.h: Include <unknwn.h> rather than local
9468         definition of LPUKNOWN.
9469         * include/rpcproxy.h: Don't include if ndef CINTERFACE.
9470         Emit warning.
9471
9472 2001-11-05  Mattia Barbon  <mbarbon@dsi.unive.it>
9473
9474         * include/windef.h (DECLSPEC_NORTEURN): Add an empty version
9475         for Watcom.
9476         (DECLARE_STDCALL_P): Use it to add __stdcall decoration for
9477         functions of the form 'type * function(...)' in a way compatible
9478         with both Watcom and GCC.
9479         * include/rpcdcep.h (I_RpcAllocate): Use DECLARE_STDCALL_P.
9480         * include/rpcproxy.h (CInterfaceProxyVtbl): Do not declare
9481         zero-sized arrays for Watcom. Mark as __extension for __GNUC__.
9482         * include/windows.h: Watcom can use anonymous structs/unions.
9483         * include/winnt.h: Watcom can use 64 bit ints.
9484         (GetCurrentFiber): Add another inline definition using
9485         Watcom inline assembly syntax.
9486         (GetFiberData): Likewise.
9487         * include/winsock.h (inet_ntoa): Use DECLARE_STDCALL_P.
9488         (gethostbyname): Likewise.
9489         (gethostbyaddr}: Likewise.
9490         (getservbyport}: Likewise.
9491         (getservbyname}: Likewise.
9492         (getprotobynumber}: Likewise.
9493         (getprotobyname}: Likewise.
9494         * include/winsock2.h (inet_ntoa): Use DECLARE_STDCALL_P.
9495         (gethostbyname}: Likewise.
9496         (gethostbyaddr}: Likewise.
9497         (getservbyport}: Likewise.
9498         (getservbyname}: Likewise.
9499         (getprotobynumber}: Likewise.
9500         (getprotobyname}: Likewise.
9501         * lib/diinut.c: Correction for Watcom.
9502         * lib/kernel32.c (GetCurrentFiber): Add another definition
9503         using Watcom inline assembly syntax.
9504         (GetFiberData): Likewise.
9505         * lib/scrnsave.c (WinMain): Add break after default:
9506         clause.
9507
9508 2001-11-04  "stefan"  <stefan@lkcc.org>
9509
9510         * include/winnt.h (GetCurrentFiber): Add prototype.
9511         (GetFiberData): Likewise.
9512
9513 2001-11-04  Christopher Faylor  <cgf@redhat.com>
9514
9515         * lib/Makefile.in: Add .NOTPARALLEL target since dlltool cannot run in
9516         parallel invocations.
9517
9518 2001-11-03  Christopher Faylor  <cgf@redhat.com>
9519
9520         * lib/scrnsave.c (WinMain): Trivial change to avoid a compiler warning.
9521
9522 2001-11-01  Danny Smith  <dannysmith@users.sourceforge.net>
9523
9524         * include/basetyps.h (DECLARE_INTERFACE): Don't add
9525         __attribute__((com_interface)) for __GNUC__ >= 3.
9526
9527 2001-11-01  Danny Smith  <dannysmith@users.sourceforge.net>
9528
9529         * include/commdlg.h (PRINTPAGERANGE): Add structure
9530         definition.
9531         (PRINTDLGEX[AW]): Likewise.
9532         (PrintDlgEx[AW]): Add function declaration.
9533         * lib/comdlg32.def (PrintDlgEx[AW]): Add function stubs.
9534         * ChangeLog: Fix typo in last entry.
9535
9536 2001-11-01  TAMURA Kent  <tkent@users.sourceforge.net>
9537
9538         * include/objbase.h (CoGetClassObject): Change third parameter
9539         to COSERVERINFO*.
9540
9541 2001-10-30  Danny Smith  <dannysmith@users.sourceforge.net>
9542
9543         * include/winuser.h (MOUSEEVENTF_WHEEL): Define.
9544         Thanks to: Kim Saunders.
9545         * include/oleauto.h: Define VARIANT* flags for VariantChangeType.
9546         Thanks to: Pat Thoyts.
9547         * include/winnt.h: Change C++ style comment to C style.
9548         * include/shlobj.h: Ditto.
9549         * include/objbase.h (enum tagCOINIT): Remove comma at end of
9550         list.
9551         * include/oledlg.h (enum tagOLEUIPASTEFLAG): Ditto.
9552         * include/oleidl.h (enum tagDROPEFFECT): Mark as __extension__
9553         (enum not limited to range of int).
9554         * include/oaidl.h (struct tagVARIANT): Mark as __extension__
9555         (struct with no named members), ifndef NONAMELESSUNION.
9556
9557 2001-10-30  Danny Smith  <dannysmith@users.sourceforge.net>
9558
9559         * include/winuser.h (CREATESTRUCT): UNICODE it.
9560         (CBT_CREATEWND): Likewise.
9561
9562 2001-10-20  Corinna Vinschen  <corinna@vinschen.de>
9563
9564         * include/winnetwk.h (WNetGetResourceInformationA): Add declaration.
9565         (WNetGetResourceInformationW): Ditto.
9566         (WNetGetResourceInformation): Add define.
9567
9568 2001-10-12  Pedro A Aranda  <paaguti@hotmail.com>
9569
9570         * include/winuser.h (POINTSTOPOINT): Use explicit casts
9571         before extracting words.
9572
9573 2001-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
9574
9575         * include/winnt.h: Add PF_* defines.
9576         Thanks to: "Wizord"  <wizord@argoslabs.com>
9577
9578 2001-09-18  Danny Smith  <dannysmith@users.sourceforge.net>
9579
9580         * include/winnt.h (_[U]LARGE_INTEGER): Mark nameless structure
9581         field as _ANONYMOUS_STRUCT.
9582         * include/setupapi.h (SP_DEVINSTALL_PARAMS): Add missing typedef
9583         for UNICODE.
9584         * include/ipexport.h (icmp_echo_reply): Remove extra ';'.
9585         * lib/makefile.in: Add -pedantic switch to TEST_OPTIONS for header
9586         test.
9587
9588 2001-09-17  Mattia Barbon  <mbarbon@dsi.unive.it>
9589
9590         * include/commctrl.h: Add some ListView constants.
9591
9592 2001-09-17  Earnie Boyd  <earnie@sf.net>
9593
9594         * lib/Makefile.in (inst_includedir): Add FIXME and remove the usr/
9595         portion of the directory from the install.
9596         (inst_libdir): Ditto.
9597         * Makefile.in (VERSION): Increment.
9598         * include/w32api.h: Increment version.
9599
9600 2001-09-13  Earnie Boyd  <earnie@SF.net>
9601
9602         * lib/Makefile.in (inst_includedir): Change to always use w32api
9603         subdirectory for target == cygwin.
9604         (inst_libdir): Ditto.
9605
9606 2001-09-13  Earnie Boyd  <earnie@SF.net>
9607
9608         * lib/Makefile.in (config_prefix): New variable.
9609         (inst_includedir): Manipulate special value only if target == cygwin
9610         and build == target and prefix != config_prefix.
9611         (inst_libdir): Ditto.
9612
9613 2001-09-12  Earnie Boyd  <earnie@SF.net>
9614
9615         * Makefile.in (TARFLAGS): New variable.
9616         (TARFILEEXT): Ditto.
9617
9618 2001-09-12  Earnie Boyd  <earnie@SF.net>
9619
9620         * Makefile.in: Increment version.
9621         * include/w32api.h: Ditto.
9622         * lib/Makefile.in: Add usr/ to install directory special for cygwin.
9623
9624 2001-09-11  Danny Smith  <dannysmith@users.sourceforge.net>
9625
9626         * include/winnt.h (_[U]LARGE_INTEGER): Protect nameless struct with
9627         !defined(NONAMELESSUNION), rather than defined(_ANONYMOUS_STRUCT).
9628         (_REPARSE_DATA_BUFFER): Name union field DUMMYUNIONNAME.
9629
9630 2001-09-05  Danny Smith  <dannysmith@users.sourceforge.net>
9631
9632         * include/wininet.h (InternetAutodial): Add prototype.
9633         (InternetAutodialHangup): Ditto.
9634         (InternetDial): Ditto.
9635         (InternetGetConnectedState): Ditto.
9636         (InternetGoOnline): Ditto.
9637         (InternetHangUp): Ditto.
9638         (InternetSetDialState): Ditto.
9639         Add associated INTERNET_* auto dial flags.
9640         Guard typedefs and prototypes with #ifndef RC_INVOKED.
9641
9642 2001-09-04  Earnie Boyd  <earnie@SF.Net>
9643
9644         * lib/Makefile.in: Move the setting of variable libdir to after the
9645         setting of exec_prefix since the value of libdir is dependant on it.
9646
9647 2001-09-04  Christopher Faylor  <cgf@cygnus.com>
9648
9649         * include/winbase.h: Add missing closing parentheses to
9650         InterlockedExchangePointer declaration.
9651
9652 2001-09-01  Danny Smith  <dannysmith@users.sourceforge.net>
9653
9654         * include/shlobj.h (CFSTR_* ): Add new defines.
9655         Thanks to: "Ron" <ron@debian.org> .
9656         Unicode them.
9657
9658 2001-09-01  Christopher Faylor  <cgf@cygnus.com>
9659
9660         * include/winnt.h: Use defined(_ANONYMOUS_STRUCT) to determine if
9661         anonymous structs are available rather than just testing preprocessor
9662         variable directly.
9663
9664 2001-08-31  Corinna Vinschen  <corinna@vinschen.de>
9665
9666         * include/winnt.h: Change definition of `SYSTEM_LUID' to comply
9667         with new `LARGE_INTEGER' definition.
9668
9669 2001-08-30  Christopher Faylor  <cgf@cygnus.com>
9670
9671         * include/winsock2.h: Remove "extra token" after #endif.
9672
9673 2001-08-31  Earnie Boyd  <earnie@SF.Net>
9674
9675         * config.guess: Remove the \r from the end of line.
9676         * config.sub: Ditto.
9677
9678 2001-08-30  Danny Smith  <dannysmith@users.sourceforge.net>
9679
9680         * include/winnt.h: Allow anonymous struct in [U]LARGE_INTEGER
9681         if __cplusplus as well as if _ANONYMOUS_STRUCT.
9682
9683 2001-08-29  Earnie Boyd  <earnie@SF.Net>
9684
9685         * config.guess: Add the MSYS system.
9686         * config.sub: Ditto.
9687         * include/winsock.h: Add the __INSIDE_MSYS__ protections.
9688         * incldue/winsock2.h: Ditto.
9689
9690 2001-08-29  Eric Kohl  <ekohl@users.sourceforge.net>
9691
9692         * include/winnt.h: Allow anonymous (Xxx.LowPart) or
9693         non-anonymous (Xxx.u.LowPart) access to HighPart and
9694         LowPart of a LARGE_INTEGER or ULARGE_INTEGER.
9695
9696 2001-08-24  TAMURA Kent  <tkent@users.sourceforge.net>
9697
9698         * include/wingdi.h (HANGUL_CHARSET): Add define.
9699
9700 2001-08-21  Earnie Boyd  <earnie@SF.Net>
9701
9702         * include/setupapi.h: Formatting.
9703
9704 2001-08-21  Earnie Boyd  <earnie@SF.Net>
9705
9706         * include/shlobj.h: Remove \r from the line endings.
9707
9708 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
9709
9710         * include/setupapi.h : New file.
9711         * lib/setupapi.def:New file.
9712         * lib/test.c: Include setupapi.h.
9713
9714 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
9715         * include/winioctl.h (_DISK_PERFORMANCE): Correct typo.
9716
9717 2001-08-21  Mattia Barbon  <mbarbon@dsi.unive.it>
9718
9719         * include/richedit.h (ENLINK): Add structure definition.
9720         (EM_AUTOURLDETECT, EN_LINK, ENM_LINK): Add defines.
9721
9722 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
9723
9724         * include/shlobj.h (CMIC_*): Remove duplicate defines.
9725         (CMDSTR_*): Remove duplicates; UNICODE string constants.
9726         (GCS_*): Make UNICODE.
9727         (CSIDL_*): Add more defines.
9728         * include/winioctl.h (_MEDIA_TYPE): Add pointer typedef.
9729         (_DISK_GEOMETRY): Ditto.
9730         (_DISK_PERFORMANCE): Ditto.
9731         * include/winbase.h (HasOverlappedIoCompleted): Add macro.
9732
9733 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
9734
9735         * include/winnt.h: Move CHAR, SHORT and LONG typedefs outside
9736         of block protected by #ifndef VOID.
9737         (This reverts 1998-12-01 Anders Norlander change.)
9738         * include/odbcinst.h: End file with newline.
9739         * include/raserror.h: Ditto.
9740
9741 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
9742
9743         * include/winsock2.h (#include <wtypes.h): Don't.
9744         (_BLOB): Define instead, if not already done.
9745         (__BLOB_T_DEFINED: New define for guarding _BLOB.
9746         * include/wtypes.h (_BLOB): Guard against prior definition.
9747
9748 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
9749
9750         * include/oaidl.h (tagVARIANT): Mark anonymous structs and unions
9751         as __extension__.
9752         (tagTYPEDESC): Ditto.
9753         (_wireBRECORD): Add structure definition.
9754         (_wireSAFEARR_BRECORD): Ditto.
9755         (_wireSAFEARR_HAVEIID): Ditto.
9756         (_wireSAFEARRAY_UNION.u): Add fields SAFEARR_BRECORD RecordStr,
9757         SAFEARR_HAVEIID HaveIidStr.
9758         (tagVariant): Add fields _VARIANT_BOOL bool,*pbool.
9759         (_wireVARIANT): Change field parray to type wirePSAFEARRAY,
9760         pparray to wirePSAFEARRAY*.
9761         (_wireVARIANT): Add field wireBRECORD brecVal.
9762         (wireVARIANT): Change typedef to struct _wireVariant*.
9763         (IRecordInfo): Add interface definition.
9764         (LPRECORDINFO): Add typedef for IRecordInfo*.
9765         (IID_IRecordInfo): Add forward decalaration.
9766
9767 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
9768
9769         * include/lmcons.h: Guard CNLEN and UNCLEN against prior definition.
9770         * include/nddeapi.h: Likewise.
9771
9772 2001-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
9773
9774         * lib/test.c (Win32_Winsock): Replace with __USE_W32_SOCKETS.
9775         Add more includes of w32api headers.
9776
9777 2001-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
9778
9779         * include/winnt.h (GetCurrentFiber): Change __inline to __inline__.
9780         Swap asm code with that of GetFiberData.
9781         (GetFiberData): Ditto.
9782         * lib/kernel32.c: New file, containing library versions of
9783         GetCurrentFiber and GetFiberData.
9784         * lib/makefile.in: Add kernel32.o as static object to libkernal32.a.
9785
9786 2001-08-08  Danny Smith  <dannysmith@users.sourceforge.net>
9787
9788         * include/winuser.h (GET_WHEEL_DELTA_WPARAM): Add macro.
9789         Thanks to: Harold Hunt <Harold@compasstechnologies.com>.
9790
9791 2001-08-08  Danny Smith  <dannysmith@users.sourceforge.net>
9792
9793         * lib/oleaut32.def: Regenerate.
9794
9795 2001-08-04  Danny Smith  <dannysmith@users.sourceforge.net>
9796
9797         * include/wtypes.h (DECIMAL_SETZERO): Correct typo.
9798
9799 2001-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
9800
9801         Apply Dmitry Bely  <dbely@mail.ru> patch 437834 (with additions).
9802         * include/oleidl.h (ISupportErrorInfo, ICreateInfo): Move from here
9803         * include/oaidl.h: ... to here.
9804         * include/oaidl.h ICreateErrorInfo): Add interface definition.
9805         (IErrorInfo::GetGUID): Change arg to GUID.
9806         (LPSUPPORTERRORINFO): Add typedef.
9807         (IID_ISupportErrorInfo): Change forward decl. of type to IID.
9808
9809 2001-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
9810
9811         * include/winsock2.h (WSAGET* and WSAMAKE*): Remove duplicate
9812         defines.
9813
9814 2001-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
9815
9816         * include/commctrl.h (TreeView_SetIndent): Correct typo.
9817
9818 2001-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
9819
9820         * include/commctrl.h (TBSTYPE_FLAT): Remove define.
9821         Thanks to: Jason Craig  <jacraig@softhome.net>
9822
9823 2001-07-30  Mattia Barbon  <mbarbon@dsi.unive.it>
9824
9825         * include/commctrl.h (TBBUTTONINFO[AW]): Add struct definitions,
9826         and UNICODE mappings, if _WIN32_IE >= 0x400.
9827         (TBIF_* and TB_SETBUTTONINFO): Add defines, if _WIN32_IE >= 0x400.
9828         (CDIS_*,CDDS_*,CDRF_*) : Add defines.
9829         (tagNMCUSTOMDRAWINFO): Add struct definition and typedefs.
9830         (tagNMLVCUSTOMDRAW): Likewise.
9831         (tagNMTVCUSTOMDRAW): Likewise.
9832         (tagNMLVCACHEHINT): Likewise.
9833
9834 2001-07-06  Danny Smith  <dannysmith@users.sourceforge.net>
9835
9836         * include/basetsd.h (#include <_mingw.h>): Remove.
9837         (__int64): Define.
9838
9839 2001-06-28  Danny Smith  <dannysmith@users.sourceforge.net>
9840
9841         * include/wingdi.h (AC_SRC_OVER): Add define.
9842         (struct _BLENDFUNCTION): Add.
9843
9844 2001-06-28  Danny Smith  <dannysmith@users.sourceforge.net>
9845
9846         * include/shlobj.h:  Add BIF_* defines.
9847
9848 2001-06-27  Danny Smith  <dannysmith@users.sourceforge.net>
9849
9850         * include/winerror.h (E_PENDING): Add error code define.
9851
9852 2001-06-27  Danny Smith  <dannysmith@users.sourceforge.net>
9853
9854         * include/basetsd.h (#include <_mingw.h>): Add directive.
9855
9856 2001-06-25  Danny Smith  <dannysmith@users.sourceforge.net>
9857
9858         * include/winbase.h (InterlockedCompareExchange): Change args
9859         and return value from PVOID to LONG.
9860         (InterlockedExchange): Change first arg to LPLONG.
9861         (InterlockedCompareExchangePointer): New macro.
9862         (InterlockedExchangePointer): New macro.
9863
9864 2001-06-19  Danny Smith  <dannysmith@users.sourceforge.net>
9865
9866         * lib/kernel32.def: Add LanguageGroup and UILanguage symbols.
9867         Thanks to Kevin Chase <kevincha99@hotmail.com>.
9868
9869 2001-06-11  TAMURA Kent  <tkent@users.sourceforge.net>
9870
9871         * objidl.h (IMalloc::ReAlloc()): Correct declaration.
9872         (IMalloc::Free()): Ditto.
9873
9874 2001-06-11  Danny Smith  <dannysmith@users.sourceforge.net>
9875
9876         * include/shlobj.h (REGSTR_PATH_EXPLORER): Unicode it.
9877         (REGSTR_PATH_SPECIAL_FOLDERS): Ditto.
9878         * include/regstr.h (REGSTR_PATH_EXPLORER): Add #ifndef guard.
9879
9880 2001-06-11  Mattia Barbon  <mbarbon@dsi.unive.it>
9881
9882         * include/shlobj.h (struct _browseinfo): UNICODE it.
9883         (SHBrowseForFolder): Ditto.
9884         (SHGetPathFromIDList): Ditto.
9885
9886 2001-06-11  Earnie Boyd  <earnie@users.sourceforge.net>
9887
9888         * include/basetsd.h: RC_INVOKED protection and realignment.
9889         Thanks to: Colin Peters <colinpeters@users.sourceforge.net>
9890
9891 2001-06-06  Earnie Boyd  <earnie@users.sourceforge.net>
9892
9893         * Makefile.in (bindist): Reassign value of exec_prefix on make command
9894         line.
9895
9896 2001-05-22  Christopher Faylor  <cgf@cygnus.com>
9897
9898         * lib/mapi32.def: Add MAPISendMail.
9899
9900 2001-05-22  Earnie Boyd  <earnie@users.sourceforge.net>
9901
9902         * include/w32api.h: Update version.
9903         * Makefile.in: Ditto.
9904
9905 2001-05-17  Corinna Vinschen  <corinna@vinschen.de>
9906
9907         * include/winnt.h: Define SE_GROUP_LOGON_ID as unsigned to avoid
9908         compiler warnings.
9909
9910 2001-05-17  Corinna Vinschen  <corinna@vinschen.de>
9911
9912         * include/ntdef.h: Protect definition of OBJECT_ATTRIBUTES against
9913         previous definition in include/ntsecapi.h.
9914         * include/ntsecapi.h: Vice versa.
9915
9916 2001-05-16  Corinna Vinschen  <corinna@vinschen.de>
9917
9918         * include/winnt.h: Add defines for group attributes.
9919         Add define for SYSTEM_LUID.
9920         Add missing types `PTOKEN_DEFAULT_DACL', `PTOKEN_OWNER' and
9921         `PTOKEN_PRIMARY_GROUP'.
9922
9923 2001-04-24  Christopher Faylor  <cgf@cygnus.com>
9924
9925         * lib/Makefile.in: Install libraries in /usr/lib/w32api when building
9926         for cygwin.
9927
9928 2001-04-24  Christopher Faylor  <cgf@cygnus.com>
9929
9930         * include/winsock2.h: Protect one *more* newlib defines when compiling
9931         cygwin.
9932
9933 2001-04-23  Christopher Faylor  <cgf@cygnus.com>
9934
9935         * include/winsock2.h: Protect some more newlib defines when compiling
9936         cygwin.
9937
9938 2001-04-23  Christopher Faylor  <cgf@cygnus.com>
9939
9940         * include/winsock.h: Protect some more newlib defines when compiling
9941         cygwin.
9942
9943 2001-04-17  Egor Duda  <deo@logos-m.ru>
9944
9945         * include/windows.h: Define _ANONYMOUS_STRUCT and _ANONYMOUS_UNION
9946         as __extenstion__ when appropriate.
9947         * include/mmsystem.h: Mark anonymous structs and unions as
9948         __extension__ to prevent compiler warning when invoked with
9949         -pedantic
9950         * include/oaidl.h: Ditto.
9951         * include/objidl.h: Ditto.
9952         * include/olectl.h: Ditto.
9953         * include/prsht.h: Ditto.
9954         * include/shlobj.h: Ditto.
9955         * include/winbase.h: Ditto.
9956         * include/winnt.h: Ditto.
9957         * include/wtypes.h: Ditto.
9958
9959 2001-04-11  Danny Smith  <dannysmith@users.sourceforge.net>
9960
9961         * include/windows.h (#include <winsock.h>): Include <winsock2.h>
9962         instead if (_WIN32_WINNT >= 0x0400)&&(__W32API_MAJOR_VERSION > 0).
9963
9964 2001-04-11  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
9965
9966         * include/winuser.h (WM_IME_*): Remove defines (now in imm.h).
9967
9968 2001-04-11  John Fortin  <fortinj@attglobal.net>
9969
9970         * include/windef.h (*PBOOL): Unprotect from XFree86Server.
9971         (*LPBOOL): Ditto.
9972
9973 2001-04-08  Christopher Faylor  <cgf@cygnus.com>
9974
9975         * include/winnt.h (GetCurrentFiber): Make "external __inline" or asm
9976         code will be included in every module which includes this header.
9977         (GetFiberData): Ditto.
9978
9979 2001-04-08  Earnie Boyd  <earnie@users.sourceforge.net>
9980
9981         * include/winnt.h (GetCurrentFiber): Fix typo.
9982
9983 2001-04-08  Earnie Boyd  <earnie@users.sourceforge.net>
9984
9985         * include/shellapi.h: (CommandLineToArgvW): Add WINAPI declaration.
9986         * include/winbase.h: (GetFileAttributesExW): Fix typo.
9987         * include/wingdi.h: (StartDocA): Change LPDOCINFOA to DOCINFOA*.
9988         (StartDocB): Chage LNPDOCINFOB to DOCINFOB*.
9989         Thanks To: Kent Tamura  <tkent@users.sourceforge.net>
9990
9991         * include/winnt.h: (GetFiberData): Add __inline assembler coding.
9992         (GetCurrentFiber): Ditto.
9993         Thanks to: Andy Younger  <AndyY@redlemon.com>
9994
9995         * include/windef.h: (HMONITOR_DECLARED): New definition to stop
9996         DirectX 8 from complaining.
9997         Thanks to: Sigbjørn Lund Olsen  <mosikos@online.no>
9998
9999 2001-04-08  Michael Soderstrom  <ichaelsoderstro@hotmail.com>
10000
10001         * include/commctrl.h Updated TreeView and ListView defines and macros.
10002
10003 2001-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
10004
10005         * include/winuser.h (MB_SERVICE_NOTIFICATION): Correct value for NT4
10006         and above.
10007
10008 2001-03-30  Earnie Boyd  <earnie@users.sourceforge.net>
10009         * include/winuser.h (VK_KANA): New definition.
10010         Thanks to: "Harold Hunt" <huntharo@msu.edu>
10011
10012 2001-03-29  Earnie Boyd  <earnie@users.sourceforge.net
10013
10014         * include/winuser.h (RT_CURSOR): Add protection for XFree86Server.
10015         (RT_FONT): Ditto.
10016         * include/basetsd.h (INT32): Ditto.
10017         * include/windef.h (ATOM): Ditto.
10018         (BOOL): Ditto.
10019         (BYTE): Ditto.
10020         * include/winbase.h (FreeResource): Ditto.
10021         Thanks to: "Harold Hunt" <huntharo@msu.edu>
10022
10023 2001-03-20  Danny Smith  <dannysmith@users.sourceforge.net>
10024
10025         * include/winsock.h (_SYS_TYPES_H macro guard for int types): Remove;
10026         use only _BSDTYPES_DEFINED macro now defined in newlib sys/types.h.
10027         (SYS_TYPES_H macro guard for fd_set): Replace with_SYS_TYPES_FD_SET
10028         macro now defined in newlib sys/types.h.  Emit warning if defined.
10029         * include/winsock2.h: Ditto.
10030         * include/windows.h (Win32_Winsock): Replace with new macros
10031         __USE_W32_SOCKETS and warn of deprecation.
10032
10033 2001-03-13  Earnie Boyd  <earnie@users.sourceforge.net
10034
10035         * include/wingdi.h: (DOCINFO) Ansi version defined incorrectly.
10036         Thanks to: Mattia Barbon <mbarbon@dsi.unive.it>
10037
10038 2001-03-12  Earnie Boyd  <earnie@users.sourceforge.net
10039
10040         * include/commctrl.h (TBSTYLE_FLAT): New definition.
10041         (TB_GETBUTTONSIZE): Ditto.
10042         (TCS_HOTTRACK): Ditto.
10043         Thanks to: Chris Hansen <popeofpop@softhome.net>
10044
10045 2001-03-01  Earnie Boyd  <earnie@users.sourceforge.net
10046
10047         * Makefile.in: (snapshot): Add target.
10048         * lib/Makefile.in: (install-headers): Use installdir variable.
10049         (installdir): Set value based on target-alias.
10050
10051 2001-02-21  Earnie Boyd  <earnie@users.sourceforge.net
10052
10053         * include/w32api.h: (_W32API_VERSION): Remove.
10054         (__W32API_VERSION): Add.
10055         (__W32API_MAJOR_VERSION): Ditto.
10056         (__W32API_MINOR_VERSION): Ditto.
10057
10058 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
10059
10060         * include/wingdi.h (struct _DOCINFO[AW]): UNICODE it.
10061         (StartDoc[AW]): Use UNICODE'd LPDOCINFO[AW]
10062         * include/winuser.h (struct tagMOUSEKEYS): Define new structure.
10063         * include/winerror.h (NTE_*): Add CryptoAPI error codes.
10064
10065 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
10066
10067         * include/mswsock.h: New file.
10068         * include/ws2tcpip.h: New file.
10069         * include/winsock.h (IPPROTO_IGMP): New define.
10070         (IPPROTO_GGP): Correct value.
10071         (SO_* macros): Remove mswsock defines.
10072         (TCP_BSDURGENT): Likewise.
10073         (IP_* macros): Add comment warning of WinSock2 incompatibility
10074         (WSARecvEx): Remove mswsock prototype.
10075         (TransmitFile): Likewise.
10076         (AcceptEx): Likewise.
10077         (GetAcceptExSockaddrs): Likewise.
10078         (struct _TRANSMIT_FILE_BUFFERS): Remove mswsock definition.
10079         (#include <mswsock.h>): Add directive and explanatory comment
10080         * include/winsock2.h (header guard): add guard for  _WINSOCK_H
10081         (_WINSOCK_H): Define to prevent later inclusion of winsock.h
10082         (#include <winsock.h>): Replace directive with winsock.h file content
10083         The following changes apply to the merged file:
10084         (FD_SET): Keep winsock2.h definition, delete winsock.h definition
10085         (SOMAXCONN): Likewise
10086         (#include <nspapi.h>): Move - don't include until LPSOCKADDR defined
10087         (IP_* macros): Delete WinSock1 definitions (WinSock2 definitions now
10088         in ws2tcpip.h)
10089         (struct ip_mreq): Delete (now defined in ws2tcpip.h for WinSock2)
10090         (FD_*_BIT and FD_* defines): Place together and extend to
10091         FD_MAX_EVENTS 10
10092         (AF* defines): Extend to AF_MAX 10
10093         (WSAIsBlocking): #if 0 out prototype (N/A in WinSock2)
10094         (WSAUnhookBlockingHook): Likewise.
10095         (WSASetBlockingHook): Likewise.
10096         (WSACancelBlockingCall): Likewise.
10097         (WSAEINPROGRESS): Comment as not raised in WinSock2.
10098         (#include <mswsock.h>): Delete directive inherited from winsock.h
10099         (WSA_QOS* defines): Add QualityOfService error codes.
10100         (SIO_* defines): Add new macros
10101         * include/ipexport.h (IP_STATUS flags): Add definitions.
10102         (IP_FLAG_DF): Likewise.
10103         (IP_OPT_* ): Likewise.
10104         (struct ip_option_information): Likewise.
10105         (struct icmp_echo_reply): Likewise.
10106
10107 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
10108
10109         * include/commctrl.h: Revert TEXT change.
10110         * include/lmalert.h: Ditto.
10111         * include/lmcons.h: Ditto.
10112         * include/lmsname.h: Ditto.
10113         * include/lmsvc.h: Ditto.
10114         * include/ntsecapi.h: Ditto.
10115         * include/oledlg.h: Ditto.
10116         * include/ras.h: Ditto.
10117         * include/regstr.h: Ditto.
10118         * include/richedit.h: Ditto.
10119         * include/wininet.h: Ditto.
10120         * include/winnt.h: Ditto.
10121
10122 2001-02-15  Earnie Boyd  <earnie@users.sourceforge.net>
10123
10124         * include/commctrl.h: Use _TEXT() instead of TEXT() throughout.
10125         * include/lmalert.h: Ditto.
10126         * include/lmcons.h: Ditto.
10127         * include/lmsname.h: Ditto.
10128         * include/lmsvc.h: Ditto.
10129         * include/ntsecapi.h: Ditto.
10130         * include/oledlg.h: Ditto.
10131         * include/ras.h: Ditto.
10132         * include/regstr.h: Ditto.
10133         * include/richedit.h: Ditto.
10134         * include/wininet.h: Ditto.
10135         * include/w32api.h: New File.
10136
10137 2001-02-13  Corinna Vinschen  <corinna@vinschen.de>
10138
10139         * include/shlobj.h: Add missing SLR_* flags.
10140
10141 2001-02-12:  Earnie Boyd  <earnie@users.sourceforge.net>
10142
10143         * lib/Makefile.in: (host_alias): Add variable.
10144         (host_build): Ditto:
10145         (xinstall): Removed
10146         (xinstall-libraries): Ditto.
10147         (xinstall-headers): Ditto.
10148         (xuninstall): Ditto.
10149         (xuninstall-libraries): Ditto.
10150         (xuninstall-headers): Ditto.
10151         * Makefile.in: (host_alias): Add variable.
10152         (build_alias): Ditto.
10153
10154 2001-02-02  Earnie Boyd  <earnie@users.sourceforge.net>
10155
10156         * include/winnt.h: (__TEXT): Add private macro.
10157         (_TEXT): Modify definition to use __TEXT.
10158         (_T): Ditto.
10159         This change allows the passing of a MACRO as an argument and have that
10160         MACRO resolved first.
10161         Thanks to: Eric PAIRE <eric.paire@ri.silicomp.com>
10162
10163 2001-01-31  Earnie Boyd  <earnie@users.sourceforge.net>
10164
10165         * Makefile.in: Increment VERSION to 0.5
10166         * include/winnt.h: Change TEXT to _TEXT throughout.
10167         (SID_RELEASE): Define.
10168         Thanks to: Eric PAIRE <eric.paire@ri.silicomp.com>
10169
10170 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10171
10172         * Apply Phil Krylov patches.
10173         2001-01-19  Phil Krylov  <phil@mail.ru>
10174         * include/commctrl.h: (HDI_IMAGE) New definition.
10175         (HDI_DI_SETITEM) Ditto.
10176         (HDI_ORDER) Ditto.
10177         (HDI_FILTER) Ditto.
10178         (HDF_BITMAP_ON_RIGHT) Ditto.
10179         (HDF_IMAGE) Ditto.
10180         (HDM_SETORDERARRAY) Ditto.
10181         (Header_SetOrderArray) Ditto.
10182         (ICC_BAR_CLASSES) Ditto.
10183         (struct _HD_ITEMA) Change definition.
10184         (struct _HD_ITEMW) Ditto.
10185         (struct tagINITCOMMONCONTROLSEX) Enclose in _WIN32_IE braces.
10186         (InitCommonControlsEx()) Ditto.
10187         2001-01-23  Phil Krylov  <phil@mail.ru>
10188         * include/richedit.h: Many Richedit 2.0 definitions.
10189
10190 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10191
10192         * include/winuser.h: (IDC_HAND)  New resource identifier.
10193         Thanks to: Mark Jordon <mark_jordan@ieee.org>
10194
10195 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10196
10197         * include/iptypes.h: Include <sys/types.h> for time_t declaration.
10198         Fix typo's.
10199
10200 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10201
10202         * include/objidl.h: (GetClassID): Argument needs to be a pointer.
10203         (GetUnmarshalClass): CLSID argument needs to be a pointer.
10204         Thanks To: <bge@users.sourceforge.net>
10205
10206 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10207
10208         * Apply Danny Smith patch 102386
10209         2000-11-15  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10210         * lib/rasapi32.def: add symbols available in NT4 and W2k
10211
10212 2001-01-28  Earnie Boyd  <earnie@users.sourceforge.net>
10213
10214         * Apply Danny Smith patch 102382
10215         2000-11-15  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10216         * lib/mswsock.def: remove leading underscores from symbol names
10217
10218 2001-01-28  Earnie Boyd  <earnie@users.sourceforge.net>
10219
10220         * Apply Danny Smith patch 102446
10221         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10222         * include/sql.h (ODBCVER): change default to 0x0351.
10223         (SQLSetScrollOptions): non-core function, move prototype to sqlext.h.
10224         (SQLColAttributes): likewise.
10225         (SQLBindParam): add prototype for ODBC 3.x function.
10226         (SQLCloseCursor): likewise.
10227         (SQLColAttribute): likewise.
10228         (SQLCopyDesc):likewise.
10229         (SQLEndTran): likewise.
10230         (SQLFetchScroll): likewise.
10231         (SQLGetConnectAttr): likewise.
10232         (SQLGetDescField): likewise.
10233         (SQLGetDescRec): likewise.
10234         (SQLGetDiagField): likewise.
10235         (SQLGetDiagRec): likewise.
10236         (SQLGetEnvAttr): likewise.
10237         (SQLGetStmtAttr): likewise.
10238         (SQLSetConnectAttr): likewise.
10239         (SQLSetDescField):likewise.
10240         (SQLSetDescRec): likewise.
10241         (SQLSetEnvAttr): likewise.
10242         (SQLSetStmtAttr): likewise.
10243         (SQLINTENGER and SQLUINTEGER): replace with SQLLEN and SQLULEN for
10244         _WIN64 compatability;
10245         (SQL_ACCESS_MODE): Move define to sqlext.h (used in non-core functions).
10246         (SQL_ACTIVE_CONNECTIONS): likewise.
10247         (SQL_ACTIVE_STATEMENTS): likewise.
10248         (SQL_ALL_EXCEPT_LIKE): likewise.
10249         (SQL_API_ALL_FUNCTIONS): likewise.
10250         (SQL_API_LOADBYORDINAL): likewise.
10251         (SQL_API_SQLBINDPARAMETER): likewise.
10252         (SQL_API_SQLBROWSECONNECT): likewise.
10253         (SQL_API_SQLCOLATTRIBUTES): likewise.
10254         (SQL_API_SQLCOLUMNPRIVILEGES): likewise.
10255         (SQL_API_SQLDESCRIBEPARAM): likewise.
10256         (SQL_API_SQLDRIVERCONNECT): likewise.
10257         (SQL_API_SQLDRIVERS): likewise.
10258         (SQL_API_SQLEXTENDEDFETCH): likewise.
10259         (SQL_API_SQLFOREIGNKEYS): likewise.
10260         (SQL_API_SQLMORERESULTS): likewise.
10261         (SQL_API_SQLNATIVESQL): likewise.
10262         (SQL_API_SQLNUMPARAMS): likewise.
10263         (SQL_API_SQLPARAMOPTIONS): likewise.
10264         (SQL_API_SQLPRIMARYKEYS): likewise.
10265         (SQL_API_SQLPROCEDURECOLUMNS): likewise.
10266         (SQL_API_SQLPROCEDURES): likewise.
10267         (SQL_API_SQLSETPOS): likewise.
10268         (SQL_API_SQLSETSCROLLOPTIONS): likewise.
10269         (SQL_API_SQLTABLEPRIVILEGES): likewise.
10270         (SQL_ASYNC_ENABLE): likewise.
10271         (SQL_ASYNC_ENABLE_DEFAULT): likewise.
10272         (SQL_ASYNC_ENABLE_OFF): likewise.
10273         (SQL_ASYNC_ENABLE_ON): likewise.
10274         (SQL_ATTR_READONLY): likewise.
10275         (SQL_ATTR_READWRITE_UNKNOWN): likewise.
10276         (SQL_ATTR_WRITE): likewise.
10277         (SQL_AUTOCOMMIT): likewise.
10278         (SQL_AUTOCOMMIT_DEFAULT): likewise.
10279         (SQL_AUTOCOMMIT_OFF): likewise.
10280         (SQL_AUTOCOMMIT_ON): likewise.
10281         (SQL_BEST_ROWID): likewise.
10282         (SQL_BIGINT): likewise.
10283         (SQL_BINARY): likewise.
10284         (SQL_BIND_BY_COLUMN): likewise.
10285         (SQL_BIND_TYPE): likewise.
10286         (SQL_BIND_TYPE_DEFAULT): likewise.
10287         (SQL_BIT): likewise.
10288         (SQL_BOOKMARK_PERSISTENCE): likewise.
10289         (SQL_BP_CLOSE): likewise.
10290         (SQL_BP_DELETE): likewise.
10291         (SQL_BP_DROP): likewise.
10292         (SQL_BP_OTHER_HSTMT): likewise.
10293         (SQL_BP_SCROLL): likewise.
10294         (SQL_BP_TRANSACTION): likewise.
10295         (SQL_BP_UPDATE): likewise.
10296         (SQL_C_BINARY): likewise.
10297         (SQL_C_BIT): likewise.
10298         (SQL_C_BOOKMARK): likewise.
10299         (SQL_C_CHAR): likewise.
10300         (SQL_C_DATE): likewise.
10301         (SQL_C_DEFAULT): likewise.
10302         (SQL_C_DOUBLE): likewise.
10303         (SQL_C_FLOAT): likewise.
10304         (SQL_C_LONG): likewise.
10305         (SQL_C_SHORT): likewise.
10306         (SQL_C_SLONG): likewise.
10307         (SQL_C_SSHORT): likewise.
10308         (SQL_C_STINYINT): likewise.
10309         (SQL_C_TIME): likewise.
10310         (SQL_C_TIMESTAMP): likewise.
10311         (SQL_C_TINYINT): likewise.
10312         (SQL_C_ULONG): likewise.
10313         (SQL_C_USHORT): likewise.
10314         (SQL_C_UTINYINT): likewise.
10315         (SQL_CB_NON_NULL): likewise.
10316         (SQL_CB_NULL): likewise.
10317         (SQL_CC_CLOSE): likewise.
10318         (SQL_CC_DELETE): likewise.
10319         (SQL_CC_PRESERVE): likewise.
10320         (SQL_CN_ANY): likewise.
10321         (SQL_CN_DIFFERENT): likewise.
10322         (SQL_CN_NONE): likewise.
10323         (SQL_COLATT_OPT_MAX): likewise.
10324         (SQL_COLATT_OPT_MIN): likewise.
10325         (SQL_COLUMN_ALIAS): likewise.
10326         (SQL_COLUMN_AUTO_INCREMENT): likewise.
10327         (SQL_COLUMN_CASE_SENSITIVE): likewise.
10328         (SQL_COLUMN_COUNT): likewise.
10329         (SQL_COLUMN_DISPLAY_SIZE): likewise.
10330         (SQL_COLUMN_DRIVER_START): likewise.
10331         (SQL_COLUMN_LABEL): likewise.
10332         (SQL_COLUMN_LENGTH): likewise.
10333         (SQL_COLUMN_MONEY): likewise.
10334         (SQL_COLUMN_NAME): likewise.
10335         (SQL_COLUMN_NULLABLE): likewise.
10336         (SQL_COLUMN_OWNER_NAME): likewise.
10337         (SQL_COLUMN_PRECISION): likewise.
10338         (SQL_COLUMN_QUALIFIER_NAME): likewise.
10339         (SQL_COLUMN_SCALE): likewise.
10340         (SQL_COLUMN_SEARCHABLE): likewise.
10341         (SQL_COLUMN_TABLE_NAME): likewise.
10342         (SQL_COLUMN_TYPE): likewise.
10343         (SQL_COLUMN_TYPE_NAME): likewise.
10344         (SQL_COLUMN_UNSIGNED): likewise.
10345         (SQL_COLUMN_UPDATABLE): likewise.
10346         (SQL_CONCAT_NULL_BEHAVIOR): likewise.
10347         (SQL_CONCUR_DEFAULT): likewise.
10348         (SQL_CONCUR_LOCK): likewise.
10349         (SQL_CONCUR_READ_ONLY): likewise.
10350         (SQL_CONCUR_ROWVER): likewise.
10351         (SQL_CONCUR_TIMESTAMP): likewise.
10352         (SQL_CONCUR_VALUES): likewise.
10353         (SQL_CONCURRENCY): likewise.
10354         (SQL_CONN_OPT_MAX): likewise.
10355         (SQL_CONN_OPT_MIN): likewise.
10356         (SQL_CONNECT_OPT_DRVR_START): likewise.
10357         (SQL_CONVERT_BIGINT): likewise.
10358         (SQL_CONVERT_BINARY): likewise.
10359         (SQL_CONVERT_BIT): likewise.
10360         (SQL_CONVERT_CHAR): likewise.
10361         (SQL_CONVERT_DATE): likewise.
10362         (SQL_CONVERT_DECIMAL): likewise.
10363         (SQL_CONVERT_DOUBLE): likewise.
10364         (SQL_CONVERT_FLOAT): likewise.
10365         (SQL_CONVERT_FUNCTIONS): likewise.
10366         (SQL_CONVERT_INTEGER): likewise.
10367         (SQL_CONVERT_LONGVARBINARY): likewise.
10368         (SQL_CONVERT_LONGVARCHAR): likewise.
10369         (SQL_CONVERT_NUMERIC): likewise.
10370         (SQL_CONVERT_REAL): likewise.
10371         (SQL_CONVERT_SMALLINT): likewise.
10372         (SQL_CONVERT_TIME): likewise.
10373         (SQL_CONVERT_TIMESTAMP): likewise.
10374         (SQL_CONVERT_TINYINT): likewise.
10375         (SQL_CONVERT_VARBINARY): likewise.
10376         (SQL_CONVERT_VARCHAR): likewise.
10377         (SQL_CORRELATION_NAME): likewise.
10378         (SQL_CR_CLOSE): likewise.
10379         (SQL_CR_DELETE): likewise.
10380         (SQL_CR_PRESERVE): likewise.
10381         (SQL_CUR_DEFAULT): likewise.
10382         (SQL_CUR_USE_DRIVER): likewise.
10383         (SQL_CUR_USE_IF_NEEDED): likewise.
10384         (SQL_CUR_USE_ODBC): likewise.
10385         (SQL_CURRENT_QUALIFIER): likewise.
10386         (SQL_CURSOR_DYNAMIC): likewise.
10387         (SQL_CURSOR_FORWARD_ONLY): likewise.
10388         (SQL_CURSOR_KEYSET_DRIVEN): likewise.
10389         (SQL_CURSOR_ROLLBACK_BEHAVIOR): likewise.
10390         (SQL_CURSOR_STATIC): likewise.
10391         (SQL_CURSOR_TYPE): likewise.
10392         (SQL_CURSOR_TYPE_DEFAULT): likewise.
10393         (SQL_CVT_BIGINT): likewise.
10394         (SQL_CVT_BINARY): likewise.
10395         (SQL_CVT_BIT): likewise.
10396         (SQL_CVT_CHAR): likewise.
10397         (SQL_CVT_DATE): likewise.
10398         (SQL_CVT_DECIMAL): likewise.
10399         (SQL_CVT_DOUBLE): likewise.
10400         (SQL_CVT_FLOAT): likewise.
10401         (SQL_CVT_INTEGER): likewise.
10402         (SQL_CVT_LONGVARBINARY): likewise.
10403         (SQL_CVT_LONGVARCHAR): likewise.
10404         (SQL_CVT_NUMERIC): likewise.
10405         (SQL_CVT_REAL): likewise.
10406         (SQL_CVT_SMALLINT): likewise.
10407         (SQL_CVT_TIME): likewise.
10408         (SQL_CVT_TIMESTAMP): likewise.
10409         (SQL_CVT_TINYINT): likewise.
10410         (SQL_CVT_VARBINARY): likewise.
10411         (SQL_CVT_VARCHAR): likewise.
10412         (SQL_DATABASE_NAME): likewise.
10413         (SQL_DATE): likewise.
10414         (SQL_DRIVER_HDBC): likewise.
10415         (SQL_DRIVER_HENV): likewise.
10416         (SQL_DRIVER_HLIB): likewise.
10417         (SQL_DRIVER_HSTMT): likewise.
10418         (SQL_DRIVER_NAME): likewise.
10419         (SQL_DRIVER_ODBC_VER): likewise.
10420         (SQL_DRIVER_VER): likewise.
10421         (SQL_ENSURE): likewise.
10422         (SQL_EXPRESSIONS_IN_ORDERBY): likewise.
10423         (SQL_EXT_API_LAST): likewise.
10424         (SQL_EXT_API_START): likewise.
10425         (SQL_FD_FETCH_BOOKMARK): likewise.
10426         (SQL_FD_FETCH_PREV): likewise.
10427         (SQL_FD_FETCH_RESUME): likewise.
10428         (SQL_FETCH_PREV): likewise.
10429         (SQL_FETCH_RESUME): likewise.
10430         (SQL_FILE_NOT_SUPPORTED): likewise.
10431         (SQL_FILE_QUALIFIER): likewise.
10432         (SQL_FILE_TABLE): likewise.
10433         (SQL_FILE_USAGE): likewise.
10434         (SQL_FN_CVT_CONVERT): likewise.
10435         (SQL_FN_NUM_ABS): likewise.
10436         (SQL_FN_NUM_ACOS): likewise.
10437         (SQL_FN_NUM_ASIN): likewise.
10438         (SQL_FN_NUM_ATAN): likewise.
10439         (SQL_FN_NUM_ATAN2): likewise.
10440         (SQL_FN_NUM_CEILING): likewise.
10441         (SQL_FN_NUM_COS): likewise.
10442         (SQL_FN_NUM_COT): likewise.
10443         (SQL_FN_NUM_DEGREES): likewise.
10444         (SQL_FN_NUM_EXP): likewise.
10445         (SQL_FN_NUM_FLOOR): likewise.
10446         (SQL_FN_NUM_LOG): likewise.
10447         (SQL_FN_NUM_LOG10): likewise.
10448         (SQL_FN_NUM_MOD): likewise.
10449         (SQL_FN_NUM_PI): likewise.
10450         (SQL_FN_NUM_POWER): likewise.
10451         (SQL_FN_NUM_RADIANS): likewise.
10452         (SQL_FN_NUM_RAND): likewise.
10453         (SQL_FN_NUM_ROUND): likewise.
10454         (SQL_FN_NUM_SIGN): likewise.
10455         (SQL_FN_NUM_SIN): likewise.
10456         (SQL_FN_NUM_SQRT): likewise.
10457         (SQL_FN_NUM_TAN): likewise.
10458         (SQL_FN_NUM_TRUNCATE): likewise.
10459         (SQL_FN_STR_ASCII): likewise.
10460         (SQL_FN_STR_CHAR): likewise.
10461         (SQL_FN_STR_CONCAT): likewise.
10462         (SQL_FN_STR_DIFFERENCE): likewise.
10463         (SQL_FN_STR_INSERT): likewise.
10464         (SQL_FN_STR_LCASE): likewise.
10465         (SQL_FN_STR_LEFT): likewise.
10466         (SQL_FN_STR_LENGTH): likewise.
10467         (SQL_FN_STR_LOCATE): likewise.
10468         (SQL_FN_STR_LOCATE_2): likewise.
10469         (SQL_FN_STR_LTRIM): likewise.
10470         (SQL_FN_STR_REPEAT): likewise.
10471         (SQL_FN_STR_REPLACE): likewise.
10472         (SQL_FN_STR_RIGHT): likewise.
10473         (SQL_FN_STR_RTRIM): likewise.
10474         (SQL_FN_STR_SOUNDEX): likewise.
10475         (SQL_FN_STR_SPACE): likewise.
10476         (SQL_FN_STR_SUBSTRING): likewise.
10477         (SQL_FN_STR_UCASE): likewise.
10478         (SQL_FN_SYS_DBNAME): likewise.
10479         (SQL_FN_SYS_IFNULL): likewise.
10480         (SQL_FN_SYS_USERNAME): likewise.
10481         (SQL_FN_TD_CURDATE): likewise.
10482         (SQL_FN_TD_CURTIME): likewise.
10483         (SQL_FN_TD_DAYNAME): likewise.
10484         (SQL_FN_TD_DAYOFMONTH): likewise.
10485         (SQL_FN_TD_DAYOFWEEK): likewise.
10486         (SQL_FN_TD_DAYOFYEAR): likewise.
10487         (SQL_FN_TD_HOUR): likewise.
10488         (SQL_FN_TD_MINUTE): likewise.
10489         (SQL_FN_TD_MONTH): likewise.
10490         (SQL_FN_TD_MONTHNAME): likewise.
10491         (SQL_FN_TD_NOW): likewise.
10492         (SQL_FN_TD_QUARTER): likewise.
10493         (SQL_FN_TD_SECOND): likewise.
10494         (SQL_FN_TD_TIMESTAMPadd): likewise.
10495         (SQL_FN_TD_TIMESTAMPDIFF): likewise.
10496         (SQL_FN_TD_WEEK): likewise.
10497         (SQL_FN_TD_YEAR): likewise.
10498         (SQL_FN_TSI_DAY): likewise.
10499         (SQL_FN_TSI_FRAC_SECOND): likewise.
10500         (SQL_FN_TSI_HOUR): likewise.
10501         (SQL_FN_TSI_MINUTE): likewise.
10502         (SQL_FN_TSI_MONTH): likewise.
10503         (SQL_FN_TSI_QUARTER): likewise.
10504         (SQL_FN_TSI_SECOND): likewise.
10505         (SQL_FN_TSI_WEEK): likewise.
10506         (SQL_FN_TSI_YEAR): likewise.
10507         (SQL_GB_GROUP_BY_CONTAINS_SELECT): likewise.
10508         (SQL_GB_GROUP_BY_EQUALS_SELECT): likewise.
10509         (SQL_GB_NO_RELATION): likewise.
10510         (SQL_GB_NOT_SUPPORTED): likewise.
10511         (SQL_GD_BLOCK): likewise.
10512         (SQL_GD_BOUND): likewise.
10513         (SQL_GET_BOOKMARK): likewise.
10514         (SQL_GROUP_BY): likewise.
10515         (SQL_INFO_DRIVER_START): likewise.
10516         (SQL_INFO_FIRST): likewise.
10517         (SQL_INFO_LAST): likewise.
10518         (SQL_INTERVAL_DAY): likewise.
10519         (SQL_INTERVAL_DAY_TO_HOUR): likewise.
10520         (SQL_INTERVAL_DAY_TO_MINUTE): likewise.
10521         (SQL_INTERVAL_DAY_TO_SECOND): likewise.
10522         (SQL_INTERVAL_HOUR): likewise.
10523         (SQL_INTERVAL_HOUR_TO_MINUTE): likewise.
10524         (SQL_INTERVAL_HOUR_TO_SECOND): likewise.
10525         (SQL_INTERVAL_MINUTE): likewise.
10526         (SQL_INTERVAL_MINUTE_TO_SECOND): likewise.
10527         (SQL_INTERVAL_MONTH): likewise.
10528         (SQL_INTERVAL_SECOND): likewise.
10529         (SQL_INTERVAL_YEAR): likewise.
10530         (SQL_INTERVAL_YEAR_TO_MONTH): likewise.
10531         (SQL_KEYSET_SIZE): likewise.
10532         (SQL_KEYSET_SIZE_DEFAULT): likewise.
10533         (SQL_KEYWORDS): likewise.
10534         (SQL_LCK_EXCLUSIVE): likewise.
10535         (SQL_LCK_NO_CHANGE): likewise.
10536         (SQL_LCK_UNLOCK): likewise.
10537         (SQL_LIKE_ESCAPE_CLAUSE): likewise.
10538         (SQL_LIKE_ONLY): likewise.
10539         (SQL_LOCK_TYPES): likewise.
10540         (SQL_LOGIN_TIMEOUT): likewise.
10541         (SQL_LOGIN_TIMEOUT_DEFAULT): likewise.
10542         (SQL_LONGVARBINARY): likewise.
10543         (SQL_LONGVARCHAR): likewise.
10544         (SQL_MAX_BINARY_LITERAL_LEN): likewise.
10545         (SQL_MAX_CHAR_LITERAL_LEN): likewise.
10546         (SQL_MAX_DSN_LENGTH): likewise.
10547         (SQL_MAX_LENGTH): likewise.
10548         (SQL_MAX_LENGTH_DEFAULT): likewise.
10549         (SQL_MAX_OPTION_STRING_LENGTH): likewise.
10550         (SQL_MAX_OWNER_NAME_LEN): likewise.
10551         (SQL_MAX_PROCEDURE_NAME_LEN): likewise.
10552         (SQL_MAX_QUALIFIER_NAME_LEN): likewise.
10553         (SQL_MAX_ROW_SIZE_INCLUDES_LONG): likewise.
10554         (SQL_MAX_ROWS): likewise.
10555         (SQL_MAX_ROWS_DEFAULT): likewise.
10556         (SQL_MODE_DEFAULT): likewise.
10557         (SQL_MODE_READ_ONLY): likewise.
10558         (SQL_MODE_READ_WRITE): likewise.
10559         (SQL_MULT_RESULT_SETS): likewise.
10560         (SQL_MULTIPLE_ACTIVE_TXN): likewise.
10561         (SQL_NC_END): likewise.
10562         (SQL_NC_START): likewise.
10563         (SQL_NEED_LONG_DATA_LEN): likewise.
10564         (SQL_NNC_NON_NULL): likewise.
10565         (SQL_NNC_NULL): likewise.
10566         (SQL_NO_TOTAL): likewise.
10567         (SQL_NON_NULLABLE_COLUMNS): likewise.
10568         (SQL_NOSCAN): likewise.
10569         (SQL_NOSCAN_DEFAULT): likewise.
10570         (SQL_NOSCAN_OFF): likewise.
10571         (SQL_NOSCAN_ON): likewise.
10572         (SQL_NUM_EXTENSIONS): likewise.
10573         (SQL_NUM_FUNCTIONS): likewise.
10574         (SQL_NUMERIC_FUNCTIONS): likewise.
10575         (SQL_OAC_LEVEL1): likewise.
10576         (SQL_OAC_LEVEL2): likewise.
10577         (SQL_OAC_NONE): likewise.
10578         (SQL_ODBC_API_CONFORMANCE): likewise.
10579         (SQL_ODBC_CURSORS): likewise.
10580         (SQL_ODBC_KEYWORDS): likewise.
10581         (SQL_ODBC_SAG_CLI_CONFORMANCE): likewise.
10582         (SQL_ODBC_SQL_CONFORMANCE): likewise.
10583         (SQL_ODBC_SQL_OPT_IEF): likewise.
10584         (SQL_ODBC_VER): likewise.
10585         (SQL_OPT_TRACE): likewise.
10586         (SQL_OPT_TRACE_DEFAULT): likewise.
10587         (SQL_OPT_TRACE_FILE_DEFAULT): likewise.
10588         (SQL_OPT_TRACE_OFF): likewise.
10589         (SQL_OPT_TRACE_ON): likewise.
10590         (SQL_OPT_TRACEFILE): likewise.
10591         (SQL_OSC_CORE): likewise.
10592         (SQL_OSC_EXTENDED): likewise.
10593         (SQL_OSC_MINIMUM): likewise.
10594         (SQL_OSCC_COMPLIANT): likewise.
10595         (SQL_OSCC_NOT_COMPLIANT): likewise.
10596         (SQL_OU_DML_STATEMENTS): likewise.
10597         (SQL_OU_INDEX_DEFINITION): likewise.
10598         (SQL_OU_PRIVILEGE_DEFINITION): likewise.
10599         (SQL_OU_PROCEDURE_INVOCATION): likewise.
10600         (SQL_OU_TABLE_DEFINITION): likewise.
10601         (SQL_OUTER_JOINS): likewise.
10602         (SQL_OWNER_TERM): likewise.
10603         (SQL_OWNER_USAGE): likewise.
10604         (SQL_PACKET_SIZE): likewise.
10605         (SQL_PC_NOT_PSEUDO): likewise.
10606         (SQL_POS_add): likewise.
10607         (SQL_POS_DELETE): likewise.
10608         (SQL_POS_OPERATIONS): likewise.
10609         (SQL_POS_POSITION): likewise.
10610         (SQL_POS_REFRESH): likewise.
10611         (SQL_POS_UPDATE): likewise.
10612         (SQL_POSITIONED_STATEMENTS): likewise.
10613         (SQL_PROCEDURE_TERM): likewise.
10614         (SQL_PROCEDURES): likewise.
10615         (SQL_PS_POSITIONED_DELETE): likewise.
10616         (SQL_PS_POSITIONED_UPDATE): likewise.
10617         (SQL_PS_SELECT_FOR_UPDATE): likewise.
10618         (SQL_QL_END): likewise.
10619         (SQL_QL_START): likewise.
10620         (SQL_QU_DML_STATEMENTS): likewise.
10621         (SQL_QU_INDEX_DEFINITION): likewise.
10622         (SQL_QU_PRIVILEGE_DEFINITION): likewise.
10623         (SQL_QU_PROCEDURE_INVOCATION): likewise.
10624         (SQL_QU_TABLE_DEFINITION): likewise.
10625         (SQL_QUALIFIER_LOCATION): likewise.
10626         (SQL_QUALIFIER_NAME_SEPARATOR): likewise.
10627         (SQL_QUALIFIER_TERM): likewise.
10628         (SQL_QUALIFIER_USAGE): likewise.
10629         (SQL_QUERY_TIMEOUT): likewise.
10630         (SQL_QUERY_TIMEOUT_DEFAULT): likewise.
10631         (SQL_QUICK): likewise.
10632         (SQL_QUIET_MODE): likewise.
10633         (SQL_QUOTED_IDENTIFIER_CASE): likewise.
10634         (SQL_RD_DEFAULT): likewise.
10635         (SQL_RD_OFF): likewise.
10636         (SQL_RD_ON): likewise.
10637         (SQL_RETRIEVE_DATA): likewise.
10638         (SQL_ROW_NUMBER): likewise.
10639         (SQL_ROW_UPDATES): likewise.
10640         (SQL_ROWSET_SIZE): likewise.
10641         (SQL_ROWSET_SIZE_DEFAULT): likewise.
10642         (SQL_ROWVER): likewise.
10643         (SQL_SC_NON_UNIQUE): likewise.
10644         (SQL_SC_TRY_UNIQUE): likewise.
10645         (SQL_SC_UNIQUE): likewise.
10646         (SQL_SCCO_OPT_TIMESTAMP): likewise.
10647         (SQL_SCROLL_DYNAMIC): likewise.
10648         (SQL_SCROLL_FORWARD_ONLY): likewise.
10649         (SQL_SCROLL_KEYSET_DRIVEN): likewise.
10650         (SQL_SCROLL_OPTIONS): likewise.
10651         (SQL_SCROLL_STATIC): likewise.
10652         (SQL_SEARCHABLE): likewise.
10653         (SQL_SIGNED_OFFSET): likewise.
10654         (SQL_SIMULATE_CURSOR): likewise.
10655         (SQL_SO_DYNAMIC): likewise.
10656         (SQL_SO_FORWARD_ONLY): likewise.
10657         (SQL_SO_KEYSET_DRIVEN): likewise.
10658         (SQL_SO_MIXED): likewise.
10659         (SQL_SO_STATIC): likewise.
10660         (SQL_SPEC_MAJOR): likewise.
10661         (SQL_SPEC_MINOR): likewise.
10662         (SQL_SPEC_STRING): likewise.
10663         (SQL_SQ_COMPARISON): likewise.
10664         (SQL_SQ_CORRELATED_SUBQUERIES): likewise.
10665         (SQL_SQ_EXISTS): likewise.
10666         (SQL_SQ_IN): likewise.
10667         (SQL_SQ_QUANTIFIED): likewise.
10668         (SQL_SQLSTATE_SIZE): likewise.
10669         (SQL_SS_addITIONS): likewise.
10670         (SQL_SS_DELETIONS): likewise.
10671         (SQL_SS_UPDATES): likewise.
10672         (SQL_STATIC_SENSITIVITY): likewise.
10673         (SQL_STMT_OPT_MAX): likewise.
10674         (SQL_STMT_OPT_MIN): likewise.
10675         (SQL_STRING_FUNCTIONS): likewise.
10676         (SQL_SUBQUERIES): likewise.
10677         (SQL_SYSTEM_FUNCTIONS): likewise.
10678         (SQL_TABLE_STAT): likewise.
10679         (SQL_TABLE_TERM): likewise.
10680         (SQL_TIME): likewise.
10681         (SQL_TIMEDATE_add_INTERVALS): likewise.
10682         (SQL_TIMEDATE_DIFF_INTERVALS): likewise.
10683         (SQL_TIMEDATE_FUNCTIONS): likewise.
10684         (SQL_TIMESTAMP): likewise.
10685         (SQL_TINYINT): likewise.
10686         (SQL_TRANSLATE_DLL): likewise.
10687         (SQL_TRANSLATE_OPTION): likewise.
10688         (SQL_TXN_ISOLATION): likewise.
10689         (SQL_TXN_VERSIONING): likewise.
10690         (SQL_TYPE_DRIVER_END): likewise.
10691         (SQL_TYPE_DRIVER_START): likewise.
10692         (SQL_TYPE_MAX): likewise.
10693         (SQL_TYPE_MIN): likewise.
10694         (SQL_TYPE_NULL): likewise.
10695         (SQL_U_UNION): likewise.
10696         (SQL_U_UNION_ALL): likewise.
10697         (SQL_UB_DEFAULT): likewise.
10698         (SQL_UB_OFF): likewise.
10699         (SQL_UB_ON): likewise.
10700         (SQL_UNICODE): likewise.
10701         (SQL_UNICODE_CHAR): likewise.
10702         (SQL_UNICODE_LONGVARCHAR): likewise.
10703         (SQL_UNICODE_VARCHAR): likewise.
10704         (SQL_UNION): likewise.
10705         (SQL_UNSEARCHABLE): likewise.
10706         (SQL_UNSIGNED_OFFSET): likewise.
10707         (SQL_USE_BOOKMARKS): likewise.
10708         (SQL_VARBINARY): likewise.
10709         (SQL_TRUE): add define for ODBC3.x.
10710         (SQL_FALSE): likewise.
10711         (SQL_AM_CONNECTION): likewise.
10712         (SQL_AM_NONE): likewise.
10713         (SQL_AM_STATEMENT): likewise.
10714         (SQL_API_SQLALLOCHANDLE): likewise.
10715         (SQL_API_SQLBINDPARAM): likewise.
10716         (SQL_API_SQLCLOSECURSOR): likewise.
10717         (SQL_API_SQLCOLATTRIBUTE): likewise.
10718         (SQL_API_SQLCOPYDESC): likewise.
10719         (SQL_API_SQLENDTRAN): likewise.
10720         (SQL_API_SQLFETCHSCROLL): likewise.
10721         (SQL_API_SQLFREEHANDLE): likewise.
10722         (SQL_API_SQLGETCONNECTATTR): likewise.
10723         (SQL_API_SQLGETDESCFIELD): likewise.
10724         (SQL_API_SQLGETDESCREC): likewise.
10725         (SQL_API_SQLGETDIAGFIELD): likewise.
10726         (SQL_API_SQLGETDIAGREC): likewise.
10727         (SQL_API_SQLGETENVATTR): likewise.
10728         (SQL_API_SQLGETSTMTATTR): likewise.
10729         (SQL_API_SQLSETCONNECTATTR): likewise.
10730         (SQL_API_SQLSETDESCFIELD): likewise.
10731         (SQL_API_SQLSETDESCREC): likewise.
10732         (SQL_API_SQLSETENVATTR): likewise.
10733         (SQL_API_SQLSETSTMTATTR): likewise.
10734         (SQL_ARD_TYPE): likewise.
10735         (SQL_AT_add_CONSTRAINT): likewise.
10736         (SQL_ATTR_APP_PARAM_DESC): likewise.
10737         (SQL_ATTR_APP_ROW_DESC): likewise.
10738         (SQL_ATTR_AUTO_IPD): likewise.
10739         (SQL_ATTR_CURSOR_SCROLLABLE): likewise.
10740         (SQL_ATTR_CURSOR_SENSITIVITY): likewise.
10741         (SQL_ATTR_IMP_PARAM_DESC): likewise.
10742         (SQL_ATTR_IMP_ROW_DESC): likewise.
10743         (SQL_ATTR_METADATA_ID): likewise.
10744         (SQL_ATTR_OUTPUT_NTS): likewise.
10745         (SQL_CATALOG_NAME): likewise.
10746         (SQL_CODE_DATE): likewise.
10747         (SQL_CODE_TIME): likewise.
10748         (SQL_CODE_TIMESTAMP): likewise.
10749         (SQL_COLLATION_SEQ): likewise.
10750         (SQL_CURSOR_SENSITIVITY): likewise.
10751         (SQL_DATE_LEN): likewise.
10752         (SQL_DATETIME): likewise.
10753         (SQL_DEFAULT): likewise.
10754         (SQL_DESC_ALLOC_AUTO): likewise.
10755         (SQL_DESC_ALLOC_TYPE): likewise.
10756         (SQL_DESC_ALLOC_USER): likewise.
10757         (SQL_DESC_COUNT): likewise.
10758         (SQL_DESC_DATA_PTR): likewise.
10759         (SQL_DESC_DATETIME_INTERVAL_CODE): likewise.
10760         (SQL_DESC_INDICATOR_PTR): likewise.
10761         (SQL_DESC_LENGTH): likewise.
10762         (SQL_DESC_NAME): likewise.
10763         (SQL_DESC_NULLABLE): likewise.
10764         (SQL_DESC_OCTET_LENGTH): likewise.
10765         (SQL_DESC_OCTET_LENGTH_PTR): likewise.
10766         (SQL_DESC_PRECISION): likewise.
10767         (SQL_DESC_SCALE): likewise.
10768         (SQL_DESC_TYPE): likewise.
10769         (SQL_DESC_UNNAMED): likewise.
10770         (SQL_DESCRIBE_PARAMETER): likewise.
10771         (SQL_DIAG_ALTER_DOMAIN): likewise.
10772         (SQL_DIAG_ALTER_TABLE): likewise.
10773         (SQL_DIAG_CALL): likewise.
10774         (SQL_DIAG_CLASS_ORIGIN): likewise.
10775         (SQL_DIAG_CONNECTION_NAME): likewise.
10776         (SQL_DIAG_CREATE_ASSERTION): likewise.
10777         (SQL_DIAG_CREATE_CHARACTER_SET): likewise.
10778         (SQL_DIAG_CREATE_COLLATION): likewise.
10779         (SQL_DIAG_CREATE_DOMAIN): likewise.
10780         (SQL_DIAG_CREATE_INDEX): likewise.
10781         (SQL_DIAG_CREATE_SCHEMA): likewise.
10782         (SQL_DIAG_CREATE_TABLE): likewise.
10783         (SQL_DIAG_CREATE_TRANSLATION): likewise.
10784         (SQL_DIAG_CREATE_VIEW): likewise.
10785         (SQL_DIAG_DELETE_WHERE): likewise.
10786         (SQL_DIAG_DROP_ASSERTION): likewise.
10787         (SQL_DIAG_DROP_CHARACTER_SET): likewise.
10788         (SQL_DIAG_DROP_COLLATION): likewise.
10789         (SQL_DIAG_DROP_DOMAIN): likewise.
10790         (SQL_DIAG_DROP_INDEX): likewise.
10791         (SQL_DIAG_DROP_SCHEMA): likewise.
10792         (SQL_DIAG_DROP_TABLE): likewise.
10793         (SQL_DIAG_DROP_TRANSLATION): likewise.
10794         (SQL_DIAG_DROP_VIEW): likewise.
10795         (SQL_DIAG_DYNAMIC_DELETE_CURSOR): likewise.
10796         (SQL_DIAG_DYNAMIC_FUNCTION): likewise.
10797         (SQL_DIAG_DYNAMIC_FUNCTION_CODE): likewise.
10798         (SQL_DIAG_DYNAMIC_UPDATE_CURSOR): likewise.
10799         (SQL_DIAG_GRANT): likewise.
10800         (SQL_DIAG_INSERT): likewise.
10801         (SQL_DIAG_MESSAGE_TEXT): likewise.
10802         (SQL_DIAG_NATIVE): likewise.
10803         (SQL_DIAG_NUMBER): likewise.
10804         (SQL_DIAG_RETURNCODE): likewise.
10805         (SQL_DIAG_REVOKE): likewise.
10806         (SQL_DIAG_ROW_COUNT): likewise.
10807         (SQL_DIAG_SELECT_CURSOR): likewise.
10808         (SQL_DIAG_SERVER_NAME): likewise.
10809         (SQL_DIAG_SQLSTATE): likewise.
10810         (SQL_DIAG_SUBCLASS_ORIGIN): likewise.
10811         (SQL_DIAG_UNKNOWN_STATEMENT): likewise.
10812         (SQL_DIAG_UPDATE_WHERE): likewise.
10813         (SQL_FALSE): likewise.
10814         (SQL_FETCH_ABSOLUTE): likewise.
10815         (SQL_FETCH_LAST): likewise.
10816         (SQL_FETCH_PRIOR): likewise.
10817         (SQL_FETCH_RELATIVE): likewise.
10818         (SQL_HANDLE_DBC): likewise.
10819         (SQL_HANDLE_DESC): likewise.
10820         (SQL_HANDLE_ENV): likewise.
10821         (SQL_HANDLE_STMT): likewise.
10822         (SQL_INSENSITIVE): likewise.
10823         (SQL_INTEGRITY): likewise.
10824         (SQL_MAX_CATALOG_NAME_LEN): likewise.
10825         (SQL_MAX_CONCURRENT_ACTIVITIES): likewise.
10826         (SQL_MAX_DRIVER_CONNECTIONS): likewise.
10827         (SQL_MAX_IDENTIFIER_LEN): likewise.
10828         (SQL_MAX_SCHEMA_NAME_LEN): likewise.
10829         (SQL_MAXIMUM_CATALOG_NAME_LENGTH): likewise.
10830         (SQL_MAXIMUM_COLUMN_NAME_LENGTH): likewise.
10831         (SQL_MAXIMUM_COLUMNS_IN_GROUP_BY): likewise.
10832         (SQL_MAXIMUM_COLUMNS_IN_INDEX): likewise.
10833         (SQL_MAXIMUM_COLUMNS_IN_ORDER_BY): likewise.
10834         (SQL_MAXIMUM_COLUMNS_IN_SELECT): likewise.
10835         (SQL_MAXIMUM_CONCURRENT_ACTIVITIES): likewise.
10836         (SQL_MAXIMUM_CURSOR_NAME_LENGTH): likewise.
10837         (SQL_MAXIMUM_DRIVER_CONNECTIONS): likewise.
10838         (SQL_MAXIMUM_IDENTIFIER_LENGTH): likewise.
10839         (SQL_MAXIMUM_INDEX_SIZE): likewise.
10840         (SQL_MAXIMUM_ROW_SIZE): likewise.
10841         (SQL_MAXIMUM_SCHEMA_NAME_LENGTH): likewise.
10842         (SQL_MAXIMUM_STATEMENT_LENGTH): likewise.
10843         (SQL_MAXIMUM_TABLES_IN_SELECT): likewise.
10844         (SQL_MAXIMUM_USER_NAME_LENGTH): likewise.
10845         (SQL_NAMED): likewise.
10846         (SQL_NONSCROLLABLE): likewise.
10847         (SQL_NTSL): likewise.
10848         (SQL_NULL_HANDLE): likewise.
10849         (SQL_NULL_HDESC): likewise.
10850         (SQL_OUTER_JOIN_CAPABILITIES): likewise.
10851         (SQL_PRED_BASIC): likewise.
10852         (SQL_PRED_CHAR): likewise.
10853         (SQL_PRED_NONE): likewise.
10854         (SQL_ROW_IDENTIFIER): likewise.
10855         (SQL_SCROLLABLE): likewise.
10856         (SQL_SENSITIVE): likewise.
10857         (SQL_SUCCEEDED(rc)): likewise.
10858         (SQL_TIME_LEN): likewise.
10859         (SQL_TIMESTAMP_LEN): likewise.
10860         (SQL_TRANSACTION_CAPABLE): likewise.
10861         (SQL_TRANSACTION_ISOLATION_OPTION): likewise.
10862         (SQL_TRANSACTION_READ_COMMITTED): likewise.
10863         (SQL_TRANSACTION_READ_UNCOMMITTED): likewise.
10864         (SQL_TRANSACTION_REPEATABLE_READ): likewise.
10865         (SQL_TRANSACTION_SERIALIZABLE): likewise.
10866         (SQL_TYPE_DATE): likewise.
10867         (SQL_TYPE_TIME): likewise.
10868         (SQL_TYPE_TIMESTAMP): likewise.
10869         (SQL_UNKNOWN_TYPE): likewise.
10870         (SQL_UNNAMED): likewise.
10871         (SQL_UNSPECIFIED): likewise.
10872         (SQL_XOPEN_CLI_YEAR): likewise.
10873         (SQLAllocConnect): add comment marking as deperecated.
10874         (SQLAllocEnv): likewise.
10875         (SQLAllocStmt): likewise.
10876         (SQLFreeConnect): likewise.
10877         (SQLFreeEnv): likewise.
10878         (SQLGetConnectOption): likewise.
10879         (SQLGetStmtOption): likewise.
10880
10881         * include/sqlext.h (#include <sqlucode.h>): add directive.
10882         (SQLSetScrollOptions): non-core function, move prototype from sql.h.
10883         (SQLColAttributes): likewise.
10884         (SQLBulkOperations): add function prototype.
10885         (SQLAllocHandleStd): likewise
10886         (TraceReturn): add Trace API prototype.
10887         (TraceVersion): likewise.
10888         (ODBCGetTryWaitValue):likewise.
10889         (ODBCSetTryWaitValue): likewise.
10890         (SQL_LOCK_RECORD): correct function macro.
10891         (SQL_REFRESH_RECORD): likewise.
10892         (SQLINTENGER and SQLUINTEGER): replace with SQLLEN and SQLULEN for
10893         _WIN64 compatability.
10894         move defines for non-core functions from sql.h to sqlext.h (refer
10895         changes for sql.h)
10896         (SQL_ACTIVE_ENVIRONMENTS): new ODBC3.x define
10897         (SQL_AD_ADD_CONSTRAINT_DEFERRABLE): likewise.
10898         (SQL_AD_ADD_CONSTRAINT_INITIALLY_DEFERRED): likewise.
10899         (SQL_AD_ADD_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
10900         (SQL_AD_ADD_CONSTRAINT_NON_DEFERRABLE): likewise.
10901         (SQL_AD_ADD_DOMAIN_CONSTRAINT): likewise.
10902         (SQL_AD_ADD_DOMAIN_DEFAULT): likewise.
10903         (SQL_AD_CONSTRAINT_NAME_DEFINITION): likewise.
10904         (SQL_AD_DROP_DOMAIN_CONSTRAINT): likewise.
10905         (SQL_AD_DROP_DOMAIN_DEFAULT): likewise.
10906         (SQL_AF_ALL): likewise.
10907         (SQL_AF_AVG): likewise.
10908         (SQL_AF_COUNT): likewise.
10909         (SQL_AF_DISTINCT): likewise.
10910         (SQL_AF_MAX): likewise.
10911         (SQL_AF_MIN): likewise.
10912         (SQL_AF_SUM): likewise.
10913         (SQL_AGGREGATE_FUNCTIONS): likewise.
10914         (SQL_ALL_CATALOGS): likewise.
10915         (SQL_ALL_SCHEMAS): likewise.
10916         (SQL_ALL_TABLE_TYPES): likewise.
10917         (SQL_ALTER_DOMAIN): likewise.
10918         (SQL_AM_CONNECTION): likewise.
10919         (SQL_AM_NONE): likewise.
10920         (SQL_AM_STATEMENT): likewise.
10921         (SQL_API_ODBC3_ALL_FUNCTIONS): likewise.
10922         (SQL_API_ODBC3_ALL_FUNCTIONS_SIZE): likewise.
10923         (SQL_API_SQLALLOCHANDLESTD): likewise.
10924         (SQL_API_SQLBULKOPERATIONS): likewise.
10925         (SQL_ASYNC_MODE): likewise.
10926         (SQL_AT_ADD_COLUMN_COLLATION): likewise.
10927         (SQL_AT_ADD_COLUMN_DEFAULT): likewise.
10928         (SQL_AT_ADD_COLUMN_SINGLE): likewise.
10929         (SQL_AT_ADD_TABLE_CONSTRAINT): likewise.
10930         (SQL_AT_CONSTRAINT_DEFERRABLE): likewise.
10931         (SQL_AT_CONSTRAINT_INITIALLY_DEFERRED): likewise.
10932         (SQL_AT_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
10933         (SQL_AT_CONSTRAINT_NAME_DEFINITION): likewise.
10934         (SQL_AT_CONSTRAINT_NON_DEFERRABLE): likewise.
10935         (SQL_AT_DROP_COLUMN_CASCADE): likewise.
10936         (SQL_AT_DROP_COLUMN_DEFAULT): likewise.
10937         (SQL_AT_DROP_COLUMN_RESTRICT): likewise.
10938         (SQL_AT_DROP_TABLE_CONSTRAINT_CASCADE): likewise.
10939         (SQL_AT_DROP_TABLE_CONSTRAINT_RESTRICT): likewise.
10940         (SQL_AT_SET_COLUMN_DEFAULT): likewise.
10941         (SQL_ATTR_ACCESS_MODE): likewise.
10942         (SQL_ATTR_ASYNC_ENABLE): likewise.
10943         (SQL_ATTR_AUTOCOMMIT): likewise.
10944         (SQL_ATTR_CONCURRENCY): likewise.
10945         (SQL_ATTR_CONNECTION_POOLING): likewise.
10946         (SQL_ATTR_CONNECTION_TIMEOUT): likewise.
10947         (SQL_ATTR_CP_MATCH): likewise.
10948         (SQL_ATTR_CURRENT_CATALOG): likewise.
10949         (SQL_ATTR_CURSOR_TYPE): likewise.
10950         (SQL_ATTR_DISCONNECT_BEHAVIOR): likewise.
10951         (SQL_ATTR_ENABLE_AUTO_IPD): likewise.
10952         (SQL_ATTR_ENLIST_IN_DTC): likewise.
10953         (SQL_ATTR_ENLIST_IN_XA): likewise.
10954         (SQL_ATTR_FETCH_BOOKMARK_PTR): likewise.
10955         (SQL_ATTR_KEYSET_SIZE): likewise.
10956         (SQL_ATTR_LOGIN_TIMEOUT): likewise.
10957         (SQL_ATTR_MAX_LENGTH): likewise.
10958         (SQL_ATTR_MAX_ROWS): likewise.
10959         (SQL_ATTR_NOSCAN): likewise.
10960         (SQL_ATTR_ODBC_CURSORS): likewise.
10961         (SQL_ATTR_ODBC_VERSION): likewise.
10962         (SQL_ATTR_PACKET_SIZE): likewise.
10963         (SQL_ATTR_PARAM_BIND_OFFSET_PTR): likewise.
10964         (SQL_ATTR_PARAM_BIND_TYPE): likewise.
10965         (SQL_ATTR_PARAM_OPERATION_PTR): likewise.
10966         (SQL_ATTR_PARAM_STATUS_PTR): likewise.
10967         (SQL_ATTR_PARAMS_PROCESSED_PTR): likewise.
10968         (SQL_ATTR_PARAMSET_SIZE): likewise.
10969         (SQL_ATTR_QUERY_TIMEOUT): likewise.
10970         (SQL_ATTR_QUIET_MODE): likewise.
10971         (SQL_ATTR_RETRIEVE_DATA): likewise.
10972         (SQL_ATTR_ROW_ARRAY_SIZE): likewise.
10973         (SQL_ATTR_ROW_BIND_OFFSET_PTR): likewise.
10974         (SQL_ATTR_ROW_BIND_TYPE): likewise.
10975         (SQL_ATTR_ROW_NUMBER): likewise.
10976         (SQL_ATTR_ROW_OPERATION_PTR): likewise.
10977         (SQL_ATTR_ROW_STATUS_PTR): likewise.
10978         (SQL_ATTR_ROWS_FETCHED_PTR): likewise.
10979         (SQL_ATTR_SIMULATE_CURSOR): likewise.
10980         (SQL_ATTR_TRACE): likewise.
10981         (SQL_ATTR_TRACEFILE): likewise.
10982         (SQL_ATTR_TRANSLATE_LIB): likewise.
10983         (SQL_ATTR_TRANSLATE_OPTION): likewise.
10984         (SQL_ATTR_TXN_ISOLATION): likewise.
10985         (SQL_ATTR_USE_BOOKMARKS): likewise.
10986         (SQL_BATCH_ROW_COUNT): likewise.
10987         (SQL_BATCH_SUPPORT): likewise.
10988         (SQL_BRC_EXPLICIT): likewise.
10989         (SQL_BRC_PROCEDURES): likewise.
10990         (SQL_BRC_ROLLED_UP): likewise.
10991         (SQL_BS_ROW_COUNT_EXPLICIT): likewise.
10992         (SQL_BS_ROW_COUNT_PROC): likewise.
10993         (SQL_BS_SELECT_EXPLICIT): likewise.
10994         (SQL_BS_SELECT_PROC): likewise.
10995         (SQL_C_INTERVAL_DAY): likewise.
10996         (SQL_C_INTERVAL_DAY_TO_HOUR): likewise.
10997         (SQL_C_INTERVAL_DAY_TO_MINUTE): likewise.
10998         (SQL_C_INTERVAL_DAY_TO_SECOND): likewise.
10999         (SQL_C_INTERVAL_HOUR): likewise.
11000         (SQL_C_INTERVAL_HOUR_TO_MINUTE): likewise.
11001         (SQL_C_INTERVAL_HOUR_TO_SECOND): likewise.
11002         (SQL_C_INTERVAL_MINUTE): likewise.
11003         (SQL_C_INTERVAL_MINUTE_TO_SECOND): likewise.
11004         (SQL_C_INTERVAL_MONTH): likewise.
11005         (SQL_C_INTERVAL_SECOND): likewise.
11006         (SQL_C_INTERVAL_YEAR): likewise.
11007         (SQL_C_INTERVAL_YEAR_TO_MONTH): likewise.
11008         (SQL_C_NUMERIC): likewise.
11009         (SQL_C_SBIGINT): likewise.
11010         (SQL_C_TYPE_DATE): likewise.
11011         (SQL_C_TYPE_TIME): likewise.
11012         (SQL_C_TYPE_TIMESTAMP): likewise.
11013         (SQL_C_UBIGINT): likewise.
11014         (SQL_C_VARBOOKMARK): likewise.
11015         (SQL_CA_CONSTRAINT_DEFERRABLE): likewise.
11016         (SQL_CA_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11017         (SQL_CA_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11018         (SQL_CA_CONSTRAINT_NON_DEFERRABLE): likewise.
11019         (SQL_CA_CREATE_ASSERTION): likewise.
11020         (SQL_CA1_ABSOLUTE): likewise.
11021         (SQL_CA1_BOOKMARK): likewise.
11022         (SQL_CA1_BULK_ADD): likewise.
11023         (SQL_CA1_BULK_DELETE_BY_BOOKMARK): likewise.
11024         (SQL_CA1_BULK_FETCH_BY_BOOKMARK): likewise.
11025         (SQL_CA1_BULK_UPDATE_BY_BOOKMARK): likewise.
11026         (SQL_CA1_LOCK_EXCLUSIVE): likewise.
11027         (SQL_CA1_LOCK_NO_CHANGE): likewise.
11028         (SQL_CA1_LOCK_UNLOCK): likewise.
11029         (SQL_CA1_NEXT): likewise.
11030         (SQL_CA1_POS_DELETE): likewise.
11031         (SQL_CA1_POS_POSITION): likewise.
11032         (SQL_CA1_POS_REFRESH): likewise.
11033         (SQL_CA1_POS_UPDATE): likewise.
11034         (SQL_CA1_POSITIONED_DELETE): likewise.
11035         (SQL_CA1_POSITIONED_UPDATE): likewise.
11036         (SQL_CA1_RELATIVE): likewise.
11037         (SQL_CA1_SELECT_FOR_UPDATE): likewise.
11038         (SQL_CA2_CRC_APPROXIMATE): likewise.
11039         (SQL_CA2_CRC_EXACT): likewise.
11040         (SQL_CA2_LOCK_CONCURRENCY): likewise.
11041         (SQL_CA2_MAX_ROWS_AFFECTS_ALL): likewise.
11042         (SQL_CA2_MAX_ROWS_CATALOG): likewise.
11043         (SQL_CA2_MAX_ROWS_DELETE): likewise.
11044         (SQL_CA2_MAX_ROWS_INSERT): likewise.
11045         (SQL_CA2_MAX_ROWS_SELECT): likewise.
11046         (SQL_CA2_MAX_ROWS_UPDATE): likewise.
11047         (SQL_CA2_OPT_ROWVER_CONCURRENCY): likewise.
11048         (SQL_CA2_OPT_VALUES_CONCURRENCY): likewise.
11049         (SQL_CA2_READ_ONLY_CONCURRENCY): likewise.
11050         (SQL_CA2_SENSITIVITY_ADDITIONS): likewise.
11051         (SQL_CA2_SENSITIVITY_DELETIONS): likewise.
11052         (SQL_CA2_SENSITIVITY_UPDATES): likewise.
11053         (SQL_CA2_SIMULATE_NON_UNIQUE): likewise.
11054         (SQL_CA2_SIMULATE_TRY_UNIQUE): likewise.
11055         (SQL_CA2_SIMULATE_UNIQUE): likewise.
11056         (SQL_CATALOG_LOCATION): likewise.
11057         (SQL_CATALOG_NAME_SEPARATOR): likewise.
11058         (SQL_CATALOG_TERM): likewise.
11059         (SQL_CATALOG_USAGE): likewise.
11060         (SQL_CCOL_CREATE_COLLATION): likewise.
11061         (SQL_CCS_COLLATE_CLAUSE): likewise.
11062         (SQL_CCS_CREATE_CHARACTER_SET): likewise.
11063         (SQL_CCS_LIMITED_COLLATION): likewise.
11064         (SQL_CDO_COLLATION): likewise.
11065         (SQL_CDO_CONSTRAINT): likewise.
11066         (SQL_CDO_CONSTRAINT_DEFERRABLE): likewise.
11067         (SQL_CDO_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11068         (SQL_CDO_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11069         (SQL_CDO_CONSTRAINT_NAME_DEFINITION): likewise.
11070         (SQL_CDO_CONSTRAINT_NON_DEFERRABLE): likewise.
11071         (SQL_CDO_CREATE_DOMAIN): likewise.
11072         (SQL_CDO_DEFAULT): likewise.
11073         (SQL_CL_END): likewise.
11074         (SQL_CL_START): likewise.
11075         (SQL_COL_PRED_BASIC): likewise.
11076         (SQL_COL_PRED_CHAR): likewise.
11077         (SQL_COLUMN_DRIVER_START): likewise.
11078         (SQL_COLUMN_IGNORE): likewise.
11079         (SQL_COLUMN_NUMBER_UNKNOWN): likewise.
11080         (SQL_CONVERT_GUID): likewise.
11081         (SQL_CONVERT_INTERVAL_DAY_TIME): likewise.
11082         (SQL_CONVERT_INTERVAL_YEAR_MONTH): likewise.
11083         (SQL_CONVERT_WCHAR): likewise.
11084         (SQL_CONVERT_WLONGVARCHAR): likewise.
11085         (SQL_CONVERT_WVARCHAR): likewise.
11086         (SQL_CP_DEFAULT): likewise.
11087         (SQL_CP_MATCH_DEFAULT): likewise.
11088         (SQL_CP_OFF): likewise.
11089         (SQL_CP_ONE_PER_DRIVER): likewise.
11090         (SQL_CP_ONE_PER_HENV): likewise.
11091         (SQL_CP_RELAXED_MATCH): likewise.
11092         (SQL_CP_STRICT_MATCH): likewise.
11093         (SQL_CREATE_ASSERTION): likewise.
11094         (SQL_CREATE_CHARACTER_SET): likewise.
11095         (SQL_CREATE_COLLATION): likewise.
11096         (SQL_CREATE_DOMAIN): likewise.
11097         (SQL_CREATE_SCHEMA): likewise.
11098         (SQL_CREATE_TABLE): likewise.
11099         (SQL_CREATE_TRANSLATION): likewise.
11100         (SQL_CREATE_VIEW): likewise.
11101         (SQL_CS_AUTHORIZATION): likewise.
11102         (SQL_CS_CREATE_SCHEMA): likewise.
11103         (SQL_CS_DEFAULT_CHARACTER_SET): likewise.
11104         (SQL_CT_COLUMN_COLLATION): likewise.
11105         (SQL_CT_COLUMN_CONSTRAINT): likewise.
11106         (SQL_CT_COLUMN_DEFAULT): likewise.
11107         (SQL_CT_COMMIT_DELETE): likewise.
11108         (SQL_CT_COMMIT_PRESERVE): likewise.
11109         (SQL_CT_CONSTRAINT_DEFERRABLE): likewise.
11110         (SQL_CT_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11111         (SQL_CT_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11112         (SQL_CT_CONSTRAINT_NAME_DEFINITION): likewise.
11113         (SQL_CT_CONSTRAINT_NON_DEFERRABLE): likewise.
11114         (SQL_CT_CREATE_TABLE): likewise.
11115         (SQL_CT_GLOBAL_TEMPORARY): likewise.
11116         (SQL_CT_LOCAL_TEMPORARY): likewise.
11117         (SQL_CT_TABLE_CONSTRAINT): likewise.
11118         (SQL_CTR_CREATE_TRANSLATION): likewise.
11119         (SQL_CU_DML_STATEMENTS): likewise.
11120         (SQL_CU_INDEX_DEFINITION): likewise.
11121         (SQL_CU_PRIVILEGE_DEFINITION): likewise.
11122         (SQL_CU_PROCEDURE_INVOCATION): likewise.
11123         (SQL_CU_TABLE_DEFINITION): likewise.
11124         (SQL_CVT_GUID): likewise.
11125         (SQL_CVT_INTERVAL_DAY_TIME): likewise.
11126         (SQL_CVT_INTERVAL_YEAR_MONTH): likewise.
11127         (SQL_CVT_WCHAR): likewise.
11128         (SQL_CVT_WLONGVARCHAR): likewise.
11129         (SQL_CVT_WVARCHAR): likewise.
11130         (SQL_DA_DROP_ASSERTION): likewise.
11131         (SQL_DATETIME_LITERALS): likewise.
11132         (SQL_DB_DEFAULT): likewise.
11133         (SQL_DB_DISCONNECT): likewise.
11134         (SQL_DB_RETURN_TO_POOL): likewise.
11135         (SQL_DC_DROP_COLLATION): likewise.
11136         (SQL_DCS_DROP_CHARACTER_SET): likewise.
11137         (SQL_DD_CASCADE): likewise.
11138         (SQL_DD_DROP_DOMAIN): likewise.
11139         (SQL_DD_RESTRICT): likewise.
11140         (SQL_DDL_INDEX): likewise.
11141         (SQL_DELETE_BY_BOOKMARK): likewise.
11142         (SQL_DESC_ARRAY_SIZE): likewise.
11143         (SQL_DESC_ARRAY_STATUS_PTR): likewise.
11144         (SQL_DESC_AUTO_UNIQUE_VALUE): likewise.
11145         (SQL_DESC_BASE_COLUMN_NAME): likewise.
11146         (SQL_DESC_BASE_TABLE_NAME): likewise.
11147         (SQL_DESC_BIND_OFFSET_PTR): likewise.
11148         (SQL_DESC_BIND_TYPE): likewise.
11149         (SQL_DESC_CASE_SENSITIVE): likewise.
11150         (SQL_DESC_CATALOG_NAME): likewise.
11151         (SQL_DESC_CONCISE_TYPE): likewise.
11152         (SQL_DESC_DATETIME_INTERVAL_PRECISION): likewise.
11153         (SQL_DESC_DISPLAY_SIZE): likewise.
11154         (SQL_DESC_FIXED_PREC_SCALE): likewise.
11155         (SQL_DESC_LABEL): likewise.
11156         (SQL_DESC_LITERAL_PREFIX): likewise.
11157         (SQL_DESC_LITERAL_SUFFIX): likewise.
11158         (SQL_DESC_LOCAL_TYPE_NAME): likewise.
11159         (SQL_DESC_MAXIMUM_SCALE): likewise.
11160         (SQL_DESC_MINIMUM_SCALE): likewise.
11161         (SQL_DESC_NUM_PREC_RADIX): likewise.
11162         (SQL_DESC_PARAMETER_TYPE): likewise.
11163         (SQL_DESC_ROWS_PROCESSED_PTR): likewise.
11164         (SQL_DESC_SCHEMA_NAME): likewise.
11165         (SQL_DESC_SEARCHABLE): likewise.
11166         (SQL_DESC_TABLE_NAME): likewise.
11167         (SQL_DESC_TYPE_NAME): likewise.
11168         (SQL_DESC_UNSIGNED): likewise.
11169         (SQL_DESC_UPDATABLE): likewise.
11170         (SQL_DI_CREATE_INDEX): likewise.
11171         (SQL_DI_DROP_INDEX): likewise.
11172         (SQL_DIAG_COLUMN_NUMBER): likewise.
11173         (SQL_DIAG_CURSOR_ROW_COUNT): likewise.
11174         (SQL_DIAG_ROW_NUMBER): likewise.
11175         (SQL_DL_SQL92_DATE): likewise.
11176         (SQL_DL_SQL92_INTERVAL_DAY): likewise.
11177         (SQL_DL_SQL92_INTERVAL_DAY_TO_HOUR): likewise.
11178         (SQL_DL_SQL92_INTERVAL_DAY_TO_MINUTE): likewise.
11179         (SQL_DL_SQL92_INTERVAL_DAY_TO_SECOND): likewise.
11180         (SQL_DL_SQL92_INTERVAL_HOUR): likewise.
11181         (SQL_DL_SQL92_INTERVAL_HOUR_TO_MINUTE): likewise.
11182         (SQL_DL_SQL92_INTERVAL_HOUR_TO_SECOND): likewise.
11183         (SQL_DL_SQL92_INTERVAL_MINUTE): likewise.
11184         (SQL_DL_SQL92_INTERVAL_MINUTE_TO_SECOND): likewise.
11185         (SQL_DL_SQL92_INTERVAL_MONTH): likewise.
11186         (SQL_DL_SQL92_INTERVAL_SECOND): likewise.
11187         (SQL_DL_SQL92_INTERVAL_YEAR): likewise.
11188         (SQL_DL_SQL92_INTERVAL_YEAR_TO_MONTH): likewise.
11189         (SQL_DL_SQL92_TIME): likewise.
11190         (SQL_DL_SQL92_TIMESTAMP): likewise.
11191         (SQL_DM_VER): likewise.
11192         (SQL_DRIVER_HDESC): likewise.
11193         (SQL_DROP_ASSERTION): likewise.
11194         (SQL_DROP_CHARACTER_SET): likewise.
11195         (SQL_DROP_COLLATION): likewise.
11196         (SQL_DROP_DOMAIN): likewise.
11197         (SQL_DROP_SCHEMA): likewise.
11198         (SQL_DROP_TABLE): likewise.
11199         (SQL_DROP_TRANSLATION): likewise.
11200         (SQL_DROP_VIEW): likewise.
11201         (SQL_DS_CASCADE): likewise.
11202         (SQL_DS_DROP_SCHEMA): likewise.
11203         (SQL_DS_RESTRICT): likewise.
11204         (SQL_DT_CASCADE): likewise.
11205         (SQL_DT_DROP_TABLE): likewise.
11206         (SQL_DT_RESTRICT): likewise.
11207         (SQL_DTC_DONE): likewise.
11208         (SQL_DTR_DROP_TRANSLATION): likewise.
11209         (SQL_DV_CASCADE): likewise.
11210         (SQL_DV_DROP_VIEW): likewise.
11211         (SQL_DV_RESTRICT): likewise.
11212         (SQL_DYNAMIC_CURSOR_ATTRIBUTES1): likewise.
11213         (SQL_DYNAMIC_CURSOR_ATTRIBUTES2): likewise.
11214         (SQL_EXT_API_LAST): likewise.
11215         (SQL_EXT_API_START): likewise.
11216         (SQL_FETCH_BY_BOOKMARK): likewise.
11217         (SQL_FETCH_FIRST_SYSTEM): likewise.
11218         (SQL_FETCH_FIRST_USER): likewise.
11219         (SQL_FN_CVT_CAST): likewise.
11220         (SQL_FN_STR_BIT_LENGTH): likewise.
11221         (SQL_FN_STR_CHAR_LENGTH): likewise.
11222         (SQL_FN_STR_CHARACTER_LENGTH): likewise.
11223         (SQL_FN_STR_OCTET_LENGTH): likewise.
11224         (SQL_FN_STR_POSITION): likewise.
11225         (SQL_FN_TD_CURRENT_DATE): likewise.
11226         (SQL_FN_TD_CURRENT_TIME): likewise.
11227         (SQL_FN_TD_CURRENT_TIMESTAMP): likewise.
11228         (SQL_FN_TD_EXTRACT): likewise.
11229         (SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES1): likewise.
11230         (SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES2): likewise.
11231         (SQL_FUNC_EXISTS(exists,api)): likewise.
11232         (SQL_GB_COLLATE): likewise.
11233         (SQL_HANDLE_SENV): likewise.
11234         (SQL_IK_ALL): likewise.
11235         (SQL_IK_ASC): likewise.
11236         (SQL_IK_DESC): likewise.
11237         (SQL_IK_NONE): likewise.
11238         (SQL_INDEX_KEYWORDS): likewise.
11239         (SQL_INFO_DRIVER_START): likewise.
11240         (SQL_INFO_LAST): likewise.
11241         (SQL_INFO_SCHEMA_VIEWS): likewise.
11242         (SQL_INITIALLY_DEFERRED): likewise.
11243         (SQL_INITIALLY_IMMEDIATE): likewise.
11244         (SQL_INSERT_STATEMENT): likewise.
11245         (SQL_INTERVAL): likewise.
11246         (SQL_IS_INSERT_LITERALS): likewise.
11247         (SQL_IS_INSERT_SEARCHED): likewise.
11248         (SQL_IS_INTEGER): likewise.
11249         (SQL_IS_POINTER): likewise.
11250         (SQL_IS_SELECT_INTO): likewise.
11251         (SQL_IS_SMALLINT): likewise.
11252         (SQL_IS_UINTEGER): likewise.
11253         (SQL_IS_USMALLINT): likewise.
11254         (SQL_ISV_ASSERTIONS): likewise.
11255         (SQL_ISV_CHARACTER_SETS): likewise.
11256         (SQL_ISV_CHECK_CONSTRAINTS): likewise.
11257         (SQL_ISV_COLLATIONS): likewise.
11258         (SQL_ISV_COLUMN_DOMAIN_USAGE): likewise.
11259         (SQL_ISV_COLUMN_PRIVILEGES): likewise.
11260         (SQL_ISV_COLUMNS): likewise.
11261         (SQL_ISV_CONSTRAINT_COLUMN_USAGE): likewise.
11262         (SQL_ISV_CONSTRAINT_TABLE_USAGE): likewise.
11263         (SQL_ISV_DOMAIN_CONSTRAINTS): likewise.
11264         (SQL_ISV_DOMAINS): likewise.
11265         (SQL_ISV_KEY_COLUMN_USAGE): likewise.
11266         (SQL_ISV_REFERENTIAL_CONSTRAINTS): likewise.
11267         (SQL_ISV_SCHEMATA): likewise.
11268         (SQL_ISV_SQL_LANGUAGES): likewise.
11269         (SQL_ISV_TABLE_CONSTRAINTS): likewise.
11270         (SQL_ISV_TABLE_PRIVILEGES): likewise.
11271         (SQL_ISV_TABLES): likewise.
11272         (SQL_ISV_TRANSLATIONS): likewise.
11273         (SQL_ISV_USAGE_PRIVILEGES): likewise.
11274         (SQL_ISV_VIEW_COLUMN_USAGE): likewise.
11275         (SQL_ISV_VIEW_TABLE_USAGE): likewise.
11276         (SQL_ISV_VIEWS): likewise.
11277         (SQL_KEYSET_CURSOR_ATTRIBUTES1): likewise.
11278         (SQL_KEYSET_CURSOR_ATTRIBUTES2): likewise.
11279         (SQL_MAX_ASYNC_CONCURRENT_STATEMENTS): likewise.
11280         (SQL_NO_COLUMN_NUMBER): likewise.
11281         (SQL_NO_ROW_NUMBER): likewise.
11282         (SQL_NOT_DEFERRABLE): likewise.
11283         (SQL_NUM_EXTENSIONS): likewise.
11284         (SQL_NUM_FUNCTIONS): likewise.
11285         (SQL_ODBC_INTERFACE_CONFORMANCE): likewise.
11286         (SQL_OIC_CORE): likewise.
11287         (SQL_OIC_LEVEL1): likewise.
11288         (SQL_OIC_LEVEL2): likewise.
11289         (SQL_OV_ODBC2): likewise.
11290         (SQL_OV_ODBC3): likewise.
11291         (SQL_PARAM_ARRAY_ROW_COUNTS): likewise.
11292         (SQL_PARAM_ARRAY_SELECTS): likewise.
11293         (SQL_PARAM_BIND_BY_COLUMN): likewise.
11294         (SQL_PARAM_BIND_TYPE_DEFAULT): likewise.
11295         (SQL_PARAM_DIAG_UNAVAILABLE): likewise.
11296         (SQL_PARAM_ERROR): likewise.
11297         (SQL_PARAM_IGNORE): likewise.
11298         (SQL_PARAM_PROCEED): likewise.
11299         (SQL_PARAM_SUCCESS): likewise.
11300         (SQL_PARAM_SUCCESS_WITH_INFO): likewise.
11301         (SQL_PARAM_UNUSED): likewise.
11302         (SQL_PARC_BATCH): likewise.
11303         (SQL_PARC_NO_BATCH): likewise.
11304         (SQL_PAS_BATCH): likewise.
11305         (SQL_PAS_NO_BATCH): likewise.
11306         (SQL_PAS_NO_SELECT): likewise.
11307         (SQL_ROW_IGNORE): likewise.
11308         (SQL_ROW_NUMBER_UNKNOWN): likewise.
11309         (SQL_ROW_PROCEED): likewise.
11310         (SQL_ROW_SUCCESS_WITH_INFO): likewise.
11311         (SQL_SC_FIPS127_2_TRANSITIONAL): likewise.
11312         (SQL_SC_SQL92_ENTRY): likewise.
11313         (SQL_SC_SQL92_FULL): likewise.
11314         (SQL_SC_SQL92_INTERMEDIATE): likewise.
11315         (SQL_SCC_ISO92_CLI): likewise.
11316         (SQL_SCC_XOPEN_CLI_VERSION1): likewise.
11317         (SQL_SCHEMA_TERM): likewise.
11318         (SQL_SCHEMA_USAGE): likewise.
11319         (SQL_SDF_CURRENT_DATE): likewise.
11320         (SQL_SDF_CURRENT_TIME): likewise.
11321         (SQL_SDF_CURRENT_TIMESTAMP): likewise.
11322         (SQL_SFKD_CASCADE): likewise.
11323         (SQL_SFKD_NO_ACTION): likewise.
11324         (SQL_SFKD_SET_DEFAULT): likewise.
11325         (SQL_SFKD_SET_NULL): likewise.
11326         (SQL_SFKU_CASCADE): likewise.
11327         (SQL_SFKU_NO_ACTION): likewise.
11328         (SQL_SFKU_SET_DEFAULT): likewise.
11329         (SQL_SFKU_SET_NULL): likewise.
11330         (SQL_SG_DELETE_TABLE): likewise.
11331         (SQL_SG_INSERT_COLUMN): likewise.
11332         (SQL_SG_INSERT_TABLE): likewise.
11333         (SQL_SG_REFERENCES_COLUMN): likewise.
11334         (SQL_SG_REFERENCES_TABLE): likewise.
11335         (SQL_SG_SELECT_TABLE): likewise.
11336         (SQL_SG_UPDATE_COLUMN): likewise.
11337         (SQL_SG_UPDATE_TABLE): likewise.
11338         (SQL_SG_USAGE_ON_CHARACTER_SET): likewise.
11339         (SQL_SG_USAGE_ON_COLLATION): likewise.
11340         (SQL_SG_USAGE_ON_DOMAIN): likewise.
11341         (SQL_SG_USAGE_ON_TRANSLATION): likewise.
11342         (SQL_SG_WITH_GRANT_OPTION): likewise.
11343         (SQL_SNVF_BIT_LENGTH): likewise.
11344         (SQL_SNVF_CHAR_LENGTH): likewise.
11345         (SQL_SNVF_CHARACTER_LENGTH): likewise.
11346         (SQL_SNVF_EXTRACT): likewise.
11347         (SQL_SNVF_OCTET_LENGTH): likewise.
11348         (SQL_SNVF_POSITION): likewise.
11349         (SQL_SP_BETWEEN): likewise.
11350         (SQL_SP_COMPARISON): likewise.
11351         (SQL_SP_EXISTS): likewise.
11352         (SQL_SP_IN): likewise.
11353         (SQL_SP_ISNOTNULL): likewise.
11354         (SQL_SP_ISNULL): likewise.
11355         (SQL_SP_LIKE): likewise.
11356         (SQL_SP_MATCH_FULL): likewise.
11357         (SQL_SP_MATCH_PARTIAL): likewise.
11358         (SQL_SP_MATCH_UNIQUE_FULL): likewise.
11359         (SQL_SP_MATCH_UNIQUE_PARTIAL): likewise.
11360         (SQL_SP_OVERLAPS): likewise.
11361         (SQL_SP_QUANTIFIED_COMPARISON): likewise.
11362         (SQL_SP_UNIQUE): likewise.
11363         (SQL_SQL_CONFORMANCE): likewise.
11364         (SQL_SQL92_DATETIME_FUNCTIONS): likewise.
11365         (SQL_SQL92_FOREIGN_KEY_DELETE_RULE): likewise.
11366         (SQL_SQL92_FOREIGN_KEY_UPDATE_RULE): likewise.
11367         (SQL_SQL92_GRANT): likewise.
11368         (SQL_SQL92_NUMERIC_VALUE_FUNCTIONS): likewise.
11369         (SQL_SQL92_PREDICATES): likewise.
11370         (SQL_SQL92_RELATIONAL_JOIN_OPERATORS): likewise.
11371         (SQL_SQL92_REVOKE): likewise.
11372         (SQL_SQL92_ROW_VALUE_CONSTRUCTOR): likewise.
11373         (SQL_SQL92_STRING_FUNCTIONS): likewise.
11374         (SQL_SQL92_VALUE_EXPRESSIONS): likewise.
11375         (SQL_SR_CASCADE): likewise.
11376         (SQL_SR_DELETE_TABLE): likewise.
11377         (SQL_SR_GRANT_OPTION_FOR): likewise.
11378         (SQL_SR_INSERT_COLUMN): likewise.
11379         (SQL_SR_INSERT_TABLE): likewise.
11380         (SQL_SR_REFERENCES_COLUMN): likewise.
11381         (SQL_SR_REFERENCES_TABLE): likewise.
11382         (SQL_SR_RESTRICT): likewise.
11383         (SQL_SR_SELECT_TABLE): likewise.
11384         (SQL_SR_UPDATE_COLUMN): likewise.
11385         (SQL_SR_UPDATE_TABLE): likewise.
11386         (SQL_SR_USAGE_ON_CHARACTER_SET): likewise.
11387         (SQL_SR_USAGE_ON_COLLATION): likewise.
11388         (SQL_SR_USAGE_ON_DOMAIN): likewise.
11389         (SQL_SR_USAGE_ON_TRANSLATION): likewise.
11390         (SQL_SRJO_CORRESPONDING_CLAUSE): likewise.
11391         (SQL_SRJO_CROSS_JOIN): likewise.
11392         (SQL_SRJO_EXCEPT_JOIN): likewise.
11393         (SQL_SRJO_FULL_OUTER_JOIN): likewise.
11394         (SQL_SRJO_INNER_JOIN): likewise.
11395         (SQL_SRJO_INTERSECT_JOIN): likewise.
11396         (SQL_SRJO_LEFT_OUTER_JOIN): likewise.
11397         (SQL_SRJO_NATURAL_JOIN): likewise.
11398         (SQL_SRJO_RIGHT_OUTER_JOIN): likewise.
11399         (SQL_SRJO_UNION_JOIN): likewise.
11400         (SQL_SRVC_DEFAULT): likewise.
11401         (SQL_SRVC_NULL): likewise.
11402         (SQL_SRVC_ROW_SUBQUERY): likewise.
11403         (SQL_SRVC_VALUE_EXPRESSION): likewise.
11404         (SQL_SSF_CONVERT): likewise.
11405         (SQL_SSF_LOWER): likewise.
11406         (SQL_SSF_SUBSTRING): likewise.
11407         (SQL_SSF_TRANSLATE): likewise.
11408         (SQL_SSF_TRIM_BOTH): likewise.
11409         (SQL_SSF_TRIM_LEADING): likewise.
11410         (SQL_SSF_TRIM_TRAILING): likewise.
11411         (SQL_SSF_UPPER): likewise.
11412         (SQL_STANDARD_CLI_CONFORMANCE): likewise.
11413         (SQL_STATIC_CURSOR_ATTRIBUTES1): likewise.
11414         (SQL_STATIC_CURSOR_ATTRIBUTES2): likewise.
11415         (SQL_SU_DML_STATEMENTS): likewise.
11416         (SQL_SU_INDEX_DEFINITION): likewise.
11417         (SQL_SU_PRIVILEGE_DEFINITION): likewise.
11418         (SQL_SU_PROCEDURE_INVOCATION): likewise.
11419         (SQL_SU_TABLE_DEFINITION): likewise.
11420         (SQL_SVE_CASE): likewise.
11421         (SQL_SVE_CAST): likewise.
11422         (SQL_SVE_COALESCE): likewise.
11423         (SQL_SVE_NULLIF): likewise.
11424         (SQL_UB_FIXED): likewise.
11425         (SQL_UB_VARIABLE): likewise.
11426         (SQL_UNION_STATEMENT): likewise.
11427         (SQL_UPDATE_BY_BOOKMARK): likewise.
11428         (SQL_US_UNION): likewise.
11429         (SQL_US_UNION_ALL): likewise.
11430         (SQL_DESC_ROWVER): likewise.
11431         (SQL_GUID): likewise.
11432         (SQL_C_GUID): likewise.
11433         (ODBC_STD): likewise.
11434         (SQLAllocHandle): likewise.
11435         (SQLAllocEnv(p)): likewise.
11436         (SQL_YEAR): likewise.
11437         (SQL_MONTH): likewise.
11438         (SQL_DAY): likewise.
11439         (SQL_HOUR): likewise.
11440         (SQL_MINUTE): likewise.
11441         (SQL_SECOND): likewise.
11442         (SQL_YEAR_TO_MONTH): likewise.
11443         (SQL_DAY_TO_HOUR): likewise.
11444         (SQL_DAY_TO_MINUTE): likewise.
11445         (SQL_DAY_TO_SECOND): likewise.
11446         (SQL_HOUR_TO_MINUTE): likewise.
11447         (SQL_HOUR_TO_SECOND): likewise.
11448         (SQL_MINUTE_TO_SECOND): likewise.
11449         (SQL_ATTR_ANSI_APP): likewise.
11450         (SQL_AA_TRUE): likewise.
11451         (SQL_AA_FALSE): likewise.
11452
11453         * include/sqltypes.h (#pragma pack(push,1), #pragma pack(pop)): remove.
11454         (struct tagSQL_YEAR_MONTH): add for ODBC3.x.
11455         (struct tagSQL_DAY_SECOND): likewise.
11456         (struct tagSQL_INTERVAL_STRUCT): likewise.
11457         (struct tagSQL_NUMERIC_STRUCT): likewise.
11458         (struct tagSQLGUID): add for 0DBC3.50.
11459         (enum SQLINTERVAL): add for ODBC3.x.
11460         (SQLWCHAR): add typedef.
11461         (SQLTCHAR): add typedef, conditional on UNICODE.
11462         (SQLLEN): add typedef for _WIN64, define for _WIN32.
11463         (SQLULEN): likewise.
11464         (SQLROWOFFSET): likewise.
11465         (SQLROWCOUNT): likewise.
11466         (SQLTRANSID): likewise.
11467         (SQLSETPOSIROW): likewise.
11468         (SQLHANDLE): add ODBC3.x typedef.
11469         (SQLHDESC): likewise.
11470         (SQLDATE): likewise.
11471         (SQLDECIMAL): likewise.
11472         (SQLDOUBLE): likewise.
11473         (SQLFLOAT): likewise.
11474         (SQLNUMERIC): likewise.
11475         (SQLREAL): likewise.
11476         (SQLTIME): likewise.
11477         (SQLTIMESTAMP): likewise.
11478         (SQLVARCHAR): likewise.
11479         (SQLBIGINT): likewise.
11480         (SQLUBIGINT): likewise.
11481         (SQL_DATE_STRUCT): likewise.
11482         (SQL_TIME_STRUCT): likewise.
11483         (SQL_TIMESTAMP_STRUCT): likewise.
11484         (ODBCINT64): add ODBC3.x define.
11485
11486         * lib/odbc32.def : regenerate.
11487
11488 2001-01-26  Earnie Boyd  <earnie@users.sourceforge.net
11489
11490         * Apply Danny Smith patch 102275
11491         2000-11-05  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11492         * include/objbase.h: (COM_RIGHTS): Add definition.
11493         (tagSTDMSHLFLAGS): add enumeration.
11494         (CoInitializeEx): Add prototypes.
11495         (CoGetStdMarshalEx): ditto.
11496         (CoCreateInstanceEx): ditto.
11497         (CoInitializeSecurity): ditto.
11498         (CoGetCallContext): ditto.
11499         (CoQueryProxyBlanket): ditto.
11500         (CoSetProxyBlanket): ditto.
11501         (CoCopyProxy): ditto.
11502         (CoQueryClientBlanket): ditto.
11503         (CoImpersonateClient): ditto.
11504         (CoRevertToSelf): ditto.
11505         (CoQueryAuthenticationServices): ditto.
11506         (CoSwitchCallContext): ditto.
11507         (CoGetInstanceFromFile): ditto.
11508         (CoGetInstanceFromIStorage): ditto.
11509         * include/objidl.h: (SOLE_AUTHENTICATION_SERVICE): Add structure.
11510         (SOLE_AUTHENTICATION_INFO): ditto.
11511         (EOLE_AUTHENTICATION_CAPABILITIES): Add enumeration.
11512         (COLE_DEFAULT_PRINCIPAL): Add definition.
11513         (COLE_DEFAULT_AUTHINFO): Ditto.
11514         * include/rpcdce.h: (RPC_C_AUTHZ_DEFAULT): Add definition.
11515         (RPC_PROTSEQ_VECTOR) Fix typo.
11516         (RpcRaiseException): add DECLSPEC_NORETURN attribute.
11517         * include/winbase.h: (FreeLibraryAndExitThread): add DECLSPEC_NORETURN
11518         attribute.
11519
11520 2001-01-26  Earnie Boyd  <earnie@users.sourceforge.net>
11521
11522         * lib/msvcp60.def: Apply Danny Smith patch 103321.
11523         2001-01-17  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>.
11524         New file.
11525
11526 2001-01-26  Christopher Faylor  <cgf@cygnus.com>
11527
11528         * include/winnt.h: Add PTOKEN_USER.
11529
11530 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
11531
11532         * include/sqlucode.h: Apply Danny Smith patch 102443
11533         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11534         New file.
11535
11536 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
11537
11538         * lib/odbccp32.def: Apply Danny Smith patch 102442
11539         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11540         New file.
11541
11542 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
11543
11544         * include/odbcinst.h: Apply Danny Smith patch 102441
11545         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11546         New file.
11547
11548 2000-12-25  Christopher Faylor  <cgf@cygnus.com>
11549
11550         * lib/Makefile.in: Don't make "links" to include/w32api directory.
11551
11552 2000-12-20  Corinna Vinschen  <corinna@vinschen.de>
11553
11554         * include/winbase.h: Add prototype for SetSecurityDescriptorControl.
11555
11556 2000-12-11  Christopher Faylor  <cgf@cygnus.com>
11557
11558         * lib/Makefile.in: Install headers and libraries in tooldir.
11559
11560 2000-12-04  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11561
11562         * include/winnls.h: NORM_IGNORE* remove duplicate defines.
11563         SORT_STRINGSORT: ditto.
11564         CMAP*: ditto.
11565         CTRY_*: add new defines.
11566         LGRPID_*: ditto.
11567         LCMAP*: change defines to hex notation.
11568         CALID: change from ULONG to DWORD.
11569         CALTYPE: ditto.
11570         _cpinfoex[AW]: add structure.
11571         FoldString: correct Unicode mappings.
11572         GetCPInfoEx[AW]: add prototypes.
11573         EnumCalendarInfoEx[AW]: ditto.
11574         EnumDateFormatsEx[AW]: ditto.
11575         EnumSystemLanguageGroups[AW]: ditto.
11576         EnumLanguageGroupLocales[AW]: ditto.
11577         EnumUILanguages[AW]: ditto.
11578         GetSystemDefaultUILanguage[AW]: ditto.
11579         GetUserDefaultUILanguage[AW]: ditto.
11580         IsValidLanguageGroup[AW]: ditto.
11581         CALINFO_ENUMPROCEX[AW]: add function pointer typedef
11582         LANGUAGEGROUP_ENUMPROC[AW]: ditto
11583         LANGGROUPLOCALE_ENUMPROC[AW]: ditto
11584         UILANGUAGE_ENUMPROC[AW]: ditto
11585         DATEFMT_ENUMPROCEX[AW]: ditto
11586         LPCURRENCYFMT[AW]: add structure pointer typedef
11587         LPNUMBERFMT[AW]: ditto
11588
11589 2000-12-02  Matt Hargett  <matt@use.net>
11590
11591         * include/winbase.h: Added a define for INVALID_SET_FILE_POINTER, a
11592         possible return code for the SetFilePointer() win32 API call.
11593
11594 2000-11-09  Corinna Vinschen  <corinna@vinschen.de>
11595
11596         * include/winnt.h: Add missing FILE_NAMED_STREAMS define.
11597
11598 2000-11-06  Earnie Boyd  <earnie_boyd@yahoo.com>
11599
11600         * Makefile.in: increment VERSION.
11601         (dist:) Rename to srcdist.  Create new dist target to call
11602         srcdist and bindist targets.
11603         (srcdist:) New target.
11604         (clean-top:) add call to mostlyclean-top and add rm of distribution
11605         tarballs.
11606         * lib/Makefile.in: (uninstall:) modify to remove files from the
11607         new w32api subdirectory and to remove w32api subdirectory.
11608         (xuninstall:) Ditto.
11609         TODO: Add a task to redo the clean targets of Makefile.in
11610
11611 2000-11-03  Christopher Faylor  <cgf@cygnus.com>
11612
11613         * lib/Makefile.in: Install header files in w32api subdirectory.
11614
11615 2000-10-31  Earnie Boyd  <earnie_boyd@yahoo.com>
11616
11617         * CONTRIBUTIONS: New file.
11618         * README: Change the maintained by header.
11619         * TODO: Add a note about checking the TODO.
11620
11621 2000-10-31  Earnie Boyd  <earnie_boyd@yahoo.com>
11622
11623         * Merge in accepted changes from
11624         2000-10-23  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11625         * include/basetyps.h: add comment for GUID_DEFINED
11626         * include/lm.h: add includes for lmerr.h and lmserver.h
11627         * include/lmcons.h: add W2K typedefs LMSTR, LMCSTR
11628         * include/lmerr.h:  add error codes
11629         * include/lmserver.h: replace LPTSTR with LPWSTR,
11630         LPTCSTR with LPWCSTR in structures and prototypes
11631         * include/lmshare.h: ditto
11632         * include/lmuse.h: ditto
11633         * include/lmstats.h: ditto
11634         * include/oleauto.h: add function prototype SystemTimeToVariantTime
11635         * include/winbase.h: change first argument of CommConfigDialog to const
11636         * include/windowsx.h: add macros  defining FAR versions of
11637         mem and string functions for porting from Win16 code
11638         * include/winioctl.h:  added IOCTL_STORAGE defines
11639         * include/winnetwk.h:  added WNNC_NET flags
11640         * include/winnt.h: add include of <basetsd.h>;
11641         add structs; add pointer typedefs  for TOKEN structs
11642         * include/winsock.h: add guard around BSD-ish typedefs
11643         * include/wtypes.h: new VARENUM enums, new WIN32/WIN64 compat. macros
11644         * include/basetsd.h: new file
11645         * include/raserror.h: ditto
11646         * include/rassapi.h: ditto
11647         * include/ras.h: ditto
11648         comment from Earnie: replaced original ras.h contribution with Danny's
11649         contribution as it is more complete.
11650         * include/rpcndr.h: add default definition for __RPCNDR_H_VERSION__
11651
11652 2000-10-19  Earnie Boyd  <earnie_boyd@yahoo.com>
11653
11654         * Makefile.in: increment VERSION.  Change tar file name for dist and
11655         bindist targets to be more standard.
11656         * config.guess: Update with the currently published file.
11657         * config.sub: ditto.
11658         * configure.in: Use value of build_alias instead of testing for
11659         directory names to set BUILDENV.
11660         * configure: ditto.
11661         * lib/Makefile.in: Change the name of the targets install,
11662         install-headers and install-libraries to xinstall, xinstall-headers
11663         and xinstall-libraries for system target specified installation.
11664         Recreate targets install, install-headers and install-libraries for
11665         exec-prefix specified installation.  Ditto for the uninstall targets of
11666         the same name.
11667
11668 2000-10-09  Corinna Vinschen  <corinna@vinschen.de>
11669
11670         * include/iprtrmib.h: Further layout changes according to standard.
11671         * include/iptypes.h: Ditto.
11672         * include/ntdef.h: Ditto.
11673         * include/ntsecapi.h: Ditto.
11674         * include/subauth.h: Ditto.
11675
11676 2000-10-09  Corinna Vinschen  <corinna@vinschen.de>
11677
11678         * include/ntsecapi.h: Fix PLSA_UNICODE_STRING define.
11679
11680 2000-10-08  Corinna Vinschen  <corinna@vinschen.de>
11681
11682         * include/ntsecapi.h: New file.
11683         * include/subauth.h: Ditto.
11684         * include/ipexport.h: Fix global header define not to contain
11685         trailing underscore. Change layout according to standard.
11686         * include/iphlpapi.h: Ditto.
11687         * include/ipifcons.h: Ditto.
11688         * include/iprtrmib.h: Ditto.
11689         * include/iptypes.h: Ditto.
11690         * include/ntdef.h: Ditto. Define conditional datatypes dependent
11691         of inclusion of ntsecapi.h and subauth.h.
11692         * lib/secur32.def: New stub for secur32.dll.
11693
11694 2000-10-02  Corinna Vinschen  <corinna@vinschen.de>
11695
11696         * include/ras.h: New file.
11697         * lib/rasapi32.def: Add symbols for RasEnumDevicesA and
11698         RasEnumDevicesW.
11699
11700 2000-10-02  Corinna Vinschen  <corinna@vinschen.de>
11701
11702         * include/ntdef.h: Add define for NTAPI.
11703
11704 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
11705
11706         * include/ipexport.h: Add missing `extern "C"' directives.
11707         * include/iphlpapi.h: Ditto.
11708         * include/iprtrmib.h: Ditto.
11709         * include/iptypes.h: Ditto.
11710
11711 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
11712
11713         * include/ipifcons.h: New header file.
11714         * include/iprtrmib.h: Move operational states to ipifcons.h.
11715         * include/iphlpapi.h: Add missing parameters to GetIfTable()
11716         declaration.
11717
11718 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
11719
11720         * include/iprtrmib.h: Add missing MIB_IF_OPER_STATUS_xxx definitions.
11721
11722 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
11723
11724         * lib/iphlpapi.def: New stub for iphlpapi.dll.
11725         * include/iptypes.h: New header file.
11726         * include/ipexport.h: Ditto.
11727         * include/iphlpapi.h: Ditto.
11728         * include/iprtrmib.h: Ditto.
11729
11730 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
11731
11732         * include/ntdef.h: New file.
11733
11734 2000-08-18  Corinna Vinschen  <corinna@vinschen.de>
11735
11736         * include/winnt.h:Add enums for TokenRestrictedSids and TokenSessionId
11737         to TOKEN_INFORMATION_CLASS type.
11738         Add QUOTA_LIMITS type.
11739
11740 2000-08-08  Corinna Vinschen  <corinna@vinschen.de>
11741
11742         * include/userenv.h: New header file.
11743         * lib/userenv.def: New stub for userenv.dll.
11744
11745 2000-08-08  Christopher Faylor  <cgf@cygnus.com>
11746
11747         * include/winuser.h: Correct PCWPSTRUCT typo.
11748         (discovered by Axel Riese)
11749
11750 2000-07-27  DJ Delorie  <dj@redhat.com>
11751
11752         * include/windows.h: optimize non-inclusion of repeat headers
11753
11754 2000-07-21  Corinna Vinschen  <corinna@vinschen.de>
11755
11756         * include/winnt.h: Add missing typedefs for PTOKEN_SOURCE and
11757         LPTOKEN_SOURCE.
11758
11759 2000-07-11  DJ Delorie  <dj@cygnus.com>
11760
11761         * include/shlobj.h: add CSIDL_COMMON_*
11762
11763 2000-06-27  Corinna Vinschen  <corinna@vinschen.de>
11764
11765         * include/winbase.h: Add stream ids BACKUP_OBJECT_ID,
11766         BACKUP_REPARSE_DATA and BACKUP_SPARSE_BLOCK.
11767         Add file open flags FILE_FLAG_OPEN_REPARSE_POINT and
11768         FILE_FLAG_OPEN_NO_RECALL.
11769         * winioctl.h: Add device io control codes FSCTL_GET_REPARSE_POINT,
11770         FSCTL_SET_REPARSE_POINT and FSCTL_DELETE_REPARSE_POINT.
11771         * winnt.h: Add typedef for GUID.
11772         Add file attributes FILE_ATTRIBUTE_ENCRYPTED,
11773         FILE_ATTRIBUTE_SPARSE_FILE, FILE_ATTRIBUTE_REPARSE_POINT and
11774         FILE_ATTRIBUTE_NOT_CONTENT_INDEXED.
11775         Add volume attributes FILE_VOLUME_QUOTAS, FILE_SUPPORTS_SPARSE_FILES,
11776         FILE_SUPPORTS_REPARSE_POINTS, FILE_SUPPORTS_REMOTE_STORAGE,
11777         FILE_SUPPORTS_OBJECT_IDS and FILE_SUPPORTS_ENCRYPTION.
11778         Add several reparse point defines and typedefs for REPARSE_DATA_BUFFER,
11779         REPARSE_GUID_DATA_BUFFER and REPARSE_POINT_INFORMATION.
11780         * lib/psapi.def: New file.
11781
11782 2000-06-22  Christopher Faylor  <cgf@cygnus.com>
11783
11784         * rpcdce.h: Protect OPTIONAL definition since it may be (legally)
11785         previously defined.
11786         * windef.h : Ditto.
11787
11788 2000-06-14  Kazuhiro Fujieda  <fujieda@jaist.ac.jp>
11789
11790         * include/winnt.h: Add some missing defines related to locale
11791         identifiers.  Translate values of LANG_* and SUBLANG_* into hexadecimal.
11792
11793 2000-05-27  Corinna Vinschen  <corinna@vinschen.de>
11794
11795         * include/wincrypt.h: Add missing CRYPT_MACHINE_KEYSET define.
11796
11797 2000-05-18  Corinna Vinschen  <corinna@vinschen.de>
11798
11799         * include/winnt.h: Add some missing TAPE_DRIVE_* defines.
11800
11801 2000-04-26  Christopher Faylor  <cgf@cygnus.com>
11802
11803         * include/wininet.h: Add another "INTERNET_OPTIONS".
11804
11805 2000-04-25  Mumit Khan  <khan@xraylith.wisc.edu>
11806
11807         * include/winspool.h: Add 2 more PRINTER_ATTRIBUTE_* macros.
11808
11809 2000-04-25  Martin Kotulla  <martin-k@softmaker.de>
11810
11811         * include/ddeml.h (DdeCreateStringHandle{A,W}): Fix prototype.
11812         * include/shlobj.h (IShellLink{A,W}::GetPath): Fix prototype.
11813         * include/wingdi.h: Add LPFNDEVMODE and LPFNDEVCAPS callbacks.
11814         * include/winuser.h: Add WM_* macros. Add PCOPYDATASTRUCT typedef.
11815
11816 2000-04-10  Christopher Faylor  <cgf@cygnus.com>
11817
11818         * include/winbase.h: Change first argument of ENUMRES* types to
11819         coincide with Microsoft usage.
11820
11821 2000-04-01  Christopher Faylor  <cgf@cygnus.com>
11822
11823         * include/wininet.h: Add three more "INTERNET_OPTIONS".
11824
11825 2000-03-30  Mumit Khan  <khan@xraylith.wisc.edu>
11826
11827         * include/winbase.h (CreateHardLink{A,W}): Add prototypes.
11828         * include/winerror.h (ERROR_TOO_MANY_LINKS): Add macro.
11829         * include/winnt.h (SEC_*): Add macros.
11830         * lib/th32.def: Use Kernel32.dll instead of TH32.DLL.
11831         * include/ole.h: Workaround for C++ parser bug.
11832         * include/rpcdcep.h: Likewise.
11833         * include/winsock.h: Likewise.
11834
11835 2000-03-26  Christopher Faylor  <cgf@cygnus.com>
11836
11837         * include/winnt.h: Eliminate duplicate PCONTEXT and LPCONTEXT typedefs.
11838
11839 2000-02-28  Mumit Khan  <khan@xraylith.wisc.edu>
11840
11841         Patches from Jan Nijtmans <j.nijtmans@chello.nl>:
11842         * include/wtypes.h (PBLOB, LPBLOB): Define.
11843         * include/winsock2.h: Much more complete version.
11844         (FD_SET, SOMAXCONN): Protect common macros defined by winsock.h.
11845
11846         Patches from Jan Nijtmans <j.nijtmans@chello.nl>:
11847         * include/winsock.h (FD_CLR): Add missing ')'.
11848         (timercmp): Fix macro to handle all 6 comparison operators.
11849         (AF_FIREFOX, AF_UNKNOWN1, AF_BAN, AF_ATM, AF_INET6): Define.
11850         (AF_MAX): Update.
11851         (PF_FIREFOX, PF_UNKNOWN1, PF_BAN, PF_ATM, PF_INET6): Define.
11852
11853         * include/largeint.h: Rename HAVE_INT64 macro to _HAVE_INT64 to avoid
11854         namespace pollution.
11855         * include/rpcndr.h: Likewise.
11856         * include/winnt.h: Likewise.
11857         * include/shlobj.h (SHGetDataFromIDList{A,W}): Fix typo.
11858         (SHGetSpecialFolderPath{A,W}): Add prototypes.
11859         * lib/ole32.def: Add missing exports.
11860         * include/winbase.h (TLS_MINIMUM_AVAILABLE): Move macro from here
11861         * include/winnt.h (TLS_MINIMUM_AVAILABLE): to here.
11862         (NT_TIB): Define.
11863         * include/tlhelp32.h: New file.
11864
11865 2000-02-28  Christopher Faylor  <cgf@cygnus.com>
11866
11867         * include/rapi.h: New file.
11868         * lib/rapi.def: New file.
11869
11870 2000-02-11  Axel Riese  <ariese@andromeda.risc.uni-linz.ac.at>
11871
11872         * oaidl.h (LPTYPECOMP): Remove multiple definition.
11873
11874 2000-02-03  Mumit Khan  <khan@xraylith.wisc.edu>
11875
11876         * Snapshot 2000-02-03.
11877
11878 2000-01-21  Chris Faylor  <cgf@cygnus.com>
11879
11880         * include/winnt.h: Add ARM support.
11881
11882 2000-01-19  Mumit Khan  <khan@xraylith.wisc.edu>
11883
11884         From Greg Primes <gregory.l.priem@intel.com>:
11885         * include/oaidl.h (DESCKIND): Define macro.
11886         (ITypeComp): Define interface.
11887         (ITypeComp): Likewise.
11888         * rpcndr.h (DECLSPEC_UUID): Define macro.
11889         (MIDL_INTERFACE): Likewise.
11890
11891         * include/psapi.h: New file.
11892         * include/imagehlp.h: New file.
11893         * lib/imagehlp.def: New file.
11894
11895         * include/oaidl.h (tagVARIANT): Update fields.
11896
11897         From Craig Lanning <CraigL@DyCon.com>:
11898         * include/commctrl.h: Add some TCS_* macros.
11899         * include/winnls.h (IsValidLocale): Add prototype.
11900
11901 2000-01-18  Mumit Khan  <khan@xraylith.wisc.edu>
11902
11903         * include/oaidl.h: OLE Patches from "Fifer, Eric"
11904         <EFifer@sanwaint.com> needed to build Win32::OLE perl module.
11905         * include/objbase.h: Likewise.
11906         * include/objidl.h: Likewise.
11907         * include/ocidl.h: New file.
11908         * include/oleauto.h: Likewise.
11909         * include/wtypes.h: Likewise.
11910         * lib/oleaut32.def: Likewise.
11911
11912         * include/lmserver.h (NetServerTransportAddEx): Fix prototype.
11913         Thanks to "Jon Leichter" <jon@symas.com>.
11914         * include/commctrl.h (LVM_FINDITEM): Fix typo in macro.
11915         * include/winbase.h: Add GetLongPathName{A,W} prototypes.
11916         * include/shellapi.h (SHGetFileInfo): Add macro. Thanks to
11917         "Axel Riese" <ariese@andromeda.risc.uni-linz.ac.at>.
11918         (CommandLineToArgvW): Fix prototype. Thanks to "Frans E. van
11919         Dorsselaer" <frans@bia-bv.demon.nl>.
11920         * include/httpext.h: New file. Thanks to Jan Nijtmans
11921         <j.nijtmans@chello.nl>.
11922         * include/mmsystem.h (WAVEFORMATEX): Guard definition to avoid
11923         redefinition of LPCWAVEFORMATEX in DirectX headers.
11924         (CALLBACK_NULL): Define to be 0. Thanks to Krzysztof Nikiel
11925         <krzych00@priv7.onet.pl>.
11926         * include/sqlext.h (SQLDriverConnnect): Fix prototype.
11927         * include/windef.h (HRESULT): Guard definition to avoid
11928         redefinition in DirectX headers.
11929         * include/winnt.h: Add target macros from windows.h.
11930         * include/windows.h: Update synch comment for target macros.
11931         (_ANONYMOUS_STRUCT): Define for GCC 2.95 and newer.
11932         (_ANONYMOUS_UNION): Likewise.
11933         * include/wingdi.h (AbortPrinter): Move from here ...
11934         * include/winspool.h (AbortPrinter): to here and fix linkage.
11935         (MONITOR_INFO_2{A,W}): Define.
11936         * include/winsock.h (htons): Fix argument.
11937         (htonl): Likewise.
11938         * include/winsock2.h (SO_*, MAX_*, WSA_*): Add macros.
11939         (GROUP): Define.
11940         (GUID): Define conditionally.
11941         (WSAPROTOCOLCHAIN, WSAPROTOCOL_INFO): Define.
11942         (WSASocket*): Declare.
11943         * include/basetyps.h (GUID): Guard REGUID and LPGUID as well.
11944
11945         * lib/dsetup.def: Remove leading underscore.
11946         * lib/dsound.def: Likewise.
11947         * lib/ws2_32.def: Likewise.
11948
11949 1999-12-22  Mumit Khan  <khan@xraylith.wisc.edu>
11950
11951         * include/windef.h (HMONITOR, HTERMINAL, HWINEVENTHOOK): Define
11952         handles.
11953
11954         * lib/Makefile.in (EXTRA_OBJS): Add dinput.o.
11955         * lib/dinput.c: Include windows.h for GCC.
11956         * lib/dxguid.c: Likewise.
11957         (INITGUID): Define macro.
11958
11959         * include/objidl.h (ISequentialStream): Define interface.
11960         (IStream): Derive from ISequentialStream.
11961
11962         * include/objidl.h (IStream::{LockRegion, UnlockRegion, Stat,
11963         Clone}): Mark as PURE.
11964         (IDataObject::EnumDAdvise): Likewise.
11965         * include/oleidl.h (IDropSource::GiveFeedback): Likewise.
11966         (IViewObject::Unfreeze): Likewise.
11967         (IViewObject2::Unfreeze): Likewise.
11968
11969         * include/objidl.h: Add various IID_ declarations.
11970         * include/olectl.h: Likewise.
11971         * include/oleidl.h: Likewise.
11972
11973 1999-12-21  Mumit Khan  <khan@xraylith.wisc.edu>
11974
11975         * Snapshot 1999-12-21.
11976
11977         * include/winbase.h (CancelIO): Rename to CancelIo.
11978         * include/winsvc.h (LPHANDLER_FUNCTION): Fix prototype.
11979         * include/winuser.h (PEVENTMSG, LPEVENTMSG): Declare.
11980
11981         * Merge with winsup-19991218.
11982         * include/winnt.h: Add defines for W2K ACL control flags.
11983
11984         * Merge with Anders Norlander's 19991130 snapshot.
11985
11986         * include/windows.h: #include mmsystem.h ifndef WIN32_LEAN_AND_MEAN.
11987         * include/winbase.h (EXCEPTION_INVALID_HANDLE): Define.
11988
11989         Patch from Harold Weissfield
11990         * include/shellapi.h: Added some ABN_* defines.
11991
11992         * include/commctrl.h (_TrackMouseEvent): Add prototype.
11993         * lib/comctl32.def (_TrackMouseEvent): Import.
11994         * include/winuser.h: Misc. fixes from Sang Cho
11995         <sangcho@alpha94.chongju.ac.kr>.
11996         * include/winuser.h (SM_CMETRICS): Define to 76 or 83 depending on
11997         value of _WIN32_WINNT.
11998         * include/winuser.h: Reorganize SM_* defines in numerical order.
11999
12000 1999-12-14  Mumit Khan  <khan@xraylith.wisc.edu>
12001
12002         * include/windef.h: Make RECTL a distinct type from RECT.
12003         * include/windows.h: Define upto 8 DUMMYUNIONNAMEs for DirectX.
12004         * include/winuser.h (CDS_): Update (Franco Bez <franco.bez@gmx.de>).
12005         (COMPAREITEMSTRUCT): Fix fields.
12006         (SERIALKEYSA): Likewise.
12007         (SERIALKEYSW): Likewise..
12008         * include/winbase.h (CRITICAL_SECTION_DEBUG): Likewise.
12009         (WIN32_FIND_DATAA): Likewise.
12010         (WIN32_FIND_DATAW): Likewise.
12011         * include/commdlg.h (SNDMSG): Define.
12012         * include/winsock.h (SO_UPDATE_ACCEPT_CONTEXT): Define.
12013         (SO_CONNECT_TIME): Likewise.
12014         (AcceptEx): Declare.
12015         (GetAcceptExSockaddrs): Likewise.
12016         * include/winsock2.h: Fix typo in #ifdef __cplusplus.
12017         * include/winspool.h: Add RC_INVOKED guard.
12018         * lib/wsock32.def (AcceptEx@32): Export.
12019         (GetAcceptExSockaddrs@32): Likewise.
12020
12021 1999-11-18  Mumit Khan  <khan@xraylith.wisc.edu>
12022
12023         * Snapshot 1999-11-18.
12024
12025         * include/oaidl.h (tagVARIANT): Rename pbool to pboolVal needed by
12026         Octopod C++ IDE (and MSVC compatibility).
12027         * include/oleauto.h (V_BOOLREF(X)): Likewise.
12028         * include/shellapi.h (ShellAbout*): Fix typo.
12029         * wingdi.h (FW_ULTRABOLD): Likewise.
12030         * include/winnt.h (_TAPE_ERASE, _TAPE_PREPARE, _TAPE_SET_POSITION,
12031         _TAPE_WRITE_MARKS): Add missing fields and fix existing ones.
12032         Add packing directives for various structures. All structure
12033         sizes now conform to MSVC.
12034
12035 1999-11-07  Mumit Khan  <khan@xraylith.wisc.edu>
12036
12037         Released 1999-11-07.
12038
12039 1999-11-06  Mumit Khan  <khan@xraylith.wisc.edu>
12040
12041         * include/winsock2.h: New file. Mostly a stub for now.
12042         * include/winbase.h (DllMain): Delete prototype.
12043         * include/commctrl.h (Header_SetItem): Fix macro.
12044         * include/{isguids.h, lmerrlog.h, mcx.h, objfwd.h, olectl.h,
12045         regstr.h, richole.h, rpcdce.h, rpcdcep.h, rpcnsi.h, rpcproxy.h,
12046         shlguid.h, sqltypes.h, winperf.h}: Enclose in extern "C" if c++.
12047
12048         Merge in changes from wxWindows.
12049         * include/basetyps.h (GUID_DEFINED, UUID_DEFINED): Add guards.
12050         * include/oaidl.h (DISPID_*): Add macros.
12051         (IID_ITypeLib, IID_ICreateTypeInfo, IID_ICreateTypeInfo2,
12052         IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_ITypeInfo,
12053         IID_IErrorInfo, IID_IDispatch, IID_ICreateErrorInfo): Declare.
12054         * include/objidl.h (IDataObject): Fix EnumFormatEtc parameter.
12055
12056         Merge in changes from Octopod C++ IDE group.
12057         * include/commctrl.h (NMHEADERA, NMHEADERW): Define.
12058         (Header_InsertItem): Fix macro.
12059         * include/oaidl.h (IID_IDispatch): Declare.
12060         (IID_ISupportErrorInfo): Likewise.
12061         (IDispatch): Rename Invoked to Invoke.
12062         * include/objidl.h (IPersist): Fix GetClassID.
12063         * include/oleauto.h (VectorFromBstr): Declare.
12064         (BstrFromVector): Likewise.
12065         * include/olectl.h (OLEMISC_*): Update.
12066         * include/olectlid.h (IID_IDispatch): Declare.
12067         * include/oleidl.h (IOleObject): Fix GetExtent and SetExtent.
12068         (IOleInPlaceFrame): Fix.
12069         (ISupportErrorInfo): Define.
12070         (IErrorInfo): Define.
12071         * include/winuser.h (SIF_TRACKPOS): Define.
12072
12073 1999-11-03  Mumit Khan  <khan@xraylith.wisc.edu>
12074
12075         Fix Merge errors:
12076         * include/winnt.h (PSID): Uncomment definition.
12077         (PISID): Rename from PSID.
12078         (struct _TAPE_GET_MEDIA_PARAMETER): Remove reserved field.
12079         (struct _SECURITY_ATTRIBUTES): Remove multiple definition.
12080
12081         * include/lmalert.h, include/lmbrowsr.h, include/lmchdev.h,
12082         include/lmconfig.h, include/lmerrlog.h, include/lmmsg.h,
12083         include/lmremutl.h, include/lmrepl.h, include/lmserver.h,
12084         include/lmsvc.h, include/lmwksta.h, include/oaidl.h,
12085         include/shellapi.h, include/winbase.h, include/wingdi.h,
12086         include/winnt.h, include/winsock.h: Merged with winsup-19991026.
12087
12088 1999-10-31  Mumit Khan  <khan@xraylith.wisc.edu>
12089
12090         * include/wingdi.h (PHYSICAL*, SCALINGFACTOR*): New. From
12091         Marius Kjeldahl <kjeldahl@hotmail.com>.
12092
12093 1999-08-29  Mumit Khan  <khan@xraylith.wisc.edu>
12094
12095         * include/winnt.h (APPLICATION_ERROR_MASK): Add macros.
12096         (ERROR_SEVERITY_*): Likewise.
12097
12098 1999-08-17  Mumit Khan  <khan@xraylith.wisc.edu>
12099
12100         * include/winbase.h (TLS_OUT_OF_INDEXES): Add macro.
12101         (DllMain): Fix prototype.
12102
12103 1999-08-02  Mumit Khan  <khan@xraylith.wisc.edu>
12104
12105         * include/commdlg.h: Enclose within pack(push,1) and pack(pop).
12106         (cderr.h): Don't include.
12107         * include/winuser.h: Fix macro definitions.
12108
12109 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12110
12111         Merge with winsup 1999-07-29:
12112         * include/wincon.h (MOUSE_WHEELED): Define.
12113         * include/winnt.h (PSECURITY_ATTRIBUTES): Add type.
12114         (SECURITY_DESCRIPTOR): Add struct type.
12115         (PSECURITY_DESCRIPTOR): Pointer to above type. BEWARE: this type
12116         is equal to PVOID in the Platform SDK! So don't depend on accessing
12117         members through ->.
12118
12119 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12120
12121         * lib/Makefile.in (install-headers): Don't @ commands.
12122         (install-libraries): Ditto.
12123
12124 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12125
12126         * include/sqlext.h: Use #include <sql.h> instead of "sql.h".
12127
12128 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12129
12130         Patch from Mumit Khan:
12131         * include/windows.h: Fix typo in winsock.h include guard and add
12132         _UWIN to the list.
12133         * include/winnt.h (__int64): Undefine first.
12134         (struct _SID): Declare.
12135
12136 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12137
12138         * include/winnt.h: Add some REG_* defines reported by Boris Lantrewitz.
12139
12140 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12141
12142         Patch from Mumit Khan:
12143         * Makefile.in: Do the right thing when cross-compiling.
12144         * include/windef.h: Don't define _export and __export if already
12145         defined.
12146
12147 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12148
12149         * include/basetyps.h (DECLARE_INTERFACE): Use com_interface attribute.
12150         (DECLARE_INTERFACE_): Ditto.
12151
12152 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12153
12154         * include/mmsystem.h (HWAVEOUT): Fix missing ')'
12155
12156         Reported by Brad Porter
12157         * include/wingdi.h (FW_ULTRALIGHT): Add.
12158         (FW_DEMIBOLD): Add.
12159         (FW_ULTRABOLD): Add.
12160         (FW_BLACK): Add.
12161         (JOHAB_CHARSET): Add.
12162         (VIETNAMESE_CHARSET): Add.
12163
12164
12165 1999-05-15  Anders Norlander  <anorland@hem2.passagen.se>
12166
12167         * lib/scrnsave.c (WinMain): Remove dependencies on C library.
12168         * lib/Makefile.in (Makefile): Regenerate.
12169         * include/pshpack[1248].h: New files, if a program would use any of
12170         them.
12171         * include/poppack.h: Ditto.
12172         * include/windef.h (_WIN32_WINNT): Define
12173         * include/windows.h: Remove DUMMYUNIONNAME[45].
12174         * include/windows.h: Correctly define _M_IX86 to reflect the target
12175         processor.
12176         * include/windows.h: Add preliminary support for other architectures.
12177         * include/winnt.h: Add CONTEXT structure for PPC and ALPHA.
12178         * include/winnt.h: Remove PACKED from U/LARGE_INTEGER
12179         * include/winnt.h (LUID_AND_ATTRIBUTES): Use pack(4) to solve alignment
12180         issue with LARGE_INTEGER.
12181         (ANSI_NULL): Define.
12182         (PSZ): Define.
12183         (ACL_REVISION[1234]): Define.
12184         (MIN/MAX_ACL_REVISION): Define.
12185         (PTCHAR): Define.
12186         (LANG_USER_DEFAULT): Define.
12187         (LANG_SYSTEM_DEFAULT): Define.
12188         (LOCALE_NEUTRAL): Define.
12189         (SORTVERSIONFROMLCID): Define.
12190         * include/windef.h (UNREFERENCED_PARAMETER): Define.
12191         (UNREFERENCED_LOCAL_VARIABLE): Define.
12192         (DBG_UNREFERENCED_PARAMETER): Define.
12193         (DBG_UNREFERENCED_LOCAL_VARIABLE): Define.
12194         * lib/mswsock.def: New file. Imports for mswsock.dll.
12195         * include/custcntl.h: New file. Necessary to compile some SDK
12196         samples.
12197         * include/winuser.h (SM_MOUSEWHEELPRESENT): Define.
12198         (WM_MOUSEWHEEL): Define.
12199         (WHEEL_DELTA): Define.
12200         (WM_MOUSELAST): Redefine to reflect WM_MOUSEWHEEL.
12201         (WM_NEXTMENU): Define.
12202         (CharNextA): Fix prototype.
12203         (CharNextW): Ditto.
12204
12205 1999-05-14  Anders Norlander  <anorland@hem2.passagen.se>
12206
12207         * include/winsock.h: Enclose in extern "C" if C++, huh?
12208         * include/winuser.h(WM_SYNCPAINT): Define. From fltk.
12209
12210 1999-05-13  Anders Norlander  <anorland@hem2.passagen.se>
12211
12212         * include/windef.h (NULL): Define only ifndef
12213         (TRUE): Ditto, was previously only defined ifndef FALSE
12214         (PASCAL): Define as _pascal
12215         (__pascal): Define
12216         (WINAPIV): Define
12217         (min,max): Define only ifndef NOMINMAX
12218
12219 1999-05-10  Anders Norlander  <anorland@hem2.passagen.se>
12220
12221         * include/commctrl.h: Support for Date/Calendar controls + IE controls.
12222         You must define _WIN32_IE if you want support for it.
12223         Modified patch from Nirmal Prasad  <nprasad@truept.com>.
12224
12225 1999-05-10  Ron Aaron   <v-ronaar@Exchange.Microsoft.com>
12226
12227         * include/wincon.h: Add some ButtonState flags and EventFlags.
12228
12229 1999-05-10  Anders Norlander  <anorland@hem2.passagen.se>
12230
12231         * include/basetyps.h: Don't support COM when __OBJC__ defined because
12232         interface define causes mayhem.
12233         (DEFINE_INTERFACE): Use comobject attribute only if HAVE_COMOBJECT is
12234         defined.
12235         * include/windows.h: Undefine BOOL if __OBJC__ defined
12236
12237 1999-05-09  Chris Faylor  <cgf@cygnus.com>
12238
12239         * include/winnls.h: Define additional code pages.
12240
12241 1999-05-09  Anders Norlander  <anorland@hem2.passagen.se>
12242
12243         * include/winbase.h(RtlFillMemory): Parameters got passed in wrong
12244         order, corrected.
12245         (RtlZeroMemory): Use RtlFillMemory
12246
12247 1999-05-04  Anders Norlander  <anorland@hem2.passagen.se>
12248
12249         * include/winnt.h: Add PACKED to LARGE_INTEGER and ULARGE_INTEGER
12250         to get the correct size when used in some structs.
12251         (ULARGE_INTEGER): Ditto.
12252         * include/winnt.h (TAPE_CREATE_PARTITION): Add struct.
12253         * include/winnt.h: Add TAPE_* pointer types PTAPE_*
12254
12255 1999-05-02  Nirmal Prasad  <nprasad@truept.com>
12256
12257         * include/wininet.h: Enclose in extern "C" if c++
12258         (INTERNET_BUFFERSA/W): Define struct
12259         * include/wininet.h: Add some HSR_* defines
12260
12261 1999-05-02  Anders Norlander  <anorland@hem2.passagen.se>
12262
12263         * include/winnt.h (IMAGE_FIRST_SECTION): Prepend missing paren
12264         * include/winnt.h (UNALIGNED): Define
12265         * include/windef.h (DECLSPEC_NORETURN): Define
12266
12267         * include/wininet.h (INTERNET_MAX_NAME): Remove
12268         (INTERNET_MAX_SCHEME_LENGTH): Define
12269         (INTERNET_MAX_URL_LENGTH): Use INTERNET_MAX_SCHEME_LENGTH
12270         * include/wininet.def: Completely redone, it was losing badly.
12271
12272 1999-05-01  Anders Norlander  <anorland@hem2.passagen.se>
12273
12274         * lib/dplayx.def: Remove '_' prefixes
12275         * lib/shell32.def: Remove imports for IID_ContextMenu
12276
12277 1999-04-29  Anders Norlander  <anorland@hem2.passagen.se>
12278
12279         * Makefile.in (dist): Support dist target
12280         * lib/Makefile.in (dist): Likewise
12281         * lib/Makefile.in (uninstall-headers): Fix command
12282         * Makefile.in (bindist): Target to build a prebuilt dist
12283
12284         * lib/ws2_32.def: Winsock2 implib
12285
12286         * include/largeint.h: New header
12287         * include/largeint.c: Large integer support library
12288         * lib/Makefile.in(EXTRA_LIBS): Add liblargeint.a
12289         (EXTRA_OBJS): Add largeint.o
12290
12291         * include/Makefile: Remove
12292         * lib/Makefile: Remove
12293         * Makefile: Remove
12294         * configure.in: New autoconf script
12295         * configure: generated configure script
12296         * Makefile.in: autoconf makefile template
12297         * lib/Makefile.in: Ditto
12298         * include/test.c: mv to lib/test.c
12299         * include/res.rc: mv to lib/res.rc
12300         * include/TODO: mv to .
12301         * include/Notes: mv to ./NOTES
12302
12303 1999-04-28  Anders Norlander  <anorland@hem2.passagen.se>
12304
12305         * include/zmouse.h (WHEEL_DELTA): Define
12306
12307 1999-04-26  Mumit Khan  <khan@xraylith.wisc.edu>
12308
12309         * include/ddeml.h (HSZPAIR): Declare.
12310         * include/zmouse.h: New file.
12311
12312 1999-04-27  Daniel Guerrero Miralles  <daniel.guerrero@upcnet.upc.es>
12313
12314         * lib/d3dim.def: New implib
12315         * lib/d3drm.def: Ditto
12316         * lib/d3dxof.def: Ditto
12317         * lib/ddraw.def: Ditto
12318         * lib/dinput.def: Ditto
12319         * lib/dplayx.def: Ditto
12320         * lib/dsetup.def: Ditto
12321         * lib/dsound.def: Ditto
12322         * lib/dinput.c: Guid library for DirectInput
12323         * lib/dxguid.c: Guid library for DirectX
12324
12325 1999-04-21  Anders Norlander  <anorland@hem2.passagen.se>
12326
12327         * include/windowsx.h (GET_X_LPARAM): Missing macro added (reported
12328         by Ron Aaron).
12329         * include/windowsx.h (GET_Y_LPARAM): Also missing
12330         * include/winnls.h (IsValidCodePage): Missing prototype added (reported
12331         by Mumit Khan).
12332
12333 1999-04-18  Anders Norlander  <anorland@hem2.passagen.se>
12334
12335         * include/scrnsave.h: New header file for screen saver library
12336         * lib/scrnsave.c: New file: screen saver library
12337
12338 1999-04-17  Anders Norlander  <anorland@hem2.passagen.se>
12339
12340         * include/regstr.h: Enclosed all strings in TEXT() macros so it
12341         works well in when UNICODE is defined
12342
12343 1999-04-17  Nirmal Prasad  <nprasad@truept.com>
12344
12345         * include/winuser.h(STYLESTRUCT): New struct
12346         * include/wingdi.h:(GOBJENUMPROC): This function type should
12347         return void.
12348
12349 1999-04-17  Anders Norlander  <anorland@hem2.passagen.se>
12350
12351         * include/basetyps.h (LPGUID): New typedef
12352         * lib/glut.def: Import library defintions for glut.dll
12353         * lib/glu32.def: Ditto for glut32.dll
12354         * include/winnt.h: Fixed handling of wchar_t typedef
12355         * include/sql.h(SQL_NO_DATA_FOUND): Replace with SQL_NO_DATA
12356         * include/sqlext.h(SQL_NO_DATA_FOUND): Define as SQL_NO_DATA
12357
12358 1999-03-20  Anders Norlander  <anorland@hem2.passagen.se>
12359
12360         * include/winbase.h(AbnormalTermination): Define as FALSE
12361         * include/commctrl.h: Support for new progress bar messages/styles
12362
12363 1999-03-20  Geoffrey Noer  <noer@cygnus.com>
12364
12365         * include/commdlg.h(PageSetupDlg): New define
12366         * include/richedit.h: Missing SCF_* defines
12367         * include/winnt.h: Lots o' defines
12368         * include/winbase.h(AllocateAndInitializeSid): Corrected prototype
12369
12370 1999-03-09  Anders Norlander  <anorland@hem2.passagen.se>
12371
12372         * include/commdlg.h: Removed pack pragma
12373         * lib/comctl32.def(InitCommonControlsEx@4): Added import
12374
12375 1999-03-08  Anders Norlander  <anorland@hem2.passagen.se>
12376
12377         * Makefile: Set version to 0.1.5
12378         * lib/Makefile (clean): Fix typo
12379
12380         * include/commctrl.h: Removed pack pragma
12381         * include/cpl.h: Likewise
12382         * include/dbt.h: Likewise
12383         * include/dde.h: Likewise
12384         * include/nddeapi.h: Likewise
12385         * include/shellapi.h: Likewise
12386         * include/wincrypt.h: Likewise
12387         * include/lmaccess.h: Fixed USER_PRIV_ADMIN typo
12388
12389         * include/winsock.h (netent): Define only ifndef __INSIDE_CYGWIN__
12390         (servent): Likewise
12391         (protoent): Likewise
12392
12393         * include/windows.h: Prevent inclusion of winsock.h if we are
12394         using or compiling cygwin. Define Win32_Winsock to force inclusion.
12395
12396 1999-01-08  Anders Norlander  <anorland@hem2.passagen.se>
12397
12398         * include/winbase.h (CREATE_FORCEDOS): New define
12399
12400 1999-01-07  Anders Norlander  <anorland@hem2.passagen.se>
12401
12402         * include/wincon.h(KEY_EVENT_RECORD): Fixed packing problem on
12403         (COORD): Likewise
12404         * include/wingdi.h (BITMAPFILEHEADER): Fixed packing
12405         * include/windows.h: Added DUMMYUNIONNAME4 and 5
12406         * include/winnt.h (LUID_AND_ATTRIBUTES_ARRAY): New type
12407         (PLUID_AND_ATTRIBUTES_ARRAY): New type
12408
12409         * include/ddeml.h: Removed unnecessary `#pragma pack'
12410         * include/imm.h: Likewise
12411         * include/nddeapi.h: Likewise
12412         * include/nspapi.h: Likewise
12413         * include/regstr.h: Likewise
12414         * include/wincon.h: Likewise
12415         * include/windef.h: Likewise
12416         * include/winioctl.h: Likewise
12417         * include/winnls.h: Likewise
12418         * include/winsvc.h: Likewise
12419         * include/winuser.h: Likewise
12420         * include/winver.h: Likewise
12421         * include/wtypes.h: Likewise
12422
12423 1999-01-05  Anders Norlander  <anorland@hem2.passagen.se>
12424
12425         * Makefile (VERSION): Set to 0.1.4
12426         * include/basetyps.h: Check for NOCOMOBJECT
12427         * include/Makefile: Pass -DNOCOMOBJECT to g++ to avoid warnings
12428         on comobject attribute.
12429         * lib/kernel32.def: Added a few functions
12430         * include/windef.h (DWORD): Changed back to unsigned long
12431
12432         * include/windows.h: Include only winresrc.h if RC_INVOKED is defined,
12433         winresrc.h in turn includes the necessary headers. This makes things
12434         much simpler, no need to protect blocks of code in headers that
12435         should not be seen by the resource compiler.
12436
12437 1999-01-05  Geoffrey Noer  <noer@cygnus.com>
12438
12439         * include/winbase.h (STATUS_INVALID_HANDLE): Added define
12440         * include/wincon.h: Added console event type flags
12441         * include/winnt.h (FILE_SHARE_DELETE): Added
12442           (SECURITY_DESCRIPTOR): typedef as DWORD
12443
12444         * include/winuser.h (WM_PENWINFIRST): Fixed typo
12445         * include/winsock.h: Protect some blocks with __INSIDE_CYGWIN_ and
12446         define u_* types only if _SYS_TYPES_H is not defined.
12447
12448 1999-01-02  Anders Norlander  <anorland@hem2.passagen.se>
12449
12450         * COPYING.LIB: Deleted
12451         * README: Updated to reflect license changes
12452         * include/shlobj.h: Remove extra comma on some enums
12453         * include/windef.h: Changed DWORD typedef from unsigned long to
12454         unsigned int in order to avoid warnings on bit fields that
12455         use DWORD.
12456         * include/Makefile (test): Compile with all warnings
12457         * include/unknwn.h: Include objfwd.h
12458         * include/winsock.h: Added missing copyright notices.
12459
12460 1999-01-01  Anders Norlander  <anorland@hem2.passagen.se>
12461
12462         * lib/winmm.def: Corrected LIBRARY statement
12463         * include/mmsystem.h: Define mmioSeek codes if not already defined
12464         * include/commctrl.h (CreateStatusWindowA): Corrected prototype
12465         (CreateStatusWindowW): Likewise
12466
12467         * include/winresrc.h: Include only files necessary instead of windows.h
12468         * include/dde.h: Allow inclusion in resource scripts.
12469         * include/winnt.h: Likewise
12470         * include/commctrl.h: Likewise
12471         * include/prsht.h: Likewise
12472         * README: Updated
12473
12474 1998-12-10  Anders Norlander  <anorland@hem2.passagen.se>
12475
12476         * include/sqltypes.h (SQLHANDLE): Added this type
12477         (SQLHDESC): Likewise
12478         * include/sql.h (SQLFreeHandle): Added this prototype
12479         (SQLAllocHandle): Likewise
12480
12481 1998-12-08  Anders Norlander  <anorland@hem2.passagen.se>
12482
12483         * include/winsock.h: Define _GNU_H_WINDOWS32_SOCKETS to avoid
12484         conflicts with cygwin headers.
12485
12486 1998-12-06  Anders Norlander  <anorland@hem2.passagen.se>
12487
12488         * Makefile: Changed VERSION to 0.1.3
12489         * Makefile (dist-lib): New target to make import library only
12490         distribution
12491         * Makefile (dist-hdr): New target to make headers only distribution
12492         * Makefile (dist): Now depends on dist-lib and dist-hdr instead of
12493         building one single distribution file.
12494         * dist.mak: Deleted
12495
12496         * include/lm.h: New file
12497         * include/lmcons.h: New file
12498         * include/lmalert.h: New file
12499         * include/lmaudit.h: New file
12500         * include/lmconfig.h: New file
12501         * include/lmapibuf.h: New file
12502         * include/lmaccess.h: New file
12503         * include/lmchdev.h: New file
12504         * include/lmremutl.h: New file
12505         * include/lmrepl.h: New file
12506         * include/lmerrlog.h: New file
12507         * include/lmat.h: New file
12508         * include/lmuse.h: New file
12509         * include/lmuseflg.h: New file
12510         * include/lmserver.h: New file
12511         * include/lmerr.h: New file
12512         * include/lmsname.h: New file
12513         * include/lmstats.h: New file
12514         * include/lmsvc.h: New file
12515         * include/lmwksta.h: New file
12516         * include/lmbrowsr.h: New file
12517
12518 1998-12-05  Anders Norlander  <anorland@hem2.passagen.se>
12519
12520         * include/unknwn.h: Fixed IClassFactory declaration; INTERFACE was missing
12521         * include/unknwn.h: Added extern declaration for IID_IClassFactory
12522
12523         * include/initguid.h: New file
12524
12525         * include/rpcndr.h: Defined hyper and MIDL_hyper as double if 64 bit
12526         int not supported
12527
12528         * include/winnt.h: Added USN
12529         * include/winnt.h: Changed handling of 64 bit int support
12530
12531         * include/windows.h: Added support for BC,LCC and MSVC
12532
12533         * include/windows.h: Changed handling machine architecture defines
12534
12535         * include/olectl.h: New file
12536
12537 1998-12-04  Anders Norlander  <anorland@hem2.passagen.se>
12538
12539         * include/oleidl.h: Added IViewObject and IViewObject2
12540
12541         * include/objidl: Corrected prototype for IStorage::DestroyElement and
12542         IStorage::MoveElement
12543
12544         * include/oledlg.h: New file
12545
12546         * include/winresrc.h: New file
12547
12548         * include/wingdi.h: Added LPDOCINFO
12549
12550         * include/commctrl.h: Added SBARS_SIZEGRIP and TVM_SETINDENT
12551         * include/commctrl.h: Added TCM_SETITEM to UNICODE/ANSI block
12552         * include/commctrl.h: Added ListView_GetSelectedCount, ListView_GetItemSpacing,
12553         TabCtrl_SetImageList and TabCtrl_GetItemCount
12554         * include/commctrl.h: Added TVM_FIRST, HDM_FIRST and TV_FIRST
12555
12556         * include/windowsx.h: Added missing ListBox_xx ComboBox_xx etc. macros
12557
12558         * include/wingdi.h: Added (L)PBITMAP,(L)PBITMAPCOREHEADER,
12559         PBITMAPINFOHEADER, (L)PBITMAPCOREINFO and (L)PBITMAPFILEHEADER.
12560
12561         * include/commdlg.h: Added LPDEVNAMES
12562
12563         * include/windows.h: Include excpt.h
12564
12565         * include/excpt.h: New file. This file just contains some
12566         stubs for SEH that do nothing.
12567
12568         * include/commctrl.h: Added general WM_NOTIFY codes
12569
12570         * include/winuser.h: Added ICON_SMALL and ICON_BIG
12571         * include/winuser.h: Removed VK_0-VK_9 VK_A-VK_Z; they should obviously
12572         not be in the headers.
12573         * include/winuser.h: Added LPCBTACTIVATESTRUCT and LPCLIENTCREATESTRUCT
12574         * include/winuser.h: Added old WM_SIZE parameter names so
12575         wxWindows compiles.
12576         * include/winuser.h: Added IDC_SIZE and IDC_ICON
12577         * include/winuser.h: Added LPDLGITEMTEMPLATE
12578         * include/winuser.h: HTCAPTION was missing value
12579         * include/winuser.h: Added WM_ACTIVE flags
12580
12581         * include/windowsx.h: Added _fmemcpy so V compiles; also added
12582         _fxx defines for memmove, memset and memcmp
12583
12584         * include/windef.h: Changed _export and __export to empty defines
12585
12586         * include/shellapi.h: Corrected prototypes for ExtractIcon functions.
12587         String parameters were not const and ExtractAssociatedIcon takes
12588         a WORD pointer not DWORD pointer as last parameter.
12589
12590         * Makefile: Changed VERSION to 0.1.2
12591
12592         * include/ole2ver.h: New file
12593
12594         * Makefile: Removed all dependencies on GLUT
12595
12596         * include/GL/glut.h: Removed file because of decision to remove
12597         files that are not part of the library.
12598         * lib/glut.def: Likewise
12599         * lib/glut32.def: Likewise
12600
12601         * include/windows.h: Include winperf.h
12602
12603         * include/winperf.h: New file
12604
12605         * lib/gdi32.def: Added GetEnhMetaFilePixelFormat
12606
12607         * include/winnls.h: Added calendar types
12608         * include/winnls.h: Added country codes
12609
12610 1998-12-03  Anders Norlander  <anorland@hem2.passagen.se>
12611
12612         * include/windef.h: Added PROC and NEARPROC
12613
12614         * include/wingdi.h: Added ChoosePixelFormat, DescribePixelFormat
12615         * include/wingdi.h: Added OpenGL types and prototypes
12616         * include/wingdi.h: Added ENHMETA_STOCK_OBJECT
12617         * include/wingdi.h: Added DCTT_DOWNLOAD_OUTLINE
12618         * include/wingdi.h: Added POINTFX, TTPOLYCURVE and TTPOLYGONHEADER
12619         * include/wingdi.h: Added truetype character outline types
12620         * include/wingdi.h: Added DEVMODE initialization flags
12621         * include/wingdi.h: Added panose codes
12622         * include/wingdi.h: Added missing character sets
12623         * include/wingdi.h: Added ANTIALIASED_QUALITY and
12624         NONANTIALIASED_QUALITY
12625         * include/wingdi.h: Added ENUMLOGFONTA/W and ENUMLOGFONTEXA/W
12626         * include/wingdi.h: Added pointer types for EXTLOGPEN
12627         * include/wingdi.h: Added PATTERN type
12628         * include/wingdi.h: Added NEWTEXTMETRICA/W and NEWTEXTMETRICEXA/W
12629         * include/wingdi.h: Added new text metric flags
12630         * include/wingdi.h: Added pitch and family flags
12631         * include/wingdi.h: Moved BCHAR defintion from winnt.h here
12632         * include/wingdi.h: Added METAHEADER
12633         * include/wingdi.h: Fixed packing of RGBTRIPLE and BITMAPFILEHEADER
12634         * include/wingdi.h: Added TA_MASK
12635         * include/wingdi.h: Added MAXSTRETCHBLTMODE
12636         * include/wingdi.h: Added error codes
12637
12638         * include/winuser.h: Added missing winhelp structures
12639         * include/winuser.h: Added dialog flags/styles/messages
12640         * include/winuser.h: Added EM_SETMARGIN codes
12641         * include/winuser.h: Made it possiblie to use IDI_XX values
12642         in resource files.
12643         * include/winuser.h: Added missing LoadImage load flags
12644         * include/winuser.h: Added missing message box flags
12645         * include/winuser.h: Added ScrollWindow codes
12646         * include/winuser.h: Added DT_WORD_ELLIPSIS
12647         * include/winuser.h: Added drag and drop support
12648         * include/winuser.h: Added WM_MENUCHAR return codes
12649         * include/winuser.h: Added DLGWINDOWEXTRA
12650         * include/winuser.h: Added missing SetWindowPos flags.
12651         * include/winuser.h: Added BSF_NOTIMEOUTIFNOTHUNG
12652         * include/winuser.h: Added IDHOT_xx defines
12653         * include/winuser.h: Added MOD_WIN
12654         * include/winuser.h: Added missing defines and structs for owner draw
12655         controls.
12656         * include/winuser.h: Added WPF_RESTORETOMAXIMIZED and
12657         WPF_SETMINPOSITION
12658         * include/winuser.h: Added DrawAnimatedRects flags
12659         * include/winuser.h: Added WM_PRINT codes
12660         * include/winuser.h: Added CS_IME class style
12661         * include/winuser.h: Added WM_SIZE codes
12662         * include/winuser.h: Added WM_MOUSEACTIVATE return codes
12663         * include/winuser.h: Added WM_NCHITTEST return codes
12664         * include/winuser.h: Added WM_SIZING parameters
12665         * include/winuser.h: Added WM_NEXTMENU and MDINEXTMENU
12666         * include/winuser.h: Added menu loop codes.
12667         * include/winuser.h: Added NFR_ANSI, NFR_UNICODE, NF_QUERY and
12668         NF_REQUERY
12669         * include/winuser.h: Added WM_POWER flags
12670         * include/winuser.h: Added KL_NAMELENGTH, WSF_VISIBLE
12671         * include/winuser.h: Added missing message filter codes
12672         * include/winuser.h: Added WM_KEYXX message flags
12673         * include/winuser.h: Added WM_SHOWMESSAGE flags
12674         * include/winuser.h: Added old ShowWindow commands
12675         * include/winuser.h: Fixed packing of DLGITEMTEMPLATE and DLGTEMPLATE
12676         structures.
12677
12678         * include/mciavi.h: New file for the MCI AVI driver that for some
12679         reason is not in mmsystem.h.
12680
12681         * include/winbase.h: Added PIPE_UNLIMITED_INSTANCES and INVALID_FILE_SIZE
12682         * include/winbase.h: Added SECURITY_xx for CreateFile
12683         * include/winbase.h: Added RTS and DTS control values
12684         * include/winbase.h: Fixed SYSTEM_INFO structure
12685         * include/winbase.h: Added CREATE_NO_WINDOW, CREATE_SHARED_WOW_VDM
12686         * include/winbase.h: Added FILE_TYPE_REMOTE
12687         * include/winbase.h: Added modem status flags
12688         * include/winbase.h: Added HINSTANCE_ERROR
12689         * include/winbase.h: Added DefineDosDevice defines
12690         * include/winbase.h: Added power management flags AC_xx BATTERY_xx
12691         * include/winbase.h: Added STARTF_XX flags
12692         * include/winbase.h: Fixed typo on _lcreat prototype.
12693         * include/winbase.h: Moved DBG_XX to winnt.h
12694         * include/winbase.h: Moved TOKEN_XX, DLL_PROCESS_XX and DLL_THREAD_XX to
12695         winnt.h
12696
12697         * include/unknwn.h: Added extern declaration of IID_IUnknown
12698
12699         * include/windowsx.h: Added hmemcpy.
12700
12701         * include/winnt.h: Added dummy member to DECLARE_HANDLE struct
12702         * include/winnt.h: Added PACCESS_TOKEN
12703         * include/winnt.h: Added TAPE_XX defines and moved some from winbase.h
12704         * include/winnt.h: Added SE_IMPERSONATION_STATE and TOKEN_SOURCE_LENGTH
12705         * include/winnt.h: Added SE_PRIVILEGE_ENABLED_BY_DEFAULT, SE_PRIVILEGE_ENABLED,
12706         SE_PRIVILEGE_USED_FOR_ACCESS, PRIVILEGE_SET_ALL_NECESSARY,
12707         SECURITY_MAX_IMPERSONATION_LEVEL, DEFAULT_IMPERSONATION_LEVEL,
12708         SECURITY_DYNAMIC_TRACKING and SECURITY_STATIC_TRACKING.
12709
12710         * include/winnt.h: Added SE_OWNER_DEFAULTED, SE_GROUP_DEFAULTED, SE_DACL_XX,
12711         SE_SACL_XX, SE_SELF_RELATIVE, SECURITY_DESCRIPTOR_MIN_LENGTH,
12712         SECURITY_DESCRIPTOR_REVISION and SECURITY_DESCRIPTOR_REVISION1.
12713
12714         * include/winsvc.h: Removed conflicting defines which were supposed
12715         to be in winnt.h
12716
12717         * include/winnt.h: Added SERVICE_NODE_TYPE, SERVICE_LOAD_TYPE
12718         and SERVICE_ERROR_TYPE.
12719
12720         * include/winnt.h: Added SERVICE_XX defines.
12721         * include/winsvc.h: Added SERVICES_ACTIVE_DATABASEA/W,
12722         SERVICES_FAILED_DATABASEA/W and SC_GROUP_IDENTIFIERA/W.
12723
12724         * include/winsvc.h: Added SERVICE_STATE_ALL, SERVICE_QUERY_CONFIG,
12725         SERVICE_CHANGE_CONFIG, SERVICE_QUERY_STATUS, SERVICE_ENUMERATE_DEPENDENTS,
12726         SERVICE_START, SERVICE_STOP, SERVICE_PAUSE_CONTINUE,
12727         SERVICE_USER_DEFINED_CONTROL and SERVICE_ALL_ACCESS
12728
12729 1998-12-02  Anders Norlander  <anorland@hem2.passagen.se>
12730
12731         * include/winbase.h: Corrected prototype for CreateProcessA
12732
12733         * include/mmsystem.h: Added CAPS1 and C1_TRANSPARENT for display
12734         driver extensions.
12735
12736         * include/shlobj.h: Corrected prototype for SHGetDesktopFolder, should
12737         be LPSHELLFOLDER* not LPSHELLFOLDER.
12738
12739         * include/windows.h: Include commdlg.h
12740
12741         * include/winuser.h: Added MDICREATESTRUCT
12742
12743         * include/winuser.h: Added LB_ERR, LB_ERRSPACE, LB_OKAY, CB_ERR,
12744         CB_ERRSPACE, and CB_OKAY
12745
12746         * include/wingdi.h: Added LPBITMAPINFOHEADER
12747
12748         * include/rpcproxy.h: Removed IN, OUT and OPTIONAL since they
12749         are meaningless.
12750         * include/rpcdce2.h: Likewise.
12751
12752         * lib/shell32.c: Moved GUID defintions from shlguid.h to this file.
12753
12754         * include/richole.h: Replaced DEFINE_GUID with extern const GUID
12755         * include/olectlid.h: Likewise
12756         * include/shlguid.h: Likewise
12757
12758         * include/coguid.h: Delete file since it was for 16 bit windows only.
12759
12760         * lib/*.def: Appended .dll to library name where needed.
12761
12762         * include/windef.h: Define _stdcall and __stdcall only if not
12763         previously defined instead of undefining first.
12764
12765         * include/dlgs.h: Put RC_INVOKED around structure defs
12766
12767         * include/intshcut.h: New file
12768         * include/isguids.h: New file
12769
12770         * lib/uuid.c: Added all COM/OLE GUIDS I know and do not know about.
12771
12772 1998-12-01  Anders Norlander  <anorland@hem2.passagen.se>
12773
12774         * include/winnt.h: Added check if _T is defined before defining it
12775
12776         * include/windows.h: Include dlgs.h if WIN32_LEAN_AND_MEAN not defined
12777
12778         * include/dlgs.h: New file
12779
12780         * include/winbase.h: Removed DllEntryPoint define
12781
12782         * include/winbase.h: Added SetupComm prototype
12783
12784         * include/rpc.h: SEH RPC functions no longer defined since they weren't
12785         supported anyway.
12786
12787         * include/basetyps.h: Removed use of COMOBJECT define, instead
12788         DECLARE_INTERFACE directly uses comobject attribute when GCC
12789         is used.
12790
12791         * include/wtypes.h: STGC enum was missing typedef
12792
12793         * include/objidl.h: ADVC enum was missing typedef
12794
12795         * include/winnt.h: Moved CHAR, SHORT and LONG definitions so
12796         they are nested within the VOID definition.
12797
12798         * include/winbase.h: Added stream ids and attributes
12799
12800         * include/winbase.h: Changed WIN32_STREAM_ID member cStreamName
12801         to an ANYSIZE_ARRAY array.
12802
12803 1998-11-26  Anders Norlander  <anorland@hem2.passagen.se>
12804
12805         * include/windef.h: defined _declspec as __declspec since
12806         some programs (like VWCL) use _declspec instead of __declspec
12807
12808         * include/winnt.h: added COMPRESS_FORMAT defines
12809
12810         * include/winbase.h: moved IS_TEXT_XXX defines to winnt.h
12811
12812         * include/winnt.h: added HEAP_XXXX defines
12813
12814         * include/winbase.h: moved HEAP_XXXX defines to winnt.h
12815
12816         * include/winnt.h: added defintions for PE/COFF from the PE and COFF
12817         specification.
12818
12819         * include/winnt.h: added NTAPI define
12820
12821 1998-11-25  Anders Norlander  <anorland@hem2.passagen.se>
12822
12823         * include/winnt.h: defined TBYTE,LPTSTR etc in terms of TCHAR
12824         instead of CHAR or WCHAR.
12825
12826         * include/winnt.h: added _T define
12827
12828         * include/winnt.h: added test for _TCHAR_DEFINED
12829
12830         * include/winnt.h: included string.h for memory macros
12831
12832         * include/prsht.h: added PSM_SETFINISHTEXT to UNICODE/ANSI test
12833
12834         * include/prsht.h: moved PSM_SETTITLEA/W to UNICODE test at end of file
12835
12836         * include/prsht.h: added PropSheet_XXX macros
12837
12838
12839 1998-11-24  Anders Norlander  <anorland@hem2.passagen.se>
12840
12841         * include/winspool.h: Changed DeletePrinterProcessor and
12842         DeletePrinterProvidor to DeletePrintXX.
12843
12844         * include/wingdi.h: Changed EMRCREATECOLORSPACE lcs member type to
12845         LOGCOLORSPACEW.
12846
12847         * include/wingdi.h: Changed prototype for CreateColorSpace to A and W
12848         variants
12849
12850         * include/wingdi.h: Likewise for GetLogColorSpace
12851
12852         * include/wingdi.h: Changed LOGCOLORSPACE to LOGCOLORSPACEA/W.
12853
12854         * include/richedit.h: Added missing defines and structures
12855
12856         * include/winuser.h: Moved EDITWORDBREAKPROCEX to include/richedit.h
12857
12858         * include/winuser.h: Added HWND_DESKTOP
12859
12860 1998-11-23  Anders Norlander  <anorland@hem2.passagen.se>
12861
12862         * Makefile: Include ChangeLog when building source
12863         distribution (srcdist)
12864
12865         * include/oleauto.h: Changed WINOLEAUTAPI and WINOLEAUTAPI_ so they
12866         are always defined as STDAPI and STDAPI_
12867
12868         * include/objbase.h: Changed WINOLEAPI and WINOLEAPI_ so they
12869         are always defined as STDAPI and STDAPI_
12870
12871         * include/objidl.h: Removed extra ';' on IStorage SetClass method
12872
12873         * include/rpcndr.h: Removed all IN and OUT from function prototypes
12874
12875         * ChangeLog started