OSDN Git Service

Fix MinGW-Bug #38736 (OSDN ticket).
[mingw/mingw-org-wsl.git] / w32api / ChangeLog
1 2018-11-18  Jelle Geerts  <heisenbug@users.osdn.me>
2
3         Fix MinGW-Bug #38736 (OSDN ticket).
4
5         * include/commctrl.h (DTM_SETFORMATW): Correct definition; was 0x1050,
6         but should be equivalent to 0x1000 + 50, which is actually 0x1032.
7
8 2018-11-18  Keith Marshall  <keith@users.osdn.me>
9
10         Make <commctrl.h> header effectively self-contained.
11
12         * include/commctrl.h: Tidy layout; assert copyright.
13         Include <winbase.h> and <prsht.h>; both are required to resolve
14         inter-header dependencies, so achieving effective self-containment.
15         Correctly parenthesize argument references in macro definitions.
16         (pragma GCC system_header): Remove redundant GCC version guard.
17         (_WIN32_WINNT, _WIN32_IE): Always use symbolic version comparisons.
18         (SNDMSG): Remove definition; it is inherited from <prsht.h> anyway.
19         (__AW_ALIAS__, __AW_SUFFIXED__, __AW_STRING_A__, __AW_STRING_W__):
20         Use them; they facilitate maintenance of robust definitions for...
21         [UNICODE vs. ! UNICODE]: ...generic symbols and strings.
22         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
23
24 2018-11-16  Keith Marshall  <keith@users.osdn.me>
25
26         Make <prsht.h> header effectively self-contained.
27
28         * include/prsht.h: Tidy layout; assert copyright.
29         Include <winuser.h> to resolve inter-header dependencies.
30         Correctly parenthesize argument references in macro definitions.
31         (pragma GCC system_header): Remove redundant GCC version guard.
32         (_WIN32_WINNT, _WIN32_IE): Always use symbolic version comparisons.
33         (SNDMSG, POSTMSG) [ifndef]: Remove guard condition; it prevents GCC
34         from checking consistency of alternative definition sources.
35         (__AW_SUFFIXED__): Use it; it improves robustness of...
36         [UNICODE vs. ! UNICODE]: ...generic definitions.
37         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
38
39 2018-10-29  Keith Marshall  <keith@users.osdn.me>
40
41         Clean up <wincon.h>; consolidate its version dependencies.
42
43         * include/wincon.h: Tidy layout; assert copyright.
44         [_WIN32_WINNT]: Always compare it symbolically, with respect to...
45         [_WIN32_WINNT_WIN2K, _WIN32_WINNT_WINXP, _WIN32_WINNT_VISTA]: ...each
46         of these; group and consolidate respective version dependencies.
47         (FOREGROUND_BLUE, FOREGROUND_GREEN, FOREGROUND_RED)
48         (FOREGROUND_INTENSITY, BACKGROUND_BLUE, BACKGROUND_GREEN)
49         (BACKGROUND_RED, BACKGROUND_INTENSITY, COMMON_LVB_LEADING_BYTE)
50         (COMMON_LVB_TRAILING_BYTE, COMMON_LVB_GRID_HORIZONTAL)
51         (COMMON_LVB_GRID_LVERTICAL, COMMON_LVB_GRID_RVERTICAL)
52         (COMMON_LVB_REVERSE_VIDEO, COMMON_LVB_UNDERSCORE, CTRL_C_EVENT)
53         (CTRL_BREAK_EVENT, CTRL_CLOSE_EVENT, CTRL_LOGOFF_EVENT)
54         (CTRL_SHUTDOWN_EVENT, ENABLE_LINE_INPUT, ENABLE_ECHO_INPUT)
55         (ENABLE_PROCESSED_INPUT, ENABLE_WINDOW_INPUT, ENABLE_MOUSE_INPUT)
56         (ENABLE_INSERT_MODE, ENABLE_QUICK_EDIT_MODE, ENABLE_EXTENDED_FLAGS)
57         (ENABLE_AUTO_POSITION, ENABLE_VIRTUAL_TERMINAL_INPUT)
58         (ENABLE_PROCESSED_OUTPUT, ENABLE_WRAP_AT_EOL_OUTPUT)
59         (ENABLE_VIRTUAL_TERMINAL_PROCESSING, DISABLE_NEWLINE_AUTO_RETURN)
60         (ENABLE_LVB_GRID_WORLDWIDE, KEY_EVENT, MOUSE_EVENT)
61         (WINDOW_BUFFER_SIZE_EVENT, MENU_EVENT, FOCUS_EVENT, CAPSLOCK_ON)
62         (ENHANCED_KEY, RIGHT_ALT_PRESSED, LEFT_ALT_PRESSED)
63         (RIGHT_CTRL_PRESSED, LEFT_CTRL_PRESSED, SHIFT_PRESSED, NUMLOCK_ON)
64         (SCROLLLOCK_ON, FROM_LEFT_1ST_BUTTON_PRESSED)
65         (FROM_LEFT_2ND_BUTTON_PRESSED, FROM_LEFT_3RD_BUTTON_PRESSED)
66         (FROM_LEFT_4TH_BUTTON_PRESSED, RIGHTMOST_BUTTON_PRESSED, MOUSE_MOVED)
67         (DOUBLE_CLICK, MOUSE_WHEELED, MOUSE_HWHEELED, CONSOLE_FULLSCREEN)
68         (CONSOLE_FULLSCREEN_HARDWARE, CONSOLE_FULLSCREEN_MODE)
69         (CONSOLE_WINDOWED_MODE, CONSOLE_NO_SELECTION)
70         (CONSOLE_SELECTION_IN_PROGRESS, CONSOLE_SELECTION_NOT_EMPTY)
71         (CONSOLE_MOUSE_SELECTION, CONSOLE_MOUSE_DOWN, HISTORY_NO_DUP_FLAG):
72         Redefine, expressing all values in hexadecimal rather than decimal;
73         this is consistent with Microsoft documentation, and it is also more
74         logical, since all represent bit-flags, bit-fields, or bit-masks.
75
76 2018-10-24  Keith Marshall  <keith@users.osdn.me>
77
78         Make <wincon.h> header effectively self-contained.
79
80         * include/wincon.h [_WIN32_WINNT < 0x0600]: Include <windef.h>...
81         [_WIN32_WINNT >= 0x0600]: ...but, Vista and later need <wingdi.h>
82         [__GNUC__ >= 3]: Remove condition; used only in association with...
83         (#pragma GCC system_header): ...this, it is redundant in this context.
84         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them as appropriate.
85
86 2018-10-24  David Gressett  <texasgaidheal@users.osdn.me>
87
88         Improve WinXP/Vista console I/O support.
89
90         * include/wincon.h (AddConsoleAlias, GetConsoleAlias)
91         (GetConsoleAliases, GetConsoleAliasExes, GetConsoleAliasesLength)
92         (GetConsoleAliasExesLength, GetConsoleOriginalTitle): New function
93         name aliases; define them, mapping them conditionally to represent...
94         [UNICODE]: ...their corresponding UTF-16LE function names, else...
95         [!UNICODE]: ...their corresponding ASCII/DBCS function names.
96         (COMMON_LVB_LEADING_BYTE, COMMON_LVB_TRAILING_BYTE
97         (COMMON_LVB_GRID_HORIZONTAL, COMMON_LVB_GRID_LVERTICAL)
98         (COMMON_LVB_GRID_RVERTICAL, COMMON_LVB_REVERSE_VIDEO)
99         (COMMON_LVB_UNDERSCORE, ENABLE_VIRTUAL_TERMINAL_INPUT)
100         (ENABLE_VIRTUAL_TERMINAL_PROCESSING, DISABLE_NEWLINE_AUTO_RETURN)
101         (ENABLE_LVB_GRID_WORLDWIDE,(MOUSE_HWHEELED): Define them.
102         (GetConsoleAliasA, GetConsoleAliasW, HandlerRoutine): Declare.
103         (CONSOLE_FULLSCREEN, CONSOLE_FULLSCREEN_HARDWARE): Define when...
104         [_WIN32_WINNT >= 0x0500]: ...this prevails; additionally...
105         (GetConsoleFontSize): ...declare function.
106         (CONSOLE_NO_SELECTION, CONSOLE_SELECTION_NOT_EMPTY)
107         (CONSOLE_SELECTION_IN_PROGRESS, CONSOLE_MOUSE_SELECTION)
108         (CONSOLE_MOUSE_DOWN): Define them; make them visible only when...
109         [_WIN32_WINNT >= 0x0501]: ...this prevails.
110         (struct _CONSOLE_FONT_INFO): Make it visible, only when...
111         [_WIN32_WINNT >= 0x0501]: ...this prevails; when visible, map it to...
112         (CONSOLE_FONT_INFO, PCONSOLE_FONT_INFO): ...these typedefs.
113         (struct _CONSOLE_SELECTION_INFO): Declare it; visible only when...
114         [_WIN32_WINNT >= 0x0501]: ...this prevails; when visible, map it to...
115         (CONSOLE_SELECTION_INFO, PCONSOLE_SELECTION_INFO): ...these typedefs.
116         [_WIN32_WINNT >= 0x0501] (AddConsoleAliasA, AddConsoleAliasW)
117         (GetConsoleAliasesA, GetConsoleAliasesW, GetConsoleAliasExesA)
118         (GetConsoleAliasExesW, GetConsoleAliasesLengthA)
119         (GetConsoleAliasesLengthW, GetConsoleAliasExesLengthA)
120         (GetConsoleAliasExesLengthW, GetConsoleSelectionInfo)
121         (GetCurrentConsoleFont): Declare functions.
122         [_WIN32_WINNT >= 0x0600] (HISTORY_NO_DUP_FLAG): Define it.
123         (struct _CONSOLE_FONT_INFOEX): New structure; declare it only when...
124         [_WIN32_WINNT >= 0x0600]: ...this prevails; when declared, map to...
125         (CONSOLE_FONT_INFOEX, PCONSOLE_FONT_INFOEX): ...these typedefs.
126         (CONSOLE_HISTORY_INFO, PCONSOLE_HISTORY_INFO): New typedefs; they
127         map to an anonymous structure, and are visible only when...
128         [_WIN32_WINNT >= 0x0600]: ...this prevails.
129         (struct _CONSOLE_READCONSOLE_CONTROL): New structure; declare when...
130         [_WIN32_WINNT >= 0x0600]: ...this prevails; when declared, map to...
131         (CONSOLE_READCONSOLE_CONTROL, PCONSOLE_READCONSOLE_CONTROL): ...these.
132         (struct _CONSOLE_SCREEN_BUFFER_INFOEX): New structure; declare when...
133         [_WIN32_WINNT >= 0x0600]: ...this prevails; when declared, map to...
134         (CONSOLE_SCREEN_BUFFER_INFOEX, PCONSOLE_SCREEN_BUFFER_INFOEX):
135         ...these typedefs.
136         [_WIN32_WINNT >= 0x0600] (GetConsoleHistoryInfo)
137         (GetConsoleOriginalTitleA, GetConsoleOriginalTitleW)
138         (GetConsoleScreenBufferInfoEx, GetCurrentConsoleFontEx)
139         (SetConsoleHistoryInfo, SetConsoleScreenBufferInfoEx)
140         (SetCurrentConsoleFontEx): Declare functions.
141
142 2018-09-03  Keith Marshall  <keith@users.osdn.me>
143
144         Prepare and publish MinGW.org WSL-5.1.1 release.
145
146         * All files (wsl-5.1.1-release): Tag assigned.
147
148 2018-07-29  Keith Marshall  <keith@users.osdn.me>
149
150         Don't restrict <winerror.h> exposure when including <winsock.h>
151
152         * include/winerror.h [__WINSOCK_H_SOURCED__]: Remove filters.
153         (__WINSOCK_V1_ERRORS__, __WINSOCK_V2_ERRORS__): Do not define; delete
154         all dependent filter references.
155
156 2018-07-11  Keith Marshall  <keith@users.osdn.me>
157
158         Make <wincrypt.h> header effectively self-contained.
159
160         * include/wincrypt.h: Include <winbase.h>
161
162 2018-07-11  Keith Marshall  <keith@users.osdn.me>
163
164         Correct <wincrypt.h> typographic errors; fix issue [#38391]
165
166         * include/wincrypt.h (CALG_TLS1PRF): Delete symbolic reference to...
167         (ALG_CLASS_DHASH): ...this; there is no such symbol; replace it with...
168         (ALG_CLASS_HASH): ...this, which represents the correct reference.
169         (struct _CRYPTOAPI_BLOB): Delete extraneous "typedef" keyword; this
170         struct definition is not directly associated with any type name.
171         (struct _SSL_EXTRA_CERT_CHAIN_POLICY_PARA): Likewise.
172
173 2018-02-26  Keith Marshall  <keith@users.osdn.me>
174
175         Prepare and publish MinGW.org WSL-5.1 release.
176
177         * All files (wsl-5.1-release): Tag assigned.
178
179 2018-02-24  Keith Marshall  <keith@users.osdn.me>
180
181         Make <iptypes.h> header effectively self-contained.
182
183         * include/iptypes.h: Assert copyright; tidy layout.
184         Include <windef.h>; it is required for self-containment.
185         (__need_time_t): Define for selective inclusion of <sys/types.h>
186         (_BEGIN_C_DECLS, _END_C_DECLS): Use them as appropriate.
187         (_WIN32_WINNT): Always compare it symbolically.
188         (__dhcp_time_t): New temporary data type macro; define it...
189         [_WIN64]: ...as equivalent to __time64_t, otherwise...
190         [!_WIN64]: ...equivalent to __time32_t, and then...
191         (struct _IP_ADAPTER_INFO): ...use it as the data type for...
192         (LeaseObtained, LeaseExpires): ...these fields.
193
194 2017-12-20  Keith Marshall  <keith@users.osdn.me>
195
196         Make <winreg.h> header effectively self-contained.
197
198         * include/winreg.h: Include <winbase.h>, thus achieving effective
199         self-containment; since this also indirectly includes <_mingw.h>,
200         there is no longer any need to include it directly.
201
202 2017-12-20  Keith Marshall  <keith@users.osdn.me>
203
204         Clean up, following issue [#2262] patch application.
205
206         * include/winreg.h: Tidy layout; correct copyright assertion.
207         (_BEGIN_C_DECLS, _END_C_DECLS): Use them, as appropriate.
208         [UNICODE] (__AW): Do not use deleted macro; replace it with...
209         [UNICODE] (__AW_ALIAS__): ...this, for conditional typedef mapping...
210         [UNICODE] (VALENT, PVALENT): ...of these; similarly replace with...
211         [UNICODE] (__AW_SUFFIXED__): ...this, to define function mappings...
212         [UNICODE] (AbortSystemShutdown, InitiateSystemShutdown)
213         (RegConnectRegistry, RegCreateKey, RegCreateKeyEx, RegDeleteKey)
214         (RegDeleteValue, RegEnumKey, RegEnumKeyEx, RegEnumValue, RegLoadKey)
215         (RegOpenKey, RegOpenKeyEx, RegQueryInfoKey, RegQueryMultipleValues)
216         (RegQueryValue, RegQueryValueEx, RegReplaceKey, RegRestoreKey)
217         (RegSaveKey, RegSetValue, RegSetValueEx, RegUnLoadKey, RegSaveKeyEx)
218         (RegDeleteKeyTransacted, RegDeleteKeyValue, RegDeleteTree, RegGetValue)
219         (RegLoadMUIString, RegOpenKeyTransacted, RegSetKeyValue)
220         (RegDeleteKeyEx, RegCopyTree, RegCreateKeyTransacted): ...for these.
221         (RegDeleteKeyEx, RegDeleteKeyExA, RegDeleteKeyExW): Fix regression;
222         all "4.x" branches specified these incorrectly, dependent on...
223         [_WIN32_WINNT >= _WIN32_WINNT_WIN2K]: ...this condition, whereas the
224         "legacy" branch, whence the "5.x" branches are propagated, correctly
225         required an alternative condition which is the equivalent of...
226         [_WIN32_WINNT >= _WIN32_WINNT_WS03]: ...this; revert it.
227
228 2017-12-20  Sebastián Puebla  <spuebla@users.sourceforge.net>
229
230         Update registry management API, per issue [#2262].
231
232         * include/winreg.h: Merge changes from 4.1-dev branch.
233         (REG_LATEST_FORMAT, REG_NO_COMPRESSION, REG_OPTION_BACKUP_RESTORE)
234         (REG_STANDARD_FORMAT, RRF_RT_ANY, RRF_RT_DWORD, RRF_RT_QWORD)
235         (RRF_RT_REG_BINARY, RRF_RT_REG_DWORD, RRF_RT_REG_EXPAND_SZ)
236         (RRF_RT_REG_MULTI_SZ, RRF_RT_REG_NONE, RRF_RT_REG_QWORD, RRF_RT_REG_SZ)
237         (RRF_NOEXPAND, RRF_SUBKEY_WOW6464KEY, RRF_SUBKEY_WOW6432KEY)
238         (RRF_ZEROONFAILURE): New manifest constants; define them.
239         (RegDisablePredefinedCache, RegOpenCurrentUser, RegOpenUserClassesRoot)
240         (RegOverridePredefKey): Add previously omitted function prototypes.
241         [_WIN32_WINNT >= _WIN32_WINNT_WINXP] (RegSaveKeyEx): Define...
242         [!defined UNICODE] (__AW): ...mapping it for SBCS/MBCS case, or...
243         [defined UNICODE] (__AW): ...for UTF-16LE case to either one of...
244         (RegSaveKeyExA, RegSaveKeyExW): ...these, respectively, and...
245         [_WIN32_WINNT >= _WIN32_WINNT_WINXP]: ...declare function prototypes.
246         [_WIN32_WINNT >= _WIN32_WINNT_WS03] (RegDisableReflectionKey)
247         (RegEnableReflectionKey, RegQueryReflectionKey): Declare prototypes.
248         [_WIN32_WINNT >= _WIN32_WINNT_VISTA] (RegCopyTreeA, RegCopyTreeW)
249         (RegCreateKeyTransactedA, RegCreateKeyTransactedW)
250         (RegDeleteKeyTransactedA, RegDeleteKeyTransactedW)
251         (RegDeleteKeyValueA, RegDeleteKeyValueW)
252         (RegDeleteTreeA, RegDeleteTreeW, RegDisablePredefinedCacheEx)
253         (RegGetValueA, RegGetValueW, RegLoadMUIStringA, RegLoadMUIStringW)
254         (RegOpenKeyTransactedA, RegOpenKeyTransactedW)
255         (RegSetKeyValueA, RegSetKeyValueW): Declare prototypes.
256         [_WIN32_WINNT >= _WIN32_WINNT_VISTA] (RegCopyTree)
257         (RegCreateKeyTransacted, RegDeleteKeyTransacted, RegDeleteKeyValue)
258         (RegDeleteTree, RegGetValue, RegLoadMUIString, RegOpenKeyTransacted)
259         (RegSetKeyValue): Define, mapping each to its respective function...
260         [!defined UNICODE] (__AW): ...for the SBCS/MBCS case, or...
261         [defined UNICODE] (__AW): ...for the UTF-16LE case.
262
263         * lib/kernel32.def (RegDeleteTreeA@8, RegDeleteTreeW@8)
264         (RegDisablePredefinedCacheEx@0, RegGetValueA@28, RegGetValueW@28)
265         (RegLoadMUIStringA@28, RegLoadMUIStringW@28, RegSaveKeyExA@16)
266         (RegSaveKeyExW@16): Remove them; relocate them to...
267         * lib/advapi32.def (RegDeleteTreeA@8, RegDeleteTreeW@8)
268         (RegDisablePredefinedCacheEx@0, RegGetValueA@28, RegGetValueW@28)
269         (RegLoadMUIStringA@28, RegLoadMUIStringW@28, RegSaveKeyExA@16)
270         (RegSaveKeyExW@16): ...their correct location, here.
271         (RegCopyTreeA@12, RegCopyTreeW@12, RegQueryReflectionKey@8)
272         (RegCreateKeyTransactedA@44, RegCreateKeyTransactedW@44)
273         (RegDeleteKeyTransactedA@24, RegDeleteKeyTransactedW@24)
274         (RegDeleteKeyValueA@12, RegDeleteKeyValueW@12)
275         (RegDisableReflectionKey@4, RegEnableReflectionKey@4)
276         (RegOpenKeyTransactedA@28, RegOpenKeyTransactedW@28)
277         (RegSetKeyValueA@24, RegSetKeyValueW@24): Add these.
278
279 2017-12-16  Keith Marshall  <keith@users.osdn.me>
280
281         Provide default definition for _WIN32_IE feature test macro.
282
283         * include/sdkddkver.h [!defined _WIN32_IE]: Define it, with...
284         (_WIN32_IE_IE50): ...this default value.
285
286         * include/commctrl.h (_WIN32_IE): Delete definition hint; it offered
287         a conflicting proposal for the default value.
288
289 2017-12-06  Keith Marshall  <keith@users.osdn.me>
290
291         Prepare and publish MinGW.org WSL-5.0.2 release.
292
293         * All files (wsl-5.0.2-release): Tag assigned.
294
295 2017-11-28  Keith Marshall  <keith@users.osdn.me>
296
297         Make <wsnetbs.h> header effectively self-contained.
298
299         * include/wsnetbs.h: Assert copyright; tidy layout; include
300         "_winsock.h", so making this header effectively self-contained, and
301         thus relieving the user of a responsibility for ensuring that some
302         other appropriate WinSock header has been included first.
303
304 2017-11-28  Keith Marshall  <keith@users.osdn.me>
305
306         Factor <winsock.h> duplicate content out of <winsock2.h>
307
308         * include/winsock2.h: Remove all declarations and definitions which
309         are identically specified in <winsock.h>, but keep them in scope by...
310         [! defined _WINSOCK_H]: ...including <winsock.h> itself; override any
311         declarations and definitions therefrom, which introduce conflicts.
312         [defined _WINSOCK_H]: Diagnose misuse; suppress all further
313         definitions and declarations.
314
315         * include/winsock.h (SOMAXCONN): Add comment; note disparity between
316         WinSock v1.1 and WinSock v2, the latter of which will override when
317         correctly included by <winsock2.h>
318
319 2017-11-24  Keith Marshall  <keith@users.osdn.me>
320
321         Make <winsock.h> and <winsock2.h> duplicate code congruent.
322
323         * include/winsock.h (SOMAXCONN): Move definition into...
324         [!__INSIDE_MSYS__]: ...this guarded scope.
325
326         * include/winsock2.h: Rearrange as necessary.
327         [_BEGIN_C_DECLS, _END_C_DECLS]: Keep them balanced.
328         (_USE_SYS_TYPES_FD_SET): Define and use, as in <winsock.h>
329         [!_WINSOCK_ANOMALOUS_TYPEDEFS] (FD_SET): Declare function, not type.
330         [!_WINSOCK_ANOMALOUS_TYPEDEFS] (PFD_SET, LPFD_SET): Suppress typedefs.
331         (FD_SET, FD_ISSET, FD_CLR, FD_ZERO): Reimplement, as in <winsock.h>
332         (FD_READ_BIT, FD_WRITE_BIT, FD_OOB_BIT, FD_ACCEPT_BIT)
333         (FD_CONNECT_BIT, FD_CLOSE_BIT, FD_QOS_BIT, FD_GROUP_QOS_BIT)
334         (FD_ROUTING_INTERFACE_CHANGE_BIT, FD_ADDRESS_LIST_CHANGE_BIT)
335         (FD_MAX_EVENTS): Enumerate them, as in <winsock.h>
336         [!(defined __INSIDE_CYGWIN__ || defined __INSIDE_MSYS__)]: Recast...
337         [!defined __INSIDE_MSYS__]: ...as this, throughout.
338         (gethostname): Update function prototype, adding...
339         (WINSOCK_API_LINKAGE): ...this DLL import control attribute.
340
341         * include/ws2spi.h: Tidy layout; assert copyright.
342         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
343         (LPFD_SET): Delete all type references; use...
344         (fd_set *): ...this instead.
345
346 2017-11-14  Keith Marshall  <keith@users.osdn.me>
347
348         Establish default selection for WinSock API declaration.
349
350         * include/windows.h include/nspapi.h: Include...
351         * include/_winsock.h: ...this new system private header; it selects...
352         [_WIN32_WINNT >= _WIN32_WINNT_NT4]: ...WinSock v2 API declarations, as
353         provided by conditional inclusion of <winsock2.h>, otherwise...
354         [_WIN32_WINNT < _WIN32_WINNT_NT4]: ...WinSock v1.1 API declarations,
355         as provided by inclusion of <winsock.h>
356
357         * tests/headers.at <_winsock.h>: Add reference.
358
359 2017-11-14  Keith Marshall  <keith@users.osdn.me>
360
361         Update gethostname() declaration; drop Cygwin specificity.
362
363         * include/winsock.h (gethostname): Declare unconditionally; add...
364         (WINSOCK_API_LINKAGE): ...this DLL import control attribute.
365         [!(defined __INSIDE_CYGWIN__ || defined __INSIDE_MSYS__)]: Recast...
366         [!defined __INSIDE_MSYS__]: ...as this, throughout.
367
368 2017-11-09  Keith Marshall  <keith@users.osdn.me>
369
370         Normalize fd_set event macros for <winsock2.h> compatibility.
371
372         * include/winsock.h (FD_READ, FD_WRITE, FD_OOB, FD_ACCEPT, FD_CONNECT)
373         (FD_CLOSE): Redefine them, deriving respective values as shifts by...
374         (FD_READ_BIT, FD_WRITE_BIT, FD_OOB_BIT, FD_ACCEPT_BIT, FD_CONNECT_BIT)
375         (FD_CLOSE_BIT): ...this new enumerated count sequence, applying each
376         count to a bit flag with value of 1, in each case respectively.
377         [_WINSOCK2_H]: Extend shift count enumeration, to include...
378         (FD_QOS_BIT, FD_GROUP_QOS_BIT, FD_ROUTING_INTERFACE_CHANGE_BIT)
379         (FD_ADDRESS_LIST_CHANGE_BIT): ...these additional counts; hence...
380         [_WINSOCK2_H] (FD_QOS, FD_GROUP_QOS, FD_ROUTING_INTERFACE_CHANGE)
381         [_WINSOCK2_H] (FD_ADDRESS_LIST_CHANGE): ...define each of these.
382         (FD_MAX_EVENTS): Define unconditionally; it represents a shift count
383         of 1 greater than the offset of the last defined flag; hence...
384         (FD_ALL_EVENTS): ...derive this mask for all event flags.
385
386 2017-11-09  Keith Marshall  <keith@users.osdn.me>
387
388         Filter potential WinSock v2 conflicts out of <winsock.h>
389
390         * include/winsock.h [_WINSOCK2_H] <mswsock.h>: Do not include it.
391         [_WINSOCK2_H] (IP_MULTICAST_IF, IP_MULTICAST_TTL, IP_MULTICAST_LOOP)
392         (IP_ADD_MEMBERSHIP, IP_DROP_MEMBERSHIP, IP_DEFAULT_MULTICAST_TTL)
393         (IP_DEFAULT_MULTICAST_LOOP, IP_MAX_MEMBERSHIPS, struct ip_mreq): Do
394         not define any of these; they are not compatible with WinSock v2.
395         [_WINSOCK2_H] (SOMAXCONN): Do not define it; it will be defined
396         appropiately in <winsock2.h>
397
398 2017-11-09  Keith Marshall  <keith@users.osdn.me>
399
400         Filter out <winsock.h> typedef anomalies.
401
402         * include/winsock.h (FD_SET, PFD_SET, LPFD_SET): If user defines...
403         [_WINSOCK_ANOMALOUS_TYPEDEFS]: ...this new feature test macro, expose
404         them as type definitions, but warn of potential conflict with...
405         [!_WINSOCK_ANOMALOUS_TYPEDEFS] (FD_SET): ...this POSIX.1 mandated
406         function; declare its prototype.
407
408 2017-11-08  Keith Marshall  <keith@users.osdn.me>
409
410         Overhaul WinSock fd_set content management macros.
411
412         * include/winsock.h (FD_SET, FD_ISSET, FD_CLR, FD_ZERO): Replace the
413         original implementations of each of these macros, redirecting to...
414         (__FD_SET, __FD_ISSET, __FD_CLR, __FD_ZERO): ...these new, equivalent
415         inline functions, respectively; these are more robust, and correct a
416         defect in the original FD_SET macro implementation, whereby duplicate
417         descriptors could be added to an fd_set array, but would not then be
418         removed by the corresponding FD_CLR macro.
419
420         * tests/winsock.at (MINGW_AT_CHECK_WINSOCK): Ensure that all test
421         programs are linked with -lwsock32 or -lws2_32, as appropriate; the
422         __FD_SET and __FD_ISSET functions are dependent on the __WSAFDIsSet()
423         function, which is implemented in each of these libraries.
424
425 2017-11-07  Keith Marshall  <keith@users.osdn.me>
426
427         Identify features which have been deprecated in WinSock v2.
428
429         * include/winsock.h (__WINSOCK2_DEPRECATED): Define as nothing.
430         * include/winsock2.h (__WINSOCK2_DEPRECATED): Define as equivalent...
431         (__MINGW_ATTRIB_DEPRECATED): ...to this.
432
433         * include/winsock.h include/winsock2.h: Qualify...
434         (WSAIsBlocking, WSAUnhookBlockingHook, WSASetBlockingHook)
435         (WSACancelBlockingCall): ...each of these function prototypes, with...
436         (__WINSOCK2_DEPRECATED): ...this attribute.
437
438 2017-11-07  Keith Marshall  <keith@users.osdn.me>
439
440         Adopt system naming convention for USE_SYS_TYPES_FD_SET macro.
441
442         * include/winsock.h (USE_SYS_TYPES_FD_SET): Deprecate it; use...
443         (_USE_SYS_TYPES_FD_SET): ...this alternative; it is named to conform
444         with preferred convention for system feature test macros.
445
446 2017-11-06  Keith Marshall  <keithmarshall@users.sourceforge.net>
447
448         Use WINSOCK_API_LINKAGE consistently in WinSock headers.
449
450         * include/winsock.h (WINSOCK_API_LINKAGE): Define, and prefix to...
451         (accept, bind, closesocket, connect, ioctlsocket, inet_addr, inet_ntoa)
452         (getpeername, getsockname, getsockopt, listen, recv, recvfrom, send)
453         (sendto, setsockopt, shutdown, socket, gethostbyaddr, gethostbyname)
454         (getservbyport, getservbyname, getprotobynumber, getprotobyname)
455         (WSAStartup, WSACleanup, WSASetLastError, WSAGetLastError)
456         (WSAIsBlocking, WSAUnhookBlockingHook, WSASetBlockingHook)
457         (WSACancelBlockingCall, WSAAsyncGetServByName, WSAAsyncGetServByPort)
458         (WSAAsyncGetProtoByName, WSAAsyncGetProtoByNumber, WSAAsyncSelect)
459         (WSAAsyncGetHostByName, WSAAsyncGetHostByAddr, WSACancelAsyncRequest)
460         (htonl, ntohl, htons, ntohs, select): ...these function prototypes.
461
462         * include/winsock2.h (WINSOCK_API_LINKAGE): Remove it from...
463         (LPFN_WSASTARTUP): ...this typedef; it is inappropriate.
464
465 2017-10-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
466
467         Refactor <wtypes.h> vs. <nspapi.h> and WinSock headers.
468
469         * include/wtypes.h: Tidy layout; assert copyright.
470         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
471         [__NSPAPI_H_SOURCED__]: Restrict exposure of declared content to...
472         [!__BLOB_DATA_TYPE_DEFINED] (BLOB, PBLOB, LPBLOB): ...these; define...
473         (__BLOB_DATA_TYPE_DEFINED__): ...this internal guard; it renames...
474         (__BLOB_T_DEFINED): ...this; do not define...
475         (_WTYPES_H): ...this external guard.
476
477         * include/nspapi.h: Tidy layout; assert copyright.
478         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
479         (__CSADDR_T_DEFINED): Do not define; it is no longer required.
480         [__WINSOCK2_H_SOURCED__]: Restrict exposure of declared content to...
481         (struct _CSADDR_INFO): ...this, as an incomplete type, along with...
482         (CSADDR_INFO, PCSADDR_INFO, LPCSADDR_INFO): ...these typedefs; also...
483         (SOCKET_ADDRESS, PSOCKET_ADDRESS, LPSOCKET_ADDRESS): ...define fully.
484         [__WINSOCK2_H_SOURCED__] (_NSPAPI_H): Do not define external guard.
485         [!__WINSOCK2_H_SOURCED__] (struct _CSADDR_INFO): Define fully.
486         (__BLOB_T_DEFINED, BLOB, PBLOB, LPBLOB): Do not define; instead...
487         (__NSPAPI_H_SOURCED__): ...define this, temporarily; include wtypes.h
488         [!__WINSOCK2_H_SOURCED__ && _WIN32_WINNT >= WIN2K]: Include winsock2.h
489         [!__WINSOCK2_H_SOURCED__ && _WIN32_WINNT < WIN2K]: Include winsock.h
490         [UNICODE vs. !UNICODE]: Discriminate generic symbol names, using...
491         (__AW_SUFFIXED__): ...this, to facilitate definition of each of...
492         (SetService, GetAddressByName, _SERVICE_INFO): ...these, and...
493         (__AW_ALIAS__): ...this, for definition of each of...
494         (SERVICE_INFO, LPSERVICE_INFO): ...these.
495
496         * include/winsock2.h (__WINSOCK2_H_SOURCED__): Define it temporarily.
497         (__CSADDR_T_DEFINED, struct _CSADDR_INFO, CSADDR_INFO, PCSADDR_INFO)
498         (LPCSADDR_INFO, __BLOB_T_DEFINED, BLOB, PBLOB, LPBLOB): Do not define;
499         include nspapi.h selectively, to acquire them.
500
501 2017-09-23  Keith Marshall  <keithmarshall@users.sourceforge.net>
502
503         Factor <winerror.h> duplicate content out of winsock headers.
504
505         * include/winsock.h include/winsock2.h [!defined WSABASEERR]: Delete
506         conditional block, and all of its content; selectively include...
507         * include/winerror.h [__WINSOCK_H_SOURCED__]: ...this instead.
508         [__WINSOCK_H_SOURCED__] (_WINERROR_H): Do not define it.
509         (__WINSOCK_V1_ERRORS__, __WINSOCK_V2_ERRORS__): New temporary macros;
510         define them, to segregate WSA error messages applicable to WinSock v2
511         only, from those applicable to both WinSock v1.1 and WinSock v2.
512         (__WSA_ERRNO): New macro; use it to redefine all WSA specific error
513         codes, except WSABASEERR, relative to WSABASEERR itself.
514
515 2017-09-15  Keith Marshall  <keithmarshall@users.sourceforge.net>
516
517         Factor <sys/time.h> duplicate content out of winsock headers.
518
519         * include/winsock.h include/winsock2.h [_TIMEVAL_DEFINED]: Delete
520         conditional block, and all its content; include <sys/time.h> instead.
521         (__WINSOCK_H_SOURCED__): New macro; define it temporarily, only while
522         processing this header, such that only selected content from other
523         internally referenced headers is exposed.
524
525 2017-09-09  Keith Marshall  <keithmarshall@users.sourceforge.net>
526
527         Source BSD non-standard type definitions from mingwrt header.
528
529         * include/winsock.h include/winsock2.h [_BSDTYPES_DEFINED]: Delete
530         conditional block, and its entire type definition content; include...
531         * include/sys/bsdtypes.h: ...this common file instead; it defines...
532         (u_char, u_int, u_long, u_short): ...these non-standard data types.
533
534 2017-09-07  Keith Marshall  <keithmarshall@users.sourceforge.net>
535
536         Correct misuse of __INSIDE_MSYS__ feature test.
537
538         * include/winsock2.h [!__INSIDE_MSYS__]: One of several instances
539         omits "defined" operator; it should be expressed consistently as...
540         [! defined __INSIDE_MSYS__]: ...this; correct it.
541
542 2017-09-07  Keith Marshall  <keithmarshall@users.sourceforge.net>
543
544         Prepare for <winsock.h> vs. <winsock2.h> refactoring.
545
546         * include/winsock.h: Tidy layout; assert copyright.
547         (_BEGIN_C_DECLS, _END_C_DECLS): Use them to avoid C++ name mangling.
548
549         * include/winsock2.h: Assert copyright; tidy layout, ensuring that all
550         sections, which are common with <winsock.h>, are laid out congruently.
551         (_BEGIN_C_DECLS, _END_C_DECLS): Use them to avoid C++ name mangling.
552         (SD_RECEIVE, SD_SEND, SD_BOTH): Delete duplicate constant definitions.
553         (SO_DONTLINGER, MSG_MAXIOVLEN): Likewise, delete duplicate definitions.
554         (__AW_ALIAS__, __AW_SUFFIXED__): Use them, to avoid reproduction of...
555         [UNICODE]: ...alternative typedefs, and function name aliases...
556         [!UNICODE]: ...versus this case.
557
558 2017-08-28  Keith Marshall  <keithmarshall@users.sourceforge.net>
559
560         Resolve secondary issue arising from MinGW-Bug [#2350]
561
562         * include/winuser.h (GetTitleBarInfo)
563         [_WIN32_WINDOWS >= _WIN32_WINDOWS_98]: Remove exposure restriction;
564         it conflicted with current MSDN documentation, so now falls within...
565         [_WIN32_WINNT >= Win2K || _WIN32_WINDOWS >= Win98]: ...this.
566
567 2017-08-28  Keith Marshall  <keithmarshall@users.sourceforge.net>
568
569         Resolve MinGW-Bug [#2350]
570
571         * include/winuser.h (GetTitleBarInfo): Move prototype after...
572         (PTITLEBARINFO): ...this type definition; it is used as a function
573         argument type, so must be defined beforehand.
574
575 2017-08-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
576
577         Extend testsuite to cover winsock fd_set macro operations.
578
579         * tests/winsock.at: New file; it implements appropriate tests, and
580         enables use of "-k winsock", "-k winsock2", and "-k fd_set" autotest
581         keywords to invoke them, (e.g. make check TESTSUITEFLAGS='-k fd_set').
582
583         * tests/testsuite.at.in (winsock.at): Integrate it.
584         (MINGW_AT_CHECK_RUN): Accept a variant list of libraries when linking.
585         (MINGW_AT_LINK_LIBS_DEFAULT): New macro; it establishes the initial
586         default list of libraries, or resets the list to this initial default.
587         (MINGW_AT_LINK_LIBS): New macro; it establishes an augmented list of
588         library specifications, to be used until subsequently reset.
589
590 2017-07-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
591
592         Prepare and tag for release of MinGW.org WSL-5.0.1
593
594         * All files (wsl-5.0.1-release): Tag assigned.
595
596 2017-07-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
597
598         Automate testsuite dependency generation.
599
600         * tests/Makefile.in (testsuite) [$srcdir/*.at]: Automatically
601         enumerate all such wildcard matches as prerequisites, instead of...
602         (headers.at): ...this sole explicit dependency.
603
604 2017-06-20  Keith Marshall  <keithmarshall@users.sourceforge.net>
605
606         Make <winnt.h> header effectively self-contained.
607
608         * include/winnt.h (_WINNT_H): Defer definition unless included via...
609         (windef.h): ...this; include it, to enforce inclusion order, then...
610         [_WINNT_H]: ...re-evaluate it, to avoid recursive inclusion loop.
611
612 2017-06-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
613
614         Consolidate <winuser.h> version specific conditionals.
615
616         * include/winuser.h: Reorganize file content; group manifest constant
617         definitions into one nested collection of conditional blocks, with one
618         block per Windows version evolution; do likewise for type definitions
619         and function prototypes which are always exposed, and separately...
620         [! defined NOGDI]: ...for those which may be suppressed, when GDI
621         support is not required.
622
623 2017-06-06  Keith Marshall  <keithmarshall@users.sourceforge.net>
624
625         Make <winuser.h> header effectively self-contained.
626
627         * include/winuser.h (stdarg.h): Include it, in addition to...
628         [NOGDI] (windef.h): ...this, directly or otherwise indirectly via...
629         [!NOGDI] (wingdi.h): ...this, for effective self-containment.
630
631 2017-06-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
632
633         Consolidate <wingdi.h> version specific conditionals.
634
635         * include/wingdi.h: Reorganize file content; group manifest constant
636         definitions into a single nested collection of conditional blocks, for
637         those definitions which are common to both Win9x and WinNT, with one
638         block per Windows version evolution, sorting alphabetically within
639         each block; do likewise for additional manifest constant definitions
640         which are specific to WinNT, and also for data type definitions and
641         function prototypes.
642
643 2017-06-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
644
645         Tidy, and make <wingdi.h> header effectively self-contained.
646
647         * include/wingdi.h: Tidy layout; assert copyright.
648         (windef.h): Include it; this achieves self-containment.
649         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them.
650         [UNICODE vs. !UNICODE]: Discriminate generic symbol names, using...
651         (__AW_ALIAS__): ...this, when defining each of...
652         (DEVMODE, PDEVMODE, LPDEVMODE, DOCINFO, LPDOCINFO, LOGCOLORSPACE)
653         (LOGFONT, PLOGFONT, LPLOGFONT, EXTLOGFONT, PEXTLOGFONT, LPEXTLOGFONT)
654         (LPLOGCOLORSPACE, TEXTMETRIC, PTEXTMETRIC, LPTEXTMETRIC, GCP_RESULTS)
655         (PPOLYTEXT, LPPOLYTEXT, NEWTEXTMETRIC, PNEWTEXTMETRIC, LPNEWTEXTMETRIC)
656         (LPENUMLOGFONTEX, ENUMLOGFONTEXDV, PENUMLOGFONTEXDV, LPENUMLOGFONTEXDV)
657         (OUTLINETEXTMETRIC, POUTLINETEXTMETRIC, LPOUTLINETEXTMETRIC, POLYTEXT)
658         (LPGCP_RESULTS, DISPLAY_DEVICE, PDISPLAY_DEVICE, LPDISPLAY_DEVICE)
659         (NEWTEXTMETRICEX, ENUMLOGFONT, LPENUMLOGFONT, ENUMLOGFONTEX): ...these.
660         (__AW_SUFFIXED__): Similarly, use this when declaring each of...
661         (FONTENUMPROC, ICMENUMPROC, AddFontResource, AddFontResourceEx,
662         (CopyEnhMetaFile, CopyMetaFile, CreateColorSpace, CreateEnhMetaFile)
663         (CreateDC, CreateFont, CreateFontIndirect, CreateIC, CreateMetaFile)
664         (CreateScalableFontResource, DeviceCapabilities, EnumFontFamilies)
665         (EnumFontFamiliesEx, EnumFonts, EnumICMProfiles, ExtTextOut)
666         (GetCharABCWidths, GetCharABCWidthsFloat, GetCharacterPlacement)
667         (GetCharWidth32, GetCharWidth, GetCharWidthFloat, GetEnhMetaFile)
668         (GetEnhMetaFileDescription, GetGlyphOutline, GetICMProfile)
669         (GetKerningPairs, GetLogColorSpace, GetMetaFile, GetObject)
670         (GetOutlineTextMetrics, GetTextExtentExPoint, GetTextExtentPoint)
671         (GetTextExtentPoint32, GetTextFace, GetTextMetrics, PolyTextOut,
672         (RemoveFontResource, RemoveFontResourceEx, ResetDC, SetICMProfile)
673         (StartDoc, TextOut, UpdateICMRegKey, wglUseFontBitmaps)
674         (wglUseFontOutlines, GetGlyphIndices): ...these.
675
676 2017-05-31  Keith Marshall  <keithmarshall@users.sourceforge.net>
677
678         Declare CONDITION_VARIABLE API, per feature request [#2314]
679
680         * include/winbase.h [_WIN32_WINNT >= _WIN32_WINNT_VISTA]
681         (CONDITION_VARIABLE, PCONDITION_VARIABLE): Define data types, and...
682         (InitializeConditionVariable, SleepConditionVariableCS)
683         (SleepConditionVariableSRW, WakeAllConditionVariable)
684         (WakeConditionVariable): ...declare prototypes.
685
686 2017-05-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
687
688         Declare SRWLOCK API, to support feature request [#2314]
689
690         * include/winbase.h [_WIN32_WINNT >= _WIN32_WINNT_VISTA]
691         (SRWLOCK, *PSRWLOCK): Define these data types, and declare...
692         (InitializeSRWLock, AcquireSRWLockExclusive, AcquireSRWLockShared)
693         (ReleaseSRWLockExclusive, ReleaseSRWLockShared): ...these prototypes.
694         [_WIN32_WINNT >= _WIN32_WINNT_WIN7] (TryAcquireSRWLockExclusive)
695         (TryAcquireSRWLockShared): Declare additional prototypes.
696
697 2017-03-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
698
699         Resolve potential <winbase.h> vs. <winerror.h> inconsistency.
700
701         * include/winerror.h: Tidy layout; assert copyright.
702
703         * include/winbase.h (WAIT_TIMEOUT): Redefine; make it identical to...
704         * include/winerror.h (WAIT_TIMEOUT): ...this equivalent; remove...
705         [!defined WAIT_TIMEOUT]: ...this conditional redefinition guard from
706         both locations; it permitted inconsistency between the two.
707
708 2017-03-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
709
710         Consolidate <winbase.h> version specific conditionals.
711
712         * include/winbase.h: Reorganize file content; group manifest constant
713         definitions into one nested collection of conditional blocks, with one
714         block per Windows version evolution, sorting alphabetically within each
715         block; do likewise for data type definitions and function prototypes.
716
717 2017-03-20  Keith Marshall  <keithmarshall@users.sourceforge.net>
718
719         Tidy, and make <winbase.h> header effectively self-contained.
720
721         * include/w32api.h (__AW_ALIAS__): Rename original implementation...
722         (__AW_ALIAS_EX__): ...as this, retaining its encapsulation of...
723         (__AW_EXTENDED__): ...this; subsequently reimplement...
724         (__AW_ALIAS__): ...this, with original name, now encapsulating...
725         (__AW_SUFFIXED__): ...this.
726
727         * include/dbt.h (__AW_ALIAS__): Replace all references with...
728         (__AW_ALIAS_EX__): ...this renamed alternative, when defining...
729         (DEV_BROADCAST_DEVICEINTERFACE, PDEV_BROADCAST_DEVICEINTERFACE)
730         (DEV_BROADCAST_PORT, PDEV_BROADCAST_PORT): ...these.
731
732         * include/winbase.h: Tidy layout; assert copyright.
733         (stdarg.h, windef.h): Include them, to achieve self-containment.
734         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
735         [UNICODE vs. ! UNICODE]: Replace separated declarations; use...
736         [__AW_ALIAS__]: ...this, to correctly specify each of...
737         (STARTUPINFO, LPSTARTUPINFO, WIN32_FIND_DATA, PWIN32_FIND_DATA)
738         (LPWIN32_FIND_DATA, HW_PROFILE_INFO, LPHW_PROFILE_INFO, ACTCTX)
739         (PACTCTX, PCACTCTX): ...these generic typedefs, and...
740         [__AW_SUFFIXED__]: ...this, to correctly map each of...
741         (ENUMRESLANGPROC, ENUMRESNAMEPROC, ENUMRESTYPEPROC, AddAtom)
742         (AccessCheckAndAuditAlarm, BackupEventLog, BeginUpdateResource)
743         (BuildCommDCB, BuildCommDCBAndTimeouts, CheckNameLegalDOS8Dot3)
744         (CallNamedPipe, ClearEventLog, CommConfigDialog, CopyFile, CopyFileEx)
745         (CreateActCtx, CreateDirectory, CreateDirectoryEx, CreateEvent)
746         (CreateFile, CreateFileMapping, CreateHardLink, CreateJobObject)
747         (CreateMailslot, CreateMutex, CreateNamedPipe, CreateProcess)
748         (CreateProcessAsUser, CreateSemaphore, CreateSymbolicLink)
749         (CreateWaitableTimer, DefineDosDevice, DeleteFile, EncryptFile)
750         (DeleteVolumeMountPoint, DnsHostnameToComputerName, EndUpdateResource)
751         (EnumResourceLanguages, EnumResourceNames, EnumResourceTypes)
752         (ExpandEnvironmentStrings, FatalAppExit, FileEncryptionStatus)
753         (FindActCtxSectionString, FindAtom, FindFirstChangeNotification)
754         (FindFirstFile, FindFirstFileEx, FindFirstVolume, FindNextFile)
755         (FindFirstVolumeMountPoint, FindNextVolume, FindNextVolumeMountPoint)
756         (FindResource, FindResourceEx, FormatMessage, FreeEnvironmentStrings)
757         (GetAtomName, GetBinaryType, GetCommandLine, GetCompressedFileSize)
758         (GetComputerName, GetComputerNameEx, GetCurrentDirectory)
759         (GetDefaultCommConfig, GetDiskFreeSpace, GetDiskFreeSpaceEx)
760         (GetDllDirectory, GetDriveType, GetEnvironmentStrings)
761         (GetEnvironmentVariable, GetFileAttributes, GetFileAttributesEx)
762         (GetFileSecurity, GetFinalPathNameByHandle, GetFullPathName)
763         (GetLogicalDriveStrings, GetLongPathName, GetModuleFileName)
764         (GetModuleHandle, GetModuleHandleEx, GetNamedPipeHandleState)
765         (GetPrivateProfileInt, GetPrivateProfileSection)
766         (GetPrivateProfileSectionNames, GetPrivateProfileString)
767         (GetPrivateProfileStruct, GetProfileInt, GetProfileSection)
768         (GetProfileString, GetShortPathName, GetStartupInfo)
769         (GetSystemDirectory, GetSystemWindowsDirectory, GetTempFileName)
770         (GetSystemWow64Directory, GetTempPath, GetUserName, GetVersionEx)
771         (GetVolumeInformation, GetVolumeNameForVolumeMountPoint)
772         (GetVolumePathName, GetVolumePathNamesForVolumeName, GlobalAddAtom)
773         (GetWindowsDirectory, GlobalFindAtom, GlobalGetAtomName)
774         (IsBadStringPtr, LoadLibrary, LoadLibraryEx, LogonUser)
775         (LookupAccountName, LookupAccountSid, LookupPrivilegeDisplayName)
776         (LookupPrivilegeName, LookupPrivilegeValue, lstrcat, lstrcmp)
777         (lstrcmpi, lstrcpy, lstrcpyn, lstrlen, MoveFile, MoveFileEx)
778         (MoveFileWithProgress, ObjectCloseAuditAlarm, ObjectDeleteAuditAlarm)
779         (ObjectOpenAuditAlarm, ObjectPrivilegeAuditAlarm, OpenBackupEventLog)
780         (OpenEvent, OpenEventLog, OpenFileMapping, OpenMutex, OpenSemaphore)
781         (OutputDebugString, PrivilegedServiceAuditAlarm, QueryDosDevice)
782         (ReadEventLog, RegisterEventSource, RemoveDirectory, ReplaceFile)
783         (ReportEvent, SearchPath, SetComputerName, SetCurrentDirectory)
784         (SetDefaultCommConfig, SetDllDirectory, SetEnvironmentVariable)
785         (SetFileAttributes, SetFileSecurity, SetFileShortName, SetVolumeLabel)
786         (SetFirmwareEnvironmentVariable, SetVolumeMountPoint, UpdateResource)
787         (VerifyVersionInfo, WaitNamedPipe, WritePrivateProfileSection)
788         (WritePrivateProfileString, WritePrivateProfileStruct)
789         (WriteProfileSection, WriteProfileString): ...these, and add...
790         (GetCurrentHwProfile, OpenWaitableTimer, SetComputerNameEx)
791         (GetFirmwareEnvironmentVariable): ...these previously missing generic
792         function name aliases.
793
794 2017-03-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
795
796         Refactor mingwrt and w32api common makefile content.
797
798         * Makefile.in (w32api-srcdist-config-files): Rename it...
799         (w32api-srcdist-common-files): ...as this phoney build rule.
800         (shared_include_file): New macro; define it, and include named file.
801         (configure, config.status, Makefile, config.status.missing, _mingw.h)
802         (w32api.h, PACKAGE_VERSION_SCRIPT, PACKAGE_VERSION_FORMAT): Factor
803         out; relocate them to new file in common parent directory...
804         * ../Makefile.comm: ...here.
805
806 2017-03-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
807
808         Correct a copyright notice update omission.
809
810         * configure.ac: Extend copyright date range to include 2017.  Also
811         clean up superfluous trailing whitespace.
812
813 2017-03-09  Keith Marshall  <keithmarshall@users.sourceforge.net>
814
815         Fix generated header file dependencies.
816
817         * Makefile.in (_mingw.h, w32api): Make them depend on changes in...
818         [VERSION.m4]: ...this; package version changes are no longer made...
819         [configure.ac]: ...here; delete associated prerequisite reference.
820         (distclean-local): Delete them.
821
822 2017-03-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
823
824         Prepare and tag for release of w32api-5.0 package set.
825
826         * All files (wsl-5.0-release): Tag assigned.
827
828 2017-02-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
829
830         Implement basic test suite infrastructure.
831
832         * tests: New subdirectory; it hosts...
833         * tests/Makefile.in tests/testsuite.at.in tests/atlocal.in
834         * tests/headers.at: ...these new files; they implement the basic test
835         suite infrastructure, initially comprising header integrity checks.
836
837         * configure.ac (AC_PROG_CXX): Check it.
838         (AC_CONFIG_TESTDIR): Configure tests subdirectory.
839         (AC_CHECK_PROG): Check for autom4te; configure fall back if missing.
840         (AC_CONFIG_FILES): Generate tests/atlocal, tests/testsuite.at.tmp, and
841         tests/Makefile.
842
843         * Makefile.in (check test tests): New rules; all are synonymous.
844         (check-recursive): New rule; invoked by each of the preceding three.
845         (w32api-srcdist-testsuite-files): New rule; implement and use it...
846         (w32api-srcdist-files): ...here.
847
848 2017-02-14  Alexander Krisak  <akrisak@users.sourceforge.net>
849
850         Add missing constant definition, per issue [#2249].
851
852         * include/winnt.h (JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE): Define it.
853
854 2017-02-10  Keith Marshall  <keithmarshall@users.sourceforge.net>
855
856         Avoid unnecessary duplication of configuration files.
857
858         * Makefile.in (vpath install-sh): Define it; it matches...
859         (vpath %.m4): ...this; add $top_srcdir/..; search it first; delete
860         rule for creating duplicate file reference links in $top_srcdir.
861         (configure): Add '-I ..' option, when running autoconf.
862         (w32api-srcdist-files): Rename it as...
863         (w32api-srcdist-package-files): ...this; remove dependencies on...
864         (aclocal.m4 VERSION.m4 install-sh): ...these; reinstate them in...
865         (w32api-srcdist-config-files): ...this new distributable files
866         enumeration goal; add it as one new prerequisite of...
867         (w32api-srcdist-files): ...this repurposed goal; also depends on...
868         (w32api-srcdist-package-files): ...this; populate it using...
869         (SRCDIST_ADD): ...this macro; redefine it accordingly.
870
871 2016-12-08  Jerzy Tarasiuk  <jz_fuw@users.sourceforge.net>
872
873         Correct typo in <ddk/ntdddisk.h>; fix bug [#2323]
874
875         * include/ddk/ntdddisk.h (IOCTL_DISK_BASE): Correct definition;
876         it was previously transcribed incorrectly, as being equivalent to...
877         (FILE_TYPE_DISK): ...this, but it should have been equivalent to...
878         (FILE_DEVICE_DISK): ...this.
879
880 2016-12-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
881
882         Rationalize <winuser.h> ANSI vs. UNICODE definition strategy.
883
884         * include/winuser.h [UNICODE, !UNICODE]: Replace individual pairs of
885         alternative generic symbol mapping definitions, and typedefs, with...
886         (__AW_SUFFIXED__): ...one such macro expansion per pair; collate with
887         their respective ANSI and UNICODE specific references.
888
889 2016-11-26  Keith Marshall  <keithmarshall@users.sourceforge.net>
890
891         Deprecate obsolete <winable.h> and <pbt.h> headers.
892
893         * Makefile.in (%.h.in): Generalize vpath definition.
894         (obsolete_headers, obsolete_header_script, w32api_dist_headers)
895         (w32api_generated_headers, replace_headers, macro_name): New macros.
896         (install-w32api-headers): Add dependency on w32api_dist_headers.
897         (%.h): New static pattern rule; it generates generic dependants of...
898         * include/obsolete.h.in: ...this new template for obsolete headers.
899
900         * include/winable.h include/pbt.h: Delete them; they are obsolete;
901         replace them by install-time generated generic stubs.
902
903 2016-11-25  Keith Marshall  <keithmarshall@users.sourceforge.net>
904
905         Update <winuser.h> and <dbt.h>; fix issue [#2317].
906
907         * include/winuser.h: Tidy layout; add copyright notice.
908         [WINVER, _WIN32_WINDOWS, _WIN32_WINNT]: Compare them symbolically.
909         (__WINUSER_H_SOURCED__): New internal macro; define it, to facilitate
910         selective inclusion of content from other headers; delete when done.
911         (BSM_ALLCOMPONENTS, BSF_ALLOWSFW, BSM_APPLICATIONS, BSM_ALLDESKTOPS)
912         (BSM_INSTALLABLEDRIVERS, BSM_NETDRIVER, BSM_VXDS, BSF_FLUSHDISK)
913         (BSF_FORCEIFHUNG, BSF_IGNORECURRENTTASK, BSF_LUID, BSF_NOHANG)
914         (BSF_NOTIMEOUTIFNOTHUNG, BSF_POSTMESSAGE, BSF_QUERY, BSF_RETURNHDESK)
915         (BSF_SENDNOTIFYMESSAGE): Delete; do not define them locally; retrieve
916         them selectively from <dbt.h>, where they are properly defined.
917         [WINVER >= WIN2K/WIN98] (BlockInput): Add missing declaration.
918         (KillTimer, TIMERPROC): Declare timer event parameters as UINT_PTR;
919         formerly UINT, which doesn't match 64-bit size required for Win64.
920         (SetTimer): Likewise; also declare similar return type.
921         (WINEVENTPROC): Add missing CALLBACK attribute.
922         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
923
924         * include/w32api.h (__AW_ALIAS__): New macro; define it.
925         * include/sdkddkver.h (_WIN32_WINNT_NT4SP3): New macro; define it.
926
927         * include/dbt.h: Tidy layout; add copyright notice.
928         (_BEGIN_C_DECLS, _END_C_DECLS): Also prefer them here.
929         [__WINUSER_H_SOURCED__] (_DBT_H): Do not define; expose only...
930         (BSM_ALLCOMPONENTS, BSF_ALLOWSFW, BSM_APPLICATIONS, BSM_ALLDESKTOPS)
931         (BSM_INSTALLABLEDRIVERS, BSM_NETDRIVER, BSM_VXDS, BSF_FLUSHDISK)
932         (BSF_FORCEIFHUNG, BSF_IGNORECURRENTTASK, BSF_LUID, BSF_NOHANG)
933         (BSF_NOTIMEOUTIFNOTHUNG, BSF_POSTMESSAGE, BSF_QUERY, BSF_RETURNHDESK)
934         (BSF_SENDNOTIFYMESSAGE): ...these, to be duplicated in <winuser.h>
935         (__AW_ALIAS__): Use it to define ANSI/UNICODE specific aliases for...
936         (DEV_BROADCAST_PORT, DEV_BROADCAST_DEVICEINTERFACE): ...these generic
937         structure typedef names, and their respectively corresponding...
938         (PDEV_BROADCAST_PORT, PDEV_BROADCAST_DEVICEINTERFACE): ...pointer
939         type names.
940
941 2016-09-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
942
943         Fix a minor ISO-C++11 conformity issue.
944
945         * include/winnt.h (GetCurrentFiber): Insert spaces, as required
946         by ISO-C++11, between concatenated string literal elements.
947         (GetFiberData, NtCurrentTeb): Likewise.
948
949 2016-08-01  Keith Marshall  <keithmarshall@users.sourceforge.net>
950
951         Merge w32api-3.18.1 legacy updates to 5.0-active branch.
952
953         * include/ddk/winddk.h: Update per issue [#2307] resolution.
954         * include/ddk/ntdddisk.h include/ddk/ntddstor.h: Likewise.
955
956 2016-07-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
957
958         Prepare and tag all files for release of w32api-3.18.1
959
960         * configure.ac (AC_INIT): Increment patch level to 3.18.1
961
962 2016-07-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
963
964         Resolve improper macro expansion issue [#2307].
965
966         * include/ddk/winddk.h (__FILE_AM_BUFFERED, __FILE_RD_BUFFERED)
967         (__FILE_RW_BUFFERED): Redefine, encapsulating the expansion of each
968         dependent macro WITHIN the expansion of each of these; hence...
969
970         * include/ddk/ntdddisk.h (IOCTL_DISK_GET_DRIVE_GEOMETRY)
971         (IOCTL_DISK_FORMAT_TRACKS_EX, IOCTL_DISK_REASSIGN_BLOCKS)
972         (IOCTL_DISK_GET_MEDIA_TYPES, IOCTL_DISK_CONTROLLER_NUMBER)
973         (IOCTL_DISK_GET_DRIVE_LAYOUT, IOCTL_DISK_SET_DRIVE_LAYOUT)
974         (IOCTL_DISK_GET_PARTITION_INFO, IOCTL_DISK_SET_PARTITION_INFO)
975         (IOCTL_DISK_GET_DRIVE_GEOMETRY_EX, IOCTL_DISK_UPDATE_DRIVE_SIZE)
976         (IOCTL_DISK_VERIFY, IOCTL_DISK_FORMAT_TRACKS, IOCTL_DISK_PERFORMANCE)
977         (IOCTL_DISK_CREATE_DISK, IOCTL_DISK_RESERVE, IOCTL_DISK_IS_WRITABLE)
978         (IOCTL_DISK_GET_PARTITION_INFO_EX, IOCTL_DISK_SET_PARTITION_INFO_EX)
979         (IOCTL_DISK_GET_CACHE_INFORMATION, IOCTL_DISK_SET_CACHE_INFORMATION)
980         (IOCTL_DISK_INTERNAL_SET_VERIFY, IOCTL_DISK_INTERNAL_CLEAR_VERIFY)
981         (IOCTL_DISK_GET_DRIVE_LAYOUT_EX, IOCTL_DISK_SET_DRIVE_LAYOUT_EX)
982         (IOCTL_DISK_GROW_PARTITION, IOCTL_DISK_DELETE_DRIVE_LAYOUT)
983         (IOCTL_DISK_GET_LENGTH_INFO, IOCTL_DISK_PERFORMANCE_OFF)
984         (IOCTL_DISK_CHECK_VERIFY, IOCTL_DISK_FIND_NEW_DEVICES)
985         (SMART_GET_VERSION, SMART_RCV_DRIVE_DATA, SMART_SEND_DRIVE_COMMAND):
986         ...adjust these dependent macro definitions accordingly.
987
988         * include/ddk/ntddstor.h (IOCTL_STORAGE_CHECK_VERIFY)
989         (IOCTL_STORAGE_CHECK_VERIFY2, IOCTL_STORAGE_MEDIA_REMOVAL)
990         (IOCTL_STORAGE_EJECTION_CONTROL, IOCTL_STORAGE_MCN_CONTROL)
991         (IOCTL_STORAGE_GET_DEVICE_NUMBER, IOCTL_STORAGE_PREDICT_FAILURE)
992         (IOCTL_STORAGE_GET_MEDIA_TYPES, IOCTL_STORAGE_GET_MEDIA_TYPES_EX)
993         (IOCTL_STORAGE_GET_MEDIA_SERIAL_NUMBER, IOCTL_STORAGE_QUERY_PROPERTY)
994         (IOCTL_STORAGE_RELEASE, IOCTL_STORAGE_FIND_NEW_DEVICES)
995         (IOCTL_STORAGE_RESET_BUS, IOCTL_STORAGE_RESET_DEVICE)
996         (IOCTL_STORAGE_EJECT_MEDIA, IOCTL_STORAGE_LOAD_MEDIA)
997         (IOCTL_STORAGE_LOAD_MEDIA2, IOCTL_STORAGE_RESERVE): Likewise.
998
999 2016-07-19  Keith Marshall  <keithmarshall@users.sourceforge.net>
1000
1001         Update install-sh to match mingw.org/build-aux package.
1002
1003         * install-sh: Delete it; use version in parent directory instead,
1004         recreating local copy, (as symlink, if supported), on demand.
1005
1006 2016-07-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
1007
1008         Eliminate redundant configuration files.
1009
1010         * aclocal.m4 VERSION.m4: Delete them; restore them on demand, via...
1011         * Makefile.in ($top_srcdir/../%): ...this symlink dependency rule.
1012
1013         * configure.ac (AC_PROG_LN_S): Add configuration check.
1014
1015 2016-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1016
1017         Discard redundant config.guess and config.sub files.
1018
1019         * config.guess config.sub: Delete them; they are no longer required.
1020         * Makefile.in (SRCDIST_ADD): Remove related references.
1021
1022 2016-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1023
1024         Merge recent legacy branch updates to 5.0-active branch.
1025
1026         * Makefile.in include/ddk/ntifs.h include/ddk/winddk.h
1027         * include/sdkddkver.h include/setupapi.h include/windows.h
1028         * include/winnt.h include/winuser.h include/winver.h
1029         * include/wtsapi32.h lib/wtsapi32.def: Updated.
1030
1031 2016-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1032
1033         Prepare and tag all files for release of w32api-3.18.
1034
1035 2016-07-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
1036
1037         Do not pass MAKEFLAGS explicitly, when invoking recursive make.
1038
1039         * Makefile.in (install-strip, uninstall): Delete explicit $(MAKEFLAGS)
1040         references from $(MAKE) command lines; make passes them implicitly.
1041
1042 2016-06-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
1043
1044         Backport MemoryBarrier() implementation from 4.0-dev branch.
1045
1046         * include/winnt.h (MemoryBarrier): Implement it; this is a rework of
1047         Earnie's original inline implementation, but declared 'static' to fix
1048         issue [#1661]; it is further modified, to avoid the broken pre-Vista
1049         fallback identified by issue [#2131], and to remove references to...
1050         (__faststorefence, __mf): ...these MSVC intrinsics, replaced by...
1051         [defined __ATOMIC_SEQ_CST] (__atomic_thread_fence): ...this, or...
1052         [GCC >= 4.4] (__sync_synchronize): ...this, as appropriate, falling
1053         back to inline assembly code when necessary.
1054
1055         * include/ddk/winddk.h (KeMemoryBarrier): Delegate it to...
1056         (MemoryBarrier): ...this, so avoiding the potential to emit invalid
1057         code, for hosts which do not support the SSE2 'mfence' instruction.
1058
1059 2016-06-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
1060
1061         Merge further W32API updates from Cygwin CVS.
1062         Incorporated selected changes from 2012-08-01 to 2012-08-04.
1063
1064         * include/setupapi.h include/winuser.h include/winver.h
1065         * include/wtsapi32.h lib/wtsapi32.def: Merged and updated.
1066
1067 2016-06-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
1068
1069         Update mapping of GCC to MSVC host identification macros.
1070
1071         * include/windows.h: Assert copyright; tidy layout.
1072         (_M_IX86, _ALPHA_, _PPC_, _MIPS_, _68K_): Delete duplicate defines.
1073         [!_WINUSER_H, !_WINNLS_H, !_WINVER_H, !_WINNETWK_H, !_WINREG_H]
1074         [!_WINSVC_H]: Do not explicitly test these here; they are properly
1075         managed implicitly, by GCC, when including the associated headers.
1076
1077         * include/winnt.h: Assert copyright; tidy layout.
1078         (_BEGIN_C_DECLS, _END_C_DECLS): Use these, as appropriate.
1079         (__aligned__, __always_inline__, __selectany__): Prefer these...
1080         (aligned, always_inline, selectany): ...to these attribute forms.
1081         (CONTEXT) [_ALPHA_, _PPC_, MIPS, ARM]: Change selector macros to...
1082         [_M_ALPHA, _M_PPC, _M_MRX000, _M_ARM]: ...these, respectively.
1083         (GetCurrentFiber, GetFiberData, NtCurrentTeb): Redefine in terms of...
1084         (__tib_fiber_data__, __tib_self_refptr__): ...these adaptive macros...
1085         [!_WIN64]: ...to accommodate 32-bit, or otherwise 64-bit Windows.
1086         (_ALPHA_, _PPC_, _MIPS_, _68K_): Delete these redundant macros...
1087         (_M_IX86): ...also removing this, but relocate it to...
1088         * include/sdkddkver.h (_M_IX86): ...here; augment it with...
1089         (_M_IX86_FP, _M_X64, _M_AMD64, _M_IA64): ...these; define them as
1090         appropriate.
1091
1092         * include/ddk/ntifs.h [!_ALPHA_]: Augment test; rather consider...
1093         [!_ALPHA_ && !_M_ALPHA]: ...this, for structure alignment control.
1094
1095 2016-05-23  Keith Marshall  <keithmarshall@users.sourceforge.net>
1096
1097         Merge W32API updates, from Cygwin CVS, into legacy branch.
1098         Incorporate changes since release of w32api-3.17, until 2012-07-06.
1099
1100         * include/shobjidl.h lib/shobjidl-uuid.c: New files, added per LRN's
1101         2012-04-28 commit to Cygwin CVS.
1102
1103         * include/gdiplus/gdiplustypes.h include/imagehlp.h
1104         * include/routprot.h include/shlwapi.h include/userenv.h
1105         * include/winbase.h include/wincon.h include/windef.h
1106         * include/winerror.h include/wingdi.h include/winnt.h
1107         * include/winsock.h include/winsock2.h include/winuser.h: Updated to
1108         match Cygwin CVS state, as of 2012-07-06.
1109
1110         * include/wincrypt.h: Updated to remove duplicate manifest constant
1111         definitions, as identified per Chris Sutcliffe's 2012-01-03 commit to
1112         Cygwin CVS; merge with my 2015-09-29 commit; additionally, remove...
1113         (szOID_RSA_emailAddr, szOID_RSA_unstructAddr, szOID_RSA_unstructName)
1114         (CRYPT_ARCHIVABLE, CRYPT_NOHASHOID, CRYPT_VERIFYCONTEXT): ...extra
1115         copies of these further duplicated definitions, identified during
1116         the merging operation.
1117
1118 2016-05-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
1119
1120         Synchronize package version management with MinGW Runtime.
1121
1122         * VERSION.m4: New file; link it to keep in sync with identically named
1123         file in top level composite package source directory; it defines...
1124         (__VERSION__): ...this new composite package version macro.
1125
1126         * aclocal.m4: Link it, to keep in sync with identically named files in
1127         top level composite source and sibling mingwrt sub-package directories.
1128         (__VERSION__): New macro; include VERSION.m4 to define it.
1129         (__BUG_REPORT_URL__): New macro; define it.
1130
1131         * configure.ac (AC_INIT): Assign package version and bug report URL...
1132         (__VERSION__, __BUG_REPORT_URL__): ...from these, as defined through
1133         automatic inclusion of aclocal.m4
1134
1135         * Makefile.in (configure): Add dependency on VERSION.m4
1136
1137 2016-05-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
1138
1139         Eliminate redundant <parts/winioctl.h> header.
1140
1141         * include/parts/winioctl.h: Delete it; distribute its content...
1142         * include/ddk/winddk.h include/ddk/ntddstor.h include/ddk/ntdddisk.h:
1143         ...among these, separating it into discrete sections based on...
1144         [__need_ddk_winddk_includes, __need_ddk_ntddstor_includes]
1145         [__need_ddk_ntdddisk_includes]: ...these selectors, respectively.
1146         [__WINIOCTL_H_SOURCED__]: Expose only those sections; do not define...
1147         (_DDK_WINDDK_H, _DDK_NTDDSTOR_H, _DDK_NTDDDISK_H): ...these.
1148
1149         * include/winioctl.h (__WINIOCTL_H_SOURCED__): Define it; include each
1150         of <ddk/winddk.h>, <ddk/ntddstor.h>, and <ddk/ntdddisk.h>
1151
1152 2016-05-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
1153
1154         Enforce consistent specification of package version.
1155
1156         * include/w32api.h: Rename as...
1157         * include/w32api.h.in: ...this build-time template file.
1158         (__W32API_VERSION): Redefine it, in terms of...
1159         (%PACKAGE_VERSION_LONG%): ...this substitution template.
1160         (__W32API_MAJOR_VERSION, __W32API_MINOR_VERSION)
1161         (__W32API_PATCHLEVEL): Likewise, redefine them in terms of...
1162         (%PACKAGE_VERSION_MAJOR%, %PACKAGE_VERSION_MINOR%)
1163         (%PACKAGE_VERSION_PATCH%): ...these.
1164
1165         * configure.ac (AC_CONFIG_SRCDIR): Adjust for renamed file.
1166         (MINGW_AC_CONFIG_EXTRA_SRCDIR): Likewise, for similarly renamed
1167         mingwrt/include/_mingw.h.in file.
1168
1169         * Makefile.in (all-w32api-libs): Add dependency on...
1170         (w32api.h, _mingw.h): ...these; add rule to generate them, using...
1171         (PACKAGE_VERSION_SCRIPT, PACKAGE_VERSION_FORMAT): ...these new macros;
1172         they apply appropriate substitutions to the renamed template files.
1173         (install-w32api-headers): Explicitly add w32api.h
1174
1175 2015-11-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1176
1177         Refactor for Windows DDK synchronization; fix MinGW-Bug [#1954].
1178
1179         * include/parts/winioctl.h: New file; it provides infrastructure for
1180         sharing of common code between DDK headers and primary <winioctl.h>
1181         (__IOCTL_STORAGE_, __IOCTL_DISK_, __FILE_RW_ACCESS, __FILE_AM_BUFFERED)
1182         (__FILE_RD_BUFFERED, __FILE_RW_BUFFERED): New internal convenience
1183         macros; they facilitate more consise expression of factored out IOCTL
1184         and FSCTL macros; define them.
1185
1186         * include/ddk/ntddk.h: Assert copyright; tidy layout.
1187         (__NTDDK_H): Multiple inclusion guard macro, renamed to...
1188         (_DDK_NTDDK_H): ...this; it provides better indication of location.
1189         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1190
1191         * include/ddk/winddk.h: Assert copyright; tidy layout.
1192         (__WINDDK_H): Multiple inclusion guard macro, renamed to...
1193         (_DDK_WINDDK_H): ...this; it provides better indication of location.
1194         [!defined _DDK_NTDDK_H]: Forbid direct inclusion; emit diagnostic.
1195         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1196         (METHOD_BUFFERED, METHOD_IN_DIRECT, METHOD_OUT_DIRECT)
1197         (METHOD_NEITHER): Redefine as enumeration; factor it out.
1198         (FILE_ANY_ACCESS, FILE_SPECIAL_ACCESS, FILE_READ_ACCESS)
1199         (FILE_WRITE_ACCESS): Likewise.
1200         (CTL_CODE, DEVICE_TYPE_FROM_CTL_CODE): Factor out.
1201         [defined _DRIVE_LAYOUT_INFORMATION_MBR_DEFINED]: Delete guard.
1202         (struct _DRIVE_LAYOUT_INFORMATION_MBR, DRIVE_LAYOUT_INFORMATION_MBR)
1203         (PDRIVE_LAYOUT_INFORMATION_MBR): Factor out, without guard.
1204         (struct _DRIVE_LAYOUT_INFORMATION_GPT, DRIVE_LAYOUT_INFORMATION_GPT)
1205         (PDRIVE_LAYOUT_INFORMATION_GPT): Factor out.
1206         (struct _PARTITION_INFORMATION_MBR, PARTITION_INFORMATION_MBR)
1207         (PPARTITION_INFORMATION_MBR): Likewise.
1208         (FILE_DEVICE_BEEP, FILE_DEVICE_CD_ROM, FILE_DEVICE_CD_ROM_FILE_SYSTEM)
1209         (FILE_DEVICE_CONTROLLER, FILE_DEVICE_DATALINK, FILE_DEVICE_DFS)
1210         (FILE_DEVICE_DISK, FILE_DEVICE_DISK_FILE_SYSTEM)
1211         (FILE_DEVICE_FILE_SYSTEM, FILE_DEVICE_INPORT_PORT)
1212         (FILE_DEVICE_KEYBOARD, FILE_DEVICE_MAILSLOT, FILE_DEVICE_MIDI_IN)
1213         (FILE_DEVICE_MIDI_OUT, FILE_DEVICE_MOUSE)
1214         (FILE_DEVICE_MULTI_UNC_PROVIDER, FILE_DEVICE_NAMED_PIPE)
1215         (FILE_DEVICE_NETWORK, FILE_DEVICE_NETWORK_BROWSER)
1216         (FILE_DEVICE_NETWORK_FILE_SYSTEM, FILE_DEVICE_NULL)
1217         (FILE_DEVICE_PARALLEL_PORT, FILE_DEVICE_PHYSICAL_NETCARD)
1218         (FILE_DEVICE_PRINTER, FILE_DEVICE_SCANNER)
1219         (FILE_DEVICE_SERIAL_MOUSE_PORT, FILE_DEVICE_SERIAL_PORT)
1220         (FILE_DEVICE_SCREEN, FILE_DEVICE_SOUND, FILE_DEVICE_STREAMS)
1221         (FILE_DEVICE_TAPE, FILE_DEVICE_TAPE_FILE_SYSTEM, FILE_DEVICE_TRANSPORT)
1222         (FILE_DEVICE_UNKNOWN, FILE_DEVICE_VIDEO, FILE_DEVICE_VIRTUAL_DISK)
1223         (FILE_DEVICE_WAVE_IN, FILE_DEVICE_WAVE_OUT, FILE_DEVICE_8042_PORT)
1224         (FILE_DEVICE_NETWORK_REDIRECTOR, FILE_DEVICE_BATTERY)
1225         (FILE_DEVICE_BUS_EXTENDER, FILE_DEVICE_MODEM, FILE_DEVICE_VDM)
1226         (FILE_DEVICE_MASS_STORAGE, FILE_DEVICE_SMB, FILE_DEVICE_KS)
1227         (FILE_DEVICE_CHANGER, FILE_DEVICE_SMARTCARD, FILE_DEVICE_ACPI)
1228         (FILE_DEVICE_DVD, FILE_DEVICE_FULLSCREEN_VIDEO)
1229         (FILE_DEVICE_DFS_FILE_SYSTEM, FILE_DEVICE_DFS_VOLUME)
1230         (FILE_DEVICE_SERENUM, FILE_DEVICE_TERMSRV, FILE_DEVICE_KSEC)
1231         (FILE_DEVICE_FIPS): Redefine as enumeration; factor it out.
1232         (enum _PARTITION_STYLE, PARTITION_STYLE): Factor out; add...
1233         (PARTITION_STYLE_RAW): ...this new enumeration state; previously, it
1234         was defined only when including this enumeration from winioctl.h
1235         (struct _CREATE_DISK_MBR, CREATE_DISK_MBR, PCREATE_DISK_MBR)
1236         (struct _CREATE_DISK_GPT, CREATE_DISK_GPT, PCREATE_DISK_GPT)
1237         (struct _CREATE_DISK, CREATE_DISK, PCREATE_DISK): Factor out;
1238         include parts/winioctl.h
1239
1240         * include/ddk/ntddstor.h: Assert copyright; tidy layout.
1241         (__NTDDSTOR_H): Multiple inclusion guard macro, renamed to...
1242         (_DDK_NTDDSTOR_H): ...this; to provide better indication of location.
1243         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1244         (struct _STORAGE_BUS_TYPE, STORAGE_BUS_TYPE, PSTORAGE_BUS_TYPE)
1245         (IOCTL_STORAGE_BASE, IOCTL_STORAGE_RESERVE, IOCTL_STORAGE_RELEASE)
1246         (IOCTL_STORAGE_CHECK_VERIFY, IOCTL_STORAGE_CHECK_VERIFY2)
1247         (IOCTL_STORAGE_MEDIA_REMOVAL, IOCTL_STORAGE_EJECT_MEDIA)
1248         (IOCTL_STORAGE_LOAD_MEDIA, IOCTL_STORAGE_LOAD_MEDIA2)
1249         (IOCTL_STORAGE_EJECTION_CONTROL, IOCTL_STORAGE_FIND_NEW_DEVICES)
1250         (IOCTL_STORAGE_GET_MEDIA_TYPES, IOCTL_STORAGE_GET_MEDIA_TYPES_EX)
1251         (IOCTL_STORAGE_GET_MEDIA_SERIAL_NUMBER, IOCTL_STORAGE_PREDICT_FAILURE)
1252         (IOCTL_STORAGE_QUERY_PROPERTY, IOCTL_STORAGE_GET_DEVICE_NUMBER)
1253         (IOCTL_STORAGE_RESET_BUS, IOCTL_STORAGE_RESET_DEVICE)
1254         (IOCTL_STORAGE_MCN_CONTROL): Factor out; include parts/winioctl.h
1255
1256         * include/ddk/ntdddisk.h: Assert copyright; tidy layout.
1257         (__NTDDDISK_H): Multiple inclusion guard macro, renamed to...
1258         (_DDK_NTDDDISK_H): ...this; to provide better indication of location.
1259         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1260         (IOCTL_DISK_BASE, IOCTL_DISK_GET_LENGTH_INFO)
1261         (IOCTL_DISK_IS_WRITABLE, IOCTL_DISK_REASSIGN_BLOCKS)
1262         (IOCTL_DISK_FIND_NEW_DEVICES, IOCTL_DISK_GET_MEDIA_TYPES)
1263         (IOCTL_DISK_GET_DRIVE_LAYOUT, IOCTL_DISK_SET_DRIVE_LAYOUT)
1264         (IOCTL_DISK_GET_PARTITION_INFO, IOCTL_DISK_SET_PARTITION_INFO)
1265         (IOCTL_DISK_GET_DRIVE_LAYOUT_EX, IOCTL_DISK_SET_DRIVE_LAYOUT_EX)
1266         (IOCTL_DISK_GET_DRIVE_GEOMETRY, IOCTL_DISK_GET_DRIVE_GEOMETRY_EX)
1267         (IOCTL_DISK_CREATE_DISK, IOCTL_DISK_VERIFY, IOCTL_DISK_CHECK_VERIFY)
1268         (IOCTL_DISK_GET_PARTITION_INFO_EX, IOCTL_DISK_SET_PARTITION_INFO_EX)
1269         (IOCTL_DISK_GET_CACHE_INFORMATION, IOCTL_DISK_SET_CACHE_INFORMATION)
1270         (IOCTL_DISK_DELETE_DRIVE_LAYOUT, IOCTL_DISK_GROW_PARTITION)
1271         (IOCTL_DISK_FORMAT_TRACKS, IOCTL_DISK_FORMAT_TRACKS_EX)
1272         (IOCTL_DISK_PERFORMANCE, IOCTL_DISK_PERFORMANCE_OFF)
1273         (IOCTL_DISK_UPDATE_DRIVE_SIZE, IOCTL_DISK_RESERVE): Factor out; all of
1274         these macros are now defined in parts/winioctl.h; include it.
1275         (PARTITION_ENTRY_UNUSED, PARTITION_FAT_12, PARTITION_XENIX_1)
1276         (PARTITION_XENIX_2, PARTITION_FAT_16, PARTITION_EXTENDED)
1277         (PARTITION_HUGE, PARTITION_IFS, PARTITION_OS2BOOTMGR, PARTITION_FAT32)
1278         (PARTITION_FAT32_XINT13, PARTITION_XINT13, PARTITION_XINT13_EXTENDED)
1279         (PARTITION_PREP, PARTITION_LDM, PARTITION_UNIX, PARTITION_NTFT)
1280         (VALID_NTFT): Redefine as enumeration; factor it out.
1281         (IsRecognizedPartition, IsContainerPartition): Factor out.
1282         (enum _MEDIA_TYPE, MEDIA_TYPE, PMEDIA_TYPE): Factor out, adding...
1283         (F3_200Mb_512, F3_240M_512, F3_32M_512): ...these new state values.
1284         (enum _DETECTION_TYPE, DETECTION_TYPE): Factor out.
1285         (struct _DISK_INT13_INFO, DISK_INT13_INFO, PDISK_INT13_INFO)
1286         (struct _DISK_EX_INT13_INFO, DISK_EX_INT13_INFO, PDISK_EX_INT13_INFO)
1287         (struct _DISK_DETECTION_INFO, DISK_DETECTION_INFO, PDISK_DETECTION_INFO)
1288         (struct _DISK_GEOMETRY_EX, DISK_GEOMETRY_EX, PDISK_GEOMETRY_EX)
1289         (struct _DISK_GEOMETRY, DISK_GEOMETRY, PDISK_GEOMETRY)
1290         (DiskGeometryGetPartition, DiskGeometryGetDetect): Factor out.
1291         (struct _PARTITION_INFORMATION): Change field data types for...
1292         (HiddenSectors, PartitionNumber): ...these, from DWORD to ULONG...
1293         (PartitionType): ...and this from BYTE to UCHAR, to keep consistent
1294         with Windows DDK convention, then factor out struct, together with...
1295         (PARTITION_INFORMATION, PPARTITION_INFORMATION): ...these.
1296         (struct _PARTITION_INFORMATION_GPT, struct _DISK_PARTITION_INFO)
1297         (PARTITION_INFORMATION_GPT, *PPARTITION_INFORMATION_GPT)
1298         (DISK_PARTITION_INFO, *PDISK_PARTITION_INFO): Factor out.
1299         (struct _GET_LENGTH_INFORMATION)
1300         (GET_LENGTH_INFORMATION, PGET_LENGTH_INFORMATION)
1301         (struct _DISK_PERFORMANCE, DISK_PERFORMANCE, PDISK_PERFORMANCE)
1302         (struct _DISK_PERFORMANCE_EX, DISK_PERFORMANCE_EX, PDISK_PERFORMANCE_EX)
1303         (struct _FORMAT_PARAMETERS, struct _FORMAT_EX_PARAMETERS)
1304         (FORMAT_PARAMETERS, PFORMAT_PARAMETERS, FORMAT_EX_PARAMETERS)
1305         (PFORMAT_EX_PARAMETERS): Factor out.
1306         (struct _REASSIGN_BLOCKS): Change field data types for...
1307         (Reserved, Count): ...these fields, from WORD to USHORT, and...
1308         (BlockNumber): ...this from DWORD to ULONG, per Windows DDK
1309         convention, then factor out the struct definition, together with...
1310         (REASSIGN_BLOCKS, PREASSIGN_BLOCKS): ...these associated typedefs.
1311         (struct _SET_PARTITION_INFORMATION, SET_PARTITION_INFORMATION)
1312         (PSET_PARTITION_INFORMATION): Factor out.
1313         (struct _VERIFY_INFORMATION): Change field data type for...
1314         (Length): ...this field, from DWORD to ULONG, per DDK convention, then
1315         factor out the entire struct definition, together with...
1316         (VERIFY_INFORMATION, PVERIFY_INFORMATION): ...these associated typedefs.
1317         (DISK_CACHE_RETENTION_PRIORITY): Factor out enumerated typedef.
1318         (struct _DISK_CACHE_INFORMATION, struct _DISK_GROW_PARTITION)
1319         (DISK_CACHE_INFORMATION, PDISK_CACHE_INFORMATION, DISK_GROW_PARTITION)
1320         (PDISK_GROW_PARTITION): Factor out.
1321
1322         * include/winioctl.h: Assert copyright; tidy layout; incorporate
1323         definitions from Windows DDK headers, by including parts/winioctl.h;
1324         delete duplicate definitions already identified as having been factored
1325         out from ddk/winddk.h, ddk/ntddstor.h, and ddk/ntdddisk.h; accept type
1326         compatible changes from DWORD to ULONG, WORD to USHORT, and BYTE to
1327         UCHAR, resulting in no significant changes, except that...
1328         (struct _DISK_PERFORMANCE): ...this is extended, by addition of...
1329         (IdleTime, SplitCount, QueryTime, StorageDeviceNumber)
1330         (StorageManagerName): ...these previously missing fields, originally
1331         appropriately defined in ddk/ntdddisk.h, thus fixing bug [#1954].
1332         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1333
1334 2015-10-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
1335
1336         Windows application module version information API updates.
1337
1338         * include/winver.h: Assert copyright; tidy layout.
1339         (_BEGIN_C_DECLS, _END_C_DECLS): Use these, as appropriate.
1340         (__AW_SUFFIXED__): Use throughout, to identify generic functions
1341         having both ANSI and UTF-16LE specific alternative implementations.
1342         [NTDDI_VERSION >= NTDDI_VISTA] (GetFileVersionInfoEx): New function.
1343         [NTDDI_VERSION >= NTDDI_VISTA] (GetFileVersionInfoSizeEx): Likewise;
1344         note that both are generic, with ANSI and UTF-16LE implementations,
1345         but the ANSI implementations are missing from MSVCRT.DLL when...
1346         [NTDDI_VERSION < NTDDI_WIN8]: ...this.
1347
1348         * lib/version.def (GetFileVersionInfoExA, GetFileVersionInfoExW)
1349         (GetFileVersionInfoSizeExA, GetFileVersionInfoSizeExW): Add symbols.
1350
1351 2015-10-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
1352
1353         Revert a failed experimental macro construct.
1354
1355         * include/w32api.h (__W32API_DEPRECATED_ALIAS): Delete this; it bloats
1356         code, and doesn't work in the C preprocessor conditional context where
1357         its associated constant definitions are most likely to be required.
1358         (Windows95, Windows98, WindowsME, WindowsNT4, Windows2000, WindowsXP)
1359         (Windows2003, WindowsVista, IE3, IE301, IE302, IE4, IE401, IE5, IE5a)
1360         (IE5b, IE501, IE55, IE56, IE6, IE601, IE602, IE7): Redefine as macros,
1361         now in terms of their preferred equivalents from <sdkddkver.h>
1362
1363 2015-09-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
1364
1365         Code clean-up; fix MinGW-Bug [#2263].
1366
1367         * include/w32api.h (__AW_SUFFIXED__): New macro; define it.
1368         (__AW_EXTENDED__, __AW_STRING_A__, __AW_STRING_W__): Likewise.
1369         (__AW__WCHAR_T__): Likewise; this is a helper for __AW_STRING_W__.
1370
1371         * include/wincrypt.h: Assert copyright; tidy layout; replace all C++
1372         style comments, using ISO-C conforming style; remove all redundant
1373         parameter names from function prototype declarations, throughout.
1374         (pragma GCC system_header): Remove pointless conditional guard.
1375         (_BEGIN_C_DECLS, _END_C_DECLS): Use to wrap extern "C" declarations.
1376         [WINVER >= 0x500, WINVER >= 0x501]: Replace conditionals with...
1377         [WINVER >= _WIN32_WINNT_WIN2K, WINVER >= _WIN32_WINNT_WINXP]: ...these
1378         alternatives, respectively; they offer improved self-documentation.
1379         (MS_DEF_PROV, MS_ENHANCED_PROV, MS_STRONG_PROV, MS_SCARD_PROV)
1380         (MS_DEF_RSA_SIG_PROV, MS_DEF_RSA_SCHANNEL_PROV, MS_DEF_DSS_PROV)
1381         (MS_DEF_DSS_DH_PROV, MS_ENH_DSS_DH_PROV, MS_DEF_DH_SCHANNEL_PROV)
1382         (MS_ENH_RSA_AES_PROV): Redefine as __AW_EXTENDED__ derivatives.
1383         (MS_DEF_PROV_W, MS_ENHANCED_PROV_W, MS_STRONG_PROV_W, MS_SCARD_PROV_W)
1384         (MS_DEF_RSA_SIG_PROV_W, MS_DEF_RSA_SCHANNEL_PROV_W, MS_DEF_DSS_PROV_W)
1385         (MS_DEF_DSS_DH_PROV_W, MS_ENH_DSS_DH_PROV_W, MS_DEF_DH_SCHANNEL_PROV_W)
1386         (MS_ENH_RSA_AES_PROV_W): Redefine; use __AW_STRING_W__ to derive them
1387         from their __AW_STRING_A__ equivalent string constant definitions.
1388         (GET_ALG_CLASS): Redefine, expressing result in terms of...
1389         (ALG_CLASS_ALL): ...this manifest bit mask; also redefined, preferring
1390         a hexadecimal expression of the mask value over the former decimal.
1391         (GET_ALG_TYPE, GET_ALG_SID): Similarly, use hexadecimal mask values.
1392         (ALG_CLASS_SIGNATURE, ALG_CLASS_MSG_ENCRYPT, ALG_CLASS_DATA_ENCRYPT)
1393         (ALG_CLASS_HASH, ALG_CLASS_KEY_EXCHANGE, ALG_TYPE_DSS, ALG_TYPE_RSA)
1394         (ALG_TYPE_BLOCK, ALG_TYPE_STREAM, ALG_TYPE_DH, ALG_TYPE_SECURECHANNEL)
1395         (CRYPT_UPDATE_KEY, CRYPT_NEWKEYSET, CRYPT_DELETEKEYSET, CRYPT_SILENT)
1396         (CRYPT_MACHINE_KEYSET, CRYPT_USER_PROTECTED, CRYPT_CREATE_SALT)
1397         (CRYPT_EXPORTABLE, CRYPT_ENCRYPT, CRYPT_DECRYPT, CRYPT_EXPORT)
1398         (CRYPT_READ, CRYPT_WRITE, CRYPT_MAC, CERT_TRUST_IS_NOT_TIME_VALID)
1399         (CERT_TRUST_IS_NOT_TIME_NESTED, CERT_TRUST_IS_REVOKED)
1400         (CERT_TRUST_IS_NOT_SIGNATURE_VALID, CERT_TRUST_IS_NOT_VALID_FOR_USAGE)
1401         (CERT_TRUST_IS_UNTRUSTED_ROOT, CERT_TRUST_REVOCATION_STATUS_UNKNOWN)
1402         (CERT_TRUST_IS_CYCLIC, CERT_TRUST_CTL_IS_NOT_SIGNATURE_VALID)
1403         (CERT_TRUST_IS_PARTIAL_CHAIN, CERT_TRUST_CTL_IS_NOT_TIME_VALID)
1404         (CERT_TRUST_CTL_IS_NOT_VALID_FOR_USAGE, CERT_TRUST_IS_SELF_SIGNED)
1405         (CERT_TRUST_HAS_EXACT_MATCH_ISSUER, CERT_TRUST_HAS_KEY_MATCH_ISSUER)
1406         (CERT_TRUST_HAS_NAME_MATCH_ISSUER, CERT_TRUST_IS_COMPLEX_CHAIN)
1407         (CERT_CHAIN_POLICY_BASE, CERT_CHAIN_POLICY_AUTHENTICODE)
1408         (CERT_CHAIN_POLICY_AUTHENTICODE_TS, CERT_CHAIN_POLICY_SSL)
1409         (CERT_CHAIN_POLICY_BASIC_CONSTRAINTS, CERT_CHAIN_POLICY_NT_AUTH)
1410         (CERT_NAME_STR_REVERSE_FLAG, CERT_NAME_STR_DISABLE_IE4_UTF8_FLAG)
1411         (CERT_NAME_STR_CRLF_FLAG, CERT_NAME_STR_ENABLE_UTF8_UNICODE_FLAG)
1412         (CERT_NAME_STR_ENABLE_T61_UNICODE_FLAG, CERT_NAME_STR_NO_PLUS_FLAG)
1413         (CERT_NAME_STR_NO_QUOTING_FLAG, CERT_NAME_STR_SEMICOLON_FLAG)
1414         (CERT_FIND_CERT_ID, CERT_FIND_CTL_USAGE, CERT_FIND_ENHKEY_USAGE)
1415         (CERT_FIND_EXISTING, CERT_FIND_HASH, CERT_FIND_ISSUER_ATTR)
1416         (CERT_FIND_ISSUER_NAME, CERT_FIND_ISSUER_OF, CERT_FIND_KEY_IDENTIFIER)
1417         (CERT_FIND_KEY_SPEC, CERT_FIND_MD5_HASH, CERT_FIND_PROPERTY)
1418         (CERT_FIND_PUBLIC_KEY, CERT_FIND_SHA1_HASH, CERT_FIND_SIGNATURE_HASH)
1419         (CERT_FIND_SUBJECT_ATTR, CERT_FIND_SUBJECT_CERT, CERT_FIND_SUBJECT_NAME)
1420         (CERT_FIND_SUBJECT_STR_A, CERT_FIND_SUBJECT_STR_W)
1421         (CERT_FIND_ISSUER_STR_A, CERT_FIND_ISSUER_STR_W)
1422         (CERT_FIND_OR_ENHKEY_USAGE_FLAG, CERT_FIND_OPTIONAL_ENHKEY_USAGE_FLAG)
1423         (CERT_FIND_NO_ENHKEY_USAGE_FLAG, CERT_FIND_VALID_ENHKEY_USAGE_FLAG)
1424         (CERT_FIND_EXT_ONLY_ENHKEY_USAGE_FLAG, CERT_UNICODE_IS_RDN_ATTRS_FLAG)
1425         (CERT_CASE_INSENSITIVE_IS_RDN_ATTRS_FLAG, CERT_CHAIN_FIND_BY_ISSUER)
1426         (CERT_CHAIN_FIND_BY_ISSUER_COMPARE_KEY_FLAG)
1427         (CERT_CHAIN_FIND_BY_ISSUER_COMPLEX_CHAIN_FLAG)
1428         (CERT_CHAIN_FIND_BY_ISSUER_CACHE_ONLY_FLAG)
1429         (CERT_CHAIN_FIND_BY_ISSUER_CACHE_ONLY_URL_FLAG)
1430         (CERT_CHAIN_FIND_BY_ISSUER_LOCAL_MACHINE_FLAG)
1431         (CERT_CHAIN_FIND_BY_ISSUER_NO_KEY_FLAG)
1432         (CERT_SYSTEM_STORE_LOCAL_MACHINE): All represent bit-mapped values;
1433         express them in hexadecimal, in preference to original decimal form.
1434         (CERT_FIND_SUBJECT_STR, CERT_FIND_ISSUER_STR): Redefine them as
1435         __AW_EXTENDED__ macros, for UNICODE/non-UNICODE cases respectively.
1436         (szOID_CRL_DIST_POINTS): Correct defective definition; value should be
1437         a string literal, but was missing delimiting quotes; insert them.
1438         (CertNameToStr, CertOpenSystemStore, CertGetNameString, CryptSignHash)
1439         (CryptAcquireContext, CryptVerifySignature, CryptGetDefaultProvider)
1440         (CryptEnumProviders, CryptSetProvider): Define as __AW_SUFFIXED__
1441         aliases for each of the UNICODE/non-UNICODE cases respectively.
1442         (CryptEnumProvidersA): Correct prototype declaration; 5th parameter
1443         was declared as type LPTSTR, but should be type LPSTR.
1444         (CryptEnumProvidersW): Likewise; 5th parameter should be type LPWSTR.
1445         (CryptGetDefaultProviderW): Likewise; 4th parameter was declared as
1446         type LPSTR, but should be type LPWSTR.
1447         [defined MINGW_TENTATIVE_ASSUMPTIONS] (X509_ANY_STRING)
1448         (X509_CRL_REASON_CODE, X509_DSS_PUBLICKEY, X509_UNICODE_ANY_STRING)
1449         (struct _CERT_ALT_NAME_ENTRY): Add tentative definitions.
1450
1451 2015-09-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
1452
1453         Correct defect in build system compilation rule.
1454
1455         * Makefile.in (scrnsavw.$OBJEXT): Do not use $^ to represent the
1456         source file; it expands to also include prerequisite header files,
1457         which should not appear on the compilation command line.  Rewrite
1458         rule in static pattern format, and use $< instead.
1459
1460 2015-08-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
1461
1462         Build system corrections for GCC build time support.
1463
1464         * configure.ac (AC_PROG_CC): Don't use this; we need...
1465         (MINGW_AC_PROG_CC_COMPILE_ONLY): ...this alternative, to support
1466         building with only a stage 1 partially built GCC installation.
1467
1468         * Makefile.in (install-headers): New make objective; map it to...
1469         (install-w32api-headers): ...this, for which it is a logical alias.
1470
1471 2015-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1472
1473         Overhaul and streamline build system configuration.
1474
1475         * configure.in: Delete obsolete file; replace with...
1476         * configure.ac: New file; rewritten per current autoconf conventions.
1477
1478         * Makefile.in: Rewritten; adapted from current mingwrt configuration,
1479         it now processes the entire build without using separate sub-makes.
1480
1481         * lib/Makefile.in: Sub-make configuration not required now; delete it.
1482         * lib/ddk/Makefile.in lib/directx/Makefile.in: Likewise; delete them.
1483
1484 2015-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1485
1486         Remove unused aclocal.m4 configuration file.
1487
1488         * aclocal.m4: Delete it; it provides no content used by this package.
1489
1490 2015-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1491
1492         Adapt platform feature checks to NTDDI_VERSION conventions.
1493
1494         * include/sdkddkver.h: New file; merge from 4.0-dev branch.
1495         (_WIN32_WINNT_WINBLUE): New manifest constant for Windows-8.1.
1496         (WINNTVER): Prefer bitwise shift to division; adjust accordingly.
1497         [_WIN32_WINNT != OSVER(NTDDI_VERSION)]: Bad comparison; correct to...
1498         [_WIN32_WINNT != WINNTVER(NTDDI_VERSION)]: ...this.
1499
1500         * include/w32api.h: Assert copyright; include sdkddkver.h.
1501         (__W32API_VERSION): Increment to 3.18; adopt new encoding format.
1502         (__W32API_MAJOR_VERSION, __W32API_MINOR_VERSION): Adjust consistently.
1503         (__W32API_PATCH_LEVEL): New macro; define with initial value of zero.
1504         (__W32API_DEPRECATED_ALIAS): New macro; define it; use to redefine...
1505         (Windows95, Windows98, WindowsME, WindowsNT4, Windows2000, WindowsXP)
1506         (Windows2003, WindowsVista, IE3, IE301, IE302, IE4, IE401, IE5, IE5a)
1507         (IE5b, IE501, IE55, IE56, IE6, IE601, IE602, IE7): ...these; replace
1508         macro definitions by long integer constants, and mark as deprecated.
1509         (UNICODE, _UNICODE): Keep these consistent; use logic factored out of
1510         mingwrt/include/_mingw.h, whence we similarly relocate...
1511         (_EXTERN_C, _BEGIN_C_DECLS, _END_C_DECLS): ...these.
1512
1513         * include/windef.h: Assert copyright; include w32api.h, whence we
1514         infer default assignments, per included sdkddkver.h, for each of...
1515         (WINVER, _WIN32_WINNT): ...these; delete local defines.
1516         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1517
1518 2015-06-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1519
1520         Remove generated configure script from revision control.
1521
1522         * configure: Delete from SCM; maintainer must regenerate it, when
1523         required, as SCM will now ignore it.
1524
1525 2012-08-04  Earnie Boyd  <earnie@users.sourceforge.net>
1526
1527         Cosmetic adjustment to match MSDN documentation.
1528
1529         * include/winver.h (VerQueryValueA, VerQueryValueW): Declare type
1530         of parameter #1 to be LPCVOID, in preference to formerly specified,
1531         and functionally equivalent, 'const LPVOID'.
1532
1533 2012-08-01  Stephan Jorek  <sjorek@users.sourceforge.net>
1534
1535         Correct typos, as identified by issue [#1534].
1536
1537         * include/setupapi.h (SetupCancelTemporary): Should be...
1538         (SetupCancelTemporarySourceList): ...this; complete truncated name.
1539         (SetupFreeA, SetupFreeW): Likewise, complete these respectively to...
1540         (SetupFreeSourceListA, SetupFreeSourceListW): ...these, and...
1541         (SetupQueryA, SetupQueryW): ...these respectively to...
1542         (SetupQuerySourceListA, SetupQuerySourceListW): ...these.
1543         (SetupDiGetWizardage): Misspelled; correct it to...
1544         (SetupDiGetWizardPage): ...this.
1545
1546 2012-08-01  Earnie Boyd  <earnie@users.sourceforge.net>
1547
1548         Declare WTSVirtualChannel API functions per issue [#1342].
1549
1550         * include/wtsapi32.h [_WIN32_WINNT >= 0x500]
1551         (WTSVirtualChannelOpen, WTSVirtualChannelQuery, WTSVirtualChannelRead)
1552         (WTSVirtualChannelPurgeInput, WTSVirtualChannelPurgeOutput)
1553         (WTSVirtualChannelWrite, WTSVirtualChannelClose): Declare them.
1554         [_WIN32_WINNT >= 0x600] (WTSVirtualchannelOpenEx): Likewise.
1555
1556         * lib/wtsapi32.def (WTSVirtualChannelOpenEx@12): Add reference.
1557
1558 2012-08-01  Earnie Boyd  <earnie@users.sourceforge.net>
1559
1560         Correct MENUITEMINFO structure definition per issue [#1659].
1561
1562         * include/winuser.h (tagMENUITEMINFOA, tagMENUITEMINFOW): dwItemData
1563         field was defined as type DWORD; correct it to type ULONG_PTR.
1564
1565 2012-07-06  Corinna Vinschen  <corinna@vinschen.de>
1566
1567         Extend visibility of winsock definitions when building Cygwin.
1568
1569         * include/winsock.h [__INSIDE_CYGWIN__]: Expose definitions of...
1570         (IP_OPTIONS, SO_DEBUG, SO_ACCEPTCONN, SO_REUSEADDR, SO_KEEPALIVE)
1571         (SO_DONTROUTE, SO_BROADCAST, SO_USELOOPBACK, SO_LINGER, SO_OOBINLINE)
1572         (SO_DONTLINGER, SO_SNDBUF, SO_RCVBUF, SO_SNDLOWAT, SO_RCVLOWAT)
1573         (SO_SNDTIMEO, SO_RCVTIMEO, SO_ERROR, SO_TYPE): ...these; however...
1574         [__INSIDE_MSYS__]: ...keep them hidden.
1575
1576         * include/winsock2.h [__INSIDE_CYGWIN__]: Likewise, expose...
1577         (AF_MAX, _SS_MAXSIZE, _SS_ALIGNSIZE, _SS_PAD1SIZE, _SS_PAD2SIZE)
1578         (struct sockaddr, struct sockaddr_storage): ...these, whereas...
1579         [__INSIDE_MSYS__]: ...also keep them hidden.
1580
1581 2012-04-29  Jan Ringos  <tringi@users.sf.net>
1582
1583         Correct version guard for WinXP minimum requirement.
1584
1585         * include/winbase.h (GetModuleHandleEx): Function unsupported for...
1586         [_WIN32_WINNT >= 0x500]: ...this; it isn't in Win2K, so should be...
1587         [_WIN32_WINNT >= 0x501]: ...this; correct it accordingly.
1588         (GetModuleHandleExA, GetModuleHandleExW): Likewise.
1589
1590 2012-04-28  LRN  <l_r_nightmare@users.sf.net>
1591
1592         Add missing <shobjidl.h> and associated UUID implementation.
1593
1594         * include/shobjidl.h lib/shobjidl-uuid.c: New files.
1595         * lib/Makefile.in (UUID_SOURCES, UUID_OBJS): Add references.
1596
1597 2012-03-19  Ben Greear  <greear@users.sf.net>
1598
1599         Adjust header file definition order, to fix issue [#1570].
1600
1601         * include/routprot.h (IP_LOCAL_BINDING): Must be defined before...
1602         (IP_ADAPTER_BINDING_INFO): ...this; adjust order of definition.
1603
1604 2012-01-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1605
1606         Add missing return value, flagged by 'make test'.
1607
1608         * include/gdiplus/gdiplustypes.h (Gdiplus::GdiplusAbort::Abort):
1609         Return NO_ERROR in virtual definition.
1610
1611 2012-01-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1612
1613         Remove duplicate definitions, identified by 'make test'.
1614
1615         * include/wincrypt.h (CRYPT_NEWKEYSET, CRYPT_DELETEKEYSET)
1616         (CRYPT_MACHINE_KEYSET, CRYPT_EXPORTABLE, CRYPT_USER_PROTECTED)
1617         (CRYPT_SILENT, CRYPT_CREATE_SALT, CRYPT_UPDATE_KEY, CRYPT_NO_SALT)
1618         (CRYPT_PREGEN, CRYPT_RECIPIENT, CRYPT_INITIATOR, CRYPT_ONLINE)
1619         (CRYPT_SF, CRYPT_CREATE_IV, CRYPT_KEK, CRYPT_DATA_KEY)
1620         (CRYPT_VOLATILE, CRYPT_SGCKEY): Delete second instance of each.
1621
1622         * include/winerror.h (CRYPT_E_REVOKED): Delete; it is already
1623         correctly defined (per MSDN) in <wincrypt.h>
1624
1625 2012-01-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
1626
1627         Correct misuse of #ifdef, identified by 'make test'.
1628
1629         * include/shlwapi.h (enum ASSOCSTR, enum ASSOCDATA): Fix typos;
1630         /#ifdef _WIN32_IE >= 0x0600/s/#ifdef/#if/
1631
1632 2011-12-22  Corinna Vinschen  <corinna@vinschen.de>
1633
1634         Replace more incorrectly named manifest constants.
1635
1636         * include/winnt.h (JOB_OBJECT_LIMIT_BREAKAWAY_OK)
1637         (JOB_OBJECT_LIMIT_SILENT_BREAKAWAY_OK): Define; make aliases for...
1638         (JOB_OBJECT_BREAKAWAY_OK, JOB_OBJECT_SILENT_BREAKAWAY): ...these old
1639         definitions respectively; retain for backward compatibility only.
1640
1641 2011-12-22  Corinna Vinschen  <corinna@vinschen.de>
1642
1643         Add missing PROCESS_QUERY_LIMITED_INFORMATION.
1644
1645         * include/winnt.h (PROCESS_QUERY_LIMITED_INFORMATION): Define it.
1646
1647 2011-08-19  Corinna Vinschen  <corinna@vinschen.de>
1648
1649         Add missing MAPVK manifest constant definitions.
1650
1651         * include/winuser.h (MAPVK_VK_TO_VSC, MAPVK_VSC_TO_VK): Define them.
1652         (MAPVK_VK_TO_CHAR, MAPVK_VSC_TO_VK_EX, MAPVK_VK_TO_VSC_EX): Likewise.
1653
1654 2011-08-05  Corinna Vinschen  <corinna@vinschen.de>
1655
1656         Correct some misspelled manifest constant names.
1657
1658         * include/winnt.h (IMAGE_DLL_CHARACTERISTICS_NX_COMPAT): Should be...
1659         (IMAGE_DLLCHARACTERISTICS_NX_COMPAT): ...this; define correctly; also
1660         alias to original misspelling, to maintain backward compatibility.
1661         (IMAGE_DLL_CHARACTERISTICS_FORCE_INTEGRITY): Likewise; should be...
1662         (IMAGE_DLLCHARACTERISTICS_FORCE_INTEGRITY): ...this; define and alias.
1663         (IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE): Likewise; should be...
1664         (IMAGE_DLLCHARACTERISTICS_DYNAMIC_BASE): ...this; define and alias.
1665
1666 2011-07-29  Corinna Vinschen  <corinna@vinschen.de>
1667
1668         Add a missing Win2K sockets IOCTL feature.
1669
1670         * include/winsock2.h (SIO_UDP_CONNRESET): Define.
1671
1672 2011-05-22  Albrecht Schlosser  <vms-news@go4more.de>
1673
1674         Fix an incorrectly typed structure member.
1675
1676         * include/wingdi.h (GCP_RESULTSW): lpClass field defined as LPWSTR;
1677         should be LPSTR; correct it.
1678
1679 2011-05-15  Corinna Vinschen  <corinna@vinschen.de>
1680
1681         Add another missing manifest constant definition.
1682
1683         * include/winbase.h (STACK_SIZE_PARAM_IS_A_RESERVATION): Define.
1684
1685 2011-04-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
1686
1687         Avoid pollution of user namespace; fix MinGW-Bug [#1531].
1688
1689         * include/windef.h (PACKED): Delete macro definition; its name is not
1690         reserved, and may thus conflict with a user defined name; replace it...
1691         * include/wincon.h (KEY_EVENT_RECORD): ...at this sole point of use;
1692         use __attribute__((packed)) directly instead.
1693
1694 2011-04-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1695
1696         Fix bad typedef, per MinGW-Bug [#1529].
1697
1698         * include/imagehlp.h (PREAD_PROCESS_MEMORY_ROUTINE): Corrected, to
1699         conform with MSDN reference, as identified by Safety0ff.
1700
1701 2011-04-04  Corinna Vinschen  <corinna@vinschen.de>
1702
1703         Add a missing manifest constant definition.
1704
1705         * include/winnt.h (DOMAIN_ALIAS_RID_REMOTE_DESKTOP_USERS): Define.
1706
1707 2011-03-29  Corinna Vinschen  <corinna@vinschen.de>
1708
1709         Win2K and Vista userenv updates.
1710
1711         * include/userenv.h [_WIN32_WINNT >= 0x0500] (DeleteProfile)
1712         (GetAllUsersProfileDirectory, GetDefaultUserProfileDirectory)
1713         (ExpandEnvironmentStringsForUser): Define function aliases.
1714         [_WIN32_WINNT >= 0x0500] (DeleteProfileA, DeleteProfileW)
1715         (GetAllUsersProfileDirectoryA, GetAllUsersProfileDirectoryW)
1716         (GetDefaultUserProfileDirectoryA, GetDefaultUserProfileDirectoryW
1717         (ExpandEnvironmentStringsForUserA, ExpandEnvironmentStringsForUserW)
1718         (GetProfileType): Declare function prototypes.
1719         [_WIN32_WINNT >= 0x0600] (CreateProfile): Declare function prototype.
1720         [_WIN32_WINNT >= 0x0500] (PT_TEMPORARY, PT_ROAMING, PT_MANDATORY):
1721         New manifest constants; define them.
1722
1723 2011-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1724
1725         * Makefile.in: Increment CYGRELEASE to 2.
1726
1727 2011-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1728
1729         * lib/Makefile.in: Include GDIPLUS_HEADERS in dist target.
1730
1731 2011-03-11  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1732
1733         * include/w32api.h: Increment version to 3.17.
1734         * Makefile.in: Ditto.
1735
1736 2011-03-07  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1737
1738         * include/winbase.h (PSAPI_WORKING_SET_BLOCK)
1739         (PSAPI_WORKING_SET_INFORMATION): Move from here...
1740         * include/psapi.h (PSAPI_WORKING_SET_BLOCK)
1741         (PSAPI_WORKING_SET_INFORMATION): ...to here.
1742
1743 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1744
1745         * include/w32api.h: Increment version to 3.16.
1746         * Makefile.in: Ditto.
1747
1748 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1749
1750         * include/commctrl.h (NMTCKEYDOWN): Define.
1751
1752 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1753
1754         * include/wtsapi32.h (WTSSendMessageA, WTSSendMessageW, WTSSendMessage):
1755         Define.
1756
1757 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1758
1759         * include/winbase.h (PSAPI_WORKING_SET_BLOCK,
1760         PSAPI_WORKING_SET_INFORMATION): Define.
1761
1762 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1763
1764         * include/winbase.h (__GNUC_EXTENSION): Define, replacing __MINGW_EXTENSION.
1765
1766 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1767
1768         * lib/kernel32.def (FreeLibraryAndExitThread): Fix definition.
1769
1770 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1771
1772         * include/winbase.h (FILE_ENCRYPTABLE, FILE_IS_ENCRYPTED, FILE_READ_ONLY,
1773         FILE_ROOT_DIR, FILE_SYSTEM_ATTR, FILE_SYSTEM_DIR, FILE_SYSTEM_NOT_SUPPORT,
1774         FILE_UNKNOWN, FILE_USER_DISALLOWED): Define.
1775
1776 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1777
1778         * include/winioctl.h (_DRIVE_LAYOUT_INFORMATION_MBR): Add
1779         _DRIVE_LAYOUT_INFORMATION_MBR_DEFINED guard.
1780         * include/ddk/winddk.h (_DRIVE_LAYOUT_INFORMATION_MBR): Ditto.
1781
1782 2011-03-04  Seth Jackson  <sethj@users.sourceforge.net>
1783
1784         * include/winnt.h (PAGE_WRITECOMBINE): Define.
1785         * include/winbase.h (THREAD_MODE_BACKGROUND_BEGIN, THREAD_MODE_BACKGROUND_END): Define.
1786
1787 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1788
1789         * include/winbase.h (__MINGW_EXTENSION): Define.
1790         (OVERLAPPED): Add __MINGW_EXTENSION around nameless union /
1791         struct to correct issue with -std=c99.
1792
1793 2011-03-02  Corinna Vinschen  <corinna@vinschen.de>
1794
1795         * include/ddk/winddk.h (TIMER_INFORMATION_CLASS): Define.
1796         (TIMER_BASIC_INFORMATION): Define.
1797         (NtQueryTimer): Define.
1798         (ZwQueryTimer): Define.
1799
1800 2010-12-27  David Byron  <dbyron0@users.sourceforge.net>
1801
1802         * include/winioctl.h (STORAGE_BUS_TYPE): Define.
1803
1804 2010-12-27  Seth Jackson  <sethj@users.sourceforge.net>
1805
1806         * include/winbase.h (GetComputerNameEx): Define.
1807
1808 2010-12-27  Ryan Lortie  <desrt@desrt.ca>
1809
1810         * include/winbase.h (TzSpecificLocalTimeToSystemTime): Define.
1811
1812 2010-12-27  Markus Koenig  <basilo@users.sourceforge.net>
1813
1814         * include/gdiplus/gdipluspixelformats.h (PixelFormatIndexed,
1815         PixelFormatGDI, PixelFormatAlpha, PixelFormatPAlpha,
1816         PixelFormatExtended, PixelFormatCanonical, PixelFormatUndefined,
1817         PixelFormatDontCare, PixelFormat1bppIndexed, PixelFormat4bppIndexed,
1818         PixelFormat8bppIndexed, PixelFormat16bppGrayScale,
1819         PixelFormat16bppRGB555, PixelFormat16bppRGB565, PixelFormat16bpp1555,
1820         PixelFormat24bppRGB, PixelFormat32bppRGB, PixelFormat32bppARGB,
1821         PixelFormat32bppPARGB, PixelFormat48bppRGB, PixelFormat64bppARGB,
1822         PixelFormat64bppPARGB, PixelFormatMax): Fix definition.
1823
1824 2010-10-20  Seth Jackson  <sethj@users.sourceforge.net>
1825
1826         * include/commctrl.h (TC_ITEMHEADER[AW]): Rename to TCITEMHEADER[AW].
1827         Add defines for backward compatibility.
1828
1829 2010-12-27  Johann Hanne  <jonnyh33@users.sourceforge.net>
1830
1831         * include/oaidl.h (GetTypeComp, GetTypeComp, IsMatchingType): Fix defintion.
1832         * include/objidl.h (AddConnection, ReleaseConnection): Ditto.
1833         * include/winbase.h (EnumResourceLanguagesA, EnumResourceLanguagesW,
1834         EnumResourceNamesA, EnumResourceNamesW, EnumResourceTypesA,
1835         EnumResourceTypesW): Ditto.
1836         * include/winnt.h (_SYSTEM_POWER_CAPABILITIES): Ditto.
1837
1838 2010-12-27  Seth Jackson  <sethj@users.sourceforge.net>
1839
1840         * include/basetsd.h: (INT8, UINT8, INT16, UINT16): Define.
1841
1842 2010-12-27  Paul Sokolovsky  <pfalcon@users.sf.net>
1843
1844         * include/bdatypes.h: Add missing semicolons.
1845
1846 2010-08-26  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1847
1848         * include/w32api.h: Increment version to 3.15.
1849         * Makefile.in: Ditto.
1850
1851 2010-08-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1852
1853         * Makefile.in: Update naming convention and compression format (lzma),
1854         leaving existing naming convention and compression format as is for Cygwin.
1855
1856 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1857
1858         * include/oleacc.h (STATE_SYSTEM_HASPOPUP, STATE_SYSTEM_NORMAL,
1859         STATE_SYSTEM_PROTECTED): Define.
1860
1861         Thank you to Marcus von Appen for reporting the issue.
1862
1863 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1864
1865         * include/winuser.h (CF_DIBV5): Define.
1866         (CF_MAX): Adjust accordingly.
1867
1868         Thank you to Lenard Lindstrom for reporting the issue.
1869
1870 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1871
1872         * include/sspi.h (QuerySecurityContextToken): Define.
1873         * lib/secur32.def: Regenerate using gendef on a Win7 machine.
1874
1875         Thank you to Magnus Hagander for reporting the issue.
1876
1877 2010-08-25  Ali Sabil  <asabil@users.sourceforge.net>
1878
1879         * include/ocidl.h: Define COBJMACROS for IPropertyBag and IPropertyBag2.
1880
1881 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1882
1883         * include/shlwapi (ASSOCDATA): Update definition.
1884
1885         Thank you to Frederic Deschamps for reporting the issue.
1886
1887 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1888
1889         * include/winbase.h (COPY_FILE_OPEN_SOURCE_FOR_WRITE,
1890         COPY_FILE_ALLOW_DECRYPTED_DESTINATION, COPY_FILE_COPY_SYMLINK,
1891         COPY_FILE_NO_BUFFERING): Define.
1892
1893         Thank you to Roland Schwingel for reporting the issue.
1894
1895 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1896
1897         * include/winuser.h (HHOOK): Move definition from here...
1898         * include/windef.h: ...to here, as per MSDN.
1899
1900         Thank you to Samuel Thibault for reporting the issue.
1901
1902 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1903
1904         * include/winbase.h (GetEnvironmentStrings, GetEnvironmentStringsA): Per
1905         MSDN, change return type to LPCH.
1906         (GetEnvironmentStringsW): Per MSDN, change return type to LPWCH.
1907
1908         Thank you to Emmanuel Stapf for reporting the issue.
1909
1910 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1911
1912         * include/prsht.h (SNDMDG, POSTMSG): Fix typo.
1913         * include/windowsx.h (SNDMSG): Ditto.
1914
1915 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1916
1917         * include/prsht.h (SNDMSG, POSTMSG): Define macros and use throughout.
1918
1919         Thank you to Ozkan Sezer for reporting the issue.
1920
1921 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1922
1923         * include/windowsx.h (SNDMSG): Define macro and use throughout.
1924
1925         Thank you to Chris Oldwood for reporting the issue.
1926
1927 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1928
1929         * include/oleacc.h (AccessibleObjectFromEvent): Correct definition.
1930
1931         Thank you to Rick Walsh for reporting the issue.
1932
1933 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1934
1935         * include/winbase.h (MoveFileWithProcessA, MoveFileWithProgressW): Define.
1936
1937 2010-08-24  Vinky  <rabbit_vinky@users.sourceforge.net>
1938
1939         * include/winbase.h (OVERLAPPED): Correct definition.
1940
1941 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1942
1943         * include/winnt.h (IMAGE_NT_HEADERS32, IMAGE_NT_HEADERS64): Correct
1944         definition.
1945
1946         Thank you to Pasi Ruokola for reporting the issue.
1947
1948 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1949
1950         * include/exdisp.h (get_RegisterAsBrowser): Fix typo.
1951
1952         Thank you to cheznonnon for reporting the issue.
1953
1954 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1955
1956         * lib/ws2_32.def: Regenerate using gendef on a Win7 machine.
1957
1958 2010-08-24  Ozkan Sezer  <sezero@users.sourceforge.net>
1959
1960         * winnt.h: Fix several SUBLANG ID errors (ref:
1961         http://msdn.microsoft.com/en-us/library/dd318693(VS.85).aspx).
1962         (SUBLANG_UI_CUSTOM_DEFAULT): 0x05, not 0x03.
1963         (SUBLANG_HAUSA_NIGERIA): Bad ID name, correct one is ...
1964         (SUBLANG_HAUSA_NIGERIA_LATIN): ... this.
1965         (SUBLANG_INUKTITUT_CANADA_LATIN): 0x02, not 0x01.
1966         (SUBLANG_IRISH_IRELAND): 0x02, not 0x01.
1967         (SUBLANG_LAO_LAO_PDR): Bad ID name, correct one is ...
1968         (SUBLANG_LAO_LAO): ... this.
1969         (SUBLANG_LOWER_SORBIAN_GERMANY): 0x02, not 0x01.
1970         (SUBLANG_SAMI_SKOLT_FINLAND): 0x08, not 0x03.
1971         (SUBLANG_SAMI_INARI_FINLAND): 0x09, not 0x03.
1972         (SUBLANG_SYRIAC_SYRIA): define as SUBLANG_SYRIAC (what MSDN mentions).
1973         (SUBLANG_TIGRIGNA_ERITREA): 0x02, not 0x01.
1974         (SUBLANG_BENGALI_INDIA): 0x01, not 0x00.
1975         (SUBLANG_BENGALI_BANGLADESH): 0x02, not 0x01.
1976         (SUBLANG_PUNJABI_INDIA): 0x01, not 0x00.
1977         (SUBLANG_PUNJABI_PAKISTAN): not defined in MSDN.
1978         (SUBLANG_ROMANIAN_ROMANIA): 0x01, not 0x00.
1979         (SUBLANG_ROMANIAN_MOLDOVA): not defined in MSDN.
1980
1981 2010-08-24  LRN  <lrn1986@gmail.com>
1982
1983         * include/mmreg.h (MPEGLAYER3WAVEFORMAT, WAVE_FORMAT_UNKNOWN,
1984         WAVE_FORMAT_PCM, WAVE_FORMAT_ADPCM, WAVE_FORMAT_IEEE_FLOAT,
1985         WAVE_FORMAT_VSELP, WAVE_FORMAT_IBM_CVSD, WAVE_FORMAT_ALAW,
1986         WAVE_FORMAT_MULAW, WAVE_FORMAT_OKI_ADPCM, WAVE_FORMAT_DVI_ADPCM,
1987         WAVE_FORMAT_MEDIASPACE_ADPCM, WAVE_FORMAT_SIERRA_ADPCM,
1988         WAVE_FORMAT_G723_ADPCM, WAVE_FORMAT_DIGIFIX, WAVE_FORMAT_DIALOGIC_OKI_ADPCM,
1989         WAVE_FORMAT_MEDIAVISION_ADPCM, WAVE_FORMAT_CU_CODEC,
1990         WAVE_FORMAT_YAMAHA_ADPCM, WAVE_FORMAT_SONARC,
1991         WAVE_FORMAT_DSPGROUP_TRUESPEECH, WAVE_FORMAT_ECHOSC1,
1992         WAVE_FORMAT_AUDIOFILE_AF36, WAVE_FORMAT_APTX, WAVE_FORMAT_AUDIOFILE_AF10,
1993         WAVE_FORMAT_PROSODY_1612, WAVE_FORMAT_LRC, WAVE_FORMAT_DOLBY_AC2,
1994         WAVE_FORMAT_GSM610, WAVE_FORMAT_MSNAUDIO, WAVE_FORMAT_ANTEX_ADPCME,
1995         WAVE_FORMAT_CONTROL_RES_VQLPC, WAVE_FORMAT_DIGIREAL, WAVE_FORMAT_DIGIADPCM,
1996         WAVE_FORMAT_CONTROL_RES_CR10, WAVE_FORMAT_NMS_VBXADPCM,
1997         WAVE_FORMAT_ROLAND_RDAC, WAVE_FORMAT_ECHOSC3, WAVE_FORMAT_ROCKWELL_ADPCM,
1998         WAVE_FORMAT_ROCKWELL_DIGITALK, WAVE_FORMAT_XEBEC, WAVE_FORMAT_G721_ADPCM,
1999         WAVE_FORMAT_G728_CELP, WAVE_FORMAT_MSG723, WAVE_FORMAT_MPEG,
2000         WAVE_FORMAT_RT24, WAVE_FORMAT_PAC, WAVE_FORMAT_MPEGLAYER3,
2001         WAVE_FORMAT_LUCENT_G723, WAVE_FORMAT_CIRRUS, WAVE_FORMAT_ESPCM,
2002         WAVE_FORMAT_VOXWARE, WAVE_FORMAT_CANOPUS_ATRAC, WAVE_FORMAT_G726_ADPCM,
2003         WAVE_FORMAT_G722_ADPCM, WAVE_FORMAT_DSAT, WAVE_FORMAT_DSAT_DISPLAY,
2004         WAVE_FORMAT_VOXWARE_BYTE_ALIGNED, WAVE_FORMAT_VOXWARE_AC8,
2005         WAVE_FORMAT_VOXWARE_AC10, WAVE_FORMAT_VOXWARE_AC16,
2006         WAVE_FORMAT_VOXWARE_AC20, WAVE_FORMAT_VOXWARE_RT24,
2007         WAVE_FORMAT_VOXWARE_RT29, WAVE_FORMAT_VOXWARE_RT29HW,
2008         WAVE_FORMAT_VOXWARE_VR12, WAVE_FORMAT_VOXWARE_VR18,
2009         WAVE_FORMAT_VOXWARE_TQ40, WAVE_FORMAT_SOFTSOUND, WAVE_FORMAT_VOXWARE_TQ60,
2010         WAVE_FORMAT_MSRT24, WAVE_FORMAT_G729A, WAVE_FORMAT_MVI_MV12,
2011         WAVE_FORMAT_DF_G726, WAVE_FORMAT_DF_GSM610, WAVE_FORMAT_ISIAUDIO,
2012         WAVE_FORMAT_ONLIVE, WAVE_FORMAT_SBC24, WAVE_FORMAT_DOLBY_AC3_SPDIF,
2013         WAVE_FORMAT_ZYXEL_ADPCM, WAVE_FORMAT_PHILIPS_LPCBB, WAVE_FORMAT_PACKED,
2014         WAVE_FORMAT_RHETOREX_ADPCM, WAVE_FORMAT_IRAT, WAVE_FORMAT_VIVO_G723,
2015         WAVE_FORMAT_VIVO_SIREN, WAVE_FORMAT_DIGITAL_G723,
2016         WAVE_FORMAT_CREATIVE_ADPCM, WAVE_FORMAT_CREATIVE_FASTSPEECH8,
2017         WAVE_FORMAT_CREATIVE_FASTSPEECH10, WAVE_FORMAT_QUARTERDECK,
2018         WAVE_FORMAT_FM_TOWNS_SND, WAVE_FORMAT_BTV_DIGITAL, WAVE_FORMAT_VME_VMPCM,
2019         WAVE_FORMAT_OLIGSM, WAVE_FORMAT_OLIADPCM, WAVE_FORMAT_OLICELP,
2020         WAVE_FORMAT_OLISBC, WAVE_FORMAT_OLIOPR, WAVE_FORMAT_LH_CODEC,
2021         WAVE_FORMAT_NORRIS, WAVE_FORMAT_ISIAUDIO,
2022         WAVE_FORMAT_SOUNDSPACE_MUSICOMPRESS, WAVE_FORMAT_DVM, WAVE_FORMAT_RAW_AAC1,
2023         WAVE_FORMAT_MPEG_HEAAC, WAVE_FORMAT_MPEG_ADTS_AAC, WAVE_FORMAT_DRM,
2024         WAVE_FORMAT_DTS, WAVE_FORMAT_WMAVOICE9, WAVE_FORMAT_WMASPDIF,
2025         WAVE_FORMAT_WMAUDIO_LOSSLESS, WAVE_FORMAT_WMAUDIO2, WAVE_FORMAT_WMAUDIO3,
2026         WAVE_FORMAT_MPEG_LOAS, WAVE_FORMAT_RAW_SPORT, WAVE_FORMAT_ESST_AC3,
2027         WAVE_FORMAT_DTS2): Define.
2028         * include/msacm.h (HACMDRIVERID, HACMDRIVER, HACMSTREAM, HACMOBJ,
2029         ACMSTREAMHEADER, WAVEFILTER, acmDriverAddA, acmDriverAddW, acmDriverRemove,
2030         acmMetrics, acmStreamOpen, acmStreamSize, acmStreamPrepareHeader,
2031         acmStreamUnprepareHeader, acmStreamReset, acmStreamClose, acmStreamConvert):
2032         Define.
2033
2034 2010-08-23  LRN  <lrn1986@gmail.com>
2035
2036         * include/winbase.h (SYMBOLIC_LINK_FLAG_DIRECTORY, FILE_NAME_NORMALIZED,
2037         FILE_NAME_OPENED, VOLUME_NAME_DOS, VOLUME_NAME_GUID, VOLUME_NAME_NONE,
2038         VOLUME_NAME_NT, FILE_BASIC_INFO, FILE_STANDARD_INFO, FILE_NAME_INFO,
2039         FILE_STREAM_INFO, FILE_COMPRESSION_INFO, FILE_ATTRIBUTE_TAG_INFO,
2040         FILE_ID_BOTH_DIR_INFO, FILE_REMOTE_PROTOCOL_INFO, FILE_INFO_BY_HANDLE_CLASS,
2041         GetFileInformationByHandleEx, GetFinalPathNameByHandleA,
2042         GetFinalPathNameByHandleW): Define.
2043
2044 2010-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2045
2046         * lib/CheckConflicts.sh: New file.
2047
2048 2010-08-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2049
2050         * lib/kernel32.def (CopyLZFile, GetExpandedNameA, GetExpandedNameW, LZClose,
2051         LZCopy, LZInit, LZOpenFileA, LZOpenFileW, LZRead, LZSeek, OpenProcessToken,
2052         OpenThreadToken, RegCloseKey, RegCreateKeyExA, RegCreateKeyExW,
2053         RegDeleteKeyExA, RegDeleteKeyExW, RegDeleteValueA, RegDeleteValueW,
2054         RegEnumKeyExA, RegEnumKeyExW, RegEnumValueA, RegEnumValueW, RegFlushKey,
2055         RegGetKeySecurity, RegLoadKeyA, RegLoadKeyW, RegNotifyChangeKeyValue,
2056         RegOpenCurrentUser, RegOpenKeyExA, RegOpenKeyExW, RegOpenUserClassesRoot,
2057         RegQueryInfoKeyA, RegQueryInfoKeyW, RegQueryValueExA, RegQueryValueExW,
2058         RegRestoreKeyA, RegRestoreKeyW, RegSetKeySecurity, RegSetValueExA,
2059         RegSetValueW, RegUnLoadKeyA, RegUnLoadKeyW, RtlCaptureStackBackTrace,
2060         RtlFillMemory, RtlMoveMemory, RtlZeroMemory, SetThreadToken): Remove
2061         conflicting definition.
2062         * lib/th32.def: Remove.
2063         * lib/ntdll.def (RtlUnwind): Remove conflicting definition.
2064         * lib/version.def (VerLanguageNameA, VerLanguageNameW): Remove conflicting
2065         definition.
2066
2067 2010-08-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2068
2069         * lib/kernel32.def (CreateProcessAsUserW): Remove definition.
2070
2071 2010-08-20  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2072
2073         * lib/kernel32.def: Regenerate using gendef on a Win7 machine.
2074
2075 2010-08-19  Corinna Vinschen  <corinna@vinschen.de>
2076
2077         * include/winnt.h: Define FILE_ATTRIBUTE_VIRTUAL.  Change
2078         FILE_ATTRIBUTE_VALID_FLAGS accordingly.
2079         * include/ddk/winddk.h: Ditto.
2080
2081 2010-08-18  Ladislav Michl  <ladis@users.sourceforge.net>
2082
2083         * include/winbase.h (SYMBOLIC_LINK_FLAG_DIRECTORY, CreateSymbolicLinkW,
2084         CreateSymbolicLinkA, CreateSymbolicLink): Define
2085
2086 2010-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2087
2088         * lib/kernel32.def(FatalExit): Correct definiton.
2089
2090 2010-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2091
2092         * include/basetyps.h (REFGUID, REFIID, REFCLSID, REFFMTID): Revert change
2093         from 2010-07-17 since it breaks several applications.
2094
2095 2010-07-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2096
2097         * lib/kernel32.def: Regenerate using gendef.
2098
2099 2010-07-20  Ozkan Sezer  <sezero@users.sourceforge.net>
2100
2101         * include/commctrl.h (LVIF_GROUPID): Fix definition.
2102
2103 2010-07-20  Michael James  <james.me@gmail.com>
2104
2105         * include/commctrl.h (LVIF_COLUMNS): Fix definition.
2106
2107 2010-07-17  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2108
2109         * include/winnt.h (HEAP_MAKE_TAG_FLAGS, VALID_INHERIT_FLAGS): Correct
2110         definition.
2111         * include/rpcndr.h (NdrUnMarshConfStringHdr, NdrUnMarshCCtxtHdl,
2112         NdrMarshSCtxtHdl): Ditto.
2113         * include/basetyps.h (REFGUID, REFIID, REFCLSID, REFFMTID): Remove macro
2114         definition in favour of typedef definition.
2115
2116         Thank you to Yuta Tomino for reporting the issues.
2117
2118 2010-07-08  Markus Koenig  <basilo@users.sourceforge.net>
2119
2120         * include/gdiplus.h: New file.
2121         * include/gdiplus/gdiplus.h: New file.
2122         * include/gdiplus/gdiplusbase.h: New file.
2123         * include/gdiplus/gdiplusbrush.h: New file.
2124         * include/gdiplus/gdipluscolor.h: New file.
2125         * include/gdiplus/gdipluscolormatrix.h: New file.
2126         * include/gdiplus/gdipluseffects.h: New file.
2127         * include/gdiplus/gdiplusenums.h: New file.
2128         * include/gdiplus/gdiplusflat.h: New file.
2129         * include/gdiplus/gdiplusgpstubs.h: New file.
2130         * include/gdiplus/gdiplusgraphics.h: New file.
2131         * include/gdiplus/gdiplusheaders.h: New file.
2132         * include/gdiplus/gdiplusimageattributes.h: New file.
2133         * include/gdiplus/gdiplusimagecodec.h: New file.
2134         * include/gdiplus/gdiplusimaging.h: New file.
2135         * include/gdiplus/gdiplusimpl.h: New file.
2136         * include/gdiplus/gdiplusinit.h: New file.
2137         * include/gdiplus/gdipluslinecaps.h: New file.
2138         * include/gdiplus/gdiplusmatrix.h: New file.
2139         * include/gdiplus/gdiplusmem.h: New file.
2140         * include/gdiplus/gdiplusmetafile.h: New file.
2141         * include/gdiplus/gdiplusmetaheader.h: New file.
2142         * include/gdiplus/gdipluspath.h: New file.
2143         * include/gdiplus/gdipluspen.h: New file.
2144         * include/gdiplus/gdipluspixelformats.h: New file.
2145         * include/gdiplus/gdiplusstringformat.h: New file.
2146         * include/gdiplus/gdiplustypes.h: New file.
2147         * lib/gdiplus.c: New file containing GDI+ variable definitions
2148         and GUIDs.
2149         * lib/gdiplus.def: New file.
2150         * lib/Makefile.in: Add gdiplus.o to EXTRA_OBJS,
2151         add gdiplus.c to SOURCES.
2152         * lib/test.c: Include gdiplus.h.
2153
2154 2010-06-28  Rick Rankin  <rrankin1424-mingw@yahoo.com>
2155
2156         * include/psapi.h (PROCESS_MEMORY_COUNTERS_EX, PERFORMANCE_INFORMATION,
2157         GetPerformanceInfo): Define.
2158         * lib/psapi.def (GetPerformanceInfo): Define.
2159         * include/wincrypt.h (CryptEnumProvidersA, CryptEnumProvidersW,
2160         CryptEnumProviders): Define.
2161
2162 2010-02-17  LRN  <lrn1986@gmail.com>
2163
2164         * include/shlguid.h (IID_IFolderView): Define.
2165         * include/shlobj.h (IFolderView interface): Define.
2166         * lib/shell32.c (IID_IFolderView): Export.
2167
2168 2010-01-26  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
2169
2170         * include/shldisp.h (AUTOCOMPLETEOPTIONS): Add version guard around
2171         ACO_WORD_FILTER and ACO_NOPREFIXFILTERING.
2172
2173 2010-01-26  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
2174
2175         * include/shldisp.h (AUTOCOMPLETEOPTIONS): Add enum.
2176
2177 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2178
2179         * include/shlobj.h (SHParseDisplayName): Fix definition.
2180
2181 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2182
2183         * include/w32api.h: Increment version to 3.14.
2184         * Makefile.in: Ditto.
2185
2186 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2187
2188         * include/shlobj.h (SHParseDisplayName): Define.
2189
2190         Thanks to James Roberts-Thomson for the report.
2191
2192 2009-20-10  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
2193
2194         * include/wingdi.h (ENHMFENUMPROC): Correct definition.
2195
2196         Thanks to Alexander Vassilev for the report.
2197
2198 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2199
2200         * include/iprtrmib.h (MIB_IPADDRROW): Correct definition.
2201
2202         Thanks to Thomas Denk for the report.
2203
2204 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2205
2206         * include/winbase.h (UnmapViewOfFile): Correct definition.
2207
2208         Thanks to Dimitry Sibiryakov for the report.
2209
2210 2009-20-10  Aleksey Chernov  <virxkane@users.sourceforge.net>
2211
2212         * include/sspi.h: Include ntsecapi.h to correct postgresql build error.
2213
2214 2009-20-10  Heiko Hund  <heiko@ist.eigentlich.net>
2215
2216         * include/commctrl.h (GetMUILanguage, InitMUILanguage): Add prototypes.
2217         * lib/comctl32.def (GetMUILanguage, InitMUILanguage): Define.
2218
2219 2009-20-10  Michael James  <james.me@gmail.com>
2220
2221         * include/wingdi.h (CLEARTYPE_QUALITY): Define.
2222         * include/winuser.h (WM_KEYLAST): Alternative definition when _WIN32_WINNT
2223         >= 0x0501.
2224         (WM_UNICHAR,UNICODE_NOCHAR): Define.
2225         * lib/comctl32.def (DefSubclassProc@16,GetWindowSubclass@16,
2226         RemoveWindowSubclass@12): Add exports.
2227         * lib/gdi32.def (GetDCBrushColor@4,GetDCPenColor@4): Add exports.
2228
2229 2009-20-10  Jarkko Sakkinen  <jarkko.sakkinen@iki.fi>
2230
2231         * include/winuser.h (WM_TOUCHMOVE, WM_TOUCHDOWN, WM_TOUCHUP,
2232         TOUCHEVENTF_DOWN, TOUCHEVENTF_INRANGE, TOUCHEVENTF_MOVE,
2233         TOUCHEVENTF_NOCOALESCE, TOUCHEVENTF_PALM, TOUCHEVENTF_PEN,
2234         TOUCHEVENTF_PRIMARY, TOUCHEVENTF_UP, TOUCHEVENTMASKF_CONTACTAREA,
2235         TOUCHEVENTMASKF_EXTRAINFO, TOUCHEVENTMASKF_TIMEFROMSYSTEM, TOUCHINPUT,
2236         CloseTouchInputHandle, GetTouchInputInfo, IsTouchWindow,
2237         RegisterTouchWindow, UnregisterTouchWindow): Define.
2238         * lib/user32.def (CloseTouchInputHandle, GetTouchInputInfo, IsTouchWindow,
2239         RegisterTouchWindow, UnregisterTouchWindow): Define.
2240
2241 2009-20-10  Dmitry Potapov  <dpotapov@users.sourceforge.net>
2242
2243         * include/winver.h (VerQueryValue[AW]): Correct definition.
2244
2245 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2246
2247         * include/shlobj.h (SHARD): Add enum.
2248         (SHARD_PATH): Define based on UNICODE.
2249
2250         Thanks to Jacek Caban for the report.
2251
2252 2009-14-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2253
2254         * include/wingdi.h (_devicemodeW, _devicemodeA): Correct definition.
2255
2256         Thanks to Bruno Martinez for the report.
2257
2258 2009-14-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2259
2260         * include/shlobj.h (IDO_SHGIOI_SHARE, IDO_SHGIOI_LINK, IDO_SHGIOI_SLOWFILE,
2261         IDO_SHGIOI_DEFAULT, SHGetIconOverlayIndexW, SHGetIconOverlayIndexA,
2262         SHGetIconOverlayIndex): Define.
2263
2264         Thanks to Tim Kosse for the report.
2265
2266 2009-13-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2267
2268         * include/wincon.h (AttachConsole): Correct guard.
2269
2270         Thanks to Alexander Shaduri for the report.
2271
2272 2009-13-09  Robert Moerland  <rjmoerland@users.sourceforge.net>
2273
2274         * include/wininet.h (NTERNET_CACHE_ENTRY_INFOW): Correct definition.
2275         (DeleteUrlCacheEntryW, DeleteUrlCacheEntryA): Define.
2276
2277 2009-13-09  Jacky Lai  <crazyjacky@users.sourceforge.net>
2278
2279         * include/winerror.h: Fix typos in macro names.
2280
2281 2009-13-09  Jan Nijtmans  <nijtmans@users.sourceforge.net>
2282
2283         * include/winuser.h (SendMessageTimeoutA, SendMessageTimeoutW): Correct
2284         definition.
2285
2286 2009-11-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2287
2288         * include/winnt.h (PROCESS_SUSPEND_RESUME): Define.
2289
2290 2009-10-29  Charles Wilson  <mingw@cwilson.fastmail.fm>
2291
2292         Honor DESTDIR for winsup/mingw and winsup/w32api.
2293         Detect and report error if installation paths are win32
2294         format, but DESTDIR is non-empty.
2295
2296         * Makefile.in (install, uninstall): Use FLAGS_TO_PASS
2297         when invoking make in subdirs.
2298         * lib/Makefile.in (DESTDIR): Honor per convention.
2299         (need-DESTDIR-compatibility): New macro; define it and a
2300         corresponding rule.
2301         (fail-DESTDIR-compatibility): New dependency goal.
2302         (install-libraries, install-headers, uninstall-libraries,
2303         uninstall-headers): Require need-DESTDIR-compatibility.
2304         * lib/ddk/Makefile.in: Ditto.
2305         * lib/directx/Makefile.in: Ditto.
2306
2307 2009-10-04  Corinna Vinschen  <corinna@vinschen.de>
2308
2309         * include/winbase.h (CreateRestrictedToken): Declare for >= Win 2000.
2310         _WIN32_WINNT >= 0x0500.
2311         (DISABLE_MAX_PRIVILEGE, SANDBOX_INERT, LUA_TOKEN,
2312         WRITE_RESTRICTED): Define.
2313         (IsTokenRestricted): Declare for >= Win 2000.
2314
2315 2009-08-30  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2316
2317         * include/wtsapi32.h (WTSQuerySessionInformationA,
2318         WTSQuerySessionInformationW, WTSQuerySessionInformation, WTSFreeMemory):
2319         Moved to (_WIN32_WINNT >= 0x0500) guard.
2320         (thanks to Pierre Ossman)
2321
2322 2009-08-09  Andy Koppe  <andy.koppe@gmail.com>
2323
2324         * include/winnls.h (IS_HIGH_SURROGATE, IS_LOW_SURROGATE,
2325         IS_SURROGATE_PAIR): Define.
2326
2327 2009-07-27  Corinna Vinschen  <corinna@vinschen.de>
2328
2329         * include/winnt.h (FILE_SUPPORTS_HARD_LINKS,
2330         FILE_SUPPORTS_EXTENDED_ATTRIBUTES, FILE_SUPPORTS_OPEN_BY_FILE_ID,
2331         FILE_SUPPORTS_USN_JOURNALS): Define.  Add comment.
2332         * include/ddk/ntifs.h: Ditto.
2333         (FILE_SEQUENTIAL_WRITE_ONCE, FILE_SUPPORTS_TRANSACTIONS): Define.
2334
2335 2009-07-21  Corinna Vinschen  <corinna@vinschen.de>
2336
2337         * lib/msimg32.def (GetDCBrushColor, GetDCPenColor): Move entry points
2338         from here...
2339         * lib/gdo32.dll: ...to here.
2340
2341 2009-07-01  Corinna Vinschen  <corinna@vinschen.de>
2342
2343         * lib/comctl32.def (StrCSpnA@8, StrCSpnIA@8, StrCSpnW@8, StrChrA@8,
2344         StrChrIA@8, StrChrIW@8, StrChrW@8, StrCmpNA@12, StrCmpNIA@12,
2345         StrCmpNIW@12, StrCmpNW@12, StrRChrA@12, StrRChrIA@12, StrRChrW@12,
2346         StrRStrIA@12, StrRStrIW@12, StrStrA@8, StrStrIA@8, StrStrIW@8,
2347         StrStrW@8, StrToIntA@4, StrToIntW@4): Remove erroneously defined
2348         entry points.
2349
2350 2009-06-24  Corinna Vinschen  <corinna@vinschen.de>
2351
2352         * include/wtsapi32.h (WTSQueryUserToken, WTSEnumerateSessionsW,
2353         WTSEnumerateSessionsA): Add function prototypes.
2354         (struct _WTS_SESSION_INFOW, struct _WTS_SESSION_INFOA): Add typedefs.
2355         (WTS_SESSION_INFO, PWTS_SESSION_INFO, WTSEnumerateSessions): Add
2356         defines dependent on UNICODE setting.
2357
2358 2009-06-07  Corinna Vinschen  <corinna@vinschen.de>
2359
2360         * include/ddk/ntapi.h: Add NtXxx equivalent to ZwXxx where missing
2361         and vice versa.
2362         * include/ddk/ntifs.h: Ditto.
2363         * include/ddk/winddk.h: Ditto.
2364         * lib/ntdll.def (NtPlugPlayControl, NtQueryInstallUILanguage,
2365         ZwPlugPlayControl, ZwQueryInstallUILanguage): Add entry points defined
2366         in header, but missing in lib.  Omit NT4-only entry points.
2367
2368 2009-05-01  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2369
2370         * include/shellapi.h (SHIL_LARGE, SHIL_SMALL, SHIL_EXTRALARGE,
2371         SHIL_SYSSMALL, SHIL_JUMBO, SHIL_LAST SHIL_JUMBO, SHGetImageList): Define.
2372         * lib/shell32.def (SHGetImageList): Define.
2373
2374 2009-02-18  Corinna Vinschen  <corinna@vinschen.de>
2375
2376         * winnt.h: Add Vista token security extensions.
2377         (SID_HASH_SIZE): Define.
2378         (TOKEN_MANDATORY_POLICY_OFF, TOKEN_MANDATORY_POLICY_NO_WRITE_UP,
2379         TOKEN_MANDATORY_POLICY_NEW_PROCESS_MIN,
2380         TOKEN_MANDATORY_POLICY_VALID_MASK): Define.
2381         (SID_HASH_ENTRY): Define.
2382         (struct _SID_AND_ATTRIBUTES_HASH): Define.
2383         (struct _TOKEN_LINKED_TOKEN): Define.
2384         (struct _TOKEN_MANDATORY_LABEL): Define.
2385         (struct _TOKEN_MANDATORY_POLICY): Define.
2386         (struct _TOKEN_ELEVATION): Define.
2387         (struct _TOKEN_ACCESS_INFORMATION): Define.
2388         (enum _TOKEN_INFORMATION_CLASS): Conditionally define new Vista token
2389         information enumeration values.
2390
2391 2009-02-09  Corinna Vinschen  <corinna@vinschen.de>
2392
2393         * include/winioctl.h (FSCTL_ALLOW_EXTENDED_DASD_IO): Copy definition
2394         from ddk/ntifs.h.
2395
2396 2009-02-06  Linton Miller  <Linton.Miller@trivininc.com>
2397
2398         * include/wtsapi32.h (WTS_CURRENT_SESSION): Fix definition.
2399
2400 2009-01-19  Corinna Vinschen  <corinna@vinschen.de>
2401
2402         * include/winbase.h (enum _DEP_SYSTEM_POLICY_TYPE): Fix version guard.
2403
2404 2009-01-11  Henry Nestler  <henry@bigfoot.de>
2405
2406         * lib/ddk/ntoskrnl.def: Enable ZwQueryEaFile, ZwSetEaFile, NtQueryEaFile,
2407         NtSetEaFile.
2408
2409 2009-01-07  Corinna Vinschen  <corinna@vinschen.de>
2410
2411         * include/winbase.h (SCS_64BIT_BINARY): Define.
2412
2413 2008-12-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2414
2415         * include/w32api.h: Increment version to 3.13.
2416         * Makefile.in: Ditto.
2417
2418 2008-12-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2419
2420         * lib/glut.def: remove.
2421         * lib/glut32.def: ditto.
2422
2423 2008-11-11  Corinna Vinschen  <corinna@vinschen.de>
2424
2425         * include/winbase.h (PROCESS_DEP_ENABLE,
2426         PROCESS_DEP_DISABLE_ATL_THUNK_EMULATION): Define for >= Vista SP1.
2427         (enum _DEP_SYSTEM_POLICY_TYPE): Ditto.
2428         (GetProcessDEPPolicy, GetSystemDEPPolicy, SetProcessDEPPolicy): Ditto.
2429
2430 2008-10-09  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2431
2432         * include/mmsystem.h (sndAlias): Correct GCC4 warning.
2433
2434 2008-10-04  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2435
2436         * include/shellapi.h (NOTIFYICON_VERSION_4): Define.
2437
2438 2008-09-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2439
2440         * include/vfw.h (capSendMessage): Rename to __capSendMessage.
2441
2442 2008-09-24  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2443
2444         * include/vfw.h (WM_CAP_SET_CALLBACK_ERRORA, WM_CAP_SET_CALLBACK_ERRORW,
2445         WM_CAP_SET_CALLBACK_STATUS, WM_CAP_SET_CALLBACK_YIELD,
2446         WM_CAP_SET_CALLBACK_FRAMEA, WM_CAP_SET_CALLBACK_FRAMEW,
2447         WM_CAP_SET_CALLBACK_VIDEOSTREAM, WM_CAP_SET_CALLBACK_WAVESTREAM,
2448         WM_CAP_GET_USER_DATA, WM_CAP_SET_USER_DATA, WM_CAP_DRIVER_CONNECT,
2449         WM_CAP_DRIVER_DISCONNECT, WM_CAP_DRIVER_GET_NAMEA, WM_CAP_DRIVER_GET_NAMEW,
2450         WM_CAP_DRIVER_GET_VERSIONA, WM_CAP_DRIVER_GET_VERSIONW,
2451         WM_CAP_DRIVER_GET_CAPS, WM_CAP_FILE_SET_CAPTURE_FILEA,
2452         WM_CAP_FILE_SET_CAPTURE_FILEW, WM_CAP_FILE_GET_CAPTURE_FILEA,
2453         WM_CAP_FILE_GET_CAPTURE_FILEW, WM_CAP_FILE_ALLOCATE, WM_CAP_FILE_SAVEASA,
2454         WM_CAP_FILE_SAVEASW, WM_CAP_FILE_SET_INFOCHUNK, WM_CAP_FILE_SAVEDIBA,
2455         WM_CAP_FILE_SAVEDIBW, WM_CAP_EDIT_COPY, WM_CAP_SET_AUDIOFORMAT,
2456         WM_CAP_GET_AUDIOFORMAT, WM_CAP_DLG_VIDEOFORMAT, WM_CAP_DLG_VIDEOSOURCE,
2457         WM_CAP_DLG_VIDEODISPLAY, WM_CAP_GET_VIDEOFORMAT, WM_CAP_SET_VIDEOFORMAT,
2458         WM_CAP_DLG_VIDEOCOMPRESSION, WM_CAP_SET_PREVIEW, WM_CAP_SET_OVERLAY,
2459         WM_CAP_SET_PREVIEWRATE, WM_CAP_SET_SCALE, WM_CAP_GET_STATUS,
2460         WM_CAP_SET_SCROLL, WM_CAP_GRAB_FRAME, WM_CAP_GRAB_FRAME_NOSTOP,
2461         WM_CAP_SEQUENCE, WM_CAP_SEQUENCE_NOFILE, WM_CAP_SET_SEQUENCE_SETUP,
2462         WM_CAP_GET_SEQUENCE_SETUP, WM_CAP_SET_MCI_DEVICEA, WM_CAP_SET_MCI_DEVICEW,
2463         WM_CAP_GET_MCI_DEVICEA, WM_CAP_GET_MCI_DEVICEW, WM_CAP_STOP, WM_CAP_ABORT,
2464         WM_CAP_SINGLE_FRAME_OPEN, WM_CAP_SINGLE_FRAME_CLOSE, WM_CAP_SINGLE_FRAME,
2465         WM_CAP_PAL_OPENA, WM_CAP_PAL_OPENW, WM_CAP_PAL_SAVEA, WM_CAP_PAL_SAVEW,
2466         WM_CAP_PAL_PASTE, WM_CAP_PAL_AUTOCREATE, WM_CAP_PAL_MANUALCREATE,
2467         WM_CAP_SET_CALLBACK_CAPCONTROL): Define using WM_USER.
2468         (capSendMessage): Don't undef.
2469
2470 2008-09-21  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2471
2472         * incude/sspi.h: include subauth.h to fix issue of UNICODE_STRING being
2473         undefined.
2474
2475 2008-09-13  mega-squall  <mega-squall@users.sf.net>
2476
2477         * include/winnt.h (SUBLANG_BENGALI_INDIA, SUBLANG_PUNJABI_INDIA,
2478         SUBLANG_ROMANIAN_ROMANIA): Correct definition.
2479         (SUBLANG_BENGALI_BANGLADESH, SUBLANG_PUNJABI_PAKISTAN,
2480         SUBLANG_ROMANIAN_MOLDOVA): Define.
2481
2482 2008-09-11  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2483
2484         * include/shlwapi.h (ASSOCSTR): Update enum.
2485
2486 2008-09-07  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2487
2488         * include/w32api.h: Increment version to 3.12.
2489         * Makefile.in: Ditto.
2490
2491 2008-09-07  Michael Hentschel  <mikeh42@users.sourceforge.net>
2492
2493         * include/shlwapi.h (STIF_DEFAULT, STIF_SUPPORT_HEX): Define.
2494
2495 2008-09-07  alsemm  <alsemm@users.sourceforge.net>
2496
2497         * include/mlang.h (IMLangFontLink2::MapFont): Fix definition.
2498
2499 2008-09-07  Danny Smith  <dannysmith@users.sourceforge.net>
2500
2501         * include/ws2tcpip.h (IPV6_MREQ): Fix typo.
2502         Thanks to Richard Hughes for report.
2503
2504 2008-09-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2505
2506         * Makefile.in: Adjust to new naming standard for MinGW while maintaining old
2507         naming standard for Cygwin.
2508
2509 2008-08-30  Bo Yang  <techrazy@users.sourceforge.net>
2510
2511         * include/sspi.h: Fix PSecurityFunctionTableW structure.
2512
2513 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2514
2515         * include/ddk/scsi.h: Define READ_TOC formats.
2516         * lib/ddk/scsiport.def (ScsiPortGetDeviceBase): Fix export.
2517
2518 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2519
2520         * include/ddk/ndis.h (NDIS_MINIPORT_MAJOR_VERSION, NDIS_MINIPORT_MINOR_VERSION,
2521         struct NDIS_TASK_OFFLOAD_HEADER, PROTOCOL_RESERVED_SIZE_IN_PACKET,
2522         NdisGetFirstBufferFromPacketSafe, NdisMIndicateReceivePacket,
2523         NdisSetPacketPoolProtocolId, NdisMInitializeTimer, NdisMSetPeriodicTimer,
2524         NdisMCancelTimer): Define.
2525         (enum NDIS_ENCAPSULATION, struct NDIS_ENCAPSULATION_FORMAT): move in file.
2526         (struct _NDIS_PACKET): Define using _ANONYMOUS_UNION and ANONYMOUS_STRUCT to
2527         eliminate warnings.
2528         (NdisReinitializePacket): Rename from NdisReinitializePacketCounts.
2529         * lib/ddk/ndis.def (NdisInitAnsiString, NdisInitUnicodeString, NdisMCancelTimer,
2530         NdisMInitializeTimer, NdisMSetPeriodicTimer, NdisSetPacketPoolProtocolId):
2531         Export.
2532
2533 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2534
2535         * include/ddk/winddk.h (RtlStringCbCopyA, RtlStringCbPrintfA,
2536         RtlStringCbVPrintfA): define in terms of POSIX string functions.
2537
2538 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2539
2540         * include/ddk/winddk.h (KeRaiseIrql): Define.
2541         (KfRaiseIrql, KfLowerIrql): remove incorrect definitions.
2542
2543 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2544
2545         * include/ddk/winddk.h (KeFlushQueuedDpcs, KeMemoryBarrier): Define.
2546         (KeGetCurrentProcessorNumber): Fix incorrect member reference.
2547         (InterlockedIncrement, InterlockedDecrement): fix warning.
2548         * lib/ddk/ntoskrnl.def (KeFlushQueuedDpcs, KeMemoryBarrier): Export.
2549         (KeNumberProcessors): Export.
2550
2551 2008-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2552
2553         * include/shlwapi.h (ASSOCF_INIT_NOREMAPCLSID, ASSOCF_INIT_BYEXENAME,
2554         ASSOCF_OPEN_BYEXENAME, ASSOCF_INIT_DEFAULTTOSTAR,
2555         ASSOCF_INIT_DEFAULTTOFOLDER, ASSOCF_NOUSERSETTINGS, ASSOCF_NOTRUNCATE,
2556         ASSOCF_VERIFY, ASSOCF_REMAPRUNDLL, ASSOCF_NOFIXUPS, ASSOCF_IGNOREBASECLASS,
2557         ASSOCF_INIT_IGNOREUNKNOWN): Define.
2558
2559 2008-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2560
2561         * include/commctrl.h (LVN_MARQUEEBEGIN): Define.
2562
2563         Thanks to Tim Kosse <botg at users dot sf dot net>.
2564
2565 2008-08-22  Bo Yang  <techrazy@users.sourceforge.net>
2566
2567         * include/winnt.h (OWNER_SECURITY_INFORMATION, GROUP_SECURITY_INFORMATION,
2568         DACL_SECURITY_INFORMATION, SACL_SECURITY_INFORMATION): Correct.
2569         * include/winnt.h (OWNER_SECURITY_INFORMATION, GROUP_SECURITY_INFORMATION,
2570         DACL_SECURITY_INFORMATION, SACL_SECURITY_INFORMATION,
2571         LABEL_SECURITY_INFORMATION, UNPROTECTED_SACL_SECURITY_INFORMATION,
2572         UNPROTECTED_DACL_SECURITY_INFORMATION, PROTECTED_SACL_SECURITY_INFORMATION,
2573         PROTECTED_DACL_SECURITY_INFORMATION): Define.
2574
2575 2008-08-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2576
2577         * include/wtsapi32.h (_WTS_INFO_CLASS, _WTS_CONNECTSTATE_CLASS,
2578         WTSQuerySessionInformation, WTSFreeMemory): Define.
2579
2580 2008-07-25  Bo Yang  <techrazy@users.sourceforge.net>
2581
2582         * lib/gdi32.def (SetLayout): Export.
2583
2584 2008-07-25  Bo Yang  <techrazy@users.sourceforge.net>
2585
2586         * include/wincrypt.h (struct _CRYPT_KEY_PROV_PARAM,
2587         struct _CRYPT_KEY_PROV_INFO, CertGetCertificateContextProperty,
2588         CryptEnumKeyIdentifierProperties, CryptAcquireCertificatePrivateKey,
2589         CertCreateCertificateContext, CryptGetKeyIdentifierProperty,
2590         CertSetCertificateContextProperty, CertCompareCertificateName,
2591         CryptSetKeyIdentifierProperty, CertOIDToAlgId, CryptGetDefaultProviderA,
2592         CryptGetDefaultProviderW and many corresponding macroes): Define.
2593         * lib/crypt32.def (Export the above 11 functions): Export.
2594         * include/winerror.h (CRYPT_E_NOT_FOUND and other crypt related
2595         macroes): Define.
2596
2597
2598 2008-07-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2599
2600         * include/winuser.h (MENUGETOBJECTINFO, MNGO_NOINTERFACE, MNGO_NOERROR,
2601         MNGOF_TOPGAP, MNGOF_BOTTOMGAP): Define.
2602
2603 2008-07-24  techrazy  <techrazy@users.sourceforge.net>
2604
2605         * include/wingdi.h (OUT_PS_ONLY_PRECIS): Define.
2606
2607 2008-07-24  Corinna Vinschen  <corinna@vinschen.de>
2608
2609         * include/lmaccess.h (struct _USER_INFO_4): Define.
2610         (struct _USER_INFO_23): Define.
2611         (struct _GROUP_INFO_3): Define.
2612
2613 2008-07-14  Corinna Vinschen  <corinna@vinschen.de>
2614
2615         * include/iphlpapi.h (GetExtendedTcpTable): Add prototype.
2616         * include/iprtrmib.h (TCP_TABLE_CLASS, MIB_TCPROW_OWNER_PID,
2617         MIB_TCPTABLE_OWNER_PID, MIB_TCP6ROW_OWNER_PID,
2618         MIB_TCP6TABLE_OWNER_PID): Define.
2619         * lib/iphlpapi.def (GetExtendedTcpTable): Export.
2620
2621 2008-06-25  Brandon Sneed  <nivenh@sourceware.org>
2622
2623         * include/winbase.h (GetProcessHandleCount, GetSystemRegistryQuota,
2624         GetThreadIOPendingFlag): Modified to rely on _WIN32_WINNT 0x0501 instead
2625         of 0x0502.
2626         Bug reported by Thomas Denk.
2627
2628 2008-06-25  Brandon Sneed  <nivenh@sourceware.org>
2629
2630         * include/winbase.h (InterlockedIncrement, InterlockedDecrement,
2631         InterlockedCompareExchange, InterlockedExchange,
2632         InterlockedCompareExchangePointer, InterlockedExchangeAdd,
2633         InterlockedExchangePointer): Modified from PLONG to LONG volatile *.
2634         Bug reported by Erik Blake.
2635
2636 2008-06-20  Danny Smith  <dannysmith@users.sourceforge.net>
2637
2638         * lib/ddk/hal.def (HalTranslateBusAddress): Correct suffix.
2639         * lib/ddk/ntoskrnl.def (MmAllocateContiguousMemory): Correct suffix.
2640         Bug reported by Brian Hawley.
2641
2642 2008-06-17  Corinna Vinschen  <corinna@vinschen.de>
2643
2644         * include/dsgetdc.h (DS_FORCE_REDISCOVERY, DS_FORCE_REDISCOVERY,
2645         DS_DIRECTORY_SERVICE_REQUIRED, DS_DIRECTORY_SERVICE_PREFERRED,
2646         DS_GC_SERVER_REQUIRED, DS_PDC_REQUIRED, DS_BACKGROUND_ONLY,
2647         DS_IP_REQUIRED, DS_KDC_REQUIRED, DS_TIMESERV_REQUIRED,
2648         DS_WRITABLE_REQUIRED, DS_GOOD_TIMESERV_PREFERRED, DS_AVOID_SELF,
2649         DS_ONLY_LDAP_NEEDED, DS_IS_FLAT_NAME, DS_IS_DNS_NAME,
2650         DS_RETURN_DNS_NAME, DS_RETURN_FLAT_NAME): Define.
2651         (DsGetDcNameW, DsGetDcNameA): Declare.
2652         (DsGetDcName): Define.
2653         * lib/netapi32.def (DsGetDcNameA, DsGetDcNameW): Export.
2654
2655 2008-05-28  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2656
2657         * include/commctrl.h (NMLVODSTATECHANGE): Define.
2658
2659         Thanks to Tim Kosse <botg at users dot sf dot net>.
2660
2661 2008-05-28  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2662
2663         * include/winnt.h (SUBLANG_TIBETAN_BHUTAN): Fix definition.
2664
2665         Thanks to Nicola Di Nisio <nicoladinisio at users dot sf dot net>.
2666
2667 2008-05-15  Corinna Vinschen  <corinna@vinschen.de>
2668
2669         * include/winnt.h (FILE_SEQUENTIAL_WRITE_ONCE): Define.
2670         (FILE_SUPPORTS_TRANSACTIONS): Define.
2671
2672 2008-05-01  Bart Oldeman  <bartoldeman@users.sf.net>
2673
2674         * include/winuser.h (DEVICE_NOTIFY_WINDOW_HANDLE,
2675         DEVICE_NOTIFY_SERVICE_HANDLE): remove duplicate definition.
2676
2677 2008-05-02  Ramiro Polla  <ramiro@lisha.ufsc.br>
2678
2679         * include/vfw.h (WM_CAP_SET_CALLBACK_ERRORA, WM_CAP_SET_CALLBACK_ERRORW,
2680         WM_CAP_SET_CALLBACK_STATUS, WM_CAP_SET_CALLBACK_YIELD,
2681         WM_CAP_SET_CALLBACK_FRAMEA, WM_CAP_SET_CALLBACK_FRAMEW,
2682         WM_CAP_SET_CALLBACK_VIDEOSTREAM, WM_CAP_SET_CALLBACK_WAVESTREAM,
2683         WM_CAP_GET_USER_DATA, WM_CAP_SET_USER_DATA, WM_CAP_DRIVER_CONNECT,
2684         WM_CAP_DRIVER_DISCONNECT, WM_CAP_DRIVER_GET_NAMEA, WM_CAP_DRIVER_GET_NAMEW,
2685         WM_CAP_DRIVER_GET_VERSIONA, WM_CAP_DRIVER_GET_VERSIONW,
2686         WM_CAP_DRIVER_GET_CAPS, WM_CAP_FILE_SET_CAPTURE_FILEA,
2687         WM_CAP_FILE_SET_CAPTURE_FILEW, WM_CAP_FILE_GET_CAPTURE_FILEA,
2688         WM_CAP_FILE_GET_CAPTURE_FILEW, WM_CAP_FILE_ALLOCATE, WM_CAP_FILE_SAVEASA,
2689         WM_CAP_FILE_SAVEASW, WM_CAP_FILE_SET_INFOCHUNK, WM_CAP_FILE_SAVEDIBA,
2690         WM_CAP_FILE_SAVEDIBW, WM_CAP_EDIT_COPY, WM_CAP_SET_AUDIOFORMAT,
2691         WM_CAP_GET_AUDIOFORMAT, WM_CAP_DLG_VIDEOFORMAT, WM_CAP_DLG_VIDEOSOURCE,
2692         WM_CAP_DLG_VIDEODISPLAY, WM_CAP_GET_VIDEOFORMAT, WM_CAP_SET_VIDEOFORMAT,
2693         WM_CAP_DLG_VIDEOCOMPRESSION, WM_CAP_SET_PREVIEW, WM_CAP_SET_OVERLAY,
2694         WM_CAP_SET_PREVIEWRATE, WM_CAP_SET_SCALE, WM_CAP_GET_STATUS,
2695         WM_CAP_SET_SCROLL, WM_CAP_GRAB_FRAME, WM_CAP_GRAB_FRAME_NOSTOP,
2696         WM_CAP_SEQUENCE, WM_CAP_SEQUENCE_NOFILE, WM_CAP_SET_SEQUENCE_SETUP,
2697         WM_CAP_GET_SEQUENCE_SETUP, WM_CAP_SET_MCI_DEVICEA, WM_CAP_SET_MCI_DEVICEW,
2698         WM_CAP_GET_MCI_DEVICEA, WM_CAP_GET_MCI_DEVICEW, WM_CAP_STOP, WM_CAP_ABORT,
2699         WM_CAP_SINGLE_FRAME_OPEN, WM_CAP_SINGLE_FRAME_CLOSE, WM_CAP_SINGLE_FRAME,
2700         WM_CAP_PAL_OPENA, WM_CAP_PAL_OPENW, WM_CAP_PAL_SAVEA, WM_CAP_PAL_SAVEW,
2701         WM_CAP_PAL_PASTE, WM_CAP_PAL_AUTOCREATE, WM_CAP_PAL_MANUALCREATE,
2702         WM_CAP_SET_CALLBACK_CAPCONTROL, WM_CAP_SET_CALLBACK_ERROR,
2703         WM_CAP_SET_CALLBACK_FRAME, WM_CAP_DRIVER_GET_NAME,
2704         WM_CAP_DRIVER_GET_VERSION, WM_CAP_FILE_SET_CAPTURE_FILE,
2705         WM_CAP_FILE_GET_CAPTURE_FILE, WM_CAP_FILE_SAVEAS, WM_CAP_FILE_SAVEDIB,
2706         WM_CAP_SET_MCI_DEVICE, WM_CAP_GET_MCI_DEVICE, WM_CAP_PAL_OPEN,
2707         WM_CAP_PAL_SAVE, capSetCallbackOnError, capSetCallbackOnStatus,
2708         capSetCallbackOnYield, capSetCallbackOnFrame, capSetCallbackOnVideoStream,
2709         capSetCallbackOnWaveStream, capGetUserData, capSetUserData,
2710         capDriverConnect, capDriverDisconnect, capDriverGetName,
2711         capDriverGetVersion, capDriverGetCaps, capFileSetCaptureFile,
2712         capFileGetCaptureFile, capFileAlloc, capFileSaveAs, capFileSetInfoChunk,
2713         capFileSaveDIB, capEditCopy, capSetAudioFormat, capGetAudioFormat,
2714         capGetAudioFormatSize, capDlgVideoFormat, capDlgVideoSource,
2715         capDlgVideoDisplay, capGetVideoFormat, capGetVideoFormatSize,
2716         capSetVideoFormat, capDlgVideoCompression, capPreview, capOverlay,
2717         capPreviewRate, capPreviewScale, capGetStatus, capSetScrollPos,
2718         capGrabFrame, capGrabFrameNoStop, capCaptureSequence,
2719         capCaptureSequenceNoFile, capCaptureSetSetup, capCaptureGetSetup,
2720         capSetMCIDeviceName, capGetMCIDeviceName, capCaptureStop, capCaptureAbort,
2721         capCaptureSingleFrameOpen, capCaptureSingleFrameClose,
2722         capCaptureSingleFrame, capPaletteOpen, capPaletteSave, capPalettePaste,
2723         capPaletteAuto, capPaletteManual, capSetCallbackOnCapControl): Define.
2724         (CAPDRIVERCAPS, *LPCAPDRIVERCAPS, CAPINFOCHUNK, *LPCAPINFOCHUNK, CAPSTATUS,
2725         *LPCAPSTATUS, CAPTUREPARMS, *LPCAPTUREPARMS, VIDEOHDR, *LPVIDEOHDR): typedef.
2726
2727 2008-04-26  Yuval  <uvman@users.sourceforge.net>
2728
2729         * include/ntsecpkg.h (SECPKG_STATE_ENCRYPTION_PERMITTED,
2730         SECPKG_STATE_STRONG_ENCRYPTION_PERMITTED, SECPKG_STATE_DOMAIN_CONTROLLER,
2731         SECPKG_STATE_WORKSTATION, SECPKG_STATE_STANDALONE,
2732         LSA_TOKEN_INFORMATION_TYPE, SECPKG_EXTENDED_INFORMATION_CLASS,
2733         SECPKG_NAME_TYPE, SECPKG_PRIMARY_CRED, SECPKG_SUPPLEMENTAL_CRED,
2734         SECPKG_SUPPLEMENTAL_CRED_ARRAY, SECPKG_PARAMETERS,
2735         SECPKG_EVENT_DOMAIN_CHANGE, SECPKG_CLIENT_INFO, SecurityUserData,
2736         SECPKG_GSS_INFO, SECPKG_CONTEXT_THUNKS, SECPKG_MUTUAL_AUTH_LEVEL,
2737         SECPKG_CALL_INFO, SECPKG_EXTENDED_INFORMATION, PLSA_CALLBACK_FUNCTION,
2738         *PLSA_CLIENT_REQUEST, LSA_SEC_HANDLE, SEC_THREAD_START, SEC_ATTRS,
2739         *PLSA_REGISTER_CALLBACK, *PLSA_CREATE_LOGON_SESSION,
2740         *PLSA_DELETE_LOGON_SESSION, *PLSA_ADD_CREDENTIAL, *PLSA_GET_CREDENTIALS,
2741         *PLSA_DELETE_CREDENTIAL, *PLSA_ALLOCATE_LSA_HEAP, *PLSA_FREE_LSA_HEAP,
2742         *PLSA_ALLOCATE_CLIENT_BUFFER, *PLSA_FREE_CLIENT_BUFFER,
2743         *PLSA_COPY_TO_CLIENT_BUFFER, *PLSA_COPY_FROM_CLIENT_BUFFER,
2744         *PLSA_IMPERSONATE_CLIENT, *PLSA_UNLOAD_PACKAGE, *PLSA_DUPLICATE_HANDLE,
2745         *PLSA_SAVE_SUPPLEMENTAL_CREDENTIALS, *PLSA_CREATE_THREAD,
2746         *PLSA_GET_CLIENT_INFO, *PLSA_REGISTER_NOTIFICATION,
2747         *PLSA_CANCEL_NOTIFICATION, *PLSA_MAP_BUFFER, *PLSA_CREATE_TOKEN,
2748         *PLSA_AUDIT_LOGON, *PLSA_CALL_PACKAGE, *PLSA_FREE_LSA_HEAP,
2749         *PLSA_GET_CALL_INFO, *PLSA_CALL_PACKAGEEX, *PLSA_CREATE_SHARED_MEMORY,
2750         *PLSA_ALLOCATE_SHARED_MEMORY, *PLSA_FREE_SHARED_MEMORY,
2751         *PLSA_DELETE_SHARED_MEMORY, *PLSA_OPEN_SAM_USER, *PLSA_GET_USER_CREDENTIALS,
2752         *PLSA_GET_USER_AUTH_DATA, *PLSA_CLOSE_SAM_USER,
2753         *PLSA_CONVERT_AUTH_DATA_TO_TOKEN, *PLSA_CLIENT_CALLBACK,
2754         *PLSA_UPDATE_PRIMARY_CREDENTIALS, *PLSA_GET_AUTH_DATA_FOR_USER,
2755         *PLSA_CRACK_SINGLE_NAME, *PLSA_AUDIT_ACCOUNT_LOGON,
2756         *PLSA_CALL_PACKAGE_PASSTHROUGH, SECPKG_DLL_FUNCTIONS, LSA_DISPATCH_TABLE,
2757         LSA_SECPKG_FUNCTION_TABLE, *PLSA_AP_INITIALIZE_PACKAGE, *PLSA_AP_LOGON_USER,
2758         *PLSA_AP_CALL_PACKAGE, *PLSA_AP_LOGON_TERMINATED,
2759         *PLSA_AP_CALL_PACKAGE_UNTRUSTED, *PLSA_AP_CALL_PACKAGE_PASSTHROUGH,
2760         *PLSA_AP_LOGON_USER_EX, *PLSA_AP_LOGON_USER_EX2, SpInitializeFn,
2761         SpShutDownFn, SpGetInfoFn, SpAcceptCredentialsFn,
2762         SpAcquireCredentialsHandleFn, SpQueryCredentialsAttributesFn,
2763         SpFreeCredentialsHandleFn, SpSaveCredentialsFn, SpGetCredentialsFn,
2764         SpDeleteCredentialsFn, SpInitLsaModeContextFn, SpAcceptLsaModeContextFn,
2765         SpDeleteContextFn, SpApplyControlTokenFn, SpGetUserInfoFn,
2766         SpGetExtendedInformationFn, SpQueryContextAttributesFn, SpAddCredentialsFn,
2767         SpSetExtendedInformationFn, SpInstanceInitFn, SpInitUserModeContextFn,
2768         SpMakeSignatureFn, SpVerifySignatureFn, SpSealMessageFn, SpUnsealMessageFn,
2769         SpGetContextTokenFn, SpCompleteAuthTokenFn, SpFormatCredentialsFn,
2770         SpMarshallSupplementalCredsFn, SpExportSecurityContextFn,
2771         SpImportSecurityContextFn, SECPKG_FUNCTION_TABLE,
2772         SECPKG_USER_FUNCTION_TABLE, *SpLsaModeInitializeFn,
2773         *SpUserModeInitializeFn): Define.
2774         * include/sspi.h (SECURITY_STRING): Define.
2775
2776 2008-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
2777
2778         * include/specstrings.h: Add more dummy defines.
2779
2780 2008-04-22  Corinna Vinschen  <corinna@vinschen.de>
2781
2782         * include/winnt.h (SECURITY_MANDATORY_LABEL_AUTHORITY): Define.
2783         (SECURITY_MANDATORY_UNTRUSTED_RID): Define.
2784         (SECURITY_MANDATORY_LOW_RID): Define.
2785         (SECURITY_MANDATORY_MEDIUM_RID): Define.
2786         (SECURITY_MANDATORY_HIGH_RID): Define.
2787         (SECURITY_MANDATORY_SYSTEM_RID): Define.
2788         (SECURITY_MANDATORY_PROTECTED_PROCESS_RID): Define.
2789         (SECURITY_MANDATORY_MAXIMUM_USER_RID): Define.
2790         (SE_GROUP_INTEGRITY): Define.
2791         (SE_GROUP_INTEGRITY_ENABLED): Define.
2792
2793 2008-04-11  Corinna Vinschen  <corinna@vinschen.de>
2794
2795         * include/sddl.h (ConvertStringSidToSidA): Declare.
2796         (ConvertStringSidToSidW): Declare.
2797         (ConvertStringSidToSid): Define.
2798
2799 2008-03-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2800
2801         * include/mprapi.h: Add guard for MprAdminAcceptReauthentication function
2802         and MPR_INTERFACE_3 structure since they are available only in Windows
2803         Server 2008
2804
2805         Thanks to crackedmind  <crackedmind at sf dot net>.
2806
2807 2008-02-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2808
2809         * include/winnt.h: Update guard around KEY_WOW64_64KEY and KEY_WOW64_32KEY
2810         definitions.
2811         * include/winreg.h (KEY_WOW64_64KEY, KEY_WOW64_32KEY): Remove.
2812
2813 2008-02-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2814
2815         * include/winnt.h (KEY_WOW64_64KEY, KEY_WOW64_32KEY): Define.
2816
2817 2008-02-02  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2818
2819         * include/specstrings.h (IN, OUT, OPTIONAL): Remove.
2820         * include/windef.h (IN, OUT, OPTIONAL): Define.
2821
2822 2008-02-02  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2823
2824         * include/specstrings.h: new file, move pseudo modifiers from windef.h.
2825         * include/windef.h (__in, __inout, __in_opt, __in_bcound, __in_ecount,
2826         __out, __out_ecount_part, __struct_bcount, __field_ecount_opt,
2827         __out_bcount_opt): Move to specstrings.h.
2828
2829 2008-01-30  Brandon Sneed  <nivenh@sourceware.org>
2830
2831         * lib/bthprops.def: new file, bluetooth imports.
2832
2833 2008-01-30  Brandon Sneed  <nivenh@sourceware.org>
2834
2835         * include/windef.h (__in, __inout, __in_opt, __in_bcound, __in_ecount,
2836         __out, __out_ecount_part, __struct_bcount, __field_ecount_opt,
2837         __out_bcount_opt): Defined additional pseudo-modifiers.
2838
2839 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2840         * include/ras.h (RAS_MaxDnsSuffix): corrected typo, was RAX_MaxDnsSuffix.
2841         (RASENTRYA, RASENTRYW): Added members (dwfOptions2, dwfOptions3, szDnsSuffix,
2842         dwTcpWindowSize, szPrerequisitePbk, szPrerequisiteEntry, dwRedialCount,
2843         dwRedialPause.
2844
2845 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2846
2847         * include/winnt.h (SYSTEM_POWER_CONDITION): typedef.
2848         * include/winuser.h (PBT_POWERSETTINGCHANGE, DEVICE_NOTIFY_WINDOW_HANDLE,
2849         DEVICE_NOTIFY_SERVICE_HANDLE): define.
2850         * include/winuser.h (LPCGUID, HPOWERNOTIFY, POWERBROADCAST_SETTING): typedefs.
2851         * include/winuser.h (GUID_POWERSCHEME_PERSONALITY, GUID_MIN_POWER_SAVINGS,
2852         GUID_MAX_POWER_SAVINGS, GUID_TYPICAL_POWER_SAVINGS, GUID_ACDC_POWER_SOURCE,
2853         GUID_BATTERY_PERCENTAGE_REMAINING, GUID_IDLE_BACKGROUND_TASK,
2854         GUID_SYSTEM_AWAYMODE, GUID_MONITOR_POWER_ON): added externs for GUIDs.
2855         * include/winuser.h (RegisterPowerSettingNotification,
2856         UnregisterPowerSettingNotification): Add prototypes.
2857         * lib/user32.def: Added imports for the above prototypes.
2858         * lib/Makefile.in: Added build support for power-uuid.c.
2859         * lib/power-uuid.c: New file containing power GUID definitions.
2860
2861 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2862
2863         * include/ras.h (RAS_MaxDnsSuffix): define.
2864
2865 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2866
2867         * include/psapi.h (GetProcessImageFileNameA, GetProcessImageFileNameW):
2868         Add prototypes.
2869         * lib/psapi.def (GetProcessImageFileNameA@12, GetProcessImageFileNameW@12):
2870         Add exports.
2871
2872 2007-12-27  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2873
2874         * include/w32api.h: Increment version to 3.11.
2875         * Makefile.in: Ditto.
2876
2877 2007-12-11  Dave Korn  <dave.korn@artimi.com>
2878
2879         * include/wincrypt.h (PCRYPT_DECODE_PARA):  Add missing typedef.
2880         (CERT_POLICY_MAPPINGS_INFO):  Move before CERT_POLICY_MAPPING.
2881
2882 2007-12-03  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2883
2884         * include/wingdi.h: Change WINVER guard to _WIN32_WINNT.
2885
2886 2007-12-03  techrazy  <techrazy@users.sourceforge.net>
2887
2888         * include/wingdi.h (NTM_NONNEGATIVE_AC, NTM_PS_OPENTYPE, NTM_TT_OPENTYPE,
2889         NTM_MULTIPLEMASTER, NTM_TYPE1, NTM_DSIG): define.
2890
2891 2007-11-21  Kevin Conaway  <kevin_conaway@users.sourceforge.net>
2892
2893         * include/wincrypt.h (CryptProtectData, CryptUnprotectData): define.
2894
2895 2007-11-21  elsapo  <elsapo@users.sourceforge.net>
2896
2897         * include/wincrypt.h (CERT_NAME_STR_COMMA_FLAG,
2898         CERT_NAME_STR_DISABLE_IE4_UTF8_FLAG, CERT_NAME_STR_ENABLE_UTF8_UNICODE_FLAG,
2899         CMC_ADD_ATTRIBUTES, CMC_ADD_EXTENSIONS, X509_CERT_PAIR,
2900         X509_CERTIFICATE_TEMPLATE, X509_CROSS_CERT_DIST_POINTS, CMC_DATA,
2901         X509_NAME_CONSTRAINTS, X509_POLICY_CONSTRAINTS, X509_POLICY_MAPPINGS,
2902         CMC_RESPONSE, CMC_STATUS, X509_ALGORITHM_IDENTIFIER, X509_ALTERNATE_NAME,
2903         PKCS_ATTRIBUTE, X509_AUTHORITY_INFO_ACCESS, X509_AUTHORITY_KEY_ID,
2904         X509_AUTHORITY_KEY_ID2, szOID_BASIC_CONSTRAINTS, X509_BASIC_CONSTRAINTS2,
2905         X509_BIOMETRIC_EXT, X509_BITS, X509_CERT, X509_CERT_CRL_TO_BE_SIGNED,
2906         X509_CERT_POLICIES, X509_CERT_REQUEST_TO_BE_SIGNED, X509_CERT_TO_BE_SIGNED,
2907         X509_CHOICE_OF_TIME, PKCS_CONTENT_INFO, PKCS_CONTENT_INFO_SEQUENCE_OF_ANY,
2908         X509_CRL_DIST_POINTS, RSA_CSP_PUBLICKEYBLOB, PKCS_CTL, X509_DSS_PARAMETERS,
2909         X509_DSS_SIGNATURE, X509_ECC_SIGNATURE, X509_ENHANCED_KEY_USAGE,
2910         X509_ENUMERATED, X509_EXTENSIONS, X509_INTEGER, X509_ISSUING_DIST_POINT,
2911         X509_KEY_ATTRIBUTES, X509_KEY_USAGE, X509_KEY_USAGE_RESTRICTION,
2912         X509_KEYGEN_REQUEST_TO_BE_SIGNED, X509_LOGOTYPE_EXT,
2913         X509_MULTI_BYTE_INTEGER, X509_MULTI_BYTE_UINT, X509_NAME, X509_NAME_VALUE,
2914         X509_OBJECT_IDENTIFIER, X509_OCTET_STRING, X509_PUBLIC_KEY_INFO,
2915         PKCS_RC2_CBC_PARAMETERS, CNG_RSA_PUBLIC_KEY_BLOB,
2916         PKCS_RSA_SSA_PSS_PARAMETERS, PKCS_RSAES_OAEP_PARAMETERS,
2917         ECC_CMS_SHARED_INFO, X509_SEQUENCE_OF_ANY, PKCS7_SIGNER_INFO,
2918         CMS_SIGNER_INFO, PKCS_SMIME_CAPABILITIES, PKCS_TIME_REQUEST,
2919         X509_UNICODE_NAME, X509_UNICODE_NAME_VALUE, PKCS_UTC_TIME,
2920         OCSP_SIGNED_REQUEST, OCSP_REQUEST, OCSP_RESPONSE,
2921         OCSP_BASIC_SIGNED_RESPONSE, OCSP_BASIC_RESPONSE, CRL_REASON_UNSPECIFIED,
2922         CRL_REASON_KEY_COMPROMISE, CRL_REASON_CA_COMPROMISE,
2923         CRL_REASON_AFFILIATION_CHANGED, CRL_REASON_SUPERSEDED,
2924         CRL_REASON_CESSATION_OF_OPERATION, CRL_REASON_CERTIFICATE_HOLD,
2925         CRL_REASON_REMOVE_FROM_CRL, CRYPT_ENCODE_ALLOC_FLAG,
2926         CRYPT_UNICODE_NAME_ENCODE_DISABLE_CHECK_TYPE_FLAG,
2927         CRYPT_UNICODE_NAME_ENCODE_ENABLE_T61_UNICODE_FLAG,
2928         CRYPT_UNICODE_NAME_ENCODE_ENABLE_UTF8_UNICODE_FLAG,
2929         CRYPT_UNICODE_NAME_ENCODE_FORCE_UTF8_UNICODE_FLAG,
2930         szOID_APPLICATION_CERT_POLICIES, szOID_APPLICATION_POLICY_CONSTRAINTS,
2931         szOID_APPLICATION_POLICY_MAPPINGS, szOID_AUTHORITY_INFO_ACCESS,
2932         szOID_AUTHORITY_KEY_IDENTIFIER, szOID_AUTHORITY_KEY_IDENTIFIER2,
2933         X509_BASIC_CONSTRAINTS, szOID_BIOMETRIC_EXT, szOID_CERT_EXTENSIONS,
2934         szOID_CERT_POLICIES, szOID_CERTIFICATE_TEMPLATE, szOID_CRL_NUMBER,
2935         szOID_CROSS_CERT_DIST_POINTS, szOID_DELTA_CRL_INDICATOR,
2936         szOID_ENROLLMENT_NAME_VALUE_PAIR, szOID_FRESHEST_CRL,
2937         szOID_ISSUING_DIST_POINT, szOID_NAME_CONSTRAINTS, szOID_CRL_DIST_POINTS,
2938         szOID_CRL_REASON_CODE, szOID_CRL_VIRTUAL_BASE, szOID_ECC_PUBLIC_KEY,
2939         szOID_ECDSA_SPECIFIED, szOID_ENHANCED_KEY_USAGE, szOID_ISSUER_ALT_NAME,
2940         szOID_ISSUER_ALT_NAME2, szOID_KEY_ATTRIBUTES, szOID_KEY_USAGE,
2941         szOID_KEY_USAGE_RESTRICTION, szOID_LOGOTYPE_EXT, szOID_POLICY_CONSTRAINTS,
2942         szOID_POLICY_MAPPINGS, szOID_RSA_SSA_PSS, szOID_RSAES_OAEP,
2943         szOID_SUBJECT_ALT_NAME, szOID_SUBJECT_ALT_NAME2,
2944         szOID_SUBJECT_KEY_IDENTIFIER, CMC_ADD_ATTRIBUTES_INFO,
2945         PCMC_ADD_ATTRIBUTES_INFO, CMC_ADD_EXTENSIONS_INFO, PCMC_ADD_EXTENSIONS_INFO,
2946         CERT_ALT_NAME_ENTRY, PCERT_ALT_NAME_ENTRY, CERT_ALT_NAME_INFO,
2947         PCERT_ALT_NAME_INFO, CERT_NAME_VALUE, PCERT_NAME_VALUE,
2948         CERT_POLICY_QUALIFIER_INFO, PCERT_POLICY_QUALIFIER_INFO,
2949         CERT_POLICY_CONSTRAINTS_INFO, PCERT_POLICY_CONSTRAINTS_INFO,
2950         CERT_POLICY_MAPPINGS_INFO, PCERT_POLICY_MAPPINGS_INFO, CERT_POLICY_MAPPING,
2951         PCERT_POLICY_MAPPING, CryptDecodeObjectEx, CryptEncodeObject,
2952         CryptEncodeObjectEx): define.
2953
2954 2007-11-21  Brian Dessent  <dessent@users.sourceforge.net>
2955
2956         * include/winbase.h (CheckTokenMembership): define.
2957
2958 2007-10-03  Jiri Malak  <Jiri.Malak@iol.cz>
2959
2960         * include/rpcndr.h: Missing NdrClientCall2 entry.
2961         * lib/rpcrt4.def: Ditto.
2962
2963 2007-10-03  Frank Fesevur  <ffes@users.sourceforge.net>
2964         * lib/scnsave.c: Multi-monitor support.
2965
2966 2007-08-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2967
2968         * include/w32api.h: Increment version to 3.10.
2969         * Makefile.in: Ditto.
2970
2971 2007-08-02  Corinna Vinschen  <corinna@vinschen.de>
2972
2973         * include/winbase.h (ReOpenFile): Add prototype.
2974         * lib/kernel32.def (ReOpenFile@16): Add export.
2975
2976 2007-07-31  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2977
2978         * include/wtsapi32.h (WTS_CURRENT_SESSION, WTSDisconnectSession): Define.
2979
2980 2007-7-30  Martijn Wargers  <martijnw22@users.sourceforge.net>
2981
2982         * include/wingdi.h (GetTextExtentExPointI): Add prototype.
2983         * lib/gdi32.def (GetTextExtentExPointI@28): Add export.
2984
2985 2007-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
2986
2987         * include/wtypes.h (LPDECIMAL): Define.
2988         (DECIMAL_NEG, DECIMAL_SETZERO): Move definitions.
2989
2990 2007-07-18  Corinna Vinschen  <corinna@vinschen.de>
2991
2992         * include/winnt.h (SE_TRUSTED_CREDMAN_ACCESS_NAME): Define.
2993
2994 2007-07-17  Corinna Vinschen  <corinna@vinschen.de>
2995
2996         * include/winnt.h (FILE_READ_ONLY_VOLUME): Define.
2997         * include/ddk/ntifs.h (FILE_READ_ONLY_VOLUME): Define.
2998
2999 2007-07-12  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3000
3001         * include/winuser.h (FE_FONTSMOOTHINGSTANDARD, FE_FONTSMOOTHINGCLEARTYPE):
3002         Define.
3003
3004 2007-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
3005
3006         * include/pbt.h (PBT_APMRESUMEAUTOMATIC) Define.
3007         * include/winuser.h: (PBT_APMQUERYSUSPEND, PBT_APMQUERYSTANDBY,
3008         PBT_APMQUERYSUSPENDFAILED, PBT_APMQUERYSTANDBYFAILED,
3009         PBT_APMSUSPEND, PBT_APMSTANDBY, PBT_APMRESUMECRITICAL,
3010         PBT_APMRESUMESUSPEND, PBT_APMRESUMESTANDBY, PBT_APMBATTERYLOW,
3011         PBT_APMPOWERSTATUSCHANGE, PBT_APMOEMEVENT, PBT_APMRESUMEAUTOMATIC):
3012         Sync with include/pbt.h.
3013
3014 2007-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
3015
3016         [mingw-Bugs-1751518]
3017         * include/mshtml.h (IHTMLDocument2): Correct spelling of put_URL,
3018         get_URL.
3019
3020         [mingw-Bugs-1751565]
3021         * include/basetyps.h (IID); Guard with __IID_DEFINED__.
3022
3023         [mingw-Bugs-1751595]
3024         * include/exdisp.h (DWebBrowserEvents2): Remove undocumented STDDISP
3025         methods.
3026
3027         Thanks to Yuji Kuwabara  <yujikuwabara at sf dot net>.
3028
3029 2007-07-10  Danny Smith  <dannysmith@users.sourceforge.net>
3030
3031         [mingw-Bugs-1750898]
3032         * include/mmsystem.h (MIXERCONTROL): Correct UNICODE mapping.
3033         Thanks to Yuji Kuwabara  <yujikuwabara at sf dot net>.
3034
3035 2007-07-09  Danny Smith  <dannysmith@users.sourceforge.net>
3036
3037         [mingw-Bugs-1749305]
3038         * lib/kernel32.def (GetConsoleProcessList@8):  Add export.
3039
3040 2007-07-02  Przemek Czerkas  <pczerkas@gmail.com>
3041
3042         * include/shlobj.h: Add CSIDL_MYMUSIC and CSIDL_MYVIDEO.
3043
3044 2007-07-02  Danny Smith  <dannysmith@users.sourceforge.net>
3045
3046         * include/oaidl.h: Include windows.h and ole2.h,
3047         unless COM_NO_WINDOWS_H.
3048
3049         [mingw-Bugs-1742130]
3050         * include/oaidl.h (struct tagVARIANT): Add union members
3051         LONGLONG  * pllVal and ULONGLONG * pullVal.
3052
3053 2007-07-01  Danny Smith  <dannysmith@users.sourceforge.net>
3054
3055         * include/ws2tcpip.h (s6_addr32): Correct definition.
3056         Thanks to Alfred E. Heggestad <aeh at db dot org>
3057
3058 2007-05-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3059
3060         * lib/secur32.def (InitSecurityInterfaceA, InitSecurityInterfaceW): Define.
3061
3062         Thanks to Jim Marshall (jim dot marshall at wbemsolutions dot com) for
3063         supplying the information.
3064
3065 2007-05-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3066
3067         * include/shellapi.h (NIN_POPUPOPEN, NIN_POPUPCLOSE): Define.
3068
3069 2007-04-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3070
3071         * include/shellapi.h (NOTIFYICONDATAA, NOTIFYICONDATAW): Updated to support
3072         Vista.
3073
3074 2007-04-20  Matthias Miller  <matthiasmiller@users.sourceforge.net>
3075
3076          * include/wincrypt.h (CRYPTPROTECT_PROMPTSTRUCT, CRYPTPROTECT_UI_FORBIDDEN,
3077         CRYPTPROTECT_LOCAL_MACHINE): Define.
3078
3079 2007-04-15  Piotr Wyderski  <piotr.wyderski@wp.pl>
3080
3081         * include/winbase.h (SetInformationJobObject, QueryInformationJobObject):
3082         Define.
3083
3084 2007-03-30  Brian Dessent  <brian@dessent.net>
3085
3086         * lib/kernel32.def (CreateMemoryResourceNotification@4): Define.
3087
3088 2007-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3089
3090         * include/w32api.h: Increment version to 3.9.
3091         * Makefile.in: Ditto.
3092
3093 2007-03-23  Corinna Vinschen  <corinna@vinschen.de>
3094
3095         * include/psapi.h (GetMappedFileName): Fix messed up checkin.
3096
3097 2007-03-23  Matthew Gregan  <kinetik@flim.org>
3098
3099         * include/psapi.h (GetMappedFileName): Rename from GetMappedFilenameEx.
3100
3101 2007-03-06  Brandon Sneed  <brandon@oqo.com>
3102
3103         * include/setupapi.h: Added SetupConfigureWmiFromInfSectionA
3104         Added SetupConfigureWmiFromInfSectionW
3105         Added SetupConfigureWmiFromInfSection define to unicode and non-unicode sections
3106
3107         * lib/setupapi.def: Added exports for SetupConfigureWmiFromInfSectionA and W
3108
3109         * include/winuser.h: Added PBT_APMQUERYSUSPEND
3110         Added PBT_APMQUERYSTANDBY
3111         Added PBT_APMQUERYSUSPENDFAILED
3112         Added PBT_APMQUERYSTANDBYFAILED
3113         Added PBT_APMSUSPEND
3114         Added PBT_APMSTANDBY
3115         Added PBT_APMRESUMECRITICAL
3116         Added PBT_APMRESUMESUSPEND
3117         Added PBT_APMRESUMESTANDBY
3118         Added PBT_APMBATTERYLOW
3119         Added PBT_APMPOWERSTATUSCHANGE
3120         Added PBT_APMOEMEVENT
3121         Added PBT_APMRESUMEAUTOMATIC
3122
3123         * include/wtsapi32.h: New file
3124
3125         * include/wingdi.h: Added DM_DISPLAYORIENTATION define for use with DMDO_* defines
3126
3127 2007-03-05  Jan Nijtmans  <nijtmans@users.sourceforge.net>
3128
3129         * include/ddeml.h (DdeCreateStringHandleA, DdeCreateStringHandleW): Switch
3130         argument to constant.
3131
3132 2007-02-18  Jiri Malak  <jiri.malak@iol.cz>
3133
3134         * include/windef.h [WATCOM]: Fix !NONAMELESSUNION defines.
3135         * include/winnt.h [WATCOM] (GetCurrentFiber, GetFiberData):
3136         Add prototypes.
3137         [WATCOM] (NtCurrentTeb): Add protype and inline asm definition.
3138
3139 2007-02-18  Vesa Jääskeläinen  <chaac@users.sourceforge.net>
3140
3141         * lib/user32.def (InternalGetWindowText): Add stub.
3142
3143 2007-02-11  Daniel Atallah  <datallah@users.sourceforge.net>
3144
3145         * include/winnt.h (LANG_SERBIAN_NEUTRAL, LANG_BOSNIAN,
3146         LANG_BOSNIAN_NEUTRAL): Define.
3147
3148 2007-02-11  Daniel Schlyder  <thrug@users.sourceforge.net>
3149
3150         * include/winuser.h: Add guards around TITLEBARINFO and
3151         GetTitleBarInfo().
3152
3153 2007-01-11  Gisle Vanem  <giva@users.sourceforge.net>
3154
3155         * include/winbase.h (struct _OVERLAPPED): Change type of
3156         Internal, InternalHigh members to ULONG_PTR.
3157         (PAPCFUNC): Change DWORD parameter to ULONG_PTR.
3158         (CreateIoCompletionPort): Likewise.
3159         (PostQueuedCompletionStatus): Likewise.
3160         (QueueUserAPC): Likewise.
3161
3162 2007-01-06  Pierre A. Humblet  <Pierre.Humblet@ieee.org>
3163
3164         * include/windns.h (DNS_TYPE_RP, DNS_TYPE_AFSDB, DNS_TYPE_X25,
3165         DNS_TYPE_ISDN, DNS_TYPE_RT, DNS_TYPE_NSAP, DNS_TYPE_NSAPPTR,
3166         DNS_TYPE_SIG, DNS_TYPE_KEY, DNS_TYPE_PX, DNS_TYPE_GPOS,
3167         DNS_TYPE_AAAA, DNS_TYPE_LOC, DNS_TYPE_NXT, DNS_TYPE_EID,
3168         DNS_TYPE_NIMLOC, DNS_TYPE_SRV, DNS_TYPE_ATMA, DNS_TYPE_NAPTR,
3169         DNS_TYPE_KX, DNS_TYPE_CERT, DNS_TYPE_A6, DNS_TYPE_DNAME,
3170         DNS_TYPE_SINK, DNS_TYPE_OPT, DNS_TYPE_UINFO, DNS_TYPE_UID,
3171         DNS_TYPE_GID, DNS_TYPE_UNSPEC, DNS_TYPE_ADDRS, DNS_TYPE_TKEY,
3172         DNS_TYPE_TSIG, DNS_TYPE_IXFR, DNS_TYPE_AXFR, DNS_TYPE_MAILB,
3173         DNS_TYPE_MAILA, DNS_TYPE_ALL, DNS_TYPE_ANY): Add enum values.
3174
3175 2006-11-21  Danny Smith  <dannysmith@users.sourceforge.net>
3176
3177         * Makefile.in: Add aclocal.m4 to source release.
3178
3179 2006-11-18  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3180
3181         * include/w32api.h: Increment version to 3.8.
3182         * Makefile.in: Ditto.
3183
3184 2006-11-13  Daniel Schlyder  <thrug@users.sourceforge.net>
3185
3186         * include/winnt.h (VER_SUITE_EMBEDDEDNT, VER_SUITE_SINGLEUSERTS,
3187         VER_SUITE_STORAGE_SERVER, VER_SUITE_COMPUTE_SERVER): Define.
3188
3189         * include/winuser.h (SM_STARTER, SM_SERVERR2): Define.
3190
3191 2006-11-02  Danny Smith  <dannysmith@users.sourceforge.net>
3192
3193         * include/winuser.h (LR_DEFAULTSIZE): Remove duplicate.
3194
3195         * include/winnt.h (GetCurrentFiber): Remove extern declaration.  Make
3196         inline static.
3197         (GetFiberData): Likewise.
3198         * lib/kernel32.c: Remove.
3199         * lib/Makefile.in: Remove reference to kernel32.[co].
3200
3201 2006-10-31  Corinna Vinschen  <corinna@vinschen.de>
3202
3203         * include/winnt.h (SE_RELABEL_NAME): Define.
3204         (SE_INCREASE_WORKING_SET_NAME): Define.
3205         (SE_TIME_ZONE_NAME): Define.
3206         (SE_CREATE_SYMBOLIC_LINK_NAME): Define.
3207
3208 2006-10-31  Corinna Vinschen  <corinna@vinschen.de>
3209
3210         * include/winnt.h (IO_REPARSE_TAG_SYMLINK): Define.
3211         (struct _REPARSE_DATA_BUFFER): Add missing Flags field to
3212         SymbolicLinkReparseBuffer substructure.
3213
3214 2006-10-29  Daniel Atallah  <datallah@users.sourceforge.net>
3215
3216         * lib/ws2_32.def (WSANSPIoctl): Add to lib.
3217
3218 2006-10-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3219
3220         * lib/Makefile.in: Fix order for 'all' rule.
3221
3222 2006-10-12  Danny Smith  <dannysmith@users.sourceforge.net>
3223
3224         * include/winuser.h (LR_DEFAULTSIZE, LR_VGACOLOR): Define.
3225
3226 2006-10-05  Danny Smith  <dannysmith@users.sourceforge.net>
3227
3228         * include/winreg.h (RegDeleteKeyEx{A|W}): Add prototype and UNICODE
3229         mappings.
3230         (KEY_WOW64_32KEY, KEY_WOW64_64KEY): Define.
3231         * lib/advapi.def (RegDeleteKeyEx{A|W}): Export.
3232
3233 2006-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
3234
3235         * include/rpc.h: Add whitespace.
3236         * include/winnt.h (C_ASSERT): Define.
3237
3238 2006-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
3239
3240         [mingw-Bugs-1568067]
3241         * include/winuser.h: (DISP_CHANGE_BADDUALVIEW): Define.
3242         * include/wingdi.h: (DM_POSITION): Define.
3243
3244 2006-10-03  Danny Smith  <dannysmith@users.sourceforge.net>
3245
3246         * lib/rpcrt4.def: Remove "_imp__"-prefixed export symbols.
3247         * lib/user32.def: Likewise.
3248
3249 2006-09-11  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
3250
3251         * lib/Makefile.in: fix typo.
3252         * lib/ddk/Makefile.in: fix typo.
3253         * lib/directx/Makefile.in: fix typo.
3254
3255         Thanks to Keith Marshall (keithmarshall at users dot sourceforge dot net)
3256         for pointing it out.
3257
3258 2006-09-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3259
3260         * Makefile.in: Remove files from lib directory with distclean target
3261
3262 2006-09-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3263
3264         * include/winuser.h (CS_DROPSHADOW): Define.
3265
3266 2006-09-08  Michael Gerdau  <mgdde@users.sourceforge.net>
3267
3268         * include/uxtheme.h: (TMT_GRADIENTCOLOR4, TMT_GRADIENTCOLOR5,
3269         TMT_SHADOWCOLOR, TMT_GLOWCOLOR, TMT_TEXTBORDERCOLOR,
3270         TMT_TEXTSHADOWCOLOR, TMT_GLYPHTEXTCOLOR, TMT_GLYPHTRANSPARENTCOLOR,
3271         TMT_FILLCOLORHINT, TMT_BORDERCOLORHINT, TMT_ACCENTCOLORHINT):
3272
3273         Increase each constant by 1.
3274
3275 2006-09-07  Danny Smith  <dannysmith@users.sourceforge.net>
3276
3277         [mingw-Bugs-1553275]
3278         * include/wingdi.h (SetLayout): Add prototype.
3279         (GetLayout): Likewise.
3280
3281 2006-09-02  Danny Smith  <dannysmith@users.sourceforge.net>
3282
3283         [mingw-Bugs-1550139]
3284         * include/oleauto.h (GetRecordInfoFromTypeInfo): Add prototype.
3285         Tanks to:  Samit Basu <samitbasu at sf dot net>
3286         (GetRecordInfoFromGuids): Add prototype.
3287
3288 2006-09-01  Danny Smith  <dannysmith@users.sourceforge.net>
3289
3290         * include/winbase.h: Add comment about 'missing' SEM flag.
3291
3292 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
3293
3294         * configure.in: Substitute with_cross_host in depending files.
3295         * configure: Regenerate.
3296         * lib/Makefile.in: Add with_cross_host to allow more granular checks.
3297         Set installation directories accordingly.
3298         * lib/ddk/Makefile.in: Ditto.
3299         * lib/directx/Makefile.in: Ditto.
3300
3301 2006-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
3302
3303         * lib/wtsapi32.def (WTSGetActiveConsoleSessionId). Move from here...
3304         * lib/kernel32.def (WTSGetActiveConsoleSessionId). ...to here.
3305         Bug reported by: <macleone at users dot sf dot net>
3306
3307 2006-07-29  Danny Smith  <dannysmith@users.sourceforge.net>
3308
3309         Update some more IMAGE relocation type indicators
3310         to PECOFF v8 (May, 2006) specs.
3311
3312         * include/winnt.h (IMAGE_REL_SH3_ABSOLUTE,
3313         IMAGE_REL_SH3_DIRECT16, IMAGE_REL_SH3_DIRECT32,
3314         IMAGE_REL_SH3_DIRECT8, IMAGE_REL_SH3_DIRECT8_WORD,
3315         IMAGE_REL_SH3_DIRECT8_LONG, IMAGE_REL_SH3_DIRECT4,
3316         IMAGE_REL_SH3_DIRECT4_WORD, IMAGE_REL_SH3_DIRECT4_LONG,
3317         IMAGE_REL_SH3_PCREL8_WORD, IMAGE_REL_SH3_PCREL8_LONG,
3318         IMAGE_REL_SH3_PCREL12_WORD, IMAGE_REL_SH3_STARTOF_SECTION,
3319         IMAGE_REL_SH3_SIZEOF_SECTION, IMAGE_REL_SH3_SECTION,
3320         IMAGE_REL_SH3_SECREL, IMAGE_REL_SH3_DIRECT32_NB,
3321         IMAGE_REL_SH3_GPREL4_LONG, IMAGE_REL_SH3_TOKEN,
3322         IMAGE_REL_SHM_PCRELPT, IMAGE_REL_SHM_REFLO,
3323         IMAGE_REL_SHM_REFHALF, IMAGE_REL_SHM_RELLO,
3324         IMAGE_REL_SHM_RELHALF, IMAGE_REL_SHM_PAIR,
3325         IMAGE_REL_SHM_NOMODE): Add defines.
3326
3327         (IMAGE_REL_M32R_ABSOLUTE, IMAGE_REL_M32R_ADDR32,
3328         IMAGE_REL_M32R_ADDR32NB, IMAGE_REL_M32R_ADDR24,
3329         IMAGE_REL_M32R_GPREL16, IMAGE_REL_M32R_PCREL24,
3330         IMAGE_REL_M32R_PCREL16, IMAGE_REL_M32R_PCREL8,
3331         IMAGE_REL_M32R_REFHALF, IMAGE_REL_M32R_REFHI,
3332         IMAGE_REL_M32R_REFLO, IMAGE_REL_M32R_PAIR,
3333         IMAGE_REL_M32R_SECTION, IMAGE_REL_M32R_SECREL,
3334         IMAGE_REL_M32R_TOKEN): Add defines.
3335
3336         (IMAGE_REL_MIPS_JMPADDR16): Add define.
3337
3338 2006-07-27  Danny Smith  <dannysmith@users.sourceforge.net>
3339
3340         Update some IMAGE flags to PECOFF v8 (May, 2006) specs.
3341         * include/winnt.h (IMAGE_FILE_MACHINE_AM33,
3342         IMAGE_FILE_MACHINE_ARM, IMAGE_FILE_MACHINE_EBC,
3343         IMAGE_FILE_MACHINE_M32R, IMAGE_FILE_MACHINE_MIPS16,
3344         IMAGE_FILE_MACHINE_MIPSFPU, IMAGE_FILE_MACHINE_MIPSFPU16,
3345         IMAGE_FILE_MACHINE_POWERPCFP, IMAGE_FILE_MACHINE_R4000,
3346         IMAGE_FILE_MACHINE_SH3, IMAGE_FILE_MACHINE_SH3DSP,
3347         IMAGE_FILE_MACHINE_SH4, IMAGE_FILE_MACHINE_SH5,
3348         IMAGE_FILE_MACHINE_THUMB, IMAGE_FILE_MACHINE_WCEMIPSV2):
3349         Add defines.
3350
3351         (IMAGE_SUBSYSTEM_EFI_APPLICATION,
3352         IMAGE_SUBSYSTEM_EFI_BOOT_SERVICE_DRIVER,
3353         IMAGE_SUBSYSTEM_EFI_RUNTIME_DRIVER, IMAGE_SUBSYSTEM_EFI_ROM):
3354         Add defines.
3355
3356         (IMAGE_SYM_CLASS_CLR_TOKEN): Add define.
3357
3358         (IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE,
3359         IMAGE_DLL_CHARACTERISTICS_FORCE_INTEGRITY,
3360         IMAGE_DLL_CHARACTERISTICS_NX_COMPAT,
3361         IMAGE_DLLCHARACTERISTICS_NO_ISOLATION, IMAGE_DLLCHARACTERISTICS_NO_SEH,
3362         IMAGE_DLLCHARACTERISTICS_NO_BIND,
3363         IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE): Add defines.
3364
3365         (IMAGE_REL_I386_TOKEN, IMAGE_REL_I386_SECREL7): Add defines.
3366
3367         (IMAGE_REL_AMD64_ABSOLUTE, IMAGE_REL_AMD64_ADDR64,
3368         IMAGE_REL_AMD64_ADDR32, IMAGE_REL_AMD64_ADDR32NB, IMAGE_REL_AMD64_REL32,
3369         IMAGE_REL_AMD64_REL32_1, IMAGE_REL_AMD64_REL32_2,
3370         IMAGE_REL_AMD64_REL32_3, IMAGE_REL_AMD64_REL32_4,
3371         IMAGE_REL_AMD64_REL32_5, IMAGE_REL_AMD64_SECTION,
3372         IMAGE_REL_AMD64_SECREL, IMAGE_REL_AMD64_SECREL7, IMAGE_REL_AMD64_TOKEN,
3373         IMAGE_REL_AMD64_SREL32, IMAGE_REL_AMD64_PAIR, IMAGE_REL_AMD64_SSPAN32):
3374         Add defines.
3375
3376         (IMAGE_REL_IA64_ABSOLUTE, IMAGE_REL_IA64_IMM14, IMAGE_REL_IA64_IMM22,
3377         IMAGE_REL_IA64_IMM64, IMAGE_REL_IA64_DIR32, IMAGE_REL_IA64_DIR64,
3378         IMAGE_REL_IA64_PCREL21B, IMAGE_REL_IA64_PCREL21M,
3379         IMAGE_REL_IA64_PCREL21F, IMAGE_REL_IA64_GPREL22, IMAGE_REL_IA64_LTOFF22,
3380         IMAGE_REL_IA64_SECTION, IMAGE_REL_IA64_SECREL22,
3381         IMAGE_REL_IA64_SECREL64I, IMAGE_REL_IA64_SECREL32,
3382         IMAGE_REL_IA64_DIR32NB, IMAGE_REL_IA64_SREL14, IMAGE_REL_IA64_SREL22,
3383         IMAGE_REL_IA64_SREL32, IMAGE_REL_IA64_UREL32, IMAGE_REL_IA64_PCREL60X,
3384         IMAGE_REL_IA64_PCREL60B, IMAGE_REL_IA64_PCREL60F,
3385         IMAGE_REL_IA64_PCREL60I, IMAGE_REL_IA64_PCREL60M,
3386         IMAGE_REL_IA64_IMMGPREL64, IMAGE_REL_IA64_TOKEN, IMAGE_REL_IA64_GPREL32,
3387         IMAGE_REL_IA64_ADDEND): Add defines.
3388
3389         (IMAGE_SCN_GPREL): Add define.
3390
3391 2006-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
3392
3393         * include/aclui.h: Replace __OBJC__ guard with _OBJC_NO_COM.
3394         * include/basetyps.h:  Likewise.
3395         (_COM_interface): New define.
3396         (interface): Define to _COM_interface, conditional on !__OBJC__.
3397         Replace 'interface' with '_COM_interface', throughout.
3398         * include/comcat.h: Replace 'interface' with '_COM_interface', throughout.
3399         * include/commdlg.h: Replace __OBJC__ guard with _OBJC_NO_COM.
3400         * include/docobj.h: Replace 'interface' with '_COM_interface', throughout.
3401         * include/mshtml.h: Likewise.
3402         * include/oaidl.h: Likewise.
3403         * include/objfwd.h: Likewise.
3404         * include/objidl.h: Likewise.
3405         * include/ocidl.h: Likwise.
3406         * include/olectl.h: Likewise.
3407         * include/oleidl.h: Likewise.
3408         * include/shlobj.h: Likewise.
3409         * include/shlwapi.h: Replace __OBJC__ guard with _OBJC_NO_COM.
3410         * include/vfw.h: Likewise.
3411         * include/windows.h. Likewise. Add comment.
3412         * include/directx/d3d9.h: Replace 'interface' with '_COM_interface',
3413         throughout.
3414
3415         * lib/test.c: Replace __OBJC__ guard with _OBJC_NO_COM.
3416         Add test for conflict with '@interface'
3417
3418 2006-07-22  ipsoner  <ipsoner@users.sourceforge.net>
3419
3420         * include/wincrypt.h (szOID_RSA, szOID_PKCS, szOID_RSA_HASH,
3421         szOID_RSA_ENCRYPT, szOID_PKCS_1, szOID_PKCS_2, szOID_PKCS_3,
3422         szOID_PKCS_4, szOID_PKCS_5, szOID_PKCS_6, szOID_PKCS_7,
3423         szOID_PKCS_8, szOID_PKCS_9, szOID_PKCS_10, szOID_PKCS_12,
3424         szOID_RSA_MD2, szOID_RSA_MD4, szOID_RSA_MD5, szOID_RSA_RSA,
3425         szOID_RSA_MD2RSA, szOID_RSA_MD4RSA, szOID_RSA_MD5RSA,
3426         szOID_RSA_SHA1RSA, szOID_RSA_SETOAEP_RSA, szOID_RSA_DH,
3427         szOID_RSA_data, szOID_RSA_signedData, szOID_RSA_envelopedData,
3428         szOID_RSA_signEnvData, szOID_RSA_digestedData, szOID_RSA_hashedData,
3429         szOID_RSA_encryptedData, szOID_RSA_emailAddr, szOID_RSA_unstructName,
3430         szOID_RSA_contentType, szOID_RSA_messageDigest, szOID_RSA_signingTime,
3431         szOID_RSA_counterSign, szOID_RSA_challengePwd, szOID_RSA_unstructAddr,
3432         szOID_RSA_extCertAttrs, szOID_RSA_SMIMECapabilities,
3433         szOID_RSA_preferSignedData, szOID_RSA_RC2CBC, szOID_RSA_RC4,
3434         szOID_RSA_DES_EDE3_CBC, szOID_RSA_RC5_CBCPad, szOID_ANSI_x942,
3435         szOID_ANSI_x942_DH, szOID_X957, szOID_X957_DSA, szOID_DATA STRUCTURE,
3436         szOID_DS, szOID_DSALG, szOID_DSALG_CRPT, szOID_DSALG_HASH,
3437         szOID_DSALG_SIGN, szOID_DSALG_RSA, szOID_OIW, szOID_OIWSEC,
3438         szOID_OIWSEC_md4RSA, szOID_OIWSEC_md5RSA, szOID_OIWSEC_md4RSA2,
3439         szOID_OIWSEC_desECB, szOID_OIWSEC_desCBC, szOID_OIWSEC_desOFB,
3440         szOID_OIWSEC_desCFB, szOID_OIWSEC_desMAC, szOID_OIWSEC_rsaSign,
3441         szOID_OIWSEC_dsa, szOID_OIWSEC_shaDSA, szOID_OIWSEC_mdc2RSA,
3442         szOID_OIWSEC_shaRSA, szOID_OIWSEC_dhCommMod, szOID_OIWSEC_desEDE,
3443         szOID_OIWSEC_sha, szOID_OIWSEC_mdc2, szOID_OIWSEC_dsaComm,
3444         szOID_OIWSEC_dsaCommSHA, szOID_OIWSEC_rsaXchg, szOID_OIWSEC_keyHashSeal,
3445         szOID_OIWSEC_md2RSASign, szOID_OIWSEC_md5RSASign, szOID_OIWSEC_sha1,
3446         szOID_OIWSEC_dsaSHA1, szOID_OIWSEC_dsaCommSHA1, szOID_OIWSEC_sha1RSASign,
3447         szOID_OIWDIR, szOID_OIWDIR_CRPT, szOID_OIWDIR_HASH, szOID_OIWDIR_SIGN,
3448         szOID_OIWDIR_md2, szOID_OIWDIR_md2RSA, szOID_INFOSEC,
3449         szOID_INFOSEC_sdnsSignature, szOID_INFOSEC_mosaicSignature,
3450         szOID_INFOSEC_sdnsConfidentiality, szOID_INFOSEC_mosaicConfidentiality,
3451         szOID_INFOSEC_sdnsIntegrity, szOID_INFOSEC_mosaicIntegrity,
3452         szOID_INFOSEC_sdnsTokenProtection, szOID_INFOSEC_mosaicTokenProtection,
3453         szOID_INFOSEC_sdnsKeyManagement, szOID_INFOSEC_mosaicKeyManagement,
3454         szOID_INFOSEC_sdnsKMandSig, szOID_INFOSEC_mosaicKMandSig,
3455         szOID_INFOSEC_SuiteASignature, szOID_INFOSEC_SuiteAConfidentiality,
3456         szOID_INFOSEC_SuiteAIntegrity, szOID_INFOSEC_SuiteATokenProtection,
3457         szOID_INFOSEC_SuiteAKeyManagement, szOID_INFOSEC_SuiteAKMandSig,
3458         szOID_INFOSEC_mosaicUpdatedSig, szOID_INFOSEC_mosaicKMandUpdSig,
3459         szOID_INFOSEC_mosaicUpdatedInteg, szOID_PKIX_NO_SIGNATURE,
3460         szOID_COMMON_NAME, szOID_COUNTRY_NAME, szOID_DEVICE_SERIAL_NUMBER,
3461         szOID_DOMAIN_COMPONENT, szOID_RSA_emailAddr, szOID_GIVEN_NAME,
3462         szOID_INITIALS, szOID_LOCALITY_NAME, szOID_ORGANIZATION_NAME,
3463         szOID_ORGANIZATIONAL_UNIT_NAME, szOID_STATE_OR_PROVINCE_NAME,
3464         szOID_STREET_ADDRESS, szOID_SUR_NAME, szOID_TITLE, szOID_RSA_unstructAddr,
3465         szOID_RSA_unstructName, szOID_BASIC_CONSTRAINTS2,
3466         CERT_BASIC_CONSTRAINTS2_INFO, CRYPT_ENCODE_PARA,CertDuplicateStore,
3467         CertEnumCertificatesInStore, CertDuplicateCertificateContext,
3468         CertGetNameStringA, CertGetNameStringW, CertGetNameString, PFXIsPFXBlob,
3469         CertFindExtension, CryptDecodeObject, CertAddCertificateContextToStore,
3470         CertCompareCertificate, PFXVerifyPassword, PFXImportCertStore,
3471         CertDeleteCertificateFromStore): Define.
3472         * lib/crypt32.def (CertDuplicateStore, CertEnumCertificatesInStore,
3473         CertDuplicateCertificateContext, CertGetNameStringA, CertGetNameStringW,
3474         CertGetNameString, PFXIsPFXBlob, CertFindExtension, CryptDecodeObject,
3475         CertAddCertificateContextToStore, CertCompareCertificate,
3476         PFXVerifyPassword, PFXImportCertStore, CertDeleteCertificateFromStore):
3477         Define.
3478
3479 2006-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3480
3481         * lib/uuid.c: Remove.
3482
3483 2006-07-20  Elias Naur  <elias_naur@users.sourceforge.net>
3484
3485         * include/devguid.h: Add new file with missing GUID_DEVCLASS_*
3486         declarations. They were extracted from the registry with a script.
3487         * lib/devguid.c: Add new file with the implementation of the
3488         missing GUIDs.
3489         * lib/Makefile.in: Add devguid.c to UUID_SOURCES and UUID_OBJS.
3490
3491 2006-07-19  Elias Naur  <elias_naur@users.sourceforge.net>
3492
3493         * include/winuser.h (WM_INPUT): Add missing Raw Input
3494         notification define.
3495         (RID_DEVICE_INFO_MOUSE, RID_DEVICE_INFO_KEYBOARD,
3496         RID_DEVICE_INFO_HID, RID_DEVICE_INFO): Define Raw Input structs
3497
3498 2006-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
3499
3500         [mingw-Bugs-1525021]
3501         * iptypes.h (IP_ADAPTER_ANYCAST_ADDRESS): Fix NONAMELESSUNION warnings.
3502         (IP_ADAPTER_MULTICAST_ADDRESS): Likewise.
3503         (IP_ADAPTER_UNICAST_ADDRESS): Likewise.
3504         (IP_ADAPTER_DNS_SERVER_ADDRESS): Likewise.
3505         (IP_ADAPTER_ADAPTER_PREFIX): Likewise.
3506         (IP_ADAPTER_ADDRESSES): Likewise.
3507
3508 2006-06-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3509
3510         * lib/uuid.c (CLSID_FileProtocol, CLSID_FtpProtocol, CLSID_GopherProtocol,
3511         CLSID_HttpProtocol, CLSID_HttpSProtocol, CLSID_MkProtocol,
3512         CLSID_PSUrlMonProxy, CLSID_StdURLMoniker): Remove.  Moved to
3513         extras-uuid.c.
3514         * lib/extras-uuid.c (CLSID_FileProtocol, CLSID_FtpProtocol, CLSID_GopherProtocol,
3515         CLSID_HttpProtocol, CLSID_HttpSProtocol, CLSID_MkProtocol,
3516         CLSID_PSUrlMonProxy, CLSID_StdURLMoniker): Added.
3517         * lib/hlguids-uuid.c: State source of CLSIDs.
3518
3519 2006-06-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3520
3521         * lib/Makefile.in: Added extras-uuid as an object and source.
3522         * lib/uuid.c (IID_IClientSiteHandler, IID_IContinue, IID_IHttpNegotiate,
3523         IID_IPersistMoniker, IID_IServerHandler, IID_ITargetEmbedding,
3524         IID_ITargetFrame, IID_ITypeComp, IID_IUrlHistoryStg, IID_IWinInetHttpInfo,
3525         IID_IWinInetInfo, IID_IEnumSTATPROPSETSTG, IID_IEnumSTATPROPSTG,
3526         IID_IEnumSTATURL): Remove.  Moved to extras-uuid.c.
3527         * lib/extras-uuid.c: New file.
3528         Thank you to Julien Lecomte (julienlecomte at users dot sourceforge dot
3529         net).
3530
3531 2006-06-12  Danny Smith  <dannysmith@users.sourceforge.net>
3532
3533         [mingw-Bugs-1424461]
3534         *include/imagehlp.h: Comment out IN, OUT and OPTIONAL,
3535         throughout.
3536         *include/rpcdce.h: Don't define IN, OUT or OPTIONAL if
3537         _NO_W32_PSEUDO_MODIFIERS.
3538         *include/rpcnsi.h: Comment out IN, OUT and OPTIONAL,
3539         throughout.
3540         *include/rpcnsip.h: Likewise.
3541         *include/windef.h: Don't define IN, OUT or OPTIONAL
3542         if _NO_W32_PSEUDO_MODIFIERS.
3543         *include/ddk/batclass.h: Comment out IN, OUT and OPTIONAL,
3544         throughout.
3545         *include/ddk/cfgmgr32.h: Likewise.
3546         *include/ddk/ddkmapi.h: Likewise.
3547         *include/ddk/hidclass.h: Likewise.
3548         *include/ddk/hidpi.h: Likewise.
3549         *include/ddk/kbdmou.h: Likewise.
3550         *include/ddk/mcd.h: Likewise.
3551         *include/ddk/miniport.h: Likewise.
3552         *include/ddk/minitape.h: Likewise.
3553         *include/ddk/ndis.h: Likewise.
3554         *include/ddk/ndistapi.h: Likewise.
3555         *include/ddk/ndiswan.h: Likewise.
3556         *include/ddk/ntapi.h: Likewise.
3557         *include/ddk/ntdd8042.h: Likewise.
3558         *include/ddk/ntddpcm.h: Likewise.
3559         *include/ddk/ntifs.h: Likewise.
3560         *include/ddk/ntpoapi.h: Likewise.
3561         *include/ddk/parallel.h: Likewise.
3562         *include/ddk/pfhook.h: Likewise.
3563         *include/ddk/scsiwmi.h: Likewise.
3564         *include/ddk/smbus.h: Likewise.
3565         *include/ddk/srb.h: Likewise.
3566         *include/ddk/storport.h: Likewise.
3567         *include/ddk/tdikrnl.h: Likewise.
3568         *include/ddk/upssvc.h: Likewise.
3569         *include/ddk/usbcamdi.h: Likewise.
3570         *include/ddk/usbscan.h: Likewise.
3571         *include/ddk/video.h: Likewise.
3572         *include/ddk/videoagp.h: Likewise.
3573         *include/ddk/win2k.h: Likewise.
3574         *include/ddk/winddi.h: Likewise.
3575         *include/ddk/winddk.h: Don't define IN, OUT or OPTIONAL
3576         if _NO_W32_PSEUDO_MODIFIERS.
3577         Comment out IN, OUT and OPTIONAL, throughout.
3578         *include/ddk/winnt4.h: Comment out IN, OUT and OPTIONAL,
3579         throughout.
3580         *include/ddk/ws2san.h: Likewise.
3581
3582 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3583
3584         * lib/Makefile.in:  Added hlguids-uuid as source and object.
3585
3586 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3587
3588         * lib/uuid.c (CLSID_StaticDib, CLSID_StaticMetafile, CLSID_StdHlink,
3589         CLSID_StdHlinkBrowseContext): Remove.  Moved to relevant files.
3590         * lib/cguid-uuid.c (CLSID_StaticDib, CLSID_StaticMetafile): Added.
3591         * lib/hlguids-uuid.c: New file.
3592         Thank you to Julien Lecomte (julienlecomte at users dot sourceforge dot
3593         net).
3594
3595 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3596
3597         * lib/Makefile.in: Added urlmon-uuid and hlink-uuid as sources and
3598         objects.
3599         * lib/uuid.c (IID_IAuthenticate, IID_IBindHost, IID_IBindProtocol,
3600         IID_IBindStatusCallback, IID_IBindStatusCallbackMsg, IID_IBinding,
3601         IID_IHlink, IID_IHlinkBrowseContext, IID_IHlinkFrame, IID_IHlinkSite,
3602         IID_IHlinkTarget): Remove.  Moved to new files.
3603         * lib/urlmon-uuid.c: New file.
3604         * lib/hlink-uuid.c: New file.
3605
3606 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3607
3608         * lib/Makefile.in: Added ativscp-uuid as source and object.
3609         * lib/uuid.c (IID_IActiveScript, IID_IActiveScriptError,
3610         IID_IActiveScriptParse, IID_IActiveScriptSite,
3611         IID_IActiveScriptSiteWindow): Remove.  Moved to ativscp-uuid.c.
3612         * lib/ativscp-uuid.c: New file.
3613
3614 2006-06-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3615
3616         * lib/uuid.c (IID_IClientSecurity, IID_IMallocSpy, IID_IServerSecurity):
3617         Remove.  Moved to objidl-uuid.c
3618         * lib/objidl-uuid.c (IID_IClientSecurity, IID_IMallocSpy,
3619         IID_IServerSecurity): Defined.
3620
3621 2006-06-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3622
3623         * lib/Makefile.in: Add cguid-uuid and olectlid-uuid as sources and
3624         objects.
3625         * lib/uuid.c (CLSID_CColorPropPage, CLSID_CFontPropPage,
3626         CLSID_CPicturePropPage, CLSID_Picture_Dib, CLSID_Picture_Metafile,
3627         CLSID_StdFont, CLSID_StdPicture, GUID_NULL, IID_ICreateTypeInfo,
3628         IID_ICreateTypeInfo2, IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_IDebug,
3629         IID_IDebugStream, IID_IDispatch, IID_IEnumFORMATETC,IID_IEnumMoniker,
3630         IID_IEnumOLEVERB, IID_IEnumSTATDATA, IID_IEnumSTATSTG, IID_IEnumString,
3631         IID_IEnumUnknown, IID_IEnumVARIANT, IID_IOleLink, IID_IPSFactory,
3632         IID_IRpcChannel, IID_IRpcProxy, IID_IRpcStub, IID_ITypeInfo,
3633         IID_ITypeInfo2, IID_ITypeLib, IID_ITypeLib2): Remove.  Moved to relevant
3634         files.
3635         * lib/oaidl-uuid.c (IID_ICreateTypeInfo, IID_ICreateTypeInfo2,
3636         IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_ITypeInfo, IID_ITypeInfo2,
3637         IID_ITypeLib, IID_ITypeLib2, IID_IEnumVARIANT): Define.
3638         * lib/cguid-uuid.c: New file.
3639         * lib/olectlid-uuid.c: New file.
3640
3641 2006-06-08  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3642
3643         * lib/Makefile.in: Add objsafe-uuid oaidl-uuid docobj-uuid comcat-uuid
3644         exdisp-uuid mlang-uuid objidl-uuid as sources and objects.
3645         * lib/uuid.c (CATID_Control, CATID_DocObject, CATID_Insertable,
3646         CATID_PersistsToPropertyBag, CATID_PersistsToStorage, CATID_PersistsToStream,
3647         CATID_PersistsToStreamInit, CATID_Printable, CATID_Programmable,
3648         CLSID_CMultiLanguage, CLSID_StdComponentCategoriesMgr, CLSID_WebBrowser,
3649         DIID_DWebBrowserEvents, DIID_DWebBrowserEvents2, IID_IAdviseSink,
3650         IID_IAdviseSink2, IID_IBindCtx, IID_ICatInformation, IID_ICatRegister,
3651         IID_IClassActivator, IID_IContinueCallback, IID_ICreateErrorInfo,
3652         IID_IDataAdviseHolder, IID_IDataObject, IID_IEnumCATEGORYINFO,
3653         IID_IEnumGUID, IID_IEnumOleDocumentViews, IID_IErrorInfo,
3654         IID_IExternalConnection, IID_IFillLockBytes, IID_ILockBytes, IID_IMalloc,
3655         IID_IMarshal, IID_IMessageFilter, IID_IMoniker, IID_IObjectSafety,
3656         IID_IOleCommandTarget, IID_IOleDocument, IID_IOleDocumentSite,
3657         IID_IOleDocumentView, IID_IPSFactoryBuffer, IID_IPersist,
3658         IID_IPersistFile, IID_IPersistStorage, IID_IPersistStream, IID_IPrint,
3659         IID_IProgressNotify, IID_IPropertySetStorage, IID_IPropertyStorage,
3660         IID_IROTData, IID_IRootStorage, IID_IRpcChannelBuffer,
3661         IID_IRpcProxyBuffer, IID_IRpcStubBuffer, IID_IRunnableObject,
3662         IID_IRunningObjectTable, IID_ISequentialStream, IID_IStdMarshalInfo,
3663         IID_IStorage, IID_IStream, IID_ISupportErrorInfo, IID_IWebBrowser,
3664         IID_IWebBrowser2, IID_IWebBrowserApp): Remove. Moved to new files.
3665         * lib/comcat-uuid.c: New file.
3666         * lib/docobj-uuid.c: New File.
3667         * lib/exdisp-uuid.c: New file.
3668         * lib/mlang-uuid.c: New file.
3669         * lib/oaidl-uuid.c: New file.
3670         * lib/objidl-uuid.c: New file.
3671         * lib/objsafe-uuid.c: New file.
3672
3673 2006-06-07  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3674
3675         * lib/Makefile.in: Add oleacc-uuid oleidl-uuid ocidl-uuid as sources and
3676         objects.
3677         * lib/uuid.c (IID_IOleCache, IID_IOleCache2, IID_IOleCacheControl, IID_IViewObject,
3678         IID_IViewObject2, IID_IDropSource, IID_IDropTarget, IID_IOleAdviseHolder,
3679         IID_IOleInPlaceUIWindow, IID_IOleInPlaceObject, IID_IOleInPlaceActiveObject,
3680         IID_IOleInPlaceFrame, IID_IOleInPlaceSite, IID_IOleContainer, IID_IOleItemContainer,
3681         IID_IOleClientSite, IID_IOleObject, IID_IOleWindow, IID_IParseDisplayName,
3682         IID_IAccessible, LIBID_Accessibility, IID_IQuickActivate, IID_IOleUndoManager,
3683         IID_IOleParentUndoUnit, IID_IOleUndoUnit, IID_IEnumOleUndoUnits, IID_IPointerInactive,
3684         IID_IAdviseSinkEx, IID_IOleInPlaceSiteEx, IID_IOleControl, IID_IOleControlSite,
3685         IID_IPersistPropertyBag, IID_IPersistPropertyBag2, IID_IPersistStreamInit,
3686         IID_IPersistMemory, IID_IPropertyBag, IID_IPropertyBag2, IID_IPropertyNotifySink,
3687         IID_IPropertyPage, IID_IPropertyPage2, IID_IPropertyPageSite, IID_IFont, IID_IFontDisp,
3688         IID_IPicture, IID_IPictureDisp, IID_IProvideClassInfo, IID_IProvideClassInfo2,
3689         IID_IEnumConnectionPoints, IID_IEnumConnections, IID_IConnectionPoint,
3690         IID_IConnectionPointContainer, IID_IClassFactory2, IID_IErrorLog,
3691         IID_IObjectWithSite, IID_IPerPropertyBrowsing, IID_ISimpleFrameSite,
3692         IID_ISpecifyPropertyPages): Remove. Moved to new files.
3693         * lib/oleidl-uuid.c: New file.
3694         * lib/oleacc-uuid.c: New file.
3695         * lib/ocidl-uuid.c: New file.
3696
3697 2006-06-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3698
3699         * lib/Makefile.in: Add unknwn-uuid and servprov-uuid as sources and
3700         objects.
3701         * lib/uuid.c (IID_IUnknown, IID_IClassFactory, IID_IServiceProvider):
3702         Remove.  Moved to unknwn-uuid and servprov-uuid.
3703         * lib/unknwn-uuid.c: New file.
3704         * lib/servprov-uuid.c: New file.
3705
3706 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
3707
3708         * include/strmif.h (VMRDeinterlaceTech): Correct typedef for DeinterlaceTech_*
3709         enum.
3710
3711 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
3712
3713         * include/strmif.h (enum tagAnalogVideoStandard): Add missing ','.
3714
3715 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
3716
3717         * include/winuser.h (DM_BITSPERPEL, DM_PELSWIDTH, DM_PELSHEIGHT,
3718         DM_DISPLAYFLAGS, DM_DISPLAYFREQUENCY): Remove.  Duplicates of
3719         wingdi.h defines.
3720
3721 2006-06-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3722
3723         * include/winuser.h ((SPI_GETMOUSETRAILS,SPI_SETMOUSETRAILS): Remove
3724         duplicate defines.
3725
3726         * include/winnt.h (SUBLANG_ARABIC_SAUDI_ARABIA): Revert accidental
3727         removal.
3728         (SUBLANG_MARATHI_INDIA): Remove duplicate define.
3729
3730 2006-05-24  Christopher Faylor  <cgf@timesys.com>
3731
3732         * configure.in: Update to newer autoconf.
3733         (thanks to Steve Ellcey)
3734         * configure: Regenerate.
3735         * aclocal.m4: New file.
3736
3737 2006-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
3738
3739         * lib/uuid.c (IID_IRpcProxyBuffer34): Remove definition.
3740
3741 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3742
3743         * include/rtutils.h (TraceDumpA,TraceDumpW,TracePutsA,TracePutsW)
3744         (TraceRegisterA,TraceRegisterW,TraceVprintfA,TraceVprintfW): Define
3745         as macros.
3746         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
3747
3748 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3749
3750         * include/mprapi.h (MprAdminMIBBufferFree,MprAdminMIBEntryCreate)
3751         (MprAdminMIBEntryDelete,MprAdminMIBEntryGet,MprAdminMIBEntryGetFirst)
3752         (MprAdminMIBEntryGetNext,MprAdminMIBEntrySet,MprAdminMIBGetTrapInfo)
3753         (MprAdminMIBServerConnect,MprAdminMIBServerDisconnect)
3754         (MprAdminMIBSetTrapInfo): Declare functions.
3755         Note: MprAdminMIBSetTrapInfo is missing from mprapi.def.
3756         (MIB_SERVER_HANDLE): New typedef.
3757         (MprConfigTransportSetInfo): Declare function.
3758         * lib/mprapi.def (MprSetupIpInIpInterfaceFriendlyNameEnum)
3759         (MprSetupIpInIpInterfaceFriendlyNameFree): Fix size.
3760
3761 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3762
3763         * lib/rtutils.def: New file. Generated on Windows XP.
3764         (TracePrintf{AW},TracePrintfEx{AW}): Left out for now.
3765         * include/rtutils.h: New file.
3766         (TraceDump{AW},TracePuts{AW},TraceRegister{AW},TraceVprintf{AW}):
3767         Commented out, they're missing from rtutils.def.
3768
3769 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3770
3771         * include/mprapi.h (MprInfoBlockAdd,MprInfoBlockFind)
3772         (MprInfoBlockQuerySize,MprInfoBlockRemove,MprInfoBlockSet)
3773         (MprInfoCreate,MprInfoDelete,MprInfoDuplicate)
3774         (MprInfoRemoveAll): Declare functions.
3775
3776 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3777
3778         * include/mprapi.h (MprConfigBufferFree,MprConfigGetFriendlyName)
3779         (MprConfigGetGuidName,MprConfigInterfaceCreate)
3780         (MprConfigInterfaceDelete,MprConfigInterfaceEnum)
3781         (MprConfigInterfaceGetHandle,MprConfigInterfaceGetInfo)
3782         (MprConfigInterfaceSetInfo,MprConfigInterfaceTransportAdd)
3783         (MprConfigInterfaceTransportEnum,MprConfigInterfaceTransportGetHandle)
3784         (MprConfigInterfaceTransportGetInfo,MprConfigInterfaceTransportRemove)
3785         (MprConfigInterfaceTransportSetInfo,MprConfigServerBackup)
3786         (MprConfigServerConnect,MprConfigServerDisconnect)
3787         (MprConfigServerGetInfo,MprConfigServerInstall)
3788         (MprConfigServerRestore,MprConfigTransportCreate)
3789         (MprConfigTransportDelete,MprConfigTransportEnum)
3790         (MprConfigTransportGetHandle,MprConfigTransportGetInfo)
3791         (MprConfigTransportSetInfo): Declare functions.
3792
3793 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3794
3795         * include/mprapi.h (MprAdminBufferFree)
3796         (MprAdminDeregisterConnectionNotification,MprAdminGetErrorString)
3797         (MprAdminInterfaceConnect,MprAdminInterfaceCreate)
3798         (MprAdminInterfaceDelete,MprAdminInterfaceDeviceGetInfo)
3799         (MprAdminInterfaceDeviceSetInfo,MprAdminInterfaceDisconnect)
3800         (MprAdminInterfaceEnum,MprAdminInterfaceGetCredentials)
3801         (MprAdminInterfaceGetCredentialsEx,MprAdminInterfaceGetHandle)
3802         (MprAdminInterfaceGetInfo,MprAdminInterfaceQueryUpdateResult)
3803         (MprAdminInterfaceSetCredentials,MprAdminInterfaceSetCredentialsEx)
3804         (MprAdminInterfaceSetInfo,MprAdminInterfaceTransportAdd)
3805         (MprAdminInterfaceTransportGetInfo,MprAdminInterfaceTransportRemove)
3806         (MprAdminInterfaceTransportSetInfo)
3807         (MprAdminInterfaceUpdatePhonebookInfo,MprAdminInterfaceUpdateRoutes)
3808         (MprAdminIsServiceRunning,MprAdminRegisterConnectionNotification)
3809         (MprAdminServerConnect,MprAdminServerDisconnect)
3810         (MprAdminServerGetCredentials,MprAdminServerGetInfo)
3811         (MprAdminServerSetCredentials,MprAdminTransportCreate)
3812         (MprAdminTransportGetInfo,MprAdminTransportSetInfo): Declare functions.
3813
3814 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3815
3816         * include/ipxtfflt.h: New file.
3817
3818 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3819
3820         * include/mprapi.h: Fix header guard. Cleanup.
3821         (MprAdminAcceptNewConnection,MprAdminAcceptNewConnection2)
3822         (MprAdminAcceptNewLink,MprAdminAcceptReauthentication)
3823         (MprAdminConnectionHangupNotification)
3824         (MprAdminConnectionHangupNotification2)
3825         (MprAdminGetIpAddressForUser,MprAdminInitializeDll)
3826         (MprAdminTerminateDll,MprAdminLinkHangupNotification)
3827         (MprAdminReleaseIpAddress): Declare functions.
3828         * lib/mprapi.def: Regenerate on Windows XP.
3829
3830 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3831
3832         * include/ipifcons.h: Cleanup.
3833         * include/ipxconst.h: Fix header guard.
3834         * include/ipxrtdef.h: include <ipxconst.h>.
3835
3836 2006-05-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3837
3838         * include/ipxrtdef.h: Cleanup.
3839         (IPX_INTERFACE_INFO_TYPE,IPX_STATIC_ROUTE_INFO_TYPE)
3840         (IPX_STATIC_SERVICE_INFO_TYPE,IPX_SERVICE_FILTER_INFO_TYPE)
3841         (IPX_ROUTE_FILTER_INFO_TYPE,IPX_IN_TRAFFIC_FILTER_INFO_TYPE)
3842         (IPX_ADAPTER_INFO_TYPE,IPXWAN_INTERFACE_INFO_TYPE,IPX_GLOBAL_INFO_TYPE)
3843         (IPX_STATIC_NETBIOS_NAME_INFO_TYPE)
3844         (IPX_IN_TRAFFIC_FILTER_GLOBAL_INFO_TYPE)
3845         (IPX_OUT_TRAFFIC_FILTER_INFO_TYPE)
3846         (IPX_OUT_TRAFFIC_FILTER_GLOBAL_INFO_TYPE): Define.
3847         * include/routprot.h: Cleanup.
3848         (PROTO_IP_OTHER,PROTO_IP_LOCAL,PROTO_IP_NETMGMT,PROTO_IP_ICMP)
3849         (PROTO_IP_EGP,PROTO_IP_GGP,PROTO_IP_HELLO,PROTO_IP_RIP,PROTO_IP_IS_IS)
3850         (PROTO_IP_ES_IS,PROTO_IP_CISCO,PROTO_IP_BBN,PROTO_IP_OSPF,PROTO_IP_BGP)
3851         (PROTO_IP_BOOTP,PROTO_IP_NT_AUTOSTATIC,PROTO_IP_NT_STATIC)
3852         (PROTO_IP_NT_STATIC_NON_DOD,IPRTRMGR_PID,IPX_PROTOCOL_BASE)
3853         (IPX_PROTOCOL_RIP,IPX_PROTOCOL_SAP,IPX_PROTOCOL_NLSP): Define.
3854         * include/fltdefs.h: New file.
3855         * include/ipinfoid.h: New file.
3856
3857 2006-05-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3858
3859         * include/strmif.h (IAMAnalogVideoDecoder,IAMAudioInputMixer)
3860         (IAMAudioRendererStats,IAMBufferNegotiation,IAMCameraControl)
3861         (IAMCertifiedOutputProtection): Add interfaces.
3862         * include/adsprop.h: New file.
3863         * include/cmnquery.h: New file.
3864         * include/dsadmin.h: New file.
3865         * include/dsclient.h: New file.
3866         * include/dsgetdc.h: New file.
3867         * include/dsquery.h: New file.
3868         * include/dsrole.h: New file.
3869         * include/ntdsapi.h: New file.
3870         * include/ntdsbcli.h: New file.
3871         * include/objsel.h: New file.
3872
3873 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3874
3875         * include/qedit.h (DEXTER_PARAM,DEXTER_VALUE,SCompFmt0): Add structures.
3876         (DEXTERF_TRACK_SEARCH_FLAGS,TIMELINE_MAJOR_TYPE): Add enums.
3877         (CONNECTF_DYNAMIC_NONE,CONNECTF_DYNAMIC_SOURCES)
3878         (CONNECTF_DYNAMIC_EFFECTS,SFN_VALIDATEF_CHECK,SFN_VALIDATEF_POPUP)
3879         (SFN_VALIDATEF_TELLME,SFN_VALIDATEF_REPLACE,SFN_VALIDATEF_USELOCAL)
3880         (SFN_VALIDATEF_NOFIND,SFN_VALIDATEF_IGNOREMUTED,RESIZEF_STRETCH)
3881         (RESIZEF_CROP,RESIZEF_PRESERVEASPECTRATIO)
3882         (RESIZEF_PRESERVEASPECTRATIO_NOLETTERBOX): Define.
3883
3884 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3885
3886         * include/qedit.h: New file.
3887         * include/errors.h: Cleanup.
3888
3889 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3890
3891         * include/amvideo.h (BIT_MASKS_MATCH): Don't use memcmp to
3892         avoid dependency on <string.h>.
3893         There's no Win32 equivalent for memcmp:
3894         http://support.microsoft.com/default.aspx?scid=kb;EN-US;q99456
3895
3896 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3897
3898         * include/amvideo.h (RESET_MASKS,RESET_PALETTE): Use ZeroMemory
3899         instead of memset to avoid dependency on <string.h>.
3900         * include/dshow.h (AM_ASPECT_RATIO_MODE,AM_WST_DRAWBGMODE,AM_WST_LEVEL)
3901         (AMExtendedSeekingCapabilities,AM_WST_SERVICE,AM_WST_STATE)
3902         (AM_WST_STYLE): Add enums.
3903         (AM_WST_PAGE,AMVABeginFrameInfo,AMVACompBufferInfo,AMVAEndFrameInfo,
3904         AMVAInternalMemInfo,AMVAUncompBufferInfo,AMVAUncompDataInfo): New
3905         structures.
3906         * include/errors.h (VFW_E_DVD_CMD_CANCELLED)
3907         (VFW_E_DVD_STATE_WRONG_VERSION,VFW_E_DVD_STATE_CORRUPT)
3908         (VFW_E_DVD_STATE_WRONG_DISC,VFW_E_DVD_INCOMPATIBLE_REGION)
3909         (VFW_E_DVD_NO_ATTRIBUTES,VFW_E_DVD_NO_GOUP_PGC)
3910         (VFW_E_DVD_LOW_PARENTAL_LEVEL,VFW_E_DVD_NOT_IN_KARAOKE_MODE)
3911         (VFW_E_FRAME_STEP_UNSUPPORTED,VFW_E_DVD_STREAM_DISABLED)
3912         (VFW_E_DVD_TITLE_UNKNOWN,VFW_E_DVD_INVALID_DISC)
3913         (VFW_E_DVD_NO_RESUME_INFORMATION)
3914         (VFW_E_PIN_ALREADY_BLOCKED_ON_THIS_THREAD,VFW_E_PIN_ALREADY_BLOCKED)
3915         (VFW_E_CERTIFICATION_FAILURE,VFW_E_VMR_NOT_IN_MIXER_MODE)
3916         (VFW_E_VMR_NO_AP_SUPPLIED,VFW_E_VMR_NO_DEINTERLACE_HW)
3917         (VFW_E_VMR_NO_PROCAMP_HW,VFW_E_DVD_VMR9_INCOMPATIBLEDEC)
3918         (VFW_E_NO_COPP_HW,VFW_E_BAD_KEY): Define.
3919         * include/evcode.h (AM_WMT_EVENT_DATA): New structure.
3920         * include/mmsystem.h (WAVE_FORMAT_EXTENSIBLE): Define.
3921         * include/edevdefs.h (ED_FORMAT_SMPTE_30,ED_FORMAT_SMPTE_30DROP)
3922         (ED_FORMAT_SMPTE_25,ED_FORMAT_SMPTE_24): Move from here...
3923         * include/strmif.h: ... to here. New file.
3924         * include/aviriff.h: New file.
3925         * include/bdatypes.h: New file.
3926         * include/control.h: New file.
3927         * include/dvdmedia.h: New file.
3928         * include/il21dec.h: New file.
3929         * include/ks.h: New file.
3930         * include/ksmedia.h: New file.
3931         * include/mmreg.h: New file.
3932         * include/mpegtype.h: New file.
3933         * include/vidcap.h: New file.
3934         * include/vmr9.h: New file.
3935         * include/vptype.h: New file.
3936         * include/xprtdefs.h: New file.
3937
3938 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3939
3940         * include/winnls.h [WINVER >= 0x0500] (LOCALE_IDEFAULTEBCDICCODEPAGE):
3941         Documented as defined on Windows 2000 or later.
3942         [WINVER >= 0x0600] (LOCALE_SDURATION,LOCALE_SIETFLANGUAGE)
3943         (LOCALE_SISO3166CTRYNAME2,LOCALE_SISO639LANGNAME2)
3944         (LOCALE_SKEYBOARDSTOINSTALL,LOCALE_SNAME,LOCALE_SNAN)
3945         (LOCALE_SNEGINFINITY,LOCALE_SPOSINFINITY,LOCALE_SSCRIPTS): Documented
3946         but values unknown, Windows Vista or later.
3947         (CAL_UMALQURA): Cleanup.
3948         (CAL_SSHORTESTDAYNAME_1,CAL_SSHORTESTDAYNAME_2,CAL_SSHORTESTDAYNAME_3)
3949         (CAL_SSHORTESTDAYNAME_4,CAL_SSHORTESTDAYNAME_5,CAL_SSHORTESTDAYNAME_6)
3950         (CAL_SSHORTESTDAYNAME7): Cleanup.
3951         [WINVER >= 0x0410] (CAL_SYEARMONTH,CAL_ITWODIGITYEARMAX)
3952         (CAL_NOUSEROVERRIDE,CAL_RETURN_NUMBER,CAL_USE_CP_ACP): Cleanup.
3953
3954 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3955
3956         * include/wingdi.h [WINVER >= 0x0500] (DC_PERSONALITY,DC_PRINTRATE)
3957         (DC_PRINTRATEUNIT,DC_PRINTERMEM,DC_MEDIAREADY,DC_STAPLE)
3958         (DC_PRINTRATEPPM,DC_COLORDEVICE,DC_NUP,DC_MEDIATYPENAMES)
3959         (DC_MEDIATYPES,DMPAPER_DBL_JAPANESE_POSTCARD,DMPAPER_A6)
3960         (DMPAPER_JENV_KAKU2,DMPAPER_JENV_KAKU3,DMPAPER_JENV_CHOU3)
3961         (DMPAPER_JENV_CHOU4,DMPAPER_LETTER_ROTATED)
3962         (DMPAPER_A3_ROTATED,DMPAPER_A4_ROTATED,DMPAPER_A5_ROTATED)
3963         (DMPAPER_B4_JIS_ROTATED,DMPAPER_B5_JIS_ROTATED)
3964         (DMPAPER_JAPANESE_POSTCARD_ROTATED)
3965         (DMPAPER_DBL_JAPANESE_POSTCARD_ROTATED)
3966         (DMPAPER_A6_ROTATED,DMPAPER_JENV_KAKU2_ROTATED)
3967         (DMPAPER_JENV_KAKU3_ROTATED,DMPAPER_JENV_CHOU3_ROTATED)
3968         (DMPAPER_JENV_CHOU4_ROTATED,DMPAPER_B6_JIS)
3969         (DMPAPER_B6_JIS_ROTATED,DMPAPER_12X11,DMPAPER_JENV_YOU4)
3970         (DMPAPER_JENV_YOU4_ROTATED,DMPAPER_P16K,DMPAPER_P32K)
3971         (DMPAPER_P32KBIG,DMPAPER_PENV_1,DMPAPER_PENV_2)
3972         (DMPAPER_PENV_3,DMPAPER_PENV_4,DMPAPER_PENV_5)
3973         (DMPAPER_PENV_6,DMPAPER_PENV_7,DMPAPER_PENV_8)
3974         (DMPAPER_PENV_9,DMPAPER_PENV_10,DMPAPER_P16K_ROTATED)
3975         (DMPAPER_P32K_ROTATED,DMPAPER_P32KBIG_ROTATED)
3976         (DMPAPER_PENV_1_ROTATED,DMPAPER_PENV_2_ROTATED)
3977         (DMPAPER_PENV_3_ROTATED,DMPAPER_PENV_4_ROTATED)
3978         (DMPAPER_PENV_5_ROTATED,DMPAPER_PENV_6_ROTATED)
3979         (DMPAPER_PENV_7_ROTATED,DMPAPER_PENV_8_ROTATED)
3980         (DMPAPER_PENV_9_ROTATED,DMPAPER_PENV_10_ROTATED): Define.
3981         (DMPAPER_LAST): Value depends on DMPAPER_* variables actually defined.
3982         (DM_PANNINGWIDTH,DM_PANNINGHEIGHT,DM_DISPLAYFIXEDOUTPUT)
3983         (DMDO_DEFAULT,DMDO_90,DMDO_180,DMDO_270,DMDFO_DEFAULT,DMDFO_STRETCH)
3984         (DMDFO_CENTER): Define.
3985         (GetDCBrushColor,GetDCPenColor): Declare.
3986         * lib/msimg32.def (GetDCBrushColor,GetDCPenColor): Add stubs.
3987
3988 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3989
3990         * include/winnt.h (LANG_PERSIAN,LANG_LOWER_SORBIAN,LANG_UPPER_SORBIAN)
3991         (LANG_TSWANA,LANG_XHOSA,LANG_ZULU,LANG_MALTESE,LANG_SAMI,LANG_IRISH)
3992         (LANG_TIBETAN,LANG_WELSH,LANG_KHMER,LANG_LAO,LANG_SINHALESE)
3993         (LANG_INUKTITUT,LANG_AMHARIC,LANG_TAMAZIGHT,LANG_FRISIAN)
3994         (LANG_PASHTO,LANG_FILIPINO,LANG_HAUSA,LANG_YORUBA,LANG_QUECHUA)
3995         (LANG_SOTHO,LANG_BASHKIR,LANG_LUXEMBOURGISH,LANG_GREENLANDIC)
3996         (LANG_IGBO,LANG_TIGRIGNA,LANG_YI,LANG_MAPUDUNGUN,LANG_MOHAWK)
3997         (LANG_BRETON,LANG_UIGHUR,LANG_MAORI,LANG_OCCITAN,LANG_CORSICAN)
3998         (LANG_ALSATIAN,LANG_YAKUT,LANG_KICHE,LANG_KINYARWANDA,LANG_WOLOF)
3999         (LANG_DARI,LANG_MALAGASY)
4000         (SUBLANG_CUSTOM_DEFAULT,SUBLANG_CUSTOM_UNSPECIFIED)
4001         (SUBLANG_UI_CUSTOM_DEFAULT,SUBLANG_AFRIKAANS_SOUTH_AFRICA)
4002         (SUBLANG_ALBANIAN_ALBANIA,SUBLANG_ALSATIAN_FRANCE)
4003         (SUBLANG_AMHARIC_ETHIOPIA,SUBLANG_ARMENIAN_ARMENIA)
4004         (SUBLANG_ASSAMESE_INDIA,SUBLANG_BASHKIR_RUSSIA,SUBLANG_BASQUE_BASQUE)
4005         (SUBLANG_BELARUSIAN_BELARUS,SUBLANG_BENGALI_INDIA)
4006         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN)
4007         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC)
4008         (SUBLANG_BRETON_FRANCE,SUBLANG_BULGARIAN_BULGARIA)
4009         (SUBLANG_CATALAN_CATALAN,SUBLANG_CORSICAN_FRANCE)
4010         (SUBLANG_CZECH_CZECH_REPUBLIC,SUBLANG_CROATIAN_CROATIA)
4011         (SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,SUBLANG_DANISH_DENMARK)
4012         (SUBLANG_DIVEHI_MALDIVES,SUBLANG_ENGLISH_IRELAND)
4013         (SUBLANG_ENGLISH_INDIA,SUBLANG_ENGLISH_MALAYSIA)
4014         (SUBLANG_ENGLISH_SINGAPORE,SUBLANG_ESTONIAN_ESTONIA)
4015         (SUBLANG_FAEROESE_FAROE_ISLANDS,SUBLANG_FILIPINO_PHILIPPINES)
4016         (SUBLANG_FINNISH_FINLAND,SUBLANG_FRISIAN_NETHERLANDS)
4017         (SUBLANG_GALICIAN_GALICIAN,SUBLANG_GEORGIAN_GEORGIA)
4018         (SUBLANG_GREEK_GREECE,SUBLANG_GREENLANDIC_GREENLAND)
4019         (SUBLANG_GUJARATI_INDIA,SUBLANG_HAUSA_NIGERIA,SUBLANG_HEBREW_ISRAEL)
4020         (SUBLANG_HINDI_INDIA,SUBLANG_HUNGARIAN_HUNGARY)
4021         (SUBLANG_ICELANDIC_ICELAND,SUBLANG_IGBO_NIGERIA)
4022         (SUBLANG_INDONESIAN_INDONESIA,SUBLANG_INUKTITUT_CANADA)
4023         (SUBLANG_INUKTITUT_CANADA_LATIN,SUBLANG_IRISH_IRELAND)
4024         (SUBLANG_JAPANESE_JAPAN,SUBLANG_KAZAK_KAZAKHSTAN)
4025         (SUBLANG_KHMER_CAMBODIA,SUBLANG_KICHE_GUATEMALA)
4026         (SUBLANG_KINYARWANDA_RWANDA,SUBLANG_KONKANI_INDIA)
4027         (SUBLANG_KYRGYZ_KYRGYZSTAN,SUBLANG_LAO_LAO_PDR)
4028         (SUBLANG_LATVIAN_LATVIA,SUBLANG_LITHUANIAN_LITHUANIA)
4029         (SUBLANG_LOWER_SORBIAN_GERMANY,SUBLANG_LUXEMBOURGISH_LUXEMBOURG)
4030         (SUBLANG_MACEDONIAN_MACEDONIA,SUBLANG_MALAYALAM_INDIA)
4031         (SUBLANG_MALTESE_MALTA,SUBLANG_MAORI_NEW_ZEALAND)
4032         (SUBLANG_MAPUDUNGUN_CHILE,SUBLANG_MARATHI_INDIA,SUBLANG_MOHAWK_MOHAWK)
4033         (SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA,SUBLANG_MONGOLIAN_PRC)
4034         (SUBLANG_NEPALI_NEPAL,SUBLANG_OCCITAN_FRANCE,SUBLANG_ORIYA_INDIA)
4035         (SUBLANG_PASHTO_AFGHANISTAN,SUBLANG_PERSIAN_IRAN)
4036         (SUBLANG_POLISH_POLAND,SUBLANG_PORTUGUESE_PORTUGAL)
4037         (SUBLANG_PUNJABI_INDIA,SUBLANG_QUECHUA_BOLIVIA,SUBLANG_QUECHUA_ECUADOR)
4038         (SUBLANG_QUECHUA_PERU,SUBLANG_ROMANIAN_ROMANIA)
4039         (SUBLANG_ROMANSH_SWITZERLAND,SUBLANG_RUSSIAN_RUSSIA)
4040         (SUBLANG_SAMI_NORTHERN_NORWAY,SUBLANG_SAMI_NORTHERN_SWEDEN)
4041         (SUBLANG_SAMI_NORTHERN_FINLAND,SUBLANG_SAMI_LULE_NORWAY)
4042         (SUBLANG_SAMI_LULE_SWEDEN,SUBLANG_SAMI_SOUTHERN_NORWAY)
4043         (SUBLANG_SAMI_SOUTHERN_SWEDEN,SUBLANG_SAMI_SKOLT_FINLAND)
4044         (SUBLANG_SAMI_INARI_FINLAND,SUBLANG_SANSKRIT_INDIA)
4045         (SUBLANG_SERBIAN_BOSNIA_HERZEGOVINA_LATIN)
4046         (SUBLANG_SERBIAN_BOSNIA_HERZEGOVINA_CYRILLIC)
4047         (SUBLANG_SINDHI_AFGHANISTAN,SUBLANG_SINHALESE_SRI_LANKA)
4048         (SUBLANG_SOTHO_NORTHERN_SOUTH_AFRICA,SUBLANG_SLOVAK_SLOVAKIA)
4049         (SUBLANG_SLOVENIAN_SLOVENIA,SUBLANG_SPANISH_US,SUBLANG_SWEDISH_SWEDEN)
4050         (SUBLANG_SYRIAC,SUBLANG_TAJIK_TAJIKISTAN)
4051         (SUBLANG_TAMAZIGHT_ALGERIA_LATIN,SUBLANG_TAMIL_INDIA)
4052         (SUBLANG_TATAR_RUSSIA,SUBLANG_TELUGU_INDIA,SUBLANG_THAI_THAILAND)
4053         (SUBLANG_TIBETAN_PRC,SUBLANG_TIBETAN_BHUTAN,SUBLANG_TIGRIGNA_ERITREA)
4054         (SUBLANG_TSWANA_SOUTH_AFRICA,SUBLANG_TURKISH_TURKEY)
4055         (SUBLANG_TURKMEN_TURKMENISTAN,SUBLANG_UIGHUR_PRC)
4056         (SUBLANG_UKRAINIAN_UKRAINE,SUBLANG_UPPER_SORBIAN_GERMANY)
4057         (SUBLANG_VIETNAMESE_VIETNAM,SUBLANG_WELSH_UNITED_KINGDOM)
4058         (SUBLANG_WOLOF_SENEGAL,SUBLANG_YORUBA_NIGERIA)
4059         (SUBLANG_XHOSA_SOUTH_AFRICA,SUBLANG_YAKUT_RUSSIA,SUBLANG_YI_PRC)
4060         (SUBLANG_ZULU_SOUTH_AFRICA): Define.
4061         (SUBLANG_ARABIC_SAUDI_ARABIA): Removed by error.
4062         (SUBLANG_MARATHI_INDIA): Defined twice by error.
4063
4064 2006-05-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4065
4066         * lib/directx/Makefile.in: Remove reference to libquartz.a since
4067         it was moved.
4068
4069 2006-05-05  Earnie Boyd  <earnie@users.sf.net>
4070
4071         * lib/scrnsave.c: Correct misspelled SPI_SCREENSAVERUNNING to
4072         SPI_SETSCREENSAVERUNNING.
4073         * include winuser.h (SPI_SCREENSAVERRUNNING): Remove again.
4074
4075 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4076
4077         * include/winuser.h (SPI_SCREENSAVERRUNNING): Define.
4078         It had been removed because it's no documented, but Cygwin needs it.
4079
4080 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4081
4082         * include/amvideo.h (IFullScreenVideo): Define.
4083         (BIT_MASKS_MATCH,PALETTISED,PALETTE_ENTRIES,RESET_MASKS,RESET_PALETTE,
4084         SIZE_EGA_PALETTE,SIZE_MASKS,SIZE_PALETTE): Added Macros.
4085
4086 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4087
4088         * include/winnls.h (CAL_SYEARMONTH,CAL_ITWODIGITYEARMAX,
4089         CAL_NOUSEROVERRIDE,CAL_RETURN_NUMBER,CAL_USE_CP_ACP): Documented
4090         as available on Windows 98 and better.
4091         (CAL_SSHORTESTDAYNAME_1,CAL_SSHORTESTDAYNAME_2,CAL_SSHORTESTDAYNAME_3)
4092         (CAL_SSHORTESTDAYNAME_4,CAL_SSHORTESTDAYNAME_5,CAL_SSHORTESTDAYNAME_6)
4093         (CAL_SSHORTESTDAYNAME7,CAL_UMALQURA): Define, Windows Vista and better.
4094
4095 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4096
4097         * include/amvideo.h: New file.
4098         * include/dshow.h: Include <amvideo.h>.
4099
4100 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4101
4102         * include/winuser.h (MOUSEEVENTF_XDOWN,MOUSEEVENTF_XUP): Define.
4103         (MOUSEEVENTF_MOVE,MOUSEEVENTF_LEFTDOWN,MOUSEEVENTF_LEFTUP)
4104         (MOUSEEVENTF_RIGHTDOWN,MOUSEEVENTF_RIGHTUP,MOUSEEVENTF_MIDDLEDOWN)
4105         (MOUSEEVENTF_MIDDLEUP,MOUSEEVENTF_ABSOLUTE,MOUSEEVENTF_WHEEL): Cleanup.
4106         (HWND_BROADCAST): Cleanup.
4107         (HWND_MESSAGE): Windows 2000 only.
4108         (SMTO_ABORTIFHUNG,SMTO_BLOCK,SMTO_NORMAL): Cleanup.
4109         (SMTO_NOTIMEOUTIFNOTHUNG): Define.
4110         (SIF_DISABLENOSCROLL,SIF_PAGE,SIF_POS,SIF_RANGE,SIF_TRACKPOS)
4111         (SIF_ALL): Cleanup.
4112         (SWP_DRAWFRAME,SWP_FRAMECHANGED,SWP_HIDEWINDOW,SWP_NOACTIVATE)
4113         (SWP_NOCOPYBITS,SWP_NOMOVE,SWP_NOSIZE,SWP_NOREDRAW,SWP_NOZORDER)
4114         (SWP_SHOWWINDOW,SWP_NOOWNERZORDER,SWP_NOREPOSITION,SWP_NOSENDCHANGING)
4115         (SWP_DEFERERASE,SWP_ASYNCWINDOWPOS): Cleanup.
4116         (HSHELL_ENDTASK,HSHELL_ACCESSIBILITYSTATE,HSHELL_APPCOMMAND): Define.
4117         (SPI_GETBLOCKSENDINPUTRESETS,SPI_GETCARETWIDTH,SPI_GETDROPSHADOW)
4118         (SPI_GETFILTERKEYS,SPI_GETFLATMENU,SPI_GETFOCUSBORDERHEIGHT)
4119         (SPI_GETFOCUSBORDERWIDTH,SPI_GETFONTSMOOTHINGCONTRAST)
4120         (SPI_GETFONTSMOOTHINGTYPE,SPI_GETFOREGROUNDFLASHCOUNT)
4121         (SPI_GETMENUSHOWDELAY,SPI_GETMOUSECLICKLOCK,SPI_GETMOUSECLICKLOCKTIME)
4122         (SPI_GETMOUSEHOVERHEIGHT,SPI_GETMOUSEHOVERTIME,SPI_GETMOUSEHOVERWIDTH)
4123         (SPI_GETMOUSESONAR,SPI_GETMOUSEVANISH,SPI_GETNONCLIENTMETRICS)
4124         (SPI_GETPOWEROFFACTIVE,SPI_GETPOWEROFFTIMEOUT,SPI_GETSCREENREADER)
4125         (SPI_GETSCREENSAVEACTIVE,SPI_GETSCREENSAVERRUNNING)
4126         (SPI_GETSCREENSAVETIMEOUT,SPI_GETMOUSEVANISH,SPI_GETNONCLIENTMETRICS)
4127         (SPI_GETPOWEROFFACTIVE,SPI_GETPOWEROFFTIMEOUT,SPI_GETSCREENREADER)
4128         (SPI_GETSCREENSAVEACTIVE,SPI_GETSCREENSAVERRUNNING)
4129         (SPI_GETSCREENSAVETIMEOUT,SPI_GETSNAPTODEFBUTTON,SPI_GETUIEFFECTS)
4130         (SPI_SETBLOCKSENDINPUTRESETS,SPI_SETCARETWIDTH,SPI_SETCURSORS)
4131         (SPI_SETDROPSHADOW,SPI_SETFILTERKEYS,SPI_SETFLATMENU)
4132         (SPI_SETFOCUSBORDERHEIGHT,SPI_SETFOCUSBORDERWIDTH)
4133         (SPI_SETFONTSMOOTHINGCONTRAST,SPI_SETFONTSMOOTHINGTYPE)
4134         (SPI_SETFOREGROUNDFLASHCOUNT,SPI_SETICONS,SPI_SETMENUSHOWDELAY)
4135         (SPI_SETMOUSECLICKLOCK,SPI_SETMOUSECLICKLOCKTIME)
4136         (SPI_SETMOUSEHOVERHEIGHT,SPI_SETMOUSEHOVERTIME)
4137         (SPI_SETMOUSEHOVERWIDTH,SPI_SETMOUSESONAR,SPI_SETMOUSEVANISH)
4138         (SPI_SETNONCLIENTMETRICS,SPI_SETPENWINDOWS,SPI_SETPOWEROFFACTIVE)
4139         (SPI_SETPOWEROFFTIMEOUT,SPI_SETSCREENREADER,SPI_SETSCREENSAVEACTIVE)
4140         (SPI_SETSCREENSAVERRUNNING,SPI_SETSCREENSAVETIMEOUT,SPI_SETSHOWIMEUI)
4141         (SPI_SETSNAPTODEFBUTTON,SPI_SETUIEFFECTS): Define.
4142         (SPI_GETACCESSTIMEOUT,SPI_GETANIMATION,SPI_GETBEEP)
4143         (SPI_GETDEFAULTINPUTLANG,SPI_GETDESKWALLPAPER,SPI_GETDRAGFULLWINDOWS)
4144         (SPI_GETFASTTASKSWITCH,SPI_GETFONTSMOOTHING,SPI_GETGRIDGRANULARITY)
4145         (SPI_GETHIGHCONTRAST,SPI_GETICONMETRICS,SPI_GETICONTITLELOGFONT)
4146         (SPI_GETICONTITLEWRAP,SPI_GETKEYBOARDDELAY,SPI_GETKEYBOARDPREF)
4147         (SPI_GETKEYBOARDSPEED,SPI_GETLOWPOWERACTIVE,SPI_GETLOWPOWERTIMEOUT)
4148         (SPI_GETMENUDROPALIGNMENT,SPI_GETMENUUNDERLINES,SPI_GETMINIMIZEDMETRICS)
4149         (SPI_GETMOUSE,SPI_GETMOUSEKEYS,SPI_GETMOUSESPEED,SPI_GETMOUSETRAILS)
4150         (SPI_GETSERIALKEYS,SPI_GETSHOWIMEUI,SPI_GETSHOWSOUNDS)
4151         (SPI_GETSOUNDSENTRY,SPI_GETSTICKYKEYS,SPI_GETTOGGLEKEYS)
4152         (SPI_GETWHEELSCROLLLINES,SPI_GETWINDOWSEXTENSION,SPI_GETWORKAREA)
4153         (SPI_ICONHORIZONTALSPACING,SPI_ICONVERTICALSPACING)
4154         (SPI_SETACCESSTIMEOUT,SPI_SETANIMATION,SPI_SETBEEP,SPI_SETBORDER)
4155         (SPI_SETDEFAULTINPUTLANG,SPI_SETDESKPATTERN,SPI_SETDESKWALLPAPER)
4156         (SPI_SETDOUBLECLICKTIME,SPI_SETDOUBLECLKHEIGHT,SPI_SETDOUBLECLKWIDTH)
4157         (SPI_SETDRAGFULLWINDOWS,SPI_SETDRAGHEIGHT,SPI_SETDRAGWIDTH)
4158         (SPI_SETFASTTASKSWITCH,SPI_SETFONTSMOOTHING,SPI_SETGRIDGRANULARITY)
4159         (SPI_SETHANDHELD,SPI_SETHIGHCONTRAST,SPI_SETICONMETRICS)
4160         (SPI_SETICONTITLELOGFONT,SPI_SETICONTITLEWRAP,SPI_SETKEYBOARDDELAY)
4161         (SPI_SETKEYBOARDPREF,SPI_SETKEYBOARDSPEED,SPI_SETLANGTOGGLE)
4162         (SPI_SETLOWPOWERACTIVE,SPI_SETLOWPOWERTIMEOUT,SPI_SETMENUDROPALIGNMENT)
4163         (SPI_SETMENUUNDERLINES,SPI_SETMINIMIZEDMETRICS,SPI_SETMOUSE)
4164         (SPI_SETMOUSEBUTTONSWAP,SPI_SETMOUSEKEYS,SPI_SETMOUSESPEED)
4165         (SPI_SETMOUSETRAILS,SPI_SETSERIALKEYS,SPI_SETSHOWSOUNDS)
4166         (SPI_SETSOUNDSENTRY,SPI_SETSTICKYKEYS,SPI_SETTOGGLEKEYS)
4167         (SPI_SETWHEELSCROLLLINES,SPI_SETWORKAREA): Cleanup.
4168         (SPI_GETMOUSETRAILS,SPI_SETMOUSETRAILS): Defined twice by error.
4169         (SPI_SCREENSAVERRUNNING): Removed.
4170         (SPIF_UPDATEINIFILE,SPIF_SENDCHANGE,SPIF_SENDWININICHANGE): Cleanup.
4171         * include/wingdi.h (ETO_NUMERICSLATIN,ETO_NUMERICSLOCAL)
4172         (ETO_IGNORELANGUAGE,ETO_PDY): Define.
4173         (ETO_CLIPPED,ETO_GLYPH_INDEX,ETO_OPAQUE,ETO_RTLREADING): Cleanup.
4174
4175 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4176
4177         * include/mprapi.h (MPR_SERVER_HANDLE): Add typedef.
4178         (MprAdminGetPDCServer): Add prototype.
4179         (MprAdminSendUserMessage): Add prototype.
4180         (MprAdminUserGetInfo): Add prototype.
4181         (MprAdminUserSetInfo): Add prototype.
4182         * lib/mprapi.def: Add stubs for above functions.
4183
4184 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4185
4186         * lib/directx/quartz.def: Move from here...
4187         * lib/quartz.def: ... to here.
4188
4189 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4190
4191         * include/amaudio.h: New file.
4192         * include/dshow.h: Include <amaudio.h>.
4193
4194 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4195
4196         * include/errors.h: New file.
4197         * include/dshow.h: Include <errors.h>.
4198
4199 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4200
4201         * include/dshow.h: New file.
4202         * include/evcode.h: New file.
4203         * include/audevcod.h: New file.
4204         * include/dvdevcod.h: New file.
4205
4206 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4207
4208         * include/mprapi.h (RAS_SERVER_HANDLE): Add typedef.
4209         (MprAdminConnectionClearStats): Add prototype.
4210         (MprAdminConnectionEnum): Add  prototype.
4211         (MprAdminConnectionGetInfo): Add prototype.
4212         (MprAdminConnectionRemoveQuarantine): Add prototype.
4213         (MprAdminPortClearStats): Add prototype.
4214         (MprAdminPortDisconnect): Add prototype.
4215         (MprAdminPortEnum): Add prototype.
4216         (MprAdminPortGetInfo): Add prototype.
4217         (MprAdminPortReset): Add prototype.
4218         * lib/mprapi.def: New file.
4219
4220 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4221
4222         *  include/mprapi.h: #include <lmcons.h>
4223         (MAX_DEVICETYPE_NAME): Add define.
4224         (MAX_PHONE_NUMBER_LEN): Add define.
4225         (ATADDRESSLEN): Add define.
4226         (IPADDRESSLEN): Add define.
4227         (IPXADDRESSLEN): Add define.
4228         (MPR_ENABLE_RAS_ON_DEVICE): Add define.
4229         (MPR_ENABLE_ROUTING_ON_DEVICE): Add define.
4230         (RAS_FLAGS_PPP_CONNECTION): Add define.
4231         (RAS_FLAGS_MESSENGER_PRESENT): Add define.
4232         (RAS_FLAGS_RAS_CONNECTION): Add define.
4233         (RAS_FLAGS_QUARANTINE_PRESENT): Add define.
4234         (RASCCPCA_STAC): Add define.
4235         (RASCCPCA_MPPC): Add define.
4236         (PPP_CCP_COMPRESSION): Add define.
4237         (PPP_CCP_ENCRYPTION40BITOLD): Add define.
4238         (PPP_CCP_ENCRYPTION40BIT): Add define.
4239         (PPP_CCP_ENCRYPTION128BIT): Add define.
4240         (PPP_CCP_ENCRYPTION56BIT): Add define.
4241         (PPP_CCP_HISTORYLESS): Add define.
4242         (RASPRIV_NoCallback): Add define.
4243         (RASPRIV_AdminSetCallback): Add define.
4244         (RASPRIV_CallerSetCallback): Add define.
4245         (RASPRIV_DialinPrivilege): Add define.
4246         (RASPRIV_CallbackType): Add define.
4247         (RASPRIV2_DialinPolicy): Add define.
4248         (PPP_LCP_PAP): Add define.
4249         (PPP_LCP_SPAP): Add define.
4250         (PPP_LCP_CHAP): Add define.
4251         (PPP_LCP_EAP): Add define.
4252         (PPP_LCP_CHAP_MD5): Add define.
4253         (PPP_LCP_CHAP_MS): Add define.
4254         (PPP_LCP_CHAP_MSV2): Add define.
4255         (PPP_LCP_MULTILINK_FRAMING): Add define.
4256         (enum _RAS_HARDWARE_CONDITION): Add.
4257         (enum _RAS_PORT_CONDITION): Add.
4258         (struct _PPP_ATCP_INFO): Add.
4259         (struct _PPP_ATCP_INFO): Add.
4260         (struct _PPP_IPCP_INFO): Add.
4261         (struct _PPP_IPCP_INFO2): Add.
4262         (struct _PPP_IPXCP_INFO): Add.
4263         (struct _PPP_LCP_INFO): Add.
4264         (struct _PPP_NBFCP_INFO): Add.
4265         (struct _PPP_INFO): Add.
4266         (struct _PPP_INFO_2): Add.
4267         (struct _RAS_CONNECTION_0): Add.
4268         (struct RAS_CONNECTION_1): Add.
4269         (struct _RAS_CONNECTION_2): Add.
4270         (struct RAS_PORT_0): Add.
4271         (struct _RAS_PORT_1): Add.
4272         (struct _RAS_USER_0): Add.
4273         (struct _RAS_USER_1): Add.
4274
4275 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4276
4277         * include/mprapi.h: New file.
4278         * include/routprot.h: New file.
4279         * include/ipxrtdef.h: New file.
4280         * include/ipxconst.h: New file.
4281         * include/stm.h: New file.
4282
4283 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4284
4285         * include/ddk/winddk.h (KAFFINITY): Fix typo.
4286         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
4287
4288 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4289
4290         * include/winbase.h (ENUMRESLANGPROC,ENUMRESLANGPROCA,ENUMRESLANGPROCW)
4291         (ENUMRESNAMEPROC,ENUMRESNAMEPROCA,ENUMRESNAMEPROCW)
4292         (ENUMRESTYPEPROC,ENUMRESTYPEPROCA,ENUMRESTYPEPROCW): ANSI and Unicode
4293         versions.
4294         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
4295
4296 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4297
4298         * include/ntsecapi.h (POLICY_DNS_DOMAIN_INFO): Fix typo.
4299         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
4300
4301 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4302
4303         * include/wingdi.h (BITMAPV5HEADER): New structure definition.
4304
4305 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4306
4307         * include/basetyps.h (REFFMTID): Define properly.
4308
4309 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4310
4311         * include/winnt.h (WT_SET_MAX_THREADPOOL_THREADS): Define.
4312         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
4313
4314 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4315
4316         * include/ipifcons.h (MIN_IF_TYPE,IF_TYPE_OTHER,IF_TYPE_REGULAR_1822)
4317         (IF_TYPE_HDH_1822,IF_TYPE_DDN_X25,IF_TYPE_RFC877_X25)
4318         (IF_TYPE_ETHERNET_CSMACD,IF_TYPE_IS088023_CSMACD)
4319         (IF_TYPE_ISO88024_TOKENBUS,IF_TYPE_ISO88025_TOKENRING)
4320         (IF_TYPE_ISO88026_MAN,IF_TYPE_STARLAN,IF_TYPE_PROTEON_10MBIT)
4321         (IF_TYPE_PROTEON_80MBIT,IF_TYPE_HYPERCHANNEL,IF_TYPE_FDDI)
4322         (IF_TYPE_LAP_B,IF_TYPE_SDLC,IF_TYPE_DS1,IF_TYPE_E1,IF_TYPE_BASIC_ISDN)
4323         (IF_TYPE_PRIMARY_ISDN,IF_TYPE_PROP_POINT2POINT_SERIAL,IF_TYPE_PPP)
4324         (IF_TYPE_SOFTWARE_LOOPBACK,IF_TYPE_EON,IF_TYPE_ETHERNET_3MBIT)
4325         (IF_TYPE_NSIP,IF_TYPE_SLIP,IF_TYPE_ULTRA,IF_TYPE_DS3,IF_TYPE_SIP)
4326         (IF_TYPE_FRAMERELAY,IF_TYPE_RS232,IF_TYPE_PARA,IF_TYPE_ARCNET)
4327         (IF_TYPE_ARCNET_PLUS,IF_TYPE_ATM,IF_TYPE_MIO_X25,IF_TYPE_SONET)
4328         (IF_TYPE_X25_PLE,IF_TYPE_ISO88022_LLC,IF_TYPE_LOCALTALK)
4329         (IF_TYPE_SMDS_DXI,IF_TYPE_FRAMERELAY_SERVICE,IF_TYPE_V35,IF_TYPE_HSSI)
4330         (IF_TYPE_HIPPI,IF_TYPE_MODEM,IF_TYPE_AAL5,IF_TYPE_SONET_PATH)
4331         (IF_TYPE_SONET_VT,IF_TYPE_SMDS_ICIP,IF_TYPE_PROP_VIRTUAL)
4332         (IF_TYPE_PROP_MULTIPLEXOR,IF_TYPE_IEEE80212,IF_TYPE_FIBRECHANNEL)
4333         (IF_TYPE_HIPPIINTERFACE,IF_TYPE_FRAMERELAY_INTERCONNECT)
4334         (IF_TYPE_AFLANE_8023,IF_TYPE_AFLANE_8025,IF_TYPE_CCTEMUL)
4335         (IF_TYPE_FASTETHER,IF_TYPE_ISDN,IF_TYPE_V11,IF_TYPE_V36)
4336         (IF_TYPE_G703_64K,IF_TYPE_G703_2MB,IF_TYPE_QLLC,IF_TYPE_FASTETHER_FX)
4337         (IF_TYPE_CHANNEL,IF_TYPE_IEEE80211,,IF_TYPE_IBM370PARCHAN)
4338         (IF_TYPE_ESCON,IF_TYPE_DLSW,IF_TYPE_ISDN_S,IF_TYPE_ISDN_U)
4339         (IF_TYPE_LAP_D,IF_TYPE_IPSWITCH,IF_TYPE_RSRB,IF_TYPE_ATM_LOGICAL)
4340         (IF_TYPE_DS0,IF_TYPE_DS0_BUNDLE,IF_TYPE_BSC,IF_TYPE_ASYNC,IF_TYPE_CNR)
4341         (IF_TYPE_ISO88025R_DTR,IF_TYPE_EPLRS,IF_TYPE_ARAP,IF_TYPE_PROP_CNLS)
4342         (IF_TYPE_HOSTPAD,IF_TYPE_TERMPAD,IF_TYPE_FRAMERELAY_MPI,IF_TYPE_X213)
4343         (IF_TYPE_ADSL,IF_TYPE_RADSL,IF_TYPE_SDSL,IF_TYPE_VDSL)
4344         (IF_TYPE_ISO88025_CRFPRINT,IF_TYPE_MYRINET,IF_TYPE_VOICE_EM)
4345         (IF_TYPE_VOICE_FXO,IF_TYPE_VOICE_FXS,IF_TYPE_VOICE_ENCAP)
4346         (IF_TYPE_VOICE_OVERIP,IF_TYPE_ATM_DXI,IF_TYPE_ATM_FUNI,IF_TYPE_ATM_IMA)
4347         (IF_TYPE_PPPMULTILINKBUNDLE,IF_TYPE_IPOVER_CDLC,IF_TYPE_IPOVER_CLAW)
4348         (IF_TYPE_STACKTOSTACK,IF_TYPE_VIRTUALIPADDRESS,IF_TYPE_MPC
4349         (IF_TYPE_IPOVER_ATM,IF_TYPE_ISO88025_FIBER,IF_TYPE_TDLC
4350         (IF_TYPE_GIGABITETHERNET,IF_TYPE_HDLC,IF_TYPE_LAP_F,IF_TYPE_V37)
4351         (IF_TYPE_X25_MLP,IF_TYPE_X25_HUNTGROUP,IF_TYPE_TRANSPHDLC)
4352         (IF_TYPE_INTERLEAVE,IF_TYPE_FAST,IF_TYPE_IP,IF_TYPE_DOCSCABLE_MACLAYER)
4353         (IF_TYPE_DOCSCABLE_DOWNSTREAM,IF_TYPE_DOCSCABLE_UPSTREAM)
4354         (IF_TYPE_A12MPPSWITCH,IF_TYPE_TUNNEL,IF_TYPE_COFFEE,IF_TYPE_CES)
4355         (IF_TYPE_ATM_SUBINTERFACE,IF_TYPE_L2_VLAN,IF_TYPE_L3_IPVLAN)
4356         (IF_TYPE_L3_IPXVLAN,IF_TYPE_DIGITALPOWERLINE,IF_TYPE_MEDIAMAILOVERIP)
4357         (IF_TYPE_DTM,IF_TYPE_DCN,IF_TYPE_IPFORWARD,IF_TYPE_MSDSL)
4358         (IF_TYPE_IEEE1394,IF_TYPE_RECEIVE_ONLY,MAX_IF_TYPE,IF_ACCESS_LOOPBACK)
4359         (IF_ACCESS_BROADCAST,IF_ACCESS_POINTTOPOINT)
4360         (IF_ACCESS_POINTTOMULTIPOINT,IF_CHECK_NONE,IF_CHECK_MCAST)
4361         (IF_CHECK_SEND,IF_CONNECTION_DEDICATED,IF_CONNECTION_PASSIVE)
4362         (IF_CONNECTION_DEMAND,IF_ADMIN_STATUS_UP,IF_ADMIN_STATUS_DOWN)
4363         (IF_ADMIN_STATUS_TESTING,IF_OPER_STATUS_NON_OPERATIONAL)
4364         (IF_OPER_STATUS_UNREACHABLE,IF_OPER_STATUS_DISCONNECTED)
4365         (IF_OPER_STATUS_CONNECTING,IF_OPER_STATUS_CONNECTED)
4366         (IF_OPER_STATUS_OPERATIONAL): Define.
4367         * include/winbase.h (CancelWaitableTimer,UnregisterWait):
4368         Add function declaration.
4369         * include/mgm.h: New file.
4370         * lib/rtm.def: New file.
4371         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
4372
4373 2006-04-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4374
4375         * include/ws2tcpip.h (gai_strerror): Remove thread-safety comment.
4376         This function cannot be made thread-safe, the API would have to be
4377         changed for that, just like strerror() -> strerror_r() and similar
4378         ISO C or POSIX functions...
4379
4380 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4381
4382         * include/edevdefs.h: New file.
4383
4384 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4385
4386         * include/mmsystem.h (_LPCWAVEFORMATEX_DEFINED): Define.
4387         Use as guard for the WAVEFORMATEX structure instead of
4388         _WAVEFORMATEX_ to avoid clashes with DirectSound. Keep
4389         _WAVEFORMATEX_ for compatibility.
4390         Thanks to:    Andrew Jones <guln at sf dot net>
4391
4392 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4393
4394         * include/winuser.h (CharNextEx,CharNextExW,CharPrevEx,CharPrevExW):
4395         Delete. Only CharNextExA and CharPrevExA are documented in MSDN.
4396         Thanks to:    David Golub <david_golub at sf dot net>
4397
4398 2006-04-18  Eric House  <ehouse@eehouse.org>
4399
4400         PocketPC support.
4401         * include/aygshell.h: New file [_WIN32_WCE]. Declare most common
4402         functions for using aygshell on PocketPC:
4403         SHCreateMenuBar, SHFindMenuBar, SHCreateNewItem, SHFullScreen,
4404         SHSipInfo, SHHandleWMActivate, SHHandleWMSettingChange
4405
4406         * include/commctrl.h [_WIN32_WCE] Add function prototypes for
4407         command bar API on PocketPC:
4408         CommandBar_Create, CommandBar_Show, CommandBar_AddBitmap,
4409         CommandBar_InsertComboBox, CommandBar_InsertMenubar,
4410         CommandBar_InsertMenubarEx, CommandBar_DrawMenuBar,
4411         CommandBar_GetMenu, CommandBar_AddAdornments, CommandBar_Height,
4412         CommandBar_InsertButton, CommandBar_Destroy.
4413
4414         * include/winbase.h [_WIN32_WCE] (WIN32_FIND_DATA{A|W}): Remove
4415         fields not present on PocketPC.
4416         (GetCurrentThreadId): Conditionally declare as extern function
4417         without dllimport attribute on PocketPC.
4418         (ResetEvent): Likwise.
4419         (SetEvent): Likewise.
4420
4421         * include/wingdi.h [_WIN32_WCE]  (GetTextExtentPoint32{A|W}):
4422         Conditionally declare as extern function without dllimport
4423          attribute on PocketPC.
4424         * winuser.h  [_WIN32_WCE] (DialogBoxParam{A|W}): Conditionally
4425         declare as extern function without dllimport attribute on PocketPC.
4426
4427 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
4428
4429         * lib/test.c: Include icm.h.
4430
4431 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
4432
4433         * include/wingdi.h (ColorCorrectPalette): Add declaration.
4434         (CreateColorSpace): Add UNICODE mappings.
4435         * lib/gdi32.def (ColorCorrectPalette): Add stub.
4436         * include/icm.h: New file.
4437         * lib/mscms.def: New file.
4438         * lib/icmui.def: New file.
4439
4440 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
4441
4442         * include/winnt.h (IMAGE_FILE_MACHINE_IA64): New define.
4443         (IMAGE_FILE_MACHINE_AMD64): New define.
4444         (IMAGE_NT_OPTIONAL_HDR32_MAGIC,IMAGE_NT_OPTIONAL_HDR64_MAGIC):
4445         New defines.
4446         (IMAGE_NT_OPTIONAL_HDR_MAGIC): Map to one of the above.
4447         (IMAGE_SUBSYSTEM_NATIVE_WINDOWS): New define.
4448         (IMAGE_SUBSYSTEM_WINDOWS_CE_GUI): New define.
4449         (IMAGE_DLLCHARACTERISTICS_WDM_DRIVER): New define.
4450         (IMAGE_DIRECTORY_ENTRY_ARCHITECTURE,IMAGE_DIRECTORY_ENTRY_DELAY_IMPORT)
4451         (IMAGE_DIRECTORY_ENTRY_COM_DESCRIPTOR): New defines.
4452         (IMAGE_SCN_TYPE_REG,IMAGE_SCN_TYPE_DSECT,IMAGE_SCN_TYPE_NOLOAD)
4453         (IMAGE_SCN_TYPE_GROUP,IMAGE_SCN_TYPE_COPY,IMAGE_SCN_TYPE_OVER):
4454         New defines.
4455         (IMAGE_SCN_ALIGN_128BYTES,IMAGE_SCN_ALIGN_256BYTES)
4456         (IMAGE_SCN_ALIGN_512BYTES,IMAGE_SCN_ALIGN_1024BYTES)
4457         (IMAGE_SCN_ALIGN_2048BYTES,IMAGE_SCN_ALIGN_4096BYTES)
4458         (IMAGE_SCN_ALIGN_8192BYTES): New defines.
4459         (IMAGE_DEBUG_TYPE_BORLAND): New define.
4460         (IMAGE_OPTIONAL_HEADER32,PIMAGE_OPTIONAL_HEADER32)
4461         (IMAGE_OPTIONAL_HEADER64,PIMAGE_OPTIONAL_HEADER64): New structure
4462         definitions and typedefs.
4463         (IMAGE_OPTIONAL_HEADER,PIMAGE_OPTIONAL_HEADER): Map to the above.
4464         (IMAGE_NT_HEADERS32,PIMAGE_NT_HEADERS32,IMAGE_NT_HEADERS64)
4465         (PIMAGE_NT_HEADERS64): New structure definitions and typedefs.
4466         (IMAGE_NT_HEADERS,PIMAGE_NT_HEADERS): Map to the above.
4467         (IMAGE_LOAD_CONFIG_DIRECTORY64,PIMAGE_LOAD_CONFIG_DIRECTORY64):
4468         New structure definition and typedefs.
4469         (IMAGE_CE_RUNTIME_FUNCTION_ENTRY,PIMAGE_CE_RUNTIME_FUNCTION_ENTRY):
4470         Likewise.
4471         (IMAGE_FUNCTION_ENTRY64,PIMAGE_FUNCTION_ENTRY64): Likewise.
4472
4473 2006-04-18  Bart Oldeman  <bartoldeman@users.sf.net>
4474
4475         * lib/test.c: Fix typo in #inlcude.
4476         * include/aclui.h: INTERFACE should not remain
4477         defined at the end of the header.
4478         * include/servprov.h: Ditto.
4479
4480 2006-04-16  Danny Smith  <dannysmith@users.sourceforge.net>
4481
4482         * include/ws2tcpip.h (gai_strerror): Add thread-safety comment.
4483
4484 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4485
4486         * include/ws2tcpip.h (gai_strerrorA,gai_strerrorW): Implement inline.
4487
4488 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4489
4490         * include/wsahelp.h (system_header): Add pragma.
4491         * include/ws2spi.h (system_header): Add pragma.
4492         * include/rasdlg.h (system_header): Add pragma.
4493         * include/rasdlg.h (_RASDLG_H): Define.
4494         Define instead of _RASDLG_H_, this is the w32api standard.
4495         * include/mlang.h (_MLANG_H): Define.
4496         Define instead of _MLANG_H_, this is the w32api standard.
4497         * include/setupapi.h (_SETUPAPI_H): Define.
4498         Define instead of _SETUPAPI_H_, this is the w32api standard.
4499
4500 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4501
4502         * include/rpcndr.h (boolean): Add typedef.
4503         Thanks to:    James du Russel <ephelon at users dot sf dot net>
4504         * include/rpcndr.h (_RPCNDR_H): Define.
4505         Define in addition to __RPCNDR_H__, this is the w32api standard.
4506
4507 2006-04-14  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4508
4509         * include/w32api.h: Increment version to 3.7.
4510         * Makefile.in: Ditto.
4511
4512 2006-04-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4513
4514         * include/winbase.h (GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS,
4515         GET_MODULE_HANDLE_EX_FLAG_PIN,
4516         GET_MODULE_HANDLE_EX_FLAG_UNCHANGED_REFCOUNT): Define.
4517         Thanks to:    Brandon Sneed <brandon at redf dot net>
4518
4519 2006-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
4520
4521         * include/secext.h: Enclose function declarations in extern "C"
4522         if __cplusplus.
4523
4524 2006-04-11  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4525
4526         * include/comcat.h: INTERFACE should not remain defined
4527         at the end of the header.
4528         * include/docobj.h: Ditto.
4529         * include/exdisp.h: Ditto.
4530         * include/intshcut.h: Ditto.
4531         * include/mlang.h: Ditto.
4532         * include/mshtml.h: Ditto.
4533         * include/oaidl.h: Ditto.
4534         * include/objidl.h: Ditto.
4535         * include/objsafe.h: Ditto.
4536         * include/ocidl.h: Ditto.
4537         * include/oleacc.h: Ditto.
4538         * include/oledlg.h: Ditto.
4539         * include/oleidl.h: Ditto.
4540         * include/richole.h: Ditto.
4541         * include/shldisp.h: Ditto.
4542         * include/shlobj.h: Ditto.
4543         * include/unknwn.h: Ditto.
4544         * include/vfw.h: Ditto.
4545         Thanks to:    Brandon Sneed <brandon at redf dot net>
4546
4547 2006-04-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4548
4549         * include/commdlg.h [_WIN32_WINNT >= 0x0500] (PD_CURRENTPAGE)
4550         (PD_NOCURRENTPAGE,PD_EXCLUSIONFLAGS,PD_USELARGETEMPLATE): Define.
4551         Thanks to:    Wolfgang Glas <softadm at users dot sf dot net>
4552
4553 2006-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
4554
4555         * include/iphlpapi.h (GetAdaptersAddresses): Check for winsock2
4556         here also.
4557
4558 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4559
4560         * include/wincrypt.h (PROV_MS_EXCHANGE): Define.
4561         We should probably remove PROV_MS_MAIL but I'm keeping it for
4562         now for compatibility reasons.
4563         Thanks to:    Marcus Agehall <agehall at users dot sf dot net>
4564
4565 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4566
4567         * include/commdlg.h [_WIN32_WINNT >= 0x0500] (START_PAGE_GENERAL)
4568         (PD_RESULT_PRINT,PD_RESULT_APPLY): Define.
4569         Thanks to:    Wolfgang Glas <softadm at users dot sf dot net>
4570
4571 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4572
4573         * include/wingdi.h [WINVER >= 0x0410]
4574         (AlphaBlend,GradientFill,TransparentBlt): Windows 98 and better.
4575         Thanks to:    Alessandro Antonello <aleantonello at users dot sf dot net>
4576
4577 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4578
4579         * include/wingdi.h (CAPTUREBLT,NOMIRRORBITMAP): Define.
4580         * include/commctrl.h (WC_LINKA,WC_LINKW,LIF_ITEMINDEX,LIF_STATE)
4581         (LIF_ITEMID,LIF_URL,LIS_FOCUSED,LIS_ENABLED,LIS_VISITED,LM_HITTEST)
4582         (LM_GETIDEALHEIGHT,LM_SETITEM,LM_GETITEM,MAX_LINKID_TEXT)
4583         (L_MAX_URL_LENGTH): Define.
4584         (LITEM,LHITTESTINFO,NMLINK): Add structures.
4585         Thanks to:    Brandon Sneed <brandon at redf dot net>
4586
4587 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4588
4589         * include/w32api.h (IE601,IE602,IE7): Define for recent versions of IE.
4590
4591 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4592
4593         * include/w32api.h (_W32API_H): Define.
4594         Define in addition to _W32API_H_, this is the w32api standard.
4595
4596 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4597
4598         * include/w32api.h (WindowsVista): Define.
4599
4600 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4601
4602         * include/iptypes.h (IP_ADAPTER_*): Define parts that depend
4603         on SOCKET_ADDRESS only if winsock2.h has already been included.
4604
4605 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4606
4607         * include/winuser.h (WM_IME_*): Remove. Defined in imm.h.
4608
4609 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4610
4611         * include/iphlpapi.h (GAA_FLAG_*): Define.
4612         (GetAdaptersAddresses): Add function declaration.
4613         * lib/iphlpapi.def (GetAdaptersAddresses): Add function stub.
4614         Thanks to:    ross <rossboulet at users dot sf dot net>
4615
4616 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4617
4618         * include/iptypes.h (IP_INTERFACE_NAME_INFO,
4619         IP_ADAPTER_ANYCAST_ADDRESS,IP_ADAPTER_MULTICAST_ADDRESS,
4620         IP_ADAPTER_UNICAST_ADDRESS,IP_ADAPTER_DNS_SERVER_ADDRESS,
4621         IP_ADAPTER_PREFIX,IP_ADAPTER_ADDRESSES): Add structures.
4622         (IF_OPER_STATUS,IP_DAD_STATE,IP_PREFIX_ORIGIN,IP_SUFFIX_ORIGIN,
4623         SCOPE_LEVEL): Add enums.
4624         (IP_ADAPTER_*): Define.
4625
4626 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4627
4628         * include/winuser.h (GetWindowExtEx): Removed, belongs to wingdi.h.
4629         Thanks to:    Sergey Philippov <phis at users dot sf dot net>
4630
4631 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4632
4633         * include/objidl.h (PIDSI_*): Define.
4634         (PRSPEC_*): Define.
4635         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
4636
4637 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4638
4639         * include/winbase.h (LOGON32_PROVIDER_WINNT40,
4640         LOGON32_PROVIDER_WINNT50, LOGON32_LOGON_NETWORK,
4641         LOGON32_LOGON_UNLOCK, LOGON32_LOGON_NETWORK_CLEARTEXT,
4642         LOGON32_LOGON_NEW_CREDENTIALS): Define.
4643         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
4644
4645 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4646
4647         * include/mq.h: New file.
4648         * lib/mqrt.def (MQ*): Define a few missing functions.
4649
4650 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4651
4652         * lib/mqrt.def: New file.
4653         Needs the mq.h file to work properly, working on it.
4654         Thanks to:    Pascal Obry <pobry at users dot sf dot net>
4655
4656 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4657
4658         * include/winerror.h (STG_E_*):  Define.
4659         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
4660         * include/winerror.h (STG_S_*): Define.
4661         (CO_S_MACHINENAMENOTFOUND): Define.
4662         (RPC_E_*): Define.
4663         (NTE_*): Define.
4664
4665 2006-04-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4666
4667         * include/commctrl.h (ListView_*):  Define and correct.
4668         (LVM_*): Define.
4669
4670 2006-04-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4671
4672         * include/winuser.h (WM_IME_*): Define (DWORD type).
4673         (EM_*IMESTATUS): Define.
4674         (WM_*): Define.
4675         (XBUTTON*): Define.
4676         Thanks to:    Steve Folly <spfolly at users dot sf dot net>
4677
4678 2006-03-31  Danny Smith  <dannysmith@users.sourceforge.net>
4679
4680         * include/winnetwk.h (WNetGetResourceInformationW):  Correct first param.
4681         Thanks to: Rene Rivera  <grafik at users dot sf dot net>
4682
4683 2006-03-29  Christopher Faylor  <cgf@timesys.com>
4684
4685         * include/winspool.h: Protect use of PRINTER_ENUM_VALUESW with proper
4686         version conditional.
4687
4688 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4689
4690         * include/winspool.h (JOB_INFO_3): Add structure.
4691         (PROVIDOR_INFO_*{AW}): Add structure.
4692         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4693         (PRINTER_ENUM_VALUES{AW}): Add structure.
4694         (PRINTPROCESSOR_CAPS): Add structure.
4695
4696 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4697
4698         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4699         (PRINTER_INFO_7A): Correct definition.
4700
4701 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4702
4703         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4704         (DRIVER_INFO_*{AW}): Add structure.
4705         (PRINTER_INFO_*{AW}): Add structure.
4706         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4707
4708 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4709
4710         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4711         (DRIVER_*MODE): Define (DWORD type).
4712         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4713
4714 2006-03-27  Danny Smith  <dannysmith@users.sourceforge.net>
4715
4716         * include/wincon.h (GetConsoleProcessList): Declare.
4717
4718 2006-03-27  Hansres Engel  <engel@node.ch>
4719
4720         * include/mlang.h: New file.
4721
4722 2006-03-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4723
4724         * include/winbase.h (SetProcessWorkingSetSize): Corrected define.
4725
4726 2006-03-26  Hansres Engel  <engel@node.ch>
4727
4728          Add Uniscribe API for typography and for complex scripts.
4729         * include/usp10.h: New file.
4730         * lib/usp10.def: New file.
4731
4732         * include/winver.h:  Change first argument of GetFileVersionInfo[...] to const.
4733
4734         * include/imm.h (IMECHARPOSITION): Add structure.
4735         (RECONVERTSTRING): Likwise.
4736
4737         * include/commdlg.h (OPENFILENAME_SIZE_VERSION_400): Define.
4738
4739         * lib/uuid.c (CMultiLanguage): Add UUID definition.
4740         (IMLangFontLink2): Likewise.
4741         (IMultiLanguage): Likewise.
4742
4743 2006-03-18  Julien Lecomte  <julienlecomte@users.sourceforge.net>
4744
4745         * include/wincon.h  (ENABLE_*): Add more defines.
4746
4747 2006-03-18  Jan Nijtmans  <nijtmans@users.sourceforge.net>
4748
4749         * include/winnt.h (INHERITED_ACE): Define.
4750         (VALID_INHERIT_FLAGS): Correct definition.
4751
4752 2006-03-18  Peter Ã…strand  <astrand@cendio.se>
4753
4754          * lib/wtsapi32.def: New file.
4755
4756 2006-03-15  Christopher Faylor  <cgf@timesys.com>
4757
4758         * include/winbase.h (STATUS_DLL_INIT_FAILED): New define.
4759         (STATUS_DLL_INIT_FAILED_LOGOFF): Ditto.
4760
4761 2006-03-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4762
4763         * include/winspool.h (DI_MEMORYMAP_WRITE): Define (DWORD type).
4764         (FORM_USER,FORM_PRINTER): Define (DWORD type).
4765         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4766         (DSPRINT_*): Define (DWORD type).
4767         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4768
4769 2006-03-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4770
4771         * include/winspool.h (JOB_CONTROL_*,JOB_STATUS_*): Define.
4772         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4773
4774 2006-03-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4775
4776         * include/shellapi.h [_WIN32_IE >= 0x0600]
4777         (SEE_MASK_NOZONECHECKS,SEE_MASK_FLAG_LOG_USAGE): Define on
4778         Windows XP SP1 and Windows XP respectively.
4779
4780 2006-03-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4781
4782         * include/shellapi.h (NOTIFYICONDATA_V*_SIZE): Define.
4783         Thanks to:  Daniel Atallah <datallah at users dot sf dot net>
4784         * include/shellapi.h [_WIN32_IE >= 0x0500]
4785         (NIS_*): Introduced in Version 5.0.
4786
4787 2006-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
4788
4789         * include/wingdi.h (CS_*): Correct WINVER guard on
4790         Image Color Matching colour definitions.
4791
4792 2006-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
4793
4794         * include/shlobj.h (SFGAO_ISSLOW): Define.
4795         (SFGAO_DISPLAYATTRMASK): Define in terms of preceding display
4796         attribute constants.
4797
4798 2006-03-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4799
4800         * include/wingdi.h [WINVER >= 0x0500]
4801         (GRADIENT_FILL_*,*_EMBEDED): Included in Windows 2000 and later.
4802         Thanks to: David A. Capello <dacap at users dot sf dot net>
4803
4804 2006-03-05  Paul J. Lucas  <pauljlucas@users.sourceforge.net>
4805
4806         * include/wininet.h (INTERNET_CONNECTED_INFO): Define structure.
4807         (INTERNET_STATE_*): Define flags.
4808         (INTERNET_OPTION_CONNECTED_STATE): Define constant.
4809
4810 2006-03-05  Chris Wilson  <chris+mingw@qwirx.com>
4811
4812         * include/sddl.h: New file.
4813
4814 2006-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
4815
4816         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Revert
4817         last change.
4818         Remove file level #pragma pack(push,4)/#pragma pop.
4819
4820 2006-02-19  Corinna Vinschen  <corinna@vinschen.de>
4821
4822         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Add filler
4823         value to force correct alignment.
4824
4825 2006-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
4826
4827         * include/commctrl.h (LPNMLVCACHEHINT): Correct spelling.
4828         Thanks to: Sebastian Pipping <hartwork at users dot sf dot net>
4829         (PNM_CACHEHINT): Add backward compatibilty define.
4830         (LPNM_CACHEHINT): Likewise.
4831
4832 2006-02-06  Danny Smith  <dannysmith@users.sourceforge.net>
4833
4834         * include/shlobj.h (PathResolve): Fix typo in _WIN32_WINNT guard.
4835
4836 2006-02-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4837
4838         * include/shlobj.h (PRF_VERIFYEXISTS, PRF_TRYPROGRAMEXTENSIONS,
4839         PRF_FIRSTDIRDEF, PRF_DONTFINDLNK): Define.
4840         * lib/shell32.def (PathResolve): Define.
4841
4842 2006-02-06  Christopher Faylor  <cgf@timesys.com>
4843
4844         * include/shlobj.h (PathResolve): Fix typo.
4845
4846 2006-02-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4847
4848         * include/shlobj.h (PathResolve): Define.
4849         (PRF_VERIFYEXISTS, PRF_TRYPROGRAMEXTENSIONS, PRF_FIRSTDIRDEF,
4850         PRF_DONTFINDLNK): Ditto.
4851         * lib/shell32.def (PathResolve): Define.
4852
4853 2006-02-04  Ron Lee  <ronl@users.sourceforge.net>
4854
4855         * include/winnls.h: Remove stray end ';' from preprocessor defines.
4856
4857 2006-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
4858
4859         * lib/iphlpapi.def: (NotifyAddrChange@8): Define.
4860         Reported by: Daniel Atallah  <datallah at users dot sf dot net>
4861         (NotifyRouteChange@8): Define.
4862
4863 2006-01-29  Danny Smith  <dannysmith@users.sourceforge.net>
4864
4865         * include/winsock2.h (WINSOCK_API_LINKAGE): Define.  Add to
4866         prototypes.
4867
4868 2006-01-29  Danny Smith  <dannysmith@users.sourceforge.net>
4869
4870         * include/winnt.h (FORCEINLINE): Define.
4871
4872 2006-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
4873
4874         * include/winnt.h (DECLSPEC_SELECTANY): Define.
4875
4876 2006-01-26  Filip Navara  <xnavara@volny.cz>
4877
4878         * include/winnt.h (DECLSPEC_ALIGN): Define.
4879
4880 2006-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
4881
4882         * include/commctrl.h: Correct spelling of 'compatibility' in
4883         comments.
4884         * include/setupapi.h: Likewise.
4885         * include/ws2tcpip.h: Likewise.
4886
4887 2006-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
4888
4889         * include/ddk/winddk.h (KeGetCurrentKPCR): Support -masm=intel.
4890
4891 2006-01-24  Jiri Malak  <Jiri.Malak@iol.cz>
4892
4893         WATCOM compatibility changes.
4894         * include/ddk/ntddk.h (DECL_IMPORT): Define using __declspec,
4895         rather than __attribute__.
4896         (DECL_EXPORT): Likewise.
4897         * include/ddk/winddk.h (DDKAPI): Avoid using __attribute__.
4898         (DDKFASTAPI): Likewise.
4899         (DDKCDECLAPI): Likwise.
4900         (KeGetCurrentKPCR): Provide __WATCOMC__ syntax for inline code.
4901
4902 2006-01-23  Brandon Sneed  <brandon@redf.net>
4903
4904         * setupapi.def: Add all CM_* functions defined in ddk/cfgmgr32.h
4905         to exports.
4906
4907 2006-01-17  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4908
4909         * include/w32api.h: Increment version to 3.6.
4910         * Makefile.in: Ditto.
4911
4912 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
4913
4914         * include/wincrypt.h (WINADVAPI): Add to prototypes of
4915         advapi32.dll functions.
4916
4917 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
4918
4919         * include/winsock2.h (struct sockaddr_storage):  Use RFC 2553
4920         names for padding size constants.
4921
4922 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
4923
4924         * include/aclapi.h (WINADVAPI): Add to prototypes.
4925         * include/winreg.h (WINADVAPI): Likewise.
4926         * include/winsvc.h (WINADVAPI): Likewise.
4927
4928 2006-01-05  Michael Gerdau  <mgd@technosis.de>
4929
4930         * include/winbase.h (WINADVAPI): Define.
4931
4932 2006-01-03  Christopher Faylor  <cgf@timesys.com>
4933
4934         * include/winuser.h (CreateWindowStation): Correctly identify first
4935         argument as constant.
4936         (CreateWindowStation@): Ditto.
4937
4938 2006-01-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4939
4940         * include/uxtheme.h [_WIN32_WINNT >= 0x0501]
4941         (TMT_*, BT_*): Add constants.
4942
4943 2005-12-31  Corinna Vinschen  <corinna@vinschen.de>
4944
4945         * include/winsock2.h: Don't define struct sockaddr_storage when
4946         building Cygwin.
4947
4948 2005-12-22  Danny Smith  <dannysmith@users.sourceforge.net>
4949
4950         * lib/ws2_32.c: New file, defining IPv6 constants.
4951         * lib/Makefile.in (SOURCES): Add ws2_32.c
4952         (EXTRA_OBJS): Add ws2_32.o.
4953
4954 2005-12-21  Michael Jung  <mjung@iss.tu-darmstadt.de>
4955
4956         * lib/user32.def (PrivateExtractIconsA@32,
4957         PrivateExtractIconsW@32): Define.
4958         * lib/shell32.c (IID_IShellLinkDataList): Add GUID.
4959
4960 2005-12-12  Christopher Faylor  <cgf@timesys.com>
4961
4962         * include/winuser.h (WINSTA_ALL_ACCESS): Define.
4963
4964 2005-12-09  Danny Smith  <dannysmith@users.sourceforge.net>
4965
4966         * lib/kernel32.def (CreateFiberEx): Correct suffix.
4967
4968 2005-12-09  Huw Davies  <hdavies@users.sourceforge.net>
4969             Danny Smith <dannysmith@users.sourceforge.net>
4970
4971         * lib/msxml-uuid.c: New file to generate UUIDs for
4972         MSXML interfaces.
4973         * lib/Makefile.in (UUID_OBJS): Add msxml-uuid.o.
4974
4975 2005-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
4976
4977         * include/winbase.h (GetDevicePowerState): Add prototype.
4978         * lib/kernel32.def (GetDevicePowerState): Correct suffix.
4979
4980 2005-12-07  Brian Gunlogson  <gmb300@users.sourceforge.net>
4981
4982         * include/winuser.h (GetClassLongPtr{AW}): Guard prototypes with _WIN64.
4983         Define as macro if !_WIN64.
4984         (SetClassLongPtr{AW}): Likewise.
4985         (GCLP_*): Add GetClassLongPtr defines.
4986         * lib/user32.def (GetClassLongPtr{AW}): Remove stubs.
4987         (SetClassLongPtr{AW}): Likewise.
4988
4989 2005-11-18  Brian Gunlogson  <gmb300@users.sourceforge.net>
4990
4991         * include/winuser.h (GetClassLongPtr{AW}): Add prototypes.
4992         (SetClassLongPtr{AW}): Likewise.
4993         (GCLP_*): Add GetClassLongPtr defines.
4994         * lib/user32.def (GetClassLongPtr{AW}): Add stubs.
4995         (SetClassLongPtr{AW}): Likewise.
4996
4997 2005-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
4998
4999         * include/commdlg.h (OPENFILENAMEW): Add members for
5000         _WIN32_WINNT >= 0x0500.
5001         Thanks to Ricardo Dalcorsso Fodra.
5002         (OPENFILENAMEA): Modify whitespace. Ansify comment.
5003
5004 2005-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
5005
5006         * include/wingdi.h (GetICMProfileA): Correct prototype.
5007         (GetICMProfileW): Likewise.
5008         Thanks to: Paul J Lucas
5009
5010 2005-11-04  Michael Jung  <mjung@iss.tu-darmstadt.de>
5011
5012         * lib/shell32.c (CLSID_ShellFSFolder): Add GUID.
5013
5014 2005-11-03  Danny Smith  <dannysmith@users.sourceforge.net>
5015
5016         * lib/crypt32.def (CertOIDToAlgId, CertAlgIDToOID, CryptProtectData,
5017         CryptUnprotectData, CryptDecodeObjectEx, CryptEncodeObjectEx,
5018         CryptRegisterOIDFunction, CryptUnregisterOIDFunction): Add stubs.
5019         Thanks to: F Richter  <res2002 at users dot sourceforge dot net>
5020
5021 2005-10-29  Chris Sutcliffe  <ir0nh34d@users.sf.net>
5022
5023         * include/objbase.h: Fix typo.
5024         * include/w32api.h: Increment version to 3.5.
5025         * Makefile.in: Ditto.
5026
5027 2005-10-27  Chris Sutcliffe  <ir0nh34d@users.sf.net>
5028
5029         * include/w32api.h: Increment version to 3.4.
5030         * Makefile.in: Ditto.
5031
5032 2005-10-12  Danny Smith  <dannysmith@users.sourceforge.net>
5033
5034         * include/winbase.h (GetProcessId): Remove duplicate declaration.
5035         Use _WIN32_WINNT >= 0x0501 guard.
5036
5037 2005-10-11  Christopher Faylor  <cgf@timesys.com>
5038
5039         * include/winbase.h (GetProcessId): Declare.
5040
5041 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5042
5043         * lib/ddk/newdev.def: Added.
5044         Thanks to: Stephan Meyer <ste_meyer at users dot sourceforge dot net>
5045
5046 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5047
5048         * include/commdlg.h (OPENFILENAME): Added WINNT >= 0x0500
5049         component.
5050         Thanks to: Gennady Feldman <gena01 at users dot sourceforge dot net>
5051
5052 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5053
5054         * lib/shell32.def (SHILCreateFromPath): Add stub.
5055         Thanks to: Michael Jung <mjung at iss dot tu-darmstadt dot de>
5056
5057 2005-09-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5058
5059         * include/winbase.h (RegisterWaitForSingleObject,
5060         RegisterWaitForSingleObjectEx): Define.
5061         * lib/kernel32.def (RegisterWaitForSingleObjectEx@20): Define.
5062         (RegisterWaitForSingleObject@16): Changed to
5063         RegisterWaitForSingleObject@24.
5064         Thanks to: Brandon Sneed <nivenh at users dot sourceforge dot net>
5065
5066 2005-09-19  Danny Smith  <dannysmith@users.sourceforge.net>
5067
5068         * include/winsock2.h (SO_EXCLUSIVEADDRUSE): Define.
5069         Thanks to: Gisle Vanem  <giva at bgnett dot no>
5070
5071 2005-09-08  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5072
5073         * include/reason.h [_WIN32_WINNT >= 0x0501]
5074         (SHTDN_REASON_*): New file.
5075         * include/objbase.h: Avoid double header guard.
5076
5077 2005-08-17  Michael Jung  <mjung@iss.tu-darmstadt.de>
5078
5079         * lib/shell32.c (CLSID_RecycleBin, CLSID_ControlPanel,
5080         CLSID_MyComputer,CLSID_Internet, CLSID_NetworkPlaces,
5081         CLSID_MyDocuments, CLSID_FolderShortcut): Add GUIDs.
5082
5083 2005-08-17  Martin Fuchs  <martin-fuchs@gmx.net>
5084
5085         * include/shlobj.h (IContextMenu3): Define.
5086         * include/shlguid.h (IID_IContextMenu3): Declare.
5087         * lib/shell32.c (IID_IContextMenu3): Define.
5088
5089 2005-08-17  Martin Fuchs  <martin-fuchs@gmx.net>
5090
5091         * include/shlobj.h (SHFormatDrive): Declaration of function
5092         and associated constants.
5093
5094 2005-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
5095
5096         * include/ddk/hidsdi.h:  New file.
5097         * lib/ddk/hid.def: Uncomment symbols and add stdcall suffix for
5098         functions declared in hidsdi.h.
5099         Thanks to:  Alex J Lennon  <ajlennon at organixconsulting dot com>
5100
5101 2005-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
5102
5103         * lib/imm32.def (ImmDisableIME): Add stub.
5104         Thanks to: "kidmin"  <kidmin at users dot sourceforge dot net>
5105
5106 2005-08-10  Chris Sutcliffe  <ir0nh34d@users.sf.net>
5107
5108         * include/w32api.h: Increment version to 3.3.
5109         * Makefile.in: Ditto.
5110
5111 2005-07-28  Earnie Boyd  <earnie@users.sf.net>
5112
5113         * include/winnt.h (SUBLANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN):
5114         Correct their values.
5115         Thanks to: Daniel K. O. <danielosmari at users dont sf dot net>
5116
5117 2005-07-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5118
5119         * include/winuser.h (HSHELL_RUDEAPPACTIVATED): Define.
5120
5121 2005-07-20  Danny Smith  <dannysmith@users.sourceforge.net>
5122
5123         * include/wingdi.h (TT_PRIM_CSPLINE): Define.
5124         Thanks to: Bob Jamison <ishmal at users dot sourceforge dot net>
5125
5126 2005-07-20  Danny Smith  <dannysmith@users.sourceforge.net>
5127
5128         * include/richedit.h (SETTEXTEX): Define structure and
5129         associated constants.
5130         (GT_SELECTION): Define GETTEXTEX flag constant.
5131
5132 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
5133
5134         * include/wingdi.h (SYSPAL_NOSTATIC256): Define.
5135
5136 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
5137
5138         * include/wingdi.h (WINGDIAPI): Define to DECLSPEC_DLLIMPORT
5139         if __W32API_USE_DLLIMPORT__.   Use throughout to qualify
5140         prototypes.
5141
5142 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
5143
5144         * include/commctrl.h (RBBS_USECHEVRON): Define.
5145         (RBBS_*): Use hex notation, group together.
5146
5147 2005-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
5148
5149         * lib/kernel32.def (GetUserGeoID): Correct suffix.
5150         Thanks to: "bernd23" <bernd23 at users dot sourceforge dot net>
5151
5152 2005-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
5153
5154         * include/commctrl.h (TreeView_SetItemState): Initilise
5155         _tvi.hItem.
5156         Thanks to:  Joseph Remes <jremes at users dot sourceforge dot net>
5157
5158 2005-07-18  Mattia Barbon  <mbarbon@users.sourceforge.net>
5159
5160         * include/commctrl.h (NMLVFINDITEM): Add structure.
5161
5162 2005-07-18  Michael Gerdau  <mgdde@users.sourceforge.net>
5163
5164         * include/wininet.h (WININET_API_FLAG_*): Add defines.
5165
5166 2005-07-18  Daniel Atallah  <datallah@users.sourceforge.net>
5167
5168         * include/winnt.h (VER_SET_CONDITION): Define.
5169
5170 2005-07-18  Michael Gerdau  <mgdde@users.sourceforge.net>
5171
5172         * include/wincon.h (AttachConsole): Correct _WIN32_WINNT guard.
5173         (ATTACH_PARENT_PROCESS): Define.
5174         (CONSOLE_WINDOWED_MODE): Correct definition to match MSDN
5175         documentation.
5176
5177 2005-07-17  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5178
5179         * include/winbase.h (QueueUserWorkItem): Add prototype.
5180
5181 2005-07-13  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5182
5183         * include/wingdi.h (SHADEBLENDCAPS, SB_NONE, SB_CONST_ALPHA,
5184         SB_PIXEL_ALPHA, SB_PREMULT_ALPHA, SB_GRAD_RECT, SB_GRAD_TRI,
5185         COLORMGMTCAPS, CM_NONE, CM_DEVICE_ICM, CM_GAMMA_RAMP,
5186         CM_CMYK_COLOR): Define.
5187
5188 2005-06-19  Danny Smith  <dannysmith@users.sourceforge.net>
5189
5190         * include/winldap.h (ldap_simple_bindW, ldap_simple_bind_sW,
5191         ldap_bindW, ldap_bind_sW): Change PCHAR arg to PWCHAR.
5192         Thanks to: Christian  <chhd at users dot sf dot net>
5193
5194 2005-06-18  Danny Smith  <dannysmith@users.sourceforge.net>
5195
5196         * include/richedit.h (GETTEXTEX): Correct name of lpUsedDefChar
5197         field.
5198         Thanks to: Saulius Menkevicius  <bobas at users dot sf dot net>
5199
5200 2005-06-18  Danny Smith  <dannysmith@users.sourceforge.net>
5201
5202         * include/winbase.h (GlobalDiscard): Define as macro.
5203         Thanks to: David Golub  <david_golub  at users dot sf dot net>
5204
5205 2005-05-13  Corinna Vinschen  <corinna@vinschen.de>
5206
5207         * include/winnetwk.h (WNetGetResourceParentA): Add missing declaration.
5208         (WNetGetResourceParentW): Ditto.
5209         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Define.
5210         (FILE_ID_BOTH_DIRECTORY_INFORMATION): Define.
5211
5212 2005-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
5213
5214         * include/wininet.h (FtpGetFileSize): Add prototype.
5215         (FtpCommand[AW]): Correct prototypes.
5216         Reported by: <siger at users dot sf dot net>
5217
5218 2005-04-25  Danny Smith  <dannysmith@users.sourceforge.net>
5219
5220         * include/vfw.h (capCreateCaptureWindow[AW]): Add prototypes.
5221         (capGetDriverDescription[AW]): Likewise.
5222
5223 2005-04-03  Corinna Vinschen  <corinna@vinschen.de>
5224
5225         * include/winnt.h (SE_UNDOCK_NAME TEXT): Define.
5226         (SE_MANAGE_VOLUME_NAME TEXT): Ditto.
5227         (SE_IMPERSONATE_NAME TEXT): Ditto.
5228         (SE_ENABLE_DELEGATION_NAME TEXT): Ditto.
5229         (SE_SYNC_AGENT_NAME TEXT): Ditto.
5230
5231 2005-03-16  Christopher Faylor  <cgf@timesys.com>
5232
5233         * include/winnt.h (SYSTEM_LUID): Fix definitition invalidated by below
5234         change.
5235
5236 2005-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
5237
5238         * include/winnt.h (_LUID): Add structure. Correct LUID typedef.
5239         Thanks to:
5240         Paul-Christiaan Spruijtenburg <wakarimasu at users dot sf dot net>
5241
5242 2005-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
5243
5244         * include/ws2tcpip.h (getaddrinfo, freeaddrinfo, getnameinfo):
5245         Guard with _WIN32_WINNT >= 0x0501. Add FIXME comment.
5246         (gai_strerror[AW]): Put into #if 0 block.
5247
5248 2005-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
5249
5250         * include/basetyps.h (__int16): Correct define.
5251
5252 2005-02-10  Jiri Malak  <Jiri.Malak@iol.cz>
5253             Danny Smith  <dannysmith@users.sourceforge.net>
5254
5255         * lib/directx/dinput_private.h (ATTRIBUTE_TEXT_SECTION): New
5256         define for Open Watcom portability.
5257         * lib/directx/(dinput_joy.c, dinput_joy2.c, dinput_kbd.c,
5258         dinput_mouse.c, dinput_mouse2.c): Use new macro in definition
5259         of local c_rgodfDI* objects. Replace .rdata section attribute
5260         with 'const' keyword in definition of global c_dfDI* objects.
5261
5262 2005-02-07  Danny Smith  <dannysmith@users.sourceforge.net>
5263
5264         * include/winioctl.h (IOCTL_VOLUME_BASE,
5265         IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS, IOCTL_VOLUME_IS_CLUSTERED):
5266         Copy defines from include/ddk/ntdddvol.h.
5267         Bug reported to Debian by Anand Kumria  <wildfire@progsoc.org>
5268
5269 2005-01-27  Oliver Stoeneberg  <oliverst@online.de>
5270
5271         * include/winbase.h (PWIN32_FIND_DATA): Add typedef.
5272
5273 2005-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
5274
5275         * include/winuser.h (SW_SMOOTHSCROLL): Add define.
5276         Reported by: Christian Ehrlicher  <chehrlic@users.sf.net>
5277
5278 2005-01-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5279
5280         * include/commdlg.h (OFN_DONTADDTORECENT): Added definition.
5281
5282 2005-01-18  Danny Smith  <dannysmith@users.sourceforge.net>
5283
5284         * lib/user32.def (MonitorFromPoint): Correct suffix.
5285
5286 2005-01-13  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5287
5288         * include/wininet.h (InternetCheckConnectionA,
5289         InternetCheckConnectionW) Add prototypes.
5290         (INTERNET_RAS_INSTALLED, INTERNET_CONNECTION_OFFLINE,
5291         INTERNET_CONNECTION_CONFIGURED): Add defines.
5292
5293 2005-01-07  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5294
5295         * include/commctrl.h (ComboBox_SetMinVisible,
5296         ComboBox_GetMinVisible): Added Macros.
5297         * include/winuser.h (CB_SETMINVISIBLE, CB_GETMINVISIBLE):
5298         Added definitions.
5299
5300 2005-01-02  Jiri Malak  <Jiri.Malak@geac.cz>
5301
5302         * include/winnt.h (GetCurrentFiber, GetFiberData): Make inline
5303         assembly code conditional on _X86_.
5304
5305 2005-01-02  Earnie Boyd  <earnie@users.sf.net>
5306
5307         * include/w32api.h: Increment version to 3.2.
5308         * Makefile.in: Ditto.
5309         * include/afxres.h: Remove the \r from the line ending.
5310         * include/errorrep.h: Ditto.
5311         * include/shldisp.h: Ditto.
5312         * include/tschema.h: Ditto.
5313         * lib/dhcpcsvc.def: Ditto.
5314         * lib/uxtheme.def: Ditto.
5315         * lib/wldap32.def: Ditto.
5316
5317 2005-01-01  Danny Smith  <dannysmith@users.sourceforge.net>
5318
5319         * include/winerror.h (ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY):
5320         Correct typo.
5321         Thanks to: Aidan France  <aidan1@users.sourceforge.net>
5322
5323 2004-12-29  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5324
5325         *include/winuser.h (MNS_*, WM_MENUCOMMAND,
5326         WM_MENUGETOBJECT, WM_MENUDRAG, WM_NCMOUSEHOVER,
5327         WM_NCMOUSELEAVE, WM_UNINITMENUPOPUP,
5328         SPI_GETFOREGROUNDLOCKTIMEOUT,
5329         SPI_SETFOREGROUNDLOCKTIMEOUT): Added definitions.
5330         *include/imm.h (WM_IME_REQUEST): Added definition.
5331         *include/shlobj.h (SLGP_RAWPATH,
5332         SLGP_UNCPRIORITY): Added definition.
5333
5334 2004-12-28  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5335
5336         *include/winuser.h (HSHELL_FLASH): Added definition.
5337
5338 2004-12-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5339
5340         * include/shldisp.h (IAutoComplete): Added interface definiton.
5341         * include/shldisp.h (IAutoComplete2): Added interface definiton.
5342         * include/shldisp.h (ACO_AUTOSUGGEST): Added definition.
5343         * include/shlobj.h (IObjMgr): Added interface definiton.
5344         * lib/shell32.c (CLSID_AutoComplete, IID_AutoComplete,
5345         IID_AutoComplete2, CLSID_ACLMulti, IID_IObjMgr,
5346         CLSID_ACListISF, IID_IACList): Added GUIDs.
5347         * include/shlguid.h (CLSID_AutoComplete, IID_AutoComplete,
5348         IID_AutoComplete2, CLSID_ACLMulti, IID_IObjMgr,
5349         CLSID_ACListISF, IID_IACList): Added GUIDs.
5350
5351 2004-12-23  Danny Smith  <dannysmith@users.sourceforge.net>
5352
5353         * include/commctrl.h (CDRF_NOTIFYSUBITEMDRAW): Add define.
5354         Thanks to: Chris Sutcliffe  <ironhead@walled.net>
5355         (CDRF_*): Use hex notation for constants.
5356
5357 2004-12-08  Danny Smith  <dannysmith@users.sourceforge.net>
5358
5359         * include/sqlext.h (SQL_INTERVAL_*): Correct macros.
5360         Reported by Eric Sharkey <sharkey at netrics dot com>
5361
5362 2004-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
5363
5364         * include/winnt.h (TOKEN_INFORMATION_CLASS): Add
5365         TokenGroupsAndPrivileges, TokenSessionReference,
5366         TokenSandBoxInert, TokenAuditPolicy, TokenOrigin.
5367         Reformat.
5368         (SID_NAME_USE): Add SidTypeComputer.  Reformat.
5369         Thanks to Gabriel Linder <mingwlinder@users.sourceforge.net>
5370
5371 2004-12-02  Danny Smith  <dannysmith@users.sourceforge.net>
5372
5373         * lib/comctl32.def (ImageList_Copy, ImageList_DrawIndirect,
5374         ImageList_Duplicate): Add stubs.
5375
5376 2004-12-02  Danny Smith  <dannysmith@users.sourceforge.net>
5377
5378         * lib/directx/strmiids.c (MEDIASUBTYPE_YV12): Correct GUID.
5379         Thanks to "Pete" <pross@xvid.org>
5380
5381 2004-11-21 Benoit Blanchon  <bblanchon@users.sourceforge.net>
5382
5383         * include/wingdi.h (AC_SRC_ALPHA, AC_SRC_NO_ALPHA,
5384         AC_DST_NO_ALPHA, ...): Add defines.
5385         * include/winuser.h (ULW_COLORKEY,ULW_ALPHA,
5386         ULW_OPAQUE): Add defines.
5387
5388 2004-11-21  Danny Smith  <dannysmith@users.sourceforge.net>
5389
5390         * include/winnt.h (VerSetConditionMask): Correct typo in _WIN32_WINNT
5391         guard.
5392         * lib/kernel32.def (VerSetConditionMask): Correct stdcall
5393         suffix.
5394         * lib/ddk/ntoskrnl.def (VerSetConditionMask): Likewise.
5395
5396 2004-11-20  Danny Smith  <dannysmith@users.sourceforge.net>
5397
5398         * include/winbase.h (PPROCESS_INFORMATION): Add typedef.
5399         (CreateProcessWithLogonW): Declare.
5400         (LOGON_WITH_PROFILE, LOGON_NETCREDENTIALS_ONLY): Add defines.
5401         Thanks to: "jkmaki"  <jkmaki@users.sourceforge.net>
5402
5403 2004-11-19  Danny Smith  <dannysmith@users.sourceforge.net>
5404
5405         * include/sspi.h (SecPkgContext_Sizes): Fix typo.
5406         Thanks to: David Leonard  <leonard@users.sourceforge.net>
5407
5408 2004-11-19  Danny Smith  <dannysmith@users.sourceforge.net>
5409
5410         * include/sspi.h (SecPkgCredentials_Names[AW]): Correct name.
5411         Thanks to: David Leonard  <leonard@users.sourceforge.net>
5412
5413 2004-11-19  Magnus Olsen  <greatlord@users.sourceforge.net>
5414
5415         * include/winuser.h (MSLLHOOKSTRUCT): Add structure.
5416
5417 2004-11-19  Magnus Olsen  <greatlord@users.sourceforge.net>
5418
5419         * include/winuser.h (LLKHF_EXTENDED, LLKHF_INJECTED, LLKHF_UP):
5420         Add defines.
5421         (LLKHF_ALTDOWN): Define based on KF_ALTDOWN.
5422
5423 2004-11-19  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5424
5425         * include/shellapi.h (NIF_GUID): Add another define.
5426
5427 2004-11-18  Earnie Boyd  <earnie@users.sf.net>
5428
5429         * include/wincon.h (AttachConsole): Correct the _WIN32_WINNT filter.
5430         Changed it twice due to inconsistent MSDN documentation.
5431         * include/w32api.h (Windows95, etc. and IE3, etc.): Add definitions.
5432
5433 2004-11-13  Danny Smith  <dannysmith@users.sourceforge.net>
5434
5435         * include/shlobj.h (SHGFP_TYPE): Add enum.
5436
5437 2004-11-12  Loïc Guilloux (glx@users.sourceforge.net>
5438
5439         * include/winuser.h (WM_THEMECHANGED): Add define.
5440
5441 2004-11-11  Danny Smith  <dannysmith@users.sourceforge.net>
5442
5443         * include/ddk/winddk.h (ExAllocateFromPagedLookasideList,
5444         ExFreeToPagedLookasideList): Guard inline versions with
5445         (__USE_NTOSKRNL__) && (_WIN32_WINNT >= 0x0501). Declare as
5446         external functions for earlier _WIN32_WINNT.
5447
5448 2004-11-11  Danny Smith  <dannysmith@users.sourceforge.net>
5449
5450         * include/ras.h (RASCONN[AW]): Remove dwSessionId field.
5451
5452 2004-11-09  Danny Smith  <dannysmith@users.sourceforge.net>
5453
5454         * include/winnls.h (WINBASEAPI): Define as DECLSPEC_IMPORT
5455         if  undefined and __W32API_USE_DLLIMPORT__.
5456         Add WINBASEAPI token to prototypes, throughout.
5457
5458 2004-11-08  Danny Smith  <dannysmith@users.sourceforge.net>
5459
5460         * include/winnt.h (GetCurrentFiber): Support -masm=intel.
5461         (GetFiberData): Likewise.
5462         (NtCurrentTeb): Likewise.
5463
5464 2004-11-04  Danny Smith  <dannysmith@users.sourceforge.net>
5465
5466         * include/shellapi.h (NIF_INFO): Add define.
5467         (NIIF_*) Add defines..
5468         Thanks to: Benoit Blanchon <bblanchon@users.sourceforge.net>
5469         (NIF_*): Convert constants to hex.
5470
5471 2004-11-02  Danny Smith  <dannysmith@users.sourceforge.net>
5472
5473         * include/wingdi.h (GetFontUnicodeRanges,GetGlyphIndicesA,
5474         GetGlyphIndicesW): Declare.
5475         (GGI_MARK_NONEXISTING_GLYPHS): Define
5476         * lib/gdi32.def (GetFontUnicodeRanges,GetGlyphIndicesA,
5477         GetGlyphIndicesW): Add stubs.
5478
5479 2004-10-24  Dan Aloni  <da-x@colinux.org>
5480
5481         * include/ddk/ntapi.h (NtQueryFullAttributesFile,
5482         ZwQueryFullAttributesFile): Declare.
5483         * include/ddk/ntapi.h (RtlDosPathNameToNtPathName_U):
5484         Declare.
5485         lib/ntoskrnl.def (ZwQueryDirectoryFile, ZwQueryFullAttributesFile.
5486         ZwQueryVolumeInformationFile): Add stubs.
5487
5488 2004-10-18  Danny Smith  <dannysmith@users.sourceforge.net>
5489
5490         * include/wsahelp.h (WINSOCK_MAPPING, WSHGetWinsockMapping,
5491         PWSH_GET_WINSOCK_MAPPING): Don't define if __OBJC__.
5492
5493 2004-10-15  Robert Wruck  <wruck@tweerlei.de>
5494             Danny Smith  <dannysmith@users.sourceforge.net>
5495
5496         * include/winbase.h (InitializeSListHead, Interlocked*):
5497         Guard with !__USE_NTOSKRNL__.
5498
5499         * include/ddk/ntddk.h (__USE_NTOSKRNL__): Define.
5500         * include/ddk/winddk.h (InitializeSListHead, Interlocked*):
5501         Guard with  __USE_NTOSKRNL__.
5502         (ExInterlockedPopEntrySList, ExInterlockedPushEntrySList):
5503         Add prototypes.  Guard macro definition with __USE_NTOSKRNL__
5504         && _WIN32_WINNT >= 0x0501
5505         (ExAllocateFromNPagedLookasideList, ExAllocateFromPagedLookasideList,
5506         ExFreeToNPagedLookasideList, ExFreeToPagedLookasideList):
5507         Replace calts to InterlockedPopEntrySList, InterlockedPushEntrySList
5508         with ExInterlockedPopEntrySList, ExInterlockedPushEntrySList.
5509
5510         * lib/ddk/ntosknl.def (ExInterlockedPopEntrySList,
5511         ExInterlockedPushEntrySList)  Add stubs with fastcall decoration.
5512         (ExDesktopObjectType, ExEventObjectType, ExSemaphoreObjectType,
5513         ExWindowStationObjectType, IoAdapterObjectType,
5514         IoDeviceHandlerObjectSize, IoDeviceHandlerObjectType,
5515         IoDeviceObjectType, IoDriverObjectType, IoFileObjectType,
5516         LpcPortObjectType, MmSectionObjectType, SeTokenObjectType):
5517         Uncomment stubs.
5518
5519 2004-10-11  Robert Wruck  <wruck@tweerlei.de>
5520
5521         * include/ddk/winddk.h (IoReleaseRemoveLockAndWait): Fix
5522         definition
5523         (IoReleaseRemoveLock): Add definition.
5524
5525 2004-10-10  Danny Smith  <dannysmith@users.sourceforge.net>
5526
5527         * include/ddk/winnt4.h (Exi386InterlockedDecrementLong,
5528         Exi386InterlockedExchangeUlong, Exi386InterlockedIncrementLong);
5529         Add prototypes.
5530         * include/winddk.h (ExInterlockedAddUlong,
5531         ExInterlockedInsertHeadList, ExInterlockedInsertTailList,
5532         ExInterlockedRemoveHeadList, ExInterlockedPopEntryList,
5533         ExInterlockedPushEntryList): Change calling convention to
5534         DDKAPI.
5535         (ExfInterlockedAddUlong,ExInterlockedInsertHeadList,
5536         ExInterlockedInsertTailList, ExInterlockedRemoveHeadList,
5537         ExInterlockedPopEntryList, ExInterlockedPushEntryList):
5538         Add prototypes for DDKFASTAPI versions.
5539         Thanks to Vadim Yegor0v <zg at bmg dot lv> for report.
5540         * lib/ntoskrnl.def (ExInterlockedAddUlong,
5541         ExInterlockedInsertHeadList, ExInterlockedInsertTailList,
5542         ExInterlockedRemoveHeadList, ExInterlockedPopEntryList,
5543         ExInterlockedPushEntryList): Remove lead '@' from stubs.
5544         (ExfInterlockedAddUlong,ExfInterlockedInsertHeadList,
5545         ExfInterlockedInsertTailList, ExfInterlockedRemoveHeadList,
5546         ExfInterlockedPopEntryList, ExfInterlockedPushEntryList):
5547         Add fastcall stubs.
5548         (Exi386InterlockedDecrementLong, Exi386InterlockedExchangeUlong,
5549         Exi386InterlockedIncrementLong); Add stdcall stubs.
5550
5551 2004-09-30  Danny Smith  <dannysmith@users.sourceforge.net>
5552
5553         * include/winbase.h (WINBASEAPI): Define as DECLSPEC_IMPORT only
5554          if __W32API_USE_DLLIMPORT__ is defined.
5555         * include/winuser.h (WINUSERAPI): Likewise.
5556
5557 2004-09-29  Filip Navara  <xnavara@volny.cz>
5558
5559         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
5560         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, mcd.h, miniport.h,
5561         mountdev.h, mountmgr.h, ndis.h, ndistapi.h, ndiswan.h, netpnp.h,
5562         newdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h, ntddcdvd.h,
5563         ntddchgr.h, ntdddisk.h, ntddkbd.h, ntddmou.h, ntddpar.h, ntddpcm.h,
5564         ntddscsi.h, ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h,
5565         ntddvdeo.h, ntddvol.h, ntpoapi.h, parallel.h, pfhook.h, poclass.h,
5566         scsi.h, scsiscan.h, smbus.h, srb.h, storport.h, tdiinfo.h,
5567         tdikrnl.h, tvout.h, upssvc.h, usb.h, usb100.h, usbdi.h, usbioctl.h,
5568         usbiodef.h, usbscan.h, usbuser.h, videoagp.h, winddi.h, winddk.h,
5569         winnt4.h, ws2san.h): Fixed packing.
5570         * include/ddk/atm.h (ATM_TRAFFIC_DESCRIPTOR_IE): Fixed declaration.
5571         * include/ddk/hidclass.h (HID_INTERFACE_HIDPARSE,
5572         HID_INTERFACE_NOTIFY_PNP): Likewise.
5573         * include/ddk/ndis.h (NDIS_DMA_BLOCK, CO_FLOW_PARAMETERS): Likewise.
5574         (NdisQueryPacketLength): Added macro. Thanks to Art Yerkes
5575         <ayerkes@speakeasy.net>.
5576         * include/ddk/usb100.h (USB_CONFIGURATION_DESCRIPTOR): Fixed
5577         declaration.
5578         * include/ddk/winddi.h (PATHDATA, GLYPHPOS): Likewise.
5579         * include/ddk/winddk.h (PDRIVER_CONTROL, PDRIVER_LIST_CONTROL,
5580         PDRIVER_ADD_DEVICE, PIO_COMPLETION_ROUTINE, PDRIVER_CANCEL,
5581         PKDEFERRED_ROUTINE, PDRIVER_DISPATCH, PIO_DPC_ROUTINE,
5582         PMM_DLL_INITIALIZE, PMM_DLL_UNLOAD, PDRIVER_ENTRY,
5583         PDRIVER_INITIALIZE, PKSERVICE_ROUTINE, PIO_TIMER_ROUTINE,
5584         PDRIVER_REINITIALIZE, PDRIVER_STARTIO, PKSYNCHRONIZE_ROUTINE,
5585         PDRIVER_UNLOAD, DRIVER_OBJECT): Fixed callback declarations.
5586         (struct FILE_BASIC_INFORMATION): Renamed to _FILE_BASIC_INFORMATION.
5587         (SYNCH_LEVEL): Added definition.
5588         (KPCR, KPCR_TIB): Fixed declaration.
5589         (Interlocked[Push/Pop]EntrySList): Declare only if winbase.h isn't
5590         included and _WIN32_WINNT >= 0x0501.
5591         (RtlEqualLuid): Fixed macro definition.
5592         (KfLowerIrql, KfRaiseIrql): Declare and use instead of KeLowerIrql and
5593         KeRaiseIrql on i386 architectures.
5594
5595 2004-09-06  Hosaka Yuji  <hos@tamanegi.org>
5596
5597         * include/mshtml.h (IHTMLDocument2): Correct get_selection
5598         declaration.
5599         (IHTMLSelectionObject): Correct get_type declaration.
5600         (IHTMLFramesCollection2, IHTMLWindow2, IHTMLFrameBase,
5601         IHTMLFrameBase2, IHTMLFrameBase3, IHTMLBodyElement,
5602         IHTMLBodyElement2): Add interfaces.
5603         (LPHTMLIMAGEELEMENTFACTORY, LPHTMLEVENTOBJ, LPHTMLSCREEN,
5604         LPHTMLOPTIONELEMENTFACTORY, LPOMHISTORY, LPOMNAVIGATOR): Add
5605         typedefs.
5606         * lib/mshtml-uuid.c (IID_IHTMLFrameBase2, IID_IHTMLFrameBase3):
5607         Add IIDs.
5608
5609 2004-09-05  Earnie Boyd  <earnie@users.sf.net>
5610
5611         * include/w32api.h: Increment version to 3.1.
5612         * Makefile.in: Ditto.
5613
5614 2004-09-05  Hosaka Yuji  <hos@tamanegi.org>
5615
5616         * include/winuser.h (MonitorFromPoint, MonitorFromRect,
5617         MonitorFromWindow): Add prototypes.
5618         * lib/user32.def (MonitorFromPoint, MonitorFromRect,
5619         MonitorFromWindowMonitorFromWindow): Add stubs.
5620         * include/shellapi.h (DuplicateIcon): Add prototype.
5621
5622 2004-09-05   Danny Smith  <dannysmith@users.sourceforge.net>
5623
5624         * include/winuser.h (WINUSERAPI): New define.
5625         Use it to mark user32.dll imports, throughout.
5626
5627 2004-09-05  Hosaka Yuji  <hos@tamanegi.org>
5628
5629         * lib/ddk/hid.def (HidD_FlushQueue, HidD_FreePreparsedData,
5630         HidD_GetAttributes, HidD_GetConfiguration, HidD_GetFeature,
5631         HidD_GetHidGuid, HidD_GetIndexedString, HidD_GetInputReport,
5632         HidD_GetManufacturerString, HidD_GetMsGenreDescriptor,
5633         HidD_GetNumInputBuffers, HidD_GetPhysicalDescriptor,
5634         HidD_GetPreparsedData, HidD_GetProductString,
5635         HidD_GetSerialNumberString, HidD_SetConfiguration,
5636         HidD_SetFeature, HidD_SetNumInputBuffers, HidD_SetOutputReport,
5637         HidP_GetButtonCaps, HidP_GetValueCaps): Add exports.
5638
5639 2004-08-25  Lars Rune Nøstdal  <daysleper@users.sourceforge.net>
5640
5641         * include/wincon.h (CONSOLE_FULLSCREEN_MODE, CONSOLE_WINDOWED_MODE):
5642         Add XP defines.
5643         (PCOORD): Add typedef.
5644         (GetConsoleDisplayMode, SetConsoleDisplayMode): Add prototypes.
5645
5646 2004-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
5647
5648         * include/winldap.h: Don't check value of UNICODE.
5649         Thanks to: "Jean-Do"  <spab@users.sourceforge.net>
5650
5651 2004-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
5652
5653         * include/winbase.h (WINBASEAPI): Guard with __INSIDE_CYGWIN__.
5654
5655 2004-08-24  Sam Robb  <samrobb@users.sourceforge.net>
5656
5657         * include/winbase.h (GetFileSizeEx): Add _WIN32_WINNT >= 0x0500
5658         guard.
5659
5660 2004-08-24   Danny Smith  <dannysmith@users.sourceforge.net>
5661
5662         * include/winbase.h: Add WINBASEAPI token to prototypes, throughout.
5663
5664 2004-08-15  Ken Fitlike  <kenfitlike@users.sourceforge.net>
5665
5666         * include/commctrl.h (WC_TREEVIEWA): Remove parenthenses.
5667
5668 2004-08-10  Sebastian Nowak  <snowak1@users.sourceforge.net>
5669
5670         * include/ws2spi.h (LPWSPSELECT): Correct typedef.
5671
5672 2004-08-10   Danny Smith  <dannysmith@users.sourceforge.net>
5673
5674         * include/wincrypt.h: Correct _WIN32_WINNT typo.
5675
5676 2004-08-10  Ed Schaller  <schallee@darkmist.net>
5677
5678         * include/wincrypt.h (MS_ENH_RSA_AES_PROV_A, MS_ENH_RSA_AES_PROV_W)
5679         (ALG_SID_AES_128, ALG_SID_AES_192, ALG_SID_AES_256, ALG_SID_AES 17)
5680         (CALG_AES_128, CALG_AES_192, CALG_AES_256, CALG_AES,PROV_RSA_AES):
5681         Add defines.
5682         (CALG_SHA1): Add define.
5683         (HP_HMAC_INFO): Add define.
5684         (HMAC_INFO): Add struct.
5685         (BLOBHEADER): Add typedef.
5686
5687 2004-07-26  Hartmut Honisch  <hhonisch@users.sourceforge.net>
5688
5689         * include/commctrl.h (TreeView_SetItemState): Define macro.
5690
5691 2004-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
5692
5693         * include/wingdi.h (CMYK): Correct macro. Group CMYK/RGB
5694         macros together.
5695
5696 2004-07-24  Brodie Thiesfield  <brofield@users.sourceforge.net>
5697
5698         * include/shlobj.h (FILEDESCRIPTOR): Unicode it.
5699         (FILEGROUPDESCRIPTOR): LIkewise.
5700
5701 2004-07-06  Corinna Vinschen  <corinna@vinschen.de>
5702
5703         * winbase.h (IsWow64Process): Add missing WINAPI qualifier.
5704
5705 2004-06-16  Danny Smith  <dannysmith@users.sourceforge.net>
5706
5707         * include/winnt.h (IMAGE_ORDINAL_FLAG): Map to ...
5708         (IMAGE_ORDINAL_FLAG{32,64}: New defines.
5709         (IMAGE_SNAP_BY_ORDINAL): Map to ...
5710         (IMAGE_SNAP_BY_ORDINAL{32,64}: New defines.
5711         (IMAGE_ORDINAL): Map to ...
5712         (IMAGE_ORDINAL{32,64}: New defines.
5713         (IMAGE_THUNK_DATA):  Map to ...
5714         (IMAGE_THUNK_DATA{32,64}: New structures.
5715         (IMAGE_THUNK_DATA): Map to ...
5716         (IMAGE_THUNK_DATA{32,64}: New structures.
5717         (IMAGE_IMPORT_DESCRIPTOR):  Map to ...
5718         (IMAGE_IMPORT_DESCRIPTOR{32,64}: New structures.
5719         (IMAGE_IMAGE_TLS_DIRECTORY)  Map to ...
5720         (IMAGE_IMAGE_TLS_DIRECTORY{32,64}: New structures.
5721
5722 2004-06-16  Bang Jun-Young  <junyoung@NetBSD.org>
5723
5724         * w32api/include/winnt.h (WAITORTIMERCALLBACKFUNC): Protect with
5725         _WIN32_WINNT >= 0x0500.
5726
5727 2004-06-05  Luke Dunstan  <infidel@users.sourceforge.net>
5728
5729         * include/winbase.h (GetWriteWatch): Correct prototype.
5730         (WRITE_WATCH_FLAG_RESET): Define.
5731         Thanks to Sergey Philippov <phis@users.sourceforge.net>.
5732
5733 2004-06-02  Rocher Laurent  <lrocher@users.sourceforge.net>
5734
5735         * include/commctrl.h (Animate_OpenEx): Define.
5736         (DateTime_GetSystemTime, DateTime_SetSystemTime): Correct names.
5737         (ListView_GetNumberOfWorkAreas): Correct macro.
5738         (ListView_SetUnicodeFormat, ListView_GetUnicodeFormat,
5739         ListView_SetItemCountEx, ListView_GetISearchString,
5740         TreeView_GetLastVisible, Header_CreateDragImage,
5741         Header_SetImageList, Header_GetImageList): Define.
5742         (LVM_SETUNICODEFORMAT, LVM_GETUNICODEFORMAT,
5743         MCM_GETUNICODEFORMAT, MCM_SETUNICODEFORMAT,
5744         TBSTATE_ELLIPSES): Define.
5745         (MonthCal_SetRange): Correct macro.
5746         (ImageList_Duplicate): Declare.
5747
5748 2004-05-29  Filip Navara  <xnavara@volny.cz>
5749
5750         * include/winnt.h (IMAGE_EXPORT_DIRECTORY): Fixed declaration.
5751
5752 2004-05-25  Al Slater  <al.slater@scluk.com>
5753
5754         * include/httpext.h (HSE_SEND_HEADER_EX_INFO,
5755         HSE_REQ_SEND_RESPONSE_HEADER_EX): Define.
5756
5757 2004-05-15  Filip Navara  <xnavara@volny.cz>
5758
5759         * include/ddk/kbdmou.h: New file.
5760         * lib/ddk/videoprt.def (VideoPortMapBankedMemory,
5761         VideoPortMapDmaMemory, VideoPortMapMemory): Correct suffix.
5762         * lib/ddk/ntoskrnl.def (_snprintf, _snwprintf, _vsnprintf,
5763         _vsnwprintf, sprintf, swprintf): Export.
5764
5765 2004-05-15  Filip Navara  <xnavara@volny.cz>
5766
5767         * include/ddk/ntddk.h: Don't set 4-byte alignment on included
5768         headers.
5769
5770 2004-05-07  Danny Smith  <dannysmith@users.sourceforge.net>
5771
5772         * include/wingdi.h: Correct non-unicode typedefs of
5773         ENUMLOGFONTEXDV, PENUMLOGFONTEXDV, LPENUMLOGFONTEXDV.
5774
5775 2004-05-07  Pascal Obry  <obry@act-europe.fr>
5776
5777         * include/winsock.h (IN_CLASSA): Fix macro.
5778         * include/winsock2.h (IN_CLASSA): Fix macro.
5779
5780 2004-04-29  Bart Oldeman  <bartoldeman@users.sourceforge.net>
5781
5782         * include/objbase.h (STGOPTIONS): Correct pwcsTemplateFile type.
5783         * include/aclui.h: Remove '\r', throughout.
5784         * include/msacm.h: Likewise.
5785         * lib/aclui.def: Likewise.
5786
5787 2004-04-28  Luke Dunstan  <infidel@users.sourceforge.net>
5788
5789         * lib/comctl32.def (SetWindowSubclass): Add stub.
5790         Thanks to Eugene <egladysh@users.sourceforge.net>.
5791
5792 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
5793
5794         * include/winbase.h (EXECUTION_STATE): Add typedef.
5795         (SetThreadExecutionState): Declare.
5796         * include/wingdi.h (_WINGDI_): Define.
5797         * include/objbase.h (_OBJBASE_H_): Define.
5798
5799 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
5800
5801         * include/winuser.h (SM_IMMENABLED, SM_CXFOCUSBORDER,
5802         SM_CYFOCUSBORDER, SM_TABLETPC, SM_MEDIACENTER): Add defines.
5803         (SM_CMETRICS): Adjust value.
5804         * include/winnt.h (PROCESSOR_ARCHITECTURE_MSIL): Correct define.
5805         (PROCESSOR_ARCHITECTURE_AMD64, PROCESSOR_ARCHITECTURE_IA32_ON_WIN64):
5806         Add defines.
5807         Thanks to Benoit Blanchon <bblanchon@users.sourceforge.net>
5808
5809 2004-04-24  Justin Forest  <vhex@users.sourceforge.net>
5810
5811         * include/winsock2.h (LUP_DEEP, LUP_CONTAINERS,
5812         LUP_NOCONTAINERS, LUP_NEAREST, LUP_RETURN_NAME,
5813         LUP_RETURN_TYPE, LUP_RETURN_VERSION, LUP_RETURN_COMMENT,
5814         LUP_RETURN_ADDR, LUP_RETURN_BLOB, LUP_RETURN_ALIASES,
5815         LUP_RETURN_QUERY_STRING, LUP_RETURN_ALL, LUP_RES_SERVICE,
5816         LUP_FLUSHCACHE, LUP_FLUSHPREVIOUS): Add defines.
5817
5818 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
5819
5820         * include/windns.h (DNSREC_QUESTION, DNSREC_ANSWER, DNSREC_AUTHORITY,
5821         DNSREC_ADDITIONAL): Add defines.
5822
5823 2004-04-23  Robert Wruck  <wruck@tweerlei.de>
5824
5825         * include/commctrl.h (LPNMLVDISPINFO): Add defines.
5826
5827 2004-04-23  Robert Wruck  <wruck@tweerlei.de>
5828
5829         * include/aclui.h: New file.
5830         * lib/aclui.def: New file.
5831         * lib/test.c: Add aclui.h to includes.
5832
5833 2004-04-21  Danny Smith  <dannysmith@users.sourceforge.net>
5834
5835         * include/winuser.h (SPI_GETACTIVEWINDOWTRACKING,
5836         SPI_GETACTIVEWNDTRKZORDER, SPI_SETACTIVEWINDOWTRACKING,
5837         SPI_SETACTIVEWNDTRKZORDER): Remove duplicate defines.
5838
5839 2004-04-20  Christopher Faylor  <cgf@alum.bu.edu>
5840
5841         * include/wingdi.h: Protect non-unicode case of below.
5842
5843 2004-04-20  Christopher Faylor  <cgf@alum.bu.edu>
5844
5845         * include/wingdi.h: Protect use of ENUMLOGFONTEXDV, PENUMLOGFONTEXDV,
5846         LPENUMLOGFONTEXDV with appropriate version check.
5847
5848 2004-04-18  Hans Leidekker  <hans@it.vu.nl>
5849
5850         * lib/directx/dxguid.c (CLSID_DirectSoundPrivate,
5851         DSPROPSETID_DirectSoundDevice): Add defines.
5852
5853 2004-04-20  Adrian Sandor  <aditsu@users.sourceforge.net>
5854
5855         * include/msacm.h: New file.
5856
5857 2004-01-09  Stuart Cunningham  <stuart_hc@users.sourceforge.net>
5858
5859         * include/objbase.h (STGFMT): Declare enum.
5860         (STGOPTIONS): Declare structure.
5861         (StgCreateStorageEx, StgOpenStorageEx): Declare.
5862         (STGOPTIONS_VERSION): Define.
5863         * lib/ole32.def (StgCreateStorageEx, StgOpenStorageEx): Add stubs.
5864
5865 2004-04-13  Filip Navara  <xnavara@volny.cz>
5866
5867         * include/winuser.h (IS_INTRESOURCE, MB_CANCELTRYCONTINUE,
5868         WM_NCXBUTTONDOWN, WM_NCXBUTTONUP, WM_NCXBUTTONDBLCLK,
5869         WM_XBUTTONDOWN, WM_XBUTTONUP, WM_XBUTTONDBLCLK,
5870         DCX_INTERSECTUPDATE, MK_XBUTTON1, MK_XBUTTON2,
5871         HELP_SETWINPOS): Define.
5872         (WM_MOUSELAST): Different value for _WIN32_WINNT >= 0x0500.
5873         (SPI_*): Add new definitions for WINVER >= 0x500.
5874         (CallMsgFilter[AW], SetWindowsHookA): Correct prototype.
5875         (InternalGetWindowText, SetWindowsHookW): Declare.
5876         * include/winbase.h (InitializeSListHead): Avoid conflicting
5877         definition with DDK headers.
5878
5879 2004-04-13  Gé van Geldorp  <gvg@reactos.com>
5880
5881         * include/winuser.h (GetLastError): Move from here...
5882         * include/winbase.h: ... to here.
5883
5884 2004-04-13  Filip Navara  <xnavara@volny.cz>
5885
5886         * include/winspool.h (DocumentPropertiesW): Correct prototype.
5887
5888 2004-04-13  Filip Navara  <xnavara@volny.cz>
5889
5890         * include/wingdi.h (ENHMETAHEADER): Add definitions for
5891         WINVER >= 0x400.
5892         (WCRANGE, GLYPHSET, LPPOLYTEXT[AW]): Declare.
5893         (ENUMLOGFONTEXW): Fix definition.
5894         (ENUMLOGFONTEXDV[AW]): Declare.
5895
5896 2004-04-13  Filip Navara  <xnavara@volny.cz>
5897
5898         * include/wingdi.h: Declare the DirectDraw structures only if
5899         the DirectDraw kernel mode headers aren't included.
5900         (EMFINFO): Declare.
5901         (EngStretchBlt, EngTextOut, FONTOBJ_cGetGlyphs,
5902         STROBJ_bEnumPositionsOnly): Correct prototypes.
5903
5904 2004-04-13  Filip Navara  <xnavara@volny.cz>
5905
5906         * include/objidl.h (PRPCOLEMESSAGE): Declare.
5907         * include/rpc.h (RPCRTAPI): Define.
5908         * include/rpcdce.h (RpcServerRegisterIf2): Declare.
5909         * include/rpcdcep.h (RPC_BLOCKING_FN, I_RpcSend): Declare.
5910         (RPC_BLOCKING_FUNCTION): Remove, replaced by RPC_BLOCKING_FN.
5911         (I_RpcBindingSetAsync): Correct prototype.
5912         * include/rpcndr.h (MIDL_STUB_MESSAGE): Rename 'Reserved' field
5913         to w2kReserved.
5914         (USER_MARSHAL_SIZING_ROUTINE, USER_MARSHAL_MARSHALLING_ROUTINE,
5915         USER_MARSHAL_UNMARSHALLING_ROUTINE, USER_MARSHAL_FREEING_ROUTINE,
5916         USER_MARSHAL_ROUTINE_QUADRUPLE, NDR_NOTIFY_ROUTINE, IDL_CS_CONVERT,
5917         CS_TYPE_NET_SIZE_ROUTINE, CS_TYPE_LOCAL_SIZE_ROUTINE,
5918         CS_TYPE_TO_NETCS_ROUTINE, CS_TYPE_FROM_NETCS_ROUTINE,
5919         CS_TAG_GETTING_ROUTINE, NDR_CS_SIZE_CONVERT_ROUTINES,
5920         NDR_CS_ROUTINES, NdrUserMarshalMarshall, NdrUserMarshalUnmarshall,
5921         NdrUserMarshalBufferSize, NdrUserMarshalMemorySize,
5922         NdrUserMarshalFree): Declare.
5923         (MIDL_STUB_DESC): Add new fields that were added in W2K.
5924         * include/rpcproxy.h (CStdStubBuffer): Ditto.
5925
5926 2004-04-13  Filip Navara  <xnavara@volny.cz>, David Welch  <welch@cwcom.net>
5927
5928         * include/ddk/ntapi.h (NtCurrentProcess, NtCurrentThread,
5929         LPC_MESSAGE_BASE_SIZE): Define.
5930         * include/ddk/ntifs.h: Move the pack pragma under header inclusion.
5931
5932 2004-04-13  Filip Navara  <xnavara@volny.cz>
5933
5934         * include/commctrl.h (TB_MARKBUTTON, NMTBGETINFOTIP[AW]):
5935         Declare.
5936
5937 2004-04-18  Allan Bazinet  <bazineta@users.sourceforge.net>
5938
5939         * include/winuser.h (MONITORINFOEX[AW]): Change to be derived from
5940         MONITORINFO when compiling as C++.
5941
5942 2004-04-17  Luke Dunstan  <infidel@users.sourceforge.net>
5943
5944         * README.w32api: List separate copyright conditions for some headers.
5945         * include/(winsock2.h, wsipx.h): Minor change to copyright header.
5946
5947 2004-04-15  Danny Smith  <dannysmith@users.sourceforge.net>
5948
5949         * include/wingdi.h (RGB): Correct macro.
5950
5951 2004-04-14  Robert Wruck  <rwruck@users.sourceforge.net>
5952
5953         * include/ddk/winddk.h (RtlEqualLuid): Correct macro.
5954
5955 2004-04-06  Luke Dunstan  <infidel@users.sourceforge.net>
5956
5957         * include/ocidl.h (QACONTAINERFLAGS): Correct typedef.
5958
5959 2004-03-29  Danny Smith  <dannysmith@users.sourceforge.net>
5960
5961         * lib/Makefile.in: Add directx to .PHONY target.
5962         * lib/directx/dxerr.c: Remove dependence on mingw runtime.
5963         Don't include stdio.h or tchar.h.
5964         Replace _T() macro with TEXT() macro, throughout.
5965         Replace _stprintf with wsprintf, throughout.
5966
5967 2004-03-27  Hosaka Yuji  <hos@tamanegi.org>
5968
5969         * include/dbt.h (DBT_DEVTYP_DEVICEINTERFACE, DBT_DEVTYP_HANDLE):
5970         Add define.
5971         (DEV_BROADCAST_DEVICEINTERFACE, DEV_BROADCAST_HANDLE): Add struct.
5972         * include/winuser.h (UnregisterDeviceNotification): Add prototype.
5973         * lib/user32.def (UnregisterDeviceNotification): Add export stub.
5974
5975 2004-03-27  Filip Navara  <xnavara@volny.cz>
5976
5977         * include/directx: New subdir.
5978         * lib/directx: Ditto.
5979         * include/directx/(d3d9.h, d3d9caps.h, d3d9types.h, dxerr8.h,
5980         dxerr9.h): New files.
5981         * lib/directx/(Makefile.in, d3d8.def, d3d9.def, d3dim.def, d3drm.def,
5982         d3dx8d.def, d3dx9d.def, d3dxof.def, ddraw.def, dinput.def,
5983         dinput_joy.c, dinput_joy2.c, dinput_kbd.c, dinput_mouse.c,
5984         dinput_mouse2.c, dinput_private.h, dinput8.def, dmoguids.c, dplayx.def,
5985         dpnaddr.def, dpnet.def, dpnlobby.def, dpvoice.def, dsetup.def,
5986         dsound.def, dxerr.c, dxerr8.c, dxerr8w.c, dxerr9.c, dxerr9w.c,
5987         dxguid.c, ksproxy.def, ksuser.c, ksuser.def, msdmo.def, quartz.def,
5988         strmiids.c, test.c): Ditto.
5989         * lib/(d3dim.def, d3drm.def, d3dxof.def, ddraw.def, dinput.c,
5990         dinput.def, dplayx.def, dsetup.def, dsound.def, dxguid.c): Removed.
5991
5992 2004-03-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5993
5994         * include/GL/glu.h (GLU_AUTO_LOAD_MATRIX, GLU_CULLING,
5995         GLU_SAMPLING_TOLERANCE, GLU_DISPLAY_MODE, GLU_PARAMETRIC_TOLERANCE,
5996         GLU_SAMPLING_METHOD, GLU_U_STEP, GLU_V_STEP): Define.
5997
5998 2004-03-24  Filip Navara  <xnavara@volny.cz>
5999
6000         * include/commctrl.h (TB_GETSTRING[AW]): Add defines.
6001         (RBBS_HIDETITLE, RBBS_TOPALIGN): Ditto.
6002
6003 2004-03-24  Filip Navara  <xnavara@volny.cz>
6004
6005         * include/ddk/srb.h (_PORT_CONFIGURATION_INFORMATION):  Rename
6006         TaggedQueueing to TaggedQueuing.
6007         (_HW_INITIALIZATION_DATA): Likewise.
6008
6009 2004-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
6010
6011         * include/docobj.h (IOleDocumentView::GetDocument): Correct
6012         prototype.
6013         Thanks to Buster Copley  <consequent@users.sourceforge.net>
6014
6015 2004-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
6016
6017         * lib/ddk/ntoskrnl.def (MmAllocatePagesForMdl): Correct suffix.
6018         (MmMapIoSpace): Likewise.
6019         Thanks to Dan Aloni  <da-x@colinux.org>
6020
6021 2004-03-16  Martin Fuchs  <martin-fuchs@gmx.net>
6022
6023         * include/shellapi.h (NIM_* NIS_*): Define constants for
6024         notification icons with _WIN32_IE >= 0x0500.
6025         (NOTIFYICONDATA): Add new structure members for notification
6026         icons with _WIN32_IE >= 0x0500.
6027
6028 2004-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
6029
6030         *include/wininet.h (CACHEGROUP_SEARCH_ALL, CACHEGROUP_SEARCH_BYURL):
6031         Add defines.
6032         (INTERNET_CACHE_GROUP_ADD, INTERNET_CACHE_GROUP_REMOVE): Add defines.
6033         (GROUPID) Add typedef.
6034         (INTERNET_CACHE_GROUP_INFO[AW]): Define structures.
6035         (CreateUrlCacheGroup): Add prototype.
6036         (DeleteUrlCacheGroup): Add prototype.
6037         (FindFirstUrlCacheGroup): Add prototype.
6038         (FindNextUrlCacheGroup): Add prototype.
6039         (GetUrlCacheGroupAttribute[AW]): Add prototypes.
6040         (SetUrlCacheGroupAttribute[AW]): Add prototypes.
6041
6042 2004-03-10  Al Slater  <al.slater@scluk.com>
6043
6044         * include/winsock2.h: Add missing LPFN_ typdefs for
6045         function pointers.
6046         Clean up whitespace.
6047
6048 2004-03-05  Filip Navara  <xnavara@volny.cz>
6049
6050         * include/ddk/scsi.h: Replace assert with ASSERT.
6051         * include/ddk/video.h: Ditto.
6052         * include/ddk/winddk.h: Ditto. Remove the assert macro.
6053         * include/ddk/tdi.h: Correct packing.
6054
6055 2004-03-04  Danny Smith  <dannysmith@users.sourceforge.net>
6056
6057         * include/wtypes.h (DECIMAL_SETZERO): Add definition for
6058         NONAMELESSUNION case.
6059
6060 2004-03-03  Martin Fuchs  <martin-fuchs@gmx.net>
6061
6062         * include/oleauto.h (V_UNION, V_VT, V_DECIMAL): Use
6063         __VARIANT_NAME_ constants.
6064
6065 2004-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
6066
6067         * include/uxtheme.h: Include <commctrl.h>
6068
6069 2004-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
6070
6071         * include/basetyps.h (GUID_SECT): Define to nothing for GCC >= 2.95.
6072
6073 2004-03-02  Martin Fuchs  <martin-fuchs@gmx.net>
6074
6075         * include/oleauto.h (VAR_VALIDDATE, VAR_FORMAT_NOSUBSTITUTE,
6076         VAR_FOURDIGITYEARS): Define new constants. Group VAR_*  defines
6077         together.
6078         (V_UI2, V_UI4, V_UI4REF, V_UI, V_UI8REF): Define macros.
6079         (V_I8, V_I8REF): Correct macros.
6080         (V_DECIMAL): Correct macro definitions.
6081         (V_INT_PTR, V_UINT_PTR, V_INT_PTRREF, V_UINT_PTRREF): Define
6082         constants.
6083         (VTBIT_*): Define constants.
6084         (UDATE): Add structure definition.
6085         (VarDateFromUdate, VarDateFromUdateEx, VarUdateFromDate): Declare
6086         functions.
6087         (SafeArrayCreateVector): Correct parameter type from UINT to ULONG
6088         (SafeArrayCreateVectorEx): Declare function.
6089         (Var*): declare VARIANT manipulation functions.
6090         * include/ocidl.h (IPicture_*): Define IPicture COBJ macros.
6091         * include/oaidl.h (IRecordInfo_*): Define IRecordInfo COBJ
6092         macros.
6093
6094 2004-03-01  Martin Fuchs  <martin-fuchs@gmx.net>
6095
6096         * include/oaidl.h (FADF_*): Define missing constants.
6097         (IDispatch_*): Define COBJ macros.
6098         (VARIANT): Add missing union members llVal and ullVal.
6099         (wireVARIANT): Likewise.
6100         (ITypeinfo_*): Define COBJ macros.
6101         * include/oleauto.h (Var*FromDisp): Correct parameter type from
6102         LPDISPATCH* to LPDISPATCH.
6103         (VARCMP_*, VAR_LOCALBOOL, LOCALE_USE_NLS, VARIANT_*,
6104         VAR_CALENDAR_*): Add missing constants.
6105         (SafeArray[Get/Set]*): Add prototypes.
6106         (Var*From*):  Add missing prototypes.
6107         (NUMPRS_*): Add defines.
6108         (NUMPARSE): Define structure.
6109         (VarParseNumFromStr,VarNumFromParseNum): Add prototypes.
6110         * include/winerror.h (DISP_E_DIVBYZERO): Define constant.
6111         * include/winuser.h (COLOR_*): Define missing constants.
6112         * include/wtypes.h (enum VARENUM): Add VT_INT_PTR, VT_UINT_PTR.
6113         (VT_INT_PTR, VT_UINT_PTR): Remove macro definitions.
6114
6115 2004-02-23  Filip Navara  <xnavara@volny.cz>
6116
6117         * include/ddk/video.h: Corrected packing.
6118
6119 2004-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
6120
6121         * include/GL/glu.h (GLU_ERROR): Define.
6122         Thanks to Philip Lamb  <phil at rave dot co dot nz>
6123
6124 2004-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
6125
6126         * include/GL/glu.h: Include <stddef.h>.
6127         Thanks to Greg Couch <gregcouch@users.sourceforge.net>
6128
6129 2004-02-15  Earnie Boyd  <earnie@users.sf.net>
6130
6131         * include/w32api.h: Increment version to 3.0.
6132         * Makefile.in: Ditto.
6133         * README.win32api: Modify license to Public Domain per agreement as
6134         found in the mingw-dvlpr list archive.
6135
6136 2004-02-13  Earnie Boyd  <earnie@users.sourceforge.net>
6137
6138         * include/ddk/winddk.h (DIRECTORY_QUERY): Add define.
6139         (DIRECTORY_TRAVERSE): Ditto.
6140         (DIRECTORY_CREATE_OBJECT): Ditto.
6141         (DIRECTORY_CREATE_SUBDIRECTORY): Ditto.
6142         (DIRECTORY_ALL_ACCESS): Ditto.
6143         Thanks to Konstantin Stepaniuk <skostia@users.sourceforge.net>
6144
6145 2004-02-12  Danny Smith  <dannysmith@users.sourceforge.net>
6146
6147         * include/basetypes.h (_REFIID_DEFINED): Correct typo.
6148
6149         * include/winuser.h (NCCALCSIZE_PARAMS): Define structure.
6150         Thanks to Mike Nordell <tamlin at algonet dot se>.
6151
6152 2004-02-11  Danny Smith  <dannysmith@users.sourceforge.net>
6153
6154         * lib/dnsapi.def: New file.
6155         * lib/test.c: Include windns.h.
6156
6157 2004-02-11  Pierre A. Humblet  <Pierre.Humblet@ieee.org>
6158
6159         * include/windns.h: New file.
6160
6161 2004-02-11  Danny Smith  <dannysmith@users.sourceforge.net>
6162
6163         * include/sqlucode.h (SQLGetStmtAttr[AW]): Remove duplicate
6164         defines.
6165         (SQLSetStmtAttr[AW]): Move into ODBCVER >= 0x0300 block.
6166         (SQLSetDescFieldW): Correct prototype.
6167         (SQLSetDescFieldA): Add prototype.
6168         (SQLGetDescFieldW): Add prototype.
6169
6170 2004-02-11  Pat Thoyts  <patthoyts@users.sourceforge.net>
6171
6172         * include/winuser.h (DFC_POPUPMENU): Add define.
6173
6174 2004-02-07  Dan Aloni  <da-x@gmx.net>
6175
6176         * lib/ddk/ntoskrnl.def (KeSetTimer,KeSetTimerEx): Correct
6177         suffix.
6178
6179 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
6180
6181         * include/oleacc.h (LIBID_Accessibility): Declare.
6182         * lib/uuid.c (LIBID_Accessibility): Define.
6183
6184 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
6185
6186         * include/winioctl.h (NTFS_VOLUME_DATA_BUFFER): Add structure.
6187         (FSCTL_GET_NTFS_VOLUME_DATA): Add macro.
6188
6189 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
6190
6191         * include/commctrl.h (ICC_STANDARD_CLASSES, ICC_LINK_CLASS): Add
6192         defines.
6193
6194 2004-01-31  Jiri Malak  <Jiri.Malak@geac.cz>
6195
6196         * include/winuser.h (RT_MANIFEST): Make conditional on
6197         RC_INVOKED.
6198         (CREATEPROCESS_MANIFEST_RESOURCE_ID,
6199         ISOLATIONAWARE_MANIFEST_RESOURCE_ID,
6200         ISOLATIONAWARE_NOSTATICIMPORT_MANIFEST_RESOURCE_ID): Add
6201         defines.
6202
6203 2004-01-16 Martin Fuchs  <martin-fuchs@gmx.net>
6204
6205         * include/shlobj.h (SHGDN_INCLUDE_NONFILESYS): Add define.
6206
6207 2004-01-15  Filip Navara  <xnavara@volny.cz>
6208
6209         * include/ddk/mcd.h: Don't care about value of DBG define.
6210         * include/ddk/srb.h: Ditto.
6211         * include/ddk/storport.h: Ditto.
6212         * include/ddk/video.h: Ditto.
6213         * include/nspapi.h (SetServiceW, GetAddressByNameA,
6214         GetAddressByNameW): Correct protoype.
6215         * include/ntsecapi.h (PCUNICODE_STRING): Define.
6216
6217 2004-01-05  Filip Navara  <xnavara@volny.cz>
6218
6219         * include/prsht.h (LPCPROPSHEETPAGEW): Fix definition.
6220         * include/shlwapi.h (SHRegQueryInfoUSKey[AW]): Fix prototype.
6221         * include/cpl.h (CPL_STARTWPARMS[AW]): Correct.
6222         * include/shellapi.h (ABS_AUTOHIDE, ABS_ALWAYSONTOP,
6223         SEE_MASK_NO_CONSOLE, SEE_MASK_ASYNCOK, SEE_MASK_HMONITOR,
6224         FOF_NOCOPYSECURITYATTRIBS): Add defines.
6225         * include/shlobj.h (BFFM_SETOKTEXT, BFFM_SETEXPANDED,
6226         CSIDL_FLAG_DONT_VERIFY, CSIDL_FLAG_CREATE, CSIDL_FLAG_MASK,
6227         CFSTR_INETURL[AW], SHGDN_FOREDITING, SHGDN_FORADDRESSBAR,
6228         SSF_*): Add defines.
6229         (SHCNF_PATH[AW], SHCNF_PRINTER[AW], CFSTR_FILENAME[AW],
6230         CFSTR_FILENAMEMAP[AW], CFSTR_FILEDESCRIPTOR[AW], CFSTR_SHELLURL,
6231         CMDSTR_NEWFOLDER[AW], CMDSTR_VIEWLIST[AW], CMDSTR_VIEWDETAILS[AW]):
6232         Correct.
6233         (IEnumIDList): Add COBJMACROS.
6234         * include/winuser.h (MIM_*): Add define.
6235
6236 2004-01-04  Filip Navara  <xnavara@volny.cz>
6237
6238         * include/shlguid.h (IID_IPersistFolder2, IID_IPersistFolder3,
6239         IID_IShellFolder2, IID_IFileSystemBindData): Add declarations.
6240         * include/shlobj.h (EXTRASEARCH, SHCOLSTATEF, SHELLDETAILS,
6241         PERSIST_FOLDER_TARGET_INFO): Define structures.
6242         (IEnumExtraSearch, IShellFolder2, IFileSystemBindData,
6243         IPersistFolder2, IPersistFolder3): Add COM interface
6244         definitions.
6245         (IExtractIcon[AW], IShellLink[AW], IPersistFolder, IShellView,
6246         ICommDlgBrowser, IShellFolder2, IPersistFolder2, IPersistFolder3):
6247         Add COBJMACROS.
6248         (SHCreateDirectoryEx[AW], SHBindToParent): Add prototypes.
6249         * lib/shell32.c (IID_IPersistFolder2, IID_IPersistFolder3,
6250         IID_IShellFolder2, IID_IFileSystemBindData): Add definitions.
6251
6252 2004-01-03  Danny Smith  <dannysmith@users.sourceforge.net>
6253
6254         * include/mshtml.h (IHTMLDocument2): Correct write, writeln
6255         declarations.
6256         Thanks to: Rene Nyffenegger <renenyffenegger@users.sf.net>.
6257
6258 2004-01-03  Filip Navara  <xnavara@volny.cz>
6259
6260         * include/cguid.h (CLSID_StdGlobalInterfaceTable): Declare IID.
6261         * include/oaidl.h (ITypeLib2, ITypeInfo2): Define interfaces,
6262         declare IID's.
6263         (IErrorInfo): Add COBJMACROS.
6264         * include/objbase.h (STGM_NOSNAPSHOT): Add define.
6265         (CoGetPSClsid): Add protototype,
6266         (CoRegisterPSClsid): Likewise.
6267         * include/objidl.h (IMarshal): Correct methods.
6268         (IMallocSpy): Likewise,
6269         (LPPSFACTORYBUFFER): Add typedef.
6270         (IGlobalInterfaceTable): Define interface and COBJMACROS. Declare
6271         IID.
6272         (IStorage_CreateStorage, IRpcStubBuffer_Invoke): Fix macros.
6273         * include/ocidl.h (PROPBAG2_TYPE): Define enum.
6274         (PROPBAG2, QACONTAINERFLAGS, QACONTAINER, QACONTROL): Define
6275         structures.
6276         (IPropertyBag2, IPersistPropertyBag2,IAdviseSinkEx, IPointerInactive,
6277         IOleUndoUnit, IOleParentUndoUnit, IEnumOleUndoUnits, IOleUndoManager,
6278         IQuickActivate): Define interfaces. Declare IID's.
6279         (IPersistPropertyBag2): Add COBJMACROS.
6280         (LPOLEUNDOMANAGER): Add typedef.
6281         (LPPROPERTYBAG2): Likewise.
6282         * include/oleidl.h (LPPARSEDISPLAYNAME): Fix definiton.
6283         (BINDSPEED): Add definition.
6284         (IParseDisplayName, IOleItemContainer, IOleObject, IDropSource,
6285         IDropTarget): Add COBJMACROS.
6286         * include/wtypes.h (MEMCTX, MSHCTX): Fix enum.
6287         * include/winerror.h (CO_S_NOTALLINTERFACES): Add define.
6288         * lib/uuid.c (IID_IGlobalInterfaceTable, IID_IOleUndoManager,
6289         IID_IPersistPropertyBag2, IID_IPropertyBag2, IID_IRpcProxyBuffer):
6290         Add IID definitions.
6291
6292 2004-01-02  Filip Navara  <xnavara@volny.cz>
6293
6294         * include/ddk/winddk.h: Don't care about value of
6295         DBG define.
6296
6297 2004-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
6298             Filip Navara  <xnavara@volny.cz>
6299
6300         * include/ddk/winddk.h (_DDK_DUMMYUNION_MEMBER,
6301         _DDK_DUMMYUNION_N_MEMBER): New macros.
6302         (ExAllocateFromPagedLookasideList,ExFreeToPagedLookasideList,
6303         ExAllocateFromNPagedLookasideList, ExFreeToNPagedLookasideList):
6304         Use them.
6305
6306 2004-01-01  Filip Navara  <xnavara@volny.cz>
6307
6308         * include/objbase.h: Don't care about value of DBG define.
6309         * include/objidl.h: Add some COBJMACROS.
6310         * include/ocidl.h: Ditto.
6311         * include/oleidl.h: Ditto.
6312         * include/servprov.h: Ditto.
6313         * include/shlobj.h: Ditto.
6314         * include/shlobj.h (IContextMenu2): Correct parent in
6315         DECLARE_INTERFACE.
6316         * include/oleidl.h (IOleCache, IOleCache2, IOleCacheControl):
6317         Define interfaces.
6318         * include/setupapi.h (SetupGetLineTextA): Correct prototype.
6319         Add new constants for _SETUPAPI_VER >= 0x501.
6320
6321 2004-01-01  Filip Navara  <xnavara@volny.cz>
6322
6323         * include/winnt.h (NtCurrentTeb): Add inline definition.
6324
6325 2004-01-01  Martin Fuchs  <martin-fuchs@gmx.net>
6326
6327         * include/shlobj.h (SHCoCreateInstance): Add prototype.
6328         * lib/shell32.def (SHCoCreateInstance): Add export stub.
6329
6330 2004-01-01  Igor Pechtchanski  <pechtcha@cs.nyu.edu>
6331
6332         * lib/setupapi.def (CM_Request_Device_Eject[AW]): Add export.
6333         (CM_Request_Device_Eject_Ex[AW]): Likwise.
6334         * include/ddk/cfg.h (DN_*): Add defines.
6335
6336 2004-01-01  Danny Smith  <dannysmith@users.sourceforge.net>
6337
6338         * lib/ddk/cfgmgr32.def: Remove duplicate symbol names.
6339
6340 2004-01-01  Mattia Barbon  <mbarbon@users.sourceforge.net>
6341
6342         * include/commctrl.h (TVN_GETINFOTIP): Add UNICODE mappings.
6343         (NMTVGETINFOTIP): Add structure.
6344
6345 2003-12-08  Danny Smith  <dannysmith@users.sourceforge.net>
6346
6347         * include/winuser.h (DISPLAY_DEVICE_*): Remove defines.
6348         * include/wingdi.h (DISPLAY_DEVICE_REMOVABLE,
6349         DISPLAY_DEVICE_MODESPRUNED): Add defines.
6350
6351 2003-12-08  Hartmut Honisch  <hhonisch@users.sourceforge.net>
6352
6353         * include/commctrl.h (ListView_Get_State, ListView_Check_State):
6354         Add macros.
6355         * include/wingdi.h  (DISPLAY_DEVICE_*): Add multi-monitor
6356         constants.
6357         * include/shlobj.h (SHCOLUMNINIT): Add structure.
6358         (SHCOLUMNDAT): Likwise.
6359         (SHCOLUMNID): Likewise.
6360         (SHCOLUMNINFO): Likewise.
6361         (SHCOLSTATE): Add enum.
6362         (IColumnProvider): Add COM interface.
6363         (IQueryInfo): Likewise.
6364         (IShellIconOverlayIdentifier): Likewise.
6365         * include/shlguid.h (IID_IColumnProvider) Declare.
6366         (IID_IQueryInfo): Likweise.
6367         (IID_IShellIconOverlayIdentifier): Likwise.
6368         * lib/shell32.c (IID_IColumnProvider) Define.
6369         (IID_IQueryInfo): Likweise.
6370         (IID_IShellIconOverlayIdentifier): Likwise.
6371
6372 2003-12-08  Roald Ribe  <rrib@users.sourceforge.net>
6373
6374         * include/winuser.h (RT_MANIFEST): Add define.
6375
6376 2003-12-08  Pascal Buhler  <pbuhler@users.sourceforge.net>
6377
6378         * include/oleidl.h (IViewObject2): Inherit from IViewObject.
6379
6380 2003-12-01  Danny Smith  <dannysmith@users.sourceforge.net>
6381
6382         * include/winnt.h (GetCurrentFiber): Remove duplicate prototype.
6383         (GetFiberData): Likewise.
6384         (GetCurrentFiber): Change volatile to __volatile__.
6385         (GetFiberData): Likewise.
6386
6387 2003-11-27  Christopher Faylor  <cgf@redhat.com>
6388
6389         * lib/Makefile.in: Use make function to locate .mri file to allow
6390         building in directory other than source directory.
6391
6392 2003-11-27  Danny Smith  <dannysmith@users.sourceforge.net>
6393
6394         * lib/vfw32.def: Remove, replacing with ...
6395         * lib/msvfw32.def: New file.
6396         * lib/avicap32.def: New file.
6397         * lib/avifil32.def: New file.
6398         * lib/vfw32.mri: New file.
6399         * Makefile.in: (MRI_FILES, MIMPLIBS): New vars for
6400         import libs with multiple dll's.
6401         (LIBS): Add MIMPLIBS.
6402         (DISTFILES): Add MRI_FILES.
6403         (libvfw32.a): Build using mri script.
6404
6405 2003-11-23  Danny Smith  <dannysmith@users.sourceforge.net>
6406
6407         * include/winnt.h (PAGE_*): Group defines together. Change
6408         constants to hex notation.
6409
6410 2003-11-15  Manu B  <manubee@users.sourceforge.net>
6411
6412         * include/commctrl.h (TabCtrl_GetImageList): Add macro.
6413
6414 2003-11-13 Martin Fuchs  <martin-fuchs@gmx.net>
6415
6416         * include/shlobj.h (ILAppendID, ILClone, ILCloneFirst, ILCombine,
6417         ILFindChild, ILFindLastID, ILFree, ILGetNext, ILGetSize, ILIsEqual,
6418         ILIsParent, ILLoadFromStream, ILRemoveLastID, ILSaveToStream):
6419         Add prototypes.
6420         * lib/shell32.def: Add stubs.
6421
6422         * include/commctrl.h (ListView_FindItem): Add type cast to avoid
6423         compiler warnings.
6424
6425 2003-11-13  Hans Leidekker  <hans@it.vu.nl>
6426
6427         * include/winbase.h (WIN32_STREAM_ID): Correct typedef.
6428
6429 2003-10-13  Andre Auzi  <aauzi@users.sourceforge.net>
6430
6431         * include/windows.h (CopyCursor): Define as macro.
6432
6433 2003-10-13  Steven Edwards  <Steven_Ed4153@yahoo.com>
6434
6435         * include/winnt.h (CONTAINING_RECORD): Add macro.
6436
6437 2003-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
6438
6439         * include/winnt.h: (FILE_SUPERSEDED, FILE_OPENED, FILE_CREATED,
6440         FILE_OVERWRITTEN, FILE_EXISTS, FILE_DOES_NOT_EXIST): Remove
6441         defines.
6442
6443 2003-10-13  Filip Navara  <xnavara@volny.cz>
6444
6445         * include/commctrl.h (DSA_*): Add prototypes, typedefs and
6446         defines for Dynamic Storage Arrays.
6447         (DPA_*): Likewise, for Dynamic Pointer Arrays.
6448         (FlatSB_*, InitializeFlatSB, InitializeFlatSB): Add prototypes
6449         and defines for Flat ScrollBars.
6450         (SetWindowSubclass, GetWindowSubclass, RemoveWindowSubclass,
6451         DefSubclassProc): Add prototypes for subclassing.
6452         (DrawShadowText): Add prototype.
6453         (COMCTL32_VERSION): Define.
6454
6455 2003-10-13  Martin Fuchs  <Martin-Fuchs@gmx.net>
6456
6457         * include/shlobj.h (CFSTR_FILENAME, CFSTR_FILEDESCRIPTOR,
6458         CFSTR_FILENAMEMAP, CFSTR_SHELLURL): Correct UNICODE definitions.
6459
6460 2003-10-13  Pierre Humblet  <pierre.humblet@ieee.org>
6461
6462         * include/winnt.h (SM_REMOTESESSION): Add define.
6463         * include/winuser.h (SE_CREATE_GLOBAL_NAME): Ditto.
6464
6465 2003-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
6466
6467         * include/wincrypt (KP_IV, KP_SALT, KP_PADDING, KP_MODE,
6468         KP_MODE_BITS, KP_PERMISSIONS, KP_ALGID, KP_BLOCKLEN): Remove
6469         duplicate definitions.
6470         (KP_X, KP_Y): Correct typos.
6471
6472 2003-10-11  Manu B  <manubee@users.sourceforge.net>
6473
6474         * include/afxres.h: New file.
6475
6476         * include/richedit.h (ES_NOOLEDRAGDROP, ENM_DRAGDROPDONE,
6477         ENM_IMECHANGE, ENM_LANGCHANGE, ENM_OBJECTPOSITIONS,
6478         ENM_SCROLLEVENTS): Add constants.
6479
6480         * include/richedit.h (ES_SELECTIONBAR, ENM_LINK): Sort constants.
6481
6482 2003-10-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6483
6484         * include/errorep.h: New file.
6485
6486         * lib/faultrep.def: New file.
6487
6488 2003-10-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6489
6490         * include/winbase.h (AddVectoredExceptionHandler): Define if
6491         _WIN32_WINNT >= 0x0500.
6492
6493         * include/winnt.h (PVECTORED_EXCEPTION_HANDLER): Define if
6494         _WIN32_WINNT >= 0x0500.
6495
6496 2003-10-08  Corinna Vinschen  <corinna@vinschen.de>
6497
6498         * include/winbase.h (AddVectoredExceptionHandler): Only define if
6499         _WIN32_WINNT >= 0x0501.
6500
6501 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6502
6503         * include/winbase.h [_WIN32_WINNT >= 0x0500] (SetComputerNameEx[AW],
6504         UnregisterWaitEx): Add functions.
6505
6506         * include/winbase.h [_WIN32_WINNT >= 0x0500]
6507         (AddVectoredExceptionHandler, RemoveVectoredExceptionHandler): Add
6508         or guard function. The MSDN says it is available on Windows XP and
6509         better, and then it says it is declared for _WIN32_WINNT >= 0x0500.
6510         Huh?
6511
6512         * include/winbase.h [_WIN32_WINNT >= 0x0501] (AddRefActCtx,
6513         CreateActCtx[AW], SetFileShortName[AW], SetFileValidData,
6514         ZombifyActCtx, QueryActCtxW): Add functions.
6515
6516         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6517         (QUERY_ACTCTX_FLAG_USE_ACTIVE_ACTCTX,
6518         QUERY_ACTCTX_FLAG_ACTCTX_IS_HMODULE,
6519         QUERY_ACTCTX_FLAG_ACTCTX_IS_ADDRESS): Add constants.
6520
6521         * include/winbase.h [_WIN32_WINNT >= 0x0502] (SetDllDirectory[AW],
6522         SetFirmwareEnvironmentVariable[AW]): Add functions.
6523
6524         * include/winnt.h [_WIN32_WINNT >= 0x0500] (VER_BUILDNUMBER,
6525         VER_MAJORVERSION, VER_MINORVERSION, VER_PLATFORMID,
6526         VER_SERVICEPACKMAJOR, VER_SERVICEPACKMINOR, VER_SUITENAME,
6527         VER_PRODUCT_TYPE, VER_EQUAL, VER_GREATER, VER_GREATER_EQUAL,
6528         VER_LESS, VER_LESS_EQUAL, VER_AND, VER_OR): Add constants.
6529
6530         * include/winnt.h [_WIN32_WINNT >= 0x0501]
6531         (PVECTORED_EXCEPTION_HANDLER): Add callback.
6532
6533         * include/winnt.h [_WIN32_WINNT >= 0x0501]
6534         (ACTIVATION_CONTEXT_INFO_CLASS,
6535         ACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION,
6536         ACTIVATION_CONTEXT_DETAILED_INFORMATION,
6537         ACTIVATION_CONTEXT_QUERY_INDEX, ASSEMBLY_FILE_DETAILED_INFORMATION):
6538         Add structures.
6539
6540         * lib/user32.def (AddRefActCtx, AddVectoredExceptionHandler,
6541         CreateActCtx[AW], SetComputerNameEx[AW], SetDllDirectory[AW],
6542         SetFileShortName[AW], SetFileValidData,
6543         SetFirmwareEnvironmentVariable[AW], UnregisterWaitEx,
6544         VerSetConditionMask, ZombifyActCtx, QueryActCtxW): Add functions.
6545
6546 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6547
6548         * include/winbase.h (GetWriteWatch, IsSystemResumeAutomatic,
6549         ResetWriteWatch): Add function.
6550
6551         * include/winbase.h [_WIN32_WINNT >= 0x0500]
6552         (GetSystemWindowsDirectory[AW], ProcessIdToSessionId, ReplaceFile[AW]):
6553         Add functions.
6554
6555         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6556         (GetSystemWow64Directory[AW], HeapQueryInformation,
6557         HeapSetInformation, InitializeSListHead, InterlockedFlushSList,
6558         InterlockedPopEntrySList, InterlockedPushEntrySList, IsProcessInJob,
6559         IsWow64Process, QueryMemoryResourceNotification, ReleaseActCtx,
6560         RemoveVectoredExceptionHandler): Add functions.
6561
6562         * include/winnt.h [_WIN32_WINNT >= 0x0501] (HEAP_INFORMATION_CLASS):
6563         Add enumeration.
6564
6565         * include/winbase.h [_WIN32_WINNT >= 0x0502] (GetThreadIOPendingFlag):
6566         Add function.
6567
6568         * include/winbase.h [_WIN32_WINNT >= 0x0510] (RestoreLastError):
6569         Add function. The MSDN Magazine of June 2003 reads:
6570                 RestoreLastError is an enigma. It's code is identical to
6571                 SetLastError. It's unclear to me why it was made into a
6572                 separate API.
6573
6574         * lib/user32.def (GetSystemWindowsDirectory[AW],
6575         GetSystemWow64Directory[AW], GetThreadIOPendingFlag,
6576         HeapQueryInformation, HeapSetInformation, InitializeSListHead,
6577         InterlockedFlushSList, InterlockedPopEntrySList,
6578         InterlockedPushEntrySList, IsSystemResumeAutomatic, IsWow64Process,
6579         ProcessIdToSessionId, QueryMemoryResourceNotification, ReleaseActCtx,
6580         RemoveVectoredExceptionHandler, ReplaceFile[AW], ResetWriteWatch,
6581         RestoreLastError): Add functions.
6582
6583 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6584
6585         * include/winbase.h [_WIN32_WINNT >= 0x0500] (GetComputerNameEx[AW],
6586         GetProcessIoCounters): Add functions.
6587
6588         * include/winbase.h [_WIN32_WINNT >= 0x0500] (COMPUTER_NAME_FORMAT):
6589         Move around, needed by GetComputerNameEx.
6590
6591         * include/winbase.h [_WIN32_WINNT >= 0x0501] (FindActCtxSectionGuid,
6592         FindActCtxSectionString[AW], GetCurrentActCtx, GetNativeSystemInfo):
6593         Add functions.
6594
6595         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6596         (ACTCTX_SECTION_KEYED_DATA): Add structure.
6597
6598         * include/winbase.h [_WIN32_WINNT >= 0x0502] (GetDllDirectory[AW],
6599         GetFirmwareEnvironmentVariable[AW], GetProcessHandleCount,
6600         GetProcessId, GetSystemRegistryQuota): Add functions, available on
6601         Windows XP SP1 and better.
6602
6603         * include/winnt.h [_WIN32_WINNT >= 0x0501]
6604         (ACTIVATION_CONTEXT_SECTION_ASSEMBLY_INFORMATION,
6605         ACTIVATION_CONTEXT_SECTION_DLL_REDIRECTION,
6606         ACTIVATION_CONTEXT_SECTION_WINDOW_CLASS_REDIRECTION,
6607         ACTIVATION_CONTEXT_SECTION_COM_SERVER_REDIRECTION,
6608         ACTIVATION_CONTEXT_SECTION_COM_INTERFACE_REDIRECTION,
6609         ACTIVATION_CONTEXT_SECTION_COM_TYPE_LIBRARY_REDIRECTION,
6610         ACTIVATION_CONTEXT_SECTION_COM_PROGID_REDIRECTION,
6611         ACTIVATION_CONTEXT_SECTION_CLR_SURROGATES): Add constants.
6612
6613         * lib/user32.def (FindActCtxSectionGuid, FindActCtxSectionString[AW],
6614         GetComputerNameEx[AW], GetCurrentActCtx, GetDllDirectory[AW],
6615         GetFirmwareEnvironmentVariable[AW], GetModuleHandleEx[AW],
6616         GetNativeSystemInfo, GetProcessHandleCount, GetProcessIoCounters):
6617         Add functions.
6618
6619 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6620
6621         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6622         (CheckRemoteDebuggerPresent, DebugActiveProcessStop, DebugBreakProcess,
6623         DebugSetProcessKillOnExit): Add functions.
6624
6625         * include/winbase.h [_WIN32_WINNT >= 0x0500] (DeleteTimerQueue,
6626         DeleteTimerQueueEx, DeleteTimerQueueTimer,
6627         DnsHostnameToComputerName[AW]): Add functions.
6628
6629         * lib/user32.def (CheckRemoteDebuggerPresent, DebugActiveProcessStop,
6630         DebugBreakProcess, DebugSetProcessKillOnExit, DeleteTimerQueueEx,
6631         DeleteTimerQueueTimer, DnsHostnameToComputerName[AW]): Add functions.
6632
6633 2003-10-07  Kobun Fujimori  <kobun@users.sourceforge.net>
6634
6635         * include/winbase.h (GetVolumePathNamesForVolumeName): Available
6636         on Windows XP and later.
6637
6638 2003-10-07  Manu B  <manubee@users.sourceforge.net>
6639
6640         * include/commctrl.h (TreeView_Select): Returns BOOL.
6641
6642 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6643
6644         * include/winbase.h (CancelDeviceWakeupRequest): Add function.
6645
6646         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6647         (CreateMemoryResourceNotification, DeactivateActCtx): Add functions.
6648
6649         * include/winbase.h [_WIN32_WINNT >= 0x0500] (CreateTimerQueue,
6650         CreateTimerQueueTimer): Add function.
6651
6652         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6653         (MEMORY_RESOURCE_NOTIFICATION_TYPE): Add enumeration.
6654
6655         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6656         (DEACTIVATE_ACTCTX_FLAG_FORCE_EARLY_DEACTIVATION): Add constant.
6657
6658         * include/winnt.h (WT_*): Add constants.
6659
6660         * lib/user32.def (CancelDeviceWakeupRequest,
6661         CreateMemoryResourceNotification, CreateTimerQueueTimer,
6662         DeactivateActCtx): Add functions.
6663
6664 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6665
6666         * include/winbase.h [_WIN32_WINNT >= 0x0400] (ConvertFiberToThread):
6667         Add function. Sometimes I don't understand MSDN. This function is
6668         available on Windows XP and Server 2003, but the SDK is supposed to
6669         make it available when _WIN32_WINNT >= 0x0400, or so says the MSDN.
6670         Mmmh...
6671
6672         * include/winbase.h [_WIN32_WINNT >= 0x0400] (CreateFiberEx):
6673         Guard function. Same remark as above.
6674
6675         * lib/user32.def (ConvertFiberToThread, CreateFiberEx):
6676         Add functions.
6677
6678 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6679
6680         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ACTCTX_FLAG_*):
6681         Add constants.
6682
6683         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ACTCTX[AW]): Add
6684         structures.
6685
6686         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ActivateActCtx): Add
6687         function. MSDN says the first argument is HACTCTX but I'm not sure
6688         where such a specialized handle is defined, so use HANDLE instead.
6689
6690         * include/winbase.h [_WIN32_WINNT >= 0x0501] (AttachConsole,
6691         CheckNameLegalDOS8Dot3[AW]): Add functions.
6692
6693         * lib/user32.def (ActivateActCtx, AttachConsole,
6694         CheckNameLegalDOS8Dot3[AW]): Add functions.
6695
6696         * lib/user32.def (AddLocalAlternateComputerName[AW]): Add functions.
6697         Unfortunately I don't know which header to put the declarations in.
6698
6699 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6700
6701         * include/winnls.h (CTRY_KYRGYZSTAN, CTRY_MALDIVES, CTRY_MONGOLIA):
6702         Add constants.
6703
6704         * include/winnls.h (NLS_FUNCTION, SYSGEOCLASS, SYSGEOTYPE): Add
6705         constants for National Language Support.
6706
6707         * include/winnls.h (NLSVERSIONINFO): Add structure for National
6708         Language Support.
6709
6710         * include/winnls.h (GEO_ENUMPROC): Add callback for National
6711         Language Support.
6712
6713         * include/winnls.h (EnumSystemGeoID, GetCalendarInfo[AW],
6714         GetGeoInfo[AW], GetUserGeoID, SetCalendarInfo[AW], SetUserGeoID):
6715         Add functions.
6716
6717         * include/winnls.h (IsNLSDefinedString, GetNLSVersion): Add
6718         functions. Strange... I am unable to find which library contains
6719         these functions. Can't find anything with pexports. Any clue?
6720
6721         * lib/user32.def (EnumSystemGeoID, GetGeoInfo[AW], GetUserGeoID,
6722         SetUserGeoID): Add functions.
6723
6724 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6725
6726         * include/winnt.h (LANG_KYRGYZ, LANG_MONGOLIAN, LANG_GALICIAN,
6727         LANG_SYRIAC, LANG_INVARIANT, SUBLANG_KASHMIRI_SASIA): Add constants.
6728
6729         * include/winnt.h (SUBLANG_AZERI_LATIN, SUBLANG_AZERI_CYRILLIC,
6730         SUBLANG_ENGLISH_ZIMBABWE, SUBLANG_ENGLISH_PHILIPPINES): Fix wrong
6731         value for constants.
6732
6733 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6734
6735         * include/wincrypt.h (SCHANNEL_MAC_KEY, SCHANNEL_ENC_KEY,
6736         INTERNATIONAL_USAGE, KP_SCHANNEL_ALG): Add constants. Specifying
6737         the algorithms.
6738
6739 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6740
6741         * include/wincrypt.h (CRYPT_FLAGS_*): Add constants. Protocol flags.
6742
6743 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6744
6745         * include/wincrypt.h (KP_*): Add constants. Needed by
6746         CryptSetKeyParam() and other functions.
6747
6748 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6749
6750         * include/winuser.h [_WIN32_WINNT >= 0x0501] (EVENT_*, CONSOLE_*):
6751         Add constants, related to Console Accessibility.
6752
6753 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6754
6755         * include/winuser.h [WINVER >= 0x0500] (EVENT_MAX): Ooops...
6756         wrong value for constant.
6757
6758 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6759
6760         * include/winuser.h [WINVER >= 0x0500] (EVENT_*): Add constants.
6761
6762         * include/uxtheme.h: Cleanup.
6763         * include/tmschema.h: Cleanup.
6764
6765 2003-10-02  Luke Dunstan  <infidel@users.sourceforge.net>
6766
6767         * include/winspool.h (GetDefaultPrinter[AW]): Add functions.
6768         * lib/winspool.def (GetDefaultPrinter[AW]): Add stubs.
6769
6770 2003-10-01  Danny Smith  <dannysmith@users.sourceforge.net>
6771
6772         * include/winnt.h (INVALID_FILE_ATTRIBUTES): Fix define.
6773
6774 2003-09-30  Danny Smith  <dannysmith@users.sourceforge.net>
6775
6776         * include/winuser.h (BSF_*, BSM_*):  Sync constants defined in
6777         both winuser.h and dbt.h.
6778         * include/dbt.h (BSF_*, BSM_*): Likewise.
6779
6780         * include/winuser.h (struct tagRAWINPUT): Remove
6781         _ANONYMOUS_UNION tag from named union.
6782         (struct tagRAWMOUSE): Add _ANONYMOUS_STRUCT to nameless struct.
6783
6784 2003-09-30  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6785
6786         * include/dhcpcdsk.h: New file.
6787         Note that MSDN is confused about whether it should start constant
6788         and structure names with DHCPCAPI or DHCPAPI. It's using both but
6789         experience suggests it's DHCPCAPI with `C'.
6790
6791         * lib/dhcpcsvc.def: New file.
6792
6793 2003-09-30  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6794
6795         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIM_INPUT,
6796         RIM_INPUTSINK): Add constants, for use by WM_INPUT notification.
6797
6798         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIDEV_REMOVE,
6799         RIDEV_EXCLUDE, RIDEV_PAGEONLY, RIDEV_NOLEGACY, RIDEV_INPUTSINK,
6800         RIDEV_CAPTUREMOUSE, RIDEV_NOHOTKEYS, RIDEV_APPKEYS): Add constants,
6801         for use in RAWINPUTDEVICE.
6802
6803         * include/winuser.h [_WIN32_WINNT >= 0x0501]
6804         (GetRawInputDeviceInfo[AW]): Ooops... there are
6805         ANSI/Unicode versions of this function.
6806
6807         * lib/user32.def (GetRawInputDeviceInfo[AW]): Ooops... there
6808         are ANSI/Unicode versions of this function.
6809
6810 2003-09-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6811
6812         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIM_TYPEMOUSE,
6813         RIM_TYPEKEYBOARD, RIM_TYPEHID, MOUSE_MOVE_RELATIVE,
6814         MOUSE_MOVE_ABSOLUTE, MOUSE_VIRTUAL_DESKTOP,
6815         MOUSE_ATTRIBUTES_CHANGED, RI_MOUSE_LEFT_BUTTON_DOWN,
6816         RI_MOUSE_LEFT_BUTTON_UP, RI_MOUSE_RIGHT_BUTTON_DOWN,
6817         RI_MOUSE_RIGHT_BUTTON_UP, RI_MOUSE_MIDDLE_BUTTON_DOWN,
6818         RI_MOUSE_MIDDLE_BUTTON_UP, RI_MOUSE_BUTTON_1_DOWNT_BUTTON_DOWN,
6819         RI_MOUSE_BUTTON_1_UP, RI_MOUSE_BUTTON_2_DOWNHT_BUTTON_DOWN,
6820         RI_MOUSE_BUTTON_2_UP, RI_MOUSE_BUTTON_3_DOWNDLE_BUTTON_DOWN,
6821         RI_MOUSE_BUTTON_3_UP, RI_MOUSE_BUTTON_4_DOWN,
6822         RI_MOUSE_BUTTON_4_UP, RI_MOUSE_BUTTON_5_DOWN,
6823         RI_MOUSE_BUTTON_5_UP, RI_MOUSE_WHEEL, KEYBOARD_OVERRUN_MAKE_CODE,
6824         RI_KEY_MAKE, RI_KEY_BREAK, RI_KEY_E0, RI_KEY_E1,
6825         RI_KEY_TERMSRV_SET_LED, RI_KEY_TERMSRV_SHADOW, RID_INPUT,
6826         RID_HEADER, RIDI_PREPARSEDDATA, RIDI_DEVICENAME,
6827         RIDI_DEVICEINFO): Add constants.
6828
6829         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RAWINPUTHEADER,
6830         RAWMOUSE, RAWKEYBOARD, RAWHID, RAWINPUT, RAWINPUTDEVICE,
6831         RAWINPUTDEVICELIST): Add structures.
6832
6833         * include/winuser.h [_WIN32_WINNT >= 0x0501] (DefRawInputProc,
6834         GetRawInputBuffer, GetRawInputData, GetRawInputDeviceInfo,
6835         GetRawInputDeviceList, GetRegisteredRawInputDevices): Add functions.
6836
6837         * lib/user32.def (DefRawInputProc, GetRawInputBuffer,
6838         GetRawInputData, GetRawInputDeviceInfo, GetRawInputDeviceList,
6839         GetRegisteredRawInputDevices): Add functions.
6840
6841 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6842
6843         * include/winable.h (BlockInput): Add function.
6844
6845         * include/winable.h (WS_ACTIVECAPTION): Add constant.
6846         For use with WINDOWINFO structure.
6847
6848         * include/winuser.h [_WIN32_WINNT >= 0x0500] (LockWorkStation):
6849         Add function.
6850
6851         * include/winuser.h [_WIN32_WINNT >= 0x0501] (IsWinEventHookInstalled):
6852         Add function.
6853
6854         * include/winuser.h [WINVER >= 0x0500] (UnhookWinEvent):
6855         Add function...
6856
6857         * include/winable.h [WINVER < 0x0500] (UnhookWinEvent):
6858         ...and duplicate.
6859
6860         * include/winuser.h [_WIN32_WINNT >= 0x0403] (SendInput):
6861         Guard function...
6862
6863         * include/winable.h [_WIN32_WINNT < 0x0403] (SendInput):
6864         ...and duplicate.
6865
6866         * include/winuser.h [WINVER >= 0x0500] (NotifyWinEvent):
6867         Guard function...
6868
6869         * include/winable.h [WINVER < 0x0500] (NotifyWinEvent):
6870         ...and duplicate.
6871
6872         * include/winuser.h [WINVER >= 0x0500] (MOUSEINPUT, KEYBDINPUT,
6873         HARDWAREINPUT, INPUT): Guard structures...
6874
6875         * include/winable.h [WINVER < 0x0500] (MOUSEINPUT, KEYBDINPUT,
6876         HARDWAREINPUT, INPUT): ...and duplicate.
6877
6878         * include/winuser.h [_WIN32_WINNT >= 0x0403] (INPUT_MOUSE,
6879         INPUT_KEYBOARD, INPUT_HARDWARE): Guard constants...
6880
6881         * include/winable.h [_WIN32_WINNT < 0x0403] (INPUT_MOUSE,
6882         INPUT_KEYBOARD, INPUT_HARDWARE): ...and duplicate.
6883
6884         * include/winuser.h: Move around some lines. Reformat according
6885         to recommended or dominant style. Remove FAR keyword.
6886
6887         * include/winable.h: Move around some lines.
6888
6889         * lib/user32.def (BlockInput, IsWinEventHookInstalled,
6890         LockWorkStation, UnhookWinEvent): Add functions.
6891
6892 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6893
6894         * include/winuser.h [_WIN32_WINNT >= 0x0501] (PrintWindow,
6895         PW_CLIENTONLY): Add function and constant.
6896
6897         * lib/user32.def (PrintWindow): Add function.
6898
6899 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6900
6901         * include/winuser.h (RealGetWindowClassA[AW]): Add function.
6902
6903         * lib/user32.def (RealGetWindowClassA[AW]): Add function.
6904
6905 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6906
6907         * include/winuser.h [WINVER >= 0x0500] (RegisterDeviceNotification[AW],
6908         DEVICE_NOTIFY_WINDOW_HANDLE, DEVICE_NOTIFY_SERVICE_HANDLE,
6909         DEVICE_NOTIFY_ALL_INTERFACE_CLASSES): Add function and constants.
6910
6911         * lib/user32.def (RegisterDeviceNotification[AW]): Add function.
6912
6913 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6914
6915         * include/winuser.h [WINVER >= 0x0500] (SetWinEventHook, WINEVENTPROC,
6916         WINEVENT_OUTOFCONTEXT, WINEVENT_SKIPOWNTHREAD, WINEVENT_SKIPOWNPROCESS,
6917         WINEVENT_INCONTEXT): Add function, typedef, and constants.
6918
6919         * include/winable.h [WINVER < 0x0500] (SetWinEventHook, WINEVENTPROC,
6920         WINEVENT_OUTOFCONTEXT, WINEVENT_SKIPOWNTHREAD, WINEVENT_SKIPOWNPROCESS,
6921         WINEVENT_INCONTEXT): Add function, typedef, and constants.
6922
6923         * include/winuser.h [_WIN32_WINNT >= 0x0500] (UserHandleGrantAccess):
6924         Add function.
6925
6926         * lib/user32.def (SetWinEventHook, UserHandleGrantAccess):
6927         Add functions.
6928
6929 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6930
6931         * include/winnt.h (ACE_INHERITED_OBJECT_TYPE_PRESENT,
6932         ACE_OBJECT_TYPE_PRESENT): Add constants.
6933         For use with OBJECTS_AND_NAME structure.
6934
6935 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6936
6937         * include/aclapi.h [_WIN32_WINNT >= 0x0501] (GetInheritanceSource[AW]):
6938         Add functions. Don't know what PFN_OBJECT_MGR_FUNCTS is so use
6939         void* instead.
6940
6941         * include/accctrl.h [_WIN32_WINNT >= 0x0501] (INHERITED_FROM[AW],
6942         PINHERITED_FROM[AW]): Add structures.
6943
6944         * lib/user32.def (GetInheritanceSource[AW]): Add functions.
6945
6946 2003-09-26  Corinna Vinschen  <corinna@vinschen.de>
6947
6948         * include/winuser.h (FLASHWINFO, PFLASHWINFO): Define for 98/Me, too.
6949
6950 2003-09-25  Danny Smith  <dannysmith@users.sourceforge.net>
6951
6952         * lib/version.def (LIBRARY): Quote name.
6953
6954 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6955
6956         * include/winuser.h (GetClipboardSequenceNumber): Add functions
6957         and constants.
6958
6959         * include/winuser.h (GetGuiResources, GR_GDIOBJECTS,
6960         GR_USEROBJECTS): Add functions and constants.
6961
6962         * include/winuser.h (GetMouseMovePointsEx, GMMP_USE_DISPLAY_POINTS,
6963         GMMP_USE_HIGH_RESOLUTION_POINTS): Add functions and constants.
6964
6965         * include/winuser.h (InSendMessageEx, ISMEX_NOSEND, ISMEX_CALLBACK,
6966         ISMEX_NOTIFY, ISMEX_REPLIED, ISMEX_SEND): Add functions and
6967         constants.
6968
6969         * lib/user32.def (GetClipboardSequenceNumber, GetGuiResources,
6970         GetMouseMovePointsEx, InSendMessageEx): Add functions.
6971
6972 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6973
6974         * include/winuser.h (BroadcastSystemMessage, BroadcastSystemMessageA,
6975         BroadcastSystemMessageW, BroadcastSystemMessageEx,
6976         BroadcastSystemMessageExA, BroadcastSystemMessageExW,
6977         BSMINFO, BSF_ALLOWSFW, BSF_SENDNOTIFYMESSAGE, BSF_LUID,
6978         BSF_RETURNHDESK): Add functions and constants.
6979
6980         * include/winuser.h (EnumDisplaySettingsEx, EnumDisplaySettingsExA,
6981         EnumDisplaySettingsExW, EDS_RAWMODE): Add functions and constant.
6982
6983         * include/winuser.h (IsGUIThread, IsHungAppWindow, FlashWindowEx,
6984         GetProcessDefaultLayout, SetProcessDefaultLayout,
6985         RealChildWindowFromPoint, SetProcessDefaultLayout,
6986         SwitchToThisWindow): Add functions.
6987
6988         * lib/user32.def (BroadcastSystemMessageA, BroadcastSystemMessageW,
6989         BroadcastSystemMessageExA, BroadcastSystemMessageExW,
6990         EnumDisplaySettingsExA, EnumDisplaySettingsExW, FlashWindowEx,
6991         GetProcessDefaultLayout, IsGUIThread, IsHungAppWindow,
6992         RealChildWindowFromPoint, SetProcessDefaultLayout,
6993         SwitchToThisWindow): Add function.
6994
6995 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6996
6997         * include/winuser.h (DeregisterShellHookWindow): Add function.
6998
6999         * include/winuser.h [_WIN32_WINNT >= 0x0500] (EndTask): Add function.
7000
7001         * lib/user32.def (EndTask): Add function.
7002
7003         * include/winuser.h (WINVER, _WIN32_WINNT): It's better (?) to
7004         use _WIN32_WINNT instead of WINVER to test for Windows 2000.
7005
7006         * include/winable.h: Reorder target macros.
7007
7008         * lib/*.def: Cleanup.
7009
7010 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7011
7012         * include/winuser.h [WINVER >= 0x0500] (AnimateWindow): Add
7013         function.
7014
7015         * lib/user32.def (AnimateWindow): Add function. By the way
7016         there are ~ 140 symbols missing from this file when comparing
7017         to user32.dll on Windows XP.
7018
7019 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7020
7021         * include/winuser.h [WINVER >= 0x0500] (AW_SLIDE, AW_ACTIVATE,
7022         AW_BLEND, AW_HIDE, AW_CENTER, AW_HOR_POSITIVE, AW_HOR_NEGATIVE,
7023         AW_VER_POSITIVE, AW_VER_NEGATIVE): Add constants. For use by
7024         AnimateWindow().
7025
7026 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7027
7028         * include/winuser.h [WINVER >= 0x0500] (GetGUIThreadInfo,
7029         LPGUITHREADINFO): Add function and associated typedef...
7030
7031         * include/winable.h [WINVER < 0x0500] (GetGUIThreadInfo,
7032         LPGUITHREADINFO): ...and duplicate them in <winable.h> as
7033         seems to be required on older versions of Windows.
7034
7035 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7036
7037         * include/GL/glu.h (gluErrorUnicodeStringWIN): Add macro
7038         function. MSDN suggests using gluErrorUnicodeStringWIN
7039         instead of gluErrorString, as it allows both ANSI and Unicode
7040         error strings.
7041
7042         * include/GL/glu.h (gluErrorUnicodeStringEXT): Make the
7043         returned pointer const for consistency reasons.
7044
7045 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7046
7047         * include/GL/glu.h (gluErrorUnicodeStringEXT): Add function.
7048         Function exists in glu32.def but is undocumented on MSDN.
7049         A Google search came up with this declaration.
7050
7051 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7052
7053         * include/GL/glu.h: Rewritten from scratch. Started from GLU 1.3
7054         headers from OpenGL Sample Implementation. Windows ships with
7055         GLU 1.2 so some constants and functions were removed. Then some
7056         typedef's and function declarations were reworked to look like
7057         the previous GL/glu.h.
7058
7059 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7060
7061         * include/uxtheme.h (PROPERTYORIGIN): the documentation of
7062         PROPERTYORIGIN suggests it's `PROPERTYORIGIN' but experimentation
7063         suggests it's actually `enum PROPERTYORIGIN'. Keep both.
7064
7065         * include/uxtheme.h (THEME_SIZE, THEMESIZE): MSDN suggests
7066         it's either `THEME_SIZE' or `THEMESIZE' but experimentation
7067         suggests it's actually `enum THEMESIZE'. Keep `THEME_SIZE'
7068         and `enum THEMESIZE'.
7069
7070 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7071
7072         * include/uxtheme.h: New file.
7073         * include/tmschema.h: New file.
7074         * include/uxtheme.def: New file.
7075         * lib/test.c: Include uxtheme.h, tmschema.h.
7076
7077 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7078
7079         * include/winuser.h (KEYEVENTF_UNICODE, KEYEVENTF_SCANCODE):
7080         Add defines.
7081
7082 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7083
7084         * include/winable.h [_WIN32_WINNT < 0x0403] (INPUT_MOUSE,
7085         INPUT_KEYBOARD, INPUT_HARDWARE): Duplicate defines in
7086         <winable.h> as seems to be required on older versions of
7087         Windows.
7088
7089 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7090
7091         * include/winuser.h [WINVER >= 0x0500] (CHILDID_SELF,
7092         GUI_CARETBLINKING, GUI_INMOVESIZE, GUI_INMENUMODE,
7093         GUI_SYSTEMMENUMODE, GUI_POPUPMENUMODE, GUI_16BITTASK):
7094         Add defines, the last one only on Windows XP...
7095
7096         * include/winable.h [WINVER < 0x0500] (CHILDID_SELF,
7097         GUI_CARETBLINKING, GUI_INMOVESIZE, GUI_INMENUMODE,
7098         GUI_SYSTEMMENUMODE, GUI_POPUPMENUMODE): ...and duplicate
7099         them in <winable.h> as seems to be required on older
7100         versions of Windows.
7101
7102 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7103
7104         * include/winuser.h [WINVER >= 0x0500] (GUITHREADINFO,
7105         OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR, OBJID_MENU,
7106         OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL, OBJID_SIZEGRIP,
7107         OBJID_CARET, OBJID_CURSOR, OBJID_ALERT, OBJID_SOUND): Bring
7108         back into <winuser.h>...
7109
7110         * include/winable.h [WINVER < 0x0500] (GUITHREADINFO,
7111         OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR, OBJID_MENU,
7112         OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL, OBJID_SIZEGRIP,
7113         OBJID_CARET, OBJID_CURSOR, OBJID_ALERT, OBJID_SOUND): ...and
7114         comment out in <winable.h>. MSDN may say <winable.h> but this
7115         breaks many programs. It seems it used to be <winable.h> on
7116         older versions of Windows.
7117
7118 2003-09-17  Danny Smith  <dannysmith@users.sourceforge.net>
7119
7120         * include/winuser.h (UpdateLayeredWindow): Protect against NOGDI.
7121         Thanks to Will Levine  <willll@users.sourceforge.net>
7122
7123 2003-09-15  Danny Smith  <dannysmith@users.sourceforge.net>
7124
7125         * include/ws2spi.h (LPWSPBIND): Change CONST LPSOCKADDR to
7126         const struct sockaddr*.
7127         (LPWSPCONNECT): Likewise.
7128         (LPWSPJOINLEAF): Likewise.
7129         (LPWSPSENDTO): Likewise.
7130         Tanks to Sebastian Nowak  <snowak1@users.spourceforge.net>
7131
7132 2003-09-15  Filip Navara  <xnavara@volny.cz>
7133
7134         * include/commctrl.h (TCIS_BUTTONPRESSED, TCIS_HIGHLIGHTED):
7135         Add definitions.
7136
7137 2003-09-15  Sascha Brawer  <brawer@dandelis.ch>
7138
7139         * include/winuser.h (DISPLAY_DEVICE_ATTACHED_TO_DESKTOP,
7140         DISPLAY_DEVICE_PRIMARY_DEVICE, DISPLAY_DEVICE_MIRRORING_DRIVER,
7141         DISPLAY_DEVICE_VGA_COMPATIBLE, DISPLAY_DEVICE_REMOVABLE,
7142         DISPLAY_DEVICE_MODESPRUNED): Define constants.
7143         (ChangeDisplaySettingsEx[A,W]): Add prototype.
7144
7145         * lib/user32.def (ChangeDisplaySettingsEx[A,W]): Add exports.
7146         (EnumDisplayDevices[A,W]): Likewise.
7147
7148 2003-09-15  Danny Smith  <dannysmith@users.sourceforge.net>
7149
7150         * include.commctrl.h (_WIN32_WINNT): Change _WXP to 0x0501,
7151         throughout.
7152
7153 2003-09-13  Danny Smith  <dannysmith@users.sourceforge.net>
7154
7155         * include/olectl.h (TEXTMETRICOLE, LPERRORLOG, LPPROPERTYBAG,
7156         LPENUMCONNECTIONPOINTS, LPCONNECTIONPOINT, LPENUMCONNECTIONS,
7157         LPPROPERTYPAGESITE, LPFONT, LPFONTDISP, OLE_COLOR, HIMETRIC,
7158         OLE_YPOS_HIMETRIC, OLE_XSIZE_HIMETRIC, OLE_YSIZE_HIMETRIC,
7159         OLE_YSIZE_CONTAINER, OLE_HANDLE, POINTF,LPPOINTF, CONTROLINFO,
7160         LPCONTROLINFO, CONNECTDATA, LPCONNECTDATA, LICINFO, LPLICINFO,
7161         CAUUID, LPCAUUID, CALPOLESTR, LPCALPOLESTR, CADWORD, LPCADWORD,
7162         PROPPAGEINFO, LPPROPPAGEINFO): Remove from here ...
7163         * include/ocidl.h: (TEXTMETRICOLE, LPERRORLOG, LPPROPERTYBAG,
7164         LPENUMCONNECTIONPOINTS, LPCONNECTIONPOINT, LPENUMCONNECTIONS,
7165         LPPROPERTYPAGESITE, LPFONT, LPFONTDISP, OLE_COLOR, HIMETRIC,
7166         OLE_YPOS_HIMETRIC, OLE_XSIZE_HIMETRIC, OLE_YSIZE_HIMETRIC,
7167         OLE_YSIZE_CONTAINER, OLE_HANDLE, POINTF, LPPOINTF, CONTROLINFO,
7168         LPCONTROLINFO, CONNECTDATA, LPCONNECTDATA, LICINFO, LPLICINFO,
7169         CAUUID, LPCAUUID, CALPOLESTR, LPCALPOLESTR, CADWORD, LPCADWORD,
7170         PROPPAGEINFO, LPPROPPAGEINFO): ... to here, for consistency
7171         with documentation.
7172         * include/olectl.h: Do #include <ocidl.h>.
7173         * include/ocidl.h: Don't #include <olectl.h>.
7174
7175 2003-09-13  Danny Smith  <dannysmith@users.sourceforge.net>
7176
7177         * include/winuser.h (_WIN32_WINNT, _WIN32_WINDOWS, WINVER):
7178         Change guards to use numeric constants, throughout.
7179
7180 2003-09-15  Earnie Boyd  <earnie@users.sf.net>
7181
7182         * include/w32api.h: Increment version to 2.5.
7183         * Makefile.in: Ditto.
7184
7185 2003-09-08  Justin Forest  <vhex@users.sourceforge.net>
7186
7187         * include/winuser.h (PM_QS_INPUT, PM_QS_POSTMESSAGE,
7188         PM_QS_PAINT, PM_QS_SENDMESSAGE): Add defines.
7189
7190 2003-09-08  Filip Navara  <xnavara@volny.cz>
7191
7192         * include/wingdi.h (GRADIENT_FILL_RECT_H, GRADIENT_FILL_RECT_V,
7193         GRADIENT_FILL_TRIANGLE, GRADIENT_FILL_OP_FLAG): Add defines.
7194
7195 2003-09-05  Earnie Boyd  <earnie@users.sf.net>
7196
7197         * include/w32api.h (_NT5, etc): Reverse the changes of 2003-07-01.
7198         * include/winbase.h (_NT5, etc): Ditto.
7199
7200 2003-09-02  Bart Oldeman  <bartoldeman@users.sourceforge.net>
7201
7202         * lib/snmpapi.def (LIBRARY) Add library name.
7203         Remove '\r', throughout.
7204         * lib/wsnmp32.def: Remove '\r', throughout.
7205         * lib/igmpagnt.def: Likewise.
7206
7207 2003-08-29  Steve Cleary  <scleary@jerviswebb.com>
7208
7209         * include/winuser.h (QS_ALLPOSTMESSAGE, QS_RAWINPUT): Add defines.
7210         (QS_INPUT, QS_ALLINPUT, QS_ALLEVENTS): Adjust by OR'ing with
7211         QS_RAWINPUT for _WIN32_WINNT >= 0x0501.
7212         (MWMO_*): Add flags.
7213
7214         * include/wincrypt.h (MS_ENHANCED_PROV[AW], MS_STRONG_PROV[AW],
7215         MS_DEF_RSA_SIG_PROV[AW], MS_DEF_RSA_SCHANNEL_PROV[AW],
7216         MS_DEF_DSS_PROV[AW], MS_DEF_DSS_DH_PROV[AW], MS_ENH_DSS_DH_PROV[AW],
7217         MS_DEF_DH_SCHANNEL_PROV[AW], MS_SCARD_PROV[AW]): Add definitions.
7218
7219 2003-08-26  Danny Smith  <dannysmith@users.sourceforge.net>
7220
7221         * lib/test.c: Add vfw.h to includes.
7222         * include/mmsystem.h: Add #ifndef guard to definition of
7223         mmioFOURCC macro.
7224         * include/vfw.h: Protect __OBJC__ from COM declarations.
7225
7226 2003-08-26  Filip Navara  <xnavara@volny.cz>
7227
7228         * include/vfw.h: New file.
7229
7230 2003-08-26  Filip Navara  <xnavara@volny.cz>
7231
7232         * include/ddk/winddk.h (RTL_REGISTRY_*): Add defines.
7233         (IoSetCompletionRoutine): Cast _CompletionRoutine arg to
7234         PIO_COMPLETION_ROUTINE.
7235
7236 2003-08-26  Danny Smith  <dannysmith@users.sourceforge.net>
7237
7238         * lib/test.c: Add snmp.h, winsnmp.h amd mgmtapi.h to
7239         includes.
7240
7241 2003-08-26  Filip Navara  <xnavara@volny.cz>
7242
7243         * include/snmp.h: New file.
7244         * include/winsnmp.h: New file.
7245         * include/mgmtapi.h: New file.
7246         * lib/snmpapi.def: New file.
7247         * lib/wsnmp32.def: New file.
7248         * lib/igmpagnt.def: New file.
7249         * lib/mgmtapi.def (SnmpMgrCtl) Add stub.
7250         (SnmpMgrGetTrapEx): Ditto.
7251         (SnmpMgrMIB2Disk): Remove.
7252         (dbginit): Remove.
7253
7254 2003-08-25  Steven Edwards  <Steven_Ed4153@yahoo.com>
7255
7256         * include/ddk/ntifs.h: Change all C++ style comments to C.
7257         * include/GL/gl.h: Ditto.
7258
7259 2003-08-25  Martin Fuchs  <Martin-Fuchs@gmx.net>
7260
7261         * include/shlobj.h (SFGAO_GHOSTED): Correct.
7262         (SFGAO_HIDDEN): Add define.
7263
7264 2003-08-25  Filip Navara  <xnavara@volny.cz>
7265
7266         * include/commctrl.h (ILCF_*): Add defines.
7267         (ILD_*): Ditto.
7268         (HDS_*): Ditto.
7269         (IPN_FIRST, IPN_LAST): Cast to UINT.
7270         (SBN_FIRST, SBN_LAST): Add defines.
7271         (PGN_*): Ditto.
7272         (HDF_JUSTIFYMASK): Fix typo.
7273         (HDM_*): Add defines.
7274         (HICF_*): Ditto.
7275         (I_INDENTCALLBACK,I_IMAGENONE): Ditto.
7276         (TBSTATE_MARKED): Add define.
7277         (TBSTYLE_EX_*): Add defines.
7278         (TBCDRF_*): Ditto.
7279         (IDB_HIST_SMALL_COLOR,IDB_HIST_LARGE_COLOR): Ditto.
7280         (TB_*): Ditto.
7281         (TBN_*): Ditto.
7282         (TBNRF_*): Ditto.
7283         (TTF_*): Ditto.
7284         (TBCD_*): Ditto.
7285         (TBDDRET_*): Ditto.
7286         (TBIMHT_*): Ditto.
7287         (TTM_*): Ditto.
7288         (UDM_*): Ditto.
7289         (TBIF_BYINDEX): Define as hex constant.
7290         (CDIS_*): Add defines.
7291         (CDDS_SUBITEM): Add define.
7292         (LVIF_*): Add defines.
7293         (LVM_*): Ditto.
7294         (LVGIT_UNFOLDED): Add define.
7295         (TVM_): Add defines.
7296         (TVE_EXPANDPARTIAL): Add define.
7297         (TVGN_LASTVISIBLE): Ditto.
7298         (TVN_*): Add defines.
7299         (TVNRET_*): Add defines.
7300         (TCIF_STATE): Add define.
7301         (NM_TOOLTIPSCREATED): Ditto.
7302         (CCM_*): Add defines.
7303         (INFOTIPSIZE): Add numeric value.
7304         (ODT_LISTVIEW): Ditto.
7305         (MCM_GETMAXTODAYWIDTH): Ditto.
7306         (MCHT_*): Add defines.
7307         (UDM_SETRANGE32,UDM_GETRANGE32): Define in terms of WM_USER.
7308         (PGF_*): Add defines.
7309         (PGM_*): Ditto.
7310         (TBINSERTMARK): Add structure.
7311         (LPIMAGEINFO) Add typedef.
7312         (LPHDHITTESTINFO): Ditto.
7313         (NMLVGETINFOTIP[AW]: Add structures.
7314         (NMTBCUSTOMDRAW): Add structure.
7315         (TTTOOLINFOA_V*_SIZE): Add macros.
7316         (TTTOOLINFOW_V1_SIZE): Ditto.
7317         (IMAGELISTDRAWPARAMS): Add new members for WXP.
7318         (LVITEM[AW]: Ditto.
7319         (TCITEM[AW]):Ditto.
7320         (CCSIZEOF_STRUCT): Correct macro definition.
7321         (ListView_*): Add new macros.
7322         (HIMAGELIST): Correct typedef.
7323         (HTREEITEM): Ditto.
7324
7325 2003-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
7326
7327         * commctrl.h (TC_HITTESTINFO): Remove. Add defines for
7328         TCHITTESTINFO for backward compatibility.
7329         (TC_ITEM[AW]): Rename to TCITEM[AW]. Add defines for backward
7330         compatibility.
7331
7332 2003-08-24   Danny Smith  <dannysmith@users.sourceforge.net>
7333
7334         * include/objidl.h (COBJMACROS): Define macros only
7335         if using C interace.
7336         * include/unknwn.h: Ditto.
7337         * include/comcat.h: Ditto.
7338
7339 2003-08-24  Filip Navara  <xnavara@volny.cz>
7340
7341         * include/prsht.h (PSH_WIZARDHASFINISH, PSH_WIZARD_LITE,
7342         PSH_NOCONTEXTHELP): Define.
7343         (PSH_WIZARD97): Fix definition for _WIN32_IE >= 0x500.
7344         * include/winuser.h (DFCS_TRANSPARENT, DFCS_HOT): Define.
7345         (LPDLGTEMPLATE[AW]): Add typedefs.
7346
7347 2003-08-22  Filip Navara  <xnavara@volny.cz>
7348
7349         * include/aclapi.h (BuildImpersonateExplicitAccessWithName[AW]):
7350         Add prototypes.
7351         BuildImpersonateTrustee[AW]): Add prototypes.
7352         GetMultipleTrustee[AW]): Add prototypes.
7353         GetMultipleTrusteeOperation[AW]): Add prototypes.
7354
7355 2003-08-22   Danny Smith  <dannysmith@users.sourceforge.net>
7356
7357         * include/winnt.h (IMAGE_SUBSYSTEM_XBOX): Add define.
7358
7359 2003-08-22  Mihai Preda  <mihai_preda@users.sourceforge.net>
7360
7361         * include/shlobj.h (IPersistFolder::GetClassID):
7362         Correct declaration.
7363         (CMF_*) Add missing defines.
7364
7365 2003-08-22   Danny Smith  <dannysmith@users.sourceforge.net>
7366
7367         * include/winuser.h (DC_BUTTONS): Add define.
7368
7369 2003-08-22  Andrew Greenwood  <lists@silverblade.co.uk>
7370
7371         * include/winuser.h (DC_GRADIENT): Add define.
7372
7373 2003-08-22  Martin Fuchs  <Martin-Fuchs@gmx.net>
7374
7375         * include/commctrl.h (BTNS_*): Define BTNS_* as successors to the
7376         older TBSTYLE_* constants.
7377
7378 2003-08-18  Danny Smith  <dannysmith@users.sourceforge.net>
7379
7380         * include/commctrl.h (TB_*) Group defines together.
7381
7382 2003-08-18  Martin Fuchs  <Martin-Fuchs@gmx.net>
7383
7384         * include/winuser.h (ICON_SMALL2): Define.
7385         * include/commctrl.h (TB_SETBUTTONWIDTH, TB_SETDRAWTEXTFLAGS):
7386         Define.
7387         * include/shlobj.h (SHDRAGIMAGE): Define structure.
7388         (IDragSourceHelper) Define interface.
7389         (IDropTargetHelper): Likewise.
7390         (IExtractIcon): Unicode it.
7391         (ICommDlgBrowser): Use IShellView type as param in OnDefaultCommand,
7392         OnStateChange and IncludeObject methods.
7393
7394 2003-08-17  Martin Fuchs  <Martin-Fuchs@gmx.net>
7395
7396         * include/commctrl.h (TreeView_GetScrollTime,
7397         TreeView_SetScrollTime): Define macros.
7398         * include/winuser.h (GetShellWindow): Add prototype.
7399         * include/objidl.h (STGMEDIUM): Correct lpszFileName type.
7400
7401 2003-08-15  Martin Fuchs  <Martin-Fuchs@gmx.net>
7402
7403         * include/shguid.h (CLSID_DragDropHelper, IID_IDropTargetHelper,
7404         IID_IDragSourceHelper): Declare.
7405         * lib/shell32.c (CLSID_DragDropHelper, IID_IDropTargetHelper,
7406         IID_IDragSourceHelper): Define.
7407
7408 2003-08-15  Andrew Greenwood  <lists@silverblade.co.uk>
7409
7410         * include/wingdi.h (DEVMODE[AW]) Correct structure definition.
7411         * include/ddk/ntapi.h (LPC_TYPE): Add LPC_CONNECTION_REFUSED.
7412         * include/ddk/winddk.h (IRP_*): Add constants as anonymous enum.
7413
7414 2003-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
7415
7416         * lib/uuid.c (CGID_Explorer, CGID_ShellDocView,
7417         CGID_ShellServiceObject): Remove definitions.
7418         * lib/shell32.c (CGID_ShellServiceObject): Add definition.
7419
7420 2003-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
7421
7422         * include/shlobj.h (SHELLSTATE): Add structure.
7423         (SHGetSetSettings): Add prototype.
7424         (SHGetSettings): Add prototype.
7425         * lib/shell32.def (SHGetSetSettings): Add stub.
7426
7427 2003-08-10  Phil Krylov  <likewolf@users.sourceforge.net>
7428
7429         * include/commctrl.h (HDM_ORDERTOINDEX): Add define.
7430         (Header_OrderToIndex): Add macro.
7431         (Header_GetOrderArray): Add macro.
7432
7433         * include/commdlg.h (FR_MATCHALEFHAMZA,
7434         FR_MATCHDIAC, FR_MATCHKASHIDA): Add defines.
7435
7436 2003-08-10  Martin Fuchs  <Martin-Fuchs@gmx.net>
7437
7438         * include/commctrl.h (TVM_GETSCROLLTIME,
7439         TVM_SETSCROLLTIME): Add defines.
7440
7441 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
7442
7443         * include/shlobj.h (SHELLFLAGSTATE): Add structure.
7444         (SHGetInstanceExplorer): Correct return type.
7445         (SHGetFolderPath[AW]): Likewise.
7446         Thanks to Magnus Olsen  <greatlord@sourceforge.users.net>
7447         for report.
7448
7449 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
7450
7451         * lib/test.c: Include winldap.h, ntldap.h, winber.h.
7452
7453 2003-08-01  Filip Navara  <xnavara@volny.cz>
7454
7455         * include/winldap.h: New file.
7456         * include/ntldap.h: New file.
7457         * include/winber.h: New file.
7458         * lib/winldap32.def: New file.
7459
7460 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
7461
7462         * include/ddk/atm.h: Remove stray '.';
7463
7464 2003-08-01  Gisle Vanem  <gvanem@broadpark.no>
7465
7466         * include/ddk/winddk.h: Remove trailing ';' from macros,
7467         throughout. Add () around defines with cast returns, throughout.
7468
7469 2003-07-31  Martin Fuchs  <Martin-Fuchs@gmx.net>
7470
7471         * include/shlobj.h (SFGAO_COMPRESSED): Add define.
7472         (SFGAOF, SHGDNF): Add typedef's.
7473         (SHCONTF): Extend enum.
7474
7475 2003-07-31  Danny Smith  <dannysmith@users.sourceforge.net>
7476
7477         * include/shellapi.h: Include all structs within pshpack2.h/
7478         poppack.h block.
7479
7480 2003-07-26  Danny Smith  <dannysmith@users.sourceforge.net>
7481
7482         * include/winuser.h (ASFW_ANY, LSFW_LOCK, LSFW_UNLOCK,
7483         LWA_COLORKEY, LWA_ALPHA): Guard with _WIN32_WINNT,
7484         _WIN32_WINDOWS, not WINVER.
7485         (AllowSetForegroundWindow,LockSetForegroundWindow,
7486         SetLayeredWindowAttributes): Likewise.
7487         (GetLayeredWindowAttributes,UpdateLayeredWindow): Add prototypes.
7488         * lib/user32.def (GetLayeredWindowAttributes,UpdateLayeredWindow):
7489         Add stubs.
7490
7491 2003-07-26  Eric R. Krause  <ekrause_98@users.sourceforge.net>
7492
7493         * include/objidl.h (IMalloc): Fix typo.
7494
7495 2003-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
7496
7497         * include/dkk/ntifs.h: Fix typo in guard for
7498         #pragma GCC system_header.
7499
7500 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
7501
7502         * include/objidl.h (PropVariant): Add CHAR cVal field
7503         to union.
7504         (FMTID_SummaryInformation, FMTID_DocSummaryInformation,
7505         FMTID_UserDefinedProperties): Declare.
7506
7507 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
7508
7509         * include/winbase.h (GetModuleHandleEx[AW]): Add prototypes.
7510
7511 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
7512
7513         * include/winbase.h (DUPLICATE_CLOSE_SOURCE,
7514         DUPLICATE_SAME_ACCESS): Remove defines.
7515         (HANDLE_FLAG_INHERIT, HANDLE_FLAG_PROTECT_FROM_CLOSE): Sync with
7516         ddk/ntapi.h defines.
7517         (SEM_*) : Likewise.
7518         * include/winnt.h (COMPRESSION_*, ACCESS_*, SYSTEM_*): Sync with
7519         ddk/ntifs.h defines.
7520         (FILE_*): Likewise.
7521         (MEM_IMAGE, SEC_*): Likewise.
7522         (DUPLICATE_CLOSE_SOURCE, DUPLICATE_SAME_ACCESS,
7523         DUPLICATE_SAME_ATTRIBUTES): Sync with ddk/winddk.h defines.
7524         (TOKEN_*): Sync with ddk/ntifs.h defines.
7525         * include/ddk/ntapi.h: Add comments noting definitions in
7526         winbase.h.
7527         * include/ddk/ntifs.h: Add comments noting definitions in
7528         winnt.h.
7529         * include/ddk/winddk.h: Add comments noting definitions in
7530         winnt.h.
7531
7532 2003-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
7533
7534         * include/winnt.h (FILE_*): Sync with ddk/winddk.h.
7535         * include/winioctl.h (FILE_*): Sync with ddk/winddk.h.
7536
7537 2003-07-17  Pierre Humblet  <pierre.humblet@ieee.org>
7538
7539         * include/mmsystem.h (TIME_KILL_SYNCHRONOUS): Add define.
7540
7541 2003-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
7542
7543         Clean up warnings in ddk.
7544
7545         * include/ddk/atm.h (_ATM_AAL_OOB_INFO): Add _ANONYMOUS_UNION,
7546         conditional on  __cplusplus.
7547         * include/ddk/scsi.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
7548         defines, throughout.
7549         (_CDB): Add _ANONYMOUS_UNION, conditional on __cplusplus.
7550         * include/ddk/cfg.h (_PNP_VETO_TYPE): Remove extra comma.
7551         * include/ddk/cfgmgr32.h: Change C++ comment style to ISO C.
7552         * include/ddk/ddkmapi.h (_DDLOCKOUT): Add _ANONYMOUS_UNION defines.
7553         * include/ddk/hidpi.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
7554         defines, throughout.
7555         * include/ddk/ndis.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
7556         defines, throughout. Remove trailing semicolon from *_S 'structure'
7557         macro expansion, throughout. Remove trailing semicolon from
7558         DECLARE_UNKNOWN_STRUCT macro expansion.
7559         * include/ddk/ndiswan.h (_NDIS_WAN_COMPRESS_INFO): Add
7560         _ANONYMOUS_UNION.
7561         * include/ddk/ntapi.h (_PROCESS_DEVICEMAP_INFORMATION,
7562         _PROCESS_SESSION_INFORMATION): Add _ANONYMOUS_UNION.
7563         * include/ddk/ntddcdrm.h (CDROM_TOC_CD_TEXT_DATA_BLOCK):
7564         Add _ANONYMOUS_UNION.
7565         * include/ddk/ntdddisk.h: Add _ANONYMOUS_UNION, throughout.
7566         * include/ddk/ntddmou.h:  Add _ANONYMOUS_UNION, throughout.
7567         * include/ddk/ntifs.h:  Add _ANONYMOUS_UNION, throughout.
7568         (ZwQueryObject): Change 2nd param to OBJECT_INFORMATION_CLASS, to
7569         match proto in ntapi.h.
7570         (ZwSetInformationObject): Likewise.
7571         * include/ddk/srb.h (SCSI_REQUEST_BLOCK): Add _ANONYMOUS_UNION.
7572         (SCSI_ADAPTER_CONTROL_TYPE): Add __extension__.
7573         * include/ddk/tdikrnl.h (TDI20_CLIENT_INTERFACE_INFO): Add
7574         _ANONYMOUS_UNION and _ANONYMOUS_STRUCT.
7575         * include/ddk/usb.h (USB): Add _ANONYMOUS_UNION.
7576         * include/ddk/usbcamdi.h (USBCAMD_CamControlFlags): Remove
7577         last comma.
7578         * include/ddk/video.h (STATUS_BLOCK): Add _ANONYMOUS_UNION.
7579         * include/ddk/winddk.h (DECLARE_INTERNAL_OBJECT): Remove
7580         trailing semicolon when expanding macro.
7581         (GENERAL_LOOKASIDE_S): Likewise.
7582         Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT, throughout.
7583         Change inline to __inline, throughout.
7584         * include/ddk/winnt4.h: Change inline to __inline, throughout.
7585
7586 2003-07-13  Casper S. Hornstrup  <chorns@users.sourceforge.net>
7587
7588         * include/ddk/ntifs.h (KeInsertQueueApc): Make return type
7589         BOOLEAN. Name parameter 4 PriorityBoost and make it of type
7590         KPRIORITY.
7591         * include/ddk/winddk.h (_KPCR): Put IDT field on next line.
7592         * include/ddk/winddk.h (_IO_STATUS_BLOCK, _IRP, _OWNER_ENTRY,
7593         _ERESOURCE, _IMAGE_INFO, _CREATE_DISK, _DISK_SIGNATURE, _KPCR_TIB):
7594         Apply _ANONYMOUS_UNION to anonymous unions and _ANONYMOUS_STRUCT
7595         to anonymous structs.
7596
7597 2003-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
7598
7599         * include/winnt.h (PVOID): Move to before HANDLE typedef.
7600
7601         * include/winuser.h (mouse_event): Correct type of fifth param,
7602         Thanks to: Andrew Jones <guln at users dot sourceforge dot net>
7603
7604 2003-07-11  Earnie Boyd  <earnie@users.sf.net>
7605
7606         * include/winnt.h (HANDLE): Define based on STRICT filter.
7607         (THREAD_BASE_PRIORITY_MIN): Use parens around negative value.
7608         (THREAD_BASE_PRIOIRTY_IDLE): Ditto.
7609
7610 2003-07-08  Danny Smith  <dannysmith@users.sourceforge.net>
7611
7612         * include/commctrl.h (NMTVDISPINFO[AW]): Replace obsolete struct
7613         names _TV_DISPINFO[AW] and typedefs. Add defines for backward
7614         compatability. Thanks to Magnus Olsen <greatlord@users.sf.net>
7615         for report.
7616
7617 2003-07-03  Earnie Boyd  <earnie@users.sf.net>
7618
7619         * config.guess, config.sub: Update with new versions from ftp.gnu.org.
7620
7621 2003-07-03  Luke Dunstan  <infidel@users.sf.net>
7622
7623         * include/commdlg.h (CommDlg_OpenSave_*): Add parentheses around
7624         macro arguments. Thanks to Tom Bishop <tombishop@users.sf.net>.
7625         * include/winuser.h (MONITOR_DEFAULTTONULL, MONITOR_DEFAULTTOPRIMARY,
7626         MONITOR_DEFAULTTONEAREST, MONITORINFOF_PRIMARY): Add defines.
7627         (TPM_RECURSE): Add guard for Win98/Win2K.
7628         Thanks to Magnus Olsen <greatlord@users.sf.net>.
7629
7630 2003-07-01  Earnie Boyd  <earnie@users.sf.net>
7631
7632         * include/basetyps.h (small, hyper): Change to __small and __hyper to
7633         avoid user namespace conflicts.
7634
7635 2003-07-01  Earnie Boyd  <earnie@users.sf.net>
7636
7637         * include/w32api.h (_NT4, _W98, _WME, _NT5, _W2000, _WXP, _W2003,
7638         _IE3, _IE4, _IE5, _IE6): Add definitions.
7639         * include/winbase.h (GetLongPathName[AW]): Add guard for OS >= NT5 or
7640         >= Win98.
7641         Change existing guards to use the above macro names as appropriate.
7642         * include/basetyps.h (__int32, __int16, __int8, small, hyper): Define.
7643         Note: Also added to mingw/include/_mingw.h.
7644
7645 2003-06-28  Steven Edwards  <Steven_Ed4153@yahoo.com>
7646
7647         * include/shlwapi.h (UrlGetLocationA, UrlGetLocationW,
7648         PathFindSuffixArrayA, PathFindSuffixArrayW,
7649         PathFindExtensionA, PathFindExtensionW, StrStrW
7650         StrStrA): Change unicode-macro'd LP[C]TSTR return values to
7651         explicit type.
7652
7653 2003-06-26  Mattia Barbon  <mbarbon@dsi.unive.it>
7654
7655         * include/richedit.h (PARAFORMAT2): Add definition.
7656         * include/richedit.h (PFA_*, PFE_*, PFM_*): Add some
7657         missing constants.
7658
7659 2003-06-17  Danny Smith  <dannysmith@users.sourceforge.net>
7660
7661         * include/shellapi.h (SHQUERYRBINFO): Add structure,
7662         (SHQueryRecycleBin[AW]. SHEmptyRecycleBin[AW]):Add prototypes.
7663         (SHERB_NOCONFIRMATION, SHERB_NOPROGRESSUI, SHERB_NOSOUND):
7664         Add defines. Thanks to Brett Hart <brett at ncubedtech dot com>
7665
7666 2003-06-17  Danny Smith  <dannysmith@users.sourceforge.net>
7667
7668         * include/winbase.h (GlobalCompact, GlobalFix, GlobalFlags,
7669         GlobalUnfix, GlobalUnWire, GlobalWire, LocalCompact,
7670         LocalFlags, LocalShrink, LockSegment, UnlockSegment): Add comment
7671         that these are obsolete no-ops.
7672
7673 2003-06-17  Bang Jun-Young  <junyoung@netbsd.org>
7674
7675         * include/winbase.h (GetProcessWorkingSetSize,
7676         GlobalCompact, LocalAlloc, LocalCompact, LocalReAlloc,
7677         LocalShrink, SignalObjectAndWait, WriteProcessMemory):
7678         Correct prototypes.
7679
7680 2003-06-18  Steven Edwards  <Steven_Ed4153@yahoo.com>
7681
7682         * include/winuser.h (TPM_RECURSE): Add define.
7683
7684 2003-06-06  Danny Smith  <dannysmith@users.sourceforge.net>
7685
7686         * lib/test.c: #include <powrprof.h>.
7687
7688 2003-06-06  James E. Lucas  <xelloss@sourceforge.net>
7689
7690         * include/powerprof.h: New file.
7691         * lib/powerprof.def: New file.
7692
7693 2003-06-06  Danny Smith  <dannysmith@users.sourceforge.net>
7694
7695         * include/winnt (SLIST_HEADER): Add C90 anonymous struct
7696         protection.
7697
7698 2003-06-05  Luke Dunstan  <infidel@users.sourceforge.net>
7699
7700         * include/winuser.h (WNDCLASS[AW], WNDCLASSEX[AW]): Change type of
7701         hInstance members to HINSTANCE.
7702         Thanks to: Brenden T. <brenden@rcsis.com>
7703
7704 2003-06-05  Bart Oldeman  <bartoldeman@users.sourceforge.net>
7705
7706         * include/lmaccess.h (UF_MNS_LOGON_ACCOUNT): Add define.
7707         * include/wingdi.h (LPRGBTRIPLE, LPRGBQUAD): Add typedefs.
7708
7709 2003-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
7710
7711         * include/ddk/ntpoapi.h (POWER_INFORMATION_LEVEL): Remove.
7712         * include/winnt.h (POWER_INFORMATION_LEVEL): Add.
7713         * include/ddk/winddk.h (SINGLE_LIST_ENTRY,SLIST_HEADER):
7714         Remove.
7715         * include/ddk/ndis.h (NdisAllocateSpinLock): Add missing '\'.
7716
7717 2003-05-30  Mattia Barbon  <mbarbon@dsi.unive.it>
7718
7719         * lib/oleacc.def: New file.
7720         * include/winable.h: New file.
7721         * include/oleacc.h: Add extern "C" guard.
7722         (NAVDIR_*, ROLE_*, STATE_*): Add missing constants.
7723         (AccessibleChildren, AccessibleObjectFromEvent,
7724         AccessibleObjectFromPoint, AccessibleObjectFromWindow,
7725         CreateStdAccessibleProxy[AW], GetOleaccVersionInfo, GetRoleText[AW],
7726         GetStateText[AW], LresultFromObject, ObjectFromLresult,
7727         WindowFromAccessibleObject): Add prototypes and UNICODE mappings.
7728         * include/winuser.h (NotifyWinEvent): Add prototype.
7729         (OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR,
7730         OBJID_MENU, OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL,
7731         OBJID_SIZEGRIP, OBJID_CARET, OBJID_CURSOR, OBJID_ALERT,
7732         OBJID_SOUND): Move from here to...
7733         * include/winable.h (OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR,
7734         OBJID_MENU, OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL,
7735         OBJID_SIZEGRIP, OBJID_CARET, OBJID_CURSOR, OBJID_ALERT,
7736         OBJID_SOUND): Here, as per documentation.
7737         * lib/test.c: Include winable.h.
7738         * lib/user32.def (NotifyWinEvent): Add missing export.
7739
7740 2003-05-30  Bang Jun-Young  <junyoung@netbsd.org>
7741
7742         * include/winbase.h (HeapCompact): Correct prototype.
7743         * include/winnt.h (SINGLE_LIST_ENTRY, SLIST_ENTRY,
7744         SLIST_HEADER): Add.
7745
7746 2003-05-27  Andrew C. Stadt  <acstadt@sympatico.ca>
7747
7748         * include/winuser.h (LWA_COLORKEY, LWA_ALPHA): Add defines.
7749
7750 2003-05-25  Bill C. Riemers  <cygwin@docbill.net>
7751
7752         * include/winuser.h (EnumDisplayDevicesW): Fix typo.
7753
7754 2003-05-23  Danny Smith  <dannysmith@users.sourceforge.net>
7755
7756         * include/winuser.h (EnumDisplayDevices[AW]): Add prototypes.
7757         * include/wingdi.h (DISPLAY_DEVICE): UNICODE it.
7758
7759 2003-05-23  Andrew Dunbar  <hippietrail@users.sourceforge.net>
7760
7761         * include/wingdi.h (GCP_RESULTS[AW]) Correct type of
7762         lpGlyphs field to LPWSTR.
7763
7764 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
7765
7766         * include/wincrypt.h (PLAINTEXTKEYBLOB, OPAQUEKEYBLOB,
7767         PUBLICKEYBLOBEX, SYMMETRICWRAPKEYBLOB) Add defines.
7768         (PP_*): Add defines.
7769         (CryptContextAddRef): Add prototype.
7770         Thanks to: Shura Zam  <debil_urod@users.sourceforge.net>
7771
7772 2003-05-18  Manu B  <manubee@users.sourceforge.net>
7773
7774         * include/commctrl.h (TVSORTCB): Rename old TV_SORTCB structure.
7775
7776 2003-05-18  Bang Jun-Young  <junyoung@netbsd.org>
7777
7778         * include/winbase.h (CREATE_DEFAULT_ERROR_MODE,
7779         DEBUG_PROCESS, DEBUG_ONLY_THIS_PROCESS, CREATE_SUSPENDED,
7780         DETACHED_PROCESS, CREATE_NEW_CONSOLE, NORMAL_PRIORITY_CLASS,
7781         IDLE_PRIORITY_CLASS, HIGH_PRIORITY_CLASS, REALTIME_PRIORITY_CLASS,
7782         CREATE_NEW_PROCESS_GROUP, CREATE_UNICODE_ENVIRONMENT,
7783         CREATE_SEPARATE_WOW_VDM, CREATE_SHARED_WOW_VDM, CREATE_FORCEDOS,
7784         CREATE_NO_WINDOW): Convert to hexadecimal form for better
7785         readability.
7786         (BELOW_NORMAL_PRIORITY_CLASS, ABOVE_NORMAL_PRIORITY_CLASS,
7787         CREATE_BREAKAWAY_FROM_JOB, CREATE_WITH_USERPROFILE): Add.
7788
7789 2003-05-15  Danny Smith  <dannysmith@users.sourceforge.net>
7790
7791         * include/ddk/ndis.h (NDIS30_MINIPORT_CHARACTERISTICS_S):
7792         Unname anonymous unions if NONAMELESSUNION not defined.
7793
7794 2003-05-14  Bang Jun-Young  <junyoung@netbsd.org>
7795
7796         * include/winbase.h (GMEM_VALID_FLAGS): Add.
7797
7798 2003-05-13  Danny Smith  <dannysmith@users.sourceforge.net>
7799
7800         * include/prsht.h (PROPSHEETHEADER[AW]: Mark
7801         anonymous unions as GCC extension.
7802
7803 2003-05-13  Danny Smith  <dannysmith@users.sourceforge.net>
7804
7805         * include/oleidl.h  (LPENUMOLEDOCUMENTVIEWS): Remove typedef.
7806         (IEnumOleDocumentViews): Remove commented out DECLARE_ENUMERATOR.
7807         * include/docobj.h  (LPENUMOLEDOCUMENTVIEWS): Add typedef (previously
7808         commented out).
7809         (IEnumOleDocumentViews): Add definition using DECLARE_ENUMERATOR.
7810
7811 2003-05-12  Earnie Boyd  <earnie@users.sf.net>
7812
7813         * include/commctrl.h: (MCSC_BACKGROUND, MCSC_TEXT, MCSC_TITLEBK,
7814         MCSC_TITLETEXT, MCSC_MONTHBK, MCSCTRAILTEXT): Define.
7815         Thanks to: Robert Wishlaw  <rwishlaw @ shaw . ca>
7816
7817 2003-05-12  Danny Smith  <dannysmith@users.sourceforge.net>
7818
7819         * include/olectl.h (IOleControl,IOleControlSite,ISimpleFrameSite,
7820         IErrorLog,IPropertyBag,IPersistPropertyBag,IPersistStreamInit,
7821         IPersistMemory,IPropertyNotifySink,IProvideClassInfo,
7822         IProvideClassInfo2,IConnectionPointContainer,
7823         IEnumConnectionPoints,IConnectionPoint,IEnumConnections,
7824         IClassFactory2,ISpecifyPropertyPages,IPerPropertyBrowsing,
7825         IPropertyPageSite,IPropertyPage,IPropertyPage2,IFont,IFontDisp,
7826         IPicture,IPictureDisp): Move from here to...
7827         * include/ocidl.h (IOleControl,IOleControlSite,ISimpleFrameSite,
7828         IErrorLog,IPropertyBag,IPersistPropertyBag,IPersistStreamInit,
7829         IPersistMemory,IPropertyNotifySink,IProvideClassInfo,
7830         IProvideClassInfo2,IConnectionPointContainer,
7831         IEnumConnectionPoints,IConnectionPoint,IEnumConnections,
7832         IClassFactory2,ISpecifyPropertyPages,IPerPropertyBrowsing,
7833         IPropertyPageSite,IPropertyPage,IPropertyPage2,IFont,IFontDisp,
7834         IPicture,IPictureDisp): Here, as per documentation.
7835
7836 2003-05-12  Mattia Barbon  <mbarbon@dsi.unive.it>
7837
7838         * include/oleauto.h (VarR8FromDec, VarDecFromR8): Add prototypes.
7839         * include/winbase.h (TerminateJobObject,
7840         AssignProcessToJobObject): Likewise.
7841         * include/servprov.h: New header.
7842         * lib/test.c: Include servprov.h.
7843
7844 2003-05-10  Danny Smith  <dannysmith@users.sourceforge.net>
7845
7846         * include/shlguid.h (CGID_ShellServiceObject): Declare.
7847         * lib/uuid.c (CGID_ShellServiceObject): Define guid.
7848         Thanks to Chris Sutcliffe  <ir0nh34d#users.sourceforge.net>
7849         * include/winuser.h (SetLayeredWindowAttributes): Add prototype.
7850         * lib/user32.def (SetLayeredWindowAttributes): Add stub.
7851         * lib/uuid.c (CGID_Explorer, CGID_ShellDocView): Define guids.
7852
7853 2003-05-05  Danny Smith  <dannysmith@users.sourceforge.net>
7854
7855         * include/commctrl.h (STATUSCLASSNAME, TOOLBARCLASSNAME,
7856         TOOLTIPS_CLASS, TRACKBAR_CLASS, UPDOWN_CLASS, PROGRESS_CLASS,
7857         HOTKEY_CLASS): Remove dupicate defines for UNICODE case.
7858
7859 2003-05-02  Steven Edwards  <Steven_Ed4153@yahoo.com>
7860
7861         * include/richedit.h (EM_FINDTEXTEXW, EM_FINDTEXTW,
7862         EM_GETAUTOURLDETECT, EM_GETBIDIOPTIONS, EM_GETEDITSTYLE,
7863         EM_GETIMECOLOR, EM_GETIMEOPTIONS, EM_GETPUNCTUATION,
7864         EM_GETWORDWRAPMODE, EM_RECONVERSION, EM_SETBIDIOPTIONS,
7865         EM_SETEDITSTYLE, EM_SETIMECOLOR, EM_SETIMEOPTIONS,
7866         EM_SETPALETTE, EM_SETPUNCTUATION, EM_SETTEXTEX,
7867         EM_SETWORDWRAPMODE, RICHEDIT_CLASS10A): Add defines.
7868
7869 2003-05-02  Francois Ferrand  <typz@sourceforge.users.net>
7870
7871         * include/commctrl.h (TBM_*): Add missing trackbar defines.
7872
7873 2003-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
7874
7875         * include/cplext.h (CPLPAGE_MOUSE_WHEEL,
7876         CPLPAGE_DISPLAY_BACKGROUND): Add defines.
7877
7878 2003-04-30  Danny Smith  <dannysmith@users.sourceforge.net>
7879
7880         * include/wingdi.h (DC_PEN, DC_BRUSH): Add defines.
7881         (SetDCPenColor, SetDCBrushColor): Add prototypes.
7882         * lib/gdi32.def (SetDCPenColor, SetDCBrushColor): Add stubs.
7883
7884 2003-04-26  Bang Jun-Young  <junyoung@netbsd.org>
7885
7886         * include/winioctl.h (DEVICE_TYPE_FROM_CTL_CODE): Add macro.
7887
7888 2003-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
7889
7890         * include/oaidl.h (ITypeMarshal): Add interface.
7891
7892 2003-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
7893
7894         * include/winioctl.h: Clean up formatting.
7895         (RETRIEVAL_POINTERS_BUFFER): Add fields to Extents[1] struct.
7896         (CREATE_DISK): Add _ANONYMOUS_UNION macro.
7897         (DISK_CACHE_INFORMATION): Likewise.
7898         (DISK_DETECTION_INFO): Likewise.
7899         (DISK_PARTITION_INFO): Likewise.
7900         (PARTITION_INFORMATION_EX): Likewise.
7901         (DRIVE_LAYOUT_INFORMATION_EX): Likewise.
7902
7903 2003-04-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
7904
7905         * include/winbase.h (DeleteVolumeMountPoint[AW],
7906         FindFirstVolumeMountPoint[AW], FindNextVolumeMountPoint[AW],
7907         FindVolumeMountPointClose, GetVolumeNameForVolumeMountPoint[AW],
7908         GetVolumePathName[AW], GetVolumePathNamesForVolumeName[AW],
7909         SetVolumeMountPoint[AW]): Add prototypes.
7910         * include/winioctl.h (IOCTL_DISK_GET_PARTITION_INFO_EX,
7911         IOCTL_DISK_SET_PARTITION_INFO_EX,
7912         IOCTL_DISK_GET_DRIVE_LAYOUT_EX,
7913         IOCTL_DISK_SET_DRIVE_LAYOUT_EX, IOCTL_DISK_CREATE_DISK,
7914         IOCTL_DISK_GET_LENGTH_INFO, IOCTL_DISK_PERFORMANCE_OFF,
7915         IOCTL_DISK_GET_DRIVE_GEOMETRY_EX, IOCTL_DISK_GROW_PARTITION,
7916         IOCTL_DISK_GET_CACHE_INFORMATION,
7917         IOCTL_DISK_SET_CACHE_INFORMATION,
7918         IOCTL_DISK_DELETE_DRIVE_LAYOUT, IOCTL_DISK_UPDATE_PROPERTIES,
7919         FSCTL_GET_VOLUME_BITMAP, FSCTL_GET_RETRIEVAL_POINTERS,
7920         FSCTL_MOVE_FILE): Define.
7921         (CREATE_DISK_GPT, CREATE_DISK_MBR, CREATE_DISK,
7922         DISK_CACHE_INFORMATION,
7923         DETECTION_TYPE, DISK_INT13_INFO, DISK_EX_INT13_INFO,
7924         DISK_DETECTION_INFO, DISK_GEOMETRY_EX, DISK_GROW_PARTITION,
7925         DISK_PARTITION_INFO, DISKQUOTA_USER_INFORMATION,
7926         GET_LENGTH_INFORMATION, DISK_EXTENT, VOLUME_DISK_EXTENTS,
7927         DRIVE_LAYOUT_INFORMATION_GPT, DRIVE_LAYOUT_INFORMATION_MBR,
7928         PARTITION_INFORMATION_MBR, PARTITION_INFORMATION_GPT,
7929         PARTITION_INFORMATION_EX, DRIVE_LAYOUT_INFORMATION_EX,
7930         MOVE_FILE_DATA,
7931         RETRIEVAL_POINTERS_BUFFER, STARTING_LCN_INPUT_BUFFER,
7932         STARTING_VCN_INPUT_BUFFER, VOLUME_BITMAP_BUFFER): Add structs.
7933         (PARTITION_STYLE, DISK_CACHE_RETENTION_PRIORITY): Add enums.
7934         (MEDIA_TYPE): Add F3_120M_512, F3_640_512, F5_640_512,
7935         F5_720_512, F3_1Pt2_512, F3_1Pt23_1024, F5_1Pt23_1024,
7936         F3_128Mb_512, F3_230Mb_512, F8_256_128, F3_200Mb_512,
7937         F3_240M_512, and F3_32M_512.
7938         * lib/kernel32.def (GetVolumePathNamesForVolumeName[AW]): Add
7939         stubs.
7940
7941 2003-04-16  Earnie Boyd  <earnie@users.sf.net>
7942
7943         * include/wingdi.h (DM_SPECVERSION): Define.
7944         Thanks to Sinitsyn Valentime <valentine.sinitsyn@usu.ru>
7945         * include/rpcdce.h (UuidCreateSequential): Properly guard with
7946         appropriate _WIN32_WINNT values.
7947
7948 2003-04-15  Chris January  <chris@atomice.net>
7949
7950         * include/rpcdce.h: Add declaration for UuidCreateSequential.
7951         * lib/rpcrt4.def: Add entry for UuidCreateSequential.
7952
7953 2003-04-14  Phil Krylov  <likewolf@users.sourceforge.net>
7954
7955         * include/winuser.h (VK_*): Add missing defines.
7956
7957 2003-04-14  Vincent Béron  <papineau@users.sourceforge.net>
7958
7959         * include/commctrl.h (NMUPDOWN, LPNMUPDOWN): Use currently
7960         documented typedefs for struct _NM_UPDOWN.
7961         Add defines for backward comapatibility.
7962         * include/commdlg.h (OFN_ENABLESIZING): Add define.
7963         * include/wininet.h (IRF_*): Add missing defines.
7964
7965 2003-04-14  Bang Jun-Young  <junyoung@netbsd.org>
7966
7967         * lib/ntdll.def (Csr*, Dbg*, Ki*, Ldr*, Rtl*): Add W2K exports.
7968
7969 2003-04-11  Earnie Boyd  <earnie@users.sf.net>
7970
7971         * include/sspi.h: Add comment for FreeCredentialsHandle.
7972
7973 2003-04-07  Marcel Telka  <telka@users.sourceforge.net>
7974
7975         * include/ddk/winddk.h (KIRQL): Typedef as UCHAR, not ULONG.
7976
7977 2003-03-30  Hans E. Molin  <kvasi@users.sourceforge.net>
7978
7979         * include/olectl.h (OleLoadPicturePath): Correct prototype.
7980
7981 2003-03-30  Danny Smith  <dannysmith@users.sourceforge.net>
7982
7983         * lib/uuid.c (IID_IHTML*): Move definitions to...
7984         * lib/mshtml-uuid.c: New file.
7985         * lib/Makefile.in: Add mshtml-uuid.o to libuuid.a
7986
7987 2003-03-30  Michael Sazonov  <traip@comset.net>
7988
7989         * lib/uuid.c (IID_IHTML*): Add new GUID definitions.
7990         * include/mshtml.h (IHTMLElementCollection, IHTMLLinkElement,
7991         IHTMLImgElement): Add interface definitions.
7992
7993 2003-03-29  Danny Smith  <dannysmith@users.sourceforge.net>
7994
7995         * include/commctrl.h (ANIMATE_CLASS,HOTKEY_CLASS,PROGRESS_CLASS,
7996         STATUSCLASSNAME,TOOLBARCLASSNAME,TOOLTIPS_CLASS,TRACKBAR_CLASS,
7997         UPDOWN_CLASS,WC_COMBOBOXEX,WC_HEADER,WC_IPADDRESS,WC_LISTVIEW,
7998         WC_TABCONTROL,WC_TREEVIEW): Move UNICODE mappings out of
7999         RC_INVOKED guard.
8000         (WC_PAGESCROLLER,WC_NATIVEFONTCTL,WC_BUTTON,WC_STATIC,WC_EDIT,
8001         WC_LISTBOX,WC_COMBOBOX,WC_SCROLLBAR): Add defines.
8002
8003 2003-03-28  Bang Jun-Young  <junyoung@netbsd.org>
8004
8005         * include/winnt.h (WAITORTIMERCALLBACKFUNC): Add typedef.
8006
8007 2003-03-27  Danny Smith  <dannysmith@users.sourceforge.net>
8008
8009         * include/secext.h (GetComputerObjectName[AW],GetUserNameEx[AW],
8010         TranslateName[AW]): Add prototypes.
8011         * lib/sec32.def (GetComputerObjectName[AW],GetUserNameEx[AW],
8012         TranslateName[AW]): Add stubs.
8013         * lib/test.c: Include secext.h.
8014
8015 2003-03-27  Vladimir Michl  <michlv@users.sourceforge.net>
8016
8017         * include/ddk/ndis.h (NdisAllocateSpinLock,NdisFreeSpinLock,
8018         NdisAcquireSpinLock,NdisReleaseSpinLock,NdisDprAcquireSpinLock,
8019         NdisDprReleaseSpinLock): Change macro argument from SpinLock to
8020         _SpinLock.
8021
8022 2003-03-26  Earnie Boyd  <earnie@users.sf.net>
8023
8024         * include/w32api.h: Increment version to 2.4.
8025         * Makefile.in: Ditto.
8026
8027 2003-03-26  Danny Smith  <dannysmith@users.sourceforge.net>
8028
8029         * include/ddk/batclass.h (BATTERY_REPORTING_SCALE)
8030         Move structure from here...
8031         * include/winnt.h (BATTERY_REPORTING_SCALE): To here.
8032
8033         * include/ddk/ntapi.h (JOBOBJECT_*):
8034         Remove structures and enums definitions.
8035         (JOB_OBJECT*): Move defines from here...
8036         * include/winnt.h (JOB_OBJECT* ): To here.
8037
8038         * include/ddk/ntpoapi.h (LATENCY_TIME, POWER_ACTION_POLICY,
8039         SYSTEM_POWER_LEVEL, SYSTEM_POWER_POLICY,
8040         PROCESSOR_POWER_POLICY_INFO, PROCESSOR_POWER_POLICY,
8041         ADMINISTRATOR_POWER_POLICY, SYSTEM_POWER_INFORMATION,
8042         PROCESSOR_POWER_INFORMATION, SYSTEM_BATTERY_STATE,
8043         SYSTEM_POWER_CAPABILITIES): Move enums, structures
8044         and associated defines from here ...
8045         * include/winnt.h: (LATENCY_TIME, POWER_ACTION_POLICY,
8046         SYSTEM_POWER_LEVEL, SYSTEM_POWER_POLICY,
8047         PROCESSOR_POWER_POLICY_INFO, PROCESSOR_POWER_POLICY,
8048         ADMINISTRATOR_POWER_POLICY, SYSTEM_POWER_INFORMATION,
8049         PROCESSOR_POWER_INFORMATION, SYSTEM_BATTERY_STATE,
8050         SYSTEM_POWER_CAPABILITIES):To here.
8051
8052         * include/ddk/winddk.h (DEVICE_POWER_STATE,
8053         SYSTEM_POWER_STATE, POWER_ACTION): Move enums
8054         from here...
8055         * include/winnt.h (DEVICE_POWER_STATE,
8056         SYSTEM_POWER_STATE, POWER_ACTION): To here.
8057
8058 2003-03-19  Danny Smith  <dannysmith@users.sourceforge.net>
8059
8060         *lib/ndis.def (NdisAllocateMemory): Correct stdcall suffix.
8061         Thanks to: Vladimir Michl <michlv@users.sourceforge.net>
8062         (NdisUpdateSharedMemory): Likewise.
8063         (NdisMFreeSharedMemory: Likewise.
8064         (NdisMMapIoSpace: Likewise.
8065
8066 2003-03-18  Danny Smith  <dannysmith@users.sourceforge.net>
8067
8068         * include/lmaccess.h (UF_LOCKOUT): Correct name from UF_LOCK.
8069         Thanks to: Fabricio D. Rossi  <gurusoda@users.sourceforge.net>
8070         (UF_SETTABLE_BITS): Correct UF_LOCKOUT here too.
8071
8072 2003-03-17  Bang Jun-Young  <junyoung@netbsd.org>
8073
8074         * include/winbase.h (EnumResourceLanguages[AW]): Correct prototypes.
8075         (EnumResourceNames[AW]): Ditto.
8076         (EnumResourceTypes[AW]): Ditto.
8077         * include/wincon.h (CONSOLE_FONT_INFO): Add struct.
8078
8079 2003-03-16  Toby Malone  <malone@users.sourceforge.net>
8080
8081         * include/winuser.h (SendInput): Add prototype.
8082         * lib/user32.def (SendInput): Add stub.
8083
8084 2003-03-16  Vadim Yegorov  <zg@bmg.lv>
8085
8086         * winioctl.h (FSCTL_SET_REPARSE_POINT: Correct macro.
8087         (FSCTL_DELETE_REPARSE_POINT): Likewise.
8088
8089 2003-03-15  Bang Jun-Young  <junyoung@netbsd.org>
8090
8091         * winnt.h (JOBOBJECTINFOCLASS): Define enum.
8092         (JOBOBJECT_*): Define corresponding structures.
8093
8094 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
8095
8096         * include/ddk/winddk.h (PCUNICODE_STRING): Remove incorrect
8097         typedef.
8098
8099 2003-03-13  Bang Jun-Young  <junyoung@netbsd.org>
8100
8101         * lib/kernel32.def (Module32{First,Next}{,W}): Add missing exports.
8102         (Process32{First,Next}{,W}): Ditto.
8103         (Thread32{First,Next}): Ditto.
8104         * include/ntdef.h (PCUNICODE_STRING): Add typedef.
8105
8106 2003-03-12  Earnie Boyd  <earnie@users.sf.net>
8107
8108         * include/mswsock.h: Correct invalid filter for _WINSOCK2_H.
8109         Thanks to Jim Barton <jmbarton@users.sf.net>.
8110
8111 2003-03-12  Ranjit Mathew  <rmathew@hotmail.com>
8112
8113         * include/winnt.h (_IMAGE_SEPARATE_DEBUG_HEADER): Expose
8114         member SectionAlignment.
8115
8116 2003-03-11  Earnie Boyd  <earnie@users.sf.net>
8117
8118         * include/winsvc.h (SERVICE_NO_CHANGE): Use hex constant to avoid
8119         warnings.
8120         Thanks to Fabricio D. Rossi <gurusoda@users.sf.net>.
8121         * Makefile.in (bindist): Correct process.
8122         * lib/Makefile.in (install): Ditto.
8123         Thanks to Jeff Bonnggren <jbon@users.sf.net>.
8124
8125 2003-03-10  Danny Smith  <dannysmith@users.sourceforge.net>
8126
8127         * include/rasdlg.h: New file.
8128         * lib/rasdlg.def: New file.
8129         * lib/test.c: Include rasdlg.h.
8130
8131 2003-03-06  Christopher January  <chris@atomice.net>
8132
8133         * include/winbase.h (FindFirstVolume): Add declaration.
8134         (FindNextVolume): Add declaration.
8135         (FindVolumeClose): Add declaration.
8136         (GetSystemTimes): Add declaration.
8137         * include/winnt.h: Add define for PF_XMMI64_INSTRUCTIONS_AVAILABLE.
8138
8139 2003-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
8140
8141         *lib/kernel32.def (GetSystemTimes): Add stub.
8142
8143 2003-03-04  Heiko Gerdau  <hg@technosis.de>
8144
8145         * oleidl.h (IOleObject): Correct GetUserType prototype.
8146         (IViewObject2): Correct GetExtent prototype.
8147         * olectl.h (DISPIP_): Add new defines
8148         * ocidl.h (IOleInPlaceSiteWindowless): Add new interface.
8149
8150 2003-03-01  Danny Smith  <dannysmith@users.sourceforge.net>
8151
8152         * include/olectl.h (OleLoadPictureEx) Add prototype.
8153         (OleLoadPictureFile): Ditto.
8154         (OleLoadPictureFileEx): Ditto.
8155         (OleLoadPicturePath): Ditto.
8156         (OleSavePictureFile): Ditto.
8157
8158 2003-03-01  Danny Smith  <dannysmith@users.sourceforge.net>
8159
8160         * include/objbase.h (CoAddRefServerProcess): Add prototype.
8161         (CoAddReleaseServerProcess): Ditto.
8162         (CoResumeClassObjects): Ditto.
8163         (CoSuspendClassObjects): Ditto.
8164         * include/oleauto.h (V_I1): Define.
8165         Thanks to: "Timofei"  <mmttmm@users.sourceforge.net>
8166
8167 2003-03-01  Heiko Gerdau  <hg@technosis.de>
8168
8169         * include/oleidl.h (USERCLASSTYPE): Add enum.
8170         * include/ocidl.h (IObjectWithSite): Add interface.
8171
8172 2003-02-28  Roland Schwingel  <roland.schwingel@onevision.de>
8173
8174         Fixup UNICODE thinko in 2003-02-22 patch.
8175         * include/wingdi.h (AddFontMemResourceEx): Add.
8176         (RemoveFontMemResourceEx): Ditto.
8177         (AddFontMemResourceEx[AW]): Remove.
8178         (RemoveFontMemResourceEx[AW]): Ditto
8179         * lib/gdi32.def: (AddFontResourceEx): Add.
8180         (RemoveFontMemResourceEx): Ditto.
8181         (AddFontMemResourceEx[AW]): Remove.
8182         (RemoveFontResourceEx[AW]): Ditto.
8183
8184 2003-02-23  Danny Smith  <dannysmith@users.sourceforge.net>
8185
8186         * include/winbase.h (EVENTLOG_SUCCESS): Add define.
8187         Thanks to: Thomas Weber  <thomasweber@sourceforge.net>
8188
8189 2003-02-22  Roland Schwingel  <roland.schwingel@onevision.de>
8190
8191         * include/wingdi.h (AddFontMemResourceEx[AW]): Add.
8192         (RemoveFontMemResourceEx[AW]): Ditto
8193         * lib/gdi32.def (AddFontMemResourceEx[AW]): Add.
8194         (RemoveFontMemResourceEx[AW]): Ditto.
8195
8196 2003-02-22  Bang Jun-Young  <junyoung@netbsd.org>
8197
8198         * lib/ntdll.def (NT*, RTL*, ZW*): Add missing exports.
8199         (NtCurrentTeb): Remove.
8200
8201 2003-02-22  Danny Smith  <dannysmith@users.sourceforge.net>
8202
8203         * include/wsahelp.h: Remove ';' after closing
8204         #ifdef __cplusplus brace.
8205         * include/ws2spi.h: Likewise.
8206
8207 2003-02-22  Danny Smith  <dannysmith@users.sourceforge.net>
8208
8209         * include/winbase.h (MEMORYSTATUSEX): Add structure.
8210         (GlobalMemoryStatusEx): Add prototype.
8211         * lib/kernel32.def (GlobalMemoryStatusEx): Add stub.
8212
8213 2003-02-17  Vaclav Haisman  <V.Haisman@sh.cvut.cz>
8214
8215         * include/winioctl.h (FSCTL_SET_SPARSE): Define.
8216
8217 2003-02-12  Roland Schwingel  <roland.schwingel@onevision.de>
8218
8219         * include/wingdi.h (AddFontResourceEx[AW]): Add.
8220         (RemoveFontResourceEx[AW]): Ditto
8221         (FR_PRIVATE): Define.
8222         (FR_NOT_ENUM): Define.
8223         * lib/gdi32.def (AddFontResourceEx[AW]): Add.
8224         (RemoveFontResourceEx[AW]): Ditto.
8225
8226 2003-02-10  Earnie Boyd  <earnie@users.sf.net>
8227
8228         * include/w32api.h: Increment version to 2.3.
8229         * Makefile.in: Ditto.
8230
8231 2003-02-09  Earnie Boyd  <earnie@users.sf.net>
8232
8233         * lib/ddk/ntoskrnl.def (Ke386IoSetAccessProcess): Activate export.
8234         (Ke386QueryToAccessMap): Ditto.
8235         (Ke386SetIoAccessMap): Ditto.
8236         Thanks to Marcel Telka <telka@users.sf.net>
8237         * include/secext.h: New file. Declare EXTENDED_NAME_FORMAT.
8238         * include/security.h: Include secext.h.
8239         * include/winbase.h: Declare COMPUTER_NAME_FORMAT.
8240         Thanks to Dimitri Papadopoulos <dimitri_at@users.sf.net>
8241         * include/GL/gl.h: Remove include of glext.h.
8242         Thanks to Greg Couch <gregcouch@users.sf.net>
8243
8244 2003-02-05  Earnie Boyd  <earnie@users.sf.net>
8245
8246         * include/basetypes.h (_GUID_DEFINED): Add deprecation warning, start
8247         using GUID_DEFINED instead.
8248         * include/sqltypes.h: Ditto.
8249         * include/winnt.h: Ditto.
8250         * include/ddk/scsiwmi.h: Ditto.
8251
8252 2003-02-04  Danny Smith  <dannysmith@users.sourceforge.net>
8253
8254         * include/shlwapi.h (PathRelativePathTo[AW]): Correct
8255         prototypes.
8256         Thanks to: John Dallaway  <jld@ecoscentric.com>.
8257
8258 2003-02-01  Danny Smith  <dannysmith@users.sourceforge.net>
8259
8260         * include/commctrl.h (TCM_*): Add missing defines.
8261
8262 2003-02-01  Jesus Alvarez  <jesus_alvarez@users.sourceforge.net>
8263             Danny Smith  <dannysmith@users.sourceforge.net>
8264
8265         * include/prsht.h (PSP_*, PSH_*): Add missing defines.
8266         (PROPSHEETPAGE[AW]): Add pszHeaderTitle, pszHeaderSubTitle
8267         for (_WIN32_IE >= 0x0400).
8268         (PROPSHEETHEADER[AW]): Add hplWatermark and anonymous union
8269         fields for (_WIN32_IE >= 0x0400).
8270
8271 2003-01-31  Danny Smith  <dannysmith@users.sourceforge.net>
8272
8273         * include/winbase.h (CreateFiber): Change first parameter
8274         to SIZE_T.
8275         (CreateJobObject[AW], CreateHardLink[AW]):Guard with
8276         if (_WIN32_WINNT >= 0x0500).
8277
8278 2003-01-31  Bang Jun-Young  <junyoung@netbsd.org>
8279
8280         * include/winbase.h (PWIN32_FIND_DATAA, PWIN32_FIND_DATAW):
8281         Add missing typedefs.
8282         (CreateFiberEx, CreateJobObjectA,CreateJobObjectW): Add missing
8283         prototypes.
8284         (CreateHardLinkA, CreateHardLinkW): Return BOOL, not HANDLE.
8285
8286 2003-01-27  Krzysztof Nikiel  <kni@poczta.onet.pl>
8287
8288         * include/mmsystem.h (MIXERCONTROL_CONTROLF_MULTIPLE): Correct
8289         define.
8290         * lib/largeint.c (LargeIntegerAdd): Add, don't multiply.
8291
8292 2003-01-27  Danny Smith  <dannysmith@users.sourceforge.net>
8293
8294         * include/rpcnterr.h (RPC_X_INVALID_PIPE_OPERATION): Add
8295         define.
8296         * include/winbase.h (WAIT_TIMEOUT): Guard against prior
8297         definition.
8298         (WAIT_FAILED): Cast to DWORD.
8299         * include/winerror.h (WAIT_TIMEOUT): Guard against prior
8300         definition.
8301
8302 2003-01-27  Bang Jun-Young  <junyoung@netbsd.org>
8303
8304         * include/winerror.h: Protect against multiple
8305         definition of WSA* error codes.
8306         * include/winsock.h: Likewise.
8307         * include/winsock2.h: Likewise.
8308
8309 2003-01-27  Bang Dong-Heui
8310             Bang Jun-Young  <junyoung@netbsd.org>
8311
8312         * include/winerror.h (ERROR_*, SEC_E_*,RPC_S_*, FRS_ERR_*,
8313         DNS_*, WSA*, WAIT_TIMEOUT): Add missing error codes.
8314         (RPC_X_INVALID_PIPE_OPERATION): Remove define.
8315
8316
8317 2003-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
8318
8319         * include/ras.h (RASCONN[AW]): Add dwSessionId for
8320         (WINVER >= 0x501).
8321
8322 2003-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
8323
8324         * include/ras.h (RASCONN[AW]): Guard szDeviceType,
8325         szDeviceName fields with (WINVER >= 0x400). Add dwFlags, luid
8326         fields for (WINVER >= 0x501).
8327
8328 2003-01-23  Danny Smith  <dannysmith@users.sourceforge.net>
8329
8330         * lib/ws2_32.def (getaddrinfo, freeaddrinfo and getnameinfo):
8331         Add stubs.
8332         * include/ws2tcpip.h (IPV6_*) Add IPPROTO_IPV6 level socket
8333         options.
8334
8335 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
8336
8337         * include/winnt.h (IMAGE_FILE_AGGRESIVE_WS_TRIM
8338         IMAGE_FILE_LARGE_ADDRESS_AWARE): Add defines.
8339
8340 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
8341
8342         * include/accctrl.h (enum _SE_OBJECT_TYPE): Add
8343         SE_REGISTRY_WOW64_32KEY.
8344         Reported by: Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8345
8346 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
8347
8348         * include/commctrl.h (HDN_GETDISPINFO[AW]: Add defines.
8349         (tagNMHDDISPINFO[AW}: Add structures and typedefs.
8350         Reported by: Mat Nieuwenhoven  <matnieuw@users.sourceforge.net>
8351
8352 2003-01-10  Christopher Faylor  <cgf@redhat.com>
8353
8354         * include/winsock2.h: Remove gethostname from INSIDE_CYGWIN protection.
8355
8356 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
8357
8358         * lib/dxguid.c: Don't #include <objbase.h>.
8359         * include/unknwn.h: Partially revert change of 2002-12-26.
8360         Don't include <ole2.h>.
8361
8362 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
8363
8364         * lib/dinput.c: Don't #include <objbase.h>.
8365
8366 2003-01-08  Bart Oldeman  <bartoldeman@users.sourceforge.net>
8367
8368         * include/windows.h (ole2.h):Do #include for
8369         __WATCOMC__.
8370
8371 2003-01-05  Danny Smith  <dannysmith@users.sourceforge.net>
8372
8373         * include/winuser.h (SPI_SETWHEELSCROLLLINES) Add define.
8374         * include/zmouse.h (WHEEL_DELTA): Guard against prior
8375         definition.
8376         (WHEEL_PAGESCROLL): Likewise.
8377         (SPI_SETWHEELSCROLLLINES): Define, if not already done.
8378
8379 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
8380
8381         * include/winuser.h (SPI_GETWHEELSCROLLLINES) Add define.
8382         (WHEEL_PAGESCROLL): Add define.
8383
8384 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
8385
8386         * include/commctrl.h (tagNMTOOLBAR[AW]): Replace obsolete struct
8387         names tagTBNOTIFY[AW] and typedefs. Add defines for backward
8388         compatability. Add RECT field. Add UNICODE mappings for new
8389         names.
8390         (tagNMREBARCHEVRON): Add struct and typedefs for
8391         _WIN32_IE >= 0x0500.
8392
8393 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
8394
8395         * include/commctrl.h (TOOLINFO[AW]): Update structures.
8396         (LVHITTESTINFO): Likewise.
8397
8398         * include/wingdi.h (GRADIENT_TRIANGLE): Add structure.
8399         (GRADIENT_RECT): Likewise.
8400
8401 2003-01-03  Bang Jun-Young  <junyoung@netbsd.org>
8402
8403         * include/winerror.h (ERROR_OPLOCK_NOT_GRANTED,
8404         ERROR_INVALID_OPLOCK_PROTOCOL, ERROR_SOURCE_ELEMENT_EMPTY,
8405         ERROR_DESTINATION_ELEMENT_FULL, ERROR_ILLEGAL_ELEMENT_ADDRESS,
8406         ERROR_MAGAZINE_NOT_PRESENT, ERROR_DEVICE_REINITIALIZATION_NEEDED,
8407         ERROR_DEVICE_REQUIRES_CLEANING, ERROR_DEVICE_DOOR_OPEN,
8408         ERROR_DEVICE_NOT_CONNECTED, ERROR_NOT_FOUND, ERROR_NO_MATCH,
8409         ERROR_SET_NOT_FOUND, ERROR_NO_TRACKING_SERVICE,
8410         ERROR_JOURNAL_DELETE_IN_PROGRESS, ERROR_JOURNAL_NOT_ACTIVE,
8411         ERROR_JOURNAL_ENTRY_DELETED, ERROR_ONLY_IF_CONNECTED,
8412         ERROR_NOT_SUPPORTED_ON_SBS, ERROR_SERVER_SHUTDOWN_IN_PROGRESS,
8413         ERROR_MUTUAL_AUTH_FAILED, ERROR_TIME_SKEW, ERROR_DEVICE_REMOVED,
8414         RPC_S_INVALID_ASYNC_HANDLE, RPC_S_INVALID_ASYNC_CALL,
8415         RPC_X_PIPE_CLOSED, RPC_X_PIPE_DISCIPLINE_ERROR, RPC_X_PIPE_EMPTY,
8416         ERROR_CANT_ACCESS_FILE, ERROR_CANT_RESOLVE_FILENAME,
8417         ERROR_WMI_GUID_NOT_FOUND, ERROR_WMI_INSTANCE_NOT_FOUND,
8418         ERROR_WMI_ITEMID_NOT_FOUND, ERROR_WMI_TRY_AGAIN, ERROR_WMI_READ_ONLY,
8419         ERROR_WMI_SET_FAILURE, ERROR_TRANSPORT_FULL, ERROR_FILE_OFFLINE,
8420         ERROR_REMOTE_STORAGE_NOT_ACTIVE, ERROR_REMOTE_STORAGE_MEDIA_ERROR,
8421         ERROR_NOT_A_REPARSE_POINT, ERROR_REPARSE_ATTRIBUTE_CONFLICT,
8422         ERROR_INVALID_REPARSE_DATA, ERROR_REPARSE_TAG_INVALID,
8423         ERROR_REPARSE_TAG_MISMATCH, ERROR_FILE_ENCRYPTED,
8424         ERROR_FILE_NOT_ENCRYPTED, ERROR_NOT_EXPORT_FORMAT,
8425         ERROR_CTX_WINSTATION_NAME_INVALID, ERROR_CTX_INVALID_PD,
8426         ERROR_CTX_PD_NOT_FOUND, ERROR_CTX_WD_NOT_FOUND,
8427         ERROR_CTX_CLOSE_PENDING, ERROR_CTX_NO_OUTBUF,
8428         ERROR_CTX_MODEM_INF_NOT_FOUND, ERROR_CTX_INVALID_MODEMNAME,
8429         ERROR_CTX_MODEM_RESPONSE_ERROR, ERROR_CTX_MODEM_RESPONSE_TIMEOUT,
8430         ERROR_CTX_MODEM_RESPONSE_NO_CARRIER,
8431         ERROR_CTX_MODEM_RESPONSE_NO_DIALTONE, ERROR_CTX_MODEM_RESPONSE_BUSY,
8432         ERROR_CTX_MODEM_RESPONSE_VOICE, ERROR_CTX_TD_ERROR,
8433         ERROR_CTX_WINSTATION_NOT_FOUND, ERROR_CTX_WINSTATION_ALREADY_EXISTS,
8434         ERROR_CTX_WINSTATION_BUSY, ERROR_CTX_BAD_VIDEO_MODE,
8435         ERROR_CTX_GRAPHICS_INVALID, ERROR_CTX_NOT_CONSOLE,
8436         ERROR_CTX_CLIENT_QUERY_TIMEOUT, ERROR_CTX_CONSOLE_DISCONNECT,
8437         ERROR_CTX_CONSOLE_CONNECT, ERROR_CTX_SHADOW_DENIED,
8438         ERROR_CTX_WINSTATION_ACCESS_DENIED, ERROR_CTX_INVALID_WD,
8439         ERROR_CTX_SHADOW_INVALID, ERROR_CTX_SHADOW_DISABLED,
8440         ERROR_CTX_CLIENT_LICENSE_IN_USE, ERROR_CTX_CLIENT_LICENSE_NOT_SET,
8441         ERROR_CTX_LICENSE_NOT_AVAILABLE, ERROR_CTX_LICENSE_CLIENT_INVALID,
8442         ERROR_CTX_LICENSE_EXPIRED, ERROR_DS_MEMBERSHIP_EVALUATED_LOCALLY,
8443         ERROR_DS_NO_ATTRIBUTE_OR_VALUE, ERROR_DS_INVALID_ATTRIBUTE_SYNTAX,
8444         ERROR_DS_ATTRIBUTE_TYPE_UNDEFINED, ERROR_DS_ATTRIBUTE_OR_VALUE_EXISTS,
8445         ERROR_DS_BUSY, ERROR_DS_UNAVAILABLE, ERROR_DS_NO_RIDS_ALLOCATED,
8446         ERROR_DS_NO_MORE_RIDS, ERROR_DS_INCORRECT_ROLE_OWNER,
8447         ERROR_DS_RIDMGR_INIT_ERROR, ERROR_DS_OBJ_CLASS_VIOLATION,
8448         ERROR_DS_CANT_ON_NON_LEAF, ERROR_DS_CANT_ON_RDN,
8449         ERROR_DS_CANT_MOD_OBJ_CLASS, ERROR_DS_CROSS_DOM_MOVE_ERROR,
8450         ERROR_DS_GC_NOT_AVAILABLE, ERROR_SHARED_POLICY,
8451         ERROR_POLICY_OBJECT_NOT_FOUND, ERROR_POLICY_ONLY_IN_DS,
8452         ERROR_DS_ADMIN_LIMIT_EXCEEDED, ERROR_DS_DS_REQUIRED,
8453         ERROR_DS_SAM_INIT_FAILURE, ERROR_DS_SENSITIVE_GROUP_VIOLATION,
8454         ERROR_DS_CANT_MOD_PRIMARYGROUPID, ERROR_DS_INVALID_GROUP_TYPE,
8455         ERROR_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN,
8456         ERROR_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN,
8457         ERROR_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER,
8458         ERROR_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER,
8459         ERROR_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER,
8460         ERROR_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER,
8461         ERROR_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER,
8462         ERROR_DS_HAVE_PRIMARY_MEMBERS, ERROR_DS_SAM_NEED_BOOTKEY_PASSWORD,
8463         ERROR_DS_SAM_NEED_BOOTKEY_FLOPPY, ERROR_DS_CANT_START,
8464         ERROR_DS_INIT_FAILURE, ERROR_SAM_INIT_FAILURE, ERROR_DS_GC_REQUIRED,
8465         ERROR_DS_LOCAL_MEMBER_OF_LOCAL_ONLY,
8466         ERROR_DS_NO_FPO_IN_UNIVERSAL_GROUPS,
8467         ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED):
8468         Add missing error codes.
8469
8470 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
8471
8472         * lib/kernel32.c (GetCurrentFiber): Remove blank input field in
8473         asm code.
8474         (GetFiberData): Likewise.
8475
8476 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
8477
8478         * include/winnt.h (GetCurrentFiber): Remove blank input field in
8479         asm code.
8480         (GetFiberData): Likewise.
8481
8482 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
8483
8484         * include/winerror.h (ERROR_DIFFERENT_SERVICE_ACCOUNT,
8485         ERROR_EXE_MACHINE_TYPE_MISMATCH, ERROR_HOOK_TYPE_NOT_ALLOWED,
8486         ERROR_INVALID_KEYBOARD_HANDLE, ERROR_INVALID_PRINT_MONITOR,
8487         ERROR_PRINT_MONITOR_IN_USE, ERROR_PRINTER_HAS_JOBS_QUEUED,
8488         ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION,
8489         ERROR_SUCCESS_REBOOT_REQUIRED, ERROR_SUCCESS_RESTART_REQUIRED,
8490         ERROR_TIMEOUT, OR_INVALID_OID, OR_INVALID_OXID,
8491         OR_INVALID_SET, RPC_X_INVALID_PIPE_OPERATION): Add missing
8492         error codes.
8493         Re-sort codes.
8494
8495 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
8496
8497         * include/winspool.h (PRINTER_INFO_6): Add.
8498         Reported by: Mat Nieuwenhoven  <matnieuw@users.sourceforge.net>
8499
8500 2002-12-30  Hartmut Honisch  <hhonisch@users.sourceforge.net>
8501
8502         * include/winbase.h (NMPWAIT_WAIT_FOREVER): Cast to DWORD.
8503
8504         * lib/ntdll.def (NtConnectPort, NtOpenEvent,
8505         NtRequestWaitReplyPort, NtWaitForSingleObject,ZwConnectPort,
8506         ZwOpenEvent, ZwRequestWaitReplyPort, ZwWaitForSingleObject):
8507         Add stubs.
8508
8509 2002-12-30  Danny Smith  <dannysmith@users.sourceforge.net>
8510
8511         * include/wingdi.h (wglGetLayerPaletteEntries): Correct
8512         prototype. Thanks to: Joe Krahn  <jkrahn at nc dot rr dot com>.
8513
8514 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8515
8516         * include/wingdi.h (DOCINFOA): Replace LPCTSTR with LPCSTR.
8517
8518 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8519
8520         * include/wingdi.h (BALTIC_CHARSET, JOHAB_CHARSET,
8521         VIETNAMESE_CHARSET): Remove duplicate defines.
8522         * lib/comctl32.def (ImageList_SetImageCount): Add stub.
8523
8524 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8525
8526         * include/dbt.h (DEV_BROADCAST_PORT): Add UNICODE version.
8527         Thanks to: Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8528
8529 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8530
8531         * include/unknwn.h: Include windows.h and ole2.h before header
8532         guard to avoid circular inclusion of COM headers.
8533
8534 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8535
8536         * include/dde.h (PackDDElParam, UnpackDDElParam,FreeDDElParam,
8537         ReuseDDElParam): Use __WIN64 compatible typedefs.
8538
8539 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8540
8541         * include/accctrl.h (ACTRL_ACCESS_ENTRY[AW]): Make
8542         lpInheritProperty member const.
8543         (ACTRL_PROPERTY_ENTRY[AW]): Make lpProperty member
8544         const.
8545
8546 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8547
8548         * include/commcat.h: Don't include windows.h or ole2.h ifdef
8549         COM_NO_WINDOWS_H.
8550         * include/unknwn.h: Ditto.
8551
8552 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8553
8554         * include/imm.h (ImmGetCompositionFont[AW],
8555         ImmSetCompositionFont[AW]): Add NOGDI guard.
8556
8557 2002-12-19  Danny Smith  <dannysmith@users.sourceforge.net>
8558
8559         * include/ddk/hidusage.h: Remove unneccessary #pragma pack's.
8560         * include/ddk/miniport.h (EMULATOR_PORT_ACCESS_TYPE): Define
8561         before using.
8562         (VIDEO_ACCESS_RANGE): Guard against prior definition.
8563         * include/ddk/minitape.h (INQUIRYDATA): Guard against prior
8564         definition.
8565         * include/ddk/ndis.h (DECLARE_UNKNOWN_PROTOTYPE): Correct macro.
8566         * include/ddk/ndisguid.h: Remove unneccessary #pragma pack's.
8567         * include/ddk/scsi.h (INQUIRYDATA): Guard against prior
8568         definition.
8569         * include/ddk/scsiwmi.h (GUID): Define if not already done.
8570         (LPCGUID): Likewise.
8571         * include/ddk/tdi.h: Close "Listen flags" comment.
8572         * include/ddk/tdistat.h: Remove unneccessary #pragma pack's.
8573         * include/ddk/video.h:  Add #pragma pack(push,4) to balance.
8574         (VIDEO_ACCESS_RANGE): Guard against prior definition.
8575         * include/ddk/videoagp.h:Add #pragma pack(push,4) to balance.
8576         * include/ddk/win2k.h: Likewise.
8577         * include/ddk/winddi.h: Likewise.
8578         * include/ddk/winddk.h: Likewise.
8579         * include/ddk/winnt4.h: Likewise.
8580         * include/ddk/ws2san.h: Likewise.
8581         * include/ddk/xfilter.h: Remove unbalanced #pragma pack(pop).
8582         * include/ddk/video.h: Don't process rest of file ifdef
8583         __WINDDI_H.
8584         * include/ddk/winddi.h: Don't process rest of file ifdef
8585         __VIDEO_H.
8586         * include/ddk/usb.h: Don't process rest of file ifdef
8587         __USBDI_H.
8588         * include/ddk/usbdi.h: Don't process rest of file ifdef
8589         __USB_H.
8590         * include/ddk/usbcamdi.h: Don't process rest of file if
8591         !defined(__USB_H) && !defined(__USBDI_H)
8592
8593 2002-12-18  James E. Lucas  <xelloss@users.sourceforge.net>
8594
8595         * include/winnetwk.h (WNetResourceInformation[AW]): Correct
8596         prototypes.
8597         * include/winuser.h (GetAncestor) Add prototype.
8598         (GA_PARENT, GA_ROOT, GA_ROOTOWNER): Add defines.
8599         (EWX_FORCEIFHUNG): Add define for _WIN32_WINNT >= 0x0500.
8600         (SPI_GETACTIVEWINDOWTRACKING, SPI_GETACTIVEWNDTRKZORDER,
8601         SPI_GETACTIVEWNDTRKTIMEOUT, SPI_SETACTIVEWINDOWTRACKING
8602         SPI_SETACTIVEWNDTRKZORDER, SPI_SETACTIVEWNDTRKTIMEOUT): Add
8603         defines.
8604         * lib/user32.def (GetAncestor@8): Add stub.
8605
8606 2002-12-15  Danny Smith  <dannysmith@users.sourceforge.net>
8607
8608         * include/windows.h: Guard inclusion of wingdi.h,
8609         commdlg.h, winspool.h, ole2.h with NOGDI.
8610         * include/winuser.h (ICONMETRICS, NONCLIENTMETRICS,
8611         ChangeDisplaySettings, CreateDesktop, EnumDisplaySettings):
8612         Guard with NOGDI.
8613
8614 2002-12-12  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8615
8616         * include/oleacc.h (SELFLAG_*): Change to enum.
8617
8618 2002-12-11  Danny Smith  <dannysmith@users.sourceforge.net>
8619
8620         * include/shlobj.h (IShellLinkW::GetPath): Correct prototype.
8621         Thanks to: Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
8622
8623 2002-12-09  Danny Smith  <dannysmith@users.sourceforge.net>
8624
8625         * include/shellapi.h (ExtractIconEx[AW]): Correct return type
8626         to UINT.
8627         Thanks to: Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
8628
8629 2002-12-07  Danny Smith  <dannysmith@users.sourveforge.net>
8630
8631         * include/winuser.h (AllowSetForegroundWindow,
8632         LockSetForegroundWindow): Add prototypes.
8633         (ASFW_ANY, LSFW_LOCK, LSFW_UNLOCK) Add defines.
8634         Thanks to:  Pat Thoyts  <patthoyts@users.sourceforge.net>
8635         * lib/winuser.def (AllowSetForegroundWindow,
8636         LockSetForegroundWindow): Add stubs.
8637
8638 2002-12-06  Ken Fitlike  <kenfitlike@users.sourceforge.net>
8639
8640         * include/commctrl.h (TN_GETDISPINFO[AW]): Add defines and
8641         UNICODE mappings.
8642         (tagNMTTDISPINFO[AW]): Replace obsolete struct names
8643         tagTOOLTIPTEXT[AW] and typedefs. Add defines for backward
8644         compatability. Add lParam field. Add UNICODE mappings for new
8645         names.
8646
8647 2002-12-02  Andrew Stadt  <acstadt@sympatico.ca>
8648
8649         * include/shellapi.h (_SHFILEOPSTRUCTA,_SHFILEOPSTRUCTW):
8650         Wrap with pshpack2.h/poppack.h to correct alignment.
8651
8652 2002-12-02  Ken Fitlike  <kenfitlike@users.sourceforge.net>
8653
8654         * include/commctrl.h (LVBKIF_*): Add defines.
8655         (LVM_SETIMAGE[AW]): Add defines and UNICODE mappings.
8656         (LVM_GETIMAGE[AW]): Add defines and UNICODE mappings.
8657         (LVBKIMAGE[AW]): Add defines and UNICODE mappings.
8658         (LPLVBKIMAGE[AW]): Add defines and UNICODE mappings.
8659         (LVM_GETBKIMAGE[AW]): Add defines and UNICODE mappings.
8660         (LVM_SETBKIMAGE[AW]): Add defines and UNICODE mappings.
8661         (ListView_GetBkImage): Add define.
8662         (ListView_SetBkImage): Add define.
8663         (LVBKIMAGE): Add structures and typedefs.
8664
8665 2002-11-25  Earnie Boyd  <earnie@users.sf.net>
8666
8667         * include/w32api.h: Increment to version 2.2
8668         * Makefile.in: Ditto.
8669
8670 2002-11-25  Earnie Boyd  <earnie@users.sf.net>
8671
8672         * lib/Makefile.in (dist, install): Correct the install destinations.
8673         * lib/ddk/Makefile.in (dist, install): Ditto.
8674
8675 2002-11-16  Danny Smith  <dannysmith@users.sourceforge.net>
8676
8677         * lib/uuid.c (CATID_InternetAware,CLSID_HttpSProtocol,
8678         CLSID_PSUrlMonProxy,CLSID_StdURLMoniker,IID_IObjectWithSite,
8679         IID_IPersistMoniker,IID_IProgressNotify): Correct off-by-one bug
8680         in definitions.
8681         (CLSID_CFontPropPage00, GUID_FONTUNDERSCORE11,
8682         IID_IOleControlSite89): Remove.
8683
8684 2002-11-15  Christopher Faylor  <cgf@redhat.com>
8685
8686         * lib/uuid.c (IID_IRunnableObject): Remove duplicate definition.
8687         (IID_IStdMarshalInfo): Ditto.
8688
8689 2002-11-15  Christopher Faylor  <cgf@redhat.com>
8690
8691         * lib/uuid.c (IID_IOleInPlaceSite): Remove duplicate definition.
8692         (IID_IPersistStorage): Ditto.
8693
8694 2002-11-15  Weiqi Gao  <weiqigao@users.sourceforge.net>
8695
8696         * lib/uuid.c (CLSID_PSClassObject, CLSID_PSEnumerators,
8697         IID_IClassActivator, IID_IClientSecurity, IID_ICreateTypeInfo,
8698         IID_ICreateTypeLib2, IID_IOleInPlaceSite, IID_IPersistStorage,
8699         IID_IRunnableObject, IID_IServerSecurity, IID_IStdMarshalInfo):
8700         Correct definitions.
8701
8702 2002-11-15  Danny Smith  <dannysmith@users.sourceforge.net>
8703
8704         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
8705         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
8706         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
8707         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
8708         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
8709         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
8710         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
8711         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
8712         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
8713         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
8714         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
8715         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
8716         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
8717         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
8718         xfilter.h): Change comment to refer w32api package, not MinGW.
8719
8720 2002-11-15  Danny Smith  <dannysmith@users.sourceforge.net>
8721
8722         * include/ddk/ntddk.h: Include winnt.h as system header.
8723
8724 2002-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
8725
8726         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
8727         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
8728         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
8729         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
8730         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
8731         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
8732         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
8733         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
8734         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
8735         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
8736         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
8737         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
8738         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
8739         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
8740         xfilter.h): Fix typo in disclaimer comment.
8741
8742 2002-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
8743
8744         * include/exdisp.h: Include oaidl.h as system header.
8745
8746 2002-11-12  Earnie Boyd  <earnie@users.sf.net>
8747
8748         * include/w32api.h (__W32API_VERSION): Fix.
8749
8750 2002-11-09  Weiqi Gao  <weiqigao@users.sourceforge.net>
8751
8752         * lib/uuid.c (IID_ICatInformation): Correct definition.
8753
8754 2002-11-07  Danny Smith  <dannysmith@users.sourceforge.net>
8755
8756         * include/oleauto.h (DeregisterTypeLib): Remove.
8757         (UnRegisterTypeLib): Add prototype.
8758
8759 2002-11-07  Christopher January  <chris@atomice.net>
8760
8761         * include/winioctl.h: Add definition for IOCTL_DISK_UPDATE_DRIVE_SIZE.
8762
8763 2002-11-04  Danny Smith  <dannysmith@users.sourceforge.net>
8764
8765         * include/winnt.h (VerSetConditionMask): Add prototype.
8766         * lib/kernel32.def (VerifyVersionInfo[AW]): Add stubs.
8767
8768 2002-10-16  Danny Smith  <dannysmith@users.sourceforge.net>
8769
8770         * include/winuser.h (MONITORINFOEX[AW]): Add structure
8771         definitions and ANSI/UNICODE mappings.
8772         Cleanup whitespace.
8773
8774 2002-10-14  Earnie Boyd  <earnie@users.sf.net>
8775
8776         * Makefile.in: Add components for lib/ddk.  Adjust for autoconf-2.53.
8777         * configure.in: Ditto.
8778         * lib/Makefile.in: Ditto.
8779         * lib/ddk/Makefile.in: Correct installation procedure.  Adjust for
8780         autoconf-2.53.
8781         * configure: Regenerate.
8782
8783 2002-10-14  Danny Smith  <dannysmith@users.sourceforge.net>
8784
8785         * include/windows.h: Don't include basetyps.h.
8786         * include/objfwd.h: Do include basetyps.h.
8787
8788 2002-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
8789
8790         * include/objbase.h: Include rpc.h and rpcndr.h
8791         before header guard.
8792
8793 2002-10-11  Danny Smith  <dannysmith@users.sourceforge.net>
8794
8795         * include/olectl.h (PROPPAGEINFO): Change type of
8796         field cb to ULONG.
8797
8798 2002-10-11  Steven Edwards  <Steven_Ed4153@yahoo.com>
8799
8800         * lib/ntdll.def (RtlAcquireResourceExclusive,
8801         RtlAcquireResourceShared, RtlDeleteResource,
8802         RtlInitializeResource, RtlReleaseResource,
8803         RtlTimeToSecondsSince1970) : Added missing exports.
8804
8805 2002-10-08  Heiko Gerdau  <hg@technosis.de>
8806
8807         * include/oleacc.h: New file.
8808         * include/winuser.h (ENDSESSION_LOGOFF) Add define.
8809         (OBJID_*) Add defines.
8810         * lib/uuid.c: Add DEFINE_GUID for IID_IAccessible.
8811         * lib/test.c: Include oleacc.h.
8812
8813 2002-10-06  Casper Hornstrup  <chorns@it.dk>
8814
8815         * include/ddk: New subdir.
8816         * lib/ddk: Ditto.
8817         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
8818         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
8819         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
8820         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
8821         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
8822         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
8823         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
8824         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
8825         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
8826         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
8827         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
8828         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
8829         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
8830         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
8831         xfilter.h): New files.
8832         * lib/ddk/(Makefile.in, apcups.def, cfgmgr32.def, dxapi.def,
8833         hal.def, hid.def, hidparse.def, mcd.def, ndis.def, ntoskrnl.def,
8834         scsiport.def, tdi.def, usbcamd.def, usbcamd2.def, videoprt.def,
8835         win32k.def): Ditto.
8836
8837 2002-10-04  Steven Edwards  <Steven_Ed4153@yahoo.com>
8838
8839         * lib/ntdll.def (NtAccessCheck, NtAdjustPrivilegesToken,
8840         NtCreateKey, NtDeleteKey, NtDeleteValueKey, NtEnumerateKey,
8841         NtEnumerateValueKey, NtOpenKey, NtOpenProcessToken,
8842         NtOpenThreadToken, NtQueryInformationToken, NtQueryKey,
8843         NtQueryValueKey, NtSetSecurityObject, NtSetValueKey,
8844         RtlAddAccessAllowedAce, RtlCreateAcl,
8845         RtlCreateSecurityDescriptor, RtlCreateUnicodeStringFromAsciiz,
8846         RtlGetAce, RtlGetControlSecurityDescriptor,
8847         RtlGetDaclSecurityDescriptor,RtlGetGroupSecurityDescriptor,
8848         RtlGetOwnerSecurityDescriptor,RtlGetSaclSecurityDescriptor,
8849         RtlImpersonateSelf, RtlIsTextUnicode, RtlLargeIntegerAdd,
8850         RtlLengthSecurityDescriptor, RtlMakeSelfRelativeSD,
8851         RtlMultiByteToUnicodeN RtlMultiByteToUnicodeSize,
8852         RtlOpenCurrentUser, RtlSetDaclSecurityDescriptor,
8853         RtlSetGroupSecurityDescriptor, RtlSetOwnerSecurityDescriptor,
8854         RtlSetSaclSecurityDescriptor, RtlValidSecurityDescriptor,
8855         ZwAccessCheck, ZwAdjustPrivilegesToken, ZwCreateKey,
8856         ZwDeleteValueKey, ZwEnumerateKey, ZwEnumerateValueKey,
8857         ZwOpenKey, ZwOpenProcessToken, ZwOpenThreadToken,
8858         ZwQueryInformationToken, ZwQueryKey, ZwQueryValueKey
8859         ZwSetSecurityObject, ZwSetValueKey): Added missing exports.
8860
8861 2002-10-04  "KJK::Hyperion"  <noog@libero.it>
8862
8863         *include/windef.h (WPARAM): Update typedef.
8864         (LPARAM): Ditto.
8865         (LRESULT): Ditto.
8866
8867 2002-10-04  "KJK::Hyperion"  <noog@libero.it>
8868
8869         * include/shlobj.h (CSIDL_*): Add defines.
8870
8871 2002-09-24  Danny Smith  <dannysmith@users.sourceforge.net>
8872
8873         * include/ws2tcpip.h: Throw error if winsock.h, not winsock2.h
8874         has been included first.
8875
8876 2002-09-24  René Møller Fonseca  <fonseca@users.sourceforge.net>
8877
8878         * include/winbase.h (FindFirstFileEx): Fixed ANSI mode.
8879         * include/wingdi.h (PFD_SWAP_LAYER_BUFFERS):Added define.
8880         * include/winuser.h (AppendMenu[AW]): Fixed prototypes.
8881
8882 2002-09-18  Eric R. Krause  <ekrause_98@users.sourceforge.net>
8883
8884         * include/winuser.h (DS_SHELLFONT): Define.
8885
8886 2002-09-17  Daniel Schlyder  <daniel@dascdev.net>
8887
8888         * include/winnt.h (VER_SUITE_BLADE): Define.
8889
8890 2002-09-17  Danny Smith  <dannysmith@users.sourceforge.net>
8891
8892         * include/shlobj.h (SHGetSpecialFolderPath[AW]):
8893         Add _WIN32_IE guard. Correct prototype for wide version.
8894         (SHGetFolderPath): Add comment on shfolder.dll.
8895         (SHGetFolderLocation): Add prototyope for WinME and W2K.
8896         (SHGetFolderPathAndSubDir[AW]): Add prototypes for XP.
8897
8898 2002-09-16  Danny Smith  <dannysmith@users.sourceforge.net>
8899
8900         * lib/shell32.def (SHGetFolderPath[AW]): Add comment.
8901         * lib/shfolder.def: New file.
8902
8903 2002-09-12  Danny Smith  <dannysmith@users.sourceforge.net>
8904
8905         * include/winsock.h (timeval): Guard struct and associated
8906         macros with _TIMEVAL_DEFINED.
8907         * include/winsock2.h (timeval): Likewise.
8908
8909 2002-09-11  Danny Smith  <dannysmith@users.sourceforge.net>
8910
8911         * lib/shell32.def (SHBindtoParent,SHCreateDirectoryEx[AW],
8912         SHCreateProcessAsUserW,SHCreateQueryCancelAutoPlayMoniker,
8913         SHCreateShellItem,SHEmptyRecycleBin[AW],
8914         SHEnumerateUnreadMailAccountsW,SHExtractIconsW,
8915         SHGetDataFromIDList[AW],SHGetDiskFreeSpace[AW],
8916         SHGetDiskFreeSpaceEx[AW],SHGetFolderLocation,
8917         SHGetFolderPathAndSubDir[AW],SHGetIconOverlayIndex[AW],
8918         SHGetNewLinkInfo[AW],SHGetSettings,SHGetUnreadMailCountW,
8919         SHInvokePrinterCommand[AW],SHIsFileAvailableOffline,
8920         SHLoadNonloadedIconOverlayIdentifiers,
8921         SHOpenFolderAndSelectItems,SHParseDisplayName,
8922         SHPathPrepareForWrite[AW],SHQueryRecycleBin[AW],
8923         SHSetLocalizedName,SHSetUnreadMailCountW,
8924         SHUpdateRecycleBinIcon: Add missing stubs.
8925
8926 2002-09-07  Earnie Boyd  <earnie@users.sf.net>
8927
8928         * include/windef.h (WINVER): Add documentation.
8929         (_WIN32_WINNT): Ditto.
8930         Special thanks to Paul Schmidt <paul@tricattechnologies.com>
8931
8932 2002-09-06  Danny Smith  <dannysmith@users.sourceforge.net>
8933
8934         * lib/Makefile.in (TEST_OPTIONS): Define WINVER to 0x0666.
8935
8936 2002-09-04  Kevin Chase  <kevincha99@hotmail.com>
8937
8938         * include/winbase.h (AllocateUserPhysicalPages,
8939         MapUserPhysicalPages, MapUserPhysicalPagesScatter,
8940         FreeUserPhysicalPages): Add prototypes.
8941         * lib/kernel32.def: Add function stubs for above.
8942
8943 2002-09-03  René Møller Fonseca  <fonseca@users.sourceforge.net>
8944
8945         * include/winuser.h (IDTRYAGAIN,IDCONTINUE): Add defines.
8946         Add WINVER guards for dialog box command id defines.
8947
8948 2002-09-03  Earnie Boyd  <earnie@users.sf.net>
8949
8950         * include/wincon.h (GetConsoleWindow): Add _WIN32_WINNT >= 0x0500 guard.
8951
8952 2002-08-30  Christopher January  <ccj00@doc.ic.ac.uk>
8953
8954         * include/wincon.h: Define GetConsoleWindow(void).
8955
8956 2002-08-28  Earnie Boyd  <earnie@users.sf.net>
8957
8958         * include/w32api.h: Increment version to 2.1.
8959         * Makefile.in: Ditto.
8960
8961 2002-08-26  Bart Oldeman  <bart.oldeman@btinternet.com>
8962
8963         * include/winsock2.h (SOCKET_ADDRESS): Define if
8964         __CSADDR_T_DEFINED is not defined (copied from nspapi.h)
8965         (CSADDR_INFO): Ditto.
8966         (nspapi.h) : Don't include. Removed FIXME comment.
8967         * include/nspapi.h (SOCKET_ADDRESS) Only define if
8968         __CSADDR_T_DEFINED is not defined.
8969         (CSADDR_INFO): Ditto.
8970         (BLOB): Add structure and typedef if not already defined.
8971         (NS_*): Add defines.
8972         (SERVICE_*): Ditto.
8973         (SERVICE_ADDRESS): Add structure and typedefs.
8974         (SERVICE_ADDRESSES): Ditto.
8975         (SERVICE_INFO[AW]): Ditto, and add UNICODE mappings.
8976         (LPSERVICE_ASYNC_INFO): Add typedef.
8977         (SetService[AW], GetAddressByName[AW]): Add prototypes and UNICODE
8978         mappings.
8979         * include/wsipx.h: New file.
8980         * include/svcguid.h: New file.
8981         * lib/test.c: Include wspix.h and svcguid.h.
8982
8983 2002-08-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8984
8985         * include/wsahelp.h: New file.
8986         * lib/test.c: Include wsahelp.h.
8987
8988 2002-08-21  Earnie Boyd  <earnie@users.sf.net>
8989
8990         * include/commctrl.h (NMCUSTOMDRAW): Fix lItemlParam.
8991         Thanks to: "Phil Dempster" <p_dempster@yahoo.co.uk>.
8992
8993 2002-08-20  Danny Smith  <dannysmith@users.sourceforge.net>
8994
8995         * include/ws2spi.h: Modify comment about being part of
8996         mingw32 package.
8997         (winsock2.h): Change "" to <>.
8998
8999 2002-08-20  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9000
9001         * include/ws2spi.h: New file.
9002         * lib/test.c: Include ws2spi.h.
9003
9004 2002-08-20  Danny Smith  <dannysmith@users.sourceforge.net>
9005
9006         * include/winsock2.h (WSAIsBlocking,WSAUnhookBlockingHook,
9007         WSASetBlockingHook,WSACancelBlockingCall): Expose deprecated
9008         functions.
9009
9010 2002-08-17  Danny Smith  <dannysmith@users.sourceforge.net>
9011
9012         * include/winuser.h (CURSOR_SHOWING) Add define.
9013         Thanks to: Jan Hlavatý  <hlavac@users.sourceforge.net>
9014
9015 2002-08-17  Danny Smith  <dannysmith@users.sourceforge.net>
9016
9017         * include/winerror.h: Cast OLE error codes to HRESULT.
9018         Thanks to: Gunnar Degnbol <gdegnbol@users.sourceforge.net>
9019
9020 2002-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
9021
9022         * include/wincrypt.h (ALG_*): Add defines.
9023         (CALG_*): Ditto.
9024         (CRYPT_*): Ditto.
9025         (PP_*): Ditto.
9026         (PROV_*): Ditto.
9027         (PRIVATEKEYBLOB): Add define.
9028
9029 2002-08-14  Earnie Boyd  <earnie@users.sf.net>
9030
9031         * include/shlobj.h (SHGetFolderPath): Add define.
9032         * lib/shell32.def (SHGetSpecialFolderPath): Add export.
9033         (SHGetFolderPath): Ditto.
9034
9035 2002-08-13  Danny Smith  <dannysmith@users.sourceforge.net>
9036
9037         * include/commdlg.h: Don't include COM headers or use
9038         COM-dependent symbols if __OBJC__.
9039
9040 2002-08-13  Danny Smith  <dannysmith@users.sourceforge.net>
9041
9042         * include/wincrypt.h (CryptDuplicateHash, CryptDuplicateKey):
9043         Add prototypes.
9044
9045 2002-08-12  Andriy Palamarchuk  <apa3a@yahoo.com>
9046
9047         * include/shellapi.h (FOF_NOERRORUI): Add define.
9048
9049 2002-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
9050
9051         * include/objidl.h (IEnumMoniker): Put 'interface' back.
9052
9053 2002-08-11  Danny Smith  <dannysmith@users.sourceforge.net>
9054
9055         * include/objidl.h (IEnumMoniker): Correct declaration.
9056
9057 2002-08-09  Mark Schreiber  <mark7@users.sourceforge.net>
9058
9059         * include/wincrypt.h (CRYPT_NOHASHOID): Add define.
9060
9061 2002-08-09  Danny Smith  <dannysmith@users.sourceforge.net>
9062
9063         * include/commctrl.h: Whitespace change.
9064
9065 2002-08-09  Lars Munch  <lars@segv.dk>
9066
9067         * include/commctrl.h (tagTVHITTESTINFO): Replace obsolete
9068         struct name _TVHITTESTINFO and typedefs and add defines for
9069         backward compatability.
9070         (ListView_SetExtendedListViewStyleEx): Add macro.
9071
9072 2002-08-05  Danny Smith  <dannysmith@users.sourceforge.net>
9073
9074         * include/wingdi.h (AlphaBlend,GradientFill,TransparentBlt):
9075         Add prototypes.
9076         * lib/msimg32.def: New file, with stubs for above.
9077
9078 2002-08-03  Danny Smith  <dannysmith@users.sourceforge.net>
9079
9080         * include/winbase.h (AddAccessAllowedAceEx,AddAccessDeniedAceEx,
9081         GetFileSizeEx, SetFilePointerEx): Add prototypes.
9082         (EncryptFile[AW], FileEncryptionStatus[AW]): Add prototypes
9083         and UNICODE mappings.
9084
9085 2002-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
9086
9087         * include/winbase.h (ReadFileScatter, WriteFileGather):
9088         Change second parameter to pointer.
9089
9090 2002-07-31  Danny Smith  <dannysmith@users.sourceforge.net>
9091
9092         * include/wininet.h (InternetReadFileEx[AW]). Add prototypes and
9093         UNICODE mappings.
9094         * lib/wininet.def: Regenerate.
9095
9096 2002-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
9097
9098         * include/windef.h (PVOID): Move typedef to...
9099         * include/winnt: ...here.
9100         (PVOID64): New typedef.
9101
9102         * include/winnt,h (FILE_SEGMENT_ELEMENT): Define union.
9103         * include/winbase.h (ReadFileScatter, WriteFileGather):
9104         Add prototypes.
9105
9106         * include/winnt,h (PROCESSOR_ARCHITECTURE_*): Add defines.
9107         (PROCESSOR_INTEL_IA64): Add define.
9108
9109 2002-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
9110
9111         * include/oleidl.h (MK_ALT): Define.
9112
9113 2002-07-26  Mattia Barbon  <mbarbon@dsi.unive.it>
9114
9115         * include/exdisp.h: New file.
9116         * include/exdispid.h: New file.
9117         * include/mshtml.h: New file.
9118         * lib/test.c: #include exdisp.h and mshtml.h
9119         * lib/uuid.c (CLSID_WebBrowser, DIID_DWebBrowserEvents,
9120         DIID_DWebBrowserEvents2, IID_IHTMLDocument, IID_IHTMLDocument2,
9121         IID_IHTMLElement, IID_IHTMLSelectionObject, IID_IHTMLTxtRange,
9122         IID_IWebBrowser, IID_IWebBrowser2, IID_IWebBrowserApp):
9123         New GUIDs.
9124
9125 2002-07-26  Mattia Barbon  <mbarbon@dsi.unive.it>
9126
9127         * include/docobj.h: New file.
9128         * include/idispids.h: New file.
9129         * include/objidl.h (IID_IMoniker): Declare.
9130         * include/ocidl.h (READYSTATE): New enum.
9131         (IOleInPlaceSiteEx): New interface.
9132         * include/olectlid.h (IID_IEnumSTATSTG): New interface
9133         identifier.
9134         * include/oleidl.h (IOleItemContainer, IOleInPlaceObject,
9135         IOleInPlaceSite): New interfaces.
9136         * lib/test.c: #include docobj.h,idispids.h,
9137
9138 2002-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
9139
9140         * include/shlobj.h (BFFM_VALIDATEFAILED[AW]): Add defines.
9141         (BFFM_SETSTATUSTEXT, BFFM_SETSELECTION): UNICODE them.
9142
9143 2002-07-25  Mattia Barbon  <mbarbon@dsi.unive.it>
9144
9145         * include/commctrl.h: Avoid redefinition of CDN_FIRST/LAST.
9146         * include/commdlg.h: Likewise.
9147
9148 2002-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
9149
9150         * include/oleauto.h (V_UNION): Correct definition for case of
9151         NONAMELESSUNION:
9152         (V_VT): Likewise.
9153
9154 2002-07-23  Danny Smith  <dannysmith@users.sourceforge.net>
9155
9156         * include/oleauto.h (V_BOOL): Define in terms of boolVal,
9157         not bool, for C as well as C++.
9158
9159 2002-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
9160
9161         * include/shlwapi.h: New file.
9162         Thanks to: Mattia Barbon  <mbarbon@dsi.unive.it> and
9163         Victor Porton  <porton@narod.ru> for contributions.
9164         * lib/shlwapi.def: New file.
9165         * lib/test.c: #include shlwapi.h.
9166
9167 2002-07-21  Bart Oldeman  <bart.oldeman@btinternet.com>
9168
9169         * include/shlobj.h (FCIDM_MENU_FAVORITES): Remove bogus
9170         character.
9171         * include/winsock2.h (struct sockaddr): Use __int64 instead of
9172         long long.
9173         * lib/kernel32.c (GetCurrentFiber, GetFiberData): Watcom
9174         does not need external *Fiber library functions.
9175
9176 2002-07-20  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9177
9178         * include/winbase.h (GetEnvironmentStringsA): Remove duplicate
9179         definition.
9180         (Interlocked*): Wrap in #ifndef __INTERLOCKED_DECLARED to
9181         avoid compile error when already defined.
9182
9183 2002-07-20  Steven Edwards  <Steven_Ed4153@yahoo.com>
9184
9185         * include/winuser.h (WM_MENURBUTTONUP): Add define.
9186
9187 2002-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
9188
9189         * include/commdlg.h: Define CDN_* notification message constants
9190         as UINT.
9191
9192 2002-07-17  Mattia Barbon  <mbarbon@users.sourceforge.net>
9193
9194         * include/commctrl.h: Define notification message constants for
9195         NMHDR.code as UINT.
9196
9197 2002-07-17   Bart Oldeman  <bart.oldeman@btinternet.com>
9198
9199         * include/ddeml.h (MH_*) Add defines.
9200         (MONHSZSTRUCT): Add structure and typedefs.
9201         (MONLINKSTRUCT): Ditto.
9202         (MONCONVSTRUCT): Ditto.
9203         (MONCBSTRUCT): Ditto.
9204         (MONERRSTRUCT): Ditto.
9205         (MONMSGSTRUCT): Ditto.
9206         * include/windef.h: Don't define __cdecl or _cdecl for
9207         __WATCOM__.
9208         Don't define _export or __export for __WATCOM__.
9209         * include/windows.h (imm.h): #include.
9210         * include/winnt.h (LPEXCEPTION_RECORD): Add typedef.
9211
9212 2002-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
9213
9214         * include/wtypes.h: Remove duplicate #includes of rpc.h and
9215         rpcndr.h.
9216
9217 2002-07-05  Luke Dunstan  <infidel@users.sourceforge.net>
9218
9219         * include/winbase.h (OpenThread): Add prototype.
9220         * lib/kernel32.def (OpenThread): Add symbol.
9221
9222 2002-07-04  Luke Dunstan  <infidel@users.sourceforge.net>
9223
9224         * include/wtypes.h (HMETAFILEPICT): Add typedef.
9225
9226 2002-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
9227
9228         * include/rpc.h: Conditionally include <windows.h> before
9229         header guard.
9230         * include/wtypes.h: Include <rpc.h> and <rpcndr.h> before
9231         header guard.
9232
9233 2002-07-02  Danny Smith  <dannysmith@users.sourceforge.net>
9234
9235         * include/commctrl.h (WC_*): Remove some duplicate defines.
9236
9237 2002-07-02  Ken Fitlike  <kenfitlike@hotmail.com>
9238
9239         * include/commctrl.h (WC_IPADDRESS[AW]): Add defines and
9240         UNICODE mappings.
9241         (IPM*): Add defines.
9242         (IPN_*): Add defines.
9243         (NMIPADDRESS): Add structure and typedefs.
9244         (MAKEIPADDRESS): Add macro.
9245         (MAKEIPRANGE): Add macro.
9246         (FIRST_IPADDRESS): Add macro.
9247         (SECOND_IPADDRESS): Add macro.
9248         (THIRD_IPADDRESS): Add macro.
9249         (FOURTH_IPADDRESS): Add macro.
9250
9251 2002-06-25  Conrad Scott  <conrad.scott@dsl.pipex.com>
9252
9253         * include/winbase.h (FILE_FLAG_FIRST_PIPE_INSTANCE): Add constant.
9254
9255 2002-06-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9256
9257         * include/winbase.h (WINBASEAPI): Don't define if prior
9258         definition.
9259
9260         * include/winioctl.h (PARTITION_FAT32, PARTITION_FAT32_XINT13,
9261         PARTITION_XINT13, PARTITION_XINT13_EXTENDED, PARTITION_LDM,
9262         PARTITION_UNIX): Add defines.
9263         (PDRIVE_LAYOUT_INFORMATION): Add typedef.
9264         (IsRecognizedPartition): Also check for PARTITION_FAT32,
9265         PARTITION_FAT32_XINT13 and PARTITION_XINT13.
9266         (IsContainerPartition): Add macro.
9267
9268 2002-06-25  Ken Fitlike  <kenfitlike@hotmail.com>
9269
9270         * include/commctrl.h: (CBEIF_*): Add defines.
9271         (CBEN_*): Add defines and UNICODE mappings
9272         (WC_COMBOBOXEX[AW]): Add defines and UNICODE mappings.
9273         (CBEMAXSTRLEN): Add define.
9274         (COMBOBOXEXITEM[AW]): Add structures and typedefs.
9275         (NMCOMBOBOXEX[AW]): Add structures and typedefs.
9276         (NMCBEDRAGBEGIN[AW]): Add structure and typedefs.
9277         (NMCBEENDEDIT[AW]): Add structure and typedefs.
9278
9279 2002-06-24  Danny Smith  <dannysmith@users.sourceforge.net>
9280
9281         * include/objidl.h (struct tagPROPVARIANT): Kill obsolete
9282         union member _VARIANT_BOOL bool.
9283
9284 2002-06-24  Danny Smith  <dannysmith@users.sourceforge.net>
9285
9286         * include/winioctl.h (FILE_SPECIAL_ACCESS): Add define.
9287
9288 2002-06-24  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9289
9290         * include/winnt.h (PCCHAR, FCHAR, FSHORT, FLONG,
9291         PLUID_AND_ATTRIBUTES,PSECURITY_IMPERSONATION_LEVEL,
9292         PSID_AND_ATTRIBUTES, PTOKEN_TYPE, PTOKEN_STATISTICS):
9293         Add typedefs.
9294         (CCHAR): Correct typedef.
9295         (PROCESS_SET_SESSIONID, SECURITY_*,SECTION_MAP_EXECUTE):
9296         Add defines.
9297
9298 2002-06-24  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9299
9300         * README.w32api: Correct spelling error.
9301
9302 2002-06-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9303
9304         * include/winuser.h (FLASHW_*,INPUT_MOUSE,INPUT_KEYBOARD,
9305         INPUT_HARDWARE): Add defines.
9306         (HDEVNOTIFY): Add typedef.
9307         (FLASHWINFO,tagMOUSEMOVEPOINT,tagMOUSEINPUT,tagKEYBDINPUT,
9308         tagHARDWAREINPUT,tagINPUT,tagGUITHREADINFO): Define structs and
9309         typedefs.
9310         (CreateDesktop[AW],CreateMDIWindow[AW],GetClassInfo[AW],
9311         GetClassInfoEx[AW],GetKeyboardLayoutList,
9312         MessageBoxIndirect[AW],MsgWaitForMultipleObjects,
9313         MsgWaitForMultipleObjectsEx, RegisterClass[AW],
9314         RegisterClassEx[AW]): Correct prototypes.
9315
9316 2002-06-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9317
9318         * include/ddeml.h (DdeCreateStringHandle{AW]:Correct
9319         prototypes.
9320         * include/winsvc.h (StartServiceW): Correct prototype.
9321         * include/winbase.h (BackupRead,BackupSeek,BackupWrite,
9322         FileTimeToLocalFileTime, GetAce,GetPrivateProfileStruct[AW],
9323         GetTickCount,InterlockedExchangeAdd,
9324         WritePrivateProfileStruct[AW]: Correct prototypes.
9325         (GetEnvironmentStrings): Correct mapping to
9326         GetEnvironmentStringsA.
9327         * include/winver.h (VerQueryValueA,VerQueryValueW):
9328         Correct prototypes.
9329         * include/wincon.h (CreateConsoleScreenBuffer): Correct
9330         prototype.
9331         * include/winreg.h (RegQueryMultipleValues[AW],
9332         RegQueryValueEx[AW]):Correct prototypes.
9333         * include/wingdi.h (PXFORM, PLOGBRUSH, PLOGPEN, PPOLYTEXTA,
9334         PPOLYTEXTW): Add typedefs.
9335         (_DESIGNVECTOR,COLOR16, _TRIVERTEX, _DISPLAY_DEVICE): Add
9336         structures and typedefs.
9337         (MM_MAX_NUMAXES): Add define.
9338         (EnumFontsW,GetEnhMetaFilePixelFormat,
9339         wglGetLayerPaletteEntries): Correct prototypes.
9340         * include/winerror.h (RPC_X_INVALID_PIPE_OBJECT,
9341         RPC_X_WRONG_PIPE_ORDER,RPC_X_WRONG_PIPE_VERSION,
9342         RPC_S_SEND_INCOMPLETE): Add defines.
9343
9344 2002-06-17  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9345
9346         * include/windef.h (_fastcall, __fastcall, FASTCALL):
9347         Add defines.
9348
9349 2002-06-16  Egor Duda  <deo@logos-m.ru>
9350
9351         * include/ntdll.h: New file.
9352         * lib/ntdll.def: Add NtShutdownSystem.
9353
9354 2002-06-16  Steven Edwards  <Steven_Ed4153@yahoo.com>
9355
9356         * lib/dinput.def (DirectInputCreateEx): Add stub.
9357         * lib/ntdll.def: New file.
9358
9359 2002-06-14  Earnie Boyd  <earnie@users.sf.net>
9360
9361         * include/w32api.h: Change to version 2.0 to reflect the change
9362         in the license.
9363         * README: Renamed.
9364         * README.w32api: Renamed from README.  Modified license to remove
9365         the restriction of notifying the author based on the fact that the
9366         author is unreachable at the notified address.
9367         * Makefile.in (VERSION): Change to 2.0.
9368
9369 2002-06-14  Earnie Boyd  <earnie@users.sf.net>
9370
9371         * include/wingdi.h (GetEnhMetaFileBits): Correct typo.
9372         * Makefile.in (bindist): Correct the MinGW distribution.
9373
9374 2002-06-13  Earnie Boyd  <earnie@users.sf.net>
9375
9376         * include/winuser.h (MOUSEHOOKSTRUCT): Define structure.
9377         * include/wingdi.h (GetEnhMetaFileBits): Define prototype.
9378
9379 2002-06-13  Danny Smith  <dannysmith@users.sourceforge.net>
9380
9381         * lib/test.c: #include comcat.h.
9382
9383 2002-06-13  John K. Hohm  <jhohm@acm.org>
9384
9385         * include/comcat.h: New file.
9386
9387 2002-06-09  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
9388
9389         * include/richedit.h (EM_*, TM_*, GT_*): Add new defines.
9390         (GETTEXTEX): Add structure definition.
9391
9392 2002-06-08  Danny Smith  <dannysmith@users.sourceforge.net>
9393
9394         * include/windows.h (ole2.h): #include if !__OBJC__ and
9395         __GNUC__ >=3 and !WIN32_LEAN_AND_MEAN.
9396
9397 2002-06-07  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
9398
9399         * include/mapi.h: Change LPTSTR to LPSTR throughout.
9400
9401 2002-06-05  Danny Smith  <dannysmith@users.sourceforge.net>
9402
9403         * include/winnt.h (PACE_HEADER, PACCESS_ALLOWED_ACE,
9404         PACCESS_DENIED_ACE): Add typedefs.
9405
9406 2002-06-03  Danny Smith  <dannysmith@users.sourceforge.net>
9407
9408         * lib/thunk32.def (LIBRARY): Change to KERNEL32.dll.
9409
9410 2002-06-03 Steven Edwards  <Steven_Ed4153@yahoo.com>
9411
9412         * lib/kernel32.def (ConvertToGlobalHandle): Add stub.
9413
9414 2002-06-01  Danny Smith  <dannysmith@users.sourceforge.net>
9415
9416         * include/windef.h: Fix typo in last change.
9417
9418 2002-06-01  Danny Smith  <dannysmith@users.sourceforge.net>
9419
9420         * include/windef.h: Add no-op __try, __except, __finally
9421         defines from ...
9422         * include/excpt.h: Remove file.
9423         * include/windows.h: Don't include excpt.h.
9424
9425 2002-05-30  Christopher January  <chris@atomice.net>
9426
9427         * include/ntdef.h (ANSI_STRING, PANSI_STRING, OEM_STRING, POEM_STRING):
9428         Add missing typedefs.
9429
9430 2002-05-28  Earnie Boyd  <earnie@users.sf.net>
9431
9432         * include/w32api.h: Increment version to 1.5
9433         * Makefile.in: Ditto.
9434
9435
9436 2002-05-27  René Møller Fonseca  <fonseca@users.sourceforge.net>
9437
9438         * include/winreg.h: (RegConnectRegistry[AW]): Replace
9439         LP[W]STR with LPC[W]STR.
9440         (REG_QWORD, REG_QWORD_LITTLE_ENDIAN): Add defines.
9441         Clean up whitespace.
9442
9443 2002-05-27  Rick Rankin  <rick_rankin@yahoo.com>
9444
9445         * include/winnls.h: Add #define for LOCALE_RETURN_NUMBER.
9446
9447 2002-05-21  Earnie Boyd  <earnie@users.sf.net>
9448
9449         * Makefile.in: Increment VERSION to 1.4.
9450         (conf_prefix): New variable.
9451         (bindist): Modify target to use $(conf_prefix).
9452
9453 2002-05-20  Philip Aston  <philipa@mail.com>
9454
9455         * include/pbt.h (PBT_APMRESUMESUSPEND): Correct value is 7.
9456
9457 2002-05-20  René Møller Fonseca  <fonseca@users.sourceforge.net>
9458
9459         * include/lmaccess.h: (NetAccess*, NetGroup*,
9460         NetLocalGroup*, NetUser*, NetGet*, INetLogonControl[2],
9461         NetQueryDisplayInfotmationIndex): Replace LPWSTR with LPCWSTR.
9462
9463 2002-05-08  Danny Smith  <dannysmith@users.sourceforge.net>
9464
9465         * include/commctrl.h (ImageList_DragShowNolock): Remove
9466         conflicting redeclaration.
9467
9468 2002-05-07  Danny Smith  <dannysmith@users.sourceforge.net>
9469
9470         * include/windows.h: Move ANONYMOUS_UNION, _ANONYMOUS_STRUCT,
9471         STRICT and related defines to ...
9472         * include/windef.h: Here.
9473
9474 2002-05-03  Danny Smith  <dannysmith@users.sourceforge.net>
9475
9476         * include/winsock2.h (int32): Remove typedef.
9477         (SERVICETYPE): Add typedef.
9478         (struct _flowspec):Revise struct definition,  Comment
9479         on types used for members.
9480
9481 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
9482
9483         * include/winnt.h (EVENT_*, SEMAPHORE_*,MUTEX_*): Remove
9484         more defines added in earlier change.
9485         * lib/Makefile.in (TEST_OPTIONS): Add -Wsystem-headers flag.
9486
9487 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
9488
9489         * include/winnt.h (THREAD_PRIORITY_*): Remove defines
9490         added in last change.
9491
9492 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
9493
9494         * include/winnt.h (THREAD_*, EVENT_*, MUTANT_*,
9495         SEMAPHORE_*, MUTEX_*, TIMER_*): Add new defines.
9496
9497 2002-05-01  Manu B  <contact.manu@wanadoo.fr>
9498
9499         * include/commctrl.h (SNDMSG): Define and use throughout
9500         in other macros instead of SendMessage.
9501         * include/commdlg.h (SNDMSG): Ditto.
9502
9503 2002-04-22  José Fonseca  <jrfonseca@users.sf.net>
9504
9505         * include/GL/gl.h: New file.
9506         * include/GL/glext.h: Ditto.
9507         * include/GL/glu.h: Ditto.
9508
9509 2002-04-09  Earnie Boyd  <earnie@users.sf.net>
9510
9511         * include/w32api.h: Increment version.
9512         * Makefile.in: Ditto.
9513
9514 2002-04-09  Earnie Boyd  <earnie@users.sf.net>
9515
9516         * Makefile.in (bindist): Use * instead of . for file list for tar
9517         command.
9518
9519 2002-04-02  Danny Smith  <dannysmith@users.sourceforge.net>
9520
9521         * include/wtypes.h (enum tagCLSCTX): Change formatting.
9522
9523 2002-04-02  Pat Thoyts  <patthoyts@users.sourceforge.net>
9524
9525         * include/objidl.h (IRunningObjectTable.Register): Correct
9526         prototype.
9527         * include/wtypes.h (ROTFLAGS_REGISTRATIONKEEPSALIVE,
9528         ROTFLAGS_ALLOWANYCLIENT): Add defines.
9529
9530 2002-03-31  Victor Porton  <porton@narod.ru>
9531
9532         * include/shellapi.h (SHGFI_ATTR_SPECIFIED): Add define.
9533
9534 2002-03-29  David Robinow  <drobinow@yahoo.com>
9535
9536         * include/wingdi.h (SetPixelFormat): Correct prototype.
9537
9538 2002-03-29  Phil Krylov  <likewolf@users.sourceforge.net>
9539
9540         * include/richedit.h (EM_SHOWSCROLLBAR): Add define.
9541
9542 2002-03-26  Phil Krylov  <likewolf@users.sourceforge.net>
9543
9544         * include/richedit.h (EM_GETSCROLLPOS, EM_SETSCROLLPSPOS):
9545         Add defines.
9546
9547 2002-03-14  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
9548
9549         * include/richedit.h (RICHEDIT_CLASS): UNICODE it.
9550         * include/shlobj.h (IContextMenu2): Put methods in right order.
9551         * include/basetyps.h (REFGUID, REFIID, REFCLSID): Check for
9552         CINTERFACE before defining.
9553
9554 2002-03-09  Danny Smith  <dannysmith@users.sourceforge.net>
9555
9556         * include/accctrl.h: Add #pragma GCC system_header
9557         if __GNUC__ >= 3.
9558         * include/aclapi.h: Same.
9559         * include/basetsd.h: Same.
9560         * include/basetyps.h: Same.
9561         * include/cderr.h: Same.
9562         * include/cguid.h: Same.
9563         * include/commctrl.h: Same.
9564         * include/commdlg.h: Same.
9565         * include/cpl.h: Same.
9566         * include/cplext.h: Same.
9567         * include/custcntl.h: Same.
9568         * include/dbt.h: Same.
9569         * include/dde.h: Same.
9570         * include/ddeml.h: Same.
9571         * include/dlgs.h: Same.
9572         * include/excpt.h: Same.
9573         * include/httpext.h: Same.
9574         * include/imagehlp.h: Same.
9575         * include/imm.h: Same.
9576         * include/initguid.h: Same.
9577         * include/intshcut.h: Same.
9578         * include/ipexport.h: Same.
9579         * include/iphlpapi.h: Same.
9580         * include/ipifcons.h: Same.
9581         * include/iprtrmib.h: Same.
9582         * include/iptypes.h: Same.
9583         * include/isguids.h: Same.
9584         * include/largeint.h: Same.
9585         * include/lm.h: Same.
9586         * include/lmaccess.h: Same.
9587         * include/lmalert.h: Same.
9588         * include/lmapibuf.h: Same.
9589         * include/lmat.h: Same.
9590         * include/lmaudit.h: Same.
9591         * include/lmbrowsr.h: Same.
9592         * include/lmchdev.h: Same.
9593         * include/lmconfig.h: Same.
9594         * include/lmcons.h: Same.
9595         * include/lmerr.h: Same.
9596         * include/lmerrlog.h: Same.
9597         * include/lmmsg.h: Same.
9598         * include/lmremutl.h: Same.
9599         * include/lmrepl.h: Same.
9600         * include/lmserver.h: Same.
9601         * include/lmshare.h: Same.
9602         * include/lmsname.h: Same.
9603         * include/lmstats.h: Same.
9604         * include/lmsvc.h: Same.
9605         * include/lmuse.h: Same.
9606         * include/lmuseflg.h: Same.
9607         * include/lmwksta.h: Same.
9608         * include/lzexpand.h: Same.
9609         * include/mapi.h: Same.
9610         * include/mciavi.h: Same.
9611         * include/mcx.h: Same.
9612         * include/mmsystem.h: Same.
9613         * include/mswsock.h: Same.
9614         * include/nb30.h: Same.
9615         * include/nddeapi.h: Same.
9616         * include/nspapi.h: Same.
9617         * include/ntdef.h: Same.
9618         * include/ntsecapi.h: Same.
9619         * include/ntsecpkg.h: Same.
9620         * include/oaidl.h: Same.
9621         * include/objbase.h: Same.
9622         * include/objfwd.h: Same.
9623         * include/objidl.h: Same.
9624         * include/odbcinst.h: Same.
9625         * include/ole.h: Same.
9626         * include/ole2.h: Same.
9627         * include/ole2ver.h: Same.
9628         * include/oleauto.h: Same.
9629         * include/olectl.h: Same.
9630         * include/olectlid.h: Same.
9631         * include/oledlg.h: Same.
9632         * include/oleidl.h: Same.
9633         * include/pbt.h: Same.
9634         * include/prsht.h: Same.
9635         * include/psapi.h: Same.
9636         * include/rapi.h: Same.
9637         * include/ras.h: Same.
9638         * include/raserror.h: Same.
9639         * include/rassapi.h: Same.
9640         * include/regstr.h: Same.
9641         * include/richedit.h: Same.
9642         * include/richole.h: Same.
9643         * include/rpc.h: Same.
9644         * include/rpcdce.h: Same.
9645         * include/rpcdce2.h: Same.
9646         * include/rpcdcep.h: Same.
9647         * include/rpcndr.h: Same.
9648         * include/rpcnsi.h: Same.
9649         * include/rpcnsip.h: Same.
9650         * include/rpcnterr.h: Same.
9651         * include/rpcproxy.h: Same.
9652         * include/schannel.h: Same.
9653         * include/schnlsp.h: Same.
9654         * include/scrnsave.h: Same.
9655         * include/security.h: Same.
9656         * include/setupapi.h: Same.
9657         * include/shellapi.h: Same.
9658         * include/shlguid.h: Same.
9659         * include/shlobj.h: Same.
9660         * include/sql.h: Same.
9661         * include/sqlext.h: Same.
9662         * include/sqltypes.h: Same.
9663         * include/sqlucode.h: Same.
9664         * include/sspi.h: Same.
9665         * include/subauth.h: Same.
9666         * include/tlhelp32.h: Same.
9667         * include/unknwn.h: Same.
9668         * include/userenv.h: Same.
9669         * include/w32api.h: Same.
9670         * include/winbase.h: Same.
9671         * include/wincon.h: Same.
9672         * include/wincrypt.h: Same.
9673         * include/windef.h: Same.
9674         * include/windows.h: Same.
9675         * include/windowsx.h: Same.
9676         * include/winerror.h: Same
9677         * include/wingdi.h: Same.
9678         * include/wininet.h: Same.
9679         * include/winioctl.h: Same.
9680         * include/winnetwk.h: Same.
9681         * include/winnls.h: Same.
9682         * include/winnt.h: Same.
9683         * include/winperf.h: Same.
9684         * include/winreg.h: Same.
9685         * include/winresrc.h: Same.
9686         * include/winsock.h: Same.
9687         * include/winsock2.h: Same.
9688         * include/winspool.h: Same.
9689         * include/winsvc.h: Same.
9690         * include/winuser.h: Same.
9691         * include/winver.h: Same.
9692         * include/ws2tcpip.h: Same.
9693         * include/wsnetbs.h: Same.
9694         * include/wtypes.h: Same.
9695         * include/zmouse.h: Same.
9696         * include/mapi.h: Change header guard name to _MAPI_H  for
9697         consistency.
9698
9699 2002-03-08  Danny Smith  <dannysmith@users.sourceforge.net>
9700
9701         * include/accctrl.h (_ACCCTRL_H): Correct typo.
9702         Remove unnecessary inclusion of <wtypes.h>.
9703         * ChangeLog: Fix omission of name in recent entries.
9704
9705 2002-03-08  Antony Blakey  <antony.blakey@ihug.com.au>
9706
9707         * include/initguid.h (DEFINE_GUID): Add GUID_EXT to define.
9708
9709 2002-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
9710
9711         * include/mswsock.h: Group winsock2 dependants
9712         together and protect with #ifdef _WINSOCK2_H.
9713         * lib/test.c: Only test ws2tcpip.h if winsock2.h
9714         has been included.
9715
9716 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
9717
9718         * include/mswsock.h (TP_*): Add new defines.
9719         (TRANSMIT_PACKETS_ELEMENT): Define new structure.
9720         (WSAMSG): Likewise.
9721         (WSACMSGHDR): Likewise.
9722         (DisconnectEx): Add new prototype.
9723         (WSARecvMsg): Likewise.
9724         (WSA_CMSG_*) Add empty macros, guarded by #if 0.
9725
9726 2002-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
9727
9728         * ChangeLog: Fix typo in last entry.
9729         * include/winsock2.h (IPPROTO_*): Add IPv6 defines.
9730         * include/ws2tcpip.h: (IP_*): Add new defines.
9731         (INET_ADDRSTRLEN, INET6_ADDRSTRLEN): Add defines.
9732         (NI_*): Add getnameinfo constants and bitmasks.
9733         (AI_*): Add getaddrinfo flags.
9734         (EAI_*): Add getaddrinfo error codes.
9735         (ip_mreq_source): Add new structure.
9736         (ip_msfilter): Add new structure.
9737         (IP_MSFILTER_SIZE): Add new macro.
9738         (in_pktinfo): Add new structure.
9739         Add preliminary IPv6 support.
9740         (in6_addr): Add new structure and some defines.
9741         (sockaddr_in6): Add new structure.
9742         (in6addr_any, in6addr_loopback): Declare extern structures.
9743         (IN6ADDR_ANY_INIT,IN6ADDR_LOOPBACK_INIT): Add
9744         initialization macros for above.
9745         (IN6_ARE_ADDR_EQUAL): Define macro.
9746         (IN6_IS_ADDR_*): Define address testing macros.
9747         (socklen_t) Add new typedef.
9748         (ipv6_mreq): Add new structure.
9749         (in6_pktinfo): Same.
9750         (addrinfo): Same.
9751         (freeaddrinfo):Add new prototype.
9752         (getaddrinfo): Same.
9753         (gai_strerror[AW]): Same.
9754         (getnameinfo): Same.
9755         (sockaddr_in6_old): Add structure.
9756         (sockaddr_gen): Add union definition.
9757         (INTERFACE_INFO): Use sockaddr_gen as members.
9758         (INTERFACE_INFO_OLD): Add comment on workaround for problems
9759         with INTERFACE_INFO on NT4 prior to sp4.
9760
9761 2002-02-28  Danny Smith  <dannysmith@users.sourceforge.net>
9762
9763         * include/windows.h: Remove test for __W32API_MAJOR_VERSION
9764         when selecting winsock interface.
9765         * include/winsock2.h (SOCKET_ADDRESS_LIST): Add structure
9766         and typedefs. Thanks to: 'Lorenzo' <conte0@infinito.it>.
9767         Expand FIXME comment.
9768         (WSACOMPLETIONTYPE): Add enum.
9769         (WSACOMPLETION): Add structure and typedefs.
9770         (WSANSPIoctl): Add function prototpe and callback typedef.
9771         (SIO_NSP_NOTIFY_CHANGE): Add define.
9772         (sockaddr_storage): Add structure and typedefs.
9773
9774 2002-02-16  Andriy Palamarchuk  <apa3a@yahoo.com>
9775
9776         * include/winuser.h (OIC_*): Add resource constants.
9777
9778 2002-02-14 Mattia Barbon  <mbarbon@users.sourceforge.net>
9779
9780         * include/ntsecpkg.h: New file.
9781         * include/schannel.h: New file.
9782         * include/schnlsp.h: New file.
9783         * include/security.h: New file.
9784         * include/sspi.h: New file.
9785         * include/ntsecapi.h (KERB_WRAP_NO_ENCRYPT,
9786         MICROSOFT_KERBEROS_NAME_[AW]): Add missing constants
9787         * include/wincrypt.h (CALG_*, X509_ASN_ENCODING.
9788         PKCS_7_ASN_ENCODING, CERT_*, USAGE_MATCH_TYPE_AND,
9789         USAGE_MATCH_TYPE_OR, szOID_*): Add missing constants
9790         (struct _CRYPTOAPI_BLOB): Add structure and typedefs.
9791         (SSL_EXTRA_CERT_CHAIN_POLICY_PARA,HTTPSPolicyCallbackData,
9792         CERT_CHAIN_POLICY_PARA,CERT_CHAIN_POLICY_STATUS,
9793         CRYPT_ALGORITHM_IDENTIFIER, CRYPT_BIT_BLOB,
9794         CERT_PUBLIC_KEY_INFO, CERT_EXTENSION, CERT_INFO, CERT_CONTEXT,
9795         CTL_USAGE, CERT_ENHKEY_USAGE, CERT_USAGE_MATCH,
9796         CERT_CHAIN_PARA, CERT_CHAIN_FIND_BY_ISSUER_PARA,
9797         CERT_TRUST_STATUS, CRL_ENTRY, CRL_INFO, CRL_CONTEXT,
9798         CERT_REVOCATION_CRL_INFO, CERT_REVOCATION_INFO,
9799         CERT_CHAIN_ELEMENT, CRYPT_ATTRIBUTE, CTL_ENTRY, CTL_INFO,
9800         CTL_CONTEXT, CERT_TRUST_LIST_INFO, CERT_SIMPLE_CHAIN,
9801         CERT_CHAIN_CONTEXT): Add missing structures.
9802         (CertCloseStore, CertGetCertificateChain,
9803         CertVerifyCertificateChainPolicy, CertFreeCertificateChain,
9804         CertNameToStr[AW], CertOpenSystemStore[AW], CertOpenStore,
9805         CertFindCertificateInStore, CertFreeCertificateContext,
9806         CertGetIssuerCertificateFromStore,
9807         CertFindChainInStore): Add missing functions.
9808         (CertNameToStr, CertOpenSystemStore, CERT_FIND_SUBJECT_STR,
9809         CERT_FIND_ISSUER_STR): Add Unicode mappings.
9810         * lib/crypt32.def: New file.
9811         * lib/secur32.def: Add mising stubs.
9812         * lib/test.c: Include new headers.
9813
9814 2002-02-14  Danny Smith  <dannysmith@users.sourceforge.net>
9815
9816         * include/windef.h (PROC,FARPROC,NEARPROC): Remove void
9817         parameter.
9818
9819 2002-01-30  Danny Smith  <dannysmith@users.sourceforge.net>
9820
9821         * lib/test.c: Include mapi.h.
9822         * include/commctrl.h (TBSTYLE_*): Add missing defines.
9823         Thanks to: "Ron"  <ron@debian.org>
9824
9825 2002-01-30  John Fattaruso  <fattaruso@ieee.org>
9826
9827         * include/mapi.h: New file.
9828         * lib/mapi.def: Add missing function stubs.
9829
9830 2002-01-28  Danny Smith  <dannysmith@users.sourceforge.net>
9831
9832         * include/winuser.h (GetWindowLongPtr[AW],
9833         SetWindowLongPtr[AW]): Add prototypes for _WIN64.
9834
9835 2002-01-28  Mattia Barbon  <mbarbon@users.sourceforge.net>
9836
9837         * include/winuser.h (GWLP_*,DWLP_*): Add missing constants.
9838         (GetWindowLongPtr[AW], SetWindowLongPtr[AW]): Map them to
9839         {Get Set}WindowLong[AW], as in Win32 they are equivalent.
9840         (GetWindowLongPtr, SetWindowLongPtr): Add Unicode mappings.
9841
9842 2002-01-28  Danny Smith  <dannysmith@users.sourceforge.net>
9843
9844         * lib/test.c: Include wsnetbs.h.
9845
9846 2002-01-28  Kai Henningsen  <kai-henningsen@users.sourceforge.net>
9847
9848         * include/wsnetbs.h: New file.
9849
9850 2002-01-25  Earnie Boyd  <earnie@users.sf.net>
9851
9852         * include/winnt.h: Remove merge conflict.
9853
9854 2002-01-25  Danny Smith  <dannysmith@users.sourceforge.net>
9855
9856         * include/winnt.h (_TCHAR): Add typedefs.
9857
9858 2002-01-25  Tim Hughes  <tjh@delcam.com>
9859
9860         * include/wininet.h (SECURITY_FLAG_IGNORE_*): Add missing
9861         defines.
9862
9863 2002-01-25  Andriy Palamarchuk  <apa3a@yahoo.com>
9864
9865         * include/winsuser.h (ATF_AVAILABLE, SERKF_ACTIVE):
9866         Add defines.
9867         (LPACCESSTIMEOUT): Add typedef.
9868
9869 2002-01-24  Phillip Susi  <psusi@cfl.rr.com>
9870
9871         * include/commctrl.h: Add missing HDM_*,HDN_*,LVSICF_* defines.
9872
9873 2002-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
9874
9875         * include/commctrl.h (HDITEM[AW]): Rename _HD_ITEM[AW] to
9876         _HDITEM[AW], with parallel changes to typedefs. Use defines for
9877         backward compatability with old names. Update UNICODE mappings.
9878         (HDLAYOUT): Remove struct _HD_LAYOUT_XP.  Use new typedefs
9879         for struct _HD_LAYOUT and add defines for backward
9880         compatability with old names.
9881         (NMLISTVIEW): Rename _NM_LISTVIEW to tagNMLISTVIEW, with
9882         parallel chages to typedefs. Add defines for backward
9883         compatability with old names.
9884         (TCHITTESTINFO, IMAGELISTDRAWPARAMS): Fix _WIN32_IE guard.
9885
9886 2002-01-21  Robert Collins  <rbtcollins@hotmail.com>
9887
9888         * include/winnt.h: Add missing MEM_ defines, and convert existing to
9889         hex for readability.
9890
9891 2002-01-17  Marcus Geelnard  <marcus.geelnard@home.se>
9892
9893         * include/winsuser.h (tagKBDLLHOOKSTRUCT): Define struct
9894         and typedefs.
9895         (SPI_SETSCREENSAVERRUNNING): Add define.
9896         (LLKHF_ALTDOWN): Add define.
9897         * include/wingdi.h (PFD_GENERIC_ACCELERATED,
9898         PFD_DEPTH_DONTCARE): Add defines.
9899
9900 2002-01-17  Danny Smith  <dannysmith@users.sourceforge.net>
9901
9902         * include/objbase.h (CoGetObject): Add prototype.
9903
9904 2002-01-14  Timothy J. Wood  <tjw@omnigroup.com>
9905
9906         * include/winuser.h (ENUM_CURRENT_SETTINGS,
9907         ENUM_REGISTRY_SETTINGS): Add defines.
9908
9909 2002-01-14  Danny Smith  <dannysmith@users.sourceforge.net>
9910
9911         * include/winnt.h (FILE_ATTRIBUTE_ENCRYPTED): Correct constant.
9912         (FILE_ATTRIBUTE_DEVICE): Add define.
9913
9914 2002-01-14  Corinna Vinschen  <vinschen@redhat.com>
9915
9916         * include/winnt.h: Add INVALID_FILE_ATTRIBUTES.
9917
9918 2002-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
9919
9920         * ChangeLog: correct date in last entry.
9921
9922 2002-01-11  Timothy J. Wood  <tjw@omnigroup.com>
9923
9924         * include/winuser.h (MONITORENUMPROC): Add typedef.
9925         (EnumDisplayMonitors): Add prototype.
9926         * lib/user32.def (EnumDisplayMonitors): Add stub.
9927
9928 2002-01-11 Ralf Habacker  <Ralf.Habacker@freenet.de>
9929
9930         * include/ntsecapi.h:  Fixed missing void parameter type in some
9931         prototypes.
9932         * include/objbase.h: Ditto.
9933         * include/rapi.h: Ditto.
9934         * include/rpc.h: Ditto.
9935         * include/rpcdce.h: Ditto.
9936         * include/rpcdcep.h: Ditto.
9937         * include/rpcndr.h: Ditto.
9938         * include/rpcnsip.h: Ditto.
9939         * include/rpcproxy.h: Ditto.
9940         * include/windef.h: Ditto.
9941
9942 2002-01-07  Danny Smith  <dannysmith@users.sourceforge.net>
9943
9944         * lib/vfw32.def (LIBRARY): Change to MSVFW32.DLL.
9945
9946 2002-01-04  TAMURA Kent  <tkent@users.sourceforge.net>
9947
9948         * include/wingdi.h (BI_JPEG, BI_PNG, GGO_BEZIER,GGO_UNHINTED,
9949          LAYOUT_RTL, LAYOUT_BITMAPORIENTATIONPRESERVED): Add defines.
9950         * include/winuser.h (HWND_MESSAGE, WS_EX_COMPOSITED,
9951         WS_EX_LAYERED, WS_EX_LAYOUTRTL, WS_EX_NOACTIVATE,
9952         WS_EX_NOINHERITLAYOUT): Add defines.
9953         * include/winnt.h (PF_RDTSC_INSTRUCTION_AVAILABLE,
9954         PF_PAE_ENABLED, MEM_PHYSICAL, MEM_RESET, MEM_TOP_DOWN,
9955         MEM_WRITE_WATCH): Add defines.
9956
9957
9958 2002-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
9959
9960         * include/winbase.h (InitializeCriticalSectionAndSpinCount):
9961         Add prototype.
9962         (SetCriticalSectionSpinCount): Likewise.
9963
9964 2001-12-30  Guido Serassio  <serassio@libero.it>
9965
9966         * include/winsvc.h: Add EnumServiceStatusEx(),
9967         QueryServiceStatusEx()
9968         & RegisterServiceCtrlHandlerEx()
9969
9970 2001-12-21  Robert Collins  <rbtcollins@hotmail.com>
9971
9972         * include/wingdi.h: Add GetRandomRgn and SYSRGN.
9973
9974 2001-12-20  Christopher Faylor  <cgf@redhat.com>
9975
9976         * lib/Makefile.in: Revert inst_installdir definitions to working
9977         versions.
9978
9979 2001-12-17  Guido Serassio  <serassio@libero.it>
9980
9981         * include/winsvc.h: Add ChangeServiceConfig2() &
9982         QueryServiceConfig2() definition
9983
9984 2001-12-17  Robert Collins  <rbtcollins@hotmail.com>
9985
9986         * include/commctrl.h: New typedefs for HDLAYOUT and LPHDLAYOUT based
9987         on MSDN documentation for XP.
9988
9989 2001-12-15  Andrew Begel  <abegel@eecs.berkeley.edu>
9990
9991         * include/winbase.h (CreateHardLink): Correct typo in UNICODE
9992         mappings.
9993
9994 2001-12-11  Phillip Susi  <psusi@cfl.rr.com>
9995
9996         * include/commctrl.h (ACS_*): Add new defines.
9997         (PGS_*): Ditto.
9998         (CBES_*): Ditto.
9999         (TBSTYLE_*): Ditto.
10000         (TB_*): Ditto.
10001         (TTS_*): Ditto.
10002         (UDS_HOTTRACK): Add define.
10003         (SBT_TOOLTIPS): Ditto.
10004         (TBS_*): Add new defines.
10005         (HDS_*): Ditto.
10006         (LVS_EX_*) Ditto.
10007         (LVKF_*): Ditto.
10008         (TCM_GETEXTENDEDSTYLE): Add define.
10009         (TVS_NOHSCROLL): Ditto.
10010         (TVIF_INTEGRAL): Ditto.
10011         (DTS_SHORTDATECENTURYFORMAT): Ditto.
10012         (TCS_*): Add new defines.
10013         (CBEM_*): Add defines.
10014         (tagNMITEMACTIVATE): Add structure definition and typedefs.
10015         (tagTVITEMEX[AW]: Ditto.
10016         (tagTVINSERTSTRUCT[AW]: Add union member.
10017         * include/winbase.h (VirtualAllocEx): Add prototype.
10018         * include/winuser.h (SS_*): Add new defines.
10019
10020 2001-12-07  Earnie Boyd  <earnie@users.sf.net>
10021
10022         * Makefile.in: Increment VERSION.
10023         * include/w32api.h: Ditto.
10024
10025 2001-12-07  Earnie Boyd  <earnie@users.sf.net>
10026
10027         * Makefile.in: Increment VERSION.
10028         * include/w32api.h: Ditto.
10029
10030 2001-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
10031
10032         * include/setupi.h (SetupDiCreateDeviceInterfaceRegKey[AW],
10033         SetupDiCreateDevRegKey[AW],SetupDiDeleteDeviceInterfaceRegKey,
10034         SetupDiDeleteDevRegKey,SetupDiOpenClassRegKey,
10035         SetupDiOpenClassRegKeyEx[AW],SetupDiOpenDeviceInterfaceRegKey,
10036         SetupDiOpenDevRegKey): Correct function names.
10037
10038 2001-12-04  Earnie Boyd  <earnie@users.sf.net>
10039
10040         * include/winuser.h (IDC_STATIC): Don't define.
10041
10042 2001-12-04  Danny Smith  <dannysmith@users.sourceforge.net>
10043
10044         Cleanup merge between SourceForge and winsup CVS.
10045         * include/winbase.h (OSVERSIONINFO[AW], OSVERSIONINFOEX[AW]: Remove
10046         definitions.
10047         * include/winnt.h (VER_NT*): Remove duplicate defines.
10048         (VER_SUITE*): Group with VER_PLATFORM*, VER_NT* defines.
10049
10050 2001-12-03  Earnie Boyd  <earnie@users.sf.net>
10051
10052         * include/accctrl.h: Change \r\n to \n.
10053
10054 2001-11-30  Danny Smith  <dannysmith@users.sourceforge.net>
10055
10056         * include/ipexport.h (IP_UNIDIRECTIONAL_ADAPTER_ADDRESS):
10057         Add structure definition.
10058         * include/iptypes.h (IP_PER_ADAPTER_INFO): Ditto.
10059         * include/iphlpapi.h (AddIPAddress,CreateProxyArpEntry,
10060         DeleteIPAddress,DeleteProxyArpEntry,EnableRouter,
10061         FlushIpNetTable,GetAdapterIndex,GetPerAdapterInfo,
10062         GetUniDirectionalAdapterInfo,SendARP,SetAdapterIpAddress,
10063         UnenableRouter) Declare functions.
10064         * lib/iphlpapi.def: Add function names to import lib.
10065
10066 2001-11-24  Danny Smith  <dannysmith@users.sourceforge.net>
10067
10068         * include/winnt.h (PACCESS_MASK): Add typedef.
10069         * include/aclapi.h: New file.
10070         * include/acctrl.h: New file.
10071         * lib/advapi32.def: Add missing symbols.
10072         * lib/test.c: Add #include <aclapi.h>.
10073
10074 2001-11-23  Danny Smith  <dannysmith@users.sourceforge.net>
10075
10076         * include/winbase.h (OSVERSIONINFO[AW],VER_PLATFORM_WIN32s,
10077         VER_PLATFORM_WIN32_WINDOWS,VER_PLATFORM_WIN32_NT): Move from
10078         here ...
10079         * include/winnt.h: ... to here.
10080         * include/winbase.h (VerifyVersionInfo[AW]): Add declaration.
10081         * include/winnt.h (OSVERSIONINFOEX[AW]): Add structure definitions
10082         and typedefs.
10083         (VER_NT_WORKSTATION,VER_NT_DOMAIN_CONTROLLER,VER_NT_SERVER):
10084         Add defines.
10085
10086 2001-11-19  Pierre Muller  <muller@ics.u-strasbg.fr>
10087
10088         * w32api/include/winnt.h: prepare SSE register support.
10089         (CONTEXT_EXTENDED_REGISTERS): Add new define.
10090         (MAXIMUM_SUPPORTED_EXTENSION): New define.
10091         (struct CONTEXT): ExtendedRegisters field added.
10092
10093 2001-11-16  Danny Smith  <dannysmith@users.sourceforge.net>
10094
10095         * include/winuser.h (tagALTTABINFO, tagCOMBOBOXINFO,
10096         tagCURSORINFO, tagMENUBARINFO, tagMENUINFO, tagMONITORINFO
10097         tagSCROLLBARINFO, tagTITLEBARINFO. tagWINDOWINFO,
10098         tagLASTINPUTINFO ): Define new structures.
10099         (EndMenu, GetAltTabInfo[AW],GetComboBoxInfo,GetCursorInfo,
10100         GetLastInputInfo, GetListBoxInfo, GetMenuBarInfo,
10101         GetMonitorInfo[AW], GetScrollBarInfo, GetTitleBarInfo,
10102         GetWindowInfo, GetWindowModuleFileName[AW],GetMenuInfo
10103         SetMenuInfo): Add new prototypes.
10104         * lib/user32.def: Add import stubs for above functions.
10105
10106         * include/winuser.h (IDC_STATIC): Protect against prior
10107         definition.
10108
10109 2001-11-12  Corinna Vinschen  <corinna@vinschen.de>
10110
10111         * include/winbase.h (OSVERSIONINFOEX): Add definition.
10112         * include/winnt.h: Add VER_NT_* and VER_SUITE_* defines.
10113
10114 2001-11-10  Robert Collins  <rbtcollins@hotmail.com>
10115
10116         * include/winnt.h: Add Danny Smith's text comment about gcc compiler
10117         warnings with _AUTHORITY #defines.
10118
10119 2001-11-09  Robert Collins  <rbtcollins@hotmail.com>
10120
10121         * include/winnt.h (GetCurrentFiber): Create a prototype before the
10122         implementation.
10123         (GetFiberData): Ditto.
10124
10125 2001-11-09  Robert Collins  <rbtcollins@hotmail.com>
10126
10127         * include/winnt.h: Backout last change.
10128
10129 2001-11-08  Robert Collins  <rbtcollins@hotmail.com>
10130
10131         * include/winnt.h: Define *_SID_AUTHORITY appropriately,
10132         GetCurrentFiber: Create a prototype before the implementation.
10133         GetFiberData: Ditto.
10134
10135 2001-11-06  Danny Smith  <dannysmith@users.sourceforge.net>
10136
10137         * include/winuser.h (IDC_STATIC): Add define.
10138         Thanks to: Benoit Laniel.
10139
10140 2001-11-05  Danny Smith  <dannysmith@users.sourceforge.net>
10141
10142         * include/commdlg.h: Include <unknwn.h> rather than local
10143         definition of LPUKNOWN.
10144         * include/rpcproxy.h: Don't include if ndef CINTERFACE.
10145         Emit warning.
10146
10147 2001-11-05  Mattia Barbon  <mbarbon@dsi.unive.it>
10148
10149         * include/windef.h (DECLSPEC_NORTEURN): Add an empty version
10150         for Watcom.
10151         (DECLARE_STDCALL_P): Use it to add __stdcall decoration for
10152         functions of the form 'type * function(...)' in a way compatible
10153         with both Watcom and GCC.
10154         * include/rpcdcep.h (I_RpcAllocate): Use DECLARE_STDCALL_P.
10155         * include/rpcproxy.h (CInterfaceProxyVtbl): Do not declare
10156         zero-sized arrays for Watcom. Mark as __extension for __GNUC__.
10157         * include/windows.h: Watcom can use anonymous structs/unions.
10158         * include/winnt.h: Watcom can use 64 bit ints.
10159         (GetCurrentFiber): Add another inline definition using
10160         Watcom inline assembly syntax.
10161         (GetFiberData): Likewise.
10162         * include/winsock.h (inet_ntoa): Use DECLARE_STDCALL_P.
10163         (gethostbyname): Likewise.
10164         (gethostbyaddr}: Likewise.
10165         (getservbyport}: Likewise.
10166         (getservbyname}: Likewise.
10167         (getprotobynumber}: Likewise.
10168         (getprotobyname}: Likewise.
10169         * include/winsock2.h (inet_ntoa): Use DECLARE_STDCALL_P.
10170         (gethostbyname}: Likewise.
10171         (gethostbyaddr}: Likewise.
10172         (getservbyport}: Likewise.
10173         (getservbyname}: Likewise.
10174         (getprotobynumber}: Likewise.
10175         (getprotobyname}: Likewise.
10176         * lib/diinut.c: Correction for Watcom.
10177         * lib/kernel32.c (GetCurrentFiber): Add another definition
10178         using Watcom inline assembly syntax.
10179         (GetFiberData): Likewise.
10180         * lib/scrnsave.c (WinMain): Add break after default:
10181         clause.
10182
10183 2001-11-04  "stefan"  <stefan@lkcc.org>
10184
10185         * include/winnt.h (GetCurrentFiber): Add prototype.
10186         (GetFiberData): Likewise.
10187
10188 2001-11-04  Christopher Faylor  <cgf@redhat.com>
10189
10190         * lib/Makefile.in: Add .NOTPARALLEL target since dlltool cannot run in
10191         parallel invocations.
10192
10193 2001-11-03  Christopher Faylor  <cgf@redhat.com>
10194
10195         * lib/scrnsave.c (WinMain): Trivial change to avoid a compiler warning.
10196
10197 2001-11-01  Danny Smith  <dannysmith@users.sourceforge.net>
10198
10199         * include/basetyps.h (DECLARE_INTERFACE): Don't add
10200         __attribute__((com_interface)) for __GNUC__ >= 3.
10201
10202 2001-11-01  Danny Smith  <dannysmith@users.sourceforge.net>
10203
10204         * include/commdlg.h (PRINTPAGERANGE): Add structure
10205         definition.
10206         (PRINTDLGEX[AW]): Likewise.
10207         (PrintDlgEx[AW]): Add function declaration.
10208         * lib/comdlg32.def (PrintDlgEx[AW]): Add function stubs.
10209         * ChangeLog: Fix typo in last entry.
10210
10211 2001-11-01  TAMURA Kent  <tkent@users.sourceforge.net>
10212
10213         * include/objbase.h (CoGetClassObject): Change third parameter
10214         to COSERVERINFO*.
10215
10216 2001-10-30  Danny Smith  <dannysmith@users.sourceforge.net>
10217
10218         * include/winuser.h (MOUSEEVENTF_WHEEL): Define.
10219         Thanks to: Kim Saunders.
10220         * include/oleauto.h: Define VARIANT* flags for VariantChangeType.
10221         Thanks to: Pat Thoyts.
10222         * include/winnt.h: Change C++ style comment to C style.
10223         * include/shlobj.h: Ditto.
10224         * include/objbase.h (enum tagCOINIT): Remove comma at end of
10225         list.
10226         * include/oledlg.h (enum tagOLEUIPASTEFLAG): Ditto.
10227         * include/oleidl.h (enum tagDROPEFFECT): Mark as __extension__
10228         (enum not limited to range of int).
10229         * include/oaidl.h (struct tagVARIANT): Mark as __extension__
10230         (struct with no named members), ifndef NONAMELESSUNION.
10231
10232 2001-10-30  Danny Smith  <dannysmith@users.sourceforge.net>
10233
10234         * include/winuser.h (CREATESTRUCT): UNICODE it.
10235         (CBT_CREATEWND): Likewise.
10236
10237 2001-10-20  Corinna Vinschen  <corinna@vinschen.de>
10238
10239         * include/winnetwk.h (WNetGetResourceInformationA): Add declaration.
10240         (WNetGetResourceInformationW): Ditto.
10241         (WNetGetResourceInformation): Add define.
10242
10243 2001-10-12  Pedro A Aranda  <paaguti@hotmail.com>
10244
10245         * include/winuser.h (POINTSTOPOINT): Use explicit casts
10246         before extracting words.
10247
10248 2001-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
10249
10250         * include/winnt.h: Add PF_* defines.
10251         Thanks to: "Wizord"  <wizord@argoslabs.com>
10252
10253 2001-09-18  Danny Smith  <dannysmith@users.sourceforge.net>
10254
10255         * include/winnt.h (_[U]LARGE_INTEGER): Mark nameless structure
10256         field as _ANONYMOUS_STRUCT.
10257         * include/setupapi.h (SP_DEVINSTALL_PARAMS): Add missing typedef
10258         for UNICODE.
10259         * include/ipexport.h (icmp_echo_reply): Remove extra ';'.
10260         * lib/makefile.in: Add -pedantic switch to TEST_OPTIONS for header
10261         test.
10262
10263 2001-09-17  Mattia Barbon  <mbarbon@dsi.unive.it>
10264
10265         * include/commctrl.h: Add some ListView constants.
10266
10267 2001-09-17  Earnie Boyd  <earnie@sf.net>
10268
10269         * lib/Makefile.in (inst_includedir): Add FIXME and remove the usr/
10270         portion of the directory from the install.
10271         (inst_libdir): Ditto.
10272         * Makefile.in (VERSION): Increment.
10273         * include/w32api.h: Increment version.
10274
10275 2001-09-13  Earnie Boyd  <earnie@SF.net>
10276
10277         * lib/Makefile.in (inst_includedir): Change to always use w32api
10278         subdirectory for target == cygwin.
10279         (inst_libdir): Ditto.
10280
10281 2001-09-13  Earnie Boyd  <earnie@SF.net>
10282
10283         * lib/Makefile.in (config_prefix): New variable.
10284         (inst_includedir): Manipulate special value only if target == cygwin
10285         and build == target and prefix != config_prefix.
10286         (inst_libdir): Ditto.
10287
10288 2001-09-12  Earnie Boyd  <earnie@SF.net>
10289
10290         * Makefile.in (TARFLAGS): New variable.
10291         (TARFILEEXT): Ditto.
10292
10293 2001-09-12  Earnie Boyd  <earnie@SF.net>
10294
10295         * Makefile.in: Increment version.
10296         * include/w32api.h: Ditto.
10297         * lib/Makefile.in: Add usr/ to install directory special for cygwin.
10298
10299 2001-09-11  Danny Smith  <dannysmith@users.sourceforge.net>
10300
10301         * include/winnt.h (_[U]LARGE_INTEGER): Protect nameless struct with
10302         !defined(NONAMELESSUNION), rather than defined(_ANONYMOUS_STRUCT).
10303         (_REPARSE_DATA_BUFFER): Name union field DUMMYUNIONNAME.
10304
10305 2001-09-05  Danny Smith  <dannysmith@users.sourceforge.net>
10306
10307         * include/wininet.h (InternetAutodial): Add prototype.
10308         (InternetAutodialHangup): Ditto.
10309         (InternetDial): Ditto.
10310         (InternetGetConnectedState): Ditto.
10311         (InternetGoOnline): Ditto.
10312         (InternetHangUp): Ditto.
10313         (InternetSetDialState): Ditto.
10314         Add associated INTERNET_* auto dial flags.
10315         Guard typedefs and prototypes with #ifndef RC_INVOKED.
10316
10317 2001-09-04  Earnie Boyd  <earnie@SF.Net>
10318
10319         * lib/Makefile.in: Move the setting of variable libdir to after the
10320         setting of exec_prefix since the value of libdir is dependant on it.
10321
10322 2001-09-04  Christopher Faylor  <cgf@cygnus.com>
10323
10324         * include/winbase.h: Add missing closing parentheses to
10325         InterlockedExchangePointer declaration.
10326
10327 2001-09-01  Danny Smith  <dannysmith@users.sourceforge.net>
10328
10329         * include/shlobj.h (CFSTR_* ): Add new defines.
10330         Thanks to: "Ron" <ron@debian.org> .
10331         Unicode them.
10332
10333 2001-09-01  Christopher Faylor  <cgf@cygnus.com>
10334
10335         * include/winnt.h: Use defined(_ANONYMOUS_STRUCT) to determine if
10336         anonymous structs are available rather than just testing preprocessor
10337         variable directly.
10338
10339 2001-08-31  Corinna Vinschen  <corinna@vinschen.de>
10340
10341         * include/winnt.h: Change definition of `SYSTEM_LUID' to comply
10342         with new `LARGE_INTEGER' definition.
10343
10344 2001-08-30  Christopher Faylor  <cgf@cygnus.com>
10345
10346         * include/winsock2.h: Remove "extra token" after #endif.
10347
10348 2001-08-31  Earnie Boyd  <earnie@SF.Net>
10349
10350         * config.guess: Remove the \r from the end of line.
10351         * config.sub: Ditto.
10352
10353 2001-08-30  Danny Smith  <dannysmith@users.sourceforge.net>
10354
10355         * include/winnt.h: Allow anonymous struct in [U]LARGE_INTEGER
10356         if __cplusplus as well as if _ANONYMOUS_STRUCT.
10357
10358 2001-08-29  Earnie Boyd  <earnie@SF.Net>
10359
10360         * config.guess: Add the MSYS system.
10361         * config.sub: Ditto.
10362         * include/winsock.h: Add the __INSIDE_MSYS__ protections.
10363         * incldue/winsock2.h: Ditto.
10364
10365 2001-08-29  Eric Kohl  <ekohl@users.sourceforge.net>
10366
10367         * include/winnt.h: Allow anonymous (Xxx.LowPart) or
10368         non-anonymous (Xxx.u.LowPart) access to HighPart and
10369         LowPart of a LARGE_INTEGER or ULARGE_INTEGER.
10370
10371 2001-08-24  TAMURA Kent  <tkent@users.sourceforge.net>
10372
10373         * include/wingdi.h (HANGUL_CHARSET): Add define.
10374
10375 2001-08-21  Earnie Boyd  <earnie@SF.Net>
10376
10377         * include/setupapi.h: Formatting.
10378
10379 2001-08-21  Earnie Boyd  <earnie@SF.Net>
10380
10381         * include/shlobj.h: Remove \r from the line endings.
10382
10383 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
10384
10385         * include/setupapi.h : New file.
10386         * lib/setupapi.def:New file.
10387         * lib/test.c: Include setupapi.h.
10388
10389 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
10390         * include/winioctl.h (_DISK_PERFORMANCE): Correct typo.
10391
10392 2001-08-21  Mattia Barbon  <mbarbon@dsi.unive.it>
10393
10394         * include/richedit.h (ENLINK): Add structure definition.
10395         (EM_AUTOURLDETECT, EN_LINK, ENM_LINK): Add defines.
10396
10397 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
10398
10399         * include/shlobj.h (CMIC_*): Remove duplicate defines.
10400         (CMDSTR_*): Remove duplicates; UNICODE string constants.
10401         (GCS_*): Make UNICODE.
10402         (CSIDL_*): Add more defines.
10403         * include/winioctl.h (_MEDIA_TYPE): Add pointer typedef.
10404         (_DISK_GEOMETRY): Ditto.
10405         (_DISK_PERFORMANCE): Ditto.
10406         * include/winbase.h (HasOverlappedIoCompleted): Add macro.
10407
10408 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10409
10410         * include/winnt.h: Move CHAR, SHORT and LONG typedefs outside
10411         of block protected by #ifndef VOID.
10412         (This reverts 1998-12-01 Anders Norlander change.)
10413         * include/odbcinst.h: End file with newline.
10414         * include/raserror.h: Ditto.
10415
10416 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10417
10418         * include/winsock2.h (#include <wtypes.h): Don't.
10419         (_BLOB): Define instead, if not already done.
10420         (__BLOB_T_DEFINED: New define for guarding _BLOB.
10421         * include/wtypes.h (_BLOB): Guard against prior definition.
10422
10423 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10424
10425         * include/oaidl.h (tagVARIANT): Mark anonymous structs and unions
10426         as __extension__.
10427         (tagTYPEDESC): Ditto.
10428         (_wireBRECORD): Add structure definition.
10429         (_wireSAFEARR_BRECORD): Ditto.
10430         (_wireSAFEARR_HAVEIID): Ditto.
10431         (_wireSAFEARRAY_UNION.u): Add fields SAFEARR_BRECORD RecordStr,
10432         SAFEARR_HAVEIID HaveIidStr.
10433         (tagVariant): Add fields _VARIANT_BOOL bool,*pbool.
10434         (_wireVARIANT): Change field parray to type wirePSAFEARRAY,
10435         pparray to wirePSAFEARRAY*.
10436         (_wireVARIANT): Add field wireBRECORD brecVal.
10437         (wireVARIANT): Change typedef to struct _wireVariant*.
10438         (IRecordInfo): Add interface definition.
10439         (LPRECORDINFO): Add typedef for IRecordInfo*.
10440         (IID_IRecordInfo): Add forward decalaration.
10441
10442 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10443
10444         * include/lmcons.h: Guard CNLEN and UNCLEN against prior definition.
10445         * include/nddeapi.h: Likewise.
10446
10447 2001-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
10448
10449         * lib/test.c (Win32_Winsock): Replace with __USE_W32_SOCKETS.
10450         Add more includes of w32api headers.
10451
10452 2001-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
10453
10454         * include/winnt.h (GetCurrentFiber): Change __inline to __inline__.
10455         Swap asm code with that of GetFiberData.
10456         (GetFiberData): Ditto.
10457         * lib/kernel32.c: New file, containing library versions of
10458         GetCurrentFiber and GetFiberData.
10459         * lib/makefile.in: Add kernel32.o as static object to libkernal32.a.
10460
10461 2001-08-08  Danny Smith  <dannysmith@users.sourceforge.net>
10462
10463         * include/winuser.h (GET_WHEEL_DELTA_WPARAM): Add macro.
10464         Thanks to: Harold Hunt <Harold@compasstechnologies.com>.
10465
10466 2001-08-08  Danny Smith  <dannysmith@users.sourceforge.net>
10467
10468         * lib/oleaut32.def: Regenerate.
10469
10470 2001-08-04  Danny Smith  <dannysmith@users.sourceforge.net>
10471
10472         * include/wtypes.h (DECIMAL_SETZERO): Correct typo.
10473
10474 2001-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
10475
10476         Apply Dmitry Bely  <dbely@mail.ru> patch 437834 (with additions).
10477         * include/oleidl.h (ISupportErrorInfo, ICreateInfo): Move from here
10478         * include/oaidl.h: ... to here.
10479         * include/oaidl.h ICreateErrorInfo): Add interface definition.
10480         (IErrorInfo::GetGUID): Change arg to GUID.
10481         (LPSUPPORTERRORINFO): Add typedef.
10482         (IID_ISupportErrorInfo): Change forward decl. of type to IID.
10483
10484 2001-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
10485
10486         * include/winsock2.h (WSAGET* and WSAMAKE*): Remove duplicate
10487         defines.
10488
10489 2001-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
10490
10491         * include/commctrl.h (TreeView_SetIndent): Correct typo.
10492
10493 2001-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
10494
10495         * include/commctrl.h (TBSTYPE_FLAT): Remove define.
10496         Thanks to: Jason Craig  <jacraig@softhome.net>
10497
10498 2001-07-30  Mattia Barbon  <mbarbon@dsi.unive.it>
10499
10500         * include/commctrl.h (TBBUTTONINFO[AW]): Add struct definitions,
10501         and UNICODE mappings, if _WIN32_IE >= 0x400.
10502         (TBIF_* and TB_SETBUTTONINFO): Add defines, if _WIN32_IE >= 0x400.
10503         (CDIS_*,CDDS_*,CDRF_*) : Add defines.
10504         (tagNMCUSTOMDRAWINFO): Add struct definition and typedefs.
10505         (tagNMLVCUSTOMDRAW): Likewise.
10506         (tagNMTVCUSTOMDRAW): Likewise.
10507         (tagNMLVCACHEHINT): Likewise.
10508
10509 2001-07-06  Danny Smith  <dannysmith@users.sourceforge.net>
10510
10511         * include/basetsd.h (#include <_mingw.h>): Remove.
10512         (__int64): Define.
10513
10514 2001-06-28  Danny Smith  <dannysmith@users.sourceforge.net>
10515
10516         * include/wingdi.h (AC_SRC_OVER): Add define.
10517         (struct _BLENDFUNCTION): Add.
10518
10519 2001-06-28  Danny Smith  <dannysmith@users.sourceforge.net>
10520
10521         * include/shlobj.h:  Add BIF_* defines.
10522
10523 2001-06-27  Danny Smith  <dannysmith@users.sourceforge.net>
10524
10525         * include/winerror.h (E_PENDING): Add error code define.
10526
10527 2001-06-27  Danny Smith  <dannysmith@users.sourceforge.net>
10528
10529         * include/basetsd.h (#include <_mingw.h>): Add directive.
10530
10531 2001-06-25  Danny Smith  <dannysmith@users.sourceforge.net>
10532
10533         * include/winbase.h (InterlockedCompareExchange): Change args
10534         and return value from PVOID to LONG.
10535         (InterlockedExchange): Change first arg to LPLONG.
10536         (InterlockedCompareExchangePointer): New macro.
10537         (InterlockedExchangePointer): New macro.
10538
10539 2001-06-19  Danny Smith  <dannysmith@users.sourceforge.net>
10540
10541         * lib/kernel32.def: Add LanguageGroup and UILanguage symbols.
10542         Thanks to Kevin Chase <kevincha99@hotmail.com>.
10543
10544 2001-06-11  TAMURA Kent  <tkent@users.sourceforge.net>
10545
10546         * objidl.h (IMalloc::ReAlloc()): Correct declaration.
10547         (IMalloc::Free()): Ditto.
10548
10549 2001-06-11  Danny Smith  <dannysmith@users.sourceforge.net>
10550
10551         * include/shlobj.h (REGSTR_PATH_EXPLORER): Unicode it.
10552         (REGSTR_PATH_SPECIAL_FOLDERS): Ditto.
10553         * include/regstr.h (REGSTR_PATH_EXPLORER): Add #ifndef guard.
10554
10555 2001-06-11  Mattia Barbon  <mbarbon@dsi.unive.it>
10556
10557         * include/shlobj.h (struct _browseinfo): UNICODE it.
10558         (SHBrowseForFolder): Ditto.
10559         (SHGetPathFromIDList): Ditto.
10560
10561 2001-06-11  Earnie Boyd  <earnie@users.sourceforge.net>
10562
10563         * include/basetsd.h: RC_INVOKED protection and realignment.
10564         Thanks to: Colin Peters <colinpeters@users.sourceforge.net>
10565
10566 2001-06-06  Earnie Boyd  <earnie@users.sourceforge.net>
10567
10568         * Makefile.in (bindist): Reassign value of exec_prefix on make command
10569         line.
10570
10571 2001-05-22  Christopher Faylor  <cgf@cygnus.com>
10572
10573         * lib/mapi32.def: Add MAPISendMail.
10574
10575 2001-05-22  Earnie Boyd  <earnie@users.sourceforge.net>
10576
10577         * include/w32api.h: Update version.
10578         * Makefile.in: Ditto.
10579
10580 2001-05-17  Corinna Vinschen  <corinna@vinschen.de>
10581
10582         * include/winnt.h: Define SE_GROUP_LOGON_ID as unsigned to avoid
10583         compiler warnings.
10584
10585 2001-05-17  Corinna Vinschen  <corinna@vinschen.de>
10586
10587         * include/ntdef.h: Protect definition of OBJECT_ATTRIBUTES against
10588         previous definition in include/ntsecapi.h.
10589         * include/ntsecapi.h: Vice versa.
10590
10591 2001-05-16  Corinna Vinschen  <corinna@vinschen.de>
10592
10593         * include/winnt.h: Add defines for group attributes.
10594         Add define for SYSTEM_LUID.
10595         Add missing types `PTOKEN_DEFAULT_DACL', `PTOKEN_OWNER' and
10596         `PTOKEN_PRIMARY_GROUP'.
10597
10598 2001-04-24  Christopher Faylor  <cgf@cygnus.com>
10599
10600         * lib/Makefile.in: Install libraries in /usr/lib/w32api when building
10601         for cygwin.
10602
10603 2001-04-24  Christopher Faylor  <cgf@cygnus.com>
10604
10605         * include/winsock2.h: Protect one *more* newlib defines when compiling
10606         cygwin.
10607
10608 2001-04-23  Christopher Faylor  <cgf@cygnus.com>
10609
10610         * include/winsock2.h: Protect some more newlib defines when compiling
10611         cygwin.
10612
10613 2001-04-23  Christopher Faylor  <cgf@cygnus.com>
10614
10615         * include/winsock.h: Protect some more newlib defines when compiling
10616         cygwin.
10617
10618 2001-04-17  Egor Duda  <deo@logos-m.ru>
10619
10620         * include/windows.h: Define _ANONYMOUS_STRUCT and _ANONYMOUS_UNION
10621         as __extenstion__ when appropriate.
10622         * include/mmsystem.h: Mark anonymous structs and unions as
10623         __extension__ to prevent compiler warning when invoked with
10624         -pedantic
10625         * include/oaidl.h: Ditto.
10626         * include/objidl.h: Ditto.
10627         * include/olectl.h: Ditto.
10628         * include/prsht.h: Ditto.
10629         * include/shlobj.h: Ditto.
10630         * include/winbase.h: Ditto.
10631         * include/winnt.h: Ditto.
10632         * include/wtypes.h: Ditto.
10633
10634 2001-04-11  Danny Smith  <dannysmith@users.sourceforge.net>
10635
10636         * include/windows.h (#include <winsock.h>): Include <winsock2.h>
10637         instead if (_WIN32_WINNT >= 0x0400)&&(__W32API_MAJOR_VERSION > 0).
10638
10639 2001-04-11  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10640
10641         * include/winuser.h (WM_IME_*): Remove defines (now in imm.h).
10642
10643 2001-04-11  John Fortin  <fortinj@attglobal.net>
10644
10645         * include/windef.h (*PBOOL): Unprotect from XFree86Server.
10646         (*LPBOOL): Ditto.
10647
10648 2001-04-08  Christopher Faylor  <cgf@cygnus.com>
10649
10650         * include/winnt.h (GetCurrentFiber): Make "external __inline" or asm
10651         code will be included in every module which includes this header.
10652         (GetFiberData): Ditto.
10653
10654 2001-04-08  Earnie Boyd  <earnie@users.sourceforge.net>
10655
10656         * include/winnt.h (GetCurrentFiber): Fix typo.
10657
10658 2001-04-08  Earnie Boyd  <earnie@users.sourceforge.net>
10659
10660         * include/shellapi.h: (CommandLineToArgvW): Add WINAPI declaration.
10661         * include/winbase.h: (GetFileAttributesExW): Fix typo.
10662         * include/wingdi.h: (StartDocA): Change LPDOCINFOA to DOCINFOA*.
10663         (StartDocB): Chage LNPDOCINFOB to DOCINFOB*.
10664         Thanks To: Kent Tamura  <tkent@users.sourceforge.net>
10665
10666         * include/winnt.h: (GetFiberData): Add __inline assembler coding.
10667         (GetCurrentFiber): Ditto.
10668         Thanks to: Andy Younger  <AndyY@redlemon.com>
10669
10670         * include/windef.h: (HMONITOR_DECLARED): New definition to stop
10671         DirectX 8 from complaining.
10672         Thanks to: Sigbjørn Lund Olsen  <mosikos@online.no>
10673
10674 2001-04-08  Michael Soderstrom  <ichaelsoderstro@hotmail.com>
10675
10676         * include/commctrl.h Updated TreeView and ListView defines and macros.
10677
10678 2001-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
10679
10680         * include/winuser.h (MB_SERVICE_NOTIFICATION): Correct value for NT4
10681         and above.
10682
10683 2001-03-30  Earnie Boyd  <earnie@users.sourceforge.net>
10684         * include/winuser.h (VK_KANA): New definition.
10685         Thanks to: "Harold Hunt" <huntharo@msu.edu>
10686
10687 2001-03-29  Earnie Boyd  <earnie@users.sourceforge.net
10688
10689         * include/winuser.h (RT_CURSOR): Add protection for XFree86Server.
10690         (RT_FONT): Ditto.
10691         * include/basetsd.h (INT32): Ditto.
10692         * include/windef.h (ATOM): Ditto.
10693         (BOOL): Ditto.
10694         (BYTE): Ditto.
10695         * include/winbase.h (FreeResource): Ditto.
10696         Thanks to: "Harold Hunt" <huntharo@msu.edu>
10697
10698 2001-03-20  Danny Smith  <dannysmith@users.sourceforge.net>
10699
10700         * include/winsock.h (_SYS_TYPES_H macro guard for int types): Remove;
10701         use only _BSDTYPES_DEFINED macro now defined in newlib sys/types.h.
10702         (SYS_TYPES_H macro guard for fd_set): Replace with_SYS_TYPES_FD_SET
10703         macro now defined in newlib sys/types.h.  Emit warning if defined.
10704         * include/winsock2.h: Ditto.
10705         * include/windows.h (Win32_Winsock): Replace with new macros
10706         __USE_W32_SOCKETS and warn of deprecation.
10707
10708 2001-03-13  Earnie Boyd  <earnie@users.sourceforge.net
10709
10710         * include/wingdi.h: (DOCINFO) Ansi version defined incorrectly.
10711         Thanks to: Mattia Barbon <mbarbon@dsi.unive.it>
10712
10713 2001-03-12  Earnie Boyd  <earnie@users.sourceforge.net
10714
10715         * include/commctrl.h (TBSTYLE_FLAT): New definition.
10716         (TB_GETBUTTONSIZE): Ditto.
10717         (TCS_HOTTRACK): Ditto.
10718         Thanks to: Chris Hansen <popeofpop@softhome.net>
10719
10720 2001-03-01  Earnie Boyd  <earnie@users.sourceforge.net
10721
10722         * Makefile.in: (snapshot): Add target.
10723         * lib/Makefile.in: (install-headers): Use installdir variable.
10724         (installdir): Set value based on target-alias.
10725
10726 2001-02-21  Earnie Boyd  <earnie@users.sourceforge.net
10727
10728         * include/w32api.h: (_W32API_VERSION): Remove.
10729         (__W32API_VERSION): Add.
10730         (__W32API_MAJOR_VERSION): Ditto.
10731         (__W32API_MINOR_VERSION): Ditto.
10732
10733 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
10734
10735         * include/wingdi.h (struct _DOCINFO[AW]): UNICODE it.
10736         (StartDoc[AW]): Use UNICODE'd LPDOCINFO[AW]
10737         * include/winuser.h (struct tagMOUSEKEYS): Define new structure.
10738         * include/winerror.h (NTE_*): Add CryptoAPI error codes.
10739
10740 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
10741
10742         * include/mswsock.h: New file.
10743         * include/ws2tcpip.h: New file.
10744         * include/winsock.h (IPPROTO_IGMP): New define.
10745         (IPPROTO_GGP): Correct value.
10746         (SO_* macros): Remove mswsock defines.
10747         (TCP_BSDURGENT): Likewise.
10748         (IP_* macros): Add comment warning of WinSock2 incompatibility
10749         (WSARecvEx): Remove mswsock prototype.
10750         (TransmitFile): Likewise.
10751         (AcceptEx): Likewise.
10752         (GetAcceptExSockaddrs): Likewise.
10753         (struct _TRANSMIT_FILE_BUFFERS): Remove mswsock definition.
10754         (#include <mswsock.h>): Add directive and explanatory comment
10755         * include/winsock2.h (header guard): add guard for  _WINSOCK_H
10756         (_WINSOCK_H): Define to prevent later inclusion of winsock.h
10757         (#include <winsock.h>): Replace directive with winsock.h file content
10758         The following changes apply to the merged file:
10759         (FD_SET): Keep winsock2.h definition, delete winsock.h definition
10760         (SOMAXCONN): Likewise
10761         (#include <nspapi.h>): Move - don't include until LPSOCKADDR defined
10762         (IP_* macros): Delete WinSock1 definitions (WinSock2 definitions now
10763         in ws2tcpip.h)
10764         (struct ip_mreq): Delete (now defined in ws2tcpip.h for WinSock2)
10765         (FD_*_BIT and FD_* defines): Place together and extend to
10766         FD_MAX_EVENTS 10
10767         (AF* defines): Extend to AF_MAX 10
10768         (WSAIsBlocking): #if 0 out prototype (N/A in WinSock2)
10769         (WSAUnhookBlockingHook): Likewise.
10770         (WSASetBlockingHook): Likewise.
10771         (WSACancelBlockingCall): Likewise.
10772         (WSAEINPROGRESS): Comment as not raised in WinSock2.
10773         (#include <mswsock.h>): Delete directive inherited from winsock.h
10774         (WSA_QOS* defines): Add QualityOfService error codes.
10775         (SIO_* defines): Add new macros
10776         * include/ipexport.h (IP_STATUS flags): Add definitions.
10777         (IP_FLAG_DF): Likewise.
10778         (IP_OPT_* ): Likewise.
10779         (struct ip_option_information): Likewise.
10780         (struct icmp_echo_reply): Likewise.
10781
10782 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
10783
10784         * include/commctrl.h: Revert TEXT change.
10785         * include/lmalert.h: Ditto.
10786         * include/lmcons.h: Ditto.
10787         * include/lmsname.h: Ditto.
10788         * include/lmsvc.h: Ditto.
10789         * include/ntsecapi.h: Ditto.
10790         * include/oledlg.h: Ditto.
10791         * include/ras.h: Ditto.
10792         * include/regstr.h: Ditto.
10793         * include/richedit.h: Ditto.
10794         * include/wininet.h: Ditto.
10795         * include/winnt.h: Ditto.
10796
10797 2001-02-15  Earnie Boyd  <earnie@users.sourceforge.net>
10798
10799         * include/commctrl.h: Use _TEXT() instead of TEXT() throughout.
10800         * include/lmalert.h: Ditto.
10801         * include/lmcons.h: Ditto.
10802         * include/lmsname.h: Ditto.
10803         * include/lmsvc.h: Ditto.
10804         * include/ntsecapi.h: Ditto.
10805         * include/oledlg.h: Ditto.
10806         * include/ras.h: Ditto.
10807         * include/regstr.h: Ditto.
10808         * include/richedit.h: Ditto.
10809         * include/wininet.h: Ditto.
10810         * include/w32api.h: New File.
10811
10812 2001-02-13  Corinna Vinschen  <corinna@vinschen.de>
10813
10814         * include/shlobj.h: Add missing SLR_* flags.
10815
10816 2001-02-12:  Earnie Boyd  <earnie@users.sourceforge.net>
10817
10818         * lib/Makefile.in: (host_alias): Add variable.
10819         (host_build): Ditto:
10820         (xinstall): Removed
10821         (xinstall-libraries): Ditto.
10822         (xinstall-headers): Ditto.
10823         (xuninstall): Ditto.
10824         (xuninstall-libraries): Ditto.
10825         (xuninstall-headers): Ditto.
10826         * Makefile.in: (host_alias): Add variable.
10827         (build_alias): Ditto.
10828
10829 2001-02-02  Earnie Boyd  <earnie@users.sourceforge.net>
10830
10831         * include/winnt.h: (__TEXT): Add private macro.
10832         (_TEXT): Modify definition to use __TEXT.
10833         (_T): Ditto.
10834         This change allows the passing of a MACRO as an argument and have that
10835         MACRO resolved first.
10836         Thanks to: Eric PAIRE <eric.paire@ri.silicomp.com>
10837
10838 2001-01-31  Earnie Boyd  <earnie@users.sourceforge.net>
10839
10840         * Makefile.in: Increment VERSION to 0.5
10841         * include/winnt.h: Change TEXT to _TEXT throughout.
10842         (SID_RELEASE): Define.
10843         Thanks to: Eric PAIRE <eric.paire@ri.silicomp.com>
10844
10845 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10846
10847         * Apply Phil Krylov patches.
10848         2001-01-19  Phil Krylov  <phil@mail.ru>
10849         * include/commctrl.h: (HDI_IMAGE) New definition.
10850         (HDI_DI_SETITEM) Ditto.
10851         (HDI_ORDER) Ditto.
10852         (HDI_FILTER) Ditto.
10853         (HDF_BITMAP_ON_RIGHT) Ditto.
10854         (HDF_IMAGE) Ditto.
10855         (HDM_SETORDERARRAY) Ditto.
10856         (Header_SetOrderArray) Ditto.
10857         (ICC_BAR_CLASSES) Ditto.
10858         (struct _HD_ITEMA) Change definition.
10859         (struct _HD_ITEMW) Ditto.
10860         (struct tagINITCOMMONCONTROLSEX) Enclose in _WIN32_IE braces.
10861         (InitCommonControlsEx()) Ditto.
10862         2001-01-23  Phil Krylov  <phil@mail.ru>
10863         * include/richedit.h: Many Richedit 2.0 definitions.
10864
10865 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10866
10867         * include/winuser.h: (IDC_HAND)  New resource identifier.
10868         Thanks to: Mark Jordon <mark_jordan@ieee.org>
10869
10870 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10871
10872         * include/iptypes.h: Include <sys/types.h> for time_t declaration.
10873         Fix typo's.
10874
10875 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10876
10877         * include/objidl.h: (GetClassID): Argument needs to be a pointer.
10878         (GetUnmarshalClass): CLSID argument needs to be a pointer.
10879         Thanks To: <bge@users.sourceforge.net>
10880
10881 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10882
10883         * Apply Danny Smith patch 102386
10884         2000-11-15  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10885         * lib/rasapi32.def: add symbols available in NT4 and W2k
10886
10887 2001-01-28  Earnie Boyd  <earnie@users.sourceforge.net>
10888
10889         * Apply Danny Smith patch 102382
10890         2000-11-15  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10891         * lib/mswsock.def: remove leading underscores from symbol names
10892
10893 2001-01-28  Earnie Boyd  <earnie@users.sourceforge.net>
10894
10895         * Apply Danny Smith patch 102446
10896         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10897         * include/sql.h (ODBCVER): change default to 0x0351.
10898         (SQLSetScrollOptions): non-core function, move prototype to sqlext.h.
10899         (SQLColAttributes): likewise.
10900         (SQLBindParam): add prototype for ODBC 3.x function.
10901         (SQLCloseCursor): likewise.
10902         (SQLColAttribute): likewise.
10903         (SQLCopyDesc):likewise.
10904         (SQLEndTran): likewise.
10905         (SQLFetchScroll): likewise.
10906         (SQLGetConnectAttr): likewise.
10907         (SQLGetDescField): likewise.
10908         (SQLGetDescRec): likewise.
10909         (SQLGetDiagField): likewise.
10910         (SQLGetDiagRec): likewise.
10911         (SQLGetEnvAttr): likewise.
10912         (SQLGetStmtAttr): likewise.
10913         (SQLSetConnectAttr): likewise.
10914         (SQLSetDescField):likewise.
10915         (SQLSetDescRec): likewise.
10916         (SQLSetEnvAttr): likewise.
10917         (SQLSetStmtAttr): likewise.
10918         (SQLINTENGER and SQLUINTEGER): replace with SQLLEN and SQLULEN for
10919         _WIN64 compatability;
10920         (SQL_ACCESS_MODE): Move define to sqlext.h (used in non-core functions).
10921         (SQL_ACTIVE_CONNECTIONS): likewise.
10922         (SQL_ACTIVE_STATEMENTS): likewise.
10923         (SQL_ALL_EXCEPT_LIKE): likewise.
10924         (SQL_API_ALL_FUNCTIONS): likewise.
10925         (SQL_API_LOADBYORDINAL): likewise.
10926         (SQL_API_SQLBINDPARAMETER): likewise.
10927         (SQL_API_SQLBROWSECONNECT): likewise.
10928         (SQL_API_SQLCOLATTRIBUTES): likewise.
10929         (SQL_API_SQLCOLUMNPRIVILEGES): likewise.
10930         (SQL_API_SQLDESCRIBEPARAM): likewise.
10931         (SQL_API_SQLDRIVERCONNECT): likewise.
10932         (SQL_API_SQLDRIVERS): likewise.
10933         (SQL_API_SQLEXTENDEDFETCH): likewise.
10934         (SQL_API_SQLFOREIGNKEYS): likewise.
10935         (SQL_API_SQLMORERESULTS): likewise.
10936         (SQL_API_SQLNATIVESQL): likewise.
10937         (SQL_API_SQLNUMPARAMS): likewise.
10938         (SQL_API_SQLPARAMOPTIONS): likewise.
10939         (SQL_API_SQLPRIMARYKEYS): likewise.
10940         (SQL_API_SQLPROCEDURECOLUMNS): likewise.
10941         (SQL_API_SQLPROCEDURES): likewise.
10942         (SQL_API_SQLSETPOS): likewise.
10943         (SQL_API_SQLSETSCROLLOPTIONS): likewise.
10944         (SQL_API_SQLTABLEPRIVILEGES): likewise.
10945         (SQL_ASYNC_ENABLE): likewise.
10946         (SQL_ASYNC_ENABLE_DEFAULT): likewise.
10947         (SQL_ASYNC_ENABLE_OFF): likewise.
10948         (SQL_ASYNC_ENABLE_ON): likewise.
10949         (SQL_ATTR_READONLY): likewise.
10950         (SQL_ATTR_READWRITE_UNKNOWN): likewise.
10951         (SQL_ATTR_WRITE): likewise.
10952         (SQL_AUTOCOMMIT): likewise.
10953         (SQL_AUTOCOMMIT_DEFAULT): likewise.
10954         (SQL_AUTOCOMMIT_OFF): likewise.
10955         (SQL_AUTOCOMMIT_ON): likewise.
10956         (SQL_BEST_ROWID): likewise.
10957         (SQL_BIGINT): likewise.
10958         (SQL_BINARY): likewise.
10959         (SQL_BIND_BY_COLUMN): likewise.
10960         (SQL_BIND_TYPE): likewise.
10961         (SQL_BIND_TYPE_DEFAULT): likewise.
10962         (SQL_BIT): likewise.
10963         (SQL_BOOKMARK_PERSISTENCE): likewise.
10964         (SQL_BP_CLOSE): likewise.
10965         (SQL_BP_DELETE): likewise.
10966         (SQL_BP_DROP): likewise.
10967         (SQL_BP_OTHER_HSTMT): likewise.
10968         (SQL_BP_SCROLL): likewise.
10969         (SQL_BP_TRANSACTION): likewise.
10970         (SQL_BP_UPDATE): likewise.
10971         (SQL_C_BINARY): likewise.
10972         (SQL_C_BIT): likewise.
10973         (SQL_C_BOOKMARK): likewise.
10974         (SQL_C_CHAR): likewise.
10975         (SQL_C_DATE): likewise.
10976         (SQL_C_DEFAULT): likewise.
10977         (SQL_C_DOUBLE): likewise.
10978         (SQL_C_FLOAT): likewise.
10979         (SQL_C_LONG): likewise.
10980         (SQL_C_SHORT): likewise.
10981         (SQL_C_SLONG): likewise.
10982         (SQL_C_SSHORT): likewise.
10983         (SQL_C_STINYINT): likewise.
10984         (SQL_C_TIME): likewise.
10985         (SQL_C_TIMESTAMP): likewise.
10986         (SQL_C_TINYINT): likewise.
10987         (SQL_C_ULONG): likewise.
10988         (SQL_C_USHORT): likewise.
10989         (SQL_C_UTINYINT): likewise.
10990         (SQL_CB_NON_NULL): likewise.
10991         (SQL_CB_NULL): likewise.
10992         (SQL_CC_CLOSE): likewise.
10993         (SQL_CC_DELETE): likewise.
10994         (SQL_CC_PRESERVE): likewise.
10995         (SQL_CN_ANY): likewise.
10996         (SQL_CN_DIFFERENT): likewise.
10997         (SQL_CN_NONE): likewise.
10998         (SQL_COLATT_OPT_MAX): likewise.
10999         (SQL_COLATT_OPT_MIN): likewise.
11000         (SQL_COLUMN_ALIAS): likewise.
11001         (SQL_COLUMN_AUTO_INCREMENT): likewise.
11002         (SQL_COLUMN_CASE_SENSITIVE): likewise.
11003         (SQL_COLUMN_COUNT): likewise.
11004         (SQL_COLUMN_DISPLAY_SIZE): likewise.
11005         (SQL_COLUMN_DRIVER_START): likewise.
11006         (SQL_COLUMN_LABEL): likewise.
11007         (SQL_COLUMN_LENGTH): likewise.
11008         (SQL_COLUMN_MONEY): likewise.
11009         (SQL_COLUMN_NAME): likewise.
11010         (SQL_COLUMN_NULLABLE): likewise.
11011         (SQL_COLUMN_OWNER_NAME): likewise.
11012         (SQL_COLUMN_PRECISION): likewise.
11013         (SQL_COLUMN_QUALIFIER_NAME): likewise.
11014         (SQL_COLUMN_SCALE): likewise.
11015         (SQL_COLUMN_SEARCHABLE): likewise.
11016         (SQL_COLUMN_TABLE_NAME): likewise.
11017         (SQL_COLUMN_TYPE): likewise.
11018         (SQL_COLUMN_TYPE_NAME): likewise.
11019         (SQL_COLUMN_UNSIGNED): likewise.
11020         (SQL_COLUMN_UPDATABLE): likewise.
11021         (SQL_CONCAT_NULL_BEHAVIOR): likewise.
11022         (SQL_CONCUR_DEFAULT): likewise.
11023         (SQL_CONCUR_LOCK): likewise.
11024         (SQL_CONCUR_READ_ONLY): likewise.
11025         (SQL_CONCUR_ROWVER): likewise.
11026         (SQL_CONCUR_TIMESTAMP): likewise.
11027         (SQL_CONCUR_VALUES): likewise.
11028         (SQL_CONCURRENCY): likewise.
11029         (SQL_CONN_OPT_MAX): likewise.
11030         (SQL_CONN_OPT_MIN): likewise.
11031         (SQL_CONNECT_OPT_DRVR_START): likewise.
11032         (SQL_CONVERT_BIGINT): likewise.
11033         (SQL_CONVERT_BINARY): likewise.
11034         (SQL_CONVERT_BIT): likewise.
11035         (SQL_CONVERT_CHAR): likewise.
11036         (SQL_CONVERT_DATE): likewise.
11037         (SQL_CONVERT_DECIMAL): likewise.
11038         (SQL_CONVERT_DOUBLE): likewise.
11039         (SQL_CONVERT_FLOAT): likewise.
11040         (SQL_CONVERT_FUNCTIONS): likewise.
11041         (SQL_CONVERT_INTEGER): likewise.
11042         (SQL_CONVERT_LONGVARBINARY): likewise.
11043         (SQL_CONVERT_LONGVARCHAR): likewise.
11044         (SQL_CONVERT_NUMERIC): likewise.
11045         (SQL_CONVERT_REAL): likewise.
11046         (SQL_CONVERT_SMALLINT): likewise.
11047         (SQL_CONVERT_TIME): likewise.
11048         (SQL_CONVERT_TIMESTAMP): likewise.
11049         (SQL_CONVERT_TINYINT): likewise.
11050         (SQL_CONVERT_VARBINARY): likewise.
11051         (SQL_CONVERT_VARCHAR): likewise.
11052         (SQL_CORRELATION_NAME): likewise.
11053         (SQL_CR_CLOSE): likewise.
11054         (SQL_CR_DELETE): likewise.
11055         (SQL_CR_PRESERVE): likewise.
11056         (SQL_CUR_DEFAULT): likewise.
11057         (SQL_CUR_USE_DRIVER): likewise.
11058         (SQL_CUR_USE_IF_NEEDED): likewise.
11059         (SQL_CUR_USE_ODBC): likewise.
11060         (SQL_CURRENT_QUALIFIER): likewise.
11061         (SQL_CURSOR_DYNAMIC): likewise.
11062         (SQL_CURSOR_FORWARD_ONLY): likewise.
11063         (SQL_CURSOR_KEYSET_DRIVEN): likewise.
11064         (SQL_CURSOR_ROLLBACK_BEHAVIOR): likewise.
11065         (SQL_CURSOR_STATIC): likewise.
11066         (SQL_CURSOR_TYPE): likewise.
11067         (SQL_CURSOR_TYPE_DEFAULT): likewise.
11068         (SQL_CVT_BIGINT): likewise.
11069         (SQL_CVT_BINARY): likewise.
11070         (SQL_CVT_BIT): likewise.
11071         (SQL_CVT_CHAR): likewise.
11072         (SQL_CVT_DATE): likewise.
11073         (SQL_CVT_DECIMAL): likewise.
11074         (SQL_CVT_DOUBLE): likewise.
11075         (SQL_CVT_FLOAT): likewise.
11076         (SQL_CVT_INTEGER): likewise.
11077         (SQL_CVT_LONGVARBINARY): likewise.
11078         (SQL_CVT_LONGVARCHAR): likewise.
11079         (SQL_CVT_NUMERIC): likewise.
11080         (SQL_CVT_REAL): likewise.
11081         (SQL_CVT_SMALLINT): likewise.
11082         (SQL_CVT_TIME): likewise.
11083         (SQL_CVT_TIMESTAMP): likewise.
11084         (SQL_CVT_TINYINT): likewise.
11085         (SQL_CVT_VARBINARY): likewise.
11086         (SQL_CVT_VARCHAR): likewise.
11087         (SQL_DATABASE_NAME): likewise.
11088         (SQL_DATE): likewise.
11089         (SQL_DRIVER_HDBC): likewise.
11090         (SQL_DRIVER_HENV): likewise.
11091         (SQL_DRIVER_HLIB): likewise.
11092         (SQL_DRIVER_HSTMT): likewise.
11093         (SQL_DRIVER_NAME): likewise.
11094         (SQL_DRIVER_ODBC_VER): likewise.
11095         (SQL_DRIVER_VER): likewise.
11096         (SQL_ENSURE): likewise.
11097         (SQL_EXPRESSIONS_IN_ORDERBY): likewise.
11098         (SQL_EXT_API_LAST): likewise.
11099         (SQL_EXT_API_START): likewise.
11100         (SQL_FD_FETCH_BOOKMARK): likewise.
11101         (SQL_FD_FETCH_PREV): likewise.
11102         (SQL_FD_FETCH_RESUME): likewise.
11103         (SQL_FETCH_PREV): likewise.
11104         (SQL_FETCH_RESUME): likewise.
11105         (SQL_FILE_NOT_SUPPORTED): likewise.
11106         (SQL_FILE_QUALIFIER): likewise.
11107         (SQL_FILE_TABLE): likewise.
11108         (SQL_FILE_USAGE): likewise.
11109         (SQL_FN_CVT_CONVERT): likewise.
11110         (SQL_FN_NUM_ABS): likewise.
11111         (SQL_FN_NUM_ACOS): likewise.
11112         (SQL_FN_NUM_ASIN): likewise.
11113         (SQL_FN_NUM_ATAN): likewise.
11114         (SQL_FN_NUM_ATAN2): likewise.
11115         (SQL_FN_NUM_CEILING): likewise.
11116         (SQL_FN_NUM_COS): likewise.
11117         (SQL_FN_NUM_COT): likewise.
11118         (SQL_FN_NUM_DEGREES): likewise.
11119         (SQL_FN_NUM_EXP): likewise.
11120         (SQL_FN_NUM_FLOOR): likewise.
11121         (SQL_FN_NUM_LOG): likewise.
11122         (SQL_FN_NUM_LOG10): likewise.
11123         (SQL_FN_NUM_MOD): likewise.
11124         (SQL_FN_NUM_PI): likewise.
11125         (SQL_FN_NUM_POWER): likewise.
11126         (SQL_FN_NUM_RADIANS): likewise.
11127         (SQL_FN_NUM_RAND): likewise.
11128         (SQL_FN_NUM_ROUND): likewise.
11129         (SQL_FN_NUM_SIGN): likewise.
11130         (SQL_FN_NUM_SIN): likewise.
11131         (SQL_FN_NUM_SQRT): likewise.
11132         (SQL_FN_NUM_TAN): likewise.
11133         (SQL_FN_NUM_TRUNCATE): likewise.
11134         (SQL_FN_STR_ASCII): likewise.
11135         (SQL_FN_STR_CHAR): likewise.
11136         (SQL_FN_STR_CONCAT): likewise.
11137         (SQL_FN_STR_DIFFERENCE): likewise.
11138         (SQL_FN_STR_INSERT): likewise.
11139         (SQL_FN_STR_LCASE): likewise.
11140         (SQL_FN_STR_LEFT): likewise.
11141         (SQL_FN_STR_LENGTH): likewise.
11142         (SQL_FN_STR_LOCATE): likewise.
11143         (SQL_FN_STR_LOCATE_2): likewise.
11144         (SQL_FN_STR_LTRIM): likewise.
11145         (SQL_FN_STR_REPEAT): likewise.
11146         (SQL_FN_STR_REPLACE): likewise.
11147         (SQL_FN_STR_RIGHT): likewise.
11148         (SQL_FN_STR_RTRIM): likewise.
11149         (SQL_FN_STR_SOUNDEX): likewise.
11150         (SQL_FN_STR_SPACE): likewise.
11151         (SQL_FN_STR_SUBSTRING): likewise.
11152         (SQL_FN_STR_UCASE): likewise.
11153         (SQL_FN_SYS_DBNAME): likewise.
11154         (SQL_FN_SYS_IFNULL): likewise.
11155         (SQL_FN_SYS_USERNAME): likewise.
11156         (SQL_FN_TD_CURDATE): likewise.
11157         (SQL_FN_TD_CURTIME): likewise.
11158         (SQL_FN_TD_DAYNAME): likewise.
11159         (SQL_FN_TD_DAYOFMONTH): likewise.
11160         (SQL_FN_TD_DAYOFWEEK): likewise.
11161         (SQL_FN_TD_DAYOFYEAR): likewise.
11162         (SQL_FN_TD_HOUR): likewise.
11163         (SQL_FN_TD_MINUTE): likewise.
11164         (SQL_FN_TD_MONTH): likewise.
11165         (SQL_FN_TD_MONTHNAME): likewise.
11166         (SQL_FN_TD_NOW): likewise.
11167         (SQL_FN_TD_QUARTER): likewise.
11168         (SQL_FN_TD_SECOND): likewise.
11169         (SQL_FN_TD_TIMESTAMPadd): likewise.
11170         (SQL_FN_TD_TIMESTAMPDIFF): likewise.
11171         (SQL_FN_TD_WEEK): likewise.
11172         (SQL_FN_TD_YEAR): likewise.
11173         (SQL_FN_TSI_DAY): likewise.
11174         (SQL_FN_TSI_FRAC_SECOND): likewise.
11175         (SQL_FN_TSI_HOUR): likewise.
11176         (SQL_FN_TSI_MINUTE): likewise.
11177         (SQL_FN_TSI_MONTH): likewise.
11178         (SQL_FN_TSI_QUARTER): likewise.
11179         (SQL_FN_TSI_SECOND): likewise.
11180         (SQL_FN_TSI_WEEK): likewise.
11181         (SQL_FN_TSI_YEAR): likewise.
11182         (SQL_GB_GROUP_BY_CONTAINS_SELECT): likewise.
11183         (SQL_GB_GROUP_BY_EQUALS_SELECT): likewise.
11184         (SQL_GB_NO_RELATION): likewise.
11185         (SQL_GB_NOT_SUPPORTED): likewise.
11186         (SQL_GD_BLOCK): likewise.
11187         (SQL_GD_BOUND): likewise.
11188         (SQL_GET_BOOKMARK): likewise.
11189         (SQL_GROUP_BY): likewise.
11190         (SQL_INFO_DRIVER_START): likewise.
11191         (SQL_INFO_FIRST): likewise.
11192         (SQL_INFO_LAST): likewise.
11193         (SQL_INTERVAL_DAY): likewise.
11194         (SQL_INTERVAL_DAY_TO_HOUR): likewise.
11195         (SQL_INTERVAL_DAY_TO_MINUTE): likewise.
11196         (SQL_INTERVAL_DAY_TO_SECOND): likewise.
11197         (SQL_INTERVAL_HOUR): likewise.
11198         (SQL_INTERVAL_HOUR_TO_MINUTE): likewise.
11199         (SQL_INTERVAL_HOUR_TO_SECOND): likewise.
11200         (SQL_INTERVAL_MINUTE): likewise.
11201         (SQL_INTERVAL_MINUTE_TO_SECOND): likewise.
11202         (SQL_INTERVAL_MONTH): likewise.
11203         (SQL_INTERVAL_SECOND): likewise.
11204         (SQL_INTERVAL_YEAR): likewise.
11205         (SQL_INTERVAL_YEAR_TO_MONTH): likewise.
11206         (SQL_KEYSET_SIZE): likewise.
11207         (SQL_KEYSET_SIZE_DEFAULT): likewise.
11208         (SQL_KEYWORDS): likewise.
11209         (SQL_LCK_EXCLUSIVE): likewise.
11210         (SQL_LCK_NO_CHANGE): likewise.
11211         (SQL_LCK_UNLOCK): likewise.
11212         (SQL_LIKE_ESCAPE_CLAUSE): likewise.
11213         (SQL_LIKE_ONLY): likewise.
11214         (SQL_LOCK_TYPES): likewise.
11215         (SQL_LOGIN_TIMEOUT): likewise.
11216         (SQL_LOGIN_TIMEOUT_DEFAULT): likewise.
11217         (SQL_LONGVARBINARY): likewise.
11218         (SQL_LONGVARCHAR): likewise.
11219         (SQL_MAX_BINARY_LITERAL_LEN): likewise.
11220         (SQL_MAX_CHAR_LITERAL_LEN): likewise.
11221         (SQL_MAX_DSN_LENGTH): likewise.
11222         (SQL_MAX_LENGTH): likewise.
11223         (SQL_MAX_LENGTH_DEFAULT): likewise.
11224         (SQL_MAX_OPTION_STRING_LENGTH): likewise.
11225         (SQL_MAX_OWNER_NAME_LEN): likewise.
11226         (SQL_MAX_PROCEDURE_NAME_LEN): likewise.
11227         (SQL_MAX_QUALIFIER_NAME_LEN): likewise.
11228         (SQL_MAX_ROW_SIZE_INCLUDES_LONG): likewise.
11229         (SQL_MAX_ROWS): likewise.
11230         (SQL_MAX_ROWS_DEFAULT): likewise.
11231         (SQL_MODE_DEFAULT): likewise.
11232         (SQL_MODE_READ_ONLY): likewise.
11233         (SQL_MODE_READ_WRITE): likewise.
11234         (SQL_MULT_RESULT_SETS): likewise.
11235         (SQL_MULTIPLE_ACTIVE_TXN): likewise.
11236         (SQL_NC_END): likewise.
11237         (SQL_NC_START): likewise.
11238         (SQL_NEED_LONG_DATA_LEN): likewise.
11239         (SQL_NNC_NON_NULL): likewise.
11240         (SQL_NNC_NULL): likewise.
11241         (SQL_NO_TOTAL): likewise.
11242         (SQL_NON_NULLABLE_COLUMNS): likewise.
11243         (SQL_NOSCAN): likewise.
11244         (SQL_NOSCAN_DEFAULT): likewise.
11245         (SQL_NOSCAN_OFF): likewise.
11246         (SQL_NOSCAN_ON): likewise.
11247         (SQL_NUM_EXTENSIONS): likewise.
11248         (SQL_NUM_FUNCTIONS): likewise.
11249         (SQL_NUMERIC_FUNCTIONS): likewise.
11250         (SQL_OAC_LEVEL1): likewise.
11251         (SQL_OAC_LEVEL2): likewise.
11252         (SQL_OAC_NONE): likewise.
11253         (SQL_ODBC_API_CONFORMANCE): likewise.
11254         (SQL_ODBC_CURSORS): likewise.
11255         (SQL_ODBC_KEYWORDS): likewise.
11256         (SQL_ODBC_SAG_CLI_CONFORMANCE): likewise.
11257         (SQL_ODBC_SQL_CONFORMANCE): likewise.
11258         (SQL_ODBC_SQL_OPT_IEF): likewise.
11259         (SQL_ODBC_VER): likewise.
11260         (SQL_OPT_TRACE): likewise.
11261         (SQL_OPT_TRACE_DEFAULT): likewise.
11262         (SQL_OPT_TRACE_FILE_DEFAULT): likewise.
11263         (SQL_OPT_TRACE_OFF): likewise.
11264         (SQL_OPT_TRACE_ON): likewise.
11265         (SQL_OPT_TRACEFILE): likewise.
11266         (SQL_OSC_CORE): likewise.
11267         (SQL_OSC_EXTENDED): likewise.
11268         (SQL_OSC_MINIMUM): likewise.
11269         (SQL_OSCC_COMPLIANT): likewise.
11270         (SQL_OSCC_NOT_COMPLIANT): likewise.
11271         (SQL_OU_DML_STATEMENTS): likewise.
11272         (SQL_OU_INDEX_DEFINITION): likewise.
11273         (SQL_OU_PRIVILEGE_DEFINITION): likewise.
11274         (SQL_OU_PROCEDURE_INVOCATION): likewise.
11275         (SQL_OU_TABLE_DEFINITION): likewise.
11276         (SQL_OUTER_JOINS): likewise.
11277         (SQL_OWNER_TERM): likewise.
11278         (SQL_OWNER_USAGE): likewise.
11279         (SQL_PACKET_SIZE): likewise.
11280         (SQL_PC_NOT_PSEUDO): likewise.
11281         (SQL_POS_add): likewise.
11282         (SQL_POS_DELETE): likewise.
11283         (SQL_POS_OPERATIONS): likewise.
11284         (SQL_POS_POSITION): likewise.
11285         (SQL_POS_REFRESH): likewise.
11286         (SQL_POS_UPDATE): likewise.
11287         (SQL_POSITIONED_STATEMENTS): likewise.
11288         (SQL_PROCEDURE_TERM): likewise.
11289         (SQL_PROCEDURES): likewise.
11290         (SQL_PS_POSITIONED_DELETE): likewise.
11291         (SQL_PS_POSITIONED_UPDATE): likewise.
11292         (SQL_PS_SELECT_FOR_UPDATE): likewise.
11293         (SQL_QL_END): likewise.
11294         (SQL_QL_START): likewise.
11295         (SQL_QU_DML_STATEMENTS): likewise.
11296         (SQL_QU_INDEX_DEFINITION): likewise.
11297         (SQL_QU_PRIVILEGE_DEFINITION): likewise.
11298         (SQL_QU_PROCEDURE_INVOCATION): likewise.
11299         (SQL_QU_TABLE_DEFINITION): likewise.
11300         (SQL_QUALIFIER_LOCATION): likewise.
11301         (SQL_QUALIFIER_NAME_SEPARATOR): likewise.
11302         (SQL_QUALIFIER_TERM): likewise.
11303         (SQL_QUALIFIER_USAGE): likewise.
11304         (SQL_QUERY_TIMEOUT): likewise.
11305         (SQL_QUERY_TIMEOUT_DEFAULT): likewise.
11306         (SQL_QUICK): likewise.
11307         (SQL_QUIET_MODE): likewise.
11308         (SQL_QUOTED_IDENTIFIER_CASE): likewise.
11309         (SQL_RD_DEFAULT): likewise.
11310         (SQL_RD_OFF): likewise.
11311         (SQL_RD_ON): likewise.
11312         (SQL_RETRIEVE_DATA): likewise.
11313         (SQL_ROW_NUMBER): likewise.
11314         (SQL_ROW_UPDATES): likewise.
11315         (SQL_ROWSET_SIZE): likewise.
11316         (SQL_ROWSET_SIZE_DEFAULT): likewise.
11317         (SQL_ROWVER): likewise.
11318         (SQL_SC_NON_UNIQUE): likewise.
11319         (SQL_SC_TRY_UNIQUE): likewise.
11320         (SQL_SC_UNIQUE): likewise.
11321         (SQL_SCCO_OPT_TIMESTAMP): likewise.
11322         (SQL_SCROLL_DYNAMIC): likewise.
11323         (SQL_SCROLL_FORWARD_ONLY): likewise.
11324         (SQL_SCROLL_KEYSET_DRIVEN): likewise.
11325         (SQL_SCROLL_OPTIONS): likewise.
11326         (SQL_SCROLL_STATIC): likewise.
11327         (SQL_SEARCHABLE): likewise.
11328         (SQL_SIGNED_OFFSET): likewise.
11329         (SQL_SIMULATE_CURSOR): likewise.
11330         (SQL_SO_DYNAMIC): likewise.
11331         (SQL_SO_FORWARD_ONLY): likewise.
11332         (SQL_SO_KEYSET_DRIVEN): likewise.
11333         (SQL_SO_MIXED): likewise.
11334         (SQL_SO_STATIC): likewise.
11335         (SQL_SPEC_MAJOR): likewise.
11336         (SQL_SPEC_MINOR): likewise.
11337         (SQL_SPEC_STRING): likewise.
11338         (SQL_SQ_COMPARISON): likewise.
11339         (SQL_SQ_CORRELATED_SUBQUERIES): likewise.
11340         (SQL_SQ_EXISTS): likewise.
11341         (SQL_SQ_IN): likewise.
11342         (SQL_SQ_QUANTIFIED): likewise.
11343         (SQL_SQLSTATE_SIZE): likewise.
11344         (SQL_SS_addITIONS): likewise.
11345         (SQL_SS_DELETIONS): likewise.
11346         (SQL_SS_UPDATES): likewise.
11347         (SQL_STATIC_SENSITIVITY): likewise.
11348         (SQL_STMT_OPT_MAX): likewise.
11349         (SQL_STMT_OPT_MIN): likewise.
11350         (SQL_STRING_FUNCTIONS): likewise.
11351         (SQL_SUBQUERIES): likewise.
11352         (SQL_SYSTEM_FUNCTIONS): likewise.
11353         (SQL_TABLE_STAT): likewise.
11354         (SQL_TABLE_TERM): likewise.
11355         (SQL_TIME): likewise.
11356         (SQL_TIMEDATE_add_INTERVALS): likewise.
11357         (SQL_TIMEDATE_DIFF_INTERVALS): likewise.
11358         (SQL_TIMEDATE_FUNCTIONS): likewise.
11359         (SQL_TIMESTAMP): likewise.
11360         (SQL_TINYINT): likewise.
11361         (SQL_TRANSLATE_DLL): likewise.
11362         (SQL_TRANSLATE_OPTION): likewise.
11363         (SQL_TXN_ISOLATION): likewise.
11364         (SQL_TXN_VERSIONING): likewise.
11365         (SQL_TYPE_DRIVER_END): likewise.
11366         (SQL_TYPE_DRIVER_START): likewise.
11367         (SQL_TYPE_MAX): likewise.
11368         (SQL_TYPE_MIN): likewise.
11369         (SQL_TYPE_NULL): likewise.
11370         (SQL_U_UNION): likewise.
11371         (SQL_U_UNION_ALL): likewise.
11372         (SQL_UB_DEFAULT): likewise.
11373         (SQL_UB_OFF): likewise.
11374         (SQL_UB_ON): likewise.
11375         (SQL_UNICODE): likewise.
11376         (SQL_UNICODE_CHAR): likewise.
11377         (SQL_UNICODE_LONGVARCHAR): likewise.
11378         (SQL_UNICODE_VARCHAR): likewise.
11379         (SQL_UNION): likewise.
11380         (SQL_UNSEARCHABLE): likewise.
11381         (SQL_UNSIGNED_OFFSET): likewise.
11382         (SQL_USE_BOOKMARKS): likewise.
11383         (SQL_VARBINARY): likewise.
11384         (SQL_TRUE): add define for ODBC3.x.
11385         (SQL_FALSE): likewise.
11386         (SQL_AM_CONNECTION): likewise.
11387         (SQL_AM_NONE): likewise.
11388         (SQL_AM_STATEMENT): likewise.
11389         (SQL_API_SQLALLOCHANDLE): likewise.
11390         (SQL_API_SQLBINDPARAM): likewise.
11391         (SQL_API_SQLCLOSECURSOR): likewise.
11392         (SQL_API_SQLCOLATTRIBUTE): likewise.
11393         (SQL_API_SQLCOPYDESC): likewise.
11394         (SQL_API_SQLENDTRAN): likewise.
11395         (SQL_API_SQLFETCHSCROLL): likewise.
11396         (SQL_API_SQLFREEHANDLE): likewise.
11397         (SQL_API_SQLGETCONNECTATTR): likewise.
11398         (SQL_API_SQLGETDESCFIELD): likewise.
11399         (SQL_API_SQLGETDESCREC): likewise.
11400         (SQL_API_SQLGETDIAGFIELD): likewise.
11401         (SQL_API_SQLGETDIAGREC): likewise.
11402         (SQL_API_SQLGETENVATTR): likewise.
11403         (SQL_API_SQLGETSTMTATTR): likewise.
11404         (SQL_API_SQLSETCONNECTATTR): likewise.
11405         (SQL_API_SQLSETDESCFIELD): likewise.
11406         (SQL_API_SQLSETDESCREC): likewise.
11407         (SQL_API_SQLSETENVATTR): likewise.
11408         (SQL_API_SQLSETSTMTATTR): likewise.
11409         (SQL_ARD_TYPE): likewise.
11410         (SQL_AT_add_CONSTRAINT): likewise.
11411         (SQL_ATTR_APP_PARAM_DESC): likewise.
11412         (SQL_ATTR_APP_ROW_DESC): likewise.
11413         (SQL_ATTR_AUTO_IPD): likewise.
11414         (SQL_ATTR_CURSOR_SCROLLABLE): likewise.
11415         (SQL_ATTR_CURSOR_SENSITIVITY): likewise.
11416         (SQL_ATTR_IMP_PARAM_DESC): likewise.
11417         (SQL_ATTR_IMP_ROW_DESC): likewise.
11418         (SQL_ATTR_METADATA_ID): likewise.
11419         (SQL_ATTR_OUTPUT_NTS): likewise.
11420         (SQL_CATALOG_NAME): likewise.
11421         (SQL_CODE_DATE): likewise.
11422         (SQL_CODE_TIME): likewise.
11423         (SQL_CODE_TIMESTAMP): likewise.
11424         (SQL_COLLATION_SEQ): likewise.
11425         (SQL_CURSOR_SENSITIVITY): likewise.
11426         (SQL_DATE_LEN): likewise.
11427         (SQL_DATETIME): likewise.
11428         (SQL_DEFAULT): likewise.
11429         (SQL_DESC_ALLOC_AUTO): likewise.
11430         (SQL_DESC_ALLOC_TYPE): likewise.
11431         (SQL_DESC_ALLOC_USER): likewise.
11432         (SQL_DESC_COUNT): likewise.
11433         (SQL_DESC_DATA_PTR): likewise.
11434         (SQL_DESC_DATETIME_INTERVAL_CODE): likewise.
11435         (SQL_DESC_INDICATOR_PTR): likewise.
11436         (SQL_DESC_LENGTH): likewise.
11437         (SQL_DESC_NAME): likewise.
11438         (SQL_DESC_NULLABLE): likewise.
11439         (SQL_DESC_OCTET_LENGTH): likewise.
11440         (SQL_DESC_OCTET_LENGTH_PTR): likewise.
11441         (SQL_DESC_PRECISION): likewise.
11442         (SQL_DESC_SCALE): likewise.
11443         (SQL_DESC_TYPE): likewise.
11444         (SQL_DESC_UNNAMED): likewise.
11445         (SQL_DESCRIBE_PARAMETER): likewise.
11446         (SQL_DIAG_ALTER_DOMAIN): likewise.
11447         (SQL_DIAG_ALTER_TABLE): likewise.
11448         (SQL_DIAG_CALL): likewise.
11449         (SQL_DIAG_CLASS_ORIGIN): likewise.
11450         (SQL_DIAG_CONNECTION_NAME): likewise.
11451         (SQL_DIAG_CREATE_ASSERTION): likewise.
11452         (SQL_DIAG_CREATE_CHARACTER_SET): likewise.
11453         (SQL_DIAG_CREATE_COLLATION): likewise.
11454         (SQL_DIAG_CREATE_DOMAIN): likewise.
11455         (SQL_DIAG_CREATE_INDEX): likewise.
11456         (SQL_DIAG_CREATE_SCHEMA): likewise.
11457         (SQL_DIAG_CREATE_TABLE): likewise.
11458         (SQL_DIAG_CREATE_TRANSLATION): likewise.
11459         (SQL_DIAG_CREATE_VIEW): likewise.
11460         (SQL_DIAG_DELETE_WHERE): likewise.
11461         (SQL_DIAG_DROP_ASSERTION): likewise.
11462         (SQL_DIAG_DROP_CHARACTER_SET): likewise.
11463         (SQL_DIAG_DROP_COLLATION): likewise.
11464         (SQL_DIAG_DROP_DOMAIN): likewise.
11465         (SQL_DIAG_DROP_INDEX): likewise.
11466         (SQL_DIAG_DROP_SCHEMA): likewise.
11467         (SQL_DIAG_DROP_TABLE): likewise.
11468         (SQL_DIAG_DROP_TRANSLATION): likewise.
11469         (SQL_DIAG_DROP_VIEW): likewise.
11470         (SQL_DIAG_DYNAMIC_DELETE_CURSOR): likewise.
11471         (SQL_DIAG_DYNAMIC_FUNCTION): likewise.
11472         (SQL_DIAG_DYNAMIC_FUNCTION_CODE): likewise.
11473         (SQL_DIAG_DYNAMIC_UPDATE_CURSOR): likewise.
11474         (SQL_DIAG_GRANT): likewise.
11475         (SQL_DIAG_INSERT): likewise.
11476         (SQL_DIAG_MESSAGE_TEXT): likewise.
11477         (SQL_DIAG_NATIVE): likewise.
11478         (SQL_DIAG_NUMBER): likewise.
11479         (SQL_DIAG_RETURNCODE): likewise.
11480         (SQL_DIAG_REVOKE): likewise.
11481         (SQL_DIAG_ROW_COUNT): likewise.
11482         (SQL_DIAG_SELECT_CURSOR): likewise.
11483         (SQL_DIAG_SERVER_NAME): likewise.
11484         (SQL_DIAG_SQLSTATE): likewise.
11485         (SQL_DIAG_SUBCLASS_ORIGIN): likewise.
11486         (SQL_DIAG_UNKNOWN_STATEMENT): likewise.
11487         (SQL_DIAG_UPDATE_WHERE): likewise.
11488         (SQL_FALSE): likewise.
11489         (SQL_FETCH_ABSOLUTE): likewise.
11490         (SQL_FETCH_LAST): likewise.
11491         (SQL_FETCH_PRIOR): likewise.
11492         (SQL_FETCH_RELATIVE): likewise.
11493         (SQL_HANDLE_DBC): likewise.
11494         (SQL_HANDLE_DESC): likewise.
11495         (SQL_HANDLE_ENV): likewise.
11496         (SQL_HANDLE_STMT): likewise.
11497         (SQL_INSENSITIVE): likewise.
11498         (SQL_INTEGRITY): likewise.
11499         (SQL_MAX_CATALOG_NAME_LEN): likewise.
11500         (SQL_MAX_CONCURRENT_ACTIVITIES): likewise.
11501         (SQL_MAX_DRIVER_CONNECTIONS): likewise.
11502         (SQL_MAX_IDENTIFIER_LEN): likewise.
11503         (SQL_MAX_SCHEMA_NAME_LEN): likewise.
11504         (SQL_MAXIMUM_CATALOG_NAME_LENGTH): likewise.
11505         (SQL_MAXIMUM_COLUMN_NAME_LENGTH): likewise.
11506         (SQL_MAXIMUM_COLUMNS_IN_GROUP_BY): likewise.
11507         (SQL_MAXIMUM_COLUMNS_IN_INDEX): likewise.
11508         (SQL_MAXIMUM_COLUMNS_IN_ORDER_BY): likewise.
11509         (SQL_MAXIMUM_COLUMNS_IN_SELECT): likewise.
11510         (SQL_MAXIMUM_CONCURRENT_ACTIVITIES): likewise.
11511         (SQL_MAXIMUM_CURSOR_NAME_LENGTH): likewise.
11512         (SQL_MAXIMUM_DRIVER_CONNECTIONS): likewise.
11513         (SQL_MAXIMUM_IDENTIFIER_LENGTH): likewise.
11514         (SQL_MAXIMUM_INDEX_SIZE): likewise.
11515         (SQL_MAXIMUM_ROW_SIZE): likewise.
11516         (SQL_MAXIMUM_SCHEMA_NAME_LENGTH): likewise.
11517         (SQL_MAXIMUM_STATEMENT_LENGTH): likewise.
11518         (SQL_MAXIMUM_TABLES_IN_SELECT): likewise.
11519         (SQL_MAXIMUM_USER_NAME_LENGTH): likewise.
11520         (SQL_NAMED): likewise.
11521         (SQL_NONSCROLLABLE): likewise.
11522         (SQL_NTSL): likewise.
11523         (SQL_NULL_HANDLE): likewise.
11524         (SQL_NULL_HDESC): likewise.
11525         (SQL_OUTER_JOIN_CAPABILITIES): likewise.
11526         (SQL_PRED_BASIC): likewise.
11527         (SQL_PRED_CHAR): likewise.
11528         (SQL_PRED_NONE): likewise.
11529         (SQL_ROW_IDENTIFIER): likewise.
11530         (SQL_SCROLLABLE): likewise.
11531         (SQL_SENSITIVE): likewise.
11532         (SQL_SUCCEEDED(rc)): likewise.
11533         (SQL_TIME_LEN): likewise.
11534         (SQL_TIMESTAMP_LEN): likewise.
11535         (SQL_TRANSACTION_CAPABLE): likewise.
11536         (SQL_TRANSACTION_ISOLATION_OPTION): likewise.
11537         (SQL_TRANSACTION_READ_COMMITTED): likewise.
11538         (SQL_TRANSACTION_READ_UNCOMMITTED): likewise.
11539         (SQL_TRANSACTION_REPEATABLE_READ): likewise.
11540         (SQL_TRANSACTION_SERIALIZABLE): likewise.
11541         (SQL_TYPE_DATE): likewise.
11542         (SQL_TYPE_TIME): likewise.
11543         (SQL_TYPE_TIMESTAMP): likewise.
11544         (SQL_UNKNOWN_TYPE): likewise.
11545         (SQL_UNNAMED): likewise.
11546         (SQL_UNSPECIFIED): likewise.
11547         (SQL_XOPEN_CLI_YEAR): likewise.
11548         (SQLAllocConnect): add comment marking as deperecated.
11549         (SQLAllocEnv): likewise.
11550         (SQLAllocStmt): likewise.
11551         (SQLFreeConnect): likewise.
11552         (SQLFreeEnv): likewise.
11553         (SQLGetConnectOption): likewise.
11554         (SQLGetStmtOption): likewise.
11555
11556         * include/sqlext.h (#include <sqlucode.h>): add directive.
11557         (SQLSetScrollOptions): non-core function, move prototype from sql.h.
11558         (SQLColAttributes): likewise.
11559         (SQLBulkOperations): add function prototype.
11560         (SQLAllocHandleStd): likewise
11561         (TraceReturn): add Trace API prototype.
11562         (TraceVersion): likewise.
11563         (ODBCGetTryWaitValue):likewise.
11564         (ODBCSetTryWaitValue): likewise.
11565         (SQL_LOCK_RECORD): correct function macro.
11566         (SQL_REFRESH_RECORD): likewise.
11567         (SQLINTENGER and SQLUINTEGER): replace with SQLLEN and SQLULEN for
11568         _WIN64 compatability.
11569         move defines for non-core functions from sql.h to sqlext.h (refer
11570         changes for sql.h)
11571         (SQL_ACTIVE_ENVIRONMENTS): new ODBC3.x define
11572         (SQL_AD_ADD_CONSTRAINT_DEFERRABLE): likewise.
11573         (SQL_AD_ADD_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11574         (SQL_AD_ADD_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11575         (SQL_AD_ADD_CONSTRAINT_NON_DEFERRABLE): likewise.
11576         (SQL_AD_ADD_DOMAIN_CONSTRAINT): likewise.
11577         (SQL_AD_ADD_DOMAIN_DEFAULT): likewise.
11578         (SQL_AD_CONSTRAINT_NAME_DEFINITION): likewise.
11579         (SQL_AD_DROP_DOMAIN_CONSTRAINT): likewise.
11580         (SQL_AD_DROP_DOMAIN_DEFAULT): likewise.
11581         (SQL_AF_ALL): likewise.
11582         (SQL_AF_AVG): likewise.
11583         (SQL_AF_COUNT): likewise.
11584         (SQL_AF_DISTINCT): likewise.
11585         (SQL_AF_MAX): likewise.
11586         (SQL_AF_MIN): likewise.
11587         (SQL_AF_SUM): likewise.
11588         (SQL_AGGREGATE_FUNCTIONS): likewise.
11589         (SQL_ALL_CATALOGS): likewise.
11590         (SQL_ALL_SCHEMAS): likewise.
11591         (SQL_ALL_TABLE_TYPES): likewise.
11592         (SQL_ALTER_DOMAIN): likewise.
11593         (SQL_AM_CONNECTION): likewise.
11594         (SQL_AM_NONE): likewise.
11595         (SQL_AM_STATEMENT): likewise.
11596         (SQL_API_ODBC3_ALL_FUNCTIONS): likewise.
11597         (SQL_API_ODBC3_ALL_FUNCTIONS_SIZE): likewise.
11598         (SQL_API_SQLALLOCHANDLESTD): likewise.
11599         (SQL_API_SQLBULKOPERATIONS): likewise.
11600         (SQL_ASYNC_MODE): likewise.
11601         (SQL_AT_ADD_COLUMN_COLLATION): likewise.
11602         (SQL_AT_ADD_COLUMN_DEFAULT): likewise.
11603         (SQL_AT_ADD_COLUMN_SINGLE): likewise.
11604         (SQL_AT_ADD_TABLE_CONSTRAINT): likewise.
11605         (SQL_AT_CONSTRAINT_DEFERRABLE): likewise.
11606         (SQL_AT_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11607         (SQL_AT_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11608         (SQL_AT_CONSTRAINT_NAME_DEFINITION): likewise.
11609         (SQL_AT_CONSTRAINT_NON_DEFERRABLE): likewise.
11610         (SQL_AT_DROP_COLUMN_CASCADE): likewise.
11611         (SQL_AT_DROP_COLUMN_DEFAULT): likewise.
11612         (SQL_AT_DROP_COLUMN_RESTRICT): likewise.
11613         (SQL_AT_DROP_TABLE_CONSTRAINT_CASCADE): likewise.
11614         (SQL_AT_DROP_TABLE_CONSTRAINT_RESTRICT): likewise.
11615         (SQL_AT_SET_COLUMN_DEFAULT): likewise.
11616         (SQL_ATTR_ACCESS_MODE): likewise.
11617         (SQL_ATTR_ASYNC_ENABLE): likewise.
11618         (SQL_ATTR_AUTOCOMMIT): likewise.
11619         (SQL_ATTR_CONCURRENCY): likewise.
11620         (SQL_ATTR_CONNECTION_POOLING): likewise.
11621         (SQL_ATTR_CONNECTION_TIMEOUT): likewise.
11622         (SQL_ATTR_CP_MATCH): likewise.
11623         (SQL_ATTR_CURRENT_CATALOG): likewise.
11624         (SQL_ATTR_CURSOR_TYPE): likewise.
11625         (SQL_ATTR_DISCONNECT_BEHAVIOR): likewise.
11626         (SQL_ATTR_ENABLE_AUTO_IPD): likewise.
11627         (SQL_ATTR_ENLIST_IN_DTC): likewise.
11628         (SQL_ATTR_ENLIST_IN_XA): likewise.
11629         (SQL_ATTR_FETCH_BOOKMARK_PTR): likewise.
11630         (SQL_ATTR_KEYSET_SIZE): likewise.
11631         (SQL_ATTR_LOGIN_TIMEOUT): likewise.
11632         (SQL_ATTR_MAX_LENGTH): likewise.
11633         (SQL_ATTR_MAX_ROWS): likewise.
11634         (SQL_ATTR_NOSCAN): likewise.
11635         (SQL_ATTR_ODBC_CURSORS): likewise.
11636         (SQL_ATTR_ODBC_VERSION): likewise.
11637         (SQL_ATTR_PACKET_SIZE): likewise.
11638         (SQL_ATTR_PARAM_BIND_OFFSET_PTR): likewise.
11639         (SQL_ATTR_PARAM_BIND_TYPE): likewise.
11640         (SQL_ATTR_PARAM_OPERATION_PTR): likewise.
11641         (SQL_ATTR_PARAM_STATUS_PTR): likewise.
11642         (SQL_ATTR_PARAMS_PROCESSED_PTR): likewise.
11643         (SQL_ATTR_PARAMSET_SIZE): likewise.
11644         (SQL_ATTR_QUERY_TIMEOUT): likewise.
11645         (SQL_ATTR_QUIET_MODE): likewise.
11646         (SQL_ATTR_RETRIEVE_DATA): likewise.
11647         (SQL_ATTR_ROW_ARRAY_SIZE): likewise.
11648         (SQL_ATTR_ROW_BIND_OFFSET_PTR): likewise.
11649         (SQL_ATTR_ROW_BIND_TYPE): likewise.
11650         (SQL_ATTR_ROW_NUMBER): likewise.
11651         (SQL_ATTR_ROW_OPERATION_PTR): likewise.
11652         (SQL_ATTR_ROW_STATUS_PTR): likewise.
11653         (SQL_ATTR_ROWS_FETCHED_PTR): likewise.
11654         (SQL_ATTR_SIMULATE_CURSOR): likewise.
11655         (SQL_ATTR_TRACE): likewise.
11656         (SQL_ATTR_TRACEFILE): likewise.
11657         (SQL_ATTR_TRANSLATE_LIB): likewise.
11658         (SQL_ATTR_TRANSLATE_OPTION): likewise.
11659         (SQL_ATTR_TXN_ISOLATION): likewise.
11660         (SQL_ATTR_USE_BOOKMARKS): likewise.
11661         (SQL_BATCH_ROW_COUNT): likewise.
11662         (SQL_BATCH_SUPPORT): likewise.
11663         (SQL_BRC_EXPLICIT): likewise.
11664         (SQL_BRC_PROCEDURES): likewise.
11665         (SQL_BRC_ROLLED_UP): likewise.
11666         (SQL_BS_ROW_COUNT_EXPLICIT): likewise.
11667         (SQL_BS_ROW_COUNT_PROC): likewise.
11668         (SQL_BS_SELECT_EXPLICIT): likewise.
11669         (SQL_BS_SELECT_PROC): likewise.
11670         (SQL_C_INTERVAL_DAY): likewise.
11671         (SQL_C_INTERVAL_DAY_TO_HOUR): likewise.
11672         (SQL_C_INTERVAL_DAY_TO_MINUTE): likewise.
11673         (SQL_C_INTERVAL_DAY_TO_SECOND): likewise.
11674         (SQL_C_INTERVAL_HOUR): likewise.
11675         (SQL_C_INTERVAL_HOUR_TO_MINUTE): likewise.
11676         (SQL_C_INTERVAL_HOUR_TO_SECOND): likewise.
11677         (SQL_C_INTERVAL_MINUTE): likewise.
11678         (SQL_C_INTERVAL_MINUTE_TO_SECOND): likewise.
11679         (SQL_C_INTERVAL_MONTH): likewise.
11680         (SQL_C_INTERVAL_SECOND): likewise.
11681         (SQL_C_INTERVAL_YEAR): likewise.
11682         (SQL_C_INTERVAL_YEAR_TO_MONTH): likewise.
11683         (SQL_C_NUMERIC): likewise.
11684         (SQL_C_SBIGINT): likewise.
11685         (SQL_C_TYPE_DATE): likewise.
11686         (SQL_C_TYPE_TIME): likewise.
11687         (SQL_C_TYPE_TIMESTAMP): likewise.
11688         (SQL_C_UBIGINT): likewise.
11689         (SQL_C_VARBOOKMARK): likewise.
11690         (SQL_CA_CONSTRAINT_DEFERRABLE): likewise.
11691         (SQL_CA_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11692         (SQL_CA_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11693         (SQL_CA_CONSTRAINT_NON_DEFERRABLE): likewise.
11694         (SQL_CA_CREATE_ASSERTION): likewise.
11695         (SQL_CA1_ABSOLUTE): likewise.
11696         (SQL_CA1_BOOKMARK): likewise.
11697         (SQL_CA1_BULK_ADD): likewise.
11698         (SQL_CA1_BULK_DELETE_BY_BOOKMARK): likewise.
11699         (SQL_CA1_BULK_FETCH_BY_BOOKMARK): likewise.
11700         (SQL_CA1_BULK_UPDATE_BY_BOOKMARK): likewise.
11701         (SQL_CA1_LOCK_EXCLUSIVE): likewise.
11702         (SQL_CA1_LOCK_NO_CHANGE): likewise.
11703         (SQL_CA1_LOCK_UNLOCK): likewise.
11704         (SQL_CA1_NEXT): likewise.
11705         (SQL_CA1_POS_DELETE): likewise.
11706         (SQL_CA1_POS_POSITION): likewise.
11707         (SQL_CA1_POS_REFRESH): likewise.
11708         (SQL_CA1_POS_UPDATE): likewise.
11709         (SQL_CA1_POSITIONED_DELETE): likewise.
11710         (SQL_CA1_POSITIONED_UPDATE): likewise.
11711         (SQL_CA1_RELATIVE): likewise.
11712         (SQL_CA1_SELECT_FOR_UPDATE): likewise.
11713         (SQL_CA2_CRC_APPROXIMATE): likewise.
11714         (SQL_CA2_CRC_EXACT): likewise.
11715         (SQL_CA2_LOCK_CONCURRENCY): likewise.
11716         (SQL_CA2_MAX_ROWS_AFFECTS_ALL): likewise.
11717         (SQL_CA2_MAX_ROWS_CATALOG): likewise.
11718         (SQL_CA2_MAX_ROWS_DELETE): likewise.
11719         (SQL_CA2_MAX_ROWS_INSERT): likewise.
11720         (SQL_CA2_MAX_ROWS_SELECT): likewise.
11721         (SQL_CA2_MAX_ROWS_UPDATE): likewise.
11722         (SQL_CA2_OPT_ROWVER_CONCURRENCY): likewise.
11723         (SQL_CA2_OPT_VALUES_CONCURRENCY): likewise.
11724         (SQL_CA2_READ_ONLY_CONCURRENCY): likewise.
11725         (SQL_CA2_SENSITIVITY_ADDITIONS): likewise.
11726         (SQL_CA2_SENSITIVITY_DELETIONS): likewise.
11727         (SQL_CA2_SENSITIVITY_UPDATES): likewise.
11728         (SQL_CA2_SIMULATE_NON_UNIQUE): likewise.
11729         (SQL_CA2_SIMULATE_TRY_UNIQUE): likewise.
11730         (SQL_CA2_SIMULATE_UNIQUE): likewise.
11731         (SQL_CATALOG_LOCATION): likewise.
11732         (SQL_CATALOG_NAME_SEPARATOR): likewise.
11733         (SQL_CATALOG_TERM): likewise.
11734         (SQL_CATALOG_USAGE): likewise.
11735         (SQL_CCOL_CREATE_COLLATION): likewise.
11736         (SQL_CCS_COLLATE_CLAUSE): likewise.
11737         (SQL_CCS_CREATE_CHARACTER_SET): likewise.
11738         (SQL_CCS_LIMITED_COLLATION): likewise.
11739         (SQL_CDO_COLLATION): likewise.
11740         (SQL_CDO_CONSTRAINT): likewise.
11741         (SQL_CDO_CONSTRAINT_DEFERRABLE): likewise.
11742         (SQL_CDO_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11743         (SQL_CDO_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11744         (SQL_CDO_CONSTRAINT_NAME_DEFINITION): likewise.
11745         (SQL_CDO_CONSTRAINT_NON_DEFERRABLE): likewise.
11746         (SQL_CDO_CREATE_DOMAIN): likewise.
11747         (SQL_CDO_DEFAULT): likewise.
11748         (SQL_CL_END): likewise.
11749         (SQL_CL_START): likewise.
11750         (SQL_COL_PRED_BASIC): likewise.
11751         (SQL_COL_PRED_CHAR): likewise.
11752         (SQL_COLUMN_DRIVER_START): likewise.
11753         (SQL_COLUMN_IGNORE): likewise.
11754         (SQL_COLUMN_NUMBER_UNKNOWN): likewise.
11755         (SQL_CONVERT_GUID): likewise.
11756         (SQL_CONVERT_INTERVAL_DAY_TIME): likewise.
11757         (SQL_CONVERT_INTERVAL_YEAR_MONTH): likewise.
11758         (SQL_CONVERT_WCHAR): likewise.
11759         (SQL_CONVERT_WLONGVARCHAR): likewise.
11760         (SQL_CONVERT_WVARCHAR): likewise.
11761         (SQL_CP_DEFAULT): likewise.
11762         (SQL_CP_MATCH_DEFAULT): likewise.
11763         (SQL_CP_OFF): likewise.
11764         (SQL_CP_ONE_PER_DRIVER): likewise.
11765         (SQL_CP_ONE_PER_HENV): likewise.
11766         (SQL_CP_RELAXED_MATCH): likewise.
11767         (SQL_CP_STRICT_MATCH): likewise.
11768         (SQL_CREATE_ASSERTION): likewise.
11769         (SQL_CREATE_CHARACTER_SET): likewise.
11770         (SQL_CREATE_COLLATION): likewise.
11771         (SQL_CREATE_DOMAIN): likewise.
11772         (SQL_CREATE_SCHEMA): likewise.
11773         (SQL_CREATE_TABLE): likewise.
11774         (SQL_CREATE_TRANSLATION): likewise.
11775         (SQL_CREATE_VIEW): likewise.
11776         (SQL_CS_AUTHORIZATION): likewise.
11777         (SQL_CS_CREATE_SCHEMA): likewise.
11778         (SQL_CS_DEFAULT_CHARACTER_SET): likewise.
11779         (SQL_CT_COLUMN_COLLATION): likewise.
11780         (SQL_CT_COLUMN_CONSTRAINT): likewise.
11781         (SQL_CT_COLUMN_DEFAULT): likewise.
11782         (SQL_CT_COMMIT_DELETE): likewise.
11783         (SQL_CT_COMMIT_PRESERVE): likewise.
11784         (SQL_CT_CONSTRAINT_DEFERRABLE): likewise.
11785         (SQL_CT_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11786         (SQL_CT_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11787         (SQL_CT_CONSTRAINT_NAME_DEFINITION): likewise.
11788         (SQL_CT_CONSTRAINT_NON_DEFERRABLE): likewise.
11789         (SQL_CT_CREATE_TABLE): likewise.
11790         (SQL_CT_GLOBAL_TEMPORARY): likewise.
11791         (SQL_CT_LOCAL_TEMPORARY): likewise.
11792         (SQL_CT_TABLE_CONSTRAINT): likewise.
11793         (SQL_CTR_CREATE_TRANSLATION): likewise.
11794         (SQL_CU_DML_STATEMENTS): likewise.
11795         (SQL_CU_INDEX_DEFINITION): likewise.
11796         (SQL_CU_PRIVILEGE_DEFINITION): likewise.
11797         (SQL_CU_PROCEDURE_INVOCATION): likewise.
11798         (SQL_CU_TABLE_DEFINITION): likewise.
11799         (SQL_CVT_GUID): likewise.
11800         (SQL_CVT_INTERVAL_DAY_TIME): likewise.
11801         (SQL_CVT_INTERVAL_YEAR_MONTH): likewise.
11802         (SQL_CVT_WCHAR): likewise.
11803         (SQL_CVT_WLONGVARCHAR): likewise.
11804         (SQL_CVT_WVARCHAR): likewise.
11805         (SQL_DA_DROP_ASSERTION): likewise.
11806         (SQL_DATETIME_LITERALS): likewise.
11807         (SQL_DB_DEFAULT): likewise.
11808         (SQL_DB_DISCONNECT): likewise.
11809         (SQL_DB_RETURN_TO_POOL): likewise.
11810         (SQL_DC_DROP_COLLATION): likewise.
11811         (SQL_DCS_DROP_CHARACTER_SET): likewise.
11812         (SQL_DD_CASCADE): likewise.
11813         (SQL_DD_DROP_DOMAIN): likewise.
11814         (SQL_DD_RESTRICT): likewise.
11815         (SQL_DDL_INDEX): likewise.
11816         (SQL_DELETE_BY_BOOKMARK): likewise.
11817         (SQL_DESC_ARRAY_SIZE): likewise.
11818         (SQL_DESC_ARRAY_STATUS_PTR): likewise.
11819         (SQL_DESC_AUTO_UNIQUE_VALUE): likewise.
11820         (SQL_DESC_BASE_COLUMN_NAME): likewise.
11821         (SQL_DESC_BASE_TABLE_NAME): likewise.
11822         (SQL_DESC_BIND_OFFSET_PTR): likewise.
11823         (SQL_DESC_BIND_TYPE): likewise.
11824         (SQL_DESC_CASE_SENSITIVE): likewise.
11825         (SQL_DESC_CATALOG_NAME): likewise.
11826         (SQL_DESC_CONCISE_TYPE): likewise.
11827         (SQL_DESC_DATETIME_INTERVAL_PRECISION): likewise.
11828         (SQL_DESC_DISPLAY_SIZE): likewise.
11829         (SQL_DESC_FIXED_PREC_SCALE): likewise.
11830         (SQL_DESC_LABEL): likewise.
11831         (SQL_DESC_LITERAL_PREFIX): likewise.
11832         (SQL_DESC_LITERAL_SUFFIX): likewise.
11833         (SQL_DESC_LOCAL_TYPE_NAME): likewise.
11834         (SQL_DESC_MAXIMUM_SCALE): likewise.
11835         (SQL_DESC_MINIMUM_SCALE): likewise.
11836         (SQL_DESC_NUM_PREC_RADIX): likewise.
11837         (SQL_DESC_PARAMETER_TYPE): likewise.
11838         (SQL_DESC_ROWS_PROCESSED_PTR): likewise.
11839         (SQL_DESC_SCHEMA_NAME): likewise.
11840         (SQL_DESC_SEARCHABLE): likewise.
11841         (SQL_DESC_TABLE_NAME): likewise.
11842         (SQL_DESC_TYPE_NAME): likewise.
11843         (SQL_DESC_UNSIGNED): likewise.
11844         (SQL_DESC_UPDATABLE): likewise.
11845         (SQL_DI_CREATE_INDEX): likewise.
11846         (SQL_DI_DROP_INDEX): likewise.
11847         (SQL_DIAG_COLUMN_NUMBER): likewise.
11848         (SQL_DIAG_CURSOR_ROW_COUNT): likewise.
11849         (SQL_DIAG_ROW_NUMBER): likewise.
11850         (SQL_DL_SQL92_DATE): likewise.
11851         (SQL_DL_SQL92_INTERVAL_DAY): likewise.
11852         (SQL_DL_SQL92_INTERVAL_DAY_TO_HOUR): likewise.
11853         (SQL_DL_SQL92_INTERVAL_DAY_TO_MINUTE): likewise.
11854         (SQL_DL_SQL92_INTERVAL_DAY_TO_SECOND): likewise.
11855         (SQL_DL_SQL92_INTERVAL_HOUR): likewise.
11856         (SQL_DL_SQL92_INTERVAL_HOUR_TO_MINUTE): likewise.
11857         (SQL_DL_SQL92_INTERVAL_HOUR_TO_SECOND): likewise.
11858         (SQL_DL_SQL92_INTERVAL_MINUTE): likewise.
11859         (SQL_DL_SQL92_INTERVAL_MINUTE_TO_SECOND): likewise.
11860         (SQL_DL_SQL92_INTERVAL_MONTH): likewise.
11861         (SQL_DL_SQL92_INTERVAL_SECOND): likewise.
11862         (SQL_DL_SQL92_INTERVAL_YEAR): likewise.
11863         (SQL_DL_SQL92_INTERVAL_YEAR_TO_MONTH): likewise.
11864         (SQL_DL_SQL92_TIME): likewise.
11865         (SQL_DL_SQL92_TIMESTAMP): likewise.
11866         (SQL_DM_VER): likewise.
11867         (SQL_DRIVER_HDESC): likewise.
11868         (SQL_DROP_ASSERTION): likewise.
11869         (SQL_DROP_CHARACTER_SET): likewise.
11870         (SQL_DROP_COLLATION): likewise.
11871         (SQL_DROP_DOMAIN): likewise.
11872         (SQL_DROP_SCHEMA): likewise.
11873         (SQL_DROP_TABLE): likewise.
11874         (SQL_DROP_TRANSLATION): likewise.
11875         (SQL_DROP_VIEW): likewise.
11876         (SQL_DS_CASCADE): likewise.
11877         (SQL_DS_DROP_SCHEMA): likewise.
11878         (SQL_DS_RESTRICT): likewise.
11879         (SQL_DT_CASCADE): likewise.
11880         (SQL_DT_DROP_TABLE): likewise.
11881         (SQL_DT_RESTRICT): likewise.
11882         (SQL_DTC_DONE): likewise.
11883         (SQL_DTR_DROP_TRANSLATION): likewise.
11884         (SQL_DV_CASCADE): likewise.
11885         (SQL_DV_DROP_VIEW): likewise.
11886         (SQL_DV_RESTRICT): likewise.
11887         (SQL_DYNAMIC_CURSOR_ATTRIBUTES1): likewise.
11888         (SQL_DYNAMIC_CURSOR_ATTRIBUTES2): likewise.
11889         (SQL_EXT_API_LAST): likewise.
11890         (SQL_EXT_API_START): likewise.
11891         (SQL_FETCH_BY_BOOKMARK): likewise.
11892         (SQL_FETCH_FIRST_SYSTEM): likewise.
11893         (SQL_FETCH_FIRST_USER): likewise.
11894         (SQL_FN_CVT_CAST): likewise.
11895         (SQL_FN_STR_BIT_LENGTH): likewise.
11896         (SQL_FN_STR_CHAR_LENGTH): likewise.
11897         (SQL_FN_STR_CHARACTER_LENGTH): likewise.
11898         (SQL_FN_STR_OCTET_LENGTH): likewise.
11899         (SQL_FN_STR_POSITION): likewise.
11900         (SQL_FN_TD_CURRENT_DATE): likewise.
11901         (SQL_FN_TD_CURRENT_TIME): likewise.
11902         (SQL_FN_TD_CURRENT_TIMESTAMP): likewise.
11903         (SQL_FN_TD_EXTRACT): likewise.
11904         (SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES1): likewise.
11905         (SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES2): likewise.
11906         (SQL_FUNC_EXISTS(exists,api)): likewise.
11907         (SQL_GB_COLLATE): likewise.
11908         (SQL_HANDLE_SENV): likewise.
11909         (SQL_IK_ALL): likewise.
11910         (SQL_IK_ASC): likewise.
11911         (SQL_IK_DESC): likewise.
11912         (SQL_IK_NONE): likewise.
11913         (SQL_INDEX_KEYWORDS): likewise.
11914         (SQL_INFO_DRIVER_START): likewise.
11915         (SQL_INFO_LAST): likewise.
11916         (SQL_INFO_SCHEMA_VIEWS): likewise.
11917         (SQL_INITIALLY_DEFERRED): likewise.
11918         (SQL_INITIALLY_IMMEDIATE): likewise.
11919         (SQL_INSERT_STATEMENT): likewise.
11920         (SQL_INTERVAL): likewise.
11921         (SQL_IS_INSERT_LITERALS): likewise.
11922         (SQL_IS_INSERT_SEARCHED): likewise.
11923         (SQL_IS_INTEGER): likewise.
11924         (SQL_IS_POINTER): likewise.
11925         (SQL_IS_SELECT_INTO): likewise.
11926         (SQL_IS_SMALLINT): likewise.
11927         (SQL_IS_UINTEGER): likewise.
11928         (SQL_IS_USMALLINT): likewise.
11929         (SQL_ISV_ASSERTIONS): likewise.
11930         (SQL_ISV_CHARACTER_SETS): likewise.
11931         (SQL_ISV_CHECK_CONSTRAINTS): likewise.
11932         (SQL_ISV_COLLATIONS): likewise.
11933         (SQL_ISV_COLUMN_DOMAIN_USAGE): likewise.
11934         (SQL_ISV_COLUMN_PRIVILEGES): likewise.
11935         (SQL_ISV_COLUMNS): likewise.
11936         (SQL_ISV_CONSTRAINT_COLUMN_USAGE): likewise.
11937         (SQL_ISV_CONSTRAINT_TABLE_USAGE): likewise.
11938         (SQL_ISV_DOMAIN_CONSTRAINTS): likewise.
11939         (SQL_ISV_DOMAINS): likewise.
11940         (SQL_ISV_KEY_COLUMN_USAGE): likewise.
11941         (SQL_ISV_REFERENTIAL_CONSTRAINTS): likewise.
11942         (SQL_ISV_SCHEMATA): likewise.
11943         (SQL_ISV_SQL_LANGUAGES): likewise.
11944         (SQL_ISV_TABLE_CONSTRAINTS): likewise.
11945         (SQL_ISV_TABLE_PRIVILEGES): likewise.
11946         (SQL_ISV_TABLES): likewise.
11947         (SQL_ISV_TRANSLATIONS): likewise.
11948         (SQL_ISV_USAGE_PRIVILEGES): likewise.
11949         (SQL_ISV_VIEW_COLUMN_USAGE): likewise.
11950         (SQL_ISV_VIEW_TABLE_USAGE): likewise.
11951         (SQL_ISV_VIEWS): likewise.
11952         (SQL_KEYSET_CURSOR_ATTRIBUTES1): likewise.
11953         (SQL_KEYSET_CURSOR_ATTRIBUTES2): likewise.
11954         (SQL_MAX_ASYNC_CONCURRENT_STATEMENTS): likewise.
11955         (SQL_NO_COLUMN_NUMBER): likewise.
11956         (SQL_NO_ROW_NUMBER): likewise.
11957         (SQL_NOT_DEFERRABLE): likewise.
11958         (SQL_NUM_EXTENSIONS): likewise.
11959         (SQL_NUM_FUNCTIONS): likewise.
11960         (SQL_ODBC_INTERFACE_CONFORMANCE): likewise.
11961         (SQL_OIC_CORE): likewise.
11962         (SQL_OIC_LEVEL1): likewise.
11963         (SQL_OIC_LEVEL2): likewise.
11964         (SQL_OV_ODBC2): likewise.
11965         (SQL_OV_ODBC3): likewise.
11966         (SQL_PARAM_ARRAY_ROW_COUNTS): likewise.
11967         (SQL_PARAM_ARRAY_SELECTS): likewise.
11968         (SQL_PARAM_BIND_BY_COLUMN): likewise.
11969         (SQL_PARAM_BIND_TYPE_DEFAULT): likewise.
11970         (SQL_PARAM_DIAG_UNAVAILABLE): likewise.
11971         (SQL_PARAM_ERROR): likewise.
11972         (SQL_PARAM_IGNORE): likewise.
11973         (SQL_PARAM_PROCEED): likewise.
11974         (SQL_PARAM_SUCCESS): likewise.
11975         (SQL_PARAM_SUCCESS_WITH_INFO): likewise.
11976         (SQL_PARAM_UNUSED): likewise.
11977         (SQL_PARC_BATCH): likewise.
11978         (SQL_PARC_NO_BATCH): likewise.
11979         (SQL_PAS_BATCH): likewise.
11980         (SQL_PAS_NO_BATCH): likewise.
11981         (SQL_PAS_NO_SELECT): likewise.
11982         (SQL_ROW_IGNORE): likewise.
11983         (SQL_ROW_NUMBER_UNKNOWN): likewise.
11984         (SQL_ROW_PROCEED): likewise.
11985         (SQL_ROW_SUCCESS_WITH_INFO): likewise.
11986         (SQL_SC_FIPS127_2_TRANSITIONAL): likewise.
11987         (SQL_SC_SQL92_ENTRY): likewise.
11988         (SQL_SC_SQL92_FULL): likewise.
11989         (SQL_SC_SQL92_INTERMEDIATE): likewise.
11990         (SQL_SCC_ISO92_CLI): likewise.
11991         (SQL_SCC_XOPEN_CLI_VERSION1): likewise.
11992         (SQL_SCHEMA_TERM): likewise.
11993         (SQL_SCHEMA_USAGE): likewise.
11994         (SQL_SDF_CURRENT_DATE): likewise.
11995         (SQL_SDF_CURRENT_TIME): likewise.
11996         (SQL_SDF_CURRENT_TIMESTAMP): likewise.
11997         (SQL_SFKD_CASCADE): likewise.
11998         (SQL_SFKD_NO_ACTION): likewise.
11999         (SQL_SFKD_SET_DEFAULT): likewise.
12000         (SQL_SFKD_SET_NULL): likewise.
12001         (SQL_SFKU_CASCADE): likewise.
12002         (SQL_SFKU_NO_ACTION): likewise.
12003         (SQL_SFKU_SET_DEFAULT): likewise.
12004         (SQL_SFKU_SET_NULL): likewise.
12005         (SQL_SG_DELETE_TABLE): likewise.
12006         (SQL_SG_INSERT_COLUMN): likewise.
12007         (SQL_SG_INSERT_TABLE): likewise.
12008         (SQL_SG_REFERENCES_COLUMN): likewise.
12009         (SQL_SG_REFERENCES_TABLE): likewise.
12010         (SQL_SG_SELECT_TABLE): likewise.
12011         (SQL_SG_UPDATE_COLUMN): likewise.
12012         (SQL_SG_UPDATE_TABLE): likewise.
12013         (SQL_SG_USAGE_ON_CHARACTER_SET): likewise.
12014         (SQL_SG_USAGE_ON_COLLATION): likewise.
12015         (SQL_SG_USAGE_ON_DOMAIN): likewise.
12016         (SQL_SG_USAGE_ON_TRANSLATION): likewise.
12017         (SQL_SG_WITH_GRANT_OPTION): likewise.
12018         (SQL_SNVF_BIT_LENGTH): likewise.
12019         (SQL_SNVF_CHAR_LENGTH): likewise.
12020         (SQL_SNVF_CHARACTER_LENGTH): likewise.
12021         (SQL_SNVF_EXTRACT): likewise.
12022         (SQL_SNVF_OCTET_LENGTH): likewise.
12023         (SQL_SNVF_POSITION): likewise.
12024         (SQL_SP_BETWEEN): likewise.
12025         (SQL_SP_COMPARISON): likewise.
12026         (SQL_SP_EXISTS): likewise.
12027         (SQL_SP_IN): likewise.
12028         (SQL_SP_ISNOTNULL): likewise.
12029         (SQL_SP_ISNULL): likewise.
12030         (SQL_SP_LIKE): likewise.
12031         (SQL_SP_MATCH_FULL): likewise.
12032         (SQL_SP_MATCH_PARTIAL): likewise.
12033         (SQL_SP_MATCH_UNIQUE_FULL): likewise.
12034         (SQL_SP_MATCH_UNIQUE_PARTIAL): likewise.
12035         (SQL_SP_OVERLAPS): likewise.
12036         (SQL_SP_QUANTIFIED_COMPARISON): likewise.
12037         (SQL_SP_UNIQUE): likewise.
12038         (SQL_SQL_CONFORMANCE): likewise.
12039         (SQL_SQL92_DATETIME_FUNCTIONS): likewise.
12040         (SQL_SQL92_FOREIGN_KEY_DELETE_RULE): likewise.
12041         (SQL_SQL92_FOREIGN_KEY_UPDATE_RULE): likewise.
12042         (SQL_SQL92_GRANT): likewise.
12043         (SQL_SQL92_NUMERIC_VALUE_FUNCTIONS): likewise.
12044         (SQL_SQL92_PREDICATES): likewise.
12045         (SQL_SQL92_RELATIONAL_JOIN_OPERATORS): likewise.
12046         (SQL_SQL92_REVOKE): likewise.
12047         (SQL_SQL92_ROW_VALUE_CONSTRUCTOR): likewise.
12048         (SQL_SQL92_STRING_FUNCTIONS): likewise.
12049         (SQL_SQL92_VALUE_EXPRESSIONS): likewise.
12050         (SQL_SR_CASCADE): likewise.
12051         (SQL_SR_DELETE_TABLE): likewise.
12052         (SQL_SR_GRANT_OPTION_FOR): likewise.
12053         (SQL_SR_INSERT_COLUMN): likewise.
12054         (SQL_SR_INSERT_TABLE): likewise.
12055         (SQL_SR_REFERENCES_COLUMN): likewise.
12056         (SQL_SR_REFERENCES_TABLE): likewise.
12057         (SQL_SR_RESTRICT): likewise.
12058         (SQL_SR_SELECT_TABLE): likewise.
12059         (SQL_SR_UPDATE_COLUMN): likewise.
12060         (SQL_SR_UPDATE_TABLE): likewise.
12061         (SQL_SR_USAGE_ON_CHARACTER_SET): likewise.
12062         (SQL_SR_USAGE_ON_COLLATION): likewise.
12063         (SQL_SR_USAGE_ON_DOMAIN): likewise.
12064         (SQL_SR_USAGE_ON_TRANSLATION): likewise.
12065         (SQL_SRJO_CORRESPONDING_CLAUSE): likewise.
12066         (SQL_SRJO_CROSS_JOIN): likewise.
12067         (SQL_SRJO_EXCEPT_JOIN): likewise.
12068         (SQL_SRJO_FULL_OUTER_JOIN): likewise.
12069         (SQL_SRJO_INNER_JOIN): likewise.
12070         (SQL_SRJO_INTERSECT_JOIN): likewise.
12071         (SQL_SRJO_LEFT_OUTER_JOIN): likewise.
12072         (SQL_SRJO_NATURAL_JOIN): likewise.
12073         (SQL_SRJO_RIGHT_OUTER_JOIN): likewise.
12074         (SQL_SRJO_UNION_JOIN): likewise.
12075         (SQL_SRVC_DEFAULT): likewise.
12076         (SQL_SRVC_NULL): likewise.
12077         (SQL_SRVC_ROW_SUBQUERY): likewise.
12078         (SQL_SRVC_VALUE_EXPRESSION): likewise.
12079         (SQL_SSF_CONVERT): likewise.
12080         (SQL_SSF_LOWER): likewise.
12081         (SQL_SSF_SUBSTRING): likewise.
12082         (SQL_SSF_TRANSLATE): likewise.
12083         (SQL_SSF_TRIM_BOTH): likewise.
12084         (SQL_SSF_TRIM_LEADING): likewise.
12085         (SQL_SSF_TRIM_TRAILING): likewise.
12086         (SQL_SSF_UPPER): likewise.
12087         (SQL_STANDARD_CLI_CONFORMANCE): likewise.
12088         (SQL_STATIC_CURSOR_ATTRIBUTES1): likewise.
12089         (SQL_STATIC_CURSOR_ATTRIBUTES2): likewise.
12090         (SQL_SU_DML_STATEMENTS): likewise.
12091         (SQL_SU_INDEX_DEFINITION): likewise.
12092         (SQL_SU_PRIVILEGE_DEFINITION): likewise.
12093         (SQL_SU_PROCEDURE_INVOCATION): likewise.
12094         (SQL_SU_TABLE_DEFINITION): likewise.
12095         (SQL_SVE_CASE): likewise.
12096         (SQL_SVE_CAST): likewise.
12097         (SQL_SVE_COALESCE): likewise.
12098         (SQL_SVE_NULLIF): likewise.
12099         (SQL_UB_FIXED): likewise.
12100         (SQL_UB_VARIABLE): likewise.
12101         (SQL_UNION_STATEMENT): likewise.
12102         (SQL_UPDATE_BY_BOOKMARK): likewise.
12103         (SQL_US_UNION): likewise.
12104         (SQL_US_UNION_ALL): likewise.
12105         (SQL_DESC_ROWVER): likewise.
12106         (SQL_GUID): likewise.
12107         (SQL_C_GUID): likewise.
12108         (ODBC_STD): likewise.
12109         (SQLAllocHandle): likewise.
12110         (SQLAllocEnv(p)): likewise.
12111         (SQL_YEAR): likewise.
12112         (SQL_MONTH): likewise.
12113         (SQL_DAY): likewise.
12114         (SQL_HOUR): likewise.
12115         (SQL_MINUTE): likewise.
12116         (SQL_SECOND): likewise.
12117         (SQL_YEAR_TO_MONTH): likewise.
12118         (SQL_DAY_TO_HOUR): likewise.
12119         (SQL_DAY_TO_MINUTE): likewise.
12120         (SQL_DAY_TO_SECOND): likewise.
12121         (SQL_HOUR_TO_MINUTE): likewise.
12122         (SQL_HOUR_TO_SECOND): likewise.
12123         (SQL_MINUTE_TO_SECOND): likewise.
12124         (SQL_ATTR_ANSI_APP): likewise.
12125         (SQL_AA_TRUE): likewise.
12126         (SQL_AA_FALSE): likewise.
12127
12128         * include/sqltypes.h (#pragma pack(push,1), #pragma pack(pop)): remove.
12129         (struct tagSQL_YEAR_MONTH): add for ODBC3.x.
12130         (struct tagSQL_DAY_SECOND): likewise.
12131         (struct tagSQL_INTERVAL_STRUCT): likewise.
12132         (struct tagSQL_NUMERIC_STRUCT): likewise.
12133         (struct tagSQLGUID): add for 0DBC3.50.
12134         (enum SQLINTERVAL): add for ODBC3.x.
12135         (SQLWCHAR): add typedef.
12136         (SQLTCHAR): add typedef, conditional on UNICODE.
12137         (SQLLEN): add typedef for _WIN64, define for _WIN32.
12138         (SQLULEN): likewise.
12139         (SQLROWOFFSET): likewise.
12140         (SQLROWCOUNT): likewise.
12141         (SQLTRANSID): likewise.
12142         (SQLSETPOSIROW): likewise.
12143         (SQLHANDLE): add ODBC3.x typedef.
12144         (SQLHDESC): likewise.
12145         (SQLDATE): likewise.
12146         (SQLDECIMAL): likewise.
12147         (SQLDOUBLE): likewise.
12148         (SQLFLOAT): likewise.
12149         (SQLNUMERIC): likewise.
12150         (SQLREAL): likewise.
12151         (SQLTIME): likewise.
12152         (SQLTIMESTAMP): likewise.
12153         (SQLVARCHAR): likewise.
12154         (SQLBIGINT): likewise.
12155         (SQLUBIGINT): likewise.
12156         (SQL_DATE_STRUCT): likewise.
12157         (SQL_TIME_STRUCT): likewise.
12158         (SQL_TIMESTAMP_STRUCT): likewise.
12159         (ODBCINT64): add ODBC3.x define.
12160
12161         * lib/odbc32.def : regenerate.
12162
12163 2001-01-26  Earnie Boyd  <earnie@users.sourceforge.net
12164
12165         * Apply Danny Smith patch 102275
12166         2000-11-05  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12167         * include/objbase.h: (COM_RIGHTS): Add definition.
12168         (tagSTDMSHLFLAGS): add enumeration.
12169         (CoInitializeEx): Add prototypes.
12170         (CoGetStdMarshalEx): ditto.
12171         (CoCreateInstanceEx): ditto.
12172         (CoInitializeSecurity): ditto.
12173         (CoGetCallContext): ditto.
12174         (CoQueryProxyBlanket): ditto.
12175         (CoSetProxyBlanket): ditto.
12176         (CoCopyProxy): ditto.
12177         (CoQueryClientBlanket): ditto.
12178         (CoImpersonateClient): ditto.
12179         (CoRevertToSelf): ditto.
12180         (CoQueryAuthenticationServices): ditto.
12181         (CoSwitchCallContext): ditto.
12182         (CoGetInstanceFromFile): ditto.
12183         (CoGetInstanceFromIStorage): ditto.
12184         * include/objidl.h: (SOLE_AUTHENTICATION_SERVICE): Add structure.
12185         (SOLE_AUTHENTICATION_INFO): ditto.
12186         (EOLE_AUTHENTICATION_CAPABILITIES): Add enumeration.
12187         (COLE_DEFAULT_PRINCIPAL): Add definition.
12188         (COLE_DEFAULT_AUTHINFO): Ditto.
12189         * include/rpcdce.h: (RPC_C_AUTHZ_DEFAULT): Add definition.
12190         (RPC_PROTSEQ_VECTOR) Fix typo.
12191         (RpcRaiseException): add DECLSPEC_NORETURN attribute.
12192         * include/winbase.h: (FreeLibraryAndExitThread): add DECLSPEC_NORETURN
12193         attribute.
12194
12195 2001-01-26  Earnie Boyd  <earnie@users.sourceforge.net>
12196
12197         * lib/msvcp60.def: Apply Danny Smith patch 103321.
12198         2001-01-17  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>.
12199         New file.
12200
12201 2001-01-26  Christopher Faylor  <cgf@cygnus.com>
12202
12203         * include/winnt.h: Add PTOKEN_USER.
12204
12205 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
12206
12207         * include/sqlucode.h: Apply Danny Smith patch 102443
12208         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12209         New file.
12210
12211 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
12212
12213         * lib/odbccp32.def: Apply Danny Smith patch 102442
12214         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12215         New file.
12216
12217 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
12218
12219         * include/odbcinst.h: Apply Danny Smith patch 102441
12220         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12221         New file.
12222
12223 2000-12-25  Christopher Faylor  <cgf@cygnus.com>
12224
12225         * lib/Makefile.in: Don't make "links" to include/w32api directory.
12226
12227 2000-12-20  Corinna Vinschen  <corinna@vinschen.de>
12228
12229         * include/winbase.h: Add prototype for SetSecurityDescriptorControl.
12230
12231 2000-12-11  Christopher Faylor  <cgf@cygnus.com>
12232
12233         * lib/Makefile.in: Install headers and libraries in tooldir.
12234
12235 2000-12-04  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12236
12237         * include/winnls.h: NORM_IGNORE* remove duplicate defines.
12238         SORT_STRINGSORT: ditto.
12239         CMAP*: ditto.
12240         CTRY_*: add new defines.
12241         LGRPID_*: ditto.
12242         LCMAP*: change defines to hex notation.
12243         CALID: change from ULONG to DWORD.
12244         CALTYPE: ditto.
12245         _cpinfoex[AW]: add structure.
12246         FoldString: correct Unicode mappings.
12247         GetCPInfoEx[AW]: add prototypes.
12248         EnumCalendarInfoEx[AW]: ditto.
12249         EnumDateFormatsEx[AW]: ditto.
12250         EnumSystemLanguageGroups[AW]: ditto.
12251         EnumLanguageGroupLocales[AW]: ditto.
12252         EnumUILanguages[AW]: ditto.
12253         GetSystemDefaultUILanguage[AW]: ditto.
12254         GetUserDefaultUILanguage[AW]: ditto.
12255         IsValidLanguageGroup[AW]: ditto.
12256         CALINFO_ENUMPROCEX[AW]: add function pointer typedef
12257         LANGUAGEGROUP_ENUMPROC[AW]: ditto
12258         LANGGROUPLOCALE_ENUMPROC[AW]: ditto
12259         UILANGUAGE_ENUMPROC[AW]: ditto
12260         DATEFMT_ENUMPROCEX[AW]: ditto
12261         LPCURRENCYFMT[AW]: add structure pointer typedef
12262         LPNUMBERFMT[AW]: ditto
12263
12264 2000-12-02  Matt Hargett  <matt@use.net>
12265
12266         * include/winbase.h: Added a define for INVALID_SET_FILE_POINTER, a
12267         possible return code for the SetFilePointer() win32 API call.
12268
12269 2000-11-09  Corinna Vinschen  <corinna@vinschen.de>
12270
12271         * include/winnt.h: Add missing FILE_NAMED_STREAMS define.
12272
12273 2000-11-06  Earnie Boyd  <earnie_boyd@yahoo.com>
12274
12275         * Makefile.in: increment VERSION.
12276         (dist:) Rename to srcdist.  Create new dist target to call
12277         srcdist and bindist targets.
12278         (srcdist:) New target.
12279         (clean-top:) add call to mostlyclean-top and add rm of distribution
12280         tarballs.
12281         * lib/Makefile.in: (uninstall:) modify to remove files from the
12282         new w32api subdirectory and to remove w32api subdirectory.
12283         (xuninstall:) Ditto.
12284         TODO: Add a task to redo the clean targets of Makefile.in
12285
12286 2000-11-03  Christopher Faylor  <cgf@cygnus.com>
12287
12288         * lib/Makefile.in: Install header files in w32api subdirectory.
12289
12290 2000-10-31  Earnie Boyd  <earnie_boyd@yahoo.com>
12291
12292         * CONTRIBUTIONS: New file.
12293         * README: Change the maintained by header.
12294         * TODO: Add a note about checking the TODO.
12295
12296 2000-10-31  Earnie Boyd  <earnie_boyd@yahoo.com>
12297
12298         * Merge in accepted changes from
12299         2000-10-23  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12300         * include/basetyps.h: add comment for GUID_DEFINED
12301         * include/lm.h: add includes for lmerr.h and lmserver.h
12302         * include/lmcons.h: add W2K typedefs LMSTR, LMCSTR
12303         * include/lmerr.h:  add error codes
12304         * include/lmserver.h: replace LPTSTR with LPWSTR,
12305         LPTCSTR with LPWCSTR in structures and prototypes
12306         * include/lmshare.h: ditto
12307         * include/lmuse.h: ditto
12308         * include/lmstats.h: ditto
12309         * include/oleauto.h: add function prototype SystemTimeToVariantTime
12310         * include/winbase.h: change first argument of CommConfigDialog to const
12311         * include/windowsx.h: add macros  defining FAR versions of
12312         mem and string functions for porting from Win16 code
12313         * include/winioctl.h:  added IOCTL_STORAGE defines
12314         * include/winnetwk.h:  added WNNC_NET flags
12315         * include/winnt.h: add include of <basetsd.h>;
12316         add structs; add pointer typedefs  for TOKEN structs
12317         * include/winsock.h: add guard around BSD-ish typedefs
12318         * include/wtypes.h: new VARENUM enums, new WIN32/WIN64 compat. macros
12319         * include/basetsd.h: new file
12320         * include/raserror.h: ditto
12321         * include/rassapi.h: ditto
12322         * include/ras.h: ditto
12323         comment from Earnie: replaced original ras.h contribution with Danny's
12324         contribution as it is more complete.
12325         * include/rpcndr.h: add default definition for __RPCNDR_H_VERSION__
12326
12327 2000-10-19  Earnie Boyd  <earnie_boyd@yahoo.com>
12328
12329         * Makefile.in: increment VERSION.  Change tar file name for dist and
12330         bindist targets to be more standard.
12331         * config.guess: Update with the currently published file.
12332         * config.sub: ditto.
12333         * configure.in: Use value of build_alias instead of testing for
12334         directory names to set BUILDENV.
12335         * configure: ditto.
12336         * lib/Makefile.in: Change the name of the targets install,
12337         install-headers and install-libraries to xinstall, xinstall-headers
12338         and xinstall-libraries for system target specified installation.
12339         Recreate targets install, install-headers and install-libraries for
12340         exec-prefix specified installation.  Ditto for the uninstall targets of
12341         the same name.
12342
12343 2000-10-09  Corinna Vinschen  <corinna@vinschen.de>
12344
12345         * include/iprtrmib.h: Further layout changes according to standard.
12346         * include/iptypes.h: Ditto.
12347         * include/ntdef.h: Ditto.
12348         * include/ntsecapi.h: Ditto.
12349         * include/subauth.h: Ditto.
12350
12351 2000-10-09  Corinna Vinschen  <corinna@vinschen.de>
12352
12353         * include/ntsecapi.h: Fix PLSA_UNICODE_STRING define.
12354
12355 2000-10-08  Corinna Vinschen  <corinna@vinschen.de>
12356
12357         * include/ntsecapi.h: New file.
12358         * include/subauth.h: Ditto.
12359         * include/ipexport.h: Fix global header define not to contain
12360         trailing underscore. Change layout according to standard.
12361         * include/iphlpapi.h: Ditto.
12362         * include/ipifcons.h: Ditto.
12363         * include/iprtrmib.h: Ditto.
12364         * include/iptypes.h: Ditto.
12365         * include/ntdef.h: Ditto. Define conditional datatypes dependent
12366         of inclusion of ntsecapi.h and subauth.h.
12367         * lib/secur32.def: New stub for secur32.dll.
12368
12369 2000-10-02  Corinna Vinschen  <corinna@vinschen.de>
12370
12371         * include/ras.h: New file.
12372         * lib/rasapi32.def: Add symbols for RasEnumDevicesA and
12373         RasEnumDevicesW.
12374
12375 2000-10-02  Corinna Vinschen  <corinna@vinschen.de>
12376
12377         * include/ntdef.h: Add define for NTAPI.
12378
12379 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12380
12381         * include/ipexport.h: Add missing `extern "C"' directives.
12382         * include/iphlpapi.h: Ditto.
12383         * include/iprtrmib.h: Ditto.
12384         * include/iptypes.h: Ditto.
12385
12386 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12387
12388         * include/ipifcons.h: New header file.
12389         * include/iprtrmib.h: Move operational states to ipifcons.h.
12390         * include/iphlpapi.h: Add missing parameters to GetIfTable()
12391         declaration.
12392
12393 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12394
12395         * include/iprtrmib.h: Add missing MIB_IF_OPER_STATUS_xxx definitions.
12396
12397 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12398
12399         * lib/iphlpapi.def: New stub for iphlpapi.dll.
12400         * include/iptypes.h: New header file.
12401         * include/ipexport.h: Ditto.
12402         * include/iphlpapi.h: Ditto.
12403         * include/iprtrmib.h: Ditto.
12404
12405 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12406
12407         * include/ntdef.h: New file.
12408
12409 2000-08-18  Corinna Vinschen  <corinna@vinschen.de>
12410
12411         * include/winnt.h:Add enums for TokenRestrictedSids and TokenSessionId
12412         to TOKEN_INFORMATION_CLASS type.
12413         Add QUOTA_LIMITS type.
12414
12415 2000-08-08  Corinna Vinschen  <corinna@vinschen.de>
12416
12417         * include/userenv.h: New header file.
12418         * lib/userenv.def: New stub for userenv.dll.
12419
12420 2000-08-08  Christopher Faylor  <cgf@cygnus.com>
12421
12422         * include/winuser.h: Correct PCWPSTRUCT typo.
12423         (discovered by Axel Riese)
12424
12425 2000-07-27  DJ Delorie  <dj@redhat.com>
12426
12427         * include/windows.h: optimize non-inclusion of repeat headers
12428
12429 2000-07-21  Corinna Vinschen  <corinna@vinschen.de>
12430
12431         * include/winnt.h: Add missing typedefs for PTOKEN_SOURCE and
12432         LPTOKEN_SOURCE.
12433
12434 2000-07-11  DJ Delorie  <dj@cygnus.com>
12435
12436         * include/shlobj.h: add CSIDL_COMMON_*
12437
12438 2000-06-27  Corinna Vinschen  <corinna@vinschen.de>
12439
12440         * include/winbase.h: Add stream ids BACKUP_OBJECT_ID,
12441         BACKUP_REPARSE_DATA and BACKUP_SPARSE_BLOCK.
12442         Add file open flags FILE_FLAG_OPEN_REPARSE_POINT and
12443         FILE_FLAG_OPEN_NO_RECALL.
12444         * winioctl.h: Add device io control codes FSCTL_GET_REPARSE_POINT,
12445         FSCTL_SET_REPARSE_POINT and FSCTL_DELETE_REPARSE_POINT.
12446         * winnt.h: Add typedef for GUID.
12447         Add file attributes FILE_ATTRIBUTE_ENCRYPTED,
12448         FILE_ATTRIBUTE_SPARSE_FILE, FILE_ATTRIBUTE_REPARSE_POINT and
12449         FILE_ATTRIBUTE_NOT_CONTENT_INDEXED.
12450         Add volume attributes FILE_VOLUME_QUOTAS, FILE_SUPPORTS_SPARSE_FILES,
12451         FILE_SUPPORTS_REPARSE_POINTS, FILE_SUPPORTS_REMOTE_STORAGE,
12452         FILE_SUPPORTS_OBJECT_IDS and FILE_SUPPORTS_ENCRYPTION.
12453         Add several reparse point defines and typedefs for REPARSE_DATA_BUFFER,
12454         REPARSE_GUID_DATA_BUFFER and REPARSE_POINT_INFORMATION.
12455         * lib/psapi.def: New file.
12456
12457 2000-06-22  Christopher Faylor  <cgf@cygnus.com>
12458
12459         * rpcdce.h: Protect OPTIONAL definition since it may be (legally)
12460         previously defined.
12461         * windef.h : Ditto.
12462
12463 2000-06-14  Kazuhiro Fujieda  <fujieda@jaist.ac.jp>
12464
12465         * include/winnt.h: Add some missing defines related to locale
12466         identifiers.  Translate values of LANG_* and SUBLANG_* into hexadecimal.
12467
12468 2000-05-27  Corinna Vinschen  <corinna@vinschen.de>
12469
12470         * include/wincrypt.h: Add missing CRYPT_MACHINE_KEYSET define.
12471
12472 2000-05-18  Corinna Vinschen  <corinna@vinschen.de>
12473
12474         * include/winnt.h: Add some missing TAPE_DRIVE_* defines.
12475
12476 2000-04-26  Christopher Faylor  <cgf@cygnus.com>
12477
12478         * include/wininet.h: Add another "INTERNET_OPTIONS".
12479
12480 2000-04-25  Mumit Khan  <khan@xraylith.wisc.edu>
12481
12482         * include/winspool.h: Add 2 more PRINTER_ATTRIBUTE_* macros.
12483
12484 2000-04-25  Martin Kotulla  <martin-k@softmaker.de>
12485
12486         * include/ddeml.h (DdeCreateStringHandle{A,W}): Fix prototype.
12487         * include/shlobj.h (IShellLink{A,W}::GetPath): Fix prototype.
12488         * include/wingdi.h: Add LPFNDEVMODE and LPFNDEVCAPS callbacks.
12489         * include/winuser.h: Add WM_* macros. Add PCOPYDATASTRUCT typedef.
12490
12491 2000-04-10  Christopher Faylor  <cgf@cygnus.com>
12492
12493         * include/winbase.h: Change first argument of ENUMRES* types to
12494         coincide with Microsoft usage.
12495
12496 2000-04-01  Christopher Faylor  <cgf@cygnus.com>
12497
12498         * include/wininet.h: Add three more "INTERNET_OPTIONS".
12499
12500 2000-03-30  Mumit Khan  <khan@xraylith.wisc.edu>
12501
12502         * include/winbase.h (CreateHardLink{A,W}): Add prototypes.
12503         * include/winerror.h (ERROR_TOO_MANY_LINKS): Add macro.
12504         * include/winnt.h (SEC_*): Add macros.
12505         * lib/th32.def: Use Kernel32.dll instead of TH32.DLL.
12506         * include/ole.h: Workaround for C++ parser bug.
12507         * include/rpcdcep.h: Likewise.
12508         * include/winsock.h: Likewise.
12509
12510 2000-03-26  Christopher Faylor  <cgf@cygnus.com>
12511
12512         * include/winnt.h: Eliminate duplicate PCONTEXT and LPCONTEXT typedefs.
12513
12514 2000-02-28  Mumit Khan  <khan@xraylith.wisc.edu>
12515
12516         Patches from Jan Nijtmans <j.nijtmans@chello.nl>:
12517         * include/wtypes.h (PBLOB, LPBLOB): Define.
12518         * include/winsock2.h: Much more complete version.
12519         (FD_SET, SOMAXCONN): Protect common macros defined by winsock.h.
12520
12521         Patches from Jan Nijtmans <j.nijtmans@chello.nl>:
12522         * include/winsock.h (FD_CLR): Add missing ')'.
12523         (timercmp): Fix macro to handle all 6 comparison operators.
12524         (AF_FIREFOX, AF_UNKNOWN1, AF_BAN, AF_ATM, AF_INET6): Define.
12525         (AF_MAX): Update.
12526         (PF_FIREFOX, PF_UNKNOWN1, PF_BAN, PF_ATM, PF_INET6): Define.
12527
12528         * include/largeint.h: Rename HAVE_INT64 macro to _HAVE_INT64 to avoid
12529         namespace pollution.
12530         * include/rpcndr.h: Likewise.
12531         * include/winnt.h: Likewise.
12532         * include/shlobj.h (SHGetDataFromIDList{A,W}): Fix typo.
12533         (SHGetSpecialFolderPath{A,W}): Add prototypes.
12534         * lib/ole32.def: Add missing exports.
12535         * include/winbase.h (TLS_MINIMUM_AVAILABLE): Move macro from here
12536         * include/winnt.h (TLS_MINIMUM_AVAILABLE): to here.
12537         (NT_TIB): Define.
12538         * include/tlhelp32.h: New file.
12539
12540 2000-02-28  Christopher Faylor  <cgf@cygnus.com>
12541
12542         * include/rapi.h: New file.
12543         * lib/rapi.def: New file.
12544
12545 2000-02-11  Axel Riese  <ariese@andromeda.risc.uni-linz.ac.at>
12546
12547         * oaidl.h (LPTYPECOMP): Remove multiple definition.
12548
12549 2000-02-03  Mumit Khan  <khan@xraylith.wisc.edu>
12550
12551         * Snapshot 2000-02-03.
12552
12553 2000-01-21  Chris Faylor  <cgf@cygnus.com>
12554
12555         * include/winnt.h: Add ARM support.
12556
12557 2000-01-19  Mumit Khan  <khan@xraylith.wisc.edu>
12558
12559         From Greg Primes <gregory.l.priem@intel.com>:
12560         * include/oaidl.h (DESCKIND): Define macro.
12561         (ITypeComp): Define interface.
12562         (ITypeComp): Likewise.
12563         * rpcndr.h (DECLSPEC_UUID): Define macro.
12564         (MIDL_INTERFACE): Likewise.
12565
12566         * include/psapi.h: New file.
12567         * include/imagehlp.h: New file.
12568         * lib/imagehlp.def: New file.
12569
12570         * include/oaidl.h (tagVARIANT): Update fields.
12571
12572         From Craig Lanning <CraigL@DyCon.com>:
12573         * include/commctrl.h: Add some TCS_* macros.
12574         * include/winnls.h (IsValidLocale): Add prototype.
12575
12576 2000-01-18  Mumit Khan  <khan@xraylith.wisc.edu>
12577
12578         * include/oaidl.h: OLE Patches from "Fifer, Eric"
12579         <EFifer@sanwaint.com> needed to build Win32::OLE perl module.
12580         * include/objbase.h: Likewise.
12581         * include/objidl.h: Likewise.
12582         * include/ocidl.h: New file.
12583         * include/oleauto.h: Likewise.
12584         * include/wtypes.h: Likewise.
12585         * lib/oleaut32.def: Likewise.
12586
12587         * include/lmserver.h (NetServerTransportAddEx): Fix prototype.
12588         Thanks to "Jon Leichter" <jon@symas.com>.
12589         * include/commctrl.h (LVM_FINDITEM): Fix typo in macro.
12590         * include/winbase.h: Add GetLongPathName{A,W} prototypes.
12591         * include/shellapi.h (SHGetFileInfo): Add macro. Thanks to
12592         "Axel Riese" <ariese@andromeda.risc.uni-linz.ac.at>.
12593         (CommandLineToArgvW): Fix prototype. Thanks to "Frans E. van
12594         Dorsselaer" <frans@bia-bv.demon.nl>.
12595         * include/httpext.h: New file. Thanks to Jan Nijtmans
12596         <j.nijtmans@chello.nl>.
12597         * include/mmsystem.h (WAVEFORMATEX): Guard definition to avoid
12598         redefinition of LPCWAVEFORMATEX in DirectX headers.
12599         (CALLBACK_NULL): Define to be 0. Thanks to Krzysztof Nikiel
12600         <krzych00@priv7.onet.pl>.
12601         * include/sqlext.h (SQLDriverConnnect): Fix prototype.
12602         * include/windef.h (HRESULT): Guard definition to avoid
12603         redefinition in DirectX headers.
12604         * include/winnt.h: Add target macros from windows.h.
12605         * include/windows.h: Update synch comment for target macros.
12606         (_ANONYMOUS_STRUCT): Define for GCC 2.95 and newer.
12607         (_ANONYMOUS_UNION): Likewise.
12608         * include/wingdi.h (AbortPrinter): Move from here ...
12609         * include/winspool.h (AbortPrinter): to here and fix linkage.
12610         (MONITOR_INFO_2{A,W}): Define.
12611         * include/winsock.h (htons): Fix argument.
12612         (htonl): Likewise.
12613         * include/winsock2.h (SO_*, MAX_*, WSA_*): Add macros.
12614         (GROUP): Define.
12615         (GUID): Define conditionally.
12616         (WSAPROTOCOLCHAIN, WSAPROTOCOL_INFO): Define.
12617         (WSASocket*): Declare.
12618         * include/basetyps.h (GUID): Guard REGUID and LPGUID as well.
12619
12620         * lib/dsetup.def: Remove leading underscore.
12621         * lib/dsound.def: Likewise.
12622         * lib/ws2_32.def: Likewise.
12623
12624 1999-12-22  Mumit Khan  <khan@xraylith.wisc.edu>
12625
12626         * include/windef.h (HMONITOR, HTERMINAL, HWINEVENTHOOK): Define
12627         handles.
12628
12629         * lib/Makefile.in (EXTRA_OBJS): Add dinput.o.
12630         * lib/dinput.c: Include windows.h for GCC.
12631         * lib/dxguid.c: Likewise.
12632         (INITGUID): Define macro.
12633
12634         * include/objidl.h (ISequentialStream): Define interface.
12635         (IStream): Derive from ISequentialStream.
12636
12637         * include/objidl.h (IStream::{LockRegion, UnlockRegion, Stat,
12638         Clone}): Mark as PURE.
12639         (IDataObject::EnumDAdvise): Likewise.
12640         * include/oleidl.h (IDropSource::GiveFeedback): Likewise.
12641         (IViewObject::Unfreeze): Likewise.
12642         (IViewObject2::Unfreeze): Likewise.
12643
12644         * include/objidl.h: Add various IID_ declarations.
12645         * include/olectl.h: Likewise.
12646         * include/oleidl.h: Likewise.
12647
12648 1999-12-21  Mumit Khan  <khan@xraylith.wisc.edu>
12649
12650         * Snapshot 1999-12-21.
12651
12652         * include/winbase.h (CancelIO): Rename to CancelIo.
12653         * include/winsvc.h (LPHANDLER_FUNCTION): Fix prototype.
12654         * include/winuser.h (PEVENTMSG, LPEVENTMSG): Declare.
12655
12656         * Merge with winsup-19991218.
12657         * include/winnt.h: Add defines for W2K ACL control flags.
12658
12659         * Merge with Anders Norlander's 19991130 snapshot.
12660
12661         * include/windows.h: #include mmsystem.h ifndef WIN32_LEAN_AND_MEAN.
12662         * include/winbase.h (EXCEPTION_INVALID_HANDLE): Define.
12663
12664         Patch from Harold Weissfield
12665         * include/shellapi.h: Added some ABN_* defines.
12666
12667         * include/commctrl.h (_TrackMouseEvent): Add prototype.
12668         * lib/comctl32.def (_TrackMouseEvent): Import.
12669         * include/winuser.h: Misc. fixes from Sang Cho
12670         <sangcho@alpha94.chongju.ac.kr>.
12671         * include/winuser.h (SM_CMETRICS): Define to 76 or 83 depending on
12672         value of _WIN32_WINNT.
12673         * include/winuser.h: Reorganize SM_* defines in numerical order.
12674
12675 1999-12-14  Mumit Khan  <khan@xraylith.wisc.edu>
12676
12677         * include/windef.h: Make RECTL a distinct type from RECT.
12678         * include/windows.h: Define upto 8 DUMMYUNIONNAMEs for DirectX.
12679         * include/winuser.h (CDS_): Update (Franco Bez <franco.bez@gmx.de>).
12680         (COMPAREITEMSTRUCT): Fix fields.
12681         (SERIALKEYSA): Likewise.
12682         (SERIALKEYSW): Likewise..
12683         * include/winbase.h (CRITICAL_SECTION_DEBUG): Likewise.
12684         (WIN32_FIND_DATAA): Likewise.
12685         (WIN32_FIND_DATAW): Likewise.
12686         * include/commdlg.h (SNDMSG): Define.
12687         * include/winsock.h (SO_UPDATE_ACCEPT_CONTEXT): Define.
12688         (SO_CONNECT_TIME): Likewise.
12689         (AcceptEx): Declare.
12690         (GetAcceptExSockaddrs): Likewise.
12691         * include/winsock2.h: Fix typo in #ifdef __cplusplus.
12692         * include/winspool.h: Add RC_INVOKED guard.
12693         * lib/wsock32.def (AcceptEx@32): Export.
12694         (GetAcceptExSockaddrs@32): Likewise.
12695
12696 1999-11-18  Mumit Khan  <khan@xraylith.wisc.edu>
12697
12698         * Snapshot 1999-11-18.
12699
12700         * include/oaidl.h (tagVARIANT): Rename pbool to pboolVal needed by
12701         Octopod C++ IDE (and MSVC compatibility).
12702         * include/oleauto.h (V_BOOLREF(X)): Likewise.
12703         * include/shellapi.h (ShellAbout*): Fix typo.
12704         * wingdi.h (FW_ULTRABOLD): Likewise.
12705         * include/winnt.h (_TAPE_ERASE, _TAPE_PREPARE, _TAPE_SET_POSITION,
12706         _TAPE_WRITE_MARKS): Add missing fields and fix existing ones.
12707         Add packing directives for various structures. All structure
12708         sizes now conform to MSVC.
12709
12710 1999-11-07  Mumit Khan  <khan@xraylith.wisc.edu>
12711
12712         Released 1999-11-07.
12713
12714 1999-11-06  Mumit Khan  <khan@xraylith.wisc.edu>
12715
12716         * include/winsock2.h: New file. Mostly a stub for now.
12717         * include/winbase.h (DllMain): Delete prototype.
12718         * include/commctrl.h (Header_SetItem): Fix macro.
12719         * include/{isguids.h, lmerrlog.h, mcx.h, objfwd.h, olectl.h,
12720         regstr.h, richole.h, rpcdce.h, rpcdcep.h, rpcnsi.h, rpcproxy.h,
12721         shlguid.h, sqltypes.h, winperf.h}: Enclose in extern "C" if c++.
12722
12723         Merge in changes from wxWindows.
12724         * include/basetyps.h (GUID_DEFINED, UUID_DEFINED): Add guards.
12725         * include/oaidl.h (DISPID_*): Add macros.
12726         (IID_ITypeLib, IID_ICreateTypeInfo, IID_ICreateTypeInfo2,
12727         IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_ITypeInfo,
12728         IID_IErrorInfo, IID_IDispatch, IID_ICreateErrorInfo): Declare.
12729         * include/objidl.h (IDataObject): Fix EnumFormatEtc parameter.
12730
12731         Merge in changes from Octopod C++ IDE group.
12732         * include/commctrl.h (NMHEADERA, NMHEADERW): Define.
12733         (Header_InsertItem): Fix macro.
12734         * include/oaidl.h (IID_IDispatch): Declare.
12735         (IID_ISupportErrorInfo): Likewise.
12736         (IDispatch): Rename Invoked to Invoke.
12737         * include/objidl.h (IPersist): Fix GetClassID.
12738         * include/oleauto.h (VectorFromBstr): Declare.
12739         (BstrFromVector): Likewise.
12740         * include/olectl.h (OLEMISC_*): Update.
12741         * include/olectlid.h (IID_IDispatch): Declare.
12742         * include/oleidl.h (IOleObject): Fix GetExtent and SetExtent.
12743         (IOleInPlaceFrame): Fix.
12744         (ISupportErrorInfo): Define.
12745         (IErrorInfo): Define.
12746         * include/winuser.h (SIF_TRACKPOS): Define.
12747
12748 1999-11-03  Mumit Khan  <khan@xraylith.wisc.edu>
12749
12750         Fix Merge errors:
12751         * include/winnt.h (PSID): Uncomment definition.
12752         (PISID): Rename from PSID.
12753         (struct _TAPE_GET_MEDIA_PARAMETER): Remove reserved field.
12754         (struct _SECURITY_ATTRIBUTES): Remove multiple definition.
12755
12756         * include/lmalert.h, include/lmbrowsr.h, include/lmchdev.h,
12757         include/lmconfig.h, include/lmerrlog.h, include/lmmsg.h,
12758         include/lmremutl.h, include/lmrepl.h, include/lmserver.h,
12759         include/lmsvc.h, include/lmwksta.h, include/oaidl.h,
12760         include/shellapi.h, include/winbase.h, include/wingdi.h,
12761         include/winnt.h, include/winsock.h: Merged with winsup-19991026.
12762
12763 1999-10-31  Mumit Khan  <khan@xraylith.wisc.edu>
12764
12765         * include/wingdi.h (PHYSICAL*, SCALINGFACTOR*): New. From
12766         Marius Kjeldahl <kjeldahl@hotmail.com>.
12767
12768 1999-08-29  Mumit Khan  <khan@xraylith.wisc.edu>
12769
12770         * include/winnt.h (APPLICATION_ERROR_MASK): Add macros.
12771         (ERROR_SEVERITY_*): Likewise.
12772
12773 1999-08-17  Mumit Khan  <khan@xraylith.wisc.edu>
12774
12775         * include/winbase.h (TLS_OUT_OF_INDEXES): Add macro.
12776         (DllMain): Fix prototype.
12777
12778 1999-08-02  Mumit Khan  <khan@xraylith.wisc.edu>
12779
12780         * include/commdlg.h: Enclose within pack(push,1) and pack(pop).
12781         (cderr.h): Don't include.
12782         * include/winuser.h: Fix macro definitions.
12783
12784 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12785
12786         Merge with winsup 1999-07-29:
12787         * include/wincon.h (MOUSE_WHEELED): Define.
12788         * include/winnt.h (PSECURITY_ATTRIBUTES): Add type.
12789         (SECURITY_DESCRIPTOR): Add struct type.
12790         (PSECURITY_DESCRIPTOR): Pointer to above type. BEWARE: this type
12791         is equal to PVOID in the Platform SDK! So don't depend on accessing
12792         members through ->.
12793
12794 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12795
12796         * lib/Makefile.in (install-headers): Don't @ commands.
12797         (install-libraries): Ditto.
12798
12799 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12800
12801         * include/sqlext.h: Use #include <sql.h> instead of "sql.h".
12802
12803 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12804
12805         Patch from Mumit Khan:
12806         * include/windows.h: Fix typo in winsock.h include guard and add
12807         _UWIN to the list.
12808         * include/winnt.h (__int64): Undefine first.
12809         (struct _SID): Declare.
12810
12811 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12812
12813         * include/winnt.h: Add some REG_* defines reported by Boris Lantrewitz.
12814
12815 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12816
12817         Patch from Mumit Khan:
12818         * Makefile.in: Do the right thing when cross-compiling.
12819         * include/windef.h: Don't define _export and __export if already
12820         defined.
12821
12822 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12823
12824         * include/basetyps.h (DECLARE_INTERFACE): Use com_interface attribute.
12825         (DECLARE_INTERFACE_): Ditto.
12826
12827 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12828
12829         * include/mmsystem.h (HWAVEOUT): Fix missing ')'
12830
12831         Reported by Brad Porter
12832         * include/wingdi.h (FW_ULTRALIGHT): Add.
12833         (FW_DEMIBOLD): Add.
12834         (FW_ULTRABOLD): Add.
12835         (FW_BLACK): Add.
12836         (JOHAB_CHARSET): Add.
12837         (VIETNAMESE_CHARSET): Add.
12838
12839
12840 1999-05-15  Anders Norlander  <anorland@hem2.passagen.se>
12841
12842         * lib/scrnsave.c (WinMain): Remove dependencies on C library.
12843         * lib/Makefile.in (Makefile): Regenerate.
12844         * include/pshpack[1248].h: New files, if a program would use any of
12845         them.
12846         * include/poppack.h: Ditto.
12847         * include/windef.h (_WIN32_WINNT): Define
12848         * include/windows.h: Remove DUMMYUNIONNAME[45].
12849         * include/windows.h: Correctly define _M_IX86 to reflect the target
12850         processor.
12851         * include/windows.h: Add preliminary support for other architectures.
12852         * include/winnt.h: Add CONTEXT structure for PPC and ALPHA.
12853         * include/winnt.h: Remove PACKED from U/LARGE_INTEGER
12854         * include/winnt.h (LUID_AND_ATTRIBUTES): Use pack(4) to solve alignment
12855         issue with LARGE_INTEGER.
12856         (ANSI_NULL): Define.
12857         (PSZ): Define.
12858         (ACL_REVISION[1234]): Define.
12859         (MIN/MAX_ACL_REVISION): Define.
12860         (PTCHAR): Define.
12861         (LANG_USER_DEFAULT): Define.
12862         (LANG_SYSTEM_DEFAULT): Define.
12863         (LOCALE_NEUTRAL): Define.
12864         (SORTVERSIONFROMLCID): Define.
12865         * include/windef.h (UNREFERENCED_PARAMETER): Define.
12866         (UNREFERENCED_LOCAL_VARIABLE): Define.
12867         (DBG_UNREFERENCED_PARAMETER): Define.
12868         (DBG_UNREFERENCED_LOCAL_VARIABLE): Define.
12869         * lib/mswsock.def: New file. Imports for mswsock.dll.
12870         * include/custcntl.h: New file. Necessary to compile some SDK
12871         samples.
12872         * include/winuser.h (SM_MOUSEWHEELPRESENT): Define.
12873         (WM_MOUSEWHEEL): Define.
12874         (WHEEL_DELTA): Define.
12875         (WM_MOUSELAST): Redefine to reflect WM_MOUSEWHEEL.
12876         (WM_NEXTMENU): Define.
12877         (CharNextA): Fix prototype.
12878         (CharNextW): Ditto.
12879
12880 1999-05-14  Anders Norlander  <anorland@hem2.passagen.se>
12881
12882         * include/winsock.h: Enclose in extern "C" if C++, huh?
12883         * include/winuser.h(WM_SYNCPAINT): Define. From fltk.
12884
12885 1999-05-13  Anders Norlander  <anorland@hem2.passagen.se>
12886
12887         * include/windef.h (NULL): Define only ifndef
12888         (TRUE): Ditto, was previously only defined ifndef FALSE
12889         (PASCAL): Define as _pascal
12890         (__pascal): Define
12891         (WINAPIV): Define
12892         (min,max): Define only ifndef NOMINMAX
12893
12894 1999-05-10  Anders Norlander  <anorland@hem2.passagen.se>
12895
12896         * include/commctrl.h: Support for Date/Calendar controls + IE controls.
12897         You must define _WIN32_IE if you want support for it.
12898         Modified patch from Nirmal Prasad  <nprasad@truept.com>.
12899
12900 1999-05-10  Ron Aaron   <v-ronaar@Exchange.Microsoft.com>
12901
12902         * include/wincon.h: Add some ButtonState flags and EventFlags.
12903
12904 1999-05-10  Anders Norlander  <anorland@hem2.passagen.se>
12905
12906         * include/basetyps.h: Don't support COM when __OBJC__ defined because
12907         interface define causes mayhem.
12908         (DEFINE_INTERFACE): Use comobject attribute only if HAVE_COMOBJECT is
12909         defined.
12910         * include/windows.h: Undefine BOOL if __OBJC__ defined
12911
12912 1999-05-09  Chris Faylor  <cgf@cygnus.com>
12913
12914         * include/winnls.h: Define additional code pages.
12915
12916 1999-05-09  Anders Norlander  <anorland@hem2.passagen.se>
12917
12918         * include/winbase.h(RtlFillMemory): Parameters got passed in wrong
12919         order, corrected.
12920         (RtlZeroMemory): Use RtlFillMemory
12921
12922 1999-05-04  Anders Norlander  <anorland@hem2.passagen.se>
12923
12924         * include/winnt.h: Add PACKED to LARGE_INTEGER and ULARGE_INTEGER
12925         to get the correct size when used in some structs.
12926         (ULARGE_INTEGER): Ditto.
12927         * include/winnt.h (TAPE_CREATE_PARTITION): Add struct.
12928         * include/winnt.h: Add TAPE_* pointer types PTAPE_*
12929
12930 1999-05-02  Nirmal Prasad  <nprasad@truept.com>
12931
12932         * include/wininet.h: Enclose in extern "C" if c++
12933         (INTERNET_BUFFERSA/W): Define struct
12934         * include/wininet.h: Add some HSR_* defines
12935
12936 1999-05-02  Anders Norlander  <anorland@hem2.passagen.se>
12937
12938         * include/winnt.h (IMAGE_FIRST_SECTION): Prepend missing paren
12939         * include/winnt.h (UNALIGNED): Define
12940         * include/windef.h (DECLSPEC_NORETURN): Define
12941
12942         * include/wininet.h (INTERNET_MAX_NAME): Remove
12943         (INTERNET_MAX_SCHEME_LENGTH): Define
12944         (INTERNET_MAX_URL_LENGTH): Use INTERNET_MAX_SCHEME_LENGTH
12945         * include/wininet.def: Completely redone, it was losing badly.
12946
12947 1999-05-01  Anders Norlander  <anorland@hem2.passagen.se>
12948
12949         * lib/dplayx.def: Remove '_' prefixes
12950         * lib/shell32.def: Remove imports for IID_ContextMenu
12951
12952 1999-04-29  Anders Norlander  <anorland@hem2.passagen.se>
12953
12954         * Makefile.in (dist): Support dist target
12955         * lib/Makefile.in (dist): Likewise
12956         * lib/Makefile.in (uninstall-headers): Fix command
12957         * Makefile.in (bindist): Target to build a prebuilt dist
12958
12959         * lib/ws2_32.def: Winsock2 implib
12960
12961         * include/largeint.h: New header
12962         * include/largeint.c: Large integer support library
12963         * lib/Makefile.in(EXTRA_LIBS): Add liblargeint.a
12964         (EXTRA_OBJS): Add largeint.o
12965
12966         * include/Makefile: Remove
12967         * lib/Makefile: Remove
12968         * Makefile: Remove
12969         * configure.in: New autoconf script
12970         * configure: generated configure script
12971         * Makefile.in: autoconf makefile template
12972         * lib/Makefile.in: Ditto
12973         * include/test.c: mv to lib/test.c
12974         * include/res.rc: mv to lib/res.rc
12975         * include/TODO: mv to .
12976         * include/Notes: mv to ./NOTES
12977
12978 1999-04-28  Anders Norlander  <anorland@hem2.passagen.se>
12979
12980         * include/zmouse.h (WHEEL_DELTA): Define
12981
12982 1999-04-26  Mumit Khan  <khan@xraylith.wisc.edu>
12983
12984         * include/ddeml.h (HSZPAIR): Declare.
12985         * include/zmouse.h: New file.
12986
12987 1999-04-27  Daniel Guerrero Miralles  <daniel.guerrero@upcnet.upc.es>
12988
12989         * lib/d3dim.def: New implib
12990         * lib/d3drm.def: Ditto
12991         * lib/d3dxof.def: Ditto
12992         * lib/ddraw.def: Ditto
12993         * lib/dinput.def: Ditto
12994         * lib/dplayx.def: Ditto
12995         * lib/dsetup.def: Ditto
12996         * lib/dsound.def: Ditto
12997         * lib/dinput.c: Guid library for DirectInput
12998         * lib/dxguid.c: Guid library for DirectX
12999
13000 1999-04-21  Anders Norlander  <anorland@hem2.passagen.se>
13001
13002         * include/windowsx.h (GET_X_LPARAM): Missing macro added (reported
13003         by Ron Aaron).
13004         * include/windowsx.h (GET_Y_LPARAM): Also missing
13005         * include/winnls.h (IsValidCodePage): Missing prototype added (reported
13006         by Mumit Khan).
13007
13008 1999-04-18  Anders Norlander  <anorland@hem2.passagen.se>
13009
13010         * include/scrnsave.h: New header file for screen saver library
13011         * lib/scrnsave.c: New file: screen saver library
13012
13013 1999-04-17  Anders Norlander  <anorland@hem2.passagen.se>
13014
13015         * include/regstr.h: Enclosed all strings in TEXT() macros so it
13016         works well in when UNICODE is defined
13017
13018 1999-04-17  Nirmal Prasad  <nprasad@truept.com>
13019
13020         * include/winuser.h(STYLESTRUCT): New struct
13021         * include/wingdi.h:(GOBJENUMPROC): This function type should
13022         return void.
13023
13024 1999-04-17  Anders Norlander  <anorland@hem2.passagen.se>
13025
13026         * include/basetyps.h (LPGUID): New typedef
13027         * lib/glut.def: Import library defintions for glut.dll
13028         * lib/glu32.def: Ditto for glut32.dll
13029         * include/winnt.h: Fixed handling of wchar_t typedef
13030         * include/sql.h(SQL_NO_DATA_FOUND): Replace with SQL_NO_DATA
13031         * include/sqlext.h(SQL_NO_DATA_FOUND): Define as SQL_NO_DATA
13032
13033 1999-03-20  Anders Norlander  <anorland@hem2.passagen.se>
13034
13035         * include/winbase.h(AbnormalTermination): Define as FALSE
13036         * include/commctrl.h: Support for new progress bar messages/styles
13037
13038 1999-03-20  Geoffrey Noer  <noer@cygnus.com>
13039
13040         * include/commdlg.h(PageSetupDlg): New define
13041         * include/richedit.h: Missing SCF_* defines
13042         * include/winnt.h: Lots o' defines
13043         * include/winbase.h(AllocateAndInitializeSid): Corrected prototype
13044
13045 1999-03-09  Anders Norlander  <anorland@hem2.passagen.se>
13046
13047         * include/commdlg.h: Removed pack pragma
13048         * lib/comctl32.def(InitCommonControlsEx@4): Added import
13049
13050 1999-03-08  Anders Norlander  <anorland@hem2.passagen.se>
13051
13052         * Makefile: Set version to 0.1.5
13053         * lib/Makefile (clean): Fix typo
13054
13055         * include/commctrl.h: Removed pack pragma
13056         * include/cpl.h: Likewise
13057         * include/dbt.h: Likewise
13058         * include/dde.h: Likewise
13059         * include/nddeapi.h: Likewise
13060         * include/shellapi.h: Likewise
13061         * include/wincrypt.h: Likewise
13062         * include/lmaccess.h: Fixed USER_PRIV_ADMIN typo
13063
13064         * include/winsock.h (netent): Define only ifndef __INSIDE_CYGWIN__
13065         (servent): Likewise
13066         (protoent): Likewise
13067
13068         * include/windows.h: Prevent inclusion of winsock.h if we are
13069         using or compiling cygwin. Define Win32_Winsock to force inclusion.
13070
13071 1999-01-08  Anders Norlander  <anorland@hem2.passagen.se>
13072
13073         * include/winbase.h (CREATE_FORCEDOS): New define
13074
13075 1999-01-07  Anders Norlander  <anorland@hem2.passagen.se>
13076
13077         * include/wincon.h(KEY_EVENT_RECORD): Fixed packing problem on
13078         (COORD): Likewise
13079         * include/wingdi.h (BITMAPFILEHEADER): Fixed packing
13080         * include/windows.h: Added DUMMYUNIONNAME4 and 5
13081         * include/winnt.h (LUID_AND_ATTRIBUTES_ARRAY): New type
13082         (PLUID_AND_ATTRIBUTES_ARRAY): New type
13083
13084         * include/ddeml.h: Removed unnecessary `#pragma pack'
13085         * include/imm.h: Likewise
13086         * include/nddeapi.h: Likewise
13087         * include/nspapi.h: Likewise
13088         * include/regstr.h: Likewise
13089         * include/wincon.h: Likewise
13090         * include/windef.h: Likewise
13091         * include/winioctl.h: Likewise
13092         * include/winnls.h: Likewise
13093         * include/winsvc.h: Likewise
13094         * include/winuser.h: Likewise
13095         * include/winver.h: Likewise
13096         * include/wtypes.h: Likewise
13097
13098 1999-01-05  Anders Norlander  <anorland@hem2.passagen.se>
13099
13100         * Makefile (VERSION): Set to 0.1.4
13101         * include/basetyps.h: Check for NOCOMOBJECT
13102         * include/Makefile: Pass -DNOCOMOBJECT to g++ to avoid warnings
13103         on comobject attribute.
13104         * lib/kernel32.def: Added a few functions
13105         * include/windef.h (DWORD): Changed back to unsigned long
13106
13107         * include/windows.h: Include only winresrc.h if RC_INVOKED is defined,
13108         winresrc.h in turn includes the necessary headers. This makes things
13109         much simpler, no need to protect blocks of code in headers that
13110         should not be seen by the resource compiler.
13111
13112 1999-01-05  Geoffrey Noer  <noer@cygnus.com>
13113
13114         * include/winbase.h (STATUS_INVALID_HANDLE): Added define
13115         * include/wincon.h: Added console event type flags
13116         * include/winnt.h (FILE_SHARE_DELETE): Added
13117           (SECURITY_DESCRIPTOR): typedef as DWORD
13118
13119         * include/winuser.h (WM_PENWINFIRST): Fixed typo
13120         * include/winsock.h: Protect some blocks with __INSIDE_CYGWIN_ and
13121         define u_* types only if _SYS_TYPES_H is not defined.
13122
13123 1999-01-02  Anders Norlander  <anorland@hem2.passagen.se>
13124
13125         * COPYING.LIB: Deleted
13126         * README: Updated to reflect license changes
13127         * include/shlobj.h: Remove extra comma on some enums
13128         * include/windef.h: Changed DWORD typedef from unsigned long to
13129         unsigned int in order to avoid warnings on bit fields that
13130         use DWORD.
13131         * include/Makefile (test): Compile with all warnings
13132         * include/unknwn.h: Include objfwd.h
13133         * include/winsock.h: Added missing copyright notices.
13134
13135 1999-01-01  Anders Norlander  <anorland@hem2.passagen.se>
13136
13137         * lib/winmm.def: Corrected LIBRARY statement
13138         * include/mmsystem.h: Define mmioSeek codes if not already defined
13139         * include/commctrl.h (CreateStatusWindowA): Corrected prototype
13140         (CreateStatusWindowW): Likewise
13141
13142         * include/winresrc.h: Include only files necessary instead of windows.h
13143         * include/dde.h: Allow inclusion in resource scripts.
13144         * include/winnt.h: Likewise
13145         * include/commctrl.h: Likewise
13146         * include/prsht.h: Likewise
13147         * README: Updated
13148
13149 1998-12-10  Anders Norlander  <anorland@hem2.passagen.se>
13150
13151         * include/sqltypes.h (SQLHANDLE): Added this type
13152         (SQLHDESC): Likewise
13153         * include/sql.h (SQLFreeHandle): Added this prototype
13154         (SQLAllocHandle): Likewise
13155
13156 1998-12-08  Anders Norlander  <anorland@hem2.passagen.se>
13157
13158         * include/winsock.h: Define _GNU_H_WINDOWS32_SOCKETS to avoid
13159         conflicts with cygwin headers.
13160
13161 1998-12-06  Anders Norlander  <anorland@hem2.passagen.se>
13162
13163         * Makefile: Changed VERSION to 0.1.3
13164         * Makefile (dist-lib): New target to make import library only
13165         distribution
13166         * Makefile (dist-hdr): New target to make headers only distribution
13167         * Makefile (dist): Now depends on dist-lib and dist-hdr instead of
13168         building one single distribution file.
13169         * dist.mak: Deleted
13170
13171         * include/lm.h: New file
13172         * include/lmcons.h: New file
13173         * include/lmalert.h: New file
13174         * include/lmaudit.h: New file
13175         * include/lmconfig.h: New file
13176         * include/lmapibuf.h: New file
13177         * include/lmaccess.h: New file
13178         * include/lmchdev.h: New file
13179         * include/lmremutl.h: New file
13180         * include/lmrepl.h: New file
13181         * include/lmerrlog.h: New file
13182         * include/lmat.h: New file
13183         * include/lmuse.h: New file
13184         * include/lmuseflg.h: New file
13185         * include/lmserver.h: New file
13186         * include/lmerr.h: New file
13187         * include/lmsname.h: New file
13188         * include/lmstats.h: New file
13189         * include/lmsvc.h: New file
13190         * include/lmwksta.h: New file
13191         * include/lmbrowsr.h: New file
13192
13193 1998-12-05  Anders Norlander  <anorland@hem2.passagen.se>
13194
13195         * include/unknwn.h: Fixed IClassFactory declaration; INTERFACE was missing
13196         * include/unknwn.h: Added extern declaration for IID_IClassFactory
13197
13198         * include/initguid.h: New file
13199
13200         * include/rpcndr.h: Defined hyper and MIDL_hyper as double if 64 bit
13201         int not supported
13202
13203         * include/winnt.h: Added USN
13204         * include/winnt.h: Changed handling of 64 bit int support
13205
13206         * include/windows.h: Added support for BC,LCC and MSVC
13207
13208         * include/windows.h: Changed handling machine architecture defines
13209
13210         * include/olectl.h: New file
13211
13212 1998-12-04  Anders Norlander  <anorland@hem2.passagen.se>
13213
13214         * include/oleidl.h: Added IViewObject and IViewObject2
13215
13216         * include/objidl: Corrected prototype for IStorage::DestroyElement and
13217         IStorage::MoveElement
13218
13219         * include/oledlg.h: New file
13220
13221         * include/winresrc.h: New file
13222
13223         * include/wingdi.h: Added LPDOCINFO
13224
13225         * include/commctrl.h: Added SBARS_SIZEGRIP and TVM_SETINDENT
13226         * include/commctrl.h: Added TCM_SETITEM to UNICODE/ANSI block
13227         * include/commctrl.h: Added ListView_GetSelectedCount, ListView_GetItemSpacing,
13228         TabCtrl_SetImageList and TabCtrl_GetItemCount
13229         * include/commctrl.h: Added TVM_FIRST, HDM_FIRST and TV_FIRST
13230
13231         * include/windowsx.h: Added missing ListBox_xx ComboBox_xx etc. macros
13232
13233         * include/wingdi.h: Added (L)PBITMAP,(L)PBITMAPCOREHEADER,
13234         PBITMAPINFOHEADER, (L)PBITMAPCOREINFO and (L)PBITMAPFILEHEADER.
13235
13236         * include/commdlg.h: Added LPDEVNAMES
13237
13238         * include/windows.h: Include excpt.h
13239
13240         * include/excpt.h: New file. This file just contains some
13241         stubs for SEH that do nothing.
13242
13243         * include/commctrl.h: Added general WM_NOTIFY codes
13244
13245         * include/winuser.h: Added ICON_SMALL and ICON_BIG
13246         * include/winuser.h: Removed VK_0-VK_9 VK_A-VK_Z; they should obviously
13247         not be in the headers.
13248         * include/winuser.h: Added LPCBTACTIVATESTRUCT and LPCLIENTCREATESTRUCT
13249         * include/winuser.h: Added old WM_SIZE parameter names so
13250         wxWindows compiles.
13251         * include/winuser.h: Added IDC_SIZE and IDC_ICON
13252         * include/winuser.h: Added LPDLGITEMTEMPLATE
13253         * include/winuser.h: HTCAPTION was missing value
13254         * include/winuser.h: Added WM_ACTIVE flags
13255
13256         * include/windowsx.h: Added _fmemcpy so V compiles; also added
13257         _fxx defines for memmove, memset and memcmp
13258
13259         * include/windef.h: Changed _export and __export to empty defines
13260
13261         * include/shellapi.h: Corrected prototypes for ExtractIcon functions.
13262         String parameters were not const and ExtractAssociatedIcon takes
13263         a WORD pointer not DWORD pointer as last parameter.
13264
13265         * Makefile: Changed VERSION to 0.1.2
13266
13267         * include/ole2ver.h: New file
13268
13269         * Makefile: Removed all dependencies on GLUT
13270
13271         * include/GL/glut.h: Removed file because of decision to remove
13272         files that are not part of the library.
13273         * lib/glut.def: Likewise
13274         * lib/glut32.def: Likewise
13275
13276         * include/windows.h: Include winperf.h
13277
13278         * include/winperf.h: New file
13279
13280         * lib/gdi32.def: Added GetEnhMetaFilePixelFormat
13281
13282         * include/winnls.h: Added calendar types
13283         * include/winnls.h: Added country codes
13284
13285 1998-12-03  Anders Norlander  <anorland@hem2.passagen.se>
13286
13287         * include/windef.h: Added PROC and NEARPROC
13288
13289         * include/wingdi.h: Added ChoosePixelFormat, DescribePixelFormat
13290         * include/wingdi.h: Added OpenGL types and prototypes
13291         * include/wingdi.h: Added ENHMETA_STOCK_OBJECT
13292         * include/wingdi.h: Added DCTT_DOWNLOAD_OUTLINE
13293         * include/wingdi.h: Added POINTFX, TTPOLYCURVE and TTPOLYGONHEADER
13294         * include/wingdi.h: Added truetype character outline types
13295         * include/wingdi.h: Added DEVMODE initialization flags
13296         * include/wingdi.h: Added panose codes
13297         * include/wingdi.h: Added missing character sets
13298         * include/wingdi.h: Added ANTIALIASED_QUALITY and
13299         NONANTIALIASED_QUALITY
13300         * include/wingdi.h: Added ENUMLOGFONTA/W and ENUMLOGFONTEXA/W
13301         * include/wingdi.h: Added pointer types for EXTLOGPEN
13302         * include/wingdi.h: Added PATTERN type
13303         * include/wingdi.h: Added NEWTEXTMETRICA/W and NEWTEXTMETRICEXA/W
13304         * include/wingdi.h: Added new text metric flags
13305         * include/wingdi.h: Added pitch and family flags
13306         * include/wingdi.h: Moved BCHAR defintion from winnt.h here
13307         * include/wingdi.h: Added METAHEADER
13308         * include/wingdi.h: Fixed packing of RGBTRIPLE and BITMAPFILEHEADER
13309         * include/wingdi.h: Added TA_MASK
13310         * include/wingdi.h: Added MAXSTRETCHBLTMODE
13311         * include/wingdi.h: Added error codes
13312
13313         * include/winuser.h: Added missing winhelp structures
13314         * include/winuser.h: Added dialog flags/styles/messages
13315         * include/winuser.h: Added EM_SETMARGIN codes
13316         * include/winuser.h: Made it possiblie to use IDI_XX values
13317         in resource files.
13318         * include/winuser.h: Added missing LoadImage load flags
13319         * include/winuser.h: Added missing message box flags
13320         * include/winuser.h: Added ScrollWindow codes
13321         * include/winuser.h: Added DT_WORD_ELLIPSIS
13322         * include/winuser.h: Added drag and drop support
13323         * include/winuser.h: Added WM_MENUCHAR return codes
13324         * include/winuser.h: Added DLGWINDOWEXTRA
13325         * include/winuser.h: Added missing SetWindowPos flags.
13326         * include/winuser.h: Added BSF_NOTIMEOUTIFNOTHUNG
13327         * include/winuser.h: Added IDHOT_xx defines
13328         * include/winuser.h: Added MOD_WIN
13329         * include/winuser.h: Added missing defines and structs for owner draw
13330         controls.
13331         * include/winuser.h: Added WPF_RESTORETOMAXIMIZED and
13332         WPF_SETMINPOSITION
13333         * include/winuser.h: Added DrawAnimatedRects flags
13334         * include/winuser.h: Added WM_PRINT codes
13335         * include/winuser.h: Added CS_IME class style
13336         * include/winuser.h: Added WM_SIZE codes
13337         * include/winuser.h: Added WM_MOUSEACTIVATE return codes
13338         * include/winuser.h: Added WM_NCHITTEST return codes
13339         * include/winuser.h: Added WM_SIZING parameters
13340         * include/winuser.h: Added WM_NEXTMENU and MDINEXTMENU
13341         * include/winuser.h: Added menu loop codes.
13342         * include/winuser.h: Added NFR_ANSI, NFR_UNICODE, NF_QUERY and
13343         NF_REQUERY
13344         * include/winuser.h: Added WM_POWER flags
13345         * include/winuser.h: Added KL_NAMELENGTH, WSF_VISIBLE
13346         * include/winuser.h: Added missing message filter codes
13347         * include/winuser.h: Added WM_KEYXX message flags
13348         * include/winuser.h: Added WM_SHOWMESSAGE flags
13349         * include/winuser.h: Added old ShowWindow commands
13350         * include/winuser.h: Fixed packing of DLGITEMTEMPLATE and DLGTEMPLATE
13351         structures.
13352
13353         * include/mciavi.h: New file for the MCI AVI driver that for some
13354         reason is not in mmsystem.h.
13355
13356         * include/winbase.h: Added PIPE_UNLIMITED_INSTANCES and INVALID_FILE_SIZE
13357         * include/winbase.h: Added SECURITY_xx for CreateFile
13358         * include/winbase.h: Added RTS and DTS control values
13359         * include/winbase.h: Fixed SYSTEM_INFO structure
13360         * include/winbase.h: Added CREATE_NO_WINDOW, CREATE_SHARED_WOW_VDM
13361         * include/winbase.h: Added FILE_TYPE_REMOTE
13362         * include/winbase.h: Added modem status flags
13363         * include/winbase.h: Added HINSTANCE_ERROR
13364         * include/winbase.h: Added DefineDosDevice defines
13365         * include/winbase.h: Added power management flags AC_xx BATTERY_xx
13366         * include/winbase.h: Added STARTF_XX flags
13367         * include/winbase.h: Fixed typo on _lcreat prototype.
13368         * include/winbase.h: Moved DBG_XX to winnt.h
13369         * include/winbase.h: Moved TOKEN_XX, DLL_PROCESS_XX and DLL_THREAD_XX to
13370         winnt.h
13371
13372         * include/unknwn.h: Added extern declaration of IID_IUnknown
13373
13374         * include/windowsx.h: Added hmemcpy.
13375
13376         * include/winnt.h: Added dummy member to DECLARE_HANDLE struct
13377         * include/winnt.h: Added PACCESS_TOKEN
13378         * include/winnt.h: Added TAPE_XX defines and moved some from winbase.h
13379         * include/winnt.h: Added SE_IMPERSONATION_STATE and TOKEN_SOURCE_LENGTH
13380         * include/winnt.h: Added SE_PRIVILEGE_ENABLED_BY_DEFAULT, SE_PRIVILEGE_ENABLED,
13381         SE_PRIVILEGE_USED_FOR_ACCESS, PRIVILEGE_SET_ALL_NECESSARY,
13382         SECURITY_MAX_IMPERSONATION_LEVEL, DEFAULT_IMPERSONATION_LEVEL,
13383         SECURITY_DYNAMIC_TRACKING and SECURITY_STATIC_TRACKING.
13384
13385         * include/winnt.h: Added SE_OWNER_DEFAULTED, SE_GROUP_DEFAULTED, SE_DACL_XX,
13386         SE_SACL_XX, SE_SELF_RELATIVE, SECURITY_DESCRIPTOR_MIN_LENGTH,
13387         SECURITY_DESCRIPTOR_REVISION and SECURITY_DESCRIPTOR_REVISION1.
13388
13389         * include/winsvc.h: Removed conflicting defines which were supposed
13390         to be in winnt.h
13391
13392         * include/winnt.h: Added SERVICE_NODE_TYPE, SERVICE_LOAD_TYPE
13393         and SERVICE_ERROR_TYPE.
13394
13395         * include/winnt.h: Added SERVICE_XX defines.
13396         * include/winsvc.h: Added SERVICES_ACTIVE_DATABASEA/W,
13397         SERVICES_FAILED_DATABASEA/W and SC_GROUP_IDENTIFIERA/W.
13398
13399         * include/winsvc.h: Added SERVICE_STATE_ALL, SERVICE_QUERY_CONFIG,
13400         SERVICE_CHANGE_CONFIG, SERVICE_QUERY_STATUS, SERVICE_ENUMERATE_DEPENDENTS,
13401         SERVICE_START, SERVICE_STOP, SERVICE_PAUSE_CONTINUE,
13402         SERVICE_USER_DEFINED_CONTROL and SERVICE_ALL_ACCESS
13403
13404 1998-12-02  Anders Norlander  <anorland@hem2.passagen.se>
13405
13406         * include/winbase.h: Corrected prototype for CreateProcessA
13407
13408         * include/mmsystem.h: Added CAPS1 and C1_TRANSPARENT for display
13409         driver extensions.
13410
13411         * include/shlobj.h: Corrected prototype for SHGetDesktopFolder, should
13412         be LPSHELLFOLDER* not LPSHELLFOLDER.
13413
13414         * include/windows.h: Include commdlg.h
13415
13416         * include/winuser.h: Added MDICREATESTRUCT
13417
13418         * include/winuser.h: Added LB_ERR, LB_ERRSPACE, LB_OKAY, CB_ERR,
13419         CB_ERRSPACE, and CB_OKAY
13420
13421         * include/wingdi.h: Added LPBITMAPINFOHEADER
13422
13423         * include/rpcproxy.h: Removed IN, OUT and OPTIONAL since they
13424         are meaningless.
13425         * include/rpcdce2.h: Likewise.
13426
13427         * lib/shell32.c: Moved GUID defintions from shlguid.h to this file.
13428
13429         * include/richole.h: Replaced DEFINE_GUID with extern const GUID
13430         * include/olectlid.h: Likewise
13431         * include/shlguid.h: Likewise
13432
13433         * include/coguid.h: Delete file since it was for 16 bit windows only.
13434
13435         * lib/*.def: Appended .dll to library name where needed.
13436
13437         * include/windef.h: Define _stdcall and __stdcall only if not
13438         previously defined instead of undefining first.
13439
13440         * include/dlgs.h: Put RC_INVOKED around structure defs
13441
13442         * include/intshcut.h: New file
13443         * include/isguids.h: New file
13444
13445         * lib/uuid.c: Added all COM/OLE GUIDS I know and do not know about.
13446
13447 1998-12-01  Anders Norlander  <anorland@hem2.passagen.se>
13448
13449         * include/winnt.h: Added check if _T is defined before defining it
13450
13451         * include/windows.h: Include dlgs.h if WIN32_LEAN_AND_MEAN not defined
13452
13453         * include/dlgs.h: New file
13454
13455         * include/winbase.h: Removed DllEntryPoint define
13456
13457         * include/winbase.h: Added SetupComm prototype
13458
13459         * include/rpc.h: SEH RPC functions no longer defined since they weren't
13460         supported anyway.
13461
13462         * include/basetyps.h: Removed use of COMOBJECT define, instead
13463         DECLARE_INTERFACE directly uses comobject attribute when GCC
13464         is used.
13465
13466         * include/wtypes.h: STGC enum was missing typedef
13467
13468         * include/objidl.h: ADVC enum was missing typedef
13469
13470         * include/winnt.h: Moved CHAR, SHORT and LONG definitions so
13471         they are nested within the VOID definition.
13472
13473         * include/winbase.h: Added stream ids and attributes
13474
13475         * include/winbase.h: Changed WIN32_STREAM_ID member cStreamName
13476         to an ANYSIZE_ARRAY array.
13477
13478 1998-11-26  Anders Norlander  <anorland@hem2.passagen.se>
13479
13480         * include/windef.h: defined _declspec as __declspec since
13481         some programs (like VWCL) use _declspec instead of __declspec
13482
13483         * include/winnt.h: added COMPRESS_FORMAT defines
13484
13485         * include/winbase.h: moved IS_TEXT_XXX defines to winnt.h
13486
13487         * include/winnt.h: added HEAP_XXXX defines
13488
13489         * include/winbase.h: moved HEAP_XXXX defines to winnt.h
13490
13491         * include/winnt.h: added defintions for PE/COFF from the PE and COFF
13492         specification.
13493
13494         * include/winnt.h: added NTAPI define
13495
13496 1998-11-25  Anders Norlander  <anorland@hem2.passagen.se>
13497
13498         * include/winnt.h: defined TBYTE,LPTSTR etc in terms of TCHAR
13499         instead of CHAR or WCHAR.
13500
13501         * include/winnt.h: added _T define
13502
13503         * include/winnt.h: added test for _TCHAR_DEFINED
13504
13505         * include/winnt.h: included string.h for memory macros
13506
13507         * include/prsht.h: added PSM_SETFINISHTEXT to UNICODE/ANSI test
13508
13509         * include/prsht.h: moved PSM_SETTITLEA/W to UNICODE test at end of file
13510
13511         * include/prsht.h: added PropSheet_XXX macros
13512
13513
13514 1998-11-24  Anders Norlander  <anorland@hem2.passagen.se>
13515
13516         * include/winspool.h: Changed DeletePrinterProcessor and
13517         DeletePrinterProvidor to DeletePrintXX.
13518
13519         * include/wingdi.h: Changed EMRCREATECOLORSPACE lcs member type to
13520         LOGCOLORSPACEW.
13521
13522         * include/wingdi.h: Changed prototype for CreateColorSpace to A and W
13523         variants
13524
13525         * include/wingdi.h: Likewise for GetLogColorSpace
13526
13527         * include/wingdi.h: Changed LOGCOLORSPACE to LOGCOLORSPACEA/W.
13528
13529         * include/richedit.h: Added missing defines and structures
13530
13531         * include/winuser.h: Moved EDITWORDBREAKPROCEX to include/richedit.h
13532
13533         * include/winuser.h: Added HWND_DESKTOP
13534
13535 1998-11-23  Anders Norlander  <anorland@hem2.passagen.se>
13536
13537         * Makefile: Include ChangeLog when building source
13538         distribution (srcdist)
13539
13540         * include/oleauto.h: Changed WINOLEAUTAPI and WINOLEAUTAPI_ so they
13541         are always defined as STDAPI and STDAPI_
13542
13543         * include/objbase.h: Changed WINOLEAPI and WINOLEAPI_ so they
13544         are always defined as STDAPI and STDAPI_
13545
13546         * include/objidl.h: Removed extra ';' on IStorage SetClass method
13547
13548         * include/rpcndr.h: Removed all IN and OUT from function prototypes
13549
13550         * ChangeLog started