OSDN Git Service

86cb672bd727d7d0b57012722a3b617f4661a6f1
[mingw/mingw-org-wsl.git] / w32api / ChangeLog
1 2018-02-24  Keith Marshall  <keith@users.osdn.me>
2
3         Make <iptypes.h> header effectively self-contained.
4
5         * include/iptypes.h: Assert copyright; tidy layout.
6         Include <windef.h>; it is required for self-containment.
7         (__need_time_t): Define for selective inclusion of <sys/types.h>
8         (_BEGIN_C_DECLS, _END_C_DECLS): Use them as appropriate.
9         (_WIN32_WINNT): Always compare it symbolically.
10         (__dhcp_time_t): New temporary data type macro; define it...
11         [_WIN64]: ...as equivalent to __time64_t, otherwise...
12         [!_WIN64]: ...equivalent to __time32_t, and then...
13         (struct _IP_ADAPTER_INFO): ...use it as the data type for...
14         (LeaseObtained, LeaseExpires): ...these fields.
15
16 2017-12-20  Keith Marshall  <keith@users.osdn.me>
17
18         Make <winreg.h> header effectively self-contained.
19
20         * include/winreg.h: Include <winbase.h>, thus achieving effective
21         self-containment; since this also indirectly includes <_mingw.h>,
22         there is no longer any need to include it directly.
23
24 2017-12-20  Keith Marshall  <keith@users.osdn.me>
25
26         Clean up, following issue [#2262] patch application.
27
28         * include/winreg.h: Tidy layout; correct copyright assertion.
29         (_BEGIN_C_DECLS, _END_C_DECLS): Use them, as appropriate.
30         [UNICODE] (__AW): Do not use deleted macro; replace it with...
31         [UNICODE] (__AW_ALIAS__): ...this, for conditional typedef mapping...
32         [UNICODE] (VALENT, PVALENT): ...of these; similarly replace with...
33         [UNICODE] (__AW_SUFFIXED__): ...this, to define function mappings...
34         [UNICODE] (AbortSystemShutdown, InitiateSystemShutdown)
35         (RegConnectRegistry, RegCreateKey, RegCreateKeyEx, RegDeleteKey)
36         (RegDeleteValue, RegEnumKey, RegEnumKeyEx, RegEnumValue, RegLoadKey)
37         (RegOpenKey, RegOpenKeyEx, RegQueryInfoKey, RegQueryMultipleValues)
38         (RegQueryValue, RegQueryValueEx, RegReplaceKey, RegRestoreKey)
39         (RegSaveKey, RegSetValue, RegSetValueEx, RegUnLoadKey, RegSaveKeyEx)
40         (RegDeleteKeyTransacted, RegDeleteKeyValue, RegDeleteTree, RegGetValue)
41         (RegLoadMUIString, RegOpenKeyTransacted, RegSetKeyValue)
42         (RegDeleteKeyEx, RegCopyTree, RegCreateKeyTransacted): ...for these.
43         (RegDeleteKeyEx, RegDeleteKeyExA, RegDeleteKeyExW): Fix regression;
44         all "4.x" branches specified these incorrectly, dependent on...
45         [_WIN32_WINNT >= _WIN32_WINNT_WIN2K]: ...this condition, whereas the
46         "legacy" branch, whence the "5.x" branches are propagated, correctly
47         required an alternative condition which is the equivalent of...
48         [_WIN32_WINNT >= _WIN32_WINNT_WS03]: ...this; revert it.
49
50 2017-12-20  Sebastián Puebla  <spuebla@users.sourceforge.net>
51
52         Update registry management API, per issue [#2262].
53
54         * include/winreg.h: Merge changes from 4.1-dev branch.
55         (REG_LATEST_FORMAT, REG_NO_COMPRESSION, REG_OPTION_BACKUP_RESTORE)
56         (REG_STANDARD_FORMAT, RRF_RT_ANY, RRF_RT_DWORD, RRF_RT_QWORD)
57         (RRF_RT_REG_BINARY, RRF_RT_REG_DWORD, RRF_RT_REG_EXPAND_SZ)
58         (RRF_RT_REG_MULTI_SZ, RRF_RT_REG_NONE, RRF_RT_REG_QWORD, RRF_RT_REG_SZ)
59         (RRF_NOEXPAND, RRF_SUBKEY_WOW6464KEY, RRF_SUBKEY_WOW6432KEY)
60         (RRF_ZEROONFAILURE): New manifest constants; define them.
61         (RegDisablePredefinedCache, RegOpenCurrentUser, RegOpenUserClassesRoot)
62         (RegOverridePredefKey): Add previously omitted function prototypes.
63         [_WIN32_WINNT >= _WIN32_WINNT_WINXP] (RegSaveKeyEx): Define...
64         [!defined UNICODE] (__AW): ...mapping it for SBCS/MBCS case, or...
65         [defined UNICODE] (__AW): ...for UTF-16LE case to either one of...
66         (RegSaveKeyExA, RegSaveKeyExW): ...these, respectively, and...
67         [_WIN32_WINNT >= _WIN32_WINNT_WINXP]: ...declare function prototypes.
68         [_WIN32_WINNT >= _WIN32_WINNT_WS03] (RegDisableReflectionKey)
69         (RegEnableReflectionKey, RegQueryReflectionKey): Declare prototypes.
70         [_WIN32_WINNT >= _WIN32_WINNT_VISTA] (RegCopyTreeA, RegCopyTreeW)
71         (RegCreateKeyTransactedA, RegCreateKeyTransactedW)
72         (RegDeleteKeyTransactedA, RegDeleteKeyTransactedW)
73         (RegDeleteKeyValueA, RegDeleteKeyValueW)
74         (RegDeleteTreeA, RegDeleteTreeW, RegDisablePredefinedCacheEx)
75         (RegGetValueA, RegGetValueW, RegLoadMUIStringA, RegLoadMUIStringW)
76         (RegOpenKeyTransactedA, RegOpenKeyTransactedW)
77         (RegSetKeyValueA, RegSetKeyValueW): Declare prototypes.
78         [_WIN32_WINNT >= _WIN32_WINNT_VISTA] (RegCopyTree)
79         (RegCreateKeyTransacted, RegDeleteKeyTransacted, RegDeleteKeyValue)
80         (RegDeleteTree, RegGetValue, RegLoadMUIString, RegOpenKeyTransacted)
81         (RegSetKeyValue): Define, mapping each to its respective function...
82         [!defined UNICODE] (__AW): ...for the SBCS/MBCS case, or...
83         [defined UNICODE] (__AW): ...for the UTF-16LE case.
84
85         * lib/kernel32.def (RegDeleteTreeA@8, RegDeleteTreeW@8)
86         (RegDisablePredefinedCacheEx@0, RegGetValueA@28, RegGetValueW@28)
87         (RegLoadMUIStringA@28, RegLoadMUIStringW@28, RegSaveKeyExA@16)
88         (RegSaveKeyExW@16): Remove them; relocate them to...
89         * lib/advapi32.def (RegDeleteTreeA@8, RegDeleteTreeW@8)
90         (RegDisablePredefinedCacheEx@0, RegGetValueA@28, RegGetValueW@28)
91         (RegLoadMUIStringA@28, RegLoadMUIStringW@28, RegSaveKeyExA@16)
92         (RegSaveKeyExW@16): ...their correct location, here.
93         (RegCopyTreeA@12, RegCopyTreeW@12, RegQueryReflectionKey@8)
94         (RegCreateKeyTransactedA@44, RegCreateKeyTransactedW@44)
95         (RegDeleteKeyTransactedA@24, RegDeleteKeyTransactedW@24)
96         (RegDeleteKeyValueA@12, RegDeleteKeyValueW@12)
97         (RegDisableReflectionKey@4, RegEnableReflectionKey@4)
98         (RegOpenKeyTransactedA@28, RegOpenKeyTransactedW@28)
99         (RegSetKeyValueA@24, RegSetKeyValueW@24): Add these.
100
101 2017-12-16  Keith Marshall  <keith@users.osdn.me>
102
103         Provide default definition for _WIN32_IE feature test macro.
104
105         * include/sdkddkver.h [!defined _WIN32_IE]: Define it, with...
106         (_WIN32_IE_IE50): ...this default value.
107
108         * include/commctrl.h (_WIN32_IE): Delete definition hint; it offered
109         a conflicting proposal for the default value.
110
111 2017-12-06  Keith Marshall  <keith@users.osdn.me>
112
113         Prepare and publish MinGW.org WSL-5.0.2 release.
114
115         * All files (wsl-5.0.2-release): Tag assigned.
116
117 2017-11-28  Keith Marshall  <keith@users.osdn.me>
118
119         Make <wsnetbs.h> header effectively self-contained.
120
121         * include/wsnetbs.h: Assert copyright; tidy layout; include
122         "_winsock.h", so making this header effectively self-contained, and
123         thus relieving the user of a responsibility for ensuring that some
124         other appropriate WinSock header has been included first.
125
126 2017-11-28  Keith Marshall  <keith@users.osdn.me>
127
128         Factor <winsock.h> duplicate content out of <winsock2.h>
129
130         * include/winsock2.h: Remove all declarations and definitions which
131         are identically specified in <winsock.h>, but keep them in scope by...
132         [! defined _WINSOCK_H]: ...including <winsock.h> itself; override any
133         declarations and definitions therefrom, which introduce conflicts.
134         [defined _WINSOCK_H]: Diagnose misuse; suppress all further
135         definitions and declarations.
136
137         * include/winsock.h (SOMAXCONN): Add comment; note disparity between
138         WinSock v1.1 and WinSock v2, the latter of which will override when
139         correctly included by <winsock2.h>
140
141 2017-11-24  Keith Marshall  <keith@users.osdn.me>
142
143         Make <winsock.h> and <winsock2.h> duplicate code congruent.
144
145         * include/winsock.h (SOMAXCONN): Move definition into...
146         [!__INSIDE_MSYS__]: ...this guarded scope.
147
148         * include/winsock2.h: Rearrange as necessary.
149         [_BEGIN_C_DECLS, _END_C_DECLS]: Keep them balanced.
150         (_USE_SYS_TYPES_FD_SET): Define and use, as in <winsock.h>
151         [!_WINSOCK_ANOMALOUS_TYPEDEFS] (FD_SET): Declare function, not type.
152         [!_WINSOCK_ANOMALOUS_TYPEDEFS] (PFD_SET, LPFD_SET): Suppress typedefs.
153         (FD_SET, FD_ISSET, FD_CLR, FD_ZERO): Reimplement, as in <winsock.h>
154         (FD_READ_BIT, FD_WRITE_BIT, FD_OOB_BIT, FD_ACCEPT_BIT)
155         (FD_CONNECT_BIT, FD_CLOSE_BIT, FD_QOS_BIT, FD_GROUP_QOS_BIT)
156         (FD_ROUTING_INTERFACE_CHANGE_BIT, FD_ADDRESS_LIST_CHANGE_BIT)
157         (FD_MAX_EVENTS): Enumerate them, as in <winsock.h>
158         [!(defined __INSIDE_CYGWIN__ || defined __INSIDE_MSYS__)]: Recast...
159         [!defined __INSIDE_MSYS__]: ...as this, throughout.
160         (gethostname): Update function prototype, adding...
161         (WINSOCK_API_LINKAGE): ...this DLL import control attribute.
162
163         * include/ws2spi.h: Tidy layout; assert copyright.
164         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
165         (LPFD_SET): Delete all type references; use...
166         (fd_set *): ...this instead.
167
168 2017-11-14  Keith Marshall  <keith@users.osdn.me>
169
170         Establish default selection for WinSock API declaration.
171
172         * include/windows.h include/nspapi.h: Include...
173         * include/_winsock.h: ...this new system private header; it selects...
174         [_WIN32_WINNT >= _WIN32_WINNT_NT4]: ...WinSock v2 API declarations, as
175         provided by conditional inclusion of <winsock2.h>, otherwise...
176         [_WIN32_WINNT < _WIN32_WINNT_NT4]: ...WinSock v1.1 API declarations,
177         as provided by inclusion of <winsock.h>
178
179         * tests/headers.at <_winsock.h>: Add reference.
180
181 2017-11-14  Keith Marshall  <keith@users.osdn.me>
182
183         Update gethostname() declaration; drop Cygwin specificity.
184
185         * include/winsock.h (gethostname): Declare unconditionally; add...
186         (WINSOCK_API_LINKAGE): ...this DLL import control attribute.
187         [!(defined __INSIDE_CYGWIN__ || defined __INSIDE_MSYS__)]: Recast...
188         [!defined __INSIDE_MSYS__]: ...as this, throughout.
189
190 2017-11-09  Keith Marshall  <keith@users.osdn.me>
191
192         Normalize fd_set event macros for <winsock2.h> compatibility.
193
194         * include/winsock.h (FD_READ, FD_WRITE, FD_OOB, FD_ACCEPT, FD_CONNECT)
195         (FD_CLOSE): Redefine them, deriving respective values as shifts by...
196         (FD_READ_BIT, FD_WRITE_BIT, FD_OOB_BIT, FD_ACCEPT_BIT, FD_CONNECT_BIT)
197         (FD_CLOSE_BIT): ...this new enumerated count sequence, applying each
198         count to a bit flag with value of 1, in each case respectively.
199         [_WINSOCK2_H]: Extend shift count enumeration, to include...
200         (FD_QOS_BIT, FD_GROUP_QOS_BIT, FD_ROUTING_INTERFACE_CHANGE_BIT)
201         (FD_ADDRESS_LIST_CHANGE_BIT): ...these additional counts; hence...
202         [_WINSOCK2_H] (FD_QOS, FD_GROUP_QOS, FD_ROUTING_INTERFACE_CHANGE)
203         [_WINSOCK2_H] (FD_ADDRESS_LIST_CHANGE): ...define each of these.
204         (FD_MAX_EVENTS): Define unconditionally; it represents a shift count
205         of 1 greater than the offset of the last defined flag; hence...
206         (FD_ALL_EVENTS): ...derive this mask for all event flags.
207
208 2017-11-09  Keith Marshall  <keith@users.osdn.me>
209
210         Filter potential WinSock v2 conflicts out of <winsock.h>
211
212         * include/winsock.h [_WINSOCK2_H] <mswsock.h>: Do not include it.
213         [_WINSOCK2_H] (IP_MULTICAST_IF, IP_MULTICAST_TTL, IP_MULTICAST_LOOP)
214         (IP_ADD_MEMBERSHIP, IP_DROP_MEMBERSHIP, IP_DEFAULT_MULTICAST_TTL)
215         (IP_DEFAULT_MULTICAST_LOOP, IP_MAX_MEMBERSHIPS, struct ip_mreq): Do
216         not define any of these; they are not compatible with WinSock v2.
217         [_WINSOCK2_H] (SOMAXCONN): Do not define it; it will be defined
218         appropiately in <winsock2.h>
219
220 2017-11-09  Keith Marshall  <keith@users.osdn.me>
221
222         Filter out <winsock.h> typedef anomalies.
223
224         * include/winsock.h (FD_SET, PFD_SET, LPFD_SET): If user defines...
225         [_WINSOCK_ANOMALOUS_TYPEDEFS]: ...this new feature test macro, expose
226         them as type definitions, but warn of potential conflict with...
227         [!_WINSOCK_ANOMALOUS_TYPEDEFS] (FD_SET): ...this POSIX.1 mandated
228         function; declare its prototype.
229
230 2017-11-08  Keith Marshall  <keith@users.osdn.me>
231
232         Overhaul WinSock fd_set content management macros.
233
234         * include/winsock.h (FD_SET, FD_ISSET, FD_CLR, FD_ZERO): Replace the
235         original implementations of each of these macros, redirecting to...
236         (__FD_SET, __FD_ISSET, __FD_CLR, __FD_ZERO): ...these new, equivalent
237         inline functions, respectively; these are more robust, and correct a
238         defect in the original FD_SET macro implementation, whereby duplicate
239         descriptors could be added to an fd_set array, but would not then be
240         removed by the corresponding FD_CLR macro.
241
242         * tests/winsock.at (MINGW_AT_CHECK_WINSOCK): Ensure that all test
243         programs are linked with -lwsock32 or -lws2_32, as appropriate; the
244         __FD_SET and __FD_ISSET functions are dependent on the __WSAFDIsSet()
245         function, which is implemented in each of these libraries.
246
247 2017-11-07  Keith Marshall  <keith@users.osdn.me>
248
249         Identify features which have been deprecated in WinSock v2.
250
251         * include/winsock.h (__WINSOCK2_DEPRECATED): Define as nothing.
252         * include/winsock2.h (__WINSOCK2_DEPRECATED): Define as equivalent...
253         (__MINGW_ATTRIB_DEPRECATED): ...to this.
254
255         * include/winsock.h include/winsock2.h: Qualify...
256         (WSAIsBlocking, WSAUnhookBlockingHook, WSASetBlockingHook)
257         (WSACancelBlockingCall): ...each of these function prototypes, with...
258         (__WINSOCK2_DEPRECATED): ...this attribute.
259
260 2017-11-07  Keith Marshall  <keith@users.osdn.me>
261
262         Adopt system naming convention for USE_SYS_TYPES_FD_SET macro.
263
264         * include/winsock.h (USE_SYS_TYPES_FD_SET): Deprecate it; use...
265         (_USE_SYS_TYPES_FD_SET): ...this alternative; it is named to conform
266         with preferred convention for system feature test macros.
267
268 2017-11-06  Keith Marshall  <keithmarshall@users.sourceforge.net>
269
270         Use WINSOCK_API_LINKAGE consistently in WinSock headers.
271
272         * include/winsock.h (WINSOCK_API_LINKAGE): Define, and prefix to...
273         (accept, bind, closesocket, connect, ioctlsocket, inet_addr, inet_ntoa)
274         (getpeername, getsockname, getsockopt, listen, recv, recvfrom, send)
275         (sendto, setsockopt, shutdown, socket, gethostbyaddr, gethostbyname)
276         (getservbyport, getservbyname, getprotobynumber, getprotobyname)
277         (WSAStartup, WSACleanup, WSASetLastError, WSAGetLastError)
278         (WSAIsBlocking, WSAUnhookBlockingHook, WSASetBlockingHook)
279         (WSACancelBlockingCall, WSAAsyncGetServByName, WSAAsyncGetServByPort)
280         (WSAAsyncGetProtoByName, WSAAsyncGetProtoByNumber, WSAAsyncSelect)
281         (WSAAsyncGetHostByName, WSAAsyncGetHostByAddr, WSACancelAsyncRequest)
282         (htonl, ntohl, htons, ntohs, select): ...these function prototypes.
283
284         * include/winsock2.h (WINSOCK_API_LINKAGE): Remove it from...
285         (LPFN_WSASTARTUP): ...this typedef; it is inappropriate.
286
287 2017-10-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
288
289         Refactor <wtypes.h> vs. <nspapi.h> and WinSock headers.
290
291         * include/wtypes.h: Tidy layout; assert copyright.
292         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
293         [__NSPAPI_H_SOURCED__]: Restrict exposure of declared content to...
294         [!__BLOB_DATA_TYPE_DEFINED] (BLOB, PBLOB, LPBLOB): ...these; define...
295         (__BLOB_DATA_TYPE_DEFINED__): ...this internal guard; it renames...
296         (__BLOB_T_DEFINED): ...this; do not define...
297         (_WTYPES_H): ...this external guard.
298
299         * include/nspapi.h: Tidy layout; assert copyright.
300         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
301         (__CSADDR_T_DEFINED): Do not define; it is no longer required.
302         [__WINSOCK2_H_SOURCED__]: Restrict exposure of declared content to...
303         (struct _CSADDR_INFO): ...this, as an incomplete type, along with...
304         (CSADDR_INFO, PCSADDR_INFO, LPCSADDR_INFO): ...these typedefs; also...
305         (SOCKET_ADDRESS, PSOCKET_ADDRESS, LPSOCKET_ADDRESS): ...define fully.
306         [__WINSOCK2_H_SOURCED__] (_NSPAPI_H): Do not define external guard.
307         [!__WINSOCK2_H_SOURCED__] (struct _CSADDR_INFO): Define fully.
308         (__BLOB_T_DEFINED, BLOB, PBLOB, LPBLOB): Do not define; instead...
309         (__NSPAPI_H_SOURCED__): ...define this, temporarily; include wtypes.h
310         [!__WINSOCK2_H_SOURCED__ && _WIN32_WINNT >= WIN2K]: Include winsock2.h
311         [!__WINSOCK2_H_SOURCED__ && _WIN32_WINNT < WIN2K]: Include winsock.h
312         [UNICODE vs. !UNICODE]: Discriminate generic symbol names, using...
313         (__AW_SUFFIXED__): ...this, to facilitate definition of each of...
314         (SetService, GetAddressByName, _SERVICE_INFO): ...these, and...
315         (__AW_ALIAS__): ...this, for definition of each of...
316         (SERVICE_INFO, LPSERVICE_INFO): ...these.
317
318         * include/winsock2.h (__WINSOCK2_H_SOURCED__): Define it temporarily.
319         (__CSADDR_T_DEFINED, struct _CSADDR_INFO, CSADDR_INFO, PCSADDR_INFO)
320         (LPCSADDR_INFO, __BLOB_T_DEFINED, BLOB, PBLOB, LPBLOB): Do not define;
321         include nspapi.h selectively, to acquire them.
322
323 2017-09-23  Keith Marshall  <keithmarshall@users.sourceforge.net>
324
325         Factor <winerror.h> duplicate content out of winsock headers.
326
327         * include/winsock.h include/winsock2.h [!defined WSABASEERR]: Delete
328         conditional block, and all of its content; selectively include...
329         * include/winerror.h [__WINSOCK_H_SOURCED__]: ...this instead.
330         [__WINSOCK_H_SOURCED__] (_WINERROR_H): Do not define it.
331         (__WINSOCK_V1_ERRORS__, __WINSOCK_V2_ERRORS__): New temporary macros;
332         define them, to segregate WSA error messages applicable to WinSock v2
333         only, from those applicable to both WinSock v1.1 and WinSock v2.
334         (__WSA_ERRNO): New macro; use it to redefine all WSA specific error
335         codes, except WSABASEERR, relative to WSABASEERR itself.
336
337 2017-09-15  Keith Marshall  <keithmarshall@users.sourceforge.net>
338
339         Factor <sys/time.h> duplicate content out of winsock headers.
340
341         * include/winsock.h include/winsock2.h [_TIMEVAL_DEFINED]: Delete
342         conditional block, and all its content; include <sys/time.h> instead.
343         (__WINSOCK_H_SOURCED__): New macro; define it temporarily, only while
344         processing this header, such that only selected content from other
345         internally referenced headers is exposed.
346
347 2017-09-09  Keith Marshall  <keithmarshall@users.sourceforge.net>
348
349         Source BSD non-standard type definitions from mingwrt header.
350
351         * include/winsock.h include/winsock2.h [_BSDTYPES_DEFINED]: Delete
352         conditional block, and its entire type definition content; include...
353         * include/sys/bsdtypes.h: ...this common file instead; it defines...
354         (u_char, u_int, u_long, u_short): ...these non-standard data types.
355
356 2017-09-07  Keith Marshall  <keithmarshall@users.sourceforge.net>
357
358         Correct misuse of __INSIDE_MSYS__ feature test.
359
360         * include/winsock2.h [!__INSIDE_MSYS__]: One of several instances
361         omits "defined" operator; it should be expressed consistently as...
362         [! defined __INSIDE_MSYS__]: ...this; correct it.
363
364 2017-09-07  Keith Marshall  <keithmarshall@users.sourceforge.net>
365
366         Prepare for <winsock.h> vs. <winsock2.h> refactoring.
367
368         * include/winsock.h: Tidy layout; assert copyright.
369         (_BEGIN_C_DECLS, _END_C_DECLS): Use them to avoid C++ name mangling.
370
371         * include/winsock2.h: Assert copyright; tidy layout, ensuring that all
372         sections, which are common with <winsock.h>, are laid out congruently.
373         (_BEGIN_C_DECLS, _END_C_DECLS): Use them to avoid C++ name mangling.
374         (SD_RECEIVE, SD_SEND, SD_BOTH): Delete duplicate constant definitions.
375         (SO_DONTLINGER, MSG_MAXIOVLEN): Likewise, delete duplicate definitions.
376         (__AW_ALIAS__, __AW_SUFFIXED__): Use them, to avoid reproduction of...
377         [UNICODE]: ...alternative typedefs, and function name aliases...
378         [!UNICODE]: ...versus this case.
379
380 2017-08-28  Keith Marshall  <keithmarshall@users.sourceforge.net>
381
382         Resolve secondary issue arising from MinGW-Bug [#2350]
383
384         * include/winuser.h (GetTitleBarInfo)
385         [_WIN32_WINDOWS >= _WIN32_WINDOWS_98]: Remove exposure restriction;
386         it conflicted with current MSDN documentation, so now falls within...
387         [_WIN32_WINNT >= Win2K || _WIN32_WINDOWS >= Win98]: ...this.
388
389 2017-08-28  Keith Marshall  <keithmarshall@users.sourceforge.net>
390
391         Resolve MinGW-Bug [#2350]
392
393         * include/winuser.h (GetTitleBarInfo): Move prototype after...
394         (PTITLEBARINFO): ...this type definition; it is used as a function
395         argument type, so must be defined beforehand.
396
397 2017-08-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
398
399         Extend testsuite to cover winsock fd_set macro operations.
400
401         * tests/winsock.at: New file; it implements appropriate tests, and
402         enables use of "-k winsock", "-k winsock2", and "-k fd_set" autotest
403         keywords to invoke them, (e.g. make check TESTSUITEFLAGS='-k fd_set').
404
405         * tests/testsuite.at.in (winsock.at): Integrate it.
406         (MINGW_AT_CHECK_RUN): Accept a variant list of libraries when linking.
407         (MINGW_AT_LINK_LIBS_DEFAULT): New macro; it establishes the initial
408         default list of libraries, or resets the list to this initial default.
409         (MINGW_AT_LINK_LIBS): New macro; it establishes an augmented list of
410         library specifications, to be used until subsequently reset.
411
412 2017-07-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
413
414         Prepare and tag for release of MinGW.org WSL-5.0.1
415
416         * All files (wsl-5.0.1-release): Tag assigned.
417
418 2017-07-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
419
420         Automate testsuite dependency generation.
421
422         * tests/Makefile.in (testsuite) [$srcdir/*.at]: Automatically
423         enumerate all such wildcard matches as prerequisites, instead of...
424         (headers.at): ...this sole explicit dependency.
425
426 2017-06-20  Keith Marshall  <keithmarshall@users.sourceforge.net>
427
428         Make <winnt.h> header effectively self-contained.
429
430         * include/winnt.h (_WINNT_H): Defer definition unless included via...
431         (windef.h): ...this; include it, to enforce inclusion order, then...
432         [_WINNT_H]: ...re-evaluate it, to avoid recursive inclusion loop.
433
434 2017-06-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
435
436         Consolidate <winuser.h> version specific conditionals.
437
438         * include/winuser.h: Reorganize file content; group manifest constant
439         definitions into one nested collection of conditional blocks, with one
440         block per Windows version evolution; do likewise for type definitions
441         and function prototypes which are always exposed, and separately...
442         [! defined NOGDI]: ...for those which may be suppressed, when GDI
443         support is not required.
444
445 2017-06-06  Keith Marshall  <keithmarshall@users.sourceforge.net>
446
447         Make <winuser.h> header effectively self-contained.
448
449         * include/winuser.h (stdarg.h): Include it, in addition to...
450         [NOGDI] (windef.h): ...this, directly or otherwise indirectly via...
451         [!NOGDI] (wingdi.h): ...this, for effective self-containment.
452
453 2017-06-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
454
455         Consolidate <wingdi.h> version specific conditionals.
456
457         * include/wingdi.h: Reorganize file content; group manifest constant
458         definitions into a single nested collection of conditional blocks, for
459         those definitions which are common to both Win9x and WinNT, with one
460         block per Windows version evolution, sorting alphabetically within
461         each block; do likewise for additional manifest constant definitions
462         which are specific to WinNT, and also for data type definitions and
463         function prototypes.
464
465 2017-06-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
466
467         Tidy, and make <wingdi.h> header effectively self-contained.
468
469         * include/wingdi.h: Tidy layout; assert copyright.
470         (windef.h): Include it; this achieves self-containment.
471         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them.
472         [UNICODE vs. !UNICODE]: Discriminate generic symbol names, using...
473         (__AW_ALIAS__): ...this, when defining each of...
474         (DEVMODE, PDEVMODE, LPDEVMODE, DOCINFO, LPDOCINFO, LOGCOLORSPACE)
475         (LOGFONT, PLOGFONT, LPLOGFONT, EXTLOGFONT, PEXTLOGFONT, LPEXTLOGFONT)
476         (LPLOGCOLORSPACE, TEXTMETRIC, PTEXTMETRIC, LPTEXTMETRIC, GCP_RESULTS)
477         (PPOLYTEXT, LPPOLYTEXT, NEWTEXTMETRIC, PNEWTEXTMETRIC, LPNEWTEXTMETRIC)
478         (LPENUMLOGFONTEX, ENUMLOGFONTEXDV, PENUMLOGFONTEXDV, LPENUMLOGFONTEXDV)
479         (OUTLINETEXTMETRIC, POUTLINETEXTMETRIC, LPOUTLINETEXTMETRIC, POLYTEXT)
480         (LPGCP_RESULTS, DISPLAY_DEVICE, PDISPLAY_DEVICE, LPDISPLAY_DEVICE)
481         (NEWTEXTMETRICEX, ENUMLOGFONT, LPENUMLOGFONT, ENUMLOGFONTEX): ...these.
482         (__AW_SUFFIXED__): Similarly, use this when declaring each of...
483         (FONTENUMPROC, ICMENUMPROC, AddFontResource, AddFontResourceEx,
484         (CopyEnhMetaFile, CopyMetaFile, CreateColorSpace, CreateEnhMetaFile)
485         (CreateDC, CreateFont, CreateFontIndirect, CreateIC, CreateMetaFile)
486         (CreateScalableFontResource, DeviceCapabilities, EnumFontFamilies)
487         (EnumFontFamiliesEx, EnumFonts, EnumICMProfiles, ExtTextOut)
488         (GetCharABCWidths, GetCharABCWidthsFloat, GetCharacterPlacement)
489         (GetCharWidth32, GetCharWidth, GetCharWidthFloat, GetEnhMetaFile)
490         (GetEnhMetaFileDescription, GetGlyphOutline, GetICMProfile)
491         (GetKerningPairs, GetLogColorSpace, GetMetaFile, GetObject)
492         (GetOutlineTextMetrics, GetTextExtentExPoint, GetTextExtentPoint)
493         (GetTextExtentPoint32, GetTextFace, GetTextMetrics, PolyTextOut,
494         (RemoveFontResource, RemoveFontResourceEx, ResetDC, SetICMProfile)
495         (StartDoc, TextOut, UpdateICMRegKey, wglUseFontBitmaps)
496         (wglUseFontOutlines, GetGlyphIndices): ...these.
497
498 2017-05-31  Keith Marshall  <keithmarshall@users.sourceforge.net>
499
500         Declare CONDITION_VARIABLE API, per feature request [#2314]
501
502         * include/winbase.h [_WIN32_WINNT >= _WIN32_WINNT_VISTA]
503         (CONDITION_VARIABLE, PCONDITION_VARIABLE): Define data types, and...
504         (InitializeConditionVariable, SleepConditionVariableCS)
505         (SleepConditionVariableSRW, WakeAllConditionVariable)
506         (WakeConditionVariable): ...declare prototypes.
507
508 2017-05-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
509
510         Declare SRWLOCK API, to support feature request [#2314]
511
512         * include/winbase.h [_WIN32_WINNT >= _WIN32_WINNT_VISTA]
513         (SRWLOCK, *PSRWLOCK): Define these data types, and declare...
514         (InitializeSRWLock, AcquireSRWLockExclusive, AcquireSRWLockShared)
515         (ReleaseSRWLockExclusive, ReleaseSRWLockShared): ...these prototypes.
516         [_WIN32_WINNT >= _WIN32_WINNT_WIN7] (TryAcquireSRWLockExclusive)
517         (TryAcquireSRWLockShared): Declare additional prototypes.
518
519 2017-03-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
520
521         Resolve potential <winbase.h> vs. <winerror.h> inconsistency.
522
523         * include/winerror.h: Tidy layout; assert copyright.
524
525         * include/winbase.h (WAIT_TIMEOUT): Redefine; make it identical to...
526         * include/winerror.h (WAIT_TIMEOUT): ...this equivalent; remove...
527         [!defined WAIT_TIMEOUT]: ...this conditional redefinition guard from
528         both locations; it permitted inconsistency between the two.
529
530 2017-03-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
531
532         Consolidate <winbase.h> version specific conditionals.
533
534         * include/winbase.h: Reorganize file content; group manifest constant
535         definitions into one nested collection of conditional blocks, with one
536         block per Windows version evolution, sorting alphabetically within each
537         block; do likewise for data type definitions and function prototypes.
538
539 2017-03-20  Keith Marshall  <keithmarshall@users.sourceforge.net>
540
541         Tidy, and make <winbase.h> header effectively self-contained.
542
543         * include/w32api.h (__AW_ALIAS__): Rename original implementation...
544         (__AW_ALIAS_EX__): ...as this, retaining its encapsulation of...
545         (__AW_EXTENDED__): ...this; subsequently reimplement...
546         (__AW_ALIAS__): ...this, with original name, now encapsulating...
547         (__AW_SUFFIXED__): ...this.
548
549         * include/dbt.h (__AW_ALIAS__): Replace all references with...
550         (__AW_ALIAS_EX__): ...this renamed alternative, when defining...
551         (DEV_BROADCAST_DEVICEINTERFACE, PDEV_BROADCAST_DEVICEINTERFACE)
552         (DEV_BROADCAST_PORT, PDEV_BROADCAST_PORT): ...these.
553
554         * include/winbase.h: Tidy layout; assert copyright.
555         (stdarg.h, windef.h): Include them, to achieve self-containment.
556         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
557         [UNICODE vs. ! UNICODE]: Replace separated declarations; use...
558         [__AW_ALIAS__]: ...this, to correctly specify each of...
559         (STARTUPINFO, LPSTARTUPINFO, WIN32_FIND_DATA, PWIN32_FIND_DATA)
560         (LPWIN32_FIND_DATA, HW_PROFILE_INFO, LPHW_PROFILE_INFO, ACTCTX)
561         (PACTCTX, PCACTCTX): ...these generic typedefs, and...
562         [__AW_SUFFIXED__]: ...this, to correctly map each of...
563         (ENUMRESLANGPROC, ENUMRESNAMEPROC, ENUMRESTYPEPROC, AddAtom)
564         (AccessCheckAndAuditAlarm, BackupEventLog, BeginUpdateResource)
565         (BuildCommDCB, BuildCommDCBAndTimeouts, CheckNameLegalDOS8Dot3)
566         (CallNamedPipe, ClearEventLog, CommConfigDialog, CopyFile, CopyFileEx)
567         (CreateActCtx, CreateDirectory, CreateDirectoryEx, CreateEvent)
568         (CreateFile, CreateFileMapping, CreateHardLink, CreateJobObject)
569         (CreateMailslot, CreateMutex, CreateNamedPipe, CreateProcess)
570         (CreateProcessAsUser, CreateSemaphore, CreateSymbolicLink)
571         (CreateWaitableTimer, DefineDosDevice, DeleteFile, EncryptFile)
572         (DeleteVolumeMountPoint, DnsHostnameToComputerName, EndUpdateResource)
573         (EnumResourceLanguages, EnumResourceNames, EnumResourceTypes)
574         (ExpandEnvironmentStrings, FatalAppExit, FileEncryptionStatus)
575         (FindActCtxSectionString, FindAtom, FindFirstChangeNotification)
576         (FindFirstFile, FindFirstFileEx, FindFirstVolume, FindNextFile)
577         (FindFirstVolumeMountPoint, FindNextVolume, FindNextVolumeMountPoint)
578         (FindResource, FindResourceEx, FormatMessage, FreeEnvironmentStrings)
579         (GetAtomName, GetBinaryType, GetCommandLine, GetCompressedFileSize)
580         (GetComputerName, GetComputerNameEx, GetCurrentDirectory)
581         (GetDefaultCommConfig, GetDiskFreeSpace, GetDiskFreeSpaceEx)
582         (GetDllDirectory, GetDriveType, GetEnvironmentStrings)
583         (GetEnvironmentVariable, GetFileAttributes, GetFileAttributesEx)
584         (GetFileSecurity, GetFinalPathNameByHandle, GetFullPathName)
585         (GetLogicalDriveStrings, GetLongPathName, GetModuleFileName)
586         (GetModuleHandle, GetModuleHandleEx, GetNamedPipeHandleState)
587         (GetPrivateProfileInt, GetPrivateProfileSection)
588         (GetPrivateProfileSectionNames, GetPrivateProfileString)
589         (GetPrivateProfileStruct, GetProfileInt, GetProfileSection)
590         (GetProfileString, GetShortPathName, GetStartupInfo)
591         (GetSystemDirectory, GetSystemWindowsDirectory, GetTempFileName)
592         (GetSystemWow64Directory, GetTempPath, GetUserName, GetVersionEx)
593         (GetVolumeInformation, GetVolumeNameForVolumeMountPoint)
594         (GetVolumePathName, GetVolumePathNamesForVolumeName, GlobalAddAtom)
595         (GetWindowsDirectory, GlobalFindAtom, GlobalGetAtomName)
596         (IsBadStringPtr, LoadLibrary, LoadLibraryEx, LogonUser)
597         (LookupAccountName, LookupAccountSid, LookupPrivilegeDisplayName)
598         (LookupPrivilegeName, LookupPrivilegeValue, lstrcat, lstrcmp)
599         (lstrcmpi, lstrcpy, lstrcpyn, lstrlen, MoveFile, MoveFileEx)
600         (MoveFileWithProgress, ObjectCloseAuditAlarm, ObjectDeleteAuditAlarm)
601         (ObjectOpenAuditAlarm, ObjectPrivilegeAuditAlarm, OpenBackupEventLog)
602         (OpenEvent, OpenEventLog, OpenFileMapping, OpenMutex, OpenSemaphore)
603         (OutputDebugString, PrivilegedServiceAuditAlarm, QueryDosDevice)
604         (ReadEventLog, RegisterEventSource, RemoveDirectory, ReplaceFile)
605         (ReportEvent, SearchPath, SetComputerName, SetCurrentDirectory)
606         (SetDefaultCommConfig, SetDllDirectory, SetEnvironmentVariable)
607         (SetFileAttributes, SetFileSecurity, SetFileShortName, SetVolumeLabel)
608         (SetFirmwareEnvironmentVariable, SetVolumeMountPoint, UpdateResource)
609         (VerifyVersionInfo, WaitNamedPipe, WritePrivateProfileSection)
610         (WritePrivateProfileString, WritePrivateProfileStruct)
611         (WriteProfileSection, WriteProfileString): ...these, and add...
612         (GetCurrentHwProfile, OpenWaitableTimer, SetComputerNameEx)
613         (GetFirmwareEnvironmentVariable): ...these previously missing generic
614         function name aliases.
615
616 2017-03-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
617
618         Refactor mingwrt and w32api common makefile content.
619
620         * Makefile.in (w32api-srcdist-config-files): Rename it...
621         (w32api-srcdist-common-files): ...as this phoney build rule.
622         (shared_include_file): New macro; define it, and include named file.
623         (configure, config.status, Makefile, config.status.missing, _mingw.h)
624         (w32api.h, PACKAGE_VERSION_SCRIPT, PACKAGE_VERSION_FORMAT): Factor
625         out; relocate them to new file in common parent directory...
626         * ../Makefile.comm: ...here.
627
628 2017-03-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
629
630         Correct a copyright notice update omission.
631
632         * configure.ac: Extend copyright date range to include 2017.  Also
633         clean up superfluous trailing whitespace.
634
635 2017-03-09  Keith Marshall  <keithmarshall@users.sourceforge.net>
636
637         Fix generated header file dependencies.
638
639         * Makefile.in (_mingw.h, w32api): Make them depend on changes in...
640         [VERSION.m4]: ...this; package version changes are no longer made...
641         [configure.ac]: ...here; delete associated prerequisite reference.
642         (distclean-local): Delete them.
643
644 2017-03-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
645
646         Prepare and tag for release of w32api-5.0 package set.
647
648         * All files (wsl-5.0-release): Tag assigned.
649
650 2017-02-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
651
652         Implement basic test suite infrastructure.
653
654         * tests: New subdirectory; it hosts...
655         * tests/Makefile.in tests/testsuite.at.in tests/atlocal.in
656         * tests/headers.at: ...these new files; they implement the basic test
657         suite infrastructure, initially comprising header integrity checks.
658
659         * configure.ac (AC_PROG_CXX): Check it.
660         (AC_CONFIG_TESTDIR): Configure tests subdirectory.
661         (AC_CHECK_PROG): Check for autom4te; configure fall back if missing.
662         (AC_CONFIG_FILES): Generate tests/atlocal, tests/testsuite.at.tmp, and
663         tests/Makefile.
664
665         * Makefile.in (check test tests): New rules; all are synonymous.
666         (check-recursive): New rule; invoked by each of the preceding three.
667         (w32api-srcdist-testsuite-files): New rule; implement and use it...
668         (w32api-srcdist-files): ...here.
669
670 2017-02-14  Alexander Krisak  <akrisak@users.sourceforge.net>
671
672         Add missing constant definition, per issue [#2249].
673
674         * include/winnt.h (JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE): Define it.
675
676 2017-02-10  Keith Marshall  <keithmarshall@users.sourceforge.net>
677
678         Avoid unnecessary duplication of configuration files.
679
680         * Makefile.in (vpath install-sh): Define it; it matches...
681         (vpath %.m4): ...this; add $top_srcdir/..; search it first; delete
682         rule for creating duplicate file reference links in $top_srcdir.
683         (configure): Add '-I ..' option, when running autoconf.
684         (w32api-srcdist-files): Rename it as...
685         (w32api-srcdist-package-files): ...this; remove dependencies on...
686         (aclocal.m4 VERSION.m4 install-sh): ...these; reinstate them in...
687         (w32api-srcdist-config-files): ...this new distributable files
688         enumeration goal; add it as one new prerequisite of...
689         (w32api-srcdist-files): ...this repurposed goal; also depends on...
690         (w32api-srcdist-package-files): ...this; populate it using...
691         (SRCDIST_ADD): ...this macro; redefine it accordingly.
692
693 2016-12-08  Jerzy Tarasiuk  <jz_fuw@users.sourceforge.net>
694
695         Correct typo in <ddk/ntdddisk.h>; fix bug [#2323]
696
697         * include/ddk/ntdddisk.h (IOCTL_DISK_BASE): Correct definition;
698         it was previously transcribed incorrectly, as being equivalent to...
699         (FILE_TYPE_DISK): ...this, but it should have been equivalent to...
700         (FILE_DEVICE_DISK): ...this.
701
702 2016-12-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
703
704         Rationalize <winuser.h> ANSI vs. UNICODE definition strategy.
705
706         * include/winuser.h [UNICODE, !UNICODE]: Replace individual pairs of
707         alternative generic symbol mapping definitions, and typedefs, with...
708         (__AW_SUFFIXED__): ...one such macro expansion per pair; collate with
709         their respective ANSI and UNICODE specific references.
710
711 2016-11-26  Keith Marshall  <keithmarshall@users.sourceforge.net>
712
713         Deprecate obsolete <winable.h> and <pbt.h> headers.
714
715         * Makefile.in (%.h.in): Generalize vpath definition.
716         (obsolete_headers, obsolete_header_script, w32api_dist_headers)
717         (w32api_generated_headers, replace_headers, macro_name): New macros.
718         (install-w32api-headers): Add dependency on w32api_dist_headers.
719         (%.h): New static pattern rule; it generates generic dependants of...
720         * include/obsolete.h.in: ...this new template for obsolete headers.
721
722         * include/winable.h include/pbt.h: Delete them; they are obsolete;
723         replace them by install-time generated generic stubs.
724
725 2016-11-25  Keith Marshall  <keithmarshall@users.sourceforge.net>
726
727         Update <winuser.h> and <dbt.h>; fix issue [#2317].
728
729         * include/winuser.h: Tidy layout; add copyright notice.
730         [WINVER, _WIN32_WINDOWS, _WIN32_WINNT]: Compare them symbolically.
731         (__WINUSER_H_SOURCED__): New internal macro; define it, to facilitate
732         selective inclusion of content from other headers; delete when done.
733         (BSM_ALLCOMPONENTS, BSF_ALLOWSFW, BSM_APPLICATIONS, BSM_ALLDESKTOPS)
734         (BSM_INSTALLABLEDRIVERS, BSM_NETDRIVER, BSM_VXDS, BSF_FLUSHDISK)
735         (BSF_FORCEIFHUNG, BSF_IGNORECURRENTTASK, BSF_LUID, BSF_NOHANG)
736         (BSF_NOTIMEOUTIFNOTHUNG, BSF_POSTMESSAGE, BSF_QUERY, BSF_RETURNHDESK)
737         (BSF_SENDNOTIFYMESSAGE): Delete; do not define them locally; retrieve
738         them selectively from <dbt.h>, where they are properly defined.
739         [WINVER >= WIN2K/WIN98] (BlockInput): Add missing declaration.
740         (KillTimer, TIMERPROC): Declare timer event parameters as UINT_PTR;
741         formerly UINT, which doesn't match 64-bit size required for Win64.
742         (SetTimer): Likewise; also declare similar return type.
743         (WINEVENTPROC): Add missing CALLBACK attribute.
744         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
745
746         * include/w32api.h (__AW_ALIAS__): New macro; define it.
747         * include/sdkddkver.h (_WIN32_WINNT_NT4SP3): New macro; define it.
748
749         * include/dbt.h: Tidy layout; add copyright notice.
750         (_BEGIN_C_DECLS, _END_C_DECLS): Also prefer them here.
751         [__WINUSER_H_SOURCED__] (_DBT_H): Do not define; expose only...
752         (BSM_ALLCOMPONENTS, BSF_ALLOWSFW, BSM_APPLICATIONS, BSM_ALLDESKTOPS)
753         (BSM_INSTALLABLEDRIVERS, BSM_NETDRIVER, BSM_VXDS, BSF_FLUSHDISK)
754         (BSF_FORCEIFHUNG, BSF_IGNORECURRENTTASK, BSF_LUID, BSF_NOHANG)
755         (BSF_NOTIMEOUTIFNOTHUNG, BSF_POSTMESSAGE, BSF_QUERY, BSF_RETURNHDESK)
756         (BSF_SENDNOTIFYMESSAGE): ...these, to be duplicated in <winuser.h>
757         (__AW_ALIAS__): Use it to define ANSI/UNICODE specific aliases for...
758         (DEV_BROADCAST_PORT, DEV_BROADCAST_DEVICEINTERFACE): ...these generic
759         structure typedef names, and their respectively corresponding...
760         (PDEV_BROADCAST_PORT, PDEV_BROADCAST_DEVICEINTERFACE): ...pointer
761         type names.
762
763 2016-09-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
764
765         Fix a minor ISO-C++11 conformity issue.
766
767         * include/winnt.h (GetCurrentFiber): Insert spaces, as required
768         by ISO-C++11, between concatenated string literal elements.
769         (GetFiberData, NtCurrentTeb): Likewise.
770
771 2016-08-01  Keith Marshall  <keithmarshall@users.sourceforge.net>
772
773         Merge w32api-3.18.1 legacy updates to 5.0-active branch.
774
775         * include/ddk/winddk.h: Update per issue [#2307] resolution.
776         * include/ddk/ntdddisk.h include/ddk/ntddstor.h: Likewise.
777
778 2016-07-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
779
780         Prepare and tag all files for release of w32api-3.18.1
781
782         * configure.ac (AC_INIT): Increment patch level to 3.18.1
783
784 2016-07-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
785
786         Resolve improper macro expansion issue [#2307].
787
788         * include/ddk/winddk.h (__FILE_AM_BUFFERED, __FILE_RD_BUFFERED)
789         (__FILE_RW_BUFFERED): Redefine, encapsulating the expansion of each
790         dependent macro WITHIN the expansion of each of these; hence...
791
792         * include/ddk/ntdddisk.h (IOCTL_DISK_GET_DRIVE_GEOMETRY)
793         (IOCTL_DISK_FORMAT_TRACKS_EX, IOCTL_DISK_REASSIGN_BLOCKS)
794         (IOCTL_DISK_GET_MEDIA_TYPES, IOCTL_DISK_CONTROLLER_NUMBER)
795         (IOCTL_DISK_GET_DRIVE_LAYOUT, IOCTL_DISK_SET_DRIVE_LAYOUT)
796         (IOCTL_DISK_GET_PARTITION_INFO, IOCTL_DISK_SET_PARTITION_INFO)
797         (IOCTL_DISK_GET_DRIVE_GEOMETRY_EX, IOCTL_DISK_UPDATE_DRIVE_SIZE)
798         (IOCTL_DISK_VERIFY, IOCTL_DISK_FORMAT_TRACKS, IOCTL_DISK_PERFORMANCE)
799         (IOCTL_DISK_CREATE_DISK, IOCTL_DISK_RESERVE, IOCTL_DISK_IS_WRITABLE)
800         (IOCTL_DISK_GET_PARTITION_INFO_EX, IOCTL_DISK_SET_PARTITION_INFO_EX)
801         (IOCTL_DISK_GET_CACHE_INFORMATION, IOCTL_DISK_SET_CACHE_INFORMATION)
802         (IOCTL_DISK_INTERNAL_SET_VERIFY, IOCTL_DISK_INTERNAL_CLEAR_VERIFY)
803         (IOCTL_DISK_GET_DRIVE_LAYOUT_EX, IOCTL_DISK_SET_DRIVE_LAYOUT_EX)
804         (IOCTL_DISK_GROW_PARTITION, IOCTL_DISK_DELETE_DRIVE_LAYOUT)
805         (IOCTL_DISK_GET_LENGTH_INFO, IOCTL_DISK_PERFORMANCE_OFF)
806         (IOCTL_DISK_CHECK_VERIFY, IOCTL_DISK_FIND_NEW_DEVICES)
807         (SMART_GET_VERSION, SMART_RCV_DRIVE_DATA, SMART_SEND_DRIVE_COMMAND):
808         ...adjust these dependent macro definitions accordingly.
809
810         * include/ddk/ntddstor.h (IOCTL_STORAGE_CHECK_VERIFY)
811         (IOCTL_STORAGE_CHECK_VERIFY2, IOCTL_STORAGE_MEDIA_REMOVAL)
812         (IOCTL_STORAGE_EJECTION_CONTROL, IOCTL_STORAGE_MCN_CONTROL)
813         (IOCTL_STORAGE_GET_DEVICE_NUMBER, IOCTL_STORAGE_PREDICT_FAILURE)
814         (IOCTL_STORAGE_GET_MEDIA_TYPES, IOCTL_STORAGE_GET_MEDIA_TYPES_EX)
815         (IOCTL_STORAGE_GET_MEDIA_SERIAL_NUMBER, IOCTL_STORAGE_QUERY_PROPERTY)
816         (IOCTL_STORAGE_RELEASE, IOCTL_STORAGE_FIND_NEW_DEVICES)
817         (IOCTL_STORAGE_RESET_BUS, IOCTL_STORAGE_RESET_DEVICE)
818         (IOCTL_STORAGE_EJECT_MEDIA, IOCTL_STORAGE_LOAD_MEDIA)
819         (IOCTL_STORAGE_LOAD_MEDIA2, IOCTL_STORAGE_RESERVE): Likewise.
820
821 2016-07-19  Keith Marshall  <keithmarshall@users.sourceforge.net>
822
823         Update install-sh to match mingw.org/build-aux package.
824
825         * install-sh: Delete it; use version in parent directory instead,
826         recreating local copy, (as symlink, if supported), on demand.
827
828 2016-07-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
829
830         Eliminate redundant configuration files.
831
832         * aclocal.m4 VERSION.m4: Delete them; restore them on demand, via...
833         * Makefile.in ($top_srcdir/../%): ...this symlink dependency rule.
834
835         * configure.ac (AC_PROG_LN_S): Add configuration check.
836
837 2016-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
838
839         Discard redundant config.guess and config.sub files.
840
841         * config.guess config.sub: Delete them; they are no longer required.
842         * Makefile.in (SRCDIST_ADD): Remove related references.
843
844 2016-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
845
846         Merge recent legacy branch updates to 5.0-active branch.
847
848         * Makefile.in include/ddk/ntifs.h include/ddk/winddk.h
849         * include/sdkddkver.h include/setupapi.h include/windows.h
850         * include/winnt.h include/winuser.h include/winver.h
851         * include/wtsapi32.h lib/wtsapi32.def: Updated.
852
853 2016-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
854
855         Prepare and tag all files for release of w32api-3.18.
856
857 2016-07-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
858
859         Do not pass MAKEFLAGS explicitly, when invoking recursive make.
860
861         * Makefile.in (install-strip, uninstall): Delete explicit $(MAKEFLAGS)
862         references from $(MAKE) command lines; make passes them implicitly.
863
864 2016-06-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
865
866         Backport MemoryBarrier() implementation from 4.0-dev branch.
867
868         * include/winnt.h (MemoryBarrier): Implement it; this is a rework of
869         Earnie's original inline implementation, but declared 'static' to fix
870         issue [#1661]; it is further modified, to avoid the broken pre-Vista
871         fallback identified by issue [#2131], and to remove references to...
872         (__faststorefence, __mf): ...these MSVC intrinsics, replaced by...
873         [defined __ATOMIC_SEQ_CST] (__atomic_thread_fence): ...this, or...
874         [GCC >= 4.4] (__sync_synchronize): ...this, as appropriate, falling
875         back to inline assembly code when necessary.
876
877         * include/ddk/winddk.h (KeMemoryBarrier): Delegate it to...
878         (MemoryBarrier): ...this, so avoiding the potential to emit invalid
879         code, for hosts which do not support the SSE2 'mfence' instruction.
880
881 2016-06-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
882
883         Merge further W32API updates from Cygwin CVS.
884         Incorporated selected changes from 2012-08-01 to 2012-08-04.
885
886         * include/setupapi.h include/winuser.h include/winver.h
887         * include/wtsapi32.h lib/wtsapi32.def: Merged and updated.
888
889 2016-06-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
890
891         Update mapping of GCC to MSVC host identification macros.
892
893         * include/windows.h: Assert copyright; tidy layout.
894         (_M_IX86, _ALPHA_, _PPC_, _MIPS_, _68K_): Delete duplicate defines.
895         [!_WINUSER_H, !_WINNLS_H, !_WINVER_H, !_WINNETWK_H, !_WINREG_H]
896         [!_WINSVC_H]: Do not explicitly test these here; they are properly
897         managed implicitly, by GCC, when including the associated headers.
898
899         * include/winnt.h: Assert copyright; tidy layout.
900         (_BEGIN_C_DECLS, _END_C_DECLS): Use these, as appropriate.
901         (__aligned__, __always_inline__, __selectany__): Prefer these...
902         (aligned, always_inline, selectany): ...to these attribute forms.
903         (CONTEXT) [_ALPHA_, _PPC_, MIPS, ARM]: Change selector macros to...
904         [_M_ALPHA, _M_PPC, _M_MRX000, _M_ARM]: ...these, respectively.
905         (GetCurrentFiber, GetFiberData, NtCurrentTeb): Redefine in terms of...
906         (__tib_fiber_data__, __tib_self_refptr__): ...these adaptive macros...
907         [!_WIN64]: ...to accommodate 32-bit, or otherwise 64-bit Windows.
908         (_ALPHA_, _PPC_, _MIPS_, _68K_): Delete these redundant macros...
909         (_M_IX86): ...also removing this, but relocate it to...
910         * include/sdkddkver.h (_M_IX86): ...here; augment it with...
911         (_M_IX86_FP, _M_X64, _M_AMD64, _M_IA64): ...these; define them as
912         appropriate.
913
914         * include/ddk/ntifs.h [!_ALPHA_]: Augment test; rather consider...
915         [!_ALPHA_ && !_M_ALPHA]: ...this, for structure alignment control.
916
917 2016-05-23  Keith Marshall  <keithmarshall@users.sourceforge.net>
918
919         Merge W32API updates, from Cygwin CVS, into legacy branch.
920         Incorporate changes since release of w32api-3.17, until 2012-07-06.
921
922         * include/shobjidl.h lib/shobjidl-uuid.c: New files, added per LRN's
923         2012-04-28 commit to Cygwin CVS.
924
925         * include/gdiplus/gdiplustypes.h include/imagehlp.h
926         * include/routprot.h include/shlwapi.h include/userenv.h
927         * include/winbase.h include/wincon.h include/windef.h
928         * include/winerror.h include/wingdi.h include/winnt.h
929         * include/winsock.h include/winsock2.h include/winuser.h: Updated to
930         match Cygwin CVS state, as of 2012-07-06.
931
932         * include/wincrypt.h: Updated to remove duplicate manifest constant
933         definitions, as identified per Chris Sutcliffe's 2012-01-03 commit to
934         Cygwin CVS; merge with my 2015-09-29 commit; additionally, remove...
935         (szOID_RSA_emailAddr, szOID_RSA_unstructAddr, szOID_RSA_unstructName)
936         (CRYPT_ARCHIVABLE, CRYPT_NOHASHOID, CRYPT_VERIFYCONTEXT): ...extra
937         copies of these further duplicated definitions, identified during
938         the merging operation.
939
940 2016-05-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
941
942         Synchronize package version management with MinGW Runtime.
943
944         * VERSION.m4: New file; link it to keep in sync with identically named
945         file in top level composite package source directory; it defines...
946         (__VERSION__): ...this new composite package version macro.
947
948         * aclocal.m4: Link it, to keep in sync with identically named files in
949         top level composite source and sibling mingwrt sub-package directories.
950         (__VERSION__): New macro; include VERSION.m4 to define it.
951         (__BUG_REPORT_URL__): New macro; define it.
952
953         * configure.ac (AC_INIT): Assign package version and bug report URL...
954         (__VERSION__, __BUG_REPORT_URL__): ...from these, as defined through
955         automatic inclusion of aclocal.m4
956
957         * Makefile.in (configure): Add dependency on VERSION.m4
958
959 2016-05-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
960
961         Eliminate redundant <parts/winioctl.h> header.
962
963         * include/parts/winioctl.h: Delete it; distribute its content...
964         * include/ddk/winddk.h include/ddk/ntddstor.h include/ddk/ntdddisk.h:
965         ...among these, separating it into discrete sections based on...
966         [__need_ddk_winddk_includes, __need_ddk_ntddstor_includes]
967         [__need_ddk_ntdddisk_includes]: ...these selectors, respectively.
968         [__WINIOCTL_H_SOURCED__]: Expose only those sections; do not define...
969         (_DDK_WINDDK_H, _DDK_NTDDSTOR_H, _DDK_NTDDDISK_H): ...these.
970
971         * include/winioctl.h (__WINIOCTL_H_SOURCED__): Define it; include each
972         of <ddk/winddk.h>, <ddk/ntddstor.h>, and <ddk/ntdddisk.h>
973
974 2016-05-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
975
976         Enforce consistent specification of package version.
977
978         * include/w32api.h: Rename as...
979         * include/w32api.h.in: ...this build-time template file.
980         (__W32API_VERSION): Redefine it, in terms of...
981         (%PACKAGE_VERSION_LONG%): ...this substitution template.
982         (__W32API_MAJOR_VERSION, __W32API_MINOR_VERSION)
983         (__W32API_PATCHLEVEL): Likewise, redefine them in terms of...
984         (%PACKAGE_VERSION_MAJOR%, %PACKAGE_VERSION_MINOR%)
985         (%PACKAGE_VERSION_PATCH%): ...these.
986
987         * configure.ac (AC_CONFIG_SRCDIR): Adjust for renamed file.
988         (MINGW_AC_CONFIG_EXTRA_SRCDIR): Likewise, for similarly renamed
989         mingwrt/include/_mingw.h.in file.
990
991         * Makefile.in (all-w32api-libs): Add dependency on...
992         (w32api.h, _mingw.h): ...these; add rule to generate them, using...
993         (PACKAGE_VERSION_SCRIPT, PACKAGE_VERSION_FORMAT): ...these new macros;
994         they apply appropriate substitutions to the renamed template files.
995         (install-w32api-headers): Explicitly add w32api.h
996
997 2015-11-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
998
999         Refactor for Windows DDK synchronization; fix MinGW-Bug [#1954].
1000
1001         * include/parts/winioctl.h: New file; it provides infrastructure for
1002         sharing of common code between DDK headers and primary <winioctl.h>
1003         (__IOCTL_STORAGE_, __IOCTL_DISK_, __FILE_RW_ACCESS, __FILE_AM_BUFFERED)
1004         (__FILE_RD_BUFFERED, __FILE_RW_BUFFERED): New internal convenience
1005         macros; they facilitate more consise expression of factored out IOCTL
1006         and FSCTL macros; define them.
1007
1008         * include/ddk/ntddk.h: Assert copyright; tidy layout.
1009         (__NTDDK_H): Multiple inclusion guard macro, renamed to...
1010         (_DDK_NTDDK_H): ...this; it provides better indication of location.
1011         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1012
1013         * include/ddk/winddk.h: Assert copyright; tidy layout.
1014         (__WINDDK_H): Multiple inclusion guard macro, renamed to...
1015         (_DDK_WINDDK_H): ...this; it provides better indication of location.
1016         [!defined _DDK_NTDDK_H]: Forbid direct inclusion; emit diagnostic.
1017         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1018         (METHOD_BUFFERED, METHOD_IN_DIRECT, METHOD_OUT_DIRECT)
1019         (METHOD_NEITHER): Redefine as enumeration; factor it out.
1020         (FILE_ANY_ACCESS, FILE_SPECIAL_ACCESS, FILE_READ_ACCESS)
1021         (FILE_WRITE_ACCESS): Likewise.
1022         (CTL_CODE, DEVICE_TYPE_FROM_CTL_CODE): Factor out.
1023         [defined _DRIVE_LAYOUT_INFORMATION_MBR_DEFINED]: Delete guard.
1024         (struct _DRIVE_LAYOUT_INFORMATION_MBR, DRIVE_LAYOUT_INFORMATION_MBR)
1025         (PDRIVE_LAYOUT_INFORMATION_MBR): Factor out, without guard.
1026         (struct _DRIVE_LAYOUT_INFORMATION_GPT, DRIVE_LAYOUT_INFORMATION_GPT)
1027         (PDRIVE_LAYOUT_INFORMATION_GPT): Factor out.
1028         (struct _PARTITION_INFORMATION_MBR, PARTITION_INFORMATION_MBR)
1029         (PPARTITION_INFORMATION_MBR): Likewise.
1030         (FILE_DEVICE_BEEP, FILE_DEVICE_CD_ROM, FILE_DEVICE_CD_ROM_FILE_SYSTEM)
1031         (FILE_DEVICE_CONTROLLER, FILE_DEVICE_DATALINK, FILE_DEVICE_DFS)
1032         (FILE_DEVICE_DISK, FILE_DEVICE_DISK_FILE_SYSTEM)
1033         (FILE_DEVICE_FILE_SYSTEM, FILE_DEVICE_INPORT_PORT)
1034         (FILE_DEVICE_KEYBOARD, FILE_DEVICE_MAILSLOT, FILE_DEVICE_MIDI_IN)
1035         (FILE_DEVICE_MIDI_OUT, FILE_DEVICE_MOUSE)
1036         (FILE_DEVICE_MULTI_UNC_PROVIDER, FILE_DEVICE_NAMED_PIPE)
1037         (FILE_DEVICE_NETWORK, FILE_DEVICE_NETWORK_BROWSER)
1038         (FILE_DEVICE_NETWORK_FILE_SYSTEM, FILE_DEVICE_NULL)
1039         (FILE_DEVICE_PARALLEL_PORT, FILE_DEVICE_PHYSICAL_NETCARD)
1040         (FILE_DEVICE_PRINTER, FILE_DEVICE_SCANNER)
1041         (FILE_DEVICE_SERIAL_MOUSE_PORT, FILE_DEVICE_SERIAL_PORT)
1042         (FILE_DEVICE_SCREEN, FILE_DEVICE_SOUND, FILE_DEVICE_STREAMS)
1043         (FILE_DEVICE_TAPE, FILE_DEVICE_TAPE_FILE_SYSTEM, FILE_DEVICE_TRANSPORT)
1044         (FILE_DEVICE_UNKNOWN, FILE_DEVICE_VIDEO, FILE_DEVICE_VIRTUAL_DISK)
1045         (FILE_DEVICE_WAVE_IN, FILE_DEVICE_WAVE_OUT, FILE_DEVICE_8042_PORT)
1046         (FILE_DEVICE_NETWORK_REDIRECTOR, FILE_DEVICE_BATTERY)
1047         (FILE_DEVICE_BUS_EXTENDER, FILE_DEVICE_MODEM, FILE_DEVICE_VDM)
1048         (FILE_DEVICE_MASS_STORAGE, FILE_DEVICE_SMB, FILE_DEVICE_KS)
1049         (FILE_DEVICE_CHANGER, FILE_DEVICE_SMARTCARD, FILE_DEVICE_ACPI)
1050         (FILE_DEVICE_DVD, FILE_DEVICE_FULLSCREEN_VIDEO)
1051         (FILE_DEVICE_DFS_FILE_SYSTEM, FILE_DEVICE_DFS_VOLUME)
1052         (FILE_DEVICE_SERENUM, FILE_DEVICE_TERMSRV, FILE_DEVICE_KSEC)
1053         (FILE_DEVICE_FIPS): Redefine as enumeration; factor it out.
1054         (enum _PARTITION_STYLE, PARTITION_STYLE): Factor out; add...
1055         (PARTITION_STYLE_RAW): ...this new enumeration state; previously, it
1056         was defined only when including this enumeration from winioctl.h
1057         (struct _CREATE_DISK_MBR, CREATE_DISK_MBR, PCREATE_DISK_MBR)
1058         (struct _CREATE_DISK_GPT, CREATE_DISK_GPT, PCREATE_DISK_GPT)
1059         (struct _CREATE_DISK, CREATE_DISK, PCREATE_DISK): Factor out;
1060         include parts/winioctl.h
1061
1062         * include/ddk/ntddstor.h: Assert copyright; tidy layout.
1063         (__NTDDSTOR_H): Multiple inclusion guard macro, renamed to...
1064         (_DDK_NTDDSTOR_H): ...this; to provide better indication of location.
1065         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1066         (struct _STORAGE_BUS_TYPE, STORAGE_BUS_TYPE, PSTORAGE_BUS_TYPE)
1067         (IOCTL_STORAGE_BASE, IOCTL_STORAGE_RESERVE, IOCTL_STORAGE_RELEASE)
1068         (IOCTL_STORAGE_CHECK_VERIFY, IOCTL_STORAGE_CHECK_VERIFY2)
1069         (IOCTL_STORAGE_MEDIA_REMOVAL, IOCTL_STORAGE_EJECT_MEDIA)
1070         (IOCTL_STORAGE_LOAD_MEDIA, IOCTL_STORAGE_LOAD_MEDIA2)
1071         (IOCTL_STORAGE_EJECTION_CONTROL, IOCTL_STORAGE_FIND_NEW_DEVICES)
1072         (IOCTL_STORAGE_GET_MEDIA_TYPES, IOCTL_STORAGE_GET_MEDIA_TYPES_EX)
1073         (IOCTL_STORAGE_GET_MEDIA_SERIAL_NUMBER, IOCTL_STORAGE_PREDICT_FAILURE)
1074         (IOCTL_STORAGE_QUERY_PROPERTY, IOCTL_STORAGE_GET_DEVICE_NUMBER)
1075         (IOCTL_STORAGE_RESET_BUS, IOCTL_STORAGE_RESET_DEVICE)
1076         (IOCTL_STORAGE_MCN_CONTROL): Factor out; include parts/winioctl.h
1077
1078         * include/ddk/ntdddisk.h: Assert copyright; tidy layout.
1079         (__NTDDDISK_H): Multiple inclusion guard macro, renamed to...
1080         (_DDK_NTDDDISK_H): ...this; to provide better indication of location.
1081         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1082         (IOCTL_DISK_BASE, IOCTL_DISK_GET_LENGTH_INFO)
1083         (IOCTL_DISK_IS_WRITABLE, IOCTL_DISK_REASSIGN_BLOCKS)
1084         (IOCTL_DISK_FIND_NEW_DEVICES, IOCTL_DISK_GET_MEDIA_TYPES)
1085         (IOCTL_DISK_GET_DRIVE_LAYOUT, IOCTL_DISK_SET_DRIVE_LAYOUT)
1086         (IOCTL_DISK_GET_PARTITION_INFO, IOCTL_DISK_SET_PARTITION_INFO)
1087         (IOCTL_DISK_GET_DRIVE_LAYOUT_EX, IOCTL_DISK_SET_DRIVE_LAYOUT_EX)
1088         (IOCTL_DISK_GET_DRIVE_GEOMETRY, IOCTL_DISK_GET_DRIVE_GEOMETRY_EX)
1089         (IOCTL_DISK_CREATE_DISK, IOCTL_DISK_VERIFY, IOCTL_DISK_CHECK_VERIFY)
1090         (IOCTL_DISK_GET_PARTITION_INFO_EX, IOCTL_DISK_SET_PARTITION_INFO_EX)
1091         (IOCTL_DISK_GET_CACHE_INFORMATION, IOCTL_DISK_SET_CACHE_INFORMATION)
1092         (IOCTL_DISK_DELETE_DRIVE_LAYOUT, IOCTL_DISK_GROW_PARTITION)
1093         (IOCTL_DISK_FORMAT_TRACKS, IOCTL_DISK_FORMAT_TRACKS_EX)
1094         (IOCTL_DISK_PERFORMANCE, IOCTL_DISK_PERFORMANCE_OFF)
1095         (IOCTL_DISK_UPDATE_DRIVE_SIZE, IOCTL_DISK_RESERVE): Factor out; all of
1096         these macros are now defined in parts/winioctl.h; include it.
1097         (PARTITION_ENTRY_UNUSED, PARTITION_FAT_12, PARTITION_XENIX_1)
1098         (PARTITION_XENIX_2, PARTITION_FAT_16, PARTITION_EXTENDED)
1099         (PARTITION_HUGE, PARTITION_IFS, PARTITION_OS2BOOTMGR, PARTITION_FAT32)
1100         (PARTITION_FAT32_XINT13, PARTITION_XINT13, PARTITION_XINT13_EXTENDED)
1101         (PARTITION_PREP, PARTITION_LDM, PARTITION_UNIX, PARTITION_NTFT)
1102         (VALID_NTFT): Redefine as enumeration; factor it out.
1103         (IsRecognizedPartition, IsContainerPartition): Factor out.
1104         (enum _MEDIA_TYPE, MEDIA_TYPE, PMEDIA_TYPE): Factor out, adding...
1105         (F3_200Mb_512, F3_240M_512, F3_32M_512): ...these new state values.
1106         (enum _DETECTION_TYPE, DETECTION_TYPE): Factor out.
1107         (struct _DISK_INT13_INFO, DISK_INT13_INFO, PDISK_INT13_INFO)
1108         (struct _DISK_EX_INT13_INFO, DISK_EX_INT13_INFO, PDISK_EX_INT13_INFO)
1109         (struct _DISK_DETECTION_INFO, DISK_DETECTION_INFO, PDISK_DETECTION_INFO)
1110         (struct _DISK_GEOMETRY_EX, DISK_GEOMETRY_EX, PDISK_GEOMETRY_EX)
1111         (struct _DISK_GEOMETRY, DISK_GEOMETRY, PDISK_GEOMETRY)
1112         (DiskGeometryGetPartition, DiskGeometryGetDetect): Factor out.
1113         (struct _PARTITION_INFORMATION): Change field data types for...
1114         (HiddenSectors, PartitionNumber): ...these, from DWORD to ULONG...
1115         (PartitionType): ...and this from BYTE to UCHAR, to keep consistent
1116         with Windows DDK convention, then factor out struct, together with...
1117         (PARTITION_INFORMATION, PPARTITION_INFORMATION): ...these.
1118         (struct _PARTITION_INFORMATION_GPT, struct _DISK_PARTITION_INFO)
1119         (PARTITION_INFORMATION_GPT, *PPARTITION_INFORMATION_GPT)
1120         (DISK_PARTITION_INFO, *PDISK_PARTITION_INFO): Factor out.
1121         (struct _GET_LENGTH_INFORMATION)
1122         (GET_LENGTH_INFORMATION, PGET_LENGTH_INFORMATION)
1123         (struct _DISK_PERFORMANCE, DISK_PERFORMANCE, PDISK_PERFORMANCE)
1124         (struct _DISK_PERFORMANCE_EX, DISK_PERFORMANCE_EX, PDISK_PERFORMANCE_EX)
1125         (struct _FORMAT_PARAMETERS, struct _FORMAT_EX_PARAMETERS)
1126         (FORMAT_PARAMETERS, PFORMAT_PARAMETERS, FORMAT_EX_PARAMETERS)
1127         (PFORMAT_EX_PARAMETERS): Factor out.
1128         (struct _REASSIGN_BLOCKS): Change field data types for...
1129         (Reserved, Count): ...these fields, from WORD to USHORT, and...
1130         (BlockNumber): ...this from DWORD to ULONG, per Windows DDK
1131         convention, then factor out the struct definition, together with...
1132         (REASSIGN_BLOCKS, PREASSIGN_BLOCKS): ...these associated typedefs.
1133         (struct _SET_PARTITION_INFORMATION, SET_PARTITION_INFORMATION)
1134         (PSET_PARTITION_INFORMATION): Factor out.
1135         (struct _VERIFY_INFORMATION): Change field data type for...
1136         (Length): ...this field, from DWORD to ULONG, per DDK convention, then
1137         factor out the entire struct definition, together with...
1138         (VERIFY_INFORMATION, PVERIFY_INFORMATION): ...these associated typedefs.
1139         (DISK_CACHE_RETENTION_PRIORITY): Factor out enumerated typedef.
1140         (struct _DISK_CACHE_INFORMATION, struct _DISK_GROW_PARTITION)
1141         (DISK_CACHE_INFORMATION, PDISK_CACHE_INFORMATION, DISK_GROW_PARTITION)
1142         (PDISK_GROW_PARTITION): Factor out.
1143
1144         * include/winioctl.h: Assert copyright; tidy layout; incorporate
1145         definitions from Windows DDK headers, by including parts/winioctl.h;
1146         delete duplicate definitions already identified as having been factored
1147         out from ddk/winddk.h, ddk/ntddstor.h, and ddk/ntdddisk.h; accept type
1148         compatible changes from DWORD to ULONG, WORD to USHORT, and BYTE to
1149         UCHAR, resulting in no significant changes, except that...
1150         (struct _DISK_PERFORMANCE): ...this is extended, by addition of...
1151         (IdleTime, SplitCount, QueryTime, StorageDeviceNumber)
1152         (StorageManagerName): ...these previously missing fields, originally
1153         appropriately defined in ddk/ntdddisk.h, thus fixing bug [#1954].
1154         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1155
1156 2015-10-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
1157
1158         Windows application module version information API updates.
1159
1160         * include/winver.h: Assert copyright; tidy layout.
1161         (_BEGIN_C_DECLS, _END_C_DECLS): Use these, as appropriate.
1162         (__AW_SUFFIXED__): Use throughout, to identify generic functions
1163         having both ANSI and UTF-16LE specific alternative implementations.
1164         [NTDDI_VERSION >= NTDDI_VISTA] (GetFileVersionInfoEx): New function.
1165         [NTDDI_VERSION >= NTDDI_VISTA] (GetFileVersionInfoSizeEx): Likewise;
1166         note that both are generic, with ANSI and UTF-16LE implementations,
1167         but the ANSI implementations are missing from MSVCRT.DLL when...
1168         [NTDDI_VERSION < NTDDI_WIN8]: ...this.
1169
1170         * lib/version.def (GetFileVersionInfoExA, GetFileVersionInfoExW)
1171         (GetFileVersionInfoSizeExA, GetFileVersionInfoSizeExW): Add symbols.
1172
1173 2015-10-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
1174
1175         Revert a failed experimental macro construct.
1176
1177         * include/w32api.h (__W32API_DEPRECATED_ALIAS): Delete this; it bloats
1178         code, and doesn't work in the C preprocessor conditional context where
1179         its associated constant definitions are most likely to be required.
1180         (Windows95, Windows98, WindowsME, WindowsNT4, Windows2000, WindowsXP)
1181         (Windows2003, WindowsVista, IE3, IE301, IE302, IE4, IE401, IE5, IE5a)
1182         (IE5b, IE501, IE55, IE56, IE6, IE601, IE602, IE7): Redefine as macros,
1183         now in terms of their preferred equivalents from <sdkddkver.h>
1184
1185 2015-09-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
1186
1187         Code clean-up; fix MinGW-Bug [#2263].
1188
1189         * include/w32api.h (__AW_SUFFIXED__): New macro; define it.
1190         (__AW_EXTENDED__, __AW_STRING_A__, __AW_STRING_W__): Likewise.
1191         (__AW__WCHAR_T__): Likewise; this is a helper for __AW_STRING_W__.
1192
1193         * include/wincrypt.h: Assert copyright; tidy layout; replace all C++
1194         style comments, using ISO-C conforming style; remove all redundant
1195         parameter names from function prototype declarations, throughout.
1196         (pragma GCC system_header): Remove pointless conditional guard.
1197         (_BEGIN_C_DECLS, _END_C_DECLS): Use to wrap extern "C" declarations.
1198         [WINVER >= 0x500, WINVER >= 0x501]: Replace conditionals with...
1199         [WINVER >= _WIN32_WINNT_WIN2K, WINVER >= _WIN32_WINNT_WINXP]: ...these
1200         alternatives, respectively; they offer improved self-documentation.
1201         (MS_DEF_PROV, MS_ENHANCED_PROV, MS_STRONG_PROV, MS_SCARD_PROV)
1202         (MS_DEF_RSA_SIG_PROV, MS_DEF_RSA_SCHANNEL_PROV, MS_DEF_DSS_PROV)
1203         (MS_DEF_DSS_DH_PROV, MS_ENH_DSS_DH_PROV, MS_DEF_DH_SCHANNEL_PROV)
1204         (MS_ENH_RSA_AES_PROV): Redefine as __AW_EXTENDED__ derivatives.
1205         (MS_DEF_PROV_W, MS_ENHANCED_PROV_W, MS_STRONG_PROV_W, MS_SCARD_PROV_W)
1206         (MS_DEF_RSA_SIG_PROV_W, MS_DEF_RSA_SCHANNEL_PROV_W, MS_DEF_DSS_PROV_W)
1207         (MS_DEF_DSS_DH_PROV_W, MS_ENH_DSS_DH_PROV_W, MS_DEF_DH_SCHANNEL_PROV_W)
1208         (MS_ENH_RSA_AES_PROV_W): Redefine; use __AW_STRING_W__ to derive them
1209         from their __AW_STRING_A__ equivalent string constant definitions.
1210         (GET_ALG_CLASS): Redefine, expressing result in terms of...
1211         (ALG_CLASS_ALL): ...this manifest bit mask; also redefined, preferring
1212         a hexadecimal expression of the mask value over the former decimal.
1213         (GET_ALG_TYPE, GET_ALG_SID): Similarly, use hexadecimal mask values.
1214         (ALG_CLASS_SIGNATURE, ALG_CLASS_MSG_ENCRYPT, ALG_CLASS_DATA_ENCRYPT)
1215         (ALG_CLASS_HASH, ALG_CLASS_KEY_EXCHANGE, ALG_TYPE_DSS, ALG_TYPE_RSA)
1216         (ALG_TYPE_BLOCK, ALG_TYPE_STREAM, ALG_TYPE_DH, ALG_TYPE_SECURECHANNEL)
1217         (CRYPT_UPDATE_KEY, CRYPT_NEWKEYSET, CRYPT_DELETEKEYSET, CRYPT_SILENT)
1218         (CRYPT_MACHINE_KEYSET, CRYPT_USER_PROTECTED, CRYPT_CREATE_SALT)
1219         (CRYPT_EXPORTABLE, CRYPT_ENCRYPT, CRYPT_DECRYPT, CRYPT_EXPORT)
1220         (CRYPT_READ, CRYPT_WRITE, CRYPT_MAC, CERT_TRUST_IS_NOT_TIME_VALID)
1221         (CERT_TRUST_IS_NOT_TIME_NESTED, CERT_TRUST_IS_REVOKED)
1222         (CERT_TRUST_IS_NOT_SIGNATURE_VALID, CERT_TRUST_IS_NOT_VALID_FOR_USAGE)
1223         (CERT_TRUST_IS_UNTRUSTED_ROOT, CERT_TRUST_REVOCATION_STATUS_UNKNOWN)
1224         (CERT_TRUST_IS_CYCLIC, CERT_TRUST_CTL_IS_NOT_SIGNATURE_VALID)
1225         (CERT_TRUST_IS_PARTIAL_CHAIN, CERT_TRUST_CTL_IS_NOT_TIME_VALID)
1226         (CERT_TRUST_CTL_IS_NOT_VALID_FOR_USAGE, CERT_TRUST_IS_SELF_SIGNED)
1227         (CERT_TRUST_HAS_EXACT_MATCH_ISSUER, CERT_TRUST_HAS_KEY_MATCH_ISSUER)
1228         (CERT_TRUST_HAS_NAME_MATCH_ISSUER, CERT_TRUST_IS_COMPLEX_CHAIN)
1229         (CERT_CHAIN_POLICY_BASE, CERT_CHAIN_POLICY_AUTHENTICODE)
1230         (CERT_CHAIN_POLICY_AUTHENTICODE_TS, CERT_CHAIN_POLICY_SSL)
1231         (CERT_CHAIN_POLICY_BASIC_CONSTRAINTS, CERT_CHAIN_POLICY_NT_AUTH)
1232         (CERT_NAME_STR_REVERSE_FLAG, CERT_NAME_STR_DISABLE_IE4_UTF8_FLAG)
1233         (CERT_NAME_STR_CRLF_FLAG, CERT_NAME_STR_ENABLE_UTF8_UNICODE_FLAG)
1234         (CERT_NAME_STR_ENABLE_T61_UNICODE_FLAG, CERT_NAME_STR_NO_PLUS_FLAG)
1235         (CERT_NAME_STR_NO_QUOTING_FLAG, CERT_NAME_STR_SEMICOLON_FLAG)
1236         (CERT_FIND_CERT_ID, CERT_FIND_CTL_USAGE, CERT_FIND_ENHKEY_USAGE)
1237         (CERT_FIND_EXISTING, CERT_FIND_HASH, CERT_FIND_ISSUER_ATTR)
1238         (CERT_FIND_ISSUER_NAME, CERT_FIND_ISSUER_OF, CERT_FIND_KEY_IDENTIFIER)
1239         (CERT_FIND_KEY_SPEC, CERT_FIND_MD5_HASH, CERT_FIND_PROPERTY)
1240         (CERT_FIND_PUBLIC_KEY, CERT_FIND_SHA1_HASH, CERT_FIND_SIGNATURE_HASH)
1241         (CERT_FIND_SUBJECT_ATTR, CERT_FIND_SUBJECT_CERT, CERT_FIND_SUBJECT_NAME)
1242         (CERT_FIND_SUBJECT_STR_A, CERT_FIND_SUBJECT_STR_W)
1243         (CERT_FIND_ISSUER_STR_A, CERT_FIND_ISSUER_STR_W)
1244         (CERT_FIND_OR_ENHKEY_USAGE_FLAG, CERT_FIND_OPTIONAL_ENHKEY_USAGE_FLAG)
1245         (CERT_FIND_NO_ENHKEY_USAGE_FLAG, CERT_FIND_VALID_ENHKEY_USAGE_FLAG)
1246         (CERT_FIND_EXT_ONLY_ENHKEY_USAGE_FLAG, CERT_UNICODE_IS_RDN_ATTRS_FLAG)
1247         (CERT_CASE_INSENSITIVE_IS_RDN_ATTRS_FLAG, CERT_CHAIN_FIND_BY_ISSUER)
1248         (CERT_CHAIN_FIND_BY_ISSUER_COMPARE_KEY_FLAG)
1249         (CERT_CHAIN_FIND_BY_ISSUER_COMPLEX_CHAIN_FLAG)
1250         (CERT_CHAIN_FIND_BY_ISSUER_CACHE_ONLY_FLAG)
1251         (CERT_CHAIN_FIND_BY_ISSUER_CACHE_ONLY_URL_FLAG)
1252         (CERT_CHAIN_FIND_BY_ISSUER_LOCAL_MACHINE_FLAG)
1253         (CERT_CHAIN_FIND_BY_ISSUER_NO_KEY_FLAG)
1254         (CERT_SYSTEM_STORE_LOCAL_MACHINE): All represent bit-mapped values;
1255         express them in hexadecimal, in preference to original decimal form.
1256         (CERT_FIND_SUBJECT_STR, CERT_FIND_ISSUER_STR): Redefine them as
1257         __AW_EXTENDED__ macros, for UNICODE/non-UNICODE cases respectively.
1258         (szOID_CRL_DIST_POINTS): Correct defective definition; value should be
1259         a string literal, but was missing delimiting quotes; insert them.
1260         (CertNameToStr, CertOpenSystemStore, CertGetNameString, CryptSignHash)
1261         (CryptAcquireContext, CryptVerifySignature, CryptGetDefaultProvider)
1262         (CryptEnumProviders, CryptSetProvider): Define as __AW_SUFFIXED__
1263         aliases for each of the UNICODE/non-UNICODE cases respectively.
1264         (CryptEnumProvidersA): Correct prototype declaration; 5th parameter
1265         was declared as type LPTSTR, but should be type LPSTR.
1266         (CryptEnumProvidersW): Likewise; 5th parameter should be type LPWSTR.
1267         (CryptGetDefaultProviderW): Likewise; 4th parameter was declared as
1268         type LPSTR, but should be type LPWSTR.
1269         [defined MINGW_TENTATIVE_ASSUMPTIONS] (X509_ANY_STRING)
1270         (X509_CRL_REASON_CODE, X509_DSS_PUBLICKEY, X509_UNICODE_ANY_STRING)
1271         (struct _CERT_ALT_NAME_ENTRY): Add tentative definitions.
1272
1273 2015-09-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
1274
1275         Correct defect in build system compilation rule.
1276
1277         * Makefile.in (scrnsavw.$OBJEXT): Do not use $^ to represent the
1278         source file; it expands to also include prerequisite header files,
1279         which should not appear on the compilation command line.  Rewrite
1280         rule in static pattern format, and use $< instead.
1281
1282 2015-08-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
1283
1284         Build system corrections for GCC build time support.
1285
1286         * configure.ac (AC_PROG_CC): Don't use this; we need...
1287         (MINGW_AC_PROG_CC_COMPILE_ONLY): ...this alternative, to support
1288         building with only a stage 1 partially built GCC installation.
1289
1290         * Makefile.in (install-headers): New make objective; map it to...
1291         (install-w32api-headers): ...this, for which it is a logical alias.
1292
1293 2015-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1294
1295         Overhaul and streamline build system configuration.
1296
1297         * configure.in: Delete obsolete file; replace with...
1298         * configure.ac: New file; rewritten per current autoconf conventions.
1299
1300         * Makefile.in: Rewritten; adapted from current mingwrt configuration,
1301         it now processes the entire build without using separate sub-makes.
1302
1303         * lib/Makefile.in: Sub-make configuration not required now; delete it.
1304         * lib/ddk/Makefile.in lib/directx/Makefile.in: Likewise; delete them.
1305
1306 2015-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1307
1308         Remove unused aclocal.m4 configuration file.
1309
1310         * aclocal.m4: Delete it; it provides no content used by this package.
1311
1312 2015-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1313
1314         Adapt platform feature checks to NTDDI_VERSION conventions.
1315
1316         * include/sdkddkver.h: New file; merge from 4.0-dev branch.
1317         (_WIN32_WINNT_WINBLUE): New manifest constant for Windows-8.1.
1318         (WINNTVER): Prefer bitwise shift to division; adjust accordingly.
1319         [_WIN32_WINNT != OSVER(NTDDI_VERSION)]: Bad comparison; correct to...
1320         [_WIN32_WINNT != WINNTVER(NTDDI_VERSION)]: ...this.
1321
1322         * include/w32api.h: Assert copyright; include sdkddkver.h.
1323         (__W32API_VERSION): Increment to 3.18; adopt new encoding format.
1324         (__W32API_MAJOR_VERSION, __W32API_MINOR_VERSION): Adjust consistently.
1325         (__W32API_PATCH_LEVEL): New macro; define with initial value of zero.
1326         (__W32API_DEPRECATED_ALIAS): New macro; define it; use to redefine...
1327         (Windows95, Windows98, WindowsME, WindowsNT4, Windows2000, WindowsXP)
1328         (Windows2003, WindowsVista, IE3, IE301, IE302, IE4, IE401, IE5, IE5a)
1329         (IE5b, IE501, IE55, IE56, IE6, IE601, IE602, IE7): ...these; replace
1330         macro definitions by long integer constants, and mark as deprecated.
1331         (UNICODE, _UNICODE): Keep these consistent; use logic factored out of
1332         mingwrt/include/_mingw.h, whence we similarly relocate...
1333         (_EXTERN_C, _BEGIN_C_DECLS, _END_C_DECLS): ...these.
1334
1335         * include/windef.h: Assert copyright; include w32api.h, whence we
1336         infer default assignments, per included sdkddkver.h, for each of...
1337         (WINVER, _WIN32_WINNT): ...these; delete local defines.
1338         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1339
1340 2015-06-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1341
1342         Remove generated configure script from revision control.
1343
1344         * configure: Delete from SCM; maintainer must regenerate it, when
1345         required, as SCM will now ignore it.
1346
1347 2012-08-04  Earnie Boyd  <earnie@users.sourceforge.net>
1348
1349         Cosmetic adjustment to match MSDN documentation.
1350
1351         * include/winver.h (VerQueryValueA, VerQueryValueW): Declare type
1352         of parameter #1 to be LPCVOID, in preference to formerly specified,
1353         and functionally equivalent, 'const LPVOID'.
1354
1355 2012-08-01  Stephan Jorek  <sjorek@users.sourceforge.net>
1356
1357         Correct typos, as identified by issue [#1534].
1358
1359         * include/setupapi.h (SetupCancelTemporary): Should be...
1360         (SetupCancelTemporarySourceList): ...this; complete truncated name.
1361         (SetupFreeA, SetupFreeW): Likewise, complete these respectively to...
1362         (SetupFreeSourceListA, SetupFreeSourceListW): ...these, and...
1363         (SetupQueryA, SetupQueryW): ...these respectively to...
1364         (SetupQuerySourceListA, SetupQuerySourceListW): ...these.
1365         (SetupDiGetWizardage): Misspelled; correct it to...
1366         (SetupDiGetWizardPage): ...this.
1367
1368 2012-08-01  Earnie Boyd  <earnie@users.sourceforge.net>
1369
1370         Declare WTSVirtualChannel API functions per issue [#1342].
1371
1372         * include/wtsapi32.h [_WIN32_WINNT >= 0x500]
1373         (WTSVirtualChannelOpen, WTSVirtualChannelQuery, WTSVirtualChannelRead)
1374         (WTSVirtualChannelPurgeInput, WTSVirtualChannelPurgeOutput)
1375         (WTSVirtualChannelWrite, WTSVirtualChannelClose): Declare them.
1376         [_WIN32_WINNT >= 0x600] (WTSVirtualchannelOpenEx): Likewise.
1377
1378         * lib/wtsapi32.def (WTSVirtualChannelOpenEx@12): Add reference.
1379
1380 2012-08-01  Earnie Boyd  <earnie@users.sourceforge.net>
1381
1382         Correct MENUITEMINFO structure definition per issue [#1659].
1383
1384         * include/winuser.h (tagMENUITEMINFOA, tagMENUITEMINFOW): dwItemData
1385         field was defined as type DWORD; correct it to type ULONG_PTR.
1386
1387 2012-07-06  Corinna Vinschen  <corinna@vinschen.de>
1388
1389         Extend visibility of winsock definitions when building Cygwin.
1390
1391         * include/winsock.h [__INSIDE_CYGWIN__]: Expose definitions of...
1392         (IP_OPTIONS, SO_DEBUG, SO_ACCEPTCONN, SO_REUSEADDR, SO_KEEPALIVE)
1393         (SO_DONTROUTE, SO_BROADCAST, SO_USELOOPBACK, SO_LINGER, SO_OOBINLINE)
1394         (SO_DONTLINGER, SO_SNDBUF, SO_RCVBUF, SO_SNDLOWAT, SO_RCVLOWAT)
1395         (SO_SNDTIMEO, SO_RCVTIMEO, SO_ERROR, SO_TYPE): ...these; however...
1396         [__INSIDE_MSYS__]: ...keep them hidden.
1397
1398         * include/winsock2.h [__INSIDE_CYGWIN__]: Likewise, expose...
1399         (AF_MAX, _SS_MAXSIZE, _SS_ALIGNSIZE, _SS_PAD1SIZE, _SS_PAD2SIZE)
1400         (struct sockaddr, struct sockaddr_storage): ...these, whereas...
1401         [__INSIDE_MSYS__]: ...also keep them hidden.
1402
1403 2012-04-29  Jan Ringos  <tringi@users.sf.net>
1404
1405         Correct version guard for WinXP minimum requirement.
1406
1407         * include/winbase.h (GetModuleHandleEx): Function unsupported for...
1408         [_WIN32_WINNT >= 0x500]: ...this; it isn't in Win2K, so should be...
1409         [_WIN32_WINNT >= 0x501]: ...this; correct it accordingly.
1410         (GetModuleHandleExA, GetModuleHandleExW): Likewise.
1411
1412 2012-04-28  LRN  <l_r_nightmare@users.sf.net>
1413
1414         Add missing <shobjidl.h> and associated UUID implementation.
1415
1416         * include/shobjidl.h lib/shobjidl-uuid.c: New files.
1417         * lib/Makefile.in (UUID_SOURCES, UUID_OBJS): Add references.
1418
1419 2012-03-19  Ben Greear  <greear@users.sf.net>
1420
1421         Adjust header file definition order, to fix issue [#1570].
1422
1423         * include/routprot.h (IP_LOCAL_BINDING): Must be defined before...
1424         (IP_ADAPTER_BINDING_INFO): ...this; adjust order of definition.
1425
1426 2012-01-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1427
1428         Add missing return value, flagged by 'make test'.
1429
1430         * include/gdiplus/gdiplustypes.h (Gdiplus::GdiplusAbort::Abort):
1431         Return NO_ERROR in virtual definition.
1432
1433 2012-01-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1434
1435         Remove duplicate definitions, identified by 'make test'.
1436
1437         * include/wincrypt.h (CRYPT_NEWKEYSET, CRYPT_DELETEKEYSET)
1438         (CRYPT_MACHINE_KEYSET, CRYPT_EXPORTABLE, CRYPT_USER_PROTECTED)
1439         (CRYPT_SILENT, CRYPT_CREATE_SALT, CRYPT_UPDATE_KEY, CRYPT_NO_SALT)
1440         (CRYPT_PREGEN, CRYPT_RECIPIENT, CRYPT_INITIATOR, CRYPT_ONLINE)
1441         (CRYPT_SF, CRYPT_CREATE_IV, CRYPT_KEK, CRYPT_DATA_KEY)
1442         (CRYPT_VOLATILE, CRYPT_SGCKEY): Delete second instance of each.
1443
1444         * include/winerror.h (CRYPT_E_REVOKED): Delete; it is already
1445         correctly defined (per MSDN) in <wincrypt.h>
1446
1447 2012-01-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
1448
1449         Correct misuse of #ifdef, identified by 'make test'.
1450
1451         * include/shlwapi.h (enum ASSOCSTR, enum ASSOCDATA): Fix typos;
1452         /#ifdef _WIN32_IE >= 0x0600/s/#ifdef/#if/
1453
1454 2011-12-22  Corinna Vinschen  <corinna@vinschen.de>
1455
1456         Replace more incorrectly named manifest constants.
1457
1458         * include/winnt.h (JOB_OBJECT_LIMIT_BREAKAWAY_OK)
1459         (JOB_OBJECT_LIMIT_SILENT_BREAKAWAY_OK): Define; make aliases for...
1460         (JOB_OBJECT_BREAKAWAY_OK, JOB_OBJECT_SILENT_BREAKAWAY): ...these old
1461         definitions respectively; retain for backward compatibility only.
1462
1463 2011-12-22  Corinna Vinschen  <corinna@vinschen.de>
1464
1465         Add missing PROCESS_QUERY_LIMITED_INFORMATION.
1466
1467         * include/winnt.h (PROCESS_QUERY_LIMITED_INFORMATION): Define it.
1468
1469 2011-08-19  Corinna Vinschen  <corinna@vinschen.de>
1470
1471         Add missing MAPVK manifest constant definitions.
1472
1473         * include/winuser.h (MAPVK_VK_TO_VSC, MAPVK_VSC_TO_VK): Define them.
1474         (MAPVK_VK_TO_CHAR, MAPVK_VSC_TO_VK_EX, MAPVK_VK_TO_VSC_EX): Likewise.
1475
1476 2011-08-05  Corinna Vinschen  <corinna@vinschen.de>
1477
1478         Correct some misspelled manifest constant names.
1479
1480         * include/winnt.h (IMAGE_DLL_CHARACTERISTICS_NX_COMPAT): Should be...
1481         (IMAGE_DLLCHARACTERISTICS_NX_COMPAT): ...this; define correctly; also
1482         alias to original misspelling, to maintain backward compatibility.
1483         (IMAGE_DLL_CHARACTERISTICS_FORCE_INTEGRITY): Likewise; should be...
1484         (IMAGE_DLLCHARACTERISTICS_FORCE_INTEGRITY): ...this; define and alias.
1485         (IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE): Likewise; should be...
1486         (IMAGE_DLLCHARACTERISTICS_DYNAMIC_BASE): ...this; define and alias.
1487
1488 2011-07-29  Corinna Vinschen  <corinna@vinschen.de>
1489
1490         Add a missing Win2K sockets IOCTL feature.
1491
1492         * include/winsock2.h (SIO_UDP_CONNRESET): Define.
1493
1494 2011-05-22  Albrecht Schlosser  <vms-news@go4more.de>
1495
1496         Fix an incorrectly typed structure member.
1497
1498         * include/wingdi.h (GCP_RESULTSW): lpClass field defined as LPWSTR;
1499         should be LPSTR; correct it.
1500
1501 2011-05-15  Corinna Vinschen  <corinna@vinschen.de>
1502
1503         Add another missing manifest constant definition.
1504
1505         * include/winbase.h (STACK_SIZE_PARAM_IS_A_RESERVATION): Define.
1506
1507 2011-04-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
1508
1509         Avoid pollution of user namespace; fix MinGW-Bug [#1531].
1510
1511         * include/windef.h (PACKED): Delete macro definition; its name is not
1512         reserved, and may thus conflict with a user defined name; replace it...
1513         * include/wincon.h (KEY_EVENT_RECORD): ...at this sole point of use;
1514         use __attribute__((packed)) directly instead.
1515
1516 2011-04-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1517
1518         Fix bad typedef, per MinGW-Bug [#1529].
1519
1520         * include/imagehlp.h (PREAD_PROCESS_MEMORY_ROUTINE): Corrected, to
1521         conform with MSDN reference, as identified by Safety0ff.
1522
1523 2011-04-04  Corinna Vinschen  <corinna@vinschen.de>
1524
1525         Add a missing manifest constant definition.
1526
1527         * include/winnt.h (DOMAIN_ALIAS_RID_REMOTE_DESKTOP_USERS): Define.
1528
1529 2011-03-29  Corinna Vinschen  <corinna@vinschen.de>
1530
1531         Win2K and Vista userenv updates.
1532
1533         * include/userenv.h [_WIN32_WINNT >= 0x0500] (DeleteProfile)
1534         (GetAllUsersProfileDirectory, GetDefaultUserProfileDirectory)
1535         (ExpandEnvironmentStringsForUser): Define function aliases.
1536         [_WIN32_WINNT >= 0x0500] (DeleteProfileA, DeleteProfileW)
1537         (GetAllUsersProfileDirectoryA, GetAllUsersProfileDirectoryW)
1538         (GetDefaultUserProfileDirectoryA, GetDefaultUserProfileDirectoryW
1539         (ExpandEnvironmentStringsForUserA, ExpandEnvironmentStringsForUserW)
1540         (GetProfileType): Declare function prototypes.
1541         [_WIN32_WINNT >= 0x0600] (CreateProfile): Declare function prototype.
1542         [_WIN32_WINNT >= 0x0500] (PT_TEMPORARY, PT_ROAMING, PT_MANDATORY):
1543         New manifest constants; define them.
1544
1545 2011-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1546
1547         * Makefile.in: Increment CYGRELEASE to 2.
1548
1549 2011-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1550
1551         * lib/Makefile.in: Include GDIPLUS_HEADERS in dist target.
1552
1553 2011-03-11  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1554
1555         * include/w32api.h: Increment version to 3.17.
1556         * Makefile.in: Ditto.
1557
1558 2011-03-07  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1559
1560         * include/winbase.h (PSAPI_WORKING_SET_BLOCK)
1561         (PSAPI_WORKING_SET_INFORMATION): Move from here...
1562         * include/psapi.h (PSAPI_WORKING_SET_BLOCK)
1563         (PSAPI_WORKING_SET_INFORMATION): ...to here.
1564
1565 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1566
1567         * include/w32api.h: Increment version to 3.16.
1568         * Makefile.in: Ditto.
1569
1570 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1571
1572         * include/commctrl.h (NMTCKEYDOWN): Define.
1573
1574 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1575
1576         * include/wtsapi32.h (WTSSendMessageA, WTSSendMessageW, WTSSendMessage):
1577         Define.
1578
1579 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1580
1581         * include/winbase.h (PSAPI_WORKING_SET_BLOCK,
1582         PSAPI_WORKING_SET_INFORMATION): Define.
1583
1584 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1585
1586         * include/winbase.h (__GNUC_EXTENSION): Define, replacing __MINGW_EXTENSION.
1587
1588 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1589
1590         * lib/kernel32.def (FreeLibraryAndExitThread): Fix definition.
1591
1592 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1593
1594         * include/winbase.h (FILE_ENCRYPTABLE, FILE_IS_ENCRYPTED, FILE_READ_ONLY,
1595         FILE_ROOT_DIR, FILE_SYSTEM_ATTR, FILE_SYSTEM_DIR, FILE_SYSTEM_NOT_SUPPORT,
1596         FILE_UNKNOWN, FILE_USER_DISALLOWED): Define.
1597
1598 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1599
1600         * include/winioctl.h (_DRIVE_LAYOUT_INFORMATION_MBR): Add
1601         _DRIVE_LAYOUT_INFORMATION_MBR_DEFINED guard.
1602         * include/ddk/winddk.h (_DRIVE_LAYOUT_INFORMATION_MBR): Ditto.
1603
1604 2011-03-04  Seth Jackson  <sethj@users.sourceforge.net>
1605
1606         * include/winnt.h (PAGE_WRITECOMBINE): Define.
1607         * include/winbase.h (THREAD_MODE_BACKGROUND_BEGIN, THREAD_MODE_BACKGROUND_END): Define.
1608
1609 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1610
1611         * include/winbase.h (__MINGW_EXTENSION): Define.
1612         (OVERLAPPED): Add __MINGW_EXTENSION around nameless union /
1613         struct to correct issue with -std=c99.
1614
1615 2011-03-02  Corinna Vinschen  <corinna@vinschen.de>
1616
1617         * include/ddk/winddk.h (TIMER_INFORMATION_CLASS): Define.
1618         (TIMER_BASIC_INFORMATION): Define.
1619         (NtQueryTimer): Define.
1620         (ZwQueryTimer): Define.
1621
1622 2010-12-27  David Byron  <dbyron0@users.sourceforge.net>
1623
1624         * include/winioctl.h (STORAGE_BUS_TYPE): Define.
1625
1626 2010-12-27  Seth Jackson  <sethj@users.sourceforge.net>
1627
1628         * include/winbase.h (GetComputerNameEx): Define.
1629
1630 2010-12-27  Ryan Lortie  <desrt@desrt.ca>
1631
1632         * include/winbase.h (TzSpecificLocalTimeToSystemTime): Define.
1633
1634 2010-12-27  Markus Koenig  <basilo@users.sourceforge.net>
1635
1636         * include/gdiplus/gdipluspixelformats.h (PixelFormatIndexed,
1637         PixelFormatGDI, PixelFormatAlpha, PixelFormatPAlpha,
1638         PixelFormatExtended, PixelFormatCanonical, PixelFormatUndefined,
1639         PixelFormatDontCare, PixelFormat1bppIndexed, PixelFormat4bppIndexed,
1640         PixelFormat8bppIndexed, PixelFormat16bppGrayScale,
1641         PixelFormat16bppRGB555, PixelFormat16bppRGB565, PixelFormat16bpp1555,
1642         PixelFormat24bppRGB, PixelFormat32bppRGB, PixelFormat32bppARGB,
1643         PixelFormat32bppPARGB, PixelFormat48bppRGB, PixelFormat64bppARGB,
1644         PixelFormat64bppPARGB, PixelFormatMax): Fix definition.
1645
1646 2010-10-20  Seth Jackson  <sethj@users.sourceforge.net>
1647
1648         * include/commctrl.h (TC_ITEMHEADER[AW]): Rename to TCITEMHEADER[AW].
1649         Add defines for backward compatibility.
1650
1651 2010-12-27  Johann Hanne  <jonnyh33@users.sourceforge.net>
1652
1653         * include/oaidl.h (GetTypeComp, GetTypeComp, IsMatchingType): Fix defintion.
1654         * include/objidl.h (AddConnection, ReleaseConnection): Ditto.
1655         * include/winbase.h (EnumResourceLanguagesA, EnumResourceLanguagesW,
1656         EnumResourceNamesA, EnumResourceNamesW, EnumResourceTypesA,
1657         EnumResourceTypesW): Ditto.
1658         * include/winnt.h (_SYSTEM_POWER_CAPABILITIES): Ditto.
1659
1660 2010-12-27  Seth Jackson  <sethj@users.sourceforge.net>
1661
1662         * include/basetsd.h: (INT8, UINT8, INT16, UINT16): Define.
1663
1664 2010-12-27  Paul Sokolovsky  <pfalcon@users.sf.net>
1665
1666         * include/bdatypes.h: Add missing semicolons.
1667
1668 2010-08-26  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1669
1670         * include/w32api.h: Increment version to 3.15.
1671         * Makefile.in: Ditto.
1672
1673 2010-08-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1674
1675         * Makefile.in: Update naming convention and compression format (lzma),
1676         leaving existing naming convention and compression format as is for Cygwin.
1677
1678 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1679
1680         * include/oleacc.h (STATE_SYSTEM_HASPOPUP, STATE_SYSTEM_NORMAL,
1681         STATE_SYSTEM_PROTECTED): Define.
1682
1683         Thank you to Marcus von Appen for reporting the issue.
1684
1685 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1686
1687         * include/winuser.h (CF_DIBV5): Define.
1688         (CF_MAX): Adjust accordingly.
1689
1690         Thank you to Lenard Lindstrom for reporting the issue.
1691
1692 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1693
1694         * include/sspi.h (QuerySecurityContextToken): Define.
1695         * lib/secur32.def: Regenerate using gendef on a Win7 machine.
1696
1697         Thank you to Magnus Hagander for reporting the issue.
1698
1699 2010-08-25  Ali Sabil  <asabil@users.sourceforge.net>
1700
1701         * include/ocidl.h: Define COBJMACROS for IPropertyBag and IPropertyBag2.
1702
1703 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1704
1705         * include/shlwapi (ASSOCDATA): Update definition.
1706
1707         Thank you to Frederic Deschamps for reporting the issue.
1708
1709 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1710
1711         * include/winbase.h (COPY_FILE_OPEN_SOURCE_FOR_WRITE,
1712         COPY_FILE_ALLOW_DECRYPTED_DESTINATION, COPY_FILE_COPY_SYMLINK,
1713         COPY_FILE_NO_BUFFERING): Define.
1714
1715         Thank you to Roland Schwingel for reporting the issue.
1716
1717 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1718
1719         * include/winuser.h (HHOOK): Move definition from here...
1720         * include/windef.h: ...to here, as per MSDN.
1721
1722         Thank you to Samuel Thibault for reporting the issue.
1723
1724 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1725
1726         * include/winbase.h (GetEnvironmentStrings, GetEnvironmentStringsA): Per
1727         MSDN, change return type to LPCH.
1728         (GetEnvironmentStringsW): Per MSDN, change return type to LPWCH.
1729
1730         Thank you to Emmanuel Stapf for reporting the issue.
1731
1732 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1733
1734         * include/prsht.h (SNDMDG, POSTMSG): Fix typo.
1735         * include/windowsx.h (SNDMSG): Ditto.
1736
1737 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1738
1739         * include/prsht.h (SNDMSG, POSTMSG): Define macros and use throughout.
1740
1741         Thank you to Ozkan Sezer for reporting the issue.
1742
1743 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1744
1745         * include/windowsx.h (SNDMSG): Define macro and use throughout.
1746
1747         Thank you to Chris Oldwood for reporting the issue.
1748
1749 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1750
1751         * include/oleacc.h (AccessibleObjectFromEvent): Correct definition.
1752
1753         Thank you to Rick Walsh for reporting the issue.
1754
1755 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1756
1757         * include/winbase.h (MoveFileWithProcessA, MoveFileWithProgressW): Define.
1758
1759 2010-08-24  Vinky  <rabbit_vinky@users.sourceforge.net>
1760
1761         * include/winbase.h (OVERLAPPED): Correct definition.
1762
1763 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1764
1765         * include/winnt.h (IMAGE_NT_HEADERS32, IMAGE_NT_HEADERS64): Correct
1766         definition.
1767
1768         Thank you to Pasi Ruokola for reporting the issue.
1769
1770 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1771
1772         * include/exdisp.h (get_RegisterAsBrowser): Fix typo.
1773
1774         Thank you to cheznonnon for reporting the issue.
1775
1776 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1777
1778         * lib/ws2_32.def: Regenerate using gendef on a Win7 machine.
1779
1780 2010-08-24  Ozkan Sezer  <sezero@users.sourceforge.net>
1781
1782         * winnt.h: Fix several SUBLANG ID errors (ref:
1783         http://msdn.microsoft.com/en-us/library/dd318693(VS.85).aspx).
1784         (SUBLANG_UI_CUSTOM_DEFAULT): 0x05, not 0x03.
1785         (SUBLANG_HAUSA_NIGERIA): Bad ID name, correct one is ...
1786         (SUBLANG_HAUSA_NIGERIA_LATIN): ... this.
1787         (SUBLANG_INUKTITUT_CANADA_LATIN): 0x02, not 0x01.
1788         (SUBLANG_IRISH_IRELAND): 0x02, not 0x01.
1789         (SUBLANG_LAO_LAO_PDR): Bad ID name, correct one is ...
1790         (SUBLANG_LAO_LAO): ... this.
1791         (SUBLANG_LOWER_SORBIAN_GERMANY): 0x02, not 0x01.
1792         (SUBLANG_SAMI_SKOLT_FINLAND): 0x08, not 0x03.
1793         (SUBLANG_SAMI_INARI_FINLAND): 0x09, not 0x03.
1794         (SUBLANG_SYRIAC_SYRIA): define as SUBLANG_SYRIAC (what MSDN mentions).
1795         (SUBLANG_TIGRIGNA_ERITREA): 0x02, not 0x01.
1796         (SUBLANG_BENGALI_INDIA): 0x01, not 0x00.
1797         (SUBLANG_BENGALI_BANGLADESH): 0x02, not 0x01.
1798         (SUBLANG_PUNJABI_INDIA): 0x01, not 0x00.
1799         (SUBLANG_PUNJABI_PAKISTAN): not defined in MSDN.
1800         (SUBLANG_ROMANIAN_ROMANIA): 0x01, not 0x00.
1801         (SUBLANG_ROMANIAN_MOLDOVA): not defined in MSDN.
1802
1803 2010-08-24  LRN  <lrn1986@gmail.com>
1804
1805         * include/mmreg.h (MPEGLAYER3WAVEFORMAT, WAVE_FORMAT_UNKNOWN,
1806         WAVE_FORMAT_PCM, WAVE_FORMAT_ADPCM, WAVE_FORMAT_IEEE_FLOAT,
1807         WAVE_FORMAT_VSELP, WAVE_FORMAT_IBM_CVSD, WAVE_FORMAT_ALAW,
1808         WAVE_FORMAT_MULAW, WAVE_FORMAT_OKI_ADPCM, WAVE_FORMAT_DVI_ADPCM,
1809         WAVE_FORMAT_MEDIASPACE_ADPCM, WAVE_FORMAT_SIERRA_ADPCM,
1810         WAVE_FORMAT_G723_ADPCM, WAVE_FORMAT_DIGIFIX, WAVE_FORMAT_DIALOGIC_OKI_ADPCM,
1811         WAVE_FORMAT_MEDIAVISION_ADPCM, WAVE_FORMAT_CU_CODEC,
1812         WAVE_FORMAT_YAMAHA_ADPCM, WAVE_FORMAT_SONARC,
1813         WAVE_FORMAT_DSPGROUP_TRUESPEECH, WAVE_FORMAT_ECHOSC1,
1814         WAVE_FORMAT_AUDIOFILE_AF36, WAVE_FORMAT_APTX, WAVE_FORMAT_AUDIOFILE_AF10,
1815         WAVE_FORMAT_PROSODY_1612, WAVE_FORMAT_LRC, WAVE_FORMAT_DOLBY_AC2,
1816         WAVE_FORMAT_GSM610, WAVE_FORMAT_MSNAUDIO, WAVE_FORMAT_ANTEX_ADPCME,
1817         WAVE_FORMAT_CONTROL_RES_VQLPC, WAVE_FORMAT_DIGIREAL, WAVE_FORMAT_DIGIADPCM,
1818         WAVE_FORMAT_CONTROL_RES_CR10, WAVE_FORMAT_NMS_VBXADPCM,
1819         WAVE_FORMAT_ROLAND_RDAC, WAVE_FORMAT_ECHOSC3, WAVE_FORMAT_ROCKWELL_ADPCM,
1820         WAVE_FORMAT_ROCKWELL_DIGITALK, WAVE_FORMAT_XEBEC, WAVE_FORMAT_G721_ADPCM,
1821         WAVE_FORMAT_G728_CELP, WAVE_FORMAT_MSG723, WAVE_FORMAT_MPEG,
1822         WAVE_FORMAT_RT24, WAVE_FORMAT_PAC, WAVE_FORMAT_MPEGLAYER3,
1823         WAVE_FORMAT_LUCENT_G723, WAVE_FORMAT_CIRRUS, WAVE_FORMAT_ESPCM,
1824         WAVE_FORMAT_VOXWARE, WAVE_FORMAT_CANOPUS_ATRAC, WAVE_FORMAT_G726_ADPCM,
1825         WAVE_FORMAT_G722_ADPCM, WAVE_FORMAT_DSAT, WAVE_FORMAT_DSAT_DISPLAY,
1826         WAVE_FORMAT_VOXWARE_BYTE_ALIGNED, WAVE_FORMAT_VOXWARE_AC8,
1827         WAVE_FORMAT_VOXWARE_AC10, WAVE_FORMAT_VOXWARE_AC16,
1828         WAVE_FORMAT_VOXWARE_AC20, WAVE_FORMAT_VOXWARE_RT24,
1829         WAVE_FORMAT_VOXWARE_RT29, WAVE_FORMAT_VOXWARE_RT29HW,
1830         WAVE_FORMAT_VOXWARE_VR12, WAVE_FORMAT_VOXWARE_VR18,
1831         WAVE_FORMAT_VOXWARE_TQ40, WAVE_FORMAT_SOFTSOUND, WAVE_FORMAT_VOXWARE_TQ60,
1832         WAVE_FORMAT_MSRT24, WAVE_FORMAT_G729A, WAVE_FORMAT_MVI_MV12,
1833         WAVE_FORMAT_DF_G726, WAVE_FORMAT_DF_GSM610, WAVE_FORMAT_ISIAUDIO,
1834         WAVE_FORMAT_ONLIVE, WAVE_FORMAT_SBC24, WAVE_FORMAT_DOLBY_AC3_SPDIF,
1835         WAVE_FORMAT_ZYXEL_ADPCM, WAVE_FORMAT_PHILIPS_LPCBB, WAVE_FORMAT_PACKED,
1836         WAVE_FORMAT_RHETOREX_ADPCM, WAVE_FORMAT_IRAT, WAVE_FORMAT_VIVO_G723,
1837         WAVE_FORMAT_VIVO_SIREN, WAVE_FORMAT_DIGITAL_G723,
1838         WAVE_FORMAT_CREATIVE_ADPCM, WAVE_FORMAT_CREATIVE_FASTSPEECH8,
1839         WAVE_FORMAT_CREATIVE_FASTSPEECH10, WAVE_FORMAT_QUARTERDECK,
1840         WAVE_FORMAT_FM_TOWNS_SND, WAVE_FORMAT_BTV_DIGITAL, WAVE_FORMAT_VME_VMPCM,
1841         WAVE_FORMAT_OLIGSM, WAVE_FORMAT_OLIADPCM, WAVE_FORMAT_OLICELP,
1842         WAVE_FORMAT_OLISBC, WAVE_FORMAT_OLIOPR, WAVE_FORMAT_LH_CODEC,
1843         WAVE_FORMAT_NORRIS, WAVE_FORMAT_ISIAUDIO,
1844         WAVE_FORMAT_SOUNDSPACE_MUSICOMPRESS, WAVE_FORMAT_DVM, WAVE_FORMAT_RAW_AAC1,
1845         WAVE_FORMAT_MPEG_HEAAC, WAVE_FORMAT_MPEG_ADTS_AAC, WAVE_FORMAT_DRM,
1846         WAVE_FORMAT_DTS, WAVE_FORMAT_WMAVOICE9, WAVE_FORMAT_WMASPDIF,
1847         WAVE_FORMAT_WMAUDIO_LOSSLESS, WAVE_FORMAT_WMAUDIO2, WAVE_FORMAT_WMAUDIO3,
1848         WAVE_FORMAT_MPEG_LOAS, WAVE_FORMAT_RAW_SPORT, WAVE_FORMAT_ESST_AC3,
1849         WAVE_FORMAT_DTS2): Define.
1850         * include/msacm.h (HACMDRIVERID, HACMDRIVER, HACMSTREAM, HACMOBJ,
1851         ACMSTREAMHEADER, WAVEFILTER, acmDriverAddA, acmDriverAddW, acmDriverRemove,
1852         acmMetrics, acmStreamOpen, acmStreamSize, acmStreamPrepareHeader,
1853         acmStreamUnprepareHeader, acmStreamReset, acmStreamClose, acmStreamConvert):
1854         Define.
1855
1856 2010-08-23  LRN  <lrn1986@gmail.com>
1857
1858         * include/winbase.h (SYMBOLIC_LINK_FLAG_DIRECTORY, FILE_NAME_NORMALIZED,
1859         FILE_NAME_OPENED, VOLUME_NAME_DOS, VOLUME_NAME_GUID, VOLUME_NAME_NONE,
1860         VOLUME_NAME_NT, FILE_BASIC_INFO, FILE_STANDARD_INFO, FILE_NAME_INFO,
1861         FILE_STREAM_INFO, FILE_COMPRESSION_INFO, FILE_ATTRIBUTE_TAG_INFO,
1862         FILE_ID_BOTH_DIR_INFO, FILE_REMOTE_PROTOCOL_INFO, FILE_INFO_BY_HANDLE_CLASS,
1863         GetFileInformationByHandleEx, GetFinalPathNameByHandleA,
1864         GetFinalPathNameByHandleW): Define.
1865
1866 2010-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1867
1868         * lib/CheckConflicts.sh: New file.
1869
1870 2010-08-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1871
1872         * lib/kernel32.def (CopyLZFile, GetExpandedNameA, GetExpandedNameW, LZClose,
1873         LZCopy, LZInit, LZOpenFileA, LZOpenFileW, LZRead, LZSeek, OpenProcessToken,
1874         OpenThreadToken, RegCloseKey, RegCreateKeyExA, RegCreateKeyExW,
1875         RegDeleteKeyExA, RegDeleteKeyExW, RegDeleteValueA, RegDeleteValueW,
1876         RegEnumKeyExA, RegEnumKeyExW, RegEnumValueA, RegEnumValueW, RegFlushKey,
1877         RegGetKeySecurity, RegLoadKeyA, RegLoadKeyW, RegNotifyChangeKeyValue,
1878         RegOpenCurrentUser, RegOpenKeyExA, RegOpenKeyExW, RegOpenUserClassesRoot,
1879         RegQueryInfoKeyA, RegQueryInfoKeyW, RegQueryValueExA, RegQueryValueExW,
1880         RegRestoreKeyA, RegRestoreKeyW, RegSetKeySecurity, RegSetValueExA,
1881         RegSetValueW, RegUnLoadKeyA, RegUnLoadKeyW, RtlCaptureStackBackTrace,
1882         RtlFillMemory, RtlMoveMemory, RtlZeroMemory, SetThreadToken): Remove
1883         conflicting definition.
1884         * lib/th32.def: Remove.
1885         * lib/ntdll.def (RtlUnwind): Remove conflicting definition.
1886         * lib/version.def (VerLanguageNameA, VerLanguageNameW): Remove conflicting
1887         definition.
1888
1889 2010-08-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1890
1891         * lib/kernel32.def (CreateProcessAsUserW): Remove definition.
1892
1893 2010-08-20  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1894
1895         * lib/kernel32.def: Regenerate using gendef on a Win7 machine.
1896
1897 2010-08-19  Corinna Vinschen  <corinna@vinschen.de>
1898
1899         * include/winnt.h: Define FILE_ATTRIBUTE_VIRTUAL.  Change
1900         FILE_ATTRIBUTE_VALID_FLAGS accordingly.
1901         * include/ddk/winddk.h: Ditto.
1902
1903 2010-08-18  Ladislav Michl  <ladis@users.sourceforge.net>
1904
1905         * include/winbase.h (SYMBOLIC_LINK_FLAG_DIRECTORY, CreateSymbolicLinkW,
1906         CreateSymbolicLinkA, CreateSymbolicLink): Define
1907
1908 2010-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1909
1910         * lib/kernel32.def(FatalExit): Correct definiton.
1911
1912 2010-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1913
1914         * include/basetyps.h (REFGUID, REFIID, REFCLSID, REFFMTID): Revert change
1915         from 2010-07-17 since it breaks several applications.
1916
1917 2010-07-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1918
1919         * lib/kernel32.def: Regenerate using gendef.
1920
1921 2010-07-20  Ozkan Sezer  <sezero@users.sourceforge.net>
1922
1923         * include/commctrl.h (LVIF_GROUPID): Fix definition.
1924
1925 2010-07-20  Michael James  <james.me@gmail.com>
1926
1927         * include/commctrl.h (LVIF_COLUMNS): Fix definition.
1928
1929 2010-07-17  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1930
1931         * include/winnt.h (HEAP_MAKE_TAG_FLAGS, VALID_INHERIT_FLAGS): Correct
1932         definition.
1933         * include/rpcndr.h (NdrUnMarshConfStringHdr, NdrUnMarshCCtxtHdl,
1934         NdrMarshSCtxtHdl): Ditto.
1935         * include/basetyps.h (REFGUID, REFIID, REFCLSID, REFFMTID): Remove macro
1936         definition in favour of typedef definition.
1937
1938         Thank you to Yuta Tomino for reporting the issues.
1939
1940 2010-07-08  Markus Koenig  <basilo@users.sourceforge.net>
1941
1942         * include/gdiplus.h: New file.
1943         * include/gdiplus/gdiplus.h: New file.
1944         * include/gdiplus/gdiplusbase.h: New file.
1945         * include/gdiplus/gdiplusbrush.h: New file.
1946         * include/gdiplus/gdipluscolor.h: New file.
1947         * include/gdiplus/gdipluscolormatrix.h: New file.
1948         * include/gdiplus/gdipluseffects.h: New file.
1949         * include/gdiplus/gdiplusenums.h: New file.
1950         * include/gdiplus/gdiplusflat.h: New file.
1951         * include/gdiplus/gdiplusgpstubs.h: New file.
1952         * include/gdiplus/gdiplusgraphics.h: New file.
1953         * include/gdiplus/gdiplusheaders.h: New file.
1954         * include/gdiplus/gdiplusimageattributes.h: New file.
1955         * include/gdiplus/gdiplusimagecodec.h: New file.
1956         * include/gdiplus/gdiplusimaging.h: New file.
1957         * include/gdiplus/gdiplusimpl.h: New file.
1958         * include/gdiplus/gdiplusinit.h: New file.
1959         * include/gdiplus/gdipluslinecaps.h: New file.
1960         * include/gdiplus/gdiplusmatrix.h: New file.
1961         * include/gdiplus/gdiplusmem.h: New file.
1962         * include/gdiplus/gdiplusmetafile.h: New file.
1963         * include/gdiplus/gdiplusmetaheader.h: New file.
1964         * include/gdiplus/gdipluspath.h: New file.
1965         * include/gdiplus/gdipluspen.h: New file.
1966         * include/gdiplus/gdipluspixelformats.h: New file.
1967         * include/gdiplus/gdiplusstringformat.h: New file.
1968         * include/gdiplus/gdiplustypes.h: New file.
1969         * lib/gdiplus.c: New file containing GDI+ variable definitions
1970         and GUIDs.
1971         * lib/gdiplus.def: New file.
1972         * lib/Makefile.in: Add gdiplus.o to EXTRA_OBJS,
1973         add gdiplus.c to SOURCES.
1974         * lib/test.c: Include gdiplus.h.
1975
1976 2010-06-28  Rick Rankin  <rrankin1424-mingw@yahoo.com>
1977
1978         * include/psapi.h (PROCESS_MEMORY_COUNTERS_EX, PERFORMANCE_INFORMATION,
1979         GetPerformanceInfo): Define.
1980         * lib/psapi.def (GetPerformanceInfo): Define.
1981         * include/wincrypt.h (CryptEnumProvidersA, CryptEnumProvidersW,
1982         CryptEnumProviders): Define.
1983
1984 2010-02-17  LRN  <lrn1986@gmail.com>
1985
1986         * include/shlguid.h (IID_IFolderView): Define.
1987         * include/shlobj.h (IFolderView interface): Define.
1988         * lib/shell32.c (IID_IFolderView): Export.
1989
1990 2010-01-26  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
1991
1992         * include/shldisp.h (AUTOCOMPLETEOPTIONS): Add version guard around
1993         ACO_WORD_FILTER and ACO_NOPREFIXFILTERING.
1994
1995 2010-01-26  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
1996
1997         * include/shldisp.h (AUTOCOMPLETEOPTIONS): Add enum.
1998
1999 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2000
2001         * include/shlobj.h (SHParseDisplayName): Fix definition.
2002
2003 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2004
2005         * include/w32api.h: Increment version to 3.14.
2006         * Makefile.in: Ditto.
2007
2008 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2009
2010         * include/shlobj.h (SHParseDisplayName): Define.
2011
2012         Thanks to James Roberts-Thomson for the report.
2013
2014 2009-20-10  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
2015
2016         * include/wingdi.h (ENHMFENUMPROC): Correct definition.
2017
2018         Thanks to Alexander Vassilev for the report.
2019
2020 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2021
2022         * include/iprtrmib.h (MIB_IPADDRROW): Correct definition.
2023
2024         Thanks to Thomas Denk for the report.
2025
2026 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2027
2028         * include/winbase.h (UnmapViewOfFile): Correct definition.
2029
2030         Thanks to Dimitry Sibiryakov for the report.
2031
2032 2009-20-10  Aleksey Chernov  <virxkane@users.sourceforge.net>
2033
2034         * include/sspi.h: Include ntsecapi.h to correct postgresql build error.
2035
2036 2009-20-10  Heiko Hund  <heiko@ist.eigentlich.net>
2037
2038         * include/commctrl.h (GetMUILanguage, InitMUILanguage): Add prototypes.
2039         * lib/comctl32.def (GetMUILanguage, InitMUILanguage): Define.
2040
2041 2009-20-10  Michael James  <james.me@gmail.com>
2042
2043         * include/wingdi.h (CLEARTYPE_QUALITY): Define.
2044         * include/winuser.h (WM_KEYLAST): Alternative definition when _WIN32_WINNT
2045         >= 0x0501.
2046         (WM_UNICHAR,UNICODE_NOCHAR): Define.
2047         * lib/comctl32.def (DefSubclassProc@16,GetWindowSubclass@16,
2048         RemoveWindowSubclass@12): Add exports.
2049         * lib/gdi32.def (GetDCBrushColor@4,GetDCPenColor@4): Add exports.
2050
2051 2009-20-10  Jarkko Sakkinen  <jarkko.sakkinen@iki.fi>
2052
2053         * include/winuser.h (WM_TOUCHMOVE, WM_TOUCHDOWN, WM_TOUCHUP,
2054         TOUCHEVENTF_DOWN, TOUCHEVENTF_INRANGE, TOUCHEVENTF_MOVE,
2055         TOUCHEVENTF_NOCOALESCE, TOUCHEVENTF_PALM, TOUCHEVENTF_PEN,
2056         TOUCHEVENTF_PRIMARY, TOUCHEVENTF_UP, TOUCHEVENTMASKF_CONTACTAREA,
2057         TOUCHEVENTMASKF_EXTRAINFO, TOUCHEVENTMASKF_TIMEFROMSYSTEM, TOUCHINPUT,
2058         CloseTouchInputHandle, GetTouchInputInfo, IsTouchWindow,
2059         RegisterTouchWindow, UnregisterTouchWindow): Define.
2060         * lib/user32.def (CloseTouchInputHandle, GetTouchInputInfo, IsTouchWindow,
2061         RegisterTouchWindow, UnregisterTouchWindow): Define.
2062
2063 2009-20-10  Dmitry Potapov  <dpotapov@users.sourceforge.net>
2064
2065         * include/winver.h (VerQueryValue[AW]): Correct definition.
2066
2067 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2068
2069         * include/shlobj.h (SHARD): Add enum.
2070         (SHARD_PATH): Define based on UNICODE.
2071
2072         Thanks to Jacek Caban for the report.
2073
2074 2009-14-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2075
2076         * include/wingdi.h (_devicemodeW, _devicemodeA): Correct definition.
2077
2078         Thanks to Bruno Martinez for the report.
2079
2080 2009-14-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2081
2082         * include/shlobj.h (IDO_SHGIOI_SHARE, IDO_SHGIOI_LINK, IDO_SHGIOI_SLOWFILE,
2083         IDO_SHGIOI_DEFAULT, SHGetIconOverlayIndexW, SHGetIconOverlayIndexA,
2084         SHGetIconOverlayIndex): Define.
2085
2086         Thanks to Tim Kosse for the report.
2087
2088 2009-13-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2089
2090         * include/wincon.h (AttachConsole): Correct guard.
2091
2092         Thanks to Alexander Shaduri for the report.
2093
2094 2009-13-09  Robert Moerland  <rjmoerland@users.sourceforge.net>
2095
2096         * include/wininet.h (NTERNET_CACHE_ENTRY_INFOW): Correct definition.
2097         (DeleteUrlCacheEntryW, DeleteUrlCacheEntryA): Define.
2098
2099 2009-13-09  Jacky Lai  <crazyjacky@users.sourceforge.net>
2100
2101         * include/winerror.h: Fix typos in macro names.
2102
2103 2009-13-09  Jan Nijtmans  <nijtmans@users.sourceforge.net>
2104
2105         * include/winuser.h (SendMessageTimeoutA, SendMessageTimeoutW): Correct
2106         definition.
2107
2108 2009-11-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2109
2110         * include/winnt.h (PROCESS_SUSPEND_RESUME): Define.
2111
2112 2009-10-29  Charles Wilson  <mingw@cwilson.fastmail.fm>
2113
2114         Honor DESTDIR for winsup/mingw and winsup/w32api.
2115         Detect and report error if installation paths are win32
2116         format, but DESTDIR is non-empty.
2117
2118         * Makefile.in (install, uninstall): Use FLAGS_TO_PASS
2119         when invoking make in subdirs.
2120         * lib/Makefile.in (DESTDIR): Honor per convention.
2121         (need-DESTDIR-compatibility): New macro; define it and a
2122         corresponding rule.
2123         (fail-DESTDIR-compatibility): New dependency goal.
2124         (install-libraries, install-headers, uninstall-libraries,
2125         uninstall-headers): Require need-DESTDIR-compatibility.
2126         * lib/ddk/Makefile.in: Ditto.
2127         * lib/directx/Makefile.in: Ditto.
2128
2129 2009-10-04  Corinna Vinschen  <corinna@vinschen.de>
2130
2131         * include/winbase.h (CreateRestrictedToken): Declare for >= Win 2000.
2132         _WIN32_WINNT >= 0x0500.
2133         (DISABLE_MAX_PRIVILEGE, SANDBOX_INERT, LUA_TOKEN,
2134         WRITE_RESTRICTED): Define.
2135         (IsTokenRestricted): Declare for >= Win 2000.
2136
2137 2009-08-30  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2138
2139         * include/wtsapi32.h (WTSQuerySessionInformationA,
2140         WTSQuerySessionInformationW, WTSQuerySessionInformation, WTSFreeMemory):
2141         Moved to (_WIN32_WINNT >= 0x0500) guard.
2142         (thanks to Pierre Ossman)
2143
2144 2009-08-09  Andy Koppe  <andy.koppe@gmail.com>
2145
2146         * include/winnls.h (IS_HIGH_SURROGATE, IS_LOW_SURROGATE,
2147         IS_SURROGATE_PAIR): Define.
2148
2149 2009-07-27  Corinna Vinschen  <corinna@vinschen.de>
2150
2151         * include/winnt.h (FILE_SUPPORTS_HARD_LINKS,
2152         FILE_SUPPORTS_EXTENDED_ATTRIBUTES, FILE_SUPPORTS_OPEN_BY_FILE_ID,
2153         FILE_SUPPORTS_USN_JOURNALS): Define.  Add comment.
2154         * include/ddk/ntifs.h: Ditto.
2155         (FILE_SEQUENTIAL_WRITE_ONCE, FILE_SUPPORTS_TRANSACTIONS): Define.
2156
2157 2009-07-21  Corinna Vinschen  <corinna@vinschen.de>
2158
2159         * lib/msimg32.def (GetDCBrushColor, GetDCPenColor): Move entry points
2160         from here...
2161         * lib/gdo32.dll: ...to here.
2162
2163 2009-07-01  Corinna Vinschen  <corinna@vinschen.de>
2164
2165         * lib/comctl32.def (StrCSpnA@8, StrCSpnIA@8, StrCSpnW@8, StrChrA@8,
2166         StrChrIA@8, StrChrIW@8, StrChrW@8, StrCmpNA@12, StrCmpNIA@12,
2167         StrCmpNIW@12, StrCmpNW@12, StrRChrA@12, StrRChrIA@12, StrRChrW@12,
2168         StrRStrIA@12, StrRStrIW@12, StrStrA@8, StrStrIA@8, StrStrIW@8,
2169         StrStrW@8, StrToIntA@4, StrToIntW@4): Remove erroneously defined
2170         entry points.
2171
2172 2009-06-24  Corinna Vinschen  <corinna@vinschen.de>
2173
2174         * include/wtsapi32.h (WTSQueryUserToken, WTSEnumerateSessionsW,
2175         WTSEnumerateSessionsA): Add function prototypes.
2176         (struct _WTS_SESSION_INFOW, struct _WTS_SESSION_INFOA): Add typedefs.
2177         (WTS_SESSION_INFO, PWTS_SESSION_INFO, WTSEnumerateSessions): Add
2178         defines dependent on UNICODE setting.
2179
2180 2009-06-07  Corinna Vinschen  <corinna@vinschen.de>
2181
2182         * include/ddk/ntapi.h: Add NtXxx equivalent to ZwXxx where missing
2183         and vice versa.
2184         * include/ddk/ntifs.h: Ditto.
2185         * include/ddk/winddk.h: Ditto.
2186         * lib/ntdll.def (NtPlugPlayControl, NtQueryInstallUILanguage,
2187         ZwPlugPlayControl, ZwQueryInstallUILanguage): Add entry points defined
2188         in header, but missing in lib.  Omit NT4-only entry points.
2189
2190 2009-05-01  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2191
2192         * include/shellapi.h (SHIL_LARGE, SHIL_SMALL, SHIL_EXTRALARGE,
2193         SHIL_SYSSMALL, SHIL_JUMBO, SHIL_LAST SHIL_JUMBO, SHGetImageList): Define.
2194         * lib/shell32.def (SHGetImageList): Define.
2195
2196 2009-02-18  Corinna Vinschen  <corinna@vinschen.de>
2197
2198         * winnt.h: Add Vista token security extensions.
2199         (SID_HASH_SIZE): Define.
2200         (TOKEN_MANDATORY_POLICY_OFF, TOKEN_MANDATORY_POLICY_NO_WRITE_UP,
2201         TOKEN_MANDATORY_POLICY_NEW_PROCESS_MIN,
2202         TOKEN_MANDATORY_POLICY_VALID_MASK): Define.
2203         (SID_HASH_ENTRY): Define.
2204         (struct _SID_AND_ATTRIBUTES_HASH): Define.
2205         (struct _TOKEN_LINKED_TOKEN): Define.
2206         (struct _TOKEN_MANDATORY_LABEL): Define.
2207         (struct _TOKEN_MANDATORY_POLICY): Define.
2208         (struct _TOKEN_ELEVATION): Define.
2209         (struct _TOKEN_ACCESS_INFORMATION): Define.
2210         (enum _TOKEN_INFORMATION_CLASS): Conditionally define new Vista token
2211         information enumeration values.
2212
2213 2009-02-09  Corinna Vinschen  <corinna@vinschen.de>
2214
2215         * include/winioctl.h (FSCTL_ALLOW_EXTENDED_DASD_IO): Copy definition
2216         from ddk/ntifs.h.
2217
2218 2009-02-06  Linton Miller  <Linton.Miller@trivininc.com>
2219
2220         * include/wtsapi32.h (WTS_CURRENT_SESSION): Fix definition.
2221
2222 2009-01-19  Corinna Vinschen  <corinna@vinschen.de>
2223
2224         * include/winbase.h (enum _DEP_SYSTEM_POLICY_TYPE): Fix version guard.
2225
2226 2009-01-11  Henry Nestler  <henry@bigfoot.de>
2227
2228         * lib/ddk/ntoskrnl.def: Enable ZwQueryEaFile, ZwSetEaFile, NtQueryEaFile,
2229         NtSetEaFile.
2230
2231 2009-01-07  Corinna Vinschen  <corinna@vinschen.de>
2232
2233         * include/winbase.h (SCS_64BIT_BINARY): Define.
2234
2235 2008-12-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2236
2237         * include/w32api.h: Increment version to 3.13.
2238         * Makefile.in: Ditto.
2239
2240 2008-12-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2241
2242         * lib/glut.def: remove.
2243         * lib/glut32.def: ditto.
2244
2245 2008-11-11  Corinna Vinschen  <corinna@vinschen.de>
2246
2247         * include/winbase.h (PROCESS_DEP_ENABLE,
2248         PROCESS_DEP_DISABLE_ATL_THUNK_EMULATION): Define for >= Vista SP1.
2249         (enum _DEP_SYSTEM_POLICY_TYPE): Ditto.
2250         (GetProcessDEPPolicy, GetSystemDEPPolicy, SetProcessDEPPolicy): Ditto.
2251
2252 2008-10-09  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2253
2254         * include/mmsystem.h (sndAlias): Correct GCC4 warning.
2255
2256 2008-10-04  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2257
2258         * include/shellapi.h (NOTIFYICON_VERSION_4): Define.
2259
2260 2008-09-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2261
2262         * include/vfw.h (capSendMessage): Rename to __capSendMessage.
2263
2264 2008-09-24  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2265
2266         * include/vfw.h (WM_CAP_SET_CALLBACK_ERRORA, WM_CAP_SET_CALLBACK_ERRORW,
2267         WM_CAP_SET_CALLBACK_STATUS, WM_CAP_SET_CALLBACK_YIELD,
2268         WM_CAP_SET_CALLBACK_FRAMEA, WM_CAP_SET_CALLBACK_FRAMEW,
2269         WM_CAP_SET_CALLBACK_VIDEOSTREAM, WM_CAP_SET_CALLBACK_WAVESTREAM,
2270         WM_CAP_GET_USER_DATA, WM_CAP_SET_USER_DATA, WM_CAP_DRIVER_CONNECT,
2271         WM_CAP_DRIVER_DISCONNECT, WM_CAP_DRIVER_GET_NAMEA, WM_CAP_DRIVER_GET_NAMEW,
2272         WM_CAP_DRIVER_GET_VERSIONA, WM_CAP_DRIVER_GET_VERSIONW,
2273         WM_CAP_DRIVER_GET_CAPS, WM_CAP_FILE_SET_CAPTURE_FILEA,
2274         WM_CAP_FILE_SET_CAPTURE_FILEW, WM_CAP_FILE_GET_CAPTURE_FILEA,
2275         WM_CAP_FILE_GET_CAPTURE_FILEW, WM_CAP_FILE_ALLOCATE, WM_CAP_FILE_SAVEASA,
2276         WM_CAP_FILE_SAVEASW, WM_CAP_FILE_SET_INFOCHUNK, WM_CAP_FILE_SAVEDIBA,
2277         WM_CAP_FILE_SAVEDIBW, WM_CAP_EDIT_COPY, WM_CAP_SET_AUDIOFORMAT,
2278         WM_CAP_GET_AUDIOFORMAT, WM_CAP_DLG_VIDEOFORMAT, WM_CAP_DLG_VIDEOSOURCE,
2279         WM_CAP_DLG_VIDEODISPLAY, WM_CAP_GET_VIDEOFORMAT, WM_CAP_SET_VIDEOFORMAT,
2280         WM_CAP_DLG_VIDEOCOMPRESSION, WM_CAP_SET_PREVIEW, WM_CAP_SET_OVERLAY,
2281         WM_CAP_SET_PREVIEWRATE, WM_CAP_SET_SCALE, WM_CAP_GET_STATUS,
2282         WM_CAP_SET_SCROLL, WM_CAP_GRAB_FRAME, WM_CAP_GRAB_FRAME_NOSTOP,
2283         WM_CAP_SEQUENCE, WM_CAP_SEQUENCE_NOFILE, WM_CAP_SET_SEQUENCE_SETUP,
2284         WM_CAP_GET_SEQUENCE_SETUP, WM_CAP_SET_MCI_DEVICEA, WM_CAP_SET_MCI_DEVICEW,
2285         WM_CAP_GET_MCI_DEVICEA, WM_CAP_GET_MCI_DEVICEW, WM_CAP_STOP, WM_CAP_ABORT,
2286         WM_CAP_SINGLE_FRAME_OPEN, WM_CAP_SINGLE_FRAME_CLOSE, WM_CAP_SINGLE_FRAME,
2287         WM_CAP_PAL_OPENA, WM_CAP_PAL_OPENW, WM_CAP_PAL_SAVEA, WM_CAP_PAL_SAVEW,
2288         WM_CAP_PAL_PASTE, WM_CAP_PAL_AUTOCREATE, WM_CAP_PAL_MANUALCREATE,
2289         WM_CAP_SET_CALLBACK_CAPCONTROL): Define using WM_USER.
2290         (capSendMessage): Don't undef.
2291
2292 2008-09-21  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2293
2294         * incude/sspi.h: include subauth.h to fix issue of UNICODE_STRING being
2295         undefined.
2296
2297 2008-09-13  mega-squall  <mega-squall@users.sf.net>
2298
2299         * include/winnt.h (SUBLANG_BENGALI_INDIA, SUBLANG_PUNJABI_INDIA,
2300         SUBLANG_ROMANIAN_ROMANIA): Correct definition.
2301         (SUBLANG_BENGALI_BANGLADESH, SUBLANG_PUNJABI_PAKISTAN,
2302         SUBLANG_ROMANIAN_MOLDOVA): Define.
2303
2304 2008-09-11  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2305
2306         * include/shlwapi.h (ASSOCSTR): Update enum.
2307
2308 2008-09-07  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2309
2310         * include/w32api.h: Increment version to 3.12.
2311         * Makefile.in: Ditto.
2312
2313 2008-09-07  Michael Hentschel  <mikeh42@users.sourceforge.net>
2314
2315         * include/shlwapi.h (STIF_DEFAULT, STIF_SUPPORT_HEX): Define.
2316
2317 2008-09-07  alsemm  <alsemm@users.sourceforge.net>
2318
2319         * include/mlang.h (IMLangFontLink2::MapFont): Fix definition.
2320
2321 2008-09-07  Danny Smith  <dannysmith@users.sourceforge.net>
2322
2323         * include/ws2tcpip.h (IPV6_MREQ): Fix typo.
2324         Thanks to Richard Hughes for report.
2325
2326 2008-09-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2327
2328         * Makefile.in: Adjust to new naming standard for MinGW while maintaining old
2329         naming standard for Cygwin.
2330
2331 2008-08-30  Bo Yang  <techrazy@users.sourceforge.net>
2332
2333         * include/sspi.h: Fix PSecurityFunctionTableW structure.
2334
2335 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2336
2337         * include/ddk/scsi.h: Define READ_TOC formats.
2338         * lib/ddk/scsiport.def (ScsiPortGetDeviceBase): Fix export.
2339
2340 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2341
2342         * include/ddk/ndis.h (NDIS_MINIPORT_MAJOR_VERSION, NDIS_MINIPORT_MINOR_VERSION,
2343         struct NDIS_TASK_OFFLOAD_HEADER, PROTOCOL_RESERVED_SIZE_IN_PACKET,
2344         NdisGetFirstBufferFromPacketSafe, NdisMIndicateReceivePacket,
2345         NdisSetPacketPoolProtocolId, NdisMInitializeTimer, NdisMSetPeriodicTimer,
2346         NdisMCancelTimer): Define.
2347         (enum NDIS_ENCAPSULATION, struct NDIS_ENCAPSULATION_FORMAT): move in file.
2348         (struct _NDIS_PACKET): Define using _ANONYMOUS_UNION and ANONYMOUS_STRUCT to
2349         eliminate warnings.
2350         (NdisReinitializePacket): Rename from NdisReinitializePacketCounts.
2351         * lib/ddk/ndis.def (NdisInitAnsiString, NdisInitUnicodeString, NdisMCancelTimer,
2352         NdisMInitializeTimer, NdisMSetPeriodicTimer, NdisSetPacketPoolProtocolId):
2353         Export.
2354
2355 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2356
2357         * include/ddk/winddk.h (RtlStringCbCopyA, RtlStringCbPrintfA,
2358         RtlStringCbVPrintfA): define in terms of POSIX string functions.
2359
2360 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2361
2362         * include/ddk/winddk.h (KeRaiseIrql): Define.
2363         (KfRaiseIrql, KfLowerIrql): remove incorrect definitions.
2364
2365 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2366
2367         * include/ddk/winddk.h (KeFlushQueuedDpcs, KeMemoryBarrier): Define.
2368         (KeGetCurrentProcessorNumber): Fix incorrect member reference.
2369         (InterlockedIncrement, InterlockedDecrement): fix warning.
2370         * lib/ddk/ntoskrnl.def (KeFlushQueuedDpcs, KeMemoryBarrier): Export.
2371         (KeNumberProcessors): Export.
2372
2373 2008-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2374
2375         * include/shlwapi.h (ASSOCF_INIT_NOREMAPCLSID, ASSOCF_INIT_BYEXENAME,
2376         ASSOCF_OPEN_BYEXENAME, ASSOCF_INIT_DEFAULTTOSTAR,
2377         ASSOCF_INIT_DEFAULTTOFOLDER, ASSOCF_NOUSERSETTINGS, ASSOCF_NOTRUNCATE,
2378         ASSOCF_VERIFY, ASSOCF_REMAPRUNDLL, ASSOCF_NOFIXUPS, ASSOCF_IGNOREBASECLASS,
2379         ASSOCF_INIT_IGNOREUNKNOWN): Define.
2380
2381 2008-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2382
2383         * include/commctrl.h (LVN_MARQUEEBEGIN): Define.
2384
2385         Thanks to Tim Kosse <botg at users dot sf dot net>.
2386
2387 2008-08-22  Bo Yang  <techrazy@users.sourceforge.net>
2388
2389         * include/winnt.h (OWNER_SECURITY_INFORMATION, GROUP_SECURITY_INFORMATION,
2390         DACL_SECURITY_INFORMATION, SACL_SECURITY_INFORMATION): Correct.
2391         * include/winnt.h (OWNER_SECURITY_INFORMATION, GROUP_SECURITY_INFORMATION,
2392         DACL_SECURITY_INFORMATION, SACL_SECURITY_INFORMATION,
2393         LABEL_SECURITY_INFORMATION, UNPROTECTED_SACL_SECURITY_INFORMATION,
2394         UNPROTECTED_DACL_SECURITY_INFORMATION, PROTECTED_SACL_SECURITY_INFORMATION,
2395         PROTECTED_DACL_SECURITY_INFORMATION): Define.
2396
2397 2008-08-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2398
2399         * include/wtsapi32.h (_WTS_INFO_CLASS, _WTS_CONNECTSTATE_CLASS,
2400         WTSQuerySessionInformation, WTSFreeMemory): Define.
2401
2402 2008-07-25  Bo Yang  <techrazy@users.sourceforge.net>
2403
2404         * lib/gdi32.def (SetLayout): Export.
2405
2406 2008-07-25  Bo Yang  <techrazy@users.sourceforge.net>
2407
2408         * include/wincrypt.h (struct _CRYPT_KEY_PROV_PARAM,
2409         struct _CRYPT_KEY_PROV_INFO, CertGetCertificateContextProperty,
2410         CryptEnumKeyIdentifierProperties, CryptAcquireCertificatePrivateKey,
2411         CertCreateCertificateContext, CryptGetKeyIdentifierProperty,
2412         CertSetCertificateContextProperty, CertCompareCertificateName,
2413         CryptSetKeyIdentifierProperty, CertOIDToAlgId, CryptGetDefaultProviderA,
2414         CryptGetDefaultProviderW and many corresponding macroes): Define.
2415         * lib/crypt32.def (Export the above 11 functions): Export.
2416         * include/winerror.h (CRYPT_E_NOT_FOUND and other crypt related
2417         macroes): Define.
2418
2419
2420 2008-07-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2421
2422         * include/winuser.h (MENUGETOBJECTINFO, MNGO_NOINTERFACE, MNGO_NOERROR,
2423         MNGOF_TOPGAP, MNGOF_BOTTOMGAP): Define.
2424
2425 2008-07-24  techrazy  <techrazy@users.sourceforge.net>
2426
2427         * include/wingdi.h (OUT_PS_ONLY_PRECIS): Define.
2428
2429 2008-07-24  Corinna Vinschen  <corinna@vinschen.de>
2430
2431         * include/lmaccess.h (struct _USER_INFO_4): Define.
2432         (struct _USER_INFO_23): Define.
2433         (struct _GROUP_INFO_3): Define.
2434
2435 2008-07-14  Corinna Vinschen  <corinna@vinschen.de>
2436
2437         * include/iphlpapi.h (GetExtendedTcpTable): Add prototype.
2438         * include/iprtrmib.h (TCP_TABLE_CLASS, MIB_TCPROW_OWNER_PID,
2439         MIB_TCPTABLE_OWNER_PID, MIB_TCP6ROW_OWNER_PID,
2440         MIB_TCP6TABLE_OWNER_PID): Define.
2441         * lib/iphlpapi.def (GetExtendedTcpTable): Export.
2442
2443 2008-06-25  Brandon Sneed  <nivenh@sourceware.org>
2444
2445         * include/winbase.h (GetProcessHandleCount, GetSystemRegistryQuota,
2446         GetThreadIOPendingFlag): Modified to rely on _WIN32_WINNT 0x0501 instead
2447         of 0x0502.
2448         Bug reported by Thomas Denk.
2449
2450 2008-06-25  Brandon Sneed  <nivenh@sourceware.org>
2451
2452         * include/winbase.h (InterlockedIncrement, InterlockedDecrement,
2453         InterlockedCompareExchange, InterlockedExchange,
2454         InterlockedCompareExchangePointer, InterlockedExchangeAdd,
2455         InterlockedExchangePointer): Modified from PLONG to LONG volatile *.
2456         Bug reported by Erik Blake.
2457
2458 2008-06-20  Danny Smith  <dannysmith@users.sourceforge.net>
2459
2460         * lib/ddk/hal.def (HalTranslateBusAddress): Correct suffix.
2461         * lib/ddk/ntoskrnl.def (MmAllocateContiguousMemory): Correct suffix.
2462         Bug reported by Brian Hawley.
2463
2464 2008-06-17  Corinna Vinschen  <corinna@vinschen.de>
2465
2466         * include/dsgetdc.h (DS_FORCE_REDISCOVERY, DS_FORCE_REDISCOVERY,
2467         DS_DIRECTORY_SERVICE_REQUIRED, DS_DIRECTORY_SERVICE_PREFERRED,
2468         DS_GC_SERVER_REQUIRED, DS_PDC_REQUIRED, DS_BACKGROUND_ONLY,
2469         DS_IP_REQUIRED, DS_KDC_REQUIRED, DS_TIMESERV_REQUIRED,
2470         DS_WRITABLE_REQUIRED, DS_GOOD_TIMESERV_PREFERRED, DS_AVOID_SELF,
2471         DS_ONLY_LDAP_NEEDED, DS_IS_FLAT_NAME, DS_IS_DNS_NAME,
2472         DS_RETURN_DNS_NAME, DS_RETURN_FLAT_NAME): Define.
2473         (DsGetDcNameW, DsGetDcNameA): Declare.
2474         (DsGetDcName): Define.
2475         * lib/netapi32.def (DsGetDcNameA, DsGetDcNameW): Export.
2476
2477 2008-05-28  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2478
2479         * include/commctrl.h (NMLVODSTATECHANGE): Define.
2480
2481         Thanks to Tim Kosse <botg at users dot sf dot net>.
2482
2483 2008-05-28  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2484
2485         * include/winnt.h (SUBLANG_TIBETAN_BHUTAN): Fix definition.
2486
2487         Thanks to Nicola Di Nisio <nicoladinisio at users dot sf dot net>.
2488
2489 2008-05-15  Corinna Vinschen  <corinna@vinschen.de>
2490
2491         * include/winnt.h (FILE_SEQUENTIAL_WRITE_ONCE): Define.
2492         (FILE_SUPPORTS_TRANSACTIONS): Define.
2493
2494 2008-05-01  Bart Oldeman  <bartoldeman@users.sf.net>
2495
2496         * include/winuser.h (DEVICE_NOTIFY_WINDOW_HANDLE,
2497         DEVICE_NOTIFY_SERVICE_HANDLE): remove duplicate definition.
2498
2499 2008-05-02  Ramiro Polla  <ramiro@lisha.ufsc.br>
2500
2501         * include/vfw.h (WM_CAP_SET_CALLBACK_ERRORA, WM_CAP_SET_CALLBACK_ERRORW,
2502         WM_CAP_SET_CALLBACK_STATUS, WM_CAP_SET_CALLBACK_YIELD,
2503         WM_CAP_SET_CALLBACK_FRAMEA, WM_CAP_SET_CALLBACK_FRAMEW,
2504         WM_CAP_SET_CALLBACK_VIDEOSTREAM, WM_CAP_SET_CALLBACK_WAVESTREAM,
2505         WM_CAP_GET_USER_DATA, WM_CAP_SET_USER_DATA, WM_CAP_DRIVER_CONNECT,
2506         WM_CAP_DRIVER_DISCONNECT, WM_CAP_DRIVER_GET_NAMEA, WM_CAP_DRIVER_GET_NAMEW,
2507         WM_CAP_DRIVER_GET_VERSIONA, WM_CAP_DRIVER_GET_VERSIONW,
2508         WM_CAP_DRIVER_GET_CAPS, WM_CAP_FILE_SET_CAPTURE_FILEA,
2509         WM_CAP_FILE_SET_CAPTURE_FILEW, WM_CAP_FILE_GET_CAPTURE_FILEA,
2510         WM_CAP_FILE_GET_CAPTURE_FILEW, WM_CAP_FILE_ALLOCATE, WM_CAP_FILE_SAVEASA,
2511         WM_CAP_FILE_SAVEASW, WM_CAP_FILE_SET_INFOCHUNK, WM_CAP_FILE_SAVEDIBA,
2512         WM_CAP_FILE_SAVEDIBW, WM_CAP_EDIT_COPY, WM_CAP_SET_AUDIOFORMAT,
2513         WM_CAP_GET_AUDIOFORMAT, WM_CAP_DLG_VIDEOFORMAT, WM_CAP_DLG_VIDEOSOURCE,
2514         WM_CAP_DLG_VIDEODISPLAY, WM_CAP_GET_VIDEOFORMAT, WM_CAP_SET_VIDEOFORMAT,
2515         WM_CAP_DLG_VIDEOCOMPRESSION, WM_CAP_SET_PREVIEW, WM_CAP_SET_OVERLAY,
2516         WM_CAP_SET_PREVIEWRATE, WM_CAP_SET_SCALE, WM_CAP_GET_STATUS,
2517         WM_CAP_SET_SCROLL, WM_CAP_GRAB_FRAME, WM_CAP_GRAB_FRAME_NOSTOP,
2518         WM_CAP_SEQUENCE, WM_CAP_SEQUENCE_NOFILE, WM_CAP_SET_SEQUENCE_SETUP,
2519         WM_CAP_GET_SEQUENCE_SETUP, WM_CAP_SET_MCI_DEVICEA, WM_CAP_SET_MCI_DEVICEW,
2520         WM_CAP_GET_MCI_DEVICEA, WM_CAP_GET_MCI_DEVICEW, WM_CAP_STOP, WM_CAP_ABORT,
2521         WM_CAP_SINGLE_FRAME_OPEN, WM_CAP_SINGLE_FRAME_CLOSE, WM_CAP_SINGLE_FRAME,
2522         WM_CAP_PAL_OPENA, WM_CAP_PAL_OPENW, WM_CAP_PAL_SAVEA, WM_CAP_PAL_SAVEW,
2523         WM_CAP_PAL_PASTE, WM_CAP_PAL_AUTOCREATE, WM_CAP_PAL_MANUALCREATE,
2524         WM_CAP_SET_CALLBACK_CAPCONTROL, WM_CAP_SET_CALLBACK_ERROR,
2525         WM_CAP_SET_CALLBACK_FRAME, WM_CAP_DRIVER_GET_NAME,
2526         WM_CAP_DRIVER_GET_VERSION, WM_CAP_FILE_SET_CAPTURE_FILE,
2527         WM_CAP_FILE_GET_CAPTURE_FILE, WM_CAP_FILE_SAVEAS, WM_CAP_FILE_SAVEDIB,
2528         WM_CAP_SET_MCI_DEVICE, WM_CAP_GET_MCI_DEVICE, WM_CAP_PAL_OPEN,
2529         WM_CAP_PAL_SAVE, capSetCallbackOnError, capSetCallbackOnStatus,
2530         capSetCallbackOnYield, capSetCallbackOnFrame, capSetCallbackOnVideoStream,
2531         capSetCallbackOnWaveStream, capGetUserData, capSetUserData,
2532         capDriverConnect, capDriverDisconnect, capDriverGetName,
2533         capDriverGetVersion, capDriverGetCaps, capFileSetCaptureFile,
2534         capFileGetCaptureFile, capFileAlloc, capFileSaveAs, capFileSetInfoChunk,
2535         capFileSaveDIB, capEditCopy, capSetAudioFormat, capGetAudioFormat,
2536         capGetAudioFormatSize, capDlgVideoFormat, capDlgVideoSource,
2537         capDlgVideoDisplay, capGetVideoFormat, capGetVideoFormatSize,
2538         capSetVideoFormat, capDlgVideoCompression, capPreview, capOverlay,
2539         capPreviewRate, capPreviewScale, capGetStatus, capSetScrollPos,
2540         capGrabFrame, capGrabFrameNoStop, capCaptureSequence,
2541         capCaptureSequenceNoFile, capCaptureSetSetup, capCaptureGetSetup,
2542         capSetMCIDeviceName, capGetMCIDeviceName, capCaptureStop, capCaptureAbort,
2543         capCaptureSingleFrameOpen, capCaptureSingleFrameClose,
2544         capCaptureSingleFrame, capPaletteOpen, capPaletteSave, capPalettePaste,
2545         capPaletteAuto, capPaletteManual, capSetCallbackOnCapControl): Define.
2546         (CAPDRIVERCAPS, *LPCAPDRIVERCAPS, CAPINFOCHUNK, *LPCAPINFOCHUNK, CAPSTATUS,
2547         *LPCAPSTATUS, CAPTUREPARMS, *LPCAPTUREPARMS, VIDEOHDR, *LPVIDEOHDR): typedef.
2548
2549 2008-04-26  Yuval  <uvman@users.sourceforge.net>
2550
2551         * include/ntsecpkg.h (SECPKG_STATE_ENCRYPTION_PERMITTED,
2552         SECPKG_STATE_STRONG_ENCRYPTION_PERMITTED, SECPKG_STATE_DOMAIN_CONTROLLER,
2553         SECPKG_STATE_WORKSTATION, SECPKG_STATE_STANDALONE,
2554         LSA_TOKEN_INFORMATION_TYPE, SECPKG_EXTENDED_INFORMATION_CLASS,
2555         SECPKG_NAME_TYPE, SECPKG_PRIMARY_CRED, SECPKG_SUPPLEMENTAL_CRED,
2556         SECPKG_SUPPLEMENTAL_CRED_ARRAY, SECPKG_PARAMETERS,
2557         SECPKG_EVENT_DOMAIN_CHANGE, SECPKG_CLIENT_INFO, SecurityUserData,
2558         SECPKG_GSS_INFO, SECPKG_CONTEXT_THUNKS, SECPKG_MUTUAL_AUTH_LEVEL,
2559         SECPKG_CALL_INFO, SECPKG_EXTENDED_INFORMATION, PLSA_CALLBACK_FUNCTION,
2560         *PLSA_CLIENT_REQUEST, LSA_SEC_HANDLE, SEC_THREAD_START, SEC_ATTRS,
2561         *PLSA_REGISTER_CALLBACK, *PLSA_CREATE_LOGON_SESSION,
2562         *PLSA_DELETE_LOGON_SESSION, *PLSA_ADD_CREDENTIAL, *PLSA_GET_CREDENTIALS,
2563         *PLSA_DELETE_CREDENTIAL, *PLSA_ALLOCATE_LSA_HEAP, *PLSA_FREE_LSA_HEAP,
2564         *PLSA_ALLOCATE_CLIENT_BUFFER, *PLSA_FREE_CLIENT_BUFFER,
2565         *PLSA_COPY_TO_CLIENT_BUFFER, *PLSA_COPY_FROM_CLIENT_BUFFER,
2566         *PLSA_IMPERSONATE_CLIENT, *PLSA_UNLOAD_PACKAGE, *PLSA_DUPLICATE_HANDLE,
2567         *PLSA_SAVE_SUPPLEMENTAL_CREDENTIALS, *PLSA_CREATE_THREAD,
2568         *PLSA_GET_CLIENT_INFO, *PLSA_REGISTER_NOTIFICATION,
2569         *PLSA_CANCEL_NOTIFICATION, *PLSA_MAP_BUFFER, *PLSA_CREATE_TOKEN,
2570         *PLSA_AUDIT_LOGON, *PLSA_CALL_PACKAGE, *PLSA_FREE_LSA_HEAP,
2571         *PLSA_GET_CALL_INFO, *PLSA_CALL_PACKAGEEX, *PLSA_CREATE_SHARED_MEMORY,
2572         *PLSA_ALLOCATE_SHARED_MEMORY, *PLSA_FREE_SHARED_MEMORY,
2573         *PLSA_DELETE_SHARED_MEMORY, *PLSA_OPEN_SAM_USER, *PLSA_GET_USER_CREDENTIALS,
2574         *PLSA_GET_USER_AUTH_DATA, *PLSA_CLOSE_SAM_USER,
2575         *PLSA_CONVERT_AUTH_DATA_TO_TOKEN, *PLSA_CLIENT_CALLBACK,
2576         *PLSA_UPDATE_PRIMARY_CREDENTIALS, *PLSA_GET_AUTH_DATA_FOR_USER,
2577         *PLSA_CRACK_SINGLE_NAME, *PLSA_AUDIT_ACCOUNT_LOGON,
2578         *PLSA_CALL_PACKAGE_PASSTHROUGH, SECPKG_DLL_FUNCTIONS, LSA_DISPATCH_TABLE,
2579         LSA_SECPKG_FUNCTION_TABLE, *PLSA_AP_INITIALIZE_PACKAGE, *PLSA_AP_LOGON_USER,
2580         *PLSA_AP_CALL_PACKAGE, *PLSA_AP_LOGON_TERMINATED,
2581         *PLSA_AP_CALL_PACKAGE_UNTRUSTED, *PLSA_AP_CALL_PACKAGE_PASSTHROUGH,
2582         *PLSA_AP_LOGON_USER_EX, *PLSA_AP_LOGON_USER_EX2, SpInitializeFn,
2583         SpShutDownFn, SpGetInfoFn, SpAcceptCredentialsFn,
2584         SpAcquireCredentialsHandleFn, SpQueryCredentialsAttributesFn,
2585         SpFreeCredentialsHandleFn, SpSaveCredentialsFn, SpGetCredentialsFn,
2586         SpDeleteCredentialsFn, SpInitLsaModeContextFn, SpAcceptLsaModeContextFn,
2587         SpDeleteContextFn, SpApplyControlTokenFn, SpGetUserInfoFn,
2588         SpGetExtendedInformationFn, SpQueryContextAttributesFn, SpAddCredentialsFn,
2589         SpSetExtendedInformationFn, SpInstanceInitFn, SpInitUserModeContextFn,
2590         SpMakeSignatureFn, SpVerifySignatureFn, SpSealMessageFn, SpUnsealMessageFn,
2591         SpGetContextTokenFn, SpCompleteAuthTokenFn, SpFormatCredentialsFn,
2592         SpMarshallSupplementalCredsFn, SpExportSecurityContextFn,
2593         SpImportSecurityContextFn, SECPKG_FUNCTION_TABLE,
2594         SECPKG_USER_FUNCTION_TABLE, *SpLsaModeInitializeFn,
2595         *SpUserModeInitializeFn): Define.
2596         * include/sspi.h (SECURITY_STRING): Define.
2597
2598 2008-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
2599
2600         * include/specstrings.h: Add more dummy defines.
2601
2602 2008-04-22  Corinna Vinschen  <corinna@vinschen.de>
2603
2604         * include/winnt.h (SECURITY_MANDATORY_LABEL_AUTHORITY): Define.
2605         (SECURITY_MANDATORY_UNTRUSTED_RID): Define.
2606         (SECURITY_MANDATORY_LOW_RID): Define.
2607         (SECURITY_MANDATORY_MEDIUM_RID): Define.
2608         (SECURITY_MANDATORY_HIGH_RID): Define.
2609         (SECURITY_MANDATORY_SYSTEM_RID): Define.
2610         (SECURITY_MANDATORY_PROTECTED_PROCESS_RID): Define.
2611         (SECURITY_MANDATORY_MAXIMUM_USER_RID): Define.
2612         (SE_GROUP_INTEGRITY): Define.
2613         (SE_GROUP_INTEGRITY_ENABLED): Define.
2614
2615 2008-04-11  Corinna Vinschen  <corinna@vinschen.de>
2616
2617         * include/sddl.h (ConvertStringSidToSidA): Declare.
2618         (ConvertStringSidToSidW): Declare.
2619         (ConvertStringSidToSid): Define.
2620
2621 2008-03-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2622
2623         * include/mprapi.h: Add guard for MprAdminAcceptReauthentication function
2624         and MPR_INTERFACE_3 structure since they are available only in Windows
2625         Server 2008
2626
2627         Thanks to crackedmind  <crackedmind at sf dot net>.
2628
2629 2008-02-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2630
2631         * include/winnt.h: Update guard around KEY_WOW64_64KEY and KEY_WOW64_32KEY
2632         definitions.
2633         * include/winreg.h (KEY_WOW64_64KEY, KEY_WOW64_32KEY): Remove.
2634
2635 2008-02-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2636
2637         * include/winnt.h (KEY_WOW64_64KEY, KEY_WOW64_32KEY): Define.
2638
2639 2008-02-02  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2640
2641         * include/specstrings.h (IN, OUT, OPTIONAL): Remove.
2642         * include/windef.h (IN, OUT, OPTIONAL): Define.
2643
2644 2008-02-02  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2645
2646         * include/specstrings.h: new file, move pseudo modifiers from windef.h.
2647         * include/windef.h (__in, __inout, __in_opt, __in_bcound, __in_ecount,
2648         __out, __out_ecount_part, __struct_bcount, __field_ecount_opt,
2649         __out_bcount_opt): Move to specstrings.h.
2650
2651 2008-01-30  Brandon Sneed  <nivenh@sourceware.org>
2652
2653         * lib/bthprops.def: new file, bluetooth imports.
2654
2655 2008-01-30  Brandon Sneed  <nivenh@sourceware.org>
2656
2657         * include/windef.h (__in, __inout, __in_opt, __in_bcound, __in_ecount,
2658         __out, __out_ecount_part, __struct_bcount, __field_ecount_opt,
2659         __out_bcount_opt): Defined additional pseudo-modifiers.
2660
2661 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2662         * include/ras.h (RAS_MaxDnsSuffix): corrected typo, was RAX_MaxDnsSuffix.
2663         (RASENTRYA, RASENTRYW): Added members (dwfOptions2, dwfOptions3, szDnsSuffix,
2664         dwTcpWindowSize, szPrerequisitePbk, szPrerequisiteEntry, dwRedialCount,
2665         dwRedialPause.
2666
2667 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2668
2669         * include/winnt.h (SYSTEM_POWER_CONDITION): typedef.
2670         * include/winuser.h (PBT_POWERSETTINGCHANGE, DEVICE_NOTIFY_WINDOW_HANDLE,
2671         DEVICE_NOTIFY_SERVICE_HANDLE): define.
2672         * include/winuser.h (LPCGUID, HPOWERNOTIFY, POWERBROADCAST_SETTING): typedefs.
2673         * include/winuser.h (GUID_POWERSCHEME_PERSONALITY, GUID_MIN_POWER_SAVINGS,
2674         GUID_MAX_POWER_SAVINGS, GUID_TYPICAL_POWER_SAVINGS, GUID_ACDC_POWER_SOURCE,
2675         GUID_BATTERY_PERCENTAGE_REMAINING, GUID_IDLE_BACKGROUND_TASK,
2676         GUID_SYSTEM_AWAYMODE, GUID_MONITOR_POWER_ON): added externs for GUIDs.
2677         * include/winuser.h (RegisterPowerSettingNotification,
2678         UnregisterPowerSettingNotification): Add prototypes.
2679         * lib/user32.def: Added imports for the above prototypes.
2680         * lib/Makefile.in: Added build support for power-uuid.c.
2681         * lib/power-uuid.c: New file containing power GUID definitions.
2682
2683 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2684
2685         * include/ras.h (RAS_MaxDnsSuffix): define.
2686
2687 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2688
2689         * include/psapi.h (GetProcessImageFileNameA, GetProcessImageFileNameW):
2690         Add prototypes.
2691         * lib/psapi.def (GetProcessImageFileNameA@12, GetProcessImageFileNameW@12):
2692         Add exports.
2693
2694 2007-12-27  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2695
2696         * include/w32api.h: Increment version to 3.11.
2697         * Makefile.in: Ditto.
2698
2699 2007-12-11  Dave Korn  <dave.korn@artimi.com>
2700
2701         * include/wincrypt.h (PCRYPT_DECODE_PARA):  Add missing typedef.
2702         (CERT_POLICY_MAPPINGS_INFO):  Move before CERT_POLICY_MAPPING.
2703
2704 2007-12-03  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2705
2706         * include/wingdi.h: Change WINVER guard to _WIN32_WINNT.
2707
2708 2007-12-03  techrazy  <techrazy@users.sourceforge.net>
2709
2710         * include/wingdi.h (NTM_NONNEGATIVE_AC, NTM_PS_OPENTYPE, NTM_TT_OPENTYPE,
2711         NTM_MULTIPLEMASTER, NTM_TYPE1, NTM_DSIG): define.
2712
2713 2007-11-21  Kevin Conaway  <kevin_conaway@users.sourceforge.net>
2714
2715         * include/wincrypt.h (CryptProtectData, CryptUnprotectData): define.
2716
2717 2007-11-21  elsapo  <elsapo@users.sourceforge.net>
2718
2719         * include/wincrypt.h (CERT_NAME_STR_COMMA_FLAG,
2720         CERT_NAME_STR_DISABLE_IE4_UTF8_FLAG, CERT_NAME_STR_ENABLE_UTF8_UNICODE_FLAG,
2721         CMC_ADD_ATTRIBUTES, CMC_ADD_EXTENSIONS, X509_CERT_PAIR,
2722         X509_CERTIFICATE_TEMPLATE, X509_CROSS_CERT_DIST_POINTS, CMC_DATA,
2723         X509_NAME_CONSTRAINTS, X509_POLICY_CONSTRAINTS, X509_POLICY_MAPPINGS,
2724         CMC_RESPONSE, CMC_STATUS, X509_ALGORITHM_IDENTIFIER, X509_ALTERNATE_NAME,
2725         PKCS_ATTRIBUTE, X509_AUTHORITY_INFO_ACCESS, X509_AUTHORITY_KEY_ID,
2726         X509_AUTHORITY_KEY_ID2, szOID_BASIC_CONSTRAINTS, X509_BASIC_CONSTRAINTS2,
2727         X509_BIOMETRIC_EXT, X509_BITS, X509_CERT, X509_CERT_CRL_TO_BE_SIGNED,
2728         X509_CERT_POLICIES, X509_CERT_REQUEST_TO_BE_SIGNED, X509_CERT_TO_BE_SIGNED,
2729         X509_CHOICE_OF_TIME, PKCS_CONTENT_INFO, PKCS_CONTENT_INFO_SEQUENCE_OF_ANY,
2730         X509_CRL_DIST_POINTS, RSA_CSP_PUBLICKEYBLOB, PKCS_CTL, X509_DSS_PARAMETERS,
2731         X509_DSS_SIGNATURE, X509_ECC_SIGNATURE, X509_ENHANCED_KEY_USAGE,
2732         X509_ENUMERATED, X509_EXTENSIONS, X509_INTEGER, X509_ISSUING_DIST_POINT,
2733         X509_KEY_ATTRIBUTES, X509_KEY_USAGE, X509_KEY_USAGE_RESTRICTION,
2734         X509_KEYGEN_REQUEST_TO_BE_SIGNED, X509_LOGOTYPE_EXT,
2735         X509_MULTI_BYTE_INTEGER, X509_MULTI_BYTE_UINT, X509_NAME, X509_NAME_VALUE,
2736         X509_OBJECT_IDENTIFIER, X509_OCTET_STRING, X509_PUBLIC_KEY_INFO,
2737         PKCS_RC2_CBC_PARAMETERS, CNG_RSA_PUBLIC_KEY_BLOB,
2738         PKCS_RSA_SSA_PSS_PARAMETERS, PKCS_RSAES_OAEP_PARAMETERS,
2739         ECC_CMS_SHARED_INFO, X509_SEQUENCE_OF_ANY, PKCS7_SIGNER_INFO,
2740         CMS_SIGNER_INFO, PKCS_SMIME_CAPABILITIES, PKCS_TIME_REQUEST,
2741         X509_UNICODE_NAME, X509_UNICODE_NAME_VALUE, PKCS_UTC_TIME,
2742         OCSP_SIGNED_REQUEST, OCSP_REQUEST, OCSP_RESPONSE,
2743         OCSP_BASIC_SIGNED_RESPONSE, OCSP_BASIC_RESPONSE, CRL_REASON_UNSPECIFIED,
2744         CRL_REASON_KEY_COMPROMISE, CRL_REASON_CA_COMPROMISE,
2745         CRL_REASON_AFFILIATION_CHANGED, CRL_REASON_SUPERSEDED,
2746         CRL_REASON_CESSATION_OF_OPERATION, CRL_REASON_CERTIFICATE_HOLD,
2747         CRL_REASON_REMOVE_FROM_CRL, CRYPT_ENCODE_ALLOC_FLAG,
2748         CRYPT_UNICODE_NAME_ENCODE_DISABLE_CHECK_TYPE_FLAG,
2749         CRYPT_UNICODE_NAME_ENCODE_ENABLE_T61_UNICODE_FLAG,
2750         CRYPT_UNICODE_NAME_ENCODE_ENABLE_UTF8_UNICODE_FLAG,
2751         CRYPT_UNICODE_NAME_ENCODE_FORCE_UTF8_UNICODE_FLAG,
2752         szOID_APPLICATION_CERT_POLICIES, szOID_APPLICATION_POLICY_CONSTRAINTS,
2753         szOID_APPLICATION_POLICY_MAPPINGS, szOID_AUTHORITY_INFO_ACCESS,
2754         szOID_AUTHORITY_KEY_IDENTIFIER, szOID_AUTHORITY_KEY_IDENTIFIER2,
2755         X509_BASIC_CONSTRAINTS, szOID_BIOMETRIC_EXT, szOID_CERT_EXTENSIONS,
2756         szOID_CERT_POLICIES, szOID_CERTIFICATE_TEMPLATE, szOID_CRL_NUMBER,
2757         szOID_CROSS_CERT_DIST_POINTS, szOID_DELTA_CRL_INDICATOR,
2758         szOID_ENROLLMENT_NAME_VALUE_PAIR, szOID_FRESHEST_CRL,
2759         szOID_ISSUING_DIST_POINT, szOID_NAME_CONSTRAINTS, szOID_CRL_DIST_POINTS,
2760         szOID_CRL_REASON_CODE, szOID_CRL_VIRTUAL_BASE, szOID_ECC_PUBLIC_KEY,
2761         szOID_ECDSA_SPECIFIED, szOID_ENHANCED_KEY_USAGE, szOID_ISSUER_ALT_NAME,
2762         szOID_ISSUER_ALT_NAME2, szOID_KEY_ATTRIBUTES, szOID_KEY_USAGE,
2763         szOID_KEY_USAGE_RESTRICTION, szOID_LOGOTYPE_EXT, szOID_POLICY_CONSTRAINTS,
2764         szOID_POLICY_MAPPINGS, szOID_RSA_SSA_PSS, szOID_RSAES_OAEP,
2765         szOID_SUBJECT_ALT_NAME, szOID_SUBJECT_ALT_NAME2,
2766         szOID_SUBJECT_KEY_IDENTIFIER, CMC_ADD_ATTRIBUTES_INFO,
2767         PCMC_ADD_ATTRIBUTES_INFO, CMC_ADD_EXTENSIONS_INFO, PCMC_ADD_EXTENSIONS_INFO,
2768         CERT_ALT_NAME_ENTRY, PCERT_ALT_NAME_ENTRY, CERT_ALT_NAME_INFO,
2769         PCERT_ALT_NAME_INFO, CERT_NAME_VALUE, PCERT_NAME_VALUE,
2770         CERT_POLICY_QUALIFIER_INFO, PCERT_POLICY_QUALIFIER_INFO,
2771         CERT_POLICY_CONSTRAINTS_INFO, PCERT_POLICY_CONSTRAINTS_INFO,
2772         CERT_POLICY_MAPPINGS_INFO, PCERT_POLICY_MAPPINGS_INFO, CERT_POLICY_MAPPING,
2773         PCERT_POLICY_MAPPING, CryptDecodeObjectEx, CryptEncodeObject,
2774         CryptEncodeObjectEx): define.
2775
2776 2007-11-21  Brian Dessent  <dessent@users.sourceforge.net>
2777
2778         * include/winbase.h (CheckTokenMembership): define.
2779
2780 2007-10-03  Jiri Malak  <Jiri.Malak@iol.cz>
2781
2782         * include/rpcndr.h: Missing NdrClientCall2 entry.
2783         * lib/rpcrt4.def: Ditto.
2784
2785 2007-10-03  Frank Fesevur  <ffes@users.sourceforge.net>
2786         * lib/scnsave.c: Multi-monitor support.
2787
2788 2007-08-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2789
2790         * include/w32api.h: Increment version to 3.10.
2791         * Makefile.in: Ditto.
2792
2793 2007-08-02  Corinna Vinschen  <corinna@vinschen.de>
2794
2795         * include/winbase.h (ReOpenFile): Add prototype.
2796         * lib/kernel32.def (ReOpenFile@16): Add export.
2797
2798 2007-07-31  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2799
2800         * include/wtsapi32.h (WTS_CURRENT_SESSION, WTSDisconnectSession): Define.
2801
2802 2007-7-30  Martijn Wargers  <martijnw22@users.sourceforge.net>
2803
2804         * include/wingdi.h (GetTextExtentExPointI): Add prototype.
2805         * lib/gdi32.def (GetTextExtentExPointI@28): Add export.
2806
2807 2007-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
2808
2809         * include/wtypes.h (LPDECIMAL): Define.
2810         (DECIMAL_NEG, DECIMAL_SETZERO): Move definitions.
2811
2812 2007-07-18  Corinna Vinschen  <corinna@vinschen.de>
2813
2814         * include/winnt.h (SE_TRUSTED_CREDMAN_ACCESS_NAME): Define.
2815
2816 2007-07-17  Corinna Vinschen  <corinna@vinschen.de>
2817
2818         * include/winnt.h (FILE_READ_ONLY_VOLUME): Define.
2819         * include/ddk/ntifs.h (FILE_READ_ONLY_VOLUME): Define.
2820
2821 2007-07-12  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2822
2823         * include/winuser.h (FE_FONTSMOOTHINGSTANDARD, FE_FONTSMOOTHINGCLEARTYPE):
2824         Define.
2825
2826 2007-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
2827
2828         * include/pbt.h (PBT_APMRESUMEAUTOMATIC) Define.
2829         * include/winuser.h: (PBT_APMQUERYSUSPEND, PBT_APMQUERYSTANDBY,
2830         PBT_APMQUERYSUSPENDFAILED, PBT_APMQUERYSTANDBYFAILED,
2831         PBT_APMSUSPEND, PBT_APMSTANDBY, PBT_APMRESUMECRITICAL,
2832         PBT_APMRESUMESUSPEND, PBT_APMRESUMESTANDBY, PBT_APMBATTERYLOW,
2833         PBT_APMPOWERSTATUSCHANGE, PBT_APMOEMEVENT, PBT_APMRESUMEAUTOMATIC):
2834         Sync with include/pbt.h.
2835
2836 2007-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
2837
2838         [mingw-Bugs-1751518]
2839         * include/mshtml.h (IHTMLDocument2): Correct spelling of put_URL,
2840         get_URL.
2841
2842         [mingw-Bugs-1751565]
2843         * include/basetyps.h (IID); Guard with __IID_DEFINED__.
2844
2845         [mingw-Bugs-1751595]
2846         * include/exdisp.h (DWebBrowserEvents2): Remove undocumented STDDISP
2847         methods.
2848
2849         Thanks to Yuji Kuwabara  <yujikuwabara at sf dot net>.
2850
2851 2007-07-10  Danny Smith  <dannysmith@users.sourceforge.net>
2852
2853         [mingw-Bugs-1750898]
2854         * include/mmsystem.h (MIXERCONTROL): Correct UNICODE mapping.
2855         Thanks to Yuji Kuwabara  <yujikuwabara at sf dot net>.
2856
2857 2007-07-09  Danny Smith  <dannysmith@users.sourceforge.net>
2858
2859         [mingw-Bugs-1749305]
2860         * lib/kernel32.def (GetConsoleProcessList@8):  Add export.
2861
2862 2007-07-02  Przemek Czerkas  <pczerkas@gmail.com>
2863
2864         * include/shlobj.h: Add CSIDL_MYMUSIC and CSIDL_MYVIDEO.
2865
2866 2007-07-02  Danny Smith  <dannysmith@users.sourceforge.net>
2867
2868         * include/oaidl.h: Include windows.h and ole2.h,
2869         unless COM_NO_WINDOWS_H.
2870
2871         [mingw-Bugs-1742130]
2872         * include/oaidl.h (struct tagVARIANT): Add union members
2873         LONGLONG  * pllVal and ULONGLONG * pullVal.
2874
2875 2007-07-01  Danny Smith  <dannysmith@users.sourceforge.net>
2876
2877         * include/ws2tcpip.h (s6_addr32): Correct definition.
2878         Thanks to Alfred E. Heggestad <aeh at db dot org>
2879
2880 2007-05-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2881
2882         * lib/secur32.def (InitSecurityInterfaceA, InitSecurityInterfaceW): Define.
2883
2884         Thanks to Jim Marshall (jim dot marshall at wbemsolutions dot com) for
2885         supplying the information.
2886
2887 2007-05-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2888
2889         * include/shellapi.h (NIN_POPUPOPEN, NIN_POPUPCLOSE): Define.
2890
2891 2007-04-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2892
2893         * include/shellapi.h (NOTIFYICONDATAA, NOTIFYICONDATAW): Updated to support
2894         Vista.
2895
2896 2007-04-20  Matthias Miller  <matthiasmiller@users.sourceforge.net>
2897
2898          * include/wincrypt.h (CRYPTPROTECT_PROMPTSTRUCT, CRYPTPROTECT_UI_FORBIDDEN,
2899         CRYPTPROTECT_LOCAL_MACHINE): Define.
2900
2901 2007-04-15  Piotr Wyderski  <piotr.wyderski@wp.pl>
2902
2903         * include/winbase.h (SetInformationJobObject, QueryInformationJobObject):
2904         Define.
2905
2906 2007-03-30  Brian Dessent  <brian@dessent.net>
2907
2908         * lib/kernel32.def (CreateMemoryResourceNotification@4): Define.
2909
2910 2007-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2911
2912         * include/w32api.h: Increment version to 3.9.
2913         * Makefile.in: Ditto.
2914
2915 2007-03-23  Corinna Vinschen  <corinna@vinschen.de>
2916
2917         * include/psapi.h (GetMappedFileName): Fix messed up checkin.
2918
2919 2007-03-23  Matthew Gregan  <kinetik@flim.org>
2920
2921         * include/psapi.h (GetMappedFileName): Rename from GetMappedFilenameEx.
2922
2923 2007-03-06  Brandon Sneed  <brandon@oqo.com>
2924
2925         * include/setupapi.h: Added SetupConfigureWmiFromInfSectionA
2926         Added SetupConfigureWmiFromInfSectionW
2927         Added SetupConfigureWmiFromInfSection define to unicode and non-unicode sections
2928
2929         * lib/setupapi.def: Added exports for SetupConfigureWmiFromInfSectionA and W
2930
2931         * include/winuser.h: Added PBT_APMQUERYSUSPEND
2932         Added PBT_APMQUERYSTANDBY
2933         Added PBT_APMQUERYSUSPENDFAILED
2934         Added PBT_APMQUERYSTANDBYFAILED
2935         Added PBT_APMSUSPEND
2936         Added PBT_APMSTANDBY
2937         Added PBT_APMRESUMECRITICAL
2938         Added PBT_APMRESUMESUSPEND
2939         Added PBT_APMRESUMESTANDBY
2940         Added PBT_APMBATTERYLOW
2941         Added PBT_APMPOWERSTATUSCHANGE
2942         Added PBT_APMOEMEVENT
2943         Added PBT_APMRESUMEAUTOMATIC
2944
2945         * include/wtsapi32.h: New file
2946
2947         * include/wingdi.h: Added DM_DISPLAYORIENTATION define for use with DMDO_* defines
2948
2949 2007-03-05  Jan Nijtmans  <nijtmans@users.sourceforge.net>
2950
2951         * include/ddeml.h (DdeCreateStringHandleA, DdeCreateStringHandleW): Switch
2952         argument to constant.
2953
2954 2007-02-18  Jiri Malak  <jiri.malak@iol.cz>
2955
2956         * include/windef.h [WATCOM]: Fix !NONAMELESSUNION defines.
2957         * include/winnt.h [WATCOM] (GetCurrentFiber, GetFiberData):
2958         Add prototypes.
2959         [WATCOM] (NtCurrentTeb): Add protype and inline asm definition.
2960
2961 2007-02-18  Vesa Jääskeläinen  <chaac@users.sourceforge.net>
2962
2963         * lib/user32.def (InternalGetWindowText): Add stub.
2964
2965 2007-02-11  Daniel Atallah  <datallah@users.sourceforge.net>
2966
2967         * include/winnt.h (LANG_SERBIAN_NEUTRAL, LANG_BOSNIAN,
2968         LANG_BOSNIAN_NEUTRAL): Define.
2969
2970 2007-02-11  Daniel Schlyder  <thrug@users.sourceforge.net>
2971
2972         * include/winuser.h: Add guards around TITLEBARINFO and
2973         GetTitleBarInfo().
2974
2975 2007-01-11  Gisle Vanem  <giva@users.sourceforge.net>
2976
2977         * include/winbase.h (struct _OVERLAPPED): Change type of
2978         Internal, InternalHigh members to ULONG_PTR.
2979         (PAPCFUNC): Change DWORD parameter to ULONG_PTR.
2980         (CreateIoCompletionPort): Likewise.
2981         (PostQueuedCompletionStatus): Likewise.
2982         (QueueUserAPC): Likewise.
2983
2984 2007-01-06  Pierre A. Humblet  <Pierre.Humblet@ieee.org>
2985
2986         * include/windns.h (DNS_TYPE_RP, DNS_TYPE_AFSDB, DNS_TYPE_X25,
2987         DNS_TYPE_ISDN, DNS_TYPE_RT, DNS_TYPE_NSAP, DNS_TYPE_NSAPPTR,
2988         DNS_TYPE_SIG, DNS_TYPE_KEY, DNS_TYPE_PX, DNS_TYPE_GPOS,
2989         DNS_TYPE_AAAA, DNS_TYPE_LOC, DNS_TYPE_NXT, DNS_TYPE_EID,
2990         DNS_TYPE_NIMLOC, DNS_TYPE_SRV, DNS_TYPE_ATMA, DNS_TYPE_NAPTR,
2991         DNS_TYPE_KX, DNS_TYPE_CERT, DNS_TYPE_A6, DNS_TYPE_DNAME,
2992         DNS_TYPE_SINK, DNS_TYPE_OPT, DNS_TYPE_UINFO, DNS_TYPE_UID,
2993         DNS_TYPE_GID, DNS_TYPE_UNSPEC, DNS_TYPE_ADDRS, DNS_TYPE_TKEY,
2994         DNS_TYPE_TSIG, DNS_TYPE_IXFR, DNS_TYPE_AXFR, DNS_TYPE_MAILB,
2995         DNS_TYPE_MAILA, DNS_TYPE_ALL, DNS_TYPE_ANY): Add enum values.
2996
2997 2006-11-21  Danny Smith  <dannysmith@users.sourceforge.net>
2998
2999         * Makefile.in: Add aclocal.m4 to source release.
3000
3001 2006-11-18  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3002
3003         * include/w32api.h: Increment version to 3.8.
3004         * Makefile.in: Ditto.
3005
3006 2006-11-13  Daniel Schlyder  <thrug@users.sourceforge.net>
3007
3008         * include/winnt.h (VER_SUITE_EMBEDDEDNT, VER_SUITE_SINGLEUSERTS,
3009         VER_SUITE_STORAGE_SERVER, VER_SUITE_COMPUTE_SERVER): Define.
3010
3011         * include/winuser.h (SM_STARTER, SM_SERVERR2): Define.
3012
3013 2006-11-02  Danny Smith  <dannysmith@users.sourceforge.net>
3014
3015         * include/winuser.h (LR_DEFAULTSIZE): Remove duplicate.
3016
3017         * include/winnt.h (GetCurrentFiber): Remove extern declaration.  Make
3018         inline static.
3019         (GetFiberData): Likewise.
3020         * lib/kernel32.c: Remove.
3021         * lib/Makefile.in: Remove reference to kernel32.[co].
3022
3023 2006-10-31  Corinna Vinschen  <corinna@vinschen.de>
3024
3025         * include/winnt.h (SE_RELABEL_NAME): Define.
3026         (SE_INCREASE_WORKING_SET_NAME): Define.
3027         (SE_TIME_ZONE_NAME): Define.
3028         (SE_CREATE_SYMBOLIC_LINK_NAME): Define.
3029
3030 2006-10-31  Corinna Vinschen  <corinna@vinschen.de>
3031
3032         * include/winnt.h (IO_REPARSE_TAG_SYMLINK): Define.
3033         (struct _REPARSE_DATA_BUFFER): Add missing Flags field to
3034         SymbolicLinkReparseBuffer substructure.
3035
3036 2006-10-29  Daniel Atallah  <datallah@users.sourceforge.net>
3037
3038         * lib/ws2_32.def (WSANSPIoctl): Add to lib.
3039
3040 2006-10-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3041
3042         * lib/Makefile.in: Fix order for 'all' rule.
3043
3044 2006-10-12  Danny Smith  <dannysmith@users.sourceforge.net>
3045
3046         * include/winuser.h (LR_DEFAULTSIZE, LR_VGACOLOR): Define.
3047
3048 2006-10-05  Danny Smith  <dannysmith@users.sourceforge.net>
3049
3050         * include/winreg.h (RegDeleteKeyEx{A|W}): Add prototype and UNICODE
3051         mappings.
3052         (KEY_WOW64_32KEY, KEY_WOW64_64KEY): Define.
3053         * lib/advapi.def (RegDeleteKeyEx{A|W}): Export.
3054
3055 2006-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
3056
3057         * include/rpc.h: Add whitespace.
3058         * include/winnt.h (C_ASSERT): Define.
3059
3060 2006-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
3061
3062         [mingw-Bugs-1568067]
3063         * include/winuser.h: (DISP_CHANGE_BADDUALVIEW): Define.
3064         * include/wingdi.h: (DM_POSITION): Define.
3065
3066 2006-10-03  Danny Smith  <dannysmith@users.sourceforge.net>
3067
3068         * lib/rpcrt4.def: Remove "_imp__"-prefixed export symbols.
3069         * lib/user32.def: Likewise.
3070
3071 2006-09-11  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
3072
3073         * lib/Makefile.in: fix typo.
3074         * lib/ddk/Makefile.in: fix typo.
3075         * lib/directx/Makefile.in: fix typo.
3076
3077         Thanks to Keith Marshall (keithmarshall at users dot sourceforge dot net)
3078         for pointing it out.
3079
3080 2006-09-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3081
3082         * Makefile.in: Remove files from lib directory with distclean target
3083
3084 2006-09-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3085
3086         * include/winuser.h (CS_DROPSHADOW): Define.
3087
3088 2006-09-08  Michael Gerdau  <mgdde@users.sourceforge.net>
3089
3090         * include/uxtheme.h: (TMT_GRADIENTCOLOR4, TMT_GRADIENTCOLOR5,
3091         TMT_SHADOWCOLOR, TMT_GLOWCOLOR, TMT_TEXTBORDERCOLOR,
3092         TMT_TEXTSHADOWCOLOR, TMT_GLYPHTEXTCOLOR, TMT_GLYPHTRANSPARENTCOLOR,
3093         TMT_FILLCOLORHINT, TMT_BORDERCOLORHINT, TMT_ACCENTCOLORHINT):
3094
3095         Increase each constant by 1.
3096
3097 2006-09-07  Danny Smith  <dannysmith@users.sourceforge.net>
3098
3099         [mingw-Bugs-1553275]
3100         * include/wingdi.h (SetLayout): Add prototype.
3101         (GetLayout): Likewise.
3102
3103 2006-09-02  Danny Smith  <dannysmith@users.sourceforge.net>
3104
3105         [mingw-Bugs-1550139]
3106         * include/oleauto.h (GetRecordInfoFromTypeInfo): Add prototype.
3107         Tanks to:  Samit Basu <samitbasu at sf dot net>
3108         (GetRecordInfoFromGuids): Add prototype.
3109
3110 2006-09-01  Danny Smith  <dannysmith@users.sourceforge.net>
3111
3112         * include/winbase.h: Add comment about 'missing' SEM flag.
3113
3114 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
3115
3116         * configure.in: Substitute with_cross_host in depending files.
3117         * configure: Regenerate.
3118         * lib/Makefile.in: Add with_cross_host to allow more granular checks.
3119         Set installation directories accordingly.
3120         * lib/ddk/Makefile.in: Ditto.
3121         * lib/directx/Makefile.in: Ditto.
3122
3123 2006-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
3124
3125         * lib/wtsapi32.def (WTSGetActiveConsoleSessionId). Move from here...
3126         * lib/kernel32.def (WTSGetActiveConsoleSessionId). ...to here.
3127         Bug reported by: <macleone at users dot sf dot net>
3128
3129 2006-07-29  Danny Smith  <dannysmith@users.sourceforge.net>
3130
3131         Update some more IMAGE relocation type indicators
3132         to PECOFF v8 (May, 2006) specs.
3133
3134         * include/winnt.h (IMAGE_REL_SH3_ABSOLUTE,
3135         IMAGE_REL_SH3_DIRECT16, IMAGE_REL_SH3_DIRECT32,
3136         IMAGE_REL_SH3_DIRECT8, IMAGE_REL_SH3_DIRECT8_WORD,
3137         IMAGE_REL_SH3_DIRECT8_LONG, IMAGE_REL_SH3_DIRECT4,
3138         IMAGE_REL_SH3_DIRECT4_WORD, IMAGE_REL_SH3_DIRECT4_LONG,
3139         IMAGE_REL_SH3_PCREL8_WORD, IMAGE_REL_SH3_PCREL8_LONG,
3140         IMAGE_REL_SH3_PCREL12_WORD, IMAGE_REL_SH3_STARTOF_SECTION,
3141         IMAGE_REL_SH3_SIZEOF_SECTION, IMAGE_REL_SH3_SECTION,
3142         IMAGE_REL_SH3_SECREL, IMAGE_REL_SH3_DIRECT32_NB,
3143         IMAGE_REL_SH3_GPREL4_LONG, IMAGE_REL_SH3_TOKEN,
3144         IMAGE_REL_SHM_PCRELPT, IMAGE_REL_SHM_REFLO,
3145         IMAGE_REL_SHM_REFHALF, IMAGE_REL_SHM_RELLO,
3146         IMAGE_REL_SHM_RELHALF, IMAGE_REL_SHM_PAIR,
3147         IMAGE_REL_SHM_NOMODE): Add defines.
3148
3149         (IMAGE_REL_M32R_ABSOLUTE, IMAGE_REL_M32R_ADDR32,
3150         IMAGE_REL_M32R_ADDR32NB, IMAGE_REL_M32R_ADDR24,
3151         IMAGE_REL_M32R_GPREL16, IMAGE_REL_M32R_PCREL24,
3152         IMAGE_REL_M32R_PCREL16, IMAGE_REL_M32R_PCREL8,
3153         IMAGE_REL_M32R_REFHALF, IMAGE_REL_M32R_REFHI,
3154         IMAGE_REL_M32R_REFLO, IMAGE_REL_M32R_PAIR,
3155         IMAGE_REL_M32R_SECTION, IMAGE_REL_M32R_SECREL,
3156         IMAGE_REL_M32R_TOKEN): Add defines.
3157
3158         (IMAGE_REL_MIPS_JMPADDR16): Add define.
3159
3160 2006-07-27  Danny Smith  <dannysmith@users.sourceforge.net>
3161
3162         Update some IMAGE flags to PECOFF v8 (May, 2006) specs.
3163         * include/winnt.h (IMAGE_FILE_MACHINE_AM33,
3164         IMAGE_FILE_MACHINE_ARM, IMAGE_FILE_MACHINE_EBC,
3165         IMAGE_FILE_MACHINE_M32R, IMAGE_FILE_MACHINE_MIPS16,
3166         IMAGE_FILE_MACHINE_MIPSFPU, IMAGE_FILE_MACHINE_MIPSFPU16,
3167         IMAGE_FILE_MACHINE_POWERPCFP, IMAGE_FILE_MACHINE_R4000,
3168         IMAGE_FILE_MACHINE_SH3, IMAGE_FILE_MACHINE_SH3DSP,
3169         IMAGE_FILE_MACHINE_SH4, IMAGE_FILE_MACHINE_SH5,
3170         IMAGE_FILE_MACHINE_THUMB, IMAGE_FILE_MACHINE_WCEMIPSV2):
3171         Add defines.
3172
3173         (IMAGE_SUBSYSTEM_EFI_APPLICATION,
3174         IMAGE_SUBSYSTEM_EFI_BOOT_SERVICE_DRIVER,
3175         IMAGE_SUBSYSTEM_EFI_RUNTIME_DRIVER, IMAGE_SUBSYSTEM_EFI_ROM):
3176         Add defines.
3177
3178         (IMAGE_SYM_CLASS_CLR_TOKEN): Add define.
3179
3180         (IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE,
3181         IMAGE_DLL_CHARACTERISTICS_FORCE_INTEGRITY,
3182         IMAGE_DLL_CHARACTERISTICS_NX_COMPAT,
3183         IMAGE_DLLCHARACTERISTICS_NO_ISOLATION, IMAGE_DLLCHARACTERISTICS_NO_SEH,
3184         IMAGE_DLLCHARACTERISTICS_NO_BIND,
3185         IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE): Add defines.
3186
3187         (IMAGE_REL_I386_TOKEN, IMAGE_REL_I386_SECREL7): Add defines.
3188
3189         (IMAGE_REL_AMD64_ABSOLUTE, IMAGE_REL_AMD64_ADDR64,
3190         IMAGE_REL_AMD64_ADDR32, IMAGE_REL_AMD64_ADDR32NB, IMAGE_REL_AMD64_REL32,
3191         IMAGE_REL_AMD64_REL32_1, IMAGE_REL_AMD64_REL32_2,
3192         IMAGE_REL_AMD64_REL32_3, IMAGE_REL_AMD64_REL32_4,
3193         IMAGE_REL_AMD64_REL32_5, IMAGE_REL_AMD64_SECTION,
3194         IMAGE_REL_AMD64_SECREL, IMAGE_REL_AMD64_SECREL7, IMAGE_REL_AMD64_TOKEN,
3195         IMAGE_REL_AMD64_SREL32, IMAGE_REL_AMD64_PAIR, IMAGE_REL_AMD64_SSPAN32):
3196         Add defines.
3197
3198         (IMAGE_REL_IA64_ABSOLUTE, IMAGE_REL_IA64_IMM14, IMAGE_REL_IA64_IMM22,
3199         IMAGE_REL_IA64_IMM64, IMAGE_REL_IA64_DIR32, IMAGE_REL_IA64_DIR64,
3200         IMAGE_REL_IA64_PCREL21B, IMAGE_REL_IA64_PCREL21M,
3201         IMAGE_REL_IA64_PCREL21F, IMAGE_REL_IA64_GPREL22, IMAGE_REL_IA64_LTOFF22,
3202         IMAGE_REL_IA64_SECTION, IMAGE_REL_IA64_SECREL22,
3203         IMAGE_REL_IA64_SECREL64I, IMAGE_REL_IA64_SECREL32,
3204         IMAGE_REL_IA64_DIR32NB, IMAGE_REL_IA64_SREL14, IMAGE_REL_IA64_SREL22,
3205         IMAGE_REL_IA64_SREL32, IMAGE_REL_IA64_UREL32, IMAGE_REL_IA64_PCREL60X,
3206         IMAGE_REL_IA64_PCREL60B, IMAGE_REL_IA64_PCREL60F,
3207         IMAGE_REL_IA64_PCREL60I, IMAGE_REL_IA64_PCREL60M,
3208         IMAGE_REL_IA64_IMMGPREL64, IMAGE_REL_IA64_TOKEN, IMAGE_REL_IA64_GPREL32,
3209         IMAGE_REL_IA64_ADDEND): Add defines.
3210
3211         (IMAGE_SCN_GPREL): Add define.
3212
3213 2006-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
3214
3215         * include/aclui.h: Replace __OBJC__ guard with _OBJC_NO_COM.
3216         * include/basetyps.h:  Likewise.
3217         (_COM_interface): New define.
3218         (interface): Define to _COM_interface, conditional on !__OBJC__.
3219         Replace 'interface' with '_COM_interface', throughout.
3220         * include/comcat.h: Replace 'interface' with '_COM_interface', throughout.
3221         * include/commdlg.h: Replace __OBJC__ guard with _OBJC_NO_COM.
3222         * include/docobj.h: Replace 'interface' with '_COM_interface', throughout.
3223         * include/mshtml.h: Likewise.
3224         * include/oaidl.h: Likewise.
3225         * include/objfwd.h: Likewise.
3226         * include/objidl.h: Likewise.
3227         * include/ocidl.h: Likwise.
3228         * include/olectl.h: Likewise.
3229         * include/oleidl.h: Likewise.
3230         * include/shlobj.h: Likewise.
3231         * include/shlwapi.h: Replace __OBJC__ guard with _OBJC_NO_COM.
3232         * include/vfw.h: Likewise.
3233         * include/windows.h. Likewise. Add comment.
3234         * include/directx/d3d9.h: Replace 'interface' with '_COM_interface',
3235         throughout.
3236
3237         * lib/test.c: Replace __OBJC__ guard with _OBJC_NO_COM.
3238         Add test for conflict with '@interface'
3239
3240 2006-07-22  ipsoner  <ipsoner@users.sourceforge.net>
3241
3242         * include/wincrypt.h (szOID_RSA, szOID_PKCS, szOID_RSA_HASH,
3243         szOID_RSA_ENCRYPT, szOID_PKCS_1, szOID_PKCS_2, szOID_PKCS_3,
3244         szOID_PKCS_4, szOID_PKCS_5, szOID_PKCS_6, szOID_PKCS_7,
3245         szOID_PKCS_8, szOID_PKCS_9, szOID_PKCS_10, szOID_PKCS_12,
3246         szOID_RSA_MD2, szOID_RSA_MD4, szOID_RSA_MD5, szOID_RSA_RSA,
3247         szOID_RSA_MD2RSA, szOID_RSA_MD4RSA, szOID_RSA_MD5RSA,
3248         szOID_RSA_SHA1RSA, szOID_RSA_SETOAEP_RSA, szOID_RSA_DH,
3249         szOID_RSA_data, szOID_RSA_signedData, szOID_RSA_envelopedData,
3250         szOID_RSA_signEnvData, szOID_RSA_digestedData, szOID_RSA_hashedData,
3251         szOID_RSA_encryptedData, szOID_RSA_emailAddr, szOID_RSA_unstructName,
3252         szOID_RSA_contentType, szOID_RSA_messageDigest, szOID_RSA_signingTime,
3253         szOID_RSA_counterSign, szOID_RSA_challengePwd, szOID_RSA_unstructAddr,
3254         szOID_RSA_extCertAttrs, szOID_RSA_SMIMECapabilities,
3255         szOID_RSA_preferSignedData, szOID_RSA_RC2CBC, szOID_RSA_RC4,
3256         szOID_RSA_DES_EDE3_CBC, szOID_RSA_RC5_CBCPad, szOID_ANSI_x942,
3257         szOID_ANSI_x942_DH, szOID_X957, szOID_X957_DSA, szOID_DATA STRUCTURE,
3258         szOID_DS, szOID_DSALG, szOID_DSALG_CRPT, szOID_DSALG_HASH,
3259         szOID_DSALG_SIGN, szOID_DSALG_RSA, szOID_OIW, szOID_OIWSEC,
3260         szOID_OIWSEC_md4RSA, szOID_OIWSEC_md5RSA, szOID_OIWSEC_md4RSA2,
3261         szOID_OIWSEC_desECB, szOID_OIWSEC_desCBC, szOID_OIWSEC_desOFB,
3262         szOID_OIWSEC_desCFB, szOID_OIWSEC_desMAC, szOID_OIWSEC_rsaSign,
3263         szOID_OIWSEC_dsa, szOID_OIWSEC_shaDSA, szOID_OIWSEC_mdc2RSA,
3264         szOID_OIWSEC_shaRSA, szOID_OIWSEC_dhCommMod, szOID_OIWSEC_desEDE,
3265         szOID_OIWSEC_sha, szOID_OIWSEC_mdc2, szOID_OIWSEC_dsaComm,
3266         szOID_OIWSEC_dsaCommSHA, szOID_OIWSEC_rsaXchg, szOID_OIWSEC_keyHashSeal,
3267         szOID_OIWSEC_md2RSASign, szOID_OIWSEC_md5RSASign, szOID_OIWSEC_sha1,
3268         szOID_OIWSEC_dsaSHA1, szOID_OIWSEC_dsaCommSHA1, szOID_OIWSEC_sha1RSASign,
3269         szOID_OIWDIR, szOID_OIWDIR_CRPT, szOID_OIWDIR_HASH, szOID_OIWDIR_SIGN,
3270         szOID_OIWDIR_md2, szOID_OIWDIR_md2RSA, szOID_INFOSEC,
3271         szOID_INFOSEC_sdnsSignature, szOID_INFOSEC_mosaicSignature,
3272         szOID_INFOSEC_sdnsConfidentiality, szOID_INFOSEC_mosaicConfidentiality,
3273         szOID_INFOSEC_sdnsIntegrity, szOID_INFOSEC_mosaicIntegrity,
3274         szOID_INFOSEC_sdnsTokenProtection, szOID_INFOSEC_mosaicTokenProtection,
3275         szOID_INFOSEC_sdnsKeyManagement, szOID_INFOSEC_mosaicKeyManagement,
3276         szOID_INFOSEC_sdnsKMandSig, szOID_INFOSEC_mosaicKMandSig,
3277         szOID_INFOSEC_SuiteASignature, szOID_INFOSEC_SuiteAConfidentiality,
3278         szOID_INFOSEC_SuiteAIntegrity, szOID_INFOSEC_SuiteATokenProtection,
3279         szOID_INFOSEC_SuiteAKeyManagement, szOID_INFOSEC_SuiteAKMandSig,
3280         szOID_INFOSEC_mosaicUpdatedSig, szOID_INFOSEC_mosaicKMandUpdSig,
3281         szOID_INFOSEC_mosaicUpdatedInteg, szOID_PKIX_NO_SIGNATURE,
3282         szOID_COMMON_NAME, szOID_COUNTRY_NAME, szOID_DEVICE_SERIAL_NUMBER,
3283         szOID_DOMAIN_COMPONENT, szOID_RSA_emailAddr, szOID_GIVEN_NAME,
3284         szOID_INITIALS, szOID_LOCALITY_NAME, szOID_ORGANIZATION_NAME,
3285         szOID_ORGANIZATIONAL_UNIT_NAME, szOID_STATE_OR_PROVINCE_NAME,
3286         szOID_STREET_ADDRESS, szOID_SUR_NAME, szOID_TITLE, szOID_RSA_unstructAddr,
3287         szOID_RSA_unstructName, szOID_BASIC_CONSTRAINTS2,
3288         CERT_BASIC_CONSTRAINTS2_INFO, CRYPT_ENCODE_PARA,CertDuplicateStore,
3289         CertEnumCertificatesInStore, CertDuplicateCertificateContext,
3290         CertGetNameStringA, CertGetNameStringW, CertGetNameString, PFXIsPFXBlob,
3291         CertFindExtension, CryptDecodeObject, CertAddCertificateContextToStore,
3292         CertCompareCertificate, PFXVerifyPassword, PFXImportCertStore,
3293         CertDeleteCertificateFromStore): Define.
3294         * lib/crypt32.def (CertDuplicateStore, CertEnumCertificatesInStore,
3295         CertDuplicateCertificateContext, CertGetNameStringA, CertGetNameStringW,
3296         CertGetNameString, PFXIsPFXBlob, CertFindExtension, CryptDecodeObject,
3297         CertAddCertificateContextToStore, CertCompareCertificate,
3298         PFXVerifyPassword, PFXImportCertStore, CertDeleteCertificateFromStore):
3299         Define.
3300
3301 2006-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3302
3303         * lib/uuid.c: Remove.
3304
3305 2006-07-20  Elias Naur  <elias_naur@users.sourceforge.net>
3306
3307         * include/devguid.h: Add new file with missing GUID_DEVCLASS_*
3308         declarations. They were extracted from the registry with a script.
3309         * lib/devguid.c: Add new file with the implementation of the
3310         missing GUIDs.
3311         * lib/Makefile.in: Add devguid.c to UUID_SOURCES and UUID_OBJS.
3312
3313 2006-07-19  Elias Naur  <elias_naur@users.sourceforge.net>
3314
3315         * include/winuser.h (WM_INPUT): Add missing Raw Input
3316         notification define.
3317         (RID_DEVICE_INFO_MOUSE, RID_DEVICE_INFO_KEYBOARD,
3318         RID_DEVICE_INFO_HID, RID_DEVICE_INFO): Define Raw Input structs
3319
3320 2006-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
3321
3322         [mingw-Bugs-1525021]
3323         * iptypes.h (IP_ADAPTER_ANYCAST_ADDRESS): Fix NONAMELESSUNION warnings.
3324         (IP_ADAPTER_MULTICAST_ADDRESS): Likewise.
3325         (IP_ADAPTER_UNICAST_ADDRESS): Likewise.
3326         (IP_ADAPTER_DNS_SERVER_ADDRESS): Likewise.
3327         (IP_ADAPTER_ADAPTER_PREFIX): Likewise.
3328         (IP_ADAPTER_ADDRESSES): Likewise.
3329
3330 2006-06-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3331
3332         * lib/uuid.c (CLSID_FileProtocol, CLSID_FtpProtocol, CLSID_GopherProtocol,
3333         CLSID_HttpProtocol, CLSID_HttpSProtocol, CLSID_MkProtocol,
3334         CLSID_PSUrlMonProxy, CLSID_StdURLMoniker): Remove.  Moved to
3335         extras-uuid.c.
3336         * lib/extras-uuid.c (CLSID_FileProtocol, CLSID_FtpProtocol, CLSID_GopherProtocol,
3337         CLSID_HttpProtocol, CLSID_HttpSProtocol, CLSID_MkProtocol,
3338         CLSID_PSUrlMonProxy, CLSID_StdURLMoniker): Added.
3339         * lib/hlguids-uuid.c: State source of CLSIDs.
3340
3341 2006-06-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3342
3343         * lib/Makefile.in: Added extras-uuid as an object and source.
3344         * lib/uuid.c (IID_IClientSiteHandler, IID_IContinue, IID_IHttpNegotiate,
3345         IID_IPersistMoniker, IID_IServerHandler, IID_ITargetEmbedding,
3346         IID_ITargetFrame, IID_ITypeComp, IID_IUrlHistoryStg, IID_IWinInetHttpInfo,
3347         IID_IWinInetInfo, IID_IEnumSTATPROPSETSTG, IID_IEnumSTATPROPSTG,
3348         IID_IEnumSTATURL): Remove.  Moved to extras-uuid.c.
3349         * lib/extras-uuid.c: New file.
3350         Thank you to Julien Lecomte (julienlecomte at users dot sourceforge dot
3351         net).
3352
3353 2006-06-12  Danny Smith  <dannysmith@users.sourceforge.net>
3354
3355         [mingw-Bugs-1424461]
3356         *include/imagehlp.h: Comment out IN, OUT and OPTIONAL,
3357         throughout.
3358         *include/rpcdce.h: Don't define IN, OUT or OPTIONAL if
3359         _NO_W32_PSEUDO_MODIFIERS.
3360         *include/rpcnsi.h: Comment out IN, OUT and OPTIONAL,
3361         throughout.
3362         *include/rpcnsip.h: Likewise.
3363         *include/windef.h: Don't define IN, OUT or OPTIONAL
3364         if _NO_W32_PSEUDO_MODIFIERS.
3365         *include/ddk/batclass.h: Comment out IN, OUT and OPTIONAL,
3366         throughout.
3367         *include/ddk/cfgmgr32.h: Likewise.
3368         *include/ddk/ddkmapi.h: Likewise.
3369         *include/ddk/hidclass.h: Likewise.
3370         *include/ddk/hidpi.h: Likewise.
3371         *include/ddk/kbdmou.h: Likewise.
3372         *include/ddk/mcd.h: Likewise.
3373         *include/ddk/miniport.h: Likewise.
3374         *include/ddk/minitape.h: Likewise.
3375         *include/ddk/ndis.h: Likewise.
3376         *include/ddk/ndistapi.h: Likewise.
3377         *include/ddk/ndiswan.h: Likewise.
3378         *include/ddk/ntapi.h: Likewise.
3379         *include/ddk/ntdd8042.h: Likewise.
3380         *include/ddk/ntddpcm.h: Likewise.
3381         *include/ddk/ntifs.h: Likewise.
3382         *include/ddk/ntpoapi.h: Likewise.
3383         *include/ddk/parallel.h: Likewise.
3384         *include/ddk/pfhook.h: Likewise.
3385         *include/ddk/scsiwmi.h: Likewise.
3386         *include/ddk/smbus.h: Likewise.
3387         *include/ddk/srb.h: Likewise.
3388         *include/ddk/storport.h: Likewise.
3389         *include/ddk/tdikrnl.h: Likewise.
3390         *include/ddk/upssvc.h: Likewise.
3391         *include/ddk/usbcamdi.h: Likewise.
3392         *include/ddk/usbscan.h: Likewise.
3393         *include/ddk/video.h: Likewise.
3394         *include/ddk/videoagp.h: Likewise.
3395         *include/ddk/win2k.h: Likewise.
3396         *include/ddk/winddi.h: Likewise.
3397         *include/ddk/winddk.h: Don't define IN, OUT or OPTIONAL
3398         if _NO_W32_PSEUDO_MODIFIERS.
3399         Comment out IN, OUT and OPTIONAL, throughout.
3400         *include/ddk/winnt4.h: Comment out IN, OUT and OPTIONAL,
3401         throughout.
3402         *include/ddk/ws2san.h: Likewise.
3403
3404 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3405
3406         * lib/Makefile.in:  Added hlguids-uuid as source and object.
3407
3408 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3409
3410         * lib/uuid.c (CLSID_StaticDib, CLSID_StaticMetafile, CLSID_StdHlink,
3411         CLSID_StdHlinkBrowseContext): Remove.  Moved to relevant files.
3412         * lib/cguid-uuid.c (CLSID_StaticDib, CLSID_StaticMetafile): Added.
3413         * lib/hlguids-uuid.c: New file.
3414         Thank you to Julien Lecomte (julienlecomte at users dot sourceforge dot
3415         net).
3416
3417 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3418
3419         * lib/Makefile.in: Added urlmon-uuid and hlink-uuid as sources and
3420         objects.
3421         * lib/uuid.c (IID_IAuthenticate, IID_IBindHost, IID_IBindProtocol,
3422         IID_IBindStatusCallback, IID_IBindStatusCallbackMsg, IID_IBinding,
3423         IID_IHlink, IID_IHlinkBrowseContext, IID_IHlinkFrame, IID_IHlinkSite,
3424         IID_IHlinkTarget): Remove.  Moved to new files.
3425         * lib/urlmon-uuid.c: New file.
3426         * lib/hlink-uuid.c: New file.
3427
3428 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3429
3430         * lib/Makefile.in: Added ativscp-uuid as source and object.
3431         * lib/uuid.c (IID_IActiveScript, IID_IActiveScriptError,
3432         IID_IActiveScriptParse, IID_IActiveScriptSite,
3433         IID_IActiveScriptSiteWindow): Remove.  Moved to ativscp-uuid.c.
3434         * lib/ativscp-uuid.c: New file.
3435
3436 2006-06-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3437
3438         * lib/uuid.c (IID_IClientSecurity, IID_IMallocSpy, IID_IServerSecurity):
3439         Remove.  Moved to objidl-uuid.c
3440         * lib/objidl-uuid.c (IID_IClientSecurity, IID_IMallocSpy,
3441         IID_IServerSecurity): Defined.
3442
3443 2006-06-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3444
3445         * lib/Makefile.in: Add cguid-uuid and olectlid-uuid as sources and
3446         objects.
3447         * lib/uuid.c (CLSID_CColorPropPage, CLSID_CFontPropPage,
3448         CLSID_CPicturePropPage, CLSID_Picture_Dib, CLSID_Picture_Metafile,
3449         CLSID_StdFont, CLSID_StdPicture, GUID_NULL, IID_ICreateTypeInfo,
3450         IID_ICreateTypeInfo2, IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_IDebug,
3451         IID_IDebugStream, IID_IDispatch, IID_IEnumFORMATETC,IID_IEnumMoniker,
3452         IID_IEnumOLEVERB, IID_IEnumSTATDATA, IID_IEnumSTATSTG, IID_IEnumString,
3453         IID_IEnumUnknown, IID_IEnumVARIANT, IID_IOleLink, IID_IPSFactory,
3454         IID_IRpcChannel, IID_IRpcProxy, IID_IRpcStub, IID_ITypeInfo,
3455         IID_ITypeInfo2, IID_ITypeLib, IID_ITypeLib2): Remove.  Moved to relevant
3456         files.
3457         * lib/oaidl-uuid.c (IID_ICreateTypeInfo, IID_ICreateTypeInfo2,
3458         IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_ITypeInfo, IID_ITypeInfo2,
3459         IID_ITypeLib, IID_ITypeLib2, IID_IEnumVARIANT): Define.
3460         * lib/cguid-uuid.c: New file.
3461         * lib/olectlid-uuid.c: New file.
3462
3463 2006-06-08  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3464
3465         * lib/Makefile.in: Add objsafe-uuid oaidl-uuid docobj-uuid comcat-uuid
3466         exdisp-uuid mlang-uuid objidl-uuid as sources and objects.
3467         * lib/uuid.c (CATID_Control, CATID_DocObject, CATID_Insertable,
3468         CATID_PersistsToPropertyBag, CATID_PersistsToStorage, CATID_PersistsToStream,
3469         CATID_PersistsToStreamInit, CATID_Printable, CATID_Programmable,
3470         CLSID_CMultiLanguage, CLSID_StdComponentCategoriesMgr, CLSID_WebBrowser,
3471         DIID_DWebBrowserEvents, DIID_DWebBrowserEvents2, IID_IAdviseSink,
3472         IID_IAdviseSink2, IID_IBindCtx, IID_ICatInformation, IID_ICatRegister,
3473         IID_IClassActivator, IID_IContinueCallback, IID_ICreateErrorInfo,
3474         IID_IDataAdviseHolder, IID_IDataObject, IID_IEnumCATEGORYINFO,
3475         IID_IEnumGUID, IID_IEnumOleDocumentViews, IID_IErrorInfo,
3476         IID_IExternalConnection, IID_IFillLockBytes, IID_ILockBytes, IID_IMalloc,
3477         IID_IMarshal, IID_IMessageFilter, IID_IMoniker, IID_IObjectSafety,
3478         IID_IOleCommandTarget, IID_IOleDocument, IID_IOleDocumentSite,
3479         IID_IOleDocumentView, IID_IPSFactoryBuffer, IID_IPersist,
3480         IID_IPersistFile, IID_IPersistStorage, IID_IPersistStream, IID_IPrint,
3481         IID_IProgressNotify, IID_IPropertySetStorage, IID_IPropertyStorage,
3482         IID_IROTData, IID_IRootStorage, IID_IRpcChannelBuffer,
3483         IID_IRpcProxyBuffer, IID_IRpcStubBuffer, IID_IRunnableObject,
3484         IID_IRunningObjectTable, IID_ISequentialStream, IID_IStdMarshalInfo,
3485         IID_IStorage, IID_IStream, IID_ISupportErrorInfo, IID_IWebBrowser,
3486         IID_IWebBrowser2, IID_IWebBrowserApp): Remove. Moved to new files.
3487         * lib/comcat-uuid.c: New file.
3488         * lib/docobj-uuid.c: New File.
3489         * lib/exdisp-uuid.c: New file.
3490         * lib/mlang-uuid.c: New file.
3491         * lib/oaidl-uuid.c: New file.
3492         * lib/objidl-uuid.c: New file.
3493         * lib/objsafe-uuid.c: New file.
3494
3495 2006-06-07  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3496
3497         * lib/Makefile.in: Add oleacc-uuid oleidl-uuid ocidl-uuid as sources and
3498         objects.
3499         * lib/uuid.c (IID_IOleCache, IID_IOleCache2, IID_IOleCacheControl, IID_IViewObject,
3500         IID_IViewObject2, IID_IDropSource, IID_IDropTarget, IID_IOleAdviseHolder,
3501         IID_IOleInPlaceUIWindow, IID_IOleInPlaceObject, IID_IOleInPlaceActiveObject,
3502         IID_IOleInPlaceFrame, IID_IOleInPlaceSite, IID_IOleContainer, IID_IOleItemContainer,
3503         IID_IOleClientSite, IID_IOleObject, IID_IOleWindow, IID_IParseDisplayName,
3504         IID_IAccessible, LIBID_Accessibility, IID_IQuickActivate, IID_IOleUndoManager,
3505         IID_IOleParentUndoUnit, IID_IOleUndoUnit, IID_IEnumOleUndoUnits, IID_IPointerInactive,
3506         IID_IAdviseSinkEx, IID_IOleInPlaceSiteEx, IID_IOleControl, IID_IOleControlSite,
3507         IID_IPersistPropertyBag, IID_IPersistPropertyBag2, IID_IPersistStreamInit,
3508         IID_IPersistMemory, IID_IPropertyBag, IID_IPropertyBag2, IID_IPropertyNotifySink,
3509         IID_IPropertyPage, IID_IPropertyPage2, IID_IPropertyPageSite, IID_IFont, IID_IFontDisp,
3510         IID_IPicture, IID_IPictureDisp, IID_IProvideClassInfo, IID_IProvideClassInfo2,
3511         IID_IEnumConnectionPoints, IID_IEnumConnections, IID_IConnectionPoint,
3512         IID_IConnectionPointContainer, IID_IClassFactory2, IID_IErrorLog,
3513         IID_IObjectWithSite, IID_IPerPropertyBrowsing, IID_ISimpleFrameSite,
3514         IID_ISpecifyPropertyPages): Remove. Moved to new files.
3515         * lib/oleidl-uuid.c: New file.
3516         * lib/oleacc-uuid.c: New file.
3517         * lib/ocidl-uuid.c: New file.
3518
3519 2006-06-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3520
3521         * lib/Makefile.in: Add unknwn-uuid and servprov-uuid as sources and
3522         objects.
3523         * lib/uuid.c (IID_IUnknown, IID_IClassFactory, IID_IServiceProvider):
3524         Remove.  Moved to unknwn-uuid and servprov-uuid.
3525         * lib/unknwn-uuid.c: New file.
3526         * lib/servprov-uuid.c: New file.
3527
3528 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
3529
3530         * include/strmif.h (VMRDeinterlaceTech): Correct typedef for DeinterlaceTech_*
3531         enum.
3532
3533 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
3534
3535         * include/strmif.h (enum tagAnalogVideoStandard): Add missing ','.
3536
3537 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
3538
3539         * include/winuser.h (DM_BITSPERPEL, DM_PELSWIDTH, DM_PELSHEIGHT,
3540         DM_DISPLAYFLAGS, DM_DISPLAYFREQUENCY): Remove.  Duplicates of
3541         wingdi.h defines.
3542
3543 2006-06-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3544
3545         * include/winuser.h ((SPI_GETMOUSETRAILS,SPI_SETMOUSETRAILS): Remove
3546         duplicate defines.
3547
3548         * include/winnt.h (SUBLANG_ARABIC_SAUDI_ARABIA): Revert accidental
3549         removal.
3550         (SUBLANG_MARATHI_INDIA): Remove duplicate define.
3551
3552 2006-05-24  Christopher Faylor  <cgf@timesys.com>
3553
3554         * configure.in: Update to newer autoconf.
3555         (thanks to Steve Ellcey)
3556         * configure: Regenerate.
3557         * aclocal.m4: New file.
3558
3559 2006-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
3560
3561         * lib/uuid.c (IID_IRpcProxyBuffer34): Remove definition.
3562
3563 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3564
3565         * include/rtutils.h (TraceDumpA,TraceDumpW,TracePutsA,TracePutsW)
3566         (TraceRegisterA,TraceRegisterW,TraceVprintfA,TraceVprintfW): Define
3567         as macros.
3568         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
3569
3570 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3571
3572         * include/mprapi.h (MprAdminMIBBufferFree,MprAdminMIBEntryCreate)
3573         (MprAdminMIBEntryDelete,MprAdminMIBEntryGet,MprAdminMIBEntryGetFirst)
3574         (MprAdminMIBEntryGetNext,MprAdminMIBEntrySet,MprAdminMIBGetTrapInfo)
3575         (MprAdminMIBServerConnect,MprAdminMIBServerDisconnect)
3576         (MprAdminMIBSetTrapInfo): Declare functions.
3577         Note: MprAdminMIBSetTrapInfo is missing from mprapi.def.
3578         (MIB_SERVER_HANDLE): New typedef.
3579         (MprConfigTransportSetInfo): Declare function.
3580         * lib/mprapi.def (MprSetupIpInIpInterfaceFriendlyNameEnum)
3581         (MprSetupIpInIpInterfaceFriendlyNameFree): Fix size.
3582
3583 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3584
3585         * lib/rtutils.def: New file. Generated on Windows XP.
3586         (TracePrintf{AW},TracePrintfEx{AW}): Left out for now.
3587         * include/rtutils.h: New file.
3588         (TraceDump{AW},TracePuts{AW},TraceRegister{AW},TraceVprintf{AW}):
3589         Commented out, they're missing from rtutils.def.
3590
3591 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3592
3593         * include/mprapi.h (MprInfoBlockAdd,MprInfoBlockFind)
3594         (MprInfoBlockQuerySize,MprInfoBlockRemove,MprInfoBlockSet)
3595         (MprInfoCreate,MprInfoDelete,MprInfoDuplicate)
3596         (MprInfoRemoveAll): Declare functions.
3597
3598 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3599
3600         * include/mprapi.h (MprConfigBufferFree,MprConfigGetFriendlyName)
3601         (MprConfigGetGuidName,MprConfigInterfaceCreate)
3602         (MprConfigInterfaceDelete,MprConfigInterfaceEnum)
3603         (MprConfigInterfaceGetHandle,MprConfigInterfaceGetInfo)
3604         (MprConfigInterfaceSetInfo,MprConfigInterfaceTransportAdd)
3605         (MprConfigInterfaceTransportEnum,MprConfigInterfaceTransportGetHandle)
3606         (MprConfigInterfaceTransportGetInfo,MprConfigInterfaceTransportRemove)
3607         (MprConfigInterfaceTransportSetInfo,MprConfigServerBackup)
3608         (MprConfigServerConnect,MprConfigServerDisconnect)
3609         (MprConfigServerGetInfo,MprConfigServerInstall)
3610         (MprConfigServerRestore,MprConfigTransportCreate)
3611         (MprConfigTransportDelete,MprConfigTransportEnum)
3612         (MprConfigTransportGetHandle,MprConfigTransportGetInfo)
3613         (MprConfigTransportSetInfo): Declare functions.
3614
3615 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3616
3617         * include/mprapi.h (MprAdminBufferFree)
3618         (MprAdminDeregisterConnectionNotification,MprAdminGetErrorString)
3619         (MprAdminInterfaceConnect,MprAdminInterfaceCreate)
3620         (MprAdminInterfaceDelete,MprAdminInterfaceDeviceGetInfo)
3621         (MprAdminInterfaceDeviceSetInfo,MprAdminInterfaceDisconnect)
3622         (MprAdminInterfaceEnum,MprAdminInterfaceGetCredentials)
3623         (MprAdminInterfaceGetCredentialsEx,MprAdminInterfaceGetHandle)
3624         (MprAdminInterfaceGetInfo,MprAdminInterfaceQueryUpdateResult)
3625         (MprAdminInterfaceSetCredentials,MprAdminInterfaceSetCredentialsEx)
3626         (MprAdminInterfaceSetInfo,MprAdminInterfaceTransportAdd)
3627         (MprAdminInterfaceTransportGetInfo,MprAdminInterfaceTransportRemove)
3628         (MprAdminInterfaceTransportSetInfo)
3629         (MprAdminInterfaceUpdatePhonebookInfo,MprAdminInterfaceUpdateRoutes)
3630         (MprAdminIsServiceRunning,MprAdminRegisterConnectionNotification)
3631         (MprAdminServerConnect,MprAdminServerDisconnect)
3632         (MprAdminServerGetCredentials,MprAdminServerGetInfo)
3633         (MprAdminServerSetCredentials,MprAdminTransportCreate)
3634         (MprAdminTransportGetInfo,MprAdminTransportSetInfo): Declare functions.
3635
3636 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3637
3638         * include/ipxtfflt.h: New file.
3639
3640 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3641
3642         * include/mprapi.h: Fix header guard. Cleanup.
3643         (MprAdminAcceptNewConnection,MprAdminAcceptNewConnection2)
3644         (MprAdminAcceptNewLink,MprAdminAcceptReauthentication)
3645         (MprAdminConnectionHangupNotification)
3646         (MprAdminConnectionHangupNotification2)
3647         (MprAdminGetIpAddressForUser,MprAdminInitializeDll)
3648         (MprAdminTerminateDll,MprAdminLinkHangupNotification)
3649         (MprAdminReleaseIpAddress): Declare functions.
3650         * lib/mprapi.def: Regenerate on Windows XP.
3651
3652 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3653
3654         * include/ipifcons.h: Cleanup.
3655         * include/ipxconst.h: Fix header guard.
3656         * include/ipxrtdef.h: include <ipxconst.h>.
3657
3658 2006-05-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3659
3660         * include/ipxrtdef.h: Cleanup.
3661         (IPX_INTERFACE_INFO_TYPE,IPX_STATIC_ROUTE_INFO_TYPE)
3662         (IPX_STATIC_SERVICE_INFO_TYPE,IPX_SERVICE_FILTER_INFO_TYPE)
3663         (IPX_ROUTE_FILTER_INFO_TYPE,IPX_IN_TRAFFIC_FILTER_INFO_TYPE)
3664         (IPX_ADAPTER_INFO_TYPE,IPXWAN_INTERFACE_INFO_TYPE,IPX_GLOBAL_INFO_TYPE)
3665         (IPX_STATIC_NETBIOS_NAME_INFO_TYPE)
3666         (IPX_IN_TRAFFIC_FILTER_GLOBAL_INFO_TYPE)
3667         (IPX_OUT_TRAFFIC_FILTER_INFO_TYPE)
3668         (IPX_OUT_TRAFFIC_FILTER_GLOBAL_INFO_TYPE): Define.
3669         * include/routprot.h: Cleanup.
3670         (PROTO_IP_OTHER,PROTO_IP_LOCAL,PROTO_IP_NETMGMT,PROTO_IP_ICMP)
3671         (PROTO_IP_EGP,PROTO_IP_GGP,PROTO_IP_HELLO,PROTO_IP_RIP,PROTO_IP_IS_IS)
3672         (PROTO_IP_ES_IS,PROTO_IP_CISCO,PROTO_IP_BBN,PROTO_IP_OSPF,PROTO_IP_BGP)
3673         (PROTO_IP_BOOTP,PROTO_IP_NT_AUTOSTATIC,PROTO_IP_NT_STATIC)
3674         (PROTO_IP_NT_STATIC_NON_DOD,IPRTRMGR_PID,IPX_PROTOCOL_BASE)
3675         (IPX_PROTOCOL_RIP,IPX_PROTOCOL_SAP,IPX_PROTOCOL_NLSP): Define.
3676         * include/fltdefs.h: New file.
3677         * include/ipinfoid.h: New file.
3678
3679 2006-05-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3680
3681         * include/strmif.h (IAMAnalogVideoDecoder,IAMAudioInputMixer)
3682         (IAMAudioRendererStats,IAMBufferNegotiation,IAMCameraControl)
3683         (IAMCertifiedOutputProtection): Add interfaces.
3684         * include/adsprop.h: New file.
3685         * include/cmnquery.h: New file.
3686         * include/dsadmin.h: New file.
3687         * include/dsclient.h: New file.
3688         * include/dsgetdc.h: New file.
3689         * include/dsquery.h: New file.
3690         * include/dsrole.h: New file.
3691         * include/ntdsapi.h: New file.
3692         * include/ntdsbcli.h: New file.
3693         * include/objsel.h: New file.
3694
3695 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3696
3697         * include/qedit.h (DEXTER_PARAM,DEXTER_VALUE,SCompFmt0): Add structures.
3698         (DEXTERF_TRACK_SEARCH_FLAGS,TIMELINE_MAJOR_TYPE): Add enums.
3699         (CONNECTF_DYNAMIC_NONE,CONNECTF_DYNAMIC_SOURCES)
3700         (CONNECTF_DYNAMIC_EFFECTS,SFN_VALIDATEF_CHECK,SFN_VALIDATEF_POPUP)
3701         (SFN_VALIDATEF_TELLME,SFN_VALIDATEF_REPLACE,SFN_VALIDATEF_USELOCAL)
3702         (SFN_VALIDATEF_NOFIND,SFN_VALIDATEF_IGNOREMUTED,RESIZEF_STRETCH)
3703         (RESIZEF_CROP,RESIZEF_PRESERVEASPECTRATIO)
3704         (RESIZEF_PRESERVEASPECTRATIO_NOLETTERBOX): Define.
3705
3706 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3707
3708         * include/qedit.h: New file.
3709         * include/errors.h: Cleanup.
3710
3711 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3712
3713         * include/amvideo.h (BIT_MASKS_MATCH): Don't use memcmp to
3714         avoid dependency on <string.h>.
3715         There's no Win32 equivalent for memcmp:
3716         http://support.microsoft.com/default.aspx?scid=kb;EN-US;q99456
3717
3718 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3719
3720         * include/amvideo.h (RESET_MASKS,RESET_PALETTE): Use ZeroMemory
3721         instead of memset to avoid dependency on <string.h>.
3722         * include/dshow.h (AM_ASPECT_RATIO_MODE,AM_WST_DRAWBGMODE,AM_WST_LEVEL)
3723         (AMExtendedSeekingCapabilities,AM_WST_SERVICE,AM_WST_STATE)
3724         (AM_WST_STYLE): Add enums.
3725         (AM_WST_PAGE,AMVABeginFrameInfo,AMVACompBufferInfo,AMVAEndFrameInfo,
3726         AMVAInternalMemInfo,AMVAUncompBufferInfo,AMVAUncompDataInfo): New
3727         structures.
3728         * include/errors.h (VFW_E_DVD_CMD_CANCELLED)
3729         (VFW_E_DVD_STATE_WRONG_VERSION,VFW_E_DVD_STATE_CORRUPT)
3730         (VFW_E_DVD_STATE_WRONG_DISC,VFW_E_DVD_INCOMPATIBLE_REGION)
3731         (VFW_E_DVD_NO_ATTRIBUTES,VFW_E_DVD_NO_GOUP_PGC)
3732         (VFW_E_DVD_LOW_PARENTAL_LEVEL,VFW_E_DVD_NOT_IN_KARAOKE_MODE)
3733         (VFW_E_FRAME_STEP_UNSUPPORTED,VFW_E_DVD_STREAM_DISABLED)
3734         (VFW_E_DVD_TITLE_UNKNOWN,VFW_E_DVD_INVALID_DISC)
3735         (VFW_E_DVD_NO_RESUME_INFORMATION)
3736         (VFW_E_PIN_ALREADY_BLOCKED_ON_THIS_THREAD,VFW_E_PIN_ALREADY_BLOCKED)
3737         (VFW_E_CERTIFICATION_FAILURE,VFW_E_VMR_NOT_IN_MIXER_MODE)
3738         (VFW_E_VMR_NO_AP_SUPPLIED,VFW_E_VMR_NO_DEINTERLACE_HW)
3739         (VFW_E_VMR_NO_PROCAMP_HW,VFW_E_DVD_VMR9_INCOMPATIBLEDEC)
3740         (VFW_E_NO_COPP_HW,VFW_E_BAD_KEY): Define.
3741         * include/evcode.h (AM_WMT_EVENT_DATA): New structure.
3742         * include/mmsystem.h (WAVE_FORMAT_EXTENSIBLE): Define.
3743         * include/edevdefs.h (ED_FORMAT_SMPTE_30,ED_FORMAT_SMPTE_30DROP)
3744         (ED_FORMAT_SMPTE_25,ED_FORMAT_SMPTE_24): Move from here...
3745         * include/strmif.h: ... to here. New file.
3746         * include/aviriff.h: New file.
3747         * include/bdatypes.h: New file.
3748         * include/control.h: New file.
3749         * include/dvdmedia.h: New file.
3750         * include/il21dec.h: New file.
3751         * include/ks.h: New file.
3752         * include/ksmedia.h: New file.
3753         * include/mmreg.h: New file.
3754         * include/mpegtype.h: New file.
3755         * include/vidcap.h: New file.
3756         * include/vmr9.h: New file.
3757         * include/vptype.h: New file.
3758         * include/xprtdefs.h: New file.
3759
3760 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3761
3762         * include/winnls.h [WINVER >= 0x0500] (LOCALE_IDEFAULTEBCDICCODEPAGE):
3763         Documented as defined on Windows 2000 or later.
3764         [WINVER >= 0x0600] (LOCALE_SDURATION,LOCALE_SIETFLANGUAGE)
3765         (LOCALE_SISO3166CTRYNAME2,LOCALE_SISO639LANGNAME2)
3766         (LOCALE_SKEYBOARDSTOINSTALL,LOCALE_SNAME,LOCALE_SNAN)
3767         (LOCALE_SNEGINFINITY,LOCALE_SPOSINFINITY,LOCALE_SSCRIPTS): Documented
3768         but values unknown, Windows Vista or later.
3769         (CAL_UMALQURA): Cleanup.
3770         (CAL_SSHORTESTDAYNAME_1,CAL_SSHORTESTDAYNAME_2,CAL_SSHORTESTDAYNAME_3)
3771         (CAL_SSHORTESTDAYNAME_4,CAL_SSHORTESTDAYNAME_5,CAL_SSHORTESTDAYNAME_6)
3772         (CAL_SSHORTESTDAYNAME7): Cleanup.
3773         [WINVER >= 0x0410] (CAL_SYEARMONTH,CAL_ITWODIGITYEARMAX)
3774         (CAL_NOUSEROVERRIDE,CAL_RETURN_NUMBER,CAL_USE_CP_ACP): Cleanup.
3775
3776 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3777
3778         * include/wingdi.h [WINVER >= 0x0500] (DC_PERSONALITY,DC_PRINTRATE)
3779         (DC_PRINTRATEUNIT,DC_PRINTERMEM,DC_MEDIAREADY,DC_STAPLE)
3780         (DC_PRINTRATEPPM,DC_COLORDEVICE,DC_NUP,DC_MEDIATYPENAMES)
3781         (DC_MEDIATYPES,DMPAPER_DBL_JAPANESE_POSTCARD,DMPAPER_A6)
3782         (DMPAPER_JENV_KAKU2,DMPAPER_JENV_KAKU3,DMPAPER_JENV_CHOU3)
3783         (DMPAPER_JENV_CHOU4,DMPAPER_LETTER_ROTATED)
3784         (DMPAPER_A3_ROTATED,DMPAPER_A4_ROTATED,DMPAPER_A5_ROTATED)
3785         (DMPAPER_B4_JIS_ROTATED,DMPAPER_B5_JIS_ROTATED)
3786         (DMPAPER_JAPANESE_POSTCARD_ROTATED)
3787         (DMPAPER_DBL_JAPANESE_POSTCARD_ROTATED)
3788         (DMPAPER_A6_ROTATED,DMPAPER_JENV_KAKU2_ROTATED)
3789         (DMPAPER_JENV_KAKU3_ROTATED,DMPAPER_JENV_CHOU3_ROTATED)
3790         (DMPAPER_JENV_CHOU4_ROTATED,DMPAPER_B6_JIS)
3791         (DMPAPER_B6_JIS_ROTATED,DMPAPER_12X11,DMPAPER_JENV_YOU4)
3792         (DMPAPER_JENV_YOU4_ROTATED,DMPAPER_P16K,DMPAPER_P32K)
3793         (DMPAPER_P32KBIG,DMPAPER_PENV_1,DMPAPER_PENV_2)
3794         (DMPAPER_PENV_3,DMPAPER_PENV_4,DMPAPER_PENV_5)
3795         (DMPAPER_PENV_6,DMPAPER_PENV_7,DMPAPER_PENV_8)
3796         (DMPAPER_PENV_9,DMPAPER_PENV_10,DMPAPER_P16K_ROTATED)
3797         (DMPAPER_P32K_ROTATED,DMPAPER_P32KBIG_ROTATED)
3798         (DMPAPER_PENV_1_ROTATED,DMPAPER_PENV_2_ROTATED)
3799         (DMPAPER_PENV_3_ROTATED,DMPAPER_PENV_4_ROTATED)
3800         (DMPAPER_PENV_5_ROTATED,DMPAPER_PENV_6_ROTATED)
3801         (DMPAPER_PENV_7_ROTATED,DMPAPER_PENV_8_ROTATED)
3802         (DMPAPER_PENV_9_ROTATED,DMPAPER_PENV_10_ROTATED): Define.
3803         (DMPAPER_LAST): Value depends on DMPAPER_* variables actually defined.
3804         (DM_PANNINGWIDTH,DM_PANNINGHEIGHT,DM_DISPLAYFIXEDOUTPUT)
3805         (DMDO_DEFAULT,DMDO_90,DMDO_180,DMDO_270,DMDFO_DEFAULT,DMDFO_STRETCH)
3806         (DMDFO_CENTER): Define.
3807         (GetDCBrushColor,GetDCPenColor): Declare.
3808         * lib/msimg32.def (GetDCBrushColor,GetDCPenColor): Add stubs.
3809
3810 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3811
3812         * include/winnt.h (LANG_PERSIAN,LANG_LOWER_SORBIAN,LANG_UPPER_SORBIAN)
3813         (LANG_TSWANA,LANG_XHOSA,LANG_ZULU,LANG_MALTESE,LANG_SAMI,LANG_IRISH)
3814         (LANG_TIBETAN,LANG_WELSH,LANG_KHMER,LANG_LAO,LANG_SINHALESE)
3815         (LANG_INUKTITUT,LANG_AMHARIC,LANG_TAMAZIGHT,LANG_FRISIAN)
3816         (LANG_PASHTO,LANG_FILIPINO,LANG_HAUSA,LANG_YORUBA,LANG_QUECHUA)
3817         (LANG_SOTHO,LANG_BASHKIR,LANG_LUXEMBOURGISH,LANG_GREENLANDIC)
3818         (LANG_IGBO,LANG_TIGRIGNA,LANG_YI,LANG_MAPUDUNGUN,LANG_MOHAWK)
3819         (LANG_BRETON,LANG_UIGHUR,LANG_MAORI,LANG_OCCITAN,LANG_CORSICAN)
3820         (LANG_ALSATIAN,LANG_YAKUT,LANG_KICHE,LANG_KINYARWANDA,LANG_WOLOF)
3821         (LANG_DARI,LANG_MALAGASY)
3822         (SUBLANG_CUSTOM_DEFAULT,SUBLANG_CUSTOM_UNSPECIFIED)
3823         (SUBLANG_UI_CUSTOM_DEFAULT,SUBLANG_AFRIKAANS_SOUTH_AFRICA)
3824         (SUBLANG_ALBANIAN_ALBANIA,SUBLANG_ALSATIAN_FRANCE)
3825         (SUBLANG_AMHARIC_ETHIOPIA,SUBLANG_ARMENIAN_ARMENIA)
3826         (SUBLANG_ASSAMESE_INDIA,SUBLANG_BASHKIR_RUSSIA,SUBLANG_BASQUE_BASQUE)
3827         (SUBLANG_BELARUSIAN_BELARUS,SUBLANG_BENGALI_INDIA)
3828         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN)
3829         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC)
3830         (SUBLANG_BRETON_FRANCE,SUBLANG_BULGARIAN_BULGARIA)
3831         (SUBLANG_CATALAN_CATALAN,SUBLANG_CORSICAN_FRANCE)
3832         (SUBLANG_CZECH_CZECH_REPUBLIC,SUBLANG_CROATIAN_CROATIA)
3833         (SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,SUBLANG_DANISH_DENMARK)
3834         (SUBLANG_DIVEHI_MALDIVES,SUBLANG_ENGLISH_IRELAND)
3835         (SUBLANG_ENGLISH_INDIA,SUBLANG_ENGLISH_MALAYSIA)
3836         (SUBLANG_ENGLISH_SINGAPORE,SUBLANG_ESTONIAN_ESTONIA)
3837         (SUBLANG_FAEROESE_FAROE_ISLANDS,SUBLANG_FILIPINO_PHILIPPINES)
3838         (SUBLANG_FINNISH_FINLAND,SUBLANG_FRISIAN_NETHERLANDS)
3839         (SUBLANG_GALICIAN_GALICIAN,SUBLANG_GEORGIAN_GEORGIA)
3840         (SUBLANG_GREEK_GREECE,SUBLANG_GREENLANDIC_GREENLAND)
3841         (SUBLANG_GUJARATI_INDIA,SUBLANG_HAUSA_NIGERIA,SUBLANG_HEBREW_ISRAEL)
3842         (SUBLANG_HINDI_INDIA,SUBLANG_HUNGARIAN_HUNGARY)
3843         (SUBLANG_ICELANDIC_ICELAND,SUBLANG_IGBO_NIGERIA)
3844         (SUBLANG_INDONESIAN_INDONESIA,SUBLANG_INUKTITUT_CANADA)
3845         (SUBLANG_INUKTITUT_CANADA_LATIN,SUBLANG_IRISH_IRELAND)
3846         (SUBLANG_JAPANESE_JAPAN,SUBLANG_KAZAK_KAZAKHSTAN)
3847         (SUBLANG_KHMER_CAMBODIA,SUBLANG_KICHE_GUATEMALA)
3848         (SUBLANG_KINYARWANDA_RWANDA,SUBLANG_KONKANI_INDIA)
3849         (SUBLANG_KYRGYZ_KYRGYZSTAN,SUBLANG_LAO_LAO_PDR)
3850         (SUBLANG_LATVIAN_LATVIA,SUBLANG_LITHUANIAN_LITHUANIA)
3851         (SUBLANG_LOWER_SORBIAN_GERMANY,SUBLANG_LUXEMBOURGISH_LUXEMBOURG)
3852         (SUBLANG_MACEDONIAN_MACEDONIA,SUBLANG_MALAYALAM_INDIA)
3853         (SUBLANG_MALTESE_MALTA,SUBLANG_MAORI_NEW_ZEALAND)
3854         (SUBLANG_MAPUDUNGUN_CHILE,SUBLANG_MARATHI_INDIA,SUBLANG_MOHAWK_MOHAWK)
3855         (SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA,SUBLANG_MONGOLIAN_PRC)
3856         (SUBLANG_NEPALI_NEPAL,SUBLANG_OCCITAN_FRANCE,SUBLANG_ORIYA_INDIA)
3857         (SUBLANG_PASHTO_AFGHANISTAN,SUBLANG_PERSIAN_IRAN)
3858         (SUBLANG_POLISH_POLAND,SUBLANG_PORTUGUESE_PORTUGAL)
3859         (SUBLANG_PUNJABI_INDIA,SUBLANG_QUECHUA_BOLIVIA,SUBLANG_QUECHUA_ECUADOR)
3860         (SUBLANG_QUECHUA_PERU,SUBLANG_ROMANIAN_ROMANIA)
3861         (SUBLANG_ROMANSH_SWITZERLAND,SUBLANG_RUSSIAN_RUSSIA)
3862         (SUBLANG_SAMI_NORTHERN_NORWAY,SUBLANG_SAMI_NORTHERN_SWEDEN)
3863         (SUBLANG_SAMI_NORTHERN_FINLAND,SUBLANG_SAMI_LULE_NORWAY)
3864         (SUBLANG_SAMI_LULE_SWEDEN,SUBLANG_SAMI_SOUTHERN_NORWAY)
3865         (SUBLANG_SAMI_SOUTHERN_SWEDEN,SUBLANG_SAMI_SKOLT_FINLAND)
3866         (SUBLANG_SAMI_INARI_FINLAND,SUBLANG_SANSKRIT_INDIA)
3867         (SUBLANG_SERBIAN_BOSNIA_HERZEGOVINA_LATIN)
3868         (SUBLANG_SERBIAN_BOSNIA_HERZEGOVINA_CYRILLIC)
3869         (SUBLANG_SINDHI_AFGHANISTAN,SUBLANG_SINHALESE_SRI_LANKA)
3870         (SUBLANG_SOTHO_NORTHERN_SOUTH_AFRICA,SUBLANG_SLOVAK_SLOVAKIA)
3871         (SUBLANG_SLOVENIAN_SLOVENIA,SUBLANG_SPANISH_US,SUBLANG_SWEDISH_SWEDEN)
3872         (SUBLANG_SYRIAC,SUBLANG_TAJIK_TAJIKISTAN)
3873         (SUBLANG_TAMAZIGHT_ALGERIA_LATIN,SUBLANG_TAMIL_INDIA)
3874         (SUBLANG_TATAR_RUSSIA,SUBLANG_TELUGU_INDIA,SUBLANG_THAI_THAILAND)
3875         (SUBLANG_TIBETAN_PRC,SUBLANG_TIBETAN_BHUTAN,SUBLANG_TIGRIGNA_ERITREA)
3876         (SUBLANG_TSWANA_SOUTH_AFRICA,SUBLANG_TURKISH_TURKEY)
3877         (SUBLANG_TURKMEN_TURKMENISTAN,SUBLANG_UIGHUR_PRC)
3878         (SUBLANG_UKRAINIAN_UKRAINE,SUBLANG_UPPER_SORBIAN_GERMANY)
3879         (SUBLANG_VIETNAMESE_VIETNAM,SUBLANG_WELSH_UNITED_KINGDOM)
3880         (SUBLANG_WOLOF_SENEGAL,SUBLANG_YORUBA_NIGERIA)
3881         (SUBLANG_XHOSA_SOUTH_AFRICA,SUBLANG_YAKUT_RUSSIA,SUBLANG_YI_PRC)
3882         (SUBLANG_ZULU_SOUTH_AFRICA): Define.
3883         (SUBLANG_ARABIC_SAUDI_ARABIA): Removed by error.
3884         (SUBLANG_MARATHI_INDIA): Defined twice by error.
3885
3886 2006-05-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3887
3888         * lib/directx/Makefile.in: Remove reference to libquartz.a since
3889         it was moved.
3890
3891 2006-05-05  Earnie Boyd  <earnie@users.sf.net>
3892
3893         * lib/scrnsave.c: Correct misspelled SPI_SCREENSAVERUNNING to
3894         SPI_SETSCREENSAVERUNNING.
3895         * include winuser.h (SPI_SCREENSAVERRUNNING): Remove again.
3896
3897 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3898
3899         * include/winuser.h (SPI_SCREENSAVERRUNNING): Define.
3900         It had been removed because it's no documented, but Cygwin needs it.
3901
3902 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3903
3904         * include/amvideo.h (IFullScreenVideo): Define.
3905         (BIT_MASKS_MATCH,PALETTISED,PALETTE_ENTRIES,RESET_MASKS,RESET_PALETTE,
3906         SIZE_EGA_PALETTE,SIZE_MASKS,SIZE_PALETTE): Added Macros.
3907
3908 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3909
3910         * include/winnls.h (CAL_SYEARMONTH,CAL_ITWODIGITYEARMAX,
3911         CAL_NOUSEROVERRIDE,CAL_RETURN_NUMBER,CAL_USE_CP_ACP): Documented
3912         as available on Windows 98 and better.
3913         (CAL_SSHORTESTDAYNAME_1,CAL_SSHORTESTDAYNAME_2,CAL_SSHORTESTDAYNAME_3)
3914         (CAL_SSHORTESTDAYNAME_4,CAL_SSHORTESTDAYNAME_5,CAL_SSHORTESTDAYNAME_6)
3915         (CAL_SSHORTESTDAYNAME7,CAL_UMALQURA): Define, Windows Vista and better.
3916
3917 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3918
3919         * include/amvideo.h: New file.
3920         * include/dshow.h: Include <amvideo.h>.
3921
3922 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3923
3924         * include/winuser.h (MOUSEEVENTF_XDOWN,MOUSEEVENTF_XUP): Define.
3925         (MOUSEEVENTF_MOVE,MOUSEEVENTF_LEFTDOWN,MOUSEEVENTF_LEFTUP)
3926         (MOUSEEVENTF_RIGHTDOWN,MOUSEEVENTF_RIGHTUP,MOUSEEVENTF_MIDDLEDOWN)
3927         (MOUSEEVENTF_MIDDLEUP,MOUSEEVENTF_ABSOLUTE,MOUSEEVENTF_WHEEL): Cleanup.
3928         (HWND_BROADCAST): Cleanup.
3929         (HWND_MESSAGE): Windows 2000 only.
3930         (SMTO_ABORTIFHUNG,SMTO_BLOCK,SMTO_NORMAL): Cleanup.
3931         (SMTO_NOTIMEOUTIFNOTHUNG): Define.
3932         (SIF_DISABLENOSCROLL,SIF_PAGE,SIF_POS,SIF_RANGE,SIF_TRACKPOS)
3933         (SIF_ALL): Cleanup.
3934         (SWP_DRAWFRAME,SWP_FRAMECHANGED,SWP_HIDEWINDOW,SWP_NOACTIVATE)
3935         (SWP_NOCOPYBITS,SWP_NOMOVE,SWP_NOSIZE,SWP_NOREDRAW,SWP_NOZORDER)
3936         (SWP_SHOWWINDOW,SWP_NOOWNERZORDER,SWP_NOREPOSITION,SWP_NOSENDCHANGING)
3937         (SWP_DEFERERASE,SWP_ASYNCWINDOWPOS): Cleanup.
3938         (HSHELL_ENDTASK,HSHELL_ACCESSIBILITYSTATE,HSHELL_APPCOMMAND): Define.
3939         (SPI_GETBLOCKSENDINPUTRESETS,SPI_GETCARETWIDTH,SPI_GETDROPSHADOW)
3940         (SPI_GETFILTERKEYS,SPI_GETFLATMENU,SPI_GETFOCUSBORDERHEIGHT)
3941         (SPI_GETFOCUSBORDERWIDTH,SPI_GETFONTSMOOTHINGCONTRAST)
3942         (SPI_GETFONTSMOOTHINGTYPE,SPI_GETFOREGROUNDFLASHCOUNT)
3943         (SPI_GETMENUSHOWDELAY,SPI_GETMOUSECLICKLOCK,SPI_GETMOUSECLICKLOCKTIME)
3944         (SPI_GETMOUSEHOVERHEIGHT,SPI_GETMOUSEHOVERTIME,SPI_GETMOUSEHOVERWIDTH)
3945         (SPI_GETMOUSESONAR,SPI_GETMOUSEVANISH,SPI_GETNONCLIENTMETRICS)
3946         (SPI_GETPOWEROFFACTIVE,SPI_GETPOWEROFFTIMEOUT,SPI_GETSCREENREADER)
3947         (SPI_GETSCREENSAVEACTIVE,SPI_GETSCREENSAVERRUNNING)
3948         (SPI_GETSCREENSAVETIMEOUT,SPI_GETMOUSEVANISH,SPI_GETNONCLIENTMETRICS)
3949         (SPI_GETPOWEROFFACTIVE,SPI_GETPOWEROFFTIMEOUT,SPI_GETSCREENREADER)
3950         (SPI_GETSCREENSAVEACTIVE,SPI_GETSCREENSAVERRUNNING)
3951         (SPI_GETSCREENSAVETIMEOUT,SPI_GETSNAPTODEFBUTTON,SPI_GETUIEFFECTS)
3952         (SPI_SETBLOCKSENDINPUTRESETS,SPI_SETCARETWIDTH,SPI_SETCURSORS)
3953         (SPI_SETDROPSHADOW,SPI_SETFILTERKEYS,SPI_SETFLATMENU)
3954         (SPI_SETFOCUSBORDERHEIGHT,SPI_SETFOCUSBORDERWIDTH)
3955         (SPI_SETFONTSMOOTHINGCONTRAST,SPI_SETFONTSMOOTHINGTYPE)
3956         (SPI_SETFOREGROUNDFLASHCOUNT,SPI_SETICONS,SPI_SETMENUSHOWDELAY)
3957         (SPI_SETMOUSECLICKLOCK,SPI_SETMOUSECLICKLOCKTIME)
3958         (SPI_SETMOUSEHOVERHEIGHT,SPI_SETMOUSEHOVERTIME)
3959         (SPI_SETMOUSEHOVERWIDTH,SPI_SETMOUSESONAR,SPI_SETMOUSEVANISH)
3960         (SPI_SETNONCLIENTMETRICS,SPI_SETPENWINDOWS,SPI_SETPOWEROFFACTIVE)
3961         (SPI_SETPOWEROFFTIMEOUT,SPI_SETSCREENREADER,SPI_SETSCREENSAVEACTIVE)
3962         (SPI_SETSCREENSAVERRUNNING,SPI_SETSCREENSAVETIMEOUT,SPI_SETSHOWIMEUI)
3963         (SPI_SETSNAPTODEFBUTTON,SPI_SETUIEFFECTS): Define.
3964         (SPI_GETACCESSTIMEOUT,SPI_GETANIMATION,SPI_GETBEEP)
3965         (SPI_GETDEFAULTINPUTLANG,SPI_GETDESKWALLPAPER,SPI_GETDRAGFULLWINDOWS)
3966         (SPI_GETFASTTASKSWITCH,SPI_GETFONTSMOOTHING,SPI_GETGRIDGRANULARITY)
3967         (SPI_GETHIGHCONTRAST,SPI_GETICONMETRICS,SPI_GETICONTITLELOGFONT)
3968         (SPI_GETICONTITLEWRAP,SPI_GETKEYBOARDDELAY,SPI_GETKEYBOARDPREF)
3969         (SPI_GETKEYBOARDSPEED,SPI_GETLOWPOWERACTIVE,SPI_GETLOWPOWERTIMEOUT)
3970         (SPI_GETMENUDROPALIGNMENT,SPI_GETMENUUNDERLINES,SPI_GETMINIMIZEDMETRICS)
3971         (SPI_GETMOUSE,SPI_GETMOUSEKEYS,SPI_GETMOUSESPEED,SPI_GETMOUSETRAILS)
3972         (SPI_GETSERIALKEYS,SPI_GETSHOWIMEUI,SPI_GETSHOWSOUNDS)
3973         (SPI_GETSOUNDSENTRY,SPI_GETSTICKYKEYS,SPI_GETTOGGLEKEYS)
3974         (SPI_GETWHEELSCROLLLINES,SPI_GETWINDOWSEXTENSION,SPI_GETWORKAREA)
3975         (SPI_ICONHORIZONTALSPACING,SPI_ICONVERTICALSPACING)
3976         (SPI_SETACCESSTIMEOUT,SPI_SETANIMATION,SPI_SETBEEP,SPI_SETBORDER)
3977         (SPI_SETDEFAULTINPUTLANG,SPI_SETDESKPATTERN,SPI_SETDESKWALLPAPER)
3978         (SPI_SETDOUBLECLICKTIME,SPI_SETDOUBLECLKHEIGHT,SPI_SETDOUBLECLKWIDTH)
3979         (SPI_SETDRAGFULLWINDOWS,SPI_SETDRAGHEIGHT,SPI_SETDRAGWIDTH)
3980         (SPI_SETFASTTASKSWITCH,SPI_SETFONTSMOOTHING,SPI_SETGRIDGRANULARITY)
3981         (SPI_SETHANDHELD,SPI_SETHIGHCONTRAST,SPI_SETICONMETRICS)
3982         (SPI_SETICONTITLELOGFONT,SPI_SETICONTITLEWRAP,SPI_SETKEYBOARDDELAY)
3983         (SPI_SETKEYBOARDPREF,SPI_SETKEYBOARDSPEED,SPI_SETLANGTOGGLE)
3984         (SPI_SETLOWPOWERACTIVE,SPI_SETLOWPOWERTIMEOUT,SPI_SETMENUDROPALIGNMENT)
3985         (SPI_SETMENUUNDERLINES,SPI_SETMINIMIZEDMETRICS,SPI_SETMOUSE)
3986         (SPI_SETMOUSEBUTTONSWAP,SPI_SETMOUSEKEYS,SPI_SETMOUSESPEED)
3987         (SPI_SETMOUSETRAILS,SPI_SETSERIALKEYS,SPI_SETSHOWSOUNDS)
3988         (SPI_SETSOUNDSENTRY,SPI_SETSTICKYKEYS,SPI_SETTOGGLEKEYS)
3989         (SPI_SETWHEELSCROLLLINES,SPI_SETWORKAREA): Cleanup.
3990         (SPI_GETMOUSETRAILS,SPI_SETMOUSETRAILS): Defined twice by error.
3991         (SPI_SCREENSAVERRUNNING): Removed.
3992         (SPIF_UPDATEINIFILE,SPIF_SENDCHANGE,SPIF_SENDWININICHANGE): Cleanup.
3993         * include/wingdi.h (ETO_NUMERICSLATIN,ETO_NUMERICSLOCAL)
3994         (ETO_IGNORELANGUAGE,ETO_PDY): Define.
3995         (ETO_CLIPPED,ETO_GLYPH_INDEX,ETO_OPAQUE,ETO_RTLREADING): Cleanup.
3996
3997 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3998
3999         * include/mprapi.h (MPR_SERVER_HANDLE): Add typedef.
4000         (MprAdminGetPDCServer): Add prototype.
4001         (MprAdminSendUserMessage): Add prototype.
4002         (MprAdminUserGetInfo): Add prototype.
4003         (MprAdminUserSetInfo): Add prototype.
4004         * lib/mprapi.def: Add stubs for above functions.
4005
4006 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4007
4008         * lib/directx/quartz.def: Move from here...
4009         * lib/quartz.def: ... to here.
4010
4011 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4012
4013         * include/amaudio.h: New file.
4014         * include/dshow.h: Include <amaudio.h>.
4015
4016 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4017
4018         * include/errors.h: New file.
4019         * include/dshow.h: Include <errors.h>.
4020
4021 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4022
4023         * include/dshow.h: New file.
4024         * include/evcode.h: New file.
4025         * include/audevcod.h: New file.
4026         * include/dvdevcod.h: New file.
4027
4028 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4029
4030         * include/mprapi.h (RAS_SERVER_HANDLE): Add typedef.
4031         (MprAdminConnectionClearStats): Add prototype.
4032         (MprAdminConnectionEnum): Add  prototype.
4033         (MprAdminConnectionGetInfo): Add prototype.
4034         (MprAdminConnectionRemoveQuarantine): Add prototype.
4035         (MprAdminPortClearStats): Add prototype.
4036         (MprAdminPortDisconnect): Add prototype.
4037         (MprAdminPortEnum): Add prototype.
4038         (MprAdminPortGetInfo): Add prototype.
4039         (MprAdminPortReset): Add prototype.
4040         * lib/mprapi.def: New file.
4041
4042 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4043
4044         *  include/mprapi.h: #include <lmcons.h>
4045         (MAX_DEVICETYPE_NAME): Add define.
4046         (MAX_PHONE_NUMBER_LEN): Add define.
4047         (ATADDRESSLEN): Add define.
4048         (IPADDRESSLEN): Add define.
4049         (IPXADDRESSLEN): Add define.
4050         (MPR_ENABLE_RAS_ON_DEVICE): Add define.
4051         (MPR_ENABLE_ROUTING_ON_DEVICE): Add define.
4052         (RAS_FLAGS_PPP_CONNECTION): Add define.
4053         (RAS_FLAGS_MESSENGER_PRESENT): Add define.
4054         (RAS_FLAGS_RAS_CONNECTION): Add define.
4055         (RAS_FLAGS_QUARANTINE_PRESENT): Add define.
4056         (RASCCPCA_STAC): Add define.
4057         (RASCCPCA_MPPC): Add define.
4058         (PPP_CCP_COMPRESSION): Add define.
4059         (PPP_CCP_ENCRYPTION40BITOLD): Add define.
4060         (PPP_CCP_ENCRYPTION40BIT): Add define.
4061         (PPP_CCP_ENCRYPTION128BIT): Add define.
4062         (PPP_CCP_ENCRYPTION56BIT): Add define.
4063         (PPP_CCP_HISTORYLESS): Add define.
4064         (RASPRIV_NoCallback): Add define.
4065         (RASPRIV_AdminSetCallback): Add define.
4066         (RASPRIV_CallerSetCallback): Add define.
4067         (RASPRIV_DialinPrivilege): Add define.
4068         (RASPRIV_CallbackType): Add define.
4069         (RASPRIV2_DialinPolicy): Add define.
4070         (PPP_LCP_PAP): Add define.
4071         (PPP_LCP_SPAP): Add define.
4072         (PPP_LCP_CHAP): Add define.
4073         (PPP_LCP_EAP): Add define.
4074         (PPP_LCP_CHAP_MD5): Add define.
4075         (PPP_LCP_CHAP_MS): Add define.
4076         (PPP_LCP_CHAP_MSV2): Add define.
4077         (PPP_LCP_MULTILINK_FRAMING): Add define.
4078         (enum _RAS_HARDWARE_CONDITION): Add.
4079         (enum _RAS_PORT_CONDITION): Add.
4080         (struct _PPP_ATCP_INFO): Add.
4081         (struct _PPP_ATCP_INFO): Add.
4082         (struct _PPP_IPCP_INFO): Add.
4083         (struct _PPP_IPCP_INFO2): Add.
4084         (struct _PPP_IPXCP_INFO): Add.
4085         (struct _PPP_LCP_INFO): Add.
4086         (struct _PPP_NBFCP_INFO): Add.
4087         (struct _PPP_INFO): Add.
4088         (struct _PPP_INFO_2): Add.
4089         (struct _RAS_CONNECTION_0): Add.
4090         (struct RAS_CONNECTION_1): Add.
4091         (struct _RAS_CONNECTION_2): Add.
4092         (struct RAS_PORT_0): Add.
4093         (struct _RAS_PORT_1): Add.
4094         (struct _RAS_USER_0): Add.
4095         (struct _RAS_USER_1): Add.
4096
4097 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4098
4099         * include/mprapi.h: New file.
4100         * include/routprot.h: New file.
4101         * include/ipxrtdef.h: New file.
4102         * include/ipxconst.h: New file.
4103         * include/stm.h: New file.
4104
4105 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4106
4107         * include/ddk/winddk.h (KAFFINITY): Fix typo.
4108         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
4109
4110 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4111
4112         * include/winbase.h (ENUMRESLANGPROC,ENUMRESLANGPROCA,ENUMRESLANGPROCW)
4113         (ENUMRESNAMEPROC,ENUMRESNAMEPROCA,ENUMRESNAMEPROCW)
4114         (ENUMRESTYPEPROC,ENUMRESTYPEPROCA,ENUMRESTYPEPROCW): ANSI and Unicode
4115         versions.
4116         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
4117
4118 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4119
4120         * include/ntsecapi.h (POLICY_DNS_DOMAIN_INFO): Fix typo.
4121         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
4122
4123 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4124
4125         * include/wingdi.h (BITMAPV5HEADER): New structure definition.
4126
4127 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4128
4129         * include/basetyps.h (REFFMTID): Define properly.
4130
4131 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4132
4133         * include/winnt.h (WT_SET_MAX_THREADPOOL_THREADS): Define.
4134         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
4135
4136 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4137
4138         * include/ipifcons.h (MIN_IF_TYPE,IF_TYPE_OTHER,IF_TYPE_REGULAR_1822)
4139         (IF_TYPE_HDH_1822,IF_TYPE_DDN_X25,IF_TYPE_RFC877_X25)
4140         (IF_TYPE_ETHERNET_CSMACD,IF_TYPE_IS088023_CSMACD)
4141         (IF_TYPE_ISO88024_TOKENBUS,IF_TYPE_ISO88025_TOKENRING)
4142         (IF_TYPE_ISO88026_MAN,IF_TYPE_STARLAN,IF_TYPE_PROTEON_10MBIT)
4143         (IF_TYPE_PROTEON_80MBIT,IF_TYPE_HYPERCHANNEL,IF_TYPE_FDDI)
4144         (IF_TYPE_LAP_B,IF_TYPE_SDLC,IF_TYPE_DS1,IF_TYPE_E1,IF_TYPE_BASIC_ISDN)
4145         (IF_TYPE_PRIMARY_ISDN,IF_TYPE_PROP_POINT2POINT_SERIAL,IF_TYPE_PPP)
4146         (IF_TYPE_SOFTWARE_LOOPBACK,IF_TYPE_EON,IF_TYPE_ETHERNET_3MBIT)
4147         (IF_TYPE_NSIP,IF_TYPE_SLIP,IF_TYPE_ULTRA,IF_TYPE_DS3,IF_TYPE_SIP)
4148         (IF_TYPE_FRAMERELAY,IF_TYPE_RS232,IF_TYPE_PARA,IF_TYPE_ARCNET)
4149         (IF_TYPE_ARCNET_PLUS,IF_TYPE_ATM,IF_TYPE_MIO_X25,IF_TYPE_SONET)
4150         (IF_TYPE_X25_PLE,IF_TYPE_ISO88022_LLC,IF_TYPE_LOCALTALK)
4151         (IF_TYPE_SMDS_DXI,IF_TYPE_FRAMERELAY_SERVICE,IF_TYPE_V35,IF_TYPE_HSSI)
4152         (IF_TYPE_HIPPI,IF_TYPE_MODEM,IF_TYPE_AAL5,IF_TYPE_SONET_PATH)
4153         (IF_TYPE_SONET_VT,IF_TYPE_SMDS_ICIP,IF_TYPE_PROP_VIRTUAL)
4154         (IF_TYPE_PROP_MULTIPLEXOR,IF_TYPE_IEEE80212,IF_TYPE_FIBRECHANNEL)
4155         (IF_TYPE_HIPPIINTERFACE,IF_TYPE_FRAMERELAY_INTERCONNECT)
4156         (IF_TYPE_AFLANE_8023,IF_TYPE_AFLANE_8025,IF_TYPE_CCTEMUL)
4157         (IF_TYPE_FASTETHER,IF_TYPE_ISDN,IF_TYPE_V11,IF_TYPE_V36)
4158         (IF_TYPE_G703_64K,IF_TYPE_G703_2MB,IF_TYPE_QLLC,IF_TYPE_FASTETHER_FX)
4159         (IF_TYPE_CHANNEL,IF_TYPE_IEEE80211,,IF_TYPE_IBM370PARCHAN)
4160         (IF_TYPE_ESCON,IF_TYPE_DLSW,IF_TYPE_ISDN_S,IF_TYPE_ISDN_U)
4161         (IF_TYPE_LAP_D,IF_TYPE_IPSWITCH,IF_TYPE_RSRB,IF_TYPE_ATM_LOGICAL)
4162         (IF_TYPE_DS0,IF_TYPE_DS0_BUNDLE,IF_TYPE_BSC,IF_TYPE_ASYNC,IF_TYPE_CNR)
4163         (IF_TYPE_ISO88025R_DTR,IF_TYPE_EPLRS,IF_TYPE_ARAP,IF_TYPE_PROP_CNLS)
4164         (IF_TYPE_HOSTPAD,IF_TYPE_TERMPAD,IF_TYPE_FRAMERELAY_MPI,IF_TYPE_X213)
4165         (IF_TYPE_ADSL,IF_TYPE_RADSL,IF_TYPE_SDSL,IF_TYPE_VDSL)
4166         (IF_TYPE_ISO88025_CRFPRINT,IF_TYPE_MYRINET,IF_TYPE_VOICE_EM)
4167         (IF_TYPE_VOICE_FXO,IF_TYPE_VOICE_FXS,IF_TYPE_VOICE_ENCAP)
4168         (IF_TYPE_VOICE_OVERIP,IF_TYPE_ATM_DXI,IF_TYPE_ATM_FUNI,IF_TYPE_ATM_IMA)
4169         (IF_TYPE_PPPMULTILINKBUNDLE,IF_TYPE_IPOVER_CDLC,IF_TYPE_IPOVER_CLAW)
4170         (IF_TYPE_STACKTOSTACK,IF_TYPE_VIRTUALIPADDRESS,IF_TYPE_MPC
4171         (IF_TYPE_IPOVER_ATM,IF_TYPE_ISO88025_FIBER,IF_TYPE_TDLC
4172         (IF_TYPE_GIGABITETHERNET,IF_TYPE_HDLC,IF_TYPE_LAP_F,IF_TYPE_V37)
4173         (IF_TYPE_X25_MLP,IF_TYPE_X25_HUNTGROUP,IF_TYPE_TRANSPHDLC)
4174         (IF_TYPE_INTERLEAVE,IF_TYPE_FAST,IF_TYPE_IP,IF_TYPE_DOCSCABLE_MACLAYER)
4175         (IF_TYPE_DOCSCABLE_DOWNSTREAM,IF_TYPE_DOCSCABLE_UPSTREAM)
4176         (IF_TYPE_A12MPPSWITCH,IF_TYPE_TUNNEL,IF_TYPE_COFFEE,IF_TYPE_CES)
4177         (IF_TYPE_ATM_SUBINTERFACE,IF_TYPE_L2_VLAN,IF_TYPE_L3_IPVLAN)
4178         (IF_TYPE_L3_IPXVLAN,IF_TYPE_DIGITALPOWERLINE,IF_TYPE_MEDIAMAILOVERIP)
4179         (IF_TYPE_DTM,IF_TYPE_DCN,IF_TYPE_IPFORWARD,IF_TYPE_MSDSL)
4180         (IF_TYPE_IEEE1394,IF_TYPE_RECEIVE_ONLY,MAX_IF_TYPE,IF_ACCESS_LOOPBACK)
4181         (IF_ACCESS_BROADCAST,IF_ACCESS_POINTTOPOINT)
4182         (IF_ACCESS_POINTTOMULTIPOINT,IF_CHECK_NONE,IF_CHECK_MCAST)
4183         (IF_CHECK_SEND,IF_CONNECTION_DEDICATED,IF_CONNECTION_PASSIVE)
4184         (IF_CONNECTION_DEMAND,IF_ADMIN_STATUS_UP,IF_ADMIN_STATUS_DOWN)
4185         (IF_ADMIN_STATUS_TESTING,IF_OPER_STATUS_NON_OPERATIONAL)
4186         (IF_OPER_STATUS_UNREACHABLE,IF_OPER_STATUS_DISCONNECTED)
4187         (IF_OPER_STATUS_CONNECTING,IF_OPER_STATUS_CONNECTED)
4188         (IF_OPER_STATUS_OPERATIONAL): Define.
4189         * include/winbase.h (CancelWaitableTimer,UnregisterWait):
4190         Add function declaration.
4191         * include/mgm.h: New file.
4192         * lib/rtm.def: New file.
4193         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
4194
4195 2006-04-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4196
4197         * include/ws2tcpip.h (gai_strerror): Remove thread-safety comment.
4198         This function cannot be made thread-safe, the API would have to be
4199         changed for that, just like strerror() -> strerror_r() and similar
4200         ISO C or POSIX functions...
4201
4202 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4203
4204         * include/edevdefs.h: New file.
4205
4206 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4207
4208         * include/mmsystem.h (_LPCWAVEFORMATEX_DEFINED): Define.
4209         Use as guard for the WAVEFORMATEX structure instead of
4210         _WAVEFORMATEX_ to avoid clashes with DirectSound. Keep
4211         _WAVEFORMATEX_ for compatibility.
4212         Thanks to:    Andrew Jones <guln at sf dot net>
4213
4214 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4215
4216         * include/winuser.h (CharNextEx,CharNextExW,CharPrevEx,CharPrevExW):
4217         Delete. Only CharNextExA and CharPrevExA are documented in MSDN.
4218         Thanks to:    David Golub <david_golub at sf dot net>
4219
4220 2006-04-18  Eric House  <ehouse@eehouse.org>
4221
4222         PocketPC support.
4223         * include/aygshell.h: New file [_WIN32_WCE]. Declare most common
4224         functions for using aygshell on PocketPC:
4225         SHCreateMenuBar, SHFindMenuBar, SHCreateNewItem, SHFullScreen,
4226         SHSipInfo, SHHandleWMActivate, SHHandleWMSettingChange
4227
4228         * include/commctrl.h [_WIN32_WCE] Add function prototypes for
4229         command bar API on PocketPC:
4230         CommandBar_Create, CommandBar_Show, CommandBar_AddBitmap,
4231         CommandBar_InsertComboBox, CommandBar_InsertMenubar,
4232         CommandBar_InsertMenubarEx, CommandBar_DrawMenuBar,
4233         CommandBar_GetMenu, CommandBar_AddAdornments, CommandBar_Height,
4234         CommandBar_InsertButton, CommandBar_Destroy.
4235
4236         * include/winbase.h [_WIN32_WCE] (WIN32_FIND_DATA{A|W}): Remove
4237         fields not present on PocketPC.
4238         (GetCurrentThreadId): Conditionally declare as extern function
4239         without dllimport attribute on PocketPC.
4240         (ResetEvent): Likwise.
4241         (SetEvent): Likewise.
4242
4243         * include/wingdi.h [_WIN32_WCE]  (GetTextExtentPoint32{A|W}):
4244         Conditionally declare as extern function without dllimport
4245          attribute on PocketPC.
4246         * winuser.h  [_WIN32_WCE] (DialogBoxParam{A|W}): Conditionally
4247         declare as extern function without dllimport attribute on PocketPC.
4248
4249 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
4250
4251         * lib/test.c: Include icm.h.
4252
4253 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
4254
4255         * include/wingdi.h (ColorCorrectPalette): Add declaration.
4256         (CreateColorSpace): Add UNICODE mappings.
4257         * lib/gdi32.def (ColorCorrectPalette): Add stub.
4258         * include/icm.h: New file.
4259         * lib/mscms.def: New file.
4260         * lib/icmui.def: New file.
4261
4262 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
4263
4264         * include/winnt.h (IMAGE_FILE_MACHINE_IA64): New define.
4265         (IMAGE_FILE_MACHINE_AMD64): New define.
4266         (IMAGE_NT_OPTIONAL_HDR32_MAGIC,IMAGE_NT_OPTIONAL_HDR64_MAGIC):
4267         New defines.
4268         (IMAGE_NT_OPTIONAL_HDR_MAGIC): Map to one of the above.
4269         (IMAGE_SUBSYSTEM_NATIVE_WINDOWS): New define.
4270         (IMAGE_SUBSYSTEM_WINDOWS_CE_GUI): New define.
4271         (IMAGE_DLLCHARACTERISTICS_WDM_DRIVER): New define.
4272         (IMAGE_DIRECTORY_ENTRY_ARCHITECTURE,IMAGE_DIRECTORY_ENTRY_DELAY_IMPORT)
4273         (IMAGE_DIRECTORY_ENTRY_COM_DESCRIPTOR): New defines.
4274         (IMAGE_SCN_TYPE_REG,IMAGE_SCN_TYPE_DSECT,IMAGE_SCN_TYPE_NOLOAD)
4275         (IMAGE_SCN_TYPE_GROUP,IMAGE_SCN_TYPE_COPY,IMAGE_SCN_TYPE_OVER):
4276         New defines.
4277         (IMAGE_SCN_ALIGN_128BYTES,IMAGE_SCN_ALIGN_256BYTES)
4278         (IMAGE_SCN_ALIGN_512BYTES,IMAGE_SCN_ALIGN_1024BYTES)
4279         (IMAGE_SCN_ALIGN_2048BYTES,IMAGE_SCN_ALIGN_4096BYTES)
4280         (IMAGE_SCN_ALIGN_8192BYTES): New defines.
4281         (IMAGE_DEBUG_TYPE_BORLAND): New define.
4282         (IMAGE_OPTIONAL_HEADER32,PIMAGE_OPTIONAL_HEADER32)
4283         (IMAGE_OPTIONAL_HEADER64,PIMAGE_OPTIONAL_HEADER64): New structure
4284         definitions and typedefs.
4285         (IMAGE_OPTIONAL_HEADER,PIMAGE_OPTIONAL_HEADER): Map to the above.
4286         (IMAGE_NT_HEADERS32,PIMAGE_NT_HEADERS32,IMAGE_NT_HEADERS64)
4287         (PIMAGE_NT_HEADERS64): New structure definitions and typedefs.
4288         (IMAGE_NT_HEADERS,PIMAGE_NT_HEADERS): Map to the above.
4289         (IMAGE_LOAD_CONFIG_DIRECTORY64,PIMAGE_LOAD_CONFIG_DIRECTORY64):
4290         New structure definition and typedefs.
4291         (IMAGE_CE_RUNTIME_FUNCTION_ENTRY,PIMAGE_CE_RUNTIME_FUNCTION_ENTRY):
4292         Likewise.
4293         (IMAGE_FUNCTION_ENTRY64,PIMAGE_FUNCTION_ENTRY64): Likewise.
4294
4295 2006-04-18  Bart Oldeman  <bartoldeman@users.sf.net>
4296
4297         * lib/test.c: Fix typo in #inlcude.
4298         * include/aclui.h: INTERFACE should not remain
4299         defined at the end of the header.
4300         * include/servprov.h: Ditto.
4301
4302 2006-04-16  Danny Smith  <dannysmith@users.sourceforge.net>
4303
4304         * include/ws2tcpip.h (gai_strerror): Add thread-safety comment.
4305
4306 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4307
4308         * include/ws2tcpip.h (gai_strerrorA,gai_strerrorW): Implement inline.
4309
4310 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4311
4312         * include/wsahelp.h (system_header): Add pragma.
4313         * include/ws2spi.h (system_header): Add pragma.
4314         * include/rasdlg.h (system_header): Add pragma.
4315         * include/rasdlg.h (_RASDLG_H): Define.
4316         Define instead of _RASDLG_H_, this is the w32api standard.
4317         * include/mlang.h (_MLANG_H): Define.
4318         Define instead of _MLANG_H_, this is the w32api standard.
4319         * include/setupapi.h (_SETUPAPI_H): Define.
4320         Define instead of _SETUPAPI_H_, this is the w32api standard.
4321
4322 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4323
4324         * include/rpcndr.h (boolean): Add typedef.
4325         Thanks to:    James du Russel <ephelon at users dot sf dot net>
4326         * include/rpcndr.h (_RPCNDR_H): Define.
4327         Define in addition to __RPCNDR_H__, this is the w32api standard.
4328
4329 2006-04-14  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4330
4331         * include/w32api.h: Increment version to 3.7.
4332         * Makefile.in: Ditto.
4333
4334 2006-04-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4335
4336         * include/winbase.h (GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS,
4337         GET_MODULE_HANDLE_EX_FLAG_PIN,
4338         GET_MODULE_HANDLE_EX_FLAG_UNCHANGED_REFCOUNT): Define.
4339         Thanks to:    Brandon Sneed <brandon at redf dot net>
4340
4341 2006-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
4342
4343         * include/secext.h: Enclose function declarations in extern "C"
4344         if __cplusplus.
4345
4346 2006-04-11  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4347
4348         * include/comcat.h: INTERFACE should not remain defined
4349         at the end of the header.
4350         * include/docobj.h: Ditto.
4351         * include/exdisp.h: Ditto.
4352         * include/intshcut.h: Ditto.
4353         * include/mlang.h: Ditto.
4354         * include/mshtml.h: Ditto.
4355         * include/oaidl.h: Ditto.
4356         * include/objidl.h: Ditto.
4357         * include/objsafe.h: Ditto.
4358         * include/ocidl.h: Ditto.
4359         * include/oleacc.h: Ditto.
4360         * include/oledlg.h: Ditto.
4361         * include/oleidl.h: Ditto.
4362         * include/richole.h: Ditto.
4363         * include/shldisp.h: Ditto.
4364         * include/shlobj.h: Ditto.
4365         * include/unknwn.h: Ditto.
4366         * include/vfw.h: Ditto.
4367         Thanks to:    Brandon Sneed <brandon at redf dot net>
4368
4369 2006-04-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4370
4371         * include/commdlg.h [_WIN32_WINNT >= 0x0500] (PD_CURRENTPAGE)
4372         (PD_NOCURRENTPAGE,PD_EXCLUSIONFLAGS,PD_USELARGETEMPLATE): Define.
4373         Thanks to:    Wolfgang Glas <softadm at users dot sf dot net>
4374
4375 2006-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
4376
4377         * include/iphlpapi.h (GetAdaptersAddresses): Check for winsock2
4378         here also.
4379
4380 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4381
4382         * include/wincrypt.h (PROV_MS_EXCHANGE): Define.
4383         We should probably remove PROV_MS_MAIL but I'm keeping it for
4384         now for compatibility reasons.
4385         Thanks to:    Marcus Agehall <agehall at users dot sf dot net>
4386
4387 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4388
4389         * include/commdlg.h [_WIN32_WINNT >= 0x0500] (START_PAGE_GENERAL)
4390         (PD_RESULT_PRINT,PD_RESULT_APPLY): Define.
4391         Thanks to:    Wolfgang Glas <softadm at users dot sf dot net>
4392
4393 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4394
4395         * include/wingdi.h [WINVER >= 0x0410]
4396         (AlphaBlend,GradientFill,TransparentBlt): Windows 98 and better.
4397         Thanks to:    Alessandro Antonello <aleantonello at users dot sf dot net>
4398
4399 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4400
4401         * include/wingdi.h (CAPTUREBLT,NOMIRRORBITMAP): Define.
4402         * include/commctrl.h (WC_LINKA,WC_LINKW,LIF_ITEMINDEX,LIF_STATE)
4403         (LIF_ITEMID,LIF_URL,LIS_FOCUSED,LIS_ENABLED,LIS_VISITED,LM_HITTEST)
4404         (LM_GETIDEALHEIGHT,LM_SETITEM,LM_GETITEM,MAX_LINKID_TEXT)
4405         (L_MAX_URL_LENGTH): Define.
4406         (LITEM,LHITTESTINFO,NMLINK): Add structures.
4407         Thanks to:    Brandon Sneed <brandon at redf dot net>
4408
4409 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4410
4411         * include/w32api.h (IE601,IE602,IE7): Define for recent versions of IE.
4412
4413 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4414
4415         * include/w32api.h (_W32API_H): Define.
4416         Define in addition to _W32API_H_, this is the w32api standard.
4417
4418 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4419
4420         * include/w32api.h (WindowsVista): Define.
4421
4422 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4423
4424         * include/iptypes.h (IP_ADAPTER_*): Define parts that depend
4425         on SOCKET_ADDRESS only if winsock2.h has already been included.
4426
4427 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4428
4429         * include/winuser.h (WM_IME_*): Remove. Defined in imm.h.
4430
4431 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4432
4433         * include/iphlpapi.h (GAA_FLAG_*): Define.
4434         (GetAdaptersAddresses): Add function declaration.
4435         * lib/iphlpapi.def (GetAdaptersAddresses): Add function stub.
4436         Thanks to:    ross <rossboulet at users dot sf dot net>
4437
4438 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4439
4440         * include/iptypes.h (IP_INTERFACE_NAME_INFO,
4441         IP_ADAPTER_ANYCAST_ADDRESS,IP_ADAPTER_MULTICAST_ADDRESS,
4442         IP_ADAPTER_UNICAST_ADDRESS,IP_ADAPTER_DNS_SERVER_ADDRESS,
4443         IP_ADAPTER_PREFIX,IP_ADAPTER_ADDRESSES): Add structures.
4444         (IF_OPER_STATUS,IP_DAD_STATE,IP_PREFIX_ORIGIN,IP_SUFFIX_ORIGIN,
4445         SCOPE_LEVEL): Add enums.
4446         (IP_ADAPTER_*): Define.
4447
4448 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4449
4450         * include/winuser.h (GetWindowExtEx): Removed, belongs to wingdi.h.
4451         Thanks to:    Sergey Philippov <phis at users dot sf dot net>
4452
4453 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4454
4455         * include/objidl.h (PIDSI_*): Define.
4456         (PRSPEC_*): Define.
4457         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
4458
4459 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4460
4461         * include/winbase.h (LOGON32_PROVIDER_WINNT40,
4462         LOGON32_PROVIDER_WINNT50, LOGON32_LOGON_NETWORK,
4463         LOGON32_LOGON_UNLOCK, LOGON32_LOGON_NETWORK_CLEARTEXT,
4464         LOGON32_LOGON_NEW_CREDENTIALS): Define.
4465         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
4466
4467 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4468
4469         * include/mq.h: New file.
4470         * lib/mqrt.def (MQ*): Define a few missing functions.
4471
4472 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4473
4474         * lib/mqrt.def: New file.
4475         Needs the mq.h file to work properly, working on it.
4476         Thanks to:    Pascal Obry <pobry at users dot sf dot net>
4477
4478 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4479
4480         * include/winerror.h (STG_E_*):  Define.
4481         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
4482         * include/winerror.h (STG_S_*): Define.
4483         (CO_S_MACHINENAMENOTFOUND): Define.
4484         (RPC_E_*): Define.
4485         (NTE_*): Define.
4486
4487 2006-04-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4488
4489         * include/commctrl.h (ListView_*):  Define and correct.
4490         (LVM_*): Define.
4491
4492 2006-04-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4493
4494         * include/winuser.h (WM_IME_*): Define (DWORD type).
4495         (EM_*IMESTATUS): Define.
4496         (WM_*): Define.
4497         (XBUTTON*): Define.
4498         Thanks to:    Steve Folly <spfolly at users dot sf dot net>
4499
4500 2006-03-31  Danny Smith  <dannysmith@users.sourceforge.net>
4501
4502         * include/winnetwk.h (WNetGetResourceInformationW):  Correct first param.
4503         Thanks to: Rene Rivera  <grafik at users dot sf dot net>
4504
4505 2006-03-29  Christopher Faylor  <cgf@timesys.com>
4506
4507         * include/winspool.h: Protect use of PRINTER_ENUM_VALUESW with proper
4508         version conditional.
4509
4510 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4511
4512         * include/winspool.h (JOB_INFO_3): Add structure.
4513         (PROVIDOR_INFO_*{AW}): Add structure.
4514         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4515         (PRINTER_ENUM_VALUES{AW}): Add structure.
4516         (PRINTPROCESSOR_CAPS): Add structure.
4517
4518 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4519
4520         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4521         (PRINTER_INFO_7A): Correct definition.
4522
4523 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4524
4525         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4526         (DRIVER_INFO_*{AW}): Add structure.
4527         (PRINTER_INFO_*{AW}): Add structure.
4528         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4529
4530 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4531
4532         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4533         (DRIVER_*MODE): Define (DWORD type).
4534         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4535
4536 2006-03-27  Danny Smith  <dannysmith@users.sourceforge.net>
4537
4538         * include/wincon.h (GetConsoleProcessList): Declare.
4539
4540 2006-03-27  Hansres Engel  <engel@node.ch>
4541
4542         * include/mlang.h: New file.
4543
4544 2006-03-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4545
4546         * include/winbase.h (SetProcessWorkingSetSize): Corrected define.
4547
4548 2006-03-26  Hansres Engel  <engel@node.ch>
4549
4550          Add Uniscribe API for typography and for complex scripts.
4551         * include/usp10.h: New file.
4552         * lib/usp10.def: New file.
4553
4554         * include/winver.h:  Change first argument of GetFileVersionInfo[...] to const.
4555
4556         * include/imm.h (IMECHARPOSITION): Add structure.
4557         (RECONVERTSTRING): Likwise.
4558
4559         * include/commdlg.h (OPENFILENAME_SIZE_VERSION_400): Define.
4560
4561         * lib/uuid.c (CMultiLanguage): Add UUID definition.
4562         (IMLangFontLink2): Likewise.
4563         (IMultiLanguage): Likewise.
4564
4565 2006-03-18  Julien Lecomte  <julienlecomte@users.sourceforge.net>
4566
4567         * include/wincon.h  (ENABLE_*): Add more defines.
4568
4569 2006-03-18  Jan Nijtmans  <nijtmans@users.sourceforge.net>
4570
4571         * include/winnt.h (INHERITED_ACE): Define.
4572         (VALID_INHERIT_FLAGS): Correct definition.
4573
4574 2006-03-18  Peter Åstrand  <astrand@cendio.se>
4575
4576          * lib/wtsapi32.def: New file.
4577
4578 2006-03-15  Christopher Faylor  <cgf@timesys.com>
4579
4580         * include/winbase.h (STATUS_DLL_INIT_FAILED): New define.
4581         (STATUS_DLL_INIT_FAILED_LOGOFF): Ditto.
4582
4583 2006-03-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4584
4585         * include/winspool.h (DI_MEMORYMAP_WRITE): Define (DWORD type).
4586         (FORM_USER,FORM_PRINTER): Define (DWORD type).
4587         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4588         (DSPRINT_*): Define (DWORD type).
4589         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4590
4591 2006-03-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4592
4593         * include/winspool.h (JOB_CONTROL_*,JOB_STATUS_*): Define.
4594         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4595
4596 2006-03-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4597
4598         * include/shellapi.h [_WIN32_IE >= 0x0600]
4599         (SEE_MASK_NOZONECHECKS,SEE_MASK_FLAG_LOG_USAGE): Define on
4600         Windows XP SP1 and Windows XP respectively.
4601
4602 2006-03-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4603
4604         * include/shellapi.h (NOTIFYICONDATA_V*_SIZE): Define.
4605         Thanks to:  Daniel Atallah <datallah at users dot sf dot net>
4606         * include/shellapi.h [_WIN32_IE >= 0x0500]
4607         (NIS_*): Introduced in Version 5.0.
4608
4609 2006-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
4610
4611         * include/wingdi.h (CS_*): Correct WINVER guard on
4612         Image Color Matching colour definitions.
4613
4614 2006-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
4615
4616         * include/shlobj.h (SFGAO_ISSLOW): Define.
4617         (SFGAO_DISPLAYATTRMASK): Define in terms of preceding display
4618         attribute constants.
4619
4620 2006-03-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4621
4622         * include/wingdi.h [WINVER >= 0x0500]
4623         (GRADIENT_FILL_*,*_EMBEDED): Included in Windows 2000 and later.
4624         Thanks to: David A. Capello <dacap at users dot sf dot net>
4625
4626 2006-03-05  Paul J. Lucas  <pauljlucas@users.sourceforge.net>
4627
4628         * include/wininet.h (INTERNET_CONNECTED_INFO): Define structure.
4629         (INTERNET_STATE_*): Define flags.
4630         (INTERNET_OPTION_CONNECTED_STATE): Define constant.
4631
4632 2006-03-05  Chris Wilson  <chris+mingw@qwirx.com>
4633
4634         * include/sddl.h: New file.
4635
4636 2006-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
4637
4638         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Revert
4639         last change.
4640         Remove file level #pragma pack(push,4)/#pragma pop.
4641
4642 2006-02-19  Corinna Vinschen  <corinna@vinschen.de>
4643
4644         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Add filler
4645         value to force correct alignment.
4646
4647 2006-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
4648
4649         * include/commctrl.h (LPNMLVCACHEHINT): Correct spelling.
4650         Thanks to: Sebastian Pipping <hartwork at users dot sf dot net>
4651         (PNM_CACHEHINT): Add backward compatibilty define.
4652         (LPNM_CACHEHINT): Likewise.
4653
4654 2006-02-06  Danny Smith  <dannysmith@users.sourceforge.net>
4655
4656         * include/shlobj.h (PathResolve): Fix typo in _WIN32_WINNT guard.
4657
4658 2006-02-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4659
4660         * include/shlobj.h (PRF_VERIFYEXISTS, PRF_TRYPROGRAMEXTENSIONS,
4661         PRF_FIRSTDIRDEF, PRF_DONTFINDLNK): Define.
4662         * lib/shell32.def (PathResolve): Define.
4663
4664 2006-02-06  Christopher Faylor  <cgf@timesys.com>
4665
4666         * include/shlobj.h (PathResolve): Fix typo.
4667
4668 2006-02-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4669
4670         * include/shlobj.h (PathResolve): Define.
4671         (PRF_VERIFYEXISTS, PRF_TRYPROGRAMEXTENSIONS, PRF_FIRSTDIRDEF,
4672         PRF_DONTFINDLNK): Ditto.
4673         * lib/shell32.def (PathResolve): Define.
4674
4675 2006-02-04  Ron Lee  <ronl@users.sourceforge.net>
4676
4677         * include/winnls.h: Remove stray end ';' from preprocessor defines.
4678
4679 2006-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
4680
4681         * lib/iphlpapi.def: (NotifyAddrChange@8): Define.
4682         Reported by: Daniel Atallah  <datallah at users dot sf dot net>
4683         (NotifyRouteChange@8): Define.
4684
4685 2006-01-29  Danny Smith  <dannysmith@users.sourceforge.net>
4686
4687         * include/winsock2.h (WINSOCK_API_LINKAGE): Define.  Add to
4688         prototypes.
4689
4690 2006-01-29  Danny Smith  <dannysmith@users.sourceforge.net>
4691
4692         * include/winnt.h (FORCEINLINE): Define.
4693
4694 2006-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
4695
4696         * include/winnt.h (DECLSPEC_SELECTANY): Define.
4697
4698 2006-01-26  Filip Navara  <xnavara@volny.cz>
4699
4700         * include/winnt.h (DECLSPEC_ALIGN): Define.
4701
4702 2006-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
4703
4704         * include/commctrl.h: Correct spelling of 'compatibility' in
4705         comments.
4706         * include/setupapi.h: Likewise.
4707         * include/ws2tcpip.h: Likewise.
4708
4709 2006-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
4710
4711         * include/ddk/winddk.h (KeGetCurrentKPCR): Support -masm=intel.
4712
4713 2006-01-24  Jiri Malak  <Jiri.Malak@iol.cz>
4714
4715         WATCOM compatibility changes.
4716         * include/ddk/ntddk.h (DECL_IMPORT): Define using __declspec,
4717         rather than __attribute__.
4718         (DECL_EXPORT): Likewise.
4719         * include/ddk/winddk.h (DDKAPI): Avoid using __attribute__.
4720         (DDKFASTAPI): Likewise.
4721         (DDKCDECLAPI): Likwise.
4722         (KeGetCurrentKPCR): Provide __WATCOMC__ syntax for inline code.
4723
4724 2006-01-23  Brandon Sneed  <brandon@redf.net>
4725
4726         * setupapi.def: Add all CM_* functions defined in ddk/cfgmgr32.h
4727         to exports.
4728
4729 2006-01-17  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4730
4731         * include/w32api.h: Increment version to 3.6.
4732         * Makefile.in: Ditto.
4733
4734 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
4735
4736         * include/wincrypt.h (WINADVAPI): Add to prototypes of
4737         advapi32.dll functions.
4738
4739 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
4740
4741         * include/winsock2.h (struct sockaddr_storage):  Use RFC 2553
4742         names for padding size constants.
4743
4744 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
4745
4746         * include/aclapi.h (WINADVAPI): Add to prototypes.
4747         * include/winreg.h (WINADVAPI): Likewise.
4748         * include/winsvc.h (WINADVAPI): Likewise.
4749
4750 2006-01-05  Michael Gerdau  <mgd@technosis.de>
4751
4752         * include/winbase.h (WINADVAPI): Define.
4753
4754 2006-01-03  Christopher Faylor  <cgf@timesys.com>
4755
4756         * include/winuser.h (CreateWindowStation): Correctly identify first
4757         argument as constant.
4758         (CreateWindowStation@): Ditto.
4759
4760 2006-01-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4761
4762         * include/uxtheme.h [_WIN32_WINNT >= 0x0501]
4763         (TMT_*, BT_*): Add constants.
4764
4765 2005-12-31  Corinna Vinschen  <corinna@vinschen.de>
4766
4767         * include/winsock2.h: Don't define struct sockaddr_storage when
4768         building Cygwin.
4769
4770 2005-12-22  Danny Smith  <dannysmith@users.sourceforge.net>
4771
4772         * lib/ws2_32.c: New file, defining IPv6 constants.
4773         * lib/Makefile.in (SOURCES): Add ws2_32.c
4774         (EXTRA_OBJS): Add ws2_32.o.
4775
4776 2005-12-21  Michael Jung  <mjung@iss.tu-darmstadt.de>
4777
4778         * lib/user32.def (PrivateExtractIconsA@32,
4779         PrivateExtractIconsW@32): Define.
4780         * lib/shell32.c (IID_IShellLinkDataList): Add GUID.
4781
4782 2005-12-12  Christopher Faylor  <cgf@timesys.com>
4783
4784         * include/winuser.h (WINSTA_ALL_ACCESS): Define.
4785
4786 2005-12-09  Danny Smith  <dannysmith@users.sourceforge.net>
4787
4788         * lib/kernel32.def (CreateFiberEx): Correct suffix.
4789
4790 2005-12-09  Huw Davies  <hdavies@users.sourceforge.net>
4791             Danny Smith <dannysmith@users.sourceforge.net>
4792
4793         * lib/msxml-uuid.c: New file to generate UUIDs for
4794         MSXML interfaces.
4795         * lib/Makefile.in (UUID_OBJS): Add msxml-uuid.o.
4796
4797 2005-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
4798
4799         * include/winbase.h (GetDevicePowerState): Add prototype.
4800         * lib/kernel32.def (GetDevicePowerState): Correct suffix.
4801
4802 2005-12-07  Brian Gunlogson  <gmb300@users.sourceforge.net>
4803
4804         * include/winuser.h (GetClassLongPtr{AW}): Guard prototypes with _WIN64.
4805         Define as macro if !_WIN64.
4806         (SetClassLongPtr{AW}): Likewise.
4807         (GCLP_*): Add GetClassLongPtr defines.
4808         * lib/user32.def (GetClassLongPtr{AW}): Remove stubs.
4809         (SetClassLongPtr{AW}): Likewise.
4810
4811 2005-11-18  Brian Gunlogson  <gmb300@users.sourceforge.net>
4812
4813         * include/winuser.h (GetClassLongPtr{AW}): Add prototypes.
4814         (SetClassLongPtr{AW}): Likewise.
4815         (GCLP_*): Add GetClassLongPtr defines.
4816         * lib/user32.def (GetClassLongPtr{AW}): Add stubs.
4817         (SetClassLongPtr{AW}): Likewise.
4818
4819 2005-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
4820
4821         * include/commdlg.h (OPENFILENAMEW): Add members for
4822         _WIN32_WINNT >= 0x0500.
4823         Thanks to Ricardo Dalcorsso Fodra.
4824         (OPENFILENAMEA): Modify whitespace. Ansify comment.
4825
4826 2005-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
4827
4828         * include/wingdi.h (GetICMProfileA): Correct prototype.
4829         (GetICMProfileW): Likewise.
4830         Thanks to: Paul J Lucas
4831
4832 2005-11-04  Michael Jung  <mjung@iss.tu-darmstadt.de>
4833
4834         * lib/shell32.c (CLSID_ShellFSFolder): Add GUID.
4835
4836 2005-11-03  Danny Smith  <dannysmith@users.sourceforge.net>
4837
4838         * lib/crypt32.def (CertOIDToAlgId, CertAlgIDToOID, CryptProtectData,
4839         CryptUnprotectData, CryptDecodeObjectEx, CryptEncodeObjectEx,
4840         CryptRegisterOIDFunction, CryptUnregisterOIDFunction): Add stubs.
4841         Thanks to: F Richter  <res2002 at users dot sourceforge dot net>
4842
4843 2005-10-29  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4844
4845         * include/objbase.h: Fix typo.
4846         * include/w32api.h: Increment version to 3.5.
4847         * Makefile.in: Ditto.
4848
4849 2005-10-27  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4850
4851         * include/w32api.h: Increment version to 3.4.
4852         * Makefile.in: Ditto.
4853
4854 2005-10-12  Danny Smith  <dannysmith@users.sourceforge.net>
4855
4856         * include/winbase.h (GetProcessId): Remove duplicate declaration.
4857         Use _WIN32_WINNT >= 0x0501 guard.
4858
4859 2005-10-11  Christopher Faylor  <cgf@timesys.com>
4860
4861         * include/winbase.h (GetProcessId): Declare.
4862
4863 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4864
4865         * lib/ddk/newdev.def: Added.
4866         Thanks to: Stephan Meyer <ste_meyer at users dot sourceforge dot net>
4867
4868 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4869
4870         * include/commdlg.h (OPENFILENAME): Added WINNT >= 0x0500
4871         component.
4872         Thanks to: Gennady Feldman <gena01 at users dot sourceforge dot net>
4873
4874 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4875
4876         * lib/shell32.def (SHILCreateFromPath): Add stub.
4877         Thanks to: Michael Jung <mjung at iss dot tu-darmstadt dot de>
4878
4879 2005-09-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4880
4881         * include/winbase.h (RegisterWaitForSingleObject,
4882         RegisterWaitForSingleObjectEx): Define.
4883         * lib/kernel32.def (RegisterWaitForSingleObjectEx@20): Define.
4884         (RegisterWaitForSingleObject@16): Changed to
4885         RegisterWaitForSingleObject@24.
4886         Thanks to: Brandon Sneed <nivenh at users dot sourceforge dot net>
4887
4888 2005-09-19  Danny Smith  <dannysmith@users.sourceforge.net>
4889
4890         * include/winsock2.h (SO_EXCLUSIVEADDRUSE): Define.
4891         Thanks to: Gisle Vanem  <giva at bgnett dot no>
4892
4893 2005-09-08  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4894
4895         * include/reason.h [_WIN32_WINNT >= 0x0501]
4896         (SHTDN_REASON_*): New file.
4897         * include/objbase.h: Avoid double header guard.
4898
4899 2005-08-17  Michael Jung  <mjung@iss.tu-darmstadt.de>
4900
4901         * lib/shell32.c (CLSID_RecycleBin, CLSID_ControlPanel,
4902         CLSID_MyComputer,CLSID_Internet, CLSID_NetworkPlaces,
4903         CLSID_MyDocuments, CLSID_FolderShortcut): Add GUIDs.
4904
4905 2005-08-17  Martin Fuchs  <martin-fuchs@gmx.net>
4906
4907         * include/shlobj.h (IContextMenu3): Define.
4908         * include/shlguid.h (IID_IContextMenu3): Declare.
4909         * lib/shell32.c (IID_IContextMenu3): Define.
4910
4911 2005-08-17  Martin Fuchs  <martin-fuchs@gmx.net>
4912
4913         * include/shlobj.h (SHFormatDrive): Declaration of function
4914         and associated constants.
4915
4916 2005-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
4917
4918         * include/ddk/hidsdi.h:  New file.
4919         * lib/ddk/hid.def: Uncomment symbols and add stdcall suffix for
4920         functions declared in hidsdi.h.
4921         Thanks to:  Alex J Lennon  <ajlennon at organixconsulting dot com>
4922
4923 2005-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
4924
4925         * lib/imm32.def (ImmDisableIME): Add stub.
4926         Thanks to: "kidmin"  <kidmin at users dot sourceforge dot net>
4927
4928 2005-08-10  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4929
4930         * include/w32api.h: Increment version to 3.3.
4931         * Makefile.in: Ditto.
4932
4933 2005-07-28  Earnie Boyd  <earnie@users.sf.net>
4934
4935         * include/winnt.h (SUBLANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN):
4936         Correct their values.
4937         Thanks to: Daniel K. O. <danielosmari at users dont sf dot net>
4938
4939 2005-07-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4940
4941         * include/winuser.h (HSHELL_RUDEAPPACTIVATED): Define.
4942
4943 2005-07-20  Danny Smith  <dannysmith@users.sourceforge.net>
4944
4945         * include/wingdi.h (TT_PRIM_CSPLINE): Define.
4946         Thanks to: Bob Jamison <ishmal at users dot sourceforge dot net>
4947
4948 2005-07-20  Danny Smith  <dannysmith@users.sourceforge.net>
4949
4950         * include/richedit.h (SETTEXTEX): Define structure and
4951         associated constants.
4952         (GT_SELECTION): Define GETTEXTEX flag constant.
4953
4954 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
4955
4956         * include/wingdi.h (SYSPAL_NOSTATIC256): Define.
4957
4958 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
4959
4960         * include/wingdi.h (WINGDIAPI): Define to DECLSPEC_DLLIMPORT
4961         if __W32API_USE_DLLIMPORT__.   Use throughout to qualify
4962         prototypes.
4963
4964 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
4965
4966         * include/commctrl.h (RBBS_USECHEVRON): Define.
4967         (RBBS_*): Use hex notation, group together.
4968
4969 2005-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
4970
4971         * lib/kernel32.def (GetUserGeoID): Correct suffix.
4972         Thanks to: "bernd23" <bernd23 at users dot sourceforge dot net>
4973
4974 2005-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
4975
4976         * include/commctrl.h (TreeView_SetItemState): Initilise
4977         _tvi.hItem.
4978         Thanks to:  Joseph Remes <jremes at users dot sourceforge dot net>
4979
4980 2005-07-18  Mattia Barbon  <mbarbon@users.sourceforge.net>
4981
4982         * include/commctrl.h (NMLVFINDITEM): Add structure.
4983
4984 2005-07-18  Michael Gerdau  <mgdde@users.sourceforge.net>
4985
4986         * include/wininet.h (WININET_API_FLAG_*): Add defines.
4987
4988 2005-07-18  Daniel Atallah  <datallah@users.sourceforge.net>
4989
4990         * include/winnt.h (VER_SET_CONDITION): Define.
4991
4992 2005-07-18  Michael Gerdau  <mgdde@users.sourceforge.net>
4993
4994         * include/wincon.h (AttachConsole): Correct _WIN32_WINNT guard.
4995         (ATTACH_PARENT_PROCESS): Define.
4996         (CONSOLE_WINDOWED_MODE): Correct definition to match MSDN
4997         documentation.
4998
4999 2005-07-17  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5000
5001         * include/winbase.h (QueueUserWorkItem): Add prototype.
5002
5003 2005-07-13  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5004
5005         * include/wingdi.h (SHADEBLENDCAPS, SB_NONE, SB_CONST_ALPHA,
5006         SB_PIXEL_ALPHA, SB_PREMULT_ALPHA, SB_GRAD_RECT, SB_GRAD_TRI,
5007         COLORMGMTCAPS, CM_NONE, CM_DEVICE_ICM, CM_GAMMA_RAMP,
5008         CM_CMYK_COLOR): Define.
5009
5010 2005-06-19  Danny Smith  <dannysmith@users.sourceforge.net>
5011
5012         * include/winldap.h (ldap_simple_bindW, ldap_simple_bind_sW,
5013         ldap_bindW, ldap_bind_sW): Change PCHAR arg to PWCHAR.
5014         Thanks to: Christian  <chhd at users dot sf dot net>
5015
5016 2005-06-18  Danny Smith  <dannysmith@users.sourceforge.net>
5017
5018         * include/richedit.h (GETTEXTEX): Correct name of lpUsedDefChar
5019         field.
5020         Thanks to: Saulius Menkevicius  <bobas at users dot sf dot net>
5021
5022 2005-06-18  Danny Smith  <dannysmith@users.sourceforge.net>
5023
5024         * include/winbase.h (GlobalDiscard): Define as macro.
5025         Thanks to: David Golub  <david_golub  at users dot sf dot net>
5026
5027 2005-05-13  Corinna Vinschen  <corinna@vinschen.de>
5028
5029         * include/winnetwk.h (WNetGetResourceParentA): Add missing declaration.
5030         (WNetGetResourceParentW): Ditto.
5031         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Define.
5032         (FILE_ID_BOTH_DIRECTORY_INFORMATION): Define.
5033
5034 2005-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
5035
5036         * include/wininet.h (FtpGetFileSize): Add prototype.
5037         (FtpCommand[AW]): Correct prototypes.
5038         Reported by: <siger at users dot sf dot net>
5039
5040 2005-04-25  Danny Smith  <dannysmith@users.sourceforge.net>
5041
5042         * include/vfw.h (capCreateCaptureWindow[AW]): Add prototypes.
5043         (capGetDriverDescription[AW]): Likewise.
5044
5045 2005-04-03  Corinna Vinschen  <corinna@vinschen.de>
5046
5047         * include/winnt.h (SE_UNDOCK_NAME TEXT): Define.
5048         (SE_MANAGE_VOLUME_NAME TEXT): Ditto.
5049         (SE_IMPERSONATE_NAME TEXT): Ditto.
5050         (SE_ENABLE_DELEGATION_NAME TEXT): Ditto.
5051         (SE_SYNC_AGENT_NAME TEXT): Ditto.
5052
5053 2005-03-16  Christopher Faylor  <cgf@timesys.com>
5054
5055         * include/winnt.h (SYSTEM_LUID): Fix definitition invalidated by below
5056         change.
5057
5058 2005-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
5059
5060         * include/winnt.h (_LUID): Add structure. Correct LUID typedef.
5061         Thanks to:
5062         Paul-Christiaan Spruijtenburg <wakarimasu at users dot sf dot net>
5063
5064 2005-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
5065
5066         * include/ws2tcpip.h (getaddrinfo, freeaddrinfo, getnameinfo):
5067         Guard with _WIN32_WINNT >= 0x0501. Add FIXME comment.
5068         (gai_strerror[AW]): Put into #if 0 block.
5069
5070 2005-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
5071
5072         * include/basetyps.h (__int16): Correct define.
5073
5074 2005-02-10  Jiri Malak  <Jiri.Malak@iol.cz>
5075             Danny Smith  <dannysmith@users.sourceforge.net>
5076
5077         * lib/directx/dinput_private.h (ATTRIBUTE_TEXT_SECTION): New
5078         define for Open Watcom portability.
5079         * lib/directx/(dinput_joy.c, dinput_joy2.c, dinput_kbd.c,
5080         dinput_mouse.c, dinput_mouse2.c): Use new macro in definition
5081         of local c_rgodfDI* objects. Replace .rdata section attribute
5082         with 'const' keyword in definition of global c_dfDI* objects.
5083
5084 2005-02-07  Danny Smith  <dannysmith@users.sourceforge.net>
5085
5086         * include/winioctl.h (IOCTL_VOLUME_BASE,
5087         IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS, IOCTL_VOLUME_IS_CLUSTERED):
5088         Copy defines from include/ddk/ntdddvol.h.
5089         Bug reported to Debian by Anand Kumria  <wildfire@progsoc.org>
5090
5091 2005-01-27  Oliver Stoeneberg  <oliverst@online.de>
5092
5093         * include/winbase.h (PWIN32_FIND_DATA): Add typedef.
5094
5095 2005-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
5096
5097         * include/winuser.h (SW_SMOOTHSCROLL): Add define.
5098         Reported by: Christian Ehrlicher  <chehrlic@users.sf.net>
5099
5100 2005-01-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5101
5102         * include/commdlg.h (OFN_DONTADDTORECENT): Added definition.
5103
5104 2005-01-18  Danny Smith  <dannysmith@users.sourceforge.net>
5105
5106         * lib/user32.def (MonitorFromPoint): Correct suffix.
5107
5108 2005-01-13  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5109
5110         * include/wininet.h (InternetCheckConnectionA,
5111         InternetCheckConnectionW) Add prototypes.
5112         (INTERNET_RAS_INSTALLED, INTERNET_CONNECTION_OFFLINE,
5113         INTERNET_CONNECTION_CONFIGURED): Add defines.
5114
5115 2005-01-07  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5116
5117         * include/commctrl.h (ComboBox_SetMinVisible,
5118         ComboBox_GetMinVisible): Added Macros.
5119         * include/winuser.h (CB_SETMINVISIBLE, CB_GETMINVISIBLE):
5120         Added definitions.
5121
5122 2005-01-02  Jiri Malak  <Jiri.Malak@geac.cz>
5123
5124         * include/winnt.h (GetCurrentFiber, GetFiberData): Make inline
5125         assembly code conditional on _X86_.
5126
5127 2005-01-02  Earnie Boyd  <earnie@users.sf.net>
5128
5129         * include/w32api.h: Increment version to 3.2.
5130         * Makefile.in: Ditto.
5131         * include/afxres.h: Remove the \r from the line ending.
5132         * include/errorrep.h: Ditto.
5133         * include/shldisp.h: Ditto.
5134         * include/tschema.h: Ditto.
5135         * lib/dhcpcsvc.def: Ditto.
5136         * lib/uxtheme.def: Ditto.
5137         * lib/wldap32.def: Ditto.
5138
5139 2005-01-01  Danny Smith  <dannysmith@users.sourceforge.net>
5140
5141         * include/winerror.h (ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY):
5142         Correct typo.
5143         Thanks to: Aidan France  <aidan1@users.sourceforge.net>
5144
5145 2004-12-29  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5146
5147         *include/winuser.h (MNS_*, WM_MENUCOMMAND,
5148         WM_MENUGETOBJECT, WM_MENUDRAG, WM_NCMOUSEHOVER,
5149         WM_NCMOUSELEAVE, WM_UNINITMENUPOPUP,
5150         SPI_GETFOREGROUNDLOCKTIMEOUT,
5151         SPI_SETFOREGROUNDLOCKTIMEOUT): Added definitions.
5152         *include/imm.h (WM_IME_REQUEST): Added definition.
5153         *include/shlobj.h (SLGP_RAWPATH,
5154         SLGP_UNCPRIORITY): Added definition.
5155
5156 2004-12-28  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5157
5158         *include/winuser.h (HSHELL_FLASH): Added definition.
5159
5160 2004-12-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5161
5162         * include/shldisp.h (IAutoComplete): Added interface definiton.
5163         * include/shldisp.h (IAutoComplete2): Added interface definiton.
5164         * include/shldisp.h (ACO_AUTOSUGGEST): Added definition.
5165         * include/shlobj.h (IObjMgr): Added interface definiton.
5166         * lib/shell32.c (CLSID_AutoComplete, IID_AutoComplete,
5167         IID_AutoComplete2, CLSID_ACLMulti, IID_IObjMgr,
5168         CLSID_ACListISF, IID_IACList): Added GUIDs.
5169         * include/shlguid.h (CLSID_AutoComplete, IID_AutoComplete,
5170         IID_AutoComplete2, CLSID_ACLMulti, IID_IObjMgr,
5171         CLSID_ACListISF, IID_IACList): Added GUIDs.
5172
5173 2004-12-23  Danny Smith  <dannysmith@users.sourceforge.net>
5174
5175         * include/commctrl.h (CDRF_NOTIFYSUBITEMDRAW): Add define.
5176         Thanks to: Chris Sutcliffe  <ironhead@walled.net>
5177         (CDRF_*): Use hex notation for constants.
5178
5179 2004-12-08  Danny Smith  <dannysmith@users.sourceforge.net>
5180
5181         * include/sqlext.h (SQL_INTERVAL_*): Correct macros.
5182         Reported by Eric Sharkey <sharkey at netrics dot com>
5183
5184 2004-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
5185
5186         * include/winnt.h (TOKEN_INFORMATION_CLASS): Add
5187         TokenGroupsAndPrivileges, TokenSessionReference,
5188         TokenSandBoxInert, TokenAuditPolicy, TokenOrigin.
5189         Reformat.
5190         (SID_NAME_USE): Add SidTypeComputer.  Reformat.
5191         Thanks to Gabriel Linder <mingwlinder@users.sourceforge.net>
5192
5193 2004-12-02  Danny Smith  <dannysmith@users.sourceforge.net>
5194
5195         * lib/comctl32.def (ImageList_Copy, ImageList_DrawIndirect,
5196         ImageList_Duplicate): Add stubs.
5197
5198 2004-12-02  Danny Smith  <dannysmith@users.sourceforge.net>
5199
5200         * lib/directx/strmiids.c (MEDIASUBTYPE_YV12): Correct GUID.
5201         Thanks to "Pete" <pross@xvid.org>
5202
5203 2004-11-21 Benoit Blanchon  <bblanchon@users.sourceforge.net>
5204
5205         * include/wingdi.h (AC_SRC_ALPHA, AC_SRC_NO_ALPHA,
5206         AC_DST_NO_ALPHA, ...): Add defines.
5207         * include/winuser.h (ULW_COLORKEY,ULW_ALPHA,
5208         ULW_OPAQUE): Add defines.
5209
5210 2004-11-21  Danny Smith  <dannysmith@users.sourceforge.net>
5211
5212         * include/winnt.h (VerSetConditionMask): Correct typo in _WIN32_WINNT
5213         guard.
5214         * lib/kernel32.def (VerSetConditionMask): Correct stdcall
5215         suffix.
5216         * lib/ddk/ntoskrnl.def (VerSetConditionMask): Likewise.
5217
5218 2004-11-20  Danny Smith  <dannysmith@users.sourceforge.net>
5219
5220         * include/winbase.h (PPROCESS_INFORMATION): Add typedef.
5221         (CreateProcessWithLogonW): Declare.
5222         (LOGON_WITH_PROFILE, LOGON_NETCREDENTIALS_ONLY): Add defines.
5223         Thanks to: "jkmaki"  <jkmaki@users.sourceforge.net>
5224
5225 2004-11-19  Danny Smith  <dannysmith@users.sourceforge.net>
5226
5227         * include/sspi.h (SecPkgContext_Sizes): Fix typo.
5228         Thanks to: David Leonard  <leonard@users.sourceforge.net>
5229
5230 2004-11-19  Danny Smith  <dannysmith@users.sourceforge.net>
5231
5232         * include/sspi.h (SecPkgCredentials_Names[AW]): Correct name.
5233         Thanks to: David Leonard  <leonard@users.sourceforge.net>
5234
5235 2004-11-19  Magnus Olsen  <greatlord@users.sourceforge.net>
5236
5237         * include/winuser.h (MSLLHOOKSTRUCT): Add structure.
5238
5239 2004-11-19  Magnus Olsen  <greatlord@users.sourceforge.net>
5240
5241         * include/winuser.h (LLKHF_EXTENDED, LLKHF_INJECTED, LLKHF_UP):
5242         Add defines.
5243         (LLKHF_ALTDOWN): Define based on KF_ALTDOWN.
5244
5245 2004-11-19  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5246
5247         * include/shellapi.h (NIF_GUID): Add another define.
5248
5249 2004-11-18  Earnie Boyd  <earnie@users.sf.net>
5250
5251         * include/wincon.h (AttachConsole): Correct the _WIN32_WINNT filter.
5252         Changed it twice due to inconsistent MSDN documentation.
5253         * include/w32api.h (Windows95, etc. and IE3, etc.): Add definitions.
5254
5255 2004-11-13  Danny Smith  <dannysmith@users.sourceforge.net>
5256
5257         * include/shlobj.h (SHGFP_TYPE): Add enum.
5258
5259 2004-11-12  Loïc Guilloux (glx@users.sourceforge.net>
5260
5261         * include/winuser.h (WM_THEMECHANGED): Add define.
5262
5263 2004-11-11  Danny Smith  <dannysmith@users.sourceforge.net>
5264
5265         * include/ddk/winddk.h (ExAllocateFromPagedLookasideList,
5266         ExFreeToPagedLookasideList): Guard inline versions with
5267         (__USE_NTOSKRNL__) && (_WIN32_WINNT >= 0x0501). Declare as
5268         external functions for earlier _WIN32_WINNT.
5269
5270 2004-11-11  Danny Smith  <dannysmith@users.sourceforge.net>
5271
5272         * include/ras.h (RASCONN[AW]): Remove dwSessionId field.
5273
5274 2004-11-09  Danny Smith  <dannysmith@users.sourceforge.net>
5275
5276         * include/winnls.h (WINBASEAPI): Define as DECLSPEC_IMPORT
5277         if  undefined and __W32API_USE_DLLIMPORT__.
5278         Add WINBASEAPI token to prototypes, throughout.
5279
5280 2004-11-08  Danny Smith  <dannysmith@users.sourceforge.net>
5281
5282         * include/winnt.h (GetCurrentFiber): Support -masm=intel.
5283         (GetFiberData): Likewise.
5284         (NtCurrentTeb): Likewise.
5285
5286 2004-11-04  Danny Smith  <dannysmith@users.sourceforge.net>
5287
5288         * include/shellapi.h (NIF_INFO): Add define.
5289         (NIIF_*) Add defines..
5290         Thanks to: Benoit Blanchon <bblanchon@users.sourceforge.net>
5291         (NIF_*): Convert constants to hex.
5292
5293 2004-11-02  Danny Smith  <dannysmith@users.sourceforge.net>
5294
5295         * include/wingdi.h (GetFontUnicodeRanges,GetGlyphIndicesA,
5296         GetGlyphIndicesW): Declare.
5297         (GGI_MARK_NONEXISTING_GLYPHS): Define
5298         * lib/gdi32.def (GetFontUnicodeRanges,GetGlyphIndicesA,
5299         GetGlyphIndicesW): Add stubs.
5300
5301 2004-10-24  Dan Aloni  <da-x@colinux.org>
5302
5303         * include/ddk/ntapi.h (NtQueryFullAttributesFile,
5304         ZwQueryFullAttributesFile): Declare.
5305         * include/ddk/ntapi.h (RtlDosPathNameToNtPathName_U):
5306         Declare.
5307         lib/ntoskrnl.def (ZwQueryDirectoryFile, ZwQueryFullAttributesFile.
5308         ZwQueryVolumeInformationFile): Add stubs.
5309
5310 2004-10-18  Danny Smith  <dannysmith@users.sourceforge.net>
5311
5312         * include/wsahelp.h (WINSOCK_MAPPING, WSHGetWinsockMapping,
5313         PWSH_GET_WINSOCK_MAPPING): Don't define if __OBJC__.
5314
5315 2004-10-15  Robert Wruck  <wruck@tweerlei.de>
5316             Danny Smith  <dannysmith@users.sourceforge.net>
5317
5318         * include/winbase.h (InitializeSListHead, Interlocked*):
5319         Guard with !__USE_NTOSKRNL__.
5320
5321         * include/ddk/ntddk.h (__USE_NTOSKRNL__): Define.
5322         * include/ddk/winddk.h (InitializeSListHead, Interlocked*):
5323         Guard with  __USE_NTOSKRNL__.
5324         (ExInterlockedPopEntrySList, ExInterlockedPushEntrySList):
5325         Add prototypes.  Guard macro definition with __USE_NTOSKRNL__
5326         && _WIN32_WINNT >= 0x0501
5327         (ExAllocateFromNPagedLookasideList, ExAllocateFromPagedLookasideList,
5328         ExFreeToNPagedLookasideList, ExFreeToPagedLookasideList):
5329         Replace calts to InterlockedPopEntrySList, InterlockedPushEntrySList
5330         with ExInterlockedPopEntrySList, ExInterlockedPushEntrySList.
5331
5332         * lib/ddk/ntosknl.def (ExInterlockedPopEntrySList,
5333         ExInterlockedPushEntrySList)  Add stubs with fastcall decoration.
5334         (ExDesktopObjectType, ExEventObjectType, ExSemaphoreObjectType,
5335         ExWindowStationObjectType, IoAdapterObjectType,
5336         IoDeviceHandlerObjectSize, IoDeviceHandlerObjectType,
5337         IoDeviceObjectType, IoDriverObjectType, IoFileObjectType,
5338         LpcPortObjectType, MmSectionObjectType, SeTokenObjectType):
5339         Uncomment stubs.
5340
5341 2004-10-11  Robert Wruck  <wruck@tweerlei.de>
5342
5343         * include/ddk/winddk.h (IoReleaseRemoveLockAndWait): Fix
5344         definition
5345         (IoReleaseRemoveLock): Add definition.
5346
5347 2004-10-10  Danny Smith  <dannysmith@users.sourceforge.net>
5348
5349         * include/ddk/winnt4.h (Exi386InterlockedDecrementLong,
5350         Exi386InterlockedExchangeUlong, Exi386InterlockedIncrementLong);
5351         Add prototypes.
5352         * include/winddk.h (ExInterlockedAddUlong,
5353         ExInterlockedInsertHeadList, ExInterlockedInsertTailList,
5354         ExInterlockedRemoveHeadList, ExInterlockedPopEntryList,
5355         ExInterlockedPushEntryList): Change calling convention to
5356         DDKAPI.
5357         (ExfInterlockedAddUlong,ExInterlockedInsertHeadList,
5358         ExInterlockedInsertTailList, ExInterlockedRemoveHeadList,
5359         ExInterlockedPopEntryList, ExInterlockedPushEntryList):
5360         Add prototypes for DDKFASTAPI versions.
5361         Thanks to Vadim Yegor0v <zg at bmg dot lv> for report.
5362         * lib/ntoskrnl.def (ExInterlockedAddUlong,
5363         ExInterlockedInsertHeadList, ExInterlockedInsertTailList,
5364         ExInterlockedRemoveHeadList, ExInterlockedPopEntryList,
5365         ExInterlockedPushEntryList): Remove lead '@' from stubs.
5366         (ExfInterlockedAddUlong,ExfInterlockedInsertHeadList,
5367         ExfInterlockedInsertTailList, ExfInterlockedRemoveHeadList,
5368         ExfInterlockedPopEntryList, ExfInterlockedPushEntryList):
5369         Add fastcall stubs.
5370         (Exi386InterlockedDecrementLong, Exi386InterlockedExchangeUlong,
5371         Exi386InterlockedIncrementLong); Add stdcall stubs.
5372
5373 2004-09-30  Danny Smith  <dannysmith@users.sourceforge.net>
5374
5375         * include/winbase.h (WINBASEAPI): Define as DECLSPEC_IMPORT only
5376          if __W32API_USE_DLLIMPORT__ is defined.
5377         * include/winuser.h (WINUSERAPI): Likewise.
5378
5379 2004-09-29  Filip Navara  <xnavara@volny.cz>
5380
5381         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
5382         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, mcd.h, miniport.h,
5383         mountdev.h, mountmgr.h, ndis.h, ndistapi.h, ndiswan.h, netpnp.h,
5384         newdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h, ntddcdvd.h,
5385         ntddchgr.h, ntdddisk.h, ntddkbd.h, ntddmou.h, ntddpar.h, ntddpcm.h,
5386         ntddscsi.h, ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h,
5387         ntddvdeo.h, ntddvol.h, ntpoapi.h, parallel.h, pfhook.h, poclass.h,
5388         scsi.h, scsiscan.h, smbus.h, srb.h, storport.h, tdiinfo.h,
5389         tdikrnl.h, tvout.h, upssvc.h, usb.h, usb100.h, usbdi.h, usbioctl.h,
5390         usbiodef.h, usbscan.h, usbuser.h, videoagp.h, winddi.h, winddk.h,
5391         winnt4.h, ws2san.h): Fixed packing.
5392         * include/ddk/atm.h (ATM_TRAFFIC_DESCRIPTOR_IE): Fixed declaration.
5393         * include/ddk/hidclass.h (HID_INTERFACE_HIDPARSE,
5394         HID_INTERFACE_NOTIFY_PNP): Likewise.
5395         * include/ddk/ndis.h (NDIS_DMA_BLOCK, CO_FLOW_PARAMETERS): Likewise.
5396         (NdisQueryPacketLength): Added macro. Thanks to Art Yerkes
5397         <ayerkes@speakeasy.net>.
5398         * include/ddk/usb100.h (USB_CONFIGURATION_DESCRIPTOR): Fixed
5399         declaration.
5400         * include/ddk/winddi.h (PATHDATA, GLYPHPOS): Likewise.
5401         * include/ddk/winddk.h (PDRIVER_CONTROL, PDRIVER_LIST_CONTROL,
5402         PDRIVER_ADD_DEVICE, PIO_COMPLETION_ROUTINE, PDRIVER_CANCEL,
5403         PKDEFERRED_ROUTINE, PDRIVER_DISPATCH, PIO_DPC_ROUTINE,
5404         PMM_DLL_INITIALIZE, PMM_DLL_UNLOAD, PDRIVER_ENTRY,
5405         PDRIVER_INITIALIZE, PKSERVICE_ROUTINE, PIO_TIMER_ROUTINE,
5406         PDRIVER_REINITIALIZE, PDRIVER_STARTIO, PKSYNCHRONIZE_ROUTINE,
5407         PDRIVER_UNLOAD, DRIVER_OBJECT): Fixed callback declarations.
5408         (struct FILE_BASIC_INFORMATION): Renamed to _FILE_BASIC_INFORMATION.
5409         (SYNCH_LEVEL): Added definition.
5410         (KPCR, KPCR_TIB): Fixed declaration.
5411         (Interlocked[Push/Pop]EntrySList): Declare only if winbase.h isn't
5412         included and _WIN32_WINNT >= 0x0501.
5413         (RtlEqualLuid): Fixed macro definition.
5414         (KfLowerIrql, KfRaiseIrql): Declare and use instead of KeLowerIrql and
5415         KeRaiseIrql on i386 architectures.
5416
5417 2004-09-06  Hosaka Yuji  <hos@tamanegi.org>
5418
5419         * include/mshtml.h (IHTMLDocument2): Correct get_selection
5420         declaration.
5421         (IHTMLSelectionObject): Correct get_type declaration.
5422         (IHTMLFramesCollection2, IHTMLWindow2, IHTMLFrameBase,
5423         IHTMLFrameBase2, IHTMLFrameBase3, IHTMLBodyElement,
5424         IHTMLBodyElement2): Add interfaces.
5425         (LPHTMLIMAGEELEMENTFACTORY, LPHTMLEVENTOBJ, LPHTMLSCREEN,
5426         LPHTMLOPTIONELEMENTFACTORY, LPOMHISTORY, LPOMNAVIGATOR): Add
5427         typedefs.
5428         * lib/mshtml-uuid.c (IID_IHTMLFrameBase2, IID_IHTMLFrameBase3):
5429         Add IIDs.
5430
5431 2004-09-05  Earnie Boyd  <earnie@users.sf.net>
5432
5433         * include/w32api.h: Increment version to 3.1.
5434         * Makefile.in: Ditto.
5435
5436 2004-09-05  Hosaka Yuji  <hos@tamanegi.org>
5437
5438         * include/winuser.h (MonitorFromPoint, MonitorFromRect,
5439         MonitorFromWindow): Add prototypes.
5440         * lib/user32.def (MonitorFromPoint, MonitorFromRect,
5441         MonitorFromWindowMonitorFromWindow): Add stubs.
5442         * include/shellapi.h (DuplicateIcon): Add prototype.
5443
5444 2004-09-05   Danny Smith  <dannysmith@users.sourceforge.net>
5445
5446         * include/winuser.h (WINUSERAPI): New define.
5447         Use it to mark user32.dll imports, throughout.
5448
5449 2004-09-05  Hosaka Yuji  <hos@tamanegi.org>
5450
5451         * lib/ddk/hid.def (HidD_FlushQueue, HidD_FreePreparsedData,
5452         HidD_GetAttributes, HidD_GetConfiguration, HidD_GetFeature,
5453         HidD_GetHidGuid, HidD_GetIndexedString, HidD_GetInputReport,
5454         HidD_GetManufacturerString, HidD_GetMsGenreDescriptor,
5455         HidD_GetNumInputBuffers, HidD_GetPhysicalDescriptor,
5456         HidD_GetPreparsedData, HidD_GetProductString,
5457         HidD_GetSerialNumberString, HidD_SetConfiguration,
5458         HidD_SetFeature, HidD_SetNumInputBuffers, HidD_SetOutputReport,
5459         HidP_GetButtonCaps, HidP_GetValueCaps): Add exports.
5460
5461 2004-08-25  Lars Rune Nøstdal  <daysleper@users.sourceforge.net>
5462
5463         * include/wincon.h (CONSOLE_FULLSCREEN_MODE, CONSOLE_WINDOWED_MODE):
5464         Add XP defines.
5465         (PCOORD): Add typedef.
5466         (GetConsoleDisplayMode, SetConsoleDisplayMode): Add prototypes.
5467
5468 2004-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
5469
5470         * include/winldap.h: Don't check value of UNICODE.
5471         Thanks to: "Jean-Do"  <spab@users.sourceforge.net>
5472
5473 2004-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
5474
5475         * include/winbase.h (WINBASEAPI): Guard with __INSIDE_CYGWIN__.
5476
5477 2004-08-24  Sam Robb  <samrobb@users.sourceforge.net>
5478
5479         * include/winbase.h (GetFileSizeEx): Add _WIN32_WINNT >= 0x0500
5480         guard.
5481
5482 2004-08-24   Danny Smith  <dannysmith@users.sourceforge.net>
5483
5484         * include/winbase.h: Add WINBASEAPI token to prototypes, throughout.
5485
5486 2004-08-15  Ken Fitlike  <kenfitlike@users.sourceforge.net>
5487
5488         * include/commctrl.h (WC_TREEVIEWA): Remove parenthenses.
5489
5490 2004-08-10  Sebastian Nowak  <snowak1@users.sourceforge.net>
5491
5492         * include/ws2spi.h (LPWSPSELECT): Correct typedef.
5493
5494 2004-08-10   Danny Smith  <dannysmith@users.sourceforge.net>
5495
5496         * include/wincrypt.h: Correct _WIN32_WINNT typo.
5497
5498 2004-08-10  Ed Schaller  <schallee@darkmist.net>
5499
5500         * include/wincrypt.h (MS_ENH_RSA_AES_PROV_A, MS_ENH_RSA_AES_PROV_W)
5501         (ALG_SID_AES_128, ALG_SID_AES_192, ALG_SID_AES_256, ALG_SID_AES 17)
5502         (CALG_AES_128, CALG_AES_192, CALG_AES_256, CALG_AES,PROV_RSA_AES):
5503         Add defines.
5504         (CALG_SHA1): Add define.
5505         (HP_HMAC_INFO): Add define.
5506         (HMAC_INFO): Add struct.
5507         (BLOBHEADER): Add typedef.
5508
5509 2004-07-26  Hartmut Honisch  <hhonisch@users.sourceforge.net>
5510
5511         * include/commctrl.h (TreeView_SetItemState): Define macro.
5512
5513 2004-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
5514
5515         * include/wingdi.h (CMYK): Correct macro. Group CMYK/RGB
5516         macros together.
5517
5518 2004-07-24  Brodie Thiesfield  <brofield@users.sourceforge.net>
5519
5520         * include/shlobj.h (FILEDESCRIPTOR): Unicode it.
5521         (FILEGROUPDESCRIPTOR): LIkewise.
5522
5523 2004-07-06  Corinna Vinschen  <corinna@vinschen.de>
5524
5525         * winbase.h (IsWow64Process): Add missing WINAPI qualifier.
5526
5527 2004-06-16  Danny Smith  <dannysmith@users.sourceforge.net>
5528
5529         * include/winnt.h (IMAGE_ORDINAL_FLAG): Map to ...
5530         (IMAGE_ORDINAL_FLAG{32,64}: New defines.
5531         (IMAGE_SNAP_BY_ORDINAL): Map to ...
5532         (IMAGE_SNAP_BY_ORDINAL{32,64}: New defines.
5533         (IMAGE_ORDINAL): Map to ...
5534         (IMAGE_ORDINAL{32,64}: New defines.
5535         (IMAGE_THUNK_DATA):  Map to ...
5536         (IMAGE_THUNK_DATA{32,64}: New structures.
5537         (IMAGE_THUNK_DATA): Map to ...
5538         (IMAGE_THUNK_DATA{32,64}: New structures.
5539         (IMAGE_IMPORT_DESCRIPTOR):  Map to ...
5540         (IMAGE_IMPORT_DESCRIPTOR{32,64}: New structures.
5541         (IMAGE_IMAGE_TLS_DIRECTORY)  Map to ...
5542         (IMAGE_IMAGE_TLS_DIRECTORY{32,64}: New structures.
5543
5544 2004-06-16  Bang Jun-Young  <junyoung@NetBSD.org>
5545
5546         * w32api/include/winnt.h (WAITORTIMERCALLBACKFUNC): Protect with
5547         _WIN32_WINNT >= 0x0500.
5548
5549 2004-06-05  Luke Dunstan  <infidel@users.sourceforge.net>
5550
5551         * include/winbase.h (GetWriteWatch): Correct prototype.
5552         (WRITE_WATCH_FLAG_RESET): Define.
5553         Thanks to Sergey Philippov <phis@users.sourceforge.net>.
5554
5555 2004-06-02  Rocher Laurent  <lrocher@users.sourceforge.net>
5556
5557         * include/commctrl.h (Animate_OpenEx): Define.
5558         (DateTime_GetSystemTime, DateTime_SetSystemTime): Correct names.
5559         (ListView_GetNumberOfWorkAreas): Correct macro.
5560         (ListView_SetUnicodeFormat, ListView_GetUnicodeFormat,
5561         ListView_SetItemCountEx, ListView_GetISearchString,
5562         TreeView_GetLastVisible, Header_CreateDragImage,
5563         Header_SetImageList, Header_GetImageList): Define.
5564         (LVM_SETUNICODEFORMAT, LVM_GETUNICODEFORMAT,
5565         MCM_GETUNICODEFORMAT, MCM_SETUNICODEFORMAT,
5566         TBSTATE_ELLIPSES): Define.
5567         (MonthCal_SetRange): Correct macro.
5568         (ImageList_Duplicate): Declare.
5569
5570 2004-05-29  Filip Navara  <xnavara@volny.cz>
5571
5572         * include/winnt.h (IMAGE_EXPORT_DIRECTORY): Fixed declaration.
5573
5574 2004-05-25  Al Slater  <al.slater@scluk.com>
5575
5576         * include/httpext.h (HSE_SEND_HEADER_EX_INFO,
5577         HSE_REQ_SEND_RESPONSE_HEADER_EX): Define.
5578
5579 2004-05-15  Filip Navara  <xnavara@volny.cz>
5580
5581         * include/ddk/kbdmou.h: New file.
5582         * lib/ddk/videoprt.def (VideoPortMapBankedMemory,
5583         VideoPortMapDmaMemory, VideoPortMapMemory): Correct suffix.
5584         * lib/ddk/ntoskrnl.def (_snprintf, _snwprintf, _vsnprintf,
5585         _vsnwprintf, sprintf, swprintf): Export.
5586
5587 2004-05-15  Filip Navara  <xnavara@volny.cz>
5588
5589         * include/ddk/ntddk.h: Don't set 4-byte alignment on included
5590         headers.
5591
5592 2004-05-07  Danny Smith  <dannysmith@users.sourceforge.net>
5593
5594         * include/wingdi.h: Correct non-unicode typedefs of
5595         ENUMLOGFONTEXDV, PENUMLOGFONTEXDV, LPENUMLOGFONTEXDV.
5596
5597 2004-05-07  Pascal Obry  <obry@act-europe.fr>
5598
5599         * include/winsock.h (IN_CLASSA): Fix macro.
5600         * include/winsock2.h (IN_CLASSA): Fix macro.
5601
5602 2004-04-29  Bart Oldeman  <bartoldeman@users.sourceforge.net>
5603
5604         * include/objbase.h (STGOPTIONS): Correct pwcsTemplateFile type.
5605         * include/aclui.h: Remove '\r', throughout.
5606         * include/msacm.h: Likewise.
5607         * lib/aclui.def: Likewise.
5608
5609 2004-04-28  Luke Dunstan  <infidel@users.sourceforge.net>
5610
5611         * lib/comctl32.def (SetWindowSubclass): Add stub.
5612         Thanks to Eugene <egladysh@users.sourceforge.net>.
5613
5614 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
5615
5616         * include/winbase.h (EXECUTION_STATE): Add typedef.
5617         (SetThreadExecutionState): Declare.
5618         * include/wingdi.h (_WINGDI_): Define.
5619         * include/objbase.h (_OBJBASE_H_): Define.
5620
5621 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
5622
5623         * include/winuser.h (SM_IMMENABLED, SM_CXFOCUSBORDER,
5624         SM_CYFOCUSBORDER, SM_TABLETPC, SM_MEDIACENTER): Add defines.
5625         (SM_CMETRICS): Adjust value.
5626         * include/winnt.h (PROCESSOR_ARCHITECTURE_MSIL): Correct define.
5627         (PROCESSOR_ARCHITECTURE_AMD64, PROCESSOR_ARCHITECTURE_IA32_ON_WIN64):
5628         Add defines.
5629         Thanks to Benoit Blanchon <bblanchon@users.sourceforge.net>
5630
5631 2004-04-24  Justin Forest  <vhex@users.sourceforge.net>
5632
5633         * include/winsock2.h (LUP_DEEP, LUP_CONTAINERS,
5634         LUP_NOCONTAINERS, LUP_NEAREST, LUP_RETURN_NAME,
5635         LUP_RETURN_TYPE, LUP_RETURN_VERSION, LUP_RETURN_COMMENT,
5636         LUP_RETURN_ADDR, LUP_RETURN_BLOB, LUP_RETURN_ALIASES,
5637         LUP_RETURN_QUERY_STRING, LUP_RETURN_ALL, LUP_RES_SERVICE,
5638         LUP_FLUSHCACHE, LUP_FLUSHPREVIOUS): Add defines.
5639
5640 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
5641
5642         * include/windns.h (DNSREC_QUESTION, DNSREC_ANSWER, DNSREC_AUTHORITY,
5643         DNSREC_ADDITIONAL): Add defines.
5644
5645 2004-04-23  Robert Wruck  <wruck@tweerlei.de>
5646
5647         * include/commctrl.h (LPNMLVDISPINFO): Add defines.
5648
5649 2004-04-23  Robert Wruck  <wruck@tweerlei.de>
5650
5651         * include/aclui.h: New file.
5652         * lib/aclui.def: New file.
5653         * lib/test.c: Add aclui.h to includes.
5654
5655 2004-04-21  Danny Smith  <dannysmith@users.sourceforge.net>
5656
5657         * include/winuser.h (SPI_GETACTIVEWINDOWTRACKING,
5658         SPI_GETACTIVEWNDTRKZORDER, SPI_SETACTIVEWINDOWTRACKING,
5659         SPI_SETACTIVEWNDTRKZORDER): Remove duplicate defines.
5660
5661 2004-04-20  Christopher Faylor  <cgf@alum.bu.edu>
5662
5663         * include/wingdi.h: Protect non-unicode case of below.
5664
5665 2004-04-20  Christopher Faylor  <cgf@alum.bu.edu>
5666
5667         * include/wingdi.h: Protect use of ENUMLOGFONTEXDV, PENUMLOGFONTEXDV,
5668         LPENUMLOGFONTEXDV with appropriate version check.
5669
5670 2004-04-18  Hans Leidekker  <hans@it.vu.nl>
5671
5672         * lib/directx/dxguid.c (CLSID_DirectSoundPrivate,
5673         DSPROPSETID_DirectSoundDevice): Add defines.
5674
5675 2004-04-20  Adrian Sandor  <aditsu@users.sourceforge.net>
5676
5677         * include/msacm.h: New file.
5678
5679 2004-01-09  Stuart Cunningham  <stuart_hc@users.sourceforge.net>
5680
5681         * include/objbase.h (STGFMT): Declare enum.
5682         (STGOPTIONS): Declare structure.
5683         (StgCreateStorageEx, StgOpenStorageEx): Declare.
5684         (STGOPTIONS_VERSION): Define.
5685         * lib/ole32.def (StgCreateStorageEx, StgOpenStorageEx): Add stubs.
5686
5687 2004-04-13  Filip Navara  <xnavara@volny.cz>
5688
5689         * include/winuser.h (IS_INTRESOURCE, MB_CANCELTRYCONTINUE,
5690         WM_NCXBUTTONDOWN, WM_NCXBUTTONUP, WM_NCXBUTTONDBLCLK,
5691         WM_XBUTTONDOWN, WM_XBUTTONUP, WM_XBUTTONDBLCLK,
5692         DCX_INTERSECTUPDATE, MK_XBUTTON1, MK_XBUTTON2,
5693         HELP_SETWINPOS): Define.
5694         (WM_MOUSELAST): Different value for _WIN32_WINNT >= 0x0500.
5695         (SPI_*): Add new definitions for WINVER >= 0x500.
5696         (CallMsgFilter[AW], SetWindowsHookA): Correct prototype.
5697         (InternalGetWindowText, SetWindowsHookW): Declare.
5698         * include/winbase.h (InitializeSListHead): Avoid conflicting
5699         definition with DDK headers.
5700
5701 2004-04-13  Gé van Geldorp  <gvg@reactos.com>
5702
5703         * include/winuser.h (GetLastError): Move from here...
5704         * include/winbase.h: ... to here.
5705
5706 2004-04-13  Filip Navara  <xnavara@volny.cz>
5707
5708         * include/winspool.h (DocumentPropertiesW): Correct prototype.
5709
5710 2004-04-13  Filip Navara  <xnavara@volny.cz>
5711
5712         * include/wingdi.h (ENHMETAHEADER): Add definitions for
5713         WINVER >= 0x400.
5714         (WCRANGE, GLYPHSET, LPPOLYTEXT[AW]): Declare.
5715         (ENUMLOGFONTEXW): Fix definition.
5716         (ENUMLOGFONTEXDV[AW]): Declare.
5717
5718 2004-04-13  Filip Navara  <xnavara@volny.cz>
5719
5720         * include/wingdi.h: Declare the DirectDraw structures only if
5721         the DirectDraw kernel mode headers aren't included.
5722         (EMFINFO): Declare.
5723         (EngStretchBlt, EngTextOut, FONTOBJ_cGetGlyphs,
5724         STROBJ_bEnumPositionsOnly): Correct prototypes.
5725
5726 2004-04-13  Filip Navara  <xnavara@volny.cz>
5727
5728         * include/objidl.h (PRPCOLEMESSAGE): Declare.
5729         * include/rpc.h (RPCRTAPI): Define.
5730         * include/rpcdce.h (RpcServerRegisterIf2): Declare.
5731         * include/rpcdcep.h (RPC_BLOCKING_FN, I_RpcSend): Declare.
5732         (RPC_BLOCKING_FUNCTION): Remove, replaced by RPC_BLOCKING_FN.
5733         (I_RpcBindingSetAsync): Correct prototype.
5734         * include/rpcndr.h (MIDL_STUB_MESSAGE): Rename 'Reserved' field
5735         to w2kReserved.
5736         (USER_MARSHAL_SIZING_ROUTINE, USER_MARSHAL_MARSHALLING_ROUTINE,
5737         USER_MARSHAL_UNMARSHALLING_ROUTINE, USER_MARSHAL_FREEING_ROUTINE,
5738         USER_MARSHAL_ROUTINE_QUADRUPLE, NDR_NOTIFY_ROUTINE, IDL_CS_CONVERT,
5739         CS_TYPE_NET_SIZE_ROUTINE, CS_TYPE_LOCAL_SIZE_ROUTINE,
5740         CS_TYPE_TO_NETCS_ROUTINE, CS_TYPE_FROM_NETCS_ROUTINE,
5741         CS_TAG_GETTING_ROUTINE, NDR_CS_SIZE_CONVERT_ROUTINES,
5742         NDR_CS_ROUTINES, NdrUserMarshalMarshall, NdrUserMarshalUnmarshall,
5743         NdrUserMarshalBufferSize, NdrUserMarshalMemorySize,
5744         NdrUserMarshalFree): Declare.
5745         (MIDL_STUB_DESC): Add new fields that were added in W2K.
5746         * include/rpcproxy.h (CStdStubBuffer): Ditto.
5747
5748 2004-04-13  Filip Navara  <xnavara@volny.cz>, David Welch  <welch@cwcom.net>
5749
5750         * include/ddk/ntapi.h (NtCurrentProcess, NtCurrentThread,
5751         LPC_MESSAGE_BASE_SIZE): Define.
5752         * include/ddk/ntifs.h: Move the pack pragma under header inclusion.
5753
5754 2004-04-13  Filip Navara  <xnavara@volny.cz>
5755
5756         * include/commctrl.h (TB_MARKBUTTON, NMTBGETINFOTIP[AW]):
5757         Declare.
5758
5759 2004-04-18  Allan Bazinet  <bazineta@users.sourceforge.net>
5760
5761         * include/winuser.h (MONITORINFOEX[AW]): Change to be derived from
5762         MONITORINFO when compiling as C++.
5763
5764 2004-04-17  Luke Dunstan  <infidel@users.sourceforge.net>
5765
5766         * README.w32api: List separate copyright conditions for some headers.
5767         * include/(winsock2.h, wsipx.h): Minor change to copyright header.
5768
5769 2004-04-15  Danny Smith  <dannysmith@users.sourceforge.net>
5770
5771         * include/wingdi.h (RGB): Correct macro.
5772
5773 2004-04-14  Robert Wruck  <rwruck@users.sourceforge.net>
5774
5775         * include/ddk/winddk.h (RtlEqualLuid): Correct macro.
5776
5777 2004-04-06  Luke Dunstan  <infidel@users.sourceforge.net>
5778
5779         * include/ocidl.h (QACONTAINERFLAGS): Correct typedef.
5780
5781 2004-03-29  Danny Smith  <dannysmith@users.sourceforge.net>
5782
5783         * lib/Makefile.in: Add directx to .PHONY target.
5784         * lib/directx/dxerr.c: Remove dependence on mingw runtime.
5785         Don't include stdio.h or tchar.h.
5786         Replace _T() macro with TEXT() macro, throughout.
5787         Replace _stprintf with wsprintf, throughout.
5788
5789 2004-03-27  Hosaka Yuji  <hos@tamanegi.org>
5790
5791         * include/dbt.h (DBT_DEVTYP_DEVICEINTERFACE, DBT_DEVTYP_HANDLE):
5792         Add define.
5793         (DEV_BROADCAST_DEVICEINTERFACE, DEV_BROADCAST_HANDLE): Add struct.
5794         * include/winuser.h (UnregisterDeviceNotification): Add prototype.
5795         * lib/user32.def (UnregisterDeviceNotification): Add export stub.
5796
5797 2004-03-27  Filip Navara  <xnavara@volny.cz>
5798
5799         * include/directx: New subdir.
5800         * lib/directx: Ditto.
5801         * include/directx/(d3d9.h, d3d9caps.h, d3d9types.h, dxerr8.h,
5802         dxerr9.h): New files.
5803         * lib/directx/(Makefile.in, d3d8.def, d3d9.def, d3dim.def, d3drm.def,
5804         d3dx8d.def, d3dx9d.def, d3dxof.def, ddraw.def, dinput.def,
5805         dinput_joy.c, dinput_joy2.c, dinput_kbd.c, dinput_mouse.c,
5806         dinput_mouse2.c, dinput_private.h, dinput8.def, dmoguids.c, dplayx.def,
5807         dpnaddr.def, dpnet.def, dpnlobby.def, dpvoice.def, dsetup.def,
5808         dsound.def, dxerr.c, dxerr8.c, dxerr8w.c, dxerr9.c, dxerr9w.c,
5809         dxguid.c, ksproxy.def, ksuser.c, ksuser.def, msdmo.def, quartz.def,
5810         strmiids.c, test.c): Ditto.
5811         * lib/(d3dim.def, d3drm.def, d3dxof.def, ddraw.def, dinput.c,
5812         dinput.def, dplayx.def, dsetup.def, dsound.def, dxguid.c): Removed.
5813
5814 2004-03-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5815
5816         * include/GL/glu.h (GLU_AUTO_LOAD_MATRIX, GLU_CULLING,
5817         GLU_SAMPLING_TOLERANCE, GLU_DISPLAY_MODE, GLU_PARAMETRIC_TOLERANCE,
5818         GLU_SAMPLING_METHOD, GLU_U_STEP, GLU_V_STEP): Define.
5819
5820 2004-03-24  Filip Navara  <xnavara@volny.cz>
5821
5822         * include/commctrl.h (TB_GETSTRING[AW]): Add defines.
5823         (RBBS_HIDETITLE, RBBS_TOPALIGN): Ditto.
5824
5825 2004-03-24  Filip Navara  <xnavara@volny.cz>
5826
5827         * include/ddk/srb.h (_PORT_CONFIGURATION_INFORMATION):  Rename
5828         TaggedQueueing to TaggedQueuing.
5829         (_HW_INITIALIZATION_DATA): Likewise.
5830
5831 2004-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
5832
5833         * include/docobj.h (IOleDocumentView::GetDocument): Correct
5834         prototype.
5835         Thanks to Buster Copley  <consequent@users.sourceforge.net>
5836
5837 2004-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
5838
5839         * lib/ddk/ntoskrnl.def (MmAllocatePagesForMdl): Correct suffix.
5840         (MmMapIoSpace): Likewise.
5841         Thanks to Dan Aloni  <da-x@colinux.org>
5842
5843 2004-03-16  Martin Fuchs  <martin-fuchs@gmx.net>
5844
5845         * include/shellapi.h (NIM_* NIS_*): Define constants for
5846         notification icons with _WIN32_IE >= 0x0500.
5847         (NOTIFYICONDATA): Add new structure members for notification
5848         icons with _WIN32_IE >= 0x0500.
5849
5850 2004-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
5851
5852         *include/wininet.h (CACHEGROUP_SEARCH_ALL, CACHEGROUP_SEARCH_BYURL):
5853         Add defines.
5854         (INTERNET_CACHE_GROUP_ADD, INTERNET_CACHE_GROUP_REMOVE): Add defines.
5855         (GROUPID) Add typedef.
5856         (INTERNET_CACHE_GROUP_INFO[AW]): Define structures.
5857         (CreateUrlCacheGroup): Add prototype.
5858         (DeleteUrlCacheGroup): Add prototype.
5859         (FindFirstUrlCacheGroup): Add prototype.
5860         (FindNextUrlCacheGroup): Add prototype.
5861         (GetUrlCacheGroupAttribute[AW]): Add prototypes.
5862         (SetUrlCacheGroupAttribute[AW]): Add prototypes.
5863
5864 2004-03-10  Al Slater  <al.slater@scluk.com>
5865
5866         * include/winsock2.h: Add missing LPFN_ typdefs for
5867         function pointers.
5868         Clean up whitespace.
5869
5870 2004-03-05  Filip Navara  <xnavara@volny.cz>
5871
5872         * include/ddk/scsi.h: Replace assert with ASSERT.
5873         * include/ddk/video.h: Ditto.
5874         * include/ddk/winddk.h: Ditto. Remove the assert macro.
5875         * include/ddk/tdi.h: Correct packing.
5876
5877 2004-03-04  Danny Smith  <dannysmith@users.sourceforge.net>
5878
5879         * include/wtypes.h (DECIMAL_SETZERO): Add definition for
5880         NONAMELESSUNION case.
5881
5882 2004-03-03  Martin Fuchs  <martin-fuchs@gmx.net>
5883
5884         * include/oleauto.h (V_UNION, V_VT, V_DECIMAL): Use
5885         __VARIANT_NAME_ constants.
5886
5887 2004-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
5888
5889         * include/uxtheme.h: Include <commctrl.h>
5890
5891 2004-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
5892
5893         * include/basetyps.h (GUID_SECT): Define to nothing for GCC >= 2.95.
5894
5895 2004-03-02  Martin Fuchs  <martin-fuchs@gmx.net>
5896
5897         * include/oleauto.h (VAR_VALIDDATE, VAR_FORMAT_NOSUBSTITUTE,
5898         VAR_FOURDIGITYEARS): Define new constants. Group VAR_*  defines
5899         together.
5900         (V_UI2, V_UI4, V_UI4REF, V_UI, V_UI8REF): Define macros.
5901         (V_I8, V_I8REF): Correct macros.
5902         (V_DECIMAL): Correct macro definitions.
5903         (V_INT_PTR, V_UINT_PTR, V_INT_PTRREF, V_UINT_PTRREF): Define
5904         constants.
5905         (VTBIT_*): Define constants.
5906         (UDATE): Add structure definition.
5907         (VarDateFromUdate, VarDateFromUdateEx, VarUdateFromDate): Declare
5908         functions.
5909         (SafeArrayCreateVector): Correct parameter type from UINT to ULONG
5910         (SafeArrayCreateVectorEx): Declare function.
5911         (Var*): declare VARIANT manipulation functions.
5912         * include/ocidl.h (IPicture_*): Define IPicture COBJ macros.
5913         * include/oaidl.h (IRecordInfo_*): Define IRecordInfo COBJ
5914         macros.
5915
5916 2004-03-01  Martin Fuchs  <martin-fuchs@gmx.net>
5917
5918         * include/oaidl.h (FADF_*): Define missing constants.
5919         (IDispatch_*): Define COBJ macros.
5920         (VARIANT): Add missing union members llVal and ullVal.
5921         (wireVARIANT): Likewise.
5922         (ITypeinfo_*): Define COBJ macros.
5923         * include/oleauto.h (Var*FromDisp): Correct parameter type from
5924         LPDISPATCH* to LPDISPATCH.
5925         (VARCMP_*, VAR_LOCALBOOL, LOCALE_USE_NLS, VARIANT_*,
5926         VAR_CALENDAR_*): Add missing constants.
5927         (SafeArray[Get/Set]*): Add prototypes.
5928         (Var*From*):  Add missing prototypes.
5929         (NUMPRS_*): Add defines.
5930         (NUMPARSE): Define structure.
5931         (VarParseNumFromStr,VarNumFromParseNum): Add prototypes.
5932         * include/winerror.h (DISP_E_DIVBYZERO): Define constant.
5933         * include/winuser.h (COLOR_*): Define missing constants.
5934         * include/wtypes.h (enum VARENUM): Add VT_INT_PTR, VT_UINT_PTR.
5935         (VT_INT_PTR, VT_UINT_PTR): Remove macro definitions.
5936
5937 2004-02-23  Filip Navara  <xnavara@volny.cz>
5938
5939         * include/ddk/video.h: Corrected packing.
5940
5941 2004-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
5942
5943         * include/GL/glu.h (GLU_ERROR): Define.
5944         Thanks to Philip Lamb  <phil at rave dot co dot nz>
5945
5946 2004-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
5947
5948         * include/GL/glu.h: Include <stddef.h>.
5949         Thanks to Greg Couch <gregcouch@users.sourceforge.net>
5950
5951 2004-02-15  Earnie Boyd  <earnie@users.sf.net>
5952
5953         * include/w32api.h: Increment version to 3.0.
5954         * Makefile.in: Ditto.
5955         * README.win32api: Modify license to Public Domain per agreement as
5956         found in the mingw-dvlpr list archive.
5957
5958 2004-02-13  Earnie Boyd  <earnie@users.sourceforge.net>
5959
5960         * include/ddk/winddk.h (DIRECTORY_QUERY): Add define.
5961         (DIRECTORY_TRAVERSE): Ditto.
5962         (DIRECTORY_CREATE_OBJECT): Ditto.
5963         (DIRECTORY_CREATE_SUBDIRECTORY): Ditto.
5964         (DIRECTORY_ALL_ACCESS): Ditto.
5965         Thanks to Konstantin Stepaniuk <skostia@users.sourceforge.net>
5966
5967 2004-02-12  Danny Smith  <dannysmith@users.sourceforge.net>
5968
5969         * include/basetypes.h (_REFIID_DEFINED): Correct typo.
5970
5971         * include/winuser.h (NCCALCSIZE_PARAMS): Define structure.
5972         Thanks to Mike Nordell <tamlin at algonet dot se>.
5973
5974 2004-02-11  Danny Smith  <dannysmith@users.sourceforge.net>
5975
5976         * lib/dnsapi.def: New file.
5977         * lib/test.c: Include windns.h.
5978
5979 2004-02-11  Pierre A. Humblet  <Pierre.Humblet@ieee.org>
5980
5981         * include/windns.h: New file.
5982
5983 2004-02-11  Danny Smith  <dannysmith@users.sourceforge.net>
5984
5985         * include/sqlucode.h (SQLGetStmtAttr[AW]): Remove duplicate
5986         defines.
5987         (SQLSetStmtAttr[AW]): Move into ODBCVER >= 0x0300 block.
5988         (SQLSetDescFieldW): Correct prototype.
5989         (SQLSetDescFieldA): Add prototype.
5990         (SQLGetDescFieldW): Add prototype.
5991
5992 2004-02-11  Pat Thoyts  <patthoyts@users.sourceforge.net>
5993
5994         * include/winuser.h (DFC_POPUPMENU): Add define.
5995
5996 2004-02-07  Dan Aloni  <da-x@gmx.net>
5997
5998         * lib/ddk/ntoskrnl.def (KeSetTimer,KeSetTimerEx): Correct
5999         suffix.
6000
6001 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
6002
6003         * include/oleacc.h (LIBID_Accessibility): Declare.
6004         * lib/uuid.c (LIBID_Accessibility): Define.
6005
6006 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
6007
6008         * include/winioctl.h (NTFS_VOLUME_DATA_BUFFER): Add structure.
6009         (FSCTL_GET_NTFS_VOLUME_DATA): Add macro.
6010
6011 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
6012
6013         * include/commctrl.h (ICC_STANDARD_CLASSES, ICC_LINK_CLASS): Add
6014         defines.
6015
6016 2004-01-31  Jiri Malak  <Jiri.Malak@geac.cz>
6017
6018         * include/winuser.h (RT_MANIFEST): Make conditional on
6019         RC_INVOKED.
6020         (CREATEPROCESS_MANIFEST_RESOURCE_ID,
6021         ISOLATIONAWARE_MANIFEST_RESOURCE_ID,
6022         ISOLATIONAWARE_NOSTATICIMPORT_MANIFEST_RESOURCE_ID): Add
6023         defines.
6024
6025 2004-01-16 Martin Fuchs  <martin-fuchs@gmx.net>
6026
6027         * include/shlobj.h (SHGDN_INCLUDE_NONFILESYS): Add define.
6028
6029 2004-01-15  Filip Navara  <xnavara@volny.cz>
6030
6031         * include/ddk/mcd.h: Don't care about value of DBG define.
6032         * include/ddk/srb.h: Ditto.
6033         * include/ddk/storport.h: Ditto.
6034         * include/ddk/video.h: Ditto.
6035         * include/nspapi.h (SetServiceW, GetAddressByNameA,
6036         GetAddressByNameW): Correct protoype.
6037         * include/ntsecapi.h (PCUNICODE_STRING): Define.
6038
6039 2004-01-05  Filip Navara  <xnavara@volny.cz>
6040
6041         * include/prsht.h (LPCPROPSHEETPAGEW): Fix definition.
6042         * include/shlwapi.h (SHRegQueryInfoUSKey[AW]): Fix prototype.
6043         * include/cpl.h (CPL_STARTWPARMS[AW]): Correct.
6044         * include/shellapi.h (ABS_AUTOHIDE, ABS_ALWAYSONTOP,
6045         SEE_MASK_NO_CONSOLE, SEE_MASK_ASYNCOK, SEE_MASK_HMONITOR,
6046         FOF_NOCOPYSECURITYATTRIBS): Add defines.
6047         * include/shlobj.h (BFFM_SETOKTEXT, BFFM_SETEXPANDED,
6048         CSIDL_FLAG_DONT_VERIFY, CSIDL_FLAG_CREATE, CSIDL_FLAG_MASK,
6049         CFSTR_INETURL[AW], SHGDN_FOREDITING, SHGDN_FORADDRESSBAR,
6050         SSF_*): Add defines.
6051         (SHCNF_PATH[AW], SHCNF_PRINTER[AW], CFSTR_FILENAME[AW],
6052         CFSTR_FILENAMEMAP[AW], CFSTR_FILEDESCRIPTOR[AW], CFSTR_SHELLURL,
6053         CMDSTR_NEWFOLDER[AW], CMDSTR_VIEWLIST[AW], CMDSTR_VIEWDETAILS[AW]):
6054         Correct.
6055         (IEnumIDList): Add COBJMACROS.
6056         * include/winuser.h (MIM_*): Add define.
6057
6058 2004-01-04  Filip Navara  <xnavara@volny.cz>
6059
6060         * include/shlguid.h (IID_IPersistFolder2, IID_IPersistFolder3,
6061         IID_IShellFolder2, IID_IFileSystemBindData): Add declarations.
6062         * include/shlobj.h (EXTRASEARCH, SHCOLSTATEF, SHELLDETAILS,
6063         PERSIST_FOLDER_TARGET_INFO): Define structures.
6064         (IEnumExtraSearch, IShellFolder2, IFileSystemBindData,
6065         IPersistFolder2, IPersistFolder3): Add COM interface
6066         definitions.
6067         (IExtractIcon[AW], IShellLink[AW], IPersistFolder, IShellView,
6068         ICommDlgBrowser, IShellFolder2, IPersistFolder2, IPersistFolder3):
6069         Add COBJMACROS.
6070         (SHCreateDirectoryEx[AW], SHBindToParent): Add prototypes.
6071         * lib/shell32.c (IID_IPersistFolder2, IID_IPersistFolder3,
6072         IID_IShellFolder2, IID_IFileSystemBindData): Add definitions.
6073
6074 2004-01-03  Danny Smith  <dannysmith@users.sourceforge.net>
6075
6076         * include/mshtml.h (IHTMLDocument2): Correct write, writeln
6077         declarations.
6078         Thanks to: Rene Nyffenegger <renenyffenegger@users.sf.net>.
6079
6080 2004-01-03  Filip Navara  <xnavara@volny.cz>
6081
6082         * include/cguid.h (CLSID_StdGlobalInterfaceTable): Declare IID.
6083         * include/oaidl.h (ITypeLib2, ITypeInfo2): Define interfaces,
6084         declare IID's.
6085         (IErrorInfo): Add COBJMACROS.
6086         * include/objbase.h (STGM_NOSNAPSHOT): Add define.
6087         (CoGetPSClsid): Add protototype,
6088         (CoRegisterPSClsid): Likewise.
6089         * include/objidl.h (IMarshal): Correct methods.
6090         (IMallocSpy): Likewise,
6091         (LPPSFACTORYBUFFER): Add typedef.
6092         (IGlobalInterfaceTable): Define interface and COBJMACROS. Declare
6093         IID.
6094         (IStorage_CreateStorage, IRpcStubBuffer_Invoke): Fix macros.
6095         * include/ocidl.h (PROPBAG2_TYPE): Define enum.
6096         (PROPBAG2, QACONTAINERFLAGS, QACONTAINER, QACONTROL): Define
6097         structures.
6098         (IPropertyBag2, IPersistPropertyBag2,IAdviseSinkEx, IPointerInactive,
6099         IOleUndoUnit, IOleParentUndoUnit, IEnumOleUndoUnits, IOleUndoManager,
6100         IQuickActivate): Define interfaces. Declare IID's.
6101         (IPersistPropertyBag2): Add COBJMACROS.
6102         (LPOLEUNDOMANAGER): Add typedef.
6103         (LPPROPERTYBAG2): Likewise.
6104         * include/oleidl.h (LPPARSEDISPLAYNAME): Fix definiton.
6105         (BINDSPEED): Add definition.
6106         (IParseDisplayName, IOleItemContainer, IOleObject, IDropSource,
6107         IDropTarget): Add COBJMACROS.
6108         * include/wtypes.h (MEMCTX, MSHCTX): Fix enum.
6109         * include/winerror.h (CO_S_NOTALLINTERFACES): Add define.
6110         * lib/uuid.c (IID_IGlobalInterfaceTable, IID_IOleUndoManager,
6111         IID_IPersistPropertyBag2, IID_IPropertyBag2, IID_IRpcProxyBuffer):
6112         Add IID definitions.
6113
6114 2004-01-02  Filip Navara  <xnavara@volny.cz>
6115
6116         * include/ddk/winddk.h: Don't care about value of
6117         DBG define.
6118
6119 2004-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
6120             Filip Navara  <xnavara@volny.cz>
6121
6122         * include/ddk/winddk.h (_DDK_DUMMYUNION_MEMBER,
6123         _DDK_DUMMYUNION_N_MEMBER): New macros.
6124         (ExAllocateFromPagedLookasideList,ExFreeToPagedLookasideList,
6125         ExAllocateFromNPagedLookasideList, ExFreeToNPagedLookasideList):
6126         Use them.
6127
6128 2004-01-01  Filip Navara  <xnavara@volny.cz>
6129
6130         * include/objbase.h: Don't care about value of DBG define.
6131         * include/objidl.h: Add some COBJMACROS.
6132         * include/ocidl.h: Ditto.
6133         * include/oleidl.h: Ditto.
6134         * include/servprov.h: Ditto.
6135         * include/shlobj.h: Ditto.
6136         * include/shlobj.h (IContextMenu2): Correct parent in
6137         DECLARE_INTERFACE.
6138         * include/oleidl.h (IOleCache, IOleCache2, IOleCacheControl):
6139         Define interfaces.
6140         * include/setupapi.h (SetupGetLineTextA): Correct prototype.
6141         Add new constants for _SETUPAPI_VER >= 0x501.
6142
6143 2004-01-01  Filip Navara  <xnavara@volny.cz>
6144
6145         * include/winnt.h (NtCurrentTeb): Add inline definition.
6146
6147 2004-01-01  Martin Fuchs  <martin-fuchs@gmx.net>
6148
6149         * include/shlobj.h (SHCoCreateInstance): Add prototype.
6150         * lib/shell32.def (SHCoCreateInstance): Add export stub.
6151
6152 2004-01-01  Igor Pechtchanski  <pechtcha@cs.nyu.edu>
6153
6154         * lib/setupapi.def (CM_Request_Device_Eject[AW]): Add export.
6155         (CM_Request_Device_Eject_Ex[AW]): Likwise.
6156         * include/ddk/cfg.h (DN_*): Add defines.
6157
6158 2004-01-01  Danny Smith  <dannysmith@users.sourceforge.net>
6159
6160         * lib/ddk/cfgmgr32.def: Remove duplicate symbol names.
6161
6162 2004-01-01  Mattia Barbon  <mbarbon@users.sourceforge.net>
6163
6164         * include/commctrl.h (TVN_GETINFOTIP): Add UNICODE mappings.
6165         (NMTVGETINFOTIP): Add structure.
6166
6167 2003-12-08  Danny Smith  <dannysmith@users.sourceforge.net>
6168
6169         * include/winuser.h (DISPLAY_DEVICE_*): Remove defines.
6170         * include/wingdi.h (DISPLAY_DEVICE_REMOVABLE,
6171         DISPLAY_DEVICE_MODESPRUNED): Add defines.
6172
6173 2003-12-08  Hartmut Honisch  <hhonisch@users.sourceforge.net>
6174
6175         * include/commctrl.h (ListView_Get_State, ListView_Check_State):
6176         Add macros.
6177         * include/wingdi.h  (DISPLAY_DEVICE_*): Add multi-monitor
6178         constants.
6179         * include/shlobj.h (SHCOLUMNINIT): Add structure.
6180         (SHCOLUMNDAT): Likwise.
6181         (SHCOLUMNID): Likewise.
6182         (SHCOLUMNINFO): Likewise.
6183         (SHCOLSTATE): Add enum.
6184         (IColumnProvider): Add COM interface.
6185         (IQueryInfo): Likewise.
6186         (IShellIconOverlayIdentifier): Likewise.
6187         * include/shlguid.h (IID_IColumnProvider) Declare.
6188         (IID_IQueryInfo): Likweise.
6189         (IID_IShellIconOverlayIdentifier): Likwise.
6190         * lib/shell32.c (IID_IColumnProvider) Define.
6191         (IID_IQueryInfo): Likweise.
6192         (IID_IShellIconOverlayIdentifier): Likwise.
6193
6194 2003-12-08  Roald Ribe  <rrib@users.sourceforge.net>
6195
6196         * include/winuser.h (RT_MANIFEST): Add define.
6197
6198 2003-12-08  Pascal Buhler  <pbuhler@users.sourceforge.net>
6199
6200         * include/oleidl.h (IViewObject2): Inherit from IViewObject.
6201
6202 2003-12-01  Danny Smith  <dannysmith@users.sourceforge.net>
6203
6204         * include/winnt.h (GetCurrentFiber): Remove duplicate prototype.
6205         (GetFiberData): Likewise.
6206         (GetCurrentFiber): Change volatile to __volatile__.
6207         (GetFiberData): Likewise.
6208
6209 2003-11-27  Christopher Faylor  <cgf@redhat.com>
6210
6211         * lib/Makefile.in: Use make function to locate .mri file to allow
6212         building in directory other than source directory.
6213
6214 2003-11-27  Danny Smith  <dannysmith@users.sourceforge.net>
6215
6216         * lib/vfw32.def: Remove, replacing with ...
6217         * lib/msvfw32.def: New file.
6218         * lib/avicap32.def: New file.
6219         * lib/avifil32.def: New file.
6220         * lib/vfw32.mri: New file.
6221         * Makefile.in: (MRI_FILES, MIMPLIBS): New vars for
6222         import libs with multiple dll's.
6223         (LIBS): Add MIMPLIBS.
6224         (DISTFILES): Add MRI_FILES.
6225         (libvfw32.a): Build using mri script.
6226
6227 2003-11-23  Danny Smith  <dannysmith@users.sourceforge.net>
6228
6229         * include/winnt.h (PAGE_*): Group defines together. Change
6230         constants to hex notation.
6231
6232 2003-11-15  Manu B  <manubee@users.sourceforge.net>
6233
6234         * include/commctrl.h (TabCtrl_GetImageList): Add macro.
6235
6236 2003-11-13 Martin Fuchs  <martin-fuchs@gmx.net>
6237
6238         * include/shlobj.h (ILAppendID, ILClone, ILCloneFirst, ILCombine,
6239         ILFindChild, ILFindLastID, ILFree, ILGetNext, ILGetSize, ILIsEqual,
6240         ILIsParent, ILLoadFromStream, ILRemoveLastID, ILSaveToStream):
6241         Add prototypes.
6242         * lib/shell32.def: Add stubs.
6243
6244         * include/commctrl.h (ListView_FindItem): Add type cast to avoid
6245         compiler warnings.
6246
6247 2003-11-13  Hans Leidekker  <hans@it.vu.nl>
6248
6249         * include/winbase.h (WIN32_STREAM_ID): Correct typedef.
6250
6251 2003-10-13  Andre Auzi  <aauzi@users.sourceforge.net>
6252
6253         * include/windows.h (CopyCursor): Define as macro.
6254
6255 2003-10-13  Steven Edwards  <Steven_Ed4153@yahoo.com>
6256
6257         * include/winnt.h (CONTAINING_RECORD): Add macro.
6258
6259 2003-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
6260
6261         * include/winnt.h: (FILE_SUPERSEDED, FILE_OPENED, FILE_CREATED,
6262         FILE_OVERWRITTEN, FILE_EXISTS, FILE_DOES_NOT_EXIST): Remove
6263         defines.
6264
6265 2003-10-13  Filip Navara  <xnavara@volny.cz>
6266
6267         * include/commctrl.h (DSA_*): Add prototypes, typedefs and
6268         defines for Dynamic Storage Arrays.
6269         (DPA_*): Likewise, for Dynamic Pointer Arrays.
6270         (FlatSB_*, InitializeFlatSB, InitializeFlatSB): Add prototypes
6271         and defines for Flat ScrollBars.
6272         (SetWindowSubclass, GetWindowSubclass, RemoveWindowSubclass,
6273         DefSubclassProc): Add prototypes for subclassing.
6274         (DrawShadowText): Add prototype.
6275         (COMCTL32_VERSION): Define.
6276
6277 2003-10-13  Martin Fuchs  <Martin-Fuchs@gmx.net>
6278
6279         * include/shlobj.h (CFSTR_FILENAME, CFSTR_FILEDESCRIPTOR,
6280         CFSTR_FILENAMEMAP, CFSTR_SHELLURL): Correct UNICODE definitions.
6281
6282 2003-10-13  Pierre Humblet  <pierre.humblet@ieee.org>
6283
6284         * include/winnt.h (SM_REMOTESESSION): Add define.
6285         * include/winuser.h (SE_CREATE_GLOBAL_NAME): Ditto.
6286
6287 2003-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
6288
6289         * include/wincrypt (KP_IV, KP_SALT, KP_PADDING, KP_MODE,
6290         KP_MODE_BITS, KP_PERMISSIONS, KP_ALGID, KP_BLOCKLEN): Remove
6291         duplicate definitions.
6292         (KP_X, KP_Y): Correct typos.
6293
6294 2003-10-11  Manu B  <manubee@users.sourceforge.net>
6295
6296         * include/afxres.h: New file.
6297
6298         * include/richedit.h (ES_NOOLEDRAGDROP, ENM_DRAGDROPDONE,
6299         ENM_IMECHANGE, ENM_LANGCHANGE, ENM_OBJECTPOSITIONS,
6300         ENM_SCROLLEVENTS): Add constants.
6301
6302         * include/richedit.h (ES_SELECTIONBAR, ENM_LINK): Sort constants.
6303
6304 2003-10-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6305
6306         * include/errorep.h: New file.
6307
6308         * lib/faultrep.def: New file.
6309
6310 2003-10-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6311
6312         * include/winbase.h (AddVectoredExceptionHandler): Define if
6313         _WIN32_WINNT >= 0x0500.
6314
6315         * include/winnt.h (PVECTORED_EXCEPTION_HANDLER): Define if
6316         _WIN32_WINNT >= 0x0500.
6317
6318 2003-10-08  Corinna Vinschen  <corinna@vinschen.de>
6319
6320         * include/winbase.h (AddVectoredExceptionHandler): Only define if
6321         _WIN32_WINNT >= 0x0501.
6322
6323 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6324
6325         * include/winbase.h [_WIN32_WINNT >= 0x0500] (SetComputerNameEx[AW],
6326         UnregisterWaitEx): Add functions.
6327
6328         * include/winbase.h [_WIN32_WINNT >= 0x0500]
6329         (AddVectoredExceptionHandler, RemoveVectoredExceptionHandler): Add
6330         or guard function. The MSDN says it is available on Windows XP and
6331         better, and then it says it is declared for _WIN32_WINNT >= 0x0500.
6332         Huh?
6333
6334         * include/winbase.h [_WIN32_WINNT >= 0x0501] (AddRefActCtx,
6335         CreateActCtx[AW], SetFileShortName[AW], SetFileValidData,
6336         ZombifyActCtx, QueryActCtxW): Add functions.
6337
6338         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6339         (QUERY_ACTCTX_FLAG_USE_ACTIVE_ACTCTX,
6340         QUERY_ACTCTX_FLAG_ACTCTX_IS_HMODULE,
6341         QUERY_ACTCTX_FLAG_ACTCTX_IS_ADDRESS): Add constants.
6342
6343         * include/winbase.h [_WIN32_WINNT >= 0x0502] (SetDllDirectory[AW],
6344         SetFirmwareEnvironmentVariable[AW]): Add functions.
6345
6346         * include/winnt.h [_WIN32_WINNT >= 0x0500] (VER_BUILDNUMBER,
6347         VER_MAJORVERSION, VER_MINORVERSION, VER_PLATFORMID,
6348         VER_SERVICEPACKMAJOR, VER_SERVICEPACKMINOR, VER_SUITENAME,
6349         VER_PRODUCT_TYPE, VER_EQUAL, VER_GREATER, VER_GREATER_EQUAL,
6350         VER_LESS, VER_LESS_EQUAL, VER_AND, VER_OR): Add constants.
6351
6352         * include/winnt.h [_WIN32_WINNT >= 0x0501]
6353         (PVECTORED_EXCEPTION_HANDLER): Add callback.
6354
6355         * include/winnt.h [_WIN32_WINNT >= 0x0501]
6356         (ACTIVATION_CONTEXT_INFO_CLASS,
6357         ACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION,
6358         ACTIVATION_CONTEXT_DETAILED_INFORMATION,
6359         ACTIVATION_CONTEXT_QUERY_INDEX, ASSEMBLY_FILE_DETAILED_INFORMATION):
6360         Add structures.
6361
6362         * lib/user32.def (AddRefActCtx, AddVectoredExceptionHandler,
6363         CreateActCtx[AW], SetComputerNameEx[AW], SetDllDirectory[AW],
6364         SetFileShortName[AW], SetFileValidData,
6365         SetFirmwareEnvironmentVariable[AW], UnregisterWaitEx,
6366         VerSetConditionMask, ZombifyActCtx, QueryActCtxW): Add functions.
6367
6368 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6369
6370         * include/winbase.h (GetWriteWatch, IsSystemResumeAutomatic,
6371         ResetWriteWatch): Add function.
6372
6373         * include/winbase.h [_WIN32_WINNT >= 0x0500]
6374         (GetSystemWindowsDirectory[AW], ProcessIdToSessionId, ReplaceFile[AW]):
6375         Add functions.
6376
6377         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6378         (GetSystemWow64Directory[AW], HeapQueryInformation,
6379         HeapSetInformation, InitializeSListHead, InterlockedFlushSList,
6380         InterlockedPopEntrySList, InterlockedPushEntrySList, IsProcessInJob,
6381         IsWow64Process, QueryMemoryResourceNotification, ReleaseActCtx,
6382         RemoveVectoredExceptionHandler): Add functions.
6383
6384         * include/winnt.h [_WIN32_WINNT >= 0x0501] (HEAP_INFORMATION_CLASS):
6385         Add enumeration.
6386
6387         * include/winbase.h [_WIN32_WINNT >= 0x0502] (GetThreadIOPendingFlag):
6388         Add function.
6389
6390         * include/winbase.h [_WIN32_WINNT >= 0x0510] (RestoreLastError):
6391         Add function. The MSDN Magazine of June 2003 reads:
6392                 RestoreLastError is an enigma. It's code is identical to
6393                 SetLastError. It's unclear to me why it was made into a
6394                 separate API.
6395
6396         * lib/user32.def (GetSystemWindowsDirectory[AW],
6397         GetSystemWow64Directory[AW], GetThreadIOPendingFlag,
6398         HeapQueryInformation, HeapSetInformation, InitializeSListHead,
6399         InterlockedFlushSList, InterlockedPopEntrySList,
6400         InterlockedPushEntrySList, IsSystemResumeAutomatic, IsWow64Process,
6401         ProcessIdToSessionId, QueryMemoryResourceNotification, ReleaseActCtx,
6402         RemoveVectoredExceptionHandler, ReplaceFile[AW], ResetWriteWatch,
6403         RestoreLastError): Add functions.
6404
6405 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6406
6407         * include/winbase.h [_WIN32_WINNT >= 0x0500] (GetComputerNameEx[AW],
6408         GetProcessIoCounters): Add functions.
6409
6410         * include/winbase.h [_WIN32_WINNT >= 0x0500] (COMPUTER_NAME_FORMAT):
6411         Move around, needed by GetComputerNameEx.
6412
6413         * include/winbase.h [_WIN32_WINNT >= 0x0501] (FindActCtxSectionGuid,
6414         FindActCtxSectionString[AW], GetCurrentActCtx, GetNativeSystemInfo):
6415         Add functions.
6416
6417         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6418         (ACTCTX_SECTION_KEYED_DATA): Add structure.
6419
6420         * include/winbase.h [_WIN32_WINNT >= 0x0502] (GetDllDirectory[AW],
6421         GetFirmwareEnvironmentVariable[AW], GetProcessHandleCount,
6422         GetProcessId, GetSystemRegistryQuota): Add functions, available on
6423         Windows XP SP1 and better.
6424
6425         * include/winnt.h [_WIN32_WINNT >= 0x0501]
6426         (ACTIVATION_CONTEXT_SECTION_ASSEMBLY_INFORMATION,
6427         ACTIVATION_CONTEXT_SECTION_DLL_REDIRECTION,
6428         ACTIVATION_CONTEXT_SECTION_WINDOW_CLASS_REDIRECTION,
6429         ACTIVATION_CONTEXT_SECTION_COM_SERVER_REDIRECTION,
6430         ACTIVATION_CONTEXT_SECTION_COM_INTERFACE_REDIRECTION,
6431         ACTIVATION_CONTEXT_SECTION_COM_TYPE_LIBRARY_REDIRECTION,
6432         ACTIVATION_CONTEXT_SECTION_COM_PROGID_REDIRECTION,
6433         ACTIVATION_CONTEXT_SECTION_CLR_SURROGATES): Add constants.
6434
6435         * lib/user32.def (FindActCtxSectionGuid, FindActCtxSectionString[AW],
6436         GetComputerNameEx[AW], GetCurrentActCtx, GetDllDirectory[AW],
6437         GetFirmwareEnvironmentVariable[AW], GetModuleHandleEx[AW],
6438         GetNativeSystemInfo, GetProcessHandleCount, GetProcessIoCounters):
6439         Add functions.
6440
6441 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6442
6443         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6444         (CheckRemoteDebuggerPresent, DebugActiveProcessStop, DebugBreakProcess,
6445         DebugSetProcessKillOnExit): Add functions.
6446
6447         * include/winbase.h [_WIN32_WINNT >= 0x0500] (DeleteTimerQueue,
6448         DeleteTimerQueueEx, DeleteTimerQueueTimer,
6449         DnsHostnameToComputerName[AW]): Add functions.
6450
6451         * lib/user32.def (CheckRemoteDebuggerPresent, DebugActiveProcessStop,
6452         DebugBreakProcess, DebugSetProcessKillOnExit, DeleteTimerQueueEx,
6453         DeleteTimerQueueTimer, DnsHostnameToComputerName[AW]): Add functions.
6454
6455 2003-10-07  Kobun Fujimori  <kobun@users.sourceforge.net>
6456
6457         * include/winbase.h (GetVolumePathNamesForVolumeName): Available
6458         on Windows XP and later.
6459
6460 2003-10-07  Manu B  <manubee@users.sourceforge.net>
6461
6462         * include/commctrl.h (TreeView_Select): Returns BOOL.
6463
6464 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6465
6466         * include/winbase.h (CancelDeviceWakeupRequest): Add function.
6467
6468         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6469         (CreateMemoryResourceNotification, DeactivateActCtx): Add functions.
6470
6471         * include/winbase.h [_WIN32_WINNT >= 0x0500] (CreateTimerQueue,
6472         CreateTimerQueueTimer): Add function.
6473
6474         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6475         (MEMORY_RESOURCE_NOTIFICATION_TYPE): Add enumeration.
6476
6477         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6478         (DEACTIVATE_ACTCTX_FLAG_FORCE_EARLY_DEACTIVATION): Add constant.
6479
6480         * include/winnt.h (WT_*): Add constants.
6481
6482         * lib/user32.def (CancelDeviceWakeupRequest,
6483         CreateMemoryResourceNotification, CreateTimerQueueTimer,
6484         DeactivateActCtx): Add functions.
6485
6486 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6487
6488         * include/winbase.h [_WIN32_WINNT >= 0x0400] (ConvertFiberToThread):
6489         Add function. Sometimes I don't understand MSDN. This function is
6490         available on Windows XP and Server 2003, but the SDK is supposed to
6491         make it available when _WIN32_WINNT >= 0x0400, or so says the MSDN.
6492         Mmmh...
6493
6494         * include/winbase.h [_WIN32_WINNT >= 0x0400] (CreateFiberEx):
6495         Guard function. Same remark as above.
6496
6497         * lib/user32.def (ConvertFiberToThread, CreateFiberEx):
6498         Add functions.
6499
6500 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6501
6502         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ACTCTX_FLAG_*):
6503         Add constants.
6504
6505         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ACTCTX[AW]): Add
6506         structures.
6507
6508         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ActivateActCtx): Add
6509         function. MSDN says the first argument is HACTCTX but I'm not sure
6510         where such a specialized handle is defined, so use HANDLE instead.
6511
6512         * include/winbase.h [_WIN32_WINNT >= 0x0501] (AttachConsole,
6513         CheckNameLegalDOS8Dot3[AW]): Add functions.
6514
6515         * lib/user32.def (ActivateActCtx, AttachConsole,
6516         CheckNameLegalDOS8Dot3[AW]): Add functions.
6517
6518         * lib/user32.def (AddLocalAlternateComputerName[AW]): Add functions.
6519         Unfortunately I don't know which header to put the declarations in.
6520
6521 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6522
6523         * include/winnls.h (CTRY_KYRGYZSTAN, CTRY_MALDIVES, CTRY_MONGOLIA):
6524         Add constants.
6525
6526         * include/winnls.h (NLS_FUNCTION, SYSGEOCLASS, SYSGEOTYPE): Add
6527         constants for National Language Support.
6528
6529         * include/winnls.h (NLSVERSIONINFO): Add structure for National
6530         Language Support.
6531
6532         * include/winnls.h (GEO_ENUMPROC): Add callback for National
6533         Language Support.
6534
6535         * include/winnls.h (EnumSystemGeoID, GetCalendarInfo[AW],
6536         GetGeoInfo[AW], GetUserGeoID, SetCalendarInfo[AW], SetUserGeoID):
6537         Add functions.
6538
6539         * include/winnls.h (IsNLSDefinedString, GetNLSVersion): Add
6540         functions. Strange... I am unable to find which library contains
6541         these functions. Can't find anything with pexports. Any clue?
6542
6543         * lib/user32.def (EnumSystemGeoID, GetGeoInfo[AW], GetUserGeoID,
6544         SetUserGeoID): Add functions.
6545
6546 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6547
6548         * include/winnt.h (LANG_KYRGYZ, LANG_MONGOLIAN, LANG_GALICIAN,
6549         LANG_SYRIAC, LANG_INVARIANT, SUBLANG_KASHMIRI_SASIA): Add constants.
6550
6551         * include/winnt.h (SUBLANG_AZERI_LATIN, SUBLANG_AZERI_CYRILLIC,
6552         SUBLANG_ENGLISH_ZIMBABWE, SUBLANG_ENGLISH_PHILIPPINES): Fix wrong
6553         value for constants.
6554
6555 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6556
6557         * include/wincrypt.h (SCHANNEL_MAC_KEY, SCHANNEL_ENC_KEY,
6558         INTERNATIONAL_USAGE, KP_SCHANNEL_ALG): Add constants. Specifying
6559         the algorithms.
6560
6561 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6562
6563         * include/wincrypt.h (CRYPT_FLAGS_*): Add constants. Protocol flags.
6564
6565 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6566
6567         * include/wincrypt.h (KP_*): Add constants. Needed by
6568         CryptSetKeyParam() and other functions.
6569
6570 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6571
6572         * include/winuser.h [_WIN32_WINNT >= 0x0501] (EVENT_*, CONSOLE_*):
6573         Add constants, related to Console Accessibility.
6574
6575 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6576
6577         * include/winuser.h [WINVER >= 0x0500] (EVENT_MAX): Ooops...
6578         wrong value for constant.
6579
6580 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6581
6582         * include/winuser.h [WINVER >= 0x0500] (EVENT_*): Add constants.
6583
6584         * include/uxtheme.h: Cleanup.
6585         * include/tmschema.h: Cleanup.
6586
6587 2003-10-02  Luke Dunstan  <infidel@users.sourceforge.net>
6588
6589         * include/winspool.h (GetDefaultPrinter[AW]): Add functions.
6590         * lib/winspool.def (GetDefaultPrinter[AW]): Add stubs.
6591
6592 2003-10-01  Danny Smith  <dannysmith@users.sourceforge.net>
6593
6594         * include/winnt.h (INVALID_FILE_ATTRIBUTES): Fix define.
6595
6596 2003-09-30  Danny Smith  <dannysmith@users.sourceforge.net>
6597
6598         * include/winuser.h (BSF_*, BSM_*):  Sync constants defined in
6599         both winuser.h and dbt.h.
6600         * include/dbt.h (BSF_*, BSM_*): Likewise.
6601
6602         * include/winuser.h (struct tagRAWINPUT): Remove
6603         _ANONYMOUS_UNION tag from named union.
6604         (struct tagRAWMOUSE): Add _ANONYMOUS_STRUCT to nameless struct.
6605
6606 2003-09-30  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6607
6608         * include/dhcpcdsk.h: New file.
6609         Note that MSDN is confused about whether it should start constant
6610         and structure names with DHCPCAPI or DHCPAPI. It's using both but
6611         experience suggests it's DHCPCAPI with `C'.
6612
6613         * lib/dhcpcsvc.def: New file.
6614
6615 2003-09-30  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6616
6617         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIM_INPUT,
6618         RIM_INPUTSINK): Add constants, for use by WM_INPUT notification.
6619
6620         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIDEV_REMOVE,
6621         RIDEV_EXCLUDE, RIDEV_PAGEONLY, RIDEV_NOLEGACY, RIDEV_INPUTSINK,
6622         RIDEV_CAPTUREMOUSE, RIDEV_NOHOTKEYS, RIDEV_APPKEYS): Add constants,
6623         for use in RAWINPUTDEVICE.
6624
6625         * include/winuser.h [_WIN32_WINNT >= 0x0501]
6626         (GetRawInputDeviceInfo[AW]): Ooops... there are
6627         ANSI/Unicode versions of this function.
6628
6629         * lib/user32.def (GetRawInputDeviceInfo[AW]): Ooops... there
6630         are ANSI/Unicode versions of this function.
6631
6632 2003-09-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6633
6634         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIM_TYPEMOUSE,
6635         RIM_TYPEKEYBOARD, RIM_TYPEHID, MOUSE_MOVE_RELATIVE,
6636         MOUSE_MOVE_ABSOLUTE, MOUSE_VIRTUAL_DESKTOP,
6637         MOUSE_ATTRIBUTES_CHANGED, RI_MOUSE_LEFT_BUTTON_DOWN,
6638         RI_MOUSE_LEFT_BUTTON_UP, RI_MOUSE_RIGHT_BUTTON_DOWN,
6639         RI_MOUSE_RIGHT_BUTTON_UP, RI_MOUSE_MIDDLE_BUTTON_DOWN,
6640         RI_MOUSE_MIDDLE_BUTTON_UP, RI_MOUSE_BUTTON_1_DOWNT_BUTTON_DOWN,
6641         RI_MOUSE_BUTTON_1_UP, RI_MOUSE_BUTTON_2_DOWNHT_BUTTON_DOWN,
6642         RI_MOUSE_BUTTON_2_UP, RI_MOUSE_BUTTON_3_DOWNDLE_BUTTON_DOWN,
6643         RI_MOUSE_BUTTON_3_UP, RI_MOUSE_BUTTON_4_DOWN,
6644         RI_MOUSE_BUTTON_4_UP, RI_MOUSE_BUTTON_5_DOWN,
6645         RI_MOUSE_BUTTON_5_UP, RI_MOUSE_WHEEL, KEYBOARD_OVERRUN_MAKE_CODE,
6646         RI_KEY_MAKE, RI_KEY_BREAK, RI_KEY_E0, RI_KEY_E1,
6647         RI_KEY_TERMSRV_SET_LED, RI_KEY_TERMSRV_SHADOW, RID_INPUT,
6648         RID_HEADER, RIDI_PREPARSEDDATA, RIDI_DEVICENAME,
6649         RIDI_DEVICEINFO): Add constants.
6650
6651         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RAWINPUTHEADER,
6652         RAWMOUSE, RAWKEYBOARD, RAWHID, RAWINPUT, RAWINPUTDEVICE,
6653         RAWINPUTDEVICELIST): Add structures.
6654
6655         * include/winuser.h [_WIN32_WINNT >= 0x0501] (DefRawInputProc,
6656         GetRawInputBuffer, GetRawInputData, GetRawInputDeviceInfo,
6657         GetRawInputDeviceList, GetRegisteredRawInputDevices): Add functions.
6658
6659         * lib/user32.def (DefRawInputProc, GetRawInputBuffer,
6660         GetRawInputData, GetRawInputDeviceInfo, GetRawInputDeviceList,
6661         GetRegisteredRawInputDevices): Add functions.
6662
6663 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6664
6665         * include/winable.h (BlockInput): Add function.
6666
6667         * include/winable.h (WS_ACTIVECAPTION): Add constant.
6668         For use with WINDOWINFO structure.
6669
6670         * include/winuser.h [_WIN32_WINNT >= 0x0500] (LockWorkStation):
6671         Add function.
6672
6673         * include/winuser.h [_WIN32_WINNT >= 0x0501] (IsWinEventHookInstalled):
6674         Add function.
6675
6676         * include/winuser.h [WINVER >= 0x0500] (UnhookWinEvent):
6677         Add function...
6678
6679         * include/winable.h [WINVER < 0x0500] (UnhookWinEvent):
6680         ...and duplicate.
6681
6682         * include/winuser.h [_WIN32_WINNT >= 0x0403] (SendInput):
6683         Guard function...
6684
6685         * include/winable.h [_WIN32_WINNT < 0x0403] (SendInput):
6686         ...and duplicate.
6687
6688         * include/winuser.h [WINVER >= 0x0500] (NotifyWinEvent):
6689         Guard function...
6690
6691         * include/winable.h [WINVER < 0x0500] (NotifyWinEvent):
6692         ...and duplicate.
6693
6694         * include/winuser.h [WINVER >= 0x0500] (MOUSEINPUT, KEYBDINPUT,
6695         HARDWAREINPUT, INPUT): Guard structures...
6696
6697         * include/winable.h [WINVER < 0x0500] (MOUSEINPUT, KEYBDINPUT,
6698         HARDWAREINPUT, INPUT): ...and duplicate.
6699
6700         * include/winuser.h [_WIN32_WINNT >= 0x0403] (INPUT_MOUSE,
6701         INPUT_KEYBOARD, INPUT_HARDWARE): Guard constants...
6702
6703         * include/winable.h [_WIN32_WINNT < 0x0403] (INPUT_MOUSE,
6704         INPUT_KEYBOARD, INPUT_HARDWARE): ...and duplicate.
6705
6706         * include/winuser.h: Move around some lines. Reformat according
6707         to recommended or dominant style. Remove FAR keyword.
6708
6709         * include/winable.h: Move around some lines.
6710
6711         * lib/user32.def (BlockInput, IsWinEventHookInstalled,
6712         LockWorkStation, UnhookWinEvent): Add functions.
6713
6714 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6715
6716         * include/winuser.h [_WIN32_WINNT >= 0x0501] (PrintWindow,
6717         PW_CLIENTONLY): Add function and constant.
6718
6719         * lib/user32.def (PrintWindow): Add function.
6720
6721 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6722
6723         * include/winuser.h (RealGetWindowClassA[AW]): Add function.
6724
6725         * lib/user32.def (RealGetWindowClassA[AW]): Add function.
6726
6727 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6728
6729         * include/winuser.h [WINVER >= 0x0500] (RegisterDeviceNotification[AW],
6730         DEVICE_NOTIFY_WINDOW_HANDLE, DEVICE_NOTIFY_SERVICE_HANDLE,
6731         DEVICE_NOTIFY_ALL_INTERFACE_CLASSES): Add function and constants.
6732
6733         * lib/user32.def (RegisterDeviceNotification[AW]): Add function.
6734
6735 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6736
6737         * include/winuser.h [WINVER >= 0x0500] (SetWinEventHook, WINEVENTPROC,
6738         WINEVENT_OUTOFCONTEXT, WINEVENT_SKIPOWNTHREAD, WINEVENT_SKIPOWNPROCESS,
6739         WINEVENT_INCONTEXT): Add function, typedef, and constants.
6740
6741         * include/winable.h [WINVER < 0x0500] (SetWinEventHook, WINEVENTPROC,
6742         WINEVENT_OUTOFCONTEXT, WINEVENT_SKIPOWNTHREAD, WINEVENT_SKIPOWNPROCESS,
6743         WINEVENT_INCONTEXT): Add function, typedef, and constants.
6744
6745         * include/winuser.h [_WIN32_WINNT >= 0x0500] (UserHandleGrantAccess):
6746         Add function.
6747
6748         * lib/user32.def (SetWinEventHook, UserHandleGrantAccess):
6749         Add functions.
6750
6751 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6752
6753         * include/winnt.h (ACE_INHERITED_OBJECT_TYPE_PRESENT,
6754         ACE_OBJECT_TYPE_PRESENT): Add constants.
6755         For use with OBJECTS_AND_NAME structure.
6756
6757 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6758
6759         * include/aclapi.h [_WIN32_WINNT >= 0x0501] (GetInheritanceSource[AW]):
6760         Add functions. Don't know what PFN_OBJECT_MGR_FUNCTS is so use
6761         void* instead.
6762
6763         * include/accctrl.h [_WIN32_WINNT >= 0x0501] (INHERITED_FROM[AW],
6764         PINHERITED_FROM[AW]): Add structures.
6765
6766         * lib/user32.def (GetInheritanceSource[AW]): Add functions.
6767
6768 2003-09-26  Corinna Vinschen  <corinna@vinschen.de>
6769
6770         * include/winuser.h (FLASHWINFO, PFLASHWINFO): Define for 98/Me, too.
6771
6772 2003-09-25  Danny Smith  <dannysmith@users.sourceforge.net>
6773
6774         * lib/version.def (LIBRARY): Quote name.
6775
6776 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6777
6778         * include/winuser.h (GetClipboardSequenceNumber): Add functions
6779         and constants.
6780
6781         * include/winuser.h (GetGuiResources, GR_GDIOBJECTS,
6782         GR_USEROBJECTS): Add functions and constants.
6783
6784         * include/winuser.h (GetMouseMovePointsEx, GMMP_USE_DISPLAY_POINTS,
6785         GMMP_USE_HIGH_RESOLUTION_POINTS): Add functions and constants.
6786
6787         * include/winuser.h (InSendMessageEx, ISMEX_NOSEND, ISMEX_CALLBACK,
6788         ISMEX_NOTIFY, ISMEX_REPLIED, ISMEX_SEND): Add functions and
6789         constants.
6790
6791         * lib/user32.def (GetClipboardSequenceNumber, GetGuiResources,
6792         GetMouseMovePointsEx, InSendMessageEx): Add functions.
6793
6794 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6795
6796         * include/winuser.h (BroadcastSystemMessage, BroadcastSystemMessageA,
6797         BroadcastSystemMessageW, BroadcastSystemMessageEx,
6798         BroadcastSystemMessageExA, BroadcastSystemMessageExW,
6799         BSMINFO, BSF_ALLOWSFW, BSF_SENDNOTIFYMESSAGE, BSF_LUID,
6800         BSF_RETURNHDESK): Add functions and constants.
6801
6802         * include/winuser.h (EnumDisplaySettingsEx, EnumDisplaySettingsExA,
6803         EnumDisplaySettingsExW, EDS_RAWMODE): Add functions and constant.
6804
6805         * include/winuser.h (IsGUIThread, IsHungAppWindow, FlashWindowEx,
6806         GetProcessDefaultLayout, SetProcessDefaultLayout,
6807         RealChildWindowFromPoint, SetProcessDefaultLayout,
6808         SwitchToThisWindow): Add functions.
6809
6810         * lib/user32.def (BroadcastSystemMessageA, BroadcastSystemMessageW,
6811         BroadcastSystemMessageExA, BroadcastSystemMessageExW,
6812         EnumDisplaySettingsExA, EnumDisplaySettingsExW, FlashWindowEx,
6813         GetProcessDefaultLayout, IsGUIThread, IsHungAppWindow,
6814         RealChildWindowFromPoint, SetProcessDefaultLayout,
6815         SwitchToThisWindow): Add function.
6816
6817 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6818
6819         * include/winuser.h (DeregisterShellHookWindow): Add function.
6820
6821         * include/winuser.h [_WIN32_WINNT >= 0x0500] (EndTask): Add function.
6822
6823         * lib/user32.def (EndTask): Add function.
6824
6825         * include/winuser.h (WINVER, _WIN32_WINNT): It's better (?) to
6826         use _WIN32_WINNT instead of WINVER to test for Windows 2000.
6827
6828         * include/winable.h: Reorder target macros.
6829
6830         * lib/*.def: Cleanup.
6831
6832 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6833
6834         * include/winuser.h [WINVER >= 0x0500] (AnimateWindow): Add
6835         function.
6836
6837         * lib/user32.def (AnimateWindow): Add function. By the way
6838         there are ~ 140 symbols missing from this file when comparing
6839         to user32.dll on Windows XP.
6840
6841 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6842
6843         * include/winuser.h [WINVER >= 0x0500] (AW_SLIDE, AW_ACTIVATE,
6844         AW_BLEND, AW_HIDE, AW_CENTER, AW_HOR_POSITIVE, AW_HOR_NEGATIVE,
6845         AW_VER_POSITIVE, AW_VER_NEGATIVE): Add constants. For use by
6846         AnimateWindow().
6847
6848 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6849
6850         * include/winuser.h [WINVER >= 0x0500] (GetGUIThreadInfo,
6851         LPGUITHREADINFO): Add function and associated typedef...
6852
6853         * include/winable.h [WINVER < 0x0500] (GetGUIThreadInfo,
6854         LPGUITHREADINFO): ...and duplicate them in <winable.h> as
6855         seems to be required on older versions of Windows.
6856
6857 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6858
6859         * include/GL/glu.h (gluErrorUnicodeStringWIN): Add macro
6860         function. MSDN suggests using gluErrorUnicodeStringWIN
6861         instead of gluErrorString, as it allows both ANSI and Unicode
6862         error strings.
6863
6864         * include/GL/glu.h (gluErrorUnicodeStringEXT): Make the
6865         returned pointer const for consistency reasons.
6866
6867 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6868
6869         * include/GL/glu.h (gluErrorUnicodeStringEXT): Add function.
6870         Function exists in glu32.def but is undocumented on MSDN.
6871         A Google search came up with this declaration.
6872
6873 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6874
6875         * include/GL/glu.h: Rewritten from scratch. Started from GLU 1.3
6876         headers from OpenGL Sample Implementation. Windows ships with
6877         GLU 1.2 so some constants and functions were removed. Then some
6878         typedef's and function declarations were reworked to look like
6879         the previous GL/glu.h.
6880
6881 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6882
6883         * include/uxtheme.h (PROPERTYORIGIN): the documentation of
6884         PROPERTYORIGIN suggests it's `PROPERTYORIGIN' but experimentation
6885         suggests it's actually `enum PROPERTYORIGIN'. Keep both.
6886
6887         * include/uxtheme.h (THEME_SIZE, THEMESIZE): MSDN suggests
6888         it's either `THEME_SIZE' or `THEMESIZE' but experimentation
6889         suggests it's actually `enum THEMESIZE'. Keep `THEME_SIZE'
6890         and `enum THEMESIZE'.
6891
6892 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6893
6894         * include/uxtheme.h: New file.
6895         * include/tmschema.h: New file.
6896         * include/uxtheme.def: New file.
6897         * lib/test.c: Include uxtheme.h, tmschema.h.
6898
6899 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6900
6901         * include/winuser.h (KEYEVENTF_UNICODE, KEYEVENTF_SCANCODE):
6902         Add defines.
6903
6904 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6905
6906         * include/winable.h [_WIN32_WINNT < 0x0403] (INPUT_MOUSE,
6907         INPUT_KEYBOARD, INPUT_HARDWARE): Duplicate defines in
6908         <winable.h> as seems to be required on older versions of
6909         Windows.
6910
6911 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6912
6913         * include/winuser.h [WINVER >= 0x0500] (CHILDID_SELF,
6914         GUI_CARETBLINKING, GUI_INMOVESIZE, GUI_INMENUMODE,
6915         GUI_SYSTEMMENUMODE, GUI_POPUPMENUMODE, GUI_16BITTASK):
6916         Add defines, the last one only on Windows XP...
6917
6918         * include/winable.h [WINVER < 0x0500] (CHILDID_SELF,
6919         GUI_CARETBLINKING, GUI_INMOVESIZE, GUI_INMENUMODE,
6920         GUI_SYSTEMMENUMODE, GUI_POPUPMENUMODE): ...and duplicate
6921         them in <winable.h> as seems to be required on older
6922         versions of Windows.
6923
6924 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6925
6926         * include/winuser.h [WINVER >= 0x0500] (GUITHREADINFO,
6927         OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR, OBJID_MENU,
6928         OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL, OBJID_SIZEGRIP,
6929         OBJID_CARET, OBJID_CURSOR, OBJID_ALERT, OBJID_SOUND): Bring
6930         back into <winuser.h>...
6931
6932         * include/winable.h [WINVER < 0x0500] (GUITHREADINFO,
6933         OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR, OBJID_MENU,
6934         OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL, OBJID_SIZEGRIP,
6935         OBJID_CARET, OBJID_CURSOR, OBJID_ALERT, OBJID_SOUND): ...and
6936         comment out in <winable.h>. MSDN may say <winable.h> but this
6937         breaks many programs. It seems it used to be <winable.h> on
6938         older versions of Windows.
6939
6940 2003-09-17  Danny Smith  <dannysmith@users.sourceforge.net>
6941
6942         * include/winuser.h (UpdateLayeredWindow): Protect against NOGDI.
6943         Thanks to Will Levine  <willll@users.sourceforge.net>
6944
6945 2003-09-15  Danny Smith  <dannysmith@users.sourceforge.net>
6946
6947         * include/ws2spi.h (LPWSPBIND): Change CONST LPSOCKADDR to
6948         const struct sockaddr*.
6949         (LPWSPCONNECT): Likewise.
6950         (LPWSPJOINLEAF): Likewise.
6951         (LPWSPSENDTO): Likewise.
6952         Tanks to Sebastian Nowak  <snowak1@users.spourceforge.net>
6953
6954 2003-09-15  Filip Navara  <xnavara@volny.cz>
6955
6956         * include/commctrl.h (TCIS_BUTTONPRESSED, TCIS_HIGHLIGHTED):
6957         Add definitions.
6958
6959 2003-09-15  Sascha Brawer  <brawer@dandelis.ch>
6960
6961         * include/winuser.h (DISPLAY_DEVICE_ATTACHED_TO_DESKTOP,
6962         DISPLAY_DEVICE_PRIMARY_DEVICE, DISPLAY_DEVICE_MIRRORING_DRIVER,
6963         DISPLAY_DEVICE_VGA_COMPATIBLE, DISPLAY_DEVICE_REMOVABLE,
6964         DISPLAY_DEVICE_MODESPRUNED): Define constants.
6965         (ChangeDisplaySettingsEx[A,W]): Add prototype.
6966
6967         * lib/user32.def (ChangeDisplaySettingsEx[A,W]): Add exports.
6968         (EnumDisplayDevices[A,W]): Likewise.
6969
6970 2003-09-15  Danny Smith  <dannysmith@users.sourceforge.net>
6971
6972         * include.commctrl.h (_WIN32_WINNT): Change _WXP to 0x0501,
6973         throughout.
6974
6975 2003-09-13  Danny Smith  <dannysmith@users.sourceforge.net>
6976
6977         * include/olectl.h (TEXTMETRICOLE, LPERRORLOG, LPPROPERTYBAG,
6978         LPENUMCONNECTIONPOINTS, LPCONNECTIONPOINT, LPENUMCONNECTIONS,
6979         LPPROPERTYPAGESITE, LPFONT, LPFONTDISP, OLE_COLOR, HIMETRIC,
6980         OLE_YPOS_HIMETRIC, OLE_XSIZE_HIMETRIC, OLE_YSIZE_HIMETRIC,
6981         OLE_YSIZE_CONTAINER, OLE_HANDLE, POINTF,LPPOINTF, CONTROLINFO,
6982         LPCONTROLINFO, CONNECTDATA, LPCONNECTDATA, LICINFO, LPLICINFO,
6983         CAUUID, LPCAUUID, CALPOLESTR, LPCALPOLESTR, CADWORD, LPCADWORD,
6984         PROPPAGEINFO, LPPROPPAGEINFO): Remove from here ...
6985         * include/ocidl.h: (TEXTMETRICOLE, LPERRORLOG, LPPROPERTYBAG,
6986         LPENUMCONNECTIONPOINTS, LPCONNECTIONPOINT, LPENUMCONNECTIONS,
6987         LPPROPERTYPAGESITE, LPFONT, LPFONTDISP, OLE_COLOR, HIMETRIC,
6988         OLE_YPOS_HIMETRIC, OLE_XSIZE_HIMETRIC, OLE_YSIZE_HIMETRIC,
6989         OLE_YSIZE_CONTAINER, OLE_HANDLE, POINTF, LPPOINTF, CONTROLINFO,
6990         LPCONTROLINFO, CONNECTDATA, LPCONNECTDATA, LICINFO, LPLICINFO,
6991         CAUUID, LPCAUUID, CALPOLESTR, LPCALPOLESTR, CADWORD, LPCADWORD,
6992         PROPPAGEINFO, LPPROPPAGEINFO): ... to here, for consistency
6993         with documentation.
6994         * include/olectl.h: Do #include <ocidl.h>.
6995         * include/ocidl.h: Don't #include <olectl.h>.
6996
6997 2003-09-13  Danny Smith  <dannysmith@users.sourceforge.net>
6998
6999         * include/winuser.h (_WIN32_WINNT, _WIN32_WINDOWS, WINVER):
7000         Change guards to use numeric constants, throughout.
7001
7002 2003-09-15  Earnie Boyd  <earnie@users.sf.net>
7003
7004         * include/w32api.h: Increment version to 2.5.
7005         * Makefile.in: Ditto.
7006
7007 2003-09-08  Justin Forest  <vhex@users.sourceforge.net>
7008
7009         * include/winuser.h (PM_QS_INPUT, PM_QS_POSTMESSAGE,
7010         PM_QS_PAINT, PM_QS_SENDMESSAGE): Add defines.
7011
7012 2003-09-08  Filip Navara  <xnavara@volny.cz>
7013
7014         * include/wingdi.h (GRADIENT_FILL_RECT_H, GRADIENT_FILL_RECT_V,
7015         GRADIENT_FILL_TRIANGLE, GRADIENT_FILL_OP_FLAG): Add defines.
7016
7017 2003-09-05  Earnie Boyd  <earnie@users.sf.net>
7018
7019         * include/w32api.h (_NT5, etc): Reverse the changes of 2003-07-01.
7020         * include/winbase.h (_NT5, etc): Ditto.
7021
7022 2003-09-02  Bart Oldeman  <bartoldeman@users.sourceforge.net>
7023
7024         * lib/snmpapi.def (LIBRARY) Add library name.
7025         Remove '\r', throughout.
7026         * lib/wsnmp32.def: Remove '\r', throughout.
7027         * lib/igmpagnt.def: Likewise.
7028
7029 2003-08-29  Steve Cleary  <scleary@jerviswebb.com>
7030
7031         * include/winuser.h (QS_ALLPOSTMESSAGE, QS_RAWINPUT): Add defines.
7032         (QS_INPUT, QS_ALLINPUT, QS_ALLEVENTS): Adjust by OR'ing with
7033         QS_RAWINPUT for _WIN32_WINNT >= 0x0501.
7034         (MWMO_*): Add flags.
7035
7036         * include/wincrypt.h (MS_ENHANCED_PROV[AW], MS_STRONG_PROV[AW],
7037         MS_DEF_RSA_SIG_PROV[AW], MS_DEF_RSA_SCHANNEL_PROV[AW],
7038         MS_DEF_DSS_PROV[AW], MS_DEF_DSS_DH_PROV[AW], MS_ENH_DSS_DH_PROV[AW],
7039         MS_DEF_DH_SCHANNEL_PROV[AW], MS_SCARD_PROV[AW]): Add definitions.
7040
7041 2003-08-26  Danny Smith  <dannysmith@users.sourceforge.net>
7042
7043         * lib/test.c: Add vfw.h to includes.
7044         * include/mmsystem.h: Add #ifndef guard to definition of
7045         mmioFOURCC macro.
7046         * include/vfw.h: Protect __OBJC__ from COM declarations.
7047
7048 2003-08-26  Filip Navara  <xnavara@volny.cz>
7049
7050         * include/vfw.h: New file.
7051
7052 2003-08-26  Filip Navara  <xnavara@volny.cz>
7053
7054         * include/ddk/winddk.h (RTL_REGISTRY_*): Add defines.
7055         (IoSetCompletionRoutine): Cast _CompletionRoutine arg to
7056         PIO_COMPLETION_ROUTINE.
7057
7058 2003-08-26  Danny Smith  <dannysmith@users.sourceforge.net>
7059
7060         * lib/test.c: Add snmp.h, winsnmp.h amd mgmtapi.h to
7061         includes.
7062
7063 2003-08-26  Filip Navara  <xnavara@volny.cz>
7064
7065         * include/snmp.h: New file.
7066         * include/winsnmp.h: New file.
7067         * include/mgmtapi.h: New file.
7068         * lib/snmpapi.def: New file.
7069         * lib/wsnmp32.def: New file.
7070         * lib/igmpagnt.def: New file.
7071         * lib/mgmtapi.def (SnmpMgrCtl) Add stub.
7072         (SnmpMgrGetTrapEx): Ditto.
7073         (SnmpMgrMIB2Disk): Remove.
7074         (dbginit): Remove.
7075
7076 2003-08-25  Steven Edwards  <Steven_Ed4153@yahoo.com>
7077
7078         * include/ddk/ntifs.h: Change all C++ style comments to C.
7079         * include/GL/gl.h: Ditto.
7080
7081 2003-08-25  Martin Fuchs  <Martin-Fuchs@gmx.net>
7082
7083         * include/shlobj.h (SFGAO_GHOSTED): Correct.
7084         (SFGAO_HIDDEN): Add define.
7085
7086 2003-08-25  Filip Navara  <xnavara@volny.cz>
7087
7088         * include/commctrl.h (ILCF_*): Add defines.
7089         (ILD_*): Ditto.
7090         (HDS_*): Ditto.
7091         (IPN_FIRST, IPN_LAST): Cast to UINT.
7092         (SBN_FIRST, SBN_LAST): Add defines.
7093         (PGN_*): Ditto.
7094         (HDF_JUSTIFYMASK): Fix typo.
7095         (HDM_*): Add defines.
7096         (HICF_*): Ditto.
7097         (I_INDENTCALLBACK,I_IMAGENONE): Ditto.
7098         (TBSTATE_MARKED): Add define.
7099         (TBSTYLE_EX_*): Add defines.
7100         (TBCDRF_*): Ditto.
7101         (IDB_HIST_SMALL_COLOR,IDB_HIST_LARGE_COLOR): Ditto.
7102         (TB_*): Ditto.
7103         (TBN_*): Ditto.
7104         (TBNRF_*): Ditto.
7105         (TTF_*): Ditto.
7106         (TBCD_*): Ditto.
7107         (TBDDRET_*): Ditto.
7108         (TBIMHT_*): Ditto.
7109         (TTM_*): Ditto.
7110         (UDM_*): Ditto.
7111         (TBIF_BYINDEX): Define as hex constant.
7112         (CDIS_*): Add defines.
7113         (CDDS_SUBITEM): Add define.
7114         (LVIF_*): Add defines.
7115         (LVM_*): Ditto.
7116         (LVGIT_UNFOLDED): Add define.
7117         (TVM_): Add defines.
7118         (TVE_EXPANDPARTIAL): Add define.
7119         (TVGN_LASTVISIBLE): Ditto.
7120         (TVN_*): Add defines.
7121         (TVNRET_*): Add defines.
7122         (TCIF_STATE): Add define.
7123         (NM_TOOLTIPSCREATED): Ditto.
7124         (CCM_*): Add defines.
7125         (INFOTIPSIZE): Add numeric value.
7126         (ODT_LISTVIEW): Ditto.
7127         (MCM_GETMAXTODAYWIDTH): Ditto.
7128         (MCHT_*): Add defines.
7129         (UDM_SETRANGE32,UDM_GETRANGE32): Define in terms of WM_USER.
7130         (PGF_*): Add defines.
7131         (PGM_*): Ditto.
7132         (TBINSERTMARK): Add structure.
7133         (LPIMAGEINFO) Add typedef.
7134         (LPHDHITTESTINFO): Ditto.
7135         (NMLVGETINFOTIP[AW]: Add structures.
7136         (NMTBCUSTOMDRAW): Add structure.
7137         (TTTOOLINFOA_V*_SIZE): Add macros.
7138         (TTTOOLINFOW_V1_SIZE): Ditto.
7139         (IMAGELISTDRAWPARAMS): Add new members for WXP.
7140         (LVITEM[AW]: Ditto.
7141         (TCITEM[AW]):Ditto.
7142         (CCSIZEOF_STRUCT): Correct macro definition.
7143         (ListView_*): Add new macros.
7144         (HIMAGELIST): Correct typedef.
7145         (HTREEITEM): Ditto.
7146
7147 2003-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
7148
7149         * commctrl.h (TC_HITTESTINFO): Remove. Add defines for
7150         TCHITTESTINFO for backward compatibility.
7151         (TC_ITEM[AW]): Rename to TCITEM[AW]. Add defines for backward
7152         compatibility.
7153
7154 2003-08-24   Danny Smith  <dannysmith@users.sourceforge.net>
7155
7156         * include/objidl.h (COBJMACROS): Define macros only
7157         if using C interace.
7158         * include/unknwn.h: Ditto.
7159         * include/comcat.h: Ditto.
7160
7161 2003-08-24  Filip Navara  <xnavara@volny.cz>
7162
7163         * include/prsht.h (PSH_WIZARDHASFINISH, PSH_WIZARD_LITE,
7164         PSH_NOCONTEXTHELP): Define.
7165         (PSH_WIZARD97): Fix definition for _WIN32_IE >= 0x500.
7166         * include/winuser.h (DFCS_TRANSPARENT, DFCS_HOT): Define.
7167         (LPDLGTEMPLATE[AW]): Add typedefs.
7168
7169 2003-08-22  Filip Navara  <xnavara@volny.cz>
7170
7171         * include/aclapi.h (BuildImpersonateExplicitAccessWithName[AW]):
7172         Add prototypes.
7173         BuildImpersonateTrustee[AW]): Add prototypes.
7174         GetMultipleTrustee[AW]): Add prototypes.
7175         GetMultipleTrusteeOperation[AW]): Add prototypes.
7176
7177 2003-08-22   Danny Smith  <dannysmith@users.sourceforge.net>
7178
7179         * include/winnt.h (IMAGE_SUBSYSTEM_XBOX): Add define.
7180
7181 2003-08-22  Mihai Preda  <mihai_preda@users.sourceforge.net>
7182
7183         * include/shlobj.h (IPersistFolder::GetClassID):
7184         Correct declaration.
7185         (CMF_*) Add missing defines.
7186
7187 2003-08-22   Danny Smith  <dannysmith@users.sourceforge.net>
7188
7189         * include/winuser.h (DC_BUTTONS): Add define.
7190
7191 2003-08-22  Andrew Greenwood  <lists@silverblade.co.uk>
7192
7193         * include/winuser.h (DC_GRADIENT): Add define.
7194
7195 2003-08-22  Martin Fuchs  <Martin-Fuchs@gmx.net>
7196
7197         * include/commctrl.h (BTNS_*): Define BTNS_* as successors to the
7198         older TBSTYLE_* constants.
7199
7200 2003-08-18  Danny Smith  <dannysmith@users.sourceforge.net>
7201
7202         * include/commctrl.h (TB_*) Group defines together.
7203
7204 2003-08-18  Martin Fuchs  <Martin-Fuchs@gmx.net>
7205
7206         * include/winuser.h (ICON_SMALL2): Define.
7207         * include/commctrl.h (TB_SETBUTTONWIDTH, TB_SETDRAWTEXTFLAGS):
7208         Define.
7209         * include/shlobj.h (SHDRAGIMAGE): Define structure.
7210         (IDragSourceHelper) Define interface.
7211         (IDropTargetHelper): Likewise.
7212         (IExtractIcon): Unicode it.
7213         (ICommDlgBrowser): Use IShellView type as param in OnDefaultCommand,
7214         OnStateChange and IncludeObject methods.
7215
7216 2003-08-17  Martin Fuchs  <Martin-Fuchs@gmx.net>
7217
7218         * include/commctrl.h (TreeView_GetScrollTime,
7219         TreeView_SetScrollTime): Define macros.
7220         * include/winuser.h (GetShellWindow): Add prototype.
7221         * include/objidl.h (STGMEDIUM): Correct lpszFileName type.
7222
7223 2003-08-15  Martin Fuchs  <Martin-Fuchs@gmx.net>
7224
7225         * include/shguid.h (CLSID_DragDropHelper, IID_IDropTargetHelper,
7226         IID_IDragSourceHelper): Declare.
7227         * lib/shell32.c (CLSID_DragDropHelper, IID_IDropTargetHelper,
7228         IID_IDragSourceHelper): Define.
7229
7230 2003-08-15  Andrew Greenwood  <lists@silverblade.co.uk>
7231
7232         * include/wingdi.h (DEVMODE[AW]) Correct structure definition.
7233         * include/ddk/ntapi.h (LPC_TYPE): Add LPC_CONNECTION_REFUSED.
7234         * include/ddk/winddk.h (IRP_*): Add constants as anonymous enum.
7235
7236 2003-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
7237
7238         * lib/uuid.c (CGID_Explorer, CGID_ShellDocView,
7239         CGID_ShellServiceObject): Remove definitions.
7240         * lib/shell32.c (CGID_ShellServiceObject): Add definition.
7241
7242 2003-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
7243
7244         * include/shlobj.h (SHELLSTATE): Add structure.
7245         (SHGetSetSettings): Add prototype.
7246         (SHGetSettings): Add prototype.
7247         * lib/shell32.def (SHGetSetSettings): Add stub.
7248
7249 2003-08-10  Phil Krylov  <likewolf@users.sourceforge.net>
7250
7251         * include/commctrl.h (HDM_ORDERTOINDEX): Add define.
7252         (Header_OrderToIndex): Add macro.
7253         (Header_GetOrderArray): Add macro.
7254
7255         * include/commdlg.h (FR_MATCHALEFHAMZA,
7256         FR_MATCHDIAC, FR_MATCHKASHIDA): Add defines.
7257
7258 2003-08-10  Martin Fuchs  <Martin-Fuchs@gmx.net>
7259
7260         * include/commctrl.h (TVM_GETSCROLLTIME,
7261         TVM_SETSCROLLTIME): Add defines.
7262
7263 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
7264
7265         * include/shlobj.h (SHELLFLAGSTATE): Add structure.
7266         (SHGetInstanceExplorer): Correct return type.
7267         (SHGetFolderPath[AW]): Likewise.
7268         Thanks to Magnus Olsen  <greatlord@sourceforge.users.net>
7269         for report.
7270
7271 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
7272
7273         * lib/test.c: Include winldap.h, ntldap.h, winber.h.
7274
7275 2003-08-01  Filip Navara  <xnavara@volny.cz>
7276
7277         * include/winldap.h: New file.
7278         * include/ntldap.h: New file.
7279         * include/winber.h: New file.
7280         * lib/winldap32.def: New file.
7281
7282 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
7283
7284         * include/ddk/atm.h: Remove stray '.';
7285
7286 2003-08-01  Gisle Vanem  <gvanem@broadpark.no>
7287
7288         * include/ddk/winddk.h: Remove trailing ';' from macros,
7289         throughout. Add () around defines with cast returns, throughout.
7290
7291 2003-07-31  Martin Fuchs  <Martin-Fuchs@gmx.net>
7292
7293         * include/shlobj.h (SFGAO_COMPRESSED): Add define.
7294         (SFGAOF, SHGDNF): Add typedef's.
7295         (SHCONTF): Extend enum.
7296
7297 2003-07-31  Danny Smith  <dannysmith@users.sourceforge.net>
7298
7299         * include/shellapi.h: Include all structs within pshpack2.h/
7300         poppack.h block.
7301
7302 2003-07-26  Danny Smith  <dannysmith@users.sourceforge.net>
7303
7304         * include/winuser.h (ASFW_ANY, LSFW_LOCK, LSFW_UNLOCK,
7305         LWA_COLORKEY, LWA_ALPHA): Guard with _WIN32_WINNT,
7306         _WIN32_WINDOWS, not WINVER.
7307         (AllowSetForegroundWindow,LockSetForegroundWindow,
7308         SetLayeredWindowAttributes): Likewise.
7309         (GetLayeredWindowAttributes,UpdateLayeredWindow): Add prototypes.
7310         * lib/user32.def (GetLayeredWindowAttributes,UpdateLayeredWindow):
7311         Add stubs.
7312
7313 2003-07-26  Eric R. Krause  <ekrause_98@users.sourceforge.net>
7314
7315         * include/objidl.h (IMalloc): Fix typo.
7316
7317 2003-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
7318
7319         * include/dkk/ntifs.h: Fix typo in guard for
7320         #pragma GCC system_header.
7321
7322 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
7323
7324         * include/objidl.h (PropVariant): Add CHAR cVal field
7325         to union.
7326         (FMTID_SummaryInformation, FMTID_DocSummaryInformation,
7327         FMTID_UserDefinedProperties): Declare.
7328
7329 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
7330
7331         * include/winbase.h (GetModuleHandleEx[AW]): Add prototypes.
7332
7333 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
7334
7335         * include/winbase.h (DUPLICATE_CLOSE_SOURCE,
7336         DUPLICATE_SAME_ACCESS): Remove defines.
7337         (HANDLE_FLAG_INHERIT, HANDLE_FLAG_PROTECT_FROM_CLOSE): Sync with
7338         ddk/ntapi.h defines.
7339         (SEM_*) : Likewise.
7340         * include/winnt.h (COMPRESSION_*, ACCESS_*, SYSTEM_*): Sync with
7341         ddk/ntifs.h defines.
7342         (FILE_*): Likewise.
7343         (MEM_IMAGE, SEC_*): Likewise.
7344         (DUPLICATE_CLOSE_SOURCE, DUPLICATE_SAME_ACCESS,
7345         DUPLICATE_SAME_ATTRIBUTES): Sync with ddk/winddk.h defines.
7346         (TOKEN_*): Sync with ddk/ntifs.h defines.
7347         * include/ddk/ntapi.h: Add comments noting definitions in
7348         winbase.h.
7349         * include/ddk/ntifs.h: Add comments noting definitions in
7350         winnt.h.
7351         * include/ddk/winddk.h: Add comments noting definitions in
7352         winnt.h.
7353
7354 2003-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
7355
7356         * include/winnt.h (FILE_*): Sync with ddk/winddk.h.
7357         * include/winioctl.h (FILE_*): Sync with ddk/winddk.h.
7358
7359 2003-07-17  Pierre Humblet  <pierre.humblet@ieee.org>
7360
7361         * include/mmsystem.h (TIME_KILL_SYNCHRONOUS): Add define.
7362
7363 2003-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
7364
7365         Clean up warnings in ddk.
7366
7367         * include/ddk/atm.h (_ATM_AAL_OOB_INFO): Add _ANONYMOUS_UNION,
7368         conditional on  __cplusplus.
7369         * include/ddk/scsi.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
7370         defines, throughout.
7371         (_CDB): Add _ANONYMOUS_UNION, conditional on __cplusplus.
7372         * include/ddk/cfg.h (_PNP_VETO_TYPE): Remove extra comma.
7373         * include/ddk/cfgmgr32.h: Change C++ comment style to ISO C.
7374         * include/ddk/ddkmapi.h (_DDLOCKOUT): Add _ANONYMOUS_UNION defines.
7375         * include/ddk/hidpi.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
7376         defines, throughout.
7377         * include/ddk/ndis.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
7378         defines, throughout. Remove trailing semicolon from *_S 'structure'
7379         macro expansion, throughout. Remove trailing semicolon from
7380         DECLARE_UNKNOWN_STRUCT macro expansion.
7381         * include/ddk/ndiswan.h (_NDIS_WAN_COMPRESS_INFO): Add
7382         _ANONYMOUS_UNION.
7383         * include/ddk/ntapi.h (_PROCESS_DEVICEMAP_INFORMATION,
7384         _PROCESS_SESSION_INFORMATION): Add _ANONYMOUS_UNION.
7385         * include/ddk/ntddcdrm.h (CDROM_TOC_CD_TEXT_DATA_BLOCK):
7386         Add _ANONYMOUS_UNION.
7387         * include/ddk/ntdddisk.h: Add _ANONYMOUS_UNION, throughout.
7388         * include/ddk/ntddmou.h:  Add _ANONYMOUS_UNION, throughout.
7389         * include/ddk/ntifs.h:  Add _ANONYMOUS_UNION, throughout.
7390         (ZwQueryObject): Change 2nd param to OBJECT_INFORMATION_CLASS, to
7391         match proto in ntapi.h.
7392         (ZwSetInformationObject): Likewise.
7393         * include/ddk/srb.h (SCSI_REQUEST_BLOCK): Add _ANONYMOUS_UNION.
7394         (SCSI_ADAPTER_CONTROL_TYPE): Add __extension__.
7395         * include/ddk/tdikrnl.h (TDI20_CLIENT_INTERFACE_INFO): Add
7396         _ANONYMOUS_UNION and _ANONYMOUS_STRUCT.
7397         * include/ddk/usb.h (USB): Add _ANONYMOUS_UNION.
7398         * include/ddk/usbcamdi.h (USBCAMD_CamControlFlags): Remove
7399         last comma.
7400         * include/ddk/video.h (STATUS_BLOCK): Add _ANONYMOUS_UNION.
7401         * include/ddk/winddk.h (DECLARE_INTERNAL_OBJECT): Remove
7402         trailing semicolon when expanding macro.
7403         (GENERAL_LOOKASIDE_S): Likewise.
7404         Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT, throughout.
7405         Change inline to __inline, throughout.
7406         * include/ddk/winnt4.h: Change inline to __inline, throughout.
7407
7408 2003-07-13  Casper S. Hornstrup  <chorns@users.sourceforge.net>
7409
7410         * include/ddk/ntifs.h (KeInsertQueueApc): Make return type
7411         BOOLEAN. Name parameter 4 PriorityBoost and make it of type
7412         KPRIORITY.
7413         * include/ddk/winddk.h (_KPCR): Put IDT field on next line.
7414         * include/ddk/winddk.h (_IO_STATUS_BLOCK, _IRP, _OWNER_ENTRY,
7415         _ERESOURCE, _IMAGE_INFO, _CREATE_DISK, _DISK_SIGNATURE, _KPCR_TIB):
7416         Apply _ANONYMOUS_UNION to anonymous unions and _ANONYMOUS_STRUCT
7417         to anonymous structs.
7418
7419 2003-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
7420
7421         * include/winnt.h (PVOID): Move to before HANDLE typedef.
7422
7423         * include/winuser.h (mouse_event): Correct type of fifth param,
7424         Thanks to: Andrew Jones <guln at users dot sourceforge dot net>
7425
7426 2003-07-11  Earnie Boyd  <earnie@users.sf.net>
7427
7428         * include/winnt.h (HANDLE): Define based on STRICT filter.
7429         (THREAD_BASE_PRIORITY_MIN): Use parens around negative value.
7430         (THREAD_BASE_PRIOIRTY_IDLE): Ditto.
7431
7432 2003-07-08  Danny Smith  <dannysmith@users.sourceforge.net>
7433
7434         * include/commctrl.h (NMTVDISPINFO[AW]): Replace obsolete struct
7435         names _TV_DISPINFO[AW] and typedefs. Add defines for backward
7436         compatability. Thanks to Magnus Olsen <greatlord@users.sf.net>
7437         for report.
7438
7439 2003-07-03  Earnie Boyd  <earnie@users.sf.net>
7440
7441         * config.guess, config.sub: Update with new versions from ftp.gnu.org.
7442
7443 2003-07-03  Luke Dunstan  <infidel@users.sf.net>
7444
7445         * include/commdlg.h (CommDlg_OpenSave_*): Add parentheses around
7446         macro arguments. Thanks to Tom Bishop <tombishop@users.sf.net>.
7447         * include/winuser.h (MONITOR_DEFAULTTONULL, MONITOR_DEFAULTTOPRIMARY,
7448         MONITOR_DEFAULTTONEAREST, MONITORINFOF_PRIMARY): Add defines.
7449         (TPM_RECURSE): Add guard for Win98/Win2K.
7450         Thanks to Magnus Olsen <greatlord@users.sf.net>.
7451
7452 2003-07-01  Earnie Boyd  <earnie@users.sf.net>
7453
7454         * include/basetyps.h (small, hyper): Change to __small and __hyper to
7455         avoid user namespace conflicts.
7456
7457 2003-07-01  Earnie Boyd  <earnie@users.sf.net>
7458
7459         * include/w32api.h (_NT4, _W98, _WME, _NT5, _W2000, _WXP, _W2003,
7460         _IE3, _IE4, _IE5, _IE6): Add definitions.
7461         * include/winbase.h (GetLongPathName[AW]): Add guard for OS >= NT5 or
7462         >= Win98.
7463         Change existing guards to use the above macro names as appropriate.
7464         * include/basetyps.h (__int32, __int16, __int8, small, hyper): Define.
7465         Note: Also added to mingw/include/_mingw.h.
7466
7467 2003-06-28  Steven Edwards  <Steven_Ed4153@yahoo.com>
7468
7469         * include/shlwapi.h (UrlGetLocationA, UrlGetLocationW,
7470         PathFindSuffixArrayA, PathFindSuffixArrayW,
7471         PathFindExtensionA, PathFindExtensionW, StrStrW
7472         StrStrA): Change unicode-macro'd LP[C]TSTR return values to
7473         explicit type.
7474
7475 2003-06-26  Mattia Barbon  <mbarbon@dsi.unive.it>
7476
7477         * include/richedit.h (PARAFORMAT2): Add definition.
7478         * include/richedit.h (PFA_*, PFE_*, PFM_*): Add some
7479         missing constants.
7480
7481 2003-06-17  Danny Smith  <dannysmith@users.sourceforge.net>
7482
7483         * include/shellapi.h (SHQUERYRBINFO): Add structure,
7484         (SHQueryRecycleBin[AW]. SHEmptyRecycleBin[AW]):Add prototypes.
7485         (SHERB_NOCONFIRMATION, SHERB_NOPROGRESSUI, SHERB_NOSOUND):
7486         Add defines. Thanks to Brett Hart <brett at ncubedtech dot com>
7487
7488 2003-06-17  Danny Smith  <dannysmith@users.sourceforge.net>
7489
7490         * include/winbase.h (GlobalCompact, GlobalFix, GlobalFlags,
7491         GlobalUnfix, GlobalUnWire, GlobalWire, LocalCompact,
7492         LocalFlags, LocalShrink, LockSegment, UnlockSegment): Add comment
7493         that these are obsolete no-ops.
7494
7495 2003-06-17  Bang Jun-Young  <junyoung@netbsd.org>
7496
7497         * include/winbase.h (GetProcessWorkingSetSize,
7498         GlobalCompact, LocalAlloc, LocalCompact, LocalReAlloc,
7499         LocalShrink, SignalObjectAndWait, WriteProcessMemory):
7500         Correct prototypes.
7501
7502 2003-06-18  Steven Edwards  <Steven_Ed4153@yahoo.com>
7503
7504         * include/winuser.h (TPM_RECURSE): Add define.
7505
7506 2003-06-06  Danny Smith  <dannysmith@users.sourceforge.net>
7507
7508         * lib/test.c: #include <powrprof.h>.
7509
7510 2003-06-06  James E. Lucas  <xelloss@sourceforge.net>
7511
7512         * include/powerprof.h: New file.
7513         * lib/powerprof.def: New file.
7514
7515 2003-06-06  Danny Smith  <dannysmith@users.sourceforge.net>
7516
7517         * include/winnt (SLIST_HEADER): Add C90 anonymous struct
7518         protection.
7519
7520 2003-06-05  Luke Dunstan  <infidel@users.sourceforge.net>
7521
7522         * include/winuser.h (WNDCLASS[AW], WNDCLASSEX[AW]): Change type of
7523         hInstance members to HINSTANCE.
7524         Thanks to: Brenden T. <brenden@rcsis.com>
7525
7526 2003-06-05  Bart Oldeman  <bartoldeman@users.sourceforge.net>
7527
7528         * include/lmaccess.h (UF_MNS_LOGON_ACCOUNT): Add define.
7529         * include/wingdi.h (LPRGBTRIPLE, LPRGBQUAD): Add typedefs.
7530
7531 2003-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
7532
7533         * include/ddk/ntpoapi.h (POWER_INFORMATION_LEVEL): Remove.
7534         * include/winnt.h (POWER_INFORMATION_LEVEL): Add.
7535         * include/ddk/winddk.h (SINGLE_LIST_ENTRY,SLIST_HEADER):
7536         Remove.
7537         * include/ddk/ndis.h (NdisAllocateSpinLock): Add missing '\'.
7538
7539 2003-05-30  Mattia Barbon  <mbarbon@dsi.unive.it>
7540
7541         * lib/oleacc.def: New file.
7542         * include/winable.h: New file.
7543         * include/oleacc.h: Add extern "C" guard.
7544         (NAVDIR_*, ROLE_*, STATE_*): Add missing constants.
7545         (AccessibleChildren, AccessibleObjectFromEvent,
7546         AccessibleObjectFromPoint, AccessibleObjectFromWindow,
7547         CreateStdAccessibleProxy[AW], GetOleaccVersionInfo, GetRoleText[AW],
7548         GetStateText[AW], LresultFromObject, ObjectFromLresult,
7549         WindowFromAccessibleObject): Add prototypes and UNICODE mappings.
7550         * include/winuser.h (NotifyWinEvent): Add prototype.
7551         (OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR,
7552         OBJID_MENU, OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL,
7553         OBJID_SIZEGRIP, OBJID_CARET, OBJID_CURSOR, OBJID_ALERT,
7554         OBJID_SOUND): Move from here to...
7555         * include/winable.h (OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR,
7556         OBJID_MENU, OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL,
7557         OBJID_SIZEGRIP, OBJID_CARET, OBJID_CURSOR, OBJID_ALERT,
7558         OBJID_SOUND): Here, as per documentation.
7559         * lib/test.c: Include winable.h.
7560         * lib/user32.def (NotifyWinEvent): Add missing export.
7561
7562 2003-05-30  Bang Jun-Young  <junyoung@netbsd.org>
7563
7564         * include/winbase.h (HeapCompact): Correct prototype.
7565         * include/winnt.h (SINGLE_LIST_ENTRY, SLIST_ENTRY,
7566         SLIST_HEADER): Add.
7567
7568 2003-05-27  Andrew C. Stadt  <acstadt@sympatico.ca>
7569
7570         * include/winuser.h (LWA_COLORKEY, LWA_ALPHA): Add defines.
7571
7572 2003-05-25  Bill C. Riemers  <cygwin@docbill.net>
7573
7574         * include/winuser.h (EnumDisplayDevicesW): Fix typo.
7575
7576 2003-05-23  Danny Smith  <dannysmith@users.sourceforge.net>
7577
7578         * include/winuser.h (EnumDisplayDevices[AW]): Add prototypes.
7579         * include/wingdi.h (DISPLAY_DEVICE): UNICODE it.
7580
7581 2003-05-23  Andrew Dunbar  <hippietrail@users.sourceforge.net>
7582
7583         * include/wingdi.h (GCP_RESULTS[AW]) Correct type of
7584         lpGlyphs field to LPWSTR.
7585
7586 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
7587
7588         * include/wincrypt.h (PLAINTEXTKEYBLOB, OPAQUEKEYBLOB,
7589         PUBLICKEYBLOBEX, SYMMETRICWRAPKEYBLOB) Add defines.
7590         (PP_*): Add defines.
7591         (CryptContextAddRef): Add prototype.
7592         Thanks to: Shura Zam  <debil_urod@users.sourceforge.net>
7593
7594 2003-05-18  Manu B  <manubee@users.sourceforge.net>
7595
7596         * include/commctrl.h (TVSORTCB): Rename old TV_SORTCB structure.
7597
7598 2003-05-18  Bang Jun-Young  <junyoung@netbsd.org>
7599
7600         * include/winbase.h (CREATE_DEFAULT_ERROR_MODE,
7601         DEBUG_PROCESS, DEBUG_ONLY_THIS_PROCESS, CREATE_SUSPENDED,
7602         DETACHED_PROCESS, CREATE_NEW_CONSOLE, NORMAL_PRIORITY_CLASS,
7603         IDLE_PRIORITY_CLASS, HIGH_PRIORITY_CLASS, REALTIME_PRIORITY_CLASS,
7604         CREATE_NEW_PROCESS_GROUP, CREATE_UNICODE_ENVIRONMENT,
7605         CREATE_SEPARATE_WOW_VDM, CREATE_SHARED_WOW_VDM, CREATE_FORCEDOS,
7606         CREATE_NO_WINDOW): Convert to hexadecimal form for better
7607         readability.
7608         (BELOW_NORMAL_PRIORITY_CLASS, ABOVE_NORMAL_PRIORITY_CLASS,
7609         CREATE_BREAKAWAY_FROM_JOB, CREATE_WITH_USERPROFILE): Add.
7610
7611 2003-05-15  Danny Smith  <dannysmith@users.sourceforge.net>
7612
7613         * include/ddk/ndis.h (NDIS30_MINIPORT_CHARACTERISTICS_S):
7614         Unname anonymous unions if NONAMELESSUNION not defined.
7615
7616 2003-05-14  Bang Jun-Young  <junyoung@netbsd.org>
7617
7618         * include/winbase.h (GMEM_VALID_FLAGS): Add.
7619
7620 2003-05-13  Danny Smith  <dannysmith@users.sourceforge.net>
7621
7622         * include/prsht.h (PROPSHEETHEADER[AW]: Mark
7623         anonymous unions as GCC extension.
7624
7625 2003-05-13  Danny Smith  <dannysmith@users.sourceforge.net>
7626
7627         * include/oleidl.h  (LPENUMOLEDOCUMENTVIEWS): Remove typedef.
7628         (IEnumOleDocumentViews): Remove commented out DECLARE_ENUMERATOR.
7629         * include/docobj.h  (LPENUMOLEDOCUMENTVIEWS): Add typedef (previously
7630         commented out).
7631         (IEnumOleDocumentViews): Add definition using DECLARE_ENUMERATOR.
7632
7633 2003-05-12  Earnie Boyd  <earnie@users.sf.net>
7634
7635         * include/commctrl.h: (MCSC_BACKGROUND, MCSC_TEXT, MCSC_TITLEBK,
7636         MCSC_TITLETEXT, MCSC_MONTHBK, MCSCTRAILTEXT): Define.
7637         Thanks to: Robert Wishlaw  <rwishlaw @ shaw . ca>
7638
7639 2003-05-12  Danny Smith  <dannysmith@users.sourceforge.net>
7640
7641         * include/olectl.h (IOleControl,IOleControlSite,ISimpleFrameSite,
7642         IErrorLog,IPropertyBag,IPersistPropertyBag,IPersistStreamInit,
7643         IPersistMemory,IPropertyNotifySink,IProvideClassInfo,
7644         IProvideClassInfo2,IConnectionPointContainer,
7645         IEnumConnectionPoints,IConnectionPoint,IEnumConnections,
7646         IClassFactory2,ISpecifyPropertyPages,IPerPropertyBrowsing,
7647         IPropertyPageSite,IPropertyPage,IPropertyPage2,IFont,IFontDisp,
7648         IPicture,IPictureDisp): Move from here to...
7649         * include/ocidl.h (IOleControl,IOleControlSite,ISimpleFrameSite,
7650         IErrorLog,IPropertyBag,IPersistPropertyBag,IPersistStreamInit,
7651         IPersistMemory,IPropertyNotifySink,IProvideClassInfo,
7652         IProvideClassInfo2,IConnectionPointContainer,
7653         IEnumConnectionPoints,IConnectionPoint,IEnumConnections,
7654         IClassFactory2,ISpecifyPropertyPages,IPerPropertyBrowsing,
7655         IPropertyPageSite,IPropertyPage,IPropertyPage2,IFont,IFontDisp,
7656         IPicture,IPictureDisp): Here, as per documentation.
7657
7658 2003-05-12  Mattia Barbon  <mbarbon@dsi.unive.it>
7659
7660         * include/oleauto.h (VarR8FromDec, VarDecFromR8): Add prototypes.
7661         * include/winbase.h (TerminateJobObject,
7662         AssignProcessToJobObject): Likewise.
7663         * include/servprov.h: New header.
7664         * lib/test.c: Include servprov.h.
7665
7666 2003-05-10  Danny Smith  <dannysmith@users.sourceforge.net>
7667
7668         * include/shlguid.h (CGID_ShellServiceObject): Declare.
7669         * lib/uuid.c (CGID_ShellServiceObject): Define guid.
7670         Thanks to Chris Sutcliffe  <ir0nh34d#users.sourceforge.net>
7671         * include/winuser.h (SetLayeredWindowAttributes): Add prototype.
7672         * lib/user32.def (SetLayeredWindowAttributes): Add stub.
7673         * lib/uuid.c (CGID_Explorer, CGID_ShellDocView): Define guids.
7674
7675 2003-05-05  Danny Smith  <dannysmith@users.sourceforge.net>
7676
7677         * include/commctrl.h (STATUSCLASSNAME, TOOLBARCLASSNAME,
7678         TOOLTIPS_CLASS, TRACKBAR_CLASS, UPDOWN_CLASS, PROGRESS_CLASS,
7679         HOTKEY_CLASS): Remove dupicate defines for UNICODE case.
7680
7681 2003-05-02  Steven Edwards  <Steven_Ed4153@yahoo.com>
7682
7683         * include/richedit.h (EM_FINDTEXTEXW, EM_FINDTEXTW,
7684         EM_GETAUTOURLDETECT, EM_GETBIDIOPTIONS, EM_GETEDITSTYLE,
7685         EM_GETIMECOLOR, EM_GETIMEOPTIONS, EM_GETPUNCTUATION,
7686         EM_GETWORDWRAPMODE, EM_RECONVERSION, EM_SETBIDIOPTIONS,
7687         EM_SETEDITSTYLE, EM_SETIMECOLOR, EM_SETIMEOPTIONS,
7688         EM_SETPALETTE, EM_SETPUNCTUATION, EM_SETTEXTEX,
7689         EM_SETWORDWRAPMODE, RICHEDIT_CLASS10A): Add defines.
7690
7691 2003-05-02  Francois Ferrand  <typz@sourceforge.users.net>
7692
7693         * include/commctrl.h (TBM_*): Add missing trackbar defines.
7694
7695 2003-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
7696
7697         * include/cplext.h (CPLPAGE_MOUSE_WHEEL,
7698         CPLPAGE_DISPLAY_BACKGROUND): Add defines.
7699
7700 2003-04-30  Danny Smith  <dannysmith@users.sourceforge.net>
7701
7702         * include/wingdi.h (DC_PEN, DC_BRUSH): Add defines.
7703         (SetDCPenColor, SetDCBrushColor): Add prototypes.
7704         * lib/gdi32.def (SetDCPenColor, SetDCBrushColor): Add stubs.
7705
7706 2003-04-26  Bang Jun-Young  <junyoung@netbsd.org>
7707
7708         * include/winioctl.h (DEVICE_TYPE_FROM_CTL_CODE): Add macro.
7709
7710 2003-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
7711
7712         * include/oaidl.h (ITypeMarshal): Add interface.
7713
7714 2003-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
7715
7716         * include/winioctl.h: Clean up formatting.
7717         (RETRIEVAL_POINTERS_BUFFER): Add fields to Extents[1] struct.
7718         (CREATE_DISK): Add _ANONYMOUS_UNION macro.
7719         (DISK_CACHE_INFORMATION): Likewise.
7720         (DISK_DETECTION_INFO): Likewise.
7721         (DISK_PARTITION_INFO): Likewise.
7722         (PARTITION_INFORMATION_EX): Likewise.
7723         (DRIVE_LAYOUT_INFORMATION_EX): Likewise.
7724
7725 2003-04-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
7726
7727         * include/winbase.h (DeleteVolumeMountPoint[AW],
7728         FindFirstVolumeMountPoint[AW], FindNextVolumeMountPoint[AW],
7729         FindVolumeMountPointClose, GetVolumeNameForVolumeMountPoint[AW],
7730         GetVolumePathName[AW], GetVolumePathNamesForVolumeName[AW],
7731         SetVolumeMountPoint[AW]): Add prototypes.
7732         * include/winioctl.h (IOCTL_DISK_GET_PARTITION_INFO_EX,
7733         IOCTL_DISK_SET_PARTITION_INFO_EX,
7734         IOCTL_DISK_GET_DRIVE_LAYOUT_EX,
7735         IOCTL_DISK_SET_DRIVE_LAYOUT_EX, IOCTL_DISK_CREATE_DISK,
7736         IOCTL_DISK_GET_LENGTH_INFO, IOCTL_DISK_PERFORMANCE_OFF,
7737         IOCTL_DISK_GET_DRIVE_GEOMETRY_EX, IOCTL_DISK_GROW_PARTITION,
7738         IOCTL_DISK_GET_CACHE_INFORMATION,
7739         IOCTL_DISK_SET_CACHE_INFORMATION,
7740         IOCTL_DISK_DELETE_DRIVE_LAYOUT, IOCTL_DISK_UPDATE_PROPERTIES,
7741         FSCTL_GET_VOLUME_BITMAP, FSCTL_GET_RETRIEVAL_POINTERS,
7742         FSCTL_MOVE_FILE): Define.
7743         (CREATE_DISK_GPT, CREATE_DISK_MBR, CREATE_DISK,
7744         DISK_CACHE_INFORMATION,
7745         DETECTION_TYPE, DISK_INT13_INFO, DISK_EX_INT13_INFO,
7746         DISK_DETECTION_INFO, DISK_GEOMETRY_EX, DISK_GROW_PARTITION,
7747         DISK_PARTITION_INFO, DISKQUOTA_USER_INFORMATION,
7748         GET_LENGTH_INFORMATION, DISK_EXTENT, VOLUME_DISK_EXTENTS,
7749         DRIVE_LAYOUT_INFORMATION_GPT, DRIVE_LAYOUT_INFORMATION_MBR,
7750         PARTITION_INFORMATION_MBR, PARTITION_INFORMATION_GPT,
7751         PARTITION_INFORMATION_EX, DRIVE_LAYOUT_INFORMATION_EX,
7752         MOVE_FILE_DATA,
7753         RETRIEVAL_POINTERS_BUFFER, STARTING_LCN_INPUT_BUFFER,
7754         STARTING_VCN_INPUT_BUFFER, VOLUME_BITMAP_BUFFER): Add structs.
7755         (PARTITION_STYLE, DISK_CACHE_RETENTION_PRIORITY): Add enums.
7756         (MEDIA_TYPE): Add F3_120M_512, F3_640_512, F5_640_512,
7757         F5_720_512, F3_1Pt2_512, F3_1Pt23_1024, F5_1Pt23_1024,
7758         F3_128Mb_512, F3_230Mb_512, F8_256_128, F3_200Mb_512,
7759         F3_240M_512, and F3_32M_512.
7760         * lib/kernel32.def (GetVolumePathNamesForVolumeName[AW]): Add
7761         stubs.
7762
7763 2003-04-16  Earnie Boyd  <earnie@users.sf.net>
7764
7765         * include/wingdi.h (DM_SPECVERSION): Define.
7766         Thanks to Sinitsyn Valentime <valentine.sinitsyn@usu.ru>
7767         * include/rpcdce.h (UuidCreateSequential): Properly guard with
7768         appropriate _WIN32_WINNT values.
7769
7770 2003-04-15  Chris January  <chris@atomice.net>
7771
7772         * include/rpcdce.h: Add declaration for UuidCreateSequential.
7773         * lib/rpcrt4.def: Add entry for UuidCreateSequential.
7774
7775 2003-04-14  Phil Krylov  <likewolf@users.sourceforge.net>
7776
7777         * include/winuser.h (VK_*): Add missing defines.
7778
7779 2003-04-14  Vincent Béron  <papineau@users.sourceforge.net>
7780
7781         * include/commctrl.h (NMUPDOWN, LPNMUPDOWN): Use currently
7782         documented typedefs for struct _NM_UPDOWN.
7783         Add defines for backward comapatibility.
7784         * include/commdlg.h (OFN_ENABLESIZING): Add define.
7785         * include/wininet.h (IRF_*): Add missing defines.
7786
7787 2003-04-14  Bang Jun-Young  <junyoung@netbsd.org>
7788
7789         * lib/ntdll.def (Csr*, Dbg*, Ki*, Ldr*, Rtl*): Add W2K exports.
7790
7791 2003-04-11  Earnie Boyd  <earnie@users.sf.net>
7792
7793         * include/sspi.h: Add comment for FreeCredentialsHandle.
7794
7795 2003-04-07  Marcel Telka  <telka@users.sourceforge.net>
7796
7797         * include/ddk/winddk.h (KIRQL): Typedef as UCHAR, not ULONG.
7798
7799 2003-03-30  Hans E. Molin  <kvasi@users.sourceforge.net>
7800
7801         * include/olectl.h (OleLoadPicturePath): Correct prototype.
7802
7803 2003-03-30  Danny Smith  <dannysmith@users.sourceforge.net>
7804
7805         * lib/uuid.c (IID_IHTML*): Move definitions to...
7806         * lib/mshtml-uuid.c: New file.
7807         * lib/Makefile.in: Add mshtml-uuid.o to libuuid.a
7808
7809 2003-03-30  Michael Sazonov  <traip@comset.net>
7810
7811         * lib/uuid.c (IID_IHTML*): Add new GUID definitions.
7812         * include/mshtml.h (IHTMLElementCollection, IHTMLLinkElement,
7813         IHTMLImgElement): Add interface definitions.
7814
7815 2003-03-29  Danny Smith  <dannysmith@users.sourceforge.net>
7816
7817         * include/commctrl.h (ANIMATE_CLASS,HOTKEY_CLASS,PROGRESS_CLASS,
7818         STATUSCLASSNAME,TOOLBARCLASSNAME,TOOLTIPS_CLASS,TRACKBAR_CLASS,
7819         UPDOWN_CLASS,WC_COMBOBOXEX,WC_HEADER,WC_IPADDRESS,WC_LISTVIEW,
7820         WC_TABCONTROL,WC_TREEVIEW): Move UNICODE mappings out of
7821         RC_INVOKED guard.
7822         (WC_PAGESCROLLER,WC_NATIVEFONTCTL,WC_BUTTON,WC_STATIC,WC_EDIT,
7823         WC_LISTBOX,WC_COMBOBOX,WC_SCROLLBAR): Add defines.
7824
7825 2003-03-28  Bang Jun-Young  <junyoung@netbsd.org>
7826
7827         * include/winnt.h (WAITORTIMERCALLBACKFUNC): Add typedef.
7828
7829 2003-03-27  Danny Smith  <dannysmith@users.sourceforge.net>
7830
7831         * include/secext.h (GetComputerObjectName[AW],GetUserNameEx[AW],
7832         TranslateName[AW]): Add prototypes.
7833         * lib/sec32.def (GetComputerObjectName[AW],GetUserNameEx[AW],
7834         TranslateName[AW]): Add stubs.
7835         * lib/test.c: Include secext.h.
7836
7837 2003-03-27  Vladimir Michl  <michlv@users.sourceforge.net>
7838
7839         * include/ddk/ndis.h (NdisAllocateSpinLock,NdisFreeSpinLock,
7840         NdisAcquireSpinLock,NdisReleaseSpinLock,NdisDprAcquireSpinLock,
7841         NdisDprReleaseSpinLock): Change macro argument from SpinLock to
7842         _SpinLock.
7843
7844 2003-03-26  Earnie Boyd  <earnie@users.sf.net>
7845
7846         * include/w32api.h: Increment version to 2.4.
7847         * Makefile.in: Ditto.
7848
7849 2003-03-26  Danny Smith  <dannysmith@users.sourceforge.net>
7850
7851         * include/ddk/batclass.h (BATTERY_REPORTING_SCALE)
7852         Move structure from here...
7853         * include/winnt.h (BATTERY_REPORTING_SCALE): To here.
7854
7855         * include/ddk/ntapi.h (JOBOBJECT_*):
7856         Remove structures and enums definitions.
7857         (JOB_OBJECT*): Move defines from here...
7858         * include/winnt.h (JOB_OBJECT* ): To here.
7859
7860         * include/ddk/ntpoapi.h (LATENCY_TIME, POWER_ACTION_POLICY,
7861         SYSTEM_POWER_LEVEL, SYSTEM_POWER_POLICY,
7862         PROCESSOR_POWER_POLICY_INFO, PROCESSOR_POWER_POLICY,
7863         ADMINISTRATOR_POWER_POLICY, SYSTEM_POWER_INFORMATION,
7864         PROCESSOR_POWER_INFORMATION, SYSTEM_BATTERY_STATE,
7865         SYSTEM_POWER_CAPABILITIES): Move enums, structures
7866         and associated defines from here ...
7867         * include/winnt.h: (LATENCY_TIME, POWER_ACTION_POLICY,
7868         SYSTEM_POWER_LEVEL, SYSTEM_POWER_POLICY,
7869         PROCESSOR_POWER_POLICY_INFO, PROCESSOR_POWER_POLICY,
7870         ADMINISTRATOR_POWER_POLICY, SYSTEM_POWER_INFORMATION,
7871         PROCESSOR_POWER_INFORMATION, SYSTEM_BATTERY_STATE,
7872         SYSTEM_POWER_CAPABILITIES):To here.
7873
7874         * include/ddk/winddk.h (DEVICE_POWER_STATE,
7875         SYSTEM_POWER_STATE, POWER_ACTION): Move enums
7876         from here...
7877         * include/winnt.h (DEVICE_POWER_STATE,
7878         SYSTEM_POWER_STATE, POWER_ACTION): To here.
7879
7880 2003-03-19  Danny Smith  <dannysmith@users.sourceforge.net>
7881
7882         *lib/ndis.def (NdisAllocateMemory): Correct stdcall suffix.
7883         Thanks to: Vladimir Michl <michlv@users.sourceforge.net>
7884         (NdisUpdateSharedMemory): Likewise.
7885         (NdisMFreeSharedMemory: Likewise.
7886         (NdisMMapIoSpace: Likewise.
7887
7888 2003-03-18  Danny Smith  <dannysmith@users.sourceforge.net>
7889
7890         * include/lmaccess.h (UF_LOCKOUT): Correct name from UF_LOCK.
7891         Thanks to: Fabricio D. Rossi  <gurusoda@users.sourceforge.net>
7892         (UF_SETTABLE_BITS): Correct UF_LOCKOUT here too.
7893
7894 2003-03-17  Bang Jun-Young  <junyoung@netbsd.org>
7895
7896         * include/winbase.h (EnumResourceLanguages[AW]): Correct prototypes.
7897         (EnumResourceNames[AW]): Ditto.
7898         (EnumResourceTypes[AW]): Ditto.
7899         * include/wincon.h (CONSOLE_FONT_INFO): Add struct.
7900
7901 2003-03-16  Toby Malone  <malone@users.sourceforge.net>
7902
7903         * include/winuser.h (SendInput): Add prototype.
7904         * lib/user32.def (SendInput): Add stub.
7905
7906 2003-03-16  Vadim Yegorov  <zg@bmg.lv>
7907
7908         * winioctl.h (FSCTL_SET_REPARSE_POINT: Correct macro.
7909         (FSCTL_DELETE_REPARSE_POINT): Likewise.
7910
7911 2003-03-15  Bang Jun-Young  <junyoung@netbsd.org>
7912
7913         * winnt.h (JOBOBJECTINFOCLASS): Define enum.
7914         (JOBOBJECT_*): Define corresponding structures.
7915
7916 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
7917
7918         * include/ddk/winddk.h (PCUNICODE_STRING): Remove incorrect
7919         typedef.
7920
7921 2003-03-13  Bang Jun-Young  <junyoung@netbsd.org>
7922
7923         * lib/kernel32.def (Module32{First,Next}{,W}): Add missing exports.
7924         (Process32{First,Next}{,W}): Ditto.
7925         (Thread32{First,Next}): Ditto.
7926         * include/ntdef.h (PCUNICODE_STRING): Add typedef.
7927
7928 2003-03-12  Earnie Boyd  <earnie@users.sf.net>
7929
7930         * include/mswsock.h: Correct invalid filter for _WINSOCK2_H.
7931         Thanks to Jim Barton <jmbarton@users.sf.net>.
7932
7933 2003-03-12  Ranjit Mathew  <rmathew@hotmail.com>
7934
7935         * include/winnt.h (_IMAGE_SEPARATE_DEBUG_HEADER): Expose
7936         member SectionAlignment.
7937
7938 2003-03-11  Earnie Boyd  <earnie@users.sf.net>
7939
7940         * include/winsvc.h (SERVICE_NO_CHANGE): Use hex constant to avoid
7941         warnings.
7942         Thanks to Fabricio D. Rossi <gurusoda@users.sf.net>.
7943         * Makefile.in (bindist): Correct process.
7944         * lib/Makefile.in (install): Ditto.
7945         Thanks to Jeff Bonnggren <jbon@users.sf.net>.
7946
7947 2003-03-10  Danny Smith  <dannysmith@users.sourceforge.net>
7948
7949         * include/rasdlg.h: New file.
7950         * lib/rasdlg.def: New file.
7951         * lib/test.c: Include rasdlg.h.
7952
7953 2003-03-06  Christopher January  <chris@atomice.net>
7954
7955         * include/winbase.h (FindFirstVolume): Add declaration.
7956         (FindNextVolume): Add declaration.
7957         (FindVolumeClose): Add declaration.
7958         (GetSystemTimes): Add declaration.
7959         * include/winnt.h: Add define for PF_XMMI64_INSTRUCTIONS_AVAILABLE.
7960
7961 2003-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
7962
7963         *lib/kernel32.def (GetSystemTimes): Add stub.
7964
7965 2003-03-04  Heiko Gerdau  <hg@technosis.de>
7966
7967         * oleidl.h (IOleObject): Correct GetUserType prototype.
7968         (IViewObject2): Correct GetExtent prototype.
7969         * olectl.h (DISPIP_): Add new defines
7970         * ocidl.h (IOleInPlaceSiteWindowless): Add new interface.
7971
7972 2003-03-01  Danny Smith  <dannysmith@users.sourceforge.net>
7973
7974         * include/olectl.h (OleLoadPictureEx) Add prototype.
7975         (OleLoadPictureFile): Ditto.
7976         (OleLoadPictureFileEx): Ditto.
7977         (OleLoadPicturePath): Ditto.
7978         (OleSavePictureFile): Ditto.
7979
7980 2003-03-01  Danny Smith  <dannysmith@users.sourceforge.net>
7981
7982         * include/objbase.h (CoAddRefServerProcess): Add prototype.
7983         (CoAddReleaseServerProcess): Ditto.
7984         (CoResumeClassObjects): Ditto.
7985         (CoSuspendClassObjects): Ditto.
7986         * include/oleauto.h (V_I1): Define.
7987         Thanks to: "Timofei"  <mmttmm@users.sourceforge.net>
7988
7989 2003-03-01  Heiko Gerdau  <hg@technosis.de>
7990
7991         * include/oleidl.h (USERCLASSTYPE): Add enum.
7992         * include/ocidl.h (IObjectWithSite): Add interface.
7993
7994 2003-02-28  Roland Schwingel  <roland.schwingel@onevision.de>
7995
7996         Fixup UNICODE thinko in 2003-02-22 patch.
7997         * include/wingdi.h (AddFontMemResourceEx): Add.
7998         (RemoveFontMemResourceEx): Ditto.
7999         (AddFontMemResourceEx[AW]): Remove.
8000         (RemoveFontMemResourceEx[AW]): Ditto
8001         * lib/gdi32.def: (AddFontResourceEx): Add.
8002         (RemoveFontMemResourceEx): Ditto.
8003         (AddFontMemResourceEx[AW]): Remove.
8004         (RemoveFontResourceEx[AW]): Ditto.
8005
8006 2003-02-23  Danny Smith  <dannysmith@users.sourceforge.net>
8007
8008         * include/winbase.h (EVENTLOG_SUCCESS): Add define.
8009         Thanks to: Thomas Weber  <thomasweber@sourceforge.net>
8010
8011 2003-02-22  Roland Schwingel  <roland.schwingel@onevision.de>
8012
8013         * include/wingdi.h (AddFontMemResourceEx[AW]): Add.
8014         (RemoveFontMemResourceEx[AW]): Ditto
8015         * lib/gdi32.def (AddFontMemResourceEx[AW]): Add.
8016         (RemoveFontMemResourceEx[AW]): Ditto.
8017
8018 2003-02-22  Bang Jun-Young  <junyoung@netbsd.org>
8019
8020         * lib/ntdll.def (NT*, RTL*, ZW*): Add missing exports.
8021         (NtCurrentTeb): Remove.
8022
8023 2003-02-22  Danny Smith  <dannysmith@users.sourceforge.net>
8024
8025         * include/wsahelp.h: Remove ';' after closing
8026         #ifdef __cplusplus brace.
8027         * include/ws2spi.h: Likewise.
8028
8029 2003-02-22  Danny Smith  <dannysmith@users.sourceforge.net>
8030
8031         * include/winbase.h (MEMORYSTATUSEX): Add structure.
8032         (GlobalMemoryStatusEx): Add prototype.
8033         * lib/kernel32.def (GlobalMemoryStatusEx): Add stub.
8034
8035 2003-02-17  Vaclav Haisman  <V.Haisman@sh.cvut.cz>
8036
8037         * include/winioctl.h (FSCTL_SET_SPARSE): Define.
8038
8039 2003-02-12  Roland Schwingel  <roland.schwingel@onevision.de>
8040
8041         * include/wingdi.h (AddFontResourceEx[AW]): Add.
8042         (RemoveFontResourceEx[AW]): Ditto
8043         (FR_PRIVATE): Define.
8044         (FR_NOT_ENUM): Define.
8045         * lib/gdi32.def (AddFontResourceEx[AW]): Add.
8046         (RemoveFontResourceEx[AW]): Ditto.
8047
8048 2003-02-10  Earnie Boyd  <earnie@users.sf.net>
8049
8050         * include/w32api.h: Increment version to 2.3.
8051         * Makefile.in: Ditto.
8052
8053 2003-02-09  Earnie Boyd  <earnie@users.sf.net>
8054
8055         * lib/ddk/ntoskrnl.def (Ke386IoSetAccessProcess): Activate export.
8056         (Ke386QueryToAccessMap): Ditto.
8057         (Ke386SetIoAccessMap): Ditto.
8058         Thanks to Marcel Telka <telka@users.sf.net>
8059         * include/secext.h: New file. Declare EXTENDED_NAME_FORMAT.
8060         * include/security.h: Include secext.h.
8061         * include/winbase.h: Declare COMPUTER_NAME_FORMAT.
8062         Thanks to Dimitri Papadopoulos <dimitri_at@users.sf.net>
8063         * include/GL/gl.h: Remove include of glext.h.
8064         Thanks to Greg Couch <gregcouch@users.sf.net>
8065
8066 2003-02-05  Earnie Boyd  <earnie@users.sf.net>
8067
8068         * include/basetypes.h (_GUID_DEFINED): Add deprecation warning, start
8069         using GUID_DEFINED instead.
8070         * include/sqltypes.h: Ditto.
8071         * include/winnt.h: Ditto.
8072         * include/ddk/scsiwmi.h: Ditto.
8073
8074 2003-02-04  Danny Smith  <dannysmith@users.sourceforge.net>
8075
8076         * include/shlwapi.h (PathRelativePathTo[AW]): Correct
8077         prototypes.
8078         Thanks to: John Dallaway  <jld@ecoscentric.com>.
8079
8080 2003-02-01  Danny Smith  <dannysmith@users.sourceforge.net>
8081
8082         * include/commctrl.h (TCM_*): Add missing defines.
8083
8084 2003-02-01  Jesus Alvarez  <jesus_alvarez@users.sourceforge.net>
8085             Danny Smith  <dannysmith@users.sourceforge.net>
8086
8087         * include/prsht.h (PSP_*, PSH_*): Add missing defines.
8088         (PROPSHEETPAGE[AW]): Add pszHeaderTitle, pszHeaderSubTitle
8089         for (_WIN32_IE >= 0x0400).
8090         (PROPSHEETHEADER[AW]): Add hplWatermark and anonymous union
8091         fields for (_WIN32_IE >= 0x0400).
8092
8093 2003-01-31  Danny Smith  <dannysmith@users.sourceforge.net>
8094
8095         * include/winbase.h (CreateFiber): Change first parameter
8096         to SIZE_T.
8097         (CreateJobObject[AW], CreateHardLink[AW]):Guard with
8098         if (_WIN32_WINNT >= 0x0500).
8099
8100 2003-01-31  Bang Jun-Young  <junyoung@netbsd.org>
8101
8102         * include/winbase.h (PWIN32_FIND_DATAA, PWIN32_FIND_DATAW):
8103         Add missing typedefs.
8104         (CreateFiberEx, CreateJobObjectA,CreateJobObjectW): Add missing
8105         prototypes.
8106         (CreateHardLinkA, CreateHardLinkW): Return BOOL, not HANDLE.
8107
8108 2003-01-27  Krzysztof Nikiel  <kni@poczta.onet.pl>
8109
8110         * include/mmsystem.h (MIXERCONTROL_CONTROLF_MULTIPLE): Correct
8111         define.
8112         * lib/largeint.c (LargeIntegerAdd): Add, don't multiply.
8113
8114 2003-01-27  Danny Smith  <dannysmith@users.sourceforge.net>
8115
8116         * include/rpcnterr.h (RPC_X_INVALID_PIPE_OPERATION): Add
8117         define.
8118         * include/winbase.h (WAIT_TIMEOUT): Guard against prior
8119         definition.
8120         (WAIT_FAILED): Cast to DWORD.
8121         * include/winerror.h (WAIT_TIMEOUT): Guard against prior
8122         definition.
8123
8124 2003-01-27  Bang Jun-Young  <junyoung@netbsd.org>
8125
8126         * include/winerror.h: Protect against multiple
8127         definition of WSA* error codes.
8128         * include/winsock.h: Likewise.
8129         * include/winsock2.h: Likewise.
8130
8131 2003-01-27  Bang Dong-Heui
8132             Bang Jun-Young  <junyoung@netbsd.org>
8133
8134         * include/winerror.h (ERROR_*, SEC_E_*,RPC_S_*, FRS_ERR_*,
8135         DNS_*, WSA*, WAIT_TIMEOUT): Add missing error codes.
8136         (RPC_X_INVALID_PIPE_OPERATION): Remove define.
8137
8138
8139 2003-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
8140
8141         * include/ras.h (RASCONN[AW]): Add dwSessionId for
8142         (WINVER >= 0x501).
8143
8144 2003-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
8145
8146         * include/ras.h (RASCONN[AW]): Guard szDeviceType,
8147         szDeviceName fields with (WINVER >= 0x400). Add dwFlags, luid
8148         fields for (WINVER >= 0x501).
8149
8150 2003-01-23  Danny Smith  <dannysmith@users.sourceforge.net>
8151
8152         * lib/ws2_32.def (getaddrinfo, freeaddrinfo and getnameinfo):
8153         Add stubs.
8154         * include/ws2tcpip.h (IPV6_*) Add IPPROTO_IPV6 level socket
8155         options.
8156
8157 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
8158
8159         * include/winnt.h (IMAGE_FILE_AGGRESIVE_WS_TRIM
8160         IMAGE_FILE_LARGE_ADDRESS_AWARE): Add defines.
8161
8162 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
8163
8164         * include/accctrl.h (enum _SE_OBJECT_TYPE): Add
8165         SE_REGISTRY_WOW64_32KEY.
8166         Reported by: Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8167
8168 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
8169
8170         * include/commctrl.h (HDN_GETDISPINFO[AW]: Add defines.
8171         (tagNMHDDISPINFO[AW}: Add structures and typedefs.
8172         Reported by: Mat Nieuwenhoven  <matnieuw@users.sourceforge.net>
8173
8174 2003-01-10  Christopher Faylor  <cgf@redhat.com>
8175
8176         * include/winsock2.h: Remove gethostname from INSIDE_CYGWIN protection.
8177
8178 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
8179
8180         * lib/dxguid.c: Don't #include <objbase.h>.
8181         * include/unknwn.h: Partially revert change of 2002-12-26.
8182         Don't include <ole2.h>.
8183
8184 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
8185
8186         * lib/dinput.c: Don't #include <objbase.h>.
8187
8188 2003-01-08  Bart Oldeman  <bartoldeman@users.sourceforge.net>
8189
8190         * include/windows.h (ole2.h):Do #include for
8191         __WATCOMC__.
8192
8193 2003-01-05  Danny Smith  <dannysmith@users.sourceforge.net>
8194
8195         * include/winuser.h (SPI_SETWHEELSCROLLLINES) Add define.
8196         * include/zmouse.h (WHEEL_DELTA): Guard against prior
8197         definition.
8198         (WHEEL_PAGESCROLL): Likewise.
8199         (SPI_SETWHEELSCROLLLINES): Define, if not already done.
8200
8201 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
8202
8203         * include/winuser.h (SPI_GETWHEELSCROLLLINES) Add define.
8204         (WHEEL_PAGESCROLL): Add define.
8205
8206 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
8207
8208         * include/commctrl.h (tagNMTOOLBAR[AW]): Replace obsolete struct
8209         names tagTBNOTIFY[AW] and typedefs. Add defines for backward
8210         compatability. Add RECT field. Add UNICODE mappings for new
8211         names.
8212         (tagNMREBARCHEVRON): Add struct and typedefs for
8213         _WIN32_IE >= 0x0500.
8214
8215 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
8216
8217         * include/commctrl.h (TOOLINFO[AW]): Update structures.
8218         (LVHITTESTINFO): Likewise.
8219
8220         * include/wingdi.h (GRADIENT_TRIANGLE): Add structure.
8221         (GRADIENT_RECT): Likewise.
8222
8223 2003-01-03  Bang Jun-Young  <junyoung@netbsd.org>
8224
8225         * include/winerror.h (ERROR_OPLOCK_NOT_GRANTED,
8226         ERROR_INVALID_OPLOCK_PROTOCOL, ERROR_SOURCE_ELEMENT_EMPTY,
8227         ERROR_DESTINATION_ELEMENT_FULL, ERROR_ILLEGAL_ELEMENT_ADDRESS,
8228         ERROR_MAGAZINE_NOT_PRESENT, ERROR_DEVICE_REINITIALIZATION_NEEDED,
8229         ERROR_DEVICE_REQUIRES_CLEANING, ERROR_DEVICE_DOOR_OPEN,
8230         ERROR_DEVICE_NOT_CONNECTED, ERROR_NOT_FOUND, ERROR_NO_MATCH,
8231         ERROR_SET_NOT_FOUND, ERROR_NO_TRACKING_SERVICE,
8232         ERROR_JOURNAL_DELETE_IN_PROGRESS, ERROR_JOURNAL_NOT_ACTIVE,
8233         ERROR_JOURNAL_ENTRY_DELETED, ERROR_ONLY_IF_CONNECTED,
8234         ERROR_NOT_SUPPORTED_ON_SBS, ERROR_SERVER_SHUTDOWN_IN_PROGRESS,
8235         ERROR_MUTUAL_AUTH_FAILED, ERROR_TIME_SKEW, ERROR_DEVICE_REMOVED,
8236         RPC_S_INVALID_ASYNC_HANDLE, RPC_S_INVALID_ASYNC_CALL,
8237         RPC_X_PIPE_CLOSED, RPC_X_PIPE_DISCIPLINE_ERROR, RPC_X_PIPE_EMPTY,
8238         ERROR_CANT_ACCESS_FILE, ERROR_CANT_RESOLVE_FILENAME,
8239         ERROR_WMI_GUID_NOT_FOUND, ERROR_WMI_INSTANCE_NOT_FOUND,
8240         ERROR_WMI_ITEMID_NOT_FOUND, ERROR_WMI_TRY_AGAIN, ERROR_WMI_READ_ONLY,
8241         ERROR_WMI_SET_FAILURE, ERROR_TRANSPORT_FULL, ERROR_FILE_OFFLINE,
8242         ERROR_REMOTE_STORAGE_NOT_ACTIVE, ERROR_REMOTE_STORAGE_MEDIA_ERROR,
8243         ERROR_NOT_A_REPARSE_POINT, ERROR_REPARSE_ATTRIBUTE_CONFLICT,
8244         ERROR_INVALID_REPARSE_DATA, ERROR_REPARSE_TAG_INVALID,
8245         ERROR_REPARSE_TAG_MISMATCH, ERROR_FILE_ENCRYPTED,
8246         ERROR_FILE_NOT_ENCRYPTED, ERROR_NOT_EXPORT_FORMAT,
8247         ERROR_CTX_WINSTATION_NAME_INVALID, ERROR_CTX_INVALID_PD,
8248         ERROR_CTX_PD_NOT_FOUND, ERROR_CTX_WD_NOT_FOUND,
8249         ERROR_CTX_CLOSE_PENDING, ERROR_CTX_NO_OUTBUF,
8250         ERROR_CTX_MODEM_INF_NOT_FOUND, ERROR_CTX_INVALID_MODEMNAME,
8251         ERROR_CTX_MODEM_RESPONSE_ERROR, ERROR_CTX_MODEM_RESPONSE_TIMEOUT,
8252         ERROR_CTX_MODEM_RESPONSE_NO_CARRIER,
8253         ERROR_CTX_MODEM_RESPONSE_NO_DIALTONE, ERROR_CTX_MODEM_RESPONSE_BUSY,
8254         ERROR_CTX_MODEM_RESPONSE_VOICE, ERROR_CTX_TD_ERROR,
8255         ERROR_CTX_WINSTATION_NOT_FOUND, ERROR_CTX_WINSTATION_ALREADY_EXISTS,
8256         ERROR_CTX_WINSTATION_BUSY, ERROR_CTX_BAD_VIDEO_MODE,
8257         ERROR_CTX_GRAPHICS_INVALID, ERROR_CTX_NOT_CONSOLE,
8258         ERROR_CTX_CLIENT_QUERY_TIMEOUT, ERROR_CTX_CONSOLE_DISCONNECT,
8259         ERROR_CTX_CONSOLE_CONNECT, ERROR_CTX_SHADOW_DENIED,
8260         ERROR_CTX_WINSTATION_ACCESS_DENIED, ERROR_CTX_INVALID_WD,
8261         ERROR_CTX_SHADOW_INVALID, ERROR_CTX_SHADOW_DISABLED,
8262         ERROR_CTX_CLIENT_LICENSE_IN_USE, ERROR_CTX_CLIENT_LICENSE_NOT_SET,
8263         ERROR_CTX_LICENSE_NOT_AVAILABLE, ERROR_CTX_LICENSE_CLIENT_INVALID,
8264         ERROR_CTX_LICENSE_EXPIRED, ERROR_DS_MEMBERSHIP_EVALUATED_LOCALLY,
8265         ERROR_DS_NO_ATTRIBUTE_OR_VALUE, ERROR_DS_INVALID_ATTRIBUTE_SYNTAX,
8266         ERROR_DS_ATTRIBUTE_TYPE_UNDEFINED, ERROR_DS_ATTRIBUTE_OR_VALUE_EXISTS,
8267         ERROR_DS_BUSY, ERROR_DS_UNAVAILABLE, ERROR_DS_NO_RIDS_ALLOCATED,
8268         ERROR_DS_NO_MORE_RIDS, ERROR_DS_INCORRECT_ROLE_OWNER,
8269         ERROR_DS_RIDMGR_INIT_ERROR, ERROR_DS_OBJ_CLASS_VIOLATION,
8270         ERROR_DS_CANT_ON_NON_LEAF, ERROR_DS_CANT_ON_RDN,
8271         ERROR_DS_CANT_MOD_OBJ_CLASS, ERROR_DS_CROSS_DOM_MOVE_ERROR,
8272         ERROR_DS_GC_NOT_AVAILABLE, ERROR_SHARED_POLICY,
8273         ERROR_POLICY_OBJECT_NOT_FOUND, ERROR_POLICY_ONLY_IN_DS,
8274         ERROR_DS_ADMIN_LIMIT_EXCEEDED, ERROR_DS_DS_REQUIRED,
8275         ERROR_DS_SAM_INIT_FAILURE, ERROR_DS_SENSITIVE_GROUP_VIOLATION,
8276         ERROR_DS_CANT_MOD_PRIMARYGROUPID, ERROR_DS_INVALID_GROUP_TYPE,
8277         ERROR_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN,
8278         ERROR_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN,
8279         ERROR_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER,
8280         ERROR_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER,
8281         ERROR_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER,
8282         ERROR_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER,
8283         ERROR_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER,
8284         ERROR_DS_HAVE_PRIMARY_MEMBERS, ERROR_DS_SAM_NEED_BOOTKEY_PASSWORD,
8285         ERROR_DS_SAM_NEED_BOOTKEY_FLOPPY, ERROR_DS_CANT_START,
8286         ERROR_DS_INIT_FAILURE, ERROR_SAM_INIT_FAILURE, ERROR_DS_GC_REQUIRED,
8287         ERROR_DS_LOCAL_MEMBER_OF_LOCAL_ONLY,
8288         ERROR_DS_NO_FPO_IN_UNIVERSAL_GROUPS,
8289         ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED):
8290         Add missing error codes.
8291
8292 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
8293
8294         * lib/kernel32.c (GetCurrentFiber): Remove blank input field in
8295         asm code.
8296         (GetFiberData): Likewise.
8297
8298 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
8299
8300         * include/winnt.h (GetCurrentFiber): Remove blank input field in
8301         asm code.
8302         (GetFiberData): Likewise.
8303
8304 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
8305
8306         * include/winerror.h (ERROR_DIFFERENT_SERVICE_ACCOUNT,
8307         ERROR_EXE_MACHINE_TYPE_MISMATCH, ERROR_HOOK_TYPE_NOT_ALLOWED,
8308         ERROR_INVALID_KEYBOARD_HANDLE, ERROR_INVALID_PRINT_MONITOR,
8309         ERROR_PRINT_MONITOR_IN_USE, ERROR_PRINTER_HAS_JOBS_QUEUED,
8310         ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION,
8311         ERROR_SUCCESS_REBOOT_REQUIRED, ERROR_SUCCESS_RESTART_REQUIRED,
8312         ERROR_TIMEOUT, OR_INVALID_OID, OR_INVALID_OXID,
8313         OR_INVALID_SET, RPC_X_INVALID_PIPE_OPERATION): Add missing
8314         error codes.
8315         Re-sort codes.
8316
8317 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
8318
8319         * include/winspool.h (PRINTER_INFO_6): Add.
8320         Reported by: Mat Nieuwenhoven  <matnieuw@users.sourceforge.net>
8321
8322 2002-12-30  Hartmut Honisch  <hhonisch@users.sourceforge.net>
8323
8324         * include/winbase.h (NMPWAIT_WAIT_FOREVER): Cast to DWORD.
8325
8326         * lib/ntdll.def (NtConnectPort, NtOpenEvent,
8327         NtRequestWaitReplyPort, NtWaitForSingleObject,ZwConnectPort,
8328         ZwOpenEvent, ZwRequestWaitReplyPort, ZwWaitForSingleObject):
8329         Add stubs.
8330
8331 2002-12-30  Danny Smith  <dannysmith@users.sourceforge.net>
8332
8333         * include/wingdi.h (wglGetLayerPaletteEntries): Correct
8334         prototype. Thanks to: Joe Krahn  <jkrahn at nc dot rr dot com>.
8335
8336 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8337
8338         * include/wingdi.h (DOCINFOA): Replace LPCTSTR with LPCSTR.
8339
8340 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8341
8342         * include/wingdi.h (BALTIC_CHARSET, JOHAB_CHARSET,
8343         VIETNAMESE_CHARSET): Remove duplicate defines.
8344         * lib/comctl32.def (ImageList_SetImageCount): Add stub.
8345
8346 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8347
8348         * include/dbt.h (DEV_BROADCAST_PORT): Add UNICODE version.
8349         Thanks to: Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8350
8351 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8352
8353         * include/unknwn.h: Include windows.h and ole2.h before header
8354         guard to avoid circular inclusion of COM headers.
8355
8356 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8357
8358         * include/dde.h (PackDDElParam, UnpackDDElParam,FreeDDElParam,
8359         ReuseDDElParam): Use __WIN64 compatible typedefs.
8360
8361 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8362
8363         * include/accctrl.h (ACTRL_ACCESS_ENTRY[AW]): Make
8364         lpInheritProperty member const.
8365         (ACTRL_PROPERTY_ENTRY[AW]): Make lpProperty member
8366         const.
8367
8368 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8369
8370         * include/commcat.h: Don't include windows.h or ole2.h ifdef
8371         COM_NO_WINDOWS_H.
8372         * include/unknwn.h: Ditto.
8373
8374 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8375
8376         * include/imm.h (ImmGetCompositionFont[AW],
8377         ImmSetCompositionFont[AW]): Add NOGDI guard.
8378
8379 2002-12-19  Danny Smith  <dannysmith@users.sourceforge.net>
8380
8381         * include/ddk/hidusage.h: Remove unneccessary #pragma pack's.
8382         * include/ddk/miniport.h (EMULATOR_PORT_ACCESS_TYPE): Define
8383         before using.
8384         (VIDEO_ACCESS_RANGE): Guard against prior definition.
8385         * include/ddk/minitape.h (INQUIRYDATA): Guard against prior
8386         definition.
8387         * include/ddk/ndis.h (DECLARE_UNKNOWN_PROTOTYPE): Correct macro.
8388         * include/ddk/ndisguid.h: Remove unneccessary #pragma pack's.
8389         * include/ddk/scsi.h (INQUIRYDATA): Guard against prior
8390         definition.
8391         * include/ddk/scsiwmi.h (GUID): Define if not already done.
8392         (LPCGUID): Likewise.
8393         * include/ddk/tdi.h: Close "Listen flags" comment.
8394         * include/ddk/tdistat.h: Remove unneccessary #pragma pack's.
8395         * include/ddk/video.h:  Add #pragma pack(push,4) to balance.
8396         (VIDEO_ACCESS_RANGE): Guard against prior definition.
8397         * include/ddk/videoagp.h:Add #pragma pack(push,4) to balance.
8398         * include/ddk/win2k.h: Likewise.
8399         * include/ddk/winddi.h: Likewise.
8400         * include/ddk/winddk.h: Likewise.
8401         * include/ddk/winnt4.h: Likewise.
8402         * include/ddk/ws2san.h: Likewise.
8403         * include/ddk/xfilter.h: Remove unbalanced #pragma pack(pop).
8404         * include/ddk/video.h: Don't process rest of file ifdef
8405         __WINDDI_H.
8406         * include/ddk/winddi.h: Don't process rest of file ifdef
8407         __VIDEO_H.
8408         * include/ddk/usb.h: Don't process rest of file ifdef
8409         __USBDI_H.
8410         * include/ddk/usbdi.h: Don't process rest of file ifdef
8411         __USB_H.
8412         * include/ddk/usbcamdi.h: Don't process rest of file if
8413         !defined(__USB_H) && !defined(__USBDI_H)
8414
8415 2002-12-18  James E. Lucas  <xelloss@users.sourceforge.net>
8416
8417         * include/winnetwk.h (WNetResourceInformation[AW]): Correct
8418         prototypes.
8419         * include/winuser.h (GetAncestor) Add prototype.
8420         (GA_PARENT, GA_ROOT, GA_ROOTOWNER): Add defines.
8421         (EWX_FORCEIFHUNG): Add define for _WIN32_WINNT >= 0x0500.
8422         (SPI_GETACTIVEWINDOWTRACKING, SPI_GETACTIVEWNDTRKZORDER,
8423         SPI_GETACTIVEWNDTRKTIMEOUT, SPI_SETACTIVEWINDOWTRACKING
8424         SPI_SETACTIVEWNDTRKZORDER, SPI_SETACTIVEWNDTRKTIMEOUT): Add
8425         defines.
8426         * lib/user32.def (GetAncestor@8): Add stub.
8427
8428 2002-12-15  Danny Smith  <dannysmith@users.sourceforge.net>
8429
8430         * include/windows.h: Guard inclusion of wingdi.h,
8431         commdlg.h, winspool.h, ole2.h with NOGDI.
8432         * include/winuser.h (ICONMETRICS, NONCLIENTMETRICS,
8433         ChangeDisplaySettings, CreateDesktop, EnumDisplaySettings):
8434         Guard with NOGDI.
8435
8436 2002-12-12  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8437
8438         * include/oleacc.h (SELFLAG_*): Change to enum.
8439
8440 2002-12-11  Danny Smith  <dannysmith@users.sourceforge.net>
8441
8442         * include/shlobj.h (IShellLinkW::GetPath): Correct prototype.
8443         Thanks to: Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
8444
8445 2002-12-09  Danny Smith  <dannysmith@users.sourceforge.net>
8446
8447         * include/shellapi.h (ExtractIconEx[AW]): Correct return type
8448         to UINT.
8449         Thanks to: Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
8450
8451 2002-12-07  Danny Smith  <dannysmith@users.sourveforge.net>
8452
8453         * include/winuser.h (AllowSetForegroundWindow,
8454         LockSetForegroundWindow): Add prototypes.
8455         (ASFW_ANY, LSFW_LOCK, LSFW_UNLOCK) Add defines.
8456         Thanks to:  Pat Thoyts  <patthoyts@users.sourceforge.net>
8457         * lib/winuser.def (AllowSetForegroundWindow,
8458         LockSetForegroundWindow): Add stubs.
8459
8460 2002-12-06  Ken Fitlike  <kenfitlike@users.sourceforge.net>
8461
8462         * include/commctrl.h (TN_GETDISPINFO[AW]): Add defines and
8463         UNICODE mappings.
8464         (tagNMTTDISPINFO[AW]): Replace obsolete struct names
8465         tagTOOLTIPTEXT[AW] and typedefs. Add defines for backward
8466         compatability. Add lParam field. Add UNICODE mappings for new
8467         names.
8468
8469 2002-12-02  Andrew Stadt  <acstadt@sympatico.ca>
8470
8471         * include/shellapi.h (_SHFILEOPSTRUCTA,_SHFILEOPSTRUCTW):
8472         Wrap with pshpack2.h/poppack.h to correct alignment.
8473
8474 2002-12-02  Ken Fitlike  <kenfitlike@users.sourceforge.net>
8475
8476         * include/commctrl.h (LVBKIF_*): Add defines.
8477         (LVM_SETIMAGE[AW]): Add defines and UNICODE mappings.
8478         (LVM_GETIMAGE[AW]): Add defines and UNICODE mappings.
8479         (LVBKIMAGE[AW]): Add defines and UNICODE mappings.
8480         (LPLVBKIMAGE[AW]): Add defines and UNICODE mappings.
8481         (LVM_GETBKIMAGE[AW]): Add defines and UNICODE mappings.
8482         (LVM_SETBKIMAGE[AW]): Add defines and UNICODE mappings.
8483         (ListView_GetBkImage): Add define.
8484         (ListView_SetBkImage): Add define.
8485         (LVBKIMAGE): Add structures and typedefs.
8486
8487 2002-11-25  Earnie Boyd  <earnie@users.sf.net>
8488
8489         * include/w32api.h: Increment to version 2.2
8490         * Makefile.in: Ditto.
8491
8492 2002-11-25  Earnie Boyd  <earnie@users.sf.net>
8493
8494         * lib/Makefile.in (dist, install): Correct the install destinations.
8495         * lib/ddk/Makefile.in (dist, install): Ditto.
8496
8497 2002-11-16  Danny Smith  <dannysmith@users.sourceforge.net>
8498
8499         * lib/uuid.c (CATID_InternetAware,CLSID_HttpSProtocol,
8500         CLSID_PSUrlMonProxy,CLSID_StdURLMoniker,IID_IObjectWithSite,
8501         IID_IPersistMoniker,IID_IProgressNotify): Correct off-by-one bug
8502         in definitions.
8503         (CLSID_CFontPropPage00, GUID_FONTUNDERSCORE11,
8504         IID_IOleControlSite89): Remove.
8505
8506 2002-11-15  Christopher Faylor  <cgf@redhat.com>
8507
8508         * lib/uuid.c (IID_IRunnableObject): Remove duplicate definition.
8509         (IID_IStdMarshalInfo): Ditto.
8510
8511 2002-11-15  Christopher Faylor  <cgf@redhat.com>
8512
8513         * lib/uuid.c (IID_IOleInPlaceSite): Remove duplicate definition.
8514         (IID_IPersistStorage): Ditto.
8515
8516 2002-11-15  Weiqi Gao  <weiqigao@users.sourceforge.net>
8517
8518         * lib/uuid.c (CLSID_PSClassObject, CLSID_PSEnumerators,
8519         IID_IClassActivator, IID_IClientSecurity, IID_ICreateTypeInfo,
8520         IID_ICreateTypeLib2, IID_IOleInPlaceSite, IID_IPersistStorage,
8521         IID_IRunnableObject, IID_IServerSecurity, IID_IStdMarshalInfo):
8522         Correct definitions.
8523
8524 2002-11-15  Danny Smith  <dannysmith@users.sourceforge.net>
8525
8526         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
8527         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
8528         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
8529         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
8530         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
8531         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
8532         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
8533         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
8534         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
8535         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
8536         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
8537         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
8538         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
8539         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
8540         xfilter.h): Change comment to refer w32api package, not MinGW.
8541
8542 2002-11-15  Danny Smith  <dannysmith@users.sourceforge.net>
8543
8544         * include/ddk/ntddk.h: Include winnt.h as system header.
8545
8546 2002-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
8547
8548         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
8549         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
8550         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
8551         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
8552         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
8553         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
8554         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
8555         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
8556         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
8557         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
8558         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
8559         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
8560         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
8561         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
8562         xfilter.h): Fix typo in disclaimer comment.
8563
8564 2002-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
8565
8566         * include/exdisp.h: Include oaidl.h as system header.
8567
8568 2002-11-12  Earnie Boyd  <earnie@users.sf.net>
8569
8570         * include/w32api.h (__W32API_VERSION): Fix.
8571
8572 2002-11-09  Weiqi Gao  <weiqigao@users.sourceforge.net>
8573
8574         * lib/uuid.c (IID_ICatInformation): Correct definition.
8575
8576 2002-11-07  Danny Smith  <dannysmith@users.sourceforge.net>
8577
8578         * include/oleauto.h (DeregisterTypeLib): Remove.
8579         (UnRegisterTypeLib): Add prototype.
8580
8581 2002-11-07  Christopher January  <chris@atomice.net>
8582
8583         * include/winioctl.h: Add definition for IOCTL_DISK_UPDATE_DRIVE_SIZE.
8584
8585 2002-11-04  Danny Smith  <dannysmith@users.sourceforge.net>
8586
8587         * include/winnt.h (VerSetConditionMask): Add prototype.
8588         * lib/kernel32.def (VerifyVersionInfo[AW]): Add stubs.
8589
8590 2002-10-16  Danny Smith  <dannysmith@users.sourceforge.net>
8591
8592         * include/winuser.h (MONITORINFOEX[AW]): Add structure
8593         definitions and ANSI/UNICODE mappings.
8594         Cleanup whitespace.
8595
8596 2002-10-14  Earnie Boyd  <earnie@users.sf.net>
8597
8598         * Makefile.in: Add components for lib/ddk.  Adjust for autoconf-2.53.
8599         * configure.in: Ditto.
8600         * lib/Makefile.in: Ditto.
8601         * lib/ddk/Makefile.in: Correct installation procedure.  Adjust for
8602         autoconf-2.53.
8603         * configure: Regenerate.
8604
8605 2002-10-14  Danny Smith  <dannysmith@users.sourceforge.net>
8606
8607         * include/windows.h: Don't include basetyps.h.
8608         * include/objfwd.h: Do include basetyps.h.
8609
8610 2002-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
8611
8612         * include/objbase.h: Include rpc.h and rpcndr.h
8613         before header guard.
8614
8615 2002-10-11  Danny Smith  <dannysmith@users.sourceforge.net>
8616
8617         * include/olectl.h (PROPPAGEINFO): Change type of
8618         field cb to ULONG.
8619
8620 2002-10-11  Steven Edwards  <Steven_Ed4153@yahoo.com>
8621
8622         * lib/ntdll.def (RtlAcquireResourceExclusive,
8623         RtlAcquireResourceShared, RtlDeleteResource,
8624         RtlInitializeResource, RtlReleaseResource,
8625         RtlTimeToSecondsSince1970) : Added missing exports.
8626
8627 2002-10-08  Heiko Gerdau  <hg@technosis.de>
8628
8629         * include/oleacc.h: New file.
8630         * include/winuser.h (ENDSESSION_LOGOFF) Add define.
8631         (OBJID_*) Add defines.
8632         * lib/uuid.c: Add DEFINE_GUID for IID_IAccessible.
8633         * lib/test.c: Include oleacc.h.
8634
8635 2002-10-06  Casper Hornstrup  <chorns@it.dk>
8636
8637         * include/ddk: New subdir.
8638         * lib/ddk: Ditto.
8639         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
8640         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
8641         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
8642         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
8643         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
8644         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
8645         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
8646         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
8647         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
8648         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
8649         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
8650         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
8651         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
8652         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
8653         xfilter.h): New files.
8654         * lib/ddk/(Makefile.in, apcups.def, cfgmgr32.def, dxapi.def,
8655         hal.def, hid.def, hidparse.def, mcd.def, ndis.def, ntoskrnl.def,
8656         scsiport.def, tdi.def, usbcamd.def, usbcamd2.def, videoprt.def,
8657         win32k.def): Ditto.
8658
8659 2002-10-04  Steven Edwards  <Steven_Ed4153@yahoo.com>
8660
8661         * lib/ntdll.def (NtAccessCheck, NtAdjustPrivilegesToken,
8662         NtCreateKey, NtDeleteKey, NtDeleteValueKey, NtEnumerateKey,
8663         NtEnumerateValueKey, NtOpenKey, NtOpenProcessToken,
8664         NtOpenThreadToken, NtQueryInformationToken, NtQueryKey,
8665         NtQueryValueKey, NtSetSecurityObject, NtSetValueKey,
8666         RtlAddAccessAllowedAce, RtlCreateAcl,
8667         RtlCreateSecurityDescriptor, RtlCreateUnicodeStringFromAsciiz,
8668         RtlGetAce, RtlGetControlSecurityDescriptor,
8669         RtlGetDaclSecurityDescriptor,RtlGetGroupSecurityDescriptor,
8670         RtlGetOwnerSecurityDescriptor,RtlGetSaclSecurityDescriptor,
8671         RtlImpersonateSelf, RtlIsTextUnicode, RtlLargeIntegerAdd,
8672         RtlLengthSecurityDescriptor, RtlMakeSelfRelativeSD,
8673         RtlMultiByteToUnicodeN RtlMultiByteToUnicodeSize,
8674         RtlOpenCurrentUser, RtlSetDaclSecurityDescriptor,
8675         RtlSetGroupSecurityDescriptor, RtlSetOwnerSecurityDescriptor,
8676         RtlSetSaclSecurityDescriptor, RtlValidSecurityDescriptor,
8677         ZwAccessCheck, ZwAdjustPrivilegesToken, ZwCreateKey,
8678         ZwDeleteValueKey, ZwEnumerateKey, ZwEnumerateValueKey,
8679         ZwOpenKey, ZwOpenProcessToken, ZwOpenThreadToken,
8680         ZwQueryInformationToken, ZwQueryKey, ZwQueryValueKey
8681         ZwSetSecurityObject, ZwSetValueKey): Added missing exports.
8682
8683 2002-10-04  "KJK::Hyperion"  <noog@libero.it>
8684
8685         *include/windef.h (WPARAM): Update typedef.
8686         (LPARAM): Ditto.
8687         (LRESULT): Ditto.
8688
8689 2002-10-04  "KJK::Hyperion"  <noog@libero.it>
8690
8691         * include/shlobj.h (CSIDL_*): Add defines.
8692
8693 2002-09-24  Danny Smith  <dannysmith@users.sourceforge.net>
8694
8695         * include/ws2tcpip.h: Throw error if winsock.h, not winsock2.h
8696         has been included first.
8697
8698 2002-09-24  René Møller Fonseca  <fonseca@users.sourceforge.net>
8699
8700         * include/winbase.h (FindFirstFileEx): Fixed ANSI mode.
8701         * include/wingdi.h (PFD_SWAP_LAYER_BUFFERS):Added define.
8702         * include/winuser.h (AppendMenu[AW]): Fixed prototypes.
8703
8704 2002-09-18  Eric R. Krause  <ekrause_98@users.sourceforge.net>
8705
8706         * include/winuser.h (DS_SHELLFONT): Define.
8707
8708 2002-09-17  Daniel Schlyder  <daniel@dascdev.net>
8709
8710         * include/winnt.h (VER_SUITE_BLADE): Define.
8711
8712 2002-09-17  Danny Smith  <dannysmith@users.sourceforge.net>
8713
8714         * include/shlobj.h (SHGetSpecialFolderPath[AW]):
8715         Add _WIN32_IE guard. Correct prototype for wide version.
8716         (SHGetFolderPath): Add comment on shfolder.dll.
8717         (SHGetFolderLocation): Add prototyope for WinME and W2K.
8718         (SHGetFolderPathAndSubDir[AW]): Add prototypes for XP.
8719
8720 2002-09-16  Danny Smith  <dannysmith@users.sourceforge.net>
8721
8722         * lib/shell32.def (SHGetFolderPath[AW]): Add comment.
8723         * lib/shfolder.def: New file.
8724
8725 2002-09-12  Danny Smith  <dannysmith@users.sourceforge.net>
8726
8727         * include/winsock.h (timeval): Guard struct and associated
8728         macros with _TIMEVAL_DEFINED.
8729         * include/winsock2.h (timeval): Likewise.
8730
8731 2002-09-11  Danny Smith  <dannysmith@users.sourceforge.net>
8732
8733         * lib/shell32.def (SHBindtoParent,SHCreateDirectoryEx[AW],
8734         SHCreateProcessAsUserW,SHCreateQueryCancelAutoPlayMoniker,
8735         SHCreateShellItem,SHEmptyRecycleBin[AW],
8736         SHEnumerateUnreadMailAccountsW,SHExtractIconsW,
8737         SHGetDataFromIDList[AW],SHGetDiskFreeSpace[AW],
8738         SHGetDiskFreeSpaceEx[AW],SHGetFolderLocation,
8739         SHGetFolderPathAndSubDir[AW],SHGetIconOverlayIndex[AW],
8740         SHGetNewLinkInfo[AW],SHGetSettings,SHGetUnreadMailCountW,
8741         SHInvokePrinterCommand[AW],SHIsFileAvailableOffline,
8742         SHLoadNonloadedIconOverlayIdentifiers,
8743         SHOpenFolderAndSelectItems,SHParseDisplayName,
8744         SHPathPrepareForWrite[AW],SHQueryRecycleBin[AW],
8745         SHSetLocalizedName,SHSetUnreadMailCountW,
8746         SHUpdateRecycleBinIcon: Add missing stubs.
8747
8748 2002-09-07  Earnie Boyd  <earnie@users.sf.net>
8749
8750         * include/windef.h (WINVER): Add documentation.
8751         (_WIN32_WINNT): Ditto.
8752         Special thanks to Paul Schmidt <paul@tricattechnologies.com>
8753
8754 2002-09-06  Danny Smith  <dannysmith@users.sourceforge.net>
8755
8756         * lib/Makefile.in (TEST_OPTIONS): Define WINVER to 0x0666.
8757
8758 2002-09-04  Kevin Chase  <kevincha99@hotmail.com>
8759
8760         * include/winbase.h (AllocateUserPhysicalPages,
8761         MapUserPhysicalPages, MapUserPhysicalPagesScatter,
8762         FreeUserPhysicalPages): Add prototypes.
8763         * lib/kernel32.def: Add function stubs for above.
8764
8765 2002-09-03  René Møller Fonseca  <fonseca@users.sourceforge.net>
8766
8767         * include/winuser.h (IDTRYAGAIN,IDCONTINUE): Add defines.
8768         Add WINVER guards for dialog box command id defines.
8769
8770 2002-09-03  Earnie Boyd  <earnie@users.sf.net>
8771
8772         * include/wincon.h (GetConsoleWindow): Add _WIN32_WINNT >= 0x0500 guard.
8773
8774 2002-08-30  Christopher January  <ccj00@doc.ic.ac.uk>
8775
8776         * include/wincon.h: Define GetConsoleWindow(void).
8777
8778 2002-08-28  Earnie Boyd  <earnie@users.sf.net>
8779
8780         * include/w32api.h: Increment version to 2.1.
8781         * Makefile.in: Ditto.
8782
8783 2002-08-26  Bart Oldeman  <bart.oldeman@btinternet.com>
8784
8785         * include/winsock2.h (SOCKET_ADDRESS): Define if
8786         __CSADDR_T_DEFINED is not defined (copied from nspapi.h)
8787         (CSADDR_INFO): Ditto.
8788         (nspapi.h) : Don't include. Removed FIXME comment.
8789         * include/nspapi.h (SOCKET_ADDRESS) Only define if
8790         __CSADDR_T_DEFINED is not defined.
8791         (CSADDR_INFO): Ditto.
8792         (BLOB): Add structure and typedef if not already defined.
8793         (NS_*): Add defines.
8794         (SERVICE_*): Ditto.
8795         (SERVICE_ADDRESS): Add structure and typedefs.
8796         (SERVICE_ADDRESSES): Ditto.
8797         (SERVICE_INFO[AW]): Ditto, and add UNICODE mappings.
8798         (LPSERVICE_ASYNC_INFO): Add typedef.
8799         (SetService[AW], GetAddressByName[AW]): Add prototypes and UNICODE
8800         mappings.
8801         * include/wsipx.h: New file.
8802         * include/svcguid.h: New file.
8803         * lib/test.c: Include wspix.h and svcguid.h.
8804
8805 2002-08-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8806
8807         * include/wsahelp.h: New file.
8808         * lib/test.c: Include wsahelp.h.
8809
8810 2002-08-21  Earnie Boyd  <earnie@users.sf.net>
8811
8812         * include/commctrl.h (NMCUSTOMDRAW): Fix lItemlParam.
8813         Thanks to: "Phil Dempster" <p_dempster@yahoo.co.uk>.
8814
8815 2002-08-20  Danny Smith  <dannysmith@users.sourceforge.net>
8816
8817         * include/ws2spi.h: Modify comment about being part of
8818         mingw32 package.
8819         (winsock2.h): Change "" to <>.
8820
8821 2002-08-20  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8822
8823         * include/ws2spi.h: New file.
8824         * lib/test.c: Include ws2spi.h.
8825
8826 2002-08-20  Danny Smith  <dannysmith@users.sourceforge.net>
8827
8828         * include/winsock2.h (WSAIsBlocking,WSAUnhookBlockingHook,
8829         WSASetBlockingHook,WSACancelBlockingCall): Expose deprecated
8830         functions.
8831
8832 2002-08-17  Danny Smith  <dannysmith@users.sourceforge.net>
8833
8834         * include/winuser.h (CURSOR_SHOWING) Add define.
8835         Thanks to: Jan Hlavatý  <hlavac@users.sourceforge.net>
8836
8837 2002-08-17  Danny Smith  <dannysmith@users.sourceforge.net>
8838
8839         * include/winerror.h: Cast OLE error codes to HRESULT.
8840         Thanks to: Gunnar Degnbol <gdegnbol@users.sourceforge.net>
8841
8842 2002-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
8843
8844         * include/wincrypt.h (ALG_*): Add defines.
8845         (CALG_*): Ditto.
8846         (CRYPT_*): Ditto.
8847         (PP_*): Ditto.
8848         (PROV_*): Ditto.
8849         (PRIVATEKEYBLOB): Add define.
8850
8851 2002-08-14  Earnie Boyd  <earnie@users.sf.net>
8852
8853         * include/shlobj.h (SHGetFolderPath): Add define.
8854         * lib/shell32.def (SHGetSpecialFolderPath): Add export.
8855         (SHGetFolderPath): Ditto.
8856
8857 2002-08-13  Danny Smith  <dannysmith@users.sourceforge.net>
8858
8859         * include/commdlg.h: Don't include COM headers or use
8860         COM-dependent symbols if __OBJC__.
8861
8862 2002-08-13  Danny Smith  <dannysmith@users.sourceforge.net>
8863
8864         * include/wincrypt.h (CryptDuplicateHash, CryptDuplicateKey):
8865         Add prototypes.
8866
8867 2002-08-12  Andriy Palamarchuk  <apa3a@yahoo.com>
8868
8869         * include/shellapi.h (FOF_NOERRORUI): Add define.
8870
8871 2002-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
8872
8873         * include/objidl.h (IEnumMoniker): Put 'interface' back.
8874
8875 2002-08-11  Danny Smith  <dannysmith@users.sourceforge.net>
8876
8877         * include/objidl.h (IEnumMoniker): Correct declaration.
8878
8879 2002-08-09  Mark Schreiber  <mark7@users.sourceforge.net>
8880
8881         * include/wincrypt.h (CRYPT_NOHASHOID): Add define.
8882
8883 2002-08-09  Danny Smith  <dannysmith@users.sourceforge.net>
8884
8885         * include/commctrl.h: Whitespace change.
8886
8887 2002-08-09  Lars Munch  <lars@segv.dk>
8888
8889         * include/commctrl.h (tagTVHITTESTINFO): Replace obsolete
8890         struct name _TVHITTESTINFO and typedefs and add defines for
8891         backward compatability.
8892         (ListView_SetExtendedListViewStyleEx): Add macro.
8893
8894 2002-08-05  Danny Smith  <dannysmith@users.sourceforge.net>
8895
8896         * include/wingdi.h (AlphaBlend,GradientFill,TransparentBlt):
8897         Add prototypes.
8898         * lib/msimg32.def: New file, with stubs for above.
8899
8900 2002-08-03  Danny Smith  <dannysmith@users.sourceforge.net>
8901
8902         * include/winbase.h (AddAccessAllowedAceEx,AddAccessDeniedAceEx,
8903         GetFileSizeEx, SetFilePointerEx): Add prototypes.
8904         (EncryptFile[AW], FileEncryptionStatus[AW]): Add prototypes
8905         and UNICODE mappings.
8906
8907 2002-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
8908
8909         * include/winbase.h (ReadFileScatter, WriteFileGather):
8910         Change second parameter to pointer.
8911
8912 2002-07-31  Danny Smith  <dannysmith@users.sourceforge.net>
8913
8914         * include/wininet.h (InternetReadFileEx[AW]). Add prototypes and
8915         UNICODE mappings.
8916         * lib/wininet.def: Regenerate.
8917
8918 2002-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
8919
8920         * include/windef.h (PVOID): Move typedef to...
8921         * include/winnt: ...here.
8922         (PVOID64): New typedef.
8923
8924         * include/winnt,h (FILE_SEGMENT_ELEMENT): Define union.
8925         * include/winbase.h (ReadFileScatter, WriteFileGather):
8926         Add prototypes.
8927
8928         * include/winnt,h (PROCESSOR_ARCHITECTURE_*): Add defines.
8929         (PROCESSOR_INTEL_IA64): Add define.
8930
8931 2002-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
8932
8933         * include/oleidl.h (MK_ALT): Define.
8934
8935 2002-07-26  Mattia Barbon  <mbarbon@dsi.unive.it>
8936
8937         * include/exdisp.h: New file.
8938         * include/exdispid.h: New file.
8939         * include/mshtml.h: New file.
8940         * lib/test.c: #include exdisp.h and mshtml.h
8941         * lib/uuid.c (CLSID_WebBrowser, DIID_DWebBrowserEvents,
8942         DIID_DWebBrowserEvents2, IID_IHTMLDocument, IID_IHTMLDocument2,
8943         IID_IHTMLElement, IID_IHTMLSelectionObject, IID_IHTMLTxtRange,
8944         IID_IWebBrowser, IID_IWebBrowser2, IID_IWebBrowserApp):
8945         New GUIDs.
8946
8947 2002-07-26  Mattia Barbon  <mbarbon@dsi.unive.it>
8948
8949         * include/docobj.h: New file.
8950         * include/idispids.h: New file.
8951         * include/objidl.h (IID_IMoniker): Declare.
8952         * include/ocidl.h (READYSTATE): New enum.
8953         (IOleInPlaceSiteEx): New interface.
8954         * include/olectlid.h (IID_IEnumSTATSTG): New interface
8955         identifier.
8956         * include/oleidl.h (IOleItemContainer, IOleInPlaceObject,
8957         IOleInPlaceSite): New interfaces.
8958         * lib/test.c: #include docobj.h,idispids.h,
8959
8960 2002-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
8961
8962         * include/shlobj.h (BFFM_VALIDATEFAILED[AW]): Add defines.
8963         (BFFM_SETSTATUSTEXT, BFFM_SETSELECTION): UNICODE them.
8964
8965 2002-07-25  Mattia Barbon  <mbarbon@dsi.unive.it>
8966
8967         * include/commctrl.h: Avoid redefinition of CDN_FIRST/LAST.
8968         * include/commdlg.h: Likewise.
8969
8970 2002-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
8971
8972         * include/oleauto.h (V_UNION): Correct definition for case of
8973         NONAMELESSUNION:
8974         (V_VT): Likewise.
8975
8976 2002-07-23  Danny Smith  <dannysmith@users.sourceforge.net>
8977
8978         * include/oleauto.h (V_BOOL): Define in terms of boolVal,
8979         not bool, for C as well as C++.
8980
8981 2002-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
8982
8983         * include/shlwapi.h: New file.
8984         Thanks to: Mattia Barbon  <mbarbon@dsi.unive.it> and
8985         Victor Porton  <porton@narod.ru> for contributions.
8986         * lib/shlwapi.def: New file.
8987         * lib/test.c: #include shlwapi.h.
8988
8989 2002-07-21  Bart Oldeman  <bart.oldeman@btinternet.com>
8990
8991         * include/shlobj.h (FCIDM_MENU_FAVORITES): Remove bogus
8992         character.
8993         * include/winsock2.h (struct sockaddr): Use __int64 instead of
8994         long long.
8995         * lib/kernel32.c (GetCurrentFiber, GetFiberData): Watcom
8996         does not need external *Fiber library functions.
8997
8998 2002-07-20  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8999
9000         * include/winbase.h (GetEnvironmentStringsA): Remove duplicate
9001         definition.
9002         (Interlocked*): Wrap in #ifndef __INTERLOCKED_DECLARED to
9003         avoid compile error when already defined.
9004
9005 2002-07-20  Steven Edwards  <Steven_Ed4153@yahoo.com>
9006
9007         * include/winuser.h (WM_MENURBUTTONUP): Add define.
9008
9009 2002-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
9010
9011         * include/commdlg.h: Define CDN_* notification message constants
9012         as UINT.
9013
9014 2002-07-17  Mattia Barbon  <mbarbon@users.sourceforge.net>
9015
9016         * include/commctrl.h: Define notification message constants for
9017         NMHDR.code as UINT.
9018
9019 2002-07-17   Bart Oldeman  <bart.oldeman@btinternet.com>
9020
9021         * include/ddeml.h (MH_*) Add defines.
9022         (MONHSZSTRUCT): Add structure and typedefs.
9023         (MONLINKSTRUCT): Ditto.
9024         (MONCONVSTRUCT): Ditto.
9025         (MONCBSTRUCT): Ditto.
9026         (MONERRSTRUCT): Ditto.
9027         (MONMSGSTRUCT): Ditto.
9028         * include/windef.h: Don't define __cdecl or _cdecl for
9029         __WATCOM__.
9030         Don't define _export or __export for __WATCOM__.
9031         * include/windows.h (imm.h): #include.
9032         * include/winnt.h (LPEXCEPTION_RECORD): Add typedef.
9033
9034 2002-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
9035
9036         * include/wtypes.h: Remove duplicate #includes of rpc.h and
9037         rpcndr.h.
9038
9039 2002-07-05  Luke Dunstan  <infidel@users.sourceforge.net>
9040
9041         * include/winbase.h (OpenThread): Add prototype.
9042         * lib/kernel32.def (OpenThread): Add symbol.
9043
9044 2002-07-04  Luke Dunstan  <infidel@users.sourceforge.net>
9045
9046         * include/wtypes.h (HMETAFILEPICT): Add typedef.
9047
9048 2002-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
9049
9050         * include/rpc.h: Conditionally include <windows.h> before
9051         header guard.
9052         * include/wtypes.h: Include <rpc.h> and <rpcndr.h> before
9053         header guard.
9054
9055 2002-07-02  Danny Smith  <dannysmith@users.sourceforge.net>
9056
9057         * include/commctrl.h (WC_*): Remove some duplicate defines.
9058
9059 2002-07-02  Ken Fitlike  <kenfitlike@hotmail.com>
9060
9061         * include/commctrl.h (WC_IPADDRESS[AW]): Add defines and
9062         UNICODE mappings.
9063         (IPM*): Add defines.
9064         (IPN_*): Add defines.
9065         (NMIPADDRESS): Add structure and typedefs.
9066         (MAKEIPADDRESS): Add macro.
9067         (MAKEIPRANGE): Add macro.
9068         (FIRST_IPADDRESS): Add macro.
9069         (SECOND_IPADDRESS): Add macro.
9070         (THIRD_IPADDRESS): Add macro.
9071         (FOURTH_IPADDRESS): Add macro.
9072
9073 2002-06-25  Conrad Scott  <conrad.scott@dsl.pipex.com>
9074
9075         * include/winbase.h (FILE_FLAG_FIRST_PIPE_INSTANCE): Add constant.
9076
9077 2002-06-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9078
9079         * include/winbase.h (WINBASEAPI): Don't define if prior
9080         definition.
9081
9082         * include/winioctl.h (PARTITION_FAT32, PARTITION_FAT32_XINT13,
9083         PARTITION_XINT13, PARTITION_XINT13_EXTENDED, PARTITION_LDM,
9084         PARTITION_UNIX): Add defines.
9085         (PDRIVE_LAYOUT_INFORMATION): Add typedef.
9086         (IsRecognizedPartition): Also check for PARTITION_FAT32,
9087         PARTITION_FAT32_XINT13 and PARTITION_XINT13.
9088         (IsContainerPartition): Add macro.
9089
9090 2002-06-25  Ken Fitlike  <kenfitlike@hotmail.com>
9091
9092         * include/commctrl.h: (CBEIF_*): Add defines.
9093         (CBEN_*): Add defines and UNICODE mappings
9094         (WC_COMBOBOXEX[AW]): Add defines and UNICODE mappings.
9095         (CBEMAXSTRLEN): Add define.
9096         (COMBOBOXEXITEM[AW]): Add structures and typedefs.
9097         (NMCOMBOBOXEX[AW]): Add structures and typedefs.
9098         (NMCBEDRAGBEGIN[AW]): Add structure and typedefs.
9099         (NMCBEENDEDIT[AW]): Add structure and typedefs.
9100
9101 2002-06-24  Danny Smith  <dannysmith@users.sourceforge.net>
9102
9103         * include/objidl.h (struct tagPROPVARIANT): Kill obsolete
9104         union member _VARIANT_BOOL bool.
9105
9106 2002-06-24  Danny Smith  <dannysmith@users.sourceforge.net>
9107
9108         * include/winioctl.h (FILE_SPECIAL_ACCESS): Add define.
9109
9110 2002-06-24  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9111
9112         * include/winnt.h (PCCHAR, FCHAR, FSHORT, FLONG,
9113         PLUID_AND_ATTRIBUTES,PSECURITY_IMPERSONATION_LEVEL,
9114         PSID_AND_ATTRIBUTES, PTOKEN_TYPE, PTOKEN_STATISTICS):
9115         Add typedefs.
9116         (CCHAR): Correct typedef.
9117         (PROCESS_SET_SESSIONID, SECURITY_*,SECTION_MAP_EXECUTE):
9118         Add defines.
9119
9120 2002-06-24  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9121
9122         * README.w32api: Correct spelling error.
9123
9124 2002-06-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9125
9126         * include/winuser.h (FLASHW_*,INPUT_MOUSE,INPUT_KEYBOARD,
9127         INPUT_HARDWARE): Add defines.
9128         (HDEVNOTIFY): Add typedef.
9129         (FLASHWINFO,tagMOUSEMOVEPOINT,tagMOUSEINPUT,tagKEYBDINPUT,
9130         tagHARDWAREINPUT,tagINPUT,tagGUITHREADINFO): Define structs and
9131         typedefs.
9132         (CreateDesktop[AW],CreateMDIWindow[AW],GetClassInfo[AW],
9133         GetClassInfoEx[AW],GetKeyboardLayoutList,
9134         MessageBoxIndirect[AW],MsgWaitForMultipleObjects,
9135         MsgWaitForMultipleObjectsEx, RegisterClass[AW],
9136         RegisterClassEx[AW]): Correct prototypes.
9137
9138 2002-06-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9139
9140         * include/ddeml.h (DdeCreateStringHandle{AW]:Correct
9141         prototypes.
9142         * include/winsvc.h (StartServiceW): Correct prototype.
9143         * include/winbase.h (BackupRead,BackupSeek,BackupWrite,
9144         FileTimeToLocalFileTime, GetAce,GetPrivateProfileStruct[AW],
9145         GetTickCount,InterlockedExchangeAdd,
9146         WritePrivateProfileStruct[AW]: Correct prototypes.
9147         (GetEnvironmentStrings): Correct mapping to
9148         GetEnvironmentStringsA.
9149         * include/winver.h (VerQueryValueA,VerQueryValueW):
9150         Correct prototypes.
9151         * include/wincon.h (CreateConsoleScreenBuffer): Correct
9152         prototype.
9153         * include/winreg.h (RegQueryMultipleValues[AW],
9154         RegQueryValueEx[AW]):Correct prototypes.
9155         * include/wingdi.h (PXFORM, PLOGBRUSH, PLOGPEN, PPOLYTEXTA,
9156         PPOLYTEXTW): Add typedefs.
9157         (_DESIGNVECTOR,COLOR16, _TRIVERTEX, _DISPLAY_DEVICE): Add
9158         structures and typedefs.
9159         (MM_MAX_NUMAXES): Add define.
9160         (EnumFontsW,GetEnhMetaFilePixelFormat,
9161         wglGetLayerPaletteEntries): Correct prototypes.
9162         * include/winerror.h (RPC_X_INVALID_PIPE_OBJECT,
9163         RPC_X_WRONG_PIPE_ORDER,RPC_X_WRONG_PIPE_VERSION,
9164         RPC_S_SEND_INCOMPLETE): Add defines.
9165
9166 2002-06-17  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9167
9168         * include/windef.h (_fastcall, __fastcall, FASTCALL):
9169         Add defines.
9170
9171 2002-06-16  Egor Duda  <deo@logos-m.ru>
9172
9173         * include/ntdll.h: New file.
9174         * lib/ntdll.def: Add NtShutdownSystem.
9175
9176 2002-06-16  Steven Edwards  <Steven_Ed4153@yahoo.com>
9177
9178         * lib/dinput.def (DirectInputCreateEx): Add stub.
9179         * lib/ntdll.def: New file.
9180
9181 2002-06-14  Earnie Boyd  <earnie@users.sf.net>
9182
9183         * include/w32api.h: Change to version 2.0 to reflect the change
9184         in the license.
9185         * README: Renamed.
9186         * README.w32api: Renamed from README.  Modified license to remove
9187         the restriction of notifying the author based on the fact that the
9188         author is unreachable at the notified address.
9189         * Makefile.in (VERSION): Change to 2.0.
9190
9191 2002-06-14  Earnie Boyd  <earnie@users.sf.net>
9192
9193         * include/wingdi.h (GetEnhMetaFileBits): Correct typo.
9194         * Makefile.in (bindist): Correct the MinGW distribution.
9195
9196 2002-06-13  Earnie Boyd  <earnie@users.sf.net>
9197
9198         * include/winuser.h (MOUSEHOOKSTRUCT): Define structure.
9199         * include/wingdi.h (GetEnhMetaFileBits): Define prototype.
9200
9201 2002-06-13  Danny Smith  <dannysmith@users.sourceforge.net>
9202
9203         * lib/test.c: #include comcat.h.
9204
9205 2002-06-13  John K. Hohm  <jhohm@acm.org>
9206
9207         * include/comcat.h: New file.
9208
9209 2002-06-09  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
9210
9211         * include/richedit.h (EM_*, TM_*, GT_*): Add new defines.
9212         (GETTEXTEX): Add structure definition.
9213
9214 2002-06-08  Danny Smith  <dannysmith@users.sourceforge.net>
9215
9216         * include/windows.h (ole2.h): #include if !__OBJC__ and
9217         __GNUC__ >=3 and !WIN32_LEAN_AND_MEAN.
9218
9219 2002-06-07  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
9220
9221         * include/mapi.h: Change LPTSTR to LPSTR throughout.
9222
9223 2002-06-05  Danny Smith  <dannysmith@users.sourceforge.net>
9224
9225         * include/winnt.h (PACE_HEADER, PACCESS_ALLOWED_ACE,
9226         PACCESS_DENIED_ACE): Add typedefs.
9227
9228 2002-06-03  Danny Smith  <dannysmith@users.sourceforge.net>
9229
9230         * lib/thunk32.def (LIBRARY): Change to KERNEL32.dll.
9231
9232 2002-06-03 Steven Edwards  <Steven_Ed4153@yahoo.com>
9233
9234         * lib/kernel32.def (ConvertToGlobalHandle): Add stub.
9235
9236 2002-06-01  Danny Smith  <dannysmith@users.sourceforge.net>
9237
9238         * include/windef.h: Fix typo in last change.
9239
9240 2002-06-01  Danny Smith  <dannysmith@users.sourceforge.net>
9241
9242         * include/windef.h: Add no-op __try, __except, __finally
9243         defines from ...
9244         * include/excpt.h: Remove file.
9245         * include/windows.h: Don't include excpt.h.
9246
9247 2002-05-30  Christopher January  <chris@atomice.net>
9248
9249         * include/ntdef.h (ANSI_STRING, PANSI_STRING, OEM_STRING, POEM_STRING):
9250         Add missing typedefs.
9251
9252 2002-05-28  Earnie Boyd  <earnie@users.sf.net>
9253
9254         * include/w32api.h: Increment version to 1.5
9255         * Makefile.in: Ditto.
9256
9257
9258 2002-05-27  René Møller Fonseca  <fonseca@users.sourceforge.net>
9259
9260         * include/winreg.h: (RegConnectRegistry[AW]): Replace
9261         LP[W]STR with LPC[W]STR.
9262         (REG_QWORD, REG_QWORD_LITTLE_ENDIAN): Add defines.
9263         Clean up whitespace.
9264
9265 2002-05-27  Rick Rankin  <rick_rankin@yahoo.com>
9266
9267         * include/winnls.h: Add #define for LOCALE_RETURN_NUMBER.
9268
9269 2002-05-21  Earnie Boyd  <earnie@users.sf.net>
9270
9271         * Makefile.in: Increment VERSION to 1.4.
9272         (conf_prefix): New variable.
9273         (bindist): Modify target to use $(conf_prefix).
9274
9275 2002-05-20  Philip Aston  <philipa@mail.com>
9276
9277         * include/pbt.h (PBT_APMRESUMESUSPEND): Correct value is 7.
9278
9279 2002-05-20  René Møller Fonseca  <fonseca@users.sourceforge.net>
9280
9281         * include/lmaccess.h: (NetAccess*, NetGroup*,
9282         NetLocalGroup*, NetUser*, NetGet*, INetLogonControl[2],
9283         NetQueryDisplayInfotmationIndex): Replace LPWSTR with LPCWSTR.
9284
9285 2002-05-08  Danny Smith  <dannysmith@users.sourceforge.net>
9286
9287         * include/commctrl.h (ImageList_DragShowNolock): Remove
9288         conflicting redeclaration.
9289
9290 2002-05-07  Danny Smith  <dannysmith@users.sourceforge.net>
9291
9292         * include/windows.h: Move ANONYMOUS_UNION, _ANONYMOUS_STRUCT,
9293         STRICT and related defines to ...
9294         * include/windef.h: Here.
9295
9296 2002-05-03  Danny Smith  <dannysmith@users.sourceforge.net>
9297
9298         * include/winsock2.h (int32): Remove typedef.
9299         (SERVICETYPE): Add typedef.
9300         (struct _flowspec):Revise struct definition,  Comment
9301         on types used for members.
9302
9303 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
9304
9305         * include/winnt.h (EVENT_*, SEMAPHORE_*,MUTEX_*): Remove
9306         more defines added in earlier change.
9307         * lib/Makefile.in (TEST_OPTIONS): Add -Wsystem-headers flag.
9308
9309 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
9310
9311         * include/winnt.h (THREAD_PRIORITY_*): Remove defines
9312         added in last change.
9313
9314 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
9315
9316         * include/winnt.h (THREAD_*, EVENT_*, MUTANT_*,
9317         SEMAPHORE_*, MUTEX_*, TIMER_*): Add new defines.
9318
9319 2002-05-01  Manu B  <contact.manu@wanadoo.fr>
9320
9321         * include/commctrl.h (SNDMSG): Define and use throughout
9322         in other macros instead of SendMessage.
9323         * include/commdlg.h (SNDMSG): Ditto.
9324
9325 2002-04-22  José Fonseca  <jrfonseca@users.sf.net>
9326
9327         * include/GL/gl.h: New file.
9328         * include/GL/glext.h: Ditto.
9329         * include/GL/glu.h: Ditto.
9330
9331 2002-04-09  Earnie Boyd  <earnie@users.sf.net>
9332
9333         * include/w32api.h: Increment version.
9334         * Makefile.in: Ditto.
9335
9336 2002-04-09  Earnie Boyd  <earnie@users.sf.net>
9337
9338         * Makefile.in (bindist): Use * instead of . for file list for tar
9339         command.
9340
9341 2002-04-02  Danny Smith  <dannysmith@users.sourceforge.net>
9342
9343         * include/wtypes.h (enum tagCLSCTX): Change formatting.
9344
9345 2002-04-02  Pat Thoyts  <patthoyts@users.sourceforge.net>
9346
9347         * include/objidl.h (IRunningObjectTable.Register): Correct
9348         prototype.
9349         * include/wtypes.h (ROTFLAGS_REGISTRATIONKEEPSALIVE,
9350         ROTFLAGS_ALLOWANYCLIENT): Add defines.
9351
9352 2002-03-31  Victor Porton  <porton@narod.ru>
9353
9354         * include/shellapi.h (SHGFI_ATTR_SPECIFIED): Add define.
9355
9356 2002-03-29  David Robinow  <drobinow@yahoo.com>
9357
9358         * include/wingdi.h (SetPixelFormat): Correct prototype.
9359
9360 2002-03-29  Phil Krylov  <likewolf@users.sourceforge.net>
9361
9362         * include/richedit.h (EM_SHOWSCROLLBAR): Add define.
9363
9364 2002-03-26  Phil Krylov  <likewolf@users.sourceforge.net>
9365
9366         * include/richedit.h (EM_GETSCROLLPOS, EM_SETSCROLLPSPOS):
9367         Add defines.
9368
9369 2002-03-14  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
9370
9371         * include/richedit.h (RICHEDIT_CLASS): UNICODE it.
9372         * include/shlobj.h (IContextMenu2): Put methods in right order.
9373         * include/basetyps.h (REFGUID, REFIID, REFCLSID): Check for
9374         CINTERFACE before defining.
9375
9376 2002-03-09  Danny Smith  <dannysmith@users.sourceforge.net>
9377
9378         * include/accctrl.h: Add #pragma GCC system_header
9379         if __GNUC__ >= 3.
9380         * include/aclapi.h: Same.
9381         * include/basetsd.h: Same.
9382         * include/basetyps.h: Same.
9383         * include/cderr.h: Same.
9384         * include/cguid.h: Same.
9385         * include/commctrl.h: Same.
9386         * include/commdlg.h: Same.
9387         * include/cpl.h: Same.
9388         * include/cplext.h: Same.
9389         * include/custcntl.h: Same.
9390         * include/dbt.h: Same.
9391         * include/dde.h: Same.
9392         * include/ddeml.h: Same.
9393         * include/dlgs.h: Same.
9394         * include/excpt.h: Same.
9395         * include/httpext.h: Same.
9396         * include/imagehlp.h: Same.
9397         * include/imm.h: Same.
9398         * include/initguid.h: Same.
9399         * include/intshcut.h: Same.
9400         * include/ipexport.h: Same.
9401         * include/iphlpapi.h: Same.
9402         * include/ipifcons.h: Same.
9403         * include/iprtrmib.h: Same.
9404         * include/iptypes.h: Same.
9405         * include/isguids.h: Same.
9406         * include/largeint.h: Same.
9407         * include/lm.h: Same.
9408         * include/lmaccess.h: Same.
9409         * include/lmalert.h: Same.
9410         * include/lmapibuf.h: Same.
9411         * include/lmat.h: Same.
9412         * include/lmaudit.h: Same.
9413         * include/lmbrowsr.h: Same.
9414         * include/lmchdev.h: Same.
9415         * include/lmconfig.h: Same.
9416         * include/lmcons.h: Same.
9417         * include/lmerr.h: Same.
9418         * include/lmerrlog.h: Same.
9419         * include/lmmsg.h: Same.
9420         * include/lmremutl.h: Same.
9421         * include/lmrepl.h: Same.
9422         * include/lmserver.h: Same.
9423         * include/lmshare.h: Same.
9424         * include/lmsname.h: Same.
9425         * include/lmstats.h: Same.
9426         * include/lmsvc.h: Same.
9427         * include/lmuse.h: Same.
9428         * include/lmuseflg.h: Same.
9429         * include/lmwksta.h: Same.
9430         * include/lzexpand.h: Same.
9431         * include/mapi.h: Same.
9432         * include/mciavi.h: Same.
9433         * include/mcx.h: Same.
9434         * include/mmsystem.h: Same.
9435         * include/mswsock.h: Same.
9436         * include/nb30.h: Same.
9437         * include/nddeapi.h: Same.
9438         * include/nspapi.h: Same.
9439         * include/ntdef.h: Same.
9440         * include/ntsecapi.h: Same.
9441         * include/ntsecpkg.h: Same.
9442         * include/oaidl.h: Same.
9443         * include/objbase.h: Same.
9444         * include/objfwd.h: Same.
9445         * include/objidl.h: Same.
9446         * include/odbcinst.h: Same.
9447         * include/ole.h: Same.
9448         * include/ole2.h: Same.
9449         * include/ole2ver.h: Same.
9450         * include/oleauto.h: Same.
9451         * include/olectl.h: Same.
9452         * include/olectlid.h: Same.
9453         * include/oledlg.h: Same.
9454         * include/oleidl.h: Same.
9455         * include/pbt.h: Same.
9456         * include/prsht.h: Same.
9457         * include/psapi.h: Same.
9458         * include/rapi.h: Same.
9459         * include/ras.h: Same.
9460         * include/raserror.h: Same.
9461         * include/rassapi.h: Same.
9462         * include/regstr.h: Same.
9463         * include/richedit.h: Same.
9464         * include/richole.h: Same.
9465         * include/rpc.h: Same.
9466         * include/rpcdce.h: Same.
9467         * include/rpcdce2.h: Same.
9468         * include/rpcdcep.h: Same.
9469         * include/rpcndr.h: Same.
9470         * include/rpcnsi.h: Same.
9471         * include/rpcnsip.h: Same.
9472         * include/rpcnterr.h: Same.
9473         * include/rpcproxy.h: Same.
9474         * include/schannel.h: Same.
9475         * include/schnlsp.h: Same.
9476         * include/scrnsave.h: Same.
9477         * include/security.h: Same.
9478         * include/setupapi.h: Same.
9479         * include/shellapi.h: Same.
9480         * include/shlguid.h: Same.
9481         * include/shlobj.h: Same.
9482         * include/sql.h: Same.
9483         * include/sqlext.h: Same.
9484         * include/sqltypes.h: Same.
9485         * include/sqlucode.h: Same.
9486         * include/sspi.h: Same.
9487         * include/subauth.h: Same.
9488         * include/tlhelp32.h: Same.
9489         * include/unknwn.h: Same.
9490         * include/userenv.h: Same.
9491         * include/w32api.h: Same.
9492         * include/winbase.h: Same.
9493         * include/wincon.h: Same.
9494         * include/wincrypt.h: Same.
9495         * include/windef.h: Same.
9496         * include/windows.h: Same.
9497         * include/windowsx.h: Same.
9498         * include/winerror.h: Same
9499         * include/wingdi.h: Same.
9500         * include/wininet.h: Same.
9501         * include/winioctl.h: Same.
9502         * include/winnetwk.h: Same.
9503         * include/winnls.h: Same.
9504         * include/winnt.h: Same.
9505         * include/winperf.h: Same.
9506         * include/winreg.h: Same.
9507         * include/winresrc.h: Same.
9508         * include/winsock.h: Same.
9509         * include/winsock2.h: Same.
9510         * include/winspool.h: Same.
9511         * include/winsvc.h: Same.
9512         * include/winuser.h: Same.
9513         * include/winver.h: Same.
9514         * include/ws2tcpip.h: Same.
9515         * include/wsnetbs.h: Same.
9516         * include/wtypes.h: Same.
9517         * include/zmouse.h: Same.
9518         * include/mapi.h: Change header guard name to _MAPI_H  for
9519         consistency.
9520
9521 2002-03-08  Danny Smith  <dannysmith@users.sourceforge.net>
9522
9523         * include/accctrl.h (_ACCCTRL_H): Correct typo.
9524         Remove unnecessary inclusion of <wtypes.h>.
9525         * ChangeLog: Fix omission of name in recent entries.
9526
9527 2002-03-08  Antony Blakey  <antony.blakey@ihug.com.au>
9528
9529         * include/initguid.h (DEFINE_GUID): Add GUID_EXT to define.
9530
9531 2002-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
9532
9533         * include/mswsock.h: Group winsock2 dependants
9534         together and protect with #ifdef _WINSOCK2_H.
9535         * lib/test.c: Only test ws2tcpip.h if winsock2.h
9536         has been included.
9537
9538 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
9539
9540         * include/mswsock.h (TP_*): Add new defines.
9541         (TRANSMIT_PACKETS_ELEMENT): Define new structure.
9542         (WSAMSG): Likewise.
9543         (WSACMSGHDR): Likewise.
9544         (DisconnectEx): Add new prototype.
9545         (WSARecvMsg): Likewise.
9546         (WSA_CMSG_*) Add empty macros, guarded by #if 0.
9547
9548 2002-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
9549
9550         * ChangeLog: Fix typo in last entry.
9551         * include/winsock2.h (IPPROTO_*): Add IPv6 defines.
9552         * include/ws2tcpip.h: (IP_*): Add new defines.
9553         (INET_ADDRSTRLEN, INET6_ADDRSTRLEN): Add defines.
9554         (NI_*): Add getnameinfo constants and bitmasks.
9555         (AI_*): Add getaddrinfo flags.
9556         (EAI_*): Add getaddrinfo error codes.
9557         (ip_mreq_source): Add new structure.
9558         (ip_msfilter): Add new structure.
9559         (IP_MSFILTER_SIZE): Add new macro.
9560         (in_pktinfo): Add new structure.
9561         Add preliminary IPv6 support.
9562         (in6_addr): Add new structure and some defines.
9563         (sockaddr_in6): Add new structure.
9564         (in6addr_any, in6addr_loopback): Declare extern structures.
9565         (IN6ADDR_ANY_INIT,IN6ADDR_LOOPBACK_INIT): Add
9566         initialization macros for above.
9567         (IN6_ARE_ADDR_EQUAL): Define macro.
9568         (IN6_IS_ADDR_*): Define address testing macros.
9569         (socklen_t) Add new typedef.
9570         (ipv6_mreq): Add new structure.
9571         (in6_pktinfo): Same.
9572         (addrinfo): Same.
9573         (freeaddrinfo):Add new prototype.
9574         (getaddrinfo): Same.
9575         (gai_strerror[AW]): Same.
9576         (getnameinfo): Same.
9577         (sockaddr_in6_old): Add structure.
9578         (sockaddr_gen): Add union definition.
9579         (INTERFACE_INFO): Use sockaddr_gen as members.
9580         (INTERFACE_INFO_OLD): Add comment on workaround for problems
9581         with INTERFACE_INFO on NT4 prior to sp4.
9582
9583 2002-02-28  Danny Smith  <dannysmith@users.sourceforge.net>
9584
9585         * include/windows.h: Remove test for __W32API_MAJOR_VERSION
9586         when selecting winsock interface.
9587         * include/winsock2.h (SOCKET_ADDRESS_LIST): Add structure
9588         and typedefs. Thanks to: 'Lorenzo' <conte0@infinito.it>.
9589         Expand FIXME comment.
9590         (WSACOMPLETIONTYPE): Add enum.
9591         (WSACOMPLETION): Add structure and typedefs.
9592         (WSANSPIoctl): Add function prototpe and callback typedef.
9593         (SIO_NSP_NOTIFY_CHANGE): Add define.
9594         (sockaddr_storage): Add structure and typedefs.
9595
9596 2002-02-16  Andriy Palamarchuk  <apa3a@yahoo.com>
9597
9598         * include/winuser.h (OIC_*): Add resource constants.
9599
9600 2002-02-14 Mattia Barbon  <mbarbon@users.sourceforge.net>
9601
9602         * include/ntsecpkg.h: New file.
9603         * include/schannel.h: New file.
9604         * include/schnlsp.h: New file.
9605         * include/security.h: New file.
9606         * include/sspi.h: New file.
9607         * include/ntsecapi.h (KERB_WRAP_NO_ENCRYPT,
9608         MICROSOFT_KERBEROS_NAME_[AW]): Add missing constants
9609         * include/wincrypt.h (CALG_*, X509_ASN_ENCODING.
9610         PKCS_7_ASN_ENCODING, CERT_*, USAGE_MATCH_TYPE_AND,
9611         USAGE_MATCH_TYPE_OR, szOID_*): Add missing constants
9612         (struct _CRYPTOAPI_BLOB): Add structure and typedefs.
9613         (SSL_EXTRA_CERT_CHAIN_POLICY_PARA,HTTPSPolicyCallbackData,
9614         CERT_CHAIN_POLICY_PARA,CERT_CHAIN_POLICY_STATUS,
9615         CRYPT_ALGORITHM_IDENTIFIER, CRYPT_BIT_BLOB,
9616         CERT_PUBLIC_KEY_INFO, CERT_EXTENSION, CERT_INFO, CERT_CONTEXT,
9617         CTL_USAGE, CERT_ENHKEY_USAGE, CERT_USAGE_MATCH,
9618         CERT_CHAIN_PARA, CERT_CHAIN_FIND_BY_ISSUER_PARA,
9619         CERT_TRUST_STATUS, CRL_ENTRY, CRL_INFO, CRL_CONTEXT,
9620         CERT_REVOCATION_CRL_INFO, CERT_REVOCATION_INFO,
9621         CERT_CHAIN_ELEMENT, CRYPT_ATTRIBUTE, CTL_ENTRY, CTL_INFO,
9622         CTL_CONTEXT, CERT_TRUST_LIST_INFO, CERT_SIMPLE_CHAIN,
9623         CERT_CHAIN_CONTEXT): Add missing structures.
9624         (CertCloseStore, CertGetCertificateChain,
9625         CertVerifyCertificateChainPolicy, CertFreeCertificateChain,
9626         CertNameToStr[AW], CertOpenSystemStore[AW], CertOpenStore,
9627         CertFindCertificateInStore, CertFreeCertificateContext,
9628         CertGetIssuerCertificateFromStore,
9629         CertFindChainInStore): Add missing functions.
9630         (CertNameToStr, CertOpenSystemStore, CERT_FIND_SUBJECT_STR,
9631         CERT_FIND_ISSUER_STR): Add Unicode mappings.
9632         * lib/crypt32.def: New file.
9633         * lib/secur32.def: Add mising stubs.
9634         * lib/test.c: Include new headers.
9635
9636 2002-02-14  Danny Smith  <dannysmith@users.sourceforge.net>
9637
9638         * include/windef.h (PROC,FARPROC,NEARPROC): Remove void
9639         parameter.
9640
9641 2002-01-30  Danny Smith  <dannysmith@users.sourceforge.net>
9642
9643         * lib/test.c: Include mapi.h.
9644         * include/commctrl.h (TBSTYLE_*): Add missing defines.
9645         Thanks to: "Ron"  <ron@debian.org>
9646
9647 2002-01-30  John Fattaruso  <fattaruso@ieee.org>
9648
9649         * include/mapi.h: New file.
9650         * lib/mapi.def: Add missing function stubs.
9651
9652 2002-01-28  Danny Smith  <dannysmith@users.sourceforge.net>
9653
9654         * include/winuser.h (GetWindowLongPtr[AW],
9655         SetWindowLongPtr[AW]): Add prototypes for _WIN64.
9656
9657 2002-01-28  Mattia Barbon  <mbarbon@users.sourceforge.net>
9658
9659         * include/winuser.h (GWLP_*,DWLP_*): Add missing constants.
9660         (GetWindowLongPtr[AW], SetWindowLongPtr[AW]): Map them to
9661         {Get Set}WindowLong[AW], as in Win32 they are equivalent.
9662         (GetWindowLongPtr, SetWindowLongPtr): Add Unicode mappings.
9663
9664 2002-01-28  Danny Smith  <dannysmith@users.sourceforge.net>
9665
9666         * lib/test.c: Include wsnetbs.h.
9667
9668 2002-01-28  Kai Henningsen  <kai-henningsen@users.sourceforge.net>
9669
9670         * include/wsnetbs.h: New file.
9671
9672 2002-01-25  Earnie Boyd  <earnie@users.sf.net>
9673
9674         * include/winnt.h: Remove merge conflict.
9675
9676 2002-01-25  Danny Smith  <dannysmith@users.sourceforge.net>
9677
9678         * include/winnt.h (_TCHAR): Add typedefs.
9679
9680 2002-01-25  Tim Hughes  <tjh@delcam.com>
9681
9682         * include/wininet.h (SECURITY_FLAG_IGNORE_*): Add missing
9683         defines.
9684
9685 2002-01-25  Andriy Palamarchuk  <apa3a@yahoo.com>
9686
9687         * include/winsuser.h (ATF_AVAILABLE, SERKF_ACTIVE):
9688         Add defines.
9689         (LPACCESSTIMEOUT): Add typedef.
9690
9691 2002-01-24  Phillip Susi  <psusi@cfl.rr.com>
9692
9693         * include/commctrl.h: Add missing HDM_*,HDN_*,LVSICF_* defines.
9694
9695 2002-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
9696
9697         * include/commctrl.h (HDITEM[AW]): Rename _HD_ITEM[AW] to
9698         _HDITEM[AW], with parallel changes to typedefs. Use defines for
9699         backward compatability with old names. Update UNICODE mappings.
9700         (HDLAYOUT): Remove struct _HD_LAYOUT_XP.  Use new typedefs
9701         for struct _HD_LAYOUT and add defines for backward
9702         compatability with old names.
9703         (NMLISTVIEW): Rename _NM_LISTVIEW to tagNMLISTVIEW, with
9704         parallel chages to typedefs. Add defines for backward
9705         compatability with old names.
9706         (TCHITTESTINFO, IMAGELISTDRAWPARAMS): Fix _WIN32_IE guard.
9707
9708 2002-01-21  Robert Collins  <rbtcollins@hotmail.com>
9709
9710         * include/winnt.h: Add missing MEM_ defines, and convert existing to
9711         hex for readability.
9712
9713 2002-01-17  Marcus Geelnard  <marcus.geelnard@home.se>
9714
9715         * include/winsuser.h (tagKBDLLHOOKSTRUCT): Define struct
9716         and typedefs.
9717         (SPI_SETSCREENSAVERRUNNING): Add define.
9718         (LLKHF_ALTDOWN): Add define.
9719         * include/wingdi.h (PFD_GENERIC_ACCELERATED,
9720         PFD_DEPTH_DONTCARE): Add defines.
9721
9722 2002-01-17  Danny Smith  <dannysmith@users.sourceforge.net>
9723
9724         * include/objbase.h (CoGetObject): Add prototype.
9725
9726 2002-01-14  Timothy J. Wood  <tjw@omnigroup.com>
9727
9728         * include/winuser.h (ENUM_CURRENT_SETTINGS,
9729         ENUM_REGISTRY_SETTINGS): Add defines.
9730
9731 2002-01-14  Danny Smith  <dannysmith@users.sourceforge.net>
9732
9733         * include/winnt.h (FILE_ATTRIBUTE_ENCRYPTED): Correct constant.
9734         (FILE_ATTRIBUTE_DEVICE): Add define.
9735
9736 2002-01-14  Corinna Vinschen  <vinschen@redhat.com>
9737
9738         * include/winnt.h: Add INVALID_FILE_ATTRIBUTES.
9739
9740 2002-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
9741
9742         * ChangeLog: correct date in last entry.
9743
9744 2002-01-11  Timothy J. Wood  <tjw@omnigroup.com>
9745
9746         * include/winuser.h (MONITORENUMPROC): Add typedef.
9747         (EnumDisplayMonitors): Add prototype.
9748         * lib/user32.def (EnumDisplayMonitors): Add stub.
9749
9750 2002-01-11 Ralf Habacker  <Ralf.Habacker@freenet.de>
9751
9752         * include/ntsecapi.h:  Fixed missing void parameter type in some
9753         prototypes.
9754         * include/objbase.h: Ditto.
9755         * include/rapi.h: Ditto.
9756         * include/rpc.h: Ditto.
9757         * include/rpcdce.h: Ditto.
9758         * include/rpcdcep.h: Ditto.
9759         * include/rpcndr.h: Ditto.
9760         * include/rpcnsip.h: Ditto.
9761         * include/rpcproxy.h: Ditto.
9762         * include/windef.h: Ditto.
9763
9764 2002-01-07  Danny Smith  <dannysmith@users.sourceforge.net>
9765
9766         * lib/vfw32.def (LIBRARY): Change to MSVFW32.DLL.
9767
9768 2002-01-04  TAMURA Kent  <tkent@users.sourceforge.net>
9769
9770         * include/wingdi.h (BI_JPEG, BI_PNG, GGO_BEZIER,GGO_UNHINTED,
9771          LAYOUT_RTL, LAYOUT_BITMAPORIENTATIONPRESERVED): Add defines.
9772         * include/winuser.h (HWND_MESSAGE, WS_EX_COMPOSITED,
9773         WS_EX_LAYERED, WS_EX_LAYOUTRTL, WS_EX_NOACTIVATE,
9774         WS_EX_NOINHERITLAYOUT): Add defines.
9775         * include/winnt.h (PF_RDTSC_INSTRUCTION_AVAILABLE,
9776         PF_PAE_ENABLED, MEM_PHYSICAL, MEM_RESET, MEM_TOP_DOWN,
9777         MEM_WRITE_WATCH): Add defines.
9778
9779
9780 2002-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
9781
9782         * include/winbase.h (InitializeCriticalSectionAndSpinCount):
9783         Add prototype.
9784         (SetCriticalSectionSpinCount): Likewise.
9785
9786 2001-12-30  Guido Serassio  <serassio@libero.it>
9787
9788         * include/winsvc.h: Add EnumServiceStatusEx(),
9789         QueryServiceStatusEx()
9790         & RegisterServiceCtrlHandlerEx()
9791
9792 2001-12-21  Robert Collins  <rbtcollins@hotmail.com>
9793
9794         * include/wingdi.h: Add GetRandomRgn and SYSRGN.
9795
9796 2001-12-20  Christopher Faylor  <cgf@redhat.com>
9797
9798         * lib/Makefile.in: Revert inst_installdir definitions to working
9799         versions.
9800
9801 2001-12-17  Guido Serassio  <serassio@libero.it>
9802
9803         * include/winsvc.h: Add ChangeServiceConfig2() &
9804         QueryServiceConfig2() definition
9805
9806 2001-12-17  Robert Collins  <rbtcollins@hotmail.com>
9807
9808         * include/commctrl.h: New typedefs for HDLAYOUT and LPHDLAYOUT based
9809         on MSDN documentation for XP.
9810
9811 2001-12-15  Andrew Begel  <abegel@eecs.berkeley.edu>
9812
9813         * include/winbase.h (CreateHardLink): Correct typo in UNICODE
9814         mappings.
9815
9816 2001-12-11  Phillip Susi  <psusi@cfl.rr.com>
9817
9818         * include/commctrl.h (ACS_*): Add new defines.
9819         (PGS_*): Ditto.
9820         (CBES_*): Ditto.
9821         (TBSTYLE_*): Ditto.
9822         (TB_*): Ditto.
9823         (TTS_*): Ditto.
9824         (UDS_HOTTRACK): Add define.
9825         (SBT_TOOLTIPS): Ditto.
9826         (TBS_*): Add new defines.
9827         (HDS_*): Ditto.
9828         (LVS_EX_*) Ditto.
9829         (LVKF_*): Ditto.
9830         (TCM_GETEXTENDEDSTYLE): Add define.
9831         (TVS_NOHSCROLL): Ditto.
9832         (TVIF_INTEGRAL): Ditto.
9833         (DTS_SHORTDATECENTURYFORMAT): Ditto.
9834         (TCS_*): Add new defines.
9835         (CBEM_*): Add defines.
9836         (tagNMITEMACTIVATE): Add structure definition and typedefs.
9837         (tagTVITEMEX[AW]: Ditto.
9838         (tagTVINSERTSTRUCT[AW]: Add union member.
9839         * include/winbase.h (VirtualAllocEx): Add prototype.
9840         * include/winuser.h (SS_*): Add new defines.
9841
9842 2001-12-07  Earnie Boyd  <earnie@users.sf.net>
9843
9844         * Makefile.in: Increment VERSION.
9845         * include/w32api.h: Ditto.
9846
9847 2001-12-07  Earnie Boyd  <earnie@users.sf.net>
9848
9849         * Makefile.in: Increment VERSION.
9850         * include/w32api.h: Ditto.
9851
9852 2001-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
9853
9854         * include/setupi.h (SetupDiCreateDeviceInterfaceRegKey[AW],
9855         SetupDiCreateDevRegKey[AW],SetupDiDeleteDeviceInterfaceRegKey,
9856         SetupDiDeleteDevRegKey,SetupDiOpenClassRegKey,
9857         SetupDiOpenClassRegKeyEx[AW],SetupDiOpenDeviceInterfaceRegKey,
9858         SetupDiOpenDevRegKey): Correct function names.
9859
9860 2001-12-04  Earnie Boyd  <earnie@users.sf.net>
9861
9862         * include/winuser.h (IDC_STATIC): Don't define.
9863
9864 2001-12-04  Danny Smith  <dannysmith@users.sourceforge.net>
9865
9866         Cleanup merge between SourceForge and winsup CVS.
9867         * include/winbase.h (OSVERSIONINFO[AW], OSVERSIONINFOEX[AW]: Remove
9868         definitions.
9869         * include/winnt.h (VER_NT*): Remove duplicate defines.
9870         (VER_SUITE*): Group with VER_PLATFORM*, VER_NT* defines.
9871
9872 2001-12-03  Earnie Boyd  <earnie@users.sf.net>
9873
9874         * include/accctrl.h: Change \r\n to \n.
9875
9876 2001-11-30  Danny Smith  <dannysmith@users.sourceforge.net>
9877
9878         * include/ipexport.h (IP_UNIDIRECTIONAL_ADAPTER_ADDRESS):
9879         Add structure definition.
9880         * include/iptypes.h (IP_PER_ADAPTER_INFO): Ditto.
9881         * include/iphlpapi.h (AddIPAddress,CreateProxyArpEntry,
9882         DeleteIPAddress,DeleteProxyArpEntry,EnableRouter,
9883         FlushIpNetTable,GetAdapterIndex,GetPerAdapterInfo,
9884         GetUniDirectionalAdapterInfo,SendARP,SetAdapterIpAddress,
9885         UnenableRouter) Declare functions.
9886         * lib/iphlpapi.def: Add function names to import lib.
9887
9888 2001-11-24  Danny Smith  <dannysmith@users.sourceforge.net>
9889
9890         * include/winnt.h (PACCESS_MASK): Add typedef.
9891         * include/aclapi.h: New file.
9892         * include/acctrl.h: New file.
9893         * lib/advapi32.def: Add missing symbols.
9894         * lib/test.c: Add #include <aclapi.h>.
9895
9896 2001-11-23  Danny Smith  <dannysmith@users.sourceforge.net>
9897
9898         * include/winbase.h (OSVERSIONINFO[AW],VER_PLATFORM_WIN32s,
9899         VER_PLATFORM_WIN32_WINDOWS,VER_PLATFORM_WIN32_NT): Move from
9900         here ...
9901         * include/winnt.h: ... to here.
9902         * include/winbase.h (VerifyVersionInfo[AW]): Add declaration.
9903         * include/winnt.h (OSVERSIONINFOEX[AW]): Add structure definitions
9904         and typedefs.
9905         (VER_NT_WORKSTATION,VER_NT_DOMAIN_CONTROLLER,VER_NT_SERVER):
9906         Add defines.
9907
9908 2001-11-19  Pierre Muller  <muller@ics.u-strasbg.fr>
9909
9910         * w32api/include/winnt.h: prepare SSE register support.
9911         (CONTEXT_EXTENDED_REGISTERS): Add new define.
9912         (MAXIMUM_SUPPORTED_EXTENSION): New define.
9913         (struct CONTEXT): ExtendedRegisters field added.
9914
9915 2001-11-16  Danny Smith  <dannysmith@users.sourceforge.net>
9916
9917         * include/winuser.h (tagALTTABINFO, tagCOMBOBOXINFO,
9918         tagCURSORINFO, tagMENUBARINFO, tagMENUINFO, tagMONITORINFO
9919         tagSCROLLBARINFO, tagTITLEBARINFO. tagWINDOWINFO,
9920         tagLASTINPUTINFO ): Define new structures.
9921         (EndMenu, GetAltTabInfo[AW],GetComboBoxInfo,GetCursorInfo,
9922         GetLastInputInfo, GetListBoxInfo, GetMenuBarInfo,
9923         GetMonitorInfo[AW], GetScrollBarInfo, GetTitleBarInfo,
9924         GetWindowInfo, GetWindowModuleFileName[AW],GetMenuInfo
9925         SetMenuInfo): Add new prototypes.
9926         * lib/user32.def: Add import stubs for above functions.
9927
9928         * include/winuser.h (IDC_STATIC): Protect against prior
9929         definition.
9930
9931 2001-11-12  Corinna Vinschen  <corinna@vinschen.de>
9932
9933         * include/winbase.h (OSVERSIONINFOEX): Add definition.
9934         * include/winnt.h: Add VER_NT_* and VER_SUITE_* defines.
9935
9936 2001-11-10  Robert Collins  <rbtcollins@hotmail.com>
9937
9938         * include/winnt.h: Add Danny Smith's text comment about gcc compiler
9939         warnings with _AUTHORITY #defines.
9940
9941 2001-11-09  Robert Collins  <rbtcollins@hotmail.com>
9942
9943         * include/winnt.h (GetCurrentFiber): Create a prototype before the
9944         implementation.
9945         (GetFiberData): Ditto.
9946
9947 2001-11-09  Robert Collins  <rbtcollins@hotmail.com>
9948
9949         * include/winnt.h: Backout last change.
9950
9951 2001-11-08  Robert Collins  <rbtcollins@hotmail.com>
9952
9953         * include/winnt.h: Define *_SID_AUTHORITY appropriately,
9954         GetCurrentFiber: Create a prototype before the implementation.
9955         GetFiberData: Ditto.
9956
9957 2001-11-06  Danny Smith  <dannysmith@users.sourceforge.net>
9958
9959         * include/winuser.h (IDC_STATIC): Add define.
9960         Thanks to: Benoit Laniel.
9961
9962 2001-11-05  Danny Smith  <dannysmith@users.sourceforge.net>
9963
9964         * include/commdlg.h: Include <unknwn.h> rather than local
9965         definition of LPUKNOWN.
9966         * include/rpcproxy.h: Don't include if ndef CINTERFACE.
9967         Emit warning.
9968
9969 2001-11-05  Mattia Barbon  <mbarbon@dsi.unive.it>
9970
9971         * include/windef.h (DECLSPEC_NORTEURN): Add an empty version
9972         for Watcom.
9973         (DECLARE_STDCALL_P): Use it to add __stdcall decoration for
9974         functions of the form 'type * function(...)' in a way compatible
9975         with both Watcom and GCC.
9976         * include/rpcdcep.h (I_RpcAllocate): Use DECLARE_STDCALL_P.
9977         * include/rpcproxy.h (CInterfaceProxyVtbl): Do not declare
9978         zero-sized arrays for Watcom. Mark as __extension for __GNUC__.
9979         * include/windows.h: Watcom can use anonymous structs/unions.
9980         * include/winnt.h: Watcom can use 64 bit ints.
9981         (GetCurrentFiber): Add another inline definition using
9982         Watcom inline assembly syntax.
9983         (GetFiberData): Likewise.
9984         * include/winsock.h (inet_ntoa): Use DECLARE_STDCALL_P.
9985         (gethostbyname): Likewise.
9986         (gethostbyaddr}: Likewise.
9987         (getservbyport}: Likewise.
9988         (getservbyname}: Likewise.
9989         (getprotobynumber}: Likewise.
9990         (getprotobyname}: Likewise.
9991         * include/winsock2.h (inet_ntoa): Use DECLARE_STDCALL_P.
9992         (gethostbyname}: Likewise.
9993         (gethostbyaddr}: Likewise.
9994         (getservbyport}: Likewise.
9995         (getservbyname}: Likewise.
9996         (getprotobynumber}: Likewise.
9997         (getprotobyname}: Likewise.
9998         * lib/diinut.c: Correction for Watcom.
9999         * lib/kernel32.c (GetCurrentFiber): Add another definition
10000         using Watcom inline assembly syntax.
10001         (GetFiberData): Likewise.
10002         * lib/scrnsave.c (WinMain): Add break after default:
10003         clause.
10004
10005 2001-11-04  "stefan"  <stefan@lkcc.org>
10006
10007         * include/winnt.h (GetCurrentFiber): Add prototype.
10008         (GetFiberData): Likewise.
10009
10010 2001-11-04  Christopher Faylor  <cgf@redhat.com>
10011
10012         * lib/Makefile.in: Add .NOTPARALLEL target since dlltool cannot run in
10013         parallel invocations.
10014
10015 2001-11-03  Christopher Faylor  <cgf@redhat.com>
10016
10017         * lib/scrnsave.c (WinMain): Trivial change to avoid a compiler warning.
10018
10019 2001-11-01  Danny Smith  <dannysmith@users.sourceforge.net>
10020
10021         * include/basetyps.h (DECLARE_INTERFACE): Don't add
10022         __attribute__((com_interface)) for __GNUC__ >= 3.
10023
10024 2001-11-01  Danny Smith  <dannysmith@users.sourceforge.net>
10025
10026         * include/commdlg.h (PRINTPAGERANGE): Add structure
10027         definition.
10028         (PRINTDLGEX[AW]): Likewise.
10029         (PrintDlgEx[AW]): Add function declaration.
10030         * lib/comdlg32.def (PrintDlgEx[AW]): Add function stubs.
10031         * ChangeLog: Fix typo in last entry.
10032
10033 2001-11-01  TAMURA Kent  <tkent@users.sourceforge.net>
10034
10035         * include/objbase.h (CoGetClassObject): Change third parameter
10036         to COSERVERINFO*.
10037
10038 2001-10-30  Danny Smith  <dannysmith@users.sourceforge.net>
10039
10040         * include/winuser.h (MOUSEEVENTF_WHEEL): Define.
10041         Thanks to: Kim Saunders.
10042         * include/oleauto.h: Define VARIANT* flags for VariantChangeType.
10043         Thanks to: Pat Thoyts.
10044         * include/winnt.h: Change C++ style comment to C style.
10045         * include/shlobj.h: Ditto.
10046         * include/objbase.h (enum tagCOINIT): Remove comma at end of
10047         list.
10048         * include/oledlg.h (enum tagOLEUIPASTEFLAG): Ditto.
10049         * include/oleidl.h (enum tagDROPEFFECT): Mark as __extension__
10050         (enum not limited to range of int).
10051         * include/oaidl.h (struct tagVARIANT): Mark as __extension__
10052         (struct with no named members), ifndef NONAMELESSUNION.
10053
10054 2001-10-30  Danny Smith  <dannysmith@users.sourceforge.net>
10055
10056         * include/winuser.h (CREATESTRUCT): UNICODE it.
10057         (CBT_CREATEWND): Likewise.
10058
10059 2001-10-20  Corinna Vinschen  <corinna@vinschen.de>
10060
10061         * include/winnetwk.h (WNetGetResourceInformationA): Add declaration.
10062         (WNetGetResourceInformationW): Ditto.
10063         (WNetGetResourceInformation): Add define.
10064
10065 2001-10-12  Pedro A Aranda  <paaguti@hotmail.com>
10066
10067         * include/winuser.h (POINTSTOPOINT): Use explicit casts
10068         before extracting words.
10069
10070 2001-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
10071
10072         * include/winnt.h: Add PF_* defines.
10073         Thanks to: "Wizord"  <wizord@argoslabs.com>
10074
10075 2001-09-18  Danny Smith  <dannysmith@users.sourceforge.net>
10076
10077         * include/winnt.h (_[U]LARGE_INTEGER): Mark nameless structure
10078         field as _ANONYMOUS_STRUCT.
10079         * include/setupapi.h (SP_DEVINSTALL_PARAMS): Add missing typedef
10080         for UNICODE.
10081         * include/ipexport.h (icmp_echo_reply): Remove extra ';'.
10082         * lib/makefile.in: Add -pedantic switch to TEST_OPTIONS for header
10083         test.
10084
10085 2001-09-17  Mattia Barbon  <mbarbon@dsi.unive.it>
10086
10087         * include/commctrl.h: Add some ListView constants.
10088
10089 2001-09-17  Earnie Boyd  <earnie@sf.net>
10090
10091         * lib/Makefile.in (inst_includedir): Add FIXME and remove the usr/
10092         portion of the directory from the install.
10093         (inst_libdir): Ditto.
10094         * Makefile.in (VERSION): Increment.
10095         * include/w32api.h: Increment version.
10096
10097 2001-09-13  Earnie Boyd  <earnie@SF.net>
10098
10099         * lib/Makefile.in (inst_includedir): Change to always use w32api
10100         subdirectory for target == cygwin.
10101         (inst_libdir): Ditto.
10102
10103 2001-09-13  Earnie Boyd  <earnie@SF.net>
10104
10105         * lib/Makefile.in (config_prefix): New variable.
10106         (inst_includedir): Manipulate special value only if target == cygwin
10107         and build == target and prefix != config_prefix.
10108         (inst_libdir): Ditto.
10109
10110 2001-09-12  Earnie Boyd  <earnie@SF.net>
10111
10112         * Makefile.in (TARFLAGS): New variable.
10113         (TARFILEEXT): Ditto.
10114
10115 2001-09-12  Earnie Boyd  <earnie@SF.net>
10116
10117         * Makefile.in: Increment version.
10118         * include/w32api.h: Ditto.
10119         * lib/Makefile.in: Add usr/ to install directory special for cygwin.
10120
10121 2001-09-11  Danny Smith  <dannysmith@users.sourceforge.net>
10122
10123         * include/winnt.h (_[U]LARGE_INTEGER): Protect nameless struct with
10124         !defined(NONAMELESSUNION), rather than defined(_ANONYMOUS_STRUCT).
10125         (_REPARSE_DATA_BUFFER): Name union field DUMMYUNIONNAME.
10126
10127 2001-09-05  Danny Smith  <dannysmith@users.sourceforge.net>
10128
10129         * include/wininet.h (InternetAutodial): Add prototype.
10130         (InternetAutodialHangup): Ditto.
10131         (InternetDial): Ditto.
10132         (InternetGetConnectedState): Ditto.
10133         (InternetGoOnline): Ditto.
10134         (InternetHangUp): Ditto.
10135         (InternetSetDialState): Ditto.
10136         Add associated INTERNET_* auto dial flags.
10137         Guard typedefs and prototypes with #ifndef RC_INVOKED.
10138
10139 2001-09-04  Earnie Boyd  <earnie@SF.Net>
10140
10141         * lib/Makefile.in: Move the setting of variable libdir to after the
10142         setting of exec_prefix since the value of libdir is dependant on it.
10143
10144 2001-09-04  Christopher Faylor  <cgf@cygnus.com>
10145
10146         * include/winbase.h: Add missing closing parentheses to
10147         InterlockedExchangePointer declaration.
10148
10149 2001-09-01  Danny Smith  <dannysmith@users.sourceforge.net>
10150
10151         * include/shlobj.h (CFSTR_* ): Add new defines.
10152         Thanks to: "Ron" <ron@debian.org> .
10153         Unicode them.
10154
10155 2001-09-01  Christopher Faylor  <cgf@cygnus.com>
10156
10157         * include/winnt.h: Use defined(_ANONYMOUS_STRUCT) to determine if
10158         anonymous structs are available rather than just testing preprocessor
10159         variable directly.
10160
10161 2001-08-31  Corinna Vinschen  <corinna@vinschen.de>
10162
10163         * include/winnt.h: Change definition of `SYSTEM_LUID' to comply
10164         with new `LARGE_INTEGER' definition.
10165
10166 2001-08-30  Christopher Faylor  <cgf@cygnus.com>
10167
10168         * include/winsock2.h: Remove "extra token" after #endif.
10169
10170 2001-08-31  Earnie Boyd  <earnie@SF.Net>
10171
10172         * config.guess: Remove the \r from the end of line.
10173         * config.sub: Ditto.
10174
10175 2001-08-30  Danny Smith  <dannysmith@users.sourceforge.net>
10176
10177         * include/winnt.h: Allow anonymous struct in [U]LARGE_INTEGER
10178         if __cplusplus as well as if _ANONYMOUS_STRUCT.
10179
10180 2001-08-29  Earnie Boyd  <earnie@SF.Net>
10181
10182         * config.guess: Add the MSYS system.
10183         * config.sub: Ditto.
10184         * include/winsock.h: Add the __INSIDE_MSYS__ protections.
10185         * incldue/winsock2.h: Ditto.
10186
10187 2001-08-29  Eric Kohl  <ekohl@users.sourceforge.net>
10188
10189         * include/winnt.h: Allow anonymous (Xxx.LowPart) or
10190         non-anonymous (Xxx.u.LowPart) access to HighPart and
10191         LowPart of a LARGE_INTEGER or ULARGE_INTEGER.
10192
10193 2001-08-24  TAMURA Kent  <tkent@users.sourceforge.net>
10194
10195         * include/wingdi.h (HANGUL_CHARSET): Add define.
10196
10197 2001-08-21  Earnie Boyd  <earnie@SF.Net>
10198
10199         * include/setupapi.h: Formatting.
10200
10201 2001-08-21  Earnie Boyd  <earnie@SF.Net>
10202
10203         * include/shlobj.h: Remove \r from the line endings.
10204
10205 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
10206
10207         * include/setupapi.h : New file.
10208         * lib/setupapi.def:New file.
10209         * lib/test.c: Include setupapi.h.
10210
10211 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
10212         * include/winioctl.h (_DISK_PERFORMANCE): Correct typo.
10213
10214 2001-08-21  Mattia Barbon  <mbarbon@dsi.unive.it>
10215
10216         * include/richedit.h (ENLINK): Add structure definition.
10217         (EM_AUTOURLDETECT, EN_LINK, ENM_LINK): Add defines.
10218
10219 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
10220
10221         * include/shlobj.h (CMIC_*): Remove duplicate defines.
10222         (CMDSTR_*): Remove duplicates; UNICODE string constants.
10223         (GCS_*): Make UNICODE.
10224         (CSIDL_*): Add more defines.
10225         * include/winioctl.h (_MEDIA_TYPE): Add pointer typedef.
10226         (_DISK_GEOMETRY): Ditto.
10227         (_DISK_PERFORMANCE): Ditto.
10228         * include/winbase.h (HasOverlappedIoCompleted): Add macro.
10229
10230 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10231
10232         * include/winnt.h: Move CHAR, SHORT and LONG typedefs outside
10233         of block protected by #ifndef VOID.
10234         (This reverts 1998-12-01 Anders Norlander change.)
10235         * include/odbcinst.h: End file with newline.
10236         * include/raserror.h: Ditto.
10237
10238 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10239
10240         * include/winsock2.h (#include <wtypes.h): Don't.
10241         (_BLOB): Define instead, if not already done.
10242         (__BLOB_T_DEFINED: New define for guarding _BLOB.
10243         * include/wtypes.h (_BLOB): Guard against prior definition.
10244
10245 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10246
10247         * include/oaidl.h (tagVARIANT): Mark anonymous structs and unions
10248         as __extension__.
10249         (tagTYPEDESC): Ditto.
10250         (_wireBRECORD): Add structure definition.
10251         (_wireSAFEARR_BRECORD): Ditto.
10252         (_wireSAFEARR_HAVEIID): Ditto.
10253         (_wireSAFEARRAY_UNION.u): Add fields SAFEARR_BRECORD RecordStr,
10254         SAFEARR_HAVEIID HaveIidStr.
10255         (tagVariant): Add fields _VARIANT_BOOL bool,*pbool.
10256         (_wireVARIANT): Change field parray to type wirePSAFEARRAY,
10257         pparray to wirePSAFEARRAY*.
10258         (_wireVARIANT): Add field wireBRECORD brecVal.
10259         (wireVARIANT): Change typedef to struct _wireVariant*.
10260         (IRecordInfo): Add interface definition.
10261         (LPRECORDINFO): Add typedef for IRecordInfo*.
10262         (IID_IRecordInfo): Add forward decalaration.
10263
10264 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10265
10266         * include/lmcons.h: Guard CNLEN and UNCLEN against prior definition.
10267         * include/nddeapi.h: Likewise.
10268
10269 2001-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
10270
10271         * lib/test.c (Win32_Winsock): Replace with __USE_W32_SOCKETS.
10272         Add more includes of w32api headers.
10273
10274 2001-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
10275
10276         * include/winnt.h (GetCurrentFiber): Change __inline to __inline__.
10277         Swap asm code with that of GetFiberData.
10278         (GetFiberData): Ditto.
10279         * lib/kernel32.c: New file, containing library versions of
10280         GetCurrentFiber and GetFiberData.
10281         * lib/makefile.in: Add kernel32.o as static object to libkernal32.a.
10282
10283 2001-08-08  Danny Smith  <dannysmith@users.sourceforge.net>
10284
10285         * include/winuser.h (GET_WHEEL_DELTA_WPARAM): Add macro.
10286         Thanks to: Harold Hunt <Harold@compasstechnologies.com>.
10287
10288 2001-08-08  Danny Smith  <dannysmith@users.sourceforge.net>
10289
10290         * lib/oleaut32.def: Regenerate.
10291
10292 2001-08-04  Danny Smith  <dannysmith@users.sourceforge.net>
10293
10294         * include/wtypes.h (DECIMAL_SETZERO): Correct typo.
10295
10296 2001-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
10297
10298         Apply Dmitry Bely  <dbely@mail.ru> patch 437834 (with additions).
10299         * include/oleidl.h (ISupportErrorInfo, ICreateInfo): Move from here
10300         * include/oaidl.h: ... to here.
10301         * include/oaidl.h ICreateErrorInfo): Add interface definition.
10302         (IErrorInfo::GetGUID): Change arg to GUID.
10303         (LPSUPPORTERRORINFO): Add typedef.
10304         (IID_ISupportErrorInfo): Change forward decl. of type to IID.
10305
10306 2001-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
10307
10308         * include/winsock2.h (WSAGET* and WSAMAKE*): Remove duplicate
10309         defines.
10310
10311 2001-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
10312
10313         * include/commctrl.h (TreeView_SetIndent): Correct typo.
10314
10315 2001-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
10316
10317         * include/commctrl.h (TBSTYPE_FLAT): Remove define.
10318         Thanks to: Jason Craig  <jacraig@softhome.net>
10319
10320 2001-07-30  Mattia Barbon  <mbarbon@dsi.unive.it>
10321
10322         * include/commctrl.h (TBBUTTONINFO[AW]): Add struct definitions,
10323         and UNICODE mappings, if _WIN32_IE >= 0x400.
10324         (TBIF_* and TB_SETBUTTONINFO): Add defines, if _WIN32_IE >= 0x400.
10325         (CDIS_*,CDDS_*,CDRF_*) : Add defines.
10326         (tagNMCUSTOMDRAWINFO): Add struct definition and typedefs.
10327         (tagNMLVCUSTOMDRAW): Likewise.
10328         (tagNMTVCUSTOMDRAW): Likewise.
10329         (tagNMLVCACHEHINT): Likewise.
10330
10331 2001-07-06  Danny Smith  <dannysmith@users.sourceforge.net>
10332
10333         * include/basetsd.h (#include <_mingw.h>): Remove.
10334         (__int64): Define.
10335
10336 2001-06-28  Danny Smith  <dannysmith@users.sourceforge.net>
10337
10338         * include/wingdi.h (AC_SRC_OVER): Add define.
10339         (struct _BLENDFUNCTION): Add.
10340
10341 2001-06-28  Danny Smith  <dannysmith@users.sourceforge.net>
10342
10343         * include/shlobj.h:  Add BIF_* defines.
10344
10345 2001-06-27  Danny Smith  <dannysmith@users.sourceforge.net>
10346
10347         * include/winerror.h (E_PENDING): Add error code define.
10348
10349 2001-06-27  Danny Smith  <dannysmith@users.sourceforge.net>
10350
10351         * include/basetsd.h (#include <_mingw.h>): Add directive.
10352
10353 2001-06-25  Danny Smith  <dannysmith@users.sourceforge.net>
10354
10355         * include/winbase.h (InterlockedCompareExchange): Change args
10356         and return value from PVOID to LONG.
10357         (InterlockedExchange): Change first arg to LPLONG.
10358         (InterlockedCompareExchangePointer): New macro.
10359         (InterlockedExchangePointer): New macro.
10360
10361 2001-06-19  Danny Smith  <dannysmith@users.sourceforge.net>
10362
10363         * lib/kernel32.def: Add LanguageGroup and UILanguage symbols.
10364         Thanks to Kevin Chase <kevincha99@hotmail.com>.
10365
10366 2001-06-11  TAMURA Kent  <tkent@users.sourceforge.net>
10367
10368         * objidl.h (IMalloc::ReAlloc()): Correct declaration.
10369         (IMalloc::Free()): Ditto.
10370
10371 2001-06-11  Danny Smith  <dannysmith@users.sourceforge.net>
10372
10373         * include/shlobj.h (REGSTR_PATH_EXPLORER): Unicode it.
10374         (REGSTR_PATH_SPECIAL_FOLDERS): Ditto.
10375         * include/regstr.h (REGSTR_PATH_EXPLORER): Add #ifndef guard.
10376
10377 2001-06-11  Mattia Barbon  <mbarbon@dsi.unive.it>
10378
10379         * include/shlobj.h (struct _browseinfo): UNICODE it.
10380         (SHBrowseForFolder): Ditto.
10381         (SHGetPathFromIDList): Ditto.
10382
10383 2001-06-11  Earnie Boyd  <earnie@users.sourceforge.net>
10384
10385         * include/basetsd.h: RC_INVOKED protection and realignment.
10386         Thanks to: Colin Peters <colinpeters@users.sourceforge.net>
10387
10388 2001-06-06  Earnie Boyd  <earnie@users.sourceforge.net>
10389
10390         * Makefile.in (bindist): Reassign value of exec_prefix on make command
10391         line.
10392
10393 2001-05-22  Christopher Faylor  <cgf@cygnus.com>
10394
10395         * lib/mapi32.def: Add MAPISendMail.
10396
10397 2001-05-22  Earnie Boyd  <earnie@users.sourceforge.net>
10398
10399         * include/w32api.h: Update version.
10400         * Makefile.in: Ditto.
10401
10402 2001-05-17  Corinna Vinschen  <corinna@vinschen.de>
10403
10404         * include/winnt.h: Define SE_GROUP_LOGON_ID as unsigned to avoid
10405         compiler warnings.
10406
10407 2001-05-17  Corinna Vinschen  <corinna@vinschen.de>
10408
10409         * include/ntdef.h: Protect definition of OBJECT_ATTRIBUTES against
10410         previous definition in include/ntsecapi.h.
10411         * include/ntsecapi.h: Vice versa.
10412
10413 2001-05-16  Corinna Vinschen  <corinna@vinschen.de>
10414
10415         * include/winnt.h: Add defines for group attributes.
10416         Add define for SYSTEM_LUID.
10417         Add missing types `PTOKEN_DEFAULT_DACL', `PTOKEN_OWNER' and
10418         `PTOKEN_PRIMARY_GROUP'.
10419
10420 2001-04-24  Christopher Faylor  <cgf@cygnus.com>
10421
10422         * lib/Makefile.in: Install libraries in /usr/lib/w32api when building
10423         for cygwin.
10424
10425 2001-04-24  Christopher Faylor  <cgf@cygnus.com>
10426
10427         * include/winsock2.h: Protect one *more* newlib defines when compiling
10428         cygwin.
10429
10430 2001-04-23  Christopher Faylor  <cgf@cygnus.com>
10431
10432         * include/winsock2.h: Protect some more newlib defines when compiling
10433         cygwin.
10434
10435 2001-04-23  Christopher Faylor  <cgf@cygnus.com>
10436
10437         * include/winsock.h: Protect some more newlib defines when compiling
10438         cygwin.
10439
10440 2001-04-17  Egor Duda  <deo@logos-m.ru>
10441
10442         * include/windows.h: Define _ANONYMOUS_STRUCT and _ANONYMOUS_UNION
10443         as __extenstion__ when appropriate.
10444         * include/mmsystem.h: Mark anonymous structs and unions as
10445         __extension__ to prevent compiler warning when invoked with
10446         -pedantic
10447         * include/oaidl.h: Ditto.
10448         * include/objidl.h: Ditto.
10449         * include/olectl.h: Ditto.
10450         * include/prsht.h: Ditto.
10451         * include/shlobj.h: Ditto.
10452         * include/winbase.h: Ditto.
10453         * include/winnt.h: Ditto.
10454         * include/wtypes.h: Ditto.
10455
10456 2001-04-11  Danny Smith  <dannysmith@users.sourceforge.net>
10457
10458         * include/windows.h (#include <winsock.h>): Include <winsock2.h>
10459         instead if (_WIN32_WINNT >= 0x0400)&&(__W32API_MAJOR_VERSION > 0).
10460
10461 2001-04-11  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10462
10463         * include/winuser.h (WM_IME_*): Remove defines (now in imm.h).
10464
10465 2001-04-11  John Fortin  <fortinj@attglobal.net>
10466
10467         * include/windef.h (*PBOOL): Unprotect from XFree86Server.
10468         (*LPBOOL): Ditto.
10469
10470 2001-04-08  Christopher Faylor  <cgf@cygnus.com>
10471
10472         * include/winnt.h (GetCurrentFiber): Make "external __inline" or asm
10473         code will be included in every module which includes this header.
10474         (GetFiberData): Ditto.
10475
10476 2001-04-08  Earnie Boyd  <earnie@users.sourceforge.net>
10477
10478         * include/winnt.h (GetCurrentFiber): Fix typo.
10479
10480 2001-04-08  Earnie Boyd  <earnie@users.sourceforge.net>
10481
10482         * include/shellapi.h: (CommandLineToArgvW): Add WINAPI declaration.
10483         * include/winbase.h: (GetFileAttributesExW): Fix typo.
10484         * include/wingdi.h: (StartDocA): Change LPDOCINFOA to DOCINFOA*.
10485         (StartDocB): Chage LNPDOCINFOB to DOCINFOB*.
10486         Thanks To: Kent Tamura  <tkent@users.sourceforge.net>
10487
10488         * include/winnt.h: (GetFiberData): Add __inline assembler coding.
10489         (GetCurrentFiber): Ditto.
10490         Thanks to: Andy Younger  <AndyY@redlemon.com>
10491
10492         * include/windef.h: (HMONITOR_DECLARED): New definition to stop
10493         DirectX 8 from complaining.
10494         Thanks to: Sigbjørn Lund Olsen  <mosikos@online.no>
10495
10496 2001-04-08  Michael Soderstrom  <ichaelsoderstro@hotmail.com>
10497
10498         * include/commctrl.h Updated TreeView and ListView defines and macros.
10499
10500 2001-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
10501
10502         * include/winuser.h (MB_SERVICE_NOTIFICATION): Correct value for NT4
10503         and above.
10504
10505 2001-03-30  Earnie Boyd  <earnie@users.sourceforge.net>
10506         * include/winuser.h (VK_KANA): New definition.
10507         Thanks to: "Harold Hunt" <huntharo@msu.edu>
10508
10509 2001-03-29  Earnie Boyd  <earnie@users.sourceforge.net
10510
10511         * include/winuser.h (RT_CURSOR): Add protection for XFree86Server.
10512         (RT_FONT): Ditto.
10513         * include/basetsd.h (INT32): Ditto.
10514         * include/windef.h (ATOM): Ditto.
10515         (BOOL): Ditto.
10516         (BYTE): Ditto.
10517         * include/winbase.h (FreeResource): Ditto.
10518         Thanks to: "Harold Hunt" <huntharo@msu.edu>
10519
10520 2001-03-20  Danny Smith  <dannysmith@users.sourceforge.net>
10521
10522         * include/winsock.h (_SYS_TYPES_H macro guard for int types): Remove;
10523         use only _BSDTYPES_DEFINED macro now defined in newlib sys/types.h.
10524         (SYS_TYPES_H macro guard for fd_set): Replace with_SYS_TYPES_FD_SET
10525         macro now defined in newlib sys/types.h.  Emit warning if defined.
10526         * include/winsock2.h: Ditto.
10527         * include/windows.h (Win32_Winsock): Replace with new macros
10528         __USE_W32_SOCKETS and warn of deprecation.
10529
10530 2001-03-13  Earnie Boyd  <earnie@users.sourceforge.net
10531
10532         * include/wingdi.h: (DOCINFO) Ansi version defined incorrectly.
10533         Thanks to: Mattia Barbon <mbarbon@dsi.unive.it>
10534
10535 2001-03-12  Earnie Boyd  <earnie@users.sourceforge.net
10536
10537         * include/commctrl.h (TBSTYLE_FLAT): New definition.
10538         (TB_GETBUTTONSIZE): Ditto.
10539         (TCS_HOTTRACK): Ditto.
10540         Thanks to: Chris Hansen <popeofpop@softhome.net>
10541
10542 2001-03-01  Earnie Boyd  <earnie@users.sourceforge.net
10543
10544         * Makefile.in: (snapshot): Add target.
10545         * lib/Makefile.in: (install-headers): Use installdir variable.
10546         (installdir): Set value based on target-alias.
10547
10548 2001-02-21  Earnie Boyd  <earnie@users.sourceforge.net
10549
10550         * include/w32api.h: (_W32API_VERSION): Remove.
10551         (__W32API_VERSION): Add.
10552         (__W32API_MAJOR_VERSION): Ditto.
10553         (__W32API_MINOR_VERSION): Ditto.
10554
10555 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
10556
10557         * include/wingdi.h (struct _DOCINFO[AW]): UNICODE it.
10558         (StartDoc[AW]): Use UNICODE'd LPDOCINFO[AW]
10559         * include/winuser.h (struct tagMOUSEKEYS): Define new structure.
10560         * include/winerror.h (NTE_*): Add CryptoAPI error codes.
10561
10562 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
10563
10564         * include/mswsock.h: New file.
10565         * include/ws2tcpip.h: New file.
10566         * include/winsock.h (IPPROTO_IGMP): New define.
10567         (IPPROTO_GGP): Correct value.
10568         (SO_* macros): Remove mswsock defines.
10569         (TCP_BSDURGENT): Likewise.
10570         (IP_* macros): Add comment warning of WinSock2 incompatibility
10571         (WSARecvEx): Remove mswsock prototype.
10572         (TransmitFile): Likewise.
10573         (AcceptEx): Likewise.
10574         (GetAcceptExSockaddrs): Likewise.
10575         (struct _TRANSMIT_FILE_BUFFERS): Remove mswsock definition.
10576         (#include <mswsock.h>): Add directive and explanatory comment
10577         * include/winsock2.h (header guard): add guard for  _WINSOCK_H
10578         (_WINSOCK_H): Define to prevent later inclusion of winsock.h
10579         (#include <winsock.h>): Replace directive with winsock.h file content
10580         The following changes apply to the merged file:
10581         (FD_SET): Keep winsock2.h definition, delete winsock.h definition
10582         (SOMAXCONN): Likewise
10583         (#include <nspapi.h>): Move - don't include until LPSOCKADDR defined
10584         (IP_* macros): Delete WinSock1 definitions (WinSock2 definitions now
10585         in ws2tcpip.h)
10586         (struct ip_mreq): Delete (now defined in ws2tcpip.h for WinSock2)
10587         (FD_*_BIT and FD_* defines): Place together and extend to
10588         FD_MAX_EVENTS 10
10589         (AF* defines): Extend to AF_MAX 10
10590         (WSAIsBlocking): #if 0 out prototype (N/A in WinSock2)
10591         (WSAUnhookBlockingHook): Likewise.
10592         (WSASetBlockingHook): Likewise.
10593         (WSACancelBlockingCall): Likewise.
10594         (WSAEINPROGRESS): Comment as not raised in WinSock2.
10595         (#include <mswsock.h>): Delete directive inherited from winsock.h
10596         (WSA_QOS* defines): Add QualityOfService error codes.
10597         (SIO_* defines): Add new macros
10598         * include/ipexport.h (IP_STATUS flags): Add definitions.
10599         (IP_FLAG_DF): Likewise.
10600         (IP_OPT_* ): Likewise.
10601         (struct ip_option_information): Likewise.
10602         (struct icmp_echo_reply): Likewise.
10603
10604 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
10605
10606         * include/commctrl.h: Revert TEXT change.
10607         * include/lmalert.h: Ditto.
10608         * include/lmcons.h: Ditto.
10609         * include/lmsname.h: Ditto.
10610         * include/lmsvc.h: Ditto.
10611         * include/ntsecapi.h: Ditto.
10612         * include/oledlg.h: Ditto.
10613         * include/ras.h: Ditto.
10614         * include/regstr.h: Ditto.
10615         * include/richedit.h: Ditto.
10616         * include/wininet.h: Ditto.
10617         * include/winnt.h: Ditto.
10618
10619 2001-02-15  Earnie Boyd  <earnie@users.sourceforge.net>
10620
10621         * include/commctrl.h: Use _TEXT() instead of TEXT() throughout.
10622         * include/lmalert.h: Ditto.
10623         * include/lmcons.h: Ditto.
10624         * include/lmsname.h: Ditto.
10625         * include/lmsvc.h: Ditto.
10626         * include/ntsecapi.h: Ditto.
10627         * include/oledlg.h: Ditto.
10628         * include/ras.h: Ditto.
10629         * include/regstr.h: Ditto.
10630         * include/richedit.h: Ditto.
10631         * include/wininet.h: Ditto.
10632         * include/w32api.h: New File.
10633
10634 2001-02-13  Corinna Vinschen  <corinna@vinschen.de>
10635
10636         * include/shlobj.h: Add missing SLR_* flags.
10637
10638 2001-02-12:  Earnie Boyd  <earnie@users.sourceforge.net>
10639
10640         * lib/Makefile.in: (host_alias): Add variable.
10641         (host_build): Ditto:
10642         (xinstall): Removed
10643         (xinstall-libraries): Ditto.
10644         (xinstall-headers): Ditto.
10645         (xuninstall): Ditto.
10646         (xuninstall-libraries): Ditto.
10647         (xuninstall-headers): Ditto.
10648         * Makefile.in: (host_alias): Add variable.
10649         (build_alias): Ditto.
10650
10651 2001-02-02  Earnie Boyd  <earnie@users.sourceforge.net>
10652
10653         * include/winnt.h: (__TEXT): Add private macro.
10654         (_TEXT): Modify definition to use __TEXT.
10655         (_T): Ditto.
10656         This change allows the passing of a MACRO as an argument and have that
10657         MACRO resolved first.
10658         Thanks to: Eric PAIRE <eric.paire@ri.silicomp.com>
10659
10660 2001-01-31  Earnie Boyd  <earnie@users.sourceforge.net>
10661
10662         * Makefile.in: Increment VERSION to 0.5
10663         * include/winnt.h: Change TEXT to _TEXT throughout.
10664         (SID_RELEASE): Define.
10665         Thanks to: Eric PAIRE <eric.paire@ri.silicomp.com>
10666
10667 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10668
10669         * Apply Phil Krylov patches.
10670         2001-01-19  Phil Krylov  <phil@mail.ru>
10671         * include/commctrl.h: (HDI_IMAGE) New definition.
10672         (HDI_DI_SETITEM) Ditto.
10673         (HDI_ORDER) Ditto.
10674         (HDI_FILTER) Ditto.
10675         (HDF_BITMAP_ON_RIGHT) Ditto.
10676         (HDF_IMAGE) Ditto.
10677         (HDM_SETORDERARRAY) Ditto.
10678         (Header_SetOrderArray) Ditto.
10679         (ICC_BAR_CLASSES) Ditto.
10680         (struct _HD_ITEMA) Change definition.
10681         (struct _HD_ITEMW) Ditto.
10682         (struct tagINITCOMMONCONTROLSEX) Enclose in _WIN32_IE braces.
10683         (InitCommonControlsEx()) Ditto.
10684         2001-01-23  Phil Krylov  <phil@mail.ru>
10685         * include/richedit.h: Many Richedit 2.0 definitions.
10686
10687 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10688
10689         * include/winuser.h: (IDC_HAND)  New resource identifier.
10690         Thanks to: Mark Jordon <mark_jordan@ieee.org>
10691
10692 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10693
10694         * include/iptypes.h: Include <sys/types.h> for time_t declaration.
10695         Fix typo's.
10696
10697 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10698
10699         * include/objidl.h: (GetClassID): Argument needs to be a pointer.
10700         (GetUnmarshalClass): CLSID argument needs to be a pointer.
10701         Thanks To: <bge@users.sourceforge.net>
10702
10703 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10704
10705         * Apply Danny Smith patch 102386
10706         2000-11-15  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10707         * lib/rasapi32.def: add symbols available in NT4 and W2k
10708
10709 2001-01-28  Earnie Boyd  <earnie@users.sourceforge.net>
10710
10711         * Apply Danny Smith patch 102382
10712         2000-11-15  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10713         * lib/mswsock.def: remove leading underscores from symbol names
10714
10715 2001-01-28  Earnie Boyd  <earnie@users.sourceforge.net>
10716
10717         * Apply Danny Smith patch 102446
10718         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10719         * include/sql.h (ODBCVER): change default to 0x0351.
10720         (SQLSetScrollOptions): non-core function, move prototype to sqlext.h.
10721         (SQLColAttributes): likewise.
10722         (SQLBindParam): add prototype for ODBC 3.x function.
10723         (SQLCloseCursor): likewise.
10724         (SQLColAttribute): likewise.
10725         (SQLCopyDesc):likewise.
10726         (SQLEndTran): likewise.
10727         (SQLFetchScroll): likewise.
10728         (SQLGetConnectAttr): likewise.
10729         (SQLGetDescField): likewise.
10730         (SQLGetDescRec): likewise.
10731         (SQLGetDiagField): likewise.
10732         (SQLGetDiagRec): likewise.
10733         (SQLGetEnvAttr): likewise.
10734         (SQLGetStmtAttr): likewise.
10735         (SQLSetConnectAttr): likewise.
10736         (SQLSetDescField):likewise.
10737         (SQLSetDescRec): likewise.
10738         (SQLSetEnvAttr): likewise.
10739         (SQLSetStmtAttr): likewise.
10740         (SQLINTENGER and SQLUINTEGER): replace with SQLLEN and SQLULEN for
10741         _WIN64 compatability;
10742         (SQL_ACCESS_MODE): Move define to sqlext.h (used in non-core functions).
10743         (SQL_ACTIVE_CONNECTIONS): likewise.
10744         (SQL_ACTIVE_STATEMENTS): likewise.
10745         (SQL_ALL_EXCEPT_LIKE): likewise.
10746         (SQL_API_ALL_FUNCTIONS): likewise.
10747         (SQL_API_LOADBYORDINAL): likewise.
10748         (SQL_API_SQLBINDPARAMETER): likewise.
10749         (SQL_API_SQLBROWSECONNECT): likewise.
10750         (SQL_API_SQLCOLATTRIBUTES): likewise.
10751         (SQL_API_SQLCOLUMNPRIVILEGES): likewise.
10752         (SQL_API_SQLDESCRIBEPARAM): likewise.
10753         (SQL_API_SQLDRIVERCONNECT): likewise.
10754         (SQL_API_SQLDRIVERS): likewise.
10755         (SQL_API_SQLEXTENDEDFETCH): likewise.
10756         (SQL_API_SQLFOREIGNKEYS): likewise.
10757         (SQL_API_SQLMORERESULTS): likewise.
10758         (SQL_API_SQLNATIVESQL): likewise.
10759         (SQL_API_SQLNUMPARAMS): likewise.
10760         (SQL_API_SQLPARAMOPTIONS): likewise.
10761         (SQL_API_SQLPRIMARYKEYS): likewise.
10762         (SQL_API_SQLPROCEDURECOLUMNS): likewise.
10763         (SQL_API_SQLPROCEDURES): likewise.
10764         (SQL_API_SQLSETPOS): likewise.
10765         (SQL_API_SQLSETSCROLLOPTIONS): likewise.
10766         (SQL_API_SQLTABLEPRIVILEGES): likewise.
10767         (SQL_ASYNC_ENABLE): likewise.
10768         (SQL_ASYNC_ENABLE_DEFAULT): likewise.
10769         (SQL_ASYNC_ENABLE_OFF): likewise.
10770         (SQL_ASYNC_ENABLE_ON): likewise.
10771         (SQL_ATTR_READONLY): likewise.
10772         (SQL_ATTR_READWRITE_UNKNOWN): likewise.
10773         (SQL_ATTR_WRITE): likewise.
10774         (SQL_AUTOCOMMIT): likewise.
10775         (SQL_AUTOCOMMIT_DEFAULT): likewise.
10776         (SQL_AUTOCOMMIT_OFF): likewise.
10777         (SQL_AUTOCOMMIT_ON): likewise.
10778         (SQL_BEST_ROWID): likewise.
10779         (SQL_BIGINT): likewise.
10780         (SQL_BINARY): likewise.
10781         (SQL_BIND_BY_COLUMN): likewise.
10782         (SQL_BIND_TYPE): likewise.
10783         (SQL_BIND_TYPE_DEFAULT): likewise.
10784         (SQL_BIT): likewise.
10785         (SQL_BOOKMARK_PERSISTENCE): likewise.
10786         (SQL_BP_CLOSE): likewise.
10787         (SQL_BP_DELETE): likewise.
10788         (SQL_BP_DROP): likewise.
10789         (SQL_BP_OTHER_HSTMT): likewise.
10790         (SQL_BP_SCROLL): likewise.
10791         (SQL_BP_TRANSACTION): likewise.
10792         (SQL_BP_UPDATE): likewise.
10793         (SQL_C_BINARY): likewise.
10794         (SQL_C_BIT): likewise.
10795         (SQL_C_BOOKMARK): likewise.
10796         (SQL_C_CHAR): likewise.
10797         (SQL_C_DATE): likewise.
10798         (SQL_C_DEFAULT): likewise.
10799         (SQL_C_DOUBLE): likewise.
10800         (SQL_C_FLOAT): likewise.
10801         (SQL_C_LONG): likewise.
10802         (SQL_C_SHORT): likewise.
10803         (SQL_C_SLONG): likewise.
10804         (SQL_C_SSHORT): likewise.
10805         (SQL_C_STINYINT): likewise.
10806         (SQL_C_TIME): likewise.
10807         (SQL_C_TIMESTAMP): likewise.
10808         (SQL_C_TINYINT): likewise.
10809         (SQL_C_ULONG): likewise.
10810         (SQL_C_USHORT): likewise.
10811         (SQL_C_UTINYINT): likewise.
10812         (SQL_CB_NON_NULL): likewise.
10813         (SQL_CB_NULL): likewise.
10814         (SQL_CC_CLOSE): likewise.
10815         (SQL_CC_DELETE): likewise.
10816         (SQL_CC_PRESERVE): likewise.
10817         (SQL_CN_ANY): likewise.
10818         (SQL_CN_DIFFERENT): likewise.
10819         (SQL_CN_NONE): likewise.
10820         (SQL_COLATT_OPT_MAX): likewise.
10821         (SQL_COLATT_OPT_MIN): likewise.
10822         (SQL_COLUMN_ALIAS): likewise.
10823         (SQL_COLUMN_AUTO_INCREMENT): likewise.
10824         (SQL_COLUMN_CASE_SENSITIVE): likewise.
10825         (SQL_COLUMN_COUNT): likewise.
10826         (SQL_COLUMN_DISPLAY_SIZE): likewise.
10827         (SQL_COLUMN_DRIVER_START): likewise.
10828         (SQL_COLUMN_LABEL): likewise.
10829         (SQL_COLUMN_LENGTH): likewise.
10830         (SQL_COLUMN_MONEY): likewise.
10831         (SQL_COLUMN_NAME): likewise.
10832         (SQL_COLUMN_NULLABLE): likewise.
10833         (SQL_COLUMN_OWNER_NAME): likewise.
10834         (SQL_COLUMN_PRECISION): likewise.
10835         (SQL_COLUMN_QUALIFIER_NAME): likewise.
10836         (SQL_COLUMN_SCALE): likewise.
10837         (SQL_COLUMN_SEARCHABLE): likewise.
10838         (SQL_COLUMN_TABLE_NAME): likewise.
10839         (SQL_COLUMN_TYPE): likewise.
10840         (SQL_COLUMN_TYPE_NAME): likewise.
10841         (SQL_COLUMN_UNSIGNED): likewise.
10842         (SQL_COLUMN_UPDATABLE): likewise.
10843         (SQL_CONCAT_NULL_BEHAVIOR): likewise.
10844         (SQL_CONCUR_DEFAULT): likewise.
10845         (SQL_CONCUR_LOCK): likewise.
10846         (SQL_CONCUR_READ_ONLY): likewise.
10847         (SQL_CONCUR_ROWVER): likewise.
10848         (SQL_CONCUR_TIMESTAMP): likewise.
10849         (SQL_CONCUR_VALUES): likewise.
10850         (SQL_CONCURRENCY): likewise.
10851         (SQL_CONN_OPT_MAX): likewise.
10852         (SQL_CONN_OPT_MIN): likewise.
10853         (SQL_CONNECT_OPT_DRVR_START): likewise.
10854         (SQL_CONVERT_BIGINT): likewise.
10855         (SQL_CONVERT_BINARY): likewise.
10856         (SQL_CONVERT_BIT): likewise.
10857         (SQL_CONVERT_CHAR): likewise.
10858         (SQL_CONVERT_DATE): likewise.
10859         (SQL_CONVERT_DECIMAL): likewise.
10860         (SQL_CONVERT_DOUBLE): likewise.
10861         (SQL_CONVERT_FLOAT): likewise.
10862         (SQL_CONVERT_FUNCTIONS): likewise.
10863         (SQL_CONVERT_INTEGER): likewise.
10864         (SQL_CONVERT_LONGVARBINARY): likewise.
10865         (SQL_CONVERT_LONGVARCHAR): likewise.
10866         (SQL_CONVERT_NUMERIC): likewise.
10867         (SQL_CONVERT_REAL): likewise.
10868         (SQL_CONVERT_SMALLINT): likewise.
10869         (SQL_CONVERT_TIME): likewise.
10870         (SQL_CONVERT_TIMESTAMP): likewise.
10871         (SQL_CONVERT_TINYINT): likewise.
10872         (SQL_CONVERT_VARBINARY): likewise.
10873         (SQL_CONVERT_VARCHAR): likewise.
10874         (SQL_CORRELATION_NAME): likewise.
10875         (SQL_CR_CLOSE): likewise.
10876         (SQL_CR_DELETE): likewise.
10877         (SQL_CR_PRESERVE): likewise.
10878         (SQL_CUR_DEFAULT): likewise.
10879         (SQL_CUR_USE_DRIVER): likewise.
10880         (SQL_CUR_USE_IF_NEEDED): likewise.
10881         (SQL_CUR_USE_ODBC): likewise.
10882         (SQL_CURRENT_QUALIFIER): likewise.
10883         (SQL_CURSOR_DYNAMIC): likewise.
10884         (SQL_CURSOR_FORWARD_ONLY): likewise.
10885         (SQL_CURSOR_KEYSET_DRIVEN): likewise.
10886         (SQL_CURSOR_ROLLBACK_BEHAVIOR): likewise.
10887         (SQL_CURSOR_STATIC): likewise.
10888         (SQL_CURSOR_TYPE): likewise.
10889         (SQL_CURSOR_TYPE_DEFAULT): likewise.
10890         (SQL_CVT_BIGINT): likewise.
10891         (SQL_CVT_BINARY): likewise.
10892         (SQL_CVT_BIT): likewise.
10893         (SQL_CVT_CHAR): likewise.
10894         (SQL_CVT_DATE): likewise.
10895         (SQL_CVT_DECIMAL): likewise.
10896         (SQL_CVT_DOUBLE): likewise.
10897         (SQL_CVT_FLOAT): likewise.
10898         (SQL_CVT_INTEGER): likewise.
10899         (SQL_CVT_LONGVARBINARY): likewise.
10900         (SQL_CVT_LONGVARCHAR): likewise.
10901         (SQL_CVT_NUMERIC): likewise.
10902         (SQL_CVT_REAL): likewise.
10903         (SQL_CVT_SMALLINT): likewise.
10904         (SQL_CVT_TIME): likewise.
10905         (SQL_CVT_TIMESTAMP): likewise.
10906         (SQL_CVT_TINYINT): likewise.
10907         (SQL_CVT_VARBINARY): likewise.
10908         (SQL_CVT_VARCHAR): likewise.
10909         (SQL_DATABASE_NAME): likewise.
10910         (SQL_DATE): likewise.
10911         (SQL_DRIVER_HDBC): likewise.
10912         (SQL_DRIVER_HENV): likewise.
10913         (SQL_DRIVER_HLIB): likewise.
10914         (SQL_DRIVER_HSTMT): likewise.
10915         (SQL_DRIVER_NAME): likewise.
10916         (SQL_DRIVER_ODBC_VER): likewise.
10917         (SQL_DRIVER_VER): likewise.
10918         (SQL_ENSURE): likewise.
10919         (SQL_EXPRESSIONS_IN_ORDERBY): likewise.
10920         (SQL_EXT_API_LAST): likewise.
10921         (SQL_EXT_API_START): likewise.
10922         (SQL_FD_FETCH_BOOKMARK): likewise.
10923         (SQL_FD_FETCH_PREV): likewise.
10924         (SQL_FD_FETCH_RESUME): likewise.
10925         (SQL_FETCH_PREV): likewise.
10926         (SQL_FETCH_RESUME): likewise.
10927         (SQL_FILE_NOT_SUPPORTED): likewise.
10928         (SQL_FILE_QUALIFIER): likewise.
10929         (SQL_FILE_TABLE): likewise.
10930         (SQL_FILE_USAGE): likewise.
10931         (SQL_FN_CVT_CONVERT): likewise.
10932         (SQL_FN_NUM_ABS): likewise.
10933         (SQL_FN_NUM_ACOS): likewise.
10934         (SQL_FN_NUM_ASIN): likewise.
10935         (SQL_FN_NUM_ATAN): likewise.
10936         (SQL_FN_NUM_ATAN2): likewise.
10937         (SQL_FN_NUM_CEILING): likewise.
10938         (SQL_FN_NUM_COS): likewise.
10939         (SQL_FN_NUM_COT): likewise.
10940         (SQL_FN_NUM_DEGREES): likewise.
10941         (SQL_FN_NUM_EXP): likewise.
10942         (SQL_FN_NUM_FLOOR): likewise.
10943         (SQL_FN_NUM_LOG): likewise.
10944         (SQL_FN_NUM_LOG10): likewise.
10945         (SQL_FN_NUM_MOD): likewise.
10946         (SQL_FN_NUM_PI): likewise.
10947         (SQL_FN_NUM_POWER): likewise.
10948         (SQL_FN_NUM_RADIANS): likewise.
10949         (SQL_FN_NUM_RAND): likewise.
10950         (SQL_FN_NUM_ROUND): likewise.
10951         (SQL_FN_NUM_SIGN): likewise.
10952         (SQL_FN_NUM_SIN): likewise.
10953         (SQL_FN_NUM_SQRT): likewise.
10954         (SQL_FN_NUM_TAN): likewise.
10955         (SQL_FN_NUM_TRUNCATE): likewise.
10956         (SQL_FN_STR_ASCII): likewise.
10957         (SQL_FN_STR_CHAR): likewise.
10958         (SQL_FN_STR_CONCAT): likewise.
10959         (SQL_FN_STR_DIFFERENCE): likewise.
10960         (SQL_FN_STR_INSERT): likewise.
10961         (SQL_FN_STR_LCASE): likewise.
10962         (SQL_FN_STR_LEFT): likewise.
10963         (SQL_FN_STR_LENGTH): likewise.
10964         (SQL_FN_STR_LOCATE): likewise.
10965         (SQL_FN_STR_LOCATE_2): likewise.
10966         (SQL_FN_STR_LTRIM): likewise.
10967         (SQL_FN_STR_REPEAT): likewise.
10968         (SQL_FN_STR_REPLACE): likewise.
10969         (SQL_FN_STR_RIGHT): likewise.
10970         (SQL_FN_STR_RTRIM): likewise.
10971         (SQL_FN_STR_SOUNDEX): likewise.
10972         (SQL_FN_STR_SPACE): likewise.
10973         (SQL_FN_STR_SUBSTRING): likewise.
10974         (SQL_FN_STR_UCASE): likewise.
10975         (SQL_FN_SYS_DBNAME): likewise.
10976         (SQL_FN_SYS_IFNULL): likewise.
10977         (SQL_FN_SYS_USERNAME): likewise.
10978         (SQL_FN_TD_CURDATE): likewise.
10979         (SQL_FN_TD_CURTIME): likewise.
10980         (SQL_FN_TD_DAYNAME): likewise.
10981         (SQL_FN_TD_DAYOFMONTH): likewise.
10982         (SQL_FN_TD_DAYOFWEEK): likewise.
10983         (SQL_FN_TD_DAYOFYEAR): likewise.
10984         (SQL_FN_TD_HOUR): likewise.
10985         (SQL_FN_TD_MINUTE): likewise.
10986         (SQL_FN_TD_MONTH): likewise.
10987         (SQL_FN_TD_MONTHNAME): likewise.
10988         (SQL_FN_TD_NOW): likewise.
10989         (SQL_FN_TD_QUARTER): likewise.
10990         (SQL_FN_TD_SECOND): likewise.
10991         (SQL_FN_TD_TIMESTAMPadd): likewise.
10992         (SQL_FN_TD_TIMESTAMPDIFF): likewise.
10993         (SQL_FN_TD_WEEK): likewise.
10994         (SQL_FN_TD_YEAR): likewise.
10995         (SQL_FN_TSI_DAY): likewise.
10996         (SQL_FN_TSI_FRAC_SECOND): likewise.
10997         (SQL_FN_TSI_HOUR): likewise.
10998         (SQL_FN_TSI_MINUTE): likewise.
10999         (SQL_FN_TSI_MONTH): likewise.
11000         (SQL_FN_TSI_QUARTER): likewise.
11001         (SQL_FN_TSI_SECOND): likewise.
11002         (SQL_FN_TSI_WEEK): likewise.
11003         (SQL_FN_TSI_YEAR): likewise.
11004         (SQL_GB_GROUP_BY_CONTAINS_SELECT): likewise.
11005         (SQL_GB_GROUP_BY_EQUALS_SELECT): likewise.
11006         (SQL_GB_NO_RELATION): likewise.
11007         (SQL_GB_NOT_SUPPORTED): likewise.
11008         (SQL_GD_BLOCK): likewise.
11009         (SQL_GD_BOUND): likewise.
11010         (SQL_GET_BOOKMARK): likewise.
11011         (SQL_GROUP_BY): likewise.
11012         (SQL_INFO_DRIVER_START): likewise.
11013         (SQL_INFO_FIRST): likewise.
11014         (SQL_INFO_LAST): likewise.
11015         (SQL_INTERVAL_DAY): likewise.
11016         (SQL_INTERVAL_DAY_TO_HOUR): likewise.
11017         (SQL_INTERVAL_DAY_TO_MINUTE): likewise.
11018         (SQL_INTERVAL_DAY_TO_SECOND): likewise.
11019         (SQL_INTERVAL_HOUR): likewise.
11020         (SQL_INTERVAL_HOUR_TO_MINUTE): likewise.
11021         (SQL_INTERVAL_HOUR_TO_SECOND): likewise.
11022         (SQL_INTERVAL_MINUTE): likewise.
11023         (SQL_INTERVAL_MINUTE_TO_SECOND): likewise.
11024         (SQL_INTERVAL_MONTH): likewise.
11025         (SQL_INTERVAL_SECOND): likewise.
11026         (SQL_INTERVAL_YEAR): likewise.
11027         (SQL_INTERVAL_YEAR_TO_MONTH): likewise.
11028         (SQL_KEYSET_SIZE): likewise.
11029         (SQL_KEYSET_SIZE_DEFAULT): likewise.
11030         (SQL_KEYWORDS): likewise.
11031         (SQL_LCK_EXCLUSIVE): likewise.
11032         (SQL_LCK_NO_CHANGE): likewise.
11033         (SQL_LCK_UNLOCK): likewise.
11034         (SQL_LIKE_ESCAPE_CLAUSE): likewise.
11035         (SQL_LIKE_ONLY): likewise.
11036         (SQL_LOCK_TYPES): likewise.
11037         (SQL_LOGIN_TIMEOUT): likewise.
11038         (SQL_LOGIN_TIMEOUT_DEFAULT): likewise.
11039         (SQL_LONGVARBINARY): likewise.
11040         (SQL_LONGVARCHAR): likewise.
11041         (SQL_MAX_BINARY_LITERAL_LEN): likewise.
11042         (SQL_MAX_CHAR_LITERAL_LEN): likewise.
11043         (SQL_MAX_DSN_LENGTH): likewise.
11044         (SQL_MAX_LENGTH): likewise.
11045         (SQL_MAX_LENGTH_DEFAULT): likewise.
11046         (SQL_MAX_OPTION_STRING_LENGTH): likewise.
11047         (SQL_MAX_OWNER_NAME_LEN): likewise.
11048         (SQL_MAX_PROCEDURE_NAME_LEN): likewise.
11049         (SQL_MAX_QUALIFIER_NAME_LEN): likewise.
11050         (SQL_MAX_ROW_SIZE_INCLUDES_LONG): likewise.
11051         (SQL_MAX_ROWS): likewise.
11052         (SQL_MAX_ROWS_DEFAULT): likewise.
11053         (SQL_MODE_DEFAULT): likewise.
11054         (SQL_MODE_READ_ONLY): likewise.
11055         (SQL_MODE_READ_WRITE): likewise.
11056         (SQL_MULT_RESULT_SETS): likewise.
11057         (SQL_MULTIPLE_ACTIVE_TXN): likewise.
11058         (SQL_NC_END): likewise.
11059         (SQL_NC_START): likewise.
11060         (SQL_NEED_LONG_DATA_LEN): likewise.
11061         (SQL_NNC_NON_NULL): likewise.
11062         (SQL_NNC_NULL): likewise.
11063         (SQL_NO_TOTAL): likewise.
11064         (SQL_NON_NULLABLE_COLUMNS): likewise.
11065         (SQL_NOSCAN): likewise.
11066         (SQL_NOSCAN_DEFAULT): likewise.
11067         (SQL_NOSCAN_OFF): likewise.
11068         (SQL_NOSCAN_ON): likewise.
11069         (SQL_NUM_EXTENSIONS): likewise.
11070         (SQL_NUM_FUNCTIONS): likewise.
11071         (SQL_NUMERIC_FUNCTIONS): likewise.
11072         (SQL_OAC_LEVEL1): likewise.
11073         (SQL_OAC_LEVEL2): likewise.
11074         (SQL_OAC_NONE): likewise.
11075         (SQL_ODBC_API_CONFORMANCE): likewise.
11076         (SQL_ODBC_CURSORS): likewise.
11077         (SQL_ODBC_KEYWORDS): likewise.
11078         (SQL_ODBC_SAG_CLI_CONFORMANCE): likewise.
11079         (SQL_ODBC_SQL_CONFORMANCE): likewise.
11080         (SQL_ODBC_SQL_OPT_IEF): likewise.
11081         (SQL_ODBC_VER): likewise.
11082         (SQL_OPT_TRACE): likewise.
11083         (SQL_OPT_TRACE_DEFAULT): likewise.
11084         (SQL_OPT_TRACE_FILE_DEFAULT): likewise.
11085         (SQL_OPT_TRACE_OFF): likewise.
11086         (SQL_OPT_TRACE_ON): likewise.
11087         (SQL_OPT_TRACEFILE): likewise.
11088         (SQL_OSC_CORE): likewise.
11089         (SQL_OSC_EXTENDED): likewise.
11090         (SQL_OSC_MINIMUM): likewise.
11091         (SQL_OSCC_COMPLIANT): likewise.
11092         (SQL_OSCC_NOT_COMPLIANT): likewise.
11093         (SQL_OU_DML_STATEMENTS): likewise.
11094         (SQL_OU_INDEX_DEFINITION): likewise.
11095         (SQL_OU_PRIVILEGE_DEFINITION): likewise.
11096         (SQL_OU_PROCEDURE_INVOCATION): likewise.
11097         (SQL_OU_TABLE_DEFINITION): likewise.
11098         (SQL_OUTER_JOINS): likewise.
11099         (SQL_OWNER_TERM): likewise.
11100         (SQL_OWNER_USAGE): likewise.
11101         (SQL_PACKET_SIZE): likewise.
11102         (SQL_PC_NOT_PSEUDO): likewise.
11103         (SQL_POS_add): likewise.
11104         (SQL_POS_DELETE): likewise.
11105         (SQL_POS_OPERATIONS): likewise.
11106         (SQL_POS_POSITION): likewise.
11107         (SQL_POS_REFRESH): likewise.
11108         (SQL_POS_UPDATE): likewise.
11109         (SQL_POSITIONED_STATEMENTS): likewise.
11110         (SQL_PROCEDURE_TERM): likewise.
11111         (SQL_PROCEDURES): likewise.
11112         (SQL_PS_POSITIONED_DELETE): likewise.
11113         (SQL_PS_POSITIONED_UPDATE): likewise.
11114         (SQL_PS_SELECT_FOR_UPDATE): likewise.
11115         (SQL_QL_END): likewise.
11116         (SQL_QL_START): likewise.
11117         (SQL_QU_DML_STATEMENTS): likewise.
11118         (SQL_QU_INDEX_DEFINITION): likewise.
11119         (SQL_QU_PRIVILEGE_DEFINITION): likewise.
11120         (SQL_QU_PROCEDURE_INVOCATION): likewise.
11121         (SQL_QU_TABLE_DEFINITION): likewise.
11122         (SQL_QUALIFIER_LOCATION): likewise.
11123         (SQL_QUALIFIER_NAME_SEPARATOR): likewise.
11124         (SQL_QUALIFIER_TERM): likewise.
11125         (SQL_QUALIFIER_USAGE): likewise.
11126         (SQL_QUERY_TIMEOUT): likewise.
11127         (SQL_QUERY_TIMEOUT_DEFAULT): likewise.
11128         (SQL_QUICK): likewise.
11129         (SQL_QUIET_MODE): likewise.
11130         (SQL_QUOTED_IDENTIFIER_CASE): likewise.
11131         (SQL_RD_DEFAULT): likewise.
11132         (SQL_RD_OFF): likewise.
11133         (SQL_RD_ON): likewise.
11134         (SQL_RETRIEVE_DATA): likewise.
11135         (SQL_ROW_NUMBER): likewise.
11136         (SQL_ROW_UPDATES): likewise.
11137         (SQL_ROWSET_SIZE): likewise.
11138         (SQL_ROWSET_SIZE_DEFAULT): likewise.
11139         (SQL_ROWVER): likewise.
11140         (SQL_SC_NON_UNIQUE): likewise.
11141         (SQL_SC_TRY_UNIQUE): likewise.
11142         (SQL_SC_UNIQUE): likewise.
11143         (SQL_SCCO_OPT_TIMESTAMP): likewise.
11144         (SQL_SCROLL_DYNAMIC): likewise.
11145         (SQL_SCROLL_FORWARD_ONLY): likewise.
11146         (SQL_SCROLL_KEYSET_DRIVEN): likewise.
11147         (SQL_SCROLL_OPTIONS): likewise.
11148         (SQL_SCROLL_STATIC): likewise.
11149         (SQL_SEARCHABLE): likewise.
11150         (SQL_SIGNED_OFFSET): likewise.
11151         (SQL_SIMULATE_CURSOR): likewise.
11152         (SQL_SO_DYNAMIC): likewise.
11153         (SQL_SO_FORWARD_ONLY): likewise.
11154         (SQL_SO_KEYSET_DRIVEN): likewise.
11155         (SQL_SO_MIXED): likewise.
11156         (SQL_SO_STATIC): likewise.
11157         (SQL_SPEC_MAJOR): likewise.
11158         (SQL_SPEC_MINOR): likewise.
11159         (SQL_SPEC_STRING): likewise.
11160         (SQL_SQ_COMPARISON): likewise.
11161         (SQL_SQ_CORRELATED_SUBQUERIES): likewise.
11162         (SQL_SQ_EXISTS): likewise.
11163         (SQL_SQ_IN): likewise.
11164         (SQL_SQ_QUANTIFIED): likewise.
11165         (SQL_SQLSTATE_SIZE): likewise.
11166         (SQL_SS_addITIONS): likewise.
11167         (SQL_SS_DELETIONS): likewise.
11168         (SQL_SS_UPDATES): likewise.
11169         (SQL_STATIC_SENSITIVITY): likewise.
11170         (SQL_STMT_OPT_MAX): likewise.
11171         (SQL_STMT_OPT_MIN): likewise.
11172         (SQL_STRING_FUNCTIONS): likewise.
11173         (SQL_SUBQUERIES): likewise.
11174         (SQL_SYSTEM_FUNCTIONS): likewise.
11175         (SQL_TABLE_STAT): likewise.
11176         (SQL_TABLE_TERM): likewise.
11177         (SQL_TIME): likewise.
11178         (SQL_TIMEDATE_add_INTERVALS): likewise.
11179         (SQL_TIMEDATE_DIFF_INTERVALS): likewise.
11180         (SQL_TIMEDATE_FUNCTIONS): likewise.
11181         (SQL_TIMESTAMP): likewise.
11182         (SQL_TINYINT): likewise.
11183         (SQL_TRANSLATE_DLL): likewise.
11184         (SQL_TRANSLATE_OPTION): likewise.
11185         (SQL_TXN_ISOLATION): likewise.
11186         (SQL_TXN_VERSIONING): likewise.
11187         (SQL_TYPE_DRIVER_END): likewise.
11188         (SQL_TYPE_DRIVER_START): likewise.
11189         (SQL_TYPE_MAX): likewise.
11190         (SQL_TYPE_MIN): likewise.
11191         (SQL_TYPE_NULL): likewise.
11192         (SQL_U_UNION): likewise.
11193         (SQL_U_UNION_ALL): likewise.
11194         (SQL_UB_DEFAULT): likewise.
11195         (SQL_UB_OFF): likewise.
11196         (SQL_UB_ON): likewise.
11197         (SQL_UNICODE): likewise.
11198         (SQL_UNICODE_CHAR): likewise.
11199         (SQL_UNICODE_LONGVARCHAR): likewise.
11200         (SQL_UNICODE_VARCHAR): likewise.
11201         (SQL_UNION): likewise.
11202         (SQL_UNSEARCHABLE): likewise.
11203         (SQL_UNSIGNED_OFFSET): likewise.
11204         (SQL_USE_BOOKMARKS): likewise.
11205         (SQL_VARBINARY): likewise.
11206         (SQL_TRUE): add define for ODBC3.x.
11207         (SQL_FALSE): likewise.
11208         (SQL_AM_CONNECTION): likewise.
11209         (SQL_AM_NONE): likewise.
11210         (SQL_AM_STATEMENT): likewise.
11211         (SQL_API_SQLALLOCHANDLE): likewise.
11212         (SQL_API_SQLBINDPARAM): likewise.
11213         (SQL_API_SQLCLOSECURSOR): likewise.
11214         (SQL_API_SQLCOLATTRIBUTE): likewise.
11215         (SQL_API_SQLCOPYDESC): likewise.
11216         (SQL_API_SQLENDTRAN): likewise.
11217         (SQL_API_SQLFETCHSCROLL): likewise.
11218         (SQL_API_SQLFREEHANDLE): likewise.
11219         (SQL_API_SQLGETCONNECTATTR): likewise.
11220         (SQL_API_SQLGETDESCFIELD): likewise.
11221         (SQL_API_SQLGETDESCREC): likewise.
11222         (SQL_API_SQLGETDIAGFIELD): likewise.
11223         (SQL_API_SQLGETDIAGREC): likewise.
11224         (SQL_API_SQLGETENVATTR): likewise.
11225         (SQL_API_SQLGETSTMTATTR): likewise.
11226         (SQL_API_SQLSETCONNECTATTR): likewise.
11227         (SQL_API_SQLSETDESCFIELD): likewise.
11228         (SQL_API_SQLSETDESCREC): likewise.
11229         (SQL_API_SQLSETENVATTR): likewise.
11230         (SQL_API_SQLSETSTMTATTR): likewise.
11231         (SQL_ARD_TYPE): likewise.
11232         (SQL_AT_add_CONSTRAINT): likewise.
11233         (SQL_ATTR_APP_PARAM_DESC): likewise.
11234         (SQL_ATTR_APP_ROW_DESC): likewise.
11235         (SQL_ATTR_AUTO_IPD): likewise.
11236         (SQL_ATTR_CURSOR_SCROLLABLE): likewise.
11237         (SQL_ATTR_CURSOR_SENSITIVITY): likewise.
11238         (SQL_ATTR_IMP_PARAM_DESC): likewise.
11239         (SQL_ATTR_IMP_ROW_DESC): likewise.
11240         (SQL_ATTR_METADATA_ID): likewise.
11241         (SQL_ATTR_OUTPUT_NTS): likewise.
11242         (SQL_CATALOG_NAME): likewise.
11243         (SQL_CODE_DATE): likewise.
11244         (SQL_CODE_TIME): likewise.
11245         (SQL_CODE_TIMESTAMP): likewise.
11246         (SQL_COLLATION_SEQ): likewise.
11247         (SQL_CURSOR_SENSITIVITY): likewise.
11248         (SQL_DATE_LEN): likewise.
11249         (SQL_DATETIME): likewise.
11250         (SQL_DEFAULT): likewise.
11251         (SQL_DESC_ALLOC_AUTO): likewise.
11252         (SQL_DESC_ALLOC_TYPE): likewise.
11253         (SQL_DESC_ALLOC_USER): likewise.
11254         (SQL_DESC_COUNT): likewise.
11255         (SQL_DESC_DATA_PTR): likewise.
11256         (SQL_DESC_DATETIME_INTERVAL_CODE): likewise.
11257         (SQL_DESC_INDICATOR_PTR): likewise.
11258         (SQL_DESC_LENGTH): likewise.
11259         (SQL_DESC_NAME): likewise.
11260         (SQL_DESC_NULLABLE): likewise.
11261         (SQL_DESC_OCTET_LENGTH): likewise.
11262         (SQL_DESC_OCTET_LENGTH_PTR): likewise.
11263         (SQL_DESC_PRECISION): likewise.
11264         (SQL_DESC_SCALE): likewise.
11265         (SQL_DESC_TYPE): likewise.
11266         (SQL_DESC_UNNAMED): likewise.
11267         (SQL_DESCRIBE_PARAMETER): likewise.
11268         (SQL_DIAG_ALTER_DOMAIN): likewise.
11269         (SQL_DIAG_ALTER_TABLE): likewise.
11270         (SQL_DIAG_CALL): likewise.
11271         (SQL_DIAG_CLASS_ORIGIN): likewise.
11272         (SQL_DIAG_CONNECTION_NAME): likewise.
11273         (SQL_DIAG_CREATE_ASSERTION): likewise.
11274         (SQL_DIAG_CREATE_CHARACTER_SET): likewise.
11275         (SQL_DIAG_CREATE_COLLATION): likewise.
11276         (SQL_DIAG_CREATE_DOMAIN): likewise.
11277         (SQL_DIAG_CREATE_INDEX): likewise.
11278         (SQL_DIAG_CREATE_SCHEMA): likewise.
11279         (SQL_DIAG_CREATE_TABLE): likewise.
11280         (SQL_DIAG_CREATE_TRANSLATION): likewise.
11281         (SQL_DIAG_CREATE_VIEW): likewise.
11282         (SQL_DIAG_DELETE_WHERE): likewise.
11283         (SQL_DIAG_DROP_ASSERTION): likewise.
11284         (SQL_DIAG_DROP_CHARACTER_SET): likewise.
11285         (SQL_DIAG_DROP_COLLATION): likewise.
11286         (SQL_DIAG_DROP_DOMAIN): likewise.
11287         (SQL_DIAG_DROP_INDEX): likewise.
11288         (SQL_DIAG_DROP_SCHEMA): likewise.
11289         (SQL_DIAG_DROP_TABLE): likewise.
11290         (SQL_DIAG_DROP_TRANSLATION): likewise.
11291         (SQL_DIAG_DROP_VIEW): likewise.
11292         (SQL_DIAG_DYNAMIC_DELETE_CURSOR): likewise.
11293         (SQL_DIAG_DYNAMIC_FUNCTION): likewise.
11294         (SQL_DIAG_DYNAMIC_FUNCTION_CODE): likewise.
11295         (SQL_DIAG_DYNAMIC_UPDATE_CURSOR): likewise.
11296         (SQL_DIAG_GRANT): likewise.
11297         (SQL_DIAG_INSERT): likewise.
11298         (SQL_DIAG_MESSAGE_TEXT): likewise.
11299         (SQL_DIAG_NATIVE): likewise.
11300         (SQL_DIAG_NUMBER): likewise.
11301         (SQL_DIAG_RETURNCODE): likewise.
11302         (SQL_DIAG_REVOKE): likewise.
11303         (SQL_DIAG_ROW_COUNT): likewise.
11304         (SQL_DIAG_SELECT_CURSOR): likewise.
11305         (SQL_DIAG_SERVER_NAME): likewise.
11306         (SQL_DIAG_SQLSTATE): likewise.
11307         (SQL_DIAG_SUBCLASS_ORIGIN): likewise.
11308         (SQL_DIAG_UNKNOWN_STATEMENT): likewise.
11309         (SQL_DIAG_UPDATE_WHERE): likewise.
11310         (SQL_FALSE): likewise.
11311         (SQL_FETCH_ABSOLUTE): likewise.
11312         (SQL_FETCH_LAST): likewise.
11313         (SQL_FETCH_PRIOR): likewise.
11314         (SQL_FETCH_RELATIVE): likewise.
11315         (SQL_HANDLE_DBC): likewise.
11316         (SQL_HANDLE_DESC): likewise.
11317         (SQL_HANDLE_ENV): likewise.
11318         (SQL_HANDLE_STMT): likewise.
11319         (SQL_INSENSITIVE): likewise.
11320         (SQL_INTEGRITY): likewise.
11321         (SQL_MAX_CATALOG_NAME_LEN): likewise.
11322         (SQL_MAX_CONCURRENT_ACTIVITIES): likewise.
11323         (SQL_MAX_DRIVER_CONNECTIONS): likewise.
11324         (SQL_MAX_IDENTIFIER_LEN): likewise.
11325         (SQL_MAX_SCHEMA_NAME_LEN): likewise.
11326         (SQL_MAXIMUM_CATALOG_NAME_LENGTH): likewise.
11327         (SQL_MAXIMUM_COLUMN_NAME_LENGTH): likewise.
11328         (SQL_MAXIMUM_COLUMNS_IN_GROUP_BY): likewise.
11329         (SQL_MAXIMUM_COLUMNS_IN_INDEX): likewise.
11330         (SQL_MAXIMUM_COLUMNS_IN_ORDER_BY): likewise.
11331         (SQL_MAXIMUM_COLUMNS_IN_SELECT): likewise.
11332         (SQL_MAXIMUM_CONCURRENT_ACTIVITIES): likewise.
11333         (SQL_MAXIMUM_CURSOR_NAME_LENGTH): likewise.
11334         (SQL_MAXIMUM_DRIVER_CONNECTIONS): likewise.
11335         (SQL_MAXIMUM_IDENTIFIER_LENGTH): likewise.
11336         (SQL_MAXIMUM_INDEX_SIZE): likewise.
11337         (SQL_MAXIMUM_ROW_SIZE): likewise.
11338         (SQL_MAXIMUM_SCHEMA_NAME_LENGTH): likewise.
11339         (SQL_MAXIMUM_STATEMENT_LENGTH): likewise.
11340         (SQL_MAXIMUM_TABLES_IN_SELECT): likewise.
11341         (SQL_MAXIMUM_USER_NAME_LENGTH): likewise.
11342         (SQL_NAMED): likewise.
11343         (SQL_NONSCROLLABLE): likewise.
11344         (SQL_NTSL): likewise.
11345         (SQL_NULL_HANDLE): likewise.
11346         (SQL_NULL_HDESC): likewise.
11347         (SQL_OUTER_JOIN_CAPABILITIES): likewise.
11348         (SQL_PRED_BASIC): likewise.
11349         (SQL_PRED_CHAR): likewise.
11350         (SQL_PRED_NONE): likewise.
11351         (SQL_ROW_IDENTIFIER): likewise.
11352         (SQL_SCROLLABLE): likewise.
11353         (SQL_SENSITIVE): likewise.
11354         (SQL_SUCCEEDED(rc)): likewise.
11355         (SQL_TIME_LEN): likewise.
11356         (SQL_TIMESTAMP_LEN): likewise.
11357         (SQL_TRANSACTION_CAPABLE): likewise.
11358         (SQL_TRANSACTION_ISOLATION_OPTION): likewise.
11359         (SQL_TRANSACTION_READ_COMMITTED): likewise.
11360         (SQL_TRANSACTION_READ_UNCOMMITTED): likewise.
11361         (SQL_TRANSACTION_REPEATABLE_READ): likewise.
11362         (SQL_TRANSACTION_SERIALIZABLE): likewise.
11363         (SQL_TYPE_DATE): likewise.
11364         (SQL_TYPE_TIME): likewise.
11365         (SQL_TYPE_TIMESTAMP): likewise.
11366         (SQL_UNKNOWN_TYPE): likewise.
11367         (SQL_UNNAMED): likewise.
11368         (SQL_UNSPECIFIED): likewise.
11369         (SQL_XOPEN_CLI_YEAR): likewise.
11370         (SQLAllocConnect): add comment marking as deperecated.
11371         (SQLAllocEnv): likewise.
11372         (SQLAllocStmt): likewise.
11373         (SQLFreeConnect): likewise.
11374         (SQLFreeEnv): likewise.
11375         (SQLGetConnectOption): likewise.
11376         (SQLGetStmtOption): likewise.
11377
11378         * include/sqlext.h (#include <sqlucode.h>): add directive.
11379         (SQLSetScrollOptions): non-core function, move prototype from sql.h.
11380         (SQLColAttributes): likewise.
11381         (SQLBulkOperations): add function prototype.
11382         (SQLAllocHandleStd): likewise
11383         (TraceReturn): add Trace API prototype.
11384         (TraceVersion): likewise.
11385         (ODBCGetTryWaitValue):likewise.
11386         (ODBCSetTryWaitValue): likewise.
11387         (SQL_LOCK_RECORD): correct function macro.
11388         (SQL_REFRESH_RECORD): likewise.
11389         (SQLINTENGER and SQLUINTEGER): replace with SQLLEN and SQLULEN for
11390         _WIN64 compatability.
11391         move defines for non-core functions from sql.h to sqlext.h (refer
11392         changes for sql.h)
11393         (SQL_ACTIVE_ENVIRONMENTS): new ODBC3.x define
11394         (SQL_AD_ADD_CONSTRAINT_DEFERRABLE): likewise.
11395         (SQL_AD_ADD_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11396         (SQL_AD_ADD_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11397         (SQL_AD_ADD_CONSTRAINT_NON_DEFERRABLE): likewise.
11398         (SQL_AD_ADD_DOMAIN_CONSTRAINT): likewise.
11399         (SQL_AD_ADD_DOMAIN_DEFAULT): likewise.
11400         (SQL_AD_CONSTRAINT_NAME_DEFINITION): likewise.
11401         (SQL_AD_DROP_DOMAIN_CONSTRAINT): likewise.
11402         (SQL_AD_DROP_DOMAIN_DEFAULT): likewise.
11403         (SQL_AF_ALL): likewise.
11404         (SQL_AF_AVG): likewise.
11405         (SQL_AF_COUNT): likewise.
11406         (SQL_AF_DISTINCT): likewise.
11407         (SQL_AF_MAX): likewise.
11408         (SQL_AF_MIN): likewise.
11409         (SQL_AF_SUM): likewise.
11410         (SQL_AGGREGATE_FUNCTIONS): likewise.
11411         (SQL_ALL_CATALOGS): likewise.
11412         (SQL_ALL_SCHEMAS): likewise.
11413         (SQL_ALL_TABLE_TYPES): likewise.
11414         (SQL_ALTER_DOMAIN): likewise.
11415         (SQL_AM_CONNECTION): likewise.
11416         (SQL_AM_NONE): likewise.
11417         (SQL_AM_STATEMENT): likewise.
11418         (SQL_API_ODBC3_ALL_FUNCTIONS): likewise.
11419         (SQL_API_ODBC3_ALL_FUNCTIONS_SIZE): likewise.
11420         (SQL_API_SQLALLOCHANDLESTD): likewise.
11421         (SQL_API_SQLBULKOPERATIONS): likewise.
11422         (SQL_ASYNC_MODE): likewise.
11423         (SQL_AT_ADD_COLUMN_COLLATION): likewise.
11424         (SQL_AT_ADD_COLUMN_DEFAULT): likewise.
11425         (SQL_AT_ADD_COLUMN_SINGLE): likewise.
11426         (SQL_AT_ADD_TABLE_CONSTRAINT): likewise.
11427         (SQL_AT_CONSTRAINT_DEFERRABLE): likewise.
11428         (SQL_AT_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11429         (SQL_AT_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11430         (SQL_AT_CONSTRAINT_NAME_DEFINITION): likewise.
11431         (SQL_AT_CONSTRAINT_NON_DEFERRABLE): likewise.
11432         (SQL_AT_DROP_COLUMN_CASCADE): likewise.
11433         (SQL_AT_DROP_COLUMN_DEFAULT): likewise.
11434         (SQL_AT_DROP_COLUMN_RESTRICT): likewise.
11435         (SQL_AT_DROP_TABLE_CONSTRAINT_CASCADE): likewise.
11436         (SQL_AT_DROP_TABLE_CONSTRAINT_RESTRICT): likewise.
11437         (SQL_AT_SET_COLUMN_DEFAULT): likewise.
11438         (SQL_ATTR_ACCESS_MODE): likewise.
11439         (SQL_ATTR_ASYNC_ENABLE): likewise.
11440         (SQL_ATTR_AUTOCOMMIT): likewise.
11441         (SQL_ATTR_CONCURRENCY): likewise.
11442         (SQL_ATTR_CONNECTION_POOLING): likewise.
11443         (SQL_ATTR_CONNECTION_TIMEOUT): likewise.
11444         (SQL_ATTR_CP_MATCH): likewise.
11445         (SQL_ATTR_CURRENT_CATALOG): likewise.
11446         (SQL_ATTR_CURSOR_TYPE): likewise.
11447         (SQL_ATTR_DISCONNECT_BEHAVIOR): likewise.
11448         (SQL_ATTR_ENABLE_AUTO_IPD): likewise.
11449         (SQL_ATTR_ENLIST_IN_DTC): likewise.
11450         (SQL_ATTR_ENLIST_IN_XA): likewise.
11451         (SQL_ATTR_FETCH_BOOKMARK_PTR): likewise.
11452         (SQL_ATTR_KEYSET_SIZE): likewise.
11453         (SQL_ATTR_LOGIN_TIMEOUT): likewise.
11454         (SQL_ATTR_MAX_LENGTH): likewise.
11455         (SQL_ATTR_MAX_ROWS): likewise.
11456         (SQL_ATTR_NOSCAN): likewise.
11457         (SQL_ATTR_ODBC_CURSORS): likewise.
11458         (SQL_ATTR_ODBC_VERSION): likewise.
11459         (SQL_ATTR_PACKET_SIZE): likewise.
11460         (SQL_ATTR_PARAM_BIND_OFFSET_PTR): likewise.
11461         (SQL_ATTR_PARAM_BIND_TYPE): likewise.
11462         (SQL_ATTR_PARAM_OPERATION_PTR): likewise.
11463         (SQL_ATTR_PARAM_STATUS_PTR): likewise.
11464         (SQL_ATTR_PARAMS_PROCESSED_PTR): likewise.
11465         (SQL_ATTR_PARAMSET_SIZE): likewise.
11466         (SQL_ATTR_QUERY_TIMEOUT): likewise.
11467         (SQL_ATTR_QUIET_MODE): likewise.
11468         (SQL_ATTR_RETRIEVE_DATA): likewise.
11469         (SQL_ATTR_ROW_ARRAY_SIZE): likewise.
11470         (SQL_ATTR_ROW_BIND_OFFSET_PTR): likewise.
11471         (SQL_ATTR_ROW_BIND_TYPE): likewise.
11472         (SQL_ATTR_ROW_NUMBER): likewise.
11473         (SQL_ATTR_ROW_OPERATION_PTR): likewise.
11474         (SQL_ATTR_ROW_STATUS_PTR): likewise.
11475         (SQL_ATTR_ROWS_FETCHED_PTR): likewise.
11476         (SQL_ATTR_SIMULATE_CURSOR): likewise.
11477         (SQL_ATTR_TRACE): likewise.
11478         (SQL_ATTR_TRACEFILE): likewise.
11479         (SQL_ATTR_TRANSLATE_LIB): likewise.
11480         (SQL_ATTR_TRANSLATE_OPTION): likewise.
11481         (SQL_ATTR_TXN_ISOLATION): likewise.
11482         (SQL_ATTR_USE_BOOKMARKS): likewise.
11483         (SQL_BATCH_ROW_COUNT): likewise.
11484         (SQL_BATCH_SUPPORT): likewise.
11485         (SQL_BRC_EXPLICIT): likewise.
11486         (SQL_BRC_PROCEDURES): likewise.
11487         (SQL_BRC_ROLLED_UP): likewise.
11488         (SQL_BS_ROW_COUNT_EXPLICIT): likewise.
11489         (SQL_BS_ROW_COUNT_PROC): likewise.
11490         (SQL_BS_SELECT_EXPLICIT): likewise.
11491         (SQL_BS_SELECT_PROC): likewise.
11492         (SQL_C_INTERVAL_DAY): likewise.
11493         (SQL_C_INTERVAL_DAY_TO_HOUR): likewise.
11494         (SQL_C_INTERVAL_DAY_TO_MINUTE): likewise.
11495         (SQL_C_INTERVAL_DAY_TO_SECOND): likewise.
11496         (SQL_C_INTERVAL_HOUR): likewise.
11497         (SQL_C_INTERVAL_HOUR_TO_MINUTE): likewise.
11498         (SQL_C_INTERVAL_HOUR_TO_SECOND): likewise.
11499         (SQL_C_INTERVAL_MINUTE): likewise.
11500         (SQL_C_INTERVAL_MINUTE_TO_SECOND): likewise.
11501         (SQL_C_INTERVAL_MONTH): likewise.
11502         (SQL_C_INTERVAL_SECOND): likewise.
11503         (SQL_C_INTERVAL_YEAR): likewise.
11504         (SQL_C_INTERVAL_YEAR_TO_MONTH): likewise.
11505         (SQL_C_NUMERIC): likewise.
11506         (SQL_C_SBIGINT): likewise.
11507         (SQL_C_TYPE_DATE): likewise.
11508         (SQL_C_TYPE_TIME): likewise.
11509         (SQL_C_TYPE_TIMESTAMP): likewise.
11510         (SQL_C_UBIGINT): likewise.
11511         (SQL_C_VARBOOKMARK): likewise.
11512         (SQL_CA_CONSTRAINT_DEFERRABLE): likewise.
11513         (SQL_CA_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11514         (SQL_CA_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11515         (SQL_CA_CONSTRAINT_NON_DEFERRABLE): likewise.
11516         (SQL_CA_CREATE_ASSERTION): likewise.
11517         (SQL_CA1_ABSOLUTE): likewise.
11518         (SQL_CA1_BOOKMARK): likewise.
11519         (SQL_CA1_BULK_ADD): likewise.
11520         (SQL_CA1_BULK_DELETE_BY_BOOKMARK): likewise.
11521         (SQL_CA1_BULK_FETCH_BY_BOOKMARK): likewise.
11522         (SQL_CA1_BULK_UPDATE_BY_BOOKMARK): likewise.
11523         (SQL_CA1_LOCK_EXCLUSIVE): likewise.
11524         (SQL_CA1_LOCK_NO_CHANGE): likewise.
11525         (SQL_CA1_LOCK_UNLOCK): likewise.
11526         (SQL_CA1_NEXT): likewise.
11527         (SQL_CA1_POS_DELETE): likewise.
11528         (SQL_CA1_POS_POSITION): likewise.
11529         (SQL_CA1_POS_REFRESH): likewise.
11530         (SQL_CA1_POS_UPDATE): likewise.
11531         (SQL_CA1_POSITIONED_DELETE): likewise.
11532         (SQL_CA1_POSITIONED_UPDATE): likewise.
11533         (SQL_CA1_RELATIVE): likewise.
11534         (SQL_CA1_SELECT_FOR_UPDATE): likewise.
11535         (SQL_CA2_CRC_APPROXIMATE): likewise.
11536         (SQL_CA2_CRC_EXACT): likewise.
11537         (SQL_CA2_LOCK_CONCURRENCY): likewise.
11538         (SQL_CA2_MAX_ROWS_AFFECTS_ALL): likewise.
11539         (SQL_CA2_MAX_ROWS_CATALOG): likewise.
11540         (SQL_CA2_MAX_ROWS_DELETE): likewise.
11541         (SQL_CA2_MAX_ROWS_INSERT): likewise.
11542         (SQL_CA2_MAX_ROWS_SELECT): likewise.
11543         (SQL_CA2_MAX_ROWS_UPDATE): likewise.
11544         (SQL_CA2_OPT_ROWVER_CONCURRENCY): likewise.
11545         (SQL_CA2_OPT_VALUES_CONCURRENCY): likewise.
11546         (SQL_CA2_READ_ONLY_CONCURRENCY): likewise.
11547         (SQL_CA2_SENSITIVITY_ADDITIONS): likewise.
11548         (SQL_CA2_SENSITIVITY_DELETIONS): likewise.
11549         (SQL_CA2_SENSITIVITY_UPDATES): likewise.
11550         (SQL_CA2_SIMULATE_NON_UNIQUE): likewise.
11551         (SQL_CA2_SIMULATE_TRY_UNIQUE): likewise.
11552         (SQL_CA2_SIMULATE_UNIQUE): likewise.
11553         (SQL_CATALOG_LOCATION): likewise.
11554         (SQL_CATALOG_NAME_SEPARATOR): likewise.
11555         (SQL_CATALOG_TERM): likewise.
11556         (SQL_CATALOG_USAGE): likewise.
11557         (SQL_CCOL_CREATE_COLLATION): likewise.
11558         (SQL_CCS_COLLATE_CLAUSE): likewise.
11559         (SQL_CCS_CREATE_CHARACTER_SET): likewise.
11560         (SQL_CCS_LIMITED_COLLATION): likewise.
11561         (SQL_CDO_COLLATION): likewise.
11562         (SQL_CDO_CONSTRAINT): likewise.
11563         (SQL_CDO_CONSTRAINT_DEFERRABLE): likewise.
11564         (SQL_CDO_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11565         (SQL_CDO_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11566         (SQL_CDO_CONSTRAINT_NAME_DEFINITION): likewise.
11567         (SQL_CDO_CONSTRAINT_NON_DEFERRABLE): likewise.
11568         (SQL_CDO_CREATE_DOMAIN): likewise.
11569         (SQL_CDO_DEFAULT): likewise.
11570         (SQL_CL_END): likewise.
11571         (SQL_CL_START): likewise.
11572         (SQL_COL_PRED_BASIC): likewise.
11573         (SQL_COL_PRED_CHAR): likewise.
11574         (SQL_COLUMN_DRIVER_START): likewise.
11575         (SQL_COLUMN_IGNORE): likewise.
11576         (SQL_COLUMN_NUMBER_UNKNOWN): likewise.
11577         (SQL_CONVERT_GUID): likewise.
11578         (SQL_CONVERT_INTERVAL_DAY_TIME): likewise.
11579         (SQL_CONVERT_INTERVAL_YEAR_MONTH): likewise.
11580         (SQL_CONVERT_WCHAR): likewise.
11581         (SQL_CONVERT_WLONGVARCHAR): likewise.
11582         (SQL_CONVERT_WVARCHAR): likewise.
11583         (SQL_CP_DEFAULT): likewise.
11584         (SQL_CP_MATCH_DEFAULT): likewise.
11585         (SQL_CP_OFF): likewise.
11586         (SQL_CP_ONE_PER_DRIVER): likewise.
11587         (SQL_CP_ONE_PER_HENV): likewise.
11588         (SQL_CP_RELAXED_MATCH): likewise.
11589         (SQL_CP_STRICT_MATCH): likewise.
11590         (SQL_CREATE_ASSERTION): likewise.
11591         (SQL_CREATE_CHARACTER_SET): likewise.
11592         (SQL_CREATE_COLLATION): likewise.
11593         (SQL_CREATE_DOMAIN): likewise.
11594         (SQL_CREATE_SCHEMA): likewise.
11595         (SQL_CREATE_TABLE): likewise.
11596         (SQL_CREATE_TRANSLATION): likewise.
11597         (SQL_CREATE_VIEW): likewise.
11598         (SQL_CS_AUTHORIZATION): likewise.
11599         (SQL_CS_CREATE_SCHEMA): likewise.
11600         (SQL_CS_DEFAULT_CHARACTER_SET): likewise.
11601         (SQL_CT_COLUMN_COLLATION): likewise.
11602         (SQL_CT_COLUMN_CONSTRAINT): likewise.
11603         (SQL_CT_COLUMN_DEFAULT): likewise.
11604         (SQL_CT_COMMIT_DELETE): likewise.
11605         (SQL_CT_COMMIT_PRESERVE): likewise.
11606         (SQL_CT_CONSTRAINT_DEFERRABLE): likewise.
11607         (SQL_CT_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11608         (SQL_CT_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11609         (SQL_CT_CONSTRAINT_NAME_DEFINITION): likewise.
11610         (SQL_CT_CONSTRAINT_NON_DEFERRABLE): likewise.
11611         (SQL_CT_CREATE_TABLE): likewise.
11612         (SQL_CT_GLOBAL_TEMPORARY): likewise.
11613         (SQL_CT_LOCAL_TEMPORARY): likewise.
11614         (SQL_CT_TABLE_CONSTRAINT): likewise.
11615         (SQL_CTR_CREATE_TRANSLATION): likewise.
11616         (SQL_CU_DML_STATEMENTS): likewise.
11617         (SQL_CU_INDEX_DEFINITION): likewise.
11618         (SQL_CU_PRIVILEGE_DEFINITION): likewise.
11619         (SQL_CU_PROCEDURE_INVOCATION): likewise.
11620         (SQL_CU_TABLE_DEFINITION): likewise.
11621         (SQL_CVT_GUID): likewise.
11622         (SQL_CVT_INTERVAL_DAY_TIME): likewise.
11623         (SQL_CVT_INTERVAL_YEAR_MONTH): likewise.
11624         (SQL_CVT_WCHAR): likewise.
11625         (SQL_CVT_WLONGVARCHAR): likewise.
11626         (SQL_CVT_WVARCHAR): likewise.
11627         (SQL_DA_DROP_ASSERTION): likewise.
11628         (SQL_DATETIME_LITERALS): likewise.
11629         (SQL_DB_DEFAULT): likewise.
11630         (SQL_DB_DISCONNECT): likewise.
11631         (SQL_DB_RETURN_TO_POOL): likewise.
11632         (SQL_DC_DROP_COLLATION): likewise.
11633         (SQL_DCS_DROP_CHARACTER_SET): likewise.
11634         (SQL_DD_CASCADE): likewise.
11635         (SQL_DD_DROP_DOMAIN): likewise.
11636         (SQL_DD_RESTRICT): likewise.
11637         (SQL_DDL_INDEX): likewise.
11638         (SQL_DELETE_BY_BOOKMARK): likewise.
11639         (SQL_DESC_ARRAY_SIZE): likewise.
11640         (SQL_DESC_ARRAY_STATUS_PTR): likewise.
11641         (SQL_DESC_AUTO_UNIQUE_VALUE): likewise.
11642         (SQL_DESC_BASE_COLUMN_NAME): likewise.
11643         (SQL_DESC_BASE_TABLE_NAME): likewise.
11644         (SQL_DESC_BIND_OFFSET_PTR): likewise.
11645         (SQL_DESC_BIND_TYPE): likewise.
11646         (SQL_DESC_CASE_SENSITIVE): likewise.
11647         (SQL_DESC_CATALOG_NAME): likewise.
11648         (SQL_DESC_CONCISE_TYPE): likewise.
11649         (SQL_DESC_DATETIME_INTERVAL_PRECISION): likewise.
11650         (SQL_DESC_DISPLAY_SIZE): likewise.
11651         (SQL_DESC_FIXED_PREC_SCALE): likewise.
11652         (SQL_DESC_LABEL): likewise.
11653         (SQL_DESC_LITERAL_PREFIX): likewise.
11654         (SQL_DESC_LITERAL_SUFFIX): likewise.
11655         (SQL_DESC_LOCAL_TYPE_NAME): likewise.
11656         (SQL_DESC_MAXIMUM_SCALE): likewise.
11657         (SQL_DESC_MINIMUM_SCALE): likewise.
11658         (SQL_DESC_NUM_PREC_RADIX): likewise.
11659         (SQL_DESC_PARAMETER_TYPE): likewise.
11660         (SQL_DESC_ROWS_PROCESSED_PTR): likewise.
11661         (SQL_DESC_SCHEMA_NAME): likewise.
11662         (SQL_DESC_SEARCHABLE): likewise.
11663         (SQL_DESC_TABLE_NAME): likewise.
11664         (SQL_DESC_TYPE_NAME): likewise.
11665         (SQL_DESC_UNSIGNED): likewise.
11666         (SQL_DESC_UPDATABLE): likewise.
11667         (SQL_DI_CREATE_INDEX): likewise.
11668         (SQL_DI_DROP_INDEX): likewise.
11669         (SQL_DIAG_COLUMN_NUMBER): likewise.
11670         (SQL_DIAG_CURSOR_ROW_COUNT): likewise.
11671         (SQL_DIAG_ROW_NUMBER): likewise.
11672         (SQL_DL_SQL92_DATE): likewise.
11673         (SQL_DL_SQL92_INTERVAL_DAY): likewise.
11674         (SQL_DL_SQL92_INTERVAL_DAY_TO_HOUR): likewise.
11675         (SQL_DL_SQL92_INTERVAL_DAY_TO_MINUTE): likewise.
11676         (SQL_DL_SQL92_INTERVAL_DAY_TO_SECOND): likewise.
11677         (SQL_DL_SQL92_INTERVAL_HOUR): likewise.
11678         (SQL_DL_SQL92_INTERVAL_HOUR_TO_MINUTE): likewise.
11679         (SQL_DL_SQL92_INTERVAL_HOUR_TO_SECOND): likewise.
11680         (SQL_DL_SQL92_INTERVAL_MINUTE): likewise.
11681         (SQL_DL_SQL92_INTERVAL_MINUTE_TO_SECOND): likewise.
11682         (SQL_DL_SQL92_INTERVAL_MONTH): likewise.
11683         (SQL_DL_SQL92_INTERVAL_SECOND): likewise.
11684         (SQL_DL_SQL92_INTERVAL_YEAR): likewise.
11685         (SQL_DL_SQL92_INTERVAL_YEAR_TO_MONTH): likewise.
11686         (SQL_DL_SQL92_TIME): likewise.
11687         (SQL_DL_SQL92_TIMESTAMP): likewise.
11688         (SQL_DM_VER): likewise.
11689         (SQL_DRIVER_HDESC): likewise.
11690         (SQL_DROP_ASSERTION): likewise.
11691         (SQL_DROP_CHARACTER_SET): likewise.
11692         (SQL_DROP_COLLATION): likewise.
11693         (SQL_DROP_DOMAIN): likewise.
11694         (SQL_DROP_SCHEMA): likewise.
11695         (SQL_DROP_TABLE): likewise.
11696         (SQL_DROP_TRANSLATION): likewise.
11697         (SQL_DROP_VIEW): likewise.
11698         (SQL_DS_CASCADE): likewise.
11699         (SQL_DS_DROP_SCHEMA): likewise.
11700         (SQL_DS_RESTRICT): likewise.
11701         (SQL_DT_CASCADE): likewise.
11702         (SQL_DT_DROP_TABLE): likewise.
11703         (SQL_DT_RESTRICT): likewise.
11704         (SQL_DTC_DONE): likewise.
11705         (SQL_DTR_DROP_TRANSLATION): likewise.
11706         (SQL_DV_CASCADE): likewise.
11707         (SQL_DV_DROP_VIEW): likewise.
11708         (SQL_DV_RESTRICT): likewise.
11709         (SQL_DYNAMIC_CURSOR_ATTRIBUTES1): likewise.
11710         (SQL_DYNAMIC_CURSOR_ATTRIBUTES2): likewise.
11711         (SQL_EXT_API_LAST): likewise.
11712         (SQL_EXT_API_START): likewise.
11713         (SQL_FETCH_BY_BOOKMARK): likewise.
11714         (SQL_FETCH_FIRST_SYSTEM): likewise.
11715         (SQL_FETCH_FIRST_USER): likewise.
11716         (SQL_FN_CVT_CAST): likewise.
11717         (SQL_FN_STR_BIT_LENGTH): likewise.
11718         (SQL_FN_STR_CHAR_LENGTH): likewise.
11719         (SQL_FN_STR_CHARACTER_LENGTH): likewise.
11720         (SQL_FN_STR_OCTET_LENGTH): likewise.
11721         (SQL_FN_STR_POSITION): likewise.
11722         (SQL_FN_TD_CURRENT_DATE): likewise.
11723         (SQL_FN_TD_CURRENT_TIME): likewise.
11724         (SQL_FN_TD_CURRENT_TIMESTAMP): likewise.
11725         (SQL_FN_TD_EXTRACT): likewise.
11726         (SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES1): likewise.
11727         (SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES2): likewise.
11728         (SQL_FUNC_EXISTS(exists,api)): likewise.
11729         (SQL_GB_COLLATE): likewise.
11730         (SQL_HANDLE_SENV): likewise.
11731         (SQL_IK_ALL): likewise.
11732         (SQL_IK_ASC): likewise.
11733         (SQL_IK_DESC): likewise.
11734         (SQL_IK_NONE): likewise.
11735         (SQL_INDEX_KEYWORDS): likewise.
11736         (SQL_INFO_DRIVER_START): likewise.
11737         (SQL_INFO_LAST): likewise.
11738         (SQL_INFO_SCHEMA_VIEWS): likewise.
11739         (SQL_INITIALLY_DEFERRED): likewise.
11740         (SQL_INITIALLY_IMMEDIATE): likewise.
11741         (SQL_INSERT_STATEMENT): likewise.
11742         (SQL_INTERVAL): likewise.
11743         (SQL_IS_INSERT_LITERALS): likewise.
11744         (SQL_IS_INSERT_SEARCHED): likewise.
11745         (SQL_IS_INTEGER): likewise.
11746         (SQL_IS_POINTER): likewise.
11747         (SQL_IS_SELECT_INTO): likewise.
11748         (SQL_IS_SMALLINT): likewise.
11749         (SQL_IS_UINTEGER): likewise.
11750         (SQL_IS_USMALLINT): likewise.
11751         (SQL_ISV_ASSERTIONS): likewise.
11752         (SQL_ISV_CHARACTER_SETS): likewise.
11753         (SQL_ISV_CHECK_CONSTRAINTS): likewise.
11754         (SQL_ISV_COLLATIONS): likewise.
11755         (SQL_ISV_COLUMN_DOMAIN_USAGE): likewise.
11756         (SQL_ISV_COLUMN_PRIVILEGES): likewise.
11757         (SQL_ISV_COLUMNS): likewise.
11758         (SQL_ISV_CONSTRAINT_COLUMN_USAGE): likewise.
11759         (SQL_ISV_CONSTRAINT_TABLE_USAGE): likewise.
11760         (SQL_ISV_DOMAIN_CONSTRAINTS): likewise.
11761         (SQL_ISV_DOMAINS): likewise.
11762         (SQL_ISV_KEY_COLUMN_USAGE): likewise.
11763         (SQL_ISV_REFERENTIAL_CONSTRAINTS): likewise.
11764         (SQL_ISV_SCHEMATA): likewise.
11765         (SQL_ISV_SQL_LANGUAGES): likewise.
11766         (SQL_ISV_TABLE_CONSTRAINTS): likewise.
11767         (SQL_ISV_TABLE_PRIVILEGES): likewise.
11768         (SQL_ISV_TABLES): likewise.
11769         (SQL_ISV_TRANSLATIONS): likewise.
11770         (SQL_ISV_USAGE_PRIVILEGES): likewise.
11771         (SQL_ISV_VIEW_COLUMN_USAGE): likewise.
11772         (SQL_ISV_VIEW_TABLE_USAGE): likewise.
11773         (SQL_ISV_VIEWS): likewise.
11774         (SQL_KEYSET_CURSOR_ATTRIBUTES1): likewise.
11775         (SQL_KEYSET_CURSOR_ATTRIBUTES2): likewise.
11776         (SQL_MAX_ASYNC_CONCURRENT_STATEMENTS): likewise.
11777         (SQL_NO_COLUMN_NUMBER): likewise.
11778         (SQL_NO_ROW_NUMBER): likewise.
11779         (SQL_NOT_DEFERRABLE): likewise.
11780         (SQL_NUM_EXTENSIONS): likewise.
11781         (SQL_NUM_FUNCTIONS): likewise.
11782         (SQL_ODBC_INTERFACE_CONFORMANCE): likewise.
11783         (SQL_OIC_CORE): likewise.
11784         (SQL_OIC_LEVEL1): likewise.
11785         (SQL_OIC_LEVEL2): likewise.
11786         (SQL_OV_ODBC2): likewise.
11787         (SQL_OV_ODBC3): likewise.
11788         (SQL_PARAM_ARRAY_ROW_COUNTS): likewise.
11789         (SQL_PARAM_ARRAY_SELECTS): likewise.
11790         (SQL_PARAM_BIND_BY_COLUMN): likewise.
11791         (SQL_PARAM_BIND_TYPE_DEFAULT): likewise.
11792         (SQL_PARAM_DIAG_UNAVAILABLE): likewise.
11793         (SQL_PARAM_ERROR): likewise.
11794         (SQL_PARAM_IGNORE): likewise.
11795         (SQL_PARAM_PROCEED): likewise.
11796         (SQL_PARAM_SUCCESS): likewise.
11797         (SQL_PARAM_SUCCESS_WITH_INFO): likewise.
11798         (SQL_PARAM_UNUSED): likewise.
11799         (SQL_PARC_BATCH): likewise.
11800         (SQL_PARC_NO_BATCH): likewise.
11801         (SQL_PAS_BATCH): likewise.
11802         (SQL_PAS_NO_BATCH): likewise.
11803         (SQL_PAS_NO_SELECT): likewise.
11804         (SQL_ROW_IGNORE): likewise.
11805         (SQL_ROW_NUMBER_UNKNOWN): likewise.
11806         (SQL_ROW_PROCEED): likewise.
11807         (SQL_ROW_SUCCESS_WITH_INFO): likewise.
11808         (SQL_SC_FIPS127_2_TRANSITIONAL): likewise.
11809         (SQL_SC_SQL92_ENTRY): likewise.
11810         (SQL_SC_SQL92_FULL): likewise.
11811         (SQL_SC_SQL92_INTERMEDIATE): likewise.
11812         (SQL_SCC_ISO92_CLI): likewise.
11813         (SQL_SCC_XOPEN_CLI_VERSION1): likewise.
11814         (SQL_SCHEMA_TERM): likewise.
11815         (SQL_SCHEMA_USAGE): likewise.
11816         (SQL_SDF_CURRENT_DATE): likewise.
11817         (SQL_SDF_CURRENT_TIME): likewise.
11818         (SQL_SDF_CURRENT_TIMESTAMP): likewise.
11819         (SQL_SFKD_CASCADE): likewise.
11820         (SQL_SFKD_NO_ACTION): likewise.
11821         (SQL_SFKD_SET_DEFAULT): likewise.
11822         (SQL_SFKD_SET_NULL): likewise.
11823         (SQL_SFKU_CASCADE): likewise.
11824         (SQL_SFKU_NO_ACTION): likewise.
11825         (SQL_SFKU_SET_DEFAULT): likewise.
11826         (SQL_SFKU_SET_NULL): likewise.
11827         (SQL_SG_DELETE_TABLE): likewise.
11828         (SQL_SG_INSERT_COLUMN): likewise.
11829         (SQL_SG_INSERT_TABLE): likewise.
11830         (SQL_SG_REFERENCES_COLUMN): likewise.
11831         (SQL_SG_REFERENCES_TABLE): likewise.
11832         (SQL_SG_SELECT_TABLE): likewise.
11833         (SQL_SG_UPDATE_COLUMN): likewise.
11834         (SQL_SG_UPDATE_TABLE): likewise.
11835         (SQL_SG_USAGE_ON_CHARACTER_SET): likewise.
11836         (SQL_SG_USAGE_ON_COLLATION): likewise.
11837         (SQL_SG_USAGE_ON_DOMAIN): likewise.
11838         (SQL_SG_USAGE_ON_TRANSLATION): likewise.
11839         (SQL_SG_WITH_GRANT_OPTION): likewise.
11840         (SQL_SNVF_BIT_LENGTH): likewise.
11841         (SQL_SNVF_CHAR_LENGTH): likewise.
11842         (SQL_SNVF_CHARACTER_LENGTH): likewise.
11843         (SQL_SNVF_EXTRACT): likewise.
11844         (SQL_SNVF_OCTET_LENGTH): likewise.
11845         (SQL_SNVF_POSITION): likewise.
11846         (SQL_SP_BETWEEN): likewise.
11847         (SQL_SP_COMPARISON): likewise.
11848         (SQL_SP_EXISTS): likewise.
11849         (SQL_SP_IN): likewise.
11850         (SQL_SP_ISNOTNULL): likewise.
11851         (SQL_SP_ISNULL): likewise.
11852         (SQL_SP_LIKE): likewise.
11853         (SQL_SP_MATCH_FULL): likewise.
11854         (SQL_SP_MATCH_PARTIAL): likewise.
11855         (SQL_SP_MATCH_UNIQUE_FULL): likewise.
11856         (SQL_SP_MATCH_UNIQUE_PARTIAL): likewise.
11857         (SQL_SP_OVERLAPS): likewise.
11858         (SQL_SP_QUANTIFIED_COMPARISON): likewise.
11859         (SQL_SP_UNIQUE): likewise.
11860         (SQL_SQL_CONFORMANCE): likewise.
11861         (SQL_SQL92_DATETIME_FUNCTIONS): likewise.
11862         (SQL_SQL92_FOREIGN_KEY_DELETE_RULE): likewise.
11863         (SQL_SQL92_FOREIGN_KEY_UPDATE_RULE): likewise.
11864         (SQL_SQL92_GRANT): likewise.
11865         (SQL_SQL92_NUMERIC_VALUE_FUNCTIONS): likewise.
11866         (SQL_SQL92_PREDICATES): likewise.
11867         (SQL_SQL92_RELATIONAL_JOIN_OPERATORS): likewise.
11868         (SQL_SQL92_REVOKE): likewise.
11869         (SQL_SQL92_ROW_VALUE_CONSTRUCTOR): likewise.
11870         (SQL_SQL92_STRING_FUNCTIONS): likewise.
11871         (SQL_SQL92_VALUE_EXPRESSIONS): likewise.
11872         (SQL_SR_CASCADE): likewise.
11873         (SQL_SR_DELETE_TABLE): likewise.
11874         (SQL_SR_GRANT_OPTION_FOR): likewise.
11875         (SQL_SR_INSERT_COLUMN): likewise.
11876         (SQL_SR_INSERT_TABLE): likewise.
11877         (SQL_SR_REFERENCES_COLUMN): likewise.
11878         (SQL_SR_REFERENCES_TABLE): likewise.
11879         (SQL_SR_RESTRICT): likewise.
11880         (SQL_SR_SELECT_TABLE): likewise.
11881         (SQL_SR_UPDATE_COLUMN): likewise.
11882         (SQL_SR_UPDATE_TABLE): likewise.
11883         (SQL_SR_USAGE_ON_CHARACTER_SET): likewise.
11884         (SQL_SR_USAGE_ON_COLLATION): likewise.
11885         (SQL_SR_USAGE_ON_DOMAIN): likewise.
11886         (SQL_SR_USAGE_ON_TRANSLATION): likewise.
11887         (SQL_SRJO_CORRESPONDING_CLAUSE): likewise.
11888         (SQL_SRJO_CROSS_JOIN): likewise.
11889         (SQL_SRJO_EXCEPT_JOIN): likewise.
11890         (SQL_SRJO_FULL_OUTER_JOIN): likewise.
11891         (SQL_SRJO_INNER_JOIN): likewise.
11892         (SQL_SRJO_INTERSECT_JOIN): likewise.
11893         (SQL_SRJO_LEFT_OUTER_JOIN): likewise.
11894         (SQL_SRJO_NATURAL_JOIN): likewise.
11895         (SQL_SRJO_RIGHT_OUTER_JOIN): likewise.
11896         (SQL_SRJO_UNION_JOIN): likewise.
11897         (SQL_SRVC_DEFAULT): likewise.
11898         (SQL_SRVC_NULL): likewise.
11899         (SQL_SRVC_ROW_SUBQUERY): likewise.
11900         (SQL_SRVC_VALUE_EXPRESSION): likewise.
11901         (SQL_SSF_CONVERT): likewise.
11902         (SQL_SSF_LOWER): likewise.
11903         (SQL_SSF_SUBSTRING): likewise.
11904         (SQL_SSF_TRANSLATE): likewise.
11905         (SQL_SSF_TRIM_BOTH): likewise.
11906         (SQL_SSF_TRIM_LEADING): likewise.
11907         (SQL_SSF_TRIM_TRAILING): likewise.
11908         (SQL_SSF_UPPER): likewise.
11909         (SQL_STANDARD_CLI_CONFORMANCE): likewise.
11910         (SQL_STATIC_CURSOR_ATTRIBUTES1): likewise.
11911         (SQL_STATIC_CURSOR_ATTRIBUTES2): likewise.
11912         (SQL_SU_DML_STATEMENTS): likewise.
11913         (SQL_SU_INDEX_DEFINITION): likewise.
11914         (SQL_SU_PRIVILEGE_DEFINITION): likewise.
11915         (SQL_SU_PROCEDURE_INVOCATION): likewise.
11916         (SQL_SU_TABLE_DEFINITION): likewise.
11917         (SQL_SVE_CASE): likewise.
11918         (SQL_SVE_CAST): likewise.
11919         (SQL_SVE_COALESCE): likewise.
11920         (SQL_SVE_NULLIF): likewise.
11921         (SQL_UB_FIXED): likewise.
11922         (SQL_UB_VARIABLE): likewise.
11923         (SQL_UNION_STATEMENT): likewise.
11924         (SQL_UPDATE_BY_BOOKMARK): likewise.
11925         (SQL_US_UNION): likewise.
11926         (SQL_US_UNION_ALL): likewise.
11927         (SQL_DESC_ROWVER): likewise.
11928         (SQL_GUID): likewise.
11929         (SQL_C_GUID): likewise.
11930         (ODBC_STD): likewise.
11931         (SQLAllocHandle): likewise.
11932         (SQLAllocEnv(p)): likewise.
11933         (SQL_YEAR): likewise.
11934         (SQL_MONTH): likewise.
11935         (SQL_DAY): likewise.
11936         (SQL_HOUR): likewise.
11937         (SQL_MINUTE): likewise.
11938         (SQL_SECOND): likewise.
11939         (SQL_YEAR_TO_MONTH): likewise.
11940         (SQL_DAY_TO_HOUR): likewise.
11941         (SQL_DAY_TO_MINUTE): likewise.
11942         (SQL_DAY_TO_SECOND): likewise.
11943         (SQL_HOUR_TO_MINUTE): likewise.
11944         (SQL_HOUR_TO_SECOND): likewise.
11945         (SQL_MINUTE_TO_SECOND): likewise.
11946         (SQL_ATTR_ANSI_APP): likewise.
11947         (SQL_AA_TRUE): likewise.
11948         (SQL_AA_FALSE): likewise.
11949
11950         * include/sqltypes.h (#pragma pack(push,1), #pragma pack(pop)): remove.
11951         (struct tagSQL_YEAR_MONTH): add for ODBC3.x.
11952         (struct tagSQL_DAY_SECOND): likewise.
11953         (struct tagSQL_INTERVAL_STRUCT): likewise.
11954         (struct tagSQL_NUMERIC_STRUCT): likewise.
11955         (struct tagSQLGUID): add for 0DBC3.50.
11956         (enum SQLINTERVAL): add for ODBC3.x.
11957         (SQLWCHAR): add typedef.
11958         (SQLTCHAR): add typedef, conditional on UNICODE.
11959         (SQLLEN): add typedef for _WIN64, define for _WIN32.
11960         (SQLULEN): likewise.
11961         (SQLROWOFFSET): likewise.
11962         (SQLROWCOUNT): likewise.
11963         (SQLTRANSID): likewise.
11964         (SQLSETPOSIROW): likewise.
11965         (SQLHANDLE): add ODBC3.x typedef.
11966         (SQLHDESC): likewise.
11967         (SQLDATE): likewise.
11968         (SQLDECIMAL): likewise.
11969         (SQLDOUBLE): likewise.
11970         (SQLFLOAT): likewise.
11971         (SQLNUMERIC): likewise.
11972         (SQLREAL): likewise.
11973         (SQLTIME): likewise.
11974         (SQLTIMESTAMP): likewise.
11975         (SQLVARCHAR): likewise.
11976         (SQLBIGINT): likewise.
11977         (SQLUBIGINT): likewise.
11978         (SQL_DATE_STRUCT): likewise.
11979         (SQL_TIME_STRUCT): likewise.
11980         (SQL_TIMESTAMP_STRUCT): likewise.
11981         (ODBCINT64): add ODBC3.x define.
11982
11983         * lib/odbc32.def : regenerate.
11984
11985 2001-01-26  Earnie Boyd  <earnie@users.sourceforge.net
11986
11987         * Apply Danny Smith patch 102275
11988         2000-11-05  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11989         * include/objbase.h: (COM_RIGHTS): Add definition.
11990         (tagSTDMSHLFLAGS): add enumeration.
11991         (CoInitializeEx): Add prototypes.
11992         (CoGetStdMarshalEx): ditto.
11993         (CoCreateInstanceEx): ditto.
11994         (CoInitializeSecurity): ditto.
11995         (CoGetCallContext): ditto.
11996         (CoQueryProxyBlanket): ditto.
11997         (CoSetProxyBlanket): ditto.
11998         (CoCopyProxy): ditto.
11999         (CoQueryClientBlanket): ditto.
12000         (CoImpersonateClient): ditto.
12001         (CoRevertToSelf): ditto.
12002         (CoQueryAuthenticationServices): ditto.
12003         (CoSwitchCallContext): ditto.
12004         (CoGetInstanceFromFile): ditto.
12005         (CoGetInstanceFromIStorage): ditto.
12006         * include/objidl.h: (SOLE_AUTHENTICATION_SERVICE): Add structure.
12007         (SOLE_AUTHENTICATION_INFO): ditto.
12008         (EOLE_AUTHENTICATION_CAPABILITIES): Add enumeration.
12009         (COLE_DEFAULT_PRINCIPAL): Add definition.
12010         (COLE_DEFAULT_AUTHINFO): Ditto.
12011         * include/rpcdce.h: (RPC_C_AUTHZ_DEFAULT): Add definition.
12012         (RPC_PROTSEQ_VECTOR) Fix typo.
12013         (RpcRaiseException): add DECLSPEC_NORETURN attribute.
12014         * include/winbase.h: (FreeLibraryAndExitThread): add DECLSPEC_NORETURN
12015         attribute.
12016
12017 2001-01-26  Earnie Boyd  <earnie@users.sourceforge.net>
12018
12019         * lib/msvcp60.def: Apply Danny Smith patch 103321.
12020         2001-01-17  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>.
12021         New file.
12022
12023 2001-01-26  Christopher Faylor  <cgf@cygnus.com>
12024
12025         * include/winnt.h: Add PTOKEN_USER.
12026
12027 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
12028
12029         * include/sqlucode.h: Apply Danny Smith patch 102443
12030         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12031         New file.
12032
12033 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
12034
12035         * lib/odbccp32.def: Apply Danny Smith patch 102442
12036         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12037         New file.
12038
12039 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
12040
12041         * include/odbcinst.h: Apply Danny Smith patch 102441
12042         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12043         New file.
12044
12045 2000-12-25  Christopher Faylor  <cgf@cygnus.com>
12046
12047         * lib/Makefile.in: Don't make "links" to include/w32api directory.
12048
12049 2000-12-20  Corinna Vinschen  <corinna@vinschen.de>
12050
12051         * include/winbase.h: Add prototype for SetSecurityDescriptorControl.
12052
12053 2000-12-11  Christopher Faylor  <cgf@cygnus.com>
12054
12055         * lib/Makefile.in: Install headers and libraries in tooldir.
12056
12057 2000-12-04  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12058
12059         * include/winnls.h: NORM_IGNORE* remove duplicate defines.
12060         SORT_STRINGSORT: ditto.
12061         CMAP*: ditto.
12062         CTRY_*: add new defines.
12063         LGRPID_*: ditto.
12064         LCMAP*: change defines to hex notation.
12065         CALID: change from ULONG to DWORD.
12066         CALTYPE: ditto.
12067         _cpinfoex[AW]: add structure.
12068         FoldString: correct Unicode mappings.
12069         GetCPInfoEx[AW]: add prototypes.
12070         EnumCalendarInfoEx[AW]: ditto.
12071         EnumDateFormatsEx[AW]: ditto.
12072         EnumSystemLanguageGroups[AW]: ditto.
12073         EnumLanguageGroupLocales[AW]: ditto.
12074         EnumUILanguages[AW]: ditto.
12075         GetSystemDefaultUILanguage[AW]: ditto.
12076         GetUserDefaultUILanguage[AW]: ditto.
12077         IsValidLanguageGroup[AW]: ditto.
12078         CALINFO_ENUMPROCEX[AW]: add function pointer typedef
12079         LANGUAGEGROUP_ENUMPROC[AW]: ditto
12080         LANGGROUPLOCALE_ENUMPROC[AW]: ditto
12081         UILANGUAGE_ENUMPROC[AW]: ditto
12082         DATEFMT_ENUMPROCEX[AW]: ditto
12083         LPCURRENCYFMT[AW]: add structure pointer typedef
12084         LPNUMBERFMT[AW]: ditto
12085
12086 2000-12-02  Matt Hargett  <matt@use.net>
12087
12088         * include/winbase.h: Added a define for INVALID_SET_FILE_POINTER, a
12089         possible return code for the SetFilePointer() win32 API call.
12090
12091 2000-11-09  Corinna Vinschen  <corinna@vinschen.de>
12092
12093         * include/winnt.h: Add missing FILE_NAMED_STREAMS define.
12094
12095 2000-11-06  Earnie Boyd  <earnie_boyd@yahoo.com>
12096
12097         * Makefile.in: increment VERSION.
12098         (dist:) Rename to srcdist.  Create new dist target to call
12099         srcdist and bindist targets.
12100         (srcdist:) New target.
12101         (clean-top:) add call to mostlyclean-top and add rm of distribution
12102         tarballs.
12103         * lib/Makefile.in: (uninstall:) modify to remove files from the
12104         new w32api subdirectory and to remove w32api subdirectory.
12105         (xuninstall:) Ditto.
12106         TODO: Add a task to redo the clean targets of Makefile.in
12107
12108 2000-11-03  Christopher Faylor  <cgf@cygnus.com>
12109
12110         * lib/Makefile.in: Install header files in w32api subdirectory.
12111
12112 2000-10-31  Earnie Boyd  <earnie_boyd@yahoo.com>
12113
12114         * CONTRIBUTIONS: New file.
12115         * README: Change the maintained by header.
12116         * TODO: Add a note about checking the TODO.
12117
12118 2000-10-31  Earnie Boyd  <earnie_boyd@yahoo.com>
12119
12120         * Merge in accepted changes from
12121         2000-10-23  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12122         * include/basetyps.h: add comment for GUID_DEFINED
12123         * include/lm.h: add includes for lmerr.h and lmserver.h
12124         * include/lmcons.h: add W2K typedefs LMSTR, LMCSTR
12125         * include/lmerr.h:  add error codes
12126         * include/lmserver.h: replace LPTSTR with LPWSTR,
12127         LPTCSTR with LPWCSTR in structures and prototypes
12128         * include/lmshare.h: ditto
12129         * include/lmuse.h: ditto
12130         * include/lmstats.h: ditto
12131         * include/oleauto.h: add function prototype SystemTimeToVariantTime
12132         * include/winbase.h: change first argument of CommConfigDialog to const
12133         * include/windowsx.h: add macros  defining FAR versions of
12134         mem and string functions for porting from Win16 code
12135         * include/winioctl.h:  added IOCTL_STORAGE defines
12136         * include/winnetwk.h:  added WNNC_NET flags
12137         * include/winnt.h: add include of <basetsd.h>;
12138         add structs; add pointer typedefs  for TOKEN structs
12139         * include/winsock.h: add guard around BSD-ish typedefs
12140         * include/wtypes.h: new VARENUM enums, new WIN32/WIN64 compat. macros
12141         * include/basetsd.h: new file
12142         * include/raserror.h: ditto
12143         * include/rassapi.h: ditto
12144         * include/ras.h: ditto
12145         comment from Earnie: replaced original ras.h contribution with Danny's
12146         contribution as it is more complete.
12147         * include/rpcndr.h: add default definition for __RPCNDR_H_VERSION__
12148
12149 2000-10-19  Earnie Boyd  <earnie_boyd@yahoo.com>
12150
12151         * Makefile.in: increment VERSION.  Change tar file name for dist and
12152         bindist targets to be more standard.
12153         * config.guess: Update with the currently published file.
12154         * config.sub: ditto.
12155         * configure.in: Use value of build_alias instead of testing for
12156         directory names to set BUILDENV.
12157         * configure: ditto.
12158         * lib/Makefile.in: Change the name of the targets install,
12159         install-headers and install-libraries to xinstall, xinstall-headers
12160         and xinstall-libraries for system target specified installation.
12161         Recreate targets install, install-headers and install-libraries for
12162         exec-prefix specified installation.  Ditto for the uninstall targets of
12163         the same name.
12164
12165 2000-10-09  Corinna Vinschen  <corinna@vinschen.de>
12166
12167         * include/iprtrmib.h: Further layout changes according to standard.
12168         * include/iptypes.h: Ditto.
12169         * include/ntdef.h: Ditto.
12170         * include/ntsecapi.h: Ditto.
12171         * include/subauth.h: Ditto.
12172
12173 2000-10-09  Corinna Vinschen  <corinna@vinschen.de>
12174
12175         * include/ntsecapi.h: Fix PLSA_UNICODE_STRING define.
12176
12177 2000-10-08  Corinna Vinschen  <corinna@vinschen.de>
12178
12179         * include/ntsecapi.h: New file.
12180         * include/subauth.h: Ditto.
12181         * include/ipexport.h: Fix global header define not to contain
12182         trailing underscore. Change layout according to standard.
12183         * include/iphlpapi.h: Ditto.
12184         * include/ipifcons.h: Ditto.
12185         * include/iprtrmib.h: Ditto.
12186         * include/iptypes.h: Ditto.
12187         * include/ntdef.h: Ditto. Define conditional datatypes dependent
12188         of inclusion of ntsecapi.h and subauth.h.
12189         * lib/secur32.def: New stub for secur32.dll.
12190
12191 2000-10-02  Corinna Vinschen  <corinna@vinschen.de>
12192
12193         * include/ras.h: New file.
12194         * lib/rasapi32.def: Add symbols for RasEnumDevicesA and
12195         RasEnumDevicesW.
12196
12197 2000-10-02  Corinna Vinschen  <corinna@vinschen.de>
12198
12199         * include/ntdef.h: Add define for NTAPI.
12200
12201 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12202
12203         * include/ipexport.h: Add missing `extern "C"' directives.
12204         * include/iphlpapi.h: Ditto.
12205         * include/iprtrmib.h: Ditto.
12206         * include/iptypes.h: Ditto.
12207
12208 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12209
12210         * include/ipifcons.h: New header file.
12211         * include/iprtrmib.h: Move operational states to ipifcons.h.
12212         * include/iphlpapi.h: Add missing parameters to GetIfTable()
12213         declaration.
12214
12215 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12216
12217         * include/iprtrmib.h: Add missing MIB_IF_OPER_STATUS_xxx definitions.
12218
12219 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12220
12221         * lib/iphlpapi.def: New stub for iphlpapi.dll.
12222         * include/iptypes.h: New header file.
12223         * include/ipexport.h: Ditto.
12224         * include/iphlpapi.h: Ditto.
12225         * include/iprtrmib.h: Ditto.
12226
12227 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12228
12229         * include/ntdef.h: New file.
12230
12231 2000-08-18  Corinna Vinschen  <corinna@vinschen.de>
12232
12233         * include/winnt.h:Add enums for TokenRestrictedSids and TokenSessionId
12234         to TOKEN_INFORMATION_CLASS type.
12235         Add QUOTA_LIMITS type.
12236
12237 2000-08-08  Corinna Vinschen  <corinna@vinschen.de>
12238
12239         * include/userenv.h: New header file.
12240         * lib/userenv.def: New stub for userenv.dll.
12241
12242 2000-08-08  Christopher Faylor  <cgf@cygnus.com>
12243
12244         * include/winuser.h: Correct PCWPSTRUCT typo.
12245         (discovered by Axel Riese)
12246
12247 2000-07-27  DJ Delorie  <dj@redhat.com>
12248
12249         * include/windows.h: optimize non-inclusion of repeat headers
12250
12251 2000-07-21  Corinna Vinschen  <corinna@vinschen.de>
12252
12253         * include/winnt.h: Add missing typedefs for PTOKEN_SOURCE and
12254         LPTOKEN_SOURCE.
12255
12256 2000-07-11  DJ Delorie  <dj@cygnus.com>
12257
12258         * include/shlobj.h: add CSIDL_COMMON_*
12259
12260 2000-06-27  Corinna Vinschen  <corinna@vinschen.de>
12261
12262         * include/winbase.h: Add stream ids BACKUP_OBJECT_ID,
12263         BACKUP_REPARSE_DATA and BACKUP_SPARSE_BLOCK.
12264         Add file open flags FILE_FLAG_OPEN_REPARSE_POINT and
12265         FILE_FLAG_OPEN_NO_RECALL.
12266         * winioctl.h: Add device io control codes FSCTL_GET_REPARSE_POINT,
12267         FSCTL_SET_REPARSE_POINT and FSCTL_DELETE_REPARSE_POINT.
12268         * winnt.h: Add typedef for GUID.
12269         Add file attributes FILE_ATTRIBUTE_ENCRYPTED,
12270         FILE_ATTRIBUTE_SPARSE_FILE, FILE_ATTRIBUTE_REPARSE_POINT and
12271         FILE_ATTRIBUTE_NOT_CONTENT_INDEXED.
12272         Add volume attributes FILE_VOLUME_QUOTAS, FILE_SUPPORTS_SPARSE_FILES,
12273         FILE_SUPPORTS_REPARSE_POINTS, FILE_SUPPORTS_REMOTE_STORAGE,
12274         FILE_SUPPORTS_OBJECT_IDS and FILE_SUPPORTS_ENCRYPTION.
12275         Add several reparse point defines and typedefs for REPARSE_DATA_BUFFER,
12276         REPARSE_GUID_DATA_BUFFER and REPARSE_POINT_INFORMATION.
12277         * lib/psapi.def: New file.
12278
12279 2000-06-22  Christopher Faylor  <cgf@cygnus.com>
12280
12281         * rpcdce.h: Protect OPTIONAL definition since it may be (legally)
12282         previously defined.
12283         * windef.h : Ditto.
12284
12285 2000-06-14  Kazuhiro Fujieda  <fujieda@jaist.ac.jp>
12286
12287         * include/winnt.h: Add some missing defines related to locale
12288         identifiers.  Translate values of LANG_* and SUBLANG_* into hexadecimal.
12289
12290 2000-05-27  Corinna Vinschen  <corinna@vinschen.de>
12291
12292         * include/wincrypt.h: Add missing CRYPT_MACHINE_KEYSET define.
12293
12294 2000-05-18  Corinna Vinschen  <corinna@vinschen.de>
12295
12296         * include/winnt.h: Add some missing TAPE_DRIVE_* defines.
12297
12298 2000-04-26  Christopher Faylor  <cgf@cygnus.com>
12299
12300         * include/wininet.h: Add another "INTERNET_OPTIONS".
12301
12302 2000-04-25  Mumit Khan  <khan@xraylith.wisc.edu>
12303
12304         * include/winspool.h: Add 2 more PRINTER_ATTRIBUTE_* macros.
12305
12306 2000-04-25  Martin Kotulla  <martin-k@softmaker.de>
12307
12308         * include/ddeml.h (DdeCreateStringHandle{A,W}): Fix prototype.
12309         * include/shlobj.h (IShellLink{A,W}::GetPath): Fix prototype.
12310         * include/wingdi.h: Add LPFNDEVMODE and LPFNDEVCAPS callbacks.
12311         * include/winuser.h: Add WM_* macros. Add PCOPYDATASTRUCT typedef.
12312
12313 2000-04-10  Christopher Faylor  <cgf@cygnus.com>
12314
12315         * include/winbase.h: Change first argument of ENUMRES* types to
12316         coincide with Microsoft usage.
12317
12318 2000-04-01  Christopher Faylor  <cgf@cygnus.com>
12319
12320         * include/wininet.h: Add three more "INTERNET_OPTIONS".
12321
12322 2000-03-30  Mumit Khan  <khan@xraylith.wisc.edu>
12323
12324         * include/winbase.h (CreateHardLink{A,W}): Add prototypes.
12325         * include/winerror.h (ERROR_TOO_MANY_LINKS): Add macro.
12326         * include/winnt.h (SEC_*): Add macros.
12327         * lib/th32.def: Use Kernel32.dll instead of TH32.DLL.
12328         * include/ole.h: Workaround for C++ parser bug.
12329         * include/rpcdcep.h: Likewise.
12330         * include/winsock.h: Likewise.
12331
12332 2000-03-26  Christopher Faylor  <cgf@cygnus.com>
12333
12334         * include/winnt.h: Eliminate duplicate PCONTEXT and LPCONTEXT typedefs.
12335
12336 2000-02-28  Mumit Khan  <khan@xraylith.wisc.edu>
12337
12338         Patches from Jan Nijtmans <j.nijtmans@chello.nl>:
12339         * include/wtypes.h (PBLOB, LPBLOB): Define.
12340         * include/winsock2.h: Much more complete version.
12341         (FD_SET, SOMAXCONN): Protect common macros defined by winsock.h.
12342
12343         Patches from Jan Nijtmans <j.nijtmans@chello.nl>:
12344         * include/winsock.h (FD_CLR): Add missing ')'.
12345         (timercmp): Fix macro to handle all 6 comparison operators.
12346         (AF_FIREFOX, AF_UNKNOWN1, AF_BAN, AF_ATM, AF_INET6): Define.
12347         (AF_MAX): Update.
12348         (PF_FIREFOX, PF_UNKNOWN1, PF_BAN, PF_ATM, PF_INET6): Define.
12349
12350         * include/largeint.h: Rename HAVE_INT64 macro to _HAVE_INT64 to avoid
12351         namespace pollution.
12352         * include/rpcndr.h: Likewise.
12353         * include/winnt.h: Likewise.
12354         * include/shlobj.h (SHGetDataFromIDList{A,W}): Fix typo.
12355         (SHGetSpecialFolderPath{A,W}): Add prototypes.
12356         * lib/ole32.def: Add missing exports.
12357         * include/winbase.h (TLS_MINIMUM_AVAILABLE): Move macro from here
12358         * include/winnt.h (TLS_MINIMUM_AVAILABLE): to here.
12359         (NT_TIB): Define.
12360         * include/tlhelp32.h: New file.
12361
12362 2000-02-28  Christopher Faylor  <cgf@cygnus.com>
12363
12364         * include/rapi.h: New file.
12365         * lib/rapi.def: New file.
12366
12367 2000-02-11  Axel Riese  <ariese@andromeda.risc.uni-linz.ac.at>
12368
12369         * oaidl.h (LPTYPECOMP): Remove multiple definition.
12370
12371 2000-02-03  Mumit Khan  <khan@xraylith.wisc.edu>
12372
12373         * Snapshot 2000-02-03.
12374
12375 2000-01-21  Chris Faylor  <cgf@cygnus.com>
12376
12377         * include/winnt.h: Add ARM support.
12378
12379 2000-01-19  Mumit Khan  <khan@xraylith.wisc.edu>
12380
12381         From Greg Primes <gregory.l.priem@intel.com>:
12382         * include/oaidl.h (DESCKIND): Define macro.
12383         (ITypeComp): Define interface.
12384         (ITypeComp): Likewise.
12385         * rpcndr.h (DECLSPEC_UUID): Define macro.
12386         (MIDL_INTERFACE): Likewise.
12387
12388         * include/psapi.h: New file.
12389         * include/imagehlp.h: New file.
12390         * lib/imagehlp.def: New file.
12391
12392         * include/oaidl.h (tagVARIANT): Update fields.
12393
12394         From Craig Lanning <CraigL@DyCon.com>:
12395         * include/commctrl.h: Add some TCS_* macros.
12396         * include/winnls.h (IsValidLocale): Add prototype.
12397
12398 2000-01-18  Mumit Khan  <khan@xraylith.wisc.edu>
12399
12400         * include/oaidl.h: OLE Patches from "Fifer, Eric"
12401         <EFifer@sanwaint.com> needed to build Win32::OLE perl module.
12402         * include/objbase.h: Likewise.
12403         * include/objidl.h: Likewise.
12404         * include/ocidl.h: New file.
12405         * include/oleauto.h: Likewise.
12406         * include/wtypes.h: Likewise.
12407         * lib/oleaut32.def: Likewise.
12408
12409         * include/lmserver.h (NetServerTransportAddEx): Fix prototype.
12410         Thanks to "Jon Leichter" <jon@symas.com>.
12411         * include/commctrl.h (LVM_FINDITEM): Fix typo in macro.
12412         * include/winbase.h: Add GetLongPathName{A,W} prototypes.
12413         * include/shellapi.h (SHGetFileInfo): Add macro. Thanks to
12414         "Axel Riese" <ariese@andromeda.risc.uni-linz.ac.at>.
12415         (CommandLineToArgvW): Fix prototype. Thanks to "Frans E. van
12416         Dorsselaer" <frans@bia-bv.demon.nl>.
12417         * include/httpext.h: New file. Thanks to Jan Nijtmans
12418         <j.nijtmans@chello.nl>.
12419         * include/mmsystem.h (WAVEFORMATEX): Guard definition to avoid
12420         redefinition of LPCWAVEFORMATEX in DirectX headers.
12421         (CALLBACK_NULL): Define to be 0. Thanks to Krzysztof Nikiel
12422         <krzych00@priv7.onet.pl>.
12423         * include/sqlext.h (SQLDriverConnnect): Fix prototype.
12424         * include/windef.h (HRESULT): Guard definition to avoid
12425         redefinition in DirectX headers.
12426         * include/winnt.h: Add target macros from windows.h.
12427         * include/windows.h: Update synch comment for target macros.
12428         (_ANONYMOUS_STRUCT): Define for GCC 2.95 and newer.
12429         (_ANONYMOUS_UNION): Likewise.
12430         * include/wingdi.h (AbortPrinter): Move from here ...
12431         * include/winspool.h (AbortPrinter): to here and fix linkage.
12432         (MONITOR_INFO_2{A,W}): Define.
12433         * include/winsock.h (htons): Fix argument.
12434         (htonl): Likewise.
12435         * include/winsock2.h (SO_*, MAX_*, WSA_*): Add macros.
12436         (GROUP): Define.
12437         (GUID): Define conditionally.
12438         (WSAPROTOCOLCHAIN, WSAPROTOCOL_INFO): Define.
12439         (WSASocket*): Declare.
12440         * include/basetyps.h (GUID): Guard REGUID and LPGUID as well.
12441
12442         * lib/dsetup.def: Remove leading underscore.
12443         * lib/dsound.def: Likewise.
12444         * lib/ws2_32.def: Likewise.
12445
12446 1999-12-22  Mumit Khan  <khan@xraylith.wisc.edu>
12447
12448         * include/windef.h (HMONITOR, HTERMINAL, HWINEVENTHOOK): Define
12449         handles.
12450
12451         * lib/Makefile.in (EXTRA_OBJS): Add dinput.o.
12452         * lib/dinput.c: Include windows.h for GCC.
12453         * lib/dxguid.c: Likewise.
12454         (INITGUID): Define macro.
12455
12456         * include/objidl.h (ISequentialStream): Define interface.
12457         (IStream): Derive from ISequentialStream.
12458
12459         * include/objidl.h (IStream::{LockRegion, UnlockRegion, Stat,
12460         Clone}): Mark as PURE.
12461         (IDataObject::EnumDAdvise): Likewise.
12462         * include/oleidl.h (IDropSource::GiveFeedback): Likewise.
12463         (IViewObject::Unfreeze): Likewise.
12464         (IViewObject2::Unfreeze): Likewise.
12465
12466         * include/objidl.h: Add various IID_ declarations.
12467         * include/olectl.h: Likewise.
12468         * include/oleidl.h: Likewise.
12469
12470 1999-12-21  Mumit Khan  <khan@xraylith.wisc.edu>
12471
12472         * Snapshot 1999-12-21.
12473
12474         * include/winbase.h (CancelIO): Rename to CancelIo.
12475         * include/winsvc.h (LPHANDLER_FUNCTION): Fix prototype.
12476         * include/winuser.h (PEVENTMSG, LPEVENTMSG): Declare.
12477
12478         * Merge with winsup-19991218.
12479         * include/winnt.h: Add defines for W2K ACL control flags.
12480
12481         * Merge with Anders Norlander's 19991130 snapshot.
12482
12483         * include/windows.h: #include mmsystem.h ifndef WIN32_LEAN_AND_MEAN.
12484         * include/winbase.h (EXCEPTION_INVALID_HANDLE): Define.
12485
12486         Patch from Harold Weissfield
12487         * include/shellapi.h: Added some ABN_* defines.
12488
12489         * include/commctrl.h (_TrackMouseEvent): Add prototype.
12490         * lib/comctl32.def (_TrackMouseEvent): Import.
12491         * include/winuser.h: Misc. fixes from Sang Cho
12492         <sangcho@alpha94.chongju.ac.kr>.
12493         * include/winuser.h (SM_CMETRICS): Define to 76 or 83 depending on
12494         value of _WIN32_WINNT.
12495         * include/winuser.h: Reorganize SM_* defines in numerical order.
12496
12497 1999-12-14  Mumit Khan  <khan@xraylith.wisc.edu>
12498
12499         * include/windef.h: Make RECTL a distinct type from RECT.
12500         * include/windows.h: Define upto 8 DUMMYUNIONNAMEs for DirectX.
12501         * include/winuser.h (CDS_): Update (Franco Bez <franco.bez@gmx.de>).
12502         (COMPAREITEMSTRUCT): Fix fields.
12503         (SERIALKEYSA): Likewise.
12504         (SERIALKEYSW): Likewise..
12505         * include/winbase.h (CRITICAL_SECTION_DEBUG): Likewise.
12506         (WIN32_FIND_DATAA): Likewise.
12507         (WIN32_FIND_DATAW): Likewise.
12508         * include/commdlg.h (SNDMSG): Define.
12509         * include/winsock.h (SO_UPDATE_ACCEPT_CONTEXT): Define.
12510         (SO_CONNECT_TIME): Likewise.
12511         (AcceptEx): Declare.
12512         (GetAcceptExSockaddrs): Likewise.
12513         * include/winsock2.h: Fix typo in #ifdef __cplusplus.
12514         * include/winspool.h: Add RC_INVOKED guard.
12515         * lib/wsock32.def (AcceptEx@32): Export.
12516         (GetAcceptExSockaddrs@32): Likewise.
12517
12518 1999-11-18  Mumit Khan  <khan@xraylith.wisc.edu>
12519
12520         * Snapshot 1999-11-18.
12521
12522         * include/oaidl.h (tagVARIANT): Rename pbool to pboolVal needed by
12523         Octopod C++ IDE (and MSVC compatibility).
12524         * include/oleauto.h (V_BOOLREF(X)): Likewise.
12525         * include/shellapi.h (ShellAbout*): Fix typo.
12526         * wingdi.h (FW_ULTRABOLD): Likewise.
12527         * include/winnt.h (_TAPE_ERASE, _TAPE_PREPARE, _TAPE_SET_POSITION,
12528         _TAPE_WRITE_MARKS): Add missing fields and fix existing ones.
12529         Add packing directives for various structures. All structure
12530         sizes now conform to MSVC.
12531
12532 1999-11-07  Mumit Khan  <khan@xraylith.wisc.edu>
12533
12534         Released 1999-11-07.
12535
12536 1999-11-06  Mumit Khan  <khan@xraylith.wisc.edu>
12537
12538         * include/winsock2.h: New file. Mostly a stub for now.
12539         * include/winbase.h (DllMain): Delete prototype.
12540         * include/commctrl.h (Header_SetItem): Fix macro.
12541         * include/{isguids.h, lmerrlog.h, mcx.h, objfwd.h, olectl.h,
12542         regstr.h, richole.h, rpcdce.h, rpcdcep.h, rpcnsi.h, rpcproxy.h,
12543         shlguid.h, sqltypes.h, winperf.h}: Enclose in extern "C" if c++.
12544
12545         Merge in changes from wxWindows.
12546         * include/basetyps.h (GUID_DEFINED, UUID_DEFINED): Add guards.
12547         * include/oaidl.h (DISPID_*): Add macros.
12548         (IID_ITypeLib, IID_ICreateTypeInfo, IID_ICreateTypeInfo2,
12549         IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_ITypeInfo,
12550         IID_IErrorInfo, IID_IDispatch, IID_ICreateErrorInfo): Declare.
12551         * include/objidl.h (IDataObject): Fix EnumFormatEtc parameter.
12552
12553         Merge in changes from Octopod C++ IDE group.
12554         * include/commctrl.h (NMHEADERA, NMHEADERW): Define.
12555         (Header_InsertItem): Fix macro.
12556         * include/oaidl.h (IID_IDispatch): Declare.
12557         (IID_ISupportErrorInfo): Likewise.
12558         (IDispatch): Rename Invoked to Invoke.
12559         * include/objidl.h (IPersist): Fix GetClassID.
12560         * include/oleauto.h (VectorFromBstr): Declare.
12561         (BstrFromVector): Likewise.
12562         * include/olectl.h (OLEMISC_*): Update.
12563         * include/olectlid.h (IID_IDispatch): Declare.
12564         * include/oleidl.h (IOleObject): Fix GetExtent and SetExtent.
12565         (IOleInPlaceFrame): Fix.
12566         (ISupportErrorInfo): Define.
12567         (IErrorInfo): Define.
12568         * include/winuser.h (SIF_TRACKPOS): Define.
12569
12570 1999-11-03  Mumit Khan  <khan@xraylith.wisc.edu>
12571
12572         Fix Merge errors:
12573         * include/winnt.h (PSID): Uncomment definition.
12574         (PISID): Rename from PSID.
12575         (struct _TAPE_GET_MEDIA_PARAMETER): Remove reserved field.
12576         (struct _SECURITY_ATTRIBUTES): Remove multiple definition.
12577
12578         * include/lmalert.h, include/lmbrowsr.h, include/lmchdev.h,
12579         include/lmconfig.h, include/lmerrlog.h, include/lmmsg.h,
12580         include/lmremutl.h, include/lmrepl.h, include/lmserver.h,
12581         include/lmsvc.h, include/lmwksta.h, include/oaidl.h,
12582         include/shellapi.h, include/winbase.h, include/wingdi.h,
12583         include/winnt.h, include/winsock.h: Merged with winsup-19991026.
12584
12585 1999-10-31  Mumit Khan  <khan@xraylith.wisc.edu>
12586
12587         * include/wingdi.h (PHYSICAL*, SCALINGFACTOR*): New. From
12588         Marius Kjeldahl <kjeldahl@hotmail.com>.
12589
12590 1999-08-29  Mumit Khan  <khan@xraylith.wisc.edu>
12591
12592         * include/winnt.h (APPLICATION_ERROR_MASK): Add macros.
12593         (ERROR_SEVERITY_*): Likewise.
12594
12595 1999-08-17  Mumit Khan  <khan@xraylith.wisc.edu>
12596
12597         * include/winbase.h (TLS_OUT_OF_INDEXES): Add macro.
12598         (DllMain): Fix prototype.
12599
12600 1999-08-02  Mumit Khan  <khan@xraylith.wisc.edu>
12601
12602         * include/commdlg.h: Enclose within pack(push,1) and pack(pop).
12603         (cderr.h): Don't include.
12604         * include/winuser.h: Fix macro definitions.
12605
12606 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12607
12608         Merge with winsup 1999-07-29:
12609         * include/wincon.h (MOUSE_WHEELED): Define.
12610         * include/winnt.h (PSECURITY_ATTRIBUTES): Add type.
12611         (SECURITY_DESCRIPTOR): Add struct type.
12612         (PSECURITY_DESCRIPTOR): Pointer to above type. BEWARE: this type
12613         is equal to PVOID in the Platform SDK! So don't depend on accessing
12614         members through ->.
12615
12616 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12617
12618         * lib/Makefile.in (install-headers): Don't @ commands.
12619         (install-libraries): Ditto.
12620
12621 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12622
12623         * include/sqlext.h: Use #include <sql.h> instead of "sql.h".
12624
12625 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12626
12627         Patch from Mumit Khan:
12628         * include/windows.h: Fix typo in winsock.h include guard and add
12629         _UWIN to the list.
12630         * include/winnt.h (__int64): Undefine first.
12631         (struct _SID): Declare.
12632
12633 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12634
12635         * include/winnt.h: Add some REG_* defines reported by Boris Lantrewitz.
12636
12637 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12638
12639         Patch from Mumit Khan:
12640         * Makefile.in: Do the right thing when cross-compiling.
12641         * include/windef.h: Don't define _export and __export if already
12642         defined.
12643
12644 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12645
12646         * include/basetyps.h (DECLARE_INTERFACE): Use com_interface attribute.
12647         (DECLARE_INTERFACE_): Ditto.
12648
12649 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12650
12651         * include/mmsystem.h (HWAVEOUT): Fix missing ')'
12652
12653         Reported by Brad Porter
12654         * include/wingdi.h (FW_ULTRALIGHT): Add.
12655         (FW_DEMIBOLD): Add.
12656         (FW_ULTRABOLD): Add.
12657         (FW_BLACK): Add.
12658         (JOHAB_CHARSET): Add.
12659         (VIETNAMESE_CHARSET): Add.
12660
12661
12662 1999-05-15  Anders Norlander  <anorland@hem2.passagen.se>
12663
12664         * lib/scrnsave.c (WinMain): Remove dependencies on C library.
12665         * lib/Makefile.in (Makefile): Regenerate.
12666         * include/pshpack[1248].h: New files, if a program would use any of
12667         them.
12668         * include/poppack.h: Ditto.
12669         * include/windef.h (_WIN32_WINNT): Define
12670         * include/windows.h: Remove DUMMYUNIONNAME[45].
12671         * include/windows.h: Correctly define _M_IX86 to reflect the target
12672         processor.
12673         * include/windows.h: Add preliminary support for other architectures.
12674         * include/winnt.h: Add CONTEXT structure for PPC and ALPHA.
12675         * include/winnt.h: Remove PACKED from U/LARGE_INTEGER
12676         * include/winnt.h (LUID_AND_ATTRIBUTES): Use pack(4) to solve alignment
12677         issue with LARGE_INTEGER.
12678         (ANSI_NULL): Define.
12679         (PSZ): Define.
12680         (ACL_REVISION[1234]): Define.
12681         (MIN/MAX_ACL_REVISION): Define.
12682         (PTCHAR): Define.
12683         (LANG_USER_DEFAULT): Define.
12684         (LANG_SYSTEM_DEFAULT): Define.
12685         (LOCALE_NEUTRAL): Define.
12686         (SORTVERSIONFROMLCID): Define.
12687         * include/windef.h (UNREFERENCED_PARAMETER): Define.
12688         (UNREFERENCED_LOCAL_VARIABLE): Define.
12689         (DBG_UNREFERENCED_PARAMETER): Define.
12690         (DBG_UNREFERENCED_LOCAL_VARIABLE): Define.
12691         * lib/mswsock.def: New file. Imports for mswsock.dll.
12692         * include/custcntl.h: New file. Necessary to compile some SDK
12693         samples.
12694         * include/winuser.h (SM_MOUSEWHEELPRESENT): Define.
12695         (WM_MOUSEWHEEL): Define.
12696         (WHEEL_DELTA): Define.
12697         (WM_MOUSELAST): Redefine to reflect WM_MOUSEWHEEL.
12698         (WM_NEXTMENU): Define.
12699         (CharNextA): Fix prototype.
12700         (CharNextW): Ditto.
12701
12702 1999-05-14  Anders Norlander  <anorland@hem2.passagen.se>
12703
12704         * include/winsock.h: Enclose in extern "C" if C++, huh?
12705         * include/winuser.h(WM_SYNCPAINT): Define. From fltk.
12706
12707 1999-05-13  Anders Norlander  <anorland@hem2.passagen.se>
12708
12709         * include/windef.h (NULL): Define only ifndef
12710         (TRUE): Ditto, was previously only defined ifndef FALSE
12711         (PASCAL): Define as _pascal
12712         (__pascal): Define
12713         (WINAPIV): Define
12714         (min,max): Define only ifndef NOMINMAX
12715
12716 1999-05-10  Anders Norlander  <anorland@hem2.passagen.se>
12717
12718         * include/commctrl.h: Support for Date/Calendar controls + IE controls.
12719         You must define _WIN32_IE if you want support for it.
12720         Modified patch from Nirmal Prasad  <nprasad@truept.com>.
12721
12722 1999-05-10  Ron Aaron   <v-ronaar@Exchange.Microsoft.com>
12723
12724         * include/wincon.h: Add some ButtonState flags and EventFlags.
12725
12726 1999-05-10  Anders Norlander  <anorland@hem2.passagen.se>
12727
12728         * include/basetyps.h: Don't support COM when __OBJC__ defined because
12729         interface define causes mayhem.
12730         (DEFINE_INTERFACE): Use comobject attribute only if HAVE_COMOBJECT is
12731         defined.
12732         * include/windows.h: Undefine BOOL if __OBJC__ defined
12733
12734 1999-05-09  Chris Faylor  <cgf@cygnus.com>
12735
12736         * include/winnls.h: Define additional code pages.
12737
12738 1999-05-09  Anders Norlander  <anorland@hem2.passagen.se>
12739
12740         * include/winbase.h(RtlFillMemory): Parameters got passed in wrong
12741         order, corrected.
12742         (RtlZeroMemory): Use RtlFillMemory
12743
12744 1999-05-04  Anders Norlander  <anorland@hem2.passagen.se>
12745
12746         * include/winnt.h: Add PACKED to LARGE_INTEGER and ULARGE_INTEGER
12747         to get the correct size when used in some structs.
12748         (ULARGE_INTEGER): Ditto.
12749         * include/winnt.h (TAPE_CREATE_PARTITION): Add struct.
12750         * include/winnt.h: Add TAPE_* pointer types PTAPE_*
12751
12752 1999-05-02  Nirmal Prasad  <nprasad@truept.com>
12753
12754         * include/wininet.h: Enclose in extern "C" if c++
12755         (INTERNET_BUFFERSA/W): Define struct
12756         * include/wininet.h: Add some HSR_* defines
12757
12758 1999-05-02  Anders Norlander  <anorland@hem2.passagen.se>
12759
12760         * include/winnt.h (IMAGE_FIRST_SECTION): Prepend missing paren
12761         * include/winnt.h (UNALIGNED): Define
12762         * include/windef.h (DECLSPEC_NORETURN): Define
12763
12764         * include/wininet.h (INTERNET_MAX_NAME): Remove
12765         (INTERNET_MAX_SCHEME_LENGTH): Define
12766         (INTERNET_MAX_URL_LENGTH): Use INTERNET_MAX_SCHEME_LENGTH
12767         * include/wininet.def: Completely redone, it was losing badly.
12768
12769 1999-05-01  Anders Norlander  <anorland@hem2.passagen.se>
12770
12771         * lib/dplayx.def: Remove '_' prefixes
12772         * lib/shell32.def: Remove imports for IID_ContextMenu
12773
12774 1999-04-29  Anders Norlander  <anorland@hem2.passagen.se>
12775
12776         * Makefile.in (dist): Support dist target
12777         * lib/Makefile.in (dist): Likewise
12778         * lib/Makefile.in (uninstall-headers): Fix command
12779         * Makefile.in (bindist): Target to build a prebuilt dist
12780
12781         * lib/ws2_32.def: Winsock2 implib
12782
12783         * include/largeint.h: New header
12784         * include/largeint.c: Large integer support library
12785         * lib/Makefile.in(EXTRA_LIBS): Add liblargeint.a
12786         (EXTRA_OBJS): Add largeint.o
12787
12788         * include/Makefile: Remove
12789         * lib/Makefile: Remove
12790         * Makefile: Remove
12791         * configure.in: New autoconf script
12792         * configure: generated configure script
12793         * Makefile.in: autoconf makefile template
12794         * lib/Makefile.in: Ditto
12795         * include/test.c: mv to lib/test.c
12796         * include/res.rc: mv to lib/res.rc
12797         * include/TODO: mv to .
12798         * include/Notes: mv to ./NOTES
12799
12800 1999-04-28  Anders Norlander  <anorland@hem2.passagen.se>
12801
12802         * include/zmouse.h (WHEEL_DELTA): Define
12803
12804 1999-04-26  Mumit Khan  <khan@xraylith.wisc.edu>
12805
12806         * include/ddeml.h (HSZPAIR): Declare.
12807         * include/zmouse.h: New file.
12808
12809 1999-04-27  Daniel Guerrero Miralles  <daniel.guerrero@upcnet.upc.es>
12810
12811         * lib/d3dim.def: New implib
12812         * lib/d3drm.def: Ditto
12813         * lib/d3dxof.def: Ditto
12814         * lib/ddraw.def: Ditto
12815         * lib/dinput.def: Ditto
12816         * lib/dplayx.def: Ditto
12817         * lib/dsetup.def: Ditto
12818         * lib/dsound.def: Ditto
12819         * lib/dinput.c: Guid library for DirectInput
12820         * lib/dxguid.c: Guid library for DirectX
12821
12822 1999-04-21  Anders Norlander  <anorland@hem2.passagen.se>
12823
12824         * include/windowsx.h (GET_X_LPARAM): Missing macro added (reported
12825         by Ron Aaron).
12826         * include/windowsx.h (GET_Y_LPARAM): Also missing
12827         * include/winnls.h (IsValidCodePage): Missing prototype added (reported
12828         by Mumit Khan).
12829
12830 1999-04-18  Anders Norlander  <anorland@hem2.passagen.se>
12831
12832         * include/scrnsave.h: New header file for screen saver library
12833         * lib/scrnsave.c: New file: screen saver library
12834
12835 1999-04-17  Anders Norlander  <anorland@hem2.passagen.se>
12836
12837         * include/regstr.h: Enclosed all strings in TEXT() macros so it
12838         works well in when UNICODE is defined
12839
12840 1999-04-17  Nirmal Prasad  <nprasad@truept.com>
12841
12842         * include/winuser.h(STYLESTRUCT): New struct
12843         * include/wingdi.h:(GOBJENUMPROC): This function type should
12844         return void.
12845
12846 1999-04-17  Anders Norlander  <anorland@hem2.passagen.se>
12847
12848         * include/basetyps.h (LPGUID): New typedef
12849         * lib/glut.def: Import library defintions for glut.dll
12850         * lib/glu32.def: Ditto for glut32.dll
12851         * include/winnt.h: Fixed handling of wchar_t typedef
12852         * include/sql.h(SQL_NO_DATA_FOUND): Replace with SQL_NO_DATA
12853         * include/sqlext.h(SQL_NO_DATA_FOUND): Define as SQL_NO_DATA
12854
12855 1999-03-20  Anders Norlander  <anorland@hem2.passagen.se>
12856
12857         * include/winbase.h(AbnormalTermination): Define as FALSE
12858         * include/commctrl.h: Support for new progress bar messages/styles
12859
12860 1999-03-20  Geoffrey Noer  <noer@cygnus.com>
12861
12862         * include/commdlg.h(PageSetupDlg): New define
12863         * include/richedit.h: Missing SCF_* defines
12864         * include/winnt.h: Lots o' defines
12865         * include/winbase.h(AllocateAndInitializeSid): Corrected prototype
12866
12867 1999-03-09  Anders Norlander  <anorland@hem2.passagen.se>
12868
12869         * include/commdlg.h: Removed pack pragma
12870         * lib/comctl32.def(InitCommonControlsEx@4): Added import
12871
12872 1999-03-08  Anders Norlander  <anorland@hem2.passagen.se>
12873
12874         * Makefile: Set version to 0.1.5
12875         * lib/Makefile (clean): Fix typo
12876
12877         * include/commctrl.h: Removed pack pragma
12878         * include/cpl.h: Likewise
12879         * include/dbt.h: Likewise
12880         * include/dde.h: Likewise
12881         * include/nddeapi.h: Likewise
12882         * include/shellapi.h: Likewise
12883         * include/wincrypt.h: Likewise
12884         * include/lmaccess.h: Fixed USER_PRIV_ADMIN typo
12885
12886         * include/winsock.h (netent): Define only ifndef __INSIDE_CYGWIN__
12887         (servent): Likewise
12888         (protoent): Likewise
12889
12890         * include/windows.h: Prevent inclusion of winsock.h if we are
12891         using or compiling cygwin. Define Win32_Winsock to force inclusion.
12892
12893 1999-01-08  Anders Norlander  <anorland@hem2.passagen.se>
12894
12895         * include/winbase.h (CREATE_FORCEDOS): New define
12896
12897 1999-01-07  Anders Norlander  <anorland@hem2.passagen.se>
12898
12899         * include/wincon.h(KEY_EVENT_RECORD): Fixed packing problem on
12900         (COORD): Likewise
12901         * include/wingdi.h (BITMAPFILEHEADER): Fixed packing
12902         * include/windows.h: Added DUMMYUNIONNAME4 and 5
12903         * include/winnt.h (LUID_AND_ATTRIBUTES_ARRAY): New type
12904         (PLUID_AND_ATTRIBUTES_ARRAY): New type
12905
12906         * include/ddeml.h: Removed unnecessary `#pragma pack'
12907         * include/imm.h: Likewise
12908         * include/nddeapi.h: Likewise
12909         * include/nspapi.h: Likewise
12910         * include/regstr.h: Likewise
12911         * include/wincon.h: Likewise
12912         * include/windef.h: Likewise
12913         * include/winioctl.h: Likewise
12914         * include/winnls.h: Likewise
12915         * include/winsvc.h: Likewise
12916         * include/winuser.h: Likewise
12917         * include/winver.h: Likewise
12918         * include/wtypes.h: Likewise
12919
12920 1999-01-05  Anders Norlander  <anorland@hem2.passagen.se>
12921
12922         * Makefile (VERSION): Set to 0.1.4
12923         * include/basetyps.h: Check for NOCOMOBJECT
12924         * include/Makefile: Pass -DNOCOMOBJECT to g++ to avoid warnings
12925         on comobject attribute.
12926         * lib/kernel32.def: Added a few functions
12927         * include/windef.h (DWORD): Changed back to unsigned long
12928
12929         * include/windows.h: Include only winresrc.h if RC_INVOKED is defined,
12930         winresrc.h in turn includes the necessary headers. This makes things
12931         much simpler, no need to protect blocks of code in headers that
12932         should not be seen by the resource compiler.
12933
12934 1999-01-05  Geoffrey Noer  <noer@cygnus.com>
12935
12936         * include/winbase.h (STATUS_INVALID_HANDLE): Added define
12937         * include/wincon.h: Added console event type flags
12938         * include/winnt.h (FILE_SHARE_DELETE): Added
12939           (SECURITY_DESCRIPTOR): typedef as DWORD
12940
12941         * include/winuser.h (WM_PENWINFIRST): Fixed typo
12942         * include/winsock.h: Protect some blocks with __INSIDE_CYGWIN_ and
12943         define u_* types only if _SYS_TYPES_H is not defined.
12944
12945 1999-01-02  Anders Norlander  <anorland@hem2.passagen.se>
12946
12947         * COPYING.LIB: Deleted
12948         * README: Updated to reflect license changes
12949         * include/shlobj.h: Remove extra comma on some enums
12950         * include/windef.h: Changed DWORD typedef from unsigned long to
12951         unsigned int in order to avoid warnings on bit fields that
12952         use DWORD.
12953         * include/Makefile (test): Compile with all warnings
12954         * include/unknwn.h: Include objfwd.h
12955         * include/winsock.h: Added missing copyright notices.
12956
12957 1999-01-01  Anders Norlander  <anorland@hem2.passagen.se>
12958
12959         * lib/winmm.def: Corrected LIBRARY statement
12960         * include/mmsystem.h: Define mmioSeek codes if not already defined
12961         * include/commctrl.h (CreateStatusWindowA): Corrected prototype
12962         (CreateStatusWindowW): Likewise
12963
12964         * include/winresrc.h: Include only files necessary instead of windows.h
12965         * include/dde.h: Allow inclusion in resource scripts.
12966         * include/winnt.h: Likewise
12967         * include/commctrl.h: Likewise
12968         * include/prsht.h: Likewise
12969         * README: Updated
12970
12971 1998-12-10  Anders Norlander  <anorland@hem2.passagen.se>
12972
12973         * include/sqltypes.h (SQLHANDLE): Added this type
12974         (SQLHDESC): Likewise
12975         * include/sql.h (SQLFreeHandle): Added this prototype
12976         (SQLAllocHandle): Likewise
12977
12978 1998-12-08  Anders Norlander  <anorland@hem2.passagen.se>
12979
12980         * include/winsock.h: Define _GNU_H_WINDOWS32_SOCKETS to avoid
12981         conflicts with cygwin headers.
12982
12983 1998-12-06  Anders Norlander  <anorland@hem2.passagen.se>
12984
12985         * Makefile: Changed VERSION to 0.1.3
12986         * Makefile (dist-lib): New target to make import library only
12987         distribution
12988         * Makefile (dist-hdr): New target to make headers only distribution
12989         * Makefile (dist): Now depends on dist-lib and dist-hdr instead of
12990         building one single distribution file.
12991         * dist.mak: Deleted
12992
12993         * include/lm.h: New file
12994         * include/lmcons.h: New file
12995         * include/lmalert.h: New file
12996         * include/lmaudit.h: New file
12997         * include/lmconfig.h: New file
12998         * include/lmapibuf.h: New file
12999         * include/lmaccess.h: New file
13000         * include/lmchdev.h: New file
13001         * include/lmremutl.h: New file
13002         * include/lmrepl.h: New file
13003         * include/lmerrlog.h: New file
13004         * include/lmat.h: New file
13005         * include/lmuse.h: New file
13006         * include/lmuseflg.h: New file
13007         * include/lmserver.h: New file
13008         * include/lmerr.h: New file
13009         * include/lmsname.h: New file
13010         * include/lmstats.h: New file
13011         * include/lmsvc.h: New file
13012         * include/lmwksta.h: New file
13013         * include/lmbrowsr.h: New file
13014
13015 1998-12-05  Anders Norlander  <anorland@hem2.passagen.se>
13016
13017         * include/unknwn.h: Fixed IClassFactory declaration; INTERFACE was missing
13018         * include/unknwn.h: Added extern declaration for IID_IClassFactory
13019
13020         * include/initguid.h: New file
13021
13022         * include/rpcndr.h: Defined hyper and MIDL_hyper as double if 64 bit
13023         int not supported
13024
13025         * include/winnt.h: Added USN
13026         * include/winnt.h: Changed handling of 64 bit int support
13027
13028         * include/windows.h: Added support for BC,LCC and MSVC
13029
13030         * include/windows.h: Changed handling machine architecture defines
13031
13032         * include/olectl.h: New file
13033
13034 1998-12-04  Anders Norlander  <anorland@hem2.passagen.se>
13035
13036         * include/oleidl.h: Added IViewObject and IViewObject2
13037
13038         * include/objidl: Corrected prototype for IStorage::DestroyElement and
13039         IStorage::MoveElement
13040
13041         * include/oledlg.h: New file
13042
13043         * include/winresrc.h: New file
13044
13045         * include/wingdi.h: Added LPDOCINFO
13046
13047         * include/commctrl.h: Added SBARS_SIZEGRIP and TVM_SETINDENT
13048         * include/commctrl.h: Added TCM_SETITEM to UNICODE/ANSI block
13049         * include/commctrl.h: Added ListView_GetSelectedCount, ListView_GetItemSpacing,
13050         TabCtrl_SetImageList and TabCtrl_GetItemCount
13051         * include/commctrl.h: Added TVM_FIRST, HDM_FIRST and TV_FIRST
13052
13053         * include/windowsx.h: Added missing ListBox_xx ComboBox_xx etc. macros
13054
13055         * include/wingdi.h: Added (L)PBITMAP,(L)PBITMAPCOREHEADER,
13056         PBITMAPINFOHEADER, (L)PBITMAPCOREINFO and (L)PBITMAPFILEHEADER.
13057
13058         * include/commdlg.h: Added LPDEVNAMES
13059
13060         * include/windows.h: Include excpt.h
13061
13062         * include/excpt.h: New file. This file just contains some
13063         stubs for SEH that do nothing.
13064
13065         * include/commctrl.h: Added general WM_NOTIFY codes
13066
13067         * include/winuser.h: Added ICON_SMALL and ICON_BIG
13068         * include/winuser.h: Removed VK_0-VK_9 VK_A-VK_Z; they should obviously
13069         not be in the headers.
13070         * include/winuser.h: Added LPCBTACTIVATESTRUCT and LPCLIENTCREATESTRUCT
13071         * include/winuser.h: Added old WM_SIZE parameter names so
13072         wxWindows compiles.
13073         * include/winuser.h: Added IDC_SIZE and IDC_ICON
13074         * include/winuser.h: Added LPDLGITEMTEMPLATE
13075         * include/winuser.h: HTCAPTION was missing value
13076         * include/winuser.h: Added WM_ACTIVE flags
13077
13078         * include/windowsx.h: Added _fmemcpy so V compiles; also added
13079         _fxx defines for memmove, memset and memcmp
13080
13081         * include/windef.h: Changed _export and __export to empty defines
13082
13083         * include/shellapi.h: Corrected prototypes for ExtractIcon functions.
13084         String parameters were not const and ExtractAssociatedIcon takes
13085         a WORD pointer not DWORD pointer as last parameter.
13086
13087         * Makefile: Changed VERSION to 0.1.2
13088
13089         * include/ole2ver.h: New file
13090
13091         * Makefile: Removed all dependencies on GLUT
13092
13093         * include/GL/glut.h: Removed file because of decision to remove
13094         files that are not part of the library.
13095         * lib/glut.def: Likewise
13096         * lib/glut32.def: Likewise
13097
13098         * include/windows.h: Include winperf.h
13099
13100         * include/winperf.h: New file
13101
13102         * lib/gdi32.def: Added GetEnhMetaFilePixelFormat
13103
13104         * include/winnls.h: Added calendar types
13105         * include/winnls.h: Added country codes
13106
13107 1998-12-03  Anders Norlander  <anorland@hem2.passagen.se>
13108
13109         * include/windef.h: Added PROC and NEARPROC
13110
13111         * include/wingdi.h: Added ChoosePixelFormat, DescribePixelFormat
13112         * include/wingdi.h: Added OpenGL types and prototypes
13113         * include/wingdi.h: Added ENHMETA_STOCK_OBJECT
13114         * include/wingdi.h: Added DCTT_DOWNLOAD_OUTLINE
13115         * include/wingdi.h: Added POINTFX, TTPOLYCURVE and TTPOLYGONHEADER
13116         * include/wingdi.h: Added truetype character outline types
13117         * include/wingdi.h: Added DEVMODE initialization flags
13118         * include/wingdi.h: Added panose codes
13119         * include/wingdi.h: Added missing character sets
13120         * include/wingdi.h: Added ANTIALIASED_QUALITY and
13121         NONANTIALIASED_QUALITY
13122         * include/wingdi.h: Added ENUMLOGFONTA/W and ENUMLOGFONTEXA/W
13123         * include/wingdi.h: Added pointer types for EXTLOGPEN
13124         * include/wingdi.h: Added PATTERN type
13125         * include/wingdi.h: Added NEWTEXTMETRICA/W and NEWTEXTMETRICEXA/W
13126         * include/wingdi.h: Added new text metric flags
13127         * include/wingdi.h: Added pitch and family flags
13128         * include/wingdi.h: Moved BCHAR defintion from winnt.h here
13129         * include/wingdi.h: Added METAHEADER
13130         * include/wingdi.h: Fixed packing of RGBTRIPLE and BITMAPFILEHEADER
13131         * include/wingdi.h: Added TA_MASK
13132         * include/wingdi.h: Added MAXSTRETCHBLTMODE
13133         * include/wingdi.h: Added error codes
13134
13135         * include/winuser.h: Added missing winhelp structures
13136         * include/winuser.h: Added dialog flags/styles/messages
13137         * include/winuser.h: Added EM_SETMARGIN codes
13138         * include/winuser.h: Made it possiblie to use IDI_XX values
13139         in resource files.
13140         * include/winuser.h: Added missing LoadImage load flags
13141         * include/winuser.h: Added missing message box flags
13142         * include/winuser.h: Added ScrollWindow codes
13143         * include/winuser.h: Added DT_WORD_ELLIPSIS
13144         * include/winuser.h: Added drag and drop support
13145         * include/winuser.h: Added WM_MENUCHAR return codes
13146         * include/winuser.h: Added DLGWINDOWEXTRA
13147         * include/winuser.h: Added missing SetWindowPos flags.
13148         * include/winuser.h: Added BSF_NOTIMEOUTIFNOTHUNG
13149         * include/winuser.h: Added IDHOT_xx defines
13150         * include/winuser.h: Added MOD_WIN
13151         * include/winuser.h: Added missing defines and structs for owner draw
13152         controls.
13153         * include/winuser.h: Added WPF_RESTORETOMAXIMIZED and
13154         WPF_SETMINPOSITION
13155         * include/winuser.h: Added DrawAnimatedRects flags
13156         * include/winuser.h: Added WM_PRINT codes
13157         * include/winuser.h: Added CS_IME class style
13158         * include/winuser.h: Added WM_SIZE codes
13159         * include/winuser.h: Added WM_MOUSEACTIVATE return codes
13160         * include/winuser.h: Added WM_NCHITTEST return codes
13161         * include/winuser.h: Added WM_SIZING parameters
13162         * include/winuser.h: Added WM_NEXTMENU and MDINEXTMENU
13163         * include/winuser.h: Added menu loop codes.
13164         * include/winuser.h: Added NFR_ANSI, NFR_UNICODE, NF_QUERY and
13165         NF_REQUERY
13166         * include/winuser.h: Added WM_POWER flags
13167         * include/winuser.h: Added KL_NAMELENGTH, WSF_VISIBLE
13168         * include/winuser.h: Added missing message filter codes
13169         * include/winuser.h: Added WM_KEYXX message flags
13170         * include/winuser.h: Added WM_SHOWMESSAGE flags
13171         * include/winuser.h: Added old ShowWindow commands
13172         * include/winuser.h: Fixed packing of DLGITEMTEMPLATE and DLGTEMPLATE
13173         structures.
13174
13175         * include/mciavi.h: New file for the MCI AVI driver that for some
13176         reason is not in mmsystem.h.
13177
13178         * include/winbase.h: Added PIPE_UNLIMITED_INSTANCES and INVALID_FILE_SIZE
13179         * include/winbase.h: Added SECURITY_xx for CreateFile
13180         * include/winbase.h: Added RTS and DTS control values
13181         * include/winbase.h: Fixed SYSTEM_INFO structure
13182         * include/winbase.h: Added CREATE_NO_WINDOW, CREATE_SHARED_WOW_VDM
13183         * include/winbase.h: Added FILE_TYPE_REMOTE
13184         * include/winbase.h: Added modem status flags
13185         * include/winbase.h: Added HINSTANCE_ERROR
13186         * include/winbase.h: Added DefineDosDevice defines
13187         * include/winbase.h: Added power management flags AC_xx BATTERY_xx
13188         * include/winbase.h: Added STARTF_XX flags
13189         * include/winbase.h: Fixed typo on _lcreat prototype.
13190         * include/winbase.h: Moved DBG_XX to winnt.h
13191         * include/winbase.h: Moved TOKEN_XX, DLL_PROCESS_XX and DLL_THREAD_XX to
13192         winnt.h
13193
13194         * include/unknwn.h: Added extern declaration of IID_IUnknown
13195
13196         * include/windowsx.h: Added hmemcpy.
13197
13198         * include/winnt.h: Added dummy member to DECLARE_HANDLE struct
13199         * include/winnt.h: Added PACCESS_TOKEN
13200         * include/winnt.h: Added TAPE_XX defines and moved some from winbase.h
13201         * include/winnt.h: Added SE_IMPERSONATION_STATE and TOKEN_SOURCE_LENGTH
13202         * include/winnt.h: Added SE_PRIVILEGE_ENABLED_BY_DEFAULT, SE_PRIVILEGE_ENABLED,
13203         SE_PRIVILEGE_USED_FOR_ACCESS, PRIVILEGE_SET_ALL_NECESSARY,
13204         SECURITY_MAX_IMPERSONATION_LEVEL, DEFAULT_IMPERSONATION_LEVEL,
13205         SECURITY_DYNAMIC_TRACKING and SECURITY_STATIC_TRACKING.
13206
13207         * include/winnt.h: Added SE_OWNER_DEFAULTED, SE_GROUP_DEFAULTED, SE_DACL_XX,
13208         SE_SACL_XX, SE_SELF_RELATIVE, SECURITY_DESCRIPTOR_MIN_LENGTH,
13209         SECURITY_DESCRIPTOR_REVISION and SECURITY_DESCRIPTOR_REVISION1.
13210
13211         * include/winsvc.h: Removed conflicting defines which were supposed
13212         to be in winnt.h
13213
13214         * include/winnt.h: Added SERVICE_NODE_TYPE, SERVICE_LOAD_TYPE
13215         and SERVICE_ERROR_TYPE.
13216
13217         * include/winnt.h: Added SERVICE_XX defines.
13218         * include/winsvc.h: Added SERVICES_ACTIVE_DATABASEA/W,
13219         SERVICES_FAILED_DATABASEA/W and SC_GROUP_IDENTIFIERA/W.
13220
13221         * include/winsvc.h: Added SERVICE_STATE_ALL, SERVICE_QUERY_CONFIG,
13222         SERVICE_CHANGE_CONFIG, SERVICE_QUERY_STATUS, SERVICE_ENUMERATE_DEPENDENTS,
13223         SERVICE_START, SERVICE_STOP, SERVICE_PAUSE_CONTINUE,
13224         SERVICE_USER_DEFINED_CONTROL and SERVICE_ALL_ACCESS
13225
13226 1998-12-02  Anders Norlander  <anorland@hem2.passagen.se>
13227
13228         * include/winbase.h: Corrected prototype for CreateProcessA
13229
13230         * include/mmsystem.h: Added CAPS1 and C1_TRANSPARENT for display
13231         driver extensions.
13232
13233         * include/shlobj.h: Corrected prototype for SHGetDesktopFolder, should
13234         be LPSHELLFOLDER* not LPSHELLFOLDER.
13235
13236         * include/windows.h: Include commdlg.h
13237
13238         * include/winuser.h: Added MDICREATESTRUCT
13239
13240         * include/winuser.h: Added LB_ERR, LB_ERRSPACE, LB_OKAY, CB_ERR,
13241         CB_ERRSPACE, and CB_OKAY
13242
13243         * include/wingdi.h: Added LPBITMAPINFOHEADER
13244
13245         * include/rpcproxy.h: Removed IN, OUT and OPTIONAL since they
13246         are meaningless.
13247         * include/rpcdce2.h: Likewise.
13248
13249         * lib/shell32.c: Moved GUID defintions from shlguid.h to this file.
13250
13251         * include/richole.h: Replaced DEFINE_GUID with extern const GUID
13252         * include/olectlid.h: Likewise
13253         * include/shlguid.h: Likewise
13254
13255         * include/coguid.h: Delete file since it was for 16 bit windows only.
13256
13257         * lib/*.def: Appended .dll to library name where needed.
13258
13259         * include/windef.h: Define _stdcall and __stdcall only if not
13260         previously defined instead of undefining first.
13261
13262         * include/dlgs.h: Put RC_INVOKED around structure defs
13263
13264         * include/intshcut.h: New file
13265         * include/isguids.h: New file
13266
13267         * lib/uuid.c: Added all COM/OLE GUIDS I know and do not know about.
13268
13269 1998-12-01  Anders Norlander  <anorland@hem2.passagen.se>
13270
13271         * include/winnt.h: Added check if _T is defined before defining it
13272
13273         * include/windows.h: Include dlgs.h if WIN32_LEAN_AND_MEAN not defined
13274
13275         * include/dlgs.h: New file
13276
13277         * include/winbase.h: Removed DllEntryPoint define
13278
13279         * include/winbase.h: Added SetupComm prototype
13280
13281         * include/rpc.h: SEH RPC functions no longer defined since they weren't
13282         supported anyway.
13283
13284         * include/basetyps.h: Removed use of COMOBJECT define, instead
13285         DECLARE_INTERFACE directly uses comobject attribute when GCC
13286         is used.
13287
13288         * include/wtypes.h: STGC enum was missing typedef
13289
13290         * include/objidl.h: ADVC enum was missing typedef
13291
13292         * include/winnt.h: Moved CHAR, SHORT and LONG definitions so
13293         they are nested within the VOID definition.
13294
13295         * include/winbase.h: Added stream ids and attributes
13296
13297         * include/winbase.h: Changed WIN32_STREAM_ID member cStreamName
13298         to an ANYSIZE_ARRAY array.
13299
13300 1998-11-26  Anders Norlander  <anorland@hem2.passagen.se>
13301
13302         * include/windef.h: defined _declspec as __declspec since
13303         some programs (like VWCL) use _declspec instead of __declspec
13304
13305         * include/winnt.h: added COMPRESS_FORMAT defines
13306
13307         * include/winbase.h: moved IS_TEXT_XXX defines to winnt.h
13308
13309         * include/winnt.h: added HEAP_XXXX defines
13310
13311         * include/winbase.h: moved HEAP_XXXX defines to winnt.h
13312
13313         * include/winnt.h: added defintions for PE/COFF from the PE and COFF
13314         specification.
13315
13316         * include/winnt.h: added NTAPI define
13317
13318 1998-11-25  Anders Norlander  <anorland@hem2.passagen.se>
13319
13320         * include/winnt.h: defined TBYTE,LPTSTR etc in terms of TCHAR
13321         instead of CHAR or WCHAR.
13322
13323         * include/winnt.h: added _T define
13324
13325         * include/winnt.h: added test for _TCHAR_DEFINED
13326
13327         * include/winnt.h: included string.h for memory macros
13328
13329         * include/prsht.h: added PSM_SETFINISHTEXT to UNICODE/ANSI test
13330
13331         * include/prsht.h: moved PSM_SETTITLEA/W to UNICODE test at end of file
13332
13333         * include/prsht.h: added PropSheet_XXX macros
13334
13335
13336 1998-11-24  Anders Norlander  <anorland@hem2.passagen.se>
13337
13338         * include/winspool.h: Changed DeletePrinterProcessor and
13339         DeletePrinterProvidor to DeletePrintXX.
13340
13341         * include/wingdi.h: Changed EMRCREATECOLORSPACE lcs member type to
13342         LOGCOLORSPACEW.
13343
13344         * include/wingdi.h: Changed prototype for CreateColorSpace to A and W
13345         variants
13346
13347         * include/wingdi.h: Likewise for GetLogColorSpace
13348
13349         * include/wingdi.h: Changed LOGCOLORSPACE to LOGCOLORSPACEA/W.
13350
13351         * include/richedit.h: Added missing defines and structures
13352
13353         * include/winuser.h: Moved EDITWORDBREAKPROCEX to include/richedit.h
13354
13355         * include/winuser.h: Added HWND_DESKTOP
13356
13357 1998-11-23  Anders Norlander  <anorland@hem2.passagen.se>
13358
13359         * Makefile: Include ChangeLog when building source
13360         distribution (srcdist)
13361
13362         * include/oleauto.h: Changed WINOLEAUTAPI and WINOLEAUTAPI_ so they
13363         are always defined as STDAPI and STDAPI_
13364
13365         * include/objbase.h: Changed WINOLEAPI and WINOLEAPI_ so they
13366         are always defined as STDAPI and STDAPI_
13367
13368         * include/objidl.h: Removed extra ';' on IStorage SetClass method
13369
13370         * include/rpcndr.h: Removed all IN and OUT from function prototypes
13371
13372         * ChangeLog started