OSDN Git Service

Correct <wincrypt.h> typographic errors; fix issue [#38391]
[mingw/mingw-org-wsl.git] / w32api / ChangeLog
1 2018-07-11  Keith Marshall  <keith@users.osdn.me>
2
3         Correct <wincrypt.h> typographic errors; fix issue [#38391]
4
5         * include/wincrypt.h (CALG_TLS1PRF): Delete symbolic reference to...
6         (ALG_CLASS_DHASH): ...this; there is no such symbol; replace it with...
7         (ALG_CLASS_HASH): ...this, which represents the correct reference.
8         (struct _CRYPTOAPI_BLOB): Delete extraneous "typedef" keyword; this
9         struct definition is not directly associated with any type name.
10         (struct _SSL_EXTRA_CERT_CHAIN_POLICY_PARA): Likewise.
11
12 2018-02-26  Keith Marshall  <keith@users.osdn.me>
13
14         Prepare and publish MinGW.org WSL-5.1 release.
15
16         * All files (wsl-5.1-release): Tag assigned.
17
18 2018-02-24  Keith Marshall  <keith@users.osdn.me>
19
20         Make <iptypes.h> header effectively self-contained.
21
22         * include/iptypes.h: Assert copyright; tidy layout.
23         Include <windef.h>; it is required for self-containment.
24         (__need_time_t): Define for selective inclusion of <sys/types.h>
25         (_BEGIN_C_DECLS, _END_C_DECLS): Use them as appropriate.
26         (_WIN32_WINNT): Always compare it symbolically.
27         (__dhcp_time_t): New temporary data type macro; define it...
28         [_WIN64]: ...as equivalent to __time64_t, otherwise...
29         [!_WIN64]: ...equivalent to __time32_t, and then...
30         (struct _IP_ADAPTER_INFO): ...use it as the data type for...
31         (LeaseObtained, LeaseExpires): ...these fields.
32
33 2017-12-20  Keith Marshall  <keith@users.osdn.me>
34
35         Make <winreg.h> header effectively self-contained.
36
37         * include/winreg.h: Include <winbase.h>, thus achieving effective
38         self-containment; since this also indirectly includes <_mingw.h>,
39         there is no longer any need to include it directly.
40
41 2017-12-20  Keith Marshall  <keith@users.osdn.me>
42
43         Clean up, following issue [#2262] patch application.
44
45         * include/winreg.h: Tidy layout; correct copyright assertion.
46         (_BEGIN_C_DECLS, _END_C_DECLS): Use them, as appropriate.
47         [UNICODE] (__AW): Do not use deleted macro; replace it with...
48         [UNICODE] (__AW_ALIAS__): ...this, for conditional typedef mapping...
49         [UNICODE] (VALENT, PVALENT): ...of these; similarly replace with...
50         [UNICODE] (__AW_SUFFIXED__): ...this, to define function mappings...
51         [UNICODE] (AbortSystemShutdown, InitiateSystemShutdown)
52         (RegConnectRegistry, RegCreateKey, RegCreateKeyEx, RegDeleteKey)
53         (RegDeleteValue, RegEnumKey, RegEnumKeyEx, RegEnumValue, RegLoadKey)
54         (RegOpenKey, RegOpenKeyEx, RegQueryInfoKey, RegQueryMultipleValues)
55         (RegQueryValue, RegQueryValueEx, RegReplaceKey, RegRestoreKey)
56         (RegSaveKey, RegSetValue, RegSetValueEx, RegUnLoadKey, RegSaveKeyEx)
57         (RegDeleteKeyTransacted, RegDeleteKeyValue, RegDeleteTree, RegGetValue)
58         (RegLoadMUIString, RegOpenKeyTransacted, RegSetKeyValue)
59         (RegDeleteKeyEx, RegCopyTree, RegCreateKeyTransacted): ...for these.
60         (RegDeleteKeyEx, RegDeleteKeyExA, RegDeleteKeyExW): Fix regression;
61         all "4.x" branches specified these incorrectly, dependent on...
62         [_WIN32_WINNT >= _WIN32_WINNT_WIN2K]: ...this condition, whereas the
63         "legacy" branch, whence the "5.x" branches are propagated, correctly
64         required an alternative condition which is the equivalent of...
65         [_WIN32_WINNT >= _WIN32_WINNT_WS03]: ...this; revert it.
66
67 2017-12-20  Sebastián Puebla  <spuebla@users.sourceforge.net>
68
69         Update registry management API, per issue [#2262].
70
71         * include/winreg.h: Merge changes from 4.1-dev branch.
72         (REG_LATEST_FORMAT, REG_NO_COMPRESSION, REG_OPTION_BACKUP_RESTORE)
73         (REG_STANDARD_FORMAT, RRF_RT_ANY, RRF_RT_DWORD, RRF_RT_QWORD)
74         (RRF_RT_REG_BINARY, RRF_RT_REG_DWORD, RRF_RT_REG_EXPAND_SZ)
75         (RRF_RT_REG_MULTI_SZ, RRF_RT_REG_NONE, RRF_RT_REG_QWORD, RRF_RT_REG_SZ)
76         (RRF_NOEXPAND, RRF_SUBKEY_WOW6464KEY, RRF_SUBKEY_WOW6432KEY)
77         (RRF_ZEROONFAILURE): New manifest constants; define them.
78         (RegDisablePredefinedCache, RegOpenCurrentUser, RegOpenUserClassesRoot)
79         (RegOverridePredefKey): Add previously omitted function prototypes.
80         [_WIN32_WINNT >= _WIN32_WINNT_WINXP] (RegSaveKeyEx): Define...
81         [!defined UNICODE] (__AW): ...mapping it for SBCS/MBCS case, or...
82         [defined UNICODE] (__AW): ...for UTF-16LE case to either one of...
83         (RegSaveKeyExA, RegSaveKeyExW): ...these, respectively, and...
84         [_WIN32_WINNT >= _WIN32_WINNT_WINXP]: ...declare function prototypes.
85         [_WIN32_WINNT >= _WIN32_WINNT_WS03] (RegDisableReflectionKey)
86         (RegEnableReflectionKey, RegQueryReflectionKey): Declare prototypes.
87         [_WIN32_WINNT >= _WIN32_WINNT_VISTA] (RegCopyTreeA, RegCopyTreeW)
88         (RegCreateKeyTransactedA, RegCreateKeyTransactedW)
89         (RegDeleteKeyTransactedA, RegDeleteKeyTransactedW)
90         (RegDeleteKeyValueA, RegDeleteKeyValueW)
91         (RegDeleteTreeA, RegDeleteTreeW, RegDisablePredefinedCacheEx)
92         (RegGetValueA, RegGetValueW, RegLoadMUIStringA, RegLoadMUIStringW)
93         (RegOpenKeyTransactedA, RegOpenKeyTransactedW)
94         (RegSetKeyValueA, RegSetKeyValueW): Declare prototypes.
95         [_WIN32_WINNT >= _WIN32_WINNT_VISTA] (RegCopyTree)
96         (RegCreateKeyTransacted, RegDeleteKeyTransacted, RegDeleteKeyValue)
97         (RegDeleteTree, RegGetValue, RegLoadMUIString, RegOpenKeyTransacted)
98         (RegSetKeyValue): Define, mapping each to its respective function...
99         [!defined UNICODE] (__AW): ...for the SBCS/MBCS case, or...
100         [defined UNICODE] (__AW): ...for the UTF-16LE case.
101
102         * lib/kernel32.def (RegDeleteTreeA@8, RegDeleteTreeW@8)
103         (RegDisablePredefinedCacheEx@0, RegGetValueA@28, RegGetValueW@28)
104         (RegLoadMUIStringA@28, RegLoadMUIStringW@28, RegSaveKeyExA@16)
105         (RegSaveKeyExW@16): Remove them; relocate them to...
106         * lib/advapi32.def (RegDeleteTreeA@8, RegDeleteTreeW@8)
107         (RegDisablePredefinedCacheEx@0, RegGetValueA@28, RegGetValueW@28)
108         (RegLoadMUIStringA@28, RegLoadMUIStringW@28, RegSaveKeyExA@16)
109         (RegSaveKeyExW@16): ...their correct location, here.
110         (RegCopyTreeA@12, RegCopyTreeW@12, RegQueryReflectionKey@8)
111         (RegCreateKeyTransactedA@44, RegCreateKeyTransactedW@44)
112         (RegDeleteKeyTransactedA@24, RegDeleteKeyTransactedW@24)
113         (RegDeleteKeyValueA@12, RegDeleteKeyValueW@12)
114         (RegDisableReflectionKey@4, RegEnableReflectionKey@4)
115         (RegOpenKeyTransactedA@28, RegOpenKeyTransactedW@28)
116         (RegSetKeyValueA@24, RegSetKeyValueW@24): Add these.
117
118 2017-12-16  Keith Marshall  <keith@users.osdn.me>
119
120         Provide default definition for _WIN32_IE feature test macro.
121
122         * include/sdkddkver.h [!defined _WIN32_IE]: Define it, with...
123         (_WIN32_IE_IE50): ...this default value.
124
125         * include/commctrl.h (_WIN32_IE): Delete definition hint; it offered
126         a conflicting proposal for the default value.
127
128 2017-12-06  Keith Marshall  <keith@users.osdn.me>
129
130         Prepare and publish MinGW.org WSL-5.0.2 release.
131
132         * All files (wsl-5.0.2-release): Tag assigned.
133
134 2017-11-28  Keith Marshall  <keith@users.osdn.me>
135
136         Make <wsnetbs.h> header effectively self-contained.
137
138         * include/wsnetbs.h: Assert copyright; tidy layout; include
139         "_winsock.h", so making this header effectively self-contained, and
140         thus relieving the user of a responsibility for ensuring that some
141         other appropriate WinSock header has been included first.
142
143 2017-11-28  Keith Marshall  <keith@users.osdn.me>
144
145         Factor <winsock.h> duplicate content out of <winsock2.h>
146
147         * include/winsock2.h: Remove all declarations and definitions which
148         are identically specified in <winsock.h>, but keep them in scope by...
149         [! defined _WINSOCK_H]: ...including <winsock.h> itself; override any
150         declarations and definitions therefrom, which introduce conflicts.
151         [defined _WINSOCK_H]: Diagnose misuse; suppress all further
152         definitions and declarations.
153
154         * include/winsock.h (SOMAXCONN): Add comment; note disparity between
155         WinSock v1.1 and WinSock v2, the latter of which will override when
156         correctly included by <winsock2.h>
157
158 2017-11-24  Keith Marshall  <keith@users.osdn.me>
159
160         Make <winsock.h> and <winsock2.h> duplicate code congruent.
161
162         * include/winsock.h (SOMAXCONN): Move definition into...
163         [!__INSIDE_MSYS__]: ...this guarded scope.
164
165         * include/winsock2.h: Rearrange as necessary.
166         [_BEGIN_C_DECLS, _END_C_DECLS]: Keep them balanced.
167         (_USE_SYS_TYPES_FD_SET): Define and use, as in <winsock.h>
168         [!_WINSOCK_ANOMALOUS_TYPEDEFS] (FD_SET): Declare function, not type.
169         [!_WINSOCK_ANOMALOUS_TYPEDEFS] (PFD_SET, LPFD_SET): Suppress typedefs.
170         (FD_SET, FD_ISSET, FD_CLR, FD_ZERO): Reimplement, as in <winsock.h>
171         (FD_READ_BIT, FD_WRITE_BIT, FD_OOB_BIT, FD_ACCEPT_BIT)
172         (FD_CONNECT_BIT, FD_CLOSE_BIT, FD_QOS_BIT, FD_GROUP_QOS_BIT)
173         (FD_ROUTING_INTERFACE_CHANGE_BIT, FD_ADDRESS_LIST_CHANGE_BIT)
174         (FD_MAX_EVENTS): Enumerate them, as in <winsock.h>
175         [!(defined __INSIDE_CYGWIN__ || defined __INSIDE_MSYS__)]: Recast...
176         [!defined __INSIDE_MSYS__]: ...as this, throughout.
177         (gethostname): Update function prototype, adding...
178         (WINSOCK_API_LINKAGE): ...this DLL import control attribute.
179
180         * include/ws2spi.h: Tidy layout; assert copyright.
181         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
182         (LPFD_SET): Delete all type references; use...
183         (fd_set *): ...this instead.
184
185 2017-11-14  Keith Marshall  <keith@users.osdn.me>
186
187         Establish default selection for WinSock API declaration.
188
189         * include/windows.h include/nspapi.h: Include...
190         * include/_winsock.h: ...this new system private header; it selects...
191         [_WIN32_WINNT >= _WIN32_WINNT_NT4]: ...WinSock v2 API declarations, as
192         provided by conditional inclusion of <winsock2.h>, otherwise...
193         [_WIN32_WINNT < _WIN32_WINNT_NT4]: ...WinSock v1.1 API declarations,
194         as provided by inclusion of <winsock.h>
195
196         * tests/headers.at <_winsock.h>: Add reference.
197
198 2017-11-14  Keith Marshall  <keith@users.osdn.me>
199
200         Update gethostname() declaration; drop Cygwin specificity.
201
202         * include/winsock.h (gethostname): Declare unconditionally; add...
203         (WINSOCK_API_LINKAGE): ...this DLL import control attribute.
204         [!(defined __INSIDE_CYGWIN__ || defined __INSIDE_MSYS__)]: Recast...
205         [!defined __INSIDE_MSYS__]: ...as this, throughout.
206
207 2017-11-09  Keith Marshall  <keith@users.osdn.me>
208
209         Normalize fd_set event macros for <winsock2.h> compatibility.
210
211         * include/winsock.h (FD_READ, FD_WRITE, FD_OOB, FD_ACCEPT, FD_CONNECT)
212         (FD_CLOSE): Redefine them, deriving respective values as shifts by...
213         (FD_READ_BIT, FD_WRITE_BIT, FD_OOB_BIT, FD_ACCEPT_BIT, FD_CONNECT_BIT)
214         (FD_CLOSE_BIT): ...this new enumerated count sequence, applying each
215         count to a bit flag with value of 1, in each case respectively.
216         [_WINSOCK2_H]: Extend shift count enumeration, to include...
217         (FD_QOS_BIT, FD_GROUP_QOS_BIT, FD_ROUTING_INTERFACE_CHANGE_BIT)
218         (FD_ADDRESS_LIST_CHANGE_BIT): ...these additional counts; hence...
219         [_WINSOCK2_H] (FD_QOS, FD_GROUP_QOS, FD_ROUTING_INTERFACE_CHANGE)
220         [_WINSOCK2_H] (FD_ADDRESS_LIST_CHANGE): ...define each of these.
221         (FD_MAX_EVENTS): Define unconditionally; it represents a shift count
222         of 1 greater than the offset of the last defined flag; hence...
223         (FD_ALL_EVENTS): ...derive this mask for all event flags.
224
225 2017-11-09  Keith Marshall  <keith@users.osdn.me>
226
227         Filter potential WinSock v2 conflicts out of <winsock.h>
228
229         * include/winsock.h [_WINSOCK2_H] <mswsock.h>: Do not include it.
230         [_WINSOCK2_H] (IP_MULTICAST_IF, IP_MULTICAST_TTL, IP_MULTICAST_LOOP)
231         (IP_ADD_MEMBERSHIP, IP_DROP_MEMBERSHIP, IP_DEFAULT_MULTICAST_TTL)
232         (IP_DEFAULT_MULTICAST_LOOP, IP_MAX_MEMBERSHIPS, struct ip_mreq): Do
233         not define any of these; they are not compatible with WinSock v2.
234         [_WINSOCK2_H] (SOMAXCONN): Do not define it; it will be defined
235         appropiately in <winsock2.h>
236
237 2017-11-09  Keith Marshall  <keith@users.osdn.me>
238
239         Filter out <winsock.h> typedef anomalies.
240
241         * include/winsock.h (FD_SET, PFD_SET, LPFD_SET): If user defines...
242         [_WINSOCK_ANOMALOUS_TYPEDEFS]: ...this new feature test macro, expose
243         them as type definitions, but warn of potential conflict with...
244         [!_WINSOCK_ANOMALOUS_TYPEDEFS] (FD_SET): ...this POSIX.1 mandated
245         function; declare its prototype.
246
247 2017-11-08  Keith Marshall  <keith@users.osdn.me>
248
249         Overhaul WinSock fd_set content management macros.
250
251         * include/winsock.h (FD_SET, FD_ISSET, FD_CLR, FD_ZERO): Replace the
252         original implementations of each of these macros, redirecting to...
253         (__FD_SET, __FD_ISSET, __FD_CLR, __FD_ZERO): ...these new, equivalent
254         inline functions, respectively; these are more robust, and correct a
255         defect in the original FD_SET macro implementation, whereby duplicate
256         descriptors could be added to an fd_set array, but would not then be
257         removed by the corresponding FD_CLR macro.
258
259         * tests/winsock.at (MINGW_AT_CHECK_WINSOCK): Ensure that all test
260         programs are linked with -lwsock32 or -lws2_32, as appropriate; the
261         __FD_SET and __FD_ISSET functions are dependent on the __WSAFDIsSet()
262         function, which is implemented in each of these libraries.
263
264 2017-11-07  Keith Marshall  <keith@users.osdn.me>
265
266         Identify features which have been deprecated in WinSock v2.
267
268         * include/winsock.h (__WINSOCK2_DEPRECATED): Define as nothing.
269         * include/winsock2.h (__WINSOCK2_DEPRECATED): Define as equivalent...
270         (__MINGW_ATTRIB_DEPRECATED): ...to this.
271
272         * include/winsock.h include/winsock2.h: Qualify...
273         (WSAIsBlocking, WSAUnhookBlockingHook, WSASetBlockingHook)
274         (WSACancelBlockingCall): ...each of these function prototypes, with...
275         (__WINSOCK2_DEPRECATED): ...this attribute.
276
277 2017-11-07  Keith Marshall  <keith@users.osdn.me>
278
279         Adopt system naming convention for USE_SYS_TYPES_FD_SET macro.
280
281         * include/winsock.h (USE_SYS_TYPES_FD_SET): Deprecate it; use...
282         (_USE_SYS_TYPES_FD_SET): ...this alternative; it is named to conform
283         with preferred convention for system feature test macros.
284
285 2017-11-06  Keith Marshall  <keithmarshall@users.sourceforge.net>
286
287         Use WINSOCK_API_LINKAGE consistently in WinSock headers.
288
289         * include/winsock.h (WINSOCK_API_LINKAGE): Define, and prefix to...
290         (accept, bind, closesocket, connect, ioctlsocket, inet_addr, inet_ntoa)
291         (getpeername, getsockname, getsockopt, listen, recv, recvfrom, send)
292         (sendto, setsockopt, shutdown, socket, gethostbyaddr, gethostbyname)
293         (getservbyport, getservbyname, getprotobynumber, getprotobyname)
294         (WSAStartup, WSACleanup, WSASetLastError, WSAGetLastError)
295         (WSAIsBlocking, WSAUnhookBlockingHook, WSASetBlockingHook)
296         (WSACancelBlockingCall, WSAAsyncGetServByName, WSAAsyncGetServByPort)
297         (WSAAsyncGetProtoByName, WSAAsyncGetProtoByNumber, WSAAsyncSelect)
298         (WSAAsyncGetHostByName, WSAAsyncGetHostByAddr, WSACancelAsyncRequest)
299         (htonl, ntohl, htons, ntohs, select): ...these function prototypes.
300
301         * include/winsock2.h (WINSOCK_API_LINKAGE): Remove it from...
302         (LPFN_WSASTARTUP): ...this typedef; it is inappropriate.
303
304 2017-10-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
305
306         Refactor <wtypes.h> vs. <nspapi.h> and WinSock headers.
307
308         * include/wtypes.h: Tidy layout; assert copyright.
309         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
310         [__NSPAPI_H_SOURCED__]: Restrict exposure of declared content to...
311         [!__BLOB_DATA_TYPE_DEFINED] (BLOB, PBLOB, LPBLOB): ...these; define...
312         (__BLOB_DATA_TYPE_DEFINED__): ...this internal guard; it renames...
313         (__BLOB_T_DEFINED): ...this; do not define...
314         (_WTYPES_H): ...this external guard.
315
316         * include/nspapi.h: Tidy layout; assert copyright.
317         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
318         (__CSADDR_T_DEFINED): Do not define; it is no longer required.
319         [__WINSOCK2_H_SOURCED__]: Restrict exposure of declared content to...
320         (struct _CSADDR_INFO): ...this, as an incomplete type, along with...
321         (CSADDR_INFO, PCSADDR_INFO, LPCSADDR_INFO): ...these typedefs; also...
322         (SOCKET_ADDRESS, PSOCKET_ADDRESS, LPSOCKET_ADDRESS): ...define fully.
323         [__WINSOCK2_H_SOURCED__] (_NSPAPI_H): Do not define external guard.
324         [!__WINSOCK2_H_SOURCED__] (struct _CSADDR_INFO): Define fully.
325         (__BLOB_T_DEFINED, BLOB, PBLOB, LPBLOB): Do not define; instead...
326         (__NSPAPI_H_SOURCED__): ...define this, temporarily; include wtypes.h
327         [!__WINSOCK2_H_SOURCED__ && _WIN32_WINNT >= WIN2K]: Include winsock2.h
328         [!__WINSOCK2_H_SOURCED__ && _WIN32_WINNT < WIN2K]: Include winsock.h
329         [UNICODE vs. !UNICODE]: Discriminate generic symbol names, using...
330         (__AW_SUFFIXED__): ...this, to facilitate definition of each of...
331         (SetService, GetAddressByName, _SERVICE_INFO): ...these, and...
332         (__AW_ALIAS__): ...this, for definition of each of...
333         (SERVICE_INFO, LPSERVICE_INFO): ...these.
334
335         * include/winsock2.h (__WINSOCK2_H_SOURCED__): Define it temporarily.
336         (__CSADDR_T_DEFINED, struct _CSADDR_INFO, CSADDR_INFO, PCSADDR_INFO)
337         (LPCSADDR_INFO, __BLOB_T_DEFINED, BLOB, PBLOB, LPBLOB): Do not define;
338         include nspapi.h selectively, to acquire them.
339
340 2017-09-23  Keith Marshall  <keithmarshall@users.sourceforge.net>
341
342         Factor <winerror.h> duplicate content out of winsock headers.
343
344         * include/winsock.h include/winsock2.h [!defined WSABASEERR]: Delete
345         conditional block, and all of its content; selectively include...
346         * include/winerror.h [__WINSOCK_H_SOURCED__]: ...this instead.
347         [__WINSOCK_H_SOURCED__] (_WINERROR_H): Do not define it.
348         (__WINSOCK_V1_ERRORS__, __WINSOCK_V2_ERRORS__): New temporary macros;
349         define them, to segregate WSA error messages applicable to WinSock v2
350         only, from those applicable to both WinSock v1.1 and WinSock v2.
351         (__WSA_ERRNO): New macro; use it to redefine all WSA specific error
352         codes, except WSABASEERR, relative to WSABASEERR itself.
353
354 2017-09-15  Keith Marshall  <keithmarshall@users.sourceforge.net>
355
356         Factor <sys/time.h> duplicate content out of winsock headers.
357
358         * include/winsock.h include/winsock2.h [_TIMEVAL_DEFINED]: Delete
359         conditional block, and all its content; include <sys/time.h> instead.
360         (__WINSOCK_H_SOURCED__): New macro; define it temporarily, only while
361         processing this header, such that only selected content from other
362         internally referenced headers is exposed.
363
364 2017-09-09  Keith Marshall  <keithmarshall@users.sourceforge.net>
365
366         Source BSD non-standard type definitions from mingwrt header.
367
368         * include/winsock.h include/winsock2.h [_BSDTYPES_DEFINED]: Delete
369         conditional block, and its entire type definition content; include...
370         * include/sys/bsdtypes.h: ...this common file instead; it defines...
371         (u_char, u_int, u_long, u_short): ...these non-standard data types.
372
373 2017-09-07  Keith Marshall  <keithmarshall@users.sourceforge.net>
374
375         Correct misuse of __INSIDE_MSYS__ feature test.
376
377         * include/winsock2.h [!__INSIDE_MSYS__]: One of several instances
378         omits "defined" operator; it should be expressed consistently as...
379         [! defined __INSIDE_MSYS__]: ...this; correct it.
380
381 2017-09-07  Keith Marshall  <keithmarshall@users.sourceforge.net>
382
383         Prepare for <winsock.h> vs. <winsock2.h> refactoring.
384
385         * include/winsock.h: Tidy layout; assert copyright.
386         (_BEGIN_C_DECLS, _END_C_DECLS): Use them to avoid C++ name mangling.
387
388         * include/winsock2.h: Assert copyright; tidy layout, ensuring that all
389         sections, which are common with <winsock.h>, are laid out congruently.
390         (_BEGIN_C_DECLS, _END_C_DECLS): Use them to avoid C++ name mangling.
391         (SD_RECEIVE, SD_SEND, SD_BOTH): Delete duplicate constant definitions.
392         (SO_DONTLINGER, MSG_MAXIOVLEN): Likewise, delete duplicate definitions.
393         (__AW_ALIAS__, __AW_SUFFIXED__): Use them, to avoid reproduction of...
394         [UNICODE]: ...alternative typedefs, and function name aliases...
395         [!UNICODE]: ...versus this case.
396
397 2017-08-28  Keith Marshall  <keithmarshall@users.sourceforge.net>
398
399         Resolve secondary issue arising from MinGW-Bug [#2350]
400
401         * include/winuser.h (GetTitleBarInfo)
402         [_WIN32_WINDOWS >= _WIN32_WINDOWS_98]: Remove exposure restriction;
403         it conflicted with current MSDN documentation, so now falls within...
404         [_WIN32_WINNT >= Win2K || _WIN32_WINDOWS >= Win98]: ...this.
405
406 2017-08-28  Keith Marshall  <keithmarshall@users.sourceforge.net>
407
408         Resolve MinGW-Bug [#2350]
409
410         * include/winuser.h (GetTitleBarInfo): Move prototype after...
411         (PTITLEBARINFO): ...this type definition; it is used as a function
412         argument type, so must be defined beforehand.
413
414 2017-08-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
415
416         Extend testsuite to cover winsock fd_set macro operations.
417
418         * tests/winsock.at: New file; it implements appropriate tests, and
419         enables use of "-k winsock", "-k winsock2", and "-k fd_set" autotest
420         keywords to invoke them, (e.g. make check TESTSUITEFLAGS='-k fd_set').
421
422         * tests/testsuite.at.in (winsock.at): Integrate it.
423         (MINGW_AT_CHECK_RUN): Accept a variant list of libraries when linking.
424         (MINGW_AT_LINK_LIBS_DEFAULT): New macro; it establishes the initial
425         default list of libraries, or resets the list to this initial default.
426         (MINGW_AT_LINK_LIBS): New macro; it establishes an augmented list of
427         library specifications, to be used until subsequently reset.
428
429 2017-07-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
430
431         Prepare and tag for release of MinGW.org WSL-5.0.1
432
433         * All files (wsl-5.0.1-release): Tag assigned.
434
435 2017-07-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
436
437         Automate testsuite dependency generation.
438
439         * tests/Makefile.in (testsuite) [$srcdir/*.at]: Automatically
440         enumerate all such wildcard matches as prerequisites, instead of...
441         (headers.at): ...this sole explicit dependency.
442
443 2017-06-20  Keith Marshall  <keithmarshall@users.sourceforge.net>
444
445         Make <winnt.h> header effectively self-contained.
446
447         * include/winnt.h (_WINNT_H): Defer definition unless included via...
448         (windef.h): ...this; include it, to enforce inclusion order, then...
449         [_WINNT_H]: ...re-evaluate it, to avoid recursive inclusion loop.
450
451 2017-06-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
452
453         Consolidate <winuser.h> version specific conditionals.
454
455         * include/winuser.h: Reorganize file content; group manifest constant
456         definitions into one nested collection of conditional blocks, with one
457         block per Windows version evolution; do likewise for type definitions
458         and function prototypes which are always exposed, and separately...
459         [! defined NOGDI]: ...for those which may be suppressed, when GDI
460         support is not required.
461
462 2017-06-06  Keith Marshall  <keithmarshall@users.sourceforge.net>
463
464         Make <winuser.h> header effectively self-contained.
465
466         * include/winuser.h (stdarg.h): Include it, in addition to...
467         [NOGDI] (windef.h): ...this, directly or otherwise indirectly via...
468         [!NOGDI] (wingdi.h): ...this, for effective self-containment.
469
470 2017-06-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
471
472         Consolidate <wingdi.h> version specific conditionals.
473
474         * include/wingdi.h: Reorganize file content; group manifest constant
475         definitions into a single nested collection of conditional blocks, for
476         those definitions which are common to both Win9x and WinNT, with one
477         block per Windows version evolution, sorting alphabetically within
478         each block; do likewise for additional manifest constant definitions
479         which are specific to WinNT, and also for data type definitions and
480         function prototypes.
481
482 2017-06-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
483
484         Tidy, and make <wingdi.h> header effectively self-contained.
485
486         * include/wingdi.h: Tidy layout; assert copyright.
487         (windef.h): Include it; this achieves self-containment.
488         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them.
489         [UNICODE vs. !UNICODE]: Discriminate generic symbol names, using...
490         (__AW_ALIAS__): ...this, when defining each of...
491         (DEVMODE, PDEVMODE, LPDEVMODE, DOCINFO, LPDOCINFO, LOGCOLORSPACE)
492         (LOGFONT, PLOGFONT, LPLOGFONT, EXTLOGFONT, PEXTLOGFONT, LPEXTLOGFONT)
493         (LPLOGCOLORSPACE, TEXTMETRIC, PTEXTMETRIC, LPTEXTMETRIC, GCP_RESULTS)
494         (PPOLYTEXT, LPPOLYTEXT, NEWTEXTMETRIC, PNEWTEXTMETRIC, LPNEWTEXTMETRIC)
495         (LPENUMLOGFONTEX, ENUMLOGFONTEXDV, PENUMLOGFONTEXDV, LPENUMLOGFONTEXDV)
496         (OUTLINETEXTMETRIC, POUTLINETEXTMETRIC, LPOUTLINETEXTMETRIC, POLYTEXT)
497         (LPGCP_RESULTS, DISPLAY_DEVICE, PDISPLAY_DEVICE, LPDISPLAY_DEVICE)
498         (NEWTEXTMETRICEX, ENUMLOGFONT, LPENUMLOGFONT, ENUMLOGFONTEX): ...these.
499         (__AW_SUFFIXED__): Similarly, use this when declaring each of...
500         (FONTENUMPROC, ICMENUMPROC, AddFontResource, AddFontResourceEx,
501         (CopyEnhMetaFile, CopyMetaFile, CreateColorSpace, CreateEnhMetaFile)
502         (CreateDC, CreateFont, CreateFontIndirect, CreateIC, CreateMetaFile)
503         (CreateScalableFontResource, DeviceCapabilities, EnumFontFamilies)
504         (EnumFontFamiliesEx, EnumFonts, EnumICMProfiles, ExtTextOut)
505         (GetCharABCWidths, GetCharABCWidthsFloat, GetCharacterPlacement)
506         (GetCharWidth32, GetCharWidth, GetCharWidthFloat, GetEnhMetaFile)
507         (GetEnhMetaFileDescription, GetGlyphOutline, GetICMProfile)
508         (GetKerningPairs, GetLogColorSpace, GetMetaFile, GetObject)
509         (GetOutlineTextMetrics, GetTextExtentExPoint, GetTextExtentPoint)
510         (GetTextExtentPoint32, GetTextFace, GetTextMetrics, PolyTextOut,
511         (RemoveFontResource, RemoveFontResourceEx, ResetDC, SetICMProfile)
512         (StartDoc, TextOut, UpdateICMRegKey, wglUseFontBitmaps)
513         (wglUseFontOutlines, GetGlyphIndices): ...these.
514
515 2017-05-31  Keith Marshall  <keithmarshall@users.sourceforge.net>
516
517         Declare CONDITION_VARIABLE API, per feature request [#2314]
518
519         * include/winbase.h [_WIN32_WINNT >= _WIN32_WINNT_VISTA]
520         (CONDITION_VARIABLE, PCONDITION_VARIABLE): Define data types, and...
521         (InitializeConditionVariable, SleepConditionVariableCS)
522         (SleepConditionVariableSRW, WakeAllConditionVariable)
523         (WakeConditionVariable): ...declare prototypes.
524
525 2017-05-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
526
527         Declare SRWLOCK API, to support feature request [#2314]
528
529         * include/winbase.h [_WIN32_WINNT >= _WIN32_WINNT_VISTA]
530         (SRWLOCK, *PSRWLOCK): Define these data types, and declare...
531         (InitializeSRWLock, AcquireSRWLockExclusive, AcquireSRWLockShared)
532         (ReleaseSRWLockExclusive, ReleaseSRWLockShared): ...these prototypes.
533         [_WIN32_WINNT >= _WIN32_WINNT_WIN7] (TryAcquireSRWLockExclusive)
534         (TryAcquireSRWLockShared): Declare additional prototypes.
535
536 2017-03-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
537
538         Resolve potential <winbase.h> vs. <winerror.h> inconsistency.
539
540         * include/winerror.h: Tidy layout; assert copyright.
541
542         * include/winbase.h (WAIT_TIMEOUT): Redefine; make it identical to...
543         * include/winerror.h (WAIT_TIMEOUT): ...this equivalent; remove...
544         [!defined WAIT_TIMEOUT]: ...this conditional redefinition guard from
545         both locations; it permitted inconsistency between the two.
546
547 2017-03-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
548
549         Consolidate <winbase.h> version specific conditionals.
550
551         * include/winbase.h: Reorganize file content; group manifest constant
552         definitions into one nested collection of conditional blocks, with one
553         block per Windows version evolution, sorting alphabetically within each
554         block; do likewise for data type definitions and function prototypes.
555
556 2017-03-20  Keith Marshall  <keithmarshall@users.sourceforge.net>
557
558         Tidy, and make <winbase.h> header effectively self-contained.
559
560         * include/w32api.h (__AW_ALIAS__): Rename original implementation...
561         (__AW_ALIAS_EX__): ...as this, retaining its encapsulation of...
562         (__AW_EXTENDED__): ...this; subsequently reimplement...
563         (__AW_ALIAS__): ...this, with original name, now encapsulating...
564         (__AW_SUFFIXED__): ...this.
565
566         * include/dbt.h (__AW_ALIAS__): Replace all references with...
567         (__AW_ALIAS_EX__): ...this renamed alternative, when defining...
568         (DEV_BROADCAST_DEVICEINTERFACE, PDEV_BROADCAST_DEVICEINTERFACE)
569         (DEV_BROADCAST_PORT, PDEV_BROADCAST_PORT): ...these.
570
571         * include/winbase.h: Tidy layout; assert copyright.
572         (stdarg.h, windef.h): Include them, to achieve self-containment.
573         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
574         [UNICODE vs. ! UNICODE]: Replace separated declarations; use...
575         [__AW_ALIAS__]: ...this, to correctly specify each of...
576         (STARTUPINFO, LPSTARTUPINFO, WIN32_FIND_DATA, PWIN32_FIND_DATA)
577         (LPWIN32_FIND_DATA, HW_PROFILE_INFO, LPHW_PROFILE_INFO, ACTCTX)
578         (PACTCTX, PCACTCTX): ...these generic typedefs, and...
579         [__AW_SUFFIXED__]: ...this, to correctly map each of...
580         (ENUMRESLANGPROC, ENUMRESNAMEPROC, ENUMRESTYPEPROC, AddAtom)
581         (AccessCheckAndAuditAlarm, BackupEventLog, BeginUpdateResource)
582         (BuildCommDCB, BuildCommDCBAndTimeouts, CheckNameLegalDOS8Dot3)
583         (CallNamedPipe, ClearEventLog, CommConfigDialog, CopyFile, CopyFileEx)
584         (CreateActCtx, CreateDirectory, CreateDirectoryEx, CreateEvent)
585         (CreateFile, CreateFileMapping, CreateHardLink, CreateJobObject)
586         (CreateMailslot, CreateMutex, CreateNamedPipe, CreateProcess)
587         (CreateProcessAsUser, CreateSemaphore, CreateSymbolicLink)
588         (CreateWaitableTimer, DefineDosDevice, DeleteFile, EncryptFile)
589         (DeleteVolumeMountPoint, DnsHostnameToComputerName, EndUpdateResource)
590         (EnumResourceLanguages, EnumResourceNames, EnumResourceTypes)
591         (ExpandEnvironmentStrings, FatalAppExit, FileEncryptionStatus)
592         (FindActCtxSectionString, FindAtom, FindFirstChangeNotification)
593         (FindFirstFile, FindFirstFileEx, FindFirstVolume, FindNextFile)
594         (FindFirstVolumeMountPoint, FindNextVolume, FindNextVolumeMountPoint)
595         (FindResource, FindResourceEx, FormatMessage, FreeEnvironmentStrings)
596         (GetAtomName, GetBinaryType, GetCommandLine, GetCompressedFileSize)
597         (GetComputerName, GetComputerNameEx, GetCurrentDirectory)
598         (GetDefaultCommConfig, GetDiskFreeSpace, GetDiskFreeSpaceEx)
599         (GetDllDirectory, GetDriveType, GetEnvironmentStrings)
600         (GetEnvironmentVariable, GetFileAttributes, GetFileAttributesEx)
601         (GetFileSecurity, GetFinalPathNameByHandle, GetFullPathName)
602         (GetLogicalDriveStrings, GetLongPathName, GetModuleFileName)
603         (GetModuleHandle, GetModuleHandleEx, GetNamedPipeHandleState)
604         (GetPrivateProfileInt, GetPrivateProfileSection)
605         (GetPrivateProfileSectionNames, GetPrivateProfileString)
606         (GetPrivateProfileStruct, GetProfileInt, GetProfileSection)
607         (GetProfileString, GetShortPathName, GetStartupInfo)
608         (GetSystemDirectory, GetSystemWindowsDirectory, GetTempFileName)
609         (GetSystemWow64Directory, GetTempPath, GetUserName, GetVersionEx)
610         (GetVolumeInformation, GetVolumeNameForVolumeMountPoint)
611         (GetVolumePathName, GetVolumePathNamesForVolumeName, GlobalAddAtom)
612         (GetWindowsDirectory, GlobalFindAtom, GlobalGetAtomName)
613         (IsBadStringPtr, LoadLibrary, LoadLibraryEx, LogonUser)
614         (LookupAccountName, LookupAccountSid, LookupPrivilegeDisplayName)
615         (LookupPrivilegeName, LookupPrivilegeValue, lstrcat, lstrcmp)
616         (lstrcmpi, lstrcpy, lstrcpyn, lstrlen, MoveFile, MoveFileEx)
617         (MoveFileWithProgress, ObjectCloseAuditAlarm, ObjectDeleteAuditAlarm)
618         (ObjectOpenAuditAlarm, ObjectPrivilegeAuditAlarm, OpenBackupEventLog)
619         (OpenEvent, OpenEventLog, OpenFileMapping, OpenMutex, OpenSemaphore)
620         (OutputDebugString, PrivilegedServiceAuditAlarm, QueryDosDevice)
621         (ReadEventLog, RegisterEventSource, RemoveDirectory, ReplaceFile)
622         (ReportEvent, SearchPath, SetComputerName, SetCurrentDirectory)
623         (SetDefaultCommConfig, SetDllDirectory, SetEnvironmentVariable)
624         (SetFileAttributes, SetFileSecurity, SetFileShortName, SetVolumeLabel)
625         (SetFirmwareEnvironmentVariable, SetVolumeMountPoint, UpdateResource)
626         (VerifyVersionInfo, WaitNamedPipe, WritePrivateProfileSection)
627         (WritePrivateProfileString, WritePrivateProfileStruct)
628         (WriteProfileSection, WriteProfileString): ...these, and add...
629         (GetCurrentHwProfile, OpenWaitableTimer, SetComputerNameEx)
630         (GetFirmwareEnvironmentVariable): ...these previously missing generic
631         function name aliases.
632
633 2017-03-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
634
635         Refactor mingwrt and w32api common makefile content.
636
637         * Makefile.in (w32api-srcdist-config-files): Rename it...
638         (w32api-srcdist-common-files): ...as this phoney build rule.
639         (shared_include_file): New macro; define it, and include named file.
640         (configure, config.status, Makefile, config.status.missing, _mingw.h)
641         (w32api.h, PACKAGE_VERSION_SCRIPT, PACKAGE_VERSION_FORMAT): Factor
642         out; relocate them to new file in common parent directory...
643         * ../Makefile.comm: ...here.
644
645 2017-03-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
646
647         Correct a copyright notice update omission.
648
649         * configure.ac: Extend copyright date range to include 2017.  Also
650         clean up superfluous trailing whitespace.
651
652 2017-03-09  Keith Marshall  <keithmarshall@users.sourceforge.net>
653
654         Fix generated header file dependencies.
655
656         * Makefile.in (_mingw.h, w32api): Make them depend on changes in...
657         [VERSION.m4]: ...this; package version changes are no longer made...
658         [configure.ac]: ...here; delete associated prerequisite reference.
659         (distclean-local): Delete them.
660
661 2017-03-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
662
663         Prepare and tag for release of w32api-5.0 package set.
664
665         * All files (wsl-5.0-release): Tag assigned.
666
667 2017-02-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
668
669         Implement basic test suite infrastructure.
670
671         * tests: New subdirectory; it hosts...
672         * tests/Makefile.in tests/testsuite.at.in tests/atlocal.in
673         * tests/headers.at: ...these new files; they implement the basic test
674         suite infrastructure, initially comprising header integrity checks.
675
676         * configure.ac (AC_PROG_CXX): Check it.
677         (AC_CONFIG_TESTDIR): Configure tests subdirectory.
678         (AC_CHECK_PROG): Check for autom4te; configure fall back if missing.
679         (AC_CONFIG_FILES): Generate tests/atlocal, tests/testsuite.at.tmp, and
680         tests/Makefile.
681
682         * Makefile.in (check test tests): New rules; all are synonymous.
683         (check-recursive): New rule; invoked by each of the preceding three.
684         (w32api-srcdist-testsuite-files): New rule; implement and use it...
685         (w32api-srcdist-files): ...here.
686
687 2017-02-14  Alexander Krisak  <akrisak@users.sourceforge.net>
688
689         Add missing constant definition, per issue [#2249].
690
691         * include/winnt.h (JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE): Define it.
692
693 2017-02-10  Keith Marshall  <keithmarshall@users.sourceforge.net>
694
695         Avoid unnecessary duplication of configuration files.
696
697         * Makefile.in (vpath install-sh): Define it; it matches...
698         (vpath %.m4): ...this; add $top_srcdir/..; search it first; delete
699         rule for creating duplicate file reference links in $top_srcdir.
700         (configure): Add '-I ..' option, when running autoconf.
701         (w32api-srcdist-files): Rename it as...
702         (w32api-srcdist-package-files): ...this; remove dependencies on...
703         (aclocal.m4 VERSION.m4 install-sh): ...these; reinstate them in...
704         (w32api-srcdist-config-files): ...this new distributable files
705         enumeration goal; add it as one new prerequisite of...
706         (w32api-srcdist-files): ...this repurposed goal; also depends on...
707         (w32api-srcdist-package-files): ...this; populate it using...
708         (SRCDIST_ADD): ...this macro; redefine it accordingly.
709
710 2016-12-08  Jerzy Tarasiuk  <jz_fuw@users.sourceforge.net>
711
712         Correct typo in <ddk/ntdddisk.h>; fix bug [#2323]
713
714         * include/ddk/ntdddisk.h (IOCTL_DISK_BASE): Correct definition;
715         it was previously transcribed incorrectly, as being equivalent to...
716         (FILE_TYPE_DISK): ...this, but it should have been equivalent to...
717         (FILE_DEVICE_DISK): ...this.
718
719 2016-12-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
720
721         Rationalize <winuser.h> ANSI vs. UNICODE definition strategy.
722
723         * include/winuser.h [UNICODE, !UNICODE]: Replace individual pairs of
724         alternative generic symbol mapping definitions, and typedefs, with...
725         (__AW_SUFFIXED__): ...one such macro expansion per pair; collate with
726         their respective ANSI and UNICODE specific references.
727
728 2016-11-26  Keith Marshall  <keithmarshall@users.sourceforge.net>
729
730         Deprecate obsolete <winable.h> and <pbt.h> headers.
731
732         * Makefile.in (%.h.in): Generalize vpath definition.
733         (obsolete_headers, obsolete_header_script, w32api_dist_headers)
734         (w32api_generated_headers, replace_headers, macro_name): New macros.
735         (install-w32api-headers): Add dependency on w32api_dist_headers.
736         (%.h): New static pattern rule; it generates generic dependants of...
737         * include/obsolete.h.in: ...this new template for obsolete headers.
738
739         * include/winable.h include/pbt.h: Delete them; they are obsolete;
740         replace them by install-time generated generic stubs.
741
742 2016-11-25  Keith Marshall  <keithmarshall@users.sourceforge.net>
743
744         Update <winuser.h> and <dbt.h>; fix issue [#2317].
745
746         * include/winuser.h: Tidy layout; add copyright notice.
747         [WINVER, _WIN32_WINDOWS, _WIN32_WINNT]: Compare them symbolically.
748         (__WINUSER_H_SOURCED__): New internal macro; define it, to facilitate
749         selective inclusion of content from other headers; delete when done.
750         (BSM_ALLCOMPONENTS, BSF_ALLOWSFW, BSM_APPLICATIONS, BSM_ALLDESKTOPS)
751         (BSM_INSTALLABLEDRIVERS, BSM_NETDRIVER, BSM_VXDS, BSF_FLUSHDISK)
752         (BSF_FORCEIFHUNG, BSF_IGNORECURRENTTASK, BSF_LUID, BSF_NOHANG)
753         (BSF_NOTIMEOUTIFNOTHUNG, BSF_POSTMESSAGE, BSF_QUERY, BSF_RETURNHDESK)
754         (BSF_SENDNOTIFYMESSAGE): Delete; do not define them locally; retrieve
755         them selectively from <dbt.h>, where they are properly defined.
756         [WINVER >= WIN2K/WIN98] (BlockInput): Add missing declaration.
757         (KillTimer, TIMERPROC): Declare timer event parameters as UINT_PTR;
758         formerly UINT, which doesn't match 64-bit size required for Win64.
759         (SetTimer): Likewise; also declare similar return type.
760         (WINEVENTPROC): Add missing CALLBACK attribute.
761         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
762
763         * include/w32api.h (__AW_ALIAS__): New macro; define it.
764         * include/sdkddkver.h (_WIN32_WINNT_NT4SP3): New macro; define it.
765
766         * include/dbt.h: Tidy layout; add copyright notice.
767         (_BEGIN_C_DECLS, _END_C_DECLS): Also prefer them here.
768         [__WINUSER_H_SOURCED__] (_DBT_H): Do not define; expose only...
769         (BSM_ALLCOMPONENTS, BSF_ALLOWSFW, BSM_APPLICATIONS, BSM_ALLDESKTOPS)
770         (BSM_INSTALLABLEDRIVERS, BSM_NETDRIVER, BSM_VXDS, BSF_FLUSHDISK)
771         (BSF_FORCEIFHUNG, BSF_IGNORECURRENTTASK, BSF_LUID, BSF_NOHANG)
772         (BSF_NOTIMEOUTIFNOTHUNG, BSF_POSTMESSAGE, BSF_QUERY, BSF_RETURNHDESK)
773         (BSF_SENDNOTIFYMESSAGE): ...these, to be duplicated in <winuser.h>
774         (__AW_ALIAS__): Use it to define ANSI/UNICODE specific aliases for...
775         (DEV_BROADCAST_PORT, DEV_BROADCAST_DEVICEINTERFACE): ...these generic
776         structure typedef names, and their respectively corresponding...
777         (PDEV_BROADCAST_PORT, PDEV_BROADCAST_DEVICEINTERFACE): ...pointer
778         type names.
779
780 2016-09-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
781
782         Fix a minor ISO-C++11 conformity issue.
783
784         * include/winnt.h (GetCurrentFiber): Insert spaces, as required
785         by ISO-C++11, between concatenated string literal elements.
786         (GetFiberData, NtCurrentTeb): Likewise.
787
788 2016-08-01  Keith Marshall  <keithmarshall@users.sourceforge.net>
789
790         Merge w32api-3.18.1 legacy updates to 5.0-active branch.
791
792         * include/ddk/winddk.h: Update per issue [#2307] resolution.
793         * include/ddk/ntdddisk.h include/ddk/ntddstor.h: Likewise.
794
795 2016-07-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
796
797         Prepare and tag all files for release of w32api-3.18.1
798
799         * configure.ac (AC_INIT): Increment patch level to 3.18.1
800
801 2016-07-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
802
803         Resolve improper macro expansion issue [#2307].
804
805         * include/ddk/winddk.h (__FILE_AM_BUFFERED, __FILE_RD_BUFFERED)
806         (__FILE_RW_BUFFERED): Redefine, encapsulating the expansion of each
807         dependent macro WITHIN the expansion of each of these; hence...
808
809         * include/ddk/ntdddisk.h (IOCTL_DISK_GET_DRIVE_GEOMETRY)
810         (IOCTL_DISK_FORMAT_TRACKS_EX, IOCTL_DISK_REASSIGN_BLOCKS)
811         (IOCTL_DISK_GET_MEDIA_TYPES, IOCTL_DISK_CONTROLLER_NUMBER)
812         (IOCTL_DISK_GET_DRIVE_LAYOUT, IOCTL_DISK_SET_DRIVE_LAYOUT)
813         (IOCTL_DISK_GET_PARTITION_INFO, IOCTL_DISK_SET_PARTITION_INFO)
814         (IOCTL_DISK_GET_DRIVE_GEOMETRY_EX, IOCTL_DISK_UPDATE_DRIVE_SIZE)
815         (IOCTL_DISK_VERIFY, IOCTL_DISK_FORMAT_TRACKS, IOCTL_DISK_PERFORMANCE)
816         (IOCTL_DISK_CREATE_DISK, IOCTL_DISK_RESERVE, IOCTL_DISK_IS_WRITABLE)
817         (IOCTL_DISK_GET_PARTITION_INFO_EX, IOCTL_DISK_SET_PARTITION_INFO_EX)
818         (IOCTL_DISK_GET_CACHE_INFORMATION, IOCTL_DISK_SET_CACHE_INFORMATION)
819         (IOCTL_DISK_INTERNAL_SET_VERIFY, IOCTL_DISK_INTERNAL_CLEAR_VERIFY)
820         (IOCTL_DISK_GET_DRIVE_LAYOUT_EX, IOCTL_DISK_SET_DRIVE_LAYOUT_EX)
821         (IOCTL_DISK_GROW_PARTITION, IOCTL_DISK_DELETE_DRIVE_LAYOUT)
822         (IOCTL_DISK_GET_LENGTH_INFO, IOCTL_DISK_PERFORMANCE_OFF)
823         (IOCTL_DISK_CHECK_VERIFY, IOCTL_DISK_FIND_NEW_DEVICES)
824         (SMART_GET_VERSION, SMART_RCV_DRIVE_DATA, SMART_SEND_DRIVE_COMMAND):
825         ...adjust these dependent macro definitions accordingly.
826
827         * include/ddk/ntddstor.h (IOCTL_STORAGE_CHECK_VERIFY)
828         (IOCTL_STORAGE_CHECK_VERIFY2, IOCTL_STORAGE_MEDIA_REMOVAL)
829         (IOCTL_STORAGE_EJECTION_CONTROL, IOCTL_STORAGE_MCN_CONTROL)
830         (IOCTL_STORAGE_GET_DEVICE_NUMBER, IOCTL_STORAGE_PREDICT_FAILURE)
831         (IOCTL_STORAGE_GET_MEDIA_TYPES, IOCTL_STORAGE_GET_MEDIA_TYPES_EX)
832         (IOCTL_STORAGE_GET_MEDIA_SERIAL_NUMBER, IOCTL_STORAGE_QUERY_PROPERTY)
833         (IOCTL_STORAGE_RELEASE, IOCTL_STORAGE_FIND_NEW_DEVICES)
834         (IOCTL_STORAGE_RESET_BUS, IOCTL_STORAGE_RESET_DEVICE)
835         (IOCTL_STORAGE_EJECT_MEDIA, IOCTL_STORAGE_LOAD_MEDIA)
836         (IOCTL_STORAGE_LOAD_MEDIA2, IOCTL_STORAGE_RESERVE): Likewise.
837
838 2016-07-19  Keith Marshall  <keithmarshall@users.sourceforge.net>
839
840         Update install-sh to match mingw.org/build-aux package.
841
842         * install-sh: Delete it; use version in parent directory instead,
843         recreating local copy, (as symlink, if supported), on demand.
844
845 2016-07-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
846
847         Eliminate redundant configuration files.
848
849         * aclocal.m4 VERSION.m4: Delete them; restore them on demand, via...
850         * Makefile.in ($top_srcdir/../%): ...this symlink dependency rule.
851
852         * configure.ac (AC_PROG_LN_S): Add configuration check.
853
854 2016-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
855
856         Discard redundant config.guess and config.sub files.
857
858         * config.guess config.sub: Delete them; they are no longer required.
859         * Makefile.in (SRCDIST_ADD): Remove related references.
860
861 2016-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
862
863         Merge recent legacy branch updates to 5.0-active branch.
864
865         * Makefile.in include/ddk/ntifs.h include/ddk/winddk.h
866         * include/sdkddkver.h include/setupapi.h include/windows.h
867         * include/winnt.h include/winuser.h include/winver.h
868         * include/wtsapi32.h lib/wtsapi32.def: Updated.
869
870 2016-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
871
872         Prepare and tag all files for release of w32api-3.18.
873
874 2016-07-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
875
876         Do not pass MAKEFLAGS explicitly, when invoking recursive make.
877
878         * Makefile.in (install-strip, uninstall): Delete explicit $(MAKEFLAGS)
879         references from $(MAKE) command lines; make passes them implicitly.
880
881 2016-06-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
882
883         Backport MemoryBarrier() implementation from 4.0-dev branch.
884
885         * include/winnt.h (MemoryBarrier): Implement it; this is a rework of
886         Earnie's original inline implementation, but declared 'static' to fix
887         issue [#1661]; it is further modified, to avoid the broken pre-Vista
888         fallback identified by issue [#2131], and to remove references to...
889         (__faststorefence, __mf): ...these MSVC intrinsics, replaced by...
890         [defined __ATOMIC_SEQ_CST] (__atomic_thread_fence): ...this, or...
891         [GCC >= 4.4] (__sync_synchronize): ...this, as appropriate, falling
892         back to inline assembly code when necessary.
893
894         * include/ddk/winddk.h (KeMemoryBarrier): Delegate it to...
895         (MemoryBarrier): ...this, so avoiding the potential to emit invalid
896         code, for hosts which do not support the SSE2 'mfence' instruction.
897
898 2016-06-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
899
900         Merge further W32API updates from Cygwin CVS.
901         Incorporated selected changes from 2012-08-01 to 2012-08-04.
902
903         * include/setupapi.h include/winuser.h include/winver.h
904         * include/wtsapi32.h lib/wtsapi32.def: Merged and updated.
905
906 2016-06-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
907
908         Update mapping of GCC to MSVC host identification macros.
909
910         * include/windows.h: Assert copyright; tidy layout.
911         (_M_IX86, _ALPHA_, _PPC_, _MIPS_, _68K_): Delete duplicate defines.
912         [!_WINUSER_H, !_WINNLS_H, !_WINVER_H, !_WINNETWK_H, !_WINREG_H]
913         [!_WINSVC_H]: Do not explicitly test these here; they are properly
914         managed implicitly, by GCC, when including the associated headers.
915
916         * include/winnt.h: Assert copyright; tidy layout.
917         (_BEGIN_C_DECLS, _END_C_DECLS): Use these, as appropriate.
918         (__aligned__, __always_inline__, __selectany__): Prefer these...
919         (aligned, always_inline, selectany): ...to these attribute forms.
920         (CONTEXT) [_ALPHA_, _PPC_, MIPS, ARM]: Change selector macros to...
921         [_M_ALPHA, _M_PPC, _M_MRX000, _M_ARM]: ...these, respectively.
922         (GetCurrentFiber, GetFiberData, NtCurrentTeb): Redefine in terms of...
923         (__tib_fiber_data__, __tib_self_refptr__): ...these adaptive macros...
924         [!_WIN64]: ...to accommodate 32-bit, or otherwise 64-bit Windows.
925         (_ALPHA_, _PPC_, _MIPS_, _68K_): Delete these redundant macros...
926         (_M_IX86): ...also removing this, but relocate it to...
927         * include/sdkddkver.h (_M_IX86): ...here; augment it with...
928         (_M_IX86_FP, _M_X64, _M_AMD64, _M_IA64): ...these; define them as
929         appropriate.
930
931         * include/ddk/ntifs.h [!_ALPHA_]: Augment test; rather consider...
932         [!_ALPHA_ && !_M_ALPHA]: ...this, for structure alignment control.
933
934 2016-05-23  Keith Marshall  <keithmarshall@users.sourceforge.net>
935
936         Merge W32API updates, from Cygwin CVS, into legacy branch.
937         Incorporate changes since release of w32api-3.17, until 2012-07-06.
938
939         * include/shobjidl.h lib/shobjidl-uuid.c: New files, added per LRN's
940         2012-04-28 commit to Cygwin CVS.
941
942         * include/gdiplus/gdiplustypes.h include/imagehlp.h
943         * include/routprot.h include/shlwapi.h include/userenv.h
944         * include/winbase.h include/wincon.h include/windef.h
945         * include/winerror.h include/wingdi.h include/winnt.h
946         * include/winsock.h include/winsock2.h include/winuser.h: Updated to
947         match Cygwin CVS state, as of 2012-07-06.
948
949         * include/wincrypt.h: Updated to remove duplicate manifest constant
950         definitions, as identified per Chris Sutcliffe's 2012-01-03 commit to
951         Cygwin CVS; merge with my 2015-09-29 commit; additionally, remove...
952         (szOID_RSA_emailAddr, szOID_RSA_unstructAddr, szOID_RSA_unstructName)
953         (CRYPT_ARCHIVABLE, CRYPT_NOHASHOID, CRYPT_VERIFYCONTEXT): ...extra
954         copies of these further duplicated definitions, identified during
955         the merging operation.
956
957 2016-05-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
958
959         Synchronize package version management with MinGW Runtime.
960
961         * VERSION.m4: New file; link it to keep in sync with identically named
962         file in top level composite package source directory; it defines...
963         (__VERSION__): ...this new composite package version macro.
964
965         * aclocal.m4: Link it, to keep in sync with identically named files in
966         top level composite source and sibling mingwrt sub-package directories.
967         (__VERSION__): New macro; include VERSION.m4 to define it.
968         (__BUG_REPORT_URL__): New macro; define it.
969
970         * configure.ac (AC_INIT): Assign package version and bug report URL...
971         (__VERSION__, __BUG_REPORT_URL__): ...from these, as defined through
972         automatic inclusion of aclocal.m4
973
974         * Makefile.in (configure): Add dependency on VERSION.m4
975
976 2016-05-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
977
978         Eliminate redundant <parts/winioctl.h> header.
979
980         * include/parts/winioctl.h: Delete it; distribute its content...
981         * include/ddk/winddk.h include/ddk/ntddstor.h include/ddk/ntdddisk.h:
982         ...among these, separating it into discrete sections based on...
983         [__need_ddk_winddk_includes, __need_ddk_ntddstor_includes]
984         [__need_ddk_ntdddisk_includes]: ...these selectors, respectively.
985         [__WINIOCTL_H_SOURCED__]: Expose only those sections; do not define...
986         (_DDK_WINDDK_H, _DDK_NTDDSTOR_H, _DDK_NTDDDISK_H): ...these.
987
988         * include/winioctl.h (__WINIOCTL_H_SOURCED__): Define it; include each
989         of <ddk/winddk.h>, <ddk/ntddstor.h>, and <ddk/ntdddisk.h>
990
991 2016-05-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
992
993         Enforce consistent specification of package version.
994
995         * include/w32api.h: Rename as...
996         * include/w32api.h.in: ...this build-time template file.
997         (__W32API_VERSION): Redefine it, in terms of...
998         (%PACKAGE_VERSION_LONG%): ...this substitution template.
999         (__W32API_MAJOR_VERSION, __W32API_MINOR_VERSION)
1000         (__W32API_PATCHLEVEL): Likewise, redefine them in terms of...
1001         (%PACKAGE_VERSION_MAJOR%, %PACKAGE_VERSION_MINOR%)
1002         (%PACKAGE_VERSION_PATCH%): ...these.
1003
1004         * configure.ac (AC_CONFIG_SRCDIR): Adjust for renamed file.
1005         (MINGW_AC_CONFIG_EXTRA_SRCDIR): Likewise, for similarly renamed
1006         mingwrt/include/_mingw.h.in file.
1007
1008         * Makefile.in (all-w32api-libs): Add dependency on...
1009         (w32api.h, _mingw.h): ...these; add rule to generate them, using...
1010         (PACKAGE_VERSION_SCRIPT, PACKAGE_VERSION_FORMAT): ...these new macros;
1011         they apply appropriate substitutions to the renamed template files.
1012         (install-w32api-headers): Explicitly add w32api.h
1013
1014 2015-11-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1015
1016         Refactor for Windows DDK synchronization; fix MinGW-Bug [#1954].
1017
1018         * include/parts/winioctl.h: New file; it provides infrastructure for
1019         sharing of common code between DDK headers and primary <winioctl.h>
1020         (__IOCTL_STORAGE_, __IOCTL_DISK_, __FILE_RW_ACCESS, __FILE_AM_BUFFERED)
1021         (__FILE_RD_BUFFERED, __FILE_RW_BUFFERED): New internal convenience
1022         macros; they facilitate more consise expression of factored out IOCTL
1023         and FSCTL macros; define them.
1024
1025         * include/ddk/ntddk.h: Assert copyright; tidy layout.
1026         (__NTDDK_H): Multiple inclusion guard macro, renamed to...
1027         (_DDK_NTDDK_H): ...this; it provides better indication of location.
1028         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1029
1030         * include/ddk/winddk.h: Assert copyright; tidy layout.
1031         (__WINDDK_H): Multiple inclusion guard macro, renamed to...
1032         (_DDK_WINDDK_H): ...this; it provides better indication of location.
1033         [!defined _DDK_NTDDK_H]: Forbid direct inclusion; emit diagnostic.
1034         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1035         (METHOD_BUFFERED, METHOD_IN_DIRECT, METHOD_OUT_DIRECT)
1036         (METHOD_NEITHER): Redefine as enumeration; factor it out.
1037         (FILE_ANY_ACCESS, FILE_SPECIAL_ACCESS, FILE_READ_ACCESS)
1038         (FILE_WRITE_ACCESS): Likewise.
1039         (CTL_CODE, DEVICE_TYPE_FROM_CTL_CODE): Factor out.
1040         [defined _DRIVE_LAYOUT_INFORMATION_MBR_DEFINED]: Delete guard.
1041         (struct _DRIVE_LAYOUT_INFORMATION_MBR, DRIVE_LAYOUT_INFORMATION_MBR)
1042         (PDRIVE_LAYOUT_INFORMATION_MBR): Factor out, without guard.
1043         (struct _DRIVE_LAYOUT_INFORMATION_GPT, DRIVE_LAYOUT_INFORMATION_GPT)
1044         (PDRIVE_LAYOUT_INFORMATION_GPT): Factor out.
1045         (struct _PARTITION_INFORMATION_MBR, PARTITION_INFORMATION_MBR)
1046         (PPARTITION_INFORMATION_MBR): Likewise.
1047         (FILE_DEVICE_BEEP, FILE_DEVICE_CD_ROM, FILE_DEVICE_CD_ROM_FILE_SYSTEM)
1048         (FILE_DEVICE_CONTROLLER, FILE_DEVICE_DATALINK, FILE_DEVICE_DFS)
1049         (FILE_DEVICE_DISK, FILE_DEVICE_DISK_FILE_SYSTEM)
1050         (FILE_DEVICE_FILE_SYSTEM, FILE_DEVICE_INPORT_PORT)
1051         (FILE_DEVICE_KEYBOARD, FILE_DEVICE_MAILSLOT, FILE_DEVICE_MIDI_IN)
1052         (FILE_DEVICE_MIDI_OUT, FILE_DEVICE_MOUSE)
1053         (FILE_DEVICE_MULTI_UNC_PROVIDER, FILE_DEVICE_NAMED_PIPE)
1054         (FILE_DEVICE_NETWORK, FILE_DEVICE_NETWORK_BROWSER)
1055         (FILE_DEVICE_NETWORK_FILE_SYSTEM, FILE_DEVICE_NULL)
1056         (FILE_DEVICE_PARALLEL_PORT, FILE_DEVICE_PHYSICAL_NETCARD)
1057         (FILE_DEVICE_PRINTER, FILE_DEVICE_SCANNER)
1058         (FILE_DEVICE_SERIAL_MOUSE_PORT, FILE_DEVICE_SERIAL_PORT)
1059         (FILE_DEVICE_SCREEN, FILE_DEVICE_SOUND, FILE_DEVICE_STREAMS)
1060         (FILE_DEVICE_TAPE, FILE_DEVICE_TAPE_FILE_SYSTEM, FILE_DEVICE_TRANSPORT)
1061         (FILE_DEVICE_UNKNOWN, FILE_DEVICE_VIDEO, FILE_DEVICE_VIRTUAL_DISK)
1062         (FILE_DEVICE_WAVE_IN, FILE_DEVICE_WAVE_OUT, FILE_DEVICE_8042_PORT)
1063         (FILE_DEVICE_NETWORK_REDIRECTOR, FILE_DEVICE_BATTERY)
1064         (FILE_DEVICE_BUS_EXTENDER, FILE_DEVICE_MODEM, FILE_DEVICE_VDM)
1065         (FILE_DEVICE_MASS_STORAGE, FILE_DEVICE_SMB, FILE_DEVICE_KS)
1066         (FILE_DEVICE_CHANGER, FILE_DEVICE_SMARTCARD, FILE_DEVICE_ACPI)
1067         (FILE_DEVICE_DVD, FILE_DEVICE_FULLSCREEN_VIDEO)
1068         (FILE_DEVICE_DFS_FILE_SYSTEM, FILE_DEVICE_DFS_VOLUME)
1069         (FILE_DEVICE_SERENUM, FILE_DEVICE_TERMSRV, FILE_DEVICE_KSEC)
1070         (FILE_DEVICE_FIPS): Redefine as enumeration; factor it out.
1071         (enum _PARTITION_STYLE, PARTITION_STYLE): Factor out; add...
1072         (PARTITION_STYLE_RAW): ...this new enumeration state; previously, it
1073         was defined only when including this enumeration from winioctl.h
1074         (struct _CREATE_DISK_MBR, CREATE_DISK_MBR, PCREATE_DISK_MBR)
1075         (struct _CREATE_DISK_GPT, CREATE_DISK_GPT, PCREATE_DISK_GPT)
1076         (struct _CREATE_DISK, CREATE_DISK, PCREATE_DISK): Factor out;
1077         include parts/winioctl.h
1078
1079         * include/ddk/ntddstor.h: Assert copyright; tidy layout.
1080         (__NTDDSTOR_H): Multiple inclusion guard macro, renamed to...
1081         (_DDK_NTDDSTOR_H): ...this; to provide better indication of location.
1082         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1083         (struct _STORAGE_BUS_TYPE, STORAGE_BUS_TYPE, PSTORAGE_BUS_TYPE)
1084         (IOCTL_STORAGE_BASE, IOCTL_STORAGE_RESERVE, IOCTL_STORAGE_RELEASE)
1085         (IOCTL_STORAGE_CHECK_VERIFY, IOCTL_STORAGE_CHECK_VERIFY2)
1086         (IOCTL_STORAGE_MEDIA_REMOVAL, IOCTL_STORAGE_EJECT_MEDIA)
1087         (IOCTL_STORAGE_LOAD_MEDIA, IOCTL_STORAGE_LOAD_MEDIA2)
1088         (IOCTL_STORAGE_EJECTION_CONTROL, IOCTL_STORAGE_FIND_NEW_DEVICES)
1089         (IOCTL_STORAGE_GET_MEDIA_TYPES, IOCTL_STORAGE_GET_MEDIA_TYPES_EX)
1090         (IOCTL_STORAGE_GET_MEDIA_SERIAL_NUMBER, IOCTL_STORAGE_PREDICT_FAILURE)
1091         (IOCTL_STORAGE_QUERY_PROPERTY, IOCTL_STORAGE_GET_DEVICE_NUMBER)
1092         (IOCTL_STORAGE_RESET_BUS, IOCTL_STORAGE_RESET_DEVICE)
1093         (IOCTL_STORAGE_MCN_CONTROL): Factor out; include parts/winioctl.h
1094
1095         * include/ddk/ntdddisk.h: Assert copyright; tidy layout.
1096         (__NTDDDISK_H): Multiple inclusion guard macro, renamed to...
1097         (_DDK_NTDDDISK_H): ...this; to provide better indication of location.
1098         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1099         (IOCTL_DISK_BASE, IOCTL_DISK_GET_LENGTH_INFO)
1100         (IOCTL_DISK_IS_WRITABLE, IOCTL_DISK_REASSIGN_BLOCKS)
1101         (IOCTL_DISK_FIND_NEW_DEVICES, IOCTL_DISK_GET_MEDIA_TYPES)
1102         (IOCTL_DISK_GET_DRIVE_LAYOUT, IOCTL_DISK_SET_DRIVE_LAYOUT)
1103         (IOCTL_DISK_GET_PARTITION_INFO, IOCTL_DISK_SET_PARTITION_INFO)
1104         (IOCTL_DISK_GET_DRIVE_LAYOUT_EX, IOCTL_DISK_SET_DRIVE_LAYOUT_EX)
1105         (IOCTL_DISK_GET_DRIVE_GEOMETRY, IOCTL_DISK_GET_DRIVE_GEOMETRY_EX)
1106         (IOCTL_DISK_CREATE_DISK, IOCTL_DISK_VERIFY, IOCTL_DISK_CHECK_VERIFY)
1107         (IOCTL_DISK_GET_PARTITION_INFO_EX, IOCTL_DISK_SET_PARTITION_INFO_EX)
1108         (IOCTL_DISK_GET_CACHE_INFORMATION, IOCTL_DISK_SET_CACHE_INFORMATION)
1109         (IOCTL_DISK_DELETE_DRIVE_LAYOUT, IOCTL_DISK_GROW_PARTITION)
1110         (IOCTL_DISK_FORMAT_TRACKS, IOCTL_DISK_FORMAT_TRACKS_EX)
1111         (IOCTL_DISK_PERFORMANCE, IOCTL_DISK_PERFORMANCE_OFF)
1112         (IOCTL_DISK_UPDATE_DRIVE_SIZE, IOCTL_DISK_RESERVE): Factor out; all of
1113         these macros are now defined in parts/winioctl.h; include it.
1114         (PARTITION_ENTRY_UNUSED, PARTITION_FAT_12, PARTITION_XENIX_1)
1115         (PARTITION_XENIX_2, PARTITION_FAT_16, PARTITION_EXTENDED)
1116         (PARTITION_HUGE, PARTITION_IFS, PARTITION_OS2BOOTMGR, PARTITION_FAT32)
1117         (PARTITION_FAT32_XINT13, PARTITION_XINT13, PARTITION_XINT13_EXTENDED)
1118         (PARTITION_PREP, PARTITION_LDM, PARTITION_UNIX, PARTITION_NTFT)
1119         (VALID_NTFT): Redefine as enumeration; factor it out.
1120         (IsRecognizedPartition, IsContainerPartition): Factor out.
1121         (enum _MEDIA_TYPE, MEDIA_TYPE, PMEDIA_TYPE): Factor out, adding...
1122         (F3_200Mb_512, F3_240M_512, F3_32M_512): ...these new state values.
1123         (enum _DETECTION_TYPE, DETECTION_TYPE): Factor out.
1124         (struct _DISK_INT13_INFO, DISK_INT13_INFO, PDISK_INT13_INFO)
1125         (struct _DISK_EX_INT13_INFO, DISK_EX_INT13_INFO, PDISK_EX_INT13_INFO)
1126         (struct _DISK_DETECTION_INFO, DISK_DETECTION_INFO, PDISK_DETECTION_INFO)
1127         (struct _DISK_GEOMETRY_EX, DISK_GEOMETRY_EX, PDISK_GEOMETRY_EX)
1128         (struct _DISK_GEOMETRY, DISK_GEOMETRY, PDISK_GEOMETRY)
1129         (DiskGeometryGetPartition, DiskGeometryGetDetect): Factor out.
1130         (struct _PARTITION_INFORMATION): Change field data types for...
1131         (HiddenSectors, PartitionNumber): ...these, from DWORD to ULONG...
1132         (PartitionType): ...and this from BYTE to UCHAR, to keep consistent
1133         with Windows DDK convention, then factor out struct, together with...
1134         (PARTITION_INFORMATION, PPARTITION_INFORMATION): ...these.
1135         (struct _PARTITION_INFORMATION_GPT, struct _DISK_PARTITION_INFO)
1136         (PARTITION_INFORMATION_GPT, *PPARTITION_INFORMATION_GPT)
1137         (DISK_PARTITION_INFO, *PDISK_PARTITION_INFO): Factor out.
1138         (struct _GET_LENGTH_INFORMATION)
1139         (GET_LENGTH_INFORMATION, PGET_LENGTH_INFORMATION)
1140         (struct _DISK_PERFORMANCE, DISK_PERFORMANCE, PDISK_PERFORMANCE)
1141         (struct _DISK_PERFORMANCE_EX, DISK_PERFORMANCE_EX, PDISK_PERFORMANCE_EX)
1142         (struct _FORMAT_PARAMETERS, struct _FORMAT_EX_PARAMETERS)
1143         (FORMAT_PARAMETERS, PFORMAT_PARAMETERS, FORMAT_EX_PARAMETERS)
1144         (PFORMAT_EX_PARAMETERS): Factor out.
1145         (struct _REASSIGN_BLOCKS): Change field data types for...
1146         (Reserved, Count): ...these fields, from WORD to USHORT, and...
1147         (BlockNumber): ...this from DWORD to ULONG, per Windows DDK
1148         convention, then factor out the struct definition, together with...
1149         (REASSIGN_BLOCKS, PREASSIGN_BLOCKS): ...these associated typedefs.
1150         (struct _SET_PARTITION_INFORMATION, SET_PARTITION_INFORMATION)
1151         (PSET_PARTITION_INFORMATION): Factor out.
1152         (struct _VERIFY_INFORMATION): Change field data type for...
1153         (Length): ...this field, from DWORD to ULONG, per DDK convention, then
1154         factor out the entire struct definition, together with...
1155         (VERIFY_INFORMATION, PVERIFY_INFORMATION): ...these associated typedefs.
1156         (DISK_CACHE_RETENTION_PRIORITY): Factor out enumerated typedef.
1157         (struct _DISK_CACHE_INFORMATION, struct _DISK_GROW_PARTITION)
1158         (DISK_CACHE_INFORMATION, PDISK_CACHE_INFORMATION, DISK_GROW_PARTITION)
1159         (PDISK_GROW_PARTITION): Factor out.
1160
1161         * include/winioctl.h: Assert copyright; tidy layout; incorporate
1162         definitions from Windows DDK headers, by including parts/winioctl.h;
1163         delete duplicate definitions already identified as having been factored
1164         out from ddk/winddk.h, ddk/ntddstor.h, and ddk/ntdddisk.h; accept type
1165         compatible changes from DWORD to ULONG, WORD to USHORT, and BYTE to
1166         UCHAR, resulting in no significant changes, except that...
1167         (struct _DISK_PERFORMANCE): ...this is extended, by addition of...
1168         (IdleTime, SplitCount, QueryTime, StorageDeviceNumber)
1169         (StorageManagerName): ...these previously missing fields, originally
1170         appropriately defined in ddk/ntdddisk.h, thus fixing bug [#1954].
1171         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1172
1173 2015-10-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
1174
1175         Windows application module version information API updates.
1176
1177         * include/winver.h: Assert copyright; tidy layout.
1178         (_BEGIN_C_DECLS, _END_C_DECLS): Use these, as appropriate.
1179         (__AW_SUFFIXED__): Use throughout, to identify generic functions
1180         having both ANSI and UTF-16LE specific alternative implementations.
1181         [NTDDI_VERSION >= NTDDI_VISTA] (GetFileVersionInfoEx): New function.
1182         [NTDDI_VERSION >= NTDDI_VISTA] (GetFileVersionInfoSizeEx): Likewise;
1183         note that both are generic, with ANSI and UTF-16LE implementations,
1184         but the ANSI implementations are missing from MSVCRT.DLL when...
1185         [NTDDI_VERSION < NTDDI_WIN8]: ...this.
1186
1187         * lib/version.def (GetFileVersionInfoExA, GetFileVersionInfoExW)
1188         (GetFileVersionInfoSizeExA, GetFileVersionInfoSizeExW): Add symbols.
1189
1190 2015-10-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
1191
1192         Revert a failed experimental macro construct.
1193
1194         * include/w32api.h (__W32API_DEPRECATED_ALIAS): Delete this; it bloats
1195         code, and doesn't work in the C preprocessor conditional context where
1196         its associated constant definitions are most likely to be required.
1197         (Windows95, Windows98, WindowsME, WindowsNT4, Windows2000, WindowsXP)
1198         (Windows2003, WindowsVista, IE3, IE301, IE302, IE4, IE401, IE5, IE5a)
1199         (IE5b, IE501, IE55, IE56, IE6, IE601, IE602, IE7): Redefine as macros,
1200         now in terms of their preferred equivalents from <sdkddkver.h>
1201
1202 2015-09-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
1203
1204         Code clean-up; fix MinGW-Bug [#2263].
1205
1206         * include/w32api.h (__AW_SUFFIXED__): New macro; define it.
1207         (__AW_EXTENDED__, __AW_STRING_A__, __AW_STRING_W__): Likewise.
1208         (__AW__WCHAR_T__): Likewise; this is a helper for __AW_STRING_W__.
1209
1210         * include/wincrypt.h: Assert copyright; tidy layout; replace all C++
1211         style comments, using ISO-C conforming style; remove all redundant
1212         parameter names from function prototype declarations, throughout.
1213         (pragma GCC system_header): Remove pointless conditional guard.
1214         (_BEGIN_C_DECLS, _END_C_DECLS): Use to wrap extern "C" declarations.
1215         [WINVER >= 0x500, WINVER >= 0x501]: Replace conditionals with...
1216         [WINVER >= _WIN32_WINNT_WIN2K, WINVER >= _WIN32_WINNT_WINXP]: ...these
1217         alternatives, respectively; they offer improved self-documentation.
1218         (MS_DEF_PROV, MS_ENHANCED_PROV, MS_STRONG_PROV, MS_SCARD_PROV)
1219         (MS_DEF_RSA_SIG_PROV, MS_DEF_RSA_SCHANNEL_PROV, MS_DEF_DSS_PROV)
1220         (MS_DEF_DSS_DH_PROV, MS_ENH_DSS_DH_PROV, MS_DEF_DH_SCHANNEL_PROV)
1221         (MS_ENH_RSA_AES_PROV): Redefine as __AW_EXTENDED__ derivatives.
1222         (MS_DEF_PROV_W, MS_ENHANCED_PROV_W, MS_STRONG_PROV_W, MS_SCARD_PROV_W)
1223         (MS_DEF_RSA_SIG_PROV_W, MS_DEF_RSA_SCHANNEL_PROV_W, MS_DEF_DSS_PROV_W)
1224         (MS_DEF_DSS_DH_PROV_W, MS_ENH_DSS_DH_PROV_W, MS_DEF_DH_SCHANNEL_PROV_W)
1225         (MS_ENH_RSA_AES_PROV_W): Redefine; use __AW_STRING_W__ to derive them
1226         from their __AW_STRING_A__ equivalent string constant definitions.
1227         (GET_ALG_CLASS): Redefine, expressing result in terms of...
1228         (ALG_CLASS_ALL): ...this manifest bit mask; also redefined, preferring
1229         a hexadecimal expression of the mask value over the former decimal.
1230         (GET_ALG_TYPE, GET_ALG_SID): Similarly, use hexadecimal mask values.
1231         (ALG_CLASS_SIGNATURE, ALG_CLASS_MSG_ENCRYPT, ALG_CLASS_DATA_ENCRYPT)
1232         (ALG_CLASS_HASH, ALG_CLASS_KEY_EXCHANGE, ALG_TYPE_DSS, ALG_TYPE_RSA)
1233         (ALG_TYPE_BLOCK, ALG_TYPE_STREAM, ALG_TYPE_DH, ALG_TYPE_SECURECHANNEL)
1234         (CRYPT_UPDATE_KEY, CRYPT_NEWKEYSET, CRYPT_DELETEKEYSET, CRYPT_SILENT)
1235         (CRYPT_MACHINE_KEYSET, CRYPT_USER_PROTECTED, CRYPT_CREATE_SALT)
1236         (CRYPT_EXPORTABLE, CRYPT_ENCRYPT, CRYPT_DECRYPT, CRYPT_EXPORT)
1237         (CRYPT_READ, CRYPT_WRITE, CRYPT_MAC, CERT_TRUST_IS_NOT_TIME_VALID)
1238         (CERT_TRUST_IS_NOT_TIME_NESTED, CERT_TRUST_IS_REVOKED)
1239         (CERT_TRUST_IS_NOT_SIGNATURE_VALID, CERT_TRUST_IS_NOT_VALID_FOR_USAGE)
1240         (CERT_TRUST_IS_UNTRUSTED_ROOT, CERT_TRUST_REVOCATION_STATUS_UNKNOWN)
1241         (CERT_TRUST_IS_CYCLIC, CERT_TRUST_CTL_IS_NOT_SIGNATURE_VALID)
1242         (CERT_TRUST_IS_PARTIAL_CHAIN, CERT_TRUST_CTL_IS_NOT_TIME_VALID)
1243         (CERT_TRUST_CTL_IS_NOT_VALID_FOR_USAGE, CERT_TRUST_IS_SELF_SIGNED)
1244         (CERT_TRUST_HAS_EXACT_MATCH_ISSUER, CERT_TRUST_HAS_KEY_MATCH_ISSUER)
1245         (CERT_TRUST_HAS_NAME_MATCH_ISSUER, CERT_TRUST_IS_COMPLEX_CHAIN)
1246         (CERT_CHAIN_POLICY_BASE, CERT_CHAIN_POLICY_AUTHENTICODE)
1247         (CERT_CHAIN_POLICY_AUTHENTICODE_TS, CERT_CHAIN_POLICY_SSL)
1248         (CERT_CHAIN_POLICY_BASIC_CONSTRAINTS, CERT_CHAIN_POLICY_NT_AUTH)
1249         (CERT_NAME_STR_REVERSE_FLAG, CERT_NAME_STR_DISABLE_IE4_UTF8_FLAG)
1250         (CERT_NAME_STR_CRLF_FLAG, CERT_NAME_STR_ENABLE_UTF8_UNICODE_FLAG)
1251         (CERT_NAME_STR_ENABLE_T61_UNICODE_FLAG, CERT_NAME_STR_NO_PLUS_FLAG)
1252         (CERT_NAME_STR_NO_QUOTING_FLAG, CERT_NAME_STR_SEMICOLON_FLAG)
1253         (CERT_FIND_CERT_ID, CERT_FIND_CTL_USAGE, CERT_FIND_ENHKEY_USAGE)
1254         (CERT_FIND_EXISTING, CERT_FIND_HASH, CERT_FIND_ISSUER_ATTR)
1255         (CERT_FIND_ISSUER_NAME, CERT_FIND_ISSUER_OF, CERT_FIND_KEY_IDENTIFIER)
1256         (CERT_FIND_KEY_SPEC, CERT_FIND_MD5_HASH, CERT_FIND_PROPERTY)
1257         (CERT_FIND_PUBLIC_KEY, CERT_FIND_SHA1_HASH, CERT_FIND_SIGNATURE_HASH)
1258         (CERT_FIND_SUBJECT_ATTR, CERT_FIND_SUBJECT_CERT, CERT_FIND_SUBJECT_NAME)
1259         (CERT_FIND_SUBJECT_STR_A, CERT_FIND_SUBJECT_STR_W)
1260         (CERT_FIND_ISSUER_STR_A, CERT_FIND_ISSUER_STR_W)
1261         (CERT_FIND_OR_ENHKEY_USAGE_FLAG, CERT_FIND_OPTIONAL_ENHKEY_USAGE_FLAG)
1262         (CERT_FIND_NO_ENHKEY_USAGE_FLAG, CERT_FIND_VALID_ENHKEY_USAGE_FLAG)
1263         (CERT_FIND_EXT_ONLY_ENHKEY_USAGE_FLAG, CERT_UNICODE_IS_RDN_ATTRS_FLAG)
1264         (CERT_CASE_INSENSITIVE_IS_RDN_ATTRS_FLAG, CERT_CHAIN_FIND_BY_ISSUER)
1265         (CERT_CHAIN_FIND_BY_ISSUER_COMPARE_KEY_FLAG)
1266         (CERT_CHAIN_FIND_BY_ISSUER_COMPLEX_CHAIN_FLAG)
1267         (CERT_CHAIN_FIND_BY_ISSUER_CACHE_ONLY_FLAG)
1268         (CERT_CHAIN_FIND_BY_ISSUER_CACHE_ONLY_URL_FLAG)
1269         (CERT_CHAIN_FIND_BY_ISSUER_LOCAL_MACHINE_FLAG)
1270         (CERT_CHAIN_FIND_BY_ISSUER_NO_KEY_FLAG)
1271         (CERT_SYSTEM_STORE_LOCAL_MACHINE): All represent bit-mapped values;
1272         express them in hexadecimal, in preference to original decimal form.
1273         (CERT_FIND_SUBJECT_STR, CERT_FIND_ISSUER_STR): Redefine them as
1274         __AW_EXTENDED__ macros, for UNICODE/non-UNICODE cases respectively.
1275         (szOID_CRL_DIST_POINTS): Correct defective definition; value should be
1276         a string literal, but was missing delimiting quotes; insert them.
1277         (CertNameToStr, CertOpenSystemStore, CertGetNameString, CryptSignHash)
1278         (CryptAcquireContext, CryptVerifySignature, CryptGetDefaultProvider)
1279         (CryptEnumProviders, CryptSetProvider): Define as __AW_SUFFIXED__
1280         aliases for each of the UNICODE/non-UNICODE cases respectively.
1281         (CryptEnumProvidersA): Correct prototype declaration; 5th parameter
1282         was declared as type LPTSTR, but should be type LPSTR.
1283         (CryptEnumProvidersW): Likewise; 5th parameter should be type LPWSTR.
1284         (CryptGetDefaultProviderW): Likewise; 4th parameter was declared as
1285         type LPSTR, but should be type LPWSTR.
1286         [defined MINGW_TENTATIVE_ASSUMPTIONS] (X509_ANY_STRING)
1287         (X509_CRL_REASON_CODE, X509_DSS_PUBLICKEY, X509_UNICODE_ANY_STRING)
1288         (struct _CERT_ALT_NAME_ENTRY): Add tentative definitions.
1289
1290 2015-09-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
1291
1292         Correct defect in build system compilation rule.
1293
1294         * Makefile.in (scrnsavw.$OBJEXT): Do not use $^ to represent the
1295         source file; it expands to also include prerequisite header files,
1296         which should not appear on the compilation command line.  Rewrite
1297         rule in static pattern format, and use $< instead.
1298
1299 2015-08-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
1300
1301         Build system corrections for GCC build time support.
1302
1303         * configure.ac (AC_PROG_CC): Don't use this; we need...
1304         (MINGW_AC_PROG_CC_COMPILE_ONLY): ...this alternative, to support
1305         building with only a stage 1 partially built GCC installation.
1306
1307         * Makefile.in (install-headers): New make objective; map it to...
1308         (install-w32api-headers): ...this, for which it is a logical alias.
1309
1310 2015-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1311
1312         Overhaul and streamline build system configuration.
1313
1314         * configure.in: Delete obsolete file; replace with...
1315         * configure.ac: New file; rewritten per current autoconf conventions.
1316
1317         * Makefile.in: Rewritten; adapted from current mingwrt configuration,
1318         it now processes the entire build without using separate sub-makes.
1319
1320         * lib/Makefile.in: Sub-make configuration not required now; delete it.
1321         * lib/ddk/Makefile.in lib/directx/Makefile.in: Likewise; delete them.
1322
1323 2015-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1324
1325         Remove unused aclocal.m4 configuration file.
1326
1327         * aclocal.m4: Delete it; it provides no content used by this package.
1328
1329 2015-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1330
1331         Adapt platform feature checks to NTDDI_VERSION conventions.
1332
1333         * include/sdkddkver.h: New file; merge from 4.0-dev branch.
1334         (_WIN32_WINNT_WINBLUE): New manifest constant for Windows-8.1.
1335         (WINNTVER): Prefer bitwise shift to division; adjust accordingly.
1336         [_WIN32_WINNT != OSVER(NTDDI_VERSION)]: Bad comparison; correct to...
1337         [_WIN32_WINNT != WINNTVER(NTDDI_VERSION)]: ...this.
1338
1339         * include/w32api.h: Assert copyright; include sdkddkver.h.
1340         (__W32API_VERSION): Increment to 3.18; adopt new encoding format.
1341         (__W32API_MAJOR_VERSION, __W32API_MINOR_VERSION): Adjust consistently.
1342         (__W32API_PATCH_LEVEL): New macro; define with initial value of zero.
1343         (__W32API_DEPRECATED_ALIAS): New macro; define it; use to redefine...
1344         (Windows95, Windows98, WindowsME, WindowsNT4, Windows2000, WindowsXP)
1345         (Windows2003, WindowsVista, IE3, IE301, IE302, IE4, IE401, IE5, IE5a)
1346         (IE5b, IE501, IE55, IE56, IE6, IE601, IE602, IE7): ...these; replace
1347         macro definitions by long integer constants, and mark as deprecated.
1348         (UNICODE, _UNICODE): Keep these consistent; use logic factored out of
1349         mingwrt/include/_mingw.h, whence we similarly relocate...
1350         (_EXTERN_C, _BEGIN_C_DECLS, _END_C_DECLS): ...these.
1351
1352         * include/windef.h: Assert copyright; include w32api.h, whence we
1353         infer default assignments, per included sdkddkver.h, for each of...
1354         (WINVER, _WIN32_WINNT): ...these; delete local defines.
1355         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1356
1357 2015-06-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1358
1359         Remove generated configure script from revision control.
1360
1361         * configure: Delete from SCM; maintainer must regenerate it, when
1362         required, as SCM will now ignore it.
1363
1364 2012-08-04  Earnie Boyd  <earnie@users.sourceforge.net>
1365
1366         Cosmetic adjustment to match MSDN documentation.
1367
1368         * include/winver.h (VerQueryValueA, VerQueryValueW): Declare type
1369         of parameter #1 to be LPCVOID, in preference to formerly specified,
1370         and functionally equivalent, 'const LPVOID'.
1371
1372 2012-08-01  Stephan Jorek  <sjorek@users.sourceforge.net>
1373
1374         Correct typos, as identified by issue [#1534].
1375
1376         * include/setupapi.h (SetupCancelTemporary): Should be...
1377         (SetupCancelTemporarySourceList): ...this; complete truncated name.
1378         (SetupFreeA, SetupFreeW): Likewise, complete these respectively to...
1379         (SetupFreeSourceListA, SetupFreeSourceListW): ...these, and...
1380         (SetupQueryA, SetupQueryW): ...these respectively to...
1381         (SetupQuerySourceListA, SetupQuerySourceListW): ...these.
1382         (SetupDiGetWizardage): Misspelled; correct it to...
1383         (SetupDiGetWizardPage): ...this.
1384
1385 2012-08-01  Earnie Boyd  <earnie@users.sourceforge.net>
1386
1387         Declare WTSVirtualChannel API functions per issue [#1342].
1388
1389         * include/wtsapi32.h [_WIN32_WINNT >= 0x500]
1390         (WTSVirtualChannelOpen, WTSVirtualChannelQuery, WTSVirtualChannelRead)
1391         (WTSVirtualChannelPurgeInput, WTSVirtualChannelPurgeOutput)
1392         (WTSVirtualChannelWrite, WTSVirtualChannelClose): Declare them.
1393         [_WIN32_WINNT >= 0x600] (WTSVirtualchannelOpenEx): Likewise.
1394
1395         * lib/wtsapi32.def (WTSVirtualChannelOpenEx@12): Add reference.
1396
1397 2012-08-01  Earnie Boyd  <earnie@users.sourceforge.net>
1398
1399         Correct MENUITEMINFO structure definition per issue [#1659].
1400
1401         * include/winuser.h (tagMENUITEMINFOA, tagMENUITEMINFOW): dwItemData
1402         field was defined as type DWORD; correct it to type ULONG_PTR.
1403
1404 2012-07-06  Corinna Vinschen  <corinna@vinschen.de>
1405
1406         Extend visibility of winsock definitions when building Cygwin.
1407
1408         * include/winsock.h [__INSIDE_CYGWIN__]: Expose definitions of...
1409         (IP_OPTIONS, SO_DEBUG, SO_ACCEPTCONN, SO_REUSEADDR, SO_KEEPALIVE)
1410         (SO_DONTROUTE, SO_BROADCAST, SO_USELOOPBACK, SO_LINGER, SO_OOBINLINE)
1411         (SO_DONTLINGER, SO_SNDBUF, SO_RCVBUF, SO_SNDLOWAT, SO_RCVLOWAT)
1412         (SO_SNDTIMEO, SO_RCVTIMEO, SO_ERROR, SO_TYPE): ...these; however...
1413         [__INSIDE_MSYS__]: ...keep them hidden.
1414
1415         * include/winsock2.h [__INSIDE_CYGWIN__]: Likewise, expose...
1416         (AF_MAX, _SS_MAXSIZE, _SS_ALIGNSIZE, _SS_PAD1SIZE, _SS_PAD2SIZE)
1417         (struct sockaddr, struct sockaddr_storage): ...these, whereas...
1418         [__INSIDE_MSYS__]: ...also keep them hidden.
1419
1420 2012-04-29  Jan Ringos  <tringi@users.sf.net>
1421
1422         Correct version guard for WinXP minimum requirement.
1423
1424         * include/winbase.h (GetModuleHandleEx): Function unsupported for...
1425         [_WIN32_WINNT >= 0x500]: ...this; it isn't in Win2K, so should be...
1426         [_WIN32_WINNT >= 0x501]: ...this; correct it accordingly.
1427         (GetModuleHandleExA, GetModuleHandleExW): Likewise.
1428
1429 2012-04-28  LRN  <l_r_nightmare@users.sf.net>
1430
1431         Add missing <shobjidl.h> and associated UUID implementation.
1432
1433         * include/shobjidl.h lib/shobjidl-uuid.c: New files.
1434         * lib/Makefile.in (UUID_SOURCES, UUID_OBJS): Add references.
1435
1436 2012-03-19  Ben Greear  <greear@users.sf.net>
1437
1438         Adjust header file definition order, to fix issue [#1570].
1439
1440         * include/routprot.h (IP_LOCAL_BINDING): Must be defined before...
1441         (IP_ADAPTER_BINDING_INFO): ...this; adjust order of definition.
1442
1443 2012-01-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1444
1445         Add missing return value, flagged by 'make test'.
1446
1447         * include/gdiplus/gdiplustypes.h (Gdiplus::GdiplusAbort::Abort):
1448         Return NO_ERROR in virtual definition.
1449
1450 2012-01-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1451
1452         Remove duplicate definitions, identified by 'make test'.
1453
1454         * include/wincrypt.h (CRYPT_NEWKEYSET, CRYPT_DELETEKEYSET)
1455         (CRYPT_MACHINE_KEYSET, CRYPT_EXPORTABLE, CRYPT_USER_PROTECTED)
1456         (CRYPT_SILENT, CRYPT_CREATE_SALT, CRYPT_UPDATE_KEY, CRYPT_NO_SALT)
1457         (CRYPT_PREGEN, CRYPT_RECIPIENT, CRYPT_INITIATOR, CRYPT_ONLINE)
1458         (CRYPT_SF, CRYPT_CREATE_IV, CRYPT_KEK, CRYPT_DATA_KEY)
1459         (CRYPT_VOLATILE, CRYPT_SGCKEY): Delete second instance of each.
1460
1461         * include/winerror.h (CRYPT_E_REVOKED): Delete; it is already
1462         correctly defined (per MSDN) in <wincrypt.h>
1463
1464 2012-01-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
1465
1466         Correct misuse of #ifdef, identified by 'make test'.
1467
1468         * include/shlwapi.h (enum ASSOCSTR, enum ASSOCDATA): Fix typos;
1469         /#ifdef _WIN32_IE >= 0x0600/s/#ifdef/#if/
1470
1471 2011-12-22  Corinna Vinschen  <corinna@vinschen.de>
1472
1473         Replace more incorrectly named manifest constants.
1474
1475         * include/winnt.h (JOB_OBJECT_LIMIT_BREAKAWAY_OK)
1476         (JOB_OBJECT_LIMIT_SILENT_BREAKAWAY_OK): Define; make aliases for...
1477         (JOB_OBJECT_BREAKAWAY_OK, JOB_OBJECT_SILENT_BREAKAWAY): ...these old
1478         definitions respectively; retain for backward compatibility only.
1479
1480 2011-12-22  Corinna Vinschen  <corinna@vinschen.de>
1481
1482         Add missing PROCESS_QUERY_LIMITED_INFORMATION.
1483
1484         * include/winnt.h (PROCESS_QUERY_LIMITED_INFORMATION): Define it.
1485
1486 2011-08-19  Corinna Vinschen  <corinna@vinschen.de>
1487
1488         Add missing MAPVK manifest constant definitions.
1489
1490         * include/winuser.h (MAPVK_VK_TO_VSC, MAPVK_VSC_TO_VK): Define them.
1491         (MAPVK_VK_TO_CHAR, MAPVK_VSC_TO_VK_EX, MAPVK_VK_TO_VSC_EX): Likewise.
1492
1493 2011-08-05  Corinna Vinschen  <corinna@vinschen.de>
1494
1495         Correct some misspelled manifest constant names.
1496
1497         * include/winnt.h (IMAGE_DLL_CHARACTERISTICS_NX_COMPAT): Should be...
1498         (IMAGE_DLLCHARACTERISTICS_NX_COMPAT): ...this; define correctly; also
1499         alias to original misspelling, to maintain backward compatibility.
1500         (IMAGE_DLL_CHARACTERISTICS_FORCE_INTEGRITY): Likewise; should be...
1501         (IMAGE_DLLCHARACTERISTICS_FORCE_INTEGRITY): ...this; define and alias.
1502         (IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE): Likewise; should be...
1503         (IMAGE_DLLCHARACTERISTICS_DYNAMIC_BASE): ...this; define and alias.
1504
1505 2011-07-29  Corinna Vinschen  <corinna@vinschen.de>
1506
1507         Add a missing Win2K sockets IOCTL feature.
1508
1509         * include/winsock2.h (SIO_UDP_CONNRESET): Define.
1510
1511 2011-05-22  Albrecht Schlosser  <vms-news@go4more.de>
1512
1513         Fix an incorrectly typed structure member.
1514
1515         * include/wingdi.h (GCP_RESULTSW): lpClass field defined as LPWSTR;
1516         should be LPSTR; correct it.
1517
1518 2011-05-15  Corinna Vinschen  <corinna@vinschen.de>
1519
1520         Add another missing manifest constant definition.
1521
1522         * include/winbase.h (STACK_SIZE_PARAM_IS_A_RESERVATION): Define.
1523
1524 2011-04-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
1525
1526         Avoid pollution of user namespace; fix MinGW-Bug [#1531].
1527
1528         * include/windef.h (PACKED): Delete macro definition; its name is not
1529         reserved, and may thus conflict with a user defined name; replace it...
1530         * include/wincon.h (KEY_EVENT_RECORD): ...at this sole point of use;
1531         use __attribute__((packed)) directly instead.
1532
1533 2011-04-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1534
1535         Fix bad typedef, per MinGW-Bug [#1529].
1536
1537         * include/imagehlp.h (PREAD_PROCESS_MEMORY_ROUTINE): Corrected, to
1538         conform with MSDN reference, as identified by Safety0ff.
1539
1540 2011-04-04  Corinna Vinschen  <corinna@vinschen.de>
1541
1542         Add a missing manifest constant definition.
1543
1544         * include/winnt.h (DOMAIN_ALIAS_RID_REMOTE_DESKTOP_USERS): Define.
1545
1546 2011-03-29  Corinna Vinschen  <corinna@vinschen.de>
1547
1548         Win2K and Vista userenv updates.
1549
1550         * include/userenv.h [_WIN32_WINNT >= 0x0500] (DeleteProfile)
1551         (GetAllUsersProfileDirectory, GetDefaultUserProfileDirectory)
1552         (ExpandEnvironmentStringsForUser): Define function aliases.
1553         [_WIN32_WINNT >= 0x0500] (DeleteProfileA, DeleteProfileW)
1554         (GetAllUsersProfileDirectoryA, GetAllUsersProfileDirectoryW)
1555         (GetDefaultUserProfileDirectoryA, GetDefaultUserProfileDirectoryW
1556         (ExpandEnvironmentStringsForUserA, ExpandEnvironmentStringsForUserW)
1557         (GetProfileType): Declare function prototypes.
1558         [_WIN32_WINNT >= 0x0600] (CreateProfile): Declare function prototype.
1559         [_WIN32_WINNT >= 0x0500] (PT_TEMPORARY, PT_ROAMING, PT_MANDATORY):
1560         New manifest constants; define them.
1561
1562 2011-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1563
1564         * Makefile.in: Increment CYGRELEASE to 2.
1565
1566 2011-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1567
1568         * lib/Makefile.in: Include GDIPLUS_HEADERS in dist target.
1569
1570 2011-03-11  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1571
1572         * include/w32api.h: Increment version to 3.17.
1573         * Makefile.in: Ditto.
1574
1575 2011-03-07  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1576
1577         * include/winbase.h (PSAPI_WORKING_SET_BLOCK)
1578         (PSAPI_WORKING_SET_INFORMATION): Move from here...
1579         * include/psapi.h (PSAPI_WORKING_SET_BLOCK)
1580         (PSAPI_WORKING_SET_INFORMATION): ...to here.
1581
1582 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1583
1584         * include/w32api.h: Increment version to 3.16.
1585         * Makefile.in: Ditto.
1586
1587 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1588
1589         * include/commctrl.h (NMTCKEYDOWN): Define.
1590
1591 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1592
1593         * include/wtsapi32.h (WTSSendMessageA, WTSSendMessageW, WTSSendMessage):
1594         Define.
1595
1596 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1597
1598         * include/winbase.h (PSAPI_WORKING_SET_BLOCK,
1599         PSAPI_WORKING_SET_INFORMATION): Define.
1600
1601 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1602
1603         * include/winbase.h (__GNUC_EXTENSION): Define, replacing __MINGW_EXTENSION.
1604
1605 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1606
1607         * lib/kernel32.def (FreeLibraryAndExitThread): Fix definition.
1608
1609 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1610
1611         * include/winbase.h (FILE_ENCRYPTABLE, FILE_IS_ENCRYPTED, FILE_READ_ONLY,
1612         FILE_ROOT_DIR, FILE_SYSTEM_ATTR, FILE_SYSTEM_DIR, FILE_SYSTEM_NOT_SUPPORT,
1613         FILE_UNKNOWN, FILE_USER_DISALLOWED): Define.
1614
1615 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1616
1617         * include/winioctl.h (_DRIVE_LAYOUT_INFORMATION_MBR): Add
1618         _DRIVE_LAYOUT_INFORMATION_MBR_DEFINED guard.
1619         * include/ddk/winddk.h (_DRIVE_LAYOUT_INFORMATION_MBR): Ditto.
1620
1621 2011-03-04  Seth Jackson  <sethj@users.sourceforge.net>
1622
1623         * include/winnt.h (PAGE_WRITECOMBINE): Define.
1624         * include/winbase.h (THREAD_MODE_BACKGROUND_BEGIN, THREAD_MODE_BACKGROUND_END): Define.
1625
1626 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1627
1628         * include/winbase.h (__MINGW_EXTENSION): Define.
1629         (OVERLAPPED): Add __MINGW_EXTENSION around nameless union /
1630         struct to correct issue with -std=c99.
1631
1632 2011-03-02  Corinna Vinschen  <corinna@vinschen.de>
1633
1634         * include/ddk/winddk.h (TIMER_INFORMATION_CLASS): Define.
1635         (TIMER_BASIC_INFORMATION): Define.
1636         (NtQueryTimer): Define.
1637         (ZwQueryTimer): Define.
1638
1639 2010-12-27  David Byron  <dbyron0@users.sourceforge.net>
1640
1641         * include/winioctl.h (STORAGE_BUS_TYPE): Define.
1642
1643 2010-12-27  Seth Jackson  <sethj@users.sourceforge.net>
1644
1645         * include/winbase.h (GetComputerNameEx): Define.
1646
1647 2010-12-27  Ryan Lortie  <desrt@desrt.ca>
1648
1649         * include/winbase.h (TzSpecificLocalTimeToSystemTime): Define.
1650
1651 2010-12-27  Markus Koenig  <basilo@users.sourceforge.net>
1652
1653         * include/gdiplus/gdipluspixelformats.h (PixelFormatIndexed,
1654         PixelFormatGDI, PixelFormatAlpha, PixelFormatPAlpha,
1655         PixelFormatExtended, PixelFormatCanonical, PixelFormatUndefined,
1656         PixelFormatDontCare, PixelFormat1bppIndexed, PixelFormat4bppIndexed,
1657         PixelFormat8bppIndexed, PixelFormat16bppGrayScale,
1658         PixelFormat16bppRGB555, PixelFormat16bppRGB565, PixelFormat16bpp1555,
1659         PixelFormat24bppRGB, PixelFormat32bppRGB, PixelFormat32bppARGB,
1660         PixelFormat32bppPARGB, PixelFormat48bppRGB, PixelFormat64bppARGB,
1661         PixelFormat64bppPARGB, PixelFormatMax): Fix definition.
1662
1663 2010-10-20  Seth Jackson  <sethj@users.sourceforge.net>
1664
1665         * include/commctrl.h (TC_ITEMHEADER[AW]): Rename to TCITEMHEADER[AW].
1666         Add defines for backward compatibility.
1667
1668 2010-12-27  Johann Hanne  <jonnyh33@users.sourceforge.net>
1669
1670         * include/oaidl.h (GetTypeComp, GetTypeComp, IsMatchingType): Fix defintion.
1671         * include/objidl.h (AddConnection, ReleaseConnection): Ditto.
1672         * include/winbase.h (EnumResourceLanguagesA, EnumResourceLanguagesW,
1673         EnumResourceNamesA, EnumResourceNamesW, EnumResourceTypesA,
1674         EnumResourceTypesW): Ditto.
1675         * include/winnt.h (_SYSTEM_POWER_CAPABILITIES): Ditto.
1676
1677 2010-12-27  Seth Jackson  <sethj@users.sourceforge.net>
1678
1679         * include/basetsd.h: (INT8, UINT8, INT16, UINT16): Define.
1680
1681 2010-12-27  Paul Sokolovsky  <pfalcon@users.sf.net>
1682
1683         * include/bdatypes.h: Add missing semicolons.
1684
1685 2010-08-26  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1686
1687         * include/w32api.h: Increment version to 3.15.
1688         * Makefile.in: Ditto.
1689
1690 2010-08-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1691
1692         * Makefile.in: Update naming convention and compression format (lzma),
1693         leaving existing naming convention and compression format as is for Cygwin.
1694
1695 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1696
1697         * include/oleacc.h (STATE_SYSTEM_HASPOPUP, STATE_SYSTEM_NORMAL,
1698         STATE_SYSTEM_PROTECTED): Define.
1699
1700         Thank you to Marcus von Appen for reporting the issue.
1701
1702 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1703
1704         * include/winuser.h (CF_DIBV5): Define.
1705         (CF_MAX): Adjust accordingly.
1706
1707         Thank you to Lenard Lindstrom for reporting the issue.
1708
1709 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1710
1711         * include/sspi.h (QuerySecurityContextToken): Define.
1712         * lib/secur32.def: Regenerate using gendef on a Win7 machine.
1713
1714         Thank you to Magnus Hagander for reporting the issue.
1715
1716 2010-08-25  Ali Sabil  <asabil@users.sourceforge.net>
1717
1718         * include/ocidl.h: Define COBJMACROS for IPropertyBag and IPropertyBag2.
1719
1720 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1721
1722         * include/shlwapi (ASSOCDATA): Update definition.
1723
1724         Thank you to Frederic Deschamps for reporting the issue.
1725
1726 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1727
1728         * include/winbase.h (COPY_FILE_OPEN_SOURCE_FOR_WRITE,
1729         COPY_FILE_ALLOW_DECRYPTED_DESTINATION, COPY_FILE_COPY_SYMLINK,
1730         COPY_FILE_NO_BUFFERING): Define.
1731
1732         Thank you to Roland Schwingel for reporting the issue.
1733
1734 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1735
1736         * include/winuser.h (HHOOK): Move definition from here...
1737         * include/windef.h: ...to here, as per MSDN.
1738
1739         Thank you to Samuel Thibault for reporting the issue.
1740
1741 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1742
1743         * include/winbase.h (GetEnvironmentStrings, GetEnvironmentStringsA): Per
1744         MSDN, change return type to LPCH.
1745         (GetEnvironmentStringsW): Per MSDN, change return type to LPWCH.
1746
1747         Thank you to Emmanuel Stapf for reporting the issue.
1748
1749 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1750
1751         * include/prsht.h (SNDMDG, POSTMSG): Fix typo.
1752         * include/windowsx.h (SNDMSG): Ditto.
1753
1754 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1755
1756         * include/prsht.h (SNDMSG, POSTMSG): Define macros and use throughout.
1757
1758         Thank you to Ozkan Sezer for reporting the issue.
1759
1760 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1761
1762         * include/windowsx.h (SNDMSG): Define macro and use throughout.
1763
1764         Thank you to Chris Oldwood for reporting the issue.
1765
1766 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1767
1768         * include/oleacc.h (AccessibleObjectFromEvent): Correct definition.
1769
1770         Thank you to Rick Walsh for reporting the issue.
1771
1772 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1773
1774         * include/winbase.h (MoveFileWithProcessA, MoveFileWithProgressW): Define.
1775
1776 2010-08-24  Vinky  <rabbit_vinky@users.sourceforge.net>
1777
1778         * include/winbase.h (OVERLAPPED): Correct definition.
1779
1780 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1781
1782         * include/winnt.h (IMAGE_NT_HEADERS32, IMAGE_NT_HEADERS64): Correct
1783         definition.
1784
1785         Thank you to Pasi Ruokola for reporting the issue.
1786
1787 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1788
1789         * include/exdisp.h (get_RegisterAsBrowser): Fix typo.
1790
1791         Thank you to cheznonnon for reporting the issue.
1792
1793 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1794
1795         * lib/ws2_32.def: Regenerate using gendef on a Win7 machine.
1796
1797 2010-08-24  Ozkan Sezer  <sezero@users.sourceforge.net>
1798
1799         * winnt.h: Fix several SUBLANG ID errors (ref:
1800         http://msdn.microsoft.com/en-us/library/dd318693(VS.85).aspx).
1801         (SUBLANG_UI_CUSTOM_DEFAULT): 0x05, not 0x03.
1802         (SUBLANG_HAUSA_NIGERIA): Bad ID name, correct one is ...
1803         (SUBLANG_HAUSA_NIGERIA_LATIN): ... this.
1804         (SUBLANG_INUKTITUT_CANADA_LATIN): 0x02, not 0x01.
1805         (SUBLANG_IRISH_IRELAND): 0x02, not 0x01.
1806         (SUBLANG_LAO_LAO_PDR): Bad ID name, correct one is ...
1807         (SUBLANG_LAO_LAO): ... this.
1808         (SUBLANG_LOWER_SORBIAN_GERMANY): 0x02, not 0x01.
1809         (SUBLANG_SAMI_SKOLT_FINLAND): 0x08, not 0x03.
1810         (SUBLANG_SAMI_INARI_FINLAND): 0x09, not 0x03.
1811         (SUBLANG_SYRIAC_SYRIA): define as SUBLANG_SYRIAC (what MSDN mentions).
1812         (SUBLANG_TIGRIGNA_ERITREA): 0x02, not 0x01.
1813         (SUBLANG_BENGALI_INDIA): 0x01, not 0x00.
1814         (SUBLANG_BENGALI_BANGLADESH): 0x02, not 0x01.
1815         (SUBLANG_PUNJABI_INDIA): 0x01, not 0x00.
1816         (SUBLANG_PUNJABI_PAKISTAN): not defined in MSDN.
1817         (SUBLANG_ROMANIAN_ROMANIA): 0x01, not 0x00.
1818         (SUBLANG_ROMANIAN_MOLDOVA): not defined in MSDN.
1819
1820 2010-08-24  LRN  <lrn1986@gmail.com>
1821
1822         * include/mmreg.h (MPEGLAYER3WAVEFORMAT, WAVE_FORMAT_UNKNOWN,
1823         WAVE_FORMAT_PCM, WAVE_FORMAT_ADPCM, WAVE_FORMAT_IEEE_FLOAT,
1824         WAVE_FORMAT_VSELP, WAVE_FORMAT_IBM_CVSD, WAVE_FORMAT_ALAW,
1825         WAVE_FORMAT_MULAW, WAVE_FORMAT_OKI_ADPCM, WAVE_FORMAT_DVI_ADPCM,
1826         WAVE_FORMAT_MEDIASPACE_ADPCM, WAVE_FORMAT_SIERRA_ADPCM,
1827         WAVE_FORMAT_G723_ADPCM, WAVE_FORMAT_DIGIFIX, WAVE_FORMAT_DIALOGIC_OKI_ADPCM,
1828         WAVE_FORMAT_MEDIAVISION_ADPCM, WAVE_FORMAT_CU_CODEC,
1829         WAVE_FORMAT_YAMAHA_ADPCM, WAVE_FORMAT_SONARC,
1830         WAVE_FORMAT_DSPGROUP_TRUESPEECH, WAVE_FORMAT_ECHOSC1,
1831         WAVE_FORMAT_AUDIOFILE_AF36, WAVE_FORMAT_APTX, WAVE_FORMAT_AUDIOFILE_AF10,
1832         WAVE_FORMAT_PROSODY_1612, WAVE_FORMAT_LRC, WAVE_FORMAT_DOLBY_AC2,
1833         WAVE_FORMAT_GSM610, WAVE_FORMAT_MSNAUDIO, WAVE_FORMAT_ANTEX_ADPCME,
1834         WAVE_FORMAT_CONTROL_RES_VQLPC, WAVE_FORMAT_DIGIREAL, WAVE_FORMAT_DIGIADPCM,
1835         WAVE_FORMAT_CONTROL_RES_CR10, WAVE_FORMAT_NMS_VBXADPCM,
1836         WAVE_FORMAT_ROLAND_RDAC, WAVE_FORMAT_ECHOSC3, WAVE_FORMAT_ROCKWELL_ADPCM,
1837         WAVE_FORMAT_ROCKWELL_DIGITALK, WAVE_FORMAT_XEBEC, WAVE_FORMAT_G721_ADPCM,
1838         WAVE_FORMAT_G728_CELP, WAVE_FORMAT_MSG723, WAVE_FORMAT_MPEG,
1839         WAVE_FORMAT_RT24, WAVE_FORMAT_PAC, WAVE_FORMAT_MPEGLAYER3,
1840         WAVE_FORMAT_LUCENT_G723, WAVE_FORMAT_CIRRUS, WAVE_FORMAT_ESPCM,
1841         WAVE_FORMAT_VOXWARE, WAVE_FORMAT_CANOPUS_ATRAC, WAVE_FORMAT_G726_ADPCM,
1842         WAVE_FORMAT_G722_ADPCM, WAVE_FORMAT_DSAT, WAVE_FORMAT_DSAT_DISPLAY,
1843         WAVE_FORMAT_VOXWARE_BYTE_ALIGNED, WAVE_FORMAT_VOXWARE_AC8,
1844         WAVE_FORMAT_VOXWARE_AC10, WAVE_FORMAT_VOXWARE_AC16,
1845         WAVE_FORMAT_VOXWARE_AC20, WAVE_FORMAT_VOXWARE_RT24,
1846         WAVE_FORMAT_VOXWARE_RT29, WAVE_FORMAT_VOXWARE_RT29HW,
1847         WAVE_FORMAT_VOXWARE_VR12, WAVE_FORMAT_VOXWARE_VR18,
1848         WAVE_FORMAT_VOXWARE_TQ40, WAVE_FORMAT_SOFTSOUND, WAVE_FORMAT_VOXWARE_TQ60,
1849         WAVE_FORMAT_MSRT24, WAVE_FORMAT_G729A, WAVE_FORMAT_MVI_MV12,
1850         WAVE_FORMAT_DF_G726, WAVE_FORMAT_DF_GSM610, WAVE_FORMAT_ISIAUDIO,
1851         WAVE_FORMAT_ONLIVE, WAVE_FORMAT_SBC24, WAVE_FORMAT_DOLBY_AC3_SPDIF,
1852         WAVE_FORMAT_ZYXEL_ADPCM, WAVE_FORMAT_PHILIPS_LPCBB, WAVE_FORMAT_PACKED,
1853         WAVE_FORMAT_RHETOREX_ADPCM, WAVE_FORMAT_IRAT, WAVE_FORMAT_VIVO_G723,
1854         WAVE_FORMAT_VIVO_SIREN, WAVE_FORMAT_DIGITAL_G723,
1855         WAVE_FORMAT_CREATIVE_ADPCM, WAVE_FORMAT_CREATIVE_FASTSPEECH8,
1856         WAVE_FORMAT_CREATIVE_FASTSPEECH10, WAVE_FORMAT_QUARTERDECK,
1857         WAVE_FORMAT_FM_TOWNS_SND, WAVE_FORMAT_BTV_DIGITAL, WAVE_FORMAT_VME_VMPCM,
1858         WAVE_FORMAT_OLIGSM, WAVE_FORMAT_OLIADPCM, WAVE_FORMAT_OLICELP,
1859         WAVE_FORMAT_OLISBC, WAVE_FORMAT_OLIOPR, WAVE_FORMAT_LH_CODEC,
1860         WAVE_FORMAT_NORRIS, WAVE_FORMAT_ISIAUDIO,
1861         WAVE_FORMAT_SOUNDSPACE_MUSICOMPRESS, WAVE_FORMAT_DVM, WAVE_FORMAT_RAW_AAC1,
1862         WAVE_FORMAT_MPEG_HEAAC, WAVE_FORMAT_MPEG_ADTS_AAC, WAVE_FORMAT_DRM,
1863         WAVE_FORMAT_DTS, WAVE_FORMAT_WMAVOICE9, WAVE_FORMAT_WMASPDIF,
1864         WAVE_FORMAT_WMAUDIO_LOSSLESS, WAVE_FORMAT_WMAUDIO2, WAVE_FORMAT_WMAUDIO3,
1865         WAVE_FORMAT_MPEG_LOAS, WAVE_FORMAT_RAW_SPORT, WAVE_FORMAT_ESST_AC3,
1866         WAVE_FORMAT_DTS2): Define.
1867         * include/msacm.h (HACMDRIVERID, HACMDRIVER, HACMSTREAM, HACMOBJ,
1868         ACMSTREAMHEADER, WAVEFILTER, acmDriverAddA, acmDriverAddW, acmDriverRemove,
1869         acmMetrics, acmStreamOpen, acmStreamSize, acmStreamPrepareHeader,
1870         acmStreamUnprepareHeader, acmStreamReset, acmStreamClose, acmStreamConvert):
1871         Define.
1872
1873 2010-08-23  LRN  <lrn1986@gmail.com>
1874
1875         * include/winbase.h (SYMBOLIC_LINK_FLAG_DIRECTORY, FILE_NAME_NORMALIZED,
1876         FILE_NAME_OPENED, VOLUME_NAME_DOS, VOLUME_NAME_GUID, VOLUME_NAME_NONE,
1877         VOLUME_NAME_NT, FILE_BASIC_INFO, FILE_STANDARD_INFO, FILE_NAME_INFO,
1878         FILE_STREAM_INFO, FILE_COMPRESSION_INFO, FILE_ATTRIBUTE_TAG_INFO,
1879         FILE_ID_BOTH_DIR_INFO, FILE_REMOTE_PROTOCOL_INFO, FILE_INFO_BY_HANDLE_CLASS,
1880         GetFileInformationByHandleEx, GetFinalPathNameByHandleA,
1881         GetFinalPathNameByHandleW): Define.
1882
1883 2010-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1884
1885         * lib/CheckConflicts.sh: New file.
1886
1887 2010-08-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1888
1889         * lib/kernel32.def (CopyLZFile, GetExpandedNameA, GetExpandedNameW, LZClose,
1890         LZCopy, LZInit, LZOpenFileA, LZOpenFileW, LZRead, LZSeek, OpenProcessToken,
1891         OpenThreadToken, RegCloseKey, RegCreateKeyExA, RegCreateKeyExW,
1892         RegDeleteKeyExA, RegDeleteKeyExW, RegDeleteValueA, RegDeleteValueW,
1893         RegEnumKeyExA, RegEnumKeyExW, RegEnumValueA, RegEnumValueW, RegFlushKey,
1894         RegGetKeySecurity, RegLoadKeyA, RegLoadKeyW, RegNotifyChangeKeyValue,
1895         RegOpenCurrentUser, RegOpenKeyExA, RegOpenKeyExW, RegOpenUserClassesRoot,
1896         RegQueryInfoKeyA, RegQueryInfoKeyW, RegQueryValueExA, RegQueryValueExW,
1897         RegRestoreKeyA, RegRestoreKeyW, RegSetKeySecurity, RegSetValueExA,
1898         RegSetValueW, RegUnLoadKeyA, RegUnLoadKeyW, RtlCaptureStackBackTrace,
1899         RtlFillMemory, RtlMoveMemory, RtlZeroMemory, SetThreadToken): Remove
1900         conflicting definition.
1901         * lib/th32.def: Remove.
1902         * lib/ntdll.def (RtlUnwind): Remove conflicting definition.
1903         * lib/version.def (VerLanguageNameA, VerLanguageNameW): Remove conflicting
1904         definition.
1905
1906 2010-08-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1907
1908         * lib/kernel32.def (CreateProcessAsUserW): Remove definition.
1909
1910 2010-08-20  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1911
1912         * lib/kernel32.def: Regenerate using gendef on a Win7 machine.
1913
1914 2010-08-19  Corinna Vinschen  <corinna@vinschen.de>
1915
1916         * include/winnt.h: Define FILE_ATTRIBUTE_VIRTUAL.  Change
1917         FILE_ATTRIBUTE_VALID_FLAGS accordingly.
1918         * include/ddk/winddk.h: Ditto.
1919
1920 2010-08-18  Ladislav Michl  <ladis@users.sourceforge.net>
1921
1922         * include/winbase.h (SYMBOLIC_LINK_FLAG_DIRECTORY, CreateSymbolicLinkW,
1923         CreateSymbolicLinkA, CreateSymbolicLink): Define
1924
1925 2010-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1926
1927         * lib/kernel32.def(FatalExit): Correct definiton.
1928
1929 2010-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1930
1931         * include/basetyps.h (REFGUID, REFIID, REFCLSID, REFFMTID): Revert change
1932         from 2010-07-17 since it breaks several applications.
1933
1934 2010-07-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1935
1936         * lib/kernel32.def: Regenerate using gendef.
1937
1938 2010-07-20  Ozkan Sezer  <sezero@users.sourceforge.net>
1939
1940         * include/commctrl.h (LVIF_GROUPID): Fix definition.
1941
1942 2010-07-20  Michael James  <james.me@gmail.com>
1943
1944         * include/commctrl.h (LVIF_COLUMNS): Fix definition.
1945
1946 2010-07-17  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1947
1948         * include/winnt.h (HEAP_MAKE_TAG_FLAGS, VALID_INHERIT_FLAGS): Correct
1949         definition.
1950         * include/rpcndr.h (NdrUnMarshConfStringHdr, NdrUnMarshCCtxtHdl,
1951         NdrMarshSCtxtHdl): Ditto.
1952         * include/basetyps.h (REFGUID, REFIID, REFCLSID, REFFMTID): Remove macro
1953         definition in favour of typedef definition.
1954
1955         Thank you to Yuta Tomino for reporting the issues.
1956
1957 2010-07-08  Markus Koenig  <basilo@users.sourceforge.net>
1958
1959         * include/gdiplus.h: New file.
1960         * include/gdiplus/gdiplus.h: New file.
1961         * include/gdiplus/gdiplusbase.h: New file.
1962         * include/gdiplus/gdiplusbrush.h: New file.
1963         * include/gdiplus/gdipluscolor.h: New file.
1964         * include/gdiplus/gdipluscolormatrix.h: New file.
1965         * include/gdiplus/gdipluseffects.h: New file.
1966         * include/gdiplus/gdiplusenums.h: New file.
1967         * include/gdiplus/gdiplusflat.h: New file.
1968         * include/gdiplus/gdiplusgpstubs.h: New file.
1969         * include/gdiplus/gdiplusgraphics.h: New file.
1970         * include/gdiplus/gdiplusheaders.h: New file.
1971         * include/gdiplus/gdiplusimageattributes.h: New file.
1972         * include/gdiplus/gdiplusimagecodec.h: New file.
1973         * include/gdiplus/gdiplusimaging.h: New file.
1974         * include/gdiplus/gdiplusimpl.h: New file.
1975         * include/gdiplus/gdiplusinit.h: New file.
1976         * include/gdiplus/gdipluslinecaps.h: New file.
1977         * include/gdiplus/gdiplusmatrix.h: New file.
1978         * include/gdiplus/gdiplusmem.h: New file.
1979         * include/gdiplus/gdiplusmetafile.h: New file.
1980         * include/gdiplus/gdiplusmetaheader.h: New file.
1981         * include/gdiplus/gdipluspath.h: New file.
1982         * include/gdiplus/gdipluspen.h: New file.
1983         * include/gdiplus/gdipluspixelformats.h: New file.
1984         * include/gdiplus/gdiplusstringformat.h: New file.
1985         * include/gdiplus/gdiplustypes.h: New file.
1986         * lib/gdiplus.c: New file containing GDI+ variable definitions
1987         and GUIDs.
1988         * lib/gdiplus.def: New file.
1989         * lib/Makefile.in: Add gdiplus.o to EXTRA_OBJS,
1990         add gdiplus.c to SOURCES.
1991         * lib/test.c: Include gdiplus.h.
1992
1993 2010-06-28  Rick Rankin  <rrankin1424-mingw@yahoo.com>
1994
1995         * include/psapi.h (PROCESS_MEMORY_COUNTERS_EX, PERFORMANCE_INFORMATION,
1996         GetPerformanceInfo): Define.
1997         * lib/psapi.def (GetPerformanceInfo): Define.
1998         * include/wincrypt.h (CryptEnumProvidersA, CryptEnumProvidersW,
1999         CryptEnumProviders): Define.
2000
2001 2010-02-17  LRN  <lrn1986@gmail.com>
2002
2003         * include/shlguid.h (IID_IFolderView): Define.
2004         * include/shlobj.h (IFolderView interface): Define.
2005         * lib/shell32.c (IID_IFolderView): Export.
2006
2007 2010-01-26  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
2008
2009         * include/shldisp.h (AUTOCOMPLETEOPTIONS): Add version guard around
2010         ACO_WORD_FILTER and ACO_NOPREFIXFILTERING.
2011
2012 2010-01-26  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
2013
2014         * include/shldisp.h (AUTOCOMPLETEOPTIONS): Add enum.
2015
2016 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2017
2018         * include/shlobj.h (SHParseDisplayName): Fix definition.
2019
2020 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2021
2022         * include/w32api.h: Increment version to 3.14.
2023         * Makefile.in: Ditto.
2024
2025 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2026
2027         * include/shlobj.h (SHParseDisplayName): Define.
2028
2029         Thanks to James Roberts-Thomson for the report.
2030
2031 2009-20-10  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
2032
2033         * include/wingdi.h (ENHMFENUMPROC): Correct definition.
2034
2035         Thanks to Alexander Vassilev for the report.
2036
2037 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2038
2039         * include/iprtrmib.h (MIB_IPADDRROW): Correct definition.
2040
2041         Thanks to Thomas Denk for the report.
2042
2043 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2044
2045         * include/winbase.h (UnmapViewOfFile): Correct definition.
2046
2047         Thanks to Dimitry Sibiryakov for the report.
2048
2049 2009-20-10  Aleksey Chernov  <virxkane@users.sourceforge.net>
2050
2051         * include/sspi.h: Include ntsecapi.h to correct postgresql build error.
2052
2053 2009-20-10  Heiko Hund  <heiko@ist.eigentlich.net>
2054
2055         * include/commctrl.h (GetMUILanguage, InitMUILanguage): Add prototypes.
2056         * lib/comctl32.def (GetMUILanguage, InitMUILanguage): Define.
2057
2058 2009-20-10  Michael James  <james.me@gmail.com>
2059
2060         * include/wingdi.h (CLEARTYPE_QUALITY): Define.
2061         * include/winuser.h (WM_KEYLAST): Alternative definition when _WIN32_WINNT
2062         >= 0x0501.
2063         (WM_UNICHAR,UNICODE_NOCHAR): Define.
2064         * lib/comctl32.def (DefSubclassProc@16,GetWindowSubclass@16,
2065         RemoveWindowSubclass@12): Add exports.
2066         * lib/gdi32.def (GetDCBrushColor@4,GetDCPenColor@4): Add exports.
2067
2068 2009-20-10  Jarkko Sakkinen  <jarkko.sakkinen@iki.fi>
2069
2070         * include/winuser.h (WM_TOUCHMOVE, WM_TOUCHDOWN, WM_TOUCHUP,
2071         TOUCHEVENTF_DOWN, TOUCHEVENTF_INRANGE, TOUCHEVENTF_MOVE,
2072         TOUCHEVENTF_NOCOALESCE, TOUCHEVENTF_PALM, TOUCHEVENTF_PEN,
2073         TOUCHEVENTF_PRIMARY, TOUCHEVENTF_UP, TOUCHEVENTMASKF_CONTACTAREA,
2074         TOUCHEVENTMASKF_EXTRAINFO, TOUCHEVENTMASKF_TIMEFROMSYSTEM, TOUCHINPUT,
2075         CloseTouchInputHandle, GetTouchInputInfo, IsTouchWindow,
2076         RegisterTouchWindow, UnregisterTouchWindow): Define.
2077         * lib/user32.def (CloseTouchInputHandle, GetTouchInputInfo, IsTouchWindow,
2078         RegisterTouchWindow, UnregisterTouchWindow): Define.
2079
2080 2009-20-10  Dmitry Potapov  <dpotapov@users.sourceforge.net>
2081
2082         * include/winver.h (VerQueryValue[AW]): Correct definition.
2083
2084 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2085
2086         * include/shlobj.h (SHARD): Add enum.
2087         (SHARD_PATH): Define based on UNICODE.
2088
2089         Thanks to Jacek Caban for the report.
2090
2091 2009-14-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2092
2093         * include/wingdi.h (_devicemodeW, _devicemodeA): Correct definition.
2094
2095         Thanks to Bruno Martinez for the report.
2096
2097 2009-14-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2098
2099         * include/shlobj.h (IDO_SHGIOI_SHARE, IDO_SHGIOI_LINK, IDO_SHGIOI_SLOWFILE,
2100         IDO_SHGIOI_DEFAULT, SHGetIconOverlayIndexW, SHGetIconOverlayIndexA,
2101         SHGetIconOverlayIndex): Define.
2102
2103         Thanks to Tim Kosse for the report.
2104
2105 2009-13-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2106
2107         * include/wincon.h (AttachConsole): Correct guard.
2108
2109         Thanks to Alexander Shaduri for the report.
2110
2111 2009-13-09  Robert Moerland  <rjmoerland@users.sourceforge.net>
2112
2113         * include/wininet.h (NTERNET_CACHE_ENTRY_INFOW): Correct definition.
2114         (DeleteUrlCacheEntryW, DeleteUrlCacheEntryA): Define.
2115
2116 2009-13-09  Jacky Lai  <crazyjacky@users.sourceforge.net>
2117
2118         * include/winerror.h: Fix typos in macro names.
2119
2120 2009-13-09  Jan Nijtmans  <nijtmans@users.sourceforge.net>
2121
2122         * include/winuser.h (SendMessageTimeoutA, SendMessageTimeoutW): Correct
2123         definition.
2124
2125 2009-11-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2126
2127         * include/winnt.h (PROCESS_SUSPEND_RESUME): Define.
2128
2129 2009-10-29  Charles Wilson  <mingw@cwilson.fastmail.fm>
2130
2131         Honor DESTDIR for winsup/mingw and winsup/w32api.
2132         Detect and report error if installation paths are win32
2133         format, but DESTDIR is non-empty.
2134
2135         * Makefile.in (install, uninstall): Use FLAGS_TO_PASS
2136         when invoking make in subdirs.
2137         * lib/Makefile.in (DESTDIR): Honor per convention.
2138         (need-DESTDIR-compatibility): New macro; define it and a
2139         corresponding rule.
2140         (fail-DESTDIR-compatibility): New dependency goal.
2141         (install-libraries, install-headers, uninstall-libraries,
2142         uninstall-headers): Require need-DESTDIR-compatibility.
2143         * lib/ddk/Makefile.in: Ditto.
2144         * lib/directx/Makefile.in: Ditto.
2145
2146 2009-10-04  Corinna Vinschen  <corinna@vinschen.de>
2147
2148         * include/winbase.h (CreateRestrictedToken): Declare for >= Win 2000.
2149         _WIN32_WINNT >= 0x0500.
2150         (DISABLE_MAX_PRIVILEGE, SANDBOX_INERT, LUA_TOKEN,
2151         WRITE_RESTRICTED): Define.
2152         (IsTokenRestricted): Declare for >= Win 2000.
2153
2154 2009-08-30  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2155
2156         * include/wtsapi32.h (WTSQuerySessionInformationA,
2157         WTSQuerySessionInformationW, WTSQuerySessionInformation, WTSFreeMemory):
2158         Moved to (_WIN32_WINNT >= 0x0500) guard.
2159         (thanks to Pierre Ossman)
2160
2161 2009-08-09  Andy Koppe  <andy.koppe@gmail.com>
2162
2163         * include/winnls.h (IS_HIGH_SURROGATE, IS_LOW_SURROGATE,
2164         IS_SURROGATE_PAIR): Define.
2165
2166 2009-07-27  Corinna Vinschen  <corinna@vinschen.de>
2167
2168         * include/winnt.h (FILE_SUPPORTS_HARD_LINKS,
2169         FILE_SUPPORTS_EXTENDED_ATTRIBUTES, FILE_SUPPORTS_OPEN_BY_FILE_ID,
2170         FILE_SUPPORTS_USN_JOURNALS): Define.  Add comment.
2171         * include/ddk/ntifs.h: Ditto.
2172         (FILE_SEQUENTIAL_WRITE_ONCE, FILE_SUPPORTS_TRANSACTIONS): Define.
2173
2174 2009-07-21  Corinna Vinschen  <corinna@vinschen.de>
2175
2176         * lib/msimg32.def (GetDCBrushColor, GetDCPenColor): Move entry points
2177         from here...
2178         * lib/gdo32.dll: ...to here.
2179
2180 2009-07-01  Corinna Vinschen  <corinna@vinschen.de>
2181
2182         * lib/comctl32.def (StrCSpnA@8, StrCSpnIA@8, StrCSpnW@8, StrChrA@8,
2183         StrChrIA@8, StrChrIW@8, StrChrW@8, StrCmpNA@12, StrCmpNIA@12,
2184         StrCmpNIW@12, StrCmpNW@12, StrRChrA@12, StrRChrIA@12, StrRChrW@12,
2185         StrRStrIA@12, StrRStrIW@12, StrStrA@8, StrStrIA@8, StrStrIW@8,
2186         StrStrW@8, StrToIntA@4, StrToIntW@4): Remove erroneously defined
2187         entry points.
2188
2189 2009-06-24  Corinna Vinschen  <corinna@vinschen.de>
2190
2191         * include/wtsapi32.h (WTSQueryUserToken, WTSEnumerateSessionsW,
2192         WTSEnumerateSessionsA): Add function prototypes.
2193         (struct _WTS_SESSION_INFOW, struct _WTS_SESSION_INFOA): Add typedefs.
2194         (WTS_SESSION_INFO, PWTS_SESSION_INFO, WTSEnumerateSessions): Add
2195         defines dependent on UNICODE setting.
2196
2197 2009-06-07  Corinna Vinschen  <corinna@vinschen.de>
2198
2199         * include/ddk/ntapi.h: Add NtXxx equivalent to ZwXxx where missing
2200         and vice versa.
2201         * include/ddk/ntifs.h: Ditto.
2202         * include/ddk/winddk.h: Ditto.
2203         * lib/ntdll.def (NtPlugPlayControl, NtQueryInstallUILanguage,
2204         ZwPlugPlayControl, ZwQueryInstallUILanguage): Add entry points defined
2205         in header, but missing in lib.  Omit NT4-only entry points.
2206
2207 2009-05-01  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2208
2209         * include/shellapi.h (SHIL_LARGE, SHIL_SMALL, SHIL_EXTRALARGE,
2210         SHIL_SYSSMALL, SHIL_JUMBO, SHIL_LAST SHIL_JUMBO, SHGetImageList): Define.
2211         * lib/shell32.def (SHGetImageList): Define.
2212
2213 2009-02-18  Corinna Vinschen  <corinna@vinschen.de>
2214
2215         * winnt.h: Add Vista token security extensions.
2216         (SID_HASH_SIZE): Define.
2217         (TOKEN_MANDATORY_POLICY_OFF, TOKEN_MANDATORY_POLICY_NO_WRITE_UP,
2218         TOKEN_MANDATORY_POLICY_NEW_PROCESS_MIN,
2219         TOKEN_MANDATORY_POLICY_VALID_MASK): Define.
2220         (SID_HASH_ENTRY): Define.
2221         (struct _SID_AND_ATTRIBUTES_HASH): Define.
2222         (struct _TOKEN_LINKED_TOKEN): Define.
2223         (struct _TOKEN_MANDATORY_LABEL): Define.
2224         (struct _TOKEN_MANDATORY_POLICY): Define.
2225         (struct _TOKEN_ELEVATION): Define.
2226         (struct _TOKEN_ACCESS_INFORMATION): Define.
2227         (enum _TOKEN_INFORMATION_CLASS): Conditionally define new Vista token
2228         information enumeration values.
2229
2230 2009-02-09  Corinna Vinschen  <corinna@vinschen.de>
2231
2232         * include/winioctl.h (FSCTL_ALLOW_EXTENDED_DASD_IO): Copy definition
2233         from ddk/ntifs.h.
2234
2235 2009-02-06  Linton Miller  <Linton.Miller@trivininc.com>
2236
2237         * include/wtsapi32.h (WTS_CURRENT_SESSION): Fix definition.
2238
2239 2009-01-19  Corinna Vinschen  <corinna@vinschen.de>
2240
2241         * include/winbase.h (enum _DEP_SYSTEM_POLICY_TYPE): Fix version guard.
2242
2243 2009-01-11  Henry Nestler  <henry@bigfoot.de>
2244
2245         * lib/ddk/ntoskrnl.def: Enable ZwQueryEaFile, ZwSetEaFile, NtQueryEaFile,
2246         NtSetEaFile.
2247
2248 2009-01-07  Corinna Vinschen  <corinna@vinschen.de>
2249
2250         * include/winbase.h (SCS_64BIT_BINARY): Define.
2251
2252 2008-12-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2253
2254         * include/w32api.h: Increment version to 3.13.
2255         * Makefile.in: Ditto.
2256
2257 2008-12-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2258
2259         * lib/glut.def: remove.
2260         * lib/glut32.def: ditto.
2261
2262 2008-11-11  Corinna Vinschen  <corinna@vinschen.de>
2263
2264         * include/winbase.h (PROCESS_DEP_ENABLE,
2265         PROCESS_DEP_DISABLE_ATL_THUNK_EMULATION): Define for >= Vista SP1.
2266         (enum _DEP_SYSTEM_POLICY_TYPE): Ditto.
2267         (GetProcessDEPPolicy, GetSystemDEPPolicy, SetProcessDEPPolicy): Ditto.
2268
2269 2008-10-09  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2270
2271         * include/mmsystem.h (sndAlias): Correct GCC4 warning.
2272
2273 2008-10-04  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2274
2275         * include/shellapi.h (NOTIFYICON_VERSION_4): Define.
2276
2277 2008-09-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2278
2279         * include/vfw.h (capSendMessage): Rename to __capSendMessage.
2280
2281 2008-09-24  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2282
2283         * include/vfw.h (WM_CAP_SET_CALLBACK_ERRORA, WM_CAP_SET_CALLBACK_ERRORW,
2284         WM_CAP_SET_CALLBACK_STATUS, WM_CAP_SET_CALLBACK_YIELD,
2285         WM_CAP_SET_CALLBACK_FRAMEA, WM_CAP_SET_CALLBACK_FRAMEW,
2286         WM_CAP_SET_CALLBACK_VIDEOSTREAM, WM_CAP_SET_CALLBACK_WAVESTREAM,
2287         WM_CAP_GET_USER_DATA, WM_CAP_SET_USER_DATA, WM_CAP_DRIVER_CONNECT,
2288         WM_CAP_DRIVER_DISCONNECT, WM_CAP_DRIVER_GET_NAMEA, WM_CAP_DRIVER_GET_NAMEW,
2289         WM_CAP_DRIVER_GET_VERSIONA, WM_CAP_DRIVER_GET_VERSIONW,
2290         WM_CAP_DRIVER_GET_CAPS, WM_CAP_FILE_SET_CAPTURE_FILEA,
2291         WM_CAP_FILE_SET_CAPTURE_FILEW, WM_CAP_FILE_GET_CAPTURE_FILEA,
2292         WM_CAP_FILE_GET_CAPTURE_FILEW, WM_CAP_FILE_ALLOCATE, WM_CAP_FILE_SAVEASA,
2293         WM_CAP_FILE_SAVEASW, WM_CAP_FILE_SET_INFOCHUNK, WM_CAP_FILE_SAVEDIBA,
2294         WM_CAP_FILE_SAVEDIBW, WM_CAP_EDIT_COPY, WM_CAP_SET_AUDIOFORMAT,
2295         WM_CAP_GET_AUDIOFORMAT, WM_CAP_DLG_VIDEOFORMAT, WM_CAP_DLG_VIDEOSOURCE,
2296         WM_CAP_DLG_VIDEODISPLAY, WM_CAP_GET_VIDEOFORMAT, WM_CAP_SET_VIDEOFORMAT,
2297         WM_CAP_DLG_VIDEOCOMPRESSION, WM_CAP_SET_PREVIEW, WM_CAP_SET_OVERLAY,
2298         WM_CAP_SET_PREVIEWRATE, WM_CAP_SET_SCALE, WM_CAP_GET_STATUS,
2299         WM_CAP_SET_SCROLL, WM_CAP_GRAB_FRAME, WM_CAP_GRAB_FRAME_NOSTOP,
2300         WM_CAP_SEQUENCE, WM_CAP_SEQUENCE_NOFILE, WM_CAP_SET_SEQUENCE_SETUP,
2301         WM_CAP_GET_SEQUENCE_SETUP, WM_CAP_SET_MCI_DEVICEA, WM_CAP_SET_MCI_DEVICEW,
2302         WM_CAP_GET_MCI_DEVICEA, WM_CAP_GET_MCI_DEVICEW, WM_CAP_STOP, WM_CAP_ABORT,
2303         WM_CAP_SINGLE_FRAME_OPEN, WM_CAP_SINGLE_FRAME_CLOSE, WM_CAP_SINGLE_FRAME,
2304         WM_CAP_PAL_OPENA, WM_CAP_PAL_OPENW, WM_CAP_PAL_SAVEA, WM_CAP_PAL_SAVEW,
2305         WM_CAP_PAL_PASTE, WM_CAP_PAL_AUTOCREATE, WM_CAP_PAL_MANUALCREATE,
2306         WM_CAP_SET_CALLBACK_CAPCONTROL): Define using WM_USER.
2307         (capSendMessage): Don't undef.
2308
2309 2008-09-21  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2310
2311         * incude/sspi.h: include subauth.h to fix issue of UNICODE_STRING being
2312         undefined.
2313
2314 2008-09-13  mega-squall  <mega-squall@users.sf.net>
2315
2316         * include/winnt.h (SUBLANG_BENGALI_INDIA, SUBLANG_PUNJABI_INDIA,
2317         SUBLANG_ROMANIAN_ROMANIA): Correct definition.
2318         (SUBLANG_BENGALI_BANGLADESH, SUBLANG_PUNJABI_PAKISTAN,
2319         SUBLANG_ROMANIAN_MOLDOVA): Define.
2320
2321 2008-09-11  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2322
2323         * include/shlwapi.h (ASSOCSTR): Update enum.
2324
2325 2008-09-07  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2326
2327         * include/w32api.h: Increment version to 3.12.
2328         * Makefile.in: Ditto.
2329
2330 2008-09-07  Michael Hentschel  <mikeh42@users.sourceforge.net>
2331
2332         * include/shlwapi.h (STIF_DEFAULT, STIF_SUPPORT_HEX): Define.
2333
2334 2008-09-07  alsemm  <alsemm@users.sourceforge.net>
2335
2336         * include/mlang.h (IMLangFontLink2::MapFont): Fix definition.
2337
2338 2008-09-07  Danny Smith  <dannysmith@users.sourceforge.net>
2339
2340         * include/ws2tcpip.h (IPV6_MREQ): Fix typo.
2341         Thanks to Richard Hughes for report.
2342
2343 2008-09-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2344
2345         * Makefile.in: Adjust to new naming standard for MinGW while maintaining old
2346         naming standard for Cygwin.
2347
2348 2008-08-30  Bo Yang  <techrazy@users.sourceforge.net>
2349
2350         * include/sspi.h: Fix PSecurityFunctionTableW structure.
2351
2352 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2353
2354         * include/ddk/scsi.h: Define READ_TOC formats.
2355         * lib/ddk/scsiport.def (ScsiPortGetDeviceBase): Fix export.
2356
2357 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2358
2359         * include/ddk/ndis.h (NDIS_MINIPORT_MAJOR_VERSION, NDIS_MINIPORT_MINOR_VERSION,
2360         struct NDIS_TASK_OFFLOAD_HEADER, PROTOCOL_RESERVED_SIZE_IN_PACKET,
2361         NdisGetFirstBufferFromPacketSafe, NdisMIndicateReceivePacket,
2362         NdisSetPacketPoolProtocolId, NdisMInitializeTimer, NdisMSetPeriodicTimer,
2363         NdisMCancelTimer): Define.
2364         (enum NDIS_ENCAPSULATION, struct NDIS_ENCAPSULATION_FORMAT): move in file.
2365         (struct _NDIS_PACKET): Define using _ANONYMOUS_UNION and ANONYMOUS_STRUCT to
2366         eliminate warnings.
2367         (NdisReinitializePacket): Rename from NdisReinitializePacketCounts.
2368         * lib/ddk/ndis.def (NdisInitAnsiString, NdisInitUnicodeString, NdisMCancelTimer,
2369         NdisMInitializeTimer, NdisMSetPeriodicTimer, NdisSetPacketPoolProtocolId):
2370         Export.
2371
2372 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2373
2374         * include/ddk/winddk.h (RtlStringCbCopyA, RtlStringCbPrintfA,
2375         RtlStringCbVPrintfA): define in terms of POSIX string functions.
2376
2377 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2378
2379         * include/ddk/winddk.h (KeRaiseIrql): Define.
2380         (KfRaiseIrql, KfLowerIrql): remove incorrect definitions.
2381
2382 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2383
2384         * include/ddk/winddk.h (KeFlushQueuedDpcs, KeMemoryBarrier): Define.
2385         (KeGetCurrentProcessorNumber): Fix incorrect member reference.
2386         (InterlockedIncrement, InterlockedDecrement): fix warning.
2387         * lib/ddk/ntoskrnl.def (KeFlushQueuedDpcs, KeMemoryBarrier): Export.
2388         (KeNumberProcessors): Export.
2389
2390 2008-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2391
2392         * include/shlwapi.h (ASSOCF_INIT_NOREMAPCLSID, ASSOCF_INIT_BYEXENAME,
2393         ASSOCF_OPEN_BYEXENAME, ASSOCF_INIT_DEFAULTTOSTAR,
2394         ASSOCF_INIT_DEFAULTTOFOLDER, ASSOCF_NOUSERSETTINGS, ASSOCF_NOTRUNCATE,
2395         ASSOCF_VERIFY, ASSOCF_REMAPRUNDLL, ASSOCF_NOFIXUPS, ASSOCF_IGNOREBASECLASS,
2396         ASSOCF_INIT_IGNOREUNKNOWN): Define.
2397
2398 2008-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2399
2400         * include/commctrl.h (LVN_MARQUEEBEGIN): Define.
2401
2402         Thanks to Tim Kosse <botg at users dot sf dot net>.
2403
2404 2008-08-22  Bo Yang  <techrazy@users.sourceforge.net>
2405
2406         * include/winnt.h (OWNER_SECURITY_INFORMATION, GROUP_SECURITY_INFORMATION,
2407         DACL_SECURITY_INFORMATION, SACL_SECURITY_INFORMATION): Correct.
2408         * include/winnt.h (OWNER_SECURITY_INFORMATION, GROUP_SECURITY_INFORMATION,
2409         DACL_SECURITY_INFORMATION, SACL_SECURITY_INFORMATION,
2410         LABEL_SECURITY_INFORMATION, UNPROTECTED_SACL_SECURITY_INFORMATION,
2411         UNPROTECTED_DACL_SECURITY_INFORMATION, PROTECTED_SACL_SECURITY_INFORMATION,
2412         PROTECTED_DACL_SECURITY_INFORMATION): Define.
2413
2414 2008-08-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2415
2416         * include/wtsapi32.h (_WTS_INFO_CLASS, _WTS_CONNECTSTATE_CLASS,
2417         WTSQuerySessionInformation, WTSFreeMemory): Define.
2418
2419 2008-07-25  Bo Yang  <techrazy@users.sourceforge.net>
2420
2421         * lib/gdi32.def (SetLayout): Export.
2422
2423 2008-07-25  Bo Yang  <techrazy@users.sourceforge.net>
2424
2425         * include/wincrypt.h (struct _CRYPT_KEY_PROV_PARAM,
2426         struct _CRYPT_KEY_PROV_INFO, CertGetCertificateContextProperty,
2427         CryptEnumKeyIdentifierProperties, CryptAcquireCertificatePrivateKey,
2428         CertCreateCertificateContext, CryptGetKeyIdentifierProperty,
2429         CertSetCertificateContextProperty, CertCompareCertificateName,
2430         CryptSetKeyIdentifierProperty, CertOIDToAlgId, CryptGetDefaultProviderA,
2431         CryptGetDefaultProviderW and many corresponding macroes): Define.
2432         * lib/crypt32.def (Export the above 11 functions): Export.
2433         * include/winerror.h (CRYPT_E_NOT_FOUND and other crypt related
2434         macroes): Define.
2435
2436
2437 2008-07-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2438
2439         * include/winuser.h (MENUGETOBJECTINFO, MNGO_NOINTERFACE, MNGO_NOERROR,
2440         MNGOF_TOPGAP, MNGOF_BOTTOMGAP): Define.
2441
2442 2008-07-24  techrazy  <techrazy@users.sourceforge.net>
2443
2444         * include/wingdi.h (OUT_PS_ONLY_PRECIS): Define.
2445
2446 2008-07-24  Corinna Vinschen  <corinna@vinschen.de>
2447
2448         * include/lmaccess.h (struct _USER_INFO_4): Define.
2449         (struct _USER_INFO_23): Define.
2450         (struct _GROUP_INFO_3): Define.
2451
2452 2008-07-14  Corinna Vinschen  <corinna@vinschen.de>
2453
2454         * include/iphlpapi.h (GetExtendedTcpTable): Add prototype.
2455         * include/iprtrmib.h (TCP_TABLE_CLASS, MIB_TCPROW_OWNER_PID,
2456         MIB_TCPTABLE_OWNER_PID, MIB_TCP6ROW_OWNER_PID,
2457         MIB_TCP6TABLE_OWNER_PID): Define.
2458         * lib/iphlpapi.def (GetExtendedTcpTable): Export.
2459
2460 2008-06-25  Brandon Sneed  <nivenh@sourceware.org>
2461
2462         * include/winbase.h (GetProcessHandleCount, GetSystemRegistryQuota,
2463         GetThreadIOPendingFlag): Modified to rely on _WIN32_WINNT 0x0501 instead
2464         of 0x0502.
2465         Bug reported by Thomas Denk.
2466
2467 2008-06-25  Brandon Sneed  <nivenh@sourceware.org>
2468
2469         * include/winbase.h (InterlockedIncrement, InterlockedDecrement,
2470         InterlockedCompareExchange, InterlockedExchange,
2471         InterlockedCompareExchangePointer, InterlockedExchangeAdd,
2472         InterlockedExchangePointer): Modified from PLONG to LONG volatile *.
2473         Bug reported by Erik Blake.
2474
2475 2008-06-20  Danny Smith  <dannysmith@users.sourceforge.net>
2476
2477         * lib/ddk/hal.def (HalTranslateBusAddress): Correct suffix.
2478         * lib/ddk/ntoskrnl.def (MmAllocateContiguousMemory): Correct suffix.
2479         Bug reported by Brian Hawley.
2480
2481 2008-06-17  Corinna Vinschen  <corinna@vinschen.de>
2482
2483         * include/dsgetdc.h (DS_FORCE_REDISCOVERY, DS_FORCE_REDISCOVERY,
2484         DS_DIRECTORY_SERVICE_REQUIRED, DS_DIRECTORY_SERVICE_PREFERRED,
2485         DS_GC_SERVER_REQUIRED, DS_PDC_REQUIRED, DS_BACKGROUND_ONLY,
2486         DS_IP_REQUIRED, DS_KDC_REQUIRED, DS_TIMESERV_REQUIRED,
2487         DS_WRITABLE_REQUIRED, DS_GOOD_TIMESERV_PREFERRED, DS_AVOID_SELF,
2488         DS_ONLY_LDAP_NEEDED, DS_IS_FLAT_NAME, DS_IS_DNS_NAME,
2489         DS_RETURN_DNS_NAME, DS_RETURN_FLAT_NAME): Define.
2490         (DsGetDcNameW, DsGetDcNameA): Declare.
2491         (DsGetDcName): Define.
2492         * lib/netapi32.def (DsGetDcNameA, DsGetDcNameW): Export.
2493
2494 2008-05-28  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2495
2496         * include/commctrl.h (NMLVODSTATECHANGE): Define.
2497
2498         Thanks to Tim Kosse <botg at users dot sf dot net>.
2499
2500 2008-05-28  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2501
2502         * include/winnt.h (SUBLANG_TIBETAN_BHUTAN): Fix definition.
2503
2504         Thanks to Nicola Di Nisio <nicoladinisio at users dot sf dot net>.
2505
2506 2008-05-15  Corinna Vinschen  <corinna@vinschen.de>
2507
2508         * include/winnt.h (FILE_SEQUENTIAL_WRITE_ONCE): Define.
2509         (FILE_SUPPORTS_TRANSACTIONS): Define.
2510
2511 2008-05-01  Bart Oldeman  <bartoldeman@users.sf.net>
2512
2513         * include/winuser.h (DEVICE_NOTIFY_WINDOW_HANDLE,
2514         DEVICE_NOTIFY_SERVICE_HANDLE): remove duplicate definition.
2515
2516 2008-05-02  Ramiro Polla  <ramiro@lisha.ufsc.br>
2517
2518         * include/vfw.h (WM_CAP_SET_CALLBACK_ERRORA, WM_CAP_SET_CALLBACK_ERRORW,
2519         WM_CAP_SET_CALLBACK_STATUS, WM_CAP_SET_CALLBACK_YIELD,
2520         WM_CAP_SET_CALLBACK_FRAMEA, WM_CAP_SET_CALLBACK_FRAMEW,
2521         WM_CAP_SET_CALLBACK_VIDEOSTREAM, WM_CAP_SET_CALLBACK_WAVESTREAM,
2522         WM_CAP_GET_USER_DATA, WM_CAP_SET_USER_DATA, WM_CAP_DRIVER_CONNECT,
2523         WM_CAP_DRIVER_DISCONNECT, WM_CAP_DRIVER_GET_NAMEA, WM_CAP_DRIVER_GET_NAMEW,
2524         WM_CAP_DRIVER_GET_VERSIONA, WM_CAP_DRIVER_GET_VERSIONW,
2525         WM_CAP_DRIVER_GET_CAPS, WM_CAP_FILE_SET_CAPTURE_FILEA,
2526         WM_CAP_FILE_SET_CAPTURE_FILEW, WM_CAP_FILE_GET_CAPTURE_FILEA,
2527         WM_CAP_FILE_GET_CAPTURE_FILEW, WM_CAP_FILE_ALLOCATE, WM_CAP_FILE_SAVEASA,
2528         WM_CAP_FILE_SAVEASW, WM_CAP_FILE_SET_INFOCHUNK, WM_CAP_FILE_SAVEDIBA,
2529         WM_CAP_FILE_SAVEDIBW, WM_CAP_EDIT_COPY, WM_CAP_SET_AUDIOFORMAT,
2530         WM_CAP_GET_AUDIOFORMAT, WM_CAP_DLG_VIDEOFORMAT, WM_CAP_DLG_VIDEOSOURCE,
2531         WM_CAP_DLG_VIDEODISPLAY, WM_CAP_GET_VIDEOFORMAT, WM_CAP_SET_VIDEOFORMAT,
2532         WM_CAP_DLG_VIDEOCOMPRESSION, WM_CAP_SET_PREVIEW, WM_CAP_SET_OVERLAY,
2533         WM_CAP_SET_PREVIEWRATE, WM_CAP_SET_SCALE, WM_CAP_GET_STATUS,
2534         WM_CAP_SET_SCROLL, WM_CAP_GRAB_FRAME, WM_CAP_GRAB_FRAME_NOSTOP,
2535         WM_CAP_SEQUENCE, WM_CAP_SEQUENCE_NOFILE, WM_CAP_SET_SEQUENCE_SETUP,
2536         WM_CAP_GET_SEQUENCE_SETUP, WM_CAP_SET_MCI_DEVICEA, WM_CAP_SET_MCI_DEVICEW,
2537         WM_CAP_GET_MCI_DEVICEA, WM_CAP_GET_MCI_DEVICEW, WM_CAP_STOP, WM_CAP_ABORT,
2538         WM_CAP_SINGLE_FRAME_OPEN, WM_CAP_SINGLE_FRAME_CLOSE, WM_CAP_SINGLE_FRAME,
2539         WM_CAP_PAL_OPENA, WM_CAP_PAL_OPENW, WM_CAP_PAL_SAVEA, WM_CAP_PAL_SAVEW,
2540         WM_CAP_PAL_PASTE, WM_CAP_PAL_AUTOCREATE, WM_CAP_PAL_MANUALCREATE,
2541         WM_CAP_SET_CALLBACK_CAPCONTROL, WM_CAP_SET_CALLBACK_ERROR,
2542         WM_CAP_SET_CALLBACK_FRAME, WM_CAP_DRIVER_GET_NAME,
2543         WM_CAP_DRIVER_GET_VERSION, WM_CAP_FILE_SET_CAPTURE_FILE,
2544         WM_CAP_FILE_GET_CAPTURE_FILE, WM_CAP_FILE_SAVEAS, WM_CAP_FILE_SAVEDIB,
2545         WM_CAP_SET_MCI_DEVICE, WM_CAP_GET_MCI_DEVICE, WM_CAP_PAL_OPEN,
2546         WM_CAP_PAL_SAVE, capSetCallbackOnError, capSetCallbackOnStatus,
2547         capSetCallbackOnYield, capSetCallbackOnFrame, capSetCallbackOnVideoStream,
2548         capSetCallbackOnWaveStream, capGetUserData, capSetUserData,
2549         capDriverConnect, capDriverDisconnect, capDriverGetName,
2550         capDriverGetVersion, capDriverGetCaps, capFileSetCaptureFile,
2551         capFileGetCaptureFile, capFileAlloc, capFileSaveAs, capFileSetInfoChunk,
2552         capFileSaveDIB, capEditCopy, capSetAudioFormat, capGetAudioFormat,
2553         capGetAudioFormatSize, capDlgVideoFormat, capDlgVideoSource,
2554         capDlgVideoDisplay, capGetVideoFormat, capGetVideoFormatSize,
2555         capSetVideoFormat, capDlgVideoCompression, capPreview, capOverlay,
2556         capPreviewRate, capPreviewScale, capGetStatus, capSetScrollPos,
2557         capGrabFrame, capGrabFrameNoStop, capCaptureSequence,
2558         capCaptureSequenceNoFile, capCaptureSetSetup, capCaptureGetSetup,
2559         capSetMCIDeviceName, capGetMCIDeviceName, capCaptureStop, capCaptureAbort,
2560         capCaptureSingleFrameOpen, capCaptureSingleFrameClose,
2561         capCaptureSingleFrame, capPaletteOpen, capPaletteSave, capPalettePaste,
2562         capPaletteAuto, capPaletteManual, capSetCallbackOnCapControl): Define.
2563         (CAPDRIVERCAPS, *LPCAPDRIVERCAPS, CAPINFOCHUNK, *LPCAPINFOCHUNK, CAPSTATUS,
2564         *LPCAPSTATUS, CAPTUREPARMS, *LPCAPTUREPARMS, VIDEOHDR, *LPVIDEOHDR): typedef.
2565
2566 2008-04-26  Yuval  <uvman@users.sourceforge.net>
2567
2568         * include/ntsecpkg.h (SECPKG_STATE_ENCRYPTION_PERMITTED,
2569         SECPKG_STATE_STRONG_ENCRYPTION_PERMITTED, SECPKG_STATE_DOMAIN_CONTROLLER,
2570         SECPKG_STATE_WORKSTATION, SECPKG_STATE_STANDALONE,
2571         LSA_TOKEN_INFORMATION_TYPE, SECPKG_EXTENDED_INFORMATION_CLASS,
2572         SECPKG_NAME_TYPE, SECPKG_PRIMARY_CRED, SECPKG_SUPPLEMENTAL_CRED,
2573         SECPKG_SUPPLEMENTAL_CRED_ARRAY, SECPKG_PARAMETERS,
2574         SECPKG_EVENT_DOMAIN_CHANGE, SECPKG_CLIENT_INFO, SecurityUserData,
2575         SECPKG_GSS_INFO, SECPKG_CONTEXT_THUNKS, SECPKG_MUTUAL_AUTH_LEVEL,
2576         SECPKG_CALL_INFO, SECPKG_EXTENDED_INFORMATION, PLSA_CALLBACK_FUNCTION,
2577         *PLSA_CLIENT_REQUEST, LSA_SEC_HANDLE, SEC_THREAD_START, SEC_ATTRS,
2578         *PLSA_REGISTER_CALLBACK, *PLSA_CREATE_LOGON_SESSION,
2579         *PLSA_DELETE_LOGON_SESSION, *PLSA_ADD_CREDENTIAL, *PLSA_GET_CREDENTIALS,
2580         *PLSA_DELETE_CREDENTIAL, *PLSA_ALLOCATE_LSA_HEAP, *PLSA_FREE_LSA_HEAP,
2581         *PLSA_ALLOCATE_CLIENT_BUFFER, *PLSA_FREE_CLIENT_BUFFER,
2582         *PLSA_COPY_TO_CLIENT_BUFFER, *PLSA_COPY_FROM_CLIENT_BUFFER,
2583         *PLSA_IMPERSONATE_CLIENT, *PLSA_UNLOAD_PACKAGE, *PLSA_DUPLICATE_HANDLE,
2584         *PLSA_SAVE_SUPPLEMENTAL_CREDENTIALS, *PLSA_CREATE_THREAD,
2585         *PLSA_GET_CLIENT_INFO, *PLSA_REGISTER_NOTIFICATION,
2586         *PLSA_CANCEL_NOTIFICATION, *PLSA_MAP_BUFFER, *PLSA_CREATE_TOKEN,
2587         *PLSA_AUDIT_LOGON, *PLSA_CALL_PACKAGE, *PLSA_FREE_LSA_HEAP,
2588         *PLSA_GET_CALL_INFO, *PLSA_CALL_PACKAGEEX, *PLSA_CREATE_SHARED_MEMORY,
2589         *PLSA_ALLOCATE_SHARED_MEMORY, *PLSA_FREE_SHARED_MEMORY,
2590         *PLSA_DELETE_SHARED_MEMORY, *PLSA_OPEN_SAM_USER, *PLSA_GET_USER_CREDENTIALS,
2591         *PLSA_GET_USER_AUTH_DATA, *PLSA_CLOSE_SAM_USER,
2592         *PLSA_CONVERT_AUTH_DATA_TO_TOKEN, *PLSA_CLIENT_CALLBACK,
2593         *PLSA_UPDATE_PRIMARY_CREDENTIALS, *PLSA_GET_AUTH_DATA_FOR_USER,
2594         *PLSA_CRACK_SINGLE_NAME, *PLSA_AUDIT_ACCOUNT_LOGON,
2595         *PLSA_CALL_PACKAGE_PASSTHROUGH, SECPKG_DLL_FUNCTIONS, LSA_DISPATCH_TABLE,
2596         LSA_SECPKG_FUNCTION_TABLE, *PLSA_AP_INITIALIZE_PACKAGE, *PLSA_AP_LOGON_USER,
2597         *PLSA_AP_CALL_PACKAGE, *PLSA_AP_LOGON_TERMINATED,
2598         *PLSA_AP_CALL_PACKAGE_UNTRUSTED, *PLSA_AP_CALL_PACKAGE_PASSTHROUGH,
2599         *PLSA_AP_LOGON_USER_EX, *PLSA_AP_LOGON_USER_EX2, SpInitializeFn,
2600         SpShutDownFn, SpGetInfoFn, SpAcceptCredentialsFn,
2601         SpAcquireCredentialsHandleFn, SpQueryCredentialsAttributesFn,
2602         SpFreeCredentialsHandleFn, SpSaveCredentialsFn, SpGetCredentialsFn,
2603         SpDeleteCredentialsFn, SpInitLsaModeContextFn, SpAcceptLsaModeContextFn,
2604         SpDeleteContextFn, SpApplyControlTokenFn, SpGetUserInfoFn,
2605         SpGetExtendedInformationFn, SpQueryContextAttributesFn, SpAddCredentialsFn,
2606         SpSetExtendedInformationFn, SpInstanceInitFn, SpInitUserModeContextFn,
2607         SpMakeSignatureFn, SpVerifySignatureFn, SpSealMessageFn, SpUnsealMessageFn,
2608         SpGetContextTokenFn, SpCompleteAuthTokenFn, SpFormatCredentialsFn,
2609         SpMarshallSupplementalCredsFn, SpExportSecurityContextFn,
2610         SpImportSecurityContextFn, SECPKG_FUNCTION_TABLE,
2611         SECPKG_USER_FUNCTION_TABLE, *SpLsaModeInitializeFn,
2612         *SpUserModeInitializeFn): Define.
2613         * include/sspi.h (SECURITY_STRING): Define.
2614
2615 2008-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
2616
2617         * include/specstrings.h: Add more dummy defines.
2618
2619 2008-04-22  Corinna Vinschen  <corinna@vinschen.de>
2620
2621         * include/winnt.h (SECURITY_MANDATORY_LABEL_AUTHORITY): Define.
2622         (SECURITY_MANDATORY_UNTRUSTED_RID): Define.
2623         (SECURITY_MANDATORY_LOW_RID): Define.
2624         (SECURITY_MANDATORY_MEDIUM_RID): Define.
2625         (SECURITY_MANDATORY_HIGH_RID): Define.
2626         (SECURITY_MANDATORY_SYSTEM_RID): Define.
2627         (SECURITY_MANDATORY_PROTECTED_PROCESS_RID): Define.
2628         (SECURITY_MANDATORY_MAXIMUM_USER_RID): Define.
2629         (SE_GROUP_INTEGRITY): Define.
2630         (SE_GROUP_INTEGRITY_ENABLED): Define.
2631
2632 2008-04-11  Corinna Vinschen  <corinna@vinschen.de>
2633
2634         * include/sddl.h (ConvertStringSidToSidA): Declare.
2635         (ConvertStringSidToSidW): Declare.
2636         (ConvertStringSidToSid): Define.
2637
2638 2008-03-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2639
2640         * include/mprapi.h: Add guard for MprAdminAcceptReauthentication function
2641         and MPR_INTERFACE_3 structure since they are available only in Windows
2642         Server 2008
2643
2644         Thanks to crackedmind  <crackedmind at sf dot net>.
2645
2646 2008-02-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2647
2648         * include/winnt.h: Update guard around KEY_WOW64_64KEY and KEY_WOW64_32KEY
2649         definitions.
2650         * include/winreg.h (KEY_WOW64_64KEY, KEY_WOW64_32KEY): Remove.
2651
2652 2008-02-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2653
2654         * include/winnt.h (KEY_WOW64_64KEY, KEY_WOW64_32KEY): Define.
2655
2656 2008-02-02  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2657
2658         * include/specstrings.h (IN, OUT, OPTIONAL): Remove.
2659         * include/windef.h (IN, OUT, OPTIONAL): Define.
2660
2661 2008-02-02  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2662
2663         * include/specstrings.h: new file, move pseudo modifiers from windef.h.
2664         * include/windef.h (__in, __inout, __in_opt, __in_bcound, __in_ecount,
2665         __out, __out_ecount_part, __struct_bcount, __field_ecount_opt,
2666         __out_bcount_opt): Move to specstrings.h.
2667
2668 2008-01-30  Brandon Sneed  <nivenh@sourceware.org>
2669
2670         * lib/bthprops.def: new file, bluetooth imports.
2671
2672 2008-01-30  Brandon Sneed  <nivenh@sourceware.org>
2673
2674         * include/windef.h (__in, __inout, __in_opt, __in_bcound, __in_ecount,
2675         __out, __out_ecount_part, __struct_bcount, __field_ecount_opt,
2676         __out_bcount_opt): Defined additional pseudo-modifiers.
2677
2678 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2679         * include/ras.h (RAS_MaxDnsSuffix): corrected typo, was RAX_MaxDnsSuffix.
2680         (RASENTRYA, RASENTRYW): Added members (dwfOptions2, dwfOptions3, szDnsSuffix,
2681         dwTcpWindowSize, szPrerequisitePbk, szPrerequisiteEntry, dwRedialCount,
2682         dwRedialPause.
2683
2684 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2685
2686         * include/winnt.h (SYSTEM_POWER_CONDITION): typedef.
2687         * include/winuser.h (PBT_POWERSETTINGCHANGE, DEVICE_NOTIFY_WINDOW_HANDLE,
2688         DEVICE_NOTIFY_SERVICE_HANDLE): define.
2689         * include/winuser.h (LPCGUID, HPOWERNOTIFY, POWERBROADCAST_SETTING): typedefs.
2690         * include/winuser.h (GUID_POWERSCHEME_PERSONALITY, GUID_MIN_POWER_SAVINGS,
2691         GUID_MAX_POWER_SAVINGS, GUID_TYPICAL_POWER_SAVINGS, GUID_ACDC_POWER_SOURCE,
2692         GUID_BATTERY_PERCENTAGE_REMAINING, GUID_IDLE_BACKGROUND_TASK,
2693         GUID_SYSTEM_AWAYMODE, GUID_MONITOR_POWER_ON): added externs for GUIDs.
2694         * include/winuser.h (RegisterPowerSettingNotification,
2695         UnregisterPowerSettingNotification): Add prototypes.
2696         * lib/user32.def: Added imports for the above prototypes.
2697         * lib/Makefile.in: Added build support for power-uuid.c.
2698         * lib/power-uuid.c: New file containing power GUID definitions.
2699
2700 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2701
2702         * include/ras.h (RAS_MaxDnsSuffix): define.
2703
2704 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2705
2706         * include/psapi.h (GetProcessImageFileNameA, GetProcessImageFileNameW):
2707         Add prototypes.
2708         * lib/psapi.def (GetProcessImageFileNameA@12, GetProcessImageFileNameW@12):
2709         Add exports.
2710
2711 2007-12-27  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2712
2713         * include/w32api.h: Increment version to 3.11.
2714         * Makefile.in: Ditto.
2715
2716 2007-12-11  Dave Korn  <dave.korn@artimi.com>
2717
2718         * include/wincrypt.h (PCRYPT_DECODE_PARA):  Add missing typedef.
2719         (CERT_POLICY_MAPPINGS_INFO):  Move before CERT_POLICY_MAPPING.
2720
2721 2007-12-03  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2722
2723         * include/wingdi.h: Change WINVER guard to _WIN32_WINNT.
2724
2725 2007-12-03  techrazy  <techrazy@users.sourceforge.net>
2726
2727         * include/wingdi.h (NTM_NONNEGATIVE_AC, NTM_PS_OPENTYPE, NTM_TT_OPENTYPE,
2728         NTM_MULTIPLEMASTER, NTM_TYPE1, NTM_DSIG): define.
2729
2730 2007-11-21  Kevin Conaway  <kevin_conaway@users.sourceforge.net>
2731
2732         * include/wincrypt.h (CryptProtectData, CryptUnprotectData): define.
2733
2734 2007-11-21  elsapo  <elsapo@users.sourceforge.net>
2735
2736         * include/wincrypt.h (CERT_NAME_STR_COMMA_FLAG,
2737         CERT_NAME_STR_DISABLE_IE4_UTF8_FLAG, CERT_NAME_STR_ENABLE_UTF8_UNICODE_FLAG,
2738         CMC_ADD_ATTRIBUTES, CMC_ADD_EXTENSIONS, X509_CERT_PAIR,
2739         X509_CERTIFICATE_TEMPLATE, X509_CROSS_CERT_DIST_POINTS, CMC_DATA,
2740         X509_NAME_CONSTRAINTS, X509_POLICY_CONSTRAINTS, X509_POLICY_MAPPINGS,
2741         CMC_RESPONSE, CMC_STATUS, X509_ALGORITHM_IDENTIFIER, X509_ALTERNATE_NAME,
2742         PKCS_ATTRIBUTE, X509_AUTHORITY_INFO_ACCESS, X509_AUTHORITY_KEY_ID,
2743         X509_AUTHORITY_KEY_ID2, szOID_BASIC_CONSTRAINTS, X509_BASIC_CONSTRAINTS2,
2744         X509_BIOMETRIC_EXT, X509_BITS, X509_CERT, X509_CERT_CRL_TO_BE_SIGNED,
2745         X509_CERT_POLICIES, X509_CERT_REQUEST_TO_BE_SIGNED, X509_CERT_TO_BE_SIGNED,
2746         X509_CHOICE_OF_TIME, PKCS_CONTENT_INFO, PKCS_CONTENT_INFO_SEQUENCE_OF_ANY,
2747         X509_CRL_DIST_POINTS, RSA_CSP_PUBLICKEYBLOB, PKCS_CTL, X509_DSS_PARAMETERS,
2748         X509_DSS_SIGNATURE, X509_ECC_SIGNATURE, X509_ENHANCED_KEY_USAGE,
2749         X509_ENUMERATED, X509_EXTENSIONS, X509_INTEGER, X509_ISSUING_DIST_POINT,
2750         X509_KEY_ATTRIBUTES, X509_KEY_USAGE, X509_KEY_USAGE_RESTRICTION,
2751         X509_KEYGEN_REQUEST_TO_BE_SIGNED, X509_LOGOTYPE_EXT,
2752         X509_MULTI_BYTE_INTEGER, X509_MULTI_BYTE_UINT, X509_NAME, X509_NAME_VALUE,
2753         X509_OBJECT_IDENTIFIER, X509_OCTET_STRING, X509_PUBLIC_KEY_INFO,
2754         PKCS_RC2_CBC_PARAMETERS, CNG_RSA_PUBLIC_KEY_BLOB,
2755         PKCS_RSA_SSA_PSS_PARAMETERS, PKCS_RSAES_OAEP_PARAMETERS,
2756         ECC_CMS_SHARED_INFO, X509_SEQUENCE_OF_ANY, PKCS7_SIGNER_INFO,
2757         CMS_SIGNER_INFO, PKCS_SMIME_CAPABILITIES, PKCS_TIME_REQUEST,
2758         X509_UNICODE_NAME, X509_UNICODE_NAME_VALUE, PKCS_UTC_TIME,
2759         OCSP_SIGNED_REQUEST, OCSP_REQUEST, OCSP_RESPONSE,
2760         OCSP_BASIC_SIGNED_RESPONSE, OCSP_BASIC_RESPONSE, CRL_REASON_UNSPECIFIED,
2761         CRL_REASON_KEY_COMPROMISE, CRL_REASON_CA_COMPROMISE,
2762         CRL_REASON_AFFILIATION_CHANGED, CRL_REASON_SUPERSEDED,
2763         CRL_REASON_CESSATION_OF_OPERATION, CRL_REASON_CERTIFICATE_HOLD,
2764         CRL_REASON_REMOVE_FROM_CRL, CRYPT_ENCODE_ALLOC_FLAG,
2765         CRYPT_UNICODE_NAME_ENCODE_DISABLE_CHECK_TYPE_FLAG,
2766         CRYPT_UNICODE_NAME_ENCODE_ENABLE_T61_UNICODE_FLAG,
2767         CRYPT_UNICODE_NAME_ENCODE_ENABLE_UTF8_UNICODE_FLAG,
2768         CRYPT_UNICODE_NAME_ENCODE_FORCE_UTF8_UNICODE_FLAG,
2769         szOID_APPLICATION_CERT_POLICIES, szOID_APPLICATION_POLICY_CONSTRAINTS,
2770         szOID_APPLICATION_POLICY_MAPPINGS, szOID_AUTHORITY_INFO_ACCESS,
2771         szOID_AUTHORITY_KEY_IDENTIFIER, szOID_AUTHORITY_KEY_IDENTIFIER2,
2772         X509_BASIC_CONSTRAINTS, szOID_BIOMETRIC_EXT, szOID_CERT_EXTENSIONS,
2773         szOID_CERT_POLICIES, szOID_CERTIFICATE_TEMPLATE, szOID_CRL_NUMBER,
2774         szOID_CROSS_CERT_DIST_POINTS, szOID_DELTA_CRL_INDICATOR,
2775         szOID_ENROLLMENT_NAME_VALUE_PAIR, szOID_FRESHEST_CRL,
2776         szOID_ISSUING_DIST_POINT, szOID_NAME_CONSTRAINTS, szOID_CRL_DIST_POINTS,
2777         szOID_CRL_REASON_CODE, szOID_CRL_VIRTUAL_BASE, szOID_ECC_PUBLIC_KEY,
2778         szOID_ECDSA_SPECIFIED, szOID_ENHANCED_KEY_USAGE, szOID_ISSUER_ALT_NAME,
2779         szOID_ISSUER_ALT_NAME2, szOID_KEY_ATTRIBUTES, szOID_KEY_USAGE,
2780         szOID_KEY_USAGE_RESTRICTION, szOID_LOGOTYPE_EXT, szOID_POLICY_CONSTRAINTS,
2781         szOID_POLICY_MAPPINGS, szOID_RSA_SSA_PSS, szOID_RSAES_OAEP,
2782         szOID_SUBJECT_ALT_NAME, szOID_SUBJECT_ALT_NAME2,
2783         szOID_SUBJECT_KEY_IDENTIFIER, CMC_ADD_ATTRIBUTES_INFO,
2784         PCMC_ADD_ATTRIBUTES_INFO, CMC_ADD_EXTENSIONS_INFO, PCMC_ADD_EXTENSIONS_INFO,
2785         CERT_ALT_NAME_ENTRY, PCERT_ALT_NAME_ENTRY, CERT_ALT_NAME_INFO,
2786         PCERT_ALT_NAME_INFO, CERT_NAME_VALUE, PCERT_NAME_VALUE,
2787         CERT_POLICY_QUALIFIER_INFO, PCERT_POLICY_QUALIFIER_INFO,
2788         CERT_POLICY_CONSTRAINTS_INFO, PCERT_POLICY_CONSTRAINTS_INFO,
2789         CERT_POLICY_MAPPINGS_INFO, PCERT_POLICY_MAPPINGS_INFO, CERT_POLICY_MAPPING,
2790         PCERT_POLICY_MAPPING, CryptDecodeObjectEx, CryptEncodeObject,
2791         CryptEncodeObjectEx): define.
2792
2793 2007-11-21  Brian Dessent  <dessent@users.sourceforge.net>
2794
2795         * include/winbase.h (CheckTokenMembership): define.
2796
2797 2007-10-03  Jiri Malak  <Jiri.Malak@iol.cz>
2798
2799         * include/rpcndr.h: Missing NdrClientCall2 entry.
2800         * lib/rpcrt4.def: Ditto.
2801
2802 2007-10-03  Frank Fesevur  <ffes@users.sourceforge.net>
2803         * lib/scnsave.c: Multi-monitor support.
2804
2805 2007-08-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2806
2807         * include/w32api.h: Increment version to 3.10.
2808         * Makefile.in: Ditto.
2809
2810 2007-08-02  Corinna Vinschen  <corinna@vinschen.de>
2811
2812         * include/winbase.h (ReOpenFile): Add prototype.
2813         * lib/kernel32.def (ReOpenFile@16): Add export.
2814
2815 2007-07-31  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2816
2817         * include/wtsapi32.h (WTS_CURRENT_SESSION, WTSDisconnectSession): Define.
2818
2819 2007-7-30  Martijn Wargers  <martijnw22@users.sourceforge.net>
2820
2821         * include/wingdi.h (GetTextExtentExPointI): Add prototype.
2822         * lib/gdi32.def (GetTextExtentExPointI@28): Add export.
2823
2824 2007-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
2825
2826         * include/wtypes.h (LPDECIMAL): Define.
2827         (DECIMAL_NEG, DECIMAL_SETZERO): Move definitions.
2828
2829 2007-07-18  Corinna Vinschen  <corinna@vinschen.de>
2830
2831         * include/winnt.h (SE_TRUSTED_CREDMAN_ACCESS_NAME): Define.
2832
2833 2007-07-17  Corinna Vinschen  <corinna@vinschen.de>
2834
2835         * include/winnt.h (FILE_READ_ONLY_VOLUME): Define.
2836         * include/ddk/ntifs.h (FILE_READ_ONLY_VOLUME): Define.
2837
2838 2007-07-12  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2839
2840         * include/winuser.h (FE_FONTSMOOTHINGSTANDARD, FE_FONTSMOOTHINGCLEARTYPE):
2841         Define.
2842
2843 2007-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
2844
2845         * include/pbt.h (PBT_APMRESUMEAUTOMATIC) Define.
2846         * include/winuser.h: (PBT_APMQUERYSUSPEND, PBT_APMQUERYSTANDBY,
2847         PBT_APMQUERYSUSPENDFAILED, PBT_APMQUERYSTANDBYFAILED,
2848         PBT_APMSUSPEND, PBT_APMSTANDBY, PBT_APMRESUMECRITICAL,
2849         PBT_APMRESUMESUSPEND, PBT_APMRESUMESTANDBY, PBT_APMBATTERYLOW,
2850         PBT_APMPOWERSTATUSCHANGE, PBT_APMOEMEVENT, PBT_APMRESUMEAUTOMATIC):
2851         Sync with include/pbt.h.
2852
2853 2007-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
2854
2855         [mingw-Bugs-1751518]
2856         * include/mshtml.h (IHTMLDocument2): Correct spelling of put_URL,
2857         get_URL.
2858
2859         [mingw-Bugs-1751565]
2860         * include/basetyps.h (IID); Guard with __IID_DEFINED__.
2861
2862         [mingw-Bugs-1751595]
2863         * include/exdisp.h (DWebBrowserEvents2): Remove undocumented STDDISP
2864         methods.
2865
2866         Thanks to Yuji Kuwabara  <yujikuwabara at sf dot net>.
2867
2868 2007-07-10  Danny Smith  <dannysmith@users.sourceforge.net>
2869
2870         [mingw-Bugs-1750898]
2871         * include/mmsystem.h (MIXERCONTROL): Correct UNICODE mapping.
2872         Thanks to Yuji Kuwabara  <yujikuwabara at sf dot net>.
2873
2874 2007-07-09  Danny Smith  <dannysmith@users.sourceforge.net>
2875
2876         [mingw-Bugs-1749305]
2877         * lib/kernel32.def (GetConsoleProcessList@8):  Add export.
2878
2879 2007-07-02  Przemek Czerkas  <pczerkas@gmail.com>
2880
2881         * include/shlobj.h: Add CSIDL_MYMUSIC and CSIDL_MYVIDEO.
2882
2883 2007-07-02  Danny Smith  <dannysmith@users.sourceforge.net>
2884
2885         * include/oaidl.h: Include windows.h and ole2.h,
2886         unless COM_NO_WINDOWS_H.
2887
2888         [mingw-Bugs-1742130]
2889         * include/oaidl.h (struct tagVARIANT): Add union members
2890         LONGLONG  * pllVal and ULONGLONG * pullVal.
2891
2892 2007-07-01  Danny Smith  <dannysmith@users.sourceforge.net>
2893
2894         * include/ws2tcpip.h (s6_addr32): Correct definition.
2895         Thanks to Alfred E. Heggestad <aeh at db dot org>
2896
2897 2007-05-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2898
2899         * lib/secur32.def (InitSecurityInterfaceA, InitSecurityInterfaceW): Define.
2900
2901         Thanks to Jim Marshall (jim dot marshall at wbemsolutions dot com) for
2902         supplying the information.
2903
2904 2007-05-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2905
2906         * include/shellapi.h (NIN_POPUPOPEN, NIN_POPUPCLOSE): Define.
2907
2908 2007-04-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2909
2910         * include/shellapi.h (NOTIFYICONDATAA, NOTIFYICONDATAW): Updated to support
2911         Vista.
2912
2913 2007-04-20  Matthias Miller  <matthiasmiller@users.sourceforge.net>
2914
2915          * include/wincrypt.h (CRYPTPROTECT_PROMPTSTRUCT, CRYPTPROTECT_UI_FORBIDDEN,
2916         CRYPTPROTECT_LOCAL_MACHINE): Define.
2917
2918 2007-04-15  Piotr Wyderski  <piotr.wyderski@wp.pl>
2919
2920         * include/winbase.h (SetInformationJobObject, QueryInformationJobObject):
2921         Define.
2922
2923 2007-03-30  Brian Dessent  <brian@dessent.net>
2924
2925         * lib/kernel32.def (CreateMemoryResourceNotification@4): Define.
2926
2927 2007-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2928
2929         * include/w32api.h: Increment version to 3.9.
2930         * Makefile.in: Ditto.
2931
2932 2007-03-23  Corinna Vinschen  <corinna@vinschen.de>
2933
2934         * include/psapi.h (GetMappedFileName): Fix messed up checkin.
2935
2936 2007-03-23  Matthew Gregan  <kinetik@flim.org>
2937
2938         * include/psapi.h (GetMappedFileName): Rename from GetMappedFilenameEx.
2939
2940 2007-03-06  Brandon Sneed  <brandon@oqo.com>
2941
2942         * include/setupapi.h: Added SetupConfigureWmiFromInfSectionA
2943         Added SetupConfigureWmiFromInfSectionW
2944         Added SetupConfigureWmiFromInfSection define to unicode and non-unicode sections
2945
2946         * lib/setupapi.def: Added exports for SetupConfigureWmiFromInfSectionA and W
2947
2948         * include/winuser.h: Added PBT_APMQUERYSUSPEND
2949         Added PBT_APMQUERYSTANDBY
2950         Added PBT_APMQUERYSUSPENDFAILED
2951         Added PBT_APMQUERYSTANDBYFAILED
2952         Added PBT_APMSUSPEND
2953         Added PBT_APMSTANDBY
2954         Added PBT_APMRESUMECRITICAL
2955         Added PBT_APMRESUMESUSPEND
2956         Added PBT_APMRESUMESTANDBY
2957         Added PBT_APMBATTERYLOW
2958         Added PBT_APMPOWERSTATUSCHANGE
2959         Added PBT_APMOEMEVENT
2960         Added PBT_APMRESUMEAUTOMATIC
2961
2962         * include/wtsapi32.h: New file
2963
2964         * include/wingdi.h: Added DM_DISPLAYORIENTATION define for use with DMDO_* defines
2965
2966 2007-03-05  Jan Nijtmans  <nijtmans@users.sourceforge.net>
2967
2968         * include/ddeml.h (DdeCreateStringHandleA, DdeCreateStringHandleW): Switch
2969         argument to constant.
2970
2971 2007-02-18  Jiri Malak  <jiri.malak@iol.cz>
2972
2973         * include/windef.h [WATCOM]: Fix !NONAMELESSUNION defines.
2974         * include/winnt.h [WATCOM] (GetCurrentFiber, GetFiberData):
2975         Add prototypes.
2976         [WATCOM] (NtCurrentTeb): Add protype and inline asm definition.
2977
2978 2007-02-18  Vesa Jääskeläinen  <chaac@users.sourceforge.net>
2979
2980         * lib/user32.def (InternalGetWindowText): Add stub.
2981
2982 2007-02-11  Daniel Atallah  <datallah@users.sourceforge.net>
2983
2984         * include/winnt.h (LANG_SERBIAN_NEUTRAL, LANG_BOSNIAN,
2985         LANG_BOSNIAN_NEUTRAL): Define.
2986
2987 2007-02-11  Daniel Schlyder  <thrug@users.sourceforge.net>
2988
2989         * include/winuser.h: Add guards around TITLEBARINFO and
2990         GetTitleBarInfo().
2991
2992 2007-01-11  Gisle Vanem  <giva@users.sourceforge.net>
2993
2994         * include/winbase.h (struct _OVERLAPPED): Change type of
2995         Internal, InternalHigh members to ULONG_PTR.
2996         (PAPCFUNC): Change DWORD parameter to ULONG_PTR.
2997         (CreateIoCompletionPort): Likewise.
2998         (PostQueuedCompletionStatus): Likewise.
2999         (QueueUserAPC): Likewise.
3000
3001 2007-01-06  Pierre A. Humblet  <Pierre.Humblet@ieee.org>
3002
3003         * include/windns.h (DNS_TYPE_RP, DNS_TYPE_AFSDB, DNS_TYPE_X25,
3004         DNS_TYPE_ISDN, DNS_TYPE_RT, DNS_TYPE_NSAP, DNS_TYPE_NSAPPTR,
3005         DNS_TYPE_SIG, DNS_TYPE_KEY, DNS_TYPE_PX, DNS_TYPE_GPOS,
3006         DNS_TYPE_AAAA, DNS_TYPE_LOC, DNS_TYPE_NXT, DNS_TYPE_EID,
3007         DNS_TYPE_NIMLOC, DNS_TYPE_SRV, DNS_TYPE_ATMA, DNS_TYPE_NAPTR,
3008         DNS_TYPE_KX, DNS_TYPE_CERT, DNS_TYPE_A6, DNS_TYPE_DNAME,
3009         DNS_TYPE_SINK, DNS_TYPE_OPT, DNS_TYPE_UINFO, DNS_TYPE_UID,
3010         DNS_TYPE_GID, DNS_TYPE_UNSPEC, DNS_TYPE_ADDRS, DNS_TYPE_TKEY,
3011         DNS_TYPE_TSIG, DNS_TYPE_IXFR, DNS_TYPE_AXFR, DNS_TYPE_MAILB,
3012         DNS_TYPE_MAILA, DNS_TYPE_ALL, DNS_TYPE_ANY): Add enum values.
3013
3014 2006-11-21  Danny Smith  <dannysmith@users.sourceforge.net>
3015
3016         * Makefile.in: Add aclocal.m4 to source release.
3017
3018 2006-11-18  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3019
3020         * include/w32api.h: Increment version to 3.8.
3021         * Makefile.in: Ditto.
3022
3023 2006-11-13  Daniel Schlyder  <thrug@users.sourceforge.net>
3024
3025         * include/winnt.h (VER_SUITE_EMBEDDEDNT, VER_SUITE_SINGLEUSERTS,
3026         VER_SUITE_STORAGE_SERVER, VER_SUITE_COMPUTE_SERVER): Define.
3027
3028         * include/winuser.h (SM_STARTER, SM_SERVERR2): Define.
3029
3030 2006-11-02  Danny Smith  <dannysmith@users.sourceforge.net>
3031
3032         * include/winuser.h (LR_DEFAULTSIZE): Remove duplicate.
3033
3034         * include/winnt.h (GetCurrentFiber): Remove extern declaration.  Make
3035         inline static.
3036         (GetFiberData): Likewise.
3037         * lib/kernel32.c: Remove.
3038         * lib/Makefile.in: Remove reference to kernel32.[co].
3039
3040 2006-10-31  Corinna Vinschen  <corinna@vinschen.de>
3041
3042         * include/winnt.h (SE_RELABEL_NAME): Define.
3043         (SE_INCREASE_WORKING_SET_NAME): Define.
3044         (SE_TIME_ZONE_NAME): Define.
3045         (SE_CREATE_SYMBOLIC_LINK_NAME): Define.
3046
3047 2006-10-31  Corinna Vinschen  <corinna@vinschen.de>
3048
3049         * include/winnt.h (IO_REPARSE_TAG_SYMLINK): Define.
3050         (struct _REPARSE_DATA_BUFFER): Add missing Flags field to
3051         SymbolicLinkReparseBuffer substructure.
3052
3053 2006-10-29  Daniel Atallah  <datallah@users.sourceforge.net>
3054
3055         * lib/ws2_32.def (WSANSPIoctl): Add to lib.
3056
3057 2006-10-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3058
3059         * lib/Makefile.in: Fix order for 'all' rule.
3060
3061 2006-10-12  Danny Smith  <dannysmith@users.sourceforge.net>
3062
3063         * include/winuser.h (LR_DEFAULTSIZE, LR_VGACOLOR): Define.
3064
3065 2006-10-05  Danny Smith  <dannysmith@users.sourceforge.net>
3066
3067         * include/winreg.h (RegDeleteKeyEx{A|W}): Add prototype and UNICODE
3068         mappings.
3069         (KEY_WOW64_32KEY, KEY_WOW64_64KEY): Define.
3070         * lib/advapi.def (RegDeleteKeyEx{A|W}): Export.
3071
3072 2006-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
3073
3074         * include/rpc.h: Add whitespace.
3075         * include/winnt.h (C_ASSERT): Define.
3076
3077 2006-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
3078
3079         [mingw-Bugs-1568067]
3080         * include/winuser.h: (DISP_CHANGE_BADDUALVIEW): Define.
3081         * include/wingdi.h: (DM_POSITION): Define.
3082
3083 2006-10-03  Danny Smith  <dannysmith@users.sourceforge.net>
3084
3085         * lib/rpcrt4.def: Remove "_imp__"-prefixed export symbols.
3086         * lib/user32.def: Likewise.
3087
3088 2006-09-11  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
3089
3090         * lib/Makefile.in: fix typo.
3091         * lib/ddk/Makefile.in: fix typo.
3092         * lib/directx/Makefile.in: fix typo.
3093
3094         Thanks to Keith Marshall (keithmarshall at users dot sourceforge dot net)
3095         for pointing it out.
3096
3097 2006-09-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3098
3099         * Makefile.in: Remove files from lib directory with distclean target
3100
3101 2006-09-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3102
3103         * include/winuser.h (CS_DROPSHADOW): Define.
3104
3105 2006-09-08  Michael Gerdau  <mgdde@users.sourceforge.net>
3106
3107         * include/uxtheme.h: (TMT_GRADIENTCOLOR4, TMT_GRADIENTCOLOR5,
3108         TMT_SHADOWCOLOR, TMT_GLOWCOLOR, TMT_TEXTBORDERCOLOR,
3109         TMT_TEXTSHADOWCOLOR, TMT_GLYPHTEXTCOLOR, TMT_GLYPHTRANSPARENTCOLOR,
3110         TMT_FILLCOLORHINT, TMT_BORDERCOLORHINT, TMT_ACCENTCOLORHINT):
3111
3112         Increase each constant by 1.
3113
3114 2006-09-07  Danny Smith  <dannysmith@users.sourceforge.net>
3115
3116         [mingw-Bugs-1553275]
3117         * include/wingdi.h (SetLayout): Add prototype.
3118         (GetLayout): Likewise.
3119
3120 2006-09-02  Danny Smith  <dannysmith@users.sourceforge.net>
3121
3122         [mingw-Bugs-1550139]
3123         * include/oleauto.h (GetRecordInfoFromTypeInfo): Add prototype.
3124         Tanks to:  Samit Basu <samitbasu at sf dot net>
3125         (GetRecordInfoFromGuids): Add prototype.
3126
3127 2006-09-01  Danny Smith  <dannysmith@users.sourceforge.net>
3128
3129         * include/winbase.h: Add comment about 'missing' SEM flag.
3130
3131 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
3132
3133         * configure.in: Substitute with_cross_host in depending files.
3134         * configure: Regenerate.
3135         * lib/Makefile.in: Add with_cross_host to allow more granular checks.
3136         Set installation directories accordingly.
3137         * lib/ddk/Makefile.in: Ditto.
3138         * lib/directx/Makefile.in: Ditto.
3139
3140 2006-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
3141
3142         * lib/wtsapi32.def (WTSGetActiveConsoleSessionId). Move from here...
3143         * lib/kernel32.def (WTSGetActiveConsoleSessionId). ...to here.
3144         Bug reported by: <macleone at users dot sf dot net>
3145
3146 2006-07-29  Danny Smith  <dannysmith@users.sourceforge.net>
3147
3148         Update some more IMAGE relocation type indicators
3149         to PECOFF v8 (May, 2006) specs.
3150
3151         * include/winnt.h (IMAGE_REL_SH3_ABSOLUTE,
3152         IMAGE_REL_SH3_DIRECT16, IMAGE_REL_SH3_DIRECT32,
3153         IMAGE_REL_SH3_DIRECT8, IMAGE_REL_SH3_DIRECT8_WORD,
3154         IMAGE_REL_SH3_DIRECT8_LONG, IMAGE_REL_SH3_DIRECT4,
3155         IMAGE_REL_SH3_DIRECT4_WORD, IMAGE_REL_SH3_DIRECT4_LONG,
3156         IMAGE_REL_SH3_PCREL8_WORD, IMAGE_REL_SH3_PCREL8_LONG,
3157         IMAGE_REL_SH3_PCREL12_WORD, IMAGE_REL_SH3_STARTOF_SECTION,
3158         IMAGE_REL_SH3_SIZEOF_SECTION, IMAGE_REL_SH3_SECTION,
3159         IMAGE_REL_SH3_SECREL, IMAGE_REL_SH3_DIRECT32_NB,
3160         IMAGE_REL_SH3_GPREL4_LONG, IMAGE_REL_SH3_TOKEN,
3161         IMAGE_REL_SHM_PCRELPT, IMAGE_REL_SHM_REFLO,
3162         IMAGE_REL_SHM_REFHALF, IMAGE_REL_SHM_RELLO,
3163         IMAGE_REL_SHM_RELHALF, IMAGE_REL_SHM_PAIR,
3164         IMAGE_REL_SHM_NOMODE): Add defines.
3165
3166         (IMAGE_REL_M32R_ABSOLUTE, IMAGE_REL_M32R_ADDR32,
3167         IMAGE_REL_M32R_ADDR32NB, IMAGE_REL_M32R_ADDR24,
3168         IMAGE_REL_M32R_GPREL16, IMAGE_REL_M32R_PCREL24,
3169         IMAGE_REL_M32R_PCREL16, IMAGE_REL_M32R_PCREL8,
3170         IMAGE_REL_M32R_REFHALF, IMAGE_REL_M32R_REFHI,
3171         IMAGE_REL_M32R_REFLO, IMAGE_REL_M32R_PAIR,
3172         IMAGE_REL_M32R_SECTION, IMAGE_REL_M32R_SECREL,
3173         IMAGE_REL_M32R_TOKEN): Add defines.
3174
3175         (IMAGE_REL_MIPS_JMPADDR16): Add define.
3176
3177 2006-07-27  Danny Smith  <dannysmith@users.sourceforge.net>
3178
3179         Update some IMAGE flags to PECOFF v8 (May, 2006) specs.
3180         * include/winnt.h (IMAGE_FILE_MACHINE_AM33,
3181         IMAGE_FILE_MACHINE_ARM, IMAGE_FILE_MACHINE_EBC,
3182         IMAGE_FILE_MACHINE_M32R, IMAGE_FILE_MACHINE_MIPS16,
3183         IMAGE_FILE_MACHINE_MIPSFPU, IMAGE_FILE_MACHINE_MIPSFPU16,
3184         IMAGE_FILE_MACHINE_POWERPCFP, IMAGE_FILE_MACHINE_R4000,
3185         IMAGE_FILE_MACHINE_SH3, IMAGE_FILE_MACHINE_SH3DSP,
3186         IMAGE_FILE_MACHINE_SH4, IMAGE_FILE_MACHINE_SH5,
3187         IMAGE_FILE_MACHINE_THUMB, IMAGE_FILE_MACHINE_WCEMIPSV2):
3188         Add defines.
3189
3190         (IMAGE_SUBSYSTEM_EFI_APPLICATION,
3191         IMAGE_SUBSYSTEM_EFI_BOOT_SERVICE_DRIVER,
3192         IMAGE_SUBSYSTEM_EFI_RUNTIME_DRIVER, IMAGE_SUBSYSTEM_EFI_ROM):
3193         Add defines.
3194
3195         (IMAGE_SYM_CLASS_CLR_TOKEN): Add define.
3196
3197         (IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE,
3198         IMAGE_DLL_CHARACTERISTICS_FORCE_INTEGRITY,
3199         IMAGE_DLL_CHARACTERISTICS_NX_COMPAT,
3200         IMAGE_DLLCHARACTERISTICS_NO_ISOLATION, IMAGE_DLLCHARACTERISTICS_NO_SEH,
3201         IMAGE_DLLCHARACTERISTICS_NO_BIND,
3202         IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE): Add defines.
3203
3204         (IMAGE_REL_I386_TOKEN, IMAGE_REL_I386_SECREL7): Add defines.
3205
3206         (IMAGE_REL_AMD64_ABSOLUTE, IMAGE_REL_AMD64_ADDR64,
3207         IMAGE_REL_AMD64_ADDR32, IMAGE_REL_AMD64_ADDR32NB, IMAGE_REL_AMD64_REL32,
3208         IMAGE_REL_AMD64_REL32_1, IMAGE_REL_AMD64_REL32_2,
3209         IMAGE_REL_AMD64_REL32_3, IMAGE_REL_AMD64_REL32_4,
3210         IMAGE_REL_AMD64_REL32_5, IMAGE_REL_AMD64_SECTION,
3211         IMAGE_REL_AMD64_SECREL, IMAGE_REL_AMD64_SECREL7, IMAGE_REL_AMD64_TOKEN,
3212         IMAGE_REL_AMD64_SREL32, IMAGE_REL_AMD64_PAIR, IMAGE_REL_AMD64_SSPAN32):
3213         Add defines.
3214
3215         (IMAGE_REL_IA64_ABSOLUTE, IMAGE_REL_IA64_IMM14, IMAGE_REL_IA64_IMM22,
3216         IMAGE_REL_IA64_IMM64, IMAGE_REL_IA64_DIR32, IMAGE_REL_IA64_DIR64,
3217         IMAGE_REL_IA64_PCREL21B, IMAGE_REL_IA64_PCREL21M,
3218         IMAGE_REL_IA64_PCREL21F, IMAGE_REL_IA64_GPREL22, IMAGE_REL_IA64_LTOFF22,
3219         IMAGE_REL_IA64_SECTION, IMAGE_REL_IA64_SECREL22,
3220         IMAGE_REL_IA64_SECREL64I, IMAGE_REL_IA64_SECREL32,
3221         IMAGE_REL_IA64_DIR32NB, IMAGE_REL_IA64_SREL14, IMAGE_REL_IA64_SREL22,
3222         IMAGE_REL_IA64_SREL32, IMAGE_REL_IA64_UREL32, IMAGE_REL_IA64_PCREL60X,
3223         IMAGE_REL_IA64_PCREL60B, IMAGE_REL_IA64_PCREL60F,
3224         IMAGE_REL_IA64_PCREL60I, IMAGE_REL_IA64_PCREL60M,
3225         IMAGE_REL_IA64_IMMGPREL64, IMAGE_REL_IA64_TOKEN, IMAGE_REL_IA64_GPREL32,
3226         IMAGE_REL_IA64_ADDEND): Add defines.
3227
3228         (IMAGE_SCN_GPREL): Add define.
3229
3230 2006-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
3231
3232         * include/aclui.h: Replace __OBJC__ guard with _OBJC_NO_COM.
3233         * include/basetyps.h:  Likewise.
3234         (_COM_interface): New define.
3235         (interface): Define to _COM_interface, conditional on !__OBJC__.
3236         Replace 'interface' with '_COM_interface', throughout.
3237         * include/comcat.h: Replace 'interface' with '_COM_interface', throughout.
3238         * include/commdlg.h: Replace __OBJC__ guard with _OBJC_NO_COM.
3239         * include/docobj.h: Replace 'interface' with '_COM_interface', throughout.
3240         * include/mshtml.h: Likewise.
3241         * include/oaidl.h: Likewise.
3242         * include/objfwd.h: Likewise.
3243         * include/objidl.h: Likewise.
3244         * include/ocidl.h: Likwise.
3245         * include/olectl.h: Likewise.
3246         * include/oleidl.h: Likewise.
3247         * include/shlobj.h: Likewise.
3248         * include/shlwapi.h: Replace __OBJC__ guard with _OBJC_NO_COM.
3249         * include/vfw.h: Likewise.
3250         * include/windows.h. Likewise. Add comment.
3251         * include/directx/d3d9.h: Replace 'interface' with '_COM_interface',
3252         throughout.
3253
3254         * lib/test.c: Replace __OBJC__ guard with _OBJC_NO_COM.
3255         Add test for conflict with '@interface'
3256
3257 2006-07-22  ipsoner  <ipsoner@users.sourceforge.net>
3258
3259         * include/wincrypt.h (szOID_RSA, szOID_PKCS, szOID_RSA_HASH,
3260         szOID_RSA_ENCRYPT, szOID_PKCS_1, szOID_PKCS_2, szOID_PKCS_3,
3261         szOID_PKCS_4, szOID_PKCS_5, szOID_PKCS_6, szOID_PKCS_7,
3262         szOID_PKCS_8, szOID_PKCS_9, szOID_PKCS_10, szOID_PKCS_12,
3263         szOID_RSA_MD2, szOID_RSA_MD4, szOID_RSA_MD5, szOID_RSA_RSA,
3264         szOID_RSA_MD2RSA, szOID_RSA_MD4RSA, szOID_RSA_MD5RSA,
3265         szOID_RSA_SHA1RSA, szOID_RSA_SETOAEP_RSA, szOID_RSA_DH,
3266         szOID_RSA_data, szOID_RSA_signedData, szOID_RSA_envelopedData,
3267         szOID_RSA_signEnvData, szOID_RSA_digestedData, szOID_RSA_hashedData,
3268         szOID_RSA_encryptedData, szOID_RSA_emailAddr, szOID_RSA_unstructName,
3269         szOID_RSA_contentType, szOID_RSA_messageDigest, szOID_RSA_signingTime,
3270         szOID_RSA_counterSign, szOID_RSA_challengePwd, szOID_RSA_unstructAddr,
3271         szOID_RSA_extCertAttrs, szOID_RSA_SMIMECapabilities,
3272         szOID_RSA_preferSignedData, szOID_RSA_RC2CBC, szOID_RSA_RC4,
3273         szOID_RSA_DES_EDE3_CBC, szOID_RSA_RC5_CBCPad, szOID_ANSI_x942,
3274         szOID_ANSI_x942_DH, szOID_X957, szOID_X957_DSA, szOID_DATA STRUCTURE,
3275         szOID_DS, szOID_DSALG, szOID_DSALG_CRPT, szOID_DSALG_HASH,
3276         szOID_DSALG_SIGN, szOID_DSALG_RSA, szOID_OIW, szOID_OIWSEC,
3277         szOID_OIWSEC_md4RSA, szOID_OIWSEC_md5RSA, szOID_OIWSEC_md4RSA2,
3278         szOID_OIWSEC_desECB, szOID_OIWSEC_desCBC, szOID_OIWSEC_desOFB,
3279         szOID_OIWSEC_desCFB, szOID_OIWSEC_desMAC, szOID_OIWSEC_rsaSign,
3280         szOID_OIWSEC_dsa, szOID_OIWSEC_shaDSA, szOID_OIWSEC_mdc2RSA,
3281         szOID_OIWSEC_shaRSA, szOID_OIWSEC_dhCommMod, szOID_OIWSEC_desEDE,
3282         szOID_OIWSEC_sha, szOID_OIWSEC_mdc2, szOID_OIWSEC_dsaComm,
3283         szOID_OIWSEC_dsaCommSHA, szOID_OIWSEC_rsaXchg, szOID_OIWSEC_keyHashSeal,
3284         szOID_OIWSEC_md2RSASign, szOID_OIWSEC_md5RSASign, szOID_OIWSEC_sha1,
3285         szOID_OIWSEC_dsaSHA1, szOID_OIWSEC_dsaCommSHA1, szOID_OIWSEC_sha1RSASign,
3286         szOID_OIWDIR, szOID_OIWDIR_CRPT, szOID_OIWDIR_HASH, szOID_OIWDIR_SIGN,
3287         szOID_OIWDIR_md2, szOID_OIWDIR_md2RSA, szOID_INFOSEC,
3288         szOID_INFOSEC_sdnsSignature, szOID_INFOSEC_mosaicSignature,
3289         szOID_INFOSEC_sdnsConfidentiality, szOID_INFOSEC_mosaicConfidentiality,
3290         szOID_INFOSEC_sdnsIntegrity, szOID_INFOSEC_mosaicIntegrity,
3291         szOID_INFOSEC_sdnsTokenProtection, szOID_INFOSEC_mosaicTokenProtection,
3292         szOID_INFOSEC_sdnsKeyManagement, szOID_INFOSEC_mosaicKeyManagement,
3293         szOID_INFOSEC_sdnsKMandSig, szOID_INFOSEC_mosaicKMandSig,
3294         szOID_INFOSEC_SuiteASignature, szOID_INFOSEC_SuiteAConfidentiality,
3295         szOID_INFOSEC_SuiteAIntegrity, szOID_INFOSEC_SuiteATokenProtection,
3296         szOID_INFOSEC_SuiteAKeyManagement, szOID_INFOSEC_SuiteAKMandSig,
3297         szOID_INFOSEC_mosaicUpdatedSig, szOID_INFOSEC_mosaicKMandUpdSig,
3298         szOID_INFOSEC_mosaicUpdatedInteg, szOID_PKIX_NO_SIGNATURE,
3299         szOID_COMMON_NAME, szOID_COUNTRY_NAME, szOID_DEVICE_SERIAL_NUMBER,
3300         szOID_DOMAIN_COMPONENT, szOID_RSA_emailAddr, szOID_GIVEN_NAME,
3301         szOID_INITIALS, szOID_LOCALITY_NAME, szOID_ORGANIZATION_NAME,
3302         szOID_ORGANIZATIONAL_UNIT_NAME, szOID_STATE_OR_PROVINCE_NAME,
3303         szOID_STREET_ADDRESS, szOID_SUR_NAME, szOID_TITLE, szOID_RSA_unstructAddr,
3304         szOID_RSA_unstructName, szOID_BASIC_CONSTRAINTS2,
3305         CERT_BASIC_CONSTRAINTS2_INFO, CRYPT_ENCODE_PARA,CertDuplicateStore,
3306         CertEnumCertificatesInStore, CertDuplicateCertificateContext,
3307         CertGetNameStringA, CertGetNameStringW, CertGetNameString, PFXIsPFXBlob,
3308         CertFindExtension, CryptDecodeObject, CertAddCertificateContextToStore,
3309         CertCompareCertificate, PFXVerifyPassword, PFXImportCertStore,
3310         CertDeleteCertificateFromStore): Define.
3311         * lib/crypt32.def (CertDuplicateStore, CertEnumCertificatesInStore,
3312         CertDuplicateCertificateContext, CertGetNameStringA, CertGetNameStringW,
3313         CertGetNameString, PFXIsPFXBlob, CertFindExtension, CryptDecodeObject,
3314         CertAddCertificateContextToStore, CertCompareCertificate,
3315         PFXVerifyPassword, PFXImportCertStore, CertDeleteCertificateFromStore):
3316         Define.
3317
3318 2006-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3319
3320         * lib/uuid.c: Remove.
3321
3322 2006-07-20  Elias Naur  <elias_naur@users.sourceforge.net>
3323
3324         * include/devguid.h: Add new file with missing GUID_DEVCLASS_*
3325         declarations. They were extracted from the registry with a script.
3326         * lib/devguid.c: Add new file with the implementation of the
3327         missing GUIDs.
3328         * lib/Makefile.in: Add devguid.c to UUID_SOURCES and UUID_OBJS.
3329
3330 2006-07-19  Elias Naur  <elias_naur@users.sourceforge.net>
3331
3332         * include/winuser.h (WM_INPUT): Add missing Raw Input
3333         notification define.
3334         (RID_DEVICE_INFO_MOUSE, RID_DEVICE_INFO_KEYBOARD,
3335         RID_DEVICE_INFO_HID, RID_DEVICE_INFO): Define Raw Input structs
3336
3337 2006-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
3338
3339         [mingw-Bugs-1525021]
3340         * iptypes.h (IP_ADAPTER_ANYCAST_ADDRESS): Fix NONAMELESSUNION warnings.
3341         (IP_ADAPTER_MULTICAST_ADDRESS): Likewise.
3342         (IP_ADAPTER_UNICAST_ADDRESS): Likewise.
3343         (IP_ADAPTER_DNS_SERVER_ADDRESS): Likewise.
3344         (IP_ADAPTER_ADAPTER_PREFIX): Likewise.
3345         (IP_ADAPTER_ADDRESSES): Likewise.
3346
3347 2006-06-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3348
3349         * lib/uuid.c (CLSID_FileProtocol, CLSID_FtpProtocol, CLSID_GopherProtocol,
3350         CLSID_HttpProtocol, CLSID_HttpSProtocol, CLSID_MkProtocol,
3351         CLSID_PSUrlMonProxy, CLSID_StdURLMoniker): Remove.  Moved to
3352         extras-uuid.c.
3353         * lib/extras-uuid.c (CLSID_FileProtocol, CLSID_FtpProtocol, CLSID_GopherProtocol,
3354         CLSID_HttpProtocol, CLSID_HttpSProtocol, CLSID_MkProtocol,
3355         CLSID_PSUrlMonProxy, CLSID_StdURLMoniker): Added.
3356         * lib/hlguids-uuid.c: State source of CLSIDs.
3357
3358 2006-06-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3359
3360         * lib/Makefile.in: Added extras-uuid as an object and source.
3361         * lib/uuid.c (IID_IClientSiteHandler, IID_IContinue, IID_IHttpNegotiate,
3362         IID_IPersistMoniker, IID_IServerHandler, IID_ITargetEmbedding,
3363         IID_ITargetFrame, IID_ITypeComp, IID_IUrlHistoryStg, IID_IWinInetHttpInfo,
3364         IID_IWinInetInfo, IID_IEnumSTATPROPSETSTG, IID_IEnumSTATPROPSTG,
3365         IID_IEnumSTATURL): Remove.  Moved to extras-uuid.c.
3366         * lib/extras-uuid.c: New file.
3367         Thank you to Julien Lecomte (julienlecomte at users dot sourceforge dot
3368         net).
3369
3370 2006-06-12  Danny Smith  <dannysmith@users.sourceforge.net>
3371
3372         [mingw-Bugs-1424461]
3373         *include/imagehlp.h: Comment out IN, OUT and OPTIONAL,
3374         throughout.
3375         *include/rpcdce.h: Don't define IN, OUT or OPTIONAL if
3376         _NO_W32_PSEUDO_MODIFIERS.
3377         *include/rpcnsi.h: Comment out IN, OUT and OPTIONAL,
3378         throughout.
3379         *include/rpcnsip.h: Likewise.
3380         *include/windef.h: Don't define IN, OUT or OPTIONAL
3381         if _NO_W32_PSEUDO_MODIFIERS.
3382         *include/ddk/batclass.h: Comment out IN, OUT and OPTIONAL,
3383         throughout.
3384         *include/ddk/cfgmgr32.h: Likewise.
3385         *include/ddk/ddkmapi.h: Likewise.
3386         *include/ddk/hidclass.h: Likewise.
3387         *include/ddk/hidpi.h: Likewise.
3388         *include/ddk/kbdmou.h: Likewise.
3389         *include/ddk/mcd.h: Likewise.
3390         *include/ddk/miniport.h: Likewise.
3391         *include/ddk/minitape.h: Likewise.
3392         *include/ddk/ndis.h: Likewise.
3393         *include/ddk/ndistapi.h: Likewise.
3394         *include/ddk/ndiswan.h: Likewise.
3395         *include/ddk/ntapi.h: Likewise.
3396         *include/ddk/ntdd8042.h: Likewise.
3397         *include/ddk/ntddpcm.h: Likewise.
3398         *include/ddk/ntifs.h: Likewise.
3399         *include/ddk/ntpoapi.h: Likewise.
3400         *include/ddk/parallel.h: Likewise.
3401         *include/ddk/pfhook.h: Likewise.
3402         *include/ddk/scsiwmi.h: Likewise.
3403         *include/ddk/smbus.h: Likewise.
3404         *include/ddk/srb.h: Likewise.
3405         *include/ddk/storport.h: Likewise.
3406         *include/ddk/tdikrnl.h: Likewise.
3407         *include/ddk/upssvc.h: Likewise.
3408         *include/ddk/usbcamdi.h: Likewise.
3409         *include/ddk/usbscan.h: Likewise.
3410         *include/ddk/video.h: Likewise.
3411         *include/ddk/videoagp.h: Likewise.
3412         *include/ddk/win2k.h: Likewise.
3413         *include/ddk/winddi.h: Likewise.
3414         *include/ddk/winddk.h: Don't define IN, OUT or OPTIONAL
3415         if _NO_W32_PSEUDO_MODIFIERS.
3416         Comment out IN, OUT and OPTIONAL, throughout.
3417         *include/ddk/winnt4.h: Comment out IN, OUT and OPTIONAL,
3418         throughout.
3419         *include/ddk/ws2san.h: Likewise.
3420
3421 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3422
3423         * lib/Makefile.in:  Added hlguids-uuid as source and object.
3424
3425 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3426
3427         * lib/uuid.c (CLSID_StaticDib, CLSID_StaticMetafile, CLSID_StdHlink,
3428         CLSID_StdHlinkBrowseContext): Remove.  Moved to relevant files.
3429         * lib/cguid-uuid.c (CLSID_StaticDib, CLSID_StaticMetafile): Added.
3430         * lib/hlguids-uuid.c: New file.
3431         Thank you to Julien Lecomte (julienlecomte at users dot sourceforge dot
3432         net).
3433
3434 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3435
3436         * lib/Makefile.in: Added urlmon-uuid and hlink-uuid as sources and
3437         objects.
3438         * lib/uuid.c (IID_IAuthenticate, IID_IBindHost, IID_IBindProtocol,
3439         IID_IBindStatusCallback, IID_IBindStatusCallbackMsg, IID_IBinding,
3440         IID_IHlink, IID_IHlinkBrowseContext, IID_IHlinkFrame, IID_IHlinkSite,
3441         IID_IHlinkTarget): Remove.  Moved to new files.
3442         * lib/urlmon-uuid.c: New file.
3443         * lib/hlink-uuid.c: New file.
3444
3445 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3446
3447         * lib/Makefile.in: Added ativscp-uuid as source and object.
3448         * lib/uuid.c (IID_IActiveScript, IID_IActiveScriptError,
3449         IID_IActiveScriptParse, IID_IActiveScriptSite,
3450         IID_IActiveScriptSiteWindow): Remove.  Moved to ativscp-uuid.c.
3451         * lib/ativscp-uuid.c: New file.
3452
3453 2006-06-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3454
3455         * lib/uuid.c (IID_IClientSecurity, IID_IMallocSpy, IID_IServerSecurity):
3456         Remove.  Moved to objidl-uuid.c
3457         * lib/objidl-uuid.c (IID_IClientSecurity, IID_IMallocSpy,
3458         IID_IServerSecurity): Defined.
3459
3460 2006-06-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3461
3462         * lib/Makefile.in: Add cguid-uuid and olectlid-uuid as sources and
3463         objects.
3464         * lib/uuid.c (CLSID_CColorPropPage, CLSID_CFontPropPage,
3465         CLSID_CPicturePropPage, CLSID_Picture_Dib, CLSID_Picture_Metafile,
3466         CLSID_StdFont, CLSID_StdPicture, GUID_NULL, IID_ICreateTypeInfo,
3467         IID_ICreateTypeInfo2, IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_IDebug,
3468         IID_IDebugStream, IID_IDispatch, IID_IEnumFORMATETC,IID_IEnumMoniker,
3469         IID_IEnumOLEVERB, IID_IEnumSTATDATA, IID_IEnumSTATSTG, IID_IEnumString,
3470         IID_IEnumUnknown, IID_IEnumVARIANT, IID_IOleLink, IID_IPSFactory,
3471         IID_IRpcChannel, IID_IRpcProxy, IID_IRpcStub, IID_ITypeInfo,
3472         IID_ITypeInfo2, IID_ITypeLib, IID_ITypeLib2): Remove.  Moved to relevant
3473         files.
3474         * lib/oaidl-uuid.c (IID_ICreateTypeInfo, IID_ICreateTypeInfo2,
3475         IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_ITypeInfo, IID_ITypeInfo2,
3476         IID_ITypeLib, IID_ITypeLib2, IID_IEnumVARIANT): Define.
3477         * lib/cguid-uuid.c: New file.
3478         * lib/olectlid-uuid.c: New file.
3479
3480 2006-06-08  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3481
3482         * lib/Makefile.in: Add objsafe-uuid oaidl-uuid docobj-uuid comcat-uuid
3483         exdisp-uuid mlang-uuid objidl-uuid as sources and objects.
3484         * lib/uuid.c (CATID_Control, CATID_DocObject, CATID_Insertable,
3485         CATID_PersistsToPropertyBag, CATID_PersistsToStorage, CATID_PersistsToStream,
3486         CATID_PersistsToStreamInit, CATID_Printable, CATID_Programmable,
3487         CLSID_CMultiLanguage, CLSID_StdComponentCategoriesMgr, CLSID_WebBrowser,
3488         DIID_DWebBrowserEvents, DIID_DWebBrowserEvents2, IID_IAdviseSink,
3489         IID_IAdviseSink2, IID_IBindCtx, IID_ICatInformation, IID_ICatRegister,
3490         IID_IClassActivator, IID_IContinueCallback, IID_ICreateErrorInfo,
3491         IID_IDataAdviseHolder, IID_IDataObject, IID_IEnumCATEGORYINFO,
3492         IID_IEnumGUID, IID_IEnumOleDocumentViews, IID_IErrorInfo,
3493         IID_IExternalConnection, IID_IFillLockBytes, IID_ILockBytes, IID_IMalloc,
3494         IID_IMarshal, IID_IMessageFilter, IID_IMoniker, IID_IObjectSafety,
3495         IID_IOleCommandTarget, IID_IOleDocument, IID_IOleDocumentSite,
3496         IID_IOleDocumentView, IID_IPSFactoryBuffer, IID_IPersist,
3497         IID_IPersistFile, IID_IPersistStorage, IID_IPersistStream, IID_IPrint,
3498         IID_IProgressNotify, IID_IPropertySetStorage, IID_IPropertyStorage,
3499         IID_IROTData, IID_IRootStorage, IID_IRpcChannelBuffer,
3500         IID_IRpcProxyBuffer, IID_IRpcStubBuffer, IID_IRunnableObject,
3501         IID_IRunningObjectTable, IID_ISequentialStream, IID_IStdMarshalInfo,
3502         IID_IStorage, IID_IStream, IID_ISupportErrorInfo, IID_IWebBrowser,
3503         IID_IWebBrowser2, IID_IWebBrowserApp): Remove. Moved to new files.
3504         * lib/comcat-uuid.c: New file.
3505         * lib/docobj-uuid.c: New File.
3506         * lib/exdisp-uuid.c: New file.
3507         * lib/mlang-uuid.c: New file.
3508         * lib/oaidl-uuid.c: New file.
3509         * lib/objidl-uuid.c: New file.
3510         * lib/objsafe-uuid.c: New file.
3511
3512 2006-06-07  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3513
3514         * lib/Makefile.in: Add oleacc-uuid oleidl-uuid ocidl-uuid as sources and
3515         objects.
3516         * lib/uuid.c (IID_IOleCache, IID_IOleCache2, IID_IOleCacheControl, IID_IViewObject,
3517         IID_IViewObject2, IID_IDropSource, IID_IDropTarget, IID_IOleAdviseHolder,
3518         IID_IOleInPlaceUIWindow, IID_IOleInPlaceObject, IID_IOleInPlaceActiveObject,
3519         IID_IOleInPlaceFrame, IID_IOleInPlaceSite, IID_IOleContainer, IID_IOleItemContainer,
3520         IID_IOleClientSite, IID_IOleObject, IID_IOleWindow, IID_IParseDisplayName,
3521         IID_IAccessible, LIBID_Accessibility, IID_IQuickActivate, IID_IOleUndoManager,
3522         IID_IOleParentUndoUnit, IID_IOleUndoUnit, IID_IEnumOleUndoUnits, IID_IPointerInactive,
3523         IID_IAdviseSinkEx, IID_IOleInPlaceSiteEx, IID_IOleControl, IID_IOleControlSite,
3524         IID_IPersistPropertyBag, IID_IPersistPropertyBag2, IID_IPersistStreamInit,
3525         IID_IPersistMemory, IID_IPropertyBag, IID_IPropertyBag2, IID_IPropertyNotifySink,
3526         IID_IPropertyPage, IID_IPropertyPage2, IID_IPropertyPageSite, IID_IFont, IID_IFontDisp,
3527         IID_IPicture, IID_IPictureDisp, IID_IProvideClassInfo, IID_IProvideClassInfo2,
3528         IID_IEnumConnectionPoints, IID_IEnumConnections, IID_IConnectionPoint,
3529         IID_IConnectionPointContainer, IID_IClassFactory2, IID_IErrorLog,
3530         IID_IObjectWithSite, IID_IPerPropertyBrowsing, IID_ISimpleFrameSite,
3531         IID_ISpecifyPropertyPages): Remove. Moved to new files.
3532         * lib/oleidl-uuid.c: New file.
3533         * lib/oleacc-uuid.c: New file.
3534         * lib/ocidl-uuid.c: New file.
3535
3536 2006-06-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3537
3538         * lib/Makefile.in: Add unknwn-uuid and servprov-uuid as sources and
3539         objects.
3540         * lib/uuid.c (IID_IUnknown, IID_IClassFactory, IID_IServiceProvider):
3541         Remove.  Moved to unknwn-uuid and servprov-uuid.
3542         * lib/unknwn-uuid.c: New file.
3543         * lib/servprov-uuid.c: New file.
3544
3545 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
3546
3547         * include/strmif.h (VMRDeinterlaceTech): Correct typedef for DeinterlaceTech_*
3548         enum.
3549
3550 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
3551
3552         * include/strmif.h (enum tagAnalogVideoStandard): Add missing ','.
3553
3554 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
3555
3556         * include/winuser.h (DM_BITSPERPEL, DM_PELSWIDTH, DM_PELSHEIGHT,
3557         DM_DISPLAYFLAGS, DM_DISPLAYFREQUENCY): Remove.  Duplicates of
3558         wingdi.h defines.
3559
3560 2006-06-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3561
3562         * include/winuser.h ((SPI_GETMOUSETRAILS,SPI_SETMOUSETRAILS): Remove
3563         duplicate defines.
3564
3565         * include/winnt.h (SUBLANG_ARABIC_SAUDI_ARABIA): Revert accidental
3566         removal.
3567         (SUBLANG_MARATHI_INDIA): Remove duplicate define.
3568
3569 2006-05-24  Christopher Faylor  <cgf@timesys.com>
3570
3571         * configure.in: Update to newer autoconf.
3572         (thanks to Steve Ellcey)
3573         * configure: Regenerate.
3574         * aclocal.m4: New file.
3575
3576 2006-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
3577
3578         * lib/uuid.c (IID_IRpcProxyBuffer34): Remove definition.
3579
3580 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3581
3582         * include/rtutils.h (TraceDumpA,TraceDumpW,TracePutsA,TracePutsW)
3583         (TraceRegisterA,TraceRegisterW,TraceVprintfA,TraceVprintfW): Define
3584         as macros.
3585         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
3586
3587 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3588
3589         * include/mprapi.h (MprAdminMIBBufferFree,MprAdminMIBEntryCreate)
3590         (MprAdminMIBEntryDelete,MprAdminMIBEntryGet,MprAdminMIBEntryGetFirst)
3591         (MprAdminMIBEntryGetNext,MprAdminMIBEntrySet,MprAdminMIBGetTrapInfo)
3592         (MprAdminMIBServerConnect,MprAdminMIBServerDisconnect)
3593         (MprAdminMIBSetTrapInfo): Declare functions.
3594         Note: MprAdminMIBSetTrapInfo is missing from mprapi.def.
3595         (MIB_SERVER_HANDLE): New typedef.
3596         (MprConfigTransportSetInfo): Declare function.
3597         * lib/mprapi.def (MprSetupIpInIpInterfaceFriendlyNameEnum)
3598         (MprSetupIpInIpInterfaceFriendlyNameFree): Fix size.
3599
3600 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3601
3602         * lib/rtutils.def: New file. Generated on Windows XP.
3603         (TracePrintf{AW},TracePrintfEx{AW}): Left out for now.
3604         * include/rtutils.h: New file.
3605         (TraceDump{AW},TracePuts{AW},TraceRegister{AW},TraceVprintf{AW}):
3606         Commented out, they're missing from rtutils.def.
3607
3608 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3609
3610         * include/mprapi.h (MprInfoBlockAdd,MprInfoBlockFind)
3611         (MprInfoBlockQuerySize,MprInfoBlockRemove,MprInfoBlockSet)
3612         (MprInfoCreate,MprInfoDelete,MprInfoDuplicate)
3613         (MprInfoRemoveAll): Declare functions.
3614
3615 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3616
3617         * include/mprapi.h (MprConfigBufferFree,MprConfigGetFriendlyName)
3618         (MprConfigGetGuidName,MprConfigInterfaceCreate)
3619         (MprConfigInterfaceDelete,MprConfigInterfaceEnum)
3620         (MprConfigInterfaceGetHandle,MprConfigInterfaceGetInfo)
3621         (MprConfigInterfaceSetInfo,MprConfigInterfaceTransportAdd)
3622         (MprConfigInterfaceTransportEnum,MprConfigInterfaceTransportGetHandle)
3623         (MprConfigInterfaceTransportGetInfo,MprConfigInterfaceTransportRemove)
3624         (MprConfigInterfaceTransportSetInfo,MprConfigServerBackup)
3625         (MprConfigServerConnect,MprConfigServerDisconnect)
3626         (MprConfigServerGetInfo,MprConfigServerInstall)
3627         (MprConfigServerRestore,MprConfigTransportCreate)
3628         (MprConfigTransportDelete,MprConfigTransportEnum)
3629         (MprConfigTransportGetHandle,MprConfigTransportGetInfo)
3630         (MprConfigTransportSetInfo): Declare functions.
3631
3632 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3633
3634         * include/mprapi.h (MprAdminBufferFree)
3635         (MprAdminDeregisterConnectionNotification,MprAdminGetErrorString)
3636         (MprAdminInterfaceConnect,MprAdminInterfaceCreate)
3637         (MprAdminInterfaceDelete,MprAdminInterfaceDeviceGetInfo)
3638         (MprAdminInterfaceDeviceSetInfo,MprAdminInterfaceDisconnect)
3639         (MprAdminInterfaceEnum,MprAdminInterfaceGetCredentials)
3640         (MprAdminInterfaceGetCredentialsEx,MprAdminInterfaceGetHandle)
3641         (MprAdminInterfaceGetInfo,MprAdminInterfaceQueryUpdateResult)
3642         (MprAdminInterfaceSetCredentials,MprAdminInterfaceSetCredentialsEx)
3643         (MprAdminInterfaceSetInfo,MprAdminInterfaceTransportAdd)
3644         (MprAdminInterfaceTransportGetInfo,MprAdminInterfaceTransportRemove)
3645         (MprAdminInterfaceTransportSetInfo)
3646         (MprAdminInterfaceUpdatePhonebookInfo,MprAdminInterfaceUpdateRoutes)
3647         (MprAdminIsServiceRunning,MprAdminRegisterConnectionNotification)
3648         (MprAdminServerConnect,MprAdminServerDisconnect)
3649         (MprAdminServerGetCredentials,MprAdminServerGetInfo)
3650         (MprAdminServerSetCredentials,MprAdminTransportCreate)
3651         (MprAdminTransportGetInfo,MprAdminTransportSetInfo): Declare functions.
3652
3653 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3654
3655         * include/ipxtfflt.h: New file.
3656
3657 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3658
3659         * include/mprapi.h: Fix header guard. Cleanup.
3660         (MprAdminAcceptNewConnection,MprAdminAcceptNewConnection2)
3661         (MprAdminAcceptNewLink,MprAdminAcceptReauthentication)
3662         (MprAdminConnectionHangupNotification)
3663         (MprAdminConnectionHangupNotification2)
3664         (MprAdminGetIpAddressForUser,MprAdminInitializeDll)
3665         (MprAdminTerminateDll,MprAdminLinkHangupNotification)
3666         (MprAdminReleaseIpAddress): Declare functions.
3667         * lib/mprapi.def: Regenerate on Windows XP.
3668
3669 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3670
3671         * include/ipifcons.h: Cleanup.
3672         * include/ipxconst.h: Fix header guard.
3673         * include/ipxrtdef.h: include <ipxconst.h>.
3674
3675 2006-05-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3676
3677         * include/ipxrtdef.h: Cleanup.
3678         (IPX_INTERFACE_INFO_TYPE,IPX_STATIC_ROUTE_INFO_TYPE)
3679         (IPX_STATIC_SERVICE_INFO_TYPE,IPX_SERVICE_FILTER_INFO_TYPE)
3680         (IPX_ROUTE_FILTER_INFO_TYPE,IPX_IN_TRAFFIC_FILTER_INFO_TYPE)
3681         (IPX_ADAPTER_INFO_TYPE,IPXWAN_INTERFACE_INFO_TYPE,IPX_GLOBAL_INFO_TYPE)
3682         (IPX_STATIC_NETBIOS_NAME_INFO_TYPE)
3683         (IPX_IN_TRAFFIC_FILTER_GLOBAL_INFO_TYPE)
3684         (IPX_OUT_TRAFFIC_FILTER_INFO_TYPE)
3685         (IPX_OUT_TRAFFIC_FILTER_GLOBAL_INFO_TYPE): Define.
3686         * include/routprot.h: Cleanup.
3687         (PROTO_IP_OTHER,PROTO_IP_LOCAL,PROTO_IP_NETMGMT,PROTO_IP_ICMP)
3688         (PROTO_IP_EGP,PROTO_IP_GGP,PROTO_IP_HELLO,PROTO_IP_RIP,PROTO_IP_IS_IS)
3689         (PROTO_IP_ES_IS,PROTO_IP_CISCO,PROTO_IP_BBN,PROTO_IP_OSPF,PROTO_IP_BGP)
3690         (PROTO_IP_BOOTP,PROTO_IP_NT_AUTOSTATIC,PROTO_IP_NT_STATIC)
3691         (PROTO_IP_NT_STATIC_NON_DOD,IPRTRMGR_PID,IPX_PROTOCOL_BASE)
3692         (IPX_PROTOCOL_RIP,IPX_PROTOCOL_SAP,IPX_PROTOCOL_NLSP): Define.
3693         * include/fltdefs.h: New file.
3694         * include/ipinfoid.h: New file.
3695
3696 2006-05-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3697
3698         * include/strmif.h (IAMAnalogVideoDecoder,IAMAudioInputMixer)
3699         (IAMAudioRendererStats,IAMBufferNegotiation,IAMCameraControl)
3700         (IAMCertifiedOutputProtection): Add interfaces.
3701         * include/adsprop.h: New file.
3702         * include/cmnquery.h: New file.
3703         * include/dsadmin.h: New file.
3704         * include/dsclient.h: New file.
3705         * include/dsgetdc.h: New file.
3706         * include/dsquery.h: New file.
3707         * include/dsrole.h: New file.
3708         * include/ntdsapi.h: New file.
3709         * include/ntdsbcli.h: New file.
3710         * include/objsel.h: New file.
3711
3712 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3713
3714         * include/qedit.h (DEXTER_PARAM,DEXTER_VALUE,SCompFmt0): Add structures.
3715         (DEXTERF_TRACK_SEARCH_FLAGS,TIMELINE_MAJOR_TYPE): Add enums.
3716         (CONNECTF_DYNAMIC_NONE,CONNECTF_DYNAMIC_SOURCES)
3717         (CONNECTF_DYNAMIC_EFFECTS,SFN_VALIDATEF_CHECK,SFN_VALIDATEF_POPUP)
3718         (SFN_VALIDATEF_TELLME,SFN_VALIDATEF_REPLACE,SFN_VALIDATEF_USELOCAL)
3719         (SFN_VALIDATEF_NOFIND,SFN_VALIDATEF_IGNOREMUTED,RESIZEF_STRETCH)
3720         (RESIZEF_CROP,RESIZEF_PRESERVEASPECTRATIO)
3721         (RESIZEF_PRESERVEASPECTRATIO_NOLETTERBOX): Define.
3722
3723 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3724
3725         * include/qedit.h: New file.
3726         * include/errors.h: Cleanup.
3727
3728 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3729
3730         * include/amvideo.h (BIT_MASKS_MATCH): Don't use memcmp to
3731         avoid dependency on <string.h>.
3732         There's no Win32 equivalent for memcmp:
3733         http://support.microsoft.com/default.aspx?scid=kb;EN-US;q99456
3734
3735 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3736
3737         * include/amvideo.h (RESET_MASKS,RESET_PALETTE): Use ZeroMemory
3738         instead of memset to avoid dependency on <string.h>.
3739         * include/dshow.h (AM_ASPECT_RATIO_MODE,AM_WST_DRAWBGMODE,AM_WST_LEVEL)
3740         (AMExtendedSeekingCapabilities,AM_WST_SERVICE,AM_WST_STATE)
3741         (AM_WST_STYLE): Add enums.
3742         (AM_WST_PAGE,AMVABeginFrameInfo,AMVACompBufferInfo,AMVAEndFrameInfo,
3743         AMVAInternalMemInfo,AMVAUncompBufferInfo,AMVAUncompDataInfo): New
3744         structures.
3745         * include/errors.h (VFW_E_DVD_CMD_CANCELLED)
3746         (VFW_E_DVD_STATE_WRONG_VERSION,VFW_E_DVD_STATE_CORRUPT)
3747         (VFW_E_DVD_STATE_WRONG_DISC,VFW_E_DVD_INCOMPATIBLE_REGION)
3748         (VFW_E_DVD_NO_ATTRIBUTES,VFW_E_DVD_NO_GOUP_PGC)
3749         (VFW_E_DVD_LOW_PARENTAL_LEVEL,VFW_E_DVD_NOT_IN_KARAOKE_MODE)
3750         (VFW_E_FRAME_STEP_UNSUPPORTED,VFW_E_DVD_STREAM_DISABLED)
3751         (VFW_E_DVD_TITLE_UNKNOWN,VFW_E_DVD_INVALID_DISC)
3752         (VFW_E_DVD_NO_RESUME_INFORMATION)
3753         (VFW_E_PIN_ALREADY_BLOCKED_ON_THIS_THREAD,VFW_E_PIN_ALREADY_BLOCKED)
3754         (VFW_E_CERTIFICATION_FAILURE,VFW_E_VMR_NOT_IN_MIXER_MODE)
3755         (VFW_E_VMR_NO_AP_SUPPLIED,VFW_E_VMR_NO_DEINTERLACE_HW)
3756         (VFW_E_VMR_NO_PROCAMP_HW,VFW_E_DVD_VMR9_INCOMPATIBLEDEC)
3757         (VFW_E_NO_COPP_HW,VFW_E_BAD_KEY): Define.
3758         * include/evcode.h (AM_WMT_EVENT_DATA): New structure.
3759         * include/mmsystem.h (WAVE_FORMAT_EXTENSIBLE): Define.
3760         * include/edevdefs.h (ED_FORMAT_SMPTE_30,ED_FORMAT_SMPTE_30DROP)
3761         (ED_FORMAT_SMPTE_25,ED_FORMAT_SMPTE_24): Move from here...
3762         * include/strmif.h: ... to here. New file.
3763         * include/aviriff.h: New file.
3764         * include/bdatypes.h: New file.
3765         * include/control.h: New file.
3766         * include/dvdmedia.h: New file.
3767         * include/il21dec.h: New file.
3768         * include/ks.h: New file.
3769         * include/ksmedia.h: New file.
3770         * include/mmreg.h: New file.
3771         * include/mpegtype.h: New file.
3772         * include/vidcap.h: New file.
3773         * include/vmr9.h: New file.
3774         * include/vptype.h: New file.
3775         * include/xprtdefs.h: New file.
3776
3777 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3778
3779         * include/winnls.h [WINVER >= 0x0500] (LOCALE_IDEFAULTEBCDICCODEPAGE):
3780         Documented as defined on Windows 2000 or later.
3781         [WINVER >= 0x0600] (LOCALE_SDURATION,LOCALE_SIETFLANGUAGE)
3782         (LOCALE_SISO3166CTRYNAME2,LOCALE_SISO639LANGNAME2)
3783         (LOCALE_SKEYBOARDSTOINSTALL,LOCALE_SNAME,LOCALE_SNAN)
3784         (LOCALE_SNEGINFINITY,LOCALE_SPOSINFINITY,LOCALE_SSCRIPTS): Documented
3785         but values unknown, Windows Vista or later.
3786         (CAL_UMALQURA): Cleanup.
3787         (CAL_SSHORTESTDAYNAME_1,CAL_SSHORTESTDAYNAME_2,CAL_SSHORTESTDAYNAME_3)
3788         (CAL_SSHORTESTDAYNAME_4,CAL_SSHORTESTDAYNAME_5,CAL_SSHORTESTDAYNAME_6)
3789         (CAL_SSHORTESTDAYNAME7): Cleanup.
3790         [WINVER >= 0x0410] (CAL_SYEARMONTH,CAL_ITWODIGITYEARMAX)
3791         (CAL_NOUSEROVERRIDE,CAL_RETURN_NUMBER,CAL_USE_CP_ACP): Cleanup.
3792
3793 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3794
3795         * include/wingdi.h [WINVER >= 0x0500] (DC_PERSONALITY,DC_PRINTRATE)
3796         (DC_PRINTRATEUNIT,DC_PRINTERMEM,DC_MEDIAREADY,DC_STAPLE)
3797         (DC_PRINTRATEPPM,DC_COLORDEVICE,DC_NUP,DC_MEDIATYPENAMES)
3798         (DC_MEDIATYPES,DMPAPER_DBL_JAPANESE_POSTCARD,DMPAPER_A6)
3799         (DMPAPER_JENV_KAKU2,DMPAPER_JENV_KAKU3,DMPAPER_JENV_CHOU3)
3800         (DMPAPER_JENV_CHOU4,DMPAPER_LETTER_ROTATED)
3801         (DMPAPER_A3_ROTATED,DMPAPER_A4_ROTATED,DMPAPER_A5_ROTATED)
3802         (DMPAPER_B4_JIS_ROTATED,DMPAPER_B5_JIS_ROTATED)
3803         (DMPAPER_JAPANESE_POSTCARD_ROTATED)
3804         (DMPAPER_DBL_JAPANESE_POSTCARD_ROTATED)
3805         (DMPAPER_A6_ROTATED,DMPAPER_JENV_KAKU2_ROTATED)
3806         (DMPAPER_JENV_KAKU3_ROTATED,DMPAPER_JENV_CHOU3_ROTATED)
3807         (DMPAPER_JENV_CHOU4_ROTATED,DMPAPER_B6_JIS)
3808         (DMPAPER_B6_JIS_ROTATED,DMPAPER_12X11,DMPAPER_JENV_YOU4)
3809         (DMPAPER_JENV_YOU4_ROTATED,DMPAPER_P16K,DMPAPER_P32K)
3810         (DMPAPER_P32KBIG,DMPAPER_PENV_1,DMPAPER_PENV_2)
3811         (DMPAPER_PENV_3,DMPAPER_PENV_4,DMPAPER_PENV_5)
3812         (DMPAPER_PENV_6,DMPAPER_PENV_7,DMPAPER_PENV_8)
3813         (DMPAPER_PENV_9,DMPAPER_PENV_10,DMPAPER_P16K_ROTATED)
3814         (DMPAPER_P32K_ROTATED,DMPAPER_P32KBIG_ROTATED)
3815         (DMPAPER_PENV_1_ROTATED,DMPAPER_PENV_2_ROTATED)
3816         (DMPAPER_PENV_3_ROTATED,DMPAPER_PENV_4_ROTATED)
3817         (DMPAPER_PENV_5_ROTATED,DMPAPER_PENV_6_ROTATED)
3818         (DMPAPER_PENV_7_ROTATED,DMPAPER_PENV_8_ROTATED)
3819         (DMPAPER_PENV_9_ROTATED,DMPAPER_PENV_10_ROTATED): Define.
3820         (DMPAPER_LAST): Value depends on DMPAPER_* variables actually defined.
3821         (DM_PANNINGWIDTH,DM_PANNINGHEIGHT,DM_DISPLAYFIXEDOUTPUT)
3822         (DMDO_DEFAULT,DMDO_90,DMDO_180,DMDO_270,DMDFO_DEFAULT,DMDFO_STRETCH)
3823         (DMDFO_CENTER): Define.
3824         (GetDCBrushColor,GetDCPenColor): Declare.
3825         * lib/msimg32.def (GetDCBrushColor,GetDCPenColor): Add stubs.
3826
3827 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3828
3829         * include/winnt.h (LANG_PERSIAN,LANG_LOWER_SORBIAN,LANG_UPPER_SORBIAN)
3830         (LANG_TSWANA,LANG_XHOSA,LANG_ZULU,LANG_MALTESE,LANG_SAMI,LANG_IRISH)
3831         (LANG_TIBETAN,LANG_WELSH,LANG_KHMER,LANG_LAO,LANG_SINHALESE)
3832         (LANG_INUKTITUT,LANG_AMHARIC,LANG_TAMAZIGHT,LANG_FRISIAN)
3833         (LANG_PASHTO,LANG_FILIPINO,LANG_HAUSA,LANG_YORUBA,LANG_QUECHUA)
3834         (LANG_SOTHO,LANG_BASHKIR,LANG_LUXEMBOURGISH,LANG_GREENLANDIC)
3835         (LANG_IGBO,LANG_TIGRIGNA,LANG_YI,LANG_MAPUDUNGUN,LANG_MOHAWK)
3836         (LANG_BRETON,LANG_UIGHUR,LANG_MAORI,LANG_OCCITAN,LANG_CORSICAN)
3837         (LANG_ALSATIAN,LANG_YAKUT,LANG_KICHE,LANG_KINYARWANDA,LANG_WOLOF)
3838         (LANG_DARI,LANG_MALAGASY)
3839         (SUBLANG_CUSTOM_DEFAULT,SUBLANG_CUSTOM_UNSPECIFIED)
3840         (SUBLANG_UI_CUSTOM_DEFAULT,SUBLANG_AFRIKAANS_SOUTH_AFRICA)
3841         (SUBLANG_ALBANIAN_ALBANIA,SUBLANG_ALSATIAN_FRANCE)
3842         (SUBLANG_AMHARIC_ETHIOPIA,SUBLANG_ARMENIAN_ARMENIA)
3843         (SUBLANG_ASSAMESE_INDIA,SUBLANG_BASHKIR_RUSSIA,SUBLANG_BASQUE_BASQUE)
3844         (SUBLANG_BELARUSIAN_BELARUS,SUBLANG_BENGALI_INDIA)
3845         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN)
3846         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC)
3847         (SUBLANG_BRETON_FRANCE,SUBLANG_BULGARIAN_BULGARIA)
3848         (SUBLANG_CATALAN_CATALAN,SUBLANG_CORSICAN_FRANCE)
3849         (SUBLANG_CZECH_CZECH_REPUBLIC,SUBLANG_CROATIAN_CROATIA)
3850         (SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,SUBLANG_DANISH_DENMARK)
3851         (SUBLANG_DIVEHI_MALDIVES,SUBLANG_ENGLISH_IRELAND)
3852         (SUBLANG_ENGLISH_INDIA,SUBLANG_ENGLISH_MALAYSIA)
3853         (SUBLANG_ENGLISH_SINGAPORE,SUBLANG_ESTONIAN_ESTONIA)
3854         (SUBLANG_FAEROESE_FAROE_ISLANDS,SUBLANG_FILIPINO_PHILIPPINES)
3855         (SUBLANG_FINNISH_FINLAND,SUBLANG_FRISIAN_NETHERLANDS)
3856         (SUBLANG_GALICIAN_GALICIAN,SUBLANG_GEORGIAN_GEORGIA)
3857         (SUBLANG_GREEK_GREECE,SUBLANG_GREENLANDIC_GREENLAND)
3858         (SUBLANG_GUJARATI_INDIA,SUBLANG_HAUSA_NIGERIA,SUBLANG_HEBREW_ISRAEL)
3859         (SUBLANG_HINDI_INDIA,SUBLANG_HUNGARIAN_HUNGARY)
3860         (SUBLANG_ICELANDIC_ICELAND,SUBLANG_IGBO_NIGERIA)
3861         (SUBLANG_INDONESIAN_INDONESIA,SUBLANG_INUKTITUT_CANADA)
3862         (SUBLANG_INUKTITUT_CANADA_LATIN,SUBLANG_IRISH_IRELAND)
3863         (SUBLANG_JAPANESE_JAPAN,SUBLANG_KAZAK_KAZAKHSTAN)
3864         (SUBLANG_KHMER_CAMBODIA,SUBLANG_KICHE_GUATEMALA)
3865         (SUBLANG_KINYARWANDA_RWANDA,SUBLANG_KONKANI_INDIA)
3866         (SUBLANG_KYRGYZ_KYRGYZSTAN,SUBLANG_LAO_LAO_PDR)
3867         (SUBLANG_LATVIAN_LATVIA,SUBLANG_LITHUANIAN_LITHUANIA)
3868         (SUBLANG_LOWER_SORBIAN_GERMANY,SUBLANG_LUXEMBOURGISH_LUXEMBOURG)
3869         (SUBLANG_MACEDONIAN_MACEDONIA,SUBLANG_MALAYALAM_INDIA)
3870         (SUBLANG_MALTESE_MALTA,SUBLANG_MAORI_NEW_ZEALAND)
3871         (SUBLANG_MAPUDUNGUN_CHILE,SUBLANG_MARATHI_INDIA,SUBLANG_MOHAWK_MOHAWK)
3872         (SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA,SUBLANG_MONGOLIAN_PRC)
3873         (SUBLANG_NEPALI_NEPAL,SUBLANG_OCCITAN_FRANCE,SUBLANG_ORIYA_INDIA)
3874         (SUBLANG_PASHTO_AFGHANISTAN,SUBLANG_PERSIAN_IRAN)
3875         (SUBLANG_POLISH_POLAND,SUBLANG_PORTUGUESE_PORTUGAL)
3876         (SUBLANG_PUNJABI_INDIA,SUBLANG_QUECHUA_BOLIVIA,SUBLANG_QUECHUA_ECUADOR)
3877         (SUBLANG_QUECHUA_PERU,SUBLANG_ROMANIAN_ROMANIA)
3878         (SUBLANG_ROMANSH_SWITZERLAND,SUBLANG_RUSSIAN_RUSSIA)
3879         (SUBLANG_SAMI_NORTHERN_NORWAY,SUBLANG_SAMI_NORTHERN_SWEDEN)
3880         (SUBLANG_SAMI_NORTHERN_FINLAND,SUBLANG_SAMI_LULE_NORWAY)
3881         (SUBLANG_SAMI_LULE_SWEDEN,SUBLANG_SAMI_SOUTHERN_NORWAY)
3882         (SUBLANG_SAMI_SOUTHERN_SWEDEN,SUBLANG_SAMI_SKOLT_FINLAND)
3883         (SUBLANG_SAMI_INARI_FINLAND,SUBLANG_SANSKRIT_INDIA)
3884         (SUBLANG_SERBIAN_BOSNIA_HERZEGOVINA_LATIN)
3885         (SUBLANG_SERBIAN_BOSNIA_HERZEGOVINA_CYRILLIC)
3886         (SUBLANG_SINDHI_AFGHANISTAN,SUBLANG_SINHALESE_SRI_LANKA)
3887         (SUBLANG_SOTHO_NORTHERN_SOUTH_AFRICA,SUBLANG_SLOVAK_SLOVAKIA)
3888         (SUBLANG_SLOVENIAN_SLOVENIA,SUBLANG_SPANISH_US,SUBLANG_SWEDISH_SWEDEN)
3889         (SUBLANG_SYRIAC,SUBLANG_TAJIK_TAJIKISTAN)
3890         (SUBLANG_TAMAZIGHT_ALGERIA_LATIN,SUBLANG_TAMIL_INDIA)
3891         (SUBLANG_TATAR_RUSSIA,SUBLANG_TELUGU_INDIA,SUBLANG_THAI_THAILAND)
3892         (SUBLANG_TIBETAN_PRC,SUBLANG_TIBETAN_BHUTAN,SUBLANG_TIGRIGNA_ERITREA)
3893         (SUBLANG_TSWANA_SOUTH_AFRICA,SUBLANG_TURKISH_TURKEY)
3894         (SUBLANG_TURKMEN_TURKMENISTAN,SUBLANG_UIGHUR_PRC)
3895         (SUBLANG_UKRAINIAN_UKRAINE,SUBLANG_UPPER_SORBIAN_GERMANY)
3896         (SUBLANG_VIETNAMESE_VIETNAM,SUBLANG_WELSH_UNITED_KINGDOM)
3897         (SUBLANG_WOLOF_SENEGAL,SUBLANG_YORUBA_NIGERIA)
3898         (SUBLANG_XHOSA_SOUTH_AFRICA,SUBLANG_YAKUT_RUSSIA,SUBLANG_YI_PRC)
3899         (SUBLANG_ZULU_SOUTH_AFRICA): Define.
3900         (SUBLANG_ARABIC_SAUDI_ARABIA): Removed by error.
3901         (SUBLANG_MARATHI_INDIA): Defined twice by error.
3902
3903 2006-05-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3904
3905         * lib/directx/Makefile.in: Remove reference to libquartz.a since
3906         it was moved.
3907
3908 2006-05-05  Earnie Boyd  <earnie@users.sf.net>
3909
3910         * lib/scrnsave.c: Correct misspelled SPI_SCREENSAVERUNNING to
3911         SPI_SETSCREENSAVERUNNING.
3912         * include winuser.h (SPI_SCREENSAVERRUNNING): Remove again.
3913
3914 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3915
3916         * include/winuser.h (SPI_SCREENSAVERRUNNING): Define.
3917         It had been removed because it's no documented, but Cygwin needs it.
3918
3919 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3920
3921         * include/amvideo.h (IFullScreenVideo): Define.
3922         (BIT_MASKS_MATCH,PALETTISED,PALETTE_ENTRIES,RESET_MASKS,RESET_PALETTE,
3923         SIZE_EGA_PALETTE,SIZE_MASKS,SIZE_PALETTE): Added Macros.
3924
3925 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3926
3927         * include/winnls.h (CAL_SYEARMONTH,CAL_ITWODIGITYEARMAX,
3928         CAL_NOUSEROVERRIDE,CAL_RETURN_NUMBER,CAL_USE_CP_ACP): Documented
3929         as available on Windows 98 and better.
3930         (CAL_SSHORTESTDAYNAME_1,CAL_SSHORTESTDAYNAME_2,CAL_SSHORTESTDAYNAME_3)
3931         (CAL_SSHORTESTDAYNAME_4,CAL_SSHORTESTDAYNAME_5,CAL_SSHORTESTDAYNAME_6)
3932         (CAL_SSHORTESTDAYNAME7,CAL_UMALQURA): Define, Windows Vista and better.
3933
3934 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3935
3936         * include/amvideo.h: New file.
3937         * include/dshow.h: Include <amvideo.h>.
3938
3939 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3940
3941         * include/winuser.h (MOUSEEVENTF_XDOWN,MOUSEEVENTF_XUP): Define.
3942         (MOUSEEVENTF_MOVE,MOUSEEVENTF_LEFTDOWN,MOUSEEVENTF_LEFTUP)
3943         (MOUSEEVENTF_RIGHTDOWN,MOUSEEVENTF_RIGHTUP,MOUSEEVENTF_MIDDLEDOWN)
3944         (MOUSEEVENTF_MIDDLEUP,MOUSEEVENTF_ABSOLUTE,MOUSEEVENTF_WHEEL): Cleanup.
3945         (HWND_BROADCAST): Cleanup.
3946         (HWND_MESSAGE): Windows 2000 only.
3947         (SMTO_ABORTIFHUNG,SMTO_BLOCK,SMTO_NORMAL): Cleanup.
3948         (SMTO_NOTIMEOUTIFNOTHUNG): Define.
3949         (SIF_DISABLENOSCROLL,SIF_PAGE,SIF_POS,SIF_RANGE,SIF_TRACKPOS)
3950         (SIF_ALL): Cleanup.
3951         (SWP_DRAWFRAME,SWP_FRAMECHANGED,SWP_HIDEWINDOW,SWP_NOACTIVATE)
3952         (SWP_NOCOPYBITS,SWP_NOMOVE,SWP_NOSIZE,SWP_NOREDRAW,SWP_NOZORDER)
3953         (SWP_SHOWWINDOW,SWP_NOOWNERZORDER,SWP_NOREPOSITION,SWP_NOSENDCHANGING)
3954         (SWP_DEFERERASE,SWP_ASYNCWINDOWPOS): Cleanup.
3955         (HSHELL_ENDTASK,HSHELL_ACCESSIBILITYSTATE,HSHELL_APPCOMMAND): Define.
3956         (SPI_GETBLOCKSENDINPUTRESETS,SPI_GETCARETWIDTH,SPI_GETDROPSHADOW)
3957         (SPI_GETFILTERKEYS,SPI_GETFLATMENU,SPI_GETFOCUSBORDERHEIGHT)
3958         (SPI_GETFOCUSBORDERWIDTH,SPI_GETFONTSMOOTHINGCONTRAST)
3959         (SPI_GETFONTSMOOTHINGTYPE,SPI_GETFOREGROUNDFLASHCOUNT)
3960         (SPI_GETMENUSHOWDELAY,SPI_GETMOUSECLICKLOCK,SPI_GETMOUSECLICKLOCKTIME)
3961         (SPI_GETMOUSEHOVERHEIGHT,SPI_GETMOUSEHOVERTIME,SPI_GETMOUSEHOVERWIDTH)
3962         (SPI_GETMOUSESONAR,SPI_GETMOUSEVANISH,SPI_GETNONCLIENTMETRICS)
3963         (SPI_GETPOWEROFFACTIVE,SPI_GETPOWEROFFTIMEOUT,SPI_GETSCREENREADER)
3964         (SPI_GETSCREENSAVEACTIVE,SPI_GETSCREENSAVERRUNNING)
3965         (SPI_GETSCREENSAVETIMEOUT,SPI_GETMOUSEVANISH,SPI_GETNONCLIENTMETRICS)
3966         (SPI_GETPOWEROFFACTIVE,SPI_GETPOWEROFFTIMEOUT,SPI_GETSCREENREADER)
3967         (SPI_GETSCREENSAVEACTIVE,SPI_GETSCREENSAVERRUNNING)
3968         (SPI_GETSCREENSAVETIMEOUT,SPI_GETSNAPTODEFBUTTON,SPI_GETUIEFFECTS)
3969         (SPI_SETBLOCKSENDINPUTRESETS,SPI_SETCARETWIDTH,SPI_SETCURSORS)
3970         (SPI_SETDROPSHADOW,SPI_SETFILTERKEYS,SPI_SETFLATMENU)
3971         (SPI_SETFOCUSBORDERHEIGHT,SPI_SETFOCUSBORDERWIDTH)
3972         (SPI_SETFONTSMOOTHINGCONTRAST,SPI_SETFONTSMOOTHINGTYPE)
3973         (SPI_SETFOREGROUNDFLASHCOUNT,SPI_SETICONS,SPI_SETMENUSHOWDELAY)
3974         (SPI_SETMOUSECLICKLOCK,SPI_SETMOUSECLICKLOCKTIME)
3975         (SPI_SETMOUSEHOVERHEIGHT,SPI_SETMOUSEHOVERTIME)
3976         (SPI_SETMOUSEHOVERWIDTH,SPI_SETMOUSESONAR,SPI_SETMOUSEVANISH)
3977         (SPI_SETNONCLIENTMETRICS,SPI_SETPENWINDOWS,SPI_SETPOWEROFFACTIVE)
3978         (SPI_SETPOWEROFFTIMEOUT,SPI_SETSCREENREADER,SPI_SETSCREENSAVEACTIVE)
3979         (SPI_SETSCREENSAVERRUNNING,SPI_SETSCREENSAVETIMEOUT,SPI_SETSHOWIMEUI)
3980         (SPI_SETSNAPTODEFBUTTON,SPI_SETUIEFFECTS): Define.
3981         (SPI_GETACCESSTIMEOUT,SPI_GETANIMATION,SPI_GETBEEP)
3982         (SPI_GETDEFAULTINPUTLANG,SPI_GETDESKWALLPAPER,SPI_GETDRAGFULLWINDOWS)
3983         (SPI_GETFASTTASKSWITCH,SPI_GETFONTSMOOTHING,SPI_GETGRIDGRANULARITY)
3984         (SPI_GETHIGHCONTRAST,SPI_GETICONMETRICS,SPI_GETICONTITLELOGFONT)
3985         (SPI_GETICONTITLEWRAP,SPI_GETKEYBOARDDELAY,SPI_GETKEYBOARDPREF)
3986         (SPI_GETKEYBOARDSPEED,SPI_GETLOWPOWERACTIVE,SPI_GETLOWPOWERTIMEOUT)
3987         (SPI_GETMENUDROPALIGNMENT,SPI_GETMENUUNDERLINES,SPI_GETMINIMIZEDMETRICS)
3988         (SPI_GETMOUSE,SPI_GETMOUSEKEYS,SPI_GETMOUSESPEED,SPI_GETMOUSETRAILS)
3989         (SPI_GETSERIALKEYS,SPI_GETSHOWIMEUI,SPI_GETSHOWSOUNDS)
3990         (SPI_GETSOUNDSENTRY,SPI_GETSTICKYKEYS,SPI_GETTOGGLEKEYS)
3991         (SPI_GETWHEELSCROLLLINES,SPI_GETWINDOWSEXTENSION,SPI_GETWORKAREA)
3992         (SPI_ICONHORIZONTALSPACING,SPI_ICONVERTICALSPACING)
3993         (SPI_SETACCESSTIMEOUT,SPI_SETANIMATION,SPI_SETBEEP,SPI_SETBORDER)
3994         (SPI_SETDEFAULTINPUTLANG,SPI_SETDESKPATTERN,SPI_SETDESKWALLPAPER)
3995         (SPI_SETDOUBLECLICKTIME,SPI_SETDOUBLECLKHEIGHT,SPI_SETDOUBLECLKWIDTH)
3996         (SPI_SETDRAGFULLWINDOWS,SPI_SETDRAGHEIGHT,SPI_SETDRAGWIDTH)
3997         (SPI_SETFASTTASKSWITCH,SPI_SETFONTSMOOTHING,SPI_SETGRIDGRANULARITY)
3998         (SPI_SETHANDHELD,SPI_SETHIGHCONTRAST,SPI_SETICONMETRICS)
3999         (SPI_SETICONTITLELOGFONT,SPI_SETICONTITLEWRAP,SPI_SETKEYBOARDDELAY)
4000         (SPI_SETKEYBOARDPREF,SPI_SETKEYBOARDSPEED,SPI_SETLANGTOGGLE)
4001         (SPI_SETLOWPOWERACTIVE,SPI_SETLOWPOWERTIMEOUT,SPI_SETMENUDROPALIGNMENT)
4002         (SPI_SETMENUUNDERLINES,SPI_SETMINIMIZEDMETRICS,SPI_SETMOUSE)
4003         (SPI_SETMOUSEBUTTONSWAP,SPI_SETMOUSEKEYS,SPI_SETMOUSESPEED)
4004         (SPI_SETMOUSETRAILS,SPI_SETSERIALKEYS,SPI_SETSHOWSOUNDS)
4005         (SPI_SETSOUNDSENTRY,SPI_SETSTICKYKEYS,SPI_SETTOGGLEKEYS)
4006         (SPI_SETWHEELSCROLLLINES,SPI_SETWORKAREA): Cleanup.
4007         (SPI_GETMOUSETRAILS,SPI_SETMOUSETRAILS): Defined twice by error.
4008         (SPI_SCREENSAVERRUNNING): Removed.
4009         (SPIF_UPDATEINIFILE,SPIF_SENDCHANGE,SPIF_SENDWININICHANGE): Cleanup.
4010         * include/wingdi.h (ETO_NUMERICSLATIN,ETO_NUMERICSLOCAL)
4011         (ETO_IGNORELANGUAGE,ETO_PDY): Define.
4012         (ETO_CLIPPED,ETO_GLYPH_INDEX,ETO_OPAQUE,ETO_RTLREADING): Cleanup.
4013
4014 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4015
4016         * include/mprapi.h (MPR_SERVER_HANDLE): Add typedef.
4017         (MprAdminGetPDCServer): Add prototype.
4018         (MprAdminSendUserMessage): Add prototype.
4019         (MprAdminUserGetInfo): Add prototype.
4020         (MprAdminUserSetInfo): Add prototype.
4021         * lib/mprapi.def: Add stubs for above functions.
4022
4023 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4024
4025         * lib/directx/quartz.def: Move from here...
4026         * lib/quartz.def: ... to here.
4027
4028 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4029
4030         * include/amaudio.h: New file.
4031         * include/dshow.h: Include <amaudio.h>.
4032
4033 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4034
4035         * include/errors.h: New file.
4036         * include/dshow.h: Include <errors.h>.
4037
4038 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4039
4040         * include/dshow.h: New file.
4041         * include/evcode.h: New file.
4042         * include/audevcod.h: New file.
4043         * include/dvdevcod.h: New file.
4044
4045 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4046
4047         * include/mprapi.h (RAS_SERVER_HANDLE): Add typedef.
4048         (MprAdminConnectionClearStats): Add prototype.
4049         (MprAdminConnectionEnum): Add  prototype.
4050         (MprAdminConnectionGetInfo): Add prototype.
4051         (MprAdminConnectionRemoveQuarantine): Add prototype.
4052         (MprAdminPortClearStats): Add prototype.
4053         (MprAdminPortDisconnect): Add prototype.
4054         (MprAdminPortEnum): Add prototype.
4055         (MprAdminPortGetInfo): Add prototype.
4056         (MprAdminPortReset): Add prototype.
4057         * lib/mprapi.def: New file.
4058
4059 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4060
4061         *  include/mprapi.h: #include <lmcons.h>
4062         (MAX_DEVICETYPE_NAME): Add define.
4063         (MAX_PHONE_NUMBER_LEN): Add define.
4064         (ATADDRESSLEN): Add define.
4065         (IPADDRESSLEN): Add define.
4066         (IPXADDRESSLEN): Add define.
4067         (MPR_ENABLE_RAS_ON_DEVICE): Add define.
4068         (MPR_ENABLE_ROUTING_ON_DEVICE): Add define.
4069         (RAS_FLAGS_PPP_CONNECTION): Add define.
4070         (RAS_FLAGS_MESSENGER_PRESENT): Add define.
4071         (RAS_FLAGS_RAS_CONNECTION): Add define.
4072         (RAS_FLAGS_QUARANTINE_PRESENT): Add define.
4073         (RASCCPCA_STAC): Add define.
4074         (RASCCPCA_MPPC): Add define.
4075         (PPP_CCP_COMPRESSION): Add define.
4076         (PPP_CCP_ENCRYPTION40BITOLD): Add define.
4077         (PPP_CCP_ENCRYPTION40BIT): Add define.
4078         (PPP_CCP_ENCRYPTION128BIT): Add define.
4079         (PPP_CCP_ENCRYPTION56BIT): Add define.
4080         (PPP_CCP_HISTORYLESS): Add define.
4081         (RASPRIV_NoCallback): Add define.
4082         (RASPRIV_AdminSetCallback): Add define.
4083         (RASPRIV_CallerSetCallback): Add define.
4084         (RASPRIV_DialinPrivilege): Add define.
4085         (RASPRIV_CallbackType): Add define.
4086         (RASPRIV2_DialinPolicy): Add define.
4087         (PPP_LCP_PAP): Add define.
4088         (PPP_LCP_SPAP): Add define.
4089         (PPP_LCP_CHAP): Add define.
4090         (PPP_LCP_EAP): Add define.
4091         (PPP_LCP_CHAP_MD5): Add define.
4092         (PPP_LCP_CHAP_MS): Add define.
4093         (PPP_LCP_CHAP_MSV2): Add define.
4094         (PPP_LCP_MULTILINK_FRAMING): Add define.
4095         (enum _RAS_HARDWARE_CONDITION): Add.
4096         (enum _RAS_PORT_CONDITION): Add.
4097         (struct _PPP_ATCP_INFO): Add.
4098         (struct _PPP_ATCP_INFO): Add.
4099         (struct _PPP_IPCP_INFO): Add.
4100         (struct _PPP_IPCP_INFO2): Add.
4101         (struct _PPP_IPXCP_INFO): Add.
4102         (struct _PPP_LCP_INFO): Add.
4103         (struct _PPP_NBFCP_INFO): Add.
4104         (struct _PPP_INFO): Add.
4105         (struct _PPP_INFO_2): Add.
4106         (struct _RAS_CONNECTION_0): Add.
4107         (struct RAS_CONNECTION_1): Add.
4108         (struct _RAS_CONNECTION_2): Add.
4109         (struct RAS_PORT_0): Add.
4110         (struct _RAS_PORT_1): Add.
4111         (struct _RAS_USER_0): Add.
4112         (struct _RAS_USER_1): Add.
4113
4114 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4115
4116         * include/mprapi.h: New file.
4117         * include/routprot.h: New file.
4118         * include/ipxrtdef.h: New file.
4119         * include/ipxconst.h: New file.
4120         * include/stm.h: New file.
4121
4122 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4123
4124         * include/ddk/winddk.h (KAFFINITY): Fix typo.
4125         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
4126
4127 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4128
4129         * include/winbase.h (ENUMRESLANGPROC,ENUMRESLANGPROCA,ENUMRESLANGPROCW)
4130         (ENUMRESNAMEPROC,ENUMRESNAMEPROCA,ENUMRESNAMEPROCW)
4131         (ENUMRESTYPEPROC,ENUMRESTYPEPROCA,ENUMRESTYPEPROCW): ANSI and Unicode
4132         versions.
4133         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
4134
4135 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4136
4137         * include/ntsecapi.h (POLICY_DNS_DOMAIN_INFO): Fix typo.
4138         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
4139
4140 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4141
4142         * include/wingdi.h (BITMAPV5HEADER): New structure definition.
4143
4144 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4145
4146         * include/basetyps.h (REFFMTID): Define properly.
4147
4148 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4149
4150         * include/winnt.h (WT_SET_MAX_THREADPOOL_THREADS): Define.
4151         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
4152
4153 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4154
4155         * include/ipifcons.h (MIN_IF_TYPE,IF_TYPE_OTHER,IF_TYPE_REGULAR_1822)
4156         (IF_TYPE_HDH_1822,IF_TYPE_DDN_X25,IF_TYPE_RFC877_X25)
4157         (IF_TYPE_ETHERNET_CSMACD,IF_TYPE_IS088023_CSMACD)
4158         (IF_TYPE_ISO88024_TOKENBUS,IF_TYPE_ISO88025_TOKENRING)
4159         (IF_TYPE_ISO88026_MAN,IF_TYPE_STARLAN,IF_TYPE_PROTEON_10MBIT)
4160         (IF_TYPE_PROTEON_80MBIT,IF_TYPE_HYPERCHANNEL,IF_TYPE_FDDI)
4161         (IF_TYPE_LAP_B,IF_TYPE_SDLC,IF_TYPE_DS1,IF_TYPE_E1,IF_TYPE_BASIC_ISDN)
4162         (IF_TYPE_PRIMARY_ISDN,IF_TYPE_PROP_POINT2POINT_SERIAL,IF_TYPE_PPP)
4163         (IF_TYPE_SOFTWARE_LOOPBACK,IF_TYPE_EON,IF_TYPE_ETHERNET_3MBIT)
4164         (IF_TYPE_NSIP,IF_TYPE_SLIP,IF_TYPE_ULTRA,IF_TYPE_DS3,IF_TYPE_SIP)
4165         (IF_TYPE_FRAMERELAY,IF_TYPE_RS232,IF_TYPE_PARA,IF_TYPE_ARCNET)
4166         (IF_TYPE_ARCNET_PLUS,IF_TYPE_ATM,IF_TYPE_MIO_X25,IF_TYPE_SONET)
4167         (IF_TYPE_X25_PLE,IF_TYPE_ISO88022_LLC,IF_TYPE_LOCALTALK)
4168         (IF_TYPE_SMDS_DXI,IF_TYPE_FRAMERELAY_SERVICE,IF_TYPE_V35,IF_TYPE_HSSI)
4169         (IF_TYPE_HIPPI,IF_TYPE_MODEM,IF_TYPE_AAL5,IF_TYPE_SONET_PATH)
4170         (IF_TYPE_SONET_VT,IF_TYPE_SMDS_ICIP,IF_TYPE_PROP_VIRTUAL)
4171         (IF_TYPE_PROP_MULTIPLEXOR,IF_TYPE_IEEE80212,IF_TYPE_FIBRECHANNEL)
4172         (IF_TYPE_HIPPIINTERFACE,IF_TYPE_FRAMERELAY_INTERCONNECT)
4173         (IF_TYPE_AFLANE_8023,IF_TYPE_AFLANE_8025,IF_TYPE_CCTEMUL)
4174         (IF_TYPE_FASTETHER,IF_TYPE_ISDN,IF_TYPE_V11,IF_TYPE_V36)
4175         (IF_TYPE_G703_64K,IF_TYPE_G703_2MB,IF_TYPE_QLLC,IF_TYPE_FASTETHER_FX)
4176         (IF_TYPE_CHANNEL,IF_TYPE_IEEE80211,,IF_TYPE_IBM370PARCHAN)
4177         (IF_TYPE_ESCON,IF_TYPE_DLSW,IF_TYPE_ISDN_S,IF_TYPE_ISDN_U)
4178         (IF_TYPE_LAP_D,IF_TYPE_IPSWITCH,IF_TYPE_RSRB,IF_TYPE_ATM_LOGICAL)
4179         (IF_TYPE_DS0,IF_TYPE_DS0_BUNDLE,IF_TYPE_BSC,IF_TYPE_ASYNC,IF_TYPE_CNR)
4180         (IF_TYPE_ISO88025R_DTR,IF_TYPE_EPLRS,IF_TYPE_ARAP,IF_TYPE_PROP_CNLS)
4181         (IF_TYPE_HOSTPAD,IF_TYPE_TERMPAD,IF_TYPE_FRAMERELAY_MPI,IF_TYPE_X213)
4182         (IF_TYPE_ADSL,IF_TYPE_RADSL,IF_TYPE_SDSL,IF_TYPE_VDSL)
4183         (IF_TYPE_ISO88025_CRFPRINT,IF_TYPE_MYRINET,IF_TYPE_VOICE_EM)
4184         (IF_TYPE_VOICE_FXO,IF_TYPE_VOICE_FXS,IF_TYPE_VOICE_ENCAP)
4185         (IF_TYPE_VOICE_OVERIP,IF_TYPE_ATM_DXI,IF_TYPE_ATM_FUNI,IF_TYPE_ATM_IMA)
4186         (IF_TYPE_PPPMULTILINKBUNDLE,IF_TYPE_IPOVER_CDLC,IF_TYPE_IPOVER_CLAW)
4187         (IF_TYPE_STACKTOSTACK,IF_TYPE_VIRTUALIPADDRESS,IF_TYPE_MPC
4188         (IF_TYPE_IPOVER_ATM,IF_TYPE_ISO88025_FIBER,IF_TYPE_TDLC
4189         (IF_TYPE_GIGABITETHERNET,IF_TYPE_HDLC,IF_TYPE_LAP_F,IF_TYPE_V37)
4190         (IF_TYPE_X25_MLP,IF_TYPE_X25_HUNTGROUP,IF_TYPE_TRANSPHDLC)
4191         (IF_TYPE_INTERLEAVE,IF_TYPE_FAST,IF_TYPE_IP,IF_TYPE_DOCSCABLE_MACLAYER)
4192         (IF_TYPE_DOCSCABLE_DOWNSTREAM,IF_TYPE_DOCSCABLE_UPSTREAM)
4193         (IF_TYPE_A12MPPSWITCH,IF_TYPE_TUNNEL,IF_TYPE_COFFEE,IF_TYPE_CES)
4194         (IF_TYPE_ATM_SUBINTERFACE,IF_TYPE_L2_VLAN,IF_TYPE_L3_IPVLAN)
4195         (IF_TYPE_L3_IPXVLAN,IF_TYPE_DIGITALPOWERLINE,IF_TYPE_MEDIAMAILOVERIP)
4196         (IF_TYPE_DTM,IF_TYPE_DCN,IF_TYPE_IPFORWARD,IF_TYPE_MSDSL)
4197         (IF_TYPE_IEEE1394,IF_TYPE_RECEIVE_ONLY,MAX_IF_TYPE,IF_ACCESS_LOOPBACK)
4198         (IF_ACCESS_BROADCAST,IF_ACCESS_POINTTOPOINT)
4199         (IF_ACCESS_POINTTOMULTIPOINT,IF_CHECK_NONE,IF_CHECK_MCAST)
4200         (IF_CHECK_SEND,IF_CONNECTION_DEDICATED,IF_CONNECTION_PASSIVE)
4201         (IF_CONNECTION_DEMAND,IF_ADMIN_STATUS_UP,IF_ADMIN_STATUS_DOWN)
4202         (IF_ADMIN_STATUS_TESTING,IF_OPER_STATUS_NON_OPERATIONAL)
4203         (IF_OPER_STATUS_UNREACHABLE,IF_OPER_STATUS_DISCONNECTED)
4204         (IF_OPER_STATUS_CONNECTING,IF_OPER_STATUS_CONNECTED)
4205         (IF_OPER_STATUS_OPERATIONAL): Define.
4206         * include/winbase.h (CancelWaitableTimer,UnregisterWait):
4207         Add function declaration.
4208         * include/mgm.h: New file.
4209         * lib/rtm.def: New file.
4210         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
4211
4212 2006-04-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4213
4214         * include/ws2tcpip.h (gai_strerror): Remove thread-safety comment.
4215         This function cannot be made thread-safe, the API would have to be
4216         changed for that, just like strerror() -> strerror_r() and similar
4217         ISO C or POSIX functions...
4218
4219 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4220
4221         * include/edevdefs.h: New file.
4222
4223 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4224
4225         * include/mmsystem.h (_LPCWAVEFORMATEX_DEFINED): Define.
4226         Use as guard for the WAVEFORMATEX structure instead of
4227         _WAVEFORMATEX_ to avoid clashes with DirectSound. Keep
4228         _WAVEFORMATEX_ for compatibility.
4229         Thanks to:    Andrew Jones <guln at sf dot net>
4230
4231 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4232
4233         * include/winuser.h (CharNextEx,CharNextExW,CharPrevEx,CharPrevExW):
4234         Delete. Only CharNextExA and CharPrevExA are documented in MSDN.
4235         Thanks to:    David Golub <david_golub at sf dot net>
4236
4237 2006-04-18  Eric House  <ehouse@eehouse.org>
4238
4239         PocketPC support.
4240         * include/aygshell.h: New file [_WIN32_WCE]. Declare most common
4241         functions for using aygshell on PocketPC:
4242         SHCreateMenuBar, SHFindMenuBar, SHCreateNewItem, SHFullScreen,
4243         SHSipInfo, SHHandleWMActivate, SHHandleWMSettingChange
4244
4245         * include/commctrl.h [_WIN32_WCE] Add function prototypes for
4246         command bar API on PocketPC:
4247         CommandBar_Create, CommandBar_Show, CommandBar_AddBitmap,
4248         CommandBar_InsertComboBox, CommandBar_InsertMenubar,
4249         CommandBar_InsertMenubarEx, CommandBar_DrawMenuBar,
4250         CommandBar_GetMenu, CommandBar_AddAdornments, CommandBar_Height,
4251         CommandBar_InsertButton, CommandBar_Destroy.
4252
4253         * include/winbase.h [_WIN32_WCE] (WIN32_FIND_DATA{A|W}): Remove
4254         fields not present on PocketPC.
4255         (GetCurrentThreadId): Conditionally declare as extern function
4256         without dllimport attribute on PocketPC.
4257         (ResetEvent): Likwise.
4258         (SetEvent): Likewise.
4259
4260         * include/wingdi.h [_WIN32_WCE]  (GetTextExtentPoint32{A|W}):
4261         Conditionally declare as extern function without dllimport
4262          attribute on PocketPC.
4263         * winuser.h  [_WIN32_WCE] (DialogBoxParam{A|W}): Conditionally
4264         declare as extern function without dllimport attribute on PocketPC.
4265
4266 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
4267
4268         * lib/test.c: Include icm.h.
4269
4270 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
4271
4272         * include/wingdi.h (ColorCorrectPalette): Add declaration.
4273         (CreateColorSpace): Add UNICODE mappings.
4274         * lib/gdi32.def (ColorCorrectPalette): Add stub.
4275         * include/icm.h: New file.
4276         * lib/mscms.def: New file.
4277         * lib/icmui.def: New file.
4278
4279 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
4280
4281         * include/winnt.h (IMAGE_FILE_MACHINE_IA64): New define.
4282         (IMAGE_FILE_MACHINE_AMD64): New define.
4283         (IMAGE_NT_OPTIONAL_HDR32_MAGIC,IMAGE_NT_OPTIONAL_HDR64_MAGIC):
4284         New defines.
4285         (IMAGE_NT_OPTIONAL_HDR_MAGIC): Map to one of the above.
4286         (IMAGE_SUBSYSTEM_NATIVE_WINDOWS): New define.
4287         (IMAGE_SUBSYSTEM_WINDOWS_CE_GUI): New define.
4288         (IMAGE_DLLCHARACTERISTICS_WDM_DRIVER): New define.
4289         (IMAGE_DIRECTORY_ENTRY_ARCHITECTURE,IMAGE_DIRECTORY_ENTRY_DELAY_IMPORT)
4290         (IMAGE_DIRECTORY_ENTRY_COM_DESCRIPTOR): New defines.
4291         (IMAGE_SCN_TYPE_REG,IMAGE_SCN_TYPE_DSECT,IMAGE_SCN_TYPE_NOLOAD)
4292         (IMAGE_SCN_TYPE_GROUP,IMAGE_SCN_TYPE_COPY,IMAGE_SCN_TYPE_OVER):
4293         New defines.
4294         (IMAGE_SCN_ALIGN_128BYTES,IMAGE_SCN_ALIGN_256BYTES)
4295         (IMAGE_SCN_ALIGN_512BYTES,IMAGE_SCN_ALIGN_1024BYTES)
4296         (IMAGE_SCN_ALIGN_2048BYTES,IMAGE_SCN_ALIGN_4096BYTES)
4297         (IMAGE_SCN_ALIGN_8192BYTES): New defines.
4298         (IMAGE_DEBUG_TYPE_BORLAND): New define.
4299         (IMAGE_OPTIONAL_HEADER32,PIMAGE_OPTIONAL_HEADER32)
4300         (IMAGE_OPTIONAL_HEADER64,PIMAGE_OPTIONAL_HEADER64): New structure
4301         definitions and typedefs.
4302         (IMAGE_OPTIONAL_HEADER,PIMAGE_OPTIONAL_HEADER): Map to the above.
4303         (IMAGE_NT_HEADERS32,PIMAGE_NT_HEADERS32,IMAGE_NT_HEADERS64)
4304         (PIMAGE_NT_HEADERS64): New structure definitions and typedefs.
4305         (IMAGE_NT_HEADERS,PIMAGE_NT_HEADERS): Map to the above.
4306         (IMAGE_LOAD_CONFIG_DIRECTORY64,PIMAGE_LOAD_CONFIG_DIRECTORY64):
4307         New structure definition and typedefs.
4308         (IMAGE_CE_RUNTIME_FUNCTION_ENTRY,PIMAGE_CE_RUNTIME_FUNCTION_ENTRY):
4309         Likewise.
4310         (IMAGE_FUNCTION_ENTRY64,PIMAGE_FUNCTION_ENTRY64): Likewise.
4311
4312 2006-04-18  Bart Oldeman  <bartoldeman@users.sf.net>
4313
4314         * lib/test.c: Fix typo in #inlcude.
4315         * include/aclui.h: INTERFACE should not remain
4316         defined at the end of the header.
4317         * include/servprov.h: Ditto.
4318
4319 2006-04-16  Danny Smith  <dannysmith@users.sourceforge.net>
4320
4321         * include/ws2tcpip.h (gai_strerror): Add thread-safety comment.
4322
4323 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4324
4325         * include/ws2tcpip.h (gai_strerrorA,gai_strerrorW): Implement inline.
4326
4327 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4328
4329         * include/wsahelp.h (system_header): Add pragma.
4330         * include/ws2spi.h (system_header): Add pragma.
4331         * include/rasdlg.h (system_header): Add pragma.
4332         * include/rasdlg.h (_RASDLG_H): Define.
4333         Define instead of _RASDLG_H_, this is the w32api standard.
4334         * include/mlang.h (_MLANG_H): Define.
4335         Define instead of _MLANG_H_, this is the w32api standard.
4336         * include/setupapi.h (_SETUPAPI_H): Define.
4337         Define instead of _SETUPAPI_H_, this is the w32api standard.
4338
4339 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4340
4341         * include/rpcndr.h (boolean): Add typedef.
4342         Thanks to:    James du Russel <ephelon at users dot sf dot net>
4343         * include/rpcndr.h (_RPCNDR_H): Define.
4344         Define in addition to __RPCNDR_H__, this is the w32api standard.
4345
4346 2006-04-14  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4347
4348         * include/w32api.h: Increment version to 3.7.
4349         * Makefile.in: Ditto.
4350
4351 2006-04-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4352
4353         * include/winbase.h (GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS,
4354         GET_MODULE_HANDLE_EX_FLAG_PIN,
4355         GET_MODULE_HANDLE_EX_FLAG_UNCHANGED_REFCOUNT): Define.
4356         Thanks to:    Brandon Sneed <brandon at redf dot net>
4357
4358 2006-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
4359
4360         * include/secext.h: Enclose function declarations in extern "C"
4361         if __cplusplus.
4362
4363 2006-04-11  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4364
4365         * include/comcat.h: INTERFACE should not remain defined
4366         at the end of the header.
4367         * include/docobj.h: Ditto.
4368         * include/exdisp.h: Ditto.
4369         * include/intshcut.h: Ditto.
4370         * include/mlang.h: Ditto.
4371         * include/mshtml.h: Ditto.
4372         * include/oaidl.h: Ditto.
4373         * include/objidl.h: Ditto.
4374         * include/objsafe.h: Ditto.
4375         * include/ocidl.h: Ditto.
4376         * include/oleacc.h: Ditto.
4377         * include/oledlg.h: Ditto.
4378         * include/oleidl.h: Ditto.
4379         * include/richole.h: Ditto.
4380         * include/shldisp.h: Ditto.
4381         * include/shlobj.h: Ditto.
4382         * include/unknwn.h: Ditto.
4383         * include/vfw.h: Ditto.
4384         Thanks to:    Brandon Sneed <brandon at redf dot net>
4385
4386 2006-04-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4387
4388         * include/commdlg.h [_WIN32_WINNT >= 0x0500] (PD_CURRENTPAGE)
4389         (PD_NOCURRENTPAGE,PD_EXCLUSIONFLAGS,PD_USELARGETEMPLATE): Define.
4390         Thanks to:    Wolfgang Glas <softadm at users dot sf dot net>
4391
4392 2006-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
4393
4394         * include/iphlpapi.h (GetAdaptersAddresses): Check for winsock2
4395         here also.
4396
4397 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4398
4399         * include/wincrypt.h (PROV_MS_EXCHANGE): Define.
4400         We should probably remove PROV_MS_MAIL but I'm keeping it for
4401         now for compatibility reasons.
4402         Thanks to:    Marcus Agehall <agehall at users dot sf dot net>
4403
4404 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4405
4406         * include/commdlg.h [_WIN32_WINNT >= 0x0500] (START_PAGE_GENERAL)
4407         (PD_RESULT_PRINT,PD_RESULT_APPLY): Define.
4408         Thanks to:    Wolfgang Glas <softadm at users dot sf dot net>
4409
4410 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4411
4412         * include/wingdi.h [WINVER >= 0x0410]
4413         (AlphaBlend,GradientFill,TransparentBlt): Windows 98 and better.
4414         Thanks to:    Alessandro Antonello <aleantonello at users dot sf dot net>
4415
4416 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4417
4418         * include/wingdi.h (CAPTUREBLT,NOMIRRORBITMAP): Define.
4419         * include/commctrl.h (WC_LINKA,WC_LINKW,LIF_ITEMINDEX,LIF_STATE)
4420         (LIF_ITEMID,LIF_URL,LIS_FOCUSED,LIS_ENABLED,LIS_VISITED,LM_HITTEST)
4421         (LM_GETIDEALHEIGHT,LM_SETITEM,LM_GETITEM,MAX_LINKID_TEXT)
4422         (L_MAX_URL_LENGTH): Define.
4423         (LITEM,LHITTESTINFO,NMLINK): Add structures.
4424         Thanks to:    Brandon Sneed <brandon at redf dot net>
4425
4426 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4427
4428         * include/w32api.h (IE601,IE602,IE7): Define for recent versions of IE.
4429
4430 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4431
4432         * include/w32api.h (_W32API_H): Define.
4433         Define in addition to _W32API_H_, this is the w32api standard.
4434
4435 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4436
4437         * include/w32api.h (WindowsVista): Define.
4438
4439 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4440
4441         * include/iptypes.h (IP_ADAPTER_*): Define parts that depend
4442         on SOCKET_ADDRESS only if winsock2.h has already been included.
4443
4444 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4445
4446         * include/winuser.h (WM_IME_*): Remove. Defined in imm.h.
4447
4448 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4449
4450         * include/iphlpapi.h (GAA_FLAG_*): Define.
4451         (GetAdaptersAddresses): Add function declaration.
4452         * lib/iphlpapi.def (GetAdaptersAddresses): Add function stub.
4453         Thanks to:    ross <rossboulet at users dot sf dot net>
4454
4455 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4456
4457         * include/iptypes.h (IP_INTERFACE_NAME_INFO,
4458         IP_ADAPTER_ANYCAST_ADDRESS,IP_ADAPTER_MULTICAST_ADDRESS,
4459         IP_ADAPTER_UNICAST_ADDRESS,IP_ADAPTER_DNS_SERVER_ADDRESS,
4460         IP_ADAPTER_PREFIX,IP_ADAPTER_ADDRESSES): Add structures.
4461         (IF_OPER_STATUS,IP_DAD_STATE,IP_PREFIX_ORIGIN,IP_SUFFIX_ORIGIN,
4462         SCOPE_LEVEL): Add enums.
4463         (IP_ADAPTER_*): Define.
4464
4465 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4466
4467         * include/winuser.h (GetWindowExtEx): Removed, belongs to wingdi.h.
4468         Thanks to:    Sergey Philippov <phis at users dot sf dot net>
4469
4470 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4471
4472         * include/objidl.h (PIDSI_*): Define.
4473         (PRSPEC_*): Define.
4474         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
4475
4476 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4477
4478         * include/winbase.h (LOGON32_PROVIDER_WINNT40,
4479         LOGON32_PROVIDER_WINNT50, LOGON32_LOGON_NETWORK,
4480         LOGON32_LOGON_UNLOCK, LOGON32_LOGON_NETWORK_CLEARTEXT,
4481         LOGON32_LOGON_NEW_CREDENTIALS): Define.
4482         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
4483
4484 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4485
4486         * include/mq.h: New file.
4487         * lib/mqrt.def (MQ*): Define a few missing functions.
4488
4489 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4490
4491         * lib/mqrt.def: New file.
4492         Needs the mq.h file to work properly, working on it.
4493         Thanks to:    Pascal Obry <pobry at users dot sf dot net>
4494
4495 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4496
4497         * include/winerror.h (STG_E_*):  Define.
4498         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
4499         * include/winerror.h (STG_S_*): Define.
4500         (CO_S_MACHINENAMENOTFOUND): Define.
4501         (RPC_E_*): Define.
4502         (NTE_*): Define.
4503
4504 2006-04-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4505
4506         * include/commctrl.h (ListView_*):  Define and correct.
4507         (LVM_*): Define.
4508
4509 2006-04-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4510
4511         * include/winuser.h (WM_IME_*): Define (DWORD type).
4512         (EM_*IMESTATUS): Define.
4513         (WM_*): Define.
4514         (XBUTTON*): Define.
4515         Thanks to:    Steve Folly <spfolly at users dot sf dot net>
4516
4517 2006-03-31  Danny Smith  <dannysmith@users.sourceforge.net>
4518
4519         * include/winnetwk.h (WNetGetResourceInformationW):  Correct first param.
4520         Thanks to: Rene Rivera  <grafik at users dot sf dot net>
4521
4522 2006-03-29  Christopher Faylor  <cgf@timesys.com>
4523
4524         * include/winspool.h: Protect use of PRINTER_ENUM_VALUESW with proper
4525         version conditional.
4526
4527 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4528
4529         * include/winspool.h (JOB_INFO_3): Add structure.
4530         (PROVIDOR_INFO_*{AW}): Add structure.
4531         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4532         (PRINTER_ENUM_VALUES{AW}): Add structure.
4533         (PRINTPROCESSOR_CAPS): Add structure.
4534
4535 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4536
4537         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4538         (PRINTER_INFO_7A): Correct definition.
4539
4540 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4541
4542         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4543         (DRIVER_INFO_*{AW}): Add structure.
4544         (PRINTER_INFO_*{AW}): Add structure.
4545         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4546
4547 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4548
4549         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4550         (DRIVER_*MODE): Define (DWORD type).
4551         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4552
4553 2006-03-27  Danny Smith  <dannysmith@users.sourceforge.net>
4554
4555         * include/wincon.h (GetConsoleProcessList): Declare.
4556
4557 2006-03-27  Hansres Engel  <engel@node.ch>
4558
4559         * include/mlang.h: New file.
4560
4561 2006-03-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4562
4563         * include/winbase.h (SetProcessWorkingSetSize): Corrected define.
4564
4565 2006-03-26  Hansres Engel  <engel@node.ch>
4566
4567          Add Uniscribe API for typography and for complex scripts.
4568         * include/usp10.h: New file.
4569         * lib/usp10.def: New file.
4570
4571         * include/winver.h:  Change first argument of GetFileVersionInfo[...] to const.
4572
4573         * include/imm.h (IMECHARPOSITION): Add structure.
4574         (RECONVERTSTRING): Likwise.
4575
4576         * include/commdlg.h (OPENFILENAME_SIZE_VERSION_400): Define.
4577
4578         * lib/uuid.c (CMultiLanguage): Add UUID definition.
4579         (IMLangFontLink2): Likewise.
4580         (IMultiLanguage): Likewise.
4581
4582 2006-03-18  Julien Lecomte  <julienlecomte@users.sourceforge.net>
4583
4584         * include/wincon.h  (ENABLE_*): Add more defines.
4585
4586 2006-03-18  Jan Nijtmans  <nijtmans@users.sourceforge.net>
4587
4588         * include/winnt.h (INHERITED_ACE): Define.
4589         (VALID_INHERIT_FLAGS): Correct definition.
4590
4591 2006-03-18  Peter Åstrand  <astrand@cendio.se>
4592
4593          * lib/wtsapi32.def: New file.
4594
4595 2006-03-15  Christopher Faylor  <cgf@timesys.com>
4596
4597         * include/winbase.h (STATUS_DLL_INIT_FAILED): New define.
4598         (STATUS_DLL_INIT_FAILED_LOGOFF): Ditto.
4599
4600 2006-03-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4601
4602         * include/winspool.h (DI_MEMORYMAP_WRITE): Define (DWORD type).
4603         (FORM_USER,FORM_PRINTER): Define (DWORD type).
4604         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4605         (DSPRINT_*): Define (DWORD type).
4606         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4607
4608 2006-03-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4609
4610         * include/winspool.h (JOB_CONTROL_*,JOB_STATUS_*): Define.
4611         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4612
4613 2006-03-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4614
4615         * include/shellapi.h [_WIN32_IE >= 0x0600]
4616         (SEE_MASK_NOZONECHECKS,SEE_MASK_FLAG_LOG_USAGE): Define on
4617         Windows XP SP1 and Windows XP respectively.
4618
4619 2006-03-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4620
4621         * include/shellapi.h (NOTIFYICONDATA_V*_SIZE): Define.
4622         Thanks to:  Daniel Atallah <datallah at users dot sf dot net>
4623         * include/shellapi.h [_WIN32_IE >= 0x0500]
4624         (NIS_*): Introduced in Version 5.0.
4625
4626 2006-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
4627
4628         * include/wingdi.h (CS_*): Correct WINVER guard on
4629         Image Color Matching colour definitions.
4630
4631 2006-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
4632
4633         * include/shlobj.h (SFGAO_ISSLOW): Define.
4634         (SFGAO_DISPLAYATTRMASK): Define in terms of preceding display
4635         attribute constants.
4636
4637 2006-03-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4638
4639         * include/wingdi.h [WINVER >= 0x0500]
4640         (GRADIENT_FILL_*,*_EMBEDED): Included in Windows 2000 and later.
4641         Thanks to: David A. Capello <dacap at users dot sf dot net>
4642
4643 2006-03-05  Paul J. Lucas  <pauljlucas@users.sourceforge.net>
4644
4645         * include/wininet.h (INTERNET_CONNECTED_INFO): Define structure.
4646         (INTERNET_STATE_*): Define flags.
4647         (INTERNET_OPTION_CONNECTED_STATE): Define constant.
4648
4649 2006-03-05  Chris Wilson  <chris+mingw@qwirx.com>
4650
4651         * include/sddl.h: New file.
4652
4653 2006-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
4654
4655         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Revert
4656         last change.
4657         Remove file level #pragma pack(push,4)/#pragma pop.
4658
4659 2006-02-19  Corinna Vinschen  <corinna@vinschen.de>
4660
4661         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Add filler
4662         value to force correct alignment.
4663
4664 2006-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
4665
4666         * include/commctrl.h (LPNMLVCACHEHINT): Correct spelling.
4667         Thanks to: Sebastian Pipping <hartwork at users dot sf dot net>
4668         (PNM_CACHEHINT): Add backward compatibilty define.
4669         (LPNM_CACHEHINT): Likewise.
4670
4671 2006-02-06  Danny Smith  <dannysmith@users.sourceforge.net>
4672
4673         * include/shlobj.h (PathResolve): Fix typo in _WIN32_WINNT guard.
4674
4675 2006-02-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4676
4677         * include/shlobj.h (PRF_VERIFYEXISTS, PRF_TRYPROGRAMEXTENSIONS,
4678         PRF_FIRSTDIRDEF, PRF_DONTFINDLNK): Define.
4679         * lib/shell32.def (PathResolve): Define.
4680
4681 2006-02-06  Christopher Faylor  <cgf@timesys.com>
4682
4683         * include/shlobj.h (PathResolve): Fix typo.
4684
4685 2006-02-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4686
4687         * include/shlobj.h (PathResolve): Define.
4688         (PRF_VERIFYEXISTS, PRF_TRYPROGRAMEXTENSIONS, PRF_FIRSTDIRDEF,
4689         PRF_DONTFINDLNK): Ditto.
4690         * lib/shell32.def (PathResolve): Define.
4691
4692 2006-02-04  Ron Lee  <ronl@users.sourceforge.net>
4693
4694         * include/winnls.h: Remove stray end ';' from preprocessor defines.
4695
4696 2006-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
4697
4698         * lib/iphlpapi.def: (NotifyAddrChange@8): Define.
4699         Reported by: Daniel Atallah  <datallah at users dot sf dot net>
4700         (NotifyRouteChange@8): Define.
4701
4702 2006-01-29  Danny Smith  <dannysmith@users.sourceforge.net>
4703
4704         * include/winsock2.h (WINSOCK_API_LINKAGE): Define.  Add to
4705         prototypes.
4706
4707 2006-01-29  Danny Smith  <dannysmith@users.sourceforge.net>
4708
4709         * include/winnt.h (FORCEINLINE): Define.
4710
4711 2006-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
4712
4713         * include/winnt.h (DECLSPEC_SELECTANY): Define.
4714
4715 2006-01-26  Filip Navara  <xnavara@volny.cz>
4716
4717         * include/winnt.h (DECLSPEC_ALIGN): Define.
4718
4719 2006-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
4720
4721         * include/commctrl.h: Correct spelling of 'compatibility' in
4722         comments.
4723         * include/setupapi.h: Likewise.
4724         * include/ws2tcpip.h: Likewise.
4725
4726 2006-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
4727
4728         * include/ddk/winddk.h (KeGetCurrentKPCR): Support -masm=intel.
4729
4730 2006-01-24  Jiri Malak  <Jiri.Malak@iol.cz>
4731
4732         WATCOM compatibility changes.
4733         * include/ddk/ntddk.h (DECL_IMPORT): Define using __declspec,
4734         rather than __attribute__.
4735         (DECL_EXPORT): Likewise.
4736         * include/ddk/winddk.h (DDKAPI): Avoid using __attribute__.
4737         (DDKFASTAPI): Likewise.
4738         (DDKCDECLAPI): Likwise.
4739         (KeGetCurrentKPCR): Provide __WATCOMC__ syntax for inline code.
4740
4741 2006-01-23  Brandon Sneed  <brandon@redf.net>
4742
4743         * setupapi.def: Add all CM_* functions defined in ddk/cfgmgr32.h
4744         to exports.
4745
4746 2006-01-17  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4747
4748         * include/w32api.h: Increment version to 3.6.
4749         * Makefile.in: Ditto.
4750
4751 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
4752
4753         * include/wincrypt.h (WINADVAPI): Add to prototypes of
4754         advapi32.dll functions.
4755
4756 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
4757
4758         * include/winsock2.h (struct sockaddr_storage):  Use RFC 2553
4759         names for padding size constants.
4760
4761 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
4762
4763         * include/aclapi.h (WINADVAPI): Add to prototypes.
4764         * include/winreg.h (WINADVAPI): Likewise.
4765         * include/winsvc.h (WINADVAPI): Likewise.
4766
4767 2006-01-05  Michael Gerdau  <mgd@technosis.de>
4768
4769         * include/winbase.h (WINADVAPI): Define.
4770
4771 2006-01-03  Christopher Faylor  <cgf@timesys.com>
4772
4773         * include/winuser.h (CreateWindowStation): Correctly identify first
4774         argument as constant.
4775         (CreateWindowStation@): Ditto.
4776
4777 2006-01-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4778
4779         * include/uxtheme.h [_WIN32_WINNT >= 0x0501]
4780         (TMT_*, BT_*): Add constants.
4781
4782 2005-12-31  Corinna Vinschen  <corinna@vinschen.de>
4783
4784         * include/winsock2.h: Don't define struct sockaddr_storage when
4785         building Cygwin.
4786
4787 2005-12-22  Danny Smith  <dannysmith@users.sourceforge.net>
4788
4789         * lib/ws2_32.c: New file, defining IPv6 constants.
4790         * lib/Makefile.in (SOURCES): Add ws2_32.c
4791         (EXTRA_OBJS): Add ws2_32.o.
4792
4793 2005-12-21  Michael Jung  <mjung@iss.tu-darmstadt.de>
4794
4795         * lib/user32.def (PrivateExtractIconsA@32,
4796         PrivateExtractIconsW@32): Define.
4797         * lib/shell32.c (IID_IShellLinkDataList): Add GUID.
4798
4799 2005-12-12  Christopher Faylor  <cgf@timesys.com>
4800
4801         * include/winuser.h (WINSTA_ALL_ACCESS): Define.
4802
4803 2005-12-09  Danny Smith  <dannysmith@users.sourceforge.net>
4804
4805         * lib/kernel32.def (CreateFiberEx): Correct suffix.
4806
4807 2005-12-09  Huw Davies  <hdavies@users.sourceforge.net>
4808             Danny Smith <dannysmith@users.sourceforge.net>
4809
4810         * lib/msxml-uuid.c: New file to generate UUIDs for
4811         MSXML interfaces.
4812         * lib/Makefile.in (UUID_OBJS): Add msxml-uuid.o.
4813
4814 2005-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
4815
4816         * include/winbase.h (GetDevicePowerState): Add prototype.
4817         * lib/kernel32.def (GetDevicePowerState): Correct suffix.
4818
4819 2005-12-07  Brian Gunlogson  <gmb300@users.sourceforge.net>
4820
4821         * include/winuser.h (GetClassLongPtr{AW}): Guard prototypes with _WIN64.
4822         Define as macro if !_WIN64.
4823         (SetClassLongPtr{AW}): Likewise.
4824         (GCLP_*): Add GetClassLongPtr defines.
4825         * lib/user32.def (GetClassLongPtr{AW}): Remove stubs.
4826         (SetClassLongPtr{AW}): Likewise.
4827
4828 2005-11-18  Brian Gunlogson  <gmb300@users.sourceforge.net>
4829
4830         * include/winuser.h (GetClassLongPtr{AW}): Add prototypes.
4831         (SetClassLongPtr{AW}): Likewise.
4832         (GCLP_*): Add GetClassLongPtr defines.
4833         * lib/user32.def (GetClassLongPtr{AW}): Add stubs.
4834         (SetClassLongPtr{AW}): Likewise.
4835
4836 2005-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
4837
4838         * include/commdlg.h (OPENFILENAMEW): Add members for
4839         _WIN32_WINNT >= 0x0500.
4840         Thanks to Ricardo Dalcorsso Fodra.
4841         (OPENFILENAMEA): Modify whitespace. Ansify comment.
4842
4843 2005-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
4844
4845         * include/wingdi.h (GetICMProfileA): Correct prototype.
4846         (GetICMProfileW): Likewise.
4847         Thanks to: Paul J Lucas
4848
4849 2005-11-04  Michael Jung  <mjung@iss.tu-darmstadt.de>
4850
4851         * lib/shell32.c (CLSID_ShellFSFolder): Add GUID.
4852
4853 2005-11-03  Danny Smith  <dannysmith@users.sourceforge.net>
4854
4855         * lib/crypt32.def (CertOIDToAlgId, CertAlgIDToOID, CryptProtectData,
4856         CryptUnprotectData, CryptDecodeObjectEx, CryptEncodeObjectEx,
4857         CryptRegisterOIDFunction, CryptUnregisterOIDFunction): Add stubs.
4858         Thanks to: F Richter  <res2002 at users dot sourceforge dot net>
4859
4860 2005-10-29  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4861
4862         * include/objbase.h: Fix typo.
4863         * include/w32api.h: Increment version to 3.5.
4864         * Makefile.in: Ditto.
4865
4866 2005-10-27  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4867
4868         * include/w32api.h: Increment version to 3.4.
4869         * Makefile.in: Ditto.
4870
4871 2005-10-12  Danny Smith  <dannysmith@users.sourceforge.net>
4872
4873         * include/winbase.h (GetProcessId): Remove duplicate declaration.
4874         Use _WIN32_WINNT >= 0x0501 guard.
4875
4876 2005-10-11  Christopher Faylor  <cgf@timesys.com>
4877
4878         * include/winbase.h (GetProcessId): Declare.
4879
4880 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4881
4882         * lib/ddk/newdev.def: Added.
4883         Thanks to: Stephan Meyer <ste_meyer at users dot sourceforge dot net>
4884
4885 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4886
4887         * include/commdlg.h (OPENFILENAME): Added WINNT >= 0x0500
4888         component.
4889         Thanks to: Gennady Feldman <gena01 at users dot sourceforge dot net>
4890
4891 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4892
4893         * lib/shell32.def (SHILCreateFromPath): Add stub.
4894         Thanks to: Michael Jung <mjung at iss dot tu-darmstadt dot de>
4895
4896 2005-09-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4897
4898         * include/winbase.h (RegisterWaitForSingleObject,
4899         RegisterWaitForSingleObjectEx): Define.
4900         * lib/kernel32.def (RegisterWaitForSingleObjectEx@20): Define.
4901         (RegisterWaitForSingleObject@16): Changed to
4902         RegisterWaitForSingleObject@24.
4903         Thanks to: Brandon Sneed <nivenh at users dot sourceforge dot net>
4904
4905 2005-09-19  Danny Smith  <dannysmith@users.sourceforge.net>
4906
4907         * include/winsock2.h (SO_EXCLUSIVEADDRUSE): Define.
4908         Thanks to: Gisle Vanem  <giva at bgnett dot no>
4909
4910 2005-09-08  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4911
4912         * include/reason.h [_WIN32_WINNT >= 0x0501]
4913         (SHTDN_REASON_*): New file.
4914         * include/objbase.h: Avoid double header guard.
4915
4916 2005-08-17  Michael Jung  <mjung@iss.tu-darmstadt.de>
4917
4918         * lib/shell32.c (CLSID_RecycleBin, CLSID_ControlPanel,
4919         CLSID_MyComputer,CLSID_Internet, CLSID_NetworkPlaces,
4920         CLSID_MyDocuments, CLSID_FolderShortcut): Add GUIDs.
4921
4922 2005-08-17  Martin Fuchs  <martin-fuchs@gmx.net>
4923
4924         * include/shlobj.h (IContextMenu3): Define.
4925         * include/shlguid.h (IID_IContextMenu3): Declare.
4926         * lib/shell32.c (IID_IContextMenu3): Define.
4927
4928 2005-08-17  Martin Fuchs  <martin-fuchs@gmx.net>
4929
4930         * include/shlobj.h (SHFormatDrive): Declaration of function
4931         and associated constants.
4932
4933 2005-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
4934
4935         * include/ddk/hidsdi.h:  New file.
4936         * lib/ddk/hid.def: Uncomment symbols and add stdcall suffix for
4937         functions declared in hidsdi.h.
4938         Thanks to:  Alex J Lennon  <ajlennon at organixconsulting dot com>
4939
4940 2005-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
4941
4942         * lib/imm32.def (ImmDisableIME): Add stub.
4943         Thanks to: "kidmin"  <kidmin at users dot sourceforge dot net>
4944
4945 2005-08-10  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4946
4947         * include/w32api.h: Increment version to 3.3.
4948         * Makefile.in: Ditto.
4949
4950 2005-07-28  Earnie Boyd  <earnie@users.sf.net>
4951
4952         * include/winnt.h (SUBLANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN):
4953         Correct their values.
4954         Thanks to: Daniel K. O. <danielosmari at users dont sf dot net>
4955
4956 2005-07-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4957
4958         * include/winuser.h (HSHELL_RUDEAPPACTIVATED): Define.
4959
4960 2005-07-20  Danny Smith  <dannysmith@users.sourceforge.net>
4961
4962         * include/wingdi.h (TT_PRIM_CSPLINE): Define.
4963         Thanks to: Bob Jamison <ishmal at users dot sourceforge dot net>
4964
4965 2005-07-20  Danny Smith  <dannysmith@users.sourceforge.net>
4966
4967         * include/richedit.h (SETTEXTEX): Define structure and
4968         associated constants.
4969         (GT_SELECTION): Define GETTEXTEX flag constant.
4970
4971 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
4972
4973         * include/wingdi.h (SYSPAL_NOSTATIC256): Define.
4974
4975 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
4976
4977         * include/wingdi.h (WINGDIAPI): Define to DECLSPEC_DLLIMPORT
4978         if __W32API_USE_DLLIMPORT__.   Use throughout to qualify
4979         prototypes.
4980
4981 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
4982
4983         * include/commctrl.h (RBBS_USECHEVRON): Define.
4984         (RBBS_*): Use hex notation, group together.
4985
4986 2005-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
4987
4988         * lib/kernel32.def (GetUserGeoID): Correct suffix.
4989         Thanks to: "bernd23" <bernd23 at users dot sourceforge dot net>
4990
4991 2005-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
4992
4993         * include/commctrl.h (TreeView_SetItemState): Initilise
4994         _tvi.hItem.
4995         Thanks to:  Joseph Remes <jremes at users dot sourceforge dot net>
4996
4997 2005-07-18  Mattia Barbon  <mbarbon@users.sourceforge.net>
4998
4999         * include/commctrl.h (NMLVFINDITEM): Add structure.
5000
5001 2005-07-18  Michael Gerdau  <mgdde@users.sourceforge.net>
5002
5003         * include/wininet.h (WININET_API_FLAG_*): Add defines.
5004
5005 2005-07-18  Daniel Atallah  <datallah@users.sourceforge.net>
5006
5007         * include/winnt.h (VER_SET_CONDITION): Define.
5008
5009 2005-07-18  Michael Gerdau  <mgdde@users.sourceforge.net>
5010
5011         * include/wincon.h (AttachConsole): Correct _WIN32_WINNT guard.
5012         (ATTACH_PARENT_PROCESS): Define.
5013         (CONSOLE_WINDOWED_MODE): Correct definition to match MSDN
5014         documentation.
5015
5016 2005-07-17  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5017
5018         * include/winbase.h (QueueUserWorkItem): Add prototype.
5019
5020 2005-07-13  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5021
5022         * include/wingdi.h (SHADEBLENDCAPS, SB_NONE, SB_CONST_ALPHA,
5023         SB_PIXEL_ALPHA, SB_PREMULT_ALPHA, SB_GRAD_RECT, SB_GRAD_TRI,
5024         COLORMGMTCAPS, CM_NONE, CM_DEVICE_ICM, CM_GAMMA_RAMP,
5025         CM_CMYK_COLOR): Define.
5026
5027 2005-06-19  Danny Smith  <dannysmith@users.sourceforge.net>
5028
5029         * include/winldap.h (ldap_simple_bindW, ldap_simple_bind_sW,
5030         ldap_bindW, ldap_bind_sW): Change PCHAR arg to PWCHAR.
5031         Thanks to: Christian  <chhd at users dot sf dot net>
5032
5033 2005-06-18  Danny Smith  <dannysmith@users.sourceforge.net>
5034
5035         * include/richedit.h (GETTEXTEX): Correct name of lpUsedDefChar
5036         field.
5037         Thanks to: Saulius Menkevicius  <bobas at users dot sf dot net>
5038
5039 2005-06-18  Danny Smith  <dannysmith@users.sourceforge.net>
5040
5041         * include/winbase.h (GlobalDiscard): Define as macro.
5042         Thanks to: David Golub  <david_golub  at users dot sf dot net>
5043
5044 2005-05-13  Corinna Vinschen  <corinna@vinschen.de>
5045
5046         * include/winnetwk.h (WNetGetResourceParentA): Add missing declaration.
5047         (WNetGetResourceParentW): Ditto.
5048         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Define.
5049         (FILE_ID_BOTH_DIRECTORY_INFORMATION): Define.
5050
5051 2005-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
5052
5053         * include/wininet.h (FtpGetFileSize): Add prototype.
5054         (FtpCommand[AW]): Correct prototypes.
5055         Reported by: <siger at users dot sf dot net>
5056
5057 2005-04-25  Danny Smith  <dannysmith@users.sourceforge.net>
5058
5059         * include/vfw.h (capCreateCaptureWindow[AW]): Add prototypes.
5060         (capGetDriverDescription[AW]): Likewise.
5061
5062 2005-04-03  Corinna Vinschen  <corinna@vinschen.de>
5063
5064         * include/winnt.h (SE_UNDOCK_NAME TEXT): Define.
5065         (SE_MANAGE_VOLUME_NAME TEXT): Ditto.
5066         (SE_IMPERSONATE_NAME TEXT): Ditto.
5067         (SE_ENABLE_DELEGATION_NAME TEXT): Ditto.
5068         (SE_SYNC_AGENT_NAME TEXT): Ditto.
5069
5070 2005-03-16  Christopher Faylor  <cgf@timesys.com>
5071
5072         * include/winnt.h (SYSTEM_LUID): Fix definitition invalidated by below
5073         change.
5074
5075 2005-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
5076
5077         * include/winnt.h (_LUID): Add structure. Correct LUID typedef.
5078         Thanks to:
5079         Paul-Christiaan Spruijtenburg <wakarimasu at users dot sf dot net>
5080
5081 2005-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
5082
5083         * include/ws2tcpip.h (getaddrinfo, freeaddrinfo, getnameinfo):
5084         Guard with _WIN32_WINNT >= 0x0501. Add FIXME comment.
5085         (gai_strerror[AW]): Put into #if 0 block.
5086
5087 2005-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
5088
5089         * include/basetyps.h (__int16): Correct define.
5090
5091 2005-02-10  Jiri Malak  <Jiri.Malak@iol.cz>
5092             Danny Smith  <dannysmith@users.sourceforge.net>
5093
5094         * lib/directx/dinput_private.h (ATTRIBUTE_TEXT_SECTION): New
5095         define for Open Watcom portability.
5096         * lib/directx/(dinput_joy.c, dinput_joy2.c, dinput_kbd.c,
5097         dinput_mouse.c, dinput_mouse2.c): Use new macro in definition
5098         of local c_rgodfDI* objects. Replace .rdata section attribute
5099         with 'const' keyword in definition of global c_dfDI* objects.
5100
5101 2005-02-07  Danny Smith  <dannysmith@users.sourceforge.net>
5102
5103         * include/winioctl.h (IOCTL_VOLUME_BASE,
5104         IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS, IOCTL_VOLUME_IS_CLUSTERED):
5105         Copy defines from include/ddk/ntdddvol.h.
5106         Bug reported to Debian by Anand Kumria  <wildfire@progsoc.org>
5107
5108 2005-01-27  Oliver Stoeneberg  <oliverst@online.de>
5109
5110         * include/winbase.h (PWIN32_FIND_DATA): Add typedef.
5111
5112 2005-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
5113
5114         * include/winuser.h (SW_SMOOTHSCROLL): Add define.
5115         Reported by: Christian Ehrlicher  <chehrlic@users.sf.net>
5116
5117 2005-01-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5118
5119         * include/commdlg.h (OFN_DONTADDTORECENT): Added definition.
5120
5121 2005-01-18  Danny Smith  <dannysmith@users.sourceforge.net>
5122
5123         * lib/user32.def (MonitorFromPoint): Correct suffix.
5124
5125 2005-01-13  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5126
5127         * include/wininet.h (InternetCheckConnectionA,
5128         InternetCheckConnectionW) Add prototypes.
5129         (INTERNET_RAS_INSTALLED, INTERNET_CONNECTION_OFFLINE,
5130         INTERNET_CONNECTION_CONFIGURED): Add defines.
5131
5132 2005-01-07  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5133
5134         * include/commctrl.h (ComboBox_SetMinVisible,
5135         ComboBox_GetMinVisible): Added Macros.
5136         * include/winuser.h (CB_SETMINVISIBLE, CB_GETMINVISIBLE):
5137         Added definitions.
5138
5139 2005-01-02  Jiri Malak  <Jiri.Malak@geac.cz>
5140
5141         * include/winnt.h (GetCurrentFiber, GetFiberData): Make inline
5142         assembly code conditional on _X86_.
5143
5144 2005-01-02  Earnie Boyd  <earnie@users.sf.net>
5145
5146         * include/w32api.h: Increment version to 3.2.
5147         * Makefile.in: Ditto.
5148         * include/afxres.h: Remove the \r from the line ending.
5149         * include/errorrep.h: Ditto.
5150         * include/shldisp.h: Ditto.
5151         * include/tschema.h: Ditto.
5152         * lib/dhcpcsvc.def: Ditto.
5153         * lib/uxtheme.def: Ditto.
5154         * lib/wldap32.def: Ditto.
5155
5156 2005-01-01  Danny Smith  <dannysmith@users.sourceforge.net>
5157
5158         * include/winerror.h (ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY):
5159         Correct typo.
5160         Thanks to: Aidan France  <aidan1@users.sourceforge.net>
5161
5162 2004-12-29  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5163
5164         *include/winuser.h (MNS_*, WM_MENUCOMMAND,
5165         WM_MENUGETOBJECT, WM_MENUDRAG, WM_NCMOUSEHOVER,
5166         WM_NCMOUSELEAVE, WM_UNINITMENUPOPUP,
5167         SPI_GETFOREGROUNDLOCKTIMEOUT,
5168         SPI_SETFOREGROUNDLOCKTIMEOUT): Added definitions.
5169         *include/imm.h (WM_IME_REQUEST): Added definition.
5170         *include/shlobj.h (SLGP_RAWPATH,
5171         SLGP_UNCPRIORITY): Added definition.
5172
5173 2004-12-28  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5174
5175         *include/winuser.h (HSHELL_FLASH): Added definition.
5176
5177 2004-12-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5178
5179         * include/shldisp.h (IAutoComplete): Added interface definiton.
5180         * include/shldisp.h (IAutoComplete2): Added interface definiton.
5181         * include/shldisp.h (ACO_AUTOSUGGEST): Added definition.
5182         * include/shlobj.h (IObjMgr): Added interface definiton.
5183         * lib/shell32.c (CLSID_AutoComplete, IID_AutoComplete,
5184         IID_AutoComplete2, CLSID_ACLMulti, IID_IObjMgr,
5185         CLSID_ACListISF, IID_IACList): Added GUIDs.
5186         * include/shlguid.h (CLSID_AutoComplete, IID_AutoComplete,
5187         IID_AutoComplete2, CLSID_ACLMulti, IID_IObjMgr,
5188         CLSID_ACListISF, IID_IACList): Added GUIDs.
5189
5190 2004-12-23  Danny Smith  <dannysmith@users.sourceforge.net>
5191
5192         * include/commctrl.h (CDRF_NOTIFYSUBITEMDRAW): Add define.
5193         Thanks to: Chris Sutcliffe  <ironhead@walled.net>
5194         (CDRF_*): Use hex notation for constants.
5195
5196 2004-12-08  Danny Smith  <dannysmith@users.sourceforge.net>
5197
5198         * include/sqlext.h (SQL_INTERVAL_*): Correct macros.
5199         Reported by Eric Sharkey <sharkey at netrics dot com>
5200
5201 2004-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
5202
5203         * include/winnt.h (TOKEN_INFORMATION_CLASS): Add
5204         TokenGroupsAndPrivileges, TokenSessionReference,
5205         TokenSandBoxInert, TokenAuditPolicy, TokenOrigin.
5206         Reformat.
5207         (SID_NAME_USE): Add SidTypeComputer.  Reformat.
5208         Thanks to Gabriel Linder <mingwlinder@users.sourceforge.net>
5209
5210 2004-12-02  Danny Smith  <dannysmith@users.sourceforge.net>
5211
5212         * lib/comctl32.def (ImageList_Copy, ImageList_DrawIndirect,
5213         ImageList_Duplicate): Add stubs.
5214
5215 2004-12-02  Danny Smith  <dannysmith@users.sourceforge.net>
5216
5217         * lib/directx/strmiids.c (MEDIASUBTYPE_YV12): Correct GUID.
5218         Thanks to "Pete" <pross@xvid.org>
5219
5220 2004-11-21 Benoit Blanchon  <bblanchon@users.sourceforge.net>
5221
5222         * include/wingdi.h (AC_SRC_ALPHA, AC_SRC_NO_ALPHA,
5223         AC_DST_NO_ALPHA, ...): Add defines.
5224         * include/winuser.h (ULW_COLORKEY,ULW_ALPHA,
5225         ULW_OPAQUE): Add defines.
5226
5227 2004-11-21  Danny Smith  <dannysmith@users.sourceforge.net>
5228
5229         * include/winnt.h (VerSetConditionMask): Correct typo in _WIN32_WINNT
5230         guard.
5231         * lib/kernel32.def (VerSetConditionMask): Correct stdcall
5232         suffix.
5233         * lib/ddk/ntoskrnl.def (VerSetConditionMask): Likewise.
5234
5235 2004-11-20  Danny Smith  <dannysmith@users.sourceforge.net>
5236
5237         * include/winbase.h (PPROCESS_INFORMATION): Add typedef.
5238         (CreateProcessWithLogonW): Declare.
5239         (LOGON_WITH_PROFILE, LOGON_NETCREDENTIALS_ONLY): Add defines.
5240         Thanks to: "jkmaki"  <jkmaki@users.sourceforge.net>
5241
5242 2004-11-19  Danny Smith  <dannysmith@users.sourceforge.net>
5243
5244         * include/sspi.h (SecPkgContext_Sizes): Fix typo.
5245         Thanks to: David Leonard  <leonard@users.sourceforge.net>
5246
5247 2004-11-19  Danny Smith  <dannysmith@users.sourceforge.net>
5248
5249         * include/sspi.h (SecPkgCredentials_Names[AW]): Correct name.
5250         Thanks to: David Leonard  <leonard@users.sourceforge.net>
5251
5252 2004-11-19  Magnus Olsen  <greatlord@users.sourceforge.net>
5253
5254         * include/winuser.h (MSLLHOOKSTRUCT): Add structure.
5255
5256 2004-11-19  Magnus Olsen  <greatlord@users.sourceforge.net>
5257
5258         * include/winuser.h (LLKHF_EXTENDED, LLKHF_INJECTED, LLKHF_UP):
5259         Add defines.
5260         (LLKHF_ALTDOWN): Define based on KF_ALTDOWN.
5261
5262 2004-11-19  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5263
5264         * include/shellapi.h (NIF_GUID): Add another define.
5265
5266 2004-11-18  Earnie Boyd  <earnie@users.sf.net>
5267
5268         * include/wincon.h (AttachConsole): Correct the _WIN32_WINNT filter.
5269         Changed it twice due to inconsistent MSDN documentation.
5270         * include/w32api.h (Windows95, etc. and IE3, etc.): Add definitions.
5271
5272 2004-11-13  Danny Smith  <dannysmith@users.sourceforge.net>
5273
5274         * include/shlobj.h (SHGFP_TYPE): Add enum.
5275
5276 2004-11-12  Loïc Guilloux (glx@users.sourceforge.net>
5277
5278         * include/winuser.h (WM_THEMECHANGED): Add define.
5279
5280 2004-11-11  Danny Smith  <dannysmith@users.sourceforge.net>
5281
5282         * include/ddk/winddk.h (ExAllocateFromPagedLookasideList,
5283         ExFreeToPagedLookasideList): Guard inline versions with
5284         (__USE_NTOSKRNL__) && (_WIN32_WINNT >= 0x0501). Declare as
5285         external functions for earlier _WIN32_WINNT.
5286
5287 2004-11-11  Danny Smith  <dannysmith@users.sourceforge.net>
5288
5289         * include/ras.h (RASCONN[AW]): Remove dwSessionId field.
5290
5291 2004-11-09  Danny Smith  <dannysmith@users.sourceforge.net>
5292
5293         * include/winnls.h (WINBASEAPI): Define as DECLSPEC_IMPORT
5294         if  undefined and __W32API_USE_DLLIMPORT__.
5295         Add WINBASEAPI token to prototypes, throughout.
5296
5297 2004-11-08  Danny Smith  <dannysmith@users.sourceforge.net>
5298
5299         * include/winnt.h (GetCurrentFiber): Support -masm=intel.
5300         (GetFiberData): Likewise.
5301         (NtCurrentTeb): Likewise.
5302
5303 2004-11-04  Danny Smith  <dannysmith@users.sourceforge.net>
5304
5305         * include/shellapi.h (NIF_INFO): Add define.
5306         (NIIF_*) Add defines..
5307         Thanks to: Benoit Blanchon <bblanchon@users.sourceforge.net>
5308         (NIF_*): Convert constants to hex.
5309
5310 2004-11-02  Danny Smith  <dannysmith@users.sourceforge.net>
5311
5312         * include/wingdi.h (GetFontUnicodeRanges,GetGlyphIndicesA,
5313         GetGlyphIndicesW): Declare.
5314         (GGI_MARK_NONEXISTING_GLYPHS): Define
5315         * lib/gdi32.def (GetFontUnicodeRanges,GetGlyphIndicesA,
5316         GetGlyphIndicesW): Add stubs.
5317
5318 2004-10-24  Dan Aloni  <da-x@colinux.org>
5319
5320         * include/ddk/ntapi.h (NtQueryFullAttributesFile,
5321         ZwQueryFullAttributesFile): Declare.
5322         * include/ddk/ntapi.h (RtlDosPathNameToNtPathName_U):
5323         Declare.
5324         lib/ntoskrnl.def (ZwQueryDirectoryFile, ZwQueryFullAttributesFile.
5325         ZwQueryVolumeInformationFile): Add stubs.
5326
5327 2004-10-18  Danny Smith  <dannysmith@users.sourceforge.net>
5328
5329         * include/wsahelp.h (WINSOCK_MAPPING, WSHGetWinsockMapping,
5330         PWSH_GET_WINSOCK_MAPPING): Don't define if __OBJC__.
5331
5332 2004-10-15  Robert Wruck  <wruck@tweerlei.de>
5333             Danny Smith  <dannysmith@users.sourceforge.net>
5334
5335         * include/winbase.h (InitializeSListHead, Interlocked*):
5336         Guard with !__USE_NTOSKRNL__.
5337
5338         * include/ddk/ntddk.h (__USE_NTOSKRNL__): Define.
5339         * include/ddk/winddk.h (InitializeSListHead, Interlocked*):
5340         Guard with  __USE_NTOSKRNL__.
5341         (ExInterlockedPopEntrySList, ExInterlockedPushEntrySList):
5342         Add prototypes.  Guard macro definition with __USE_NTOSKRNL__
5343         && _WIN32_WINNT >= 0x0501
5344         (ExAllocateFromNPagedLookasideList, ExAllocateFromPagedLookasideList,
5345         ExFreeToNPagedLookasideList, ExFreeToPagedLookasideList):
5346         Replace calts to InterlockedPopEntrySList, InterlockedPushEntrySList
5347         with ExInterlockedPopEntrySList, ExInterlockedPushEntrySList.
5348
5349         * lib/ddk/ntosknl.def (ExInterlockedPopEntrySList,
5350         ExInterlockedPushEntrySList)  Add stubs with fastcall decoration.
5351         (ExDesktopObjectType, ExEventObjectType, ExSemaphoreObjectType,
5352         ExWindowStationObjectType, IoAdapterObjectType,
5353         IoDeviceHandlerObjectSize, IoDeviceHandlerObjectType,
5354         IoDeviceObjectType, IoDriverObjectType, IoFileObjectType,
5355         LpcPortObjectType, MmSectionObjectType, SeTokenObjectType):
5356         Uncomment stubs.
5357
5358 2004-10-11  Robert Wruck  <wruck@tweerlei.de>
5359
5360         * include/ddk/winddk.h (IoReleaseRemoveLockAndWait): Fix
5361         definition
5362         (IoReleaseRemoveLock): Add definition.
5363
5364 2004-10-10  Danny Smith  <dannysmith@users.sourceforge.net>
5365
5366         * include/ddk/winnt4.h (Exi386InterlockedDecrementLong,
5367         Exi386InterlockedExchangeUlong, Exi386InterlockedIncrementLong);
5368         Add prototypes.
5369         * include/winddk.h (ExInterlockedAddUlong,
5370         ExInterlockedInsertHeadList, ExInterlockedInsertTailList,
5371         ExInterlockedRemoveHeadList, ExInterlockedPopEntryList,
5372         ExInterlockedPushEntryList): Change calling convention to
5373         DDKAPI.
5374         (ExfInterlockedAddUlong,ExInterlockedInsertHeadList,
5375         ExInterlockedInsertTailList, ExInterlockedRemoveHeadList,
5376         ExInterlockedPopEntryList, ExInterlockedPushEntryList):
5377         Add prototypes for DDKFASTAPI versions.
5378         Thanks to Vadim Yegor0v <zg at bmg dot lv> for report.
5379         * lib/ntoskrnl.def (ExInterlockedAddUlong,
5380         ExInterlockedInsertHeadList, ExInterlockedInsertTailList,
5381         ExInterlockedRemoveHeadList, ExInterlockedPopEntryList,
5382         ExInterlockedPushEntryList): Remove lead '@' from stubs.
5383         (ExfInterlockedAddUlong,ExfInterlockedInsertHeadList,
5384         ExfInterlockedInsertTailList, ExfInterlockedRemoveHeadList,
5385         ExfInterlockedPopEntryList, ExfInterlockedPushEntryList):
5386         Add fastcall stubs.
5387         (Exi386InterlockedDecrementLong, Exi386InterlockedExchangeUlong,
5388         Exi386InterlockedIncrementLong); Add stdcall stubs.
5389
5390 2004-09-30  Danny Smith  <dannysmith@users.sourceforge.net>
5391
5392         * include/winbase.h (WINBASEAPI): Define as DECLSPEC_IMPORT only
5393          if __W32API_USE_DLLIMPORT__ is defined.
5394         * include/winuser.h (WINUSERAPI): Likewise.
5395
5396 2004-09-29  Filip Navara  <xnavara@volny.cz>
5397
5398         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
5399         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, mcd.h, miniport.h,
5400         mountdev.h, mountmgr.h, ndis.h, ndistapi.h, ndiswan.h, netpnp.h,
5401         newdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h, ntddcdvd.h,
5402         ntddchgr.h, ntdddisk.h, ntddkbd.h, ntddmou.h, ntddpar.h, ntddpcm.h,
5403         ntddscsi.h, ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h,
5404         ntddvdeo.h, ntddvol.h, ntpoapi.h, parallel.h, pfhook.h, poclass.h,
5405         scsi.h, scsiscan.h, smbus.h, srb.h, storport.h, tdiinfo.h,
5406         tdikrnl.h, tvout.h, upssvc.h, usb.h, usb100.h, usbdi.h, usbioctl.h,
5407         usbiodef.h, usbscan.h, usbuser.h, videoagp.h, winddi.h, winddk.h,
5408         winnt4.h, ws2san.h): Fixed packing.
5409         * include/ddk/atm.h (ATM_TRAFFIC_DESCRIPTOR_IE): Fixed declaration.
5410         * include/ddk/hidclass.h (HID_INTERFACE_HIDPARSE,
5411         HID_INTERFACE_NOTIFY_PNP): Likewise.
5412         * include/ddk/ndis.h (NDIS_DMA_BLOCK, CO_FLOW_PARAMETERS): Likewise.
5413         (NdisQueryPacketLength): Added macro. Thanks to Art Yerkes
5414         <ayerkes@speakeasy.net>.
5415         * include/ddk/usb100.h (USB_CONFIGURATION_DESCRIPTOR): Fixed
5416         declaration.
5417         * include/ddk/winddi.h (PATHDATA, GLYPHPOS): Likewise.
5418         * include/ddk/winddk.h (PDRIVER_CONTROL, PDRIVER_LIST_CONTROL,
5419         PDRIVER_ADD_DEVICE, PIO_COMPLETION_ROUTINE, PDRIVER_CANCEL,
5420         PKDEFERRED_ROUTINE, PDRIVER_DISPATCH, PIO_DPC_ROUTINE,
5421         PMM_DLL_INITIALIZE, PMM_DLL_UNLOAD, PDRIVER_ENTRY,
5422         PDRIVER_INITIALIZE, PKSERVICE_ROUTINE, PIO_TIMER_ROUTINE,
5423         PDRIVER_REINITIALIZE, PDRIVER_STARTIO, PKSYNCHRONIZE_ROUTINE,
5424         PDRIVER_UNLOAD, DRIVER_OBJECT): Fixed callback declarations.
5425         (struct FILE_BASIC_INFORMATION): Renamed to _FILE_BASIC_INFORMATION.
5426         (SYNCH_LEVEL): Added definition.
5427         (KPCR, KPCR_TIB): Fixed declaration.
5428         (Interlocked[Push/Pop]EntrySList): Declare only if winbase.h isn't
5429         included and _WIN32_WINNT >= 0x0501.
5430         (RtlEqualLuid): Fixed macro definition.
5431         (KfLowerIrql, KfRaiseIrql): Declare and use instead of KeLowerIrql and
5432         KeRaiseIrql on i386 architectures.
5433
5434 2004-09-06  Hosaka Yuji  <hos@tamanegi.org>
5435
5436         * include/mshtml.h (IHTMLDocument2): Correct get_selection
5437         declaration.
5438         (IHTMLSelectionObject): Correct get_type declaration.
5439         (IHTMLFramesCollection2, IHTMLWindow2, IHTMLFrameBase,
5440         IHTMLFrameBase2, IHTMLFrameBase3, IHTMLBodyElement,
5441         IHTMLBodyElement2): Add interfaces.
5442         (LPHTMLIMAGEELEMENTFACTORY, LPHTMLEVENTOBJ, LPHTMLSCREEN,
5443         LPHTMLOPTIONELEMENTFACTORY, LPOMHISTORY, LPOMNAVIGATOR): Add
5444         typedefs.
5445         * lib/mshtml-uuid.c (IID_IHTMLFrameBase2, IID_IHTMLFrameBase3):
5446         Add IIDs.
5447
5448 2004-09-05  Earnie Boyd  <earnie@users.sf.net>
5449
5450         * include/w32api.h: Increment version to 3.1.
5451         * Makefile.in: Ditto.
5452
5453 2004-09-05  Hosaka Yuji  <hos@tamanegi.org>
5454
5455         * include/winuser.h (MonitorFromPoint, MonitorFromRect,
5456         MonitorFromWindow): Add prototypes.
5457         * lib/user32.def (MonitorFromPoint, MonitorFromRect,
5458         MonitorFromWindowMonitorFromWindow): Add stubs.
5459         * include/shellapi.h (DuplicateIcon): Add prototype.
5460
5461 2004-09-05   Danny Smith  <dannysmith@users.sourceforge.net>
5462
5463         * include/winuser.h (WINUSERAPI): New define.
5464         Use it to mark user32.dll imports, throughout.
5465
5466 2004-09-05  Hosaka Yuji  <hos@tamanegi.org>
5467
5468         * lib/ddk/hid.def (HidD_FlushQueue, HidD_FreePreparsedData,
5469         HidD_GetAttributes, HidD_GetConfiguration, HidD_GetFeature,
5470         HidD_GetHidGuid, HidD_GetIndexedString, HidD_GetInputReport,
5471         HidD_GetManufacturerString, HidD_GetMsGenreDescriptor,
5472         HidD_GetNumInputBuffers, HidD_GetPhysicalDescriptor,
5473         HidD_GetPreparsedData, HidD_GetProductString,
5474         HidD_GetSerialNumberString, HidD_SetConfiguration,
5475         HidD_SetFeature, HidD_SetNumInputBuffers, HidD_SetOutputReport,
5476         HidP_GetButtonCaps, HidP_GetValueCaps): Add exports.
5477
5478 2004-08-25  Lars Rune Nøstdal  <daysleper@users.sourceforge.net>
5479
5480         * include/wincon.h (CONSOLE_FULLSCREEN_MODE, CONSOLE_WINDOWED_MODE):
5481         Add XP defines.
5482         (PCOORD): Add typedef.
5483         (GetConsoleDisplayMode, SetConsoleDisplayMode): Add prototypes.
5484
5485 2004-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
5486
5487         * include/winldap.h: Don't check value of UNICODE.
5488         Thanks to: "Jean-Do"  <spab@users.sourceforge.net>
5489
5490 2004-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
5491
5492         * include/winbase.h (WINBASEAPI): Guard with __INSIDE_CYGWIN__.
5493
5494 2004-08-24  Sam Robb  <samrobb@users.sourceforge.net>
5495
5496         * include/winbase.h (GetFileSizeEx): Add _WIN32_WINNT >= 0x0500
5497         guard.
5498
5499 2004-08-24   Danny Smith  <dannysmith@users.sourceforge.net>
5500
5501         * include/winbase.h: Add WINBASEAPI token to prototypes, throughout.
5502
5503 2004-08-15  Ken Fitlike  <kenfitlike@users.sourceforge.net>
5504
5505         * include/commctrl.h (WC_TREEVIEWA): Remove parenthenses.
5506
5507 2004-08-10  Sebastian Nowak  <snowak1@users.sourceforge.net>
5508
5509         * include/ws2spi.h (LPWSPSELECT): Correct typedef.
5510
5511 2004-08-10   Danny Smith  <dannysmith@users.sourceforge.net>
5512
5513         * include/wincrypt.h: Correct _WIN32_WINNT typo.
5514
5515 2004-08-10  Ed Schaller  <schallee@darkmist.net>
5516
5517         * include/wincrypt.h (MS_ENH_RSA_AES_PROV_A, MS_ENH_RSA_AES_PROV_W)
5518         (ALG_SID_AES_128, ALG_SID_AES_192, ALG_SID_AES_256, ALG_SID_AES 17)
5519         (CALG_AES_128, CALG_AES_192, CALG_AES_256, CALG_AES,PROV_RSA_AES):
5520         Add defines.
5521         (CALG_SHA1): Add define.
5522         (HP_HMAC_INFO): Add define.
5523         (HMAC_INFO): Add struct.
5524         (BLOBHEADER): Add typedef.
5525
5526 2004-07-26  Hartmut Honisch  <hhonisch@users.sourceforge.net>
5527
5528         * include/commctrl.h (TreeView_SetItemState): Define macro.
5529
5530 2004-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
5531
5532         * include/wingdi.h (CMYK): Correct macro. Group CMYK/RGB
5533         macros together.
5534
5535 2004-07-24  Brodie Thiesfield  <brofield@users.sourceforge.net>
5536
5537         * include/shlobj.h (FILEDESCRIPTOR): Unicode it.
5538         (FILEGROUPDESCRIPTOR): LIkewise.
5539
5540 2004-07-06  Corinna Vinschen  <corinna@vinschen.de>
5541
5542         * winbase.h (IsWow64Process): Add missing WINAPI qualifier.
5543
5544 2004-06-16  Danny Smith  <dannysmith@users.sourceforge.net>
5545
5546         * include/winnt.h (IMAGE_ORDINAL_FLAG): Map to ...
5547         (IMAGE_ORDINAL_FLAG{32,64}: New defines.
5548         (IMAGE_SNAP_BY_ORDINAL): Map to ...
5549         (IMAGE_SNAP_BY_ORDINAL{32,64}: New defines.
5550         (IMAGE_ORDINAL): Map to ...
5551         (IMAGE_ORDINAL{32,64}: New defines.
5552         (IMAGE_THUNK_DATA):  Map to ...
5553         (IMAGE_THUNK_DATA{32,64}: New structures.
5554         (IMAGE_THUNK_DATA): Map to ...
5555         (IMAGE_THUNK_DATA{32,64}: New structures.
5556         (IMAGE_IMPORT_DESCRIPTOR):  Map to ...
5557         (IMAGE_IMPORT_DESCRIPTOR{32,64}: New structures.
5558         (IMAGE_IMAGE_TLS_DIRECTORY)  Map to ...
5559         (IMAGE_IMAGE_TLS_DIRECTORY{32,64}: New structures.
5560
5561 2004-06-16  Bang Jun-Young  <junyoung@NetBSD.org>
5562
5563         * w32api/include/winnt.h (WAITORTIMERCALLBACKFUNC): Protect with
5564         _WIN32_WINNT >= 0x0500.
5565
5566 2004-06-05  Luke Dunstan  <infidel@users.sourceforge.net>
5567
5568         * include/winbase.h (GetWriteWatch): Correct prototype.
5569         (WRITE_WATCH_FLAG_RESET): Define.
5570         Thanks to Sergey Philippov <phis@users.sourceforge.net>.
5571
5572 2004-06-02  Rocher Laurent  <lrocher@users.sourceforge.net>
5573
5574         * include/commctrl.h (Animate_OpenEx): Define.
5575         (DateTime_GetSystemTime, DateTime_SetSystemTime): Correct names.
5576         (ListView_GetNumberOfWorkAreas): Correct macro.
5577         (ListView_SetUnicodeFormat, ListView_GetUnicodeFormat,
5578         ListView_SetItemCountEx, ListView_GetISearchString,
5579         TreeView_GetLastVisible, Header_CreateDragImage,
5580         Header_SetImageList, Header_GetImageList): Define.
5581         (LVM_SETUNICODEFORMAT, LVM_GETUNICODEFORMAT,
5582         MCM_GETUNICODEFORMAT, MCM_SETUNICODEFORMAT,
5583         TBSTATE_ELLIPSES): Define.
5584         (MonthCal_SetRange): Correct macro.
5585         (ImageList_Duplicate): Declare.
5586
5587 2004-05-29  Filip Navara  <xnavara@volny.cz>
5588
5589         * include/winnt.h (IMAGE_EXPORT_DIRECTORY): Fixed declaration.
5590
5591 2004-05-25  Al Slater  <al.slater@scluk.com>
5592
5593         * include/httpext.h (HSE_SEND_HEADER_EX_INFO,
5594         HSE_REQ_SEND_RESPONSE_HEADER_EX): Define.
5595
5596 2004-05-15  Filip Navara  <xnavara@volny.cz>
5597
5598         * include/ddk/kbdmou.h: New file.
5599         * lib/ddk/videoprt.def (VideoPortMapBankedMemory,
5600         VideoPortMapDmaMemory, VideoPortMapMemory): Correct suffix.
5601         * lib/ddk/ntoskrnl.def (_snprintf, _snwprintf, _vsnprintf,
5602         _vsnwprintf, sprintf, swprintf): Export.
5603
5604 2004-05-15  Filip Navara  <xnavara@volny.cz>
5605
5606         * include/ddk/ntddk.h: Don't set 4-byte alignment on included
5607         headers.
5608
5609 2004-05-07  Danny Smith  <dannysmith@users.sourceforge.net>
5610
5611         * include/wingdi.h: Correct non-unicode typedefs of
5612         ENUMLOGFONTEXDV, PENUMLOGFONTEXDV, LPENUMLOGFONTEXDV.
5613
5614 2004-05-07  Pascal Obry  <obry@act-europe.fr>
5615
5616         * include/winsock.h (IN_CLASSA): Fix macro.
5617         * include/winsock2.h (IN_CLASSA): Fix macro.
5618
5619 2004-04-29  Bart Oldeman  <bartoldeman@users.sourceforge.net>
5620
5621         * include/objbase.h (STGOPTIONS): Correct pwcsTemplateFile type.
5622         * include/aclui.h: Remove '\r', throughout.
5623         * include/msacm.h: Likewise.
5624         * lib/aclui.def: Likewise.
5625
5626 2004-04-28  Luke Dunstan  <infidel@users.sourceforge.net>
5627
5628         * lib/comctl32.def (SetWindowSubclass): Add stub.
5629         Thanks to Eugene <egladysh@users.sourceforge.net>.
5630
5631 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
5632
5633         * include/winbase.h (EXECUTION_STATE): Add typedef.
5634         (SetThreadExecutionState): Declare.
5635         * include/wingdi.h (_WINGDI_): Define.
5636         * include/objbase.h (_OBJBASE_H_): Define.
5637
5638 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
5639
5640         * include/winuser.h (SM_IMMENABLED, SM_CXFOCUSBORDER,
5641         SM_CYFOCUSBORDER, SM_TABLETPC, SM_MEDIACENTER): Add defines.
5642         (SM_CMETRICS): Adjust value.
5643         * include/winnt.h (PROCESSOR_ARCHITECTURE_MSIL): Correct define.
5644         (PROCESSOR_ARCHITECTURE_AMD64, PROCESSOR_ARCHITECTURE_IA32_ON_WIN64):
5645         Add defines.
5646         Thanks to Benoit Blanchon <bblanchon@users.sourceforge.net>
5647
5648 2004-04-24  Justin Forest  <vhex@users.sourceforge.net>
5649
5650         * include/winsock2.h (LUP_DEEP, LUP_CONTAINERS,
5651         LUP_NOCONTAINERS, LUP_NEAREST, LUP_RETURN_NAME,
5652         LUP_RETURN_TYPE, LUP_RETURN_VERSION, LUP_RETURN_COMMENT,
5653         LUP_RETURN_ADDR, LUP_RETURN_BLOB, LUP_RETURN_ALIASES,
5654         LUP_RETURN_QUERY_STRING, LUP_RETURN_ALL, LUP_RES_SERVICE,
5655         LUP_FLUSHCACHE, LUP_FLUSHPREVIOUS): Add defines.
5656
5657 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
5658
5659         * include/windns.h (DNSREC_QUESTION, DNSREC_ANSWER, DNSREC_AUTHORITY,
5660         DNSREC_ADDITIONAL): Add defines.
5661
5662 2004-04-23  Robert Wruck  <wruck@tweerlei.de>
5663
5664         * include/commctrl.h (LPNMLVDISPINFO): Add defines.
5665
5666 2004-04-23  Robert Wruck  <wruck@tweerlei.de>
5667
5668         * include/aclui.h: New file.
5669         * lib/aclui.def: New file.
5670         * lib/test.c: Add aclui.h to includes.
5671
5672 2004-04-21  Danny Smith  <dannysmith@users.sourceforge.net>
5673
5674         * include/winuser.h (SPI_GETACTIVEWINDOWTRACKING,
5675         SPI_GETACTIVEWNDTRKZORDER, SPI_SETACTIVEWINDOWTRACKING,
5676         SPI_SETACTIVEWNDTRKZORDER): Remove duplicate defines.
5677
5678 2004-04-20  Christopher Faylor  <cgf@alum.bu.edu>
5679
5680         * include/wingdi.h: Protect non-unicode case of below.
5681
5682 2004-04-20  Christopher Faylor  <cgf@alum.bu.edu>
5683
5684         * include/wingdi.h: Protect use of ENUMLOGFONTEXDV, PENUMLOGFONTEXDV,
5685         LPENUMLOGFONTEXDV with appropriate version check.
5686
5687 2004-04-18  Hans Leidekker  <hans@it.vu.nl>
5688
5689         * lib/directx/dxguid.c (CLSID_DirectSoundPrivate,
5690         DSPROPSETID_DirectSoundDevice): Add defines.
5691
5692 2004-04-20  Adrian Sandor  <aditsu@users.sourceforge.net>
5693
5694         * include/msacm.h: New file.
5695
5696 2004-01-09  Stuart Cunningham  <stuart_hc@users.sourceforge.net>
5697
5698         * include/objbase.h (STGFMT): Declare enum.
5699         (STGOPTIONS): Declare structure.
5700         (StgCreateStorageEx, StgOpenStorageEx): Declare.
5701         (STGOPTIONS_VERSION): Define.
5702         * lib/ole32.def (StgCreateStorageEx, StgOpenStorageEx): Add stubs.
5703
5704 2004-04-13  Filip Navara  <xnavara@volny.cz>
5705
5706         * include/winuser.h (IS_INTRESOURCE, MB_CANCELTRYCONTINUE,
5707         WM_NCXBUTTONDOWN, WM_NCXBUTTONUP, WM_NCXBUTTONDBLCLK,
5708         WM_XBUTTONDOWN, WM_XBUTTONUP, WM_XBUTTONDBLCLK,
5709         DCX_INTERSECTUPDATE, MK_XBUTTON1, MK_XBUTTON2,
5710         HELP_SETWINPOS): Define.
5711         (WM_MOUSELAST): Different value for _WIN32_WINNT >= 0x0500.
5712         (SPI_*): Add new definitions for WINVER >= 0x500.
5713         (CallMsgFilter[AW], SetWindowsHookA): Correct prototype.
5714         (InternalGetWindowText, SetWindowsHookW): Declare.
5715         * include/winbase.h (InitializeSListHead): Avoid conflicting
5716         definition with DDK headers.
5717
5718 2004-04-13  Gé van Geldorp  <gvg@reactos.com>
5719
5720         * include/winuser.h (GetLastError): Move from here...
5721         * include/winbase.h: ... to here.
5722
5723 2004-04-13  Filip Navara  <xnavara@volny.cz>
5724
5725         * include/winspool.h (DocumentPropertiesW): Correct prototype.
5726
5727 2004-04-13  Filip Navara  <xnavara@volny.cz>
5728
5729         * include/wingdi.h (ENHMETAHEADER): Add definitions for
5730         WINVER >= 0x400.
5731         (WCRANGE, GLYPHSET, LPPOLYTEXT[AW]): Declare.
5732         (ENUMLOGFONTEXW): Fix definition.
5733         (ENUMLOGFONTEXDV[AW]): Declare.
5734
5735 2004-04-13  Filip Navara  <xnavara@volny.cz>
5736
5737         * include/wingdi.h: Declare the DirectDraw structures only if
5738         the DirectDraw kernel mode headers aren't included.
5739         (EMFINFO): Declare.
5740         (EngStretchBlt, EngTextOut, FONTOBJ_cGetGlyphs,
5741         STROBJ_bEnumPositionsOnly): Correct prototypes.
5742
5743 2004-04-13  Filip Navara  <xnavara@volny.cz>
5744
5745         * include/objidl.h (PRPCOLEMESSAGE): Declare.
5746         * include/rpc.h (RPCRTAPI): Define.
5747         * include/rpcdce.h (RpcServerRegisterIf2): Declare.
5748         * include/rpcdcep.h (RPC_BLOCKING_FN, I_RpcSend): Declare.
5749         (RPC_BLOCKING_FUNCTION): Remove, replaced by RPC_BLOCKING_FN.
5750         (I_RpcBindingSetAsync): Correct prototype.
5751         * include/rpcndr.h (MIDL_STUB_MESSAGE): Rename 'Reserved' field
5752         to w2kReserved.
5753         (USER_MARSHAL_SIZING_ROUTINE, USER_MARSHAL_MARSHALLING_ROUTINE,
5754         USER_MARSHAL_UNMARSHALLING_ROUTINE, USER_MARSHAL_FREEING_ROUTINE,
5755         USER_MARSHAL_ROUTINE_QUADRUPLE, NDR_NOTIFY_ROUTINE, IDL_CS_CONVERT,
5756         CS_TYPE_NET_SIZE_ROUTINE, CS_TYPE_LOCAL_SIZE_ROUTINE,
5757         CS_TYPE_TO_NETCS_ROUTINE, CS_TYPE_FROM_NETCS_ROUTINE,
5758         CS_TAG_GETTING_ROUTINE, NDR_CS_SIZE_CONVERT_ROUTINES,
5759         NDR_CS_ROUTINES, NdrUserMarshalMarshall, NdrUserMarshalUnmarshall,
5760         NdrUserMarshalBufferSize, NdrUserMarshalMemorySize,
5761         NdrUserMarshalFree): Declare.
5762         (MIDL_STUB_DESC): Add new fields that were added in W2K.
5763         * include/rpcproxy.h (CStdStubBuffer): Ditto.
5764
5765 2004-04-13  Filip Navara  <xnavara@volny.cz>, David Welch  <welch@cwcom.net>
5766
5767         * include/ddk/ntapi.h (NtCurrentProcess, NtCurrentThread,
5768         LPC_MESSAGE_BASE_SIZE): Define.
5769         * include/ddk/ntifs.h: Move the pack pragma under header inclusion.
5770
5771 2004-04-13  Filip Navara  <xnavara@volny.cz>
5772
5773         * include/commctrl.h (TB_MARKBUTTON, NMTBGETINFOTIP[AW]):
5774         Declare.
5775
5776 2004-04-18  Allan Bazinet  <bazineta@users.sourceforge.net>
5777
5778         * include/winuser.h (MONITORINFOEX[AW]): Change to be derived from
5779         MONITORINFO when compiling as C++.
5780
5781 2004-04-17  Luke Dunstan  <infidel@users.sourceforge.net>
5782
5783         * README.w32api: List separate copyright conditions for some headers.
5784         * include/(winsock2.h, wsipx.h): Minor change to copyright header.
5785
5786 2004-04-15  Danny Smith  <dannysmith@users.sourceforge.net>
5787
5788         * include/wingdi.h (RGB): Correct macro.
5789
5790 2004-04-14  Robert Wruck  <rwruck@users.sourceforge.net>
5791
5792         * include/ddk/winddk.h (RtlEqualLuid): Correct macro.
5793
5794 2004-04-06  Luke Dunstan  <infidel@users.sourceforge.net>
5795
5796         * include/ocidl.h (QACONTAINERFLAGS): Correct typedef.
5797
5798 2004-03-29  Danny Smith  <dannysmith@users.sourceforge.net>
5799
5800         * lib/Makefile.in: Add directx to .PHONY target.
5801         * lib/directx/dxerr.c: Remove dependence on mingw runtime.
5802         Don't include stdio.h or tchar.h.
5803         Replace _T() macro with TEXT() macro, throughout.
5804         Replace _stprintf with wsprintf, throughout.
5805
5806 2004-03-27  Hosaka Yuji  <hos@tamanegi.org>
5807
5808         * include/dbt.h (DBT_DEVTYP_DEVICEINTERFACE, DBT_DEVTYP_HANDLE):
5809         Add define.
5810         (DEV_BROADCAST_DEVICEINTERFACE, DEV_BROADCAST_HANDLE): Add struct.
5811         * include/winuser.h (UnregisterDeviceNotification): Add prototype.
5812         * lib/user32.def (UnregisterDeviceNotification): Add export stub.
5813
5814 2004-03-27  Filip Navara  <xnavara@volny.cz>
5815
5816         * include/directx: New subdir.
5817         * lib/directx: Ditto.
5818         * include/directx/(d3d9.h, d3d9caps.h, d3d9types.h, dxerr8.h,
5819         dxerr9.h): New files.
5820         * lib/directx/(Makefile.in, d3d8.def, d3d9.def, d3dim.def, d3drm.def,
5821         d3dx8d.def, d3dx9d.def, d3dxof.def, ddraw.def, dinput.def,
5822         dinput_joy.c, dinput_joy2.c, dinput_kbd.c, dinput_mouse.c,
5823         dinput_mouse2.c, dinput_private.h, dinput8.def, dmoguids.c, dplayx.def,
5824         dpnaddr.def, dpnet.def, dpnlobby.def, dpvoice.def, dsetup.def,
5825         dsound.def, dxerr.c, dxerr8.c, dxerr8w.c, dxerr9.c, dxerr9w.c,
5826         dxguid.c, ksproxy.def, ksuser.c, ksuser.def, msdmo.def, quartz.def,
5827         strmiids.c, test.c): Ditto.
5828         * lib/(d3dim.def, d3drm.def, d3dxof.def, ddraw.def, dinput.c,
5829         dinput.def, dplayx.def, dsetup.def, dsound.def, dxguid.c): Removed.
5830
5831 2004-03-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5832
5833         * include/GL/glu.h (GLU_AUTO_LOAD_MATRIX, GLU_CULLING,
5834         GLU_SAMPLING_TOLERANCE, GLU_DISPLAY_MODE, GLU_PARAMETRIC_TOLERANCE,
5835         GLU_SAMPLING_METHOD, GLU_U_STEP, GLU_V_STEP): Define.
5836
5837 2004-03-24  Filip Navara  <xnavara@volny.cz>
5838
5839         * include/commctrl.h (TB_GETSTRING[AW]): Add defines.
5840         (RBBS_HIDETITLE, RBBS_TOPALIGN): Ditto.
5841
5842 2004-03-24  Filip Navara  <xnavara@volny.cz>
5843
5844         * include/ddk/srb.h (_PORT_CONFIGURATION_INFORMATION):  Rename
5845         TaggedQueueing to TaggedQueuing.
5846         (_HW_INITIALIZATION_DATA): Likewise.
5847
5848 2004-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
5849
5850         * include/docobj.h (IOleDocumentView::GetDocument): Correct
5851         prototype.
5852         Thanks to Buster Copley  <consequent@users.sourceforge.net>
5853
5854 2004-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
5855
5856         * lib/ddk/ntoskrnl.def (MmAllocatePagesForMdl): Correct suffix.
5857         (MmMapIoSpace): Likewise.
5858         Thanks to Dan Aloni  <da-x@colinux.org>
5859
5860 2004-03-16  Martin Fuchs  <martin-fuchs@gmx.net>
5861
5862         * include/shellapi.h (NIM_* NIS_*): Define constants for
5863         notification icons with _WIN32_IE >= 0x0500.
5864         (NOTIFYICONDATA): Add new structure members for notification
5865         icons with _WIN32_IE >= 0x0500.
5866
5867 2004-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
5868
5869         *include/wininet.h (CACHEGROUP_SEARCH_ALL, CACHEGROUP_SEARCH_BYURL):
5870         Add defines.
5871         (INTERNET_CACHE_GROUP_ADD, INTERNET_CACHE_GROUP_REMOVE): Add defines.
5872         (GROUPID) Add typedef.
5873         (INTERNET_CACHE_GROUP_INFO[AW]): Define structures.
5874         (CreateUrlCacheGroup): Add prototype.
5875         (DeleteUrlCacheGroup): Add prototype.
5876         (FindFirstUrlCacheGroup): Add prototype.
5877         (FindNextUrlCacheGroup): Add prototype.
5878         (GetUrlCacheGroupAttribute[AW]): Add prototypes.
5879         (SetUrlCacheGroupAttribute[AW]): Add prototypes.
5880
5881 2004-03-10  Al Slater  <al.slater@scluk.com>
5882
5883         * include/winsock2.h: Add missing LPFN_ typdefs for
5884         function pointers.
5885         Clean up whitespace.
5886
5887 2004-03-05  Filip Navara  <xnavara@volny.cz>
5888
5889         * include/ddk/scsi.h: Replace assert with ASSERT.
5890         * include/ddk/video.h: Ditto.
5891         * include/ddk/winddk.h: Ditto. Remove the assert macro.
5892         * include/ddk/tdi.h: Correct packing.
5893
5894 2004-03-04  Danny Smith  <dannysmith@users.sourceforge.net>
5895
5896         * include/wtypes.h (DECIMAL_SETZERO): Add definition for
5897         NONAMELESSUNION case.
5898
5899 2004-03-03  Martin Fuchs  <martin-fuchs@gmx.net>
5900
5901         * include/oleauto.h (V_UNION, V_VT, V_DECIMAL): Use
5902         __VARIANT_NAME_ constants.
5903
5904 2004-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
5905
5906         * include/uxtheme.h: Include <commctrl.h>
5907
5908 2004-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
5909
5910         * include/basetyps.h (GUID_SECT): Define to nothing for GCC >= 2.95.
5911
5912 2004-03-02  Martin Fuchs  <martin-fuchs@gmx.net>
5913
5914         * include/oleauto.h (VAR_VALIDDATE, VAR_FORMAT_NOSUBSTITUTE,
5915         VAR_FOURDIGITYEARS): Define new constants. Group VAR_*  defines
5916         together.
5917         (V_UI2, V_UI4, V_UI4REF, V_UI, V_UI8REF): Define macros.
5918         (V_I8, V_I8REF): Correct macros.
5919         (V_DECIMAL): Correct macro definitions.
5920         (V_INT_PTR, V_UINT_PTR, V_INT_PTRREF, V_UINT_PTRREF): Define
5921         constants.
5922         (VTBIT_*): Define constants.
5923         (UDATE): Add structure definition.
5924         (VarDateFromUdate, VarDateFromUdateEx, VarUdateFromDate): Declare
5925         functions.
5926         (SafeArrayCreateVector): Correct parameter type from UINT to ULONG
5927         (SafeArrayCreateVectorEx): Declare function.
5928         (Var*): declare VARIANT manipulation functions.
5929         * include/ocidl.h (IPicture_*): Define IPicture COBJ macros.
5930         * include/oaidl.h (IRecordInfo_*): Define IRecordInfo COBJ
5931         macros.
5932
5933 2004-03-01  Martin Fuchs  <martin-fuchs@gmx.net>
5934
5935         * include/oaidl.h (FADF_*): Define missing constants.
5936         (IDispatch_*): Define COBJ macros.
5937         (VARIANT): Add missing union members llVal and ullVal.
5938         (wireVARIANT): Likewise.
5939         (ITypeinfo_*): Define COBJ macros.
5940         * include/oleauto.h (Var*FromDisp): Correct parameter type from
5941         LPDISPATCH* to LPDISPATCH.
5942         (VARCMP_*, VAR_LOCALBOOL, LOCALE_USE_NLS, VARIANT_*,
5943         VAR_CALENDAR_*): Add missing constants.
5944         (SafeArray[Get/Set]*): Add prototypes.
5945         (Var*From*):  Add missing prototypes.
5946         (NUMPRS_*): Add defines.
5947         (NUMPARSE): Define structure.
5948         (VarParseNumFromStr,VarNumFromParseNum): Add prototypes.
5949         * include/winerror.h (DISP_E_DIVBYZERO): Define constant.
5950         * include/winuser.h (COLOR_*): Define missing constants.
5951         * include/wtypes.h (enum VARENUM): Add VT_INT_PTR, VT_UINT_PTR.
5952         (VT_INT_PTR, VT_UINT_PTR): Remove macro definitions.
5953
5954 2004-02-23  Filip Navara  <xnavara@volny.cz>
5955
5956         * include/ddk/video.h: Corrected packing.
5957
5958 2004-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
5959
5960         * include/GL/glu.h (GLU_ERROR): Define.
5961         Thanks to Philip Lamb  <phil at rave dot co dot nz>
5962
5963 2004-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
5964
5965         * include/GL/glu.h: Include <stddef.h>.
5966         Thanks to Greg Couch <gregcouch@users.sourceforge.net>
5967
5968 2004-02-15  Earnie Boyd  <earnie@users.sf.net>
5969
5970         * include/w32api.h: Increment version to 3.0.
5971         * Makefile.in: Ditto.
5972         * README.win32api: Modify license to Public Domain per agreement as
5973         found in the mingw-dvlpr list archive.
5974
5975 2004-02-13  Earnie Boyd  <earnie@users.sourceforge.net>
5976
5977         * include/ddk/winddk.h (DIRECTORY_QUERY): Add define.
5978         (DIRECTORY_TRAVERSE): Ditto.
5979         (DIRECTORY_CREATE_OBJECT): Ditto.
5980         (DIRECTORY_CREATE_SUBDIRECTORY): Ditto.
5981         (DIRECTORY_ALL_ACCESS): Ditto.
5982         Thanks to Konstantin Stepaniuk <skostia@users.sourceforge.net>
5983
5984 2004-02-12  Danny Smith  <dannysmith@users.sourceforge.net>
5985
5986         * include/basetypes.h (_REFIID_DEFINED): Correct typo.
5987
5988         * include/winuser.h (NCCALCSIZE_PARAMS): Define structure.
5989         Thanks to Mike Nordell <tamlin at algonet dot se>.
5990
5991 2004-02-11  Danny Smith  <dannysmith@users.sourceforge.net>
5992
5993         * lib/dnsapi.def: New file.
5994         * lib/test.c: Include windns.h.
5995
5996 2004-02-11  Pierre A. Humblet  <Pierre.Humblet@ieee.org>
5997
5998         * include/windns.h: New file.
5999
6000 2004-02-11  Danny Smith  <dannysmith@users.sourceforge.net>
6001
6002         * include/sqlucode.h (SQLGetStmtAttr[AW]): Remove duplicate
6003         defines.
6004         (SQLSetStmtAttr[AW]): Move into ODBCVER >= 0x0300 block.
6005         (SQLSetDescFieldW): Correct prototype.
6006         (SQLSetDescFieldA): Add prototype.
6007         (SQLGetDescFieldW): Add prototype.
6008
6009 2004-02-11  Pat Thoyts  <patthoyts@users.sourceforge.net>
6010
6011         * include/winuser.h (DFC_POPUPMENU): Add define.
6012
6013 2004-02-07  Dan Aloni  <da-x@gmx.net>
6014
6015         * lib/ddk/ntoskrnl.def (KeSetTimer,KeSetTimerEx): Correct
6016         suffix.
6017
6018 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
6019
6020         * include/oleacc.h (LIBID_Accessibility): Declare.
6021         * lib/uuid.c (LIBID_Accessibility): Define.
6022
6023 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
6024
6025         * include/winioctl.h (NTFS_VOLUME_DATA_BUFFER): Add structure.
6026         (FSCTL_GET_NTFS_VOLUME_DATA): Add macro.
6027
6028 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
6029
6030         * include/commctrl.h (ICC_STANDARD_CLASSES, ICC_LINK_CLASS): Add
6031         defines.
6032
6033 2004-01-31  Jiri Malak  <Jiri.Malak@geac.cz>
6034
6035         * include/winuser.h (RT_MANIFEST): Make conditional on
6036         RC_INVOKED.
6037         (CREATEPROCESS_MANIFEST_RESOURCE_ID,
6038         ISOLATIONAWARE_MANIFEST_RESOURCE_ID,
6039         ISOLATIONAWARE_NOSTATICIMPORT_MANIFEST_RESOURCE_ID): Add
6040         defines.
6041
6042 2004-01-16 Martin Fuchs  <martin-fuchs@gmx.net>
6043
6044         * include/shlobj.h (SHGDN_INCLUDE_NONFILESYS): Add define.
6045
6046 2004-01-15  Filip Navara  <xnavara@volny.cz>
6047
6048         * include/ddk/mcd.h: Don't care about value of DBG define.
6049         * include/ddk/srb.h: Ditto.
6050         * include/ddk/storport.h: Ditto.
6051         * include/ddk/video.h: Ditto.
6052         * include/nspapi.h (SetServiceW, GetAddressByNameA,
6053         GetAddressByNameW): Correct protoype.
6054         * include/ntsecapi.h (PCUNICODE_STRING): Define.
6055
6056 2004-01-05  Filip Navara  <xnavara@volny.cz>
6057
6058         * include/prsht.h (LPCPROPSHEETPAGEW): Fix definition.
6059         * include/shlwapi.h (SHRegQueryInfoUSKey[AW]): Fix prototype.
6060         * include/cpl.h (CPL_STARTWPARMS[AW]): Correct.
6061         * include/shellapi.h (ABS_AUTOHIDE, ABS_ALWAYSONTOP,
6062         SEE_MASK_NO_CONSOLE, SEE_MASK_ASYNCOK, SEE_MASK_HMONITOR,
6063         FOF_NOCOPYSECURITYATTRIBS): Add defines.
6064         * include/shlobj.h (BFFM_SETOKTEXT, BFFM_SETEXPANDED,
6065         CSIDL_FLAG_DONT_VERIFY, CSIDL_FLAG_CREATE, CSIDL_FLAG_MASK,
6066         CFSTR_INETURL[AW], SHGDN_FOREDITING, SHGDN_FORADDRESSBAR,
6067         SSF_*): Add defines.
6068         (SHCNF_PATH[AW], SHCNF_PRINTER[AW], CFSTR_FILENAME[AW],
6069         CFSTR_FILENAMEMAP[AW], CFSTR_FILEDESCRIPTOR[AW], CFSTR_SHELLURL,
6070         CMDSTR_NEWFOLDER[AW], CMDSTR_VIEWLIST[AW], CMDSTR_VIEWDETAILS[AW]):
6071         Correct.
6072         (IEnumIDList): Add COBJMACROS.
6073         * include/winuser.h (MIM_*): Add define.
6074
6075 2004-01-04  Filip Navara  <xnavara@volny.cz>
6076
6077         * include/shlguid.h (IID_IPersistFolder2, IID_IPersistFolder3,
6078         IID_IShellFolder2, IID_IFileSystemBindData): Add declarations.
6079         * include/shlobj.h (EXTRASEARCH, SHCOLSTATEF, SHELLDETAILS,
6080         PERSIST_FOLDER_TARGET_INFO): Define structures.
6081         (IEnumExtraSearch, IShellFolder2, IFileSystemBindData,
6082         IPersistFolder2, IPersistFolder3): Add COM interface
6083         definitions.
6084         (IExtractIcon[AW], IShellLink[AW], IPersistFolder, IShellView,
6085         ICommDlgBrowser, IShellFolder2, IPersistFolder2, IPersistFolder3):
6086         Add COBJMACROS.
6087         (SHCreateDirectoryEx[AW], SHBindToParent): Add prototypes.
6088         * lib/shell32.c (IID_IPersistFolder2, IID_IPersistFolder3,
6089         IID_IShellFolder2, IID_IFileSystemBindData): Add definitions.
6090
6091 2004-01-03  Danny Smith  <dannysmith@users.sourceforge.net>
6092
6093         * include/mshtml.h (IHTMLDocument2): Correct write, writeln
6094         declarations.
6095         Thanks to: Rene Nyffenegger <renenyffenegger@users.sf.net>.
6096
6097 2004-01-03  Filip Navara  <xnavara@volny.cz>
6098
6099         * include/cguid.h (CLSID_StdGlobalInterfaceTable): Declare IID.
6100         * include/oaidl.h (ITypeLib2, ITypeInfo2): Define interfaces,
6101         declare IID's.
6102         (IErrorInfo): Add COBJMACROS.
6103         * include/objbase.h (STGM_NOSNAPSHOT): Add define.
6104         (CoGetPSClsid): Add protototype,
6105         (CoRegisterPSClsid): Likewise.
6106         * include/objidl.h (IMarshal): Correct methods.
6107         (IMallocSpy): Likewise,
6108         (LPPSFACTORYBUFFER): Add typedef.
6109         (IGlobalInterfaceTable): Define interface and COBJMACROS. Declare
6110         IID.
6111         (IStorage_CreateStorage, IRpcStubBuffer_Invoke): Fix macros.
6112         * include/ocidl.h (PROPBAG2_TYPE): Define enum.
6113         (PROPBAG2, QACONTAINERFLAGS, QACONTAINER, QACONTROL): Define
6114         structures.
6115         (IPropertyBag2, IPersistPropertyBag2,IAdviseSinkEx, IPointerInactive,
6116         IOleUndoUnit, IOleParentUndoUnit, IEnumOleUndoUnits, IOleUndoManager,
6117         IQuickActivate): Define interfaces. Declare IID's.
6118         (IPersistPropertyBag2): Add COBJMACROS.
6119         (LPOLEUNDOMANAGER): Add typedef.
6120         (LPPROPERTYBAG2): Likewise.
6121         * include/oleidl.h (LPPARSEDISPLAYNAME): Fix definiton.
6122         (BINDSPEED): Add definition.
6123         (IParseDisplayName, IOleItemContainer, IOleObject, IDropSource,
6124         IDropTarget): Add COBJMACROS.
6125         * include/wtypes.h (MEMCTX, MSHCTX): Fix enum.
6126         * include/winerror.h (CO_S_NOTALLINTERFACES): Add define.
6127         * lib/uuid.c (IID_IGlobalInterfaceTable, IID_IOleUndoManager,
6128         IID_IPersistPropertyBag2, IID_IPropertyBag2, IID_IRpcProxyBuffer):
6129         Add IID definitions.
6130
6131 2004-01-02  Filip Navara  <xnavara@volny.cz>
6132
6133         * include/ddk/winddk.h: Don't care about value of
6134         DBG define.
6135
6136 2004-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
6137             Filip Navara  <xnavara@volny.cz>
6138
6139         * include/ddk/winddk.h (_DDK_DUMMYUNION_MEMBER,
6140         _DDK_DUMMYUNION_N_MEMBER): New macros.
6141         (ExAllocateFromPagedLookasideList,ExFreeToPagedLookasideList,
6142         ExAllocateFromNPagedLookasideList, ExFreeToNPagedLookasideList):
6143         Use them.
6144
6145 2004-01-01  Filip Navara  <xnavara@volny.cz>
6146
6147         * include/objbase.h: Don't care about value of DBG define.
6148         * include/objidl.h: Add some COBJMACROS.
6149         * include/ocidl.h: Ditto.
6150         * include/oleidl.h: Ditto.
6151         * include/servprov.h: Ditto.
6152         * include/shlobj.h: Ditto.
6153         * include/shlobj.h (IContextMenu2): Correct parent in
6154         DECLARE_INTERFACE.
6155         * include/oleidl.h (IOleCache, IOleCache2, IOleCacheControl):
6156         Define interfaces.
6157         * include/setupapi.h (SetupGetLineTextA): Correct prototype.
6158         Add new constants for _SETUPAPI_VER >= 0x501.
6159
6160 2004-01-01  Filip Navara  <xnavara@volny.cz>
6161
6162         * include/winnt.h (NtCurrentTeb): Add inline definition.
6163
6164 2004-01-01  Martin Fuchs  <martin-fuchs@gmx.net>
6165
6166         * include/shlobj.h (SHCoCreateInstance): Add prototype.
6167         * lib/shell32.def (SHCoCreateInstance): Add export stub.
6168
6169 2004-01-01  Igor Pechtchanski  <pechtcha@cs.nyu.edu>
6170
6171         * lib/setupapi.def (CM_Request_Device_Eject[AW]): Add export.
6172         (CM_Request_Device_Eject_Ex[AW]): Likwise.
6173         * include/ddk/cfg.h (DN_*): Add defines.
6174
6175 2004-01-01  Danny Smith  <dannysmith@users.sourceforge.net>
6176
6177         * lib/ddk/cfgmgr32.def: Remove duplicate symbol names.
6178
6179 2004-01-01  Mattia Barbon  <mbarbon@users.sourceforge.net>
6180
6181         * include/commctrl.h (TVN_GETINFOTIP): Add UNICODE mappings.
6182         (NMTVGETINFOTIP): Add structure.
6183
6184 2003-12-08  Danny Smith  <dannysmith@users.sourceforge.net>
6185
6186         * include/winuser.h (DISPLAY_DEVICE_*): Remove defines.
6187         * include/wingdi.h (DISPLAY_DEVICE_REMOVABLE,
6188         DISPLAY_DEVICE_MODESPRUNED): Add defines.
6189
6190 2003-12-08  Hartmut Honisch  <hhonisch@users.sourceforge.net>
6191
6192         * include/commctrl.h (ListView_Get_State, ListView_Check_State):
6193         Add macros.
6194         * include/wingdi.h  (DISPLAY_DEVICE_*): Add multi-monitor
6195         constants.
6196         * include/shlobj.h (SHCOLUMNINIT): Add structure.
6197         (SHCOLUMNDAT): Likwise.
6198         (SHCOLUMNID): Likewise.
6199         (SHCOLUMNINFO): Likewise.
6200         (SHCOLSTATE): Add enum.
6201         (IColumnProvider): Add COM interface.
6202         (IQueryInfo): Likewise.
6203         (IShellIconOverlayIdentifier): Likewise.
6204         * include/shlguid.h (IID_IColumnProvider) Declare.
6205         (IID_IQueryInfo): Likweise.
6206         (IID_IShellIconOverlayIdentifier): Likwise.
6207         * lib/shell32.c (IID_IColumnProvider) Define.
6208         (IID_IQueryInfo): Likweise.
6209         (IID_IShellIconOverlayIdentifier): Likwise.
6210
6211 2003-12-08  Roald Ribe  <rrib@users.sourceforge.net>
6212
6213         * include/winuser.h (RT_MANIFEST): Add define.
6214
6215 2003-12-08  Pascal Buhler  <pbuhler@users.sourceforge.net>
6216
6217         * include/oleidl.h (IViewObject2): Inherit from IViewObject.
6218
6219 2003-12-01  Danny Smith  <dannysmith@users.sourceforge.net>
6220
6221         * include/winnt.h (GetCurrentFiber): Remove duplicate prototype.
6222         (GetFiberData): Likewise.
6223         (GetCurrentFiber): Change volatile to __volatile__.
6224         (GetFiberData): Likewise.
6225
6226 2003-11-27  Christopher Faylor  <cgf@redhat.com>
6227
6228         * lib/Makefile.in: Use make function to locate .mri file to allow
6229         building in directory other than source directory.
6230
6231 2003-11-27  Danny Smith  <dannysmith@users.sourceforge.net>
6232
6233         * lib/vfw32.def: Remove, replacing with ...
6234         * lib/msvfw32.def: New file.
6235         * lib/avicap32.def: New file.
6236         * lib/avifil32.def: New file.
6237         * lib/vfw32.mri: New file.
6238         * Makefile.in: (MRI_FILES, MIMPLIBS): New vars for
6239         import libs with multiple dll's.
6240         (LIBS): Add MIMPLIBS.
6241         (DISTFILES): Add MRI_FILES.
6242         (libvfw32.a): Build using mri script.
6243
6244 2003-11-23  Danny Smith  <dannysmith@users.sourceforge.net>
6245
6246         * include/winnt.h (PAGE_*): Group defines together. Change
6247         constants to hex notation.
6248
6249 2003-11-15  Manu B  <manubee@users.sourceforge.net>
6250
6251         * include/commctrl.h (TabCtrl_GetImageList): Add macro.
6252
6253 2003-11-13 Martin Fuchs  <martin-fuchs@gmx.net>
6254
6255         * include/shlobj.h (ILAppendID, ILClone, ILCloneFirst, ILCombine,
6256         ILFindChild, ILFindLastID, ILFree, ILGetNext, ILGetSize, ILIsEqual,
6257         ILIsParent, ILLoadFromStream, ILRemoveLastID, ILSaveToStream):
6258         Add prototypes.
6259         * lib/shell32.def: Add stubs.
6260
6261         * include/commctrl.h (ListView_FindItem): Add type cast to avoid
6262         compiler warnings.
6263
6264 2003-11-13  Hans Leidekker  <hans@it.vu.nl>
6265
6266         * include/winbase.h (WIN32_STREAM_ID): Correct typedef.
6267
6268 2003-10-13  Andre Auzi  <aauzi@users.sourceforge.net>
6269
6270         * include/windows.h (CopyCursor): Define as macro.
6271
6272 2003-10-13  Steven Edwards  <Steven_Ed4153@yahoo.com>
6273
6274         * include/winnt.h (CONTAINING_RECORD): Add macro.
6275
6276 2003-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
6277
6278         * include/winnt.h: (FILE_SUPERSEDED, FILE_OPENED, FILE_CREATED,
6279         FILE_OVERWRITTEN, FILE_EXISTS, FILE_DOES_NOT_EXIST): Remove
6280         defines.
6281
6282 2003-10-13  Filip Navara  <xnavara@volny.cz>
6283
6284         * include/commctrl.h (DSA_*): Add prototypes, typedefs and
6285         defines for Dynamic Storage Arrays.
6286         (DPA_*): Likewise, for Dynamic Pointer Arrays.
6287         (FlatSB_*, InitializeFlatSB, InitializeFlatSB): Add prototypes
6288         and defines for Flat ScrollBars.
6289         (SetWindowSubclass, GetWindowSubclass, RemoveWindowSubclass,
6290         DefSubclassProc): Add prototypes for subclassing.
6291         (DrawShadowText): Add prototype.
6292         (COMCTL32_VERSION): Define.
6293
6294 2003-10-13  Martin Fuchs  <Martin-Fuchs@gmx.net>
6295
6296         * include/shlobj.h (CFSTR_FILENAME, CFSTR_FILEDESCRIPTOR,
6297         CFSTR_FILENAMEMAP, CFSTR_SHELLURL): Correct UNICODE definitions.
6298
6299 2003-10-13  Pierre Humblet  <pierre.humblet@ieee.org>
6300
6301         * include/winnt.h (SM_REMOTESESSION): Add define.
6302         * include/winuser.h (SE_CREATE_GLOBAL_NAME): Ditto.
6303
6304 2003-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
6305
6306         * include/wincrypt (KP_IV, KP_SALT, KP_PADDING, KP_MODE,
6307         KP_MODE_BITS, KP_PERMISSIONS, KP_ALGID, KP_BLOCKLEN): Remove
6308         duplicate definitions.
6309         (KP_X, KP_Y): Correct typos.
6310
6311 2003-10-11  Manu B  <manubee@users.sourceforge.net>
6312
6313         * include/afxres.h: New file.
6314
6315         * include/richedit.h (ES_NOOLEDRAGDROP, ENM_DRAGDROPDONE,
6316         ENM_IMECHANGE, ENM_LANGCHANGE, ENM_OBJECTPOSITIONS,
6317         ENM_SCROLLEVENTS): Add constants.
6318
6319         * include/richedit.h (ES_SELECTIONBAR, ENM_LINK): Sort constants.
6320
6321 2003-10-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6322
6323         * include/errorep.h: New file.
6324
6325         * lib/faultrep.def: New file.
6326
6327 2003-10-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6328
6329         * include/winbase.h (AddVectoredExceptionHandler): Define if
6330         _WIN32_WINNT >= 0x0500.
6331
6332         * include/winnt.h (PVECTORED_EXCEPTION_HANDLER): Define if
6333         _WIN32_WINNT >= 0x0500.
6334
6335 2003-10-08  Corinna Vinschen  <corinna@vinschen.de>
6336
6337         * include/winbase.h (AddVectoredExceptionHandler): Only define if
6338         _WIN32_WINNT >= 0x0501.
6339
6340 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6341
6342         * include/winbase.h [_WIN32_WINNT >= 0x0500] (SetComputerNameEx[AW],
6343         UnregisterWaitEx): Add functions.
6344
6345         * include/winbase.h [_WIN32_WINNT >= 0x0500]
6346         (AddVectoredExceptionHandler, RemoveVectoredExceptionHandler): Add
6347         or guard function. The MSDN says it is available on Windows XP and
6348         better, and then it says it is declared for _WIN32_WINNT >= 0x0500.
6349         Huh?
6350
6351         * include/winbase.h [_WIN32_WINNT >= 0x0501] (AddRefActCtx,
6352         CreateActCtx[AW], SetFileShortName[AW], SetFileValidData,
6353         ZombifyActCtx, QueryActCtxW): Add functions.
6354
6355         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6356         (QUERY_ACTCTX_FLAG_USE_ACTIVE_ACTCTX,
6357         QUERY_ACTCTX_FLAG_ACTCTX_IS_HMODULE,
6358         QUERY_ACTCTX_FLAG_ACTCTX_IS_ADDRESS): Add constants.
6359
6360         * include/winbase.h [_WIN32_WINNT >= 0x0502] (SetDllDirectory[AW],
6361         SetFirmwareEnvironmentVariable[AW]): Add functions.
6362
6363         * include/winnt.h [_WIN32_WINNT >= 0x0500] (VER_BUILDNUMBER,
6364         VER_MAJORVERSION, VER_MINORVERSION, VER_PLATFORMID,
6365         VER_SERVICEPACKMAJOR, VER_SERVICEPACKMINOR, VER_SUITENAME,
6366         VER_PRODUCT_TYPE, VER_EQUAL, VER_GREATER, VER_GREATER_EQUAL,
6367         VER_LESS, VER_LESS_EQUAL, VER_AND, VER_OR): Add constants.
6368
6369         * include/winnt.h [_WIN32_WINNT >= 0x0501]
6370         (PVECTORED_EXCEPTION_HANDLER): Add callback.
6371
6372         * include/winnt.h [_WIN32_WINNT >= 0x0501]
6373         (ACTIVATION_CONTEXT_INFO_CLASS,
6374         ACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION,
6375         ACTIVATION_CONTEXT_DETAILED_INFORMATION,
6376         ACTIVATION_CONTEXT_QUERY_INDEX, ASSEMBLY_FILE_DETAILED_INFORMATION):
6377         Add structures.
6378
6379         * lib/user32.def (AddRefActCtx, AddVectoredExceptionHandler,
6380         CreateActCtx[AW], SetComputerNameEx[AW], SetDllDirectory[AW],
6381         SetFileShortName[AW], SetFileValidData,
6382         SetFirmwareEnvironmentVariable[AW], UnregisterWaitEx,
6383         VerSetConditionMask, ZombifyActCtx, QueryActCtxW): Add functions.
6384
6385 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6386
6387         * include/winbase.h (GetWriteWatch, IsSystemResumeAutomatic,
6388         ResetWriteWatch): Add function.
6389
6390         * include/winbase.h [_WIN32_WINNT >= 0x0500]
6391         (GetSystemWindowsDirectory[AW], ProcessIdToSessionId, ReplaceFile[AW]):
6392         Add functions.
6393
6394         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6395         (GetSystemWow64Directory[AW], HeapQueryInformation,
6396         HeapSetInformation, InitializeSListHead, InterlockedFlushSList,
6397         InterlockedPopEntrySList, InterlockedPushEntrySList, IsProcessInJob,
6398         IsWow64Process, QueryMemoryResourceNotification, ReleaseActCtx,
6399         RemoveVectoredExceptionHandler): Add functions.
6400
6401         * include/winnt.h [_WIN32_WINNT >= 0x0501] (HEAP_INFORMATION_CLASS):
6402         Add enumeration.
6403
6404         * include/winbase.h [_WIN32_WINNT >= 0x0502] (GetThreadIOPendingFlag):
6405         Add function.
6406
6407         * include/winbase.h [_WIN32_WINNT >= 0x0510] (RestoreLastError):
6408         Add function. The MSDN Magazine of June 2003 reads:
6409                 RestoreLastError is an enigma. It's code is identical to
6410                 SetLastError. It's unclear to me why it was made into a
6411                 separate API.
6412
6413         * lib/user32.def (GetSystemWindowsDirectory[AW],
6414         GetSystemWow64Directory[AW], GetThreadIOPendingFlag,
6415         HeapQueryInformation, HeapSetInformation, InitializeSListHead,
6416         InterlockedFlushSList, InterlockedPopEntrySList,
6417         InterlockedPushEntrySList, IsSystemResumeAutomatic, IsWow64Process,
6418         ProcessIdToSessionId, QueryMemoryResourceNotification, ReleaseActCtx,
6419         RemoveVectoredExceptionHandler, ReplaceFile[AW], ResetWriteWatch,
6420         RestoreLastError): Add functions.
6421
6422 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6423
6424         * include/winbase.h [_WIN32_WINNT >= 0x0500] (GetComputerNameEx[AW],
6425         GetProcessIoCounters): Add functions.
6426
6427         * include/winbase.h [_WIN32_WINNT >= 0x0500] (COMPUTER_NAME_FORMAT):
6428         Move around, needed by GetComputerNameEx.
6429
6430         * include/winbase.h [_WIN32_WINNT >= 0x0501] (FindActCtxSectionGuid,
6431         FindActCtxSectionString[AW], GetCurrentActCtx, GetNativeSystemInfo):
6432         Add functions.
6433
6434         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6435         (ACTCTX_SECTION_KEYED_DATA): Add structure.
6436
6437         * include/winbase.h [_WIN32_WINNT >= 0x0502] (GetDllDirectory[AW],
6438         GetFirmwareEnvironmentVariable[AW], GetProcessHandleCount,
6439         GetProcessId, GetSystemRegistryQuota): Add functions, available on
6440         Windows XP SP1 and better.
6441
6442         * include/winnt.h [_WIN32_WINNT >= 0x0501]
6443         (ACTIVATION_CONTEXT_SECTION_ASSEMBLY_INFORMATION,
6444         ACTIVATION_CONTEXT_SECTION_DLL_REDIRECTION,
6445         ACTIVATION_CONTEXT_SECTION_WINDOW_CLASS_REDIRECTION,
6446         ACTIVATION_CONTEXT_SECTION_COM_SERVER_REDIRECTION,
6447         ACTIVATION_CONTEXT_SECTION_COM_INTERFACE_REDIRECTION,
6448         ACTIVATION_CONTEXT_SECTION_COM_TYPE_LIBRARY_REDIRECTION,
6449         ACTIVATION_CONTEXT_SECTION_COM_PROGID_REDIRECTION,
6450         ACTIVATION_CONTEXT_SECTION_CLR_SURROGATES): Add constants.
6451
6452         * lib/user32.def (FindActCtxSectionGuid, FindActCtxSectionString[AW],
6453         GetComputerNameEx[AW], GetCurrentActCtx, GetDllDirectory[AW],
6454         GetFirmwareEnvironmentVariable[AW], GetModuleHandleEx[AW],
6455         GetNativeSystemInfo, GetProcessHandleCount, GetProcessIoCounters):
6456         Add functions.
6457
6458 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6459
6460         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6461         (CheckRemoteDebuggerPresent, DebugActiveProcessStop, DebugBreakProcess,
6462         DebugSetProcessKillOnExit): Add functions.
6463
6464         * include/winbase.h [_WIN32_WINNT >= 0x0500] (DeleteTimerQueue,
6465         DeleteTimerQueueEx, DeleteTimerQueueTimer,
6466         DnsHostnameToComputerName[AW]): Add functions.
6467
6468         * lib/user32.def (CheckRemoteDebuggerPresent, DebugActiveProcessStop,
6469         DebugBreakProcess, DebugSetProcessKillOnExit, DeleteTimerQueueEx,
6470         DeleteTimerQueueTimer, DnsHostnameToComputerName[AW]): Add functions.
6471
6472 2003-10-07  Kobun Fujimori  <kobun@users.sourceforge.net>
6473
6474         * include/winbase.h (GetVolumePathNamesForVolumeName): Available
6475         on Windows XP and later.
6476
6477 2003-10-07  Manu B  <manubee@users.sourceforge.net>
6478
6479         * include/commctrl.h (TreeView_Select): Returns BOOL.
6480
6481 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6482
6483         * include/winbase.h (CancelDeviceWakeupRequest): Add function.
6484
6485         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6486         (CreateMemoryResourceNotification, DeactivateActCtx): Add functions.
6487
6488         * include/winbase.h [_WIN32_WINNT >= 0x0500] (CreateTimerQueue,
6489         CreateTimerQueueTimer): Add function.
6490
6491         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6492         (MEMORY_RESOURCE_NOTIFICATION_TYPE): Add enumeration.
6493
6494         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6495         (DEACTIVATE_ACTCTX_FLAG_FORCE_EARLY_DEACTIVATION): Add constant.
6496
6497         * include/winnt.h (WT_*): Add constants.
6498
6499         * lib/user32.def (CancelDeviceWakeupRequest,
6500         CreateMemoryResourceNotification, CreateTimerQueueTimer,
6501         DeactivateActCtx): Add functions.
6502
6503 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6504
6505         * include/winbase.h [_WIN32_WINNT >= 0x0400] (ConvertFiberToThread):
6506         Add function. Sometimes I don't understand MSDN. This function is
6507         available on Windows XP and Server 2003, but the SDK is supposed to
6508         make it available when _WIN32_WINNT >= 0x0400, or so says the MSDN.
6509         Mmmh...
6510
6511         * include/winbase.h [_WIN32_WINNT >= 0x0400] (CreateFiberEx):
6512         Guard function. Same remark as above.
6513
6514         * lib/user32.def (ConvertFiberToThread, CreateFiberEx):
6515         Add functions.
6516
6517 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6518
6519         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ACTCTX_FLAG_*):
6520         Add constants.
6521
6522         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ACTCTX[AW]): Add
6523         structures.
6524
6525         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ActivateActCtx): Add
6526         function. MSDN says the first argument is HACTCTX but I'm not sure
6527         where such a specialized handle is defined, so use HANDLE instead.
6528
6529         * include/winbase.h [_WIN32_WINNT >= 0x0501] (AttachConsole,
6530         CheckNameLegalDOS8Dot3[AW]): Add functions.
6531
6532         * lib/user32.def (ActivateActCtx, AttachConsole,
6533         CheckNameLegalDOS8Dot3[AW]): Add functions.
6534
6535         * lib/user32.def (AddLocalAlternateComputerName[AW]): Add functions.
6536         Unfortunately I don't know which header to put the declarations in.
6537
6538 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6539
6540         * include/winnls.h (CTRY_KYRGYZSTAN, CTRY_MALDIVES, CTRY_MONGOLIA):
6541         Add constants.
6542
6543         * include/winnls.h (NLS_FUNCTION, SYSGEOCLASS, SYSGEOTYPE): Add
6544         constants for National Language Support.
6545
6546         * include/winnls.h (NLSVERSIONINFO): Add structure for National
6547         Language Support.
6548
6549         * include/winnls.h (GEO_ENUMPROC): Add callback for National
6550         Language Support.
6551
6552         * include/winnls.h (EnumSystemGeoID, GetCalendarInfo[AW],
6553         GetGeoInfo[AW], GetUserGeoID, SetCalendarInfo[AW], SetUserGeoID):
6554         Add functions.
6555
6556         * include/winnls.h (IsNLSDefinedString, GetNLSVersion): Add
6557         functions. Strange... I am unable to find which library contains
6558         these functions. Can't find anything with pexports. Any clue?
6559
6560         * lib/user32.def (EnumSystemGeoID, GetGeoInfo[AW], GetUserGeoID,
6561         SetUserGeoID): Add functions.
6562
6563 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6564
6565         * include/winnt.h (LANG_KYRGYZ, LANG_MONGOLIAN, LANG_GALICIAN,
6566         LANG_SYRIAC, LANG_INVARIANT, SUBLANG_KASHMIRI_SASIA): Add constants.
6567
6568         * include/winnt.h (SUBLANG_AZERI_LATIN, SUBLANG_AZERI_CYRILLIC,
6569         SUBLANG_ENGLISH_ZIMBABWE, SUBLANG_ENGLISH_PHILIPPINES): Fix wrong
6570         value for constants.
6571
6572 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6573
6574         * include/wincrypt.h (SCHANNEL_MAC_KEY, SCHANNEL_ENC_KEY,
6575         INTERNATIONAL_USAGE, KP_SCHANNEL_ALG): Add constants. Specifying
6576         the algorithms.
6577
6578 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6579
6580         * include/wincrypt.h (CRYPT_FLAGS_*): Add constants. Protocol flags.
6581
6582 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6583
6584         * include/wincrypt.h (KP_*): Add constants. Needed by
6585         CryptSetKeyParam() and other functions.
6586
6587 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6588
6589         * include/winuser.h [_WIN32_WINNT >= 0x0501] (EVENT_*, CONSOLE_*):
6590         Add constants, related to Console Accessibility.
6591
6592 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6593
6594         * include/winuser.h [WINVER >= 0x0500] (EVENT_MAX): Ooops...
6595         wrong value for constant.
6596
6597 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6598
6599         * include/winuser.h [WINVER >= 0x0500] (EVENT_*): Add constants.
6600
6601         * include/uxtheme.h: Cleanup.
6602         * include/tmschema.h: Cleanup.
6603
6604 2003-10-02  Luke Dunstan  <infidel@users.sourceforge.net>
6605
6606         * include/winspool.h (GetDefaultPrinter[AW]): Add functions.
6607         * lib/winspool.def (GetDefaultPrinter[AW]): Add stubs.
6608
6609 2003-10-01  Danny Smith  <dannysmith@users.sourceforge.net>
6610
6611         * include/winnt.h (INVALID_FILE_ATTRIBUTES): Fix define.
6612
6613 2003-09-30  Danny Smith  <dannysmith@users.sourceforge.net>
6614
6615         * include/winuser.h (BSF_*, BSM_*):  Sync constants defined in
6616         both winuser.h and dbt.h.
6617         * include/dbt.h (BSF_*, BSM_*): Likewise.
6618
6619         * include/winuser.h (struct tagRAWINPUT): Remove
6620         _ANONYMOUS_UNION tag from named union.
6621         (struct tagRAWMOUSE): Add _ANONYMOUS_STRUCT to nameless struct.
6622
6623 2003-09-30  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6624
6625         * include/dhcpcdsk.h: New file.
6626         Note that MSDN is confused about whether it should start constant
6627         and structure names with DHCPCAPI or DHCPAPI. It's using both but
6628         experience suggests it's DHCPCAPI with `C'.
6629
6630         * lib/dhcpcsvc.def: New file.
6631
6632 2003-09-30  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6633
6634         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIM_INPUT,
6635         RIM_INPUTSINK): Add constants, for use by WM_INPUT notification.
6636
6637         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIDEV_REMOVE,
6638         RIDEV_EXCLUDE, RIDEV_PAGEONLY, RIDEV_NOLEGACY, RIDEV_INPUTSINK,
6639         RIDEV_CAPTUREMOUSE, RIDEV_NOHOTKEYS, RIDEV_APPKEYS): Add constants,
6640         for use in RAWINPUTDEVICE.
6641
6642         * include/winuser.h [_WIN32_WINNT >= 0x0501]
6643         (GetRawInputDeviceInfo[AW]): Ooops... there are
6644         ANSI/Unicode versions of this function.
6645
6646         * lib/user32.def (GetRawInputDeviceInfo[AW]): Ooops... there
6647         are ANSI/Unicode versions of this function.
6648
6649 2003-09-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6650
6651         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIM_TYPEMOUSE,
6652         RIM_TYPEKEYBOARD, RIM_TYPEHID, MOUSE_MOVE_RELATIVE,
6653         MOUSE_MOVE_ABSOLUTE, MOUSE_VIRTUAL_DESKTOP,
6654         MOUSE_ATTRIBUTES_CHANGED, RI_MOUSE_LEFT_BUTTON_DOWN,
6655         RI_MOUSE_LEFT_BUTTON_UP, RI_MOUSE_RIGHT_BUTTON_DOWN,
6656         RI_MOUSE_RIGHT_BUTTON_UP, RI_MOUSE_MIDDLE_BUTTON_DOWN,
6657         RI_MOUSE_MIDDLE_BUTTON_UP, RI_MOUSE_BUTTON_1_DOWNT_BUTTON_DOWN,
6658         RI_MOUSE_BUTTON_1_UP, RI_MOUSE_BUTTON_2_DOWNHT_BUTTON_DOWN,
6659         RI_MOUSE_BUTTON_2_UP, RI_MOUSE_BUTTON_3_DOWNDLE_BUTTON_DOWN,
6660         RI_MOUSE_BUTTON_3_UP, RI_MOUSE_BUTTON_4_DOWN,
6661         RI_MOUSE_BUTTON_4_UP, RI_MOUSE_BUTTON_5_DOWN,
6662         RI_MOUSE_BUTTON_5_UP, RI_MOUSE_WHEEL, KEYBOARD_OVERRUN_MAKE_CODE,
6663         RI_KEY_MAKE, RI_KEY_BREAK, RI_KEY_E0, RI_KEY_E1,
6664         RI_KEY_TERMSRV_SET_LED, RI_KEY_TERMSRV_SHADOW, RID_INPUT,
6665         RID_HEADER, RIDI_PREPARSEDDATA, RIDI_DEVICENAME,
6666         RIDI_DEVICEINFO): Add constants.
6667
6668         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RAWINPUTHEADER,
6669         RAWMOUSE, RAWKEYBOARD, RAWHID, RAWINPUT, RAWINPUTDEVICE,
6670         RAWINPUTDEVICELIST): Add structures.
6671
6672         * include/winuser.h [_WIN32_WINNT >= 0x0501] (DefRawInputProc,
6673         GetRawInputBuffer, GetRawInputData, GetRawInputDeviceInfo,
6674         GetRawInputDeviceList, GetRegisteredRawInputDevices): Add functions.
6675
6676         * lib/user32.def (DefRawInputProc, GetRawInputBuffer,
6677         GetRawInputData, GetRawInputDeviceInfo, GetRawInputDeviceList,
6678         GetRegisteredRawInputDevices): Add functions.
6679
6680 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6681
6682         * include/winable.h (BlockInput): Add function.
6683
6684         * include/winable.h (WS_ACTIVECAPTION): Add constant.
6685         For use with WINDOWINFO structure.
6686
6687         * include/winuser.h [_WIN32_WINNT >= 0x0500] (LockWorkStation):
6688         Add function.
6689
6690         * include/winuser.h [_WIN32_WINNT >= 0x0501] (IsWinEventHookInstalled):
6691         Add function.
6692
6693         * include/winuser.h [WINVER >= 0x0500] (UnhookWinEvent):
6694         Add function...
6695
6696         * include/winable.h [WINVER < 0x0500] (UnhookWinEvent):
6697         ...and duplicate.
6698
6699         * include/winuser.h [_WIN32_WINNT >= 0x0403] (SendInput):
6700         Guard function...
6701
6702         * include/winable.h [_WIN32_WINNT < 0x0403] (SendInput):
6703         ...and duplicate.
6704
6705         * include/winuser.h [WINVER >= 0x0500] (NotifyWinEvent):
6706         Guard function...
6707
6708         * include/winable.h [WINVER < 0x0500] (NotifyWinEvent):
6709         ...and duplicate.
6710
6711         * include/winuser.h [WINVER >= 0x0500] (MOUSEINPUT, KEYBDINPUT,
6712         HARDWAREINPUT, INPUT): Guard structures...
6713
6714         * include/winable.h [WINVER < 0x0500] (MOUSEINPUT, KEYBDINPUT,
6715         HARDWAREINPUT, INPUT): ...and duplicate.
6716
6717         * include/winuser.h [_WIN32_WINNT >= 0x0403] (INPUT_MOUSE,
6718         INPUT_KEYBOARD, INPUT_HARDWARE): Guard constants...
6719
6720         * include/winable.h [_WIN32_WINNT < 0x0403] (INPUT_MOUSE,
6721         INPUT_KEYBOARD, INPUT_HARDWARE): ...and duplicate.
6722
6723         * include/winuser.h: Move around some lines. Reformat according
6724         to recommended or dominant style. Remove FAR keyword.
6725
6726         * include/winable.h: Move around some lines.
6727
6728         * lib/user32.def (BlockInput, IsWinEventHookInstalled,
6729         LockWorkStation, UnhookWinEvent): Add functions.
6730
6731 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6732
6733         * include/winuser.h [_WIN32_WINNT >= 0x0501] (PrintWindow,
6734         PW_CLIENTONLY): Add function and constant.
6735
6736         * lib/user32.def (PrintWindow): Add function.
6737
6738 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6739
6740         * include/winuser.h (RealGetWindowClassA[AW]): Add function.
6741
6742         * lib/user32.def (RealGetWindowClassA[AW]): Add function.
6743
6744 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6745
6746         * include/winuser.h [WINVER >= 0x0500] (RegisterDeviceNotification[AW],
6747         DEVICE_NOTIFY_WINDOW_HANDLE, DEVICE_NOTIFY_SERVICE_HANDLE,
6748         DEVICE_NOTIFY_ALL_INTERFACE_CLASSES): Add function and constants.
6749
6750         * lib/user32.def (RegisterDeviceNotification[AW]): Add function.
6751
6752 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6753
6754         * include/winuser.h [WINVER >= 0x0500] (SetWinEventHook, WINEVENTPROC,
6755         WINEVENT_OUTOFCONTEXT, WINEVENT_SKIPOWNTHREAD, WINEVENT_SKIPOWNPROCESS,
6756         WINEVENT_INCONTEXT): Add function, typedef, and constants.
6757
6758         * include/winable.h [WINVER < 0x0500] (SetWinEventHook, WINEVENTPROC,
6759         WINEVENT_OUTOFCONTEXT, WINEVENT_SKIPOWNTHREAD, WINEVENT_SKIPOWNPROCESS,
6760         WINEVENT_INCONTEXT): Add function, typedef, and constants.
6761
6762         * include/winuser.h [_WIN32_WINNT >= 0x0500] (UserHandleGrantAccess):
6763         Add function.
6764
6765         * lib/user32.def (SetWinEventHook, UserHandleGrantAccess):
6766         Add functions.
6767
6768 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6769
6770         * include/winnt.h (ACE_INHERITED_OBJECT_TYPE_PRESENT,
6771         ACE_OBJECT_TYPE_PRESENT): Add constants.
6772         For use with OBJECTS_AND_NAME structure.
6773
6774 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6775
6776         * include/aclapi.h [_WIN32_WINNT >= 0x0501] (GetInheritanceSource[AW]):
6777         Add functions. Don't know what PFN_OBJECT_MGR_FUNCTS is so use
6778         void* instead.
6779
6780         * include/accctrl.h [_WIN32_WINNT >= 0x0501] (INHERITED_FROM[AW],
6781         PINHERITED_FROM[AW]): Add structures.
6782
6783         * lib/user32.def (GetInheritanceSource[AW]): Add functions.
6784
6785 2003-09-26  Corinna Vinschen  <corinna@vinschen.de>
6786
6787         * include/winuser.h (FLASHWINFO, PFLASHWINFO): Define for 98/Me, too.
6788
6789 2003-09-25  Danny Smith  <dannysmith@users.sourceforge.net>
6790
6791         * lib/version.def (LIBRARY): Quote name.
6792
6793 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6794
6795         * include/winuser.h (GetClipboardSequenceNumber): Add functions
6796         and constants.
6797
6798         * include/winuser.h (GetGuiResources, GR_GDIOBJECTS,
6799         GR_USEROBJECTS): Add functions and constants.
6800
6801         * include/winuser.h (GetMouseMovePointsEx, GMMP_USE_DISPLAY_POINTS,
6802         GMMP_USE_HIGH_RESOLUTION_POINTS): Add functions and constants.
6803
6804         * include/winuser.h (InSendMessageEx, ISMEX_NOSEND, ISMEX_CALLBACK,
6805         ISMEX_NOTIFY, ISMEX_REPLIED, ISMEX_SEND): Add functions and
6806         constants.
6807
6808         * lib/user32.def (GetClipboardSequenceNumber, GetGuiResources,
6809         GetMouseMovePointsEx, InSendMessageEx): Add functions.
6810
6811 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6812
6813         * include/winuser.h (BroadcastSystemMessage, BroadcastSystemMessageA,
6814         BroadcastSystemMessageW, BroadcastSystemMessageEx,
6815         BroadcastSystemMessageExA, BroadcastSystemMessageExW,
6816         BSMINFO, BSF_ALLOWSFW, BSF_SENDNOTIFYMESSAGE, BSF_LUID,
6817         BSF_RETURNHDESK): Add functions and constants.
6818
6819         * include/winuser.h (EnumDisplaySettingsEx, EnumDisplaySettingsExA,
6820         EnumDisplaySettingsExW, EDS_RAWMODE): Add functions and constant.
6821
6822         * include/winuser.h (IsGUIThread, IsHungAppWindow, FlashWindowEx,
6823         GetProcessDefaultLayout, SetProcessDefaultLayout,
6824         RealChildWindowFromPoint, SetProcessDefaultLayout,
6825         SwitchToThisWindow): Add functions.
6826
6827         * lib/user32.def (BroadcastSystemMessageA, BroadcastSystemMessageW,
6828         BroadcastSystemMessageExA, BroadcastSystemMessageExW,
6829         EnumDisplaySettingsExA, EnumDisplaySettingsExW, FlashWindowEx,
6830         GetProcessDefaultLayout, IsGUIThread, IsHungAppWindow,
6831         RealChildWindowFromPoint, SetProcessDefaultLayout,
6832         SwitchToThisWindow): Add function.
6833
6834 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6835
6836         * include/winuser.h (DeregisterShellHookWindow): Add function.
6837
6838         * include/winuser.h [_WIN32_WINNT >= 0x0500] (EndTask): Add function.
6839
6840         * lib/user32.def (EndTask): Add function.
6841
6842         * include/winuser.h (WINVER, _WIN32_WINNT): It's better (?) to
6843         use _WIN32_WINNT instead of WINVER to test for Windows 2000.
6844
6845         * include/winable.h: Reorder target macros.
6846
6847         * lib/*.def: Cleanup.
6848
6849 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6850
6851         * include/winuser.h [WINVER >= 0x0500] (AnimateWindow): Add
6852         function.
6853
6854         * lib/user32.def (AnimateWindow): Add function. By the way
6855         there are ~ 140 symbols missing from this file when comparing
6856         to user32.dll on Windows XP.
6857
6858 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6859
6860         * include/winuser.h [WINVER >= 0x0500] (AW_SLIDE, AW_ACTIVATE,
6861         AW_BLEND, AW_HIDE, AW_CENTER, AW_HOR_POSITIVE, AW_HOR_NEGATIVE,
6862         AW_VER_POSITIVE, AW_VER_NEGATIVE): Add constants. For use by
6863         AnimateWindow().
6864
6865 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6866
6867         * include/winuser.h [WINVER >= 0x0500] (GetGUIThreadInfo,
6868         LPGUITHREADINFO): Add function and associated typedef...
6869
6870         * include/winable.h [WINVER < 0x0500] (GetGUIThreadInfo,
6871         LPGUITHREADINFO): ...and duplicate them in <winable.h> as
6872         seems to be required on older versions of Windows.
6873
6874 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6875
6876         * include/GL/glu.h (gluErrorUnicodeStringWIN): Add macro
6877         function. MSDN suggests using gluErrorUnicodeStringWIN
6878         instead of gluErrorString, as it allows both ANSI and Unicode
6879         error strings.
6880
6881         * include/GL/glu.h (gluErrorUnicodeStringEXT): Make the
6882         returned pointer const for consistency reasons.
6883
6884 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6885
6886         * include/GL/glu.h (gluErrorUnicodeStringEXT): Add function.
6887         Function exists in glu32.def but is undocumented on MSDN.
6888         A Google search came up with this declaration.
6889
6890 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6891
6892         * include/GL/glu.h: Rewritten from scratch. Started from GLU 1.3
6893         headers from OpenGL Sample Implementation. Windows ships with
6894         GLU 1.2 so some constants and functions were removed. Then some
6895         typedef's and function declarations were reworked to look like
6896         the previous GL/glu.h.
6897
6898 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6899
6900         * include/uxtheme.h (PROPERTYORIGIN): the documentation of
6901         PROPERTYORIGIN suggests it's `PROPERTYORIGIN' but experimentation
6902         suggests it's actually `enum PROPERTYORIGIN'. Keep both.
6903
6904         * include/uxtheme.h (THEME_SIZE, THEMESIZE): MSDN suggests
6905         it's either `THEME_SIZE' or `THEMESIZE' but experimentation
6906         suggests it's actually `enum THEMESIZE'. Keep `THEME_SIZE'
6907         and `enum THEMESIZE'.
6908
6909 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6910
6911         * include/uxtheme.h: New file.
6912         * include/tmschema.h: New file.
6913         * include/uxtheme.def: New file.
6914         * lib/test.c: Include uxtheme.h, tmschema.h.
6915
6916 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6917
6918         * include/winuser.h (KEYEVENTF_UNICODE, KEYEVENTF_SCANCODE):
6919         Add defines.
6920
6921 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6922
6923         * include/winable.h [_WIN32_WINNT < 0x0403] (INPUT_MOUSE,
6924         INPUT_KEYBOARD, INPUT_HARDWARE): Duplicate defines in
6925         <winable.h> as seems to be required on older versions of
6926         Windows.
6927
6928 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6929
6930         * include/winuser.h [WINVER >= 0x0500] (CHILDID_SELF,
6931         GUI_CARETBLINKING, GUI_INMOVESIZE, GUI_INMENUMODE,
6932         GUI_SYSTEMMENUMODE, GUI_POPUPMENUMODE, GUI_16BITTASK):
6933         Add defines, the last one only on Windows XP...
6934
6935         * include/winable.h [WINVER < 0x0500] (CHILDID_SELF,
6936         GUI_CARETBLINKING, GUI_INMOVESIZE, GUI_INMENUMODE,
6937         GUI_SYSTEMMENUMODE, GUI_POPUPMENUMODE): ...and duplicate
6938         them in <winable.h> as seems to be required on older
6939         versions of Windows.
6940
6941 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6942
6943         * include/winuser.h [WINVER >= 0x0500] (GUITHREADINFO,
6944         OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR, OBJID_MENU,
6945         OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL, OBJID_SIZEGRIP,
6946         OBJID_CARET, OBJID_CURSOR, OBJID_ALERT, OBJID_SOUND): Bring
6947         back into <winuser.h>...
6948
6949         * include/winable.h [WINVER < 0x0500] (GUITHREADINFO,
6950         OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR, OBJID_MENU,
6951         OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL, OBJID_SIZEGRIP,
6952         OBJID_CARET, OBJID_CURSOR, OBJID_ALERT, OBJID_SOUND): ...and
6953         comment out in <winable.h>. MSDN may say <winable.h> but this
6954         breaks many programs. It seems it used to be <winable.h> on
6955         older versions of Windows.
6956
6957 2003-09-17  Danny Smith  <dannysmith@users.sourceforge.net>
6958
6959         * include/winuser.h (UpdateLayeredWindow): Protect against NOGDI.
6960         Thanks to Will Levine  <willll@users.sourceforge.net>
6961
6962 2003-09-15  Danny Smith  <dannysmith@users.sourceforge.net>
6963
6964         * include/ws2spi.h (LPWSPBIND): Change CONST LPSOCKADDR to
6965         const struct sockaddr*.
6966         (LPWSPCONNECT): Likewise.
6967         (LPWSPJOINLEAF): Likewise.
6968         (LPWSPSENDTO): Likewise.
6969         Tanks to Sebastian Nowak  <snowak1@users.spourceforge.net>
6970
6971 2003-09-15  Filip Navara  <xnavara@volny.cz>
6972
6973         * include/commctrl.h (TCIS_BUTTONPRESSED, TCIS_HIGHLIGHTED):
6974         Add definitions.
6975
6976 2003-09-15  Sascha Brawer  <brawer@dandelis.ch>
6977
6978         * include/winuser.h (DISPLAY_DEVICE_ATTACHED_TO_DESKTOP,
6979         DISPLAY_DEVICE_PRIMARY_DEVICE, DISPLAY_DEVICE_MIRRORING_DRIVER,
6980         DISPLAY_DEVICE_VGA_COMPATIBLE, DISPLAY_DEVICE_REMOVABLE,
6981         DISPLAY_DEVICE_MODESPRUNED): Define constants.
6982         (ChangeDisplaySettingsEx[A,W]): Add prototype.
6983
6984         * lib/user32.def (ChangeDisplaySettingsEx[A,W]): Add exports.
6985         (EnumDisplayDevices[A,W]): Likewise.
6986
6987 2003-09-15  Danny Smith  <dannysmith@users.sourceforge.net>
6988
6989         * include.commctrl.h (_WIN32_WINNT): Change _WXP to 0x0501,
6990         throughout.
6991
6992 2003-09-13  Danny Smith  <dannysmith@users.sourceforge.net>
6993
6994         * include/olectl.h (TEXTMETRICOLE, LPERRORLOG, LPPROPERTYBAG,
6995         LPENUMCONNECTIONPOINTS, LPCONNECTIONPOINT, LPENUMCONNECTIONS,
6996         LPPROPERTYPAGESITE, LPFONT, LPFONTDISP, OLE_COLOR, HIMETRIC,
6997         OLE_YPOS_HIMETRIC, OLE_XSIZE_HIMETRIC, OLE_YSIZE_HIMETRIC,
6998         OLE_YSIZE_CONTAINER, OLE_HANDLE, POINTF,LPPOINTF, CONTROLINFO,
6999         LPCONTROLINFO, CONNECTDATA, LPCONNECTDATA, LICINFO, LPLICINFO,
7000         CAUUID, LPCAUUID, CALPOLESTR, LPCALPOLESTR, CADWORD, LPCADWORD,
7001         PROPPAGEINFO, LPPROPPAGEINFO): Remove from here ...
7002         * include/ocidl.h: (TEXTMETRICOLE, LPERRORLOG, LPPROPERTYBAG,
7003         LPENUMCONNECTIONPOINTS, LPCONNECTIONPOINT, LPENUMCONNECTIONS,
7004         LPPROPERTYPAGESITE, LPFONT, LPFONTDISP, OLE_COLOR, HIMETRIC,
7005         OLE_YPOS_HIMETRIC, OLE_XSIZE_HIMETRIC, OLE_YSIZE_HIMETRIC,
7006         OLE_YSIZE_CONTAINER, OLE_HANDLE, POINTF, LPPOINTF, CONTROLINFO,
7007         LPCONTROLINFO, CONNECTDATA, LPCONNECTDATA, LICINFO, LPLICINFO,
7008         CAUUID, LPCAUUID, CALPOLESTR, LPCALPOLESTR, CADWORD, LPCADWORD,
7009         PROPPAGEINFO, LPPROPPAGEINFO): ... to here, for consistency
7010         with documentation.
7011         * include/olectl.h: Do #include <ocidl.h>.
7012         * include/ocidl.h: Don't #include <olectl.h>.
7013
7014 2003-09-13  Danny Smith  <dannysmith@users.sourceforge.net>
7015
7016         * include/winuser.h (_WIN32_WINNT, _WIN32_WINDOWS, WINVER):
7017         Change guards to use numeric constants, throughout.
7018
7019 2003-09-15  Earnie Boyd  <earnie@users.sf.net>
7020
7021         * include/w32api.h: Increment version to 2.5.
7022         * Makefile.in: Ditto.
7023
7024 2003-09-08  Justin Forest  <vhex@users.sourceforge.net>
7025
7026         * include/winuser.h (PM_QS_INPUT, PM_QS_POSTMESSAGE,
7027         PM_QS_PAINT, PM_QS_SENDMESSAGE): Add defines.
7028
7029 2003-09-08  Filip Navara  <xnavara@volny.cz>
7030
7031         * include/wingdi.h (GRADIENT_FILL_RECT_H, GRADIENT_FILL_RECT_V,
7032         GRADIENT_FILL_TRIANGLE, GRADIENT_FILL_OP_FLAG): Add defines.
7033
7034 2003-09-05  Earnie Boyd  <earnie@users.sf.net>
7035
7036         * include/w32api.h (_NT5, etc): Reverse the changes of 2003-07-01.
7037         * include/winbase.h (_NT5, etc): Ditto.
7038
7039 2003-09-02  Bart Oldeman  <bartoldeman@users.sourceforge.net>
7040
7041         * lib/snmpapi.def (LIBRARY) Add library name.
7042         Remove '\r', throughout.
7043         * lib/wsnmp32.def: Remove '\r', throughout.
7044         * lib/igmpagnt.def: Likewise.
7045
7046 2003-08-29  Steve Cleary  <scleary@jerviswebb.com>
7047
7048         * include/winuser.h (QS_ALLPOSTMESSAGE, QS_RAWINPUT): Add defines.
7049         (QS_INPUT, QS_ALLINPUT, QS_ALLEVENTS): Adjust by OR'ing with
7050         QS_RAWINPUT for _WIN32_WINNT >= 0x0501.
7051         (MWMO_*): Add flags.
7052
7053         * include/wincrypt.h (MS_ENHANCED_PROV[AW], MS_STRONG_PROV[AW],
7054         MS_DEF_RSA_SIG_PROV[AW], MS_DEF_RSA_SCHANNEL_PROV[AW],
7055         MS_DEF_DSS_PROV[AW], MS_DEF_DSS_DH_PROV[AW], MS_ENH_DSS_DH_PROV[AW],
7056         MS_DEF_DH_SCHANNEL_PROV[AW], MS_SCARD_PROV[AW]): Add definitions.
7057
7058 2003-08-26  Danny Smith  <dannysmith@users.sourceforge.net>
7059
7060         * lib/test.c: Add vfw.h to includes.
7061         * include/mmsystem.h: Add #ifndef guard to definition of
7062         mmioFOURCC macro.
7063         * include/vfw.h: Protect __OBJC__ from COM declarations.
7064
7065 2003-08-26  Filip Navara  <xnavara@volny.cz>
7066
7067         * include/vfw.h: New file.
7068
7069 2003-08-26  Filip Navara  <xnavara@volny.cz>
7070
7071         * include/ddk/winddk.h (RTL_REGISTRY_*): Add defines.
7072         (IoSetCompletionRoutine): Cast _CompletionRoutine arg to
7073         PIO_COMPLETION_ROUTINE.
7074
7075 2003-08-26  Danny Smith  <dannysmith@users.sourceforge.net>
7076
7077         * lib/test.c: Add snmp.h, winsnmp.h amd mgmtapi.h to
7078         includes.
7079
7080 2003-08-26  Filip Navara  <xnavara@volny.cz>
7081
7082         * include/snmp.h: New file.
7083         * include/winsnmp.h: New file.
7084         * include/mgmtapi.h: New file.
7085         * lib/snmpapi.def: New file.
7086         * lib/wsnmp32.def: New file.
7087         * lib/igmpagnt.def: New file.
7088         * lib/mgmtapi.def (SnmpMgrCtl) Add stub.
7089         (SnmpMgrGetTrapEx): Ditto.
7090         (SnmpMgrMIB2Disk): Remove.
7091         (dbginit): Remove.
7092
7093 2003-08-25  Steven Edwards  <Steven_Ed4153@yahoo.com>
7094
7095         * include/ddk/ntifs.h: Change all C++ style comments to C.
7096         * include/GL/gl.h: Ditto.
7097
7098 2003-08-25  Martin Fuchs  <Martin-Fuchs@gmx.net>
7099
7100         * include/shlobj.h (SFGAO_GHOSTED): Correct.
7101         (SFGAO_HIDDEN): Add define.
7102
7103 2003-08-25  Filip Navara  <xnavara@volny.cz>
7104
7105         * include/commctrl.h (ILCF_*): Add defines.
7106         (ILD_*): Ditto.
7107         (HDS_*): Ditto.
7108         (IPN_FIRST, IPN_LAST): Cast to UINT.
7109         (SBN_FIRST, SBN_LAST): Add defines.
7110         (PGN_*): Ditto.
7111         (HDF_JUSTIFYMASK): Fix typo.
7112         (HDM_*): Add defines.
7113         (HICF_*): Ditto.
7114         (I_INDENTCALLBACK,I_IMAGENONE): Ditto.
7115         (TBSTATE_MARKED): Add define.
7116         (TBSTYLE_EX_*): Add defines.
7117         (TBCDRF_*): Ditto.
7118         (IDB_HIST_SMALL_COLOR,IDB_HIST_LARGE_COLOR): Ditto.
7119         (TB_*): Ditto.
7120         (TBN_*): Ditto.
7121         (TBNRF_*): Ditto.
7122         (TTF_*): Ditto.
7123         (TBCD_*): Ditto.
7124         (TBDDRET_*): Ditto.
7125         (TBIMHT_*): Ditto.
7126         (TTM_*): Ditto.
7127         (UDM_*): Ditto.
7128         (TBIF_BYINDEX): Define as hex constant.
7129         (CDIS_*): Add defines.
7130         (CDDS_SUBITEM): Add define.
7131         (LVIF_*): Add defines.
7132         (LVM_*): Ditto.
7133         (LVGIT_UNFOLDED): Add define.
7134         (TVM_): Add defines.
7135         (TVE_EXPANDPARTIAL): Add define.
7136         (TVGN_LASTVISIBLE): Ditto.
7137         (TVN_*): Add defines.
7138         (TVNRET_*): Add defines.
7139         (TCIF_STATE): Add define.
7140         (NM_TOOLTIPSCREATED): Ditto.
7141         (CCM_*): Add defines.
7142         (INFOTIPSIZE): Add numeric value.
7143         (ODT_LISTVIEW): Ditto.
7144         (MCM_GETMAXTODAYWIDTH): Ditto.
7145         (MCHT_*): Add defines.
7146         (UDM_SETRANGE32,UDM_GETRANGE32): Define in terms of WM_USER.
7147         (PGF_*): Add defines.
7148         (PGM_*): Ditto.
7149         (TBINSERTMARK): Add structure.
7150         (LPIMAGEINFO) Add typedef.
7151         (LPHDHITTESTINFO): Ditto.
7152         (NMLVGETINFOTIP[AW]: Add structures.
7153         (NMTBCUSTOMDRAW): Add structure.
7154         (TTTOOLINFOA_V*_SIZE): Add macros.
7155         (TTTOOLINFOW_V1_SIZE): Ditto.
7156         (IMAGELISTDRAWPARAMS): Add new members for WXP.
7157         (LVITEM[AW]: Ditto.
7158         (TCITEM[AW]):Ditto.
7159         (CCSIZEOF_STRUCT): Correct macro definition.
7160         (ListView_*): Add new macros.
7161         (HIMAGELIST): Correct typedef.
7162         (HTREEITEM): Ditto.
7163
7164 2003-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
7165
7166         * commctrl.h (TC_HITTESTINFO): Remove. Add defines for
7167         TCHITTESTINFO for backward compatibility.
7168         (TC_ITEM[AW]): Rename to TCITEM[AW]. Add defines for backward
7169         compatibility.
7170
7171 2003-08-24   Danny Smith  <dannysmith@users.sourceforge.net>
7172
7173         * include/objidl.h (COBJMACROS): Define macros only
7174         if using C interace.
7175         * include/unknwn.h: Ditto.
7176         * include/comcat.h: Ditto.
7177
7178 2003-08-24  Filip Navara  <xnavara@volny.cz>
7179
7180         * include/prsht.h (PSH_WIZARDHASFINISH, PSH_WIZARD_LITE,
7181         PSH_NOCONTEXTHELP): Define.
7182         (PSH_WIZARD97): Fix definition for _WIN32_IE >= 0x500.
7183         * include/winuser.h (DFCS_TRANSPARENT, DFCS_HOT): Define.
7184         (LPDLGTEMPLATE[AW]): Add typedefs.
7185
7186 2003-08-22  Filip Navara  <xnavara@volny.cz>
7187
7188         * include/aclapi.h (BuildImpersonateExplicitAccessWithName[AW]):
7189         Add prototypes.
7190         BuildImpersonateTrustee[AW]): Add prototypes.
7191         GetMultipleTrustee[AW]): Add prototypes.
7192         GetMultipleTrusteeOperation[AW]): Add prototypes.
7193
7194 2003-08-22   Danny Smith  <dannysmith@users.sourceforge.net>
7195
7196         * include/winnt.h (IMAGE_SUBSYSTEM_XBOX): Add define.
7197
7198 2003-08-22  Mihai Preda  <mihai_preda@users.sourceforge.net>
7199
7200         * include/shlobj.h (IPersistFolder::GetClassID):
7201         Correct declaration.
7202         (CMF_*) Add missing defines.
7203
7204 2003-08-22   Danny Smith  <dannysmith@users.sourceforge.net>
7205
7206         * include/winuser.h (DC_BUTTONS): Add define.
7207
7208 2003-08-22  Andrew Greenwood  <lists@silverblade.co.uk>
7209
7210         * include/winuser.h (DC_GRADIENT): Add define.
7211
7212 2003-08-22  Martin Fuchs  <Martin-Fuchs@gmx.net>
7213
7214         * include/commctrl.h (BTNS_*): Define BTNS_* as successors to the
7215         older TBSTYLE_* constants.
7216
7217 2003-08-18  Danny Smith  <dannysmith@users.sourceforge.net>
7218
7219         * include/commctrl.h (TB_*) Group defines together.
7220
7221 2003-08-18  Martin Fuchs  <Martin-Fuchs@gmx.net>
7222
7223         * include/winuser.h (ICON_SMALL2): Define.
7224         * include/commctrl.h (TB_SETBUTTONWIDTH, TB_SETDRAWTEXTFLAGS):
7225         Define.
7226         * include/shlobj.h (SHDRAGIMAGE): Define structure.
7227         (IDragSourceHelper) Define interface.
7228         (IDropTargetHelper): Likewise.
7229         (IExtractIcon): Unicode it.
7230         (ICommDlgBrowser): Use IShellView type as param in OnDefaultCommand,
7231         OnStateChange and IncludeObject methods.
7232
7233 2003-08-17  Martin Fuchs  <Martin-Fuchs@gmx.net>
7234
7235         * include/commctrl.h (TreeView_GetScrollTime,
7236         TreeView_SetScrollTime): Define macros.
7237         * include/winuser.h (GetShellWindow): Add prototype.
7238         * include/objidl.h (STGMEDIUM): Correct lpszFileName type.
7239
7240 2003-08-15  Martin Fuchs  <Martin-Fuchs@gmx.net>
7241
7242         * include/shguid.h (CLSID_DragDropHelper, IID_IDropTargetHelper,
7243         IID_IDragSourceHelper): Declare.
7244         * lib/shell32.c (CLSID_DragDropHelper, IID_IDropTargetHelper,
7245         IID_IDragSourceHelper): Define.
7246
7247 2003-08-15  Andrew Greenwood  <lists@silverblade.co.uk>
7248
7249         * include/wingdi.h (DEVMODE[AW]) Correct structure definition.
7250         * include/ddk/ntapi.h (LPC_TYPE): Add LPC_CONNECTION_REFUSED.
7251         * include/ddk/winddk.h (IRP_*): Add constants as anonymous enum.
7252
7253 2003-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
7254
7255         * lib/uuid.c (CGID_Explorer, CGID_ShellDocView,
7256         CGID_ShellServiceObject): Remove definitions.
7257         * lib/shell32.c (CGID_ShellServiceObject): Add definition.
7258
7259 2003-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
7260
7261         * include/shlobj.h (SHELLSTATE): Add structure.
7262         (SHGetSetSettings): Add prototype.
7263         (SHGetSettings): Add prototype.
7264         * lib/shell32.def (SHGetSetSettings): Add stub.
7265
7266 2003-08-10  Phil Krylov  <likewolf@users.sourceforge.net>
7267
7268         * include/commctrl.h (HDM_ORDERTOINDEX): Add define.
7269         (Header_OrderToIndex): Add macro.
7270         (Header_GetOrderArray): Add macro.
7271
7272         * include/commdlg.h (FR_MATCHALEFHAMZA,
7273         FR_MATCHDIAC, FR_MATCHKASHIDA): Add defines.
7274
7275 2003-08-10  Martin Fuchs  <Martin-Fuchs@gmx.net>
7276
7277         * include/commctrl.h (TVM_GETSCROLLTIME,
7278         TVM_SETSCROLLTIME): Add defines.
7279
7280 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
7281
7282         * include/shlobj.h (SHELLFLAGSTATE): Add structure.
7283         (SHGetInstanceExplorer): Correct return type.
7284         (SHGetFolderPath[AW]): Likewise.
7285         Thanks to Magnus Olsen  <greatlord@sourceforge.users.net>
7286         for report.
7287
7288 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
7289
7290         * lib/test.c: Include winldap.h, ntldap.h, winber.h.
7291
7292 2003-08-01  Filip Navara  <xnavara@volny.cz>
7293
7294         * include/winldap.h: New file.
7295         * include/ntldap.h: New file.
7296         * include/winber.h: New file.
7297         * lib/winldap32.def: New file.
7298
7299 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
7300
7301         * include/ddk/atm.h: Remove stray '.';
7302
7303 2003-08-01  Gisle Vanem  <gvanem@broadpark.no>
7304
7305         * include/ddk/winddk.h: Remove trailing ';' from macros,
7306         throughout. Add () around defines with cast returns, throughout.
7307
7308 2003-07-31  Martin Fuchs  <Martin-Fuchs@gmx.net>
7309
7310         * include/shlobj.h (SFGAO_COMPRESSED): Add define.
7311         (SFGAOF, SHGDNF): Add typedef's.
7312         (SHCONTF): Extend enum.
7313
7314 2003-07-31  Danny Smith  <dannysmith@users.sourceforge.net>
7315
7316         * include/shellapi.h: Include all structs within pshpack2.h/
7317         poppack.h block.
7318
7319 2003-07-26  Danny Smith  <dannysmith@users.sourceforge.net>
7320
7321         * include/winuser.h (ASFW_ANY, LSFW_LOCK, LSFW_UNLOCK,
7322         LWA_COLORKEY, LWA_ALPHA): Guard with _WIN32_WINNT,
7323         _WIN32_WINDOWS, not WINVER.
7324         (AllowSetForegroundWindow,LockSetForegroundWindow,
7325         SetLayeredWindowAttributes): Likewise.
7326         (GetLayeredWindowAttributes,UpdateLayeredWindow): Add prototypes.
7327         * lib/user32.def (GetLayeredWindowAttributes,UpdateLayeredWindow):
7328         Add stubs.
7329
7330 2003-07-26  Eric R. Krause  <ekrause_98@users.sourceforge.net>
7331
7332         * include/objidl.h (IMalloc): Fix typo.
7333
7334 2003-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
7335
7336         * include/dkk/ntifs.h: Fix typo in guard for
7337         #pragma GCC system_header.
7338
7339 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
7340
7341         * include/objidl.h (PropVariant): Add CHAR cVal field
7342         to union.
7343         (FMTID_SummaryInformation, FMTID_DocSummaryInformation,
7344         FMTID_UserDefinedProperties): Declare.
7345
7346 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
7347
7348         * include/winbase.h (GetModuleHandleEx[AW]): Add prototypes.
7349
7350 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
7351
7352         * include/winbase.h (DUPLICATE_CLOSE_SOURCE,
7353         DUPLICATE_SAME_ACCESS): Remove defines.
7354         (HANDLE_FLAG_INHERIT, HANDLE_FLAG_PROTECT_FROM_CLOSE): Sync with
7355         ddk/ntapi.h defines.
7356         (SEM_*) : Likewise.
7357         * include/winnt.h (COMPRESSION_*, ACCESS_*, SYSTEM_*): Sync with
7358         ddk/ntifs.h defines.
7359         (FILE_*): Likewise.
7360         (MEM_IMAGE, SEC_*): Likewise.
7361         (DUPLICATE_CLOSE_SOURCE, DUPLICATE_SAME_ACCESS,
7362         DUPLICATE_SAME_ATTRIBUTES): Sync with ddk/winddk.h defines.
7363         (TOKEN_*): Sync with ddk/ntifs.h defines.
7364         * include/ddk/ntapi.h: Add comments noting definitions in
7365         winbase.h.
7366         * include/ddk/ntifs.h: Add comments noting definitions in
7367         winnt.h.
7368         * include/ddk/winddk.h: Add comments noting definitions in
7369         winnt.h.
7370
7371 2003-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
7372
7373         * include/winnt.h (FILE_*): Sync with ddk/winddk.h.
7374         * include/winioctl.h (FILE_*): Sync with ddk/winddk.h.
7375
7376 2003-07-17  Pierre Humblet  <pierre.humblet@ieee.org>
7377
7378         * include/mmsystem.h (TIME_KILL_SYNCHRONOUS): Add define.
7379
7380 2003-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
7381
7382         Clean up warnings in ddk.
7383
7384         * include/ddk/atm.h (_ATM_AAL_OOB_INFO): Add _ANONYMOUS_UNION,
7385         conditional on  __cplusplus.
7386         * include/ddk/scsi.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
7387         defines, throughout.
7388         (_CDB): Add _ANONYMOUS_UNION, conditional on __cplusplus.
7389         * include/ddk/cfg.h (_PNP_VETO_TYPE): Remove extra comma.
7390         * include/ddk/cfgmgr32.h: Change C++ comment style to ISO C.
7391         * include/ddk/ddkmapi.h (_DDLOCKOUT): Add _ANONYMOUS_UNION defines.
7392         * include/ddk/hidpi.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
7393         defines, throughout.
7394         * include/ddk/ndis.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
7395         defines, throughout. Remove trailing semicolon from *_S 'structure'
7396         macro expansion, throughout. Remove trailing semicolon from
7397         DECLARE_UNKNOWN_STRUCT macro expansion.
7398         * include/ddk/ndiswan.h (_NDIS_WAN_COMPRESS_INFO): Add
7399         _ANONYMOUS_UNION.
7400         * include/ddk/ntapi.h (_PROCESS_DEVICEMAP_INFORMATION,
7401         _PROCESS_SESSION_INFORMATION): Add _ANONYMOUS_UNION.
7402         * include/ddk/ntddcdrm.h (CDROM_TOC_CD_TEXT_DATA_BLOCK):
7403         Add _ANONYMOUS_UNION.
7404         * include/ddk/ntdddisk.h: Add _ANONYMOUS_UNION, throughout.
7405         * include/ddk/ntddmou.h:  Add _ANONYMOUS_UNION, throughout.
7406         * include/ddk/ntifs.h:  Add _ANONYMOUS_UNION, throughout.
7407         (ZwQueryObject): Change 2nd param to OBJECT_INFORMATION_CLASS, to
7408         match proto in ntapi.h.
7409         (ZwSetInformationObject): Likewise.
7410         * include/ddk/srb.h (SCSI_REQUEST_BLOCK): Add _ANONYMOUS_UNION.
7411         (SCSI_ADAPTER_CONTROL_TYPE): Add __extension__.
7412         * include/ddk/tdikrnl.h (TDI20_CLIENT_INTERFACE_INFO): Add
7413         _ANONYMOUS_UNION and _ANONYMOUS_STRUCT.
7414         * include/ddk/usb.h (USB): Add _ANONYMOUS_UNION.
7415         * include/ddk/usbcamdi.h (USBCAMD_CamControlFlags): Remove
7416         last comma.
7417         * include/ddk/video.h (STATUS_BLOCK): Add _ANONYMOUS_UNION.
7418         * include/ddk/winddk.h (DECLARE_INTERNAL_OBJECT): Remove
7419         trailing semicolon when expanding macro.
7420         (GENERAL_LOOKASIDE_S): Likewise.
7421         Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT, throughout.
7422         Change inline to __inline, throughout.
7423         * include/ddk/winnt4.h: Change inline to __inline, throughout.
7424
7425 2003-07-13  Casper S. Hornstrup  <chorns@users.sourceforge.net>
7426
7427         * include/ddk/ntifs.h (KeInsertQueueApc): Make return type
7428         BOOLEAN. Name parameter 4 PriorityBoost and make it of type
7429         KPRIORITY.
7430         * include/ddk/winddk.h (_KPCR): Put IDT field on next line.
7431         * include/ddk/winddk.h (_IO_STATUS_BLOCK, _IRP, _OWNER_ENTRY,
7432         _ERESOURCE, _IMAGE_INFO, _CREATE_DISK, _DISK_SIGNATURE, _KPCR_TIB):
7433         Apply _ANONYMOUS_UNION to anonymous unions and _ANONYMOUS_STRUCT
7434         to anonymous structs.
7435
7436 2003-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
7437
7438         * include/winnt.h (PVOID): Move to before HANDLE typedef.
7439
7440         * include/winuser.h (mouse_event): Correct type of fifth param,
7441         Thanks to: Andrew Jones <guln at users dot sourceforge dot net>
7442
7443 2003-07-11  Earnie Boyd  <earnie@users.sf.net>
7444
7445         * include/winnt.h (HANDLE): Define based on STRICT filter.
7446         (THREAD_BASE_PRIORITY_MIN): Use parens around negative value.
7447         (THREAD_BASE_PRIOIRTY_IDLE): Ditto.
7448
7449 2003-07-08  Danny Smith  <dannysmith@users.sourceforge.net>
7450
7451         * include/commctrl.h (NMTVDISPINFO[AW]): Replace obsolete struct
7452         names _TV_DISPINFO[AW] and typedefs. Add defines for backward
7453         compatability. Thanks to Magnus Olsen <greatlord@users.sf.net>
7454         for report.
7455
7456 2003-07-03  Earnie Boyd  <earnie@users.sf.net>
7457
7458         * config.guess, config.sub: Update with new versions from ftp.gnu.org.
7459
7460 2003-07-03  Luke Dunstan  <infidel@users.sf.net>
7461
7462         * include/commdlg.h (CommDlg_OpenSave_*): Add parentheses around
7463         macro arguments. Thanks to Tom Bishop <tombishop@users.sf.net>.
7464         * include/winuser.h (MONITOR_DEFAULTTONULL, MONITOR_DEFAULTTOPRIMARY,
7465         MONITOR_DEFAULTTONEAREST, MONITORINFOF_PRIMARY): Add defines.
7466         (TPM_RECURSE): Add guard for Win98/Win2K.
7467         Thanks to Magnus Olsen <greatlord@users.sf.net>.
7468
7469 2003-07-01  Earnie Boyd  <earnie@users.sf.net>
7470
7471         * include/basetyps.h (small, hyper): Change to __small and __hyper to
7472         avoid user namespace conflicts.
7473
7474 2003-07-01  Earnie Boyd  <earnie@users.sf.net>
7475
7476         * include/w32api.h (_NT4, _W98, _WME, _NT5, _W2000, _WXP, _W2003,
7477         _IE3, _IE4, _IE5, _IE6): Add definitions.
7478         * include/winbase.h (GetLongPathName[AW]): Add guard for OS >= NT5 or
7479         >= Win98.
7480         Change existing guards to use the above macro names as appropriate.
7481         * include/basetyps.h (__int32, __int16, __int8, small, hyper): Define.
7482         Note: Also added to mingw/include/_mingw.h.
7483
7484 2003-06-28  Steven Edwards  <Steven_Ed4153@yahoo.com>
7485
7486         * include/shlwapi.h (UrlGetLocationA, UrlGetLocationW,
7487         PathFindSuffixArrayA, PathFindSuffixArrayW,
7488         PathFindExtensionA, PathFindExtensionW, StrStrW
7489         StrStrA): Change unicode-macro'd LP[C]TSTR return values to
7490         explicit type.
7491
7492 2003-06-26  Mattia Barbon  <mbarbon@dsi.unive.it>
7493
7494         * include/richedit.h (PARAFORMAT2): Add definition.
7495         * include/richedit.h (PFA_*, PFE_*, PFM_*): Add some
7496         missing constants.
7497
7498 2003-06-17  Danny Smith  <dannysmith@users.sourceforge.net>
7499
7500         * include/shellapi.h (SHQUERYRBINFO): Add structure,
7501         (SHQueryRecycleBin[AW]. SHEmptyRecycleBin[AW]):Add prototypes.
7502         (SHERB_NOCONFIRMATION, SHERB_NOPROGRESSUI, SHERB_NOSOUND):
7503         Add defines. Thanks to Brett Hart <brett at ncubedtech dot com>
7504
7505 2003-06-17  Danny Smith  <dannysmith@users.sourceforge.net>
7506
7507         * include/winbase.h (GlobalCompact, GlobalFix, GlobalFlags,
7508         GlobalUnfix, GlobalUnWire, GlobalWire, LocalCompact,
7509         LocalFlags, LocalShrink, LockSegment, UnlockSegment): Add comment
7510         that these are obsolete no-ops.
7511
7512 2003-06-17  Bang Jun-Young  <junyoung@netbsd.org>
7513
7514         * include/winbase.h (GetProcessWorkingSetSize,
7515         GlobalCompact, LocalAlloc, LocalCompact, LocalReAlloc,
7516         LocalShrink, SignalObjectAndWait, WriteProcessMemory):
7517         Correct prototypes.
7518
7519 2003-06-18  Steven Edwards  <Steven_Ed4153@yahoo.com>
7520
7521         * include/winuser.h (TPM_RECURSE): Add define.
7522
7523 2003-06-06  Danny Smith  <dannysmith@users.sourceforge.net>
7524
7525         * lib/test.c: #include <powrprof.h>.
7526
7527 2003-06-06  James E. Lucas  <xelloss@sourceforge.net>
7528
7529         * include/powerprof.h: New file.
7530         * lib/powerprof.def: New file.
7531
7532 2003-06-06  Danny Smith  <dannysmith@users.sourceforge.net>
7533
7534         * include/winnt (SLIST_HEADER): Add C90 anonymous struct
7535         protection.
7536
7537 2003-06-05  Luke Dunstan  <infidel@users.sourceforge.net>
7538
7539         * include/winuser.h (WNDCLASS[AW], WNDCLASSEX[AW]): Change type of
7540         hInstance members to HINSTANCE.
7541         Thanks to: Brenden T. <brenden@rcsis.com>
7542
7543 2003-06-05  Bart Oldeman  <bartoldeman@users.sourceforge.net>
7544
7545         * include/lmaccess.h (UF_MNS_LOGON_ACCOUNT): Add define.
7546         * include/wingdi.h (LPRGBTRIPLE, LPRGBQUAD): Add typedefs.
7547
7548 2003-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
7549
7550         * include/ddk/ntpoapi.h (POWER_INFORMATION_LEVEL): Remove.
7551         * include/winnt.h (POWER_INFORMATION_LEVEL): Add.
7552         * include/ddk/winddk.h (SINGLE_LIST_ENTRY,SLIST_HEADER):
7553         Remove.
7554         * include/ddk/ndis.h (NdisAllocateSpinLock): Add missing '\'.
7555
7556 2003-05-30  Mattia Barbon  <mbarbon@dsi.unive.it>
7557
7558         * lib/oleacc.def: New file.
7559         * include/winable.h: New file.
7560         * include/oleacc.h: Add extern "C" guard.
7561         (NAVDIR_*, ROLE_*, STATE_*): Add missing constants.
7562         (AccessibleChildren, AccessibleObjectFromEvent,
7563         AccessibleObjectFromPoint, AccessibleObjectFromWindow,
7564         CreateStdAccessibleProxy[AW], GetOleaccVersionInfo, GetRoleText[AW],
7565         GetStateText[AW], LresultFromObject, ObjectFromLresult,
7566         WindowFromAccessibleObject): Add prototypes and UNICODE mappings.
7567         * include/winuser.h (NotifyWinEvent): Add prototype.
7568         (OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR,
7569         OBJID_MENU, OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL,
7570         OBJID_SIZEGRIP, OBJID_CARET, OBJID_CURSOR, OBJID_ALERT,
7571         OBJID_SOUND): Move from here to...
7572         * include/winable.h (OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR,
7573         OBJID_MENU, OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL,
7574         OBJID_SIZEGRIP, OBJID_CARET, OBJID_CURSOR, OBJID_ALERT,
7575         OBJID_SOUND): Here, as per documentation.
7576         * lib/test.c: Include winable.h.
7577         * lib/user32.def (NotifyWinEvent): Add missing export.
7578
7579 2003-05-30  Bang Jun-Young  <junyoung@netbsd.org>
7580
7581         * include/winbase.h (HeapCompact): Correct prototype.
7582         * include/winnt.h (SINGLE_LIST_ENTRY, SLIST_ENTRY,
7583         SLIST_HEADER): Add.
7584
7585 2003-05-27  Andrew C. Stadt  <acstadt@sympatico.ca>
7586
7587         * include/winuser.h (LWA_COLORKEY, LWA_ALPHA): Add defines.
7588
7589 2003-05-25  Bill C. Riemers  <cygwin@docbill.net>
7590
7591         * include/winuser.h (EnumDisplayDevicesW): Fix typo.
7592
7593 2003-05-23  Danny Smith  <dannysmith@users.sourceforge.net>
7594
7595         * include/winuser.h (EnumDisplayDevices[AW]): Add prototypes.
7596         * include/wingdi.h (DISPLAY_DEVICE): UNICODE it.
7597
7598 2003-05-23  Andrew Dunbar  <hippietrail@users.sourceforge.net>
7599
7600         * include/wingdi.h (GCP_RESULTS[AW]) Correct type of
7601         lpGlyphs field to LPWSTR.
7602
7603 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
7604
7605         * include/wincrypt.h (PLAINTEXTKEYBLOB, OPAQUEKEYBLOB,
7606         PUBLICKEYBLOBEX, SYMMETRICWRAPKEYBLOB) Add defines.
7607         (PP_*): Add defines.
7608         (CryptContextAddRef): Add prototype.
7609         Thanks to: Shura Zam  <debil_urod@users.sourceforge.net>
7610
7611 2003-05-18  Manu B  <manubee@users.sourceforge.net>
7612
7613         * include/commctrl.h (TVSORTCB): Rename old TV_SORTCB structure.
7614
7615 2003-05-18  Bang Jun-Young  <junyoung@netbsd.org>
7616
7617         * include/winbase.h (CREATE_DEFAULT_ERROR_MODE,
7618         DEBUG_PROCESS, DEBUG_ONLY_THIS_PROCESS, CREATE_SUSPENDED,
7619         DETACHED_PROCESS, CREATE_NEW_CONSOLE, NORMAL_PRIORITY_CLASS,
7620         IDLE_PRIORITY_CLASS, HIGH_PRIORITY_CLASS, REALTIME_PRIORITY_CLASS,
7621         CREATE_NEW_PROCESS_GROUP, CREATE_UNICODE_ENVIRONMENT,
7622         CREATE_SEPARATE_WOW_VDM, CREATE_SHARED_WOW_VDM, CREATE_FORCEDOS,
7623         CREATE_NO_WINDOW): Convert to hexadecimal form for better
7624         readability.
7625         (BELOW_NORMAL_PRIORITY_CLASS, ABOVE_NORMAL_PRIORITY_CLASS,
7626         CREATE_BREAKAWAY_FROM_JOB, CREATE_WITH_USERPROFILE): Add.
7627
7628 2003-05-15  Danny Smith  <dannysmith@users.sourceforge.net>
7629
7630         * include/ddk/ndis.h (NDIS30_MINIPORT_CHARACTERISTICS_S):
7631         Unname anonymous unions if NONAMELESSUNION not defined.
7632
7633 2003-05-14  Bang Jun-Young  <junyoung@netbsd.org>
7634
7635         * include/winbase.h (GMEM_VALID_FLAGS): Add.
7636
7637 2003-05-13  Danny Smith  <dannysmith@users.sourceforge.net>
7638
7639         * include/prsht.h (PROPSHEETHEADER[AW]: Mark
7640         anonymous unions as GCC extension.
7641
7642 2003-05-13  Danny Smith  <dannysmith@users.sourceforge.net>
7643
7644         * include/oleidl.h  (LPENUMOLEDOCUMENTVIEWS): Remove typedef.
7645         (IEnumOleDocumentViews): Remove commented out DECLARE_ENUMERATOR.
7646         * include/docobj.h  (LPENUMOLEDOCUMENTVIEWS): Add typedef (previously
7647         commented out).
7648         (IEnumOleDocumentViews): Add definition using DECLARE_ENUMERATOR.
7649
7650 2003-05-12  Earnie Boyd  <earnie@users.sf.net>
7651
7652         * include/commctrl.h: (MCSC_BACKGROUND, MCSC_TEXT, MCSC_TITLEBK,
7653         MCSC_TITLETEXT, MCSC_MONTHBK, MCSCTRAILTEXT): Define.
7654         Thanks to: Robert Wishlaw  <rwishlaw @ shaw . ca>
7655
7656 2003-05-12  Danny Smith  <dannysmith@users.sourceforge.net>
7657
7658         * include/olectl.h (IOleControl,IOleControlSite,ISimpleFrameSite,
7659         IErrorLog,IPropertyBag,IPersistPropertyBag,IPersistStreamInit,
7660         IPersistMemory,IPropertyNotifySink,IProvideClassInfo,
7661         IProvideClassInfo2,IConnectionPointContainer,
7662         IEnumConnectionPoints,IConnectionPoint,IEnumConnections,
7663         IClassFactory2,ISpecifyPropertyPages,IPerPropertyBrowsing,
7664         IPropertyPageSite,IPropertyPage,IPropertyPage2,IFont,IFontDisp,
7665         IPicture,IPictureDisp): Move from here to...
7666         * include/ocidl.h (IOleControl,IOleControlSite,ISimpleFrameSite,
7667         IErrorLog,IPropertyBag,IPersistPropertyBag,IPersistStreamInit,
7668         IPersistMemory,IPropertyNotifySink,IProvideClassInfo,
7669         IProvideClassInfo2,IConnectionPointContainer,
7670         IEnumConnectionPoints,IConnectionPoint,IEnumConnections,
7671         IClassFactory2,ISpecifyPropertyPages,IPerPropertyBrowsing,
7672         IPropertyPageSite,IPropertyPage,IPropertyPage2,IFont,IFontDisp,
7673         IPicture,IPictureDisp): Here, as per documentation.
7674
7675 2003-05-12  Mattia Barbon  <mbarbon@dsi.unive.it>
7676
7677         * include/oleauto.h (VarR8FromDec, VarDecFromR8): Add prototypes.
7678         * include/winbase.h (TerminateJobObject,
7679         AssignProcessToJobObject): Likewise.
7680         * include/servprov.h: New header.
7681         * lib/test.c: Include servprov.h.
7682
7683 2003-05-10  Danny Smith  <dannysmith@users.sourceforge.net>
7684
7685         * include/shlguid.h (CGID_ShellServiceObject): Declare.
7686         * lib/uuid.c (CGID_ShellServiceObject): Define guid.
7687         Thanks to Chris Sutcliffe  <ir0nh34d#users.sourceforge.net>
7688         * include/winuser.h (SetLayeredWindowAttributes): Add prototype.
7689         * lib/user32.def (SetLayeredWindowAttributes): Add stub.
7690         * lib/uuid.c (CGID_Explorer, CGID_ShellDocView): Define guids.
7691
7692 2003-05-05  Danny Smith  <dannysmith@users.sourceforge.net>
7693
7694         * include/commctrl.h (STATUSCLASSNAME, TOOLBARCLASSNAME,
7695         TOOLTIPS_CLASS, TRACKBAR_CLASS, UPDOWN_CLASS, PROGRESS_CLASS,
7696         HOTKEY_CLASS): Remove dupicate defines for UNICODE case.
7697
7698 2003-05-02  Steven Edwards  <Steven_Ed4153@yahoo.com>
7699
7700         * include/richedit.h (EM_FINDTEXTEXW, EM_FINDTEXTW,
7701         EM_GETAUTOURLDETECT, EM_GETBIDIOPTIONS, EM_GETEDITSTYLE,
7702         EM_GETIMECOLOR, EM_GETIMEOPTIONS, EM_GETPUNCTUATION,
7703         EM_GETWORDWRAPMODE, EM_RECONVERSION, EM_SETBIDIOPTIONS,
7704         EM_SETEDITSTYLE, EM_SETIMECOLOR, EM_SETIMEOPTIONS,
7705         EM_SETPALETTE, EM_SETPUNCTUATION, EM_SETTEXTEX,
7706         EM_SETWORDWRAPMODE, RICHEDIT_CLASS10A): Add defines.
7707
7708 2003-05-02  Francois Ferrand  <typz@sourceforge.users.net>
7709
7710         * include/commctrl.h (TBM_*): Add missing trackbar defines.
7711
7712 2003-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
7713
7714         * include/cplext.h (CPLPAGE_MOUSE_WHEEL,
7715         CPLPAGE_DISPLAY_BACKGROUND): Add defines.
7716
7717 2003-04-30  Danny Smith  <dannysmith@users.sourceforge.net>
7718
7719         * include/wingdi.h (DC_PEN, DC_BRUSH): Add defines.
7720         (SetDCPenColor, SetDCBrushColor): Add prototypes.
7721         * lib/gdi32.def (SetDCPenColor, SetDCBrushColor): Add stubs.
7722
7723 2003-04-26  Bang Jun-Young  <junyoung@netbsd.org>
7724
7725         * include/winioctl.h (DEVICE_TYPE_FROM_CTL_CODE): Add macro.
7726
7727 2003-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
7728
7729         * include/oaidl.h (ITypeMarshal): Add interface.
7730
7731 2003-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
7732
7733         * include/winioctl.h: Clean up formatting.
7734         (RETRIEVAL_POINTERS_BUFFER): Add fields to Extents[1] struct.
7735         (CREATE_DISK): Add _ANONYMOUS_UNION macro.
7736         (DISK_CACHE_INFORMATION): Likewise.
7737         (DISK_DETECTION_INFO): Likewise.
7738         (DISK_PARTITION_INFO): Likewise.
7739         (PARTITION_INFORMATION_EX): Likewise.
7740         (DRIVE_LAYOUT_INFORMATION_EX): Likewise.
7741
7742 2003-04-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
7743
7744         * include/winbase.h (DeleteVolumeMountPoint[AW],
7745         FindFirstVolumeMountPoint[AW], FindNextVolumeMountPoint[AW],
7746         FindVolumeMountPointClose, GetVolumeNameForVolumeMountPoint[AW],
7747         GetVolumePathName[AW], GetVolumePathNamesForVolumeName[AW],
7748         SetVolumeMountPoint[AW]): Add prototypes.
7749         * include/winioctl.h (IOCTL_DISK_GET_PARTITION_INFO_EX,
7750         IOCTL_DISK_SET_PARTITION_INFO_EX,
7751         IOCTL_DISK_GET_DRIVE_LAYOUT_EX,
7752         IOCTL_DISK_SET_DRIVE_LAYOUT_EX, IOCTL_DISK_CREATE_DISK,
7753         IOCTL_DISK_GET_LENGTH_INFO, IOCTL_DISK_PERFORMANCE_OFF,
7754         IOCTL_DISK_GET_DRIVE_GEOMETRY_EX, IOCTL_DISK_GROW_PARTITION,
7755         IOCTL_DISK_GET_CACHE_INFORMATION,
7756         IOCTL_DISK_SET_CACHE_INFORMATION,
7757         IOCTL_DISK_DELETE_DRIVE_LAYOUT, IOCTL_DISK_UPDATE_PROPERTIES,
7758         FSCTL_GET_VOLUME_BITMAP, FSCTL_GET_RETRIEVAL_POINTERS,
7759         FSCTL_MOVE_FILE): Define.
7760         (CREATE_DISK_GPT, CREATE_DISK_MBR, CREATE_DISK,
7761         DISK_CACHE_INFORMATION,
7762         DETECTION_TYPE, DISK_INT13_INFO, DISK_EX_INT13_INFO,
7763         DISK_DETECTION_INFO, DISK_GEOMETRY_EX, DISK_GROW_PARTITION,
7764         DISK_PARTITION_INFO, DISKQUOTA_USER_INFORMATION,
7765         GET_LENGTH_INFORMATION, DISK_EXTENT, VOLUME_DISK_EXTENTS,
7766         DRIVE_LAYOUT_INFORMATION_GPT, DRIVE_LAYOUT_INFORMATION_MBR,
7767         PARTITION_INFORMATION_MBR, PARTITION_INFORMATION_GPT,
7768         PARTITION_INFORMATION_EX, DRIVE_LAYOUT_INFORMATION_EX,
7769         MOVE_FILE_DATA,
7770         RETRIEVAL_POINTERS_BUFFER, STARTING_LCN_INPUT_BUFFER,
7771         STARTING_VCN_INPUT_BUFFER, VOLUME_BITMAP_BUFFER): Add structs.
7772         (PARTITION_STYLE, DISK_CACHE_RETENTION_PRIORITY): Add enums.
7773         (MEDIA_TYPE): Add F3_120M_512, F3_640_512, F5_640_512,
7774         F5_720_512, F3_1Pt2_512, F3_1Pt23_1024, F5_1Pt23_1024,
7775         F3_128Mb_512, F3_230Mb_512, F8_256_128, F3_200Mb_512,
7776         F3_240M_512, and F3_32M_512.
7777         * lib/kernel32.def (GetVolumePathNamesForVolumeName[AW]): Add
7778         stubs.
7779
7780 2003-04-16  Earnie Boyd  <earnie@users.sf.net>
7781
7782         * include/wingdi.h (DM_SPECVERSION): Define.
7783         Thanks to Sinitsyn Valentime <valentine.sinitsyn@usu.ru>
7784         * include/rpcdce.h (UuidCreateSequential): Properly guard with
7785         appropriate _WIN32_WINNT values.
7786
7787 2003-04-15  Chris January  <chris@atomice.net>
7788
7789         * include/rpcdce.h: Add declaration for UuidCreateSequential.
7790         * lib/rpcrt4.def: Add entry for UuidCreateSequential.
7791
7792 2003-04-14  Phil Krylov  <likewolf@users.sourceforge.net>
7793
7794         * include/winuser.h (VK_*): Add missing defines.
7795
7796 2003-04-14  Vincent Béron  <papineau@users.sourceforge.net>
7797
7798         * include/commctrl.h (NMUPDOWN, LPNMUPDOWN): Use currently
7799         documented typedefs for struct _NM_UPDOWN.
7800         Add defines for backward comapatibility.
7801         * include/commdlg.h (OFN_ENABLESIZING): Add define.
7802         * include/wininet.h (IRF_*): Add missing defines.
7803
7804 2003-04-14  Bang Jun-Young  <junyoung@netbsd.org>
7805
7806         * lib/ntdll.def (Csr*, Dbg*, Ki*, Ldr*, Rtl*): Add W2K exports.
7807
7808 2003-04-11  Earnie Boyd  <earnie@users.sf.net>
7809
7810         * include/sspi.h: Add comment for FreeCredentialsHandle.
7811
7812 2003-04-07  Marcel Telka  <telka@users.sourceforge.net>
7813
7814         * include/ddk/winddk.h (KIRQL): Typedef as UCHAR, not ULONG.
7815
7816 2003-03-30  Hans E. Molin  <kvasi@users.sourceforge.net>
7817
7818         * include/olectl.h (OleLoadPicturePath): Correct prototype.
7819
7820 2003-03-30  Danny Smith  <dannysmith@users.sourceforge.net>
7821
7822         * lib/uuid.c (IID_IHTML*): Move definitions to...
7823         * lib/mshtml-uuid.c: New file.
7824         * lib/Makefile.in: Add mshtml-uuid.o to libuuid.a
7825
7826 2003-03-30  Michael Sazonov  <traip@comset.net>
7827
7828         * lib/uuid.c (IID_IHTML*): Add new GUID definitions.
7829         * include/mshtml.h (IHTMLElementCollection, IHTMLLinkElement,
7830         IHTMLImgElement): Add interface definitions.
7831
7832 2003-03-29  Danny Smith  <dannysmith@users.sourceforge.net>
7833
7834         * include/commctrl.h (ANIMATE_CLASS,HOTKEY_CLASS,PROGRESS_CLASS,
7835         STATUSCLASSNAME,TOOLBARCLASSNAME,TOOLTIPS_CLASS,TRACKBAR_CLASS,
7836         UPDOWN_CLASS,WC_COMBOBOXEX,WC_HEADER,WC_IPADDRESS,WC_LISTVIEW,
7837         WC_TABCONTROL,WC_TREEVIEW): Move UNICODE mappings out of
7838         RC_INVOKED guard.
7839         (WC_PAGESCROLLER,WC_NATIVEFONTCTL,WC_BUTTON,WC_STATIC,WC_EDIT,
7840         WC_LISTBOX,WC_COMBOBOX,WC_SCROLLBAR): Add defines.
7841
7842 2003-03-28  Bang Jun-Young  <junyoung@netbsd.org>
7843
7844         * include/winnt.h (WAITORTIMERCALLBACKFUNC): Add typedef.
7845
7846 2003-03-27  Danny Smith  <dannysmith@users.sourceforge.net>
7847
7848         * include/secext.h (GetComputerObjectName[AW],GetUserNameEx[AW],
7849         TranslateName[AW]): Add prototypes.
7850         * lib/sec32.def (GetComputerObjectName[AW],GetUserNameEx[AW],
7851         TranslateName[AW]): Add stubs.
7852         * lib/test.c: Include secext.h.
7853
7854 2003-03-27  Vladimir Michl  <michlv@users.sourceforge.net>
7855
7856         * include/ddk/ndis.h (NdisAllocateSpinLock,NdisFreeSpinLock,
7857         NdisAcquireSpinLock,NdisReleaseSpinLock,NdisDprAcquireSpinLock,
7858         NdisDprReleaseSpinLock): Change macro argument from SpinLock to
7859         _SpinLock.
7860
7861 2003-03-26  Earnie Boyd  <earnie@users.sf.net>
7862
7863         * include/w32api.h: Increment version to 2.4.
7864         * Makefile.in: Ditto.
7865
7866 2003-03-26  Danny Smith  <dannysmith@users.sourceforge.net>
7867
7868         * include/ddk/batclass.h (BATTERY_REPORTING_SCALE)
7869         Move structure from here...
7870         * include/winnt.h (BATTERY_REPORTING_SCALE): To here.
7871
7872         * include/ddk/ntapi.h (JOBOBJECT_*):
7873         Remove structures and enums definitions.
7874         (JOB_OBJECT*): Move defines from here...
7875         * include/winnt.h (JOB_OBJECT* ): To here.
7876
7877         * include/ddk/ntpoapi.h (LATENCY_TIME, POWER_ACTION_POLICY,
7878         SYSTEM_POWER_LEVEL, SYSTEM_POWER_POLICY,
7879         PROCESSOR_POWER_POLICY_INFO, PROCESSOR_POWER_POLICY,
7880         ADMINISTRATOR_POWER_POLICY, SYSTEM_POWER_INFORMATION,
7881         PROCESSOR_POWER_INFORMATION, SYSTEM_BATTERY_STATE,
7882         SYSTEM_POWER_CAPABILITIES): Move enums, structures
7883         and associated defines from here ...
7884         * include/winnt.h: (LATENCY_TIME, POWER_ACTION_POLICY,
7885         SYSTEM_POWER_LEVEL, SYSTEM_POWER_POLICY,
7886         PROCESSOR_POWER_POLICY_INFO, PROCESSOR_POWER_POLICY,
7887         ADMINISTRATOR_POWER_POLICY, SYSTEM_POWER_INFORMATION,
7888         PROCESSOR_POWER_INFORMATION, SYSTEM_BATTERY_STATE,
7889         SYSTEM_POWER_CAPABILITIES):To here.
7890
7891         * include/ddk/winddk.h (DEVICE_POWER_STATE,
7892         SYSTEM_POWER_STATE, POWER_ACTION): Move enums
7893         from here...
7894         * include/winnt.h (DEVICE_POWER_STATE,
7895         SYSTEM_POWER_STATE, POWER_ACTION): To here.
7896
7897 2003-03-19  Danny Smith  <dannysmith@users.sourceforge.net>
7898
7899         *lib/ndis.def (NdisAllocateMemory): Correct stdcall suffix.
7900         Thanks to: Vladimir Michl <michlv@users.sourceforge.net>
7901         (NdisUpdateSharedMemory): Likewise.
7902         (NdisMFreeSharedMemory: Likewise.
7903         (NdisMMapIoSpace: Likewise.
7904
7905 2003-03-18  Danny Smith  <dannysmith@users.sourceforge.net>
7906
7907         * include/lmaccess.h (UF_LOCKOUT): Correct name from UF_LOCK.
7908         Thanks to: Fabricio D. Rossi  <gurusoda@users.sourceforge.net>
7909         (UF_SETTABLE_BITS): Correct UF_LOCKOUT here too.
7910
7911 2003-03-17  Bang Jun-Young  <junyoung@netbsd.org>
7912
7913         * include/winbase.h (EnumResourceLanguages[AW]): Correct prototypes.
7914         (EnumResourceNames[AW]): Ditto.
7915         (EnumResourceTypes[AW]): Ditto.
7916         * include/wincon.h (CONSOLE_FONT_INFO): Add struct.
7917
7918 2003-03-16  Toby Malone  <malone@users.sourceforge.net>
7919
7920         * include/winuser.h (SendInput): Add prototype.
7921         * lib/user32.def (SendInput): Add stub.
7922
7923 2003-03-16  Vadim Yegorov  <zg@bmg.lv>
7924
7925         * winioctl.h (FSCTL_SET_REPARSE_POINT: Correct macro.
7926         (FSCTL_DELETE_REPARSE_POINT): Likewise.
7927
7928 2003-03-15  Bang Jun-Young  <junyoung@netbsd.org>
7929
7930         * winnt.h (JOBOBJECTINFOCLASS): Define enum.
7931         (JOBOBJECT_*): Define corresponding structures.
7932
7933 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
7934
7935         * include/ddk/winddk.h (PCUNICODE_STRING): Remove incorrect
7936         typedef.
7937
7938 2003-03-13  Bang Jun-Young  <junyoung@netbsd.org>
7939
7940         * lib/kernel32.def (Module32{First,Next}{,W}): Add missing exports.
7941         (Process32{First,Next}{,W}): Ditto.
7942         (Thread32{First,Next}): Ditto.
7943         * include/ntdef.h (PCUNICODE_STRING): Add typedef.
7944
7945 2003-03-12  Earnie Boyd  <earnie@users.sf.net>
7946
7947         * include/mswsock.h: Correct invalid filter for _WINSOCK2_H.
7948         Thanks to Jim Barton <jmbarton@users.sf.net>.
7949
7950 2003-03-12  Ranjit Mathew  <rmathew@hotmail.com>
7951
7952         * include/winnt.h (_IMAGE_SEPARATE_DEBUG_HEADER): Expose
7953         member SectionAlignment.
7954
7955 2003-03-11  Earnie Boyd  <earnie@users.sf.net>
7956
7957         * include/winsvc.h (SERVICE_NO_CHANGE): Use hex constant to avoid
7958         warnings.
7959         Thanks to Fabricio D. Rossi <gurusoda@users.sf.net>.
7960         * Makefile.in (bindist): Correct process.
7961         * lib/Makefile.in (install): Ditto.
7962         Thanks to Jeff Bonnggren <jbon@users.sf.net>.
7963
7964 2003-03-10  Danny Smith  <dannysmith@users.sourceforge.net>
7965
7966         * include/rasdlg.h: New file.
7967         * lib/rasdlg.def: New file.
7968         * lib/test.c: Include rasdlg.h.
7969
7970 2003-03-06  Christopher January  <chris@atomice.net>
7971
7972         * include/winbase.h (FindFirstVolume): Add declaration.
7973         (FindNextVolume): Add declaration.
7974         (FindVolumeClose): Add declaration.
7975         (GetSystemTimes): Add declaration.
7976         * include/winnt.h: Add define for PF_XMMI64_INSTRUCTIONS_AVAILABLE.
7977
7978 2003-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
7979
7980         *lib/kernel32.def (GetSystemTimes): Add stub.
7981
7982 2003-03-04  Heiko Gerdau  <hg@technosis.de>
7983
7984         * oleidl.h (IOleObject): Correct GetUserType prototype.
7985         (IViewObject2): Correct GetExtent prototype.
7986         * olectl.h (DISPIP_): Add new defines
7987         * ocidl.h (IOleInPlaceSiteWindowless): Add new interface.
7988
7989 2003-03-01  Danny Smith  <dannysmith@users.sourceforge.net>
7990
7991         * include/olectl.h (OleLoadPictureEx) Add prototype.
7992         (OleLoadPictureFile): Ditto.
7993         (OleLoadPictureFileEx): Ditto.
7994         (OleLoadPicturePath): Ditto.
7995         (OleSavePictureFile): Ditto.
7996
7997 2003-03-01  Danny Smith  <dannysmith@users.sourceforge.net>
7998
7999         * include/objbase.h (CoAddRefServerProcess): Add prototype.
8000         (CoAddReleaseServerProcess): Ditto.
8001         (CoResumeClassObjects): Ditto.
8002         (CoSuspendClassObjects): Ditto.
8003         * include/oleauto.h (V_I1): Define.
8004         Thanks to: "Timofei"  <mmttmm@users.sourceforge.net>
8005
8006 2003-03-01  Heiko Gerdau  <hg@technosis.de>
8007
8008         * include/oleidl.h (USERCLASSTYPE): Add enum.
8009         * include/ocidl.h (IObjectWithSite): Add interface.
8010
8011 2003-02-28  Roland Schwingel  <roland.schwingel@onevision.de>
8012
8013         Fixup UNICODE thinko in 2003-02-22 patch.
8014         * include/wingdi.h (AddFontMemResourceEx): Add.
8015         (RemoveFontMemResourceEx): Ditto.
8016         (AddFontMemResourceEx[AW]): Remove.
8017         (RemoveFontMemResourceEx[AW]): Ditto
8018         * lib/gdi32.def: (AddFontResourceEx): Add.
8019         (RemoveFontMemResourceEx): Ditto.
8020         (AddFontMemResourceEx[AW]): Remove.
8021         (RemoveFontResourceEx[AW]): Ditto.
8022
8023 2003-02-23  Danny Smith  <dannysmith@users.sourceforge.net>
8024
8025         * include/winbase.h (EVENTLOG_SUCCESS): Add define.
8026         Thanks to: Thomas Weber  <thomasweber@sourceforge.net>
8027
8028 2003-02-22  Roland Schwingel  <roland.schwingel@onevision.de>
8029
8030         * include/wingdi.h (AddFontMemResourceEx[AW]): Add.
8031         (RemoveFontMemResourceEx[AW]): Ditto
8032         * lib/gdi32.def (AddFontMemResourceEx[AW]): Add.
8033         (RemoveFontMemResourceEx[AW]): Ditto.
8034
8035 2003-02-22  Bang Jun-Young  <junyoung@netbsd.org>
8036
8037         * lib/ntdll.def (NT*, RTL*, ZW*): Add missing exports.
8038         (NtCurrentTeb): Remove.
8039
8040 2003-02-22  Danny Smith  <dannysmith@users.sourceforge.net>
8041
8042         * include/wsahelp.h: Remove ';' after closing
8043         #ifdef __cplusplus brace.
8044         * include/ws2spi.h: Likewise.
8045
8046 2003-02-22  Danny Smith  <dannysmith@users.sourceforge.net>
8047
8048         * include/winbase.h (MEMORYSTATUSEX): Add structure.
8049         (GlobalMemoryStatusEx): Add prototype.
8050         * lib/kernel32.def (GlobalMemoryStatusEx): Add stub.
8051
8052 2003-02-17  Vaclav Haisman  <V.Haisman@sh.cvut.cz>
8053
8054         * include/winioctl.h (FSCTL_SET_SPARSE): Define.
8055
8056 2003-02-12  Roland Schwingel  <roland.schwingel@onevision.de>
8057
8058         * include/wingdi.h (AddFontResourceEx[AW]): Add.
8059         (RemoveFontResourceEx[AW]): Ditto
8060         (FR_PRIVATE): Define.
8061         (FR_NOT_ENUM): Define.
8062         * lib/gdi32.def (AddFontResourceEx[AW]): Add.
8063         (RemoveFontResourceEx[AW]): Ditto.
8064
8065 2003-02-10  Earnie Boyd  <earnie@users.sf.net>
8066
8067         * include/w32api.h: Increment version to 2.3.
8068         * Makefile.in: Ditto.
8069
8070 2003-02-09  Earnie Boyd  <earnie@users.sf.net>
8071
8072         * lib/ddk/ntoskrnl.def (Ke386IoSetAccessProcess): Activate export.
8073         (Ke386QueryToAccessMap): Ditto.
8074         (Ke386SetIoAccessMap): Ditto.
8075         Thanks to Marcel Telka <telka@users.sf.net>
8076         * include/secext.h: New file. Declare EXTENDED_NAME_FORMAT.
8077         * include/security.h: Include secext.h.
8078         * include/winbase.h: Declare COMPUTER_NAME_FORMAT.
8079         Thanks to Dimitri Papadopoulos <dimitri_at@users.sf.net>
8080         * include/GL/gl.h: Remove include of glext.h.
8081         Thanks to Greg Couch <gregcouch@users.sf.net>
8082
8083 2003-02-05  Earnie Boyd  <earnie@users.sf.net>
8084
8085         * include/basetypes.h (_GUID_DEFINED): Add deprecation warning, start
8086         using GUID_DEFINED instead.
8087         * include/sqltypes.h: Ditto.
8088         * include/winnt.h: Ditto.
8089         * include/ddk/scsiwmi.h: Ditto.
8090
8091 2003-02-04  Danny Smith  <dannysmith@users.sourceforge.net>
8092
8093         * include/shlwapi.h (PathRelativePathTo[AW]): Correct
8094         prototypes.
8095         Thanks to: John Dallaway  <jld@ecoscentric.com>.
8096
8097 2003-02-01  Danny Smith  <dannysmith@users.sourceforge.net>
8098
8099         * include/commctrl.h (TCM_*): Add missing defines.
8100
8101 2003-02-01  Jesus Alvarez  <jesus_alvarez@users.sourceforge.net>
8102             Danny Smith  <dannysmith@users.sourceforge.net>
8103
8104         * include/prsht.h (PSP_*, PSH_*): Add missing defines.
8105         (PROPSHEETPAGE[AW]): Add pszHeaderTitle, pszHeaderSubTitle
8106         for (_WIN32_IE >= 0x0400).
8107         (PROPSHEETHEADER[AW]): Add hplWatermark and anonymous union
8108         fields for (_WIN32_IE >= 0x0400).
8109
8110 2003-01-31  Danny Smith  <dannysmith@users.sourceforge.net>
8111
8112         * include/winbase.h (CreateFiber): Change first parameter
8113         to SIZE_T.
8114         (CreateJobObject[AW], CreateHardLink[AW]):Guard with
8115         if (_WIN32_WINNT >= 0x0500).
8116
8117 2003-01-31  Bang Jun-Young  <junyoung@netbsd.org>
8118
8119         * include/winbase.h (PWIN32_FIND_DATAA, PWIN32_FIND_DATAW):
8120         Add missing typedefs.
8121         (CreateFiberEx, CreateJobObjectA,CreateJobObjectW): Add missing
8122         prototypes.
8123         (CreateHardLinkA, CreateHardLinkW): Return BOOL, not HANDLE.
8124
8125 2003-01-27  Krzysztof Nikiel  <kni@poczta.onet.pl>
8126
8127         * include/mmsystem.h (MIXERCONTROL_CONTROLF_MULTIPLE): Correct
8128         define.
8129         * lib/largeint.c (LargeIntegerAdd): Add, don't multiply.
8130
8131 2003-01-27  Danny Smith  <dannysmith@users.sourceforge.net>
8132
8133         * include/rpcnterr.h (RPC_X_INVALID_PIPE_OPERATION): Add
8134         define.
8135         * include/winbase.h (WAIT_TIMEOUT): Guard against prior
8136         definition.
8137         (WAIT_FAILED): Cast to DWORD.
8138         * include/winerror.h (WAIT_TIMEOUT): Guard against prior
8139         definition.
8140
8141 2003-01-27  Bang Jun-Young  <junyoung@netbsd.org>
8142
8143         * include/winerror.h: Protect against multiple
8144         definition of WSA* error codes.
8145         * include/winsock.h: Likewise.
8146         * include/winsock2.h: Likewise.
8147
8148 2003-01-27  Bang Dong-Heui
8149             Bang Jun-Young  <junyoung@netbsd.org>
8150
8151         * include/winerror.h (ERROR_*, SEC_E_*,RPC_S_*, FRS_ERR_*,
8152         DNS_*, WSA*, WAIT_TIMEOUT): Add missing error codes.
8153         (RPC_X_INVALID_PIPE_OPERATION): Remove define.
8154
8155
8156 2003-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
8157
8158         * include/ras.h (RASCONN[AW]): Add dwSessionId for
8159         (WINVER >= 0x501).
8160
8161 2003-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
8162
8163         * include/ras.h (RASCONN[AW]): Guard szDeviceType,
8164         szDeviceName fields with (WINVER >= 0x400). Add dwFlags, luid
8165         fields for (WINVER >= 0x501).
8166
8167 2003-01-23  Danny Smith  <dannysmith@users.sourceforge.net>
8168
8169         * lib/ws2_32.def (getaddrinfo, freeaddrinfo and getnameinfo):
8170         Add stubs.
8171         * include/ws2tcpip.h (IPV6_*) Add IPPROTO_IPV6 level socket
8172         options.
8173
8174 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
8175
8176         * include/winnt.h (IMAGE_FILE_AGGRESIVE_WS_TRIM
8177         IMAGE_FILE_LARGE_ADDRESS_AWARE): Add defines.
8178
8179 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
8180
8181         * include/accctrl.h (enum _SE_OBJECT_TYPE): Add
8182         SE_REGISTRY_WOW64_32KEY.
8183         Reported by: Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8184
8185 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
8186
8187         * include/commctrl.h (HDN_GETDISPINFO[AW]: Add defines.
8188         (tagNMHDDISPINFO[AW}: Add structures and typedefs.
8189         Reported by: Mat Nieuwenhoven  <matnieuw@users.sourceforge.net>
8190
8191 2003-01-10  Christopher Faylor  <cgf@redhat.com>
8192
8193         * include/winsock2.h: Remove gethostname from INSIDE_CYGWIN protection.
8194
8195 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
8196
8197         * lib/dxguid.c: Don't #include <objbase.h>.
8198         * include/unknwn.h: Partially revert change of 2002-12-26.
8199         Don't include <ole2.h>.
8200
8201 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
8202
8203         * lib/dinput.c: Don't #include <objbase.h>.
8204
8205 2003-01-08  Bart Oldeman  <bartoldeman@users.sourceforge.net>
8206
8207         * include/windows.h (ole2.h):Do #include for
8208         __WATCOMC__.
8209
8210 2003-01-05  Danny Smith  <dannysmith@users.sourceforge.net>
8211
8212         * include/winuser.h (SPI_SETWHEELSCROLLLINES) Add define.
8213         * include/zmouse.h (WHEEL_DELTA): Guard against prior
8214         definition.
8215         (WHEEL_PAGESCROLL): Likewise.
8216         (SPI_SETWHEELSCROLLLINES): Define, if not already done.
8217
8218 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
8219
8220         * include/winuser.h (SPI_GETWHEELSCROLLLINES) Add define.
8221         (WHEEL_PAGESCROLL): Add define.
8222
8223 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
8224
8225         * include/commctrl.h (tagNMTOOLBAR[AW]): Replace obsolete struct
8226         names tagTBNOTIFY[AW] and typedefs. Add defines for backward
8227         compatability. Add RECT field. Add UNICODE mappings for new
8228         names.
8229         (tagNMREBARCHEVRON): Add struct and typedefs for
8230         _WIN32_IE >= 0x0500.
8231
8232 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
8233
8234         * include/commctrl.h (TOOLINFO[AW]): Update structures.
8235         (LVHITTESTINFO): Likewise.
8236
8237         * include/wingdi.h (GRADIENT_TRIANGLE): Add structure.
8238         (GRADIENT_RECT): Likewise.
8239
8240 2003-01-03  Bang Jun-Young  <junyoung@netbsd.org>
8241
8242         * include/winerror.h (ERROR_OPLOCK_NOT_GRANTED,
8243         ERROR_INVALID_OPLOCK_PROTOCOL, ERROR_SOURCE_ELEMENT_EMPTY,
8244         ERROR_DESTINATION_ELEMENT_FULL, ERROR_ILLEGAL_ELEMENT_ADDRESS,
8245         ERROR_MAGAZINE_NOT_PRESENT, ERROR_DEVICE_REINITIALIZATION_NEEDED,
8246         ERROR_DEVICE_REQUIRES_CLEANING, ERROR_DEVICE_DOOR_OPEN,
8247         ERROR_DEVICE_NOT_CONNECTED, ERROR_NOT_FOUND, ERROR_NO_MATCH,
8248         ERROR_SET_NOT_FOUND, ERROR_NO_TRACKING_SERVICE,
8249         ERROR_JOURNAL_DELETE_IN_PROGRESS, ERROR_JOURNAL_NOT_ACTIVE,
8250         ERROR_JOURNAL_ENTRY_DELETED, ERROR_ONLY_IF_CONNECTED,
8251         ERROR_NOT_SUPPORTED_ON_SBS, ERROR_SERVER_SHUTDOWN_IN_PROGRESS,
8252         ERROR_MUTUAL_AUTH_FAILED, ERROR_TIME_SKEW, ERROR_DEVICE_REMOVED,
8253         RPC_S_INVALID_ASYNC_HANDLE, RPC_S_INVALID_ASYNC_CALL,
8254         RPC_X_PIPE_CLOSED, RPC_X_PIPE_DISCIPLINE_ERROR, RPC_X_PIPE_EMPTY,
8255         ERROR_CANT_ACCESS_FILE, ERROR_CANT_RESOLVE_FILENAME,
8256         ERROR_WMI_GUID_NOT_FOUND, ERROR_WMI_INSTANCE_NOT_FOUND,
8257         ERROR_WMI_ITEMID_NOT_FOUND, ERROR_WMI_TRY_AGAIN, ERROR_WMI_READ_ONLY,
8258         ERROR_WMI_SET_FAILURE, ERROR_TRANSPORT_FULL, ERROR_FILE_OFFLINE,
8259         ERROR_REMOTE_STORAGE_NOT_ACTIVE, ERROR_REMOTE_STORAGE_MEDIA_ERROR,
8260         ERROR_NOT_A_REPARSE_POINT, ERROR_REPARSE_ATTRIBUTE_CONFLICT,
8261         ERROR_INVALID_REPARSE_DATA, ERROR_REPARSE_TAG_INVALID,
8262         ERROR_REPARSE_TAG_MISMATCH, ERROR_FILE_ENCRYPTED,
8263         ERROR_FILE_NOT_ENCRYPTED, ERROR_NOT_EXPORT_FORMAT,
8264         ERROR_CTX_WINSTATION_NAME_INVALID, ERROR_CTX_INVALID_PD,
8265         ERROR_CTX_PD_NOT_FOUND, ERROR_CTX_WD_NOT_FOUND,
8266         ERROR_CTX_CLOSE_PENDING, ERROR_CTX_NO_OUTBUF,
8267         ERROR_CTX_MODEM_INF_NOT_FOUND, ERROR_CTX_INVALID_MODEMNAME,
8268         ERROR_CTX_MODEM_RESPONSE_ERROR, ERROR_CTX_MODEM_RESPONSE_TIMEOUT,
8269         ERROR_CTX_MODEM_RESPONSE_NO_CARRIER,
8270         ERROR_CTX_MODEM_RESPONSE_NO_DIALTONE, ERROR_CTX_MODEM_RESPONSE_BUSY,
8271         ERROR_CTX_MODEM_RESPONSE_VOICE, ERROR_CTX_TD_ERROR,
8272         ERROR_CTX_WINSTATION_NOT_FOUND, ERROR_CTX_WINSTATION_ALREADY_EXISTS,
8273         ERROR_CTX_WINSTATION_BUSY, ERROR_CTX_BAD_VIDEO_MODE,
8274         ERROR_CTX_GRAPHICS_INVALID, ERROR_CTX_NOT_CONSOLE,
8275         ERROR_CTX_CLIENT_QUERY_TIMEOUT, ERROR_CTX_CONSOLE_DISCONNECT,
8276         ERROR_CTX_CONSOLE_CONNECT, ERROR_CTX_SHADOW_DENIED,
8277         ERROR_CTX_WINSTATION_ACCESS_DENIED, ERROR_CTX_INVALID_WD,
8278         ERROR_CTX_SHADOW_INVALID, ERROR_CTX_SHADOW_DISABLED,
8279         ERROR_CTX_CLIENT_LICENSE_IN_USE, ERROR_CTX_CLIENT_LICENSE_NOT_SET,
8280         ERROR_CTX_LICENSE_NOT_AVAILABLE, ERROR_CTX_LICENSE_CLIENT_INVALID,
8281         ERROR_CTX_LICENSE_EXPIRED, ERROR_DS_MEMBERSHIP_EVALUATED_LOCALLY,
8282         ERROR_DS_NO_ATTRIBUTE_OR_VALUE, ERROR_DS_INVALID_ATTRIBUTE_SYNTAX,
8283         ERROR_DS_ATTRIBUTE_TYPE_UNDEFINED, ERROR_DS_ATTRIBUTE_OR_VALUE_EXISTS,
8284         ERROR_DS_BUSY, ERROR_DS_UNAVAILABLE, ERROR_DS_NO_RIDS_ALLOCATED,
8285         ERROR_DS_NO_MORE_RIDS, ERROR_DS_INCORRECT_ROLE_OWNER,
8286         ERROR_DS_RIDMGR_INIT_ERROR, ERROR_DS_OBJ_CLASS_VIOLATION,
8287         ERROR_DS_CANT_ON_NON_LEAF, ERROR_DS_CANT_ON_RDN,
8288         ERROR_DS_CANT_MOD_OBJ_CLASS, ERROR_DS_CROSS_DOM_MOVE_ERROR,
8289         ERROR_DS_GC_NOT_AVAILABLE, ERROR_SHARED_POLICY,
8290         ERROR_POLICY_OBJECT_NOT_FOUND, ERROR_POLICY_ONLY_IN_DS,
8291         ERROR_DS_ADMIN_LIMIT_EXCEEDED, ERROR_DS_DS_REQUIRED,
8292         ERROR_DS_SAM_INIT_FAILURE, ERROR_DS_SENSITIVE_GROUP_VIOLATION,
8293         ERROR_DS_CANT_MOD_PRIMARYGROUPID, ERROR_DS_INVALID_GROUP_TYPE,
8294         ERROR_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN,
8295         ERROR_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN,
8296         ERROR_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER,
8297         ERROR_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER,
8298         ERROR_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER,
8299         ERROR_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER,
8300         ERROR_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER,
8301         ERROR_DS_HAVE_PRIMARY_MEMBERS, ERROR_DS_SAM_NEED_BOOTKEY_PASSWORD,
8302         ERROR_DS_SAM_NEED_BOOTKEY_FLOPPY, ERROR_DS_CANT_START,
8303         ERROR_DS_INIT_FAILURE, ERROR_SAM_INIT_FAILURE, ERROR_DS_GC_REQUIRED,
8304         ERROR_DS_LOCAL_MEMBER_OF_LOCAL_ONLY,
8305         ERROR_DS_NO_FPO_IN_UNIVERSAL_GROUPS,
8306         ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED):
8307         Add missing error codes.
8308
8309 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
8310
8311         * lib/kernel32.c (GetCurrentFiber): Remove blank input field in
8312         asm code.
8313         (GetFiberData): Likewise.
8314
8315 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
8316
8317         * include/winnt.h (GetCurrentFiber): Remove blank input field in
8318         asm code.
8319         (GetFiberData): Likewise.
8320
8321 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
8322
8323         * include/winerror.h (ERROR_DIFFERENT_SERVICE_ACCOUNT,
8324         ERROR_EXE_MACHINE_TYPE_MISMATCH, ERROR_HOOK_TYPE_NOT_ALLOWED,
8325         ERROR_INVALID_KEYBOARD_HANDLE, ERROR_INVALID_PRINT_MONITOR,
8326         ERROR_PRINT_MONITOR_IN_USE, ERROR_PRINTER_HAS_JOBS_QUEUED,
8327         ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION,
8328         ERROR_SUCCESS_REBOOT_REQUIRED, ERROR_SUCCESS_RESTART_REQUIRED,
8329         ERROR_TIMEOUT, OR_INVALID_OID, OR_INVALID_OXID,
8330         OR_INVALID_SET, RPC_X_INVALID_PIPE_OPERATION): Add missing
8331         error codes.
8332         Re-sort codes.
8333
8334 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
8335
8336         * include/winspool.h (PRINTER_INFO_6): Add.
8337         Reported by: Mat Nieuwenhoven  <matnieuw@users.sourceforge.net>
8338
8339 2002-12-30  Hartmut Honisch  <hhonisch@users.sourceforge.net>
8340
8341         * include/winbase.h (NMPWAIT_WAIT_FOREVER): Cast to DWORD.
8342
8343         * lib/ntdll.def (NtConnectPort, NtOpenEvent,
8344         NtRequestWaitReplyPort, NtWaitForSingleObject,ZwConnectPort,
8345         ZwOpenEvent, ZwRequestWaitReplyPort, ZwWaitForSingleObject):
8346         Add stubs.
8347
8348 2002-12-30  Danny Smith  <dannysmith@users.sourceforge.net>
8349
8350         * include/wingdi.h (wglGetLayerPaletteEntries): Correct
8351         prototype. Thanks to: Joe Krahn  <jkrahn at nc dot rr dot com>.
8352
8353 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8354
8355         * include/wingdi.h (DOCINFOA): Replace LPCTSTR with LPCSTR.
8356
8357 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8358
8359         * include/wingdi.h (BALTIC_CHARSET, JOHAB_CHARSET,
8360         VIETNAMESE_CHARSET): Remove duplicate defines.
8361         * lib/comctl32.def (ImageList_SetImageCount): Add stub.
8362
8363 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8364
8365         * include/dbt.h (DEV_BROADCAST_PORT): Add UNICODE version.
8366         Thanks to: Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8367
8368 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8369
8370         * include/unknwn.h: Include windows.h and ole2.h before header
8371         guard to avoid circular inclusion of COM headers.
8372
8373 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8374
8375         * include/dde.h (PackDDElParam, UnpackDDElParam,FreeDDElParam,
8376         ReuseDDElParam): Use __WIN64 compatible typedefs.
8377
8378 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8379
8380         * include/accctrl.h (ACTRL_ACCESS_ENTRY[AW]): Make
8381         lpInheritProperty member const.
8382         (ACTRL_PROPERTY_ENTRY[AW]): Make lpProperty member
8383         const.
8384
8385 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8386
8387         * include/commcat.h: Don't include windows.h or ole2.h ifdef
8388         COM_NO_WINDOWS_H.
8389         * include/unknwn.h: Ditto.
8390
8391 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8392
8393         * include/imm.h (ImmGetCompositionFont[AW],
8394         ImmSetCompositionFont[AW]): Add NOGDI guard.
8395
8396 2002-12-19  Danny Smith  <dannysmith@users.sourceforge.net>
8397
8398         * include/ddk/hidusage.h: Remove unneccessary #pragma pack's.
8399         * include/ddk/miniport.h (EMULATOR_PORT_ACCESS_TYPE): Define
8400         before using.
8401         (VIDEO_ACCESS_RANGE): Guard against prior definition.
8402         * include/ddk/minitape.h (INQUIRYDATA): Guard against prior
8403         definition.
8404         * include/ddk/ndis.h (DECLARE_UNKNOWN_PROTOTYPE): Correct macro.
8405         * include/ddk/ndisguid.h: Remove unneccessary #pragma pack's.
8406         * include/ddk/scsi.h (INQUIRYDATA): Guard against prior
8407         definition.
8408         * include/ddk/scsiwmi.h (GUID): Define if not already done.
8409         (LPCGUID): Likewise.
8410         * include/ddk/tdi.h: Close "Listen flags" comment.
8411         * include/ddk/tdistat.h: Remove unneccessary #pragma pack's.
8412         * include/ddk/video.h:  Add #pragma pack(push,4) to balance.
8413         (VIDEO_ACCESS_RANGE): Guard against prior definition.
8414         * include/ddk/videoagp.h:Add #pragma pack(push,4) to balance.
8415         * include/ddk/win2k.h: Likewise.
8416         * include/ddk/winddi.h: Likewise.
8417         * include/ddk/winddk.h: Likewise.
8418         * include/ddk/winnt4.h: Likewise.
8419         * include/ddk/ws2san.h: Likewise.
8420         * include/ddk/xfilter.h: Remove unbalanced #pragma pack(pop).
8421         * include/ddk/video.h: Don't process rest of file ifdef
8422         __WINDDI_H.
8423         * include/ddk/winddi.h: Don't process rest of file ifdef
8424         __VIDEO_H.
8425         * include/ddk/usb.h: Don't process rest of file ifdef
8426         __USBDI_H.
8427         * include/ddk/usbdi.h: Don't process rest of file ifdef
8428         __USB_H.
8429         * include/ddk/usbcamdi.h: Don't process rest of file if
8430         !defined(__USB_H) && !defined(__USBDI_H)
8431
8432 2002-12-18  James E. Lucas  <xelloss@users.sourceforge.net>
8433
8434         * include/winnetwk.h (WNetResourceInformation[AW]): Correct
8435         prototypes.
8436         * include/winuser.h (GetAncestor) Add prototype.
8437         (GA_PARENT, GA_ROOT, GA_ROOTOWNER): Add defines.
8438         (EWX_FORCEIFHUNG): Add define for _WIN32_WINNT >= 0x0500.
8439         (SPI_GETACTIVEWINDOWTRACKING, SPI_GETACTIVEWNDTRKZORDER,
8440         SPI_GETACTIVEWNDTRKTIMEOUT, SPI_SETACTIVEWINDOWTRACKING
8441         SPI_SETACTIVEWNDTRKZORDER, SPI_SETACTIVEWNDTRKTIMEOUT): Add
8442         defines.
8443         * lib/user32.def (GetAncestor@8): Add stub.
8444
8445 2002-12-15  Danny Smith  <dannysmith@users.sourceforge.net>
8446
8447         * include/windows.h: Guard inclusion of wingdi.h,
8448         commdlg.h, winspool.h, ole2.h with NOGDI.
8449         * include/winuser.h (ICONMETRICS, NONCLIENTMETRICS,
8450         ChangeDisplaySettings, CreateDesktop, EnumDisplaySettings):
8451         Guard with NOGDI.
8452
8453 2002-12-12  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8454
8455         * include/oleacc.h (SELFLAG_*): Change to enum.
8456
8457 2002-12-11  Danny Smith  <dannysmith@users.sourceforge.net>
8458
8459         * include/shlobj.h (IShellLinkW::GetPath): Correct prototype.
8460         Thanks to: Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
8461
8462 2002-12-09  Danny Smith  <dannysmith@users.sourceforge.net>
8463
8464         * include/shellapi.h (ExtractIconEx[AW]): Correct return type
8465         to UINT.
8466         Thanks to: Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
8467
8468 2002-12-07  Danny Smith  <dannysmith@users.sourveforge.net>
8469
8470         * include/winuser.h (AllowSetForegroundWindow,
8471         LockSetForegroundWindow): Add prototypes.
8472         (ASFW_ANY, LSFW_LOCK, LSFW_UNLOCK) Add defines.
8473         Thanks to:  Pat Thoyts  <patthoyts@users.sourceforge.net>
8474         * lib/winuser.def (AllowSetForegroundWindow,
8475         LockSetForegroundWindow): Add stubs.
8476
8477 2002-12-06  Ken Fitlike  <kenfitlike@users.sourceforge.net>
8478
8479         * include/commctrl.h (TN_GETDISPINFO[AW]): Add defines and
8480         UNICODE mappings.
8481         (tagNMTTDISPINFO[AW]): Replace obsolete struct names
8482         tagTOOLTIPTEXT[AW] and typedefs. Add defines for backward
8483         compatability. Add lParam field. Add UNICODE mappings for new
8484         names.
8485
8486 2002-12-02  Andrew Stadt  <acstadt@sympatico.ca>
8487
8488         * include/shellapi.h (_SHFILEOPSTRUCTA,_SHFILEOPSTRUCTW):
8489         Wrap with pshpack2.h/poppack.h to correct alignment.
8490
8491 2002-12-02  Ken Fitlike  <kenfitlike@users.sourceforge.net>
8492
8493         * include/commctrl.h (LVBKIF_*): Add defines.
8494         (LVM_SETIMAGE[AW]): Add defines and UNICODE mappings.
8495         (LVM_GETIMAGE[AW]): Add defines and UNICODE mappings.
8496         (LVBKIMAGE[AW]): Add defines and UNICODE mappings.
8497         (LPLVBKIMAGE[AW]): Add defines and UNICODE mappings.
8498         (LVM_GETBKIMAGE[AW]): Add defines and UNICODE mappings.
8499         (LVM_SETBKIMAGE[AW]): Add defines and UNICODE mappings.
8500         (ListView_GetBkImage): Add define.
8501         (ListView_SetBkImage): Add define.
8502         (LVBKIMAGE): Add structures and typedefs.
8503
8504 2002-11-25  Earnie Boyd  <earnie@users.sf.net>
8505
8506         * include/w32api.h: Increment to version 2.2
8507         * Makefile.in: Ditto.
8508
8509 2002-11-25  Earnie Boyd  <earnie@users.sf.net>
8510
8511         * lib/Makefile.in (dist, install): Correct the install destinations.
8512         * lib/ddk/Makefile.in (dist, install): Ditto.
8513
8514 2002-11-16  Danny Smith  <dannysmith@users.sourceforge.net>
8515
8516         * lib/uuid.c (CATID_InternetAware,CLSID_HttpSProtocol,
8517         CLSID_PSUrlMonProxy,CLSID_StdURLMoniker,IID_IObjectWithSite,
8518         IID_IPersistMoniker,IID_IProgressNotify): Correct off-by-one bug
8519         in definitions.
8520         (CLSID_CFontPropPage00, GUID_FONTUNDERSCORE11,
8521         IID_IOleControlSite89): Remove.
8522
8523 2002-11-15  Christopher Faylor  <cgf@redhat.com>
8524
8525         * lib/uuid.c (IID_IRunnableObject): Remove duplicate definition.
8526         (IID_IStdMarshalInfo): Ditto.
8527
8528 2002-11-15  Christopher Faylor  <cgf@redhat.com>
8529
8530         * lib/uuid.c (IID_IOleInPlaceSite): Remove duplicate definition.
8531         (IID_IPersistStorage): Ditto.
8532
8533 2002-11-15  Weiqi Gao  <weiqigao@users.sourceforge.net>
8534
8535         * lib/uuid.c (CLSID_PSClassObject, CLSID_PSEnumerators,
8536         IID_IClassActivator, IID_IClientSecurity, IID_ICreateTypeInfo,
8537         IID_ICreateTypeLib2, IID_IOleInPlaceSite, IID_IPersistStorage,
8538         IID_IRunnableObject, IID_IServerSecurity, IID_IStdMarshalInfo):
8539         Correct definitions.
8540
8541 2002-11-15  Danny Smith  <dannysmith@users.sourceforge.net>
8542
8543         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
8544         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
8545         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
8546         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
8547         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
8548         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
8549         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
8550         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
8551         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
8552         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
8553         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
8554         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
8555         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
8556         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
8557         xfilter.h): Change comment to refer w32api package, not MinGW.
8558
8559 2002-11-15  Danny Smith  <dannysmith@users.sourceforge.net>
8560
8561         * include/ddk/ntddk.h: Include winnt.h as system header.
8562
8563 2002-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
8564
8565         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
8566         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
8567         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
8568         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
8569         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
8570         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
8571         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
8572         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
8573         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
8574         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
8575         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
8576         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
8577         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
8578         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
8579         xfilter.h): Fix typo in disclaimer comment.
8580
8581 2002-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
8582
8583         * include/exdisp.h: Include oaidl.h as system header.
8584
8585 2002-11-12  Earnie Boyd  <earnie@users.sf.net>
8586
8587         * include/w32api.h (__W32API_VERSION): Fix.
8588
8589 2002-11-09  Weiqi Gao  <weiqigao@users.sourceforge.net>
8590
8591         * lib/uuid.c (IID_ICatInformation): Correct definition.
8592
8593 2002-11-07  Danny Smith  <dannysmith@users.sourceforge.net>
8594
8595         * include/oleauto.h (DeregisterTypeLib): Remove.
8596         (UnRegisterTypeLib): Add prototype.
8597
8598 2002-11-07  Christopher January  <chris@atomice.net>
8599
8600         * include/winioctl.h: Add definition for IOCTL_DISK_UPDATE_DRIVE_SIZE.
8601
8602 2002-11-04  Danny Smith  <dannysmith@users.sourceforge.net>
8603
8604         * include/winnt.h (VerSetConditionMask): Add prototype.
8605         * lib/kernel32.def (VerifyVersionInfo[AW]): Add stubs.
8606
8607 2002-10-16  Danny Smith  <dannysmith@users.sourceforge.net>
8608
8609         * include/winuser.h (MONITORINFOEX[AW]): Add structure
8610         definitions and ANSI/UNICODE mappings.
8611         Cleanup whitespace.
8612
8613 2002-10-14  Earnie Boyd  <earnie@users.sf.net>
8614
8615         * Makefile.in: Add components for lib/ddk.  Adjust for autoconf-2.53.
8616         * configure.in: Ditto.
8617         * lib/Makefile.in: Ditto.
8618         * lib/ddk/Makefile.in: Correct installation procedure.  Adjust for
8619         autoconf-2.53.
8620         * configure: Regenerate.
8621
8622 2002-10-14  Danny Smith  <dannysmith@users.sourceforge.net>
8623
8624         * include/windows.h: Don't include basetyps.h.
8625         * include/objfwd.h: Do include basetyps.h.
8626
8627 2002-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
8628
8629         * include/objbase.h: Include rpc.h and rpcndr.h
8630         before header guard.
8631
8632 2002-10-11  Danny Smith  <dannysmith@users.sourceforge.net>
8633
8634         * include/olectl.h (PROPPAGEINFO): Change type of
8635         field cb to ULONG.
8636
8637 2002-10-11  Steven Edwards  <Steven_Ed4153@yahoo.com>
8638
8639         * lib/ntdll.def (RtlAcquireResourceExclusive,
8640         RtlAcquireResourceShared, RtlDeleteResource,
8641         RtlInitializeResource, RtlReleaseResource,
8642         RtlTimeToSecondsSince1970) : Added missing exports.
8643
8644 2002-10-08  Heiko Gerdau  <hg@technosis.de>
8645
8646         * include/oleacc.h: New file.
8647         * include/winuser.h (ENDSESSION_LOGOFF) Add define.
8648         (OBJID_*) Add defines.
8649         * lib/uuid.c: Add DEFINE_GUID for IID_IAccessible.
8650         * lib/test.c: Include oleacc.h.
8651
8652 2002-10-06  Casper Hornstrup  <chorns@it.dk>
8653
8654         * include/ddk: New subdir.
8655         * lib/ddk: Ditto.
8656         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
8657         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
8658         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
8659         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
8660         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
8661         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
8662         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
8663         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
8664         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
8665         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
8666         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
8667         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
8668         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
8669         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
8670         xfilter.h): New files.
8671         * lib/ddk/(Makefile.in, apcups.def, cfgmgr32.def, dxapi.def,
8672         hal.def, hid.def, hidparse.def, mcd.def, ndis.def, ntoskrnl.def,
8673         scsiport.def, tdi.def, usbcamd.def, usbcamd2.def, videoprt.def,
8674         win32k.def): Ditto.
8675
8676 2002-10-04  Steven Edwards  <Steven_Ed4153@yahoo.com>
8677
8678         * lib/ntdll.def (NtAccessCheck, NtAdjustPrivilegesToken,
8679         NtCreateKey, NtDeleteKey, NtDeleteValueKey, NtEnumerateKey,
8680         NtEnumerateValueKey, NtOpenKey, NtOpenProcessToken,
8681         NtOpenThreadToken, NtQueryInformationToken, NtQueryKey,
8682         NtQueryValueKey, NtSetSecurityObject, NtSetValueKey,
8683         RtlAddAccessAllowedAce, RtlCreateAcl,
8684         RtlCreateSecurityDescriptor, RtlCreateUnicodeStringFromAsciiz,
8685         RtlGetAce, RtlGetControlSecurityDescriptor,
8686         RtlGetDaclSecurityDescriptor,RtlGetGroupSecurityDescriptor,
8687         RtlGetOwnerSecurityDescriptor,RtlGetSaclSecurityDescriptor,
8688         RtlImpersonateSelf, RtlIsTextUnicode, RtlLargeIntegerAdd,
8689         RtlLengthSecurityDescriptor, RtlMakeSelfRelativeSD,
8690         RtlMultiByteToUnicodeN RtlMultiByteToUnicodeSize,
8691         RtlOpenCurrentUser, RtlSetDaclSecurityDescriptor,
8692         RtlSetGroupSecurityDescriptor, RtlSetOwnerSecurityDescriptor,
8693         RtlSetSaclSecurityDescriptor, RtlValidSecurityDescriptor,
8694         ZwAccessCheck, ZwAdjustPrivilegesToken, ZwCreateKey,
8695         ZwDeleteValueKey, ZwEnumerateKey, ZwEnumerateValueKey,
8696         ZwOpenKey, ZwOpenProcessToken, ZwOpenThreadToken,
8697         ZwQueryInformationToken, ZwQueryKey, ZwQueryValueKey
8698         ZwSetSecurityObject, ZwSetValueKey): Added missing exports.
8699
8700 2002-10-04  "KJK::Hyperion"  <noog@libero.it>
8701
8702         *include/windef.h (WPARAM): Update typedef.
8703         (LPARAM): Ditto.
8704         (LRESULT): Ditto.
8705
8706 2002-10-04  "KJK::Hyperion"  <noog@libero.it>
8707
8708         * include/shlobj.h (CSIDL_*): Add defines.
8709
8710 2002-09-24  Danny Smith  <dannysmith@users.sourceforge.net>
8711
8712         * include/ws2tcpip.h: Throw error if winsock.h, not winsock2.h
8713         has been included first.
8714
8715 2002-09-24  René Møller Fonseca  <fonseca@users.sourceforge.net>
8716
8717         * include/winbase.h (FindFirstFileEx): Fixed ANSI mode.
8718         * include/wingdi.h (PFD_SWAP_LAYER_BUFFERS):Added define.
8719         * include/winuser.h (AppendMenu[AW]): Fixed prototypes.
8720
8721 2002-09-18  Eric R. Krause  <ekrause_98@users.sourceforge.net>
8722
8723         * include/winuser.h (DS_SHELLFONT): Define.
8724
8725 2002-09-17  Daniel Schlyder  <daniel@dascdev.net>
8726
8727         * include/winnt.h (VER_SUITE_BLADE): Define.
8728
8729 2002-09-17  Danny Smith  <dannysmith@users.sourceforge.net>
8730
8731         * include/shlobj.h (SHGetSpecialFolderPath[AW]):
8732         Add _WIN32_IE guard. Correct prototype for wide version.
8733         (SHGetFolderPath): Add comment on shfolder.dll.
8734         (SHGetFolderLocation): Add prototyope for WinME and W2K.
8735         (SHGetFolderPathAndSubDir[AW]): Add prototypes for XP.
8736
8737 2002-09-16  Danny Smith  <dannysmith@users.sourceforge.net>
8738
8739         * lib/shell32.def (SHGetFolderPath[AW]): Add comment.
8740         * lib/shfolder.def: New file.
8741
8742 2002-09-12  Danny Smith  <dannysmith@users.sourceforge.net>
8743
8744         * include/winsock.h (timeval): Guard struct and associated
8745         macros with _TIMEVAL_DEFINED.
8746         * include/winsock2.h (timeval): Likewise.
8747
8748 2002-09-11  Danny Smith  <dannysmith@users.sourceforge.net>
8749
8750         * lib/shell32.def (SHBindtoParent,SHCreateDirectoryEx[AW],
8751         SHCreateProcessAsUserW,SHCreateQueryCancelAutoPlayMoniker,
8752         SHCreateShellItem,SHEmptyRecycleBin[AW],
8753         SHEnumerateUnreadMailAccountsW,SHExtractIconsW,
8754         SHGetDataFromIDList[AW],SHGetDiskFreeSpace[AW],
8755         SHGetDiskFreeSpaceEx[AW],SHGetFolderLocation,
8756         SHGetFolderPathAndSubDir[AW],SHGetIconOverlayIndex[AW],
8757         SHGetNewLinkInfo[AW],SHGetSettings,SHGetUnreadMailCountW,
8758         SHInvokePrinterCommand[AW],SHIsFileAvailableOffline,
8759         SHLoadNonloadedIconOverlayIdentifiers,
8760         SHOpenFolderAndSelectItems,SHParseDisplayName,
8761         SHPathPrepareForWrite[AW],SHQueryRecycleBin[AW],
8762         SHSetLocalizedName,SHSetUnreadMailCountW,
8763         SHUpdateRecycleBinIcon: Add missing stubs.
8764
8765 2002-09-07  Earnie Boyd  <earnie@users.sf.net>
8766
8767         * include/windef.h (WINVER): Add documentation.
8768         (_WIN32_WINNT): Ditto.
8769         Special thanks to Paul Schmidt <paul@tricattechnologies.com>
8770
8771 2002-09-06  Danny Smith  <dannysmith@users.sourceforge.net>
8772
8773         * lib/Makefile.in (TEST_OPTIONS): Define WINVER to 0x0666.
8774
8775 2002-09-04  Kevin Chase  <kevincha99@hotmail.com>
8776
8777         * include/winbase.h (AllocateUserPhysicalPages,
8778         MapUserPhysicalPages, MapUserPhysicalPagesScatter,
8779         FreeUserPhysicalPages): Add prototypes.
8780         * lib/kernel32.def: Add function stubs for above.
8781
8782 2002-09-03  René Møller Fonseca  <fonseca@users.sourceforge.net>
8783
8784         * include/winuser.h (IDTRYAGAIN,IDCONTINUE): Add defines.
8785         Add WINVER guards for dialog box command id defines.
8786
8787 2002-09-03  Earnie Boyd  <earnie@users.sf.net>
8788
8789         * include/wincon.h (GetConsoleWindow): Add _WIN32_WINNT >= 0x0500 guard.
8790
8791 2002-08-30  Christopher January  <ccj00@doc.ic.ac.uk>
8792
8793         * include/wincon.h: Define GetConsoleWindow(void).
8794
8795 2002-08-28  Earnie Boyd  <earnie@users.sf.net>
8796
8797         * include/w32api.h: Increment version to 2.1.
8798         * Makefile.in: Ditto.
8799
8800 2002-08-26  Bart Oldeman  <bart.oldeman@btinternet.com>
8801
8802         * include/winsock2.h (SOCKET_ADDRESS): Define if
8803         __CSADDR_T_DEFINED is not defined (copied from nspapi.h)
8804         (CSADDR_INFO): Ditto.
8805         (nspapi.h) : Don't include. Removed FIXME comment.
8806         * include/nspapi.h (SOCKET_ADDRESS) Only define if
8807         __CSADDR_T_DEFINED is not defined.
8808         (CSADDR_INFO): Ditto.
8809         (BLOB): Add structure and typedef if not already defined.
8810         (NS_*): Add defines.
8811         (SERVICE_*): Ditto.
8812         (SERVICE_ADDRESS): Add structure and typedefs.
8813         (SERVICE_ADDRESSES): Ditto.
8814         (SERVICE_INFO[AW]): Ditto, and add UNICODE mappings.
8815         (LPSERVICE_ASYNC_INFO): Add typedef.
8816         (SetService[AW], GetAddressByName[AW]): Add prototypes and UNICODE
8817         mappings.
8818         * include/wsipx.h: New file.
8819         * include/svcguid.h: New file.
8820         * lib/test.c: Include wspix.h and svcguid.h.
8821
8822 2002-08-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8823
8824         * include/wsahelp.h: New file.
8825         * lib/test.c: Include wsahelp.h.
8826
8827 2002-08-21  Earnie Boyd  <earnie@users.sf.net>
8828
8829         * include/commctrl.h (NMCUSTOMDRAW): Fix lItemlParam.
8830         Thanks to: "Phil Dempster" <p_dempster@yahoo.co.uk>.
8831
8832 2002-08-20  Danny Smith  <dannysmith@users.sourceforge.net>
8833
8834         * include/ws2spi.h: Modify comment about being part of
8835         mingw32 package.
8836         (winsock2.h): Change "" to <>.
8837
8838 2002-08-20  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8839
8840         * include/ws2spi.h: New file.
8841         * lib/test.c: Include ws2spi.h.
8842
8843 2002-08-20  Danny Smith  <dannysmith@users.sourceforge.net>
8844
8845         * include/winsock2.h (WSAIsBlocking,WSAUnhookBlockingHook,
8846         WSASetBlockingHook,WSACancelBlockingCall): Expose deprecated
8847         functions.
8848
8849 2002-08-17  Danny Smith  <dannysmith@users.sourceforge.net>
8850
8851         * include/winuser.h (CURSOR_SHOWING) Add define.
8852         Thanks to: Jan Hlavatý  <hlavac@users.sourceforge.net>
8853
8854 2002-08-17  Danny Smith  <dannysmith@users.sourceforge.net>
8855
8856         * include/winerror.h: Cast OLE error codes to HRESULT.
8857         Thanks to: Gunnar Degnbol <gdegnbol@users.sourceforge.net>
8858
8859 2002-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
8860
8861         * include/wincrypt.h (ALG_*): Add defines.
8862         (CALG_*): Ditto.
8863         (CRYPT_*): Ditto.
8864         (PP_*): Ditto.
8865         (PROV_*): Ditto.
8866         (PRIVATEKEYBLOB): Add define.
8867
8868 2002-08-14  Earnie Boyd  <earnie@users.sf.net>
8869
8870         * include/shlobj.h (SHGetFolderPath): Add define.
8871         * lib/shell32.def (SHGetSpecialFolderPath): Add export.
8872         (SHGetFolderPath): Ditto.
8873
8874 2002-08-13  Danny Smith  <dannysmith@users.sourceforge.net>
8875
8876         * include/commdlg.h: Don't include COM headers or use
8877         COM-dependent symbols if __OBJC__.
8878
8879 2002-08-13  Danny Smith  <dannysmith@users.sourceforge.net>
8880
8881         * include/wincrypt.h (CryptDuplicateHash, CryptDuplicateKey):
8882         Add prototypes.
8883
8884 2002-08-12  Andriy Palamarchuk  <apa3a@yahoo.com>
8885
8886         * include/shellapi.h (FOF_NOERRORUI): Add define.
8887
8888 2002-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
8889
8890         * include/objidl.h (IEnumMoniker): Put 'interface' back.
8891
8892 2002-08-11  Danny Smith  <dannysmith@users.sourceforge.net>
8893
8894         * include/objidl.h (IEnumMoniker): Correct declaration.
8895
8896 2002-08-09  Mark Schreiber  <mark7@users.sourceforge.net>
8897
8898         * include/wincrypt.h (CRYPT_NOHASHOID): Add define.
8899
8900 2002-08-09  Danny Smith  <dannysmith@users.sourceforge.net>
8901
8902         * include/commctrl.h: Whitespace change.
8903
8904 2002-08-09  Lars Munch  <lars@segv.dk>
8905
8906         * include/commctrl.h (tagTVHITTESTINFO): Replace obsolete
8907         struct name _TVHITTESTINFO and typedefs and add defines for
8908         backward compatability.
8909         (ListView_SetExtendedListViewStyleEx): Add macro.
8910
8911 2002-08-05  Danny Smith  <dannysmith@users.sourceforge.net>
8912
8913         * include/wingdi.h (AlphaBlend,GradientFill,TransparentBlt):
8914         Add prototypes.
8915         * lib/msimg32.def: New file, with stubs for above.
8916
8917 2002-08-03  Danny Smith  <dannysmith@users.sourceforge.net>
8918
8919         * include/winbase.h (AddAccessAllowedAceEx,AddAccessDeniedAceEx,
8920         GetFileSizeEx, SetFilePointerEx): Add prototypes.
8921         (EncryptFile[AW], FileEncryptionStatus[AW]): Add prototypes
8922         and UNICODE mappings.
8923
8924 2002-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
8925
8926         * include/winbase.h (ReadFileScatter, WriteFileGather):
8927         Change second parameter to pointer.
8928
8929 2002-07-31  Danny Smith  <dannysmith@users.sourceforge.net>
8930
8931         * include/wininet.h (InternetReadFileEx[AW]). Add prototypes and
8932         UNICODE mappings.
8933         * lib/wininet.def: Regenerate.
8934
8935 2002-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
8936
8937         * include/windef.h (PVOID): Move typedef to...
8938         * include/winnt: ...here.
8939         (PVOID64): New typedef.
8940
8941         * include/winnt,h (FILE_SEGMENT_ELEMENT): Define union.
8942         * include/winbase.h (ReadFileScatter, WriteFileGather):
8943         Add prototypes.
8944
8945         * include/winnt,h (PROCESSOR_ARCHITECTURE_*): Add defines.
8946         (PROCESSOR_INTEL_IA64): Add define.
8947
8948 2002-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
8949
8950         * include/oleidl.h (MK_ALT): Define.
8951
8952 2002-07-26  Mattia Barbon  <mbarbon@dsi.unive.it>
8953
8954         * include/exdisp.h: New file.
8955         * include/exdispid.h: New file.
8956         * include/mshtml.h: New file.
8957         * lib/test.c: #include exdisp.h and mshtml.h
8958         * lib/uuid.c (CLSID_WebBrowser, DIID_DWebBrowserEvents,
8959         DIID_DWebBrowserEvents2, IID_IHTMLDocument, IID_IHTMLDocument2,
8960         IID_IHTMLElement, IID_IHTMLSelectionObject, IID_IHTMLTxtRange,
8961         IID_IWebBrowser, IID_IWebBrowser2, IID_IWebBrowserApp):
8962         New GUIDs.
8963
8964 2002-07-26  Mattia Barbon  <mbarbon@dsi.unive.it>
8965
8966         * include/docobj.h: New file.
8967         * include/idispids.h: New file.
8968         * include/objidl.h (IID_IMoniker): Declare.
8969         * include/ocidl.h (READYSTATE): New enum.
8970         (IOleInPlaceSiteEx): New interface.
8971         * include/olectlid.h (IID_IEnumSTATSTG): New interface
8972         identifier.
8973         * include/oleidl.h (IOleItemContainer, IOleInPlaceObject,
8974         IOleInPlaceSite): New interfaces.
8975         * lib/test.c: #include docobj.h,idispids.h,
8976
8977 2002-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
8978
8979         * include/shlobj.h (BFFM_VALIDATEFAILED[AW]): Add defines.
8980         (BFFM_SETSTATUSTEXT, BFFM_SETSELECTION): UNICODE them.
8981
8982 2002-07-25  Mattia Barbon  <mbarbon@dsi.unive.it>
8983
8984         * include/commctrl.h: Avoid redefinition of CDN_FIRST/LAST.
8985         * include/commdlg.h: Likewise.
8986
8987 2002-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
8988
8989         * include/oleauto.h (V_UNION): Correct definition for case of
8990         NONAMELESSUNION:
8991         (V_VT): Likewise.
8992
8993 2002-07-23  Danny Smith  <dannysmith@users.sourceforge.net>
8994
8995         * include/oleauto.h (V_BOOL): Define in terms of boolVal,
8996         not bool, for C as well as C++.
8997
8998 2002-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
8999
9000         * include/shlwapi.h: New file.
9001         Thanks to: Mattia Barbon  <mbarbon@dsi.unive.it> and
9002         Victor Porton  <porton@narod.ru> for contributions.
9003         * lib/shlwapi.def: New file.
9004         * lib/test.c: #include shlwapi.h.
9005
9006 2002-07-21  Bart Oldeman  <bart.oldeman@btinternet.com>
9007
9008         * include/shlobj.h (FCIDM_MENU_FAVORITES): Remove bogus
9009         character.
9010         * include/winsock2.h (struct sockaddr): Use __int64 instead of
9011         long long.
9012         * lib/kernel32.c (GetCurrentFiber, GetFiberData): Watcom
9013         does not need external *Fiber library functions.
9014
9015 2002-07-20  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9016
9017         * include/winbase.h (GetEnvironmentStringsA): Remove duplicate
9018         definition.
9019         (Interlocked*): Wrap in #ifndef __INTERLOCKED_DECLARED to
9020         avoid compile error when already defined.
9021
9022 2002-07-20  Steven Edwards  <Steven_Ed4153@yahoo.com>
9023
9024         * include/winuser.h (WM_MENURBUTTONUP): Add define.
9025
9026 2002-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
9027
9028         * include/commdlg.h: Define CDN_* notification message constants
9029         as UINT.
9030
9031 2002-07-17  Mattia Barbon  <mbarbon@users.sourceforge.net>
9032
9033         * include/commctrl.h: Define notification message constants for
9034         NMHDR.code as UINT.
9035
9036 2002-07-17   Bart Oldeman  <bart.oldeman@btinternet.com>
9037
9038         * include/ddeml.h (MH_*) Add defines.
9039         (MONHSZSTRUCT): Add structure and typedefs.
9040         (MONLINKSTRUCT): Ditto.
9041         (MONCONVSTRUCT): Ditto.
9042         (MONCBSTRUCT): Ditto.
9043         (MONERRSTRUCT): Ditto.
9044         (MONMSGSTRUCT): Ditto.
9045         * include/windef.h: Don't define __cdecl or _cdecl for
9046         __WATCOM__.
9047         Don't define _export or __export for __WATCOM__.
9048         * include/windows.h (imm.h): #include.
9049         * include/winnt.h (LPEXCEPTION_RECORD): Add typedef.
9050
9051 2002-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
9052
9053         * include/wtypes.h: Remove duplicate #includes of rpc.h and
9054         rpcndr.h.
9055
9056 2002-07-05  Luke Dunstan  <infidel@users.sourceforge.net>
9057
9058         * include/winbase.h (OpenThread): Add prototype.
9059         * lib/kernel32.def (OpenThread): Add symbol.
9060
9061 2002-07-04  Luke Dunstan  <infidel@users.sourceforge.net>
9062
9063         * include/wtypes.h (HMETAFILEPICT): Add typedef.
9064
9065 2002-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
9066
9067         * include/rpc.h: Conditionally include <windows.h> before
9068         header guard.
9069         * include/wtypes.h: Include <rpc.h> and <rpcndr.h> before
9070         header guard.
9071
9072 2002-07-02  Danny Smith  <dannysmith@users.sourceforge.net>
9073
9074         * include/commctrl.h (WC_*): Remove some duplicate defines.
9075
9076 2002-07-02  Ken Fitlike  <kenfitlike@hotmail.com>
9077
9078         * include/commctrl.h (WC_IPADDRESS[AW]): Add defines and
9079         UNICODE mappings.
9080         (IPM*): Add defines.
9081         (IPN_*): Add defines.
9082         (NMIPADDRESS): Add structure and typedefs.
9083         (MAKEIPADDRESS): Add macro.
9084         (MAKEIPRANGE): Add macro.
9085         (FIRST_IPADDRESS): Add macro.
9086         (SECOND_IPADDRESS): Add macro.
9087         (THIRD_IPADDRESS): Add macro.
9088         (FOURTH_IPADDRESS): Add macro.
9089
9090 2002-06-25  Conrad Scott  <conrad.scott@dsl.pipex.com>
9091
9092         * include/winbase.h (FILE_FLAG_FIRST_PIPE_INSTANCE): Add constant.
9093
9094 2002-06-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9095
9096         * include/winbase.h (WINBASEAPI): Don't define if prior
9097         definition.
9098
9099         * include/winioctl.h (PARTITION_FAT32, PARTITION_FAT32_XINT13,
9100         PARTITION_XINT13, PARTITION_XINT13_EXTENDED, PARTITION_LDM,
9101         PARTITION_UNIX): Add defines.
9102         (PDRIVE_LAYOUT_INFORMATION): Add typedef.
9103         (IsRecognizedPartition): Also check for PARTITION_FAT32,
9104         PARTITION_FAT32_XINT13 and PARTITION_XINT13.
9105         (IsContainerPartition): Add macro.
9106
9107 2002-06-25  Ken Fitlike  <kenfitlike@hotmail.com>
9108
9109         * include/commctrl.h: (CBEIF_*): Add defines.
9110         (CBEN_*): Add defines and UNICODE mappings
9111         (WC_COMBOBOXEX[AW]): Add defines and UNICODE mappings.
9112         (CBEMAXSTRLEN): Add define.
9113         (COMBOBOXEXITEM[AW]): Add structures and typedefs.
9114         (NMCOMBOBOXEX[AW]): Add structures and typedefs.
9115         (NMCBEDRAGBEGIN[AW]): Add structure and typedefs.
9116         (NMCBEENDEDIT[AW]): Add structure and typedefs.
9117
9118 2002-06-24  Danny Smith  <dannysmith@users.sourceforge.net>
9119
9120         * include/objidl.h (struct tagPROPVARIANT): Kill obsolete
9121         union member _VARIANT_BOOL bool.
9122
9123 2002-06-24  Danny Smith  <dannysmith@users.sourceforge.net>
9124
9125         * include/winioctl.h (FILE_SPECIAL_ACCESS): Add define.
9126
9127 2002-06-24  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9128
9129         * include/winnt.h (PCCHAR, FCHAR, FSHORT, FLONG,
9130         PLUID_AND_ATTRIBUTES,PSECURITY_IMPERSONATION_LEVEL,
9131         PSID_AND_ATTRIBUTES, PTOKEN_TYPE, PTOKEN_STATISTICS):
9132         Add typedefs.
9133         (CCHAR): Correct typedef.
9134         (PROCESS_SET_SESSIONID, SECURITY_*,SECTION_MAP_EXECUTE):
9135         Add defines.
9136
9137 2002-06-24  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9138
9139         * README.w32api: Correct spelling error.
9140
9141 2002-06-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9142
9143         * include/winuser.h (FLASHW_*,INPUT_MOUSE,INPUT_KEYBOARD,
9144         INPUT_HARDWARE): Add defines.
9145         (HDEVNOTIFY): Add typedef.
9146         (FLASHWINFO,tagMOUSEMOVEPOINT,tagMOUSEINPUT,tagKEYBDINPUT,
9147         tagHARDWAREINPUT,tagINPUT,tagGUITHREADINFO): Define structs and
9148         typedefs.
9149         (CreateDesktop[AW],CreateMDIWindow[AW],GetClassInfo[AW],
9150         GetClassInfoEx[AW],GetKeyboardLayoutList,
9151         MessageBoxIndirect[AW],MsgWaitForMultipleObjects,
9152         MsgWaitForMultipleObjectsEx, RegisterClass[AW],
9153         RegisterClassEx[AW]): Correct prototypes.
9154
9155 2002-06-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9156
9157         * include/ddeml.h (DdeCreateStringHandle{AW]:Correct
9158         prototypes.
9159         * include/winsvc.h (StartServiceW): Correct prototype.
9160         * include/winbase.h (BackupRead,BackupSeek,BackupWrite,
9161         FileTimeToLocalFileTime, GetAce,GetPrivateProfileStruct[AW],
9162         GetTickCount,InterlockedExchangeAdd,
9163         WritePrivateProfileStruct[AW]: Correct prototypes.
9164         (GetEnvironmentStrings): Correct mapping to
9165         GetEnvironmentStringsA.
9166         * include/winver.h (VerQueryValueA,VerQueryValueW):
9167         Correct prototypes.
9168         * include/wincon.h (CreateConsoleScreenBuffer): Correct
9169         prototype.
9170         * include/winreg.h (RegQueryMultipleValues[AW],
9171         RegQueryValueEx[AW]):Correct prototypes.
9172         * include/wingdi.h (PXFORM, PLOGBRUSH, PLOGPEN, PPOLYTEXTA,
9173         PPOLYTEXTW): Add typedefs.
9174         (_DESIGNVECTOR,COLOR16, _TRIVERTEX, _DISPLAY_DEVICE): Add
9175         structures and typedefs.
9176         (MM_MAX_NUMAXES): Add define.
9177         (EnumFontsW,GetEnhMetaFilePixelFormat,
9178         wglGetLayerPaletteEntries): Correct prototypes.
9179         * include/winerror.h (RPC_X_INVALID_PIPE_OBJECT,
9180         RPC_X_WRONG_PIPE_ORDER,RPC_X_WRONG_PIPE_VERSION,
9181         RPC_S_SEND_INCOMPLETE): Add defines.
9182
9183 2002-06-17  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9184
9185         * include/windef.h (_fastcall, __fastcall, FASTCALL):
9186         Add defines.
9187
9188 2002-06-16  Egor Duda  <deo@logos-m.ru>
9189
9190         * include/ntdll.h: New file.
9191         * lib/ntdll.def: Add NtShutdownSystem.
9192
9193 2002-06-16  Steven Edwards  <Steven_Ed4153@yahoo.com>
9194
9195         * lib/dinput.def (DirectInputCreateEx): Add stub.
9196         * lib/ntdll.def: New file.
9197
9198 2002-06-14  Earnie Boyd  <earnie@users.sf.net>
9199
9200         * include/w32api.h: Change to version 2.0 to reflect the change
9201         in the license.
9202         * README: Renamed.
9203         * README.w32api: Renamed from README.  Modified license to remove
9204         the restriction of notifying the author based on the fact that the
9205         author is unreachable at the notified address.
9206         * Makefile.in (VERSION): Change to 2.0.
9207
9208 2002-06-14  Earnie Boyd  <earnie@users.sf.net>
9209
9210         * include/wingdi.h (GetEnhMetaFileBits): Correct typo.
9211         * Makefile.in (bindist): Correct the MinGW distribution.
9212
9213 2002-06-13  Earnie Boyd  <earnie@users.sf.net>
9214
9215         * include/winuser.h (MOUSEHOOKSTRUCT): Define structure.
9216         * include/wingdi.h (GetEnhMetaFileBits): Define prototype.
9217
9218 2002-06-13  Danny Smith  <dannysmith@users.sourceforge.net>
9219
9220         * lib/test.c: #include comcat.h.
9221
9222 2002-06-13  John K. Hohm  <jhohm@acm.org>
9223
9224         * include/comcat.h: New file.
9225
9226 2002-06-09  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
9227
9228         * include/richedit.h (EM_*, TM_*, GT_*): Add new defines.
9229         (GETTEXTEX): Add structure definition.
9230
9231 2002-06-08  Danny Smith  <dannysmith@users.sourceforge.net>
9232
9233         * include/windows.h (ole2.h): #include if !__OBJC__ and
9234         __GNUC__ >=3 and !WIN32_LEAN_AND_MEAN.
9235
9236 2002-06-07  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
9237
9238         * include/mapi.h: Change LPTSTR to LPSTR throughout.
9239
9240 2002-06-05  Danny Smith  <dannysmith@users.sourceforge.net>
9241
9242         * include/winnt.h (PACE_HEADER, PACCESS_ALLOWED_ACE,
9243         PACCESS_DENIED_ACE): Add typedefs.
9244
9245 2002-06-03  Danny Smith  <dannysmith@users.sourceforge.net>
9246
9247         * lib/thunk32.def (LIBRARY): Change to KERNEL32.dll.
9248
9249 2002-06-03 Steven Edwards  <Steven_Ed4153@yahoo.com>
9250
9251         * lib/kernel32.def (ConvertToGlobalHandle): Add stub.
9252
9253 2002-06-01  Danny Smith  <dannysmith@users.sourceforge.net>
9254
9255         * include/windef.h: Fix typo in last change.
9256
9257 2002-06-01  Danny Smith  <dannysmith@users.sourceforge.net>
9258
9259         * include/windef.h: Add no-op __try, __except, __finally
9260         defines from ...
9261         * include/excpt.h: Remove file.
9262         * include/windows.h: Don't include excpt.h.
9263
9264 2002-05-30  Christopher January  <chris@atomice.net>
9265
9266         * include/ntdef.h (ANSI_STRING, PANSI_STRING, OEM_STRING, POEM_STRING):
9267         Add missing typedefs.
9268
9269 2002-05-28  Earnie Boyd  <earnie@users.sf.net>
9270
9271         * include/w32api.h: Increment version to 1.5
9272         * Makefile.in: Ditto.
9273
9274
9275 2002-05-27  René Møller Fonseca  <fonseca@users.sourceforge.net>
9276
9277         * include/winreg.h: (RegConnectRegistry[AW]): Replace
9278         LP[W]STR with LPC[W]STR.
9279         (REG_QWORD, REG_QWORD_LITTLE_ENDIAN): Add defines.
9280         Clean up whitespace.
9281
9282 2002-05-27  Rick Rankin  <rick_rankin@yahoo.com>
9283
9284         * include/winnls.h: Add #define for LOCALE_RETURN_NUMBER.
9285
9286 2002-05-21  Earnie Boyd  <earnie@users.sf.net>
9287
9288         * Makefile.in: Increment VERSION to 1.4.
9289         (conf_prefix): New variable.
9290         (bindist): Modify target to use $(conf_prefix).
9291
9292 2002-05-20  Philip Aston  <philipa@mail.com>
9293
9294         * include/pbt.h (PBT_APMRESUMESUSPEND): Correct value is 7.
9295
9296 2002-05-20  René Møller Fonseca  <fonseca@users.sourceforge.net>
9297
9298         * include/lmaccess.h: (NetAccess*, NetGroup*,
9299         NetLocalGroup*, NetUser*, NetGet*, INetLogonControl[2],
9300         NetQueryDisplayInfotmationIndex): Replace LPWSTR with LPCWSTR.
9301
9302 2002-05-08  Danny Smith  <dannysmith@users.sourceforge.net>
9303
9304         * include/commctrl.h (ImageList_DragShowNolock): Remove
9305         conflicting redeclaration.
9306
9307 2002-05-07  Danny Smith  <dannysmith@users.sourceforge.net>
9308
9309         * include/windows.h: Move ANONYMOUS_UNION, _ANONYMOUS_STRUCT,
9310         STRICT and related defines to ...
9311         * include/windef.h: Here.
9312
9313 2002-05-03  Danny Smith  <dannysmith@users.sourceforge.net>
9314
9315         * include/winsock2.h (int32): Remove typedef.
9316         (SERVICETYPE): Add typedef.
9317         (struct _flowspec):Revise struct definition,  Comment
9318         on types used for members.
9319
9320 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
9321
9322         * include/winnt.h (EVENT_*, SEMAPHORE_*,MUTEX_*): Remove
9323         more defines added in earlier change.
9324         * lib/Makefile.in (TEST_OPTIONS): Add -Wsystem-headers flag.
9325
9326 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
9327
9328         * include/winnt.h (THREAD_PRIORITY_*): Remove defines
9329         added in last change.
9330
9331 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
9332
9333         * include/winnt.h (THREAD_*, EVENT_*, MUTANT_*,
9334         SEMAPHORE_*, MUTEX_*, TIMER_*): Add new defines.
9335
9336 2002-05-01  Manu B  <contact.manu@wanadoo.fr>
9337
9338         * include/commctrl.h (SNDMSG): Define and use throughout
9339         in other macros instead of SendMessage.
9340         * include/commdlg.h (SNDMSG): Ditto.
9341
9342 2002-04-22  José Fonseca  <jrfonseca@users.sf.net>
9343
9344         * include/GL/gl.h: New file.
9345         * include/GL/glext.h: Ditto.
9346         * include/GL/glu.h: Ditto.
9347
9348 2002-04-09  Earnie Boyd  <earnie@users.sf.net>
9349
9350         * include/w32api.h: Increment version.
9351         * Makefile.in: Ditto.
9352
9353 2002-04-09  Earnie Boyd  <earnie@users.sf.net>
9354
9355         * Makefile.in (bindist): Use * instead of . for file list for tar
9356         command.
9357
9358 2002-04-02  Danny Smith  <dannysmith@users.sourceforge.net>
9359
9360         * include/wtypes.h (enum tagCLSCTX): Change formatting.
9361
9362 2002-04-02  Pat Thoyts  <patthoyts@users.sourceforge.net>
9363
9364         * include/objidl.h (IRunningObjectTable.Register): Correct
9365         prototype.
9366         * include/wtypes.h (ROTFLAGS_REGISTRATIONKEEPSALIVE,
9367         ROTFLAGS_ALLOWANYCLIENT): Add defines.
9368
9369 2002-03-31  Victor Porton  <porton@narod.ru>
9370
9371         * include/shellapi.h (SHGFI_ATTR_SPECIFIED): Add define.
9372
9373 2002-03-29  David Robinow  <drobinow@yahoo.com>
9374
9375         * include/wingdi.h (SetPixelFormat): Correct prototype.
9376
9377 2002-03-29  Phil Krylov  <likewolf@users.sourceforge.net>
9378
9379         * include/richedit.h (EM_SHOWSCROLLBAR): Add define.
9380
9381 2002-03-26  Phil Krylov  <likewolf@users.sourceforge.net>
9382
9383         * include/richedit.h (EM_GETSCROLLPOS, EM_SETSCROLLPSPOS):
9384         Add defines.
9385
9386 2002-03-14  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
9387
9388         * include/richedit.h (RICHEDIT_CLASS): UNICODE it.
9389         * include/shlobj.h (IContextMenu2): Put methods in right order.
9390         * include/basetyps.h (REFGUID, REFIID, REFCLSID): Check for
9391         CINTERFACE before defining.
9392
9393 2002-03-09  Danny Smith  <dannysmith@users.sourceforge.net>
9394
9395         * include/accctrl.h: Add #pragma GCC system_header
9396         if __GNUC__ >= 3.
9397         * include/aclapi.h: Same.
9398         * include/basetsd.h: Same.
9399         * include/basetyps.h: Same.
9400         * include/cderr.h: Same.
9401         * include/cguid.h: Same.
9402         * include/commctrl.h: Same.
9403         * include/commdlg.h: Same.
9404         * include/cpl.h: Same.
9405         * include/cplext.h: Same.
9406         * include/custcntl.h: Same.
9407         * include/dbt.h: Same.
9408         * include/dde.h: Same.
9409         * include/ddeml.h: Same.
9410         * include/dlgs.h: Same.
9411         * include/excpt.h: Same.
9412         * include/httpext.h: Same.
9413         * include/imagehlp.h: Same.
9414         * include/imm.h: Same.
9415         * include/initguid.h: Same.
9416         * include/intshcut.h: Same.
9417         * include/ipexport.h: Same.
9418         * include/iphlpapi.h: Same.
9419         * include/ipifcons.h: Same.
9420         * include/iprtrmib.h: Same.
9421         * include/iptypes.h: Same.
9422         * include/isguids.h: Same.
9423         * include/largeint.h: Same.
9424         * include/lm.h: Same.
9425         * include/lmaccess.h: Same.
9426         * include/lmalert.h: Same.
9427         * include/lmapibuf.h: Same.
9428         * include/lmat.h: Same.
9429         * include/lmaudit.h: Same.
9430         * include/lmbrowsr.h: Same.
9431         * include/lmchdev.h: Same.
9432         * include/lmconfig.h: Same.
9433         * include/lmcons.h: Same.
9434         * include/lmerr.h: Same.
9435         * include/lmerrlog.h: Same.
9436         * include/lmmsg.h: Same.
9437         * include/lmremutl.h: Same.
9438         * include/lmrepl.h: Same.
9439         * include/lmserver.h: Same.
9440         * include/lmshare.h: Same.
9441         * include/lmsname.h: Same.
9442         * include/lmstats.h: Same.
9443         * include/lmsvc.h: Same.
9444         * include/lmuse.h: Same.
9445         * include/lmuseflg.h: Same.
9446         * include/lmwksta.h: Same.
9447         * include/lzexpand.h: Same.
9448         * include/mapi.h: Same.
9449         * include/mciavi.h: Same.
9450         * include/mcx.h: Same.
9451         * include/mmsystem.h: Same.
9452         * include/mswsock.h: Same.
9453         * include/nb30.h: Same.
9454         * include/nddeapi.h: Same.
9455         * include/nspapi.h: Same.
9456         * include/ntdef.h: Same.
9457         * include/ntsecapi.h: Same.
9458         * include/ntsecpkg.h: Same.
9459         * include/oaidl.h: Same.
9460         * include/objbase.h: Same.
9461         * include/objfwd.h: Same.
9462         * include/objidl.h: Same.
9463         * include/odbcinst.h: Same.
9464         * include/ole.h: Same.
9465         * include/ole2.h: Same.
9466         * include/ole2ver.h: Same.
9467         * include/oleauto.h: Same.
9468         * include/olectl.h: Same.
9469         * include/olectlid.h: Same.
9470         * include/oledlg.h: Same.
9471         * include/oleidl.h: Same.
9472         * include/pbt.h: Same.
9473         * include/prsht.h: Same.
9474         * include/psapi.h: Same.
9475         * include/rapi.h: Same.
9476         * include/ras.h: Same.
9477         * include/raserror.h: Same.
9478         * include/rassapi.h: Same.
9479         * include/regstr.h: Same.
9480         * include/richedit.h: Same.
9481         * include/richole.h: Same.
9482         * include/rpc.h: Same.
9483         * include/rpcdce.h: Same.
9484         * include/rpcdce2.h: Same.
9485         * include/rpcdcep.h: Same.
9486         * include/rpcndr.h: Same.
9487         * include/rpcnsi.h: Same.
9488         * include/rpcnsip.h: Same.
9489         * include/rpcnterr.h: Same.
9490         * include/rpcproxy.h: Same.
9491         * include/schannel.h: Same.
9492         * include/schnlsp.h: Same.
9493         * include/scrnsave.h: Same.
9494         * include/security.h: Same.
9495         * include/setupapi.h: Same.
9496         * include/shellapi.h: Same.
9497         * include/shlguid.h: Same.
9498         * include/shlobj.h: Same.
9499         * include/sql.h: Same.
9500         * include/sqlext.h: Same.
9501         * include/sqltypes.h: Same.
9502         * include/sqlucode.h: Same.
9503         * include/sspi.h: Same.
9504         * include/subauth.h: Same.
9505         * include/tlhelp32.h: Same.
9506         * include/unknwn.h: Same.
9507         * include/userenv.h: Same.
9508         * include/w32api.h: Same.
9509         * include/winbase.h: Same.
9510         * include/wincon.h: Same.
9511         * include/wincrypt.h: Same.
9512         * include/windef.h: Same.
9513         * include/windows.h: Same.
9514         * include/windowsx.h: Same.
9515         * include/winerror.h: Same
9516         * include/wingdi.h: Same.
9517         * include/wininet.h: Same.
9518         * include/winioctl.h: Same.
9519         * include/winnetwk.h: Same.
9520         * include/winnls.h: Same.
9521         * include/winnt.h: Same.
9522         * include/winperf.h: Same.
9523         * include/winreg.h: Same.
9524         * include/winresrc.h: Same.
9525         * include/winsock.h: Same.
9526         * include/winsock2.h: Same.
9527         * include/winspool.h: Same.
9528         * include/winsvc.h: Same.
9529         * include/winuser.h: Same.
9530         * include/winver.h: Same.
9531         * include/ws2tcpip.h: Same.
9532         * include/wsnetbs.h: Same.
9533         * include/wtypes.h: Same.
9534         * include/zmouse.h: Same.
9535         * include/mapi.h: Change header guard name to _MAPI_H  for
9536         consistency.
9537
9538 2002-03-08  Danny Smith  <dannysmith@users.sourceforge.net>
9539
9540         * include/accctrl.h (_ACCCTRL_H): Correct typo.
9541         Remove unnecessary inclusion of <wtypes.h>.
9542         * ChangeLog: Fix omission of name in recent entries.
9543
9544 2002-03-08  Antony Blakey  <antony.blakey@ihug.com.au>
9545
9546         * include/initguid.h (DEFINE_GUID): Add GUID_EXT to define.
9547
9548 2002-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
9549
9550         * include/mswsock.h: Group winsock2 dependants
9551         together and protect with #ifdef _WINSOCK2_H.
9552         * lib/test.c: Only test ws2tcpip.h if winsock2.h
9553         has been included.
9554
9555 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
9556
9557         * include/mswsock.h (TP_*): Add new defines.
9558         (TRANSMIT_PACKETS_ELEMENT): Define new structure.
9559         (WSAMSG): Likewise.
9560         (WSACMSGHDR): Likewise.
9561         (DisconnectEx): Add new prototype.
9562         (WSARecvMsg): Likewise.
9563         (WSA_CMSG_*) Add empty macros, guarded by #if 0.
9564
9565 2002-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
9566
9567         * ChangeLog: Fix typo in last entry.
9568         * include/winsock2.h (IPPROTO_*): Add IPv6 defines.
9569         * include/ws2tcpip.h: (IP_*): Add new defines.
9570         (INET_ADDRSTRLEN, INET6_ADDRSTRLEN): Add defines.
9571         (NI_*): Add getnameinfo constants and bitmasks.
9572         (AI_*): Add getaddrinfo flags.
9573         (EAI_*): Add getaddrinfo error codes.
9574         (ip_mreq_source): Add new structure.
9575         (ip_msfilter): Add new structure.
9576         (IP_MSFILTER_SIZE): Add new macro.
9577         (in_pktinfo): Add new structure.
9578         Add preliminary IPv6 support.
9579         (in6_addr): Add new structure and some defines.
9580         (sockaddr_in6): Add new structure.
9581         (in6addr_any, in6addr_loopback): Declare extern structures.
9582         (IN6ADDR_ANY_INIT,IN6ADDR_LOOPBACK_INIT): Add
9583         initialization macros for above.
9584         (IN6_ARE_ADDR_EQUAL): Define macro.
9585         (IN6_IS_ADDR_*): Define address testing macros.
9586         (socklen_t) Add new typedef.
9587         (ipv6_mreq): Add new structure.
9588         (in6_pktinfo): Same.
9589         (addrinfo): Same.
9590         (freeaddrinfo):Add new prototype.
9591         (getaddrinfo): Same.
9592         (gai_strerror[AW]): Same.
9593         (getnameinfo): Same.
9594         (sockaddr_in6_old): Add structure.
9595         (sockaddr_gen): Add union definition.
9596         (INTERFACE_INFO): Use sockaddr_gen as members.
9597         (INTERFACE_INFO_OLD): Add comment on workaround for problems
9598         with INTERFACE_INFO on NT4 prior to sp4.
9599
9600 2002-02-28  Danny Smith  <dannysmith@users.sourceforge.net>
9601
9602         * include/windows.h: Remove test for __W32API_MAJOR_VERSION
9603         when selecting winsock interface.
9604         * include/winsock2.h (SOCKET_ADDRESS_LIST): Add structure
9605         and typedefs. Thanks to: 'Lorenzo' <conte0@infinito.it>.
9606         Expand FIXME comment.
9607         (WSACOMPLETIONTYPE): Add enum.
9608         (WSACOMPLETION): Add structure and typedefs.
9609         (WSANSPIoctl): Add function prototpe and callback typedef.
9610         (SIO_NSP_NOTIFY_CHANGE): Add define.
9611         (sockaddr_storage): Add structure and typedefs.
9612
9613 2002-02-16  Andriy Palamarchuk  <apa3a@yahoo.com>
9614
9615         * include/winuser.h (OIC_*): Add resource constants.
9616
9617 2002-02-14 Mattia Barbon  <mbarbon@users.sourceforge.net>
9618
9619         * include/ntsecpkg.h: New file.
9620         * include/schannel.h: New file.
9621         * include/schnlsp.h: New file.
9622         * include/security.h: New file.
9623         * include/sspi.h: New file.
9624         * include/ntsecapi.h (KERB_WRAP_NO_ENCRYPT,
9625         MICROSOFT_KERBEROS_NAME_[AW]): Add missing constants
9626         * include/wincrypt.h (CALG_*, X509_ASN_ENCODING.
9627         PKCS_7_ASN_ENCODING, CERT_*, USAGE_MATCH_TYPE_AND,
9628         USAGE_MATCH_TYPE_OR, szOID_*): Add missing constants
9629         (struct _CRYPTOAPI_BLOB): Add structure and typedefs.
9630         (SSL_EXTRA_CERT_CHAIN_POLICY_PARA,HTTPSPolicyCallbackData,
9631         CERT_CHAIN_POLICY_PARA,CERT_CHAIN_POLICY_STATUS,
9632         CRYPT_ALGORITHM_IDENTIFIER, CRYPT_BIT_BLOB,
9633         CERT_PUBLIC_KEY_INFO, CERT_EXTENSION, CERT_INFO, CERT_CONTEXT,
9634         CTL_USAGE, CERT_ENHKEY_USAGE, CERT_USAGE_MATCH,
9635         CERT_CHAIN_PARA, CERT_CHAIN_FIND_BY_ISSUER_PARA,
9636         CERT_TRUST_STATUS, CRL_ENTRY, CRL_INFO, CRL_CONTEXT,
9637         CERT_REVOCATION_CRL_INFO, CERT_REVOCATION_INFO,
9638         CERT_CHAIN_ELEMENT, CRYPT_ATTRIBUTE, CTL_ENTRY, CTL_INFO,
9639         CTL_CONTEXT, CERT_TRUST_LIST_INFO, CERT_SIMPLE_CHAIN,
9640         CERT_CHAIN_CONTEXT): Add missing structures.
9641         (CertCloseStore, CertGetCertificateChain,
9642         CertVerifyCertificateChainPolicy, CertFreeCertificateChain,
9643         CertNameToStr[AW], CertOpenSystemStore[AW], CertOpenStore,
9644         CertFindCertificateInStore, CertFreeCertificateContext,
9645         CertGetIssuerCertificateFromStore,
9646         CertFindChainInStore): Add missing functions.
9647         (CertNameToStr, CertOpenSystemStore, CERT_FIND_SUBJECT_STR,
9648         CERT_FIND_ISSUER_STR): Add Unicode mappings.
9649         * lib/crypt32.def: New file.
9650         * lib/secur32.def: Add mising stubs.
9651         * lib/test.c: Include new headers.
9652
9653 2002-02-14  Danny Smith  <dannysmith@users.sourceforge.net>
9654
9655         * include/windef.h (PROC,FARPROC,NEARPROC): Remove void
9656         parameter.
9657
9658 2002-01-30  Danny Smith  <dannysmith@users.sourceforge.net>
9659
9660         * lib/test.c: Include mapi.h.
9661         * include/commctrl.h (TBSTYLE_*): Add missing defines.
9662         Thanks to: "Ron"  <ron@debian.org>
9663
9664 2002-01-30  John Fattaruso  <fattaruso@ieee.org>
9665
9666         * include/mapi.h: New file.
9667         * lib/mapi.def: Add missing function stubs.
9668
9669 2002-01-28  Danny Smith  <dannysmith@users.sourceforge.net>
9670
9671         * include/winuser.h (GetWindowLongPtr[AW],
9672         SetWindowLongPtr[AW]): Add prototypes for _WIN64.
9673
9674 2002-01-28  Mattia Barbon  <mbarbon@users.sourceforge.net>
9675
9676         * include/winuser.h (GWLP_*,DWLP_*): Add missing constants.
9677         (GetWindowLongPtr[AW], SetWindowLongPtr[AW]): Map them to
9678         {Get Set}WindowLong[AW], as in Win32 they are equivalent.
9679         (GetWindowLongPtr, SetWindowLongPtr): Add Unicode mappings.
9680
9681 2002-01-28  Danny Smith  <dannysmith@users.sourceforge.net>
9682
9683         * lib/test.c: Include wsnetbs.h.
9684
9685 2002-01-28  Kai Henningsen  <kai-henningsen@users.sourceforge.net>
9686
9687         * include/wsnetbs.h: New file.
9688
9689 2002-01-25  Earnie Boyd  <earnie@users.sf.net>
9690
9691         * include/winnt.h: Remove merge conflict.
9692
9693 2002-01-25  Danny Smith  <dannysmith@users.sourceforge.net>
9694
9695         * include/winnt.h (_TCHAR): Add typedefs.
9696
9697 2002-01-25  Tim Hughes  <tjh@delcam.com>
9698
9699         * include/wininet.h (SECURITY_FLAG_IGNORE_*): Add missing
9700         defines.
9701
9702 2002-01-25  Andriy Palamarchuk  <apa3a@yahoo.com>
9703
9704         * include/winsuser.h (ATF_AVAILABLE, SERKF_ACTIVE):
9705         Add defines.
9706         (LPACCESSTIMEOUT): Add typedef.
9707
9708 2002-01-24  Phillip Susi  <psusi@cfl.rr.com>
9709
9710         * include/commctrl.h: Add missing HDM_*,HDN_*,LVSICF_* defines.
9711
9712 2002-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
9713
9714         * include/commctrl.h (HDITEM[AW]): Rename _HD_ITEM[AW] to
9715         _HDITEM[AW], with parallel changes to typedefs. Use defines for
9716         backward compatability with old names. Update UNICODE mappings.
9717         (HDLAYOUT): Remove struct _HD_LAYOUT_XP.  Use new typedefs
9718         for struct _HD_LAYOUT and add defines for backward
9719         compatability with old names.
9720         (NMLISTVIEW): Rename _NM_LISTVIEW to tagNMLISTVIEW, with
9721         parallel chages to typedefs. Add defines for backward
9722         compatability with old names.
9723         (TCHITTESTINFO, IMAGELISTDRAWPARAMS): Fix _WIN32_IE guard.
9724
9725 2002-01-21  Robert Collins  <rbtcollins@hotmail.com>
9726
9727         * include/winnt.h: Add missing MEM_ defines, and convert existing to
9728         hex for readability.
9729
9730 2002-01-17  Marcus Geelnard  <marcus.geelnard@home.se>
9731
9732         * include/winsuser.h (tagKBDLLHOOKSTRUCT): Define struct
9733         and typedefs.
9734         (SPI_SETSCREENSAVERRUNNING): Add define.
9735         (LLKHF_ALTDOWN): Add define.
9736         * include/wingdi.h (PFD_GENERIC_ACCELERATED,
9737         PFD_DEPTH_DONTCARE): Add defines.
9738
9739 2002-01-17  Danny Smith  <dannysmith@users.sourceforge.net>
9740
9741         * include/objbase.h (CoGetObject): Add prototype.
9742
9743 2002-01-14  Timothy J. Wood  <tjw@omnigroup.com>
9744
9745         * include/winuser.h (ENUM_CURRENT_SETTINGS,
9746         ENUM_REGISTRY_SETTINGS): Add defines.
9747
9748 2002-01-14  Danny Smith  <dannysmith@users.sourceforge.net>
9749
9750         * include/winnt.h (FILE_ATTRIBUTE_ENCRYPTED): Correct constant.
9751         (FILE_ATTRIBUTE_DEVICE): Add define.
9752
9753 2002-01-14  Corinna Vinschen  <vinschen@redhat.com>
9754
9755         * include/winnt.h: Add INVALID_FILE_ATTRIBUTES.
9756
9757 2002-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
9758
9759         * ChangeLog: correct date in last entry.
9760
9761 2002-01-11  Timothy J. Wood  <tjw@omnigroup.com>
9762
9763         * include/winuser.h (MONITORENUMPROC): Add typedef.
9764         (EnumDisplayMonitors): Add prototype.
9765         * lib/user32.def (EnumDisplayMonitors): Add stub.
9766
9767 2002-01-11 Ralf Habacker  <Ralf.Habacker@freenet.de>
9768
9769         * include/ntsecapi.h:  Fixed missing void parameter type in some
9770         prototypes.
9771         * include/objbase.h: Ditto.
9772         * include/rapi.h: Ditto.
9773         * include/rpc.h: Ditto.
9774         * include/rpcdce.h: Ditto.
9775         * include/rpcdcep.h: Ditto.
9776         * include/rpcndr.h: Ditto.
9777         * include/rpcnsip.h: Ditto.
9778         * include/rpcproxy.h: Ditto.
9779         * include/windef.h: Ditto.
9780
9781 2002-01-07  Danny Smith  <dannysmith@users.sourceforge.net>
9782
9783         * lib/vfw32.def (LIBRARY): Change to MSVFW32.DLL.
9784
9785 2002-01-04  TAMURA Kent  <tkent@users.sourceforge.net>
9786
9787         * include/wingdi.h (BI_JPEG, BI_PNG, GGO_BEZIER,GGO_UNHINTED,
9788          LAYOUT_RTL, LAYOUT_BITMAPORIENTATIONPRESERVED): Add defines.
9789         * include/winuser.h (HWND_MESSAGE, WS_EX_COMPOSITED,
9790         WS_EX_LAYERED, WS_EX_LAYOUTRTL, WS_EX_NOACTIVATE,
9791         WS_EX_NOINHERITLAYOUT): Add defines.
9792         * include/winnt.h (PF_RDTSC_INSTRUCTION_AVAILABLE,
9793         PF_PAE_ENABLED, MEM_PHYSICAL, MEM_RESET, MEM_TOP_DOWN,
9794         MEM_WRITE_WATCH): Add defines.
9795
9796
9797 2002-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
9798
9799         * include/winbase.h (InitializeCriticalSectionAndSpinCount):
9800         Add prototype.
9801         (SetCriticalSectionSpinCount): Likewise.
9802
9803 2001-12-30  Guido Serassio  <serassio@libero.it>
9804
9805         * include/winsvc.h: Add EnumServiceStatusEx(),
9806         QueryServiceStatusEx()
9807         & RegisterServiceCtrlHandlerEx()
9808
9809 2001-12-21  Robert Collins  <rbtcollins@hotmail.com>
9810
9811         * include/wingdi.h: Add GetRandomRgn and SYSRGN.
9812
9813 2001-12-20  Christopher Faylor  <cgf@redhat.com>
9814
9815         * lib/Makefile.in: Revert inst_installdir definitions to working
9816         versions.
9817
9818 2001-12-17  Guido Serassio  <serassio@libero.it>
9819
9820         * include/winsvc.h: Add ChangeServiceConfig2() &
9821         QueryServiceConfig2() definition
9822
9823 2001-12-17  Robert Collins  <rbtcollins@hotmail.com>
9824
9825         * include/commctrl.h: New typedefs for HDLAYOUT and LPHDLAYOUT based
9826         on MSDN documentation for XP.
9827
9828 2001-12-15  Andrew Begel  <abegel@eecs.berkeley.edu>
9829
9830         * include/winbase.h (CreateHardLink): Correct typo in UNICODE
9831         mappings.
9832
9833 2001-12-11  Phillip Susi  <psusi@cfl.rr.com>
9834
9835         * include/commctrl.h (ACS_*): Add new defines.
9836         (PGS_*): Ditto.
9837         (CBES_*): Ditto.
9838         (TBSTYLE_*): Ditto.
9839         (TB_*): Ditto.
9840         (TTS_*): Ditto.
9841         (UDS_HOTTRACK): Add define.
9842         (SBT_TOOLTIPS): Ditto.
9843         (TBS_*): Add new defines.
9844         (HDS_*): Ditto.
9845         (LVS_EX_*) Ditto.
9846         (LVKF_*): Ditto.
9847         (TCM_GETEXTENDEDSTYLE): Add define.
9848         (TVS_NOHSCROLL): Ditto.
9849         (TVIF_INTEGRAL): Ditto.
9850         (DTS_SHORTDATECENTURYFORMAT): Ditto.
9851         (TCS_*): Add new defines.
9852         (CBEM_*): Add defines.
9853         (tagNMITEMACTIVATE): Add structure definition and typedefs.
9854         (tagTVITEMEX[AW]: Ditto.
9855         (tagTVINSERTSTRUCT[AW]: Add union member.
9856         * include/winbase.h (VirtualAllocEx): Add prototype.
9857         * include/winuser.h (SS_*): Add new defines.
9858
9859 2001-12-07  Earnie Boyd  <earnie@users.sf.net>
9860
9861         * Makefile.in: Increment VERSION.
9862         * include/w32api.h: Ditto.
9863
9864 2001-12-07  Earnie Boyd  <earnie@users.sf.net>
9865
9866         * Makefile.in: Increment VERSION.
9867         * include/w32api.h: Ditto.
9868
9869 2001-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
9870
9871         * include/setupi.h (SetupDiCreateDeviceInterfaceRegKey[AW],
9872         SetupDiCreateDevRegKey[AW],SetupDiDeleteDeviceInterfaceRegKey,
9873         SetupDiDeleteDevRegKey,SetupDiOpenClassRegKey,
9874         SetupDiOpenClassRegKeyEx[AW],SetupDiOpenDeviceInterfaceRegKey,
9875         SetupDiOpenDevRegKey): Correct function names.
9876
9877 2001-12-04  Earnie Boyd  <earnie@users.sf.net>
9878
9879         * include/winuser.h (IDC_STATIC): Don't define.
9880
9881 2001-12-04  Danny Smith  <dannysmith@users.sourceforge.net>
9882
9883         Cleanup merge between SourceForge and winsup CVS.
9884         * include/winbase.h (OSVERSIONINFO[AW], OSVERSIONINFOEX[AW]: Remove
9885         definitions.
9886         * include/winnt.h (VER_NT*): Remove duplicate defines.
9887         (VER_SUITE*): Group with VER_PLATFORM*, VER_NT* defines.
9888
9889 2001-12-03  Earnie Boyd  <earnie@users.sf.net>
9890
9891         * include/accctrl.h: Change \r\n to \n.
9892
9893 2001-11-30  Danny Smith  <dannysmith@users.sourceforge.net>
9894
9895         * include/ipexport.h (IP_UNIDIRECTIONAL_ADAPTER_ADDRESS):
9896         Add structure definition.
9897         * include/iptypes.h (IP_PER_ADAPTER_INFO): Ditto.
9898         * include/iphlpapi.h (AddIPAddress,CreateProxyArpEntry,
9899         DeleteIPAddress,DeleteProxyArpEntry,EnableRouter,
9900         FlushIpNetTable,GetAdapterIndex,GetPerAdapterInfo,
9901         GetUniDirectionalAdapterInfo,SendARP,SetAdapterIpAddress,
9902         UnenableRouter) Declare functions.
9903         * lib/iphlpapi.def: Add function names to import lib.
9904
9905 2001-11-24  Danny Smith  <dannysmith@users.sourceforge.net>
9906
9907         * include/winnt.h (PACCESS_MASK): Add typedef.
9908         * include/aclapi.h: New file.
9909         * include/acctrl.h: New file.
9910         * lib/advapi32.def: Add missing symbols.
9911         * lib/test.c: Add #include <aclapi.h>.
9912
9913 2001-11-23  Danny Smith  <dannysmith@users.sourceforge.net>
9914
9915         * include/winbase.h (OSVERSIONINFO[AW],VER_PLATFORM_WIN32s,
9916         VER_PLATFORM_WIN32_WINDOWS,VER_PLATFORM_WIN32_NT): Move from
9917         here ...
9918         * include/winnt.h: ... to here.
9919         * include/winbase.h (VerifyVersionInfo[AW]): Add declaration.
9920         * include/winnt.h (OSVERSIONINFOEX[AW]): Add structure definitions
9921         and typedefs.
9922         (VER_NT_WORKSTATION,VER_NT_DOMAIN_CONTROLLER,VER_NT_SERVER):
9923         Add defines.
9924
9925 2001-11-19  Pierre Muller  <muller@ics.u-strasbg.fr>
9926
9927         * w32api/include/winnt.h: prepare SSE register support.
9928         (CONTEXT_EXTENDED_REGISTERS): Add new define.
9929         (MAXIMUM_SUPPORTED_EXTENSION): New define.
9930         (struct CONTEXT): ExtendedRegisters field added.
9931
9932 2001-11-16  Danny Smith  <dannysmith@users.sourceforge.net>
9933
9934         * include/winuser.h (tagALTTABINFO, tagCOMBOBOXINFO,
9935         tagCURSORINFO, tagMENUBARINFO, tagMENUINFO, tagMONITORINFO
9936         tagSCROLLBARINFO, tagTITLEBARINFO. tagWINDOWINFO,
9937         tagLASTINPUTINFO ): Define new structures.
9938         (EndMenu, GetAltTabInfo[AW],GetComboBoxInfo,GetCursorInfo,
9939         GetLastInputInfo, GetListBoxInfo, GetMenuBarInfo,
9940         GetMonitorInfo[AW], GetScrollBarInfo, GetTitleBarInfo,
9941         GetWindowInfo, GetWindowModuleFileName[AW],GetMenuInfo
9942         SetMenuInfo): Add new prototypes.
9943         * lib/user32.def: Add import stubs for above functions.
9944
9945         * include/winuser.h (IDC_STATIC): Protect against prior
9946         definition.
9947
9948 2001-11-12  Corinna Vinschen  <corinna@vinschen.de>
9949
9950         * include/winbase.h (OSVERSIONINFOEX): Add definition.
9951         * include/winnt.h: Add VER_NT_* and VER_SUITE_* defines.
9952
9953 2001-11-10  Robert Collins  <rbtcollins@hotmail.com>
9954
9955         * include/winnt.h: Add Danny Smith's text comment about gcc compiler
9956         warnings with _AUTHORITY #defines.
9957
9958 2001-11-09  Robert Collins  <rbtcollins@hotmail.com>
9959
9960         * include/winnt.h (GetCurrentFiber): Create a prototype before the
9961         implementation.
9962         (GetFiberData): Ditto.
9963
9964 2001-11-09  Robert Collins  <rbtcollins@hotmail.com>
9965
9966         * include/winnt.h: Backout last change.
9967
9968 2001-11-08  Robert Collins  <rbtcollins@hotmail.com>
9969
9970         * include/winnt.h: Define *_SID_AUTHORITY appropriately,
9971         GetCurrentFiber: Create a prototype before the implementation.
9972         GetFiberData: Ditto.
9973
9974 2001-11-06  Danny Smith  <dannysmith@users.sourceforge.net>
9975
9976         * include/winuser.h (IDC_STATIC): Add define.
9977         Thanks to: Benoit Laniel.
9978
9979 2001-11-05  Danny Smith  <dannysmith@users.sourceforge.net>
9980
9981         * include/commdlg.h: Include <unknwn.h> rather than local
9982         definition of LPUKNOWN.
9983         * include/rpcproxy.h: Don't include if ndef CINTERFACE.
9984         Emit warning.
9985
9986 2001-11-05  Mattia Barbon  <mbarbon@dsi.unive.it>
9987
9988         * include/windef.h (DECLSPEC_NORTEURN): Add an empty version
9989         for Watcom.
9990         (DECLARE_STDCALL_P): Use it to add __stdcall decoration for
9991         functions of the form 'type * function(...)' in a way compatible
9992         with both Watcom and GCC.
9993         * include/rpcdcep.h (I_RpcAllocate): Use DECLARE_STDCALL_P.
9994         * include/rpcproxy.h (CInterfaceProxyVtbl): Do not declare
9995         zero-sized arrays for Watcom. Mark as __extension for __GNUC__.
9996         * include/windows.h: Watcom can use anonymous structs/unions.
9997         * include/winnt.h: Watcom can use 64 bit ints.
9998         (GetCurrentFiber): Add another inline definition using
9999         Watcom inline assembly syntax.
10000         (GetFiberData): Likewise.
10001         * include/winsock.h (inet_ntoa): Use DECLARE_STDCALL_P.
10002         (gethostbyname): Likewise.
10003         (gethostbyaddr}: Likewise.
10004         (getservbyport}: Likewise.
10005         (getservbyname}: Likewise.
10006         (getprotobynumber}: Likewise.
10007         (getprotobyname}: Likewise.
10008         * include/winsock2.h (inet_ntoa): Use DECLARE_STDCALL_P.
10009         (gethostbyname}: Likewise.
10010         (gethostbyaddr}: Likewise.
10011         (getservbyport}: Likewise.
10012         (getservbyname}: Likewise.
10013         (getprotobynumber}: Likewise.
10014         (getprotobyname}: Likewise.
10015         * lib/diinut.c: Correction for Watcom.
10016         * lib/kernel32.c (GetCurrentFiber): Add another definition
10017         using Watcom inline assembly syntax.
10018         (GetFiberData): Likewise.
10019         * lib/scrnsave.c (WinMain): Add break after default:
10020         clause.
10021
10022 2001-11-04  "stefan"  <stefan@lkcc.org>
10023
10024         * include/winnt.h (GetCurrentFiber): Add prototype.
10025         (GetFiberData): Likewise.
10026
10027 2001-11-04  Christopher Faylor  <cgf@redhat.com>
10028
10029         * lib/Makefile.in: Add .NOTPARALLEL target since dlltool cannot run in
10030         parallel invocations.
10031
10032 2001-11-03  Christopher Faylor  <cgf@redhat.com>
10033
10034         * lib/scrnsave.c (WinMain): Trivial change to avoid a compiler warning.
10035
10036 2001-11-01  Danny Smith  <dannysmith@users.sourceforge.net>
10037
10038         * include/basetyps.h (DECLARE_INTERFACE): Don't add
10039         __attribute__((com_interface)) for __GNUC__ >= 3.
10040
10041 2001-11-01  Danny Smith  <dannysmith@users.sourceforge.net>
10042
10043         * include/commdlg.h (PRINTPAGERANGE): Add structure
10044         definition.
10045         (PRINTDLGEX[AW]): Likewise.
10046         (PrintDlgEx[AW]): Add function declaration.
10047         * lib/comdlg32.def (PrintDlgEx[AW]): Add function stubs.
10048         * ChangeLog: Fix typo in last entry.
10049
10050 2001-11-01  TAMURA Kent  <tkent@users.sourceforge.net>
10051
10052         * include/objbase.h (CoGetClassObject): Change third parameter
10053         to COSERVERINFO*.
10054
10055 2001-10-30  Danny Smith  <dannysmith@users.sourceforge.net>
10056
10057         * include/winuser.h (MOUSEEVENTF_WHEEL): Define.
10058         Thanks to: Kim Saunders.
10059         * include/oleauto.h: Define VARIANT* flags for VariantChangeType.
10060         Thanks to: Pat Thoyts.
10061         * include/winnt.h: Change C++ style comment to C style.
10062         * include/shlobj.h: Ditto.
10063         * include/objbase.h (enum tagCOINIT): Remove comma at end of
10064         list.
10065         * include/oledlg.h (enum tagOLEUIPASTEFLAG): Ditto.
10066         * include/oleidl.h (enum tagDROPEFFECT): Mark as __extension__
10067         (enum not limited to range of int).
10068         * include/oaidl.h (struct tagVARIANT): Mark as __extension__
10069         (struct with no named members), ifndef NONAMELESSUNION.
10070
10071 2001-10-30  Danny Smith  <dannysmith@users.sourceforge.net>
10072
10073         * include/winuser.h (CREATESTRUCT): UNICODE it.
10074         (CBT_CREATEWND): Likewise.
10075
10076 2001-10-20  Corinna Vinschen  <corinna@vinschen.de>
10077
10078         * include/winnetwk.h (WNetGetResourceInformationA): Add declaration.
10079         (WNetGetResourceInformationW): Ditto.
10080         (WNetGetResourceInformation): Add define.
10081
10082 2001-10-12  Pedro A Aranda  <paaguti@hotmail.com>
10083
10084         * include/winuser.h (POINTSTOPOINT): Use explicit casts
10085         before extracting words.
10086
10087 2001-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
10088
10089         * include/winnt.h: Add PF_* defines.
10090         Thanks to: "Wizord"  <wizord@argoslabs.com>
10091
10092 2001-09-18  Danny Smith  <dannysmith@users.sourceforge.net>
10093
10094         * include/winnt.h (_[U]LARGE_INTEGER): Mark nameless structure
10095         field as _ANONYMOUS_STRUCT.
10096         * include/setupapi.h (SP_DEVINSTALL_PARAMS): Add missing typedef
10097         for UNICODE.
10098         * include/ipexport.h (icmp_echo_reply): Remove extra ';'.
10099         * lib/makefile.in: Add -pedantic switch to TEST_OPTIONS for header
10100         test.
10101
10102 2001-09-17  Mattia Barbon  <mbarbon@dsi.unive.it>
10103
10104         * include/commctrl.h: Add some ListView constants.
10105
10106 2001-09-17  Earnie Boyd  <earnie@sf.net>
10107
10108         * lib/Makefile.in (inst_includedir): Add FIXME and remove the usr/
10109         portion of the directory from the install.
10110         (inst_libdir): Ditto.
10111         * Makefile.in (VERSION): Increment.
10112         * include/w32api.h: Increment version.
10113
10114 2001-09-13  Earnie Boyd  <earnie@SF.net>
10115
10116         * lib/Makefile.in (inst_includedir): Change to always use w32api
10117         subdirectory for target == cygwin.
10118         (inst_libdir): Ditto.
10119
10120 2001-09-13  Earnie Boyd  <earnie@SF.net>
10121
10122         * lib/Makefile.in (config_prefix): New variable.
10123         (inst_includedir): Manipulate special value only if target == cygwin
10124         and build == target and prefix != config_prefix.
10125         (inst_libdir): Ditto.
10126
10127 2001-09-12  Earnie Boyd  <earnie@SF.net>
10128
10129         * Makefile.in (TARFLAGS): New variable.
10130         (TARFILEEXT): Ditto.
10131
10132 2001-09-12  Earnie Boyd  <earnie@SF.net>
10133
10134         * Makefile.in: Increment version.
10135         * include/w32api.h: Ditto.
10136         * lib/Makefile.in: Add usr/ to install directory special for cygwin.
10137
10138 2001-09-11  Danny Smith  <dannysmith@users.sourceforge.net>
10139
10140         * include/winnt.h (_[U]LARGE_INTEGER): Protect nameless struct with
10141         !defined(NONAMELESSUNION), rather than defined(_ANONYMOUS_STRUCT).
10142         (_REPARSE_DATA_BUFFER): Name union field DUMMYUNIONNAME.
10143
10144 2001-09-05  Danny Smith  <dannysmith@users.sourceforge.net>
10145
10146         * include/wininet.h (InternetAutodial): Add prototype.
10147         (InternetAutodialHangup): Ditto.
10148         (InternetDial): Ditto.
10149         (InternetGetConnectedState): Ditto.
10150         (InternetGoOnline): Ditto.
10151         (InternetHangUp): Ditto.
10152         (InternetSetDialState): Ditto.
10153         Add associated INTERNET_* auto dial flags.
10154         Guard typedefs and prototypes with #ifndef RC_INVOKED.
10155
10156 2001-09-04  Earnie Boyd  <earnie@SF.Net>
10157
10158         * lib/Makefile.in: Move the setting of variable libdir to after the
10159         setting of exec_prefix since the value of libdir is dependant on it.
10160
10161 2001-09-04  Christopher Faylor  <cgf@cygnus.com>
10162
10163         * include/winbase.h: Add missing closing parentheses to
10164         InterlockedExchangePointer declaration.
10165
10166 2001-09-01  Danny Smith  <dannysmith@users.sourceforge.net>
10167
10168         * include/shlobj.h (CFSTR_* ): Add new defines.
10169         Thanks to: "Ron" <ron@debian.org> .
10170         Unicode them.
10171
10172 2001-09-01  Christopher Faylor  <cgf@cygnus.com>
10173
10174         * include/winnt.h: Use defined(_ANONYMOUS_STRUCT) to determine if
10175         anonymous structs are available rather than just testing preprocessor
10176         variable directly.
10177
10178 2001-08-31  Corinna Vinschen  <corinna@vinschen.de>
10179
10180         * include/winnt.h: Change definition of `SYSTEM_LUID' to comply
10181         with new `LARGE_INTEGER' definition.
10182
10183 2001-08-30  Christopher Faylor  <cgf@cygnus.com>
10184
10185         * include/winsock2.h: Remove "extra token" after #endif.
10186
10187 2001-08-31  Earnie Boyd  <earnie@SF.Net>
10188
10189         * config.guess: Remove the \r from the end of line.
10190         * config.sub: Ditto.
10191
10192 2001-08-30  Danny Smith  <dannysmith@users.sourceforge.net>
10193
10194         * include/winnt.h: Allow anonymous struct in [U]LARGE_INTEGER
10195         if __cplusplus as well as if _ANONYMOUS_STRUCT.
10196
10197 2001-08-29  Earnie Boyd  <earnie@SF.Net>
10198
10199         * config.guess: Add the MSYS system.
10200         * config.sub: Ditto.
10201         * include/winsock.h: Add the __INSIDE_MSYS__ protections.
10202         * incldue/winsock2.h: Ditto.
10203
10204 2001-08-29  Eric Kohl  <ekohl@users.sourceforge.net>
10205
10206         * include/winnt.h: Allow anonymous (Xxx.LowPart) or
10207         non-anonymous (Xxx.u.LowPart) access to HighPart and
10208         LowPart of a LARGE_INTEGER or ULARGE_INTEGER.
10209
10210 2001-08-24  TAMURA Kent  <tkent@users.sourceforge.net>
10211
10212         * include/wingdi.h (HANGUL_CHARSET): Add define.
10213
10214 2001-08-21  Earnie Boyd  <earnie@SF.Net>
10215
10216         * include/setupapi.h: Formatting.
10217
10218 2001-08-21  Earnie Boyd  <earnie@SF.Net>
10219
10220         * include/shlobj.h: Remove \r from the line endings.
10221
10222 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
10223
10224         * include/setupapi.h : New file.
10225         * lib/setupapi.def:New file.
10226         * lib/test.c: Include setupapi.h.
10227
10228 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
10229         * include/winioctl.h (_DISK_PERFORMANCE): Correct typo.
10230
10231 2001-08-21  Mattia Barbon  <mbarbon@dsi.unive.it>
10232
10233         * include/richedit.h (ENLINK): Add structure definition.
10234         (EM_AUTOURLDETECT, EN_LINK, ENM_LINK): Add defines.
10235
10236 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
10237
10238         * include/shlobj.h (CMIC_*): Remove duplicate defines.
10239         (CMDSTR_*): Remove duplicates; UNICODE string constants.
10240         (GCS_*): Make UNICODE.
10241         (CSIDL_*): Add more defines.
10242         * include/winioctl.h (_MEDIA_TYPE): Add pointer typedef.
10243         (_DISK_GEOMETRY): Ditto.
10244         (_DISK_PERFORMANCE): Ditto.
10245         * include/winbase.h (HasOverlappedIoCompleted): Add macro.
10246
10247 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10248
10249         * include/winnt.h: Move CHAR, SHORT and LONG typedefs outside
10250         of block protected by #ifndef VOID.
10251         (This reverts 1998-12-01 Anders Norlander change.)
10252         * include/odbcinst.h: End file with newline.
10253         * include/raserror.h: Ditto.
10254
10255 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10256
10257         * include/winsock2.h (#include <wtypes.h): Don't.
10258         (_BLOB): Define instead, if not already done.
10259         (__BLOB_T_DEFINED: New define for guarding _BLOB.
10260         * include/wtypes.h (_BLOB): Guard against prior definition.
10261
10262 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10263
10264         * include/oaidl.h (tagVARIANT): Mark anonymous structs and unions
10265         as __extension__.
10266         (tagTYPEDESC): Ditto.
10267         (_wireBRECORD): Add structure definition.
10268         (_wireSAFEARR_BRECORD): Ditto.
10269         (_wireSAFEARR_HAVEIID): Ditto.
10270         (_wireSAFEARRAY_UNION.u): Add fields SAFEARR_BRECORD RecordStr,
10271         SAFEARR_HAVEIID HaveIidStr.
10272         (tagVariant): Add fields _VARIANT_BOOL bool,*pbool.
10273         (_wireVARIANT): Change field parray to type wirePSAFEARRAY,
10274         pparray to wirePSAFEARRAY*.
10275         (_wireVARIANT): Add field wireBRECORD brecVal.
10276         (wireVARIANT): Change typedef to struct _wireVariant*.
10277         (IRecordInfo): Add interface definition.
10278         (LPRECORDINFO): Add typedef for IRecordInfo*.
10279         (IID_IRecordInfo): Add forward decalaration.
10280
10281 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10282
10283         * include/lmcons.h: Guard CNLEN and UNCLEN against prior definition.
10284         * include/nddeapi.h: Likewise.
10285
10286 2001-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
10287
10288         * lib/test.c (Win32_Winsock): Replace with __USE_W32_SOCKETS.
10289         Add more includes of w32api headers.
10290
10291 2001-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
10292
10293         * include/winnt.h (GetCurrentFiber): Change __inline to __inline__.
10294         Swap asm code with that of GetFiberData.
10295         (GetFiberData): Ditto.
10296         * lib/kernel32.c: New file, containing library versions of
10297         GetCurrentFiber and GetFiberData.
10298         * lib/makefile.in: Add kernel32.o as static object to libkernal32.a.
10299
10300 2001-08-08  Danny Smith  <dannysmith@users.sourceforge.net>
10301
10302         * include/winuser.h (GET_WHEEL_DELTA_WPARAM): Add macro.
10303         Thanks to: Harold Hunt <Harold@compasstechnologies.com>.
10304
10305 2001-08-08  Danny Smith  <dannysmith@users.sourceforge.net>
10306
10307         * lib/oleaut32.def: Regenerate.
10308
10309 2001-08-04  Danny Smith  <dannysmith@users.sourceforge.net>
10310
10311         * include/wtypes.h (DECIMAL_SETZERO): Correct typo.
10312
10313 2001-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
10314
10315         Apply Dmitry Bely  <dbely@mail.ru> patch 437834 (with additions).
10316         * include/oleidl.h (ISupportErrorInfo, ICreateInfo): Move from here
10317         * include/oaidl.h: ... to here.
10318         * include/oaidl.h ICreateErrorInfo): Add interface definition.
10319         (IErrorInfo::GetGUID): Change arg to GUID.
10320         (LPSUPPORTERRORINFO): Add typedef.
10321         (IID_ISupportErrorInfo): Change forward decl. of type to IID.
10322
10323 2001-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
10324
10325         * include/winsock2.h (WSAGET* and WSAMAKE*): Remove duplicate
10326         defines.
10327
10328 2001-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
10329
10330         * include/commctrl.h (TreeView_SetIndent): Correct typo.
10331
10332 2001-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
10333
10334         * include/commctrl.h (TBSTYPE_FLAT): Remove define.
10335         Thanks to: Jason Craig  <jacraig@softhome.net>
10336
10337 2001-07-30  Mattia Barbon  <mbarbon@dsi.unive.it>
10338
10339         * include/commctrl.h (TBBUTTONINFO[AW]): Add struct definitions,
10340         and UNICODE mappings, if _WIN32_IE >= 0x400.
10341         (TBIF_* and TB_SETBUTTONINFO): Add defines, if _WIN32_IE >= 0x400.
10342         (CDIS_*,CDDS_*,CDRF_*) : Add defines.
10343         (tagNMCUSTOMDRAWINFO): Add struct definition and typedefs.
10344         (tagNMLVCUSTOMDRAW): Likewise.
10345         (tagNMTVCUSTOMDRAW): Likewise.
10346         (tagNMLVCACHEHINT): Likewise.
10347
10348 2001-07-06  Danny Smith  <dannysmith@users.sourceforge.net>
10349
10350         * include/basetsd.h (#include <_mingw.h>): Remove.
10351         (__int64): Define.
10352
10353 2001-06-28  Danny Smith  <dannysmith@users.sourceforge.net>
10354
10355         * include/wingdi.h (AC_SRC_OVER): Add define.
10356         (struct _BLENDFUNCTION): Add.
10357
10358 2001-06-28  Danny Smith  <dannysmith@users.sourceforge.net>
10359
10360         * include/shlobj.h:  Add BIF_* defines.
10361
10362 2001-06-27  Danny Smith  <dannysmith@users.sourceforge.net>
10363
10364         * include/winerror.h (E_PENDING): Add error code define.
10365
10366 2001-06-27  Danny Smith  <dannysmith@users.sourceforge.net>
10367
10368         * include/basetsd.h (#include <_mingw.h>): Add directive.
10369
10370 2001-06-25  Danny Smith  <dannysmith@users.sourceforge.net>
10371
10372         * include/winbase.h (InterlockedCompareExchange): Change args
10373         and return value from PVOID to LONG.
10374         (InterlockedExchange): Change first arg to LPLONG.
10375         (InterlockedCompareExchangePointer): New macro.
10376         (InterlockedExchangePointer): New macro.
10377
10378 2001-06-19  Danny Smith  <dannysmith@users.sourceforge.net>
10379
10380         * lib/kernel32.def: Add LanguageGroup and UILanguage symbols.
10381         Thanks to Kevin Chase <kevincha99@hotmail.com>.
10382
10383 2001-06-11  TAMURA Kent  <tkent@users.sourceforge.net>
10384
10385         * objidl.h (IMalloc::ReAlloc()): Correct declaration.
10386         (IMalloc::Free()): Ditto.
10387
10388 2001-06-11  Danny Smith  <dannysmith@users.sourceforge.net>
10389
10390         * include/shlobj.h (REGSTR_PATH_EXPLORER): Unicode it.
10391         (REGSTR_PATH_SPECIAL_FOLDERS): Ditto.
10392         * include/regstr.h (REGSTR_PATH_EXPLORER): Add #ifndef guard.
10393
10394 2001-06-11  Mattia Barbon  <mbarbon@dsi.unive.it>
10395
10396         * include/shlobj.h (struct _browseinfo): UNICODE it.
10397         (SHBrowseForFolder): Ditto.
10398         (SHGetPathFromIDList): Ditto.
10399
10400 2001-06-11  Earnie Boyd  <earnie@users.sourceforge.net>
10401
10402         * include/basetsd.h: RC_INVOKED protection and realignment.
10403         Thanks to: Colin Peters <colinpeters@users.sourceforge.net>
10404
10405 2001-06-06  Earnie Boyd  <earnie@users.sourceforge.net>
10406
10407         * Makefile.in (bindist): Reassign value of exec_prefix on make command
10408         line.
10409
10410 2001-05-22  Christopher Faylor  <cgf@cygnus.com>
10411
10412         * lib/mapi32.def: Add MAPISendMail.
10413
10414 2001-05-22  Earnie Boyd  <earnie@users.sourceforge.net>
10415
10416         * include/w32api.h: Update version.
10417         * Makefile.in: Ditto.
10418
10419 2001-05-17  Corinna Vinschen  <corinna@vinschen.de>
10420
10421         * include/winnt.h: Define SE_GROUP_LOGON_ID as unsigned to avoid
10422         compiler warnings.
10423
10424 2001-05-17  Corinna Vinschen  <corinna@vinschen.de>
10425
10426         * include/ntdef.h: Protect definition of OBJECT_ATTRIBUTES against
10427         previous definition in include/ntsecapi.h.
10428         * include/ntsecapi.h: Vice versa.
10429
10430 2001-05-16  Corinna Vinschen  <corinna@vinschen.de>
10431
10432         * include/winnt.h: Add defines for group attributes.
10433         Add define for SYSTEM_LUID.
10434         Add missing types `PTOKEN_DEFAULT_DACL', `PTOKEN_OWNER' and
10435         `PTOKEN_PRIMARY_GROUP'.
10436
10437 2001-04-24  Christopher Faylor  <cgf@cygnus.com>
10438
10439         * lib/Makefile.in: Install libraries in /usr/lib/w32api when building
10440         for cygwin.
10441
10442 2001-04-24  Christopher Faylor  <cgf@cygnus.com>
10443
10444         * include/winsock2.h: Protect one *more* newlib defines when compiling
10445         cygwin.
10446
10447 2001-04-23  Christopher Faylor  <cgf@cygnus.com>
10448
10449         * include/winsock2.h: Protect some more newlib defines when compiling
10450         cygwin.
10451
10452 2001-04-23  Christopher Faylor  <cgf@cygnus.com>
10453
10454         * include/winsock.h: Protect some more newlib defines when compiling
10455         cygwin.
10456
10457 2001-04-17  Egor Duda  <deo@logos-m.ru>
10458
10459         * include/windows.h: Define _ANONYMOUS_STRUCT and _ANONYMOUS_UNION
10460         as __extenstion__ when appropriate.
10461         * include/mmsystem.h: Mark anonymous structs and unions as
10462         __extension__ to prevent compiler warning when invoked with
10463         -pedantic
10464         * include/oaidl.h: Ditto.
10465         * include/objidl.h: Ditto.
10466         * include/olectl.h: Ditto.
10467         * include/prsht.h: Ditto.
10468         * include/shlobj.h: Ditto.
10469         * include/winbase.h: Ditto.
10470         * include/winnt.h: Ditto.
10471         * include/wtypes.h: Ditto.
10472
10473 2001-04-11  Danny Smith  <dannysmith@users.sourceforge.net>
10474
10475         * include/windows.h (#include <winsock.h>): Include <winsock2.h>
10476         instead if (_WIN32_WINNT >= 0x0400)&&(__W32API_MAJOR_VERSION > 0).
10477
10478 2001-04-11  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10479
10480         * include/winuser.h (WM_IME_*): Remove defines (now in imm.h).
10481
10482 2001-04-11  John Fortin  <fortinj@attglobal.net>
10483
10484         * include/windef.h (*PBOOL): Unprotect from XFree86Server.
10485         (*LPBOOL): Ditto.
10486
10487 2001-04-08  Christopher Faylor  <cgf@cygnus.com>
10488
10489         * include/winnt.h (GetCurrentFiber): Make "external __inline" or asm
10490         code will be included in every module which includes this header.
10491         (GetFiberData): Ditto.
10492
10493 2001-04-08  Earnie Boyd  <earnie@users.sourceforge.net>
10494
10495         * include/winnt.h (GetCurrentFiber): Fix typo.
10496
10497 2001-04-08  Earnie Boyd  <earnie@users.sourceforge.net>
10498
10499         * include/shellapi.h: (CommandLineToArgvW): Add WINAPI declaration.
10500         * include/winbase.h: (GetFileAttributesExW): Fix typo.
10501         * include/wingdi.h: (StartDocA): Change LPDOCINFOA to DOCINFOA*.
10502         (StartDocB): Chage LNPDOCINFOB to DOCINFOB*.
10503         Thanks To: Kent Tamura  <tkent@users.sourceforge.net>
10504
10505         * include/winnt.h: (GetFiberData): Add __inline assembler coding.
10506         (GetCurrentFiber): Ditto.
10507         Thanks to: Andy Younger  <AndyY@redlemon.com>
10508
10509         * include/windef.h: (HMONITOR_DECLARED): New definition to stop
10510         DirectX 8 from complaining.
10511         Thanks to: Sigbjørn Lund Olsen  <mosikos@online.no>
10512
10513 2001-04-08  Michael Soderstrom  <ichaelsoderstro@hotmail.com>
10514
10515         * include/commctrl.h Updated TreeView and ListView defines and macros.
10516
10517 2001-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
10518
10519         * include/winuser.h (MB_SERVICE_NOTIFICATION): Correct value for NT4
10520         and above.
10521
10522 2001-03-30  Earnie Boyd  <earnie@users.sourceforge.net>
10523         * include/winuser.h (VK_KANA): New definition.
10524         Thanks to: "Harold Hunt" <huntharo@msu.edu>
10525
10526 2001-03-29  Earnie Boyd  <earnie@users.sourceforge.net
10527
10528         * include/winuser.h (RT_CURSOR): Add protection for XFree86Server.
10529         (RT_FONT): Ditto.
10530         * include/basetsd.h (INT32): Ditto.
10531         * include/windef.h (ATOM): Ditto.
10532         (BOOL): Ditto.
10533         (BYTE): Ditto.
10534         * include/winbase.h (FreeResource): Ditto.
10535         Thanks to: "Harold Hunt" <huntharo@msu.edu>
10536
10537 2001-03-20  Danny Smith  <dannysmith@users.sourceforge.net>
10538
10539         * include/winsock.h (_SYS_TYPES_H macro guard for int types): Remove;
10540         use only _BSDTYPES_DEFINED macro now defined in newlib sys/types.h.
10541         (SYS_TYPES_H macro guard for fd_set): Replace with_SYS_TYPES_FD_SET
10542         macro now defined in newlib sys/types.h.  Emit warning if defined.
10543         * include/winsock2.h: Ditto.
10544         * include/windows.h (Win32_Winsock): Replace with new macros
10545         __USE_W32_SOCKETS and warn of deprecation.
10546
10547 2001-03-13  Earnie Boyd  <earnie@users.sourceforge.net
10548
10549         * include/wingdi.h: (DOCINFO) Ansi version defined incorrectly.
10550         Thanks to: Mattia Barbon <mbarbon@dsi.unive.it>
10551
10552 2001-03-12  Earnie Boyd  <earnie@users.sourceforge.net
10553
10554         * include/commctrl.h (TBSTYLE_FLAT): New definition.
10555         (TB_GETBUTTONSIZE): Ditto.
10556         (TCS_HOTTRACK): Ditto.
10557         Thanks to: Chris Hansen <popeofpop@softhome.net>
10558
10559 2001-03-01  Earnie Boyd  <earnie@users.sourceforge.net
10560
10561         * Makefile.in: (snapshot): Add target.
10562         * lib/Makefile.in: (install-headers): Use installdir variable.
10563         (installdir): Set value based on target-alias.
10564
10565 2001-02-21  Earnie Boyd  <earnie@users.sourceforge.net
10566
10567         * include/w32api.h: (_W32API_VERSION): Remove.
10568         (__W32API_VERSION): Add.
10569         (__W32API_MAJOR_VERSION): Ditto.
10570         (__W32API_MINOR_VERSION): Ditto.
10571
10572 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
10573
10574         * include/wingdi.h (struct _DOCINFO[AW]): UNICODE it.
10575         (StartDoc[AW]): Use UNICODE'd LPDOCINFO[AW]
10576         * include/winuser.h (struct tagMOUSEKEYS): Define new structure.
10577         * include/winerror.h (NTE_*): Add CryptoAPI error codes.
10578
10579 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
10580
10581         * include/mswsock.h: New file.
10582         * include/ws2tcpip.h: New file.
10583         * include/winsock.h (IPPROTO_IGMP): New define.
10584         (IPPROTO_GGP): Correct value.
10585         (SO_* macros): Remove mswsock defines.
10586         (TCP_BSDURGENT): Likewise.
10587         (IP_* macros): Add comment warning of WinSock2 incompatibility
10588         (WSARecvEx): Remove mswsock prototype.
10589         (TransmitFile): Likewise.
10590         (AcceptEx): Likewise.
10591         (GetAcceptExSockaddrs): Likewise.
10592         (struct _TRANSMIT_FILE_BUFFERS): Remove mswsock definition.
10593         (#include <mswsock.h>): Add directive and explanatory comment
10594         * include/winsock2.h (header guard): add guard for  _WINSOCK_H
10595         (_WINSOCK_H): Define to prevent later inclusion of winsock.h
10596         (#include <winsock.h>): Replace directive with winsock.h file content
10597         The following changes apply to the merged file:
10598         (FD_SET): Keep winsock2.h definition, delete winsock.h definition
10599         (SOMAXCONN): Likewise
10600         (#include <nspapi.h>): Move - don't include until LPSOCKADDR defined
10601         (IP_* macros): Delete WinSock1 definitions (WinSock2 definitions now
10602         in ws2tcpip.h)
10603         (struct ip_mreq): Delete (now defined in ws2tcpip.h for WinSock2)
10604         (FD_*_BIT and FD_* defines): Place together and extend to
10605         FD_MAX_EVENTS 10
10606         (AF* defines): Extend to AF_MAX 10
10607         (WSAIsBlocking): #if 0 out prototype (N/A in WinSock2)
10608         (WSAUnhookBlockingHook): Likewise.
10609         (WSASetBlockingHook): Likewise.
10610         (WSACancelBlockingCall): Likewise.
10611         (WSAEINPROGRESS): Comment as not raised in WinSock2.
10612         (#include <mswsock.h>): Delete directive inherited from winsock.h
10613         (WSA_QOS* defines): Add QualityOfService error codes.
10614         (SIO_* defines): Add new macros
10615         * include/ipexport.h (IP_STATUS flags): Add definitions.
10616         (IP_FLAG_DF): Likewise.
10617         (IP_OPT_* ): Likewise.
10618         (struct ip_option_information): Likewise.
10619         (struct icmp_echo_reply): Likewise.
10620
10621 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
10622
10623         * include/commctrl.h: Revert TEXT change.
10624         * include/lmalert.h: Ditto.
10625         * include/lmcons.h: Ditto.
10626         * include/lmsname.h: Ditto.
10627         * include/lmsvc.h: Ditto.
10628         * include/ntsecapi.h: Ditto.
10629         * include/oledlg.h: Ditto.
10630         * include/ras.h: Ditto.
10631         * include/regstr.h: Ditto.
10632         * include/richedit.h: Ditto.
10633         * include/wininet.h: Ditto.
10634         * include/winnt.h: Ditto.
10635
10636 2001-02-15  Earnie Boyd  <earnie@users.sourceforge.net>
10637
10638         * include/commctrl.h: Use _TEXT() instead of TEXT() throughout.
10639         * include/lmalert.h: Ditto.
10640         * include/lmcons.h: Ditto.
10641         * include/lmsname.h: Ditto.
10642         * include/lmsvc.h: Ditto.
10643         * include/ntsecapi.h: Ditto.
10644         * include/oledlg.h: Ditto.
10645         * include/ras.h: Ditto.
10646         * include/regstr.h: Ditto.
10647         * include/richedit.h: Ditto.
10648         * include/wininet.h: Ditto.
10649         * include/w32api.h: New File.
10650
10651 2001-02-13  Corinna Vinschen  <corinna@vinschen.de>
10652
10653         * include/shlobj.h: Add missing SLR_* flags.
10654
10655 2001-02-12:  Earnie Boyd  <earnie@users.sourceforge.net>
10656
10657         * lib/Makefile.in: (host_alias): Add variable.
10658         (host_build): Ditto:
10659         (xinstall): Removed
10660         (xinstall-libraries): Ditto.
10661         (xinstall-headers): Ditto.
10662         (xuninstall): Ditto.
10663         (xuninstall-libraries): Ditto.
10664         (xuninstall-headers): Ditto.
10665         * Makefile.in: (host_alias): Add variable.
10666         (build_alias): Ditto.
10667
10668 2001-02-02  Earnie Boyd  <earnie@users.sourceforge.net>
10669
10670         * include/winnt.h: (__TEXT): Add private macro.
10671         (_TEXT): Modify definition to use __TEXT.
10672         (_T): Ditto.
10673         This change allows the passing of a MACRO as an argument and have that
10674         MACRO resolved first.
10675         Thanks to: Eric PAIRE <eric.paire@ri.silicomp.com>
10676
10677 2001-01-31  Earnie Boyd  <earnie@users.sourceforge.net>
10678
10679         * Makefile.in: Increment VERSION to 0.5
10680         * include/winnt.h: Change TEXT to _TEXT throughout.
10681         (SID_RELEASE): Define.
10682         Thanks to: Eric PAIRE <eric.paire@ri.silicomp.com>
10683
10684 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10685
10686         * Apply Phil Krylov patches.
10687         2001-01-19  Phil Krylov  <phil@mail.ru>
10688         * include/commctrl.h: (HDI_IMAGE) New definition.
10689         (HDI_DI_SETITEM) Ditto.
10690         (HDI_ORDER) Ditto.
10691         (HDI_FILTER) Ditto.
10692         (HDF_BITMAP_ON_RIGHT) Ditto.
10693         (HDF_IMAGE) Ditto.
10694         (HDM_SETORDERARRAY) Ditto.
10695         (Header_SetOrderArray) Ditto.
10696         (ICC_BAR_CLASSES) Ditto.
10697         (struct _HD_ITEMA) Change definition.
10698         (struct _HD_ITEMW) Ditto.
10699         (struct tagINITCOMMONCONTROLSEX) Enclose in _WIN32_IE braces.
10700         (InitCommonControlsEx()) Ditto.
10701         2001-01-23  Phil Krylov  <phil@mail.ru>
10702         * include/richedit.h: Many Richedit 2.0 definitions.
10703
10704 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10705
10706         * include/winuser.h: (IDC_HAND)  New resource identifier.
10707         Thanks to: Mark Jordon <mark_jordan@ieee.org>
10708
10709 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10710
10711         * include/iptypes.h: Include <sys/types.h> for time_t declaration.
10712         Fix typo's.
10713
10714 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10715
10716         * include/objidl.h: (GetClassID): Argument needs to be a pointer.
10717         (GetUnmarshalClass): CLSID argument needs to be a pointer.
10718         Thanks To: <bge@users.sourceforge.net>
10719
10720 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10721
10722         * Apply Danny Smith patch 102386
10723         2000-11-15  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10724         * lib/rasapi32.def: add symbols available in NT4 and W2k
10725
10726 2001-01-28  Earnie Boyd  <earnie@users.sourceforge.net>
10727
10728         * Apply Danny Smith patch 102382
10729         2000-11-15  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10730         * lib/mswsock.def: remove leading underscores from symbol names
10731
10732 2001-01-28  Earnie Boyd  <earnie@users.sourceforge.net>
10733
10734         * Apply Danny Smith patch 102446
10735         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10736         * include/sql.h (ODBCVER): change default to 0x0351.
10737         (SQLSetScrollOptions): non-core function, move prototype to sqlext.h.
10738         (SQLColAttributes): likewise.
10739         (SQLBindParam): add prototype for ODBC 3.x function.
10740         (SQLCloseCursor): likewise.
10741         (SQLColAttribute): likewise.
10742         (SQLCopyDesc):likewise.
10743         (SQLEndTran): likewise.
10744         (SQLFetchScroll): likewise.
10745         (SQLGetConnectAttr): likewise.
10746         (SQLGetDescField): likewise.
10747         (SQLGetDescRec): likewise.
10748         (SQLGetDiagField): likewise.
10749         (SQLGetDiagRec): likewise.
10750         (SQLGetEnvAttr): likewise.
10751         (SQLGetStmtAttr): likewise.
10752         (SQLSetConnectAttr): likewise.
10753         (SQLSetDescField):likewise.
10754         (SQLSetDescRec): likewise.
10755         (SQLSetEnvAttr): likewise.
10756         (SQLSetStmtAttr): likewise.
10757         (SQLINTENGER and SQLUINTEGER): replace with SQLLEN and SQLULEN for
10758         _WIN64 compatability;
10759         (SQL_ACCESS_MODE): Move define to sqlext.h (used in non-core functions).
10760         (SQL_ACTIVE_CONNECTIONS): likewise.
10761         (SQL_ACTIVE_STATEMENTS): likewise.
10762         (SQL_ALL_EXCEPT_LIKE): likewise.
10763         (SQL_API_ALL_FUNCTIONS): likewise.
10764         (SQL_API_LOADBYORDINAL): likewise.
10765         (SQL_API_SQLBINDPARAMETER): likewise.
10766         (SQL_API_SQLBROWSECONNECT): likewise.
10767         (SQL_API_SQLCOLATTRIBUTES): likewise.
10768         (SQL_API_SQLCOLUMNPRIVILEGES): likewise.
10769         (SQL_API_SQLDESCRIBEPARAM): likewise.
10770         (SQL_API_SQLDRIVERCONNECT): likewise.
10771         (SQL_API_SQLDRIVERS): likewise.
10772         (SQL_API_SQLEXTENDEDFETCH): likewise.
10773         (SQL_API_SQLFOREIGNKEYS): likewise.
10774         (SQL_API_SQLMORERESULTS): likewise.
10775         (SQL_API_SQLNATIVESQL): likewise.
10776         (SQL_API_SQLNUMPARAMS): likewise.
10777         (SQL_API_SQLPARAMOPTIONS): likewise.
10778         (SQL_API_SQLPRIMARYKEYS): likewise.
10779         (SQL_API_SQLPROCEDURECOLUMNS): likewise.
10780         (SQL_API_SQLPROCEDURES): likewise.
10781         (SQL_API_SQLSETPOS): likewise.
10782         (SQL_API_SQLSETSCROLLOPTIONS): likewise.
10783         (SQL_API_SQLTABLEPRIVILEGES): likewise.
10784         (SQL_ASYNC_ENABLE): likewise.
10785         (SQL_ASYNC_ENABLE_DEFAULT): likewise.
10786         (SQL_ASYNC_ENABLE_OFF): likewise.
10787         (SQL_ASYNC_ENABLE_ON): likewise.
10788         (SQL_ATTR_READONLY): likewise.
10789         (SQL_ATTR_READWRITE_UNKNOWN): likewise.
10790         (SQL_ATTR_WRITE): likewise.
10791         (SQL_AUTOCOMMIT): likewise.
10792         (SQL_AUTOCOMMIT_DEFAULT): likewise.
10793         (SQL_AUTOCOMMIT_OFF): likewise.
10794         (SQL_AUTOCOMMIT_ON): likewise.
10795         (SQL_BEST_ROWID): likewise.
10796         (SQL_BIGINT): likewise.
10797         (SQL_BINARY): likewise.
10798         (SQL_BIND_BY_COLUMN): likewise.
10799         (SQL_BIND_TYPE): likewise.
10800         (SQL_BIND_TYPE_DEFAULT): likewise.
10801         (SQL_BIT): likewise.
10802         (SQL_BOOKMARK_PERSISTENCE): likewise.
10803         (SQL_BP_CLOSE): likewise.
10804         (SQL_BP_DELETE): likewise.
10805         (SQL_BP_DROP): likewise.
10806         (SQL_BP_OTHER_HSTMT): likewise.
10807         (SQL_BP_SCROLL): likewise.
10808         (SQL_BP_TRANSACTION): likewise.
10809         (SQL_BP_UPDATE): likewise.
10810         (SQL_C_BINARY): likewise.
10811         (SQL_C_BIT): likewise.
10812         (SQL_C_BOOKMARK): likewise.
10813         (SQL_C_CHAR): likewise.
10814         (SQL_C_DATE): likewise.
10815         (SQL_C_DEFAULT): likewise.
10816         (SQL_C_DOUBLE): likewise.
10817         (SQL_C_FLOAT): likewise.
10818         (SQL_C_LONG): likewise.
10819         (SQL_C_SHORT): likewise.
10820         (SQL_C_SLONG): likewise.
10821         (SQL_C_SSHORT): likewise.
10822         (SQL_C_STINYINT): likewise.
10823         (SQL_C_TIME): likewise.
10824         (SQL_C_TIMESTAMP): likewise.
10825         (SQL_C_TINYINT): likewise.
10826         (SQL_C_ULONG): likewise.
10827         (SQL_C_USHORT): likewise.
10828         (SQL_C_UTINYINT): likewise.
10829         (SQL_CB_NON_NULL): likewise.
10830         (SQL_CB_NULL): likewise.
10831         (SQL_CC_CLOSE): likewise.
10832         (SQL_CC_DELETE): likewise.
10833         (SQL_CC_PRESERVE): likewise.
10834         (SQL_CN_ANY): likewise.
10835         (SQL_CN_DIFFERENT): likewise.
10836         (SQL_CN_NONE): likewise.
10837         (SQL_COLATT_OPT_MAX): likewise.
10838         (SQL_COLATT_OPT_MIN): likewise.
10839         (SQL_COLUMN_ALIAS): likewise.
10840         (SQL_COLUMN_AUTO_INCREMENT): likewise.
10841         (SQL_COLUMN_CASE_SENSITIVE): likewise.
10842         (SQL_COLUMN_COUNT): likewise.
10843         (SQL_COLUMN_DISPLAY_SIZE): likewise.
10844         (SQL_COLUMN_DRIVER_START): likewise.
10845         (SQL_COLUMN_LABEL): likewise.
10846         (SQL_COLUMN_LENGTH): likewise.
10847         (SQL_COLUMN_MONEY): likewise.
10848         (SQL_COLUMN_NAME): likewise.
10849         (SQL_COLUMN_NULLABLE): likewise.
10850         (SQL_COLUMN_OWNER_NAME): likewise.
10851         (SQL_COLUMN_PRECISION): likewise.
10852         (SQL_COLUMN_QUALIFIER_NAME): likewise.
10853         (SQL_COLUMN_SCALE): likewise.
10854         (SQL_COLUMN_SEARCHABLE): likewise.
10855         (SQL_COLUMN_TABLE_NAME): likewise.
10856         (SQL_COLUMN_TYPE): likewise.
10857         (SQL_COLUMN_TYPE_NAME): likewise.
10858         (SQL_COLUMN_UNSIGNED): likewise.
10859         (SQL_COLUMN_UPDATABLE): likewise.
10860         (SQL_CONCAT_NULL_BEHAVIOR): likewise.
10861         (SQL_CONCUR_DEFAULT): likewise.
10862         (SQL_CONCUR_LOCK): likewise.
10863         (SQL_CONCUR_READ_ONLY): likewise.
10864         (SQL_CONCUR_ROWVER): likewise.
10865         (SQL_CONCUR_TIMESTAMP): likewise.
10866         (SQL_CONCUR_VALUES): likewise.
10867         (SQL_CONCURRENCY): likewise.
10868         (SQL_CONN_OPT_MAX): likewise.
10869         (SQL_CONN_OPT_MIN): likewise.
10870         (SQL_CONNECT_OPT_DRVR_START): likewise.
10871         (SQL_CONVERT_BIGINT): likewise.
10872         (SQL_CONVERT_BINARY): likewise.
10873         (SQL_CONVERT_BIT): likewise.
10874         (SQL_CONVERT_CHAR): likewise.
10875         (SQL_CONVERT_DATE): likewise.
10876         (SQL_CONVERT_DECIMAL): likewise.
10877         (SQL_CONVERT_DOUBLE): likewise.
10878         (SQL_CONVERT_FLOAT): likewise.
10879         (SQL_CONVERT_FUNCTIONS): likewise.
10880         (SQL_CONVERT_INTEGER): likewise.
10881         (SQL_CONVERT_LONGVARBINARY): likewise.
10882         (SQL_CONVERT_LONGVARCHAR): likewise.
10883         (SQL_CONVERT_NUMERIC): likewise.
10884         (SQL_CONVERT_REAL): likewise.
10885         (SQL_CONVERT_SMALLINT): likewise.
10886         (SQL_CONVERT_TIME): likewise.
10887         (SQL_CONVERT_TIMESTAMP): likewise.
10888         (SQL_CONVERT_TINYINT): likewise.
10889         (SQL_CONVERT_VARBINARY): likewise.
10890         (SQL_CONVERT_VARCHAR): likewise.
10891         (SQL_CORRELATION_NAME): likewise.
10892         (SQL_CR_CLOSE): likewise.
10893         (SQL_CR_DELETE): likewise.
10894         (SQL_CR_PRESERVE): likewise.
10895         (SQL_CUR_DEFAULT): likewise.
10896         (SQL_CUR_USE_DRIVER): likewise.
10897         (SQL_CUR_USE_IF_NEEDED): likewise.
10898         (SQL_CUR_USE_ODBC): likewise.
10899         (SQL_CURRENT_QUALIFIER): likewise.
10900         (SQL_CURSOR_DYNAMIC): likewise.
10901         (SQL_CURSOR_FORWARD_ONLY): likewise.
10902         (SQL_CURSOR_KEYSET_DRIVEN): likewise.
10903         (SQL_CURSOR_ROLLBACK_BEHAVIOR): likewise.
10904         (SQL_CURSOR_STATIC): likewise.
10905         (SQL_CURSOR_TYPE): likewise.
10906         (SQL_CURSOR_TYPE_DEFAULT): likewise.
10907         (SQL_CVT_BIGINT): likewise.
10908         (SQL_CVT_BINARY): likewise.
10909         (SQL_CVT_BIT): likewise.
10910         (SQL_CVT_CHAR): likewise.
10911         (SQL_CVT_DATE): likewise.
10912         (SQL_CVT_DECIMAL): likewise.
10913         (SQL_CVT_DOUBLE): likewise.
10914         (SQL_CVT_FLOAT): likewise.
10915         (SQL_CVT_INTEGER): likewise.
10916         (SQL_CVT_LONGVARBINARY): likewise.
10917         (SQL_CVT_LONGVARCHAR): likewise.
10918         (SQL_CVT_NUMERIC): likewise.
10919         (SQL_CVT_REAL): likewise.
10920         (SQL_CVT_SMALLINT): likewise.
10921         (SQL_CVT_TIME): likewise.
10922         (SQL_CVT_TIMESTAMP): likewise.
10923         (SQL_CVT_TINYINT): likewise.
10924         (SQL_CVT_VARBINARY): likewise.
10925         (SQL_CVT_VARCHAR): likewise.
10926         (SQL_DATABASE_NAME): likewise.
10927         (SQL_DATE): likewise.
10928         (SQL_DRIVER_HDBC): likewise.
10929         (SQL_DRIVER_HENV): likewise.
10930         (SQL_DRIVER_HLIB): likewise.
10931         (SQL_DRIVER_HSTMT): likewise.
10932         (SQL_DRIVER_NAME): likewise.
10933         (SQL_DRIVER_ODBC_VER): likewise.
10934         (SQL_DRIVER_VER): likewise.
10935         (SQL_ENSURE): likewise.
10936         (SQL_EXPRESSIONS_IN_ORDERBY): likewise.
10937         (SQL_EXT_API_LAST): likewise.
10938         (SQL_EXT_API_START): likewise.
10939         (SQL_FD_FETCH_BOOKMARK): likewise.
10940         (SQL_FD_FETCH_PREV): likewise.
10941         (SQL_FD_FETCH_RESUME): likewise.
10942         (SQL_FETCH_PREV): likewise.
10943         (SQL_FETCH_RESUME): likewise.
10944         (SQL_FILE_NOT_SUPPORTED): likewise.
10945         (SQL_FILE_QUALIFIER): likewise.
10946         (SQL_FILE_TABLE): likewise.
10947         (SQL_FILE_USAGE): likewise.
10948         (SQL_FN_CVT_CONVERT): likewise.
10949         (SQL_FN_NUM_ABS): likewise.
10950         (SQL_FN_NUM_ACOS): likewise.
10951         (SQL_FN_NUM_ASIN): likewise.
10952         (SQL_FN_NUM_ATAN): likewise.
10953         (SQL_FN_NUM_ATAN2): likewise.
10954         (SQL_FN_NUM_CEILING): likewise.
10955         (SQL_FN_NUM_COS): likewise.
10956         (SQL_FN_NUM_COT): likewise.
10957         (SQL_FN_NUM_DEGREES): likewise.
10958         (SQL_FN_NUM_EXP): likewise.
10959         (SQL_FN_NUM_FLOOR): likewise.
10960         (SQL_FN_NUM_LOG): likewise.
10961         (SQL_FN_NUM_LOG10): likewise.
10962         (SQL_FN_NUM_MOD): likewise.
10963         (SQL_FN_NUM_PI): likewise.
10964         (SQL_FN_NUM_POWER): likewise.
10965         (SQL_FN_NUM_RADIANS): likewise.
10966         (SQL_FN_NUM_RAND): likewise.
10967         (SQL_FN_NUM_ROUND): likewise.
10968         (SQL_FN_NUM_SIGN): likewise.
10969         (SQL_FN_NUM_SIN): likewise.
10970         (SQL_FN_NUM_SQRT): likewise.
10971         (SQL_FN_NUM_TAN): likewise.
10972         (SQL_FN_NUM_TRUNCATE): likewise.
10973         (SQL_FN_STR_ASCII): likewise.
10974         (SQL_FN_STR_CHAR): likewise.
10975         (SQL_FN_STR_CONCAT): likewise.
10976         (SQL_FN_STR_DIFFERENCE): likewise.
10977         (SQL_FN_STR_INSERT): likewise.
10978         (SQL_FN_STR_LCASE): likewise.
10979         (SQL_FN_STR_LEFT): likewise.
10980         (SQL_FN_STR_LENGTH): likewise.
10981         (SQL_FN_STR_LOCATE): likewise.
10982         (SQL_FN_STR_LOCATE_2): likewise.
10983         (SQL_FN_STR_LTRIM): likewise.
10984         (SQL_FN_STR_REPEAT): likewise.
10985         (SQL_FN_STR_REPLACE): likewise.
10986         (SQL_FN_STR_RIGHT): likewise.
10987         (SQL_FN_STR_RTRIM): likewise.
10988         (SQL_FN_STR_SOUNDEX): likewise.
10989         (SQL_FN_STR_SPACE): likewise.
10990         (SQL_FN_STR_SUBSTRING): likewise.
10991         (SQL_FN_STR_UCASE): likewise.
10992         (SQL_FN_SYS_DBNAME): likewise.
10993         (SQL_FN_SYS_IFNULL): likewise.
10994         (SQL_FN_SYS_USERNAME): likewise.
10995         (SQL_FN_TD_CURDATE): likewise.
10996         (SQL_FN_TD_CURTIME): likewise.
10997         (SQL_FN_TD_DAYNAME): likewise.
10998         (SQL_FN_TD_DAYOFMONTH): likewise.
10999         (SQL_FN_TD_DAYOFWEEK): likewise.
11000         (SQL_FN_TD_DAYOFYEAR): likewise.
11001         (SQL_FN_TD_HOUR): likewise.
11002         (SQL_FN_TD_MINUTE): likewise.
11003         (SQL_FN_TD_MONTH): likewise.
11004         (SQL_FN_TD_MONTHNAME): likewise.
11005         (SQL_FN_TD_NOW): likewise.
11006         (SQL_FN_TD_QUARTER): likewise.
11007         (SQL_FN_TD_SECOND): likewise.
11008         (SQL_FN_TD_TIMESTAMPadd): likewise.
11009         (SQL_FN_TD_TIMESTAMPDIFF): likewise.
11010         (SQL_FN_TD_WEEK): likewise.
11011         (SQL_FN_TD_YEAR): likewise.
11012         (SQL_FN_TSI_DAY): likewise.
11013         (SQL_FN_TSI_FRAC_SECOND): likewise.
11014         (SQL_FN_TSI_HOUR): likewise.
11015         (SQL_FN_TSI_MINUTE): likewise.
11016         (SQL_FN_TSI_MONTH): likewise.
11017         (SQL_FN_TSI_QUARTER): likewise.
11018         (SQL_FN_TSI_SECOND): likewise.
11019         (SQL_FN_TSI_WEEK): likewise.
11020         (SQL_FN_TSI_YEAR): likewise.
11021         (SQL_GB_GROUP_BY_CONTAINS_SELECT): likewise.
11022         (SQL_GB_GROUP_BY_EQUALS_SELECT): likewise.
11023         (SQL_GB_NO_RELATION): likewise.
11024         (SQL_GB_NOT_SUPPORTED): likewise.
11025         (SQL_GD_BLOCK): likewise.
11026         (SQL_GD_BOUND): likewise.
11027         (SQL_GET_BOOKMARK): likewise.
11028         (SQL_GROUP_BY): likewise.
11029         (SQL_INFO_DRIVER_START): likewise.
11030         (SQL_INFO_FIRST): likewise.
11031         (SQL_INFO_LAST): likewise.
11032         (SQL_INTERVAL_DAY): likewise.
11033         (SQL_INTERVAL_DAY_TO_HOUR): likewise.
11034         (SQL_INTERVAL_DAY_TO_MINUTE): likewise.
11035         (SQL_INTERVAL_DAY_TO_SECOND): likewise.
11036         (SQL_INTERVAL_HOUR): likewise.
11037         (SQL_INTERVAL_HOUR_TO_MINUTE): likewise.
11038         (SQL_INTERVAL_HOUR_TO_SECOND): likewise.
11039         (SQL_INTERVAL_MINUTE): likewise.
11040         (SQL_INTERVAL_MINUTE_TO_SECOND): likewise.
11041         (SQL_INTERVAL_MONTH): likewise.
11042         (SQL_INTERVAL_SECOND): likewise.
11043         (SQL_INTERVAL_YEAR): likewise.
11044         (SQL_INTERVAL_YEAR_TO_MONTH): likewise.
11045         (SQL_KEYSET_SIZE): likewise.
11046         (SQL_KEYSET_SIZE_DEFAULT): likewise.
11047         (SQL_KEYWORDS): likewise.
11048         (SQL_LCK_EXCLUSIVE): likewise.
11049         (SQL_LCK_NO_CHANGE): likewise.
11050         (SQL_LCK_UNLOCK): likewise.
11051         (SQL_LIKE_ESCAPE_CLAUSE): likewise.
11052         (SQL_LIKE_ONLY): likewise.
11053         (SQL_LOCK_TYPES): likewise.
11054         (SQL_LOGIN_TIMEOUT): likewise.
11055         (SQL_LOGIN_TIMEOUT_DEFAULT): likewise.
11056         (SQL_LONGVARBINARY): likewise.
11057         (SQL_LONGVARCHAR): likewise.
11058         (SQL_MAX_BINARY_LITERAL_LEN): likewise.
11059         (SQL_MAX_CHAR_LITERAL_LEN): likewise.
11060         (SQL_MAX_DSN_LENGTH): likewise.
11061         (SQL_MAX_LENGTH): likewise.
11062         (SQL_MAX_LENGTH_DEFAULT): likewise.
11063         (SQL_MAX_OPTION_STRING_LENGTH): likewise.
11064         (SQL_MAX_OWNER_NAME_LEN): likewise.
11065         (SQL_MAX_PROCEDURE_NAME_LEN): likewise.
11066         (SQL_MAX_QUALIFIER_NAME_LEN): likewise.
11067         (SQL_MAX_ROW_SIZE_INCLUDES_LONG): likewise.
11068         (SQL_MAX_ROWS): likewise.
11069         (SQL_MAX_ROWS_DEFAULT): likewise.
11070         (SQL_MODE_DEFAULT): likewise.
11071         (SQL_MODE_READ_ONLY): likewise.
11072         (SQL_MODE_READ_WRITE): likewise.
11073         (SQL_MULT_RESULT_SETS): likewise.
11074         (SQL_MULTIPLE_ACTIVE_TXN): likewise.
11075         (SQL_NC_END): likewise.
11076         (SQL_NC_START): likewise.
11077         (SQL_NEED_LONG_DATA_LEN): likewise.
11078         (SQL_NNC_NON_NULL): likewise.
11079         (SQL_NNC_NULL): likewise.
11080         (SQL_NO_TOTAL): likewise.
11081         (SQL_NON_NULLABLE_COLUMNS): likewise.
11082         (SQL_NOSCAN): likewise.
11083         (SQL_NOSCAN_DEFAULT): likewise.
11084         (SQL_NOSCAN_OFF): likewise.
11085         (SQL_NOSCAN_ON): likewise.
11086         (SQL_NUM_EXTENSIONS): likewise.
11087         (SQL_NUM_FUNCTIONS): likewise.
11088         (SQL_NUMERIC_FUNCTIONS): likewise.
11089         (SQL_OAC_LEVEL1): likewise.
11090         (SQL_OAC_LEVEL2): likewise.
11091         (SQL_OAC_NONE): likewise.
11092         (SQL_ODBC_API_CONFORMANCE): likewise.
11093         (SQL_ODBC_CURSORS): likewise.
11094         (SQL_ODBC_KEYWORDS): likewise.
11095         (SQL_ODBC_SAG_CLI_CONFORMANCE): likewise.
11096         (SQL_ODBC_SQL_CONFORMANCE): likewise.
11097         (SQL_ODBC_SQL_OPT_IEF): likewise.
11098         (SQL_ODBC_VER): likewise.
11099         (SQL_OPT_TRACE): likewise.
11100         (SQL_OPT_TRACE_DEFAULT): likewise.
11101         (SQL_OPT_TRACE_FILE_DEFAULT): likewise.
11102         (SQL_OPT_TRACE_OFF): likewise.
11103         (SQL_OPT_TRACE_ON): likewise.
11104         (SQL_OPT_TRACEFILE): likewise.
11105         (SQL_OSC_CORE): likewise.
11106         (SQL_OSC_EXTENDED): likewise.
11107         (SQL_OSC_MINIMUM): likewise.
11108         (SQL_OSCC_COMPLIANT): likewise.
11109         (SQL_OSCC_NOT_COMPLIANT): likewise.
11110         (SQL_OU_DML_STATEMENTS): likewise.
11111         (SQL_OU_INDEX_DEFINITION): likewise.
11112         (SQL_OU_PRIVILEGE_DEFINITION): likewise.
11113         (SQL_OU_PROCEDURE_INVOCATION): likewise.
11114         (SQL_OU_TABLE_DEFINITION): likewise.
11115         (SQL_OUTER_JOINS): likewise.
11116         (SQL_OWNER_TERM): likewise.
11117         (SQL_OWNER_USAGE): likewise.
11118         (SQL_PACKET_SIZE): likewise.
11119         (SQL_PC_NOT_PSEUDO): likewise.
11120         (SQL_POS_add): likewise.
11121         (SQL_POS_DELETE): likewise.
11122         (SQL_POS_OPERATIONS): likewise.
11123         (SQL_POS_POSITION): likewise.
11124         (SQL_POS_REFRESH): likewise.
11125         (SQL_POS_UPDATE): likewise.
11126         (SQL_POSITIONED_STATEMENTS): likewise.
11127         (SQL_PROCEDURE_TERM): likewise.
11128         (SQL_PROCEDURES): likewise.
11129         (SQL_PS_POSITIONED_DELETE): likewise.
11130         (SQL_PS_POSITIONED_UPDATE): likewise.
11131         (SQL_PS_SELECT_FOR_UPDATE): likewise.
11132         (SQL_QL_END): likewise.
11133         (SQL_QL_START): likewise.
11134         (SQL_QU_DML_STATEMENTS): likewise.
11135         (SQL_QU_INDEX_DEFINITION): likewise.
11136         (SQL_QU_PRIVILEGE_DEFINITION): likewise.
11137         (SQL_QU_PROCEDURE_INVOCATION): likewise.
11138         (SQL_QU_TABLE_DEFINITION): likewise.
11139         (SQL_QUALIFIER_LOCATION): likewise.
11140         (SQL_QUALIFIER_NAME_SEPARATOR): likewise.
11141         (SQL_QUALIFIER_TERM): likewise.
11142         (SQL_QUALIFIER_USAGE): likewise.
11143         (SQL_QUERY_TIMEOUT): likewise.
11144         (SQL_QUERY_TIMEOUT_DEFAULT): likewise.
11145         (SQL_QUICK): likewise.
11146         (SQL_QUIET_MODE): likewise.
11147         (SQL_QUOTED_IDENTIFIER_CASE): likewise.
11148         (SQL_RD_DEFAULT): likewise.
11149         (SQL_RD_OFF): likewise.
11150         (SQL_RD_ON): likewise.
11151         (SQL_RETRIEVE_DATA): likewise.
11152         (SQL_ROW_NUMBER): likewise.
11153         (SQL_ROW_UPDATES): likewise.
11154         (SQL_ROWSET_SIZE): likewise.
11155         (SQL_ROWSET_SIZE_DEFAULT): likewise.
11156         (SQL_ROWVER): likewise.
11157         (SQL_SC_NON_UNIQUE): likewise.
11158         (SQL_SC_TRY_UNIQUE): likewise.
11159         (SQL_SC_UNIQUE): likewise.
11160         (SQL_SCCO_OPT_TIMESTAMP): likewise.
11161         (SQL_SCROLL_DYNAMIC): likewise.
11162         (SQL_SCROLL_FORWARD_ONLY): likewise.
11163         (SQL_SCROLL_KEYSET_DRIVEN): likewise.
11164         (SQL_SCROLL_OPTIONS): likewise.
11165         (SQL_SCROLL_STATIC): likewise.
11166         (SQL_SEARCHABLE): likewise.
11167         (SQL_SIGNED_OFFSET): likewise.
11168         (SQL_SIMULATE_CURSOR): likewise.
11169         (SQL_SO_DYNAMIC): likewise.
11170         (SQL_SO_FORWARD_ONLY): likewise.
11171         (SQL_SO_KEYSET_DRIVEN): likewise.
11172         (SQL_SO_MIXED): likewise.
11173         (SQL_SO_STATIC): likewise.
11174         (SQL_SPEC_MAJOR): likewise.
11175         (SQL_SPEC_MINOR): likewise.
11176         (SQL_SPEC_STRING): likewise.
11177         (SQL_SQ_COMPARISON): likewise.
11178         (SQL_SQ_CORRELATED_SUBQUERIES): likewise.
11179         (SQL_SQ_EXISTS): likewise.
11180         (SQL_SQ_IN): likewise.
11181         (SQL_SQ_QUANTIFIED): likewise.
11182         (SQL_SQLSTATE_SIZE): likewise.
11183         (SQL_SS_addITIONS): likewise.
11184         (SQL_SS_DELETIONS): likewise.
11185         (SQL_SS_UPDATES): likewise.
11186         (SQL_STATIC_SENSITIVITY): likewise.
11187         (SQL_STMT_OPT_MAX): likewise.
11188         (SQL_STMT_OPT_MIN): likewise.
11189         (SQL_STRING_FUNCTIONS): likewise.
11190         (SQL_SUBQUERIES): likewise.
11191         (SQL_SYSTEM_FUNCTIONS): likewise.
11192         (SQL_TABLE_STAT): likewise.
11193         (SQL_TABLE_TERM): likewise.
11194         (SQL_TIME): likewise.
11195         (SQL_TIMEDATE_add_INTERVALS): likewise.
11196         (SQL_TIMEDATE_DIFF_INTERVALS): likewise.
11197         (SQL_TIMEDATE_FUNCTIONS): likewise.
11198         (SQL_TIMESTAMP): likewise.
11199         (SQL_TINYINT): likewise.
11200         (SQL_TRANSLATE_DLL): likewise.
11201         (SQL_TRANSLATE_OPTION): likewise.
11202         (SQL_TXN_ISOLATION): likewise.
11203         (SQL_TXN_VERSIONING): likewise.
11204         (SQL_TYPE_DRIVER_END): likewise.
11205         (SQL_TYPE_DRIVER_START): likewise.
11206         (SQL_TYPE_MAX): likewise.
11207         (SQL_TYPE_MIN): likewise.
11208         (SQL_TYPE_NULL): likewise.
11209         (SQL_U_UNION): likewise.
11210         (SQL_U_UNION_ALL): likewise.
11211         (SQL_UB_DEFAULT): likewise.
11212         (SQL_UB_OFF): likewise.
11213         (SQL_UB_ON): likewise.
11214         (SQL_UNICODE): likewise.
11215         (SQL_UNICODE_CHAR): likewise.
11216         (SQL_UNICODE_LONGVARCHAR): likewise.
11217         (SQL_UNICODE_VARCHAR): likewise.
11218         (SQL_UNION): likewise.
11219         (SQL_UNSEARCHABLE): likewise.
11220         (SQL_UNSIGNED_OFFSET): likewise.
11221         (SQL_USE_BOOKMARKS): likewise.
11222         (SQL_VARBINARY): likewise.
11223         (SQL_TRUE): add define for ODBC3.x.
11224         (SQL_FALSE): likewise.
11225         (SQL_AM_CONNECTION): likewise.
11226         (SQL_AM_NONE): likewise.
11227         (SQL_AM_STATEMENT): likewise.
11228         (SQL_API_SQLALLOCHANDLE): likewise.
11229         (SQL_API_SQLBINDPARAM): likewise.
11230         (SQL_API_SQLCLOSECURSOR): likewise.
11231         (SQL_API_SQLCOLATTRIBUTE): likewise.
11232         (SQL_API_SQLCOPYDESC): likewise.
11233         (SQL_API_SQLENDTRAN): likewise.
11234         (SQL_API_SQLFETCHSCROLL): likewise.
11235         (SQL_API_SQLFREEHANDLE): likewise.
11236         (SQL_API_SQLGETCONNECTATTR): likewise.
11237         (SQL_API_SQLGETDESCFIELD): likewise.
11238         (SQL_API_SQLGETDESCREC): likewise.
11239         (SQL_API_SQLGETDIAGFIELD): likewise.
11240         (SQL_API_SQLGETDIAGREC): likewise.
11241         (SQL_API_SQLGETENVATTR): likewise.
11242         (SQL_API_SQLGETSTMTATTR): likewise.
11243         (SQL_API_SQLSETCONNECTATTR): likewise.
11244         (SQL_API_SQLSETDESCFIELD): likewise.
11245         (SQL_API_SQLSETDESCREC): likewise.
11246         (SQL_API_SQLSETENVATTR): likewise.
11247         (SQL_API_SQLSETSTMTATTR): likewise.
11248         (SQL_ARD_TYPE): likewise.
11249         (SQL_AT_add_CONSTRAINT): likewise.
11250         (SQL_ATTR_APP_PARAM_DESC): likewise.
11251         (SQL_ATTR_APP_ROW_DESC): likewise.
11252         (SQL_ATTR_AUTO_IPD): likewise.
11253         (SQL_ATTR_CURSOR_SCROLLABLE): likewise.
11254         (SQL_ATTR_CURSOR_SENSITIVITY): likewise.
11255         (SQL_ATTR_IMP_PARAM_DESC): likewise.
11256         (SQL_ATTR_IMP_ROW_DESC): likewise.
11257         (SQL_ATTR_METADATA_ID): likewise.
11258         (SQL_ATTR_OUTPUT_NTS): likewise.
11259         (SQL_CATALOG_NAME): likewise.
11260         (SQL_CODE_DATE): likewise.
11261         (SQL_CODE_TIME): likewise.
11262         (SQL_CODE_TIMESTAMP): likewise.
11263         (SQL_COLLATION_SEQ): likewise.
11264         (SQL_CURSOR_SENSITIVITY): likewise.
11265         (SQL_DATE_LEN): likewise.
11266         (SQL_DATETIME): likewise.
11267         (SQL_DEFAULT): likewise.
11268         (SQL_DESC_ALLOC_AUTO): likewise.
11269         (SQL_DESC_ALLOC_TYPE): likewise.
11270         (SQL_DESC_ALLOC_USER): likewise.
11271         (SQL_DESC_COUNT): likewise.
11272         (SQL_DESC_DATA_PTR): likewise.
11273         (SQL_DESC_DATETIME_INTERVAL_CODE): likewise.
11274         (SQL_DESC_INDICATOR_PTR): likewise.
11275         (SQL_DESC_LENGTH): likewise.
11276         (SQL_DESC_NAME): likewise.
11277         (SQL_DESC_NULLABLE): likewise.
11278         (SQL_DESC_OCTET_LENGTH): likewise.
11279         (SQL_DESC_OCTET_LENGTH_PTR): likewise.
11280         (SQL_DESC_PRECISION): likewise.
11281         (SQL_DESC_SCALE): likewise.
11282         (SQL_DESC_TYPE): likewise.
11283         (SQL_DESC_UNNAMED): likewise.
11284         (SQL_DESCRIBE_PARAMETER): likewise.
11285         (SQL_DIAG_ALTER_DOMAIN): likewise.
11286         (SQL_DIAG_ALTER_TABLE): likewise.
11287         (SQL_DIAG_CALL): likewise.
11288         (SQL_DIAG_CLASS_ORIGIN): likewise.
11289         (SQL_DIAG_CONNECTION_NAME): likewise.
11290         (SQL_DIAG_CREATE_ASSERTION): likewise.
11291         (SQL_DIAG_CREATE_CHARACTER_SET): likewise.
11292         (SQL_DIAG_CREATE_COLLATION): likewise.
11293         (SQL_DIAG_CREATE_DOMAIN): likewise.
11294         (SQL_DIAG_CREATE_INDEX): likewise.
11295         (SQL_DIAG_CREATE_SCHEMA): likewise.
11296         (SQL_DIAG_CREATE_TABLE): likewise.
11297         (SQL_DIAG_CREATE_TRANSLATION): likewise.
11298         (SQL_DIAG_CREATE_VIEW): likewise.
11299         (SQL_DIAG_DELETE_WHERE): likewise.
11300         (SQL_DIAG_DROP_ASSERTION): likewise.
11301         (SQL_DIAG_DROP_CHARACTER_SET): likewise.
11302         (SQL_DIAG_DROP_COLLATION): likewise.
11303         (SQL_DIAG_DROP_DOMAIN): likewise.
11304         (SQL_DIAG_DROP_INDEX): likewise.
11305         (SQL_DIAG_DROP_SCHEMA): likewise.
11306         (SQL_DIAG_DROP_TABLE): likewise.
11307         (SQL_DIAG_DROP_TRANSLATION): likewise.
11308         (SQL_DIAG_DROP_VIEW): likewise.
11309         (SQL_DIAG_DYNAMIC_DELETE_CURSOR): likewise.
11310         (SQL_DIAG_DYNAMIC_FUNCTION): likewise.
11311         (SQL_DIAG_DYNAMIC_FUNCTION_CODE): likewise.
11312         (SQL_DIAG_DYNAMIC_UPDATE_CURSOR): likewise.
11313         (SQL_DIAG_GRANT): likewise.
11314         (SQL_DIAG_INSERT): likewise.
11315         (SQL_DIAG_MESSAGE_TEXT): likewise.
11316         (SQL_DIAG_NATIVE): likewise.
11317         (SQL_DIAG_NUMBER): likewise.
11318         (SQL_DIAG_RETURNCODE): likewise.
11319         (SQL_DIAG_REVOKE): likewise.
11320         (SQL_DIAG_ROW_COUNT): likewise.
11321         (SQL_DIAG_SELECT_CURSOR): likewise.
11322         (SQL_DIAG_SERVER_NAME): likewise.
11323         (SQL_DIAG_SQLSTATE): likewise.
11324         (SQL_DIAG_SUBCLASS_ORIGIN): likewise.
11325         (SQL_DIAG_UNKNOWN_STATEMENT): likewise.
11326         (SQL_DIAG_UPDATE_WHERE): likewise.
11327         (SQL_FALSE): likewise.
11328         (SQL_FETCH_ABSOLUTE): likewise.
11329         (SQL_FETCH_LAST): likewise.
11330         (SQL_FETCH_PRIOR): likewise.
11331         (SQL_FETCH_RELATIVE): likewise.
11332         (SQL_HANDLE_DBC): likewise.
11333         (SQL_HANDLE_DESC): likewise.
11334         (SQL_HANDLE_ENV): likewise.
11335         (SQL_HANDLE_STMT): likewise.
11336         (SQL_INSENSITIVE): likewise.
11337         (SQL_INTEGRITY): likewise.
11338         (SQL_MAX_CATALOG_NAME_LEN): likewise.
11339         (SQL_MAX_CONCURRENT_ACTIVITIES): likewise.
11340         (SQL_MAX_DRIVER_CONNECTIONS): likewise.
11341         (SQL_MAX_IDENTIFIER_LEN): likewise.
11342         (SQL_MAX_SCHEMA_NAME_LEN): likewise.
11343         (SQL_MAXIMUM_CATALOG_NAME_LENGTH): likewise.
11344         (SQL_MAXIMUM_COLUMN_NAME_LENGTH): likewise.
11345         (SQL_MAXIMUM_COLUMNS_IN_GROUP_BY): likewise.
11346         (SQL_MAXIMUM_COLUMNS_IN_INDEX): likewise.
11347         (SQL_MAXIMUM_COLUMNS_IN_ORDER_BY): likewise.
11348         (SQL_MAXIMUM_COLUMNS_IN_SELECT): likewise.
11349         (SQL_MAXIMUM_CONCURRENT_ACTIVITIES): likewise.
11350         (SQL_MAXIMUM_CURSOR_NAME_LENGTH): likewise.
11351         (SQL_MAXIMUM_DRIVER_CONNECTIONS): likewise.
11352         (SQL_MAXIMUM_IDENTIFIER_LENGTH): likewise.
11353         (SQL_MAXIMUM_INDEX_SIZE): likewise.
11354         (SQL_MAXIMUM_ROW_SIZE): likewise.
11355         (SQL_MAXIMUM_SCHEMA_NAME_LENGTH): likewise.
11356         (SQL_MAXIMUM_STATEMENT_LENGTH): likewise.
11357         (SQL_MAXIMUM_TABLES_IN_SELECT): likewise.
11358         (SQL_MAXIMUM_USER_NAME_LENGTH): likewise.
11359         (SQL_NAMED): likewise.
11360         (SQL_NONSCROLLABLE): likewise.
11361         (SQL_NTSL): likewise.
11362         (SQL_NULL_HANDLE): likewise.
11363         (SQL_NULL_HDESC): likewise.
11364         (SQL_OUTER_JOIN_CAPABILITIES): likewise.
11365         (SQL_PRED_BASIC): likewise.
11366         (SQL_PRED_CHAR): likewise.
11367         (SQL_PRED_NONE): likewise.
11368         (SQL_ROW_IDENTIFIER): likewise.
11369         (SQL_SCROLLABLE): likewise.
11370         (SQL_SENSITIVE): likewise.
11371         (SQL_SUCCEEDED(rc)): likewise.
11372         (SQL_TIME_LEN): likewise.
11373         (SQL_TIMESTAMP_LEN): likewise.
11374         (SQL_TRANSACTION_CAPABLE): likewise.
11375         (SQL_TRANSACTION_ISOLATION_OPTION): likewise.
11376         (SQL_TRANSACTION_READ_COMMITTED): likewise.
11377         (SQL_TRANSACTION_READ_UNCOMMITTED): likewise.
11378         (SQL_TRANSACTION_REPEATABLE_READ): likewise.
11379         (SQL_TRANSACTION_SERIALIZABLE): likewise.
11380         (SQL_TYPE_DATE): likewise.
11381         (SQL_TYPE_TIME): likewise.
11382         (SQL_TYPE_TIMESTAMP): likewise.
11383         (SQL_UNKNOWN_TYPE): likewise.
11384         (SQL_UNNAMED): likewise.
11385         (SQL_UNSPECIFIED): likewise.
11386         (SQL_XOPEN_CLI_YEAR): likewise.
11387         (SQLAllocConnect): add comment marking as deperecated.
11388         (SQLAllocEnv): likewise.
11389         (SQLAllocStmt): likewise.
11390         (SQLFreeConnect): likewise.
11391         (SQLFreeEnv): likewise.
11392         (SQLGetConnectOption): likewise.
11393         (SQLGetStmtOption): likewise.
11394
11395         * include/sqlext.h (#include <sqlucode.h>): add directive.
11396         (SQLSetScrollOptions): non-core function, move prototype from sql.h.
11397         (SQLColAttributes): likewise.
11398         (SQLBulkOperations): add function prototype.
11399         (SQLAllocHandleStd): likewise
11400         (TraceReturn): add Trace API prototype.
11401         (TraceVersion): likewise.
11402         (ODBCGetTryWaitValue):likewise.
11403         (ODBCSetTryWaitValue): likewise.
11404         (SQL_LOCK_RECORD): correct function macro.
11405         (SQL_REFRESH_RECORD): likewise.
11406         (SQLINTENGER and SQLUINTEGER): replace with SQLLEN and SQLULEN for
11407         _WIN64 compatability.
11408         move defines for non-core functions from sql.h to sqlext.h (refer
11409         changes for sql.h)
11410         (SQL_ACTIVE_ENVIRONMENTS): new ODBC3.x define
11411         (SQL_AD_ADD_CONSTRAINT_DEFERRABLE): likewise.
11412         (SQL_AD_ADD_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11413         (SQL_AD_ADD_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11414         (SQL_AD_ADD_CONSTRAINT_NON_DEFERRABLE): likewise.
11415         (SQL_AD_ADD_DOMAIN_CONSTRAINT): likewise.
11416         (SQL_AD_ADD_DOMAIN_DEFAULT): likewise.
11417         (SQL_AD_CONSTRAINT_NAME_DEFINITION): likewise.
11418         (SQL_AD_DROP_DOMAIN_CONSTRAINT): likewise.
11419         (SQL_AD_DROP_DOMAIN_DEFAULT): likewise.
11420         (SQL_AF_ALL): likewise.
11421         (SQL_AF_AVG): likewise.
11422         (SQL_AF_COUNT): likewise.
11423         (SQL_AF_DISTINCT): likewise.
11424         (SQL_AF_MAX): likewise.
11425         (SQL_AF_MIN): likewise.
11426         (SQL_AF_SUM): likewise.
11427         (SQL_AGGREGATE_FUNCTIONS): likewise.
11428         (SQL_ALL_CATALOGS): likewise.
11429         (SQL_ALL_SCHEMAS): likewise.
11430         (SQL_ALL_TABLE_TYPES): likewise.
11431         (SQL_ALTER_DOMAIN): likewise.
11432         (SQL_AM_CONNECTION): likewise.
11433         (SQL_AM_NONE): likewise.
11434         (SQL_AM_STATEMENT): likewise.
11435         (SQL_API_ODBC3_ALL_FUNCTIONS): likewise.
11436         (SQL_API_ODBC3_ALL_FUNCTIONS_SIZE): likewise.
11437         (SQL_API_SQLALLOCHANDLESTD): likewise.
11438         (SQL_API_SQLBULKOPERATIONS): likewise.
11439         (SQL_ASYNC_MODE): likewise.
11440         (SQL_AT_ADD_COLUMN_COLLATION): likewise.
11441         (SQL_AT_ADD_COLUMN_DEFAULT): likewise.
11442         (SQL_AT_ADD_COLUMN_SINGLE): likewise.
11443         (SQL_AT_ADD_TABLE_CONSTRAINT): likewise.
11444         (SQL_AT_CONSTRAINT_DEFERRABLE): likewise.
11445         (SQL_AT_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11446         (SQL_AT_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11447         (SQL_AT_CONSTRAINT_NAME_DEFINITION): likewise.
11448         (SQL_AT_CONSTRAINT_NON_DEFERRABLE): likewise.
11449         (SQL_AT_DROP_COLUMN_CASCADE): likewise.
11450         (SQL_AT_DROP_COLUMN_DEFAULT): likewise.
11451         (SQL_AT_DROP_COLUMN_RESTRICT): likewise.
11452         (SQL_AT_DROP_TABLE_CONSTRAINT_CASCADE): likewise.
11453         (SQL_AT_DROP_TABLE_CONSTRAINT_RESTRICT): likewise.
11454         (SQL_AT_SET_COLUMN_DEFAULT): likewise.
11455         (SQL_ATTR_ACCESS_MODE): likewise.
11456         (SQL_ATTR_ASYNC_ENABLE): likewise.
11457         (SQL_ATTR_AUTOCOMMIT): likewise.
11458         (SQL_ATTR_CONCURRENCY): likewise.
11459         (SQL_ATTR_CONNECTION_POOLING): likewise.
11460         (SQL_ATTR_CONNECTION_TIMEOUT): likewise.
11461         (SQL_ATTR_CP_MATCH): likewise.
11462         (SQL_ATTR_CURRENT_CATALOG): likewise.
11463         (SQL_ATTR_CURSOR_TYPE): likewise.
11464         (SQL_ATTR_DISCONNECT_BEHAVIOR): likewise.
11465         (SQL_ATTR_ENABLE_AUTO_IPD): likewise.
11466         (SQL_ATTR_ENLIST_IN_DTC): likewise.
11467         (SQL_ATTR_ENLIST_IN_XA): likewise.
11468         (SQL_ATTR_FETCH_BOOKMARK_PTR): likewise.
11469         (SQL_ATTR_KEYSET_SIZE): likewise.
11470         (SQL_ATTR_LOGIN_TIMEOUT): likewise.
11471         (SQL_ATTR_MAX_LENGTH): likewise.
11472         (SQL_ATTR_MAX_ROWS): likewise.
11473         (SQL_ATTR_NOSCAN): likewise.
11474         (SQL_ATTR_ODBC_CURSORS): likewise.
11475         (SQL_ATTR_ODBC_VERSION): likewise.
11476         (SQL_ATTR_PACKET_SIZE): likewise.
11477         (SQL_ATTR_PARAM_BIND_OFFSET_PTR): likewise.
11478         (SQL_ATTR_PARAM_BIND_TYPE): likewise.
11479         (SQL_ATTR_PARAM_OPERATION_PTR): likewise.
11480         (SQL_ATTR_PARAM_STATUS_PTR): likewise.
11481         (SQL_ATTR_PARAMS_PROCESSED_PTR): likewise.
11482         (SQL_ATTR_PARAMSET_SIZE): likewise.
11483         (SQL_ATTR_QUERY_TIMEOUT): likewise.
11484         (SQL_ATTR_QUIET_MODE): likewise.
11485         (SQL_ATTR_RETRIEVE_DATA): likewise.
11486         (SQL_ATTR_ROW_ARRAY_SIZE): likewise.
11487         (SQL_ATTR_ROW_BIND_OFFSET_PTR): likewise.
11488         (SQL_ATTR_ROW_BIND_TYPE): likewise.
11489         (SQL_ATTR_ROW_NUMBER): likewise.
11490         (SQL_ATTR_ROW_OPERATION_PTR): likewise.
11491         (SQL_ATTR_ROW_STATUS_PTR): likewise.
11492         (SQL_ATTR_ROWS_FETCHED_PTR): likewise.
11493         (SQL_ATTR_SIMULATE_CURSOR): likewise.
11494         (SQL_ATTR_TRACE): likewise.
11495         (SQL_ATTR_TRACEFILE): likewise.
11496         (SQL_ATTR_TRANSLATE_LIB): likewise.
11497         (SQL_ATTR_TRANSLATE_OPTION): likewise.
11498         (SQL_ATTR_TXN_ISOLATION): likewise.
11499         (SQL_ATTR_USE_BOOKMARKS): likewise.
11500         (SQL_BATCH_ROW_COUNT): likewise.
11501         (SQL_BATCH_SUPPORT): likewise.
11502         (SQL_BRC_EXPLICIT): likewise.
11503         (SQL_BRC_PROCEDURES): likewise.
11504         (SQL_BRC_ROLLED_UP): likewise.
11505         (SQL_BS_ROW_COUNT_EXPLICIT): likewise.
11506         (SQL_BS_ROW_COUNT_PROC): likewise.
11507         (SQL_BS_SELECT_EXPLICIT): likewise.
11508         (SQL_BS_SELECT_PROC): likewise.
11509         (SQL_C_INTERVAL_DAY): likewise.
11510         (SQL_C_INTERVAL_DAY_TO_HOUR): likewise.
11511         (SQL_C_INTERVAL_DAY_TO_MINUTE): likewise.
11512         (SQL_C_INTERVAL_DAY_TO_SECOND): likewise.
11513         (SQL_C_INTERVAL_HOUR): likewise.
11514         (SQL_C_INTERVAL_HOUR_TO_MINUTE): likewise.
11515         (SQL_C_INTERVAL_HOUR_TO_SECOND): likewise.
11516         (SQL_C_INTERVAL_MINUTE): likewise.
11517         (SQL_C_INTERVAL_MINUTE_TO_SECOND): likewise.
11518         (SQL_C_INTERVAL_MONTH): likewise.
11519         (SQL_C_INTERVAL_SECOND): likewise.
11520         (SQL_C_INTERVAL_YEAR): likewise.
11521         (SQL_C_INTERVAL_YEAR_TO_MONTH): likewise.
11522         (SQL_C_NUMERIC): likewise.
11523         (SQL_C_SBIGINT): likewise.
11524         (SQL_C_TYPE_DATE): likewise.
11525         (SQL_C_TYPE_TIME): likewise.
11526         (SQL_C_TYPE_TIMESTAMP): likewise.
11527         (SQL_C_UBIGINT): likewise.
11528         (SQL_C_VARBOOKMARK): likewise.
11529         (SQL_CA_CONSTRAINT_DEFERRABLE): likewise.
11530         (SQL_CA_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11531         (SQL_CA_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11532         (SQL_CA_CONSTRAINT_NON_DEFERRABLE): likewise.
11533         (SQL_CA_CREATE_ASSERTION): likewise.
11534         (SQL_CA1_ABSOLUTE): likewise.
11535         (SQL_CA1_BOOKMARK): likewise.
11536         (SQL_CA1_BULK_ADD): likewise.
11537         (SQL_CA1_BULK_DELETE_BY_BOOKMARK): likewise.
11538         (SQL_CA1_BULK_FETCH_BY_BOOKMARK): likewise.
11539         (SQL_CA1_BULK_UPDATE_BY_BOOKMARK): likewise.
11540         (SQL_CA1_LOCK_EXCLUSIVE): likewise.
11541         (SQL_CA1_LOCK_NO_CHANGE): likewise.
11542         (SQL_CA1_LOCK_UNLOCK): likewise.
11543         (SQL_CA1_NEXT): likewise.
11544         (SQL_CA1_POS_DELETE): likewise.
11545         (SQL_CA1_POS_POSITION): likewise.
11546         (SQL_CA1_POS_REFRESH): likewise.
11547         (SQL_CA1_POS_UPDATE): likewise.
11548         (SQL_CA1_POSITIONED_DELETE): likewise.
11549         (SQL_CA1_POSITIONED_UPDATE): likewise.
11550         (SQL_CA1_RELATIVE): likewise.
11551         (SQL_CA1_SELECT_FOR_UPDATE): likewise.
11552         (SQL_CA2_CRC_APPROXIMATE): likewise.
11553         (SQL_CA2_CRC_EXACT): likewise.
11554         (SQL_CA2_LOCK_CONCURRENCY): likewise.
11555         (SQL_CA2_MAX_ROWS_AFFECTS_ALL): likewise.
11556         (SQL_CA2_MAX_ROWS_CATALOG): likewise.
11557         (SQL_CA2_MAX_ROWS_DELETE): likewise.
11558         (SQL_CA2_MAX_ROWS_INSERT): likewise.
11559         (SQL_CA2_MAX_ROWS_SELECT): likewise.
11560         (SQL_CA2_MAX_ROWS_UPDATE): likewise.
11561         (SQL_CA2_OPT_ROWVER_CONCURRENCY): likewise.
11562         (SQL_CA2_OPT_VALUES_CONCURRENCY): likewise.
11563         (SQL_CA2_READ_ONLY_CONCURRENCY): likewise.
11564         (SQL_CA2_SENSITIVITY_ADDITIONS): likewise.
11565         (SQL_CA2_SENSITIVITY_DELETIONS): likewise.
11566         (SQL_CA2_SENSITIVITY_UPDATES): likewise.
11567         (SQL_CA2_SIMULATE_NON_UNIQUE): likewise.
11568         (SQL_CA2_SIMULATE_TRY_UNIQUE): likewise.
11569         (SQL_CA2_SIMULATE_UNIQUE): likewise.
11570         (SQL_CATALOG_LOCATION): likewise.
11571         (SQL_CATALOG_NAME_SEPARATOR): likewise.
11572         (SQL_CATALOG_TERM): likewise.
11573         (SQL_CATALOG_USAGE): likewise.
11574         (SQL_CCOL_CREATE_COLLATION): likewise.
11575         (SQL_CCS_COLLATE_CLAUSE): likewise.
11576         (SQL_CCS_CREATE_CHARACTER_SET): likewise.
11577         (SQL_CCS_LIMITED_COLLATION): likewise.
11578         (SQL_CDO_COLLATION): likewise.
11579         (SQL_CDO_CONSTRAINT): likewise.
11580         (SQL_CDO_CONSTRAINT_DEFERRABLE): likewise.
11581         (SQL_CDO_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11582         (SQL_CDO_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11583         (SQL_CDO_CONSTRAINT_NAME_DEFINITION): likewise.
11584         (SQL_CDO_CONSTRAINT_NON_DEFERRABLE): likewise.
11585         (SQL_CDO_CREATE_DOMAIN): likewise.
11586         (SQL_CDO_DEFAULT): likewise.
11587         (SQL_CL_END): likewise.
11588         (SQL_CL_START): likewise.
11589         (SQL_COL_PRED_BASIC): likewise.
11590         (SQL_COL_PRED_CHAR): likewise.
11591         (SQL_COLUMN_DRIVER_START): likewise.
11592         (SQL_COLUMN_IGNORE): likewise.
11593         (SQL_COLUMN_NUMBER_UNKNOWN): likewise.
11594         (SQL_CONVERT_GUID): likewise.
11595         (SQL_CONVERT_INTERVAL_DAY_TIME): likewise.
11596         (SQL_CONVERT_INTERVAL_YEAR_MONTH): likewise.
11597         (SQL_CONVERT_WCHAR): likewise.
11598         (SQL_CONVERT_WLONGVARCHAR): likewise.
11599         (SQL_CONVERT_WVARCHAR): likewise.
11600         (SQL_CP_DEFAULT): likewise.
11601         (SQL_CP_MATCH_DEFAULT): likewise.
11602         (SQL_CP_OFF): likewise.
11603         (SQL_CP_ONE_PER_DRIVER): likewise.
11604         (SQL_CP_ONE_PER_HENV): likewise.
11605         (SQL_CP_RELAXED_MATCH): likewise.
11606         (SQL_CP_STRICT_MATCH): likewise.
11607         (SQL_CREATE_ASSERTION): likewise.
11608         (SQL_CREATE_CHARACTER_SET): likewise.
11609         (SQL_CREATE_COLLATION): likewise.
11610         (SQL_CREATE_DOMAIN): likewise.
11611         (SQL_CREATE_SCHEMA): likewise.
11612         (SQL_CREATE_TABLE): likewise.
11613         (SQL_CREATE_TRANSLATION): likewise.
11614         (SQL_CREATE_VIEW): likewise.
11615         (SQL_CS_AUTHORIZATION): likewise.
11616         (SQL_CS_CREATE_SCHEMA): likewise.
11617         (SQL_CS_DEFAULT_CHARACTER_SET): likewise.
11618         (SQL_CT_COLUMN_COLLATION): likewise.
11619         (SQL_CT_COLUMN_CONSTRAINT): likewise.
11620         (SQL_CT_COLUMN_DEFAULT): likewise.
11621         (SQL_CT_COMMIT_DELETE): likewise.
11622         (SQL_CT_COMMIT_PRESERVE): likewise.
11623         (SQL_CT_CONSTRAINT_DEFERRABLE): likewise.
11624         (SQL_CT_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11625         (SQL_CT_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11626         (SQL_CT_CONSTRAINT_NAME_DEFINITION): likewise.
11627         (SQL_CT_CONSTRAINT_NON_DEFERRABLE): likewise.
11628         (SQL_CT_CREATE_TABLE): likewise.
11629         (SQL_CT_GLOBAL_TEMPORARY): likewise.
11630         (SQL_CT_LOCAL_TEMPORARY): likewise.
11631         (SQL_CT_TABLE_CONSTRAINT): likewise.
11632         (SQL_CTR_CREATE_TRANSLATION): likewise.
11633         (SQL_CU_DML_STATEMENTS): likewise.
11634         (SQL_CU_INDEX_DEFINITION): likewise.
11635         (SQL_CU_PRIVILEGE_DEFINITION): likewise.
11636         (SQL_CU_PROCEDURE_INVOCATION): likewise.
11637         (SQL_CU_TABLE_DEFINITION): likewise.
11638         (SQL_CVT_GUID): likewise.
11639         (SQL_CVT_INTERVAL_DAY_TIME): likewise.
11640         (SQL_CVT_INTERVAL_YEAR_MONTH): likewise.
11641         (SQL_CVT_WCHAR): likewise.
11642         (SQL_CVT_WLONGVARCHAR): likewise.
11643         (SQL_CVT_WVARCHAR): likewise.
11644         (SQL_DA_DROP_ASSERTION): likewise.
11645         (SQL_DATETIME_LITERALS): likewise.
11646         (SQL_DB_DEFAULT): likewise.
11647         (SQL_DB_DISCONNECT): likewise.
11648         (SQL_DB_RETURN_TO_POOL): likewise.
11649         (SQL_DC_DROP_COLLATION): likewise.
11650         (SQL_DCS_DROP_CHARACTER_SET): likewise.
11651         (SQL_DD_CASCADE): likewise.
11652         (SQL_DD_DROP_DOMAIN): likewise.
11653         (SQL_DD_RESTRICT): likewise.
11654         (SQL_DDL_INDEX): likewise.
11655         (SQL_DELETE_BY_BOOKMARK): likewise.
11656         (SQL_DESC_ARRAY_SIZE): likewise.
11657         (SQL_DESC_ARRAY_STATUS_PTR): likewise.
11658         (SQL_DESC_AUTO_UNIQUE_VALUE): likewise.
11659         (SQL_DESC_BASE_COLUMN_NAME): likewise.
11660         (SQL_DESC_BASE_TABLE_NAME): likewise.
11661         (SQL_DESC_BIND_OFFSET_PTR): likewise.
11662         (SQL_DESC_BIND_TYPE): likewise.
11663         (SQL_DESC_CASE_SENSITIVE): likewise.
11664         (SQL_DESC_CATALOG_NAME): likewise.
11665         (SQL_DESC_CONCISE_TYPE): likewise.
11666         (SQL_DESC_DATETIME_INTERVAL_PRECISION): likewise.
11667         (SQL_DESC_DISPLAY_SIZE): likewise.
11668         (SQL_DESC_FIXED_PREC_SCALE): likewise.
11669         (SQL_DESC_LABEL): likewise.
11670         (SQL_DESC_LITERAL_PREFIX): likewise.
11671         (SQL_DESC_LITERAL_SUFFIX): likewise.
11672         (SQL_DESC_LOCAL_TYPE_NAME): likewise.
11673         (SQL_DESC_MAXIMUM_SCALE): likewise.
11674         (SQL_DESC_MINIMUM_SCALE): likewise.
11675         (SQL_DESC_NUM_PREC_RADIX): likewise.
11676         (SQL_DESC_PARAMETER_TYPE): likewise.
11677         (SQL_DESC_ROWS_PROCESSED_PTR): likewise.
11678         (SQL_DESC_SCHEMA_NAME): likewise.
11679         (SQL_DESC_SEARCHABLE): likewise.
11680         (SQL_DESC_TABLE_NAME): likewise.
11681         (SQL_DESC_TYPE_NAME): likewise.
11682         (SQL_DESC_UNSIGNED): likewise.
11683         (SQL_DESC_UPDATABLE): likewise.
11684         (SQL_DI_CREATE_INDEX): likewise.
11685         (SQL_DI_DROP_INDEX): likewise.
11686         (SQL_DIAG_COLUMN_NUMBER): likewise.
11687         (SQL_DIAG_CURSOR_ROW_COUNT): likewise.
11688         (SQL_DIAG_ROW_NUMBER): likewise.
11689         (SQL_DL_SQL92_DATE): likewise.
11690         (SQL_DL_SQL92_INTERVAL_DAY): likewise.
11691         (SQL_DL_SQL92_INTERVAL_DAY_TO_HOUR): likewise.
11692         (SQL_DL_SQL92_INTERVAL_DAY_TO_MINUTE): likewise.
11693         (SQL_DL_SQL92_INTERVAL_DAY_TO_SECOND): likewise.
11694         (SQL_DL_SQL92_INTERVAL_HOUR): likewise.
11695         (SQL_DL_SQL92_INTERVAL_HOUR_TO_MINUTE): likewise.
11696         (SQL_DL_SQL92_INTERVAL_HOUR_TO_SECOND): likewise.
11697         (SQL_DL_SQL92_INTERVAL_MINUTE): likewise.
11698         (SQL_DL_SQL92_INTERVAL_MINUTE_TO_SECOND): likewise.
11699         (SQL_DL_SQL92_INTERVAL_MONTH): likewise.
11700         (SQL_DL_SQL92_INTERVAL_SECOND): likewise.
11701         (SQL_DL_SQL92_INTERVAL_YEAR): likewise.
11702         (SQL_DL_SQL92_INTERVAL_YEAR_TO_MONTH): likewise.
11703         (SQL_DL_SQL92_TIME): likewise.
11704         (SQL_DL_SQL92_TIMESTAMP): likewise.
11705         (SQL_DM_VER): likewise.
11706         (SQL_DRIVER_HDESC): likewise.
11707         (SQL_DROP_ASSERTION): likewise.
11708         (SQL_DROP_CHARACTER_SET): likewise.
11709         (SQL_DROP_COLLATION): likewise.
11710         (SQL_DROP_DOMAIN): likewise.
11711         (SQL_DROP_SCHEMA): likewise.
11712         (SQL_DROP_TABLE): likewise.
11713         (SQL_DROP_TRANSLATION): likewise.
11714         (SQL_DROP_VIEW): likewise.
11715         (SQL_DS_CASCADE): likewise.
11716         (SQL_DS_DROP_SCHEMA): likewise.
11717         (SQL_DS_RESTRICT): likewise.
11718         (SQL_DT_CASCADE): likewise.
11719         (SQL_DT_DROP_TABLE): likewise.
11720         (SQL_DT_RESTRICT): likewise.
11721         (SQL_DTC_DONE): likewise.
11722         (SQL_DTR_DROP_TRANSLATION): likewise.
11723         (SQL_DV_CASCADE): likewise.
11724         (SQL_DV_DROP_VIEW): likewise.
11725         (SQL_DV_RESTRICT): likewise.
11726         (SQL_DYNAMIC_CURSOR_ATTRIBUTES1): likewise.
11727         (SQL_DYNAMIC_CURSOR_ATTRIBUTES2): likewise.
11728         (SQL_EXT_API_LAST): likewise.
11729         (SQL_EXT_API_START): likewise.
11730         (SQL_FETCH_BY_BOOKMARK): likewise.
11731         (SQL_FETCH_FIRST_SYSTEM): likewise.
11732         (SQL_FETCH_FIRST_USER): likewise.
11733         (SQL_FN_CVT_CAST): likewise.
11734         (SQL_FN_STR_BIT_LENGTH): likewise.
11735         (SQL_FN_STR_CHAR_LENGTH): likewise.
11736         (SQL_FN_STR_CHARACTER_LENGTH): likewise.
11737         (SQL_FN_STR_OCTET_LENGTH): likewise.
11738         (SQL_FN_STR_POSITION): likewise.
11739         (SQL_FN_TD_CURRENT_DATE): likewise.
11740         (SQL_FN_TD_CURRENT_TIME): likewise.
11741         (SQL_FN_TD_CURRENT_TIMESTAMP): likewise.
11742         (SQL_FN_TD_EXTRACT): likewise.
11743         (SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES1): likewise.
11744         (SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES2): likewise.
11745         (SQL_FUNC_EXISTS(exists,api)): likewise.
11746         (SQL_GB_COLLATE): likewise.
11747         (SQL_HANDLE_SENV): likewise.
11748         (SQL_IK_ALL): likewise.
11749         (SQL_IK_ASC): likewise.
11750         (SQL_IK_DESC): likewise.
11751         (SQL_IK_NONE): likewise.
11752         (SQL_INDEX_KEYWORDS): likewise.
11753         (SQL_INFO_DRIVER_START): likewise.
11754         (SQL_INFO_LAST): likewise.
11755         (SQL_INFO_SCHEMA_VIEWS): likewise.
11756         (SQL_INITIALLY_DEFERRED): likewise.
11757         (SQL_INITIALLY_IMMEDIATE): likewise.
11758         (SQL_INSERT_STATEMENT): likewise.
11759         (SQL_INTERVAL): likewise.
11760         (SQL_IS_INSERT_LITERALS): likewise.
11761         (SQL_IS_INSERT_SEARCHED): likewise.
11762         (SQL_IS_INTEGER): likewise.
11763         (SQL_IS_POINTER): likewise.
11764         (SQL_IS_SELECT_INTO): likewise.
11765         (SQL_IS_SMALLINT): likewise.
11766         (SQL_IS_UINTEGER): likewise.
11767         (SQL_IS_USMALLINT): likewise.
11768         (SQL_ISV_ASSERTIONS): likewise.
11769         (SQL_ISV_CHARACTER_SETS): likewise.
11770         (SQL_ISV_CHECK_CONSTRAINTS): likewise.
11771         (SQL_ISV_COLLATIONS): likewise.
11772         (SQL_ISV_COLUMN_DOMAIN_USAGE): likewise.
11773         (SQL_ISV_COLUMN_PRIVILEGES): likewise.
11774         (SQL_ISV_COLUMNS): likewise.
11775         (SQL_ISV_CONSTRAINT_COLUMN_USAGE): likewise.
11776         (SQL_ISV_CONSTRAINT_TABLE_USAGE): likewise.
11777         (SQL_ISV_DOMAIN_CONSTRAINTS): likewise.
11778         (SQL_ISV_DOMAINS): likewise.
11779         (SQL_ISV_KEY_COLUMN_USAGE): likewise.
11780         (SQL_ISV_REFERENTIAL_CONSTRAINTS): likewise.
11781         (SQL_ISV_SCHEMATA): likewise.
11782         (SQL_ISV_SQL_LANGUAGES): likewise.
11783         (SQL_ISV_TABLE_CONSTRAINTS): likewise.
11784         (SQL_ISV_TABLE_PRIVILEGES): likewise.
11785         (SQL_ISV_TABLES): likewise.
11786         (SQL_ISV_TRANSLATIONS): likewise.
11787         (SQL_ISV_USAGE_PRIVILEGES): likewise.
11788         (SQL_ISV_VIEW_COLUMN_USAGE): likewise.
11789         (SQL_ISV_VIEW_TABLE_USAGE): likewise.
11790         (SQL_ISV_VIEWS): likewise.
11791         (SQL_KEYSET_CURSOR_ATTRIBUTES1): likewise.
11792         (SQL_KEYSET_CURSOR_ATTRIBUTES2): likewise.
11793         (SQL_MAX_ASYNC_CONCURRENT_STATEMENTS): likewise.
11794         (SQL_NO_COLUMN_NUMBER): likewise.
11795         (SQL_NO_ROW_NUMBER): likewise.
11796         (SQL_NOT_DEFERRABLE): likewise.
11797         (SQL_NUM_EXTENSIONS): likewise.
11798         (SQL_NUM_FUNCTIONS): likewise.
11799         (SQL_ODBC_INTERFACE_CONFORMANCE): likewise.
11800         (SQL_OIC_CORE): likewise.
11801         (SQL_OIC_LEVEL1): likewise.
11802         (SQL_OIC_LEVEL2): likewise.
11803         (SQL_OV_ODBC2): likewise.
11804         (SQL_OV_ODBC3): likewise.
11805         (SQL_PARAM_ARRAY_ROW_COUNTS): likewise.
11806         (SQL_PARAM_ARRAY_SELECTS): likewise.
11807         (SQL_PARAM_BIND_BY_COLUMN): likewise.
11808         (SQL_PARAM_BIND_TYPE_DEFAULT): likewise.
11809         (SQL_PARAM_DIAG_UNAVAILABLE): likewise.
11810         (SQL_PARAM_ERROR): likewise.
11811         (SQL_PARAM_IGNORE): likewise.
11812         (SQL_PARAM_PROCEED): likewise.
11813         (SQL_PARAM_SUCCESS): likewise.
11814         (SQL_PARAM_SUCCESS_WITH_INFO): likewise.
11815         (SQL_PARAM_UNUSED): likewise.
11816         (SQL_PARC_BATCH): likewise.
11817         (SQL_PARC_NO_BATCH): likewise.
11818         (SQL_PAS_BATCH): likewise.
11819         (SQL_PAS_NO_BATCH): likewise.
11820         (SQL_PAS_NO_SELECT): likewise.
11821         (SQL_ROW_IGNORE): likewise.
11822         (SQL_ROW_NUMBER_UNKNOWN): likewise.
11823         (SQL_ROW_PROCEED): likewise.
11824         (SQL_ROW_SUCCESS_WITH_INFO): likewise.
11825         (SQL_SC_FIPS127_2_TRANSITIONAL): likewise.
11826         (SQL_SC_SQL92_ENTRY): likewise.
11827         (SQL_SC_SQL92_FULL): likewise.
11828         (SQL_SC_SQL92_INTERMEDIATE): likewise.
11829         (SQL_SCC_ISO92_CLI): likewise.
11830         (SQL_SCC_XOPEN_CLI_VERSION1): likewise.
11831         (SQL_SCHEMA_TERM): likewise.
11832         (SQL_SCHEMA_USAGE): likewise.
11833         (SQL_SDF_CURRENT_DATE): likewise.
11834         (SQL_SDF_CURRENT_TIME): likewise.
11835         (SQL_SDF_CURRENT_TIMESTAMP): likewise.
11836         (SQL_SFKD_CASCADE): likewise.
11837         (SQL_SFKD_NO_ACTION): likewise.
11838         (SQL_SFKD_SET_DEFAULT): likewise.
11839         (SQL_SFKD_SET_NULL): likewise.
11840         (SQL_SFKU_CASCADE): likewise.
11841         (SQL_SFKU_NO_ACTION): likewise.
11842         (SQL_SFKU_SET_DEFAULT): likewise.
11843         (SQL_SFKU_SET_NULL): likewise.
11844         (SQL_SG_DELETE_TABLE): likewise.
11845         (SQL_SG_INSERT_COLUMN): likewise.
11846         (SQL_SG_INSERT_TABLE): likewise.
11847         (SQL_SG_REFERENCES_COLUMN): likewise.
11848         (SQL_SG_REFERENCES_TABLE): likewise.
11849         (SQL_SG_SELECT_TABLE): likewise.
11850         (SQL_SG_UPDATE_COLUMN): likewise.
11851         (SQL_SG_UPDATE_TABLE): likewise.
11852         (SQL_SG_USAGE_ON_CHARACTER_SET): likewise.
11853         (SQL_SG_USAGE_ON_COLLATION): likewise.
11854         (SQL_SG_USAGE_ON_DOMAIN): likewise.
11855         (SQL_SG_USAGE_ON_TRANSLATION): likewise.
11856         (SQL_SG_WITH_GRANT_OPTION): likewise.
11857         (SQL_SNVF_BIT_LENGTH): likewise.
11858         (SQL_SNVF_CHAR_LENGTH): likewise.
11859         (SQL_SNVF_CHARACTER_LENGTH): likewise.
11860         (SQL_SNVF_EXTRACT): likewise.
11861         (SQL_SNVF_OCTET_LENGTH): likewise.
11862         (SQL_SNVF_POSITION): likewise.
11863         (SQL_SP_BETWEEN): likewise.
11864         (SQL_SP_COMPARISON): likewise.
11865         (SQL_SP_EXISTS): likewise.
11866         (SQL_SP_IN): likewise.
11867         (SQL_SP_ISNOTNULL): likewise.
11868         (SQL_SP_ISNULL): likewise.
11869         (SQL_SP_LIKE): likewise.
11870         (SQL_SP_MATCH_FULL): likewise.
11871         (SQL_SP_MATCH_PARTIAL): likewise.
11872         (SQL_SP_MATCH_UNIQUE_FULL): likewise.
11873         (SQL_SP_MATCH_UNIQUE_PARTIAL): likewise.
11874         (SQL_SP_OVERLAPS): likewise.
11875         (SQL_SP_QUANTIFIED_COMPARISON): likewise.
11876         (SQL_SP_UNIQUE): likewise.
11877         (SQL_SQL_CONFORMANCE): likewise.
11878         (SQL_SQL92_DATETIME_FUNCTIONS): likewise.
11879         (SQL_SQL92_FOREIGN_KEY_DELETE_RULE): likewise.
11880         (SQL_SQL92_FOREIGN_KEY_UPDATE_RULE): likewise.
11881         (SQL_SQL92_GRANT): likewise.
11882         (SQL_SQL92_NUMERIC_VALUE_FUNCTIONS): likewise.
11883         (SQL_SQL92_PREDICATES): likewise.
11884         (SQL_SQL92_RELATIONAL_JOIN_OPERATORS): likewise.
11885         (SQL_SQL92_REVOKE): likewise.
11886         (SQL_SQL92_ROW_VALUE_CONSTRUCTOR): likewise.
11887         (SQL_SQL92_STRING_FUNCTIONS): likewise.
11888         (SQL_SQL92_VALUE_EXPRESSIONS): likewise.
11889         (SQL_SR_CASCADE): likewise.
11890         (SQL_SR_DELETE_TABLE): likewise.
11891         (SQL_SR_GRANT_OPTION_FOR): likewise.
11892         (SQL_SR_INSERT_COLUMN): likewise.
11893         (SQL_SR_INSERT_TABLE): likewise.
11894         (SQL_SR_REFERENCES_COLUMN): likewise.
11895         (SQL_SR_REFERENCES_TABLE): likewise.
11896         (SQL_SR_RESTRICT): likewise.
11897         (SQL_SR_SELECT_TABLE): likewise.
11898         (SQL_SR_UPDATE_COLUMN): likewise.
11899         (SQL_SR_UPDATE_TABLE): likewise.
11900         (SQL_SR_USAGE_ON_CHARACTER_SET): likewise.
11901         (SQL_SR_USAGE_ON_COLLATION): likewise.
11902         (SQL_SR_USAGE_ON_DOMAIN): likewise.
11903         (SQL_SR_USAGE_ON_TRANSLATION): likewise.
11904         (SQL_SRJO_CORRESPONDING_CLAUSE): likewise.
11905         (SQL_SRJO_CROSS_JOIN): likewise.
11906         (SQL_SRJO_EXCEPT_JOIN): likewise.
11907         (SQL_SRJO_FULL_OUTER_JOIN): likewise.
11908         (SQL_SRJO_INNER_JOIN): likewise.
11909         (SQL_SRJO_INTERSECT_JOIN): likewise.
11910         (SQL_SRJO_LEFT_OUTER_JOIN): likewise.
11911         (SQL_SRJO_NATURAL_JOIN): likewise.
11912         (SQL_SRJO_RIGHT_OUTER_JOIN): likewise.
11913         (SQL_SRJO_UNION_JOIN): likewise.
11914         (SQL_SRVC_DEFAULT): likewise.
11915         (SQL_SRVC_NULL): likewise.
11916         (SQL_SRVC_ROW_SUBQUERY): likewise.
11917         (SQL_SRVC_VALUE_EXPRESSION): likewise.
11918         (SQL_SSF_CONVERT): likewise.
11919         (SQL_SSF_LOWER): likewise.
11920         (SQL_SSF_SUBSTRING): likewise.
11921         (SQL_SSF_TRANSLATE): likewise.
11922         (SQL_SSF_TRIM_BOTH): likewise.
11923         (SQL_SSF_TRIM_LEADING): likewise.
11924         (SQL_SSF_TRIM_TRAILING): likewise.
11925         (SQL_SSF_UPPER): likewise.
11926         (SQL_STANDARD_CLI_CONFORMANCE): likewise.
11927         (SQL_STATIC_CURSOR_ATTRIBUTES1): likewise.
11928         (SQL_STATIC_CURSOR_ATTRIBUTES2): likewise.
11929         (SQL_SU_DML_STATEMENTS): likewise.
11930         (SQL_SU_INDEX_DEFINITION): likewise.
11931         (SQL_SU_PRIVILEGE_DEFINITION): likewise.
11932         (SQL_SU_PROCEDURE_INVOCATION): likewise.
11933         (SQL_SU_TABLE_DEFINITION): likewise.
11934         (SQL_SVE_CASE): likewise.
11935         (SQL_SVE_CAST): likewise.
11936         (SQL_SVE_COALESCE): likewise.
11937         (SQL_SVE_NULLIF): likewise.
11938         (SQL_UB_FIXED): likewise.
11939         (SQL_UB_VARIABLE): likewise.
11940         (SQL_UNION_STATEMENT): likewise.
11941         (SQL_UPDATE_BY_BOOKMARK): likewise.
11942         (SQL_US_UNION): likewise.
11943         (SQL_US_UNION_ALL): likewise.
11944         (SQL_DESC_ROWVER): likewise.
11945         (SQL_GUID): likewise.
11946         (SQL_C_GUID): likewise.
11947         (ODBC_STD): likewise.
11948         (SQLAllocHandle): likewise.
11949         (SQLAllocEnv(p)): likewise.
11950         (SQL_YEAR): likewise.
11951         (SQL_MONTH): likewise.
11952         (SQL_DAY): likewise.
11953         (SQL_HOUR): likewise.
11954         (SQL_MINUTE): likewise.
11955         (SQL_SECOND): likewise.
11956         (SQL_YEAR_TO_MONTH): likewise.
11957         (SQL_DAY_TO_HOUR): likewise.
11958         (SQL_DAY_TO_MINUTE): likewise.
11959         (SQL_DAY_TO_SECOND): likewise.
11960         (SQL_HOUR_TO_MINUTE): likewise.
11961         (SQL_HOUR_TO_SECOND): likewise.
11962         (SQL_MINUTE_TO_SECOND): likewise.
11963         (SQL_ATTR_ANSI_APP): likewise.
11964         (SQL_AA_TRUE): likewise.
11965         (SQL_AA_FALSE): likewise.
11966
11967         * include/sqltypes.h (#pragma pack(push,1), #pragma pack(pop)): remove.
11968         (struct tagSQL_YEAR_MONTH): add for ODBC3.x.
11969         (struct tagSQL_DAY_SECOND): likewise.
11970         (struct tagSQL_INTERVAL_STRUCT): likewise.
11971         (struct tagSQL_NUMERIC_STRUCT): likewise.
11972         (struct tagSQLGUID): add for 0DBC3.50.
11973         (enum SQLINTERVAL): add for ODBC3.x.
11974         (SQLWCHAR): add typedef.
11975         (SQLTCHAR): add typedef, conditional on UNICODE.
11976         (SQLLEN): add typedef for _WIN64, define for _WIN32.
11977         (SQLULEN): likewise.
11978         (SQLROWOFFSET): likewise.
11979         (SQLROWCOUNT): likewise.
11980         (SQLTRANSID): likewise.
11981         (SQLSETPOSIROW): likewise.
11982         (SQLHANDLE): add ODBC3.x typedef.
11983         (SQLHDESC): likewise.
11984         (SQLDATE): likewise.
11985         (SQLDECIMAL): likewise.
11986         (SQLDOUBLE): likewise.
11987         (SQLFLOAT): likewise.
11988         (SQLNUMERIC): likewise.
11989         (SQLREAL): likewise.
11990         (SQLTIME): likewise.
11991         (SQLTIMESTAMP): likewise.
11992         (SQLVARCHAR): likewise.
11993         (SQLBIGINT): likewise.
11994         (SQLUBIGINT): likewise.
11995         (SQL_DATE_STRUCT): likewise.
11996         (SQL_TIME_STRUCT): likewise.
11997         (SQL_TIMESTAMP_STRUCT): likewise.
11998         (ODBCINT64): add ODBC3.x define.
11999
12000         * lib/odbc32.def : regenerate.
12001
12002 2001-01-26  Earnie Boyd  <earnie@users.sourceforge.net
12003
12004         * Apply Danny Smith patch 102275
12005         2000-11-05  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12006         * include/objbase.h: (COM_RIGHTS): Add definition.
12007         (tagSTDMSHLFLAGS): add enumeration.
12008         (CoInitializeEx): Add prototypes.
12009         (CoGetStdMarshalEx): ditto.
12010         (CoCreateInstanceEx): ditto.
12011         (CoInitializeSecurity): ditto.
12012         (CoGetCallContext): ditto.
12013         (CoQueryProxyBlanket): ditto.
12014         (CoSetProxyBlanket): ditto.
12015         (CoCopyProxy): ditto.
12016         (CoQueryClientBlanket): ditto.
12017         (CoImpersonateClient): ditto.
12018         (CoRevertToSelf): ditto.
12019         (CoQueryAuthenticationServices): ditto.
12020         (CoSwitchCallContext): ditto.
12021         (CoGetInstanceFromFile): ditto.
12022         (CoGetInstanceFromIStorage): ditto.
12023         * include/objidl.h: (SOLE_AUTHENTICATION_SERVICE): Add structure.
12024         (SOLE_AUTHENTICATION_INFO): ditto.
12025         (EOLE_AUTHENTICATION_CAPABILITIES): Add enumeration.
12026         (COLE_DEFAULT_PRINCIPAL): Add definition.
12027         (COLE_DEFAULT_AUTHINFO): Ditto.
12028         * include/rpcdce.h: (RPC_C_AUTHZ_DEFAULT): Add definition.
12029         (RPC_PROTSEQ_VECTOR) Fix typo.
12030         (RpcRaiseException): add DECLSPEC_NORETURN attribute.
12031         * include/winbase.h: (FreeLibraryAndExitThread): add DECLSPEC_NORETURN
12032         attribute.
12033
12034 2001-01-26  Earnie Boyd  <earnie@users.sourceforge.net>
12035
12036         * lib/msvcp60.def: Apply Danny Smith patch 103321.
12037         2001-01-17  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>.
12038         New file.
12039
12040 2001-01-26  Christopher Faylor  <cgf@cygnus.com>
12041
12042         * include/winnt.h: Add PTOKEN_USER.
12043
12044 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
12045
12046         * include/sqlucode.h: Apply Danny Smith patch 102443
12047         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12048         New file.
12049
12050 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
12051
12052         * lib/odbccp32.def: Apply Danny Smith patch 102442
12053         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12054         New file.
12055
12056 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
12057
12058         * include/odbcinst.h: Apply Danny Smith patch 102441
12059         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12060         New file.
12061
12062 2000-12-25  Christopher Faylor  <cgf@cygnus.com>
12063
12064         * lib/Makefile.in: Don't make "links" to include/w32api directory.
12065
12066 2000-12-20  Corinna Vinschen  <corinna@vinschen.de>
12067
12068         * include/winbase.h: Add prototype for SetSecurityDescriptorControl.
12069
12070 2000-12-11  Christopher Faylor  <cgf@cygnus.com>
12071
12072         * lib/Makefile.in: Install headers and libraries in tooldir.
12073
12074 2000-12-04  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12075
12076         * include/winnls.h: NORM_IGNORE* remove duplicate defines.
12077         SORT_STRINGSORT: ditto.
12078         CMAP*: ditto.
12079         CTRY_*: add new defines.
12080         LGRPID_*: ditto.
12081         LCMAP*: change defines to hex notation.
12082         CALID: change from ULONG to DWORD.
12083         CALTYPE: ditto.
12084         _cpinfoex[AW]: add structure.
12085         FoldString: correct Unicode mappings.
12086         GetCPInfoEx[AW]: add prototypes.
12087         EnumCalendarInfoEx[AW]: ditto.
12088         EnumDateFormatsEx[AW]: ditto.
12089         EnumSystemLanguageGroups[AW]: ditto.
12090         EnumLanguageGroupLocales[AW]: ditto.
12091         EnumUILanguages[AW]: ditto.
12092         GetSystemDefaultUILanguage[AW]: ditto.
12093         GetUserDefaultUILanguage[AW]: ditto.
12094         IsValidLanguageGroup[AW]: ditto.
12095         CALINFO_ENUMPROCEX[AW]: add function pointer typedef
12096         LANGUAGEGROUP_ENUMPROC[AW]: ditto
12097         LANGGROUPLOCALE_ENUMPROC[AW]: ditto
12098         UILANGUAGE_ENUMPROC[AW]: ditto
12099         DATEFMT_ENUMPROCEX[AW]: ditto
12100         LPCURRENCYFMT[AW]: add structure pointer typedef
12101         LPNUMBERFMT[AW]: ditto
12102
12103 2000-12-02  Matt Hargett  <matt@use.net>
12104
12105         * include/winbase.h: Added a define for INVALID_SET_FILE_POINTER, a
12106         possible return code for the SetFilePointer() win32 API call.
12107
12108 2000-11-09  Corinna Vinschen  <corinna@vinschen.de>
12109
12110         * include/winnt.h: Add missing FILE_NAMED_STREAMS define.
12111
12112 2000-11-06  Earnie Boyd  <earnie_boyd@yahoo.com>
12113
12114         * Makefile.in: increment VERSION.
12115         (dist:) Rename to srcdist.  Create new dist target to call
12116         srcdist and bindist targets.
12117         (srcdist:) New target.
12118         (clean-top:) add call to mostlyclean-top and add rm of distribution
12119         tarballs.
12120         * lib/Makefile.in: (uninstall:) modify to remove files from the
12121         new w32api subdirectory and to remove w32api subdirectory.
12122         (xuninstall:) Ditto.
12123         TODO: Add a task to redo the clean targets of Makefile.in
12124
12125 2000-11-03  Christopher Faylor  <cgf@cygnus.com>
12126
12127         * lib/Makefile.in: Install header files in w32api subdirectory.
12128
12129 2000-10-31  Earnie Boyd  <earnie_boyd@yahoo.com>
12130
12131         * CONTRIBUTIONS: New file.
12132         * README: Change the maintained by header.
12133         * TODO: Add a note about checking the TODO.
12134
12135 2000-10-31  Earnie Boyd  <earnie_boyd@yahoo.com>
12136
12137         * Merge in accepted changes from
12138         2000-10-23  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12139         * include/basetyps.h: add comment for GUID_DEFINED
12140         * include/lm.h: add includes for lmerr.h and lmserver.h
12141         * include/lmcons.h: add W2K typedefs LMSTR, LMCSTR
12142         * include/lmerr.h:  add error codes
12143         * include/lmserver.h: replace LPTSTR with LPWSTR,
12144         LPTCSTR with LPWCSTR in structures and prototypes
12145         * include/lmshare.h: ditto
12146         * include/lmuse.h: ditto
12147         * include/lmstats.h: ditto
12148         * include/oleauto.h: add function prototype SystemTimeToVariantTime
12149         * include/winbase.h: change first argument of CommConfigDialog to const
12150         * include/windowsx.h: add macros  defining FAR versions of
12151         mem and string functions for porting from Win16 code
12152         * include/winioctl.h:  added IOCTL_STORAGE defines
12153         * include/winnetwk.h:  added WNNC_NET flags
12154         * include/winnt.h: add include of <basetsd.h>;
12155         add structs; add pointer typedefs  for TOKEN structs
12156         * include/winsock.h: add guard around BSD-ish typedefs
12157         * include/wtypes.h: new VARENUM enums, new WIN32/WIN64 compat. macros
12158         * include/basetsd.h: new file
12159         * include/raserror.h: ditto
12160         * include/rassapi.h: ditto
12161         * include/ras.h: ditto
12162         comment from Earnie: replaced original ras.h contribution with Danny's
12163         contribution as it is more complete.
12164         * include/rpcndr.h: add default definition for __RPCNDR_H_VERSION__
12165
12166 2000-10-19  Earnie Boyd  <earnie_boyd@yahoo.com>
12167
12168         * Makefile.in: increment VERSION.  Change tar file name for dist and
12169         bindist targets to be more standard.
12170         * config.guess: Update with the currently published file.
12171         * config.sub: ditto.
12172         * configure.in: Use value of build_alias instead of testing for
12173         directory names to set BUILDENV.
12174         * configure: ditto.
12175         * lib/Makefile.in: Change the name of the targets install,
12176         install-headers and install-libraries to xinstall, xinstall-headers
12177         and xinstall-libraries for system target specified installation.
12178         Recreate targets install, install-headers and install-libraries for
12179         exec-prefix specified installation.  Ditto for the uninstall targets of
12180         the same name.
12181
12182 2000-10-09  Corinna Vinschen  <corinna@vinschen.de>
12183
12184         * include/iprtrmib.h: Further layout changes according to standard.
12185         * include/iptypes.h: Ditto.
12186         * include/ntdef.h: Ditto.
12187         * include/ntsecapi.h: Ditto.
12188         * include/subauth.h: Ditto.
12189
12190 2000-10-09  Corinna Vinschen  <corinna@vinschen.de>
12191
12192         * include/ntsecapi.h: Fix PLSA_UNICODE_STRING define.
12193
12194 2000-10-08  Corinna Vinschen  <corinna@vinschen.de>
12195
12196         * include/ntsecapi.h: New file.
12197         * include/subauth.h: Ditto.
12198         * include/ipexport.h: Fix global header define not to contain
12199         trailing underscore. Change layout according to standard.
12200         * include/iphlpapi.h: Ditto.
12201         * include/ipifcons.h: Ditto.
12202         * include/iprtrmib.h: Ditto.
12203         * include/iptypes.h: Ditto.
12204         * include/ntdef.h: Ditto. Define conditional datatypes dependent
12205         of inclusion of ntsecapi.h and subauth.h.
12206         * lib/secur32.def: New stub for secur32.dll.
12207
12208 2000-10-02  Corinna Vinschen  <corinna@vinschen.de>
12209
12210         * include/ras.h: New file.
12211         * lib/rasapi32.def: Add symbols for RasEnumDevicesA and
12212         RasEnumDevicesW.
12213
12214 2000-10-02  Corinna Vinschen  <corinna@vinschen.de>
12215
12216         * include/ntdef.h: Add define for NTAPI.
12217
12218 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12219
12220         * include/ipexport.h: Add missing `extern "C"' directives.
12221         * include/iphlpapi.h: Ditto.
12222         * include/iprtrmib.h: Ditto.
12223         * include/iptypes.h: Ditto.
12224
12225 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12226
12227         * include/ipifcons.h: New header file.
12228         * include/iprtrmib.h: Move operational states to ipifcons.h.
12229         * include/iphlpapi.h: Add missing parameters to GetIfTable()
12230         declaration.
12231
12232 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12233
12234         * include/iprtrmib.h: Add missing MIB_IF_OPER_STATUS_xxx definitions.
12235
12236 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12237
12238         * lib/iphlpapi.def: New stub for iphlpapi.dll.
12239         * include/iptypes.h: New header file.
12240         * include/ipexport.h: Ditto.
12241         * include/iphlpapi.h: Ditto.
12242         * include/iprtrmib.h: Ditto.
12243
12244 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12245
12246         * include/ntdef.h: New file.
12247
12248 2000-08-18  Corinna Vinschen  <corinna@vinschen.de>
12249
12250         * include/winnt.h:Add enums for TokenRestrictedSids and TokenSessionId
12251         to TOKEN_INFORMATION_CLASS type.
12252         Add QUOTA_LIMITS type.
12253
12254 2000-08-08  Corinna Vinschen  <corinna@vinschen.de>
12255
12256         * include/userenv.h: New header file.
12257         * lib/userenv.def: New stub for userenv.dll.
12258
12259 2000-08-08  Christopher Faylor  <cgf@cygnus.com>
12260
12261         * include/winuser.h: Correct PCWPSTRUCT typo.
12262         (discovered by Axel Riese)
12263
12264 2000-07-27  DJ Delorie  <dj@redhat.com>
12265
12266         * include/windows.h: optimize non-inclusion of repeat headers
12267
12268 2000-07-21  Corinna Vinschen  <corinna@vinschen.de>
12269
12270         * include/winnt.h: Add missing typedefs for PTOKEN_SOURCE and
12271         LPTOKEN_SOURCE.
12272
12273 2000-07-11  DJ Delorie  <dj@cygnus.com>
12274
12275         * include/shlobj.h: add CSIDL_COMMON_*
12276
12277 2000-06-27  Corinna Vinschen  <corinna@vinschen.de>
12278
12279         * include/winbase.h: Add stream ids BACKUP_OBJECT_ID,
12280         BACKUP_REPARSE_DATA and BACKUP_SPARSE_BLOCK.
12281         Add file open flags FILE_FLAG_OPEN_REPARSE_POINT and
12282         FILE_FLAG_OPEN_NO_RECALL.
12283         * winioctl.h: Add device io control codes FSCTL_GET_REPARSE_POINT,
12284         FSCTL_SET_REPARSE_POINT and FSCTL_DELETE_REPARSE_POINT.
12285         * winnt.h: Add typedef for GUID.
12286         Add file attributes FILE_ATTRIBUTE_ENCRYPTED,
12287         FILE_ATTRIBUTE_SPARSE_FILE, FILE_ATTRIBUTE_REPARSE_POINT and
12288         FILE_ATTRIBUTE_NOT_CONTENT_INDEXED.
12289         Add volume attributes FILE_VOLUME_QUOTAS, FILE_SUPPORTS_SPARSE_FILES,
12290         FILE_SUPPORTS_REPARSE_POINTS, FILE_SUPPORTS_REMOTE_STORAGE,
12291         FILE_SUPPORTS_OBJECT_IDS and FILE_SUPPORTS_ENCRYPTION.
12292         Add several reparse point defines and typedefs for REPARSE_DATA_BUFFER,
12293         REPARSE_GUID_DATA_BUFFER and REPARSE_POINT_INFORMATION.
12294         * lib/psapi.def: New file.
12295
12296 2000-06-22  Christopher Faylor  <cgf@cygnus.com>
12297
12298         * rpcdce.h: Protect OPTIONAL definition since it may be (legally)
12299         previously defined.
12300         * windef.h : Ditto.
12301
12302 2000-06-14  Kazuhiro Fujieda  <fujieda@jaist.ac.jp>
12303
12304         * include/winnt.h: Add some missing defines related to locale
12305         identifiers.  Translate values of LANG_* and SUBLANG_* into hexadecimal.
12306
12307 2000-05-27  Corinna Vinschen  <corinna@vinschen.de>
12308
12309         * include/wincrypt.h: Add missing CRYPT_MACHINE_KEYSET define.
12310
12311 2000-05-18  Corinna Vinschen  <corinna@vinschen.de>
12312
12313         * include/winnt.h: Add some missing TAPE_DRIVE_* defines.
12314
12315 2000-04-26  Christopher Faylor  <cgf@cygnus.com>
12316
12317         * include/wininet.h: Add another "INTERNET_OPTIONS".
12318
12319 2000-04-25  Mumit Khan  <khan@xraylith.wisc.edu>
12320
12321         * include/winspool.h: Add 2 more PRINTER_ATTRIBUTE_* macros.
12322
12323 2000-04-25  Martin Kotulla  <martin-k@softmaker.de>
12324
12325         * include/ddeml.h (DdeCreateStringHandle{A,W}): Fix prototype.
12326         * include/shlobj.h (IShellLink{A,W}::GetPath): Fix prototype.
12327         * include/wingdi.h: Add LPFNDEVMODE and LPFNDEVCAPS callbacks.
12328         * include/winuser.h: Add WM_* macros. Add PCOPYDATASTRUCT typedef.
12329
12330 2000-04-10  Christopher Faylor  <cgf@cygnus.com>
12331
12332         * include/winbase.h: Change first argument of ENUMRES* types to
12333         coincide with Microsoft usage.
12334
12335 2000-04-01  Christopher Faylor  <cgf@cygnus.com>
12336
12337         * include/wininet.h: Add three more "INTERNET_OPTIONS".
12338
12339 2000-03-30  Mumit Khan  <khan@xraylith.wisc.edu>
12340
12341         * include/winbase.h (CreateHardLink{A,W}): Add prototypes.
12342         * include/winerror.h (ERROR_TOO_MANY_LINKS): Add macro.
12343         * include/winnt.h (SEC_*): Add macros.
12344         * lib/th32.def: Use Kernel32.dll instead of TH32.DLL.
12345         * include/ole.h: Workaround for C++ parser bug.
12346         * include/rpcdcep.h: Likewise.
12347         * include/winsock.h: Likewise.
12348
12349 2000-03-26  Christopher Faylor  <cgf@cygnus.com>
12350
12351         * include/winnt.h: Eliminate duplicate PCONTEXT and LPCONTEXT typedefs.
12352
12353 2000-02-28  Mumit Khan  <khan@xraylith.wisc.edu>
12354
12355         Patches from Jan Nijtmans <j.nijtmans@chello.nl>:
12356         * include/wtypes.h (PBLOB, LPBLOB): Define.
12357         * include/winsock2.h: Much more complete version.
12358         (FD_SET, SOMAXCONN): Protect common macros defined by winsock.h.
12359
12360         Patches from Jan Nijtmans <j.nijtmans@chello.nl>:
12361         * include/winsock.h (FD_CLR): Add missing ')'.
12362         (timercmp): Fix macro to handle all 6 comparison operators.
12363         (AF_FIREFOX, AF_UNKNOWN1, AF_BAN, AF_ATM, AF_INET6): Define.
12364         (AF_MAX): Update.
12365         (PF_FIREFOX, PF_UNKNOWN1, PF_BAN, PF_ATM, PF_INET6): Define.
12366
12367         * include/largeint.h: Rename HAVE_INT64 macro to _HAVE_INT64 to avoid
12368         namespace pollution.
12369         * include/rpcndr.h: Likewise.
12370         * include/winnt.h: Likewise.
12371         * include/shlobj.h (SHGetDataFromIDList{A,W}): Fix typo.
12372         (SHGetSpecialFolderPath{A,W}): Add prototypes.
12373         * lib/ole32.def: Add missing exports.
12374         * include/winbase.h (TLS_MINIMUM_AVAILABLE): Move macro from here
12375         * include/winnt.h (TLS_MINIMUM_AVAILABLE): to here.
12376         (NT_TIB): Define.
12377         * include/tlhelp32.h: New file.
12378
12379 2000-02-28  Christopher Faylor  <cgf@cygnus.com>
12380
12381         * include/rapi.h: New file.
12382         * lib/rapi.def: New file.
12383
12384 2000-02-11  Axel Riese  <ariese@andromeda.risc.uni-linz.ac.at>
12385
12386         * oaidl.h (LPTYPECOMP): Remove multiple definition.
12387
12388 2000-02-03  Mumit Khan  <khan@xraylith.wisc.edu>
12389
12390         * Snapshot 2000-02-03.
12391
12392 2000-01-21  Chris Faylor  <cgf@cygnus.com>
12393
12394         * include/winnt.h: Add ARM support.
12395
12396 2000-01-19  Mumit Khan  <khan@xraylith.wisc.edu>
12397
12398         From Greg Primes <gregory.l.priem@intel.com>:
12399         * include/oaidl.h (DESCKIND): Define macro.
12400         (ITypeComp): Define interface.
12401         (ITypeComp): Likewise.
12402         * rpcndr.h (DECLSPEC_UUID): Define macro.
12403         (MIDL_INTERFACE): Likewise.
12404
12405         * include/psapi.h: New file.
12406         * include/imagehlp.h: New file.
12407         * lib/imagehlp.def: New file.
12408
12409         * include/oaidl.h (tagVARIANT): Update fields.
12410
12411         From Craig Lanning <CraigL@DyCon.com>:
12412         * include/commctrl.h: Add some TCS_* macros.
12413         * include/winnls.h (IsValidLocale): Add prototype.
12414
12415 2000-01-18  Mumit Khan  <khan@xraylith.wisc.edu>
12416
12417         * include/oaidl.h: OLE Patches from "Fifer, Eric"
12418         <EFifer@sanwaint.com> needed to build Win32::OLE perl module.
12419         * include/objbase.h: Likewise.
12420         * include/objidl.h: Likewise.
12421         * include/ocidl.h: New file.
12422         * include/oleauto.h: Likewise.
12423         * include/wtypes.h: Likewise.
12424         * lib/oleaut32.def: Likewise.
12425
12426         * include/lmserver.h (NetServerTransportAddEx): Fix prototype.
12427         Thanks to "Jon Leichter" <jon@symas.com>.
12428         * include/commctrl.h (LVM_FINDITEM): Fix typo in macro.
12429         * include/winbase.h: Add GetLongPathName{A,W} prototypes.
12430         * include/shellapi.h (SHGetFileInfo): Add macro. Thanks to
12431         "Axel Riese" <ariese@andromeda.risc.uni-linz.ac.at>.
12432         (CommandLineToArgvW): Fix prototype. Thanks to "Frans E. van
12433         Dorsselaer" <frans@bia-bv.demon.nl>.
12434         * include/httpext.h: New file. Thanks to Jan Nijtmans
12435         <j.nijtmans@chello.nl>.
12436         * include/mmsystem.h (WAVEFORMATEX): Guard definition to avoid
12437         redefinition of LPCWAVEFORMATEX in DirectX headers.
12438         (CALLBACK_NULL): Define to be 0. Thanks to Krzysztof Nikiel
12439         <krzych00@priv7.onet.pl>.
12440         * include/sqlext.h (SQLDriverConnnect): Fix prototype.
12441         * include/windef.h (HRESULT): Guard definition to avoid
12442         redefinition in DirectX headers.
12443         * include/winnt.h: Add target macros from windows.h.
12444         * include/windows.h: Update synch comment for target macros.
12445         (_ANONYMOUS_STRUCT): Define for GCC 2.95 and newer.
12446         (_ANONYMOUS_UNION): Likewise.
12447         * include/wingdi.h (AbortPrinter): Move from here ...
12448         * include/winspool.h (AbortPrinter): to here and fix linkage.
12449         (MONITOR_INFO_2{A,W}): Define.
12450         * include/winsock.h (htons): Fix argument.
12451         (htonl): Likewise.
12452         * include/winsock2.h (SO_*, MAX_*, WSA_*): Add macros.
12453         (GROUP): Define.
12454         (GUID): Define conditionally.
12455         (WSAPROTOCOLCHAIN, WSAPROTOCOL_INFO): Define.
12456         (WSASocket*): Declare.
12457         * include/basetyps.h (GUID): Guard REGUID and LPGUID as well.
12458
12459         * lib/dsetup.def: Remove leading underscore.
12460         * lib/dsound.def: Likewise.
12461         * lib/ws2_32.def: Likewise.
12462
12463 1999-12-22  Mumit Khan  <khan@xraylith.wisc.edu>
12464
12465         * include/windef.h (HMONITOR, HTERMINAL, HWINEVENTHOOK): Define
12466         handles.
12467
12468         * lib/Makefile.in (EXTRA_OBJS): Add dinput.o.
12469         * lib/dinput.c: Include windows.h for GCC.
12470         * lib/dxguid.c: Likewise.
12471         (INITGUID): Define macro.
12472
12473         * include/objidl.h (ISequentialStream): Define interface.
12474         (IStream): Derive from ISequentialStream.
12475
12476         * include/objidl.h (IStream::{LockRegion, UnlockRegion, Stat,
12477         Clone}): Mark as PURE.
12478         (IDataObject::EnumDAdvise): Likewise.
12479         * include/oleidl.h (IDropSource::GiveFeedback): Likewise.
12480         (IViewObject::Unfreeze): Likewise.
12481         (IViewObject2::Unfreeze): Likewise.
12482
12483         * include/objidl.h: Add various IID_ declarations.
12484         * include/olectl.h: Likewise.
12485         * include/oleidl.h: Likewise.
12486
12487 1999-12-21  Mumit Khan  <khan@xraylith.wisc.edu>
12488
12489         * Snapshot 1999-12-21.
12490
12491         * include/winbase.h (CancelIO): Rename to CancelIo.
12492         * include/winsvc.h (LPHANDLER_FUNCTION): Fix prototype.
12493         * include/winuser.h (PEVENTMSG, LPEVENTMSG): Declare.
12494
12495         * Merge with winsup-19991218.
12496         * include/winnt.h: Add defines for W2K ACL control flags.
12497
12498         * Merge with Anders Norlander's 19991130 snapshot.
12499
12500         * include/windows.h: #include mmsystem.h ifndef WIN32_LEAN_AND_MEAN.
12501         * include/winbase.h (EXCEPTION_INVALID_HANDLE): Define.
12502
12503         Patch from Harold Weissfield
12504         * include/shellapi.h: Added some ABN_* defines.
12505
12506         * include/commctrl.h (_TrackMouseEvent): Add prototype.
12507         * lib/comctl32.def (_TrackMouseEvent): Import.
12508         * include/winuser.h: Misc. fixes from Sang Cho
12509         <sangcho@alpha94.chongju.ac.kr>.
12510         * include/winuser.h (SM_CMETRICS): Define to 76 or 83 depending on
12511         value of _WIN32_WINNT.
12512         * include/winuser.h: Reorganize SM_* defines in numerical order.
12513
12514 1999-12-14  Mumit Khan  <khan@xraylith.wisc.edu>
12515
12516         * include/windef.h: Make RECTL a distinct type from RECT.
12517         * include/windows.h: Define upto 8 DUMMYUNIONNAMEs for DirectX.
12518         * include/winuser.h (CDS_): Update (Franco Bez <franco.bez@gmx.de>).
12519         (COMPAREITEMSTRUCT): Fix fields.
12520         (SERIALKEYSA): Likewise.
12521         (SERIALKEYSW): Likewise..
12522         * include/winbase.h (CRITICAL_SECTION_DEBUG): Likewise.
12523         (WIN32_FIND_DATAA): Likewise.
12524         (WIN32_FIND_DATAW): Likewise.
12525         * include/commdlg.h (SNDMSG): Define.
12526         * include/winsock.h (SO_UPDATE_ACCEPT_CONTEXT): Define.
12527         (SO_CONNECT_TIME): Likewise.
12528         (AcceptEx): Declare.
12529         (GetAcceptExSockaddrs): Likewise.
12530         * include/winsock2.h: Fix typo in #ifdef __cplusplus.
12531         * include/winspool.h: Add RC_INVOKED guard.
12532         * lib/wsock32.def (AcceptEx@32): Export.
12533         (GetAcceptExSockaddrs@32): Likewise.
12534
12535 1999-11-18  Mumit Khan  <khan@xraylith.wisc.edu>
12536
12537         * Snapshot 1999-11-18.
12538
12539         * include/oaidl.h (tagVARIANT): Rename pbool to pboolVal needed by
12540         Octopod C++ IDE (and MSVC compatibility).
12541         * include/oleauto.h (V_BOOLREF(X)): Likewise.
12542         * include/shellapi.h (ShellAbout*): Fix typo.
12543         * wingdi.h (FW_ULTRABOLD): Likewise.
12544         * include/winnt.h (_TAPE_ERASE, _TAPE_PREPARE, _TAPE_SET_POSITION,
12545         _TAPE_WRITE_MARKS): Add missing fields and fix existing ones.
12546         Add packing directives for various structures. All structure
12547         sizes now conform to MSVC.
12548
12549 1999-11-07  Mumit Khan  <khan@xraylith.wisc.edu>
12550
12551         Released 1999-11-07.
12552
12553 1999-11-06  Mumit Khan  <khan@xraylith.wisc.edu>
12554
12555         * include/winsock2.h: New file. Mostly a stub for now.
12556         * include/winbase.h (DllMain): Delete prototype.
12557         * include/commctrl.h (Header_SetItem): Fix macro.
12558         * include/{isguids.h, lmerrlog.h, mcx.h, objfwd.h, olectl.h,
12559         regstr.h, richole.h, rpcdce.h, rpcdcep.h, rpcnsi.h, rpcproxy.h,
12560         shlguid.h, sqltypes.h, winperf.h}: Enclose in extern "C" if c++.
12561
12562         Merge in changes from wxWindows.
12563         * include/basetyps.h (GUID_DEFINED, UUID_DEFINED): Add guards.
12564         * include/oaidl.h (DISPID_*): Add macros.
12565         (IID_ITypeLib, IID_ICreateTypeInfo, IID_ICreateTypeInfo2,
12566         IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_ITypeInfo,
12567         IID_IErrorInfo, IID_IDispatch, IID_ICreateErrorInfo): Declare.
12568         * include/objidl.h (IDataObject): Fix EnumFormatEtc parameter.
12569
12570         Merge in changes from Octopod C++ IDE group.
12571         * include/commctrl.h (NMHEADERA, NMHEADERW): Define.
12572         (Header_InsertItem): Fix macro.
12573         * include/oaidl.h (IID_IDispatch): Declare.
12574         (IID_ISupportErrorInfo): Likewise.
12575         (IDispatch): Rename Invoked to Invoke.
12576         * include/objidl.h (IPersist): Fix GetClassID.
12577         * include/oleauto.h (VectorFromBstr): Declare.
12578         (BstrFromVector): Likewise.
12579         * include/olectl.h (OLEMISC_*): Update.
12580         * include/olectlid.h (IID_IDispatch): Declare.
12581         * include/oleidl.h (IOleObject): Fix GetExtent and SetExtent.
12582         (IOleInPlaceFrame): Fix.
12583         (ISupportErrorInfo): Define.
12584         (IErrorInfo): Define.
12585         * include/winuser.h (SIF_TRACKPOS): Define.
12586
12587 1999-11-03  Mumit Khan  <khan@xraylith.wisc.edu>
12588
12589         Fix Merge errors:
12590         * include/winnt.h (PSID): Uncomment definition.
12591         (PISID): Rename from PSID.
12592         (struct _TAPE_GET_MEDIA_PARAMETER): Remove reserved field.
12593         (struct _SECURITY_ATTRIBUTES): Remove multiple definition.
12594
12595         * include/lmalert.h, include/lmbrowsr.h, include/lmchdev.h,
12596         include/lmconfig.h, include/lmerrlog.h, include/lmmsg.h,
12597         include/lmremutl.h, include/lmrepl.h, include/lmserver.h,
12598         include/lmsvc.h, include/lmwksta.h, include/oaidl.h,
12599         include/shellapi.h, include/winbase.h, include/wingdi.h,
12600         include/winnt.h, include/winsock.h: Merged with winsup-19991026.
12601
12602 1999-10-31  Mumit Khan  <khan@xraylith.wisc.edu>
12603
12604         * include/wingdi.h (PHYSICAL*, SCALINGFACTOR*): New. From
12605         Marius Kjeldahl <kjeldahl@hotmail.com>.
12606
12607 1999-08-29  Mumit Khan  <khan@xraylith.wisc.edu>
12608
12609         * include/winnt.h (APPLICATION_ERROR_MASK): Add macros.
12610         (ERROR_SEVERITY_*): Likewise.
12611
12612 1999-08-17  Mumit Khan  <khan@xraylith.wisc.edu>
12613
12614         * include/winbase.h (TLS_OUT_OF_INDEXES): Add macro.
12615         (DllMain): Fix prototype.
12616
12617 1999-08-02  Mumit Khan  <khan@xraylith.wisc.edu>
12618
12619         * include/commdlg.h: Enclose within pack(push,1) and pack(pop).
12620         (cderr.h): Don't include.
12621         * include/winuser.h: Fix macro definitions.
12622
12623 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12624
12625         Merge with winsup 1999-07-29:
12626         * include/wincon.h (MOUSE_WHEELED): Define.
12627         * include/winnt.h (PSECURITY_ATTRIBUTES): Add type.
12628         (SECURITY_DESCRIPTOR): Add struct type.
12629         (PSECURITY_DESCRIPTOR): Pointer to above type. BEWARE: this type
12630         is equal to PVOID in the Platform SDK! So don't depend on accessing
12631         members through ->.
12632
12633 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12634
12635         * lib/Makefile.in (install-headers): Don't @ commands.
12636         (install-libraries): Ditto.
12637
12638 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12639
12640         * include/sqlext.h: Use #include <sql.h> instead of "sql.h".
12641
12642 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12643
12644         Patch from Mumit Khan:
12645         * include/windows.h: Fix typo in winsock.h include guard and add
12646         _UWIN to the list.
12647         * include/winnt.h (__int64): Undefine first.
12648         (struct _SID): Declare.
12649
12650 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12651
12652         * include/winnt.h: Add some REG_* defines reported by Boris Lantrewitz.
12653
12654 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12655
12656         Patch from Mumit Khan:
12657         * Makefile.in: Do the right thing when cross-compiling.
12658         * include/windef.h: Don't define _export and __export if already
12659         defined.
12660
12661 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12662
12663         * include/basetyps.h (DECLARE_INTERFACE): Use com_interface attribute.
12664         (DECLARE_INTERFACE_): Ditto.
12665
12666 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12667
12668         * include/mmsystem.h (HWAVEOUT): Fix missing ')'
12669
12670         Reported by Brad Porter
12671         * include/wingdi.h (FW_ULTRALIGHT): Add.
12672         (FW_DEMIBOLD): Add.
12673         (FW_ULTRABOLD): Add.
12674         (FW_BLACK): Add.
12675         (JOHAB_CHARSET): Add.
12676         (VIETNAMESE_CHARSET): Add.
12677
12678
12679 1999-05-15  Anders Norlander  <anorland@hem2.passagen.se>
12680
12681         * lib/scrnsave.c (WinMain): Remove dependencies on C library.
12682         * lib/Makefile.in (Makefile): Regenerate.
12683         * include/pshpack[1248].h: New files, if a program would use any of
12684         them.
12685         * include/poppack.h: Ditto.
12686         * include/windef.h (_WIN32_WINNT): Define
12687         * include/windows.h: Remove DUMMYUNIONNAME[45].
12688         * include/windows.h: Correctly define _M_IX86 to reflect the target
12689         processor.
12690         * include/windows.h: Add preliminary support for other architectures.
12691         * include/winnt.h: Add CONTEXT structure for PPC and ALPHA.
12692         * include/winnt.h: Remove PACKED from U/LARGE_INTEGER
12693         * include/winnt.h (LUID_AND_ATTRIBUTES): Use pack(4) to solve alignment
12694         issue with LARGE_INTEGER.
12695         (ANSI_NULL): Define.
12696         (PSZ): Define.
12697         (ACL_REVISION[1234]): Define.
12698         (MIN/MAX_ACL_REVISION): Define.
12699         (PTCHAR): Define.
12700         (LANG_USER_DEFAULT): Define.
12701         (LANG_SYSTEM_DEFAULT): Define.
12702         (LOCALE_NEUTRAL): Define.
12703         (SORTVERSIONFROMLCID): Define.
12704         * include/windef.h (UNREFERENCED_PARAMETER): Define.
12705         (UNREFERENCED_LOCAL_VARIABLE): Define.
12706         (DBG_UNREFERENCED_PARAMETER): Define.
12707         (DBG_UNREFERENCED_LOCAL_VARIABLE): Define.
12708         * lib/mswsock.def: New file. Imports for mswsock.dll.
12709         * include/custcntl.h: New file. Necessary to compile some SDK
12710         samples.
12711         * include/winuser.h (SM_MOUSEWHEELPRESENT): Define.
12712         (WM_MOUSEWHEEL): Define.
12713         (WHEEL_DELTA): Define.
12714         (WM_MOUSELAST): Redefine to reflect WM_MOUSEWHEEL.
12715         (WM_NEXTMENU): Define.
12716         (CharNextA): Fix prototype.
12717         (CharNextW): Ditto.
12718
12719 1999-05-14  Anders Norlander  <anorland@hem2.passagen.se>
12720
12721         * include/winsock.h: Enclose in extern "C" if C++, huh?
12722         * include/winuser.h(WM_SYNCPAINT): Define. From fltk.
12723
12724 1999-05-13  Anders Norlander  <anorland@hem2.passagen.se>
12725
12726         * include/windef.h (NULL): Define only ifndef
12727         (TRUE): Ditto, was previously only defined ifndef FALSE
12728         (PASCAL): Define as _pascal
12729         (__pascal): Define
12730         (WINAPIV): Define
12731         (min,max): Define only ifndef NOMINMAX
12732
12733 1999-05-10  Anders Norlander  <anorland@hem2.passagen.se>
12734
12735         * include/commctrl.h: Support for Date/Calendar controls + IE controls.
12736         You must define _WIN32_IE if you want support for it.
12737         Modified patch from Nirmal Prasad  <nprasad@truept.com>.
12738
12739 1999-05-10  Ron Aaron   <v-ronaar@Exchange.Microsoft.com>
12740
12741         * include/wincon.h: Add some ButtonState flags and EventFlags.
12742
12743 1999-05-10  Anders Norlander  <anorland@hem2.passagen.se>
12744
12745         * include/basetyps.h: Don't support COM when __OBJC__ defined because
12746         interface define causes mayhem.
12747         (DEFINE_INTERFACE): Use comobject attribute only if HAVE_COMOBJECT is
12748         defined.
12749         * include/windows.h: Undefine BOOL if __OBJC__ defined
12750
12751 1999-05-09  Chris Faylor  <cgf@cygnus.com>
12752
12753         * include/winnls.h: Define additional code pages.
12754
12755 1999-05-09  Anders Norlander  <anorland@hem2.passagen.se>
12756
12757         * include/winbase.h(RtlFillMemory): Parameters got passed in wrong
12758         order, corrected.
12759         (RtlZeroMemory): Use RtlFillMemory
12760
12761 1999-05-04  Anders Norlander  <anorland@hem2.passagen.se>
12762
12763         * include/winnt.h: Add PACKED to LARGE_INTEGER and ULARGE_INTEGER
12764         to get the correct size when used in some structs.
12765         (ULARGE_INTEGER): Ditto.
12766         * include/winnt.h (TAPE_CREATE_PARTITION): Add struct.
12767         * include/winnt.h: Add TAPE_* pointer types PTAPE_*
12768
12769 1999-05-02  Nirmal Prasad  <nprasad@truept.com>
12770
12771         * include/wininet.h: Enclose in extern "C" if c++
12772         (INTERNET_BUFFERSA/W): Define struct
12773         * include/wininet.h: Add some HSR_* defines
12774
12775 1999-05-02  Anders Norlander  <anorland@hem2.passagen.se>
12776
12777         * include/winnt.h (IMAGE_FIRST_SECTION): Prepend missing paren
12778         * include/winnt.h (UNALIGNED): Define
12779         * include/windef.h (DECLSPEC_NORETURN): Define
12780
12781         * include/wininet.h (INTERNET_MAX_NAME): Remove
12782         (INTERNET_MAX_SCHEME_LENGTH): Define
12783         (INTERNET_MAX_URL_LENGTH): Use INTERNET_MAX_SCHEME_LENGTH
12784         * include/wininet.def: Completely redone, it was losing badly.
12785
12786 1999-05-01  Anders Norlander  <anorland@hem2.passagen.se>
12787
12788         * lib/dplayx.def: Remove '_' prefixes
12789         * lib/shell32.def: Remove imports for IID_ContextMenu
12790
12791 1999-04-29  Anders Norlander  <anorland@hem2.passagen.se>
12792
12793         * Makefile.in (dist): Support dist target
12794         * lib/Makefile.in (dist): Likewise
12795         * lib/Makefile.in (uninstall-headers): Fix command
12796         * Makefile.in (bindist): Target to build a prebuilt dist
12797
12798         * lib/ws2_32.def: Winsock2 implib
12799
12800         * include/largeint.h: New header
12801         * include/largeint.c: Large integer support library
12802         * lib/Makefile.in(EXTRA_LIBS): Add liblargeint.a
12803         (EXTRA_OBJS): Add largeint.o
12804
12805         * include/Makefile: Remove
12806         * lib/Makefile: Remove
12807         * Makefile: Remove
12808         * configure.in: New autoconf script
12809         * configure: generated configure script
12810         * Makefile.in: autoconf makefile template
12811         * lib/Makefile.in: Ditto
12812         * include/test.c: mv to lib/test.c
12813         * include/res.rc: mv to lib/res.rc
12814         * include/TODO: mv to .
12815         * include/Notes: mv to ./NOTES
12816
12817 1999-04-28  Anders Norlander  <anorland@hem2.passagen.se>
12818
12819         * include/zmouse.h (WHEEL_DELTA): Define
12820
12821 1999-04-26  Mumit Khan  <khan@xraylith.wisc.edu>
12822
12823         * include/ddeml.h (HSZPAIR): Declare.
12824         * include/zmouse.h: New file.
12825
12826 1999-04-27  Daniel Guerrero Miralles  <daniel.guerrero@upcnet.upc.es>
12827
12828         * lib/d3dim.def: New implib
12829         * lib/d3drm.def: Ditto
12830         * lib/d3dxof.def: Ditto
12831         * lib/ddraw.def: Ditto
12832         * lib/dinput.def: Ditto
12833         * lib/dplayx.def: Ditto
12834         * lib/dsetup.def: Ditto
12835         * lib/dsound.def: Ditto
12836         * lib/dinput.c: Guid library for DirectInput
12837         * lib/dxguid.c: Guid library for DirectX
12838
12839 1999-04-21  Anders Norlander  <anorland@hem2.passagen.se>
12840
12841         * include/windowsx.h (GET_X_LPARAM): Missing macro added (reported
12842         by Ron Aaron).
12843         * include/windowsx.h (GET_Y_LPARAM): Also missing
12844         * include/winnls.h (IsValidCodePage): Missing prototype added (reported
12845         by Mumit Khan).
12846
12847 1999-04-18  Anders Norlander  <anorland@hem2.passagen.se>
12848
12849         * include/scrnsave.h: New header file for screen saver library
12850         * lib/scrnsave.c: New file: screen saver library
12851
12852 1999-04-17  Anders Norlander  <anorland@hem2.passagen.se>
12853
12854         * include/regstr.h: Enclosed all strings in TEXT() macros so it
12855         works well in when UNICODE is defined
12856
12857 1999-04-17  Nirmal Prasad  <nprasad@truept.com>
12858
12859         * include/winuser.h(STYLESTRUCT): New struct
12860         * include/wingdi.h:(GOBJENUMPROC): This function type should
12861         return void.
12862
12863 1999-04-17  Anders Norlander  <anorland@hem2.passagen.se>
12864
12865         * include/basetyps.h (LPGUID): New typedef
12866         * lib/glut.def: Import library defintions for glut.dll
12867         * lib/glu32.def: Ditto for glut32.dll
12868         * include/winnt.h: Fixed handling of wchar_t typedef
12869         * include/sql.h(SQL_NO_DATA_FOUND): Replace with SQL_NO_DATA
12870         * include/sqlext.h(SQL_NO_DATA_FOUND): Define as SQL_NO_DATA
12871
12872 1999-03-20  Anders Norlander  <anorland@hem2.passagen.se>
12873
12874         * include/winbase.h(AbnormalTermination): Define as FALSE
12875         * include/commctrl.h: Support for new progress bar messages/styles
12876
12877 1999-03-20  Geoffrey Noer  <noer@cygnus.com>
12878
12879         * include/commdlg.h(PageSetupDlg): New define
12880         * include/richedit.h: Missing SCF_* defines
12881         * include/winnt.h: Lots o' defines
12882         * include/winbase.h(AllocateAndInitializeSid): Corrected prototype
12883
12884 1999-03-09  Anders Norlander  <anorland@hem2.passagen.se>
12885
12886         * include/commdlg.h: Removed pack pragma
12887         * lib/comctl32.def(InitCommonControlsEx@4): Added import
12888
12889 1999-03-08  Anders Norlander  <anorland@hem2.passagen.se>
12890
12891         * Makefile: Set version to 0.1.5
12892         * lib/Makefile (clean): Fix typo
12893
12894         * include/commctrl.h: Removed pack pragma
12895         * include/cpl.h: Likewise
12896         * include/dbt.h: Likewise
12897         * include/dde.h: Likewise
12898         * include/nddeapi.h: Likewise
12899         * include/shellapi.h: Likewise
12900         * include/wincrypt.h: Likewise
12901         * include/lmaccess.h: Fixed USER_PRIV_ADMIN typo
12902
12903         * include/winsock.h (netent): Define only ifndef __INSIDE_CYGWIN__
12904         (servent): Likewise
12905         (protoent): Likewise
12906
12907         * include/windows.h: Prevent inclusion of winsock.h if we are
12908         using or compiling cygwin. Define Win32_Winsock to force inclusion.
12909
12910 1999-01-08  Anders Norlander  <anorland@hem2.passagen.se>
12911
12912         * include/winbase.h (CREATE_FORCEDOS): New define
12913
12914 1999-01-07  Anders Norlander  <anorland@hem2.passagen.se>
12915
12916         * include/wincon.h(KEY_EVENT_RECORD): Fixed packing problem on
12917         (COORD): Likewise
12918         * include/wingdi.h (BITMAPFILEHEADER): Fixed packing
12919         * include/windows.h: Added DUMMYUNIONNAME4 and 5
12920         * include/winnt.h (LUID_AND_ATTRIBUTES_ARRAY): New type
12921         (PLUID_AND_ATTRIBUTES_ARRAY): New type
12922
12923         * include/ddeml.h: Removed unnecessary `#pragma pack'
12924         * include/imm.h: Likewise
12925         * include/nddeapi.h: Likewise
12926         * include/nspapi.h: Likewise
12927         * include/regstr.h: Likewise
12928         * include/wincon.h: Likewise
12929         * include/windef.h: Likewise
12930         * include/winioctl.h: Likewise
12931         * include/winnls.h: Likewise
12932         * include/winsvc.h: Likewise
12933         * include/winuser.h: Likewise
12934         * include/winver.h: Likewise
12935         * include/wtypes.h: Likewise
12936
12937 1999-01-05  Anders Norlander  <anorland@hem2.passagen.se>
12938
12939         * Makefile (VERSION): Set to 0.1.4
12940         * include/basetyps.h: Check for NOCOMOBJECT
12941         * include/Makefile: Pass -DNOCOMOBJECT to g++ to avoid warnings
12942         on comobject attribute.
12943         * lib/kernel32.def: Added a few functions
12944         * include/windef.h (DWORD): Changed back to unsigned long
12945
12946         * include/windows.h: Include only winresrc.h if RC_INVOKED is defined,
12947         winresrc.h in turn includes the necessary headers. This makes things
12948         much simpler, no need to protect blocks of code in headers that
12949         should not be seen by the resource compiler.
12950
12951 1999-01-05  Geoffrey Noer  <noer@cygnus.com>
12952
12953         * include/winbase.h (STATUS_INVALID_HANDLE): Added define
12954         * include/wincon.h: Added console event type flags
12955         * include/winnt.h (FILE_SHARE_DELETE): Added
12956           (SECURITY_DESCRIPTOR): typedef as DWORD
12957
12958         * include/winuser.h (WM_PENWINFIRST): Fixed typo
12959         * include/winsock.h: Protect some blocks with __INSIDE_CYGWIN_ and
12960         define u_* types only if _SYS_TYPES_H is not defined.
12961
12962 1999-01-02  Anders Norlander  <anorland@hem2.passagen.se>
12963
12964         * COPYING.LIB: Deleted
12965         * README: Updated to reflect license changes
12966         * include/shlobj.h: Remove extra comma on some enums
12967         * include/windef.h: Changed DWORD typedef from unsigned long to
12968         unsigned int in order to avoid warnings on bit fields that
12969         use DWORD.
12970         * include/Makefile (test): Compile with all warnings
12971         * include/unknwn.h: Include objfwd.h
12972         * include/winsock.h: Added missing copyright notices.
12973
12974 1999-01-01  Anders Norlander  <anorland@hem2.passagen.se>
12975
12976         * lib/winmm.def: Corrected LIBRARY statement
12977         * include/mmsystem.h: Define mmioSeek codes if not already defined
12978         * include/commctrl.h (CreateStatusWindowA): Corrected prototype
12979         (CreateStatusWindowW): Likewise
12980
12981         * include/winresrc.h: Include only files necessary instead of windows.h
12982         * include/dde.h: Allow inclusion in resource scripts.
12983         * include/winnt.h: Likewise
12984         * include/commctrl.h: Likewise
12985         * include/prsht.h: Likewise
12986         * README: Updated
12987
12988 1998-12-10  Anders Norlander  <anorland@hem2.passagen.se>
12989
12990         * include/sqltypes.h (SQLHANDLE): Added this type
12991         (SQLHDESC): Likewise
12992         * include/sql.h (SQLFreeHandle): Added this prototype
12993         (SQLAllocHandle): Likewise
12994
12995 1998-12-08  Anders Norlander  <anorland@hem2.passagen.se>
12996
12997         * include/winsock.h: Define _GNU_H_WINDOWS32_SOCKETS to avoid
12998         conflicts with cygwin headers.
12999
13000 1998-12-06  Anders Norlander  <anorland@hem2.passagen.se>
13001
13002         * Makefile: Changed VERSION to 0.1.3
13003         * Makefile (dist-lib): New target to make import library only
13004         distribution
13005         * Makefile (dist-hdr): New target to make headers only distribution
13006         * Makefile (dist): Now depends on dist-lib and dist-hdr instead of
13007         building one single distribution file.
13008         * dist.mak: Deleted
13009
13010         * include/lm.h: New file
13011         * include/lmcons.h: New file
13012         * include/lmalert.h: New file
13013         * include/lmaudit.h: New file
13014         * include/lmconfig.h: New file
13015         * include/lmapibuf.h: New file
13016         * include/lmaccess.h: New file
13017         * include/lmchdev.h: New file
13018         * include/lmremutl.h: New file
13019         * include/lmrepl.h: New file
13020         * include/lmerrlog.h: New file
13021         * include/lmat.h: New file
13022         * include/lmuse.h: New file
13023         * include/lmuseflg.h: New file
13024         * include/lmserver.h: New file
13025         * include/lmerr.h: New file
13026         * include/lmsname.h: New file
13027         * include/lmstats.h: New file
13028         * include/lmsvc.h: New file
13029         * include/lmwksta.h: New file
13030         * include/lmbrowsr.h: New file
13031
13032 1998-12-05  Anders Norlander  <anorland@hem2.passagen.se>
13033
13034         * include/unknwn.h: Fixed IClassFactory declaration; INTERFACE was missing
13035         * include/unknwn.h: Added extern declaration for IID_IClassFactory
13036
13037         * include/initguid.h: New file
13038
13039         * include/rpcndr.h: Defined hyper and MIDL_hyper as double if 64 bit
13040         int not supported
13041
13042         * include/winnt.h: Added USN
13043         * include/winnt.h: Changed handling of 64 bit int support
13044
13045         * include/windows.h: Added support for BC,LCC and MSVC
13046
13047         * include/windows.h: Changed handling machine architecture defines
13048
13049         * include/olectl.h: New file
13050
13051 1998-12-04  Anders Norlander  <anorland@hem2.passagen.se>
13052
13053         * include/oleidl.h: Added IViewObject and IViewObject2
13054
13055         * include/objidl: Corrected prototype for IStorage::DestroyElement and
13056         IStorage::MoveElement
13057
13058         * include/oledlg.h: New file
13059
13060         * include/winresrc.h: New file
13061
13062         * include/wingdi.h: Added LPDOCINFO
13063
13064         * include/commctrl.h: Added SBARS_SIZEGRIP and TVM_SETINDENT
13065         * include/commctrl.h: Added TCM_SETITEM to UNICODE/ANSI block
13066         * include/commctrl.h: Added ListView_GetSelectedCount, ListView_GetItemSpacing,
13067         TabCtrl_SetImageList and TabCtrl_GetItemCount
13068         * include/commctrl.h: Added TVM_FIRST, HDM_FIRST and TV_FIRST
13069
13070         * include/windowsx.h: Added missing ListBox_xx ComboBox_xx etc. macros
13071
13072         * include/wingdi.h: Added (L)PBITMAP,(L)PBITMAPCOREHEADER,
13073         PBITMAPINFOHEADER, (L)PBITMAPCOREINFO and (L)PBITMAPFILEHEADER.
13074
13075         * include/commdlg.h: Added LPDEVNAMES
13076
13077         * include/windows.h: Include excpt.h
13078
13079         * include/excpt.h: New file. This file just contains some
13080         stubs for SEH that do nothing.
13081
13082         * include/commctrl.h: Added general WM_NOTIFY codes
13083
13084         * include/winuser.h: Added ICON_SMALL and ICON_BIG
13085         * include/winuser.h: Removed VK_0-VK_9 VK_A-VK_Z; they should obviously
13086         not be in the headers.
13087         * include/winuser.h: Added LPCBTACTIVATESTRUCT and LPCLIENTCREATESTRUCT
13088         * include/winuser.h: Added old WM_SIZE parameter names so
13089         wxWindows compiles.
13090         * include/winuser.h: Added IDC_SIZE and IDC_ICON
13091         * include/winuser.h: Added LPDLGITEMTEMPLATE
13092         * include/winuser.h: HTCAPTION was missing value
13093         * include/winuser.h: Added WM_ACTIVE flags
13094
13095         * include/windowsx.h: Added _fmemcpy so V compiles; also added
13096         _fxx defines for memmove, memset and memcmp
13097
13098         * include/windef.h: Changed _export and __export to empty defines
13099
13100         * include/shellapi.h: Corrected prototypes for ExtractIcon functions.
13101         String parameters were not const and ExtractAssociatedIcon takes
13102         a WORD pointer not DWORD pointer as last parameter.
13103
13104         * Makefile: Changed VERSION to 0.1.2
13105
13106         * include/ole2ver.h: New file
13107
13108         * Makefile: Removed all dependencies on GLUT
13109
13110         * include/GL/glut.h: Removed file because of decision to remove
13111         files that are not part of the library.
13112         * lib/glut.def: Likewise
13113         * lib/glut32.def: Likewise
13114
13115         * include/windows.h: Include winperf.h
13116
13117         * include/winperf.h: New file
13118
13119         * lib/gdi32.def: Added GetEnhMetaFilePixelFormat
13120
13121         * include/winnls.h: Added calendar types
13122         * include/winnls.h: Added country codes
13123
13124 1998-12-03  Anders Norlander  <anorland@hem2.passagen.se>
13125
13126         * include/windef.h: Added PROC and NEARPROC
13127
13128         * include/wingdi.h: Added ChoosePixelFormat, DescribePixelFormat
13129         * include/wingdi.h: Added OpenGL types and prototypes
13130         * include/wingdi.h: Added ENHMETA_STOCK_OBJECT
13131         * include/wingdi.h: Added DCTT_DOWNLOAD_OUTLINE
13132         * include/wingdi.h: Added POINTFX, TTPOLYCURVE and TTPOLYGONHEADER
13133         * include/wingdi.h: Added truetype character outline types
13134         * include/wingdi.h: Added DEVMODE initialization flags
13135         * include/wingdi.h: Added panose codes
13136         * include/wingdi.h: Added missing character sets
13137         * include/wingdi.h: Added ANTIALIASED_QUALITY and
13138         NONANTIALIASED_QUALITY
13139         * include/wingdi.h: Added ENUMLOGFONTA/W and ENUMLOGFONTEXA/W
13140         * include/wingdi.h: Added pointer types for EXTLOGPEN
13141         * include/wingdi.h: Added PATTERN type
13142         * include/wingdi.h: Added NEWTEXTMETRICA/W and NEWTEXTMETRICEXA/W
13143         * include/wingdi.h: Added new text metric flags
13144         * include/wingdi.h: Added pitch and family flags
13145         * include/wingdi.h: Moved BCHAR defintion from winnt.h here
13146         * include/wingdi.h: Added METAHEADER
13147         * include/wingdi.h: Fixed packing of RGBTRIPLE and BITMAPFILEHEADER
13148         * include/wingdi.h: Added TA_MASK
13149         * include/wingdi.h: Added MAXSTRETCHBLTMODE
13150         * include/wingdi.h: Added error codes
13151
13152         * include/winuser.h: Added missing winhelp structures
13153         * include/winuser.h: Added dialog flags/styles/messages
13154         * include/winuser.h: Added EM_SETMARGIN codes
13155         * include/winuser.h: Made it possiblie to use IDI_XX values
13156         in resource files.
13157         * include/winuser.h: Added missing LoadImage load flags
13158         * include/winuser.h: Added missing message box flags
13159         * include/winuser.h: Added ScrollWindow codes
13160         * include/winuser.h: Added DT_WORD_ELLIPSIS
13161         * include/winuser.h: Added drag and drop support
13162         * include/winuser.h: Added WM_MENUCHAR return codes
13163         * include/winuser.h: Added DLGWINDOWEXTRA
13164         * include/winuser.h: Added missing SetWindowPos flags.
13165         * include/winuser.h: Added BSF_NOTIMEOUTIFNOTHUNG
13166         * include/winuser.h: Added IDHOT_xx defines
13167         * include/winuser.h: Added MOD_WIN
13168         * include/winuser.h: Added missing defines and structs for owner draw
13169         controls.
13170         * include/winuser.h: Added WPF_RESTORETOMAXIMIZED and
13171         WPF_SETMINPOSITION
13172         * include/winuser.h: Added DrawAnimatedRects flags
13173         * include/winuser.h: Added WM_PRINT codes
13174         * include/winuser.h: Added CS_IME class style
13175         * include/winuser.h: Added WM_SIZE codes
13176         * include/winuser.h: Added WM_MOUSEACTIVATE return codes
13177         * include/winuser.h: Added WM_NCHITTEST return codes
13178         * include/winuser.h: Added WM_SIZING parameters
13179         * include/winuser.h: Added WM_NEXTMENU and MDINEXTMENU
13180         * include/winuser.h: Added menu loop codes.
13181         * include/winuser.h: Added NFR_ANSI, NFR_UNICODE, NF_QUERY and
13182         NF_REQUERY
13183         * include/winuser.h: Added WM_POWER flags
13184         * include/winuser.h: Added KL_NAMELENGTH, WSF_VISIBLE
13185         * include/winuser.h: Added missing message filter codes
13186         * include/winuser.h: Added WM_KEYXX message flags
13187         * include/winuser.h: Added WM_SHOWMESSAGE flags
13188         * include/winuser.h: Added old ShowWindow commands
13189         * include/winuser.h: Fixed packing of DLGITEMTEMPLATE and DLGTEMPLATE
13190         structures.
13191
13192         * include/mciavi.h: New file for the MCI AVI driver that for some
13193         reason is not in mmsystem.h.
13194
13195         * include/winbase.h: Added PIPE_UNLIMITED_INSTANCES and INVALID_FILE_SIZE
13196         * include/winbase.h: Added SECURITY_xx for CreateFile
13197         * include/winbase.h: Added RTS and DTS control values
13198         * include/winbase.h: Fixed SYSTEM_INFO structure
13199         * include/winbase.h: Added CREATE_NO_WINDOW, CREATE_SHARED_WOW_VDM
13200         * include/winbase.h: Added FILE_TYPE_REMOTE
13201         * include/winbase.h: Added modem status flags
13202         * include/winbase.h: Added HINSTANCE_ERROR
13203         * include/winbase.h: Added DefineDosDevice defines
13204         * include/winbase.h: Added power management flags AC_xx BATTERY_xx
13205         * include/winbase.h: Added STARTF_XX flags
13206         * include/winbase.h: Fixed typo on _lcreat prototype.
13207         * include/winbase.h: Moved DBG_XX to winnt.h
13208         * include/winbase.h: Moved TOKEN_XX, DLL_PROCESS_XX and DLL_THREAD_XX to
13209         winnt.h
13210
13211         * include/unknwn.h: Added extern declaration of IID_IUnknown
13212
13213         * include/windowsx.h: Added hmemcpy.
13214
13215         * include/winnt.h: Added dummy member to DECLARE_HANDLE struct
13216         * include/winnt.h: Added PACCESS_TOKEN
13217         * include/winnt.h: Added TAPE_XX defines and moved some from winbase.h
13218         * include/winnt.h: Added SE_IMPERSONATION_STATE and TOKEN_SOURCE_LENGTH
13219         * include/winnt.h: Added SE_PRIVILEGE_ENABLED_BY_DEFAULT, SE_PRIVILEGE_ENABLED,
13220         SE_PRIVILEGE_USED_FOR_ACCESS, PRIVILEGE_SET_ALL_NECESSARY,
13221         SECURITY_MAX_IMPERSONATION_LEVEL, DEFAULT_IMPERSONATION_LEVEL,
13222         SECURITY_DYNAMIC_TRACKING and SECURITY_STATIC_TRACKING.
13223
13224         * include/winnt.h: Added SE_OWNER_DEFAULTED, SE_GROUP_DEFAULTED, SE_DACL_XX,
13225         SE_SACL_XX, SE_SELF_RELATIVE, SECURITY_DESCRIPTOR_MIN_LENGTH,
13226         SECURITY_DESCRIPTOR_REVISION and SECURITY_DESCRIPTOR_REVISION1.
13227
13228         * include/winsvc.h: Removed conflicting defines which were supposed
13229         to be in winnt.h
13230
13231         * include/winnt.h: Added SERVICE_NODE_TYPE, SERVICE_LOAD_TYPE
13232         and SERVICE_ERROR_TYPE.
13233
13234         * include/winnt.h: Added SERVICE_XX defines.
13235         * include/winsvc.h: Added SERVICES_ACTIVE_DATABASEA/W,
13236         SERVICES_FAILED_DATABASEA/W and SC_GROUP_IDENTIFIERA/W.
13237
13238         * include/winsvc.h: Added SERVICE_STATE_ALL, SERVICE_QUERY_CONFIG,
13239         SERVICE_CHANGE_CONFIG, SERVICE_QUERY_STATUS, SERVICE_ENUMERATE_DEPENDENTS,
13240         SERVICE_START, SERVICE_STOP, SERVICE_PAUSE_CONTINUE,
13241         SERVICE_USER_DEFINED_CONTROL and SERVICE_ALL_ACCESS
13242
13243 1998-12-02  Anders Norlander  <anorland@hem2.passagen.se>
13244
13245         * include/winbase.h: Corrected prototype for CreateProcessA
13246
13247         * include/mmsystem.h: Added CAPS1 and C1_TRANSPARENT for display
13248         driver extensions.
13249
13250         * include/shlobj.h: Corrected prototype for SHGetDesktopFolder, should
13251         be LPSHELLFOLDER* not LPSHELLFOLDER.
13252
13253         * include/windows.h: Include commdlg.h
13254
13255         * include/winuser.h: Added MDICREATESTRUCT
13256
13257         * include/winuser.h: Added LB_ERR, LB_ERRSPACE, LB_OKAY, CB_ERR,
13258         CB_ERRSPACE, and CB_OKAY
13259
13260         * include/wingdi.h: Added LPBITMAPINFOHEADER
13261
13262         * include/rpcproxy.h: Removed IN, OUT and OPTIONAL since they
13263         are meaningless.
13264         * include/rpcdce2.h: Likewise.
13265
13266         * lib/shell32.c: Moved GUID defintions from shlguid.h to this file.
13267
13268         * include/richole.h: Replaced DEFINE_GUID with extern const GUID
13269         * include/olectlid.h: Likewise
13270         * include/shlguid.h: Likewise
13271
13272         * include/coguid.h: Delete file since it was for 16 bit windows only.
13273
13274         * lib/*.def: Appended .dll to library name where needed.
13275
13276         * include/windef.h: Define _stdcall and __stdcall only if not
13277         previously defined instead of undefining first.
13278
13279         * include/dlgs.h: Put RC_INVOKED around structure defs
13280
13281         * include/intshcut.h: New file
13282         * include/isguids.h: New file
13283
13284         * lib/uuid.c: Added all COM/OLE GUIDS I know and do not know about.
13285
13286 1998-12-01  Anders Norlander  <anorland@hem2.passagen.se>
13287
13288         * include/winnt.h: Added check if _T is defined before defining it
13289
13290         * include/windows.h: Include dlgs.h if WIN32_LEAN_AND_MEAN not defined
13291
13292         * include/dlgs.h: New file
13293
13294         * include/winbase.h: Removed DllEntryPoint define
13295
13296         * include/winbase.h: Added SetupComm prototype
13297
13298         * include/rpc.h: SEH RPC functions no longer defined since they weren't
13299         supported anyway.
13300
13301         * include/basetyps.h: Removed use of COMOBJECT define, instead
13302         DECLARE_INTERFACE directly uses comobject attribute when GCC
13303         is used.
13304
13305         * include/wtypes.h: STGC enum was missing typedef
13306
13307         * include/objidl.h: ADVC enum was missing typedef
13308
13309         * include/winnt.h: Moved CHAR, SHORT and LONG definitions so
13310         they are nested within the VOID definition.
13311
13312         * include/winbase.h: Added stream ids and attributes
13313
13314         * include/winbase.h: Changed WIN32_STREAM_ID member cStreamName
13315         to an ANYSIZE_ARRAY array.
13316
13317 1998-11-26  Anders Norlander  <anorland@hem2.passagen.se>
13318
13319         * include/windef.h: defined _declspec as __declspec since
13320         some programs (like VWCL) use _declspec instead of __declspec
13321
13322         * include/winnt.h: added COMPRESS_FORMAT defines
13323
13324         * include/winbase.h: moved IS_TEXT_XXX defines to winnt.h
13325
13326         * include/winnt.h: added HEAP_XXXX defines
13327
13328         * include/winbase.h: moved HEAP_XXXX defines to winnt.h
13329
13330         * include/winnt.h: added defintions for PE/COFF from the PE and COFF
13331         specification.
13332
13333         * include/winnt.h: added NTAPI define
13334
13335 1998-11-25  Anders Norlander  <anorland@hem2.passagen.se>
13336
13337         * include/winnt.h: defined TBYTE,LPTSTR etc in terms of TCHAR
13338         instead of CHAR or WCHAR.
13339
13340         * include/winnt.h: added _T define
13341
13342         * include/winnt.h: added test for _TCHAR_DEFINED
13343
13344         * include/winnt.h: included string.h for memory macros
13345
13346         * include/prsht.h: added PSM_SETFINISHTEXT to UNICODE/ANSI test
13347
13348         * include/prsht.h: moved PSM_SETTITLEA/W to UNICODE test at end of file
13349
13350         * include/prsht.h: added PropSheet_XXX macros
13351
13352
13353 1998-11-24  Anders Norlander  <anorland@hem2.passagen.se>
13354
13355         * include/winspool.h: Changed DeletePrinterProcessor and
13356         DeletePrinterProvidor to DeletePrintXX.
13357
13358         * include/wingdi.h: Changed EMRCREATECOLORSPACE lcs member type to
13359         LOGCOLORSPACEW.
13360
13361         * include/wingdi.h: Changed prototype for CreateColorSpace to A and W
13362         variants
13363
13364         * include/wingdi.h: Likewise for GetLogColorSpace
13365
13366         * include/wingdi.h: Changed LOGCOLORSPACE to LOGCOLORSPACEA/W.
13367
13368         * include/richedit.h: Added missing defines and structures
13369
13370         * include/winuser.h: Moved EDITWORDBREAKPROCEX to include/richedit.h
13371
13372         * include/winuser.h: Added HWND_DESKTOP
13373
13374 1998-11-23  Anders Norlander  <anorland@hem2.passagen.se>
13375
13376         * Makefile: Include ChangeLog when building source
13377         distribution (srcdist)
13378
13379         * include/oleauto.h: Changed WINOLEAUTAPI and WINOLEAUTAPI_ so they
13380         are always defined as STDAPI and STDAPI_
13381
13382         * include/objbase.h: Changed WINOLEAPI and WINOLEAPI_ so they
13383         are always defined as STDAPI and STDAPI_
13384
13385         * include/objidl.h: Removed extra ';' on IStorage SetClass method
13386
13387         * include/rpcndr.h: Removed all IN and OUT from function prototypes
13388
13389         * ChangeLog started