OSDN Git Service

Prepare and publish MinGW.org WSL-5.1 release.
[mingw/mingw-org-wsl.git] / w32api / ChangeLog
1 2018-02-26  Keith Marshall  <keith@users.osdn.me>
2
3         Prepare and publish MinGW.org WSL-5.1 release.
4
5         * All files (wsl-5.1-release): Tag assigned.
6
7 2018-02-24  Keith Marshall  <keith@users.osdn.me>
8
9         Make <iptypes.h> header effectively self-contained.
10
11         * include/iptypes.h: Assert copyright; tidy layout.
12         Include <windef.h>; it is required for self-containment.
13         (__need_time_t): Define for selective inclusion of <sys/types.h>
14         (_BEGIN_C_DECLS, _END_C_DECLS): Use them as appropriate.
15         (_WIN32_WINNT): Always compare it symbolically.
16         (__dhcp_time_t): New temporary data type macro; define it...
17         [_WIN64]: ...as equivalent to __time64_t, otherwise...
18         [!_WIN64]: ...equivalent to __time32_t, and then...
19         (struct _IP_ADAPTER_INFO): ...use it as the data type for...
20         (LeaseObtained, LeaseExpires): ...these fields.
21
22 2017-12-20  Keith Marshall  <keith@users.osdn.me>
23
24         Make <winreg.h> header effectively self-contained.
25
26         * include/winreg.h: Include <winbase.h>, thus achieving effective
27         self-containment; since this also indirectly includes <_mingw.h>,
28         there is no longer any need to include it directly.
29
30 2017-12-20  Keith Marshall  <keith@users.osdn.me>
31
32         Clean up, following issue [#2262] patch application.
33
34         * include/winreg.h: Tidy layout; correct copyright assertion.
35         (_BEGIN_C_DECLS, _END_C_DECLS): Use them, as appropriate.
36         [UNICODE] (__AW): Do not use deleted macro; replace it with...
37         [UNICODE] (__AW_ALIAS__): ...this, for conditional typedef mapping...
38         [UNICODE] (VALENT, PVALENT): ...of these; similarly replace with...
39         [UNICODE] (__AW_SUFFIXED__): ...this, to define function mappings...
40         [UNICODE] (AbortSystemShutdown, InitiateSystemShutdown)
41         (RegConnectRegistry, RegCreateKey, RegCreateKeyEx, RegDeleteKey)
42         (RegDeleteValue, RegEnumKey, RegEnumKeyEx, RegEnumValue, RegLoadKey)
43         (RegOpenKey, RegOpenKeyEx, RegQueryInfoKey, RegQueryMultipleValues)
44         (RegQueryValue, RegQueryValueEx, RegReplaceKey, RegRestoreKey)
45         (RegSaveKey, RegSetValue, RegSetValueEx, RegUnLoadKey, RegSaveKeyEx)
46         (RegDeleteKeyTransacted, RegDeleteKeyValue, RegDeleteTree, RegGetValue)
47         (RegLoadMUIString, RegOpenKeyTransacted, RegSetKeyValue)
48         (RegDeleteKeyEx, RegCopyTree, RegCreateKeyTransacted): ...for these.
49         (RegDeleteKeyEx, RegDeleteKeyExA, RegDeleteKeyExW): Fix regression;
50         all "4.x" branches specified these incorrectly, dependent on...
51         [_WIN32_WINNT >= _WIN32_WINNT_WIN2K]: ...this condition, whereas the
52         "legacy" branch, whence the "5.x" branches are propagated, correctly
53         required an alternative condition which is the equivalent of...
54         [_WIN32_WINNT >= _WIN32_WINNT_WS03]: ...this; revert it.
55
56 2017-12-20  Sebastián Puebla  <spuebla@users.sourceforge.net>
57
58         Update registry management API, per issue [#2262].
59
60         * include/winreg.h: Merge changes from 4.1-dev branch.
61         (REG_LATEST_FORMAT, REG_NO_COMPRESSION, REG_OPTION_BACKUP_RESTORE)
62         (REG_STANDARD_FORMAT, RRF_RT_ANY, RRF_RT_DWORD, RRF_RT_QWORD)
63         (RRF_RT_REG_BINARY, RRF_RT_REG_DWORD, RRF_RT_REG_EXPAND_SZ)
64         (RRF_RT_REG_MULTI_SZ, RRF_RT_REG_NONE, RRF_RT_REG_QWORD, RRF_RT_REG_SZ)
65         (RRF_NOEXPAND, RRF_SUBKEY_WOW6464KEY, RRF_SUBKEY_WOW6432KEY)
66         (RRF_ZEROONFAILURE): New manifest constants; define them.
67         (RegDisablePredefinedCache, RegOpenCurrentUser, RegOpenUserClassesRoot)
68         (RegOverridePredefKey): Add previously omitted function prototypes.
69         [_WIN32_WINNT >= _WIN32_WINNT_WINXP] (RegSaveKeyEx): Define...
70         [!defined UNICODE] (__AW): ...mapping it for SBCS/MBCS case, or...
71         [defined UNICODE] (__AW): ...for UTF-16LE case to either one of...
72         (RegSaveKeyExA, RegSaveKeyExW): ...these, respectively, and...
73         [_WIN32_WINNT >= _WIN32_WINNT_WINXP]: ...declare function prototypes.
74         [_WIN32_WINNT >= _WIN32_WINNT_WS03] (RegDisableReflectionKey)
75         (RegEnableReflectionKey, RegQueryReflectionKey): Declare prototypes.
76         [_WIN32_WINNT >= _WIN32_WINNT_VISTA] (RegCopyTreeA, RegCopyTreeW)
77         (RegCreateKeyTransactedA, RegCreateKeyTransactedW)
78         (RegDeleteKeyTransactedA, RegDeleteKeyTransactedW)
79         (RegDeleteKeyValueA, RegDeleteKeyValueW)
80         (RegDeleteTreeA, RegDeleteTreeW, RegDisablePredefinedCacheEx)
81         (RegGetValueA, RegGetValueW, RegLoadMUIStringA, RegLoadMUIStringW)
82         (RegOpenKeyTransactedA, RegOpenKeyTransactedW)
83         (RegSetKeyValueA, RegSetKeyValueW): Declare prototypes.
84         [_WIN32_WINNT >= _WIN32_WINNT_VISTA] (RegCopyTree)
85         (RegCreateKeyTransacted, RegDeleteKeyTransacted, RegDeleteKeyValue)
86         (RegDeleteTree, RegGetValue, RegLoadMUIString, RegOpenKeyTransacted)
87         (RegSetKeyValue): Define, mapping each to its respective function...
88         [!defined UNICODE] (__AW): ...for the SBCS/MBCS case, or...
89         [defined UNICODE] (__AW): ...for the UTF-16LE case.
90
91         * lib/kernel32.def (RegDeleteTreeA@8, RegDeleteTreeW@8)
92         (RegDisablePredefinedCacheEx@0, RegGetValueA@28, RegGetValueW@28)
93         (RegLoadMUIStringA@28, RegLoadMUIStringW@28, RegSaveKeyExA@16)
94         (RegSaveKeyExW@16): Remove them; relocate them to...
95         * lib/advapi32.def (RegDeleteTreeA@8, RegDeleteTreeW@8)
96         (RegDisablePredefinedCacheEx@0, RegGetValueA@28, RegGetValueW@28)
97         (RegLoadMUIStringA@28, RegLoadMUIStringW@28, RegSaveKeyExA@16)
98         (RegSaveKeyExW@16): ...their correct location, here.
99         (RegCopyTreeA@12, RegCopyTreeW@12, RegQueryReflectionKey@8)
100         (RegCreateKeyTransactedA@44, RegCreateKeyTransactedW@44)
101         (RegDeleteKeyTransactedA@24, RegDeleteKeyTransactedW@24)
102         (RegDeleteKeyValueA@12, RegDeleteKeyValueW@12)
103         (RegDisableReflectionKey@4, RegEnableReflectionKey@4)
104         (RegOpenKeyTransactedA@28, RegOpenKeyTransactedW@28)
105         (RegSetKeyValueA@24, RegSetKeyValueW@24): Add these.
106
107 2017-12-16  Keith Marshall  <keith@users.osdn.me>
108
109         Provide default definition for _WIN32_IE feature test macro.
110
111         * include/sdkddkver.h [!defined _WIN32_IE]: Define it, with...
112         (_WIN32_IE_IE50): ...this default value.
113
114         * include/commctrl.h (_WIN32_IE): Delete definition hint; it offered
115         a conflicting proposal for the default value.
116
117 2017-12-06  Keith Marshall  <keith@users.osdn.me>
118
119         Prepare and publish MinGW.org WSL-5.0.2 release.
120
121         * All files (wsl-5.0.2-release): Tag assigned.
122
123 2017-11-28  Keith Marshall  <keith@users.osdn.me>
124
125         Make <wsnetbs.h> header effectively self-contained.
126
127         * include/wsnetbs.h: Assert copyright; tidy layout; include
128         "_winsock.h", so making this header effectively self-contained, and
129         thus relieving the user of a responsibility for ensuring that some
130         other appropriate WinSock header has been included first.
131
132 2017-11-28  Keith Marshall  <keith@users.osdn.me>
133
134         Factor <winsock.h> duplicate content out of <winsock2.h>
135
136         * include/winsock2.h: Remove all declarations and definitions which
137         are identically specified in <winsock.h>, but keep them in scope by...
138         [! defined _WINSOCK_H]: ...including <winsock.h> itself; override any
139         declarations and definitions therefrom, which introduce conflicts.
140         [defined _WINSOCK_H]: Diagnose misuse; suppress all further
141         definitions and declarations.
142
143         * include/winsock.h (SOMAXCONN): Add comment; note disparity between
144         WinSock v1.1 and WinSock v2, the latter of which will override when
145         correctly included by <winsock2.h>
146
147 2017-11-24  Keith Marshall  <keith@users.osdn.me>
148
149         Make <winsock.h> and <winsock2.h> duplicate code congruent.
150
151         * include/winsock.h (SOMAXCONN): Move definition into...
152         [!__INSIDE_MSYS__]: ...this guarded scope.
153
154         * include/winsock2.h: Rearrange as necessary.
155         [_BEGIN_C_DECLS, _END_C_DECLS]: Keep them balanced.
156         (_USE_SYS_TYPES_FD_SET): Define and use, as in <winsock.h>
157         [!_WINSOCK_ANOMALOUS_TYPEDEFS] (FD_SET): Declare function, not type.
158         [!_WINSOCK_ANOMALOUS_TYPEDEFS] (PFD_SET, LPFD_SET): Suppress typedefs.
159         (FD_SET, FD_ISSET, FD_CLR, FD_ZERO): Reimplement, as in <winsock.h>
160         (FD_READ_BIT, FD_WRITE_BIT, FD_OOB_BIT, FD_ACCEPT_BIT)
161         (FD_CONNECT_BIT, FD_CLOSE_BIT, FD_QOS_BIT, FD_GROUP_QOS_BIT)
162         (FD_ROUTING_INTERFACE_CHANGE_BIT, FD_ADDRESS_LIST_CHANGE_BIT)
163         (FD_MAX_EVENTS): Enumerate them, as in <winsock.h>
164         [!(defined __INSIDE_CYGWIN__ || defined __INSIDE_MSYS__)]: Recast...
165         [!defined __INSIDE_MSYS__]: ...as this, throughout.
166         (gethostname): Update function prototype, adding...
167         (WINSOCK_API_LINKAGE): ...this DLL import control attribute.
168
169         * include/ws2spi.h: Tidy layout; assert copyright.
170         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
171         (LPFD_SET): Delete all type references; use...
172         (fd_set *): ...this instead.
173
174 2017-11-14  Keith Marshall  <keith@users.osdn.me>
175
176         Establish default selection for WinSock API declaration.
177
178         * include/windows.h include/nspapi.h: Include...
179         * include/_winsock.h: ...this new system private header; it selects...
180         [_WIN32_WINNT >= _WIN32_WINNT_NT4]: ...WinSock v2 API declarations, as
181         provided by conditional inclusion of <winsock2.h>, otherwise...
182         [_WIN32_WINNT < _WIN32_WINNT_NT4]: ...WinSock v1.1 API declarations,
183         as provided by inclusion of <winsock.h>
184
185         * tests/headers.at <_winsock.h>: Add reference.
186
187 2017-11-14  Keith Marshall  <keith@users.osdn.me>
188
189         Update gethostname() declaration; drop Cygwin specificity.
190
191         * include/winsock.h (gethostname): Declare unconditionally; add...
192         (WINSOCK_API_LINKAGE): ...this DLL import control attribute.
193         [!(defined __INSIDE_CYGWIN__ || defined __INSIDE_MSYS__)]: Recast...
194         [!defined __INSIDE_MSYS__]: ...as this, throughout.
195
196 2017-11-09  Keith Marshall  <keith@users.osdn.me>
197
198         Normalize fd_set event macros for <winsock2.h> compatibility.
199
200         * include/winsock.h (FD_READ, FD_WRITE, FD_OOB, FD_ACCEPT, FD_CONNECT)
201         (FD_CLOSE): Redefine them, deriving respective values as shifts by...
202         (FD_READ_BIT, FD_WRITE_BIT, FD_OOB_BIT, FD_ACCEPT_BIT, FD_CONNECT_BIT)
203         (FD_CLOSE_BIT): ...this new enumerated count sequence, applying each
204         count to a bit flag with value of 1, in each case respectively.
205         [_WINSOCK2_H]: Extend shift count enumeration, to include...
206         (FD_QOS_BIT, FD_GROUP_QOS_BIT, FD_ROUTING_INTERFACE_CHANGE_BIT)
207         (FD_ADDRESS_LIST_CHANGE_BIT): ...these additional counts; hence...
208         [_WINSOCK2_H] (FD_QOS, FD_GROUP_QOS, FD_ROUTING_INTERFACE_CHANGE)
209         [_WINSOCK2_H] (FD_ADDRESS_LIST_CHANGE): ...define each of these.
210         (FD_MAX_EVENTS): Define unconditionally; it represents a shift count
211         of 1 greater than the offset of the last defined flag; hence...
212         (FD_ALL_EVENTS): ...derive this mask for all event flags.
213
214 2017-11-09  Keith Marshall  <keith@users.osdn.me>
215
216         Filter potential WinSock v2 conflicts out of <winsock.h>
217
218         * include/winsock.h [_WINSOCK2_H] <mswsock.h>: Do not include it.
219         [_WINSOCK2_H] (IP_MULTICAST_IF, IP_MULTICAST_TTL, IP_MULTICAST_LOOP)
220         (IP_ADD_MEMBERSHIP, IP_DROP_MEMBERSHIP, IP_DEFAULT_MULTICAST_TTL)
221         (IP_DEFAULT_MULTICAST_LOOP, IP_MAX_MEMBERSHIPS, struct ip_mreq): Do
222         not define any of these; they are not compatible with WinSock v2.
223         [_WINSOCK2_H] (SOMAXCONN): Do not define it; it will be defined
224         appropiately in <winsock2.h>
225
226 2017-11-09  Keith Marshall  <keith@users.osdn.me>
227
228         Filter out <winsock.h> typedef anomalies.
229
230         * include/winsock.h (FD_SET, PFD_SET, LPFD_SET): If user defines...
231         [_WINSOCK_ANOMALOUS_TYPEDEFS]: ...this new feature test macro, expose
232         them as type definitions, but warn of potential conflict with...
233         [!_WINSOCK_ANOMALOUS_TYPEDEFS] (FD_SET): ...this POSIX.1 mandated
234         function; declare its prototype.
235
236 2017-11-08  Keith Marshall  <keith@users.osdn.me>
237
238         Overhaul WinSock fd_set content management macros.
239
240         * include/winsock.h (FD_SET, FD_ISSET, FD_CLR, FD_ZERO): Replace the
241         original implementations of each of these macros, redirecting to...
242         (__FD_SET, __FD_ISSET, __FD_CLR, __FD_ZERO): ...these new, equivalent
243         inline functions, respectively; these are more robust, and correct a
244         defect in the original FD_SET macro implementation, whereby duplicate
245         descriptors could be added to an fd_set array, but would not then be
246         removed by the corresponding FD_CLR macro.
247
248         * tests/winsock.at (MINGW_AT_CHECK_WINSOCK): Ensure that all test
249         programs are linked with -lwsock32 or -lws2_32, as appropriate; the
250         __FD_SET and __FD_ISSET functions are dependent on the __WSAFDIsSet()
251         function, which is implemented in each of these libraries.
252
253 2017-11-07  Keith Marshall  <keith@users.osdn.me>
254
255         Identify features which have been deprecated in WinSock v2.
256
257         * include/winsock.h (__WINSOCK2_DEPRECATED): Define as nothing.
258         * include/winsock2.h (__WINSOCK2_DEPRECATED): Define as equivalent...
259         (__MINGW_ATTRIB_DEPRECATED): ...to this.
260
261         * include/winsock.h include/winsock2.h: Qualify...
262         (WSAIsBlocking, WSAUnhookBlockingHook, WSASetBlockingHook)
263         (WSACancelBlockingCall): ...each of these function prototypes, with...
264         (__WINSOCK2_DEPRECATED): ...this attribute.
265
266 2017-11-07  Keith Marshall  <keith@users.osdn.me>
267
268         Adopt system naming convention for USE_SYS_TYPES_FD_SET macro.
269
270         * include/winsock.h (USE_SYS_TYPES_FD_SET): Deprecate it; use...
271         (_USE_SYS_TYPES_FD_SET): ...this alternative; it is named to conform
272         with preferred convention for system feature test macros.
273
274 2017-11-06  Keith Marshall  <keithmarshall@users.sourceforge.net>
275
276         Use WINSOCK_API_LINKAGE consistently in WinSock headers.
277
278         * include/winsock.h (WINSOCK_API_LINKAGE): Define, and prefix to...
279         (accept, bind, closesocket, connect, ioctlsocket, inet_addr, inet_ntoa)
280         (getpeername, getsockname, getsockopt, listen, recv, recvfrom, send)
281         (sendto, setsockopt, shutdown, socket, gethostbyaddr, gethostbyname)
282         (getservbyport, getservbyname, getprotobynumber, getprotobyname)
283         (WSAStartup, WSACleanup, WSASetLastError, WSAGetLastError)
284         (WSAIsBlocking, WSAUnhookBlockingHook, WSASetBlockingHook)
285         (WSACancelBlockingCall, WSAAsyncGetServByName, WSAAsyncGetServByPort)
286         (WSAAsyncGetProtoByName, WSAAsyncGetProtoByNumber, WSAAsyncSelect)
287         (WSAAsyncGetHostByName, WSAAsyncGetHostByAddr, WSACancelAsyncRequest)
288         (htonl, ntohl, htons, ntohs, select): ...these function prototypes.
289
290         * include/winsock2.h (WINSOCK_API_LINKAGE): Remove it from...
291         (LPFN_WSASTARTUP): ...this typedef; it is inappropriate.
292
293 2017-10-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
294
295         Refactor <wtypes.h> vs. <nspapi.h> and WinSock headers.
296
297         * include/wtypes.h: Tidy layout; assert copyright.
298         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
299         [__NSPAPI_H_SOURCED__]: Restrict exposure of declared content to...
300         [!__BLOB_DATA_TYPE_DEFINED] (BLOB, PBLOB, LPBLOB): ...these; define...
301         (__BLOB_DATA_TYPE_DEFINED__): ...this internal guard; it renames...
302         (__BLOB_T_DEFINED): ...this; do not define...
303         (_WTYPES_H): ...this external guard.
304
305         * include/nspapi.h: Tidy layout; assert copyright.
306         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
307         (__CSADDR_T_DEFINED): Do not define; it is no longer required.
308         [__WINSOCK2_H_SOURCED__]: Restrict exposure of declared content to...
309         (struct _CSADDR_INFO): ...this, as an incomplete type, along with...
310         (CSADDR_INFO, PCSADDR_INFO, LPCSADDR_INFO): ...these typedefs; also...
311         (SOCKET_ADDRESS, PSOCKET_ADDRESS, LPSOCKET_ADDRESS): ...define fully.
312         [__WINSOCK2_H_SOURCED__] (_NSPAPI_H): Do not define external guard.
313         [!__WINSOCK2_H_SOURCED__] (struct _CSADDR_INFO): Define fully.
314         (__BLOB_T_DEFINED, BLOB, PBLOB, LPBLOB): Do not define; instead...
315         (__NSPAPI_H_SOURCED__): ...define this, temporarily; include wtypes.h
316         [!__WINSOCK2_H_SOURCED__ && _WIN32_WINNT >= WIN2K]: Include winsock2.h
317         [!__WINSOCK2_H_SOURCED__ && _WIN32_WINNT < WIN2K]: Include winsock.h
318         [UNICODE vs. !UNICODE]: Discriminate generic symbol names, using...
319         (__AW_SUFFIXED__): ...this, to facilitate definition of each of...
320         (SetService, GetAddressByName, _SERVICE_INFO): ...these, and...
321         (__AW_ALIAS__): ...this, for definition of each of...
322         (SERVICE_INFO, LPSERVICE_INFO): ...these.
323
324         * include/winsock2.h (__WINSOCK2_H_SOURCED__): Define it temporarily.
325         (__CSADDR_T_DEFINED, struct _CSADDR_INFO, CSADDR_INFO, PCSADDR_INFO)
326         (LPCSADDR_INFO, __BLOB_T_DEFINED, BLOB, PBLOB, LPBLOB): Do not define;
327         include nspapi.h selectively, to acquire them.
328
329 2017-09-23  Keith Marshall  <keithmarshall@users.sourceforge.net>
330
331         Factor <winerror.h> duplicate content out of winsock headers.
332
333         * include/winsock.h include/winsock2.h [!defined WSABASEERR]: Delete
334         conditional block, and all of its content; selectively include...
335         * include/winerror.h [__WINSOCK_H_SOURCED__]: ...this instead.
336         [__WINSOCK_H_SOURCED__] (_WINERROR_H): Do not define it.
337         (__WINSOCK_V1_ERRORS__, __WINSOCK_V2_ERRORS__): New temporary macros;
338         define them, to segregate WSA error messages applicable to WinSock v2
339         only, from those applicable to both WinSock v1.1 and WinSock v2.
340         (__WSA_ERRNO): New macro; use it to redefine all WSA specific error
341         codes, except WSABASEERR, relative to WSABASEERR itself.
342
343 2017-09-15  Keith Marshall  <keithmarshall@users.sourceforge.net>
344
345         Factor <sys/time.h> duplicate content out of winsock headers.
346
347         * include/winsock.h include/winsock2.h [_TIMEVAL_DEFINED]: Delete
348         conditional block, and all its content; include <sys/time.h> instead.
349         (__WINSOCK_H_SOURCED__): New macro; define it temporarily, only while
350         processing this header, such that only selected content from other
351         internally referenced headers is exposed.
352
353 2017-09-09  Keith Marshall  <keithmarshall@users.sourceforge.net>
354
355         Source BSD non-standard type definitions from mingwrt header.
356
357         * include/winsock.h include/winsock2.h [_BSDTYPES_DEFINED]: Delete
358         conditional block, and its entire type definition content; include...
359         * include/sys/bsdtypes.h: ...this common file instead; it defines...
360         (u_char, u_int, u_long, u_short): ...these non-standard data types.
361
362 2017-09-07  Keith Marshall  <keithmarshall@users.sourceforge.net>
363
364         Correct misuse of __INSIDE_MSYS__ feature test.
365
366         * include/winsock2.h [!__INSIDE_MSYS__]: One of several instances
367         omits "defined" operator; it should be expressed consistently as...
368         [! defined __INSIDE_MSYS__]: ...this; correct it.
369
370 2017-09-07  Keith Marshall  <keithmarshall@users.sourceforge.net>
371
372         Prepare for <winsock.h> vs. <winsock2.h> refactoring.
373
374         * include/winsock.h: Tidy layout; assert copyright.
375         (_BEGIN_C_DECLS, _END_C_DECLS): Use them to avoid C++ name mangling.
376
377         * include/winsock2.h: Assert copyright; tidy layout, ensuring that all
378         sections, which are common with <winsock.h>, are laid out congruently.
379         (_BEGIN_C_DECLS, _END_C_DECLS): Use them to avoid C++ name mangling.
380         (SD_RECEIVE, SD_SEND, SD_BOTH): Delete duplicate constant definitions.
381         (SO_DONTLINGER, MSG_MAXIOVLEN): Likewise, delete duplicate definitions.
382         (__AW_ALIAS__, __AW_SUFFIXED__): Use them, to avoid reproduction of...
383         [UNICODE]: ...alternative typedefs, and function name aliases...
384         [!UNICODE]: ...versus this case.
385
386 2017-08-28  Keith Marshall  <keithmarshall@users.sourceforge.net>
387
388         Resolve secondary issue arising from MinGW-Bug [#2350]
389
390         * include/winuser.h (GetTitleBarInfo)
391         [_WIN32_WINDOWS >= _WIN32_WINDOWS_98]: Remove exposure restriction;
392         it conflicted with current MSDN documentation, so now falls within...
393         [_WIN32_WINNT >= Win2K || _WIN32_WINDOWS >= Win98]: ...this.
394
395 2017-08-28  Keith Marshall  <keithmarshall@users.sourceforge.net>
396
397         Resolve MinGW-Bug [#2350]
398
399         * include/winuser.h (GetTitleBarInfo): Move prototype after...
400         (PTITLEBARINFO): ...this type definition; it is used as a function
401         argument type, so must be defined beforehand.
402
403 2017-08-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
404
405         Extend testsuite to cover winsock fd_set macro operations.
406
407         * tests/winsock.at: New file; it implements appropriate tests, and
408         enables use of "-k winsock", "-k winsock2", and "-k fd_set" autotest
409         keywords to invoke them, (e.g. make check TESTSUITEFLAGS='-k fd_set').
410
411         * tests/testsuite.at.in (winsock.at): Integrate it.
412         (MINGW_AT_CHECK_RUN): Accept a variant list of libraries when linking.
413         (MINGW_AT_LINK_LIBS_DEFAULT): New macro; it establishes the initial
414         default list of libraries, or resets the list to this initial default.
415         (MINGW_AT_LINK_LIBS): New macro; it establishes an augmented list of
416         library specifications, to be used until subsequently reset.
417
418 2017-07-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
419
420         Prepare and tag for release of MinGW.org WSL-5.0.1
421
422         * All files (wsl-5.0.1-release): Tag assigned.
423
424 2017-07-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
425
426         Automate testsuite dependency generation.
427
428         * tests/Makefile.in (testsuite) [$srcdir/*.at]: Automatically
429         enumerate all such wildcard matches as prerequisites, instead of...
430         (headers.at): ...this sole explicit dependency.
431
432 2017-06-20  Keith Marshall  <keithmarshall@users.sourceforge.net>
433
434         Make <winnt.h> header effectively self-contained.
435
436         * include/winnt.h (_WINNT_H): Defer definition unless included via...
437         (windef.h): ...this; include it, to enforce inclusion order, then...
438         [_WINNT_H]: ...re-evaluate it, to avoid recursive inclusion loop.
439
440 2017-06-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
441
442         Consolidate <winuser.h> version specific conditionals.
443
444         * include/winuser.h: Reorganize file content; group manifest constant
445         definitions into one nested collection of conditional blocks, with one
446         block per Windows version evolution; do likewise for type definitions
447         and function prototypes which are always exposed, and separately...
448         [! defined NOGDI]: ...for those which may be suppressed, when GDI
449         support is not required.
450
451 2017-06-06  Keith Marshall  <keithmarshall@users.sourceforge.net>
452
453         Make <winuser.h> header effectively self-contained.
454
455         * include/winuser.h (stdarg.h): Include it, in addition to...
456         [NOGDI] (windef.h): ...this, directly or otherwise indirectly via...
457         [!NOGDI] (wingdi.h): ...this, for effective self-containment.
458
459 2017-06-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
460
461         Consolidate <wingdi.h> version specific conditionals.
462
463         * include/wingdi.h: Reorganize file content; group manifest constant
464         definitions into a single nested collection of conditional blocks, for
465         those definitions which are common to both Win9x and WinNT, with one
466         block per Windows version evolution, sorting alphabetically within
467         each block; do likewise for additional manifest constant definitions
468         which are specific to WinNT, and also for data type definitions and
469         function prototypes.
470
471 2017-06-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
472
473         Tidy, and make <wingdi.h> header effectively self-contained.
474
475         * include/wingdi.h: Tidy layout; assert copyright.
476         (windef.h): Include it; this achieves self-containment.
477         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them.
478         [UNICODE vs. !UNICODE]: Discriminate generic symbol names, using...
479         (__AW_ALIAS__): ...this, when defining each of...
480         (DEVMODE, PDEVMODE, LPDEVMODE, DOCINFO, LPDOCINFO, LOGCOLORSPACE)
481         (LOGFONT, PLOGFONT, LPLOGFONT, EXTLOGFONT, PEXTLOGFONT, LPEXTLOGFONT)
482         (LPLOGCOLORSPACE, TEXTMETRIC, PTEXTMETRIC, LPTEXTMETRIC, GCP_RESULTS)
483         (PPOLYTEXT, LPPOLYTEXT, NEWTEXTMETRIC, PNEWTEXTMETRIC, LPNEWTEXTMETRIC)
484         (LPENUMLOGFONTEX, ENUMLOGFONTEXDV, PENUMLOGFONTEXDV, LPENUMLOGFONTEXDV)
485         (OUTLINETEXTMETRIC, POUTLINETEXTMETRIC, LPOUTLINETEXTMETRIC, POLYTEXT)
486         (LPGCP_RESULTS, DISPLAY_DEVICE, PDISPLAY_DEVICE, LPDISPLAY_DEVICE)
487         (NEWTEXTMETRICEX, ENUMLOGFONT, LPENUMLOGFONT, ENUMLOGFONTEX): ...these.
488         (__AW_SUFFIXED__): Similarly, use this when declaring each of...
489         (FONTENUMPROC, ICMENUMPROC, AddFontResource, AddFontResourceEx,
490         (CopyEnhMetaFile, CopyMetaFile, CreateColorSpace, CreateEnhMetaFile)
491         (CreateDC, CreateFont, CreateFontIndirect, CreateIC, CreateMetaFile)
492         (CreateScalableFontResource, DeviceCapabilities, EnumFontFamilies)
493         (EnumFontFamiliesEx, EnumFonts, EnumICMProfiles, ExtTextOut)
494         (GetCharABCWidths, GetCharABCWidthsFloat, GetCharacterPlacement)
495         (GetCharWidth32, GetCharWidth, GetCharWidthFloat, GetEnhMetaFile)
496         (GetEnhMetaFileDescription, GetGlyphOutline, GetICMProfile)
497         (GetKerningPairs, GetLogColorSpace, GetMetaFile, GetObject)
498         (GetOutlineTextMetrics, GetTextExtentExPoint, GetTextExtentPoint)
499         (GetTextExtentPoint32, GetTextFace, GetTextMetrics, PolyTextOut,
500         (RemoveFontResource, RemoveFontResourceEx, ResetDC, SetICMProfile)
501         (StartDoc, TextOut, UpdateICMRegKey, wglUseFontBitmaps)
502         (wglUseFontOutlines, GetGlyphIndices): ...these.
503
504 2017-05-31  Keith Marshall  <keithmarshall@users.sourceforge.net>
505
506         Declare CONDITION_VARIABLE API, per feature request [#2314]
507
508         * include/winbase.h [_WIN32_WINNT >= _WIN32_WINNT_VISTA]
509         (CONDITION_VARIABLE, PCONDITION_VARIABLE): Define data types, and...
510         (InitializeConditionVariable, SleepConditionVariableCS)
511         (SleepConditionVariableSRW, WakeAllConditionVariable)
512         (WakeConditionVariable): ...declare prototypes.
513
514 2017-05-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
515
516         Declare SRWLOCK API, to support feature request [#2314]
517
518         * include/winbase.h [_WIN32_WINNT >= _WIN32_WINNT_VISTA]
519         (SRWLOCK, *PSRWLOCK): Define these data types, and declare...
520         (InitializeSRWLock, AcquireSRWLockExclusive, AcquireSRWLockShared)
521         (ReleaseSRWLockExclusive, ReleaseSRWLockShared): ...these prototypes.
522         [_WIN32_WINNT >= _WIN32_WINNT_WIN7] (TryAcquireSRWLockExclusive)
523         (TryAcquireSRWLockShared): Declare additional prototypes.
524
525 2017-03-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
526
527         Resolve potential <winbase.h> vs. <winerror.h> inconsistency.
528
529         * include/winerror.h: Tidy layout; assert copyright.
530
531         * include/winbase.h (WAIT_TIMEOUT): Redefine; make it identical to...
532         * include/winerror.h (WAIT_TIMEOUT): ...this equivalent; remove...
533         [!defined WAIT_TIMEOUT]: ...this conditional redefinition guard from
534         both locations; it permitted inconsistency between the two.
535
536 2017-03-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
537
538         Consolidate <winbase.h> version specific conditionals.
539
540         * include/winbase.h: Reorganize file content; group manifest constant
541         definitions into one nested collection of conditional blocks, with one
542         block per Windows version evolution, sorting alphabetically within each
543         block; do likewise for data type definitions and function prototypes.
544
545 2017-03-20  Keith Marshall  <keithmarshall@users.sourceforge.net>
546
547         Tidy, and make <winbase.h> header effectively self-contained.
548
549         * include/w32api.h (__AW_ALIAS__): Rename original implementation...
550         (__AW_ALIAS_EX__): ...as this, retaining its encapsulation of...
551         (__AW_EXTENDED__): ...this; subsequently reimplement...
552         (__AW_ALIAS__): ...this, with original name, now encapsulating...
553         (__AW_SUFFIXED__): ...this.
554
555         * include/dbt.h (__AW_ALIAS__): Replace all references with...
556         (__AW_ALIAS_EX__): ...this renamed alternative, when defining...
557         (DEV_BROADCAST_DEVICEINTERFACE, PDEV_BROADCAST_DEVICEINTERFACE)
558         (DEV_BROADCAST_PORT, PDEV_BROADCAST_PORT): ...these.
559
560         * include/winbase.h: Tidy layout; assert copyright.
561         (stdarg.h, windef.h): Include them, to achieve self-containment.
562         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
563         [UNICODE vs. ! UNICODE]: Replace separated declarations; use...
564         [__AW_ALIAS__]: ...this, to correctly specify each of...
565         (STARTUPINFO, LPSTARTUPINFO, WIN32_FIND_DATA, PWIN32_FIND_DATA)
566         (LPWIN32_FIND_DATA, HW_PROFILE_INFO, LPHW_PROFILE_INFO, ACTCTX)
567         (PACTCTX, PCACTCTX): ...these generic typedefs, and...
568         [__AW_SUFFIXED__]: ...this, to correctly map each of...
569         (ENUMRESLANGPROC, ENUMRESNAMEPROC, ENUMRESTYPEPROC, AddAtom)
570         (AccessCheckAndAuditAlarm, BackupEventLog, BeginUpdateResource)
571         (BuildCommDCB, BuildCommDCBAndTimeouts, CheckNameLegalDOS8Dot3)
572         (CallNamedPipe, ClearEventLog, CommConfigDialog, CopyFile, CopyFileEx)
573         (CreateActCtx, CreateDirectory, CreateDirectoryEx, CreateEvent)
574         (CreateFile, CreateFileMapping, CreateHardLink, CreateJobObject)
575         (CreateMailslot, CreateMutex, CreateNamedPipe, CreateProcess)
576         (CreateProcessAsUser, CreateSemaphore, CreateSymbolicLink)
577         (CreateWaitableTimer, DefineDosDevice, DeleteFile, EncryptFile)
578         (DeleteVolumeMountPoint, DnsHostnameToComputerName, EndUpdateResource)
579         (EnumResourceLanguages, EnumResourceNames, EnumResourceTypes)
580         (ExpandEnvironmentStrings, FatalAppExit, FileEncryptionStatus)
581         (FindActCtxSectionString, FindAtom, FindFirstChangeNotification)
582         (FindFirstFile, FindFirstFileEx, FindFirstVolume, FindNextFile)
583         (FindFirstVolumeMountPoint, FindNextVolume, FindNextVolumeMountPoint)
584         (FindResource, FindResourceEx, FormatMessage, FreeEnvironmentStrings)
585         (GetAtomName, GetBinaryType, GetCommandLine, GetCompressedFileSize)
586         (GetComputerName, GetComputerNameEx, GetCurrentDirectory)
587         (GetDefaultCommConfig, GetDiskFreeSpace, GetDiskFreeSpaceEx)
588         (GetDllDirectory, GetDriveType, GetEnvironmentStrings)
589         (GetEnvironmentVariable, GetFileAttributes, GetFileAttributesEx)
590         (GetFileSecurity, GetFinalPathNameByHandle, GetFullPathName)
591         (GetLogicalDriveStrings, GetLongPathName, GetModuleFileName)
592         (GetModuleHandle, GetModuleHandleEx, GetNamedPipeHandleState)
593         (GetPrivateProfileInt, GetPrivateProfileSection)
594         (GetPrivateProfileSectionNames, GetPrivateProfileString)
595         (GetPrivateProfileStruct, GetProfileInt, GetProfileSection)
596         (GetProfileString, GetShortPathName, GetStartupInfo)
597         (GetSystemDirectory, GetSystemWindowsDirectory, GetTempFileName)
598         (GetSystemWow64Directory, GetTempPath, GetUserName, GetVersionEx)
599         (GetVolumeInformation, GetVolumeNameForVolumeMountPoint)
600         (GetVolumePathName, GetVolumePathNamesForVolumeName, GlobalAddAtom)
601         (GetWindowsDirectory, GlobalFindAtom, GlobalGetAtomName)
602         (IsBadStringPtr, LoadLibrary, LoadLibraryEx, LogonUser)
603         (LookupAccountName, LookupAccountSid, LookupPrivilegeDisplayName)
604         (LookupPrivilegeName, LookupPrivilegeValue, lstrcat, lstrcmp)
605         (lstrcmpi, lstrcpy, lstrcpyn, lstrlen, MoveFile, MoveFileEx)
606         (MoveFileWithProgress, ObjectCloseAuditAlarm, ObjectDeleteAuditAlarm)
607         (ObjectOpenAuditAlarm, ObjectPrivilegeAuditAlarm, OpenBackupEventLog)
608         (OpenEvent, OpenEventLog, OpenFileMapping, OpenMutex, OpenSemaphore)
609         (OutputDebugString, PrivilegedServiceAuditAlarm, QueryDosDevice)
610         (ReadEventLog, RegisterEventSource, RemoveDirectory, ReplaceFile)
611         (ReportEvent, SearchPath, SetComputerName, SetCurrentDirectory)
612         (SetDefaultCommConfig, SetDllDirectory, SetEnvironmentVariable)
613         (SetFileAttributes, SetFileSecurity, SetFileShortName, SetVolumeLabel)
614         (SetFirmwareEnvironmentVariable, SetVolumeMountPoint, UpdateResource)
615         (VerifyVersionInfo, WaitNamedPipe, WritePrivateProfileSection)
616         (WritePrivateProfileString, WritePrivateProfileStruct)
617         (WriteProfileSection, WriteProfileString): ...these, and add...
618         (GetCurrentHwProfile, OpenWaitableTimer, SetComputerNameEx)
619         (GetFirmwareEnvironmentVariable): ...these previously missing generic
620         function name aliases.
621
622 2017-03-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
623
624         Refactor mingwrt and w32api common makefile content.
625
626         * Makefile.in (w32api-srcdist-config-files): Rename it...
627         (w32api-srcdist-common-files): ...as this phoney build rule.
628         (shared_include_file): New macro; define it, and include named file.
629         (configure, config.status, Makefile, config.status.missing, _mingw.h)
630         (w32api.h, PACKAGE_VERSION_SCRIPT, PACKAGE_VERSION_FORMAT): Factor
631         out; relocate them to new file in common parent directory...
632         * ../Makefile.comm: ...here.
633
634 2017-03-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
635
636         Correct a copyright notice update omission.
637
638         * configure.ac: Extend copyright date range to include 2017.  Also
639         clean up superfluous trailing whitespace.
640
641 2017-03-09  Keith Marshall  <keithmarshall@users.sourceforge.net>
642
643         Fix generated header file dependencies.
644
645         * Makefile.in (_mingw.h, w32api): Make them depend on changes in...
646         [VERSION.m4]: ...this; package version changes are no longer made...
647         [configure.ac]: ...here; delete associated prerequisite reference.
648         (distclean-local): Delete them.
649
650 2017-03-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
651
652         Prepare and tag for release of w32api-5.0 package set.
653
654         * All files (wsl-5.0-release): Tag assigned.
655
656 2017-02-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
657
658         Implement basic test suite infrastructure.
659
660         * tests: New subdirectory; it hosts...
661         * tests/Makefile.in tests/testsuite.at.in tests/atlocal.in
662         * tests/headers.at: ...these new files; they implement the basic test
663         suite infrastructure, initially comprising header integrity checks.
664
665         * configure.ac (AC_PROG_CXX): Check it.
666         (AC_CONFIG_TESTDIR): Configure tests subdirectory.
667         (AC_CHECK_PROG): Check for autom4te; configure fall back if missing.
668         (AC_CONFIG_FILES): Generate tests/atlocal, tests/testsuite.at.tmp, and
669         tests/Makefile.
670
671         * Makefile.in (check test tests): New rules; all are synonymous.
672         (check-recursive): New rule; invoked by each of the preceding three.
673         (w32api-srcdist-testsuite-files): New rule; implement and use it...
674         (w32api-srcdist-files): ...here.
675
676 2017-02-14  Alexander Krisak  <akrisak@users.sourceforge.net>
677
678         Add missing constant definition, per issue [#2249].
679
680         * include/winnt.h (JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE): Define it.
681
682 2017-02-10  Keith Marshall  <keithmarshall@users.sourceforge.net>
683
684         Avoid unnecessary duplication of configuration files.
685
686         * Makefile.in (vpath install-sh): Define it; it matches...
687         (vpath %.m4): ...this; add $top_srcdir/..; search it first; delete
688         rule for creating duplicate file reference links in $top_srcdir.
689         (configure): Add '-I ..' option, when running autoconf.
690         (w32api-srcdist-files): Rename it as...
691         (w32api-srcdist-package-files): ...this; remove dependencies on...
692         (aclocal.m4 VERSION.m4 install-sh): ...these; reinstate them in...
693         (w32api-srcdist-config-files): ...this new distributable files
694         enumeration goal; add it as one new prerequisite of...
695         (w32api-srcdist-files): ...this repurposed goal; also depends on...
696         (w32api-srcdist-package-files): ...this; populate it using...
697         (SRCDIST_ADD): ...this macro; redefine it accordingly.
698
699 2016-12-08  Jerzy Tarasiuk  <jz_fuw@users.sourceforge.net>
700
701         Correct typo in <ddk/ntdddisk.h>; fix bug [#2323]
702
703         * include/ddk/ntdddisk.h (IOCTL_DISK_BASE): Correct definition;
704         it was previously transcribed incorrectly, as being equivalent to...
705         (FILE_TYPE_DISK): ...this, but it should have been equivalent to...
706         (FILE_DEVICE_DISK): ...this.
707
708 2016-12-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
709
710         Rationalize <winuser.h> ANSI vs. UNICODE definition strategy.
711
712         * include/winuser.h [UNICODE, !UNICODE]: Replace individual pairs of
713         alternative generic symbol mapping definitions, and typedefs, with...
714         (__AW_SUFFIXED__): ...one such macro expansion per pair; collate with
715         their respective ANSI and UNICODE specific references.
716
717 2016-11-26  Keith Marshall  <keithmarshall@users.sourceforge.net>
718
719         Deprecate obsolete <winable.h> and <pbt.h> headers.
720
721         * Makefile.in (%.h.in): Generalize vpath definition.
722         (obsolete_headers, obsolete_header_script, w32api_dist_headers)
723         (w32api_generated_headers, replace_headers, macro_name): New macros.
724         (install-w32api-headers): Add dependency on w32api_dist_headers.
725         (%.h): New static pattern rule; it generates generic dependants of...
726         * include/obsolete.h.in: ...this new template for obsolete headers.
727
728         * include/winable.h include/pbt.h: Delete them; they are obsolete;
729         replace them by install-time generated generic stubs.
730
731 2016-11-25  Keith Marshall  <keithmarshall@users.sourceforge.net>
732
733         Update <winuser.h> and <dbt.h>; fix issue [#2317].
734
735         * include/winuser.h: Tidy layout; add copyright notice.
736         [WINVER, _WIN32_WINDOWS, _WIN32_WINNT]: Compare them symbolically.
737         (__WINUSER_H_SOURCED__): New internal macro; define it, to facilitate
738         selective inclusion of content from other headers; delete when done.
739         (BSM_ALLCOMPONENTS, BSF_ALLOWSFW, BSM_APPLICATIONS, BSM_ALLDESKTOPS)
740         (BSM_INSTALLABLEDRIVERS, BSM_NETDRIVER, BSM_VXDS, BSF_FLUSHDISK)
741         (BSF_FORCEIFHUNG, BSF_IGNORECURRENTTASK, BSF_LUID, BSF_NOHANG)
742         (BSF_NOTIMEOUTIFNOTHUNG, BSF_POSTMESSAGE, BSF_QUERY, BSF_RETURNHDESK)
743         (BSF_SENDNOTIFYMESSAGE): Delete; do not define them locally; retrieve
744         them selectively from <dbt.h>, where they are properly defined.
745         [WINVER >= WIN2K/WIN98] (BlockInput): Add missing declaration.
746         (KillTimer, TIMERPROC): Declare timer event parameters as UINT_PTR;
747         formerly UINT, which doesn't match 64-bit size required for Win64.
748         (SetTimer): Likewise; also declare similar return type.
749         (WINEVENTPROC): Add missing CALLBACK attribute.
750         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
751
752         * include/w32api.h (__AW_ALIAS__): New macro; define it.
753         * include/sdkddkver.h (_WIN32_WINNT_NT4SP3): New macro; define it.
754
755         * include/dbt.h: Tidy layout; add copyright notice.
756         (_BEGIN_C_DECLS, _END_C_DECLS): Also prefer them here.
757         [__WINUSER_H_SOURCED__] (_DBT_H): Do not define; expose only...
758         (BSM_ALLCOMPONENTS, BSF_ALLOWSFW, BSM_APPLICATIONS, BSM_ALLDESKTOPS)
759         (BSM_INSTALLABLEDRIVERS, BSM_NETDRIVER, BSM_VXDS, BSF_FLUSHDISK)
760         (BSF_FORCEIFHUNG, BSF_IGNORECURRENTTASK, BSF_LUID, BSF_NOHANG)
761         (BSF_NOTIMEOUTIFNOTHUNG, BSF_POSTMESSAGE, BSF_QUERY, BSF_RETURNHDESK)
762         (BSF_SENDNOTIFYMESSAGE): ...these, to be duplicated in <winuser.h>
763         (__AW_ALIAS__): Use it to define ANSI/UNICODE specific aliases for...
764         (DEV_BROADCAST_PORT, DEV_BROADCAST_DEVICEINTERFACE): ...these generic
765         structure typedef names, and their respectively corresponding...
766         (PDEV_BROADCAST_PORT, PDEV_BROADCAST_DEVICEINTERFACE): ...pointer
767         type names.
768
769 2016-09-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
770
771         Fix a minor ISO-C++11 conformity issue.
772
773         * include/winnt.h (GetCurrentFiber): Insert spaces, as required
774         by ISO-C++11, between concatenated string literal elements.
775         (GetFiberData, NtCurrentTeb): Likewise.
776
777 2016-08-01  Keith Marshall  <keithmarshall@users.sourceforge.net>
778
779         Merge w32api-3.18.1 legacy updates to 5.0-active branch.
780
781         * include/ddk/winddk.h: Update per issue [#2307] resolution.
782         * include/ddk/ntdddisk.h include/ddk/ntddstor.h: Likewise.
783
784 2016-07-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
785
786         Prepare and tag all files for release of w32api-3.18.1
787
788         * configure.ac (AC_INIT): Increment patch level to 3.18.1
789
790 2016-07-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
791
792         Resolve improper macro expansion issue [#2307].
793
794         * include/ddk/winddk.h (__FILE_AM_BUFFERED, __FILE_RD_BUFFERED)
795         (__FILE_RW_BUFFERED): Redefine, encapsulating the expansion of each
796         dependent macro WITHIN the expansion of each of these; hence...
797
798         * include/ddk/ntdddisk.h (IOCTL_DISK_GET_DRIVE_GEOMETRY)
799         (IOCTL_DISK_FORMAT_TRACKS_EX, IOCTL_DISK_REASSIGN_BLOCKS)
800         (IOCTL_DISK_GET_MEDIA_TYPES, IOCTL_DISK_CONTROLLER_NUMBER)
801         (IOCTL_DISK_GET_DRIVE_LAYOUT, IOCTL_DISK_SET_DRIVE_LAYOUT)
802         (IOCTL_DISK_GET_PARTITION_INFO, IOCTL_DISK_SET_PARTITION_INFO)
803         (IOCTL_DISK_GET_DRIVE_GEOMETRY_EX, IOCTL_DISK_UPDATE_DRIVE_SIZE)
804         (IOCTL_DISK_VERIFY, IOCTL_DISK_FORMAT_TRACKS, IOCTL_DISK_PERFORMANCE)
805         (IOCTL_DISK_CREATE_DISK, IOCTL_DISK_RESERVE, IOCTL_DISK_IS_WRITABLE)
806         (IOCTL_DISK_GET_PARTITION_INFO_EX, IOCTL_DISK_SET_PARTITION_INFO_EX)
807         (IOCTL_DISK_GET_CACHE_INFORMATION, IOCTL_DISK_SET_CACHE_INFORMATION)
808         (IOCTL_DISK_INTERNAL_SET_VERIFY, IOCTL_DISK_INTERNAL_CLEAR_VERIFY)
809         (IOCTL_DISK_GET_DRIVE_LAYOUT_EX, IOCTL_DISK_SET_DRIVE_LAYOUT_EX)
810         (IOCTL_DISK_GROW_PARTITION, IOCTL_DISK_DELETE_DRIVE_LAYOUT)
811         (IOCTL_DISK_GET_LENGTH_INFO, IOCTL_DISK_PERFORMANCE_OFF)
812         (IOCTL_DISK_CHECK_VERIFY, IOCTL_DISK_FIND_NEW_DEVICES)
813         (SMART_GET_VERSION, SMART_RCV_DRIVE_DATA, SMART_SEND_DRIVE_COMMAND):
814         ...adjust these dependent macro definitions accordingly.
815
816         * include/ddk/ntddstor.h (IOCTL_STORAGE_CHECK_VERIFY)
817         (IOCTL_STORAGE_CHECK_VERIFY2, IOCTL_STORAGE_MEDIA_REMOVAL)
818         (IOCTL_STORAGE_EJECTION_CONTROL, IOCTL_STORAGE_MCN_CONTROL)
819         (IOCTL_STORAGE_GET_DEVICE_NUMBER, IOCTL_STORAGE_PREDICT_FAILURE)
820         (IOCTL_STORAGE_GET_MEDIA_TYPES, IOCTL_STORAGE_GET_MEDIA_TYPES_EX)
821         (IOCTL_STORAGE_GET_MEDIA_SERIAL_NUMBER, IOCTL_STORAGE_QUERY_PROPERTY)
822         (IOCTL_STORAGE_RELEASE, IOCTL_STORAGE_FIND_NEW_DEVICES)
823         (IOCTL_STORAGE_RESET_BUS, IOCTL_STORAGE_RESET_DEVICE)
824         (IOCTL_STORAGE_EJECT_MEDIA, IOCTL_STORAGE_LOAD_MEDIA)
825         (IOCTL_STORAGE_LOAD_MEDIA2, IOCTL_STORAGE_RESERVE): Likewise.
826
827 2016-07-19  Keith Marshall  <keithmarshall@users.sourceforge.net>
828
829         Update install-sh to match mingw.org/build-aux package.
830
831         * install-sh: Delete it; use version in parent directory instead,
832         recreating local copy, (as symlink, if supported), on demand.
833
834 2016-07-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
835
836         Eliminate redundant configuration files.
837
838         * aclocal.m4 VERSION.m4: Delete them; restore them on demand, via...
839         * Makefile.in ($top_srcdir/../%): ...this symlink dependency rule.
840
841         * configure.ac (AC_PROG_LN_S): Add configuration check.
842
843 2016-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
844
845         Discard redundant config.guess and config.sub files.
846
847         * config.guess config.sub: Delete them; they are no longer required.
848         * Makefile.in (SRCDIST_ADD): Remove related references.
849
850 2016-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
851
852         Merge recent legacy branch updates to 5.0-active branch.
853
854         * Makefile.in include/ddk/ntifs.h include/ddk/winddk.h
855         * include/sdkddkver.h include/setupapi.h include/windows.h
856         * include/winnt.h include/winuser.h include/winver.h
857         * include/wtsapi32.h lib/wtsapi32.def: Updated.
858
859 2016-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
860
861         Prepare and tag all files for release of w32api-3.18.
862
863 2016-07-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
864
865         Do not pass MAKEFLAGS explicitly, when invoking recursive make.
866
867         * Makefile.in (install-strip, uninstall): Delete explicit $(MAKEFLAGS)
868         references from $(MAKE) command lines; make passes them implicitly.
869
870 2016-06-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
871
872         Backport MemoryBarrier() implementation from 4.0-dev branch.
873
874         * include/winnt.h (MemoryBarrier): Implement it; this is a rework of
875         Earnie's original inline implementation, but declared 'static' to fix
876         issue [#1661]; it is further modified, to avoid the broken pre-Vista
877         fallback identified by issue [#2131], and to remove references to...
878         (__faststorefence, __mf): ...these MSVC intrinsics, replaced by...
879         [defined __ATOMIC_SEQ_CST] (__atomic_thread_fence): ...this, or...
880         [GCC >= 4.4] (__sync_synchronize): ...this, as appropriate, falling
881         back to inline assembly code when necessary.
882
883         * include/ddk/winddk.h (KeMemoryBarrier): Delegate it to...
884         (MemoryBarrier): ...this, so avoiding the potential to emit invalid
885         code, for hosts which do not support the SSE2 'mfence' instruction.
886
887 2016-06-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
888
889         Merge further W32API updates from Cygwin CVS.
890         Incorporated selected changes from 2012-08-01 to 2012-08-04.
891
892         * include/setupapi.h include/winuser.h include/winver.h
893         * include/wtsapi32.h lib/wtsapi32.def: Merged and updated.
894
895 2016-06-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
896
897         Update mapping of GCC to MSVC host identification macros.
898
899         * include/windows.h: Assert copyright; tidy layout.
900         (_M_IX86, _ALPHA_, _PPC_, _MIPS_, _68K_): Delete duplicate defines.
901         [!_WINUSER_H, !_WINNLS_H, !_WINVER_H, !_WINNETWK_H, !_WINREG_H]
902         [!_WINSVC_H]: Do not explicitly test these here; they are properly
903         managed implicitly, by GCC, when including the associated headers.
904
905         * include/winnt.h: Assert copyright; tidy layout.
906         (_BEGIN_C_DECLS, _END_C_DECLS): Use these, as appropriate.
907         (__aligned__, __always_inline__, __selectany__): Prefer these...
908         (aligned, always_inline, selectany): ...to these attribute forms.
909         (CONTEXT) [_ALPHA_, _PPC_, MIPS, ARM]: Change selector macros to...
910         [_M_ALPHA, _M_PPC, _M_MRX000, _M_ARM]: ...these, respectively.
911         (GetCurrentFiber, GetFiberData, NtCurrentTeb): Redefine in terms of...
912         (__tib_fiber_data__, __tib_self_refptr__): ...these adaptive macros...
913         [!_WIN64]: ...to accommodate 32-bit, or otherwise 64-bit Windows.
914         (_ALPHA_, _PPC_, _MIPS_, _68K_): Delete these redundant macros...
915         (_M_IX86): ...also removing this, but relocate it to...
916         * include/sdkddkver.h (_M_IX86): ...here; augment it with...
917         (_M_IX86_FP, _M_X64, _M_AMD64, _M_IA64): ...these; define them as
918         appropriate.
919
920         * include/ddk/ntifs.h [!_ALPHA_]: Augment test; rather consider...
921         [!_ALPHA_ && !_M_ALPHA]: ...this, for structure alignment control.
922
923 2016-05-23  Keith Marshall  <keithmarshall@users.sourceforge.net>
924
925         Merge W32API updates, from Cygwin CVS, into legacy branch.
926         Incorporate changes since release of w32api-3.17, until 2012-07-06.
927
928         * include/shobjidl.h lib/shobjidl-uuid.c: New files, added per LRN's
929         2012-04-28 commit to Cygwin CVS.
930
931         * include/gdiplus/gdiplustypes.h include/imagehlp.h
932         * include/routprot.h include/shlwapi.h include/userenv.h
933         * include/winbase.h include/wincon.h include/windef.h
934         * include/winerror.h include/wingdi.h include/winnt.h
935         * include/winsock.h include/winsock2.h include/winuser.h: Updated to
936         match Cygwin CVS state, as of 2012-07-06.
937
938         * include/wincrypt.h: Updated to remove duplicate manifest constant
939         definitions, as identified per Chris Sutcliffe's 2012-01-03 commit to
940         Cygwin CVS; merge with my 2015-09-29 commit; additionally, remove...
941         (szOID_RSA_emailAddr, szOID_RSA_unstructAddr, szOID_RSA_unstructName)
942         (CRYPT_ARCHIVABLE, CRYPT_NOHASHOID, CRYPT_VERIFYCONTEXT): ...extra
943         copies of these further duplicated definitions, identified during
944         the merging operation.
945
946 2016-05-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
947
948         Synchronize package version management with MinGW Runtime.
949
950         * VERSION.m4: New file; link it to keep in sync with identically named
951         file in top level composite package source directory; it defines...
952         (__VERSION__): ...this new composite package version macro.
953
954         * aclocal.m4: Link it, to keep in sync with identically named files in
955         top level composite source and sibling mingwrt sub-package directories.
956         (__VERSION__): New macro; include VERSION.m4 to define it.
957         (__BUG_REPORT_URL__): New macro; define it.
958
959         * configure.ac (AC_INIT): Assign package version and bug report URL...
960         (__VERSION__, __BUG_REPORT_URL__): ...from these, as defined through
961         automatic inclusion of aclocal.m4
962
963         * Makefile.in (configure): Add dependency on VERSION.m4
964
965 2016-05-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
966
967         Eliminate redundant <parts/winioctl.h> header.
968
969         * include/parts/winioctl.h: Delete it; distribute its content...
970         * include/ddk/winddk.h include/ddk/ntddstor.h include/ddk/ntdddisk.h:
971         ...among these, separating it into discrete sections based on...
972         [__need_ddk_winddk_includes, __need_ddk_ntddstor_includes]
973         [__need_ddk_ntdddisk_includes]: ...these selectors, respectively.
974         [__WINIOCTL_H_SOURCED__]: Expose only those sections; do not define...
975         (_DDK_WINDDK_H, _DDK_NTDDSTOR_H, _DDK_NTDDDISK_H): ...these.
976
977         * include/winioctl.h (__WINIOCTL_H_SOURCED__): Define it; include each
978         of <ddk/winddk.h>, <ddk/ntddstor.h>, and <ddk/ntdddisk.h>
979
980 2016-05-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
981
982         Enforce consistent specification of package version.
983
984         * include/w32api.h: Rename as...
985         * include/w32api.h.in: ...this build-time template file.
986         (__W32API_VERSION): Redefine it, in terms of...
987         (%PACKAGE_VERSION_LONG%): ...this substitution template.
988         (__W32API_MAJOR_VERSION, __W32API_MINOR_VERSION)
989         (__W32API_PATCHLEVEL): Likewise, redefine them in terms of...
990         (%PACKAGE_VERSION_MAJOR%, %PACKAGE_VERSION_MINOR%)
991         (%PACKAGE_VERSION_PATCH%): ...these.
992
993         * configure.ac (AC_CONFIG_SRCDIR): Adjust for renamed file.
994         (MINGW_AC_CONFIG_EXTRA_SRCDIR): Likewise, for similarly renamed
995         mingwrt/include/_mingw.h.in file.
996
997         * Makefile.in (all-w32api-libs): Add dependency on...
998         (w32api.h, _mingw.h): ...these; add rule to generate them, using...
999         (PACKAGE_VERSION_SCRIPT, PACKAGE_VERSION_FORMAT): ...these new macros;
1000         they apply appropriate substitutions to the renamed template files.
1001         (install-w32api-headers): Explicitly add w32api.h
1002
1003 2015-11-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1004
1005         Refactor for Windows DDK synchronization; fix MinGW-Bug [#1954].
1006
1007         * include/parts/winioctl.h: New file; it provides infrastructure for
1008         sharing of common code between DDK headers and primary <winioctl.h>
1009         (__IOCTL_STORAGE_, __IOCTL_DISK_, __FILE_RW_ACCESS, __FILE_AM_BUFFERED)
1010         (__FILE_RD_BUFFERED, __FILE_RW_BUFFERED): New internal convenience
1011         macros; they facilitate more consise expression of factored out IOCTL
1012         and FSCTL macros; define them.
1013
1014         * include/ddk/ntddk.h: Assert copyright; tidy layout.
1015         (__NTDDK_H): Multiple inclusion guard macro, renamed to...
1016         (_DDK_NTDDK_H): ...this; it provides better indication of location.
1017         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1018
1019         * include/ddk/winddk.h: Assert copyright; tidy layout.
1020         (__WINDDK_H): Multiple inclusion guard macro, renamed to...
1021         (_DDK_WINDDK_H): ...this; it provides better indication of location.
1022         [!defined _DDK_NTDDK_H]: Forbid direct inclusion; emit diagnostic.
1023         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1024         (METHOD_BUFFERED, METHOD_IN_DIRECT, METHOD_OUT_DIRECT)
1025         (METHOD_NEITHER): Redefine as enumeration; factor it out.
1026         (FILE_ANY_ACCESS, FILE_SPECIAL_ACCESS, FILE_READ_ACCESS)
1027         (FILE_WRITE_ACCESS): Likewise.
1028         (CTL_CODE, DEVICE_TYPE_FROM_CTL_CODE): Factor out.
1029         [defined _DRIVE_LAYOUT_INFORMATION_MBR_DEFINED]: Delete guard.
1030         (struct _DRIVE_LAYOUT_INFORMATION_MBR, DRIVE_LAYOUT_INFORMATION_MBR)
1031         (PDRIVE_LAYOUT_INFORMATION_MBR): Factor out, without guard.
1032         (struct _DRIVE_LAYOUT_INFORMATION_GPT, DRIVE_LAYOUT_INFORMATION_GPT)
1033         (PDRIVE_LAYOUT_INFORMATION_GPT): Factor out.
1034         (struct _PARTITION_INFORMATION_MBR, PARTITION_INFORMATION_MBR)
1035         (PPARTITION_INFORMATION_MBR): Likewise.
1036         (FILE_DEVICE_BEEP, FILE_DEVICE_CD_ROM, FILE_DEVICE_CD_ROM_FILE_SYSTEM)
1037         (FILE_DEVICE_CONTROLLER, FILE_DEVICE_DATALINK, FILE_DEVICE_DFS)
1038         (FILE_DEVICE_DISK, FILE_DEVICE_DISK_FILE_SYSTEM)
1039         (FILE_DEVICE_FILE_SYSTEM, FILE_DEVICE_INPORT_PORT)
1040         (FILE_DEVICE_KEYBOARD, FILE_DEVICE_MAILSLOT, FILE_DEVICE_MIDI_IN)
1041         (FILE_DEVICE_MIDI_OUT, FILE_DEVICE_MOUSE)
1042         (FILE_DEVICE_MULTI_UNC_PROVIDER, FILE_DEVICE_NAMED_PIPE)
1043         (FILE_DEVICE_NETWORK, FILE_DEVICE_NETWORK_BROWSER)
1044         (FILE_DEVICE_NETWORK_FILE_SYSTEM, FILE_DEVICE_NULL)
1045         (FILE_DEVICE_PARALLEL_PORT, FILE_DEVICE_PHYSICAL_NETCARD)
1046         (FILE_DEVICE_PRINTER, FILE_DEVICE_SCANNER)
1047         (FILE_DEVICE_SERIAL_MOUSE_PORT, FILE_DEVICE_SERIAL_PORT)
1048         (FILE_DEVICE_SCREEN, FILE_DEVICE_SOUND, FILE_DEVICE_STREAMS)
1049         (FILE_DEVICE_TAPE, FILE_DEVICE_TAPE_FILE_SYSTEM, FILE_DEVICE_TRANSPORT)
1050         (FILE_DEVICE_UNKNOWN, FILE_DEVICE_VIDEO, FILE_DEVICE_VIRTUAL_DISK)
1051         (FILE_DEVICE_WAVE_IN, FILE_DEVICE_WAVE_OUT, FILE_DEVICE_8042_PORT)
1052         (FILE_DEVICE_NETWORK_REDIRECTOR, FILE_DEVICE_BATTERY)
1053         (FILE_DEVICE_BUS_EXTENDER, FILE_DEVICE_MODEM, FILE_DEVICE_VDM)
1054         (FILE_DEVICE_MASS_STORAGE, FILE_DEVICE_SMB, FILE_DEVICE_KS)
1055         (FILE_DEVICE_CHANGER, FILE_DEVICE_SMARTCARD, FILE_DEVICE_ACPI)
1056         (FILE_DEVICE_DVD, FILE_DEVICE_FULLSCREEN_VIDEO)
1057         (FILE_DEVICE_DFS_FILE_SYSTEM, FILE_DEVICE_DFS_VOLUME)
1058         (FILE_DEVICE_SERENUM, FILE_DEVICE_TERMSRV, FILE_DEVICE_KSEC)
1059         (FILE_DEVICE_FIPS): Redefine as enumeration; factor it out.
1060         (enum _PARTITION_STYLE, PARTITION_STYLE): Factor out; add...
1061         (PARTITION_STYLE_RAW): ...this new enumeration state; previously, it
1062         was defined only when including this enumeration from winioctl.h
1063         (struct _CREATE_DISK_MBR, CREATE_DISK_MBR, PCREATE_DISK_MBR)
1064         (struct _CREATE_DISK_GPT, CREATE_DISK_GPT, PCREATE_DISK_GPT)
1065         (struct _CREATE_DISK, CREATE_DISK, PCREATE_DISK): Factor out;
1066         include parts/winioctl.h
1067
1068         * include/ddk/ntddstor.h: Assert copyright; tidy layout.
1069         (__NTDDSTOR_H): Multiple inclusion guard macro, renamed to...
1070         (_DDK_NTDDSTOR_H): ...this; to provide better indication of location.
1071         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1072         (struct _STORAGE_BUS_TYPE, STORAGE_BUS_TYPE, PSTORAGE_BUS_TYPE)
1073         (IOCTL_STORAGE_BASE, IOCTL_STORAGE_RESERVE, IOCTL_STORAGE_RELEASE)
1074         (IOCTL_STORAGE_CHECK_VERIFY, IOCTL_STORAGE_CHECK_VERIFY2)
1075         (IOCTL_STORAGE_MEDIA_REMOVAL, IOCTL_STORAGE_EJECT_MEDIA)
1076         (IOCTL_STORAGE_LOAD_MEDIA, IOCTL_STORAGE_LOAD_MEDIA2)
1077         (IOCTL_STORAGE_EJECTION_CONTROL, IOCTL_STORAGE_FIND_NEW_DEVICES)
1078         (IOCTL_STORAGE_GET_MEDIA_TYPES, IOCTL_STORAGE_GET_MEDIA_TYPES_EX)
1079         (IOCTL_STORAGE_GET_MEDIA_SERIAL_NUMBER, IOCTL_STORAGE_PREDICT_FAILURE)
1080         (IOCTL_STORAGE_QUERY_PROPERTY, IOCTL_STORAGE_GET_DEVICE_NUMBER)
1081         (IOCTL_STORAGE_RESET_BUS, IOCTL_STORAGE_RESET_DEVICE)
1082         (IOCTL_STORAGE_MCN_CONTROL): Factor out; include parts/winioctl.h
1083
1084         * include/ddk/ntdddisk.h: Assert copyright; tidy layout.
1085         (__NTDDDISK_H): Multiple inclusion guard macro, renamed to...
1086         (_DDK_NTDDDISK_H): ...this; to provide better indication of location.
1087         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1088         (IOCTL_DISK_BASE, IOCTL_DISK_GET_LENGTH_INFO)
1089         (IOCTL_DISK_IS_WRITABLE, IOCTL_DISK_REASSIGN_BLOCKS)
1090         (IOCTL_DISK_FIND_NEW_DEVICES, IOCTL_DISK_GET_MEDIA_TYPES)
1091         (IOCTL_DISK_GET_DRIVE_LAYOUT, IOCTL_DISK_SET_DRIVE_LAYOUT)
1092         (IOCTL_DISK_GET_PARTITION_INFO, IOCTL_DISK_SET_PARTITION_INFO)
1093         (IOCTL_DISK_GET_DRIVE_LAYOUT_EX, IOCTL_DISK_SET_DRIVE_LAYOUT_EX)
1094         (IOCTL_DISK_GET_DRIVE_GEOMETRY, IOCTL_DISK_GET_DRIVE_GEOMETRY_EX)
1095         (IOCTL_DISK_CREATE_DISK, IOCTL_DISK_VERIFY, IOCTL_DISK_CHECK_VERIFY)
1096         (IOCTL_DISK_GET_PARTITION_INFO_EX, IOCTL_DISK_SET_PARTITION_INFO_EX)
1097         (IOCTL_DISK_GET_CACHE_INFORMATION, IOCTL_DISK_SET_CACHE_INFORMATION)
1098         (IOCTL_DISK_DELETE_DRIVE_LAYOUT, IOCTL_DISK_GROW_PARTITION)
1099         (IOCTL_DISK_FORMAT_TRACKS, IOCTL_DISK_FORMAT_TRACKS_EX)
1100         (IOCTL_DISK_PERFORMANCE, IOCTL_DISK_PERFORMANCE_OFF)
1101         (IOCTL_DISK_UPDATE_DRIVE_SIZE, IOCTL_DISK_RESERVE): Factor out; all of
1102         these macros are now defined in parts/winioctl.h; include it.
1103         (PARTITION_ENTRY_UNUSED, PARTITION_FAT_12, PARTITION_XENIX_1)
1104         (PARTITION_XENIX_2, PARTITION_FAT_16, PARTITION_EXTENDED)
1105         (PARTITION_HUGE, PARTITION_IFS, PARTITION_OS2BOOTMGR, PARTITION_FAT32)
1106         (PARTITION_FAT32_XINT13, PARTITION_XINT13, PARTITION_XINT13_EXTENDED)
1107         (PARTITION_PREP, PARTITION_LDM, PARTITION_UNIX, PARTITION_NTFT)
1108         (VALID_NTFT): Redefine as enumeration; factor it out.
1109         (IsRecognizedPartition, IsContainerPartition): Factor out.
1110         (enum _MEDIA_TYPE, MEDIA_TYPE, PMEDIA_TYPE): Factor out, adding...
1111         (F3_200Mb_512, F3_240M_512, F3_32M_512): ...these new state values.
1112         (enum _DETECTION_TYPE, DETECTION_TYPE): Factor out.
1113         (struct _DISK_INT13_INFO, DISK_INT13_INFO, PDISK_INT13_INFO)
1114         (struct _DISK_EX_INT13_INFO, DISK_EX_INT13_INFO, PDISK_EX_INT13_INFO)
1115         (struct _DISK_DETECTION_INFO, DISK_DETECTION_INFO, PDISK_DETECTION_INFO)
1116         (struct _DISK_GEOMETRY_EX, DISK_GEOMETRY_EX, PDISK_GEOMETRY_EX)
1117         (struct _DISK_GEOMETRY, DISK_GEOMETRY, PDISK_GEOMETRY)
1118         (DiskGeometryGetPartition, DiskGeometryGetDetect): Factor out.
1119         (struct _PARTITION_INFORMATION): Change field data types for...
1120         (HiddenSectors, PartitionNumber): ...these, from DWORD to ULONG...
1121         (PartitionType): ...and this from BYTE to UCHAR, to keep consistent
1122         with Windows DDK convention, then factor out struct, together with...
1123         (PARTITION_INFORMATION, PPARTITION_INFORMATION): ...these.
1124         (struct _PARTITION_INFORMATION_GPT, struct _DISK_PARTITION_INFO)
1125         (PARTITION_INFORMATION_GPT, *PPARTITION_INFORMATION_GPT)
1126         (DISK_PARTITION_INFO, *PDISK_PARTITION_INFO): Factor out.
1127         (struct _GET_LENGTH_INFORMATION)
1128         (GET_LENGTH_INFORMATION, PGET_LENGTH_INFORMATION)
1129         (struct _DISK_PERFORMANCE, DISK_PERFORMANCE, PDISK_PERFORMANCE)
1130         (struct _DISK_PERFORMANCE_EX, DISK_PERFORMANCE_EX, PDISK_PERFORMANCE_EX)
1131         (struct _FORMAT_PARAMETERS, struct _FORMAT_EX_PARAMETERS)
1132         (FORMAT_PARAMETERS, PFORMAT_PARAMETERS, FORMAT_EX_PARAMETERS)
1133         (PFORMAT_EX_PARAMETERS): Factor out.
1134         (struct _REASSIGN_BLOCKS): Change field data types for...
1135         (Reserved, Count): ...these fields, from WORD to USHORT, and...
1136         (BlockNumber): ...this from DWORD to ULONG, per Windows DDK
1137         convention, then factor out the struct definition, together with...
1138         (REASSIGN_BLOCKS, PREASSIGN_BLOCKS): ...these associated typedefs.
1139         (struct _SET_PARTITION_INFORMATION, SET_PARTITION_INFORMATION)
1140         (PSET_PARTITION_INFORMATION): Factor out.
1141         (struct _VERIFY_INFORMATION): Change field data type for...
1142         (Length): ...this field, from DWORD to ULONG, per DDK convention, then
1143         factor out the entire struct definition, together with...
1144         (VERIFY_INFORMATION, PVERIFY_INFORMATION): ...these associated typedefs.
1145         (DISK_CACHE_RETENTION_PRIORITY): Factor out enumerated typedef.
1146         (struct _DISK_CACHE_INFORMATION, struct _DISK_GROW_PARTITION)
1147         (DISK_CACHE_INFORMATION, PDISK_CACHE_INFORMATION, DISK_GROW_PARTITION)
1148         (PDISK_GROW_PARTITION): Factor out.
1149
1150         * include/winioctl.h: Assert copyright; tidy layout; incorporate
1151         definitions from Windows DDK headers, by including parts/winioctl.h;
1152         delete duplicate definitions already identified as having been factored
1153         out from ddk/winddk.h, ddk/ntddstor.h, and ddk/ntdddisk.h; accept type
1154         compatible changes from DWORD to ULONG, WORD to USHORT, and BYTE to
1155         UCHAR, resulting in no significant changes, except that...
1156         (struct _DISK_PERFORMANCE): ...this is extended, by addition of...
1157         (IdleTime, SplitCount, QueryTime, StorageDeviceNumber)
1158         (StorageManagerName): ...these previously missing fields, originally
1159         appropriately defined in ddk/ntdddisk.h, thus fixing bug [#1954].
1160         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1161
1162 2015-10-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
1163
1164         Windows application module version information API updates.
1165
1166         * include/winver.h: Assert copyright; tidy layout.
1167         (_BEGIN_C_DECLS, _END_C_DECLS): Use these, as appropriate.
1168         (__AW_SUFFIXED__): Use throughout, to identify generic functions
1169         having both ANSI and UTF-16LE specific alternative implementations.
1170         [NTDDI_VERSION >= NTDDI_VISTA] (GetFileVersionInfoEx): New function.
1171         [NTDDI_VERSION >= NTDDI_VISTA] (GetFileVersionInfoSizeEx): Likewise;
1172         note that both are generic, with ANSI and UTF-16LE implementations,
1173         but the ANSI implementations are missing from MSVCRT.DLL when...
1174         [NTDDI_VERSION < NTDDI_WIN8]: ...this.
1175
1176         * lib/version.def (GetFileVersionInfoExA, GetFileVersionInfoExW)
1177         (GetFileVersionInfoSizeExA, GetFileVersionInfoSizeExW): Add symbols.
1178
1179 2015-10-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
1180
1181         Revert a failed experimental macro construct.
1182
1183         * include/w32api.h (__W32API_DEPRECATED_ALIAS): Delete this; it bloats
1184         code, and doesn't work in the C preprocessor conditional context where
1185         its associated constant definitions are most likely to be required.
1186         (Windows95, Windows98, WindowsME, WindowsNT4, Windows2000, WindowsXP)
1187         (Windows2003, WindowsVista, IE3, IE301, IE302, IE4, IE401, IE5, IE5a)
1188         (IE5b, IE501, IE55, IE56, IE6, IE601, IE602, IE7): Redefine as macros,
1189         now in terms of their preferred equivalents from <sdkddkver.h>
1190
1191 2015-09-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
1192
1193         Code clean-up; fix MinGW-Bug [#2263].
1194
1195         * include/w32api.h (__AW_SUFFIXED__): New macro; define it.
1196         (__AW_EXTENDED__, __AW_STRING_A__, __AW_STRING_W__): Likewise.
1197         (__AW__WCHAR_T__): Likewise; this is a helper for __AW_STRING_W__.
1198
1199         * include/wincrypt.h: Assert copyright; tidy layout; replace all C++
1200         style comments, using ISO-C conforming style; remove all redundant
1201         parameter names from function prototype declarations, throughout.
1202         (pragma GCC system_header): Remove pointless conditional guard.
1203         (_BEGIN_C_DECLS, _END_C_DECLS): Use to wrap extern "C" declarations.
1204         [WINVER >= 0x500, WINVER >= 0x501]: Replace conditionals with...
1205         [WINVER >= _WIN32_WINNT_WIN2K, WINVER >= _WIN32_WINNT_WINXP]: ...these
1206         alternatives, respectively; they offer improved self-documentation.
1207         (MS_DEF_PROV, MS_ENHANCED_PROV, MS_STRONG_PROV, MS_SCARD_PROV)
1208         (MS_DEF_RSA_SIG_PROV, MS_DEF_RSA_SCHANNEL_PROV, MS_DEF_DSS_PROV)
1209         (MS_DEF_DSS_DH_PROV, MS_ENH_DSS_DH_PROV, MS_DEF_DH_SCHANNEL_PROV)
1210         (MS_ENH_RSA_AES_PROV): Redefine as __AW_EXTENDED__ derivatives.
1211         (MS_DEF_PROV_W, MS_ENHANCED_PROV_W, MS_STRONG_PROV_W, MS_SCARD_PROV_W)
1212         (MS_DEF_RSA_SIG_PROV_W, MS_DEF_RSA_SCHANNEL_PROV_W, MS_DEF_DSS_PROV_W)
1213         (MS_DEF_DSS_DH_PROV_W, MS_ENH_DSS_DH_PROV_W, MS_DEF_DH_SCHANNEL_PROV_W)
1214         (MS_ENH_RSA_AES_PROV_W): Redefine; use __AW_STRING_W__ to derive them
1215         from their __AW_STRING_A__ equivalent string constant definitions.
1216         (GET_ALG_CLASS): Redefine, expressing result in terms of...
1217         (ALG_CLASS_ALL): ...this manifest bit mask; also redefined, preferring
1218         a hexadecimal expression of the mask value over the former decimal.
1219         (GET_ALG_TYPE, GET_ALG_SID): Similarly, use hexadecimal mask values.
1220         (ALG_CLASS_SIGNATURE, ALG_CLASS_MSG_ENCRYPT, ALG_CLASS_DATA_ENCRYPT)
1221         (ALG_CLASS_HASH, ALG_CLASS_KEY_EXCHANGE, ALG_TYPE_DSS, ALG_TYPE_RSA)
1222         (ALG_TYPE_BLOCK, ALG_TYPE_STREAM, ALG_TYPE_DH, ALG_TYPE_SECURECHANNEL)
1223         (CRYPT_UPDATE_KEY, CRYPT_NEWKEYSET, CRYPT_DELETEKEYSET, CRYPT_SILENT)
1224         (CRYPT_MACHINE_KEYSET, CRYPT_USER_PROTECTED, CRYPT_CREATE_SALT)
1225         (CRYPT_EXPORTABLE, CRYPT_ENCRYPT, CRYPT_DECRYPT, CRYPT_EXPORT)
1226         (CRYPT_READ, CRYPT_WRITE, CRYPT_MAC, CERT_TRUST_IS_NOT_TIME_VALID)
1227         (CERT_TRUST_IS_NOT_TIME_NESTED, CERT_TRUST_IS_REVOKED)
1228         (CERT_TRUST_IS_NOT_SIGNATURE_VALID, CERT_TRUST_IS_NOT_VALID_FOR_USAGE)
1229         (CERT_TRUST_IS_UNTRUSTED_ROOT, CERT_TRUST_REVOCATION_STATUS_UNKNOWN)
1230         (CERT_TRUST_IS_CYCLIC, CERT_TRUST_CTL_IS_NOT_SIGNATURE_VALID)
1231         (CERT_TRUST_IS_PARTIAL_CHAIN, CERT_TRUST_CTL_IS_NOT_TIME_VALID)
1232         (CERT_TRUST_CTL_IS_NOT_VALID_FOR_USAGE, CERT_TRUST_IS_SELF_SIGNED)
1233         (CERT_TRUST_HAS_EXACT_MATCH_ISSUER, CERT_TRUST_HAS_KEY_MATCH_ISSUER)
1234         (CERT_TRUST_HAS_NAME_MATCH_ISSUER, CERT_TRUST_IS_COMPLEX_CHAIN)
1235         (CERT_CHAIN_POLICY_BASE, CERT_CHAIN_POLICY_AUTHENTICODE)
1236         (CERT_CHAIN_POLICY_AUTHENTICODE_TS, CERT_CHAIN_POLICY_SSL)
1237         (CERT_CHAIN_POLICY_BASIC_CONSTRAINTS, CERT_CHAIN_POLICY_NT_AUTH)
1238         (CERT_NAME_STR_REVERSE_FLAG, CERT_NAME_STR_DISABLE_IE4_UTF8_FLAG)
1239         (CERT_NAME_STR_CRLF_FLAG, CERT_NAME_STR_ENABLE_UTF8_UNICODE_FLAG)
1240         (CERT_NAME_STR_ENABLE_T61_UNICODE_FLAG, CERT_NAME_STR_NO_PLUS_FLAG)
1241         (CERT_NAME_STR_NO_QUOTING_FLAG, CERT_NAME_STR_SEMICOLON_FLAG)
1242         (CERT_FIND_CERT_ID, CERT_FIND_CTL_USAGE, CERT_FIND_ENHKEY_USAGE)
1243         (CERT_FIND_EXISTING, CERT_FIND_HASH, CERT_FIND_ISSUER_ATTR)
1244         (CERT_FIND_ISSUER_NAME, CERT_FIND_ISSUER_OF, CERT_FIND_KEY_IDENTIFIER)
1245         (CERT_FIND_KEY_SPEC, CERT_FIND_MD5_HASH, CERT_FIND_PROPERTY)
1246         (CERT_FIND_PUBLIC_KEY, CERT_FIND_SHA1_HASH, CERT_FIND_SIGNATURE_HASH)
1247         (CERT_FIND_SUBJECT_ATTR, CERT_FIND_SUBJECT_CERT, CERT_FIND_SUBJECT_NAME)
1248         (CERT_FIND_SUBJECT_STR_A, CERT_FIND_SUBJECT_STR_W)
1249         (CERT_FIND_ISSUER_STR_A, CERT_FIND_ISSUER_STR_W)
1250         (CERT_FIND_OR_ENHKEY_USAGE_FLAG, CERT_FIND_OPTIONAL_ENHKEY_USAGE_FLAG)
1251         (CERT_FIND_NO_ENHKEY_USAGE_FLAG, CERT_FIND_VALID_ENHKEY_USAGE_FLAG)
1252         (CERT_FIND_EXT_ONLY_ENHKEY_USAGE_FLAG, CERT_UNICODE_IS_RDN_ATTRS_FLAG)
1253         (CERT_CASE_INSENSITIVE_IS_RDN_ATTRS_FLAG, CERT_CHAIN_FIND_BY_ISSUER)
1254         (CERT_CHAIN_FIND_BY_ISSUER_COMPARE_KEY_FLAG)
1255         (CERT_CHAIN_FIND_BY_ISSUER_COMPLEX_CHAIN_FLAG)
1256         (CERT_CHAIN_FIND_BY_ISSUER_CACHE_ONLY_FLAG)
1257         (CERT_CHAIN_FIND_BY_ISSUER_CACHE_ONLY_URL_FLAG)
1258         (CERT_CHAIN_FIND_BY_ISSUER_LOCAL_MACHINE_FLAG)
1259         (CERT_CHAIN_FIND_BY_ISSUER_NO_KEY_FLAG)
1260         (CERT_SYSTEM_STORE_LOCAL_MACHINE): All represent bit-mapped values;
1261         express them in hexadecimal, in preference to original decimal form.
1262         (CERT_FIND_SUBJECT_STR, CERT_FIND_ISSUER_STR): Redefine them as
1263         __AW_EXTENDED__ macros, for UNICODE/non-UNICODE cases respectively.
1264         (szOID_CRL_DIST_POINTS): Correct defective definition; value should be
1265         a string literal, but was missing delimiting quotes; insert them.
1266         (CertNameToStr, CertOpenSystemStore, CertGetNameString, CryptSignHash)
1267         (CryptAcquireContext, CryptVerifySignature, CryptGetDefaultProvider)
1268         (CryptEnumProviders, CryptSetProvider): Define as __AW_SUFFIXED__
1269         aliases for each of the UNICODE/non-UNICODE cases respectively.
1270         (CryptEnumProvidersA): Correct prototype declaration; 5th parameter
1271         was declared as type LPTSTR, but should be type LPSTR.
1272         (CryptEnumProvidersW): Likewise; 5th parameter should be type LPWSTR.
1273         (CryptGetDefaultProviderW): Likewise; 4th parameter was declared as
1274         type LPSTR, but should be type LPWSTR.
1275         [defined MINGW_TENTATIVE_ASSUMPTIONS] (X509_ANY_STRING)
1276         (X509_CRL_REASON_CODE, X509_DSS_PUBLICKEY, X509_UNICODE_ANY_STRING)
1277         (struct _CERT_ALT_NAME_ENTRY): Add tentative definitions.
1278
1279 2015-09-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
1280
1281         Correct defect in build system compilation rule.
1282
1283         * Makefile.in (scrnsavw.$OBJEXT): Do not use $^ to represent the
1284         source file; it expands to also include prerequisite header files,
1285         which should not appear on the compilation command line.  Rewrite
1286         rule in static pattern format, and use $< instead.
1287
1288 2015-08-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
1289
1290         Build system corrections for GCC build time support.
1291
1292         * configure.ac (AC_PROG_CC): Don't use this; we need...
1293         (MINGW_AC_PROG_CC_COMPILE_ONLY): ...this alternative, to support
1294         building with only a stage 1 partially built GCC installation.
1295
1296         * Makefile.in (install-headers): New make objective; map it to...
1297         (install-w32api-headers): ...this, for which it is a logical alias.
1298
1299 2015-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1300
1301         Overhaul and streamline build system configuration.
1302
1303         * configure.in: Delete obsolete file; replace with...
1304         * configure.ac: New file; rewritten per current autoconf conventions.
1305
1306         * Makefile.in: Rewritten; adapted from current mingwrt configuration,
1307         it now processes the entire build without using separate sub-makes.
1308
1309         * lib/Makefile.in: Sub-make configuration not required now; delete it.
1310         * lib/ddk/Makefile.in lib/directx/Makefile.in: Likewise; delete them.
1311
1312 2015-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1313
1314         Remove unused aclocal.m4 configuration file.
1315
1316         * aclocal.m4: Delete it; it provides no content used by this package.
1317
1318 2015-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1319
1320         Adapt platform feature checks to NTDDI_VERSION conventions.
1321
1322         * include/sdkddkver.h: New file; merge from 4.0-dev branch.
1323         (_WIN32_WINNT_WINBLUE): New manifest constant for Windows-8.1.
1324         (WINNTVER): Prefer bitwise shift to division; adjust accordingly.
1325         [_WIN32_WINNT != OSVER(NTDDI_VERSION)]: Bad comparison; correct to...
1326         [_WIN32_WINNT != WINNTVER(NTDDI_VERSION)]: ...this.
1327
1328         * include/w32api.h: Assert copyright; include sdkddkver.h.
1329         (__W32API_VERSION): Increment to 3.18; adopt new encoding format.
1330         (__W32API_MAJOR_VERSION, __W32API_MINOR_VERSION): Adjust consistently.
1331         (__W32API_PATCH_LEVEL): New macro; define with initial value of zero.
1332         (__W32API_DEPRECATED_ALIAS): New macro; define it; use to redefine...
1333         (Windows95, Windows98, WindowsME, WindowsNT4, Windows2000, WindowsXP)
1334         (Windows2003, WindowsVista, IE3, IE301, IE302, IE4, IE401, IE5, IE5a)
1335         (IE5b, IE501, IE55, IE56, IE6, IE601, IE602, IE7): ...these; replace
1336         macro definitions by long integer constants, and mark as deprecated.
1337         (UNICODE, _UNICODE): Keep these consistent; use logic factored out of
1338         mingwrt/include/_mingw.h, whence we similarly relocate...
1339         (_EXTERN_C, _BEGIN_C_DECLS, _END_C_DECLS): ...these.
1340
1341         * include/windef.h: Assert copyright; include w32api.h, whence we
1342         infer default assignments, per included sdkddkver.h, for each of...
1343         (WINVER, _WIN32_WINNT): ...these; delete local defines.
1344         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1345
1346 2015-06-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1347
1348         Remove generated configure script from revision control.
1349
1350         * configure: Delete from SCM; maintainer must regenerate it, when
1351         required, as SCM will now ignore it.
1352
1353 2012-08-04  Earnie Boyd  <earnie@users.sourceforge.net>
1354
1355         Cosmetic adjustment to match MSDN documentation.
1356
1357         * include/winver.h (VerQueryValueA, VerQueryValueW): Declare type
1358         of parameter #1 to be LPCVOID, in preference to formerly specified,
1359         and functionally equivalent, 'const LPVOID'.
1360
1361 2012-08-01  Stephan Jorek  <sjorek@users.sourceforge.net>
1362
1363         Correct typos, as identified by issue [#1534].
1364
1365         * include/setupapi.h (SetupCancelTemporary): Should be...
1366         (SetupCancelTemporarySourceList): ...this; complete truncated name.
1367         (SetupFreeA, SetupFreeW): Likewise, complete these respectively to...
1368         (SetupFreeSourceListA, SetupFreeSourceListW): ...these, and...
1369         (SetupQueryA, SetupQueryW): ...these respectively to...
1370         (SetupQuerySourceListA, SetupQuerySourceListW): ...these.
1371         (SetupDiGetWizardage): Misspelled; correct it to...
1372         (SetupDiGetWizardPage): ...this.
1373
1374 2012-08-01  Earnie Boyd  <earnie@users.sourceforge.net>
1375
1376         Declare WTSVirtualChannel API functions per issue [#1342].
1377
1378         * include/wtsapi32.h [_WIN32_WINNT >= 0x500]
1379         (WTSVirtualChannelOpen, WTSVirtualChannelQuery, WTSVirtualChannelRead)
1380         (WTSVirtualChannelPurgeInput, WTSVirtualChannelPurgeOutput)
1381         (WTSVirtualChannelWrite, WTSVirtualChannelClose): Declare them.
1382         [_WIN32_WINNT >= 0x600] (WTSVirtualchannelOpenEx): Likewise.
1383
1384         * lib/wtsapi32.def (WTSVirtualChannelOpenEx@12): Add reference.
1385
1386 2012-08-01  Earnie Boyd  <earnie@users.sourceforge.net>
1387
1388         Correct MENUITEMINFO structure definition per issue [#1659].
1389
1390         * include/winuser.h (tagMENUITEMINFOA, tagMENUITEMINFOW): dwItemData
1391         field was defined as type DWORD; correct it to type ULONG_PTR.
1392
1393 2012-07-06  Corinna Vinschen  <corinna@vinschen.de>
1394
1395         Extend visibility of winsock definitions when building Cygwin.
1396
1397         * include/winsock.h [__INSIDE_CYGWIN__]: Expose definitions of...
1398         (IP_OPTIONS, SO_DEBUG, SO_ACCEPTCONN, SO_REUSEADDR, SO_KEEPALIVE)
1399         (SO_DONTROUTE, SO_BROADCAST, SO_USELOOPBACK, SO_LINGER, SO_OOBINLINE)
1400         (SO_DONTLINGER, SO_SNDBUF, SO_RCVBUF, SO_SNDLOWAT, SO_RCVLOWAT)
1401         (SO_SNDTIMEO, SO_RCVTIMEO, SO_ERROR, SO_TYPE): ...these; however...
1402         [__INSIDE_MSYS__]: ...keep them hidden.
1403
1404         * include/winsock2.h [__INSIDE_CYGWIN__]: Likewise, expose...
1405         (AF_MAX, _SS_MAXSIZE, _SS_ALIGNSIZE, _SS_PAD1SIZE, _SS_PAD2SIZE)
1406         (struct sockaddr, struct sockaddr_storage): ...these, whereas...
1407         [__INSIDE_MSYS__]: ...also keep them hidden.
1408
1409 2012-04-29  Jan Ringos  <tringi@users.sf.net>
1410
1411         Correct version guard for WinXP minimum requirement.
1412
1413         * include/winbase.h (GetModuleHandleEx): Function unsupported for...
1414         [_WIN32_WINNT >= 0x500]: ...this; it isn't in Win2K, so should be...
1415         [_WIN32_WINNT >= 0x501]: ...this; correct it accordingly.
1416         (GetModuleHandleExA, GetModuleHandleExW): Likewise.
1417
1418 2012-04-28  LRN  <l_r_nightmare@users.sf.net>
1419
1420         Add missing <shobjidl.h> and associated UUID implementation.
1421
1422         * include/shobjidl.h lib/shobjidl-uuid.c: New files.
1423         * lib/Makefile.in (UUID_SOURCES, UUID_OBJS): Add references.
1424
1425 2012-03-19  Ben Greear  <greear@users.sf.net>
1426
1427         Adjust header file definition order, to fix issue [#1570].
1428
1429         * include/routprot.h (IP_LOCAL_BINDING): Must be defined before...
1430         (IP_ADAPTER_BINDING_INFO): ...this; adjust order of definition.
1431
1432 2012-01-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1433
1434         Add missing return value, flagged by 'make test'.
1435
1436         * include/gdiplus/gdiplustypes.h (Gdiplus::GdiplusAbort::Abort):
1437         Return NO_ERROR in virtual definition.
1438
1439 2012-01-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1440
1441         Remove duplicate definitions, identified by 'make test'.
1442
1443         * include/wincrypt.h (CRYPT_NEWKEYSET, CRYPT_DELETEKEYSET)
1444         (CRYPT_MACHINE_KEYSET, CRYPT_EXPORTABLE, CRYPT_USER_PROTECTED)
1445         (CRYPT_SILENT, CRYPT_CREATE_SALT, CRYPT_UPDATE_KEY, CRYPT_NO_SALT)
1446         (CRYPT_PREGEN, CRYPT_RECIPIENT, CRYPT_INITIATOR, CRYPT_ONLINE)
1447         (CRYPT_SF, CRYPT_CREATE_IV, CRYPT_KEK, CRYPT_DATA_KEY)
1448         (CRYPT_VOLATILE, CRYPT_SGCKEY): Delete second instance of each.
1449
1450         * include/winerror.h (CRYPT_E_REVOKED): Delete; it is already
1451         correctly defined (per MSDN) in <wincrypt.h>
1452
1453 2012-01-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
1454
1455         Correct misuse of #ifdef, identified by 'make test'.
1456
1457         * include/shlwapi.h (enum ASSOCSTR, enum ASSOCDATA): Fix typos;
1458         /#ifdef _WIN32_IE >= 0x0600/s/#ifdef/#if/
1459
1460 2011-12-22  Corinna Vinschen  <corinna@vinschen.de>
1461
1462         Replace more incorrectly named manifest constants.
1463
1464         * include/winnt.h (JOB_OBJECT_LIMIT_BREAKAWAY_OK)
1465         (JOB_OBJECT_LIMIT_SILENT_BREAKAWAY_OK): Define; make aliases for...
1466         (JOB_OBJECT_BREAKAWAY_OK, JOB_OBJECT_SILENT_BREAKAWAY): ...these old
1467         definitions respectively; retain for backward compatibility only.
1468
1469 2011-12-22  Corinna Vinschen  <corinna@vinschen.de>
1470
1471         Add missing PROCESS_QUERY_LIMITED_INFORMATION.
1472
1473         * include/winnt.h (PROCESS_QUERY_LIMITED_INFORMATION): Define it.
1474
1475 2011-08-19  Corinna Vinschen  <corinna@vinschen.de>
1476
1477         Add missing MAPVK manifest constant definitions.
1478
1479         * include/winuser.h (MAPVK_VK_TO_VSC, MAPVK_VSC_TO_VK): Define them.
1480         (MAPVK_VK_TO_CHAR, MAPVK_VSC_TO_VK_EX, MAPVK_VK_TO_VSC_EX): Likewise.
1481
1482 2011-08-05  Corinna Vinschen  <corinna@vinschen.de>
1483
1484         Correct some misspelled manifest constant names.
1485
1486         * include/winnt.h (IMAGE_DLL_CHARACTERISTICS_NX_COMPAT): Should be...
1487         (IMAGE_DLLCHARACTERISTICS_NX_COMPAT): ...this; define correctly; also
1488         alias to original misspelling, to maintain backward compatibility.
1489         (IMAGE_DLL_CHARACTERISTICS_FORCE_INTEGRITY): Likewise; should be...
1490         (IMAGE_DLLCHARACTERISTICS_FORCE_INTEGRITY): ...this; define and alias.
1491         (IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE): Likewise; should be...
1492         (IMAGE_DLLCHARACTERISTICS_DYNAMIC_BASE): ...this; define and alias.
1493
1494 2011-07-29  Corinna Vinschen  <corinna@vinschen.de>
1495
1496         Add a missing Win2K sockets IOCTL feature.
1497
1498         * include/winsock2.h (SIO_UDP_CONNRESET): Define.
1499
1500 2011-05-22  Albrecht Schlosser  <vms-news@go4more.de>
1501
1502         Fix an incorrectly typed structure member.
1503
1504         * include/wingdi.h (GCP_RESULTSW): lpClass field defined as LPWSTR;
1505         should be LPSTR; correct it.
1506
1507 2011-05-15  Corinna Vinschen  <corinna@vinschen.de>
1508
1509         Add another missing manifest constant definition.
1510
1511         * include/winbase.h (STACK_SIZE_PARAM_IS_A_RESERVATION): Define.
1512
1513 2011-04-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
1514
1515         Avoid pollution of user namespace; fix MinGW-Bug [#1531].
1516
1517         * include/windef.h (PACKED): Delete macro definition; its name is not
1518         reserved, and may thus conflict with a user defined name; replace it...
1519         * include/wincon.h (KEY_EVENT_RECORD): ...at this sole point of use;
1520         use __attribute__((packed)) directly instead.
1521
1522 2011-04-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1523
1524         Fix bad typedef, per MinGW-Bug [#1529].
1525
1526         * include/imagehlp.h (PREAD_PROCESS_MEMORY_ROUTINE): Corrected, to
1527         conform with MSDN reference, as identified by Safety0ff.
1528
1529 2011-04-04  Corinna Vinschen  <corinna@vinschen.de>
1530
1531         Add a missing manifest constant definition.
1532
1533         * include/winnt.h (DOMAIN_ALIAS_RID_REMOTE_DESKTOP_USERS): Define.
1534
1535 2011-03-29  Corinna Vinschen  <corinna@vinschen.de>
1536
1537         Win2K and Vista userenv updates.
1538
1539         * include/userenv.h [_WIN32_WINNT >= 0x0500] (DeleteProfile)
1540         (GetAllUsersProfileDirectory, GetDefaultUserProfileDirectory)
1541         (ExpandEnvironmentStringsForUser): Define function aliases.
1542         [_WIN32_WINNT >= 0x0500] (DeleteProfileA, DeleteProfileW)
1543         (GetAllUsersProfileDirectoryA, GetAllUsersProfileDirectoryW)
1544         (GetDefaultUserProfileDirectoryA, GetDefaultUserProfileDirectoryW
1545         (ExpandEnvironmentStringsForUserA, ExpandEnvironmentStringsForUserW)
1546         (GetProfileType): Declare function prototypes.
1547         [_WIN32_WINNT >= 0x0600] (CreateProfile): Declare function prototype.
1548         [_WIN32_WINNT >= 0x0500] (PT_TEMPORARY, PT_ROAMING, PT_MANDATORY):
1549         New manifest constants; define them.
1550
1551 2011-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1552
1553         * Makefile.in: Increment CYGRELEASE to 2.
1554
1555 2011-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1556
1557         * lib/Makefile.in: Include GDIPLUS_HEADERS in dist target.
1558
1559 2011-03-11  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1560
1561         * include/w32api.h: Increment version to 3.17.
1562         * Makefile.in: Ditto.
1563
1564 2011-03-07  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1565
1566         * include/winbase.h (PSAPI_WORKING_SET_BLOCK)
1567         (PSAPI_WORKING_SET_INFORMATION): Move from here...
1568         * include/psapi.h (PSAPI_WORKING_SET_BLOCK)
1569         (PSAPI_WORKING_SET_INFORMATION): ...to here.
1570
1571 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1572
1573         * include/w32api.h: Increment version to 3.16.
1574         * Makefile.in: Ditto.
1575
1576 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1577
1578         * include/commctrl.h (NMTCKEYDOWN): Define.
1579
1580 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1581
1582         * include/wtsapi32.h (WTSSendMessageA, WTSSendMessageW, WTSSendMessage):
1583         Define.
1584
1585 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1586
1587         * include/winbase.h (PSAPI_WORKING_SET_BLOCK,
1588         PSAPI_WORKING_SET_INFORMATION): Define.
1589
1590 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1591
1592         * include/winbase.h (__GNUC_EXTENSION): Define, replacing __MINGW_EXTENSION.
1593
1594 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1595
1596         * lib/kernel32.def (FreeLibraryAndExitThread): Fix definition.
1597
1598 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1599
1600         * include/winbase.h (FILE_ENCRYPTABLE, FILE_IS_ENCRYPTED, FILE_READ_ONLY,
1601         FILE_ROOT_DIR, FILE_SYSTEM_ATTR, FILE_SYSTEM_DIR, FILE_SYSTEM_NOT_SUPPORT,
1602         FILE_UNKNOWN, FILE_USER_DISALLOWED): Define.
1603
1604 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1605
1606         * include/winioctl.h (_DRIVE_LAYOUT_INFORMATION_MBR): Add
1607         _DRIVE_LAYOUT_INFORMATION_MBR_DEFINED guard.
1608         * include/ddk/winddk.h (_DRIVE_LAYOUT_INFORMATION_MBR): Ditto.
1609
1610 2011-03-04  Seth Jackson  <sethj@users.sourceforge.net>
1611
1612         * include/winnt.h (PAGE_WRITECOMBINE): Define.
1613         * include/winbase.h (THREAD_MODE_BACKGROUND_BEGIN, THREAD_MODE_BACKGROUND_END): Define.
1614
1615 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1616
1617         * include/winbase.h (__MINGW_EXTENSION): Define.
1618         (OVERLAPPED): Add __MINGW_EXTENSION around nameless union /
1619         struct to correct issue with -std=c99.
1620
1621 2011-03-02  Corinna Vinschen  <corinna@vinschen.de>
1622
1623         * include/ddk/winddk.h (TIMER_INFORMATION_CLASS): Define.
1624         (TIMER_BASIC_INFORMATION): Define.
1625         (NtQueryTimer): Define.
1626         (ZwQueryTimer): Define.
1627
1628 2010-12-27  David Byron  <dbyron0@users.sourceforge.net>
1629
1630         * include/winioctl.h (STORAGE_BUS_TYPE): Define.
1631
1632 2010-12-27  Seth Jackson  <sethj@users.sourceforge.net>
1633
1634         * include/winbase.h (GetComputerNameEx): Define.
1635
1636 2010-12-27  Ryan Lortie  <desrt@desrt.ca>
1637
1638         * include/winbase.h (TzSpecificLocalTimeToSystemTime): Define.
1639
1640 2010-12-27  Markus Koenig  <basilo@users.sourceforge.net>
1641
1642         * include/gdiplus/gdipluspixelformats.h (PixelFormatIndexed,
1643         PixelFormatGDI, PixelFormatAlpha, PixelFormatPAlpha,
1644         PixelFormatExtended, PixelFormatCanonical, PixelFormatUndefined,
1645         PixelFormatDontCare, PixelFormat1bppIndexed, PixelFormat4bppIndexed,
1646         PixelFormat8bppIndexed, PixelFormat16bppGrayScale,
1647         PixelFormat16bppRGB555, PixelFormat16bppRGB565, PixelFormat16bpp1555,
1648         PixelFormat24bppRGB, PixelFormat32bppRGB, PixelFormat32bppARGB,
1649         PixelFormat32bppPARGB, PixelFormat48bppRGB, PixelFormat64bppARGB,
1650         PixelFormat64bppPARGB, PixelFormatMax): Fix definition.
1651
1652 2010-10-20  Seth Jackson  <sethj@users.sourceforge.net>
1653
1654         * include/commctrl.h (TC_ITEMHEADER[AW]): Rename to TCITEMHEADER[AW].
1655         Add defines for backward compatibility.
1656
1657 2010-12-27  Johann Hanne  <jonnyh33@users.sourceforge.net>
1658
1659         * include/oaidl.h (GetTypeComp, GetTypeComp, IsMatchingType): Fix defintion.
1660         * include/objidl.h (AddConnection, ReleaseConnection): Ditto.
1661         * include/winbase.h (EnumResourceLanguagesA, EnumResourceLanguagesW,
1662         EnumResourceNamesA, EnumResourceNamesW, EnumResourceTypesA,
1663         EnumResourceTypesW): Ditto.
1664         * include/winnt.h (_SYSTEM_POWER_CAPABILITIES): Ditto.
1665
1666 2010-12-27  Seth Jackson  <sethj@users.sourceforge.net>
1667
1668         * include/basetsd.h: (INT8, UINT8, INT16, UINT16): Define.
1669
1670 2010-12-27  Paul Sokolovsky  <pfalcon@users.sf.net>
1671
1672         * include/bdatypes.h: Add missing semicolons.
1673
1674 2010-08-26  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1675
1676         * include/w32api.h: Increment version to 3.15.
1677         * Makefile.in: Ditto.
1678
1679 2010-08-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1680
1681         * Makefile.in: Update naming convention and compression format (lzma),
1682         leaving existing naming convention and compression format as is for Cygwin.
1683
1684 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1685
1686         * include/oleacc.h (STATE_SYSTEM_HASPOPUP, STATE_SYSTEM_NORMAL,
1687         STATE_SYSTEM_PROTECTED): Define.
1688
1689         Thank you to Marcus von Appen for reporting the issue.
1690
1691 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1692
1693         * include/winuser.h (CF_DIBV5): Define.
1694         (CF_MAX): Adjust accordingly.
1695
1696         Thank you to Lenard Lindstrom for reporting the issue.
1697
1698 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1699
1700         * include/sspi.h (QuerySecurityContextToken): Define.
1701         * lib/secur32.def: Regenerate using gendef on a Win7 machine.
1702
1703         Thank you to Magnus Hagander for reporting the issue.
1704
1705 2010-08-25  Ali Sabil  <asabil@users.sourceforge.net>
1706
1707         * include/ocidl.h: Define COBJMACROS for IPropertyBag and IPropertyBag2.
1708
1709 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1710
1711         * include/shlwapi (ASSOCDATA): Update definition.
1712
1713         Thank you to Frederic Deschamps for reporting the issue.
1714
1715 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1716
1717         * include/winbase.h (COPY_FILE_OPEN_SOURCE_FOR_WRITE,
1718         COPY_FILE_ALLOW_DECRYPTED_DESTINATION, COPY_FILE_COPY_SYMLINK,
1719         COPY_FILE_NO_BUFFERING): Define.
1720
1721         Thank you to Roland Schwingel for reporting the issue.
1722
1723 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1724
1725         * include/winuser.h (HHOOK): Move definition from here...
1726         * include/windef.h: ...to here, as per MSDN.
1727
1728         Thank you to Samuel Thibault for reporting the issue.
1729
1730 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1731
1732         * include/winbase.h (GetEnvironmentStrings, GetEnvironmentStringsA): Per
1733         MSDN, change return type to LPCH.
1734         (GetEnvironmentStringsW): Per MSDN, change return type to LPWCH.
1735
1736         Thank you to Emmanuel Stapf for reporting the issue.
1737
1738 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1739
1740         * include/prsht.h (SNDMDG, POSTMSG): Fix typo.
1741         * include/windowsx.h (SNDMSG): Ditto.
1742
1743 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1744
1745         * include/prsht.h (SNDMSG, POSTMSG): Define macros and use throughout.
1746
1747         Thank you to Ozkan Sezer for reporting the issue.
1748
1749 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1750
1751         * include/windowsx.h (SNDMSG): Define macro and use throughout.
1752
1753         Thank you to Chris Oldwood for reporting the issue.
1754
1755 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1756
1757         * include/oleacc.h (AccessibleObjectFromEvent): Correct definition.
1758
1759         Thank you to Rick Walsh for reporting the issue.
1760
1761 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1762
1763         * include/winbase.h (MoveFileWithProcessA, MoveFileWithProgressW): Define.
1764
1765 2010-08-24  Vinky  <rabbit_vinky@users.sourceforge.net>
1766
1767         * include/winbase.h (OVERLAPPED): Correct definition.
1768
1769 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1770
1771         * include/winnt.h (IMAGE_NT_HEADERS32, IMAGE_NT_HEADERS64): Correct
1772         definition.
1773
1774         Thank you to Pasi Ruokola for reporting the issue.
1775
1776 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1777
1778         * include/exdisp.h (get_RegisterAsBrowser): Fix typo.
1779
1780         Thank you to cheznonnon for reporting the issue.
1781
1782 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1783
1784         * lib/ws2_32.def: Regenerate using gendef on a Win7 machine.
1785
1786 2010-08-24  Ozkan Sezer  <sezero@users.sourceforge.net>
1787
1788         * winnt.h: Fix several SUBLANG ID errors (ref:
1789         http://msdn.microsoft.com/en-us/library/dd318693(VS.85).aspx).
1790         (SUBLANG_UI_CUSTOM_DEFAULT): 0x05, not 0x03.
1791         (SUBLANG_HAUSA_NIGERIA): Bad ID name, correct one is ...
1792         (SUBLANG_HAUSA_NIGERIA_LATIN): ... this.
1793         (SUBLANG_INUKTITUT_CANADA_LATIN): 0x02, not 0x01.
1794         (SUBLANG_IRISH_IRELAND): 0x02, not 0x01.
1795         (SUBLANG_LAO_LAO_PDR): Bad ID name, correct one is ...
1796         (SUBLANG_LAO_LAO): ... this.
1797         (SUBLANG_LOWER_SORBIAN_GERMANY): 0x02, not 0x01.
1798         (SUBLANG_SAMI_SKOLT_FINLAND): 0x08, not 0x03.
1799         (SUBLANG_SAMI_INARI_FINLAND): 0x09, not 0x03.
1800         (SUBLANG_SYRIAC_SYRIA): define as SUBLANG_SYRIAC (what MSDN mentions).
1801         (SUBLANG_TIGRIGNA_ERITREA): 0x02, not 0x01.
1802         (SUBLANG_BENGALI_INDIA): 0x01, not 0x00.
1803         (SUBLANG_BENGALI_BANGLADESH): 0x02, not 0x01.
1804         (SUBLANG_PUNJABI_INDIA): 0x01, not 0x00.
1805         (SUBLANG_PUNJABI_PAKISTAN): not defined in MSDN.
1806         (SUBLANG_ROMANIAN_ROMANIA): 0x01, not 0x00.
1807         (SUBLANG_ROMANIAN_MOLDOVA): not defined in MSDN.
1808
1809 2010-08-24  LRN  <lrn1986@gmail.com>
1810
1811         * include/mmreg.h (MPEGLAYER3WAVEFORMAT, WAVE_FORMAT_UNKNOWN,
1812         WAVE_FORMAT_PCM, WAVE_FORMAT_ADPCM, WAVE_FORMAT_IEEE_FLOAT,
1813         WAVE_FORMAT_VSELP, WAVE_FORMAT_IBM_CVSD, WAVE_FORMAT_ALAW,
1814         WAVE_FORMAT_MULAW, WAVE_FORMAT_OKI_ADPCM, WAVE_FORMAT_DVI_ADPCM,
1815         WAVE_FORMAT_MEDIASPACE_ADPCM, WAVE_FORMAT_SIERRA_ADPCM,
1816         WAVE_FORMAT_G723_ADPCM, WAVE_FORMAT_DIGIFIX, WAVE_FORMAT_DIALOGIC_OKI_ADPCM,
1817         WAVE_FORMAT_MEDIAVISION_ADPCM, WAVE_FORMAT_CU_CODEC,
1818         WAVE_FORMAT_YAMAHA_ADPCM, WAVE_FORMAT_SONARC,
1819         WAVE_FORMAT_DSPGROUP_TRUESPEECH, WAVE_FORMAT_ECHOSC1,
1820         WAVE_FORMAT_AUDIOFILE_AF36, WAVE_FORMAT_APTX, WAVE_FORMAT_AUDIOFILE_AF10,
1821         WAVE_FORMAT_PROSODY_1612, WAVE_FORMAT_LRC, WAVE_FORMAT_DOLBY_AC2,
1822         WAVE_FORMAT_GSM610, WAVE_FORMAT_MSNAUDIO, WAVE_FORMAT_ANTEX_ADPCME,
1823         WAVE_FORMAT_CONTROL_RES_VQLPC, WAVE_FORMAT_DIGIREAL, WAVE_FORMAT_DIGIADPCM,
1824         WAVE_FORMAT_CONTROL_RES_CR10, WAVE_FORMAT_NMS_VBXADPCM,
1825         WAVE_FORMAT_ROLAND_RDAC, WAVE_FORMAT_ECHOSC3, WAVE_FORMAT_ROCKWELL_ADPCM,
1826         WAVE_FORMAT_ROCKWELL_DIGITALK, WAVE_FORMAT_XEBEC, WAVE_FORMAT_G721_ADPCM,
1827         WAVE_FORMAT_G728_CELP, WAVE_FORMAT_MSG723, WAVE_FORMAT_MPEG,
1828         WAVE_FORMAT_RT24, WAVE_FORMAT_PAC, WAVE_FORMAT_MPEGLAYER3,
1829         WAVE_FORMAT_LUCENT_G723, WAVE_FORMAT_CIRRUS, WAVE_FORMAT_ESPCM,
1830         WAVE_FORMAT_VOXWARE, WAVE_FORMAT_CANOPUS_ATRAC, WAVE_FORMAT_G726_ADPCM,
1831         WAVE_FORMAT_G722_ADPCM, WAVE_FORMAT_DSAT, WAVE_FORMAT_DSAT_DISPLAY,
1832         WAVE_FORMAT_VOXWARE_BYTE_ALIGNED, WAVE_FORMAT_VOXWARE_AC8,
1833         WAVE_FORMAT_VOXWARE_AC10, WAVE_FORMAT_VOXWARE_AC16,
1834         WAVE_FORMAT_VOXWARE_AC20, WAVE_FORMAT_VOXWARE_RT24,
1835         WAVE_FORMAT_VOXWARE_RT29, WAVE_FORMAT_VOXWARE_RT29HW,
1836         WAVE_FORMAT_VOXWARE_VR12, WAVE_FORMAT_VOXWARE_VR18,
1837         WAVE_FORMAT_VOXWARE_TQ40, WAVE_FORMAT_SOFTSOUND, WAVE_FORMAT_VOXWARE_TQ60,
1838         WAVE_FORMAT_MSRT24, WAVE_FORMAT_G729A, WAVE_FORMAT_MVI_MV12,
1839         WAVE_FORMAT_DF_G726, WAVE_FORMAT_DF_GSM610, WAVE_FORMAT_ISIAUDIO,
1840         WAVE_FORMAT_ONLIVE, WAVE_FORMAT_SBC24, WAVE_FORMAT_DOLBY_AC3_SPDIF,
1841         WAVE_FORMAT_ZYXEL_ADPCM, WAVE_FORMAT_PHILIPS_LPCBB, WAVE_FORMAT_PACKED,
1842         WAVE_FORMAT_RHETOREX_ADPCM, WAVE_FORMAT_IRAT, WAVE_FORMAT_VIVO_G723,
1843         WAVE_FORMAT_VIVO_SIREN, WAVE_FORMAT_DIGITAL_G723,
1844         WAVE_FORMAT_CREATIVE_ADPCM, WAVE_FORMAT_CREATIVE_FASTSPEECH8,
1845         WAVE_FORMAT_CREATIVE_FASTSPEECH10, WAVE_FORMAT_QUARTERDECK,
1846         WAVE_FORMAT_FM_TOWNS_SND, WAVE_FORMAT_BTV_DIGITAL, WAVE_FORMAT_VME_VMPCM,
1847         WAVE_FORMAT_OLIGSM, WAVE_FORMAT_OLIADPCM, WAVE_FORMAT_OLICELP,
1848         WAVE_FORMAT_OLISBC, WAVE_FORMAT_OLIOPR, WAVE_FORMAT_LH_CODEC,
1849         WAVE_FORMAT_NORRIS, WAVE_FORMAT_ISIAUDIO,
1850         WAVE_FORMAT_SOUNDSPACE_MUSICOMPRESS, WAVE_FORMAT_DVM, WAVE_FORMAT_RAW_AAC1,
1851         WAVE_FORMAT_MPEG_HEAAC, WAVE_FORMAT_MPEG_ADTS_AAC, WAVE_FORMAT_DRM,
1852         WAVE_FORMAT_DTS, WAVE_FORMAT_WMAVOICE9, WAVE_FORMAT_WMASPDIF,
1853         WAVE_FORMAT_WMAUDIO_LOSSLESS, WAVE_FORMAT_WMAUDIO2, WAVE_FORMAT_WMAUDIO3,
1854         WAVE_FORMAT_MPEG_LOAS, WAVE_FORMAT_RAW_SPORT, WAVE_FORMAT_ESST_AC3,
1855         WAVE_FORMAT_DTS2): Define.
1856         * include/msacm.h (HACMDRIVERID, HACMDRIVER, HACMSTREAM, HACMOBJ,
1857         ACMSTREAMHEADER, WAVEFILTER, acmDriverAddA, acmDriverAddW, acmDriverRemove,
1858         acmMetrics, acmStreamOpen, acmStreamSize, acmStreamPrepareHeader,
1859         acmStreamUnprepareHeader, acmStreamReset, acmStreamClose, acmStreamConvert):
1860         Define.
1861
1862 2010-08-23  LRN  <lrn1986@gmail.com>
1863
1864         * include/winbase.h (SYMBOLIC_LINK_FLAG_DIRECTORY, FILE_NAME_NORMALIZED,
1865         FILE_NAME_OPENED, VOLUME_NAME_DOS, VOLUME_NAME_GUID, VOLUME_NAME_NONE,
1866         VOLUME_NAME_NT, FILE_BASIC_INFO, FILE_STANDARD_INFO, FILE_NAME_INFO,
1867         FILE_STREAM_INFO, FILE_COMPRESSION_INFO, FILE_ATTRIBUTE_TAG_INFO,
1868         FILE_ID_BOTH_DIR_INFO, FILE_REMOTE_PROTOCOL_INFO, FILE_INFO_BY_HANDLE_CLASS,
1869         GetFileInformationByHandleEx, GetFinalPathNameByHandleA,
1870         GetFinalPathNameByHandleW): Define.
1871
1872 2010-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1873
1874         * lib/CheckConflicts.sh: New file.
1875
1876 2010-08-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1877
1878         * lib/kernel32.def (CopyLZFile, GetExpandedNameA, GetExpandedNameW, LZClose,
1879         LZCopy, LZInit, LZOpenFileA, LZOpenFileW, LZRead, LZSeek, OpenProcessToken,
1880         OpenThreadToken, RegCloseKey, RegCreateKeyExA, RegCreateKeyExW,
1881         RegDeleteKeyExA, RegDeleteKeyExW, RegDeleteValueA, RegDeleteValueW,
1882         RegEnumKeyExA, RegEnumKeyExW, RegEnumValueA, RegEnumValueW, RegFlushKey,
1883         RegGetKeySecurity, RegLoadKeyA, RegLoadKeyW, RegNotifyChangeKeyValue,
1884         RegOpenCurrentUser, RegOpenKeyExA, RegOpenKeyExW, RegOpenUserClassesRoot,
1885         RegQueryInfoKeyA, RegQueryInfoKeyW, RegQueryValueExA, RegQueryValueExW,
1886         RegRestoreKeyA, RegRestoreKeyW, RegSetKeySecurity, RegSetValueExA,
1887         RegSetValueW, RegUnLoadKeyA, RegUnLoadKeyW, RtlCaptureStackBackTrace,
1888         RtlFillMemory, RtlMoveMemory, RtlZeroMemory, SetThreadToken): Remove
1889         conflicting definition.
1890         * lib/th32.def: Remove.
1891         * lib/ntdll.def (RtlUnwind): Remove conflicting definition.
1892         * lib/version.def (VerLanguageNameA, VerLanguageNameW): Remove conflicting
1893         definition.
1894
1895 2010-08-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1896
1897         * lib/kernel32.def (CreateProcessAsUserW): Remove definition.
1898
1899 2010-08-20  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1900
1901         * lib/kernel32.def: Regenerate using gendef on a Win7 machine.
1902
1903 2010-08-19  Corinna Vinschen  <corinna@vinschen.de>
1904
1905         * include/winnt.h: Define FILE_ATTRIBUTE_VIRTUAL.  Change
1906         FILE_ATTRIBUTE_VALID_FLAGS accordingly.
1907         * include/ddk/winddk.h: Ditto.
1908
1909 2010-08-18  Ladislav Michl  <ladis@users.sourceforge.net>
1910
1911         * include/winbase.h (SYMBOLIC_LINK_FLAG_DIRECTORY, CreateSymbolicLinkW,
1912         CreateSymbolicLinkA, CreateSymbolicLink): Define
1913
1914 2010-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1915
1916         * lib/kernel32.def(FatalExit): Correct definiton.
1917
1918 2010-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1919
1920         * include/basetyps.h (REFGUID, REFIID, REFCLSID, REFFMTID): Revert change
1921         from 2010-07-17 since it breaks several applications.
1922
1923 2010-07-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1924
1925         * lib/kernel32.def: Regenerate using gendef.
1926
1927 2010-07-20  Ozkan Sezer  <sezero@users.sourceforge.net>
1928
1929         * include/commctrl.h (LVIF_GROUPID): Fix definition.
1930
1931 2010-07-20  Michael James  <james.me@gmail.com>
1932
1933         * include/commctrl.h (LVIF_COLUMNS): Fix definition.
1934
1935 2010-07-17  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1936
1937         * include/winnt.h (HEAP_MAKE_TAG_FLAGS, VALID_INHERIT_FLAGS): Correct
1938         definition.
1939         * include/rpcndr.h (NdrUnMarshConfStringHdr, NdrUnMarshCCtxtHdl,
1940         NdrMarshSCtxtHdl): Ditto.
1941         * include/basetyps.h (REFGUID, REFIID, REFCLSID, REFFMTID): Remove macro
1942         definition in favour of typedef definition.
1943
1944         Thank you to Yuta Tomino for reporting the issues.
1945
1946 2010-07-08  Markus Koenig  <basilo@users.sourceforge.net>
1947
1948         * include/gdiplus.h: New file.
1949         * include/gdiplus/gdiplus.h: New file.
1950         * include/gdiplus/gdiplusbase.h: New file.
1951         * include/gdiplus/gdiplusbrush.h: New file.
1952         * include/gdiplus/gdipluscolor.h: New file.
1953         * include/gdiplus/gdipluscolormatrix.h: New file.
1954         * include/gdiplus/gdipluseffects.h: New file.
1955         * include/gdiplus/gdiplusenums.h: New file.
1956         * include/gdiplus/gdiplusflat.h: New file.
1957         * include/gdiplus/gdiplusgpstubs.h: New file.
1958         * include/gdiplus/gdiplusgraphics.h: New file.
1959         * include/gdiplus/gdiplusheaders.h: New file.
1960         * include/gdiplus/gdiplusimageattributes.h: New file.
1961         * include/gdiplus/gdiplusimagecodec.h: New file.
1962         * include/gdiplus/gdiplusimaging.h: New file.
1963         * include/gdiplus/gdiplusimpl.h: New file.
1964         * include/gdiplus/gdiplusinit.h: New file.
1965         * include/gdiplus/gdipluslinecaps.h: New file.
1966         * include/gdiplus/gdiplusmatrix.h: New file.
1967         * include/gdiplus/gdiplusmem.h: New file.
1968         * include/gdiplus/gdiplusmetafile.h: New file.
1969         * include/gdiplus/gdiplusmetaheader.h: New file.
1970         * include/gdiplus/gdipluspath.h: New file.
1971         * include/gdiplus/gdipluspen.h: New file.
1972         * include/gdiplus/gdipluspixelformats.h: New file.
1973         * include/gdiplus/gdiplusstringformat.h: New file.
1974         * include/gdiplus/gdiplustypes.h: New file.
1975         * lib/gdiplus.c: New file containing GDI+ variable definitions
1976         and GUIDs.
1977         * lib/gdiplus.def: New file.
1978         * lib/Makefile.in: Add gdiplus.o to EXTRA_OBJS,
1979         add gdiplus.c to SOURCES.
1980         * lib/test.c: Include gdiplus.h.
1981
1982 2010-06-28  Rick Rankin  <rrankin1424-mingw@yahoo.com>
1983
1984         * include/psapi.h (PROCESS_MEMORY_COUNTERS_EX, PERFORMANCE_INFORMATION,
1985         GetPerformanceInfo): Define.
1986         * lib/psapi.def (GetPerformanceInfo): Define.
1987         * include/wincrypt.h (CryptEnumProvidersA, CryptEnumProvidersW,
1988         CryptEnumProviders): Define.
1989
1990 2010-02-17  LRN  <lrn1986@gmail.com>
1991
1992         * include/shlguid.h (IID_IFolderView): Define.
1993         * include/shlobj.h (IFolderView interface): Define.
1994         * lib/shell32.c (IID_IFolderView): Export.
1995
1996 2010-01-26  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
1997
1998         * include/shldisp.h (AUTOCOMPLETEOPTIONS): Add version guard around
1999         ACO_WORD_FILTER and ACO_NOPREFIXFILTERING.
2000
2001 2010-01-26  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
2002
2003         * include/shldisp.h (AUTOCOMPLETEOPTIONS): Add enum.
2004
2005 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2006
2007         * include/shlobj.h (SHParseDisplayName): Fix definition.
2008
2009 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2010
2011         * include/w32api.h: Increment version to 3.14.
2012         * Makefile.in: Ditto.
2013
2014 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2015
2016         * include/shlobj.h (SHParseDisplayName): Define.
2017
2018         Thanks to James Roberts-Thomson for the report.
2019
2020 2009-20-10  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
2021
2022         * include/wingdi.h (ENHMFENUMPROC): Correct definition.
2023
2024         Thanks to Alexander Vassilev for the report.
2025
2026 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2027
2028         * include/iprtrmib.h (MIB_IPADDRROW): Correct definition.
2029
2030         Thanks to Thomas Denk for the report.
2031
2032 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2033
2034         * include/winbase.h (UnmapViewOfFile): Correct definition.
2035
2036         Thanks to Dimitry Sibiryakov for the report.
2037
2038 2009-20-10  Aleksey Chernov  <virxkane@users.sourceforge.net>
2039
2040         * include/sspi.h: Include ntsecapi.h to correct postgresql build error.
2041
2042 2009-20-10  Heiko Hund  <heiko@ist.eigentlich.net>
2043
2044         * include/commctrl.h (GetMUILanguage, InitMUILanguage): Add prototypes.
2045         * lib/comctl32.def (GetMUILanguage, InitMUILanguage): Define.
2046
2047 2009-20-10  Michael James  <james.me@gmail.com>
2048
2049         * include/wingdi.h (CLEARTYPE_QUALITY): Define.
2050         * include/winuser.h (WM_KEYLAST): Alternative definition when _WIN32_WINNT
2051         >= 0x0501.
2052         (WM_UNICHAR,UNICODE_NOCHAR): Define.
2053         * lib/comctl32.def (DefSubclassProc@16,GetWindowSubclass@16,
2054         RemoveWindowSubclass@12): Add exports.
2055         * lib/gdi32.def (GetDCBrushColor@4,GetDCPenColor@4): Add exports.
2056
2057 2009-20-10  Jarkko Sakkinen  <jarkko.sakkinen@iki.fi>
2058
2059         * include/winuser.h (WM_TOUCHMOVE, WM_TOUCHDOWN, WM_TOUCHUP,
2060         TOUCHEVENTF_DOWN, TOUCHEVENTF_INRANGE, TOUCHEVENTF_MOVE,
2061         TOUCHEVENTF_NOCOALESCE, TOUCHEVENTF_PALM, TOUCHEVENTF_PEN,
2062         TOUCHEVENTF_PRIMARY, TOUCHEVENTF_UP, TOUCHEVENTMASKF_CONTACTAREA,
2063         TOUCHEVENTMASKF_EXTRAINFO, TOUCHEVENTMASKF_TIMEFROMSYSTEM, TOUCHINPUT,
2064         CloseTouchInputHandle, GetTouchInputInfo, IsTouchWindow,
2065         RegisterTouchWindow, UnregisterTouchWindow): Define.
2066         * lib/user32.def (CloseTouchInputHandle, GetTouchInputInfo, IsTouchWindow,
2067         RegisterTouchWindow, UnregisterTouchWindow): Define.
2068
2069 2009-20-10  Dmitry Potapov  <dpotapov@users.sourceforge.net>
2070
2071         * include/winver.h (VerQueryValue[AW]): Correct definition.
2072
2073 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2074
2075         * include/shlobj.h (SHARD): Add enum.
2076         (SHARD_PATH): Define based on UNICODE.
2077
2078         Thanks to Jacek Caban for the report.
2079
2080 2009-14-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2081
2082         * include/wingdi.h (_devicemodeW, _devicemodeA): Correct definition.
2083
2084         Thanks to Bruno Martinez for the report.
2085
2086 2009-14-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2087
2088         * include/shlobj.h (IDO_SHGIOI_SHARE, IDO_SHGIOI_LINK, IDO_SHGIOI_SLOWFILE,
2089         IDO_SHGIOI_DEFAULT, SHGetIconOverlayIndexW, SHGetIconOverlayIndexA,
2090         SHGetIconOverlayIndex): Define.
2091
2092         Thanks to Tim Kosse for the report.
2093
2094 2009-13-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2095
2096         * include/wincon.h (AttachConsole): Correct guard.
2097
2098         Thanks to Alexander Shaduri for the report.
2099
2100 2009-13-09  Robert Moerland  <rjmoerland@users.sourceforge.net>
2101
2102         * include/wininet.h (NTERNET_CACHE_ENTRY_INFOW): Correct definition.
2103         (DeleteUrlCacheEntryW, DeleteUrlCacheEntryA): Define.
2104
2105 2009-13-09  Jacky Lai  <crazyjacky@users.sourceforge.net>
2106
2107         * include/winerror.h: Fix typos in macro names.
2108
2109 2009-13-09  Jan Nijtmans  <nijtmans@users.sourceforge.net>
2110
2111         * include/winuser.h (SendMessageTimeoutA, SendMessageTimeoutW): Correct
2112         definition.
2113
2114 2009-11-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2115
2116         * include/winnt.h (PROCESS_SUSPEND_RESUME): Define.
2117
2118 2009-10-29  Charles Wilson  <mingw@cwilson.fastmail.fm>
2119
2120         Honor DESTDIR for winsup/mingw and winsup/w32api.
2121         Detect and report error if installation paths are win32
2122         format, but DESTDIR is non-empty.
2123
2124         * Makefile.in (install, uninstall): Use FLAGS_TO_PASS
2125         when invoking make in subdirs.
2126         * lib/Makefile.in (DESTDIR): Honor per convention.
2127         (need-DESTDIR-compatibility): New macro; define it and a
2128         corresponding rule.
2129         (fail-DESTDIR-compatibility): New dependency goal.
2130         (install-libraries, install-headers, uninstall-libraries,
2131         uninstall-headers): Require need-DESTDIR-compatibility.
2132         * lib/ddk/Makefile.in: Ditto.
2133         * lib/directx/Makefile.in: Ditto.
2134
2135 2009-10-04  Corinna Vinschen  <corinna@vinschen.de>
2136
2137         * include/winbase.h (CreateRestrictedToken): Declare for >= Win 2000.
2138         _WIN32_WINNT >= 0x0500.
2139         (DISABLE_MAX_PRIVILEGE, SANDBOX_INERT, LUA_TOKEN,
2140         WRITE_RESTRICTED): Define.
2141         (IsTokenRestricted): Declare for >= Win 2000.
2142
2143 2009-08-30  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2144
2145         * include/wtsapi32.h (WTSQuerySessionInformationA,
2146         WTSQuerySessionInformationW, WTSQuerySessionInformation, WTSFreeMemory):
2147         Moved to (_WIN32_WINNT >= 0x0500) guard.
2148         (thanks to Pierre Ossman)
2149
2150 2009-08-09  Andy Koppe  <andy.koppe@gmail.com>
2151
2152         * include/winnls.h (IS_HIGH_SURROGATE, IS_LOW_SURROGATE,
2153         IS_SURROGATE_PAIR): Define.
2154
2155 2009-07-27  Corinna Vinschen  <corinna@vinschen.de>
2156
2157         * include/winnt.h (FILE_SUPPORTS_HARD_LINKS,
2158         FILE_SUPPORTS_EXTENDED_ATTRIBUTES, FILE_SUPPORTS_OPEN_BY_FILE_ID,
2159         FILE_SUPPORTS_USN_JOURNALS): Define.  Add comment.
2160         * include/ddk/ntifs.h: Ditto.
2161         (FILE_SEQUENTIAL_WRITE_ONCE, FILE_SUPPORTS_TRANSACTIONS): Define.
2162
2163 2009-07-21  Corinna Vinschen  <corinna@vinschen.de>
2164
2165         * lib/msimg32.def (GetDCBrushColor, GetDCPenColor): Move entry points
2166         from here...
2167         * lib/gdo32.dll: ...to here.
2168
2169 2009-07-01  Corinna Vinschen  <corinna@vinschen.de>
2170
2171         * lib/comctl32.def (StrCSpnA@8, StrCSpnIA@8, StrCSpnW@8, StrChrA@8,
2172         StrChrIA@8, StrChrIW@8, StrChrW@8, StrCmpNA@12, StrCmpNIA@12,
2173         StrCmpNIW@12, StrCmpNW@12, StrRChrA@12, StrRChrIA@12, StrRChrW@12,
2174         StrRStrIA@12, StrRStrIW@12, StrStrA@8, StrStrIA@8, StrStrIW@8,
2175         StrStrW@8, StrToIntA@4, StrToIntW@4): Remove erroneously defined
2176         entry points.
2177
2178 2009-06-24  Corinna Vinschen  <corinna@vinschen.de>
2179
2180         * include/wtsapi32.h (WTSQueryUserToken, WTSEnumerateSessionsW,
2181         WTSEnumerateSessionsA): Add function prototypes.
2182         (struct _WTS_SESSION_INFOW, struct _WTS_SESSION_INFOA): Add typedefs.
2183         (WTS_SESSION_INFO, PWTS_SESSION_INFO, WTSEnumerateSessions): Add
2184         defines dependent on UNICODE setting.
2185
2186 2009-06-07  Corinna Vinschen  <corinna@vinschen.de>
2187
2188         * include/ddk/ntapi.h: Add NtXxx equivalent to ZwXxx where missing
2189         and vice versa.
2190         * include/ddk/ntifs.h: Ditto.
2191         * include/ddk/winddk.h: Ditto.
2192         * lib/ntdll.def (NtPlugPlayControl, NtQueryInstallUILanguage,
2193         ZwPlugPlayControl, ZwQueryInstallUILanguage): Add entry points defined
2194         in header, but missing in lib.  Omit NT4-only entry points.
2195
2196 2009-05-01  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2197
2198         * include/shellapi.h (SHIL_LARGE, SHIL_SMALL, SHIL_EXTRALARGE,
2199         SHIL_SYSSMALL, SHIL_JUMBO, SHIL_LAST SHIL_JUMBO, SHGetImageList): Define.
2200         * lib/shell32.def (SHGetImageList): Define.
2201
2202 2009-02-18  Corinna Vinschen  <corinna@vinschen.de>
2203
2204         * winnt.h: Add Vista token security extensions.
2205         (SID_HASH_SIZE): Define.
2206         (TOKEN_MANDATORY_POLICY_OFF, TOKEN_MANDATORY_POLICY_NO_WRITE_UP,
2207         TOKEN_MANDATORY_POLICY_NEW_PROCESS_MIN,
2208         TOKEN_MANDATORY_POLICY_VALID_MASK): Define.
2209         (SID_HASH_ENTRY): Define.
2210         (struct _SID_AND_ATTRIBUTES_HASH): Define.
2211         (struct _TOKEN_LINKED_TOKEN): Define.
2212         (struct _TOKEN_MANDATORY_LABEL): Define.
2213         (struct _TOKEN_MANDATORY_POLICY): Define.
2214         (struct _TOKEN_ELEVATION): Define.
2215         (struct _TOKEN_ACCESS_INFORMATION): Define.
2216         (enum _TOKEN_INFORMATION_CLASS): Conditionally define new Vista token
2217         information enumeration values.
2218
2219 2009-02-09  Corinna Vinschen  <corinna@vinschen.de>
2220
2221         * include/winioctl.h (FSCTL_ALLOW_EXTENDED_DASD_IO): Copy definition
2222         from ddk/ntifs.h.
2223
2224 2009-02-06  Linton Miller  <Linton.Miller@trivininc.com>
2225
2226         * include/wtsapi32.h (WTS_CURRENT_SESSION): Fix definition.
2227
2228 2009-01-19  Corinna Vinschen  <corinna@vinschen.de>
2229
2230         * include/winbase.h (enum _DEP_SYSTEM_POLICY_TYPE): Fix version guard.
2231
2232 2009-01-11  Henry Nestler  <henry@bigfoot.de>
2233
2234         * lib/ddk/ntoskrnl.def: Enable ZwQueryEaFile, ZwSetEaFile, NtQueryEaFile,
2235         NtSetEaFile.
2236
2237 2009-01-07  Corinna Vinschen  <corinna@vinschen.de>
2238
2239         * include/winbase.h (SCS_64BIT_BINARY): Define.
2240
2241 2008-12-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2242
2243         * include/w32api.h: Increment version to 3.13.
2244         * Makefile.in: Ditto.
2245
2246 2008-12-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2247
2248         * lib/glut.def: remove.
2249         * lib/glut32.def: ditto.
2250
2251 2008-11-11  Corinna Vinschen  <corinna@vinschen.de>
2252
2253         * include/winbase.h (PROCESS_DEP_ENABLE,
2254         PROCESS_DEP_DISABLE_ATL_THUNK_EMULATION): Define for >= Vista SP1.
2255         (enum _DEP_SYSTEM_POLICY_TYPE): Ditto.
2256         (GetProcessDEPPolicy, GetSystemDEPPolicy, SetProcessDEPPolicy): Ditto.
2257
2258 2008-10-09  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2259
2260         * include/mmsystem.h (sndAlias): Correct GCC4 warning.
2261
2262 2008-10-04  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2263
2264         * include/shellapi.h (NOTIFYICON_VERSION_4): Define.
2265
2266 2008-09-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2267
2268         * include/vfw.h (capSendMessage): Rename to __capSendMessage.
2269
2270 2008-09-24  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2271
2272         * include/vfw.h (WM_CAP_SET_CALLBACK_ERRORA, WM_CAP_SET_CALLBACK_ERRORW,
2273         WM_CAP_SET_CALLBACK_STATUS, WM_CAP_SET_CALLBACK_YIELD,
2274         WM_CAP_SET_CALLBACK_FRAMEA, WM_CAP_SET_CALLBACK_FRAMEW,
2275         WM_CAP_SET_CALLBACK_VIDEOSTREAM, WM_CAP_SET_CALLBACK_WAVESTREAM,
2276         WM_CAP_GET_USER_DATA, WM_CAP_SET_USER_DATA, WM_CAP_DRIVER_CONNECT,
2277         WM_CAP_DRIVER_DISCONNECT, WM_CAP_DRIVER_GET_NAMEA, WM_CAP_DRIVER_GET_NAMEW,
2278         WM_CAP_DRIVER_GET_VERSIONA, WM_CAP_DRIVER_GET_VERSIONW,
2279         WM_CAP_DRIVER_GET_CAPS, WM_CAP_FILE_SET_CAPTURE_FILEA,
2280         WM_CAP_FILE_SET_CAPTURE_FILEW, WM_CAP_FILE_GET_CAPTURE_FILEA,
2281         WM_CAP_FILE_GET_CAPTURE_FILEW, WM_CAP_FILE_ALLOCATE, WM_CAP_FILE_SAVEASA,
2282         WM_CAP_FILE_SAVEASW, WM_CAP_FILE_SET_INFOCHUNK, WM_CAP_FILE_SAVEDIBA,
2283         WM_CAP_FILE_SAVEDIBW, WM_CAP_EDIT_COPY, WM_CAP_SET_AUDIOFORMAT,
2284         WM_CAP_GET_AUDIOFORMAT, WM_CAP_DLG_VIDEOFORMAT, WM_CAP_DLG_VIDEOSOURCE,
2285         WM_CAP_DLG_VIDEODISPLAY, WM_CAP_GET_VIDEOFORMAT, WM_CAP_SET_VIDEOFORMAT,
2286         WM_CAP_DLG_VIDEOCOMPRESSION, WM_CAP_SET_PREVIEW, WM_CAP_SET_OVERLAY,
2287         WM_CAP_SET_PREVIEWRATE, WM_CAP_SET_SCALE, WM_CAP_GET_STATUS,
2288         WM_CAP_SET_SCROLL, WM_CAP_GRAB_FRAME, WM_CAP_GRAB_FRAME_NOSTOP,
2289         WM_CAP_SEQUENCE, WM_CAP_SEQUENCE_NOFILE, WM_CAP_SET_SEQUENCE_SETUP,
2290         WM_CAP_GET_SEQUENCE_SETUP, WM_CAP_SET_MCI_DEVICEA, WM_CAP_SET_MCI_DEVICEW,
2291         WM_CAP_GET_MCI_DEVICEA, WM_CAP_GET_MCI_DEVICEW, WM_CAP_STOP, WM_CAP_ABORT,
2292         WM_CAP_SINGLE_FRAME_OPEN, WM_CAP_SINGLE_FRAME_CLOSE, WM_CAP_SINGLE_FRAME,
2293         WM_CAP_PAL_OPENA, WM_CAP_PAL_OPENW, WM_CAP_PAL_SAVEA, WM_CAP_PAL_SAVEW,
2294         WM_CAP_PAL_PASTE, WM_CAP_PAL_AUTOCREATE, WM_CAP_PAL_MANUALCREATE,
2295         WM_CAP_SET_CALLBACK_CAPCONTROL): Define using WM_USER.
2296         (capSendMessage): Don't undef.
2297
2298 2008-09-21  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2299
2300         * incude/sspi.h: include subauth.h to fix issue of UNICODE_STRING being
2301         undefined.
2302
2303 2008-09-13  mega-squall  <mega-squall@users.sf.net>
2304
2305         * include/winnt.h (SUBLANG_BENGALI_INDIA, SUBLANG_PUNJABI_INDIA,
2306         SUBLANG_ROMANIAN_ROMANIA): Correct definition.
2307         (SUBLANG_BENGALI_BANGLADESH, SUBLANG_PUNJABI_PAKISTAN,
2308         SUBLANG_ROMANIAN_MOLDOVA): Define.
2309
2310 2008-09-11  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2311
2312         * include/shlwapi.h (ASSOCSTR): Update enum.
2313
2314 2008-09-07  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2315
2316         * include/w32api.h: Increment version to 3.12.
2317         * Makefile.in: Ditto.
2318
2319 2008-09-07  Michael Hentschel  <mikeh42@users.sourceforge.net>
2320
2321         * include/shlwapi.h (STIF_DEFAULT, STIF_SUPPORT_HEX): Define.
2322
2323 2008-09-07  alsemm  <alsemm@users.sourceforge.net>
2324
2325         * include/mlang.h (IMLangFontLink2::MapFont): Fix definition.
2326
2327 2008-09-07  Danny Smith  <dannysmith@users.sourceforge.net>
2328
2329         * include/ws2tcpip.h (IPV6_MREQ): Fix typo.
2330         Thanks to Richard Hughes for report.
2331
2332 2008-09-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2333
2334         * Makefile.in: Adjust to new naming standard for MinGW while maintaining old
2335         naming standard for Cygwin.
2336
2337 2008-08-30  Bo Yang  <techrazy@users.sourceforge.net>
2338
2339         * include/sspi.h: Fix PSecurityFunctionTableW structure.
2340
2341 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2342
2343         * include/ddk/scsi.h: Define READ_TOC formats.
2344         * lib/ddk/scsiport.def (ScsiPortGetDeviceBase): Fix export.
2345
2346 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2347
2348         * include/ddk/ndis.h (NDIS_MINIPORT_MAJOR_VERSION, NDIS_MINIPORT_MINOR_VERSION,
2349         struct NDIS_TASK_OFFLOAD_HEADER, PROTOCOL_RESERVED_SIZE_IN_PACKET,
2350         NdisGetFirstBufferFromPacketSafe, NdisMIndicateReceivePacket,
2351         NdisSetPacketPoolProtocolId, NdisMInitializeTimer, NdisMSetPeriodicTimer,
2352         NdisMCancelTimer): Define.
2353         (enum NDIS_ENCAPSULATION, struct NDIS_ENCAPSULATION_FORMAT): move in file.
2354         (struct _NDIS_PACKET): Define using _ANONYMOUS_UNION and ANONYMOUS_STRUCT to
2355         eliminate warnings.
2356         (NdisReinitializePacket): Rename from NdisReinitializePacketCounts.
2357         * lib/ddk/ndis.def (NdisInitAnsiString, NdisInitUnicodeString, NdisMCancelTimer,
2358         NdisMInitializeTimer, NdisMSetPeriodicTimer, NdisSetPacketPoolProtocolId):
2359         Export.
2360
2361 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2362
2363         * include/ddk/winddk.h (RtlStringCbCopyA, RtlStringCbPrintfA,
2364         RtlStringCbVPrintfA): define in terms of POSIX string functions.
2365
2366 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2367
2368         * include/ddk/winddk.h (KeRaiseIrql): Define.
2369         (KfRaiseIrql, KfLowerIrql): remove incorrect definitions.
2370
2371 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2372
2373         * include/ddk/winddk.h (KeFlushQueuedDpcs, KeMemoryBarrier): Define.
2374         (KeGetCurrentProcessorNumber): Fix incorrect member reference.
2375         (InterlockedIncrement, InterlockedDecrement): fix warning.
2376         * lib/ddk/ntoskrnl.def (KeFlushQueuedDpcs, KeMemoryBarrier): Export.
2377         (KeNumberProcessors): Export.
2378
2379 2008-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2380
2381         * include/shlwapi.h (ASSOCF_INIT_NOREMAPCLSID, ASSOCF_INIT_BYEXENAME,
2382         ASSOCF_OPEN_BYEXENAME, ASSOCF_INIT_DEFAULTTOSTAR,
2383         ASSOCF_INIT_DEFAULTTOFOLDER, ASSOCF_NOUSERSETTINGS, ASSOCF_NOTRUNCATE,
2384         ASSOCF_VERIFY, ASSOCF_REMAPRUNDLL, ASSOCF_NOFIXUPS, ASSOCF_IGNOREBASECLASS,
2385         ASSOCF_INIT_IGNOREUNKNOWN): Define.
2386
2387 2008-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2388
2389         * include/commctrl.h (LVN_MARQUEEBEGIN): Define.
2390
2391         Thanks to Tim Kosse <botg at users dot sf dot net>.
2392
2393 2008-08-22  Bo Yang  <techrazy@users.sourceforge.net>
2394
2395         * include/winnt.h (OWNER_SECURITY_INFORMATION, GROUP_SECURITY_INFORMATION,
2396         DACL_SECURITY_INFORMATION, SACL_SECURITY_INFORMATION): Correct.
2397         * include/winnt.h (OWNER_SECURITY_INFORMATION, GROUP_SECURITY_INFORMATION,
2398         DACL_SECURITY_INFORMATION, SACL_SECURITY_INFORMATION,
2399         LABEL_SECURITY_INFORMATION, UNPROTECTED_SACL_SECURITY_INFORMATION,
2400         UNPROTECTED_DACL_SECURITY_INFORMATION, PROTECTED_SACL_SECURITY_INFORMATION,
2401         PROTECTED_DACL_SECURITY_INFORMATION): Define.
2402
2403 2008-08-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2404
2405         * include/wtsapi32.h (_WTS_INFO_CLASS, _WTS_CONNECTSTATE_CLASS,
2406         WTSQuerySessionInformation, WTSFreeMemory): Define.
2407
2408 2008-07-25  Bo Yang  <techrazy@users.sourceforge.net>
2409
2410         * lib/gdi32.def (SetLayout): Export.
2411
2412 2008-07-25  Bo Yang  <techrazy@users.sourceforge.net>
2413
2414         * include/wincrypt.h (struct _CRYPT_KEY_PROV_PARAM,
2415         struct _CRYPT_KEY_PROV_INFO, CertGetCertificateContextProperty,
2416         CryptEnumKeyIdentifierProperties, CryptAcquireCertificatePrivateKey,
2417         CertCreateCertificateContext, CryptGetKeyIdentifierProperty,
2418         CertSetCertificateContextProperty, CertCompareCertificateName,
2419         CryptSetKeyIdentifierProperty, CertOIDToAlgId, CryptGetDefaultProviderA,
2420         CryptGetDefaultProviderW and many corresponding macroes): Define.
2421         * lib/crypt32.def (Export the above 11 functions): Export.
2422         * include/winerror.h (CRYPT_E_NOT_FOUND and other crypt related
2423         macroes): Define.
2424
2425
2426 2008-07-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2427
2428         * include/winuser.h (MENUGETOBJECTINFO, MNGO_NOINTERFACE, MNGO_NOERROR,
2429         MNGOF_TOPGAP, MNGOF_BOTTOMGAP): Define.
2430
2431 2008-07-24  techrazy  <techrazy@users.sourceforge.net>
2432
2433         * include/wingdi.h (OUT_PS_ONLY_PRECIS): Define.
2434
2435 2008-07-24  Corinna Vinschen  <corinna@vinschen.de>
2436
2437         * include/lmaccess.h (struct _USER_INFO_4): Define.
2438         (struct _USER_INFO_23): Define.
2439         (struct _GROUP_INFO_3): Define.
2440
2441 2008-07-14  Corinna Vinschen  <corinna@vinschen.de>
2442
2443         * include/iphlpapi.h (GetExtendedTcpTable): Add prototype.
2444         * include/iprtrmib.h (TCP_TABLE_CLASS, MIB_TCPROW_OWNER_PID,
2445         MIB_TCPTABLE_OWNER_PID, MIB_TCP6ROW_OWNER_PID,
2446         MIB_TCP6TABLE_OWNER_PID): Define.
2447         * lib/iphlpapi.def (GetExtendedTcpTable): Export.
2448
2449 2008-06-25  Brandon Sneed  <nivenh@sourceware.org>
2450
2451         * include/winbase.h (GetProcessHandleCount, GetSystemRegistryQuota,
2452         GetThreadIOPendingFlag): Modified to rely on _WIN32_WINNT 0x0501 instead
2453         of 0x0502.
2454         Bug reported by Thomas Denk.
2455
2456 2008-06-25  Brandon Sneed  <nivenh@sourceware.org>
2457
2458         * include/winbase.h (InterlockedIncrement, InterlockedDecrement,
2459         InterlockedCompareExchange, InterlockedExchange,
2460         InterlockedCompareExchangePointer, InterlockedExchangeAdd,
2461         InterlockedExchangePointer): Modified from PLONG to LONG volatile *.
2462         Bug reported by Erik Blake.
2463
2464 2008-06-20  Danny Smith  <dannysmith@users.sourceforge.net>
2465
2466         * lib/ddk/hal.def (HalTranslateBusAddress): Correct suffix.
2467         * lib/ddk/ntoskrnl.def (MmAllocateContiguousMemory): Correct suffix.
2468         Bug reported by Brian Hawley.
2469
2470 2008-06-17  Corinna Vinschen  <corinna@vinschen.de>
2471
2472         * include/dsgetdc.h (DS_FORCE_REDISCOVERY, DS_FORCE_REDISCOVERY,
2473         DS_DIRECTORY_SERVICE_REQUIRED, DS_DIRECTORY_SERVICE_PREFERRED,
2474         DS_GC_SERVER_REQUIRED, DS_PDC_REQUIRED, DS_BACKGROUND_ONLY,
2475         DS_IP_REQUIRED, DS_KDC_REQUIRED, DS_TIMESERV_REQUIRED,
2476         DS_WRITABLE_REQUIRED, DS_GOOD_TIMESERV_PREFERRED, DS_AVOID_SELF,
2477         DS_ONLY_LDAP_NEEDED, DS_IS_FLAT_NAME, DS_IS_DNS_NAME,
2478         DS_RETURN_DNS_NAME, DS_RETURN_FLAT_NAME): Define.
2479         (DsGetDcNameW, DsGetDcNameA): Declare.
2480         (DsGetDcName): Define.
2481         * lib/netapi32.def (DsGetDcNameA, DsGetDcNameW): Export.
2482
2483 2008-05-28  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2484
2485         * include/commctrl.h (NMLVODSTATECHANGE): Define.
2486
2487         Thanks to Tim Kosse <botg at users dot sf dot net>.
2488
2489 2008-05-28  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2490
2491         * include/winnt.h (SUBLANG_TIBETAN_BHUTAN): Fix definition.
2492
2493         Thanks to Nicola Di Nisio <nicoladinisio at users dot sf dot net>.
2494
2495 2008-05-15  Corinna Vinschen  <corinna@vinschen.de>
2496
2497         * include/winnt.h (FILE_SEQUENTIAL_WRITE_ONCE): Define.
2498         (FILE_SUPPORTS_TRANSACTIONS): Define.
2499
2500 2008-05-01  Bart Oldeman  <bartoldeman@users.sf.net>
2501
2502         * include/winuser.h (DEVICE_NOTIFY_WINDOW_HANDLE,
2503         DEVICE_NOTIFY_SERVICE_HANDLE): remove duplicate definition.
2504
2505 2008-05-02  Ramiro Polla  <ramiro@lisha.ufsc.br>
2506
2507         * include/vfw.h (WM_CAP_SET_CALLBACK_ERRORA, WM_CAP_SET_CALLBACK_ERRORW,
2508         WM_CAP_SET_CALLBACK_STATUS, WM_CAP_SET_CALLBACK_YIELD,
2509         WM_CAP_SET_CALLBACK_FRAMEA, WM_CAP_SET_CALLBACK_FRAMEW,
2510         WM_CAP_SET_CALLBACK_VIDEOSTREAM, WM_CAP_SET_CALLBACK_WAVESTREAM,
2511         WM_CAP_GET_USER_DATA, WM_CAP_SET_USER_DATA, WM_CAP_DRIVER_CONNECT,
2512         WM_CAP_DRIVER_DISCONNECT, WM_CAP_DRIVER_GET_NAMEA, WM_CAP_DRIVER_GET_NAMEW,
2513         WM_CAP_DRIVER_GET_VERSIONA, WM_CAP_DRIVER_GET_VERSIONW,
2514         WM_CAP_DRIVER_GET_CAPS, WM_CAP_FILE_SET_CAPTURE_FILEA,
2515         WM_CAP_FILE_SET_CAPTURE_FILEW, WM_CAP_FILE_GET_CAPTURE_FILEA,
2516         WM_CAP_FILE_GET_CAPTURE_FILEW, WM_CAP_FILE_ALLOCATE, WM_CAP_FILE_SAVEASA,
2517         WM_CAP_FILE_SAVEASW, WM_CAP_FILE_SET_INFOCHUNK, WM_CAP_FILE_SAVEDIBA,
2518         WM_CAP_FILE_SAVEDIBW, WM_CAP_EDIT_COPY, WM_CAP_SET_AUDIOFORMAT,
2519         WM_CAP_GET_AUDIOFORMAT, WM_CAP_DLG_VIDEOFORMAT, WM_CAP_DLG_VIDEOSOURCE,
2520         WM_CAP_DLG_VIDEODISPLAY, WM_CAP_GET_VIDEOFORMAT, WM_CAP_SET_VIDEOFORMAT,
2521         WM_CAP_DLG_VIDEOCOMPRESSION, WM_CAP_SET_PREVIEW, WM_CAP_SET_OVERLAY,
2522         WM_CAP_SET_PREVIEWRATE, WM_CAP_SET_SCALE, WM_CAP_GET_STATUS,
2523         WM_CAP_SET_SCROLL, WM_CAP_GRAB_FRAME, WM_CAP_GRAB_FRAME_NOSTOP,
2524         WM_CAP_SEQUENCE, WM_CAP_SEQUENCE_NOFILE, WM_CAP_SET_SEQUENCE_SETUP,
2525         WM_CAP_GET_SEQUENCE_SETUP, WM_CAP_SET_MCI_DEVICEA, WM_CAP_SET_MCI_DEVICEW,
2526         WM_CAP_GET_MCI_DEVICEA, WM_CAP_GET_MCI_DEVICEW, WM_CAP_STOP, WM_CAP_ABORT,
2527         WM_CAP_SINGLE_FRAME_OPEN, WM_CAP_SINGLE_FRAME_CLOSE, WM_CAP_SINGLE_FRAME,
2528         WM_CAP_PAL_OPENA, WM_CAP_PAL_OPENW, WM_CAP_PAL_SAVEA, WM_CAP_PAL_SAVEW,
2529         WM_CAP_PAL_PASTE, WM_CAP_PAL_AUTOCREATE, WM_CAP_PAL_MANUALCREATE,
2530         WM_CAP_SET_CALLBACK_CAPCONTROL, WM_CAP_SET_CALLBACK_ERROR,
2531         WM_CAP_SET_CALLBACK_FRAME, WM_CAP_DRIVER_GET_NAME,
2532         WM_CAP_DRIVER_GET_VERSION, WM_CAP_FILE_SET_CAPTURE_FILE,
2533         WM_CAP_FILE_GET_CAPTURE_FILE, WM_CAP_FILE_SAVEAS, WM_CAP_FILE_SAVEDIB,
2534         WM_CAP_SET_MCI_DEVICE, WM_CAP_GET_MCI_DEVICE, WM_CAP_PAL_OPEN,
2535         WM_CAP_PAL_SAVE, capSetCallbackOnError, capSetCallbackOnStatus,
2536         capSetCallbackOnYield, capSetCallbackOnFrame, capSetCallbackOnVideoStream,
2537         capSetCallbackOnWaveStream, capGetUserData, capSetUserData,
2538         capDriverConnect, capDriverDisconnect, capDriverGetName,
2539         capDriverGetVersion, capDriverGetCaps, capFileSetCaptureFile,
2540         capFileGetCaptureFile, capFileAlloc, capFileSaveAs, capFileSetInfoChunk,
2541         capFileSaveDIB, capEditCopy, capSetAudioFormat, capGetAudioFormat,
2542         capGetAudioFormatSize, capDlgVideoFormat, capDlgVideoSource,
2543         capDlgVideoDisplay, capGetVideoFormat, capGetVideoFormatSize,
2544         capSetVideoFormat, capDlgVideoCompression, capPreview, capOverlay,
2545         capPreviewRate, capPreviewScale, capGetStatus, capSetScrollPos,
2546         capGrabFrame, capGrabFrameNoStop, capCaptureSequence,
2547         capCaptureSequenceNoFile, capCaptureSetSetup, capCaptureGetSetup,
2548         capSetMCIDeviceName, capGetMCIDeviceName, capCaptureStop, capCaptureAbort,
2549         capCaptureSingleFrameOpen, capCaptureSingleFrameClose,
2550         capCaptureSingleFrame, capPaletteOpen, capPaletteSave, capPalettePaste,
2551         capPaletteAuto, capPaletteManual, capSetCallbackOnCapControl): Define.
2552         (CAPDRIVERCAPS, *LPCAPDRIVERCAPS, CAPINFOCHUNK, *LPCAPINFOCHUNK, CAPSTATUS,
2553         *LPCAPSTATUS, CAPTUREPARMS, *LPCAPTUREPARMS, VIDEOHDR, *LPVIDEOHDR): typedef.
2554
2555 2008-04-26  Yuval  <uvman@users.sourceforge.net>
2556
2557         * include/ntsecpkg.h (SECPKG_STATE_ENCRYPTION_PERMITTED,
2558         SECPKG_STATE_STRONG_ENCRYPTION_PERMITTED, SECPKG_STATE_DOMAIN_CONTROLLER,
2559         SECPKG_STATE_WORKSTATION, SECPKG_STATE_STANDALONE,
2560         LSA_TOKEN_INFORMATION_TYPE, SECPKG_EXTENDED_INFORMATION_CLASS,
2561         SECPKG_NAME_TYPE, SECPKG_PRIMARY_CRED, SECPKG_SUPPLEMENTAL_CRED,
2562         SECPKG_SUPPLEMENTAL_CRED_ARRAY, SECPKG_PARAMETERS,
2563         SECPKG_EVENT_DOMAIN_CHANGE, SECPKG_CLIENT_INFO, SecurityUserData,
2564         SECPKG_GSS_INFO, SECPKG_CONTEXT_THUNKS, SECPKG_MUTUAL_AUTH_LEVEL,
2565         SECPKG_CALL_INFO, SECPKG_EXTENDED_INFORMATION, PLSA_CALLBACK_FUNCTION,
2566         *PLSA_CLIENT_REQUEST, LSA_SEC_HANDLE, SEC_THREAD_START, SEC_ATTRS,
2567         *PLSA_REGISTER_CALLBACK, *PLSA_CREATE_LOGON_SESSION,
2568         *PLSA_DELETE_LOGON_SESSION, *PLSA_ADD_CREDENTIAL, *PLSA_GET_CREDENTIALS,
2569         *PLSA_DELETE_CREDENTIAL, *PLSA_ALLOCATE_LSA_HEAP, *PLSA_FREE_LSA_HEAP,
2570         *PLSA_ALLOCATE_CLIENT_BUFFER, *PLSA_FREE_CLIENT_BUFFER,
2571         *PLSA_COPY_TO_CLIENT_BUFFER, *PLSA_COPY_FROM_CLIENT_BUFFER,
2572         *PLSA_IMPERSONATE_CLIENT, *PLSA_UNLOAD_PACKAGE, *PLSA_DUPLICATE_HANDLE,
2573         *PLSA_SAVE_SUPPLEMENTAL_CREDENTIALS, *PLSA_CREATE_THREAD,
2574         *PLSA_GET_CLIENT_INFO, *PLSA_REGISTER_NOTIFICATION,
2575         *PLSA_CANCEL_NOTIFICATION, *PLSA_MAP_BUFFER, *PLSA_CREATE_TOKEN,
2576         *PLSA_AUDIT_LOGON, *PLSA_CALL_PACKAGE, *PLSA_FREE_LSA_HEAP,
2577         *PLSA_GET_CALL_INFO, *PLSA_CALL_PACKAGEEX, *PLSA_CREATE_SHARED_MEMORY,
2578         *PLSA_ALLOCATE_SHARED_MEMORY, *PLSA_FREE_SHARED_MEMORY,
2579         *PLSA_DELETE_SHARED_MEMORY, *PLSA_OPEN_SAM_USER, *PLSA_GET_USER_CREDENTIALS,
2580         *PLSA_GET_USER_AUTH_DATA, *PLSA_CLOSE_SAM_USER,
2581         *PLSA_CONVERT_AUTH_DATA_TO_TOKEN, *PLSA_CLIENT_CALLBACK,
2582         *PLSA_UPDATE_PRIMARY_CREDENTIALS, *PLSA_GET_AUTH_DATA_FOR_USER,
2583         *PLSA_CRACK_SINGLE_NAME, *PLSA_AUDIT_ACCOUNT_LOGON,
2584         *PLSA_CALL_PACKAGE_PASSTHROUGH, SECPKG_DLL_FUNCTIONS, LSA_DISPATCH_TABLE,
2585         LSA_SECPKG_FUNCTION_TABLE, *PLSA_AP_INITIALIZE_PACKAGE, *PLSA_AP_LOGON_USER,
2586         *PLSA_AP_CALL_PACKAGE, *PLSA_AP_LOGON_TERMINATED,
2587         *PLSA_AP_CALL_PACKAGE_UNTRUSTED, *PLSA_AP_CALL_PACKAGE_PASSTHROUGH,
2588         *PLSA_AP_LOGON_USER_EX, *PLSA_AP_LOGON_USER_EX2, SpInitializeFn,
2589         SpShutDownFn, SpGetInfoFn, SpAcceptCredentialsFn,
2590         SpAcquireCredentialsHandleFn, SpQueryCredentialsAttributesFn,
2591         SpFreeCredentialsHandleFn, SpSaveCredentialsFn, SpGetCredentialsFn,
2592         SpDeleteCredentialsFn, SpInitLsaModeContextFn, SpAcceptLsaModeContextFn,
2593         SpDeleteContextFn, SpApplyControlTokenFn, SpGetUserInfoFn,
2594         SpGetExtendedInformationFn, SpQueryContextAttributesFn, SpAddCredentialsFn,
2595         SpSetExtendedInformationFn, SpInstanceInitFn, SpInitUserModeContextFn,
2596         SpMakeSignatureFn, SpVerifySignatureFn, SpSealMessageFn, SpUnsealMessageFn,
2597         SpGetContextTokenFn, SpCompleteAuthTokenFn, SpFormatCredentialsFn,
2598         SpMarshallSupplementalCredsFn, SpExportSecurityContextFn,
2599         SpImportSecurityContextFn, SECPKG_FUNCTION_TABLE,
2600         SECPKG_USER_FUNCTION_TABLE, *SpLsaModeInitializeFn,
2601         *SpUserModeInitializeFn): Define.
2602         * include/sspi.h (SECURITY_STRING): Define.
2603
2604 2008-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
2605
2606         * include/specstrings.h: Add more dummy defines.
2607
2608 2008-04-22  Corinna Vinschen  <corinna@vinschen.de>
2609
2610         * include/winnt.h (SECURITY_MANDATORY_LABEL_AUTHORITY): Define.
2611         (SECURITY_MANDATORY_UNTRUSTED_RID): Define.
2612         (SECURITY_MANDATORY_LOW_RID): Define.
2613         (SECURITY_MANDATORY_MEDIUM_RID): Define.
2614         (SECURITY_MANDATORY_HIGH_RID): Define.
2615         (SECURITY_MANDATORY_SYSTEM_RID): Define.
2616         (SECURITY_MANDATORY_PROTECTED_PROCESS_RID): Define.
2617         (SECURITY_MANDATORY_MAXIMUM_USER_RID): Define.
2618         (SE_GROUP_INTEGRITY): Define.
2619         (SE_GROUP_INTEGRITY_ENABLED): Define.
2620
2621 2008-04-11  Corinna Vinschen  <corinna@vinschen.de>
2622
2623         * include/sddl.h (ConvertStringSidToSidA): Declare.
2624         (ConvertStringSidToSidW): Declare.
2625         (ConvertStringSidToSid): Define.
2626
2627 2008-03-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2628
2629         * include/mprapi.h: Add guard for MprAdminAcceptReauthentication function
2630         and MPR_INTERFACE_3 structure since they are available only in Windows
2631         Server 2008
2632
2633         Thanks to crackedmind  <crackedmind at sf dot net>.
2634
2635 2008-02-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2636
2637         * include/winnt.h: Update guard around KEY_WOW64_64KEY and KEY_WOW64_32KEY
2638         definitions.
2639         * include/winreg.h (KEY_WOW64_64KEY, KEY_WOW64_32KEY): Remove.
2640
2641 2008-02-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2642
2643         * include/winnt.h (KEY_WOW64_64KEY, KEY_WOW64_32KEY): Define.
2644
2645 2008-02-02  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2646
2647         * include/specstrings.h (IN, OUT, OPTIONAL): Remove.
2648         * include/windef.h (IN, OUT, OPTIONAL): Define.
2649
2650 2008-02-02  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2651
2652         * include/specstrings.h: new file, move pseudo modifiers from windef.h.
2653         * include/windef.h (__in, __inout, __in_opt, __in_bcound, __in_ecount,
2654         __out, __out_ecount_part, __struct_bcount, __field_ecount_opt,
2655         __out_bcount_opt): Move to specstrings.h.
2656
2657 2008-01-30  Brandon Sneed  <nivenh@sourceware.org>
2658
2659         * lib/bthprops.def: new file, bluetooth imports.
2660
2661 2008-01-30  Brandon Sneed  <nivenh@sourceware.org>
2662
2663         * include/windef.h (__in, __inout, __in_opt, __in_bcound, __in_ecount,
2664         __out, __out_ecount_part, __struct_bcount, __field_ecount_opt,
2665         __out_bcount_opt): Defined additional pseudo-modifiers.
2666
2667 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2668         * include/ras.h (RAS_MaxDnsSuffix): corrected typo, was RAX_MaxDnsSuffix.
2669         (RASENTRYA, RASENTRYW): Added members (dwfOptions2, dwfOptions3, szDnsSuffix,
2670         dwTcpWindowSize, szPrerequisitePbk, szPrerequisiteEntry, dwRedialCount,
2671         dwRedialPause.
2672
2673 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2674
2675         * include/winnt.h (SYSTEM_POWER_CONDITION): typedef.
2676         * include/winuser.h (PBT_POWERSETTINGCHANGE, DEVICE_NOTIFY_WINDOW_HANDLE,
2677         DEVICE_NOTIFY_SERVICE_HANDLE): define.
2678         * include/winuser.h (LPCGUID, HPOWERNOTIFY, POWERBROADCAST_SETTING): typedefs.
2679         * include/winuser.h (GUID_POWERSCHEME_PERSONALITY, GUID_MIN_POWER_SAVINGS,
2680         GUID_MAX_POWER_SAVINGS, GUID_TYPICAL_POWER_SAVINGS, GUID_ACDC_POWER_SOURCE,
2681         GUID_BATTERY_PERCENTAGE_REMAINING, GUID_IDLE_BACKGROUND_TASK,
2682         GUID_SYSTEM_AWAYMODE, GUID_MONITOR_POWER_ON): added externs for GUIDs.
2683         * include/winuser.h (RegisterPowerSettingNotification,
2684         UnregisterPowerSettingNotification): Add prototypes.
2685         * lib/user32.def: Added imports for the above prototypes.
2686         * lib/Makefile.in: Added build support for power-uuid.c.
2687         * lib/power-uuid.c: New file containing power GUID definitions.
2688
2689 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2690
2691         * include/ras.h (RAS_MaxDnsSuffix): define.
2692
2693 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2694
2695         * include/psapi.h (GetProcessImageFileNameA, GetProcessImageFileNameW):
2696         Add prototypes.
2697         * lib/psapi.def (GetProcessImageFileNameA@12, GetProcessImageFileNameW@12):
2698         Add exports.
2699
2700 2007-12-27  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2701
2702         * include/w32api.h: Increment version to 3.11.
2703         * Makefile.in: Ditto.
2704
2705 2007-12-11  Dave Korn  <dave.korn@artimi.com>
2706
2707         * include/wincrypt.h (PCRYPT_DECODE_PARA):  Add missing typedef.
2708         (CERT_POLICY_MAPPINGS_INFO):  Move before CERT_POLICY_MAPPING.
2709
2710 2007-12-03  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2711
2712         * include/wingdi.h: Change WINVER guard to _WIN32_WINNT.
2713
2714 2007-12-03  techrazy  <techrazy@users.sourceforge.net>
2715
2716         * include/wingdi.h (NTM_NONNEGATIVE_AC, NTM_PS_OPENTYPE, NTM_TT_OPENTYPE,
2717         NTM_MULTIPLEMASTER, NTM_TYPE1, NTM_DSIG): define.
2718
2719 2007-11-21  Kevin Conaway  <kevin_conaway@users.sourceforge.net>
2720
2721         * include/wincrypt.h (CryptProtectData, CryptUnprotectData): define.
2722
2723 2007-11-21  elsapo  <elsapo@users.sourceforge.net>
2724
2725         * include/wincrypt.h (CERT_NAME_STR_COMMA_FLAG,
2726         CERT_NAME_STR_DISABLE_IE4_UTF8_FLAG, CERT_NAME_STR_ENABLE_UTF8_UNICODE_FLAG,
2727         CMC_ADD_ATTRIBUTES, CMC_ADD_EXTENSIONS, X509_CERT_PAIR,
2728         X509_CERTIFICATE_TEMPLATE, X509_CROSS_CERT_DIST_POINTS, CMC_DATA,
2729         X509_NAME_CONSTRAINTS, X509_POLICY_CONSTRAINTS, X509_POLICY_MAPPINGS,
2730         CMC_RESPONSE, CMC_STATUS, X509_ALGORITHM_IDENTIFIER, X509_ALTERNATE_NAME,
2731         PKCS_ATTRIBUTE, X509_AUTHORITY_INFO_ACCESS, X509_AUTHORITY_KEY_ID,
2732         X509_AUTHORITY_KEY_ID2, szOID_BASIC_CONSTRAINTS, X509_BASIC_CONSTRAINTS2,
2733         X509_BIOMETRIC_EXT, X509_BITS, X509_CERT, X509_CERT_CRL_TO_BE_SIGNED,
2734         X509_CERT_POLICIES, X509_CERT_REQUEST_TO_BE_SIGNED, X509_CERT_TO_BE_SIGNED,
2735         X509_CHOICE_OF_TIME, PKCS_CONTENT_INFO, PKCS_CONTENT_INFO_SEQUENCE_OF_ANY,
2736         X509_CRL_DIST_POINTS, RSA_CSP_PUBLICKEYBLOB, PKCS_CTL, X509_DSS_PARAMETERS,
2737         X509_DSS_SIGNATURE, X509_ECC_SIGNATURE, X509_ENHANCED_KEY_USAGE,
2738         X509_ENUMERATED, X509_EXTENSIONS, X509_INTEGER, X509_ISSUING_DIST_POINT,
2739         X509_KEY_ATTRIBUTES, X509_KEY_USAGE, X509_KEY_USAGE_RESTRICTION,
2740         X509_KEYGEN_REQUEST_TO_BE_SIGNED, X509_LOGOTYPE_EXT,
2741         X509_MULTI_BYTE_INTEGER, X509_MULTI_BYTE_UINT, X509_NAME, X509_NAME_VALUE,
2742         X509_OBJECT_IDENTIFIER, X509_OCTET_STRING, X509_PUBLIC_KEY_INFO,
2743         PKCS_RC2_CBC_PARAMETERS, CNG_RSA_PUBLIC_KEY_BLOB,
2744         PKCS_RSA_SSA_PSS_PARAMETERS, PKCS_RSAES_OAEP_PARAMETERS,
2745         ECC_CMS_SHARED_INFO, X509_SEQUENCE_OF_ANY, PKCS7_SIGNER_INFO,
2746         CMS_SIGNER_INFO, PKCS_SMIME_CAPABILITIES, PKCS_TIME_REQUEST,
2747         X509_UNICODE_NAME, X509_UNICODE_NAME_VALUE, PKCS_UTC_TIME,
2748         OCSP_SIGNED_REQUEST, OCSP_REQUEST, OCSP_RESPONSE,
2749         OCSP_BASIC_SIGNED_RESPONSE, OCSP_BASIC_RESPONSE, CRL_REASON_UNSPECIFIED,
2750         CRL_REASON_KEY_COMPROMISE, CRL_REASON_CA_COMPROMISE,
2751         CRL_REASON_AFFILIATION_CHANGED, CRL_REASON_SUPERSEDED,
2752         CRL_REASON_CESSATION_OF_OPERATION, CRL_REASON_CERTIFICATE_HOLD,
2753         CRL_REASON_REMOVE_FROM_CRL, CRYPT_ENCODE_ALLOC_FLAG,
2754         CRYPT_UNICODE_NAME_ENCODE_DISABLE_CHECK_TYPE_FLAG,
2755         CRYPT_UNICODE_NAME_ENCODE_ENABLE_T61_UNICODE_FLAG,
2756         CRYPT_UNICODE_NAME_ENCODE_ENABLE_UTF8_UNICODE_FLAG,
2757         CRYPT_UNICODE_NAME_ENCODE_FORCE_UTF8_UNICODE_FLAG,
2758         szOID_APPLICATION_CERT_POLICIES, szOID_APPLICATION_POLICY_CONSTRAINTS,
2759         szOID_APPLICATION_POLICY_MAPPINGS, szOID_AUTHORITY_INFO_ACCESS,
2760         szOID_AUTHORITY_KEY_IDENTIFIER, szOID_AUTHORITY_KEY_IDENTIFIER2,
2761         X509_BASIC_CONSTRAINTS, szOID_BIOMETRIC_EXT, szOID_CERT_EXTENSIONS,
2762         szOID_CERT_POLICIES, szOID_CERTIFICATE_TEMPLATE, szOID_CRL_NUMBER,
2763         szOID_CROSS_CERT_DIST_POINTS, szOID_DELTA_CRL_INDICATOR,
2764         szOID_ENROLLMENT_NAME_VALUE_PAIR, szOID_FRESHEST_CRL,
2765         szOID_ISSUING_DIST_POINT, szOID_NAME_CONSTRAINTS, szOID_CRL_DIST_POINTS,
2766         szOID_CRL_REASON_CODE, szOID_CRL_VIRTUAL_BASE, szOID_ECC_PUBLIC_KEY,
2767         szOID_ECDSA_SPECIFIED, szOID_ENHANCED_KEY_USAGE, szOID_ISSUER_ALT_NAME,
2768         szOID_ISSUER_ALT_NAME2, szOID_KEY_ATTRIBUTES, szOID_KEY_USAGE,
2769         szOID_KEY_USAGE_RESTRICTION, szOID_LOGOTYPE_EXT, szOID_POLICY_CONSTRAINTS,
2770         szOID_POLICY_MAPPINGS, szOID_RSA_SSA_PSS, szOID_RSAES_OAEP,
2771         szOID_SUBJECT_ALT_NAME, szOID_SUBJECT_ALT_NAME2,
2772         szOID_SUBJECT_KEY_IDENTIFIER, CMC_ADD_ATTRIBUTES_INFO,
2773         PCMC_ADD_ATTRIBUTES_INFO, CMC_ADD_EXTENSIONS_INFO, PCMC_ADD_EXTENSIONS_INFO,
2774         CERT_ALT_NAME_ENTRY, PCERT_ALT_NAME_ENTRY, CERT_ALT_NAME_INFO,
2775         PCERT_ALT_NAME_INFO, CERT_NAME_VALUE, PCERT_NAME_VALUE,
2776         CERT_POLICY_QUALIFIER_INFO, PCERT_POLICY_QUALIFIER_INFO,
2777         CERT_POLICY_CONSTRAINTS_INFO, PCERT_POLICY_CONSTRAINTS_INFO,
2778         CERT_POLICY_MAPPINGS_INFO, PCERT_POLICY_MAPPINGS_INFO, CERT_POLICY_MAPPING,
2779         PCERT_POLICY_MAPPING, CryptDecodeObjectEx, CryptEncodeObject,
2780         CryptEncodeObjectEx): define.
2781
2782 2007-11-21  Brian Dessent  <dessent@users.sourceforge.net>
2783
2784         * include/winbase.h (CheckTokenMembership): define.
2785
2786 2007-10-03  Jiri Malak  <Jiri.Malak@iol.cz>
2787
2788         * include/rpcndr.h: Missing NdrClientCall2 entry.
2789         * lib/rpcrt4.def: Ditto.
2790
2791 2007-10-03  Frank Fesevur  <ffes@users.sourceforge.net>
2792         * lib/scnsave.c: Multi-monitor support.
2793
2794 2007-08-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2795
2796         * include/w32api.h: Increment version to 3.10.
2797         * Makefile.in: Ditto.
2798
2799 2007-08-02  Corinna Vinschen  <corinna@vinschen.de>
2800
2801         * include/winbase.h (ReOpenFile): Add prototype.
2802         * lib/kernel32.def (ReOpenFile@16): Add export.
2803
2804 2007-07-31  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2805
2806         * include/wtsapi32.h (WTS_CURRENT_SESSION, WTSDisconnectSession): Define.
2807
2808 2007-7-30  Martijn Wargers  <martijnw22@users.sourceforge.net>
2809
2810         * include/wingdi.h (GetTextExtentExPointI): Add prototype.
2811         * lib/gdi32.def (GetTextExtentExPointI@28): Add export.
2812
2813 2007-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
2814
2815         * include/wtypes.h (LPDECIMAL): Define.
2816         (DECIMAL_NEG, DECIMAL_SETZERO): Move definitions.
2817
2818 2007-07-18  Corinna Vinschen  <corinna@vinschen.de>
2819
2820         * include/winnt.h (SE_TRUSTED_CREDMAN_ACCESS_NAME): Define.
2821
2822 2007-07-17  Corinna Vinschen  <corinna@vinschen.de>
2823
2824         * include/winnt.h (FILE_READ_ONLY_VOLUME): Define.
2825         * include/ddk/ntifs.h (FILE_READ_ONLY_VOLUME): Define.
2826
2827 2007-07-12  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2828
2829         * include/winuser.h (FE_FONTSMOOTHINGSTANDARD, FE_FONTSMOOTHINGCLEARTYPE):
2830         Define.
2831
2832 2007-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
2833
2834         * include/pbt.h (PBT_APMRESUMEAUTOMATIC) Define.
2835         * include/winuser.h: (PBT_APMQUERYSUSPEND, PBT_APMQUERYSTANDBY,
2836         PBT_APMQUERYSUSPENDFAILED, PBT_APMQUERYSTANDBYFAILED,
2837         PBT_APMSUSPEND, PBT_APMSTANDBY, PBT_APMRESUMECRITICAL,
2838         PBT_APMRESUMESUSPEND, PBT_APMRESUMESTANDBY, PBT_APMBATTERYLOW,
2839         PBT_APMPOWERSTATUSCHANGE, PBT_APMOEMEVENT, PBT_APMRESUMEAUTOMATIC):
2840         Sync with include/pbt.h.
2841
2842 2007-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
2843
2844         [mingw-Bugs-1751518]
2845         * include/mshtml.h (IHTMLDocument2): Correct spelling of put_URL,
2846         get_URL.
2847
2848         [mingw-Bugs-1751565]
2849         * include/basetyps.h (IID); Guard with __IID_DEFINED__.
2850
2851         [mingw-Bugs-1751595]
2852         * include/exdisp.h (DWebBrowserEvents2): Remove undocumented STDDISP
2853         methods.
2854
2855         Thanks to Yuji Kuwabara  <yujikuwabara at sf dot net>.
2856
2857 2007-07-10  Danny Smith  <dannysmith@users.sourceforge.net>
2858
2859         [mingw-Bugs-1750898]
2860         * include/mmsystem.h (MIXERCONTROL): Correct UNICODE mapping.
2861         Thanks to Yuji Kuwabara  <yujikuwabara at sf dot net>.
2862
2863 2007-07-09  Danny Smith  <dannysmith@users.sourceforge.net>
2864
2865         [mingw-Bugs-1749305]
2866         * lib/kernel32.def (GetConsoleProcessList@8):  Add export.
2867
2868 2007-07-02  Przemek Czerkas  <pczerkas@gmail.com>
2869
2870         * include/shlobj.h: Add CSIDL_MYMUSIC and CSIDL_MYVIDEO.
2871
2872 2007-07-02  Danny Smith  <dannysmith@users.sourceforge.net>
2873
2874         * include/oaidl.h: Include windows.h and ole2.h,
2875         unless COM_NO_WINDOWS_H.
2876
2877         [mingw-Bugs-1742130]
2878         * include/oaidl.h (struct tagVARIANT): Add union members
2879         LONGLONG  * pllVal and ULONGLONG * pullVal.
2880
2881 2007-07-01  Danny Smith  <dannysmith@users.sourceforge.net>
2882
2883         * include/ws2tcpip.h (s6_addr32): Correct definition.
2884         Thanks to Alfred E. Heggestad <aeh at db dot org>
2885
2886 2007-05-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2887
2888         * lib/secur32.def (InitSecurityInterfaceA, InitSecurityInterfaceW): Define.
2889
2890         Thanks to Jim Marshall (jim dot marshall at wbemsolutions dot com) for
2891         supplying the information.
2892
2893 2007-05-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2894
2895         * include/shellapi.h (NIN_POPUPOPEN, NIN_POPUPCLOSE): Define.
2896
2897 2007-04-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2898
2899         * include/shellapi.h (NOTIFYICONDATAA, NOTIFYICONDATAW): Updated to support
2900         Vista.
2901
2902 2007-04-20  Matthias Miller  <matthiasmiller@users.sourceforge.net>
2903
2904          * include/wincrypt.h (CRYPTPROTECT_PROMPTSTRUCT, CRYPTPROTECT_UI_FORBIDDEN,
2905         CRYPTPROTECT_LOCAL_MACHINE): Define.
2906
2907 2007-04-15  Piotr Wyderski  <piotr.wyderski@wp.pl>
2908
2909         * include/winbase.h (SetInformationJobObject, QueryInformationJobObject):
2910         Define.
2911
2912 2007-03-30  Brian Dessent  <brian@dessent.net>
2913
2914         * lib/kernel32.def (CreateMemoryResourceNotification@4): Define.
2915
2916 2007-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2917
2918         * include/w32api.h: Increment version to 3.9.
2919         * Makefile.in: Ditto.
2920
2921 2007-03-23  Corinna Vinschen  <corinna@vinschen.de>
2922
2923         * include/psapi.h (GetMappedFileName): Fix messed up checkin.
2924
2925 2007-03-23  Matthew Gregan  <kinetik@flim.org>
2926
2927         * include/psapi.h (GetMappedFileName): Rename from GetMappedFilenameEx.
2928
2929 2007-03-06  Brandon Sneed  <brandon@oqo.com>
2930
2931         * include/setupapi.h: Added SetupConfigureWmiFromInfSectionA
2932         Added SetupConfigureWmiFromInfSectionW
2933         Added SetupConfigureWmiFromInfSection define to unicode and non-unicode sections
2934
2935         * lib/setupapi.def: Added exports for SetupConfigureWmiFromInfSectionA and W
2936
2937         * include/winuser.h: Added PBT_APMQUERYSUSPEND
2938         Added PBT_APMQUERYSTANDBY
2939         Added PBT_APMQUERYSUSPENDFAILED
2940         Added PBT_APMQUERYSTANDBYFAILED
2941         Added PBT_APMSUSPEND
2942         Added PBT_APMSTANDBY
2943         Added PBT_APMRESUMECRITICAL
2944         Added PBT_APMRESUMESUSPEND
2945         Added PBT_APMRESUMESTANDBY
2946         Added PBT_APMBATTERYLOW
2947         Added PBT_APMPOWERSTATUSCHANGE
2948         Added PBT_APMOEMEVENT
2949         Added PBT_APMRESUMEAUTOMATIC
2950
2951         * include/wtsapi32.h: New file
2952
2953         * include/wingdi.h: Added DM_DISPLAYORIENTATION define for use with DMDO_* defines
2954
2955 2007-03-05  Jan Nijtmans  <nijtmans@users.sourceforge.net>
2956
2957         * include/ddeml.h (DdeCreateStringHandleA, DdeCreateStringHandleW): Switch
2958         argument to constant.
2959
2960 2007-02-18  Jiri Malak  <jiri.malak@iol.cz>
2961
2962         * include/windef.h [WATCOM]: Fix !NONAMELESSUNION defines.
2963         * include/winnt.h [WATCOM] (GetCurrentFiber, GetFiberData):
2964         Add prototypes.
2965         [WATCOM] (NtCurrentTeb): Add protype and inline asm definition.
2966
2967 2007-02-18  Vesa Jääskeläinen  <chaac@users.sourceforge.net>
2968
2969         * lib/user32.def (InternalGetWindowText): Add stub.
2970
2971 2007-02-11  Daniel Atallah  <datallah@users.sourceforge.net>
2972
2973         * include/winnt.h (LANG_SERBIAN_NEUTRAL, LANG_BOSNIAN,
2974         LANG_BOSNIAN_NEUTRAL): Define.
2975
2976 2007-02-11  Daniel Schlyder  <thrug@users.sourceforge.net>
2977
2978         * include/winuser.h: Add guards around TITLEBARINFO and
2979         GetTitleBarInfo().
2980
2981 2007-01-11  Gisle Vanem  <giva@users.sourceforge.net>
2982
2983         * include/winbase.h (struct _OVERLAPPED): Change type of
2984         Internal, InternalHigh members to ULONG_PTR.
2985         (PAPCFUNC): Change DWORD parameter to ULONG_PTR.
2986         (CreateIoCompletionPort): Likewise.
2987         (PostQueuedCompletionStatus): Likewise.
2988         (QueueUserAPC): Likewise.
2989
2990 2007-01-06  Pierre A. Humblet  <Pierre.Humblet@ieee.org>
2991
2992         * include/windns.h (DNS_TYPE_RP, DNS_TYPE_AFSDB, DNS_TYPE_X25,
2993         DNS_TYPE_ISDN, DNS_TYPE_RT, DNS_TYPE_NSAP, DNS_TYPE_NSAPPTR,
2994         DNS_TYPE_SIG, DNS_TYPE_KEY, DNS_TYPE_PX, DNS_TYPE_GPOS,
2995         DNS_TYPE_AAAA, DNS_TYPE_LOC, DNS_TYPE_NXT, DNS_TYPE_EID,
2996         DNS_TYPE_NIMLOC, DNS_TYPE_SRV, DNS_TYPE_ATMA, DNS_TYPE_NAPTR,
2997         DNS_TYPE_KX, DNS_TYPE_CERT, DNS_TYPE_A6, DNS_TYPE_DNAME,
2998         DNS_TYPE_SINK, DNS_TYPE_OPT, DNS_TYPE_UINFO, DNS_TYPE_UID,
2999         DNS_TYPE_GID, DNS_TYPE_UNSPEC, DNS_TYPE_ADDRS, DNS_TYPE_TKEY,
3000         DNS_TYPE_TSIG, DNS_TYPE_IXFR, DNS_TYPE_AXFR, DNS_TYPE_MAILB,
3001         DNS_TYPE_MAILA, DNS_TYPE_ALL, DNS_TYPE_ANY): Add enum values.
3002
3003 2006-11-21  Danny Smith  <dannysmith@users.sourceforge.net>
3004
3005         * Makefile.in: Add aclocal.m4 to source release.
3006
3007 2006-11-18  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3008
3009         * include/w32api.h: Increment version to 3.8.
3010         * Makefile.in: Ditto.
3011
3012 2006-11-13  Daniel Schlyder  <thrug@users.sourceforge.net>
3013
3014         * include/winnt.h (VER_SUITE_EMBEDDEDNT, VER_SUITE_SINGLEUSERTS,
3015         VER_SUITE_STORAGE_SERVER, VER_SUITE_COMPUTE_SERVER): Define.
3016
3017         * include/winuser.h (SM_STARTER, SM_SERVERR2): Define.
3018
3019 2006-11-02  Danny Smith  <dannysmith@users.sourceforge.net>
3020
3021         * include/winuser.h (LR_DEFAULTSIZE): Remove duplicate.
3022
3023         * include/winnt.h (GetCurrentFiber): Remove extern declaration.  Make
3024         inline static.
3025         (GetFiberData): Likewise.
3026         * lib/kernel32.c: Remove.
3027         * lib/Makefile.in: Remove reference to kernel32.[co].
3028
3029 2006-10-31  Corinna Vinschen  <corinna@vinschen.de>
3030
3031         * include/winnt.h (SE_RELABEL_NAME): Define.
3032         (SE_INCREASE_WORKING_SET_NAME): Define.
3033         (SE_TIME_ZONE_NAME): Define.
3034         (SE_CREATE_SYMBOLIC_LINK_NAME): Define.
3035
3036 2006-10-31  Corinna Vinschen  <corinna@vinschen.de>
3037
3038         * include/winnt.h (IO_REPARSE_TAG_SYMLINK): Define.
3039         (struct _REPARSE_DATA_BUFFER): Add missing Flags field to
3040         SymbolicLinkReparseBuffer substructure.
3041
3042 2006-10-29  Daniel Atallah  <datallah@users.sourceforge.net>
3043
3044         * lib/ws2_32.def (WSANSPIoctl): Add to lib.
3045
3046 2006-10-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3047
3048         * lib/Makefile.in: Fix order for 'all' rule.
3049
3050 2006-10-12  Danny Smith  <dannysmith@users.sourceforge.net>
3051
3052         * include/winuser.h (LR_DEFAULTSIZE, LR_VGACOLOR): Define.
3053
3054 2006-10-05  Danny Smith  <dannysmith@users.sourceforge.net>
3055
3056         * include/winreg.h (RegDeleteKeyEx{A|W}): Add prototype and UNICODE
3057         mappings.
3058         (KEY_WOW64_32KEY, KEY_WOW64_64KEY): Define.
3059         * lib/advapi.def (RegDeleteKeyEx{A|W}): Export.
3060
3061 2006-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
3062
3063         * include/rpc.h: Add whitespace.
3064         * include/winnt.h (C_ASSERT): Define.
3065
3066 2006-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
3067
3068         [mingw-Bugs-1568067]
3069         * include/winuser.h: (DISP_CHANGE_BADDUALVIEW): Define.
3070         * include/wingdi.h: (DM_POSITION): Define.
3071
3072 2006-10-03  Danny Smith  <dannysmith@users.sourceforge.net>
3073
3074         * lib/rpcrt4.def: Remove "_imp__"-prefixed export symbols.
3075         * lib/user32.def: Likewise.
3076
3077 2006-09-11  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
3078
3079         * lib/Makefile.in: fix typo.
3080         * lib/ddk/Makefile.in: fix typo.
3081         * lib/directx/Makefile.in: fix typo.
3082
3083         Thanks to Keith Marshall (keithmarshall at users dot sourceforge dot net)
3084         for pointing it out.
3085
3086 2006-09-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3087
3088         * Makefile.in: Remove files from lib directory with distclean target
3089
3090 2006-09-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3091
3092         * include/winuser.h (CS_DROPSHADOW): Define.
3093
3094 2006-09-08  Michael Gerdau  <mgdde@users.sourceforge.net>
3095
3096         * include/uxtheme.h: (TMT_GRADIENTCOLOR4, TMT_GRADIENTCOLOR5,
3097         TMT_SHADOWCOLOR, TMT_GLOWCOLOR, TMT_TEXTBORDERCOLOR,
3098         TMT_TEXTSHADOWCOLOR, TMT_GLYPHTEXTCOLOR, TMT_GLYPHTRANSPARENTCOLOR,
3099         TMT_FILLCOLORHINT, TMT_BORDERCOLORHINT, TMT_ACCENTCOLORHINT):
3100
3101         Increase each constant by 1.
3102
3103 2006-09-07  Danny Smith  <dannysmith@users.sourceforge.net>
3104
3105         [mingw-Bugs-1553275]
3106         * include/wingdi.h (SetLayout): Add prototype.
3107         (GetLayout): Likewise.
3108
3109 2006-09-02  Danny Smith  <dannysmith@users.sourceforge.net>
3110
3111         [mingw-Bugs-1550139]
3112         * include/oleauto.h (GetRecordInfoFromTypeInfo): Add prototype.
3113         Tanks to:  Samit Basu <samitbasu at sf dot net>
3114         (GetRecordInfoFromGuids): Add prototype.
3115
3116 2006-09-01  Danny Smith  <dannysmith@users.sourceforge.net>
3117
3118         * include/winbase.h: Add comment about 'missing' SEM flag.
3119
3120 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
3121
3122         * configure.in: Substitute with_cross_host in depending files.
3123         * configure: Regenerate.
3124         * lib/Makefile.in: Add with_cross_host to allow more granular checks.
3125         Set installation directories accordingly.
3126         * lib/ddk/Makefile.in: Ditto.
3127         * lib/directx/Makefile.in: Ditto.
3128
3129 2006-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
3130
3131         * lib/wtsapi32.def (WTSGetActiveConsoleSessionId). Move from here...
3132         * lib/kernel32.def (WTSGetActiveConsoleSessionId). ...to here.
3133         Bug reported by: <macleone at users dot sf dot net>
3134
3135 2006-07-29  Danny Smith  <dannysmith@users.sourceforge.net>
3136
3137         Update some more IMAGE relocation type indicators
3138         to PECOFF v8 (May, 2006) specs.
3139
3140         * include/winnt.h (IMAGE_REL_SH3_ABSOLUTE,
3141         IMAGE_REL_SH3_DIRECT16, IMAGE_REL_SH3_DIRECT32,
3142         IMAGE_REL_SH3_DIRECT8, IMAGE_REL_SH3_DIRECT8_WORD,
3143         IMAGE_REL_SH3_DIRECT8_LONG, IMAGE_REL_SH3_DIRECT4,
3144         IMAGE_REL_SH3_DIRECT4_WORD, IMAGE_REL_SH3_DIRECT4_LONG,
3145         IMAGE_REL_SH3_PCREL8_WORD, IMAGE_REL_SH3_PCREL8_LONG,
3146         IMAGE_REL_SH3_PCREL12_WORD, IMAGE_REL_SH3_STARTOF_SECTION,
3147         IMAGE_REL_SH3_SIZEOF_SECTION, IMAGE_REL_SH3_SECTION,
3148         IMAGE_REL_SH3_SECREL, IMAGE_REL_SH3_DIRECT32_NB,
3149         IMAGE_REL_SH3_GPREL4_LONG, IMAGE_REL_SH3_TOKEN,
3150         IMAGE_REL_SHM_PCRELPT, IMAGE_REL_SHM_REFLO,
3151         IMAGE_REL_SHM_REFHALF, IMAGE_REL_SHM_RELLO,
3152         IMAGE_REL_SHM_RELHALF, IMAGE_REL_SHM_PAIR,
3153         IMAGE_REL_SHM_NOMODE): Add defines.
3154
3155         (IMAGE_REL_M32R_ABSOLUTE, IMAGE_REL_M32R_ADDR32,
3156         IMAGE_REL_M32R_ADDR32NB, IMAGE_REL_M32R_ADDR24,
3157         IMAGE_REL_M32R_GPREL16, IMAGE_REL_M32R_PCREL24,
3158         IMAGE_REL_M32R_PCREL16, IMAGE_REL_M32R_PCREL8,
3159         IMAGE_REL_M32R_REFHALF, IMAGE_REL_M32R_REFHI,
3160         IMAGE_REL_M32R_REFLO, IMAGE_REL_M32R_PAIR,
3161         IMAGE_REL_M32R_SECTION, IMAGE_REL_M32R_SECREL,
3162         IMAGE_REL_M32R_TOKEN): Add defines.
3163
3164         (IMAGE_REL_MIPS_JMPADDR16): Add define.
3165
3166 2006-07-27  Danny Smith  <dannysmith@users.sourceforge.net>
3167
3168         Update some IMAGE flags to PECOFF v8 (May, 2006) specs.
3169         * include/winnt.h (IMAGE_FILE_MACHINE_AM33,
3170         IMAGE_FILE_MACHINE_ARM, IMAGE_FILE_MACHINE_EBC,
3171         IMAGE_FILE_MACHINE_M32R, IMAGE_FILE_MACHINE_MIPS16,
3172         IMAGE_FILE_MACHINE_MIPSFPU, IMAGE_FILE_MACHINE_MIPSFPU16,
3173         IMAGE_FILE_MACHINE_POWERPCFP, IMAGE_FILE_MACHINE_R4000,
3174         IMAGE_FILE_MACHINE_SH3, IMAGE_FILE_MACHINE_SH3DSP,
3175         IMAGE_FILE_MACHINE_SH4, IMAGE_FILE_MACHINE_SH5,
3176         IMAGE_FILE_MACHINE_THUMB, IMAGE_FILE_MACHINE_WCEMIPSV2):
3177         Add defines.
3178
3179         (IMAGE_SUBSYSTEM_EFI_APPLICATION,
3180         IMAGE_SUBSYSTEM_EFI_BOOT_SERVICE_DRIVER,
3181         IMAGE_SUBSYSTEM_EFI_RUNTIME_DRIVER, IMAGE_SUBSYSTEM_EFI_ROM):
3182         Add defines.
3183
3184         (IMAGE_SYM_CLASS_CLR_TOKEN): Add define.
3185
3186         (IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE,
3187         IMAGE_DLL_CHARACTERISTICS_FORCE_INTEGRITY,
3188         IMAGE_DLL_CHARACTERISTICS_NX_COMPAT,
3189         IMAGE_DLLCHARACTERISTICS_NO_ISOLATION, IMAGE_DLLCHARACTERISTICS_NO_SEH,
3190         IMAGE_DLLCHARACTERISTICS_NO_BIND,
3191         IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE): Add defines.
3192
3193         (IMAGE_REL_I386_TOKEN, IMAGE_REL_I386_SECREL7): Add defines.
3194
3195         (IMAGE_REL_AMD64_ABSOLUTE, IMAGE_REL_AMD64_ADDR64,
3196         IMAGE_REL_AMD64_ADDR32, IMAGE_REL_AMD64_ADDR32NB, IMAGE_REL_AMD64_REL32,
3197         IMAGE_REL_AMD64_REL32_1, IMAGE_REL_AMD64_REL32_2,
3198         IMAGE_REL_AMD64_REL32_3, IMAGE_REL_AMD64_REL32_4,
3199         IMAGE_REL_AMD64_REL32_5, IMAGE_REL_AMD64_SECTION,
3200         IMAGE_REL_AMD64_SECREL, IMAGE_REL_AMD64_SECREL7, IMAGE_REL_AMD64_TOKEN,
3201         IMAGE_REL_AMD64_SREL32, IMAGE_REL_AMD64_PAIR, IMAGE_REL_AMD64_SSPAN32):
3202         Add defines.
3203
3204         (IMAGE_REL_IA64_ABSOLUTE, IMAGE_REL_IA64_IMM14, IMAGE_REL_IA64_IMM22,
3205         IMAGE_REL_IA64_IMM64, IMAGE_REL_IA64_DIR32, IMAGE_REL_IA64_DIR64,
3206         IMAGE_REL_IA64_PCREL21B, IMAGE_REL_IA64_PCREL21M,
3207         IMAGE_REL_IA64_PCREL21F, IMAGE_REL_IA64_GPREL22, IMAGE_REL_IA64_LTOFF22,
3208         IMAGE_REL_IA64_SECTION, IMAGE_REL_IA64_SECREL22,
3209         IMAGE_REL_IA64_SECREL64I, IMAGE_REL_IA64_SECREL32,
3210         IMAGE_REL_IA64_DIR32NB, IMAGE_REL_IA64_SREL14, IMAGE_REL_IA64_SREL22,
3211         IMAGE_REL_IA64_SREL32, IMAGE_REL_IA64_UREL32, IMAGE_REL_IA64_PCREL60X,
3212         IMAGE_REL_IA64_PCREL60B, IMAGE_REL_IA64_PCREL60F,
3213         IMAGE_REL_IA64_PCREL60I, IMAGE_REL_IA64_PCREL60M,
3214         IMAGE_REL_IA64_IMMGPREL64, IMAGE_REL_IA64_TOKEN, IMAGE_REL_IA64_GPREL32,
3215         IMAGE_REL_IA64_ADDEND): Add defines.
3216
3217         (IMAGE_SCN_GPREL): Add define.
3218
3219 2006-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
3220
3221         * include/aclui.h: Replace __OBJC__ guard with _OBJC_NO_COM.
3222         * include/basetyps.h:  Likewise.
3223         (_COM_interface): New define.
3224         (interface): Define to _COM_interface, conditional on !__OBJC__.
3225         Replace 'interface' with '_COM_interface', throughout.
3226         * include/comcat.h: Replace 'interface' with '_COM_interface', throughout.
3227         * include/commdlg.h: Replace __OBJC__ guard with _OBJC_NO_COM.
3228         * include/docobj.h: Replace 'interface' with '_COM_interface', throughout.
3229         * include/mshtml.h: Likewise.
3230         * include/oaidl.h: Likewise.
3231         * include/objfwd.h: Likewise.
3232         * include/objidl.h: Likewise.
3233         * include/ocidl.h: Likwise.
3234         * include/olectl.h: Likewise.
3235         * include/oleidl.h: Likewise.
3236         * include/shlobj.h: Likewise.
3237         * include/shlwapi.h: Replace __OBJC__ guard with _OBJC_NO_COM.
3238         * include/vfw.h: Likewise.
3239         * include/windows.h. Likewise. Add comment.
3240         * include/directx/d3d9.h: Replace 'interface' with '_COM_interface',
3241         throughout.
3242
3243         * lib/test.c: Replace __OBJC__ guard with _OBJC_NO_COM.
3244         Add test for conflict with '@interface'
3245
3246 2006-07-22  ipsoner  <ipsoner@users.sourceforge.net>
3247
3248         * include/wincrypt.h (szOID_RSA, szOID_PKCS, szOID_RSA_HASH,
3249         szOID_RSA_ENCRYPT, szOID_PKCS_1, szOID_PKCS_2, szOID_PKCS_3,
3250         szOID_PKCS_4, szOID_PKCS_5, szOID_PKCS_6, szOID_PKCS_7,
3251         szOID_PKCS_8, szOID_PKCS_9, szOID_PKCS_10, szOID_PKCS_12,
3252         szOID_RSA_MD2, szOID_RSA_MD4, szOID_RSA_MD5, szOID_RSA_RSA,
3253         szOID_RSA_MD2RSA, szOID_RSA_MD4RSA, szOID_RSA_MD5RSA,
3254         szOID_RSA_SHA1RSA, szOID_RSA_SETOAEP_RSA, szOID_RSA_DH,
3255         szOID_RSA_data, szOID_RSA_signedData, szOID_RSA_envelopedData,
3256         szOID_RSA_signEnvData, szOID_RSA_digestedData, szOID_RSA_hashedData,
3257         szOID_RSA_encryptedData, szOID_RSA_emailAddr, szOID_RSA_unstructName,
3258         szOID_RSA_contentType, szOID_RSA_messageDigest, szOID_RSA_signingTime,
3259         szOID_RSA_counterSign, szOID_RSA_challengePwd, szOID_RSA_unstructAddr,
3260         szOID_RSA_extCertAttrs, szOID_RSA_SMIMECapabilities,
3261         szOID_RSA_preferSignedData, szOID_RSA_RC2CBC, szOID_RSA_RC4,
3262         szOID_RSA_DES_EDE3_CBC, szOID_RSA_RC5_CBCPad, szOID_ANSI_x942,
3263         szOID_ANSI_x942_DH, szOID_X957, szOID_X957_DSA, szOID_DATA STRUCTURE,
3264         szOID_DS, szOID_DSALG, szOID_DSALG_CRPT, szOID_DSALG_HASH,
3265         szOID_DSALG_SIGN, szOID_DSALG_RSA, szOID_OIW, szOID_OIWSEC,
3266         szOID_OIWSEC_md4RSA, szOID_OIWSEC_md5RSA, szOID_OIWSEC_md4RSA2,
3267         szOID_OIWSEC_desECB, szOID_OIWSEC_desCBC, szOID_OIWSEC_desOFB,
3268         szOID_OIWSEC_desCFB, szOID_OIWSEC_desMAC, szOID_OIWSEC_rsaSign,
3269         szOID_OIWSEC_dsa, szOID_OIWSEC_shaDSA, szOID_OIWSEC_mdc2RSA,
3270         szOID_OIWSEC_shaRSA, szOID_OIWSEC_dhCommMod, szOID_OIWSEC_desEDE,
3271         szOID_OIWSEC_sha, szOID_OIWSEC_mdc2, szOID_OIWSEC_dsaComm,
3272         szOID_OIWSEC_dsaCommSHA, szOID_OIWSEC_rsaXchg, szOID_OIWSEC_keyHashSeal,
3273         szOID_OIWSEC_md2RSASign, szOID_OIWSEC_md5RSASign, szOID_OIWSEC_sha1,
3274         szOID_OIWSEC_dsaSHA1, szOID_OIWSEC_dsaCommSHA1, szOID_OIWSEC_sha1RSASign,
3275         szOID_OIWDIR, szOID_OIWDIR_CRPT, szOID_OIWDIR_HASH, szOID_OIWDIR_SIGN,
3276         szOID_OIWDIR_md2, szOID_OIWDIR_md2RSA, szOID_INFOSEC,
3277         szOID_INFOSEC_sdnsSignature, szOID_INFOSEC_mosaicSignature,
3278         szOID_INFOSEC_sdnsConfidentiality, szOID_INFOSEC_mosaicConfidentiality,
3279         szOID_INFOSEC_sdnsIntegrity, szOID_INFOSEC_mosaicIntegrity,
3280         szOID_INFOSEC_sdnsTokenProtection, szOID_INFOSEC_mosaicTokenProtection,
3281         szOID_INFOSEC_sdnsKeyManagement, szOID_INFOSEC_mosaicKeyManagement,
3282         szOID_INFOSEC_sdnsKMandSig, szOID_INFOSEC_mosaicKMandSig,
3283         szOID_INFOSEC_SuiteASignature, szOID_INFOSEC_SuiteAConfidentiality,
3284         szOID_INFOSEC_SuiteAIntegrity, szOID_INFOSEC_SuiteATokenProtection,
3285         szOID_INFOSEC_SuiteAKeyManagement, szOID_INFOSEC_SuiteAKMandSig,
3286         szOID_INFOSEC_mosaicUpdatedSig, szOID_INFOSEC_mosaicKMandUpdSig,
3287         szOID_INFOSEC_mosaicUpdatedInteg, szOID_PKIX_NO_SIGNATURE,
3288         szOID_COMMON_NAME, szOID_COUNTRY_NAME, szOID_DEVICE_SERIAL_NUMBER,
3289         szOID_DOMAIN_COMPONENT, szOID_RSA_emailAddr, szOID_GIVEN_NAME,
3290         szOID_INITIALS, szOID_LOCALITY_NAME, szOID_ORGANIZATION_NAME,
3291         szOID_ORGANIZATIONAL_UNIT_NAME, szOID_STATE_OR_PROVINCE_NAME,
3292         szOID_STREET_ADDRESS, szOID_SUR_NAME, szOID_TITLE, szOID_RSA_unstructAddr,
3293         szOID_RSA_unstructName, szOID_BASIC_CONSTRAINTS2,
3294         CERT_BASIC_CONSTRAINTS2_INFO, CRYPT_ENCODE_PARA,CertDuplicateStore,
3295         CertEnumCertificatesInStore, CertDuplicateCertificateContext,
3296         CertGetNameStringA, CertGetNameStringW, CertGetNameString, PFXIsPFXBlob,
3297         CertFindExtension, CryptDecodeObject, CertAddCertificateContextToStore,
3298         CertCompareCertificate, PFXVerifyPassword, PFXImportCertStore,
3299         CertDeleteCertificateFromStore): Define.
3300         * lib/crypt32.def (CertDuplicateStore, CertEnumCertificatesInStore,
3301         CertDuplicateCertificateContext, CertGetNameStringA, CertGetNameStringW,
3302         CertGetNameString, PFXIsPFXBlob, CertFindExtension, CryptDecodeObject,
3303         CertAddCertificateContextToStore, CertCompareCertificate,
3304         PFXVerifyPassword, PFXImportCertStore, CertDeleteCertificateFromStore):
3305         Define.
3306
3307 2006-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3308
3309         * lib/uuid.c: Remove.
3310
3311 2006-07-20  Elias Naur  <elias_naur@users.sourceforge.net>
3312
3313         * include/devguid.h: Add new file with missing GUID_DEVCLASS_*
3314         declarations. They were extracted from the registry with a script.
3315         * lib/devguid.c: Add new file with the implementation of the
3316         missing GUIDs.
3317         * lib/Makefile.in: Add devguid.c to UUID_SOURCES and UUID_OBJS.
3318
3319 2006-07-19  Elias Naur  <elias_naur@users.sourceforge.net>
3320
3321         * include/winuser.h (WM_INPUT): Add missing Raw Input
3322         notification define.
3323         (RID_DEVICE_INFO_MOUSE, RID_DEVICE_INFO_KEYBOARD,
3324         RID_DEVICE_INFO_HID, RID_DEVICE_INFO): Define Raw Input structs
3325
3326 2006-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
3327
3328         [mingw-Bugs-1525021]
3329         * iptypes.h (IP_ADAPTER_ANYCAST_ADDRESS): Fix NONAMELESSUNION warnings.
3330         (IP_ADAPTER_MULTICAST_ADDRESS): Likewise.
3331         (IP_ADAPTER_UNICAST_ADDRESS): Likewise.
3332         (IP_ADAPTER_DNS_SERVER_ADDRESS): Likewise.
3333         (IP_ADAPTER_ADAPTER_PREFIX): Likewise.
3334         (IP_ADAPTER_ADDRESSES): Likewise.
3335
3336 2006-06-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3337
3338         * lib/uuid.c (CLSID_FileProtocol, CLSID_FtpProtocol, CLSID_GopherProtocol,
3339         CLSID_HttpProtocol, CLSID_HttpSProtocol, CLSID_MkProtocol,
3340         CLSID_PSUrlMonProxy, CLSID_StdURLMoniker): Remove.  Moved to
3341         extras-uuid.c.
3342         * lib/extras-uuid.c (CLSID_FileProtocol, CLSID_FtpProtocol, CLSID_GopherProtocol,
3343         CLSID_HttpProtocol, CLSID_HttpSProtocol, CLSID_MkProtocol,
3344         CLSID_PSUrlMonProxy, CLSID_StdURLMoniker): Added.
3345         * lib/hlguids-uuid.c: State source of CLSIDs.
3346
3347 2006-06-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3348
3349         * lib/Makefile.in: Added extras-uuid as an object and source.
3350         * lib/uuid.c (IID_IClientSiteHandler, IID_IContinue, IID_IHttpNegotiate,
3351         IID_IPersistMoniker, IID_IServerHandler, IID_ITargetEmbedding,
3352         IID_ITargetFrame, IID_ITypeComp, IID_IUrlHistoryStg, IID_IWinInetHttpInfo,
3353         IID_IWinInetInfo, IID_IEnumSTATPROPSETSTG, IID_IEnumSTATPROPSTG,
3354         IID_IEnumSTATURL): Remove.  Moved to extras-uuid.c.
3355         * lib/extras-uuid.c: New file.
3356         Thank you to Julien Lecomte (julienlecomte at users dot sourceforge dot
3357         net).
3358
3359 2006-06-12  Danny Smith  <dannysmith@users.sourceforge.net>
3360
3361         [mingw-Bugs-1424461]
3362         *include/imagehlp.h: Comment out IN, OUT and OPTIONAL,
3363         throughout.
3364         *include/rpcdce.h: Don't define IN, OUT or OPTIONAL if
3365         _NO_W32_PSEUDO_MODIFIERS.
3366         *include/rpcnsi.h: Comment out IN, OUT and OPTIONAL,
3367         throughout.
3368         *include/rpcnsip.h: Likewise.
3369         *include/windef.h: Don't define IN, OUT or OPTIONAL
3370         if _NO_W32_PSEUDO_MODIFIERS.
3371         *include/ddk/batclass.h: Comment out IN, OUT and OPTIONAL,
3372         throughout.
3373         *include/ddk/cfgmgr32.h: Likewise.
3374         *include/ddk/ddkmapi.h: Likewise.
3375         *include/ddk/hidclass.h: Likewise.
3376         *include/ddk/hidpi.h: Likewise.
3377         *include/ddk/kbdmou.h: Likewise.
3378         *include/ddk/mcd.h: Likewise.
3379         *include/ddk/miniport.h: Likewise.
3380         *include/ddk/minitape.h: Likewise.
3381         *include/ddk/ndis.h: Likewise.
3382         *include/ddk/ndistapi.h: Likewise.
3383         *include/ddk/ndiswan.h: Likewise.
3384         *include/ddk/ntapi.h: Likewise.
3385         *include/ddk/ntdd8042.h: Likewise.
3386         *include/ddk/ntddpcm.h: Likewise.
3387         *include/ddk/ntifs.h: Likewise.
3388         *include/ddk/ntpoapi.h: Likewise.
3389         *include/ddk/parallel.h: Likewise.
3390         *include/ddk/pfhook.h: Likewise.
3391         *include/ddk/scsiwmi.h: Likewise.
3392         *include/ddk/smbus.h: Likewise.
3393         *include/ddk/srb.h: Likewise.
3394         *include/ddk/storport.h: Likewise.
3395         *include/ddk/tdikrnl.h: Likewise.
3396         *include/ddk/upssvc.h: Likewise.
3397         *include/ddk/usbcamdi.h: Likewise.
3398         *include/ddk/usbscan.h: Likewise.
3399         *include/ddk/video.h: Likewise.
3400         *include/ddk/videoagp.h: Likewise.
3401         *include/ddk/win2k.h: Likewise.
3402         *include/ddk/winddi.h: Likewise.
3403         *include/ddk/winddk.h: Don't define IN, OUT or OPTIONAL
3404         if _NO_W32_PSEUDO_MODIFIERS.
3405         Comment out IN, OUT and OPTIONAL, throughout.
3406         *include/ddk/winnt4.h: Comment out IN, OUT and OPTIONAL,
3407         throughout.
3408         *include/ddk/ws2san.h: Likewise.
3409
3410 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3411
3412         * lib/Makefile.in:  Added hlguids-uuid as source and object.
3413
3414 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3415
3416         * lib/uuid.c (CLSID_StaticDib, CLSID_StaticMetafile, CLSID_StdHlink,
3417         CLSID_StdHlinkBrowseContext): Remove.  Moved to relevant files.
3418         * lib/cguid-uuid.c (CLSID_StaticDib, CLSID_StaticMetafile): Added.
3419         * lib/hlguids-uuid.c: New file.
3420         Thank you to Julien Lecomte (julienlecomte at users dot sourceforge dot
3421         net).
3422
3423 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3424
3425         * lib/Makefile.in: Added urlmon-uuid and hlink-uuid as sources and
3426         objects.
3427         * lib/uuid.c (IID_IAuthenticate, IID_IBindHost, IID_IBindProtocol,
3428         IID_IBindStatusCallback, IID_IBindStatusCallbackMsg, IID_IBinding,
3429         IID_IHlink, IID_IHlinkBrowseContext, IID_IHlinkFrame, IID_IHlinkSite,
3430         IID_IHlinkTarget): Remove.  Moved to new files.
3431         * lib/urlmon-uuid.c: New file.
3432         * lib/hlink-uuid.c: New file.
3433
3434 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3435
3436         * lib/Makefile.in: Added ativscp-uuid as source and object.
3437         * lib/uuid.c (IID_IActiveScript, IID_IActiveScriptError,
3438         IID_IActiveScriptParse, IID_IActiveScriptSite,
3439         IID_IActiveScriptSiteWindow): Remove.  Moved to ativscp-uuid.c.
3440         * lib/ativscp-uuid.c: New file.
3441
3442 2006-06-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3443
3444         * lib/uuid.c (IID_IClientSecurity, IID_IMallocSpy, IID_IServerSecurity):
3445         Remove.  Moved to objidl-uuid.c
3446         * lib/objidl-uuid.c (IID_IClientSecurity, IID_IMallocSpy,
3447         IID_IServerSecurity): Defined.
3448
3449 2006-06-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3450
3451         * lib/Makefile.in: Add cguid-uuid and olectlid-uuid as sources and
3452         objects.
3453         * lib/uuid.c (CLSID_CColorPropPage, CLSID_CFontPropPage,
3454         CLSID_CPicturePropPage, CLSID_Picture_Dib, CLSID_Picture_Metafile,
3455         CLSID_StdFont, CLSID_StdPicture, GUID_NULL, IID_ICreateTypeInfo,
3456         IID_ICreateTypeInfo2, IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_IDebug,
3457         IID_IDebugStream, IID_IDispatch, IID_IEnumFORMATETC,IID_IEnumMoniker,
3458         IID_IEnumOLEVERB, IID_IEnumSTATDATA, IID_IEnumSTATSTG, IID_IEnumString,
3459         IID_IEnumUnknown, IID_IEnumVARIANT, IID_IOleLink, IID_IPSFactory,
3460         IID_IRpcChannel, IID_IRpcProxy, IID_IRpcStub, IID_ITypeInfo,
3461         IID_ITypeInfo2, IID_ITypeLib, IID_ITypeLib2): Remove.  Moved to relevant
3462         files.
3463         * lib/oaidl-uuid.c (IID_ICreateTypeInfo, IID_ICreateTypeInfo2,
3464         IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_ITypeInfo, IID_ITypeInfo2,
3465         IID_ITypeLib, IID_ITypeLib2, IID_IEnumVARIANT): Define.
3466         * lib/cguid-uuid.c: New file.
3467         * lib/olectlid-uuid.c: New file.
3468
3469 2006-06-08  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3470
3471         * lib/Makefile.in: Add objsafe-uuid oaidl-uuid docobj-uuid comcat-uuid
3472         exdisp-uuid mlang-uuid objidl-uuid as sources and objects.
3473         * lib/uuid.c (CATID_Control, CATID_DocObject, CATID_Insertable,
3474         CATID_PersistsToPropertyBag, CATID_PersistsToStorage, CATID_PersistsToStream,
3475         CATID_PersistsToStreamInit, CATID_Printable, CATID_Programmable,
3476         CLSID_CMultiLanguage, CLSID_StdComponentCategoriesMgr, CLSID_WebBrowser,
3477         DIID_DWebBrowserEvents, DIID_DWebBrowserEvents2, IID_IAdviseSink,
3478         IID_IAdviseSink2, IID_IBindCtx, IID_ICatInformation, IID_ICatRegister,
3479         IID_IClassActivator, IID_IContinueCallback, IID_ICreateErrorInfo,
3480         IID_IDataAdviseHolder, IID_IDataObject, IID_IEnumCATEGORYINFO,
3481         IID_IEnumGUID, IID_IEnumOleDocumentViews, IID_IErrorInfo,
3482         IID_IExternalConnection, IID_IFillLockBytes, IID_ILockBytes, IID_IMalloc,
3483         IID_IMarshal, IID_IMessageFilter, IID_IMoniker, IID_IObjectSafety,
3484         IID_IOleCommandTarget, IID_IOleDocument, IID_IOleDocumentSite,
3485         IID_IOleDocumentView, IID_IPSFactoryBuffer, IID_IPersist,
3486         IID_IPersistFile, IID_IPersistStorage, IID_IPersistStream, IID_IPrint,
3487         IID_IProgressNotify, IID_IPropertySetStorage, IID_IPropertyStorage,
3488         IID_IROTData, IID_IRootStorage, IID_IRpcChannelBuffer,
3489         IID_IRpcProxyBuffer, IID_IRpcStubBuffer, IID_IRunnableObject,
3490         IID_IRunningObjectTable, IID_ISequentialStream, IID_IStdMarshalInfo,
3491         IID_IStorage, IID_IStream, IID_ISupportErrorInfo, IID_IWebBrowser,
3492         IID_IWebBrowser2, IID_IWebBrowserApp): Remove. Moved to new files.
3493         * lib/comcat-uuid.c: New file.
3494         * lib/docobj-uuid.c: New File.
3495         * lib/exdisp-uuid.c: New file.
3496         * lib/mlang-uuid.c: New file.
3497         * lib/oaidl-uuid.c: New file.
3498         * lib/objidl-uuid.c: New file.
3499         * lib/objsafe-uuid.c: New file.
3500
3501 2006-06-07  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3502
3503         * lib/Makefile.in: Add oleacc-uuid oleidl-uuid ocidl-uuid as sources and
3504         objects.
3505         * lib/uuid.c (IID_IOleCache, IID_IOleCache2, IID_IOleCacheControl, IID_IViewObject,
3506         IID_IViewObject2, IID_IDropSource, IID_IDropTarget, IID_IOleAdviseHolder,
3507         IID_IOleInPlaceUIWindow, IID_IOleInPlaceObject, IID_IOleInPlaceActiveObject,
3508         IID_IOleInPlaceFrame, IID_IOleInPlaceSite, IID_IOleContainer, IID_IOleItemContainer,
3509         IID_IOleClientSite, IID_IOleObject, IID_IOleWindow, IID_IParseDisplayName,
3510         IID_IAccessible, LIBID_Accessibility, IID_IQuickActivate, IID_IOleUndoManager,
3511         IID_IOleParentUndoUnit, IID_IOleUndoUnit, IID_IEnumOleUndoUnits, IID_IPointerInactive,
3512         IID_IAdviseSinkEx, IID_IOleInPlaceSiteEx, IID_IOleControl, IID_IOleControlSite,
3513         IID_IPersistPropertyBag, IID_IPersistPropertyBag2, IID_IPersistStreamInit,
3514         IID_IPersistMemory, IID_IPropertyBag, IID_IPropertyBag2, IID_IPropertyNotifySink,
3515         IID_IPropertyPage, IID_IPropertyPage2, IID_IPropertyPageSite, IID_IFont, IID_IFontDisp,
3516         IID_IPicture, IID_IPictureDisp, IID_IProvideClassInfo, IID_IProvideClassInfo2,
3517         IID_IEnumConnectionPoints, IID_IEnumConnections, IID_IConnectionPoint,
3518         IID_IConnectionPointContainer, IID_IClassFactory2, IID_IErrorLog,
3519         IID_IObjectWithSite, IID_IPerPropertyBrowsing, IID_ISimpleFrameSite,
3520         IID_ISpecifyPropertyPages): Remove. Moved to new files.
3521         * lib/oleidl-uuid.c: New file.
3522         * lib/oleacc-uuid.c: New file.
3523         * lib/ocidl-uuid.c: New file.
3524
3525 2006-06-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3526
3527         * lib/Makefile.in: Add unknwn-uuid and servprov-uuid as sources and
3528         objects.
3529         * lib/uuid.c (IID_IUnknown, IID_IClassFactory, IID_IServiceProvider):
3530         Remove.  Moved to unknwn-uuid and servprov-uuid.
3531         * lib/unknwn-uuid.c: New file.
3532         * lib/servprov-uuid.c: New file.
3533
3534 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
3535
3536         * include/strmif.h (VMRDeinterlaceTech): Correct typedef for DeinterlaceTech_*
3537         enum.
3538
3539 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
3540
3541         * include/strmif.h (enum tagAnalogVideoStandard): Add missing ','.
3542
3543 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
3544
3545         * include/winuser.h (DM_BITSPERPEL, DM_PELSWIDTH, DM_PELSHEIGHT,
3546         DM_DISPLAYFLAGS, DM_DISPLAYFREQUENCY): Remove.  Duplicates of
3547         wingdi.h defines.
3548
3549 2006-06-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3550
3551         * include/winuser.h ((SPI_GETMOUSETRAILS,SPI_SETMOUSETRAILS): Remove
3552         duplicate defines.
3553
3554         * include/winnt.h (SUBLANG_ARABIC_SAUDI_ARABIA): Revert accidental
3555         removal.
3556         (SUBLANG_MARATHI_INDIA): Remove duplicate define.
3557
3558 2006-05-24  Christopher Faylor  <cgf@timesys.com>
3559
3560         * configure.in: Update to newer autoconf.
3561         (thanks to Steve Ellcey)
3562         * configure: Regenerate.
3563         * aclocal.m4: New file.
3564
3565 2006-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
3566
3567         * lib/uuid.c (IID_IRpcProxyBuffer34): Remove definition.
3568
3569 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3570
3571         * include/rtutils.h (TraceDumpA,TraceDumpW,TracePutsA,TracePutsW)
3572         (TraceRegisterA,TraceRegisterW,TraceVprintfA,TraceVprintfW): Define
3573         as macros.
3574         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
3575
3576 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3577
3578         * include/mprapi.h (MprAdminMIBBufferFree,MprAdminMIBEntryCreate)
3579         (MprAdminMIBEntryDelete,MprAdminMIBEntryGet,MprAdminMIBEntryGetFirst)
3580         (MprAdminMIBEntryGetNext,MprAdminMIBEntrySet,MprAdminMIBGetTrapInfo)
3581         (MprAdminMIBServerConnect,MprAdminMIBServerDisconnect)
3582         (MprAdminMIBSetTrapInfo): Declare functions.
3583         Note: MprAdminMIBSetTrapInfo is missing from mprapi.def.
3584         (MIB_SERVER_HANDLE): New typedef.
3585         (MprConfigTransportSetInfo): Declare function.
3586         * lib/mprapi.def (MprSetupIpInIpInterfaceFriendlyNameEnum)
3587         (MprSetupIpInIpInterfaceFriendlyNameFree): Fix size.
3588
3589 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3590
3591         * lib/rtutils.def: New file. Generated on Windows XP.
3592         (TracePrintf{AW},TracePrintfEx{AW}): Left out for now.
3593         * include/rtutils.h: New file.
3594         (TraceDump{AW},TracePuts{AW},TraceRegister{AW},TraceVprintf{AW}):
3595         Commented out, they're missing from rtutils.def.
3596
3597 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3598
3599         * include/mprapi.h (MprInfoBlockAdd,MprInfoBlockFind)
3600         (MprInfoBlockQuerySize,MprInfoBlockRemove,MprInfoBlockSet)
3601         (MprInfoCreate,MprInfoDelete,MprInfoDuplicate)
3602         (MprInfoRemoveAll): Declare functions.
3603
3604 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3605
3606         * include/mprapi.h (MprConfigBufferFree,MprConfigGetFriendlyName)
3607         (MprConfigGetGuidName,MprConfigInterfaceCreate)
3608         (MprConfigInterfaceDelete,MprConfigInterfaceEnum)
3609         (MprConfigInterfaceGetHandle,MprConfigInterfaceGetInfo)
3610         (MprConfigInterfaceSetInfo,MprConfigInterfaceTransportAdd)
3611         (MprConfigInterfaceTransportEnum,MprConfigInterfaceTransportGetHandle)
3612         (MprConfigInterfaceTransportGetInfo,MprConfigInterfaceTransportRemove)
3613         (MprConfigInterfaceTransportSetInfo,MprConfigServerBackup)
3614         (MprConfigServerConnect,MprConfigServerDisconnect)
3615         (MprConfigServerGetInfo,MprConfigServerInstall)
3616         (MprConfigServerRestore,MprConfigTransportCreate)
3617         (MprConfigTransportDelete,MprConfigTransportEnum)
3618         (MprConfigTransportGetHandle,MprConfigTransportGetInfo)
3619         (MprConfigTransportSetInfo): Declare functions.
3620
3621 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3622
3623         * include/mprapi.h (MprAdminBufferFree)
3624         (MprAdminDeregisterConnectionNotification,MprAdminGetErrorString)
3625         (MprAdminInterfaceConnect,MprAdminInterfaceCreate)
3626         (MprAdminInterfaceDelete,MprAdminInterfaceDeviceGetInfo)
3627         (MprAdminInterfaceDeviceSetInfo,MprAdminInterfaceDisconnect)
3628         (MprAdminInterfaceEnum,MprAdminInterfaceGetCredentials)
3629         (MprAdminInterfaceGetCredentialsEx,MprAdminInterfaceGetHandle)
3630         (MprAdminInterfaceGetInfo,MprAdminInterfaceQueryUpdateResult)
3631         (MprAdminInterfaceSetCredentials,MprAdminInterfaceSetCredentialsEx)
3632         (MprAdminInterfaceSetInfo,MprAdminInterfaceTransportAdd)
3633         (MprAdminInterfaceTransportGetInfo,MprAdminInterfaceTransportRemove)
3634         (MprAdminInterfaceTransportSetInfo)
3635         (MprAdminInterfaceUpdatePhonebookInfo,MprAdminInterfaceUpdateRoutes)
3636         (MprAdminIsServiceRunning,MprAdminRegisterConnectionNotification)
3637         (MprAdminServerConnect,MprAdminServerDisconnect)
3638         (MprAdminServerGetCredentials,MprAdminServerGetInfo)
3639         (MprAdminServerSetCredentials,MprAdminTransportCreate)
3640         (MprAdminTransportGetInfo,MprAdminTransportSetInfo): Declare functions.
3641
3642 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3643
3644         * include/ipxtfflt.h: New file.
3645
3646 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3647
3648         * include/mprapi.h: Fix header guard. Cleanup.
3649         (MprAdminAcceptNewConnection,MprAdminAcceptNewConnection2)
3650         (MprAdminAcceptNewLink,MprAdminAcceptReauthentication)
3651         (MprAdminConnectionHangupNotification)
3652         (MprAdminConnectionHangupNotification2)
3653         (MprAdminGetIpAddressForUser,MprAdminInitializeDll)
3654         (MprAdminTerminateDll,MprAdminLinkHangupNotification)
3655         (MprAdminReleaseIpAddress): Declare functions.
3656         * lib/mprapi.def: Regenerate on Windows XP.
3657
3658 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3659
3660         * include/ipifcons.h: Cleanup.
3661         * include/ipxconst.h: Fix header guard.
3662         * include/ipxrtdef.h: include <ipxconst.h>.
3663
3664 2006-05-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3665
3666         * include/ipxrtdef.h: Cleanup.
3667         (IPX_INTERFACE_INFO_TYPE,IPX_STATIC_ROUTE_INFO_TYPE)
3668         (IPX_STATIC_SERVICE_INFO_TYPE,IPX_SERVICE_FILTER_INFO_TYPE)
3669         (IPX_ROUTE_FILTER_INFO_TYPE,IPX_IN_TRAFFIC_FILTER_INFO_TYPE)
3670         (IPX_ADAPTER_INFO_TYPE,IPXWAN_INTERFACE_INFO_TYPE,IPX_GLOBAL_INFO_TYPE)
3671         (IPX_STATIC_NETBIOS_NAME_INFO_TYPE)
3672         (IPX_IN_TRAFFIC_FILTER_GLOBAL_INFO_TYPE)
3673         (IPX_OUT_TRAFFIC_FILTER_INFO_TYPE)
3674         (IPX_OUT_TRAFFIC_FILTER_GLOBAL_INFO_TYPE): Define.
3675         * include/routprot.h: Cleanup.
3676         (PROTO_IP_OTHER,PROTO_IP_LOCAL,PROTO_IP_NETMGMT,PROTO_IP_ICMP)
3677         (PROTO_IP_EGP,PROTO_IP_GGP,PROTO_IP_HELLO,PROTO_IP_RIP,PROTO_IP_IS_IS)
3678         (PROTO_IP_ES_IS,PROTO_IP_CISCO,PROTO_IP_BBN,PROTO_IP_OSPF,PROTO_IP_BGP)
3679         (PROTO_IP_BOOTP,PROTO_IP_NT_AUTOSTATIC,PROTO_IP_NT_STATIC)
3680         (PROTO_IP_NT_STATIC_NON_DOD,IPRTRMGR_PID,IPX_PROTOCOL_BASE)
3681         (IPX_PROTOCOL_RIP,IPX_PROTOCOL_SAP,IPX_PROTOCOL_NLSP): Define.
3682         * include/fltdefs.h: New file.
3683         * include/ipinfoid.h: New file.
3684
3685 2006-05-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3686
3687         * include/strmif.h (IAMAnalogVideoDecoder,IAMAudioInputMixer)
3688         (IAMAudioRendererStats,IAMBufferNegotiation,IAMCameraControl)
3689         (IAMCertifiedOutputProtection): Add interfaces.
3690         * include/adsprop.h: New file.
3691         * include/cmnquery.h: New file.
3692         * include/dsadmin.h: New file.
3693         * include/dsclient.h: New file.
3694         * include/dsgetdc.h: New file.
3695         * include/dsquery.h: New file.
3696         * include/dsrole.h: New file.
3697         * include/ntdsapi.h: New file.
3698         * include/ntdsbcli.h: New file.
3699         * include/objsel.h: New file.
3700
3701 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3702
3703         * include/qedit.h (DEXTER_PARAM,DEXTER_VALUE,SCompFmt0): Add structures.
3704         (DEXTERF_TRACK_SEARCH_FLAGS,TIMELINE_MAJOR_TYPE): Add enums.
3705         (CONNECTF_DYNAMIC_NONE,CONNECTF_DYNAMIC_SOURCES)
3706         (CONNECTF_DYNAMIC_EFFECTS,SFN_VALIDATEF_CHECK,SFN_VALIDATEF_POPUP)
3707         (SFN_VALIDATEF_TELLME,SFN_VALIDATEF_REPLACE,SFN_VALIDATEF_USELOCAL)
3708         (SFN_VALIDATEF_NOFIND,SFN_VALIDATEF_IGNOREMUTED,RESIZEF_STRETCH)
3709         (RESIZEF_CROP,RESIZEF_PRESERVEASPECTRATIO)
3710         (RESIZEF_PRESERVEASPECTRATIO_NOLETTERBOX): Define.
3711
3712 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3713
3714         * include/qedit.h: New file.
3715         * include/errors.h: Cleanup.
3716
3717 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3718
3719         * include/amvideo.h (BIT_MASKS_MATCH): Don't use memcmp to
3720         avoid dependency on <string.h>.
3721         There's no Win32 equivalent for memcmp:
3722         http://support.microsoft.com/default.aspx?scid=kb;EN-US;q99456
3723
3724 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3725
3726         * include/amvideo.h (RESET_MASKS,RESET_PALETTE): Use ZeroMemory
3727         instead of memset to avoid dependency on <string.h>.
3728         * include/dshow.h (AM_ASPECT_RATIO_MODE,AM_WST_DRAWBGMODE,AM_WST_LEVEL)
3729         (AMExtendedSeekingCapabilities,AM_WST_SERVICE,AM_WST_STATE)
3730         (AM_WST_STYLE): Add enums.
3731         (AM_WST_PAGE,AMVABeginFrameInfo,AMVACompBufferInfo,AMVAEndFrameInfo,
3732         AMVAInternalMemInfo,AMVAUncompBufferInfo,AMVAUncompDataInfo): New
3733         structures.
3734         * include/errors.h (VFW_E_DVD_CMD_CANCELLED)
3735         (VFW_E_DVD_STATE_WRONG_VERSION,VFW_E_DVD_STATE_CORRUPT)
3736         (VFW_E_DVD_STATE_WRONG_DISC,VFW_E_DVD_INCOMPATIBLE_REGION)
3737         (VFW_E_DVD_NO_ATTRIBUTES,VFW_E_DVD_NO_GOUP_PGC)
3738         (VFW_E_DVD_LOW_PARENTAL_LEVEL,VFW_E_DVD_NOT_IN_KARAOKE_MODE)
3739         (VFW_E_FRAME_STEP_UNSUPPORTED,VFW_E_DVD_STREAM_DISABLED)
3740         (VFW_E_DVD_TITLE_UNKNOWN,VFW_E_DVD_INVALID_DISC)
3741         (VFW_E_DVD_NO_RESUME_INFORMATION)
3742         (VFW_E_PIN_ALREADY_BLOCKED_ON_THIS_THREAD,VFW_E_PIN_ALREADY_BLOCKED)
3743         (VFW_E_CERTIFICATION_FAILURE,VFW_E_VMR_NOT_IN_MIXER_MODE)
3744         (VFW_E_VMR_NO_AP_SUPPLIED,VFW_E_VMR_NO_DEINTERLACE_HW)
3745         (VFW_E_VMR_NO_PROCAMP_HW,VFW_E_DVD_VMR9_INCOMPATIBLEDEC)
3746         (VFW_E_NO_COPP_HW,VFW_E_BAD_KEY): Define.
3747         * include/evcode.h (AM_WMT_EVENT_DATA): New structure.
3748         * include/mmsystem.h (WAVE_FORMAT_EXTENSIBLE): Define.
3749         * include/edevdefs.h (ED_FORMAT_SMPTE_30,ED_FORMAT_SMPTE_30DROP)
3750         (ED_FORMAT_SMPTE_25,ED_FORMAT_SMPTE_24): Move from here...
3751         * include/strmif.h: ... to here. New file.
3752         * include/aviriff.h: New file.
3753         * include/bdatypes.h: New file.
3754         * include/control.h: New file.
3755         * include/dvdmedia.h: New file.
3756         * include/il21dec.h: New file.
3757         * include/ks.h: New file.
3758         * include/ksmedia.h: New file.
3759         * include/mmreg.h: New file.
3760         * include/mpegtype.h: New file.
3761         * include/vidcap.h: New file.
3762         * include/vmr9.h: New file.
3763         * include/vptype.h: New file.
3764         * include/xprtdefs.h: New file.
3765
3766 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3767
3768         * include/winnls.h [WINVER >= 0x0500] (LOCALE_IDEFAULTEBCDICCODEPAGE):
3769         Documented as defined on Windows 2000 or later.
3770         [WINVER >= 0x0600] (LOCALE_SDURATION,LOCALE_SIETFLANGUAGE)
3771         (LOCALE_SISO3166CTRYNAME2,LOCALE_SISO639LANGNAME2)
3772         (LOCALE_SKEYBOARDSTOINSTALL,LOCALE_SNAME,LOCALE_SNAN)
3773         (LOCALE_SNEGINFINITY,LOCALE_SPOSINFINITY,LOCALE_SSCRIPTS): Documented
3774         but values unknown, Windows Vista or later.
3775         (CAL_UMALQURA): Cleanup.
3776         (CAL_SSHORTESTDAYNAME_1,CAL_SSHORTESTDAYNAME_2,CAL_SSHORTESTDAYNAME_3)
3777         (CAL_SSHORTESTDAYNAME_4,CAL_SSHORTESTDAYNAME_5,CAL_SSHORTESTDAYNAME_6)
3778         (CAL_SSHORTESTDAYNAME7): Cleanup.
3779         [WINVER >= 0x0410] (CAL_SYEARMONTH,CAL_ITWODIGITYEARMAX)
3780         (CAL_NOUSEROVERRIDE,CAL_RETURN_NUMBER,CAL_USE_CP_ACP): Cleanup.
3781
3782 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3783
3784         * include/wingdi.h [WINVER >= 0x0500] (DC_PERSONALITY,DC_PRINTRATE)
3785         (DC_PRINTRATEUNIT,DC_PRINTERMEM,DC_MEDIAREADY,DC_STAPLE)
3786         (DC_PRINTRATEPPM,DC_COLORDEVICE,DC_NUP,DC_MEDIATYPENAMES)
3787         (DC_MEDIATYPES,DMPAPER_DBL_JAPANESE_POSTCARD,DMPAPER_A6)
3788         (DMPAPER_JENV_KAKU2,DMPAPER_JENV_KAKU3,DMPAPER_JENV_CHOU3)
3789         (DMPAPER_JENV_CHOU4,DMPAPER_LETTER_ROTATED)
3790         (DMPAPER_A3_ROTATED,DMPAPER_A4_ROTATED,DMPAPER_A5_ROTATED)
3791         (DMPAPER_B4_JIS_ROTATED,DMPAPER_B5_JIS_ROTATED)
3792         (DMPAPER_JAPANESE_POSTCARD_ROTATED)
3793         (DMPAPER_DBL_JAPANESE_POSTCARD_ROTATED)
3794         (DMPAPER_A6_ROTATED,DMPAPER_JENV_KAKU2_ROTATED)
3795         (DMPAPER_JENV_KAKU3_ROTATED,DMPAPER_JENV_CHOU3_ROTATED)
3796         (DMPAPER_JENV_CHOU4_ROTATED,DMPAPER_B6_JIS)
3797         (DMPAPER_B6_JIS_ROTATED,DMPAPER_12X11,DMPAPER_JENV_YOU4)
3798         (DMPAPER_JENV_YOU4_ROTATED,DMPAPER_P16K,DMPAPER_P32K)
3799         (DMPAPER_P32KBIG,DMPAPER_PENV_1,DMPAPER_PENV_2)
3800         (DMPAPER_PENV_3,DMPAPER_PENV_4,DMPAPER_PENV_5)
3801         (DMPAPER_PENV_6,DMPAPER_PENV_7,DMPAPER_PENV_8)
3802         (DMPAPER_PENV_9,DMPAPER_PENV_10,DMPAPER_P16K_ROTATED)
3803         (DMPAPER_P32K_ROTATED,DMPAPER_P32KBIG_ROTATED)
3804         (DMPAPER_PENV_1_ROTATED,DMPAPER_PENV_2_ROTATED)
3805         (DMPAPER_PENV_3_ROTATED,DMPAPER_PENV_4_ROTATED)
3806         (DMPAPER_PENV_5_ROTATED,DMPAPER_PENV_6_ROTATED)
3807         (DMPAPER_PENV_7_ROTATED,DMPAPER_PENV_8_ROTATED)
3808         (DMPAPER_PENV_9_ROTATED,DMPAPER_PENV_10_ROTATED): Define.
3809         (DMPAPER_LAST): Value depends on DMPAPER_* variables actually defined.
3810         (DM_PANNINGWIDTH,DM_PANNINGHEIGHT,DM_DISPLAYFIXEDOUTPUT)
3811         (DMDO_DEFAULT,DMDO_90,DMDO_180,DMDO_270,DMDFO_DEFAULT,DMDFO_STRETCH)
3812         (DMDFO_CENTER): Define.
3813         (GetDCBrushColor,GetDCPenColor): Declare.
3814         * lib/msimg32.def (GetDCBrushColor,GetDCPenColor): Add stubs.
3815
3816 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3817
3818         * include/winnt.h (LANG_PERSIAN,LANG_LOWER_SORBIAN,LANG_UPPER_SORBIAN)
3819         (LANG_TSWANA,LANG_XHOSA,LANG_ZULU,LANG_MALTESE,LANG_SAMI,LANG_IRISH)
3820         (LANG_TIBETAN,LANG_WELSH,LANG_KHMER,LANG_LAO,LANG_SINHALESE)
3821         (LANG_INUKTITUT,LANG_AMHARIC,LANG_TAMAZIGHT,LANG_FRISIAN)
3822         (LANG_PASHTO,LANG_FILIPINO,LANG_HAUSA,LANG_YORUBA,LANG_QUECHUA)
3823         (LANG_SOTHO,LANG_BASHKIR,LANG_LUXEMBOURGISH,LANG_GREENLANDIC)
3824         (LANG_IGBO,LANG_TIGRIGNA,LANG_YI,LANG_MAPUDUNGUN,LANG_MOHAWK)
3825         (LANG_BRETON,LANG_UIGHUR,LANG_MAORI,LANG_OCCITAN,LANG_CORSICAN)
3826         (LANG_ALSATIAN,LANG_YAKUT,LANG_KICHE,LANG_KINYARWANDA,LANG_WOLOF)
3827         (LANG_DARI,LANG_MALAGASY)
3828         (SUBLANG_CUSTOM_DEFAULT,SUBLANG_CUSTOM_UNSPECIFIED)
3829         (SUBLANG_UI_CUSTOM_DEFAULT,SUBLANG_AFRIKAANS_SOUTH_AFRICA)
3830         (SUBLANG_ALBANIAN_ALBANIA,SUBLANG_ALSATIAN_FRANCE)
3831         (SUBLANG_AMHARIC_ETHIOPIA,SUBLANG_ARMENIAN_ARMENIA)
3832         (SUBLANG_ASSAMESE_INDIA,SUBLANG_BASHKIR_RUSSIA,SUBLANG_BASQUE_BASQUE)
3833         (SUBLANG_BELARUSIAN_BELARUS,SUBLANG_BENGALI_INDIA)
3834         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN)
3835         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC)
3836         (SUBLANG_BRETON_FRANCE,SUBLANG_BULGARIAN_BULGARIA)
3837         (SUBLANG_CATALAN_CATALAN,SUBLANG_CORSICAN_FRANCE)
3838         (SUBLANG_CZECH_CZECH_REPUBLIC,SUBLANG_CROATIAN_CROATIA)
3839         (SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,SUBLANG_DANISH_DENMARK)
3840         (SUBLANG_DIVEHI_MALDIVES,SUBLANG_ENGLISH_IRELAND)
3841         (SUBLANG_ENGLISH_INDIA,SUBLANG_ENGLISH_MALAYSIA)
3842         (SUBLANG_ENGLISH_SINGAPORE,SUBLANG_ESTONIAN_ESTONIA)
3843         (SUBLANG_FAEROESE_FAROE_ISLANDS,SUBLANG_FILIPINO_PHILIPPINES)
3844         (SUBLANG_FINNISH_FINLAND,SUBLANG_FRISIAN_NETHERLANDS)
3845         (SUBLANG_GALICIAN_GALICIAN,SUBLANG_GEORGIAN_GEORGIA)
3846         (SUBLANG_GREEK_GREECE,SUBLANG_GREENLANDIC_GREENLAND)
3847         (SUBLANG_GUJARATI_INDIA,SUBLANG_HAUSA_NIGERIA,SUBLANG_HEBREW_ISRAEL)
3848         (SUBLANG_HINDI_INDIA,SUBLANG_HUNGARIAN_HUNGARY)
3849         (SUBLANG_ICELANDIC_ICELAND,SUBLANG_IGBO_NIGERIA)
3850         (SUBLANG_INDONESIAN_INDONESIA,SUBLANG_INUKTITUT_CANADA)
3851         (SUBLANG_INUKTITUT_CANADA_LATIN,SUBLANG_IRISH_IRELAND)
3852         (SUBLANG_JAPANESE_JAPAN,SUBLANG_KAZAK_KAZAKHSTAN)
3853         (SUBLANG_KHMER_CAMBODIA,SUBLANG_KICHE_GUATEMALA)
3854         (SUBLANG_KINYARWANDA_RWANDA,SUBLANG_KONKANI_INDIA)
3855         (SUBLANG_KYRGYZ_KYRGYZSTAN,SUBLANG_LAO_LAO_PDR)
3856         (SUBLANG_LATVIAN_LATVIA,SUBLANG_LITHUANIAN_LITHUANIA)
3857         (SUBLANG_LOWER_SORBIAN_GERMANY,SUBLANG_LUXEMBOURGISH_LUXEMBOURG)
3858         (SUBLANG_MACEDONIAN_MACEDONIA,SUBLANG_MALAYALAM_INDIA)
3859         (SUBLANG_MALTESE_MALTA,SUBLANG_MAORI_NEW_ZEALAND)
3860         (SUBLANG_MAPUDUNGUN_CHILE,SUBLANG_MARATHI_INDIA,SUBLANG_MOHAWK_MOHAWK)
3861         (SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA,SUBLANG_MONGOLIAN_PRC)
3862         (SUBLANG_NEPALI_NEPAL,SUBLANG_OCCITAN_FRANCE,SUBLANG_ORIYA_INDIA)
3863         (SUBLANG_PASHTO_AFGHANISTAN,SUBLANG_PERSIAN_IRAN)
3864         (SUBLANG_POLISH_POLAND,SUBLANG_PORTUGUESE_PORTUGAL)
3865         (SUBLANG_PUNJABI_INDIA,SUBLANG_QUECHUA_BOLIVIA,SUBLANG_QUECHUA_ECUADOR)
3866         (SUBLANG_QUECHUA_PERU,SUBLANG_ROMANIAN_ROMANIA)
3867         (SUBLANG_ROMANSH_SWITZERLAND,SUBLANG_RUSSIAN_RUSSIA)
3868         (SUBLANG_SAMI_NORTHERN_NORWAY,SUBLANG_SAMI_NORTHERN_SWEDEN)
3869         (SUBLANG_SAMI_NORTHERN_FINLAND,SUBLANG_SAMI_LULE_NORWAY)
3870         (SUBLANG_SAMI_LULE_SWEDEN,SUBLANG_SAMI_SOUTHERN_NORWAY)
3871         (SUBLANG_SAMI_SOUTHERN_SWEDEN,SUBLANG_SAMI_SKOLT_FINLAND)
3872         (SUBLANG_SAMI_INARI_FINLAND,SUBLANG_SANSKRIT_INDIA)
3873         (SUBLANG_SERBIAN_BOSNIA_HERZEGOVINA_LATIN)
3874         (SUBLANG_SERBIAN_BOSNIA_HERZEGOVINA_CYRILLIC)
3875         (SUBLANG_SINDHI_AFGHANISTAN,SUBLANG_SINHALESE_SRI_LANKA)
3876         (SUBLANG_SOTHO_NORTHERN_SOUTH_AFRICA,SUBLANG_SLOVAK_SLOVAKIA)
3877         (SUBLANG_SLOVENIAN_SLOVENIA,SUBLANG_SPANISH_US,SUBLANG_SWEDISH_SWEDEN)
3878         (SUBLANG_SYRIAC,SUBLANG_TAJIK_TAJIKISTAN)
3879         (SUBLANG_TAMAZIGHT_ALGERIA_LATIN,SUBLANG_TAMIL_INDIA)
3880         (SUBLANG_TATAR_RUSSIA,SUBLANG_TELUGU_INDIA,SUBLANG_THAI_THAILAND)
3881         (SUBLANG_TIBETAN_PRC,SUBLANG_TIBETAN_BHUTAN,SUBLANG_TIGRIGNA_ERITREA)
3882         (SUBLANG_TSWANA_SOUTH_AFRICA,SUBLANG_TURKISH_TURKEY)
3883         (SUBLANG_TURKMEN_TURKMENISTAN,SUBLANG_UIGHUR_PRC)
3884         (SUBLANG_UKRAINIAN_UKRAINE,SUBLANG_UPPER_SORBIAN_GERMANY)
3885         (SUBLANG_VIETNAMESE_VIETNAM,SUBLANG_WELSH_UNITED_KINGDOM)
3886         (SUBLANG_WOLOF_SENEGAL,SUBLANG_YORUBA_NIGERIA)
3887         (SUBLANG_XHOSA_SOUTH_AFRICA,SUBLANG_YAKUT_RUSSIA,SUBLANG_YI_PRC)
3888         (SUBLANG_ZULU_SOUTH_AFRICA): Define.
3889         (SUBLANG_ARABIC_SAUDI_ARABIA): Removed by error.
3890         (SUBLANG_MARATHI_INDIA): Defined twice by error.
3891
3892 2006-05-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3893
3894         * lib/directx/Makefile.in: Remove reference to libquartz.a since
3895         it was moved.
3896
3897 2006-05-05  Earnie Boyd  <earnie@users.sf.net>
3898
3899         * lib/scrnsave.c: Correct misspelled SPI_SCREENSAVERUNNING to
3900         SPI_SETSCREENSAVERUNNING.
3901         * include winuser.h (SPI_SCREENSAVERRUNNING): Remove again.
3902
3903 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3904
3905         * include/winuser.h (SPI_SCREENSAVERRUNNING): Define.
3906         It had been removed because it's no documented, but Cygwin needs it.
3907
3908 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3909
3910         * include/amvideo.h (IFullScreenVideo): Define.
3911         (BIT_MASKS_MATCH,PALETTISED,PALETTE_ENTRIES,RESET_MASKS,RESET_PALETTE,
3912         SIZE_EGA_PALETTE,SIZE_MASKS,SIZE_PALETTE): Added Macros.
3913
3914 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3915
3916         * include/winnls.h (CAL_SYEARMONTH,CAL_ITWODIGITYEARMAX,
3917         CAL_NOUSEROVERRIDE,CAL_RETURN_NUMBER,CAL_USE_CP_ACP): Documented
3918         as available on Windows 98 and better.
3919         (CAL_SSHORTESTDAYNAME_1,CAL_SSHORTESTDAYNAME_2,CAL_SSHORTESTDAYNAME_3)
3920         (CAL_SSHORTESTDAYNAME_4,CAL_SSHORTESTDAYNAME_5,CAL_SSHORTESTDAYNAME_6)
3921         (CAL_SSHORTESTDAYNAME7,CAL_UMALQURA): Define, Windows Vista and better.
3922
3923 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3924
3925         * include/amvideo.h: New file.
3926         * include/dshow.h: Include <amvideo.h>.
3927
3928 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3929
3930         * include/winuser.h (MOUSEEVENTF_XDOWN,MOUSEEVENTF_XUP): Define.
3931         (MOUSEEVENTF_MOVE,MOUSEEVENTF_LEFTDOWN,MOUSEEVENTF_LEFTUP)
3932         (MOUSEEVENTF_RIGHTDOWN,MOUSEEVENTF_RIGHTUP,MOUSEEVENTF_MIDDLEDOWN)
3933         (MOUSEEVENTF_MIDDLEUP,MOUSEEVENTF_ABSOLUTE,MOUSEEVENTF_WHEEL): Cleanup.
3934         (HWND_BROADCAST): Cleanup.
3935         (HWND_MESSAGE): Windows 2000 only.
3936         (SMTO_ABORTIFHUNG,SMTO_BLOCK,SMTO_NORMAL): Cleanup.
3937         (SMTO_NOTIMEOUTIFNOTHUNG): Define.
3938         (SIF_DISABLENOSCROLL,SIF_PAGE,SIF_POS,SIF_RANGE,SIF_TRACKPOS)
3939         (SIF_ALL): Cleanup.
3940         (SWP_DRAWFRAME,SWP_FRAMECHANGED,SWP_HIDEWINDOW,SWP_NOACTIVATE)
3941         (SWP_NOCOPYBITS,SWP_NOMOVE,SWP_NOSIZE,SWP_NOREDRAW,SWP_NOZORDER)
3942         (SWP_SHOWWINDOW,SWP_NOOWNERZORDER,SWP_NOREPOSITION,SWP_NOSENDCHANGING)
3943         (SWP_DEFERERASE,SWP_ASYNCWINDOWPOS): Cleanup.
3944         (HSHELL_ENDTASK,HSHELL_ACCESSIBILITYSTATE,HSHELL_APPCOMMAND): Define.
3945         (SPI_GETBLOCKSENDINPUTRESETS,SPI_GETCARETWIDTH,SPI_GETDROPSHADOW)
3946         (SPI_GETFILTERKEYS,SPI_GETFLATMENU,SPI_GETFOCUSBORDERHEIGHT)
3947         (SPI_GETFOCUSBORDERWIDTH,SPI_GETFONTSMOOTHINGCONTRAST)
3948         (SPI_GETFONTSMOOTHINGTYPE,SPI_GETFOREGROUNDFLASHCOUNT)
3949         (SPI_GETMENUSHOWDELAY,SPI_GETMOUSECLICKLOCK,SPI_GETMOUSECLICKLOCKTIME)
3950         (SPI_GETMOUSEHOVERHEIGHT,SPI_GETMOUSEHOVERTIME,SPI_GETMOUSEHOVERWIDTH)
3951         (SPI_GETMOUSESONAR,SPI_GETMOUSEVANISH,SPI_GETNONCLIENTMETRICS)
3952         (SPI_GETPOWEROFFACTIVE,SPI_GETPOWEROFFTIMEOUT,SPI_GETSCREENREADER)
3953         (SPI_GETSCREENSAVEACTIVE,SPI_GETSCREENSAVERRUNNING)
3954         (SPI_GETSCREENSAVETIMEOUT,SPI_GETMOUSEVANISH,SPI_GETNONCLIENTMETRICS)
3955         (SPI_GETPOWEROFFACTIVE,SPI_GETPOWEROFFTIMEOUT,SPI_GETSCREENREADER)
3956         (SPI_GETSCREENSAVEACTIVE,SPI_GETSCREENSAVERRUNNING)
3957         (SPI_GETSCREENSAVETIMEOUT,SPI_GETSNAPTODEFBUTTON,SPI_GETUIEFFECTS)
3958         (SPI_SETBLOCKSENDINPUTRESETS,SPI_SETCARETWIDTH,SPI_SETCURSORS)
3959         (SPI_SETDROPSHADOW,SPI_SETFILTERKEYS,SPI_SETFLATMENU)
3960         (SPI_SETFOCUSBORDERHEIGHT,SPI_SETFOCUSBORDERWIDTH)
3961         (SPI_SETFONTSMOOTHINGCONTRAST,SPI_SETFONTSMOOTHINGTYPE)
3962         (SPI_SETFOREGROUNDFLASHCOUNT,SPI_SETICONS,SPI_SETMENUSHOWDELAY)
3963         (SPI_SETMOUSECLICKLOCK,SPI_SETMOUSECLICKLOCKTIME)
3964         (SPI_SETMOUSEHOVERHEIGHT,SPI_SETMOUSEHOVERTIME)
3965         (SPI_SETMOUSEHOVERWIDTH,SPI_SETMOUSESONAR,SPI_SETMOUSEVANISH)
3966         (SPI_SETNONCLIENTMETRICS,SPI_SETPENWINDOWS,SPI_SETPOWEROFFACTIVE)
3967         (SPI_SETPOWEROFFTIMEOUT,SPI_SETSCREENREADER,SPI_SETSCREENSAVEACTIVE)
3968         (SPI_SETSCREENSAVERRUNNING,SPI_SETSCREENSAVETIMEOUT,SPI_SETSHOWIMEUI)
3969         (SPI_SETSNAPTODEFBUTTON,SPI_SETUIEFFECTS): Define.
3970         (SPI_GETACCESSTIMEOUT,SPI_GETANIMATION,SPI_GETBEEP)
3971         (SPI_GETDEFAULTINPUTLANG,SPI_GETDESKWALLPAPER,SPI_GETDRAGFULLWINDOWS)
3972         (SPI_GETFASTTASKSWITCH,SPI_GETFONTSMOOTHING,SPI_GETGRIDGRANULARITY)
3973         (SPI_GETHIGHCONTRAST,SPI_GETICONMETRICS,SPI_GETICONTITLELOGFONT)
3974         (SPI_GETICONTITLEWRAP,SPI_GETKEYBOARDDELAY,SPI_GETKEYBOARDPREF)
3975         (SPI_GETKEYBOARDSPEED,SPI_GETLOWPOWERACTIVE,SPI_GETLOWPOWERTIMEOUT)
3976         (SPI_GETMENUDROPALIGNMENT,SPI_GETMENUUNDERLINES,SPI_GETMINIMIZEDMETRICS)
3977         (SPI_GETMOUSE,SPI_GETMOUSEKEYS,SPI_GETMOUSESPEED,SPI_GETMOUSETRAILS)
3978         (SPI_GETSERIALKEYS,SPI_GETSHOWIMEUI,SPI_GETSHOWSOUNDS)
3979         (SPI_GETSOUNDSENTRY,SPI_GETSTICKYKEYS,SPI_GETTOGGLEKEYS)
3980         (SPI_GETWHEELSCROLLLINES,SPI_GETWINDOWSEXTENSION,SPI_GETWORKAREA)
3981         (SPI_ICONHORIZONTALSPACING,SPI_ICONVERTICALSPACING)
3982         (SPI_SETACCESSTIMEOUT,SPI_SETANIMATION,SPI_SETBEEP,SPI_SETBORDER)
3983         (SPI_SETDEFAULTINPUTLANG,SPI_SETDESKPATTERN,SPI_SETDESKWALLPAPER)
3984         (SPI_SETDOUBLECLICKTIME,SPI_SETDOUBLECLKHEIGHT,SPI_SETDOUBLECLKWIDTH)
3985         (SPI_SETDRAGFULLWINDOWS,SPI_SETDRAGHEIGHT,SPI_SETDRAGWIDTH)
3986         (SPI_SETFASTTASKSWITCH,SPI_SETFONTSMOOTHING,SPI_SETGRIDGRANULARITY)
3987         (SPI_SETHANDHELD,SPI_SETHIGHCONTRAST,SPI_SETICONMETRICS)
3988         (SPI_SETICONTITLELOGFONT,SPI_SETICONTITLEWRAP,SPI_SETKEYBOARDDELAY)
3989         (SPI_SETKEYBOARDPREF,SPI_SETKEYBOARDSPEED,SPI_SETLANGTOGGLE)
3990         (SPI_SETLOWPOWERACTIVE,SPI_SETLOWPOWERTIMEOUT,SPI_SETMENUDROPALIGNMENT)
3991         (SPI_SETMENUUNDERLINES,SPI_SETMINIMIZEDMETRICS,SPI_SETMOUSE)
3992         (SPI_SETMOUSEBUTTONSWAP,SPI_SETMOUSEKEYS,SPI_SETMOUSESPEED)
3993         (SPI_SETMOUSETRAILS,SPI_SETSERIALKEYS,SPI_SETSHOWSOUNDS)
3994         (SPI_SETSOUNDSENTRY,SPI_SETSTICKYKEYS,SPI_SETTOGGLEKEYS)
3995         (SPI_SETWHEELSCROLLLINES,SPI_SETWORKAREA): Cleanup.
3996         (SPI_GETMOUSETRAILS,SPI_SETMOUSETRAILS): Defined twice by error.
3997         (SPI_SCREENSAVERRUNNING): Removed.
3998         (SPIF_UPDATEINIFILE,SPIF_SENDCHANGE,SPIF_SENDWININICHANGE): Cleanup.
3999         * include/wingdi.h (ETO_NUMERICSLATIN,ETO_NUMERICSLOCAL)
4000         (ETO_IGNORELANGUAGE,ETO_PDY): Define.
4001         (ETO_CLIPPED,ETO_GLYPH_INDEX,ETO_OPAQUE,ETO_RTLREADING): Cleanup.
4002
4003 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4004
4005         * include/mprapi.h (MPR_SERVER_HANDLE): Add typedef.
4006         (MprAdminGetPDCServer): Add prototype.
4007         (MprAdminSendUserMessage): Add prototype.
4008         (MprAdminUserGetInfo): Add prototype.
4009         (MprAdminUserSetInfo): Add prototype.
4010         * lib/mprapi.def: Add stubs for above functions.
4011
4012 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4013
4014         * lib/directx/quartz.def: Move from here...
4015         * lib/quartz.def: ... to here.
4016
4017 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4018
4019         * include/amaudio.h: New file.
4020         * include/dshow.h: Include <amaudio.h>.
4021
4022 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4023
4024         * include/errors.h: New file.
4025         * include/dshow.h: Include <errors.h>.
4026
4027 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4028
4029         * include/dshow.h: New file.
4030         * include/evcode.h: New file.
4031         * include/audevcod.h: New file.
4032         * include/dvdevcod.h: New file.
4033
4034 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4035
4036         * include/mprapi.h (RAS_SERVER_HANDLE): Add typedef.
4037         (MprAdminConnectionClearStats): Add prototype.
4038         (MprAdminConnectionEnum): Add  prototype.
4039         (MprAdminConnectionGetInfo): Add prototype.
4040         (MprAdminConnectionRemoveQuarantine): Add prototype.
4041         (MprAdminPortClearStats): Add prototype.
4042         (MprAdminPortDisconnect): Add prototype.
4043         (MprAdminPortEnum): Add prototype.
4044         (MprAdminPortGetInfo): Add prototype.
4045         (MprAdminPortReset): Add prototype.
4046         * lib/mprapi.def: New file.
4047
4048 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4049
4050         *  include/mprapi.h: #include <lmcons.h>
4051         (MAX_DEVICETYPE_NAME): Add define.
4052         (MAX_PHONE_NUMBER_LEN): Add define.
4053         (ATADDRESSLEN): Add define.
4054         (IPADDRESSLEN): Add define.
4055         (IPXADDRESSLEN): Add define.
4056         (MPR_ENABLE_RAS_ON_DEVICE): Add define.
4057         (MPR_ENABLE_ROUTING_ON_DEVICE): Add define.
4058         (RAS_FLAGS_PPP_CONNECTION): Add define.
4059         (RAS_FLAGS_MESSENGER_PRESENT): Add define.
4060         (RAS_FLAGS_RAS_CONNECTION): Add define.
4061         (RAS_FLAGS_QUARANTINE_PRESENT): Add define.
4062         (RASCCPCA_STAC): Add define.
4063         (RASCCPCA_MPPC): Add define.
4064         (PPP_CCP_COMPRESSION): Add define.
4065         (PPP_CCP_ENCRYPTION40BITOLD): Add define.
4066         (PPP_CCP_ENCRYPTION40BIT): Add define.
4067         (PPP_CCP_ENCRYPTION128BIT): Add define.
4068         (PPP_CCP_ENCRYPTION56BIT): Add define.
4069         (PPP_CCP_HISTORYLESS): Add define.
4070         (RASPRIV_NoCallback): Add define.
4071         (RASPRIV_AdminSetCallback): Add define.
4072         (RASPRIV_CallerSetCallback): Add define.
4073         (RASPRIV_DialinPrivilege): Add define.
4074         (RASPRIV_CallbackType): Add define.
4075         (RASPRIV2_DialinPolicy): Add define.
4076         (PPP_LCP_PAP): Add define.
4077         (PPP_LCP_SPAP): Add define.
4078         (PPP_LCP_CHAP): Add define.
4079         (PPP_LCP_EAP): Add define.
4080         (PPP_LCP_CHAP_MD5): Add define.
4081         (PPP_LCP_CHAP_MS): Add define.
4082         (PPP_LCP_CHAP_MSV2): Add define.
4083         (PPP_LCP_MULTILINK_FRAMING): Add define.
4084         (enum _RAS_HARDWARE_CONDITION): Add.
4085         (enum _RAS_PORT_CONDITION): Add.
4086         (struct _PPP_ATCP_INFO): Add.
4087         (struct _PPP_ATCP_INFO): Add.
4088         (struct _PPP_IPCP_INFO): Add.
4089         (struct _PPP_IPCP_INFO2): Add.
4090         (struct _PPP_IPXCP_INFO): Add.
4091         (struct _PPP_LCP_INFO): Add.
4092         (struct _PPP_NBFCP_INFO): Add.
4093         (struct _PPP_INFO): Add.
4094         (struct _PPP_INFO_2): Add.
4095         (struct _RAS_CONNECTION_0): Add.
4096         (struct RAS_CONNECTION_1): Add.
4097         (struct _RAS_CONNECTION_2): Add.
4098         (struct RAS_PORT_0): Add.
4099         (struct _RAS_PORT_1): Add.
4100         (struct _RAS_USER_0): Add.
4101         (struct _RAS_USER_1): Add.
4102
4103 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4104
4105         * include/mprapi.h: New file.
4106         * include/routprot.h: New file.
4107         * include/ipxrtdef.h: New file.
4108         * include/ipxconst.h: New file.
4109         * include/stm.h: New file.
4110
4111 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4112
4113         * include/ddk/winddk.h (KAFFINITY): Fix typo.
4114         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
4115
4116 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4117
4118         * include/winbase.h (ENUMRESLANGPROC,ENUMRESLANGPROCA,ENUMRESLANGPROCW)
4119         (ENUMRESNAMEPROC,ENUMRESNAMEPROCA,ENUMRESNAMEPROCW)
4120         (ENUMRESTYPEPROC,ENUMRESTYPEPROCA,ENUMRESTYPEPROCW): ANSI and Unicode
4121         versions.
4122         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
4123
4124 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4125
4126         * include/ntsecapi.h (POLICY_DNS_DOMAIN_INFO): Fix typo.
4127         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
4128
4129 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4130
4131         * include/wingdi.h (BITMAPV5HEADER): New structure definition.
4132
4133 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4134
4135         * include/basetyps.h (REFFMTID): Define properly.
4136
4137 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4138
4139         * include/winnt.h (WT_SET_MAX_THREADPOOL_THREADS): Define.
4140         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
4141
4142 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4143
4144         * include/ipifcons.h (MIN_IF_TYPE,IF_TYPE_OTHER,IF_TYPE_REGULAR_1822)
4145         (IF_TYPE_HDH_1822,IF_TYPE_DDN_X25,IF_TYPE_RFC877_X25)
4146         (IF_TYPE_ETHERNET_CSMACD,IF_TYPE_IS088023_CSMACD)
4147         (IF_TYPE_ISO88024_TOKENBUS,IF_TYPE_ISO88025_TOKENRING)
4148         (IF_TYPE_ISO88026_MAN,IF_TYPE_STARLAN,IF_TYPE_PROTEON_10MBIT)
4149         (IF_TYPE_PROTEON_80MBIT,IF_TYPE_HYPERCHANNEL,IF_TYPE_FDDI)
4150         (IF_TYPE_LAP_B,IF_TYPE_SDLC,IF_TYPE_DS1,IF_TYPE_E1,IF_TYPE_BASIC_ISDN)
4151         (IF_TYPE_PRIMARY_ISDN,IF_TYPE_PROP_POINT2POINT_SERIAL,IF_TYPE_PPP)
4152         (IF_TYPE_SOFTWARE_LOOPBACK,IF_TYPE_EON,IF_TYPE_ETHERNET_3MBIT)
4153         (IF_TYPE_NSIP,IF_TYPE_SLIP,IF_TYPE_ULTRA,IF_TYPE_DS3,IF_TYPE_SIP)
4154         (IF_TYPE_FRAMERELAY,IF_TYPE_RS232,IF_TYPE_PARA,IF_TYPE_ARCNET)
4155         (IF_TYPE_ARCNET_PLUS,IF_TYPE_ATM,IF_TYPE_MIO_X25,IF_TYPE_SONET)
4156         (IF_TYPE_X25_PLE,IF_TYPE_ISO88022_LLC,IF_TYPE_LOCALTALK)
4157         (IF_TYPE_SMDS_DXI,IF_TYPE_FRAMERELAY_SERVICE,IF_TYPE_V35,IF_TYPE_HSSI)
4158         (IF_TYPE_HIPPI,IF_TYPE_MODEM,IF_TYPE_AAL5,IF_TYPE_SONET_PATH)
4159         (IF_TYPE_SONET_VT,IF_TYPE_SMDS_ICIP,IF_TYPE_PROP_VIRTUAL)
4160         (IF_TYPE_PROP_MULTIPLEXOR,IF_TYPE_IEEE80212,IF_TYPE_FIBRECHANNEL)
4161         (IF_TYPE_HIPPIINTERFACE,IF_TYPE_FRAMERELAY_INTERCONNECT)
4162         (IF_TYPE_AFLANE_8023,IF_TYPE_AFLANE_8025,IF_TYPE_CCTEMUL)
4163         (IF_TYPE_FASTETHER,IF_TYPE_ISDN,IF_TYPE_V11,IF_TYPE_V36)
4164         (IF_TYPE_G703_64K,IF_TYPE_G703_2MB,IF_TYPE_QLLC,IF_TYPE_FASTETHER_FX)
4165         (IF_TYPE_CHANNEL,IF_TYPE_IEEE80211,,IF_TYPE_IBM370PARCHAN)
4166         (IF_TYPE_ESCON,IF_TYPE_DLSW,IF_TYPE_ISDN_S,IF_TYPE_ISDN_U)
4167         (IF_TYPE_LAP_D,IF_TYPE_IPSWITCH,IF_TYPE_RSRB,IF_TYPE_ATM_LOGICAL)
4168         (IF_TYPE_DS0,IF_TYPE_DS0_BUNDLE,IF_TYPE_BSC,IF_TYPE_ASYNC,IF_TYPE_CNR)
4169         (IF_TYPE_ISO88025R_DTR,IF_TYPE_EPLRS,IF_TYPE_ARAP,IF_TYPE_PROP_CNLS)
4170         (IF_TYPE_HOSTPAD,IF_TYPE_TERMPAD,IF_TYPE_FRAMERELAY_MPI,IF_TYPE_X213)
4171         (IF_TYPE_ADSL,IF_TYPE_RADSL,IF_TYPE_SDSL,IF_TYPE_VDSL)
4172         (IF_TYPE_ISO88025_CRFPRINT,IF_TYPE_MYRINET,IF_TYPE_VOICE_EM)
4173         (IF_TYPE_VOICE_FXO,IF_TYPE_VOICE_FXS,IF_TYPE_VOICE_ENCAP)
4174         (IF_TYPE_VOICE_OVERIP,IF_TYPE_ATM_DXI,IF_TYPE_ATM_FUNI,IF_TYPE_ATM_IMA)
4175         (IF_TYPE_PPPMULTILINKBUNDLE,IF_TYPE_IPOVER_CDLC,IF_TYPE_IPOVER_CLAW)
4176         (IF_TYPE_STACKTOSTACK,IF_TYPE_VIRTUALIPADDRESS,IF_TYPE_MPC
4177         (IF_TYPE_IPOVER_ATM,IF_TYPE_ISO88025_FIBER,IF_TYPE_TDLC
4178         (IF_TYPE_GIGABITETHERNET,IF_TYPE_HDLC,IF_TYPE_LAP_F,IF_TYPE_V37)
4179         (IF_TYPE_X25_MLP,IF_TYPE_X25_HUNTGROUP,IF_TYPE_TRANSPHDLC)
4180         (IF_TYPE_INTERLEAVE,IF_TYPE_FAST,IF_TYPE_IP,IF_TYPE_DOCSCABLE_MACLAYER)
4181         (IF_TYPE_DOCSCABLE_DOWNSTREAM,IF_TYPE_DOCSCABLE_UPSTREAM)
4182         (IF_TYPE_A12MPPSWITCH,IF_TYPE_TUNNEL,IF_TYPE_COFFEE,IF_TYPE_CES)
4183         (IF_TYPE_ATM_SUBINTERFACE,IF_TYPE_L2_VLAN,IF_TYPE_L3_IPVLAN)
4184         (IF_TYPE_L3_IPXVLAN,IF_TYPE_DIGITALPOWERLINE,IF_TYPE_MEDIAMAILOVERIP)
4185         (IF_TYPE_DTM,IF_TYPE_DCN,IF_TYPE_IPFORWARD,IF_TYPE_MSDSL)
4186         (IF_TYPE_IEEE1394,IF_TYPE_RECEIVE_ONLY,MAX_IF_TYPE,IF_ACCESS_LOOPBACK)
4187         (IF_ACCESS_BROADCAST,IF_ACCESS_POINTTOPOINT)
4188         (IF_ACCESS_POINTTOMULTIPOINT,IF_CHECK_NONE,IF_CHECK_MCAST)
4189         (IF_CHECK_SEND,IF_CONNECTION_DEDICATED,IF_CONNECTION_PASSIVE)
4190         (IF_CONNECTION_DEMAND,IF_ADMIN_STATUS_UP,IF_ADMIN_STATUS_DOWN)
4191         (IF_ADMIN_STATUS_TESTING,IF_OPER_STATUS_NON_OPERATIONAL)
4192         (IF_OPER_STATUS_UNREACHABLE,IF_OPER_STATUS_DISCONNECTED)
4193         (IF_OPER_STATUS_CONNECTING,IF_OPER_STATUS_CONNECTED)
4194         (IF_OPER_STATUS_OPERATIONAL): Define.
4195         * include/winbase.h (CancelWaitableTimer,UnregisterWait):
4196         Add function declaration.
4197         * include/mgm.h: New file.
4198         * lib/rtm.def: New file.
4199         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
4200
4201 2006-04-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4202
4203         * include/ws2tcpip.h (gai_strerror): Remove thread-safety comment.
4204         This function cannot be made thread-safe, the API would have to be
4205         changed for that, just like strerror() -> strerror_r() and similar
4206         ISO C or POSIX functions...
4207
4208 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4209
4210         * include/edevdefs.h: New file.
4211
4212 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4213
4214         * include/mmsystem.h (_LPCWAVEFORMATEX_DEFINED): Define.
4215         Use as guard for the WAVEFORMATEX structure instead of
4216         _WAVEFORMATEX_ to avoid clashes with DirectSound. Keep
4217         _WAVEFORMATEX_ for compatibility.
4218         Thanks to:    Andrew Jones <guln at sf dot net>
4219
4220 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4221
4222         * include/winuser.h (CharNextEx,CharNextExW,CharPrevEx,CharPrevExW):
4223         Delete. Only CharNextExA and CharPrevExA are documented in MSDN.
4224         Thanks to:    David Golub <david_golub at sf dot net>
4225
4226 2006-04-18  Eric House  <ehouse@eehouse.org>
4227
4228         PocketPC support.
4229         * include/aygshell.h: New file [_WIN32_WCE]. Declare most common
4230         functions for using aygshell on PocketPC:
4231         SHCreateMenuBar, SHFindMenuBar, SHCreateNewItem, SHFullScreen,
4232         SHSipInfo, SHHandleWMActivate, SHHandleWMSettingChange
4233
4234         * include/commctrl.h [_WIN32_WCE] Add function prototypes for
4235         command bar API on PocketPC:
4236         CommandBar_Create, CommandBar_Show, CommandBar_AddBitmap,
4237         CommandBar_InsertComboBox, CommandBar_InsertMenubar,
4238         CommandBar_InsertMenubarEx, CommandBar_DrawMenuBar,
4239         CommandBar_GetMenu, CommandBar_AddAdornments, CommandBar_Height,
4240         CommandBar_InsertButton, CommandBar_Destroy.
4241
4242         * include/winbase.h [_WIN32_WCE] (WIN32_FIND_DATA{A|W}): Remove
4243         fields not present on PocketPC.
4244         (GetCurrentThreadId): Conditionally declare as extern function
4245         without dllimport attribute on PocketPC.
4246         (ResetEvent): Likwise.
4247         (SetEvent): Likewise.
4248
4249         * include/wingdi.h [_WIN32_WCE]  (GetTextExtentPoint32{A|W}):
4250         Conditionally declare as extern function without dllimport
4251          attribute on PocketPC.
4252         * winuser.h  [_WIN32_WCE] (DialogBoxParam{A|W}): Conditionally
4253         declare as extern function without dllimport attribute on PocketPC.
4254
4255 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
4256
4257         * lib/test.c: Include icm.h.
4258
4259 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
4260
4261         * include/wingdi.h (ColorCorrectPalette): Add declaration.
4262         (CreateColorSpace): Add UNICODE mappings.
4263         * lib/gdi32.def (ColorCorrectPalette): Add stub.
4264         * include/icm.h: New file.
4265         * lib/mscms.def: New file.
4266         * lib/icmui.def: New file.
4267
4268 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
4269
4270         * include/winnt.h (IMAGE_FILE_MACHINE_IA64): New define.
4271         (IMAGE_FILE_MACHINE_AMD64): New define.
4272         (IMAGE_NT_OPTIONAL_HDR32_MAGIC,IMAGE_NT_OPTIONAL_HDR64_MAGIC):
4273         New defines.
4274         (IMAGE_NT_OPTIONAL_HDR_MAGIC): Map to one of the above.
4275         (IMAGE_SUBSYSTEM_NATIVE_WINDOWS): New define.
4276         (IMAGE_SUBSYSTEM_WINDOWS_CE_GUI): New define.
4277         (IMAGE_DLLCHARACTERISTICS_WDM_DRIVER): New define.
4278         (IMAGE_DIRECTORY_ENTRY_ARCHITECTURE,IMAGE_DIRECTORY_ENTRY_DELAY_IMPORT)
4279         (IMAGE_DIRECTORY_ENTRY_COM_DESCRIPTOR): New defines.
4280         (IMAGE_SCN_TYPE_REG,IMAGE_SCN_TYPE_DSECT,IMAGE_SCN_TYPE_NOLOAD)
4281         (IMAGE_SCN_TYPE_GROUP,IMAGE_SCN_TYPE_COPY,IMAGE_SCN_TYPE_OVER):
4282         New defines.
4283         (IMAGE_SCN_ALIGN_128BYTES,IMAGE_SCN_ALIGN_256BYTES)
4284         (IMAGE_SCN_ALIGN_512BYTES,IMAGE_SCN_ALIGN_1024BYTES)
4285         (IMAGE_SCN_ALIGN_2048BYTES,IMAGE_SCN_ALIGN_4096BYTES)
4286         (IMAGE_SCN_ALIGN_8192BYTES): New defines.
4287         (IMAGE_DEBUG_TYPE_BORLAND): New define.
4288         (IMAGE_OPTIONAL_HEADER32,PIMAGE_OPTIONAL_HEADER32)
4289         (IMAGE_OPTIONAL_HEADER64,PIMAGE_OPTIONAL_HEADER64): New structure
4290         definitions and typedefs.
4291         (IMAGE_OPTIONAL_HEADER,PIMAGE_OPTIONAL_HEADER): Map to the above.
4292         (IMAGE_NT_HEADERS32,PIMAGE_NT_HEADERS32,IMAGE_NT_HEADERS64)
4293         (PIMAGE_NT_HEADERS64): New structure definitions and typedefs.
4294         (IMAGE_NT_HEADERS,PIMAGE_NT_HEADERS): Map to the above.
4295         (IMAGE_LOAD_CONFIG_DIRECTORY64,PIMAGE_LOAD_CONFIG_DIRECTORY64):
4296         New structure definition and typedefs.
4297         (IMAGE_CE_RUNTIME_FUNCTION_ENTRY,PIMAGE_CE_RUNTIME_FUNCTION_ENTRY):
4298         Likewise.
4299         (IMAGE_FUNCTION_ENTRY64,PIMAGE_FUNCTION_ENTRY64): Likewise.
4300
4301 2006-04-18  Bart Oldeman  <bartoldeman@users.sf.net>
4302
4303         * lib/test.c: Fix typo in #inlcude.
4304         * include/aclui.h: INTERFACE should not remain
4305         defined at the end of the header.
4306         * include/servprov.h: Ditto.
4307
4308 2006-04-16  Danny Smith  <dannysmith@users.sourceforge.net>
4309
4310         * include/ws2tcpip.h (gai_strerror): Add thread-safety comment.
4311
4312 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4313
4314         * include/ws2tcpip.h (gai_strerrorA,gai_strerrorW): Implement inline.
4315
4316 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4317
4318         * include/wsahelp.h (system_header): Add pragma.
4319         * include/ws2spi.h (system_header): Add pragma.
4320         * include/rasdlg.h (system_header): Add pragma.
4321         * include/rasdlg.h (_RASDLG_H): Define.
4322         Define instead of _RASDLG_H_, this is the w32api standard.
4323         * include/mlang.h (_MLANG_H): Define.
4324         Define instead of _MLANG_H_, this is the w32api standard.
4325         * include/setupapi.h (_SETUPAPI_H): Define.
4326         Define instead of _SETUPAPI_H_, this is the w32api standard.
4327
4328 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4329
4330         * include/rpcndr.h (boolean): Add typedef.
4331         Thanks to:    James du Russel <ephelon at users dot sf dot net>
4332         * include/rpcndr.h (_RPCNDR_H): Define.
4333         Define in addition to __RPCNDR_H__, this is the w32api standard.
4334
4335 2006-04-14  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4336
4337         * include/w32api.h: Increment version to 3.7.
4338         * Makefile.in: Ditto.
4339
4340 2006-04-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4341
4342         * include/winbase.h (GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS,
4343         GET_MODULE_HANDLE_EX_FLAG_PIN,
4344         GET_MODULE_HANDLE_EX_FLAG_UNCHANGED_REFCOUNT): Define.
4345         Thanks to:    Brandon Sneed <brandon at redf dot net>
4346
4347 2006-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
4348
4349         * include/secext.h: Enclose function declarations in extern "C"
4350         if __cplusplus.
4351
4352 2006-04-11  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4353
4354         * include/comcat.h: INTERFACE should not remain defined
4355         at the end of the header.
4356         * include/docobj.h: Ditto.
4357         * include/exdisp.h: Ditto.
4358         * include/intshcut.h: Ditto.
4359         * include/mlang.h: Ditto.
4360         * include/mshtml.h: Ditto.
4361         * include/oaidl.h: Ditto.
4362         * include/objidl.h: Ditto.
4363         * include/objsafe.h: Ditto.
4364         * include/ocidl.h: Ditto.
4365         * include/oleacc.h: Ditto.
4366         * include/oledlg.h: Ditto.
4367         * include/oleidl.h: Ditto.
4368         * include/richole.h: Ditto.
4369         * include/shldisp.h: Ditto.
4370         * include/shlobj.h: Ditto.
4371         * include/unknwn.h: Ditto.
4372         * include/vfw.h: Ditto.
4373         Thanks to:    Brandon Sneed <brandon at redf dot net>
4374
4375 2006-04-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4376
4377         * include/commdlg.h [_WIN32_WINNT >= 0x0500] (PD_CURRENTPAGE)
4378         (PD_NOCURRENTPAGE,PD_EXCLUSIONFLAGS,PD_USELARGETEMPLATE): Define.
4379         Thanks to:    Wolfgang Glas <softadm at users dot sf dot net>
4380
4381 2006-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
4382
4383         * include/iphlpapi.h (GetAdaptersAddresses): Check for winsock2
4384         here also.
4385
4386 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4387
4388         * include/wincrypt.h (PROV_MS_EXCHANGE): Define.
4389         We should probably remove PROV_MS_MAIL but I'm keeping it for
4390         now for compatibility reasons.
4391         Thanks to:    Marcus Agehall <agehall at users dot sf dot net>
4392
4393 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4394
4395         * include/commdlg.h [_WIN32_WINNT >= 0x0500] (START_PAGE_GENERAL)
4396         (PD_RESULT_PRINT,PD_RESULT_APPLY): Define.
4397         Thanks to:    Wolfgang Glas <softadm at users dot sf dot net>
4398
4399 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4400
4401         * include/wingdi.h [WINVER >= 0x0410]
4402         (AlphaBlend,GradientFill,TransparentBlt): Windows 98 and better.
4403         Thanks to:    Alessandro Antonello <aleantonello at users dot sf dot net>
4404
4405 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4406
4407         * include/wingdi.h (CAPTUREBLT,NOMIRRORBITMAP): Define.
4408         * include/commctrl.h (WC_LINKA,WC_LINKW,LIF_ITEMINDEX,LIF_STATE)
4409         (LIF_ITEMID,LIF_URL,LIS_FOCUSED,LIS_ENABLED,LIS_VISITED,LM_HITTEST)
4410         (LM_GETIDEALHEIGHT,LM_SETITEM,LM_GETITEM,MAX_LINKID_TEXT)
4411         (L_MAX_URL_LENGTH): Define.
4412         (LITEM,LHITTESTINFO,NMLINK): Add structures.
4413         Thanks to:    Brandon Sneed <brandon at redf dot net>
4414
4415 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4416
4417         * include/w32api.h (IE601,IE602,IE7): Define for recent versions of IE.
4418
4419 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4420
4421         * include/w32api.h (_W32API_H): Define.
4422         Define in addition to _W32API_H_, this is the w32api standard.
4423
4424 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4425
4426         * include/w32api.h (WindowsVista): Define.
4427
4428 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4429
4430         * include/iptypes.h (IP_ADAPTER_*): Define parts that depend
4431         on SOCKET_ADDRESS only if winsock2.h has already been included.
4432
4433 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4434
4435         * include/winuser.h (WM_IME_*): Remove. Defined in imm.h.
4436
4437 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4438
4439         * include/iphlpapi.h (GAA_FLAG_*): Define.
4440         (GetAdaptersAddresses): Add function declaration.
4441         * lib/iphlpapi.def (GetAdaptersAddresses): Add function stub.
4442         Thanks to:    ross <rossboulet at users dot sf dot net>
4443
4444 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4445
4446         * include/iptypes.h (IP_INTERFACE_NAME_INFO,
4447         IP_ADAPTER_ANYCAST_ADDRESS,IP_ADAPTER_MULTICAST_ADDRESS,
4448         IP_ADAPTER_UNICAST_ADDRESS,IP_ADAPTER_DNS_SERVER_ADDRESS,
4449         IP_ADAPTER_PREFIX,IP_ADAPTER_ADDRESSES): Add structures.
4450         (IF_OPER_STATUS,IP_DAD_STATE,IP_PREFIX_ORIGIN,IP_SUFFIX_ORIGIN,
4451         SCOPE_LEVEL): Add enums.
4452         (IP_ADAPTER_*): Define.
4453
4454 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4455
4456         * include/winuser.h (GetWindowExtEx): Removed, belongs to wingdi.h.
4457         Thanks to:    Sergey Philippov <phis at users dot sf dot net>
4458
4459 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4460
4461         * include/objidl.h (PIDSI_*): Define.
4462         (PRSPEC_*): Define.
4463         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
4464
4465 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4466
4467         * include/winbase.h (LOGON32_PROVIDER_WINNT40,
4468         LOGON32_PROVIDER_WINNT50, LOGON32_LOGON_NETWORK,
4469         LOGON32_LOGON_UNLOCK, LOGON32_LOGON_NETWORK_CLEARTEXT,
4470         LOGON32_LOGON_NEW_CREDENTIALS): Define.
4471         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
4472
4473 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4474
4475         * include/mq.h: New file.
4476         * lib/mqrt.def (MQ*): Define a few missing functions.
4477
4478 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4479
4480         * lib/mqrt.def: New file.
4481         Needs the mq.h file to work properly, working on it.
4482         Thanks to:    Pascal Obry <pobry at users dot sf dot net>
4483
4484 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4485
4486         * include/winerror.h (STG_E_*):  Define.
4487         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
4488         * include/winerror.h (STG_S_*): Define.
4489         (CO_S_MACHINENAMENOTFOUND): Define.
4490         (RPC_E_*): Define.
4491         (NTE_*): Define.
4492
4493 2006-04-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4494
4495         * include/commctrl.h (ListView_*):  Define and correct.
4496         (LVM_*): Define.
4497
4498 2006-04-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4499
4500         * include/winuser.h (WM_IME_*): Define (DWORD type).
4501         (EM_*IMESTATUS): Define.
4502         (WM_*): Define.
4503         (XBUTTON*): Define.
4504         Thanks to:    Steve Folly <spfolly at users dot sf dot net>
4505
4506 2006-03-31  Danny Smith  <dannysmith@users.sourceforge.net>
4507
4508         * include/winnetwk.h (WNetGetResourceInformationW):  Correct first param.
4509         Thanks to: Rene Rivera  <grafik at users dot sf dot net>
4510
4511 2006-03-29  Christopher Faylor  <cgf@timesys.com>
4512
4513         * include/winspool.h: Protect use of PRINTER_ENUM_VALUESW with proper
4514         version conditional.
4515
4516 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4517
4518         * include/winspool.h (JOB_INFO_3): Add structure.
4519         (PROVIDOR_INFO_*{AW}): Add structure.
4520         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4521         (PRINTER_ENUM_VALUES{AW}): Add structure.
4522         (PRINTPROCESSOR_CAPS): Add structure.
4523
4524 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4525
4526         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4527         (PRINTER_INFO_7A): Correct definition.
4528
4529 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4530
4531         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4532         (DRIVER_INFO_*{AW}): Add structure.
4533         (PRINTER_INFO_*{AW}): Add structure.
4534         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4535
4536 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4537
4538         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4539         (DRIVER_*MODE): Define (DWORD type).
4540         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4541
4542 2006-03-27  Danny Smith  <dannysmith@users.sourceforge.net>
4543
4544         * include/wincon.h (GetConsoleProcessList): Declare.
4545
4546 2006-03-27  Hansres Engel  <engel@node.ch>
4547
4548         * include/mlang.h: New file.
4549
4550 2006-03-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4551
4552         * include/winbase.h (SetProcessWorkingSetSize): Corrected define.
4553
4554 2006-03-26  Hansres Engel  <engel@node.ch>
4555
4556          Add Uniscribe API for typography and for complex scripts.
4557         * include/usp10.h: New file.
4558         * lib/usp10.def: New file.
4559
4560         * include/winver.h:  Change first argument of GetFileVersionInfo[...] to const.
4561
4562         * include/imm.h (IMECHARPOSITION): Add structure.
4563         (RECONVERTSTRING): Likwise.
4564
4565         * include/commdlg.h (OPENFILENAME_SIZE_VERSION_400): Define.
4566
4567         * lib/uuid.c (CMultiLanguage): Add UUID definition.
4568         (IMLangFontLink2): Likewise.
4569         (IMultiLanguage): Likewise.
4570
4571 2006-03-18  Julien Lecomte  <julienlecomte@users.sourceforge.net>
4572
4573         * include/wincon.h  (ENABLE_*): Add more defines.
4574
4575 2006-03-18  Jan Nijtmans  <nijtmans@users.sourceforge.net>
4576
4577         * include/winnt.h (INHERITED_ACE): Define.
4578         (VALID_INHERIT_FLAGS): Correct definition.
4579
4580 2006-03-18  Peter Åstrand  <astrand@cendio.se>
4581
4582          * lib/wtsapi32.def: New file.
4583
4584 2006-03-15  Christopher Faylor  <cgf@timesys.com>
4585
4586         * include/winbase.h (STATUS_DLL_INIT_FAILED): New define.
4587         (STATUS_DLL_INIT_FAILED_LOGOFF): Ditto.
4588
4589 2006-03-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4590
4591         * include/winspool.h (DI_MEMORYMAP_WRITE): Define (DWORD type).
4592         (FORM_USER,FORM_PRINTER): Define (DWORD type).
4593         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4594         (DSPRINT_*): Define (DWORD type).
4595         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4596
4597 2006-03-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4598
4599         * include/winspool.h (JOB_CONTROL_*,JOB_STATUS_*): Define.
4600         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4601
4602 2006-03-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4603
4604         * include/shellapi.h [_WIN32_IE >= 0x0600]
4605         (SEE_MASK_NOZONECHECKS,SEE_MASK_FLAG_LOG_USAGE): Define on
4606         Windows XP SP1 and Windows XP respectively.
4607
4608 2006-03-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4609
4610         * include/shellapi.h (NOTIFYICONDATA_V*_SIZE): Define.
4611         Thanks to:  Daniel Atallah <datallah at users dot sf dot net>
4612         * include/shellapi.h [_WIN32_IE >= 0x0500]
4613         (NIS_*): Introduced in Version 5.0.
4614
4615 2006-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
4616
4617         * include/wingdi.h (CS_*): Correct WINVER guard on
4618         Image Color Matching colour definitions.
4619
4620 2006-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
4621
4622         * include/shlobj.h (SFGAO_ISSLOW): Define.
4623         (SFGAO_DISPLAYATTRMASK): Define in terms of preceding display
4624         attribute constants.
4625
4626 2006-03-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4627
4628         * include/wingdi.h [WINVER >= 0x0500]
4629         (GRADIENT_FILL_*,*_EMBEDED): Included in Windows 2000 and later.
4630         Thanks to: David A. Capello <dacap at users dot sf dot net>
4631
4632 2006-03-05  Paul J. Lucas  <pauljlucas@users.sourceforge.net>
4633
4634         * include/wininet.h (INTERNET_CONNECTED_INFO): Define structure.
4635         (INTERNET_STATE_*): Define flags.
4636         (INTERNET_OPTION_CONNECTED_STATE): Define constant.
4637
4638 2006-03-05  Chris Wilson  <chris+mingw@qwirx.com>
4639
4640         * include/sddl.h: New file.
4641
4642 2006-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
4643
4644         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Revert
4645         last change.
4646         Remove file level #pragma pack(push,4)/#pragma pop.
4647
4648 2006-02-19  Corinna Vinschen  <corinna@vinschen.de>
4649
4650         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Add filler
4651         value to force correct alignment.
4652
4653 2006-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
4654
4655         * include/commctrl.h (LPNMLVCACHEHINT): Correct spelling.
4656         Thanks to: Sebastian Pipping <hartwork at users dot sf dot net>
4657         (PNM_CACHEHINT): Add backward compatibilty define.
4658         (LPNM_CACHEHINT): Likewise.
4659
4660 2006-02-06  Danny Smith  <dannysmith@users.sourceforge.net>
4661
4662         * include/shlobj.h (PathResolve): Fix typo in _WIN32_WINNT guard.
4663
4664 2006-02-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4665
4666         * include/shlobj.h (PRF_VERIFYEXISTS, PRF_TRYPROGRAMEXTENSIONS,
4667         PRF_FIRSTDIRDEF, PRF_DONTFINDLNK): Define.
4668         * lib/shell32.def (PathResolve): Define.
4669
4670 2006-02-06  Christopher Faylor  <cgf@timesys.com>
4671
4672         * include/shlobj.h (PathResolve): Fix typo.
4673
4674 2006-02-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4675
4676         * include/shlobj.h (PathResolve): Define.
4677         (PRF_VERIFYEXISTS, PRF_TRYPROGRAMEXTENSIONS, PRF_FIRSTDIRDEF,
4678         PRF_DONTFINDLNK): Ditto.
4679         * lib/shell32.def (PathResolve): Define.
4680
4681 2006-02-04  Ron Lee  <ronl@users.sourceforge.net>
4682
4683         * include/winnls.h: Remove stray end ';' from preprocessor defines.
4684
4685 2006-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
4686
4687         * lib/iphlpapi.def: (NotifyAddrChange@8): Define.
4688         Reported by: Daniel Atallah  <datallah at users dot sf dot net>
4689         (NotifyRouteChange@8): Define.
4690
4691 2006-01-29  Danny Smith  <dannysmith@users.sourceforge.net>
4692
4693         * include/winsock2.h (WINSOCK_API_LINKAGE): Define.  Add to
4694         prototypes.
4695
4696 2006-01-29  Danny Smith  <dannysmith@users.sourceforge.net>
4697
4698         * include/winnt.h (FORCEINLINE): Define.
4699
4700 2006-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
4701
4702         * include/winnt.h (DECLSPEC_SELECTANY): Define.
4703
4704 2006-01-26  Filip Navara  <xnavara@volny.cz>
4705
4706         * include/winnt.h (DECLSPEC_ALIGN): Define.
4707
4708 2006-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
4709
4710         * include/commctrl.h: Correct spelling of 'compatibility' in
4711         comments.
4712         * include/setupapi.h: Likewise.
4713         * include/ws2tcpip.h: Likewise.
4714
4715 2006-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
4716
4717         * include/ddk/winddk.h (KeGetCurrentKPCR): Support -masm=intel.
4718
4719 2006-01-24  Jiri Malak  <Jiri.Malak@iol.cz>
4720
4721         WATCOM compatibility changes.
4722         * include/ddk/ntddk.h (DECL_IMPORT): Define using __declspec,
4723         rather than __attribute__.
4724         (DECL_EXPORT): Likewise.
4725         * include/ddk/winddk.h (DDKAPI): Avoid using __attribute__.
4726         (DDKFASTAPI): Likewise.
4727         (DDKCDECLAPI): Likwise.
4728         (KeGetCurrentKPCR): Provide __WATCOMC__ syntax for inline code.
4729
4730 2006-01-23  Brandon Sneed  <brandon@redf.net>
4731
4732         * setupapi.def: Add all CM_* functions defined in ddk/cfgmgr32.h
4733         to exports.
4734
4735 2006-01-17  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4736
4737         * include/w32api.h: Increment version to 3.6.
4738         * Makefile.in: Ditto.
4739
4740 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
4741
4742         * include/wincrypt.h (WINADVAPI): Add to prototypes of
4743         advapi32.dll functions.
4744
4745 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
4746
4747         * include/winsock2.h (struct sockaddr_storage):  Use RFC 2553
4748         names for padding size constants.
4749
4750 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
4751
4752         * include/aclapi.h (WINADVAPI): Add to prototypes.
4753         * include/winreg.h (WINADVAPI): Likewise.
4754         * include/winsvc.h (WINADVAPI): Likewise.
4755
4756 2006-01-05  Michael Gerdau  <mgd@technosis.de>
4757
4758         * include/winbase.h (WINADVAPI): Define.
4759
4760 2006-01-03  Christopher Faylor  <cgf@timesys.com>
4761
4762         * include/winuser.h (CreateWindowStation): Correctly identify first
4763         argument as constant.
4764         (CreateWindowStation@): Ditto.
4765
4766 2006-01-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4767
4768         * include/uxtheme.h [_WIN32_WINNT >= 0x0501]
4769         (TMT_*, BT_*): Add constants.
4770
4771 2005-12-31  Corinna Vinschen  <corinna@vinschen.de>
4772
4773         * include/winsock2.h: Don't define struct sockaddr_storage when
4774         building Cygwin.
4775
4776 2005-12-22  Danny Smith  <dannysmith@users.sourceforge.net>
4777
4778         * lib/ws2_32.c: New file, defining IPv6 constants.
4779         * lib/Makefile.in (SOURCES): Add ws2_32.c
4780         (EXTRA_OBJS): Add ws2_32.o.
4781
4782 2005-12-21  Michael Jung  <mjung@iss.tu-darmstadt.de>
4783
4784         * lib/user32.def (PrivateExtractIconsA@32,
4785         PrivateExtractIconsW@32): Define.
4786         * lib/shell32.c (IID_IShellLinkDataList): Add GUID.
4787
4788 2005-12-12  Christopher Faylor  <cgf@timesys.com>
4789
4790         * include/winuser.h (WINSTA_ALL_ACCESS): Define.
4791
4792 2005-12-09  Danny Smith  <dannysmith@users.sourceforge.net>
4793
4794         * lib/kernel32.def (CreateFiberEx): Correct suffix.
4795
4796 2005-12-09  Huw Davies  <hdavies@users.sourceforge.net>
4797             Danny Smith <dannysmith@users.sourceforge.net>
4798
4799         * lib/msxml-uuid.c: New file to generate UUIDs for
4800         MSXML interfaces.
4801         * lib/Makefile.in (UUID_OBJS): Add msxml-uuid.o.
4802
4803 2005-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
4804
4805         * include/winbase.h (GetDevicePowerState): Add prototype.
4806         * lib/kernel32.def (GetDevicePowerState): Correct suffix.
4807
4808 2005-12-07  Brian Gunlogson  <gmb300@users.sourceforge.net>
4809
4810         * include/winuser.h (GetClassLongPtr{AW}): Guard prototypes with _WIN64.
4811         Define as macro if !_WIN64.
4812         (SetClassLongPtr{AW}): Likewise.
4813         (GCLP_*): Add GetClassLongPtr defines.
4814         * lib/user32.def (GetClassLongPtr{AW}): Remove stubs.
4815         (SetClassLongPtr{AW}): Likewise.
4816
4817 2005-11-18  Brian Gunlogson  <gmb300@users.sourceforge.net>
4818
4819         * include/winuser.h (GetClassLongPtr{AW}): Add prototypes.
4820         (SetClassLongPtr{AW}): Likewise.
4821         (GCLP_*): Add GetClassLongPtr defines.
4822         * lib/user32.def (GetClassLongPtr{AW}): Add stubs.
4823         (SetClassLongPtr{AW}): Likewise.
4824
4825 2005-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
4826
4827         * include/commdlg.h (OPENFILENAMEW): Add members for
4828         _WIN32_WINNT >= 0x0500.
4829         Thanks to Ricardo Dalcorsso Fodra.
4830         (OPENFILENAMEA): Modify whitespace. Ansify comment.
4831
4832 2005-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
4833
4834         * include/wingdi.h (GetICMProfileA): Correct prototype.
4835         (GetICMProfileW): Likewise.
4836         Thanks to: Paul J Lucas
4837
4838 2005-11-04  Michael Jung  <mjung@iss.tu-darmstadt.de>
4839
4840         * lib/shell32.c (CLSID_ShellFSFolder): Add GUID.
4841
4842 2005-11-03  Danny Smith  <dannysmith@users.sourceforge.net>
4843
4844         * lib/crypt32.def (CertOIDToAlgId, CertAlgIDToOID, CryptProtectData,
4845         CryptUnprotectData, CryptDecodeObjectEx, CryptEncodeObjectEx,
4846         CryptRegisterOIDFunction, CryptUnregisterOIDFunction): Add stubs.
4847         Thanks to: F Richter  <res2002 at users dot sourceforge dot net>
4848
4849 2005-10-29  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4850
4851         * include/objbase.h: Fix typo.
4852         * include/w32api.h: Increment version to 3.5.
4853         * Makefile.in: Ditto.
4854
4855 2005-10-27  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4856
4857         * include/w32api.h: Increment version to 3.4.
4858         * Makefile.in: Ditto.
4859
4860 2005-10-12  Danny Smith  <dannysmith@users.sourceforge.net>
4861
4862         * include/winbase.h (GetProcessId): Remove duplicate declaration.
4863         Use _WIN32_WINNT >= 0x0501 guard.
4864
4865 2005-10-11  Christopher Faylor  <cgf@timesys.com>
4866
4867         * include/winbase.h (GetProcessId): Declare.
4868
4869 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4870
4871         * lib/ddk/newdev.def: Added.
4872         Thanks to: Stephan Meyer <ste_meyer at users dot sourceforge dot net>
4873
4874 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4875
4876         * include/commdlg.h (OPENFILENAME): Added WINNT >= 0x0500
4877         component.
4878         Thanks to: Gennady Feldman <gena01 at users dot sourceforge dot net>
4879
4880 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4881
4882         * lib/shell32.def (SHILCreateFromPath): Add stub.
4883         Thanks to: Michael Jung <mjung at iss dot tu-darmstadt dot de>
4884
4885 2005-09-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4886
4887         * include/winbase.h (RegisterWaitForSingleObject,
4888         RegisterWaitForSingleObjectEx): Define.
4889         * lib/kernel32.def (RegisterWaitForSingleObjectEx@20): Define.
4890         (RegisterWaitForSingleObject@16): Changed to
4891         RegisterWaitForSingleObject@24.
4892         Thanks to: Brandon Sneed <nivenh at users dot sourceforge dot net>
4893
4894 2005-09-19  Danny Smith  <dannysmith@users.sourceforge.net>
4895
4896         * include/winsock2.h (SO_EXCLUSIVEADDRUSE): Define.
4897         Thanks to: Gisle Vanem  <giva at bgnett dot no>
4898
4899 2005-09-08  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4900
4901         * include/reason.h [_WIN32_WINNT >= 0x0501]
4902         (SHTDN_REASON_*): New file.
4903         * include/objbase.h: Avoid double header guard.
4904
4905 2005-08-17  Michael Jung  <mjung@iss.tu-darmstadt.de>
4906
4907         * lib/shell32.c (CLSID_RecycleBin, CLSID_ControlPanel,
4908         CLSID_MyComputer,CLSID_Internet, CLSID_NetworkPlaces,
4909         CLSID_MyDocuments, CLSID_FolderShortcut): Add GUIDs.
4910
4911 2005-08-17  Martin Fuchs  <martin-fuchs@gmx.net>
4912
4913         * include/shlobj.h (IContextMenu3): Define.
4914         * include/shlguid.h (IID_IContextMenu3): Declare.
4915         * lib/shell32.c (IID_IContextMenu3): Define.
4916
4917 2005-08-17  Martin Fuchs  <martin-fuchs@gmx.net>
4918
4919         * include/shlobj.h (SHFormatDrive): Declaration of function
4920         and associated constants.
4921
4922 2005-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
4923
4924         * include/ddk/hidsdi.h:  New file.
4925         * lib/ddk/hid.def: Uncomment symbols and add stdcall suffix for
4926         functions declared in hidsdi.h.
4927         Thanks to:  Alex J Lennon  <ajlennon at organixconsulting dot com>
4928
4929 2005-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
4930
4931         * lib/imm32.def (ImmDisableIME): Add stub.
4932         Thanks to: "kidmin"  <kidmin at users dot sourceforge dot net>
4933
4934 2005-08-10  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4935
4936         * include/w32api.h: Increment version to 3.3.
4937         * Makefile.in: Ditto.
4938
4939 2005-07-28  Earnie Boyd  <earnie@users.sf.net>
4940
4941         * include/winnt.h (SUBLANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN):
4942         Correct their values.
4943         Thanks to: Daniel K. O. <danielosmari at users dont sf dot net>
4944
4945 2005-07-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4946
4947         * include/winuser.h (HSHELL_RUDEAPPACTIVATED): Define.
4948
4949 2005-07-20  Danny Smith  <dannysmith@users.sourceforge.net>
4950
4951         * include/wingdi.h (TT_PRIM_CSPLINE): Define.
4952         Thanks to: Bob Jamison <ishmal at users dot sourceforge dot net>
4953
4954 2005-07-20  Danny Smith  <dannysmith@users.sourceforge.net>
4955
4956         * include/richedit.h (SETTEXTEX): Define structure and
4957         associated constants.
4958         (GT_SELECTION): Define GETTEXTEX flag constant.
4959
4960 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
4961
4962         * include/wingdi.h (SYSPAL_NOSTATIC256): Define.
4963
4964 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
4965
4966         * include/wingdi.h (WINGDIAPI): Define to DECLSPEC_DLLIMPORT
4967         if __W32API_USE_DLLIMPORT__.   Use throughout to qualify
4968         prototypes.
4969
4970 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
4971
4972         * include/commctrl.h (RBBS_USECHEVRON): Define.
4973         (RBBS_*): Use hex notation, group together.
4974
4975 2005-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
4976
4977         * lib/kernel32.def (GetUserGeoID): Correct suffix.
4978         Thanks to: "bernd23" <bernd23 at users dot sourceforge dot net>
4979
4980 2005-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
4981
4982         * include/commctrl.h (TreeView_SetItemState): Initilise
4983         _tvi.hItem.
4984         Thanks to:  Joseph Remes <jremes at users dot sourceforge dot net>
4985
4986 2005-07-18  Mattia Barbon  <mbarbon@users.sourceforge.net>
4987
4988         * include/commctrl.h (NMLVFINDITEM): Add structure.
4989
4990 2005-07-18  Michael Gerdau  <mgdde@users.sourceforge.net>
4991
4992         * include/wininet.h (WININET_API_FLAG_*): Add defines.
4993
4994 2005-07-18  Daniel Atallah  <datallah@users.sourceforge.net>
4995
4996         * include/winnt.h (VER_SET_CONDITION): Define.
4997
4998 2005-07-18  Michael Gerdau  <mgdde@users.sourceforge.net>
4999
5000         * include/wincon.h (AttachConsole): Correct _WIN32_WINNT guard.
5001         (ATTACH_PARENT_PROCESS): Define.
5002         (CONSOLE_WINDOWED_MODE): Correct definition to match MSDN
5003         documentation.
5004
5005 2005-07-17  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5006
5007         * include/winbase.h (QueueUserWorkItem): Add prototype.
5008
5009 2005-07-13  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5010
5011         * include/wingdi.h (SHADEBLENDCAPS, SB_NONE, SB_CONST_ALPHA,
5012         SB_PIXEL_ALPHA, SB_PREMULT_ALPHA, SB_GRAD_RECT, SB_GRAD_TRI,
5013         COLORMGMTCAPS, CM_NONE, CM_DEVICE_ICM, CM_GAMMA_RAMP,
5014         CM_CMYK_COLOR): Define.
5015
5016 2005-06-19  Danny Smith  <dannysmith@users.sourceforge.net>
5017
5018         * include/winldap.h (ldap_simple_bindW, ldap_simple_bind_sW,
5019         ldap_bindW, ldap_bind_sW): Change PCHAR arg to PWCHAR.
5020         Thanks to: Christian  <chhd at users dot sf dot net>
5021
5022 2005-06-18  Danny Smith  <dannysmith@users.sourceforge.net>
5023
5024         * include/richedit.h (GETTEXTEX): Correct name of lpUsedDefChar
5025         field.
5026         Thanks to: Saulius Menkevicius  <bobas at users dot sf dot net>
5027
5028 2005-06-18  Danny Smith  <dannysmith@users.sourceforge.net>
5029
5030         * include/winbase.h (GlobalDiscard): Define as macro.
5031         Thanks to: David Golub  <david_golub  at users dot sf dot net>
5032
5033 2005-05-13  Corinna Vinschen  <corinna@vinschen.de>
5034
5035         * include/winnetwk.h (WNetGetResourceParentA): Add missing declaration.
5036         (WNetGetResourceParentW): Ditto.
5037         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Define.
5038         (FILE_ID_BOTH_DIRECTORY_INFORMATION): Define.
5039
5040 2005-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
5041
5042         * include/wininet.h (FtpGetFileSize): Add prototype.
5043         (FtpCommand[AW]): Correct prototypes.
5044         Reported by: <siger at users dot sf dot net>
5045
5046 2005-04-25  Danny Smith  <dannysmith@users.sourceforge.net>
5047
5048         * include/vfw.h (capCreateCaptureWindow[AW]): Add prototypes.
5049         (capGetDriverDescription[AW]): Likewise.
5050
5051 2005-04-03  Corinna Vinschen  <corinna@vinschen.de>
5052
5053         * include/winnt.h (SE_UNDOCK_NAME TEXT): Define.
5054         (SE_MANAGE_VOLUME_NAME TEXT): Ditto.
5055         (SE_IMPERSONATE_NAME TEXT): Ditto.
5056         (SE_ENABLE_DELEGATION_NAME TEXT): Ditto.
5057         (SE_SYNC_AGENT_NAME TEXT): Ditto.
5058
5059 2005-03-16  Christopher Faylor  <cgf@timesys.com>
5060
5061         * include/winnt.h (SYSTEM_LUID): Fix definitition invalidated by below
5062         change.
5063
5064 2005-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
5065
5066         * include/winnt.h (_LUID): Add structure. Correct LUID typedef.
5067         Thanks to:
5068         Paul-Christiaan Spruijtenburg <wakarimasu at users dot sf dot net>
5069
5070 2005-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
5071
5072         * include/ws2tcpip.h (getaddrinfo, freeaddrinfo, getnameinfo):
5073         Guard with _WIN32_WINNT >= 0x0501. Add FIXME comment.
5074         (gai_strerror[AW]): Put into #if 0 block.
5075
5076 2005-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
5077
5078         * include/basetyps.h (__int16): Correct define.
5079
5080 2005-02-10  Jiri Malak  <Jiri.Malak@iol.cz>
5081             Danny Smith  <dannysmith@users.sourceforge.net>
5082
5083         * lib/directx/dinput_private.h (ATTRIBUTE_TEXT_SECTION): New
5084         define for Open Watcom portability.
5085         * lib/directx/(dinput_joy.c, dinput_joy2.c, dinput_kbd.c,
5086         dinput_mouse.c, dinput_mouse2.c): Use new macro in definition
5087         of local c_rgodfDI* objects. Replace .rdata section attribute
5088         with 'const' keyword in definition of global c_dfDI* objects.
5089
5090 2005-02-07  Danny Smith  <dannysmith@users.sourceforge.net>
5091
5092         * include/winioctl.h (IOCTL_VOLUME_BASE,
5093         IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS, IOCTL_VOLUME_IS_CLUSTERED):
5094         Copy defines from include/ddk/ntdddvol.h.
5095         Bug reported to Debian by Anand Kumria  <wildfire@progsoc.org>
5096
5097 2005-01-27  Oliver Stoeneberg  <oliverst@online.de>
5098
5099         * include/winbase.h (PWIN32_FIND_DATA): Add typedef.
5100
5101 2005-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
5102
5103         * include/winuser.h (SW_SMOOTHSCROLL): Add define.
5104         Reported by: Christian Ehrlicher  <chehrlic@users.sf.net>
5105
5106 2005-01-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5107
5108         * include/commdlg.h (OFN_DONTADDTORECENT): Added definition.
5109
5110 2005-01-18  Danny Smith  <dannysmith@users.sourceforge.net>
5111
5112         * lib/user32.def (MonitorFromPoint): Correct suffix.
5113
5114 2005-01-13  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5115
5116         * include/wininet.h (InternetCheckConnectionA,
5117         InternetCheckConnectionW) Add prototypes.
5118         (INTERNET_RAS_INSTALLED, INTERNET_CONNECTION_OFFLINE,
5119         INTERNET_CONNECTION_CONFIGURED): Add defines.
5120
5121 2005-01-07  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5122
5123         * include/commctrl.h (ComboBox_SetMinVisible,
5124         ComboBox_GetMinVisible): Added Macros.
5125         * include/winuser.h (CB_SETMINVISIBLE, CB_GETMINVISIBLE):
5126         Added definitions.
5127
5128 2005-01-02  Jiri Malak  <Jiri.Malak@geac.cz>
5129
5130         * include/winnt.h (GetCurrentFiber, GetFiberData): Make inline
5131         assembly code conditional on _X86_.
5132
5133 2005-01-02  Earnie Boyd  <earnie@users.sf.net>
5134
5135         * include/w32api.h: Increment version to 3.2.
5136         * Makefile.in: Ditto.
5137         * include/afxres.h: Remove the \r from the line ending.
5138         * include/errorrep.h: Ditto.
5139         * include/shldisp.h: Ditto.
5140         * include/tschema.h: Ditto.
5141         * lib/dhcpcsvc.def: Ditto.
5142         * lib/uxtheme.def: Ditto.
5143         * lib/wldap32.def: Ditto.
5144
5145 2005-01-01  Danny Smith  <dannysmith@users.sourceforge.net>
5146
5147         * include/winerror.h (ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY):
5148         Correct typo.
5149         Thanks to: Aidan France  <aidan1@users.sourceforge.net>
5150
5151 2004-12-29  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5152
5153         *include/winuser.h (MNS_*, WM_MENUCOMMAND,
5154         WM_MENUGETOBJECT, WM_MENUDRAG, WM_NCMOUSEHOVER,
5155         WM_NCMOUSELEAVE, WM_UNINITMENUPOPUP,
5156         SPI_GETFOREGROUNDLOCKTIMEOUT,
5157         SPI_SETFOREGROUNDLOCKTIMEOUT): Added definitions.
5158         *include/imm.h (WM_IME_REQUEST): Added definition.
5159         *include/shlobj.h (SLGP_RAWPATH,
5160         SLGP_UNCPRIORITY): Added definition.
5161
5162 2004-12-28  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5163
5164         *include/winuser.h (HSHELL_FLASH): Added definition.
5165
5166 2004-12-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5167
5168         * include/shldisp.h (IAutoComplete): Added interface definiton.
5169         * include/shldisp.h (IAutoComplete2): Added interface definiton.
5170         * include/shldisp.h (ACO_AUTOSUGGEST): Added definition.
5171         * include/shlobj.h (IObjMgr): Added interface definiton.
5172         * lib/shell32.c (CLSID_AutoComplete, IID_AutoComplete,
5173         IID_AutoComplete2, CLSID_ACLMulti, IID_IObjMgr,
5174         CLSID_ACListISF, IID_IACList): Added GUIDs.
5175         * include/shlguid.h (CLSID_AutoComplete, IID_AutoComplete,
5176         IID_AutoComplete2, CLSID_ACLMulti, IID_IObjMgr,
5177         CLSID_ACListISF, IID_IACList): Added GUIDs.
5178
5179 2004-12-23  Danny Smith  <dannysmith@users.sourceforge.net>
5180
5181         * include/commctrl.h (CDRF_NOTIFYSUBITEMDRAW): Add define.
5182         Thanks to: Chris Sutcliffe  <ironhead@walled.net>
5183         (CDRF_*): Use hex notation for constants.
5184
5185 2004-12-08  Danny Smith  <dannysmith@users.sourceforge.net>
5186
5187         * include/sqlext.h (SQL_INTERVAL_*): Correct macros.
5188         Reported by Eric Sharkey <sharkey at netrics dot com>
5189
5190 2004-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
5191
5192         * include/winnt.h (TOKEN_INFORMATION_CLASS): Add
5193         TokenGroupsAndPrivileges, TokenSessionReference,
5194         TokenSandBoxInert, TokenAuditPolicy, TokenOrigin.
5195         Reformat.
5196         (SID_NAME_USE): Add SidTypeComputer.  Reformat.
5197         Thanks to Gabriel Linder <mingwlinder@users.sourceforge.net>
5198
5199 2004-12-02  Danny Smith  <dannysmith@users.sourceforge.net>
5200
5201         * lib/comctl32.def (ImageList_Copy, ImageList_DrawIndirect,
5202         ImageList_Duplicate): Add stubs.
5203
5204 2004-12-02  Danny Smith  <dannysmith@users.sourceforge.net>
5205
5206         * lib/directx/strmiids.c (MEDIASUBTYPE_YV12): Correct GUID.
5207         Thanks to "Pete" <pross@xvid.org>
5208
5209 2004-11-21 Benoit Blanchon  <bblanchon@users.sourceforge.net>
5210
5211         * include/wingdi.h (AC_SRC_ALPHA, AC_SRC_NO_ALPHA,
5212         AC_DST_NO_ALPHA, ...): Add defines.
5213         * include/winuser.h (ULW_COLORKEY,ULW_ALPHA,
5214         ULW_OPAQUE): Add defines.
5215
5216 2004-11-21  Danny Smith  <dannysmith@users.sourceforge.net>
5217
5218         * include/winnt.h (VerSetConditionMask): Correct typo in _WIN32_WINNT
5219         guard.
5220         * lib/kernel32.def (VerSetConditionMask): Correct stdcall
5221         suffix.
5222         * lib/ddk/ntoskrnl.def (VerSetConditionMask): Likewise.
5223
5224 2004-11-20  Danny Smith  <dannysmith@users.sourceforge.net>
5225
5226         * include/winbase.h (PPROCESS_INFORMATION): Add typedef.
5227         (CreateProcessWithLogonW): Declare.
5228         (LOGON_WITH_PROFILE, LOGON_NETCREDENTIALS_ONLY): Add defines.
5229         Thanks to: "jkmaki"  <jkmaki@users.sourceforge.net>
5230
5231 2004-11-19  Danny Smith  <dannysmith@users.sourceforge.net>
5232
5233         * include/sspi.h (SecPkgContext_Sizes): Fix typo.
5234         Thanks to: David Leonard  <leonard@users.sourceforge.net>
5235
5236 2004-11-19  Danny Smith  <dannysmith@users.sourceforge.net>
5237
5238         * include/sspi.h (SecPkgCredentials_Names[AW]): Correct name.
5239         Thanks to: David Leonard  <leonard@users.sourceforge.net>
5240
5241 2004-11-19  Magnus Olsen  <greatlord@users.sourceforge.net>
5242
5243         * include/winuser.h (MSLLHOOKSTRUCT): Add structure.
5244
5245 2004-11-19  Magnus Olsen  <greatlord@users.sourceforge.net>
5246
5247         * include/winuser.h (LLKHF_EXTENDED, LLKHF_INJECTED, LLKHF_UP):
5248         Add defines.
5249         (LLKHF_ALTDOWN): Define based on KF_ALTDOWN.
5250
5251 2004-11-19  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5252
5253         * include/shellapi.h (NIF_GUID): Add another define.
5254
5255 2004-11-18  Earnie Boyd  <earnie@users.sf.net>
5256
5257         * include/wincon.h (AttachConsole): Correct the _WIN32_WINNT filter.
5258         Changed it twice due to inconsistent MSDN documentation.
5259         * include/w32api.h (Windows95, etc. and IE3, etc.): Add definitions.
5260
5261 2004-11-13  Danny Smith  <dannysmith@users.sourceforge.net>
5262
5263         * include/shlobj.h (SHGFP_TYPE): Add enum.
5264
5265 2004-11-12  Loïc Guilloux (glx@users.sourceforge.net>
5266
5267         * include/winuser.h (WM_THEMECHANGED): Add define.
5268
5269 2004-11-11  Danny Smith  <dannysmith@users.sourceforge.net>
5270
5271         * include/ddk/winddk.h (ExAllocateFromPagedLookasideList,
5272         ExFreeToPagedLookasideList): Guard inline versions with
5273         (__USE_NTOSKRNL__) && (_WIN32_WINNT >= 0x0501). Declare as
5274         external functions for earlier _WIN32_WINNT.
5275
5276 2004-11-11  Danny Smith  <dannysmith@users.sourceforge.net>
5277
5278         * include/ras.h (RASCONN[AW]): Remove dwSessionId field.
5279
5280 2004-11-09  Danny Smith  <dannysmith@users.sourceforge.net>
5281
5282         * include/winnls.h (WINBASEAPI): Define as DECLSPEC_IMPORT
5283         if  undefined and __W32API_USE_DLLIMPORT__.
5284         Add WINBASEAPI token to prototypes, throughout.
5285
5286 2004-11-08  Danny Smith  <dannysmith@users.sourceforge.net>
5287
5288         * include/winnt.h (GetCurrentFiber): Support -masm=intel.
5289         (GetFiberData): Likewise.
5290         (NtCurrentTeb): Likewise.
5291
5292 2004-11-04  Danny Smith  <dannysmith@users.sourceforge.net>
5293
5294         * include/shellapi.h (NIF_INFO): Add define.
5295         (NIIF_*) Add defines..
5296         Thanks to: Benoit Blanchon <bblanchon@users.sourceforge.net>
5297         (NIF_*): Convert constants to hex.
5298
5299 2004-11-02  Danny Smith  <dannysmith@users.sourceforge.net>
5300
5301         * include/wingdi.h (GetFontUnicodeRanges,GetGlyphIndicesA,
5302         GetGlyphIndicesW): Declare.
5303         (GGI_MARK_NONEXISTING_GLYPHS): Define
5304         * lib/gdi32.def (GetFontUnicodeRanges,GetGlyphIndicesA,
5305         GetGlyphIndicesW): Add stubs.
5306
5307 2004-10-24  Dan Aloni  <da-x@colinux.org>
5308
5309         * include/ddk/ntapi.h (NtQueryFullAttributesFile,
5310         ZwQueryFullAttributesFile): Declare.
5311         * include/ddk/ntapi.h (RtlDosPathNameToNtPathName_U):
5312         Declare.
5313         lib/ntoskrnl.def (ZwQueryDirectoryFile, ZwQueryFullAttributesFile.
5314         ZwQueryVolumeInformationFile): Add stubs.
5315
5316 2004-10-18  Danny Smith  <dannysmith@users.sourceforge.net>
5317
5318         * include/wsahelp.h (WINSOCK_MAPPING, WSHGetWinsockMapping,
5319         PWSH_GET_WINSOCK_MAPPING): Don't define if __OBJC__.
5320
5321 2004-10-15  Robert Wruck  <wruck@tweerlei.de>
5322             Danny Smith  <dannysmith@users.sourceforge.net>
5323
5324         * include/winbase.h (InitializeSListHead, Interlocked*):
5325         Guard with !__USE_NTOSKRNL__.
5326
5327         * include/ddk/ntddk.h (__USE_NTOSKRNL__): Define.
5328         * include/ddk/winddk.h (InitializeSListHead, Interlocked*):
5329         Guard with  __USE_NTOSKRNL__.
5330         (ExInterlockedPopEntrySList, ExInterlockedPushEntrySList):
5331         Add prototypes.  Guard macro definition with __USE_NTOSKRNL__
5332         && _WIN32_WINNT >= 0x0501
5333         (ExAllocateFromNPagedLookasideList, ExAllocateFromPagedLookasideList,
5334         ExFreeToNPagedLookasideList, ExFreeToPagedLookasideList):
5335         Replace calts to InterlockedPopEntrySList, InterlockedPushEntrySList
5336         with ExInterlockedPopEntrySList, ExInterlockedPushEntrySList.
5337
5338         * lib/ddk/ntosknl.def (ExInterlockedPopEntrySList,
5339         ExInterlockedPushEntrySList)  Add stubs with fastcall decoration.
5340         (ExDesktopObjectType, ExEventObjectType, ExSemaphoreObjectType,
5341         ExWindowStationObjectType, IoAdapterObjectType,
5342         IoDeviceHandlerObjectSize, IoDeviceHandlerObjectType,
5343         IoDeviceObjectType, IoDriverObjectType, IoFileObjectType,
5344         LpcPortObjectType, MmSectionObjectType, SeTokenObjectType):
5345         Uncomment stubs.
5346
5347 2004-10-11  Robert Wruck  <wruck@tweerlei.de>
5348
5349         * include/ddk/winddk.h (IoReleaseRemoveLockAndWait): Fix
5350         definition
5351         (IoReleaseRemoveLock): Add definition.
5352
5353 2004-10-10  Danny Smith  <dannysmith@users.sourceforge.net>
5354
5355         * include/ddk/winnt4.h (Exi386InterlockedDecrementLong,
5356         Exi386InterlockedExchangeUlong, Exi386InterlockedIncrementLong);
5357         Add prototypes.
5358         * include/winddk.h (ExInterlockedAddUlong,
5359         ExInterlockedInsertHeadList, ExInterlockedInsertTailList,
5360         ExInterlockedRemoveHeadList, ExInterlockedPopEntryList,
5361         ExInterlockedPushEntryList): Change calling convention to
5362         DDKAPI.
5363         (ExfInterlockedAddUlong,ExInterlockedInsertHeadList,
5364         ExInterlockedInsertTailList, ExInterlockedRemoveHeadList,
5365         ExInterlockedPopEntryList, ExInterlockedPushEntryList):
5366         Add prototypes for DDKFASTAPI versions.
5367         Thanks to Vadim Yegor0v <zg at bmg dot lv> for report.
5368         * lib/ntoskrnl.def (ExInterlockedAddUlong,
5369         ExInterlockedInsertHeadList, ExInterlockedInsertTailList,
5370         ExInterlockedRemoveHeadList, ExInterlockedPopEntryList,
5371         ExInterlockedPushEntryList): Remove lead '@' from stubs.
5372         (ExfInterlockedAddUlong,ExfInterlockedInsertHeadList,
5373         ExfInterlockedInsertTailList, ExfInterlockedRemoveHeadList,
5374         ExfInterlockedPopEntryList, ExfInterlockedPushEntryList):
5375         Add fastcall stubs.
5376         (Exi386InterlockedDecrementLong, Exi386InterlockedExchangeUlong,
5377         Exi386InterlockedIncrementLong); Add stdcall stubs.
5378
5379 2004-09-30  Danny Smith  <dannysmith@users.sourceforge.net>
5380
5381         * include/winbase.h (WINBASEAPI): Define as DECLSPEC_IMPORT only
5382          if __W32API_USE_DLLIMPORT__ is defined.
5383         * include/winuser.h (WINUSERAPI): Likewise.
5384
5385 2004-09-29  Filip Navara  <xnavara@volny.cz>
5386
5387         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
5388         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, mcd.h, miniport.h,
5389         mountdev.h, mountmgr.h, ndis.h, ndistapi.h, ndiswan.h, netpnp.h,
5390         newdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h, ntddcdvd.h,
5391         ntddchgr.h, ntdddisk.h, ntddkbd.h, ntddmou.h, ntddpar.h, ntddpcm.h,
5392         ntddscsi.h, ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h,
5393         ntddvdeo.h, ntddvol.h, ntpoapi.h, parallel.h, pfhook.h, poclass.h,
5394         scsi.h, scsiscan.h, smbus.h, srb.h, storport.h, tdiinfo.h,
5395         tdikrnl.h, tvout.h, upssvc.h, usb.h, usb100.h, usbdi.h, usbioctl.h,
5396         usbiodef.h, usbscan.h, usbuser.h, videoagp.h, winddi.h, winddk.h,
5397         winnt4.h, ws2san.h): Fixed packing.
5398         * include/ddk/atm.h (ATM_TRAFFIC_DESCRIPTOR_IE): Fixed declaration.
5399         * include/ddk/hidclass.h (HID_INTERFACE_HIDPARSE,
5400         HID_INTERFACE_NOTIFY_PNP): Likewise.
5401         * include/ddk/ndis.h (NDIS_DMA_BLOCK, CO_FLOW_PARAMETERS): Likewise.
5402         (NdisQueryPacketLength): Added macro. Thanks to Art Yerkes
5403         <ayerkes@speakeasy.net>.
5404         * include/ddk/usb100.h (USB_CONFIGURATION_DESCRIPTOR): Fixed
5405         declaration.
5406         * include/ddk/winddi.h (PATHDATA, GLYPHPOS): Likewise.
5407         * include/ddk/winddk.h (PDRIVER_CONTROL, PDRIVER_LIST_CONTROL,
5408         PDRIVER_ADD_DEVICE, PIO_COMPLETION_ROUTINE, PDRIVER_CANCEL,
5409         PKDEFERRED_ROUTINE, PDRIVER_DISPATCH, PIO_DPC_ROUTINE,
5410         PMM_DLL_INITIALIZE, PMM_DLL_UNLOAD, PDRIVER_ENTRY,
5411         PDRIVER_INITIALIZE, PKSERVICE_ROUTINE, PIO_TIMER_ROUTINE,
5412         PDRIVER_REINITIALIZE, PDRIVER_STARTIO, PKSYNCHRONIZE_ROUTINE,
5413         PDRIVER_UNLOAD, DRIVER_OBJECT): Fixed callback declarations.
5414         (struct FILE_BASIC_INFORMATION): Renamed to _FILE_BASIC_INFORMATION.
5415         (SYNCH_LEVEL): Added definition.
5416         (KPCR, KPCR_TIB): Fixed declaration.
5417         (Interlocked[Push/Pop]EntrySList): Declare only if winbase.h isn't
5418         included and _WIN32_WINNT >= 0x0501.
5419         (RtlEqualLuid): Fixed macro definition.
5420         (KfLowerIrql, KfRaiseIrql): Declare and use instead of KeLowerIrql and
5421         KeRaiseIrql on i386 architectures.
5422
5423 2004-09-06  Hosaka Yuji  <hos@tamanegi.org>
5424
5425         * include/mshtml.h (IHTMLDocument2): Correct get_selection
5426         declaration.
5427         (IHTMLSelectionObject): Correct get_type declaration.
5428         (IHTMLFramesCollection2, IHTMLWindow2, IHTMLFrameBase,
5429         IHTMLFrameBase2, IHTMLFrameBase3, IHTMLBodyElement,
5430         IHTMLBodyElement2): Add interfaces.
5431         (LPHTMLIMAGEELEMENTFACTORY, LPHTMLEVENTOBJ, LPHTMLSCREEN,
5432         LPHTMLOPTIONELEMENTFACTORY, LPOMHISTORY, LPOMNAVIGATOR): Add
5433         typedefs.
5434         * lib/mshtml-uuid.c (IID_IHTMLFrameBase2, IID_IHTMLFrameBase3):
5435         Add IIDs.
5436
5437 2004-09-05  Earnie Boyd  <earnie@users.sf.net>
5438
5439         * include/w32api.h: Increment version to 3.1.
5440         * Makefile.in: Ditto.
5441
5442 2004-09-05  Hosaka Yuji  <hos@tamanegi.org>
5443
5444         * include/winuser.h (MonitorFromPoint, MonitorFromRect,
5445         MonitorFromWindow): Add prototypes.
5446         * lib/user32.def (MonitorFromPoint, MonitorFromRect,
5447         MonitorFromWindowMonitorFromWindow): Add stubs.
5448         * include/shellapi.h (DuplicateIcon): Add prototype.
5449
5450 2004-09-05   Danny Smith  <dannysmith@users.sourceforge.net>
5451
5452         * include/winuser.h (WINUSERAPI): New define.
5453         Use it to mark user32.dll imports, throughout.
5454
5455 2004-09-05  Hosaka Yuji  <hos@tamanegi.org>
5456
5457         * lib/ddk/hid.def (HidD_FlushQueue, HidD_FreePreparsedData,
5458         HidD_GetAttributes, HidD_GetConfiguration, HidD_GetFeature,
5459         HidD_GetHidGuid, HidD_GetIndexedString, HidD_GetInputReport,
5460         HidD_GetManufacturerString, HidD_GetMsGenreDescriptor,
5461         HidD_GetNumInputBuffers, HidD_GetPhysicalDescriptor,
5462         HidD_GetPreparsedData, HidD_GetProductString,
5463         HidD_GetSerialNumberString, HidD_SetConfiguration,
5464         HidD_SetFeature, HidD_SetNumInputBuffers, HidD_SetOutputReport,
5465         HidP_GetButtonCaps, HidP_GetValueCaps): Add exports.
5466
5467 2004-08-25  Lars Rune Nøstdal  <daysleper@users.sourceforge.net>
5468
5469         * include/wincon.h (CONSOLE_FULLSCREEN_MODE, CONSOLE_WINDOWED_MODE):
5470         Add XP defines.
5471         (PCOORD): Add typedef.
5472         (GetConsoleDisplayMode, SetConsoleDisplayMode): Add prototypes.
5473
5474 2004-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
5475
5476         * include/winldap.h: Don't check value of UNICODE.
5477         Thanks to: "Jean-Do"  <spab@users.sourceforge.net>
5478
5479 2004-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
5480
5481         * include/winbase.h (WINBASEAPI): Guard with __INSIDE_CYGWIN__.
5482
5483 2004-08-24  Sam Robb  <samrobb@users.sourceforge.net>
5484
5485         * include/winbase.h (GetFileSizeEx): Add _WIN32_WINNT >= 0x0500
5486         guard.
5487
5488 2004-08-24   Danny Smith  <dannysmith@users.sourceforge.net>
5489
5490         * include/winbase.h: Add WINBASEAPI token to prototypes, throughout.
5491
5492 2004-08-15  Ken Fitlike  <kenfitlike@users.sourceforge.net>
5493
5494         * include/commctrl.h (WC_TREEVIEWA): Remove parenthenses.
5495
5496 2004-08-10  Sebastian Nowak  <snowak1@users.sourceforge.net>
5497
5498         * include/ws2spi.h (LPWSPSELECT): Correct typedef.
5499
5500 2004-08-10   Danny Smith  <dannysmith@users.sourceforge.net>
5501
5502         * include/wincrypt.h: Correct _WIN32_WINNT typo.
5503
5504 2004-08-10  Ed Schaller  <schallee@darkmist.net>
5505
5506         * include/wincrypt.h (MS_ENH_RSA_AES_PROV_A, MS_ENH_RSA_AES_PROV_W)
5507         (ALG_SID_AES_128, ALG_SID_AES_192, ALG_SID_AES_256, ALG_SID_AES 17)
5508         (CALG_AES_128, CALG_AES_192, CALG_AES_256, CALG_AES,PROV_RSA_AES):
5509         Add defines.
5510         (CALG_SHA1): Add define.
5511         (HP_HMAC_INFO): Add define.
5512         (HMAC_INFO): Add struct.
5513         (BLOBHEADER): Add typedef.
5514
5515 2004-07-26  Hartmut Honisch  <hhonisch@users.sourceforge.net>
5516
5517         * include/commctrl.h (TreeView_SetItemState): Define macro.
5518
5519 2004-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
5520
5521         * include/wingdi.h (CMYK): Correct macro. Group CMYK/RGB
5522         macros together.
5523
5524 2004-07-24  Brodie Thiesfield  <brofield@users.sourceforge.net>
5525
5526         * include/shlobj.h (FILEDESCRIPTOR): Unicode it.
5527         (FILEGROUPDESCRIPTOR): LIkewise.
5528
5529 2004-07-06  Corinna Vinschen  <corinna@vinschen.de>
5530
5531         * winbase.h (IsWow64Process): Add missing WINAPI qualifier.
5532
5533 2004-06-16  Danny Smith  <dannysmith@users.sourceforge.net>
5534
5535         * include/winnt.h (IMAGE_ORDINAL_FLAG): Map to ...
5536         (IMAGE_ORDINAL_FLAG{32,64}: New defines.
5537         (IMAGE_SNAP_BY_ORDINAL): Map to ...
5538         (IMAGE_SNAP_BY_ORDINAL{32,64}: New defines.
5539         (IMAGE_ORDINAL): Map to ...
5540         (IMAGE_ORDINAL{32,64}: New defines.
5541         (IMAGE_THUNK_DATA):  Map to ...
5542         (IMAGE_THUNK_DATA{32,64}: New structures.
5543         (IMAGE_THUNK_DATA): Map to ...
5544         (IMAGE_THUNK_DATA{32,64}: New structures.
5545         (IMAGE_IMPORT_DESCRIPTOR):  Map to ...
5546         (IMAGE_IMPORT_DESCRIPTOR{32,64}: New structures.
5547         (IMAGE_IMAGE_TLS_DIRECTORY)  Map to ...
5548         (IMAGE_IMAGE_TLS_DIRECTORY{32,64}: New structures.
5549
5550 2004-06-16  Bang Jun-Young  <junyoung@NetBSD.org>
5551
5552         * w32api/include/winnt.h (WAITORTIMERCALLBACKFUNC): Protect with
5553         _WIN32_WINNT >= 0x0500.
5554
5555 2004-06-05  Luke Dunstan  <infidel@users.sourceforge.net>
5556
5557         * include/winbase.h (GetWriteWatch): Correct prototype.
5558         (WRITE_WATCH_FLAG_RESET): Define.
5559         Thanks to Sergey Philippov <phis@users.sourceforge.net>.
5560
5561 2004-06-02  Rocher Laurent  <lrocher@users.sourceforge.net>
5562
5563         * include/commctrl.h (Animate_OpenEx): Define.
5564         (DateTime_GetSystemTime, DateTime_SetSystemTime): Correct names.
5565         (ListView_GetNumberOfWorkAreas): Correct macro.
5566         (ListView_SetUnicodeFormat, ListView_GetUnicodeFormat,
5567         ListView_SetItemCountEx, ListView_GetISearchString,
5568         TreeView_GetLastVisible, Header_CreateDragImage,
5569         Header_SetImageList, Header_GetImageList): Define.
5570         (LVM_SETUNICODEFORMAT, LVM_GETUNICODEFORMAT,
5571         MCM_GETUNICODEFORMAT, MCM_SETUNICODEFORMAT,
5572         TBSTATE_ELLIPSES): Define.
5573         (MonthCal_SetRange): Correct macro.
5574         (ImageList_Duplicate): Declare.
5575
5576 2004-05-29  Filip Navara  <xnavara@volny.cz>
5577
5578         * include/winnt.h (IMAGE_EXPORT_DIRECTORY): Fixed declaration.
5579
5580 2004-05-25  Al Slater  <al.slater@scluk.com>
5581
5582         * include/httpext.h (HSE_SEND_HEADER_EX_INFO,
5583         HSE_REQ_SEND_RESPONSE_HEADER_EX): Define.
5584
5585 2004-05-15  Filip Navara  <xnavara@volny.cz>
5586
5587         * include/ddk/kbdmou.h: New file.
5588         * lib/ddk/videoprt.def (VideoPortMapBankedMemory,
5589         VideoPortMapDmaMemory, VideoPortMapMemory): Correct suffix.
5590         * lib/ddk/ntoskrnl.def (_snprintf, _snwprintf, _vsnprintf,
5591         _vsnwprintf, sprintf, swprintf): Export.
5592
5593 2004-05-15  Filip Navara  <xnavara@volny.cz>
5594
5595         * include/ddk/ntddk.h: Don't set 4-byte alignment on included
5596         headers.
5597
5598 2004-05-07  Danny Smith  <dannysmith@users.sourceforge.net>
5599
5600         * include/wingdi.h: Correct non-unicode typedefs of
5601         ENUMLOGFONTEXDV, PENUMLOGFONTEXDV, LPENUMLOGFONTEXDV.
5602
5603 2004-05-07  Pascal Obry  <obry@act-europe.fr>
5604
5605         * include/winsock.h (IN_CLASSA): Fix macro.
5606         * include/winsock2.h (IN_CLASSA): Fix macro.
5607
5608 2004-04-29  Bart Oldeman  <bartoldeman@users.sourceforge.net>
5609
5610         * include/objbase.h (STGOPTIONS): Correct pwcsTemplateFile type.
5611         * include/aclui.h: Remove '\r', throughout.
5612         * include/msacm.h: Likewise.
5613         * lib/aclui.def: Likewise.
5614
5615 2004-04-28  Luke Dunstan  <infidel@users.sourceforge.net>
5616
5617         * lib/comctl32.def (SetWindowSubclass): Add stub.
5618         Thanks to Eugene <egladysh@users.sourceforge.net>.
5619
5620 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
5621
5622         * include/winbase.h (EXECUTION_STATE): Add typedef.
5623         (SetThreadExecutionState): Declare.
5624         * include/wingdi.h (_WINGDI_): Define.
5625         * include/objbase.h (_OBJBASE_H_): Define.
5626
5627 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
5628
5629         * include/winuser.h (SM_IMMENABLED, SM_CXFOCUSBORDER,
5630         SM_CYFOCUSBORDER, SM_TABLETPC, SM_MEDIACENTER): Add defines.
5631         (SM_CMETRICS): Adjust value.
5632         * include/winnt.h (PROCESSOR_ARCHITECTURE_MSIL): Correct define.
5633         (PROCESSOR_ARCHITECTURE_AMD64, PROCESSOR_ARCHITECTURE_IA32_ON_WIN64):
5634         Add defines.
5635         Thanks to Benoit Blanchon <bblanchon@users.sourceforge.net>
5636
5637 2004-04-24  Justin Forest  <vhex@users.sourceforge.net>
5638
5639         * include/winsock2.h (LUP_DEEP, LUP_CONTAINERS,
5640         LUP_NOCONTAINERS, LUP_NEAREST, LUP_RETURN_NAME,
5641         LUP_RETURN_TYPE, LUP_RETURN_VERSION, LUP_RETURN_COMMENT,
5642         LUP_RETURN_ADDR, LUP_RETURN_BLOB, LUP_RETURN_ALIASES,
5643         LUP_RETURN_QUERY_STRING, LUP_RETURN_ALL, LUP_RES_SERVICE,
5644         LUP_FLUSHCACHE, LUP_FLUSHPREVIOUS): Add defines.
5645
5646 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
5647
5648         * include/windns.h (DNSREC_QUESTION, DNSREC_ANSWER, DNSREC_AUTHORITY,
5649         DNSREC_ADDITIONAL): Add defines.
5650
5651 2004-04-23  Robert Wruck  <wruck@tweerlei.de>
5652
5653         * include/commctrl.h (LPNMLVDISPINFO): Add defines.
5654
5655 2004-04-23  Robert Wruck  <wruck@tweerlei.de>
5656
5657         * include/aclui.h: New file.
5658         * lib/aclui.def: New file.
5659         * lib/test.c: Add aclui.h to includes.
5660
5661 2004-04-21  Danny Smith  <dannysmith@users.sourceforge.net>
5662
5663         * include/winuser.h (SPI_GETACTIVEWINDOWTRACKING,
5664         SPI_GETACTIVEWNDTRKZORDER, SPI_SETACTIVEWINDOWTRACKING,
5665         SPI_SETACTIVEWNDTRKZORDER): Remove duplicate defines.
5666
5667 2004-04-20  Christopher Faylor  <cgf@alum.bu.edu>
5668
5669         * include/wingdi.h: Protect non-unicode case of below.
5670
5671 2004-04-20  Christopher Faylor  <cgf@alum.bu.edu>
5672
5673         * include/wingdi.h: Protect use of ENUMLOGFONTEXDV, PENUMLOGFONTEXDV,
5674         LPENUMLOGFONTEXDV with appropriate version check.
5675
5676 2004-04-18  Hans Leidekker  <hans@it.vu.nl>
5677
5678         * lib/directx/dxguid.c (CLSID_DirectSoundPrivate,
5679         DSPROPSETID_DirectSoundDevice): Add defines.
5680
5681 2004-04-20  Adrian Sandor  <aditsu@users.sourceforge.net>
5682
5683         * include/msacm.h: New file.
5684
5685 2004-01-09  Stuart Cunningham  <stuart_hc@users.sourceforge.net>
5686
5687         * include/objbase.h (STGFMT): Declare enum.
5688         (STGOPTIONS): Declare structure.
5689         (StgCreateStorageEx, StgOpenStorageEx): Declare.
5690         (STGOPTIONS_VERSION): Define.
5691         * lib/ole32.def (StgCreateStorageEx, StgOpenStorageEx): Add stubs.
5692
5693 2004-04-13  Filip Navara  <xnavara@volny.cz>
5694
5695         * include/winuser.h (IS_INTRESOURCE, MB_CANCELTRYCONTINUE,
5696         WM_NCXBUTTONDOWN, WM_NCXBUTTONUP, WM_NCXBUTTONDBLCLK,
5697         WM_XBUTTONDOWN, WM_XBUTTONUP, WM_XBUTTONDBLCLK,
5698         DCX_INTERSECTUPDATE, MK_XBUTTON1, MK_XBUTTON2,
5699         HELP_SETWINPOS): Define.
5700         (WM_MOUSELAST): Different value for _WIN32_WINNT >= 0x0500.
5701         (SPI_*): Add new definitions for WINVER >= 0x500.
5702         (CallMsgFilter[AW], SetWindowsHookA): Correct prototype.
5703         (InternalGetWindowText, SetWindowsHookW): Declare.
5704         * include/winbase.h (InitializeSListHead): Avoid conflicting
5705         definition with DDK headers.
5706
5707 2004-04-13  Gé van Geldorp  <gvg@reactos.com>
5708
5709         * include/winuser.h (GetLastError): Move from here...
5710         * include/winbase.h: ... to here.
5711
5712 2004-04-13  Filip Navara  <xnavara@volny.cz>
5713
5714         * include/winspool.h (DocumentPropertiesW): Correct prototype.
5715
5716 2004-04-13  Filip Navara  <xnavara@volny.cz>
5717
5718         * include/wingdi.h (ENHMETAHEADER): Add definitions for
5719         WINVER >= 0x400.
5720         (WCRANGE, GLYPHSET, LPPOLYTEXT[AW]): Declare.
5721         (ENUMLOGFONTEXW): Fix definition.
5722         (ENUMLOGFONTEXDV[AW]): Declare.
5723
5724 2004-04-13  Filip Navara  <xnavara@volny.cz>
5725
5726         * include/wingdi.h: Declare the DirectDraw structures only if
5727         the DirectDraw kernel mode headers aren't included.
5728         (EMFINFO): Declare.
5729         (EngStretchBlt, EngTextOut, FONTOBJ_cGetGlyphs,
5730         STROBJ_bEnumPositionsOnly): Correct prototypes.
5731
5732 2004-04-13  Filip Navara  <xnavara@volny.cz>
5733
5734         * include/objidl.h (PRPCOLEMESSAGE): Declare.
5735         * include/rpc.h (RPCRTAPI): Define.
5736         * include/rpcdce.h (RpcServerRegisterIf2): Declare.
5737         * include/rpcdcep.h (RPC_BLOCKING_FN, I_RpcSend): Declare.
5738         (RPC_BLOCKING_FUNCTION): Remove, replaced by RPC_BLOCKING_FN.
5739         (I_RpcBindingSetAsync): Correct prototype.
5740         * include/rpcndr.h (MIDL_STUB_MESSAGE): Rename 'Reserved' field
5741         to w2kReserved.
5742         (USER_MARSHAL_SIZING_ROUTINE, USER_MARSHAL_MARSHALLING_ROUTINE,
5743         USER_MARSHAL_UNMARSHALLING_ROUTINE, USER_MARSHAL_FREEING_ROUTINE,
5744         USER_MARSHAL_ROUTINE_QUADRUPLE, NDR_NOTIFY_ROUTINE, IDL_CS_CONVERT,
5745         CS_TYPE_NET_SIZE_ROUTINE, CS_TYPE_LOCAL_SIZE_ROUTINE,
5746         CS_TYPE_TO_NETCS_ROUTINE, CS_TYPE_FROM_NETCS_ROUTINE,
5747         CS_TAG_GETTING_ROUTINE, NDR_CS_SIZE_CONVERT_ROUTINES,
5748         NDR_CS_ROUTINES, NdrUserMarshalMarshall, NdrUserMarshalUnmarshall,
5749         NdrUserMarshalBufferSize, NdrUserMarshalMemorySize,
5750         NdrUserMarshalFree): Declare.
5751         (MIDL_STUB_DESC): Add new fields that were added in W2K.
5752         * include/rpcproxy.h (CStdStubBuffer): Ditto.
5753
5754 2004-04-13  Filip Navara  <xnavara@volny.cz>, David Welch  <welch@cwcom.net>
5755
5756         * include/ddk/ntapi.h (NtCurrentProcess, NtCurrentThread,
5757         LPC_MESSAGE_BASE_SIZE): Define.
5758         * include/ddk/ntifs.h: Move the pack pragma under header inclusion.
5759
5760 2004-04-13  Filip Navara  <xnavara@volny.cz>
5761
5762         * include/commctrl.h (TB_MARKBUTTON, NMTBGETINFOTIP[AW]):
5763         Declare.
5764
5765 2004-04-18  Allan Bazinet  <bazineta@users.sourceforge.net>
5766
5767         * include/winuser.h (MONITORINFOEX[AW]): Change to be derived from
5768         MONITORINFO when compiling as C++.
5769
5770 2004-04-17  Luke Dunstan  <infidel@users.sourceforge.net>
5771
5772         * README.w32api: List separate copyright conditions for some headers.
5773         * include/(winsock2.h, wsipx.h): Minor change to copyright header.
5774
5775 2004-04-15  Danny Smith  <dannysmith@users.sourceforge.net>
5776
5777         * include/wingdi.h (RGB): Correct macro.
5778
5779 2004-04-14  Robert Wruck  <rwruck@users.sourceforge.net>
5780
5781         * include/ddk/winddk.h (RtlEqualLuid): Correct macro.
5782
5783 2004-04-06  Luke Dunstan  <infidel@users.sourceforge.net>
5784
5785         * include/ocidl.h (QACONTAINERFLAGS): Correct typedef.
5786
5787 2004-03-29  Danny Smith  <dannysmith@users.sourceforge.net>
5788
5789         * lib/Makefile.in: Add directx to .PHONY target.
5790         * lib/directx/dxerr.c: Remove dependence on mingw runtime.
5791         Don't include stdio.h or tchar.h.
5792         Replace _T() macro with TEXT() macro, throughout.
5793         Replace _stprintf with wsprintf, throughout.
5794
5795 2004-03-27  Hosaka Yuji  <hos@tamanegi.org>
5796
5797         * include/dbt.h (DBT_DEVTYP_DEVICEINTERFACE, DBT_DEVTYP_HANDLE):
5798         Add define.
5799         (DEV_BROADCAST_DEVICEINTERFACE, DEV_BROADCAST_HANDLE): Add struct.
5800         * include/winuser.h (UnregisterDeviceNotification): Add prototype.
5801         * lib/user32.def (UnregisterDeviceNotification): Add export stub.
5802
5803 2004-03-27  Filip Navara  <xnavara@volny.cz>
5804
5805         * include/directx: New subdir.
5806         * lib/directx: Ditto.
5807         * include/directx/(d3d9.h, d3d9caps.h, d3d9types.h, dxerr8.h,
5808         dxerr9.h): New files.
5809         * lib/directx/(Makefile.in, d3d8.def, d3d9.def, d3dim.def, d3drm.def,
5810         d3dx8d.def, d3dx9d.def, d3dxof.def, ddraw.def, dinput.def,
5811         dinput_joy.c, dinput_joy2.c, dinput_kbd.c, dinput_mouse.c,
5812         dinput_mouse2.c, dinput_private.h, dinput8.def, dmoguids.c, dplayx.def,
5813         dpnaddr.def, dpnet.def, dpnlobby.def, dpvoice.def, dsetup.def,
5814         dsound.def, dxerr.c, dxerr8.c, dxerr8w.c, dxerr9.c, dxerr9w.c,
5815         dxguid.c, ksproxy.def, ksuser.c, ksuser.def, msdmo.def, quartz.def,
5816         strmiids.c, test.c): Ditto.
5817         * lib/(d3dim.def, d3drm.def, d3dxof.def, ddraw.def, dinput.c,
5818         dinput.def, dplayx.def, dsetup.def, dsound.def, dxguid.c): Removed.
5819
5820 2004-03-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5821
5822         * include/GL/glu.h (GLU_AUTO_LOAD_MATRIX, GLU_CULLING,
5823         GLU_SAMPLING_TOLERANCE, GLU_DISPLAY_MODE, GLU_PARAMETRIC_TOLERANCE,
5824         GLU_SAMPLING_METHOD, GLU_U_STEP, GLU_V_STEP): Define.
5825
5826 2004-03-24  Filip Navara  <xnavara@volny.cz>
5827
5828         * include/commctrl.h (TB_GETSTRING[AW]): Add defines.
5829         (RBBS_HIDETITLE, RBBS_TOPALIGN): Ditto.
5830
5831 2004-03-24  Filip Navara  <xnavara@volny.cz>
5832
5833         * include/ddk/srb.h (_PORT_CONFIGURATION_INFORMATION):  Rename
5834         TaggedQueueing to TaggedQueuing.
5835         (_HW_INITIALIZATION_DATA): Likewise.
5836
5837 2004-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
5838
5839         * include/docobj.h (IOleDocumentView::GetDocument): Correct
5840         prototype.
5841         Thanks to Buster Copley  <consequent@users.sourceforge.net>
5842
5843 2004-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
5844
5845         * lib/ddk/ntoskrnl.def (MmAllocatePagesForMdl): Correct suffix.
5846         (MmMapIoSpace): Likewise.
5847         Thanks to Dan Aloni  <da-x@colinux.org>
5848
5849 2004-03-16  Martin Fuchs  <martin-fuchs@gmx.net>
5850
5851         * include/shellapi.h (NIM_* NIS_*): Define constants for
5852         notification icons with _WIN32_IE >= 0x0500.
5853         (NOTIFYICONDATA): Add new structure members for notification
5854         icons with _WIN32_IE >= 0x0500.
5855
5856 2004-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
5857
5858         *include/wininet.h (CACHEGROUP_SEARCH_ALL, CACHEGROUP_SEARCH_BYURL):
5859         Add defines.
5860         (INTERNET_CACHE_GROUP_ADD, INTERNET_CACHE_GROUP_REMOVE): Add defines.
5861         (GROUPID) Add typedef.
5862         (INTERNET_CACHE_GROUP_INFO[AW]): Define structures.
5863         (CreateUrlCacheGroup): Add prototype.
5864         (DeleteUrlCacheGroup): Add prototype.
5865         (FindFirstUrlCacheGroup): Add prototype.
5866         (FindNextUrlCacheGroup): Add prototype.
5867         (GetUrlCacheGroupAttribute[AW]): Add prototypes.
5868         (SetUrlCacheGroupAttribute[AW]): Add prototypes.
5869
5870 2004-03-10  Al Slater  <al.slater@scluk.com>
5871
5872         * include/winsock2.h: Add missing LPFN_ typdefs for
5873         function pointers.
5874         Clean up whitespace.
5875
5876 2004-03-05  Filip Navara  <xnavara@volny.cz>
5877
5878         * include/ddk/scsi.h: Replace assert with ASSERT.
5879         * include/ddk/video.h: Ditto.
5880         * include/ddk/winddk.h: Ditto. Remove the assert macro.
5881         * include/ddk/tdi.h: Correct packing.
5882
5883 2004-03-04  Danny Smith  <dannysmith@users.sourceforge.net>
5884
5885         * include/wtypes.h (DECIMAL_SETZERO): Add definition for
5886         NONAMELESSUNION case.
5887
5888 2004-03-03  Martin Fuchs  <martin-fuchs@gmx.net>
5889
5890         * include/oleauto.h (V_UNION, V_VT, V_DECIMAL): Use
5891         __VARIANT_NAME_ constants.
5892
5893 2004-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
5894
5895         * include/uxtheme.h: Include <commctrl.h>
5896
5897 2004-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
5898
5899         * include/basetyps.h (GUID_SECT): Define to nothing for GCC >= 2.95.
5900
5901 2004-03-02  Martin Fuchs  <martin-fuchs@gmx.net>
5902
5903         * include/oleauto.h (VAR_VALIDDATE, VAR_FORMAT_NOSUBSTITUTE,
5904         VAR_FOURDIGITYEARS): Define new constants. Group VAR_*  defines
5905         together.
5906         (V_UI2, V_UI4, V_UI4REF, V_UI, V_UI8REF): Define macros.
5907         (V_I8, V_I8REF): Correct macros.
5908         (V_DECIMAL): Correct macro definitions.
5909         (V_INT_PTR, V_UINT_PTR, V_INT_PTRREF, V_UINT_PTRREF): Define
5910         constants.
5911         (VTBIT_*): Define constants.
5912         (UDATE): Add structure definition.
5913         (VarDateFromUdate, VarDateFromUdateEx, VarUdateFromDate): Declare
5914         functions.
5915         (SafeArrayCreateVector): Correct parameter type from UINT to ULONG
5916         (SafeArrayCreateVectorEx): Declare function.
5917         (Var*): declare VARIANT manipulation functions.
5918         * include/ocidl.h (IPicture_*): Define IPicture COBJ macros.
5919         * include/oaidl.h (IRecordInfo_*): Define IRecordInfo COBJ
5920         macros.
5921
5922 2004-03-01  Martin Fuchs  <martin-fuchs@gmx.net>
5923
5924         * include/oaidl.h (FADF_*): Define missing constants.
5925         (IDispatch_*): Define COBJ macros.
5926         (VARIANT): Add missing union members llVal and ullVal.
5927         (wireVARIANT): Likewise.
5928         (ITypeinfo_*): Define COBJ macros.
5929         * include/oleauto.h (Var*FromDisp): Correct parameter type from
5930         LPDISPATCH* to LPDISPATCH.
5931         (VARCMP_*, VAR_LOCALBOOL, LOCALE_USE_NLS, VARIANT_*,
5932         VAR_CALENDAR_*): Add missing constants.
5933         (SafeArray[Get/Set]*): Add prototypes.
5934         (Var*From*):  Add missing prototypes.
5935         (NUMPRS_*): Add defines.
5936         (NUMPARSE): Define structure.
5937         (VarParseNumFromStr,VarNumFromParseNum): Add prototypes.
5938         * include/winerror.h (DISP_E_DIVBYZERO): Define constant.
5939         * include/winuser.h (COLOR_*): Define missing constants.
5940         * include/wtypes.h (enum VARENUM): Add VT_INT_PTR, VT_UINT_PTR.
5941         (VT_INT_PTR, VT_UINT_PTR): Remove macro definitions.
5942
5943 2004-02-23  Filip Navara  <xnavara@volny.cz>
5944
5945         * include/ddk/video.h: Corrected packing.
5946
5947 2004-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
5948
5949         * include/GL/glu.h (GLU_ERROR): Define.
5950         Thanks to Philip Lamb  <phil at rave dot co dot nz>
5951
5952 2004-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
5953
5954         * include/GL/glu.h: Include <stddef.h>.
5955         Thanks to Greg Couch <gregcouch@users.sourceforge.net>
5956
5957 2004-02-15  Earnie Boyd  <earnie@users.sf.net>
5958
5959         * include/w32api.h: Increment version to 3.0.
5960         * Makefile.in: Ditto.
5961         * README.win32api: Modify license to Public Domain per agreement as
5962         found in the mingw-dvlpr list archive.
5963
5964 2004-02-13  Earnie Boyd  <earnie@users.sourceforge.net>
5965
5966         * include/ddk/winddk.h (DIRECTORY_QUERY): Add define.
5967         (DIRECTORY_TRAVERSE): Ditto.
5968         (DIRECTORY_CREATE_OBJECT): Ditto.
5969         (DIRECTORY_CREATE_SUBDIRECTORY): Ditto.
5970         (DIRECTORY_ALL_ACCESS): Ditto.
5971         Thanks to Konstantin Stepaniuk <skostia@users.sourceforge.net>
5972
5973 2004-02-12  Danny Smith  <dannysmith@users.sourceforge.net>
5974
5975         * include/basetypes.h (_REFIID_DEFINED): Correct typo.
5976
5977         * include/winuser.h (NCCALCSIZE_PARAMS): Define structure.
5978         Thanks to Mike Nordell <tamlin at algonet dot se>.
5979
5980 2004-02-11  Danny Smith  <dannysmith@users.sourceforge.net>
5981
5982         * lib/dnsapi.def: New file.
5983         * lib/test.c: Include windns.h.
5984
5985 2004-02-11  Pierre A. Humblet  <Pierre.Humblet@ieee.org>
5986
5987         * include/windns.h: New file.
5988
5989 2004-02-11  Danny Smith  <dannysmith@users.sourceforge.net>
5990
5991         * include/sqlucode.h (SQLGetStmtAttr[AW]): Remove duplicate
5992         defines.
5993         (SQLSetStmtAttr[AW]): Move into ODBCVER >= 0x0300 block.
5994         (SQLSetDescFieldW): Correct prototype.
5995         (SQLSetDescFieldA): Add prototype.
5996         (SQLGetDescFieldW): Add prototype.
5997
5998 2004-02-11  Pat Thoyts  <patthoyts@users.sourceforge.net>
5999
6000         * include/winuser.h (DFC_POPUPMENU): Add define.
6001
6002 2004-02-07  Dan Aloni  <da-x@gmx.net>
6003
6004         * lib/ddk/ntoskrnl.def (KeSetTimer,KeSetTimerEx): Correct
6005         suffix.
6006
6007 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
6008
6009         * include/oleacc.h (LIBID_Accessibility): Declare.
6010         * lib/uuid.c (LIBID_Accessibility): Define.
6011
6012 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
6013
6014         * include/winioctl.h (NTFS_VOLUME_DATA_BUFFER): Add structure.
6015         (FSCTL_GET_NTFS_VOLUME_DATA): Add macro.
6016
6017 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
6018
6019         * include/commctrl.h (ICC_STANDARD_CLASSES, ICC_LINK_CLASS): Add
6020         defines.
6021
6022 2004-01-31  Jiri Malak  <Jiri.Malak@geac.cz>
6023
6024         * include/winuser.h (RT_MANIFEST): Make conditional on
6025         RC_INVOKED.
6026         (CREATEPROCESS_MANIFEST_RESOURCE_ID,
6027         ISOLATIONAWARE_MANIFEST_RESOURCE_ID,
6028         ISOLATIONAWARE_NOSTATICIMPORT_MANIFEST_RESOURCE_ID): Add
6029         defines.
6030
6031 2004-01-16 Martin Fuchs  <martin-fuchs@gmx.net>
6032
6033         * include/shlobj.h (SHGDN_INCLUDE_NONFILESYS): Add define.
6034
6035 2004-01-15  Filip Navara  <xnavara@volny.cz>
6036
6037         * include/ddk/mcd.h: Don't care about value of DBG define.
6038         * include/ddk/srb.h: Ditto.
6039         * include/ddk/storport.h: Ditto.
6040         * include/ddk/video.h: Ditto.
6041         * include/nspapi.h (SetServiceW, GetAddressByNameA,
6042         GetAddressByNameW): Correct protoype.
6043         * include/ntsecapi.h (PCUNICODE_STRING): Define.
6044
6045 2004-01-05  Filip Navara  <xnavara@volny.cz>
6046
6047         * include/prsht.h (LPCPROPSHEETPAGEW): Fix definition.
6048         * include/shlwapi.h (SHRegQueryInfoUSKey[AW]): Fix prototype.
6049         * include/cpl.h (CPL_STARTWPARMS[AW]): Correct.
6050         * include/shellapi.h (ABS_AUTOHIDE, ABS_ALWAYSONTOP,
6051         SEE_MASK_NO_CONSOLE, SEE_MASK_ASYNCOK, SEE_MASK_HMONITOR,
6052         FOF_NOCOPYSECURITYATTRIBS): Add defines.
6053         * include/shlobj.h (BFFM_SETOKTEXT, BFFM_SETEXPANDED,
6054         CSIDL_FLAG_DONT_VERIFY, CSIDL_FLAG_CREATE, CSIDL_FLAG_MASK,
6055         CFSTR_INETURL[AW], SHGDN_FOREDITING, SHGDN_FORADDRESSBAR,
6056         SSF_*): Add defines.
6057         (SHCNF_PATH[AW], SHCNF_PRINTER[AW], CFSTR_FILENAME[AW],
6058         CFSTR_FILENAMEMAP[AW], CFSTR_FILEDESCRIPTOR[AW], CFSTR_SHELLURL,
6059         CMDSTR_NEWFOLDER[AW], CMDSTR_VIEWLIST[AW], CMDSTR_VIEWDETAILS[AW]):
6060         Correct.
6061         (IEnumIDList): Add COBJMACROS.
6062         * include/winuser.h (MIM_*): Add define.
6063
6064 2004-01-04  Filip Navara  <xnavara@volny.cz>
6065
6066         * include/shlguid.h (IID_IPersistFolder2, IID_IPersistFolder3,
6067         IID_IShellFolder2, IID_IFileSystemBindData): Add declarations.
6068         * include/shlobj.h (EXTRASEARCH, SHCOLSTATEF, SHELLDETAILS,
6069         PERSIST_FOLDER_TARGET_INFO): Define structures.
6070         (IEnumExtraSearch, IShellFolder2, IFileSystemBindData,
6071         IPersistFolder2, IPersistFolder3): Add COM interface
6072         definitions.
6073         (IExtractIcon[AW], IShellLink[AW], IPersistFolder, IShellView,
6074         ICommDlgBrowser, IShellFolder2, IPersistFolder2, IPersistFolder3):
6075         Add COBJMACROS.
6076         (SHCreateDirectoryEx[AW], SHBindToParent): Add prototypes.
6077         * lib/shell32.c (IID_IPersistFolder2, IID_IPersistFolder3,
6078         IID_IShellFolder2, IID_IFileSystemBindData): Add definitions.
6079
6080 2004-01-03  Danny Smith  <dannysmith@users.sourceforge.net>
6081
6082         * include/mshtml.h (IHTMLDocument2): Correct write, writeln
6083         declarations.
6084         Thanks to: Rene Nyffenegger <renenyffenegger@users.sf.net>.
6085
6086 2004-01-03  Filip Navara  <xnavara@volny.cz>
6087
6088         * include/cguid.h (CLSID_StdGlobalInterfaceTable): Declare IID.
6089         * include/oaidl.h (ITypeLib2, ITypeInfo2): Define interfaces,
6090         declare IID's.
6091         (IErrorInfo): Add COBJMACROS.
6092         * include/objbase.h (STGM_NOSNAPSHOT): Add define.
6093         (CoGetPSClsid): Add protototype,
6094         (CoRegisterPSClsid): Likewise.
6095         * include/objidl.h (IMarshal): Correct methods.
6096         (IMallocSpy): Likewise,
6097         (LPPSFACTORYBUFFER): Add typedef.
6098         (IGlobalInterfaceTable): Define interface and COBJMACROS. Declare
6099         IID.
6100         (IStorage_CreateStorage, IRpcStubBuffer_Invoke): Fix macros.
6101         * include/ocidl.h (PROPBAG2_TYPE): Define enum.
6102         (PROPBAG2, QACONTAINERFLAGS, QACONTAINER, QACONTROL): Define
6103         structures.
6104         (IPropertyBag2, IPersistPropertyBag2,IAdviseSinkEx, IPointerInactive,
6105         IOleUndoUnit, IOleParentUndoUnit, IEnumOleUndoUnits, IOleUndoManager,
6106         IQuickActivate): Define interfaces. Declare IID's.
6107         (IPersistPropertyBag2): Add COBJMACROS.
6108         (LPOLEUNDOMANAGER): Add typedef.
6109         (LPPROPERTYBAG2): Likewise.
6110         * include/oleidl.h (LPPARSEDISPLAYNAME): Fix definiton.
6111         (BINDSPEED): Add definition.
6112         (IParseDisplayName, IOleItemContainer, IOleObject, IDropSource,
6113         IDropTarget): Add COBJMACROS.
6114         * include/wtypes.h (MEMCTX, MSHCTX): Fix enum.
6115         * include/winerror.h (CO_S_NOTALLINTERFACES): Add define.
6116         * lib/uuid.c (IID_IGlobalInterfaceTable, IID_IOleUndoManager,
6117         IID_IPersistPropertyBag2, IID_IPropertyBag2, IID_IRpcProxyBuffer):
6118         Add IID definitions.
6119
6120 2004-01-02  Filip Navara  <xnavara@volny.cz>
6121
6122         * include/ddk/winddk.h: Don't care about value of
6123         DBG define.
6124
6125 2004-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
6126             Filip Navara  <xnavara@volny.cz>
6127
6128         * include/ddk/winddk.h (_DDK_DUMMYUNION_MEMBER,
6129         _DDK_DUMMYUNION_N_MEMBER): New macros.
6130         (ExAllocateFromPagedLookasideList,ExFreeToPagedLookasideList,
6131         ExAllocateFromNPagedLookasideList, ExFreeToNPagedLookasideList):
6132         Use them.
6133
6134 2004-01-01  Filip Navara  <xnavara@volny.cz>
6135
6136         * include/objbase.h: Don't care about value of DBG define.
6137         * include/objidl.h: Add some COBJMACROS.
6138         * include/ocidl.h: Ditto.
6139         * include/oleidl.h: Ditto.
6140         * include/servprov.h: Ditto.
6141         * include/shlobj.h: Ditto.
6142         * include/shlobj.h (IContextMenu2): Correct parent in
6143         DECLARE_INTERFACE.
6144         * include/oleidl.h (IOleCache, IOleCache2, IOleCacheControl):
6145         Define interfaces.
6146         * include/setupapi.h (SetupGetLineTextA): Correct prototype.
6147         Add new constants for _SETUPAPI_VER >= 0x501.
6148
6149 2004-01-01  Filip Navara  <xnavara@volny.cz>
6150
6151         * include/winnt.h (NtCurrentTeb): Add inline definition.
6152
6153 2004-01-01  Martin Fuchs  <martin-fuchs@gmx.net>
6154
6155         * include/shlobj.h (SHCoCreateInstance): Add prototype.
6156         * lib/shell32.def (SHCoCreateInstance): Add export stub.
6157
6158 2004-01-01  Igor Pechtchanski  <pechtcha@cs.nyu.edu>
6159
6160         * lib/setupapi.def (CM_Request_Device_Eject[AW]): Add export.
6161         (CM_Request_Device_Eject_Ex[AW]): Likwise.
6162         * include/ddk/cfg.h (DN_*): Add defines.
6163
6164 2004-01-01  Danny Smith  <dannysmith@users.sourceforge.net>
6165
6166         * lib/ddk/cfgmgr32.def: Remove duplicate symbol names.
6167
6168 2004-01-01  Mattia Barbon  <mbarbon@users.sourceforge.net>
6169
6170         * include/commctrl.h (TVN_GETINFOTIP): Add UNICODE mappings.
6171         (NMTVGETINFOTIP): Add structure.
6172
6173 2003-12-08  Danny Smith  <dannysmith@users.sourceforge.net>
6174
6175         * include/winuser.h (DISPLAY_DEVICE_*): Remove defines.
6176         * include/wingdi.h (DISPLAY_DEVICE_REMOVABLE,
6177         DISPLAY_DEVICE_MODESPRUNED): Add defines.
6178
6179 2003-12-08  Hartmut Honisch  <hhonisch@users.sourceforge.net>
6180
6181         * include/commctrl.h (ListView_Get_State, ListView_Check_State):
6182         Add macros.
6183         * include/wingdi.h  (DISPLAY_DEVICE_*): Add multi-monitor
6184         constants.
6185         * include/shlobj.h (SHCOLUMNINIT): Add structure.
6186         (SHCOLUMNDAT): Likwise.
6187         (SHCOLUMNID): Likewise.
6188         (SHCOLUMNINFO): Likewise.
6189         (SHCOLSTATE): Add enum.
6190         (IColumnProvider): Add COM interface.
6191         (IQueryInfo): Likewise.
6192         (IShellIconOverlayIdentifier): Likewise.
6193         * include/shlguid.h (IID_IColumnProvider) Declare.
6194         (IID_IQueryInfo): Likweise.
6195         (IID_IShellIconOverlayIdentifier): Likwise.
6196         * lib/shell32.c (IID_IColumnProvider) Define.
6197         (IID_IQueryInfo): Likweise.
6198         (IID_IShellIconOverlayIdentifier): Likwise.
6199
6200 2003-12-08  Roald Ribe  <rrib@users.sourceforge.net>
6201
6202         * include/winuser.h (RT_MANIFEST): Add define.
6203
6204 2003-12-08  Pascal Buhler  <pbuhler@users.sourceforge.net>
6205
6206         * include/oleidl.h (IViewObject2): Inherit from IViewObject.
6207
6208 2003-12-01  Danny Smith  <dannysmith@users.sourceforge.net>
6209
6210         * include/winnt.h (GetCurrentFiber): Remove duplicate prototype.
6211         (GetFiberData): Likewise.
6212         (GetCurrentFiber): Change volatile to __volatile__.
6213         (GetFiberData): Likewise.
6214
6215 2003-11-27  Christopher Faylor  <cgf@redhat.com>
6216
6217         * lib/Makefile.in: Use make function to locate .mri file to allow
6218         building in directory other than source directory.
6219
6220 2003-11-27  Danny Smith  <dannysmith@users.sourceforge.net>
6221
6222         * lib/vfw32.def: Remove, replacing with ...
6223         * lib/msvfw32.def: New file.
6224         * lib/avicap32.def: New file.
6225         * lib/avifil32.def: New file.
6226         * lib/vfw32.mri: New file.
6227         * Makefile.in: (MRI_FILES, MIMPLIBS): New vars for
6228         import libs with multiple dll's.
6229         (LIBS): Add MIMPLIBS.
6230         (DISTFILES): Add MRI_FILES.
6231         (libvfw32.a): Build using mri script.
6232
6233 2003-11-23  Danny Smith  <dannysmith@users.sourceforge.net>
6234
6235         * include/winnt.h (PAGE_*): Group defines together. Change
6236         constants to hex notation.
6237
6238 2003-11-15  Manu B  <manubee@users.sourceforge.net>
6239
6240         * include/commctrl.h (TabCtrl_GetImageList): Add macro.
6241
6242 2003-11-13 Martin Fuchs  <martin-fuchs@gmx.net>
6243
6244         * include/shlobj.h (ILAppendID, ILClone, ILCloneFirst, ILCombine,
6245         ILFindChild, ILFindLastID, ILFree, ILGetNext, ILGetSize, ILIsEqual,
6246         ILIsParent, ILLoadFromStream, ILRemoveLastID, ILSaveToStream):
6247         Add prototypes.
6248         * lib/shell32.def: Add stubs.
6249
6250         * include/commctrl.h (ListView_FindItem): Add type cast to avoid
6251         compiler warnings.
6252
6253 2003-11-13  Hans Leidekker  <hans@it.vu.nl>
6254
6255         * include/winbase.h (WIN32_STREAM_ID): Correct typedef.
6256
6257 2003-10-13  Andre Auzi  <aauzi@users.sourceforge.net>
6258
6259         * include/windows.h (CopyCursor): Define as macro.
6260
6261 2003-10-13  Steven Edwards  <Steven_Ed4153@yahoo.com>
6262
6263         * include/winnt.h (CONTAINING_RECORD): Add macro.
6264
6265 2003-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
6266
6267         * include/winnt.h: (FILE_SUPERSEDED, FILE_OPENED, FILE_CREATED,
6268         FILE_OVERWRITTEN, FILE_EXISTS, FILE_DOES_NOT_EXIST): Remove
6269         defines.
6270
6271 2003-10-13  Filip Navara  <xnavara@volny.cz>
6272
6273         * include/commctrl.h (DSA_*): Add prototypes, typedefs and
6274         defines for Dynamic Storage Arrays.
6275         (DPA_*): Likewise, for Dynamic Pointer Arrays.
6276         (FlatSB_*, InitializeFlatSB, InitializeFlatSB): Add prototypes
6277         and defines for Flat ScrollBars.
6278         (SetWindowSubclass, GetWindowSubclass, RemoveWindowSubclass,
6279         DefSubclassProc): Add prototypes for subclassing.
6280         (DrawShadowText): Add prototype.
6281         (COMCTL32_VERSION): Define.
6282
6283 2003-10-13  Martin Fuchs  <Martin-Fuchs@gmx.net>
6284
6285         * include/shlobj.h (CFSTR_FILENAME, CFSTR_FILEDESCRIPTOR,
6286         CFSTR_FILENAMEMAP, CFSTR_SHELLURL): Correct UNICODE definitions.
6287
6288 2003-10-13  Pierre Humblet  <pierre.humblet@ieee.org>
6289
6290         * include/winnt.h (SM_REMOTESESSION): Add define.
6291         * include/winuser.h (SE_CREATE_GLOBAL_NAME): Ditto.
6292
6293 2003-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
6294
6295         * include/wincrypt (KP_IV, KP_SALT, KP_PADDING, KP_MODE,
6296         KP_MODE_BITS, KP_PERMISSIONS, KP_ALGID, KP_BLOCKLEN): Remove
6297         duplicate definitions.
6298         (KP_X, KP_Y): Correct typos.
6299
6300 2003-10-11  Manu B  <manubee@users.sourceforge.net>
6301
6302         * include/afxres.h: New file.
6303
6304         * include/richedit.h (ES_NOOLEDRAGDROP, ENM_DRAGDROPDONE,
6305         ENM_IMECHANGE, ENM_LANGCHANGE, ENM_OBJECTPOSITIONS,
6306         ENM_SCROLLEVENTS): Add constants.
6307
6308         * include/richedit.h (ES_SELECTIONBAR, ENM_LINK): Sort constants.
6309
6310 2003-10-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6311
6312         * include/errorep.h: New file.
6313
6314         * lib/faultrep.def: New file.
6315
6316 2003-10-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6317
6318         * include/winbase.h (AddVectoredExceptionHandler): Define if
6319         _WIN32_WINNT >= 0x0500.
6320
6321         * include/winnt.h (PVECTORED_EXCEPTION_HANDLER): Define if
6322         _WIN32_WINNT >= 0x0500.
6323
6324 2003-10-08  Corinna Vinschen  <corinna@vinschen.de>
6325
6326         * include/winbase.h (AddVectoredExceptionHandler): Only define if
6327         _WIN32_WINNT >= 0x0501.
6328
6329 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6330
6331         * include/winbase.h [_WIN32_WINNT >= 0x0500] (SetComputerNameEx[AW],
6332         UnregisterWaitEx): Add functions.
6333
6334         * include/winbase.h [_WIN32_WINNT >= 0x0500]
6335         (AddVectoredExceptionHandler, RemoveVectoredExceptionHandler): Add
6336         or guard function. The MSDN says it is available on Windows XP and
6337         better, and then it says it is declared for _WIN32_WINNT >= 0x0500.
6338         Huh?
6339
6340         * include/winbase.h [_WIN32_WINNT >= 0x0501] (AddRefActCtx,
6341         CreateActCtx[AW], SetFileShortName[AW], SetFileValidData,
6342         ZombifyActCtx, QueryActCtxW): Add functions.
6343
6344         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6345         (QUERY_ACTCTX_FLAG_USE_ACTIVE_ACTCTX,
6346         QUERY_ACTCTX_FLAG_ACTCTX_IS_HMODULE,
6347         QUERY_ACTCTX_FLAG_ACTCTX_IS_ADDRESS): Add constants.
6348
6349         * include/winbase.h [_WIN32_WINNT >= 0x0502] (SetDllDirectory[AW],
6350         SetFirmwareEnvironmentVariable[AW]): Add functions.
6351
6352         * include/winnt.h [_WIN32_WINNT >= 0x0500] (VER_BUILDNUMBER,
6353         VER_MAJORVERSION, VER_MINORVERSION, VER_PLATFORMID,
6354         VER_SERVICEPACKMAJOR, VER_SERVICEPACKMINOR, VER_SUITENAME,
6355         VER_PRODUCT_TYPE, VER_EQUAL, VER_GREATER, VER_GREATER_EQUAL,
6356         VER_LESS, VER_LESS_EQUAL, VER_AND, VER_OR): Add constants.
6357
6358         * include/winnt.h [_WIN32_WINNT >= 0x0501]
6359         (PVECTORED_EXCEPTION_HANDLER): Add callback.
6360
6361         * include/winnt.h [_WIN32_WINNT >= 0x0501]
6362         (ACTIVATION_CONTEXT_INFO_CLASS,
6363         ACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION,
6364         ACTIVATION_CONTEXT_DETAILED_INFORMATION,
6365         ACTIVATION_CONTEXT_QUERY_INDEX, ASSEMBLY_FILE_DETAILED_INFORMATION):
6366         Add structures.
6367
6368         * lib/user32.def (AddRefActCtx, AddVectoredExceptionHandler,
6369         CreateActCtx[AW], SetComputerNameEx[AW], SetDllDirectory[AW],
6370         SetFileShortName[AW], SetFileValidData,
6371         SetFirmwareEnvironmentVariable[AW], UnregisterWaitEx,
6372         VerSetConditionMask, ZombifyActCtx, QueryActCtxW): Add functions.
6373
6374 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6375
6376         * include/winbase.h (GetWriteWatch, IsSystemResumeAutomatic,
6377         ResetWriteWatch): Add function.
6378
6379         * include/winbase.h [_WIN32_WINNT >= 0x0500]
6380         (GetSystemWindowsDirectory[AW], ProcessIdToSessionId, ReplaceFile[AW]):
6381         Add functions.
6382
6383         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6384         (GetSystemWow64Directory[AW], HeapQueryInformation,
6385         HeapSetInformation, InitializeSListHead, InterlockedFlushSList,
6386         InterlockedPopEntrySList, InterlockedPushEntrySList, IsProcessInJob,
6387         IsWow64Process, QueryMemoryResourceNotification, ReleaseActCtx,
6388         RemoveVectoredExceptionHandler): Add functions.
6389
6390         * include/winnt.h [_WIN32_WINNT >= 0x0501] (HEAP_INFORMATION_CLASS):
6391         Add enumeration.
6392
6393         * include/winbase.h [_WIN32_WINNT >= 0x0502] (GetThreadIOPendingFlag):
6394         Add function.
6395
6396         * include/winbase.h [_WIN32_WINNT >= 0x0510] (RestoreLastError):
6397         Add function. The MSDN Magazine of June 2003 reads:
6398                 RestoreLastError is an enigma. It's code is identical to
6399                 SetLastError. It's unclear to me why it was made into a
6400                 separate API.
6401
6402         * lib/user32.def (GetSystemWindowsDirectory[AW],
6403         GetSystemWow64Directory[AW], GetThreadIOPendingFlag,
6404         HeapQueryInformation, HeapSetInformation, InitializeSListHead,
6405         InterlockedFlushSList, InterlockedPopEntrySList,
6406         InterlockedPushEntrySList, IsSystemResumeAutomatic, IsWow64Process,
6407         ProcessIdToSessionId, QueryMemoryResourceNotification, ReleaseActCtx,
6408         RemoveVectoredExceptionHandler, ReplaceFile[AW], ResetWriteWatch,
6409         RestoreLastError): Add functions.
6410
6411 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6412
6413         * include/winbase.h [_WIN32_WINNT >= 0x0500] (GetComputerNameEx[AW],
6414         GetProcessIoCounters): Add functions.
6415
6416         * include/winbase.h [_WIN32_WINNT >= 0x0500] (COMPUTER_NAME_FORMAT):
6417         Move around, needed by GetComputerNameEx.
6418
6419         * include/winbase.h [_WIN32_WINNT >= 0x0501] (FindActCtxSectionGuid,
6420         FindActCtxSectionString[AW], GetCurrentActCtx, GetNativeSystemInfo):
6421         Add functions.
6422
6423         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6424         (ACTCTX_SECTION_KEYED_DATA): Add structure.
6425
6426         * include/winbase.h [_WIN32_WINNT >= 0x0502] (GetDllDirectory[AW],
6427         GetFirmwareEnvironmentVariable[AW], GetProcessHandleCount,
6428         GetProcessId, GetSystemRegistryQuota): Add functions, available on
6429         Windows XP SP1 and better.
6430
6431         * include/winnt.h [_WIN32_WINNT >= 0x0501]
6432         (ACTIVATION_CONTEXT_SECTION_ASSEMBLY_INFORMATION,
6433         ACTIVATION_CONTEXT_SECTION_DLL_REDIRECTION,
6434         ACTIVATION_CONTEXT_SECTION_WINDOW_CLASS_REDIRECTION,
6435         ACTIVATION_CONTEXT_SECTION_COM_SERVER_REDIRECTION,
6436         ACTIVATION_CONTEXT_SECTION_COM_INTERFACE_REDIRECTION,
6437         ACTIVATION_CONTEXT_SECTION_COM_TYPE_LIBRARY_REDIRECTION,
6438         ACTIVATION_CONTEXT_SECTION_COM_PROGID_REDIRECTION,
6439         ACTIVATION_CONTEXT_SECTION_CLR_SURROGATES): Add constants.
6440
6441         * lib/user32.def (FindActCtxSectionGuid, FindActCtxSectionString[AW],
6442         GetComputerNameEx[AW], GetCurrentActCtx, GetDllDirectory[AW],
6443         GetFirmwareEnvironmentVariable[AW], GetModuleHandleEx[AW],
6444         GetNativeSystemInfo, GetProcessHandleCount, GetProcessIoCounters):
6445         Add functions.
6446
6447 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6448
6449         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6450         (CheckRemoteDebuggerPresent, DebugActiveProcessStop, DebugBreakProcess,
6451         DebugSetProcessKillOnExit): Add functions.
6452
6453         * include/winbase.h [_WIN32_WINNT >= 0x0500] (DeleteTimerQueue,
6454         DeleteTimerQueueEx, DeleteTimerQueueTimer,
6455         DnsHostnameToComputerName[AW]): Add functions.
6456
6457         * lib/user32.def (CheckRemoteDebuggerPresent, DebugActiveProcessStop,
6458         DebugBreakProcess, DebugSetProcessKillOnExit, DeleteTimerQueueEx,
6459         DeleteTimerQueueTimer, DnsHostnameToComputerName[AW]): Add functions.
6460
6461 2003-10-07  Kobun Fujimori  <kobun@users.sourceforge.net>
6462
6463         * include/winbase.h (GetVolumePathNamesForVolumeName): Available
6464         on Windows XP and later.
6465
6466 2003-10-07  Manu B  <manubee@users.sourceforge.net>
6467
6468         * include/commctrl.h (TreeView_Select): Returns BOOL.
6469
6470 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6471
6472         * include/winbase.h (CancelDeviceWakeupRequest): Add function.
6473
6474         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6475         (CreateMemoryResourceNotification, DeactivateActCtx): Add functions.
6476
6477         * include/winbase.h [_WIN32_WINNT >= 0x0500] (CreateTimerQueue,
6478         CreateTimerQueueTimer): Add function.
6479
6480         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6481         (MEMORY_RESOURCE_NOTIFICATION_TYPE): Add enumeration.
6482
6483         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6484         (DEACTIVATE_ACTCTX_FLAG_FORCE_EARLY_DEACTIVATION): Add constant.
6485
6486         * include/winnt.h (WT_*): Add constants.
6487
6488         * lib/user32.def (CancelDeviceWakeupRequest,
6489         CreateMemoryResourceNotification, CreateTimerQueueTimer,
6490         DeactivateActCtx): Add functions.
6491
6492 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6493
6494         * include/winbase.h [_WIN32_WINNT >= 0x0400] (ConvertFiberToThread):
6495         Add function. Sometimes I don't understand MSDN. This function is
6496         available on Windows XP and Server 2003, but the SDK is supposed to
6497         make it available when _WIN32_WINNT >= 0x0400, or so says the MSDN.
6498         Mmmh...
6499
6500         * include/winbase.h [_WIN32_WINNT >= 0x0400] (CreateFiberEx):
6501         Guard function. Same remark as above.
6502
6503         * lib/user32.def (ConvertFiberToThread, CreateFiberEx):
6504         Add functions.
6505
6506 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6507
6508         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ACTCTX_FLAG_*):
6509         Add constants.
6510
6511         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ACTCTX[AW]): Add
6512         structures.
6513
6514         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ActivateActCtx): Add
6515         function. MSDN says the first argument is HACTCTX but I'm not sure
6516         where such a specialized handle is defined, so use HANDLE instead.
6517
6518         * include/winbase.h [_WIN32_WINNT >= 0x0501] (AttachConsole,
6519         CheckNameLegalDOS8Dot3[AW]): Add functions.
6520
6521         * lib/user32.def (ActivateActCtx, AttachConsole,
6522         CheckNameLegalDOS8Dot3[AW]): Add functions.
6523
6524         * lib/user32.def (AddLocalAlternateComputerName[AW]): Add functions.
6525         Unfortunately I don't know which header to put the declarations in.
6526
6527 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6528
6529         * include/winnls.h (CTRY_KYRGYZSTAN, CTRY_MALDIVES, CTRY_MONGOLIA):
6530         Add constants.
6531
6532         * include/winnls.h (NLS_FUNCTION, SYSGEOCLASS, SYSGEOTYPE): Add
6533         constants for National Language Support.
6534
6535         * include/winnls.h (NLSVERSIONINFO): Add structure for National
6536         Language Support.
6537
6538         * include/winnls.h (GEO_ENUMPROC): Add callback for National
6539         Language Support.
6540
6541         * include/winnls.h (EnumSystemGeoID, GetCalendarInfo[AW],
6542         GetGeoInfo[AW], GetUserGeoID, SetCalendarInfo[AW], SetUserGeoID):
6543         Add functions.
6544
6545         * include/winnls.h (IsNLSDefinedString, GetNLSVersion): Add
6546         functions. Strange... I am unable to find which library contains
6547         these functions. Can't find anything with pexports. Any clue?
6548
6549         * lib/user32.def (EnumSystemGeoID, GetGeoInfo[AW], GetUserGeoID,
6550         SetUserGeoID): Add functions.
6551
6552 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6553
6554         * include/winnt.h (LANG_KYRGYZ, LANG_MONGOLIAN, LANG_GALICIAN,
6555         LANG_SYRIAC, LANG_INVARIANT, SUBLANG_KASHMIRI_SASIA): Add constants.
6556
6557         * include/winnt.h (SUBLANG_AZERI_LATIN, SUBLANG_AZERI_CYRILLIC,
6558         SUBLANG_ENGLISH_ZIMBABWE, SUBLANG_ENGLISH_PHILIPPINES): Fix wrong
6559         value for constants.
6560
6561 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6562
6563         * include/wincrypt.h (SCHANNEL_MAC_KEY, SCHANNEL_ENC_KEY,
6564         INTERNATIONAL_USAGE, KP_SCHANNEL_ALG): Add constants. Specifying
6565         the algorithms.
6566
6567 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6568
6569         * include/wincrypt.h (CRYPT_FLAGS_*): Add constants. Protocol flags.
6570
6571 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6572
6573         * include/wincrypt.h (KP_*): Add constants. Needed by
6574         CryptSetKeyParam() and other functions.
6575
6576 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6577
6578         * include/winuser.h [_WIN32_WINNT >= 0x0501] (EVENT_*, CONSOLE_*):
6579         Add constants, related to Console Accessibility.
6580
6581 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6582
6583         * include/winuser.h [WINVER >= 0x0500] (EVENT_MAX): Ooops...
6584         wrong value for constant.
6585
6586 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6587
6588         * include/winuser.h [WINVER >= 0x0500] (EVENT_*): Add constants.
6589
6590         * include/uxtheme.h: Cleanup.
6591         * include/tmschema.h: Cleanup.
6592
6593 2003-10-02  Luke Dunstan  <infidel@users.sourceforge.net>
6594
6595         * include/winspool.h (GetDefaultPrinter[AW]): Add functions.
6596         * lib/winspool.def (GetDefaultPrinter[AW]): Add stubs.
6597
6598 2003-10-01  Danny Smith  <dannysmith@users.sourceforge.net>
6599
6600         * include/winnt.h (INVALID_FILE_ATTRIBUTES): Fix define.
6601
6602 2003-09-30  Danny Smith  <dannysmith@users.sourceforge.net>
6603
6604         * include/winuser.h (BSF_*, BSM_*):  Sync constants defined in
6605         both winuser.h and dbt.h.
6606         * include/dbt.h (BSF_*, BSM_*): Likewise.
6607
6608         * include/winuser.h (struct tagRAWINPUT): Remove
6609         _ANONYMOUS_UNION tag from named union.
6610         (struct tagRAWMOUSE): Add _ANONYMOUS_STRUCT to nameless struct.
6611
6612 2003-09-30  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6613
6614         * include/dhcpcdsk.h: New file.
6615         Note that MSDN is confused about whether it should start constant
6616         and structure names with DHCPCAPI or DHCPAPI. It's using both but
6617         experience suggests it's DHCPCAPI with `C'.
6618
6619         * lib/dhcpcsvc.def: New file.
6620
6621 2003-09-30  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6622
6623         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIM_INPUT,
6624         RIM_INPUTSINK): Add constants, for use by WM_INPUT notification.
6625
6626         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIDEV_REMOVE,
6627         RIDEV_EXCLUDE, RIDEV_PAGEONLY, RIDEV_NOLEGACY, RIDEV_INPUTSINK,
6628         RIDEV_CAPTUREMOUSE, RIDEV_NOHOTKEYS, RIDEV_APPKEYS): Add constants,
6629         for use in RAWINPUTDEVICE.
6630
6631         * include/winuser.h [_WIN32_WINNT >= 0x0501]
6632         (GetRawInputDeviceInfo[AW]): Ooops... there are
6633         ANSI/Unicode versions of this function.
6634
6635         * lib/user32.def (GetRawInputDeviceInfo[AW]): Ooops... there
6636         are ANSI/Unicode versions of this function.
6637
6638 2003-09-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6639
6640         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIM_TYPEMOUSE,
6641         RIM_TYPEKEYBOARD, RIM_TYPEHID, MOUSE_MOVE_RELATIVE,
6642         MOUSE_MOVE_ABSOLUTE, MOUSE_VIRTUAL_DESKTOP,
6643         MOUSE_ATTRIBUTES_CHANGED, RI_MOUSE_LEFT_BUTTON_DOWN,
6644         RI_MOUSE_LEFT_BUTTON_UP, RI_MOUSE_RIGHT_BUTTON_DOWN,
6645         RI_MOUSE_RIGHT_BUTTON_UP, RI_MOUSE_MIDDLE_BUTTON_DOWN,
6646         RI_MOUSE_MIDDLE_BUTTON_UP, RI_MOUSE_BUTTON_1_DOWNT_BUTTON_DOWN,
6647         RI_MOUSE_BUTTON_1_UP, RI_MOUSE_BUTTON_2_DOWNHT_BUTTON_DOWN,
6648         RI_MOUSE_BUTTON_2_UP, RI_MOUSE_BUTTON_3_DOWNDLE_BUTTON_DOWN,
6649         RI_MOUSE_BUTTON_3_UP, RI_MOUSE_BUTTON_4_DOWN,
6650         RI_MOUSE_BUTTON_4_UP, RI_MOUSE_BUTTON_5_DOWN,
6651         RI_MOUSE_BUTTON_5_UP, RI_MOUSE_WHEEL, KEYBOARD_OVERRUN_MAKE_CODE,
6652         RI_KEY_MAKE, RI_KEY_BREAK, RI_KEY_E0, RI_KEY_E1,
6653         RI_KEY_TERMSRV_SET_LED, RI_KEY_TERMSRV_SHADOW, RID_INPUT,
6654         RID_HEADER, RIDI_PREPARSEDDATA, RIDI_DEVICENAME,
6655         RIDI_DEVICEINFO): Add constants.
6656
6657         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RAWINPUTHEADER,
6658         RAWMOUSE, RAWKEYBOARD, RAWHID, RAWINPUT, RAWINPUTDEVICE,
6659         RAWINPUTDEVICELIST): Add structures.
6660
6661         * include/winuser.h [_WIN32_WINNT >= 0x0501] (DefRawInputProc,
6662         GetRawInputBuffer, GetRawInputData, GetRawInputDeviceInfo,
6663         GetRawInputDeviceList, GetRegisteredRawInputDevices): Add functions.
6664
6665         * lib/user32.def (DefRawInputProc, GetRawInputBuffer,
6666         GetRawInputData, GetRawInputDeviceInfo, GetRawInputDeviceList,
6667         GetRegisteredRawInputDevices): Add functions.
6668
6669 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6670
6671         * include/winable.h (BlockInput): Add function.
6672
6673         * include/winable.h (WS_ACTIVECAPTION): Add constant.
6674         For use with WINDOWINFO structure.
6675
6676         * include/winuser.h [_WIN32_WINNT >= 0x0500] (LockWorkStation):
6677         Add function.
6678
6679         * include/winuser.h [_WIN32_WINNT >= 0x0501] (IsWinEventHookInstalled):
6680         Add function.
6681
6682         * include/winuser.h [WINVER >= 0x0500] (UnhookWinEvent):
6683         Add function...
6684
6685         * include/winable.h [WINVER < 0x0500] (UnhookWinEvent):
6686         ...and duplicate.
6687
6688         * include/winuser.h [_WIN32_WINNT >= 0x0403] (SendInput):
6689         Guard function...
6690
6691         * include/winable.h [_WIN32_WINNT < 0x0403] (SendInput):
6692         ...and duplicate.
6693
6694         * include/winuser.h [WINVER >= 0x0500] (NotifyWinEvent):
6695         Guard function...
6696
6697         * include/winable.h [WINVER < 0x0500] (NotifyWinEvent):
6698         ...and duplicate.
6699
6700         * include/winuser.h [WINVER >= 0x0500] (MOUSEINPUT, KEYBDINPUT,
6701         HARDWAREINPUT, INPUT): Guard structures...
6702
6703         * include/winable.h [WINVER < 0x0500] (MOUSEINPUT, KEYBDINPUT,
6704         HARDWAREINPUT, INPUT): ...and duplicate.
6705
6706         * include/winuser.h [_WIN32_WINNT >= 0x0403] (INPUT_MOUSE,
6707         INPUT_KEYBOARD, INPUT_HARDWARE): Guard constants...
6708
6709         * include/winable.h [_WIN32_WINNT < 0x0403] (INPUT_MOUSE,
6710         INPUT_KEYBOARD, INPUT_HARDWARE): ...and duplicate.
6711
6712         * include/winuser.h: Move around some lines. Reformat according
6713         to recommended or dominant style. Remove FAR keyword.
6714
6715         * include/winable.h: Move around some lines.
6716
6717         * lib/user32.def (BlockInput, IsWinEventHookInstalled,
6718         LockWorkStation, UnhookWinEvent): Add functions.
6719
6720 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6721
6722         * include/winuser.h [_WIN32_WINNT >= 0x0501] (PrintWindow,
6723         PW_CLIENTONLY): Add function and constant.
6724
6725         * lib/user32.def (PrintWindow): Add function.
6726
6727 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6728
6729         * include/winuser.h (RealGetWindowClassA[AW]): Add function.
6730
6731         * lib/user32.def (RealGetWindowClassA[AW]): Add function.
6732
6733 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6734
6735         * include/winuser.h [WINVER >= 0x0500] (RegisterDeviceNotification[AW],
6736         DEVICE_NOTIFY_WINDOW_HANDLE, DEVICE_NOTIFY_SERVICE_HANDLE,
6737         DEVICE_NOTIFY_ALL_INTERFACE_CLASSES): Add function and constants.
6738
6739         * lib/user32.def (RegisterDeviceNotification[AW]): Add function.
6740
6741 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6742
6743         * include/winuser.h [WINVER >= 0x0500] (SetWinEventHook, WINEVENTPROC,
6744         WINEVENT_OUTOFCONTEXT, WINEVENT_SKIPOWNTHREAD, WINEVENT_SKIPOWNPROCESS,
6745         WINEVENT_INCONTEXT): Add function, typedef, and constants.
6746
6747         * include/winable.h [WINVER < 0x0500] (SetWinEventHook, WINEVENTPROC,
6748         WINEVENT_OUTOFCONTEXT, WINEVENT_SKIPOWNTHREAD, WINEVENT_SKIPOWNPROCESS,
6749         WINEVENT_INCONTEXT): Add function, typedef, and constants.
6750
6751         * include/winuser.h [_WIN32_WINNT >= 0x0500] (UserHandleGrantAccess):
6752         Add function.
6753
6754         * lib/user32.def (SetWinEventHook, UserHandleGrantAccess):
6755         Add functions.
6756
6757 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6758
6759         * include/winnt.h (ACE_INHERITED_OBJECT_TYPE_PRESENT,
6760         ACE_OBJECT_TYPE_PRESENT): Add constants.
6761         For use with OBJECTS_AND_NAME structure.
6762
6763 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6764
6765         * include/aclapi.h [_WIN32_WINNT >= 0x0501] (GetInheritanceSource[AW]):
6766         Add functions. Don't know what PFN_OBJECT_MGR_FUNCTS is so use
6767         void* instead.
6768
6769         * include/accctrl.h [_WIN32_WINNT >= 0x0501] (INHERITED_FROM[AW],
6770         PINHERITED_FROM[AW]): Add structures.
6771
6772         * lib/user32.def (GetInheritanceSource[AW]): Add functions.
6773
6774 2003-09-26  Corinna Vinschen  <corinna@vinschen.de>
6775
6776         * include/winuser.h (FLASHWINFO, PFLASHWINFO): Define for 98/Me, too.
6777
6778 2003-09-25  Danny Smith  <dannysmith@users.sourceforge.net>
6779
6780         * lib/version.def (LIBRARY): Quote name.
6781
6782 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6783
6784         * include/winuser.h (GetClipboardSequenceNumber): Add functions
6785         and constants.
6786
6787         * include/winuser.h (GetGuiResources, GR_GDIOBJECTS,
6788         GR_USEROBJECTS): Add functions and constants.
6789
6790         * include/winuser.h (GetMouseMovePointsEx, GMMP_USE_DISPLAY_POINTS,
6791         GMMP_USE_HIGH_RESOLUTION_POINTS): Add functions and constants.
6792
6793         * include/winuser.h (InSendMessageEx, ISMEX_NOSEND, ISMEX_CALLBACK,
6794         ISMEX_NOTIFY, ISMEX_REPLIED, ISMEX_SEND): Add functions and
6795         constants.
6796
6797         * lib/user32.def (GetClipboardSequenceNumber, GetGuiResources,
6798         GetMouseMovePointsEx, InSendMessageEx): Add functions.
6799
6800 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6801
6802         * include/winuser.h (BroadcastSystemMessage, BroadcastSystemMessageA,
6803         BroadcastSystemMessageW, BroadcastSystemMessageEx,
6804         BroadcastSystemMessageExA, BroadcastSystemMessageExW,
6805         BSMINFO, BSF_ALLOWSFW, BSF_SENDNOTIFYMESSAGE, BSF_LUID,
6806         BSF_RETURNHDESK): Add functions and constants.
6807
6808         * include/winuser.h (EnumDisplaySettingsEx, EnumDisplaySettingsExA,
6809         EnumDisplaySettingsExW, EDS_RAWMODE): Add functions and constant.
6810
6811         * include/winuser.h (IsGUIThread, IsHungAppWindow, FlashWindowEx,
6812         GetProcessDefaultLayout, SetProcessDefaultLayout,
6813         RealChildWindowFromPoint, SetProcessDefaultLayout,
6814         SwitchToThisWindow): Add functions.
6815
6816         * lib/user32.def (BroadcastSystemMessageA, BroadcastSystemMessageW,
6817         BroadcastSystemMessageExA, BroadcastSystemMessageExW,
6818         EnumDisplaySettingsExA, EnumDisplaySettingsExW, FlashWindowEx,
6819         GetProcessDefaultLayout, IsGUIThread, IsHungAppWindow,
6820         RealChildWindowFromPoint, SetProcessDefaultLayout,
6821         SwitchToThisWindow): Add function.
6822
6823 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6824
6825         * include/winuser.h (DeregisterShellHookWindow): Add function.
6826
6827         * include/winuser.h [_WIN32_WINNT >= 0x0500] (EndTask): Add function.
6828
6829         * lib/user32.def (EndTask): Add function.
6830
6831         * include/winuser.h (WINVER, _WIN32_WINNT): It's better (?) to
6832         use _WIN32_WINNT instead of WINVER to test for Windows 2000.
6833
6834         * include/winable.h: Reorder target macros.
6835
6836         * lib/*.def: Cleanup.
6837
6838 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6839
6840         * include/winuser.h [WINVER >= 0x0500] (AnimateWindow): Add
6841         function.
6842
6843         * lib/user32.def (AnimateWindow): Add function. By the way
6844         there are ~ 140 symbols missing from this file when comparing
6845         to user32.dll on Windows XP.
6846
6847 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6848
6849         * include/winuser.h [WINVER >= 0x0500] (AW_SLIDE, AW_ACTIVATE,
6850         AW_BLEND, AW_HIDE, AW_CENTER, AW_HOR_POSITIVE, AW_HOR_NEGATIVE,
6851         AW_VER_POSITIVE, AW_VER_NEGATIVE): Add constants. For use by
6852         AnimateWindow().
6853
6854 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6855
6856         * include/winuser.h [WINVER >= 0x0500] (GetGUIThreadInfo,
6857         LPGUITHREADINFO): Add function and associated typedef...
6858
6859         * include/winable.h [WINVER < 0x0500] (GetGUIThreadInfo,
6860         LPGUITHREADINFO): ...and duplicate them in <winable.h> as
6861         seems to be required on older versions of Windows.
6862
6863 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6864
6865         * include/GL/glu.h (gluErrorUnicodeStringWIN): Add macro
6866         function. MSDN suggests using gluErrorUnicodeStringWIN
6867         instead of gluErrorString, as it allows both ANSI and Unicode
6868         error strings.
6869
6870         * include/GL/glu.h (gluErrorUnicodeStringEXT): Make the
6871         returned pointer const for consistency reasons.
6872
6873 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6874
6875         * include/GL/glu.h (gluErrorUnicodeStringEXT): Add function.
6876         Function exists in glu32.def but is undocumented on MSDN.
6877         A Google search came up with this declaration.
6878
6879 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6880
6881         * include/GL/glu.h: Rewritten from scratch. Started from GLU 1.3
6882         headers from OpenGL Sample Implementation. Windows ships with
6883         GLU 1.2 so some constants and functions were removed. Then some
6884         typedef's and function declarations were reworked to look like
6885         the previous GL/glu.h.
6886
6887 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6888
6889         * include/uxtheme.h (PROPERTYORIGIN): the documentation of
6890         PROPERTYORIGIN suggests it's `PROPERTYORIGIN' but experimentation
6891         suggests it's actually `enum PROPERTYORIGIN'. Keep both.
6892
6893         * include/uxtheme.h (THEME_SIZE, THEMESIZE): MSDN suggests
6894         it's either `THEME_SIZE' or `THEMESIZE' but experimentation
6895         suggests it's actually `enum THEMESIZE'. Keep `THEME_SIZE'
6896         and `enum THEMESIZE'.
6897
6898 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6899
6900         * include/uxtheme.h: New file.
6901         * include/tmschema.h: New file.
6902         * include/uxtheme.def: New file.
6903         * lib/test.c: Include uxtheme.h, tmschema.h.
6904
6905 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6906
6907         * include/winuser.h (KEYEVENTF_UNICODE, KEYEVENTF_SCANCODE):
6908         Add defines.
6909
6910 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6911
6912         * include/winable.h [_WIN32_WINNT < 0x0403] (INPUT_MOUSE,
6913         INPUT_KEYBOARD, INPUT_HARDWARE): Duplicate defines in
6914         <winable.h> as seems to be required on older versions of
6915         Windows.
6916
6917 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6918
6919         * include/winuser.h [WINVER >= 0x0500] (CHILDID_SELF,
6920         GUI_CARETBLINKING, GUI_INMOVESIZE, GUI_INMENUMODE,
6921         GUI_SYSTEMMENUMODE, GUI_POPUPMENUMODE, GUI_16BITTASK):
6922         Add defines, the last one only on Windows XP...
6923
6924         * include/winable.h [WINVER < 0x0500] (CHILDID_SELF,
6925         GUI_CARETBLINKING, GUI_INMOVESIZE, GUI_INMENUMODE,
6926         GUI_SYSTEMMENUMODE, GUI_POPUPMENUMODE): ...and duplicate
6927         them in <winable.h> as seems to be required on older
6928         versions of Windows.
6929
6930 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6931
6932         * include/winuser.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): Bring
6936         back into <winuser.h>...
6937
6938         * include/winable.h [WINVER < 0x0500] (GUITHREADINFO,
6939         OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR, OBJID_MENU,
6940         OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL, OBJID_SIZEGRIP,
6941         OBJID_CARET, OBJID_CURSOR, OBJID_ALERT, OBJID_SOUND): ...and
6942         comment out in <winable.h>. MSDN may say <winable.h> but this
6943         breaks many programs. It seems it used to be <winable.h> on
6944         older versions of Windows.
6945
6946 2003-09-17  Danny Smith  <dannysmith@users.sourceforge.net>
6947
6948         * include/winuser.h (UpdateLayeredWindow): Protect against NOGDI.
6949         Thanks to Will Levine  <willll@users.sourceforge.net>
6950
6951 2003-09-15  Danny Smith  <dannysmith@users.sourceforge.net>
6952
6953         * include/ws2spi.h (LPWSPBIND): Change CONST LPSOCKADDR to
6954         const struct sockaddr*.
6955         (LPWSPCONNECT): Likewise.
6956         (LPWSPJOINLEAF): Likewise.
6957         (LPWSPSENDTO): Likewise.
6958         Tanks to Sebastian Nowak  <snowak1@users.spourceforge.net>
6959
6960 2003-09-15  Filip Navara  <xnavara@volny.cz>
6961
6962         * include/commctrl.h (TCIS_BUTTONPRESSED, TCIS_HIGHLIGHTED):
6963         Add definitions.
6964
6965 2003-09-15  Sascha Brawer  <brawer@dandelis.ch>
6966
6967         * include/winuser.h (DISPLAY_DEVICE_ATTACHED_TO_DESKTOP,
6968         DISPLAY_DEVICE_PRIMARY_DEVICE, DISPLAY_DEVICE_MIRRORING_DRIVER,
6969         DISPLAY_DEVICE_VGA_COMPATIBLE, DISPLAY_DEVICE_REMOVABLE,
6970         DISPLAY_DEVICE_MODESPRUNED): Define constants.
6971         (ChangeDisplaySettingsEx[A,W]): Add prototype.
6972
6973         * lib/user32.def (ChangeDisplaySettingsEx[A,W]): Add exports.
6974         (EnumDisplayDevices[A,W]): Likewise.
6975
6976 2003-09-15  Danny Smith  <dannysmith@users.sourceforge.net>
6977
6978         * include.commctrl.h (_WIN32_WINNT): Change _WXP to 0x0501,
6979         throughout.
6980
6981 2003-09-13  Danny Smith  <dannysmith@users.sourceforge.net>
6982
6983         * include/olectl.h (TEXTMETRICOLE, LPERRORLOG, LPPROPERTYBAG,
6984         LPENUMCONNECTIONPOINTS, LPCONNECTIONPOINT, LPENUMCONNECTIONS,
6985         LPPROPERTYPAGESITE, LPFONT, LPFONTDISP, OLE_COLOR, HIMETRIC,
6986         OLE_YPOS_HIMETRIC, OLE_XSIZE_HIMETRIC, OLE_YSIZE_HIMETRIC,
6987         OLE_YSIZE_CONTAINER, OLE_HANDLE, POINTF,LPPOINTF, CONTROLINFO,
6988         LPCONTROLINFO, CONNECTDATA, LPCONNECTDATA, LICINFO, LPLICINFO,
6989         CAUUID, LPCAUUID, CALPOLESTR, LPCALPOLESTR, CADWORD, LPCADWORD,
6990         PROPPAGEINFO, LPPROPPAGEINFO): Remove from here ...
6991         * include/ocidl.h: (TEXTMETRICOLE, LPERRORLOG, LPPROPERTYBAG,
6992         LPENUMCONNECTIONPOINTS, LPCONNECTIONPOINT, LPENUMCONNECTIONS,
6993         LPPROPERTYPAGESITE, LPFONT, LPFONTDISP, OLE_COLOR, HIMETRIC,
6994         OLE_YPOS_HIMETRIC, OLE_XSIZE_HIMETRIC, OLE_YSIZE_HIMETRIC,
6995         OLE_YSIZE_CONTAINER, OLE_HANDLE, POINTF, LPPOINTF, CONTROLINFO,
6996         LPCONTROLINFO, CONNECTDATA, LPCONNECTDATA, LICINFO, LPLICINFO,
6997         CAUUID, LPCAUUID, CALPOLESTR, LPCALPOLESTR, CADWORD, LPCADWORD,
6998         PROPPAGEINFO, LPPROPPAGEINFO): ... to here, for consistency
6999         with documentation.
7000         * include/olectl.h: Do #include <ocidl.h>.
7001         * include/ocidl.h: Don't #include <olectl.h>.
7002
7003 2003-09-13  Danny Smith  <dannysmith@users.sourceforge.net>
7004
7005         * include/winuser.h (_WIN32_WINNT, _WIN32_WINDOWS, WINVER):
7006         Change guards to use numeric constants, throughout.
7007
7008 2003-09-15  Earnie Boyd  <earnie@users.sf.net>
7009
7010         * include/w32api.h: Increment version to 2.5.
7011         * Makefile.in: Ditto.
7012
7013 2003-09-08  Justin Forest  <vhex@users.sourceforge.net>
7014
7015         * include/winuser.h (PM_QS_INPUT, PM_QS_POSTMESSAGE,
7016         PM_QS_PAINT, PM_QS_SENDMESSAGE): Add defines.
7017
7018 2003-09-08  Filip Navara  <xnavara@volny.cz>
7019
7020         * include/wingdi.h (GRADIENT_FILL_RECT_H, GRADIENT_FILL_RECT_V,
7021         GRADIENT_FILL_TRIANGLE, GRADIENT_FILL_OP_FLAG): Add defines.
7022
7023 2003-09-05  Earnie Boyd  <earnie@users.sf.net>
7024
7025         * include/w32api.h (_NT5, etc): Reverse the changes of 2003-07-01.
7026         * include/winbase.h (_NT5, etc): Ditto.
7027
7028 2003-09-02  Bart Oldeman  <bartoldeman@users.sourceforge.net>
7029
7030         * lib/snmpapi.def (LIBRARY) Add library name.
7031         Remove '\r', throughout.
7032         * lib/wsnmp32.def: Remove '\r', throughout.
7033         * lib/igmpagnt.def: Likewise.
7034
7035 2003-08-29  Steve Cleary  <scleary@jerviswebb.com>
7036
7037         * include/winuser.h (QS_ALLPOSTMESSAGE, QS_RAWINPUT): Add defines.
7038         (QS_INPUT, QS_ALLINPUT, QS_ALLEVENTS): Adjust by OR'ing with
7039         QS_RAWINPUT for _WIN32_WINNT >= 0x0501.
7040         (MWMO_*): Add flags.
7041
7042         * include/wincrypt.h (MS_ENHANCED_PROV[AW], MS_STRONG_PROV[AW],
7043         MS_DEF_RSA_SIG_PROV[AW], MS_DEF_RSA_SCHANNEL_PROV[AW],
7044         MS_DEF_DSS_PROV[AW], MS_DEF_DSS_DH_PROV[AW], MS_ENH_DSS_DH_PROV[AW],
7045         MS_DEF_DH_SCHANNEL_PROV[AW], MS_SCARD_PROV[AW]): Add definitions.
7046
7047 2003-08-26  Danny Smith  <dannysmith@users.sourceforge.net>
7048
7049         * lib/test.c: Add vfw.h to includes.
7050         * include/mmsystem.h: Add #ifndef guard to definition of
7051         mmioFOURCC macro.
7052         * include/vfw.h: Protect __OBJC__ from COM declarations.
7053
7054 2003-08-26  Filip Navara  <xnavara@volny.cz>
7055
7056         * include/vfw.h: New file.
7057
7058 2003-08-26  Filip Navara  <xnavara@volny.cz>
7059
7060         * include/ddk/winddk.h (RTL_REGISTRY_*): Add defines.
7061         (IoSetCompletionRoutine): Cast _CompletionRoutine arg to
7062         PIO_COMPLETION_ROUTINE.
7063
7064 2003-08-26  Danny Smith  <dannysmith@users.sourceforge.net>
7065
7066         * lib/test.c: Add snmp.h, winsnmp.h amd mgmtapi.h to
7067         includes.
7068
7069 2003-08-26  Filip Navara  <xnavara@volny.cz>
7070
7071         * include/snmp.h: New file.
7072         * include/winsnmp.h: New file.
7073         * include/mgmtapi.h: New file.
7074         * lib/snmpapi.def: New file.
7075         * lib/wsnmp32.def: New file.
7076         * lib/igmpagnt.def: New file.
7077         * lib/mgmtapi.def (SnmpMgrCtl) Add stub.
7078         (SnmpMgrGetTrapEx): Ditto.
7079         (SnmpMgrMIB2Disk): Remove.
7080         (dbginit): Remove.
7081
7082 2003-08-25  Steven Edwards  <Steven_Ed4153@yahoo.com>
7083
7084         * include/ddk/ntifs.h: Change all C++ style comments to C.
7085         * include/GL/gl.h: Ditto.
7086
7087 2003-08-25  Martin Fuchs  <Martin-Fuchs@gmx.net>
7088
7089         * include/shlobj.h (SFGAO_GHOSTED): Correct.
7090         (SFGAO_HIDDEN): Add define.
7091
7092 2003-08-25  Filip Navara  <xnavara@volny.cz>
7093
7094         * include/commctrl.h (ILCF_*): Add defines.
7095         (ILD_*): Ditto.
7096         (HDS_*): Ditto.
7097         (IPN_FIRST, IPN_LAST): Cast to UINT.
7098         (SBN_FIRST, SBN_LAST): Add defines.
7099         (PGN_*): Ditto.
7100         (HDF_JUSTIFYMASK): Fix typo.
7101         (HDM_*): Add defines.
7102         (HICF_*): Ditto.
7103         (I_INDENTCALLBACK,I_IMAGENONE): Ditto.
7104         (TBSTATE_MARKED): Add define.
7105         (TBSTYLE_EX_*): Add defines.
7106         (TBCDRF_*): Ditto.
7107         (IDB_HIST_SMALL_COLOR,IDB_HIST_LARGE_COLOR): Ditto.
7108         (TB_*): Ditto.
7109         (TBN_*): Ditto.
7110         (TBNRF_*): Ditto.
7111         (TTF_*): Ditto.
7112         (TBCD_*): Ditto.
7113         (TBDDRET_*): Ditto.
7114         (TBIMHT_*): Ditto.
7115         (TTM_*): Ditto.
7116         (UDM_*): Ditto.
7117         (TBIF_BYINDEX): Define as hex constant.
7118         (CDIS_*): Add defines.
7119         (CDDS_SUBITEM): Add define.
7120         (LVIF_*): Add defines.
7121         (LVM_*): Ditto.
7122         (LVGIT_UNFOLDED): Add define.
7123         (TVM_): Add defines.
7124         (TVE_EXPANDPARTIAL): Add define.
7125         (TVGN_LASTVISIBLE): Ditto.
7126         (TVN_*): Add defines.
7127         (TVNRET_*): Add defines.
7128         (TCIF_STATE): Add define.
7129         (NM_TOOLTIPSCREATED): Ditto.
7130         (CCM_*): Add defines.
7131         (INFOTIPSIZE): Add numeric value.
7132         (ODT_LISTVIEW): Ditto.
7133         (MCM_GETMAXTODAYWIDTH): Ditto.
7134         (MCHT_*): Add defines.
7135         (UDM_SETRANGE32,UDM_GETRANGE32): Define in terms of WM_USER.
7136         (PGF_*): Add defines.
7137         (PGM_*): Ditto.
7138         (TBINSERTMARK): Add structure.
7139         (LPIMAGEINFO) Add typedef.
7140         (LPHDHITTESTINFO): Ditto.
7141         (NMLVGETINFOTIP[AW]: Add structures.
7142         (NMTBCUSTOMDRAW): Add structure.
7143         (TTTOOLINFOA_V*_SIZE): Add macros.
7144         (TTTOOLINFOW_V1_SIZE): Ditto.
7145         (IMAGELISTDRAWPARAMS): Add new members for WXP.
7146         (LVITEM[AW]: Ditto.
7147         (TCITEM[AW]):Ditto.
7148         (CCSIZEOF_STRUCT): Correct macro definition.
7149         (ListView_*): Add new macros.
7150         (HIMAGELIST): Correct typedef.
7151         (HTREEITEM): Ditto.
7152
7153 2003-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
7154
7155         * commctrl.h (TC_HITTESTINFO): Remove. Add defines for
7156         TCHITTESTINFO for backward compatibility.
7157         (TC_ITEM[AW]): Rename to TCITEM[AW]. Add defines for backward
7158         compatibility.
7159
7160 2003-08-24   Danny Smith  <dannysmith@users.sourceforge.net>
7161
7162         * include/objidl.h (COBJMACROS): Define macros only
7163         if using C interace.
7164         * include/unknwn.h: Ditto.
7165         * include/comcat.h: Ditto.
7166
7167 2003-08-24  Filip Navara  <xnavara@volny.cz>
7168
7169         * include/prsht.h (PSH_WIZARDHASFINISH, PSH_WIZARD_LITE,
7170         PSH_NOCONTEXTHELP): Define.
7171         (PSH_WIZARD97): Fix definition for _WIN32_IE >= 0x500.
7172         * include/winuser.h (DFCS_TRANSPARENT, DFCS_HOT): Define.
7173         (LPDLGTEMPLATE[AW]): Add typedefs.
7174
7175 2003-08-22  Filip Navara  <xnavara@volny.cz>
7176
7177         * include/aclapi.h (BuildImpersonateExplicitAccessWithName[AW]):
7178         Add prototypes.
7179         BuildImpersonateTrustee[AW]): Add prototypes.
7180         GetMultipleTrustee[AW]): Add prototypes.
7181         GetMultipleTrusteeOperation[AW]): Add prototypes.
7182
7183 2003-08-22   Danny Smith  <dannysmith@users.sourceforge.net>
7184
7185         * include/winnt.h (IMAGE_SUBSYSTEM_XBOX): Add define.
7186
7187 2003-08-22  Mihai Preda  <mihai_preda@users.sourceforge.net>
7188
7189         * include/shlobj.h (IPersistFolder::GetClassID):
7190         Correct declaration.
7191         (CMF_*) Add missing defines.
7192
7193 2003-08-22   Danny Smith  <dannysmith@users.sourceforge.net>
7194
7195         * include/winuser.h (DC_BUTTONS): Add define.
7196
7197 2003-08-22  Andrew Greenwood  <lists@silverblade.co.uk>
7198
7199         * include/winuser.h (DC_GRADIENT): Add define.
7200
7201 2003-08-22  Martin Fuchs  <Martin-Fuchs@gmx.net>
7202
7203         * include/commctrl.h (BTNS_*): Define BTNS_* as successors to the
7204         older TBSTYLE_* constants.
7205
7206 2003-08-18  Danny Smith  <dannysmith@users.sourceforge.net>
7207
7208         * include/commctrl.h (TB_*) Group defines together.
7209
7210 2003-08-18  Martin Fuchs  <Martin-Fuchs@gmx.net>
7211
7212         * include/winuser.h (ICON_SMALL2): Define.
7213         * include/commctrl.h (TB_SETBUTTONWIDTH, TB_SETDRAWTEXTFLAGS):
7214         Define.
7215         * include/shlobj.h (SHDRAGIMAGE): Define structure.
7216         (IDragSourceHelper) Define interface.
7217         (IDropTargetHelper): Likewise.
7218         (IExtractIcon): Unicode it.
7219         (ICommDlgBrowser): Use IShellView type as param in OnDefaultCommand,
7220         OnStateChange and IncludeObject methods.
7221
7222 2003-08-17  Martin Fuchs  <Martin-Fuchs@gmx.net>
7223
7224         * include/commctrl.h (TreeView_GetScrollTime,
7225         TreeView_SetScrollTime): Define macros.
7226         * include/winuser.h (GetShellWindow): Add prototype.
7227         * include/objidl.h (STGMEDIUM): Correct lpszFileName type.
7228
7229 2003-08-15  Martin Fuchs  <Martin-Fuchs@gmx.net>
7230
7231         * include/shguid.h (CLSID_DragDropHelper, IID_IDropTargetHelper,
7232         IID_IDragSourceHelper): Declare.
7233         * lib/shell32.c (CLSID_DragDropHelper, IID_IDropTargetHelper,
7234         IID_IDragSourceHelper): Define.
7235
7236 2003-08-15  Andrew Greenwood  <lists@silverblade.co.uk>
7237
7238         * include/wingdi.h (DEVMODE[AW]) Correct structure definition.
7239         * include/ddk/ntapi.h (LPC_TYPE): Add LPC_CONNECTION_REFUSED.
7240         * include/ddk/winddk.h (IRP_*): Add constants as anonymous enum.
7241
7242 2003-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
7243
7244         * lib/uuid.c (CGID_Explorer, CGID_ShellDocView,
7245         CGID_ShellServiceObject): Remove definitions.
7246         * lib/shell32.c (CGID_ShellServiceObject): Add definition.
7247
7248 2003-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
7249
7250         * include/shlobj.h (SHELLSTATE): Add structure.
7251         (SHGetSetSettings): Add prototype.
7252         (SHGetSettings): Add prototype.
7253         * lib/shell32.def (SHGetSetSettings): Add stub.
7254
7255 2003-08-10  Phil Krylov  <likewolf@users.sourceforge.net>
7256
7257         * include/commctrl.h (HDM_ORDERTOINDEX): Add define.
7258         (Header_OrderToIndex): Add macro.
7259         (Header_GetOrderArray): Add macro.
7260
7261         * include/commdlg.h (FR_MATCHALEFHAMZA,
7262         FR_MATCHDIAC, FR_MATCHKASHIDA): Add defines.
7263
7264 2003-08-10  Martin Fuchs  <Martin-Fuchs@gmx.net>
7265
7266         * include/commctrl.h (TVM_GETSCROLLTIME,
7267         TVM_SETSCROLLTIME): Add defines.
7268
7269 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
7270
7271         * include/shlobj.h (SHELLFLAGSTATE): Add structure.
7272         (SHGetInstanceExplorer): Correct return type.
7273         (SHGetFolderPath[AW]): Likewise.
7274         Thanks to Magnus Olsen  <greatlord@sourceforge.users.net>
7275         for report.
7276
7277 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
7278
7279         * lib/test.c: Include winldap.h, ntldap.h, winber.h.
7280
7281 2003-08-01  Filip Navara  <xnavara@volny.cz>
7282
7283         * include/winldap.h: New file.
7284         * include/ntldap.h: New file.
7285         * include/winber.h: New file.
7286         * lib/winldap32.def: New file.
7287
7288 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
7289
7290         * include/ddk/atm.h: Remove stray '.';
7291
7292 2003-08-01  Gisle Vanem  <gvanem@broadpark.no>
7293
7294         * include/ddk/winddk.h: Remove trailing ';' from macros,
7295         throughout. Add () around defines with cast returns, throughout.
7296
7297 2003-07-31  Martin Fuchs  <Martin-Fuchs@gmx.net>
7298
7299         * include/shlobj.h (SFGAO_COMPRESSED): Add define.
7300         (SFGAOF, SHGDNF): Add typedef's.
7301         (SHCONTF): Extend enum.
7302
7303 2003-07-31  Danny Smith  <dannysmith@users.sourceforge.net>
7304
7305         * include/shellapi.h: Include all structs within pshpack2.h/
7306         poppack.h block.
7307
7308 2003-07-26  Danny Smith  <dannysmith@users.sourceforge.net>
7309
7310         * include/winuser.h (ASFW_ANY, LSFW_LOCK, LSFW_UNLOCK,
7311         LWA_COLORKEY, LWA_ALPHA): Guard with _WIN32_WINNT,
7312         _WIN32_WINDOWS, not WINVER.
7313         (AllowSetForegroundWindow,LockSetForegroundWindow,
7314         SetLayeredWindowAttributes): Likewise.
7315         (GetLayeredWindowAttributes,UpdateLayeredWindow): Add prototypes.
7316         * lib/user32.def (GetLayeredWindowAttributes,UpdateLayeredWindow):
7317         Add stubs.
7318
7319 2003-07-26  Eric R. Krause  <ekrause_98@users.sourceforge.net>
7320
7321         * include/objidl.h (IMalloc): Fix typo.
7322
7323 2003-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
7324
7325         * include/dkk/ntifs.h: Fix typo in guard for
7326         #pragma GCC system_header.
7327
7328 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
7329
7330         * include/objidl.h (PropVariant): Add CHAR cVal field
7331         to union.
7332         (FMTID_SummaryInformation, FMTID_DocSummaryInformation,
7333         FMTID_UserDefinedProperties): Declare.
7334
7335 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
7336
7337         * include/winbase.h (GetModuleHandleEx[AW]): Add prototypes.
7338
7339 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
7340
7341         * include/winbase.h (DUPLICATE_CLOSE_SOURCE,
7342         DUPLICATE_SAME_ACCESS): Remove defines.
7343         (HANDLE_FLAG_INHERIT, HANDLE_FLAG_PROTECT_FROM_CLOSE): Sync with
7344         ddk/ntapi.h defines.
7345         (SEM_*) : Likewise.
7346         * include/winnt.h (COMPRESSION_*, ACCESS_*, SYSTEM_*): Sync with
7347         ddk/ntifs.h defines.
7348         (FILE_*): Likewise.
7349         (MEM_IMAGE, SEC_*): Likewise.
7350         (DUPLICATE_CLOSE_SOURCE, DUPLICATE_SAME_ACCESS,
7351         DUPLICATE_SAME_ATTRIBUTES): Sync with ddk/winddk.h defines.
7352         (TOKEN_*): Sync with ddk/ntifs.h defines.
7353         * include/ddk/ntapi.h: Add comments noting definitions in
7354         winbase.h.
7355         * include/ddk/ntifs.h: Add comments noting definitions in
7356         winnt.h.
7357         * include/ddk/winddk.h: Add comments noting definitions in
7358         winnt.h.
7359
7360 2003-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
7361
7362         * include/winnt.h (FILE_*): Sync with ddk/winddk.h.
7363         * include/winioctl.h (FILE_*): Sync with ddk/winddk.h.
7364
7365 2003-07-17  Pierre Humblet  <pierre.humblet@ieee.org>
7366
7367         * include/mmsystem.h (TIME_KILL_SYNCHRONOUS): Add define.
7368
7369 2003-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
7370
7371         Clean up warnings in ddk.
7372
7373         * include/ddk/atm.h (_ATM_AAL_OOB_INFO): Add _ANONYMOUS_UNION,
7374         conditional on  __cplusplus.
7375         * include/ddk/scsi.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
7376         defines, throughout.
7377         (_CDB): Add _ANONYMOUS_UNION, conditional on __cplusplus.
7378         * include/ddk/cfg.h (_PNP_VETO_TYPE): Remove extra comma.
7379         * include/ddk/cfgmgr32.h: Change C++ comment style to ISO C.
7380         * include/ddk/ddkmapi.h (_DDLOCKOUT): Add _ANONYMOUS_UNION defines.
7381         * include/ddk/hidpi.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
7382         defines, throughout.
7383         * include/ddk/ndis.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
7384         defines, throughout. Remove trailing semicolon from *_S 'structure'
7385         macro expansion, throughout. Remove trailing semicolon from
7386         DECLARE_UNKNOWN_STRUCT macro expansion.
7387         * include/ddk/ndiswan.h (_NDIS_WAN_COMPRESS_INFO): Add
7388         _ANONYMOUS_UNION.
7389         * include/ddk/ntapi.h (_PROCESS_DEVICEMAP_INFORMATION,
7390         _PROCESS_SESSION_INFORMATION): Add _ANONYMOUS_UNION.
7391         * include/ddk/ntddcdrm.h (CDROM_TOC_CD_TEXT_DATA_BLOCK):
7392         Add _ANONYMOUS_UNION.
7393         * include/ddk/ntdddisk.h: Add _ANONYMOUS_UNION, throughout.
7394         * include/ddk/ntddmou.h:  Add _ANONYMOUS_UNION, throughout.
7395         * include/ddk/ntifs.h:  Add _ANONYMOUS_UNION, throughout.
7396         (ZwQueryObject): Change 2nd param to OBJECT_INFORMATION_CLASS, to
7397         match proto in ntapi.h.
7398         (ZwSetInformationObject): Likewise.
7399         * include/ddk/srb.h (SCSI_REQUEST_BLOCK): Add _ANONYMOUS_UNION.
7400         (SCSI_ADAPTER_CONTROL_TYPE): Add __extension__.
7401         * include/ddk/tdikrnl.h (TDI20_CLIENT_INTERFACE_INFO): Add
7402         _ANONYMOUS_UNION and _ANONYMOUS_STRUCT.
7403         * include/ddk/usb.h (USB): Add _ANONYMOUS_UNION.
7404         * include/ddk/usbcamdi.h (USBCAMD_CamControlFlags): Remove
7405         last comma.
7406         * include/ddk/video.h (STATUS_BLOCK): Add _ANONYMOUS_UNION.
7407         * include/ddk/winddk.h (DECLARE_INTERNAL_OBJECT): Remove
7408         trailing semicolon when expanding macro.
7409         (GENERAL_LOOKASIDE_S): Likewise.
7410         Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT, throughout.
7411         Change inline to __inline, throughout.
7412         * include/ddk/winnt4.h: Change inline to __inline, throughout.
7413
7414 2003-07-13  Casper S. Hornstrup  <chorns@users.sourceforge.net>
7415
7416         * include/ddk/ntifs.h (KeInsertQueueApc): Make return type
7417         BOOLEAN. Name parameter 4 PriorityBoost and make it of type
7418         KPRIORITY.
7419         * include/ddk/winddk.h (_KPCR): Put IDT field on next line.
7420         * include/ddk/winddk.h (_IO_STATUS_BLOCK, _IRP, _OWNER_ENTRY,
7421         _ERESOURCE, _IMAGE_INFO, _CREATE_DISK, _DISK_SIGNATURE, _KPCR_TIB):
7422         Apply _ANONYMOUS_UNION to anonymous unions and _ANONYMOUS_STRUCT
7423         to anonymous structs.
7424
7425 2003-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
7426
7427         * include/winnt.h (PVOID): Move to before HANDLE typedef.
7428
7429         * include/winuser.h (mouse_event): Correct type of fifth param,
7430         Thanks to: Andrew Jones <guln at users dot sourceforge dot net>
7431
7432 2003-07-11  Earnie Boyd  <earnie@users.sf.net>
7433
7434         * include/winnt.h (HANDLE): Define based on STRICT filter.
7435         (THREAD_BASE_PRIORITY_MIN): Use parens around negative value.
7436         (THREAD_BASE_PRIOIRTY_IDLE): Ditto.
7437
7438 2003-07-08  Danny Smith  <dannysmith@users.sourceforge.net>
7439
7440         * include/commctrl.h (NMTVDISPINFO[AW]): Replace obsolete struct
7441         names _TV_DISPINFO[AW] and typedefs. Add defines for backward
7442         compatability. Thanks to Magnus Olsen <greatlord@users.sf.net>
7443         for report.
7444
7445 2003-07-03  Earnie Boyd  <earnie@users.sf.net>
7446
7447         * config.guess, config.sub: Update with new versions from ftp.gnu.org.
7448
7449 2003-07-03  Luke Dunstan  <infidel@users.sf.net>
7450
7451         * include/commdlg.h (CommDlg_OpenSave_*): Add parentheses around
7452         macro arguments. Thanks to Tom Bishop <tombishop@users.sf.net>.
7453         * include/winuser.h (MONITOR_DEFAULTTONULL, MONITOR_DEFAULTTOPRIMARY,
7454         MONITOR_DEFAULTTONEAREST, MONITORINFOF_PRIMARY): Add defines.
7455         (TPM_RECURSE): Add guard for Win98/Win2K.
7456         Thanks to Magnus Olsen <greatlord@users.sf.net>.
7457
7458 2003-07-01  Earnie Boyd  <earnie@users.sf.net>
7459
7460         * include/basetyps.h (small, hyper): Change to __small and __hyper to
7461         avoid user namespace conflicts.
7462
7463 2003-07-01  Earnie Boyd  <earnie@users.sf.net>
7464
7465         * include/w32api.h (_NT4, _W98, _WME, _NT5, _W2000, _WXP, _W2003,
7466         _IE3, _IE4, _IE5, _IE6): Add definitions.
7467         * include/winbase.h (GetLongPathName[AW]): Add guard for OS >= NT5 or
7468         >= Win98.
7469         Change existing guards to use the above macro names as appropriate.
7470         * include/basetyps.h (__int32, __int16, __int8, small, hyper): Define.
7471         Note: Also added to mingw/include/_mingw.h.
7472
7473 2003-06-28  Steven Edwards  <Steven_Ed4153@yahoo.com>
7474
7475         * include/shlwapi.h (UrlGetLocationA, UrlGetLocationW,
7476         PathFindSuffixArrayA, PathFindSuffixArrayW,
7477         PathFindExtensionA, PathFindExtensionW, StrStrW
7478         StrStrA): Change unicode-macro'd LP[C]TSTR return values to
7479         explicit type.
7480
7481 2003-06-26  Mattia Barbon  <mbarbon@dsi.unive.it>
7482
7483         * include/richedit.h (PARAFORMAT2): Add definition.
7484         * include/richedit.h (PFA_*, PFE_*, PFM_*): Add some
7485         missing constants.
7486
7487 2003-06-17  Danny Smith  <dannysmith@users.sourceforge.net>
7488
7489         * include/shellapi.h (SHQUERYRBINFO): Add structure,
7490         (SHQueryRecycleBin[AW]. SHEmptyRecycleBin[AW]):Add prototypes.
7491         (SHERB_NOCONFIRMATION, SHERB_NOPROGRESSUI, SHERB_NOSOUND):
7492         Add defines. Thanks to Brett Hart <brett at ncubedtech dot com>
7493
7494 2003-06-17  Danny Smith  <dannysmith@users.sourceforge.net>
7495
7496         * include/winbase.h (GlobalCompact, GlobalFix, GlobalFlags,
7497         GlobalUnfix, GlobalUnWire, GlobalWire, LocalCompact,
7498         LocalFlags, LocalShrink, LockSegment, UnlockSegment): Add comment
7499         that these are obsolete no-ops.
7500
7501 2003-06-17  Bang Jun-Young  <junyoung@netbsd.org>
7502
7503         * include/winbase.h (GetProcessWorkingSetSize,
7504         GlobalCompact, LocalAlloc, LocalCompact, LocalReAlloc,
7505         LocalShrink, SignalObjectAndWait, WriteProcessMemory):
7506         Correct prototypes.
7507
7508 2003-06-18  Steven Edwards  <Steven_Ed4153@yahoo.com>
7509
7510         * include/winuser.h (TPM_RECURSE): Add define.
7511
7512 2003-06-06  Danny Smith  <dannysmith@users.sourceforge.net>
7513
7514         * lib/test.c: #include <powrprof.h>.
7515
7516 2003-06-06  James E. Lucas  <xelloss@sourceforge.net>
7517
7518         * include/powerprof.h: New file.
7519         * lib/powerprof.def: New file.
7520
7521 2003-06-06  Danny Smith  <dannysmith@users.sourceforge.net>
7522
7523         * include/winnt (SLIST_HEADER): Add C90 anonymous struct
7524         protection.
7525
7526 2003-06-05  Luke Dunstan  <infidel@users.sourceforge.net>
7527
7528         * include/winuser.h (WNDCLASS[AW], WNDCLASSEX[AW]): Change type of
7529         hInstance members to HINSTANCE.
7530         Thanks to: Brenden T. <brenden@rcsis.com>
7531
7532 2003-06-05  Bart Oldeman  <bartoldeman@users.sourceforge.net>
7533
7534         * include/lmaccess.h (UF_MNS_LOGON_ACCOUNT): Add define.
7535         * include/wingdi.h (LPRGBTRIPLE, LPRGBQUAD): Add typedefs.
7536
7537 2003-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
7538
7539         * include/ddk/ntpoapi.h (POWER_INFORMATION_LEVEL): Remove.
7540         * include/winnt.h (POWER_INFORMATION_LEVEL): Add.
7541         * include/ddk/winddk.h (SINGLE_LIST_ENTRY,SLIST_HEADER):
7542         Remove.
7543         * include/ddk/ndis.h (NdisAllocateSpinLock): Add missing '\'.
7544
7545 2003-05-30  Mattia Barbon  <mbarbon@dsi.unive.it>
7546
7547         * lib/oleacc.def: New file.
7548         * include/winable.h: New file.
7549         * include/oleacc.h: Add extern "C" guard.
7550         (NAVDIR_*, ROLE_*, STATE_*): Add missing constants.
7551         (AccessibleChildren, AccessibleObjectFromEvent,
7552         AccessibleObjectFromPoint, AccessibleObjectFromWindow,
7553         CreateStdAccessibleProxy[AW], GetOleaccVersionInfo, GetRoleText[AW],
7554         GetStateText[AW], LresultFromObject, ObjectFromLresult,
7555         WindowFromAccessibleObject): Add prototypes and UNICODE mappings.
7556         * include/winuser.h (NotifyWinEvent): Add prototype.
7557         (OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR,
7558         OBJID_MENU, OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL,
7559         OBJID_SIZEGRIP, OBJID_CARET, OBJID_CURSOR, OBJID_ALERT,
7560         OBJID_SOUND): Move from here to...
7561         * include/winable.h (OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR,
7562         OBJID_MENU, OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL,
7563         OBJID_SIZEGRIP, OBJID_CARET, OBJID_CURSOR, OBJID_ALERT,
7564         OBJID_SOUND): Here, as per documentation.
7565         * lib/test.c: Include winable.h.
7566         * lib/user32.def (NotifyWinEvent): Add missing export.
7567
7568 2003-05-30  Bang Jun-Young  <junyoung@netbsd.org>
7569
7570         * include/winbase.h (HeapCompact): Correct prototype.
7571         * include/winnt.h (SINGLE_LIST_ENTRY, SLIST_ENTRY,
7572         SLIST_HEADER): Add.
7573
7574 2003-05-27  Andrew C. Stadt  <acstadt@sympatico.ca>
7575
7576         * include/winuser.h (LWA_COLORKEY, LWA_ALPHA): Add defines.
7577
7578 2003-05-25  Bill C. Riemers  <cygwin@docbill.net>
7579
7580         * include/winuser.h (EnumDisplayDevicesW): Fix typo.
7581
7582 2003-05-23  Danny Smith  <dannysmith@users.sourceforge.net>
7583
7584         * include/winuser.h (EnumDisplayDevices[AW]): Add prototypes.
7585         * include/wingdi.h (DISPLAY_DEVICE): UNICODE it.
7586
7587 2003-05-23  Andrew Dunbar  <hippietrail@users.sourceforge.net>
7588
7589         * include/wingdi.h (GCP_RESULTS[AW]) Correct type of
7590         lpGlyphs field to LPWSTR.
7591
7592 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
7593
7594         * include/wincrypt.h (PLAINTEXTKEYBLOB, OPAQUEKEYBLOB,
7595         PUBLICKEYBLOBEX, SYMMETRICWRAPKEYBLOB) Add defines.
7596         (PP_*): Add defines.
7597         (CryptContextAddRef): Add prototype.
7598         Thanks to: Shura Zam  <debil_urod@users.sourceforge.net>
7599
7600 2003-05-18  Manu B  <manubee@users.sourceforge.net>
7601
7602         * include/commctrl.h (TVSORTCB): Rename old TV_SORTCB structure.
7603
7604 2003-05-18  Bang Jun-Young  <junyoung@netbsd.org>
7605
7606         * include/winbase.h (CREATE_DEFAULT_ERROR_MODE,
7607         DEBUG_PROCESS, DEBUG_ONLY_THIS_PROCESS, CREATE_SUSPENDED,
7608         DETACHED_PROCESS, CREATE_NEW_CONSOLE, NORMAL_PRIORITY_CLASS,
7609         IDLE_PRIORITY_CLASS, HIGH_PRIORITY_CLASS, REALTIME_PRIORITY_CLASS,
7610         CREATE_NEW_PROCESS_GROUP, CREATE_UNICODE_ENVIRONMENT,
7611         CREATE_SEPARATE_WOW_VDM, CREATE_SHARED_WOW_VDM, CREATE_FORCEDOS,
7612         CREATE_NO_WINDOW): Convert to hexadecimal form for better
7613         readability.
7614         (BELOW_NORMAL_PRIORITY_CLASS, ABOVE_NORMAL_PRIORITY_CLASS,
7615         CREATE_BREAKAWAY_FROM_JOB, CREATE_WITH_USERPROFILE): Add.
7616
7617 2003-05-15  Danny Smith  <dannysmith@users.sourceforge.net>
7618
7619         * include/ddk/ndis.h (NDIS30_MINIPORT_CHARACTERISTICS_S):
7620         Unname anonymous unions if NONAMELESSUNION not defined.
7621
7622 2003-05-14  Bang Jun-Young  <junyoung@netbsd.org>
7623
7624         * include/winbase.h (GMEM_VALID_FLAGS): Add.
7625
7626 2003-05-13  Danny Smith  <dannysmith@users.sourceforge.net>
7627
7628         * include/prsht.h (PROPSHEETHEADER[AW]: Mark
7629         anonymous unions as GCC extension.
7630
7631 2003-05-13  Danny Smith  <dannysmith@users.sourceforge.net>
7632
7633         * include/oleidl.h  (LPENUMOLEDOCUMENTVIEWS): Remove typedef.
7634         (IEnumOleDocumentViews): Remove commented out DECLARE_ENUMERATOR.
7635         * include/docobj.h  (LPENUMOLEDOCUMENTVIEWS): Add typedef (previously
7636         commented out).
7637         (IEnumOleDocumentViews): Add definition using DECLARE_ENUMERATOR.
7638
7639 2003-05-12  Earnie Boyd  <earnie@users.sf.net>
7640
7641         * include/commctrl.h: (MCSC_BACKGROUND, MCSC_TEXT, MCSC_TITLEBK,
7642         MCSC_TITLETEXT, MCSC_MONTHBK, MCSCTRAILTEXT): Define.
7643         Thanks to: Robert Wishlaw  <rwishlaw @ shaw . ca>
7644
7645 2003-05-12  Danny Smith  <dannysmith@users.sourceforge.net>
7646
7647         * include/olectl.h (IOleControl,IOleControlSite,ISimpleFrameSite,
7648         IErrorLog,IPropertyBag,IPersistPropertyBag,IPersistStreamInit,
7649         IPersistMemory,IPropertyNotifySink,IProvideClassInfo,
7650         IProvideClassInfo2,IConnectionPointContainer,
7651         IEnumConnectionPoints,IConnectionPoint,IEnumConnections,
7652         IClassFactory2,ISpecifyPropertyPages,IPerPropertyBrowsing,
7653         IPropertyPageSite,IPropertyPage,IPropertyPage2,IFont,IFontDisp,
7654         IPicture,IPictureDisp): Move from here to...
7655         * include/ocidl.h (IOleControl,IOleControlSite,ISimpleFrameSite,
7656         IErrorLog,IPropertyBag,IPersistPropertyBag,IPersistStreamInit,
7657         IPersistMemory,IPropertyNotifySink,IProvideClassInfo,
7658         IProvideClassInfo2,IConnectionPointContainer,
7659         IEnumConnectionPoints,IConnectionPoint,IEnumConnections,
7660         IClassFactory2,ISpecifyPropertyPages,IPerPropertyBrowsing,
7661         IPropertyPageSite,IPropertyPage,IPropertyPage2,IFont,IFontDisp,
7662         IPicture,IPictureDisp): Here, as per documentation.
7663
7664 2003-05-12  Mattia Barbon  <mbarbon@dsi.unive.it>
7665
7666         * include/oleauto.h (VarR8FromDec, VarDecFromR8): Add prototypes.
7667         * include/winbase.h (TerminateJobObject,
7668         AssignProcessToJobObject): Likewise.
7669         * include/servprov.h: New header.
7670         * lib/test.c: Include servprov.h.
7671
7672 2003-05-10  Danny Smith  <dannysmith@users.sourceforge.net>
7673
7674         * include/shlguid.h (CGID_ShellServiceObject): Declare.
7675         * lib/uuid.c (CGID_ShellServiceObject): Define guid.
7676         Thanks to Chris Sutcliffe  <ir0nh34d#users.sourceforge.net>
7677         * include/winuser.h (SetLayeredWindowAttributes): Add prototype.
7678         * lib/user32.def (SetLayeredWindowAttributes): Add stub.
7679         * lib/uuid.c (CGID_Explorer, CGID_ShellDocView): Define guids.
7680
7681 2003-05-05  Danny Smith  <dannysmith@users.sourceforge.net>
7682
7683         * include/commctrl.h (STATUSCLASSNAME, TOOLBARCLASSNAME,
7684         TOOLTIPS_CLASS, TRACKBAR_CLASS, UPDOWN_CLASS, PROGRESS_CLASS,
7685         HOTKEY_CLASS): Remove dupicate defines for UNICODE case.
7686
7687 2003-05-02  Steven Edwards  <Steven_Ed4153@yahoo.com>
7688
7689         * include/richedit.h (EM_FINDTEXTEXW, EM_FINDTEXTW,
7690         EM_GETAUTOURLDETECT, EM_GETBIDIOPTIONS, EM_GETEDITSTYLE,
7691         EM_GETIMECOLOR, EM_GETIMEOPTIONS, EM_GETPUNCTUATION,
7692         EM_GETWORDWRAPMODE, EM_RECONVERSION, EM_SETBIDIOPTIONS,
7693         EM_SETEDITSTYLE, EM_SETIMECOLOR, EM_SETIMEOPTIONS,
7694         EM_SETPALETTE, EM_SETPUNCTUATION, EM_SETTEXTEX,
7695         EM_SETWORDWRAPMODE, RICHEDIT_CLASS10A): Add defines.
7696
7697 2003-05-02  Francois Ferrand  <typz@sourceforge.users.net>
7698
7699         * include/commctrl.h (TBM_*): Add missing trackbar defines.
7700
7701 2003-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
7702
7703         * include/cplext.h (CPLPAGE_MOUSE_WHEEL,
7704         CPLPAGE_DISPLAY_BACKGROUND): Add defines.
7705
7706 2003-04-30  Danny Smith  <dannysmith@users.sourceforge.net>
7707
7708         * include/wingdi.h (DC_PEN, DC_BRUSH): Add defines.
7709         (SetDCPenColor, SetDCBrushColor): Add prototypes.
7710         * lib/gdi32.def (SetDCPenColor, SetDCBrushColor): Add stubs.
7711
7712 2003-04-26  Bang Jun-Young  <junyoung@netbsd.org>
7713
7714         * include/winioctl.h (DEVICE_TYPE_FROM_CTL_CODE): Add macro.
7715
7716 2003-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
7717
7718         * include/oaidl.h (ITypeMarshal): Add interface.
7719
7720 2003-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
7721
7722         * include/winioctl.h: Clean up formatting.
7723         (RETRIEVAL_POINTERS_BUFFER): Add fields to Extents[1] struct.
7724         (CREATE_DISK): Add _ANONYMOUS_UNION macro.
7725         (DISK_CACHE_INFORMATION): Likewise.
7726         (DISK_DETECTION_INFO): Likewise.
7727         (DISK_PARTITION_INFO): Likewise.
7728         (PARTITION_INFORMATION_EX): Likewise.
7729         (DRIVE_LAYOUT_INFORMATION_EX): Likewise.
7730
7731 2003-04-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
7732
7733         * include/winbase.h (DeleteVolumeMountPoint[AW],
7734         FindFirstVolumeMountPoint[AW], FindNextVolumeMountPoint[AW],
7735         FindVolumeMountPointClose, GetVolumeNameForVolumeMountPoint[AW],
7736         GetVolumePathName[AW], GetVolumePathNamesForVolumeName[AW],
7737         SetVolumeMountPoint[AW]): Add prototypes.
7738         * include/winioctl.h (IOCTL_DISK_GET_PARTITION_INFO_EX,
7739         IOCTL_DISK_SET_PARTITION_INFO_EX,
7740         IOCTL_DISK_GET_DRIVE_LAYOUT_EX,
7741         IOCTL_DISK_SET_DRIVE_LAYOUT_EX, IOCTL_DISK_CREATE_DISK,
7742         IOCTL_DISK_GET_LENGTH_INFO, IOCTL_DISK_PERFORMANCE_OFF,
7743         IOCTL_DISK_GET_DRIVE_GEOMETRY_EX, IOCTL_DISK_GROW_PARTITION,
7744         IOCTL_DISK_GET_CACHE_INFORMATION,
7745         IOCTL_DISK_SET_CACHE_INFORMATION,
7746         IOCTL_DISK_DELETE_DRIVE_LAYOUT, IOCTL_DISK_UPDATE_PROPERTIES,
7747         FSCTL_GET_VOLUME_BITMAP, FSCTL_GET_RETRIEVAL_POINTERS,
7748         FSCTL_MOVE_FILE): Define.
7749         (CREATE_DISK_GPT, CREATE_DISK_MBR, CREATE_DISK,
7750         DISK_CACHE_INFORMATION,
7751         DETECTION_TYPE, DISK_INT13_INFO, DISK_EX_INT13_INFO,
7752         DISK_DETECTION_INFO, DISK_GEOMETRY_EX, DISK_GROW_PARTITION,
7753         DISK_PARTITION_INFO, DISKQUOTA_USER_INFORMATION,
7754         GET_LENGTH_INFORMATION, DISK_EXTENT, VOLUME_DISK_EXTENTS,
7755         DRIVE_LAYOUT_INFORMATION_GPT, DRIVE_LAYOUT_INFORMATION_MBR,
7756         PARTITION_INFORMATION_MBR, PARTITION_INFORMATION_GPT,
7757         PARTITION_INFORMATION_EX, DRIVE_LAYOUT_INFORMATION_EX,
7758         MOVE_FILE_DATA,
7759         RETRIEVAL_POINTERS_BUFFER, STARTING_LCN_INPUT_BUFFER,
7760         STARTING_VCN_INPUT_BUFFER, VOLUME_BITMAP_BUFFER): Add structs.
7761         (PARTITION_STYLE, DISK_CACHE_RETENTION_PRIORITY): Add enums.
7762         (MEDIA_TYPE): Add F3_120M_512, F3_640_512, F5_640_512,
7763         F5_720_512, F3_1Pt2_512, F3_1Pt23_1024, F5_1Pt23_1024,
7764         F3_128Mb_512, F3_230Mb_512, F8_256_128, F3_200Mb_512,
7765         F3_240M_512, and F3_32M_512.
7766         * lib/kernel32.def (GetVolumePathNamesForVolumeName[AW]): Add
7767         stubs.
7768
7769 2003-04-16  Earnie Boyd  <earnie@users.sf.net>
7770
7771         * include/wingdi.h (DM_SPECVERSION): Define.
7772         Thanks to Sinitsyn Valentime <valentine.sinitsyn@usu.ru>
7773         * include/rpcdce.h (UuidCreateSequential): Properly guard with
7774         appropriate _WIN32_WINNT values.
7775
7776 2003-04-15  Chris January  <chris@atomice.net>
7777
7778         * include/rpcdce.h: Add declaration for UuidCreateSequential.
7779         * lib/rpcrt4.def: Add entry for UuidCreateSequential.
7780
7781 2003-04-14  Phil Krylov  <likewolf@users.sourceforge.net>
7782
7783         * include/winuser.h (VK_*): Add missing defines.
7784
7785 2003-04-14  Vincent Béron  <papineau@users.sourceforge.net>
7786
7787         * include/commctrl.h (NMUPDOWN, LPNMUPDOWN): Use currently
7788         documented typedefs for struct _NM_UPDOWN.
7789         Add defines for backward comapatibility.
7790         * include/commdlg.h (OFN_ENABLESIZING): Add define.
7791         * include/wininet.h (IRF_*): Add missing defines.
7792
7793 2003-04-14  Bang Jun-Young  <junyoung@netbsd.org>
7794
7795         * lib/ntdll.def (Csr*, Dbg*, Ki*, Ldr*, Rtl*): Add W2K exports.
7796
7797 2003-04-11  Earnie Boyd  <earnie@users.sf.net>
7798
7799         * include/sspi.h: Add comment for FreeCredentialsHandle.
7800
7801 2003-04-07  Marcel Telka  <telka@users.sourceforge.net>
7802
7803         * include/ddk/winddk.h (KIRQL): Typedef as UCHAR, not ULONG.
7804
7805 2003-03-30  Hans E. Molin  <kvasi@users.sourceforge.net>
7806
7807         * include/olectl.h (OleLoadPicturePath): Correct prototype.
7808
7809 2003-03-30  Danny Smith  <dannysmith@users.sourceforge.net>
7810
7811         * lib/uuid.c (IID_IHTML*): Move definitions to...
7812         * lib/mshtml-uuid.c: New file.
7813         * lib/Makefile.in: Add mshtml-uuid.o to libuuid.a
7814
7815 2003-03-30  Michael Sazonov  <traip@comset.net>
7816
7817         * lib/uuid.c (IID_IHTML*): Add new GUID definitions.
7818         * include/mshtml.h (IHTMLElementCollection, IHTMLLinkElement,
7819         IHTMLImgElement): Add interface definitions.
7820
7821 2003-03-29  Danny Smith  <dannysmith@users.sourceforge.net>
7822
7823         * include/commctrl.h (ANIMATE_CLASS,HOTKEY_CLASS,PROGRESS_CLASS,
7824         STATUSCLASSNAME,TOOLBARCLASSNAME,TOOLTIPS_CLASS,TRACKBAR_CLASS,
7825         UPDOWN_CLASS,WC_COMBOBOXEX,WC_HEADER,WC_IPADDRESS,WC_LISTVIEW,
7826         WC_TABCONTROL,WC_TREEVIEW): Move UNICODE mappings out of
7827         RC_INVOKED guard.
7828         (WC_PAGESCROLLER,WC_NATIVEFONTCTL,WC_BUTTON,WC_STATIC,WC_EDIT,
7829         WC_LISTBOX,WC_COMBOBOX,WC_SCROLLBAR): Add defines.
7830
7831 2003-03-28  Bang Jun-Young  <junyoung@netbsd.org>
7832
7833         * include/winnt.h (WAITORTIMERCALLBACKFUNC): Add typedef.
7834
7835 2003-03-27  Danny Smith  <dannysmith@users.sourceforge.net>
7836
7837         * include/secext.h (GetComputerObjectName[AW],GetUserNameEx[AW],
7838         TranslateName[AW]): Add prototypes.
7839         * lib/sec32.def (GetComputerObjectName[AW],GetUserNameEx[AW],
7840         TranslateName[AW]): Add stubs.
7841         * lib/test.c: Include secext.h.
7842
7843 2003-03-27  Vladimir Michl  <michlv@users.sourceforge.net>
7844
7845         * include/ddk/ndis.h (NdisAllocateSpinLock,NdisFreeSpinLock,
7846         NdisAcquireSpinLock,NdisReleaseSpinLock,NdisDprAcquireSpinLock,
7847         NdisDprReleaseSpinLock): Change macro argument from SpinLock to
7848         _SpinLock.
7849
7850 2003-03-26  Earnie Boyd  <earnie@users.sf.net>
7851
7852         * include/w32api.h: Increment version to 2.4.
7853         * Makefile.in: Ditto.
7854
7855 2003-03-26  Danny Smith  <dannysmith@users.sourceforge.net>
7856
7857         * include/ddk/batclass.h (BATTERY_REPORTING_SCALE)
7858         Move structure from here...
7859         * include/winnt.h (BATTERY_REPORTING_SCALE): To here.
7860
7861         * include/ddk/ntapi.h (JOBOBJECT_*):
7862         Remove structures and enums definitions.
7863         (JOB_OBJECT*): Move defines from here...
7864         * include/winnt.h (JOB_OBJECT* ): To here.
7865
7866         * include/ddk/ntpoapi.h (LATENCY_TIME, POWER_ACTION_POLICY,
7867         SYSTEM_POWER_LEVEL, SYSTEM_POWER_POLICY,
7868         PROCESSOR_POWER_POLICY_INFO, PROCESSOR_POWER_POLICY,
7869         ADMINISTRATOR_POWER_POLICY, SYSTEM_POWER_INFORMATION,
7870         PROCESSOR_POWER_INFORMATION, SYSTEM_BATTERY_STATE,
7871         SYSTEM_POWER_CAPABILITIES): Move enums, structures
7872         and associated defines from here ...
7873         * include/winnt.h: (LATENCY_TIME, POWER_ACTION_POLICY,
7874         SYSTEM_POWER_LEVEL, SYSTEM_POWER_POLICY,
7875         PROCESSOR_POWER_POLICY_INFO, PROCESSOR_POWER_POLICY,
7876         ADMINISTRATOR_POWER_POLICY, SYSTEM_POWER_INFORMATION,
7877         PROCESSOR_POWER_INFORMATION, SYSTEM_BATTERY_STATE,
7878         SYSTEM_POWER_CAPABILITIES):To here.
7879
7880         * include/ddk/winddk.h (DEVICE_POWER_STATE,
7881         SYSTEM_POWER_STATE, POWER_ACTION): Move enums
7882         from here...
7883         * include/winnt.h (DEVICE_POWER_STATE,
7884         SYSTEM_POWER_STATE, POWER_ACTION): To here.
7885
7886 2003-03-19  Danny Smith  <dannysmith@users.sourceforge.net>
7887
7888         *lib/ndis.def (NdisAllocateMemory): Correct stdcall suffix.
7889         Thanks to: Vladimir Michl <michlv@users.sourceforge.net>
7890         (NdisUpdateSharedMemory): Likewise.
7891         (NdisMFreeSharedMemory: Likewise.
7892         (NdisMMapIoSpace: Likewise.
7893
7894 2003-03-18  Danny Smith  <dannysmith@users.sourceforge.net>
7895
7896         * include/lmaccess.h (UF_LOCKOUT): Correct name from UF_LOCK.
7897         Thanks to: Fabricio D. Rossi  <gurusoda@users.sourceforge.net>
7898         (UF_SETTABLE_BITS): Correct UF_LOCKOUT here too.
7899
7900 2003-03-17  Bang Jun-Young  <junyoung@netbsd.org>
7901
7902         * include/winbase.h (EnumResourceLanguages[AW]): Correct prototypes.
7903         (EnumResourceNames[AW]): Ditto.
7904         (EnumResourceTypes[AW]): Ditto.
7905         * include/wincon.h (CONSOLE_FONT_INFO): Add struct.
7906
7907 2003-03-16  Toby Malone  <malone@users.sourceforge.net>
7908
7909         * include/winuser.h (SendInput): Add prototype.
7910         * lib/user32.def (SendInput): Add stub.
7911
7912 2003-03-16  Vadim Yegorov  <zg@bmg.lv>
7913
7914         * winioctl.h (FSCTL_SET_REPARSE_POINT: Correct macro.
7915         (FSCTL_DELETE_REPARSE_POINT): Likewise.
7916
7917 2003-03-15  Bang Jun-Young  <junyoung@netbsd.org>
7918
7919         * winnt.h (JOBOBJECTINFOCLASS): Define enum.
7920         (JOBOBJECT_*): Define corresponding structures.
7921
7922 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
7923
7924         * include/ddk/winddk.h (PCUNICODE_STRING): Remove incorrect
7925         typedef.
7926
7927 2003-03-13  Bang Jun-Young  <junyoung@netbsd.org>
7928
7929         * lib/kernel32.def (Module32{First,Next}{,W}): Add missing exports.
7930         (Process32{First,Next}{,W}): Ditto.
7931         (Thread32{First,Next}): Ditto.
7932         * include/ntdef.h (PCUNICODE_STRING): Add typedef.
7933
7934 2003-03-12  Earnie Boyd  <earnie@users.sf.net>
7935
7936         * include/mswsock.h: Correct invalid filter for _WINSOCK2_H.
7937         Thanks to Jim Barton <jmbarton@users.sf.net>.
7938
7939 2003-03-12  Ranjit Mathew  <rmathew@hotmail.com>
7940
7941         * include/winnt.h (_IMAGE_SEPARATE_DEBUG_HEADER): Expose
7942         member SectionAlignment.
7943
7944 2003-03-11  Earnie Boyd  <earnie@users.sf.net>
7945
7946         * include/winsvc.h (SERVICE_NO_CHANGE): Use hex constant to avoid
7947         warnings.
7948         Thanks to Fabricio D. Rossi <gurusoda@users.sf.net>.
7949         * Makefile.in (bindist): Correct process.
7950         * lib/Makefile.in (install): Ditto.
7951         Thanks to Jeff Bonnggren <jbon@users.sf.net>.
7952
7953 2003-03-10  Danny Smith  <dannysmith@users.sourceforge.net>
7954
7955         * include/rasdlg.h: New file.
7956         * lib/rasdlg.def: New file.
7957         * lib/test.c: Include rasdlg.h.
7958
7959 2003-03-06  Christopher January  <chris@atomice.net>
7960
7961         * include/winbase.h (FindFirstVolume): Add declaration.
7962         (FindNextVolume): Add declaration.
7963         (FindVolumeClose): Add declaration.
7964         (GetSystemTimes): Add declaration.
7965         * include/winnt.h: Add define for PF_XMMI64_INSTRUCTIONS_AVAILABLE.
7966
7967 2003-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
7968
7969         *lib/kernel32.def (GetSystemTimes): Add stub.
7970
7971 2003-03-04  Heiko Gerdau  <hg@technosis.de>
7972
7973         * oleidl.h (IOleObject): Correct GetUserType prototype.
7974         (IViewObject2): Correct GetExtent prototype.
7975         * olectl.h (DISPIP_): Add new defines
7976         * ocidl.h (IOleInPlaceSiteWindowless): Add new interface.
7977
7978 2003-03-01  Danny Smith  <dannysmith@users.sourceforge.net>
7979
7980         * include/olectl.h (OleLoadPictureEx) Add prototype.
7981         (OleLoadPictureFile): Ditto.
7982         (OleLoadPictureFileEx): Ditto.
7983         (OleLoadPicturePath): Ditto.
7984         (OleSavePictureFile): Ditto.
7985
7986 2003-03-01  Danny Smith  <dannysmith@users.sourceforge.net>
7987
7988         * include/objbase.h (CoAddRefServerProcess): Add prototype.
7989         (CoAddReleaseServerProcess): Ditto.
7990         (CoResumeClassObjects): Ditto.
7991         (CoSuspendClassObjects): Ditto.
7992         * include/oleauto.h (V_I1): Define.
7993         Thanks to: "Timofei"  <mmttmm@users.sourceforge.net>
7994
7995 2003-03-01  Heiko Gerdau  <hg@technosis.de>
7996
7997         * include/oleidl.h (USERCLASSTYPE): Add enum.
7998         * include/ocidl.h (IObjectWithSite): Add interface.
7999
8000 2003-02-28  Roland Schwingel  <roland.schwingel@onevision.de>
8001
8002         Fixup UNICODE thinko in 2003-02-22 patch.
8003         * include/wingdi.h (AddFontMemResourceEx): Add.
8004         (RemoveFontMemResourceEx): Ditto.
8005         (AddFontMemResourceEx[AW]): Remove.
8006         (RemoveFontMemResourceEx[AW]): Ditto
8007         * lib/gdi32.def: (AddFontResourceEx): Add.
8008         (RemoveFontMemResourceEx): Ditto.
8009         (AddFontMemResourceEx[AW]): Remove.
8010         (RemoveFontResourceEx[AW]): Ditto.
8011
8012 2003-02-23  Danny Smith  <dannysmith@users.sourceforge.net>
8013
8014         * include/winbase.h (EVENTLOG_SUCCESS): Add define.
8015         Thanks to: Thomas Weber  <thomasweber@sourceforge.net>
8016
8017 2003-02-22  Roland Schwingel  <roland.schwingel@onevision.de>
8018
8019         * include/wingdi.h (AddFontMemResourceEx[AW]): Add.
8020         (RemoveFontMemResourceEx[AW]): Ditto
8021         * lib/gdi32.def (AddFontMemResourceEx[AW]): Add.
8022         (RemoveFontMemResourceEx[AW]): Ditto.
8023
8024 2003-02-22  Bang Jun-Young  <junyoung@netbsd.org>
8025
8026         * lib/ntdll.def (NT*, RTL*, ZW*): Add missing exports.
8027         (NtCurrentTeb): Remove.
8028
8029 2003-02-22  Danny Smith  <dannysmith@users.sourceforge.net>
8030
8031         * include/wsahelp.h: Remove ';' after closing
8032         #ifdef __cplusplus brace.
8033         * include/ws2spi.h: Likewise.
8034
8035 2003-02-22  Danny Smith  <dannysmith@users.sourceforge.net>
8036
8037         * include/winbase.h (MEMORYSTATUSEX): Add structure.
8038         (GlobalMemoryStatusEx): Add prototype.
8039         * lib/kernel32.def (GlobalMemoryStatusEx): Add stub.
8040
8041 2003-02-17  Vaclav Haisman  <V.Haisman@sh.cvut.cz>
8042
8043         * include/winioctl.h (FSCTL_SET_SPARSE): Define.
8044
8045 2003-02-12  Roland Schwingel  <roland.schwingel@onevision.de>
8046
8047         * include/wingdi.h (AddFontResourceEx[AW]): Add.
8048         (RemoveFontResourceEx[AW]): Ditto
8049         (FR_PRIVATE): Define.
8050         (FR_NOT_ENUM): Define.
8051         * lib/gdi32.def (AddFontResourceEx[AW]): Add.
8052         (RemoveFontResourceEx[AW]): Ditto.
8053
8054 2003-02-10  Earnie Boyd  <earnie@users.sf.net>
8055
8056         * include/w32api.h: Increment version to 2.3.
8057         * Makefile.in: Ditto.
8058
8059 2003-02-09  Earnie Boyd  <earnie@users.sf.net>
8060
8061         * lib/ddk/ntoskrnl.def (Ke386IoSetAccessProcess): Activate export.
8062         (Ke386QueryToAccessMap): Ditto.
8063         (Ke386SetIoAccessMap): Ditto.
8064         Thanks to Marcel Telka <telka@users.sf.net>
8065         * include/secext.h: New file. Declare EXTENDED_NAME_FORMAT.
8066         * include/security.h: Include secext.h.
8067         * include/winbase.h: Declare COMPUTER_NAME_FORMAT.
8068         Thanks to Dimitri Papadopoulos <dimitri_at@users.sf.net>
8069         * include/GL/gl.h: Remove include of glext.h.
8070         Thanks to Greg Couch <gregcouch@users.sf.net>
8071
8072 2003-02-05  Earnie Boyd  <earnie@users.sf.net>
8073
8074         * include/basetypes.h (_GUID_DEFINED): Add deprecation warning, start
8075         using GUID_DEFINED instead.
8076         * include/sqltypes.h: Ditto.
8077         * include/winnt.h: Ditto.
8078         * include/ddk/scsiwmi.h: Ditto.
8079
8080 2003-02-04  Danny Smith  <dannysmith@users.sourceforge.net>
8081
8082         * include/shlwapi.h (PathRelativePathTo[AW]): Correct
8083         prototypes.
8084         Thanks to: John Dallaway  <jld@ecoscentric.com>.
8085
8086 2003-02-01  Danny Smith  <dannysmith@users.sourceforge.net>
8087
8088         * include/commctrl.h (TCM_*): Add missing defines.
8089
8090 2003-02-01  Jesus Alvarez  <jesus_alvarez@users.sourceforge.net>
8091             Danny Smith  <dannysmith@users.sourceforge.net>
8092
8093         * include/prsht.h (PSP_*, PSH_*): Add missing defines.
8094         (PROPSHEETPAGE[AW]): Add pszHeaderTitle, pszHeaderSubTitle
8095         for (_WIN32_IE >= 0x0400).
8096         (PROPSHEETHEADER[AW]): Add hplWatermark and anonymous union
8097         fields for (_WIN32_IE >= 0x0400).
8098
8099 2003-01-31  Danny Smith  <dannysmith@users.sourceforge.net>
8100
8101         * include/winbase.h (CreateFiber): Change first parameter
8102         to SIZE_T.
8103         (CreateJobObject[AW], CreateHardLink[AW]):Guard with
8104         if (_WIN32_WINNT >= 0x0500).
8105
8106 2003-01-31  Bang Jun-Young  <junyoung@netbsd.org>
8107
8108         * include/winbase.h (PWIN32_FIND_DATAA, PWIN32_FIND_DATAW):
8109         Add missing typedefs.
8110         (CreateFiberEx, CreateJobObjectA,CreateJobObjectW): Add missing
8111         prototypes.
8112         (CreateHardLinkA, CreateHardLinkW): Return BOOL, not HANDLE.
8113
8114 2003-01-27  Krzysztof Nikiel  <kni@poczta.onet.pl>
8115
8116         * include/mmsystem.h (MIXERCONTROL_CONTROLF_MULTIPLE): Correct
8117         define.
8118         * lib/largeint.c (LargeIntegerAdd): Add, don't multiply.
8119
8120 2003-01-27  Danny Smith  <dannysmith@users.sourceforge.net>
8121
8122         * include/rpcnterr.h (RPC_X_INVALID_PIPE_OPERATION): Add
8123         define.
8124         * include/winbase.h (WAIT_TIMEOUT): Guard against prior
8125         definition.
8126         (WAIT_FAILED): Cast to DWORD.
8127         * include/winerror.h (WAIT_TIMEOUT): Guard against prior
8128         definition.
8129
8130 2003-01-27  Bang Jun-Young  <junyoung@netbsd.org>
8131
8132         * include/winerror.h: Protect against multiple
8133         definition of WSA* error codes.
8134         * include/winsock.h: Likewise.
8135         * include/winsock2.h: Likewise.
8136
8137 2003-01-27  Bang Dong-Heui
8138             Bang Jun-Young  <junyoung@netbsd.org>
8139
8140         * include/winerror.h (ERROR_*, SEC_E_*,RPC_S_*, FRS_ERR_*,
8141         DNS_*, WSA*, WAIT_TIMEOUT): Add missing error codes.
8142         (RPC_X_INVALID_PIPE_OPERATION): Remove define.
8143
8144
8145 2003-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
8146
8147         * include/ras.h (RASCONN[AW]): Add dwSessionId for
8148         (WINVER >= 0x501).
8149
8150 2003-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
8151
8152         * include/ras.h (RASCONN[AW]): Guard szDeviceType,
8153         szDeviceName fields with (WINVER >= 0x400). Add dwFlags, luid
8154         fields for (WINVER >= 0x501).
8155
8156 2003-01-23  Danny Smith  <dannysmith@users.sourceforge.net>
8157
8158         * lib/ws2_32.def (getaddrinfo, freeaddrinfo and getnameinfo):
8159         Add stubs.
8160         * include/ws2tcpip.h (IPV6_*) Add IPPROTO_IPV6 level socket
8161         options.
8162
8163 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
8164
8165         * include/winnt.h (IMAGE_FILE_AGGRESIVE_WS_TRIM
8166         IMAGE_FILE_LARGE_ADDRESS_AWARE): Add defines.
8167
8168 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
8169
8170         * include/accctrl.h (enum _SE_OBJECT_TYPE): Add
8171         SE_REGISTRY_WOW64_32KEY.
8172         Reported by: Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8173
8174 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
8175
8176         * include/commctrl.h (HDN_GETDISPINFO[AW]: Add defines.
8177         (tagNMHDDISPINFO[AW}: Add structures and typedefs.
8178         Reported by: Mat Nieuwenhoven  <matnieuw@users.sourceforge.net>
8179
8180 2003-01-10  Christopher Faylor  <cgf@redhat.com>
8181
8182         * include/winsock2.h: Remove gethostname from INSIDE_CYGWIN protection.
8183
8184 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
8185
8186         * lib/dxguid.c: Don't #include <objbase.h>.
8187         * include/unknwn.h: Partially revert change of 2002-12-26.
8188         Don't include <ole2.h>.
8189
8190 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
8191
8192         * lib/dinput.c: Don't #include <objbase.h>.
8193
8194 2003-01-08  Bart Oldeman  <bartoldeman@users.sourceforge.net>
8195
8196         * include/windows.h (ole2.h):Do #include for
8197         __WATCOMC__.
8198
8199 2003-01-05  Danny Smith  <dannysmith@users.sourceforge.net>
8200
8201         * include/winuser.h (SPI_SETWHEELSCROLLLINES) Add define.
8202         * include/zmouse.h (WHEEL_DELTA): Guard against prior
8203         definition.
8204         (WHEEL_PAGESCROLL): Likewise.
8205         (SPI_SETWHEELSCROLLLINES): Define, if not already done.
8206
8207 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
8208
8209         * include/winuser.h (SPI_GETWHEELSCROLLLINES) Add define.
8210         (WHEEL_PAGESCROLL): Add define.
8211
8212 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
8213
8214         * include/commctrl.h (tagNMTOOLBAR[AW]): Replace obsolete struct
8215         names tagTBNOTIFY[AW] and typedefs. Add defines for backward
8216         compatability. Add RECT field. Add UNICODE mappings for new
8217         names.
8218         (tagNMREBARCHEVRON): Add struct and typedefs for
8219         _WIN32_IE >= 0x0500.
8220
8221 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
8222
8223         * include/commctrl.h (TOOLINFO[AW]): Update structures.
8224         (LVHITTESTINFO): Likewise.
8225
8226         * include/wingdi.h (GRADIENT_TRIANGLE): Add structure.
8227         (GRADIENT_RECT): Likewise.
8228
8229 2003-01-03  Bang Jun-Young  <junyoung@netbsd.org>
8230
8231         * include/winerror.h (ERROR_OPLOCK_NOT_GRANTED,
8232         ERROR_INVALID_OPLOCK_PROTOCOL, ERROR_SOURCE_ELEMENT_EMPTY,
8233         ERROR_DESTINATION_ELEMENT_FULL, ERROR_ILLEGAL_ELEMENT_ADDRESS,
8234         ERROR_MAGAZINE_NOT_PRESENT, ERROR_DEVICE_REINITIALIZATION_NEEDED,
8235         ERROR_DEVICE_REQUIRES_CLEANING, ERROR_DEVICE_DOOR_OPEN,
8236         ERROR_DEVICE_NOT_CONNECTED, ERROR_NOT_FOUND, ERROR_NO_MATCH,
8237         ERROR_SET_NOT_FOUND, ERROR_NO_TRACKING_SERVICE,
8238         ERROR_JOURNAL_DELETE_IN_PROGRESS, ERROR_JOURNAL_NOT_ACTIVE,
8239         ERROR_JOURNAL_ENTRY_DELETED, ERROR_ONLY_IF_CONNECTED,
8240         ERROR_NOT_SUPPORTED_ON_SBS, ERROR_SERVER_SHUTDOWN_IN_PROGRESS,
8241         ERROR_MUTUAL_AUTH_FAILED, ERROR_TIME_SKEW, ERROR_DEVICE_REMOVED,
8242         RPC_S_INVALID_ASYNC_HANDLE, RPC_S_INVALID_ASYNC_CALL,
8243         RPC_X_PIPE_CLOSED, RPC_X_PIPE_DISCIPLINE_ERROR, RPC_X_PIPE_EMPTY,
8244         ERROR_CANT_ACCESS_FILE, ERROR_CANT_RESOLVE_FILENAME,
8245         ERROR_WMI_GUID_NOT_FOUND, ERROR_WMI_INSTANCE_NOT_FOUND,
8246         ERROR_WMI_ITEMID_NOT_FOUND, ERROR_WMI_TRY_AGAIN, ERROR_WMI_READ_ONLY,
8247         ERROR_WMI_SET_FAILURE, ERROR_TRANSPORT_FULL, ERROR_FILE_OFFLINE,
8248         ERROR_REMOTE_STORAGE_NOT_ACTIVE, ERROR_REMOTE_STORAGE_MEDIA_ERROR,
8249         ERROR_NOT_A_REPARSE_POINT, ERROR_REPARSE_ATTRIBUTE_CONFLICT,
8250         ERROR_INVALID_REPARSE_DATA, ERROR_REPARSE_TAG_INVALID,
8251         ERROR_REPARSE_TAG_MISMATCH, ERROR_FILE_ENCRYPTED,
8252         ERROR_FILE_NOT_ENCRYPTED, ERROR_NOT_EXPORT_FORMAT,
8253         ERROR_CTX_WINSTATION_NAME_INVALID, ERROR_CTX_INVALID_PD,
8254         ERROR_CTX_PD_NOT_FOUND, ERROR_CTX_WD_NOT_FOUND,
8255         ERROR_CTX_CLOSE_PENDING, ERROR_CTX_NO_OUTBUF,
8256         ERROR_CTX_MODEM_INF_NOT_FOUND, ERROR_CTX_INVALID_MODEMNAME,
8257         ERROR_CTX_MODEM_RESPONSE_ERROR, ERROR_CTX_MODEM_RESPONSE_TIMEOUT,
8258         ERROR_CTX_MODEM_RESPONSE_NO_CARRIER,
8259         ERROR_CTX_MODEM_RESPONSE_NO_DIALTONE, ERROR_CTX_MODEM_RESPONSE_BUSY,
8260         ERROR_CTX_MODEM_RESPONSE_VOICE, ERROR_CTX_TD_ERROR,
8261         ERROR_CTX_WINSTATION_NOT_FOUND, ERROR_CTX_WINSTATION_ALREADY_EXISTS,
8262         ERROR_CTX_WINSTATION_BUSY, ERROR_CTX_BAD_VIDEO_MODE,
8263         ERROR_CTX_GRAPHICS_INVALID, ERROR_CTX_NOT_CONSOLE,
8264         ERROR_CTX_CLIENT_QUERY_TIMEOUT, ERROR_CTX_CONSOLE_DISCONNECT,
8265         ERROR_CTX_CONSOLE_CONNECT, ERROR_CTX_SHADOW_DENIED,
8266         ERROR_CTX_WINSTATION_ACCESS_DENIED, ERROR_CTX_INVALID_WD,
8267         ERROR_CTX_SHADOW_INVALID, ERROR_CTX_SHADOW_DISABLED,
8268         ERROR_CTX_CLIENT_LICENSE_IN_USE, ERROR_CTX_CLIENT_LICENSE_NOT_SET,
8269         ERROR_CTX_LICENSE_NOT_AVAILABLE, ERROR_CTX_LICENSE_CLIENT_INVALID,
8270         ERROR_CTX_LICENSE_EXPIRED, ERROR_DS_MEMBERSHIP_EVALUATED_LOCALLY,
8271         ERROR_DS_NO_ATTRIBUTE_OR_VALUE, ERROR_DS_INVALID_ATTRIBUTE_SYNTAX,
8272         ERROR_DS_ATTRIBUTE_TYPE_UNDEFINED, ERROR_DS_ATTRIBUTE_OR_VALUE_EXISTS,
8273         ERROR_DS_BUSY, ERROR_DS_UNAVAILABLE, ERROR_DS_NO_RIDS_ALLOCATED,
8274         ERROR_DS_NO_MORE_RIDS, ERROR_DS_INCORRECT_ROLE_OWNER,
8275         ERROR_DS_RIDMGR_INIT_ERROR, ERROR_DS_OBJ_CLASS_VIOLATION,
8276         ERROR_DS_CANT_ON_NON_LEAF, ERROR_DS_CANT_ON_RDN,
8277         ERROR_DS_CANT_MOD_OBJ_CLASS, ERROR_DS_CROSS_DOM_MOVE_ERROR,
8278         ERROR_DS_GC_NOT_AVAILABLE, ERROR_SHARED_POLICY,
8279         ERROR_POLICY_OBJECT_NOT_FOUND, ERROR_POLICY_ONLY_IN_DS,
8280         ERROR_DS_ADMIN_LIMIT_EXCEEDED, ERROR_DS_DS_REQUIRED,
8281         ERROR_DS_SAM_INIT_FAILURE, ERROR_DS_SENSITIVE_GROUP_VIOLATION,
8282         ERROR_DS_CANT_MOD_PRIMARYGROUPID, ERROR_DS_INVALID_GROUP_TYPE,
8283         ERROR_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN,
8284         ERROR_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN,
8285         ERROR_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER,
8286         ERROR_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER,
8287         ERROR_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER,
8288         ERROR_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER,
8289         ERROR_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER,
8290         ERROR_DS_HAVE_PRIMARY_MEMBERS, ERROR_DS_SAM_NEED_BOOTKEY_PASSWORD,
8291         ERROR_DS_SAM_NEED_BOOTKEY_FLOPPY, ERROR_DS_CANT_START,
8292         ERROR_DS_INIT_FAILURE, ERROR_SAM_INIT_FAILURE, ERROR_DS_GC_REQUIRED,
8293         ERROR_DS_LOCAL_MEMBER_OF_LOCAL_ONLY,
8294         ERROR_DS_NO_FPO_IN_UNIVERSAL_GROUPS,
8295         ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED):
8296         Add missing error codes.
8297
8298 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
8299
8300         * lib/kernel32.c (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/winnt.h (GetCurrentFiber): Remove blank input field in
8307         asm code.
8308         (GetFiberData): Likewise.
8309
8310 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
8311
8312         * include/winerror.h (ERROR_DIFFERENT_SERVICE_ACCOUNT,
8313         ERROR_EXE_MACHINE_TYPE_MISMATCH, ERROR_HOOK_TYPE_NOT_ALLOWED,
8314         ERROR_INVALID_KEYBOARD_HANDLE, ERROR_INVALID_PRINT_MONITOR,
8315         ERROR_PRINT_MONITOR_IN_USE, ERROR_PRINTER_HAS_JOBS_QUEUED,
8316         ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION,
8317         ERROR_SUCCESS_REBOOT_REQUIRED, ERROR_SUCCESS_RESTART_REQUIRED,
8318         ERROR_TIMEOUT, OR_INVALID_OID, OR_INVALID_OXID,
8319         OR_INVALID_SET, RPC_X_INVALID_PIPE_OPERATION): Add missing
8320         error codes.
8321         Re-sort codes.
8322
8323 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
8324
8325         * include/winspool.h (PRINTER_INFO_6): Add.
8326         Reported by: Mat Nieuwenhoven  <matnieuw@users.sourceforge.net>
8327
8328 2002-12-30  Hartmut Honisch  <hhonisch@users.sourceforge.net>
8329
8330         * include/winbase.h (NMPWAIT_WAIT_FOREVER): Cast to DWORD.
8331
8332         * lib/ntdll.def (NtConnectPort, NtOpenEvent,
8333         NtRequestWaitReplyPort, NtWaitForSingleObject,ZwConnectPort,
8334         ZwOpenEvent, ZwRequestWaitReplyPort, ZwWaitForSingleObject):
8335         Add stubs.
8336
8337 2002-12-30  Danny Smith  <dannysmith@users.sourceforge.net>
8338
8339         * include/wingdi.h (wglGetLayerPaletteEntries): Correct
8340         prototype. Thanks to: Joe Krahn  <jkrahn at nc dot rr dot com>.
8341
8342 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8343
8344         * include/wingdi.h (DOCINFOA): Replace LPCTSTR with LPCSTR.
8345
8346 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8347
8348         * include/wingdi.h (BALTIC_CHARSET, JOHAB_CHARSET,
8349         VIETNAMESE_CHARSET): Remove duplicate defines.
8350         * lib/comctl32.def (ImageList_SetImageCount): Add stub.
8351
8352 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8353
8354         * include/dbt.h (DEV_BROADCAST_PORT): Add UNICODE version.
8355         Thanks to: Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8356
8357 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8358
8359         * include/unknwn.h: Include windows.h and ole2.h before header
8360         guard to avoid circular inclusion of COM headers.
8361
8362 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8363
8364         * include/dde.h (PackDDElParam, UnpackDDElParam,FreeDDElParam,
8365         ReuseDDElParam): Use __WIN64 compatible typedefs.
8366
8367 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8368
8369         * include/accctrl.h (ACTRL_ACCESS_ENTRY[AW]): Make
8370         lpInheritProperty member const.
8371         (ACTRL_PROPERTY_ENTRY[AW]): Make lpProperty member
8372         const.
8373
8374 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8375
8376         * include/commcat.h: Don't include windows.h or ole2.h ifdef
8377         COM_NO_WINDOWS_H.
8378         * include/unknwn.h: Ditto.
8379
8380 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8381
8382         * include/imm.h (ImmGetCompositionFont[AW],
8383         ImmSetCompositionFont[AW]): Add NOGDI guard.
8384
8385 2002-12-19  Danny Smith  <dannysmith@users.sourceforge.net>
8386
8387         * include/ddk/hidusage.h: Remove unneccessary #pragma pack's.
8388         * include/ddk/miniport.h (EMULATOR_PORT_ACCESS_TYPE): Define
8389         before using.
8390         (VIDEO_ACCESS_RANGE): Guard against prior definition.
8391         * include/ddk/minitape.h (INQUIRYDATA): Guard against prior
8392         definition.
8393         * include/ddk/ndis.h (DECLARE_UNKNOWN_PROTOTYPE): Correct macro.
8394         * include/ddk/ndisguid.h: Remove unneccessary #pragma pack's.
8395         * include/ddk/scsi.h (INQUIRYDATA): Guard against prior
8396         definition.
8397         * include/ddk/scsiwmi.h (GUID): Define if not already done.
8398         (LPCGUID): Likewise.
8399         * include/ddk/tdi.h: Close "Listen flags" comment.
8400         * include/ddk/tdistat.h: Remove unneccessary #pragma pack's.
8401         * include/ddk/video.h:  Add #pragma pack(push,4) to balance.
8402         (VIDEO_ACCESS_RANGE): Guard against prior definition.
8403         * include/ddk/videoagp.h:Add #pragma pack(push,4) to balance.
8404         * include/ddk/win2k.h: Likewise.
8405         * include/ddk/winddi.h: Likewise.
8406         * include/ddk/winddk.h: Likewise.
8407         * include/ddk/winnt4.h: Likewise.
8408         * include/ddk/ws2san.h: Likewise.
8409         * include/ddk/xfilter.h: Remove unbalanced #pragma pack(pop).
8410         * include/ddk/video.h: Don't process rest of file ifdef
8411         __WINDDI_H.
8412         * include/ddk/winddi.h: Don't process rest of file ifdef
8413         __VIDEO_H.
8414         * include/ddk/usb.h: Don't process rest of file ifdef
8415         __USBDI_H.
8416         * include/ddk/usbdi.h: Don't process rest of file ifdef
8417         __USB_H.
8418         * include/ddk/usbcamdi.h: Don't process rest of file if
8419         !defined(__USB_H) && !defined(__USBDI_H)
8420
8421 2002-12-18  James E. Lucas  <xelloss@users.sourceforge.net>
8422
8423         * include/winnetwk.h (WNetResourceInformation[AW]): Correct
8424         prototypes.
8425         * include/winuser.h (GetAncestor) Add prototype.
8426         (GA_PARENT, GA_ROOT, GA_ROOTOWNER): Add defines.
8427         (EWX_FORCEIFHUNG): Add define for _WIN32_WINNT >= 0x0500.
8428         (SPI_GETACTIVEWINDOWTRACKING, SPI_GETACTIVEWNDTRKZORDER,
8429         SPI_GETACTIVEWNDTRKTIMEOUT, SPI_SETACTIVEWINDOWTRACKING
8430         SPI_SETACTIVEWNDTRKZORDER, SPI_SETACTIVEWNDTRKTIMEOUT): Add
8431         defines.
8432         * lib/user32.def (GetAncestor@8): Add stub.
8433
8434 2002-12-15  Danny Smith  <dannysmith@users.sourceforge.net>
8435
8436         * include/windows.h: Guard inclusion of wingdi.h,
8437         commdlg.h, winspool.h, ole2.h with NOGDI.
8438         * include/winuser.h (ICONMETRICS, NONCLIENTMETRICS,
8439         ChangeDisplaySettings, CreateDesktop, EnumDisplaySettings):
8440         Guard with NOGDI.
8441
8442 2002-12-12  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8443
8444         * include/oleacc.h (SELFLAG_*): Change to enum.
8445
8446 2002-12-11  Danny Smith  <dannysmith@users.sourceforge.net>
8447
8448         * include/shlobj.h (IShellLinkW::GetPath): Correct prototype.
8449         Thanks to: Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
8450
8451 2002-12-09  Danny Smith  <dannysmith@users.sourceforge.net>
8452
8453         * include/shellapi.h (ExtractIconEx[AW]): Correct return type
8454         to UINT.
8455         Thanks to: Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
8456
8457 2002-12-07  Danny Smith  <dannysmith@users.sourveforge.net>
8458
8459         * include/winuser.h (AllowSetForegroundWindow,
8460         LockSetForegroundWindow): Add prototypes.
8461         (ASFW_ANY, LSFW_LOCK, LSFW_UNLOCK) Add defines.
8462         Thanks to:  Pat Thoyts  <patthoyts@users.sourceforge.net>
8463         * lib/winuser.def (AllowSetForegroundWindow,
8464         LockSetForegroundWindow): Add stubs.
8465
8466 2002-12-06  Ken Fitlike  <kenfitlike@users.sourceforge.net>
8467
8468         * include/commctrl.h (TN_GETDISPINFO[AW]): Add defines and
8469         UNICODE mappings.
8470         (tagNMTTDISPINFO[AW]): Replace obsolete struct names
8471         tagTOOLTIPTEXT[AW] and typedefs. Add defines for backward
8472         compatability. Add lParam field. Add UNICODE mappings for new
8473         names.
8474
8475 2002-12-02  Andrew Stadt  <acstadt@sympatico.ca>
8476
8477         * include/shellapi.h (_SHFILEOPSTRUCTA,_SHFILEOPSTRUCTW):
8478         Wrap with pshpack2.h/poppack.h to correct alignment.
8479
8480 2002-12-02  Ken Fitlike  <kenfitlike@users.sourceforge.net>
8481
8482         * include/commctrl.h (LVBKIF_*): Add defines.
8483         (LVM_SETIMAGE[AW]): Add defines and UNICODE mappings.
8484         (LVM_GETIMAGE[AW]): Add defines and UNICODE mappings.
8485         (LVBKIMAGE[AW]): Add defines and UNICODE mappings.
8486         (LPLVBKIMAGE[AW]): Add defines and UNICODE mappings.
8487         (LVM_GETBKIMAGE[AW]): Add defines and UNICODE mappings.
8488         (LVM_SETBKIMAGE[AW]): Add defines and UNICODE mappings.
8489         (ListView_GetBkImage): Add define.
8490         (ListView_SetBkImage): Add define.
8491         (LVBKIMAGE): Add structures and typedefs.
8492
8493 2002-11-25  Earnie Boyd  <earnie@users.sf.net>
8494
8495         * include/w32api.h: Increment to version 2.2
8496         * Makefile.in: Ditto.
8497
8498 2002-11-25  Earnie Boyd  <earnie@users.sf.net>
8499
8500         * lib/Makefile.in (dist, install): Correct the install destinations.
8501         * lib/ddk/Makefile.in (dist, install): Ditto.
8502
8503 2002-11-16  Danny Smith  <dannysmith@users.sourceforge.net>
8504
8505         * lib/uuid.c (CATID_InternetAware,CLSID_HttpSProtocol,
8506         CLSID_PSUrlMonProxy,CLSID_StdURLMoniker,IID_IObjectWithSite,
8507         IID_IPersistMoniker,IID_IProgressNotify): Correct off-by-one bug
8508         in definitions.
8509         (CLSID_CFontPropPage00, GUID_FONTUNDERSCORE11,
8510         IID_IOleControlSite89): Remove.
8511
8512 2002-11-15  Christopher Faylor  <cgf@redhat.com>
8513
8514         * lib/uuid.c (IID_IRunnableObject): Remove duplicate definition.
8515         (IID_IStdMarshalInfo): Ditto.
8516
8517 2002-11-15  Christopher Faylor  <cgf@redhat.com>
8518
8519         * lib/uuid.c (IID_IOleInPlaceSite): Remove duplicate definition.
8520         (IID_IPersistStorage): Ditto.
8521
8522 2002-11-15  Weiqi Gao  <weiqigao@users.sourceforge.net>
8523
8524         * lib/uuid.c (CLSID_PSClassObject, CLSID_PSEnumerators,
8525         IID_IClassActivator, IID_IClientSecurity, IID_ICreateTypeInfo,
8526         IID_ICreateTypeLib2, IID_IOleInPlaceSite, IID_IPersistStorage,
8527         IID_IRunnableObject, IID_IServerSecurity, IID_IStdMarshalInfo):
8528         Correct definitions.
8529
8530 2002-11-15  Danny Smith  <dannysmith@users.sourceforge.net>
8531
8532         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
8533         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
8534         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
8535         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
8536         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
8537         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
8538         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
8539         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
8540         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
8541         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
8542         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
8543         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
8544         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
8545         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
8546         xfilter.h): Change comment to refer w32api package, not MinGW.
8547
8548 2002-11-15  Danny Smith  <dannysmith@users.sourceforge.net>
8549
8550         * include/ddk/ntddk.h: Include winnt.h as system header.
8551
8552 2002-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
8553
8554         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
8555         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
8556         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
8557         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
8558         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
8559         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
8560         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
8561         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
8562         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
8563         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
8564         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
8565         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
8566         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
8567         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
8568         xfilter.h): Fix typo in disclaimer comment.
8569
8570 2002-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
8571
8572         * include/exdisp.h: Include oaidl.h as system header.
8573
8574 2002-11-12  Earnie Boyd  <earnie@users.sf.net>
8575
8576         * include/w32api.h (__W32API_VERSION): Fix.
8577
8578 2002-11-09  Weiqi Gao  <weiqigao@users.sourceforge.net>
8579
8580         * lib/uuid.c (IID_ICatInformation): Correct definition.
8581
8582 2002-11-07  Danny Smith  <dannysmith@users.sourceforge.net>
8583
8584         * include/oleauto.h (DeregisterTypeLib): Remove.
8585         (UnRegisterTypeLib): Add prototype.
8586
8587 2002-11-07  Christopher January  <chris@atomice.net>
8588
8589         * include/winioctl.h: Add definition for IOCTL_DISK_UPDATE_DRIVE_SIZE.
8590
8591 2002-11-04  Danny Smith  <dannysmith@users.sourceforge.net>
8592
8593         * include/winnt.h (VerSetConditionMask): Add prototype.
8594         * lib/kernel32.def (VerifyVersionInfo[AW]): Add stubs.
8595
8596 2002-10-16  Danny Smith  <dannysmith@users.sourceforge.net>
8597
8598         * include/winuser.h (MONITORINFOEX[AW]): Add structure
8599         definitions and ANSI/UNICODE mappings.
8600         Cleanup whitespace.
8601
8602 2002-10-14  Earnie Boyd  <earnie@users.sf.net>
8603
8604         * Makefile.in: Add components for lib/ddk.  Adjust for autoconf-2.53.
8605         * configure.in: Ditto.
8606         * lib/Makefile.in: Ditto.
8607         * lib/ddk/Makefile.in: Correct installation procedure.  Adjust for
8608         autoconf-2.53.
8609         * configure: Regenerate.
8610
8611 2002-10-14  Danny Smith  <dannysmith@users.sourceforge.net>
8612
8613         * include/windows.h: Don't include basetyps.h.
8614         * include/objfwd.h: Do include basetyps.h.
8615
8616 2002-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
8617
8618         * include/objbase.h: Include rpc.h and rpcndr.h
8619         before header guard.
8620
8621 2002-10-11  Danny Smith  <dannysmith@users.sourceforge.net>
8622
8623         * include/olectl.h (PROPPAGEINFO): Change type of
8624         field cb to ULONG.
8625
8626 2002-10-11  Steven Edwards  <Steven_Ed4153@yahoo.com>
8627
8628         * lib/ntdll.def (RtlAcquireResourceExclusive,
8629         RtlAcquireResourceShared, RtlDeleteResource,
8630         RtlInitializeResource, RtlReleaseResource,
8631         RtlTimeToSecondsSince1970) : Added missing exports.
8632
8633 2002-10-08  Heiko Gerdau  <hg@technosis.de>
8634
8635         * include/oleacc.h: New file.
8636         * include/winuser.h (ENDSESSION_LOGOFF) Add define.
8637         (OBJID_*) Add defines.
8638         * lib/uuid.c: Add DEFINE_GUID for IID_IAccessible.
8639         * lib/test.c: Include oleacc.h.
8640
8641 2002-10-06  Casper Hornstrup  <chorns@it.dk>
8642
8643         * include/ddk: New subdir.
8644         * lib/ddk: Ditto.
8645         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
8646         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
8647         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
8648         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
8649         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
8650         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
8651         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
8652         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
8653         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
8654         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
8655         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
8656         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
8657         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
8658         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
8659         xfilter.h): New files.
8660         * lib/ddk/(Makefile.in, apcups.def, cfgmgr32.def, dxapi.def,
8661         hal.def, hid.def, hidparse.def, mcd.def, ndis.def, ntoskrnl.def,
8662         scsiport.def, tdi.def, usbcamd.def, usbcamd2.def, videoprt.def,
8663         win32k.def): Ditto.
8664
8665 2002-10-04  Steven Edwards  <Steven_Ed4153@yahoo.com>
8666
8667         * lib/ntdll.def (NtAccessCheck, NtAdjustPrivilegesToken,
8668         NtCreateKey, NtDeleteKey, NtDeleteValueKey, NtEnumerateKey,
8669         NtEnumerateValueKey, NtOpenKey, NtOpenProcessToken,
8670         NtOpenThreadToken, NtQueryInformationToken, NtQueryKey,
8671         NtQueryValueKey, NtSetSecurityObject, NtSetValueKey,
8672         RtlAddAccessAllowedAce, RtlCreateAcl,
8673         RtlCreateSecurityDescriptor, RtlCreateUnicodeStringFromAsciiz,
8674         RtlGetAce, RtlGetControlSecurityDescriptor,
8675         RtlGetDaclSecurityDescriptor,RtlGetGroupSecurityDescriptor,
8676         RtlGetOwnerSecurityDescriptor,RtlGetSaclSecurityDescriptor,
8677         RtlImpersonateSelf, RtlIsTextUnicode, RtlLargeIntegerAdd,
8678         RtlLengthSecurityDescriptor, RtlMakeSelfRelativeSD,
8679         RtlMultiByteToUnicodeN RtlMultiByteToUnicodeSize,
8680         RtlOpenCurrentUser, RtlSetDaclSecurityDescriptor,
8681         RtlSetGroupSecurityDescriptor, RtlSetOwnerSecurityDescriptor,
8682         RtlSetSaclSecurityDescriptor, RtlValidSecurityDescriptor,
8683         ZwAccessCheck, ZwAdjustPrivilegesToken, ZwCreateKey,
8684         ZwDeleteValueKey, ZwEnumerateKey, ZwEnumerateValueKey,
8685         ZwOpenKey, ZwOpenProcessToken, ZwOpenThreadToken,
8686         ZwQueryInformationToken, ZwQueryKey, ZwQueryValueKey
8687         ZwSetSecurityObject, ZwSetValueKey): Added missing exports.
8688
8689 2002-10-04  "KJK::Hyperion"  <noog@libero.it>
8690
8691         *include/windef.h (WPARAM): Update typedef.
8692         (LPARAM): Ditto.
8693         (LRESULT): Ditto.
8694
8695 2002-10-04  "KJK::Hyperion"  <noog@libero.it>
8696
8697         * include/shlobj.h (CSIDL_*): Add defines.
8698
8699 2002-09-24  Danny Smith  <dannysmith@users.sourceforge.net>
8700
8701         * include/ws2tcpip.h: Throw error if winsock.h, not winsock2.h
8702         has been included first.
8703
8704 2002-09-24  René Møller Fonseca  <fonseca@users.sourceforge.net>
8705
8706         * include/winbase.h (FindFirstFileEx): Fixed ANSI mode.
8707         * include/wingdi.h (PFD_SWAP_LAYER_BUFFERS):Added define.
8708         * include/winuser.h (AppendMenu[AW]): Fixed prototypes.
8709
8710 2002-09-18  Eric R. Krause  <ekrause_98@users.sourceforge.net>
8711
8712         * include/winuser.h (DS_SHELLFONT): Define.
8713
8714 2002-09-17  Daniel Schlyder  <daniel@dascdev.net>
8715
8716         * include/winnt.h (VER_SUITE_BLADE): Define.
8717
8718 2002-09-17  Danny Smith  <dannysmith@users.sourceforge.net>
8719
8720         * include/shlobj.h (SHGetSpecialFolderPath[AW]):
8721         Add _WIN32_IE guard. Correct prototype for wide version.
8722         (SHGetFolderPath): Add comment on shfolder.dll.
8723         (SHGetFolderLocation): Add prototyope for WinME and W2K.
8724         (SHGetFolderPathAndSubDir[AW]): Add prototypes for XP.
8725
8726 2002-09-16  Danny Smith  <dannysmith@users.sourceforge.net>
8727
8728         * lib/shell32.def (SHGetFolderPath[AW]): Add comment.
8729         * lib/shfolder.def: New file.
8730
8731 2002-09-12  Danny Smith  <dannysmith@users.sourceforge.net>
8732
8733         * include/winsock.h (timeval): Guard struct and associated
8734         macros with _TIMEVAL_DEFINED.
8735         * include/winsock2.h (timeval): Likewise.
8736
8737 2002-09-11  Danny Smith  <dannysmith@users.sourceforge.net>
8738
8739         * lib/shell32.def (SHBindtoParent,SHCreateDirectoryEx[AW],
8740         SHCreateProcessAsUserW,SHCreateQueryCancelAutoPlayMoniker,
8741         SHCreateShellItem,SHEmptyRecycleBin[AW],
8742         SHEnumerateUnreadMailAccountsW,SHExtractIconsW,
8743         SHGetDataFromIDList[AW],SHGetDiskFreeSpace[AW],
8744         SHGetDiskFreeSpaceEx[AW],SHGetFolderLocation,
8745         SHGetFolderPathAndSubDir[AW],SHGetIconOverlayIndex[AW],
8746         SHGetNewLinkInfo[AW],SHGetSettings,SHGetUnreadMailCountW,
8747         SHInvokePrinterCommand[AW],SHIsFileAvailableOffline,
8748         SHLoadNonloadedIconOverlayIdentifiers,
8749         SHOpenFolderAndSelectItems,SHParseDisplayName,
8750         SHPathPrepareForWrite[AW],SHQueryRecycleBin[AW],
8751         SHSetLocalizedName,SHSetUnreadMailCountW,
8752         SHUpdateRecycleBinIcon: Add missing stubs.
8753
8754 2002-09-07  Earnie Boyd  <earnie@users.sf.net>
8755
8756         * include/windef.h (WINVER): Add documentation.
8757         (_WIN32_WINNT): Ditto.
8758         Special thanks to Paul Schmidt <paul@tricattechnologies.com>
8759
8760 2002-09-06  Danny Smith  <dannysmith@users.sourceforge.net>
8761
8762         * lib/Makefile.in (TEST_OPTIONS): Define WINVER to 0x0666.
8763
8764 2002-09-04  Kevin Chase  <kevincha99@hotmail.com>
8765
8766         * include/winbase.h (AllocateUserPhysicalPages,
8767         MapUserPhysicalPages, MapUserPhysicalPagesScatter,
8768         FreeUserPhysicalPages): Add prototypes.
8769         * lib/kernel32.def: Add function stubs for above.
8770
8771 2002-09-03  René Møller Fonseca  <fonseca@users.sourceforge.net>
8772
8773         * include/winuser.h (IDTRYAGAIN,IDCONTINUE): Add defines.
8774         Add WINVER guards for dialog box command id defines.
8775
8776 2002-09-03  Earnie Boyd  <earnie@users.sf.net>
8777
8778         * include/wincon.h (GetConsoleWindow): Add _WIN32_WINNT >= 0x0500 guard.
8779
8780 2002-08-30  Christopher January  <ccj00@doc.ic.ac.uk>
8781
8782         * include/wincon.h: Define GetConsoleWindow(void).
8783
8784 2002-08-28  Earnie Boyd  <earnie@users.sf.net>
8785
8786         * include/w32api.h: Increment version to 2.1.
8787         * Makefile.in: Ditto.
8788
8789 2002-08-26  Bart Oldeman  <bart.oldeman@btinternet.com>
8790
8791         * include/winsock2.h (SOCKET_ADDRESS): Define if
8792         __CSADDR_T_DEFINED is not defined (copied from nspapi.h)
8793         (CSADDR_INFO): Ditto.
8794         (nspapi.h) : Don't include. Removed FIXME comment.
8795         * include/nspapi.h (SOCKET_ADDRESS) Only define if
8796         __CSADDR_T_DEFINED is not defined.
8797         (CSADDR_INFO): Ditto.
8798         (BLOB): Add structure and typedef if not already defined.
8799         (NS_*): Add defines.
8800         (SERVICE_*): Ditto.
8801         (SERVICE_ADDRESS): Add structure and typedefs.
8802         (SERVICE_ADDRESSES): Ditto.
8803         (SERVICE_INFO[AW]): Ditto, and add UNICODE mappings.
8804         (LPSERVICE_ASYNC_INFO): Add typedef.
8805         (SetService[AW], GetAddressByName[AW]): Add prototypes and UNICODE
8806         mappings.
8807         * include/wsipx.h: New file.
8808         * include/svcguid.h: New file.
8809         * lib/test.c: Include wspix.h and svcguid.h.
8810
8811 2002-08-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8812
8813         * include/wsahelp.h: New file.
8814         * lib/test.c: Include wsahelp.h.
8815
8816 2002-08-21  Earnie Boyd  <earnie@users.sf.net>
8817
8818         * include/commctrl.h (NMCUSTOMDRAW): Fix lItemlParam.
8819         Thanks to: "Phil Dempster" <p_dempster@yahoo.co.uk>.
8820
8821 2002-08-20  Danny Smith  <dannysmith@users.sourceforge.net>
8822
8823         * include/ws2spi.h: Modify comment about being part of
8824         mingw32 package.
8825         (winsock2.h): Change "" to <>.
8826
8827 2002-08-20  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8828
8829         * include/ws2spi.h: New file.
8830         * lib/test.c: Include ws2spi.h.
8831
8832 2002-08-20  Danny Smith  <dannysmith@users.sourceforge.net>
8833
8834         * include/winsock2.h (WSAIsBlocking,WSAUnhookBlockingHook,
8835         WSASetBlockingHook,WSACancelBlockingCall): Expose deprecated
8836         functions.
8837
8838 2002-08-17  Danny Smith  <dannysmith@users.sourceforge.net>
8839
8840         * include/winuser.h (CURSOR_SHOWING) Add define.
8841         Thanks to: Jan Hlavatý  <hlavac@users.sourceforge.net>
8842
8843 2002-08-17  Danny Smith  <dannysmith@users.sourceforge.net>
8844
8845         * include/winerror.h: Cast OLE error codes to HRESULT.
8846         Thanks to: Gunnar Degnbol <gdegnbol@users.sourceforge.net>
8847
8848 2002-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
8849
8850         * include/wincrypt.h (ALG_*): Add defines.
8851         (CALG_*): Ditto.
8852         (CRYPT_*): Ditto.
8853         (PP_*): Ditto.
8854         (PROV_*): Ditto.
8855         (PRIVATEKEYBLOB): Add define.
8856
8857 2002-08-14  Earnie Boyd  <earnie@users.sf.net>
8858
8859         * include/shlobj.h (SHGetFolderPath): Add define.
8860         * lib/shell32.def (SHGetSpecialFolderPath): Add export.
8861         (SHGetFolderPath): Ditto.
8862
8863 2002-08-13  Danny Smith  <dannysmith@users.sourceforge.net>
8864
8865         * include/commdlg.h: Don't include COM headers or use
8866         COM-dependent symbols if __OBJC__.
8867
8868 2002-08-13  Danny Smith  <dannysmith@users.sourceforge.net>
8869
8870         * include/wincrypt.h (CryptDuplicateHash, CryptDuplicateKey):
8871         Add prototypes.
8872
8873 2002-08-12  Andriy Palamarchuk  <apa3a@yahoo.com>
8874
8875         * include/shellapi.h (FOF_NOERRORUI): Add define.
8876
8877 2002-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
8878
8879         * include/objidl.h (IEnumMoniker): Put 'interface' back.
8880
8881 2002-08-11  Danny Smith  <dannysmith@users.sourceforge.net>
8882
8883         * include/objidl.h (IEnumMoniker): Correct declaration.
8884
8885 2002-08-09  Mark Schreiber  <mark7@users.sourceforge.net>
8886
8887         * include/wincrypt.h (CRYPT_NOHASHOID): Add define.
8888
8889 2002-08-09  Danny Smith  <dannysmith@users.sourceforge.net>
8890
8891         * include/commctrl.h: Whitespace change.
8892
8893 2002-08-09  Lars Munch  <lars@segv.dk>
8894
8895         * include/commctrl.h (tagTVHITTESTINFO): Replace obsolete
8896         struct name _TVHITTESTINFO and typedefs and add defines for
8897         backward compatability.
8898         (ListView_SetExtendedListViewStyleEx): Add macro.
8899
8900 2002-08-05  Danny Smith  <dannysmith@users.sourceforge.net>
8901
8902         * include/wingdi.h (AlphaBlend,GradientFill,TransparentBlt):
8903         Add prototypes.
8904         * lib/msimg32.def: New file, with stubs for above.
8905
8906 2002-08-03  Danny Smith  <dannysmith@users.sourceforge.net>
8907
8908         * include/winbase.h (AddAccessAllowedAceEx,AddAccessDeniedAceEx,
8909         GetFileSizeEx, SetFilePointerEx): Add prototypes.
8910         (EncryptFile[AW], FileEncryptionStatus[AW]): Add prototypes
8911         and UNICODE mappings.
8912
8913 2002-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
8914
8915         * include/winbase.h (ReadFileScatter, WriteFileGather):
8916         Change second parameter to pointer.
8917
8918 2002-07-31  Danny Smith  <dannysmith@users.sourceforge.net>
8919
8920         * include/wininet.h (InternetReadFileEx[AW]). Add prototypes and
8921         UNICODE mappings.
8922         * lib/wininet.def: Regenerate.
8923
8924 2002-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
8925
8926         * include/windef.h (PVOID): Move typedef to...
8927         * include/winnt: ...here.
8928         (PVOID64): New typedef.
8929
8930         * include/winnt,h (FILE_SEGMENT_ELEMENT): Define union.
8931         * include/winbase.h (ReadFileScatter, WriteFileGather):
8932         Add prototypes.
8933
8934         * include/winnt,h (PROCESSOR_ARCHITECTURE_*): Add defines.
8935         (PROCESSOR_INTEL_IA64): Add define.
8936
8937 2002-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
8938
8939         * include/oleidl.h (MK_ALT): Define.
8940
8941 2002-07-26  Mattia Barbon  <mbarbon@dsi.unive.it>
8942
8943         * include/exdisp.h: New file.
8944         * include/exdispid.h: New file.
8945         * include/mshtml.h: New file.
8946         * lib/test.c: #include exdisp.h and mshtml.h
8947         * lib/uuid.c (CLSID_WebBrowser, DIID_DWebBrowserEvents,
8948         DIID_DWebBrowserEvents2, IID_IHTMLDocument, IID_IHTMLDocument2,
8949         IID_IHTMLElement, IID_IHTMLSelectionObject, IID_IHTMLTxtRange,
8950         IID_IWebBrowser, IID_IWebBrowser2, IID_IWebBrowserApp):
8951         New GUIDs.
8952
8953 2002-07-26  Mattia Barbon  <mbarbon@dsi.unive.it>
8954
8955         * include/docobj.h: New file.
8956         * include/idispids.h: New file.
8957         * include/objidl.h (IID_IMoniker): Declare.
8958         * include/ocidl.h (READYSTATE): New enum.
8959         (IOleInPlaceSiteEx): New interface.
8960         * include/olectlid.h (IID_IEnumSTATSTG): New interface
8961         identifier.
8962         * include/oleidl.h (IOleItemContainer, IOleInPlaceObject,
8963         IOleInPlaceSite): New interfaces.
8964         * lib/test.c: #include docobj.h,idispids.h,
8965
8966 2002-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
8967
8968         * include/shlobj.h (BFFM_VALIDATEFAILED[AW]): Add defines.
8969         (BFFM_SETSTATUSTEXT, BFFM_SETSELECTION): UNICODE them.
8970
8971 2002-07-25  Mattia Barbon  <mbarbon@dsi.unive.it>
8972
8973         * include/commctrl.h: Avoid redefinition of CDN_FIRST/LAST.
8974         * include/commdlg.h: Likewise.
8975
8976 2002-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
8977
8978         * include/oleauto.h (V_UNION): Correct definition for case of
8979         NONAMELESSUNION:
8980         (V_VT): Likewise.
8981
8982 2002-07-23  Danny Smith  <dannysmith@users.sourceforge.net>
8983
8984         * include/oleauto.h (V_BOOL): Define in terms of boolVal,
8985         not bool, for C as well as C++.
8986
8987 2002-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
8988
8989         * include/shlwapi.h: New file.
8990         Thanks to: Mattia Barbon  <mbarbon@dsi.unive.it> and
8991         Victor Porton  <porton@narod.ru> for contributions.
8992         * lib/shlwapi.def: New file.
8993         * lib/test.c: #include shlwapi.h.
8994
8995 2002-07-21  Bart Oldeman  <bart.oldeman@btinternet.com>
8996
8997         * include/shlobj.h (FCIDM_MENU_FAVORITES): Remove bogus
8998         character.
8999         * include/winsock2.h (struct sockaddr): Use __int64 instead of
9000         long long.
9001         * lib/kernel32.c (GetCurrentFiber, GetFiberData): Watcom
9002         does not need external *Fiber library functions.
9003
9004 2002-07-20  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9005
9006         * include/winbase.h (GetEnvironmentStringsA): Remove duplicate
9007         definition.
9008         (Interlocked*): Wrap in #ifndef __INTERLOCKED_DECLARED to
9009         avoid compile error when already defined.
9010
9011 2002-07-20  Steven Edwards  <Steven_Ed4153@yahoo.com>
9012
9013         * include/winuser.h (WM_MENURBUTTONUP): Add define.
9014
9015 2002-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
9016
9017         * include/commdlg.h: Define CDN_* notification message constants
9018         as UINT.
9019
9020 2002-07-17  Mattia Barbon  <mbarbon@users.sourceforge.net>
9021
9022         * include/commctrl.h: Define notification message constants for
9023         NMHDR.code as UINT.
9024
9025 2002-07-17   Bart Oldeman  <bart.oldeman@btinternet.com>
9026
9027         * include/ddeml.h (MH_*) Add defines.
9028         (MONHSZSTRUCT): Add structure and typedefs.
9029         (MONLINKSTRUCT): Ditto.
9030         (MONCONVSTRUCT): Ditto.
9031         (MONCBSTRUCT): Ditto.
9032         (MONERRSTRUCT): Ditto.
9033         (MONMSGSTRUCT): Ditto.
9034         * include/windef.h: Don't define __cdecl or _cdecl for
9035         __WATCOM__.
9036         Don't define _export or __export for __WATCOM__.
9037         * include/windows.h (imm.h): #include.
9038         * include/winnt.h (LPEXCEPTION_RECORD): Add typedef.
9039
9040 2002-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
9041
9042         * include/wtypes.h: Remove duplicate #includes of rpc.h and
9043         rpcndr.h.
9044
9045 2002-07-05  Luke Dunstan  <infidel@users.sourceforge.net>
9046
9047         * include/winbase.h (OpenThread): Add prototype.
9048         * lib/kernel32.def (OpenThread): Add symbol.
9049
9050 2002-07-04  Luke Dunstan  <infidel@users.sourceforge.net>
9051
9052         * include/wtypes.h (HMETAFILEPICT): Add typedef.
9053
9054 2002-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
9055
9056         * include/rpc.h: Conditionally include <windows.h> before
9057         header guard.
9058         * include/wtypes.h: Include <rpc.h> and <rpcndr.h> before
9059         header guard.
9060
9061 2002-07-02  Danny Smith  <dannysmith@users.sourceforge.net>
9062
9063         * include/commctrl.h (WC_*): Remove some duplicate defines.
9064
9065 2002-07-02  Ken Fitlike  <kenfitlike@hotmail.com>
9066
9067         * include/commctrl.h (WC_IPADDRESS[AW]): Add defines and
9068         UNICODE mappings.
9069         (IPM*): Add defines.
9070         (IPN_*): Add defines.
9071         (NMIPADDRESS): Add structure and typedefs.
9072         (MAKEIPADDRESS): Add macro.
9073         (MAKEIPRANGE): Add macro.
9074         (FIRST_IPADDRESS): Add macro.
9075         (SECOND_IPADDRESS): Add macro.
9076         (THIRD_IPADDRESS): Add macro.
9077         (FOURTH_IPADDRESS): Add macro.
9078
9079 2002-06-25  Conrad Scott  <conrad.scott@dsl.pipex.com>
9080
9081         * include/winbase.h (FILE_FLAG_FIRST_PIPE_INSTANCE): Add constant.
9082
9083 2002-06-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9084
9085         * include/winbase.h (WINBASEAPI): Don't define if prior
9086         definition.
9087
9088         * include/winioctl.h (PARTITION_FAT32, PARTITION_FAT32_XINT13,
9089         PARTITION_XINT13, PARTITION_XINT13_EXTENDED, PARTITION_LDM,
9090         PARTITION_UNIX): Add defines.
9091         (PDRIVE_LAYOUT_INFORMATION): Add typedef.
9092         (IsRecognizedPartition): Also check for PARTITION_FAT32,
9093         PARTITION_FAT32_XINT13 and PARTITION_XINT13.
9094         (IsContainerPartition): Add macro.
9095
9096 2002-06-25  Ken Fitlike  <kenfitlike@hotmail.com>
9097
9098         * include/commctrl.h: (CBEIF_*): Add defines.
9099         (CBEN_*): Add defines and UNICODE mappings
9100         (WC_COMBOBOXEX[AW]): Add defines and UNICODE mappings.
9101         (CBEMAXSTRLEN): Add define.
9102         (COMBOBOXEXITEM[AW]): Add structures and typedefs.
9103         (NMCOMBOBOXEX[AW]): Add structures and typedefs.
9104         (NMCBEDRAGBEGIN[AW]): Add structure and typedefs.
9105         (NMCBEENDEDIT[AW]): Add structure and typedefs.
9106
9107 2002-06-24  Danny Smith  <dannysmith@users.sourceforge.net>
9108
9109         * include/objidl.h (struct tagPROPVARIANT): Kill obsolete
9110         union member _VARIANT_BOOL bool.
9111
9112 2002-06-24  Danny Smith  <dannysmith@users.sourceforge.net>
9113
9114         * include/winioctl.h (FILE_SPECIAL_ACCESS): Add define.
9115
9116 2002-06-24  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9117
9118         * include/winnt.h (PCCHAR, FCHAR, FSHORT, FLONG,
9119         PLUID_AND_ATTRIBUTES,PSECURITY_IMPERSONATION_LEVEL,
9120         PSID_AND_ATTRIBUTES, PTOKEN_TYPE, PTOKEN_STATISTICS):
9121         Add typedefs.
9122         (CCHAR): Correct typedef.
9123         (PROCESS_SET_SESSIONID, SECURITY_*,SECTION_MAP_EXECUTE):
9124         Add defines.
9125
9126 2002-06-24  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9127
9128         * README.w32api: Correct spelling error.
9129
9130 2002-06-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9131
9132         * include/winuser.h (FLASHW_*,INPUT_MOUSE,INPUT_KEYBOARD,
9133         INPUT_HARDWARE): Add defines.
9134         (HDEVNOTIFY): Add typedef.
9135         (FLASHWINFO,tagMOUSEMOVEPOINT,tagMOUSEINPUT,tagKEYBDINPUT,
9136         tagHARDWAREINPUT,tagINPUT,tagGUITHREADINFO): Define structs and
9137         typedefs.
9138         (CreateDesktop[AW],CreateMDIWindow[AW],GetClassInfo[AW],
9139         GetClassInfoEx[AW],GetKeyboardLayoutList,
9140         MessageBoxIndirect[AW],MsgWaitForMultipleObjects,
9141         MsgWaitForMultipleObjectsEx, RegisterClass[AW],
9142         RegisterClassEx[AW]): Correct prototypes.
9143
9144 2002-06-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9145
9146         * include/ddeml.h (DdeCreateStringHandle{AW]:Correct
9147         prototypes.
9148         * include/winsvc.h (StartServiceW): Correct prototype.
9149         * include/winbase.h (BackupRead,BackupSeek,BackupWrite,
9150         FileTimeToLocalFileTime, GetAce,GetPrivateProfileStruct[AW],
9151         GetTickCount,InterlockedExchangeAdd,
9152         WritePrivateProfileStruct[AW]: Correct prototypes.
9153         (GetEnvironmentStrings): Correct mapping to
9154         GetEnvironmentStringsA.
9155         * include/winver.h (VerQueryValueA,VerQueryValueW):
9156         Correct prototypes.
9157         * include/wincon.h (CreateConsoleScreenBuffer): Correct
9158         prototype.
9159         * include/winreg.h (RegQueryMultipleValues[AW],
9160         RegQueryValueEx[AW]):Correct prototypes.
9161         * include/wingdi.h (PXFORM, PLOGBRUSH, PLOGPEN, PPOLYTEXTA,
9162         PPOLYTEXTW): Add typedefs.
9163         (_DESIGNVECTOR,COLOR16, _TRIVERTEX, _DISPLAY_DEVICE): Add
9164         structures and typedefs.
9165         (MM_MAX_NUMAXES): Add define.
9166         (EnumFontsW,GetEnhMetaFilePixelFormat,
9167         wglGetLayerPaletteEntries): Correct prototypes.
9168         * include/winerror.h (RPC_X_INVALID_PIPE_OBJECT,
9169         RPC_X_WRONG_PIPE_ORDER,RPC_X_WRONG_PIPE_VERSION,
9170         RPC_S_SEND_INCOMPLETE): Add defines.
9171
9172 2002-06-17  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9173
9174         * include/windef.h (_fastcall, __fastcall, FASTCALL):
9175         Add defines.
9176
9177 2002-06-16  Egor Duda  <deo@logos-m.ru>
9178
9179         * include/ntdll.h: New file.
9180         * lib/ntdll.def: Add NtShutdownSystem.
9181
9182 2002-06-16  Steven Edwards  <Steven_Ed4153@yahoo.com>
9183
9184         * lib/dinput.def (DirectInputCreateEx): Add stub.
9185         * lib/ntdll.def: New file.
9186
9187 2002-06-14  Earnie Boyd  <earnie@users.sf.net>
9188
9189         * include/w32api.h: Change to version 2.0 to reflect the change
9190         in the license.
9191         * README: Renamed.
9192         * README.w32api: Renamed from README.  Modified license to remove
9193         the restriction of notifying the author based on the fact that the
9194         author is unreachable at the notified address.
9195         * Makefile.in (VERSION): Change to 2.0.
9196
9197 2002-06-14  Earnie Boyd  <earnie@users.sf.net>
9198
9199         * include/wingdi.h (GetEnhMetaFileBits): Correct typo.
9200         * Makefile.in (bindist): Correct the MinGW distribution.
9201
9202 2002-06-13  Earnie Boyd  <earnie@users.sf.net>
9203
9204         * include/winuser.h (MOUSEHOOKSTRUCT): Define structure.
9205         * include/wingdi.h (GetEnhMetaFileBits): Define prototype.
9206
9207 2002-06-13  Danny Smith  <dannysmith@users.sourceforge.net>
9208
9209         * lib/test.c: #include comcat.h.
9210
9211 2002-06-13  John K. Hohm  <jhohm@acm.org>
9212
9213         * include/comcat.h: New file.
9214
9215 2002-06-09  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
9216
9217         * include/richedit.h (EM_*, TM_*, GT_*): Add new defines.
9218         (GETTEXTEX): Add structure definition.
9219
9220 2002-06-08  Danny Smith  <dannysmith@users.sourceforge.net>
9221
9222         * include/windows.h (ole2.h): #include if !__OBJC__ and
9223         __GNUC__ >=3 and !WIN32_LEAN_AND_MEAN.
9224
9225 2002-06-07  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
9226
9227         * include/mapi.h: Change LPTSTR to LPSTR throughout.
9228
9229 2002-06-05  Danny Smith  <dannysmith@users.sourceforge.net>
9230
9231         * include/winnt.h (PACE_HEADER, PACCESS_ALLOWED_ACE,
9232         PACCESS_DENIED_ACE): Add typedefs.
9233
9234 2002-06-03  Danny Smith  <dannysmith@users.sourceforge.net>
9235
9236         * lib/thunk32.def (LIBRARY): Change to KERNEL32.dll.
9237
9238 2002-06-03 Steven Edwards  <Steven_Ed4153@yahoo.com>
9239
9240         * lib/kernel32.def (ConvertToGlobalHandle): Add stub.
9241
9242 2002-06-01  Danny Smith  <dannysmith@users.sourceforge.net>
9243
9244         * include/windef.h: Fix typo in last change.
9245
9246 2002-06-01  Danny Smith  <dannysmith@users.sourceforge.net>
9247
9248         * include/windef.h: Add no-op __try, __except, __finally
9249         defines from ...
9250         * include/excpt.h: Remove file.
9251         * include/windows.h: Don't include excpt.h.
9252
9253 2002-05-30  Christopher January  <chris@atomice.net>
9254
9255         * include/ntdef.h (ANSI_STRING, PANSI_STRING, OEM_STRING, POEM_STRING):
9256         Add missing typedefs.
9257
9258 2002-05-28  Earnie Boyd  <earnie@users.sf.net>
9259
9260         * include/w32api.h: Increment version to 1.5
9261         * Makefile.in: Ditto.
9262
9263
9264 2002-05-27  René Møller Fonseca  <fonseca@users.sourceforge.net>
9265
9266         * include/winreg.h: (RegConnectRegistry[AW]): Replace
9267         LP[W]STR with LPC[W]STR.
9268         (REG_QWORD, REG_QWORD_LITTLE_ENDIAN): Add defines.
9269         Clean up whitespace.
9270
9271 2002-05-27  Rick Rankin  <rick_rankin@yahoo.com>
9272
9273         * include/winnls.h: Add #define for LOCALE_RETURN_NUMBER.
9274
9275 2002-05-21  Earnie Boyd  <earnie@users.sf.net>
9276
9277         * Makefile.in: Increment VERSION to 1.4.
9278         (conf_prefix): New variable.
9279         (bindist): Modify target to use $(conf_prefix).
9280
9281 2002-05-20  Philip Aston  <philipa@mail.com>
9282
9283         * include/pbt.h (PBT_APMRESUMESUSPEND): Correct value is 7.
9284
9285 2002-05-20  René Møller Fonseca  <fonseca@users.sourceforge.net>
9286
9287         * include/lmaccess.h: (NetAccess*, NetGroup*,
9288         NetLocalGroup*, NetUser*, NetGet*, INetLogonControl[2],
9289         NetQueryDisplayInfotmationIndex): Replace LPWSTR with LPCWSTR.
9290
9291 2002-05-08  Danny Smith  <dannysmith@users.sourceforge.net>
9292
9293         * include/commctrl.h (ImageList_DragShowNolock): Remove
9294         conflicting redeclaration.
9295
9296 2002-05-07  Danny Smith  <dannysmith@users.sourceforge.net>
9297
9298         * include/windows.h: Move ANONYMOUS_UNION, _ANONYMOUS_STRUCT,
9299         STRICT and related defines to ...
9300         * include/windef.h: Here.
9301
9302 2002-05-03  Danny Smith  <dannysmith@users.sourceforge.net>
9303
9304         * include/winsock2.h (int32): Remove typedef.
9305         (SERVICETYPE): Add typedef.
9306         (struct _flowspec):Revise struct definition,  Comment
9307         on types used for members.
9308
9309 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
9310
9311         * include/winnt.h (EVENT_*, SEMAPHORE_*,MUTEX_*): Remove
9312         more defines added in earlier change.
9313         * lib/Makefile.in (TEST_OPTIONS): Add -Wsystem-headers flag.
9314
9315 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
9316
9317         * include/winnt.h (THREAD_PRIORITY_*): Remove defines
9318         added in last change.
9319
9320 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
9321
9322         * include/winnt.h (THREAD_*, EVENT_*, MUTANT_*,
9323         SEMAPHORE_*, MUTEX_*, TIMER_*): Add new defines.
9324
9325 2002-05-01  Manu B  <contact.manu@wanadoo.fr>
9326
9327         * include/commctrl.h (SNDMSG): Define and use throughout
9328         in other macros instead of SendMessage.
9329         * include/commdlg.h (SNDMSG): Ditto.
9330
9331 2002-04-22  José Fonseca  <jrfonseca@users.sf.net>
9332
9333         * include/GL/gl.h: New file.
9334         * include/GL/glext.h: Ditto.
9335         * include/GL/glu.h: Ditto.
9336
9337 2002-04-09  Earnie Boyd  <earnie@users.sf.net>
9338
9339         * include/w32api.h: Increment version.
9340         * Makefile.in: Ditto.
9341
9342 2002-04-09  Earnie Boyd  <earnie@users.sf.net>
9343
9344         * Makefile.in (bindist): Use * instead of . for file list for tar
9345         command.
9346
9347 2002-04-02  Danny Smith  <dannysmith@users.sourceforge.net>
9348
9349         * include/wtypes.h (enum tagCLSCTX): Change formatting.
9350
9351 2002-04-02  Pat Thoyts  <patthoyts@users.sourceforge.net>
9352
9353         * include/objidl.h (IRunningObjectTable.Register): Correct
9354         prototype.
9355         * include/wtypes.h (ROTFLAGS_REGISTRATIONKEEPSALIVE,
9356         ROTFLAGS_ALLOWANYCLIENT): Add defines.
9357
9358 2002-03-31  Victor Porton  <porton@narod.ru>
9359
9360         * include/shellapi.h (SHGFI_ATTR_SPECIFIED): Add define.
9361
9362 2002-03-29  David Robinow  <drobinow@yahoo.com>
9363
9364         * include/wingdi.h (SetPixelFormat): Correct prototype.
9365
9366 2002-03-29  Phil Krylov  <likewolf@users.sourceforge.net>
9367
9368         * include/richedit.h (EM_SHOWSCROLLBAR): Add define.
9369
9370 2002-03-26  Phil Krylov  <likewolf@users.sourceforge.net>
9371
9372         * include/richedit.h (EM_GETSCROLLPOS, EM_SETSCROLLPSPOS):
9373         Add defines.
9374
9375 2002-03-14  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
9376
9377         * include/richedit.h (RICHEDIT_CLASS): UNICODE it.
9378         * include/shlobj.h (IContextMenu2): Put methods in right order.
9379         * include/basetyps.h (REFGUID, REFIID, REFCLSID): Check for
9380         CINTERFACE before defining.
9381
9382 2002-03-09  Danny Smith  <dannysmith@users.sourceforge.net>
9383
9384         * include/accctrl.h: Add #pragma GCC system_header
9385         if __GNUC__ >= 3.
9386         * include/aclapi.h: Same.
9387         * include/basetsd.h: Same.
9388         * include/basetyps.h: Same.
9389         * include/cderr.h: Same.
9390         * include/cguid.h: Same.
9391         * include/commctrl.h: Same.
9392         * include/commdlg.h: Same.
9393         * include/cpl.h: Same.
9394         * include/cplext.h: Same.
9395         * include/custcntl.h: Same.
9396         * include/dbt.h: Same.
9397         * include/dde.h: Same.
9398         * include/ddeml.h: Same.
9399         * include/dlgs.h: Same.
9400         * include/excpt.h: Same.
9401         * include/httpext.h: Same.
9402         * include/imagehlp.h: Same.
9403         * include/imm.h: Same.
9404         * include/initguid.h: Same.
9405         * include/intshcut.h: Same.
9406         * include/ipexport.h: Same.
9407         * include/iphlpapi.h: Same.
9408         * include/ipifcons.h: Same.
9409         * include/iprtrmib.h: Same.
9410         * include/iptypes.h: Same.
9411         * include/isguids.h: Same.
9412         * include/largeint.h: Same.
9413         * include/lm.h: Same.
9414         * include/lmaccess.h: Same.
9415         * include/lmalert.h: Same.
9416         * include/lmapibuf.h: Same.
9417         * include/lmat.h: Same.
9418         * include/lmaudit.h: Same.
9419         * include/lmbrowsr.h: Same.
9420         * include/lmchdev.h: Same.
9421         * include/lmconfig.h: Same.
9422         * include/lmcons.h: Same.
9423         * include/lmerr.h: Same.
9424         * include/lmerrlog.h: Same.
9425         * include/lmmsg.h: Same.
9426         * include/lmremutl.h: Same.
9427         * include/lmrepl.h: Same.
9428         * include/lmserver.h: Same.
9429         * include/lmshare.h: Same.
9430         * include/lmsname.h: Same.
9431         * include/lmstats.h: Same.
9432         * include/lmsvc.h: Same.
9433         * include/lmuse.h: Same.
9434         * include/lmuseflg.h: Same.
9435         * include/lmwksta.h: Same.
9436         * include/lzexpand.h: Same.
9437         * include/mapi.h: Same.
9438         * include/mciavi.h: Same.
9439         * include/mcx.h: Same.
9440         * include/mmsystem.h: Same.
9441         * include/mswsock.h: Same.
9442         * include/nb30.h: Same.
9443         * include/nddeapi.h: Same.
9444         * include/nspapi.h: Same.
9445         * include/ntdef.h: Same.
9446         * include/ntsecapi.h: Same.
9447         * include/ntsecpkg.h: Same.
9448         * include/oaidl.h: Same.
9449         * include/objbase.h: Same.
9450         * include/objfwd.h: Same.
9451         * include/objidl.h: Same.
9452         * include/odbcinst.h: Same.
9453         * include/ole.h: Same.
9454         * include/ole2.h: Same.
9455         * include/ole2ver.h: Same.
9456         * include/oleauto.h: Same.
9457         * include/olectl.h: Same.
9458         * include/olectlid.h: Same.
9459         * include/oledlg.h: Same.
9460         * include/oleidl.h: Same.
9461         * include/pbt.h: Same.
9462         * include/prsht.h: Same.
9463         * include/psapi.h: Same.
9464         * include/rapi.h: Same.
9465         * include/ras.h: Same.
9466         * include/raserror.h: Same.
9467         * include/rassapi.h: Same.
9468         * include/regstr.h: Same.
9469         * include/richedit.h: Same.
9470         * include/richole.h: Same.
9471         * include/rpc.h: Same.
9472         * include/rpcdce.h: Same.
9473         * include/rpcdce2.h: Same.
9474         * include/rpcdcep.h: Same.
9475         * include/rpcndr.h: Same.
9476         * include/rpcnsi.h: Same.
9477         * include/rpcnsip.h: Same.
9478         * include/rpcnterr.h: Same.
9479         * include/rpcproxy.h: Same.
9480         * include/schannel.h: Same.
9481         * include/schnlsp.h: Same.
9482         * include/scrnsave.h: Same.
9483         * include/security.h: Same.
9484         * include/setupapi.h: Same.
9485         * include/shellapi.h: Same.
9486         * include/shlguid.h: Same.
9487         * include/shlobj.h: Same.
9488         * include/sql.h: Same.
9489         * include/sqlext.h: Same.
9490         * include/sqltypes.h: Same.
9491         * include/sqlucode.h: Same.
9492         * include/sspi.h: Same.
9493         * include/subauth.h: Same.
9494         * include/tlhelp32.h: Same.
9495         * include/unknwn.h: Same.
9496         * include/userenv.h: Same.
9497         * include/w32api.h: Same.
9498         * include/winbase.h: Same.
9499         * include/wincon.h: Same.
9500         * include/wincrypt.h: Same.
9501         * include/windef.h: Same.
9502         * include/windows.h: Same.
9503         * include/windowsx.h: Same.
9504         * include/winerror.h: Same
9505         * include/wingdi.h: Same.
9506         * include/wininet.h: Same.
9507         * include/winioctl.h: Same.
9508         * include/winnetwk.h: Same.
9509         * include/winnls.h: Same.
9510         * include/winnt.h: Same.
9511         * include/winperf.h: Same.
9512         * include/winreg.h: Same.
9513         * include/winresrc.h: Same.
9514         * include/winsock.h: Same.
9515         * include/winsock2.h: Same.
9516         * include/winspool.h: Same.
9517         * include/winsvc.h: Same.
9518         * include/winuser.h: Same.
9519         * include/winver.h: Same.
9520         * include/ws2tcpip.h: Same.
9521         * include/wsnetbs.h: Same.
9522         * include/wtypes.h: Same.
9523         * include/zmouse.h: Same.
9524         * include/mapi.h: Change header guard name to _MAPI_H  for
9525         consistency.
9526
9527 2002-03-08  Danny Smith  <dannysmith@users.sourceforge.net>
9528
9529         * include/accctrl.h (_ACCCTRL_H): Correct typo.
9530         Remove unnecessary inclusion of <wtypes.h>.
9531         * ChangeLog: Fix omission of name in recent entries.
9532
9533 2002-03-08  Antony Blakey  <antony.blakey@ihug.com.au>
9534
9535         * include/initguid.h (DEFINE_GUID): Add GUID_EXT to define.
9536
9537 2002-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
9538
9539         * include/mswsock.h: Group winsock2 dependants
9540         together and protect with #ifdef _WINSOCK2_H.
9541         * lib/test.c: Only test ws2tcpip.h if winsock2.h
9542         has been included.
9543
9544 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
9545
9546         * include/mswsock.h (TP_*): Add new defines.
9547         (TRANSMIT_PACKETS_ELEMENT): Define new structure.
9548         (WSAMSG): Likewise.
9549         (WSACMSGHDR): Likewise.
9550         (DisconnectEx): Add new prototype.
9551         (WSARecvMsg): Likewise.
9552         (WSA_CMSG_*) Add empty macros, guarded by #if 0.
9553
9554 2002-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
9555
9556         * ChangeLog: Fix typo in last entry.
9557         * include/winsock2.h (IPPROTO_*): Add IPv6 defines.
9558         * include/ws2tcpip.h: (IP_*): Add new defines.
9559         (INET_ADDRSTRLEN, INET6_ADDRSTRLEN): Add defines.
9560         (NI_*): Add getnameinfo constants and bitmasks.
9561         (AI_*): Add getaddrinfo flags.
9562         (EAI_*): Add getaddrinfo error codes.
9563         (ip_mreq_source): Add new structure.
9564         (ip_msfilter): Add new structure.
9565         (IP_MSFILTER_SIZE): Add new macro.
9566         (in_pktinfo): Add new structure.
9567         Add preliminary IPv6 support.
9568         (in6_addr): Add new structure and some defines.
9569         (sockaddr_in6): Add new structure.
9570         (in6addr_any, in6addr_loopback): Declare extern structures.
9571         (IN6ADDR_ANY_INIT,IN6ADDR_LOOPBACK_INIT): Add
9572         initialization macros for above.
9573         (IN6_ARE_ADDR_EQUAL): Define macro.
9574         (IN6_IS_ADDR_*): Define address testing macros.
9575         (socklen_t) Add new typedef.
9576         (ipv6_mreq): Add new structure.
9577         (in6_pktinfo): Same.
9578         (addrinfo): Same.
9579         (freeaddrinfo):Add new prototype.
9580         (getaddrinfo): Same.
9581         (gai_strerror[AW]): Same.
9582         (getnameinfo): Same.
9583         (sockaddr_in6_old): Add structure.
9584         (sockaddr_gen): Add union definition.
9585         (INTERFACE_INFO): Use sockaddr_gen as members.
9586         (INTERFACE_INFO_OLD): Add comment on workaround for problems
9587         with INTERFACE_INFO on NT4 prior to sp4.
9588
9589 2002-02-28  Danny Smith  <dannysmith@users.sourceforge.net>
9590
9591         * include/windows.h: Remove test for __W32API_MAJOR_VERSION
9592         when selecting winsock interface.
9593         * include/winsock2.h (SOCKET_ADDRESS_LIST): Add structure
9594         and typedefs. Thanks to: 'Lorenzo' <conte0@infinito.it>.
9595         Expand FIXME comment.
9596         (WSACOMPLETIONTYPE): Add enum.
9597         (WSACOMPLETION): Add structure and typedefs.
9598         (WSANSPIoctl): Add function prototpe and callback typedef.
9599         (SIO_NSP_NOTIFY_CHANGE): Add define.
9600         (sockaddr_storage): Add structure and typedefs.
9601
9602 2002-02-16  Andriy Palamarchuk  <apa3a@yahoo.com>
9603
9604         * include/winuser.h (OIC_*): Add resource constants.
9605
9606 2002-02-14 Mattia Barbon  <mbarbon@users.sourceforge.net>
9607
9608         * include/ntsecpkg.h: New file.
9609         * include/schannel.h: New file.
9610         * include/schnlsp.h: New file.
9611         * include/security.h: New file.
9612         * include/sspi.h: New file.
9613         * include/ntsecapi.h (KERB_WRAP_NO_ENCRYPT,
9614         MICROSOFT_KERBEROS_NAME_[AW]): Add missing constants
9615         * include/wincrypt.h (CALG_*, X509_ASN_ENCODING.
9616         PKCS_7_ASN_ENCODING, CERT_*, USAGE_MATCH_TYPE_AND,
9617         USAGE_MATCH_TYPE_OR, szOID_*): Add missing constants
9618         (struct _CRYPTOAPI_BLOB): Add structure and typedefs.
9619         (SSL_EXTRA_CERT_CHAIN_POLICY_PARA,HTTPSPolicyCallbackData,
9620         CERT_CHAIN_POLICY_PARA,CERT_CHAIN_POLICY_STATUS,
9621         CRYPT_ALGORITHM_IDENTIFIER, CRYPT_BIT_BLOB,
9622         CERT_PUBLIC_KEY_INFO, CERT_EXTENSION, CERT_INFO, CERT_CONTEXT,
9623         CTL_USAGE, CERT_ENHKEY_USAGE, CERT_USAGE_MATCH,
9624         CERT_CHAIN_PARA, CERT_CHAIN_FIND_BY_ISSUER_PARA,
9625         CERT_TRUST_STATUS, CRL_ENTRY, CRL_INFO, CRL_CONTEXT,
9626         CERT_REVOCATION_CRL_INFO, CERT_REVOCATION_INFO,
9627         CERT_CHAIN_ELEMENT, CRYPT_ATTRIBUTE, CTL_ENTRY, CTL_INFO,
9628         CTL_CONTEXT, CERT_TRUST_LIST_INFO, CERT_SIMPLE_CHAIN,
9629         CERT_CHAIN_CONTEXT): Add missing structures.
9630         (CertCloseStore, CertGetCertificateChain,
9631         CertVerifyCertificateChainPolicy, CertFreeCertificateChain,
9632         CertNameToStr[AW], CertOpenSystemStore[AW], CertOpenStore,
9633         CertFindCertificateInStore, CertFreeCertificateContext,
9634         CertGetIssuerCertificateFromStore,
9635         CertFindChainInStore): Add missing functions.
9636         (CertNameToStr, CertOpenSystemStore, CERT_FIND_SUBJECT_STR,
9637         CERT_FIND_ISSUER_STR): Add Unicode mappings.
9638         * lib/crypt32.def: New file.
9639         * lib/secur32.def: Add mising stubs.
9640         * lib/test.c: Include new headers.
9641
9642 2002-02-14  Danny Smith  <dannysmith@users.sourceforge.net>
9643
9644         * include/windef.h (PROC,FARPROC,NEARPROC): Remove void
9645         parameter.
9646
9647 2002-01-30  Danny Smith  <dannysmith@users.sourceforge.net>
9648
9649         * lib/test.c: Include mapi.h.
9650         * include/commctrl.h (TBSTYLE_*): Add missing defines.
9651         Thanks to: "Ron"  <ron@debian.org>
9652
9653 2002-01-30  John Fattaruso  <fattaruso@ieee.org>
9654
9655         * include/mapi.h: New file.
9656         * lib/mapi.def: Add missing function stubs.
9657
9658 2002-01-28  Danny Smith  <dannysmith@users.sourceforge.net>
9659
9660         * include/winuser.h (GetWindowLongPtr[AW],
9661         SetWindowLongPtr[AW]): Add prototypes for _WIN64.
9662
9663 2002-01-28  Mattia Barbon  <mbarbon@users.sourceforge.net>
9664
9665         * include/winuser.h (GWLP_*,DWLP_*): Add missing constants.
9666         (GetWindowLongPtr[AW], SetWindowLongPtr[AW]): Map them to
9667         {Get Set}WindowLong[AW], as in Win32 they are equivalent.
9668         (GetWindowLongPtr, SetWindowLongPtr): Add Unicode mappings.
9669
9670 2002-01-28  Danny Smith  <dannysmith@users.sourceforge.net>
9671
9672         * lib/test.c: Include wsnetbs.h.
9673
9674 2002-01-28  Kai Henningsen  <kai-henningsen@users.sourceforge.net>
9675
9676         * include/wsnetbs.h: New file.
9677
9678 2002-01-25  Earnie Boyd  <earnie@users.sf.net>
9679
9680         * include/winnt.h: Remove merge conflict.
9681
9682 2002-01-25  Danny Smith  <dannysmith@users.sourceforge.net>
9683
9684         * include/winnt.h (_TCHAR): Add typedefs.
9685
9686 2002-01-25  Tim Hughes  <tjh@delcam.com>
9687
9688         * include/wininet.h (SECURITY_FLAG_IGNORE_*): Add missing
9689         defines.
9690
9691 2002-01-25  Andriy Palamarchuk  <apa3a@yahoo.com>
9692
9693         * include/winsuser.h (ATF_AVAILABLE, SERKF_ACTIVE):
9694         Add defines.
9695         (LPACCESSTIMEOUT): Add typedef.
9696
9697 2002-01-24  Phillip Susi  <psusi@cfl.rr.com>
9698
9699         * include/commctrl.h: Add missing HDM_*,HDN_*,LVSICF_* defines.
9700
9701 2002-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
9702
9703         * include/commctrl.h (HDITEM[AW]): Rename _HD_ITEM[AW] to
9704         _HDITEM[AW], with parallel changes to typedefs. Use defines for
9705         backward compatability with old names. Update UNICODE mappings.
9706         (HDLAYOUT): Remove struct _HD_LAYOUT_XP.  Use new typedefs
9707         for struct _HD_LAYOUT and add defines for backward
9708         compatability with old names.
9709         (NMLISTVIEW): Rename _NM_LISTVIEW to tagNMLISTVIEW, with
9710         parallel chages to typedefs. Add defines for backward
9711         compatability with old names.
9712         (TCHITTESTINFO, IMAGELISTDRAWPARAMS): Fix _WIN32_IE guard.
9713
9714 2002-01-21  Robert Collins  <rbtcollins@hotmail.com>
9715
9716         * include/winnt.h: Add missing MEM_ defines, and convert existing to
9717         hex for readability.
9718
9719 2002-01-17  Marcus Geelnard  <marcus.geelnard@home.se>
9720
9721         * include/winsuser.h (tagKBDLLHOOKSTRUCT): Define struct
9722         and typedefs.
9723         (SPI_SETSCREENSAVERRUNNING): Add define.
9724         (LLKHF_ALTDOWN): Add define.
9725         * include/wingdi.h (PFD_GENERIC_ACCELERATED,
9726         PFD_DEPTH_DONTCARE): Add defines.
9727
9728 2002-01-17  Danny Smith  <dannysmith@users.sourceforge.net>
9729
9730         * include/objbase.h (CoGetObject): Add prototype.
9731
9732 2002-01-14  Timothy J. Wood  <tjw@omnigroup.com>
9733
9734         * include/winuser.h (ENUM_CURRENT_SETTINGS,
9735         ENUM_REGISTRY_SETTINGS): Add defines.
9736
9737 2002-01-14  Danny Smith  <dannysmith@users.sourceforge.net>
9738
9739         * include/winnt.h (FILE_ATTRIBUTE_ENCRYPTED): Correct constant.
9740         (FILE_ATTRIBUTE_DEVICE): Add define.
9741
9742 2002-01-14  Corinna Vinschen  <vinschen@redhat.com>
9743
9744         * include/winnt.h: Add INVALID_FILE_ATTRIBUTES.
9745
9746 2002-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
9747
9748         * ChangeLog: correct date in last entry.
9749
9750 2002-01-11  Timothy J. Wood  <tjw@omnigroup.com>
9751
9752         * include/winuser.h (MONITORENUMPROC): Add typedef.
9753         (EnumDisplayMonitors): Add prototype.
9754         * lib/user32.def (EnumDisplayMonitors): Add stub.
9755
9756 2002-01-11 Ralf Habacker  <Ralf.Habacker@freenet.de>
9757
9758         * include/ntsecapi.h:  Fixed missing void parameter type in some
9759         prototypes.
9760         * include/objbase.h: Ditto.
9761         * include/rapi.h: Ditto.
9762         * include/rpc.h: Ditto.
9763         * include/rpcdce.h: Ditto.
9764         * include/rpcdcep.h: Ditto.
9765         * include/rpcndr.h: Ditto.
9766         * include/rpcnsip.h: Ditto.
9767         * include/rpcproxy.h: Ditto.
9768         * include/windef.h: Ditto.
9769
9770 2002-01-07  Danny Smith  <dannysmith@users.sourceforge.net>
9771
9772         * lib/vfw32.def (LIBRARY): Change to MSVFW32.DLL.
9773
9774 2002-01-04  TAMURA Kent  <tkent@users.sourceforge.net>
9775
9776         * include/wingdi.h (BI_JPEG, BI_PNG, GGO_BEZIER,GGO_UNHINTED,
9777          LAYOUT_RTL, LAYOUT_BITMAPORIENTATIONPRESERVED): Add defines.
9778         * include/winuser.h (HWND_MESSAGE, WS_EX_COMPOSITED,
9779         WS_EX_LAYERED, WS_EX_LAYOUTRTL, WS_EX_NOACTIVATE,
9780         WS_EX_NOINHERITLAYOUT): Add defines.
9781         * include/winnt.h (PF_RDTSC_INSTRUCTION_AVAILABLE,
9782         PF_PAE_ENABLED, MEM_PHYSICAL, MEM_RESET, MEM_TOP_DOWN,
9783         MEM_WRITE_WATCH): Add defines.
9784
9785
9786 2002-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
9787
9788         * include/winbase.h (InitializeCriticalSectionAndSpinCount):
9789         Add prototype.
9790         (SetCriticalSectionSpinCount): Likewise.
9791
9792 2001-12-30  Guido Serassio  <serassio@libero.it>
9793
9794         * include/winsvc.h: Add EnumServiceStatusEx(),
9795         QueryServiceStatusEx()
9796         & RegisterServiceCtrlHandlerEx()
9797
9798 2001-12-21  Robert Collins  <rbtcollins@hotmail.com>
9799
9800         * include/wingdi.h: Add GetRandomRgn and SYSRGN.
9801
9802 2001-12-20  Christopher Faylor  <cgf@redhat.com>
9803
9804         * lib/Makefile.in: Revert inst_installdir definitions to working
9805         versions.
9806
9807 2001-12-17  Guido Serassio  <serassio@libero.it>
9808
9809         * include/winsvc.h: Add ChangeServiceConfig2() &
9810         QueryServiceConfig2() definition
9811
9812 2001-12-17  Robert Collins  <rbtcollins@hotmail.com>
9813
9814         * include/commctrl.h: New typedefs for HDLAYOUT and LPHDLAYOUT based
9815         on MSDN documentation for XP.
9816
9817 2001-12-15  Andrew Begel  <abegel@eecs.berkeley.edu>
9818
9819         * include/winbase.h (CreateHardLink): Correct typo in UNICODE
9820         mappings.
9821
9822 2001-12-11  Phillip Susi  <psusi@cfl.rr.com>
9823
9824         * include/commctrl.h (ACS_*): Add new defines.
9825         (PGS_*): Ditto.
9826         (CBES_*): Ditto.
9827         (TBSTYLE_*): Ditto.
9828         (TB_*): Ditto.
9829         (TTS_*): Ditto.
9830         (UDS_HOTTRACK): Add define.
9831         (SBT_TOOLTIPS): Ditto.
9832         (TBS_*): Add new defines.
9833         (HDS_*): Ditto.
9834         (LVS_EX_*) Ditto.
9835         (LVKF_*): Ditto.
9836         (TCM_GETEXTENDEDSTYLE): Add define.
9837         (TVS_NOHSCROLL): Ditto.
9838         (TVIF_INTEGRAL): Ditto.
9839         (DTS_SHORTDATECENTURYFORMAT): Ditto.
9840         (TCS_*): Add new defines.
9841         (CBEM_*): Add defines.
9842         (tagNMITEMACTIVATE): Add structure definition and typedefs.
9843         (tagTVITEMEX[AW]: Ditto.
9844         (tagTVINSERTSTRUCT[AW]: Add union member.
9845         * include/winbase.h (VirtualAllocEx): Add prototype.
9846         * include/winuser.h (SS_*): Add new defines.
9847
9848 2001-12-07  Earnie Boyd  <earnie@users.sf.net>
9849
9850         * Makefile.in: Increment VERSION.
9851         * include/w32api.h: Ditto.
9852
9853 2001-12-07  Earnie Boyd  <earnie@users.sf.net>
9854
9855         * Makefile.in: Increment VERSION.
9856         * include/w32api.h: Ditto.
9857
9858 2001-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
9859
9860         * include/setupi.h (SetupDiCreateDeviceInterfaceRegKey[AW],
9861         SetupDiCreateDevRegKey[AW],SetupDiDeleteDeviceInterfaceRegKey,
9862         SetupDiDeleteDevRegKey,SetupDiOpenClassRegKey,
9863         SetupDiOpenClassRegKeyEx[AW],SetupDiOpenDeviceInterfaceRegKey,
9864         SetupDiOpenDevRegKey): Correct function names.
9865
9866 2001-12-04  Earnie Boyd  <earnie@users.sf.net>
9867
9868         * include/winuser.h (IDC_STATIC): Don't define.
9869
9870 2001-12-04  Danny Smith  <dannysmith@users.sourceforge.net>
9871
9872         Cleanup merge between SourceForge and winsup CVS.
9873         * include/winbase.h (OSVERSIONINFO[AW], OSVERSIONINFOEX[AW]: Remove
9874         definitions.
9875         * include/winnt.h (VER_NT*): Remove duplicate defines.
9876         (VER_SUITE*): Group with VER_PLATFORM*, VER_NT* defines.
9877
9878 2001-12-03  Earnie Boyd  <earnie@users.sf.net>
9879
9880         * include/accctrl.h: Change \r\n to \n.
9881
9882 2001-11-30  Danny Smith  <dannysmith@users.sourceforge.net>
9883
9884         * include/ipexport.h (IP_UNIDIRECTIONAL_ADAPTER_ADDRESS):
9885         Add structure definition.
9886         * include/iptypes.h (IP_PER_ADAPTER_INFO): Ditto.
9887         * include/iphlpapi.h (AddIPAddress,CreateProxyArpEntry,
9888         DeleteIPAddress,DeleteProxyArpEntry,EnableRouter,
9889         FlushIpNetTable,GetAdapterIndex,GetPerAdapterInfo,
9890         GetUniDirectionalAdapterInfo,SendARP,SetAdapterIpAddress,
9891         UnenableRouter) Declare functions.
9892         * lib/iphlpapi.def: Add function names to import lib.
9893
9894 2001-11-24  Danny Smith  <dannysmith@users.sourceforge.net>
9895
9896         * include/winnt.h (PACCESS_MASK): Add typedef.
9897         * include/aclapi.h: New file.
9898         * include/acctrl.h: New file.
9899         * lib/advapi32.def: Add missing symbols.
9900         * lib/test.c: Add #include <aclapi.h>.
9901
9902 2001-11-23  Danny Smith  <dannysmith@users.sourceforge.net>
9903
9904         * include/winbase.h (OSVERSIONINFO[AW],VER_PLATFORM_WIN32s,
9905         VER_PLATFORM_WIN32_WINDOWS,VER_PLATFORM_WIN32_NT): Move from
9906         here ...
9907         * include/winnt.h: ... to here.
9908         * include/winbase.h (VerifyVersionInfo[AW]): Add declaration.
9909         * include/winnt.h (OSVERSIONINFOEX[AW]): Add structure definitions
9910         and typedefs.
9911         (VER_NT_WORKSTATION,VER_NT_DOMAIN_CONTROLLER,VER_NT_SERVER):
9912         Add defines.
9913
9914 2001-11-19  Pierre Muller  <muller@ics.u-strasbg.fr>
9915
9916         * w32api/include/winnt.h: prepare SSE register support.
9917         (CONTEXT_EXTENDED_REGISTERS): Add new define.
9918         (MAXIMUM_SUPPORTED_EXTENSION): New define.
9919         (struct CONTEXT): ExtendedRegisters field added.
9920
9921 2001-11-16  Danny Smith  <dannysmith@users.sourceforge.net>
9922
9923         * include/winuser.h (tagALTTABINFO, tagCOMBOBOXINFO,
9924         tagCURSORINFO, tagMENUBARINFO, tagMENUINFO, tagMONITORINFO
9925         tagSCROLLBARINFO, tagTITLEBARINFO. tagWINDOWINFO,
9926         tagLASTINPUTINFO ): Define new structures.
9927         (EndMenu, GetAltTabInfo[AW],GetComboBoxInfo,GetCursorInfo,
9928         GetLastInputInfo, GetListBoxInfo, GetMenuBarInfo,
9929         GetMonitorInfo[AW], GetScrollBarInfo, GetTitleBarInfo,
9930         GetWindowInfo, GetWindowModuleFileName[AW],GetMenuInfo
9931         SetMenuInfo): Add new prototypes.
9932         * lib/user32.def: Add import stubs for above functions.
9933
9934         * include/winuser.h (IDC_STATIC): Protect against prior
9935         definition.
9936
9937 2001-11-12  Corinna Vinschen  <corinna@vinschen.de>
9938
9939         * include/winbase.h (OSVERSIONINFOEX): Add definition.
9940         * include/winnt.h: Add VER_NT_* and VER_SUITE_* defines.
9941
9942 2001-11-10  Robert Collins  <rbtcollins@hotmail.com>
9943
9944         * include/winnt.h: Add Danny Smith's text comment about gcc compiler
9945         warnings with _AUTHORITY #defines.
9946
9947 2001-11-09  Robert Collins  <rbtcollins@hotmail.com>
9948
9949         * include/winnt.h (GetCurrentFiber): Create a prototype before the
9950         implementation.
9951         (GetFiberData): Ditto.
9952
9953 2001-11-09  Robert Collins  <rbtcollins@hotmail.com>
9954
9955         * include/winnt.h: Backout last change.
9956
9957 2001-11-08  Robert Collins  <rbtcollins@hotmail.com>
9958
9959         * include/winnt.h: Define *_SID_AUTHORITY appropriately,
9960         GetCurrentFiber: Create a prototype before the implementation.
9961         GetFiberData: Ditto.
9962
9963 2001-11-06  Danny Smith  <dannysmith@users.sourceforge.net>
9964
9965         * include/winuser.h (IDC_STATIC): Add define.
9966         Thanks to: Benoit Laniel.
9967
9968 2001-11-05  Danny Smith  <dannysmith@users.sourceforge.net>
9969
9970         * include/commdlg.h: Include <unknwn.h> rather than local
9971         definition of LPUKNOWN.
9972         * include/rpcproxy.h: Don't include if ndef CINTERFACE.
9973         Emit warning.
9974
9975 2001-11-05  Mattia Barbon  <mbarbon@dsi.unive.it>
9976
9977         * include/windef.h (DECLSPEC_NORTEURN): Add an empty version
9978         for Watcom.
9979         (DECLARE_STDCALL_P): Use it to add __stdcall decoration for
9980         functions of the form 'type * function(...)' in a way compatible
9981         with both Watcom and GCC.
9982         * include/rpcdcep.h (I_RpcAllocate): Use DECLARE_STDCALL_P.
9983         * include/rpcproxy.h (CInterfaceProxyVtbl): Do not declare
9984         zero-sized arrays for Watcom. Mark as __extension for __GNUC__.
9985         * include/windows.h: Watcom can use anonymous structs/unions.
9986         * include/winnt.h: Watcom can use 64 bit ints.
9987         (GetCurrentFiber): Add another inline definition using
9988         Watcom inline assembly syntax.
9989         (GetFiberData): Likewise.
9990         * include/winsock.h (inet_ntoa): Use DECLARE_STDCALL_P.
9991         (gethostbyname): Likewise.
9992         (gethostbyaddr}: Likewise.
9993         (getservbyport}: Likewise.
9994         (getservbyname}: Likewise.
9995         (getprotobynumber}: Likewise.
9996         (getprotobyname}: Likewise.
9997         * include/winsock2.h (inet_ntoa): Use DECLARE_STDCALL_P.
9998         (gethostbyname}: Likewise.
9999         (gethostbyaddr}: Likewise.
10000         (getservbyport}: Likewise.
10001         (getservbyname}: Likewise.
10002         (getprotobynumber}: Likewise.
10003         (getprotobyname}: Likewise.
10004         * lib/diinut.c: Correction for Watcom.
10005         * lib/kernel32.c (GetCurrentFiber): Add another definition
10006         using Watcom inline assembly syntax.
10007         (GetFiberData): Likewise.
10008         * lib/scrnsave.c (WinMain): Add break after default:
10009         clause.
10010
10011 2001-11-04  "stefan"  <stefan@lkcc.org>
10012
10013         * include/winnt.h (GetCurrentFiber): Add prototype.
10014         (GetFiberData): Likewise.
10015
10016 2001-11-04  Christopher Faylor  <cgf@redhat.com>
10017
10018         * lib/Makefile.in: Add .NOTPARALLEL target since dlltool cannot run in
10019         parallel invocations.
10020
10021 2001-11-03  Christopher Faylor  <cgf@redhat.com>
10022
10023         * lib/scrnsave.c (WinMain): Trivial change to avoid a compiler warning.
10024
10025 2001-11-01  Danny Smith  <dannysmith@users.sourceforge.net>
10026
10027         * include/basetyps.h (DECLARE_INTERFACE): Don't add
10028         __attribute__((com_interface)) for __GNUC__ >= 3.
10029
10030 2001-11-01  Danny Smith  <dannysmith@users.sourceforge.net>
10031
10032         * include/commdlg.h (PRINTPAGERANGE): Add structure
10033         definition.
10034         (PRINTDLGEX[AW]): Likewise.
10035         (PrintDlgEx[AW]): Add function declaration.
10036         * lib/comdlg32.def (PrintDlgEx[AW]): Add function stubs.
10037         * ChangeLog: Fix typo in last entry.
10038
10039 2001-11-01  TAMURA Kent  <tkent@users.sourceforge.net>
10040
10041         * include/objbase.h (CoGetClassObject): Change third parameter
10042         to COSERVERINFO*.
10043
10044 2001-10-30  Danny Smith  <dannysmith@users.sourceforge.net>
10045
10046         * include/winuser.h (MOUSEEVENTF_WHEEL): Define.
10047         Thanks to: Kim Saunders.
10048         * include/oleauto.h: Define VARIANT* flags for VariantChangeType.
10049         Thanks to: Pat Thoyts.
10050         * include/winnt.h: Change C++ style comment to C style.
10051         * include/shlobj.h: Ditto.
10052         * include/objbase.h (enum tagCOINIT): Remove comma at end of
10053         list.
10054         * include/oledlg.h (enum tagOLEUIPASTEFLAG): Ditto.
10055         * include/oleidl.h (enum tagDROPEFFECT): Mark as __extension__
10056         (enum not limited to range of int).
10057         * include/oaidl.h (struct tagVARIANT): Mark as __extension__
10058         (struct with no named members), ifndef NONAMELESSUNION.
10059
10060 2001-10-30  Danny Smith  <dannysmith@users.sourceforge.net>
10061
10062         * include/winuser.h (CREATESTRUCT): UNICODE it.
10063         (CBT_CREATEWND): Likewise.
10064
10065 2001-10-20  Corinna Vinschen  <corinna@vinschen.de>
10066
10067         * include/winnetwk.h (WNetGetResourceInformationA): Add declaration.
10068         (WNetGetResourceInformationW): Ditto.
10069         (WNetGetResourceInformation): Add define.
10070
10071 2001-10-12  Pedro A Aranda  <paaguti@hotmail.com>
10072
10073         * include/winuser.h (POINTSTOPOINT): Use explicit casts
10074         before extracting words.
10075
10076 2001-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
10077
10078         * include/winnt.h: Add PF_* defines.
10079         Thanks to: "Wizord"  <wizord@argoslabs.com>
10080
10081 2001-09-18  Danny Smith  <dannysmith@users.sourceforge.net>
10082
10083         * include/winnt.h (_[U]LARGE_INTEGER): Mark nameless structure
10084         field as _ANONYMOUS_STRUCT.
10085         * include/setupapi.h (SP_DEVINSTALL_PARAMS): Add missing typedef
10086         for UNICODE.
10087         * include/ipexport.h (icmp_echo_reply): Remove extra ';'.
10088         * lib/makefile.in: Add -pedantic switch to TEST_OPTIONS for header
10089         test.
10090
10091 2001-09-17  Mattia Barbon  <mbarbon@dsi.unive.it>
10092
10093         * include/commctrl.h: Add some ListView constants.
10094
10095 2001-09-17  Earnie Boyd  <earnie@sf.net>
10096
10097         * lib/Makefile.in (inst_includedir): Add FIXME and remove the usr/
10098         portion of the directory from the install.
10099         (inst_libdir): Ditto.
10100         * Makefile.in (VERSION): Increment.
10101         * include/w32api.h: Increment version.
10102
10103 2001-09-13  Earnie Boyd  <earnie@SF.net>
10104
10105         * lib/Makefile.in (inst_includedir): Change to always use w32api
10106         subdirectory for target == cygwin.
10107         (inst_libdir): Ditto.
10108
10109 2001-09-13  Earnie Boyd  <earnie@SF.net>
10110
10111         * lib/Makefile.in (config_prefix): New variable.
10112         (inst_includedir): Manipulate special value only if target == cygwin
10113         and build == target and prefix != config_prefix.
10114         (inst_libdir): Ditto.
10115
10116 2001-09-12  Earnie Boyd  <earnie@SF.net>
10117
10118         * Makefile.in (TARFLAGS): New variable.
10119         (TARFILEEXT): Ditto.
10120
10121 2001-09-12  Earnie Boyd  <earnie@SF.net>
10122
10123         * Makefile.in: Increment version.
10124         * include/w32api.h: Ditto.
10125         * lib/Makefile.in: Add usr/ to install directory special for cygwin.
10126
10127 2001-09-11  Danny Smith  <dannysmith@users.sourceforge.net>
10128
10129         * include/winnt.h (_[U]LARGE_INTEGER): Protect nameless struct with
10130         !defined(NONAMELESSUNION), rather than defined(_ANONYMOUS_STRUCT).
10131         (_REPARSE_DATA_BUFFER): Name union field DUMMYUNIONNAME.
10132
10133 2001-09-05  Danny Smith  <dannysmith@users.sourceforge.net>
10134
10135         * include/wininet.h (InternetAutodial): Add prototype.
10136         (InternetAutodialHangup): Ditto.
10137         (InternetDial): Ditto.
10138         (InternetGetConnectedState): Ditto.
10139         (InternetGoOnline): Ditto.
10140         (InternetHangUp): Ditto.
10141         (InternetSetDialState): Ditto.
10142         Add associated INTERNET_* auto dial flags.
10143         Guard typedefs and prototypes with #ifndef RC_INVOKED.
10144
10145 2001-09-04  Earnie Boyd  <earnie@SF.Net>
10146
10147         * lib/Makefile.in: Move the setting of variable libdir to after the
10148         setting of exec_prefix since the value of libdir is dependant on it.
10149
10150 2001-09-04  Christopher Faylor  <cgf@cygnus.com>
10151
10152         * include/winbase.h: Add missing closing parentheses to
10153         InterlockedExchangePointer declaration.
10154
10155 2001-09-01  Danny Smith  <dannysmith@users.sourceforge.net>
10156
10157         * include/shlobj.h (CFSTR_* ): Add new defines.
10158         Thanks to: "Ron" <ron@debian.org> .
10159         Unicode them.
10160
10161 2001-09-01  Christopher Faylor  <cgf@cygnus.com>
10162
10163         * include/winnt.h: Use defined(_ANONYMOUS_STRUCT) to determine if
10164         anonymous structs are available rather than just testing preprocessor
10165         variable directly.
10166
10167 2001-08-31  Corinna Vinschen  <corinna@vinschen.de>
10168
10169         * include/winnt.h: Change definition of `SYSTEM_LUID' to comply
10170         with new `LARGE_INTEGER' definition.
10171
10172 2001-08-30  Christopher Faylor  <cgf@cygnus.com>
10173
10174         * include/winsock2.h: Remove "extra token" after #endif.
10175
10176 2001-08-31  Earnie Boyd  <earnie@SF.Net>
10177
10178         * config.guess: Remove the \r from the end of line.
10179         * config.sub: Ditto.
10180
10181 2001-08-30  Danny Smith  <dannysmith@users.sourceforge.net>
10182
10183         * include/winnt.h: Allow anonymous struct in [U]LARGE_INTEGER
10184         if __cplusplus as well as if _ANONYMOUS_STRUCT.
10185
10186 2001-08-29  Earnie Boyd  <earnie@SF.Net>
10187
10188         * config.guess: Add the MSYS system.
10189         * config.sub: Ditto.
10190         * include/winsock.h: Add the __INSIDE_MSYS__ protections.
10191         * incldue/winsock2.h: Ditto.
10192
10193 2001-08-29  Eric Kohl  <ekohl@users.sourceforge.net>
10194
10195         * include/winnt.h: Allow anonymous (Xxx.LowPart) or
10196         non-anonymous (Xxx.u.LowPart) access to HighPart and
10197         LowPart of a LARGE_INTEGER or ULARGE_INTEGER.
10198
10199 2001-08-24  TAMURA Kent  <tkent@users.sourceforge.net>
10200
10201         * include/wingdi.h (HANGUL_CHARSET): Add define.
10202
10203 2001-08-21  Earnie Boyd  <earnie@SF.Net>
10204
10205         * include/setupapi.h: Formatting.
10206
10207 2001-08-21  Earnie Boyd  <earnie@SF.Net>
10208
10209         * include/shlobj.h: Remove \r from the line endings.
10210
10211 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
10212
10213         * include/setupapi.h : New file.
10214         * lib/setupapi.def:New file.
10215         * lib/test.c: Include setupapi.h.
10216
10217 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
10218         * include/winioctl.h (_DISK_PERFORMANCE): Correct typo.
10219
10220 2001-08-21  Mattia Barbon  <mbarbon@dsi.unive.it>
10221
10222         * include/richedit.h (ENLINK): Add structure definition.
10223         (EM_AUTOURLDETECT, EN_LINK, ENM_LINK): Add defines.
10224
10225 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
10226
10227         * include/shlobj.h (CMIC_*): Remove duplicate defines.
10228         (CMDSTR_*): Remove duplicates; UNICODE string constants.
10229         (GCS_*): Make UNICODE.
10230         (CSIDL_*): Add more defines.
10231         * include/winioctl.h (_MEDIA_TYPE): Add pointer typedef.
10232         (_DISK_GEOMETRY): Ditto.
10233         (_DISK_PERFORMANCE): Ditto.
10234         * include/winbase.h (HasOverlappedIoCompleted): Add macro.
10235
10236 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10237
10238         * include/winnt.h: Move CHAR, SHORT and LONG typedefs outside
10239         of block protected by #ifndef VOID.
10240         (This reverts 1998-12-01 Anders Norlander change.)
10241         * include/odbcinst.h: End file with newline.
10242         * include/raserror.h: Ditto.
10243
10244 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10245
10246         * include/winsock2.h (#include <wtypes.h): Don't.
10247         (_BLOB): Define instead, if not already done.
10248         (__BLOB_T_DEFINED: New define for guarding _BLOB.
10249         * include/wtypes.h (_BLOB): Guard against prior definition.
10250
10251 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10252
10253         * include/oaidl.h (tagVARIANT): Mark anonymous structs and unions
10254         as __extension__.
10255         (tagTYPEDESC): Ditto.
10256         (_wireBRECORD): Add structure definition.
10257         (_wireSAFEARR_BRECORD): Ditto.
10258         (_wireSAFEARR_HAVEIID): Ditto.
10259         (_wireSAFEARRAY_UNION.u): Add fields SAFEARR_BRECORD RecordStr,
10260         SAFEARR_HAVEIID HaveIidStr.
10261         (tagVariant): Add fields _VARIANT_BOOL bool,*pbool.
10262         (_wireVARIANT): Change field parray to type wirePSAFEARRAY,
10263         pparray to wirePSAFEARRAY*.
10264         (_wireVARIANT): Add field wireBRECORD brecVal.
10265         (wireVARIANT): Change typedef to struct _wireVariant*.
10266         (IRecordInfo): Add interface definition.
10267         (LPRECORDINFO): Add typedef for IRecordInfo*.
10268         (IID_IRecordInfo): Add forward decalaration.
10269
10270 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10271
10272         * include/lmcons.h: Guard CNLEN and UNCLEN against prior definition.
10273         * include/nddeapi.h: Likewise.
10274
10275 2001-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
10276
10277         * lib/test.c (Win32_Winsock): Replace with __USE_W32_SOCKETS.
10278         Add more includes of w32api headers.
10279
10280 2001-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
10281
10282         * include/winnt.h (GetCurrentFiber): Change __inline to __inline__.
10283         Swap asm code with that of GetFiberData.
10284         (GetFiberData): Ditto.
10285         * lib/kernel32.c: New file, containing library versions of
10286         GetCurrentFiber and GetFiberData.
10287         * lib/makefile.in: Add kernel32.o as static object to libkernal32.a.
10288
10289 2001-08-08  Danny Smith  <dannysmith@users.sourceforge.net>
10290
10291         * include/winuser.h (GET_WHEEL_DELTA_WPARAM): Add macro.
10292         Thanks to: Harold Hunt <Harold@compasstechnologies.com>.
10293
10294 2001-08-08  Danny Smith  <dannysmith@users.sourceforge.net>
10295
10296         * lib/oleaut32.def: Regenerate.
10297
10298 2001-08-04  Danny Smith  <dannysmith@users.sourceforge.net>
10299
10300         * include/wtypes.h (DECIMAL_SETZERO): Correct typo.
10301
10302 2001-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
10303
10304         Apply Dmitry Bely  <dbely@mail.ru> patch 437834 (with additions).
10305         * include/oleidl.h (ISupportErrorInfo, ICreateInfo): Move from here
10306         * include/oaidl.h: ... to here.
10307         * include/oaidl.h ICreateErrorInfo): Add interface definition.
10308         (IErrorInfo::GetGUID): Change arg to GUID.
10309         (LPSUPPORTERRORINFO): Add typedef.
10310         (IID_ISupportErrorInfo): Change forward decl. of type to IID.
10311
10312 2001-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
10313
10314         * include/winsock2.h (WSAGET* and WSAMAKE*): Remove duplicate
10315         defines.
10316
10317 2001-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
10318
10319         * include/commctrl.h (TreeView_SetIndent): Correct typo.
10320
10321 2001-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
10322
10323         * include/commctrl.h (TBSTYPE_FLAT): Remove define.
10324         Thanks to: Jason Craig  <jacraig@softhome.net>
10325
10326 2001-07-30  Mattia Barbon  <mbarbon@dsi.unive.it>
10327
10328         * include/commctrl.h (TBBUTTONINFO[AW]): Add struct definitions,
10329         and UNICODE mappings, if _WIN32_IE >= 0x400.
10330         (TBIF_* and TB_SETBUTTONINFO): Add defines, if _WIN32_IE >= 0x400.
10331         (CDIS_*,CDDS_*,CDRF_*) : Add defines.
10332         (tagNMCUSTOMDRAWINFO): Add struct definition and typedefs.
10333         (tagNMLVCUSTOMDRAW): Likewise.
10334         (tagNMTVCUSTOMDRAW): Likewise.
10335         (tagNMLVCACHEHINT): Likewise.
10336
10337 2001-07-06  Danny Smith  <dannysmith@users.sourceforge.net>
10338
10339         * include/basetsd.h (#include <_mingw.h>): Remove.
10340         (__int64): Define.
10341
10342 2001-06-28  Danny Smith  <dannysmith@users.sourceforge.net>
10343
10344         * include/wingdi.h (AC_SRC_OVER): Add define.
10345         (struct _BLENDFUNCTION): Add.
10346
10347 2001-06-28  Danny Smith  <dannysmith@users.sourceforge.net>
10348
10349         * include/shlobj.h:  Add BIF_* defines.
10350
10351 2001-06-27  Danny Smith  <dannysmith@users.sourceforge.net>
10352
10353         * include/winerror.h (E_PENDING): Add error code define.
10354
10355 2001-06-27  Danny Smith  <dannysmith@users.sourceforge.net>
10356
10357         * include/basetsd.h (#include <_mingw.h>): Add directive.
10358
10359 2001-06-25  Danny Smith  <dannysmith@users.sourceforge.net>
10360
10361         * include/winbase.h (InterlockedCompareExchange): Change args
10362         and return value from PVOID to LONG.
10363         (InterlockedExchange): Change first arg to LPLONG.
10364         (InterlockedCompareExchangePointer): New macro.
10365         (InterlockedExchangePointer): New macro.
10366
10367 2001-06-19  Danny Smith  <dannysmith@users.sourceforge.net>
10368
10369         * lib/kernel32.def: Add LanguageGroup and UILanguage symbols.
10370         Thanks to Kevin Chase <kevincha99@hotmail.com>.
10371
10372 2001-06-11  TAMURA Kent  <tkent@users.sourceforge.net>
10373
10374         * objidl.h (IMalloc::ReAlloc()): Correct declaration.
10375         (IMalloc::Free()): Ditto.
10376
10377 2001-06-11  Danny Smith  <dannysmith@users.sourceforge.net>
10378
10379         * include/shlobj.h (REGSTR_PATH_EXPLORER): Unicode it.
10380         (REGSTR_PATH_SPECIAL_FOLDERS): Ditto.
10381         * include/regstr.h (REGSTR_PATH_EXPLORER): Add #ifndef guard.
10382
10383 2001-06-11  Mattia Barbon  <mbarbon@dsi.unive.it>
10384
10385         * include/shlobj.h (struct _browseinfo): UNICODE it.
10386         (SHBrowseForFolder): Ditto.
10387         (SHGetPathFromIDList): Ditto.
10388
10389 2001-06-11  Earnie Boyd  <earnie@users.sourceforge.net>
10390
10391         * include/basetsd.h: RC_INVOKED protection and realignment.
10392         Thanks to: Colin Peters <colinpeters@users.sourceforge.net>
10393
10394 2001-06-06  Earnie Boyd  <earnie@users.sourceforge.net>
10395
10396         * Makefile.in (bindist): Reassign value of exec_prefix on make command
10397         line.
10398
10399 2001-05-22  Christopher Faylor  <cgf@cygnus.com>
10400
10401         * lib/mapi32.def: Add MAPISendMail.
10402
10403 2001-05-22  Earnie Boyd  <earnie@users.sourceforge.net>
10404
10405         * include/w32api.h: Update version.
10406         * Makefile.in: Ditto.
10407
10408 2001-05-17  Corinna Vinschen  <corinna@vinschen.de>
10409
10410         * include/winnt.h: Define SE_GROUP_LOGON_ID as unsigned to avoid
10411         compiler warnings.
10412
10413 2001-05-17  Corinna Vinschen  <corinna@vinschen.de>
10414
10415         * include/ntdef.h: Protect definition of OBJECT_ATTRIBUTES against
10416         previous definition in include/ntsecapi.h.
10417         * include/ntsecapi.h: Vice versa.
10418
10419 2001-05-16  Corinna Vinschen  <corinna@vinschen.de>
10420
10421         * include/winnt.h: Add defines for group attributes.
10422         Add define for SYSTEM_LUID.
10423         Add missing types `PTOKEN_DEFAULT_DACL', `PTOKEN_OWNER' and
10424         `PTOKEN_PRIMARY_GROUP'.
10425
10426 2001-04-24  Christopher Faylor  <cgf@cygnus.com>
10427
10428         * lib/Makefile.in: Install libraries in /usr/lib/w32api when building
10429         for cygwin.
10430
10431 2001-04-24  Christopher Faylor  <cgf@cygnus.com>
10432
10433         * include/winsock2.h: Protect one *more* newlib defines when compiling
10434         cygwin.
10435
10436 2001-04-23  Christopher Faylor  <cgf@cygnus.com>
10437
10438         * include/winsock2.h: Protect some more newlib defines when compiling
10439         cygwin.
10440
10441 2001-04-23  Christopher Faylor  <cgf@cygnus.com>
10442
10443         * include/winsock.h: Protect some more newlib defines when compiling
10444         cygwin.
10445
10446 2001-04-17  Egor Duda  <deo@logos-m.ru>
10447
10448         * include/windows.h: Define _ANONYMOUS_STRUCT and _ANONYMOUS_UNION
10449         as __extenstion__ when appropriate.
10450         * include/mmsystem.h: Mark anonymous structs and unions as
10451         __extension__ to prevent compiler warning when invoked with
10452         -pedantic
10453         * include/oaidl.h: Ditto.
10454         * include/objidl.h: Ditto.
10455         * include/olectl.h: Ditto.
10456         * include/prsht.h: Ditto.
10457         * include/shlobj.h: Ditto.
10458         * include/winbase.h: Ditto.
10459         * include/winnt.h: Ditto.
10460         * include/wtypes.h: Ditto.
10461
10462 2001-04-11  Danny Smith  <dannysmith@users.sourceforge.net>
10463
10464         * include/windows.h (#include <winsock.h>): Include <winsock2.h>
10465         instead if (_WIN32_WINNT >= 0x0400)&&(__W32API_MAJOR_VERSION > 0).
10466
10467 2001-04-11  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10468
10469         * include/winuser.h (WM_IME_*): Remove defines (now in imm.h).
10470
10471 2001-04-11  John Fortin  <fortinj@attglobal.net>
10472
10473         * include/windef.h (*PBOOL): Unprotect from XFree86Server.
10474         (*LPBOOL): Ditto.
10475
10476 2001-04-08  Christopher Faylor  <cgf@cygnus.com>
10477
10478         * include/winnt.h (GetCurrentFiber): Make "external __inline" or asm
10479         code will be included in every module which includes this header.
10480         (GetFiberData): Ditto.
10481
10482 2001-04-08  Earnie Boyd  <earnie@users.sourceforge.net>
10483
10484         * include/winnt.h (GetCurrentFiber): Fix typo.
10485
10486 2001-04-08  Earnie Boyd  <earnie@users.sourceforge.net>
10487
10488         * include/shellapi.h: (CommandLineToArgvW): Add WINAPI declaration.
10489         * include/winbase.h: (GetFileAttributesExW): Fix typo.
10490         * include/wingdi.h: (StartDocA): Change LPDOCINFOA to DOCINFOA*.
10491         (StartDocB): Chage LNPDOCINFOB to DOCINFOB*.
10492         Thanks To: Kent Tamura  <tkent@users.sourceforge.net>
10493
10494         * include/winnt.h: (GetFiberData): Add __inline assembler coding.
10495         (GetCurrentFiber): Ditto.
10496         Thanks to: Andy Younger  <AndyY@redlemon.com>
10497
10498         * include/windef.h: (HMONITOR_DECLARED): New definition to stop
10499         DirectX 8 from complaining.
10500         Thanks to: Sigbjørn Lund Olsen  <mosikos@online.no>
10501
10502 2001-04-08  Michael Soderstrom  <ichaelsoderstro@hotmail.com>
10503
10504         * include/commctrl.h Updated TreeView and ListView defines and macros.
10505
10506 2001-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
10507
10508         * include/winuser.h (MB_SERVICE_NOTIFICATION): Correct value for NT4
10509         and above.
10510
10511 2001-03-30  Earnie Boyd  <earnie@users.sourceforge.net>
10512         * include/winuser.h (VK_KANA): New definition.
10513         Thanks to: "Harold Hunt" <huntharo@msu.edu>
10514
10515 2001-03-29  Earnie Boyd  <earnie@users.sourceforge.net
10516
10517         * include/winuser.h (RT_CURSOR): Add protection for XFree86Server.
10518         (RT_FONT): Ditto.
10519         * include/basetsd.h (INT32): Ditto.
10520         * include/windef.h (ATOM): Ditto.
10521         (BOOL): Ditto.
10522         (BYTE): Ditto.
10523         * include/winbase.h (FreeResource): Ditto.
10524         Thanks to: "Harold Hunt" <huntharo@msu.edu>
10525
10526 2001-03-20  Danny Smith  <dannysmith@users.sourceforge.net>
10527
10528         * include/winsock.h (_SYS_TYPES_H macro guard for int types): Remove;
10529         use only _BSDTYPES_DEFINED macro now defined in newlib sys/types.h.
10530         (SYS_TYPES_H macro guard for fd_set): Replace with_SYS_TYPES_FD_SET
10531         macro now defined in newlib sys/types.h.  Emit warning if defined.
10532         * include/winsock2.h: Ditto.
10533         * include/windows.h (Win32_Winsock): Replace with new macros
10534         __USE_W32_SOCKETS and warn of deprecation.
10535
10536 2001-03-13  Earnie Boyd  <earnie@users.sourceforge.net
10537
10538         * include/wingdi.h: (DOCINFO) Ansi version defined incorrectly.
10539         Thanks to: Mattia Barbon <mbarbon@dsi.unive.it>
10540
10541 2001-03-12  Earnie Boyd  <earnie@users.sourceforge.net
10542
10543         * include/commctrl.h (TBSTYLE_FLAT): New definition.
10544         (TB_GETBUTTONSIZE): Ditto.
10545         (TCS_HOTTRACK): Ditto.
10546         Thanks to: Chris Hansen <popeofpop@softhome.net>
10547
10548 2001-03-01  Earnie Boyd  <earnie@users.sourceforge.net
10549
10550         * Makefile.in: (snapshot): Add target.
10551         * lib/Makefile.in: (install-headers): Use installdir variable.
10552         (installdir): Set value based on target-alias.
10553
10554 2001-02-21  Earnie Boyd  <earnie@users.sourceforge.net
10555
10556         * include/w32api.h: (_W32API_VERSION): Remove.
10557         (__W32API_VERSION): Add.
10558         (__W32API_MAJOR_VERSION): Ditto.
10559         (__W32API_MINOR_VERSION): Ditto.
10560
10561 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
10562
10563         * include/wingdi.h (struct _DOCINFO[AW]): UNICODE it.
10564         (StartDoc[AW]): Use UNICODE'd LPDOCINFO[AW]
10565         * include/winuser.h (struct tagMOUSEKEYS): Define new structure.
10566         * include/winerror.h (NTE_*): Add CryptoAPI error codes.
10567
10568 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
10569
10570         * include/mswsock.h: New file.
10571         * include/ws2tcpip.h: New file.
10572         * include/winsock.h (IPPROTO_IGMP): New define.
10573         (IPPROTO_GGP): Correct value.
10574         (SO_* macros): Remove mswsock defines.
10575         (TCP_BSDURGENT): Likewise.
10576         (IP_* macros): Add comment warning of WinSock2 incompatibility
10577         (WSARecvEx): Remove mswsock prototype.
10578         (TransmitFile): Likewise.
10579         (AcceptEx): Likewise.
10580         (GetAcceptExSockaddrs): Likewise.
10581         (struct _TRANSMIT_FILE_BUFFERS): Remove mswsock definition.
10582         (#include <mswsock.h>): Add directive and explanatory comment
10583         * include/winsock2.h (header guard): add guard for  _WINSOCK_H
10584         (_WINSOCK_H): Define to prevent later inclusion of winsock.h
10585         (#include <winsock.h>): Replace directive with winsock.h file content
10586         The following changes apply to the merged file:
10587         (FD_SET): Keep winsock2.h definition, delete winsock.h definition
10588         (SOMAXCONN): Likewise
10589         (#include <nspapi.h>): Move - don't include until LPSOCKADDR defined
10590         (IP_* macros): Delete WinSock1 definitions (WinSock2 definitions now
10591         in ws2tcpip.h)
10592         (struct ip_mreq): Delete (now defined in ws2tcpip.h for WinSock2)
10593         (FD_*_BIT and FD_* defines): Place together and extend to
10594         FD_MAX_EVENTS 10
10595         (AF* defines): Extend to AF_MAX 10
10596         (WSAIsBlocking): #if 0 out prototype (N/A in WinSock2)
10597         (WSAUnhookBlockingHook): Likewise.
10598         (WSASetBlockingHook): Likewise.
10599         (WSACancelBlockingCall): Likewise.
10600         (WSAEINPROGRESS): Comment as not raised in WinSock2.
10601         (#include <mswsock.h>): Delete directive inherited from winsock.h
10602         (WSA_QOS* defines): Add QualityOfService error codes.
10603         (SIO_* defines): Add new macros
10604         * include/ipexport.h (IP_STATUS flags): Add definitions.
10605         (IP_FLAG_DF): Likewise.
10606         (IP_OPT_* ): Likewise.
10607         (struct ip_option_information): Likewise.
10608         (struct icmp_echo_reply): Likewise.
10609
10610 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
10611
10612         * include/commctrl.h: Revert TEXT change.
10613         * include/lmalert.h: Ditto.
10614         * include/lmcons.h: Ditto.
10615         * include/lmsname.h: Ditto.
10616         * include/lmsvc.h: Ditto.
10617         * include/ntsecapi.h: Ditto.
10618         * include/oledlg.h: Ditto.
10619         * include/ras.h: Ditto.
10620         * include/regstr.h: Ditto.
10621         * include/richedit.h: Ditto.
10622         * include/wininet.h: Ditto.
10623         * include/winnt.h: Ditto.
10624
10625 2001-02-15  Earnie Boyd  <earnie@users.sourceforge.net>
10626
10627         * include/commctrl.h: Use _TEXT() instead of TEXT() throughout.
10628         * include/lmalert.h: Ditto.
10629         * include/lmcons.h: Ditto.
10630         * include/lmsname.h: Ditto.
10631         * include/lmsvc.h: Ditto.
10632         * include/ntsecapi.h: Ditto.
10633         * include/oledlg.h: Ditto.
10634         * include/ras.h: Ditto.
10635         * include/regstr.h: Ditto.
10636         * include/richedit.h: Ditto.
10637         * include/wininet.h: Ditto.
10638         * include/w32api.h: New File.
10639
10640 2001-02-13  Corinna Vinschen  <corinna@vinschen.de>
10641
10642         * include/shlobj.h: Add missing SLR_* flags.
10643
10644 2001-02-12:  Earnie Boyd  <earnie@users.sourceforge.net>
10645
10646         * lib/Makefile.in: (host_alias): Add variable.
10647         (host_build): Ditto:
10648         (xinstall): Removed
10649         (xinstall-libraries): Ditto.
10650         (xinstall-headers): Ditto.
10651         (xuninstall): Ditto.
10652         (xuninstall-libraries): Ditto.
10653         (xuninstall-headers): Ditto.
10654         * Makefile.in: (host_alias): Add variable.
10655         (build_alias): Ditto.
10656
10657 2001-02-02  Earnie Boyd  <earnie@users.sourceforge.net>
10658
10659         * include/winnt.h: (__TEXT): Add private macro.
10660         (_TEXT): Modify definition to use __TEXT.
10661         (_T): Ditto.
10662         This change allows the passing of a MACRO as an argument and have that
10663         MACRO resolved first.
10664         Thanks to: Eric PAIRE <eric.paire@ri.silicomp.com>
10665
10666 2001-01-31  Earnie Boyd  <earnie@users.sourceforge.net>
10667
10668         * Makefile.in: Increment VERSION to 0.5
10669         * include/winnt.h: Change TEXT to _TEXT throughout.
10670         (SID_RELEASE): Define.
10671         Thanks to: Eric PAIRE <eric.paire@ri.silicomp.com>
10672
10673 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10674
10675         * Apply Phil Krylov patches.
10676         2001-01-19  Phil Krylov  <phil@mail.ru>
10677         * include/commctrl.h: (HDI_IMAGE) New definition.
10678         (HDI_DI_SETITEM) Ditto.
10679         (HDI_ORDER) Ditto.
10680         (HDI_FILTER) Ditto.
10681         (HDF_BITMAP_ON_RIGHT) Ditto.
10682         (HDF_IMAGE) Ditto.
10683         (HDM_SETORDERARRAY) Ditto.
10684         (Header_SetOrderArray) Ditto.
10685         (ICC_BAR_CLASSES) Ditto.
10686         (struct _HD_ITEMA) Change definition.
10687         (struct _HD_ITEMW) Ditto.
10688         (struct tagINITCOMMONCONTROLSEX) Enclose in _WIN32_IE braces.
10689         (InitCommonControlsEx()) Ditto.
10690         2001-01-23  Phil Krylov  <phil@mail.ru>
10691         * include/richedit.h: Many Richedit 2.0 definitions.
10692
10693 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10694
10695         * include/winuser.h: (IDC_HAND)  New resource identifier.
10696         Thanks to: Mark Jordon <mark_jordan@ieee.org>
10697
10698 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10699
10700         * include/iptypes.h: Include <sys/types.h> for time_t declaration.
10701         Fix typo's.
10702
10703 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10704
10705         * include/objidl.h: (GetClassID): Argument needs to be a pointer.
10706         (GetUnmarshalClass): CLSID argument needs to be a pointer.
10707         Thanks To: <bge@users.sourceforge.net>
10708
10709 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10710
10711         * Apply Danny Smith patch 102386
10712         2000-11-15  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10713         * lib/rasapi32.def: add symbols available in NT4 and W2k
10714
10715 2001-01-28  Earnie Boyd  <earnie@users.sourceforge.net>
10716
10717         * Apply Danny Smith patch 102382
10718         2000-11-15  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10719         * lib/mswsock.def: remove leading underscores from symbol names
10720
10721 2001-01-28  Earnie Boyd  <earnie@users.sourceforge.net>
10722
10723         * Apply Danny Smith patch 102446
10724         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10725         * include/sql.h (ODBCVER): change default to 0x0351.
10726         (SQLSetScrollOptions): non-core function, move prototype to sqlext.h.
10727         (SQLColAttributes): likewise.
10728         (SQLBindParam): add prototype for ODBC 3.x function.
10729         (SQLCloseCursor): likewise.
10730         (SQLColAttribute): likewise.
10731         (SQLCopyDesc):likewise.
10732         (SQLEndTran): likewise.
10733         (SQLFetchScroll): likewise.
10734         (SQLGetConnectAttr): likewise.
10735         (SQLGetDescField): likewise.
10736         (SQLGetDescRec): likewise.
10737         (SQLGetDiagField): likewise.
10738         (SQLGetDiagRec): likewise.
10739         (SQLGetEnvAttr): likewise.
10740         (SQLGetStmtAttr): likewise.
10741         (SQLSetConnectAttr): likewise.
10742         (SQLSetDescField):likewise.
10743         (SQLSetDescRec): likewise.
10744         (SQLSetEnvAttr): likewise.
10745         (SQLSetStmtAttr): likewise.
10746         (SQLINTENGER and SQLUINTEGER): replace with SQLLEN and SQLULEN for
10747         _WIN64 compatability;
10748         (SQL_ACCESS_MODE): Move define to sqlext.h (used in non-core functions).
10749         (SQL_ACTIVE_CONNECTIONS): likewise.
10750         (SQL_ACTIVE_STATEMENTS): likewise.
10751         (SQL_ALL_EXCEPT_LIKE): likewise.
10752         (SQL_API_ALL_FUNCTIONS): likewise.
10753         (SQL_API_LOADBYORDINAL): likewise.
10754         (SQL_API_SQLBINDPARAMETER): likewise.
10755         (SQL_API_SQLBROWSECONNECT): likewise.
10756         (SQL_API_SQLCOLATTRIBUTES): likewise.
10757         (SQL_API_SQLCOLUMNPRIVILEGES): likewise.
10758         (SQL_API_SQLDESCRIBEPARAM): likewise.
10759         (SQL_API_SQLDRIVERCONNECT): likewise.
10760         (SQL_API_SQLDRIVERS): likewise.
10761         (SQL_API_SQLEXTENDEDFETCH): likewise.
10762         (SQL_API_SQLFOREIGNKEYS): likewise.
10763         (SQL_API_SQLMORERESULTS): likewise.
10764         (SQL_API_SQLNATIVESQL): likewise.
10765         (SQL_API_SQLNUMPARAMS): likewise.
10766         (SQL_API_SQLPARAMOPTIONS): likewise.
10767         (SQL_API_SQLPRIMARYKEYS): likewise.
10768         (SQL_API_SQLPROCEDURECOLUMNS): likewise.
10769         (SQL_API_SQLPROCEDURES): likewise.
10770         (SQL_API_SQLSETPOS): likewise.
10771         (SQL_API_SQLSETSCROLLOPTIONS): likewise.
10772         (SQL_API_SQLTABLEPRIVILEGES): likewise.
10773         (SQL_ASYNC_ENABLE): likewise.
10774         (SQL_ASYNC_ENABLE_DEFAULT): likewise.
10775         (SQL_ASYNC_ENABLE_OFF): likewise.
10776         (SQL_ASYNC_ENABLE_ON): likewise.
10777         (SQL_ATTR_READONLY): likewise.
10778         (SQL_ATTR_READWRITE_UNKNOWN): likewise.
10779         (SQL_ATTR_WRITE): likewise.
10780         (SQL_AUTOCOMMIT): likewise.
10781         (SQL_AUTOCOMMIT_DEFAULT): likewise.
10782         (SQL_AUTOCOMMIT_OFF): likewise.
10783         (SQL_AUTOCOMMIT_ON): likewise.
10784         (SQL_BEST_ROWID): likewise.
10785         (SQL_BIGINT): likewise.
10786         (SQL_BINARY): likewise.
10787         (SQL_BIND_BY_COLUMN): likewise.
10788         (SQL_BIND_TYPE): likewise.
10789         (SQL_BIND_TYPE_DEFAULT): likewise.
10790         (SQL_BIT): likewise.
10791         (SQL_BOOKMARK_PERSISTENCE): likewise.
10792         (SQL_BP_CLOSE): likewise.
10793         (SQL_BP_DELETE): likewise.
10794         (SQL_BP_DROP): likewise.
10795         (SQL_BP_OTHER_HSTMT): likewise.
10796         (SQL_BP_SCROLL): likewise.
10797         (SQL_BP_TRANSACTION): likewise.
10798         (SQL_BP_UPDATE): likewise.
10799         (SQL_C_BINARY): likewise.
10800         (SQL_C_BIT): likewise.
10801         (SQL_C_BOOKMARK): likewise.
10802         (SQL_C_CHAR): likewise.
10803         (SQL_C_DATE): likewise.
10804         (SQL_C_DEFAULT): likewise.
10805         (SQL_C_DOUBLE): likewise.
10806         (SQL_C_FLOAT): likewise.
10807         (SQL_C_LONG): likewise.
10808         (SQL_C_SHORT): likewise.
10809         (SQL_C_SLONG): likewise.
10810         (SQL_C_SSHORT): likewise.
10811         (SQL_C_STINYINT): likewise.
10812         (SQL_C_TIME): likewise.
10813         (SQL_C_TIMESTAMP): likewise.
10814         (SQL_C_TINYINT): likewise.
10815         (SQL_C_ULONG): likewise.
10816         (SQL_C_USHORT): likewise.
10817         (SQL_C_UTINYINT): likewise.
10818         (SQL_CB_NON_NULL): likewise.
10819         (SQL_CB_NULL): likewise.
10820         (SQL_CC_CLOSE): likewise.
10821         (SQL_CC_DELETE): likewise.
10822         (SQL_CC_PRESERVE): likewise.
10823         (SQL_CN_ANY): likewise.
10824         (SQL_CN_DIFFERENT): likewise.
10825         (SQL_CN_NONE): likewise.
10826         (SQL_COLATT_OPT_MAX): likewise.
10827         (SQL_COLATT_OPT_MIN): likewise.
10828         (SQL_COLUMN_ALIAS): likewise.
10829         (SQL_COLUMN_AUTO_INCREMENT): likewise.
10830         (SQL_COLUMN_CASE_SENSITIVE): likewise.
10831         (SQL_COLUMN_COUNT): likewise.
10832         (SQL_COLUMN_DISPLAY_SIZE): likewise.
10833         (SQL_COLUMN_DRIVER_START): likewise.
10834         (SQL_COLUMN_LABEL): likewise.
10835         (SQL_COLUMN_LENGTH): likewise.
10836         (SQL_COLUMN_MONEY): likewise.
10837         (SQL_COLUMN_NAME): likewise.
10838         (SQL_COLUMN_NULLABLE): likewise.
10839         (SQL_COLUMN_OWNER_NAME): likewise.
10840         (SQL_COLUMN_PRECISION): likewise.
10841         (SQL_COLUMN_QUALIFIER_NAME): likewise.
10842         (SQL_COLUMN_SCALE): likewise.
10843         (SQL_COLUMN_SEARCHABLE): likewise.
10844         (SQL_COLUMN_TABLE_NAME): likewise.
10845         (SQL_COLUMN_TYPE): likewise.
10846         (SQL_COLUMN_TYPE_NAME): likewise.
10847         (SQL_COLUMN_UNSIGNED): likewise.
10848         (SQL_COLUMN_UPDATABLE): likewise.
10849         (SQL_CONCAT_NULL_BEHAVIOR): likewise.
10850         (SQL_CONCUR_DEFAULT): likewise.
10851         (SQL_CONCUR_LOCK): likewise.
10852         (SQL_CONCUR_READ_ONLY): likewise.
10853         (SQL_CONCUR_ROWVER): likewise.
10854         (SQL_CONCUR_TIMESTAMP): likewise.
10855         (SQL_CONCUR_VALUES): likewise.
10856         (SQL_CONCURRENCY): likewise.
10857         (SQL_CONN_OPT_MAX): likewise.
10858         (SQL_CONN_OPT_MIN): likewise.
10859         (SQL_CONNECT_OPT_DRVR_START): likewise.
10860         (SQL_CONVERT_BIGINT): likewise.
10861         (SQL_CONVERT_BINARY): likewise.
10862         (SQL_CONVERT_BIT): likewise.
10863         (SQL_CONVERT_CHAR): likewise.
10864         (SQL_CONVERT_DATE): likewise.
10865         (SQL_CONVERT_DECIMAL): likewise.
10866         (SQL_CONVERT_DOUBLE): likewise.
10867         (SQL_CONVERT_FLOAT): likewise.
10868         (SQL_CONVERT_FUNCTIONS): likewise.
10869         (SQL_CONVERT_INTEGER): likewise.
10870         (SQL_CONVERT_LONGVARBINARY): likewise.
10871         (SQL_CONVERT_LONGVARCHAR): likewise.
10872         (SQL_CONVERT_NUMERIC): likewise.
10873         (SQL_CONVERT_REAL): likewise.
10874         (SQL_CONVERT_SMALLINT): likewise.
10875         (SQL_CONVERT_TIME): likewise.
10876         (SQL_CONVERT_TIMESTAMP): likewise.
10877         (SQL_CONVERT_TINYINT): likewise.
10878         (SQL_CONVERT_VARBINARY): likewise.
10879         (SQL_CONVERT_VARCHAR): likewise.
10880         (SQL_CORRELATION_NAME): likewise.
10881         (SQL_CR_CLOSE): likewise.
10882         (SQL_CR_DELETE): likewise.
10883         (SQL_CR_PRESERVE): likewise.
10884         (SQL_CUR_DEFAULT): likewise.
10885         (SQL_CUR_USE_DRIVER): likewise.
10886         (SQL_CUR_USE_IF_NEEDED): likewise.
10887         (SQL_CUR_USE_ODBC): likewise.
10888         (SQL_CURRENT_QUALIFIER): likewise.
10889         (SQL_CURSOR_DYNAMIC): likewise.
10890         (SQL_CURSOR_FORWARD_ONLY): likewise.
10891         (SQL_CURSOR_KEYSET_DRIVEN): likewise.
10892         (SQL_CURSOR_ROLLBACK_BEHAVIOR): likewise.
10893         (SQL_CURSOR_STATIC): likewise.
10894         (SQL_CURSOR_TYPE): likewise.
10895         (SQL_CURSOR_TYPE_DEFAULT): likewise.
10896         (SQL_CVT_BIGINT): likewise.
10897         (SQL_CVT_BINARY): likewise.
10898         (SQL_CVT_BIT): likewise.
10899         (SQL_CVT_CHAR): likewise.
10900         (SQL_CVT_DATE): likewise.
10901         (SQL_CVT_DECIMAL): likewise.
10902         (SQL_CVT_DOUBLE): likewise.
10903         (SQL_CVT_FLOAT): likewise.
10904         (SQL_CVT_INTEGER): likewise.
10905         (SQL_CVT_LONGVARBINARY): likewise.
10906         (SQL_CVT_LONGVARCHAR): likewise.
10907         (SQL_CVT_NUMERIC): likewise.
10908         (SQL_CVT_REAL): likewise.
10909         (SQL_CVT_SMALLINT): likewise.
10910         (SQL_CVT_TIME): likewise.
10911         (SQL_CVT_TIMESTAMP): likewise.
10912         (SQL_CVT_TINYINT): likewise.
10913         (SQL_CVT_VARBINARY): likewise.
10914         (SQL_CVT_VARCHAR): likewise.
10915         (SQL_DATABASE_NAME): likewise.
10916         (SQL_DATE): likewise.
10917         (SQL_DRIVER_HDBC): likewise.
10918         (SQL_DRIVER_HENV): likewise.
10919         (SQL_DRIVER_HLIB): likewise.
10920         (SQL_DRIVER_HSTMT): likewise.
10921         (SQL_DRIVER_NAME): likewise.
10922         (SQL_DRIVER_ODBC_VER): likewise.
10923         (SQL_DRIVER_VER): likewise.
10924         (SQL_ENSURE): likewise.
10925         (SQL_EXPRESSIONS_IN_ORDERBY): likewise.
10926         (SQL_EXT_API_LAST): likewise.
10927         (SQL_EXT_API_START): likewise.
10928         (SQL_FD_FETCH_BOOKMARK): likewise.
10929         (SQL_FD_FETCH_PREV): likewise.
10930         (SQL_FD_FETCH_RESUME): likewise.
10931         (SQL_FETCH_PREV): likewise.
10932         (SQL_FETCH_RESUME): likewise.
10933         (SQL_FILE_NOT_SUPPORTED): likewise.
10934         (SQL_FILE_QUALIFIER): likewise.
10935         (SQL_FILE_TABLE): likewise.
10936         (SQL_FILE_USAGE): likewise.
10937         (SQL_FN_CVT_CONVERT): likewise.
10938         (SQL_FN_NUM_ABS): likewise.
10939         (SQL_FN_NUM_ACOS): likewise.
10940         (SQL_FN_NUM_ASIN): likewise.
10941         (SQL_FN_NUM_ATAN): likewise.
10942         (SQL_FN_NUM_ATAN2): likewise.
10943         (SQL_FN_NUM_CEILING): likewise.
10944         (SQL_FN_NUM_COS): likewise.
10945         (SQL_FN_NUM_COT): likewise.
10946         (SQL_FN_NUM_DEGREES): likewise.
10947         (SQL_FN_NUM_EXP): likewise.
10948         (SQL_FN_NUM_FLOOR): likewise.
10949         (SQL_FN_NUM_LOG): likewise.
10950         (SQL_FN_NUM_LOG10): likewise.
10951         (SQL_FN_NUM_MOD): likewise.
10952         (SQL_FN_NUM_PI): likewise.
10953         (SQL_FN_NUM_POWER): likewise.
10954         (SQL_FN_NUM_RADIANS): likewise.
10955         (SQL_FN_NUM_RAND): likewise.
10956         (SQL_FN_NUM_ROUND): likewise.
10957         (SQL_FN_NUM_SIGN): likewise.
10958         (SQL_FN_NUM_SIN): likewise.
10959         (SQL_FN_NUM_SQRT): likewise.
10960         (SQL_FN_NUM_TAN): likewise.
10961         (SQL_FN_NUM_TRUNCATE): likewise.
10962         (SQL_FN_STR_ASCII): likewise.
10963         (SQL_FN_STR_CHAR): likewise.
10964         (SQL_FN_STR_CONCAT): likewise.
10965         (SQL_FN_STR_DIFFERENCE): likewise.
10966         (SQL_FN_STR_INSERT): likewise.
10967         (SQL_FN_STR_LCASE): likewise.
10968         (SQL_FN_STR_LEFT): likewise.
10969         (SQL_FN_STR_LENGTH): likewise.
10970         (SQL_FN_STR_LOCATE): likewise.
10971         (SQL_FN_STR_LOCATE_2): likewise.
10972         (SQL_FN_STR_LTRIM): likewise.
10973         (SQL_FN_STR_REPEAT): likewise.
10974         (SQL_FN_STR_REPLACE): likewise.
10975         (SQL_FN_STR_RIGHT): likewise.
10976         (SQL_FN_STR_RTRIM): likewise.
10977         (SQL_FN_STR_SOUNDEX): likewise.
10978         (SQL_FN_STR_SPACE): likewise.
10979         (SQL_FN_STR_SUBSTRING): likewise.
10980         (SQL_FN_STR_UCASE): likewise.
10981         (SQL_FN_SYS_DBNAME): likewise.
10982         (SQL_FN_SYS_IFNULL): likewise.
10983         (SQL_FN_SYS_USERNAME): likewise.
10984         (SQL_FN_TD_CURDATE): likewise.
10985         (SQL_FN_TD_CURTIME): likewise.
10986         (SQL_FN_TD_DAYNAME): likewise.
10987         (SQL_FN_TD_DAYOFMONTH): likewise.
10988         (SQL_FN_TD_DAYOFWEEK): likewise.
10989         (SQL_FN_TD_DAYOFYEAR): likewise.
10990         (SQL_FN_TD_HOUR): likewise.
10991         (SQL_FN_TD_MINUTE): likewise.
10992         (SQL_FN_TD_MONTH): likewise.
10993         (SQL_FN_TD_MONTHNAME): likewise.
10994         (SQL_FN_TD_NOW): likewise.
10995         (SQL_FN_TD_QUARTER): likewise.
10996         (SQL_FN_TD_SECOND): likewise.
10997         (SQL_FN_TD_TIMESTAMPadd): likewise.
10998         (SQL_FN_TD_TIMESTAMPDIFF): likewise.
10999         (SQL_FN_TD_WEEK): likewise.
11000         (SQL_FN_TD_YEAR): likewise.
11001         (SQL_FN_TSI_DAY): likewise.
11002         (SQL_FN_TSI_FRAC_SECOND): likewise.
11003         (SQL_FN_TSI_HOUR): likewise.
11004         (SQL_FN_TSI_MINUTE): likewise.
11005         (SQL_FN_TSI_MONTH): likewise.
11006         (SQL_FN_TSI_QUARTER): likewise.
11007         (SQL_FN_TSI_SECOND): likewise.
11008         (SQL_FN_TSI_WEEK): likewise.
11009         (SQL_FN_TSI_YEAR): likewise.
11010         (SQL_GB_GROUP_BY_CONTAINS_SELECT): likewise.
11011         (SQL_GB_GROUP_BY_EQUALS_SELECT): likewise.
11012         (SQL_GB_NO_RELATION): likewise.
11013         (SQL_GB_NOT_SUPPORTED): likewise.
11014         (SQL_GD_BLOCK): likewise.
11015         (SQL_GD_BOUND): likewise.
11016         (SQL_GET_BOOKMARK): likewise.
11017         (SQL_GROUP_BY): likewise.
11018         (SQL_INFO_DRIVER_START): likewise.
11019         (SQL_INFO_FIRST): likewise.
11020         (SQL_INFO_LAST): likewise.
11021         (SQL_INTERVAL_DAY): likewise.
11022         (SQL_INTERVAL_DAY_TO_HOUR): likewise.
11023         (SQL_INTERVAL_DAY_TO_MINUTE): likewise.
11024         (SQL_INTERVAL_DAY_TO_SECOND): likewise.
11025         (SQL_INTERVAL_HOUR): likewise.
11026         (SQL_INTERVAL_HOUR_TO_MINUTE): likewise.
11027         (SQL_INTERVAL_HOUR_TO_SECOND): likewise.
11028         (SQL_INTERVAL_MINUTE): likewise.
11029         (SQL_INTERVAL_MINUTE_TO_SECOND): likewise.
11030         (SQL_INTERVAL_MONTH): likewise.
11031         (SQL_INTERVAL_SECOND): likewise.
11032         (SQL_INTERVAL_YEAR): likewise.
11033         (SQL_INTERVAL_YEAR_TO_MONTH): likewise.
11034         (SQL_KEYSET_SIZE): likewise.
11035         (SQL_KEYSET_SIZE_DEFAULT): likewise.
11036         (SQL_KEYWORDS): likewise.
11037         (SQL_LCK_EXCLUSIVE): likewise.
11038         (SQL_LCK_NO_CHANGE): likewise.
11039         (SQL_LCK_UNLOCK): likewise.
11040         (SQL_LIKE_ESCAPE_CLAUSE): likewise.
11041         (SQL_LIKE_ONLY): likewise.
11042         (SQL_LOCK_TYPES): likewise.
11043         (SQL_LOGIN_TIMEOUT): likewise.
11044         (SQL_LOGIN_TIMEOUT_DEFAULT): likewise.
11045         (SQL_LONGVARBINARY): likewise.
11046         (SQL_LONGVARCHAR): likewise.
11047         (SQL_MAX_BINARY_LITERAL_LEN): likewise.
11048         (SQL_MAX_CHAR_LITERAL_LEN): likewise.
11049         (SQL_MAX_DSN_LENGTH): likewise.
11050         (SQL_MAX_LENGTH): likewise.
11051         (SQL_MAX_LENGTH_DEFAULT): likewise.
11052         (SQL_MAX_OPTION_STRING_LENGTH): likewise.
11053         (SQL_MAX_OWNER_NAME_LEN): likewise.
11054         (SQL_MAX_PROCEDURE_NAME_LEN): likewise.
11055         (SQL_MAX_QUALIFIER_NAME_LEN): likewise.
11056         (SQL_MAX_ROW_SIZE_INCLUDES_LONG): likewise.
11057         (SQL_MAX_ROWS): likewise.
11058         (SQL_MAX_ROWS_DEFAULT): likewise.
11059         (SQL_MODE_DEFAULT): likewise.
11060         (SQL_MODE_READ_ONLY): likewise.
11061         (SQL_MODE_READ_WRITE): likewise.
11062         (SQL_MULT_RESULT_SETS): likewise.
11063         (SQL_MULTIPLE_ACTIVE_TXN): likewise.
11064         (SQL_NC_END): likewise.
11065         (SQL_NC_START): likewise.
11066         (SQL_NEED_LONG_DATA_LEN): likewise.
11067         (SQL_NNC_NON_NULL): likewise.
11068         (SQL_NNC_NULL): likewise.
11069         (SQL_NO_TOTAL): likewise.
11070         (SQL_NON_NULLABLE_COLUMNS): likewise.
11071         (SQL_NOSCAN): likewise.
11072         (SQL_NOSCAN_DEFAULT): likewise.
11073         (SQL_NOSCAN_OFF): likewise.
11074         (SQL_NOSCAN_ON): likewise.
11075         (SQL_NUM_EXTENSIONS): likewise.
11076         (SQL_NUM_FUNCTIONS): likewise.
11077         (SQL_NUMERIC_FUNCTIONS): likewise.
11078         (SQL_OAC_LEVEL1): likewise.
11079         (SQL_OAC_LEVEL2): likewise.
11080         (SQL_OAC_NONE): likewise.
11081         (SQL_ODBC_API_CONFORMANCE): likewise.
11082         (SQL_ODBC_CURSORS): likewise.
11083         (SQL_ODBC_KEYWORDS): likewise.
11084         (SQL_ODBC_SAG_CLI_CONFORMANCE): likewise.
11085         (SQL_ODBC_SQL_CONFORMANCE): likewise.
11086         (SQL_ODBC_SQL_OPT_IEF): likewise.
11087         (SQL_ODBC_VER): likewise.
11088         (SQL_OPT_TRACE): likewise.
11089         (SQL_OPT_TRACE_DEFAULT): likewise.
11090         (SQL_OPT_TRACE_FILE_DEFAULT): likewise.
11091         (SQL_OPT_TRACE_OFF): likewise.
11092         (SQL_OPT_TRACE_ON): likewise.
11093         (SQL_OPT_TRACEFILE): likewise.
11094         (SQL_OSC_CORE): likewise.
11095         (SQL_OSC_EXTENDED): likewise.
11096         (SQL_OSC_MINIMUM): likewise.
11097         (SQL_OSCC_COMPLIANT): likewise.
11098         (SQL_OSCC_NOT_COMPLIANT): likewise.
11099         (SQL_OU_DML_STATEMENTS): likewise.
11100         (SQL_OU_INDEX_DEFINITION): likewise.
11101         (SQL_OU_PRIVILEGE_DEFINITION): likewise.
11102         (SQL_OU_PROCEDURE_INVOCATION): likewise.
11103         (SQL_OU_TABLE_DEFINITION): likewise.
11104         (SQL_OUTER_JOINS): likewise.
11105         (SQL_OWNER_TERM): likewise.
11106         (SQL_OWNER_USAGE): likewise.
11107         (SQL_PACKET_SIZE): likewise.
11108         (SQL_PC_NOT_PSEUDO): likewise.
11109         (SQL_POS_add): likewise.
11110         (SQL_POS_DELETE): likewise.
11111         (SQL_POS_OPERATIONS): likewise.
11112         (SQL_POS_POSITION): likewise.
11113         (SQL_POS_REFRESH): likewise.
11114         (SQL_POS_UPDATE): likewise.
11115         (SQL_POSITIONED_STATEMENTS): likewise.
11116         (SQL_PROCEDURE_TERM): likewise.
11117         (SQL_PROCEDURES): likewise.
11118         (SQL_PS_POSITIONED_DELETE): likewise.
11119         (SQL_PS_POSITIONED_UPDATE): likewise.
11120         (SQL_PS_SELECT_FOR_UPDATE): likewise.
11121         (SQL_QL_END): likewise.
11122         (SQL_QL_START): likewise.
11123         (SQL_QU_DML_STATEMENTS): likewise.
11124         (SQL_QU_INDEX_DEFINITION): likewise.
11125         (SQL_QU_PRIVILEGE_DEFINITION): likewise.
11126         (SQL_QU_PROCEDURE_INVOCATION): likewise.
11127         (SQL_QU_TABLE_DEFINITION): likewise.
11128         (SQL_QUALIFIER_LOCATION): likewise.
11129         (SQL_QUALIFIER_NAME_SEPARATOR): likewise.
11130         (SQL_QUALIFIER_TERM): likewise.
11131         (SQL_QUALIFIER_USAGE): likewise.
11132         (SQL_QUERY_TIMEOUT): likewise.
11133         (SQL_QUERY_TIMEOUT_DEFAULT): likewise.
11134         (SQL_QUICK): likewise.
11135         (SQL_QUIET_MODE): likewise.
11136         (SQL_QUOTED_IDENTIFIER_CASE): likewise.
11137         (SQL_RD_DEFAULT): likewise.
11138         (SQL_RD_OFF): likewise.
11139         (SQL_RD_ON): likewise.
11140         (SQL_RETRIEVE_DATA): likewise.
11141         (SQL_ROW_NUMBER): likewise.
11142         (SQL_ROW_UPDATES): likewise.
11143         (SQL_ROWSET_SIZE): likewise.
11144         (SQL_ROWSET_SIZE_DEFAULT): likewise.
11145         (SQL_ROWVER): likewise.
11146         (SQL_SC_NON_UNIQUE): likewise.
11147         (SQL_SC_TRY_UNIQUE): likewise.
11148         (SQL_SC_UNIQUE): likewise.
11149         (SQL_SCCO_OPT_TIMESTAMP): likewise.
11150         (SQL_SCROLL_DYNAMIC): likewise.
11151         (SQL_SCROLL_FORWARD_ONLY): likewise.
11152         (SQL_SCROLL_KEYSET_DRIVEN): likewise.
11153         (SQL_SCROLL_OPTIONS): likewise.
11154         (SQL_SCROLL_STATIC): likewise.
11155         (SQL_SEARCHABLE): likewise.
11156         (SQL_SIGNED_OFFSET): likewise.
11157         (SQL_SIMULATE_CURSOR): likewise.
11158         (SQL_SO_DYNAMIC): likewise.
11159         (SQL_SO_FORWARD_ONLY): likewise.
11160         (SQL_SO_KEYSET_DRIVEN): likewise.
11161         (SQL_SO_MIXED): likewise.
11162         (SQL_SO_STATIC): likewise.
11163         (SQL_SPEC_MAJOR): likewise.
11164         (SQL_SPEC_MINOR): likewise.
11165         (SQL_SPEC_STRING): likewise.
11166         (SQL_SQ_COMPARISON): likewise.
11167         (SQL_SQ_CORRELATED_SUBQUERIES): likewise.
11168         (SQL_SQ_EXISTS): likewise.
11169         (SQL_SQ_IN): likewise.
11170         (SQL_SQ_QUANTIFIED): likewise.
11171         (SQL_SQLSTATE_SIZE): likewise.
11172         (SQL_SS_addITIONS): likewise.
11173         (SQL_SS_DELETIONS): likewise.
11174         (SQL_SS_UPDATES): likewise.
11175         (SQL_STATIC_SENSITIVITY): likewise.
11176         (SQL_STMT_OPT_MAX): likewise.
11177         (SQL_STMT_OPT_MIN): likewise.
11178         (SQL_STRING_FUNCTIONS): likewise.
11179         (SQL_SUBQUERIES): likewise.
11180         (SQL_SYSTEM_FUNCTIONS): likewise.
11181         (SQL_TABLE_STAT): likewise.
11182         (SQL_TABLE_TERM): likewise.
11183         (SQL_TIME): likewise.
11184         (SQL_TIMEDATE_add_INTERVALS): likewise.
11185         (SQL_TIMEDATE_DIFF_INTERVALS): likewise.
11186         (SQL_TIMEDATE_FUNCTIONS): likewise.
11187         (SQL_TIMESTAMP): likewise.
11188         (SQL_TINYINT): likewise.
11189         (SQL_TRANSLATE_DLL): likewise.
11190         (SQL_TRANSLATE_OPTION): likewise.
11191         (SQL_TXN_ISOLATION): likewise.
11192         (SQL_TXN_VERSIONING): likewise.
11193         (SQL_TYPE_DRIVER_END): likewise.
11194         (SQL_TYPE_DRIVER_START): likewise.
11195         (SQL_TYPE_MAX): likewise.
11196         (SQL_TYPE_MIN): likewise.
11197         (SQL_TYPE_NULL): likewise.
11198         (SQL_U_UNION): likewise.
11199         (SQL_U_UNION_ALL): likewise.
11200         (SQL_UB_DEFAULT): likewise.
11201         (SQL_UB_OFF): likewise.
11202         (SQL_UB_ON): likewise.
11203         (SQL_UNICODE): likewise.
11204         (SQL_UNICODE_CHAR): likewise.
11205         (SQL_UNICODE_LONGVARCHAR): likewise.
11206         (SQL_UNICODE_VARCHAR): likewise.
11207         (SQL_UNION): likewise.
11208         (SQL_UNSEARCHABLE): likewise.
11209         (SQL_UNSIGNED_OFFSET): likewise.
11210         (SQL_USE_BOOKMARKS): likewise.
11211         (SQL_VARBINARY): likewise.
11212         (SQL_TRUE): add define for ODBC3.x.
11213         (SQL_FALSE): likewise.
11214         (SQL_AM_CONNECTION): likewise.
11215         (SQL_AM_NONE): likewise.
11216         (SQL_AM_STATEMENT): likewise.
11217         (SQL_API_SQLALLOCHANDLE): likewise.
11218         (SQL_API_SQLBINDPARAM): likewise.
11219         (SQL_API_SQLCLOSECURSOR): likewise.
11220         (SQL_API_SQLCOLATTRIBUTE): likewise.
11221         (SQL_API_SQLCOPYDESC): likewise.
11222         (SQL_API_SQLENDTRAN): likewise.
11223         (SQL_API_SQLFETCHSCROLL): likewise.
11224         (SQL_API_SQLFREEHANDLE): likewise.
11225         (SQL_API_SQLGETCONNECTATTR): likewise.
11226         (SQL_API_SQLGETDESCFIELD): likewise.
11227         (SQL_API_SQLGETDESCREC): likewise.
11228         (SQL_API_SQLGETDIAGFIELD): likewise.
11229         (SQL_API_SQLGETDIAGREC): likewise.
11230         (SQL_API_SQLGETENVATTR): likewise.
11231         (SQL_API_SQLGETSTMTATTR): likewise.
11232         (SQL_API_SQLSETCONNECTATTR): likewise.
11233         (SQL_API_SQLSETDESCFIELD): likewise.
11234         (SQL_API_SQLSETDESCREC): likewise.
11235         (SQL_API_SQLSETENVATTR): likewise.
11236         (SQL_API_SQLSETSTMTATTR): likewise.
11237         (SQL_ARD_TYPE): likewise.
11238         (SQL_AT_add_CONSTRAINT): likewise.
11239         (SQL_ATTR_APP_PARAM_DESC): likewise.
11240         (SQL_ATTR_APP_ROW_DESC): likewise.
11241         (SQL_ATTR_AUTO_IPD): likewise.
11242         (SQL_ATTR_CURSOR_SCROLLABLE): likewise.
11243         (SQL_ATTR_CURSOR_SENSITIVITY): likewise.
11244         (SQL_ATTR_IMP_PARAM_DESC): likewise.
11245         (SQL_ATTR_IMP_ROW_DESC): likewise.
11246         (SQL_ATTR_METADATA_ID): likewise.
11247         (SQL_ATTR_OUTPUT_NTS): likewise.
11248         (SQL_CATALOG_NAME): likewise.
11249         (SQL_CODE_DATE): likewise.
11250         (SQL_CODE_TIME): likewise.
11251         (SQL_CODE_TIMESTAMP): likewise.
11252         (SQL_COLLATION_SEQ): likewise.
11253         (SQL_CURSOR_SENSITIVITY): likewise.
11254         (SQL_DATE_LEN): likewise.
11255         (SQL_DATETIME): likewise.
11256         (SQL_DEFAULT): likewise.
11257         (SQL_DESC_ALLOC_AUTO): likewise.
11258         (SQL_DESC_ALLOC_TYPE): likewise.
11259         (SQL_DESC_ALLOC_USER): likewise.
11260         (SQL_DESC_COUNT): likewise.
11261         (SQL_DESC_DATA_PTR): likewise.
11262         (SQL_DESC_DATETIME_INTERVAL_CODE): likewise.
11263         (SQL_DESC_INDICATOR_PTR): likewise.
11264         (SQL_DESC_LENGTH): likewise.
11265         (SQL_DESC_NAME): likewise.
11266         (SQL_DESC_NULLABLE): likewise.
11267         (SQL_DESC_OCTET_LENGTH): likewise.
11268         (SQL_DESC_OCTET_LENGTH_PTR): likewise.
11269         (SQL_DESC_PRECISION): likewise.
11270         (SQL_DESC_SCALE): likewise.
11271         (SQL_DESC_TYPE): likewise.
11272         (SQL_DESC_UNNAMED): likewise.
11273         (SQL_DESCRIBE_PARAMETER): likewise.
11274         (SQL_DIAG_ALTER_DOMAIN): likewise.
11275         (SQL_DIAG_ALTER_TABLE): likewise.
11276         (SQL_DIAG_CALL): likewise.
11277         (SQL_DIAG_CLASS_ORIGIN): likewise.
11278         (SQL_DIAG_CONNECTION_NAME): likewise.
11279         (SQL_DIAG_CREATE_ASSERTION): likewise.
11280         (SQL_DIAG_CREATE_CHARACTER_SET): likewise.
11281         (SQL_DIAG_CREATE_COLLATION): likewise.
11282         (SQL_DIAG_CREATE_DOMAIN): likewise.
11283         (SQL_DIAG_CREATE_INDEX): likewise.
11284         (SQL_DIAG_CREATE_SCHEMA): likewise.
11285         (SQL_DIAG_CREATE_TABLE): likewise.
11286         (SQL_DIAG_CREATE_TRANSLATION): likewise.
11287         (SQL_DIAG_CREATE_VIEW): likewise.
11288         (SQL_DIAG_DELETE_WHERE): likewise.
11289         (SQL_DIAG_DROP_ASSERTION): likewise.
11290         (SQL_DIAG_DROP_CHARACTER_SET): likewise.
11291         (SQL_DIAG_DROP_COLLATION): likewise.
11292         (SQL_DIAG_DROP_DOMAIN): likewise.
11293         (SQL_DIAG_DROP_INDEX): likewise.
11294         (SQL_DIAG_DROP_SCHEMA): likewise.
11295         (SQL_DIAG_DROP_TABLE): likewise.
11296         (SQL_DIAG_DROP_TRANSLATION): likewise.
11297         (SQL_DIAG_DROP_VIEW): likewise.
11298         (SQL_DIAG_DYNAMIC_DELETE_CURSOR): likewise.
11299         (SQL_DIAG_DYNAMIC_FUNCTION): likewise.
11300         (SQL_DIAG_DYNAMIC_FUNCTION_CODE): likewise.
11301         (SQL_DIAG_DYNAMIC_UPDATE_CURSOR): likewise.
11302         (SQL_DIAG_GRANT): likewise.
11303         (SQL_DIAG_INSERT): likewise.
11304         (SQL_DIAG_MESSAGE_TEXT): likewise.
11305         (SQL_DIAG_NATIVE): likewise.
11306         (SQL_DIAG_NUMBER): likewise.
11307         (SQL_DIAG_RETURNCODE): likewise.
11308         (SQL_DIAG_REVOKE): likewise.
11309         (SQL_DIAG_ROW_COUNT): likewise.
11310         (SQL_DIAG_SELECT_CURSOR): likewise.
11311         (SQL_DIAG_SERVER_NAME): likewise.
11312         (SQL_DIAG_SQLSTATE): likewise.
11313         (SQL_DIAG_SUBCLASS_ORIGIN): likewise.
11314         (SQL_DIAG_UNKNOWN_STATEMENT): likewise.
11315         (SQL_DIAG_UPDATE_WHERE): likewise.
11316         (SQL_FALSE): likewise.
11317         (SQL_FETCH_ABSOLUTE): likewise.
11318         (SQL_FETCH_LAST): likewise.
11319         (SQL_FETCH_PRIOR): likewise.
11320         (SQL_FETCH_RELATIVE): likewise.
11321         (SQL_HANDLE_DBC): likewise.
11322         (SQL_HANDLE_DESC): likewise.
11323         (SQL_HANDLE_ENV): likewise.
11324         (SQL_HANDLE_STMT): likewise.
11325         (SQL_INSENSITIVE): likewise.
11326         (SQL_INTEGRITY): likewise.
11327         (SQL_MAX_CATALOG_NAME_LEN): likewise.
11328         (SQL_MAX_CONCURRENT_ACTIVITIES): likewise.
11329         (SQL_MAX_DRIVER_CONNECTIONS): likewise.
11330         (SQL_MAX_IDENTIFIER_LEN): likewise.
11331         (SQL_MAX_SCHEMA_NAME_LEN): likewise.
11332         (SQL_MAXIMUM_CATALOG_NAME_LENGTH): likewise.
11333         (SQL_MAXIMUM_COLUMN_NAME_LENGTH): likewise.
11334         (SQL_MAXIMUM_COLUMNS_IN_GROUP_BY): likewise.
11335         (SQL_MAXIMUM_COLUMNS_IN_INDEX): likewise.
11336         (SQL_MAXIMUM_COLUMNS_IN_ORDER_BY): likewise.
11337         (SQL_MAXIMUM_COLUMNS_IN_SELECT): likewise.
11338         (SQL_MAXIMUM_CONCURRENT_ACTIVITIES): likewise.
11339         (SQL_MAXIMUM_CURSOR_NAME_LENGTH): likewise.
11340         (SQL_MAXIMUM_DRIVER_CONNECTIONS): likewise.
11341         (SQL_MAXIMUM_IDENTIFIER_LENGTH): likewise.
11342         (SQL_MAXIMUM_INDEX_SIZE): likewise.
11343         (SQL_MAXIMUM_ROW_SIZE): likewise.
11344         (SQL_MAXIMUM_SCHEMA_NAME_LENGTH): likewise.
11345         (SQL_MAXIMUM_STATEMENT_LENGTH): likewise.
11346         (SQL_MAXIMUM_TABLES_IN_SELECT): likewise.
11347         (SQL_MAXIMUM_USER_NAME_LENGTH): likewise.
11348         (SQL_NAMED): likewise.
11349         (SQL_NONSCROLLABLE): likewise.
11350         (SQL_NTSL): likewise.
11351         (SQL_NULL_HANDLE): likewise.
11352         (SQL_NULL_HDESC): likewise.
11353         (SQL_OUTER_JOIN_CAPABILITIES): likewise.
11354         (SQL_PRED_BASIC): likewise.
11355         (SQL_PRED_CHAR): likewise.
11356         (SQL_PRED_NONE): likewise.
11357         (SQL_ROW_IDENTIFIER): likewise.
11358         (SQL_SCROLLABLE): likewise.
11359         (SQL_SENSITIVE): likewise.
11360         (SQL_SUCCEEDED(rc)): likewise.
11361         (SQL_TIME_LEN): likewise.
11362         (SQL_TIMESTAMP_LEN): likewise.
11363         (SQL_TRANSACTION_CAPABLE): likewise.
11364         (SQL_TRANSACTION_ISOLATION_OPTION): likewise.
11365         (SQL_TRANSACTION_READ_COMMITTED): likewise.
11366         (SQL_TRANSACTION_READ_UNCOMMITTED): likewise.
11367         (SQL_TRANSACTION_REPEATABLE_READ): likewise.
11368         (SQL_TRANSACTION_SERIALIZABLE): likewise.
11369         (SQL_TYPE_DATE): likewise.
11370         (SQL_TYPE_TIME): likewise.
11371         (SQL_TYPE_TIMESTAMP): likewise.
11372         (SQL_UNKNOWN_TYPE): likewise.
11373         (SQL_UNNAMED): likewise.
11374         (SQL_UNSPECIFIED): likewise.
11375         (SQL_XOPEN_CLI_YEAR): likewise.
11376         (SQLAllocConnect): add comment marking as deperecated.
11377         (SQLAllocEnv): likewise.
11378         (SQLAllocStmt): likewise.
11379         (SQLFreeConnect): likewise.
11380         (SQLFreeEnv): likewise.
11381         (SQLGetConnectOption): likewise.
11382         (SQLGetStmtOption): likewise.
11383
11384         * include/sqlext.h (#include <sqlucode.h>): add directive.
11385         (SQLSetScrollOptions): non-core function, move prototype from sql.h.
11386         (SQLColAttributes): likewise.
11387         (SQLBulkOperations): add function prototype.
11388         (SQLAllocHandleStd): likewise
11389         (TraceReturn): add Trace API prototype.
11390         (TraceVersion): likewise.
11391         (ODBCGetTryWaitValue):likewise.
11392         (ODBCSetTryWaitValue): likewise.
11393         (SQL_LOCK_RECORD): correct function macro.
11394         (SQL_REFRESH_RECORD): likewise.
11395         (SQLINTENGER and SQLUINTEGER): replace with SQLLEN and SQLULEN for
11396         _WIN64 compatability.
11397         move defines for non-core functions from sql.h to sqlext.h (refer
11398         changes for sql.h)
11399         (SQL_ACTIVE_ENVIRONMENTS): new ODBC3.x define
11400         (SQL_AD_ADD_CONSTRAINT_DEFERRABLE): likewise.
11401         (SQL_AD_ADD_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11402         (SQL_AD_ADD_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11403         (SQL_AD_ADD_CONSTRAINT_NON_DEFERRABLE): likewise.
11404         (SQL_AD_ADD_DOMAIN_CONSTRAINT): likewise.
11405         (SQL_AD_ADD_DOMAIN_DEFAULT): likewise.
11406         (SQL_AD_CONSTRAINT_NAME_DEFINITION): likewise.
11407         (SQL_AD_DROP_DOMAIN_CONSTRAINT): likewise.
11408         (SQL_AD_DROP_DOMAIN_DEFAULT): likewise.
11409         (SQL_AF_ALL): likewise.
11410         (SQL_AF_AVG): likewise.
11411         (SQL_AF_COUNT): likewise.
11412         (SQL_AF_DISTINCT): likewise.
11413         (SQL_AF_MAX): likewise.
11414         (SQL_AF_MIN): likewise.
11415         (SQL_AF_SUM): likewise.
11416         (SQL_AGGREGATE_FUNCTIONS): likewise.
11417         (SQL_ALL_CATALOGS): likewise.
11418         (SQL_ALL_SCHEMAS): likewise.
11419         (SQL_ALL_TABLE_TYPES): likewise.
11420         (SQL_ALTER_DOMAIN): likewise.
11421         (SQL_AM_CONNECTION): likewise.
11422         (SQL_AM_NONE): likewise.
11423         (SQL_AM_STATEMENT): likewise.
11424         (SQL_API_ODBC3_ALL_FUNCTIONS): likewise.
11425         (SQL_API_ODBC3_ALL_FUNCTIONS_SIZE): likewise.
11426         (SQL_API_SQLALLOCHANDLESTD): likewise.
11427         (SQL_API_SQLBULKOPERATIONS): likewise.
11428         (SQL_ASYNC_MODE): likewise.
11429         (SQL_AT_ADD_COLUMN_COLLATION): likewise.
11430         (SQL_AT_ADD_COLUMN_DEFAULT): likewise.
11431         (SQL_AT_ADD_COLUMN_SINGLE): likewise.
11432         (SQL_AT_ADD_TABLE_CONSTRAINT): likewise.
11433         (SQL_AT_CONSTRAINT_DEFERRABLE): likewise.
11434         (SQL_AT_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11435         (SQL_AT_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11436         (SQL_AT_CONSTRAINT_NAME_DEFINITION): likewise.
11437         (SQL_AT_CONSTRAINT_NON_DEFERRABLE): likewise.
11438         (SQL_AT_DROP_COLUMN_CASCADE): likewise.
11439         (SQL_AT_DROP_COLUMN_DEFAULT): likewise.
11440         (SQL_AT_DROP_COLUMN_RESTRICT): likewise.
11441         (SQL_AT_DROP_TABLE_CONSTRAINT_CASCADE): likewise.
11442         (SQL_AT_DROP_TABLE_CONSTRAINT_RESTRICT): likewise.
11443         (SQL_AT_SET_COLUMN_DEFAULT): likewise.
11444         (SQL_ATTR_ACCESS_MODE): likewise.
11445         (SQL_ATTR_ASYNC_ENABLE): likewise.
11446         (SQL_ATTR_AUTOCOMMIT): likewise.
11447         (SQL_ATTR_CONCURRENCY): likewise.
11448         (SQL_ATTR_CONNECTION_POOLING): likewise.
11449         (SQL_ATTR_CONNECTION_TIMEOUT): likewise.
11450         (SQL_ATTR_CP_MATCH): likewise.
11451         (SQL_ATTR_CURRENT_CATALOG): likewise.
11452         (SQL_ATTR_CURSOR_TYPE): likewise.
11453         (SQL_ATTR_DISCONNECT_BEHAVIOR): likewise.
11454         (SQL_ATTR_ENABLE_AUTO_IPD): likewise.
11455         (SQL_ATTR_ENLIST_IN_DTC): likewise.
11456         (SQL_ATTR_ENLIST_IN_XA): likewise.
11457         (SQL_ATTR_FETCH_BOOKMARK_PTR): likewise.
11458         (SQL_ATTR_KEYSET_SIZE): likewise.
11459         (SQL_ATTR_LOGIN_TIMEOUT): likewise.
11460         (SQL_ATTR_MAX_LENGTH): likewise.
11461         (SQL_ATTR_MAX_ROWS): likewise.
11462         (SQL_ATTR_NOSCAN): likewise.
11463         (SQL_ATTR_ODBC_CURSORS): likewise.
11464         (SQL_ATTR_ODBC_VERSION): likewise.
11465         (SQL_ATTR_PACKET_SIZE): likewise.
11466         (SQL_ATTR_PARAM_BIND_OFFSET_PTR): likewise.
11467         (SQL_ATTR_PARAM_BIND_TYPE): likewise.
11468         (SQL_ATTR_PARAM_OPERATION_PTR): likewise.
11469         (SQL_ATTR_PARAM_STATUS_PTR): likewise.
11470         (SQL_ATTR_PARAMS_PROCESSED_PTR): likewise.
11471         (SQL_ATTR_PARAMSET_SIZE): likewise.
11472         (SQL_ATTR_QUERY_TIMEOUT): likewise.
11473         (SQL_ATTR_QUIET_MODE): likewise.
11474         (SQL_ATTR_RETRIEVE_DATA): likewise.
11475         (SQL_ATTR_ROW_ARRAY_SIZE): likewise.
11476         (SQL_ATTR_ROW_BIND_OFFSET_PTR): likewise.
11477         (SQL_ATTR_ROW_BIND_TYPE): likewise.
11478         (SQL_ATTR_ROW_NUMBER): likewise.
11479         (SQL_ATTR_ROW_OPERATION_PTR): likewise.
11480         (SQL_ATTR_ROW_STATUS_PTR): likewise.
11481         (SQL_ATTR_ROWS_FETCHED_PTR): likewise.
11482         (SQL_ATTR_SIMULATE_CURSOR): likewise.
11483         (SQL_ATTR_TRACE): likewise.
11484         (SQL_ATTR_TRACEFILE): likewise.
11485         (SQL_ATTR_TRANSLATE_LIB): likewise.
11486         (SQL_ATTR_TRANSLATE_OPTION): likewise.
11487         (SQL_ATTR_TXN_ISOLATION): likewise.
11488         (SQL_ATTR_USE_BOOKMARKS): likewise.
11489         (SQL_BATCH_ROW_COUNT): likewise.
11490         (SQL_BATCH_SUPPORT): likewise.
11491         (SQL_BRC_EXPLICIT): likewise.
11492         (SQL_BRC_PROCEDURES): likewise.
11493         (SQL_BRC_ROLLED_UP): likewise.
11494         (SQL_BS_ROW_COUNT_EXPLICIT): likewise.
11495         (SQL_BS_ROW_COUNT_PROC): likewise.
11496         (SQL_BS_SELECT_EXPLICIT): likewise.
11497         (SQL_BS_SELECT_PROC): likewise.
11498         (SQL_C_INTERVAL_DAY): likewise.
11499         (SQL_C_INTERVAL_DAY_TO_HOUR): likewise.
11500         (SQL_C_INTERVAL_DAY_TO_MINUTE): likewise.
11501         (SQL_C_INTERVAL_DAY_TO_SECOND): likewise.
11502         (SQL_C_INTERVAL_HOUR): likewise.
11503         (SQL_C_INTERVAL_HOUR_TO_MINUTE): likewise.
11504         (SQL_C_INTERVAL_HOUR_TO_SECOND): likewise.
11505         (SQL_C_INTERVAL_MINUTE): likewise.
11506         (SQL_C_INTERVAL_MINUTE_TO_SECOND): likewise.
11507         (SQL_C_INTERVAL_MONTH): likewise.
11508         (SQL_C_INTERVAL_SECOND): likewise.
11509         (SQL_C_INTERVAL_YEAR): likewise.
11510         (SQL_C_INTERVAL_YEAR_TO_MONTH): likewise.
11511         (SQL_C_NUMERIC): likewise.
11512         (SQL_C_SBIGINT): likewise.
11513         (SQL_C_TYPE_DATE): likewise.
11514         (SQL_C_TYPE_TIME): likewise.
11515         (SQL_C_TYPE_TIMESTAMP): likewise.
11516         (SQL_C_UBIGINT): likewise.
11517         (SQL_C_VARBOOKMARK): likewise.
11518         (SQL_CA_CONSTRAINT_DEFERRABLE): likewise.
11519         (SQL_CA_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11520         (SQL_CA_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11521         (SQL_CA_CONSTRAINT_NON_DEFERRABLE): likewise.
11522         (SQL_CA_CREATE_ASSERTION): likewise.
11523         (SQL_CA1_ABSOLUTE): likewise.
11524         (SQL_CA1_BOOKMARK): likewise.
11525         (SQL_CA1_BULK_ADD): likewise.
11526         (SQL_CA1_BULK_DELETE_BY_BOOKMARK): likewise.
11527         (SQL_CA1_BULK_FETCH_BY_BOOKMARK): likewise.
11528         (SQL_CA1_BULK_UPDATE_BY_BOOKMARK): likewise.
11529         (SQL_CA1_LOCK_EXCLUSIVE): likewise.
11530         (SQL_CA1_LOCK_NO_CHANGE): likewise.
11531         (SQL_CA1_LOCK_UNLOCK): likewise.
11532         (SQL_CA1_NEXT): likewise.
11533         (SQL_CA1_POS_DELETE): likewise.
11534         (SQL_CA1_POS_POSITION): likewise.
11535         (SQL_CA1_POS_REFRESH): likewise.
11536         (SQL_CA1_POS_UPDATE): likewise.
11537         (SQL_CA1_POSITIONED_DELETE): likewise.
11538         (SQL_CA1_POSITIONED_UPDATE): likewise.
11539         (SQL_CA1_RELATIVE): likewise.
11540         (SQL_CA1_SELECT_FOR_UPDATE): likewise.
11541         (SQL_CA2_CRC_APPROXIMATE): likewise.
11542         (SQL_CA2_CRC_EXACT): likewise.
11543         (SQL_CA2_LOCK_CONCURRENCY): likewise.
11544         (SQL_CA2_MAX_ROWS_AFFECTS_ALL): likewise.
11545         (SQL_CA2_MAX_ROWS_CATALOG): likewise.
11546         (SQL_CA2_MAX_ROWS_DELETE): likewise.
11547         (SQL_CA2_MAX_ROWS_INSERT): likewise.
11548         (SQL_CA2_MAX_ROWS_SELECT): likewise.
11549         (SQL_CA2_MAX_ROWS_UPDATE): likewise.
11550         (SQL_CA2_OPT_ROWVER_CONCURRENCY): likewise.
11551         (SQL_CA2_OPT_VALUES_CONCURRENCY): likewise.
11552         (SQL_CA2_READ_ONLY_CONCURRENCY): likewise.
11553         (SQL_CA2_SENSITIVITY_ADDITIONS): likewise.
11554         (SQL_CA2_SENSITIVITY_DELETIONS): likewise.
11555         (SQL_CA2_SENSITIVITY_UPDATES): likewise.
11556         (SQL_CA2_SIMULATE_NON_UNIQUE): likewise.
11557         (SQL_CA2_SIMULATE_TRY_UNIQUE): likewise.
11558         (SQL_CA2_SIMULATE_UNIQUE): likewise.
11559         (SQL_CATALOG_LOCATION): likewise.
11560         (SQL_CATALOG_NAME_SEPARATOR): likewise.
11561         (SQL_CATALOG_TERM): likewise.
11562         (SQL_CATALOG_USAGE): likewise.
11563         (SQL_CCOL_CREATE_COLLATION): likewise.
11564         (SQL_CCS_COLLATE_CLAUSE): likewise.
11565         (SQL_CCS_CREATE_CHARACTER_SET): likewise.
11566         (SQL_CCS_LIMITED_COLLATION): likewise.
11567         (SQL_CDO_COLLATION): likewise.
11568         (SQL_CDO_CONSTRAINT): likewise.
11569         (SQL_CDO_CONSTRAINT_DEFERRABLE): likewise.
11570         (SQL_CDO_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11571         (SQL_CDO_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11572         (SQL_CDO_CONSTRAINT_NAME_DEFINITION): likewise.
11573         (SQL_CDO_CONSTRAINT_NON_DEFERRABLE): likewise.
11574         (SQL_CDO_CREATE_DOMAIN): likewise.
11575         (SQL_CDO_DEFAULT): likewise.
11576         (SQL_CL_END): likewise.
11577         (SQL_CL_START): likewise.
11578         (SQL_COL_PRED_BASIC): likewise.
11579         (SQL_COL_PRED_CHAR): likewise.
11580         (SQL_COLUMN_DRIVER_START): likewise.
11581         (SQL_COLUMN_IGNORE): likewise.
11582         (SQL_COLUMN_NUMBER_UNKNOWN): likewise.
11583         (SQL_CONVERT_GUID): likewise.
11584         (SQL_CONVERT_INTERVAL_DAY_TIME): likewise.
11585         (SQL_CONVERT_INTERVAL_YEAR_MONTH): likewise.
11586         (SQL_CONVERT_WCHAR): likewise.
11587         (SQL_CONVERT_WLONGVARCHAR): likewise.
11588         (SQL_CONVERT_WVARCHAR): likewise.
11589         (SQL_CP_DEFAULT): likewise.
11590         (SQL_CP_MATCH_DEFAULT): likewise.
11591         (SQL_CP_OFF): likewise.
11592         (SQL_CP_ONE_PER_DRIVER): likewise.
11593         (SQL_CP_ONE_PER_HENV): likewise.
11594         (SQL_CP_RELAXED_MATCH): likewise.
11595         (SQL_CP_STRICT_MATCH): likewise.
11596         (SQL_CREATE_ASSERTION): likewise.
11597         (SQL_CREATE_CHARACTER_SET): likewise.
11598         (SQL_CREATE_COLLATION): likewise.
11599         (SQL_CREATE_DOMAIN): likewise.
11600         (SQL_CREATE_SCHEMA): likewise.
11601         (SQL_CREATE_TABLE): likewise.
11602         (SQL_CREATE_TRANSLATION): likewise.
11603         (SQL_CREATE_VIEW): likewise.
11604         (SQL_CS_AUTHORIZATION): likewise.
11605         (SQL_CS_CREATE_SCHEMA): likewise.
11606         (SQL_CS_DEFAULT_CHARACTER_SET): likewise.
11607         (SQL_CT_COLUMN_COLLATION): likewise.
11608         (SQL_CT_COLUMN_CONSTRAINT): likewise.
11609         (SQL_CT_COLUMN_DEFAULT): likewise.
11610         (SQL_CT_COMMIT_DELETE): likewise.
11611         (SQL_CT_COMMIT_PRESERVE): likewise.
11612         (SQL_CT_CONSTRAINT_DEFERRABLE): likewise.
11613         (SQL_CT_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11614         (SQL_CT_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11615         (SQL_CT_CONSTRAINT_NAME_DEFINITION): likewise.
11616         (SQL_CT_CONSTRAINT_NON_DEFERRABLE): likewise.
11617         (SQL_CT_CREATE_TABLE): likewise.
11618         (SQL_CT_GLOBAL_TEMPORARY): likewise.
11619         (SQL_CT_LOCAL_TEMPORARY): likewise.
11620         (SQL_CT_TABLE_CONSTRAINT): likewise.
11621         (SQL_CTR_CREATE_TRANSLATION): likewise.
11622         (SQL_CU_DML_STATEMENTS): likewise.
11623         (SQL_CU_INDEX_DEFINITION): likewise.
11624         (SQL_CU_PRIVILEGE_DEFINITION): likewise.
11625         (SQL_CU_PROCEDURE_INVOCATION): likewise.
11626         (SQL_CU_TABLE_DEFINITION): likewise.
11627         (SQL_CVT_GUID): likewise.
11628         (SQL_CVT_INTERVAL_DAY_TIME): likewise.
11629         (SQL_CVT_INTERVAL_YEAR_MONTH): likewise.
11630         (SQL_CVT_WCHAR): likewise.
11631         (SQL_CVT_WLONGVARCHAR): likewise.
11632         (SQL_CVT_WVARCHAR): likewise.
11633         (SQL_DA_DROP_ASSERTION): likewise.
11634         (SQL_DATETIME_LITERALS): likewise.
11635         (SQL_DB_DEFAULT): likewise.
11636         (SQL_DB_DISCONNECT): likewise.
11637         (SQL_DB_RETURN_TO_POOL): likewise.
11638         (SQL_DC_DROP_COLLATION): likewise.
11639         (SQL_DCS_DROP_CHARACTER_SET): likewise.
11640         (SQL_DD_CASCADE): likewise.
11641         (SQL_DD_DROP_DOMAIN): likewise.
11642         (SQL_DD_RESTRICT): likewise.
11643         (SQL_DDL_INDEX): likewise.
11644         (SQL_DELETE_BY_BOOKMARK): likewise.
11645         (SQL_DESC_ARRAY_SIZE): likewise.
11646         (SQL_DESC_ARRAY_STATUS_PTR): likewise.
11647         (SQL_DESC_AUTO_UNIQUE_VALUE): likewise.
11648         (SQL_DESC_BASE_COLUMN_NAME): likewise.
11649         (SQL_DESC_BASE_TABLE_NAME): likewise.
11650         (SQL_DESC_BIND_OFFSET_PTR): likewise.
11651         (SQL_DESC_BIND_TYPE): likewise.
11652         (SQL_DESC_CASE_SENSITIVE): likewise.
11653         (SQL_DESC_CATALOG_NAME): likewise.
11654         (SQL_DESC_CONCISE_TYPE): likewise.
11655         (SQL_DESC_DATETIME_INTERVAL_PRECISION): likewise.
11656         (SQL_DESC_DISPLAY_SIZE): likewise.
11657         (SQL_DESC_FIXED_PREC_SCALE): likewise.
11658         (SQL_DESC_LABEL): likewise.
11659         (SQL_DESC_LITERAL_PREFIX): likewise.
11660         (SQL_DESC_LITERAL_SUFFIX): likewise.
11661         (SQL_DESC_LOCAL_TYPE_NAME): likewise.
11662         (SQL_DESC_MAXIMUM_SCALE): likewise.
11663         (SQL_DESC_MINIMUM_SCALE): likewise.
11664         (SQL_DESC_NUM_PREC_RADIX): likewise.
11665         (SQL_DESC_PARAMETER_TYPE): likewise.
11666         (SQL_DESC_ROWS_PROCESSED_PTR): likewise.
11667         (SQL_DESC_SCHEMA_NAME): likewise.
11668         (SQL_DESC_SEARCHABLE): likewise.
11669         (SQL_DESC_TABLE_NAME): likewise.
11670         (SQL_DESC_TYPE_NAME): likewise.
11671         (SQL_DESC_UNSIGNED): likewise.
11672         (SQL_DESC_UPDATABLE): likewise.
11673         (SQL_DI_CREATE_INDEX): likewise.
11674         (SQL_DI_DROP_INDEX): likewise.
11675         (SQL_DIAG_COLUMN_NUMBER): likewise.
11676         (SQL_DIAG_CURSOR_ROW_COUNT): likewise.
11677         (SQL_DIAG_ROW_NUMBER): likewise.
11678         (SQL_DL_SQL92_DATE): likewise.
11679         (SQL_DL_SQL92_INTERVAL_DAY): likewise.
11680         (SQL_DL_SQL92_INTERVAL_DAY_TO_HOUR): likewise.
11681         (SQL_DL_SQL92_INTERVAL_DAY_TO_MINUTE): likewise.
11682         (SQL_DL_SQL92_INTERVAL_DAY_TO_SECOND): likewise.
11683         (SQL_DL_SQL92_INTERVAL_HOUR): likewise.
11684         (SQL_DL_SQL92_INTERVAL_HOUR_TO_MINUTE): likewise.
11685         (SQL_DL_SQL92_INTERVAL_HOUR_TO_SECOND): likewise.
11686         (SQL_DL_SQL92_INTERVAL_MINUTE): likewise.
11687         (SQL_DL_SQL92_INTERVAL_MINUTE_TO_SECOND): likewise.
11688         (SQL_DL_SQL92_INTERVAL_MONTH): likewise.
11689         (SQL_DL_SQL92_INTERVAL_SECOND): likewise.
11690         (SQL_DL_SQL92_INTERVAL_YEAR): likewise.
11691         (SQL_DL_SQL92_INTERVAL_YEAR_TO_MONTH): likewise.
11692         (SQL_DL_SQL92_TIME): likewise.
11693         (SQL_DL_SQL92_TIMESTAMP): likewise.
11694         (SQL_DM_VER): likewise.
11695         (SQL_DRIVER_HDESC): likewise.
11696         (SQL_DROP_ASSERTION): likewise.
11697         (SQL_DROP_CHARACTER_SET): likewise.
11698         (SQL_DROP_COLLATION): likewise.
11699         (SQL_DROP_DOMAIN): likewise.
11700         (SQL_DROP_SCHEMA): likewise.
11701         (SQL_DROP_TABLE): likewise.
11702         (SQL_DROP_TRANSLATION): likewise.
11703         (SQL_DROP_VIEW): likewise.
11704         (SQL_DS_CASCADE): likewise.
11705         (SQL_DS_DROP_SCHEMA): likewise.
11706         (SQL_DS_RESTRICT): likewise.
11707         (SQL_DT_CASCADE): likewise.
11708         (SQL_DT_DROP_TABLE): likewise.
11709         (SQL_DT_RESTRICT): likewise.
11710         (SQL_DTC_DONE): likewise.
11711         (SQL_DTR_DROP_TRANSLATION): likewise.
11712         (SQL_DV_CASCADE): likewise.
11713         (SQL_DV_DROP_VIEW): likewise.
11714         (SQL_DV_RESTRICT): likewise.
11715         (SQL_DYNAMIC_CURSOR_ATTRIBUTES1): likewise.
11716         (SQL_DYNAMIC_CURSOR_ATTRIBUTES2): likewise.
11717         (SQL_EXT_API_LAST): likewise.
11718         (SQL_EXT_API_START): likewise.
11719         (SQL_FETCH_BY_BOOKMARK): likewise.
11720         (SQL_FETCH_FIRST_SYSTEM): likewise.
11721         (SQL_FETCH_FIRST_USER): likewise.
11722         (SQL_FN_CVT_CAST): likewise.
11723         (SQL_FN_STR_BIT_LENGTH): likewise.
11724         (SQL_FN_STR_CHAR_LENGTH): likewise.
11725         (SQL_FN_STR_CHARACTER_LENGTH): likewise.
11726         (SQL_FN_STR_OCTET_LENGTH): likewise.
11727         (SQL_FN_STR_POSITION): likewise.
11728         (SQL_FN_TD_CURRENT_DATE): likewise.
11729         (SQL_FN_TD_CURRENT_TIME): likewise.
11730         (SQL_FN_TD_CURRENT_TIMESTAMP): likewise.
11731         (SQL_FN_TD_EXTRACT): likewise.
11732         (SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES1): likewise.
11733         (SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES2): likewise.
11734         (SQL_FUNC_EXISTS(exists,api)): likewise.
11735         (SQL_GB_COLLATE): likewise.
11736         (SQL_HANDLE_SENV): likewise.
11737         (SQL_IK_ALL): likewise.
11738         (SQL_IK_ASC): likewise.
11739         (SQL_IK_DESC): likewise.
11740         (SQL_IK_NONE): likewise.
11741         (SQL_INDEX_KEYWORDS): likewise.
11742         (SQL_INFO_DRIVER_START): likewise.
11743         (SQL_INFO_LAST): likewise.
11744         (SQL_INFO_SCHEMA_VIEWS): likewise.
11745         (SQL_INITIALLY_DEFERRED): likewise.
11746         (SQL_INITIALLY_IMMEDIATE): likewise.
11747         (SQL_INSERT_STATEMENT): likewise.
11748         (SQL_INTERVAL): likewise.
11749         (SQL_IS_INSERT_LITERALS): likewise.
11750         (SQL_IS_INSERT_SEARCHED): likewise.
11751         (SQL_IS_INTEGER): likewise.
11752         (SQL_IS_POINTER): likewise.
11753         (SQL_IS_SELECT_INTO): likewise.
11754         (SQL_IS_SMALLINT): likewise.
11755         (SQL_IS_UINTEGER): likewise.
11756         (SQL_IS_USMALLINT): likewise.
11757         (SQL_ISV_ASSERTIONS): likewise.
11758         (SQL_ISV_CHARACTER_SETS): likewise.
11759         (SQL_ISV_CHECK_CONSTRAINTS): likewise.
11760         (SQL_ISV_COLLATIONS): likewise.
11761         (SQL_ISV_COLUMN_DOMAIN_USAGE): likewise.
11762         (SQL_ISV_COLUMN_PRIVILEGES): likewise.
11763         (SQL_ISV_COLUMNS): likewise.
11764         (SQL_ISV_CONSTRAINT_COLUMN_USAGE): likewise.
11765         (SQL_ISV_CONSTRAINT_TABLE_USAGE): likewise.
11766         (SQL_ISV_DOMAIN_CONSTRAINTS): likewise.
11767         (SQL_ISV_DOMAINS): likewise.
11768         (SQL_ISV_KEY_COLUMN_USAGE): likewise.
11769         (SQL_ISV_REFERENTIAL_CONSTRAINTS): likewise.
11770         (SQL_ISV_SCHEMATA): likewise.
11771         (SQL_ISV_SQL_LANGUAGES): likewise.
11772         (SQL_ISV_TABLE_CONSTRAINTS): likewise.
11773         (SQL_ISV_TABLE_PRIVILEGES): likewise.
11774         (SQL_ISV_TABLES): likewise.
11775         (SQL_ISV_TRANSLATIONS): likewise.
11776         (SQL_ISV_USAGE_PRIVILEGES): likewise.
11777         (SQL_ISV_VIEW_COLUMN_USAGE): likewise.
11778         (SQL_ISV_VIEW_TABLE_USAGE): likewise.
11779         (SQL_ISV_VIEWS): likewise.
11780         (SQL_KEYSET_CURSOR_ATTRIBUTES1): likewise.
11781         (SQL_KEYSET_CURSOR_ATTRIBUTES2): likewise.
11782         (SQL_MAX_ASYNC_CONCURRENT_STATEMENTS): likewise.
11783         (SQL_NO_COLUMN_NUMBER): likewise.
11784         (SQL_NO_ROW_NUMBER): likewise.
11785         (SQL_NOT_DEFERRABLE): likewise.
11786         (SQL_NUM_EXTENSIONS): likewise.
11787         (SQL_NUM_FUNCTIONS): likewise.
11788         (SQL_ODBC_INTERFACE_CONFORMANCE): likewise.
11789         (SQL_OIC_CORE): likewise.
11790         (SQL_OIC_LEVEL1): likewise.
11791         (SQL_OIC_LEVEL2): likewise.
11792         (SQL_OV_ODBC2): likewise.
11793         (SQL_OV_ODBC3): likewise.
11794         (SQL_PARAM_ARRAY_ROW_COUNTS): likewise.
11795         (SQL_PARAM_ARRAY_SELECTS): likewise.
11796         (SQL_PARAM_BIND_BY_COLUMN): likewise.
11797         (SQL_PARAM_BIND_TYPE_DEFAULT): likewise.
11798         (SQL_PARAM_DIAG_UNAVAILABLE): likewise.
11799         (SQL_PARAM_ERROR): likewise.
11800         (SQL_PARAM_IGNORE): likewise.
11801         (SQL_PARAM_PROCEED): likewise.
11802         (SQL_PARAM_SUCCESS): likewise.
11803         (SQL_PARAM_SUCCESS_WITH_INFO): likewise.
11804         (SQL_PARAM_UNUSED): likewise.
11805         (SQL_PARC_BATCH): likewise.
11806         (SQL_PARC_NO_BATCH): likewise.
11807         (SQL_PAS_BATCH): likewise.
11808         (SQL_PAS_NO_BATCH): likewise.
11809         (SQL_PAS_NO_SELECT): likewise.
11810         (SQL_ROW_IGNORE): likewise.
11811         (SQL_ROW_NUMBER_UNKNOWN): likewise.
11812         (SQL_ROW_PROCEED): likewise.
11813         (SQL_ROW_SUCCESS_WITH_INFO): likewise.
11814         (SQL_SC_FIPS127_2_TRANSITIONAL): likewise.
11815         (SQL_SC_SQL92_ENTRY): likewise.
11816         (SQL_SC_SQL92_FULL): likewise.
11817         (SQL_SC_SQL92_INTERMEDIATE): likewise.
11818         (SQL_SCC_ISO92_CLI): likewise.
11819         (SQL_SCC_XOPEN_CLI_VERSION1): likewise.
11820         (SQL_SCHEMA_TERM): likewise.
11821         (SQL_SCHEMA_USAGE): likewise.
11822         (SQL_SDF_CURRENT_DATE): likewise.
11823         (SQL_SDF_CURRENT_TIME): likewise.
11824         (SQL_SDF_CURRENT_TIMESTAMP): likewise.
11825         (SQL_SFKD_CASCADE): likewise.
11826         (SQL_SFKD_NO_ACTION): likewise.
11827         (SQL_SFKD_SET_DEFAULT): likewise.
11828         (SQL_SFKD_SET_NULL): likewise.
11829         (SQL_SFKU_CASCADE): likewise.
11830         (SQL_SFKU_NO_ACTION): likewise.
11831         (SQL_SFKU_SET_DEFAULT): likewise.
11832         (SQL_SFKU_SET_NULL): likewise.
11833         (SQL_SG_DELETE_TABLE): likewise.
11834         (SQL_SG_INSERT_COLUMN): likewise.
11835         (SQL_SG_INSERT_TABLE): likewise.
11836         (SQL_SG_REFERENCES_COLUMN): likewise.
11837         (SQL_SG_REFERENCES_TABLE): likewise.
11838         (SQL_SG_SELECT_TABLE): likewise.
11839         (SQL_SG_UPDATE_COLUMN): likewise.
11840         (SQL_SG_UPDATE_TABLE): likewise.
11841         (SQL_SG_USAGE_ON_CHARACTER_SET): likewise.
11842         (SQL_SG_USAGE_ON_COLLATION): likewise.
11843         (SQL_SG_USAGE_ON_DOMAIN): likewise.
11844         (SQL_SG_USAGE_ON_TRANSLATION): likewise.
11845         (SQL_SG_WITH_GRANT_OPTION): likewise.
11846         (SQL_SNVF_BIT_LENGTH): likewise.
11847         (SQL_SNVF_CHAR_LENGTH): likewise.
11848         (SQL_SNVF_CHARACTER_LENGTH): likewise.
11849         (SQL_SNVF_EXTRACT): likewise.
11850         (SQL_SNVF_OCTET_LENGTH): likewise.
11851         (SQL_SNVF_POSITION): likewise.
11852         (SQL_SP_BETWEEN): likewise.
11853         (SQL_SP_COMPARISON): likewise.
11854         (SQL_SP_EXISTS): likewise.
11855         (SQL_SP_IN): likewise.
11856         (SQL_SP_ISNOTNULL): likewise.
11857         (SQL_SP_ISNULL): likewise.
11858         (SQL_SP_LIKE): likewise.
11859         (SQL_SP_MATCH_FULL): likewise.
11860         (SQL_SP_MATCH_PARTIAL): likewise.
11861         (SQL_SP_MATCH_UNIQUE_FULL): likewise.
11862         (SQL_SP_MATCH_UNIQUE_PARTIAL): likewise.
11863         (SQL_SP_OVERLAPS): likewise.
11864         (SQL_SP_QUANTIFIED_COMPARISON): likewise.
11865         (SQL_SP_UNIQUE): likewise.
11866         (SQL_SQL_CONFORMANCE): likewise.
11867         (SQL_SQL92_DATETIME_FUNCTIONS): likewise.
11868         (SQL_SQL92_FOREIGN_KEY_DELETE_RULE): likewise.
11869         (SQL_SQL92_FOREIGN_KEY_UPDATE_RULE): likewise.
11870         (SQL_SQL92_GRANT): likewise.
11871         (SQL_SQL92_NUMERIC_VALUE_FUNCTIONS): likewise.
11872         (SQL_SQL92_PREDICATES): likewise.
11873         (SQL_SQL92_RELATIONAL_JOIN_OPERATORS): likewise.
11874         (SQL_SQL92_REVOKE): likewise.
11875         (SQL_SQL92_ROW_VALUE_CONSTRUCTOR): likewise.
11876         (SQL_SQL92_STRING_FUNCTIONS): likewise.
11877         (SQL_SQL92_VALUE_EXPRESSIONS): likewise.
11878         (SQL_SR_CASCADE): likewise.
11879         (SQL_SR_DELETE_TABLE): likewise.
11880         (SQL_SR_GRANT_OPTION_FOR): likewise.
11881         (SQL_SR_INSERT_COLUMN): likewise.
11882         (SQL_SR_INSERT_TABLE): likewise.
11883         (SQL_SR_REFERENCES_COLUMN): likewise.
11884         (SQL_SR_REFERENCES_TABLE): likewise.
11885         (SQL_SR_RESTRICT): likewise.
11886         (SQL_SR_SELECT_TABLE): likewise.
11887         (SQL_SR_UPDATE_COLUMN): likewise.
11888         (SQL_SR_UPDATE_TABLE): likewise.
11889         (SQL_SR_USAGE_ON_CHARACTER_SET): likewise.
11890         (SQL_SR_USAGE_ON_COLLATION): likewise.
11891         (SQL_SR_USAGE_ON_DOMAIN): likewise.
11892         (SQL_SR_USAGE_ON_TRANSLATION): likewise.
11893         (SQL_SRJO_CORRESPONDING_CLAUSE): likewise.
11894         (SQL_SRJO_CROSS_JOIN): likewise.
11895         (SQL_SRJO_EXCEPT_JOIN): likewise.
11896         (SQL_SRJO_FULL_OUTER_JOIN): likewise.
11897         (SQL_SRJO_INNER_JOIN): likewise.
11898         (SQL_SRJO_INTERSECT_JOIN): likewise.
11899         (SQL_SRJO_LEFT_OUTER_JOIN): likewise.
11900         (SQL_SRJO_NATURAL_JOIN): likewise.
11901         (SQL_SRJO_RIGHT_OUTER_JOIN): likewise.
11902         (SQL_SRJO_UNION_JOIN): likewise.
11903         (SQL_SRVC_DEFAULT): likewise.
11904         (SQL_SRVC_NULL): likewise.
11905         (SQL_SRVC_ROW_SUBQUERY): likewise.
11906         (SQL_SRVC_VALUE_EXPRESSION): likewise.
11907         (SQL_SSF_CONVERT): likewise.
11908         (SQL_SSF_LOWER): likewise.
11909         (SQL_SSF_SUBSTRING): likewise.
11910         (SQL_SSF_TRANSLATE): likewise.
11911         (SQL_SSF_TRIM_BOTH): likewise.
11912         (SQL_SSF_TRIM_LEADING): likewise.
11913         (SQL_SSF_TRIM_TRAILING): likewise.
11914         (SQL_SSF_UPPER): likewise.
11915         (SQL_STANDARD_CLI_CONFORMANCE): likewise.
11916         (SQL_STATIC_CURSOR_ATTRIBUTES1): likewise.
11917         (SQL_STATIC_CURSOR_ATTRIBUTES2): likewise.
11918         (SQL_SU_DML_STATEMENTS): likewise.
11919         (SQL_SU_INDEX_DEFINITION): likewise.
11920         (SQL_SU_PRIVILEGE_DEFINITION): likewise.
11921         (SQL_SU_PROCEDURE_INVOCATION): likewise.
11922         (SQL_SU_TABLE_DEFINITION): likewise.
11923         (SQL_SVE_CASE): likewise.
11924         (SQL_SVE_CAST): likewise.
11925         (SQL_SVE_COALESCE): likewise.
11926         (SQL_SVE_NULLIF): likewise.
11927         (SQL_UB_FIXED): likewise.
11928         (SQL_UB_VARIABLE): likewise.
11929         (SQL_UNION_STATEMENT): likewise.
11930         (SQL_UPDATE_BY_BOOKMARK): likewise.
11931         (SQL_US_UNION): likewise.
11932         (SQL_US_UNION_ALL): likewise.
11933         (SQL_DESC_ROWVER): likewise.
11934         (SQL_GUID): likewise.
11935         (SQL_C_GUID): likewise.
11936         (ODBC_STD): likewise.
11937         (SQLAllocHandle): likewise.
11938         (SQLAllocEnv(p)): likewise.
11939         (SQL_YEAR): likewise.
11940         (SQL_MONTH): likewise.
11941         (SQL_DAY): likewise.
11942         (SQL_HOUR): likewise.
11943         (SQL_MINUTE): likewise.
11944         (SQL_SECOND): likewise.
11945         (SQL_YEAR_TO_MONTH): likewise.
11946         (SQL_DAY_TO_HOUR): likewise.
11947         (SQL_DAY_TO_MINUTE): likewise.
11948         (SQL_DAY_TO_SECOND): likewise.
11949         (SQL_HOUR_TO_MINUTE): likewise.
11950         (SQL_HOUR_TO_SECOND): likewise.
11951         (SQL_MINUTE_TO_SECOND): likewise.
11952         (SQL_ATTR_ANSI_APP): likewise.
11953         (SQL_AA_TRUE): likewise.
11954         (SQL_AA_FALSE): likewise.
11955
11956         * include/sqltypes.h (#pragma pack(push,1), #pragma pack(pop)): remove.
11957         (struct tagSQL_YEAR_MONTH): add for ODBC3.x.
11958         (struct tagSQL_DAY_SECOND): likewise.
11959         (struct tagSQL_INTERVAL_STRUCT): likewise.
11960         (struct tagSQL_NUMERIC_STRUCT): likewise.
11961         (struct tagSQLGUID): add for 0DBC3.50.
11962         (enum SQLINTERVAL): add for ODBC3.x.
11963         (SQLWCHAR): add typedef.
11964         (SQLTCHAR): add typedef, conditional on UNICODE.
11965         (SQLLEN): add typedef for _WIN64, define for _WIN32.
11966         (SQLULEN): likewise.
11967         (SQLROWOFFSET): likewise.
11968         (SQLROWCOUNT): likewise.
11969         (SQLTRANSID): likewise.
11970         (SQLSETPOSIROW): likewise.
11971         (SQLHANDLE): add ODBC3.x typedef.
11972         (SQLHDESC): likewise.
11973         (SQLDATE): likewise.
11974         (SQLDECIMAL): likewise.
11975         (SQLDOUBLE): likewise.
11976         (SQLFLOAT): likewise.
11977         (SQLNUMERIC): likewise.
11978         (SQLREAL): likewise.
11979         (SQLTIME): likewise.
11980         (SQLTIMESTAMP): likewise.
11981         (SQLVARCHAR): likewise.
11982         (SQLBIGINT): likewise.
11983         (SQLUBIGINT): likewise.
11984         (SQL_DATE_STRUCT): likewise.
11985         (SQL_TIME_STRUCT): likewise.
11986         (SQL_TIMESTAMP_STRUCT): likewise.
11987         (ODBCINT64): add ODBC3.x define.
11988
11989         * lib/odbc32.def : regenerate.
11990
11991 2001-01-26  Earnie Boyd  <earnie@users.sourceforge.net
11992
11993         * Apply Danny Smith patch 102275
11994         2000-11-05  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11995         * include/objbase.h: (COM_RIGHTS): Add definition.
11996         (tagSTDMSHLFLAGS): add enumeration.
11997         (CoInitializeEx): Add prototypes.
11998         (CoGetStdMarshalEx): ditto.
11999         (CoCreateInstanceEx): ditto.
12000         (CoInitializeSecurity): ditto.
12001         (CoGetCallContext): ditto.
12002         (CoQueryProxyBlanket): ditto.
12003         (CoSetProxyBlanket): ditto.
12004         (CoCopyProxy): ditto.
12005         (CoQueryClientBlanket): ditto.
12006         (CoImpersonateClient): ditto.
12007         (CoRevertToSelf): ditto.
12008         (CoQueryAuthenticationServices): ditto.
12009         (CoSwitchCallContext): ditto.
12010         (CoGetInstanceFromFile): ditto.
12011         (CoGetInstanceFromIStorage): ditto.
12012         * include/objidl.h: (SOLE_AUTHENTICATION_SERVICE): Add structure.
12013         (SOLE_AUTHENTICATION_INFO): ditto.
12014         (EOLE_AUTHENTICATION_CAPABILITIES): Add enumeration.
12015         (COLE_DEFAULT_PRINCIPAL): Add definition.
12016         (COLE_DEFAULT_AUTHINFO): Ditto.
12017         * include/rpcdce.h: (RPC_C_AUTHZ_DEFAULT): Add definition.
12018         (RPC_PROTSEQ_VECTOR) Fix typo.
12019         (RpcRaiseException): add DECLSPEC_NORETURN attribute.
12020         * include/winbase.h: (FreeLibraryAndExitThread): add DECLSPEC_NORETURN
12021         attribute.
12022
12023 2001-01-26  Earnie Boyd  <earnie@users.sourceforge.net>
12024
12025         * lib/msvcp60.def: Apply Danny Smith patch 103321.
12026         2001-01-17  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>.
12027         New file.
12028
12029 2001-01-26  Christopher Faylor  <cgf@cygnus.com>
12030
12031         * include/winnt.h: Add PTOKEN_USER.
12032
12033 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
12034
12035         * include/sqlucode.h: Apply Danny Smith patch 102443
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         * lib/odbccp32.def: Apply Danny Smith patch 102442
12042         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12043         New file.
12044
12045 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
12046
12047         * include/odbcinst.h: Apply Danny Smith patch 102441
12048         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12049         New file.
12050
12051 2000-12-25  Christopher Faylor  <cgf@cygnus.com>
12052
12053         * lib/Makefile.in: Don't make "links" to include/w32api directory.
12054
12055 2000-12-20  Corinna Vinschen  <corinna@vinschen.de>
12056
12057         * include/winbase.h: Add prototype for SetSecurityDescriptorControl.
12058
12059 2000-12-11  Christopher Faylor  <cgf@cygnus.com>
12060
12061         * lib/Makefile.in: Install headers and libraries in tooldir.
12062
12063 2000-12-04  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12064
12065         * include/winnls.h: NORM_IGNORE* remove duplicate defines.
12066         SORT_STRINGSORT: ditto.
12067         CMAP*: ditto.
12068         CTRY_*: add new defines.
12069         LGRPID_*: ditto.
12070         LCMAP*: change defines to hex notation.
12071         CALID: change from ULONG to DWORD.
12072         CALTYPE: ditto.
12073         _cpinfoex[AW]: add structure.
12074         FoldString: correct Unicode mappings.
12075         GetCPInfoEx[AW]: add prototypes.
12076         EnumCalendarInfoEx[AW]: ditto.
12077         EnumDateFormatsEx[AW]: ditto.
12078         EnumSystemLanguageGroups[AW]: ditto.
12079         EnumLanguageGroupLocales[AW]: ditto.
12080         EnumUILanguages[AW]: ditto.
12081         GetSystemDefaultUILanguage[AW]: ditto.
12082         GetUserDefaultUILanguage[AW]: ditto.
12083         IsValidLanguageGroup[AW]: ditto.
12084         CALINFO_ENUMPROCEX[AW]: add function pointer typedef
12085         LANGUAGEGROUP_ENUMPROC[AW]: ditto
12086         LANGGROUPLOCALE_ENUMPROC[AW]: ditto
12087         UILANGUAGE_ENUMPROC[AW]: ditto
12088         DATEFMT_ENUMPROCEX[AW]: ditto
12089         LPCURRENCYFMT[AW]: add structure pointer typedef
12090         LPNUMBERFMT[AW]: ditto
12091
12092 2000-12-02  Matt Hargett  <matt@use.net>
12093
12094         * include/winbase.h: Added a define for INVALID_SET_FILE_POINTER, a
12095         possible return code for the SetFilePointer() win32 API call.
12096
12097 2000-11-09  Corinna Vinschen  <corinna@vinschen.de>
12098
12099         * include/winnt.h: Add missing FILE_NAMED_STREAMS define.
12100
12101 2000-11-06  Earnie Boyd  <earnie_boyd@yahoo.com>
12102
12103         * Makefile.in: increment VERSION.
12104         (dist:) Rename to srcdist.  Create new dist target to call
12105         srcdist and bindist targets.
12106         (srcdist:) New target.
12107         (clean-top:) add call to mostlyclean-top and add rm of distribution
12108         tarballs.
12109         * lib/Makefile.in: (uninstall:) modify to remove files from the
12110         new w32api subdirectory and to remove w32api subdirectory.
12111         (xuninstall:) Ditto.
12112         TODO: Add a task to redo the clean targets of Makefile.in
12113
12114 2000-11-03  Christopher Faylor  <cgf@cygnus.com>
12115
12116         * lib/Makefile.in: Install header files in w32api subdirectory.
12117
12118 2000-10-31  Earnie Boyd  <earnie_boyd@yahoo.com>
12119
12120         * CONTRIBUTIONS: New file.
12121         * README: Change the maintained by header.
12122         * TODO: Add a note about checking the TODO.
12123
12124 2000-10-31  Earnie Boyd  <earnie_boyd@yahoo.com>
12125
12126         * Merge in accepted changes from
12127         2000-10-23  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12128         * include/basetyps.h: add comment for GUID_DEFINED
12129         * include/lm.h: add includes for lmerr.h and lmserver.h
12130         * include/lmcons.h: add W2K typedefs LMSTR, LMCSTR
12131         * include/lmerr.h:  add error codes
12132         * include/lmserver.h: replace LPTSTR with LPWSTR,
12133         LPTCSTR with LPWCSTR in structures and prototypes
12134         * include/lmshare.h: ditto
12135         * include/lmuse.h: ditto
12136         * include/lmstats.h: ditto
12137         * include/oleauto.h: add function prototype SystemTimeToVariantTime
12138         * include/winbase.h: change first argument of CommConfigDialog to const
12139         * include/windowsx.h: add macros  defining FAR versions of
12140         mem and string functions for porting from Win16 code
12141         * include/winioctl.h:  added IOCTL_STORAGE defines
12142         * include/winnetwk.h:  added WNNC_NET flags
12143         * include/winnt.h: add include of <basetsd.h>;
12144         add structs; add pointer typedefs  for TOKEN structs
12145         * include/winsock.h: add guard around BSD-ish typedefs
12146         * include/wtypes.h: new VARENUM enums, new WIN32/WIN64 compat. macros
12147         * include/basetsd.h: new file
12148         * include/raserror.h: ditto
12149         * include/rassapi.h: ditto
12150         * include/ras.h: ditto
12151         comment from Earnie: replaced original ras.h contribution with Danny's
12152         contribution as it is more complete.
12153         * include/rpcndr.h: add default definition for __RPCNDR_H_VERSION__
12154
12155 2000-10-19  Earnie Boyd  <earnie_boyd@yahoo.com>
12156
12157         * Makefile.in: increment VERSION.  Change tar file name for dist and
12158         bindist targets to be more standard.
12159         * config.guess: Update with the currently published file.
12160         * config.sub: ditto.
12161         * configure.in: Use value of build_alias instead of testing for
12162         directory names to set BUILDENV.
12163         * configure: ditto.
12164         * lib/Makefile.in: Change the name of the targets install,
12165         install-headers and install-libraries to xinstall, xinstall-headers
12166         and xinstall-libraries for system target specified installation.
12167         Recreate targets install, install-headers and install-libraries for
12168         exec-prefix specified installation.  Ditto for the uninstall targets of
12169         the same name.
12170
12171 2000-10-09  Corinna Vinschen  <corinna@vinschen.de>
12172
12173         * include/iprtrmib.h: Further layout changes according to standard.
12174         * include/iptypes.h: Ditto.
12175         * include/ntdef.h: Ditto.
12176         * include/ntsecapi.h: Ditto.
12177         * include/subauth.h: Ditto.
12178
12179 2000-10-09  Corinna Vinschen  <corinna@vinschen.de>
12180
12181         * include/ntsecapi.h: Fix PLSA_UNICODE_STRING define.
12182
12183 2000-10-08  Corinna Vinschen  <corinna@vinschen.de>
12184
12185         * include/ntsecapi.h: New file.
12186         * include/subauth.h: Ditto.
12187         * include/ipexport.h: Fix global header define not to contain
12188         trailing underscore. Change layout according to standard.
12189         * include/iphlpapi.h: Ditto.
12190         * include/ipifcons.h: Ditto.
12191         * include/iprtrmib.h: Ditto.
12192         * include/iptypes.h: Ditto.
12193         * include/ntdef.h: Ditto. Define conditional datatypes dependent
12194         of inclusion of ntsecapi.h and subauth.h.
12195         * lib/secur32.def: New stub for secur32.dll.
12196
12197 2000-10-02  Corinna Vinschen  <corinna@vinschen.de>
12198
12199         * include/ras.h: New file.
12200         * lib/rasapi32.def: Add symbols for RasEnumDevicesA and
12201         RasEnumDevicesW.
12202
12203 2000-10-02  Corinna Vinschen  <corinna@vinschen.de>
12204
12205         * include/ntdef.h: Add define for NTAPI.
12206
12207 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12208
12209         * include/ipexport.h: Add missing `extern "C"' directives.
12210         * include/iphlpapi.h: Ditto.
12211         * include/iprtrmib.h: Ditto.
12212         * include/iptypes.h: Ditto.
12213
12214 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12215
12216         * include/ipifcons.h: New header file.
12217         * include/iprtrmib.h: Move operational states to ipifcons.h.
12218         * include/iphlpapi.h: Add missing parameters to GetIfTable()
12219         declaration.
12220
12221 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12222
12223         * include/iprtrmib.h: Add missing MIB_IF_OPER_STATUS_xxx definitions.
12224
12225 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12226
12227         * lib/iphlpapi.def: New stub for iphlpapi.dll.
12228         * include/iptypes.h: New header file.
12229         * include/ipexport.h: Ditto.
12230         * include/iphlpapi.h: Ditto.
12231         * include/iprtrmib.h: Ditto.
12232
12233 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12234
12235         * include/ntdef.h: New file.
12236
12237 2000-08-18  Corinna Vinschen  <corinna@vinschen.de>
12238
12239         * include/winnt.h:Add enums for TokenRestrictedSids and TokenSessionId
12240         to TOKEN_INFORMATION_CLASS type.
12241         Add QUOTA_LIMITS type.
12242
12243 2000-08-08  Corinna Vinschen  <corinna@vinschen.de>
12244
12245         * include/userenv.h: New header file.
12246         * lib/userenv.def: New stub for userenv.dll.
12247
12248 2000-08-08  Christopher Faylor  <cgf@cygnus.com>
12249
12250         * include/winuser.h: Correct PCWPSTRUCT typo.
12251         (discovered by Axel Riese)
12252
12253 2000-07-27  DJ Delorie  <dj@redhat.com>
12254
12255         * include/windows.h: optimize non-inclusion of repeat headers
12256
12257 2000-07-21  Corinna Vinschen  <corinna@vinschen.de>
12258
12259         * include/winnt.h: Add missing typedefs for PTOKEN_SOURCE and
12260         LPTOKEN_SOURCE.
12261
12262 2000-07-11  DJ Delorie  <dj@cygnus.com>
12263
12264         * include/shlobj.h: add CSIDL_COMMON_*
12265
12266 2000-06-27  Corinna Vinschen  <corinna@vinschen.de>
12267
12268         * include/winbase.h: Add stream ids BACKUP_OBJECT_ID,
12269         BACKUP_REPARSE_DATA and BACKUP_SPARSE_BLOCK.
12270         Add file open flags FILE_FLAG_OPEN_REPARSE_POINT and
12271         FILE_FLAG_OPEN_NO_RECALL.
12272         * winioctl.h: Add device io control codes FSCTL_GET_REPARSE_POINT,
12273         FSCTL_SET_REPARSE_POINT and FSCTL_DELETE_REPARSE_POINT.
12274         * winnt.h: Add typedef for GUID.
12275         Add file attributes FILE_ATTRIBUTE_ENCRYPTED,
12276         FILE_ATTRIBUTE_SPARSE_FILE, FILE_ATTRIBUTE_REPARSE_POINT and
12277         FILE_ATTRIBUTE_NOT_CONTENT_INDEXED.
12278         Add volume attributes FILE_VOLUME_QUOTAS, FILE_SUPPORTS_SPARSE_FILES,
12279         FILE_SUPPORTS_REPARSE_POINTS, FILE_SUPPORTS_REMOTE_STORAGE,
12280         FILE_SUPPORTS_OBJECT_IDS and FILE_SUPPORTS_ENCRYPTION.
12281         Add several reparse point defines and typedefs for REPARSE_DATA_BUFFER,
12282         REPARSE_GUID_DATA_BUFFER and REPARSE_POINT_INFORMATION.
12283         * lib/psapi.def: New file.
12284
12285 2000-06-22  Christopher Faylor  <cgf@cygnus.com>
12286
12287         * rpcdce.h: Protect OPTIONAL definition since it may be (legally)
12288         previously defined.
12289         * windef.h : Ditto.
12290
12291 2000-06-14  Kazuhiro Fujieda  <fujieda@jaist.ac.jp>
12292
12293         * include/winnt.h: Add some missing defines related to locale
12294         identifiers.  Translate values of LANG_* and SUBLANG_* into hexadecimal.
12295
12296 2000-05-27  Corinna Vinschen  <corinna@vinschen.de>
12297
12298         * include/wincrypt.h: Add missing CRYPT_MACHINE_KEYSET define.
12299
12300 2000-05-18  Corinna Vinschen  <corinna@vinschen.de>
12301
12302         * include/winnt.h: Add some missing TAPE_DRIVE_* defines.
12303
12304 2000-04-26  Christopher Faylor  <cgf@cygnus.com>
12305
12306         * include/wininet.h: Add another "INTERNET_OPTIONS".
12307
12308 2000-04-25  Mumit Khan  <khan@xraylith.wisc.edu>
12309
12310         * include/winspool.h: Add 2 more PRINTER_ATTRIBUTE_* macros.
12311
12312 2000-04-25  Martin Kotulla  <martin-k@softmaker.de>
12313
12314         * include/ddeml.h (DdeCreateStringHandle{A,W}): Fix prototype.
12315         * include/shlobj.h (IShellLink{A,W}::GetPath): Fix prototype.
12316         * include/wingdi.h: Add LPFNDEVMODE and LPFNDEVCAPS callbacks.
12317         * include/winuser.h: Add WM_* macros. Add PCOPYDATASTRUCT typedef.
12318
12319 2000-04-10  Christopher Faylor  <cgf@cygnus.com>
12320
12321         * include/winbase.h: Change first argument of ENUMRES* types to
12322         coincide with Microsoft usage.
12323
12324 2000-04-01  Christopher Faylor  <cgf@cygnus.com>
12325
12326         * include/wininet.h: Add three more "INTERNET_OPTIONS".
12327
12328 2000-03-30  Mumit Khan  <khan@xraylith.wisc.edu>
12329
12330         * include/winbase.h (CreateHardLink{A,W}): Add prototypes.
12331         * include/winerror.h (ERROR_TOO_MANY_LINKS): Add macro.
12332         * include/winnt.h (SEC_*): Add macros.
12333         * lib/th32.def: Use Kernel32.dll instead of TH32.DLL.
12334         * include/ole.h: Workaround for C++ parser bug.
12335         * include/rpcdcep.h: Likewise.
12336         * include/winsock.h: Likewise.
12337
12338 2000-03-26  Christopher Faylor  <cgf@cygnus.com>
12339
12340         * include/winnt.h: Eliminate duplicate PCONTEXT and LPCONTEXT typedefs.
12341
12342 2000-02-28  Mumit Khan  <khan@xraylith.wisc.edu>
12343
12344         Patches from Jan Nijtmans <j.nijtmans@chello.nl>:
12345         * include/wtypes.h (PBLOB, LPBLOB): Define.
12346         * include/winsock2.h: Much more complete version.
12347         (FD_SET, SOMAXCONN): Protect common macros defined by winsock.h.
12348
12349         Patches from Jan Nijtmans <j.nijtmans@chello.nl>:
12350         * include/winsock.h (FD_CLR): Add missing ')'.
12351         (timercmp): Fix macro to handle all 6 comparison operators.
12352         (AF_FIREFOX, AF_UNKNOWN1, AF_BAN, AF_ATM, AF_INET6): Define.
12353         (AF_MAX): Update.
12354         (PF_FIREFOX, PF_UNKNOWN1, PF_BAN, PF_ATM, PF_INET6): Define.
12355
12356         * include/largeint.h: Rename HAVE_INT64 macro to _HAVE_INT64 to avoid
12357         namespace pollution.
12358         * include/rpcndr.h: Likewise.
12359         * include/winnt.h: Likewise.
12360         * include/shlobj.h (SHGetDataFromIDList{A,W}): Fix typo.
12361         (SHGetSpecialFolderPath{A,W}): Add prototypes.
12362         * lib/ole32.def: Add missing exports.
12363         * include/winbase.h (TLS_MINIMUM_AVAILABLE): Move macro from here
12364         * include/winnt.h (TLS_MINIMUM_AVAILABLE): to here.
12365         (NT_TIB): Define.
12366         * include/tlhelp32.h: New file.
12367
12368 2000-02-28  Christopher Faylor  <cgf@cygnus.com>
12369
12370         * include/rapi.h: New file.
12371         * lib/rapi.def: New file.
12372
12373 2000-02-11  Axel Riese  <ariese@andromeda.risc.uni-linz.ac.at>
12374
12375         * oaidl.h (LPTYPECOMP): Remove multiple definition.
12376
12377 2000-02-03  Mumit Khan  <khan@xraylith.wisc.edu>
12378
12379         * Snapshot 2000-02-03.
12380
12381 2000-01-21  Chris Faylor  <cgf@cygnus.com>
12382
12383         * include/winnt.h: Add ARM support.
12384
12385 2000-01-19  Mumit Khan  <khan@xraylith.wisc.edu>
12386
12387         From Greg Primes <gregory.l.priem@intel.com>:
12388         * include/oaidl.h (DESCKIND): Define macro.
12389         (ITypeComp): Define interface.
12390         (ITypeComp): Likewise.
12391         * rpcndr.h (DECLSPEC_UUID): Define macro.
12392         (MIDL_INTERFACE): Likewise.
12393
12394         * include/psapi.h: New file.
12395         * include/imagehlp.h: New file.
12396         * lib/imagehlp.def: New file.
12397
12398         * include/oaidl.h (tagVARIANT): Update fields.
12399
12400         From Craig Lanning <CraigL@DyCon.com>:
12401         * include/commctrl.h: Add some TCS_* macros.
12402         * include/winnls.h (IsValidLocale): Add prototype.
12403
12404 2000-01-18  Mumit Khan  <khan@xraylith.wisc.edu>
12405
12406         * include/oaidl.h: OLE Patches from "Fifer, Eric"
12407         <EFifer@sanwaint.com> needed to build Win32::OLE perl module.
12408         * include/objbase.h: Likewise.
12409         * include/objidl.h: Likewise.
12410         * include/ocidl.h: New file.
12411         * include/oleauto.h: Likewise.
12412         * include/wtypes.h: Likewise.
12413         * lib/oleaut32.def: Likewise.
12414
12415         * include/lmserver.h (NetServerTransportAddEx): Fix prototype.
12416         Thanks to "Jon Leichter" <jon@symas.com>.
12417         * include/commctrl.h (LVM_FINDITEM): Fix typo in macro.
12418         * include/winbase.h: Add GetLongPathName{A,W} prototypes.
12419         * include/shellapi.h (SHGetFileInfo): Add macro. Thanks to
12420         "Axel Riese" <ariese@andromeda.risc.uni-linz.ac.at>.
12421         (CommandLineToArgvW): Fix prototype. Thanks to "Frans E. van
12422         Dorsselaer" <frans@bia-bv.demon.nl>.
12423         * include/httpext.h: New file. Thanks to Jan Nijtmans
12424         <j.nijtmans@chello.nl>.
12425         * include/mmsystem.h (WAVEFORMATEX): Guard definition to avoid
12426         redefinition of LPCWAVEFORMATEX in DirectX headers.
12427         (CALLBACK_NULL): Define to be 0. Thanks to Krzysztof Nikiel
12428         <krzych00@priv7.onet.pl>.
12429         * include/sqlext.h (SQLDriverConnnect): Fix prototype.
12430         * include/windef.h (HRESULT): Guard definition to avoid
12431         redefinition in DirectX headers.
12432         * include/winnt.h: Add target macros from windows.h.
12433         * include/windows.h: Update synch comment for target macros.
12434         (_ANONYMOUS_STRUCT): Define for GCC 2.95 and newer.
12435         (_ANONYMOUS_UNION): Likewise.
12436         * include/wingdi.h (AbortPrinter): Move from here ...
12437         * include/winspool.h (AbortPrinter): to here and fix linkage.
12438         (MONITOR_INFO_2{A,W}): Define.
12439         * include/winsock.h (htons): Fix argument.
12440         (htonl): Likewise.
12441         * include/winsock2.h (SO_*, MAX_*, WSA_*): Add macros.
12442         (GROUP): Define.
12443         (GUID): Define conditionally.
12444         (WSAPROTOCOLCHAIN, WSAPROTOCOL_INFO): Define.
12445         (WSASocket*): Declare.
12446         * include/basetyps.h (GUID): Guard REGUID and LPGUID as well.
12447
12448         * lib/dsetup.def: Remove leading underscore.
12449         * lib/dsound.def: Likewise.
12450         * lib/ws2_32.def: Likewise.
12451
12452 1999-12-22  Mumit Khan  <khan@xraylith.wisc.edu>
12453
12454         * include/windef.h (HMONITOR, HTERMINAL, HWINEVENTHOOK): Define
12455         handles.
12456
12457         * lib/Makefile.in (EXTRA_OBJS): Add dinput.o.
12458         * lib/dinput.c: Include windows.h for GCC.
12459         * lib/dxguid.c: Likewise.
12460         (INITGUID): Define macro.
12461
12462         * include/objidl.h (ISequentialStream): Define interface.
12463         (IStream): Derive from ISequentialStream.
12464
12465         * include/objidl.h (IStream::{LockRegion, UnlockRegion, Stat,
12466         Clone}): Mark as PURE.
12467         (IDataObject::EnumDAdvise): Likewise.
12468         * include/oleidl.h (IDropSource::GiveFeedback): Likewise.
12469         (IViewObject::Unfreeze): Likewise.
12470         (IViewObject2::Unfreeze): Likewise.
12471
12472         * include/objidl.h: Add various IID_ declarations.
12473         * include/olectl.h: Likewise.
12474         * include/oleidl.h: Likewise.
12475
12476 1999-12-21  Mumit Khan  <khan@xraylith.wisc.edu>
12477
12478         * Snapshot 1999-12-21.
12479
12480         * include/winbase.h (CancelIO): Rename to CancelIo.
12481         * include/winsvc.h (LPHANDLER_FUNCTION): Fix prototype.
12482         * include/winuser.h (PEVENTMSG, LPEVENTMSG): Declare.
12483
12484         * Merge with winsup-19991218.
12485         * include/winnt.h: Add defines for W2K ACL control flags.
12486
12487         * Merge with Anders Norlander's 19991130 snapshot.
12488
12489         * include/windows.h: #include mmsystem.h ifndef WIN32_LEAN_AND_MEAN.
12490         * include/winbase.h (EXCEPTION_INVALID_HANDLE): Define.
12491
12492         Patch from Harold Weissfield
12493         * include/shellapi.h: Added some ABN_* defines.
12494
12495         * include/commctrl.h (_TrackMouseEvent): Add prototype.
12496         * lib/comctl32.def (_TrackMouseEvent): Import.
12497         * include/winuser.h: Misc. fixes from Sang Cho
12498         <sangcho@alpha94.chongju.ac.kr>.
12499         * include/winuser.h (SM_CMETRICS): Define to 76 or 83 depending on
12500         value of _WIN32_WINNT.
12501         * include/winuser.h: Reorganize SM_* defines in numerical order.
12502
12503 1999-12-14  Mumit Khan  <khan@xraylith.wisc.edu>
12504
12505         * include/windef.h: Make RECTL a distinct type from RECT.
12506         * include/windows.h: Define upto 8 DUMMYUNIONNAMEs for DirectX.
12507         * include/winuser.h (CDS_): Update (Franco Bez <franco.bez@gmx.de>).
12508         (COMPAREITEMSTRUCT): Fix fields.
12509         (SERIALKEYSA): Likewise.
12510         (SERIALKEYSW): Likewise..
12511         * include/winbase.h (CRITICAL_SECTION_DEBUG): Likewise.
12512         (WIN32_FIND_DATAA): Likewise.
12513         (WIN32_FIND_DATAW): Likewise.
12514         * include/commdlg.h (SNDMSG): Define.
12515         * include/winsock.h (SO_UPDATE_ACCEPT_CONTEXT): Define.
12516         (SO_CONNECT_TIME): Likewise.
12517         (AcceptEx): Declare.
12518         (GetAcceptExSockaddrs): Likewise.
12519         * include/winsock2.h: Fix typo in #ifdef __cplusplus.
12520         * include/winspool.h: Add RC_INVOKED guard.
12521         * lib/wsock32.def (AcceptEx@32): Export.
12522         (GetAcceptExSockaddrs@32): Likewise.
12523
12524 1999-11-18  Mumit Khan  <khan@xraylith.wisc.edu>
12525
12526         * Snapshot 1999-11-18.
12527
12528         * include/oaidl.h (tagVARIANT): Rename pbool to pboolVal needed by
12529         Octopod C++ IDE (and MSVC compatibility).
12530         * include/oleauto.h (V_BOOLREF(X)): Likewise.
12531         * include/shellapi.h (ShellAbout*): Fix typo.
12532         * wingdi.h (FW_ULTRABOLD): Likewise.
12533         * include/winnt.h (_TAPE_ERASE, _TAPE_PREPARE, _TAPE_SET_POSITION,
12534         _TAPE_WRITE_MARKS): Add missing fields and fix existing ones.
12535         Add packing directives for various structures. All structure
12536         sizes now conform to MSVC.
12537
12538 1999-11-07  Mumit Khan  <khan@xraylith.wisc.edu>
12539
12540         Released 1999-11-07.
12541
12542 1999-11-06  Mumit Khan  <khan@xraylith.wisc.edu>
12543
12544         * include/winsock2.h: New file. Mostly a stub for now.
12545         * include/winbase.h (DllMain): Delete prototype.
12546         * include/commctrl.h (Header_SetItem): Fix macro.
12547         * include/{isguids.h, lmerrlog.h, mcx.h, objfwd.h, olectl.h,
12548         regstr.h, richole.h, rpcdce.h, rpcdcep.h, rpcnsi.h, rpcproxy.h,
12549         shlguid.h, sqltypes.h, winperf.h}: Enclose in extern "C" if c++.
12550
12551         Merge in changes from wxWindows.
12552         * include/basetyps.h (GUID_DEFINED, UUID_DEFINED): Add guards.
12553         * include/oaidl.h (DISPID_*): Add macros.
12554         (IID_ITypeLib, IID_ICreateTypeInfo, IID_ICreateTypeInfo2,
12555         IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_ITypeInfo,
12556         IID_IErrorInfo, IID_IDispatch, IID_ICreateErrorInfo): Declare.
12557         * include/objidl.h (IDataObject): Fix EnumFormatEtc parameter.
12558
12559         Merge in changes from Octopod C++ IDE group.
12560         * include/commctrl.h (NMHEADERA, NMHEADERW): Define.
12561         (Header_InsertItem): Fix macro.
12562         * include/oaidl.h (IID_IDispatch): Declare.
12563         (IID_ISupportErrorInfo): Likewise.
12564         (IDispatch): Rename Invoked to Invoke.
12565         * include/objidl.h (IPersist): Fix GetClassID.
12566         * include/oleauto.h (VectorFromBstr): Declare.
12567         (BstrFromVector): Likewise.
12568         * include/olectl.h (OLEMISC_*): Update.
12569         * include/olectlid.h (IID_IDispatch): Declare.
12570         * include/oleidl.h (IOleObject): Fix GetExtent and SetExtent.
12571         (IOleInPlaceFrame): Fix.
12572         (ISupportErrorInfo): Define.
12573         (IErrorInfo): Define.
12574         * include/winuser.h (SIF_TRACKPOS): Define.
12575
12576 1999-11-03  Mumit Khan  <khan@xraylith.wisc.edu>
12577
12578         Fix Merge errors:
12579         * include/winnt.h (PSID): Uncomment definition.
12580         (PISID): Rename from PSID.
12581         (struct _TAPE_GET_MEDIA_PARAMETER): Remove reserved field.
12582         (struct _SECURITY_ATTRIBUTES): Remove multiple definition.
12583
12584         * include/lmalert.h, include/lmbrowsr.h, include/lmchdev.h,
12585         include/lmconfig.h, include/lmerrlog.h, include/lmmsg.h,
12586         include/lmremutl.h, include/lmrepl.h, include/lmserver.h,
12587         include/lmsvc.h, include/lmwksta.h, include/oaidl.h,
12588         include/shellapi.h, include/winbase.h, include/wingdi.h,
12589         include/winnt.h, include/winsock.h: Merged with winsup-19991026.
12590
12591 1999-10-31  Mumit Khan  <khan@xraylith.wisc.edu>
12592
12593         * include/wingdi.h (PHYSICAL*, SCALINGFACTOR*): New. From
12594         Marius Kjeldahl <kjeldahl@hotmail.com>.
12595
12596 1999-08-29  Mumit Khan  <khan@xraylith.wisc.edu>
12597
12598         * include/winnt.h (APPLICATION_ERROR_MASK): Add macros.
12599         (ERROR_SEVERITY_*): Likewise.
12600
12601 1999-08-17  Mumit Khan  <khan@xraylith.wisc.edu>
12602
12603         * include/winbase.h (TLS_OUT_OF_INDEXES): Add macro.
12604         (DllMain): Fix prototype.
12605
12606 1999-08-02  Mumit Khan  <khan@xraylith.wisc.edu>
12607
12608         * include/commdlg.h: Enclose within pack(push,1) and pack(pop).
12609         (cderr.h): Don't include.
12610         * include/winuser.h: Fix macro definitions.
12611
12612 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12613
12614         Merge with winsup 1999-07-29:
12615         * include/wincon.h (MOUSE_WHEELED): Define.
12616         * include/winnt.h (PSECURITY_ATTRIBUTES): Add type.
12617         (SECURITY_DESCRIPTOR): Add struct type.
12618         (PSECURITY_DESCRIPTOR): Pointer to above type. BEWARE: this type
12619         is equal to PVOID in the Platform SDK! So don't depend on accessing
12620         members through ->.
12621
12622 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12623
12624         * lib/Makefile.in (install-headers): Don't @ commands.
12625         (install-libraries): Ditto.
12626
12627 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12628
12629         * include/sqlext.h: Use #include <sql.h> instead of "sql.h".
12630
12631 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12632
12633         Patch from Mumit Khan:
12634         * include/windows.h: Fix typo in winsock.h include guard and add
12635         _UWIN to the list.
12636         * include/winnt.h (__int64): Undefine first.
12637         (struct _SID): Declare.
12638
12639 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12640
12641         * include/winnt.h: Add some REG_* defines reported by Boris Lantrewitz.
12642
12643 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12644
12645         Patch from Mumit Khan:
12646         * Makefile.in: Do the right thing when cross-compiling.
12647         * include/windef.h: Don't define _export and __export if already
12648         defined.
12649
12650 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12651
12652         * include/basetyps.h (DECLARE_INTERFACE): Use com_interface attribute.
12653         (DECLARE_INTERFACE_): Ditto.
12654
12655 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12656
12657         * include/mmsystem.h (HWAVEOUT): Fix missing ')'
12658
12659         Reported by Brad Porter
12660         * include/wingdi.h (FW_ULTRALIGHT): Add.
12661         (FW_DEMIBOLD): Add.
12662         (FW_ULTRABOLD): Add.
12663         (FW_BLACK): Add.
12664         (JOHAB_CHARSET): Add.
12665         (VIETNAMESE_CHARSET): Add.
12666
12667
12668 1999-05-15  Anders Norlander  <anorland@hem2.passagen.se>
12669
12670         * lib/scrnsave.c (WinMain): Remove dependencies on C library.
12671         * lib/Makefile.in (Makefile): Regenerate.
12672         * include/pshpack[1248].h: New files, if a program would use any of
12673         them.
12674         * include/poppack.h: Ditto.
12675         * include/windef.h (_WIN32_WINNT): Define
12676         * include/windows.h: Remove DUMMYUNIONNAME[45].
12677         * include/windows.h: Correctly define _M_IX86 to reflect the target
12678         processor.
12679         * include/windows.h: Add preliminary support for other architectures.
12680         * include/winnt.h: Add CONTEXT structure for PPC and ALPHA.
12681         * include/winnt.h: Remove PACKED from U/LARGE_INTEGER
12682         * include/winnt.h (LUID_AND_ATTRIBUTES): Use pack(4) to solve alignment
12683         issue with LARGE_INTEGER.
12684         (ANSI_NULL): Define.
12685         (PSZ): Define.
12686         (ACL_REVISION[1234]): Define.
12687         (MIN/MAX_ACL_REVISION): Define.
12688         (PTCHAR): Define.
12689         (LANG_USER_DEFAULT): Define.
12690         (LANG_SYSTEM_DEFAULT): Define.
12691         (LOCALE_NEUTRAL): Define.
12692         (SORTVERSIONFROMLCID): Define.
12693         * include/windef.h (UNREFERENCED_PARAMETER): Define.
12694         (UNREFERENCED_LOCAL_VARIABLE): Define.
12695         (DBG_UNREFERENCED_PARAMETER): Define.
12696         (DBG_UNREFERENCED_LOCAL_VARIABLE): Define.
12697         * lib/mswsock.def: New file. Imports for mswsock.dll.
12698         * include/custcntl.h: New file. Necessary to compile some SDK
12699         samples.
12700         * include/winuser.h (SM_MOUSEWHEELPRESENT): Define.
12701         (WM_MOUSEWHEEL): Define.
12702         (WHEEL_DELTA): Define.
12703         (WM_MOUSELAST): Redefine to reflect WM_MOUSEWHEEL.
12704         (WM_NEXTMENU): Define.
12705         (CharNextA): Fix prototype.
12706         (CharNextW): Ditto.
12707
12708 1999-05-14  Anders Norlander  <anorland@hem2.passagen.se>
12709
12710         * include/winsock.h: Enclose in extern "C" if C++, huh?
12711         * include/winuser.h(WM_SYNCPAINT): Define. From fltk.
12712
12713 1999-05-13  Anders Norlander  <anorland@hem2.passagen.se>
12714
12715         * include/windef.h (NULL): Define only ifndef
12716         (TRUE): Ditto, was previously only defined ifndef FALSE
12717         (PASCAL): Define as _pascal
12718         (__pascal): Define
12719         (WINAPIV): Define
12720         (min,max): Define only ifndef NOMINMAX
12721
12722 1999-05-10  Anders Norlander  <anorland@hem2.passagen.se>
12723
12724         * include/commctrl.h: Support for Date/Calendar controls + IE controls.
12725         You must define _WIN32_IE if you want support for it.
12726         Modified patch from Nirmal Prasad  <nprasad@truept.com>.
12727
12728 1999-05-10  Ron Aaron   <v-ronaar@Exchange.Microsoft.com>
12729
12730         * include/wincon.h: Add some ButtonState flags and EventFlags.
12731
12732 1999-05-10  Anders Norlander  <anorland@hem2.passagen.se>
12733
12734         * include/basetyps.h: Don't support COM when __OBJC__ defined because
12735         interface define causes mayhem.
12736         (DEFINE_INTERFACE): Use comobject attribute only if HAVE_COMOBJECT is
12737         defined.
12738         * include/windows.h: Undefine BOOL if __OBJC__ defined
12739
12740 1999-05-09  Chris Faylor  <cgf@cygnus.com>
12741
12742         * include/winnls.h: Define additional code pages.
12743
12744 1999-05-09  Anders Norlander  <anorland@hem2.passagen.se>
12745
12746         * include/winbase.h(RtlFillMemory): Parameters got passed in wrong
12747         order, corrected.
12748         (RtlZeroMemory): Use RtlFillMemory
12749
12750 1999-05-04  Anders Norlander  <anorland@hem2.passagen.se>
12751
12752         * include/winnt.h: Add PACKED to LARGE_INTEGER and ULARGE_INTEGER
12753         to get the correct size when used in some structs.
12754         (ULARGE_INTEGER): Ditto.
12755         * include/winnt.h (TAPE_CREATE_PARTITION): Add struct.
12756         * include/winnt.h: Add TAPE_* pointer types PTAPE_*
12757
12758 1999-05-02  Nirmal Prasad  <nprasad@truept.com>
12759
12760         * include/wininet.h: Enclose in extern "C" if c++
12761         (INTERNET_BUFFERSA/W): Define struct
12762         * include/wininet.h: Add some HSR_* defines
12763
12764 1999-05-02  Anders Norlander  <anorland@hem2.passagen.se>
12765
12766         * include/winnt.h (IMAGE_FIRST_SECTION): Prepend missing paren
12767         * include/winnt.h (UNALIGNED): Define
12768         * include/windef.h (DECLSPEC_NORETURN): Define
12769
12770         * include/wininet.h (INTERNET_MAX_NAME): Remove
12771         (INTERNET_MAX_SCHEME_LENGTH): Define
12772         (INTERNET_MAX_URL_LENGTH): Use INTERNET_MAX_SCHEME_LENGTH
12773         * include/wininet.def: Completely redone, it was losing badly.
12774
12775 1999-05-01  Anders Norlander  <anorland@hem2.passagen.se>
12776
12777         * lib/dplayx.def: Remove '_' prefixes
12778         * lib/shell32.def: Remove imports for IID_ContextMenu
12779
12780 1999-04-29  Anders Norlander  <anorland@hem2.passagen.se>
12781
12782         * Makefile.in (dist): Support dist target
12783         * lib/Makefile.in (dist): Likewise
12784         * lib/Makefile.in (uninstall-headers): Fix command
12785         * Makefile.in (bindist): Target to build a prebuilt dist
12786
12787         * lib/ws2_32.def: Winsock2 implib
12788
12789         * include/largeint.h: New header
12790         * include/largeint.c: Large integer support library
12791         * lib/Makefile.in(EXTRA_LIBS): Add liblargeint.a
12792         (EXTRA_OBJS): Add largeint.o
12793
12794         * include/Makefile: Remove
12795         * lib/Makefile: Remove
12796         * Makefile: Remove
12797         * configure.in: New autoconf script
12798         * configure: generated configure script
12799         * Makefile.in: autoconf makefile template
12800         * lib/Makefile.in: Ditto
12801         * include/test.c: mv to lib/test.c
12802         * include/res.rc: mv to lib/res.rc
12803         * include/TODO: mv to .
12804         * include/Notes: mv to ./NOTES
12805
12806 1999-04-28  Anders Norlander  <anorland@hem2.passagen.se>
12807
12808         * include/zmouse.h (WHEEL_DELTA): Define
12809
12810 1999-04-26  Mumit Khan  <khan@xraylith.wisc.edu>
12811
12812         * include/ddeml.h (HSZPAIR): Declare.
12813         * include/zmouse.h: New file.
12814
12815 1999-04-27  Daniel Guerrero Miralles  <daniel.guerrero@upcnet.upc.es>
12816
12817         * lib/d3dim.def: New implib
12818         * lib/d3drm.def: Ditto
12819         * lib/d3dxof.def: Ditto
12820         * lib/ddraw.def: Ditto
12821         * lib/dinput.def: Ditto
12822         * lib/dplayx.def: Ditto
12823         * lib/dsetup.def: Ditto
12824         * lib/dsound.def: Ditto
12825         * lib/dinput.c: Guid library for DirectInput
12826         * lib/dxguid.c: Guid library for DirectX
12827
12828 1999-04-21  Anders Norlander  <anorland@hem2.passagen.se>
12829
12830         * include/windowsx.h (GET_X_LPARAM): Missing macro added (reported
12831         by Ron Aaron).
12832         * include/windowsx.h (GET_Y_LPARAM): Also missing
12833         * include/winnls.h (IsValidCodePage): Missing prototype added (reported
12834         by Mumit Khan).
12835
12836 1999-04-18  Anders Norlander  <anorland@hem2.passagen.se>
12837
12838         * include/scrnsave.h: New header file for screen saver library
12839         * lib/scrnsave.c: New file: screen saver library
12840
12841 1999-04-17  Anders Norlander  <anorland@hem2.passagen.se>
12842
12843         * include/regstr.h: Enclosed all strings in TEXT() macros so it
12844         works well in when UNICODE is defined
12845
12846 1999-04-17  Nirmal Prasad  <nprasad@truept.com>
12847
12848         * include/winuser.h(STYLESTRUCT): New struct
12849         * include/wingdi.h:(GOBJENUMPROC): This function type should
12850         return void.
12851
12852 1999-04-17  Anders Norlander  <anorland@hem2.passagen.se>
12853
12854         * include/basetyps.h (LPGUID): New typedef
12855         * lib/glut.def: Import library defintions for glut.dll
12856         * lib/glu32.def: Ditto for glut32.dll
12857         * include/winnt.h: Fixed handling of wchar_t typedef
12858         * include/sql.h(SQL_NO_DATA_FOUND): Replace with SQL_NO_DATA
12859         * include/sqlext.h(SQL_NO_DATA_FOUND): Define as SQL_NO_DATA
12860
12861 1999-03-20  Anders Norlander  <anorland@hem2.passagen.se>
12862
12863         * include/winbase.h(AbnormalTermination): Define as FALSE
12864         * include/commctrl.h: Support for new progress bar messages/styles
12865
12866 1999-03-20  Geoffrey Noer  <noer@cygnus.com>
12867
12868         * include/commdlg.h(PageSetupDlg): New define
12869         * include/richedit.h: Missing SCF_* defines
12870         * include/winnt.h: Lots o' defines
12871         * include/winbase.h(AllocateAndInitializeSid): Corrected prototype
12872
12873 1999-03-09  Anders Norlander  <anorland@hem2.passagen.se>
12874
12875         * include/commdlg.h: Removed pack pragma
12876         * lib/comctl32.def(InitCommonControlsEx@4): Added import
12877
12878 1999-03-08  Anders Norlander  <anorland@hem2.passagen.se>
12879
12880         * Makefile: Set version to 0.1.5
12881         * lib/Makefile (clean): Fix typo
12882
12883         * include/commctrl.h: Removed pack pragma
12884         * include/cpl.h: Likewise
12885         * include/dbt.h: Likewise
12886         * include/dde.h: Likewise
12887         * include/nddeapi.h: Likewise
12888         * include/shellapi.h: Likewise
12889         * include/wincrypt.h: Likewise
12890         * include/lmaccess.h: Fixed USER_PRIV_ADMIN typo
12891
12892         * include/winsock.h (netent): Define only ifndef __INSIDE_CYGWIN__
12893         (servent): Likewise
12894         (protoent): Likewise
12895
12896         * include/windows.h: Prevent inclusion of winsock.h if we are
12897         using or compiling cygwin. Define Win32_Winsock to force inclusion.
12898
12899 1999-01-08  Anders Norlander  <anorland@hem2.passagen.se>
12900
12901         * include/winbase.h (CREATE_FORCEDOS): New define
12902
12903 1999-01-07  Anders Norlander  <anorland@hem2.passagen.se>
12904
12905         * include/wincon.h(KEY_EVENT_RECORD): Fixed packing problem on
12906         (COORD): Likewise
12907         * include/wingdi.h (BITMAPFILEHEADER): Fixed packing
12908         * include/windows.h: Added DUMMYUNIONNAME4 and 5
12909         * include/winnt.h (LUID_AND_ATTRIBUTES_ARRAY): New type
12910         (PLUID_AND_ATTRIBUTES_ARRAY): New type
12911
12912         * include/ddeml.h: Removed unnecessary `#pragma pack'
12913         * include/imm.h: Likewise
12914         * include/nddeapi.h: Likewise
12915         * include/nspapi.h: Likewise
12916         * include/regstr.h: Likewise
12917         * include/wincon.h: Likewise
12918         * include/windef.h: Likewise
12919         * include/winioctl.h: Likewise
12920         * include/winnls.h: Likewise
12921         * include/winsvc.h: Likewise
12922         * include/winuser.h: Likewise
12923         * include/winver.h: Likewise
12924         * include/wtypes.h: Likewise
12925
12926 1999-01-05  Anders Norlander  <anorland@hem2.passagen.se>
12927
12928         * Makefile (VERSION): Set to 0.1.4
12929         * include/basetyps.h: Check for NOCOMOBJECT
12930         * include/Makefile: Pass -DNOCOMOBJECT to g++ to avoid warnings
12931         on comobject attribute.
12932         * lib/kernel32.def: Added a few functions
12933         * include/windef.h (DWORD): Changed back to unsigned long
12934
12935         * include/windows.h: Include only winresrc.h if RC_INVOKED is defined,
12936         winresrc.h in turn includes the necessary headers. This makes things
12937         much simpler, no need to protect blocks of code in headers that
12938         should not be seen by the resource compiler.
12939
12940 1999-01-05  Geoffrey Noer  <noer@cygnus.com>
12941
12942         * include/winbase.h (STATUS_INVALID_HANDLE): Added define
12943         * include/wincon.h: Added console event type flags
12944         * include/winnt.h (FILE_SHARE_DELETE): Added
12945           (SECURITY_DESCRIPTOR): typedef as DWORD
12946
12947         * include/winuser.h (WM_PENWINFIRST): Fixed typo
12948         * include/winsock.h: Protect some blocks with __INSIDE_CYGWIN_ and
12949         define u_* types only if _SYS_TYPES_H is not defined.
12950
12951 1999-01-02  Anders Norlander  <anorland@hem2.passagen.se>
12952
12953         * COPYING.LIB: Deleted
12954         * README: Updated to reflect license changes
12955         * include/shlobj.h: Remove extra comma on some enums
12956         * include/windef.h: Changed DWORD typedef from unsigned long to
12957         unsigned int in order to avoid warnings on bit fields that
12958         use DWORD.
12959         * include/Makefile (test): Compile with all warnings
12960         * include/unknwn.h: Include objfwd.h
12961         * include/winsock.h: Added missing copyright notices.
12962
12963 1999-01-01  Anders Norlander  <anorland@hem2.passagen.se>
12964
12965         * lib/winmm.def: Corrected LIBRARY statement
12966         * include/mmsystem.h: Define mmioSeek codes if not already defined
12967         * include/commctrl.h (CreateStatusWindowA): Corrected prototype
12968         (CreateStatusWindowW): Likewise
12969
12970         * include/winresrc.h: Include only files necessary instead of windows.h
12971         * include/dde.h: Allow inclusion in resource scripts.
12972         * include/winnt.h: Likewise
12973         * include/commctrl.h: Likewise
12974         * include/prsht.h: Likewise
12975         * README: Updated
12976
12977 1998-12-10  Anders Norlander  <anorland@hem2.passagen.se>
12978
12979         * include/sqltypes.h (SQLHANDLE): Added this type
12980         (SQLHDESC): Likewise
12981         * include/sql.h (SQLFreeHandle): Added this prototype
12982         (SQLAllocHandle): Likewise
12983
12984 1998-12-08  Anders Norlander  <anorland@hem2.passagen.se>
12985
12986         * include/winsock.h: Define _GNU_H_WINDOWS32_SOCKETS to avoid
12987         conflicts with cygwin headers.
12988
12989 1998-12-06  Anders Norlander  <anorland@hem2.passagen.se>
12990
12991         * Makefile: Changed VERSION to 0.1.3
12992         * Makefile (dist-lib): New target to make import library only
12993         distribution
12994         * Makefile (dist-hdr): New target to make headers only distribution
12995         * Makefile (dist): Now depends on dist-lib and dist-hdr instead of
12996         building one single distribution file.
12997         * dist.mak: Deleted
12998
12999         * include/lm.h: New file
13000         * include/lmcons.h: New file
13001         * include/lmalert.h: New file
13002         * include/lmaudit.h: New file
13003         * include/lmconfig.h: New file
13004         * include/lmapibuf.h: New file
13005         * include/lmaccess.h: New file
13006         * include/lmchdev.h: New file
13007         * include/lmremutl.h: New file
13008         * include/lmrepl.h: New file
13009         * include/lmerrlog.h: New file
13010         * include/lmat.h: New file
13011         * include/lmuse.h: New file
13012         * include/lmuseflg.h: New file
13013         * include/lmserver.h: New file
13014         * include/lmerr.h: New file
13015         * include/lmsname.h: New file
13016         * include/lmstats.h: New file
13017         * include/lmsvc.h: New file
13018         * include/lmwksta.h: New file
13019         * include/lmbrowsr.h: New file
13020
13021 1998-12-05  Anders Norlander  <anorland@hem2.passagen.se>
13022
13023         * include/unknwn.h: Fixed IClassFactory declaration; INTERFACE was missing
13024         * include/unknwn.h: Added extern declaration for IID_IClassFactory
13025
13026         * include/initguid.h: New file
13027
13028         * include/rpcndr.h: Defined hyper and MIDL_hyper as double if 64 bit
13029         int not supported
13030
13031         * include/winnt.h: Added USN
13032         * include/winnt.h: Changed handling of 64 bit int support
13033
13034         * include/windows.h: Added support for BC,LCC and MSVC
13035
13036         * include/windows.h: Changed handling machine architecture defines
13037
13038         * include/olectl.h: New file
13039
13040 1998-12-04  Anders Norlander  <anorland@hem2.passagen.se>
13041
13042         * include/oleidl.h: Added IViewObject and IViewObject2
13043
13044         * include/objidl: Corrected prototype for IStorage::DestroyElement and
13045         IStorage::MoveElement
13046
13047         * include/oledlg.h: New file
13048
13049         * include/winresrc.h: New file
13050
13051         * include/wingdi.h: Added LPDOCINFO
13052
13053         * include/commctrl.h: Added SBARS_SIZEGRIP and TVM_SETINDENT
13054         * include/commctrl.h: Added TCM_SETITEM to UNICODE/ANSI block
13055         * include/commctrl.h: Added ListView_GetSelectedCount, ListView_GetItemSpacing,
13056         TabCtrl_SetImageList and TabCtrl_GetItemCount
13057         * include/commctrl.h: Added TVM_FIRST, HDM_FIRST and TV_FIRST
13058
13059         * include/windowsx.h: Added missing ListBox_xx ComboBox_xx etc. macros
13060
13061         * include/wingdi.h: Added (L)PBITMAP,(L)PBITMAPCOREHEADER,
13062         PBITMAPINFOHEADER, (L)PBITMAPCOREINFO and (L)PBITMAPFILEHEADER.
13063
13064         * include/commdlg.h: Added LPDEVNAMES
13065
13066         * include/windows.h: Include excpt.h
13067
13068         * include/excpt.h: New file. This file just contains some
13069         stubs for SEH that do nothing.
13070
13071         * include/commctrl.h: Added general WM_NOTIFY codes
13072
13073         * include/winuser.h: Added ICON_SMALL and ICON_BIG
13074         * include/winuser.h: Removed VK_0-VK_9 VK_A-VK_Z; they should obviously
13075         not be in the headers.
13076         * include/winuser.h: Added LPCBTACTIVATESTRUCT and LPCLIENTCREATESTRUCT
13077         * include/winuser.h: Added old WM_SIZE parameter names so
13078         wxWindows compiles.
13079         * include/winuser.h: Added IDC_SIZE and IDC_ICON
13080         * include/winuser.h: Added LPDLGITEMTEMPLATE
13081         * include/winuser.h: HTCAPTION was missing value
13082         * include/winuser.h: Added WM_ACTIVE flags
13083
13084         * include/windowsx.h: Added _fmemcpy so V compiles; also added
13085         _fxx defines for memmove, memset and memcmp
13086
13087         * include/windef.h: Changed _export and __export to empty defines
13088
13089         * include/shellapi.h: Corrected prototypes for ExtractIcon functions.
13090         String parameters were not const and ExtractAssociatedIcon takes
13091         a WORD pointer not DWORD pointer as last parameter.
13092
13093         * Makefile: Changed VERSION to 0.1.2
13094
13095         * include/ole2ver.h: New file
13096
13097         * Makefile: Removed all dependencies on GLUT
13098
13099         * include/GL/glut.h: Removed file because of decision to remove
13100         files that are not part of the library.
13101         * lib/glut.def: Likewise
13102         * lib/glut32.def: Likewise
13103
13104         * include/windows.h: Include winperf.h
13105
13106         * include/winperf.h: New file
13107
13108         * lib/gdi32.def: Added GetEnhMetaFilePixelFormat
13109
13110         * include/winnls.h: Added calendar types
13111         * include/winnls.h: Added country codes
13112
13113 1998-12-03  Anders Norlander  <anorland@hem2.passagen.se>
13114
13115         * include/windef.h: Added PROC and NEARPROC
13116
13117         * include/wingdi.h: Added ChoosePixelFormat, DescribePixelFormat
13118         * include/wingdi.h: Added OpenGL types and prototypes
13119         * include/wingdi.h: Added ENHMETA_STOCK_OBJECT
13120         * include/wingdi.h: Added DCTT_DOWNLOAD_OUTLINE
13121         * include/wingdi.h: Added POINTFX, TTPOLYCURVE and TTPOLYGONHEADER
13122         * include/wingdi.h: Added truetype character outline types
13123         * include/wingdi.h: Added DEVMODE initialization flags
13124         * include/wingdi.h: Added panose codes
13125         * include/wingdi.h: Added missing character sets
13126         * include/wingdi.h: Added ANTIALIASED_QUALITY and
13127         NONANTIALIASED_QUALITY
13128         * include/wingdi.h: Added ENUMLOGFONTA/W and ENUMLOGFONTEXA/W
13129         * include/wingdi.h: Added pointer types for EXTLOGPEN
13130         * include/wingdi.h: Added PATTERN type
13131         * include/wingdi.h: Added NEWTEXTMETRICA/W and NEWTEXTMETRICEXA/W
13132         * include/wingdi.h: Added new text metric flags
13133         * include/wingdi.h: Added pitch and family flags
13134         * include/wingdi.h: Moved BCHAR defintion from winnt.h here
13135         * include/wingdi.h: Added METAHEADER
13136         * include/wingdi.h: Fixed packing of RGBTRIPLE and BITMAPFILEHEADER
13137         * include/wingdi.h: Added TA_MASK
13138         * include/wingdi.h: Added MAXSTRETCHBLTMODE
13139         * include/wingdi.h: Added error codes
13140
13141         * include/winuser.h: Added missing winhelp structures
13142         * include/winuser.h: Added dialog flags/styles/messages
13143         * include/winuser.h: Added EM_SETMARGIN codes
13144         * include/winuser.h: Made it possiblie to use IDI_XX values
13145         in resource files.
13146         * include/winuser.h: Added missing LoadImage load flags
13147         * include/winuser.h: Added missing message box flags
13148         * include/winuser.h: Added ScrollWindow codes
13149         * include/winuser.h: Added DT_WORD_ELLIPSIS
13150         * include/winuser.h: Added drag and drop support
13151         * include/winuser.h: Added WM_MENUCHAR return codes
13152         * include/winuser.h: Added DLGWINDOWEXTRA
13153         * include/winuser.h: Added missing SetWindowPos flags.
13154         * include/winuser.h: Added BSF_NOTIMEOUTIFNOTHUNG
13155         * include/winuser.h: Added IDHOT_xx defines
13156         * include/winuser.h: Added MOD_WIN
13157         * include/winuser.h: Added missing defines and structs for owner draw
13158         controls.
13159         * include/winuser.h: Added WPF_RESTORETOMAXIMIZED and
13160         WPF_SETMINPOSITION
13161         * include/winuser.h: Added DrawAnimatedRects flags
13162         * include/winuser.h: Added WM_PRINT codes
13163         * include/winuser.h: Added CS_IME class style
13164         * include/winuser.h: Added WM_SIZE codes
13165         * include/winuser.h: Added WM_MOUSEACTIVATE return codes
13166         * include/winuser.h: Added WM_NCHITTEST return codes
13167         * include/winuser.h: Added WM_SIZING parameters
13168         * include/winuser.h: Added WM_NEXTMENU and MDINEXTMENU
13169         * include/winuser.h: Added menu loop codes.
13170         * include/winuser.h: Added NFR_ANSI, NFR_UNICODE, NF_QUERY and
13171         NF_REQUERY
13172         * include/winuser.h: Added WM_POWER flags
13173         * include/winuser.h: Added KL_NAMELENGTH, WSF_VISIBLE
13174         * include/winuser.h: Added missing message filter codes
13175         * include/winuser.h: Added WM_KEYXX message flags
13176         * include/winuser.h: Added WM_SHOWMESSAGE flags
13177         * include/winuser.h: Added old ShowWindow commands
13178         * include/winuser.h: Fixed packing of DLGITEMTEMPLATE and DLGTEMPLATE
13179         structures.
13180
13181         * include/mciavi.h: New file for the MCI AVI driver that for some
13182         reason is not in mmsystem.h.
13183
13184         * include/winbase.h: Added PIPE_UNLIMITED_INSTANCES and INVALID_FILE_SIZE
13185         * include/winbase.h: Added SECURITY_xx for CreateFile
13186         * include/winbase.h: Added RTS and DTS control values
13187         * include/winbase.h: Fixed SYSTEM_INFO structure
13188         * include/winbase.h: Added CREATE_NO_WINDOW, CREATE_SHARED_WOW_VDM
13189         * include/winbase.h: Added FILE_TYPE_REMOTE
13190         * include/winbase.h: Added modem status flags
13191         * include/winbase.h: Added HINSTANCE_ERROR
13192         * include/winbase.h: Added DefineDosDevice defines
13193         * include/winbase.h: Added power management flags AC_xx BATTERY_xx
13194         * include/winbase.h: Added STARTF_XX flags
13195         * include/winbase.h: Fixed typo on _lcreat prototype.
13196         * include/winbase.h: Moved DBG_XX to winnt.h
13197         * include/winbase.h: Moved TOKEN_XX, DLL_PROCESS_XX and DLL_THREAD_XX to
13198         winnt.h
13199
13200         * include/unknwn.h: Added extern declaration of IID_IUnknown
13201
13202         * include/windowsx.h: Added hmemcpy.
13203
13204         * include/winnt.h: Added dummy member to DECLARE_HANDLE struct
13205         * include/winnt.h: Added PACCESS_TOKEN
13206         * include/winnt.h: Added TAPE_XX defines and moved some from winbase.h
13207         * include/winnt.h: Added SE_IMPERSONATION_STATE and TOKEN_SOURCE_LENGTH
13208         * include/winnt.h: Added SE_PRIVILEGE_ENABLED_BY_DEFAULT, SE_PRIVILEGE_ENABLED,
13209         SE_PRIVILEGE_USED_FOR_ACCESS, PRIVILEGE_SET_ALL_NECESSARY,
13210         SECURITY_MAX_IMPERSONATION_LEVEL, DEFAULT_IMPERSONATION_LEVEL,
13211         SECURITY_DYNAMIC_TRACKING and SECURITY_STATIC_TRACKING.
13212
13213         * include/winnt.h: Added SE_OWNER_DEFAULTED, SE_GROUP_DEFAULTED, SE_DACL_XX,
13214         SE_SACL_XX, SE_SELF_RELATIVE, SECURITY_DESCRIPTOR_MIN_LENGTH,
13215         SECURITY_DESCRIPTOR_REVISION and SECURITY_DESCRIPTOR_REVISION1.
13216
13217         * include/winsvc.h: Removed conflicting defines which were supposed
13218         to be in winnt.h
13219
13220         * include/winnt.h: Added SERVICE_NODE_TYPE, SERVICE_LOAD_TYPE
13221         and SERVICE_ERROR_TYPE.
13222
13223         * include/winnt.h: Added SERVICE_XX defines.
13224         * include/winsvc.h: Added SERVICES_ACTIVE_DATABASEA/W,
13225         SERVICES_FAILED_DATABASEA/W and SC_GROUP_IDENTIFIERA/W.
13226
13227         * include/winsvc.h: Added SERVICE_STATE_ALL, SERVICE_QUERY_CONFIG,
13228         SERVICE_CHANGE_CONFIG, SERVICE_QUERY_STATUS, SERVICE_ENUMERATE_DEPENDENTS,
13229         SERVICE_START, SERVICE_STOP, SERVICE_PAUSE_CONTINUE,
13230         SERVICE_USER_DEFINED_CONTROL and SERVICE_ALL_ACCESS
13231
13232 1998-12-02  Anders Norlander  <anorland@hem2.passagen.se>
13233
13234         * include/winbase.h: Corrected prototype for CreateProcessA
13235
13236         * include/mmsystem.h: Added CAPS1 and C1_TRANSPARENT for display
13237         driver extensions.
13238
13239         * include/shlobj.h: Corrected prototype for SHGetDesktopFolder, should
13240         be LPSHELLFOLDER* not LPSHELLFOLDER.
13241
13242         * include/windows.h: Include commdlg.h
13243
13244         * include/winuser.h: Added MDICREATESTRUCT
13245
13246         * include/winuser.h: Added LB_ERR, LB_ERRSPACE, LB_OKAY, CB_ERR,
13247         CB_ERRSPACE, and CB_OKAY
13248
13249         * include/wingdi.h: Added LPBITMAPINFOHEADER
13250
13251         * include/rpcproxy.h: Removed IN, OUT and OPTIONAL since they
13252         are meaningless.
13253         * include/rpcdce2.h: Likewise.
13254
13255         * lib/shell32.c: Moved GUID defintions from shlguid.h to this file.
13256
13257         * include/richole.h: Replaced DEFINE_GUID with extern const GUID
13258         * include/olectlid.h: Likewise
13259         * include/shlguid.h: Likewise
13260
13261         * include/coguid.h: Delete file since it was for 16 bit windows only.
13262
13263         * lib/*.def: Appended .dll to library name where needed.
13264
13265         * include/windef.h: Define _stdcall and __stdcall only if not
13266         previously defined instead of undefining first.
13267
13268         * include/dlgs.h: Put RC_INVOKED around structure defs
13269
13270         * include/intshcut.h: New file
13271         * include/isguids.h: New file
13272
13273         * lib/uuid.c: Added all COM/OLE GUIDS I know and do not know about.
13274
13275 1998-12-01  Anders Norlander  <anorland@hem2.passagen.se>
13276
13277         * include/winnt.h: Added check if _T is defined before defining it
13278
13279         * include/windows.h: Include dlgs.h if WIN32_LEAN_AND_MEAN not defined
13280
13281         * include/dlgs.h: New file
13282
13283         * include/winbase.h: Removed DllEntryPoint define
13284
13285         * include/winbase.h: Added SetupComm prototype
13286
13287         * include/rpc.h: SEH RPC functions no longer defined since they weren't
13288         supported anyway.
13289
13290         * include/basetyps.h: Removed use of COMOBJECT define, instead
13291         DECLARE_INTERFACE directly uses comobject attribute when GCC
13292         is used.
13293
13294         * include/wtypes.h: STGC enum was missing typedef
13295
13296         * include/objidl.h: ADVC enum was missing typedef
13297
13298         * include/winnt.h: Moved CHAR, SHORT and LONG definitions so
13299         they are nested within the VOID definition.
13300
13301         * include/winbase.h: Added stream ids and attributes
13302
13303         * include/winbase.h: Changed WIN32_STREAM_ID member cStreamName
13304         to an ANYSIZE_ARRAY array.
13305
13306 1998-11-26  Anders Norlander  <anorland@hem2.passagen.se>
13307
13308         * include/windef.h: defined _declspec as __declspec since
13309         some programs (like VWCL) use _declspec instead of __declspec
13310
13311         * include/winnt.h: added COMPRESS_FORMAT defines
13312
13313         * include/winbase.h: moved IS_TEXT_XXX defines to winnt.h
13314
13315         * include/winnt.h: added HEAP_XXXX defines
13316
13317         * include/winbase.h: moved HEAP_XXXX defines to winnt.h
13318
13319         * include/winnt.h: added defintions for PE/COFF from the PE and COFF
13320         specification.
13321
13322         * include/winnt.h: added NTAPI define
13323
13324 1998-11-25  Anders Norlander  <anorland@hem2.passagen.se>
13325
13326         * include/winnt.h: defined TBYTE,LPTSTR etc in terms of TCHAR
13327         instead of CHAR or WCHAR.
13328
13329         * include/winnt.h: added _T define
13330
13331         * include/winnt.h: added test for _TCHAR_DEFINED
13332
13333         * include/winnt.h: included string.h for memory macros
13334
13335         * include/prsht.h: added PSM_SETFINISHTEXT to UNICODE/ANSI test
13336
13337         * include/prsht.h: moved PSM_SETTITLEA/W to UNICODE test at end of file
13338
13339         * include/prsht.h: added PropSheet_XXX macros
13340
13341
13342 1998-11-24  Anders Norlander  <anorland@hem2.passagen.se>
13343
13344         * include/winspool.h: Changed DeletePrinterProcessor and
13345         DeletePrinterProvidor to DeletePrintXX.
13346
13347         * include/wingdi.h: Changed EMRCREATECOLORSPACE lcs member type to
13348         LOGCOLORSPACEW.
13349
13350         * include/wingdi.h: Changed prototype for CreateColorSpace to A and W
13351         variants
13352
13353         * include/wingdi.h: Likewise for GetLogColorSpace
13354
13355         * include/wingdi.h: Changed LOGCOLORSPACE to LOGCOLORSPACEA/W.
13356
13357         * include/richedit.h: Added missing defines and structures
13358
13359         * include/winuser.h: Moved EDITWORDBREAKPROCEX to include/richedit.h
13360
13361         * include/winuser.h: Added HWND_DESKTOP
13362
13363 1998-11-23  Anders Norlander  <anorland@hem2.passagen.se>
13364
13365         * Makefile: Include ChangeLog when building source
13366         distribution (srcdist)
13367
13368         * include/oleauto.h: Changed WINOLEAUTAPI and WINOLEAUTAPI_ so they
13369         are always defined as STDAPI and STDAPI_
13370
13371         * include/objbase.h: Changed WINOLEAPI and WINOLEAPI_ so they
13372         are always defined as STDAPI and STDAPI_
13373
13374         * include/objidl.h: Removed extra ';' on IStorage SetClass method
13375
13376         * include/rpcndr.h: Removed all IN and OUT from function prototypes
13377
13378         * ChangeLog started