OSDN Git Service

Update <winuser.h> and <dbt.h>; fix issue [#2317].
[mingw/mingw-org-wsl.git] / w32api / ChangeLog
1 2016-11-25  Keith Marshall  <keithmarshall@users.sourceforge.net>
2
3         Update <winuser.h> and <dbt.h>; fix issue [#2317].
4
5         * include/winuser.h: Tidy layout; add copyright notice.
6         [WINVER, _WIN32_WINDOWS, _WIN32_WINNT]: Compare them symbolically.
7         (__WINUSER_H_SOURCED__): New internal macro; define it, to facilitate
8         selective inclusion of content from other headers; delete when done.
9         (BSM_ALLCOMPONENTS, BSF_ALLOWSFW, BSM_APPLICATIONS, BSM_ALLDESKTOPS)
10         (BSM_INSTALLABLEDRIVERS, BSM_NETDRIVER, BSM_VXDS, BSF_FLUSHDISK)
11         (BSF_FORCEIFHUNG, BSF_IGNORECURRENTTASK, BSF_LUID, BSF_NOHANG)
12         (BSF_NOTIMEOUTIFNOTHUNG, BSF_POSTMESSAGE, BSF_QUERY, BSF_RETURNHDESK)
13         (BSF_SENDNOTIFYMESSAGE): Delete; do not define them locally; retrieve
14         them selectively from <dbt.h>, where they are properly defined.
15         [WINVER >= WIN2K/WIN98] (BlockInput): Add missing declaration.
16         (KillTimer, TIMERPROC): Declare timer event parameters as UINT_PTR;
17         formerly UINT, which doesn't match 64-bit size required for Win64.
18         (SetTimer): Likewise; also declare similar return type.
19         (WINEVENTPROC): Add missing CALLBACK attribute.
20         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
21
22         * include/w32api.h (__AW_ALIAS__): New macro; define it.
23         * include/sdkddkver.h (_WIN32_WINNT_NT4SP3): New macro; define it.
24
25         * include/dbt.h: Tidy layout; add copyright notice.
26         (_BEGIN_C_DECLS, _END_C_DECLS): Also prefer them here.
27         [__WINUSER_H_SOURCED__] (_DBT_H): Do not define; expose only...
28         (BSM_ALLCOMPONENTS, BSF_ALLOWSFW, BSM_APPLICATIONS, BSM_ALLDESKTOPS)
29         (BSM_INSTALLABLEDRIVERS, BSM_NETDRIVER, BSM_VXDS, BSF_FLUSHDISK)
30         (BSF_FORCEIFHUNG, BSF_IGNORECURRENTTASK, BSF_LUID, BSF_NOHANG)
31         (BSF_NOTIMEOUTIFNOTHUNG, BSF_POSTMESSAGE, BSF_QUERY, BSF_RETURNHDESK)
32         (BSF_SENDNOTIFYMESSAGE): ...these, to be duplicated in <winuser.h>
33         (__AW_ALIAS__): Use it to define ANSI/UNICODE specific aliases for...
34         (DEV_BROADCAST_PORT, DEV_BROADCAST_DEVICEINTERFACE): ...these generic
35         structure typedef names, and their respectively corresponding...
36         (PDEV_BROADCAST_PORT, PDEV_BROADCAST_DEVICEINTERFACE): ...pointer
37         type names.
38
39 2016-09-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
40
41         Fix a minor ISO-C++11 conformity issue.
42
43         * include/winnt.h (GetCurrentFiber): Insert spaces, as required
44         by ISO-C++11, between concatenated string literal elements.
45         (GetFiberData, NtCurrentTeb): Likewise.
46
47 2016-08-01  Keith Marshall  <keithmarshall@users.sourceforge.net>
48
49         Merge w32api-3.18.1 legacy updates to 5.0-active branch.
50
51         * include/ddk/winddk.h: Update per issue [#2307] resolution.
52         * include/ddk/ntdddisk.h include/ddk/ntddstor.h: Likewise.
53
54 2016-07-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
55
56         Prepare and tag all files for release of w32api-3.18.1
57
58         * configure.ac (AC_INIT): Increment patch level to 3.18.1
59
60 2016-07-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
61
62         Resolve improper macro expansion issue [#2307].
63
64         * include/ddk/winddk.h (__FILE_AM_BUFFERED, __FILE_RD_BUFFERED)
65         (__FILE_RW_BUFFERED): Redefine, encapsulating the expansion of each
66         dependent macro WITHIN the expansion of each of these; hence...
67
68         * include/ddk/ntdddisk.h (IOCTL_DISK_GET_DRIVE_GEOMETRY)
69         (IOCTL_DISK_FORMAT_TRACKS_EX, IOCTL_DISK_REASSIGN_BLOCKS)
70         (IOCTL_DISK_GET_MEDIA_TYPES, IOCTL_DISK_CONTROLLER_NUMBER)
71         (IOCTL_DISK_GET_DRIVE_LAYOUT, IOCTL_DISK_SET_DRIVE_LAYOUT)
72         (IOCTL_DISK_GET_PARTITION_INFO, IOCTL_DISK_SET_PARTITION_INFO)
73         (IOCTL_DISK_GET_DRIVE_GEOMETRY_EX, IOCTL_DISK_UPDATE_DRIVE_SIZE)
74         (IOCTL_DISK_VERIFY, IOCTL_DISK_FORMAT_TRACKS, IOCTL_DISK_PERFORMANCE)
75         (IOCTL_DISK_CREATE_DISK, IOCTL_DISK_RESERVE, IOCTL_DISK_IS_WRITABLE)
76         (IOCTL_DISK_GET_PARTITION_INFO_EX, IOCTL_DISK_SET_PARTITION_INFO_EX)
77         (IOCTL_DISK_GET_CACHE_INFORMATION, IOCTL_DISK_SET_CACHE_INFORMATION)
78         (IOCTL_DISK_INTERNAL_SET_VERIFY, IOCTL_DISK_INTERNAL_CLEAR_VERIFY)
79         (IOCTL_DISK_GET_DRIVE_LAYOUT_EX, IOCTL_DISK_SET_DRIVE_LAYOUT_EX)
80         (IOCTL_DISK_GROW_PARTITION, IOCTL_DISK_DELETE_DRIVE_LAYOUT)
81         (IOCTL_DISK_GET_LENGTH_INFO, IOCTL_DISK_PERFORMANCE_OFF)
82         (IOCTL_DISK_CHECK_VERIFY, IOCTL_DISK_FIND_NEW_DEVICES)
83         (SMART_GET_VERSION, SMART_RCV_DRIVE_DATA, SMART_SEND_DRIVE_COMMAND):
84         ...adjust these dependent macro definitions accordingly.
85
86         * include/ddk/ntddstor.h (IOCTL_STORAGE_CHECK_VERIFY)
87         (IOCTL_STORAGE_CHECK_VERIFY2, IOCTL_STORAGE_MEDIA_REMOVAL)
88         (IOCTL_STORAGE_EJECTION_CONTROL, IOCTL_STORAGE_MCN_CONTROL)
89         (IOCTL_STORAGE_GET_DEVICE_NUMBER, IOCTL_STORAGE_PREDICT_FAILURE)
90         (IOCTL_STORAGE_GET_MEDIA_TYPES, IOCTL_STORAGE_GET_MEDIA_TYPES_EX)
91         (IOCTL_STORAGE_GET_MEDIA_SERIAL_NUMBER, IOCTL_STORAGE_QUERY_PROPERTY)
92         (IOCTL_STORAGE_RELEASE, IOCTL_STORAGE_FIND_NEW_DEVICES)
93         (IOCTL_STORAGE_RESET_BUS, IOCTL_STORAGE_RESET_DEVICE)
94         (IOCTL_STORAGE_EJECT_MEDIA, IOCTL_STORAGE_LOAD_MEDIA)
95         (IOCTL_STORAGE_LOAD_MEDIA2, IOCTL_STORAGE_RESERVE): Likewise.
96
97 2016-07-19  Keith Marshall  <keithmarshall@users.sourceforge.net>
98
99         Update install-sh to match mingw.org/build-aux package.
100
101         * install-sh: Delete it; use version in parent directory instead,
102         recreating local copy, (as symlink, if supported), on demand.
103
104 2016-07-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
105
106         Eliminate redundant configuration files.
107
108         * aclocal.m4 VERSION.m4: Delete them; restore them on demand, via...
109         * Makefile.in ($top_srcdir/../%): ...this symlink dependency rule.
110
111         * configure.ac (AC_PROG_LN_S): Add configuration check.
112
113 2016-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
114
115         Discard redundant config.guess and config.sub files.
116
117         * config.guess config.sub: Delete them; they are no longer required.
118         * Makefile.in (SRCDIST_ADD): Remove related references.
119
120 2016-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
121
122         Merge recent legacy branch updates to 5.0-active branch.
123
124         * Makefile.in include/ddk/ntifs.h include/ddk/winddk.h
125         * include/sdkddkver.h include/setupapi.h include/windows.h
126         * include/winnt.h include/winuser.h include/winver.h
127         * include/wtsapi32.h lib/wtsapi32.def: Updated.
128
129 2016-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
130
131         Prepare and tag all files for release of w32api-3.18.
132
133 2016-07-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
134
135         Do not pass MAKEFLAGS explicitly, when invoking recursive make.
136
137         * Makefile.in (install-strip, uninstall): Delete explicit $(MAKEFLAGS)
138         references from $(MAKE) command lines; make passes them implicitly.
139
140 2016-06-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
141
142         Backport MemoryBarrier() implementation from 4.0-dev branch.
143
144         * include/winnt.h (MemoryBarrier): Implement it; this is a rework of
145         Earnie's original inline implementation, but declared 'static' to fix
146         issue [#1661]; it is further modified, to avoid the broken pre-Vista
147         fallback identified by issue [#2131], and to remove references to...
148         (__faststorefence, __mf): ...these MSVC intrinsics, replaced by...
149         [defined __ATOMIC_SEQ_CST] (__atomic_thread_fence): ...this, or...
150         [GCC >= 4.4] (__sync_synchronize): ...this, as appropriate, falling
151         back to inline assembly code when necessary.
152
153         * include/ddk/winddk.h (KeMemoryBarrier): Delegate it to...
154         (MemoryBarrier): ...this, so avoiding the potential to emit invalid
155         code, for hosts which do not support the SSE2 'mfence' instruction.
156
157 2016-06-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
158
159         Merge further W32API updates from Cygwin CVS.
160         Incorporated selected changes from 2012-08-01 to 2012-08-04.
161
162         * include/setupapi.h include/winuser.h include/winver.h
163         * include/wtsapi32.h lib/wtsapi32.def: Merged and updated.
164
165 2016-06-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
166
167         Update mapping of GCC to MSVC host identification macros.
168
169         * include/windows.h: Assert copyright; tidy layout.
170         (_M_IX86, _ALPHA_, _PPC_, _MIPS_, _68K_): Delete duplicate defines.
171         [!_WINUSER_H, !_WINNLS_H, !_WINVER_H, !_WINNETWK_H, !_WINREG_H]
172         [!_WINSVC_H]: Do not explicitly test these here; they are properly
173         managed implicitly, by GCC, when including the associated headers.
174
175         * include/winnt.h: Assert copyright; tidy layout.
176         (_BEGIN_C_DECLS, _END_C_DECLS): Use these, as appropriate.
177         (__aligned__, __always_inline__, __selectany__): Prefer these...
178         (aligned, always_inline, selectany): ...to these attribute forms.
179         (CONTEXT) [_ALPHA_, _PPC_, MIPS, ARM]: Change selector macros to...
180         [_M_ALPHA, _M_PPC, _M_MRX000, _M_ARM]: ...these, respectively.
181         (GetCurrentFiber, GetFiberData, NtCurrentTeb): Redefine in terms of...
182         (__tib_fiber_data__, __tib_self_refptr__): ...these adaptive macros...
183         [!_WIN64]: ...to accommodate 32-bit, or otherwise 64-bit Windows.
184         (_ALPHA_, _PPC_, _MIPS_, _68K_): Delete these redundant macros...
185         (_M_IX86): ...also removing this, but relocate it to...
186         * include/sdkddkver.h (_M_IX86): ...here; augment it with...
187         (_M_IX86_FP, _M_X64, _M_AMD64, _M_IA64): ...these; define them as
188         appropriate.
189
190         * include/ddk/ntifs.h [!_ALPHA_]: Augment test; rather consider...
191         [!_ALPHA_ && !_M_ALPHA]: ...this, for structure alignment control.
192
193 2016-05-23  Keith Marshall  <keithmarshall@users.sourceforge.net>
194
195         Merge W32API updates, from Cygwin CVS, into legacy branch.
196         Incorporate changes since release of w32api-3.17, until 2012-07-06.
197
198         * include/shobjidl.h lib/shobjidl-uuid.c: New files, added per LRN's
199         2012-04-28 commit to Cygwin CVS.
200
201         * include/gdiplus/gdiplustypes.h include/imagehlp.h
202         * include/routprot.h include/shlwapi.h include/userenv.h
203         * include/winbase.h include/wincon.h include/windef.h
204         * include/winerror.h include/wingdi.h include/winnt.h
205         * include/winsock.h include/winsock2.h include/winuser.h: Updated to
206         match Cygwin CVS state, as of 2012-07-06.
207
208         * include/wincrypt.h: Updated to remove duplicate manifest constant
209         definitions, as identified per Chris Sutcliffe's 2012-01-03 commit to
210         Cygwin CVS; merge with my 2015-09-29 commit; additionally, remove...
211         (szOID_RSA_emailAddr, szOID_RSA_unstructAddr, szOID_RSA_unstructName)
212         (CRYPT_ARCHIVABLE, CRYPT_NOHASHOID, CRYPT_VERIFYCONTEXT): ...extra
213         copies of these further duplicated definitions, identified during
214         the merging operation.
215
216 2016-05-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
217
218         Synchronize package version management with MinGW Runtime.
219
220         * VERSION.m4: New file; link it to keep in sync with identically named
221         file in top level composite package source directory; it defines...
222         (__VERSION__): ...this new composite package version macro.
223
224         * aclocal.m4: Link it, to keep in sync with identically named files in
225         top level composite source and sibling mingwrt sub-package directories.
226         (__VERSION__): New macro; include VERSION.m4 to define it.
227         (__BUG_REPORT_URL__): New macro; define it.
228
229         * configure.ac (AC_INIT): Assign package version and bug report URL...
230         (__VERSION__, __BUG_REPORT_URL__): ...from these, as defined through
231         automatic inclusion of aclocal.m4
232
233         * Makefile.in (configure): Add dependency on VERSION.m4
234
235 2016-05-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
236
237         Eliminate redundant <parts/winioctl.h> header.
238
239         * include/parts/winioctl.h: Delete it; distribute its content...
240         * include/ddk/winddk.h include/ddk/ntddstor.h include/ddk/ntdddisk.h:
241         ...among these, separating it into discrete sections based on...
242         [__need_ddk_winddk_includes, __need_ddk_ntddstor_includes]
243         [__need_ddk_ntdddisk_includes]: ...these selectors, respectively.
244         [__WINIOCTL_H_SOURCED__]: Expose only those sections; do not define...
245         (_DDK_WINDDK_H, _DDK_NTDDSTOR_H, _DDK_NTDDDISK_H): ...these.
246
247         * include/winioctl.h (__WINIOCTL_H_SOURCED__): Define it; include each
248         of <ddk/winddk.h>, <ddk/ntddstor.h>, and <ddk/ntdddisk.h>
249
250 2016-05-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
251
252         Enforce consistent specification of package version.
253
254         * include/w32api.h: Rename as...
255         * include/w32api.h.in: ...this build-time template file.
256         (__W32API_VERSION): Redefine it, in terms of...
257         (%PACKAGE_VERSION_LONG%): ...this substitution template.
258         (__W32API_MAJOR_VERSION, __W32API_MINOR_VERSION)
259         (__W32API_PATCHLEVEL): Likewise, redefine them in terms of...
260         (%PACKAGE_VERSION_MAJOR%, %PACKAGE_VERSION_MINOR%)
261         (%PACKAGE_VERSION_PATCH%): ...these.
262
263         * configure.ac (AC_CONFIG_SRCDIR): Adjust for renamed file.
264         (MINGW_AC_CONFIG_EXTRA_SRCDIR): Likewise, for similarly renamed
265         mingwrt/include/_mingw.h.in file.
266
267         * Makefile.in (all-w32api-libs): Add dependency on...
268         (w32api.h, _mingw.h): ...these; add rule to generate them, using...
269         (PACKAGE_VERSION_SCRIPT, PACKAGE_VERSION_FORMAT): ...these new macros;
270         they apply appropriate substitutions to the renamed template files.
271         (install-w32api-headers): Explicitly add w32api.h
272
273 2015-11-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
274
275         Refactor for Windows DDK synchronization; fix MinGW-Bug [#1954].
276
277         * include/parts/winioctl.h: New file; it provides infrastructure for
278         sharing of common code between DDK headers and primary <winioctl.h>
279         (__IOCTL_STORAGE_, __IOCTL_DISK_, __FILE_RW_ACCESS, __FILE_AM_BUFFERED)
280         (__FILE_RD_BUFFERED, __FILE_RW_BUFFERED): New internal convenience
281         macros; they facilitate more consise expression of factored out IOCTL
282         and FSCTL macros; define them.
283
284         * include/ddk/ntddk.h: Assert copyright; tidy layout.
285         (__NTDDK_H): Multiple inclusion guard macro, renamed to...
286         (_DDK_NTDDK_H): ...this; it provides better indication of location.
287         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
288
289         * include/ddk/winddk.h: Assert copyright; tidy layout.
290         (__WINDDK_H): Multiple inclusion guard macro, renamed to...
291         (_DDK_WINDDK_H): ...this; it provides better indication of location.
292         [!defined _DDK_NTDDK_H]: Forbid direct inclusion; emit diagnostic.
293         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
294         (METHOD_BUFFERED, METHOD_IN_DIRECT, METHOD_OUT_DIRECT)
295         (METHOD_NEITHER): Redefine as enumeration; factor it out.
296         (FILE_ANY_ACCESS, FILE_SPECIAL_ACCESS, FILE_READ_ACCESS)
297         (FILE_WRITE_ACCESS): Likewise.
298         (CTL_CODE, DEVICE_TYPE_FROM_CTL_CODE): Factor out.
299         [defined _DRIVE_LAYOUT_INFORMATION_MBR_DEFINED]: Delete guard.
300         (struct _DRIVE_LAYOUT_INFORMATION_MBR, DRIVE_LAYOUT_INFORMATION_MBR)
301         (PDRIVE_LAYOUT_INFORMATION_MBR): Factor out, without guard.
302         (struct _DRIVE_LAYOUT_INFORMATION_GPT, DRIVE_LAYOUT_INFORMATION_GPT)
303         (PDRIVE_LAYOUT_INFORMATION_GPT): Factor out.
304         (struct _PARTITION_INFORMATION_MBR, PARTITION_INFORMATION_MBR)
305         (PPARTITION_INFORMATION_MBR): Likewise.
306         (FILE_DEVICE_BEEP, FILE_DEVICE_CD_ROM, FILE_DEVICE_CD_ROM_FILE_SYSTEM)
307         (FILE_DEVICE_CONTROLLER, FILE_DEVICE_DATALINK, FILE_DEVICE_DFS)
308         (FILE_DEVICE_DISK, FILE_DEVICE_DISK_FILE_SYSTEM)
309         (FILE_DEVICE_FILE_SYSTEM, FILE_DEVICE_INPORT_PORT)
310         (FILE_DEVICE_KEYBOARD, FILE_DEVICE_MAILSLOT, FILE_DEVICE_MIDI_IN)
311         (FILE_DEVICE_MIDI_OUT, FILE_DEVICE_MOUSE)
312         (FILE_DEVICE_MULTI_UNC_PROVIDER, FILE_DEVICE_NAMED_PIPE)
313         (FILE_DEVICE_NETWORK, FILE_DEVICE_NETWORK_BROWSER)
314         (FILE_DEVICE_NETWORK_FILE_SYSTEM, FILE_DEVICE_NULL)
315         (FILE_DEVICE_PARALLEL_PORT, FILE_DEVICE_PHYSICAL_NETCARD)
316         (FILE_DEVICE_PRINTER, FILE_DEVICE_SCANNER)
317         (FILE_DEVICE_SERIAL_MOUSE_PORT, FILE_DEVICE_SERIAL_PORT)
318         (FILE_DEVICE_SCREEN, FILE_DEVICE_SOUND, FILE_DEVICE_STREAMS)
319         (FILE_DEVICE_TAPE, FILE_DEVICE_TAPE_FILE_SYSTEM, FILE_DEVICE_TRANSPORT)
320         (FILE_DEVICE_UNKNOWN, FILE_DEVICE_VIDEO, FILE_DEVICE_VIRTUAL_DISK)
321         (FILE_DEVICE_WAVE_IN, FILE_DEVICE_WAVE_OUT, FILE_DEVICE_8042_PORT)
322         (FILE_DEVICE_NETWORK_REDIRECTOR, FILE_DEVICE_BATTERY)
323         (FILE_DEVICE_BUS_EXTENDER, FILE_DEVICE_MODEM, FILE_DEVICE_VDM)
324         (FILE_DEVICE_MASS_STORAGE, FILE_DEVICE_SMB, FILE_DEVICE_KS)
325         (FILE_DEVICE_CHANGER, FILE_DEVICE_SMARTCARD, FILE_DEVICE_ACPI)
326         (FILE_DEVICE_DVD, FILE_DEVICE_FULLSCREEN_VIDEO)
327         (FILE_DEVICE_DFS_FILE_SYSTEM, FILE_DEVICE_DFS_VOLUME)
328         (FILE_DEVICE_SERENUM, FILE_DEVICE_TERMSRV, FILE_DEVICE_KSEC)
329         (FILE_DEVICE_FIPS): Redefine as enumeration; factor it out.
330         (enum _PARTITION_STYLE, PARTITION_STYLE): Factor out; add...
331         (PARTITION_STYLE_RAW): ...this new enumeration state; previously, it
332         was defined only when including this enumeration from winioctl.h
333         (struct _CREATE_DISK_MBR, CREATE_DISK_MBR, PCREATE_DISK_MBR)
334         (struct _CREATE_DISK_GPT, CREATE_DISK_GPT, PCREATE_DISK_GPT)
335         (struct _CREATE_DISK, CREATE_DISK, PCREATE_DISK): Factor out;
336         include parts/winioctl.h
337
338         * include/ddk/ntddstor.h: Assert copyright; tidy layout.
339         (__NTDDSTOR_H): Multiple inclusion guard macro, renamed to...
340         (_DDK_NTDDSTOR_H): ...this; to provide better indication of location.
341         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
342         (struct _STORAGE_BUS_TYPE, STORAGE_BUS_TYPE, PSTORAGE_BUS_TYPE)
343         (IOCTL_STORAGE_BASE, IOCTL_STORAGE_RESERVE, IOCTL_STORAGE_RELEASE)
344         (IOCTL_STORAGE_CHECK_VERIFY, IOCTL_STORAGE_CHECK_VERIFY2)
345         (IOCTL_STORAGE_MEDIA_REMOVAL, IOCTL_STORAGE_EJECT_MEDIA)
346         (IOCTL_STORAGE_LOAD_MEDIA, IOCTL_STORAGE_LOAD_MEDIA2)
347         (IOCTL_STORAGE_EJECTION_CONTROL, IOCTL_STORAGE_FIND_NEW_DEVICES)
348         (IOCTL_STORAGE_GET_MEDIA_TYPES, IOCTL_STORAGE_GET_MEDIA_TYPES_EX)
349         (IOCTL_STORAGE_GET_MEDIA_SERIAL_NUMBER, IOCTL_STORAGE_PREDICT_FAILURE)
350         (IOCTL_STORAGE_QUERY_PROPERTY, IOCTL_STORAGE_GET_DEVICE_NUMBER)
351         (IOCTL_STORAGE_RESET_BUS, IOCTL_STORAGE_RESET_DEVICE)
352         (IOCTL_STORAGE_MCN_CONTROL): Factor out; include parts/winioctl.h
353
354         * include/ddk/ntdddisk.h: Assert copyright; tidy layout.
355         (__NTDDDISK_H): Multiple inclusion guard macro, renamed to...
356         (_DDK_NTDDDISK_H): ...this; to provide better indication of location.
357         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
358         (IOCTL_DISK_BASE, IOCTL_DISK_GET_LENGTH_INFO)
359         (IOCTL_DISK_IS_WRITABLE, IOCTL_DISK_REASSIGN_BLOCKS)
360         (IOCTL_DISK_FIND_NEW_DEVICES, IOCTL_DISK_GET_MEDIA_TYPES)
361         (IOCTL_DISK_GET_DRIVE_LAYOUT, IOCTL_DISK_SET_DRIVE_LAYOUT)
362         (IOCTL_DISK_GET_PARTITION_INFO, IOCTL_DISK_SET_PARTITION_INFO)
363         (IOCTL_DISK_GET_DRIVE_LAYOUT_EX, IOCTL_DISK_SET_DRIVE_LAYOUT_EX)
364         (IOCTL_DISK_GET_DRIVE_GEOMETRY, IOCTL_DISK_GET_DRIVE_GEOMETRY_EX)
365         (IOCTL_DISK_CREATE_DISK, IOCTL_DISK_VERIFY, IOCTL_DISK_CHECK_VERIFY)
366         (IOCTL_DISK_GET_PARTITION_INFO_EX, IOCTL_DISK_SET_PARTITION_INFO_EX)
367         (IOCTL_DISK_GET_CACHE_INFORMATION, IOCTL_DISK_SET_CACHE_INFORMATION)
368         (IOCTL_DISK_DELETE_DRIVE_LAYOUT, IOCTL_DISK_GROW_PARTITION)
369         (IOCTL_DISK_FORMAT_TRACKS, IOCTL_DISK_FORMAT_TRACKS_EX)
370         (IOCTL_DISK_PERFORMANCE, IOCTL_DISK_PERFORMANCE_OFF)
371         (IOCTL_DISK_UPDATE_DRIVE_SIZE, IOCTL_DISK_RESERVE): Factor out; all of
372         these macros are now defined in parts/winioctl.h; include it.
373         (PARTITION_ENTRY_UNUSED, PARTITION_FAT_12, PARTITION_XENIX_1)
374         (PARTITION_XENIX_2, PARTITION_FAT_16, PARTITION_EXTENDED)
375         (PARTITION_HUGE, PARTITION_IFS, PARTITION_OS2BOOTMGR, PARTITION_FAT32)
376         (PARTITION_FAT32_XINT13, PARTITION_XINT13, PARTITION_XINT13_EXTENDED)
377         (PARTITION_PREP, PARTITION_LDM, PARTITION_UNIX, PARTITION_NTFT)
378         (VALID_NTFT): Redefine as enumeration; factor it out.
379         (IsRecognizedPartition, IsContainerPartition): Factor out.
380         (enum _MEDIA_TYPE, MEDIA_TYPE, PMEDIA_TYPE): Factor out, adding...
381         (F3_200Mb_512, F3_240M_512, F3_32M_512): ...these new state values.
382         (enum _DETECTION_TYPE, DETECTION_TYPE): Factor out.
383         (struct _DISK_INT13_INFO, DISK_INT13_INFO, PDISK_INT13_INFO)
384         (struct _DISK_EX_INT13_INFO, DISK_EX_INT13_INFO, PDISK_EX_INT13_INFO)
385         (struct _DISK_DETECTION_INFO, DISK_DETECTION_INFO, PDISK_DETECTION_INFO)
386         (struct _DISK_GEOMETRY_EX, DISK_GEOMETRY_EX, PDISK_GEOMETRY_EX)
387         (struct _DISK_GEOMETRY, DISK_GEOMETRY, PDISK_GEOMETRY)
388         (DiskGeometryGetPartition, DiskGeometryGetDetect): Factor out.
389         (struct _PARTITION_INFORMATION): Change field data types for...
390         (HiddenSectors, PartitionNumber): ...these, from DWORD to ULONG...
391         (PartitionType): ...and this from BYTE to UCHAR, to keep consistent
392         with Windows DDK convention, then factor out struct, together with...
393         (PARTITION_INFORMATION, PPARTITION_INFORMATION): ...these.
394         (struct _PARTITION_INFORMATION_GPT, struct _DISK_PARTITION_INFO)
395         (PARTITION_INFORMATION_GPT, *PPARTITION_INFORMATION_GPT)
396         (DISK_PARTITION_INFO, *PDISK_PARTITION_INFO): Factor out.
397         (struct _GET_LENGTH_INFORMATION)
398         (GET_LENGTH_INFORMATION, PGET_LENGTH_INFORMATION)
399         (struct _DISK_PERFORMANCE, DISK_PERFORMANCE, PDISK_PERFORMANCE)
400         (struct _DISK_PERFORMANCE_EX, DISK_PERFORMANCE_EX, PDISK_PERFORMANCE_EX)
401         (struct _FORMAT_PARAMETERS, struct _FORMAT_EX_PARAMETERS)
402         (FORMAT_PARAMETERS, PFORMAT_PARAMETERS, FORMAT_EX_PARAMETERS)
403         (PFORMAT_EX_PARAMETERS): Factor out.
404         (struct _REASSIGN_BLOCKS): Change field data types for...
405         (Reserved, Count): ...these fields, from WORD to USHORT, and...
406         (BlockNumber): ...this from DWORD to ULONG, per Windows DDK
407         convention, then factor out the struct definition, together with...
408         (REASSIGN_BLOCKS, PREASSIGN_BLOCKS): ...these associated typedefs.
409         (struct _SET_PARTITION_INFORMATION, SET_PARTITION_INFORMATION)
410         (PSET_PARTITION_INFORMATION): Factor out.
411         (struct _VERIFY_INFORMATION): Change field data type for...
412         (Length): ...this field, from DWORD to ULONG, per DDK convention, then
413         factor out the entire struct definition, together with...
414         (VERIFY_INFORMATION, PVERIFY_INFORMATION): ...these associated typedefs.
415         (DISK_CACHE_RETENTION_PRIORITY): Factor out enumerated typedef.
416         (struct _DISK_CACHE_INFORMATION, struct _DISK_GROW_PARTITION)
417         (DISK_CACHE_INFORMATION, PDISK_CACHE_INFORMATION, DISK_GROW_PARTITION)
418         (PDISK_GROW_PARTITION): Factor out.
419
420         * include/winioctl.h: Assert copyright; tidy layout; incorporate
421         definitions from Windows DDK headers, by including parts/winioctl.h;
422         delete duplicate definitions already identified as having been factored
423         out from ddk/winddk.h, ddk/ntddstor.h, and ddk/ntdddisk.h; accept type
424         compatible changes from DWORD to ULONG, WORD to USHORT, and BYTE to
425         UCHAR, resulting in no significant changes, except that...
426         (struct _DISK_PERFORMANCE): ...this is extended, by addition of...
427         (IdleTime, SplitCount, QueryTime, StorageDeviceNumber)
428         (StorageManagerName): ...these previously missing fields, originally
429         appropriately defined in ddk/ntdddisk.h, thus fixing bug [#1954].
430         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
431
432 2015-10-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
433
434         Windows application module version information API updates.
435
436         * include/winver.h: Assert copyright; tidy layout.
437         (_BEGIN_C_DECLS, _END_C_DECLS): Use these, as appropriate.
438         (__AW_SUFFIXED__): Use throughout, to identify generic functions
439         having both ANSI and UTF-16LE specific alternative implementations.
440         [NTDDI_VERSION >= NTDDI_VISTA] (GetFileVersionInfoEx): New function.
441         [NTDDI_VERSION >= NTDDI_VISTA] (GetFileVersionInfoSizeEx): Likewise;
442         note that both are generic, with ANSI and UTF-16LE implementations,
443         but the ANSI implementations are missing from MSVCRT.DLL when...
444         [NTDDI_VERSION < NTDDI_WIN8]: ...this.
445
446         * lib/version.def (GetFileVersionInfoExA, GetFileVersionInfoExW)
447         (GetFileVersionInfoSizeExA, GetFileVersionInfoSizeExW): Add symbols.
448
449 2015-10-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
450
451         Revert a failed experimental macro construct.
452
453         * include/w32api.h (__W32API_DEPRECATED_ALIAS): Delete this; it bloats
454         code, and doesn't work in the C preprocessor conditional context where
455         its associated constant definitions are most likely to be required.
456         (Windows95, Windows98, WindowsME, WindowsNT4, Windows2000, WindowsXP)
457         (Windows2003, WindowsVista, IE3, IE301, IE302, IE4, IE401, IE5, IE5a)
458         (IE5b, IE501, IE55, IE56, IE6, IE601, IE602, IE7): Redefine as macros,
459         now in terms of their preferred equivalents from <sdkddkver.h>
460
461 2015-09-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
462
463         Code clean-up; fix MinGW-Bug [#2263].
464
465         * include/w32api.h (__AW_SUFFIXED__): New macro; define it.
466         (__AW_EXTENDED__, __AW_STRING_A__, __AW_STRING_W__): Likewise.
467         (__AW__WCHAR_T__): Likewise; this is a helper for __AW_STRING_W__.
468
469         * include/wincrypt.h: Assert copyright; tidy layout; replace all C++
470         style comments, using ISO-C conforming style; remove all redundant
471         parameter names from function prototype declarations, throughout.
472         (pragma GCC system_header): Remove pointless conditional guard.
473         (_BEGIN_C_DECLS, _END_C_DECLS): Use to wrap extern "C" declarations.
474         [WINVER >= 0x500, WINVER >= 0x501]: Replace conditionals with...
475         [WINVER >= _WIN32_WINNT_WIN2K, WINVER >= _WIN32_WINNT_WINXP]: ...these
476         alternatives, respectively; they offer improved self-documentation.
477         (MS_DEF_PROV, MS_ENHANCED_PROV, MS_STRONG_PROV, MS_SCARD_PROV)
478         (MS_DEF_RSA_SIG_PROV, MS_DEF_RSA_SCHANNEL_PROV, MS_DEF_DSS_PROV)
479         (MS_DEF_DSS_DH_PROV, MS_ENH_DSS_DH_PROV, MS_DEF_DH_SCHANNEL_PROV)
480         (MS_ENH_RSA_AES_PROV): Redefine as __AW_EXTENDED__ derivatives.
481         (MS_DEF_PROV_W, MS_ENHANCED_PROV_W, MS_STRONG_PROV_W, MS_SCARD_PROV_W)
482         (MS_DEF_RSA_SIG_PROV_W, MS_DEF_RSA_SCHANNEL_PROV_W, MS_DEF_DSS_PROV_W)
483         (MS_DEF_DSS_DH_PROV_W, MS_ENH_DSS_DH_PROV_W, MS_DEF_DH_SCHANNEL_PROV_W)
484         (MS_ENH_RSA_AES_PROV_W): Redefine; use __AW_STRING_W__ to derive them
485         from their __AW_STRING_A__ equivalent string constant definitions.
486         (GET_ALG_CLASS): Redefine, expressing result in terms of...
487         (ALG_CLASS_ALL): ...this manifest bit mask; also redefined, preferring
488         a hexadecimal expression of the mask value over the former decimal.
489         (GET_ALG_TYPE, GET_ALG_SID): Similarly, use hexadecimal mask values.
490         (ALG_CLASS_SIGNATURE, ALG_CLASS_MSG_ENCRYPT, ALG_CLASS_DATA_ENCRYPT)
491         (ALG_CLASS_HASH, ALG_CLASS_KEY_EXCHANGE, ALG_TYPE_DSS, ALG_TYPE_RSA)
492         (ALG_TYPE_BLOCK, ALG_TYPE_STREAM, ALG_TYPE_DH, ALG_TYPE_SECURECHANNEL)
493         (CRYPT_UPDATE_KEY, CRYPT_NEWKEYSET, CRYPT_DELETEKEYSET, CRYPT_SILENT)
494         (CRYPT_MACHINE_KEYSET, CRYPT_USER_PROTECTED, CRYPT_CREATE_SALT)
495         (CRYPT_EXPORTABLE, CRYPT_ENCRYPT, CRYPT_DECRYPT, CRYPT_EXPORT)
496         (CRYPT_READ, CRYPT_WRITE, CRYPT_MAC, CERT_TRUST_IS_NOT_TIME_VALID)
497         (CERT_TRUST_IS_NOT_TIME_NESTED, CERT_TRUST_IS_REVOKED)
498         (CERT_TRUST_IS_NOT_SIGNATURE_VALID, CERT_TRUST_IS_NOT_VALID_FOR_USAGE)
499         (CERT_TRUST_IS_UNTRUSTED_ROOT, CERT_TRUST_REVOCATION_STATUS_UNKNOWN)
500         (CERT_TRUST_IS_CYCLIC, CERT_TRUST_CTL_IS_NOT_SIGNATURE_VALID)
501         (CERT_TRUST_IS_PARTIAL_CHAIN, CERT_TRUST_CTL_IS_NOT_TIME_VALID)
502         (CERT_TRUST_CTL_IS_NOT_VALID_FOR_USAGE, CERT_TRUST_IS_SELF_SIGNED)
503         (CERT_TRUST_HAS_EXACT_MATCH_ISSUER, CERT_TRUST_HAS_KEY_MATCH_ISSUER)
504         (CERT_TRUST_HAS_NAME_MATCH_ISSUER, CERT_TRUST_IS_COMPLEX_CHAIN)
505         (CERT_CHAIN_POLICY_BASE, CERT_CHAIN_POLICY_AUTHENTICODE)
506         (CERT_CHAIN_POLICY_AUTHENTICODE_TS, CERT_CHAIN_POLICY_SSL)
507         (CERT_CHAIN_POLICY_BASIC_CONSTRAINTS, CERT_CHAIN_POLICY_NT_AUTH)
508         (CERT_NAME_STR_REVERSE_FLAG, CERT_NAME_STR_DISABLE_IE4_UTF8_FLAG)
509         (CERT_NAME_STR_CRLF_FLAG, CERT_NAME_STR_ENABLE_UTF8_UNICODE_FLAG)
510         (CERT_NAME_STR_ENABLE_T61_UNICODE_FLAG, CERT_NAME_STR_NO_PLUS_FLAG)
511         (CERT_NAME_STR_NO_QUOTING_FLAG, CERT_NAME_STR_SEMICOLON_FLAG)
512         (CERT_FIND_CERT_ID, CERT_FIND_CTL_USAGE, CERT_FIND_ENHKEY_USAGE)
513         (CERT_FIND_EXISTING, CERT_FIND_HASH, CERT_FIND_ISSUER_ATTR)
514         (CERT_FIND_ISSUER_NAME, CERT_FIND_ISSUER_OF, CERT_FIND_KEY_IDENTIFIER)
515         (CERT_FIND_KEY_SPEC, CERT_FIND_MD5_HASH, CERT_FIND_PROPERTY)
516         (CERT_FIND_PUBLIC_KEY, CERT_FIND_SHA1_HASH, CERT_FIND_SIGNATURE_HASH)
517         (CERT_FIND_SUBJECT_ATTR, CERT_FIND_SUBJECT_CERT, CERT_FIND_SUBJECT_NAME)
518         (CERT_FIND_SUBJECT_STR_A, CERT_FIND_SUBJECT_STR_W)
519         (CERT_FIND_ISSUER_STR_A, CERT_FIND_ISSUER_STR_W)
520         (CERT_FIND_OR_ENHKEY_USAGE_FLAG, CERT_FIND_OPTIONAL_ENHKEY_USAGE_FLAG)
521         (CERT_FIND_NO_ENHKEY_USAGE_FLAG, CERT_FIND_VALID_ENHKEY_USAGE_FLAG)
522         (CERT_FIND_EXT_ONLY_ENHKEY_USAGE_FLAG, CERT_UNICODE_IS_RDN_ATTRS_FLAG)
523         (CERT_CASE_INSENSITIVE_IS_RDN_ATTRS_FLAG, CERT_CHAIN_FIND_BY_ISSUER)
524         (CERT_CHAIN_FIND_BY_ISSUER_COMPARE_KEY_FLAG)
525         (CERT_CHAIN_FIND_BY_ISSUER_COMPLEX_CHAIN_FLAG)
526         (CERT_CHAIN_FIND_BY_ISSUER_CACHE_ONLY_FLAG)
527         (CERT_CHAIN_FIND_BY_ISSUER_CACHE_ONLY_URL_FLAG)
528         (CERT_CHAIN_FIND_BY_ISSUER_LOCAL_MACHINE_FLAG)
529         (CERT_CHAIN_FIND_BY_ISSUER_NO_KEY_FLAG)
530         (CERT_SYSTEM_STORE_LOCAL_MACHINE): All represent bit-mapped values;
531         express them in hexadecimal, in preference to original decimal form.
532         (CERT_FIND_SUBJECT_STR, CERT_FIND_ISSUER_STR): Redefine them as
533         __AW_EXTENDED__ macros, for UNICODE/non-UNICODE cases respectively.
534         (szOID_CRL_DIST_POINTS): Correct defective definition; value should be
535         a string literal, but was missing delimiting quotes; insert them.
536         (CertNameToStr, CertOpenSystemStore, CertGetNameString, CryptSignHash)
537         (CryptAcquireContext, CryptVerifySignature, CryptGetDefaultProvider)
538         (CryptEnumProviders, CryptSetProvider): Define as __AW_SUFFIXED__
539         aliases for each of the UNICODE/non-UNICODE cases respectively.
540         (CryptEnumProvidersA): Correct prototype declaration; 5th parameter
541         was declared as type LPTSTR, but should be type LPSTR.
542         (CryptEnumProvidersW): Likewise; 5th parameter should be type LPWSTR.
543         (CryptGetDefaultProviderW): Likewise; 4th parameter was declared as
544         type LPSTR, but should be type LPWSTR.
545         [defined MINGW_TENTATIVE_ASSUMPTIONS] (X509_ANY_STRING)
546         (X509_CRL_REASON_CODE, X509_DSS_PUBLICKEY, X509_UNICODE_ANY_STRING)
547         (struct _CERT_ALT_NAME_ENTRY): Add tentative definitions.
548
549 2015-09-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
550
551         Correct defect in build system compilation rule.
552
553         * Makefile.in (scrnsavw.$OBJEXT): Do not use $^ to represent the
554         source file; it expands to also include prerequisite header files,
555         which should not appear on the compilation command line.  Rewrite
556         rule in static pattern format, and use $< instead.
557
558 2015-08-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
559
560         Build system corrections for GCC build time support.
561
562         * configure.ac (AC_PROG_CC): Don't use this; we need...
563         (MINGW_AC_PROG_CC_COMPILE_ONLY): ...this alternative, to support
564         building with only a stage 1 partially built GCC installation.
565
566         * Makefile.in (install-headers): New make objective; map it to...
567         (install-w32api-headers): ...this, for which it is a logical alias.
568
569 2015-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
570
571         Overhaul and streamline build system configuration.
572
573         * configure.in: Delete obsolete file; replace with...
574         * configure.ac: New file; rewritten per current autoconf conventions.
575
576         * Makefile.in: Rewritten; adapted from current mingwrt configuration,
577         it now processes the entire build without using separate sub-makes.
578
579         * lib/Makefile.in: Sub-make configuration not required now; delete it.
580         * lib/ddk/Makefile.in lib/directx/Makefile.in: Likewise; delete them.
581
582 2015-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
583
584         Remove unused aclocal.m4 configuration file.
585
586         * aclocal.m4: Delete it; it provides no content used by this package.
587
588 2015-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
589
590         Adapt platform feature checks to NTDDI_VERSION conventions.
591
592         * include/sdkddkver.h: New file; merge from 4.0-dev branch.
593         (_WIN32_WINNT_WINBLUE): New manifest constant for Windows-8.1.
594         (WINNTVER): Prefer bitwise shift to division; adjust accordingly.
595         [_WIN32_WINNT != OSVER(NTDDI_VERSION)]: Bad comparison; correct to...
596         [_WIN32_WINNT != WINNTVER(NTDDI_VERSION)]: ...this.
597
598         * include/w32api.h: Assert copyright; include sdkddkver.h.
599         (__W32API_VERSION): Increment to 3.18; adopt new encoding format.
600         (__W32API_MAJOR_VERSION, __W32API_MINOR_VERSION): Adjust consistently.
601         (__W32API_PATCH_LEVEL): New macro; define with initial value of zero.
602         (__W32API_DEPRECATED_ALIAS): New macro; define it; use to redefine...
603         (Windows95, Windows98, WindowsME, WindowsNT4, Windows2000, WindowsXP)
604         (Windows2003, WindowsVista, IE3, IE301, IE302, IE4, IE401, IE5, IE5a)
605         (IE5b, IE501, IE55, IE56, IE6, IE601, IE602, IE7): ...these; replace
606         macro definitions by long integer constants, and mark as deprecated.
607         (UNICODE, _UNICODE): Keep these consistent; use logic factored out of
608         mingwrt/include/_mingw.h, whence we similarly relocate...
609         (_EXTERN_C, _BEGIN_C_DECLS, _END_C_DECLS): ...these.
610
611         * include/windef.h: Assert copyright; include w32api.h, whence we
612         infer default assignments, per included sdkddkver.h, for each of...
613         (WINVER, _WIN32_WINNT): ...these; delete local defines.
614         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
615
616 2015-06-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
617
618         Remove generated configure script from revision control.
619
620         * configure: Delete from SCM; maintainer must regenerate it, when
621         required, as SCM will now ignore it.
622
623 2012-08-04  Earnie Boyd  <earnie@users.sourceforge.net>
624
625         Cosmetic adjustment to match MSDN documentation.
626
627         * include/winver.h (VerQueryValueA, VerQueryValueW): Declare type
628         of parameter #1 to be LPCVOID, in preference to formerly specified,
629         and functionally equivalent, 'const LPVOID'.
630
631 2012-08-01  Stephan Jorek  <sjorek@users.sourceforge.net>
632
633         Correct typos, as identified by issue [#1534].
634
635         * include/setupapi.h (SetupCancelTemporary): Should be...
636         (SetupCancelTemporarySourceList): ...this; complete truncated name.
637         (SetupFreeA, SetupFreeW): Likewise, complete these respectively to...
638         (SetupFreeSourceListA, SetupFreeSourceListW): ...these, and...
639         (SetupQueryA, SetupQueryW): ...these respectively to...
640         (SetupQuerySourceListA, SetupQuerySourceListW): ...these.
641         (SetupDiGetWizardage): Misspelled; correct it to...
642         (SetupDiGetWizardPage): ...this.
643
644 2012-08-01  Earnie Boyd  <earnie@users.sourceforge.net>
645
646         Declare WTSVirtualChannel API functions per issue [#1342].
647
648         * include/wtsapi32.h [_WIN32_WINNT >= 0x500]
649         (WTSVirtualChannelOpen, WTSVirtualChannelQuery, WTSVirtualChannelRead)
650         (WTSVirtualChannelPurgeInput, WTSVirtualChannelPurgeOutput)
651         (WTSVirtualChannelWrite, WTSVirtualChannelClose): Declare them.
652         [_WIN32_WINNT >= 0x600] (WTSVirtualchannelOpenEx): Likewise.
653
654         * lib/wtsapi32.def (WTSVirtualChannelOpenEx@12): Add reference.
655
656 2012-08-01  Earnie Boyd  <earnie@users.sourceforge.net>
657
658         Correct MENUITEMINFO structure definition per issue [#1659].
659
660         * include/winuser.h (tagMENUITEMINFOA, tagMENUITEMINFOW): dwItemData
661         field was defined as type DWORD; correct it to type ULONG_PTR.
662
663 2012-07-06  Corinna Vinschen  <corinna@vinschen.de>
664
665         Extend visibility of winsock definitions when building Cygwin.
666
667         * include/winsock.h [__INSIDE_CYGWIN__]: Expose definitions of...
668         (IP_OPTIONS, SO_DEBUG, SO_ACCEPTCONN, SO_REUSEADDR, SO_KEEPALIVE)
669         (SO_DONTROUTE, SO_BROADCAST, SO_USELOOPBACK, SO_LINGER, SO_OOBINLINE)
670         (SO_DONTLINGER, SO_SNDBUF, SO_RCVBUF, SO_SNDLOWAT, SO_RCVLOWAT)
671         (SO_SNDTIMEO, SO_RCVTIMEO, SO_ERROR, SO_TYPE): ...these; however...
672         [__INSIDE_MSYS__]: ...keep them hidden.
673
674         * include/winsock2.h [__INSIDE_CYGWIN__]: Likewise, expose...
675         (AF_MAX, _SS_MAXSIZE, _SS_ALIGNSIZE, _SS_PAD1SIZE, _SS_PAD2SIZE)
676         (struct sockaddr, struct sockaddr_storage): ...these, whereas...
677         [__INSIDE_MSYS__]: ...also keep them hidden.
678
679 2012-04-29  Jan Ringos  <tringi@users.sf.net>
680
681         Correct version guard for WinXP minimum requirement.
682
683         * include/winbase.h (GetModuleHandleEx): Function unsupported for...
684         [_WIN32_WINNT >= 0x500]: ...this; it isn't in Win2K, so should be...
685         [_WIN32_WINNT >= 0x501]: ...this; correct it accordingly.
686         (GetModuleHandleExA, GetModuleHandleExW): Likewise.
687
688 2012-04-28  LRN  <l_r_nightmare@users.sf.net>
689
690         Add missing <shobjidl.h> and associated UUID implementation.
691
692         * include/shobjidl.h lib/shobjidl-uuid.c: New files.
693         * lib/Makefile.in (UUID_SOURCES, UUID_OBJS): Add references.
694
695 2012-03-19  Ben Greear  <greear@users.sf.net>
696
697         Adjust header file definition order, to fix issue [#1570].
698
699         * include/routprot.h (IP_LOCAL_BINDING): Must be defined before...
700         (IP_ADAPTER_BINDING_INFO): ...this; adjust order of definition.
701
702 2012-01-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
703
704         Add missing return value, flagged by 'make test'.
705
706         * include/gdiplus/gdiplustypes.h (Gdiplus::GdiplusAbort::Abort):
707         Return NO_ERROR in virtual definition.
708
709 2012-01-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
710
711         Remove duplicate definitions, identified by 'make test'.
712
713         * include/wincrypt.h (CRYPT_NEWKEYSET, CRYPT_DELETEKEYSET)
714         (CRYPT_MACHINE_KEYSET, CRYPT_EXPORTABLE, CRYPT_USER_PROTECTED)
715         (CRYPT_SILENT, CRYPT_CREATE_SALT, CRYPT_UPDATE_KEY, CRYPT_NO_SALT)
716         (CRYPT_PREGEN, CRYPT_RECIPIENT, CRYPT_INITIATOR, CRYPT_ONLINE)
717         (CRYPT_SF, CRYPT_CREATE_IV, CRYPT_KEK, CRYPT_DATA_KEY)
718         (CRYPT_VOLATILE, CRYPT_SGCKEY): Delete second instance of each.
719
720         * include/winerror.h (CRYPT_E_REVOKED): Delete; it is already
721         correctly defined (per MSDN) in <wincrypt.h>
722
723 2012-01-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
724
725         Correct misuse of #ifdef, identified by 'make test'.
726
727         * include/shlwapi.h (enum ASSOCSTR, enum ASSOCDATA): Fix typos;
728         /#ifdef _WIN32_IE >= 0x0600/s/#ifdef/#if/
729
730 2011-12-22  Corinna Vinschen  <corinna@vinschen.de>
731
732         Replace more incorrectly named manifest constants.
733
734         * include/winnt.h (JOB_OBJECT_LIMIT_BREAKAWAY_OK)
735         (JOB_OBJECT_LIMIT_SILENT_BREAKAWAY_OK): Define; make aliases for...
736         (JOB_OBJECT_BREAKAWAY_OK, JOB_OBJECT_SILENT_BREAKAWAY): ...these old
737         definitions respectively; retain for backward compatibility only.
738
739 2011-12-22  Corinna Vinschen  <corinna@vinschen.de>
740
741         Add missing PROCESS_QUERY_LIMITED_INFORMATION.
742
743         * include/winnt.h (PROCESS_QUERY_LIMITED_INFORMATION): Define it.
744
745 2011-08-19  Corinna Vinschen  <corinna@vinschen.de>
746
747         Add missing MAPVK manifest constant definitions.
748
749         * include/winuser.h (MAPVK_VK_TO_VSC, MAPVK_VSC_TO_VK): Define them.
750         (MAPVK_VK_TO_CHAR, MAPVK_VSC_TO_VK_EX, MAPVK_VK_TO_VSC_EX): Likewise.
751
752 2011-08-05  Corinna Vinschen  <corinna@vinschen.de>
753
754         Correct some misspelled manifest constant names.
755
756         * include/winnt.h (IMAGE_DLL_CHARACTERISTICS_NX_COMPAT): Should be...
757         (IMAGE_DLLCHARACTERISTICS_NX_COMPAT): ...this; define correctly; also
758         alias to original misspelling, to maintain backward compatibility.
759         (IMAGE_DLL_CHARACTERISTICS_FORCE_INTEGRITY): Likewise; should be...
760         (IMAGE_DLLCHARACTERISTICS_FORCE_INTEGRITY): ...this; define and alias.
761         (IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE): Likewise; should be...
762         (IMAGE_DLLCHARACTERISTICS_DYNAMIC_BASE): ...this; define and alias.
763
764 2011-07-29  Corinna Vinschen  <corinna@vinschen.de>
765
766         Add a missing Win2K sockets IOCTL feature.
767
768         * include/winsock2.h (SIO_UDP_CONNRESET): Define.
769
770 2011-05-22  Albrecht Schlosser  <vms-news@go4more.de>
771
772         Fix an incorrectly typed structure member.
773
774         * include/wingdi.h (GCP_RESULTSW): lpClass field defined as LPWSTR;
775         should be LPSTR; correct it.
776
777 2011-05-15  Corinna Vinschen  <corinna@vinschen.de>
778
779         Add another missing manifest constant definition.
780
781         * include/winbase.h (STACK_SIZE_PARAM_IS_A_RESERVATION): Define.
782
783 2011-04-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
784
785         Avoid pollution of user namespace; fix MinGW-Bug [#1531].
786
787         * include/windef.h (PACKED): Delete macro definition; its name is not
788         reserved, and may thus conflict with a user defined name; replace it...
789         * include/wincon.h (KEY_EVENT_RECORD): ...at this sole point of use;
790         use __attribute__((packed)) directly instead.
791
792 2011-04-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
793
794         Fix bad typedef, per MinGW-Bug [#1529].
795
796         * include/imagehlp.h (PREAD_PROCESS_MEMORY_ROUTINE): Corrected, to
797         conform with MSDN reference, as identified by Safety0ff.
798
799 2011-04-04  Corinna Vinschen  <corinna@vinschen.de>
800
801         Add a missing manifest constant definition.
802
803         * include/winnt.h (DOMAIN_ALIAS_RID_REMOTE_DESKTOP_USERS): Define.
804
805 2011-03-29  Corinna Vinschen  <corinna@vinschen.de>
806
807         Win2K and Vista userenv updates.
808
809         * include/userenv.h [_WIN32_WINNT >= 0x0500] (DeleteProfile)
810         (GetAllUsersProfileDirectory, GetDefaultUserProfileDirectory)
811         (ExpandEnvironmentStringsForUser): Define function aliases.
812         [_WIN32_WINNT >= 0x0500] (DeleteProfileA, DeleteProfileW)
813         (GetAllUsersProfileDirectoryA, GetAllUsersProfileDirectoryW)
814         (GetDefaultUserProfileDirectoryA, GetDefaultUserProfileDirectoryW
815         (ExpandEnvironmentStringsForUserA, ExpandEnvironmentStringsForUserW)
816         (GetProfileType): Declare function prototypes.
817         [_WIN32_WINNT >= 0x0600] (CreateProfile): Declare function prototype.
818         [_WIN32_WINNT >= 0x0500] (PT_TEMPORARY, PT_ROAMING, PT_MANDATORY):
819         New manifest constants; define them.
820
821 2011-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
822
823         * Makefile.in: Increment CYGRELEASE to 2.
824
825 2011-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
826
827         * lib/Makefile.in: Include GDIPLUS_HEADERS in dist target.
828
829 2011-03-11  Chris Sutcliffe  <ir0nh34d@users.sf.net>
830
831         * include/w32api.h: Increment version to 3.17.
832         * Makefile.in: Ditto.
833
834 2011-03-07  Chris Sutcliffe  <ir0nh34d@users.sf.net>
835
836         * include/winbase.h (PSAPI_WORKING_SET_BLOCK)
837         (PSAPI_WORKING_SET_INFORMATION): Move from here...
838         * include/psapi.h (PSAPI_WORKING_SET_BLOCK)
839         (PSAPI_WORKING_SET_INFORMATION): ...to here.
840
841 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
842
843         * include/w32api.h: Increment version to 3.16.
844         * Makefile.in: Ditto.
845
846 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
847
848         * include/commctrl.h (NMTCKEYDOWN): Define.
849
850 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
851
852         * include/wtsapi32.h (WTSSendMessageA, WTSSendMessageW, WTSSendMessage):
853         Define.
854
855 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
856
857         * include/winbase.h (PSAPI_WORKING_SET_BLOCK,
858         PSAPI_WORKING_SET_INFORMATION): Define.
859
860 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
861
862         * include/winbase.h (__GNUC_EXTENSION): Define, replacing __MINGW_EXTENSION.
863
864 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
865
866         * lib/kernel32.def (FreeLibraryAndExitThread): Fix definition.
867
868 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
869
870         * include/winbase.h (FILE_ENCRYPTABLE, FILE_IS_ENCRYPTED, FILE_READ_ONLY,
871         FILE_ROOT_DIR, FILE_SYSTEM_ATTR, FILE_SYSTEM_DIR, FILE_SYSTEM_NOT_SUPPORT,
872         FILE_UNKNOWN, FILE_USER_DISALLOWED): Define.
873
874 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
875
876         * include/winioctl.h (_DRIVE_LAYOUT_INFORMATION_MBR): Add
877         _DRIVE_LAYOUT_INFORMATION_MBR_DEFINED guard.
878         * include/ddk/winddk.h (_DRIVE_LAYOUT_INFORMATION_MBR): Ditto.
879
880 2011-03-04  Seth Jackson  <sethj@users.sourceforge.net>
881
882         * include/winnt.h (PAGE_WRITECOMBINE): Define.
883         * include/winbase.h (THREAD_MODE_BACKGROUND_BEGIN, THREAD_MODE_BACKGROUND_END): Define.
884
885 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
886
887         * include/winbase.h (__MINGW_EXTENSION): Define.
888         (OVERLAPPED): Add __MINGW_EXTENSION around nameless union /
889         struct to correct issue with -std=c99.
890
891 2011-03-02  Corinna Vinschen  <corinna@vinschen.de>
892
893         * include/ddk/winddk.h (TIMER_INFORMATION_CLASS): Define.
894         (TIMER_BASIC_INFORMATION): Define.
895         (NtQueryTimer): Define.
896         (ZwQueryTimer): Define.
897
898 2010-12-27  David Byron  <dbyron0@users.sourceforge.net>
899
900         * include/winioctl.h (STORAGE_BUS_TYPE): Define.
901
902 2010-12-27  Seth Jackson  <sethj@users.sourceforge.net>
903
904         * include/winbase.h (GetComputerNameEx): Define.
905
906 2010-12-27  Ryan Lortie  <desrt@desrt.ca>
907
908         * include/winbase.h (TzSpecificLocalTimeToSystemTime): Define.
909
910 2010-12-27  Markus Koenig  <basilo@users.sourceforge.net>
911
912         * include/gdiplus/gdipluspixelformats.h (PixelFormatIndexed,
913         PixelFormatGDI, PixelFormatAlpha, PixelFormatPAlpha,
914         PixelFormatExtended, PixelFormatCanonical, PixelFormatUndefined,
915         PixelFormatDontCare, PixelFormat1bppIndexed, PixelFormat4bppIndexed,
916         PixelFormat8bppIndexed, PixelFormat16bppGrayScale,
917         PixelFormat16bppRGB555, PixelFormat16bppRGB565, PixelFormat16bpp1555,
918         PixelFormat24bppRGB, PixelFormat32bppRGB, PixelFormat32bppARGB,
919         PixelFormat32bppPARGB, PixelFormat48bppRGB, PixelFormat64bppARGB,
920         PixelFormat64bppPARGB, PixelFormatMax): Fix definition.
921
922 2010-10-20  Seth Jackson  <sethj@users.sourceforge.net>
923
924         * include/commctrl.h (TC_ITEMHEADER[AW]): Rename to TCITEMHEADER[AW].
925         Add defines for backward compatibility.
926
927 2010-12-27  Johann Hanne  <jonnyh33@users.sourceforge.net>
928
929         * include/oaidl.h (GetTypeComp, GetTypeComp, IsMatchingType): Fix defintion.
930         * include/objidl.h (AddConnection, ReleaseConnection): Ditto.
931         * include/winbase.h (EnumResourceLanguagesA, EnumResourceLanguagesW,
932         EnumResourceNamesA, EnumResourceNamesW, EnumResourceTypesA,
933         EnumResourceTypesW): Ditto.
934         * include/winnt.h (_SYSTEM_POWER_CAPABILITIES): Ditto.
935
936 2010-12-27  Seth Jackson  <sethj@users.sourceforge.net>
937
938         * include/basetsd.h: (INT8, UINT8, INT16, UINT16): Define.
939
940 2010-12-27  Paul Sokolovsky  <pfalcon@users.sf.net>
941
942         * include/bdatypes.h: Add missing semicolons.
943
944 2010-08-26  Chris Sutcliffe  <ir0nh34d@users.sf.net>
945
946         * include/w32api.h: Increment version to 3.15.
947         * Makefile.in: Ditto.
948
949 2010-08-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
950
951         * Makefile.in: Update naming convention and compression format (lzma),
952         leaving existing naming convention and compression format as is for Cygwin.
953
954 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
955
956         * include/oleacc.h (STATE_SYSTEM_HASPOPUP, STATE_SYSTEM_NORMAL,
957         STATE_SYSTEM_PROTECTED): Define.
958
959         Thank you to Marcus von Appen for reporting the issue.
960
961 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
962
963         * include/winuser.h (CF_DIBV5): Define.
964         (CF_MAX): Adjust accordingly.
965
966         Thank you to Lenard Lindstrom for reporting the issue.
967
968 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
969
970         * include/sspi.h (QuerySecurityContextToken): Define.
971         * lib/secur32.def: Regenerate using gendef on a Win7 machine.
972
973         Thank you to Magnus Hagander for reporting the issue.
974
975 2010-08-25  Ali Sabil  <asabil@users.sourceforge.net>
976
977         * include/ocidl.h: Define COBJMACROS for IPropertyBag and IPropertyBag2.
978
979 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
980
981         * include/shlwapi (ASSOCDATA): Update definition.
982
983         Thank you to Frederic Deschamps for reporting the issue.
984
985 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
986
987         * include/winbase.h (COPY_FILE_OPEN_SOURCE_FOR_WRITE,
988         COPY_FILE_ALLOW_DECRYPTED_DESTINATION, COPY_FILE_COPY_SYMLINK,
989         COPY_FILE_NO_BUFFERING): Define.
990
991         Thank you to Roland Schwingel for reporting the issue.
992
993 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
994
995         * include/winuser.h (HHOOK): Move definition from here...
996         * include/windef.h: ...to here, as per MSDN.
997
998         Thank you to Samuel Thibault for reporting the issue.
999
1000 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1001
1002         * include/winbase.h (GetEnvironmentStrings, GetEnvironmentStringsA): Per
1003         MSDN, change return type to LPCH.
1004         (GetEnvironmentStringsW): Per MSDN, change return type to LPWCH.
1005
1006         Thank you to Emmanuel Stapf for reporting the issue.
1007
1008 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1009
1010         * include/prsht.h (SNDMDG, POSTMSG): Fix typo.
1011         * include/windowsx.h (SNDMSG): Ditto.
1012
1013 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1014
1015         * include/prsht.h (SNDMSG, POSTMSG): Define macros and use throughout.
1016
1017         Thank you to Ozkan Sezer for reporting the issue.
1018
1019 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1020
1021         * include/windowsx.h (SNDMSG): Define macro and use throughout.
1022
1023         Thank you to Chris Oldwood for reporting the issue.
1024
1025 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1026
1027         * include/oleacc.h (AccessibleObjectFromEvent): Correct definition.
1028
1029         Thank you to Rick Walsh for reporting the issue.
1030
1031 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1032
1033         * include/winbase.h (MoveFileWithProcessA, MoveFileWithProgressW): Define.
1034
1035 2010-08-24  Vinky  <rabbit_vinky@users.sourceforge.net>
1036
1037         * include/winbase.h (OVERLAPPED): Correct definition.
1038
1039 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1040
1041         * include/winnt.h (IMAGE_NT_HEADERS32, IMAGE_NT_HEADERS64): Correct
1042         definition.
1043
1044         Thank you to Pasi Ruokola for reporting the issue.
1045
1046 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1047
1048         * include/exdisp.h (get_RegisterAsBrowser): Fix typo.
1049
1050         Thank you to cheznonnon for reporting the issue.
1051
1052 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1053
1054         * lib/ws2_32.def: Regenerate using gendef on a Win7 machine.
1055
1056 2010-08-24  Ozkan Sezer  <sezero@users.sourceforge.net>
1057
1058         * winnt.h: Fix several SUBLANG ID errors (ref:
1059         http://msdn.microsoft.com/en-us/library/dd318693(VS.85).aspx).
1060         (SUBLANG_UI_CUSTOM_DEFAULT): 0x05, not 0x03.
1061         (SUBLANG_HAUSA_NIGERIA): Bad ID name, correct one is ...
1062         (SUBLANG_HAUSA_NIGERIA_LATIN): ... this.
1063         (SUBLANG_INUKTITUT_CANADA_LATIN): 0x02, not 0x01.
1064         (SUBLANG_IRISH_IRELAND): 0x02, not 0x01.
1065         (SUBLANG_LAO_LAO_PDR): Bad ID name, correct one is ...
1066         (SUBLANG_LAO_LAO): ... this.
1067         (SUBLANG_LOWER_SORBIAN_GERMANY): 0x02, not 0x01.
1068         (SUBLANG_SAMI_SKOLT_FINLAND): 0x08, not 0x03.
1069         (SUBLANG_SAMI_INARI_FINLAND): 0x09, not 0x03.
1070         (SUBLANG_SYRIAC_SYRIA): define as SUBLANG_SYRIAC (what MSDN mentions).
1071         (SUBLANG_TIGRIGNA_ERITREA): 0x02, not 0x01.
1072         (SUBLANG_BENGALI_INDIA): 0x01, not 0x00.
1073         (SUBLANG_BENGALI_BANGLADESH): 0x02, not 0x01.
1074         (SUBLANG_PUNJABI_INDIA): 0x01, not 0x00.
1075         (SUBLANG_PUNJABI_PAKISTAN): not defined in MSDN.
1076         (SUBLANG_ROMANIAN_ROMANIA): 0x01, not 0x00.
1077         (SUBLANG_ROMANIAN_MOLDOVA): not defined in MSDN.
1078
1079 2010-08-24  LRN  <lrn1986@gmail.com>
1080
1081         * include/mmreg.h (MPEGLAYER3WAVEFORMAT, WAVE_FORMAT_UNKNOWN,
1082         WAVE_FORMAT_PCM, WAVE_FORMAT_ADPCM, WAVE_FORMAT_IEEE_FLOAT,
1083         WAVE_FORMAT_VSELP, WAVE_FORMAT_IBM_CVSD, WAVE_FORMAT_ALAW,
1084         WAVE_FORMAT_MULAW, WAVE_FORMAT_OKI_ADPCM, WAVE_FORMAT_DVI_ADPCM,
1085         WAVE_FORMAT_MEDIASPACE_ADPCM, WAVE_FORMAT_SIERRA_ADPCM,
1086         WAVE_FORMAT_G723_ADPCM, WAVE_FORMAT_DIGIFIX, WAVE_FORMAT_DIALOGIC_OKI_ADPCM,
1087         WAVE_FORMAT_MEDIAVISION_ADPCM, WAVE_FORMAT_CU_CODEC,
1088         WAVE_FORMAT_YAMAHA_ADPCM, WAVE_FORMAT_SONARC,
1089         WAVE_FORMAT_DSPGROUP_TRUESPEECH, WAVE_FORMAT_ECHOSC1,
1090         WAVE_FORMAT_AUDIOFILE_AF36, WAVE_FORMAT_APTX, WAVE_FORMAT_AUDIOFILE_AF10,
1091         WAVE_FORMAT_PROSODY_1612, WAVE_FORMAT_LRC, WAVE_FORMAT_DOLBY_AC2,
1092         WAVE_FORMAT_GSM610, WAVE_FORMAT_MSNAUDIO, WAVE_FORMAT_ANTEX_ADPCME,
1093         WAVE_FORMAT_CONTROL_RES_VQLPC, WAVE_FORMAT_DIGIREAL, WAVE_FORMAT_DIGIADPCM,
1094         WAVE_FORMAT_CONTROL_RES_CR10, WAVE_FORMAT_NMS_VBXADPCM,
1095         WAVE_FORMAT_ROLAND_RDAC, WAVE_FORMAT_ECHOSC3, WAVE_FORMAT_ROCKWELL_ADPCM,
1096         WAVE_FORMAT_ROCKWELL_DIGITALK, WAVE_FORMAT_XEBEC, WAVE_FORMAT_G721_ADPCM,
1097         WAVE_FORMAT_G728_CELP, WAVE_FORMAT_MSG723, WAVE_FORMAT_MPEG,
1098         WAVE_FORMAT_RT24, WAVE_FORMAT_PAC, WAVE_FORMAT_MPEGLAYER3,
1099         WAVE_FORMAT_LUCENT_G723, WAVE_FORMAT_CIRRUS, WAVE_FORMAT_ESPCM,
1100         WAVE_FORMAT_VOXWARE, WAVE_FORMAT_CANOPUS_ATRAC, WAVE_FORMAT_G726_ADPCM,
1101         WAVE_FORMAT_G722_ADPCM, WAVE_FORMAT_DSAT, WAVE_FORMAT_DSAT_DISPLAY,
1102         WAVE_FORMAT_VOXWARE_BYTE_ALIGNED, WAVE_FORMAT_VOXWARE_AC8,
1103         WAVE_FORMAT_VOXWARE_AC10, WAVE_FORMAT_VOXWARE_AC16,
1104         WAVE_FORMAT_VOXWARE_AC20, WAVE_FORMAT_VOXWARE_RT24,
1105         WAVE_FORMAT_VOXWARE_RT29, WAVE_FORMAT_VOXWARE_RT29HW,
1106         WAVE_FORMAT_VOXWARE_VR12, WAVE_FORMAT_VOXWARE_VR18,
1107         WAVE_FORMAT_VOXWARE_TQ40, WAVE_FORMAT_SOFTSOUND, WAVE_FORMAT_VOXWARE_TQ60,
1108         WAVE_FORMAT_MSRT24, WAVE_FORMAT_G729A, WAVE_FORMAT_MVI_MV12,
1109         WAVE_FORMAT_DF_G726, WAVE_FORMAT_DF_GSM610, WAVE_FORMAT_ISIAUDIO,
1110         WAVE_FORMAT_ONLIVE, WAVE_FORMAT_SBC24, WAVE_FORMAT_DOLBY_AC3_SPDIF,
1111         WAVE_FORMAT_ZYXEL_ADPCM, WAVE_FORMAT_PHILIPS_LPCBB, WAVE_FORMAT_PACKED,
1112         WAVE_FORMAT_RHETOREX_ADPCM, WAVE_FORMAT_IRAT, WAVE_FORMAT_VIVO_G723,
1113         WAVE_FORMAT_VIVO_SIREN, WAVE_FORMAT_DIGITAL_G723,
1114         WAVE_FORMAT_CREATIVE_ADPCM, WAVE_FORMAT_CREATIVE_FASTSPEECH8,
1115         WAVE_FORMAT_CREATIVE_FASTSPEECH10, WAVE_FORMAT_QUARTERDECK,
1116         WAVE_FORMAT_FM_TOWNS_SND, WAVE_FORMAT_BTV_DIGITAL, WAVE_FORMAT_VME_VMPCM,
1117         WAVE_FORMAT_OLIGSM, WAVE_FORMAT_OLIADPCM, WAVE_FORMAT_OLICELP,
1118         WAVE_FORMAT_OLISBC, WAVE_FORMAT_OLIOPR, WAVE_FORMAT_LH_CODEC,
1119         WAVE_FORMAT_NORRIS, WAVE_FORMAT_ISIAUDIO,
1120         WAVE_FORMAT_SOUNDSPACE_MUSICOMPRESS, WAVE_FORMAT_DVM, WAVE_FORMAT_RAW_AAC1,
1121         WAVE_FORMAT_MPEG_HEAAC, WAVE_FORMAT_MPEG_ADTS_AAC, WAVE_FORMAT_DRM,
1122         WAVE_FORMAT_DTS, WAVE_FORMAT_WMAVOICE9, WAVE_FORMAT_WMASPDIF,
1123         WAVE_FORMAT_WMAUDIO_LOSSLESS, WAVE_FORMAT_WMAUDIO2, WAVE_FORMAT_WMAUDIO3,
1124         WAVE_FORMAT_MPEG_LOAS, WAVE_FORMAT_RAW_SPORT, WAVE_FORMAT_ESST_AC3,
1125         WAVE_FORMAT_DTS2): Define.
1126         * include/msacm.h (HACMDRIVERID, HACMDRIVER, HACMSTREAM, HACMOBJ,
1127         ACMSTREAMHEADER, WAVEFILTER, acmDriverAddA, acmDriverAddW, acmDriverRemove,
1128         acmMetrics, acmStreamOpen, acmStreamSize, acmStreamPrepareHeader,
1129         acmStreamUnprepareHeader, acmStreamReset, acmStreamClose, acmStreamConvert):
1130         Define.
1131
1132 2010-08-23  LRN  <lrn1986@gmail.com>
1133
1134         * include/winbase.h (SYMBOLIC_LINK_FLAG_DIRECTORY, FILE_NAME_NORMALIZED,
1135         FILE_NAME_OPENED, VOLUME_NAME_DOS, VOLUME_NAME_GUID, VOLUME_NAME_NONE,
1136         VOLUME_NAME_NT, FILE_BASIC_INFO, FILE_STANDARD_INFO, FILE_NAME_INFO,
1137         FILE_STREAM_INFO, FILE_COMPRESSION_INFO, FILE_ATTRIBUTE_TAG_INFO,
1138         FILE_ID_BOTH_DIR_INFO, FILE_REMOTE_PROTOCOL_INFO, FILE_INFO_BY_HANDLE_CLASS,
1139         GetFileInformationByHandleEx, GetFinalPathNameByHandleA,
1140         GetFinalPathNameByHandleW): Define.
1141
1142 2010-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1143
1144         * lib/CheckConflicts.sh: New file.
1145
1146 2010-08-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1147
1148         * lib/kernel32.def (CopyLZFile, GetExpandedNameA, GetExpandedNameW, LZClose,
1149         LZCopy, LZInit, LZOpenFileA, LZOpenFileW, LZRead, LZSeek, OpenProcessToken,
1150         OpenThreadToken, RegCloseKey, RegCreateKeyExA, RegCreateKeyExW,
1151         RegDeleteKeyExA, RegDeleteKeyExW, RegDeleteValueA, RegDeleteValueW,
1152         RegEnumKeyExA, RegEnumKeyExW, RegEnumValueA, RegEnumValueW, RegFlushKey,
1153         RegGetKeySecurity, RegLoadKeyA, RegLoadKeyW, RegNotifyChangeKeyValue,
1154         RegOpenCurrentUser, RegOpenKeyExA, RegOpenKeyExW, RegOpenUserClassesRoot,
1155         RegQueryInfoKeyA, RegQueryInfoKeyW, RegQueryValueExA, RegQueryValueExW,
1156         RegRestoreKeyA, RegRestoreKeyW, RegSetKeySecurity, RegSetValueExA,
1157         RegSetValueW, RegUnLoadKeyA, RegUnLoadKeyW, RtlCaptureStackBackTrace,
1158         RtlFillMemory, RtlMoveMemory, RtlZeroMemory, SetThreadToken): Remove
1159         conflicting definition.
1160         * lib/th32.def: Remove.
1161         * lib/ntdll.def (RtlUnwind): Remove conflicting definition.
1162         * lib/version.def (VerLanguageNameA, VerLanguageNameW): Remove conflicting
1163         definition.
1164
1165 2010-08-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1166
1167         * lib/kernel32.def (CreateProcessAsUserW): Remove definition.
1168
1169 2010-08-20  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1170
1171         * lib/kernel32.def: Regenerate using gendef on a Win7 machine.
1172
1173 2010-08-19  Corinna Vinschen  <corinna@vinschen.de>
1174
1175         * include/winnt.h: Define FILE_ATTRIBUTE_VIRTUAL.  Change
1176         FILE_ATTRIBUTE_VALID_FLAGS accordingly.
1177         * include/ddk/winddk.h: Ditto.
1178
1179 2010-08-18  Ladislav Michl  <ladis@users.sourceforge.net>
1180
1181         * include/winbase.h (SYMBOLIC_LINK_FLAG_DIRECTORY, CreateSymbolicLinkW,
1182         CreateSymbolicLinkA, CreateSymbolicLink): Define
1183
1184 2010-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1185
1186         * lib/kernel32.def(FatalExit): Correct definiton.
1187
1188 2010-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1189
1190         * include/basetyps.h (REFGUID, REFIID, REFCLSID, REFFMTID): Revert change
1191         from 2010-07-17 since it breaks several applications.
1192
1193 2010-07-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1194
1195         * lib/kernel32.def: Regenerate using gendef.
1196
1197 2010-07-20  Ozkan Sezer  <sezero@users.sourceforge.net>
1198
1199         * include/commctrl.h (LVIF_GROUPID): Fix definition.
1200
1201 2010-07-20  Michael James  <james.me@gmail.com>
1202
1203         * include/commctrl.h (LVIF_COLUMNS): Fix definition.
1204
1205 2010-07-17  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1206
1207         * include/winnt.h (HEAP_MAKE_TAG_FLAGS, VALID_INHERIT_FLAGS): Correct
1208         definition.
1209         * include/rpcndr.h (NdrUnMarshConfStringHdr, NdrUnMarshCCtxtHdl,
1210         NdrMarshSCtxtHdl): Ditto.
1211         * include/basetyps.h (REFGUID, REFIID, REFCLSID, REFFMTID): Remove macro
1212         definition in favour of typedef definition.
1213
1214         Thank you to Yuta Tomino for reporting the issues.
1215
1216 2010-07-08  Markus Koenig  <basilo@users.sourceforge.net>
1217
1218         * include/gdiplus.h: New file.
1219         * include/gdiplus/gdiplus.h: New file.
1220         * include/gdiplus/gdiplusbase.h: New file.
1221         * include/gdiplus/gdiplusbrush.h: New file.
1222         * include/gdiplus/gdipluscolor.h: New file.
1223         * include/gdiplus/gdipluscolormatrix.h: New file.
1224         * include/gdiplus/gdipluseffects.h: New file.
1225         * include/gdiplus/gdiplusenums.h: New file.
1226         * include/gdiplus/gdiplusflat.h: New file.
1227         * include/gdiplus/gdiplusgpstubs.h: New file.
1228         * include/gdiplus/gdiplusgraphics.h: New file.
1229         * include/gdiplus/gdiplusheaders.h: New file.
1230         * include/gdiplus/gdiplusimageattributes.h: New file.
1231         * include/gdiplus/gdiplusimagecodec.h: New file.
1232         * include/gdiplus/gdiplusimaging.h: New file.
1233         * include/gdiplus/gdiplusimpl.h: New file.
1234         * include/gdiplus/gdiplusinit.h: New file.
1235         * include/gdiplus/gdipluslinecaps.h: New file.
1236         * include/gdiplus/gdiplusmatrix.h: New file.
1237         * include/gdiplus/gdiplusmem.h: New file.
1238         * include/gdiplus/gdiplusmetafile.h: New file.
1239         * include/gdiplus/gdiplusmetaheader.h: New file.
1240         * include/gdiplus/gdipluspath.h: New file.
1241         * include/gdiplus/gdipluspen.h: New file.
1242         * include/gdiplus/gdipluspixelformats.h: New file.
1243         * include/gdiplus/gdiplusstringformat.h: New file.
1244         * include/gdiplus/gdiplustypes.h: New file.
1245         * lib/gdiplus.c: New file containing GDI+ variable definitions
1246         and GUIDs.
1247         * lib/gdiplus.def: New file.
1248         * lib/Makefile.in: Add gdiplus.o to EXTRA_OBJS,
1249         add gdiplus.c to SOURCES.
1250         * lib/test.c: Include gdiplus.h.
1251
1252 2010-06-28  Rick Rankin  <rrankin1424-mingw@yahoo.com>
1253
1254         * include/psapi.h (PROCESS_MEMORY_COUNTERS_EX, PERFORMANCE_INFORMATION,
1255         GetPerformanceInfo): Define.
1256         * lib/psapi.def (GetPerformanceInfo): Define.
1257         * include/wincrypt.h (CryptEnumProvidersA, CryptEnumProvidersW,
1258         CryptEnumProviders): Define.
1259
1260 2010-02-17  LRN  <lrn1986@gmail.com>
1261
1262         * include/shlguid.h (IID_IFolderView): Define.
1263         * include/shlobj.h (IFolderView interface): Define.
1264         * lib/shell32.c (IID_IFolderView): Export.
1265
1266 2010-01-26  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
1267
1268         * include/shldisp.h (AUTOCOMPLETEOPTIONS): Add version guard around
1269         ACO_WORD_FILTER and ACO_NOPREFIXFILTERING.
1270
1271 2010-01-26  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
1272
1273         * include/shldisp.h (AUTOCOMPLETEOPTIONS): Add enum.
1274
1275 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1276
1277         * include/shlobj.h (SHParseDisplayName): Fix definition.
1278
1279 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1280
1281         * include/w32api.h: Increment version to 3.14.
1282         * Makefile.in: Ditto.
1283
1284 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1285
1286         * include/shlobj.h (SHParseDisplayName): Define.
1287
1288         Thanks to James Roberts-Thomson for the report.
1289
1290 2009-20-10  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
1291
1292         * include/wingdi.h (ENHMFENUMPROC): Correct definition.
1293
1294         Thanks to Alexander Vassilev for the report.
1295
1296 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1297
1298         * include/iprtrmib.h (MIB_IPADDRROW): Correct definition.
1299
1300         Thanks to Thomas Denk for the report.
1301
1302 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1303
1304         * include/winbase.h (UnmapViewOfFile): Correct definition.
1305
1306         Thanks to Dimitry Sibiryakov for the report.
1307
1308 2009-20-10  Aleksey Chernov  <virxkane@users.sourceforge.net>
1309
1310         * include/sspi.h: Include ntsecapi.h to correct postgresql build error.
1311
1312 2009-20-10  Heiko Hund  <heiko@ist.eigentlich.net>
1313
1314         * include/commctrl.h (GetMUILanguage, InitMUILanguage): Add prototypes.
1315         * lib/comctl32.def (GetMUILanguage, InitMUILanguage): Define.
1316
1317 2009-20-10  Michael James  <james.me@gmail.com>
1318
1319         * include/wingdi.h (CLEARTYPE_QUALITY): Define.
1320         * include/winuser.h (WM_KEYLAST): Alternative definition when _WIN32_WINNT
1321         >= 0x0501.
1322         (WM_UNICHAR,UNICODE_NOCHAR): Define.
1323         * lib/comctl32.def (DefSubclassProc@16,GetWindowSubclass@16,
1324         RemoveWindowSubclass@12): Add exports.
1325         * lib/gdi32.def (GetDCBrushColor@4,GetDCPenColor@4): Add exports.
1326
1327 2009-20-10  Jarkko Sakkinen  <jarkko.sakkinen@iki.fi>
1328
1329         * include/winuser.h (WM_TOUCHMOVE, WM_TOUCHDOWN, WM_TOUCHUP,
1330         TOUCHEVENTF_DOWN, TOUCHEVENTF_INRANGE, TOUCHEVENTF_MOVE,
1331         TOUCHEVENTF_NOCOALESCE, TOUCHEVENTF_PALM, TOUCHEVENTF_PEN,
1332         TOUCHEVENTF_PRIMARY, TOUCHEVENTF_UP, TOUCHEVENTMASKF_CONTACTAREA,
1333         TOUCHEVENTMASKF_EXTRAINFO, TOUCHEVENTMASKF_TIMEFROMSYSTEM, TOUCHINPUT,
1334         CloseTouchInputHandle, GetTouchInputInfo, IsTouchWindow,
1335         RegisterTouchWindow, UnregisterTouchWindow): Define.
1336         * lib/user32.def (CloseTouchInputHandle, GetTouchInputInfo, IsTouchWindow,
1337         RegisterTouchWindow, UnregisterTouchWindow): Define.
1338
1339 2009-20-10  Dmitry Potapov  <dpotapov@users.sourceforge.net>
1340
1341         * include/winver.h (VerQueryValue[AW]): Correct definition.
1342
1343 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1344
1345         * include/shlobj.h (SHARD): Add enum.
1346         (SHARD_PATH): Define based on UNICODE.
1347
1348         Thanks to Jacek Caban for the report.
1349
1350 2009-14-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1351
1352         * include/wingdi.h (_devicemodeW, _devicemodeA): Correct definition.
1353
1354         Thanks to Bruno Martinez for the report.
1355
1356 2009-14-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1357
1358         * include/shlobj.h (IDO_SHGIOI_SHARE, IDO_SHGIOI_LINK, IDO_SHGIOI_SLOWFILE,
1359         IDO_SHGIOI_DEFAULT, SHGetIconOverlayIndexW, SHGetIconOverlayIndexA,
1360         SHGetIconOverlayIndex): Define.
1361
1362         Thanks to Tim Kosse for the report.
1363
1364 2009-13-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1365
1366         * include/wincon.h (AttachConsole): Correct guard.
1367
1368         Thanks to Alexander Shaduri for the report.
1369
1370 2009-13-09  Robert Moerland  <rjmoerland@users.sourceforge.net>
1371
1372         * include/wininet.h (NTERNET_CACHE_ENTRY_INFOW): Correct definition.
1373         (DeleteUrlCacheEntryW, DeleteUrlCacheEntryA): Define.
1374
1375 2009-13-09  Jacky Lai  <crazyjacky@users.sourceforge.net>
1376
1377         * include/winerror.h: Fix typos in macro names.
1378
1379 2009-13-09  Jan Nijtmans  <nijtmans@users.sourceforge.net>
1380
1381         * include/winuser.h (SendMessageTimeoutA, SendMessageTimeoutW): Correct
1382         definition.
1383
1384 2009-11-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1385
1386         * include/winnt.h (PROCESS_SUSPEND_RESUME): Define.
1387
1388 2009-10-29  Charles Wilson  <mingw@cwilson.fastmail.fm>
1389
1390         Honor DESTDIR for winsup/mingw and winsup/w32api.
1391         Detect and report error if installation paths are win32
1392         format, but DESTDIR is non-empty.
1393
1394         * Makefile.in (install, uninstall): Use FLAGS_TO_PASS
1395         when invoking make in subdirs.
1396         * lib/Makefile.in (DESTDIR): Honor per convention.
1397         (need-DESTDIR-compatibility): New macro; define it and a
1398         corresponding rule.
1399         (fail-DESTDIR-compatibility): New dependency goal.
1400         (install-libraries, install-headers, uninstall-libraries,
1401         uninstall-headers): Require need-DESTDIR-compatibility.
1402         * lib/ddk/Makefile.in: Ditto.
1403         * lib/directx/Makefile.in: Ditto.
1404
1405 2009-10-04  Corinna Vinschen  <corinna@vinschen.de>
1406
1407         * include/winbase.h (CreateRestrictedToken): Declare for >= Win 2000.
1408         _WIN32_WINNT >= 0x0500.
1409         (DISABLE_MAX_PRIVILEGE, SANDBOX_INERT, LUA_TOKEN,
1410         WRITE_RESTRICTED): Define.
1411         (IsTokenRestricted): Declare for >= Win 2000.
1412
1413 2009-08-30  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1414
1415         * include/wtsapi32.h (WTSQuerySessionInformationA,
1416         WTSQuerySessionInformationW, WTSQuerySessionInformation, WTSFreeMemory):
1417         Moved to (_WIN32_WINNT >= 0x0500) guard.
1418         (thanks to Pierre Ossman)
1419
1420 2009-08-09  Andy Koppe  <andy.koppe@gmail.com>
1421
1422         * include/winnls.h (IS_HIGH_SURROGATE, IS_LOW_SURROGATE,
1423         IS_SURROGATE_PAIR): Define.
1424
1425 2009-07-27  Corinna Vinschen  <corinna@vinschen.de>
1426
1427         * include/winnt.h (FILE_SUPPORTS_HARD_LINKS,
1428         FILE_SUPPORTS_EXTENDED_ATTRIBUTES, FILE_SUPPORTS_OPEN_BY_FILE_ID,
1429         FILE_SUPPORTS_USN_JOURNALS): Define.  Add comment.
1430         * include/ddk/ntifs.h: Ditto.
1431         (FILE_SEQUENTIAL_WRITE_ONCE, FILE_SUPPORTS_TRANSACTIONS): Define.
1432
1433 2009-07-21  Corinna Vinschen  <corinna@vinschen.de>
1434
1435         * lib/msimg32.def (GetDCBrushColor, GetDCPenColor): Move entry points
1436         from here...
1437         * lib/gdo32.dll: ...to here.
1438
1439 2009-07-01  Corinna Vinschen  <corinna@vinschen.de>
1440
1441         * lib/comctl32.def (StrCSpnA@8, StrCSpnIA@8, StrCSpnW@8, StrChrA@8,
1442         StrChrIA@8, StrChrIW@8, StrChrW@8, StrCmpNA@12, StrCmpNIA@12,
1443         StrCmpNIW@12, StrCmpNW@12, StrRChrA@12, StrRChrIA@12, StrRChrW@12,
1444         StrRStrIA@12, StrRStrIW@12, StrStrA@8, StrStrIA@8, StrStrIW@8,
1445         StrStrW@8, StrToIntA@4, StrToIntW@4): Remove erroneously defined
1446         entry points.
1447
1448 2009-06-24  Corinna Vinschen  <corinna@vinschen.de>
1449
1450         * include/wtsapi32.h (WTSQueryUserToken, WTSEnumerateSessionsW,
1451         WTSEnumerateSessionsA): Add function prototypes.
1452         (struct _WTS_SESSION_INFOW, struct _WTS_SESSION_INFOA): Add typedefs.
1453         (WTS_SESSION_INFO, PWTS_SESSION_INFO, WTSEnumerateSessions): Add
1454         defines dependent on UNICODE setting.
1455
1456 2009-06-07  Corinna Vinschen  <corinna@vinschen.de>
1457
1458         * include/ddk/ntapi.h: Add NtXxx equivalent to ZwXxx where missing
1459         and vice versa.
1460         * include/ddk/ntifs.h: Ditto.
1461         * include/ddk/winddk.h: Ditto.
1462         * lib/ntdll.def (NtPlugPlayControl, NtQueryInstallUILanguage,
1463         ZwPlugPlayControl, ZwQueryInstallUILanguage): Add entry points defined
1464         in header, but missing in lib.  Omit NT4-only entry points.
1465
1466 2009-05-01  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1467
1468         * include/shellapi.h (SHIL_LARGE, SHIL_SMALL, SHIL_EXTRALARGE,
1469         SHIL_SYSSMALL, SHIL_JUMBO, SHIL_LAST SHIL_JUMBO, SHGetImageList): Define.
1470         * lib/shell32.def (SHGetImageList): Define.
1471
1472 2009-02-18  Corinna Vinschen  <corinna@vinschen.de>
1473
1474         * winnt.h: Add Vista token security extensions.
1475         (SID_HASH_SIZE): Define.
1476         (TOKEN_MANDATORY_POLICY_OFF, TOKEN_MANDATORY_POLICY_NO_WRITE_UP,
1477         TOKEN_MANDATORY_POLICY_NEW_PROCESS_MIN,
1478         TOKEN_MANDATORY_POLICY_VALID_MASK): Define.
1479         (SID_HASH_ENTRY): Define.
1480         (struct _SID_AND_ATTRIBUTES_HASH): Define.
1481         (struct _TOKEN_LINKED_TOKEN): Define.
1482         (struct _TOKEN_MANDATORY_LABEL): Define.
1483         (struct _TOKEN_MANDATORY_POLICY): Define.
1484         (struct _TOKEN_ELEVATION): Define.
1485         (struct _TOKEN_ACCESS_INFORMATION): Define.
1486         (enum _TOKEN_INFORMATION_CLASS): Conditionally define new Vista token
1487         information enumeration values.
1488
1489 2009-02-09  Corinna Vinschen  <corinna@vinschen.de>
1490
1491         * include/winioctl.h (FSCTL_ALLOW_EXTENDED_DASD_IO): Copy definition
1492         from ddk/ntifs.h.
1493
1494 2009-02-06  Linton Miller  <Linton.Miller@trivininc.com>
1495
1496         * include/wtsapi32.h (WTS_CURRENT_SESSION): Fix definition.
1497
1498 2009-01-19  Corinna Vinschen  <corinna@vinschen.de>
1499
1500         * include/winbase.h (enum _DEP_SYSTEM_POLICY_TYPE): Fix version guard.
1501
1502 2009-01-11  Henry Nestler  <henry@bigfoot.de>
1503
1504         * lib/ddk/ntoskrnl.def: Enable ZwQueryEaFile, ZwSetEaFile, NtQueryEaFile,
1505         NtSetEaFile.
1506
1507 2009-01-07  Corinna Vinschen  <corinna@vinschen.de>
1508
1509         * include/winbase.h (SCS_64BIT_BINARY): Define.
1510
1511 2008-12-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1512
1513         * include/w32api.h: Increment version to 3.13.
1514         * Makefile.in: Ditto.
1515
1516 2008-12-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1517
1518         * lib/glut.def: remove.
1519         * lib/glut32.def: ditto.
1520
1521 2008-11-11  Corinna Vinschen  <corinna@vinschen.de>
1522
1523         * include/winbase.h (PROCESS_DEP_ENABLE,
1524         PROCESS_DEP_DISABLE_ATL_THUNK_EMULATION): Define for >= Vista SP1.
1525         (enum _DEP_SYSTEM_POLICY_TYPE): Ditto.
1526         (GetProcessDEPPolicy, GetSystemDEPPolicy, SetProcessDEPPolicy): Ditto.
1527
1528 2008-10-09  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1529
1530         * include/mmsystem.h (sndAlias): Correct GCC4 warning.
1531
1532 2008-10-04  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1533
1534         * include/shellapi.h (NOTIFYICON_VERSION_4): Define.
1535
1536 2008-09-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1537
1538         * include/vfw.h (capSendMessage): Rename to __capSendMessage.
1539
1540 2008-09-24  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1541
1542         * include/vfw.h (WM_CAP_SET_CALLBACK_ERRORA, WM_CAP_SET_CALLBACK_ERRORW,
1543         WM_CAP_SET_CALLBACK_STATUS, WM_CAP_SET_CALLBACK_YIELD,
1544         WM_CAP_SET_CALLBACK_FRAMEA, WM_CAP_SET_CALLBACK_FRAMEW,
1545         WM_CAP_SET_CALLBACK_VIDEOSTREAM, WM_CAP_SET_CALLBACK_WAVESTREAM,
1546         WM_CAP_GET_USER_DATA, WM_CAP_SET_USER_DATA, WM_CAP_DRIVER_CONNECT,
1547         WM_CAP_DRIVER_DISCONNECT, WM_CAP_DRIVER_GET_NAMEA, WM_CAP_DRIVER_GET_NAMEW,
1548         WM_CAP_DRIVER_GET_VERSIONA, WM_CAP_DRIVER_GET_VERSIONW,
1549         WM_CAP_DRIVER_GET_CAPS, WM_CAP_FILE_SET_CAPTURE_FILEA,
1550         WM_CAP_FILE_SET_CAPTURE_FILEW, WM_CAP_FILE_GET_CAPTURE_FILEA,
1551         WM_CAP_FILE_GET_CAPTURE_FILEW, WM_CAP_FILE_ALLOCATE, WM_CAP_FILE_SAVEASA,
1552         WM_CAP_FILE_SAVEASW, WM_CAP_FILE_SET_INFOCHUNK, WM_CAP_FILE_SAVEDIBA,
1553         WM_CAP_FILE_SAVEDIBW, WM_CAP_EDIT_COPY, WM_CAP_SET_AUDIOFORMAT,
1554         WM_CAP_GET_AUDIOFORMAT, WM_CAP_DLG_VIDEOFORMAT, WM_CAP_DLG_VIDEOSOURCE,
1555         WM_CAP_DLG_VIDEODISPLAY, WM_CAP_GET_VIDEOFORMAT, WM_CAP_SET_VIDEOFORMAT,
1556         WM_CAP_DLG_VIDEOCOMPRESSION, WM_CAP_SET_PREVIEW, WM_CAP_SET_OVERLAY,
1557         WM_CAP_SET_PREVIEWRATE, WM_CAP_SET_SCALE, WM_CAP_GET_STATUS,
1558         WM_CAP_SET_SCROLL, WM_CAP_GRAB_FRAME, WM_CAP_GRAB_FRAME_NOSTOP,
1559         WM_CAP_SEQUENCE, WM_CAP_SEQUENCE_NOFILE, WM_CAP_SET_SEQUENCE_SETUP,
1560         WM_CAP_GET_SEQUENCE_SETUP, WM_CAP_SET_MCI_DEVICEA, WM_CAP_SET_MCI_DEVICEW,
1561         WM_CAP_GET_MCI_DEVICEA, WM_CAP_GET_MCI_DEVICEW, WM_CAP_STOP, WM_CAP_ABORT,
1562         WM_CAP_SINGLE_FRAME_OPEN, WM_CAP_SINGLE_FRAME_CLOSE, WM_CAP_SINGLE_FRAME,
1563         WM_CAP_PAL_OPENA, WM_CAP_PAL_OPENW, WM_CAP_PAL_SAVEA, WM_CAP_PAL_SAVEW,
1564         WM_CAP_PAL_PASTE, WM_CAP_PAL_AUTOCREATE, WM_CAP_PAL_MANUALCREATE,
1565         WM_CAP_SET_CALLBACK_CAPCONTROL): Define using WM_USER.
1566         (capSendMessage): Don't undef.
1567
1568 2008-09-21  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1569
1570         * incude/sspi.h: include subauth.h to fix issue of UNICODE_STRING being
1571         undefined.
1572
1573 2008-09-13  mega-squall  <mega-squall@users.sf.net>
1574
1575         * include/winnt.h (SUBLANG_BENGALI_INDIA, SUBLANG_PUNJABI_INDIA,
1576         SUBLANG_ROMANIAN_ROMANIA): Correct definition.
1577         (SUBLANG_BENGALI_BANGLADESH, SUBLANG_PUNJABI_PAKISTAN,
1578         SUBLANG_ROMANIAN_MOLDOVA): Define.
1579
1580 2008-09-11  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1581
1582         * include/shlwapi.h (ASSOCSTR): Update enum.
1583
1584 2008-09-07  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1585
1586         * include/w32api.h: Increment version to 3.12.
1587         * Makefile.in: Ditto.
1588
1589 2008-09-07  Michael Hentschel  <mikeh42@users.sourceforge.net>
1590
1591         * include/shlwapi.h (STIF_DEFAULT, STIF_SUPPORT_HEX): Define.
1592
1593 2008-09-07  alsemm  <alsemm@users.sourceforge.net>
1594
1595         * include/mlang.h (IMLangFontLink2::MapFont): Fix definition.
1596
1597 2008-09-07  Danny Smith  <dannysmith@users.sourceforge.net>
1598
1599         * include/ws2tcpip.h (IPV6_MREQ): Fix typo.
1600         Thanks to Richard Hughes for report.
1601
1602 2008-09-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1603
1604         * Makefile.in: Adjust to new naming standard for MinGW while maintaining old
1605         naming standard for Cygwin.
1606
1607 2008-08-30  Bo Yang  <techrazy@users.sourceforge.net>
1608
1609         * include/sspi.h: Fix PSecurityFunctionTableW structure.
1610
1611 2008-08-29  Andy Grover  <andy.grover@oracle.com>
1612
1613         * include/ddk/scsi.h: Define READ_TOC formats.
1614         * lib/ddk/scsiport.def (ScsiPortGetDeviceBase): Fix export.
1615
1616 2008-08-29  Andy Grover  <andy.grover@oracle.com>
1617
1618         * include/ddk/ndis.h (NDIS_MINIPORT_MAJOR_VERSION, NDIS_MINIPORT_MINOR_VERSION,
1619         struct NDIS_TASK_OFFLOAD_HEADER, PROTOCOL_RESERVED_SIZE_IN_PACKET,
1620         NdisGetFirstBufferFromPacketSafe, NdisMIndicateReceivePacket,
1621         NdisSetPacketPoolProtocolId, NdisMInitializeTimer, NdisMSetPeriodicTimer,
1622         NdisMCancelTimer): Define.
1623         (enum NDIS_ENCAPSULATION, struct NDIS_ENCAPSULATION_FORMAT): move in file.
1624         (struct _NDIS_PACKET): Define using _ANONYMOUS_UNION and ANONYMOUS_STRUCT to
1625         eliminate warnings.
1626         (NdisReinitializePacket): Rename from NdisReinitializePacketCounts.
1627         * lib/ddk/ndis.def (NdisInitAnsiString, NdisInitUnicodeString, NdisMCancelTimer,
1628         NdisMInitializeTimer, NdisMSetPeriodicTimer, NdisSetPacketPoolProtocolId):
1629         Export.
1630
1631 2008-08-29  Andy Grover  <andy.grover@oracle.com>
1632
1633         * include/ddk/winddk.h (RtlStringCbCopyA, RtlStringCbPrintfA,
1634         RtlStringCbVPrintfA): define in terms of POSIX string functions.
1635
1636 2008-08-29  Andy Grover  <andy.grover@oracle.com>
1637
1638         * include/ddk/winddk.h (KeRaiseIrql): Define.
1639         (KfRaiseIrql, KfLowerIrql): remove incorrect definitions.
1640
1641 2008-08-29  Andy Grover  <andy.grover@oracle.com>
1642
1643         * include/ddk/winddk.h (KeFlushQueuedDpcs, KeMemoryBarrier): Define.
1644         (KeGetCurrentProcessorNumber): Fix incorrect member reference.
1645         (InterlockedIncrement, InterlockedDecrement): fix warning.
1646         * lib/ddk/ntoskrnl.def (KeFlushQueuedDpcs, KeMemoryBarrier): Export.
1647         (KeNumberProcessors): Export.
1648
1649 2008-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1650
1651         * include/shlwapi.h (ASSOCF_INIT_NOREMAPCLSID, ASSOCF_INIT_BYEXENAME,
1652         ASSOCF_OPEN_BYEXENAME, ASSOCF_INIT_DEFAULTTOSTAR,
1653         ASSOCF_INIT_DEFAULTTOFOLDER, ASSOCF_NOUSERSETTINGS, ASSOCF_NOTRUNCATE,
1654         ASSOCF_VERIFY, ASSOCF_REMAPRUNDLL, ASSOCF_NOFIXUPS, ASSOCF_IGNOREBASECLASS,
1655         ASSOCF_INIT_IGNOREUNKNOWN): Define.
1656
1657 2008-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1658
1659         * include/commctrl.h (LVN_MARQUEEBEGIN): Define.
1660
1661         Thanks to Tim Kosse <botg at users dot sf dot net>.
1662
1663 2008-08-22  Bo Yang  <techrazy@users.sourceforge.net>
1664
1665         * include/winnt.h (OWNER_SECURITY_INFORMATION, GROUP_SECURITY_INFORMATION,
1666         DACL_SECURITY_INFORMATION, SACL_SECURITY_INFORMATION): Correct.
1667         * include/winnt.h (OWNER_SECURITY_INFORMATION, GROUP_SECURITY_INFORMATION,
1668         DACL_SECURITY_INFORMATION, SACL_SECURITY_INFORMATION,
1669         LABEL_SECURITY_INFORMATION, UNPROTECTED_SACL_SECURITY_INFORMATION,
1670         UNPROTECTED_DACL_SECURITY_INFORMATION, PROTECTED_SACL_SECURITY_INFORMATION,
1671         PROTECTED_DACL_SECURITY_INFORMATION): Define.
1672
1673 2008-08-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1674
1675         * include/wtsapi32.h (_WTS_INFO_CLASS, _WTS_CONNECTSTATE_CLASS,
1676         WTSQuerySessionInformation, WTSFreeMemory): Define.
1677
1678 2008-07-25  Bo Yang  <techrazy@users.sourceforge.net>
1679
1680         * lib/gdi32.def (SetLayout): Export.
1681
1682 2008-07-25  Bo Yang  <techrazy@users.sourceforge.net>
1683
1684         * include/wincrypt.h (struct _CRYPT_KEY_PROV_PARAM,
1685         struct _CRYPT_KEY_PROV_INFO, CertGetCertificateContextProperty,
1686         CryptEnumKeyIdentifierProperties, CryptAcquireCertificatePrivateKey,
1687         CertCreateCertificateContext, CryptGetKeyIdentifierProperty,
1688         CertSetCertificateContextProperty, CertCompareCertificateName,
1689         CryptSetKeyIdentifierProperty, CertOIDToAlgId, CryptGetDefaultProviderA,
1690         CryptGetDefaultProviderW and many corresponding macroes): Define.
1691         * lib/crypt32.def (Export the above 11 functions): Export.
1692         * include/winerror.h (CRYPT_E_NOT_FOUND and other crypt related
1693         macroes): Define.
1694
1695
1696 2008-07-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1697
1698         * include/winuser.h (MENUGETOBJECTINFO, MNGO_NOINTERFACE, MNGO_NOERROR,
1699         MNGOF_TOPGAP, MNGOF_BOTTOMGAP): Define.
1700
1701 2008-07-24  techrazy  <techrazy@users.sourceforge.net>
1702
1703         * include/wingdi.h (OUT_PS_ONLY_PRECIS): Define.
1704
1705 2008-07-24  Corinna Vinschen  <corinna@vinschen.de>
1706
1707         * include/lmaccess.h (struct _USER_INFO_4): Define.
1708         (struct _USER_INFO_23): Define.
1709         (struct _GROUP_INFO_3): Define.
1710
1711 2008-07-14  Corinna Vinschen  <corinna@vinschen.de>
1712
1713         * include/iphlpapi.h (GetExtendedTcpTable): Add prototype.
1714         * include/iprtrmib.h (TCP_TABLE_CLASS, MIB_TCPROW_OWNER_PID,
1715         MIB_TCPTABLE_OWNER_PID, MIB_TCP6ROW_OWNER_PID,
1716         MIB_TCP6TABLE_OWNER_PID): Define.
1717         * lib/iphlpapi.def (GetExtendedTcpTable): Export.
1718
1719 2008-06-25  Brandon Sneed  <nivenh@sourceware.org>
1720
1721         * include/winbase.h (GetProcessHandleCount, GetSystemRegistryQuota,
1722         GetThreadIOPendingFlag): Modified to rely on _WIN32_WINNT 0x0501 instead
1723         of 0x0502.
1724         Bug reported by Thomas Denk.
1725
1726 2008-06-25  Brandon Sneed  <nivenh@sourceware.org>
1727
1728         * include/winbase.h (InterlockedIncrement, InterlockedDecrement,
1729         InterlockedCompareExchange, InterlockedExchange,
1730         InterlockedCompareExchangePointer, InterlockedExchangeAdd,
1731         InterlockedExchangePointer): Modified from PLONG to LONG volatile *.
1732         Bug reported by Erik Blake.
1733
1734 2008-06-20  Danny Smith  <dannysmith@users.sourceforge.net>
1735
1736         * lib/ddk/hal.def (HalTranslateBusAddress): Correct suffix.
1737         * lib/ddk/ntoskrnl.def (MmAllocateContiguousMemory): Correct suffix.
1738         Bug reported by Brian Hawley.
1739
1740 2008-06-17  Corinna Vinschen  <corinna@vinschen.de>
1741
1742         * include/dsgetdc.h (DS_FORCE_REDISCOVERY, DS_FORCE_REDISCOVERY,
1743         DS_DIRECTORY_SERVICE_REQUIRED, DS_DIRECTORY_SERVICE_PREFERRED,
1744         DS_GC_SERVER_REQUIRED, DS_PDC_REQUIRED, DS_BACKGROUND_ONLY,
1745         DS_IP_REQUIRED, DS_KDC_REQUIRED, DS_TIMESERV_REQUIRED,
1746         DS_WRITABLE_REQUIRED, DS_GOOD_TIMESERV_PREFERRED, DS_AVOID_SELF,
1747         DS_ONLY_LDAP_NEEDED, DS_IS_FLAT_NAME, DS_IS_DNS_NAME,
1748         DS_RETURN_DNS_NAME, DS_RETURN_FLAT_NAME): Define.
1749         (DsGetDcNameW, DsGetDcNameA): Declare.
1750         (DsGetDcName): Define.
1751         * lib/netapi32.def (DsGetDcNameA, DsGetDcNameW): Export.
1752
1753 2008-05-28  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1754
1755         * include/commctrl.h (NMLVODSTATECHANGE): Define.
1756
1757         Thanks to Tim Kosse <botg at users dot sf dot net>.
1758
1759 2008-05-28  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1760
1761         * include/winnt.h (SUBLANG_TIBETAN_BHUTAN): Fix definition.
1762
1763         Thanks to Nicola Di Nisio <nicoladinisio at users dot sf dot net>.
1764
1765 2008-05-15  Corinna Vinschen  <corinna@vinschen.de>
1766
1767         * include/winnt.h (FILE_SEQUENTIAL_WRITE_ONCE): Define.
1768         (FILE_SUPPORTS_TRANSACTIONS): Define.
1769
1770 2008-05-01  Bart Oldeman  <bartoldeman@users.sf.net>
1771
1772         * include/winuser.h (DEVICE_NOTIFY_WINDOW_HANDLE,
1773         DEVICE_NOTIFY_SERVICE_HANDLE): remove duplicate definition.
1774
1775 2008-05-02  Ramiro Polla  <ramiro@lisha.ufsc.br>
1776
1777         * include/vfw.h (WM_CAP_SET_CALLBACK_ERRORA, WM_CAP_SET_CALLBACK_ERRORW,
1778         WM_CAP_SET_CALLBACK_STATUS, WM_CAP_SET_CALLBACK_YIELD,
1779         WM_CAP_SET_CALLBACK_FRAMEA, WM_CAP_SET_CALLBACK_FRAMEW,
1780         WM_CAP_SET_CALLBACK_VIDEOSTREAM, WM_CAP_SET_CALLBACK_WAVESTREAM,
1781         WM_CAP_GET_USER_DATA, WM_CAP_SET_USER_DATA, WM_CAP_DRIVER_CONNECT,
1782         WM_CAP_DRIVER_DISCONNECT, WM_CAP_DRIVER_GET_NAMEA, WM_CAP_DRIVER_GET_NAMEW,
1783         WM_CAP_DRIVER_GET_VERSIONA, WM_CAP_DRIVER_GET_VERSIONW,
1784         WM_CAP_DRIVER_GET_CAPS, WM_CAP_FILE_SET_CAPTURE_FILEA,
1785         WM_CAP_FILE_SET_CAPTURE_FILEW, WM_CAP_FILE_GET_CAPTURE_FILEA,
1786         WM_CAP_FILE_GET_CAPTURE_FILEW, WM_CAP_FILE_ALLOCATE, WM_CAP_FILE_SAVEASA,
1787         WM_CAP_FILE_SAVEASW, WM_CAP_FILE_SET_INFOCHUNK, WM_CAP_FILE_SAVEDIBA,
1788         WM_CAP_FILE_SAVEDIBW, WM_CAP_EDIT_COPY, WM_CAP_SET_AUDIOFORMAT,
1789         WM_CAP_GET_AUDIOFORMAT, WM_CAP_DLG_VIDEOFORMAT, WM_CAP_DLG_VIDEOSOURCE,
1790         WM_CAP_DLG_VIDEODISPLAY, WM_CAP_GET_VIDEOFORMAT, WM_CAP_SET_VIDEOFORMAT,
1791         WM_CAP_DLG_VIDEOCOMPRESSION, WM_CAP_SET_PREVIEW, WM_CAP_SET_OVERLAY,
1792         WM_CAP_SET_PREVIEWRATE, WM_CAP_SET_SCALE, WM_CAP_GET_STATUS,
1793         WM_CAP_SET_SCROLL, WM_CAP_GRAB_FRAME, WM_CAP_GRAB_FRAME_NOSTOP,
1794         WM_CAP_SEQUENCE, WM_CAP_SEQUENCE_NOFILE, WM_CAP_SET_SEQUENCE_SETUP,
1795         WM_CAP_GET_SEQUENCE_SETUP, WM_CAP_SET_MCI_DEVICEA, WM_CAP_SET_MCI_DEVICEW,
1796         WM_CAP_GET_MCI_DEVICEA, WM_CAP_GET_MCI_DEVICEW, WM_CAP_STOP, WM_CAP_ABORT,
1797         WM_CAP_SINGLE_FRAME_OPEN, WM_CAP_SINGLE_FRAME_CLOSE, WM_CAP_SINGLE_FRAME,
1798         WM_CAP_PAL_OPENA, WM_CAP_PAL_OPENW, WM_CAP_PAL_SAVEA, WM_CAP_PAL_SAVEW,
1799         WM_CAP_PAL_PASTE, WM_CAP_PAL_AUTOCREATE, WM_CAP_PAL_MANUALCREATE,
1800         WM_CAP_SET_CALLBACK_CAPCONTROL, WM_CAP_SET_CALLBACK_ERROR,
1801         WM_CAP_SET_CALLBACK_FRAME, WM_CAP_DRIVER_GET_NAME,
1802         WM_CAP_DRIVER_GET_VERSION, WM_CAP_FILE_SET_CAPTURE_FILE,
1803         WM_CAP_FILE_GET_CAPTURE_FILE, WM_CAP_FILE_SAVEAS, WM_CAP_FILE_SAVEDIB,
1804         WM_CAP_SET_MCI_DEVICE, WM_CAP_GET_MCI_DEVICE, WM_CAP_PAL_OPEN,
1805         WM_CAP_PAL_SAVE, capSetCallbackOnError, capSetCallbackOnStatus,
1806         capSetCallbackOnYield, capSetCallbackOnFrame, capSetCallbackOnVideoStream,
1807         capSetCallbackOnWaveStream, capGetUserData, capSetUserData,
1808         capDriverConnect, capDriverDisconnect, capDriverGetName,
1809         capDriverGetVersion, capDriverGetCaps, capFileSetCaptureFile,
1810         capFileGetCaptureFile, capFileAlloc, capFileSaveAs, capFileSetInfoChunk,
1811         capFileSaveDIB, capEditCopy, capSetAudioFormat, capGetAudioFormat,
1812         capGetAudioFormatSize, capDlgVideoFormat, capDlgVideoSource,
1813         capDlgVideoDisplay, capGetVideoFormat, capGetVideoFormatSize,
1814         capSetVideoFormat, capDlgVideoCompression, capPreview, capOverlay,
1815         capPreviewRate, capPreviewScale, capGetStatus, capSetScrollPos,
1816         capGrabFrame, capGrabFrameNoStop, capCaptureSequence,
1817         capCaptureSequenceNoFile, capCaptureSetSetup, capCaptureGetSetup,
1818         capSetMCIDeviceName, capGetMCIDeviceName, capCaptureStop, capCaptureAbort,
1819         capCaptureSingleFrameOpen, capCaptureSingleFrameClose,
1820         capCaptureSingleFrame, capPaletteOpen, capPaletteSave, capPalettePaste,
1821         capPaletteAuto, capPaletteManual, capSetCallbackOnCapControl): Define.
1822         (CAPDRIVERCAPS, *LPCAPDRIVERCAPS, CAPINFOCHUNK, *LPCAPINFOCHUNK, CAPSTATUS,
1823         *LPCAPSTATUS, CAPTUREPARMS, *LPCAPTUREPARMS, VIDEOHDR, *LPVIDEOHDR): typedef.
1824
1825 2008-04-26  Yuval  <uvman@users.sourceforge.net>
1826
1827         * include/ntsecpkg.h (SECPKG_STATE_ENCRYPTION_PERMITTED,
1828         SECPKG_STATE_STRONG_ENCRYPTION_PERMITTED, SECPKG_STATE_DOMAIN_CONTROLLER,
1829         SECPKG_STATE_WORKSTATION, SECPKG_STATE_STANDALONE,
1830         LSA_TOKEN_INFORMATION_TYPE, SECPKG_EXTENDED_INFORMATION_CLASS,
1831         SECPKG_NAME_TYPE, SECPKG_PRIMARY_CRED, SECPKG_SUPPLEMENTAL_CRED,
1832         SECPKG_SUPPLEMENTAL_CRED_ARRAY, SECPKG_PARAMETERS,
1833         SECPKG_EVENT_DOMAIN_CHANGE, SECPKG_CLIENT_INFO, SecurityUserData,
1834         SECPKG_GSS_INFO, SECPKG_CONTEXT_THUNKS, SECPKG_MUTUAL_AUTH_LEVEL,
1835         SECPKG_CALL_INFO, SECPKG_EXTENDED_INFORMATION, PLSA_CALLBACK_FUNCTION,
1836         *PLSA_CLIENT_REQUEST, LSA_SEC_HANDLE, SEC_THREAD_START, SEC_ATTRS,
1837         *PLSA_REGISTER_CALLBACK, *PLSA_CREATE_LOGON_SESSION,
1838         *PLSA_DELETE_LOGON_SESSION, *PLSA_ADD_CREDENTIAL, *PLSA_GET_CREDENTIALS,
1839         *PLSA_DELETE_CREDENTIAL, *PLSA_ALLOCATE_LSA_HEAP, *PLSA_FREE_LSA_HEAP,
1840         *PLSA_ALLOCATE_CLIENT_BUFFER, *PLSA_FREE_CLIENT_BUFFER,
1841         *PLSA_COPY_TO_CLIENT_BUFFER, *PLSA_COPY_FROM_CLIENT_BUFFER,
1842         *PLSA_IMPERSONATE_CLIENT, *PLSA_UNLOAD_PACKAGE, *PLSA_DUPLICATE_HANDLE,
1843         *PLSA_SAVE_SUPPLEMENTAL_CREDENTIALS, *PLSA_CREATE_THREAD,
1844         *PLSA_GET_CLIENT_INFO, *PLSA_REGISTER_NOTIFICATION,
1845         *PLSA_CANCEL_NOTIFICATION, *PLSA_MAP_BUFFER, *PLSA_CREATE_TOKEN,
1846         *PLSA_AUDIT_LOGON, *PLSA_CALL_PACKAGE, *PLSA_FREE_LSA_HEAP,
1847         *PLSA_GET_CALL_INFO, *PLSA_CALL_PACKAGEEX, *PLSA_CREATE_SHARED_MEMORY,
1848         *PLSA_ALLOCATE_SHARED_MEMORY, *PLSA_FREE_SHARED_MEMORY,
1849         *PLSA_DELETE_SHARED_MEMORY, *PLSA_OPEN_SAM_USER, *PLSA_GET_USER_CREDENTIALS,
1850         *PLSA_GET_USER_AUTH_DATA, *PLSA_CLOSE_SAM_USER,
1851         *PLSA_CONVERT_AUTH_DATA_TO_TOKEN, *PLSA_CLIENT_CALLBACK,
1852         *PLSA_UPDATE_PRIMARY_CREDENTIALS, *PLSA_GET_AUTH_DATA_FOR_USER,
1853         *PLSA_CRACK_SINGLE_NAME, *PLSA_AUDIT_ACCOUNT_LOGON,
1854         *PLSA_CALL_PACKAGE_PASSTHROUGH, SECPKG_DLL_FUNCTIONS, LSA_DISPATCH_TABLE,
1855         LSA_SECPKG_FUNCTION_TABLE, *PLSA_AP_INITIALIZE_PACKAGE, *PLSA_AP_LOGON_USER,
1856         *PLSA_AP_CALL_PACKAGE, *PLSA_AP_LOGON_TERMINATED,
1857         *PLSA_AP_CALL_PACKAGE_UNTRUSTED, *PLSA_AP_CALL_PACKAGE_PASSTHROUGH,
1858         *PLSA_AP_LOGON_USER_EX, *PLSA_AP_LOGON_USER_EX2, SpInitializeFn,
1859         SpShutDownFn, SpGetInfoFn, SpAcceptCredentialsFn,
1860         SpAcquireCredentialsHandleFn, SpQueryCredentialsAttributesFn,
1861         SpFreeCredentialsHandleFn, SpSaveCredentialsFn, SpGetCredentialsFn,
1862         SpDeleteCredentialsFn, SpInitLsaModeContextFn, SpAcceptLsaModeContextFn,
1863         SpDeleteContextFn, SpApplyControlTokenFn, SpGetUserInfoFn,
1864         SpGetExtendedInformationFn, SpQueryContextAttributesFn, SpAddCredentialsFn,
1865         SpSetExtendedInformationFn, SpInstanceInitFn, SpInitUserModeContextFn,
1866         SpMakeSignatureFn, SpVerifySignatureFn, SpSealMessageFn, SpUnsealMessageFn,
1867         SpGetContextTokenFn, SpCompleteAuthTokenFn, SpFormatCredentialsFn,
1868         SpMarshallSupplementalCredsFn, SpExportSecurityContextFn,
1869         SpImportSecurityContextFn, SECPKG_FUNCTION_TABLE,
1870         SECPKG_USER_FUNCTION_TABLE, *SpLsaModeInitializeFn,
1871         *SpUserModeInitializeFn): Define.
1872         * include/sspi.h (SECURITY_STRING): Define.
1873
1874 2008-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
1875
1876         * include/specstrings.h: Add more dummy defines.
1877
1878 2008-04-22  Corinna Vinschen  <corinna@vinschen.de>
1879
1880         * include/winnt.h (SECURITY_MANDATORY_LABEL_AUTHORITY): Define.
1881         (SECURITY_MANDATORY_UNTRUSTED_RID): Define.
1882         (SECURITY_MANDATORY_LOW_RID): Define.
1883         (SECURITY_MANDATORY_MEDIUM_RID): Define.
1884         (SECURITY_MANDATORY_HIGH_RID): Define.
1885         (SECURITY_MANDATORY_SYSTEM_RID): Define.
1886         (SECURITY_MANDATORY_PROTECTED_PROCESS_RID): Define.
1887         (SECURITY_MANDATORY_MAXIMUM_USER_RID): Define.
1888         (SE_GROUP_INTEGRITY): Define.
1889         (SE_GROUP_INTEGRITY_ENABLED): Define.
1890
1891 2008-04-11  Corinna Vinschen  <corinna@vinschen.de>
1892
1893         * include/sddl.h (ConvertStringSidToSidA): Declare.
1894         (ConvertStringSidToSidW): Declare.
1895         (ConvertStringSidToSid): Define.
1896
1897 2008-03-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1898
1899         * include/mprapi.h: Add guard for MprAdminAcceptReauthentication function
1900         and MPR_INTERFACE_3 structure since they are available only in Windows
1901         Server 2008
1902
1903         Thanks to crackedmind  <crackedmind at sf dot net>.
1904
1905 2008-02-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1906
1907         * include/winnt.h: Update guard around KEY_WOW64_64KEY and KEY_WOW64_32KEY
1908         definitions.
1909         * include/winreg.h (KEY_WOW64_64KEY, KEY_WOW64_32KEY): Remove.
1910
1911 2008-02-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1912
1913         * include/winnt.h (KEY_WOW64_64KEY, KEY_WOW64_32KEY): Define.
1914
1915 2008-02-02  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1916
1917         * include/specstrings.h (IN, OUT, OPTIONAL): Remove.
1918         * include/windef.h (IN, OUT, OPTIONAL): Define.
1919
1920 2008-02-02  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1921
1922         * include/specstrings.h: new file, move pseudo modifiers from windef.h.
1923         * include/windef.h (__in, __inout, __in_opt, __in_bcound, __in_ecount,
1924         __out, __out_ecount_part, __struct_bcount, __field_ecount_opt,
1925         __out_bcount_opt): Move to specstrings.h.
1926
1927 2008-01-30  Brandon Sneed  <nivenh@sourceware.org>
1928
1929         * lib/bthprops.def: new file, bluetooth imports.
1930
1931 2008-01-30  Brandon Sneed  <nivenh@sourceware.org>
1932
1933         * include/windef.h (__in, __inout, __in_opt, __in_bcound, __in_ecount,
1934         __out, __out_ecount_part, __struct_bcount, __field_ecount_opt,
1935         __out_bcount_opt): Defined additional pseudo-modifiers.
1936
1937 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
1938         * include/ras.h (RAS_MaxDnsSuffix): corrected typo, was RAX_MaxDnsSuffix.
1939         (RASENTRYA, RASENTRYW): Added members (dwfOptions2, dwfOptions3, szDnsSuffix,
1940         dwTcpWindowSize, szPrerequisitePbk, szPrerequisiteEntry, dwRedialCount,
1941         dwRedialPause.
1942
1943 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
1944
1945         * include/winnt.h (SYSTEM_POWER_CONDITION): typedef.
1946         * include/winuser.h (PBT_POWERSETTINGCHANGE, DEVICE_NOTIFY_WINDOW_HANDLE,
1947         DEVICE_NOTIFY_SERVICE_HANDLE): define.
1948         * include/winuser.h (LPCGUID, HPOWERNOTIFY, POWERBROADCAST_SETTING): typedefs.
1949         * include/winuser.h (GUID_POWERSCHEME_PERSONALITY, GUID_MIN_POWER_SAVINGS,
1950         GUID_MAX_POWER_SAVINGS, GUID_TYPICAL_POWER_SAVINGS, GUID_ACDC_POWER_SOURCE,
1951         GUID_BATTERY_PERCENTAGE_REMAINING, GUID_IDLE_BACKGROUND_TASK,
1952         GUID_SYSTEM_AWAYMODE, GUID_MONITOR_POWER_ON): added externs for GUIDs.
1953         * include/winuser.h (RegisterPowerSettingNotification,
1954         UnregisterPowerSettingNotification): Add prototypes.
1955         * lib/user32.def: Added imports for the above prototypes.
1956         * lib/Makefile.in: Added build support for power-uuid.c.
1957         * lib/power-uuid.c: New file containing power GUID definitions.
1958
1959 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
1960
1961         * include/ras.h (RAS_MaxDnsSuffix): define.
1962
1963 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
1964
1965         * include/psapi.h (GetProcessImageFileNameA, GetProcessImageFileNameW):
1966         Add prototypes.
1967         * lib/psapi.def (GetProcessImageFileNameA@12, GetProcessImageFileNameW@12):
1968         Add exports.
1969
1970 2007-12-27  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1971
1972         * include/w32api.h: Increment version to 3.11.
1973         * Makefile.in: Ditto.
1974
1975 2007-12-11  Dave Korn  <dave.korn@artimi.com>
1976
1977         * include/wincrypt.h (PCRYPT_DECODE_PARA):  Add missing typedef.
1978         (CERT_POLICY_MAPPINGS_INFO):  Move before CERT_POLICY_MAPPING.
1979
1980 2007-12-03  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1981
1982         * include/wingdi.h: Change WINVER guard to _WIN32_WINNT.
1983
1984 2007-12-03  techrazy  <techrazy@users.sourceforge.net>
1985
1986         * include/wingdi.h (NTM_NONNEGATIVE_AC, NTM_PS_OPENTYPE, NTM_TT_OPENTYPE,
1987         NTM_MULTIPLEMASTER, NTM_TYPE1, NTM_DSIG): define.
1988
1989 2007-11-21  Kevin Conaway  <kevin_conaway@users.sourceforge.net>
1990
1991         * include/wincrypt.h (CryptProtectData, CryptUnprotectData): define.
1992
1993 2007-11-21  elsapo  <elsapo@users.sourceforge.net>
1994
1995         * include/wincrypt.h (CERT_NAME_STR_COMMA_FLAG,
1996         CERT_NAME_STR_DISABLE_IE4_UTF8_FLAG, CERT_NAME_STR_ENABLE_UTF8_UNICODE_FLAG,
1997         CMC_ADD_ATTRIBUTES, CMC_ADD_EXTENSIONS, X509_CERT_PAIR,
1998         X509_CERTIFICATE_TEMPLATE, X509_CROSS_CERT_DIST_POINTS, CMC_DATA,
1999         X509_NAME_CONSTRAINTS, X509_POLICY_CONSTRAINTS, X509_POLICY_MAPPINGS,
2000         CMC_RESPONSE, CMC_STATUS, X509_ALGORITHM_IDENTIFIER, X509_ALTERNATE_NAME,
2001         PKCS_ATTRIBUTE, X509_AUTHORITY_INFO_ACCESS, X509_AUTHORITY_KEY_ID,
2002         X509_AUTHORITY_KEY_ID2, szOID_BASIC_CONSTRAINTS, X509_BASIC_CONSTRAINTS2,
2003         X509_BIOMETRIC_EXT, X509_BITS, X509_CERT, X509_CERT_CRL_TO_BE_SIGNED,
2004         X509_CERT_POLICIES, X509_CERT_REQUEST_TO_BE_SIGNED, X509_CERT_TO_BE_SIGNED,
2005         X509_CHOICE_OF_TIME, PKCS_CONTENT_INFO, PKCS_CONTENT_INFO_SEQUENCE_OF_ANY,
2006         X509_CRL_DIST_POINTS, RSA_CSP_PUBLICKEYBLOB, PKCS_CTL, X509_DSS_PARAMETERS,
2007         X509_DSS_SIGNATURE, X509_ECC_SIGNATURE, X509_ENHANCED_KEY_USAGE,
2008         X509_ENUMERATED, X509_EXTENSIONS, X509_INTEGER, X509_ISSUING_DIST_POINT,
2009         X509_KEY_ATTRIBUTES, X509_KEY_USAGE, X509_KEY_USAGE_RESTRICTION,
2010         X509_KEYGEN_REQUEST_TO_BE_SIGNED, X509_LOGOTYPE_EXT,
2011         X509_MULTI_BYTE_INTEGER, X509_MULTI_BYTE_UINT, X509_NAME, X509_NAME_VALUE,
2012         X509_OBJECT_IDENTIFIER, X509_OCTET_STRING, X509_PUBLIC_KEY_INFO,
2013         PKCS_RC2_CBC_PARAMETERS, CNG_RSA_PUBLIC_KEY_BLOB,
2014         PKCS_RSA_SSA_PSS_PARAMETERS, PKCS_RSAES_OAEP_PARAMETERS,
2015         ECC_CMS_SHARED_INFO, X509_SEQUENCE_OF_ANY, PKCS7_SIGNER_INFO,
2016         CMS_SIGNER_INFO, PKCS_SMIME_CAPABILITIES, PKCS_TIME_REQUEST,
2017         X509_UNICODE_NAME, X509_UNICODE_NAME_VALUE, PKCS_UTC_TIME,
2018         OCSP_SIGNED_REQUEST, OCSP_REQUEST, OCSP_RESPONSE,
2019         OCSP_BASIC_SIGNED_RESPONSE, OCSP_BASIC_RESPONSE, CRL_REASON_UNSPECIFIED,
2020         CRL_REASON_KEY_COMPROMISE, CRL_REASON_CA_COMPROMISE,
2021         CRL_REASON_AFFILIATION_CHANGED, CRL_REASON_SUPERSEDED,
2022         CRL_REASON_CESSATION_OF_OPERATION, CRL_REASON_CERTIFICATE_HOLD,
2023         CRL_REASON_REMOVE_FROM_CRL, CRYPT_ENCODE_ALLOC_FLAG,
2024         CRYPT_UNICODE_NAME_ENCODE_DISABLE_CHECK_TYPE_FLAG,
2025         CRYPT_UNICODE_NAME_ENCODE_ENABLE_T61_UNICODE_FLAG,
2026         CRYPT_UNICODE_NAME_ENCODE_ENABLE_UTF8_UNICODE_FLAG,
2027         CRYPT_UNICODE_NAME_ENCODE_FORCE_UTF8_UNICODE_FLAG,
2028         szOID_APPLICATION_CERT_POLICIES, szOID_APPLICATION_POLICY_CONSTRAINTS,
2029         szOID_APPLICATION_POLICY_MAPPINGS, szOID_AUTHORITY_INFO_ACCESS,
2030         szOID_AUTHORITY_KEY_IDENTIFIER, szOID_AUTHORITY_KEY_IDENTIFIER2,
2031         X509_BASIC_CONSTRAINTS, szOID_BIOMETRIC_EXT, szOID_CERT_EXTENSIONS,
2032         szOID_CERT_POLICIES, szOID_CERTIFICATE_TEMPLATE, szOID_CRL_NUMBER,
2033         szOID_CROSS_CERT_DIST_POINTS, szOID_DELTA_CRL_INDICATOR,
2034         szOID_ENROLLMENT_NAME_VALUE_PAIR, szOID_FRESHEST_CRL,
2035         szOID_ISSUING_DIST_POINT, szOID_NAME_CONSTRAINTS, szOID_CRL_DIST_POINTS,
2036         szOID_CRL_REASON_CODE, szOID_CRL_VIRTUAL_BASE, szOID_ECC_PUBLIC_KEY,
2037         szOID_ECDSA_SPECIFIED, szOID_ENHANCED_KEY_USAGE, szOID_ISSUER_ALT_NAME,
2038         szOID_ISSUER_ALT_NAME2, szOID_KEY_ATTRIBUTES, szOID_KEY_USAGE,
2039         szOID_KEY_USAGE_RESTRICTION, szOID_LOGOTYPE_EXT, szOID_POLICY_CONSTRAINTS,
2040         szOID_POLICY_MAPPINGS, szOID_RSA_SSA_PSS, szOID_RSAES_OAEP,
2041         szOID_SUBJECT_ALT_NAME, szOID_SUBJECT_ALT_NAME2,
2042         szOID_SUBJECT_KEY_IDENTIFIER, CMC_ADD_ATTRIBUTES_INFO,
2043         PCMC_ADD_ATTRIBUTES_INFO, CMC_ADD_EXTENSIONS_INFO, PCMC_ADD_EXTENSIONS_INFO,
2044         CERT_ALT_NAME_ENTRY, PCERT_ALT_NAME_ENTRY, CERT_ALT_NAME_INFO,
2045         PCERT_ALT_NAME_INFO, CERT_NAME_VALUE, PCERT_NAME_VALUE,
2046         CERT_POLICY_QUALIFIER_INFO, PCERT_POLICY_QUALIFIER_INFO,
2047         CERT_POLICY_CONSTRAINTS_INFO, PCERT_POLICY_CONSTRAINTS_INFO,
2048         CERT_POLICY_MAPPINGS_INFO, PCERT_POLICY_MAPPINGS_INFO, CERT_POLICY_MAPPING,
2049         PCERT_POLICY_MAPPING, CryptDecodeObjectEx, CryptEncodeObject,
2050         CryptEncodeObjectEx): define.
2051
2052 2007-11-21  Brian Dessent  <dessent@users.sourceforge.net>
2053
2054         * include/winbase.h (CheckTokenMembership): define.
2055
2056 2007-10-03  Jiri Malak  <Jiri.Malak@iol.cz>
2057
2058         * include/rpcndr.h: Missing NdrClientCall2 entry.
2059         * lib/rpcrt4.def: Ditto.
2060
2061 2007-10-03  Frank Fesevur  <ffes@users.sourceforge.net>
2062         * lib/scnsave.c: Multi-monitor support.
2063
2064 2007-08-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2065
2066         * include/w32api.h: Increment version to 3.10.
2067         * Makefile.in: Ditto.
2068
2069 2007-08-02  Corinna Vinschen  <corinna@vinschen.de>
2070
2071         * include/winbase.h (ReOpenFile): Add prototype.
2072         * lib/kernel32.def (ReOpenFile@16): Add export.
2073
2074 2007-07-31  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2075
2076         * include/wtsapi32.h (WTS_CURRENT_SESSION, WTSDisconnectSession): Define.
2077
2078 2007-7-30  Martijn Wargers  <martijnw22@users.sourceforge.net>
2079
2080         * include/wingdi.h (GetTextExtentExPointI): Add prototype.
2081         * lib/gdi32.def (GetTextExtentExPointI@28): Add export.
2082
2083 2007-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
2084
2085         * include/wtypes.h (LPDECIMAL): Define.
2086         (DECIMAL_NEG, DECIMAL_SETZERO): Move definitions.
2087
2088 2007-07-18  Corinna Vinschen  <corinna@vinschen.de>
2089
2090         * include/winnt.h (SE_TRUSTED_CREDMAN_ACCESS_NAME): Define.
2091
2092 2007-07-17  Corinna Vinschen  <corinna@vinschen.de>
2093
2094         * include/winnt.h (FILE_READ_ONLY_VOLUME): Define.
2095         * include/ddk/ntifs.h (FILE_READ_ONLY_VOLUME): Define.
2096
2097 2007-07-12  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2098
2099         * include/winuser.h (FE_FONTSMOOTHINGSTANDARD, FE_FONTSMOOTHINGCLEARTYPE):
2100         Define.
2101
2102 2007-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
2103
2104         * include/pbt.h (PBT_APMRESUMEAUTOMATIC) Define.
2105         * include/winuser.h: (PBT_APMQUERYSUSPEND, PBT_APMQUERYSTANDBY,
2106         PBT_APMQUERYSUSPENDFAILED, PBT_APMQUERYSTANDBYFAILED,
2107         PBT_APMSUSPEND, PBT_APMSTANDBY, PBT_APMRESUMECRITICAL,
2108         PBT_APMRESUMESUSPEND, PBT_APMRESUMESTANDBY, PBT_APMBATTERYLOW,
2109         PBT_APMPOWERSTATUSCHANGE, PBT_APMOEMEVENT, PBT_APMRESUMEAUTOMATIC):
2110         Sync with include/pbt.h.
2111
2112 2007-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
2113
2114         [mingw-Bugs-1751518]
2115         * include/mshtml.h (IHTMLDocument2): Correct spelling of put_URL,
2116         get_URL.
2117
2118         [mingw-Bugs-1751565]
2119         * include/basetyps.h (IID); Guard with __IID_DEFINED__.
2120
2121         [mingw-Bugs-1751595]
2122         * include/exdisp.h (DWebBrowserEvents2): Remove undocumented STDDISP
2123         methods.
2124
2125         Thanks to Yuji Kuwabara  <yujikuwabara at sf dot net>.
2126
2127 2007-07-10  Danny Smith  <dannysmith@users.sourceforge.net>
2128
2129         [mingw-Bugs-1750898]
2130         * include/mmsystem.h (MIXERCONTROL): Correct UNICODE mapping.
2131         Thanks to Yuji Kuwabara  <yujikuwabara at sf dot net>.
2132
2133 2007-07-09  Danny Smith  <dannysmith@users.sourceforge.net>
2134
2135         [mingw-Bugs-1749305]
2136         * lib/kernel32.def (GetConsoleProcessList@8):  Add export.
2137
2138 2007-07-02  Przemek Czerkas  <pczerkas@gmail.com>
2139
2140         * include/shlobj.h: Add CSIDL_MYMUSIC and CSIDL_MYVIDEO.
2141
2142 2007-07-02  Danny Smith  <dannysmith@users.sourceforge.net>
2143
2144         * include/oaidl.h: Include windows.h and ole2.h,
2145         unless COM_NO_WINDOWS_H.
2146
2147         [mingw-Bugs-1742130]
2148         * include/oaidl.h (struct tagVARIANT): Add union members
2149         LONGLONG  * pllVal and ULONGLONG * pullVal.
2150
2151 2007-07-01  Danny Smith  <dannysmith@users.sourceforge.net>
2152
2153         * include/ws2tcpip.h (s6_addr32): Correct definition.
2154         Thanks to Alfred E. Heggestad <aeh at db dot org>
2155
2156 2007-05-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2157
2158         * lib/secur32.def (InitSecurityInterfaceA, InitSecurityInterfaceW): Define.
2159
2160         Thanks to Jim Marshall (jim dot marshall at wbemsolutions dot com) for
2161         supplying the information.
2162
2163 2007-05-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2164
2165         * include/shellapi.h (NIN_POPUPOPEN, NIN_POPUPCLOSE): Define.
2166
2167 2007-04-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2168
2169         * include/shellapi.h (NOTIFYICONDATAA, NOTIFYICONDATAW): Updated to support
2170         Vista.
2171
2172 2007-04-20  Matthias Miller  <matthiasmiller@users.sourceforge.net>
2173
2174          * include/wincrypt.h (CRYPTPROTECT_PROMPTSTRUCT, CRYPTPROTECT_UI_FORBIDDEN,
2175         CRYPTPROTECT_LOCAL_MACHINE): Define.
2176
2177 2007-04-15  Piotr Wyderski  <piotr.wyderski@wp.pl>
2178
2179         * include/winbase.h (SetInformationJobObject, QueryInformationJobObject):
2180         Define.
2181
2182 2007-03-30  Brian Dessent  <brian@dessent.net>
2183
2184         * lib/kernel32.def (CreateMemoryResourceNotification@4): Define.
2185
2186 2007-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2187
2188         * include/w32api.h: Increment version to 3.9.
2189         * Makefile.in: Ditto.
2190
2191 2007-03-23  Corinna Vinschen  <corinna@vinschen.de>
2192
2193         * include/psapi.h (GetMappedFileName): Fix messed up checkin.
2194
2195 2007-03-23  Matthew Gregan  <kinetik@flim.org>
2196
2197         * include/psapi.h (GetMappedFileName): Rename from GetMappedFilenameEx.
2198
2199 2007-03-06  Brandon Sneed  <brandon@oqo.com>
2200
2201         * include/setupapi.h: Added SetupConfigureWmiFromInfSectionA
2202         Added SetupConfigureWmiFromInfSectionW
2203         Added SetupConfigureWmiFromInfSection define to unicode and non-unicode sections
2204
2205         * lib/setupapi.def: Added exports for SetupConfigureWmiFromInfSectionA and W
2206
2207         * include/winuser.h: Added PBT_APMQUERYSUSPEND
2208         Added PBT_APMQUERYSTANDBY
2209         Added PBT_APMQUERYSUSPENDFAILED
2210         Added PBT_APMQUERYSTANDBYFAILED
2211         Added PBT_APMSUSPEND
2212         Added PBT_APMSTANDBY
2213         Added PBT_APMRESUMECRITICAL
2214         Added PBT_APMRESUMESUSPEND
2215         Added PBT_APMRESUMESTANDBY
2216         Added PBT_APMBATTERYLOW
2217         Added PBT_APMPOWERSTATUSCHANGE
2218         Added PBT_APMOEMEVENT
2219         Added PBT_APMRESUMEAUTOMATIC
2220
2221         * include/wtsapi32.h: New file
2222
2223         * include/wingdi.h: Added DM_DISPLAYORIENTATION define for use with DMDO_* defines
2224
2225 2007-03-05  Jan Nijtmans  <nijtmans@users.sourceforge.net>
2226
2227         * include/ddeml.h (DdeCreateStringHandleA, DdeCreateStringHandleW): Switch
2228         argument to constant.
2229
2230 2007-02-18  Jiri Malak  <jiri.malak@iol.cz>
2231
2232         * include/windef.h [WATCOM]: Fix !NONAMELESSUNION defines.
2233         * include/winnt.h [WATCOM] (GetCurrentFiber, GetFiberData):
2234         Add prototypes.
2235         [WATCOM] (NtCurrentTeb): Add protype and inline asm definition.
2236
2237 2007-02-18  Vesa Jääskeläinen  <chaac@users.sourceforge.net>
2238
2239         * lib/user32.def (InternalGetWindowText): Add stub.
2240
2241 2007-02-11  Daniel Atallah  <datallah@users.sourceforge.net>
2242
2243         * include/winnt.h (LANG_SERBIAN_NEUTRAL, LANG_BOSNIAN,
2244         LANG_BOSNIAN_NEUTRAL): Define.
2245
2246 2007-02-11  Daniel Schlyder  <thrug@users.sourceforge.net>
2247
2248         * include/winuser.h: Add guards around TITLEBARINFO and
2249         GetTitleBarInfo().
2250
2251 2007-01-11  Gisle Vanem  <giva@users.sourceforge.net>
2252
2253         * include/winbase.h (struct _OVERLAPPED): Change type of
2254         Internal, InternalHigh members to ULONG_PTR.
2255         (PAPCFUNC): Change DWORD parameter to ULONG_PTR.
2256         (CreateIoCompletionPort): Likewise.
2257         (PostQueuedCompletionStatus): Likewise.
2258         (QueueUserAPC): Likewise.
2259
2260 2007-01-06  Pierre A. Humblet  <Pierre.Humblet@ieee.org>
2261
2262         * include/windns.h (DNS_TYPE_RP, DNS_TYPE_AFSDB, DNS_TYPE_X25,
2263         DNS_TYPE_ISDN, DNS_TYPE_RT, DNS_TYPE_NSAP, DNS_TYPE_NSAPPTR,
2264         DNS_TYPE_SIG, DNS_TYPE_KEY, DNS_TYPE_PX, DNS_TYPE_GPOS,
2265         DNS_TYPE_AAAA, DNS_TYPE_LOC, DNS_TYPE_NXT, DNS_TYPE_EID,
2266         DNS_TYPE_NIMLOC, DNS_TYPE_SRV, DNS_TYPE_ATMA, DNS_TYPE_NAPTR,
2267         DNS_TYPE_KX, DNS_TYPE_CERT, DNS_TYPE_A6, DNS_TYPE_DNAME,
2268         DNS_TYPE_SINK, DNS_TYPE_OPT, DNS_TYPE_UINFO, DNS_TYPE_UID,
2269         DNS_TYPE_GID, DNS_TYPE_UNSPEC, DNS_TYPE_ADDRS, DNS_TYPE_TKEY,
2270         DNS_TYPE_TSIG, DNS_TYPE_IXFR, DNS_TYPE_AXFR, DNS_TYPE_MAILB,
2271         DNS_TYPE_MAILA, DNS_TYPE_ALL, DNS_TYPE_ANY): Add enum values.
2272
2273 2006-11-21  Danny Smith  <dannysmith@users.sourceforge.net>
2274
2275         * Makefile.in: Add aclocal.m4 to source release.
2276
2277 2006-11-18  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2278
2279         * include/w32api.h: Increment version to 3.8.
2280         * Makefile.in: Ditto.
2281
2282 2006-11-13  Daniel Schlyder  <thrug@users.sourceforge.net>
2283
2284         * include/winnt.h (VER_SUITE_EMBEDDEDNT, VER_SUITE_SINGLEUSERTS,
2285         VER_SUITE_STORAGE_SERVER, VER_SUITE_COMPUTE_SERVER): Define.
2286
2287         * include/winuser.h (SM_STARTER, SM_SERVERR2): Define.
2288
2289 2006-11-02  Danny Smith  <dannysmith@users.sourceforge.net>
2290
2291         * include/winuser.h (LR_DEFAULTSIZE): Remove duplicate.
2292
2293         * include/winnt.h (GetCurrentFiber): Remove extern declaration.  Make
2294         inline static.
2295         (GetFiberData): Likewise.
2296         * lib/kernel32.c: Remove.
2297         * lib/Makefile.in: Remove reference to kernel32.[co].
2298
2299 2006-10-31  Corinna Vinschen  <corinna@vinschen.de>
2300
2301         * include/winnt.h (SE_RELABEL_NAME): Define.
2302         (SE_INCREASE_WORKING_SET_NAME): Define.
2303         (SE_TIME_ZONE_NAME): Define.
2304         (SE_CREATE_SYMBOLIC_LINK_NAME): Define.
2305
2306 2006-10-31  Corinna Vinschen  <corinna@vinschen.de>
2307
2308         * include/winnt.h (IO_REPARSE_TAG_SYMLINK): Define.
2309         (struct _REPARSE_DATA_BUFFER): Add missing Flags field to
2310         SymbolicLinkReparseBuffer substructure.
2311
2312 2006-10-29  Daniel Atallah  <datallah@users.sourceforge.net>
2313
2314         * lib/ws2_32.def (WSANSPIoctl): Add to lib.
2315
2316 2006-10-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2317
2318         * lib/Makefile.in: Fix order for 'all' rule.
2319
2320 2006-10-12  Danny Smith  <dannysmith@users.sourceforge.net>
2321
2322         * include/winuser.h (LR_DEFAULTSIZE, LR_VGACOLOR): Define.
2323
2324 2006-10-05  Danny Smith  <dannysmith@users.sourceforge.net>
2325
2326         * include/winreg.h (RegDeleteKeyEx{A|W}): Add prototype and UNICODE
2327         mappings.
2328         (KEY_WOW64_32KEY, KEY_WOW64_64KEY): Define.
2329         * lib/advapi.def (RegDeleteKeyEx{A|W}): Export.
2330
2331 2006-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
2332
2333         * include/rpc.h: Add whitespace.
2334         * include/winnt.h (C_ASSERT): Define.
2335
2336 2006-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
2337
2338         [mingw-Bugs-1568067]
2339         * include/winuser.h: (DISP_CHANGE_BADDUALVIEW): Define.
2340         * include/wingdi.h: (DM_POSITION): Define.
2341
2342 2006-10-03  Danny Smith  <dannysmith@users.sourceforge.net>
2343
2344         * lib/rpcrt4.def: Remove "_imp__"-prefixed export symbols.
2345         * lib/user32.def: Likewise.
2346
2347 2006-09-11  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
2348
2349         * lib/Makefile.in: fix typo.
2350         * lib/ddk/Makefile.in: fix typo.
2351         * lib/directx/Makefile.in: fix typo.
2352
2353         Thanks to Keith Marshall (keithmarshall at users dot sourceforge dot net)
2354         for pointing it out.
2355
2356 2006-09-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2357
2358         * Makefile.in: Remove files from lib directory with distclean target
2359
2360 2006-09-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2361
2362         * include/winuser.h (CS_DROPSHADOW): Define.
2363
2364 2006-09-08  Michael Gerdau  <mgdde@users.sourceforge.net>
2365
2366         * include/uxtheme.h: (TMT_GRADIENTCOLOR4, TMT_GRADIENTCOLOR5,
2367         TMT_SHADOWCOLOR, TMT_GLOWCOLOR, TMT_TEXTBORDERCOLOR,
2368         TMT_TEXTSHADOWCOLOR, TMT_GLYPHTEXTCOLOR, TMT_GLYPHTRANSPARENTCOLOR,
2369         TMT_FILLCOLORHINT, TMT_BORDERCOLORHINT, TMT_ACCENTCOLORHINT):
2370
2371         Increase each constant by 1.
2372
2373 2006-09-07  Danny Smith  <dannysmith@users.sourceforge.net>
2374
2375         [mingw-Bugs-1553275]
2376         * include/wingdi.h (SetLayout): Add prototype.
2377         (GetLayout): Likewise.
2378
2379 2006-09-02  Danny Smith  <dannysmith@users.sourceforge.net>
2380
2381         [mingw-Bugs-1550139]
2382         * include/oleauto.h (GetRecordInfoFromTypeInfo): Add prototype.
2383         Tanks to:  Samit Basu <samitbasu at sf dot net>
2384         (GetRecordInfoFromGuids): Add prototype.
2385
2386 2006-09-01  Danny Smith  <dannysmith@users.sourceforge.net>
2387
2388         * include/winbase.h: Add comment about 'missing' SEM flag.
2389
2390 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
2391
2392         * configure.in: Substitute with_cross_host in depending files.
2393         * configure: Regenerate.
2394         * lib/Makefile.in: Add with_cross_host to allow more granular checks.
2395         Set installation directories accordingly.
2396         * lib/ddk/Makefile.in: Ditto.
2397         * lib/directx/Makefile.in: Ditto.
2398
2399 2006-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
2400
2401         * lib/wtsapi32.def (WTSGetActiveConsoleSessionId). Move from here...
2402         * lib/kernel32.def (WTSGetActiveConsoleSessionId). ...to here.
2403         Bug reported by: <macleone at users dot sf dot net>
2404
2405 2006-07-29  Danny Smith  <dannysmith@users.sourceforge.net>
2406
2407         Update some more IMAGE relocation type indicators
2408         to PECOFF v8 (May, 2006) specs.
2409
2410         * include/winnt.h (IMAGE_REL_SH3_ABSOLUTE,
2411         IMAGE_REL_SH3_DIRECT16, IMAGE_REL_SH3_DIRECT32,
2412         IMAGE_REL_SH3_DIRECT8, IMAGE_REL_SH3_DIRECT8_WORD,
2413         IMAGE_REL_SH3_DIRECT8_LONG, IMAGE_REL_SH3_DIRECT4,
2414         IMAGE_REL_SH3_DIRECT4_WORD, IMAGE_REL_SH3_DIRECT4_LONG,
2415         IMAGE_REL_SH3_PCREL8_WORD, IMAGE_REL_SH3_PCREL8_LONG,
2416         IMAGE_REL_SH3_PCREL12_WORD, IMAGE_REL_SH3_STARTOF_SECTION,
2417         IMAGE_REL_SH3_SIZEOF_SECTION, IMAGE_REL_SH3_SECTION,
2418         IMAGE_REL_SH3_SECREL, IMAGE_REL_SH3_DIRECT32_NB,
2419         IMAGE_REL_SH3_GPREL4_LONG, IMAGE_REL_SH3_TOKEN,
2420         IMAGE_REL_SHM_PCRELPT, IMAGE_REL_SHM_REFLO,
2421         IMAGE_REL_SHM_REFHALF, IMAGE_REL_SHM_RELLO,
2422         IMAGE_REL_SHM_RELHALF, IMAGE_REL_SHM_PAIR,
2423         IMAGE_REL_SHM_NOMODE): Add defines.
2424
2425         (IMAGE_REL_M32R_ABSOLUTE, IMAGE_REL_M32R_ADDR32,
2426         IMAGE_REL_M32R_ADDR32NB, IMAGE_REL_M32R_ADDR24,
2427         IMAGE_REL_M32R_GPREL16, IMAGE_REL_M32R_PCREL24,
2428         IMAGE_REL_M32R_PCREL16, IMAGE_REL_M32R_PCREL8,
2429         IMAGE_REL_M32R_REFHALF, IMAGE_REL_M32R_REFHI,
2430         IMAGE_REL_M32R_REFLO, IMAGE_REL_M32R_PAIR,
2431         IMAGE_REL_M32R_SECTION, IMAGE_REL_M32R_SECREL,
2432         IMAGE_REL_M32R_TOKEN): Add defines.
2433
2434         (IMAGE_REL_MIPS_JMPADDR16): Add define.
2435
2436 2006-07-27  Danny Smith  <dannysmith@users.sourceforge.net>
2437
2438         Update some IMAGE flags to PECOFF v8 (May, 2006) specs.
2439         * include/winnt.h (IMAGE_FILE_MACHINE_AM33,
2440         IMAGE_FILE_MACHINE_ARM, IMAGE_FILE_MACHINE_EBC,
2441         IMAGE_FILE_MACHINE_M32R, IMAGE_FILE_MACHINE_MIPS16,
2442         IMAGE_FILE_MACHINE_MIPSFPU, IMAGE_FILE_MACHINE_MIPSFPU16,
2443         IMAGE_FILE_MACHINE_POWERPCFP, IMAGE_FILE_MACHINE_R4000,
2444         IMAGE_FILE_MACHINE_SH3, IMAGE_FILE_MACHINE_SH3DSP,
2445         IMAGE_FILE_MACHINE_SH4, IMAGE_FILE_MACHINE_SH5,
2446         IMAGE_FILE_MACHINE_THUMB, IMAGE_FILE_MACHINE_WCEMIPSV2):
2447         Add defines.
2448
2449         (IMAGE_SUBSYSTEM_EFI_APPLICATION,
2450         IMAGE_SUBSYSTEM_EFI_BOOT_SERVICE_DRIVER,
2451         IMAGE_SUBSYSTEM_EFI_RUNTIME_DRIVER, IMAGE_SUBSYSTEM_EFI_ROM):
2452         Add defines.
2453
2454         (IMAGE_SYM_CLASS_CLR_TOKEN): Add define.
2455
2456         (IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE,
2457         IMAGE_DLL_CHARACTERISTICS_FORCE_INTEGRITY,
2458         IMAGE_DLL_CHARACTERISTICS_NX_COMPAT,
2459         IMAGE_DLLCHARACTERISTICS_NO_ISOLATION, IMAGE_DLLCHARACTERISTICS_NO_SEH,
2460         IMAGE_DLLCHARACTERISTICS_NO_BIND,
2461         IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE): Add defines.
2462
2463         (IMAGE_REL_I386_TOKEN, IMAGE_REL_I386_SECREL7): Add defines.
2464
2465         (IMAGE_REL_AMD64_ABSOLUTE, IMAGE_REL_AMD64_ADDR64,
2466         IMAGE_REL_AMD64_ADDR32, IMAGE_REL_AMD64_ADDR32NB, IMAGE_REL_AMD64_REL32,
2467         IMAGE_REL_AMD64_REL32_1, IMAGE_REL_AMD64_REL32_2,
2468         IMAGE_REL_AMD64_REL32_3, IMAGE_REL_AMD64_REL32_4,
2469         IMAGE_REL_AMD64_REL32_5, IMAGE_REL_AMD64_SECTION,
2470         IMAGE_REL_AMD64_SECREL, IMAGE_REL_AMD64_SECREL7, IMAGE_REL_AMD64_TOKEN,
2471         IMAGE_REL_AMD64_SREL32, IMAGE_REL_AMD64_PAIR, IMAGE_REL_AMD64_SSPAN32):
2472         Add defines.
2473
2474         (IMAGE_REL_IA64_ABSOLUTE, IMAGE_REL_IA64_IMM14, IMAGE_REL_IA64_IMM22,
2475         IMAGE_REL_IA64_IMM64, IMAGE_REL_IA64_DIR32, IMAGE_REL_IA64_DIR64,
2476         IMAGE_REL_IA64_PCREL21B, IMAGE_REL_IA64_PCREL21M,
2477         IMAGE_REL_IA64_PCREL21F, IMAGE_REL_IA64_GPREL22, IMAGE_REL_IA64_LTOFF22,
2478         IMAGE_REL_IA64_SECTION, IMAGE_REL_IA64_SECREL22,
2479         IMAGE_REL_IA64_SECREL64I, IMAGE_REL_IA64_SECREL32,
2480         IMAGE_REL_IA64_DIR32NB, IMAGE_REL_IA64_SREL14, IMAGE_REL_IA64_SREL22,
2481         IMAGE_REL_IA64_SREL32, IMAGE_REL_IA64_UREL32, IMAGE_REL_IA64_PCREL60X,
2482         IMAGE_REL_IA64_PCREL60B, IMAGE_REL_IA64_PCREL60F,
2483         IMAGE_REL_IA64_PCREL60I, IMAGE_REL_IA64_PCREL60M,
2484         IMAGE_REL_IA64_IMMGPREL64, IMAGE_REL_IA64_TOKEN, IMAGE_REL_IA64_GPREL32,
2485         IMAGE_REL_IA64_ADDEND): Add defines.
2486
2487         (IMAGE_SCN_GPREL): Add define.
2488
2489 2006-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
2490
2491         * include/aclui.h: Replace __OBJC__ guard with _OBJC_NO_COM.
2492         * include/basetyps.h:  Likewise.
2493         (_COM_interface): New define.
2494         (interface): Define to _COM_interface, conditional on !__OBJC__.
2495         Replace 'interface' with '_COM_interface', throughout.
2496         * include/comcat.h: Replace 'interface' with '_COM_interface', throughout.
2497         * include/commdlg.h: Replace __OBJC__ guard with _OBJC_NO_COM.
2498         * include/docobj.h: Replace 'interface' with '_COM_interface', throughout.
2499         * include/mshtml.h: Likewise.
2500         * include/oaidl.h: Likewise.
2501         * include/objfwd.h: Likewise.
2502         * include/objidl.h: Likewise.
2503         * include/ocidl.h: Likwise.
2504         * include/olectl.h: Likewise.
2505         * include/oleidl.h: Likewise.
2506         * include/shlobj.h: Likewise.
2507         * include/shlwapi.h: Replace __OBJC__ guard with _OBJC_NO_COM.
2508         * include/vfw.h: Likewise.
2509         * include/windows.h. Likewise. Add comment.
2510         * include/directx/d3d9.h: Replace 'interface' with '_COM_interface',
2511         throughout.
2512
2513         * lib/test.c: Replace __OBJC__ guard with _OBJC_NO_COM.
2514         Add test for conflict with '@interface'
2515
2516 2006-07-22  ipsoner  <ipsoner@users.sourceforge.net>
2517
2518         * include/wincrypt.h (szOID_RSA, szOID_PKCS, szOID_RSA_HASH,
2519         szOID_RSA_ENCRYPT, szOID_PKCS_1, szOID_PKCS_2, szOID_PKCS_3,
2520         szOID_PKCS_4, szOID_PKCS_5, szOID_PKCS_6, szOID_PKCS_7,
2521         szOID_PKCS_8, szOID_PKCS_9, szOID_PKCS_10, szOID_PKCS_12,
2522         szOID_RSA_MD2, szOID_RSA_MD4, szOID_RSA_MD5, szOID_RSA_RSA,
2523         szOID_RSA_MD2RSA, szOID_RSA_MD4RSA, szOID_RSA_MD5RSA,
2524         szOID_RSA_SHA1RSA, szOID_RSA_SETOAEP_RSA, szOID_RSA_DH,
2525         szOID_RSA_data, szOID_RSA_signedData, szOID_RSA_envelopedData,
2526         szOID_RSA_signEnvData, szOID_RSA_digestedData, szOID_RSA_hashedData,
2527         szOID_RSA_encryptedData, szOID_RSA_emailAddr, szOID_RSA_unstructName,
2528         szOID_RSA_contentType, szOID_RSA_messageDigest, szOID_RSA_signingTime,
2529         szOID_RSA_counterSign, szOID_RSA_challengePwd, szOID_RSA_unstructAddr,
2530         szOID_RSA_extCertAttrs, szOID_RSA_SMIMECapabilities,
2531         szOID_RSA_preferSignedData, szOID_RSA_RC2CBC, szOID_RSA_RC4,
2532         szOID_RSA_DES_EDE3_CBC, szOID_RSA_RC5_CBCPad, szOID_ANSI_x942,
2533         szOID_ANSI_x942_DH, szOID_X957, szOID_X957_DSA, szOID_DATA STRUCTURE,
2534         szOID_DS, szOID_DSALG, szOID_DSALG_CRPT, szOID_DSALG_HASH,
2535         szOID_DSALG_SIGN, szOID_DSALG_RSA, szOID_OIW, szOID_OIWSEC,
2536         szOID_OIWSEC_md4RSA, szOID_OIWSEC_md5RSA, szOID_OIWSEC_md4RSA2,
2537         szOID_OIWSEC_desECB, szOID_OIWSEC_desCBC, szOID_OIWSEC_desOFB,
2538         szOID_OIWSEC_desCFB, szOID_OIWSEC_desMAC, szOID_OIWSEC_rsaSign,
2539         szOID_OIWSEC_dsa, szOID_OIWSEC_shaDSA, szOID_OIWSEC_mdc2RSA,
2540         szOID_OIWSEC_shaRSA, szOID_OIWSEC_dhCommMod, szOID_OIWSEC_desEDE,
2541         szOID_OIWSEC_sha, szOID_OIWSEC_mdc2, szOID_OIWSEC_dsaComm,
2542         szOID_OIWSEC_dsaCommSHA, szOID_OIWSEC_rsaXchg, szOID_OIWSEC_keyHashSeal,
2543         szOID_OIWSEC_md2RSASign, szOID_OIWSEC_md5RSASign, szOID_OIWSEC_sha1,
2544         szOID_OIWSEC_dsaSHA1, szOID_OIWSEC_dsaCommSHA1, szOID_OIWSEC_sha1RSASign,
2545         szOID_OIWDIR, szOID_OIWDIR_CRPT, szOID_OIWDIR_HASH, szOID_OIWDIR_SIGN,
2546         szOID_OIWDIR_md2, szOID_OIWDIR_md2RSA, szOID_INFOSEC,
2547         szOID_INFOSEC_sdnsSignature, szOID_INFOSEC_mosaicSignature,
2548         szOID_INFOSEC_sdnsConfidentiality, szOID_INFOSEC_mosaicConfidentiality,
2549         szOID_INFOSEC_sdnsIntegrity, szOID_INFOSEC_mosaicIntegrity,
2550         szOID_INFOSEC_sdnsTokenProtection, szOID_INFOSEC_mosaicTokenProtection,
2551         szOID_INFOSEC_sdnsKeyManagement, szOID_INFOSEC_mosaicKeyManagement,
2552         szOID_INFOSEC_sdnsKMandSig, szOID_INFOSEC_mosaicKMandSig,
2553         szOID_INFOSEC_SuiteASignature, szOID_INFOSEC_SuiteAConfidentiality,
2554         szOID_INFOSEC_SuiteAIntegrity, szOID_INFOSEC_SuiteATokenProtection,
2555         szOID_INFOSEC_SuiteAKeyManagement, szOID_INFOSEC_SuiteAKMandSig,
2556         szOID_INFOSEC_mosaicUpdatedSig, szOID_INFOSEC_mosaicKMandUpdSig,
2557         szOID_INFOSEC_mosaicUpdatedInteg, szOID_PKIX_NO_SIGNATURE,
2558         szOID_COMMON_NAME, szOID_COUNTRY_NAME, szOID_DEVICE_SERIAL_NUMBER,
2559         szOID_DOMAIN_COMPONENT, szOID_RSA_emailAddr, szOID_GIVEN_NAME,
2560         szOID_INITIALS, szOID_LOCALITY_NAME, szOID_ORGANIZATION_NAME,
2561         szOID_ORGANIZATIONAL_UNIT_NAME, szOID_STATE_OR_PROVINCE_NAME,
2562         szOID_STREET_ADDRESS, szOID_SUR_NAME, szOID_TITLE, szOID_RSA_unstructAddr,
2563         szOID_RSA_unstructName, szOID_BASIC_CONSTRAINTS2,
2564         CERT_BASIC_CONSTRAINTS2_INFO, CRYPT_ENCODE_PARA,CertDuplicateStore,
2565         CertEnumCertificatesInStore, CertDuplicateCertificateContext,
2566         CertGetNameStringA, CertGetNameStringW, CertGetNameString, PFXIsPFXBlob,
2567         CertFindExtension, CryptDecodeObject, CertAddCertificateContextToStore,
2568         CertCompareCertificate, PFXVerifyPassword, PFXImportCertStore,
2569         CertDeleteCertificateFromStore): Define.
2570         * lib/crypt32.def (CertDuplicateStore, CertEnumCertificatesInStore,
2571         CertDuplicateCertificateContext, CertGetNameStringA, CertGetNameStringW,
2572         CertGetNameString, PFXIsPFXBlob, CertFindExtension, CryptDecodeObject,
2573         CertAddCertificateContextToStore, CertCompareCertificate,
2574         PFXVerifyPassword, PFXImportCertStore, CertDeleteCertificateFromStore):
2575         Define.
2576
2577 2006-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2578
2579         * lib/uuid.c: Remove.
2580
2581 2006-07-20  Elias Naur  <elias_naur@users.sourceforge.net>
2582
2583         * include/devguid.h: Add new file with missing GUID_DEVCLASS_*
2584         declarations. They were extracted from the registry with a script.
2585         * lib/devguid.c: Add new file with the implementation of the
2586         missing GUIDs.
2587         * lib/Makefile.in: Add devguid.c to UUID_SOURCES and UUID_OBJS.
2588
2589 2006-07-19  Elias Naur  <elias_naur@users.sourceforge.net>
2590
2591         * include/winuser.h (WM_INPUT): Add missing Raw Input
2592         notification define.
2593         (RID_DEVICE_INFO_MOUSE, RID_DEVICE_INFO_KEYBOARD,
2594         RID_DEVICE_INFO_HID, RID_DEVICE_INFO): Define Raw Input structs
2595
2596 2006-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
2597
2598         [mingw-Bugs-1525021]
2599         * iptypes.h (IP_ADAPTER_ANYCAST_ADDRESS): Fix NONAMELESSUNION warnings.
2600         (IP_ADAPTER_MULTICAST_ADDRESS): Likewise.
2601         (IP_ADAPTER_UNICAST_ADDRESS): Likewise.
2602         (IP_ADAPTER_DNS_SERVER_ADDRESS): Likewise.
2603         (IP_ADAPTER_ADAPTER_PREFIX): Likewise.
2604         (IP_ADAPTER_ADDRESSES): Likewise.
2605
2606 2006-06-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2607
2608         * lib/uuid.c (CLSID_FileProtocol, CLSID_FtpProtocol, CLSID_GopherProtocol,
2609         CLSID_HttpProtocol, CLSID_HttpSProtocol, CLSID_MkProtocol,
2610         CLSID_PSUrlMonProxy, CLSID_StdURLMoniker): Remove.  Moved to
2611         extras-uuid.c.
2612         * lib/extras-uuid.c (CLSID_FileProtocol, CLSID_FtpProtocol, CLSID_GopherProtocol,
2613         CLSID_HttpProtocol, CLSID_HttpSProtocol, CLSID_MkProtocol,
2614         CLSID_PSUrlMonProxy, CLSID_StdURLMoniker): Added.
2615         * lib/hlguids-uuid.c: State source of CLSIDs.
2616
2617 2006-06-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2618
2619         * lib/Makefile.in: Added extras-uuid as an object and source.
2620         * lib/uuid.c (IID_IClientSiteHandler, IID_IContinue, IID_IHttpNegotiate,
2621         IID_IPersistMoniker, IID_IServerHandler, IID_ITargetEmbedding,
2622         IID_ITargetFrame, IID_ITypeComp, IID_IUrlHistoryStg, IID_IWinInetHttpInfo,
2623         IID_IWinInetInfo, IID_IEnumSTATPROPSETSTG, IID_IEnumSTATPROPSTG,
2624         IID_IEnumSTATURL): Remove.  Moved to extras-uuid.c.
2625         * lib/extras-uuid.c: New file.
2626         Thank you to Julien Lecomte (julienlecomte at users dot sourceforge dot
2627         net).
2628
2629 2006-06-12  Danny Smith  <dannysmith@users.sourceforge.net>
2630
2631         [mingw-Bugs-1424461]
2632         *include/imagehlp.h: Comment out IN, OUT and OPTIONAL,
2633         throughout.
2634         *include/rpcdce.h: Don't define IN, OUT or OPTIONAL if
2635         _NO_W32_PSEUDO_MODIFIERS.
2636         *include/rpcnsi.h: Comment out IN, OUT and OPTIONAL,
2637         throughout.
2638         *include/rpcnsip.h: Likewise.
2639         *include/windef.h: Don't define IN, OUT or OPTIONAL
2640         if _NO_W32_PSEUDO_MODIFIERS.
2641         *include/ddk/batclass.h: Comment out IN, OUT and OPTIONAL,
2642         throughout.
2643         *include/ddk/cfgmgr32.h: Likewise.
2644         *include/ddk/ddkmapi.h: Likewise.
2645         *include/ddk/hidclass.h: Likewise.
2646         *include/ddk/hidpi.h: Likewise.
2647         *include/ddk/kbdmou.h: Likewise.
2648         *include/ddk/mcd.h: Likewise.
2649         *include/ddk/miniport.h: Likewise.
2650         *include/ddk/minitape.h: Likewise.
2651         *include/ddk/ndis.h: Likewise.
2652         *include/ddk/ndistapi.h: Likewise.
2653         *include/ddk/ndiswan.h: Likewise.
2654         *include/ddk/ntapi.h: Likewise.
2655         *include/ddk/ntdd8042.h: Likewise.
2656         *include/ddk/ntddpcm.h: Likewise.
2657         *include/ddk/ntifs.h: Likewise.
2658         *include/ddk/ntpoapi.h: Likewise.
2659         *include/ddk/parallel.h: Likewise.
2660         *include/ddk/pfhook.h: Likewise.
2661         *include/ddk/scsiwmi.h: Likewise.
2662         *include/ddk/smbus.h: Likewise.
2663         *include/ddk/srb.h: Likewise.
2664         *include/ddk/storport.h: Likewise.
2665         *include/ddk/tdikrnl.h: Likewise.
2666         *include/ddk/upssvc.h: Likewise.
2667         *include/ddk/usbcamdi.h: Likewise.
2668         *include/ddk/usbscan.h: Likewise.
2669         *include/ddk/video.h: Likewise.
2670         *include/ddk/videoagp.h: Likewise.
2671         *include/ddk/win2k.h: Likewise.
2672         *include/ddk/winddi.h: Likewise.
2673         *include/ddk/winddk.h: Don't define IN, OUT or OPTIONAL
2674         if _NO_W32_PSEUDO_MODIFIERS.
2675         Comment out IN, OUT and OPTIONAL, throughout.
2676         *include/ddk/winnt4.h: Comment out IN, OUT and OPTIONAL,
2677         throughout.
2678         *include/ddk/ws2san.h: Likewise.
2679
2680 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2681
2682         * lib/Makefile.in:  Added hlguids-uuid as source and object.
2683
2684 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2685
2686         * lib/uuid.c (CLSID_StaticDib, CLSID_StaticMetafile, CLSID_StdHlink,
2687         CLSID_StdHlinkBrowseContext): Remove.  Moved to relevant files.
2688         * lib/cguid-uuid.c (CLSID_StaticDib, CLSID_StaticMetafile): Added.
2689         * lib/hlguids-uuid.c: New file.
2690         Thank you to Julien Lecomte (julienlecomte at users dot sourceforge dot
2691         net).
2692
2693 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2694
2695         * lib/Makefile.in: Added urlmon-uuid and hlink-uuid as sources and
2696         objects.
2697         * lib/uuid.c (IID_IAuthenticate, IID_IBindHost, IID_IBindProtocol,
2698         IID_IBindStatusCallback, IID_IBindStatusCallbackMsg, IID_IBinding,
2699         IID_IHlink, IID_IHlinkBrowseContext, IID_IHlinkFrame, IID_IHlinkSite,
2700         IID_IHlinkTarget): Remove.  Moved to new files.
2701         * lib/urlmon-uuid.c: New file.
2702         * lib/hlink-uuid.c: New file.
2703
2704 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2705
2706         * lib/Makefile.in: Added ativscp-uuid as source and object.
2707         * lib/uuid.c (IID_IActiveScript, IID_IActiveScriptError,
2708         IID_IActiveScriptParse, IID_IActiveScriptSite,
2709         IID_IActiveScriptSiteWindow): Remove.  Moved to ativscp-uuid.c.
2710         * lib/ativscp-uuid.c: New file.
2711
2712 2006-06-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2713
2714         * lib/uuid.c (IID_IClientSecurity, IID_IMallocSpy, IID_IServerSecurity):
2715         Remove.  Moved to objidl-uuid.c
2716         * lib/objidl-uuid.c (IID_IClientSecurity, IID_IMallocSpy,
2717         IID_IServerSecurity): Defined.
2718
2719 2006-06-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2720
2721         * lib/Makefile.in: Add cguid-uuid and olectlid-uuid as sources and
2722         objects.
2723         * lib/uuid.c (CLSID_CColorPropPage, CLSID_CFontPropPage,
2724         CLSID_CPicturePropPage, CLSID_Picture_Dib, CLSID_Picture_Metafile,
2725         CLSID_StdFont, CLSID_StdPicture, GUID_NULL, IID_ICreateTypeInfo,
2726         IID_ICreateTypeInfo2, IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_IDebug,
2727         IID_IDebugStream, IID_IDispatch, IID_IEnumFORMATETC,IID_IEnumMoniker,
2728         IID_IEnumOLEVERB, IID_IEnumSTATDATA, IID_IEnumSTATSTG, IID_IEnumString,
2729         IID_IEnumUnknown, IID_IEnumVARIANT, IID_IOleLink, IID_IPSFactory,
2730         IID_IRpcChannel, IID_IRpcProxy, IID_IRpcStub, IID_ITypeInfo,
2731         IID_ITypeInfo2, IID_ITypeLib, IID_ITypeLib2): Remove.  Moved to relevant
2732         files.
2733         * lib/oaidl-uuid.c (IID_ICreateTypeInfo, IID_ICreateTypeInfo2,
2734         IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_ITypeInfo, IID_ITypeInfo2,
2735         IID_ITypeLib, IID_ITypeLib2, IID_IEnumVARIANT): Define.
2736         * lib/cguid-uuid.c: New file.
2737         * lib/olectlid-uuid.c: New file.
2738
2739 2006-06-08  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2740
2741         * lib/Makefile.in: Add objsafe-uuid oaidl-uuid docobj-uuid comcat-uuid
2742         exdisp-uuid mlang-uuid objidl-uuid as sources and objects.
2743         * lib/uuid.c (CATID_Control, CATID_DocObject, CATID_Insertable,
2744         CATID_PersistsToPropertyBag, CATID_PersistsToStorage, CATID_PersistsToStream,
2745         CATID_PersistsToStreamInit, CATID_Printable, CATID_Programmable,
2746         CLSID_CMultiLanguage, CLSID_StdComponentCategoriesMgr, CLSID_WebBrowser,
2747         DIID_DWebBrowserEvents, DIID_DWebBrowserEvents2, IID_IAdviseSink,
2748         IID_IAdviseSink2, IID_IBindCtx, IID_ICatInformation, IID_ICatRegister,
2749         IID_IClassActivator, IID_IContinueCallback, IID_ICreateErrorInfo,
2750         IID_IDataAdviseHolder, IID_IDataObject, IID_IEnumCATEGORYINFO,
2751         IID_IEnumGUID, IID_IEnumOleDocumentViews, IID_IErrorInfo,
2752         IID_IExternalConnection, IID_IFillLockBytes, IID_ILockBytes, IID_IMalloc,
2753         IID_IMarshal, IID_IMessageFilter, IID_IMoniker, IID_IObjectSafety,
2754         IID_IOleCommandTarget, IID_IOleDocument, IID_IOleDocumentSite,
2755         IID_IOleDocumentView, IID_IPSFactoryBuffer, IID_IPersist,
2756         IID_IPersistFile, IID_IPersistStorage, IID_IPersistStream, IID_IPrint,
2757         IID_IProgressNotify, IID_IPropertySetStorage, IID_IPropertyStorage,
2758         IID_IROTData, IID_IRootStorage, IID_IRpcChannelBuffer,
2759         IID_IRpcProxyBuffer, IID_IRpcStubBuffer, IID_IRunnableObject,
2760         IID_IRunningObjectTable, IID_ISequentialStream, IID_IStdMarshalInfo,
2761         IID_IStorage, IID_IStream, IID_ISupportErrorInfo, IID_IWebBrowser,
2762         IID_IWebBrowser2, IID_IWebBrowserApp): Remove. Moved to new files.
2763         * lib/comcat-uuid.c: New file.
2764         * lib/docobj-uuid.c: New File.
2765         * lib/exdisp-uuid.c: New file.
2766         * lib/mlang-uuid.c: New file.
2767         * lib/oaidl-uuid.c: New file.
2768         * lib/objidl-uuid.c: New file.
2769         * lib/objsafe-uuid.c: New file.
2770
2771 2006-06-07  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2772
2773         * lib/Makefile.in: Add oleacc-uuid oleidl-uuid ocidl-uuid as sources and
2774         objects.
2775         * lib/uuid.c (IID_IOleCache, IID_IOleCache2, IID_IOleCacheControl, IID_IViewObject,
2776         IID_IViewObject2, IID_IDropSource, IID_IDropTarget, IID_IOleAdviseHolder,
2777         IID_IOleInPlaceUIWindow, IID_IOleInPlaceObject, IID_IOleInPlaceActiveObject,
2778         IID_IOleInPlaceFrame, IID_IOleInPlaceSite, IID_IOleContainer, IID_IOleItemContainer,
2779         IID_IOleClientSite, IID_IOleObject, IID_IOleWindow, IID_IParseDisplayName,
2780         IID_IAccessible, LIBID_Accessibility, IID_IQuickActivate, IID_IOleUndoManager,
2781         IID_IOleParentUndoUnit, IID_IOleUndoUnit, IID_IEnumOleUndoUnits, IID_IPointerInactive,
2782         IID_IAdviseSinkEx, IID_IOleInPlaceSiteEx, IID_IOleControl, IID_IOleControlSite,
2783         IID_IPersistPropertyBag, IID_IPersistPropertyBag2, IID_IPersistStreamInit,
2784         IID_IPersistMemory, IID_IPropertyBag, IID_IPropertyBag2, IID_IPropertyNotifySink,
2785         IID_IPropertyPage, IID_IPropertyPage2, IID_IPropertyPageSite, IID_IFont, IID_IFontDisp,
2786         IID_IPicture, IID_IPictureDisp, IID_IProvideClassInfo, IID_IProvideClassInfo2,
2787         IID_IEnumConnectionPoints, IID_IEnumConnections, IID_IConnectionPoint,
2788         IID_IConnectionPointContainer, IID_IClassFactory2, IID_IErrorLog,
2789         IID_IObjectWithSite, IID_IPerPropertyBrowsing, IID_ISimpleFrameSite,
2790         IID_ISpecifyPropertyPages): Remove. Moved to new files.
2791         * lib/oleidl-uuid.c: New file.
2792         * lib/oleacc-uuid.c: New file.
2793         * lib/ocidl-uuid.c: New file.
2794
2795 2006-06-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2796
2797         * lib/Makefile.in: Add unknwn-uuid and servprov-uuid as sources and
2798         objects.
2799         * lib/uuid.c (IID_IUnknown, IID_IClassFactory, IID_IServiceProvider):
2800         Remove.  Moved to unknwn-uuid and servprov-uuid.
2801         * lib/unknwn-uuid.c: New file.
2802         * lib/servprov-uuid.c: New file.
2803
2804 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
2805
2806         * include/strmif.h (VMRDeinterlaceTech): Correct typedef for DeinterlaceTech_*
2807         enum.
2808
2809 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
2810
2811         * include/strmif.h (enum tagAnalogVideoStandard): Add missing ','.
2812
2813 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
2814
2815         * include/winuser.h (DM_BITSPERPEL, DM_PELSWIDTH, DM_PELSHEIGHT,
2816         DM_DISPLAYFLAGS, DM_DISPLAYFREQUENCY): Remove.  Duplicates of
2817         wingdi.h defines.
2818
2819 2006-06-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
2820
2821         * include/winuser.h ((SPI_GETMOUSETRAILS,SPI_SETMOUSETRAILS): Remove
2822         duplicate defines.
2823
2824         * include/winnt.h (SUBLANG_ARABIC_SAUDI_ARABIA): Revert accidental
2825         removal.
2826         (SUBLANG_MARATHI_INDIA): Remove duplicate define.
2827
2828 2006-05-24  Christopher Faylor  <cgf@timesys.com>
2829
2830         * configure.in: Update to newer autoconf.
2831         (thanks to Steve Ellcey)
2832         * configure: Regenerate.
2833         * aclocal.m4: New file.
2834
2835 2006-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
2836
2837         * lib/uuid.c (IID_IRpcProxyBuffer34): Remove definition.
2838
2839 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
2840
2841         * include/rtutils.h (TraceDumpA,TraceDumpW,TracePutsA,TracePutsW)
2842         (TraceRegisterA,TraceRegisterW,TraceVprintfA,TraceVprintfW): Define
2843         as macros.
2844         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
2845
2846 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
2847
2848         * include/mprapi.h (MprAdminMIBBufferFree,MprAdminMIBEntryCreate)
2849         (MprAdminMIBEntryDelete,MprAdminMIBEntryGet,MprAdminMIBEntryGetFirst)
2850         (MprAdminMIBEntryGetNext,MprAdminMIBEntrySet,MprAdminMIBGetTrapInfo)
2851         (MprAdminMIBServerConnect,MprAdminMIBServerDisconnect)
2852         (MprAdminMIBSetTrapInfo): Declare functions.
2853         Note: MprAdminMIBSetTrapInfo is missing from mprapi.def.
2854         (MIB_SERVER_HANDLE): New typedef.
2855         (MprConfigTransportSetInfo): Declare function.
2856         * lib/mprapi.def (MprSetupIpInIpInterfaceFriendlyNameEnum)
2857         (MprSetupIpInIpInterfaceFriendlyNameFree): Fix size.
2858
2859 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
2860
2861         * lib/rtutils.def: New file. Generated on Windows XP.
2862         (TracePrintf{AW},TracePrintfEx{AW}): Left out for now.
2863         * include/rtutils.h: New file.
2864         (TraceDump{AW},TracePuts{AW},TraceRegister{AW},TraceVprintf{AW}):
2865         Commented out, they're missing from rtutils.def.
2866
2867 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
2868
2869         * include/mprapi.h (MprInfoBlockAdd,MprInfoBlockFind)
2870         (MprInfoBlockQuerySize,MprInfoBlockRemove,MprInfoBlockSet)
2871         (MprInfoCreate,MprInfoDelete,MprInfoDuplicate)
2872         (MprInfoRemoveAll): Declare functions.
2873
2874 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
2875
2876         * include/mprapi.h (MprConfigBufferFree,MprConfigGetFriendlyName)
2877         (MprConfigGetGuidName,MprConfigInterfaceCreate)
2878         (MprConfigInterfaceDelete,MprConfigInterfaceEnum)
2879         (MprConfigInterfaceGetHandle,MprConfigInterfaceGetInfo)
2880         (MprConfigInterfaceSetInfo,MprConfigInterfaceTransportAdd)
2881         (MprConfigInterfaceTransportEnum,MprConfigInterfaceTransportGetHandle)
2882         (MprConfigInterfaceTransportGetInfo,MprConfigInterfaceTransportRemove)
2883         (MprConfigInterfaceTransportSetInfo,MprConfigServerBackup)
2884         (MprConfigServerConnect,MprConfigServerDisconnect)
2885         (MprConfigServerGetInfo,MprConfigServerInstall)
2886         (MprConfigServerRestore,MprConfigTransportCreate)
2887         (MprConfigTransportDelete,MprConfigTransportEnum)
2888         (MprConfigTransportGetHandle,MprConfigTransportGetInfo)
2889         (MprConfigTransportSetInfo): Declare functions.
2890
2891 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
2892
2893         * include/mprapi.h (MprAdminBufferFree)
2894         (MprAdminDeregisterConnectionNotification,MprAdminGetErrorString)
2895         (MprAdminInterfaceConnect,MprAdminInterfaceCreate)
2896         (MprAdminInterfaceDelete,MprAdminInterfaceDeviceGetInfo)
2897         (MprAdminInterfaceDeviceSetInfo,MprAdminInterfaceDisconnect)
2898         (MprAdminInterfaceEnum,MprAdminInterfaceGetCredentials)
2899         (MprAdminInterfaceGetCredentialsEx,MprAdminInterfaceGetHandle)
2900         (MprAdminInterfaceGetInfo,MprAdminInterfaceQueryUpdateResult)
2901         (MprAdminInterfaceSetCredentials,MprAdminInterfaceSetCredentialsEx)
2902         (MprAdminInterfaceSetInfo,MprAdminInterfaceTransportAdd)
2903         (MprAdminInterfaceTransportGetInfo,MprAdminInterfaceTransportRemove)
2904         (MprAdminInterfaceTransportSetInfo)
2905         (MprAdminInterfaceUpdatePhonebookInfo,MprAdminInterfaceUpdateRoutes)
2906         (MprAdminIsServiceRunning,MprAdminRegisterConnectionNotification)
2907         (MprAdminServerConnect,MprAdminServerDisconnect)
2908         (MprAdminServerGetCredentials,MprAdminServerGetInfo)
2909         (MprAdminServerSetCredentials,MprAdminTransportCreate)
2910         (MprAdminTransportGetInfo,MprAdminTransportSetInfo): Declare functions.
2911
2912 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
2913
2914         * include/ipxtfflt.h: New file.
2915
2916 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
2917
2918         * include/mprapi.h: Fix header guard. Cleanup.
2919         (MprAdminAcceptNewConnection,MprAdminAcceptNewConnection2)
2920         (MprAdminAcceptNewLink,MprAdminAcceptReauthentication)
2921         (MprAdminConnectionHangupNotification)
2922         (MprAdminConnectionHangupNotification2)
2923         (MprAdminGetIpAddressForUser,MprAdminInitializeDll)
2924         (MprAdminTerminateDll,MprAdminLinkHangupNotification)
2925         (MprAdminReleaseIpAddress): Declare functions.
2926         * lib/mprapi.def: Regenerate on Windows XP.
2927
2928 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
2929
2930         * include/ipifcons.h: Cleanup.
2931         * include/ipxconst.h: Fix header guard.
2932         * include/ipxrtdef.h: include <ipxconst.h>.
2933
2934 2006-05-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
2935
2936         * include/ipxrtdef.h: Cleanup.
2937         (IPX_INTERFACE_INFO_TYPE,IPX_STATIC_ROUTE_INFO_TYPE)
2938         (IPX_STATIC_SERVICE_INFO_TYPE,IPX_SERVICE_FILTER_INFO_TYPE)
2939         (IPX_ROUTE_FILTER_INFO_TYPE,IPX_IN_TRAFFIC_FILTER_INFO_TYPE)
2940         (IPX_ADAPTER_INFO_TYPE,IPXWAN_INTERFACE_INFO_TYPE,IPX_GLOBAL_INFO_TYPE)
2941         (IPX_STATIC_NETBIOS_NAME_INFO_TYPE)
2942         (IPX_IN_TRAFFIC_FILTER_GLOBAL_INFO_TYPE)
2943         (IPX_OUT_TRAFFIC_FILTER_INFO_TYPE)
2944         (IPX_OUT_TRAFFIC_FILTER_GLOBAL_INFO_TYPE): Define.
2945         * include/routprot.h: Cleanup.
2946         (PROTO_IP_OTHER,PROTO_IP_LOCAL,PROTO_IP_NETMGMT,PROTO_IP_ICMP)
2947         (PROTO_IP_EGP,PROTO_IP_GGP,PROTO_IP_HELLO,PROTO_IP_RIP,PROTO_IP_IS_IS)
2948         (PROTO_IP_ES_IS,PROTO_IP_CISCO,PROTO_IP_BBN,PROTO_IP_OSPF,PROTO_IP_BGP)
2949         (PROTO_IP_BOOTP,PROTO_IP_NT_AUTOSTATIC,PROTO_IP_NT_STATIC)
2950         (PROTO_IP_NT_STATIC_NON_DOD,IPRTRMGR_PID,IPX_PROTOCOL_BASE)
2951         (IPX_PROTOCOL_RIP,IPX_PROTOCOL_SAP,IPX_PROTOCOL_NLSP): Define.
2952         * include/fltdefs.h: New file.
2953         * include/ipinfoid.h: New file.
2954
2955 2006-05-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
2956
2957         * include/strmif.h (IAMAnalogVideoDecoder,IAMAudioInputMixer)
2958         (IAMAudioRendererStats,IAMBufferNegotiation,IAMCameraControl)
2959         (IAMCertifiedOutputProtection): Add interfaces.
2960         * include/adsprop.h: New file.
2961         * include/cmnquery.h: New file.
2962         * include/dsadmin.h: New file.
2963         * include/dsclient.h: New file.
2964         * include/dsgetdc.h: New file.
2965         * include/dsquery.h: New file.
2966         * include/dsrole.h: New file.
2967         * include/ntdsapi.h: New file.
2968         * include/ntdsbcli.h: New file.
2969         * include/objsel.h: New file.
2970
2971 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
2972
2973         * include/qedit.h (DEXTER_PARAM,DEXTER_VALUE,SCompFmt0): Add structures.
2974         (DEXTERF_TRACK_SEARCH_FLAGS,TIMELINE_MAJOR_TYPE): Add enums.
2975         (CONNECTF_DYNAMIC_NONE,CONNECTF_DYNAMIC_SOURCES)
2976         (CONNECTF_DYNAMIC_EFFECTS,SFN_VALIDATEF_CHECK,SFN_VALIDATEF_POPUP)
2977         (SFN_VALIDATEF_TELLME,SFN_VALIDATEF_REPLACE,SFN_VALIDATEF_USELOCAL)
2978         (SFN_VALIDATEF_NOFIND,SFN_VALIDATEF_IGNOREMUTED,RESIZEF_STRETCH)
2979         (RESIZEF_CROP,RESIZEF_PRESERVEASPECTRATIO)
2980         (RESIZEF_PRESERVEASPECTRATIO_NOLETTERBOX): Define.
2981
2982 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
2983
2984         * include/qedit.h: New file.
2985         * include/errors.h: Cleanup.
2986
2987 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
2988
2989         * include/amvideo.h (BIT_MASKS_MATCH): Don't use memcmp to
2990         avoid dependency on <string.h>.
2991         There's no Win32 equivalent for memcmp:
2992         http://support.microsoft.com/default.aspx?scid=kb;EN-US;q99456
2993
2994 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
2995
2996         * include/amvideo.h (RESET_MASKS,RESET_PALETTE): Use ZeroMemory
2997         instead of memset to avoid dependency on <string.h>.
2998         * include/dshow.h (AM_ASPECT_RATIO_MODE,AM_WST_DRAWBGMODE,AM_WST_LEVEL)
2999         (AMExtendedSeekingCapabilities,AM_WST_SERVICE,AM_WST_STATE)
3000         (AM_WST_STYLE): Add enums.
3001         (AM_WST_PAGE,AMVABeginFrameInfo,AMVACompBufferInfo,AMVAEndFrameInfo,
3002         AMVAInternalMemInfo,AMVAUncompBufferInfo,AMVAUncompDataInfo): New
3003         structures.
3004         * include/errors.h (VFW_E_DVD_CMD_CANCELLED)
3005         (VFW_E_DVD_STATE_WRONG_VERSION,VFW_E_DVD_STATE_CORRUPT)
3006         (VFW_E_DVD_STATE_WRONG_DISC,VFW_E_DVD_INCOMPATIBLE_REGION)
3007         (VFW_E_DVD_NO_ATTRIBUTES,VFW_E_DVD_NO_GOUP_PGC)
3008         (VFW_E_DVD_LOW_PARENTAL_LEVEL,VFW_E_DVD_NOT_IN_KARAOKE_MODE)
3009         (VFW_E_FRAME_STEP_UNSUPPORTED,VFW_E_DVD_STREAM_DISABLED)
3010         (VFW_E_DVD_TITLE_UNKNOWN,VFW_E_DVD_INVALID_DISC)
3011         (VFW_E_DVD_NO_RESUME_INFORMATION)
3012         (VFW_E_PIN_ALREADY_BLOCKED_ON_THIS_THREAD,VFW_E_PIN_ALREADY_BLOCKED)
3013         (VFW_E_CERTIFICATION_FAILURE,VFW_E_VMR_NOT_IN_MIXER_MODE)
3014         (VFW_E_VMR_NO_AP_SUPPLIED,VFW_E_VMR_NO_DEINTERLACE_HW)
3015         (VFW_E_VMR_NO_PROCAMP_HW,VFW_E_DVD_VMR9_INCOMPATIBLEDEC)
3016         (VFW_E_NO_COPP_HW,VFW_E_BAD_KEY): Define.
3017         * include/evcode.h (AM_WMT_EVENT_DATA): New structure.
3018         * include/mmsystem.h (WAVE_FORMAT_EXTENSIBLE): Define.
3019         * include/edevdefs.h (ED_FORMAT_SMPTE_30,ED_FORMAT_SMPTE_30DROP)
3020         (ED_FORMAT_SMPTE_25,ED_FORMAT_SMPTE_24): Move from here...
3021         * include/strmif.h: ... to here. New file.
3022         * include/aviriff.h: New file.
3023         * include/bdatypes.h: New file.
3024         * include/control.h: New file.
3025         * include/dvdmedia.h: New file.
3026         * include/il21dec.h: New file.
3027         * include/ks.h: New file.
3028         * include/ksmedia.h: New file.
3029         * include/mmreg.h: New file.
3030         * include/mpegtype.h: New file.
3031         * include/vidcap.h: New file.
3032         * include/vmr9.h: New file.
3033         * include/vptype.h: New file.
3034         * include/xprtdefs.h: New file.
3035
3036 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3037
3038         * include/winnls.h [WINVER >= 0x0500] (LOCALE_IDEFAULTEBCDICCODEPAGE):
3039         Documented as defined on Windows 2000 or later.
3040         [WINVER >= 0x0600] (LOCALE_SDURATION,LOCALE_SIETFLANGUAGE)
3041         (LOCALE_SISO3166CTRYNAME2,LOCALE_SISO639LANGNAME2)
3042         (LOCALE_SKEYBOARDSTOINSTALL,LOCALE_SNAME,LOCALE_SNAN)
3043         (LOCALE_SNEGINFINITY,LOCALE_SPOSINFINITY,LOCALE_SSCRIPTS): Documented
3044         but values unknown, Windows Vista or later.
3045         (CAL_UMALQURA): Cleanup.
3046         (CAL_SSHORTESTDAYNAME_1,CAL_SSHORTESTDAYNAME_2,CAL_SSHORTESTDAYNAME_3)
3047         (CAL_SSHORTESTDAYNAME_4,CAL_SSHORTESTDAYNAME_5,CAL_SSHORTESTDAYNAME_6)
3048         (CAL_SSHORTESTDAYNAME7): Cleanup.
3049         [WINVER >= 0x0410] (CAL_SYEARMONTH,CAL_ITWODIGITYEARMAX)
3050         (CAL_NOUSEROVERRIDE,CAL_RETURN_NUMBER,CAL_USE_CP_ACP): Cleanup.
3051
3052 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3053
3054         * include/wingdi.h [WINVER >= 0x0500] (DC_PERSONALITY,DC_PRINTRATE)
3055         (DC_PRINTRATEUNIT,DC_PRINTERMEM,DC_MEDIAREADY,DC_STAPLE)
3056         (DC_PRINTRATEPPM,DC_COLORDEVICE,DC_NUP,DC_MEDIATYPENAMES)
3057         (DC_MEDIATYPES,DMPAPER_DBL_JAPANESE_POSTCARD,DMPAPER_A6)
3058         (DMPAPER_JENV_KAKU2,DMPAPER_JENV_KAKU3,DMPAPER_JENV_CHOU3)
3059         (DMPAPER_JENV_CHOU4,DMPAPER_LETTER_ROTATED)
3060         (DMPAPER_A3_ROTATED,DMPAPER_A4_ROTATED,DMPAPER_A5_ROTATED)
3061         (DMPAPER_B4_JIS_ROTATED,DMPAPER_B5_JIS_ROTATED)
3062         (DMPAPER_JAPANESE_POSTCARD_ROTATED)
3063         (DMPAPER_DBL_JAPANESE_POSTCARD_ROTATED)
3064         (DMPAPER_A6_ROTATED,DMPAPER_JENV_KAKU2_ROTATED)
3065         (DMPAPER_JENV_KAKU3_ROTATED,DMPAPER_JENV_CHOU3_ROTATED)
3066         (DMPAPER_JENV_CHOU4_ROTATED,DMPAPER_B6_JIS)
3067         (DMPAPER_B6_JIS_ROTATED,DMPAPER_12X11,DMPAPER_JENV_YOU4)
3068         (DMPAPER_JENV_YOU4_ROTATED,DMPAPER_P16K,DMPAPER_P32K)
3069         (DMPAPER_P32KBIG,DMPAPER_PENV_1,DMPAPER_PENV_2)
3070         (DMPAPER_PENV_3,DMPAPER_PENV_4,DMPAPER_PENV_5)
3071         (DMPAPER_PENV_6,DMPAPER_PENV_7,DMPAPER_PENV_8)
3072         (DMPAPER_PENV_9,DMPAPER_PENV_10,DMPAPER_P16K_ROTATED)
3073         (DMPAPER_P32K_ROTATED,DMPAPER_P32KBIG_ROTATED)
3074         (DMPAPER_PENV_1_ROTATED,DMPAPER_PENV_2_ROTATED)
3075         (DMPAPER_PENV_3_ROTATED,DMPAPER_PENV_4_ROTATED)
3076         (DMPAPER_PENV_5_ROTATED,DMPAPER_PENV_6_ROTATED)
3077         (DMPAPER_PENV_7_ROTATED,DMPAPER_PENV_8_ROTATED)
3078         (DMPAPER_PENV_9_ROTATED,DMPAPER_PENV_10_ROTATED): Define.
3079         (DMPAPER_LAST): Value depends on DMPAPER_* variables actually defined.
3080         (DM_PANNINGWIDTH,DM_PANNINGHEIGHT,DM_DISPLAYFIXEDOUTPUT)
3081         (DMDO_DEFAULT,DMDO_90,DMDO_180,DMDO_270,DMDFO_DEFAULT,DMDFO_STRETCH)
3082         (DMDFO_CENTER): Define.
3083         (GetDCBrushColor,GetDCPenColor): Declare.
3084         * lib/msimg32.def (GetDCBrushColor,GetDCPenColor): Add stubs.
3085
3086 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3087
3088         * include/winnt.h (LANG_PERSIAN,LANG_LOWER_SORBIAN,LANG_UPPER_SORBIAN)
3089         (LANG_TSWANA,LANG_XHOSA,LANG_ZULU,LANG_MALTESE,LANG_SAMI,LANG_IRISH)
3090         (LANG_TIBETAN,LANG_WELSH,LANG_KHMER,LANG_LAO,LANG_SINHALESE)
3091         (LANG_INUKTITUT,LANG_AMHARIC,LANG_TAMAZIGHT,LANG_FRISIAN)
3092         (LANG_PASHTO,LANG_FILIPINO,LANG_HAUSA,LANG_YORUBA,LANG_QUECHUA)
3093         (LANG_SOTHO,LANG_BASHKIR,LANG_LUXEMBOURGISH,LANG_GREENLANDIC)
3094         (LANG_IGBO,LANG_TIGRIGNA,LANG_YI,LANG_MAPUDUNGUN,LANG_MOHAWK)
3095         (LANG_BRETON,LANG_UIGHUR,LANG_MAORI,LANG_OCCITAN,LANG_CORSICAN)
3096         (LANG_ALSATIAN,LANG_YAKUT,LANG_KICHE,LANG_KINYARWANDA,LANG_WOLOF)
3097         (LANG_DARI,LANG_MALAGASY)
3098         (SUBLANG_CUSTOM_DEFAULT,SUBLANG_CUSTOM_UNSPECIFIED)
3099         (SUBLANG_UI_CUSTOM_DEFAULT,SUBLANG_AFRIKAANS_SOUTH_AFRICA)
3100         (SUBLANG_ALBANIAN_ALBANIA,SUBLANG_ALSATIAN_FRANCE)
3101         (SUBLANG_AMHARIC_ETHIOPIA,SUBLANG_ARMENIAN_ARMENIA)
3102         (SUBLANG_ASSAMESE_INDIA,SUBLANG_BASHKIR_RUSSIA,SUBLANG_BASQUE_BASQUE)
3103         (SUBLANG_BELARUSIAN_BELARUS,SUBLANG_BENGALI_INDIA)
3104         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN)
3105         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC)
3106         (SUBLANG_BRETON_FRANCE,SUBLANG_BULGARIAN_BULGARIA)
3107         (SUBLANG_CATALAN_CATALAN,SUBLANG_CORSICAN_FRANCE)
3108         (SUBLANG_CZECH_CZECH_REPUBLIC,SUBLANG_CROATIAN_CROATIA)
3109         (SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,SUBLANG_DANISH_DENMARK)
3110         (SUBLANG_DIVEHI_MALDIVES,SUBLANG_ENGLISH_IRELAND)
3111         (SUBLANG_ENGLISH_INDIA,SUBLANG_ENGLISH_MALAYSIA)
3112         (SUBLANG_ENGLISH_SINGAPORE,SUBLANG_ESTONIAN_ESTONIA)
3113         (SUBLANG_FAEROESE_FAROE_ISLANDS,SUBLANG_FILIPINO_PHILIPPINES)
3114         (SUBLANG_FINNISH_FINLAND,SUBLANG_FRISIAN_NETHERLANDS)
3115         (SUBLANG_GALICIAN_GALICIAN,SUBLANG_GEORGIAN_GEORGIA)
3116         (SUBLANG_GREEK_GREECE,SUBLANG_GREENLANDIC_GREENLAND)
3117         (SUBLANG_GUJARATI_INDIA,SUBLANG_HAUSA_NIGERIA,SUBLANG_HEBREW_ISRAEL)
3118         (SUBLANG_HINDI_INDIA,SUBLANG_HUNGARIAN_HUNGARY)
3119         (SUBLANG_ICELANDIC_ICELAND,SUBLANG_IGBO_NIGERIA)
3120         (SUBLANG_INDONESIAN_INDONESIA,SUBLANG_INUKTITUT_CANADA)
3121         (SUBLANG_INUKTITUT_CANADA_LATIN,SUBLANG_IRISH_IRELAND)
3122         (SUBLANG_JAPANESE_JAPAN,SUBLANG_KAZAK_KAZAKHSTAN)
3123         (SUBLANG_KHMER_CAMBODIA,SUBLANG_KICHE_GUATEMALA)
3124         (SUBLANG_KINYARWANDA_RWANDA,SUBLANG_KONKANI_INDIA)
3125         (SUBLANG_KYRGYZ_KYRGYZSTAN,SUBLANG_LAO_LAO_PDR)
3126         (SUBLANG_LATVIAN_LATVIA,SUBLANG_LITHUANIAN_LITHUANIA)
3127         (SUBLANG_LOWER_SORBIAN_GERMANY,SUBLANG_LUXEMBOURGISH_LUXEMBOURG)
3128         (SUBLANG_MACEDONIAN_MACEDONIA,SUBLANG_MALAYALAM_INDIA)
3129         (SUBLANG_MALTESE_MALTA,SUBLANG_MAORI_NEW_ZEALAND)
3130         (SUBLANG_MAPUDUNGUN_CHILE,SUBLANG_MARATHI_INDIA,SUBLANG_MOHAWK_MOHAWK)
3131         (SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA,SUBLANG_MONGOLIAN_PRC)
3132         (SUBLANG_NEPALI_NEPAL,SUBLANG_OCCITAN_FRANCE,SUBLANG_ORIYA_INDIA)
3133         (SUBLANG_PASHTO_AFGHANISTAN,SUBLANG_PERSIAN_IRAN)
3134         (SUBLANG_POLISH_POLAND,SUBLANG_PORTUGUESE_PORTUGAL)
3135         (SUBLANG_PUNJABI_INDIA,SUBLANG_QUECHUA_BOLIVIA,SUBLANG_QUECHUA_ECUADOR)
3136         (SUBLANG_QUECHUA_PERU,SUBLANG_ROMANIAN_ROMANIA)
3137         (SUBLANG_ROMANSH_SWITZERLAND,SUBLANG_RUSSIAN_RUSSIA)
3138         (SUBLANG_SAMI_NORTHERN_NORWAY,SUBLANG_SAMI_NORTHERN_SWEDEN)
3139         (SUBLANG_SAMI_NORTHERN_FINLAND,SUBLANG_SAMI_LULE_NORWAY)
3140         (SUBLANG_SAMI_LULE_SWEDEN,SUBLANG_SAMI_SOUTHERN_NORWAY)
3141         (SUBLANG_SAMI_SOUTHERN_SWEDEN,SUBLANG_SAMI_SKOLT_FINLAND)
3142         (SUBLANG_SAMI_INARI_FINLAND,SUBLANG_SANSKRIT_INDIA)
3143         (SUBLANG_SERBIAN_BOSNIA_HERZEGOVINA_LATIN)
3144         (SUBLANG_SERBIAN_BOSNIA_HERZEGOVINA_CYRILLIC)
3145         (SUBLANG_SINDHI_AFGHANISTAN,SUBLANG_SINHALESE_SRI_LANKA)
3146         (SUBLANG_SOTHO_NORTHERN_SOUTH_AFRICA,SUBLANG_SLOVAK_SLOVAKIA)
3147         (SUBLANG_SLOVENIAN_SLOVENIA,SUBLANG_SPANISH_US,SUBLANG_SWEDISH_SWEDEN)
3148         (SUBLANG_SYRIAC,SUBLANG_TAJIK_TAJIKISTAN)
3149         (SUBLANG_TAMAZIGHT_ALGERIA_LATIN,SUBLANG_TAMIL_INDIA)
3150         (SUBLANG_TATAR_RUSSIA,SUBLANG_TELUGU_INDIA,SUBLANG_THAI_THAILAND)
3151         (SUBLANG_TIBETAN_PRC,SUBLANG_TIBETAN_BHUTAN,SUBLANG_TIGRIGNA_ERITREA)
3152         (SUBLANG_TSWANA_SOUTH_AFRICA,SUBLANG_TURKISH_TURKEY)
3153         (SUBLANG_TURKMEN_TURKMENISTAN,SUBLANG_UIGHUR_PRC)
3154         (SUBLANG_UKRAINIAN_UKRAINE,SUBLANG_UPPER_SORBIAN_GERMANY)
3155         (SUBLANG_VIETNAMESE_VIETNAM,SUBLANG_WELSH_UNITED_KINGDOM)
3156         (SUBLANG_WOLOF_SENEGAL,SUBLANG_YORUBA_NIGERIA)
3157         (SUBLANG_XHOSA_SOUTH_AFRICA,SUBLANG_YAKUT_RUSSIA,SUBLANG_YI_PRC)
3158         (SUBLANG_ZULU_SOUTH_AFRICA): Define.
3159         (SUBLANG_ARABIC_SAUDI_ARABIA): Removed by error.
3160         (SUBLANG_MARATHI_INDIA): Defined twice by error.
3161
3162 2006-05-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3163
3164         * lib/directx/Makefile.in: Remove reference to libquartz.a since
3165         it was moved.
3166
3167 2006-05-05  Earnie Boyd  <earnie@users.sf.net>
3168
3169         * lib/scrnsave.c: Correct misspelled SPI_SCREENSAVERUNNING to
3170         SPI_SETSCREENSAVERUNNING.
3171         * include winuser.h (SPI_SCREENSAVERRUNNING): Remove again.
3172
3173 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3174
3175         * include/winuser.h (SPI_SCREENSAVERRUNNING): Define.
3176         It had been removed because it's no documented, but Cygwin needs it.
3177
3178 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3179
3180         * include/amvideo.h (IFullScreenVideo): Define.
3181         (BIT_MASKS_MATCH,PALETTISED,PALETTE_ENTRIES,RESET_MASKS,RESET_PALETTE,
3182         SIZE_EGA_PALETTE,SIZE_MASKS,SIZE_PALETTE): Added Macros.
3183
3184 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3185
3186         * include/winnls.h (CAL_SYEARMONTH,CAL_ITWODIGITYEARMAX,
3187         CAL_NOUSEROVERRIDE,CAL_RETURN_NUMBER,CAL_USE_CP_ACP): Documented
3188         as available on Windows 98 and better.
3189         (CAL_SSHORTESTDAYNAME_1,CAL_SSHORTESTDAYNAME_2,CAL_SSHORTESTDAYNAME_3)
3190         (CAL_SSHORTESTDAYNAME_4,CAL_SSHORTESTDAYNAME_5,CAL_SSHORTESTDAYNAME_6)
3191         (CAL_SSHORTESTDAYNAME7,CAL_UMALQURA): Define, Windows Vista and better.
3192
3193 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3194
3195         * include/amvideo.h: New file.
3196         * include/dshow.h: Include <amvideo.h>.
3197
3198 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3199
3200         * include/winuser.h (MOUSEEVENTF_XDOWN,MOUSEEVENTF_XUP): Define.
3201         (MOUSEEVENTF_MOVE,MOUSEEVENTF_LEFTDOWN,MOUSEEVENTF_LEFTUP)
3202         (MOUSEEVENTF_RIGHTDOWN,MOUSEEVENTF_RIGHTUP,MOUSEEVENTF_MIDDLEDOWN)
3203         (MOUSEEVENTF_MIDDLEUP,MOUSEEVENTF_ABSOLUTE,MOUSEEVENTF_WHEEL): Cleanup.
3204         (HWND_BROADCAST): Cleanup.
3205         (HWND_MESSAGE): Windows 2000 only.
3206         (SMTO_ABORTIFHUNG,SMTO_BLOCK,SMTO_NORMAL): Cleanup.
3207         (SMTO_NOTIMEOUTIFNOTHUNG): Define.
3208         (SIF_DISABLENOSCROLL,SIF_PAGE,SIF_POS,SIF_RANGE,SIF_TRACKPOS)
3209         (SIF_ALL): Cleanup.
3210         (SWP_DRAWFRAME,SWP_FRAMECHANGED,SWP_HIDEWINDOW,SWP_NOACTIVATE)
3211         (SWP_NOCOPYBITS,SWP_NOMOVE,SWP_NOSIZE,SWP_NOREDRAW,SWP_NOZORDER)
3212         (SWP_SHOWWINDOW,SWP_NOOWNERZORDER,SWP_NOREPOSITION,SWP_NOSENDCHANGING)
3213         (SWP_DEFERERASE,SWP_ASYNCWINDOWPOS): Cleanup.
3214         (HSHELL_ENDTASK,HSHELL_ACCESSIBILITYSTATE,HSHELL_APPCOMMAND): Define.
3215         (SPI_GETBLOCKSENDINPUTRESETS,SPI_GETCARETWIDTH,SPI_GETDROPSHADOW)
3216         (SPI_GETFILTERKEYS,SPI_GETFLATMENU,SPI_GETFOCUSBORDERHEIGHT)
3217         (SPI_GETFOCUSBORDERWIDTH,SPI_GETFONTSMOOTHINGCONTRAST)
3218         (SPI_GETFONTSMOOTHINGTYPE,SPI_GETFOREGROUNDFLASHCOUNT)
3219         (SPI_GETMENUSHOWDELAY,SPI_GETMOUSECLICKLOCK,SPI_GETMOUSECLICKLOCKTIME)
3220         (SPI_GETMOUSEHOVERHEIGHT,SPI_GETMOUSEHOVERTIME,SPI_GETMOUSEHOVERWIDTH)
3221         (SPI_GETMOUSESONAR,SPI_GETMOUSEVANISH,SPI_GETNONCLIENTMETRICS)
3222         (SPI_GETPOWEROFFACTIVE,SPI_GETPOWEROFFTIMEOUT,SPI_GETSCREENREADER)
3223         (SPI_GETSCREENSAVEACTIVE,SPI_GETSCREENSAVERRUNNING)
3224         (SPI_GETSCREENSAVETIMEOUT,SPI_GETMOUSEVANISH,SPI_GETNONCLIENTMETRICS)
3225         (SPI_GETPOWEROFFACTIVE,SPI_GETPOWEROFFTIMEOUT,SPI_GETSCREENREADER)
3226         (SPI_GETSCREENSAVEACTIVE,SPI_GETSCREENSAVERRUNNING)
3227         (SPI_GETSCREENSAVETIMEOUT,SPI_GETSNAPTODEFBUTTON,SPI_GETUIEFFECTS)
3228         (SPI_SETBLOCKSENDINPUTRESETS,SPI_SETCARETWIDTH,SPI_SETCURSORS)
3229         (SPI_SETDROPSHADOW,SPI_SETFILTERKEYS,SPI_SETFLATMENU)
3230         (SPI_SETFOCUSBORDERHEIGHT,SPI_SETFOCUSBORDERWIDTH)
3231         (SPI_SETFONTSMOOTHINGCONTRAST,SPI_SETFONTSMOOTHINGTYPE)
3232         (SPI_SETFOREGROUNDFLASHCOUNT,SPI_SETICONS,SPI_SETMENUSHOWDELAY)
3233         (SPI_SETMOUSECLICKLOCK,SPI_SETMOUSECLICKLOCKTIME)
3234         (SPI_SETMOUSEHOVERHEIGHT,SPI_SETMOUSEHOVERTIME)
3235         (SPI_SETMOUSEHOVERWIDTH,SPI_SETMOUSESONAR,SPI_SETMOUSEVANISH)
3236         (SPI_SETNONCLIENTMETRICS,SPI_SETPENWINDOWS,SPI_SETPOWEROFFACTIVE)
3237         (SPI_SETPOWEROFFTIMEOUT,SPI_SETSCREENREADER,SPI_SETSCREENSAVEACTIVE)
3238         (SPI_SETSCREENSAVERRUNNING,SPI_SETSCREENSAVETIMEOUT,SPI_SETSHOWIMEUI)
3239         (SPI_SETSNAPTODEFBUTTON,SPI_SETUIEFFECTS): Define.
3240         (SPI_GETACCESSTIMEOUT,SPI_GETANIMATION,SPI_GETBEEP)
3241         (SPI_GETDEFAULTINPUTLANG,SPI_GETDESKWALLPAPER,SPI_GETDRAGFULLWINDOWS)
3242         (SPI_GETFASTTASKSWITCH,SPI_GETFONTSMOOTHING,SPI_GETGRIDGRANULARITY)
3243         (SPI_GETHIGHCONTRAST,SPI_GETICONMETRICS,SPI_GETICONTITLELOGFONT)
3244         (SPI_GETICONTITLEWRAP,SPI_GETKEYBOARDDELAY,SPI_GETKEYBOARDPREF)
3245         (SPI_GETKEYBOARDSPEED,SPI_GETLOWPOWERACTIVE,SPI_GETLOWPOWERTIMEOUT)
3246         (SPI_GETMENUDROPALIGNMENT,SPI_GETMENUUNDERLINES,SPI_GETMINIMIZEDMETRICS)
3247         (SPI_GETMOUSE,SPI_GETMOUSEKEYS,SPI_GETMOUSESPEED,SPI_GETMOUSETRAILS)
3248         (SPI_GETSERIALKEYS,SPI_GETSHOWIMEUI,SPI_GETSHOWSOUNDS)
3249         (SPI_GETSOUNDSENTRY,SPI_GETSTICKYKEYS,SPI_GETTOGGLEKEYS)
3250         (SPI_GETWHEELSCROLLLINES,SPI_GETWINDOWSEXTENSION,SPI_GETWORKAREA)
3251         (SPI_ICONHORIZONTALSPACING,SPI_ICONVERTICALSPACING)
3252         (SPI_SETACCESSTIMEOUT,SPI_SETANIMATION,SPI_SETBEEP,SPI_SETBORDER)
3253         (SPI_SETDEFAULTINPUTLANG,SPI_SETDESKPATTERN,SPI_SETDESKWALLPAPER)
3254         (SPI_SETDOUBLECLICKTIME,SPI_SETDOUBLECLKHEIGHT,SPI_SETDOUBLECLKWIDTH)
3255         (SPI_SETDRAGFULLWINDOWS,SPI_SETDRAGHEIGHT,SPI_SETDRAGWIDTH)
3256         (SPI_SETFASTTASKSWITCH,SPI_SETFONTSMOOTHING,SPI_SETGRIDGRANULARITY)
3257         (SPI_SETHANDHELD,SPI_SETHIGHCONTRAST,SPI_SETICONMETRICS)
3258         (SPI_SETICONTITLELOGFONT,SPI_SETICONTITLEWRAP,SPI_SETKEYBOARDDELAY)
3259         (SPI_SETKEYBOARDPREF,SPI_SETKEYBOARDSPEED,SPI_SETLANGTOGGLE)
3260         (SPI_SETLOWPOWERACTIVE,SPI_SETLOWPOWERTIMEOUT,SPI_SETMENUDROPALIGNMENT)
3261         (SPI_SETMENUUNDERLINES,SPI_SETMINIMIZEDMETRICS,SPI_SETMOUSE)
3262         (SPI_SETMOUSEBUTTONSWAP,SPI_SETMOUSEKEYS,SPI_SETMOUSESPEED)
3263         (SPI_SETMOUSETRAILS,SPI_SETSERIALKEYS,SPI_SETSHOWSOUNDS)
3264         (SPI_SETSOUNDSENTRY,SPI_SETSTICKYKEYS,SPI_SETTOGGLEKEYS)
3265         (SPI_SETWHEELSCROLLLINES,SPI_SETWORKAREA): Cleanup.
3266         (SPI_GETMOUSETRAILS,SPI_SETMOUSETRAILS): Defined twice by error.
3267         (SPI_SCREENSAVERRUNNING): Removed.
3268         (SPIF_UPDATEINIFILE,SPIF_SENDCHANGE,SPIF_SENDWININICHANGE): Cleanup.
3269         * include/wingdi.h (ETO_NUMERICSLATIN,ETO_NUMERICSLOCAL)
3270         (ETO_IGNORELANGUAGE,ETO_PDY): Define.
3271         (ETO_CLIPPED,ETO_GLYPH_INDEX,ETO_OPAQUE,ETO_RTLREADING): Cleanup.
3272
3273 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3274
3275         * include/mprapi.h (MPR_SERVER_HANDLE): Add typedef.
3276         (MprAdminGetPDCServer): Add prototype.
3277         (MprAdminSendUserMessage): Add prototype.
3278         (MprAdminUserGetInfo): Add prototype.
3279         (MprAdminUserSetInfo): Add prototype.
3280         * lib/mprapi.def: Add stubs for above functions.
3281
3282 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3283
3284         * lib/directx/quartz.def: Move from here...
3285         * lib/quartz.def: ... to here.
3286
3287 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3288
3289         * include/amaudio.h: New file.
3290         * include/dshow.h: Include <amaudio.h>.
3291
3292 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3293
3294         * include/errors.h: New file.
3295         * include/dshow.h: Include <errors.h>.
3296
3297 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3298
3299         * include/dshow.h: New file.
3300         * include/evcode.h: New file.
3301         * include/audevcod.h: New file.
3302         * include/dvdevcod.h: New file.
3303
3304 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3305
3306         * include/mprapi.h (RAS_SERVER_HANDLE): Add typedef.
3307         (MprAdminConnectionClearStats): Add prototype.
3308         (MprAdminConnectionEnum): Add  prototype.
3309         (MprAdminConnectionGetInfo): Add prototype.
3310         (MprAdminConnectionRemoveQuarantine): Add prototype.
3311         (MprAdminPortClearStats): Add prototype.
3312         (MprAdminPortDisconnect): Add prototype.
3313         (MprAdminPortEnum): Add prototype.
3314         (MprAdminPortGetInfo): Add prototype.
3315         (MprAdminPortReset): Add prototype.
3316         * lib/mprapi.def: New file.
3317
3318 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3319
3320         *  include/mprapi.h: #include <lmcons.h>
3321         (MAX_DEVICETYPE_NAME): Add define.
3322         (MAX_PHONE_NUMBER_LEN): Add define.
3323         (ATADDRESSLEN): Add define.
3324         (IPADDRESSLEN): Add define.
3325         (IPXADDRESSLEN): Add define.
3326         (MPR_ENABLE_RAS_ON_DEVICE): Add define.
3327         (MPR_ENABLE_ROUTING_ON_DEVICE): Add define.
3328         (RAS_FLAGS_PPP_CONNECTION): Add define.
3329         (RAS_FLAGS_MESSENGER_PRESENT): Add define.
3330         (RAS_FLAGS_RAS_CONNECTION): Add define.
3331         (RAS_FLAGS_QUARANTINE_PRESENT): Add define.
3332         (RASCCPCA_STAC): Add define.
3333         (RASCCPCA_MPPC): Add define.
3334         (PPP_CCP_COMPRESSION): Add define.
3335         (PPP_CCP_ENCRYPTION40BITOLD): Add define.
3336         (PPP_CCP_ENCRYPTION40BIT): Add define.
3337         (PPP_CCP_ENCRYPTION128BIT): Add define.
3338         (PPP_CCP_ENCRYPTION56BIT): Add define.
3339         (PPP_CCP_HISTORYLESS): Add define.
3340         (RASPRIV_NoCallback): Add define.
3341         (RASPRIV_AdminSetCallback): Add define.
3342         (RASPRIV_CallerSetCallback): Add define.
3343         (RASPRIV_DialinPrivilege): Add define.
3344         (RASPRIV_CallbackType): Add define.
3345         (RASPRIV2_DialinPolicy): Add define.
3346         (PPP_LCP_PAP): Add define.
3347         (PPP_LCP_SPAP): Add define.
3348         (PPP_LCP_CHAP): Add define.
3349         (PPP_LCP_EAP): Add define.
3350         (PPP_LCP_CHAP_MD5): Add define.
3351         (PPP_LCP_CHAP_MS): Add define.
3352         (PPP_LCP_CHAP_MSV2): Add define.
3353         (PPP_LCP_MULTILINK_FRAMING): Add define.
3354         (enum _RAS_HARDWARE_CONDITION): Add.
3355         (enum _RAS_PORT_CONDITION): Add.
3356         (struct _PPP_ATCP_INFO): Add.
3357         (struct _PPP_ATCP_INFO): Add.
3358         (struct _PPP_IPCP_INFO): Add.
3359         (struct _PPP_IPCP_INFO2): Add.
3360         (struct _PPP_IPXCP_INFO): Add.
3361         (struct _PPP_LCP_INFO): Add.
3362         (struct _PPP_NBFCP_INFO): Add.
3363         (struct _PPP_INFO): Add.
3364         (struct _PPP_INFO_2): Add.
3365         (struct _RAS_CONNECTION_0): Add.
3366         (struct RAS_CONNECTION_1): Add.
3367         (struct _RAS_CONNECTION_2): Add.
3368         (struct RAS_PORT_0): Add.
3369         (struct _RAS_PORT_1): Add.
3370         (struct _RAS_USER_0): Add.
3371         (struct _RAS_USER_1): Add.
3372
3373 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3374
3375         * include/mprapi.h: New file.
3376         * include/routprot.h: New file.
3377         * include/ipxrtdef.h: New file.
3378         * include/ipxconst.h: New file.
3379         * include/stm.h: New file.
3380
3381 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3382
3383         * include/ddk/winddk.h (KAFFINITY): Fix typo.
3384         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
3385
3386 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3387
3388         * include/winbase.h (ENUMRESLANGPROC,ENUMRESLANGPROCA,ENUMRESLANGPROCW)
3389         (ENUMRESNAMEPROC,ENUMRESNAMEPROCA,ENUMRESNAMEPROCW)
3390         (ENUMRESTYPEPROC,ENUMRESTYPEPROCA,ENUMRESTYPEPROCW): ANSI and Unicode
3391         versions.
3392         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
3393
3394 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3395
3396         * include/ntsecapi.h (POLICY_DNS_DOMAIN_INFO): Fix typo.
3397         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
3398
3399 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3400
3401         * include/wingdi.h (BITMAPV5HEADER): New structure definition.
3402
3403 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3404
3405         * include/basetyps.h (REFFMTID): Define properly.
3406
3407 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3408
3409         * include/winnt.h (WT_SET_MAX_THREADPOOL_THREADS): Define.
3410         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
3411
3412 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3413
3414         * include/ipifcons.h (MIN_IF_TYPE,IF_TYPE_OTHER,IF_TYPE_REGULAR_1822)
3415         (IF_TYPE_HDH_1822,IF_TYPE_DDN_X25,IF_TYPE_RFC877_X25)
3416         (IF_TYPE_ETHERNET_CSMACD,IF_TYPE_IS088023_CSMACD)
3417         (IF_TYPE_ISO88024_TOKENBUS,IF_TYPE_ISO88025_TOKENRING)
3418         (IF_TYPE_ISO88026_MAN,IF_TYPE_STARLAN,IF_TYPE_PROTEON_10MBIT)
3419         (IF_TYPE_PROTEON_80MBIT,IF_TYPE_HYPERCHANNEL,IF_TYPE_FDDI)
3420         (IF_TYPE_LAP_B,IF_TYPE_SDLC,IF_TYPE_DS1,IF_TYPE_E1,IF_TYPE_BASIC_ISDN)
3421         (IF_TYPE_PRIMARY_ISDN,IF_TYPE_PROP_POINT2POINT_SERIAL,IF_TYPE_PPP)
3422         (IF_TYPE_SOFTWARE_LOOPBACK,IF_TYPE_EON,IF_TYPE_ETHERNET_3MBIT)
3423         (IF_TYPE_NSIP,IF_TYPE_SLIP,IF_TYPE_ULTRA,IF_TYPE_DS3,IF_TYPE_SIP)
3424         (IF_TYPE_FRAMERELAY,IF_TYPE_RS232,IF_TYPE_PARA,IF_TYPE_ARCNET)
3425         (IF_TYPE_ARCNET_PLUS,IF_TYPE_ATM,IF_TYPE_MIO_X25,IF_TYPE_SONET)
3426         (IF_TYPE_X25_PLE,IF_TYPE_ISO88022_LLC,IF_TYPE_LOCALTALK)
3427         (IF_TYPE_SMDS_DXI,IF_TYPE_FRAMERELAY_SERVICE,IF_TYPE_V35,IF_TYPE_HSSI)
3428         (IF_TYPE_HIPPI,IF_TYPE_MODEM,IF_TYPE_AAL5,IF_TYPE_SONET_PATH)
3429         (IF_TYPE_SONET_VT,IF_TYPE_SMDS_ICIP,IF_TYPE_PROP_VIRTUAL)
3430         (IF_TYPE_PROP_MULTIPLEXOR,IF_TYPE_IEEE80212,IF_TYPE_FIBRECHANNEL)
3431         (IF_TYPE_HIPPIINTERFACE,IF_TYPE_FRAMERELAY_INTERCONNECT)
3432         (IF_TYPE_AFLANE_8023,IF_TYPE_AFLANE_8025,IF_TYPE_CCTEMUL)
3433         (IF_TYPE_FASTETHER,IF_TYPE_ISDN,IF_TYPE_V11,IF_TYPE_V36)
3434         (IF_TYPE_G703_64K,IF_TYPE_G703_2MB,IF_TYPE_QLLC,IF_TYPE_FASTETHER_FX)
3435         (IF_TYPE_CHANNEL,IF_TYPE_IEEE80211,,IF_TYPE_IBM370PARCHAN)
3436         (IF_TYPE_ESCON,IF_TYPE_DLSW,IF_TYPE_ISDN_S,IF_TYPE_ISDN_U)
3437         (IF_TYPE_LAP_D,IF_TYPE_IPSWITCH,IF_TYPE_RSRB,IF_TYPE_ATM_LOGICAL)
3438         (IF_TYPE_DS0,IF_TYPE_DS0_BUNDLE,IF_TYPE_BSC,IF_TYPE_ASYNC,IF_TYPE_CNR)
3439         (IF_TYPE_ISO88025R_DTR,IF_TYPE_EPLRS,IF_TYPE_ARAP,IF_TYPE_PROP_CNLS)
3440         (IF_TYPE_HOSTPAD,IF_TYPE_TERMPAD,IF_TYPE_FRAMERELAY_MPI,IF_TYPE_X213)
3441         (IF_TYPE_ADSL,IF_TYPE_RADSL,IF_TYPE_SDSL,IF_TYPE_VDSL)
3442         (IF_TYPE_ISO88025_CRFPRINT,IF_TYPE_MYRINET,IF_TYPE_VOICE_EM)
3443         (IF_TYPE_VOICE_FXO,IF_TYPE_VOICE_FXS,IF_TYPE_VOICE_ENCAP)
3444         (IF_TYPE_VOICE_OVERIP,IF_TYPE_ATM_DXI,IF_TYPE_ATM_FUNI,IF_TYPE_ATM_IMA)
3445         (IF_TYPE_PPPMULTILINKBUNDLE,IF_TYPE_IPOVER_CDLC,IF_TYPE_IPOVER_CLAW)
3446         (IF_TYPE_STACKTOSTACK,IF_TYPE_VIRTUALIPADDRESS,IF_TYPE_MPC
3447         (IF_TYPE_IPOVER_ATM,IF_TYPE_ISO88025_FIBER,IF_TYPE_TDLC
3448         (IF_TYPE_GIGABITETHERNET,IF_TYPE_HDLC,IF_TYPE_LAP_F,IF_TYPE_V37)
3449         (IF_TYPE_X25_MLP,IF_TYPE_X25_HUNTGROUP,IF_TYPE_TRANSPHDLC)
3450         (IF_TYPE_INTERLEAVE,IF_TYPE_FAST,IF_TYPE_IP,IF_TYPE_DOCSCABLE_MACLAYER)
3451         (IF_TYPE_DOCSCABLE_DOWNSTREAM,IF_TYPE_DOCSCABLE_UPSTREAM)
3452         (IF_TYPE_A12MPPSWITCH,IF_TYPE_TUNNEL,IF_TYPE_COFFEE,IF_TYPE_CES)
3453         (IF_TYPE_ATM_SUBINTERFACE,IF_TYPE_L2_VLAN,IF_TYPE_L3_IPVLAN)
3454         (IF_TYPE_L3_IPXVLAN,IF_TYPE_DIGITALPOWERLINE,IF_TYPE_MEDIAMAILOVERIP)
3455         (IF_TYPE_DTM,IF_TYPE_DCN,IF_TYPE_IPFORWARD,IF_TYPE_MSDSL)
3456         (IF_TYPE_IEEE1394,IF_TYPE_RECEIVE_ONLY,MAX_IF_TYPE,IF_ACCESS_LOOPBACK)
3457         (IF_ACCESS_BROADCAST,IF_ACCESS_POINTTOPOINT)
3458         (IF_ACCESS_POINTTOMULTIPOINT,IF_CHECK_NONE,IF_CHECK_MCAST)
3459         (IF_CHECK_SEND,IF_CONNECTION_DEDICATED,IF_CONNECTION_PASSIVE)
3460         (IF_CONNECTION_DEMAND,IF_ADMIN_STATUS_UP,IF_ADMIN_STATUS_DOWN)
3461         (IF_ADMIN_STATUS_TESTING,IF_OPER_STATUS_NON_OPERATIONAL)
3462         (IF_OPER_STATUS_UNREACHABLE,IF_OPER_STATUS_DISCONNECTED)
3463         (IF_OPER_STATUS_CONNECTING,IF_OPER_STATUS_CONNECTED)
3464         (IF_OPER_STATUS_OPERATIONAL): Define.
3465         * include/winbase.h (CancelWaitableTimer,UnregisterWait):
3466         Add function declaration.
3467         * include/mgm.h: New file.
3468         * lib/rtm.def: New file.
3469         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
3470
3471 2006-04-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3472
3473         * include/ws2tcpip.h (gai_strerror): Remove thread-safety comment.
3474         This function cannot be made thread-safe, the API would have to be
3475         changed for that, just like strerror() -> strerror_r() and similar
3476         ISO C or POSIX functions...
3477
3478 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3479
3480         * include/edevdefs.h: New file.
3481
3482 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3483
3484         * include/mmsystem.h (_LPCWAVEFORMATEX_DEFINED): Define.
3485         Use as guard for the WAVEFORMATEX structure instead of
3486         _WAVEFORMATEX_ to avoid clashes with DirectSound. Keep
3487         _WAVEFORMATEX_ for compatibility.
3488         Thanks to:    Andrew Jones <guln at sf dot net>
3489
3490 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3491
3492         * include/winuser.h (CharNextEx,CharNextExW,CharPrevEx,CharPrevExW):
3493         Delete. Only CharNextExA and CharPrevExA are documented in MSDN.
3494         Thanks to:    David Golub <david_golub at sf dot net>
3495
3496 2006-04-18  Eric House  <ehouse@eehouse.org>
3497
3498         PocketPC support.
3499         * include/aygshell.h: New file [_WIN32_WCE]. Declare most common
3500         functions for using aygshell on PocketPC:
3501         SHCreateMenuBar, SHFindMenuBar, SHCreateNewItem, SHFullScreen,
3502         SHSipInfo, SHHandleWMActivate, SHHandleWMSettingChange
3503
3504         * include/commctrl.h [_WIN32_WCE] Add function prototypes for
3505         command bar API on PocketPC:
3506         CommandBar_Create, CommandBar_Show, CommandBar_AddBitmap,
3507         CommandBar_InsertComboBox, CommandBar_InsertMenubar,
3508         CommandBar_InsertMenubarEx, CommandBar_DrawMenuBar,
3509         CommandBar_GetMenu, CommandBar_AddAdornments, CommandBar_Height,
3510         CommandBar_InsertButton, CommandBar_Destroy.
3511
3512         * include/winbase.h [_WIN32_WCE] (WIN32_FIND_DATA{A|W}): Remove
3513         fields not present on PocketPC.
3514         (GetCurrentThreadId): Conditionally declare as extern function
3515         without dllimport attribute on PocketPC.
3516         (ResetEvent): Likwise.
3517         (SetEvent): Likewise.
3518
3519         * include/wingdi.h [_WIN32_WCE]  (GetTextExtentPoint32{A|W}):
3520         Conditionally declare as extern function without dllimport
3521          attribute on PocketPC.
3522         * winuser.h  [_WIN32_WCE] (DialogBoxParam{A|W}): Conditionally
3523         declare as extern function without dllimport attribute on PocketPC.
3524
3525 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
3526
3527         * lib/test.c: Include icm.h.
3528
3529 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
3530
3531         * include/wingdi.h (ColorCorrectPalette): Add declaration.
3532         (CreateColorSpace): Add UNICODE mappings.
3533         * lib/gdi32.def (ColorCorrectPalette): Add stub.
3534         * include/icm.h: New file.
3535         * lib/mscms.def: New file.
3536         * lib/icmui.def: New file.
3537
3538 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
3539
3540         * include/winnt.h (IMAGE_FILE_MACHINE_IA64): New define.
3541         (IMAGE_FILE_MACHINE_AMD64): New define.
3542         (IMAGE_NT_OPTIONAL_HDR32_MAGIC,IMAGE_NT_OPTIONAL_HDR64_MAGIC):
3543         New defines.
3544         (IMAGE_NT_OPTIONAL_HDR_MAGIC): Map to one of the above.
3545         (IMAGE_SUBSYSTEM_NATIVE_WINDOWS): New define.
3546         (IMAGE_SUBSYSTEM_WINDOWS_CE_GUI): New define.
3547         (IMAGE_DLLCHARACTERISTICS_WDM_DRIVER): New define.
3548         (IMAGE_DIRECTORY_ENTRY_ARCHITECTURE,IMAGE_DIRECTORY_ENTRY_DELAY_IMPORT)
3549         (IMAGE_DIRECTORY_ENTRY_COM_DESCRIPTOR): New defines.
3550         (IMAGE_SCN_TYPE_REG,IMAGE_SCN_TYPE_DSECT,IMAGE_SCN_TYPE_NOLOAD)
3551         (IMAGE_SCN_TYPE_GROUP,IMAGE_SCN_TYPE_COPY,IMAGE_SCN_TYPE_OVER):
3552         New defines.
3553         (IMAGE_SCN_ALIGN_128BYTES,IMAGE_SCN_ALIGN_256BYTES)
3554         (IMAGE_SCN_ALIGN_512BYTES,IMAGE_SCN_ALIGN_1024BYTES)
3555         (IMAGE_SCN_ALIGN_2048BYTES,IMAGE_SCN_ALIGN_4096BYTES)
3556         (IMAGE_SCN_ALIGN_8192BYTES): New defines.
3557         (IMAGE_DEBUG_TYPE_BORLAND): New define.
3558         (IMAGE_OPTIONAL_HEADER32,PIMAGE_OPTIONAL_HEADER32)
3559         (IMAGE_OPTIONAL_HEADER64,PIMAGE_OPTIONAL_HEADER64): New structure
3560         definitions and typedefs.
3561         (IMAGE_OPTIONAL_HEADER,PIMAGE_OPTIONAL_HEADER): Map to the above.
3562         (IMAGE_NT_HEADERS32,PIMAGE_NT_HEADERS32,IMAGE_NT_HEADERS64)
3563         (PIMAGE_NT_HEADERS64): New structure definitions and typedefs.
3564         (IMAGE_NT_HEADERS,PIMAGE_NT_HEADERS): Map to the above.
3565         (IMAGE_LOAD_CONFIG_DIRECTORY64,PIMAGE_LOAD_CONFIG_DIRECTORY64):
3566         New structure definition and typedefs.
3567         (IMAGE_CE_RUNTIME_FUNCTION_ENTRY,PIMAGE_CE_RUNTIME_FUNCTION_ENTRY):
3568         Likewise.
3569         (IMAGE_FUNCTION_ENTRY64,PIMAGE_FUNCTION_ENTRY64): Likewise.
3570
3571 2006-04-18  Bart Oldeman  <bartoldeman@users.sf.net>
3572
3573         * lib/test.c: Fix typo in #inlcude.
3574         * include/aclui.h: INTERFACE should not remain
3575         defined at the end of the header.
3576         * include/servprov.h: Ditto.
3577
3578 2006-04-16  Danny Smith  <dannysmith@users.sourceforge.net>
3579
3580         * include/ws2tcpip.h (gai_strerror): Add thread-safety comment.
3581
3582 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3583
3584         * include/ws2tcpip.h (gai_strerrorA,gai_strerrorW): Implement inline.
3585
3586 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3587
3588         * include/wsahelp.h (system_header): Add pragma.
3589         * include/ws2spi.h (system_header): Add pragma.
3590         * include/rasdlg.h (system_header): Add pragma.
3591         * include/rasdlg.h (_RASDLG_H): Define.
3592         Define instead of _RASDLG_H_, this is the w32api standard.
3593         * include/mlang.h (_MLANG_H): Define.
3594         Define instead of _MLANG_H_, this is the w32api standard.
3595         * include/setupapi.h (_SETUPAPI_H): Define.
3596         Define instead of _SETUPAPI_H_, this is the w32api standard.
3597
3598 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3599
3600         * include/rpcndr.h (boolean): Add typedef.
3601         Thanks to:    James du Russel <ephelon at users dot sf dot net>
3602         * include/rpcndr.h (_RPCNDR_H): Define.
3603         Define in addition to __RPCNDR_H__, this is the w32api standard.
3604
3605 2006-04-14  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3606
3607         * include/w32api.h: Increment version to 3.7.
3608         * Makefile.in: Ditto.
3609
3610 2006-04-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3611
3612         * include/winbase.h (GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS,
3613         GET_MODULE_HANDLE_EX_FLAG_PIN,
3614         GET_MODULE_HANDLE_EX_FLAG_UNCHANGED_REFCOUNT): Define.
3615         Thanks to:    Brandon Sneed <brandon at redf dot net>
3616
3617 2006-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
3618
3619         * include/secext.h: Enclose function declarations in extern "C"
3620         if __cplusplus.
3621
3622 2006-04-11  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3623
3624         * include/comcat.h: INTERFACE should not remain defined
3625         at the end of the header.
3626         * include/docobj.h: Ditto.
3627         * include/exdisp.h: Ditto.
3628         * include/intshcut.h: Ditto.
3629         * include/mlang.h: Ditto.
3630         * include/mshtml.h: Ditto.
3631         * include/oaidl.h: Ditto.
3632         * include/objidl.h: Ditto.
3633         * include/objsafe.h: Ditto.
3634         * include/ocidl.h: Ditto.
3635         * include/oleacc.h: Ditto.
3636         * include/oledlg.h: Ditto.
3637         * include/oleidl.h: Ditto.
3638         * include/richole.h: Ditto.
3639         * include/shldisp.h: Ditto.
3640         * include/shlobj.h: Ditto.
3641         * include/unknwn.h: Ditto.
3642         * include/vfw.h: Ditto.
3643         Thanks to:    Brandon Sneed <brandon at redf dot net>
3644
3645 2006-04-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3646
3647         * include/commdlg.h [_WIN32_WINNT >= 0x0500] (PD_CURRENTPAGE)
3648         (PD_NOCURRENTPAGE,PD_EXCLUSIONFLAGS,PD_USELARGETEMPLATE): Define.
3649         Thanks to:    Wolfgang Glas <softadm at users dot sf dot net>
3650
3651 2006-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
3652
3653         * include/iphlpapi.h (GetAdaptersAddresses): Check for winsock2
3654         here also.
3655
3656 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3657
3658         * include/wincrypt.h (PROV_MS_EXCHANGE): Define.
3659         We should probably remove PROV_MS_MAIL but I'm keeping it for
3660         now for compatibility reasons.
3661         Thanks to:    Marcus Agehall <agehall at users dot sf dot net>
3662
3663 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3664
3665         * include/commdlg.h [_WIN32_WINNT >= 0x0500] (START_PAGE_GENERAL)
3666         (PD_RESULT_PRINT,PD_RESULT_APPLY): Define.
3667         Thanks to:    Wolfgang Glas <softadm at users dot sf dot net>
3668
3669 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3670
3671         * include/wingdi.h [WINVER >= 0x0410]
3672         (AlphaBlend,GradientFill,TransparentBlt): Windows 98 and better.
3673         Thanks to:    Alessandro Antonello <aleantonello at users dot sf dot net>
3674
3675 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3676
3677         * include/wingdi.h (CAPTUREBLT,NOMIRRORBITMAP): Define.
3678         * include/commctrl.h (WC_LINKA,WC_LINKW,LIF_ITEMINDEX,LIF_STATE)
3679         (LIF_ITEMID,LIF_URL,LIS_FOCUSED,LIS_ENABLED,LIS_VISITED,LM_HITTEST)
3680         (LM_GETIDEALHEIGHT,LM_SETITEM,LM_GETITEM,MAX_LINKID_TEXT)
3681         (L_MAX_URL_LENGTH): Define.
3682         (LITEM,LHITTESTINFO,NMLINK): Add structures.
3683         Thanks to:    Brandon Sneed <brandon at redf dot net>
3684
3685 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3686
3687         * include/w32api.h (IE601,IE602,IE7): Define for recent versions of IE.
3688
3689 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3690
3691         * include/w32api.h (_W32API_H): Define.
3692         Define in addition to _W32API_H_, this is the w32api standard.
3693
3694 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3695
3696         * include/w32api.h (WindowsVista): Define.
3697
3698 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3699
3700         * include/iptypes.h (IP_ADAPTER_*): Define parts that depend
3701         on SOCKET_ADDRESS only if winsock2.h has already been included.
3702
3703 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3704
3705         * include/winuser.h (WM_IME_*): Remove. Defined in imm.h.
3706
3707 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3708
3709         * include/iphlpapi.h (GAA_FLAG_*): Define.
3710         (GetAdaptersAddresses): Add function declaration.
3711         * lib/iphlpapi.def (GetAdaptersAddresses): Add function stub.
3712         Thanks to:    ross <rossboulet at users dot sf dot net>
3713
3714 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3715
3716         * include/iptypes.h (IP_INTERFACE_NAME_INFO,
3717         IP_ADAPTER_ANYCAST_ADDRESS,IP_ADAPTER_MULTICAST_ADDRESS,
3718         IP_ADAPTER_UNICAST_ADDRESS,IP_ADAPTER_DNS_SERVER_ADDRESS,
3719         IP_ADAPTER_PREFIX,IP_ADAPTER_ADDRESSES): Add structures.
3720         (IF_OPER_STATUS,IP_DAD_STATE,IP_PREFIX_ORIGIN,IP_SUFFIX_ORIGIN,
3721         SCOPE_LEVEL): Add enums.
3722         (IP_ADAPTER_*): Define.
3723
3724 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3725
3726         * include/winuser.h (GetWindowExtEx): Removed, belongs to wingdi.h.
3727         Thanks to:    Sergey Philippov <phis at users dot sf dot net>
3728
3729 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3730
3731         * include/objidl.h (PIDSI_*): Define.
3732         (PRSPEC_*): Define.
3733         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
3734
3735 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3736
3737         * include/winbase.h (LOGON32_PROVIDER_WINNT40,
3738         LOGON32_PROVIDER_WINNT50, LOGON32_LOGON_NETWORK,
3739         LOGON32_LOGON_UNLOCK, LOGON32_LOGON_NETWORK_CLEARTEXT,
3740         LOGON32_LOGON_NEW_CREDENTIALS): Define.
3741         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
3742
3743 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3744
3745         * include/mq.h: New file.
3746         * lib/mqrt.def (MQ*): Define a few missing functions.
3747
3748 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3749
3750         * lib/mqrt.def: New file.
3751         Needs the mq.h file to work properly, working on it.
3752         Thanks to:    Pascal Obry <pobry at users dot sf dot net>
3753
3754 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3755
3756         * include/winerror.h (STG_E_*):  Define.
3757         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
3758         * include/winerror.h (STG_S_*): Define.
3759         (CO_S_MACHINENAMENOTFOUND): Define.
3760         (RPC_E_*): Define.
3761         (NTE_*): Define.
3762
3763 2006-04-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3764
3765         * include/commctrl.h (ListView_*):  Define and correct.
3766         (LVM_*): Define.
3767
3768 2006-04-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3769
3770         * include/winuser.h (WM_IME_*): Define (DWORD type).
3771         (EM_*IMESTATUS): Define.
3772         (WM_*): Define.
3773         (XBUTTON*): Define.
3774         Thanks to:    Steve Folly <spfolly at users dot sf dot net>
3775
3776 2006-03-31  Danny Smith  <dannysmith@users.sourceforge.net>
3777
3778         * include/winnetwk.h (WNetGetResourceInformationW):  Correct first param.
3779         Thanks to: Rene Rivera  <grafik at users dot sf dot net>
3780
3781 2006-03-29  Christopher Faylor  <cgf@timesys.com>
3782
3783         * include/winspool.h: Protect use of PRINTER_ENUM_VALUESW with proper
3784         version conditional.
3785
3786 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3787
3788         * include/winspool.h (JOB_INFO_3): Add structure.
3789         (PROVIDOR_INFO_*{AW}): Add structure.
3790         * include/winspool.h [_WIN32_WINNT >= 0x0500]
3791         (PRINTER_ENUM_VALUES{AW}): Add structure.
3792         (PRINTPROCESSOR_CAPS): Add structure.
3793
3794 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3795
3796         * include/winspool.h [_WIN32_WINNT >= 0x0500]
3797         (PRINTER_INFO_7A): Correct definition.
3798
3799 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3800
3801         * include/winspool.h [_WIN32_WINNT >= 0x0500]
3802         (DRIVER_INFO_*{AW}): Add structure.
3803         (PRINTER_INFO_*{AW}): Add structure.
3804         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
3805
3806 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3807
3808         * include/winspool.h [_WIN32_WINNT >= 0x0500]
3809         (DRIVER_*MODE): Define (DWORD type).
3810         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
3811
3812 2006-03-27  Danny Smith  <dannysmith@users.sourceforge.net>
3813
3814         * include/wincon.h (GetConsoleProcessList): Declare.
3815
3816 2006-03-27  Hansres Engel  <engel@node.ch>
3817
3818         * include/mlang.h: New file.
3819
3820 2006-03-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3821
3822         * include/winbase.h (SetProcessWorkingSetSize): Corrected define.
3823
3824 2006-03-26  Hansres Engel  <engel@node.ch>
3825
3826          Add Uniscribe API for typography and for complex scripts.
3827         * include/usp10.h: New file.
3828         * lib/usp10.def: New file.
3829
3830         * include/winver.h:  Change first argument of GetFileVersionInfo[...] to const.
3831
3832         * include/imm.h (IMECHARPOSITION): Add structure.
3833         (RECONVERTSTRING): Likwise.
3834
3835         * include/commdlg.h (OPENFILENAME_SIZE_VERSION_400): Define.
3836
3837         * lib/uuid.c (CMultiLanguage): Add UUID definition.
3838         (IMLangFontLink2): Likewise.
3839         (IMultiLanguage): Likewise.
3840
3841 2006-03-18  Julien Lecomte  <julienlecomte@users.sourceforge.net>
3842
3843         * include/wincon.h  (ENABLE_*): Add more defines.
3844
3845 2006-03-18  Jan Nijtmans  <nijtmans@users.sourceforge.net>
3846
3847         * include/winnt.h (INHERITED_ACE): Define.
3848         (VALID_INHERIT_FLAGS): Correct definition.
3849
3850 2006-03-18  Peter Ã…strand  <astrand@cendio.se>
3851
3852          * lib/wtsapi32.def: New file.
3853
3854 2006-03-15  Christopher Faylor  <cgf@timesys.com>
3855
3856         * include/winbase.h (STATUS_DLL_INIT_FAILED): New define.
3857         (STATUS_DLL_INIT_FAILED_LOGOFF): Ditto.
3858
3859 2006-03-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3860
3861         * include/winspool.h (DI_MEMORYMAP_WRITE): Define (DWORD type).
3862         (FORM_USER,FORM_PRINTER): Define (DWORD type).
3863         * include/winspool.h [_WIN32_WINNT >= 0x0500]
3864         (DSPRINT_*): Define (DWORD type).
3865         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
3866
3867 2006-03-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3868
3869         * include/winspool.h (JOB_CONTROL_*,JOB_STATUS_*): Define.
3870         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
3871
3872 2006-03-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3873
3874         * include/shellapi.h [_WIN32_IE >= 0x0600]
3875         (SEE_MASK_NOZONECHECKS,SEE_MASK_FLAG_LOG_USAGE): Define on
3876         Windows XP SP1 and Windows XP respectively.
3877
3878 2006-03-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3879
3880         * include/shellapi.h (NOTIFYICONDATA_V*_SIZE): Define.
3881         Thanks to:  Daniel Atallah <datallah at users dot sf dot net>
3882         * include/shellapi.h [_WIN32_IE >= 0x0500]
3883         (NIS_*): Introduced in Version 5.0.
3884
3885 2006-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
3886
3887         * include/wingdi.h (CS_*): Correct WINVER guard on
3888         Image Color Matching colour definitions.
3889
3890 2006-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
3891
3892         * include/shlobj.h (SFGAO_ISSLOW): Define.
3893         (SFGAO_DISPLAYATTRMASK): Define in terms of preceding display
3894         attribute constants.
3895
3896 2006-03-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3897
3898         * include/wingdi.h [WINVER >= 0x0500]
3899         (GRADIENT_FILL_*,*_EMBEDED): Included in Windows 2000 and later.
3900         Thanks to: David A. Capello <dacap at users dot sf dot net>
3901
3902 2006-03-05  Paul J. Lucas  <pauljlucas@users.sourceforge.net>
3903
3904         * include/wininet.h (INTERNET_CONNECTED_INFO): Define structure.
3905         (INTERNET_STATE_*): Define flags.
3906         (INTERNET_OPTION_CONNECTED_STATE): Define constant.
3907
3908 2006-03-05  Chris Wilson  <chris+mingw@qwirx.com>
3909
3910         * include/sddl.h: New file.
3911
3912 2006-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
3913
3914         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Revert
3915         last change.
3916         Remove file level #pragma pack(push,4)/#pragma pop.
3917
3918 2006-02-19  Corinna Vinschen  <corinna@vinschen.de>
3919
3920         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Add filler
3921         value to force correct alignment.
3922
3923 2006-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
3924
3925         * include/commctrl.h (LPNMLVCACHEHINT): Correct spelling.
3926         Thanks to: Sebastian Pipping <hartwork at users dot sf dot net>
3927         (PNM_CACHEHINT): Add backward compatibilty define.
3928         (LPNM_CACHEHINT): Likewise.
3929
3930 2006-02-06  Danny Smith  <dannysmith@users.sourceforge.net>
3931
3932         * include/shlobj.h (PathResolve): Fix typo in _WIN32_WINNT guard.
3933
3934 2006-02-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3935
3936         * include/shlobj.h (PRF_VERIFYEXISTS, PRF_TRYPROGRAMEXTENSIONS,
3937         PRF_FIRSTDIRDEF, PRF_DONTFINDLNK): Define.
3938         * lib/shell32.def (PathResolve): Define.
3939
3940 2006-02-06  Christopher Faylor  <cgf@timesys.com>
3941
3942         * include/shlobj.h (PathResolve): Fix typo.
3943
3944 2006-02-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3945
3946         * include/shlobj.h (PathResolve): Define.
3947         (PRF_VERIFYEXISTS, PRF_TRYPROGRAMEXTENSIONS, PRF_FIRSTDIRDEF,
3948         PRF_DONTFINDLNK): Ditto.
3949         * lib/shell32.def (PathResolve): Define.
3950
3951 2006-02-04  Ron Lee  <ronl@users.sourceforge.net>
3952
3953         * include/winnls.h: Remove stray end ';' from preprocessor defines.
3954
3955 2006-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
3956
3957         * lib/iphlpapi.def: (NotifyAddrChange@8): Define.
3958         Reported by: Daniel Atallah  <datallah at users dot sf dot net>
3959         (NotifyRouteChange@8): Define.
3960
3961 2006-01-29  Danny Smith  <dannysmith@users.sourceforge.net>
3962
3963         * include/winsock2.h (WINSOCK_API_LINKAGE): Define.  Add to
3964         prototypes.
3965
3966 2006-01-29  Danny Smith  <dannysmith@users.sourceforge.net>
3967
3968         * include/winnt.h (FORCEINLINE): Define.
3969
3970 2006-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
3971
3972         * include/winnt.h (DECLSPEC_SELECTANY): Define.
3973
3974 2006-01-26  Filip Navara  <xnavara@volny.cz>
3975
3976         * include/winnt.h (DECLSPEC_ALIGN): Define.
3977
3978 2006-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
3979
3980         * include/commctrl.h: Correct spelling of 'compatibility' in
3981         comments.
3982         * include/setupapi.h: Likewise.
3983         * include/ws2tcpip.h: Likewise.
3984
3985 2006-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
3986
3987         * include/ddk/winddk.h (KeGetCurrentKPCR): Support -masm=intel.
3988
3989 2006-01-24  Jiri Malak  <Jiri.Malak@iol.cz>
3990
3991         WATCOM compatibility changes.
3992         * include/ddk/ntddk.h (DECL_IMPORT): Define using __declspec,
3993         rather than __attribute__.
3994         (DECL_EXPORT): Likewise.
3995         * include/ddk/winddk.h (DDKAPI): Avoid using __attribute__.
3996         (DDKFASTAPI): Likewise.
3997         (DDKCDECLAPI): Likwise.
3998         (KeGetCurrentKPCR): Provide __WATCOMC__ syntax for inline code.
3999
4000 2006-01-23  Brandon Sneed  <brandon@redf.net>
4001
4002         * setupapi.def: Add all CM_* functions defined in ddk/cfgmgr32.h
4003         to exports.
4004
4005 2006-01-17  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4006
4007         * include/w32api.h: Increment version to 3.6.
4008         * Makefile.in: Ditto.
4009
4010 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
4011
4012         * include/wincrypt.h (WINADVAPI): Add to prototypes of
4013         advapi32.dll functions.
4014
4015 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
4016
4017         * include/winsock2.h (struct sockaddr_storage):  Use RFC 2553
4018         names for padding size constants.
4019
4020 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
4021
4022         * include/aclapi.h (WINADVAPI): Add to prototypes.
4023         * include/winreg.h (WINADVAPI): Likewise.
4024         * include/winsvc.h (WINADVAPI): Likewise.
4025
4026 2006-01-05  Michael Gerdau  <mgd@technosis.de>
4027
4028         * include/winbase.h (WINADVAPI): Define.
4029
4030 2006-01-03  Christopher Faylor  <cgf@timesys.com>
4031
4032         * include/winuser.h (CreateWindowStation): Correctly identify first
4033         argument as constant.
4034         (CreateWindowStation@): Ditto.
4035
4036 2006-01-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4037
4038         * include/uxtheme.h [_WIN32_WINNT >= 0x0501]
4039         (TMT_*, BT_*): Add constants.
4040
4041 2005-12-31  Corinna Vinschen  <corinna@vinschen.de>
4042
4043         * include/winsock2.h: Don't define struct sockaddr_storage when
4044         building Cygwin.
4045
4046 2005-12-22  Danny Smith  <dannysmith@users.sourceforge.net>
4047
4048         * lib/ws2_32.c: New file, defining IPv6 constants.
4049         * lib/Makefile.in (SOURCES): Add ws2_32.c
4050         (EXTRA_OBJS): Add ws2_32.o.
4051
4052 2005-12-21  Michael Jung  <mjung@iss.tu-darmstadt.de>
4053
4054         * lib/user32.def (PrivateExtractIconsA@32,
4055         PrivateExtractIconsW@32): Define.
4056         * lib/shell32.c (IID_IShellLinkDataList): Add GUID.
4057
4058 2005-12-12  Christopher Faylor  <cgf@timesys.com>
4059
4060         * include/winuser.h (WINSTA_ALL_ACCESS): Define.
4061
4062 2005-12-09  Danny Smith  <dannysmith@users.sourceforge.net>
4063
4064         * lib/kernel32.def (CreateFiberEx): Correct suffix.
4065
4066 2005-12-09  Huw Davies  <hdavies@users.sourceforge.net>
4067             Danny Smith <dannysmith@users.sourceforge.net>
4068
4069         * lib/msxml-uuid.c: New file to generate UUIDs for
4070         MSXML interfaces.
4071         * lib/Makefile.in (UUID_OBJS): Add msxml-uuid.o.
4072
4073 2005-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
4074
4075         * include/winbase.h (GetDevicePowerState): Add prototype.
4076         * lib/kernel32.def (GetDevicePowerState): Correct suffix.
4077
4078 2005-12-07  Brian Gunlogson  <gmb300@users.sourceforge.net>
4079
4080         * include/winuser.h (GetClassLongPtr{AW}): Guard prototypes with _WIN64.
4081         Define as macro if !_WIN64.
4082         (SetClassLongPtr{AW}): Likewise.
4083         (GCLP_*): Add GetClassLongPtr defines.
4084         * lib/user32.def (GetClassLongPtr{AW}): Remove stubs.
4085         (SetClassLongPtr{AW}): Likewise.
4086
4087 2005-11-18  Brian Gunlogson  <gmb300@users.sourceforge.net>
4088
4089         * include/winuser.h (GetClassLongPtr{AW}): Add prototypes.
4090         (SetClassLongPtr{AW}): Likewise.
4091         (GCLP_*): Add GetClassLongPtr defines.
4092         * lib/user32.def (GetClassLongPtr{AW}): Add stubs.
4093         (SetClassLongPtr{AW}): Likewise.
4094
4095 2005-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
4096
4097         * include/commdlg.h (OPENFILENAMEW): Add members for
4098         _WIN32_WINNT >= 0x0500.
4099         Thanks to Ricardo Dalcorsso Fodra.
4100         (OPENFILENAMEA): Modify whitespace. Ansify comment.
4101
4102 2005-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
4103
4104         * include/wingdi.h (GetICMProfileA): Correct prototype.
4105         (GetICMProfileW): Likewise.
4106         Thanks to: Paul J Lucas
4107
4108 2005-11-04  Michael Jung  <mjung@iss.tu-darmstadt.de>
4109
4110         * lib/shell32.c (CLSID_ShellFSFolder): Add GUID.
4111
4112 2005-11-03  Danny Smith  <dannysmith@users.sourceforge.net>
4113
4114         * lib/crypt32.def (CertOIDToAlgId, CertAlgIDToOID, CryptProtectData,
4115         CryptUnprotectData, CryptDecodeObjectEx, CryptEncodeObjectEx,
4116         CryptRegisterOIDFunction, CryptUnregisterOIDFunction): Add stubs.
4117         Thanks to: F Richter  <res2002 at users dot sourceforge dot net>
4118
4119 2005-10-29  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4120
4121         * include/objbase.h: Fix typo.
4122         * include/w32api.h: Increment version to 3.5.
4123         * Makefile.in: Ditto.
4124
4125 2005-10-27  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4126
4127         * include/w32api.h: Increment version to 3.4.
4128         * Makefile.in: Ditto.
4129
4130 2005-10-12  Danny Smith  <dannysmith@users.sourceforge.net>
4131
4132         * include/winbase.h (GetProcessId): Remove duplicate declaration.
4133         Use _WIN32_WINNT >= 0x0501 guard.
4134
4135 2005-10-11  Christopher Faylor  <cgf@timesys.com>
4136
4137         * include/winbase.h (GetProcessId): Declare.
4138
4139 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4140
4141         * lib/ddk/newdev.def: Added.
4142         Thanks to: Stephan Meyer <ste_meyer at users dot sourceforge dot net>
4143
4144 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4145
4146         * include/commdlg.h (OPENFILENAME): Added WINNT >= 0x0500
4147         component.
4148         Thanks to: Gennady Feldman <gena01 at users dot sourceforge dot net>
4149
4150 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4151
4152         * lib/shell32.def (SHILCreateFromPath): Add stub.
4153         Thanks to: Michael Jung <mjung at iss dot tu-darmstadt dot de>
4154
4155 2005-09-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4156
4157         * include/winbase.h (RegisterWaitForSingleObject,
4158         RegisterWaitForSingleObjectEx): Define.
4159         * lib/kernel32.def (RegisterWaitForSingleObjectEx@20): Define.
4160         (RegisterWaitForSingleObject@16): Changed to
4161         RegisterWaitForSingleObject@24.
4162         Thanks to: Brandon Sneed <nivenh at users dot sourceforge dot net>
4163
4164 2005-09-19  Danny Smith  <dannysmith@users.sourceforge.net>
4165
4166         * include/winsock2.h (SO_EXCLUSIVEADDRUSE): Define.
4167         Thanks to: Gisle Vanem  <giva at bgnett dot no>
4168
4169 2005-09-08  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4170
4171         * include/reason.h [_WIN32_WINNT >= 0x0501]
4172         (SHTDN_REASON_*): New file.
4173         * include/objbase.h: Avoid double header guard.
4174
4175 2005-08-17  Michael Jung  <mjung@iss.tu-darmstadt.de>
4176
4177         * lib/shell32.c (CLSID_RecycleBin, CLSID_ControlPanel,
4178         CLSID_MyComputer,CLSID_Internet, CLSID_NetworkPlaces,
4179         CLSID_MyDocuments, CLSID_FolderShortcut): Add GUIDs.
4180
4181 2005-08-17  Martin Fuchs  <martin-fuchs@gmx.net>
4182
4183         * include/shlobj.h (IContextMenu3): Define.
4184         * include/shlguid.h (IID_IContextMenu3): Declare.
4185         * lib/shell32.c (IID_IContextMenu3): Define.
4186
4187 2005-08-17  Martin Fuchs  <martin-fuchs@gmx.net>
4188
4189         * include/shlobj.h (SHFormatDrive): Declaration of function
4190         and associated constants.
4191
4192 2005-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
4193
4194         * include/ddk/hidsdi.h:  New file.
4195         * lib/ddk/hid.def: Uncomment symbols and add stdcall suffix for
4196         functions declared in hidsdi.h.
4197         Thanks to:  Alex J Lennon  <ajlennon at organixconsulting dot com>
4198
4199 2005-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
4200
4201         * lib/imm32.def (ImmDisableIME): Add stub.
4202         Thanks to: "kidmin"  <kidmin at users dot sourceforge dot net>
4203
4204 2005-08-10  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4205
4206         * include/w32api.h: Increment version to 3.3.
4207         * Makefile.in: Ditto.
4208
4209 2005-07-28  Earnie Boyd  <earnie@users.sf.net>
4210
4211         * include/winnt.h (SUBLANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN):
4212         Correct their values.
4213         Thanks to: Daniel K. O. <danielosmari at users dont sf dot net>
4214
4215 2005-07-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4216
4217         * include/winuser.h (HSHELL_RUDEAPPACTIVATED): Define.
4218
4219 2005-07-20  Danny Smith  <dannysmith@users.sourceforge.net>
4220
4221         * include/wingdi.h (TT_PRIM_CSPLINE): Define.
4222         Thanks to: Bob Jamison <ishmal at users dot sourceforge dot net>
4223
4224 2005-07-20  Danny Smith  <dannysmith@users.sourceforge.net>
4225
4226         * include/richedit.h (SETTEXTEX): Define structure and
4227         associated constants.
4228         (GT_SELECTION): Define GETTEXTEX flag constant.
4229
4230 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
4231
4232         * include/wingdi.h (SYSPAL_NOSTATIC256): Define.
4233
4234 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
4235
4236         * include/wingdi.h (WINGDIAPI): Define to DECLSPEC_DLLIMPORT
4237         if __W32API_USE_DLLIMPORT__.   Use throughout to qualify
4238         prototypes.
4239
4240 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
4241
4242         * include/commctrl.h (RBBS_USECHEVRON): Define.
4243         (RBBS_*): Use hex notation, group together.
4244
4245 2005-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
4246
4247         * lib/kernel32.def (GetUserGeoID): Correct suffix.
4248         Thanks to: "bernd23" <bernd23 at users dot sourceforge dot net>
4249
4250 2005-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
4251
4252         * include/commctrl.h (TreeView_SetItemState): Initilise
4253         _tvi.hItem.
4254         Thanks to:  Joseph Remes <jremes at users dot sourceforge dot net>
4255
4256 2005-07-18  Mattia Barbon  <mbarbon@users.sourceforge.net>
4257
4258         * include/commctrl.h (NMLVFINDITEM): Add structure.
4259
4260 2005-07-18  Michael Gerdau  <mgdde@users.sourceforge.net>
4261
4262         * include/wininet.h (WININET_API_FLAG_*): Add defines.
4263
4264 2005-07-18  Daniel Atallah  <datallah@users.sourceforge.net>
4265
4266         * include/winnt.h (VER_SET_CONDITION): Define.
4267
4268 2005-07-18  Michael Gerdau  <mgdde@users.sourceforge.net>
4269
4270         * include/wincon.h (AttachConsole): Correct _WIN32_WINNT guard.
4271         (ATTACH_PARENT_PROCESS): Define.
4272         (CONSOLE_WINDOWED_MODE): Correct definition to match MSDN
4273         documentation.
4274
4275 2005-07-17  Benoit Blanchon  <bblanchon@users.sourceforge.net>
4276
4277         * include/winbase.h (QueueUserWorkItem): Add prototype.
4278
4279 2005-07-13  Benoit Blanchon  <bblanchon@users.sourceforge.net>
4280
4281         * include/wingdi.h (SHADEBLENDCAPS, SB_NONE, SB_CONST_ALPHA,
4282         SB_PIXEL_ALPHA, SB_PREMULT_ALPHA, SB_GRAD_RECT, SB_GRAD_TRI,
4283         COLORMGMTCAPS, CM_NONE, CM_DEVICE_ICM, CM_GAMMA_RAMP,
4284         CM_CMYK_COLOR): Define.
4285
4286 2005-06-19  Danny Smith  <dannysmith@users.sourceforge.net>
4287
4288         * include/winldap.h (ldap_simple_bindW, ldap_simple_bind_sW,
4289         ldap_bindW, ldap_bind_sW): Change PCHAR arg to PWCHAR.
4290         Thanks to: Christian  <chhd at users dot sf dot net>
4291
4292 2005-06-18  Danny Smith  <dannysmith@users.sourceforge.net>
4293
4294         * include/richedit.h (GETTEXTEX): Correct name of lpUsedDefChar
4295         field.
4296         Thanks to: Saulius Menkevicius  <bobas at users dot sf dot net>
4297
4298 2005-06-18  Danny Smith  <dannysmith@users.sourceforge.net>
4299
4300         * include/winbase.h (GlobalDiscard): Define as macro.
4301         Thanks to: David Golub  <david_golub  at users dot sf dot net>
4302
4303 2005-05-13  Corinna Vinschen  <corinna@vinschen.de>
4304
4305         * include/winnetwk.h (WNetGetResourceParentA): Add missing declaration.
4306         (WNetGetResourceParentW): Ditto.
4307         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Define.
4308         (FILE_ID_BOTH_DIRECTORY_INFORMATION): Define.
4309
4310 2005-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
4311
4312         * include/wininet.h (FtpGetFileSize): Add prototype.
4313         (FtpCommand[AW]): Correct prototypes.
4314         Reported by: <siger at users dot sf dot net>
4315
4316 2005-04-25  Danny Smith  <dannysmith@users.sourceforge.net>
4317
4318         * include/vfw.h (capCreateCaptureWindow[AW]): Add prototypes.
4319         (capGetDriverDescription[AW]): Likewise.
4320
4321 2005-04-03  Corinna Vinschen  <corinna@vinschen.de>
4322
4323         * include/winnt.h (SE_UNDOCK_NAME TEXT): Define.
4324         (SE_MANAGE_VOLUME_NAME TEXT): Ditto.
4325         (SE_IMPERSONATE_NAME TEXT): Ditto.
4326         (SE_ENABLE_DELEGATION_NAME TEXT): Ditto.
4327         (SE_SYNC_AGENT_NAME TEXT): Ditto.
4328
4329 2005-03-16  Christopher Faylor  <cgf@timesys.com>
4330
4331         * include/winnt.h (SYSTEM_LUID): Fix definitition invalidated by below
4332         change.
4333
4334 2005-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
4335
4336         * include/winnt.h (_LUID): Add structure. Correct LUID typedef.
4337         Thanks to:
4338         Paul-Christiaan Spruijtenburg <wakarimasu at users dot sf dot net>
4339
4340 2005-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
4341
4342         * include/ws2tcpip.h (getaddrinfo, freeaddrinfo, getnameinfo):
4343         Guard with _WIN32_WINNT >= 0x0501. Add FIXME comment.
4344         (gai_strerror[AW]): Put into #if 0 block.
4345
4346 2005-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
4347
4348         * include/basetyps.h (__int16): Correct define.
4349
4350 2005-02-10  Jiri Malak  <Jiri.Malak@iol.cz>
4351             Danny Smith  <dannysmith@users.sourceforge.net>
4352
4353         * lib/directx/dinput_private.h (ATTRIBUTE_TEXT_SECTION): New
4354         define for Open Watcom portability.
4355         * lib/directx/(dinput_joy.c, dinput_joy2.c, dinput_kbd.c,
4356         dinput_mouse.c, dinput_mouse2.c): Use new macro in definition
4357         of local c_rgodfDI* objects. Replace .rdata section attribute
4358         with 'const' keyword in definition of global c_dfDI* objects.
4359
4360 2005-02-07  Danny Smith  <dannysmith@users.sourceforge.net>
4361
4362         * include/winioctl.h (IOCTL_VOLUME_BASE,
4363         IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS, IOCTL_VOLUME_IS_CLUSTERED):
4364         Copy defines from include/ddk/ntdddvol.h.
4365         Bug reported to Debian by Anand Kumria  <wildfire@progsoc.org>
4366
4367 2005-01-27  Oliver Stoeneberg  <oliverst@online.de>
4368
4369         * include/winbase.h (PWIN32_FIND_DATA): Add typedef.
4370
4371 2005-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
4372
4373         * include/winuser.h (SW_SMOOTHSCROLL): Add define.
4374         Reported by: Christian Ehrlicher  <chehrlic@users.sf.net>
4375
4376 2005-01-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4377
4378         * include/commdlg.h (OFN_DONTADDTORECENT): Added definition.
4379
4380 2005-01-18  Danny Smith  <dannysmith@users.sourceforge.net>
4381
4382         * lib/user32.def (MonitorFromPoint): Correct suffix.
4383
4384 2005-01-13  Benoit Blanchon  <bblanchon@users.sourceforge.net>
4385
4386         * include/wininet.h (InternetCheckConnectionA,
4387         InternetCheckConnectionW) Add prototypes.
4388         (INTERNET_RAS_INSTALLED, INTERNET_CONNECTION_OFFLINE,
4389         INTERNET_CONNECTION_CONFIGURED): Add defines.
4390
4391 2005-01-07  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4392
4393         * include/commctrl.h (ComboBox_SetMinVisible,
4394         ComboBox_GetMinVisible): Added Macros.
4395         * include/winuser.h (CB_SETMINVISIBLE, CB_GETMINVISIBLE):
4396         Added definitions.
4397
4398 2005-01-02  Jiri Malak  <Jiri.Malak@geac.cz>
4399
4400         * include/winnt.h (GetCurrentFiber, GetFiberData): Make inline
4401         assembly code conditional on _X86_.
4402
4403 2005-01-02  Earnie Boyd  <earnie@users.sf.net>
4404
4405         * include/w32api.h: Increment version to 3.2.
4406         * Makefile.in: Ditto.
4407         * include/afxres.h: Remove the \r from the line ending.
4408         * include/errorrep.h: Ditto.
4409         * include/shldisp.h: Ditto.
4410         * include/tschema.h: Ditto.
4411         * lib/dhcpcsvc.def: Ditto.
4412         * lib/uxtheme.def: Ditto.
4413         * lib/wldap32.def: Ditto.
4414
4415 2005-01-01  Danny Smith  <dannysmith@users.sourceforge.net>
4416
4417         * include/winerror.h (ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY):
4418         Correct typo.
4419         Thanks to: Aidan France  <aidan1@users.sourceforge.net>
4420
4421 2004-12-29  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4422
4423         *include/winuser.h (MNS_*, WM_MENUCOMMAND,
4424         WM_MENUGETOBJECT, WM_MENUDRAG, WM_NCMOUSEHOVER,
4425         WM_NCMOUSELEAVE, WM_UNINITMENUPOPUP,
4426         SPI_GETFOREGROUNDLOCKTIMEOUT,
4427         SPI_SETFOREGROUNDLOCKTIMEOUT): Added definitions.
4428         *include/imm.h (WM_IME_REQUEST): Added definition.
4429         *include/shlobj.h (SLGP_RAWPATH,
4430         SLGP_UNCPRIORITY): Added definition.
4431
4432 2004-12-28  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4433
4434         *include/winuser.h (HSHELL_FLASH): Added definition.
4435
4436 2004-12-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4437
4438         * include/shldisp.h (IAutoComplete): Added interface definiton.
4439         * include/shldisp.h (IAutoComplete2): Added interface definiton.
4440         * include/shldisp.h (ACO_AUTOSUGGEST): Added definition.
4441         * include/shlobj.h (IObjMgr): Added interface definiton.
4442         * lib/shell32.c (CLSID_AutoComplete, IID_AutoComplete,
4443         IID_AutoComplete2, CLSID_ACLMulti, IID_IObjMgr,
4444         CLSID_ACListISF, IID_IACList): Added GUIDs.
4445         * include/shlguid.h (CLSID_AutoComplete, IID_AutoComplete,
4446         IID_AutoComplete2, CLSID_ACLMulti, IID_IObjMgr,
4447         CLSID_ACListISF, IID_IACList): Added GUIDs.
4448
4449 2004-12-23  Danny Smith  <dannysmith@users.sourceforge.net>
4450
4451         * include/commctrl.h (CDRF_NOTIFYSUBITEMDRAW): Add define.
4452         Thanks to: Chris Sutcliffe  <ironhead@walled.net>
4453         (CDRF_*): Use hex notation for constants.
4454
4455 2004-12-08  Danny Smith  <dannysmith@users.sourceforge.net>
4456
4457         * include/sqlext.h (SQL_INTERVAL_*): Correct macros.
4458         Reported by Eric Sharkey <sharkey at netrics dot com>
4459
4460 2004-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
4461
4462         * include/winnt.h (TOKEN_INFORMATION_CLASS): Add
4463         TokenGroupsAndPrivileges, TokenSessionReference,
4464         TokenSandBoxInert, TokenAuditPolicy, TokenOrigin.
4465         Reformat.
4466         (SID_NAME_USE): Add SidTypeComputer.  Reformat.
4467         Thanks to Gabriel Linder <mingwlinder@users.sourceforge.net>
4468
4469 2004-12-02  Danny Smith  <dannysmith@users.sourceforge.net>
4470
4471         * lib/comctl32.def (ImageList_Copy, ImageList_DrawIndirect,
4472         ImageList_Duplicate): Add stubs.
4473
4474 2004-12-02  Danny Smith  <dannysmith@users.sourceforge.net>
4475
4476         * lib/directx/strmiids.c (MEDIASUBTYPE_YV12): Correct GUID.
4477         Thanks to "Pete" <pross@xvid.org>
4478
4479 2004-11-21 Benoit Blanchon  <bblanchon@users.sourceforge.net>
4480
4481         * include/wingdi.h (AC_SRC_ALPHA, AC_SRC_NO_ALPHA,
4482         AC_DST_NO_ALPHA, ...): Add defines.
4483         * include/winuser.h (ULW_COLORKEY,ULW_ALPHA,
4484         ULW_OPAQUE): Add defines.
4485
4486 2004-11-21  Danny Smith  <dannysmith@users.sourceforge.net>
4487
4488         * include/winnt.h (VerSetConditionMask): Correct typo in _WIN32_WINNT
4489         guard.
4490         * lib/kernel32.def (VerSetConditionMask): Correct stdcall
4491         suffix.
4492         * lib/ddk/ntoskrnl.def (VerSetConditionMask): Likewise.
4493
4494 2004-11-20  Danny Smith  <dannysmith@users.sourceforge.net>
4495
4496         * include/winbase.h (PPROCESS_INFORMATION): Add typedef.
4497         (CreateProcessWithLogonW): Declare.
4498         (LOGON_WITH_PROFILE, LOGON_NETCREDENTIALS_ONLY): Add defines.
4499         Thanks to: "jkmaki"  <jkmaki@users.sourceforge.net>
4500
4501 2004-11-19  Danny Smith  <dannysmith@users.sourceforge.net>
4502
4503         * include/sspi.h (SecPkgContext_Sizes): Fix typo.
4504         Thanks to: David Leonard  <leonard@users.sourceforge.net>
4505
4506 2004-11-19  Danny Smith  <dannysmith@users.sourceforge.net>
4507
4508         * include/sspi.h (SecPkgCredentials_Names[AW]): Correct name.
4509         Thanks to: David Leonard  <leonard@users.sourceforge.net>
4510
4511 2004-11-19  Magnus Olsen  <greatlord@users.sourceforge.net>
4512
4513         * include/winuser.h (MSLLHOOKSTRUCT): Add structure.
4514
4515 2004-11-19  Magnus Olsen  <greatlord@users.sourceforge.net>
4516
4517         * include/winuser.h (LLKHF_EXTENDED, LLKHF_INJECTED, LLKHF_UP):
4518         Add defines.
4519         (LLKHF_ALTDOWN): Define based on KF_ALTDOWN.
4520
4521 2004-11-19  Benoit Blanchon  <bblanchon@users.sourceforge.net>
4522
4523         * include/shellapi.h (NIF_GUID): Add another define.
4524
4525 2004-11-18  Earnie Boyd  <earnie@users.sf.net>
4526
4527         * include/wincon.h (AttachConsole): Correct the _WIN32_WINNT filter.
4528         Changed it twice due to inconsistent MSDN documentation.
4529         * include/w32api.h (Windows95, etc. and IE3, etc.): Add definitions.
4530
4531 2004-11-13  Danny Smith  <dannysmith@users.sourceforge.net>
4532
4533         * include/shlobj.h (SHGFP_TYPE): Add enum.
4534
4535 2004-11-12  Loïc Guilloux (glx@users.sourceforge.net>
4536
4537         * include/winuser.h (WM_THEMECHANGED): Add define.
4538
4539 2004-11-11  Danny Smith  <dannysmith@users.sourceforge.net>
4540
4541         * include/ddk/winddk.h (ExAllocateFromPagedLookasideList,
4542         ExFreeToPagedLookasideList): Guard inline versions with
4543         (__USE_NTOSKRNL__) && (_WIN32_WINNT >= 0x0501). Declare as
4544         external functions for earlier _WIN32_WINNT.
4545
4546 2004-11-11  Danny Smith  <dannysmith@users.sourceforge.net>
4547
4548         * include/ras.h (RASCONN[AW]): Remove dwSessionId field.
4549
4550 2004-11-09  Danny Smith  <dannysmith@users.sourceforge.net>
4551
4552         * include/winnls.h (WINBASEAPI): Define as DECLSPEC_IMPORT
4553         if  undefined and __W32API_USE_DLLIMPORT__.
4554         Add WINBASEAPI token to prototypes, throughout.
4555
4556 2004-11-08  Danny Smith  <dannysmith@users.sourceforge.net>
4557
4558         * include/winnt.h (GetCurrentFiber): Support -masm=intel.
4559         (GetFiberData): Likewise.
4560         (NtCurrentTeb): Likewise.
4561
4562 2004-11-04  Danny Smith  <dannysmith@users.sourceforge.net>
4563
4564         * include/shellapi.h (NIF_INFO): Add define.
4565         (NIIF_*) Add defines..
4566         Thanks to: Benoit Blanchon <bblanchon@users.sourceforge.net>
4567         (NIF_*): Convert constants to hex.
4568
4569 2004-11-02  Danny Smith  <dannysmith@users.sourceforge.net>
4570
4571         * include/wingdi.h (GetFontUnicodeRanges,GetGlyphIndicesA,
4572         GetGlyphIndicesW): Declare.
4573         (GGI_MARK_NONEXISTING_GLYPHS): Define
4574         * lib/gdi32.def (GetFontUnicodeRanges,GetGlyphIndicesA,
4575         GetGlyphIndicesW): Add stubs.
4576
4577 2004-10-24  Dan Aloni  <da-x@colinux.org>
4578
4579         * include/ddk/ntapi.h (NtQueryFullAttributesFile,
4580         ZwQueryFullAttributesFile): Declare.
4581         * include/ddk/ntapi.h (RtlDosPathNameToNtPathName_U):
4582         Declare.
4583         lib/ntoskrnl.def (ZwQueryDirectoryFile, ZwQueryFullAttributesFile.
4584         ZwQueryVolumeInformationFile): Add stubs.
4585
4586 2004-10-18  Danny Smith  <dannysmith@users.sourceforge.net>
4587
4588         * include/wsahelp.h (WINSOCK_MAPPING, WSHGetWinsockMapping,
4589         PWSH_GET_WINSOCK_MAPPING): Don't define if __OBJC__.
4590
4591 2004-10-15  Robert Wruck  <wruck@tweerlei.de>
4592             Danny Smith  <dannysmith@users.sourceforge.net>
4593
4594         = include/winbase.h (InitializeSListHead, Interlocked*):
4595         Guard with !__USE_NTOSKRNL__.
4596
4597         * include/ddk/ntddk.h (__USE_NTOSKRNL__): Define.
4598         * include/ddk/winddk.h (InitializeSListHead, Interlocked*):
4599         Guard with  __USE_NTOSKRNL__.
4600         (ExInterlockedPopEntrySList, ExInterlockedPushEntrySList):
4601         Add prototypes.  Guard macro definition with __USE_NTOSKRNL__
4602         && _WIN32_WINNT >= 0x0501
4603         (ExAllocateFromNPagedLookasideList, ExAllocateFromPagedLookasideList,
4604         ExFreeToNPagedLookasideList, ExFreeToPagedLookasideList):
4605         Replace calts to InterlockedPopEntrySList, InterlockedPushEntrySList
4606         with ExInterlockedPopEntrySList, ExInterlockedPushEntrySList.
4607
4608         * lib/ddk/ntosknl.def (ExInterlockedPopEntrySList,
4609         ExInterlockedPushEntrySList)  Add stubs with fastcall decoration.
4610         (ExDesktopObjectType, ExEventObjectType, ExSemaphoreObjectType,
4611         ExWindowStationObjectType, IoAdapterObjectType,
4612         IoDeviceHandlerObjectSize, IoDeviceHandlerObjectType,
4613         IoDeviceObjectType, IoDriverObjectType, IoFileObjectType,
4614         LpcPortObjectType, MmSectionObjectType, SeTokenObjectType):
4615         Uncomment stubs.
4616
4617 2004-10-11  Robert Wruck  <wruck@tweerlei.de>
4618
4619         * include/ddk/winddk.h (IoReleaseRemoveLockAndWait): Fix
4620         definition
4621         (IoReleaseRemoveLock): Add definition.
4622
4623 2004-10-10  Danny Smith  <dannysmith@users.sourceforge.net>
4624
4625         * include/ddk/winnt4.h (Exi386InterlockedDecrementLong,
4626         Exi386InterlockedExchangeUlong, Exi386InterlockedIncrementLong);
4627         Add prototypes.
4628         * include/winddk.h (ExInterlockedAddUlong,
4629         ExInterlockedInsertHeadList, ExInterlockedInsertTailList,
4630         ExInterlockedRemoveHeadList, ExInterlockedPopEntryList,
4631         ExInterlockedPushEntryList): Change calling convention to
4632         DDKAPI.
4633         (ExfInterlockedAddUlong,ExInterlockedInsertHeadList,
4634         ExInterlockedInsertTailList, ExInterlockedRemoveHeadList,
4635         ExInterlockedPopEntryList, ExInterlockedPushEntryList):
4636         Add prototypes for DDKFASTAPI versions.
4637         Thanks to Vadim Yegor0v <zg at bmg dot lv> for report.
4638         * lib/ntoskrnl.def (ExInterlockedAddUlong,
4639         ExInterlockedInsertHeadList, ExInterlockedInsertTailList,
4640         ExInterlockedRemoveHeadList, ExInterlockedPopEntryList,
4641         ExInterlockedPushEntryList): Remove lead '@' from stubs.
4642         (ExfInterlockedAddUlong,ExfInterlockedInsertHeadList,
4643         ExfInterlockedInsertTailList, ExfInterlockedRemoveHeadList,
4644         ExfInterlockedPopEntryList, ExfInterlockedPushEntryList):
4645         Add fastcall stubs.
4646         (Exi386InterlockedDecrementLong, Exi386InterlockedExchangeUlong,
4647         Exi386InterlockedIncrementLong); Add stdcall stubs.
4648
4649 2004-09-30  Danny Smith  <dannysmith@users.sourceforge.net>
4650
4651         * include/winbase.h (WINBASEAPI): Define as DECLSPEC_IMPORT only
4652          if __W32API_USE_DLLIMPORT__ is defined.
4653         * include/winuser.h (WINUSERAPI): Likewise.
4654
4655 2004-09-29  Filip Navara  <xnavara@volny.cz>
4656
4657         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
4658         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, mcd.h, miniport.h,
4659         mountdev.h, mountmgr.h, ndis.h, ndistapi.h, ndiswan.h, netpnp.h,
4660         newdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h, ntddcdvd.h,
4661         ntddchgr.h, ntdddisk.h, ntddkbd.h, ntddmou.h, ntddpar.h, ntddpcm.h,
4662         ntddscsi.h, ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h,
4663         ntddvdeo.h, ntddvol.h, ntpoapi.h, parallel.h, pfhook.h, poclass.h,
4664         scsi.h, scsiscan.h, smbus.h, srb.h, storport.h, tdiinfo.h,
4665         tdikrnl.h, tvout.h, upssvc.h, usb.h, usb100.h, usbdi.h, usbioctl.h,
4666         usbiodef.h, usbscan.h, usbuser.h, videoagp.h, winddi.h, winddk.h,
4667         winnt4.h, ws2san.h): Fixed packing.
4668         * include/ddk/atm.h (ATM_TRAFFIC_DESCRIPTOR_IE): Fixed declaration.
4669         * include/ddk/hidclass.h (HID_INTERFACE_HIDPARSE,
4670         HID_INTERFACE_NOTIFY_PNP): Likewise.
4671         * include/ddk/ndis.h (NDIS_DMA_BLOCK, CO_FLOW_PARAMETERS): Likewise.
4672         (NdisQueryPacketLength): Added macro. Thanks to Art Yerkes
4673         <ayerkes@speakeasy.net>.
4674         * include/ddk/usb100.h (USB_CONFIGURATION_DESCRIPTOR): Fixed
4675         declaration.
4676         * include/ddk/winddi.h (PATHDATA, GLYPHPOS): Likewise.
4677         * include/ddk/winddk.h (PDRIVER_CONTROL, PDRIVER_LIST_CONTROL,
4678         PDRIVER_ADD_DEVICE, PIO_COMPLETION_ROUTINE, PDRIVER_CANCEL,
4679         PKDEFERRED_ROUTINE, PDRIVER_DISPATCH, PIO_DPC_ROUTINE,
4680         PMM_DLL_INITIALIZE, PMM_DLL_UNLOAD, PDRIVER_ENTRY,
4681         PDRIVER_INITIALIZE, PKSERVICE_ROUTINE, PIO_TIMER_ROUTINE,
4682         PDRIVER_REINITIALIZE, PDRIVER_STARTIO, PKSYNCHRONIZE_ROUTINE,
4683         PDRIVER_UNLOAD, DRIVER_OBJECT): Fixed callback declarations.
4684         (struct FILE_BASIC_INFORMATION): Renamed to _FILE_BASIC_INFORMATION.
4685         (SYNCH_LEVEL): Added definition.
4686         (KPCR, KPCR_TIB): Fixed declaration.
4687         (Interlocked[Push/Pop]EntrySList): Declare only if winbase.h isn't
4688         included and _WIN32_WINNT >= 0x0501.
4689         (RtlEqualLuid): Fixed macro definition.
4690         (KfLowerIrql, KfRaiseIrql): Declare and use instead of KeLowerIrql and
4691         KeRaiseIrql on i386 architectures.
4692
4693 2004-09-06  Hosaka Yuji  <hos@tamanegi.org>
4694
4695         * include/mshtml.h (IHTMLDocument2): Correct get_selection
4696         declaration.
4697         (IHTMLSelectionObject): Correct get_type declaration.
4698         (IHTMLFramesCollection2, IHTMLWindow2, IHTMLFrameBase,
4699         IHTMLFrameBase2, IHTMLFrameBase3, IHTMLBodyElement,
4700         IHTMLBodyElement2): Add interfaces.
4701         (LPHTMLIMAGEELEMENTFACTORY, LPHTMLEVENTOBJ, LPHTMLSCREEN,
4702         LPHTMLOPTIONELEMENTFACTORY, LPOMHISTORY, LPOMNAVIGATOR): Add
4703         typedefs.
4704         * lib/mshtml-uuid.c (IID_IHTMLFrameBase2, IID_IHTMLFrameBase3):
4705         Add IIDs.
4706
4707 2004-09-05  Earnie Boyd  <earnie@users.sf.net>
4708
4709         * include/w32api.h: Increment version to 3.1.
4710         * Makefile.in: Ditto.
4711
4712 2004-09-05  Hosaka Yuji  <hos@tamanegi.org>
4713
4714         * include/winuser.h (MonitorFromPoint, MonitorFromRect,
4715         MonitorFromWindow): Add prototypes.
4716         * lib/user32.def (MonitorFromPoint, MonitorFromRect,
4717         MonitorFromWindowMonitorFromWindow): Add stubs.
4718         * include/shellapi.h (DuplicateIcon): Add prototype.
4719
4720 2004-09-05   Danny Smith  <dannysmith@users.sourceforge.net>
4721
4722         * include/winuser.h (WINUSERAPI): New define.
4723         Use it to mark user32.dll imports, throughout.
4724
4725 2004-09-05  Hosaka Yuji  <hos@tamanegi.org>
4726
4727         * lib/ddk/hid.def (HidD_FlushQueue, HidD_FreePreparsedData,
4728         HidD_GetAttributes, HidD_GetConfiguration, HidD_GetFeature,
4729         HidD_GetHidGuid, HidD_GetIndexedString, HidD_GetInputReport,
4730         HidD_GetManufacturerString, HidD_GetMsGenreDescriptor,
4731         HidD_GetNumInputBuffers, HidD_GetPhysicalDescriptor,
4732         HidD_GetPreparsedData, HidD_GetProductString,
4733         HidD_GetSerialNumberString, HidD_SetConfiguration,
4734         HidD_SetFeature, HidD_SetNumInputBuffers, HidD_SetOutputReport,
4735         HidP_GetButtonCaps, HidP_GetValueCaps): Add exports.
4736
4737 2004-08-25  Lars Rune Nøstdal  <daysleper@users.sourceforge.net>
4738
4739         * include/wincon.h (CONSOLE_FULLSCREEN_MODE, CONSOLE_WINDOWED_MODE):
4740         Add XP defines.
4741         (PCOORD): Add typedef.
4742         (GetConsoleDisplayMode, SetConsoleDisplayMode): Add prototypes.
4743
4744 2004-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
4745
4746         * include/winldap.h: Don't check value of UNICODE.
4747         Thanks to: "Jean-Do"  <spab@users.sourceforge.net>
4748
4749 2004-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
4750
4751         * include/winbase.h (WINBASEAPI): Guard with __INSIDE_CYGWIN__.
4752
4753 2004-08-24  Sam Robb  <samrobb@users.sourceforge.net>
4754
4755         * include/winbase.h (GetFileSizeEx): Add _WIN32_WINNT >= 0x0500
4756         guard.
4757
4758 2004-08-24   Danny Smith  <dannysmith@users.sourceforge.net>
4759
4760         * include/winbase.h: Add WINBASEAPI token to prototypes, throughout.
4761
4762 2004-08-15  Ken Fitlike  <kenfitlike@users.sourceforge.net>
4763
4764         * include/commctrl.h (WC_TREEVIEWA): Remove parenthenses.
4765
4766 2004-08-10  Sebastian Nowak  <snowak1@users.sourceforge.net>
4767
4768         * include/ws2spi.h (LPWSPSELECT): Correct typedef.
4769
4770 2004-08-10   Danny Smith  <dannysmith@users.sourceforge.net>
4771
4772         * include/wincrypt.h: Correct _WIN32_WINNT typo.
4773
4774 2004-08-10  Ed Schaller  <schallee@darkmist.net>
4775
4776         * include/wincrypt.h (MS_ENH_RSA_AES_PROV_A, MS_ENH_RSA_AES_PROV_W)
4777         (ALG_SID_AES_128, ALG_SID_AES_192, ALG_SID_AES_256, ALG_SID_AES 17)
4778         (CALG_AES_128, CALG_AES_192, CALG_AES_256, CALG_AES,PROV_RSA_AES):
4779         Add defines.
4780         (CALG_SHA1): Add define.
4781         (HP_HMAC_INFO): Add define.
4782         (HMAC_INFO): Add struct.
4783         (BLOBHEADER): Add typedef.
4784
4785 2004-07-26  Hartmut Honisch  <hhonisch@users.sourceforge.net>
4786
4787         * include/commctrl.h (TreeView_SetItemState): Define macro.
4788
4789 2004-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
4790
4791         * include/wingdi.h (CMYK): Correct macro. Group CMYK/RGB
4792         macros together.
4793
4794 2004-07-24  Brodie Thiesfield  <brofield@users.sourceforge.net>
4795
4796         * include/shlobj.h (FILEDESCRIPTOR): Unicode it.
4797         (FILEGROUPDESCRIPTOR): LIkewise.
4798
4799 2004-07-06  Corinna Vinschen  <corinna@vinschen.de>
4800
4801         * winbase.h (IsWow64Process): Add missing WINAPI qualifier.
4802
4803 2004-06-16  Danny Smith  <dannysmith@users.sourceforge.net>
4804
4805         * include/winnt.h (IMAGE_ORDINAL_FLAG): Map to ...
4806         (IMAGE_ORDINAL_FLAG{32,64}: New defines.
4807         (IMAGE_SNAP_BY_ORDINAL): Map to ...
4808         (IMAGE_SNAP_BY_ORDINAL{32,64}: New defines.
4809         (IMAGE_ORDINAL): Map to ...
4810         (IMAGE_ORDINAL{32,64}: New defines.
4811         (IMAGE_THUNK_DATA):  Map to ...
4812         (IMAGE_THUNK_DATA{32,64}: New structures.
4813         (IMAGE_THUNK_DATA): Map to ...
4814         (IMAGE_THUNK_DATA{32,64}: New structures.
4815         (IMAGE_IMPORT_DESCRIPTOR):  Map to ...
4816         (IMAGE_IMPORT_DESCRIPTOR{32,64}: New structures.
4817         (IMAGE_IMAGE_TLS_DIRECTORY)  Map to ...
4818         (IMAGE_IMAGE_TLS_DIRECTORY{32,64}: New structures.
4819
4820 2004-06-16  Bang Jun-Young  <junyoung@NetBSD.org>
4821
4822         * w32api/include/winnt.h (WAITORTIMERCALLBACKFUNC): Protect with
4823         _WIN32_WINNT >= 0x0500.
4824
4825 2004-06-05  Luke Dunstan  <infidel@users.sourceforge.net>
4826
4827         * include/winbase.h (GetWriteWatch): Correct prototype.
4828         (WRITE_WATCH_FLAG_RESET): Define.
4829         Thanks to Sergey Philippov <phis@users.sourceforge.net>.
4830
4831 2004-06-02  Rocher Laurent  <lrocher@users.sourceforge.net>
4832
4833         * include/commctrl.h (Animate_OpenEx): Define.
4834         (DateTime_GetSystemTime, DateTime_SetSystemTime): Correct names.
4835         (ListView_GetNumberOfWorkAreas): Correct macro.
4836         (ListView_SetUnicodeFormat, ListView_GetUnicodeFormat,
4837         ListView_SetItemCountEx, ListView_GetISearchString,
4838         TreeView_GetLastVisible, Header_CreateDragImage,
4839         Header_SetImageList, Header_GetImageList): Define.
4840         (LVM_SETUNICODEFORMAT, LVM_GETUNICODEFORMAT,
4841         MCM_GETUNICODEFORMAT, MCM_SETUNICODEFORMAT,
4842         TBSTATE_ELLIPSES): Define.
4843         (MonthCal_SetRange): Correct macro.
4844         (ImageList_Duplicate): Declare.
4845
4846 2004-05-29  Filip Navara  <xnavara@volny.cz>
4847
4848         * include/winnt.h (IMAGE_EXPORT_DIRECTORY): Fixed declaration.
4849
4850 2004-05-25  Al Slater  <al.slater@scluk.com>
4851
4852         * include/httpext.h (HSE_SEND_HEADER_EX_INFO,
4853         HSE_REQ_SEND_RESPONSE_HEADER_EX): Define.
4854
4855 2004-05-15  Filip Navara  <xnavara@volny.cz>
4856
4857         * include/ddk/kbdmou.h: New file.
4858         * lib/ddk/videoprt.def (VideoPortMapBankedMemory,
4859         VideoPortMapDmaMemory, VideoPortMapMemory): Correct suffix.
4860         * lib/ddk/ntoskrnl.def (_snprintf, _snwprintf, _vsnprintf,
4861         _vsnwprintf, sprintf, swprintf): Export.
4862
4863 2004-05-15  Filip Navara  <xnavara@volny.cz>
4864
4865         * include/ddk/ntddk.h: Don't set 4-byte alignment on included
4866         headers.
4867
4868 2004-05-07  Danny Smith  <dannysmith@users.sourceforge.net>
4869
4870         * include/wingdi.h: Correct non-unicode typedefs of
4871         ENUMLOGFONTEXDV, PENUMLOGFONTEXDV, LPENUMLOGFONTEXDV.
4872
4873 2004-05-07  Pascal Obry  <obry@act-europe.fr>
4874
4875         * include/winsock.h (IN_CLASSA): Fix macro.
4876         * include/winsock2.h (IN_CLASSA): Fix macro.
4877
4878 2004-04-29  Bart Oldeman  <bartoldeman@users.sourceforge.net>
4879
4880         * include/objbase.h (STGOPTIONS): Correct pwcsTemplateFile type.
4881         * include/aclui.h: Remove '\r', throughout.
4882         * include/msacm.h: Likewise.
4883         * lib/aclui.def: Likewise.
4884
4885 2004-04-28  Luke Dunstan  <infidel@users.sourceforge.net>
4886
4887         * lib/comctl32.def (SetWindowSubclass): Add stub.
4888         Thanks to Eugene <egladysh@users.sourceforge.net>.
4889
4890 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
4891
4892         * include/winbase.h (EXECUTION_STATE): Add typedef.
4893         (SetThreadExecutionState): Declare.
4894         * include/wingdi.h (_WINGDI_): Define.
4895         * include/objbase.h (_OBJBASE_H_): Define.
4896
4897 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
4898
4899         * include/winuser.h (SM_IMMENABLED, SM_CXFOCUSBORDER,
4900         SM_CYFOCUSBORDER, SM_TABLETPC, SM_MEDIACENTER): Add defines.
4901         (SM_CMETRICS): Adjust value.
4902         * include/winnt.h (PROCESSOR_ARCHITECTURE_MSIL): Correct define.
4903         (PROCESSOR_ARCHITECTURE_AMD64, PROCESSOR_ARCHITECTURE_IA32_ON_WIN64):
4904         Add defines.
4905         Thanks to Benoit Blanchon <bblanchon@users.sourceforge.net>
4906
4907 2004-04-24  Justin Forest  <vhex@users.sourceforge.net>
4908
4909         * include/winsock2.h (LUP_DEEP, LUP_CONTAINERS,
4910         LUP_NOCONTAINERS, LUP_NEAREST, LUP_RETURN_NAME,
4911         LUP_RETURN_TYPE, LUP_RETURN_VERSION, LUP_RETURN_COMMENT,
4912         LUP_RETURN_ADDR, LUP_RETURN_BLOB, LUP_RETURN_ALIASES,
4913         LUP_RETURN_QUERY_STRING, LUP_RETURN_ALL, LUP_RES_SERVICE,
4914         LUP_FLUSHCACHE, LUP_FLUSHPREVIOUS): Add defines.
4915
4916 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
4917
4918         * include/windns.h (DNSREC_QUESTION, DNSREC_ANSWER, DNSREC_AUTHORITY,
4919         DNSREC_ADDITIONAL): Add defines.
4920
4921 2004-04-23  Robert Wruck  <wruck@tweerlei.de>
4922
4923         * include/commctrl.h (LPNMLVDISPINFO): Add defines.
4924
4925 2004-04-23  Robert Wruck  <wruck@tweerlei.de>
4926
4927         * include/aclui.h: New file.
4928         * lib/aclui.def: New file.
4929         * lib/test.c: Add aclui.h to includes.
4930
4931 2004-04-21  Danny Smith  <dannysmith@users.sourceforge.net>
4932
4933         * include/winuser.h (SPI_GETACTIVEWINDOWTRACKING,
4934         SPI_GETACTIVEWNDTRKZORDER, SPI_SETACTIVEWINDOWTRACKING,
4935         SPI_SETACTIVEWNDTRKZORDER): Remove duplicate defines.
4936
4937 2004-04-20  Christopher Faylor  <cgf@alum.bu.edu>
4938
4939         * include/wingdi.h: Protect non-unicode case of below.
4940
4941 2004-04-20  Christopher Faylor  <cgf@alum.bu.edu>
4942
4943         * include/wingdi.h: Protect use of ENUMLOGFONTEXDV, PENUMLOGFONTEXDV,
4944         LPENUMLOGFONTEXDV with appropriate version check.
4945
4946 2004-04-18  Hans Leidekker  <hans@it.vu.nl>
4947
4948         * lib/directx/dxguid.c (CLSID_DirectSoundPrivate,
4949         DSPROPSETID_DirectSoundDevice): Add defines.
4950
4951 2004-04-20  Adrian Sandor  <aditsu@users.sourceforge.net>
4952
4953         * include/msacm.h: New file.
4954
4955 2004-01-09  Stuart Cunningham  <stuart_hc@users.sourceforge.net>
4956
4957         * include/objbase.h (STGFMT): Declare enum.
4958         (STGOPTIONS): Declare structure.
4959         (StgCreateStorageEx, StgOpenStorageEx): Declare.
4960         (STGOPTIONS_VERSION): Define.
4961         * lib/ole32.def (StgCreateStorageEx, StgOpenStorageEx): Add stubs.
4962
4963 2004-04-13  Filip Navara  <xnavara@volny.cz>
4964
4965         * include/winuser.h (IS_INTRESOURCE, MB_CANCELTRYCONTINUE,
4966         WM_NCXBUTTONDOWN, WM_NCXBUTTONUP, WM_NCXBUTTONDBLCLK,
4967         WM_XBUTTONDOWN, WM_XBUTTONUP, WM_XBUTTONDBLCLK,
4968         DCX_INTERSECTUPDATE, MK_XBUTTON1, MK_XBUTTON2,
4969         HELP_SETWINPOS): Define.
4970         (WM_MOUSELAST): Different value for _WIN32_WINNT >= 0x0500.
4971         (SPI_*): Add new definitions for WINVER >= 0x500.
4972         (CallMsgFilter[AW], SetWindowsHookA): Correct prototype.
4973         (InternalGetWindowText, SetWindowsHookW): Declare.
4974         * include/winbase.h (InitializeSListHead): Avoid conflicting
4975         definition with DDK headers.
4976
4977 2004-04-13  Gé van Geldorp  <gvg@reactos.com>
4978
4979         * include/winuser.h (GetLastError): Move from here...
4980         * include/winbase.h: ... to here.
4981
4982 2004-04-13  Filip Navara  <xnavara@volny.cz>
4983
4984         * include/winspool.h (DocumentPropertiesW): Correct prototype.
4985
4986 2004-04-13  Filip Navara  <xnavara@volny.cz>
4987
4988         * include/wingdi.h (ENHMETAHEADER): Add definitions for
4989         WINVER >= 0x400.
4990         (WCRANGE, GLYPHSET, LPPOLYTEXT[AW]): Declare.
4991         (ENUMLOGFONTEXW): Fix definition.
4992         (ENUMLOGFONTEXDV[AW]): Declare.
4993
4994 2004-04-13  Filip Navara  <xnavara@volny.cz>
4995
4996         * include/wingdi.h: Declare the DirectDraw structures only if
4997         the DirectDraw kernel mode headers aren't included.
4998         (EMFINFO): Declare.
4999         (EngStretchBlt, EngTextOut, FONTOBJ_cGetGlyphs,
5000         STROBJ_bEnumPositionsOnly): Correct prototypes.
5001
5002 2004-04-13  Filip Navara  <xnavara@volny.cz>
5003
5004         * include/objidl.h (PRPCOLEMESSAGE): Declare.
5005         * include/rpc.h (RPCRTAPI): Define.
5006         * include/rpcdce.h (RpcServerRegisterIf2): Declare.
5007         * include/rpcdcep.h (RPC_BLOCKING_FN, I_RpcSend): Declare.
5008         (RPC_BLOCKING_FUNCTION): Remove, replaced by RPC_BLOCKING_FN.
5009         (I_RpcBindingSetAsync): Correct prototype.
5010         * include/rpcndr.h (MIDL_STUB_MESSAGE): Rename 'Reserved' field
5011         to w2kReserved.
5012         (USER_MARSHAL_SIZING_ROUTINE, USER_MARSHAL_MARSHALLING_ROUTINE,
5013         USER_MARSHAL_UNMARSHALLING_ROUTINE, USER_MARSHAL_FREEING_ROUTINE,
5014         USER_MARSHAL_ROUTINE_QUADRUPLE, NDR_NOTIFY_ROUTINE, IDL_CS_CONVERT,
5015         CS_TYPE_NET_SIZE_ROUTINE, CS_TYPE_LOCAL_SIZE_ROUTINE,
5016         CS_TYPE_TO_NETCS_ROUTINE, CS_TYPE_FROM_NETCS_ROUTINE,
5017         CS_TAG_GETTING_ROUTINE, NDR_CS_SIZE_CONVERT_ROUTINES,
5018         NDR_CS_ROUTINES, NdrUserMarshalMarshall, NdrUserMarshalUnmarshall,
5019         NdrUserMarshalBufferSize, NdrUserMarshalMemorySize,
5020         NdrUserMarshalFree): Declare.
5021         (MIDL_STUB_DESC): Add new fields that were added in W2K.
5022         * include/rpcproxy.h (CStdStubBuffer): Ditto.
5023
5024 2004-04-13  Filip Navara  <xnavara@volny.cz>, David Welch  <welch@cwcom.net>
5025
5026         * include/ddk/ntapi.h (NtCurrentProcess, NtCurrentThread,
5027         LPC_MESSAGE_BASE_SIZE): Define.
5028         * include/ddk/ntifs.h: Move the pack pragma under header inclusion.
5029
5030 2004-04-13  Filip Navara  <xnavara@volny.cz>
5031
5032         * include/commctrl.h (TB_MARKBUTTON, NMTBGETINFOTIP[AW]):
5033         Declare.
5034
5035 2004-04-18  Allan Bazinet  <bazineta@users.sourceforge.net>
5036
5037         * include/winuser.h (MONITORINFOEX[AW]): Change to be derived from
5038         MONITORINFO when compiling as C++.
5039
5040 2004-04-17  Luke Dunstan  <infidel@users.sourceforge.net>
5041
5042         * README.w32api: List separate copyright conditions for some headers.
5043         * include/(winsock2.h, wsipx.h): Minor change to copyright header.
5044
5045 2004-04-15  Danny Smith  <dannysmith@users.sourceforge.net>
5046
5047         * include/wingdi.h (RGB): Correct macro.
5048
5049 2004-04-14  Robert Wruck  <rwruck@users.sourceforge.net>
5050
5051         * include/ddk/winddk.h (RtlEqualLuid): Correct macro.
5052
5053 2004-04-06  Luke Dunstan  <infidel@users.sourceforge.net>
5054
5055         * include/ocidl.h (QACONTAINERFLAGS): Correct typedef.
5056
5057 2004-03-29  Danny Smith  <dannysmith@users.sourceforge.net>
5058
5059         * lib/Makefile.in: Add directx to .PHONY target.
5060         * lib/directx/dxerr.c: Remove dependence on mingw runtime.
5061         Don't include stdio.h or tchar.h.
5062         Replace _T() macro with TEXT() macro, throughout.
5063         Replace _stprintf with wsprintf, throughout.
5064
5065 2004-03-27  Hosaka Yuji  <hos@tamanegi.org>
5066
5067         * include/dbt.h (DBT_DEVTYP_DEVICEINTERFACE, DBT_DEVTYP_HANDLE):
5068         Add define.
5069         (DEV_BROADCAST_DEVICEINTERFACE, DEV_BROADCAST_HANDLE): Add struct.
5070         * include/winuser.h (UnregisterDeviceNotification): Add prototype.
5071         * lib/user32.def (UnregisterDeviceNotification): Add export stub.
5072
5073 2004-03-27  Filip Navara  <xnavara@volny.cz>
5074
5075         * include/directx: New subdir.
5076         * lib/directx: Ditto.
5077         * include/directx/(d3d9.h, d3d9caps.h, d3d9types.h, dxerr8.h,
5078         dxerr9.h): New files.
5079         * lib/directx/(Makefile.in, d3d8.def, d3d9.def, d3dim.def, d3drm.def,
5080         d3dx8d.def, d3dx9d.def, d3dxof.def, ddraw.def, dinput.def,
5081         dinput_joy.c, dinput_joy2.c, dinput_kbd.c, dinput_mouse.c,
5082         dinput_mouse2.c, dinput_private.h, dinput8.def, dmoguids.c, dplayx.def,
5083         dpnaddr.def, dpnet.def, dpnlobby.def, dpvoice.def, dsetup.def,
5084         dsound.def, dxerr.c, dxerr8.c, dxerr8w.c, dxerr9.c, dxerr9w.c,
5085         dxguid.c, ksproxy.def, ksuser.c, ksuser.def, msdmo.def, quartz.def,
5086         strmiids.c, test.c): Ditto.
5087         * lib/(d3dim.def, d3drm.def, d3dxof.def, ddraw.def, dinput.c,
5088         dinput.def, dplayx.def, dsetup.def, dsound.def, dxguid.c): Removed.
5089
5090 2004-03-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5091
5092         * include/GL/glu.h (GLU_AUTO_LOAD_MATRIX, GLU_CULLING,
5093         GLU_SAMPLING_TOLERANCE, GLU_DISPLAY_MODE, GLU_PARAMETRIC_TOLERANCE,
5094         GLU_SAMPLING_METHOD, GLU_U_STEP, GLU_V_STEP): Define.
5095
5096 2004-03-24  Filip Navara  <xnavara@volny.cz>
5097
5098         * include/commctrl.h (TB_GETSTRING[AW]): Add defines.
5099         (RBBS_HIDETITLE, RBBS_TOPALIGN): Ditto.
5100
5101 2004-03-24  Filip Navara  <xnavara@volny.cz>
5102
5103         * include/ddk/srb.h (_PORT_CONFIGURATION_INFORMATION):  Rename
5104         TaggedQueueing to TaggedQueuing.
5105         (_HW_INITIALIZATION_DATA): Likewise.
5106
5107 2004-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
5108
5109         * include/docobj.h (IOleDocumentView::GetDocument): Correct
5110         prototype.
5111         Thanks to Buster Copley  <consequent@users.sourceforge.net>
5112
5113 2004-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
5114
5115         * lib/ddk/ntoskrnl.def (MmAllocatePagesForMdl): Correct suffix.
5116         (MmMapIoSpace): Likewise.
5117         Thanks to Dan Aloni  <da-x@colinux.org>
5118
5119 2004-03-16  Martin Fuchs  <martin-fuchs@gmx.net>
5120
5121         * include/shellapi.h (NIM_* NIS_*): Define constants for
5122         notification icons with _WIN32_IE >= 0x0500.
5123         (NOTIFYICONDATA): Add new structure members for notification
5124         icons with _WIN32_IE >= 0x0500.
5125
5126 2004-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
5127
5128         *include/wininet.h (CACHEGROUP_SEARCH_ALL, CACHEGROUP_SEARCH_BYURL):
5129         Add defines.
5130         (INTERNET_CACHE_GROUP_ADD, INTERNET_CACHE_GROUP_REMOVE): Add defines.
5131         (GROUPID) Add typedef.
5132         (INTERNET_CACHE_GROUP_INFO[AW]): Define structures.
5133         (CreateUrlCacheGroup): Add prototype.
5134         (DeleteUrlCacheGroup): Add prototype.
5135         (FindFirstUrlCacheGroup): Add prototype.
5136         (FindNextUrlCacheGroup): Add prototype.
5137         (GetUrlCacheGroupAttribute[AW]): Add prototypes.
5138         (SetUrlCacheGroupAttribute[AW]): Add prototypes.
5139
5140 2004-03-10  Al Slater  <al.slater@scluk.com>
5141
5142         * include/winsock2.h: Add missing LPFN_ typdefs for
5143         function pointers.
5144         Clean up whitespace.
5145
5146 2004-03-05  Filip Navara  <xnavara@volny.cz>
5147
5148         * include/ddk/scsi.h: Replace assert with ASSERT.
5149         * include/ddk/video.h: Ditto.
5150         * include/ddk/winddk.h: Ditto. Remove the assert macro.
5151         * include/ddk/tdi.h: Correct packing.
5152
5153 2004-03-04  Danny Smith  <dannysmith@users.sourceforge.net>
5154
5155         * include/wtypes.h (DECIMAL_SETZERO): Add definition for
5156         NONAMELESSUNION case.
5157
5158 2004-03-03  Martin Fuchs  <martin-fuchs@gmx.net>
5159
5160         * include/oleauto.h (V_UNION, V_VT, V_DECIMAL): Use
5161         __VARIANT_NAME_ constants.
5162
5163 2004-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
5164
5165         * include/uxtheme.h: Include <commctrl.h>
5166
5167 2004-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
5168
5169         * include/basetyps.h (GUID_SECT): Define to nothing for GCC >= 2.95.
5170
5171 2004-03-02  Martin Fuchs  <martin-fuchs@gmx.net>
5172
5173         * include/oleauto.h (VAR_VALIDDATE, VAR_FORMAT_NOSUBSTITUTE,
5174         VAR_FOURDIGITYEARS): Define new constants. Group VAR_*  defines
5175         together.
5176         (V_UI2, V_UI4, V_UI4REF, V_UI, V_UI8REF): Define macros.
5177         (V_I8, V_I8REF): Correct macros.
5178         (V_DECIMAL): Correct macro definitions.
5179         (V_INT_PTR, V_UINT_PTR, V_INT_PTRREF, V_UINT_PTRREF): Define
5180         constants.
5181         (VTBIT_*): Define constants.
5182         (UDATE): Add structure definition.
5183         (VarDateFromUdate, VarDateFromUdateEx, VarUdateFromDate): Declare
5184         functions.
5185         (SafeArrayCreateVector): Correct parameter type from UINT to ULONG
5186         (SafeArrayCreateVectorEx): Declare function.
5187         (Var*): declare VARIANT manipulation functions.
5188         * include/ocidl.h (IPicture_*): Define IPicture COBJ macros.
5189         * include/oaidl.h (IRecordInfo_*): Define IRecordInfo COBJ
5190         macros.
5191
5192 2004-03-01  Martin Fuchs  <martin-fuchs@gmx.net>
5193
5194         * include/oaidl.h (FADF_*): Define missing constants.
5195         (IDispatch_*): Define COBJ macros.
5196         (VARIANT): Add missing union members llVal and ullVal.
5197         (wireVARIANT): Likewise.
5198         (ITypeinfo_*): Define COBJ macros.
5199         * include/oleauto.h (Var*FromDisp): Correct parameter type from
5200         LPDISPATCH* to LPDISPATCH.
5201         (VARCMP_*, VAR_LOCALBOOL, LOCALE_USE_NLS, VARIANT_*,
5202         VAR_CALENDAR_*): Add missing constants.
5203         (SafeArray[Get/Set]*): Add prototypes.
5204         (Var*From*):  Add missing prototypes.
5205         (NUMPRS_*): Add defines.
5206         (NUMPARSE): Define structure.
5207         (VarParseNumFromStr,VarNumFromParseNum): Add prototypes.
5208         * include/winerror.h (DISP_E_DIVBYZERO): Define constant.
5209         * include/winuser.h (COLOR_*): Define missing constants.
5210         * include/wtypes.h (enum VARENUM): Add VT_INT_PTR, VT_UINT_PTR.
5211         (VT_INT_PTR, VT_UINT_PTR): Remove macro definitions.
5212
5213 2004-02-23  Filip Navara  <xnavara@volny.cz>
5214
5215         * include/ddk/video.h: Corrected packing.
5216
5217 2004-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
5218
5219         * include/GL/glu.h (GLU_ERROR): Define.
5220         Thanks to Philip Lamb  <phil at rave dot co dot nz>
5221
5222 2004-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
5223
5224         * include/GL/glu.h: Include <stddef.h>.
5225         Thanks to Greg Couch <gregcouch@users.sourceforge.net>
5226
5227 2004-02-15  Earnie Boyd  <earnie@users.sf.net>
5228
5229         * include/w32api.h: Increment version to 3.0.
5230         * Makefile.in: Ditto.
5231         * README.win32api: Modify license to Public Domain per agreement as
5232         found in the mingw-dvlpr list archive.
5233
5234 2004-02-13  Earnie Boyd  <earnie@users.sourceforge.net>
5235
5236         * include/ddk/winddk.h (DIRECTORY_QUERY): Add define.
5237         (DIRECTORY_TRAVERSE): Ditto.
5238         (DIRECTORY_CREATE_OBJECT): Ditto.
5239         (DIRECTORY_CREATE_SUBDIRECTORY): Ditto.
5240         (DIRECTORY_ALL_ACCESS): Ditto.
5241         Thanks to Konstantin Stepaniuk <skostia@users.sourceforge.net>
5242
5243 2004-02-12  Danny Smith  <dannysmith@users.sourceforge.net>
5244
5245         * include/basetypes.h (_REFIID_DEFINED): Correct typo.
5246
5247         * include/winuser.h (NCCALCSIZE_PARAMS): Define structure.
5248         Thanks to Mike Nordell <tamlin at algonet dot se>.
5249
5250 2004-02-11  Danny Smith  <dannysmith@users.sourceforge.net>
5251
5252         * lib/dnsapi.def: New file.
5253         * lib/test.c: Include windns.h.
5254
5255 2004-02-11  Pierre A. Humblet  <Pierre.Humblet@ieee.org>
5256
5257         * include/windns.h: New file.
5258
5259 2004-02-11  Danny Smith  <dannysmith@users.sourceforge.net>
5260
5261         * include/sqlucode.h (SQLGetStmtAttr[AW]): Remove duplicate
5262         defines.
5263         (SQLSetStmtAttr[AW]): Move into ODBCVER >= 0x0300 block.
5264         (SQLSetDescFieldW): Correct prototype.
5265         (SQLSetDescFieldA): Add prototype.
5266         (SQLGetDescFieldW): Add prototype.
5267
5268 2004-02-11  Pat Thoyts  <patthoyts@users.sourceforge.net>
5269
5270         * include/winuser.h (DFC_POPUPMENU): Add define.
5271
5272 2004-02-07  Dan Aloni  <da-x@gmx.net>
5273
5274         * lib/ddk/ntoskrnl.def (KeSetTimer,KeSetTimerEx): Correct
5275         suffix.
5276
5277 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
5278
5279         * include/oleacc.h (LIBID_Accessibility): Declare.
5280         * lib/uuid.c (LIBID_Accessibility): Define.
5281
5282 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
5283
5284         * include/winioctl.h (NTFS_VOLUME_DATA_BUFFER): Add structure.
5285         (FSCTL_GET_NTFS_VOLUME_DATA): Add macro.
5286
5287 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
5288
5289         * include/commctrl.h (ICC_STANDARD_CLASSES, ICC_LINK_CLASS): Add
5290         defines.
5291
5292 2004-01-31  Jiri Malak  <Jiri.Malak@geac.cz>
5293
5294         * include/winuser.h (RT_MANIFEST): Make conditional on
5295         RC_INVOKED.
5296         (CREATEPROCESS_MANIFEST_RESOURCE_ID,
5297         ISOLATIONAWARE_MANIFEST_RESOURCE_ID,
5298         ISOLATIONAWARE_NOSTATICIMPORT_MANIFEST_RESOURCE_ID): Add
5299         defines.
5300
5301 2004-01-16 Martin Fuchs  <martin-fuchs@gmx.net>
5302
5303         * include/shlobj.h (SHGDN_INCLUDE_NONFILESYS): Add define.
5304
5305 2004-01-15  Filip Navara  <xnavara@volny.cz>
5306
5307         * include/ddk/mcd.h: Don't care about value of DBG define.
5308         * include/ddk/srb.h: Ditto.
5309         * include/ddk/storport.h: Ditto.
5310         * include/ddk/video.h: Ditto.
5311         * include/nspapi.h (SetServiceW, GetAddressByNameA,
5312         GetAddressByNameW): Correct protoype.
5313         * include/ntsecapi.h (PCUNICODE_STRING): Define.
5314
5315 2004-01-05  Filip Navara  <xnavara@volny.cz>
5316
5317         * include/prsht.h (LPCPROPSHEETPAGEW): Fix definition.
5318         * include/shlwapi.h (SHRegQueryInfoUSKey[AW]): Fix prototype.
5319         * include/cpl.h (CPL_STARTWPARMS[AW]): Correct.
5320         * include/shellapi.h (ABS_AUTOHIDE, ABS_ALWAYSONTOP,
5321         SEE_MASK_NO_CONSOLE, SEE_MASK_ASYNCOK, SEE_MASK_HMONITOR,
5322         FOF_NOCOPYSECURITYATTRIBS): Add defines.
5323         * include/shlobj.h (BFFM_SETOKTEXT, BFFM_SETEXPANDED,
5324         CSIDL_FLAG_DONT_VERIFY, CSIDL_FLAG_CREATE, CSIDL_FLAG_MASK,
5325         CFSTR_INETURL[AW], SHGDN_FOREDITING, SHGDN_FORADDRESSBAR,
5326         SSF_*): Add defines.
5327         (SHCNF_PATH[AW], SHCNF_PRINTER[AW], CFSTR_FILENAME[AW],
5328         CFSTR_FILENAMEMAP[AW], CFSTR_FILEDESCRIPTOR[AW], CFSTR_SHELLURL,
5329         CMDSTR_NEWFOLDER[AW], CMDSTR_VIEWLIST[AW], CMDSTR_VIEWDETAILS[AW]):
5330         Correct.
5331         (IEnumIDList): Add COBJMACROS.
5332         * include/winuser.h (MIM_*): Add define.
5333
5334 2004-01-04  Filip Navara  <xnavara@volny.cz>
5335
5336         * include/shlguid.h (IID_IPersistFolder2, IID_IPersistFolder3,
5337         IID_IShellFolder2, IID_IFileSystemBindData): Add declarations.
5338         * include/shlobj.h (EXTRASEARCH, SHCOLSTATEF, SHELLDETAILS,
5339         PERSIST_FOLDER_TARGET_INFO): Define structures.
5340         (IEnumExtraSearch, IShellFolder2, IFileSystemBindData,
5341         IPersistFolder2, IPersistFolder3): Add COM interface
5342         definitions.
5343         (IExtractIcon[AW], IShellLink[AW], IPersistFolder, IShellView,
5344         ICommDlgBrowser, IShellFolder2, IPersistFolder2, IPersistFolder3):
5345         Add COBJMACROS.
5346         (SHCreateDirectoryEx[AW], SHBindToParent): Add prototypes.
5347         * lib/shell32.c (IID_IPersistFolder2, IID_IPersistFolder3,
5348         IID_IShellFolder2, IID_IFileSystemBindData): Add definitions.
5349
5350 2004-01-03  Danny Smith  <dannysmith@users.sourceforge.net>
5351
5352         * include/mshtml.h (IHTMLDocument2): Correct write, writeln
5353         declarations.
5354         Thanks to: Rene Nyffenegger <renenyffenegger@users.sf.net>.
5355
5356 2004-01-03  Filip Navara  <xnavara@volny.cz>
5357
5358         * include/cguid.h (CLSID_StdGlobalInterfaceTable): Declare IID.
5359         * include/oaidl.h (ITypeLib2, ITypeInfo2): Define interfaces,
5360         declare IID's.
5361         (IErrorInfo): Add COBJMACROS.
5362         * include/objbase.h (STGM_NOSNAPSHOT): Add define.
5363         (CoGetPSClsid): Add protototype,
5364         (CoRegisterPSClsid): Likewise.
5365         * include/objidl.h (IMarshal): Correct methods.
5366         (IMallocSpy): Likewise,
5367         (LPPSFACTORYBUFFER): Add typedef.
5368         (IGlobalInterfaceTable): Define interface and COBJMACROS. Declare
5369         IID.
5370         (IStorage_CreateStorage, IRpcStubBuffer_Invoke): Fix macros.
5371         * include/ocidl.h (PROPBAG2_TYPE): Define enum.
5372         (PROPBAG2, QACONTAINERFLAGS, QACONTAINER, QACONTROL): Define
5373         structures.
5374         (IPropertyBag2, IPersistPropertyBag2,IAdviseSinkEx, IPointerInactive,
5375         IOleUndoUnit, IOleParentUndoUnit, IEnumOleUndoUnits, IOleUndoManager,
5376         IQuickActivate): Define interfaces. Declare IID's.
5377         (IPersistPropertyBag2): Add COBJMACROS.
5378         (LPOLEUNDOMANAGER): Add typedef.
5379         (LPPROPERTYBAG2): Likewise.
5380         * include/oleidl.h (LPPARSEDISPLAYNAME): Fix definiton.
5381         (BINDSPEED): Add definition.
5382         (IParseDisplayName, IOleItemContainer, IOleObject, IDropSource,
5383         IDropTarget): Add COBJMACROS.
5384         * include/wtypes.h (MEMCTX, MSHCTX): Fix enum.
5385         * include/winerror.h (CO_S_NOTALLINTERFACES): Add define.
5386         * lib/uuid.c (IID_IGlobalInterfaceTable, IID_IOleUndoManager,
5387         IID_IPersistPropertyBag2, IID_IPropertyBag2, IID_IRpcProxyBuffer):
5388         Add IID definitions.
5389
5390 2004-01-02  Filip Navara  <xnavara@volny.cz>
5391
5392         * include/ddk/winddk.h: Don't care about value of
5393         DBG define.
5394
5395 2004-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
5396             Filip Navara  <xnavara@volny.cz>
5397
5398         * include/ddk/winddk.h (_DDK_DUMMYUNION_MEMBER,
5399         _DDK_DUMMYUNION_N_MEMBER): New macros.
5400         (ExAllocateFromPagedLookasideList,ExFreeToPagedLookasideList,
5401         ExAllocateFromNPagedLookasideList, ExFreeToNPagedLookasideList):
5402         Use them.
5403
5404 2004-01-01  Filip Navara  <xnavara@volny.cz>
5405
5406         * include/objbase.h: Don't care about value of DBG define.
5407         * include/objidl.h: Add some COBJMACROS.
5408         * include/ocidl.h: Ditto.
5409         * include/oleidl.h: Ditto.
5410         * include/servprov.h: Ditto.
5411         * include/shlobj.h: Ditto.
5412         * include/shlobj.h (IContextMenu2): Correct parent in
5413         DECLARE_INTERFACE.
5414         * include/oleidl.h (IOleCache, IOleCache2, IOleCacheControl):
5415         Define interfaces.
5416         * include/setupapi.h (SetupGetLineTextA): Correct prototype.
5417         Add new constants for _SETUPAPI_VER >= 0x501.
5418
5419 2004-01-01  Filip Navara  <xnavara@volny.cz>
5420
5421         * include/winnt.h (NtCurrentTeb): Add inline definition.
5422
5423 2004-01-01  Martin Fuchs  <martin-fuchs@gmx.net>
5424
5425         * include/shlobj.h (SHCoCreateInstance): Add prototype.
5426         * lib/shell32.def (SHCoCreateInstance): Add export stub.
5427
5428 2004-01-01  Igor Pechtchanski  <pechtcha@cs.nyu.edu>
5429
5430         * lib/setupapi.def (CM_Request_Device_Eject[AW]): Add export.
5431         (CM_Request_Device_Eject_Ex[AW]): Likwise.
5432         * include/ddk/cfg.h (DN_*): Add defines.
5433
5434 2004-01-01  Danny Smith  <dannysmith@users.sourceforge.net>
5435
5436         * lib/ddk/cfgmgr32.def: Remove duplicate symbol names.
5437
5438 2004-01-01  Mattia Barbon  <mbarbon@users.sourceforge.net>
5439
5440         * include/commctrl.h (TVN_GETINFOTIP): Add UNICODE mappings.
5441         (NMTVGETINFOTIP): Add structure.
5442
5443 2003-12-08  Danny Smith  <dannysmith@users.sourceforge.net>
5444
5445         * include/winuser.h (DISPLAY_DEVICE_*): Remove defines.
5446         * include/wingdi.h (DISPLAY_DEVICE_REMOVABLE,
5447         DISPLAY_DEVICE_MODESPRUNED): Add defines.
5448
5449 2003-12-08  Hartmut Honisch  <hhonisch@users.sourceforge.net>
5450
5451         * include/commctrl.h (ListView_Get_State, ListView_Check_State):
5452         Add macros.
5453         * include/wingdi.h  (DISPLAY_DEVICE_*): Add multi-monitor
5454         constants.
5455         * include/shlobj.h (SHCOLUMNINIT): Add structure.
5456         (SHCOLUMNDAT): Likwise.
5457         (SHCOLUMNID): Likewise.
5458         (SHCOLUMNINFO): Likewise.
5459         (SHCOLSTATE): Add enum.
5460         (IColumnProvider): Add COM interface.
5461         (IQueryInfo): Likewise.
5462         (IShellIconOverlayIdentifier): Likewise.
5463         * include/shlguid.h (IID_IColumnProvider) Declare.
5464         (IID_IQueryInfo): Likweise.
5465         (IID_IShellIconOverlayIdentifier): Likwise.
5466         * lib/shell32.c (IID_IColumnProvider) Define.
5467         (IID_IQueryInfo): Likweise.
5468         (IID_IShellIconOverlayIdentifier): Likwise.
5469
5470 2003-12-08  Roald Ribe  <rrib@users.sourceforge.net>
5471
5472         * include/winuser.h (RT_MANIFEST): Add define.
5473
5474 2003-12-08  Pascal Buhler  <pbuhler@users.sourceforge.net>
5475
5476         * include/oleidl.h (IViewObject2): Inherit from IViewObject.
5477
5478 2003-12-01  Danny Smith  <dannysmith@users.sourceforge.net>
5479
5480         * include/winnt.h (GetCurrentFiber): Remove duplicate prototype.
5481         (GetFiberData): Likewise.
5482         (GetCurrentFiber): Change volatile to __volatile__.
5483         (GetFiberData): Likewise.
5484
5485 2003-11-27  Christopher Faylor  <cgf@redhat.com>
5486
5487         * lib/Makefile.in: Use make function to locate .mri file to allow
5488         building in directory other than source directory.
5489
5490 2003-11-27  Danny Smith  <dannysmith@users.sourceforge.net>
5491
5492         * lib/vfw32.def: Remove, replacing with ...
5493         * lib/msvfw32.def: New file.
5494         * lib/avicap32.def: New file.
5495         * lib/avifil32.def: New file.
5496         * lib/vfw32.mri: New file.
5497         * Makefile.in: (MRI_FILES, MIMPLIBS): New vars for
5498         import libs with multiple dll's.
5499         (LIBS): Add MIMPLIBS.
5500         (DISTFILES): Add MRI_FILES.
5501         (libvfw32.a): Build using mri script.
5502
5503 2003-11-23  Danny Smith  <dannysmith@users.sourceforge.net>
5504
5505         * include/winnt.h (PAGE_*): Group defines together. Change
5506         constants to hex notation.
5507
5508 2003-11-15  Manu B  <manubee@users.sourceforge.net>
5509
5510         * include/commctrl.h (TabCtrl_GetImageList): Add macro.
5511
5512 2003-11-13 Martin Fuchs  <martin-fuchs@gmx.net>
5513
5514         * include/shlobj.h (ILAppendID, ILClone, ILCloneFirst, ILCombine,
5515         ILFindChild, ILFindLastID, ILFree, ILGetNext, ILGetSize, ILIsEqual,
5516         ILIsParent, ILLoadFromStream, ILRemoveLastID, ILSaveToStream):
5517         Add prototypes.
5518         * lib/shell32.def: Add stubs.
5519
5520         * include/commctrl.h (ListView_FindItem): Add type cast to avoid
5521         compiler warnings.
5522
5523 2003-11-13  Hans Leidekker  <hans@it.vu.nl>
5524
5525         * include/winbase.h (WIN32_STREAM_ID): Correct typedef.
5526
5527 2003-10-13  Andre Auzi  <aauzi@users.sourceforge.net>
5528
5529         * include/windows.h (CopyCursor): Define as macro.
5530
5531 2003-10-13  Steven Edwards  <Steven_Ed4153@yahoo.com>
5532
5533         * include/winnt.h (CONTAINING_RECORD): Add macro.
5534
5535 2003-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
5536
5537         * include/winnt.h: (FILE_SUPERSEDED, FILE_OPENED, FILE_CREATED,
5538         FILE_OVERWRITTEN, FILE_EXISTS, FILE_DOES_NOT_EXIST): Remove
5539         defines.
5540
5541 2003-10-13  Filip Navara  <xnavara@volny.cz>
5542
5543         * include/commctrl.h (DSA_*): Add prototypes, typedefs and
5544         defines for Dynamic Storage Arrays.
5545         (DPA_*): Likewise, for Dynamic Pointer Arrays.
5546         (FlatSB_*, InitializeFlatSB, InitializeFlatSB): Add prototypes
5547         and defines for Flat ScrollBars.
5548         (SetWindowSubclass, GetWindowSubclass, RemoveWindowSubclass,
5549         DefSubclassProc): Add prototypes for subclassing.
5550         (DrawShadowText): Add prototype.
5551         (COMCTL32_VERSION): Define.
5552
5553 2003-10-13  Martin Fuchs  <Martin-Fuchs@gmx.net>
5554
5555         * include/shlobj.h (CFSTR_FILENAME, CFSTR_FILEDESCRIPTOR,
5556         CFSTR_FILENAMEMAP, CFSTR_SHELLURL): Correct UNICODE definitions.
5557
5558 2003-10-13  Pierre Humblet  <pierre.humblet@ieee.org>
5559
5560         * include/winnt.h (SM_REMOTESESSION): Add define.
5561         * include/winuser.h (SE_CREATE_GLOBAL_NAME): Ditto.
5562
5563 2003-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
5564
5565         * include/wincrypt (KP_IV, KP_SALT, KP_PADDING, KP_MODE,
5566         KP_MODE_BITS, KP_PERMISSIONS, KP_ALGID, KP_BLOCKLEN): Remove
5567         duplicate definitions.
5568         (KP_X, KP_Y): Correct typos.
5569
5570 2003-10-11  Manu B  <manubee@users.sourceforge.net>
5571
5572         * include/afxres.h: New file.
5573
5574         * include/richedit.h (ES_NOOLEDRAGDROP, ENM_DRAGDROPDONE,
5575         ENM_IMECHANGE, ENM_LANGCHANGE, ENM_OBJECTPOSITIONS,
5576         ENM_SCROLLEVENTS): Add constants.
5577
5578         * include/richedit.h (ES_SELECTIONBAR, ENM_LINK): Sort constants.
5579
5580 2003-10-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5581
5582         * include/errorep.h: New file.
5583
5584         * lib/faultrep.def: New file.
5585
5586 2003-10-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5587
5588         * include/winbase.h (AddVectoredExceptionHandler): Define if
5589         _WIN32_WINNT >= 0x0500.
5590
5591         * include/winnt.h (PVECTORED_EXCEPTION_HANDLER): Define if
5592         _WIN32_WINNT >= 0x0500.
5593
5594 2003-10-08  Corinna Vinschen  <corinna@vinschen.de>
5595
5596         * include/winbase.h (AddVectoredExceptionHandler): Only define if
5597         _WIN32_WINNT >= 0x0501.
5598
5599 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5600
5601         * include/winbase.h [_WIN32_WINNT >= 0x0500] (SetComputerNameEx[AW],
5602         UnregisterWaitEx): Add functions.
5603
5604         * include/winbase.h [_WIN32_WINNT >= 0x0500]
5605         (AddVectoredExceptionHandler, RemoveVectoredExceptionHandler): Add
5606         or guard function. The MSDN says it is available on Windows XP and
5607         better, and then it says it is declared for _WIN32_WINNT >= 0x0500.
5608         Huh?
5609
5610         * include/winbase.h [_WIN32_WINNT >= 0x0501] (AddRefActCtx,
5611         CreateActCtx[AW], SetFileShortName[AW], SetFileValidData,
5612         ZombifyActCtx, QueryActCtxW): Add functions.
5613
5614         * include/winbase.h [_WIN32_WINNT >= 0x0501]
5615         (QUERY_ACTCTX_FLAG_USE_ACTIVE_ACTCTX,
5616         QUERY_ACTCTX_FLAG_ACTCTX_IS_HMODULE,
5617         QUERY_ACTCTX_FLAG_ACTCTX_IS_ADDRESS): Add constants.
5618
5619         * include/winbase.h [_WIN32_WINNT >= 0x0502] (SetDllDirectory[AW],
5620         SetFirmwareEnvironmentVariable[AW]): Add functions.
5621
5622         * include/winnt.h [_WIN32_WINNT >= 0x0500] (VER_BUILDNUMBER,
5623         VER_MAJORVERSION, VER_MINORVERSION, VER_PLATFORMID,
5624         VER_SERVICEPACKMAJOR, VER_SERVICEPACKMINOR, VER_SUITENAME,
5625         VER_PRODUCT_TYPE, VER_EQUAL, VER_GREATER, VER_GREATER_EQUAL,
5626         VER_LESS, VER_LESS_EQUAL, VER_AND, VER_OR): Add constants.
5627
5628         * include/winnt.h [_WIN32_WINNT >= 0x0501]
5629         (PVECTORED_EXCEPTION_HANDLER): Add callback.
5630
5631         * include/winnt.h [_WIN32_WINNT >= 0x0501]
5632         (ACTIVATION_CONTEXT_INFO_CLASS,
5633         ACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION,
5634         ACTIVATION_CONTEXT_DETAILED_INFORMATION,
5635         ACTIVATION_CONTEXT_QUERY_INDEX, ASSEMBLY_FILE_DETAILED_INFORMATION):
5636         Add structures.
5637
5638         * lib/user32.def (AddRefActCtx, AddVectoredExceptionHandler,
5639         CreateActCtx[AW], SetComputerNameEx[AW], SetDllDirectory[AW],
5640         SetFileShortName[AW], SetFileValidData,
5641         SetFirmwareEnvironmentVariable[AW], UnregisterWaitEx,
5642         VerSetConditionMask, ZombifyActCtx, QueryActCtxW): Add functions.
5643
5644 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5645
5646         * include/winbase.h (GetWriteWatch, IsSystemResumeAutomatic,
5647         ResetWriteWatch): Add function.
5648
5649         * include/winbase.h [_WIN32_WINNT >= 0x0500]
5650         (GetSystemWindowsDirectory[AW], ProcessIdToSessionId, ReplaceFile[AW]):
5651         Add functions.
5652
5653         * include/winbase.h [_WIN32_WINNT >= 0x0501]
5654         (GetSystemWow64Directory[AW], HeapQueryInformation,
5655         HeapSetInformation, InitializeSListHead, InterlockedFlushSList,
5656         InterlockedPopEntrySList, InterlockedPushEntrySList, IsProcessInJob,
5657         IsWow64Process, QueryMemoryResourceNotification, ReleaseActCtx,
5658         RemoveVectoredExceptionHandler): Add functions.
5659
5660         * include/winnt.h [_WIN32_WINNT >= 0x0501] (HEAP_INFORMATION_CLASS):
5661         Add enumeration.
5662
5663         * include/winbase.h [_WIN32_WINNT >= 0x0502] (GetThreadIOPendingFlag):
5664         Add function.
5665
5666         * include/winbase.h [_WIN32_WINNT >= 0x0510] (RestoreLastError):
5667         Add function. The MSDN Magazine of June 2003 reads:
5668                 RestoreLastError is an enigma. It's code is identical to
5669                 SetLastError. It's unclear to me why it was made into a
5670                 separate API.
5671
5672         * lib/user32.def (GetSystemWindowsDirectory[AW],
5673         GetSystemWow64Directory[AW], GetThreadIOPendingFlag,
5674         HeapQueryInformation, HeapSetInformation, InitializeSListHead,
5675         InterlockedFlushSList, InterlockedPopEntrySList,
5676         InterlockedPushEntrySList, IsSystemResumeAutomatic, IsWow64Process,
5677         ProcessIdToSessionId, QueryMemoryResourceNotification, ReleaseActCtx,
5678         RemoveVectoredExceptionHandler, ReplaceFile[AW], ResetWriteWatch,
5679         RestoreLastError): Add functions.
5680
5681 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5682
5683         * include/winbase.h [_WIN32_WINNT >= 0x0500] (GetComputerNameEx[AW],
5684         GetProcessIoCounters): Add functions.
5685
5686         * include/winbase.h [_WIN32_WINNT >= 0x0500] (COMPUTER_NAME_FORMAT):
5687         Move around, needed by GetComputerNameEx.
5688
5689         * include/winbase.h [_WIN32_WINNT >= 0x0501] (FindActCtxSectionGuid,
5690         FindActCtxSectionString[AW], GetCurrentActCtx, GetNativeSystemInfo):
5691         Add functions.
5692
5693         * include/winbase.h [_WIN32_WINNT >= 0x0501]
5694         (ACTCTX_SECTION_KEYED_DATA): Add structure.
5695
5696         * include/winbase.h [_WIN32_WINNT >= 0x0502] (GetDllDirectory[AW],
5697         GetFirmwareEnvironmentVariable[AW], GetProcessHandleCount,
5698         GetProcessId, GetSystemRegistryQuota): Add functions, available on
5699         Windows XP SP1 and better.
5700
5701         * include/winnt.h [_WIN32_WINNT >= 0x0501]
5702         (ACTIVATION_CONTEXT_SECTION_ASSEMBLY_INFORMATION,
5703         ACTIVATION_CONTEXT_SECTION_DLL_REDIRECTION,
5704         ACTIVATION_CONTEXT_SECTION_WINDOW_CLASS_REDIRECTION,
5705         ACTIVATION_CONTEXT_SECTION_COM_SERVER_REDIRECTION,
5706         ACTIVATION_CONTEXT_SECTION_COM_INTERFACE_REDIRECTION,
5707         ACTIVATION_CONTEXT_SECTION_COM_TYPE_LIBRARY_REDIRECTION,
5708         ACTIVATION_CONTEXT_SECTION_COM_PROGID_REDIRECTION,
5709         ACTIVATION_CONTEXT_SECTION_CLR_SURROGATES): Add constants.
5710
5711         * lib/user32.def (FindActCtxSectionGuid, FindActCtxSectionString[AW],
5712         GetComputerNameEx[AW], GetCurrentActCtx, GetDllDirectory[AW],
5713         GetFirmwareEnvironmentVariable[AW], GetModuleHandleEx[AW],
5714         GetNativeSystemInfo, GetProcessHandleCount, GetProcessIoCounters):
5715         Add functions.
5716
5717 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5718
5719         * include/winbase.h [_WIN32_WINNT >= 0x0501]
5720         (CheckRemoteDebuggerPresent, DebugActiveProcessStop, DebugBreakProcess,
5721         DebugSetProcessKillOnExit): Add functions.
5722
5723         * include/winbase.h [_WIN32_WINNT >= 0x0500] (DeleteTimerQueue,
5724         DeleteTimerQueueEx, DeleteTimerQueueTimer,
5725         DnsHostnameToComputerName[AW]): Add functions.
5726
5727         * lib/user32.def (CheckRemoteDebuggerPresent, DebugActiveProcessStop,
5728         DebugBreakProcess, DebugSetProcessKillOnExit, DeleteTimerQueueEx,
5729         DeleteTimerQueueTimer, DnsHostnameToComputerName[AW]): Add functions.
5730
5731 2003-10-07  Kobun Fujimori  <kobun@users.sourceforge.net>
5732
5733         * include/winbase.h (GetVolumePathNamesForVolumeName): Available
5734         on Windows XP and later.
5735
5736 2003-10-07  Manu B  <manubee@users.sourceforge.net>
5737
5738         * include/commctrl.h (TreeView_Select): Returns BOOL.
5739
5740 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5741
5742         * include/winbase.h (CancelDeviceWakeupRequest): Add function.
5743
5744         * include/winbase.h [_WIN32_WINNT >= 0x0501]
5745         (CreateMemoryResourceNotification, DeactivateActCtx): Add functions.
5746
5747         * include/winbase.h [_WIN32_WINNT >= 0x0500] (CreateTimerQueue,
5748         CreateTimerQueueTimer): Add function.
5749
5750         * include/winbase.h [_WIN32_WINNT >= 0x0501]
5751         (MEMORY_RESOURCE_NOTIFICATION_TYPE): Add enumeration.
5752
5753         * include/winbase.h [_WIN32_WINNT >= 0x0501]
5754         (DEACTIVATE_ACTCTX_FLAG_FORCE_EARLY_DEACTIVATION): Add constant.
5755
5756         * include/winnt.h (WT_*): Add constants.
5757
5758         * lib/user32.def (CancelDeviceWakeupRequest,
5759         CreateMemoryResourceNotification, CreateTimerQueueTimer,
5760         DeactivateActCtx): Add functions.
5761
5762 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5763
5764         * include/winbase.h [_WIN32_WINNT >= 0x0400] (ConvertFiberToThread):
5765         Add function. Sometimes I don't understand MSDN. This function is
5766         available on Windows XP and Server 2003, but the SDK is supposed to
5767         make it available when _WIN32_WINNT >= 0x0400, or so says the MSDN.
5768         Mmmh...
5769
5770         * include/winbase.h [_WIN32_WINNT >= 0x0400] (CreateFiberEx):
5771         Guard function. Same remark as above.
5772
5773         * lib/user32.def (ConvertFiberToThread, CreateFiberEx):
5774         Add functions.
5775
5776 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5777
5778         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ACTCTX_FLAG_*):
5779         Add constants.
5780
5781         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ACTCTX[AW]): Add
5782         structures.
5783
5784         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ActivateActCtx): Add
5785         function. MSDN says the first argument is HACTCTX but I'm not sure
5786         where such a specialized handle is defined, so use HANDLE instead.
5787
5788         * include/winbase.h [_WIN32_WINNT >= 0x0501] (AttachConsole,
5789         CheckNameLegalDOS8Dot3[AW]): Add functions.
5790
5791         * lib/user32.def (ActivateActCtx, AttachConsole,
5792         CheckNameLegalDOS8Dot3[AW]): Add functions.
5793
5794         * lib/user32.def (AddLocalAlternateComputerName[AW]): Add functions.
5795         Unfortunately I don't know which header to put the declarations in.
5796
5797 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5798
5799         * include/winnls.h (CTRY_KYRGYZSTAN, CTRY_MALDIVES, CTRY_MONGOLIA):
5800         Add constants.
5801
5802         * include/winnls.h (NLS_FUNCTION, SYSGEOCLASS, SYSGEOTYPE): Add
5803         constants for National Language Support.
5804
5805         * include/winnls.h (NLSVERSIONINFO): Add structure for National
5806         Language Support.
5807
5808         * include/winnls.h (GEO_ENUMPROC): Add callback for National
5809         Language Support.
5810
5811         * include/winnls.h (EnumSystemGeoID, GetCalendarInfo[AW],
5812         GetGeoInfo[AW], GetUserGeoID, SetCalendarInfo[AW], SetUserGeoID):
5813         Add functions.
5814
5815         * include/winnls.h (IsNLSDefinedString, GetNLSVersion): Add
5816         functions. Strange... I am unable to find which library contains
5817         these functions. Can't find anything with pexports. Any clue?
5818
5819         * lib/user32.def (EnumSystemGeoID, GetGeoInfo[AW], GetUserGeoID,
5820         SetUserGeoID): Add functions.
5821
5822 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5823
5824         * include/winnt.h (LANG_KYRGYZ, LANG_MONGOLIAN, LANG_GALICIAN,
5825         LANG_SYRIAC, LANG_INVARIANT, SUBLANG_KASHMIRI_SASIA): Add constants.
5826
5827         * include/winnt.h (SUBLANG_AZERI_LATIN, SUBLANG_AZERI_CYRILLIC,
5828         SUBLANG_ENGLISH_ZIMBABWE, SUBLANG_ENGLISH_PHILIPPINES): Fix wrong
5829         value for constants.
5830
5831 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5832
5833         * include/wincrypt.h (SCHANNEL_MAC_KEY, SCHANNEL_ENC_KEY,
5834         INTERNATIONAL_USAGE, KP_SCHANNEL_ALG): Add constants. Specifying
5835         the algorithms.
5836
5837 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5838
5839         * include/wincrypt.h (CRYPT_FLAGS_*): Add constants. Protocol flags.
5840
5841 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5842
5843         * include/wincrypt.h (KP_*): Add constants. Needed by
5844         CryptSetKeyParam() and other functions.
5845
5846 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5847
5848         * include/winuser.h [_WIN32_WINNT >= 0x0501] (EVENT_*, CONSOLE_*):
5849         Add constants, related to Console Accessibility.
5850
5851 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5852
5853         * include/winuser.h [WINVER >= 0x0500] (EVENT_MAX): Ooops...
5854         wrong value for constant.
5855
5856 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5857
5858         * include/winuser.h [WINVER >= 0x0500] (EVENT_*): Add constants.
5859
5860         * include/uxtheme.h: Cleanup.
5861         * include/tmschema.h: Cleanup.
5862
5863 2003-10-02  Luke Dunstan  <infidel@users.sourceforge.net>
5864
5865         * include/winspool.h (GetDefaultPrinter[AW]): Add functions.
5866         * lib/winspool.def (GetDefaultPrinter[AW]): Add stubs.
5867
5868 2003-10-01  Danny Smith  <dannysmith@users.sourceforge.net>
5869
5870         * include/winnt.h (INVALID_FILE_ATTRIBUTES): Fix define.
5871
5872 2003-09-30  Danny Smith  <dannysmith@users.sourceforge.net>
5873
5874         * include/winuser.h (BSF_*, BSM_*):  Sync constants defined in
5875         both winuser.h and dbt.h.
5876         * include/dbt.h (BSF_*, BSM_*): Likewise.
5877
5878         * include/winuser.h (struct tagRAWINPUT): Remove
5879         _ANONYMOUS_UNION tag from named union.
5880         (struct tagRAWMOUSE): Add _ANONYMOUS_STRUCT to nameless struct.
5881
5882 2003-09-30  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5883
5884         * include/dhcpcdsk.h: New file.
5885         Note that MSDN is confused about whether it should start constant
5886         and structure names with DHCPCAPI or DHCPAPI. It's using both but
5887         experience suggests it's DHCPCAPI with `C'.
5888
5889         * lib/dhcpcsvc.def: New file.
5890
5891 2003-09-30  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5892
5893         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIM_INPUT,
5894         RIM_INPUTSINK): Add constants, for use by WM_INPUT notification.
5895
5896         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIDEV_REMOVE,
5897         RIDEV_EXCLUDE, RIDEV_PAGEONLY, RIDEV_NOLEGACY, RIDEV_INPUTSINK,
5898         RIDEV_CAPTUREMOUSE, RIDEV_NOHOTKEYS, RIDEV_APPKEYS): Add constants,
5899         for use in RAWINPUTDEVICE.
5900
5901         * include/winuser.h [_WIN32_WINNT >= 0x0501]
5902         (GetRawInputDeviceInfo[AW]): Ooops... there are
5903         ANSI/Unicode versions of this function.
5904
5905         * lib/user32.def (GetRawInputDeviceInfo[AW]): Ooops... there
5906         are ANSI/Unicode versions of this function.
5907
5908 2003-09-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5909
5910         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIM_TYPEMOUSE,
5911         RIM_TYPEKEYBOARD, RIM_TYPEHID, MOUSE_MOVE_RELATIVE,
5912         MOUSE_MOVE_ABSOLUTE, MOUSE_VIRTUAL_DESKTOP,
5913         MOUSE_ATTRIBUTES_CHANGED, RI_MOUSE_LEFT_BUTTON_DOWN,
5914         RI_MOUSE_LEFT_BUTTON_UP, RI_MOUSE_RIGHT_BUTTON_DOWN,
5915         RI_MOUSE_RIGHT_BUTTON_UP, RI_MOUSE_MIDDLE_BUTTON_DOWN,
5916         RI_MOUSE_MIDDLE_BUTTON_UP, RI_MOUSE_BUTTON_1_DOWNT_BUTTON_DOWN,
5917         RI_MOUSE_BUTTON_1_UP, RI_MOUSE_BUTTON_2_DOWNHT_BUTTON_DOWN,
5918         RI_MOUSE_BUTTON_2_UP, RI_MOUSE_BUTTON_3_DOWNDLE_BUTTON_DOWN,
5919         RI_MOUSE_BUTTON_3_UP, RI_MOUSE_BUTTON_4_DOWN,
5920         RI_MOUSE_BUTTON_4_UP, RI_MOUSE_BUTTON_5_DOWN,
5921         RI_MOUSE_BUTTON_5_UP, RI_MOUSE_WHEEL, KEYBOARD_OVERRUN_MAKE_CODE,
5922         RI_KEY_MAKE, RI_KEY_BREAK, RI_KEY_E0, RI_KEY_E1,
5923         RI_KEY_TERMSRV_SET_LED, RI_KEY_TERMSRV_SHADOW, RID_INPUT,
5924         RID_HEADER, RIDI_PREPARSEDDATA, RIDI_DEVICENAME,
5925         RIDI_DEVICEINFO): Add constants.
5926
5927         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RAWINPUTHEADER,
5928         RAWMOUSE, RAWKEYBOARD, RAWHID, RAWINPUT, RAWINPUTDEVICE,
5929         RAWINPUTDEVICELIST): Add structures.
5930
5931         * include/winuser.h [_WIN32_WINNT >= 0x0501] (DefRawInputProc,
5932         GetRawInputBuffer, GetRawInputData, GetRawInputDeviceInfo,
5933         GetRawInputDeviceList, GetRegisteredRawInputDevices): Add functions.
5934
5935         * lib/user32.def (DefRawInputProc, GetRawInputBuffer,
5936         GetRawInputData, GetRawInputDeviceInfo, GetRawInputDeviceList,
5937         GetRegisteredRawInputDevices): Add functions.
5938
5939 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5940
5941         * include/winable.h (BlockInput): Add function.
5942
5943         * include/winable.h (WS_ACTIVECAPTION): Add constant.
5944         For use with WINDOWINFO structure.
5945
5946         * include/winuser.h [_WIN32_WINNT >= 0x0500] (LockWorkStation):
5947         Add function.
5948
5949         * include/winuser.h [_WIN32_WINNT >= 0x0501] (IsWinEventHookInstalled):
5950         Add function.
5951
5952         * include/winuser.h [WINVER >= 0x0500] (UnhookWinEvent):
5953         Add function...
5954
5955         * include/winable.h [WINVER < 0x0500] (UnhookWinEvent):
5956         ...and duplicate.
5957
5958         * include/winuser.h [_WIN32_WINNT >= 0x0403] (SendInput):
5959         Guard function...
5960
5961         * include/winable.h [_WIN32_WINNT < 0x0403] (SendInput):
5962         ...and duplicate.
5963
5964         * include/winuser.h [WINVER >= 0x0500] (NotifyWinEvent):
5965         Guard function...
5966
5967         * include/winable.h [WINVER < 0x0500] (NotifyWinEvent):
5968         ...and duplicate.
5969
5970         * include/winuser.h [WINVER >= 0x0500] (MOUSEINPUT, KEYBDINPUT,
5971         HARDWAREINPUT, INPUT): Guard structures...
5972
5973         * include/winable.h [WINVER < 0x0500] (MOUSEINPUT, KEYBDINPUT,
5974         HARDWAREINPUT, INPUT): ...and duplicate.
5975
5976         * include/winuser.h [_WIN32_WINNT >= 0x0403] (INPUT_MOUSE,
5977         INPUT_KEYBOARD, INPUT_HARDWARE): Guard constants...
5978
5979         * include/winable.h [_WIN32_WINNT < 0x0403] (INPUT_MOUSE,
5980         INPUT_KEYBOARD, INPUT_HARDWARE): ...and duplicate.
5981
5982         * include/winuser.h: Move around some lines. Reformat according
5983         to recommended or dominant style. Remove FAR keyword.
5984
5985         * include/winable.h: Move around some lines.
5986
5987         * lib/user32.def (BlockInput, IsWinEventHookInstalled,
5988         LockWorkStation, UnhookWinEvent): Add functions.
5989
5990 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5991
5992         * include/winuser.h [_WIN32_WINNT >= 0x0501] (PrintWindow,
5993         PW_CLIENTONLY): Add function and constant.
5994
5995         * lib/user32.def (PrintWindow): Add function.
5996
5997 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5998
5999         * include/winuser.h (RealGetWindowClassA[AW]): Add function.
6000
6001         * lib/user32.def (RealGetWindowClassA[AW]): Add function.
6002
6003 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6004
6005         * include/winuser.h [WINVER >= 0x0500] (RegisterDeviceNotification[AW],
6006         DEVICE_NOTIFY_WINDOW_HANDLE, DEVICE_NOTIFY_SERVICE_HANDLE,
6007         DEVICE_NOTIFY_ALL_INTERFACE_CLASSES): Add function and constants.
6008
6009         * lib/user32.def (RegisterDeviceNotification[AW]): Add function.
6010
6011 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6012
6013         * include/winuser.h [WINVER >= 0x0500] (SetWinEventHook, WINEVENTPROC,
6014         WINEVENT_OUTOFCONTEXT, WINEVENT_SKIPOWNTHREAD, WINEVENT_SKIPOWNPROCESS,
6015         WINEVENT_INCONTEXT): Add function, typedef, and constants.
6016
6017         * include/winable.h [WINVER < 0x0500] (SetWinEventHook, WINEVENTPROC,
6018         WINEVENT_OUTOFCONTEXT, WINEVENT_SKIPOWNTHREAD, WINEVENT_SKIPOWNPROCESS,
6019         WINEVENT_INCONTEXT): Add function, typedef, and constants.
6020
6021         * include/winuser.h [_WIN32_WINNT >= 0x0500] (UserHandleGrantAccess):
6022         Add function.
6023
6024         * lib/user32.def (SetWinEventHook, UserHandleGrantAccess):
6025         Add functions.
6026
6027 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6028
6029         * include/winnt.h (ACE_INHERITED_OBJECT_TYPE_PRESENT,
6030         ACE_OBJECT_TYPE_PRESENT): Add constants.
6031         For use with OBJECTS_AND_NAME structure.
6032
6033 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6034
6035         * include/aclapi.h [_WIN32_WINNT >= 0x0501] (GetInheritanceSource[AW]):
6036         Add functions. Don't know what PFN_OBJECT_MGR_FUNCTS is so use
6037         void* instead.
6038
6039         * include/accctrl.h [_WIN32_WINNT >= 0x0501] (INHERITED_FROM[AW],
6040         PINHERITED_FROM[AW]): Add structures.
6041
6042         * lib/user32.def (GetInheritanceSource[AW]): Add functions.
6043
6044 2003-09-26  Corinna Vinschen  <corinna@vinschen.de>
6045
6046         * include/winuser.h (FLASHWINFO, PFLASHWINFO): Define for 98/Me, too.
6047
6048 2003-09-25  Danny Smith  <dannysmith@users.sourceforge.net>
6049
6050         * lib/version.def (LIBRARY): Quote name.
6051
6052 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6053
6054         * include/winuser.h (GetClipboardSequenceNumber): Add functions
6055         and constants.
6056
6057         * include/winuser.h (GetGuiResources, GR_GDIOBJECTS,
6058         GR_USEROBJECTS): Add functions and constants.
6059
6060         * include/winuser.h (GetMouseMovePointsEx, GMMP_USE_DISPLAY_POINTS,
6061         GMMP_USE_HIGH_RESOLUTION_POINTS): Add functions and constants.
6062
6063         * include/winuser.h (InSendMessageEx, ISMEX_NOSEND, ISMEX_CALLBACK,
6064         ISMEX_NOTIFY, ISMEX_REPLIED, ISMEX_SEND): Add functions and
6065         constants.
6066
6067         * lib/user32.def (GetClipboardSequenceNumber, GetGuiResources,
6068         GetMouseMovePointsEx, InSendMessageEx): Add functions.
6069
6070 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6071
6072         * include/winuser.h (BroadcastSystemMessage, BroadcastSystemMessageA,
6073         BroadcastSystemMessageW, BroadcastSystemMessageEx,
6074         BroadcastSystemMessageExA, BroadcastSystemMessageExW,
6075         BSMINFO, BSF_ALLOWSFW, BSF_SENDNOTIFYMESSAGE, BSF_LUID,
6076         BSF_RETURNHDESK): Add functions and constants.
6077
6078         * include/winuser.h (EnumDisplaySettingsEx, EnumDisplaySettingsExA,
6079         EnumDisplaySettingsExW, EDS_RAWMODE): Add functions and constant.
6080
6081         * include/winuser.h (IsGUIThread, IsHungAppWindow, FlashWindowEx,
6082         GetProcessDefaultLayout, SetProcessDefaultLayout,
6083         RealChildWindowFromPoint, SetProcessDefaultLayout,
6084         SwitchToThisWindow): Add functions.
6085
6086         * lib/user32.def (BroadcastSystemMessageA, BroadcastSystemMessageW,
6087         BroadcastSystemMessageExA, BroadcastSystemMessageExW,
6088         EnumDisplaySettingsExA, EnumDisplaySettingsExW, FlashWindowEx,
6089         GetProcessDefaultLayout, IsGUIThread, IsHungAppWindow,
6090         RealChildWindowFromPoint, SetProcessDefaultLayout,
6091         SwitchToThisWindow): Add function.
6092
6093 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6094
6095         * include/winuser.h (DeregisterShellHookWindow): Add function.
6096
6097         * include/winuser.h [_WIN32_WINNT >= 0x0500] (EndTask): Add function.
6098
6099         * lib/user32.def (EndTask): Add function.
6100
6101         * include/winuser.h (WINVER, _WIN32_WINNT): It's better (?) to
6102         use _WIN32_WINNT instead of WINVER to test for Windows 2000.
6103
6104         * include/winable.h: Reorder target macros.
6105
6106         * lib/*.def: Cleanup.
6107
6108 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6109
6110         * include/winuser.h [WINVER >= 0x0500] (AnimateWindow): Add
6111         function.
6112
6113         * lib/user32.def (AnimateWindow): Add function. By the way
6114         there are ~ 140 symbols missing from this file when comparing
6115         to user32.dll on Windows XP.
6116
6117 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6118
6119         * include/winuser.h [WINVER >= 0x0500] (AW_SLIDE, AW_ACTIVATE,
6120         AW_BLEND, AW_HIDE, AW_CENTER, AW_HOR_POSITIVE, AW_HOR_NEGATIVE,
6121         AW_VER_POSITIVE, AW_VER_NEGATIVE): Add constants. For use by
6122         AnimateWindow().
6123
6124 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6125
6126         * include/winuser.h [WINVER >= 0x0500] (GetGUIThreadInfo,
6127         LPGUITHREADINFO): Add function and associated typedef...
6128
6129         * include/winable.h [WINVER < 0x0500] (GetGUIThreadInfo,
6130         LPGUITHREADINFO): ...and duplicate them in <winable.h> as
6131         seems to be required on older versions of Windows.
6132
6133 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6134
6135         * include/GL/glu.h (gluErrorUnicodeStringWIN): Add macro
6136         function. MSDN suggests using gluErrorUnicodeStringWIN
6137         instead of gluErrorString, as it allows both ANSI and Unicode
6138         error strings.
6139
6140         * include/GL/glu.h (gluErrorUnicodeStringEXT): Make the
6141         returned pointer const for consistency reasons.
6142
6143 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6144
6145         * include/GL/glu.h (gluErrorUnicodeStringEXT): Add function.
6146         Function exists in glu32.def but is undocumented on MSDN.
6147         A Google search came up with this declaration.
6148
6149 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6150
6151         * include/GL/glu.h: Rewritten from scratch. Started from GLU 1.3
6152         headers from OpenGL Sample Implementation. Windows ships with
6153         GLU 1.2 so some constants and functions were removed. Then some
6154         typedef's and function declarations were reworked to look like
6155         the previous GL/glu.h.
6156
6157 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6158
6159         * include/uxtheme.h (PROPERTYORIGIN): the documentation of
6160         PROPERTYORIGIN suggests it's `PROPERTYORIGIN' but experimentation
6161         suggests it's actually `enum PROPERTYORIGIN'. Keep both.
6162
6163         * include/uxtheme.h (THEME_SIZE, THEMESIZE): MSDN suggests
6164         it's either `THEME_SIZE' or `THEMESIZE' but experimentation
6165         suggests it's actually `enum THEMESIZE'. Keep `THEME_SIZE'
6166         and `enum THEMESIZE'.
6167
6168 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6169
6170         * include/uxtheme.h: New file.
6171         * include/tmschema.h: New file.
6172         * include/uxtheme.def: New file.
6173         * lib/test.c: Include uxtheme.h, tmschema.h.
6174
6175 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6176
6177         * include/winuser.h (KEYEVENTF_UNICODE, KEYEVENTF_SCANCODE):
6178         Add defines.
6179
6180 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6181
6182         * include/winable.h [_WIN32_WINNT < 0x0403] (INPUT_MOUSE,
6183         INPUT_KEYBOARD, INPUT_HARDWARE): Duplicate defines in
6184         <winable.h> as seems to be required on older versions of
6185         Windows.
6186
6187 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6188
6189         * include/winuser.h [WINVER >= 0x0500] (CHILDID_SELF,
6190         GUI_CARETBLINKING, GUI_INMOVESIZE, GUI_INMENUMODE,
6191         GUI_SYSTEMMENUMODE, GUI_POPUPMENUMODE, GUI_16BITTASK):
6192         Add defines, the last one only on Windows XP...
6193
6194         * include/winable.h [WINVER < 0x0500] (CHILDID_SELF,
6195         GUI_CARETBLINKING, GUI_INMOVESIZE, GUI_INMENUMODE,
6196         GUI_SYSTEMMENUMODE, GUI_POPUPMENUMODE): ...and duplicate
6197         them in <winable.h> as seems to be required on older
6198         versions of Windows.
6199
6200 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6201
6202         * include/winuser.h [WINVER >= 0x0500] (GUITHREADINFO,
6203         OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR, OBJID_MENU,
6204         OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL, OBJID_SIZEGRIP,
6205         OBJID_CARET, OBJID_CURSOR, OBJID_ALERT, OBJID_SOUND): Bring
6206         back into <winuser.h>...
6207
6208         * include/winable.h [WINVER < 0x0500] (GUITHREADINFO,
6209         OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR, OBJID_MENU,
6210         OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL, OBJID_SIZEGRIP,
6211         OBJID_CARET, OBJID_CURSOR, OBJID_ALERT, OBJID_SOUND): ...and
6212         comment out in <winable.h>. MSDN may say <winable.h> but this
6213         breaks many programs. It seems it used to be <winable.h> on
6214         older versions of Windows.
6215
6216 2003-09-17  Danny Smith  <dannysmith@users.sourceforge.net>
6217
6218         * include/winuser.h (UpdateLayeredWindow): Protect against NOGDI.
6219         Thanks to Will Levine  <willll@users.sourceforge.net>
6220
6221 2003-09-15  Danny Smith  <dannysmith@users.sourceforge.net>
6222
6223         * include/ws2spi.h (LPWSPBIND): Change CONST LPSOCKADDR to
6224         const struct sockaddr*.
6225         (LPWSPCONNECT): Likewise.
6226         (LPWSPJOINLEAF): Likewise.
6227         (LPWSPSENDTO): Likewise.
6228         Tanks to Sebastian Nowak  <snowak1@users.spourceforge.net>
6229
6230 2003-09-15  Filip Navara  <xnavara@volny.cz>
6231
6232         * include/commctrl.h (TCIS_BUTTONPRESSED, TCIS_HIGHLIGHTED):
6233         Add definitions.
6234
6235 2003-09-15  Sascha Brawer  <brawer@dandelis.ch>
6236
6237         * include/winuser.h (DISPLAY_DEVICE_ATTACHED_TO_DESKTOP,
6238         DISPLAY_DEVICE_PRIMARY_DEVICE, DISPLAY_DEVICE_MIRRORING_DRIVER,
6239         DISPLAY_DEVICE_VGA_COMPATIBLE, DISPLAY_DEVICE_REMOVABLE,
6240         DISPLAY_DEVICE_MODESPRUNED): Define constants.
6241         (ChangeDisplaySettingsEx[A,W]): Add prototype.
6242
6243         * lib/user32.def (ChangeDisplaySettingsEx[A,W]): Add exports.
6244         (EnumDisplayDevices[A,W]): Likewise.
6245
6246 2003-09-15  Danny Smith  <dannysmith@users.sourceforge.net>
6247
6248         * include.commctrl.h (_WIN32_WINNT): Change _WXP to 0x0501,
6249         throughout.
6250
6251 2003-09-13  Danny Smith  <dannysmith@users.sourceforge.net>
6252
6253         * include/olectl.h (TEXTMETRICOLE, LPERRORLOG, LPPROPERTYBAG,
6254         LPENUMCONNECTIONPOINTS, LPCONNECTIONPOINT, LPENUMCONNECTIONS,
6255         LPPROPERTYPAGESITE, LPFONT, LPFONTDISP, OLE_COLOR, HIMETRIC,
6256         OLE_YPOS_HIMETRIC, OLE_XSIZE_HIMETRIC, OLE_YSIZE_HIMETRIC,
6257         OLE_YSIZE_CONTAINER, OLE_HANDLE, POINTF,LPPOINTF, CONTROLINFO,
6258         LPCONTROLINFO, CONNECTDATA, LPCONNECTDATA, LICINFO, LPLICINFO,
6259         CAUUID, LPCAUUID, CALPOLESTR, LPCALPOLESTR, CADWORD, LPCADWORD,
6260         PROPPAGEINFO, LPPROPPAGEINFO): Remove from here ...
6261         * include/ocidl.h: (TEXTMETRICOLE, LPERRORLOG, LPPROPERTYBAG,
6262         LPENUMCONNECTIONPOINTS, LPCONNECTIONPOINT, LPENUMCONNECTIONS,
6263         LPPROPERTYPAGESITE, LPFONT, LPFONTDISP, OLE_COLOR, HIMETRIC,
6264         OLE_YPOS_HIMETRIC, OLE_XSIZE_HIMETRIC, OLE_YSIZE_HIMETRIC,
6265         OLE_YSIZE_CONTAINER, OLE_HANDLE, POINTF, LPPOINTF, CONTROLINFO,
6266         LPCONTROLINFO, CONNECTDATA, LPCONNECTDATA, LICINFO, LPLICINFO,
6267         CAUUID, LPCAUUID, CALPOLESTR, LPCALPOLESTR, CADWORD, LPCADWORD,
6268         PROPPAGEINFO, LPPROPPAGEINFO): ... to here, for consistency
6269         with documentation.
6270         * include/olectl.h: Do #include <ocidl.h>.
6271         * include/ocidl.h: Don't #include <olectl.h>.
6272
6273 2003-09-13  Danny Smith  <dannysmith@users.sourceforge.net>
6274
6275         * include/winuser.h (_WIN32_WINNT, _WIN32_WINDOWS, WINVER):
6276         Change guards to use numeric constants, throughout.
6277
6278 2003-09-15  Earnie Boyd  <earnie@users.sf.net>
6279
6280         * include/w32api.h: Increment version to 2.5.
6281         * Makefile.in: Ditto.
6282
6283 2003-09-08  Justin Forest  <vhex@users.sourceforge.net>
6284
6285         * include/winuser.h (PM_QS_INPUT, PM_QS_POSTMESSAGE,
6286         PM_QS_PAINT, PM_QS_SENDMESSAGE): Add defines.
6287
6288 2003-09-08  Filip Navara  <xnavara@volny.cz>
6289
6290         * include/wingdi.h (GRADIENT_FILL_RECT_H, GRADIENT_FILL_RECT_V,
6291         GRADIENT_FILL_TRIANGLE, GRADIENT_FILL_OP_FLAG): Add defines.
6292
6293 2003-09-05  Earnie Boyd  <earnie@users.sf.net>
6294
6295         * include/w32api.h (_NT5, etc): Reverse the changes of 2003-07-01.
6296         * include/winbase.h (_NT5, etc): Ditto.
6297
6298 2003-09-02  Bart Oldeman  <bartoldeman@users.sourceforge.net>
6299
6300         * lib/snmpapi.def (LIBRARY) Add library name.
6301         Remove '\r', throughout.
6302         * lib/wsnmp32.def: Remove '\r', throughout.
6303         * lib/igmpagnt.def: Likewise.
6304
6305 2003-08-29  Steve Cleary  <scleary@jerviswebb.com>
6306
6307         * include/winuser.h (QS_ALLPOSTMESSAGE, QS_RAWINPUT): Add defines.
6308         (QS_INPUT, QS_ALLINPUT, QS_ALLEVENTS): Adjust by OR'ing with
6309         QS_RAWINPUT for _WIN32_WINNT >= 0x0501.
6310         (MWMO_*): Add flags.
6311
6312         * include/wincrypt.h (MS_ENHANCED_PROV[AW], MS_STRONG_PROV[AW],
6313         MS_DEF_RSA_SIG_PROV[AW], MS_DEF_RSA_SCHANNEL_PROV[AW],
6314         MS_DEF_DSS_PROV[AW], MS_DEF_DSS_DH_PROV[AW], MS_ENH_DSS_DH_PROV[AW],
6315         MS_DEF_DH_SCHANNEL_PROV[AW], MS_SCARD_PROV[AW]): Add definitions.
6316
6317 2003-08-26  Danny Smith  <dannysmith@users.sourceforge.net>
6318
6319         * lib/test.c: Add vfw.h to includes.
6320         * include/mmsystem.h: Add #ifndef guard to definition of
6321         mmioFOURCC macro.
6322         * include/vfw.h: Protect __OBJC__ from COM declarations.
6323
6324 2003-08-26  Filip Navara  <xnavara@volny.cz>
6325
6326         * include/vfw.h: New file.
6327
6328 2003-08-26  Filip Navara  <xnavara@volny.cz>
6329
6330         * include/ddk/winddk.h (RTL_REGISTRY_*): Add defines.
6331         (IoSetCompletionRoutine): Cast _CompletionRoutine arg to
6332         PIO_COMPLETION_ROUTINE.
6333
6334 2003-08-26  Danny Smith  <dannysmith@users.sourceforge.net>
6335
6336         * lib/test.c: Add snmp.h, winsnmp.h amd mgmtapi.h to
6337         includes.
6338
6339 2003-08-26  Filip Navara  <xnavara@volny.cz>
6340
6341         * include/snmp.h: New file.
6342         * include/winsnmp.h: New file.
6343         * include/mgmtapi.h: New file.
6344         * lib/snmpapi.def: New file.
6345         * lib/wsnmp32.def: New file.
6346         * lib/igmpagnt.def: New file.
6347         * lib/mgmtapi.def (SnmpMgrCtl) Add stub.
6348         (SnmpMgrGetTrapEx): Ditto.
6349         (SnmpMgrMIB2Disk): Remove.
6350         (dbginit): Remove.
6351
6352 2003-08-25  Steven Edwards  <Steven_Ed4153@yahoo.com>
6353
6354         * include/ddk/ntifs.h: Change all C++ style comments to C.
6355         * include/GL/gl.h: Ditto.
6356
6357 2003-08-25  Martin Fuchs  <Martin-Fuchs@gmx.net>
6358
6359         * include/shlobj.h (SFGAO_GHOSTED): Correct.
6360         (SFGAO_HIDDEN): Add define.
6361
6362 2003-08-25  Filip Navara  <xnavara@volny.cz>
6363
6364         * include/commctrl.h (ILCF_*): Add defines.
6365         (ILD_*): Ditto.
6366         (HDS_*): Ditto.
6367         (IPN_FIRST, IPN_LAST): Cast to UINT.
6368         (SBN_FIRST, SBN_LAST): Add defines.
6369         (PGN_*): Ditto.
6370         (HDF_JUSTIFYMASK): Fix typo.
6371         (HDM_*): Add defines.
6372         (HICF_*): Ditto.
6373         (I_INDENTCALLBACK,I_IMAGENONE): Ditto.
6374         (TBSTATE_MARKED): Add define.
6375         (TBSTYLE_EX_*): Add defines.
6376         (TBCDRF_*): Ditto.
6377         (IDB_HIST_SMALL_COLOR,IDB_HIST_LARGE_COLOR): Ditto.
6378         (TB_*): Ditto.
6379         (TBN_*): Ditto.
6380         (TBNRF_*): Ditto.
6381         (TTF_*): Ditto.
6382         (TBCD_*): Ditto.
6383         (TBDDRET_*): Ditto.
6384         (TBIMHT_*): Ditto.
6385         (TTM_*): Ditto.
6386         (UDM_*): Ditto.
6387         (TBIF_BYINDEX): Define as hex constant.
6388         (CDIS_*): Add defines.
6389         (CDDS_SUBITEM): Add define.
6390         (LVIF_*): Add defines.
6391         (LVM_*): Ditto.
6392         (LVGIT_UNFOLDED): Add define.
6393         (TVM_): Add defines.
6394         (TVE_EXPANDPARTIAL): Add define.
6395         (TVGN_LASTVISIBLE): Ditto.
6396         (TVN_*): Add defines.
6397         (TVNRET_*): Add defines.
6398         (TCIF_STATE): Add define.
6399         (NM_TOOLTIPSCREATED): Ditto.
6400         (CCM_*): Add defines.
6401         (INFOTIPSIZE): Add numeric value.
6402         (ODT_LISTVIEW): Ditto.
6403         (MCM_GETMAXTODAYWIDTH): Ditto.
6404         (MCHT_*): Add defines.
6405         (UDM_SETRANGE32,UDM_GETRANGE32): Define in terms of WM_USER.
6406         (PGF_*): Add defines.
6407         (PGM_*): Ditto.
6408         (TBINSERTMARK): Add structure.
6409         (LPIMAGEINFO) Add typedef.
6410         (LPHDHITTESTINFO): Ditto.
6411         (NMLVGETINFOTIP[AW]: Add structures.
6412         (NMTBCUSTOMDRAW): Add structure.
6413         (TTTOOLINFOA_V*_SIZE): Add macros.
6414         (TTTOOLINFOW_V1_SIZE): Ditto.
6415         (IMAGELISTDRAWPARAMS): Add new members for WXP.
6416         (LVITEM[AW]: Ditto.
6417         (TCITEM[AW]):Ditto.
6418         (CCSIZEOF_STRUCT): Correct macro definition.
6419         (ListView_*): Add new macros.
6420         (HIMAGELIST): Correct typedef.
6421         (HTREEITEM): Ditto.
6422
6423 2003-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
6424
6425         * commctrl.h (TC_HITTESTINFO): Remove. Add defines for
6426         TCHITTESTINFO for backward compatibility.
6427         (TC_ITEM[AW]): Rename to TCITEM[AW]. Add defines for backward
6428         compatibility.
6429
6430 2003-08-24   Danny Smith  <dannysmith@users.sourceforge.net>
6431
6432         * include/objidl.h (COBJMACROS): Define macros only
6433         if using C interace.
6434         * include/unknwn.h: Ditto.
6435         * include/comcat.h: Ditto.
6436
6437 2003-08-24  Filip Navara  <xnavara@volny.cz>
6438
6439         * include/prsht.h (PSH_WIZARDHASFINISH, PSH_WIZARD_LITE,
6440         PSH_NOCONTEXTHELP): Define.
6441         (PSH_WIZARD97): Fix definition for _WIN32_IE >= 0x500.
6442         * include/winuser.h (DFCS_TRANSPARENT, DFCS_HOT): Define.
6443         (LPDLGTEMPLATE[AW]): Add typedefs.
6444
6445 2003-08-22  Filip Navara  <xnavara@volny.cz>
6446
6447         * include/aclapi.h (BuildImpersonateExplicitAccessWithName[AW]):
6448         Add prototypes.
6449         BuildImpersonateTrustee[AW]): Add prototypes.
6450         GetMultipleTrustee[AW]): Add prototypes.
6451         GetMultipleTrusteeOperation[AW]): Add prototypes.
6452
6453 2003-08-22   Danny Smith  <dannysmith@users.sourceforge.net>
6454
6455         * include/winnt.h (IMAGE_SUBSYSTEM_XBOX): Add define.
6456
6457 2003-08-22  Mihai Preda  <mihai_preda@users.sourceforge.net>
6458
6459         * include/shlobj.h (IPersistFolder::GetClassID):
6460         Correct declaration.
6461         (CMF_*) Add missing defines.
6462
6463 2003-08-22   Danny Smith  <dannysmith@users.sourceforge.net>
6464
6465         * include/winuser.h (DC_BUTTONS): Add define.
6466
6467 2003-08-22  Andrew Greenwood  <lists@silverblade.co.uk>
6468
6469         * include/winuser.h (DC_GRADIENT): Add define.
6470
6471 2003-08-22  Martin Fuchs  <Martin-Fuchs@gmx.net>
6472
6473         * include/commctrl.h (BTNS_*): Define BTNS_* as successors to the
6474         older TBSTYLE_* constants.
6475
6476 2003-08-18  Danny Smith  <dannysmith@users.sourceforge.net>
6477
6478         * include/commctrl.h (TB_*) Group defines together.
6479
6480 2003-08-18  Martin Fuchs  <Martin-Fuchs@gmx.net>
6481
6482         * include/winuser.h (ICON_SMALL2): Define.
6483         * include/commctrl.h (TB_SETBUTTONWIDTH, TB_SETDRAWTEXTFLAGS):
6484         Define.
6485         * include/shlobj.h (SHDRAGIMAGE): Define structure.
6486         (IDragSourceHelper) Define interface.
6487         (IDropTargetHelper): Likewise.
6488         (IExtractIcon): Unicode it.
6489         (ICommDlgBrowser): Use IShellView type as param in OnDefaultCommand,
6490         OnStateChange and IncludeObject methods.
6491
6492 2003-08-17  Martin Fuchs  <Martin-Fuchs@gmx.net>
6493
6494         * include/commctrl.h (TreeView_GetScrollTime,
6495         TreeView_SetScrollTime): Define macros.
6496         * include/winuser.h (GetShellWindow): Add prototype.
6497         * include/objidl.h (STGMEDIUM): Correct lpszFileName type.
6498
6499 2003-08-15  Martin Fuchs  <Martin-Fuchs@gmx.net>
6500
6501         * include/shguid.h (CLSID_DragDropHelper, IID_IDropTargetHelper,
6502         IID_IDragSourceHelper): Declare.
6503         * lib/shell32.c (CLSID_DragDropHelper, IID_IDropTargetHelper,
6504         IID_IDragSourceHelper): Define.
6505
6506 2003-08-15  Andrew Greenwood  <lists@silverblade.co.uk>
6507
6508         * include/wingdi.h (DEVMODE[AW]) Correct structure definition.
6509         * include/ddk/ntapi.h (LPC_TYPE): Add LPC_CONNECTION_REFUSED.
6510         * include/ddk/winddk.h (IRP_*): Add constants as anonymous enum.
6511
6512 2003-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
6513
6514         * lib/uuid.c (CGID_Explorer, CGID_ShellDocView,
6515         CGID_ShellServiceObject): Remove definitions.
6516         * lib/shell32.c (CGID_ShellServiceObject): Add definition.
6517
6518 2003-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
6519
6520         * include/shlobj.h (SHELLSTATE): Add structure.
6521         (SHGetSetSettings): Add prototype.
6522         (SHGetSettings): Add prototype.
6523         * lib/shell32.def (SHGetSetSettings): Add stub.
6524
6525 2003-08-10  Phil Krylov  <likewolf@users.sourceforge.net>
6526
6527         * include/commctrl.h (HDM_ORDERTOINDEX): Add define.
6528         (Header_OrderToIndex): Add macro.
6529         (Header_GetOrderArray): Add macro.
6530
6531         * include/commdlg.h (FR_MATCHALEFHAMZA,
6532         FR_MATCHDIAC, FR_MATCHKASHIDA): Add defines.
6533
6534 2003-08-10  Martin Fuchs  <Martin-Fuchs@gmx.net>
6535
6536         * include/commctrl.h (TVM_GETSCROLLTIME,
6537         TVM_SETSCROLLTIME): Add defines.
6538
6539 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
6540
6541         * include/shlobj.h (SHELLFLAGSTATE): Add structure.
6542         (SHGetInstanceExplorer): Correct return type.
6543         (SHGetFolderPath[AW]): Likewise.
6544         Thanks to Magnus Olsen  <greatlord@sourceforge.users.net>
6545         for report.
6546
6547 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
6548
6549         * lib/test.c: Include winldap.h, ntldap.h, winber.h.
6550
6551 2003-08-01  Filip Navara  <xnavara@volny.cz>
6552
6553         * include/winldap.h: New file.
6554         * include/ntldap.h: New file.
6555         * include/winber.h: New file.
6556         * lib/winldap32.def: New file.
6557
6558 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
6559
6560         * include/ddk/atm.h: Remove stray '.';
6561
6562 2003-08-01  Gisle Vanem  <gvanem@broadpark.no>
6563
6564         * include/ddk/winddk.h: Remove trailing ';' from macros,
6565         throughout. Add () around defines with cast returns, throughout.
6566
6567 2003-07-31  Martin Fuchs  <Martin-Fuchs@gmx.net>
6568
6569         * include/shlobj.h (SFGAO_COMPRESSED): Add define.
6570         (SFGAOF, SHGDNF): Add typedef's.
6571         (SHCONTF): Extend enum.
6572
6573 2003-07-31  Danny Smith  <dannysmith@users.sourceforge.net>
6574
6575         * include/shellapi.h: Include all structs within pshpack2.h/
6576         poppack.h block.
6577
6578 2003-07-26  Danny Smith  <dannysmith@users.sourceforge.net>
6579
6580         * include/winuser.h (ASFW_ANY, LSFW_LOCK, LSFW_UNLOCK,
6581         LWA_COLORKEY, LWA_ALPHA): Guard with _WIN32_WINNT,
6582         _WIN32_WINDOWS, not WINVER.
6583         (AllowSetForegroundWindow,LockSetForegroundWindow,
6584         SetLayeredWindowAttributes): Likewise.
6585         (GetLayeredWindowAttributes,UpdateLayeredWindow): Add prototypes.
6586         * lib/user32.def (GetLayeredWindowAttributes,UpdateLayeredWindow):
6587         Add stubs.
6588
6589 2003-07-26  Eric R. Krause  <ekrause_98@users.sourceforge.net>
6590
6591         * include/objidl.h (IMalloc): Fix typo.
6592
6593 2003-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
6594
6595         * include/dkk/ntifs.h: Fix typo in guard for
6596         #pragma GCC system_header.
6597
6598 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
6599
6600         * include/objidl.h (PropVariant): Add CHAR cVal field
6601         to union.
6602         (FMTID_SummaryInformation, FMTID_DocSummaryInformation,
6603         FMTID_UserDefinedProperties): Declare.
6604
6605 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
6606
6607         * include/winbase.h (GetModuleHandleEx[AW]): Add prototypes.
6608
6609 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
6610
6611         * include/winbase.h (DUPLICATE_CLOSE_SOURCE,
6612         DUPLICATE_SAME_ACCESS): Remove defines.
6613         (HANDLE_FLAG_INHERIT, HANDLE_FLAG_PROTECT_FROM_CLOSE): Sync with
6614         ddk/ntapi.h defines.
6615         (SEM_*) : Likewise.
6616         * include/winnt.h (COMPRESSION_*, ACCESS_*, SYSTEM_*): Sync with
6617         ddk/ntifs.h defines.
6618         (FILE_*): Likewise.
6619         (MEM_IMAGE, SEC_*): Likewise.
6620         (DUPLICATE_CLOSE_SOURCE, DUPLICATE_SAME_ACCESS,
6621         DUPLICATE_SAME_ATTRIBUTES): Sync with ddk/winddk.h defines.
6622         (TOKEN_*): Sync with ddk/ntifs.h defines.
6623         * include/ddk/ntapi.h: Add comments noting definitions in
6624         winbase.h.
6625         * include/ddk/ntifs.h: Add comments noting definitions in
6626         winnt.h.
6627         * include/ddk/winddk.h: Add comments noting definitions in
6628         winnt.h.
6629
6630 2003-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
6631
6632         * include/winnt.h (FILE_*): Sync with ddk/winddk.h.
6633         * include/winioctl.h (FILE_*): Sync with ddk/winddk.h.
6634
6635 2003-07-17  Pierre Humblet  <pierre.humblet@ieee.org>
6636
6637         * include/mmsystem.h (TIME_KILL_SYNCHRONOUS): Add define.
6638
6639 2003-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
6640
6641         Clean up warnings in ddk.
6642
6643         * include/ddk/atm.h (_ATM_AAL_OOB_INFO): Add _ANONYMOUS_UNION,
6644         conditional on  __cplusplus.
6645         * include/ddk/scsi.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
6646         defines, throughout.
6647         (_CDB): Add _ANONYMOUS_UNION, conditional on __cplusplus.
6648         * include/ddk/cfg.h (_PNP_VETO_TYPE): Remove extra comma.
6649         * include/ddk/cfgmgr32.h: Change C++ comment style to ISO C.
6650         * include/ddk/ddkmapi.h (_DDLOCKOUT): Add _ANONYMOUS_UNION defines.
6651         * include/ddk/hidpi.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
6652         defines, throughout.
6653         * include/ddk/ndis.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
6654         defines, throughout. Remove trailing semicolon from *_S 'structure'
6655         macro expansion, throughout. Remove trailing semicolon from
6656         DECLARE_UNKNOWN_STRUCT macro expansion.
6657         * include/ddk/ndiswan.h (_NDIS_WAN_COMPRESS_INFO): Add
6658         _ANONYMOUS_UNION.
6659         * include/ddk/ntapi.h (_PROCESS_DEVICEMAP_INFORMATION,
6660         _PROCESS_SESSION_INFORMATION): Add _ANONYMOUS_UNION.
6661         * include/ddk/ntddcdrm.h (CDROM_TOC_CD_TEXT_DATA_BLOCK):
6662         Add _ANONYMOUS_UNION.
6663         * include/ddk/ntdddisk.h: Add _ANONYMOUS_UNION, throughout.
6664         * include/ddk/ntddmou.h:  Add _ANONYMOUS_UNION, throughout.
6665         * include/ddk/ntifs.h:  Add _ANONYMOUS_UNION, throughout.
6666         (ZwQueryObject): Change 2nd param to OBJECT_INFORMATION_CLASS, to
6667         match proto in ntapi.h.
6668         (ZwSetInformationObject): Likewise.
6669         * include/ddk/srb.h (SCSI_REQUEST_BLOCK): Add _ANONYMOUS_UNION.
6670         (SCSI_ADAPTER_CONTROL_TYPE): Add __extension__.
6671         * include/ddk/tdikrnl.h (TDI20_CLIENT_INTERFACE_INFO): Add
6672         _ANONYMOUS_UNION and _ANONYMOUS_STRUCT.
6673         * include/ddk/usb.h (USB): Add _ANONYMOUS_UNION.
6674         * include/ddk/usbcamdi.h (USBCAMD_CamControlFlags): Remove
6675         last comma.
6676         * include/ddk/video.h (STATUS_BLOCK): Add _ANONYMOUS_UNION.
6677         * include/ddk/winddk.h (DECLARE_INTERNAL_OBJECT): Remove
6678         trailing semicolon when expanding macro.
6679         (GENERAL_LOOKASIDE_S): Likewise.
6680         Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT, throughout.
6681         Change inline to __inline, throughout.
6682         * include/ddk/winnt4.h: Change inline to __inline, throughout.
6683
6684 2003-07-13  Casper S. Hornstrup  <chorns@users.sourceforge.net>
6685
6686         * include/ddk/ntifs.h (KeInsertQueueApc): Make return type
6687         BOOLEAN. Name parameter 4 PriorityBoost and make it of type
6688         KPRIORITY.
6689         * include/ddk/winddk.h (_KPCR): Put IDT field on next line.
6690         * include/ddk/winddk.h (_IO_STATUS_BLOCK, _IRP, _OWNER_ENTRY,
6691         _ERESOURCE, _IMAGE_INFO, _CREATE_DISK, _DISK_SIGNATURE, _KPCR_TIB):
6692         Apply _ANONYMOUS_UNION to anonymous unions and _ANONYMOUS_STRUCT
6693         to anonymous structs.
6694
6695 2003-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
6696
6697         * include/winnt.h (PVOID): Move to before HANDLE typedef.
6698
6699         * include/winuser.h (mouse_event): Correct type of fifth param,
6700         Thanks to: Andrew Jones <guln at users dot sourceforge dot net>
6701
6702 2003-07-11  Earnie Boyd  <earnie@users.sf.net>
6703
6704         * include/winnt.h (HANDLE): Define based on STRICT filter.
6705         (THREAD_BASE_PRIORITY_MIN): Use parens around negative value.
6706         (THREAD_BASE_PRIOIRTY_IDLE): Ditto.
6707
6708 2003-07-08  Danny Smith  <dannysmith@users.sourceforge.net>
6709
6710         * include/commctrl.h (NMTVDISPINFO[AW]): Replace obsolete struct
6711         names _TV_DISPINFO[AW] and typedefs. Add defines for backward
6712         compatability. Thanks to Magnus Olsen <greatlord@users.sf.net>
6713         for report.
6714
6715 2003-07-03  Earnie Boyd  <earnie@users.sf.net>
6716
6717         * config.guess, config.sub: Update with new versions from ftp.gnu.org.
6718
6719 2003-07-03  Luke Dunstan  <infidel@users.sf.net>
6720
6721         * include/commdlg.h (CommDlg_OpenSave_*): Add parentheses around
6722         macro arguments. Thanks to Tom Bishop <tombishop@users.sf.net>.
6723         * include/winuser.h (MONITOR_DEFAULTTONULL, MONITOR_DEFAULTTOPRIMARY,
6724         MONITOR_DEFAULTTONEAREST, MONITORINFOF_PRIMARY): Add defines.
6725         (TPM_RECURSE): Add guard for Win98/Win2K.
6726         Thanks to Magnus Olsen <greatlord@users.sf.net>.
6727
6728 2003-07-01  Earnie Boyd  <earnie@users.sf.net>
6729
6730         * include/basetyps.h (small, hyper): Change to __small and __hyper to
6731         avoid user namespace conflicts.
6732
6733 2003-07-01  Earnie Boyd  <earnie@users.sf.net>
6734
6735         * include/w32api.h (_NT4, _W98, _WME, _NT5, _W2000, _WXP, _W2003,
6736         _IE3, _IE4, _IE5, _IE6): Add definitions.
6737         * include/winbase.h (GetLongPathName[AW]): Add guard for OS >= NT5 or
6738         >= Win98.
6739         Change existing guards to use the above macro names as appropriate.
6740         * include/basetyps.h (__int32, __int16, __int8, small, hyper): Define.
6741         Note: Also added to mingw/include/_mingw.h.
6742
6743 2003-06-28  Steven Edwards  <Steven_Ed4153@yahoo.com>
6744
6745         * include/shlwapi.h (UrlGetLocationA, UrlGetLocationW,
6746         PathFindSuffixArrayA, PathFindSuffixArrayW,
6747         PathFindExtensionA, PathFindExtensionW, StrStrW
6748         StrStrA): Change unicode-macro'd LP[C]TSTR return values to
6749         explicit type.
6750
6751 2003-06-26  Mattia Barbon  <mbarbon@dsi.unive.it>
6752
6753         * include/richedit.h (PARAFORMAT2): Add definition.
6754         * include/richedit.h (PFA_*, PFE_*, PFM_*): Add some
6755         missing constants.
6756
6757 2003-06-17  Danny Smith  <dannysmith@users.sourceforge.net>
6758
6759         * include/shellapi.h (SHQUERYRBINFO): Add structure,
6760         (SHQueryRecycleBin[AW]. SHEmptyRecycleBin[AW]):Add prototypes.
6761         (SHERB_NOCONFIRMATION, SHERB_NOPROGRESSUI, SHERB_NOSOUND):
6762         Add defines. Thanks to Brett Hart <brett at ncubedtech dot com>
6763
6764 2003-06-17  Danny Smith  <dannysmith@users.sourceforge.net>
6765
6766         * include/winbase.h (GlobalCompact, GlobalFix, GlobalFlags,
6767         GlobalUnfix, GlobalUnWire, GlobalWire, LocalCompact,
6768         LocalFlags, LocalShrink, LockSegment, UnlockSegment): Add comment
6769         that these are obsolete no-ops.
6770
6771 2003-06-17  Bang Jun-Young  <junyoung@netbsd.org>
6772
6773         * include/winbase.h (GetProcessWorkingSetSize,
6774         GlobalCompact, LocalAlloc, LocalCompact, LocalReAlloc,
6775         LocalShrink, SignalObjectAndWait, WriteProcessMemory):
6776         Correct prototypes.
6777
6778 2003-06-18  Steven Edwards  <Steven_Ed4153@yahoo.com>
6779
6780         * include/winuser.h (TPM_RECURSE): Add define.
6781
6782 2003-06-06  Danny Smith  <dannysmith@users.sourceforge.net>
6783
6784         * lib/test.c: #include <powrprof.h>.
6785
6786 2003-06-06  James E. Lucas  <xelloss@sourceforge.net>
6787
6788         * include/powerprof.h: New file.
6789         * lib/powerprof.def: New file.
6790
6791 2003-06-06  Danny Smith  <dannysmith@users.sourceforge.net>
6792
6793         * include/winnt (SLIST_HEADER): Add C90 anonymous struct
6794         protection.
6795
6796 2003-06-05  Luke Dunstan  <infidel@users.sourceforge.net>
6797
6798         * include/winuser.h (WNDCLASS[AW], WNDCLASSEX[AW]): Change type of
6799         hInstance members to HINSTANCE.
6800         Thanks to: Brenden T. <brenden@rcsis.com>
6801
6802 2003-06-05  Bart Oldeman  <bartoldeman@users.sourceforge.net>
6803
6804         * include/lmaccess.h (UF_MNS_LOGON_ACCOUNT): Add define.
6805         * include/wingdi.h (LPRGBTRIPLE, LPRGBQUAD): Add typedefs.
6806
6807 2003-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
6808
6809         * include/ddk/ntpoapi.h (POWER_INFORMATION_LEVEL): Remove.
6810         * include/winnt.h (POWER_INFORMATION_LEVEL): Add.
6811         * include/ddk/winddk.h (SINGLE_LIST_ENTRY,SLIST_HEADER):
6812         Remove.
6813         * include/ddk/ndis.h (NdisAllocateSpinLock): Add missing '\'.
6814
6815 2003-05-30  Mattia Barbon  <mbarbon@dsi.unive.it>
6816
6817         * lib/oleacc.def: New file.
6818         * include/winable.h: New file.
6819         * include/oleacc.h: Add extern "C" guard.
6820         (NAVDIR_*, ROLE_*, STATE_*): Add missing constants.
6821         (AccessibleChildren, AccessibleObjectFromEvent,
6822         AccessibleObjectFromPoint, AccessibleObjectFromWindow,
6823         CreateStdAccessibleProxy[AW], GetOleaccVersionInfo, GetRoleText[AW],
6824         GetStateText[AW], LresultFromObject, ObjectFromLresult,
6825         WindowFromAccessibleObject): Add prototypes and UNICODE mappings.
6826         * include/winuser.h (NotifyWinEvent): Add prototype.
6827         (OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR,
6828         OBJID_MENU, OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL,
6829         OBJID_SIZEGRIP, OBJID_CARET, OBJID_CURSOR, OBJID_ALERT,
6830         OBJID_SOUND): Move from here to...
6831         * include/winable.h (OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR,
6832         OBJID_MENU, OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL,
6833         OBJID_SIZEGRIP, OBJID_CARET, OBJID_CURSOR, OBJID_ALERT,
6834         OBJID_SOUND): Here, as per documentation.
6835         * lib/test.c: Include winable.h.
6836         * lib/user32.def (NotifyWinEvent): Add missing export.
6837
6838 2003-05-30  Bang Jun-Young  <junyoung@netbsd.org>
6839
6840         * include/winbase.h (HeapCompact): Correct prototype.
6841         * include/winnt.h (SINGLE_LIST_ENTRY, SLIST_ENTRY,
6842         SLIST_HEADER): Add.
6843
6844 2003-05-27  Andrew C. Stadt  <acstadt@sympatico.ca>
6845
6846         * include/winuser.h (LWA_COLORKEY, LWA_ALPHA): Add defines.
6847
6848 2003-05-25  Bill C. Riemers  <cygwin@docbill.net>
6849
6850         * include/winuser.h (EnumDisplayDevicesW): Fix typo.
6851
6852 2003-05-23  Danny Smith  <dannysmith@users.sourceforge.net>
6853
6854         * include/winuser.h (EnumDisplayDevices[AW]): Add prototypes.
6855         * include/wingdi.h (DISPLAY_DEVICE): UNICODE it.
6856
6857 2003-05-23  Andrew Dunbar  <hippietrail@users.sourceforge.net>
6858
6859         * include/wingdi.h (GCP_RESULTS[AW]) Correct type of
6860         lpGlyphs field to LPWSTR.
6861
6862 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
6863
6864         * include/wincrypt.h (PLAINTEXTKEYBLOB, OPAQUEKEYBLOB,
6865         PUBLICKEYBLOBEX, SYMMETRICWRAPKEYBLOB) Add defines.
6866         (PP_*): Add defines.
6867         (CryptContextAddRef): Add prototype.
6868         Thanks to: Shura Zam  <debil_urod@users.sourceforge.net>
6869
6870 2003-05-18  Manu B  <manubee@users.sourceforge.net>
6871
6872         * include/commctrl.h (TVSORTCB): Rename old TV_SORTCB structure.
6873
6874 2003-05-18  Bang Jun-Young  <junyoung@netbsd.org>
6875
6876         * include/winbase.h (CREATE_DEFAULT_ERROR_MODE,
6877         DEBUG_PROCESS, DEBUG_ONLY_THIS_PROCESS, CREATE_SUSPENDED,
6878         DETACHED_PROCESS, CREATE_NEW_CONSOLE, NORMAL_PRIORITY_CLASS,
6879         IDLE_PRIORITY_CLASS, HIGH_PRIORITY_CLASS, REALTIME_PRIORITY_CLASS,
6880         CREATE_NEW_PROCESS_GROUP, CREATE_UNICODE_ENVIRONMENT,
6881         CREATE_SEPARATE_WOW_VDM, CREATE_SHARED_WOW_VDM, CREATE_FORCEDOS,
6882         CREATE_NO_WINDOW): Convert to hexadecimal form for better
6883         readability.
6884         (BELOW_NORMAL_PRIORITY_CLASS, ABOVE_NORMAL_PRIORITY_CLASS,
6885         CREATE_BREAKAWAY_FROM_JOB, CREATE_WITH_USERPROFILE): Add.
6886
6887 2003-05-15  Danny Smith  <dannysmith@users.sourceforge.net>
6888
6889         * include/ddk/ndis.h (NDIS30_MINIPORT_CHARACTERISTICS_S):
6890         Unname anonymous unions if NONAMELESSUNION not defined.
6891
6892 2003-05-14  Bang Jun-Young  <junyoung@netbsd.org>
6893
6894         * include/winbase.h (GMEM_VALID_FLAGS): Add.
6895
6896 2003-05-13  Danny Smith  <dannysmith@users.sourceforge.net>
6897
6898         * include/prsht.h (PROPSHEETHEADER[AW]: Mark
6899         anonymous unions as GCC extension.
6900
6901 2003-05-13  Danny Smith  <dannysmith@users.sourceforge.net>
6902
6903         * include/oleidl.h  (LPENUMOLEDOCUMENTVIEWS): Remove typedef.
6904         (IEnumOleDocumentViews): Remove commented out DECLARE_ENUMERATOR.
6905         * include/docobj.h  (LPENUMOLEDOCUMENTVIEWS): Add typedef (previously
6906         commented out).
6907         (IEnumOleDocumentViews): Add definition using DECLARE_ENUMERATOR.
6908
6909 2003-05-12  Earnie Boyd  <earnie@users.sf.net>
6910
6911         * include/commctrl.h: (MCSC_BACKGROUND, MCSC_TEXT, MCSC_TITLEBK,
6912         MCSC_TITLETEXT, MCSC_MONTHBK, MCSCTRAILTEXT): Define.
6913         Thanks to: Robert Wishlaw  <rwishlaw @ shaw . ca>
6914
6915 2003-05-12  Danny Smith  <dannysmith@users.sourceforge.net>
6916
6917         * include/olectl.h (IOleControl,IOleControlSite,ISimpleFrameSite,
6918         IErrorLog,IPropertyBag,IPersistPropertyBag,IPersistStreamInit,
6919         IPersistMemory,IPropertyNotifySink,IProvideClassInfo,
6920         IProvideClassInfo2,IConnectionPointContainer,
6921         IEnumConnectionPoints,IConnectionPoint,IEnumConnections,
6922         IClassFactory2,ISpecifyPropertyPages,IPerPropertyBrowsing,
6923         IPropertyPageSite,IPropertyPage,IPropertyPage2,IFont,IFontDisp,
6924         IPicture,IPictureDisp): Move from here to...
6925         * include/ocidl.h (IOleControl,IOleControlSite,ISimpleFrameSite,
6926         IErrorLog,IPropertyBag,IPersistPropertyBag,IPersistStreamInit,
6927         IPersistMemory,IPropertyNotifySink,IProvideClassInfo,
6928         IProvideClassInfo2,IConnectionPointContainer,
6929         IEnumConnectionPoints,IConnectionPoint,IEnumConnections,
6930         IClassFactory2,ISpecifyPropertyPages,IPerPropertyBrowsing,
6931         IPropertyPageSite,IPropertyPage,IPropertyPage2,IFont,IFontDisp,
6932         IPicture,IPictureDisp): Here, as per documentation.
6933
6934 2003-05-12  Mattia Barbon  <mbarbon@dsi.unive.it>
6935
6936         * include/oleauto.h (VarR8FromDec, VarDecFromR8): Add prototypes.
6937         * include/winbase.h (TerminateJobObject,
6938         AssignProcessToJobObject): Likewise.
6939         * include/servprov.h: New header.
6940         * lib/test.c: Include servprov.h.
6941
6942 2003-05-10  Danny Smith  <dannysmith@users.sourceforge.net>
6943
6944         * include/shlguid.h (CGID_ShellServiceObject): Declare.
6945         * lib/uuid.c (CGID_ShellServiceObject): Define guid.
6946         Thanks to Chris Sutcliffe  <ir0nh34d#users.sourceforge.net>
6947         * include/winuser.h (SetLayeredWindowAttributes): Add prototype.
6948         * lib/user32.def (SetLayeredWindowAttributes): Add stub.
6949         * lib/uuid.c (CGID_Explorer, CGID_ShellDocView): Define guids.
6950
6951 2003-05-05  Danny Smith  <dannysmith@users.sourceforge.net>
6952
6953         * include/commctrl.h (STATUSCLASSNAME, TOOLBARCLASSNAME,
6954         TOOLTIPS_CLASS, TRACKBAR_CLASS, UPDOWN_CLASS, PROGRESS_CLASS,
6955         HOTKEY_CLASS): Remove dupicate defines for UNICODE case.
6956
6957 2003-05-02  Steven Edwards  <Steven_Ed4153@yahoo.com>
6958
6959         * include/richedit.h (EM_FINDTEXTEXW, EM_FINDTEXTW,
6960         EM_GETAUTOURLDETECT, EM_GETBIDIOPTIONS, EM_GETEDITSTYLE,
6961         EM_GETIMECOLOR, EM_GETIMEOPTIONS, EM_GETPUNCTUATION,
6962         EM_GETWORDWRAPMODE, EM_RECONVERSION, EM_SETBIDIOPTIONS,
6963         EM_SETEDITSTYLE, EM_SETIMECOLOR, EM_SETIMEOPTIONS,
6964         EM_SETPALETTE, EM_SETPUNCTUATION, EM_SETTEXTEX,
6965         EM_SETWORDWRAPMODE, RICHEDIT_CLASS10A): Add defines.
6966
6967 2003-05-02  Francois Ferrand  <typz@sourceforge.users.net>
6968
6969         * include/commctrl.h (TBM_*): Add missing trackbar defines.
6970
6971 2003-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
6972
6973         * include/cplext.h (CPLPAGE_MOUSE_WHEEL,
6974         CPLPAGE_DISPLAY_BACKGROUND): Add defines.
6975
6976 2003-04-30  Danny Smith  <dannysmith@users.sourceforge.net>
6977
6978         * include/wingdi.h (DC_PEN, DC_BRUSH): Add defines.
6979         (SetDCPenColor, SetDCBrushColor): Add prototypes.
6980         * lib/gdi32.def (SetDCPenColor, SetDCBrushColor): Add stubs.
6981
6982 2003-04-26  Bang Jun-Young  <junyoung@netbsd.org>
6983
6984         * include/winioctl.h (DEVICE_TYPE_FROM_CTL_CODE): Add macro.
6985
6986 2003-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
6987
6988         * include/oaidl.h (ITypeMarshal): Add interface.
6989
6990 2003-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
6991
6992         * include/winioctl.h: Clean up formatting.
6993         (RETRIEVAL_POINTERS_BUFFER): Add fields to Extents[1] struct.
6994         (CREATE_DISK): Add _ANONYMOUS_UNION macro.
6995         (DISK_CACHE_INFORMATION): Likewise.
6996         (DISK_DETECTION_INFO): Likewise.
6997         (DISK_PARTITION_INFO): Likewise.
6998         (PARTITION_INFORMATION_EX): Likewise.
6999         (DRIVE_LAYOUT_INFORMATION_EX): Likewise.
7000
7001 2003-04-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
7002
7003         * include/winbase.h (DeleteVolumeMountPoint[AW],
7004         FindFirstVolumeMountPoint[AW], FindNextVolumeMountPoint[AW],
7005         FindVolumeMountPointClose, GetVolumeNameForVolumeMountPoint[AW],
7006         GetVolumePathName[AW], GetVolumePathNamesForVolumeName[AW],
7007         SetVolumeMountPoint[AW]): Add prototypes.
7008         * include/winioctl.h (IOCTL_DISK_GET_PARTITION_INFO_EX,
7009         IOCTL_DISK_SET_PARTITION_INFO_EX,
7010         IOCTL_DISK_GET_DRIVE_LAYOUT_EX,
7011         IOCTL_DISK_SET_DRIVE_LAYOUT_EX, IOCTL_DISK_CREATE_DISK,
7012         IOCTL_DISK_GET_LENGTH_INFO, IOCTL_DISK_PERFORMANCE_OFF,
7013         IOCTL_DISK_GET_DRIVE_GEOMETRY_EX, IOCTL_DISK_GROW_PARTITION,
7014         IOCTL_DISK_GET_CACHE_INFORMATION,
7015         IOCTL_DISK_SET_CACHE_INFORMATION,
7016         IOCTL_DISK_DELETE_DRIVE_LAYOUT, IOCTL_DISK_UPDATE_PROPERTIES,
7017         FSCTL_GET_VOLUME_BITMAP, FSCTL_GET_RETRIEVAL_POINTERS,
7018         FSCTL_MOVE_FILE): Define.
7019         (CREATE_DISK_GPT, CREATE_DISK_MBR, CREATE_DISK,
7020         DISK_CACHE_INFORMATION,
7021         DETECTION_TYPE, DISK_INT13_INFO, DISK_EX_INT13_INFO,
7022         DISK_DETECTION_INFO, DISK_GEOMETRY_EX, DISK_GROW_PARTITION,
7023         DISK_PARTITION_INFO, DISKQUOTA_USER_INFORMATION,
7024         GET_LENGTH_INFORMATION, DISK_EXTENT, VOLUME_DISK_EXTENTS,
7025         DRIVE_LAYOUT_INFORMATION_GPT, DRIVE_LAYOUT_INFORMATION_MBR,
7026         PARTITION_INFORMATION_MBR, PARTITION_INFORMATION_GPT,
7027         PARTITION_INFORMATION_EX, DRIVE_LAYOUT_INFORMATION_EX,
7028         MOVE_FILE_DATA,
7029         RETRIEVAL_POINTERS_BUFFER, STARTING_LCN_INPUT_BUFFER,
7030         STARTING_VCN_INPUT_BUFFER, VOLUME_BITMAP_BUFFER): Add structs.
7031         (PARTITION_STYLE, DISK_CACHE_RETENTION_PRIORITY): Add enums.
7032         (MEDIA_TYPE): Add F3_120M_512, F3_640_512, F5_640_512,
7033         F5_720_512, F3_1Pt2_512, F3_1Pt23_1024, F5_1Pt23_1024,
7034         F3_128Mb_512, F3_230Mb_512, F8_256_128, F3_200Mb_512,
7035         F3_240M_512, and F3_32M_512.
7036         * lib/kernel32.def (GetVolumePathNamesForVolumeName[AW]): Add
7037         stubs.
7038
7039 2003-04-16  Earnie Boyd  <earnie@users.sf.net>
7040
7041         * include/wingdi.h (DM_SPECVERSION): Define.
7042         Thanks to Sinitsyn Valentime <valentine.sinitsyn@usu.ru>
7043         * include/rpcdce.h (UuidCreateSequential): Properly guard with
7044         appropriate _WIN32_WINNT values.
7045
7046 2003-04-15  Chris January  <chris@atomice.net>
7047
7048         * include/rpcdce.h: Add declaration for UuidCreateSequential.
7049         * lib/rpcrt4.def: Add entry for UuidCreateSequential.
7050
7051 2003-04-14  Phil Krylov  <likewolf@users.sourceforge.net>
7052
7053         * include/winuser.h (VK_*): Add missing defines.
7054
7055 2003-04-14  Vincent Béron  <papineau@users.sourceforge.net>
7056
7057         * include/commctrl.h (NMUPDOWN, LPNMUPDOWN): Use currently
7058         documented typedefs for struct _NM_UPDOWN.
7059         Add defines for backward comapatibility.
7060         * include/commdlg.h (OFN_ENABLESIZING): Add define.
7061         * include/wininet.h (IRF_*): Add missing defines.
7062
7063 2003-04-14  Bang Jun-Young  <junyoung@netbsd.org>
7064
7065         * lib/ntdll.def (Csr*, Dbg*, Ki*, Ldr*, Rtl*): Add W2K exports.
7066
7067 2003-04-11  Earnie Boyd  <earnie@users.sf.net>
7068
7069         * include/sspi.h: Add comment for FreeCredentialsHandle.
7070
7071 2003-04-07  Marcel Telka  <telka@users.sourceforge.net>
7072
7073         * include/ddk/winddk.h (KIRQL): Typedef as UCHAR, not ULONG.
7074
7075 2003-03-30  Hans E. Molin  <kvasi@users.sourceforge.net>
7076
7077         * include/olectl.h (OleLoadPicturePath): Correct prototype.
7078
7079 2003-03-30  Danny Smith  <dannysmith@users.sourceforge.net>
7080
7081         * lib/uuid.c (IID_IHTML*): Move definitions to...
7082         * lib/mshtml-uuid.c: New file.
7083         * lib/Makefile.in: Add mshtml-uuid.o to libuuid.a
7084
7085 2003-03-30  Michael Sazonov  <traip@comset.net>
7086
7087         * lib/uuid.c (IID_IHTML*): Add new GUID definitions.
7088         * include/mshtml.h (IHTMLElementCollection, IHTMLLinkElement,
7089         IHTMLImgElement): Add interface definitions.
7090
7091 2003-03-29  Danny Smith  <dannysmith@users.sourceforge.net>
7092
7093         * include/commctrl.h (ANIMATE_CLASS,HOTKEY_CLASS,PROGRESS_CLASS,
7094         STATUSCLASSNAME,TOOLBARCLASSNAME,TOOLTIPS_CLASS,TRACKBAR_CLASS,
7095         UPDOWN_CLASS,WC_COMBOBOXEX,WC_HEADER,WC_IPADDRESS,WC_LISTVIEW,
7096         WC_TABCONTROL,WC_TREEVIEW): Move UNICODE mappings out of
7097         RC_INVOKED guard.
7098         (WC_PAGESCROLLER,WC_NATIVEFONTCTL,WC_BUTTON,WC_STATIC,WC_EDIT,
7099         WC_LISTBOX,WC_COMBOBOX,WC_SCROLLBAR): Add defines.
7100
7101 2003-03-28  Bang Jun-Young  <junyoung@netbsd.org>
7102
7103         * include/winnt.h (WAITORTIMERCALLBACKFUNC): Add typedef.
7104
7105 2003-03-27  Danny Smith  <dannysmith@users.sourceforge.net>
7106
7107         * include/secext.h (GetComputerObjectName[AW],GetUserNameEx[AW],
7108         TranslateName[AW]): Add prototypes.
7109         * lib/sec32.def (GetComputerObjectName[AW],GetUserNameEx[AW],
7110         TranslateName[AW]): Add stubs.
7111         * lib/test.c: Include secext.h.
7112
7113 2003-03-27  Vladimir Michl  <michlv@users.sourceforge.net>
7114
7115         * include/ddk/ndis.h (NdisAllocateSpinLock,NdisFreeSpinLock,
7116         NdisAcquireSpinLock,NdisReleaseSpinLock,NdisDprAcquireSpinLock,
7117         NdisDprReleaseSpinLock): Change macro argument from SpinLock to
7118         _SpinLock.
7119
7120 2003-03-26  Earnie Boyd  <earnie@users.sf.net>
7121
7122         * include/w32api.h: Increment version to 2.4.
7123         * Makefile.in: Ditto.
7124
7125 2003-03-26  Danny Smith  <dannysmith@users.sourceforge.net>
7126
7127         * include/ddk/batclass.h (BATTERY_REPORTING_SCALE)
7128         Move structure from here...
7129         * include/winnt.h (BATTERY_REPORTING_SCALE): To here.
7130
7131         * include/ddk/ntapi.h (JOBOBJECT_*):
7132         Remove structures and enums definitions.
7133         (JOB_OBJECT*): Move defines from here...
7134         * include/winnt.h (JOB_OBJECT* ): To here.
7135
7136         * include/ddk/ntpoapi.h (LATENCY_TIME, POWER_ACTION_POLICY,
7137         SYSTEM_POWER_LEVEL, SYSTEM_POWER_POLICY,
7138         PROCESSOR_POWER_POLICY_INFO, PROCESSOR_POWER_POLICY,
7139         ADMINISTRATOR_POWER_POLICY, SYSTEM_POWER_INFORMATION,
7140         PROCESSOR_POWER_INFORMATION, SYSTEM_BATTERY_STATE,
7141         SYSTEM_POWER_CAPABILITIES): Move enums, structures
7142         and associated defines from here ...
7143         * include/winnt.h: (LATENCY_TIME, POWER_ACTION_POLICY,
7144         SYSTEM_POWER_LEVEL, SYSTEM_POWER_POLICY,
7145         PROCESSOR_POWER_POLICY_INFO, PROCESSOR_POWER_POLICY,
7146         ADMINISTRATOR_POWER_POLICY, SYSTEM_POWER_INFORMATION,
7147         PROCESSOR_POWER_INFORMATION, SYSTEM_BATTERY_STATE,
7148         SYSTEM_POWER_CAPABILITIES):To here.
7149
7150         * include/ddk/winddk.h (DEVICE_POWER_STATE,
7151         SYSTEM_POWER_STATE, POWER_ACTION): Move enums
7152         from here...
7153         * include/winnt.h (DEVICE_POWER_STATE,
7154         SYSTEM_POWER_STATE, POWER_ACTION): To here.
7155
7156 2003-03-19  Danny Smith  <dannysmith@users.sourceforge.net>
7157
7158         *lib/ndis.def (NdisAllocateMemory): Correct stdcall suffix.
7159         Thanks to: Vladimir Michl <michlv@users.sourceforge.net>
7160         (NdisUpdateSharedMemory): Likewise.
7161         (NdisMFreeSharedMemory: Likewise.
7162         (NdisMMapIoSpace: Likewise.
7163
7164 2003-03-18  Danny Smith  <dannysmith@users.sourceforge.net>
7165
7166         * include/lmaccess.h (UF_LOCKOUT): Correct name from UF_LOCK.
7167         Thanks to: Fabricio D. Rossi  <gurusoda@users.sourceforge.net>
7168         (UF_SETTABLE_BITS): Correct UF_LOCKOUT here too.
7169
7170 2003-03-17  Bang Jun-Young  <junyoung@netbsd.org>
7171
7172         * include/winbase.h (EnumResourceLanguages[AW]): Correct prototypes.
7173         (EnumResourceNames[AW]): Ditto.
7174         (EnumResourceTypes[AW]): Ditto.
7175         * include/wincon.h (CONSOLE_FONT_INFO): Add struct.
7176
7177 2003-03-16  Toby Malone  <malone@users.sourceforge.net>
7178
7179         * include/winuser.h (SendInput): Add prototype.
7180         * lib/user32.def (SendInput): Add stub.
7181
7182 2003-03-16  Vadim Yegorov  <zg@bmg.lv>
7183
7184         * winioctl.h (FSCTL_SET_REPARSE_POINT: Correct macro.
7185         (FSCTL_DELETE_REPARSE_POINT): Likewise.
7186
7187 2003-03-15  Bang Jun-Young  <junyoung@netbsd.org>
7188
7189         * winnt.h (JOBOBJECTINFOCLASS): Define enum.
7190         (JOBOBJECT_*): Define corresponding structures.
7191
7192 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
7193
7194         * include/ddk/winddk.h (PCUNICODE_STRING): Remove incorrect
7195         typedef.
7196
7197 2003-03-13  Bang Jun-Young  <junyoung@netbsd.org>
7198
7199         * lib/kernel32.def (Module32{First,Next}{,W}): Add missing exports.
7200         (Process32{First,Next}{,W}): Ditto.
7201         (Thread32{First,Next}): Ditto.
7202         * include/ntdef.h (PCUNICODE_STRING): Add typedef.
7203
7204 2003-03-12  Earnie Boyd  <earnie@users.sf.net>
7205
7206         * include/mswsock.h: Correct invalid filter for _WINSOCK2_H.
7207         Thanks to Jim Barton <jmbarton@users.sf.net>.
7208
7209 2003-03-12  Ranjit Mathew  <rmathew@hotmail.com>
7210
7211         * include/winnt.h (_IMAGE_SEPARATE_DEBUG_HEADER): Expose
7212         member SectionAlignment.
7213
7214 2003-03-11  Earnie Boyd  <earnie@users.sf.net>
7215
7216         * include/winsvc.h (SERVICE_NO_CHANGE): Use hex constant to avoid
7217         warnings.
7218         Thanks to Fabricio D. Rossi <gurusoda@users.sf.net>.
7219         * Makefile.in (bindist): Correct process.
7220         * lib/Makefile.in (install): Ditto.
7221         Thanks to Jeff Bonnggren <jbon@users.sf.net>.
7222
7223 2003-03-10  Danny Smith  <dannysmith@users.sourceforge.net>
7224
7225         * include/rasdlg.h: New file.
7226         * lib/rasdlg.def: New file.
7227         * lib/test.c: Include rasdlg.h.
7228
7229 2003-03-06  Christopher January  <chris@atomice.net>
7230
7231         * include/winbase.h (FindFirstVolume): Add declaration.
7232         (FindNextVolume): Add declaration.
7233         (FindVolumeClose): Add declaration.
7234         (GetSystemTimes): Add declaration.
7235         * include/winnt.h: Add define for PF_XMMI64_INSTRUCTIONS_AVAILABLE.
7236
7237 2003-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
7238
7239         *lib/kernel32.def (GetSystemTimes): Add stub.
7240
7241 2003-03-04  Heiko Gerdau  <hg@technosis.de>
7242
7243         * oleidl.h (IOleObject): Correct GetUserType prototype.
7244         (IViewObject2): Correct GetExtent prototype.
7245         * olectl.h (DISPIP_): Add new defines
7246         * ocidl.h (IOleInPlaceSiteWindowless): Add new interface.
7247
7248 2003-03-01  Danny Smith  <dannysmith@users.sourceforge.net>
7249
7250         * include/olectl.h (OleLoadPictureEx) Add prototype.
7251         (OleLoadPictureFile): Ditto.
7252         (OleLoadPictureFileEx): Ditto.
7253         (OleLoadPicturePath): Ditto.
7254         (OleSavePictureFile): Ditto.
7255
7256 2003-03-01  Danny Smith  <dannysmith@users.sourceforge.net>
7257
7258         * include/objbase.h (CoAddRefServerProcess): Add prototype.
7259         (CoAddReleaseServerProcess): Ditto.
7260         (CoResumeClassObjects): Ditto.
7261         (CoSuspendClassObjects): Ditto.
7262         * include/oleauto.h (V_I1): Define.
7263         Thanks to: "Timofei"  <mmttmm@users.sourceforge.net>
7264
7265 2003-03-01  Heiko Gerdau  <hg@technosis.de>
7266
7267         * include/oleidl.h (USERCLASSTYPE): Add enum.
7268         * include/ocidl.h (IObjectWithSite): Add interface.
7269
7270 2003-02-28  Roland Schwingel  <roland.schwingel@onevision.de>
7271
7272         Fixup UNICODE thinko in 2003-02-22 patch.
7273         * include/wingdi.h (AddFontMemResourceEx): Add.
7274         (RemoveFontMemResourceEx): Ditto.
7275         (AddFontMemResourceEx[AW]): Remove.
7276         (RemoveFontMemResourceEx[AW]): Ditto
7277         * lib/gdi32.def: (AddFontResourceEx): Add.
7278         (RemoveFontMemResourceEx): Ditto.
7279         (AddFontMemResourceEx[AW]): Remove.
7280         (RemoveFontResourceEx[AW]): Ditto.
7281
7282 2003-02-23  Danny Smith  <dannysmith@users.sourceforge.net>
7283
7284         * include/winbase.h (EVENTLOG_SUCCESS): Add define.
7285         Thanks to: Thomas Weber  <thomasweber@sourceforge.net>
7286
7287 2003-02-22  Roland Schwingel  <roland.schwingel@onevision.de>
7288
7289         * include/wingdi.h (AddFontMemResourceEx[AW]): Add.
7290         (RemoveFontMemResourceEx[AW]): Ditto
7291         * lib/gdi32.def (AddFontMemResourceEx[AW]): Add.
7292         (RemoveFontMemResourceEx[AW]): Ditto.
7293
7294 2003-02-22  Bang Jun-Young  <junyoung@netbsd.org>
7295
7296         * lib/ntdll.def (NT*, RTL*, ZW*): Add missing exports.
7297         (NtCurrentTeb): Remove.
7298
7299 2003-02-22  Danny Smith  <dannysmith@users.sourceforge.net>
7300
7301         * include/wsahelp.h: Remove ';' after closing
7302         #ifdef __cplusplus brace.
7303         * include/ws2spi.h: Likewise.
7304
7305 2003-02-22  Danny Smith  <dannysmith@users.sourceforge.net>
7306
7307         * include/winbase.h (MEMORYSTATUSEX): Add structure.
7308         (GlobalMemoryStatusEx): Add prototype.
7309         * lib/kernel32.def (GlobalMemoryStatusEx): Add stub.
7310
7311 2003-02-17  Vaclav Haisman  <V.Haisman@sh.cvut.cz>
7312
7313         * include/winioctl.h (FSCTL_SET_SPARSE): Define.
7314
7315 2003-02-12  Roland Schwingel  <roland.schwingel@onevision.de>
7316
7317         * include/wingdi.h (AddFontResourceEx[AW]): Add.
7318         (RemoveFontResourceEx[AW]): Ditto
7319         (FR_PRIVATE): Define.
7320         (FR_NOT_ENUM): Define.
7321         * lib/gdi32.def (AddFontResourceEx[AW]): Add.
7322         (RemoveFontResourceEx[AW]): Ditto.
7323
7324 2003-02-10  Earnie Boyd  <earnie@users.sf.net>
7325
7326         * include/w32api.h: Increment version to 2.3.
7327         * Makefile.in: Ditto.
7328
7329 2003-02-09  Earnie Boyd  <earnie@users.sf.net>
7330
7331         * lib/ddk/ntoskrnl.def (Ke386IoSetAccessProcess): Activate export.
7332         (Ke386QueryToAccessMap): Ditto.
7333         (Ke386SetIoAccessMap): Ditto.
7334         Thanks to Marcel Telka <telka@users.sf.net>
7335         * include/secext.h: New file. Declare EXTENDED_NAME_FORMAT.
7336         * include/security.h: Include secext.h.
7337         * include/winbase.h: Declare COMPUTER_NAME_FORMAT.
7338         Thanks to Dimitri Papadopoulos <dimitri_at@users.sf.net>
7339         * include/GL/gl.h: Remove include of glext.h.
7340         Thanks to Greg Couch <gregcouch@users.sf.net>
7341
7342 2003-02-05  Earnie Boyd  <earnie@users.sf.net>
7343
7344         * include/basetypes.h (_GUID_DEFINED): Add deprecation warning, start
7345         using GUID_DEFINED instead.
7346         * include/sqltypes.h: Ditto.
7347         * include/winnt.h: Ditto.
7348         * include/ddk/scsiwmi.h: Ditto.
7349
7350 2003-02-04  Danny Smith  <dannysmith@users.sourceforge.net>
7351
7352         * include/shlwapi.h (PathRelativePathTo[AW]): Correct
7353         prototypes.
7354         Thanks to: John Dallaway  <jld@ecoscentric.com>.
7355
7356 2003-02-01  Danny Smith  <dannysmith@users.sourceforge.net>
7357
7358         * include/commctrl.h (TCM_*): Add missing defines.
7359
7360 2003-02-01  Jesus Alvarez  <jesus_alvarez@users.sourceforge.net>
7361             Danny Smith  <dannysmith@users.sourceforge.net>
7362
7363         * include/prsht.h (PSP_*, PSH_*): Add missing defines.
7364         (PROPSHEETPAGE[AW]): Add pszHeaderTitle, pszHeaderSubTitle
7365         for (_WIN32_IE >= 0x0400).
7366         (PROPSHEETHEADER[AW]): Add hplWatermark and anonymous union
7367         fields for (_WIN32_IE >= 0x0400).
7368
7369 2003-01-31  Danny Smith  <dannysmith@users.sourceforge.net>
7370
7371         * include/winbase.h (CreateFiber): Change first parameter
7372         to SIZE_T.
7373         (CreateJobObject[AW], CreateHardLink[AW]):Guard with
7374         if (_WIN32_WINNT >= 0x0500).
7375
7376 2003-01-31  Bang Jun-Young  <junyoung@netbsd.org>
7377
7378         * include/winbase.h (PWIN32_FIND_DATAA, PWIN32_FIND_DATAW):
7379         Add missing typedefs.
7380         (CreateFiberEx, CreateJobObjectA,CreateJobObjectW): Add missing
7381         prototypes.
7382         (CreateHardLinkA, CreateHardLinkW): Return BOOL, not HANDLE.
7383
7384 2003-01-27  Krzysztof Nikiel  <kni@poczta.onet.pl>
7385
7386         * include/mmsystem.h (MIXERCONTROL_CONTROLF_MULTIPLE): Correct
7387         define.
7388         * lib/largeint.c (LargeIntegerAdd): Add, don't multiply.
7389
7390 2003-01-27  Danny Smith  <dannysmith@users.sourceforge.net>
7391
7392         * include/rpcnterr.h (RPC_X_INVALID_PIPE_OPERATION): Add
7393         define.
7394         * include/winbase.h (WAIT_TIMEOUT): Guard against prior
7395         definition.
7396         (WAIT_FAILED): Cast to DWORD.
7397         * include/winerror.h (WAIT_TIMEOUT): Guard against prior
7398         definition.
7399
7400 2003-01-27  Bang Jun-Young  <junyoung@netbsd.org>
7401
7402         * include/winerror.h: Protect against multiple
7403         definition of WSA* error codes.
7404         * include/winsock.h: Likewise.
7405         * include/winsock2.h: Likewise.
7406
7407 2003-01-27  Bang Dong-Heui
7408             Bang Jun-Young  <junyoung@netbsd.org>
7409
7410         * include/winerror.h (ERROR_*, SEC_E_*,RPC_S_*, FRS_ERR_*,
7411         DNS_*, WSA*, WAIT_TIMEOUT): Add missing error codes.
7412         (RPC_X_INVALID_PIPE_OPERATION): Remove define.
7413
7414
7415 2003-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
7416
7417         * include/ras.h (RASCONN[AW]): Add dwSessionId for
7418         (WINVER >= 0x501).
7419
7420 2003-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
7421
7422         * include/ras.h (RASCONN[AW]): Guard szDeviceType,
7423         szDeviceName fields with (WINVER >= 0x400). Add dwFlags, luid
7424         fields for (WINVER >= 0x501).
7425
7426 2003-01-23  Danny Smith  <dannysmith@users.sourceforge.net>
7427
7428         * lib/ws2_32.def (getaddrinfo, freeaddrinfo and getnameinfo):
7429         Add stubs.
7430         * include/ws2tcpip.h (IPV6_*) Add IPPROTO_IPV6 level socket
7431         options.
7432
7433 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
7434
7435         * include/winnt.h (IMAGE_FILE_AGGRESIVE_WS_TRIM
7436         IMAGE_FILE_LARGE_ADDRESS_AWARE): Add defines.
7437
7438 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
7439
7440         * include/accctrl.h (enum _SE_OBJECT_TYPE): Add
7441         SE_REGISTRY_WOW64_32KEY.
7442         Reported by: Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
7443
7444 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
7445
7446         * include/commctrl.h (HDN_GETDISPINFO[AW]: Add defines.
7447         (tagNMHDDISPINFO[AW}: Add structures and typedefs.
7448         Reported by: Mat Nieuwenhoven  <matnieuw@users.sourceforge.net>
7449
7450 2003-01-10  Christopher Faylor  <cgf@redhat.com>
7451
7452         * include/winsock2.h: Remove gethostname from INSIDE_CYGWIN protection.
7453
7454 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
7455
7456         * lib/dxguid.c: Don't #include <objbase.h>.
7457         * include/unknwn.h: Partially revert change of 2002-12-26.
7458         Don't include <ole2.h>.
7459
7460 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
7461
7462         * lib/dinput.c: Don't #include <objbase.h>.
7463
7464 2003-01-08  Bart Oldeman  <bartoldeman@users.sourceforge.net>
7465
7466         * include/windows.h (ole2.h):Do #include for
7467         __WATCOMC__.
7468
7469 2003-01-05  Danny Smith  <dannysmith@users.sourceforge.net>
7470
7471         * include/winuser.h (SPI_SETWHEELSCROLLLINES) Add define.
7472         * include/zmouse.h (WHEEL_DELTA): Guard against prior
7473         definition.
7474         (WHEEL_PAGESCROLL): Likewise.
7475         (SPI_SETWHEELSCROLLLINES): Define, if not already done.
7476
7477 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
7478
7479         * include/winuser.h (SPI_GETWHEELSCROLLLINES) Add define.
7480         (WHEEL_PAGESCROLL): Add define.
7481
7482 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
7483
7484         * include/commctrl.h (tagNMTOOLBAR[AW]): Replace obsolete struct
7485         names tagTBNOTIFY[AW] and typedefs. Add defines for backward
7486         compatability. Add RECT field. Add UNICODE mappings for new
7487         names.
7488         (tagNMREBARCHEVRON): Add struct and typedefs for
7489         _WIN32_IE >= 0x0500.
7490
7491 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
7492
7493         * include/commctrl.h (TOOLINFO[AW]): Update structures.
7494         (LVHITTESTINFO): Likewise.
7495
7496         * include/wingdi.h (GRADIENT_TRIANGLE): Add structure.
7497         (GRADIENT_RECT): Likewise.
7498
7499 2003-01-03  Bang Jun-Young  <junyoung@netbsd.org>
7500
7501         * include/winerror.h (ERROR_OPLOCK_NOT_GRANTED,
7502         ERROR_INVALID_OPLOCK_PROTOCOL, ERROR_SOURCE_ELEMENT_EMPTY,
7503         ERROR_DESTINATION_ELEMENT_FULL, ERROR_ILLEGAL_ELEMENT_ADDRESS,
7504         ERROR_MAGAZINE_NOT_PRESENT, ERROR_DEVICE_REINITIALIZATION_NEEDED,
7505         ERROR_DEVICE_REQUIRES_CLEANING, ERROR_DEVICE_DOOR_OPEN,
7506         ERROR_DEVICE_NOT_CONNECTED, ERROR_NOT_FOUND, ERROR_NO_MATCH,
7507         ERROR_SET_NOT_FOUND, ERROR_NO_TRACKING_SERVICE,
7508         ERROR_JOURNAL_DELETE_IN_PROGRESS, ERROR_JOURNAL_NOT_ACTIVE,
7509         ERROR_JOURNAL_ENTRY_DELETED, ERROR_ONLY_IF_CONNECTED,
7510         ERROR_NOT_SUPPORTED_ON_SBS, ERROR_SERVER_SHUTDOWN_IN_PROGRESS,
7511         ERROR_MUTUAL_AUTH_FAILED, ERROR_TIME_SKEW, ERROR_DEVICE_REMOVED,
7512         RPC_S_INVALID_ASYNC_HANDLE, RPC_S_INVALID_ASYNC_CALL,
7513         RPC_X_PIPE_CLOSED, RPC_X_PIPE_DISCIPLINE_ERROR, RPC_X_PIPE_EMPTY,
7514         ERROR_CANT_ACCESS_FILE, ERROR_CANT_RESOLVE_FILENAME,
7515         ERROR_WMI_GUID_NOT_FOUND, ERROR_WMI_INSTANCE_NOT_FOUND,
7516         ERROR_WMI_ITEMID_NOT_FOUND, ERROR_WMI_TRY_AGAIN, ERROR_WMI_READ_ONLY,
7517         ERROR_WMI_SET_FAILURE, ERROR_TRANSPORT_FULL, ERROR_FILE_OFFLINE,
7518         ERROR_REMOTE_STORAGE_NOT_ACTIVE, ERROR_REMOTE_STORAGE_MEDIA_ERROR,
7519         ERROR_NOT_A_REPARSE_POINT, ERROR_REPARSE_ATTRIBUTE_CONFLICT,
7520         ERROR_INVALID_REPARSE_DATA, ERROR_REPARSE_TAG_INVALID,
7521         ERROR_REPARSE_TAG_MISMATCH, ERROR_FILE_ENCRYPTED,
7522         ERROR_FILE_NOT_ENCRYPTED, ERROR_NOT_EXPORT_FORMAT,
7523         ERROR_CTX_WINSTATION_NAME_INVALID, ERROR_CTX_INVALID_PD,
7524         ERROR_CTX_PD_NOT_FOUND, ERROR_CTX_WD_NOT_FOUND,
7525         ERROR_CTX_CLOSE_PENDING, ERROR_CTX_NO_OUTBUF,
7526         ERROR_CTX_MODEM_INF_NOT_FOUND, ERROR_CTX_INVALID_MODEMNAME,
7527         ERROR_CTX_MODEM_RESPONSE_ERROR, ERROR_CTX_MODEM_RESPONSE_TIMEOUT,
7528         ERROR_CTX_MODEM_RESPONSE_NO_CARRIER,
7529         ERROR_CTX_MODEM_RESPONSE_NO_DIALTONE, ERROR_CTX_MODEM_RESPONSE_BUSY,
7530         ERROR_CTX_MODEM_RESPONSE_VOICE, ERROR_CTX_TD_ERROR,
7531         ERROR_CTX_WINSTATION_NOT_FOUND, ERROR_CTX_WINSTATION_ALREADY_EXISTS,
7532         ERROR_CTX_WINSTATION_BUSY, ERROR_CTX_BAD_VIDEO_MODE,
7533         ERROR_CTX_GRAPHICS_INVALID, ERROR_CTX_NOT_CONSOLE,
7534         ERROR_CTX_CLIENT_QUERY_TIMEOUT, ERROR_CTX_CONSOLE_DISCONNECT,
7535         ERROR_CTX_CONSOLE_CONNECT, ERROR_CTX_SHADOW_DENIED,
7536         ERROR_CTX_WINSTATION_ACCESS_DENIED, ERROR_CTX_INVALID_WD,
7537         ERROR_CTX_SHADOW_INVALID, ERROR_CTX_SHADOW_DISABLED,
7538         ERROR_CTX_CLIENT_LICENSE_IN_USE, ERROR_CTX_CLIENT_LICENSE_NOT_SET,
7539         ERROR_CTX_LICENSE_NOT_AVAILABLE, ERROR_CTX_LICENSE_CLIENT_INVALID,
7540         ERROR_CTX_LICENSE_EXPIRED, ERROR_DS_MEMBERSHIP_EVALUATED_LOCALLY,
7541         ERROR_DS_NO_ATTRIBUTE_OR_VALUE, ERROR_DS_INVALID_ATTRIBUTE_SYNTAX,
7542         ERROR_DS_ATTRIBUTE_TYPE_UNDEFINED, ERROR_DS_ATTRIBUTE_OR_VALUE_EXISTS,
7543         ERROR_DS_BUSY, ERROR_DS_UNAVAILABLE, ERROR_DS_NO_RIDS_ALLOCATED,
7544         ERROR_DS_NO_MORE_RIDS, ERROR_DS_INCORRECT_ROLE_OWNER,
7545         ERROR_DS_RIDMGR_INIT_ERROR, ERROR_DS_OBJ_CLASS_VIOLATION,
7546         ERROR_DS_CANT_ON_NON_LEAF, ERROR_DS_CANT_ON_RDN,
7547         ERROR_DS_CANT_MOD_OBJ_CLASS, ERROR_DS_CROSS_DOM_MOVE_ERROR,
7548         ERROR_DS_GC_NOT_AVAILABLE, ERROR_SHARED_POLICY,
7549         ERROR_POLICY_OBJECT_NOT_FOUND, ERROR_POLICY_ONLY_IN_DS,
7550         ERROR_DS_ADMIN_LIMIT_EXCEEDED, ERROR_DS_DS_REQUIRED,
7551         ERROR_DS_SAM_INIT_FAILURE, ERROR_DS_SENSITIVE_GROUP_VIOLATION,
7552         ERROR_DS_CANT_MOD_PRIMARYGROUPID, ERROR_DS_INVALID_GROUP_TYPE,
7553         ERROR_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN,
7554         ERROR_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN,
7555         ERROR_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER,
7556         ERROR_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER,
7557         ERROR_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER,
7558         ERROR_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER,
7559         ERROR_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER,
7560         ERROR_DS_HAVE_PRIMARY_MEMBERS, ERROR_DS_SAM_NEED_BOOTKEY_PASSWORD,
7561         ERROR_DS_SAM_NEED_BOOTKEY_FLOPPY, ERROR_DS_CANT_START,
7562         ERROR_DS_INIT_FAILURE, ERROR_SAM_INIT_FAILURE, ERROR_DS_GC_REQUIRED,
7563         ERROR_DS_LOCAL_MEMBER_OF_LOCAL_ONLY,
7564         ERROR_DS_NO_FPO_IN_UNIVERSAL_GROUPS,
7565         ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED):
7566         Add missing error codes.
7567
7568 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
7569
7570         * lib/kernel32.c (GetCurrentFiber): Remove blank input field in
7571         asm code.
7572         (GetFiberData): Likewise.
7573
7574 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
7575
7576         * include/winnt.h (GetCurrentFiber): Remove blank input field in
7577         asm code.
7578         (GetFiberData): Likewise.
7579
7580 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
7581
7582         * include/winerror.h (ERROR_DIFFERENT_SERVICE_ACCOUNT,
7583         ERROR_EXE_MACHINE_TYPE_MISMATCH, ERROR_HOOK_TYPE_NOT_ALLOWED,
7584         ERROR_INVALID_KEYBOARD_HANDLE, ERROR_INVALID_PRINT_MONITOR,
7585         ERROR_PRINT_MONITOR_IN_USE, ERROR_PRINTER_HAS_JOBS_QUEUED,
7586         ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION,
7587         ERROR_SUCCESS_REBOOT_REQUIRED, ERROR_SUCCESS_RESTART_REQUIRED,
7588         ERROR_TIMEOUT, OR_INVALID_OID, OR_INVALID_OXID,
7589         OR_INVALID_SET, RPC_X_INVALID_PIPE_OPERATION): Add missing
7590         error codes.
7591         Re-sort codes.
7592
7593 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
7594
7595         * include/winspool.h (PRINTER_INFO_6): Add.
7596         Reported by: Mat Nieuwenhoven  <matnieuw@users.sourceforge.net>
7597
7598 2002-12-30  Hartmut Honisch  <hhonisch@users.sourceforge.net>
7599
7600         * include/winbase.h (NMPWAIT_WAIT_FOREVER): Cast to DWORD.
7601
7602         * lib/ntdll.def (NtConnectPort, NtOpenEvent,
7603         NtRequestWaitReplyPort, NtWaitForSingleObject,ZwConnectPort,
7604         ZwOpenEvent, ZwRequestWaitReplyPort, ZwWaitForSingleObject):
7605         Add stubs.
7606
7607 2002-12-30  Danny Smith  <dannysmith@users.sourceforge.net>
7608
7609         * include/wingdi.h (wglGetLayerPaletteEntries): Correct
7610         prototype. Thanks to: Joe Krahn  <jkrahn at nc dot rr dot com>.
7611
7612 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
7613
7614         * include/wingdi.h (DOCINFOA): Replace LPCTSTR with LPCSTR.
7615
7616 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
7617
7618         * include/wingdi.h (BALTIC_CHARSET, JOHAB_CHARSET,
7619         VIETNAMESE_CHARSET): Remove duplicate defines.
7620         * lib/comctl32.def (ImageList_SetImageCount): Add stub.
7621
7622 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
7623
7624         * include/dbt.h (DEV_BROADCAST_PORT): Add UNICODE version.
7625         Thanks to: Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
7626
7627 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
7628
7629         * include/unknwn.h: Include windows.h and ole2.h before header
7630         guard to avoid circular inclusion of COM headers.
7631
7632 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
7633
7634         * include/dde.h (PackDDElParam, UnpackDDElParam,FreeDDElParam,
7635         ReuseDDElParam): Use __WIN64 compatible typedefs.
7636
7637 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
7638
7639         * include/accctrl.h (ACTRL_ACCESS_ENTRY[AW]): Make
7640         lpInheritProperty member const.
7641         (ACTRL_PROPERTY_ENTRY[AW]): Make lpProperty member
7642         const.
7643
7644 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
7645
7646         * include/commcat.h: Don't include windows.h or ole2.h ifdef
7647         COM_NO_WINDOWS_H.
7648         * include/unknwn.h: Ditto.
7649
7650 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
7651
7652         * include/imm.h (ImmGetCompositionFont[AW],
7653         ImmSetCompositionFont[AW]): Add NOGDI guard.
7654
7655 2002-12-19  Danny Smith  <dannysmith@users.sourceforge.net>
7656
7657         * include/ddk/hidusage.h: Remove unneccessary #pragma pack's.
7658         * include/ddk/miniport.h (EMULATOR_PORT_ACCESS_TYPE): Define
7659         before using.
7660         (VIDEO_ACCESS_RANGE): Guard against prior definition.
7661         * include/ddk/minitape.h (INQUIRYDATA): Guard against prior
7662         definition.
7663         * include/ddk/ndis.h (DECLARE_UNKNOWN_PROTOTYPE): Correct macro.
7664         * include/ddk/ndisguid.h: Remove unneccessary #pragma pack's.
7665         * include/ddk/scsi.h (INQUIRYDATA): Guard against prior
7666         definition.
7667         * include/ddk/scsiwmi.h (GUID): Define if not already done.
7668         (LPCGUID): Likewise.
7669         * include/ddk/tdi.h: Close "Listen flags" comment.
7670         * include/ddk/tdistat.h: Remove unneccessary #pragma pack's.
7671         * include/ddk/video.h:  Add #pragma pack(push,4) to balance.
7672         (VIDEO_ACCESS_RANGE): Guard against prior definition.
7673         * include/ddk/videoagp.h:Add #pragma pack(push,4) to balance.
7674         * include/ddk/win2k.h: Likewise.
7675         * include/ddk/winddi.h: Likewise.
7676         * include/ddk/winddk.h: Likewise.
7677         * include/ddk/winnt4.h: Likewise.
7678         * include/ddk/ws2san.h: Likewise.
7679         * include/ddk/xfilter.h: Remove unbalanced #pragma pack(pop).
7680         * include/ddk/video.h: Don't process rest of file ifdef
7681         __WINDDI_H.
7682         * include/ddk/winddi.h: Don't process rest of file ifdef
7683         __VIDEO_H.
7684         * include/ddk/usb.h: Don't process rest of file ifdef
7685         __USBDI_H.
7686         * include/ddk/usbdi.h: Don't process rest of file ifdef
7687         __USB_H.
7688         * include/ddk/usbcamdi.h: Don't process rest of file if
7689         !defined(__USB_H) && !defined(__USBDI_H)
7690
7691 2002-12-18  James E. Lucas  <xelloss@users.sourceforge.net>
7692
7693         * include/winnetwk.h (WNetResourceInformation[AW]): Correct
7694         prototypes.
7695         * include/winuser.h (GetAncestor) Add prototype.
7696         (GA_PARENT, GA_ROOT, GA_ROOTOWNER): Add defines.
7697         (EWX_FORCEIFHUNG): Add define for _WIN32_WINNT >= 0x0500.
7698         (SPI_GETACTIVEWINDOWTRACKING, SPI_GETACTIVEWNDTRKZORDER,
7699         SPI_GETACTIVEWNDTRKTIMEOUT, SPI_SETACTIVEWINDOWTRACKING
7700         SPI_SETACTIVEWNDTRKZORDER, SPI_SETACTIVEWNDTRKTIMEOUT): Add
7701         defines.
7702         * lib/user32.def (GetAncestor@8): Add stub.
7703
7704 2002-12-15  Danny Smith  <dannysmith@users.sourceforge.net>
7705
7706         * include/windows.h: Guard inclusion of wingdi.h,
7707         commdlg.h, winspool.h, ole2.h with NOGDI.
7708         * include/winuser.h (ICONMETRICS, NONCLIENTMETRICS,
7709         ChangeDisplaySettings, CreateDesktop, EnumDisplaySettings):
7710         Guard with NOGDI.
7711
7712 2002-12-12  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
7713
7714         * include/oleacc.h (SELFLAG_*): Change to enum.
7715
7716 2002-12-11  Danny Smith  <dannysmith@users.sourceforge.net>
7717
7718         * include/shlobj.h (IShellLinkW::GetPath): Correct prototype.
7719         Thanks to: Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
7720
7721 2002-12-09  Danny Smith  <dannysmith@users.sourceforge.net>
7722
7723         * include/shellapi.h (ExtractIconEx[AW]): Correct return type
7724         to UINT.
7725         Thanks to: Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
7726
7727 2002-12-07  Danny Smith  <dannysmith@users.sourveforge.net>
7728
7729         * include/winuser.h (AllowSetForegroundWindow,
7730         LockSetForegroundWindow): Add prototypes.
7731         (ASFW_ANY, LSFW_LOCK, LSFW_UNLOCK) Add defines.
7732         Thanks to:  Pat Thoyts  <patthoyts@users.sourceforge.net>
7733         * lib/winuser.def (AllowSetForegroundWindow,
7734         LockSetForegroundWindow): Add stubs.
7735
7736 2002-12-06  Ken Fitlike  <kenfitlike@users.sourceforge.net>
7737
7738         * include/commctrl.h (TN_GETDISPINFO[AW]): Add defines and
7739         UNICODE mappings.
7740         (tagNMTTDISPINFO[AW]): Replace obsolete struct names
7741         tagTOOLTIPTEXT[AW] and typedefs. Add defines for backward
7742         compatability. Add lParam field. Add UNICODE mappings for new
7743         names.
7744
7745 2002-12-02  Andrew Stadt  <acstadt@sympatico.ca>
7746
7747         * include/shellapi.h (_SHFILEOPSTRUCTA,_SHFILEOPSTRUCTW):
7748         Wrap with pshpack2.h/poppack.h to correct alignment.
7749
7750 2002-12-02  Ken Fitlike  <kenfitlike@users.sourceforge.net>
7751
7752         * include/commctrl.h (LVBKIF_*): Add defines.
7753         (LVM_SETIMAGE[AW]): Add defines and UNICODE mappings.
7754         (LVM_GETIMAGE[AW]): Add defines and UNICODE mappings.
7755         (LVBKIMAGE[AW]): Add defines and UNICODE mappings.
7756         (LPLVBKIMAGE[AW]): Add defines and UNICODE mappings.
7757         (LVM_GETBKIMAGE[AW]): Add defines and UNICODE mappings.
7758         (LVM_SETBKIMAGE[AW]): Add defines and UNICODE mappings.
7759         (ListView_GetBkImage): Add define.
7760         (ListView_SetBkImage): Add define.
7761         (LVBKIMAGE): Add structures and typedefs.
7762
7763 2002-11-25  Earnie Boyd  <earnie@users.sf.net>
7764
7765         * include/w32api.h: Increment to version 2.2
7766         * Makefile.in: Ditto.
7767
7768 2002-11-25  Earnie Boyd  <earnie@users.sf.net>
7769
7770         * lib/Makefile.in (dist, install): Correct the install destinations.
7771         * lib/ddk/Makefile.in (dist, install): Ditto.
7772
7773 2002-11-16  Danny Smith  <dannysmith@users.sourceforge.net>
7774
7775         * lib/uuid.c (CATID_InternetAware,CLSID_HttpSProtocol,
7776         CLSID_PSUrlMonProxy,CLSID_StdURLMoniker,IID_IObjectWithSite,
7777         IID_IPersistMoniker,IID_IProgressNotify): Correct off-by-one bug
7778         in definitions.
7779         (CLSID_CFontPropPage00, GUID_FONTUNDERSCORE11,
7780         IID_IOleControlSite89): Remove.
7781
7782 2002-11-15  Christopher Faylor  <cgf@redhat.com>
7783
7784         * lib/uuid.c (IID_IRunnableObject): Remove duplicate definition.
7785         (IID_IStdMarshalInfo): Ditto.
7786
7787 2002-11-15  Christopher Faylor  <cgf@redhat.com>
7788
7789         * lib/uuid.c (IID_IOleInPlaceSite): Remove duplicate definition.
7790         (IID_IPersistStorage): Ditto.
7791
7792 2002-11-15  Weiqi Gao  <weiqigao@users.sourceforge.net>
7793
7794         * lib/uuid.c (CLSID_PSClassObject, CLSID_PSEnumerators,
7795         IID_IClassActivator, IID_IClientSecurity, IID_ICreateTypeInfo,
7796         IID_ICreateTypeLib2, IID_IOleInPlaceSite, IID_IPersistStorage,
7797         IID_IRunnableObject, IID_IServerSecurity, IID_IStdMarshalInfo):
7798         Correct definitions.
7799
7800 2002-11-15  Danny Smith  <dannysmith@users.sourceforge.net>
7801
7802         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
7803         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
7804         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
7805         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
7806         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
7807         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
7808         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
7809         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
7810         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
7811         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
7812         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
7813         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
7814         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
7815         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
7816         xfilter.h): Change comment to refer w32api package, not MinGW.
7817
7818 2002-11-15  Danny Smith  <dannysmith@users.sourceforge.net>
7819
7820         * include/ddk/ntddk.h: Include winnt.h as system header.
7821
7822 2002-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
7823
7824         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
7825         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
7826         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
7827         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
7828         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
7829         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
7830         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
7831         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
7832         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
7833         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
7834         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
7835         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
7836         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
7837         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
7838         xfilter.h): Fix typo in disclaimer comment.
7839
7840 2002-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
7841
7842         * include/exdisp.h: Include oaidl.h as system header.
7843
7844 2002-11-12  Earnie Boyd  <earnie@users.sf.net>
7845
7846         * include/w32api.h (__W32API_VERSION): Fix.
7847
7848 2002-11-09  Weiqi Gao  <weiqigao@users.sourceforge.net>
7849
7850         * lib/uuid.c (IID_ICatInformation): Correct definition.
7851
7852 2002-11-07  Danny Smith  <dannysmith@users.sourceforge.net>
7853
7854         * include/oleauto.h (DeregisterTypeLib): Remove.
7855         (UnRegisterTypeLib): Add prototype.
7856
7857 2002-11-07  Christopher January  <chris@atomice.net>
7858
7859         * include/winioctl.h: Add definition for IOCTL_DISK_UPDATE_DRIVE_SIZE.
7860
7861 2002-11-04  Danny Smith  <dannysmith@users.sourceforge.net>
7862
7863         * include/winnt.h (VerSetConditionMask): Add prototype.
7864         * lib/kernel32.def (VerifyVersionInfo[AW]): Add stubs.
7865
7866 2002-10-16  Danny Smith  <dannysmith@users.sourceforge.net>
7867
7868         * include/winuser.h (MONITORINFOEX[AW]): Add structure
7869         definitions and ANSI/UNICODE mappings.
7870         Cleanup whitespace.
7871
7872 2002-10-14  Earnie Boyd  <earnie@users.sf.net>
7873
7874         * Makefile.in: Add components for lib/ddk.  Adjust for autoconf-2.53.
7875         * configure.in: Ditto.
7876         * lib/Makefile.in: Ditto.
7877         * lib/ddk/Makefile.in: Correct installation procedure.  Adjust for
7878         autoconf-2.53.
7879         * configure: Regenerate.
7880
7881 2002-10-14  Danny Smith  <dannysmith@users.sourceforge.net>
7882
7883         * include/windows.h: Don't include basetyps.h.
7884         * include/objfwd.h: Do include basetyps.h.
7885
7886 2002-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
7887
7888         * include/objbase.h: Include rpc.h and rpcndr.h
7889         before header guard.
7890
7891 2002-10-11  Danny Smith  <dannysmith@users.sourceforge.net>
7892
7893         * include/olectl.h (PROPPAGEINFO): Change type of
7894         field cb to ULONG.
7895
7896 2002-10-11  Steven Edwards  <Steven_Ed4153@yahoo.com>
7897
7898         * lib/ntdll.def (RtlAcquireResourceExclusive,
7899         RtlAcquireResourceShared, RtlDeleteResource,
7900         RtlInitializeResource, RtlReleaseResource,
7901         RtlTimeToSecondsSince1970) : Added missing exports.
7902
7903 2002-10-08  Heiko Gerdau  <hg@technosis.de>
7904
7905         * include/oleacc.h: New file.
7906         * include/winuser.h (ENDSESSION_LOGOFF) Add define.
7907         (OBJID_*) Add defines.
7908         * lib/uuid.c: Add DEFINE_GUID for IID_IAccessible.
7909         * lib/test.c: Include oleacc.h.
7910
7911 2002-10-06  Casper Hornstrup  <chorns@it.dk>
7912
7913         * include/ddk: New subdir.
7914         * lib/ddk: Ditto.
7915         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
7916         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
7917         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
7918         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
7919         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
7920         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
7921         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
7922         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
7923         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
7924         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
7925         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
7926         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
7927         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
7928         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
7929         xfilter.h): New files.
7930         * lib/ddk/(Makefile.in, apcups.def, cfgmgr32.def, dxapi.def,
7931         hal.def, hid.def, hidparse.def, mcd.def, ndis.def, ntoskrnl.def,
7932         scsiport.def, tdi.def, usbcamd.def, usbcamd2.def, videoprt.def,
7933         win32k.def): Ditto.
7934
7935 2002-10-04  Steven Edwards  <Steven_Ed4153@yahoo.com>
7936
7937         * lib/ntdll.def (NtAccessCheck, NtAdjustPrivilegesToken,
7938         NtCreateKey, NtDeleteKey, NtDeleteValueKey, NtEnumerateKey,
7939         NtEnumerateValueKey, NtOpenKey, NtOpenProcessToken,
7940         NtOpenThreadToken, NtQueryInformationToken, NtQueryKey,
7941         NtQueryValueKey, NtSetSecurityObject, NtSetValueKey,
7942         RtlAddAccessAllowedAce, RtlCreateAcl,
7943         RtlCreateSecurityDescriptor, RtlCreateUnicodeStringFromAsciiz,
7944         RtlGetAce, RtlGetControlSecurityDescriptor,
7945         RtlGetDaclSecurityDescriptor,RtlGetGroupSecurityDescriptor,
7946         RtlGetOwnerSecurityDescriptor,RtlGetSaclSecurityDescriptor,
7947         RtlImpersonateSelf, RtlIsTextUnicode, RtlLargeIntegerAdd,
7948         RtlLengthSecurityDescriptor, RtlMakeSelfRelativeSD,
7949         RtlMultiByteToUnicodeN RtlMultiByteToUnicodeSize,
7950         RtlOpenCurrentUser, RtlSetDaclSecurityDescriptor,
7951         RtlSetGroupSecurityDescriptor, RtlSetOwnerSecurityDescriptor,
7952         RtlSetSaclSecurityDescriptor, RtlValidSecurityDescriptor,
7953         ZwAccessCheck, ZwAdjustPrivilegesToken, ZwCreateKey,
7954         ZwDeleteValueKey, ZwEnumerateKey, ZwEnumerateValueKey,
7955         ZwOpenKey, ZwOpenProcessToken, ZwOpenThreadToken,
7956         ZwQueryInformationToken, ZwQueryKey, ZwQueryValueKey
7957         ZwSetSecurityObject, ZwSetValueKey): Added missing exports.
7958
7959 2002-10-04  "KJK::Hyperion"  <noog@libero.it>
7960
7961         *include/windef.h (WPARAM): Update typedef.
7962         (LPARAM): Ditto.
7963         (LRESULT): Ditto.
7964
7965 2002-10-04  "KJK::Hyperion"  <noog@libero.it>
7966
7967         * include/shlobj.h (CSIDL_*): Add defines.
7968
7969 2002-09-24  Danny Smith  <dannysmith@users.sourceforge.net>
7970
7971         * include/ws2tcpip.h: Throw error if winsock.h, not winsock2.h
7972         has been included first.
7973
7974 2002-09-24  René Møller Fonseca  <fonseca@users.sourceforge.net>
7975
7976         * include/winbase.h (FindFirstFileEx): Fixed ANSI mode.
7977         * include/wingdi.h (PFD_SWAP_LAYER_BUFFERS):Added define.
7978         * include/winuser.h (AppendMenu[AW]): Fixed prototypes.
7979
7980 2002-09-18  Eric R. Krause  <ekrause_98@users.sourceforge.net>
7981
7982         * include/winuser.h (DS_SHELLFONT): Define.
7983
7984 2002-09-17  Daniel Schlyder  <daniel@dascdev.net>
7985
7986         * include/winnt.h (VER_SUITE_BLADE): Define.
7987
7988 2002-09-17  Danny Smith  <dannysmith@users.sourceforge.net>
7989
7990         * include/shlobj.h (SHGetSpecialFolderPath[AW]):
7991         Add _WIN32_IE guard. Correct prototype for wide version.
7992         (SHGetFolderPath): Add comment on shfolder.dll.
7993         (SHGetFolderLocation): Add prototyope for WinME and W2K.
7994         (SHGetFolderPathAndSubDir[AW]): Add prototypes for XP.
7995
7996 2002-09-16  Danny Smith  <dannysmith@users.sourceforge.net>
7997
7998         * lib/shell32.def (SHGetFolderPath[AW]): Add comment.
7999         * lib/shfolder.def: New file.
8000
8001 2002-09-12  Danny Smith  <dannysmith@users.sourceforge.net>
8002
8003         * include/winsock.h (timeval): Guard struct and associated
8004         macros with _TIMEVAL_DEFINED.
8005         * include/winsock2.h (timeval): Likewise.
8006
8007 2002-09-11  Danny Smith  <dannysmith@users.sourceforge.net>
8008
8009         * lib/shell32.def (SHBindtoParent,SHCreateDirectoryEx[AW],
8010         SHCreateProcessAsUserW,SHCreateQueryCancelAutoPlayMoniker,
8011         SHCreateShellItem,SHEmptyRecycleBin[AW],
8012         SHEnumerateUnreadMailAccountsW,SHExtractIconsW,
8013         SHGetDataFromIDList[AW],SHGetDiskFreeSpace[AW],
8014         SHGetDiskFreeSpaceEx[AW],SHGetFolderLocation,
8015         SHGetFolderPathAndSubDir[AW],SHGetIconOverlayIndex[AW],
8016         SHGetNewLinkInfo[AW],SHGetSettings,SHGetUnreadMailCountW,
8017         SHInvokePrinterCommand[AW],SHIsFileAvailableOffline,
8018         SHLoadNonloadedIconOverlayIdentifiers,
8019         SHOpenFolderAndSelectItems,SHParseDisplayName,
8020         SHPathPrepareForWrite[AW],SHQueryRecycleBin[AW],
8021         SHSetLocalizedName,SHSetUnreadMailCountW,
8022         SHUpdateRecycleBinIcon: Add missing stubs.
8023
8024 2002-09-07  Earnie Boyd  <earnie@users.sf.net>
8025
8026         * include/windef.h (WINVER): Add documentation.
8027         (_WIN32_WINNT): Ditto.
8028         Special thanks to Paul Schmidt <paul@tricattechnologies.com>
8029
8030 2002-09-06  Danny Smith  <dannysmith@users.sourceforge.net>
8031
8032         * lib/Makefile.in (TEST_OPTIONS): Define WINVER to 0x0666.
8033
8034 2002-09-04  Kevin Chase  <kevincha99@hotmail.com>
8035
8036         * include/winbase.h (AllocateUserPhysicalPages,
8037         MapUserPhysicalPages, MapUserPhysicalPagesScatter,
8038         FreeUserPhysicalPages): Add prototypes.
8039         * lib/kernel32.def: Add function stubs for above.
8040
8041 2002-09-03  René Møller Fonseca  <fonseca@users.sourceforge.net>
8042
8043         * include/winuser.h (IDTRYAGAIN,IDCONTINUE): Add defines.
8044         Add WINVER guards for dialog box command id defines.
8045
8046 2002-09-03  Earnie Boyd  <earnie@users.sf.net>
8047
8048         * include/wincon.h (GetConsoleWindow): Add _WIN32_WINNT >= 0x0500 guard.
8049
8050 2002-08-30  Christopher January  <ccj00@doc.ic.ac.uk>
8051
8052         * include/wincon.h: Define GetConsoleWindow(void).
8053
8054 2002-08-28  Earnie Boyd  <earnie@users.sf.net>
8055
8056         * include/w32api.h: Increment version to 2.1.
8057         * Makefile.in: Ditto.
8058
8059 2002-08-26  Bart Oldeman  <bart.oldeman@btinternet.com>
8060
8061         * include/winsock2.h (SOCKET_ADDRESS): Define if
8062         __CSADDR_T_DEFINED is not defined (copied from nspapi.h)
8063         (CSADDR_INFO): Ditto.
8064         (nspapi.h) : Don't include. Removed FIXME comment.
8065         * include/nspapi.h (SOCKET_ADDRESS) Only define if
8066         __CSADDR_T_DEFINED is not defined.
8067         (CSADDR_INFO): Ditto.
8068         (BLOB): Add structure and typedef if not already defined.
8069         (NS_*): Add defines.
8070         (SERVICE_*): Ditto.
8071         (SERVICE_ADDRESS): Add structure and typedefs.
8072         (SERVICE_ADDRESSES): Ditto.
8073         (SERVICE_INFO[AW]): Ditto, and add UNICODE mappings.
8074         (LPSERVICE_ASYNC_INFO): Add typedef.
8075         (SetService[AW], GetAddressByName[AW]): Add prototypes and UNICODE
8076         mappings.
8077         * include/wsipx.h: New file.
8078         * include/svcguid.h: New file.
8079         * lib/test.c: Include wspix.h and svcguid.h.
8080
8081 2002-08-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8082
8083         * include/wsahelp.h: New file.
8084         * lib/test.c: Include wsahelp.h.
8085
8086 2002-08-21  Earnie Boyd  <earnie@users.sf.net>
8087
8088         * include/commctrl.h (NMCUSTOMDRAW): Fix lItemlParam.
8089         Thanks to: "Phil Dempster" <p_dempster@yahoo.co.uk>.
8090
8091 2002-08-20  Danny Smith  <dannysmith@users.sourceforge.net>
8092
8093         * include/ws2spi.h: Modify comment about being part of
8094         mingw32 package.
8095         (winsock2.h): Change "" to <>.
8096
8097 2002-08-20  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8098
8099         * include/ws2spi.h: New file.
8100         * lib/test.c: Include ws2spi.h.
8101
8102 2002-08-20  Danny Smith  <dannysmith@users.sourceforge.net>
8103
8104         * include/winsock2.h (WSAIsBlocking,WSAUnhookBlockingHook,
8105         WSASetBlockingHook,WSACancelBlockingCall): Expose deprecated
8106         functions.
8107
8108 2002-08-17  Danny Smith  <dannysmith@users.sourceforge.net>
8109
8110         * include/winuser.h (CURSOR_SHOWING) Add define.
8111         Thanks to: Jan Hlavatý  <hlavac@users.sourceforge.net>
8112
8113 2002-08-17  Danny Smith  <dannysmith@users.sourceforge.net>
8114
8115         * include/winerror.h: Cast OLE error codes to HRESULT.
8116         Thanks to: Gunnar Degnbol <gdegnbol@users.sourceforge.net>
8117
8118 2002-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
8119
8120         * include/wincrypt.h (ALG_*): Add defines.
8121         (CALG_*): Ditto.
8122         (CRYPT_*): Ditto.
8123         (PP_*): Ditto.
8124         (PROV_*): Ditto.
8125         (PRIVATEKEYBLOB): Add define.
8126
8127 2002-08-14  Earnie Boyd  <earnie@users.sf.net>
8128
8129         * include/shlobj.h (SHGetFolderPath): Add define.
8130         * lib/shell32.def (SHGetSpecialFolderPath): Add export.
8131         (SHGetFolderPath): Ditto.
8132
8133 2002-08-13  Danny Smith  <dannysmith@users.sourceforge.net>
8134
8135         * include/commdlg.h: Don't include COM headers or use
8136         COM-dependent symbols if __OBJC__.
8137
8138 2002-08-13  Danny Smith  <dannysmith@users.sourceforge.net>
8139
8140         * include/wincrypt.h (CryptDuplicateHash, CryptDuplicateKey):
8141         Add prototypes.
8142
8143 2002-08-12  Andriy Palamarchuk  <apa3a@yahoo.com>
8144
8145         * include/shellapi.h (FOF_NOERRORUI): Add define.
8146
8147 2002-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
8148
8149         * include/objidl.h (IEnumMoniker): Put 'interface' back.
8150
8151 2002-08-11  Danny Smith  <dannysmith@users.sourceforge.net>
8152
8153         * include/objidl.h (IEnumMoniker): Correct declaration.
8154
8155 2002-08-09  Mark Schreiber  <mark7@users.sourceforge.net>
8156
8157         * include/wincrypt.h (CRYPT_NOHASHOID): Add define.
8158
8159 2002-08-09  Danny Smith  <dannysmith@users.sourceforge.net>
8160
8161         * include/commctrl.h: Whitespace change.
8162
8163 2002-08-09  Lars Munch  <lars@segv.dk>
8164
8165         * include/commctrl.h (tagTVHITTESTINFO): Replace obsolete
8166         struct name _TVHITTESTINFO and typedefs and add defines for
8167         backward compatability.
8168         (ListView_SetExtendedListViewStyleEx): Add macro.
8169
8170 2002-08-05  Danny Smith  <dannysmith@users.sourceforge.net>
8171
8172         * include/wingdi.h (AlphaBlend,GradientFill,TransparentBlt):
8173         Add prototypes.
8174         * lib/msimg32.def: New file, with stubs for above.
8175
8176 2002-08-03  Danny Smith  <dannysmith@users.sourceforge.net>
8177
8178         * include/winbase.h (AddAccessAllowedAceEx,AddAccessDeniedAceEx,
8179         GetFileSizeEx, SetFilePointerEx): Add prototypes.
8180         (EncryptFile[AW], FileEncryptionStatus[AW]): Add prototypes
8181         and UNICODE mappings.
8182
8183 2002-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
8184
8185         * include/winbase.h (ReadFileScatter, WriteFileGather):
8186         Change second parameter to pointer.
8187
8188 2002-07-31  Danny Smith  <dannysmith@users.sourceforge.net>
8189
8190         * include/wininet.h (InternetReadFileEx[AW]). Add prototypes and
8191         UNICODE mappings.
8192         * lib/wininet.def: Regenerate.
8193
8194 2002-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
8195
8196         * include/windef.h (PVOID): Move typedef to...
8197         * include/winnt: ...here.
8198         (PVOID64): New typedef.
8199
8200         * include/winnt,h (FILE_SEGMENT_ELEMENT): Define union.
8201         * include/winbase.h (ReadFileScatter, WriteFileGather):
8202         Add prototypes.
8203
8204         * include/winnt,h (PROCESSOR_ARCHITECTURE_*): Add defines.
8205         (PROCESSOR_INTEL_IA64): Add define.
8206
8207 2002-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
8208
8209         * include/oleidl.h (MK_ALT): Define.
8210
8211 2002-07-26  Mattia Barbon  <mbarbon@dsi.unive.it>
8212
8213         * include/exdisp.h: New file.
8214         * include/exdispid.h: New file.
8215         * include/mshtml.h: New file.
8216         * lib/test.c: #include exdisp.h and mshtml.h
8217         * lib/uuid.c (CLSID_WebBrowser, DIID_DWebBrowserEvents,
8218         DIID_DWebBrowserEvents2, IID_IHTMLDocument, IID_IHTMLDocument2,
8219         IID_IHTMLElement, IID_IHTMLSelectionObject, IID_IHTMLTxtRange,
8220         IID_IWebBrowser, IID_IWebBrowser2, IID_IWebBrowserApp):
8221         New GUIDs.
8222
8223 2002-07-26  Mattia Barbon  <mbarbon@dsi.unive.it>
8224
8225         * include/docobj.h: New file.
8226         * include/idispids.h: New file.
8227         * include/objidl.h (IID_IMoniker): Declare.
8228         * include/ocidl.h (READYSTATE): New enum.
8229         (IOleInPlaceSiteEx): New interface.
8230         * include/olectlid.h (IID_IEnumSTATSTG): New interface
8231         identifier.
8232         * include/oleidl.h (IOleItemContainer, IOleInPlaceObject,
8233         IOleInPlaceSite): New interfaces.
8234         * lib/test.c: #include docobj.h,idispids.h,
8235
8236 2002-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
8237
8238         * include/shlobj.h (BFFM_VALIDATEFAILED[AW]): Add defines.
8239         (BFFM_SETSTATUSTEXT, BFFM_SETSELECTION): UNICODE them.
8240
8241 2002-07-25  Mattia Barbon  <mbarbon@dsi.unive.it>
8242
8243         * include/commctrl.h: Avoid redefinition of CDN_FIRST/LAST.
8244         * include/commdlg.h: Likewise.
8245
8246 2002-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
8247
8248         * include/oleauto.h (V_UNION): Correct definition for case of
8249         NONAMELESSUNION:
8250         (V_VT): Likewise.
8251
8252 2002-07-23  Danny Smith  <dannysmith@users.sourceforge.net>
8253
8254         * include/oleauto.h (V_BOOL): Define in terms of boolVal,
8255         not bool, for C as well as C++.
8256
8257 2002-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
8258
8259         * include/shlwapi.h: New file.
8260         Thanks to: Mattia Barbon  <mbarbon@dsi.unive.it> and
8261         Victor Porton  <porton@narod.ru> for contributions.
8262         * lib/shlwapi.def: New file.
8263         * lib/test.c: #include shlwapi.h.
8264
8265 2002-07-21  Bart Oldeman  <bart.oldeman@btinternet.com>
8266
8267         * include/shlobj.h (FCIDM_MENU_FAVORITES): Remove bogus
8268         character.
8269         * include/winsock2.h (struct sockaddr): Use __int64 instead of
8270         long long.
8271         * lib/kernel32.c (GetCurrentFiber, GetFiberData): Watcom
8272         does not need external *Fiber library functions.
8273
8274 2002-07-20  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8275
8276         * include/winbase.h (GetEnvironmentStringsA): Remove duplicate
8277         definition.
8278         (Interlocked*): Wrap in #ifndef __INTERLOCKED_DECLARED to
8279         avoid compile error when already defined.
8280
8281 2002-07-20  Steven Edwards  <Steven_Ed4153@yahoo.com>
8282
8283         * include/winuser.h (WM_MENURBUTTONUP): Add define.
8284
8285 2002-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
8286
8287         * include/commdlg.h: Define CDN_* notification message constants
8288         as UINT.
8289
8290 2002-07-17  Mattia Barbon  <mbarbon@users.sourceforge.net>
8291
8292         * include/commctrl.h: Define notification message constants for
8293         NMHDR.code as UINT.
8294
8295 2002-07-17   Bart Oldeman  <bart.oldeman@btinternet.com>
8296
8297         * include/ddeml.h (MH_*) Add defines.
8298         (MONHSZSTRUCT): Add structure and typedefs.
8299         (MONLINKSTRUCT): Ditto.
8300         (MONCONVSTRUCT): Ditto.
8301         (MONCBSTRUCT): Ditto.
8302         (MONERRSTRUCT): Ditto.
8303         (MONMSGSTRUCT): Ditto.
8304         * include/windef.h: Don't define __cdecl or _cdecl for
8305         __WATCOM__.
8306         Don't define _export or __export for __WATCOM__.
8307         * include/windows.h (imm.h): #include.
8308         * include/winnt.h (LPEXCEPTION_RECORD): Add typedef.
8309
8310 2002-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
8311
8312         * include/wtypes.h: Remove duplicate #includes of rpc.h and
8313         rpcndr.h.
8314
8315 2002-07-05  Luke Dunstan  <infidel@users.sourceforge.net>
8316
8317         * include/winbase.h (OpenThread): Add prototype.
8318         * lib/kernel32.def (OpenThread): Add symbol.
8319
8320 2002-07-04  Luke Dunstan  <infidel@users.sourceforge.net>
8321
8322         * include/wtypes.h (HMETAFILEPICT): Add typedef.
8323
8324 2002-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
8325
8326         * include/rpc.h: Conditionally include <windows.h> before
8327         header guard.
8328         * include/wtypes.h: Include <rpc.h> and <rpcndr.h> before
8329         header guard.
8330
8331 2002-07-02  Danny Smith  <dannysmith@users.sourceforge.net>
8332
8333         * include/commctrl.h (WC_*): Remove some duplicate defines.
8334
8335 2002-07-02  Ken Fitlike  <kenfitlike@hotmail.com>
8336
8337         * include/commctrl.h (WC_IPADDRESS[AW]): Add defines and
8338         UNICODE mappings.
8339         (IPM*): Add defines.
8340         (IPN_*): Add defines.
8341         (NMIPADDRESS): Add structure and typedefs.
8342         (MAKEIPADDRESS): Add macro.
8343         (MAKEIPRANGE): Add macro.
8344         (FIRST_IPADDRESS): Add macro.
8345         (SECOND_IPADDRESS): Add macro.
8346         (THIRD_IPADDRESS): Add macro.
8347         (FOURTH_IPADDRESS): Add macro.
8348
8349 2002-06-25  Conrad Scott  <conrad.scott@dsl.pipex.com>
8350
8351         * include/winbase.h (FILE_FLAG_FIRST_PIPE_INSTANCE): Add constant.
8352
8353 2002-06-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8354
8355         * include/winbase.h (WINBASEAPI): Don't define if prior
8356         definition.
8357
8358         * include/winioctl.h (PARTITION_FAT32, PARTITION_FAT32_XINT13,
8359         PARTITION_XINT13, PARTITION_XINT13_EXTENDED, PARTITION_LDM,
8360         PARTITION_UNIX): Add defines.
8361         (PDRIVE_LAYOUT_INFORMATION): Add typedef.
8362         (IsRecognizedPartition): Also check for PARTITION_FAT32,
8363         PARTITION_FAT32_XINT13 and PARTITION_XINT13.
8364         (IsContainerPartition): Add macro.
8365
8366 2002-06-25  Ken Fitlike  <kenfitlike@hotmail.com>
8367
8368         * include/commctrl.h: (CBEIF_*): Add defines.
8369         (CBEN_*): Add defines and UNICODE mappings
8370         (WC_COMBOBOXEX[AW]): Add defines and UNICODE mappings.
8371         (CBEMAXSTRLEN): Add define.
8372         (COMBOBOXEXITEM[AW]): Add structures and typedefs.
8373         (NMCOMBOBOXEX[AW]): Add structures and typedefs.
8374         (NMCBEDRAGBEGIN[AW]): Add structure and typedefs.
8375         (NMCBEENDEDIT[AW]): Add structure and typedefs.
8376
8377 2002-06-24  Danny Smith  <dannysmith@users.sourceforge.net>
8378
8379         * include/objidl.h (struct tagPROPVARIANT): Kill obsolete
8380         union member _VARIANT_BOOL bool.
8381
8382 2002-06-24  Danny Smith  <dannysmith@users.sourceforge.net>
8383
8384         * include/winioctl.h (FILE_SPECIAL_ACCESS): Add define.
8385
8386 2002-06-24  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8387
8388         * include/winnt.h (PCCHAR, FCHAR, FSHORT, FLONG,
8389         PLUID_AND_ATTRIBUTES,PSECURITY_IMPERSONATION_LEVEL,
8390         PSID_AND_ATTRIBUTES, PTOKEN_TYPE, PTOKEN_STATISTICS):
8391         Add typedefs.
8392         (CCHAR): Correct typedef.
8393         (PROCESS_SET_SESSIONID, SECURITY_*,SECTION_MAP_EXECUTE):
8394         Add defines.
8395
8396 2002-06-24  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8397
8398         * README.w32api: Correct spelling error.
8399
8400 2002-06-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8401
8402         * include/winuser.h (FLASHW_*,INPUT_MOUSE,INPUT_KEYBOARD,
8403         INPUT_HARDWARE): Add defines.
8404         (HDEVNOTIFY): Add typedef.
8405         (FLASHWINFO,tagMOUSEMOVEPOINT,tagMOUSEINPUT,tagKEYBDINPUT,
8406         tagHARDWAREINPUT,tagINPUT,tagGUITHREADINFO): Define structs and
8407         typedefs.
8408         (CreateDesktop[AW],CreateMDIWindow[AW],GetClassInfo[AW],
8409         GetClassInfoEx[AW],GetKeyboardLayoutList,
8410         MessageBoxIndirect[AW],MsgWaitForMultipleObjects,
8411         MsgWaitForMultipleObjectsEx, RegisterClass[AW],
8412         RegisterClassEx[AW]): Correct prototypes.
8413
8414 2002-06-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8415
8416         * include/ddeml.h (DdeCreateStringHandle{AW]:Correct
8417         prototypes.
8418         * include/winsvc.h (StartServiceW): Correct prototype.
8419         * include/winbase.h (BackupRead,BackupSeek,BackupWrite,
8420         FileTimeToLocalFileTime, GetAce,GetPrivateProfileStruct[AW],
8421         GetTickCount,InterlockedExchangeAdd,
8422         WritePrivateProfileStruct[AW]: Correct prototypes.
8423         (GetEnvironmentStrings): Correct mapping to
8424         GetEnvironmentStringsA.
8425         * include/winver.h (VerQueryValueA,VerQueryValueW):
8426         Correct prototypes.
8427         * include/wincon.h (CreateConsoleScreenBuffer): Correct
8428         prototype.
8429         * include/winreg.h (RegQueryMultipleValues[AW],
8430         RegQueryValueEx[AW]):Correct prototypes.
8431         * include/wingdi.h (PXFORM, PLOGBRUSH, PLOGPEN, PPOLYTEXTA,
8432         PPOLYTEXTW): Add typedefs.
8433         (_DESIGNVECTOR,COLOR16, _TRIVERTEX, _DISPLAY_DEVICE): Add
8434         structures and typedefs.
8435         (MM_MAX_NUMAXES): Add define.
8436         (EnumFontsW,GetEnhMetaFilePixelFormat,
8437         wglGetLayerPaletteEntries): Correct prototypes.
8438         * include/winerror.h (RPC_X_INVALID_PIPE_OBJECT,
8439         RPC_X_WRONG_PIPE_ORDER,RPC_X_WRONG_PIPE_VERSION,
8440         RPC_S_SEND_INCOMPLETE): Add defines.
8441
8442 2002-06-17  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8443
8444         * include/windef.h (_fastcall, __fastcall, FASTCALL):
8445         Add defines.
8446
8447 2002-06-16  Egor Duda  <deo@logos-m.ru>
8448
8449         * include/ntdll.h: New file.
8450         * lib/ntdll.def: Add NtShutdownSystem.
8451
8452 2002-06-16  Steven Edwards  <Steven_Ed4153@yahoo.com>
8453
8454         * lib/dinput.def (DirectInputCreateEx): Add stub.
8455         * lib/ntdll.def: New file.
8456
8457 2002-06-14  Earnie Boyd  <earnie@users.sf.net>
8458
8459         * include/w32api.h: Change to version 2.0 to reflect the change
8460         in the license.
8461         * README: Renamed.
8462         * README.w32api: Renamed from README.  Modified license to remove
8463         the restriction of notifying the author based on the fact that the
8464         author is unreachable at the notified address.
8465         * Makefile.in (VERSION): Change to 2.0.
8466
8467 2002-06-14  Earnie Boyd  <earnie@users.sf.net>
8468
8469         * include/wingdi.h (GetEnhMetaFileBits): Correct typo.
8470         * Makefile.in (bindist): Correct the MinGW distribution.
8471
8472 2002-06-13  Earnie Boyd  <earnie@users.sf.net>
8473
8474         * include/winuser.h (MOUSEHOOKSTRUCT): Define structure.
8475         * include/wingdi.h (GetEnhMetaFileBits): Define prototype.
8476
8477 2002-06-13  Danny Smith  <dannysmith@users.sourceforge.net>
8478
8479         * lib/test.c: #include comcat.h.
8480
8481 2002-06-13  John K. Hohm  <jhohm@acm.org>
8482
8483         * include/comcat.h: New file.
8484
8485 2002-06-09  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
8486
8487         * include/richedit.h (EM_*, TM_*, GT_*): Add new defines.
8488         (GETTEXTEX): Add structure definition.
8489
8490 2002-06-08  Danny Smith  <dannysmith@users.sourceforge.net>
8491
8492         * include/windows.h (ole2.h): #include if !__OBJC__ and
8493         __GNUC__ >=3 and !WIN32_LEAN_AND_MEAN.
8494
8495 2002-06-07  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
8496
8497         * include/mapi.h: Change LPTSTR to LPSTR throughout.
8498
8499 2002-06-05  Danny Smith  <dannysmith@users.sourceforge.net>
8500
8501         * include/winnt.h (PACE_HEADER, PACCESS_ALLOWED_ACE,
8502         PACCESS_DENIED_ACE): Add typedefs.
8503
8504 2002-06-03  Danny Smith  <dannysmith@users.sourceforge.net>
8505
8506         * lib/thunk32.def (LIBRARY): Change to KERNEL32.dll.
8507
8508 2002-06-03 Steven Edwards  <Steven_Ed4153@yahoo.com>
8509
8510         * lib/kernel32.def (ConvertToGlobalHandle): Add stub.
8511
8512 2002-06-01  Danny Smith  <dannysmith@users.sourceforge.net>
8513
8514         * include/windef.h: Fix typo in last change.
8515
8516 2002-06-01  Danny Smith  <dannysmith@users.sourceforge.net>
8517
8518         * include/windef.h: Add no-op __try, __except, __finally
8519         defines from ...
8520         * include/excpt.h: Remove file.
8521         * include/windows.h: Don't include excpt.h.
8522
8523 2002-05-30  Christopher January  <chris@atomice.net>
8524
8525         * include/ntdef.h (ANSI_STRING, PANSI_STRING, OEM_STRING, POEM_STRING):
8526         Add missing typedefs.
8527
8528 2002-05-28  Earnie Boyd  <earnie@users.sf.net>
8529
8530         * include/w32api.h: Increment version to 1.5
8531         * Makefile.in: Ditto.
8532
8533
8534 2002-05-27  René Møller Fonseca  <fonseca@users.sourceforge.net>
8535
8536         * include/winreg.h: (RegConnectRegistry[AW]): Replace
8537         LP[W]STR with LPC[W]STR.
8538         (REG_QWORD, REG_QWORD_LITTLE_ENDIAN): Add defines.
8539         Clean up whitespace.
8540
8541 2002-05-27  Rick Rankin  <rick_rankin@yahoo.com>
8542
8543         * include/winnls.h: Add #define for LOCALE_RETURN_NUMBER.
8544
8545 2002-05-21  Earnie Boyd  <earnie@users.sf.net>
8546
8547         * Makefile.in: Increment VERSION to 1.4.
8548         (conf_prefix): New variable.
8549         (bindist): Modify target to use $(conf_prefix).
8550
8551 2002-05-20  Philip Aston  <philipa@mail.com>
8552
8553         * include/pbt.h (PBT_APMRESUMESUSPEND): Correct value is 7.
8554
8555 2002-05-20  René Møller Fonseca  <fonseca@users.sourceforge.net>
8556
8557         * include/lmaccess.h: (NetAccess*, NetGroup*,
8558         NetLocalGroup*, NetUser*, NetGet*, INetLogonControl[2],
8559         NetQueryDisplayInfotmationIndex): Replace LPWSTR with LPCWSTR.
8560
8561 2002-05-08  Danny Smith  <dannysmith@users.sourceforge.net>
8562
8563         * include/commctrl.h (ImageList_DragShowNolock): Remove
8564         conflicting redeclaration.
8565
8566 2002-05-07  Danny Smith  <dannysmith@users.sourceforge.net>
8567
8568         * include/windows.h: Move ANONYMOUS_UNION, _ANONYMOUS_STRUCT,
8569         STRICT and related defines to ...
8570         * include/windef.h: Here.
8571
8572 2002-05-03  Danny Smith  <dannysmith@users.sourceforge.net>
8573
8574         * include/winsock2.h (int32): Remove typedef.
8575         (SERVICETYPE): Add typedef.
8576         (struct _flowspec):Revise struct definition,  Comment
8577         on types used for members.
8578
8579 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
8580
8581         * include/winnt.h (EVENT_*, SEMAPHORE_*,MUTEX_*): Remove
8582         more defines added in earlier change.
8583         * lib/Makefile.in (TEST_OPTIONS): Add -Wsystem-headers flag.
8584
8585 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
8586
8587         * include/winnt.h (THREAD_PRIORITY_*): Remove defines
8588         added in last change.
8589
8590 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
8591
8592         * include/winnt.h (THREAD_*, EVENT_*, MUTANT_*,
8593         SEMAPHORE_*, MUTEX_*, TIMER_*): Add new defines.
8594
8595 2002-05-01  Manu B  <contact.manu@wanadoo.fr>
8596
8597         * include/commctrl.h (SNDMSG): Define and use throughout
8598         in other macros instead of SendMessage.
8599         * include/commdlg.h (SNDMSG): Ditto.
8600
8601 2002-04-22  José Fonseca  <jrfonseca@users.sf.net>
8602
8603         * include/GL/gl.h: New file.
8604         * include/GL/glext.h: Ditto.
8605         * include/GL/glu.h: Ditto.
8606
8607 2002-04-09  Earnie Boyd  <earnie@users.sf.net>
8608
8609         * include/w32api.h: Increment version.
8610         * Makefile.in: Ditto.
8611
8612 2002-04-09  Earnie Boyd  <earnie@users.sf.net>
8613
8614         * Makefile.in (bindist): Use * instead of . for file list for tar
8615         command.
8616
8617 2002-04-02  Danny Smith  <dannysmith@users.sourceforge.net>
8618
8619         * include/wtypes.h (enum tagCLSCTX): Change formatting.
8620
8621 2002-04-02  Pat Thoyts  <patthoyts@users.sourceforge.net>
8622
8623         * include/objidl.h (IRunningObjectTable.Register): Correct
8624         prototype.
8625         * include/wtypes.h (ROTFLAGS_REGISTRATIONKEEPSALIVE,
8626         ROTFLAGS_ALLOWANYCLIENT): Add defines.
8627
8628 2002-03-31  Victor Porton  <porton@narod.ru>
8629
8630         * include/shellapi.h (SHGFI_ATTR_SPECIFIED): Add define.
8631
8632 2002-03-29  David Robinow  <drobinow@yahoo.com>
8633
8634         * include/wingdi.h (SetPixelFormat): Correct prototype.
8635
8636 2002-03-29  Phil Krylov  <likewolf@users.sourceforge.net>
8637
8638         * include/richedit.h (EM_SHOWSCROLLBAR): Add define.
8639
8640 2002-03-26  Phil Krylov  <likewolf@users.sourceforge.net>
8641
8642         * include/richedit.h (EM_GETSCROLLPOS, EM_SETSCROLLPSPOS):
8643         Add defines.
8644
8645 2002-03-14  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
8646
8647         * include/richedit.h (RICHEDIT_CLASS): UNICODE it.
8648         * include/shlobj.h (IContextMenu2): Put methods in right order.
8649         * include/basetyps.h (REFGUID, REFIID, REFCLSID): Check for
8650         CINTERFACE before defining.
8651
8652 2002-03-09  Danny Smith  <dannysmith@users.sourceforge.net>
8653
8654         * include/accctrl.h: Add #pragma GCC system_header
8655         if __GNUC__ >= 3.
8656         * include/aclapi.h: Same.
8657         * include/basetsd.h: Same.
8658         * include/basetyps.h: Same.
8659         * include/cderr.h: Same.
8660         * include/cguid.h: Same.
8661         * include/commctrl.h: Same.
8662         * include/commdlg.h: Same.
8663         * include/cpl.h: Same.
8664         * include/cplext.h: Same.
8665         * include/custcntl.h: Same.
8666         * include/dbt.h: Same.
8667         * include/dde.h: Same.
8668         * include/ddeml.h: Same.
8669         * include/dlgs.h: Same.
8670         * include/excpt.h: Same.
8671         * include/httpext.h: Same.
8672         * include/imagehlp.h: Same.
8673         * include/imm.h: Same.
8674         * include/initguid.h: Same.
8675         * include/intshcut.h: Same.
8676         * include/ipexport.h: Same.
8677         * include/iphlpapi.h: Same.
8678         * include/ipifcons.h: Same.
8679         * include/iprtrmib.h: Same.
8680         * include/iptypes.h: Same.
8681         * include/isguids.h: Same.
8682         * include/largeint.h: Same.
8683         * include/lm.h: Same.
8684         * include/lmaccess.h: Same.
8685         * include/lmalert.h: Same.
8686         * include/lmapibuf.h: Same.
8687         * include/lmat.h: Same.
8688         * include/lmaudit.h: Same.
8689         * include/lmbrowsr.h: Same.
8690         * include/lmchdev.h: Same.
8691         * include/lmconfig.h: Same.
8692         * include/lmcons.h: Same.
8693         * include/lmerr.h: Same.
8694         * include/lmerrlog.h: Same.
8695         * include/lmmsg.h: Same.
8696         * include/lmremutl.h: Same.
8697         * include/lmrepl.h: Same.
8698         * include/lmserver.h: Same.
8699         * include/lmshare.h: Same.
8700         * include/lmsname.h: Same.
8701         * include/lmstats.h: Same.
8702         * include/lmsvc.h: Same.
8703         * include/lmuse.h: Same.
8704         * include/lmuseflg.h: Same.
8705         * include/lmwksta.h: Same.
8706         * include/lzexpand.h: Same.
8707         * include/mapi.h: Same.
8708         * include/mciavi.h: Same.
8709         * include/mcx.h: Same.
8710         * include/mmsystem.h: Same.
8711         * include/mswsock.h: Same.
8712         * include/nb30.h: Same.
8713         * include/nddeapi.h: Same.
8714         * include/nspapi.h: Same.
8715         * include/ntdef.h: Same.
8716         * include/ntsecapi.h: Same.
8717         * include/ntsecpkg.h: Same.
8718         * include/oaidl.h: Same.
8719         * include/objbase.h: Same.
8720         * include/objfwd.h: Same.
8721         * include/objidl.h: Same.
8722         * include/odbcinst.h: Same.
8723         * include/ole.h: Same.
8724         * include/ole2.h: Same.
8725         * include/ole2ver.h: Same.
8726         * include/oleauto.h: Same.
8727         * include/olectl.h: Same.
8728         * include/olectlid.h: Same.
8729         * include/oledlg.h: Same.
8730         * include/oleidl.h: Same.
8731         * include/pbt.h: Same.
8732         * include/prsht.h: Same.
8733         * include/psapi.h: Same.
8734         * include/rapi.h: Same.
8735         * include/ras.h: Same.
8736         * include/raserror.h: Same.
8737         * include/rassapi.h: Same.
8738         * include/regstr.h: Same.
8739         * include/richedit.h: Same.
8740         * include/richole.h: Same.
8741         * include/rpc.h: Same.
8742         * include/rpcdce.h: Same.
8743         * include/rpcdce2.h: Same.
8744         * include/rpcdcep.h: Same.
8745         * include/rpcndr.h: Same.
8746         * include/rpcnsi.h: Same.
8747         * include/rpcnsip.h: Same.
8748         * include/rpcnterr.h: Same.
8749         * include/rpcproxy.h: Same.
8750         * include/schannel.h: Same.
8751         * include/schnlsp.h: Same.
8752         * include/scrnsave.h: Same.
8753         * include/security.h: Same.
8754         * include/setupapi.h: Same.
8755         * include/shellapi.h: Same.
8756         * include/shlguid.h: Same.
8757         * include/shlobj.h: Same.
8758         * include/sql.h: Same.
8759         * include/sqlext.h: Same.
8760         * include/sqltypes.h: Same.
8761         * include/sqlucode.h: Same.
8762         * include/sspi.h: Same.
8763         * include/subauth.h: Same.
8764         * include/tlhelp32.h: Same.
8765         * include/unknwn.h: Same.
8766         * include/userenv.h: Same.
8767         * include/w32api.h: Same.
8768         * include/winbase.h: Same.
8769         * include/wincon.h: Same.
8770         * include/wincrypt.h: Same.
8771         * include/windef.h: Same.
8772         * include/windows.h: Same.
8773         * include/windowsx.h: Same.
8774         * include/winerror.h: Same
8775         * include/wingdi.h: Same.
8776         * include/wininet.h: Same.
8777         * include/winioctl.h: Same.
8778         * include/winnetwk.h: Same.
8779         * include/winnls.h: Same.
8780         * include/winnt.h: Same.
8781         * include/winperf.h: Same.
8782         * include/winreg.h: Same.
8783         * include/winresrc.h: Same.
8784         * include/winsock.h: Same.
8785         * include/winsock2.h: Same.
8786         * include/winspool.h: Same.
8787         * include/winsvc.h: Same.
8788         * include/winuser.h: Same.
8789         * include/winver.h: Same.
8790         * include/ws2tcpip.h: Same.
8791         * include/wsnetbs.h: Same.
8792         * include/wtypes.h: Same.
8793         * include/zmouse.h: Same.
8794         * include/mapi.h: Change header guard name to _MAPI_H  for
8795         consistency.
8796
8797 2002-03-08  Danny Smith  <dannysmith@users.sourceforge.net>
8798
8799         * include/accctrl.h (_ACCCTRL_H): Correct typo.
8800         Remove unnecessary inclusion of <wtypes.h>.
8801         * ChangeLog: Fix omission of name in recent entries.
8802
8803 2002-03-08  Antony Blakey  <antony.blakey@ihug.com.au>
8804
8805         * include/initguid.h (DEFINE_GUID): Add GUID_EXT to define.
8806
8807 2002-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
8808
8809         * include/mswsock.h: Group winsock2 dependants
8810         together and protect with #ifdef _WINSOCK2_H.
8811         * lib/test.c: Only test ws2tcpip.h if winsock2.h
8812         has been included.
8813
8814 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
8815
8816         * include/mswsock.h (TP_*): Add new defines.
8817         (TRANSMIT_PACKETS_ELEMENT): Define new structure.
8818         (WSAMSG): Likewise.
8819         (WSACMSGHDR): Likewise.
8820         (DisconnectEx): Add new prototype.
8821         (WSARecvMsg): Likewise.
8822         (WSA_CMSG_*) Add empty macros, guarded by #if 0.
8823
8824 2002-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
8825
8826         * ChangeLog: Fix typo in last entry.
8827         * include/winsock2.h (IPPROTO_*): Add IPv6 defines.
8828         * include/ws2tcpip.h: (IP_*): Add new defines.
8829         (INET_ADDRSTRLEN, INET6_ADDRSTRLEN): Add defines.
8830         (NI_*): Add getnameinfo constants and bitmasks.
8831         (AI_*): Add getaddrinfo flags.
8832         (EAI_*): Add getaddrinfo error codes.
8833         (ip_mreq_source): Add new structure.
8834         (ip_msfilter): Add new structure.
8835         (IP_MSFILTER_SIZE): Add new macro.
8836         (in_pktinfo): Add new structure.
8837         Add preliminary IPv6 support.
8838         (in6_addr): Add new structure and some defines.
8839         (sockaddr_in6): Add new structure.
8840         (in6addr_any, in6addr_loopback): Declare extern structures.
8841         (IN6ADDR_ANY_INIT,IN6ADDR_LOOPBACK_INIT): Add
8842         initialization macros for above.
8843         (IN6_ARE_ADDR_EQUAL): Define macro.
8844         (IN6_IS_ADDR_*): Define address testing macros.
8845         (socklen_t) Add new typedef.
8846         (ipv6_mreq): Add new structure.
8847         (in6_pktinfo): Same.
8848         (addrinfo): Same.
8849         (freeaddrinfo):Add new prototype.
8850         (getaddrinfo): Same.
8851         (gai_strerror[AW]): Same.
8852         (getnameinfo): Same.
8853         (sockaddr_in6_old): Add structure.
8854         (sockaddr_gen): Add union definition.
8855         (INTERFACE_INFO): Use sockaddr_gen as members.
8856         (INTERFACE_INFO_OLD): Add comment on workaround for problems
8857         with INTERFACE_INFO on NT4 prior to sp4.
8858
8859 2002-02-28  Danny Smith  <dannysmith@users.sourceforge.net>
8860
8861         * include/windows.h: Remove test for __W32API_MAJOR_VERSION
8862         when selecting winsock interface.
8863         * include/winsock2.h (SOCKET_ADDRESS_LIST): Add structure
8864         and typedefs. Thanks to: 'Lorenzo' <conte0@infinito.it>.
8865         Expand FIXME comment.
8866         (WSACOMPLETIONTYPE): Add enum.
8867         (WSACOMPLETION): Add structure and typedefs.
8868         (WSANSPIoctl): Add function prototpe and callback typedef.
8869         (SIO_NSP_NOTIFY_CHANGE): Add define.
8870         (sockaddr_storage): Add structure and typedefs.
8871
8872 2002-02-16  Andriy Palamarchuk  <apa3a@yahoo.com>
8873
8874         * include/winuser.h (OIC_*): Add resource constants.
8875
8876 2002-02-14 Mattia Barbon  <mbarbon@users.sourceforge.net>
8877
8878         * include/ntsecpkg.h: New file.
8879         * include/schannel.h: New file.
8880         * include/schnlsp.h: New file.
8881         * include/security.h: New file.
8882         * include/sspi.h: New file.
8883         * include/ntsecapi.h (KERB_WRAP_NO_ENCRYPT,
8884         MICROSOFT_KERBEROS_NAME_[AW]): Add missing constants
8885         * include/wincrypt.h (CALG_*, X509_ASN_ENCODING.
8886         PKCS_7_ASN_ENCODING, CERT_*, USAGE_MATCH_TYPE_AND,
8887         USAGE_MATCH_TYPE_OR, szOID_*): Add missing constants
8888         (struct _CRYPTOAPI_BLOB): Add structure and typedefs.
8889         (SSL_EXTRA_CERT_CHAIN_POLICY_PARA,HTTPSPolicyCallbackData,
8890         CERT_CHAIN_POLICY_PARA,CERT_CHAIN_POLICY_STATUS,
8891         CRYPT_ALGORITHM_IDENTIFIER, CRYPT_BIT_BLOB,
8892         CERT_PUBLIC_KEY_INFO, CERT_EXTENSION, CERT_INFO, CERT_CONTEXT,
8893         CTL_USAGE, CERT_ENHKEY_USAGE, CERT_USAGE_MATCH,
8894         CERT_CHAIN_PARA, CERT_CHAIN_FIND_BY_ISSUER_PARA,
8895         CERT_TRUST_STATUS, CRL_ENTRY, CRL_INFO, CRL_CONTEXT,
8896         CERT_REVOCATION_CRL_INFO, CERT_REVOCATION_INFO,
8897         CERT_CHAIN_ELEMENT, CRYPT_ATTRIBUTE, CTL_ENTRY, CTL_INFO,
8898         CTL_CONTEXT, CERT_TRUST_LIST_INFO, CERT_SIMPLE_CHAIN,
8899         CERT_CHAIN_CONTEXT): Add missing structures.
8900         (CertCloseStore, CertGetCertificateChain,
8901         CertVerifyCertificateChainPolicy, CertFreeCertificateChain,
8902         CertNameToStr[AW], CertOpenSystemStore[AW], CertOpenStore,
8903         CertFindCertificateInStore, CertFreeCertificateContext,
8904         CertGetIssuerCertificateFromStore,
8905         CertFindChainInStore): Add missing functions.
8906         (CertNameToStr, CertOpenSystemStore, CERT_FIND_SUBJECT_STR,
8907         CERT_FIND_ISSUER_STR): Add Unicode mappings.
8908         * lib/crypt32.def: New file.
8909         * lib/secur32.def: Add mising stubs.
8910         * lib/test.c: Include new headers.
8911
8912 2002-02-14  Danny Smith  <dannysmith@users.sourceforge.net>
8913
8914         * include/windef.h (PROC,FARPROC,NEARPROC): Remove void
8915         parameter.
8916
8917 2002-01-30  Danny Smith  <dannysmith@users.sourceforge.net>
8918
8919         * lib/test.c: Include mapi.h.
8920         * include/commctrl.h (TBSTYLE_*): Add missing defines.
8921         Thanks to: "Ron"  <ron@debian.org>
8922
8923 2002-01-30  John Fattaruso  <fattaruso@ieee.org>
8924
8925         * include/mapi.h: New file.
8926         * lib/mapi.def: Add missing function stubs.
8927
8928 2002-01-28  Danny Smith  <dannysmith@users.sourceforge.net>
8929
8930         * include/winuser.h (GetWindowLongPtr[AW],
8931         SetWindowLongPtr[AW]): Add prototypes for _WIN64.
8932
8933 2002-01-28  Mattia Barbon  <mbarbon@users.sourceforge.net>
8934
8935         * include/winuser.h (GWLP_*,DWLP_*): Add missing constants.
8936         (GetWindowLongPtr[AW], SetWindowLongPtr[AW]): Map them to
8937         {Get Set}WindowLong[AW], as in Win32 they are equivalent.
8938         (GetWindowLongPtr, SetWindowLongPtr): Add Unicode mappings.
8939
8940 2002-01-28  Danny Smith  <dannysmith@users.sourceforge.net>
8941
8942         * lib/test.c: Include wsnetbs.h.
8943
8944 2002-01-28  Kai Henningsen  <kai-henningsen@users.sourceforge.net>
8945
8946         * include/wsnetbs.h: New file.
8947
8948 2002-01-25  Earnie Boyd  <earnie@users.sf.net>
8949
8950         * include/winnt.h: Remove merge conflict.
8951
8952 2002-01-25  Danny Smith  <dannysmith@users.sourceforge.net>
8953
8954         * include/winnt.h (_TCHAR): Add typedefs.
8955
8956 2002-01-25  Tim Hughes  <tjh@delcam.com>
8957
8958         * include/wininet.h (SECURITY_FLAG_IGNORE_*): Add missing
8959         defines.
8960
8961 2002-01-25  Andriy Palamarchuk  <apa3a@yahoo.com>
8962
8963         * include/winsuser.h (ATF_AVAILABLE, SERKF_ACTIVE):
8964         Add defines.
8965         (LPACCESSTIMEOUT): Add typedef.
8966
8967 2002-01-24  Phillip Susi  <psusi@cfl.rr.com>
8968
8969         * include/commctrl.h: Add missing HDM_*,HDN_*,LVSICF_* defines.
8970
8971 2002-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
8972
8973         * include/commctrl.h (HDITEM[AW]): Rename _HD_ITEM[AW] to
8974         _HDITEM[AW], with parallel changes to typedefs. Use defines for
8975         backward compatability with old names. Update UNICODE mappings.
8976         (HDLAYOUT): Remove struct _HD_LAYOUT_XP.  Use new typedefs
8977         for struct _HD_LAYOUT and add defines for backward
8978         compatability with old names.
8979         (NMLISTVIEW): Rename _NM_LISTVIEW to tagNMLISTVIEW, with
8980         parallel chages to typedefs. Add defines for backward
8981         compatability with old names.
8982         (TCHITTESTINFO, IMAGELISTDRAWPARAMS): Fix _WIN32_IE guard.
8983
8984 2002-01-21  Robert Collins  <rbtcollins@hotmail.com>
8985
8986         * include/winnt.h: Add missing MEM_ defines, and convert existing to
8987         hex for readability.
8988
8989 2002-01-17  Marcus Geelnard  <marcus.geelnard@home.se>
8990
8991         * include/winsuser.h (tagKBDLLHOOKSTRUCT): Define struct
8992         and typedefs.
8993         (SPI_SETSCREENSAVERRUNNING): Add define.
8994         (LLKHF_ALTDOWN): Add define.
8995         * include/wingdi.h (PFD_GENERIC_ACCELERATED,
8996         PFD_DEPTH_DONTCARE): Add defines.
8997
8998 2002-01-17  Danny Smith  <dannysmith@users.sourceforge.net>
8999
9000         * include/objbase.h (CoGetObject): Add prototype.
9001
9002 2002-01-14  Timothy J. Wood  <tjw@omnigroup.com>
9003
9004         * include/winuser.h (ENUM_CURRENT_SETTINGS,
9005         ENUM_REGISTRY_SETTINGS): Add defines.
9006
9007 2002-01-14  Danny Smith  <dannysmith@users.sourceforge.net>
9008
9009         * include/winnt.h (FILE_ATTRIBUTE_ENCRYPTED): Correct constant.
9010         (FILE_ATTRIBUTE_DEVICE): Add define.
9011
9012 2002-01-14  Corinna Vinschen  <vinschen@redhat.com>
9013
9014         * include/winnt.h: Add INVALID_FILE_ATTRIBUTES.
9015
9016 2002-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
9017
9018         * ChangeLog: correct date in last entry.
9019
9020 2002-01-11  Timothy J. Wood  <tjw@omnigroup.com>
9021
9022         * include/winuser.h (MONITORENUMPROC): Add typedef.
9023         (EnumDisplayMonitors): Add prototype.
9024         * lib/user32.def (EnumDisplayMonitors): Add stub.
9025
9026 2002-01-11 Ralf Habacker  <Ralf.Habacker@freenet.de>
9027
9028         * include/ntsecapi.h:  Fixed missing void parameter type in some
9029         prototypes.
9030         * include/objbase.h: Ditto.
9031         * include/rapi.h: Ditto.
9032         * include/rpc.h: Ditto.
9033         * include/rpcdce.h: Ditto.
9034         * include/rpcdcep.h: Ditto.
9035         * include/rpcndr.h: Ditto.
9036         * include/rpcnsip.h: Ditto.
9037         * include/rpcproxy.h: Ditto.
9038         * include/windef.h: Ditto.
9039
9040 2002-01-07  Danny Smith  <dannysmith@users.sourceforge.net>
9041
9042         * lib/vfw32.def (LIBRARY): Change to MSVFW32.DLL.
9043
9044 2002-01-04  TAMURA Kent  <tkent@users.sourceforge.net>
9045
9046         * include/wingdi.h (BI_JPEG, BI_PNG, GGO_BEZIER,GGO_UNHINTED,
9047          LAYOUT_RTL, LAYOUT_BITMAPORIENTATIONPRESERVED): Add defines.
9048         * include/winuser.h (HWND_MESSAGE, WS_EX_COMPOSITED,
9049         WS_EX_LAYERED, WS_EX_LAYOUTRTL, WS_EX_NOACTIVATE,
9050         WS_EX_NOINHERITLAYOUT): Add defines.
9051         * include/winnt.h (PF_RDTSC_INSTRUCTION_AVAILABLE,
9052         PF_PAE_ENABLED, MEM_PHYSICAL, MEM_RESET, MEM_TOP_DOWN,
9053         MEM_WRITE_WATCH): Add defines.
9054
9055
9056 2002-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
9057
9058         * include/winbase.h (InitializeCriticalSectionAndSpinCount):
9059         Add prototype.
9060         (SetCriticalSectionSpinCount): Likewise.
9061
9062 2001-12-30  Guido Serassio  <serassio@libero.it>
9063
9064         * include/winsvc.h: Add EnumServiceStatusEx(),
9065         QueryServiceStatusEx()
9066         & RegisterServiceCtrlHandlerEx()
9067
9068 2001-12-21  Robert Collins  <rbtcollins@hotmail.com>
9069
9070         * include/wingdi.h: Add GetRandomRgn and SYSRGN.
9071
9072 2001-12-20  Christopher Faylor  <cgf@redhat.com>
9073
9074         * lib/Makefile.in: Revert inst_installdir definitions to working
9075         versions.
9076
9077 2001-12-17  Guido Serassio  <serassio@libero.it>
9078
9079         * include/winsvc.h: Add ChangeServiceConfig2() &
9080         QueryServiceConfig2() definition
9081
9082 2001-12-17  Robert Collins  <rbtcollins@hotmail.com>
9083
9084         * include/commctrl.h: New typedefs for HDLAYOUT and LPHDLAYOUT based
9085         on MSDN documentation for XP.
9086
9087 2001-12-15  Andrew Begel  <abegel@eecs.berkeley.edu>
9088
9089         *include/winbase.h (CreateHardLink): Correct typo in UNICODE
9090         mappings.
9091
9092 2001-12-11  Phillip Susi  <psusi@cfl.rr.com>
9093
9094         * include/commctrl.h (ACS_*): Add new defines.
9095         (PGS_*): Ditto.
9096         (CBES_*): Ditto.
9097         (TBSTYLE_*): Ditto.
9098         (TB_*): Ditto.
9099         (TTS_*): Ditto.
9100         (UDS_HOTTRACK): Add define.
9101         (SBT_TOOLTIPS): Ditto.
9102         (TBS_*): Add new defines.
9103         (HDS_*): Ditto.
9104         (LVS_EX_*) Ditto.
9105         (LVKF_*): Ditto.
9106         (TCM_GETEXTENDEDSTYLE): Add define.
9107         (TVS_NOHSCROLL): Ditto.
9108         (TVIF_INTEGRAL): Ditto.
9109         (DTS_SHORTDATECENTURYFORMAT): Ditto.
9110         (TCS_*): Add new defines.
9111         (CBEM_*): Add defines.
9112         (tagNMITEMACTIVATE): Add structure definition and typedefs.
9113         (tagTVITEMEX[AW]: Ditto.
9114         (tagTVINSERTSTRUCT[AW]: Add union member.
9115         * include/winbase.h (VirtualAllocEx): Add prototype.
9116         * include/winuser.h (SS_*): Add new defines.
9117
9118 2001-12-07  Earnie Boyd  <earnie@users.sf.net>
9119
9120         * Makefile.in: Increment VERSION.
9121         * include/w32api.h: Ditto.
9122
9123 2001-12-07  Earnie Boyd  <earnie@users.sf.net>
9124
9125         * Makefile.in: Increment VERSION.
9126         * include/w32api.h: Ditto.
9127
9128 2001-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
9129
9130         * include/setupi.h (SetupDiCreateDeviceInterfaceRegKey[AW],
9131         SetupDiCreateDevRegKey[AW],SetupDiDeleteDeviceInterfaceRegKey,
9132         SetupDiDeleteDevRegKey,SetupDiOpenClassRegKey,
9133         SetupDiOpenClassRegKeyEx[AW],SetupDiOpenDeviceInterfaceRegKey,
9134         SetupDiOpenDevRegKey): Correct function names.
9135
9136 2001-12-04  Earnie Boyd  <earnie@users.sf.net>
9137
9138         * include/winuser.h (IDC_STATIC): Don't define.
9139
9140 2001-12-04  Danny Smith  <dannysmith@users.sourceforge.net>
9141
9142         Cleanup merge between SourceForge and winsup CVS.
9143         * include/winbase.h (OSVERSIONINFO[AW], OSVERSIONINFOEX[AW]: Remove
9144         definitions.
9145         * include/winnt.h (VER_NT*): Remove duplicate defines.
9146         (VER_SUITE*): Group with VER_PLATFORM*, VER_NT* defines.
9147
9148 2001-12-03  Earnie Boyd  <earnie@users.sf.net>
9149
9150         * include/accctrl.h: Change \r\n to \n.
9151
9152 2001-11-30  Danny Smith  <dannysmith@users.sourceforge.net>
9153
9154         * include/ipexport.h (IP_UNIDIRECTIONAL_ADAPTER_ADDRESS):
9155         Add structure definition.
9156         * include/iptypes.h (IP_PER_ADAPTER_INFO): Ditto.
9157         * include/iphlpapi.h (AddIPAddress,CreateProxyArpEntry,
9158         DeleteIPAddress,DeleteProxyArpEntry,EnableRouter,
9159         FlushIpNetTable,GetAdapterIndex,GetPerAdapterInfo,
9160         GetUniDirectionalAdapterInfo,SendARP,SetAdapterIpAddress,
9161         UnenableRouter) Declare functions.
9162         * lib/iphlpapi.def: Add function names to import lib.
9163
9164 2001-11-24  Danny Smith  <dannysmith@users.sourceforge.net>
9165
9166         * include/winnt.h (PACCESS_MASK): Add typedef.
9167         * include/aclapi.h: New file.
9168         * include/acctrl.h: New file.
9169         * lib/advapi32.def: Add missing symbols.
9170         * lib/test.c: Add #include <aclapi.h>.
9171
9172 2001-11-23  Danny Smith  <dannysmith@users.sourceforge.net>
9173
9174         * include/winbase.h (OSVERSIONINFO[AW],VER_PLATFORM_WIN32s,
9175         VER_PLATFORM_WIN32_WINDOWS,VER_PLATFORM_WIN32_NT): Move from
9176         here ...
9177         * include/winnt.h: ... to here.
9178         * include/winbase.h (VerifyVersionInfo[AW]): Add declaration.
9179         * include/winnt.h (OSVERSIONINFOEX[AW]): Add structure definitions
9180         and typedefs.
9181         (VER_NT_WORKSTATION,VER_NT_DOMAIN_CONTROLLER,VER_NT_SERVER):
9182         Add defines.
9183
9184 2001-11-19  Pierre Muller  <muller@ics.u-strasbg.fr>
9185
9186         * w32api/include/winnt.h: prepare SSE register support.
9187         (CONTEXT_EXTENDED_REGISTERS): Add new define.
9188         (MAXIMUM_SUPPORTED_EXTENSION): New define.
9189         (struct CONTEXT): ExtendedRegisters field added.
9190
9191 2001-11-16  Danny Smith  <dannysmith@users.sourceforge.net>
9192
9193         * include/winuser.h (tagALTTABINFO, tagCOMBOBOXINFO,
9194         tagCURSORINFO, tagMENUBARINFO, tagMENUINFO, tagMONITORINFO
9195         tagSCROLLBARINFO, tagTITLEBARINFO. tagWINDOWINFO,
9196         tagLASTINPUTINFO ): Define new structures.
9197         (EndMenu, GetAltTabInfo[AW],GetComboBoxInfo,GetCursorInfo,
9198         GetLastInputInfo, GetListBoxInfo, GetMenuBarInfo,
9199         GetMonitorInfo[AW], GetScrollBarInfo, GetTitleBarInfo,
9200         GetWindowInfo, GetWindowModuleFileName[AW],GetMenuInfo
9201         SetMenuInfo): Add new prototypes.
9202         * lib/user32.def: Add import stubs for above functions.
9203
9204         * include/winuser.h (IDC_STATIC): Protect against prior
9205         definition.
9206
9207 2001-11-12  Corinna Vinschen  <corinna@vinschen.de>
9208
9209         * include/winbase.h (OSVERSIONINFOEX): Add definition.
9210         * include/winnt.h: Add VER_NT_* and VER_SUITE_* defines.
9211
9212 2001-11-10  Robert Collins  <rbtcollins@hotmail.com>
9213
9214         * include/winnt.h: Add Danny Smith's text comment about gcc compiler
9215         warnings with _AUTHORITY #defines.
9216
9217 2001-11-09  Robert Collins  <rbtcollins@hotmail.com>
9218
9219         * include/winnt.h (GetCurrentFiber): Create a prototype before the
9220         implementation.
9221         (GetFiberData): Ditto.
9222
9223 2001-11-09  Robert Collins  <rbtcollins@hotmail.com>
9224
9225         * include/winnt.h: Backout last change.
9226
9227 2001-11-08  Robert Collins  <rbtcollins@hotmail.com>
9228
9229         * include/winnt.h: Define *_SID_AUTHORITY appropriately,
9230         GetCurrentFiber: Create a prototype before the implementation.
9231         GetFiberData: Ditto.
9232
9233 2001-11-06  Danny Smith  <dannysmith@users.sourceforge.net>
9234
9235         * include/winuser.h (IDC_STATIC): Add define.
9236         Thanks to: Benoit Laniel.
9237
9238 2001-11-05  Danny Smith  <dannysmith@users.sourceforge.net>
9239
9240         * include/commdlg.h: Include <unknwn.h> rather than local
9241         definition of LPUKNOWN.
9242         * include/rpcproxy.h: Don't include if ndef CINTERFACE.
9243         Emit warning.
9244
9245 2001-11-05  Mattia Barbon  <mbarbon@dsi.unive.it>
9246
9247         * include/windef.h (DECLSPEC_NORTEURN): Add an empty version
9248         for Watcom.
9249         (DECLARE_STDCALL_P): Use it to add __stdcall decoration for
9250         functions of the form 'type * function(...)' in a way compatible
9251         with both Watcom and GCC.
9252         * include/rpcdcep.h (I_RpcAllocate): Use DECLARE_STDCALL_P.
9253         * include/rpcproxy.h (CInterfaceProxyVtbl): Do not declare
9254         zero-sized arrays for Watcom. Mark as __extension for __GNUC__.
9255         * include/windows.h: Watcom can use anonymous structs/unions.
9256         * include/winnt.h: Watcom can use 64 bit ints.
9257         (GetCurrentFiber): Add another inline definition using
9258         Watcom inline assembly syntax.
9259         (GetFiberData): Likewise.
9260         * include/winsock.h (inet_ntoa): Use DECLARE_STDCALL_P.
9261         (gethostbyname): Likewise.
9262         (gethostbyaddr}: Likewise.
9263         (getservbyport}: Likewise.
9264         (getservbyname}: Likewise.
9265         (getprotobynumber}: Likewise.
9266         (getprotobyname}: Likewise.
9267         * include/winsock2.h (inet_ntoa): Use DECLARE_STDCALL_P.
9268         (gethostbyname}: Likewise.
9269         (gethostbyaddr}: Likewise.
9270         (getservbyport}: Likewise.
9271         (getservbyname}: Likewise.
9272         (getprotobynumber}: Likewise.
9273         (getprotobyname}: Likewise.
9274         * lib/diinut.c: Correction for Watcom.
9275         * lib/kernel32.c (GetCurrentFiber): Add another definition
9276         using Watcom inline assembly syntax.
9277         (GetFiberData): Likewise.
9278         * lib/scrnsave.c (WinMain): Add break after default:
9279         clause.
9280
9281 2001-11-04  "stefan"  <stefan@lkcc.org>
9282
9283         * include/winnt.h (GetCurrentFiber): Add prototype.
9284         (GetFiberData): Likewise.
9285
9286 2001-11-04  Christopher Faylor  <cgf@redhat.com>
9287
9288         * lib/Makefile.in: Add .NOTPARALLEL target since dlltool cannot run in
9289         parallel invocations.
9290
9291 2001-11-03  Christopher Faylor  <cgf@redhat.com>
9292
9293         * lib/scrnsave.c (WinMain): Trivial change to avoid a compiler warning.
9294
9295 2001-11-01  Danny Smith  <dannysmith@users.sourceforge.net>
9296
9297         * include/basetyps.h (DECLARE_INTERFACE): Don't add
9298         __attribute__((com_interface)) for __GNUC__ >= 3.
9299
9300 2001-11-01  Danny Smith  <dannysmith@users.sourceforge.net>
9301
9302         * include/commdlg.h (PRINTPAGERANGE): Add structure
9303         definition.
9304         (PRINTDLGEX[AW]): Likewise.
9305         (PrintDlgEx[AW]): Add function declaration.
9306         * lib/comdlg32.def (PrintDlgEx[AW]): Add function stubs.
9307         * ChangeLog: Fix typo in last entry.
9308
9309 2001-11-01  TAMURA Kent  <tkent@users.sourceforge.net>
9310
9311         * include/objbase.h (CoGetClassObject): Change third parameter
9312         to COSERVERINFO*.
9313
9314 2001-10-30  Danny Smith  <dannysmith@users.sourceforge.net>
9315
9316         * include/winuser.h (MOUSEEVENTF_WHEEL): Define.
9317         Thanks to: Kim Saunders.
9318         * include/oleauto.h: Define VARIANT* flags for VariantChangeType.
9319         Thanks to: Pat Thoyts.
9320         * include/winnt.h: Change C++ style comment to C style.
9321         * include/shlobj.h: Ditto.
9322         * include/objbase.h (enum tagCOINIT): Remove comma at end of
9323         list.
9324         * include/oledlg.h (enum tagOLEUIPASTEFLAG): Ditto.
9325         * include/oleidl.h (enum tagDROPEFFECT): Mark as __extension__
9326         (enum not limited to range of int).
9327         * include/oaidl.h (struct tagVARIANT): Mark as __extension__
9328         (struct with no named members), ifndef NONAMELESSUNION.
9329
9330 2001-10-30  Danny Smith  <dannysmith@users.sourceforge.net>
9331
9332         * include/winuser.h (CREATESTRUCT): UNICODE it.
9333         (CBT_CREATEWND): Likewise.
9334
9335 2001-10-20  Corinna Vinschen  <corinna@vinschen.de>
9336
9337         * include/winnetwk.h (WNetGetResourceInformationA): Add declaration.
9338         (WNetGetResourceInformationW): Ditto.
9339         (WNetGetResourceInformation): Add define.
9340
9341 2001-10-12  Pedro A Aranda  <paaguti@hotmail.com>
9342
9343         * include/winuser.h (POINTSTOPOINT): Use explicit casts
9344         before extracting words.
9345
9346 2001-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
9347
9348         * include/winnt.h: Add PF_* defines.
9349         Thanks to: "Wizord"  <wizord@argoslabs.com>
9350
9351 2001-09-18  Danny Smith  <dannysmith@users.sourceforge.net>
9352
9353         * include/winnt.h (_[U]LARGE_INTEGER): Mark nameless structure
9354         field as _ANONYMOUS_STRUCT.
9355         * include/setupapi.h (SP_DEVINSTALL_PARAMS): Add missing typedef
9356         for UNICODE.
9357         * include/ipexport.h (icmp_echo_reply): Remove extra ';'.
9358         * lib/makefile.in: Add -pedantic switch to TEST_OPTIONS for header
9359         test.
9360
9361 2001-09-17  Mattia Barbon  <mbarbon@dsi.unive.it>
9362
9363         * include/commctrl.h: Add some ListView constants.
9364
9365 2001-09-17  Earnie Boyd  <earnie@sf.net>
9366
9367         * lib/Makefile.in (inst_includedir): Add FIXME and remove the usr/
9368         portion of the directory from the install.
9369         (inst_libdir): Ditto.
9370         * Makefile.in (VERSION): Increment.
9371         * include/w32api.h: Increment version.
9372
9373 2001-09-13  Earnie Boyd  <earnie@SF.net>
9374
9375         * lib/Makefile.in (inst_includedir): Change to always use w32api
9376         subdirectory for target == cygwin.
9377         (inst_libdir): Ditto.
9378
9379 2001-09-13  Earnie Boyd  <earnie@SF.net>
9380
9381         * lib/Makefile.in (config_prefix): New variable.
9382         (inst_includedir): Manipulate special value only if target == cygwin
9383         and build == target and prefix != config_prefix.
9384         (inst_libdir): Ditto.
9385
9386 2001-09-12  Earnie Boyd  <earnie@SF.net>
9387
9388         * Makefile.in (TARFLAGS): New variable.
9389         (TARFILEEXT): Ditto.
9390
9391 2001-09-12  Earnie Boyd  <earnie@SF.net>
9392
9393         * Makefile.in: Increment version.
9394         * include/w32api.h: Ditto.
9395         * lib/Makefile.in: Add usr/ to install directory special for cygwin.
9396
9397 2001-09-11  Danny Smith  <dannysmith@users.sourceforge.net>
9398
9399         * include/winnt.h (_[U]LARGE_INTEGER): Protect nameless struct with
9400         !defined(NONAMELESSUNION), rather than defined(_ANONYMOUS_STRUCT).
9401         (_REPARSE_DATA_BUFFER): Name union field DUMMYUNIONNAME.
9402
9403 2001-09-05  Danny Smith  <dannysmith@users.sourceforge.net>
9404
9405         * include/wininet.h (InternetAutodial): Add prototype.
9406         (InternetAutodialHangup): Ditto.
9407         (InternetDial): Ditto.
9408         (InternetGetConnectedState): Ditto.
9409         (InternetGoOnline): Ditto.
9410         (InternetHangUp): Ditto.
9411         (InternetSetDialState): Ditto.
9412         Add associated INTERNET_* auto dial flags.
9413         Guard typedefs and prototypes with #ifndef RC_INVOKED.
9414
9415 2001-09-04  Earnie Boyd  <earnie@SF.Net>
9416
9417         * lib/Makefile.in: Move the setting of variable libdir to after the
9418         setting of exec_prefix since the value of libdir is dependant on it.
9419
9420 2001-09-04  Christopher Faylor  <cgf@cygnus.com>
9421
9422         * include/winbase.h: Add missing closing parentheses to
9423         InterlockedExchangePointer declaration.
9424
9425 2001-09-01  Danny Smith  <dannysmith@users.sourceforge.net>
9426
9427         * include/shlobj.h (CFSTR_* ): Add new defines.
9428         Thanks to: "Ron" <ron@debian.org> .
9429         Unicode them.
9430
9431 2001-09-01  Christopher Faylor  <cgf@cygnus.com>
9432
9433         * include/winnt.h: Use defined(_ANONYMOUS_STRUCT) to determine if
9434         anonymous structs are available rather than just testing preprocessor
9435         variable directly.
9436
9437 2001-08-31  Corinna Vinschen  <corinna@vinschen.de>
9438
9439         * include/winnt.h: Change definition of `SYSTEM_LUID' to comply
9440         with new `LARGE_INTEGER' definition.
9441
9442 2001-08-30  Christopher Faylor  <cgf@cygnus.com>
9443
9444         * include/winsock2.h: Remove "extra token" after #endif.
9445
9446 2001-08-31  Earnie Boyd  <earnie@SF.Net>
9447
9448         * config.guess: Remove the \r from the end of line.
9449         * config.sub: Ditto.
9450
9451 2001-08-30  Danny Smith  <dannysmith@users.sourceforge.net>
9452
9453         * include/winnt.h: Allow anonymous struct in [U]LARGE_INTEGER
9454         if __cplusplus as well as if _ANONYMOUS_STRUCT.
9455
9456 2001-08-29  Earnie Boyd  <earnie@SF.Net>
9457
9458         * config.guess: Add the MSYS system.
9459         * config.sub: Ditto.
9460         * include/winsock.h: Add the __INSIDE_MSYS__ protections.
9461         * incldue/winsock2.h: Ditto.
9462
9463 2001-08-29  Eric Kohl  <ekohl@users.sourceforge.net>
9464
9465         * include/winnt.h: Allow anonymous (Xxx.LowPart) or
9466         non-anonymous (Xxx.u.LowPart) access to HighPart and
9467         LowPart of a LARGE_INTEGER or ULARGE_INTEGER.
9468
9469 2001-08-24  TAMURA Kent  <tkent@users.sourceforge.net>
9470
9471         * include/wingdi.h (HANGUL_CHARSET): Add define.
9472
9473 2001-08-21  Earnie Boyd  <earnie@SF.Net>
9474
9475         * include/setupapi.h: Formatting.
9476
9477 2001-08-21  Earnie Boyd  <earnie@SF.Net>
9478
9479         * include/shlobj.h: Remove \r from the line endings.
9480
9481 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
9482
9483         * include/setupapi.h : New file.
9484         * lib/setupapi.def:New file.
9485         * lib/test.c: Include setupapi.h.
9486
9487 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
9488         * include/winioctl.h (_DISK_PERFORMANCE): Correct typo.
9489
9490 2001-08-21  Mattia Barbon  <mbarbon@dsi.unive.it>
9491
9492         * include/richedit.h (ENLINK): Add structure definition.
9493         (EM_AUTOURLDETECT, EN_LINK, ENM_LINK): Add defines.
9494
9495 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
9496
9497         * include/shlobj.h (CMIC_*): Remove duplicate defines.
9498         (CMDSTR_*): Remove duplicates; UNICODE string constants.
9499         (GCS_*): Make UNICODE.
9500         (CSIDL_*): Add more defines.
9501         * include/winioctl.h (_MEDIA_TYPE): Add pointer typedef.
9502         (_DISK_GEOMETRY): Ditto.
9503         (_DISK_PERFORMANCE): Ditto.
9504         * include/winbase.h (HasOverlappedIoCompleted): Add macro.
9505
9506 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
9507
9508         * include/winnt.h: Move CHAR, SHORT and LONG typedefs outside
9509         of block protected by #ifndef VOID.
9510         (This reverts 1998-12-01 Anders Norlander change.)
9511         * include/odbcinst.h: End file with newline.
9512         * include/raserror.h: Ditto.
9513
9514 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
9515
9516         * include/winsock2.h (#include <wtypes.h): Don't.
9517         (_BLOB): Define instead, if not already done.
9518         (__BLOB_T_DEFINED: New define for guarding _BLOB.
9519         * include/wtypes.h (_BLOB): Guard against prior definition.
9520
9521 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
9522
9523         * include/oaidl.h (tagVARIANT): Mark anonymous structs and unions
9524         as __extension__.
9525         (tagTYPEDESC): Ditto.
9526         (_wireBRECORD): Add structure definition.
9527         (_wireSAFEARR_BRECORD): Ditto.
9528         (_wireSAFEARR_HAVEIID): Ditto.
9529         (_wireSAFEARRAY_UNION.u): Add fields SAFEARR_BRECORD RecordStr,
9530         SAFEARR_HAVEIID HaveIidStr.
9531         (tagVariant): Add fields _VARIANT_BOOL bool,*pbool.
9532         (_wireVARIANT): Change field parray to type wirePSAFEARRAY,
9533         pparray to wirePSAFEARRAY*.
9534         (_wireVARIANT): Add field wireBRECORD brecVal.
9535         (wireVARIANT): Change typedef to struct _wireVariant*.
9536         (IRecordInfo): Add interface definition.
9537         (LPRECORDINFO): Add typedef for IRecordInfo*.
9538         (IID_IRecordInfo): Add forward decalaration.
9539
9540 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
9541
9542         * include/lmcons.h: Guard CNLEN and UNCLEN against prior definition.
9543         * include/nddeapi.h: Likewise.
9544
9545 2001-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
9546
9547         * lib/test.c (Win32_Winsock): Replace with __USE_W32_SOCKETS.
9548         Add more includes of w32api headers.
9549
9550 2001-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
9551
9552         * include/winnt.h (GetCurrentFiber): Change __inline to __inline__.
9553         Swap asm code with that of GetFiberData.
9554         (GetFiberData): Ditto.
9555         * lib/kernel32.c: New file, containing library versions of
9556         GetCurrentFiber and GetFiberData.
9557         * lib/makefile.in: Add kernel32.o as static object to libkernal32.a.
9558
9559 2001-08-08  Danny Smith  <dannysmith@users.sourceforge.net>
9560
9561         * include/winuser.h (GET_WHEEL_DELTA_WPARAM): Add macro.
9562         Thanks to: Harold Hunt <Harold@compasstechnologies.com>.
9563
9564 2001-08-08  Danny Smith  <dannysmith@users.sourceforge.net>
9565
9566         * lib/oleaut32.def: Regenerate.
9567
9568 2001-08-04  Danny Smith  <dannysmith@users.sourceforge.net>
9569
9570         * include/wtypes.h (DECIMAL_SETZERO): Correct typo.
9571
9572 2001-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
9573
9574         Apply Dmitry Bely  <dbely@mail.ru> patch 437834 (with additions).
9575         * include/oleidl.h (ISupportErrorInfo, ICreateInfo): Move from here
9576         * include/oaidl.h: ... to here.
9577         * include/oaidl.h ICreateErrorInfo): Add interface definition.
9578         (IErrorInfo::GetGUID): Change arg to GUID.
9579         (LPSUPPORTERRORINFO): Add typedef.
9580         (IID_ISupportErrorInfo): Change forward decl. of type to IID.
9581
9582 2001-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
9583
9584         * include/winsock2.h (WSAGET* and WSAMAKE*): Remove duplicate
9585         defines.
9586
9587 2001-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
9588
9589         * include/commctrl.h (TreeView_SetIndent): Correct typo.
9590
9591 2001-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
9592
9593         * include/commctrl.h (TBSTYPE_FLAT): Remove define.
9594         Thanks to: Jason Craig  <jacraig@softhome.net>
9595
9596 2001-07-30  Mattia Barbon  <mbarbon@dsi.unive.it>
9597
9598         * include/commctrl.h (TBBUTTONINFO[AW]): Add struct definitions,
9599         and UNICODE mappings, if _WIN32_IE >= 0x400.
9600         (TBIF_* and TB_SETBUTTONINFO): Add defines, if _WIN32_IE >= 0x400.
9601         (CDIS_*,CDDS_*,CDRF_*) : Add defines.
9602         (tagNMCUSTOMDRAWINFO): Add struct definition and typedefs.
9603         (tagNMLVCUSTOMDRAW): Likewise.
9604         (tagNMTVCUSTOMDRAW): Likewise.
9605         (tagNMLVCACHEHINT): Likewise.
9606
9607 2001-07-06  Danny Smith  <dannysmith@users.sourceforge.net>
9608
9609         * include/basetsd.h (#include <_mingw.h>): Remove.
9610         (__int64): Define.
9611
9612 2001-06-28  Danny Smith  <dannysmith@users.sourceforge.net>
9613
9614         * include/wingdi.h (AC_SRC_OVER): Add define.
9615         (struct _BLENDFUNCTION): Add.
9616
9617 2001-06-28  Danny Smith  <dannysmith@users.sourceforge.net>
9618
9619         * include/shlobj.h:  Add BIF_* defines.
9620
9621 2001-06-27  Danny Smith  <dannysmith@users.sourceforge.net>
9622
9623         * include/winerror.h (E_PENDING): Add error code define.
9624
9625 2001-06-27  Danny Smith  <dannysmith@users.sourceforge.net>
9626
9627         * include/basetsd.h (#include <_mingw.h>): Add directive.
9628
9629 2001-06-25  Danny Smith  <dannysmith@users.sourceforge.net>
9630
9631         * include/winbase.h (InterlockedCompareExchange): Change args
9632         and return value from PVOID to LONG.
9633         (InterlockedExchange): Change first arg to LPLONG.
9634         (InterlockedCompareExchangePointer): New macro.
9635         (InterlockedExchangePointer): New macro.
9636
9637 2001-06-19  Danny Smith  <dannysmith@users.sourceforge.net>
9638
9639         * lib/kernel32.def: Add LanguageGroup and UILanguage symbols.
9640         Thanks to Kevin Chase <kevincha99@hotmail.com>.
9641
9642 2001-06-11  TAMURA Kent  <tkent@users.sourceforge.net>
9643
9644         * objidl.h (IMalloc::ReAlloc()): Correct declaration.
9645         (IMalloc::Free()): Ditto.
9646
9647 2001-06-11  Danny Smith  <dannysmith@users.sourceforge.net>
9648
9649         * include/shlobj.h (REGSTR_PATH_EXPLORER): Unicode it.
9650         (REGSTR_PATH_SPECIAL_FOLDERS): Ditto.
9651         * include/regstr.h (REGSTR_PATH_EXPLORER): Add #ifndef guard.
9652
9653 2001-06-11  Mattia Barbon  <mbarbon@dsi.unive.it>
9654
9655         * include/shlobj.h (struct _browseinfo): UNICODE it.
9656         (SHBrowseForFolder): Ditto.
9657         (SHGetPathFromIDList): Ditto.
9658
9659 2001-06-11  Earnie Boyd  <earnie@users.sourceforge.net>
9660
9661         * include/basetsd.h: RC_INVOKED protection and realignment.
9662         Thanks to: Colin Peters <colinpeters@users.sourceforge.net>
9663
9664 2001-06-06  Earnie Boyd  <earnie@users.sourceforge.net>
9665
9666         * Makefile.in (bindist): Reassign value of exec_prefix on make command
9667         line.
9668
9669 2001-05-22  Christopher Faylor  <cgf@cygnus.com>
9670
9671         * lib/mapi32.def: Add MAPISendMail.
9672
9673 2001-05-22  Earnie Boyd  <earnie@users.sourceforge.net>
9674
9675         * include/w32api.h: Update version.
9676         * Makefile.in: Ditto.
9677
9678 2001-05-17  Corinna Vinschen  <corinna@vinschen.de>
9679
9680         * include/winnt.h: Define SE_GROUP_LOGON_ID as unsigned to avoid
9681         compiler warnings.
9682
9683 2001-05-17  Corinna Vinschen  <corinna@vinschen.de>
9684
9685         * include/ntdef.h: Protect definition of OBJECT_ATTRIBUTES against
9686         previous definition in include/ntsecapi.h.
9687         * include/ntsecapi.h: Vice versa.
9688
9689 2001-05-16  Corinna Vinschen  <corinna@vinschen.de>
9690
9691         * include/winnt.h: Add defines for group attributes.
9692         Add define for SYSTEM_LUID.
9693         Add missing types `PTOKEN_DEFAULT_DACL', `PTOKEN_OWNER' and
9694         `PTOKEN_PRIMARY_GROUP'.
9695
9696 2001-04-24  Christopher Faylor  <cgf@cygnus.com>
9697
9698         * lib/Makefile.in: Install libraries in /usr/lib/w32api when building
9699         for cygwin.
9700
9701 2001-04-24  Christopher Faylor  <cgf@cygnus.com>
9702
9703         * include/winsock2.h: Protect one *more* newlib defines when compiling
9704         cygwin.
9705
9706 2001-04-23  Christopher Faylor  <cgf@cygnus.com>
9707
9708         * include/winsock2.h: Protect some more newlib defines when compiling
9709         cygwin.
9710
9711 2001-04-23  Christopher Faylor  <cgf@cygnus.com>
9712
9713         * include/winsock.h: Protect some more newlib defines when compiling
9714         cygwin.
9715
9716 2001-04-17  Egor Duda  <deo@logos-m.ru>
9717
9718         * include/windows.h: Define _ANONYMOUS_STRUCT and _ANONYMOUS_UNION
9719         as __extenstion__ when appropriate.
9720         * include/mmsystem.h: Mark anonymous structs and unions as
9721         __extension__ to prevent compiler warning when invoked with
9722         -pedantic
9723         * include/oaidl.h: Ditto.
9724         * include/objidl.h: Ditto.
9725         * include/olectl.h: Ditto.
9726         * include/prsht.h: Ditto.
9727         * include/shlobj.h: Ditto.
9728         * include/winbase.h: Ditto.
9729         * include/winnt.h: Ditto.
9730         * include/wtypes.h: Ditto.
9731
9732 2001-04-11  Danny Smith  <dannysmith@users.sourceforge.net>
9733
9734         * include/windows.h (#include <winsock.h>): Include <winsock2.h>
9735         instead if (_WIN32_WINNT >= 0x0400)&&(__W32API_MAJOR_VERSION > 0).
9736
9737 2001-04-11  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
9738
9739         * include/winuser.h (WM_IME_*): Remove defines (now in imm.h).
9740
9741 2001-04-11  John Fortin  <fortinj@attglobal.net>
9742
9743         * include/windef.h (*PBOOL): Unprotect from XFree86Server.
9744         (*LPBOOL): Ditto.
9745
9746 2001-04-08  Christopher Faylor  <cgf@cygnus.com>
9747
9748         * include/winnt.h (GetCurrentFiber): Make "external __inline" or asm
9749         code will be included in every module which includes this header.
9750         (GetFiberData): Ditto.
9751
9752 2001-04-08  Earnie Boyd  <earnie@users.sourceforge.net>
9753
9754         * include/winnt.h (GetCurrentFiber): Fix typo.
9755
9756 2001-04-08  Earnie Boyd  <earnie@users.sourceforge.net>
9757
9758         * include/shellapi.h: (CommandLineToArgvW): Add WINAPI declaration.
9759         * include/winbase.h: (GetFileAttributesExW): Fix typo.
9760         * include/wingdi.h: (StartDocA): Change LPDOCINFOA to DOCINFOA*.
9761         (StartDocB): Chage LNPDOCINFOB to DOCINFOB*.
9762         Thanks To: Kent Tamura  <tkent@users.sourceforge.net>
9763
9764         * include/winnt.h: (GetFiberData): Add __inline assembler coding.
9765         (GetCurrentFiber): Ditto.
9766         Thanks to: Andy Younger  <AndyY@redlemon.com>
9767
9768         * include/windef.h: (HMONITOR_DECLARED): New definition to stop
9769         DirectX 8 from complaining.
9770         Thanks to: Sigbjørn Lund Olsen  <mosikos@online.no>
9771
9772 2001-04-08  Michael Soderstrom  <ichaelsoderstro@hotmail.com>
9773
9774         * include/commctrl.h Updated TreeView and ListView defines and macros.
9775
9776 2001-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
9777
9778         * include/winuser.h (MB_SERVICE_NOTIFICATION): Correct value for NT4
9779         and above.
9780
9781 2001-03-30  Earnie Boyd  <earnie@users.sourceforge.net>
9782         * include/winuser.h (VK_KANA): New definition.
9783         Thanks to: "Harold Hunt" <huntharo@msu.edu>
9784
9785 2001-03-29  Earnie Boyd  <earnie@users.sourceforge.net
9786
9787         * include/winuser.h (RT_CURSOR): Add protection for XFree86Server.
9788         (RT_FONT): Ditto.
9789         * include/basetsd.h (INT32): Ditto.
9790         * include/windef.h (ATOM): Ditto.
9791         (BOOL): Ditto.
9792         (BYTE): Ditto.
9793         * include/winbase.h (FreeResource): Ditto.
9794         Thanks to: "Harold Hunt" <huntharo@msu.edu>
9795
9796 2001-03-20  Danny Smith  <dannysmith@users.sourceforge.net>
9797
9798         * include/winsock.h (_SYS_TYPES_H macro guard for int types): Remove;
9799         use only _BSDTYPES_DEFINED macro now defined in newlib sys/types.h.
9800         (SYS_TYPES_H macro guard for fd_set): Replace with_SYS_TYPES_FD_SET
9801         macro now defined in newlib sys/types.h.  Emit warning if defined.
9802         * include/winsock2.h: Ditto.
9803         * include/windows.h (Win32_Winsock): Replace with new macros
9804         __USE_W32_SOCKETS and warn of deprecation.
9805
9806 2001-03-13  Earnie Boyd  <earnie@users.sourceforge.net
9807
9808         * include/wingdi.h: (DOCINFO) Ansi version defined incorrectly.
9809         Thanks to: Mattia Barbon <mbarbon@dsi.unive.it>
9810
9811 2001-03-12  Earnie Boyd  <earnie@users.sourceforge.net
9812
9813         * include/commctrl.h (TBSTYLE_FLAT): New definition.
9814         (TB_GETBUTTONSIZE): Ditto.
9815         (TCS_HOTTRACK): Ditto.
9816         Thanks to: Chris Hansen <popeofpop@softhome.net>
9817
9818 2001-03-01  Earnie Boyd  <earnie@users.sourceforge.net
9819
9820         * Makefile.in: (snapshot): Add target.
9821         * lib/Makefile.in: (install-headers): Use installdir variable.
9822         (installdir): Set value based on target-alias.
9823
9824 2001-02-21  Earnie Boyd  <earnie@users.sourceforge.net
9825
9826         * include/w32api.h: (_W32API_VERSION): Remove.
9827         (__W32API_VERSION): Add.
9828         (__W32API_MAJOR_VERSION): Ditto.
9829         (__W32API_MINOR_VERSION): Ditto.
9830
9831 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
9832
9833         * include/wingdi.h (struct _DOCINFO[AW]): UNICODE it.
9834         (StartDoc[AW]): Use UNICODE'd LPDOCINFO[AW]
9835         * include/winuser.h (struct tagMOUSEKEYS): Define new structure.
9836         * include/winerror.h (NTE_*): Add CryptoAPI error codes.
9837
9838 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
9839
9840         * include/mswsock.h: New file.
9841         * include/ws2tcpip.h: New file.
9842         * include/winsock.h (IPPROTO_IGMP): New define.
9843         (IPPROTO_GGP): Correct value.
9844         (SO_* macros): Remove mswsock defines.
9845         (TCP_BSDURGENT): Likewise.
9846         (IP_* macros): Add comment warning of WinSock2 incompatibility
9847         (WSARecvEx): Remove mswsock prototype.
9848         (TransmitFile): Likewise.
9849         (AcceptEx): Likewise.
9850         (GetAcceptExSockaddrs): Likewise.
9851         (struct _TRANSMIT_FILE_BUFFERS): Remove mswsock definition.
9852         (#include <mswsock.h>): Add directive and explanatory comment
9853         * include/winsock2.h (header guard): add guard for  _WINSOCK_H
9854         (_WINSOCK_H): Define to prevent later inclusion of winsock.h
9855         (#include <winsock.h>): Replace directive with winsock.h file content
9856         The following changes apply to the merged file:
9857         (FD_SET): Keep winsock2.h definition, delete winsock.h definition
9858         (SOMAXCONN): Likewise
9859         (#include <nspapi.h>): Move - don't include until LPSOCKADDR defined
9860         (IP_* macros): Delete WinSock1 definitions (WinSock2 definitions now
9861         in ws2tcpip.h)
9862         (struct ip_mreq): Delete (now defined in ws2tcpip.h for WinSock2)
9863         (FD_*_BIT and FD_* defines): Place together and extend to
9864         FD_MAX_EVENTS 10
9865         (AF* defines): Extend to AF_MAX 10
9866         (WSAIsBlocking): #if 0 out prototype (N/A in WinSock2)
9867         (WSAUnhookBlockingHook): Likewise.
9868         (WSASetBlockingHook): Likewise.
9869         (WSACancelBlockingCall): Likewise.
9870         (WSAEINPROGRESS): Comment as not raised in WinSock2.
9871         (#include <mswsock.h>): Delete directive inherited from winsock.h
9872         (WSA_QOS* defines): Add QualityOfService error codes.
9873         (SIO_* defines): Add new macros
9874         * include/ipexport.h (IP_STATUS flags): Add definitions.
9875         (IP_FLAG_DF): Likewise.
9876         (IP_OPT_* ): Likewise.
9877         (struct ip_option_information): Likewise.
9878         (struct icmp_echo_reply): Likewise.
9879
9880 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
9881
9882         * include/commctrl.h: Revert TEXT change.
9883         * include/lmalert.h: Ditto.
9884         * include/lmcons.h: Ditto.
9885         * include/lmsname.h: Ditto.
9886         * include/lmsvc.h: Ditto.
9887         * include/ntsecapi.h: Ditto.
9888         * include/oledlg.h: Ditto.
9889         * include/ras.h: Ditto.
9890         * include/regstr.h: Ditto.
9891         * include/richedit.h: Ditto.
9892         * include/wininet.h: Ditto.
9893         * include/winnt.h: Ditto.
9894
9895 2001-02-15  Earnie Boyd  <earnie@users.sourceforge.net>
9896
9897         * include/commctrl.h: Use _TEXT() instead of TEXT() throughout.
9898         * include/lmalert.h: Ditto.
9899         * include/lmcons.h: Ditto.
9900         * include/lmsname.h: Ditto.
9901         * include/lmsvc.h: Ditto.
9902         * include/ntsecapi.h: Ditto.
9903         * include/oledlg.h: Ditto.
9904         * include/ras.h: Ditto.
9905         * include/regstr.h: Ditto.
9906         * include/richedit.h: Ditto.
9907         * include/wininet.h: Ditto.
9908         * include/w32api.h: New File.
9909
9910 2001-02-13  Corinna Vinschen  <corinna@vinschen.de>
9911
9912         * include/shlobj.h: Add missing SLR_* flags.
9913
9914 2001-02-12:  Earnie Boyd  <earnie@users.sourceforge.net>
9915
9916         * lib/Makefile.in: (host_alias): Add variable.
9917         (host_build): Ditto:
9918         (xinstall): Removed
9919         (xinstall-libraries): Ditto.
9920         (xinstall-headers): Ditto.
9921         (xuninstall): Ditto.
9922         (xuninstall-libraries): Ditto.
9923         (xuninstall-headers): Ditto.
9924         * Makefile.in: (host_alias): Add variable.
9925         (build_alias): Ditto.
9926
9927 2001-02-02  Earnie Boyd  <earnie@users.sourceforge.net>
9928
9929         * include/winnt.h: (__TEXT): Add private macro.
9930         (_TEXT): Modify definition to use __TEXT.
9931         (_T): Ditto.
9932         This change allows the passing of a MACRO as an argument and have that
9933         MACRO resolved first.
9934         Thanks to: Eric PAIRE <eric.paire@ri.silicomp.com>
9935
9936 2001-01-31  Earnie Boyd  <earnie@users.sourceforge.net>
9937
9938         * Makefile.in: Increment VERSION to 0.5
9939         * include/winnt.h: Change TEXT to _TEXT throughout.
9940         (SID_RELEASE): Define.
9941         Thanks to: Eric PAIRE <eric.paire@ri.silicomp.com>
9942
9943 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
9944
9945         * Apply Phil Krylov patches.
9946         2001-01-19  Phil Krylov  <phil@mail.ru>
9947         * include/commctrl.h: (HDI_IMAGE) New definition.
9948         (HDI_DI_SETITEM) Ditto.
9949         (HDI_ORDER) Ditto.
9950         (HDI_FILTER) Ditto.
9951         (HDF_BITMAP_ON_RIGHT) Ditto.
9952         (HDF_IMAGE) Ditto.
9953         (HDM_SETORDERARRAY) Ditto.
9954         (Header_SetOrderArray) Ditto.
9955         (ICC_BAR_CLASSES) Ditto.
9956         (struct _HD_ITEMA) Change definition.
9957         (struct _HD_ITEMW) Ditto.
9958         (struct tagINITCOMMONCONTROLSEX) Enclose in _WIN32_IE braces.
9959         (InitCommonControlsEx()) Ditto.
9960         2001-01-23  Phil Krylov  <phil@mail.ru>
9961         * include/richedit.h: Many Richedit 2.0 definitions.
9962
9963 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
9964
9965         * include/winuser.h: (IDC_HAND)  New resource identifier.
9966         Thanks to: Mark Jordon <mark_jordan@ieee.org>
9967
9968 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
9969
9970         * include/iptypes.h: Include <sys/types.h> for time_t declaration.
9971         Fix typo's.
9972
9973 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
9974
9975         * include/objidl.h: (GetClassID): Argument needs to be a pointer.
9976         (GetUnmarshalClass): CLSID argument needs to be a pointer.
9977         Thanks To: <bge@users.sourceforge.net>
9978
9979 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
9980
9981         * Apply Danny Smith patch 102386
9982         2000-11-15  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
9983         * lib/rasapi32.def: add symbols available in NT4 and W2k
9984
9985 2001-01-28  Earnie Boyd  <earnie@users.sourceforge.net>
9986
9987         * Apply Danny Smith patch 102382
9988         2000-11-15  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
9989         * lib/mswsock.def: remove leading underscores from symbol names
9990
9991 2001-01-28  Earnie Boyd  <earnie@users.sourceforge.net>
9992
9993         * Apply Danny Smith patch 102446
9994         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
9995         * include/sql.h (ODBCVER): change default to 0x0351.
9996         (SQLSetScrollOptions): non-core function, move prototype to sqlext.h.
9997         (SQLColAttributes): likewise.
9998         (SQLBindParam): add prototype for ODBC 3.x function.
9999         (SQLCloseCursor): likewise.
10000         (SQLColAttribute): likewise.
10001         (SQLCopyDesc):likewise.
10002         (SQLEndTran): likewise.
10003         (SQLFetchScroll): likewise.
10004         (SQLGetConnectAttr): likewise.
10005         (SQLGetDescField): likewise.
10006         (SQLGetDescRec): likewise.
10007         (SQLGetDiagField): likewise.
10008         (SQLGetDiagRec): likewise.
10009         (SQLGetEnvAttr): likewise.
10010         (SQLGetStmtAttr): likewise.
10011         (SQLSetConnectAttr): likewise.
10012         (SQLSetDescField):likewise.
10013         (SQLSetDescRec): likewise.
10014         (SQLSetEnvAttr): likewise.
10015         (SQLSetStmtAttr): likewise.
10016         (SQLINTENGER and SQLUINTEGER): replace with SQLLEN and SQLULEN for
10017         _WIN64 compatability;
10018         (SQL_ACCESS_MODE): Move define to sqlext.h (used in non-core functions).
10019         (SQL_ACTIVE_CONNECTIONS): likewise.
10020         (SQL_ACTIVE_STATEMENTS): likewise.
10021         (SQL_ALL_EXCEPT_LIKE): likewise.
10022         (SQL_API_ALL_FUNCTIONS): likewise.
10023         (SQL_API_LOADBYORDINAL): likewise.
10024         (SQL_API_SQLBINDPARAMETER): likewise.
10025         (SQL_API_SQLBROWSECONNECT): likewise.
10026         (SQL_API_SQLCOLATTRIBUTES): likewise.
10027         (SQL_API_SQLCOLUMNPRIVILEGES): likewise.
10028         (SQL_API_SQLDESCRIBEPARAM): likewise.
10029         (SQL_API_SQLDRIVERCONNECT): likewise.
10030         (SQL_API_SQLDRIVERS): likewise.
10031         (SQL_API_SQLEXTENDEDFETCH): likewise.
10032         (SQL_API_SQLFOREIGNKEYS): likewise.
10033         (SQL_API_SQLMORERESULTS): likewise.
10034         (SQL_API_SQLNATIVESQL): likewise.
10035         (SQL_API_SQLNUMPARAMS): likewise.
10036         (SQL_API_SQLPARAMOPTIONS): likewise.
10037         (SQL_API_SQLPRIMARYKEYS): likewise.
10038         (SQL_API_SQLPROCEDURECOLUMNS): likewise.
10039         (SQL_API_SQLPROCEDURES): likewise.
10040         (SQL_API_SQLSETPOS): likewise.
10041         (SQL_API_SQLSETSCROLLOPTIONS): likewise.
10042         (SQL_API_SQLTABLEPRIVILEGES): likewise.
10043         (SQL_ASYNC_ENABLE): likewise.
10044         (SQL_ASYNC_ENABLE_DEFAULT): likewise.
10045         (SQL_ASYNC_ENABLE_OFF): likewise.
10046         (SQL_ASYNC_ENABLE_ON): likewise.
10047         (SQL_ATTR_READONLY): likewise.
10048         (SQL_ATTR_READWRITE_UNKNOWN): likewise.
10049         (SQL_ATTR_WRITE): likewise.
10050         (SQL_AUTOCOMMIT): likewise.
10051         (SQL_AUTOCOMMIT_DEFAULT): likewise.
10052         (SQL_AUTOCOMMIT_OFF): likewise.
10053         (SQL_AUTOCOMMIT_ON): likewise.
10054         (SQL_BEST_ROWID): likewise.
10055         (SQL_BIGINT): likewise.
10056         (SQL_BINARY): likewise.
10057         (SQL_BIND_BY_COLUMN): likewise.
10058         (SQL_BIND_TYPE): likewise.
10059         (SQL_BIND_TYPE_DEFAULT): likewise.
10060         (SQL_BIT): likewise.
10061         (SQL_BOOKMARK_PERSISTENCE): likewise.
10062         (SQL_BP_CLOSE): likewise.
10063         (SQL_BP_DELETE): likewise.
10064         (SQL_BP_DROP): likewise.
10065         (SQL_BP_OTHER_HSTMT): likewise.
10066         (SQL_BP_SCROLL): likewise.
10067         (SQL_BP_TRANSACTION): likewise.
10068         (SQL_BP_UPDATE): likewise.
10069         (SQL_C_BINARY): likewise.
10070         (SQL_C_BIT): likewise.
10071         (SQL_C_BOOKMARK): likewise.
10072         (SQL_C_CHAR): likewise.
10073         (SQL_C_DATE): likewise.
10074         (SQL_C_DEFAULT): likewise.
10075         (SQL_C_DOUBLE): likewise.
10076         (SQL_C_FLOAT): likewise.
10077         (SQL_C_LONG): likewise.
10078         (SQL_C_SHORT): likewise.
10079         (SQL_C_SLONG): likewise.
10080         (SQL_C_SSHORT): likewise.
10081         (SQL_C_STINYINT): likewise.
10082         (SQL_C_TIME): likewise.
10083         (SQL_C_TIMESTAMP): likewise.
10084         (SQL_C_TINYINT): likewise.
10085         (SQL_C_ULONG): likewise.
10086         (SQL_C_USHORT): likewise.
10087         (SQL_C_UTINYINT): likewise.
10088         (SQL_CB_NON_NULL): likewise.
10089         (SQL_CB_NULL): likewise.
10090         (SQL_CC_CLOSE): likewise.
10091         (SQL_CC_DELETE): likewise.
10092         (SQL_CC_PRESERVE): likewise.
10093         (SQL_CN_ANY): likewise.
10094         (SQL_CN_DIFFERENT): likewise.
10095         (SQL_CN_NONE): likewise.
10096         (SQL_COLATT_OPT_MAX): likewise.
10097         (SQL_COLATT_OPT_MIN): likewise.
10098         (SQL_COLUMN_ALIAS): likewise.
10099         (SQL_COLUMN_AUTO_INCREMENT): likewise.
10100         (SQL_COLUMN_CASE_SENSITIVE): likewise.
10101         (SQL_COLUMN_COUNT): likewise.
10102         (SQL_COLUMN_DISPLAY_SIZE): likewise.
10103         (SQL_COLUMN_DRIVER_START): likewise.
10104         (SQL_COLUMN_LABEL): likewise.
10105         (SQL_COLUMN_LENGTH): likewise.
10106         (SQL_COLUMN_MONEY): likewise.
10107         (SQL_COLUMN_NAME): likewise.
10108         (SQL_COLUMN_NULLABLE): likewise.
10109         (SQL_COLUMN_OWNER_NAME): likewise.
10110         (SQL_COLUMN_PRECISION): likewise.
10111         (SQL_COLUMN_QUALIFIER_NAME): likewise.
10112         (SQL_COLUMN_SCALE): likewise.
10113         (SQL_COLUMN_SEARCHABLE): likewise.
10114         (SQL_COLUMN_TABLE_NAME): likewise.
10115         (SQL_COLUMN_TYPE): likewise.
10116         (SQL_COLUMN_TYPE_NAME): likewise.
10117         (SQL_COLUMN_UNSIGNED): likewise.
10118         (SQL_COLUMN_UPDATABLE): likewise.
10119         (SQL_CONCAT_NULL_BEHAVIOR): likewise.
10120         (SQL_CONCUR_DEFAULT): likewise.
10121         (SQL_CONCUR_LOCK): likewise.
10122         (SQL_CONCUR_READ_ONLY): likewise.
10123         (SQL_CONCUR_ROWVER): likewise.
10124         (SQL_CONCUR_TIMESTAMP): likewise.
10125         (SQL_CONCUR_VALUES): likewise.
10126         (SQL_CONCURRENCY): likewise.
10127         (SQL_CONN_OPT_MAX): likewise.
10128         (SQL_CONN_OPT_MIN): likewise.
10129         (SQL_CONNECT_OPT_DRVR_START): likewise.
10130         (SQL_CONVERT_BIGINT): likewise.
10131         (SQL_CONVERT_BINARY): likewise.
10132         (SQL_CONVERT_BIT): likewise.
10133         (SQL_CONVERT_CHAR): likewise.
10134         (SQL_CONVERT_DATE): likewise.
10135         (SQL_CONVERT_DECIMAL): likewise.
10136         (SQL_CONVERT_DOUBLE): likewise.
10137         (SQL_CONVERT_FLOAT): likewise.
10138         (SQL_CONVERT_FUNCTIONS): likewise.
10139         (SQL_CONVERT_INTEGER): likewise.
10140         (SQL_CONVERT_LONGVARBINARY): likewise.
10141         (SQL_CONVERT_LONGVARCHAR): likewise.
10142         (SQL_CONVERT_NUMERIC): likewise.
10143         (SQL_CONVERT_REAL): likewise.
10144         (SQL_CONVERT_SMALLINT): likewise.
10145         (SQL_CONVERT_TIME): likewise.
10146         (SQL_CONVERT_TIMESTAMP): likewise.
10147         (SQL_CONVERT_TINYINT): likewise.
10148         (SQL_CONVERT_VARBINARY): likewise.
10149         (SQL_CONVERT_VARCHAR): likewise.
10150         (SQL_CORRELATION_NAME): likewise.
10151         (SQL_CR_CLOSE): likewise.
10152         (SQL_CR_DELETE): likewise.
10153         (SQL_CR_PRESERVE): likewise.
10154         (SQL_CUR_DEFAULT): likewise.
10155         (SQL_CUR_USE_DRIVER): likewise.
10156         (SQL_CUR_USE_IF_NEEDED): likewise.
10157         (SQL_CUR_USE_ODBC): likewise.
10158         (SQL_CURRENT_QUALIFIER): likewise.
10159         (SQL_CURSOR_DYNAMIC): likewise.
10160         (SQL_CURSOR_FORWARD_ONLY): likewise.
10161         (SQL_CURSOR_KEYSET_DRIVEN): likewise.
10162         (SQL_CURSOR_ROLLBACK_BEHAVIOR): likewise.
10163         (SQL_CURSOR_STATIC): likewise.
10164         (SQL_CURSOR_TYPE): likewise.
10165         (SQL_CURSOR_TYPE_DEFAULT): likewise.
10166         (SQL_CVT_BIGINT): likewise.
10167         (SQL_CVT_BINARY): likewise.
10168         (SQL_CVT_BIT): likewise.
10169         (SQL_CVT_CHAR): likewise.
10170         (SQL_CVT_DATE): likewise.
10171         (SQL_CVT_DECIMAL): likewise.
10172         (SQL_CVT_DOUBLE): likewise.
10173         (SQL_CVT_FLOAT): likewise.
10174         (SQL_CVT_INTEGER): likewise.
10175         (SQL_CVT_LONGVARBINARY): likewise.
10176         (SQL_CVT_LONGVARCHAR): likewise.
10177         (SQL_CVT_NUMERIC): likewise.
10178         (SQL_CVT_REAL): likewise.
10179         (SQL_CVT_SMALLINT): likewise.
10180         (SQL_CVT_TIME): likewise.
10181         (SQL_CVT_TIMESTAMP): likewise.
10182         (SQL_CVT_TINYINT): likewise.
10183         (SQL_CVT_VARBINARY): likewise.
10184         (SQL_CVT_VARCHAR): likewise.
10185         (SQL_DATABASE_NAME): likewise.
10186         (SQL_DATE): likewise.
10187         (SQL_DRIVER_HDBC): likewise.
10188         (SQL_DRIVER_HENV): likewise.
10189         (SQL_DRIVER_HLIB): likewise.
10190         (SQL_DRIVER_HSTMT): likewise.
10191         (SQL_DRIVER_NAME): likewise.
10192         (SQL_DRIVER_ODBC_VER): likewise.
10193         (SQL_DRIVER_VER): likewise.
10194         (SQL_ENSURE): likewise.
10195         (SQL_EXPRESSIONS_IN_ORDERBY): likewise.
10196         (SQL_EXT_API_LAST): likewise.
10197         (SQL_EXT_API_START): likewise.
10198         (SQL_FD_FETCH_BOOKMARK): likewise.
10199         (SQL_FD_FETCH_PREV): likewise.
10200         (SQL_FD_FETCH_RESUME): likewise.
10201         (SQL_FETCH_PREV): likewise.
10202         (SQL_FETCH_RESUME): likewise.
10203         (SQL_FILE_NOT_SUPPORTED): likewise.
10204         (SQL_FILE_QUALIFIER): likewise.
10205         (SQL_FILE_TABLE): likewise.
10206         (SQL_FILE_USAGE): likewise.
10207         (SQL_FN_CVT_CONVERT): likewise.
10208         (SQL_FN_NUM_ABS): likewise.
10209         (SQL_FN_NUM_ACOS): likewise.
10210         (SQL_FN_NUM_ASIN): likewise.
10211         (SQL_FN_NUM_ATAN): likewise.
10212         (SQL_FN_NUM_ATAN2): likewise.
10213         (SQL_FN_NUM_CEILING): likewise.
10214         (SQL_FN_NUM_COS): likewise.
10215         (SQL_FN_NUM_COT): likewise.
10216         (SQL_FN_NUM_DEGREES): likewise.
10217         (SQL_FN_NUM_EXP): likewise.
10218         (SQL_FN_NUM_FLOOR): likewise.
10219         (SQL_FN_NUM_LOG): likewise.
10220         (SQL_FN_NUM_LOG10): likewise.
10221         (SQL_FN_NUM_MOD): likewise.
10222         (SQL_FN_NUM_PI): likewise.
10223         (SQL_FN_NUM_POWER): likewise.
10224         (SQL_FN_NUM_RADIANS): likewise.
10225         (SQL_FN_NUM_RAND): likewise.
10226         (SQL_FN_NUM_ROUND): likewise.
10227         (SQL_FN_NUM_SIGN): likewise.
10228         (SQL_FN_NUM_SIN): likewise.
10229         (SQL_FN_NUM_SQRT): likewise.
10230         (SQL_FN_NUM_TAN): likewise.
10231         (SQL_FN_NUM_TRUNCATE): likewise.
10232         (SQL_FN_STR_ASCII): likewise.
10233         (SQL_FN_STR_CHAR): likewise.
10234         (SQL_FN_STR_CONCAT): likewise.
10235         (SQL_FN_STR_DIFFERENCE): likewise.
10236         (SQL_FN_STR_INSERT): likewise.
10237         (SQL_FN_STR_LCASE): likewise.
10238         (SQL_FN_STR_LEFT): likewise.
10239         (SQL_FN_STR_LENGTH): likewise.
10240         (SQL_FN_STR_LOCATE): likewise.
10241         (SQL_FN_STR_LOCATE_2): likewise.
10242         (SQL_FN_STR_LTRIM): likewise.
10243         (SQL_FN_STR_REPEAT): likewise.
10244         (SQL_FN_STR_REPLACE): likewise.
10245         (SQL_FN_STR_RIGHT): likewise.
10246         (SQL_FN_STR_RTRIM): likewise.
10247         (SQL_FN_STR_SOUNDEX): likewise.
10248         (SQL_FN_STR_SPACE): likewise.
10249         (SQL_FN_STR_SUBSTRING): likewise.
10250         (SQL_FN_STR_UCASE): likewise.
10251         (SQL_FN_SYS_DBNAME): likewise.
10252         (SQL_FN_SYS_IFNULL): likewise.
10253         (SQL_FN_SYS_USERNAME): likewise.
10254         (SQL_FN_TD_CURDATE): likewise.
10255         (SQL_FN_TD_CURTIME): likewise.
10256         (SQL_FN_TD_DAYNAME): likewise.
10257         (SQL_FN_TD_DAYOFMONTH): likewise.
10258         (SQL_FN_TD_DAYOFWEEK): likewise.
10259         (SQL_FN_TD_DAYOFYEAR): likewise.
10260         (SQL_FN_TD_HOUR): likewise.
10261         (SQL_FN_TD_MINUTE): likewise.
10262         (SQL_FN_TD_MONTH): likewise.
10263         (SQL_FN_TD_MONTHNAME): likewise.
10264         (SQL_FN_TD_NOW): likewise.
10265         (SQL_FN_TD_QUARTER): likewise.
10266         (SQL_FN_TD_SECOND): likewise.
10267         (SQL_FN_TD_TIMESTAMPadd): likewise.
10268         (SQL_FN_TD_TIMESTAMPDIFF): likewise.
10269         (SQL_FN_TD_WEEK): likewise.
10270         (SQL_FN_TD_YEAR): likewise.
10271         (SQL_FN_TSI_DAY): likewise.
10272         (SQL_FN_TSI_FRAC_SECOND): likewise.
10273         (SQL_FN_TSI_HOUR): likewise.
10274         (SQL_FN_TSI_MINUTE): likewise.
10275         (SQL_FN_TSI_MONTH): likewise.
10276         (SQL_FN_TSI_QUARTER): likewise.
10277         (SQL_FN_TSI_SECOND): likewise.
10278         (SQL_FN_TSI_WEEK): likewise.
10279         (SQL_FN_TSI_YEAR): likewise.
10280         (SQL_GB_GROUP_BY_CONTAINS_SELECT): likewise.
10281         (SQL_GB_GROUP_BY_EQUALS_SELECT): likewise.
10282         (SQL_GB_NO_RELATION): likewise.
10283         (SQL_GB_NOT_SUPPORTED): likewise.
10284         (SQL_GD_BLOCK): likewise.
10285         (SQL_GD_BOUND): likewise.
10286         (SQL_GET_BOOKMARK): likewise.
10287         (SQL_GROUP_BY): likewise.
10288         (SQL_INFO_DRIVER_START): likewise.
10289         (SQL_INFO_FIRST): likewise.
10290         (SQL_INFO_LAST): likewise.
10291         (SQL_INTERVAL_DAY): likewise.
10292         (SQL_INTERVAL_DAY_TO_HOUR): likewise.
10293         (SQL_INTERVAL_DAY_TO_MINUTE): likewise.
10294         (SQL_INTERVAL_DAY_TO_SECOND): likewise.
10295         (SQL_INTERVAL_HOUR): likewise.
10296         (SQL_INTERVAL_HOUR_TO_MINUTE): likewise.
10297         (SQL_INTERVAL_HOUR_TO_SECOND): likewise.
10298         (SQL_INTERVAL_MINUTE): likewise.
10299         (SQL_INTERVAL_MINUTE_TO_SECOND): likewise.
10300         (SQL_INTERVAL_MONTH): likewise.
10301         (SQL_INTERVAL_SECOND): likewise.
10302         (SQL_INTERVAL_YEAR): likewise.
10303         (SQL_INTERVAL_YEAR_TO_MONTH): likewise.
10304         (SQL_KEYSET_SIZE): likewise.
10305         (SQL_KEYSET_SIZE_DEFAULT): likewise.
10306         (SQL_KEYWORDS): likewise.
10307         (SQL_LCK_EXCLUSIVE): likewise.
10308         (SQL_LCK_NO_CHANGE): likewise.
10309         (SQL_LCK_UNLOCK): likewise.
10310         (SQL_LIKE_ESCAPE_CLAUSE): likewise.
10311         (SQL_LIKE_ONLY): likewise.
10312         (SQL_LOCK_TYPES): likewise.
10313         (SQL_LOGIN_TIMEOUT): likewise.
10314         (SQL_LOGIN_TIMEOUT_DEFAULT): likewise.
10315         (SQL_LONGVARBINARY): likewise.
10316         (SQL_LONGVARCHAR): likewise.
10317         (SQL_MAX_BINARY_LITERAL_LEN): likewise.
10318         (SQL_MAX_CHAR_LITERAL_LEN): likewise.
10319         (SQL_MAX_DSN_LENGTH): likewise.
10320         (SQL_MAX_LENGTH): likewise.
10321         (SQL_MAX_LENGTH_DEFAULT): likewise.
10322         (SQL_MAX_OPTION_STRING_LENGTH): likewise.
10323         (SQL_MAX_OWNER_NAME_LEN): likewise.
10324         (SQL_MAX_PROCEDURE_NAME_LEN): likewise.
10325         (SQL_MAX_QUALIFIER_NAME_LEN): likewise.
10326         (SQL_MAX_ROW_SIZE_INCLUDES_LONG): likewise.
10327         (SQL_MAX_ROWS): likewise.
10328         (SQL_MAX_ROWS_DEFAULT): likewise.
10329         (SQL_MODE_DEFAULT): likewise.
10330         (SQL_MODE_READ_ONLY): likewise.
10331         (SQL_MODE_READ_WRITE): likewise.
10332         (SQL_MULT_RESULT_SETS): likewise.
10333         (SQL_MULTIPLE_ACTIVE_TXN): likewise.
10334         (SQL_NC_END): likewise.
10335         (SQL_NC_START): likewise.
10336         (SQL_NEED_LONG_DATA_LEN): likewise.
10337         (SQL_NNC_NON_NULL): likewise.
10338         (SQL_NNC_NULL): likewise.
10339         (SQL_NO_TOTAL): likewise.
10340         (SQL_NON_NULLABLE_COLUMNS): likewise.
10341         (SQL_NOSCAN): likewise.
10342         (SQL_NOSCAN_DEFAULT): likewise.
10343         (SQL_NOSCAN_OFF): likewise.
10344         (SQL_NOSCAN_ON): likewise.
10345         (SQL_NUM_EXTENSIONS): likewise.
10346         (SQL_NUM_FUNCTIONS): likewise.
10347         (SQL_NUMERIC_FUNCTIONS): likewise.
10348         (SQL_OAC_LEVEL1): likewise.
10349         (SQL_OAC_LEVEL2): likewise.
10350         (SQL_OAC_NONE): likewise.
10351         (SQL_ODBC_API_CONFORMANCE): likewise.
10352         (SQL_ODBC_CURSORS): likewise.
10353         (SQL_ODBC_KEYWORDS): likewise.
10354         (SQL_ODBC_SAG_CLI_CONFORMANCE): likewise.
10355         (SQL_ODBC_SQL_CONFORMANCE): likewise.
10356         (SQL_ODBC_SQL_OPT_IEF): likewise.
10357         (SQL_ODBC_VER): likewise.
10358         (SQL_OPT_TRACE): likewise.
10359         (SQL_OPT_TRACE_DEFAULT): likewise.
10360         (SQL_OPT_TRACE_FILE_DEFAULT): likewise.
10361         (SQL_OPT_TRACE_OFF): likewise.
10362         (SQL_OPT_TRACE_ON): likewise.
10363         (SQL_OPT_TRACEFILE): likewise.
10364         (SQL_OSC_CORE): likewise.
10365         (SQL_OSC_EXTENDED): likewise.
10366         (SQL_OSC_MINIMUM): likewise.
10367         (SQL_OSCC_COMPLIANT): likewise.
10368         (SQL_OSCC_NOT_COMPLIANT): likewise.
10369         (SQL_OU_DML_STATEMENTS): likewise.
10370         (SQL_OU_INDEX_DEFINITION): likewise.
10371         (SQL_OU_PRIVILEGE_DEFINITION): likewise.
10372         (SQL_OU_PROCEDURE_INVOCATION): likewise.
10373         (SQL_OU_TABLE_DEFINITION): likewise.
10374         (SQL_OUTER_JOINS): likewise.
10375         (SQL_OWNER_TERM): likewise.
10376         (SQL_OWNER_USAGE): likewise.
10377         (SQL_PACKET_SIZE): likewise.
10378         (SQL_PC_NOT_PSEUDO): likewise.
10379         (SQL_POS_add): likewise.
10380         (SQL_POS_DELETE): likewise.
10381         (SQL_POS_OPERATIONS): likewise.
10382         (SQL_POS_POSITION): likewise.
10383         (SQL_POS_REFRESH): likewise.
10384         (SQL_POS_UPDATE): likewise.
10385         (SQL_POSITIONED_STATEMENTS): likewise.
10386         (SQL_PROCEDURE_TERM): likewise.
10387         (SQL_PROCEDURES): likewise.
10388         (SQL_PS_POSITIONED_DELETE): likewise.
10389         (SQL_PS_POSITIONED_UPDATE): likewise.
10390         (SQL_PS_SELECT_FOR_UPDATE): likewise.
10391         (SQL_QL_END): likewise.
10392         (SQL_QL_START): likewise.
10393         (SQL_QU_DML_STATEMENTS): likewise.
10394         (SQL_QU_INDEX_DEFINITION): likewise.
10395         (SQL_QU_PRIVILEGE_DEFINITION): likewise.
10396         (SQL_QU_PROCEDURE_INVOCATION): likewise.
10397         (SQL_QU_TABLE_DEFINITION): likewise.
10398         (SQL_QUALIFIER_LOCATION): likewise.
10399         (SQL_QUALIFIER_NAME_SEPARATOR): likewise.
10400         (SQL_QUALIFIER_TERM): likewise.
10401         (SQL_QUALIFIER_USAGE): likewise.
10402         (SQL_QUERY_TIMEOUT): likewise.
10403         (SQL_QUERY_TIMEOUT_DEFAULT): likewise.
10404         (SQL_QUICK): likewise.
10405         (SQL_QUIET_MODE): likewise.
10406         (SQL_QUOTED_IDENTIFIER_CASE): likewise.
10407         (SQL_RD_DEFAULT): likewise.
10408         (SQL_RD_OFF): likewise.
10409         (SQL_RD_ON): likewise.
10410         (SQL_RETRIEVE_DATA): likewise.
10411         (SQL_ROW_NUMBER): likewise.
10412         (SQL_ROW_UPDATES): likewise.
10413         (SQL_ROWSET_SIZE): likewise.
10414         (SQL_ROWSET_SIZE_DEFAULT): likewise.
10415         (SQL_ROWVER): likewise.
10416         (SQL_SC_NON_UNIQUE): likewise.
10417         (SQL_SC_TRY_UNIQUE): likewise.
10418         (SQL_SC_UNIQUE): likewise.
10419         (SQL_SCCO_OPT_TIMESTAMP): likewise.
10420         (SQL_SCROLL_DYNAMIC): likewise.
10421         (SQL_SCROLL_FORWARD_ONLY): likewise.
10422         (SQL_SCROLL_KEYSET_DRIVEN): likewise.
10423         (SQL_SCROLL_OPTIONS): likewise.
10424         (SQL_SCROLL_STATIC): likewise.
10425         (SQL_SEARCHABLE): likewise.
10426         (SQL_SIGNED_OFFSET): likewise.
10427         (SQL_SIMULATE_CURSOR): likewise.
10428         (SQL_SO_DYNAMIC): likewise.
10429         (SQL_SO_FORWARD_ONLY): likewise.
10430         (SQL_SO_KEYSET_DRIVEN): likewise.
10431         (SQL_SO_MIXED): likewise.
10432         (SQL_SO_STATIC): likewise.
10433         (SQL_SPEC_MAJOR): likewise.
10434         (SQL_SPEC_MINOR): likewise.
10435         (SQL_SPEC_STRING): likewise.
10436         (SQL_SQ_COMPARISON): likewise.
10437         (SQL_SQ_CORRELATED_SUBQUERIES): likewise.
10438         (SQL_SQ_EXISTS): likewise.
10439         (SQL_SQ_IN): likewise.
10440         (SQL_SQ_QUANTIFIED): likewise.
10441         (SQL_SQLSTATE_SIZE): likewise.
10442         (SQL_SS_addITIONS): likewise.
10443         (SQL_SS_DELETIONS): likewise.
10444         (SQL_SS_UPDATES): likewise.
10445         (SQL_STATIC_SENSITIVITY): likewise.
10446         (SQL_STMT_OPT_MAX): likewise.
10447         (SQL_STMT_OPT_MIN): likewise.
10448         (SQL_STRING_FUNCTIONS): likewise.
10449         (SQL_SUBQUERIES): likewise.
10450         (SQL_SYSTEM_FUNCTIONS): likewise.
10451         (SQL_TABLE_STAT): likewise.
10452         (SQL_TABLE_TERM): likewise.
10453         (SQL_TIME): likewise.
10454         (SQL_TIMEDATE_add_INTERVALS): likewise.
10455         (SQL_TIMEDATE_DIFF_INTERVALS): likewise.
10456         (SQL_TIMEDATE_FUNCTIONS): likewise.
10457         (SQL_TIMESTAMP): likewise.
10458         (SQL_TINYINT): likewise.
10459         (SQL_TRANSLATE_DLL): likewise.
10460         (SQL_TRANSLATE_OPTION): likewise.
10461         (SQL_TXN_ISOLATION): likewise.
10462         (SQL_TXN_VERSIONING): likewise.
10463         (SQL_TYPE_DRIVER_END): likewise.
10464         (SQL_TYPE_DRIVER_START): likewise.
10465         (SQL_TYPE_MAX): likewise.
10466         (SQL_TYPE_MIN): likewise.
10467         (SQL_TYPE_NULL): likewise.
10468         (SQL_U_UNION): likewise.
10469         (SQL_U_UNION_ALL): likewise.
10470         (SQL_UB_DEFAULT): likewise.
10471         (SQL_UB_OFF): likewise.
10472         (SQL_UB_ON): likewise.
10473         (SQL_UNICODE): likewise.
10474         (SQL_UNICODE_CHAR): likewise.
10475         (SQL_UNICODE_LONGVARCHAR): likewise.
10476         (SQL_UNICODE_VARCHAR): likewise.
10477         (SQL_UNION): likewise.
10478         (SQL_UNSEARCHABLE): likewise.
10479         (SQL_UNSIGNED_OFFSET): likewise.
10480         (SQL_USE_BOOKMARKS): likewise.
10481         (SQL_VARBINARY): likewise.
10482         (SQL_TRUE): add define for ODBC3.x.
10483         (SQL_FALSE): likewise.
10484         (SQL_AM_CONNECTION): likewise.
10485         (SQL_AM_NONE): likewise.
10486         (SQL_AM_STATEMENT): likewise.
10487         (SQL_API_SQLALLOCHANDLE): likewise.
10488         (SQL_API_SQLBINDPARAM): likewise.
10489         (SQL_API_SQLCLOSECURSOR): likewise.
10490         (SQL_API_SQLCOLATTRIBUTE): likewise.
10491         (SQL_API_SQLCOPYDESC): likewise.
10492         (SQL_API_SQLENDTRAN): likewise.
10493         (SQL_API_SQLFETCHSCROLL): likewise.
10494         (SQL_API_SQLFREEHANDLE): likewise.
10495         (SQL_API_SQLGETCONNECTATTR): likewise.
10496         (SQL_API_SQLGETDESCFIELD): likewise.
10497         (SQL_API_SQLGETDESCREC): likewise.
10498         (SQL_API_SQLGETDIAGFIELD): likewise.
10499         (SQL_API_SQLGETDIAGREC): likewise.
10500         (SQL_API_SQLGETENVATTR): likewise.
10501         (SQL_API_SQLGETSTMTATTR): likewise.
10502         (SQL_API_SQLSETCONNECTATTR): likewise.
10503         (SQL_API_SQLSETDESCFIELD): likewise.
10504         (SQL_API_SQLSETDESCREC): likewise.
10505         (SQL_API_SQLSETENVATTR): likewise.
10506         (SQL_API_SQLSETSTMTATTR): likewise.
10507         (SQL_ARD_TYPE): likewise.
10508         (SQL_AT_add_CONSTRAINT): likewise.
10509         (SQL_ATTR_APP_PARAM_DESC): likewise.
10510         (SQL_ATTR_APP_ROW_DESC): likewise.
10511         (SQL_ATTR_AUTO_IPD): likewise.
10512         (SQL_ATTR_CURSOR_SCROLLABLE): likewise.
10513         (SQL_ATTR_CURSOR_SENSITIVITY): likewise.
10514         (SQL_ATTR_IMP_PARAM_DESC): likewise.
10515         (SQL_ATTR_IMP_ROW_DESC): likewise.
10516         (SQL_ATTR_METADATA_ID): likewise.
10517         (SQL_ATTR_OUTPUT_NTS): likewise.
10518         (SQL_CATALOG_NAME): likewise.
10519         (SQL_CODE_DATE): likewise.
10520         (SQL_CODE_TIME): likewise.
10521         (SQL_CODE_TIMESTAMP): likewise.
10522         (SQL_COLLATION_SEQ): likewise.
10523         (SQL_CURSOR_SENSITIVITY): likewise.
10524         (SQL_DATE_LEN): likewise.
10525         (SQL_DATETIME): likewise.
10526         (SQL_DEFAULT): likewise.
10527         (SQL_DESC_ALLOC_AUTO): likewise.
10528         (SQL_DESC_ALLOC_TYPE): likewise.
10529         (SQL_DESC_ALLOC_USER): likewise.
10530         (SQL_DESC_COUNT): likewise.
10531         (SQL_DESC_DATA_PTR): likewise.
10532         (SQL_DESC_DATETIME_INTERVAL_CODE): likewise.
10533         (SQL_DESC_INDICATOR_PTR): likewise.
10534         (SQL_DESC_LENGTH): likewise.
10535         (SQL_DESC_NAME): likewise.
10536         (SQL_DESC_NULLABLE): likewise.
10537         (SQL_DESC_OCTET_LENGTH): likewise.
10538         (SQL_DESC_OCTET_LENGTH_PTR): likewise.
10539         (SQL_DESC_PRECISION): likewise.
10540         (SQL_DESC_SCALE): likewise.
10541         (SQL_DESC_TYPE): likewise.
10542         (SQL_DESC_UNNAMED): likewise.
10543         (SQL_DESCRIBE_PARAMETER): likewise.
10544         (SQL_DIAG_ALTER_DOMAIN): likewise.
10545         (SQL_DIAG_ALTER_TABLE): likewise.
10546         (SQL_DIAG_CALL): likewise.
10547         (SQL_DIAG_CLASS_ORIGIN): likewise.
10548         (SQL_DIAG_CONNECTION_NAME): likewise.
10549         (SQL_DIAG_CREATE_ASSERTION): likewise.
10550         (SQL_DIAG_CREATE_CHARACTER_SET): likewise.
10551         (SQL_DIAG_CREATE_COLLATION): likewise.
10552         (SQL_DIAG_CREATE_DOMAIN): likewise.
10553         (SQL_DIAG_CREATE_INDEX): likewise.
10554         (SQL_DIAG_CREATE_SCHEMA): likewise.
10555         (SQL_DIAG_CREATE_TABLE): likewise.
10556         (SQL_DIAG_CREATE_TRANSLATION): likewise.
10557         (SQL_DIAG_CREATE_VIEW): likewise.
10558         (SQL_DIAG_DELETE_WHERE): likewise.
10559         (SQL_DIAG_DROP_ASSERTION): likewise.
10560         (SQL_DIAG_DROP_CHARACTER_SET): likewise.
10561         (SQL_DIAG_DROP_COLLATION): likewise.
10562         (SQL_DIAG_DROP_DOMAIN): likewise.
10563         (SQL_DIAG_DROP_INDEX): likewise.
10564         (SQL_DIAG_DROP_SCHEMA): likewise.
10565         (SQL_DIAG_DROP_TABLE): likewise.
10566         (SQL_DIAG_DROP_TRANSLATION): likewise.
10567         (SQL_DIAG_DROP_VIEW): likewise.
10568         (SQL_DIAG_DYNAMIC_DELETE_CURSOR): likewise.
10569         (SQL_DIAG_DYNAMIC_FUNCTION): likewise.
10570         (SQL_DIAG_DYNAMIC_FUNCTION_CODE): likewise.
10571         (SQL_DIAG_DYNAMIC_UPDATE_CURSOR): likewise.
10572         (SQL_DIAG_GRANT): likewise.
10573         (SQL_DIAG_INSERT): likewise.
10574         (SQL_DIAG_MESSAGE_TEXT): likewise.
10575         (SQL_DIAG_NATIVE): likewise.
10576         (SQL_DIAG_NUMBER): likewise.
10577         (SQL_DIAG_RETURNCODE): likewise.
10578         (SQL_DIAG_REVOKE): likewise.
10579         (SQL_DIAG_ROW_COUNT): likewise.
10580         (SQL_DIAG_SELECT_CURSOR): likewise.
10581         (SQL_DIAG_SERVER_NAME): likewise.
10582         (SQL_DIAG_SQLSTATE): likewise.
10583         (SQL_DIAG_SUBCLASS_ORIGIN): likewise.
10584         (SQL_DIAG_UNKNOWN_STATEMENT): likewise.
10585         (SQL_DIAG_UPDATE_WHERE): likewise.
10586         (SQL_FALSE): likewise.
10587         (SQL_FETCH_ABSOLUTE): likewise.
10588         (SQL_FETCH_LAST): likewise.
10589         (SQL_FETCH_PRIOR): likewise.
10590         (SQL_FETCH_RELATIVE): likewise.
10591         (SQL_HANDLE_DBC): likewise.
10592         (SQL_HANDLE_DESC): likewise.
10593         (SQL_HANDLE_ENV): likewise.
10594         (SQL_HANDLE_STMT): likewise.
10595         (SQL_INSENSITIVE): likewise.
10596         (SQL_INTEGRITY): likewise.
10597         (SQL_MAX_CATALOG_NAME_LEN): likewise.
10598         (SQL_MAX_CONCURRENT_ACTIVITIES): likewise.
10599         (SQL_MAX_DRIVER_CONNECTIONS): likewise.
10600         (SQL_MAX_IDENTIFIER_LEN): likewise.
10601         (SQL_MAX_SCHEMA_NAME_LEN): likewise.
10602         (SQL_MAXIMUM_CATALOG_NAME_LENGTH): likewise.
10603         (SQL_MAXIMUM_COLUMN_NAME_LENGTH): likewise.
10604         (SQL_MAXIMUM_COLUMNS_IN_GROUP_BY): likewise.
10605         (SQL_MAXIMUM_COLUMNS_IN_INDEX): likewise.
10606         (SQL_MAXIMUM_COLUMNS_IN_ORDER_BY): likewise.
10607         (SQL_MAXIMUM_COLUMNS_IN_SELECT): likewise.
10608         (SQL_MAXIMUM_CONCURRENT_ACTIVITIES): likewise.
10609         (SQL_MAXIMUM_CURSOR_NAME_LENGTH): likewise.
10610         (SQL_MAXIMUM_DRIVER_CONNECTIONS): likewise.
10611         (SQL_MAXIMUM_IDENTIFIER_LENGTH): likewise.
10612         (SQL_MAXIMUM_INDEX_SIZE): likewise.
10613         (SQL_MAXIMUM_ROW_SIZE): likewise.
10614         (SQL_MAXIMUM_SCHEMA_NAME_LENGTH): likewise.
10615         (SQL_MAXIMUM_STATEMENT_LENGTH): likewise.
10616         (SQL_MAXIMUM_TABLES_IN_SELECT): likewise.
10617         (SQL_MAXIMUM_USER_NAME_LENGTH): likewise.
10618         (SQL_NAMED): likewise.
10619         (SQL_NONSCROLLABLE): likewise.
10620         (SQL_NTSL): likewise.
10621         (SQL_NULL_HANDLE): likewise.
10622         (SQL_NULL_HDESC): likewise.
10623         (SQL_OUTER_JOIN_CAPABILITIES): likewise.
10624         (SQL_PRED_BASIC): likewise.
10625         (SQL_PRED_CHAR): likewise.
10626         (SQL_PRED_NONE): likewise.
10627         (SQL_ROW_IDENTIFIER): likewise.
10628         (SQL_SCROLLABLE): likewise.
10629         (SQL_SENSITIVE): likewise.
10630         (SQL_SUCCEEDED(rc)): likewise.
10631         (SQL_TIME_LEN): likewise.
10632         (SQL_TIMESTAMP_LEN): likewise.
10633         (SQL_TRANSACTION_CAPABLE): likewise.
10634         (SQL_TRANSACTION_ISOLATION_OPTION): likewise.
10635         (SQL_TRANSACTION_READ_COMMITTED): likewise.
10636         (SQL_TRANSACTION_READ_UNCOMMITTED): likewise.
10637         (SQL_TRANSACTION_REPEATABLE_READ): likewise.
10638         (SQL_TRANSACTION_SERIALIZABLE): likewise.
10639         (SQL_TYPE_DATE): likewise.
10640         (SQL_TYPE_TIME): likewise.
10641         (SQL_TYPE_TIMESTAMP): likewise.
10642         (SQL_UNKNOWN_TYPE): likewise.
10643         (SQL_UNNAMED): likewise.
10644         (SQL_UNSPECIFIED): likewise.
10645         (SQL_XOPEN_CLI_YEAR): likewise.
10646         (SQLAllocConnect): add comment marking as deperecated.
10647         (SQLAllocEnv): likewise.
10648         (SQLAllocStmt): likewise.
10649         (SQLFreeConnect): likewise.
10650         (SQLFreeEnv): likewise.
10651         (SQLGetConnectOption): likewise.
10652         (SQLGetStmtOption): likewise.
10653
10654         * include/sqlext.h (#include <sqlucode.h>): add directive.
10655         (SQLSetScrollOptions): non-core function, move prototype from sql.h.
10656         (SQLColAttributes): likewise.
10657         (SQLBulkOperations): add function prototype.
10658         (SQLAllocHandleStd): likewise
10659         (TraceReturn): add Trace API prototype.
10660         (TraceVersion): likewise.
10661         (ODBCGetTryWaitValue):likewise.
10662         (ODBCSetTryWaitValue): likewise.
10663         (SQL_LOCK_RECORD): correct function macro.
10664         (SQL_REFRESH_RECORD): likewise.
10665         (SQLINTENGER and SQLUINTEGER): replace with SQLLEN and SQLULEN for
10666         _WIN64 compatability.
10667         move defines for non-core functions from sql.h to sqlext.h (refer
10668         changes for sql.h)
10669         (SQL_ACTIVE_ENVIRONMENTS): new ODBC3.x define
10670         (SQL_AD_ADD_CONSTRAINT_DEFERRABLE): likewise.
10671         (SQL_AD_ADD_CONSTRAINT_INITIALLY_DEFERRED): likewise.
10672         (SQL_AD_ADD_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
10673         (SQL_AD_ADD_CONSTRAINT_NON_DEFERRABLE): likewise.
10674         (SQL_AD_ADD_DOMAIN_CONSTRAINT): likewise.
10675         (SQL_AD_ADD_DOMAIN_DEFAULT): likewise.
10676         (SQL_AD_CONSTRAINT_NAME_DEFINITION): likewise.
10677         (SQL_AD_DROP_DOMAIN_CONSTRAINT): likewise.
10678         (SQL_AD_DROP_DOMAIN_DEFAULT): likewise.
10679         (SQL_AF_ALL): likewise.
10680         (SQL_AF_AVG): likewise.
10681         (SQL_AF_COUNT): likewise.
10682         (SQL_AF_DISTINCT): likewise.
10683         (SQL_AF_MAX): likewise.
10684         (SQL_AF_MIN): likewise.
10685         (SQL_AF_SUM): likewise.
10686         (SQL_AGGREGATE_FUNCTIONS): likewise.
10687         (SQL_ALL_CATALOGS): likewise.
10688         (SQL_ALL_SCHEMAS): likewise.
10689         (SQL_ALL_TABLE_TYPES): likewise.
10690         (SQL_ALTER_DOMAIN): likewise.
10691         (SQL_AM_CONNECTION): likewise.
10692         (SQL_AM_NONE): likewise.
10693         (SQL_AM_STATEMENT): likewise.
10694         (SQL_API_ODBC3_ALL_FUNCTIONS): likewise.
10695         (SQL_API_ODBC3_ALL_FUNCTIONS_SIZE): likewise.
10696         (SQL_API_SQLALLOCHANDLESTD): likewise.
10697         (SQL_API_SQLBULKOPERATIONS): likewise.
10698         (SQL_ASYNC_MODE): likewise.
10699         (SQL_AT_ADD_COLUMN_COLLATION): likewise.
10700         (SQL_AT_ADD_COLUMN_DEFAULT): likewise.
10701         (SQL_AT_ADD_COLUMN_SINGLE): likewise.
10702         (SQL_AT_ADD_TABLE_CONSTRAINT): likewise.
10703         (SQL_AT_CONSTRAINT_DEFERRABLE): likewise.
10704         (SQL_AT_CONSTRAINT_INITIALLY_DEFERRED): likewise.
10705         (SQL_AT_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
10706         (SQL_AT_CONSTRAINT_NAME_DEFINITION): likewise.
10707         (SQL_AT_CONSTRAINT_NON_DEFERRABLE): likewise.
10708         (SQL_AT_DROP_COLUMN_CASCADE): likewise.
10709         (SQL_AT_DROP_COLUMN_DEFAULT): likewise.
10710         (SQL_AT_DROP_COLUMN_RESTRICT): likewise.
10711         (SQL_AT_DROP_TABLE_CONSTRAINT_CASCADE): likewise.
10712         (SQL_AT_DROP_TABLE_CONSTRAINT_RESTRICT): likewise.
10713         (SQL_AT_SET_COLUMN_DEFAULT): likewise.
10714         (SQL_ATTR_ACCESS_MODE): likewise.
10715         (SQL_ATTR_ASYNC_ENABLE): likewise.
10716         (SQL_ATTR_AUTOCOMMIT): likewise.
10717         (SQL_ATTR_CONCURRENCY): likewise.
10718         (SQL_ATTR_CONNECTION_POOLING): likewise.
10719         (SQL_ATTR_CONNECTION_TIMEOUT): likewise.
10720         (SQL_ATTR_CP_MATCH): likewise.
10721         (SQL_ATTR_CURRENT_CATALOG): likewise.
10722         (SQL_ATTR_CURSOR_TYPE): likewise.
10723         (SQL_ATTR_DISCONNECT_BEHAVIOR): likewise.
10724         (SQL_ATTR_ENABLE_AUTO_IPD): likewise.
10725         (SQL_ATTR_ENLIST_IN_DTC): likewise.
10726         (SQL_ATTR_ENLIST_IN_XA): likewise.
10727         (SQL_ATTR_FETCH_BOOKMARK_PTR): likewise.
10728         (SQL_ATTR_KEYSET_SIZE): likewise.
10729         (SQL_ATTR_LOGIN_TIMEOUT): likewise.
10730         (SQL_ATTR_MAX_LENGTH): likewise.
10731         (SQL_ATTR_MAX_ROWS): likewise.
10732         (SQL_ATTR_NOSCAN): likewise.
10733         (SQL_ATTR_ODBC_CURSORS): likewise.
10734         (SQL_ATTR_ODBC_VERSION): likewise.
10735         (SQL_ATTR_PACKET_SIZE): likewise.
10736         (SQL_ATTR_PARAM_BIND_OFFSET_PTR): likewise.
10737         (SQL_ATTR_PARAM_BIND_TYPE): likewise.
10738         (SQL_ATTR_PARAM_OPERATION_PTR): likewise.
10739         (SQL_ATTR_PARAM_STATUS_PTR): likewise.
10740         (SQL_ATTR_PARAMS_PROCESSED_PTR): likewise.
10741         (SQL_ATTR_PARAMSET_SIZE): likewise.
10742         (SQL_ATTR_QUERY_TIMEOUT): likewise.
10743         (SQL_ATTR_QUIET_MODE): likewise.
10744         (SQL_ATTR_RETRIEVE_DATA): likewise.
10745         (SQL_ATTR_ROW_ARRAY_SIZE): likewise.
10746         (SQL_ATTR_ROW_BIND_OFFSET_PTR): likewise.
10747         (SQL_ATTR_ROW_BIND_TYPE): likewise.
10748         (SQL_ATTR_ROW_NUMBER): likewise.
10749         (SQL_ATTR_ROW_OPERATION_PTR): likewise.
10750         (SQL_ATTR_ROW_STATUS_PTR): likewise.
10751         (SQL_ATTR_ROWS_FETCHED_PTR): likewise.
10752         (SQL_ATTR_SIMULATE_CURSOR): likewise.
10753         (SQL_ATTR_TRACE): likewise.
10754         (SQL_ATTR_TRACEFILE): likewise.
10755         (SQL_ATTR_TRANSLATE_LIB): likewise.
10756         (SQL_ATTR_TRANSLATE_OPTION): likewise.
10757         (SQL_ATTR_TXN_ISOLATION): likewise.
10758         (SQL_ATTR_USE_BOOKMARKS): likewise.
10759         (SQL_BATCH_ROW_COUNT): likewise.
10760         (SQL_BATCH_SUPPORT): likewise.
10761         (SQL_BRC_EXPLICIT): likewise.
10762         (SQL_BRC_PROCEDURES): likewise.
10763         (SQL_BRC_ROLLED_UP): likewise.
10764         (SQL_BS_ROW_COUNT_EXPLICIT): likewise.
10765         (SQL_BS_ROW_COUNT_PROC): likewise.
10766         (SQL_BS_SELECT_EXPLICIT): likewise.
10767         (SQL_BS_SELECT_PROC): likewise.
10768         (SQL_C_INTERVAL_DAY): likewise.
10769         (SQL_C_INTERVAL_DAY_TO_HOUR): likewise.
10770         (SQL_C_INTERVAL_DAY_TO_MINUTE): likewise.
10771         (SQL_C_INTERVAL_DAY_TO_SECOND): likewise.
10772         (SQL_C_INTERVAL_HOUR): likewise.
10773         (SQL_C_INTERVAL_HOUR_TO_MINUTE): likewise.
10774         (SQL_C_INTERVAL_HOUR_TO_SECOND): likewise.
10775         (SQL_C_INTERVAL_MINUTE): likewise.
10776         (SQL_C_INTERVAL_MINUTE_TO_SECOND): likewise.
10777         (SQL_C_INTERVAL_MONTH): likewise.
10778         (SQL_C_INTERVAL_SECOND): likewise.
10779         (SQL_C_INTERVAL_YEAR): likewise.
10780         (SQL_C_INTERVAL_YEAR_TO_MONTH): likewise.
10781         (SQL_C_NUMERIC): likewise.
10782         (SQL_C_SBIGINT): likewise.
10783         (SQL_C_TYPE_DATE): likewise.
10784         (SQL_C_TYPE_TIME): likewise.
10785         (SQL_C_TYPE_TIMESTAMP): likewise.
10786         (SQL_C_UBIGINT): likewise.
10787         (SQL_C_VARBOOKMARK): likewise.
10788         (SQL_CA_CONSTRAINT_DEFERRABLE): likewise.
10789         (SQL_CA_CONSTRAINT_INITIALLY_DEFERRED): likewise.
10790         (SQL_CA_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
10791         (SQL_CA_CONSTRAINT_NON_DEFERRABLE): likewise.
10792         (SQL_CA_CREATE_ASSERTION): likewise.
10793         (SQL_CA1_ABSOLUTE): likewise.
10794         (SQL_CA1_BOOKMARK): likewise.
10795         (SQL_CA1_BULK_ADD): likewise.
10796         (SQL_CA1_BULK_DELETE_BY_BOOKMARK): likewise.
10797         (SQL_CA1_BULK_FETCH_BY_BOOKMARK): likewise.
10798         (SQL_CA1_BULK_UPDATE_BY_BOOKMARK): likewise.
10799         (SQL_CA1_LOCK_EXCLUSIVE): likewise.
10800         (SQL_CA1_LOCK_NO_CHANGE): likewise.
10801         (SQL_CA1_LOCK_UNLOCK): likewise.
10802         (SQL_CA1_NEXT): likewise.
10803         (SQL_CA1_POS_DELETE): likewise.
10804         (SQL_CA1_POS_POSITION): likewise.
10805         (SQL_CA1_POS_REFRESH): likewise.
10806         (SQL_CA1_POS_UPDATE): likewise.
10807         (SQL_CA1_POSITIONED_DELETE): likewise.
10808         (SQL_CA1_POSITIONED_UPDATE): likewise.
10809         (SQL_CA1_RELATIVE): likewise.
10810         (SQL_CA1_SELECT_FOR_UPDATE): likewise.
10811         (SQL_CA2_CRC_APPROXIMATE): likewise.
10812         (SQL_CA2_CRC_EXACT): likewise.
10813         (SQL_CA2_LOCK_CONCURRENCY): likewise.
10814         (SQL_CA2_MAX_ROWS_AFFECTS_ALL): likewise.
10815         (SQL_CA2_MAX_ROWS_CATALOG): likewise.
10816         (SQL_CA2_MAX_ROWS_DELETE): likewise.
10817         (SQL_CA2_MAX_ROWS_INSERT): likewise.
10818         (SQL_CA2_MAX_ROWS_SELECT): likewise.
10819         (SQL_CA2_MAX_ROWS_UPDATE): likewise.
10820         (SQL_CA2_OPT_ROWVER_CONCURRENCY): likewise.
10821         (SQL_CA2_OPT_VALUES_CONCURRENCY): likewise.
10822         (SQL_CA2_READ_ONLY_CONCURRENCY): likewise.
10823         (SQL_CA2_SENSITIVITY_ADDITIONS): likewise.
10824         (SQL_CA2_SENSITIVITY_DELETIONS): likewise.
10825         (SQL_CA2_SENSITIVITY_UPDATES): likewise.
10826         (SQL_CA2_SIMULATE_NON_UNIQUE): likewise.
10827         (SQL_CA2_SIMULATE_TRY_UNIQUE): likewise.
10828         (SQL_CA2_SIMULATE_UNIQUE): likewise.
10829         (SQL_CATALOG_LOCATION): likewise.
10830         (SQL_CATALOG_NAME_SEPARATOR): likewise.
10831         (SQL_CATALOG_TERM): likewise.
10832         (SQL_CATALOG_USAGE): likewise.
10833         (SQL_CCOL_CREATE_COLLATION): likewise.
10834         (SQL_CCS_COLLATE_CLAUSE): likewise.
10835         (SQL_CCS_CREATE_CHARACTER_SET): likewise.
10836         (SQL_CCS_LIMITED_COLLATION): likewise.
10837         (SQL_CDO_COLLATION): likewise.
10838         (SQL_CDO_CONSTRAINT): likewise.
10839         (SQL_CDO_CONSTRAINT_DEFERRABLE): likewise.
10840         (SQL_CDO_CONSTRAINT_INITIALLY_DEFERRED): likewise.
10841         (SQL_CDO_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
10842         (SQL_CDO_CONSTRAINT_NAME_DEFINITION): likewise.
10843         (SQL_CDO_CONSTRAINT_NON_DEFERRABLE): likewise.
10844         (SQL_CDO_CREATE_DOMAIN): likewise.
10845         (SQL_CDO_DEFAULT): likewise.
10846         (SQL_CL_END): likewise.
10847         (SQL_CL_START): likewise.
10848         (SQL_COL_PRED_BASIC): likewise.
10849         (SQL_COL_PRED_CHAR): likewise.
10850         (SQL_COLUMN_DRIVER_START): likewise.
10851         (SQL_COLUMN_IGNORE): likewise.
10852         (SQL_COLUMN_NUMBER_UNKNOWN): likewise.
10853         (SQL_CONVERT_GUID): likewise.
10854         (SQL_CONVERT_INTERVAL_DAY_TIME): likewise.
10855         (SQL_CONVERT_INTERVAL_YEAR_MONTH): likewise.
10856         (SQL_CONVERT_WCHAR): likewise.
10857         (SQL_CONVERT_WLONGVARCHAR): likewise.
10858         (SQL_CONVERT_WVARCHAR): likewise.
10859         (SQL_CP_DEFAULT): likewise.
10860         (SQL_CP_MATCH_DEFAULT): likewise.
10861         (SQL_CP_OFF): likewise.
10862         (SQL_CP_ONE_PER_DRIVER): likewise.
10863         (SQL_CP_ONE_PER_HENV): likewise.
10864         (SQL_CP_RELAXED_MATCH): likewise.
10865         (SQL_CP_STRICT_MATCH): likewise.
10866         (SQL_CREATE_ASSERTION): likewise.
10867         (SQL_CREATE_CHARACTER_SET): likewise.
10868         (SQL_CREATE_COLLATION): likewise.
10869         (SQL_CREATE_DOMAIN): likewise.
10870         (SQL_CREATE_SCHEMA): likewise.
10871         (SQL_CREATE_TABLE): likewise.
10872         (SQL_CREATE_TRANSLATION): likewise.
10873         (SQL_CREATE_VIEW): likewise.
10874         (SQL_CS_AUTHORIZATION): likewise.
10875         (SQL_CS_CREATE_SCHEMA): likewise.
10876         (SQL_CS_DEFAULT_CHARACTER_SET): likewise.
10877         (SQL_CT_COLUMN_COLLATION): likewise.
10878         (SQL_CT_COLUMN_CONSTRAINT): likewise.
10879         (SQL_CT_COLUMN_DEFAULT): likewise.
10880         (SQL_CT_COMMIT_DELETE): likewise.
10881         (SQL_CT_COMMIT_PRESERVE): likewise.
10882         (SQL_CT_CONSTRAINT_DEFERRABLE): likewise.
10883         (SQL_CT_CONSTRAINT_INITIALLY_DEFERRED): likewise.
10884         (SQL_CT_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
10885         (SQL_CT_CONSTRAINT_NAME_DEFINITION): likewise.
10886         (SQL_CT_CONSTRAINT_NON_DEFERRABLE): likewise.
10887         (SQL_CT_CREATE_TABLE): likewise.
10888         (SQL_CT_GLOBAL_TEMPORARY): likewise.
10889         (SQL_CT_LOCAL_TEMPORARY): likewise.
10890         (SQL_CT_TABLE_CONSTRAINT): likewise.
10891         (SQL_CTR_CREATE_TRANSLATION): likewise.
10892         (SQL_CU_DML_STATEMENTS): likewise.
10893         (SQL_CU_INDEX_DEFINITION): likewise.
10894         (SQL_CU_PRIVILEGE_DEFINITION): likewise.
10895         (SQL_CU_PROCEDURE_INVOCATION): likewise.
10896         (SQL_CU_TABLE_DEFINITION): likewise.
10897         (SQL_CVT_GUID): likewise.
10898         (SQL_CVT_INTERVAL_DAY_TIME): likewise.
10899         (SQL_CVT_INTERVAL_YEAR_MONTH): likewise.
10900         (SQL_CVT_WCHAR): likewise.
10901         (SQL_CVT_WLONGVARCHAR): likewise.
10902         (SQL_CVT_WVARCHAR): likewise.
10903         (SQL_DA_DROP_ASSERTION): likewise.
10904         (SQL_DATETIME_LITERALS): likewise.
10905         (SQL_DB_DEFAULT): likewise.
10906         (SQL_DB_DISCONNECT): likewise.
10907         (SQL_DB_RETURN_TO_POOL): likewise.
10908         (SQL_DC_DROP_COLLATION): likewise.
10909         (SQL_DCS_DROP_CHARACTER_SET): likewise.
10910         (SQL_DD_CASCADE): likewise.
10911         (SQL_DD_DROP_DOMAIN): likewise.
10912         (SQL_DD_RESTRICT): likewise.
10913         (SQL_DDL_INDEX): likewise.
10914         (SQL_DELETE_BY_BOOKMARK): likewise.
10915         (SQL_DESC_ARRAY_SIZE): likewise.
10916         (SQL_DESC_ARRAY_STATUS_PTR): likewise.
10917         (SQL_DESC_AUTO_UNIQUE_VALUE): likewise.
10918         (SQL_DESC_BASE_COLUMN_NAME): likewise.
10919         (SQL_DESC_BASE_TABLE_NAME): likewise.
10920         (SQL_DESC_BIND_OFFSET_PTR): likewise.
10921         (SQL_DESC_BIND_TYPE): likewise.
10922         (SQL_DESC_CASE_SENSITIVE): likewise.
10923         (SQL_DESC_CATALOG_NAME): likewise.
10924         (SQL_DESC_CONCISE_TYPE): likewise.
10925         (SQL_DESC_DATETIME_INTERVAL_PRECISION): likewise.
10926         (SQL_DESC_DISPLAY_SIZE): likewise.
10927         (SQL_DESC_FIXED_PREC_SCALE): likewise.
10928         (SQL_DESC_LABEL): likewise.
10929         (SQL_DESC_LITERAL_PREFIX): likewise.
10930         (SQL_DESC_LITERAL_SUFFIX): likewise.
10931         (SQL_DESC_LOCAL_TYPE_NAME): likewise.
10932         (SQL_DESC_MAXIMUM_SCALE): likewise.
10933         (SQL_DESC_MINIMUM_SCALE): likewise.
10934         (SQL_DESC_NUM_PREC_RADIX): likewise.
10935         (SQL_DESC_PARAMETER_TYPE): likewise.
10936         (SQL_DESC_ROWS_PROCESSED_PTR): likewise.
10937         (SQL_DESC_SCHEMA_NAME): likewise.
10938         (SQL_DESC_SEARCHABLE): likewise.
10939         (SQL_DESC_TABLE_NAME): likewise.
10940         (SQL_DESC_TYPE_NAME): likewise.
10941         (SQL_DESC_UNSIGNED): likewise.
10942         (SQL_DESC_UPDATABLE): likewise.
10943         (SQL_DI_CREATE_INDEX): likewise.
10944         (SQL_DI_DROP_INDEX): likewise.
10945         (SQL_DIAG_COLUMN_NUMBER): likewise.
10946         (SQL_DIAG_CURSOR_ROW_COUNT): likewise.
10947         (SQL_DIAG_ROW_NUMBER): likewise.
10948         (SQL_DL_SQL92_DATE): likewise.
10949         (SQL_DL_SQL92_INTERVAL_DAY): likewise.
10950         (SQL_DL_SQL92_INTERVAL_DAY_TO_HOUR): likewise.
10951         (SQL_DL_SQL92_INTERVAL_DAY_TO_MINUTE): likewise.
10952         (SQL_DL_SQL92_INTERVAL_DAY_TO_SECOND): likewise.
10953         (SQL_DL_SQL92_INTERVAL_HOUR): likewise.
10954         (SQL_DL_SQL92_INTERVAL_HOUR_TO_MINUTE): likewise.
10955         (SQL_DL_SQL92_INTERVAL_HOUR_TO_SECOND): likewise.
10956         (SQL_DL_SQL92_INTERVAL_MINUTE): likewise.
10957         (SQL_DL_SQL92_INTERVAL_MINUTE_TO_SECOND): likewise.
10958         (SQL_DL_SQL92_INTERVAL_MONTH): likewise.
10959         (SQL_DL_SQL92_INTERVAL_SECOND): likewise.
10960         (SQL_DL_SQL92_INTERVAL_YEAR): likewise.
10961         (SQL_DL_SQL92_INTERVAL_YEAR_TO_MONTH): likewise.
10962         (SQL_DL_SQL92_TIME): likewise.
10963         (SQL_DL_SQL92_TIMESTAMP): likewise.
10964         (SQL_DM_VER): likewise.
10965         (SQL_DRIVER_HDESC): likewise.
10966         (SQL_DROP_ASSERTION): likewise.
10967         (SQL_DROP_CHARACTER_SET): likewise.
10968         (SQL_DROP_COLLATION): likewise.
10969         (SQL_DROP_DOMAIN): likewise.
10970         (SQL_DROP_SCHEMA): likewise.
10971         (SQL_DROP_TABLE): likewise.
10972         (SQL_DROP_TRANSLATION): likewise.
10973         (SQL_DROP_VIEW): likewise.
10974         (SQL_DS_CASCADE): likewise.
10975         (SQL_DS_DROP_SCHEMA): likewise.
10976         (SQL_DS_RESTRICT): likewise.
10977         (SQL_DT_CASCADE): likewise.
10978         (SQL_DT_DROP_TABLE): likewise.
10979         (SQL_DT_RESTRICT): likewise.
10980         (SQL_DTC_DONE): likewise.
10981         (SQL_DTR_DROP_TRANSLATION): likewise.
10982         (SQL_DV_CASCADE): likewise.
10983         (SQL_DV_DROP_VIEW): likewise.
10984         (SQL_DV_RESTRICT): likewise.
10985         (SQL_DYNAMIC_CURSOR_ATTRIBUTES1): likewise.
10986         (SQL_DYNAMIC_CURSOR_ATTRIBUTES2): likewise.
10987         (SQL_EXT_API_LAST): likewise.
10988         (SQL_EXT_API_START): likewise.
10989         (SQL_FETCH_BY_BOOKMARK): likewise.
10990         (SQL_FETCH_FIRST_SYSTEM): likewise.
10991         (SQL_FETCH_FIRST_USER): likewise.
10992         (SQL_FN_CVT_CAST): likewise.
10993         (SQL_FN_STR_BIT_LENGTH): likewise.
10994         (SQL_FN_STR_CHAR_LENGTH): likewise.
10995         (SQL_FN_STR_CHARACTER_LENGTH): likewise.
10996         (SQL_FN_STR_OCTET_LENGTH): likewise.
10997         (SQL_FN_STR_POSITION): likewise.
10998         (SQL_FN_TD_CURRENT_DATE): likewise.
10999         (SQL_FN_TD_CURRENT_TIME): likewise.
11000         (SQL_FN_TD_CURRENT_TIMESTAMP): likewise.
11001         (SQL_FN_TD_EXTRACT): likewise.
11002         (SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES1): likewise.
11003         (SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES2): likewise.
11004         (SQL_FUNC_EXISTS(exists,api)): likewise.
11005         (SQL_GB_COLLATE): likewise.
11006         (SQL_HANDLE_SENV): likewise.
11007         (SQL_IK_ALL): likewise.
11008         (SQL_IK_ASC): likewise.
11009         (SQL_IK_DESC): likewise.
11010         (SQL_IK_NONE): likewise.
11011         (SQL_INDEX_KEYWORDS): likewise.
11012         (SQL_INFO_DRIVER_START): likewise.
11013         (SQL_INFO_LAST): likewise.
11014         (SQL_INFO_SCHEMA_VIEWS): likewise.
11015         (SQL_INITIALLY_DEFERRED): likewise.
11016         (SQL_INITIALLY_IMMEDIATE): likewise.
11017         (SQL_INSERT_STATEMENT): likewise.
11018         (SQL_INTERVAL): likewise.
11019         (SQL_IS_INSERT_LITERALS): likewise.
11020         (SQL_IS_INSERT_SEARCHED): likewise.
11021         (SQL_IS_INTEGER): likewise.
11022         (SQL_IS_POINTER): likewise.
11023         (SQL_IS_SELECT_INTO): likewise.
11024         (SQL_IS_SMALLINT): likewise.
11025         (SQL_IS_UINTEGER): likewise.
11026         (SQL_IS_USMALLINT): likewise.
11027         (SQL_ISV_ASSERTIONS): likewise.
11028         (SQL_ISV_CHARACTER_SETS): likewise.
11029         (SQL_ISV_CHECK_CONSTRAINTS): likewise.
11030         (SQL_ISV_COLLATIONS): likewise.
11031         (SQL_ISV_COLUMN_DOMAIN_USAGE): likewise.
11032         (SQL_ISV_COLUMN_PRIVILEGES): likewise.
11033         (SQL_ISV_COLUMNS): likewise.
11034         (SQL_ISV_CONSTRAINT_COLUMN_USAGE): likewise.
11035         (SQL_ISV_CONSTRAINT_TABLE_USAGE): likewise.
11036         (SQL_ISV_DOMAIN_CONSTRAINTS): likewise.
11037         (SQL_ISV_DOMAINS): likewise.
11038         (SQL_ISV_KEY_COLUMN_USAGE): likewise.
11039         (SQL_ISV_REFERENTIAL_CONSTRAINTS): likewise.
11040         (SQL_ISV_SCHEMATA): likewise.
11041         (SQL_ISV_SQL_LANGUAGES): likewise.
11042         (SQL_ISV_TABLE_CONSTRAINTS): likewise.
11043         (SQL_ISV_TABLE_PRIVILEGES): likewise.
11044         (SQL_ISV_TABLES): likewise.
11045         (SQL_ISV_TRANSLATIONS): likewise.
11046         (SQL_ISV_USAGE_PRIVILEGES): likewise.
11047         (SQL_ISV_VIEW_COLUMN_USAGE): likewise.
11048         (SQL_ISV_VIEW_TABLE_USAGE): likewise.
11049         (SQL_ISV_VIEWS): likewise.
11050         (SQL_KEYSET_CURSOR_ATTRIBUTES1): likewise.
11051         (SQL_KEYSET_CURSOR_ATTRIBUTES2): likewise.
11052         (SQL_MAX_ASYNC_CONCURRENT_STATEMENTS): likewise.
11053         (SQL_NO_COLUMN_NUMBER): likewise.
11054         (SQL_NO_ROW_NUMBER): likewise.
11055         (SQL_NOT_DEFERRABLE): likewise.
11056         (SQL_NUM_EXTENSIONS): likewise.
11057         (SQL_NUM_FUNCTIONS): likewise.
11058         (SQL_ODBC_INTERFACE_CONFORMANCE): likewise.
11059         (SQL_OIC_CORE): likewise.
11060         (SQL_OIC_LEVEL1): likewise.
11061         (SQL_OIC_LEVEL2): likewise.
11062         (SQL_OV_ODBC2): likewise.
11063         (SQL_OV_ODBC3): likewise.
11064         (SQL_PARAM_ARRAY_ROW_COUNTS): likewise.
11065         (SQL_PARAM_ARRAY_SELECTS): likewise.
11066         (SQL_PARAM_BIND_BY_COLUMN): likewise.
11067         (SQL_PARAM_BIND_TYPE_DEFAULT): likewise.
11068         (SQL_PARAM_DIAG_UNAVAILABLE): likewise.
11069         (SQL_PARAM_ERROR): likewise.
11070         (SQL_PARAM_IGNORE): likewise.
11071         (SQL_PARAM_PROCEED): likewise.
11072         (SQL_PARAM_SUCCESS): likewise.
11073         (SQL_PARAM_SUCCESS_WITH_INFO): likewise.
11074         (SQL_PARAM_UNUSED): likewise.
11075         (SQL_PARC_BATCH): likewise.
11076         (SQL_PARC_NO_BATCH): likewise.
11077         (SQL_PAS_BATCH): likewise.
11078         (SQL_PAS_NO_BATCH): likewise.
11079         (SQL_PAS_NO_SELECT): likewise.
11080         (SQL_ROW_IGNORE): likewise.
11081         (SQL_ROW_NUMBER_UNKNOWN): likewise.
11082         (SQL_ROW_PROCEED): likewise.
11083         (SQL_ROW_SUCCESS_WITH_INFO): likewise.
11084         (SQL_SC_FIPS127_2_TRANSITIONAL): likewise.
11085         (SQL_SC_SQL92_ENTRY): likewise.
11086         (SQL_SC_SQL92_FULL): likewise.
11087         (SQL_SC_SQL92_INTERMEDIATE): likewise.
11088         (SQL_SCC_ISO92_CLI): likewise.
11089         (SQL_SCC_XOPEN_CLI_VERSION1): likewise.
11090         (SQL_SCHEMA_TERM): likewise.
11091         (SQL_SCHEMA_USAGE): likewise.
11092         (SQL_SDF_CURRENT_DATE): likewise.
11093         (SQL_SDF_CURRENT_TIME): likewise.
11094         (SQL_SDF_CURRENT_TIMESTAMP): likewise.
11095         (SQL_SFKD_CASCADE): likewise.
11096         (SQL_SFKD_NO_ACTION): likewise.
11097         (SQL_SFKD_SET_DEFAULT): likewise.
11098         (SQL_SFKD_SET_NULL): likewise.
11099         (SQL_SFKU_CASCADE): likewise.
11100         (SQL_SFKU_NO_ACTION): likewise.
11101         (SQL_SFKU_SET_DEFAULT): likewise.
11102         (SQL_SFKU_SET_NULL): likewise.
11103         (SQL_SG_DELETE_TABLE): likewise.
11104         (SQL_SG_INSERT_COLUMN): likewise.
11105         (SQL_SG_INSERT_TABLE): likewise.
11106         (SQL_SG_REFERENCES_COLUMN): likewise.
11107         (SQL_SG_REFERENCES_TABLE): likewise.
11108         (SQL_SG_SELECT_TABLE): likewise.
11109         (SQL_SG_UPDATE_COLUMN): likewise.
11110         (SQL_SG_UPDATE_TABLE): likewise.
11111         (SQL_SG_USAGE_ON_CHARACTER_SET): likewise.
11112         (SQL_SG_USAGE_ON_COLLATION): likewise.
11113         (SQL_SG_USAGE_ON_DOMAIN): likewise.
11114         (SQL_SG_USAGE_ON_TRANSLATION): likewise.
11115         (SQL_SG_WITH_GRANT_OPTION): likewise.
11116         (SQL_SNVF_BIT_LENGTH): likewise.
11117         (SQL_SNVF_CHAR_LENGTH): likewise.
11118         (SQL_SNVF_CHARACTER_LENGTH): likewise.
11119         (SQL_SNVF_EXTRACT): likewise.
11120         (SQL_SNVF_OCTET_LENGTH): likewise.
11121         (SQL_SNVF_POSITION): likewise.
11122         (SQL_SP_BETWEEN): likewise.
11123         (SQL_SP_COMPARISON): likewise.
11124         (SQL_SP_EXISTS): likewise.
11125         (SQL_SP_IN): likewise.
11126         (SQL_SP_ISNOTNULL): likewise.
11127         (SQL_SP_ISNULL): likewise.
11128         (SQL_SP_LIKE): likewise.
11129         (SQL_SP_MATCH_FULL): likewise.
11130         (SQL_SP_MATCH_PARTIAL): likewise.
11131         (SQL_SP_MATCH_UNIQUE_FULL): likewise.
11132         (SQL_SP_MATCH_UNIQUE_PARTIAL): likewise.
11133         (SQL_SP_OVERLAPS): likewise.
11134         (SQL_SP_QUANTIFIED_COMPARISON): likewise.
11135         (SQL_SP_UNIQUE): likewise.
11136         (SQL_SQL_CONFORMANCE): likewise.
11137         (SQL_SQL92_DATETIME_FUNCTIONS): likewise.
11138         (SQL_SQL92_FOREIGN_KEY_DELETE_RULE): likewise.
11139         (SQL_SQL92_FOREIGN_KEY_UPDATE_RULE): likewise.
11140         (SQL_SQL92_GRANT): likewise.
11141         (SQL_SQL92_NUMERIC_VALUE_FUNCTIONS): likewise.
11142         (SQL_SQL92_PREDICATES): likewise.
11143         (SQL_SQL92_RELATIONAL_JOIN_OPERATORS): likewise.
11144         (SQL_SQL92_REVOKE): likewise.
11145         (SQL_SQL92_ROW_VALUE_CONSTRUCTOR): likewise.
11146         (SQL_SQL92_STRING_FUNCTIONS): likewise.
11147         (SQL_SQL92_VALUE_EXPRESSIONS): likewise.
11148         (SQL_SR_CASCADE): likewise.
11149         (SQL_SR_DELETE_TABLE): likewise.
11150         (SQL_SR_GRANT_OPTION_FOR): likewise.
11151         (SQL_SR_INSERT_COLUMN): likewise.
11152         (SQL_SR_INSERT_TABLE): likewise.
11153         (SQL_SR_REFERENCES_COLUMN): likewise.
11154         (SQL_SR_REFERENCES_TABLE): likewise.
11155         (SQL_SR_RESTRICT): likewise.
11156         (SQL_SR_SELECT_TABLE): likewise.
11157         (SQL_SR_UPDATE_COLUMN): likewise.
11158         (SQL_SR_UPDATE_TABLE): likewise.
11159         (SQL_SR_USAGE_ON_CHARACTER_SET): likewise.
11160         (SQL_SR_USAGE_ON_COLLATION): likewise.
11161         (SQL_SR_USAGE_ON_DOMAIN): likewise.
11162         (SQL_SR_USAGE_ON_TRANSLATION): likewise.
11163         (SQL_SRJO_CORRESPONDING_CLAUSE): likewise.
11164         (SQL_SRJO_CROSS_JOIN): likewise.
11165         (SQL_SRJO_EXCEPT_JOIN): likewise.
11166         (SQL_SRJO_FULL_OUTER_JOIN): likewise.
11167         (SQL_SRJO_INNER_JOIN): likewise.
11168         (SQL_SRJO_INTERSECT_JOIN): likewise.
11169         (SQL_SRJO_LEFT_OUTER_JOIN): likewise.
11170         (SQL_SRJO_NATURAL_JOIN): likewise.
11171         (SQL_SRJO_RIGHT_OUTER_JOIN): likewise.
11172         (SQL_SRJO_UNION_JOIN): likewise.
11173         (SQL_SRVC_DEFAULT): likewise.
11174         (SQL_SRVC_NULL): likewise.
11175         (SQL_SRVC_ROW_SUBQUERY): likewise.
11176         (SQL_SRVC_VALUE_EXPRESSION): likewise.
11177         (SQL_SSF_CONVERT): likewise.
11178         (SQL_SSF_LOWER): likewise.
11179         (SQL_SSF_SUBSTRING): likewise.
11180         (SQL_SSF_TRANSLATE): likewise.
11181         (SQL_SSF_TRIM_BOTH): likewise.
11182         (SQL_SSF_TRIM_LEADING): likewise.
11183         (SQL_SSF_TRIM_TRAILING): likewise.
11184         (SQL_SSF_UPPER): likewise.
11185         (SQL_STANDARD_CLI_CONFORMANCE): likewise.
11186         (SQL_STATIC_CURSOR_ATTRIBUTES1): likewise.
11187         (SQL_STATIC_CURSOR_ATTRIBUTES2): likewise.
11188         (SQL_SU_DML_STATEMENTS): likewise.
11189         (SQL_SU_INDEX_DEFINITION): likewise.
11190         (SQL_SU_PRIVILEGE_DEFINITION): likewise.
11191         (SQL_SU_PROCEDURE_INVOCATION): likewise.
11192         (SQL_SU_TABLE_DEFINITION): likewise.
11193         (SQL_SVE_CASE): likewise.
11194         (SQL_SVE_CAST): likewise.
11195         (SQL_SVE_COALESCE): likewise.
11196         (SQL_SVE_NULLIF): likewise.
11197         (SQL_UB_FIXED): likewise.
11198         (SQL_UB_VARIABLE): likewise.
11199         (SQL_UNION_STATEMENT): likewise.
11200         (SQL_UPDATE_BY_BOOKMARK): likewise.
11201         (SQL_US_UNION): likewise.
11202         (SQL_US_UNION_ALL): likewise.
11203         (SQL_DESC_ROWVER): likewise.
11204         (SQL_GUID): likewise.
11205         (SQL_C_GUID): likewise.
11206         (ODBC_STD): likewise.
11207         (SQLAllocHandle): likewise.
11208         (SQLAllocEnv(p)): likewise.
11209         (SQL_YEAR): likewise.
11210         (SQL_MONTH): likewise.
11211         (SQL_DAY): likewise.
11212         (SQL_HOUR): likewise.
11213         (SQL_MINUTE): likewise.
11214         (SQL_SECOND): likewise.
11215         (SQL_YEAR_TO_MONTH): likewise.
11216         (SQL_DAY_TO_HOUR): likewise.
11217         (SQL_DAY_TO_MINUTE): likewise.
11218         (SQL_DAY_TO_SECOND): likewise.
11219         (SQL_HOUR_TO_MINUTE): likewise.
11220         (SQL_HOUR_TO_SECOND): likewise.
11221         (SQL_MINUTE_TO_SECOND): likewise.
11222         (SQL_ATTR_ANSI_APP): likewise.
11223         (SQL_AA_TRUE): likewise.
11224         (SQL_AA_FALSE): likewise.
11225
11226         * include/sqltypes.h (#pragma pack(push,1), #pragma pack(pop)): remove.
11227         (struct tagSQL_YEAR_MONTH): add for ODBC3.x.
11228         (struct tagSQL_DAY_SECOND): likewise.
11229         (struct tagSQL_INTERVAL_STRUCT): likewise.
11230         (struct tagSQL_NUMERIC_STRUCT): likewise.
11231         (struct tagSQLGUID): add for 0DBC3.50.
11232         (enum SQLINTERVAL): add for ODBC3.x.
11233         (SQLWCHAR): add typedef.
11234         (SQLTCHAR): add typedef, conditional on UNICODE.
11235         (SQLLEN): add typedef for _WIN64, define for _WIN32.
11236         (SQLULEN): likewise.
11237         (SQLROWOFFSET): likewise.
11238         (SQLROWCOUNT): likewise.
11239         (SQLTRANSID): likewise.
11240         (SQLSETPOSIROW): likewise.
11241         (SQLHANDLE): add ODBC3.x typedef.
11242         (SQLHDESC): likewise.
11243         (SQLDATE): likewise.
11244         (SQLDECIMAL): likewise.
11245         (SQLDOUBLE): likewise.
11246         (SQLFLOAT): likewise.
11247         (SQLNUMERIC): likewise.
11248         (SQLREAL): likewise.
11249         (SQLTIME): likewise.
11250         (SQLTIMESTAMP): likewise.
11251         (SQLVARCHAR): likewise.
11252         (SQLBIGINT): likewise.
11253         (SQLUBIGINT): likewise.
11254         (SQL_DATE_STRUCT): likewise.
11255         (SQL_TIME_STRUCT): likewise.
11256         (SQL_TIMESTAMP_STRUCT): likewise.
11257         (ODBCINT64): add ODBC3.x define.
11258
11259         * lib/odbc32.def : regenerate.
11260
11261 2001-01-26  Earnie Boyd  <earnie@users.sourceforge.net
11262
11263         * Apply Danny Smith patch 102275
11264         2000-11-05  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11265         * include/objbase.h: (COM_RIGHTS): Add definition.
11266         (tagSTDMSHLFLAGS): add enumeration.
11267         (CoInitializeEx): Add prototypes.
11268         (CoGetStdMarshalEx): ditto.
11269         (CoCreateInstanceEx): ditto.
11270         (CoInitializeSecurity): ditto.
11271         (CoGetCallContext): ditto.
11272         (CoQueryProxyBlanket): ditto.
11273         (CoSetProxyBlanket): ditto.
11274         (CoCopyProxy): ditto.
11275         (CoQueryClientBlanket): ditto.
11276         (CoImpersonateClient): ditto.
11277         (CoRevertToSelf): ditto.
11278         (CoQueryAuthenticationServices): ditto.
11279         (CoSwitchCallContext): ditto.
11280         (CoGetInstanceFromFile): ditto.
11281         (CoGetInstanceFromIStorage): ditto.
11282         * include/objidl.h: (SOLE_AUTHENTICATION_SERVICE): Add structure.
11283         (SOLE_AUTHENTICATION_INFO): ditto.
11284         (EOLE_AUTHENTICATION_CAPABILITIES): Add enumeration.
11285         (COLE_DEFAULT_PRINCIPAL): Add definition.
11286         (COLE_DEFAULT_AUTHINFO): Ditto.
11287         * include/rpcdce.h: (RPC_C_AUTHZ_DEFAULT): Add definition.
11288         (RPC_PROTSEQ_VECTOR) Fix typo.
11289         (RpcRaiseException): add DECLSPEC_NORETURN attribute.
11290         * include/winbase.h: (FreeLibraryAndExitThread): add DECLSPEC_NORETURN
11291         attribute.
11292
11293 2001-01-26  Earnie Boyd  <earnie@users.sourceforge.net>
11294
11295         * lib/msvcp60.def: Apply Danny Smith patch 103321.
11296         2001-01-17  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>.
11297         New file.
11298
11299 2001-01-26  Christopher Faylor  <cgf@cygnus.com>
11300
11301         * include/winnt.h: Add PTOKEN_USER.
11302
11303 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
11304
11305         * include/sqlucode.h: Apply Danny Smith patch 102443
11306         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11307         New file.
11308
11309 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
11310
11311         * lib/odbccp32.def: Apply Danny Smith patch 102442
11312         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11313         New file.
11314
11315 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
11316
11317         * include/odbcinst.h: Apply Danny Smith patch 102441
11318         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11319         New file.
11320
11321 2000-12-25  Christopher Faylor  <cgf@cygnus.com>
11322
11323         * lib/Makefile.in: Don't make "links" to include/w32api directory.
11324
11325 2000-12-20  Corinna Vinschen  <corinna@vinschen.de>
11326
11327         * include/winbase.h: Add prototype for SetSecurityDescriptorControl.
11328
11329 2000-12-11  Christopher Faylor  <cgf@cygnus.com>
11330
11331         * lib/Makefile.in: Install headers and libraries in tooldir.
11332
11333 2000-12-04  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11334
11335         * include/winnls.h: NORM_IGNORE* remove duplicate defines.
11336         SORT_STRINGSORT: ditto.
11337         CMAP*: ditto.
11338         CTRY_*: add new defines.
11339         LGRPID_*: ditto.
11340         LCMAP*: change defines to hex notation.
11341         CALID: change from ULONG to DWORD.
11342         CALTYPE: ditto.
11343         _cpinfoex[AW]: add structure.
11344         FoldString: correct Unicode mappings.
11345         GetCPInfoEx[AW]: add prototypes.
11346         EnumCalendarInfoEx[AW]: ditto.
11347         EnumDateFormatsEx[AW]: ditto.
11348         EnumSystemLanguageGroups[AW]: ditto.
11349         EnumLanguageGroupLocales[AW]: ditto.
11350         EnumUILanguages[AW]: ditto.
11351         GetSystemDefaultUILanguage[AW]: ditto.
11352         GetUserDefaultUILanguage[AW]: ditto.
11353         IsValidLanguageGroup[AW]: ditto.
11354         CALINFO_ENUMPROCEX[AW]: add function pointer typedef
11355         LANGUAGEGROUP_ENUMPROC[AW]: ditto
11356         LANGGROUPLOCALE_ENUMPROC[AW]: ditto
11357         UILANGUAGE_ENUMPROC[AW]: ditto
11358         DATEFMT_ENUMPROCEX[AW]: ditto
11359         LPCURRENCYFMT[AW]: add structure pointer typedef
11360         LPNUMBERFMT[AW]: ditto
11361
11362 2000-12-02  Matt Hargett  <matt@use.net>
11363
11364         * include/winbase.h: Added a define for INVALID_SET_FILE_POINTER, a
11365         possible return code for the SetFilePointer() win32 API call.
11366
11367 2000-11-09  Corinna Vinschen  <corinna@vinschen.de>
11368
11369         * include/winnt.h: Add missing FILE_NAMED_STREAMS define.
11370
11371 2000-11-06  Earnie Boyd  <earnie_boyd@yahoo.com>
11372
11373         * Makefile.in: increment VERSION.
11374         (dist:) Rename to srcdist.  Create new dist target to call
11375         srcdist and bindist targets.
11376         (srcdist:) New target.
11377         (clean-top:) add call to mostlyclean-top and add rm of distribution
11378         tarballs.
11379         * lib/Makefile.in: (uninstall:) modify to remove files from the
11380         new w32api subdirectory and to remove w32api subdirectory.
11381         (xuninstall:) Ditto.
11382         TODO: Add a task to redo the clean targets of Makefile.in
11383
11384 2000-11-03  Christopher Faylor  <cgf@cygnus.com>
11385
11386         * lib/Makefile.in: Install header files in w32api subdirectory.
11387
11388 2000-10-31  Earnie Boyd  <earnie_boyd@yahoo.com>
11389
11390         * CONTRIBUTIONS: New file.
11391         * README: Change the maintained by header.
11392         * TODO: Add a note about checking the TODO.
11393
11394 2000-10-31  Earnie Boyd  <earnie_boyd@yahoo.com>
11395
11396         * Merge in accepted changes from
11397         2000-10-23  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11398         * include/basetyps.h: add comment for GUID_DEFINED
11399         * include/lm.h: add includes for lmerr.h and lmserver.h
11400         * include/lmcons.h: add W2K typedefs LMSTR, LMCSTR
11401         * include/lmerr.h:  add error codes
11402         * include/lmserver.h: replace LPTSTR with LPWSTR,
11403         LPTCSTR with LPWCSTR in structures and prototypes
11404         * include/lmshare.h: ditto
11405         * include/lmuse.h: ditto
11406         * include/lmstats.h: ditto
11407         * include/oleauto.h: add function prototype SystemTimeToVariantTime
11408         * include/winbase.h: change first argument of CommConfigDialog to const
11409         * include/windowsx.h: add macros  defining FAR versions of
11410         mem and string functions for porting from Win16 code
11411         * include/winioctl.h:  added IOCTL_STORAGE defines
11412         * include/winnetwk.h:  added WNNC_NET flags
11413         * include/winnt.h: add include of <basetsd.h>;
11414         add structs; add pointer typedefs  for TOKEN structs
11415         * include/winsock.h: add guard around BSD-ish typedefs
11416         * include/wtypes.h: new VARENUM enums, new WIN32/WIN64 compat. macros
11417         * include/basetsd.h: new file
11418         * include/raserror.h: ditto
11419         * include/rassapi.h: ditto
11420         * include/ras.h: ditto
11421         comment from Earnie: replaced original ras.h contribution with Danny's
11422         contribution as it is more complete.
11423         * include/rpcndr.h: add default definition for __RPCNDR_H_VERSION__
11424
11425 2000-10-19  Earnie Boyd  <earnie_boyd@yahoo.com>
11426
11427         * Makefile.in: increment VERSION.  Change tar file name for dist and
11428         bindist targets to be more standard.
11429         * config.guess: Update with the currently published file.
11430         * config.sub: ditto.
11431         * configure.in: Use value of build_alias instead of testing for
11432         directory names to set BUILDENV.
11433         * configure: ditto.
11434         * lib/Makefile.in: Change the name of the targets install,
11435         install-headers and install-libraries to xinstall, xinstall-headers
11436         and xinstall-libraries for system target specified installation.
11437         Recreate targets install, install-headers and install-libraries for
11438         exec-prefix specified installation.  Ditto for the uninstall targets of
11439         the same name.
11440
11441 2000-10-09  Corinna Vinschen  <corinna@vinschen.de>
11442
11443         * include/iprtrmib.h: Further layout changes according to standard.
11444         * include/iptypes.h: Ditto.
11445         * include/ntdef.h: Ditto.
11446         * include/ntsecapi.h: Ditto.
11447         * include/subauth.h: Ditto.
11448
11449 2000-10-09  Corinna Vinschen  <corinna@vinschen.de>
11450
11451         * include/ntsecapi.h: Fix PLSA_UNICODE_STRING define.
11452
11453 2000-10-08  Corinna Vinschen  <corinna@vinschen.de>
11454
11455         * include/ntsecapi.h: New file.
11456         * include/subauth.h: Ditto.
11457         * include/ipexport.h: Fix global header define not to contain
11458         trailing underscore. Change layout according to standard.
11459         * include/iphlpapi.h: Ditto.
11460         * include/ipifcons.h: Ditto.
11461         * include/iprtrmib.h: Ditto.
11462         * include/iptypes.h: Ditto.
11463         * include/ntdef.h: Ditto. Define conditional datatypes dependent
11464         of inclusion of ntsecapi.h and subauth.h.
11465         * lib/secur32.def: New stub for secur32.dll.
11466
11467 2000-10-02  Corinna Vinschen  <corinna@vinschen.de>
11468
11469         * include/ras.h: New file.
11470         * lib/rasapi32.def: Add symbols for RasEnumDevicesA and
11471         RasEnumDevicesW.
11472
11473 2000-10-02  Corinna Vinschen  <corinna@vinschen.de>
11474
11475         * include/ntdef.h: Add define for NTAPI.
11476
11477 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
11478
11479         * include/ipexport.h: Add missing `extern "C"' directives.
11480         * include/iphlpapi.h: Ditto.
11481         * include/iprtrmib.h: Ditto.
11482         * include/iptypes.h: Ditto.
11483
11484 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
11485
11486         * include/ipifcons.h: New header file.
11487         * include/iprtrmib.h: Move operational states to ipifcons.h.
11488         * include/iphlpapi.h: Add missing parameters to GetIfTable()
11489         declaration.
11490
11491 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
11492
11493         * include/iprtrmib.h: Add missing MIB_IF_OPER_STATUS_xxx definitions.
11494
11495 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
11496
11497         * lib/iphlpapi.def: New stub for iphlpapi.dll.
11498         * include/iptypes.h: New header file.
11499         * include/ipexport.h: Ditto.
11500         * include/iphlpapi.h: Ditto.
11501         * include/iprtrmib.h: Ditto.
11502
11503 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
11504
11505         * include/ntdef.h: New file.
11506
11507 2000-08-18  Corinna Vinschen  <corinna@vinschen.de>
11508
11509         * include/winnt.h:Add enums for TokenRestrictedSids and TokenSessionId
11510         to TOKEN_INFORMATION_CLASS type.
11511         Add QUOTA_LIMITS type.
11512
11513 2000-08-08  Corinna Vinschen  <corinna@vinschen.de>
11514
11515         * include/userenv.h: New header file.
11516         * lib/userenv.def: New stub for userenv.dll.
11517
11518 2000-08-08  Christopher Faylor  <cgf@cygnus.com>
11519
11520         * include/winuser.h: Correct PCWPSTRUCT typo.
11521         (discovered by Axel Riese)
11522
11523 2000-07-27  DJ Delorie  <dj@redhat.com>
11524
11525         * include/windows.h: optimize non-inclusion of repeat headers
11526
11527 2000-07-21  Corinna Vinschen  <corinna@vinschen.de>
11528
11529         * include/winnt.h: Add missing typedefs for PTOKEN_SOURCE and
11530         LPTOKEN_SOURCE.
11531
11532 2000-07-11  DJ Delorie  <dj@cygnus.com>
11533
11534         * include/shlobj.h: add CSIDL_COMMON_*
11535
11536 2000-06-27  Corinna Vinschen  <corinna@vinschen.de>
11537
11538         * include/winbase.h: Add stream ids BACKUP_OBJECT_ID,
11539         BACKUP_REPARSE_DATA and BACKUP_SPARSE_BLOCK.
11540         Add file open flags FILE_FLAG_OPEN_REPARSE_POINT and
11541         FILE_FLAG_OPEN_NO_RECALL.
11542         * winioctl.h: Add device io control codes FSCTL_GET_REPARSE_POINT,
11543         FSCTL_SET_REPARSE_POINT and FSCTL_DELETE_REPARSE_POINT.
11544         * winnt.h: Add typedef for GUID.
11545         Add file attributes FILE_ATTRIBUTE_ENCRYPTED,
11546         FILE_ATTRIBUTE_SPARSE_FILE, FILE_ATTRIBUTE_REPARSE_POINT and
11547         FILE_ATTRIBUTE_NOT_CONTENT_INDEXED.
11548         Add volume attributes FILE_VOLUME_QUOTAS, FILE_SUPPORTS_SPARSE_FILES,
11549         FILE_SUPPORTS_REPARSE_POINTS, FILE_SUPPORTS_REMOTE_STORAGE,
11550         FILE_SUPPORTS_OBJECT_IDS and FILE_SUPPORTS_ENCRYPTION.
11551         Add several reparse point defines and typedefs for REPARSE_DATA_BUFFER,
11552         REPARSE_GUID_DATA_BUFFER and REPARSE_POINT_INFORMATION.
11553         * lib/psapi.def: New file.
11554
11555 2000-06-22  Christopher Faylor  <cgf@cygnus.com>
11556
11557         * rpcdce.h: Protect OPTIONAL definition since it may be (legally)
11558         previously defined.
11559         * windef.h : Ditto.
11560
11561 2000-06-14  Kazuhiro Fujieda  <fujieda@jaist.ac.jp>
11562
11563         * include/winnt.h: Add some missing defines related to locale
11564         identifiers.  Translate values of LANG_* and SUBLANG_* into hexadecimal.
11565
11566 2000-05-27  Corinna Vinschen  <corinna@vinschen.de>
11567
11568         * include/wincrypt.h: Add missing CRYPT_MACHINE_KEYSET define.
11569
11570 2000-05-18  Corinna Vinschen  <corinna@vinschen.de>
11571
11572         * include/winnt.h: Add some missing TAPE_DRIVE_* defines.
11573
11574 2000-04-26  Christopher Faylor  <cgf@cygnus.com>
11575
11576         * include/wininet.h: Add another "INTERNET_OPTIONS".
11577
11578 2000-04-25  Mumit Khan  <khan@xraylith.wisc.edu>
11579
11580         * include/winspool.h: Add 2 more PRINTER_ATTRIBUTE_* macros.
11581
11582 2000-04-25  Martin Kotulla  <martin-k@softmaker.de>
11583
11584         * include/ddeml.h (DdeCreateStringHandle{A,W}): Fix prototype.
11585         * include/shlobj.h (IShellLink{A,W}::GetPath): Fix prototype.
11586         * include/wingdi.h: Add LPFNDEVMODE and LPFNDEVCAPS callbacks.
11587         * include/winuser.h: Add WM_* macros. Add PCOPYDATASTRUCT typedef.
11588
11589 2000-04-10  Christopher Faylor  <cgf@cygnus.com>
11590
11591         * include/winbase.h: Change first argument of ENUMRES* types to
11592         coincide with Microsoft usage.
11593
11594 2000-04-01  Christopher Faylor  <cgf@cygnus.com>
11595
11596         * include/wininet.h: Add three more "INTERNET_OPTIONS".
11597
11598 2000-03-30  Mumit Khan  <khan@xraylith.wisc.edu>
11599
11600         * include/winbase.h (CreateHardLink{A,W}): Add prototypes.
11601         * include/winerror.h (ERROR_TOO_MANY_LINKS): Add macro.
11602         * include/winnt.h (SEC_*): Add macros.
11603         * lib/th32.def: Use Kernel32.dll instead of TH32.DLL.
11604         * include/ole.h: Workaround for C++ parser bug.
11605         * include/rpcdcep.h: Likewise.
11606         * include/winsock.h: Likewise.
11607
11608 2000-03-26  Christopher Faylor  <cgf@cygnus.com>
11609
11610         * include/winnt.h: Eliminate duplicate PCONTEXT and LPCONTEXT typedefs.
11611
11612 2000-02-28  Mumit Khan  <khan@xraylith.wisc.edu>
11613
11614         Patches from Jan Nijtmans <j.nijtmans@chello.nl>:
11615         * include/wtypes.h (PBLOB, LPBLOB): Define.
11616         * include/winsock2.h: Much more complete version.
11617         (FD_SET, SOMAXCONN): Protect common macros defined by winsock.h.
11618
11619         Patches from Jan Nijtmans <j.nijtmans@chello.nl>:
11620         * include/winsock.h (FD_CLR): Add missing ')'.
11621         (timercmp): Fix macro to handle all 6 comparison operators.
11622         (AF_FIREFOX, AF_UNKNOWN1, AF_BAN, AF_ATM, AF_INET6): Define.
11623         (AF_MAX): Update.
11624         (PF_FIREFOX, PF_UNKNOWN1, PF_BAN, PF_ATM, PF_INET6): Define.
11625
11626         * include/largeint.h: Rename HAVE_INT64 macro to _HAVE_INT64 to avoid
11627         namespace pollution.
11628         * include/rpcndr.h: Likewise.
11629         * include/winnt.h: Likewise.
11630         * include/shlobj.h (SHGetDataFromIDList{A,W}): Fix typo.
11631         (SHGetSpecialFolderPath{A,W}): Add prototypes.
11632         * lib/ole32.def: Add missing exports.
11633         * include/winbase.h (TLS_MINIMUM_AVAILABLE): Move macro from here
11634         * include/winnt.h (TLS_MINIMUM_AVAILABLE): to here.
11635         (NT_TIB): Define.
11636         * include/tlhelp32.h: New file.
11637
11638 2000-02-28  Christopher Faylor  <cgf@cygnus.com>
11639
11640         * include/rapi.h: New file.
11641         * lib/rapi.def: New file.
11642
11643 2000-02-11  Axel Riese  <ariese@andromeda.risc.uni-linz.ac.at>
11644
11645         * oaidl.h (LPTYPECOMP): Remove multiple definition.
11646
11647 2000-02-03  Mumit Khan  <khan@xraylith.wisc.edu>
11648
11649         * Snapshot 2000-02-03.
11650
11651 2000-01-21  Chris Faylor  <cgf@cygnus.com>
11652
11653         * include/winnt.h: Add ARM support.
11654
11655 2000-01-19  Mumit Khan  <khan@xraylith.wisc.edu>
11656
11657         From Greg Primes <gregory.l.priem@intel.com>:
11658         * include/oaidl.h (DESCKIND): Define macro.
11659         (ITypeComp): Define interface.
11660         (ITypeComp): Likewise.
11661         * rpcndr.h (DECLSPEC_UUID): Define macro.
11662         (MIDL_INTERFACE): Likewise.
11663
11664         * include/psapi.h: New file.
11665         * include/imagehlp.h: New file.
11666         * lib/imagehlp.def: New file.
11667
11668         * include/oaidl.h (tagVARIANT): Update fields.
11669
11670         From Craig Lanning <CraigL@DyCon.com>:
11671         * include/commctrl.h: Add some TCS_* macros.
11672         * include/winnls.h (IsValidLocale): Add prototype.
11673
11674 2000-01-18  Mumit Khan  <khan@xraylith.wisc.edu>
11675
11676         * include/oaidl.h: OLE Patches from "Fifer, Eric"
11677         <EFifer@sanwaint.com> needed to build Win32::OLE perl module.
11678         * include/objbase.h: Likewise.
11679         * include/objidl.h: Likewise.
11680         * include/ocidl.h: New file.
11681         * include/oleauto.h: Likewise.
11682         * include/wtypes.h: Likewise.
11683         * lib/oleaut32.def: Likewise.
11684
11685         * include/lmserver.h (NetServerTransportAddEx): Fix prototype.
11686         Thanks to "Jon Leichter" <jon@symas.com>.
11687         * include/commctrl.h (LVM_FINDITEM): Fix typo in macro.
11688         * include/winbase.h: Add GetLongPathName{A,W} prototypes.
11689         * include/shellapi.h (SHGetFileInfo): Add macro. Thanks to
11690         "Axel Riese" <ariese@andromeda.risc.uni-linz.ac.at>.
11691         (CommandLineToArgvW): Fix prototype. Thanks to "Frans E. van
11692         Dorsselaer" <frans@bia-bv.demon.nl>.
11693         * include/httpext.h: New file. Thanks to Jan Nijtmans
11694         <j.nijtmans@chello.nl>.
11695         * include/mmsystem.h (WAVEFORMATEX): Guard definition to avoid
11696         redefinition of LPCWAVEFORMATEX in DirectX headers.
11697         (CALLBACK_NULL): Define to be 0. Thanks to Krzysztof Nikiel
11698         <krzych00@priv7.onet.pl>.
11699         * include/sqlext.h (SQLDriverConnnect): Fix prototype.
11700         * include/windef.h (HRESULT): Guard definition to avoid
11701         redefinition in DirectX headers.
11702         * include/winnt.h: Add target macros from windows.h.
11703         * include/windows.h: Update synch comment for target macros.
11704         (_ANONYMOUS_STRUCT): Define for GCC 2.95 and newer.
11705         (_ANONYMOUS_UNION): Likewise.
11706         * include/wingdi.h (AbortPrinter): Move from here ...
11707         * include/winspool.h (AbortPrinter): to here and fix linkage.
11708         (MONITOR_INFO_2{A,W}): Define.
11709         * include/winsock.h (htons): Fix argument.
11710         (htonl): Likewise.
11711         * include/winsock2.h (SO_*, MAX_*, WSA_*): Add macros.
11712         (GROUP): Define.
11713         (GUID): Define conditionally.
11714         (WSAPROTOCOLCHAIN, WSAPROTOCOL_INFO): Define.
11715         (WSASocket*): Declare.
11716         * include/basetyps.h (GUID): Guard REGUID and LPGUID as well.
11717
11718         * lib/dsetup.def: Remove leading underscore.
11719         * lib/dsound.def: Likewise.
11720         * lib/ws2_32.def: Likewise.
11721
11722 1999-12-22  Mumit Khan  <khan@xraylith.wisc.edu>
11723
11724         * include/windef.h (HMONITOR, HTERMINAL, HWINEVENTHOOK): Define
11725         handles.
11726
11727         * lib/Makefile.in (EXTRA_OBJS): Add dinput.o.
11728         * lib/dinput.c: Include windows.h for GCC.
11729         * lib/dxguid.c: Likewise.
11730         (INITGUID): Define macro.
11731
11732         * include/objidl.h (ISequentialStream): Define interface.
11733         (IStream): Derive from ISequentialStream.
11734
11735         * include/objidl.h (IStream::{LockRegion, UnlockRegion, Stat,
11736         Clone}): Mark as PURE.
11737         (IDataObject::EnumDAdvise): Likewise.
11738         * include/oleidl.h (IDropSource::GiveFeedback): Likewise.
11739         (IViewObject::Unfreeze): Likewise.
11740         (IViewObject2::Unfreeze): Likewise.
11741
11742         * include/objidl.h: Add various IID_ declarations.
11743         * include/olectl.h: Likewise.
11744         * include/oleidl.h: Likewise.
11745
11746 1999-12-21  Mumit Khan  <khan@xraylith.wisc.edu>
11747
11748         * Snapshot 1999-12-21.
11749
11750         * include/winbase.h (CancelIO): Rename to CancelIo.
11751         * include/winsvc.h (LPHANDLER_FUNCTION): Fix prototype.
11752         * include/winuser.h (PEVENTMSG, LPEVENTMSG): Declare.
11753
11754         * Merge with winsup-19991218.
11755         * include/winnt.h: Add defines for W2K ACL control flags.
11756
11757         * Merge with Anders Norlander's 19991130 snapshot.
11758
11759         * include/windows.h: #include mmsystem.h ifndef WIN32_LEAN_AND_MEAN.
11760         * include/winbase.h (EXCEPTION_INVALID_HANDLE): Define.
11761
11762         Patch from Harold Weissfield
11763         * include/shellapi.h: Added some ABN_* defines.
11764
11765         * include/commctrl.h (_TrackMouseEvent): Add prototype.
11766         * lib/comctl32.def (_TrackMouseEvent): Import.
11767         * include/winuser.h: Misc. fixes from Sang Cho
11768         <sangcho@alpha94.chongju.ac.kr>.
11769         * include/winuser.h (SM_CMETRICS): Define to 76 or 83 depending on
11770         value of _WIN32_WINNT.
11771         * include/winuser.h: Reorganize SM_* defines in numerical order.
11772
11773 1999-12-14  Mumit Khan  <khan@xraylith.wisc.edu>
11774
11775         * include/windef.h: Make RECTL a distinct type from RECT.
11776         * include/windows.h: Define upto 8 DUMMYUNIONNAMEs for DirectX.
11777         * include/winuser.h (CDS_): Update (Franco Bez <franco.bez@gmx.de>).
11778         (COMPAREITEMSTRUCT): Fix fields.
11779         (SERIALKEYSA): Likewise.
11780         (SERIALKEYSW): Likewise..
11781         * include/winbase.h (CRITICAL_SECTION_DEBUG): Likewise.
11782         (WIN32_FIND_DATAA): Likewise.
11783         (WIN32_FIND_DATAW): Likewise.
11784         * include/commdlg.h (SNDMSG): Define.
11785         * include/winsock.h (SO_UPDATE_ACCEPT_CONTEXT): Define.
11786         (SO_CONNECT_TIME): Likewise.
11787         (AcceptEx): Declare.
11788         (GetAcceptExSockaddrs): Likewise.
11789         * include/winsock2.h: Fix typo in #ifdef __cplusplus.
11790         * include/winspool.h: Add RC_INVOKED guard.
11791         * lib/wsock32.def (AcceptEx@32): Export.
11792         (GetAcceptExSockaddrs@32): Likewise.
11793
11794 1999-11-18  Mumit Khan  <khan@xraylith.wisc.edu>
11795
11796         * Snapshot 1999-11-18.
11797
11798         * include/oaidl.h (tagVARIANT): Rename pbool to pboolVal needed by
11799         Octopod C++ IDE (and MSVC compatibility).
11800         * include/oleauto.h (V_BOOLREF(X)): Likewise.
11801         * include/shellapi.h (ShellAbout*): Fix typo.
11802         * wingdi.h (FW_ULTRABOLD): Likewise.
11803         * include/winnt.h (_TAPE_ERASE, _TAPE_PREPARE, _TAPE_SET_POSITION,
11804         _TAPE_WRITE_MARKS): Add missing fields and fix existing ones.
11805         Add packing directives for various structures. All structure
11806         sizes now conform to MSVC.
11807
11808 1999-11-07  Mumit Khan  <khan@xraylith.wisc.edu>
11809
11810         Released 1999-11-07.
11811
11812 1999-11-06  Mumit Khan  <khan@xraylith.wisc.edu>
11813
11814         * include/winsock2.h: New file. Mostly a stub for now.
11815         * include/winbase.h (DllMain): Delete prototype.
11816         * include/commctrl.h (Header_SetItem): Fix macro.
11817         * include/{isguids.h, lmerrlog.h, mcx.h, objfwd.h, olectl.h,
11818         regstr.h, richole.h, rpcdce.h, rpcdcep.h, rpcnsi.h, rpcproxy.h,
11819         shlguid.h, sqltypes.h, winperf.h}: Enclose in extern "C" if c++.
11820
11821         Merge in changes from wxWindows.
11822         * include/basetyps.h (GUID_DEFINED, UUID_DEFINED): Add guards.
11823         * include/oaidl.h (DISPID_*): Add macros.
11824         (IID_ITypeLib, IID_ICreateTypeInfo, IID_ICreateTypeInfo2,
11825         IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_ITypeInfo,
11826         IID_IErrorInfo, IID_IDispatch, IID_ICreateErrorInfo): Declare.
11827         * include/objidl.h (IDataObject): Fix EnumFormatEtc parameter.
11828
11829         Merge in changes from Octopod C++ IDE group.
11830         * include/commctrl.h (NMHEADERA, NMHEADERW): Define.
11831         (Header_InsertItem): Fix macro.
11832         * include/oaidl.h (IID_IDispatch): Declare.
11833         (IID_ISupportErrorInfo): Likewise.
11834         (IDispatch): Rename Invoked to Invoke.
11835         * include/objidl.h (IPersist): Fix GetClassID.
11836         * include/oleauto.h (VectorFromBstr): Declare.
11837         (BstrFromVector): Likewise.
11838         * include/olectl.h (OLEMISC_*): Update.
11839         * include/olectlid.h (IID_IDispatch): Declare.
11840         * include/oleidl.h (IOleObject): Fix GetExtent and SetExtent.
11841         (IOleInPlaceFrame): Fix.
11842         (ISupportErrorInfo): Define.
11843         (IErrorInfo): Define.
11844         * include/winuser.h (SIF_TRACKPOS): Define.
11845
11846 1999-11-03  Mumit Khan  <khan@xraylith.wisc.edu>
11847
11848         Fix Merge errors:
11849         * include/winnt.h (PSID): Uncomment definition.
11850         (PISID): Rename from PSID.
11851         (struct _TAPE_GET_MEDIA_PARAMETER): Remove reserved field.
11852         (struct _SECURITY_ATTRIBUTES): Remove multiple definition.
11853
11854         * include/lmalert.h, include/lmbrowsr.h, include/lmchdev.h,
11855         include/lmconfig.h, include/lmerrlog.h, include/lmmsg.h,
11856         include/lmremutl.h, include/lmrepl.h, include/lmserver.h,
11857         include/lmsvc.h, include/lmwksta.h, include/oaidl.h,
11858         include/shellapi.h, include/winbase.h, include/wingdi.h,
11859         include/winnt.h, include/winsock.h: Merged with winsup-19991026.
11860
11861 1999-10-31  Mumit Khan  <khan@xraylith.wisc.edu>
11862
11863         * include/wingdi.h (PHYSICAL*, SCALINGFACTOR*): New. From
11864         Marius Kjeldahl <kjeldahl@hotmail.com>.
11865
11866 1999-08-29  Mumit Khan  <khan@xraylith.wisc.edu>
11867
11868         * include/winnt.h (APPLICATION_ERROR_MASK): Add macros.
11869         (ERROR_SEVERITY_*): Likewise.
11870
11871 1999-08-17  Mumit Khan  <khan@xraylith.wisc.edu>
11872
11873         * include/winbase.h (TLS_OUT_OF_INDEXES): Add macro.
11874         (DllMain): Fix prototype.
11875
11876 1999-08-02  Mumit Khan  <khan@xraylith.wisc.edu>
11877
11878         * include/commdlg.h: Enclose within pack(push,1) and pack(pop).
11879         (cderr.h): Don't include.
11880         * include/winuser.h: Fix macro definitions.
11881
11882 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
11883
11884         Merge with winsup 1999-07-29:
11885         * include/wincon.h (MOUSE_WHEELED): Define.
11886         * include/winnt.h (PSECURITY_ATTRIBUTES): Add type.
11887         (SECURITY_DESCRIPTOR): Add struct type.
11888         (PSECURITY_DESCRIPTOR): Pointer to above type. BEWARE: this type
11889         is equal to PVOID in the Platform SDK! So don't depend on accessing
11890         members through ->.
11891
11892 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
11893
11894         * lib/Makefile.in (install-headers): Don't @ commands.
11895         (install-libraries): Ditto.
11896
11897 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
11898
11899         * include/sqlext.h: Use #include <sql.h> instead of "sql.h".
11900
11901 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
11902
11903         Patch from Mumit Khan:
11904         * include/windows.h: Fix typo in winsock.h include guard and add
11905         _UWIN to the list.
11906         * include/winnt.h (__int64): Undefine first.
11907         (struct _SID): Declare.
11908
11909 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
11910
11911         * include/winnt.h: Add some REG_* defines reported by Boris Lantrewitz.
11912
11913 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
11914
11915         Patch from Mumit Khan:
11916         * Makefile.in: Do the right thing when cross-compiling.
11917         * include/windef.h: Don't define _export and __export if already
11918         defined.
11919
11920 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
11921
11922         * include/basetyps.h (DECLARE_INTERFACE): Use com_interface attribute.
11923         (DECLARE_INTERFACE_): Ditto.
11924
11925 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
11926
11927         * include/mmsystem.h (HWAVEOUT): Fix missing ')'
11928
11929         Reported by Brad Porter
11930         * include/wingdi.h (FW_ULTRALIGHT): Add.
11931         (FW_DEMIBOLD): Add.
11932         (FW_ULTRABOLD): Add.
11933         (FW_BLACK): Add.
11934         (JOHAB_CHARSET): Add.
11935         (VIETNAMESE_CHARSET): Add.
11936
11937
11938 1999-05-15  Anders Norlander  <anorland@hem2.passagen.se>
11939
11940         * lib/scrnsave.c (WinMain): Remove dependencies on C library.
11941         * lib/Makefile.in (Makefile): Regenerate.
11942         * include/pshpack[1248].h: New files, if a program would use any of
11943         them.
11944         * include/poppack.h: Ditto.
11945         * include/windef.h (_WIN32_WINNT): Define
11946         * include/windows.h: Remove DUMMYUNIONNAME[45].
11947         * include/windows.h: Correctly define _M_IX86 to reflect the target
11948         processor.
11949         * include/windows.h: Add preliminary support for other architectures.
11950         * include/winnt.h: Add CONTEXT structure for PPC and ALPHA.
11951         * include/winnt.h: Remove PACKED from U/LARGE_INTEGER
11952         * include/winnt.h (LUID_AND_ATTRIBUTES): Use pack(4) to solve alignment
11953         issue with LARGE_INTEGER.
11954         (ANSI_NULL): Define.
11955         (PSZ): Define.
11956         (ACL_REVISION[1234]): Define.
11957         (MIN/MAX_ACL_REVISION): Define.
11958         (PTCHAR): Define.
11959         (LANG_USER_DEFAULT): Define.
11960         (LANG_SYSTEM_DEFAULT): Define.
11961         (LOCALE_NEUTRAL): Define.
11962         (SORTVERSIONFROMLCID): Define.
11963         * include/windef.h (UNREFERENCED_PARAMETER): Define.
11964         (UNREFERENCED_LOCAL_VARIABLE): Define.
11965         (DBG_UNREFERENCED_PARAMETER): Define.
11966         (DBG_UNREFERENCED_LOCAL_VARIABLE): Define.
11967         * lib/mswsock.def: New file. Imports for mswsock.dll.
11968         * include/custcntl.h: New file. Necessary to compile some SDK
11969         samples.
11970         * include/winuser.h (SM_MOUSEWHEELPRESENT): Define.
11971         (WM_MOUSEWHEEL): Define.
11972         (WHEEL_DELTA): Define.
11973         (WM_MOUSELAST): Redefine to reflect WM_MOUSEWHEEL.
11974         (WM_NEXTMENU): Define.
11975         (CharNextA): Fix prototype.
11976         (CharNextW): Ditto.
11977
11978 1999-05-14  Anders Norlander  <anorland@hem2.passagen.se>
11979
11980         * include/winsock.h: Enclose in extern "C" if C++, huh?
11981         * include/winuser.h(WM_SYNCPAINT): Define. From fltk.
11982
11983 1999-05-13  Anders Norlander  <anorland@hem2.passagen.se>
11984
11985         * include/windef.h (NULL): Define only ifndef
11986         (TRUE): Ditto, was previously only defined ifndef FALSE
11987         (PASCAL): Define as _pascal
11988         (__pascal): Define
11989         (WINAPIV): Define
11990         (min,max): Define only ifndef NOMINMAX
11991
11992 1999-05-10  Anders Norlander  <anorland@hem2.passagen.se>
11993
11994         * include/commctrl.h: Support for Date/Calendar controls + IE controls.
11995         You must define _WIN32_IE if you want support for it.
11996         Modified patch from Nirmal Prasad  <nprasad@truept.com>.
11997
11998 1999-05-10  Ron Aaron   <v-ronaar@Exchange.Microsoft.com>
11999
12000         * include/wincon.h: Add some ButtonState flags and EventFlags.
12001
12002 1999-05-10  Anders Norlander  <anorland@hem2.passagen.se>
12003
12004         * include/basetyps.h: Don't support COM when __OBJC__ defined because
12005         interface define causes mayhem.
12006         (DEFINE_INTERFACE): Use comobject attribute only if HAVE_COMOBJECT is
12007         defined.
12008         * include/windows.h: Undefine BOOL if __OBJC__ defined
12009
12010 1999-05-09  Chris Faylor  <cgf@cygnus.com>
12011
12012         * include/winnls.h: Define additional code pages.
12013
12014 1999-05-09  Anders Norlander  <anorland@hem2.passagen.se>
12015
12016         * include/winbase.h(RtlFillMemory): Parameters got passed in wrong
12017         order, corrected.
12018         (RtlZeroMemory): Use RtlFillMemory
12019
12020 1999-05-04  Anders Norlander  <anorland@hem2.passagen.se>
12021
12022         * include/winnt.h: Add PACKED to LARGE_INTEGER and ULARGE_INTEGER
12023         to get the correct size when used in some structs.
12024         (ULARGE_INTEGER): Ditto.
12025         * include/winnt.h (TAPE_CREATE_PARTITION): Add struct.
12026         * include/winnt.h: Add TAPE_* pointer types PTAPE_*
12027
12028 1999-05-02  Nirmal Prasad  <nprasad@truept.com>
12029
12030         * include/wininet.h: Enclose in extern "C" if c++
12031         (INTERNET_BUFFERSA/W): Define struct
12032         * include/wininet.h: Add some HSR_* defines
12033
12034 1999-05-02  Anders Norlander  <anorland@hem2.passagen.se>
12035
12036         * include/winnt.h (IMAGE_FIRST_SECTION): Prepend missing paren
12037         * include/winnt.h (UNALIGNED): Define
12038         * include/windef.h (DECLSPEC_NORETURN): Define
12039
12040         * include/wininet.h (INTERNET_MAX_NAME): Remove
12041         (INTERNET_MAX_SCHEME_LENGTH): Define
12042         (INTERNET_MAX_URL_LENGTH): Use INTERNET_MAX_SCHEME_LENGTH
12043         * include/wininet.def: Completely redone, it was losing badly.
12044
12045 1999-05-01  Anders Norlander  <anorland@hem2.passagen.se>
12046
12047         * lib/dplayx.def: Remove '_' prefixes
12048         * lib/shell32.def: Remove imports for IID_ContextMenu
12049
12050 1999-04-29  Anders Norlander  <anorland@hem2.passagen.se>
12051
12052         * Makefile.in (dist): Support dist target
12053         * lib/Makefile.in (dist): Likewise
12054         * lib/Makefile.in (uninstall-headers): Fix command
12055         * Makefile.in (bindist): Target to build a prebuilt dist
12056
12057         * lib/ws2_32.def: Winsock2 implib
12058
12059         * include/largeint.h: New header
12060         * include/largeint.c: Large integer support library
12061         * lib/Makefile.in(EXTRA_LIBS): Add liblargeint.a
12062         (EXTRA_OBJS): Add largeint.o
12063
12064         * include/Makefile: Remove
12065         * lib/Makefile: Remove
12066         * Makefile: Remove
12067         * configure.in: New autoconf script
12068         * configure: generated configure script
12069         * Makefile.in: autoconf makefile template
12070         * lib/Makefile.in: Ditto
12071         * include/test.c: mv to lib/test.c
12072         * include/res.rc: mv to lib/res.rc
12073         * include/TODO: mv to .
12074         * include/Notes: mv to ./NOTES
12075
12076 1999-04-28  Anders Norlander  <anorland@hem2.passagen.se>
12077
12078         * include/zmouse.h (WHEEL_DELTA): Define
12079
12080 1999-04-26  Mumit Khan  <khan@xraylith.wisc.edu>
12081
12082         * include/ddeml.h (HSZPAIR): Declare.
12083         * include/zmouse.h: New file.
12084
12085 1999-04-27  Daniel Guerrero Miralles  <daniel.guerrero@upcnet.upc.es>
12086
12087         * lib/d3dim.def: New implib
12088         * lib/d3drm.def: Ditto
12089         * lib/d3dxof.def: Ditto
12090         * lib/ddraw.def: Ditto
12091         * lib/dinput.def: Ditto
12092         * lib/dplayx.def: Ditto
12093         * lib/dsetup.def: Ditto
12094         * lib/dsound.def: Ditto
12095         * lib/dinput.c: Guid library for DirectInput
12096         * lib/dxguid.c: Guid library for DirectX
12097
12098 1999-04-21  Anders Norlander  <anorland@hem2.passagen.se>
12099
12100         * include/windowsx.h (GET_X_LPARAM): Missing macro added (reported
12101         by Ron Aaron).
12102         * include/windowsx.h (GET_Y_LPARAM): Also missing
12103         * include/winnls.h (IsValidCodePage): Missing prototype added (reported
12104         by Mumit Khan).
12105
12106 1999-04-18  Anders Norlander  <anorland@hem2.passagen.se>
12107
12108         * include/scrnsave.h: New header file for screen saver library
12109         * lib/scrnsave.c: New file: screen saver library
12110
12111 1999-04-17  Anders Norlander  <anorland@hem2.passagen.se>
12112
12113         * include/regstr.h: Enclosed all strings in TEXT() macros so it
12114         works well in when UNICODE is defined
12115
12116 1999-04-17  Nirmal Prasad  <nprasad@truept.com>
12117
12118         * include/winuser.h(STYLESTRUCT): New struct
12119         * include/wingdi.h:(GOBJENUMPROC): This function type should
12120         return void.
12121
12122 1999-04-17  Anders Norlander  <anorland@hem2.passagen.se>
12123
12124         * include/basetyps.h (LPGUID): New typedef
12125         * lib/glut.def: Import library defintions for glut.dll
12126         * lib/glu32.def: Ditto for glut32.dll
12127         * include/winnt.h: Fixed handling of wchar_t typedef
12128         * include/sql.h(SQL_NO_DATA_FOUND): Replace with SQL_NO_DATA
12129         * include/sqlext.h(SQL_NO_DATA_FOUND): Define as SQL_NO_DATA
12130
12131 1999-03-20  Anders Norlander  <anorland@hem2.passagen.se>
12132
12133         * include/winbase.h(AbnormalTermination): Define as FALSE
12134         * include/commctrl.h: Support for new progress bar messages/styles
12135
12136 1999-03-20  Geoffrey Noer  <noer@cygnus.com>
12137
12138         * include/commdlg.h(PageSetupDlg): New define
12139         * include/richedit.h: Missing SCF_* defines
12140         * include/winnt.h: Lots o' defines
12141         * include/winbase.h(AllocateAndInitializeSid): Corrected prototype
12142
12143 1999-03-09  Anders Norlander  <anorland@hem2.passagen.se>
12144
12145         * include/commdlg.h: Removed pack pragma
12146         * lib/comctl32.def(InitCommonControlsEx@4): Added import
12147
12148 1999-03-08  Anders Norlander  <anorland@hem2.passagen.se>
12149
12150         * Makefile: Set version to 0.1.5
12151         * lib/Makefile (clean): Fix typo
12152
12153         * include/commctrl.h: Removed pack pragma
12154         * include/cpl.h: Likewise
12155         * include/dbt.h: Likewise
12156         * include/dde.h: Likewise
12157         * include/nddeapi.h: Likewise
12158         * include/shellapi.h: Likewise
12159         * include/wincrypt.h: Likewise
12160         * include/lmaccess.h: Fixed USER_PRIV_ADMIN typo
12161
12162         * include/winsock.h (netent): Define only ifndef __INSIDE_CYGWIN__
12163         (servent): Likewise
12164         (protoent): Likewise
12165
12166         * include/windows.h: Prevent inclusion of winsock.h if we are
12167         using or compiling cygwin. Define Win32_Winsock to force inclusion.
12168
12169 1999-01-08  Anders Norlander  <anorland@hem2.passagen.se>
12170
12171         * include/winbase.h (CREATE_FORCEDOS): New define
12172
12173 1999-01-07  Anders Norlander  <anorland@hem2.passagen.se>
12174
12175         * include/wincon.h(KEY_EVENT_RECORD): Fixed packing problem on
12176         (COORD): Likewise
12177         * include/wingdi.h (BITMAPFILEHEADER): Fixed packing
12178         * include/windows.h: Added DUMMYUNIONNAME4 and 5
12179         * include/winnt.h (LUID_AND_ATTRIBUTES_ARRAY): New type
12180         (PLUID_AND_ATTRIBUTES_ARRAY): New type
12181
12182         * include/ddeml.h: Removed unnecessary `#pragma pack'
12183         * include/imm.h: Likewise
12184         * include/nddeapi.h: Likewise
12185         * include/nspapi.h: Likewise
12186         * include/regstr.h: Likewise
12187         * include/wincon.h: Likewise
12188         * include/windef.h: Likewise
12189         * include/winioctl.h: Likewise
12190         * include/winnls.h: Likewise
12191         * include/winsvc.h: Likewise
12192         * include/winuser.h: Likewise
12193         * include/winver.h: Likewise
12194         * include/wtypes.h: Likewise
12195
12196 1999-01-05  Anders Norlander  <anorland@hem2.passagen.se>
12197
12198         * Makefile (VERSION): Set to 0.1.4
12199         * include/basetyps.h: Check for NOCOMOBJECT
12200         * include/Makefile: Pass -DNOCOMOBJECT to g++ to avoid warnings
12201         on comobject attribute.
12202         * lib/kernel32.def: Added a few functions
12203         * include/windef.h (DWORD): Changed back to unsigned long
12204
12205         * include/windows.h: Include only winresrc.h if RC_INVOKED is defined,
12206         winresrc.h in turn includes the necessary headers. This makes things
12207         much simpler, no need to protect blocks of code in headers that
12208         should not be seen by the resource compiler.
12209
12210 1999-01-05  Geoffrey Noer  <noer@cygnus.com>
12211
12212         * include/winbase.h (STATUS_INVALID_HANDLE): Added define
12213         * include/wincon.h: Added console event type flags
12214         * include/winnt.h (FILE_SHARE_DELETE): Added
12215           (SECURITY_DESCRIPTOR): typedef as DWORD
12216
12217         * include/winuser.h (WM_PENWINFIRST): Fixed typo
12218         * include/winsock.h: Protect some blocks with __INSIDE_CYGWIN_ and
12219         define u_* types only if _SYS_TYPES_H is not defined.
12220
12221 1999-01-02  Anders Norlander  <anorland@hem2.passagen.se>
12222
12223         * COPYING.LIB: Deleted
12224         * README: Updated to reflect license changes
12225         * include/shlobj.h: Remove extra comma on some enums
12226         * include/windef.h: Changed DWORD typedef from unsigned long to
12227         unsigned int in order to avoid warnings on bit fields that
12228         use DWORD.
12229         * include/Makefile (test): Compile with all warnings
12230         * include/unknwn.h: Include objfwd.h
12231         * include/winsock.h: Added missing copyright notices.
12232
12233 1999-01-01  Anders Norlander  <anorland@hem2.passagen.se>
12234
12235         * lib/winmm.def: Corrected LIBRARY statement
12236         * include/mmsystem.h: Define mmioSeek codes if not already defined
12237         * include/commctrl.h (CreateStatusWindowA): Corrected prototype
12238         (CreateStatusWindowW): Likewise
12239
12240         * include/winresrc.h: Include only files necessary instead of windows.h
12241         * include/dde.h: Allow inclusion in resource scripts.
12242         * include/winnt.h: Likewise
12243         * include/commctrl.h: Likewise
12244         * include/prsht.h: Likewise
12245         * README: Updated
12246
12247 1998-12-10  Anders Norlander  <anorland@hem2.passagen.se>
12248
12249         * include/sqltypes.h (SQLHANDLE): Added this type
12250         (SQLHDESC): Likewise
12251         * include/sql.h (SQLFreeHandle): Added this prototype
12252         (SQLAllocHandle): Likewise
12253
12254 1998-12-08  Anders Norlander  <anorland@hem2.passagen.se>
12255
12256         * include/winsock.h: Define _GNU_H_WINDOWS32_SOCKETS to avoid
12257         conflicts with cygwin headers.
12258
12259 1998-12-06  Anders Norlander  <anorland@hem2.passagen.se>
12260
12261         * Makefile: Changed VERSION to 0.1.3
12262         * Makefile (dist-lib): New target to make import library only
12263         distribution
12264         * Makefile (dist-hdr): New target to make headers only distribution
12265         * Makefile (dist): Now depends on dist-lib and dist-hdr instead of
12266         building one single distribution file.
12267         * dist.mak: Deleted
12268
12269         * include/lm.h: New file
12270         * include/lmcons.h: New file
12271         * include/lmalert.h: New file
12272         * include/lmaudit.h: New file
12273         * include/lmconfig.h: New file
12274         * include/lmapibuf.h: New file
12275         * include/lmaccess.h: New file
12276         * include/lmchdev.h: New file
12277         * include/lmremutl.h: New file
12278         * include/lmrepl.h: New file
12279         * include/lmerrlog.h: New file
12280         * include/lmat.h: New file
12281         * include/lmuse.h: New file
12282         * include/lmuseflg.h: New file
12283         * include/lmserver.h: New file
12284         * include/lmerr.h: New file
12285         * include/lmsname.h: New file
12286         * include/lmstats.h: New file
12287         * include/lmsvc.h: New file
12288         * include/lmwksta.h: New file
12289         * include/lmbrowsr.h: New file
12290
12291 1998-12-05  Anders Norlander  <anorland@hem2.passagen.se>
12292
12293         * include/unknwn.h: Fixed IClassFactory declaration; INTERFACE was missing
12294         * include/unknwn.h: Added extern declaration for IID_IClassFactory
12295
12296         * include/initguid.h: New file
12297
12298         * include/rpcndr.h: Defined hyper and MIDL_hyper as double if 64 bit
12299         int not supported
12300
12301         * include/winnt.h: Added USN
12302         * include/winnt.h: Changed handling of 64 bit int support
12303
12304         * include/windows.h: Added support for BC,LCC and MSVC
12305
12306         * include/windows.h: Changed handling machine architecture defines
12307
12308         * include/olectl.h: New file
12309
12310 1998-12-04  Anders Norlander  <anorland@hem2.passagen.se>
12311
12312         * include/oleidl.h: Added IViewObject and IViewObject2
12313
12314         * include/objidl: Corrected prototype for IStorage::DestroyElement and
12315         IStorage::MoveElement
12316
12317         * include/oledlg.h: New file
12318
12319         * include/winresrc.h: New file
12320
12321         * include/wingdi.h: Added LPDOCINFO
12322
12323         * include/commctrl.h: Added SBARS_SIZEGRIP and TVM_SETINDENT
12324         * include/commctrl.h: Added TCM_SETITEM to UNICODE/ANSI block
12325         * include/commctrl.h: Added ListView_GetSelectedCount, ListView_GetItemSpacing,
12326         TabCtrl_SetImageList and TabCtrl_GetItemCount
12327         * include/commctrl.h: Added TVM_FIRST, HDM_FIRST and TV_FIRST
12328
12329         * include/windowsx.h: Added missing ListBox_xx ComboBox_xx etc. macros
12330
12331         * include/wingdi.h: Added (L)PBITMAP,(L)PBITMAPCOREHEADER,
12332         PBITMAPINFOHEADER, (L)PBITMAPCOREINFO and (L)PBITMAPFILEHEADER.
12333
12334         * include/commdlg.h: Added LPDEVNAMES
12335
12336         * include/windows.h: Include excpt.h
12337
12338         * include/excpt.h: New file. This file just contains some
12339         stubs for SEH that do nothing.
12340
12341         * include/commctrl.h: Added general WM_NOTIFY codes
12342
12343         * include/winuser.h: Added ICON_SMALL and ICON_BIG
12344         * include/winuser.h: Removed VK_0-VK_9 VK_A-VK_Z; they should obviously
12345         not be in the headers.
12346         * include/winuser.h: Added LPCBTACTIVATESTRUCT and LPCLIENTCREATESTRUCT
12347         * include/winuser.h: Added old WM_SIZE parameter names so
12348         wxWindows compiles.
12349         * include/winuser.h: Added IDC_SIZE and IDC_ICON
12350         * include/winuser.h: Added LPDLGITEMTEMPLATE
12351         * include/winuser.h: HTCAPTION was missing value
12352         * include/winuser.h: Added WM_ACTIVE flags
12353
12354         * include/windowsx.h: Added _fmemcpy so V compiles; also added
12355         _fxx defines for memmove, memset and memcmp
12356
12357         * include/windef.h: Changed _export and __export to empty defines
12358
12359         * include/shellapi.h: Corrected prototypes for ExtractIcon functions.
12360         String parameters were not const and ExtractAssociatedIcon takes
12361         a WORD pointer not DWORD pointer as last parameter.
12362
12363         * Makefile: Changed VERSION to 0.1.2
12364
12365         * include/ole2ver.h: New file
12366
12367         * Makefile: Removed all dependencies on GLUT
12368
12369         * include/GL/glut.h: Removed file because of decision to remove
12370         files that are not part of the library.
12371         * lib/glut.def: Likewise
12372         * lib/glut32.def: Likewise
12373
12374         * include/windows.h: Include winperf.h
12375
12376         * include/winperf.h: New file
12377
12378         * lib/gdi32.def: Added GetEnhMetaFilePixelFormat
12379
12380         * include/winnls.h: Added calendar types
12381         * include/winnls.h: Added country codes
12382
12383 1998-12-03  Anders Norlander  <anorland@hem2.passagen.se>
12384
12385         * include/windef.h: Added PROC and NEARPROC
12386
12387         * include/wingdi.h: Added ChoosePixelFormat, DescribePixelFormat
12388         * include/wingdi.h: Added OpenGL types and prototypes
12389         * include/wingdi.h: Added ENHMETA_STOCK_OBJECT
12390         * include/wingdi.h: Added DCTT_DOWNLOAD_OUTLINE
12391         * include/wingdi.h: Added POINTFX, TTPOLYCURVE and TTPOLYGONHEADER
12392         * include/wingdi.h: Added truetype character outline types
12393         * include/wingdi.h: Added DEVMODE initialization flags
12394         * include/wingdi.h: Added panose codes
12395         * include/wingdi.h: Added missing character sets
12396         * include/wingdi.h: Added ANTIALIASED_QUALITY and
12397         NONANTIALIASED_QUALITY
12398         * include/wingdi.h: Added ENUMLOGFONTA/W and ENUMLOGFONTEXA/W
12399         * include/wingdi.h: Added pointer types for EXTLOGPEN
12400         * include/wingdi.h: Added PATTERN type
12401         * include/wingdi.h: Added NEWTEXTMETRICA/W and NEWTEXTMETRICEXA/W
12402         * include/wingdi.h: Added new text metric flags
12403         * include/wingdi.h: Added pitch and family flags
12404         * include/wingdi.h: Moved BCHAR defintion from winnt.h here
12405         * include/wingdi.h: Added METAHEADER
12406         * include/wingdi.h: Fixed packing of RGBTRIPLE and BITMAPFILEHEADER
12407         * include/wingdi.h: Added TA_MASK
12408         * include/wingdi.h: Added MAXSTRETCHBLTMODE
12409         * include/wingdi.h: Added error codes
12410
12411         * include/winuser.h: Added missing winhelp structures
12412         * include/winuser.h: Added dialog flags/styles/messages
12413         * include/winuser.h: Added EM_SETMARGIN codes
12414         * include/winuser.h: Made it possiblie to use IDI_XX values
12415         in resource files.
12416         * include/winuser.h: Added missing LoadImage load flags
12417         * include/winuser.h: Added missing message box flags
12418         * include/winuser.h: Added ScrollWindow codes
12419         * include/winuser.h: Added DT_WORD_ELLIPSIS
12420         * include/winuser.h: Added drag and drop support
12421         * include/winuser.h: Added WM_MENUCHAR return codes
12422         * include/winuser.h: Added DLGWINDOWEXTRA
12423         * include/winuser.h: Added missing SetWindowPos flags.
12424         * include/winuser.h: Added BSF_NOTIMEOUTIFNOTHUNG
12425         * include/winuser.h: Added IDHOT_xx defines
12426         * include/winuser.h: Added MOD_WIN
12427         * include/winuser.h: Added missing defines and structs for owner draw
12428         controls.
12429         * include/winuser.h: Added WPF_RESTORETOMAXIMIZED and
12430         WPF_SETMINPOSITION
12431         * include/winuser.h: Added DrawAnimatedRects flags
12432         * include/winuser.h: Added WM_PRINT codes
12433         * include/winuser.h: Added CS_IME class style
12434         * include/winuser.h: Added WM_SIZE codes
12435         * include/winuser.h: Added WM_MOUSEACTIVATE return codes
12436         * include/winuser.h: Added WM_NCHITTEST return codes
12437         * include/winuser.h: Added WM_SIZING parameters
12438         * include/winuser.h: Added WM_NEXTMENU and MDINEXTMENU
12439         * include/winuser.h: Added menu loop codes.
12440         * include/winuser.h: Added NFR_ANSI, NFR_UNICODE, NF_QUERY and
12441         NF_REQUERY
12442         * include/winuser.h: Added WM_POWER flags
12443         * include/winuser.h: Added KL_NAMELENGTH, WSF_VISIBLE
12444         * include/winuser.h: Added missing message filter codes
12445         * include/winuser.h: Added WM_KEYXX message flags
12446         * include/winuser.h: Added WM_SHOWMESSAGE flags
12447         * include/winuser.h: Added old ShowWindow commands
12448         * include/winuser.h: Fixed packing of DLGITEMTEMPLATE and DLGTEMPLATE
12449         structures.
12450
12451         * include/mciavi.h: New file for the MCI AVI driver that for some
12452         reason is not in mmsystem.h.
12453
12454         * include/winbase.h: Added PIPE_UNLIMITED_INSTANCES and INVALID_FILE_SIZE
12455         * include/winbase.h: Added SECURITY_xx for CreateFile
12456         * include/winbase.h: Added RTS and DTS control values
12457         * include/winbase.h: Fixed SYSTEM_INFO structure
12458         * include/winbase.h: Added CREATE_NO_WINDOW, CREATE_SHARED_WOW_VDM
12459         * include/winbase.h: Added FILE_TYPE_REMOTE
12460         * include/winbase.h: Added modem status flags
12461         * include/winbase.h: Added HINSTANCE_ERROR
12462         * include/winbase.h: Added DefineDosDevice defines
12463         * include/winbase.h: Added power management flags AC_xx BATTERY_xx
12464         * include/winbase.h: Added STARTF_XX flags
12465         * include/winbase.h: Fixed typo on _lcreat prototype.
12466         * include/winbase.h: Moved DBG_XX to winnt.h
12467         * include/winbase.h: Moved TOKEN_XX, DLL_PROCESS_XX and DLL_THREAD_XX to
12468         winnt.h
12469
12470         * include/unknwn.h: Added extern declaration of IID_IUnknown
12471
12472         * include/windowsx.h: Added hmemcpy.
12473
12474         * include/winnt.h: Added dummy member to DECLARE_HANDLE struct
12475         * include/winnt.h: Added PACCESS_TOKEN
12476         * include/winnt.h: Added TAPE_XX defines and moved some from winbase.h
12477         * include/winnt.h: Added SE_IMPERSONATION_STATE and TOKEN_SOURCE_LENGTH
12478         * include/winnt.h: Added SE_PRIVILEGE_ENABLED_BY_DEFAULT, SE_PRIVILEGE_ENABLED,
12479         SE_PRIVILEGE_USED_FOR_ACCESS, PRIVILEGE_SET_ALL_NECESSARY,
12480         SECURITY_MAX_IMPERSONATION_LEVEL, DEFAULT_IMPERSONATION_LEVEL,
12481         SECURITY_DYNAMIC_TRACKING and SECURITY_STATIC_TRACKING.
12482
12483         * include/winnt.h: Added SE_OWNER_DEFAULTED, SE_GROUP_DEFAULTED, SE_DACL_XX,
12484         SE_SACL_XX, SE_SELF_RELATIVE, SECURITY_DESCRIPTOR_MIN_LENGTH,
12485         SECURITY_DESCRIPTOR_REVISION and SECURITY_DESCRIPTOR_REVISION1.
12486
12487         * include/winsvc.h: Removed conflicting defines which were supposed
12488         to be in winnt.h
12489
12490         * include/winnt.h: Added SERVICE_NODE_TYPE, SERVICE_LOAD_TYPE
12491         and SERVICE_ERROR_TYPE.
12492
12493         * include/winnt.h: Added SERVICE_XX defines.
12494         * include/winsvc.h: Added SERVICES_ACTIVE_DATABASEA/W,
12495         SERVICES_FAILED_DATABASEA/W and SC_GROUP_IDENTIFIERA/W.
12496
12497         * include/winsvc.h: Added SERVICE_STATE_ALL, SERVICE_QUERY_CONFIG,
12498         SERVICE_CHANGE_CONFIG, SERVICE_QUERY_STATUS, SERVICE_ENUMERATE_DEPENDENTS,
12499         SERVICE_START, SERVICE_STOP, SERVICE_PAUSE_CONTINUE,
12500         SERVICE_USER_DEFINED_CONTROL and SERVICE_ALL_ACCESS
12501
12502 1998-12-02  Anders Norlander  <anorland@hem2.passagen.se>
12503
12504         * include/winbase.h: Corrected prototype for CreateProcessA
12505
12506         * include/mmsystem.h: Added CAPS1 and C1_TRANSPARENT for display
12507         driver extensions.
12508
12509         * include/shlobj.h: Corrected prototype for SHGetDesktopFolder, should
12510         be LPSHELLFOLDER* not LPSHELLFOLDER.
12511
12512         * include/windows.h: Include commdlg.h
12513
12514         * include/winuser.h: Added MDICREATESTRUCT
12515
12516         * include/winuser.h: Added LB_ERR, LB_ERRSPACE, LB_OKAY, CB_ERR,
12517         CB_ERRSPACE, and CB_OKAY
12518
12519         * include/wingdi.h: Added LPBITMAPINFOHEADER
12520
12521         * include/rpcproxy.h: Removed IN, OUT and OPTIONAL since they
12522         are meaningless.
12523         * include/rpcdce2.h: Likewise.
12524
12525         * lib/shell32.c: Moved GUID defintions from shlguid.h to this file.
12526
12527         * include/richole.h: Replaced DEFINE_GUID with extern const GUID
12528         * include/olectlid.h: Likewise
12529         * include/shlguid.h: Likewise
12530
12531         * include/coguid.h: Delete file since it was for 16 bit windows only.
12532
12533         * lib/*.def: Appended .dll to library name where needed.
12534
12535         * include/windef.h: Define _stdcall and __stdcall only if not
12536         previously defined instead of undefining first.
12537
12538         * include/dlgs.h: Put RC_INVOKED around structure defs
12539
12540         * include/intshcut.h: New file
12541         * include/isguids.h: New file
12542
12543         * lib/uuid.c: Added all COM/OLE GUIDS I know and do not know about.
12544
12545 1998-12-01  Anders Norlander  <anorland@hem2.passagen.se>
12546
12547         * include/winnt.h: Added check if _T is defined before defining it
12548
12549         * include/windows.h: Include dlgs.h if WIN32_LEAN_AND_MEAN not defined
12550
12551         * include/dlgs.h: New file
12552
12553         * include/winbase.h: Removed DllEntryPoint define
12554
12555         * include/winbase.h: Added SetupComm prototype
12556
12557         * include/rpc.h: SEH RPC functions no longer defined since they weren't
12558         supported anyway.
12559
12560         * include/basetyps.h: Removed use of COMOBJECT define, instead
12561         DECLARE_INTERFACE directly uses comobject attribute when GCC
12562         is used.
12563
12564         * include/wtypes.h: STGC enum was missing typedef
12565
12566         * include/objidl.h: ADVC enum was missing typedef
12567
12568         * include/winnt.h: Moved CHAR, SHORT and LONG definitions so
12569         they are nested within the VOID definition.
12570
12571         * include/winbase.h: Added stream ids and attributes
12572
12573         * include/winbase.h: Changed WIN32_STREAM_ID member cStreamName
12574         to an ANYSIZE_ARRAY array.
12575
12576 1998-11-26  Anders Norlander  <anorland@hem2.passagen.se>
12577
12578         * include/windef.h: defined _declspec as __declspec since
12579         some programs (like VWCL) use _declspec instead of __declspec
12580
12581         * include/winnt.h: added COMPRESS_FORMAT defines
12582
12583         * include/winbase.h: moved IS_TEXT_XXX defines to winnt.h
12584
12585         * include/winnt.h: added HEAP_XXXX defines
12586
12587         * include/winbase.h: moved HEAP_XXXX defines to winnt.h
12588
12589         * include/winnt.h: added defintions for PE/COFF from the PE and COFF
12590         specification.
12591
12592         * include/winnt.h: added NTAPI define
12593
12594 1998-11-25  Anders Norlander  <anorland@hem2.passagen.se>
12595
12596         * include/winnt.h: defined TBYTE,LPTSTR etc in terms of TCHAR
12597         instead of CHAR or WCHAR.
12598
12599         * include/winnt.h: added _T define
12600
12601         * include/winnt.h: added test for _TCHAR_DEFINED
12602
12603         * include/winnt.h: included string.h for memory macros
12604
12605         * include/prsht.h: added PSM_SETFINISHTEXT to UNICODE/ANSI test
12606
12607         * include/prsht.h: moved PSM_SETTITLEA/W to UNICODE test at end of file
12608
12609         * include/prsht.h: added PropSheet_XXX macros
12610
12611
12612 1998-11-24  Anders Norlander  <anorland@hem2.passagen.se>
12613
12614         * include/winspool.h: Changed DeletePrinterProcessor and
12615         DeletePrinterProvidor to DeletePrintXX.
12616
12617         * include/wingdi.h: Changed EMRCREATECOLORSPACE lcs member type to
12618         LOGCOLORSPACEW.
12619
12620         * include/wingdi.h: Changed prototype for CreateColorSpace to A and W
12621         variants
12622
12623         * include/wingdi.h: Likewise for GetLogColorSpace
12624
12625         * include/wingdi.h: Changed LOGCOLORSPACE to LOGCOLORSPACEA/W.
12626
12627         * include/richedit.h: Added missing defines and structures
12628
12629         * include/winuser.h: Moved EDITWORDBREAKPROCEX to include/richedit.h
12630
12631         * include/winuser.h: Added HWND_DESKTOP
12632
12633 1998-11-23  Anders Norlander  <anorland@hem2.passagen.se>
12634
12635         * Makefile: Include ChangeLog when building source
12636         distribution (srcdist)
12637
12638         * include/oleauto.h: Changed WINOLEAUTAPI and WINOLEAUTAPI_ so they
12639         are always defined as STDAPI and STDAPI_
12640
12641         * include/objbase.h: Changed WINOLEAPI and WINOLEAPI_ so they
12642         are always defined as STDAPI and STDAPI_
12643
12644         * include/objidl.h: Removed extra ';' on IStorage SetClass method
12645
12646         * include/rpcndr.h: Removed all IN and OUT from function prototypes
12647
12648         * ChangeLog started