OSDN Git Service

009ed87564667a427ef1293fa83711fe2b6b62c9
[mingw/mingw-org-wsl.git] / w32api / ChangeLog
1 2019-06-07  Keith Marshall  <keith@users.osdn.me>
2
3         Add missing definitions; fix MinGW-Bug #39129
4
5         * include/winnt.h (PAGE_TARGETS_INVALID): Define it.
6         (PAGE_TARGETS_NO_UPDATE): Likewise.
7
8 2019-05-03  Keith Marshall  <keith@users.osdn.me>
9
10         Correct a typographic error; fix MinGW-Bug #39193
11
12         * include/commctrl.h (ListView_SubItemHitTest): Balance parentheses;
13         add a missing closing parenthesis.
14
15 2019-04-08  Keith Marshall  <keith@users.osdn.me>
16
17         Correct a typographic error; fix MinGW-Bug #39117
18
19         * include/commctrl.h (STATUSCUASSNAME): Correct misspelling...
20         (STATUSCLASSNAME): ...to this.
21
22 2019-02-03  Keith Marshall  <keith@users.osdn.me>
23
24         Clean up winsock default version selection stratagem.
25
26         * include/winsock.h [_WINSOCK_H]: Defer definition until within new
27         internal recursion breaking retest block; following evaluation of...
28         [__USE_MINGW_WINSOCK_DEFAULT]: ...this, whence <winsock2.h> may be
29         included, reproducing the original version selection logic from...
30         * include/_winsock.h: ...here; file is now obsolete; delete it.
31
32         * include/winsock2.h (__USE_MINGW_WINSOCK_DEFAULT): Undefine it,
33         before including <winsock.h>
34
35         * include/windows.h include/nspapi.h include/wsnetbs.h: Define...
36         (__USE_MINGW_WINSOCK_DEFAULT): ...this, and then include <winsock.h>
37         instead of deleted file <_winsock.h>
38
39         * tests/headers.at: Regenerated.
40
41 2019-01-22  Keith Marshall  <keith@users.osdn.me>
42
43         Prepare and publish MinGW.org WSL-5.2.1 release.
44
45         * All files (wsl-5.2.1-release): Tag assigned.
46
47 2019-01-22  Keith Marshall  <keith@users.osdn.me>
48
49         Incorporate user-customized <features.h> configuration.
50
51         * tests/Makefile.in (install-mingwrt-headers): Create <features.h>
52         stub; this is an empty file, yielding the default configuration.
53
54 2018-12-23  Keith Marshall  <keith@users.osdn.me>
55
56         Prepare and publish MinGW.org WSL-5.2 release.
57
58         * All files (wsl-5.2-release): Tag assigned.
59
60 2018-12-18  Keith Marshall  <keith@users.osdn.me>
61
62         Make <winver.h> header effectively self-contained.
63
64         * include/winver.h: Include <windef.h>
65
66 2018-11-23  Keith Marshall  <keith@users.osdn.me>
67
68         Fix MinGW-Bug #2248 (SF ticket).
69
70         * include/commctrl.h (NMPGSCROLL): Set packing to 1-byte alignment.
71         (NMPGSCROLL.fwKeys): Change type from BOOL to WORD.
72
73 2018-11-23  Keith Marshall  <keith@users.osdn.me>
74
75         Apply some more cosmetic layout adjustments.
76
77         * include/commctrl.h: Keep 'typedef' and 'struct' on a single line,
78         for each untagged aggregate type definition.
79
80 2018-11-18  Jelle Geerts  <heisenbug@users.osdn.me>
81
82         Fix MinGW-Bug #38736 (OSDN ticket).
83
84         * include/commctrl.h (DTM_SETFORMATW): Correct definition; was 0x1050,
85         but should be equivalent to 0x1000 + 50, which is actually 0x1032.
86
87 2018-11-18  Keith Marshall  <keith@users.osdn.me>
88
89         Make <commctrl.h> header effectively self-contained.
90
91         * include/commctrl.h: Tidy layout; assert copyright.
92         Include <winbase.h> and <prsht.h>; both are required to resolve
93         inter-header dependencies, so achieving effective self-containment.
94         Correctly parenthesize argument references in macro definitions.
95         (pragma GCC system_header): Remove redundant GCC version guard.
96         (_WIN32_WINNT, _WIN32_IE): Always use symbolic version comparisons.
97         (SNDMSG): Remove definition; it is inherited from <prsht.h> anyway.
98         (__AW_ALIAS__, __AW_SUFFIXED__, __AW_STRING_A__, __AW_STRING_W__):
99         Use them; they facilitate maintenance of robust definitions for...
100         [UNICODE vs. ! UNICODE]: ...generic symbols and strings.
101         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
102
103 2018-11-16  Keith Marshall  <keith@users.osdn.me>
104
105         Make <prsht.h> header effectively self-contained.
106
107         * include/prsht.h: Tidy layout; assert copyright.
108         Include <winuser.h> to resolve inter-header dependencies.
109         Correctly parenthesize argument references in macro definitions.
110         (pragma GCC system_header): Remove redundant GCC version guard.
111         (_WIN32_WINNT, _WIN32_IE): Always use symbolic version comparisons.
112         (SNDMSG, POSTMSG) [ifndef]: Remove guard condition; it prevents GCC
113         from checking consistency of alternative definition sources.
114         (__AW_SUFFIXED__): Use it; it improves robustness of...
115         [UNICODE vs. ! UNICODE]: ...generic definitions.
116         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
117
118 2018-10-29  Keith Marshall  <keith@users.osdn.me>
119
120         Clean up <wincon.h>; consolidate its version dependencies.
121
122         * include/wincon.h: Tidy layout; assert copyright.
123         [_WIN32_WINNT]: Always compare it symbolically, with respect to...
124         [_WIN32_WINNT_WIN2K, _WIN32_WINNT_WINXP, _WIN32_WINNT_VISTA]: ...each
125         of these; group and consolidate respective version dependencies.
126         (FOREGROUND_BLUE, FOREGROUND_GREEN, FOREGROUND_RED)
127         (FOREGROUND_INTENSITY, BACKGROUND_BLUE, BACKGROUND_GREEN)
128         (BACKGROUND_RED, BACKGROUND_INTENSITY, COMMON_LVB_LEADING_BYTE)
129         (COMMON_LVB_TRAILING_BYTE, COMMON_LVB_GRID_HORIZONTAL)
130         (COMMON_LVB_GRID_LVERTICAL, COMMON_LVB_GRID_RVERTICAL)
131         (COMMON_LVB_REVERSE_VIDEO, COMMON_LVB_UNDERSCORE, CTRL_C_EVENT)
132         (CTRL_BREAK_EVENT, CTRL_CLOSE_EVENT, CTRL_LOGOFF_EVENT)
133         (CTRL_SHUTDOWN_EVENT, ENABLE_LINE_INPUT, ENABLE_ECHO_INPUT)
134         (ENABLE_PROCESSED_INPUT, ENABLE_WINDOW_INPUT, ENABLE_MOUSE_INPUT)
135         (ENABLE_INSERT_MODE, ENABLE_QUICK_EDIT_MODE, ENABLE_EXTENDED_FLAGS)
136         (ENABLE_AUTO_POSITION, ENABLE_VIRTUAL_TERMINAL_INPUT)
137         (ENABLE_PROCESSED_OUTPUT, ENABLE_WRAP_AT_EOL_OUTPUT)
138         (ENABLE_VIRTUAL_TERMINAL_PROCESSING, DISABLE_NEWLINE_AUTO_RETURN)
139         (ENABLE_LVB_GRID_WORLDWIDE, KEY_EVENT, MOUSE_EVENT)
140         (WINDOW_BUFFER_SIZE_EVENT, MENU_EVENT, FOCUS_EVENT, CAPSLOCK_ON)
141         (ENHANCED_KEY, RIGHT_ALT_PRESSED, LEFT_ALT_PRESSED)
142         (RIGHT_CTRL_PRESSED, LEFT_CTRL_PRESSED, SHIFT_PRESSED, NUMLOCK_ON)
143         (SCROLLLOCK_ON, FROM_LEFT_1ST_BUTTON_PRESSED)
144         (FROM_LEFT_2ND_BUTTON_PRESSED, FROM_LEFT_3RD_BUTTON_PRESSED)
145         (FROM_LEFT_4TH_BUTTON_PRESSED, RIGHTMOST_BUTTON_PRESSED, MOUSE_MOVED)
146         (DOUBLE_CLICK, MOUSE_WHEELED, MOUSE_HWHEELED, CONSOLE_FULLSCREEN)
147         (CONSOLE_FULLSCREEN_HARDWARE, CONSOLE_FULLSCREEN_MODE)
148         (CONSOLE_WINDOWED_MODE, CONSOLE_NO_SELECTION)
149         (CONSOLE_SELECTION_IN_PROGRESS, CONSOLE_SELECTION_NOT_EMPTY)
150         (CONSOLE_MOUSE_SELECTION, CONSOLE_MOUSE_DOWN, HISTORY_NO_DUP_FLAG):
151         Redefine, expressing all values in hexadecimal rather than decimal;
152         this is consistent with Microsoft documentation, and it is also more
153         logical, since all represent bit-flags, bit-fields, or bit-masks.
154
155 2018-10-24  Keith Marshall  <keith@users.osdn.me>
156
157         Make <wincon.h> header effectively self-contained.
158
159         * include/wincon.h [_WIN32_WINNT < 0x0600]: Include <windef.h>...
160         [_WIN32_WINNT >= 0x0600]: ...but, Vista and later need <wingdi.h>
161         [__GNUC__ >= 3]: Remove condition; used only in association with...
162         (#pragma GCC system_header): ...this, it is redundant in this context.
163         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them as appropriate.
164
165 2018-10-24  David Gressett  <texasgaidheal@users.osdn.me>
166
167         Improve WinXP/Vista console I/O support.
168
169         * include/wincon.h (AddConsoleAlias, GetConsoleAlias)
170         (GetConsoleAliases, GetConsoleAliasExes, GetConsoleAliasesLength)
171         (GetConsoleAliasExesLength, GetConsoleOriginalTitle): New function
172         name aliases; define them, mapping them conditionally to represent...
173         [UNICODE]: ...their corresponding UTF-16LE function names, else...
174         [!UNICODE]: ...their corresponding ASCII/DBCS function names.
175         (COMMON_LVB_LEADING_BYTE, COMMON_LVB_TRAILING_BYTE
176         (COMMON_LVB_GRID_HORIZONTAL, COMMON_LVB_GRID_LVERTICAL)
177         (COMMON_LVB_GRID_RVERTICAL, COMMON_LVB_REVERSE_VIDEO)
178         (COMMON_LVB_UNDERSCORE, ENABLE_VIRTUAL_TERMINAL_INPUT)
179         (ENABLE_VIRTUAL_TERMINAL_PROCESSING, DISABLE_NEWLINE_AUTO_RETURN)
180         (ENABLE_LVB_GRID_WORLDWIDE,(MOUSE_HWHEELED): Define them.
181         (GetConsoleAliasA, GetConsoleAliasW, HandlerRoutine): Declare.
182         (CONSOLE_FULLSCREEN, CONSOLE_FULLSCREEN_HARDWARE): Define when...
183         [_WIN32_WINNT >= 0x0500]: ...this prevails; additionally...
184         (GetConsoleFontSize): ...declare function.
185         (CONSOLE_NO_SELECTION, CONSOLE_SELECTION_NOT_EMPTY)
186         (CONSOLE_SELECTION_IN_PROGRESS, CONSOLE_MOUSE_SELECTION)
187         (CONSOLE_MOUSE_DOWN): Define them; make them visible only when...
188         [_WIN32_WINNT >= 0x0501]: ...this prevails.
189         (struct _CONSOLE_FONT_INFO): Make it visible, only when...
190         [_WIN32_WINNT >= 0x0501]: ...this prevails; when visible, map it to...
191         (CONSOLE_FONT_INFO, PCONSOLE_FONT_INFO): ...these typedefs.
192         (struct _CONSOLE_SELECTION_INFO): Declare it; visible only when...
193         [_WIN32_WINNT >= 0x0501]: ...this prevails; when visible, map it to...
194         (CONSOLE_SELECTION_INFO, PCONSOLE_SELECTION_INFO): ...these typedefs.
195         [_WIN32_WINNT >= 0x0501] (AddConsoleAliasA, AddConsoleAliasW)
196         (GetConsoleAliasesA, GetConsoleAliasesW, GetConsoleAliasExesA)
197         (GetConsoleAliasExesW, GetConsoleAliasesLengthA)
198         (GetConsoleAliasesLengthW, GetConsoleAliasExesLengthA)
199         (GetConsoleAliasExesLengthW, GetConsoleSelectionInfo)
200         (GetCurrentConsoleFont): Declare functions.
201         [_WIN32_WINNT >= 0x0600] (HISTORY_NO_DUP_FLAG): Define it.
202         (struct _CONSOLE_FONT_INFOEX): New structure; declare it only when...
203         [_WIN32_WINNT >= 0x0600]: ...this prevails; when declared, map to...
204         (CONSOLE_FONT_INFOEX, PCONSOLE_FONT_INFOEX): ...these typedefs.
205         (CONSOLE_HISTORY_INFO, PCONSOLE_HISTORY_INFO): New typedefs; they
206         map to an anonymous structure, and are visible only when...
207         [_WIN32_WINNT >= 0x0600]: ...this prevails.
208         (struct _CONSOLE_READCONSOLE_CONTROL): New structure; declare when...
209         [_WIN32_WINNT >= 0x0600]: ...this prevails; when declared, map to...
210         (CONSOLE_READCONSOLE_CONTROL, PCONSOLE_READCONSOLE_CONTROL): ...these.
211         (struct _CONSOLE_SCREEN_BUFFER_INFOEX): New structure; declare when...
212         [_WIN32_WINNT >= 0x0600]: ...this prevails; when declared, map to...
213         (CONSOLE_SCREEN_BUFFER_INFOEX, PCONSOLE_SCREEN_BUFFER_INFOEX):
214         ...these typedefs.
215         [_WIN32_WINNT >= 0x0600] (GetConsoleHistoryInfo)
216         (GetConsoleOriginalTitleA, GetConsoleOriginalTitleW)
217         (GetConsoleScreenBufferInfoEx, GetCurrentConsoleFontEx)
218         (SetConsoleHistoryInfo, SetConsoleScreenBufferInfoEx)
219         (SetCurrentConsoleFontEx): Declare functions.
220
221 2018-09-03  Keith Marshall  <keith@users.osdn.me>
222
223         Prepare and publish MinGW.org WSL-5.1.1 release.
224
225         * All files (wsl-5.1.1-release): Tag assigned.
226
227 2018-07-29  Keith Marshall  <keith@users.osdn.me>
228
229         Don't restrict <winerror.h> exposure when including <winsock.h>
230
231         * include/winerror.h [__WINSOCK_H_SOURCED__]: Remove filters.
232         (__WINSOCK_V1_ERRORS__, __WINSOCK_V2_ERRORS__): Do not define; delete
233         all dependent filter references.
234
235 2018-07-11  Keith Marshall  <keith@users.osdn.me>
236
237         Make <wincrypt.h> header effectively self-contained.
238
239         * include/wincrypt.h: Include <winbase.h>
240
241 2018-07-11  Keith Marshall  <keith@users.osdn.me>
242
243         Correct <wincrypt.h> typographic errors; fix issue [#38391]
244
245         * include/wincrypt.h (CALG_TLS1PRF): Delete symbolic reference to...
246         (ALG_CLASS_DHASH): ...this; there is no such symbol; replace it with...
247         (ALG_CLASS_HASH): ...this, which represents the correct reference.
248         (struct _CRYPTOAPI_BLOB): Delete extraneous "typedef" keyword; this
249         struct definition is not directly associated with any type name.
250         (struct _SSL_EXTRA_CERT_CHAIN_POLICY_PARA): Likewise.
251
252 2018-02-26  Keith Marshall  <keith@users.osdn.me>
253
254         Prepare and publish MinGW.org WSL-5.1 release.
255
256         * All files (wsl-5.1-release): Tag assigned.
257
258 2018-02-24  Keith Marshall  <keith@users.osdn.me>
259
260         Make <iptypes.h> header effectively self-contained.
261
262         * include/iptypes.h: Assert copyright; tidy layout.
263         Include <windef.h>; it is required for self-containment.
264         (__need_time_t): Define for selective inclusion of <sys/types.h>
265         (_BEGIN_C_DECLS, _END_C_DECLS): Use them as appropriate.
266         (_WIN32_WINNT): Always compare it symbolically.
267         (__dhcp_time_t): New temporary data type macro; define it...
268         [_WIN64]: ...as equivalent to __time64_t, otherwise...
269         [!_WIN64]: ...equivalent to __time32_t, and then...
270         (struct _IP_ADAPTER_INFO): ...use it as the data type for...
271         (LeaseObtained, LeaseExpires): ...these fields.
272
273 2017-12-20  Keith Marshall  <keith@users.osdn.me>
274
275         Make <winreg.h> header effectively self-contained.
276
277         * include/winreg.h: Include <winbase.h>, thus achieving effective
278         self-containment; since this also indirectly includes <_mingw.h>,
279         there is no longer any need to include it directly.
280
281 2017-12-20  Keith Marshall  <keith@users.osdn.me>
282
283         Clean up, following issue [#2262] patch application.
284
285         * include/winreg.h: Tidy layout; correct copyright assertion.
286         (_BEGIN_C_DECLS, _END_C_DECLS): Use them, as appropriate.
287         [UNICODE] (__AW): Do not use deleted macro; replace it with...
288         [UNICODE] (__AW_ALIAS__): ...this, for conditional typedef mapping...
289         [UNICODE] (VALENT, PVALENT): ...of these; similarly replace with...
290         [UNICODE] (__AW_SUFFIXED__): ...this, to define function mappings...
291         [UNICODE] (AbortSystemShutdown, InitiateSystemShutdown)
292         (RegConnectRegistry, RegCreateKey, RegCreateKeyEx, RegDeleteKey)
293         (RegDeleteValue, RegEnumKey, RegEnumKeyEx, RegEnumValue, RegLoadKey)
294         (RegOpenKey, RegOpenKeyEx, RegQueryInfoKey, RegQueryMultipleValues)
295         (RegQueryValue, RegQueryValueEx, RegReplaceKey, RegRestoreKey)
296         (RegSaveKey, RegSetValue, RegSetValueEx, RegUnLoadKey, RegSaveKeyEx)
297         (RegDeleteKeyTransacted, RegDeleteKeyValue, RegDeleteTree, RegGetValue)
298         (RegLoadMUIString, RegOpenKeyTransacted, RegSetKeyValue)
299         (RegDeleteKeyEx, RegCopyTree, RegCreateKeyTransacted): ...for these.
300         (RegDeleteKeyEx, RegDeleteKeyExA, RegDeleteKeyExW): Fix regression;
301         all "4.x" branches specified these incorrectly, dependent on...
302         [_WIN32_WINNT >= _WIN32_WINNT_WIN2K]: ...this condition, whereas the
303         "legacy" branch, whence the "5.x" branches are propagated, correctly
304         required an alternative condition which is the equivalent of...
305         [_WIN32_WINNT >= _WIN32_WINNT_WS03]: ...this; revert it.
306
307 2017-12-20  Sebastián Puebla  <spuebla@users.sourceforge.net>
308
309         Update registry management API, per issue [#2262].
310
311         * include/winreg.h: Merge changes from 4.1-dev branch.
312         (REG_LATEST_FORMAT, REG_NO_COMPRESSION, REG_OPTION_BACKUP_RESTORE)
313         (REG_STANDARD_FORMAT, RRF_RT_ANY, RRF_RT_DWORD, RRF_RT_QWORD)
314         (RRF_RT_REG_BINARY, RRF_RT_REG_DWORD, RRF_RT_REG_EXPAND_SZ)
315         (RRF_RT_REG_MULTI_SZ, RRF_RT_REG_NONE, RRF_RT_REG_QWORD, RRF_RT_REG_SZ)
316         (RRF_NOEXPAND, RRF_SUBKEY_WOW6464KEY, RRF_SUBKEY_WOW6432KEY)
317         (RRF_ZEROONFAILURE): New manifest constants; define them.
318         (RegDisablePredefinedCache, RegOpenCurrentUser, RegOpenUserClassesRoot)
319         (RegOverridePredefKey): Add previously omitted function prototypes.
320         [_WIN32_WINNT >= _WIN32_WINNT_WINXP] (RegSaveKeyEx): Define...
321         [!defined UNICODE] (__AW): ...mapping it for SBCS/MBCS case, or...
322         [defined UNICODE] (__AW): ...for UTF-16LE case to either one of...
323         (RegSaveKeyExA, RegSaveKeyExW): ...these, respectively, and...
324         [_WIN32_WINNT >= _WIN32_WINNT_WINXP]: ...declare function prototypes.
325         [_WIN32_WINNT >= _WIN32_WINNT_WS03] (RegDisableReflectionKey)
326         (RegEnableReflectionKey, RegQueryReflectionKey): Declare prototypes.
327         [_WIN32_WINNT >= _WIN32_WINNT_VISTA] (RegCopyTreeA, RegCopyTreeW)
328         (RegCreateKeyTransactedA, RegCreateKeyTransactedW)
329         (RegDeleteKeyTransactedA, RegDeleteKeyTransactedW)
330         (RegDeleteKeyValueA, RegDeleteKeyValueW)
331         (RegDeleteTreeA, RegDeleteTreeW, RegDisablePredefinedCacheEx)
332         (RegGetValueA, RegGetValueW, RegLoadMUIStringA, RegLoadMUIStringW)
333         (RegOpenKeyTransactedA, RegOpenKeyTransactedW)
334         (RegSetKeyValueA, RegSetKeyValueW): Declare prototypes.
335         [_WIN32_WINNT >= _WIN32_WINNT_VISTA] (RegCopyTree)
336         (RegCreateKeyTransacted, RegDeleteKeyTransacted, RegDeleteKeyValue)
337         (RegDeleteTree, RegGetValue, RegLoadMUIString, RegOpenKeyTransacted)
338         (RegSetKeyValue): Define, mapping each to its respective function...
339         [!defined UNICODE] (__AW): ...for the SBCS/MBCS case, or...
340         [defined UNICODE] (__AW): ...for the UTF-16LE case.
341
342         * lib/kernel32.def (RegDeleteTreeA@8, RegDeleteTreeW@8)
343         (RegDisablePredefinedCacheEx@0, RegGetValueA@28, RegGetValueW@28)
344         (RegLoadMUIStringA@28, RegLoadMUIStringW@28, RegSaveKeyExA@16)
345         (RegSaveKeyExW@16): Remove them; relocate them to...
346         * lib/advapi32.def (RegDeleteTreeA@8, RegDeleteTreeW@8)
347         (RegDisablePredefinedCacheEx@0, RegGetValueA@28, RegGetValueW@28)
348         (RegLoadMUIStringA@28, RegLoadMUIStringW@28, RegSaveKeyExA@16)
349         (RegSaveKeyExW@16): ...their correct location, here.
350         (RegCopyTreeA@12, RegCopyTreeW@12, RegQueryReflectionKey@8)
351         (RegCreateKeyTransactedA@44, RegCreateKeyTransactedW@44)
352         (RegDeleteKeyTransactedA@24, RegDeleteKeyTransactedW@24)
353         (RegDeleteKeyValueA@12, RegDeleteKeyValueW@12)
354         (RegDisableReflectionKey@4, RegEnableReflectionKey@4)
355         (RegOpenKeyTransactedA@28, RegOpenKeyTransactedW@28)
356         (RegSetKeyValueA@24, RegSetKeyValueW@24): Add these.
357
358 2017-12-16  Keith Marshall  <keith@users.osdn.me>
359
360         Provide default definition for _WIN32_IE feature test macro.
361
362         * include/sdkddkver.h [!defined _WIN32_IE]: Define it, with...
363         (_WIN32_IE_IE50): ...this default value.
364
365         * include/commctrl.h (_WIN32_IE): Delete definition hint; it offered
366         a conflicting proposal for the default value.
367
368 2017-12-06  Keith Marshall  <keith@users.osdn.me>
369
370         Prepare and publish MinGW.org WSL-5.0.2 release.
371
372         * All files (wsl-5.0.2-release): Tag assigned.
373
374 2017-11-28  Keith Marshall  <keith@users.osdn.me>
375
376         Make <wsnetbs.h> header effectively self-contained.
377
378         * include/wsnetbs.h: Assert copyright; tidy layout; include
379         "_winsock.h", so making this header effectively self-contained, and
380         thus relieving the user of a responsibility for ensuring that some
381         other appropriate WinSock header has been included first.
382
383 2017-11-28  Keith Marshall  <keith@users.osdn.me>
384
385         Factor <winsock.h> duplicate content out of <winsock2.h>
386
387         * include/winsock2.h: Remove all declarations and definitions which
388         are identically specified in <winsock.h>, but keep them in scope by...
389         [! defined _WINSOCK_H]: ...including <winsock.h> itself; override any
390         declarations and definitions therefrom, which introduce conflicts.
391         [defined _WINSOCK_H]: Diagnose misuse; suppress all further
392         definitions and declarations.
393
394         * include/winsock.h (SOMAXCONN): Add comment; note disparity between
395         WinSock v1.1 and WinSock v2, the latter of which will override when
396         correctly included by <winsock2.h>
397
398 2017-11-24  Keith Marshall  <keith@users.osdn.me>
399
400         Make <winsock.h> and <winsock2.h> duplicate code congruent.
401
402         * include/winsock.h (SOMAXCONN): Move definition into...
403         [!__INSIDE_MSYS__]: ...this guarded scope.
404
405         * include/winsock2.h: Rearrange as necessary.
406         [_BEGIN_C_DECLS, _END_C_DECLS]: Keep them balanced.
407         (_USE_SYS_TYPES_FD_SET): Define and use, as in <winsock.h>
408         [!_WINSOCK_ANOMALOUS_TYPEDEFS] (FD_SET): Declare function, not type.
409         [!_WINSOCK_ANOMALOUS_TYPEDEFS] (PFD_SET, LPFD_SET): Suppress typedefs.
410         (FD_SET, FD_ISSET, FD_CLR, FD_ZERO): Reimplement, as in <winsock.h>
411         (FD_READ_BIT, FD_WRITE_BIT, FD_OOB_BIT, FD_ACCEPT_BIT)
412         (FD_CONNECT_BIT, FD_CLOSE_BIT, FD_QOS_BIT, FD_GROUP_QOS_BIT)
413         (FD_ROUTING_INTERFACE_CHANGE_BIT, FD_ADDRESS_LIST_CHANGE_BIT)
414         (FD_MAX_EVENTS): Enumerate them, as in <winsock.h>
415         [!(defined __INSIDE_CYGWIN__ || defined __INSIDE_MSYS__)]: Recast...
416         [!defined __INSIDE_MSYS__]: ...as this, throughout.
417         (gethostname): Update function prototype, adding...
418         (WINSOCK_API_LINKAGE): ...this DLL import control attribute.
419
420         * include/ws2spi.h: Tidy layout; assert copyright.
421         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
422         (LPFD_SET): Delete all type references; use...
423         (fd_set *): ...this instead.
424
425 2017-11-14  Keith Marshall  <keith@users.osdn.me>
426
427         Establish default selection for WinSock API declaration.
428
429         * include/windows.h include/nspapi.h: Include...
430         * include/_winsock.h: ...this new system private header; it selects...
431         [_WIN32_WINNT >= _WIN32_WINNT_NT4]: ...WinSock v2 API declarations, as
432         provided by conditional inclusion of <winsock2.h>, otherwise...
433         [_WIN32_WINNT < _WIN32_WINNT_NT4]: ...WinSock v1.1 API declarations,
434         as provided by inclusion of <winsock.h>
435
436         * tests/headers.at <_winsock.h>: Add reference.
437
438 2017-11-14  Keith Marshall  <keith@users.osdn.me>
439
440         Update gethostname() declaration; drop Cygwin specificity.
441
442         * include/winsock.h (gethostname): Declare unconditionally; add...
443         (WINSOCK_API_LINKAGE): ...this DLL import control attribute.
444         [!(defined __INSIDE_CYGWIN__ || defined __INSIDE_MSYS__)]: Recast...
445         [!defined __INSIDE_MSYS__]: ...as this, throughout.
446
447 2017-11-09  Keith Marshall  <keith@users.osdn.me>
448
449         Normalize fd_set event macros for <winsock2.h> compatibility.
450
451         * include/winsock.h (FD_READ, FD_WRITE, FD_OOB, FD_ACCEPT, FD_CONNECT)
452         (FD_CLOSE): Redefine them, deriving respective values as shifts by...
453         (FD_READ_BIT, FD_WRITE_BIT, FD_OOB_BIT, FD_ACCEPT_BIT, FD_CONNECT_BIT)
454         (FD_CLOSE_BIT): ...this new enumerated count sequence, applying each
455         count to a bit flag with value of 1, in each case respectively.
456         [_WINSOCK2_H]: Extend shift count enumeration, to include...
457         (FD_QOS_BIT, FD_GROUP_QOS_BIT, FD_ROUTING_INTERFACE_CHANGE_BIT)
458         (FD_ADDRESS_LIST_CHANGE_BIT): ...these additional counts; hence...
459         [_WINSOCK2_H] (FD_QOS, FD_GROUP_QOS, FD_ROUTING_INTERFACE_CHANGE)
460         [_WINSOCK2_H] (FD_ADDRESS_LIST_CHANGE): ...define each of these.
461         (FD_MAX_EVENTS): Define unconditionally; it represents a shift count
462         of 1 greater than the offset of the last defined flag; hence...
463         (FD_ALL_EVENTS): ...derive this mask for all event flags.
464
465 2017-11-09  Keith Marshall  <keith@users.osdn.me>
466
467         Filter potential WinSock v2 conflicts out of <winsock.h>
468
469         * include/winsock.h [_WINSOCK2_H] <mswsock.h>: Do not include it.
470         [_WINSOCK2_H] (IP_MULTICAST_IF, IP_MULTICAST_TTL, IP_MULTICAST_LOOP)
471         (IP_ADD_MEMBERSHIP, IP_DROP_MEMBERSHIP, IP_DEFAULT_MULTICAST_TTL)
472         (IP_DEFAULT_MULTICAST_LOOP, IP_MAX_MEMBERSHIPS, struct ip_mreq): Do
473         not define any of these; they are not compatible with WinSock v2.
474         [_WINSOCK2_H] (SOMAXCONN): Do not define it; it will be defined
475         appropiately in <winsock2.h>
476
477 2017-11-09  Keith Marshall  <keith@users.osdn.me>
478
479         Filter out <winsock.h> typedef anomalies.
480
481         * include/winsock.h (FD_SET, PFD_SET, LPFD_SET): If user defines...
482         [_WINSOCK_ANOMALOUS_TYPEDEFS]: ...this new feature test macro, expose
483         them as type definitions, but warn of potential conflict with...
484         [!_WINSOCK_ANOMALOUS_TYPEDEFS] (FD_SET): ...this POSIX.1 mandated
485         function; declare its prototype.
486
487 2017-11-08  Keith Marshall  <keith@users.osdn.me>
488
489         Overhaul WinSock fd_set content management macros.
490
491         * include/winsock.h (FD_SET, FD_ISSET, FD_CLR, FD_ZERO): Replace the
492         original implementations of each of these macros, redirecting to...
493         (__FD_SET, __FD_ISSET, __FD_CLR, __FD_ZERO): ...these new, equivalent
494         inline functions, respectively; these are more robust, and correct a
495         defect in the original FD_SET macro implementation, whereby duplicate
496         descriptors could be added to an fd_set array, but would not then be
497         removed by the corresponding FD_CLR macro.
498
499         * tests/winsock.at (MINGW_AT_CHECK_WINSOCK): Ensure that all test
500         programs are linked with -lwsock32 or -lws2_32, as appropriate; the
501         __FD_SET and __FD_ISSET functions are dependent on the __WSAFDIsSet()
502         function, which is implemented in each of these libraries.
503
504 2017-11-07  Keith Marshall  <keith@users.osdn.me>
505
506         Identify features which have been deprecated in WinSock v2.
507
508         * include/winsock.h (__WINSOCK2_DEPRECATED): Define as nothing.
509         * include/winsock2.h (__WINSOCK2_DEPRECATED): Define as equivalent...
510         (__MINGW_ATTRIB_DEPRECATED): ...to this.
511
512         * include/winsock.h include/winsock2.h: Qualify...
513         (WSAIsBlocking, WSAUnhookBlockingHook, WSASetBlockingHook)
514         (WSACancelBlockingCall): ...each of these function prototypes, with...
515         (__WINSOCK2_DEPRECATED): ...this attribute.
516
517 2017-11-07  Keith Marshall  <keith@users.osdn.me>
518
519         Adopt system naming convention for USE_SYS_TYPES_FD_SET macro.
520
521         * include/winsock.h (USE_SYS_TYPES_FD_SET): Deprecate it; use...
522         (_USE_SYS_TYPES_FD_SET): ...this alternative; it is named to conform
523         with preferred convention for system feature test macros.
524
525 2017-11-06  Keith Marshall  <keithmarshall@users.sourceforge.net>
526
527         Use WINSOCK_API_LINKAGE consistently in WinSock headers.
528
529         * include/winsock.h (WINSOCK_API_LINKAGE): Define, and prefix to...
530         (accept, bind, closesocket, connect, ioctlsocket, inet_addr, inet_ntoa)
531         (getpeername, getsockname, getsockopt, listen, recv, recvfrom, send)
532         (sendto, setsockopt, shutdown, socket, gethostbyaddr, gethostbyname)
533         (getservbyport, getservbyname, getprotobynumber, getprotobyname)
534         (WSAStartup, WSACleanup, WSASetLastError, WSAGetLastError)
535         (WSAIsBlocking, WSAUnhookBlockingHook, WSASetBlockingHook)
536         (WSACancelBlockingCall, WSAAsyncGetServByName, WSAAsyncGetServByPort)
537         (WSAAsyncGetProtoByName, WSAAsyncGetProtoByNumber, WSAAsyncSelect)
538         (WSAAsyncGetHostByName, WSAAsyncGetHostByAddr, WSACancelAsyncRequest)
539         (htonl, ntohl, htons, ntohs, select): ...these function prototypes.
540
541         * include/winsock2.h (WINSOCK_API_LINKAGE): Remove it from...
542         (LPFN_WSASTARTUP): ...this typedef; it is inappropriate.
543
544 2017-10-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
545
546         Refactor <wtypes.h> vs. <nspapi.h> and WinSock headers.
547
548         * include/wtypes.h: Tidy layout; assert copyright.
549         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
550         [__NSPAPI_H_SOURCED__]: Restrict exposure of declared content to...
551         [!__BLOB_DATA_TYPE_DEFINED] (BLOB, PBLOB, LPBLOB): ...these; define...
552         (__BLOB_DATA_TYPE_DEFINED__): ...this internal guard; it renames...
553         (__BLOB_T_DEFINED): ...this; do not define...
554         (_WTYPES_H): ...this external guard.
555
556         * include/nspapi.h: Tidy layout; assert copyright.
557         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
558         (__CSADDR_T_DEFINED): Do not define; it is no longer required.
559         [__WINSOCK2_H_SOURCED__]: Restrict exposure of declared content to...
560         (struct _CSADDR_INFO): ...this, as an incomplete type, along with...
561         (CSADDR_INFO, PCSADDR_INFO, LPCSADDR_INFO): ...these typedefs; also...
562         (SOCKET_ADDRESS, PSOCKET_ADDRESS, LPSOCKET_ADDRESS): ...define fully.
563         [__WINSOCK2_H_SOURCED__] (_NSPAPI_H): Do not define external guard.
564         [!__WINSOCK2_H_SOURCED__] (struct _CSADDR_INFO): Define fully.
565         (__BLOB_T_DEFINED, BLOB, PBLOB, LPBLOB): Do not define; instead...
566         (__NSPAPI_H_SOURCED__): ...define this, temporarily; include wtypes.h
567         [!__WINSOCK2_H_SOURCED__ && _WIN32_WINNT >= WIN2K]: Include winsock2.h
568         [!__WINSOCK2_H_SOURCED__ && _WIN32_WINNT < WIN2K]: Include winsock.h
569         [UNICODE vs. !UNICODE]: Discriminate generic symbol names, using...
570         (__AW_SUFFIXED__): ...this, to facilitate definition of each of...
571         (SetService, GetAddressByName, _SERVICE_INFO): ...these, and...
572         (__AW_ALIAS__): ...this, for definition of each of...
573         (SERVICE_INFO, LPSERVICE_INFO): ...these.
574
575         * include/winsock2.h (__WINSOCK2_H_SOURCED__): Define it temporarily.
576         (__CSADDR_T_DEFINED, struct _CSADDR_INFO, CSADDR_INFO, PCSADDR_INFO)
577         (LPCSADDR_INFO, __BLOB_T_DEFINED, BLOB, PBLOB, LPBLOB): Do not define;
578         include nspapi.h selectively, to acquire them.
579
580 2017-09-23  Keith Marshall  <keithmarshall@users.sourceforge.net>
581
582         Factor <winerror.h> duplicate content out of winsock headers.
583
584         * include/winsock.h include/winsock2.h [!defined WSABASEERR]: Delete
585         conditional block, and all of its content; selectively include...
586         * include/winerror.h [__WINSOCK_H_SOURCED__]: ...this instead.
587         [__WINSOCK_H_SOURCED__] (_WINERROR_H): Do not define it.
588         (__WINSOCK_V1_ERRORS__, __WINSOCK_V2_ERRORS__): New temporary macros;
589         define them, to segregate WSA error messages applicable to WinSock v2
590         only, from those applicable to both WinSock v1.1 and WinSock v2.
591         (__WSA_ERRNO): New macro; use it to redefine all WSA specific error
592         codes, except WSABASEERR, relative to WSABASEERR itself.
593
594 2017-09-15  Keith Marshall  <keithmarshall@users.sourceforge.net>
595
596         Factor <sys/time.h> duplicate content out of winsock headers.
597
598         * include/winsock.h include/winsock2.h [_TIMEVAL_DEFINED]: Delete
599         conditional block, and all its content; include <sys/time.h> instead.
600         (__WINSOCK_H_SOURCED__): New macro; define it temporarily, only while
601         processing this header, such that only selected content from other
602         internally referenced headers is exposed.
603
604 2017-09-09  Keith Marshall  <keithmarshall@users.sourceforge.net>
605
606         Source BSD non-standard type definitions from mingwrt header.
607
608         * include/winsock.h include/winsock2.h [_BSDTYPES_DEFINED]: Delete
609         conditional block, and its entire type definition content; include...
610         * include/sys/bsdtypes.h: ...this common file instead; it defines...
611         (u_char, u_int, u_long, u_short): ...these non-standard data types.
612
613 2017-09-07  Keith Marshall  <keithmarshall@users.sourceforge.net>
614
615         Correct misuse of __INSIDE_MSYS__ feature test.
616
617         * include/winsock2.h [!__INSIDE_MSYS__]: One of several instances
618         omits "defined" operator; it should be expressed consistently as...
619         [! defined __INSIDE_MSYS__]: ...this; correct it.
620
621 2017-09-07  Keith Marshall  <keithmarshall@users.sourceforge.net>
622
623         Prepare for <winsock.h> vs. <winsock2.h> refactoring.
624
625         * include/winsock.h: Tidy layout; assert copyright.
626         (_BEGIN_C_DECLS, _END_C_DECLS): Use them to avoid C++ name mangling.
627
628         * include/winsock2.h: Assert copyright; tidy layout, ensuring that all
629         sections, which are common with <winsock.h>, are laid out congruently.
630         (_BEGIN_C_DECLS, _END_C_DECLS): Use them to avoid C++ name mangling.
631         (SD_RECEIVE, SD_SEND, SD_BOTH): Delete duplicate constant definitions.
632         (SO_DONTLINGER, MSG_MAXIOVLEN): Likewise, delete duplicate definitions.
633         (__AW_ALIAS__, __AW_SUFFIXED__): Use them, to avoid reproduction of...
634         [UNICODE]: ...alternative typedefs, and function name aliases...
635         [!UNICODE]: ...versus this case.
636
637 2017-08-28  Keith Marshall  <keithmarshall@users.sourceforge.net>
638
639         Resolve secondary issue arising from MinGW-Bug [#2350]
640
641         * include/winuser.h (GetTitleBarInfo)
642         [_WIN32_WINDOWS >= _WIN32_WINDOWS_98]: Remove exposure restriction;
643         it conflicted with current MSDN documentation, so now falls within...
644         [_WIN32_WINNT >= Win2K || _WIN32_WINDOWS >= Win98]: ...this.
645
646 2017-08-28  Keith Marshall  <keithmarshall@users.sourceforge.net>
647
648         Resolve MinGW-Bug [#2350]
649
650         * include/winuser.h (GetTitleBarInfo): Move prototype after...
651         (PTITLEBARINFO): ...this type definition; it is used as a function
652         argument type, so must be defined beforehand.
653
654 2017-08-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
655
656         Extend testsuite to cover winsock fd_set macro operations.
657
658         * tests/winsock.at: New file; it implements appropriate tests, and
659         enables use of "-k winsock", "-k winsock2", and "-k fd_set" autotest
660         keywords to invoke them, (e.g. make check TESTSUITEFLAGS='-k fd_set').
661
662         * tests/testsuite.at.in (winsock.at): Integrate it.
663         (MINGW_AT_CHECK_RUN): Accept a variant list of libraries when linking.
664         (MINGW_AT_LINK_LIBS_DEFAULT): New macro; it establishes the initial
665         default list of libraries, or resets the list to this initial default.
666         (MINGW_AT_LINK_LIBS): New macro; it establishes an augmented list of
667         library specifications, to be used until subsequently reset.
668
669 2017-07-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
670
671         Prepare and tag for release of MinGW.org WSL-5.0.1
672
673         * All files (wsl-5.0.1-release): Tag assigned.
674
675 2017-07-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
676
677         Automate testsuite dependency generation.
678
679         * tests/Makefile.in (testsuite) [$srcdir/*.at]: Automatically
680         enumerate all such wildcard matches as prerequisites, instead of...
681         (headers.at): ...this sole explicit dependency.
682
683 2017-06-20  Keith Marshall  <keithmarshall@users.sourceforge.net>
684
685         Make <winnt.h> header effectively self-contained.
686
687         * include/winnt.h (_WINNT_H): Defer definition unless included via...
688         (windef.h): ...this; include it, to enforce inclusion order, then...
689         [_WINNT_H]: ...re-evaluate it, to avoid recursive inclusion loop.
690
691 2017-06-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
692
693         Consolidate <winuser.h> version specific conditionals.
694
695         * include/winuser.h: Reorganize file content; group manifest constant
696         definitions into one nested collection of conditional blocks, with one
697         block per Windows version evolution; do likewise for type definitions
698         and function prototypes which are always exposed, and separately...
699         [! defined NOGDI]: ...for those which may be suppressed, when GDI
700         support is not required.
701
702 2017-06-06  Keith Marshall  <keithmarshall@users.sourceforge.net>
703
704         Make <winuser.h> header effectively self-contained.
705
706         * include/winuser.h (stdarg.h): Include it, in addition to...
707         [NOGDI] (windef.h): ...this, directly or otherwise indirectly via...
708         [!NOGDI] (wingdi.h): ...this, for effective self-containment.
709
710 2017-06-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
711
712         Consolidate <wingdi.h> version specific conditionals.
713
714         * include/wingdi.h: Reorganize file content; group manifest constant
715         definitions into a single nested collection of conditional blocks, for
716         those definitions which are common to both Win9x and WinNT, with one
717         block per Windows version evolution, sorting alphabetically within
718         each block; do likewise for additional manifest constant definitions
719         which are specific to WinNT, and also for data type definitions and
720         function prototypes.
721
722 2017-06-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
723
724         Tidy, and make <wingdi.h> header effectively self-contained.
725
726         * include/wingdi.h: Tidy layout; assert copyright.
727         (windef.h): Include it; this achieves self-containment.
728         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them.
729         [UNICODE vs. !UNICODE]: Discriminate generic symbol names, using...
730         (__AW_ALIAS__): ...this, when defining each of...
731         (DEVMODE, PDEVMODE, LPDEVMODE, DOCINFO, LPDOCINFO, LOGCOLORSPACE)
732         (LOGFONT, PLOGFONT, LPLOGFONT, EXTLOGFONT, PEXTLOGFONT, LPEXTLOGFONT)
733         (LPLOGCOLORSPACE, TEXTMETRIC, PTEXTMETRIC, LPTEXTMETRIC, GCP_RESULTS)
734         (PPOLYTEXT, LPPOLYTEXT, NEWTEXTMETRIC, PNEWTEXTMETRIC, LPNEWTEXTMETRIC)
735         (LPENUMLOGFONTEX, ENUMLOGFONTEXDV, PENUMLOGFONTEXDV, LPENUMLOGFONTEXDV)
736         (OUTLINETEXTMETRIC, POUTLINETEXTMETRIC, LPOUTLINETEXTMETRIC, POLYTEXT)
737         (LPGCP_RESULTS, DISPLAY_DEVICE, PDISPLAY_DEVICE, LPDISPLAY_DEVICE)
738         (NEWTEXTMETRICEX, ENUMLOGFONT, LPENUMLOGFONT, ENUMLOGFONTEX): ...these.
739         (__AW_SUFFIXED__): Similarly, use this when declaring each of...
740         (FONTENUMPROC, ICMENUMPROC, AddFontResource, AddFontResourceEx,
741         (CopyEnhMetaFile, CopyMetaFile, CreateColorSpace, CreateEnhMetaFile)
742         (CreateDC, CreateFont, CreateFontIndirect, CreateIC, CreateMetaFile)
743         (CreateScalableFontResource, DeviceCapabilities, EnumFontFamilies)
744         (EnumFontFamiliesEx, EnumFonts, EnumICMProfiles, ExtTextOut)
745         (GetCharABCWidths, GetCharABCWidthsFloat, GetCharacterPlacement)
746         (GetCharWidth32, GetCharWidth, GetCharWidthFloat, GetEnhMetaFile)
747         (GetEnhMetaFileDescription, GetGlyphOutline, GetICMProfile)
748         (GetKerningPairs, GetLogColorSpace, GetMetaFile, GetObject)
749         (GetOutlineTextMetrics, GetTextExtentExPoint, GetTextExtentPoint)
750         (GetTextExtentPoint32, GetTextFace, GetTextMetrics, PolyTextOut,
751         (RemoveFontResource, RemoveFontResourceEx, ResetDC, SetICMProfile)
752         (StartDoc, TextOut, UpdateICMRegKey, wglUseFontBitmaps)
753         (wglUseFontOutlines, GetGlyphIndices): ...these.
754
755 2017-05-31  Keith Marshall  <keithmarshall@users.sourceforge.net>
756
757         Declare CONDITION_VARIABLE API, per feature request [#2314]
758
759         * include/winbase.h [_WIN32_WINNT >= _WIN32_WINNT_VISTA]
760         (CONDITION_VARIABLE, PCONDITION_VARIABLE): Define data types, and...
761         (InitializeConditionVariable, SleepConditionVariableCS)
762         (SleepConditionVariableSRW, WakeAllConditionVariable)
763         (WakeConditionVariable): ...declare prototypes.
764
765 2017-05-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
766
767         Declare SRWLOCK API, to support feature request [#2314]
768
769         * include/winbase.h [_WIN32_WINNT >= _WIN32_WINNT_VISTA]
770         (SRWLOCK, *PSRWLOCK): Define these data types, and declare...
771         (InitializeSRWLock, AcquireSRWLockExclusive, AcquireSRWLockShared)
772         (ReleaseSRWLockExclusive, ReleaseSRWLockShared): ...these prototypes.
773         [_WIN32_WINNT >= _WIN32_WINNT_WIN7] (TryAcquireSRWLockExclusive)
774         (TryAcquireSRWLockShared): Declare additional prototypes.
775
776 2017-03-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
777
778         Resolve potential <winbase.h> vs. <winerror.h> inconsistency.
779
780         * include/winerror.h: Tidy layout; assert copyright.
781
782         * include/winbase.h (WAIT_TIMEOUT): Redefine; make it identical to...
783         * include/winerror.h (WAIT_TIMEOUT): ...this equivalent; remove...
784         [!defined WAIT_TIMEOUT]: ...this conditional redefinition guard from
785         both locations; it permitted inconsistency between the two.
786
787 2017-03-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
788
789         Consolidate <winbase.h> version specific conditionals.
790
791         * include/winbase.h: Reorganize file content; group manifest constant
792         definitions into one nested collection of conditional blocks, with one
793         block per Windows version evolution, sorting alphabetically within each
794         block; do likewise for data type definitions and function prototypes.
795
796 2017-03-20  Keith Marshall  <keithmarshall@users.sourceforge.net>
797
798         Tidy, and make <winbase.h> header effectively self-contained.
799
800         * include/w32api.h (__AW_ALIAS__): Rename original implementation...
801         (__AW_ALIAS_EX__): ...as this, retaining its encapsulation of...
802         (__AW_EXTENDED__): ...this; subsequently reimplement...
803         (__AW_ALIAS__): ...this, with original name, now encapsulating...
804         (__AW_SUFFIXED__): ...this.
805
806         * include/dbt.h (__AW_ALIAS__): Replace all references with...
807         (__AW_ALIAS_EX__): ...this renamed alternative, when defining...
808         (DEV_BROADCAST_DEVICEINTERFACE, PDEV_BROADCAST_DEVICEINTERFACE)
809         (DEV_BROADCAST_PORT, PDEV_BROADCAST_PORT): ...these.
810
811         * include/winbase.h: Tidy layout; assert copyright.
812         (stdarg.h, windef.h): Include them, to achieve self-containment.
813         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
814         [UNICODE vs. ! UNICODE]: Replace separated declarations; use...
815         [__AW_ALIAS__]: ...this, to correctly specify each of...
816         (STARTUPINFO, LPSTARTUPINFO, WIN32_FIND_DATA, PWIN32_FIND_DATA)
817         (LPWIN32_FIND_DATA, HW_PROFILE_INFO, LPHW_PROFILE_INFO, ACTCTX)
818         (PACTCTX, PCACTCTX): ...these generic typedefs, and...
819         [__AW_SUFFIXED__]: ...this, to correctly map each of...
820         (ENUMRESLANGPROC, ENUMRESNAMEPROC, ENUMRESTYPEPROC, AddAtom)
821         (AccessCheckAndAuditAlarm, BackupEventLog, BeginUpdateResource)
822         (BuildCommDCB, BuildCommDCBAndTimeouts, CheckNameLegalDOS8Dot3)
823         (CallNamedPipe, ClearEventLog, CommConfigDialog, CopyFile, CopyFileEx)
824         (CreateActCtx, CreateDirectory, CreateDirectoryEx, CreateEvent)
825         (CreateFile, CreateFileMapping, CreateHardLink, CreateJobObject)
826         (CreateMailslot, CreateMutex, CreateNamedPipe, CreateProcess)
827         (CreateProcessAsUser, CreateSemaphore, CreateSymbolicLink)
828         (CreateWaitableTimer, DefineDosDevice, DeleteFile, EncryptFile)
829         (DeleteVolumeMountPoint, DnsHostnameToComputerName, EndUpdateResource)
830         (EnumResourceLanguages, EnumResourceNames, EnumResourceTypes)
831         (ExpandEnvironmentStrings, FatalAppExit, FileEncryptionStatus)
832         (FindActCtxSectionString, FindAtom, FindFirstChangeNotification)
833         (FindFirstFile, FindFirstFileEx, FindFirstVolume, FindNextFile)
834         (FindFirstVolumeMountPoint, FindNextVolume, FindNextVolumeMountPoint)
835         (FindResource, FindResourceEx, FormatMessage, FreeEnvironmentStrings)
836         (GetAtomName, GetBinaryType, GetCommandLine, GetCompressedFileSize)
837         (GetComputerName, GetComputerNameEx, GetCurrentDirectory)
838         (GetDefaultCommConfig, GetDiskFreeSpace, GetDiskFreeSpaceEx)
839         (GetDllDirectory, GetDriveType, GetEnvironmentStrings)
840         (GetEnvironmentVariable, GetFileAttributes, GetFileAttributesEx)
841         (GetFileSecurity, GetFinalPathNameByHandle, GetFullPathName)
842         (GetLogicalDriveStrings, GetLongPathName, GetModuleFileName)
843         (GetModuleHandle, GetModuleHandleEx, GetNamedPipeHandleState)
844         (GetPrivateProfileInt, GetPrivateProfileSection)
845         (GetPrivateProfileSectionNames, GetPrivateProfileString)
846         (GetPrivateProfileStruct, GetProfileInt, GetProfileSection)
847         (GetProfileString, GetShortPathName, GetStartupInfo)
848         (GetSystemDirectory, GetSystemWindowsDirectory, GetTempFileName)
849         (GetSystemWow64Directory, GetTempPath, GetUserName, GetVersionEx)
850         (GetVolumeInformation, GetVolumeNameForVolumeMountPoint)
851         (GetVolumePathName, GetVolumePathNamesForVolumeName, GlobalAddAtom)
852         (GetWindowsDirectory, GlobalFindAtom, GlobalGetAtomName)
853         (IsBadStringPtr, LoadLibrary, LoadLibraryEx, LogonUser)
854         (LookupAccountName, LookupAccountSid, LookupPrivilegeDisplayName)
855         (LookupPrivilegeName, LookupPrivilegeValue, lstrcat, lstrcmp)
856         (lstrcmpi, lstrcpy, lstrcpyn, lstrlen, MoveFile, MoveFileEx)
857         (MoveFileWithProgress, ObjectCloseAuditAlarm, ObjectDeleteAuditAlarm)
858         (ObjectOpenAuditAlarm, ObjectPrivilegeAuditAlarm, OpenBackupEventLog)
859         (OpenEvent, OpenEventLog, OpenFileMapping, OpenMutex, OpenSemaphore)
860         (OutputDebugString, PrivilegedServiceAuditAlarm, QueryDosDevice)
861         (ReadEventLog, RegisterEventSource, RemoveDirectory, ReplaceFile)
862         (ReportEvent, SearchPath, SetComputerName, SetCurrentDirectory)
863         (SetDefaultCommConfig, SetDllDirectory, SetEnvironmentVariable)
864         (SetFileAttributes, SetFileSecurity, SetFileShortName, SetVolumeLabel)
865         (SetFirmwareEnvironmentVariable, SetVolumeMountPoint, UpdateResource)
866         (VerifyVersionInfo, WaitNamedPipe, WritePrivateProfileSection)
867         (WritePrivateProfileString, WritePrivateProfileStruct)
868         (WriteProfileSection, WriteProfileString): ...these, and add...
869         (GetCurrentHwProfile, OpenWaitableTimer, SetComputerNameEx)
870         (GetFirmwareEnvironmentVariable): ...these previously missing generic
871         function name aliases.
872
873 2017-03-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
874
875         Refactor mingwrt and w32api common makefile content.
876
877         * Makefile.in (w32api-srcdist-config-files): Rename it...
878         (w32api-srcdist-common-files): ...as this phoney build rule.
879         (shared_include_file): New macro; define it, and include named file.
880         (configure, config.status, Makefile, config.status.missing, _mingw.h)
881         (w32api.h, PACKAGE_VERSION_SCRIPT, PACKAGE_VERSION_FORMAT): Factor
882         out; relocate them to new file in common parent directory...
883         * ../Makefile.comm: ...here.
884
885 2017-03-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
886
887         Correct a copyright notice update omission.
888
889         * configure.ac: Extend copyright date range to include 2017.  Also
890         clean up superfluous trailing whitespace.
891
892 2017-03-09  Keith Marshall  <keithmarshall@users.sourceforge.net>
893
894         Fix generated header file dependencies.
895
896         * Makefile.in (_mingw.h, w32api): Make them depend on changes in...
897         [VERSION.m4]: ...this; package version changes are no longer made...
898         [configure.ac]: ...here; delete associated prerequisite reference.
899         (distclean-local): Delete them.
900
901 2017-03-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
902
903         Prepare and tag for release of w32api-5.0 package set.
904
905         * All files (wsl-5.0-release): Tag assigned.
906
907 2017-02-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
908
909         Implement basic test suite infrastructure.
910
911         * tests: New subdirectory; it hosts...
912         * tests/Makefile.in tests/testsuite.at.in tests/atlocal.in
913         * tests/headers.at: ...these new files; they implement the basic test
914         suite infrastructure, initially comprising header integrity checks.
915
916         * configure.ac (AC_PROG_CXX): Check it.
917         (AC_CONFIG_TESTDIR): Configure tests subdirectory.
918         (AC_CHECK_PROG): Check for autom4te; configure fall back if missing.
919         (AC_CONFIG_FILES): Generate tests/atlocal, tests/testsuite.at.tmp, and
920         tests/Makefile.
921
922         * Makefile.in (check test tests): New rules; all are synonymous.
923         (check-recursive): New rule; invoked by each of the preceding three.
924         (w32api-srcdist-testsuite-files): New rule; implement and use it...
925         (w32api-srcdist-files): ...here.
926
927 2017-02-14  Alexander Krisak  <akrisak@users.sourceforge.net>
928
929         Add missing constant definition, per issue [#2249].
930
931         * include/winnt.h (JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE): Define it.
932
933 2017-02-10  Keith Marshall  <keithmarshall@users.sourceforge.net>
934
935         Avoid unnecessary duplication of configuration files.
936
937         * Makefile.in (vpath install-sh): Define it; it matches...
938         (vpath %.m4): ...this; add $top_srcdir/..; search it first; delete
939         rule for creating duplicate file reference links in $top_srcdir.
940         (configure): Add '-I ..' option, when running autoconf.
941         (w32api-srcdist-files): Rename it as...
942         (w32api-srcdist-package-files): ...this; remove dependencies on...
943         (aclocal.m4 VERSION.m4 install-sh): ...these; reinstate them in...
944         (w32api-srcdist-config-files): ...this new distributable files
945         enumeration goal; add it as one new prerequisite of...
946         (w32api-srcdist-files): ...this repurposed goal; also depends on...
947         (w32api-srcdist-package-files): ...this; populate it using...
948         (SRCDIST_ADD): ...this macro; redefine it accordingly.
949
950 2016-12-08  Jerzy Tarasiuk  <jz_fuw@users.sourceforge.net>
951
952         Correct typo in <ddk/ntdddisk.h>; fix bug [#2323]
953
954         * include/ddk/ntdddisk.h (IOCTL_DISK_BASE): Correct definition;
955         it was previously transcribed incorrectly, as being equivalent to...
956         (FILE_TYPE_DISK): ...this, but it should have been equivalent to...
957         (FILE_DEVICE_DISK): ...this.
958
959 2016-12-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
960
961         Rationalize <winuser.h> ANSI vs. UNICODE definition strategy.
962
963         * include/winuser.h [UNICODE, !UNICODE]: Replace individual pairs of
964         alternative generic symbol mapping definitions, and typedefs, with...
965         (__AW_SUFFIXED__): ...one such macro expansion per pair; collate with
966         their respective ANSI and UNICODE specific references.
967
968 2016-11-26  Keith Marshall  <keithmarshall@users.sourceforge.net>
969
970         Deprecate obsolete <winable.h> and <pbt.h> headers.
971
972         * Makefile.in (%.h.in): Generalize vpath definition.
973         (obsolete_headers, obsolete_header_script, w32api_dist_headers)
974         (w32api_generated_headers, replace_headers, macro_name): New macros.
975         (install-w32api-headers): Add dependency on w32api_dist_headers.
976         (%.h): New static pattern rule; it generates generic dependants of...
977         * include/obsolete.h.in: ...this new template for obsolete headers.
978
979         * include/winable.h include/pbt.h: Delete them; they are obsolete;
980         replace them by install-time generated generic stubs.
981
982 2016-11-25  Keith Marshall  <keithmarshall@users.sourceforge.net>
983
984         Update <winuser.h> and <dbt.h>; fix issue [#2317].
985
986         * include/winuser.h: Tidy layout; add copyright notice.
987         [WINVER, _WIN32_WINDOWS, _WIN32_WINNT]: Compare them symbolically.
988         (__WINUSER_H_SOURCED__): New internal macro; define it, to facilitate
989         selective inclusion of content from other headers; delete when done.
990         (BSM_ALLCOMPONENTS, BSF_ALLOWSFW, BSM_APPLICATIONS, BSM_ALLDESKTOPS)
991         (BSM_INSTALLABLEDRIVERS, BSM_NETDRIVER, BSM_VXDS, BSF_FLUSHDISK)
992         (BSF_FORCEIFHUNG, BSF_IGNORECURRENTTASK, BSF_LUID, BSF_NOHANG)
993         (BSF_NOTIMEOUTIFNOTHUNG, BSF_POSTMESSAGE, BSF_QUERY, BSF_RETURNHDESK)
994         (BSF_SENDNOTIFYMESSAGE): Delete; do not define them locally; retrieve
995         them selectively from <dbt.h>, where they are properly defined.
996         [WINVER >= WIN2K/WIN98] (BlockInput): Add missing declaration.
997         (KillTimer, TIMERPROC): Declare timer event parameters as UINT_PTR;
998         formerly UINT, which doesn't match 64-bit size required for Win64.
999         (SetTimer): Likewise; also declare similar return type.
1000         (WINEVENTPROC): Add missing CALLBACK attribute.
1001         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1002
1003         * include/w32api.h (__AW_ALIAS__): New macro; define it.
1004         * include/sdkddkver.h (_WIN32_WINNT_NT4SP3): New macro; define it.
1005
1006         * include/dbt.h: Tidy layout; add copyright notice.
1007         (_BEGIN_C_DECLS, _END_C_DECLS): Also prefer them here.
1008         [__WINUSER_H_SOURCED__] (_DBT_H): Do not define; expose only...
1009         (BSM_ALLCOMPONENTS, BSF_ALLOWSFW, BSM_APPLICATIONS, BSM_ALLDESKTOPS)
1010         (BSM_INSTALLABLEDRIVERS, BSM_NETDRIVER, BSM_VXDS, BSF_FLUSHDISK)
1011         (BSF_FORCEIFHUNG, BSF_IGNORECURRENTTASK, BSF_LUID, BSF_NOHANG)
1012         (BSF_NOTIMEOUTIFNOTHUNG, BSF_POSTMESSAGE, BSF_QUERY, BSF_RETURNHDESK)
1013         (BSF_SENDNOTIFYMESSAGE): ...these, to be duplicated in <winuser.h>
1014         (__AW_ALIAS__): Use it to define ANSI/UNICODE specific aliases for...
1015         (DEV_BROADCAST_PORT, DEV_BROADCAST_DEVICEINTERFACE): ...these generic
1016         structure typedef names, and their respectively corresponding...
1017         (PDEV_BROADCAST_PORT, PDEV_BROADCAST_DEVICEINTERFACE): ...pointer
1018         type names.
1019
1020 2016-09-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
1021
1022         Fix a minor ISO-C++11 conformity issue.
1023
1024         * include/winnt.h (GetCurrentFiber): Insert spaces, as required
1025         by ISO-C++11, between concatenated string literal elements.
1026         (GetFiberData, NtCurrentTeb): Likewise.
1027
1028 2016-08-01  Keith Marshall  <keithmarshall@users.sourceforge.net>
1029
1030         Merge w32api-3.18.1 legacy updates to 5.0-active branch.
1031
1032         * include/ddk/winddk.h: Update per issue [#2307] resolution.
1033         * include/ddk/ntdddisk.h include/ddk/ntddstor.h: Likewise.
1034
1035 2016-07-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
1036
1037         Prepare and tag all files for release of w32api-3.18.1
1038
1039         * configure.ac (AC_INIT): Increment patch level to 3.18.1
1040
1041 2016-07-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
1042
1043         Resolve improper macro expansion issue [#2307].
1044
1045         * include/ddk/winddk.h (__FILE_AM_BUFFERED, __FILE_RD_BUFFERED)
1046         (__FILE_RW_BUFFERED): Redefine, encapsulating the expansion of each
1047         dependent macro WITHIN the expansion of each of these; hence...
1048
1049         * include/ddk/ntdddisk.h (IOCTL_DISK_GET_DRIVE_GEOMETRY)
1050         (IOCTL_DISK_FORMAT_TRACKS_EX, IOCTL_DISK_REASSIGN_BLOCKS)
1051         (IOCTL_DISK_GET_MEDIA_TYPES, IOCTL_DISK_CONTROLLER_NUMBER)
1052         (IOCTL_DISK_GET_DRIVE_LAYOUT, IOCTL_DISK_SET_DRIVE_LAYOUT)
1053         (IOCTL_DISK_GET_PARTITION_INFO, IOCTL_DISK_SET_PARTITION_INFO)
1054         (IOCTL_DISK_GET_DRIVE_GEOMETRY_EX, IOCTL_DISK_UPDATE_DRIVE_SIZE)
1055         (IOCTL_DISK_VERIFY, IOCTL_DISK_FORMAT_TRACKS, IOCTL_DISK_PERFORMANCE)
1056         (IOCTL_DISK_CREATE_DISK, IOCTL_DISK_RESERVE, IOCTL_DISK_IS_WRITABLE)
1057         (IOCTL_DISK_GET_PARTITION_INFO_EX, IOCTL_DISK_SET_PARTITION_INFO_EX)
1058         (IOCTL_DISK_GET_CACHE_INFORMATION, IOCTL_DISK_SET_CACHE_INFORMATION)
1059         (IOCTL_DISK_INTERNAL_SET_VERIFY, IOCTL_DISK_INTERNAL_CLEAR_VERIFY)
1060         (IOCTL_DISK_GET_DRIVE_LAYOUT_EX, IOCTL_DISK_SET_DRIVE_LAYOUT_EX)
1061         (IOCTL_DISK_GROW_PARTITION, IOCTL_DISK_DELETE_DRIVE_LAYOUT)
1062         (IOCTL_DISK_GET_LENGTH_INFO, IOCTL_DISK_PERFORMANCE_OFF)
1063         (IOCTL_DISK_CHECK_VERIFY, IOCTL_DISK_FIND_NEW_DEVICES)
1064         (SMART_GET_VERSION, SMART_RCV_DRIVE_DATA, SMART_SEND_DRIVE_COMMAND):
1065         ...adjust these dependent macro definitions accordingly.
1066
1067         * include/ddk/ntddstor.h (IOCTL_STORAGE_CHECK_VERIFY)
1068         (IOCTL_STORAGE_CHECK_VERIFY2, IOCTL_STORAGE_MEDIA_REMOVAL)
1069         (IOCTL_STORAGE_EJECTION_CONTROL, IOCTL_STORAGE_MCN_CONTROL)
1070         (IOCTL_STORAGE_GET_DEVICE_NUMBER, IOCTL_STORAGE_PREDICT_FAILURE)
1071         (IOCTL_STORAGE_GET_MEDIA_TYPES, IOCTL_STORAGE_GET_MEDIA_TYPES_EX)
1072         (IOCTL_STORAGE_GET_MEDIA_SERIAL_NUMBER, IOCTL_STORAGE_QUERY_PROPERTY)
1073         (IOCTL_STORAGE_RELEASE, IOCTL_STORAGE_FIND_NEW_DEVICES)
1074         (IOCTL_STORAGE_RESET_BUS, IOCTL_STORAGE_RESET_DEVICE)
1075         (IOCTL_STORAGE_EJECT_MEDIA, IOCTL_STORAGE_LOAD_MEDIA)
1076         (IOCTL_STORAGE_LOAD_MEDIA2, IOCTL_STORAGE_RESERVE): Likewise.
1077
1078 2016-07-19  Keith Marshall  <keithmarshall@users.sourceforge.net>
1079
1080         Update install-sh to match mingw.org/build-aux package.
1081
1082         * install-sh: Delete it; use version in parent directory instead,
1083         recreating local copy, (as symlink, if supported), on demand.
1084
1085 2016-07-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
1086
1087         Eliminate redundant configuration files.
1088
1089         * aclocal.m4 VERSION.m4: Delete them; restore them on demand, via...
1090         * Makefile.in ($top_srcdir/../%): ...this symlink dependency rule.
1091
1092         * configure.ac (AC_PROG_LN_S): Add configuration check.
1093
1094 2016-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1095
1096         Discard redundant config.guess and config.sub files.
1097
1098         * config.guess config.sub: Delete them; they are no longer required.
1099         * Makefile.in (SRCDIST_ADD): Remove related references.
1100
1101 2016-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1102
1103         Merge recent legacy branch updates to 5.0-active branch.
1104
1105         * Makefile.in include/ddk/ntifs.h include/ddk/winddk.h
1106         * include/sdkddkver.h include/setupapi.h include/windows.h
1107         * include/winnt.h include/winuser.h include/winver.h
1108         * include/wtsapi32.h lib/wtsapi32.def: Updated.
1109
1110 2016-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1111
1112         Prepare and tag all files for release of w32api-3.18.
1113
1114 2016-07-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
1115
1116         Do not pass MAKEFLAGS explicitly, when invoking recursive make.
1117
1118         * Makefile.in (install-strip, uninstall): Delete explicit $(MAKEFLAGS)
1119         references from $(MAKE) command lines; make passes them implicitly.
1120
1121 2016-06-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
1122
1123         Backport MemoryBarrier() implementation from 4.0-dev branch.
1124
1125         * include/winnt.h (MemoryBarrier): Implement it; this is a rework of
1126         Earnie's original inline implementation, but declared 'static' to fix
1127         issue [#1661]; it is further modified, to avoid the broken pre-Vista
1128         fallback identified by issue [#2131], and to remove references to...
1129         (__faststorefence, __mf): ...these MSVC intrinsics, replaced by...
1130         [defined __ATOMIC_SEQ_CST] (__atomic_thread_fence): ...this, or...
1131         [GCC >= 4.4] (__sync_synchronize): ...this, as appropriate, falling
1132         back to inline assembly code when necessary.
1133
1134         * include/ddk/winddk.h (KeMemoryBarrier): Delegate it to...
1135         (MemoryBarrier): ...this, so avoiding the potential to emit invalid
1136         code, for hosts which do not support the SSE2 'mfence' instruction.
1137
1138 2016-06-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
1139
1140         Merge further W32API updates from Cygwin CVS.
1141         Incorporated selected changes from 2012-08-01 to 2012-08-04.
1142
1143         * include/setupapi.h include/winuser.h include/winver.h
1144         * include/wtsapi32.h lib/wtsapi32.def: Merged and updated.
1145
1146 2016-06-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
1147
1148         Update mapping of GCC to MSVC host identification macros.
1149
1150         * include/windows.h: Assert copyright; tidy layout.
1151         (_M_IX86, _ALPHA_, _PPC_, _MIPS_, _68K_): Delete duplicate defines.
1152         [!_WINUSER_H, !_WINNLS_H, !_WINVER_H, !_WINNETWK_H, !_WINREG_H]
1153         [!_WINSVC_H]: Do not explicitly test these here; they are properly
1154         managed implicitly, by GCC, when including the associated headers.
1155
1156         * include/winnt.h: Assert copyright; tidy layout.
1157         (_BEGIN_C_DECLS, _END_C_DECLS): Use these, as appropriate.
1158         (__aligned__, __always_inline__, __selectany__): Prefer these...
1159         (aligned, always_inline, selectany): ...to these attribute forms.
1160         (CONTEXT) [_ALPHA_, _PPC_, MIPS, ARM]: Change selector macros to...
1161         [_M_ALPHA, _M_PPC, _M_MRX000, _M_ARM]: ...these, respectively.
1162         (GetCurrentFiber, GetFiberData, NtCurrentTeb): Redefine in terms of...
1163         (__tib_fiber_data__, __tib_self_refptr__): ...these adaptive macros...
1164         [!_WIN64]: ...to accommodate 32-bit, or otherwise 64-bit Windows.
1165         (_ALPHA_, _PPC_, _MIPS_, _68K_): Delete these redundant macros...
1166         (_M_IX86): ...also removing this, but relocate it to...
1167         * include/sdkddkver.h (_M_IX86): ...here; augment it with...
1168         (_M_IX86_FP, _M_X64, _M_AMD64, _M_IA64): ...these; define them as
1169         appropriate.
1170
1171         * include/ddk/ntifs.h [!_ALPHA_]: Augment test; rather consider...
1172         [!_ALPHA_ && !_M_ALPHA]: ...this, for structure alignment control.
1173
1174 2016-05-23  Keith Marshall  <keithmarshall@users.sourceforge.net>
1175
1176         Merge W32API updates, from Cygwin CVS, into legacy branch.
1177         Incorporate changes since release of w32api-3.17, until 2012-07-06.
1178
1179         * include/shobjidl.h lib/shobjidl-uuid.c: New files, added per LRN's
1180         2012-04-28 commit to Cygwin CVS.
1181
1182         * include/gdiplus/gdiplustypes.h include/imagehlp.h
1183         * include/routprot.h include/shlwapi.h include/userenv.h
1184         * include/winbase.h include/wincon.h include/windef.h
1185         * include/winerror.h include/wingdi.h include/winnt.h
1186         * include/winsock.h include/winsock2.h include/winuser.h: Updated to
1187         match Cygwin CVS state, as of 2012-07-06.
1188
1189         * include/wincrypt.h: Updated to remove duplicate manifest constant
1190         definitions, as identified per Chris Sutcliffe's 2012-01-03 commit to
1191         Cygwin CVS; merge with my 2015-09-29 commit; additionally, remove...
1192         (szOID_RSA_emailAddr, szOID_RSA_unstructAddr, szOID_RSA_unstructName)
1193         (CRYPT_ARCHIVABLE, CRYPT_NOHASHOID, CRYPT_VERIFYCONTEXT): ...extra
1194         copies of these further duplicated definitions, identified during
1195         the merging operation.
1196
1197 2016-05-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
1198
1199         Synchronize package version management with MinGW Runtime.
1200
1201         * VERSION.m4: New file; link it to keep in sync with identically named
1202         file in top level composite package source directory; it defines...
1203         (__VERSION__): ...this new composite package version macro.
1204
1205         * aclocal.m4: Link it, to keep in sync with identically named files in
1206         top level composite source and sibling mingwrt sub-package directories.
1207         (__VERSION__): New macro; include VERSION.m4 to define it.
1208         (__BUG_REPORT_URL__): New macro; define it.
1209
1210         * configure.ac (AC_INIT): Assign package version and bug report URL...
1211         (__VERSION__, __BUG_REPORT_URL__): ...from these, as defined through
1212         automatic inclusion of aclocal.m4
1213
1214         * Makefile.in (configure): Add dependency on VERSION.m4
1215
1216 2016-05-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
1217
1218         Eliminate redundant <parts/winioctl.h> header.
1219
1220         * include/parts/winioctl.h: Delete it; distribute its content...
1221         * include/ddk/winddk.h include/ddk/ntddstor.h include/ddk/ntdddisk.h:
1222         ...among these, separating it into discrete sections based on...
1223         [__need_ddk_winddk_includes, __need_ddk_ntddstor_includes]
1224         [__need_ddk_ntdddisk_includes]: ...these selectors, respectively.
1225         [__WINIOCTL_H_SOURCED__]: Expose only those sections; do not define...
1226         (_DDK_WINDDK_H, _DDK_NTDDSTOR_H, _DDK_NTDDDISK_H): ...these.
1227
1228         * include/winioctl.h (__WINIOCTL_H_SOURCED__): Define it; include each
1229         of <ddk/winddk.h>, <ddk/ntddstor.h>, and <ddk/ntdddisk.h>
1230
1231 2016-05-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
1232
1233         Enforce consistent specification of package version.
1234
1235         * include/w32api.h: Rename as...
1236         * include/w32api.h.in: ...this build-time template file.
1237         (__W32API_VERSION): Redefine it, in terms of...
1238         (%PACKAGE_VERSION_LONG%): ...this substitution template.
1239         (__W32API_MAJOR_VERSION, __W32API_MINOR_VERSION)
1240         (__W32API_PATCHLEVEL): Likewise, redefine them in terms of...
1241         (%PACKAGE_VERSION_MAJOR%, %PACKAGE_VERSION_MINOR%)
1242         (%PACKAGE_VERSION_PATCH%): ...these.
1243
1244         * configure.ac (AC_CONFIG_SRCDIR): Adjust for renamed file.
1245         (MINGW_AC_CONFIG_EXTRA_SRCDIR): Likewise, for similarly renamed
1246         mingwrt/include/_mingw.h.in file.
1247
1248         * Makefile.in (all-w32api-libs): Add dependency on...
1249         (w32api.h, _mingw.h): ...these; add rule to generate them, using...
1250         (PACKAGE_VERSION_SCRIPT, PACKAGE_VERSION_FORMAT): ...these new macros;
1251         they apply appropriate substitutions to the renamed template files.
1252         (install-w32api-headers): Explicitly add w32api.h
1253
1254 2015-11-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1255
1256         Refactor for Windows DDK synchronization; fix MinGW-Bug [#1954].
1257
1258         * include/parts/winioctl.h: New file; it provides infrastructure for
1259         sharing of common code between DDK headers and primary <winioctl.h>
1260         (__IOCTL_STORAGE_, __IOCTL_DISK_, __FILE_RW_ACCESS, __FILE_AM_BUFFERED)
1261         (__FILE_RD_BUFFERED, __FILE_RW_BUFFERED): New internal convenience
1262         macros; they facilitate more consise expression of factored out IOCTL
1263         and FSCTL macros; define them.
1264
1265         * include/ddk/ntddk.h: Assert copyright; tidy layout.
1266         (__NTDDK_H): Multiple inclusion guard macro, renamed to...
1267         (_DDK_NTDDK_H): ...this; it provides better indication of location.
1268         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1269
1270         * include/ddk/winddk.h: Assert copyright; tidy layout.
1271         (__WINDDK_H): Multiple inclusion guard macro, renamed to...
1272         (_DDK_WINDDK_H): ...this; it provides better indication of location.
1273         [!defined _DDK_NTDDK_H]: Forbid direct inclusion; emit diagnostic.
1274         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1275         (METHOD_BUFFERED, METHOD_IN_DIRECT, METHOD_OUT_DIRECT)
1276         (METHOD_NEITHER): Redefine as enumeration; factor it out.
1277         (FILE_ANY_ACCESS, FILE_SPECIAL_ACCESS, FILE_READ_ACCESS)
1278         (FILE_WRITE_ACCESS): Likewise.
1279         (CTL_CODE, DEVICE_TYPE_FROM_CTL_CODE): Factor out.
1280         [defined _DRIVE_LAYOUT_INFORMATION_MBR_DEFINED]: Delete guard.
1281         (struct _DRIVE_LAYOUT_INFORMATION_MBR, DRIVE_LAYOUT_INFORMATION_MBR)
1282         (PDRIVE_LAYOUT_INFORMATION_MBR): Factor out, without guard.
1283         (struct _DRIVE_LAYOUT_INFORMATION_GPT, DRIVE_LAYOUT_INFORMATION_GPT)
1284         (PDRIVE_LAYOUT_INFORMATION_GPT): Factor out.
1285         (struct _PARTITION_INFORMATION_MBR, PARTITION_INFORMATION_MBR)
1286         (PPARTITION_INFORMATION_MBR): Likewise.
1287         (FILE_DEVICE_BEEP, FILE_DEVICE_CD_ROM, FILE_DEVICE_CD_ROM_FILE_SYSTEM)
1288         (FILE_DEVICE_CONTROLLER, FILE_DEVICE_DATALINK, FILE_DEVICE_DFS)
1289         (FILE_DEVICE_DISK, FILE_DEVICE_DISK_FILE_SYSTEM)
1290         (FILE_DEVICE_FILE_SYSTEM, FILE_DEVICE_INPORT_PORT)
1291         (FILE_DEVICE_KEYBOARD, FILE_DEVICE_MAILSLOT, FILE_DEVICE_MIDI_IN)
1292         (FILE_DEVICE_MIDI_OUT, FILE_DEVICE_MOUSE)
1293         (FILE_DEVICE_MULTI_UNC_PROVIDER, FILE_DEVICE_NAMED_PIPE)
1294         (FILE_DEVICE_NETWORK, FILE_DEVICE_NETWORK_BROWSER)
1295         (FILE_DEVICE_NETWORK_FILE_SYSTEM, FILE_DEVICE_NULL)
1296         (FILE_DEVICE_PARALLEL_PORT, FILE_DEVICE_PHYSICAL_NETCARD)
1297         (FILE_DEVICE_PRINTER, FILE_DEVICE_SCANNER)
1298         (FILE_DEVICE_SERIAL_MOUSE_PORT, FILE_DEVICE_SERIAL_PORT)
1299         (FILE_DEVICE_SCREEN, FILE_DEVICE_SOUND, FILE_DEVICE_STREAMS)
1300         (FILE_DEVICE_TAPE, FILE_DEVICE_TAPE_FILE_SYSTEM, FILE_DEVICE_TRANSPORT)
1301         (FILE_DEVICE_UNKNOWN, FILE_DEVICE_VIDEO, FILE_DEVICE_VIRTUAL_DISK)
1302         (FILE_DEVICE_WAVE_IN, FILE_DEVICE_WAVE_OUT, FILE_DEVICE_8042_PORT)
1303         (FILE_DEVICE_NETWORK_REDIRECTOR, FILE_DEVICE_BATTERY)
1304         (FILE_DEVICE_BUS_EXTENDER, FILE_DEVICE_MODEM, FILE_DEVICE_VDM)
1305         (FILE_DEVICE_MASS_STORAGE, FILE_DEVICE_SMB, FILE_DEVICE_KS)
1306         (FILE_DEVICE_CHANGER, FILE_DEVICE_SMARTCARD, FILE_DEVICE_ACPI)
1307         (FILE_DEVICE_DVD, FILE_DEVICE_FULLSCREEN_VIDEO)
1308         (FILE_DEVICE_DFS_FILE_SYSTEM, FILE_DEVICE_DFS_VOLUME)
1309         (FILE_DEVICE_SERENUM, FILE_DEVICE_TERMSRV, FILE_DEVICE_KSEC)
1310         (FILE_DEVICE_FIPS): Redefine as enumeration; factor it out.
1311         (enum _PARTITION_STYLE, PARTITION_STYLE): Factor out; add...
1312         (PARTITION_STYLE_RAW): ...this new enumeration state; previously, it
1313         was defined only when including this enumeration from winioctl.h
1314         (struct _CREATE_DISK_MBR, CREATE_DISK_MBR, PCREATE_DISK_MBR)
1315         (struct _CREATE_DISK_GPT, CREATE_DISK_GPT, PCREATE_DISK_GPT)
1316         (struct _CREATE_DISK, CREATE_DISK, PCREATE_DISK): Factor out;
1317         include parts/winioctl.h
1318
1319         * include/ddk/ntddstor.h: Assert copyright; tidy layout.
1320         (__NTDDSTOR_H): Multiple inclusion guard macro, renamed to...
1321         (_DDK_NTDDSTOR_H): ...this; to provide better indication of location.
1322         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1323         (struct _STORAGE_BUS_TYPE, STORAGE_BUS_TYPE, PSTORAGE_BUS_TYPE)
1324         (IOCTL_STORAGE_BASE, IOCTL_STORAGE_RESERVE, IOCTL_STORAGE_RELEASE)
1325         (IOCTL_STORAGE_CHECK_VERIFY, IOCTL_STORAGE_CHECK_VERIFY2)
1326         (IOCTL_STORAGE_MEDIA_REMOVAL, IOCTL_STORAGE_EJECT_MEDIA)
1327         (IOCTL_STORAGE_LOAD_MEDIA, IOCTL_STORAGE_LOAD_MEDIA2)
1328         (IOCTL_STORAGE_EJECTION_CONTROL, IOCTL_STORAGE_FIND_NEW_DEVICES)
1329         (IOCTL_STORAGE_GET_MEDIA_TYPES, IOCTL_STORAGE_GET_MEDIA_TYPES_EX)
1330         (IOCTL_STORAGE_GET_MEDIA_SERIAL_NUMBER, IOCTL_STORAGE_PREDICT_FAILURE)
1331         (IOCTL_STORAGE_QUERY_PROPERTY, IOCTL_STORAGE_GET_DEVICE_NUMBER)
1332         (IOCTL_STORAGE_RESET_BUS, IOCTL_STORAGE_RESET_DEVICE)
1333         (IOCTL_STORAGE_MCN_CONTROL): Factor out; include parts/winioctl.h
1334
1335         * include/ddk/ntdddisk.h: Assert copyright; tidy layout.
1336         (__NTDDDISK_H): Multiple inclusion guard macro, renamed to...
1337         (_DDK_NTDDDISK_H): ...this; to provide better indication of location.
1338         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1339         (IOCTL_DISK_BASE, IOCTL_DISK_GET_LENGTH_INFO)
1340         (IOCTL_DISK_IS_WRITABLE, IOCTL_DISK_REASSIGN_BLOCKS)
1341         (IOCTL_DISK_FIND_NEW_DEVICES, IOCTL_DISK_GET_MEDIA_TYPES)
1342         (IOCTL_DISK_GET_DRIVE_LAYOUT, IOCTL_DISK_SET_DRIVE_LAYOUT)
1343         (IOCTL_DISK_GET_PARTITION_INFO, IOCTL_DISK_SET_PARTITION_INFO)
1344         (IOCTL_DISK_GET_DRIVE_LAYOUT_EX, IOCTL_DISK_SET_DRIVE_LAYOUT_EX)
1345         (IOCTL_DISK_GET_DRIVE_GEOMETRY, IOCTL_DISK_GET_DRIVE_GEOMETRY_EX)
1346         (IOCTL_DISK_CREATE_DISK, IOCTL_DISK_VERIFY, IOCTL_DISK_CHECK_VERIFY)
1347         (IOCTL_DISK_GET_PARTITION_INFO_EX, IOCTL_DISK_SET_PARTITION_INFO_EX)
1348         (IOCTL_DISK_GET_CACHE_INFORMATION, IOCTL_DISK_SET_CACHE_INFORMATION)
1349         (IOCTL_DISK_DELETE_DRIVE_LAYOUT, IOCTL_DISK_GROW_PARTITION)
1350         (IOCTL_DISK_FORMAT_TRACKS, IOCTL_DISK_FORMAT_TRACKS_EX)
1351         (IOCTL_DISK_PERFORMANCE, IOCTL_DISK_PERFORMANCE_OFF)
1352         (IOCTL_DISK_UPDATE_DRIVE_SIZE, IOCTL_DISK_RESERVE): Factor out; all of
1353         these macros are now defined in parts/winioctl.h; include it.
1354         (PARTITION_ENTRY_UNUSED, PARTITION_FAT_12, PARTITION_XENIX_1)
1355         (PARTITION_XENIX_2, PARTITION_FAT_16, PARTITION_EXTENDED)
1356         (PARTITION_HUGE, PARTITION_IFS, PARTITION_OS2BOOTMGR, PARTITION_FAT32)
1357         (PARTITION_FAT32_XINT13, PARTITION_XINT13, PARTITION_XINT13_EXTENDED)
1358         (PARTITION_PREP, PARTITION_LDM, PARTITION_UNIX, PARTITION_NTFT)
1359         (VALID_NTFT): Redefine as enumeration; factor it out.
1360         (IsRecognizedPartition, IsContainerPartition): Factor out.
1361         (enum _MEDIA_TYPE, MEDIA_TYPE, PMEDIA_TYPE): Factor out, adding...
1362         (F3_200Mb_512, F3_240M_512, F3_32M_512): ...these new state values.
1363         (enum _DETECTION_TYPE, DETECTION_TYPE): Factor out.
1364         (struct _DISK_INT13_INFO, DISK_INT13_INFO, PDISK_INT13_INFO)
1365         (struct _DISK_EX_INT13_INFO, DISK_EX_INT13_INFO, PDISK_EX_INT13_INFO)
1366         (struct _DISK_DETECTION_INFO, DISK_DETECTION_INFO, PDISK_DETECTION_INFO)
1367         (struct _DISK_GEOMETRY_EX, DISK_GEOMETRY_EX, PDISK_GEOMETRY_EX)
1368         (struct _DISK_GEOMETRY, DISK_GEOMETRY, PDISK_GEOMETRY)
1369         (DiskGeometryGetPartition, DiskGeometryGetDetect): Factor out.
1370         (struct _PARTITION_INFORMATION): Change field data types for...
1371         (HiddenSectors, PartitionNumber): ...these, from DWORD to ULONG...
1372         (PartitionType): ...and this from BYTE to UCHAR, to keep consistent
1373         with Windows DDK convention, then factor out struct, together with...
1374         (PARTITION_INFORMATION, PPARTITION_INFORMATION): ...these.
1375         (struct _PARTITION_INFORMATION_GPT, struct _DISK_PARTITION_INFO)
1376         (PARTITION_INFORMATION_GPT, *PPARTITION_INFORMATION_GPT)
1377         (DISK_PARTITION_INFO, *PDISK_PARTITION_INFO): Factor out.
1378         (struct _GET_LENGTH_INFORMATION)
1379         (GET_LENGTH_INFORMATION, PGET_LENGTH_INFORMATION)
1380         (struct _DISK_PERFORMANCE, DISK_PERFORMANCE, PDISK_PERFORMANCE)
1381         (struct _DISK_PERFORMANCE_EX, DISK_PERFORMANCE_EX, PDISK_PERFORMANCE_EX)
1382         (struct _FORMAT_PARAMETERS, struct _FORMAT_EX_PARAMETERS)
1383         (FORMAT_PARAMETERS, PFORMAT_PARAMETERS, FORMAT_EX_PARAMETERS)
1384         (PFORMAT_EX_PARAMETERS): Factor out.
1385         (struct _REASSIGN_BLOCKS): Change field data types for...
1386         (Reserved, Count): ...these fields, from WORD to USHORT, and...
1387         (BlockNumber): ...this from DWORD to ULONG, per Windows DDK
1388         convention, then factor out the struct definition, together with...
1389         (REASSIGN_BLOCKS, PREASSIGN_BLOCKS): ...these associated typedefs.
1390         (struct _SET_PARTITION_INFORMATION, SET_PARTITION_INFORMATION)
1391         (PSET_PARTITION_INFORMATION): Factor out.
1392         (struct _VERIFY_INFORMATION): Change field data type for...
1393         (Length): ...this field, from DWORD to ULONG, per DDK convention, then
1394         factor out the entire struct definition, together with...
1395         (VERIFY_INFORMATION, PVERIFY_INFORMATION): ...these associated typedefs.
1396         (DISK_CACHE_RETENTION_PRIORITY): Factor out enumerated typedef.
1397         (struct _DISK_CACHE_INFORMATION, struct _DISK_GROW_PARTITION)
1398         (DISK_CACHE_INFORMATION, PDISK_CACHE_INFORMATION, DISK_GROW_PARTITION)
1399         (PDISK_GROW_PARTITION): Factor out.
1400
1401         * include/winioctl.h: Assert copyright; tidy layout; incorporate
1402         definitions from Windows DDK headers, by including parts/winioctl.h;
1403         delete duplicate definitions already identified as having been factored
1404         out from ddk/winddk.h, ddk/ntddstor.h, and ddk/ntdddisk.h; accept type
1405         compatible changes from DWORD to ULONG, WORD to USHORT, and BYTE to
1406         UCHAR, resulting in no significant changes, except that...
1407         (struct _DISK_PERFORMANCE): ...this is extended, by addition of...
1408         (IdleTime, SplitCount, QueryTime, StorageDeviceNumber)
1409         (StorageManagerName): ...these previously missing fields, originally
1410         appropriately defined in ddk/ntdddisk.h, thus fixing bug [#1954].
1411         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1412
1413 2015-10-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
1414
1415         Windows application module version information API updates.
1416
1417         * include/winver.h: Assert copyright; tidy layout.
1418         (_BEGIN_C_DECLS, _END_C_DECLS): Use these, as appropriate.
1419         (__AW_SUFFIXED__): Use throughout, to identify generic functions
1420         having both ANSI and UTF-16LE specific alternative implementations.
1421         [NTDDI_VERSION >= NTDDI_VISTA] (GetFileVersionInfoEx): New function.
1422         [NTDDI_VERSION >= NTDDI_VISTA] (GetFileVersionInfoSizeEx): Likewise;
1423         note that both are generic, with ANSI and UTF-16LE implementations,
1424         but the ANSI implementations are missing from MSVCRT.DLL when...
1425         [NTDDI_VERSION < NTDDI_WIN8]: ...this.
1426
1427         * lib/version.def (GetFileVersionInfoExA, GetFileVersionInfoExW)
1428         (GetFileVersionInfoSizeExA, GetFileVersionInfoSizeExW): Add symbols.
1429
1430 2015-10-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
1431
1432         Revert a failed experimental macro construct.
1433
1434         * include/w32api.h (__W32API_DEPRECATED_ALIAS): Delete this; it bloats
1435         code, and doesn't work in the C preprocessor conditional context where
1436         its associated constant definitions are most likely to be required.
1437         (Windows95, Windows98, WindowsME, WindowsNT4, Windows2000, WindowsXP)
1438         (Windows2003, WindowsVista, IE3, IE301, IE302, IE4, IE401, IE5, IE5a)
1439         (IE5b, IE501, IE55, IE56, IE6, IE601, IE602, IE7): Redefine as macros,
1440         now in terms of their preferred equivalents from <sdkddkver.h>
1441
1442 2015-09-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
1443
1444         Code clean-up; fix MinGW-Bug [#2263].
1445
1446         * include/w32api.h (__AW_SUFFIXED__): New macro; define it.
1447         (__AW_EXTENDED__, __AW_STRING_A__, __AW_STRING_W__): Likewise.
1448         (__AW__WCHAR_T__): Likewise; this is a helper for __AW_STRING_W__.
1449
1450         * include/wincrypt.h: Assert copyright; tidy layout; replace all C++
1451         style comments, using ISO-C conforming style; remove all redundant
1452         parameter names from function prototype declarations, throughout.
1453         (pragma GCC system_header): Remove pointless conditional guard.
1454         (_BEGIN_C_DECLS, _END_C_DECLS): Use to wrap extern "C" declarations.
1455         [WINVER >= 0x500, WINVER >= 0x501]: Replace conditionals with...
1456         [WINVER >= _WIN32_WINNT_WIN2K, WINVER >= _WIN32_WINNT_WINXP]: ...these
1457         alternatives, respectively; they offer improved self-documentation.
1458         (MS_DEF_PROV, MS_ENHANCED_PROV, MS_STRONG_PROV, MS_SCARD_PROV)
1459         (MS_DEF_RSA_SIG_PROV, MS_DEF_RSA_SCHANNEL_PROV, MS_DEF_DSS_PROV)
1460         (MS_DEF_DSS_DH_PROV, MS_ENH_DSS_DH_PROV, MS_DEF_DH_SCHANNEL_PROV)
1461         (MS_ENH_RSA_AES_PROV): Redefine as __AW_EXTENDED__ derivatives.
1462         (MS_DEF_PROV_W, MS_ENHANCED_PROV_W, MS_STRONG_PROV_W, MS_SCARD_PROV_W)
1463         (MS_DEF_RSA_SIG_PROV_W, MS_DEF_RSA_SCHANNEL_PROV_W, MS_DEF_DSS_PROV_W)
1464         (MS_DEF_DSS_DH_PROV_W, MS_ENH_DSS_DH_PROV_W, MS_DEF_DH_SCHANNEL_PROV_W)
1465         (MS_ENH_RSA_AES_PROV_W): Redefine; use __AW_STRING_W__ to derive them
1466         from their __AW_STRING_A__ equivalent string constant definitions.
1467         (GET_ALG_CLASS): Redefine, expressing result in terms of...
1468         (ALG_CLASS_ALL): ...this manifest bit mask; also redefined, preferring
1469         a hexadecimal expression of the mask value over the former decimal.
1470         (GET_ALG_TYPE, GET_ALG_SID): Similarly, use hexadecimal mask values.
1471         (ALG_CLASS_SIGNATURE, ALG_CLASS_MSG_ENCRYPT, ALG_CLASS_DATA_ENCRYPT)
1472         (ALG_CLASS_HASH, ALG_CLASS_KEY_EXCHANGE, ALG_TYPE_DSS, ALG_TYPE_RSA)
1473         (ALG_TYPE_BLOCK, ALG_TYPE_STREAM, ALG_TYPE_DH, ALG_TYPE_SECURECHANNEL)
1474         (CRYPT_UPDATE_KEY, CRYPT_NEWKEYSET, CRYPT_DELETEKEYSET, CRYPT_SILENT)
1475         (CRYPT_MACHINE_KEYSET, CRYPT_USER_PROTECTED, CRYPT_CREATE_SALT)
1476         (CRYPT_EXPORTABLE, CRYPT_ENCRYPT, CRYPT_DECRYPT, CRYPT_EXPORT)
1477         (CRYPT_READ, CRYPT_WRITE, CRYPT_MAC, CERT_TRUST_IS_NOT_TIME_VALID)
1478         (CERT_TRUST_IS_NOT_TIME_NESTED, CERT_TRUST_IS_REVOKED)
1479         (CERT_TRUST_IS_NOT_SIGNATURE_VALID, CERT_TRUST_IS_NOT_VALID_FOR_USAGE)
1480         (CERT_TRUST_IS_UNTRUSTED_ROOT, CERT_TRUST_REVOCATION_STATUS_UNKNOWN)
1481         (CERT_TRUST_IS_CYCLIC, CERT_TRUST_CTL_IS_NOT_SIGNATURE_VALID)
1482         (CERT_TRUST_IS_PARTIAL_CHAIN, CERT_TRUST_CTL_IS_NOT_TIME_VALID)
1483         (CERT_TRUST_CTL_IS_NOT_VALID_FOR_USAGE, CERT_TRUST_IS_SELF_SIGNED)
1484         (CERT_TRUST_HAS_EXACT_MATCH_ISSUER, CERT_TRUST_HAS_KEY_MATCH_ISSUER)
1485         (CERT_TRUST_HAS_NAME_MATCH_ISSUER, CERT_TRUST_IS_COMPLEX_CHAIN)
1486         (CERT_CHAIN_POLICY_BASE, CERT_CHAIN_POLICY_AUTHENTICODE)
1487         (CERT_CHAIN_POLICY_AUTHENTICODE_TS, CERT_CHAIN_POLICY_SSL)
1488         (CERT_CHAIN_POLICY_BASIC_CONSTRAINTS, CERT_CHAIN_POLICY_NT_AUTH)
1489         (CERT_NAME_STR_REVERSE_FLAG, CERT_NAME_STR_DISABLE_IE4_UTF8_FLAG)
1490         (CERT_NAME_STR_CRLF_FLAG, CERT_NAME_STR_ENABLE_UTF8_UNICODE_FLAG)
1491         (CERT_NAME_STR_ENABLE_T61_UNICODE_FLAG, CERT_NAME_STR_NO_PLUS_FLAG)
1492         (CERT_NAME_STR_NO_QUOTING_FLAG, CERT_NAME_STR_SEMICOLON_FLAG)
1493         (CERT_FIND_CERT_ID, CERT_FIND_CTL_USAGE, CERT_FIND_ENHKEY_USAGE)
1494         (CERT_FIND_EXISTING, CERT_FIND_HASH, CERT_FIND_ISSUER_ATTR)
1495         (CERT_FIND_ISSUER_NAME, CERT_FIND_ISSUER_OF, CERT_FIND_KEY_IDENTIFIER)
1496         (CERT_FIND_KEY_SPEC, CERT_FIND_MD5_HASH, CERT_FIND_PROPERTY)
1497         (CERT_FIND_PUBLIC_KEY, CERT_FIND_SHA1_HASH, CERT_FIND_SIGNATURE_HASH)
1498         (CERT_FIND_SUBJECT_ATTR, CERT_FIND_SUBJECT_CERT, CERT_FIND_SUBJECT_NAME)
1499         (CERT_FIND_SUBJECT_STR_A, CERT_FIND_SUBJECT_STR_W)
1500         (CERT_FIND_ISSUER_STR_A, CERT_FIND_ISSUER_STR_W)
1501         (CERT_FIND_OR_ENHKEY_USAGE_FLAG, CERT_FIND_OPTIONAL_ENHKEY_USAGE_FLAG)
1502         (CERT_FIND_NO_ENHKEY_USAGE_FLAG, CERT_FIND_VALID_ENHKEY_USAGE_FLAG)
1503         (CERT_FIND_EXT_ONLY_ENHKEY_USAGE_FLAG, CERT_UNICODE_IS_RDN_ATTRS_FLAG)
1504         (CERT_CASE_INSENSITIVE_IS_RDN_ATTRS_FLAG, CERT_CHAIN_FIND_BY_ISSUER)
1505         (CERT_CHAIN_FIND_BY_ISSUER_COMPARE_KEY_FLAG)
1506         (CERT_CHAIN_FIND_BY_ISSUER_COMPLEX_CHAIN_FLAG)
1507         (CERT_CHAIN_FIND_BY_ISSUER_CACHE_ONLY_FLAG)
1508         (CERT_CHAIN_FIND_BY_ISSUER_CACHE_ONLY_URL_FLAG)
1509         (CERT_CHAIN_FIND_BY_ISSUER_LOCAL_MACHINE_FLAG)
1510         (CERT_CHAIN_FIND_BY_ISSUER_NO_KEY_FLAG)
1511         (CERT_SYSTEM_STORE_LOCAL_MACHINE): All represent bit-mapped values;
1512         express them in hexadecimal, in preference to original decimal form.
1513         (CERT_FIND_SUBJECT_STR, CERT_FIND_ISSUER_STR): Redefine them as
1514         __AW_EXTENDED__ macros, for UNICODE/non-UNICODE cases respectively.
1515         (szOID_CRL_DIST_POINTS): Correct defective definition; value should be
1516         a string literal, but was missing delimiting quotes; insert them.
1517         (CertNameToStr, CertOpenSystemStore, CertGetNameString, CryptSignHash)
1518         (CryptAcquireContext, CryptVerifySignature, CryptGetDefaultProvider)
1519         (CryptEnumProviders, CryptSetProvider): Define as __AW_SUFFIXED__
1520         aliases for each of the UNICODE/non-UNICODE cases respectively.
1521         (CryptEnumProvidersA): Correct prototype declaration; 5th parameter
1522         was declared as type LPTSTR, but should be type LPSTR.
1523         (CryptEnumProvidersW): Likewise; 5th parameter should be type LPWSTR.
1524         (CryptGetDefaultProviderW): Likewise; 4th parameter was declared as
1525         type LPSTR, but should be type LPWSTR.
1526         [defined MINGW_TENTATIVE_ASSUMPTIONS] (X509_ANY_STRING)
1527         (X509_CRL_REASON_CODE, X509_DSS_PUBLICKEY, X509_UNICODE_ANY_STRING)
1528         (struct _CERT_ALT_NAME_ENTRY): Add tentative definitions.
1529
1530 2015-09-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
1531
1532         Correct defect in build system compilation rule.
1533
1534         * Makefile.in (scrnsavw.$OBJEXT): Do not use $^ to represent the
1535         source file; it expands to also include prerequisite header files,
1536         which should not appear on the compilation command line.  Rewrite
1537         rule in static pattern format, and use $< instead.
1538
1539 2015-08-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
1540
1541         Build system corrections for GCC build time support.
1542
1543         * configure.ac (AC_PROG_CC): Don't use this; we need...
1544         (MINGW_AC_PROG_CC_COMPILE_ONLY): ...this alternative, to support
1545         building with only a stage 1 partially built GCC installation.
1546
1547         * Makefile.in (install-headers): New make objective; map it to...
1548         (install-w32api-headers): ...this, for which it is a logical alias.
1549
1550 2015-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1551
1552         Overhaul and streamline build system configuration.
1553
1554         * configure.in: Delete obsolete file; replace with...
1555         * configure.ac: New file; rewritten per current autoconf conventions.
1556
1557         * Makefile.in: Rewritten; adapted from current mingwrt configuration,
1558         it now processes the entire build without using separate sub-makes.
1559
1560         * lib/Makefile.in: Sub-make configuration not required now; delete it.
1561         * lib/ddk/Makefile.in lib/directx/Makefile.in: Likewise; delete them.
1562
1563 2015-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1564
1565         Remove unused aclocal.m4 configuration file.
1566
1567         * aclocal.m4: Delete it; it provides no content used by this package.
1568
1569 2015-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1570
1571         Adapt platform feature checks to NTDDI_VERSION conventions.
1572
1573         * include/sdkddkver.h: New file; merge from 4.0-dev branch.
1574         (_WIN32_WINNT_WINBLUE): New manifest constant for Windows-8.1.
1575         (WINNTVER): Prefer bitwise shift to division; adjust accordingly.
1576         [_WIN32_WINNT != OSVER(NTDDI_VERSION)]: Bad comparison; correct to...
1577         [_WIN32_WINNT != WINNTVER(NTDDI_VERSION)]: ...this.
1578
1579         * include/w32api.h: Assert copyright; include sdkddkver.h.
1580         (__W32API_VERSION): Increment to 3.18; adopt new encoding format.
1581         (__W32API_MAJOR_VERSION, __W32API_MINOR_VERSION): Adjust consistently.
1582         (__W32API_PATCH_LEVEL): New macro; define with initial value of zero.
1583         (__W32API_DEPRECATED_ALIAS): New macro; define it; use to redefine...
1584         (Windows95, Windows98, WindowsME, WindowsNT4, Windows2000, WindowsXP)
1585         (Windows2003, WindowsVista, IE3, IE301, IE302, IE4, IE401, IE5, IE5a)
1586         (IE5b, IE501, IE55, IE56, IE6, IE601, IE602, IE7): ...these; replace
1587         macro definitions by long integer constants, and mark as deprecated.
1588         (UNICODE, _UNICODE): Keep these consistent; use logic factored out of
1589         mingwrt/include/_mingw.h, whence we similarly relocate...
1590         (_EXTERN_C, _BEGIN_C_DECLS, _END_C_DECLS): ...these.
1591
1592         * include/windef.h: Assert copyright; include w32api.h, whence we
1593         infer default assignments, per included sdkddkver.h, for each of...
1594         (WINVER, _WIN32_WINNT): ...these; delete local defines.
1595         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1596
1597 2015-06-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1598
1599         Remove generated configure script from revision control.
1600
1601         * configure: Delete from SCM; maintainer must regenerate it, when
1602         required, as SCM will now ignore it.
1603
1604 2012-08-04  Earnie Boyd  <earnie@users.sourceforge.net>
1605
1606         Cosmetic adjustment to match MSDN documentation.
1607
1608         * include/winver.h (VerQueryValueA, VerQueryValueW): Declare type
1609         of parameter #1 to be LPCVOID, in preference to formerly specified,
1610         and functionally equivalent, 'const LPVOID'.
1611
1612 2012-08-01  Stephan Jorek  <sjorek@users.sourceforge.net>
1613
1614         Correct typos, as identified by issue [#1534].
1615
1616         * include/setupapi.h (SetupCancelTemporary): Should be...
1617         (SetupCancelTemporarySourceList): ...this; complete truncated name.
1618         (SetupFreeA, SetupFreeW): Likewise, complete these respectively to...
1619         (SetupFreeSourceListA, SetupFreeSourceListW): ...these, and...
1620         (SetupQueryA, SetupQueryW): ...these respectively to...
1621         (SetupQuerySourceListA, SetupQuerySourceListW): ...these.
1622         (SetupDiGetWizardage): Misspelled; correct it to...
1623         (SetupDiGetWizardPage): ...this.
1624
1625 2012-08-01  Earnie Boyd  <earnie@users.sourceforge.net>
1626
1627         Declare WTSVirtualChannel API functions per issue [#1342].
1628
1629         * include/wtsapi32.h [_WIN32_WINNT >= 0x500]
1630         (WTSVirtualChannelOpen, WTSVirtualChannelQuery, WTSVirtualChannelRead)
1631         (WTSVirtualChannelPurgeInput, WTSVirtualChannelPurgeOutput)
1632         (WTSVirtualChannelWrite, WTSVirtualChannelClose): Declare them.
1633         [_WIN32_WINNT >= 0x600] (WTSVirtualchannelOpenEx): Likewise.
1634
1635         * lib/wtsapi32.def (WTSVirtualChannelOpenEx@12): Add reference.
1636
1637 2012-08-01  Earnie Boyd  <earnie@users.sourceforge.net>
1638
1639         Correct MENUITEMINFO structure definition per issue [#1659].
1640
1641         * include/winuser.h (tagMENUITEMINFOA, tagMENUITEMINFOW): dwItemData
1642         field was defined as type DWORD; correct it to type ULONG_PTR.
1643
1644 2012-07-06  Corinna Vinschen  <corinna@vinschen.de>
1645
1646         Extend visibility of winsock definitions when building Cygwin.
1647
1648         * include/winsock.h [__INSIDE_CYGWIN__]: Expose definitions of...
1649         (IP_OPTIONS, SO_DEBUG, SO_ACCEPTCONN, SO_REUSEADDR, SO_KEEPALIVE)
1650         (SO_DONTROUTE, SO_BROADCAST, SO_USELOOPBACK, SO_LINGER, SO_OOBINLINE)
1651         (SO_DONTLINGER, SO_SNDBUF, SO_RCVBUF, SO_SNDLOWAT, SO_RCVLOWAT)
1652         (SO_SNDTIMEO, SO_RCVTIMEO, SO_ERROR, SO_TYPE): ...these; however...
1653         [__INSIDE_MSYS__]: ...keep them hidden.
1654
1655         * include/winsock2.h [__INSIDE_CYGWIN__]: Likewise, expose...
1656         (AF_MAX, _SS_MAXSIZE, _SS_ALIGNSIZE, _SS_PAD1SIZE, _SS_PAD2SIZE)
1657         (struct sockaddr, struct sockaddr_storage): ...these, whereas...
1658         [__INSIDE_MSYS__]: ...also keep them hidden.
1659
1660 2012-04-29  Jan Ringos  <tringi@users.sf.net>
1661
1662         Correct version guard for WinXP minimum requirement.
1663
1664         * include/winbase.h (GetModuleHandleEx): Function unsupported for...
1665         [_WIN32_WINNT >= 0x500]: ...this; it isn't in Win2K, so should be...
1666         [_WIN32_WINNT >= 0x501]: ...this; correct it accordingly.
1667         (GetModuleHandleExA, GetModuleHandleExW): Likewise.
1668
1669 2012-04-28  LRN  <l_r_nightmare@users.sf.net>
1670
1671         Add missing <shobjidl.h> and associated UUID implementation.
1672
1673         * include/shobjidl.h lib/shobjidl-uuid.c: New files.
1674         * lib/Makefile.in (UUID_SOURCES, UUID_OBJS): Add references.
1675
1676 2012-03-19  Ben Greear  <greear@users.sf.net>
1677
1678         Adjust header file definition order, to fix issue [#1570].
1679
1680         * include/routprot.h (IP_LOCAL_BINDING): Must be defined before...
1681         (IP_ADAPTER_BINDING_INFO): ...this; adjust order of definition.
1682
1683 2012-01-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1684
1685         Add missing return value, flagged by 'make test'.
1686
1687         * include/gdiplus/gdiplustypes.h (Gdiplus::GdiplusAbort::Abort):
1688         Return NO_ERROR in virtual definition.
1689
1690 2012-01-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1691
1692         Remove duplicate definitions, identified by 'make test'.
1693
1694         * include/wincrypt.h (CRYPT_NEWKEYSET, CRYPT_DELETEKEYSET)
1695         (CRYPT_MACHINE_KEYSET, CRYPT_EXPORTABLE, CRYPT_USER_PROTECTED)
1696         (CRYPT_SILENT, CRYPT_CREATE_SALT, CRYPT_UPDATE_KEY, CRYPT_NO_SALT)
1697         (CRYPT_PREGEN, CRYPT_RECIPIENT, CRYPT_INITIATOR, CRYPT_ONLINE)
1698         (CRYPT_SF, CRYPT_CREATE_IV, CRYPT_KEK, CRYPT_DATA_KEY)
1699         (CRYPT_VOLATILE, CRYPT_SGCKEY): Delete second instance of each.
1700
1701         * include/winerror.h (CRYPT_E_REVOKED): Delete; it is already
1702         correctly defined (per MSDN) in <wincrypt.h>
1703
1704 2012-01-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
1705
1706         Correct misuse of #ifdef, identified by 'make test'.
1707
1708         * include/shlwapi.h (enum ASSOCSTR, enum ASSOCDATA): Fix typos;
1709         /#ifdef _WIN32_IE >= 0x0600/s/#ifdef/#if/
1710
1711 2011-12-22  Corinna Vinschen  <corinna@vinschen.de>
1712
1713         Replace more incorrectly named manifest constants.
1714
1715         * include/winnt.h (JOB_OBJECT_LIMIT_BREAKAWAY_OK)
1716         (JOB_OBJECT_LIMIT_SILENT_BREAKAWAY_OK): Define; make aliases for...
1717         (JOB_OBJECT_BREAKAWAY_OK, JOB_OBJECT_SILENT_BREAKAWAY): ...these old
1718         definitions respectively; retain for backward compatibility only.
1719
1720 2011-12-22  Corinna Vinschen  <corinna@vinschen.de>
1721
1722         Add missing PROCESS_QUERY_LIMITED_INFORMATION.
1723
1724         * include/winnt.h (PROCESS_QUERY_LIMITED_INFORMATION): Define it.
1725
1726 2011-08-19  Corinna Vinschen  <corinna@vinschen.de>
1727
1728         Add missing MAPVK manifest constant definitions.
1729
1730         * include/winuser.h (MAPVK_VK_TO_VSC, MAPVK_VSC_TO_VK): Define them.
1731         (MAPVK_VK_TO_CHAR, MAPVK_VSC_TO_VK_EX, MAPVK_VK_TO_VSC_EX): Likewise.
1732
1733 2011-08-05  Corinna Vinschen  <corinna@vinschen.de>
1734
1735         Correct some misspelled manifest constant names.
1736
1737         * include/winnt.h (IMAGE_DLL_CHARACTERISTICS_NX_COMPAT): Should be...
1738         (IMAGE_DLLCHARACTERISTICS_NX_COMPAT): ...this; define correctly; also
1739         alias to original misspelling, to maintain backward compatibility.
1740         (IMAGE_DLL_CHARACTERISTICS_FORCE_INTEGRITY): Likewise; should be...
1741         (IMAGE_DLLCHARACTERISTICS_FORCE_INTEGRITY): ...this; define and alias.
1742         (IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE): Likewise; should be...
1743         (IMAGE_DLLCHARACTERISTICS_DYNAMIC_BASE): ...this; define and alias.
1744
1745 2011-07-29  Corinna Vinschen  <corinna@vinschen.de>
1746
1747         Add a missing Win2K sockets IOCTL feature.
1748
1749         * include/winsock2.h (SIO_UDP_CONNRESET): Define.
1750
1751 2011-05-22  Albrecht Schlosser  <vms-news@go4more.de>
1752
1753         Fix an incorrectly typed structure member.
1754
1755         * include/wingdi.h (GCP_RESULTSW): lpClass field defined as LPWSTR;
1756         should be LPSTR; correct it.
1757
1758 2011-05-15  Corinna Vinschen  <corinna@vinschen.de>
1759
1760         Add another missing manifest constant definition.
1761
1762         * include/winbase.h (STACK_SIZE_PARAM_IS_A_RESERVATION): Define.
1763
1764 2011-04-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
1765
1766         Avoid pollution of user namespace; fix MinGW-Bug [#1531].
1767
1768         * include/windef.h (PACKED): Delete macro definition; its name is not
1769         reserved, and may thus conflict with a user defined name; replace it...
1770         * include/wincon.h (KEY_EVENT_RECORD): ...at this sole point of use;
1771         use __attribute__((packed)) directly instead.
1772
1773 2011-04-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1774
1775         Fix bad typedef, per MinGW-Bug [#1529].
1776
1777         * include/imagehlp.h (PREAD_PROCESS_MEMORY_ROUTINE): Corrected, to
1778         conform with MSDN reference, as identified by Safety0ff.
1779
1780 2011-04-04  Corinna Vinschen  <corinna@vinschen.de>
1781
1782         Add a missing manifest constant definition.
1783
1784         * include/winnt.h (DOMAIN_ALIAS_RID_REMOTE_DESKTOP_USERS): Define.
1785
1786 2011-03-29  Corinna Vinschen  <corinna@vinschen.de>
1787
1788         Win2K and Vista userenv updates.
1789
1790         * include/userenv.h [_WIN32_WINNT >= 0x0500] (DeleteProfile)
1791         (GetAllUsersProfileDirectory, GetDefaultUserProfileDirectory)
1792         (ExpandEnvironmentStringsForUser): Define function aliases.
1793         [_WIN32_WINNT >= 0x0500] (DeleteProfileA, DeleteProfileW)
1794         (GetAllUsersProfileDirectoryA, GetAllUsersProfileDirectoryW)
1795         (GetDefaultUserProfileDirectoryA, GetDefaultUserProfileDirectoryW
1796         (ExpandEnvironmentStringsForUserA, ExpandEnvironmentStringsForUserW)
1797         (GetProfileType): Declare function prototypes.
1798         [_WIN32_WINNT >= 0x0600] (CreateProfile): Declare function prototype.
1799         [_WIN32_WINNT >= 0x0500] (PT_TEMPORARY, PT_ROAMING, PT_MANDATORY):
1800         New manifest constants; define them.
1801
1802 2011-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1803
1804         * Makefile.in: Increment CYGRELEASE to 2.
1805
1806 2011-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1807
1808         * lib/Makefile.in: Include GDIPLUS_HEADERS in dist target.
1809
1810 2011-03-11  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1811
1812         * include/w32api.h: Increment version to 3.17.
1813         * Makefile.in: Ditto.
1814
1815 2011-03-07  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1816
1817         * include/winbase.h (PSAPI_WORKING_SET_BLOCK)
1818         (PSAPI_WORKING_SET_INFORMATION): Move from here...
1819         * include/psapi.h (PSAPI_WORKING_SET_BLOCK)
1820         (PSAPI_WORKING_SET_INFORMATION): ...to here.
1821
1822 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1823
1824         * include/w32api.h: Increment version to 3.16.
1825         * Makefile.in: Ditto.
1826
1827 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1828
1829         * include/commctrl.h (NMTCKEYDOWN): Define.
1830
1831 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1832
1833         * include/wtsapi32.h (WTSSendMessageA, WTSSendMessageW, WTSSendMessage):
1834         Define.
1835
1836 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1837
1838         * include/winbase.h (PSAPI_WORKING_SET_BLOCK,
1839         PSAPI_WORKING_SET_INFORMATION): Define.
1840
1841 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1842
1843         * include/winbase.h (__GNUC_EXTENSION): Define, replacing __MINGW_EXTENSION.
1844
1845 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1846
1847         * lib/kernel32.def (FreeLibraryAndExitThread): Fix definition.
1848
1849 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1850
1851         * include/winbase.h (FILE_ENCRYPTABLE, FILE_IS_ENCRYPTED, FILE_READ_ONLY,
1852         FILE_ROOT_DIR, FILE_SYSTEM_ATTR, FILE_SYSTEM_DIR, FILE_SYSTEM_NOT_SUPPORT,
1853         FILE_UNKNOWN, FILE_USER_DISALLOWED): Define.
1854
1855 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1856
1857         * include/winioctl.h (_DRIVE_LAYOUT_INFORMATION_MBR): Add
1858         _DRIVE_LAYOUT_INFORMATION_MBR_DEFINED guard.
1859         * include/ddk/winddk.h (_DRIVE_LAYOUT_INFORMATION_MBR): Ditto.
1860
1861 2011-03-04  Seth Jackson  <sethj@users.sourceforge.net>
1862
1863         * include/winnt.h (PAGE_WRITECOMBINE): Define.
1864         * include/winbase.h (THREAD_MODE_BACKGROUND_BEGIN, THREAD_MODE_BACKGROUND_END): Define.
1865
1866 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1867
1868         * include/winbase.h (__MINGW_EXTENSION): Define.
1869         (OVERLAPPED): Add __MINGW_EXTENSION around nameless union /
1870         struct to correct issue with -std=c99.
1871
1872 2011-03-02  Corinna Vinschen  <corinna@vinschen.de>
1873
1874         * include/ddk/winddk.h (TIMER_INFORMATION_CLASS): Define.
1875         (TIMER_BASIC_INFORMATION): Define.
1876         (NtQueryTimer): Define.
1877         (ZwQueryTimer): Define.
1878
1879 2010-12-27  David Byron  <dbyron0@users.sourceforge.net>
1880
1881         * include/winioctl.h (STORAGE_BUS_TYPE): Define.
1882
1883 2010-12-27  Seth Jackson  <sethj@users.sourceforge.net>
1884
1885         * include/winbase.h (GetComputerNameEx): Define.
1886
1887 2010-12-27  Ryan Lortie  <desrt@desrt.ca>
1888
1889         * include/winbase.h (TzSpecificLocalTimeToSystemTime): Define.
1890
1891 2010-12-27  Markus Koenig  <basilo@users.sourceforge.net>
1892
1893         * include/gdiplus/gdipluspixelformats.h (PixelFormatIndexed,
1894         PixelFormatGDI, PixelFormatAlpha, PixelFormatPAlpha,
1895         PixelFormatExtended, PixelFormatCanonical, PixelFormatUndefined,
1896         PixelFormatDontCare, PixelFormat1bppIndexed, PixelFormat4bppIndexed,
1897         PixelFormat8bppIndexed, PixelFormat16bppGrayScale,
1898         PixelFormat16bppRGB555, PixelFormat16bppRGB565, PixelFormat16bpp1555,
1899         PixelFormat24bppRGB, PixelFormat32bppRGB, PixelFormat32bppARGB,
1900         PixelFormat32bppPARGB, PixelFormat48bppRGB, PixelFormat64bppARGB,
1901         PixelFormat64bppPARGB, PixelFormatMax): Fix definition.
1902
1903 2010-10-20  Seth Jackson  <sethj@users.sourceforge.net>
1904
1905         * include/commctrl.h (TC_ITEMHEADER[AW]): Rename to TCITEMHEADER[AW].
1906         Add defines for backward compatibility.
1907
1908 2010-12-27  Johann Hanne  <jonnyh33@users.sourceforge.net>
1909
1910         * include/oaidl.h (GetTypeComp, GetTypeComp, IsMatchingType): Fix defintion.
1911         * include/objidl.h (AddConnection, ReleaseConnection): Ditto.
1912         * include/winbase.h (EnumResourceLanguagesA, EnumResourceLanguagesW,
1913         EnumResourceNamesA, EnumResourceNamesW, EnumResourceTypesA,
1914         EnumResourceTypesW): Ditto.
1915         * include/winnt.h (_SYSTEM_POWER_CAPABILITIES): Ditto.
1916
1917 2010-12-27  Seth Jackson  <sethj@users.sourceforge.net>
1918
1919         * include/basetsd.h: (INT8, UINT8, INT16, UINT16): Define.
1920
1921 2010-12-27  Paul Sokolovsky  <pfalcon@users.sf.net>
1922
1923         * include/bdatypes.h: Add missing semicolons.
1924
1925 2010-08-26  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1926
1927         * include/w32api.h: Increment version to 3.15.
1928         * Makefile.in: Ditto.
1929
1930 2010-08-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1931
1932         * Makefile.in: Update naming convention and compression format (lzma),
1933         leaving existing naming convention and compression format as is for Cygwin.
1934
1935 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1936
1937         * include/oleacc.h (STATE_SYSTEM_HASPOPUP, STATE_SYSTEM_NORMAL,
1938         STATE_SYSTEM_PROTECTED): Define.
1939
1940         Thank you to Marcus von Appen for reporting the issue.
1941
1942 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1943
1944         * include/winuser.h (CF_DIBV5): Define.
1945         (CF_MAX): Adjust accordingly.
1946
1947         Thank you to Lenard Lindstrom for reporting the issue.
1948
1949 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1950
1951         * include/sspi.h (QuerySecurityContextToken): Define.
1952         * lib/secur32.def: Regenerate using gendef on a Win7 machine.
1953
1954         Thank you to Magnus Hagander for reporting the issue.
1955
1956 2010-08-25  Ali Sabil  <asabil@users.sourceforge.net>
1957
1958         * include/ocidl.h: Define COBJMACROS for IPropertyBag and IPropertyBag2.
1959
1960 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1961
1962         * include/shlwapi (ASSOCDATA): Update definition.
1963
1964         Thank you to Frederic Deschamps for reporting the issue.
1965
1966 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1967
1968         * include/winbase.h (COPY_FILE_OPEN_SOURCE_FOR_WRITE,
1969         COPY_FILE_ALLOW_DECRYPTED_DESTINATION, COPY_FILE_COPY_SYMLINK,
1970         COPY_FILE_NO_BUFFERING): Define.
1971
1972         Thank you to Roland Schwingel for reporting the issue.
1973
1974 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1975
1976         * include/winuser.h (HHOOK): Move definition from here...
1977         * include/windef.h: ...to here, as per MSDN.
1978
1979         Thank you to Samuel Thibault for reporting the issue.
1980
1981 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1982
1983         * include/winbase.h (GetEnvironmentStrings, GetEnvironmentStringsA): Per
1984         MSDN, change return type to LPCH.
1985         (GetEnvironmentStringsW): Per MSDN, change return type to LPWCH.
1986
1987         Thank you to Emmanuel Stapf for reporting the issue.
1988
1989 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1990
1991         * include/prsht.h (SNDMDG, POSTMSG): Fix typo.
1992         * include/windowsx.h (SNDMSG): Ditto.
1993
1994 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1995
1996         * include/prsht.h (SNDMSG, POSTMSG): Define macros and use throughout.
1997
1998         Thank you to Ozkan Sezer for reporting the issue.
1999
2000 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2001
2002         * include/windowsx.h (SNDMSG): Define macro and use throughout.
2003
2004         Thank you to Chris Oldwood for reporting the issue.
2005
2006 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2007
2008         * include/oleacc.h (AccessibleObjectFromEvent): Correct definition.
2009
2010         Thank you to Rick Walsh for reporting the issue.
2011
2012 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2013
2014         * include/winbase.h (MoveFileWithProcessA, MoveFileWithProgressW): Define.
2015
2016 2010-08-24  Vinky  <rabbit_vinky@users.sourceforge.net>
2017
2018         * include/winbase.h (OVERLAPPED): Correct definition.
2019
2020 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2021
2022         * include/winnt.h (IMAGE_NT_HEADERS32, IMAGE_NT_HEADERS64): Correct
2023         definition.
2024
2025         Thank you to Pasi Ruokola for reporting the issue.
2026
2027 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2028
2029         * include/exdisp.h (get_RegisterAsBrowser): Fix typo.
2030
2031         Thank you to cheznonnon for reporting the issue.
2032
2033 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2034
2035         * lib/ws2_32.def: Regenerate using gendef on a Win7 machine.
2036
2037 2010-08-24  Ozkan Sezer  <sezero@users.sourceforge.net>
2038
2039         * winnt.h: Fix several SUBLANG ID errors (ref:
2040         http://msdn.microsoft.com/en-us/library/dd318693(VS.85).aspx).
2041         (SUBLANG_UI_CUSTOM_DEFAULT): 0x05, not 0x03.
2042         (SUBLANG_HAUSA_NIGERIA): Bad ID name, correct one is ...
2043         (SUBLANG_HAUSA_NIGERIA_LATIN): ... this.
2044         (SUBLANG_INUKTITUT_CANADA_LATIN): 0x02, not 0x01.
2045         (SUBLANG_IRISH_IRELAND): 0x02, not 0x01.
2046         (SUBLANG_LAO_LAO_PDR): Bad ID name, correct one is ...
2047         (SUBLANG_LAO_LAO): ... this.
2048         (SUBLANG_LOWER_SORBIAN_GERMANY): 0x02, not 0x01.
2049         (SUBLANG_SAMI_SKOLT_FINLAND): 0x08, not 0x03.
2050         (SUBLANG_SAMI_INARI_FINLAND): 0x09, not 0x03.
2051         (SUBLANG_SYRIAC_SYRIA): define as SUBLANG_SYRIAC (what MSDN mentions).
2052         (SUBLANG_TIGRIGNA_ERITREA): 0x02, not 0x01.
2053         (SUBLANG_BENGALI_INDIA): 0x01, not 0x00.
2054         (SUBLANG_BENGALI_BANGLADESH): 0x02, not 0x01.
2055         (SUBLANG_PUNJABI_INDIA): 0x01, not 0x00.
2056         (SUBLANG_PUNJABI_PAKISTAN): not defined in MSDN.
2057         (SUBLANG_ROMANIAN_ROMANIA): 0x01, not 0x00.
2058         (SUBLANG_ROMANIAN_MOLDOVA): not defined in MSDN.
2059
2060 2010-08-24  LRN  <lrn1986@gmail.com>
2061
2062         * include/mmreg.h (MPEGLAYER3WAVEFORMAT, WAVE_FORMAT_UNKNOWN,
2063         WAVE_FORMAT_PCM, WAVE_FORMAT_ADPCM, WAVE_FORMAT_IEEE_FLOAT,
2064         WAVE_FORMAT_VSELP, WAVE_FORMAT_IBM_CVSD, WAVE_FORMAT_ALAW,
2065         WAVE_FORMAT_MULAW, WAVE_FORMAT_OKI_ADPCM, WAVE_FORMAT_DVI_ADPCM,
2066         WAVE_FORMAT_MEDIASPACE_ADPCM, WAVE_FORMAT_SIERRA_ADPCM,
2067         WAVE_FORMAT_G723_ADPCM, WAVE_FORMAT_DIGIFIX, WAVE_FORMAT_DIALOGIC_OKI_ADPCM,
2068         WAVE_FORMAT_MEDIAVISION_ADPCM, WAVE_FORMAT_CU_CODEC,
2069         WAVE_FORMAT_YAMAHA_ADPCM, WAVE_FORMAT_SONARC,
2070         WAVE_FORMAT_DSPGROUP_TRUESPEECH, WAVE_FORMAT_ECHOSC1,
2071         WAVE_FORMAT_AUDIOFILE_AF36, WAVE_FORMAT_APTX, WAVE_FORMAT_AUDIOFILE_AF10,
2072         WAVE_FORMAT_PROSODY_1612, WAVE_FORMAT_LRC, WAVE_FORMAT_DOLBY_AC2,
2073         WAVE_FORMAT_GSM610, WAVE_FORMAT_MSNAUDIO, WAVE_FORMAT_ANTEX_ADPCME,
2074         WAVE_FORMAT_CONTROL_RES_VQLPC, WAVE_FORMAT_DIGIREAL, WAVE_FORMAT_DIGIADPCM,
2075         WAVE_FORMAT_CONTROL_RES_CR10, WAVE_FORMAT_NMS_VBXADPCM,
2076         WAVE_FORMAT_ROLAND_RDAC, WAVE_FORMAT_ECHOSC3, WAVE_FORMAT_ROCKWELL_ADPCM,
2077         WAVE_FORMAT_ROCKWELL_DIGITALK, WAVE_FORMAT_XEBEC, WAVE_FORMAT_G721_ADPCM,
2078         WAVE_FORMAT_G728_CELP, WAVE_FORMAT_MSG723, WAVE_FORMAT_MPEG,
2079         WAVE_FORMAT_RT24, WAVE_FORMAT_PAC, WAVE_FORMAT_MPEGLAYER3,
2080         WAVE_FORMAT_LUCENT_G723, WAVE_FORMAT_CIRRUS, WAVE_FORMAT_ESPCM,
2081         WAVE_FORMAT_VOXWARE, WAVE_FORMAT_CANOPUS_ATRAC, WAVE_FORMAT_G726_ADPCM,
2082         WAVE_FORMAT_G722_ADPCM, WAVE_FORMAT_DSAT, WAVE_FORMAT_DSAT_DISPLAY,
2083         WAVE_FORMAT_VOXWARE_BYTE_ALIGNED, WAVE_FORMAT_VOXWARE_AC8,
2084         WAVE_FORMAT_VOXWARE_AC10, WAVE_FORMAT_VOXWARE_AC16,
2085         WAVE_FORMAT_VOXWARE_AC20, WAVE_FORMAT_VOXWARE_RT24,
2086         WAVE_FORMAT_VOXWARE_RT29, WAVE_FORMAT_VOXWARE_RT29HW,
2087         WAVE_FORMAT_VOXWARE_VR12, WAVE_FORMAT_VOXWARE_VR18,
2088         WAVE_FORMAT_VOXWARE_TQ40, WAVE_FORMAT_SOFTSOUND, WAVE_FORMAT_VOXWARE_TQ60,
2089         WAVE_FORMAT_MSRT24, WAVE_FORMAT_G729A, WAVE_FORMAT_MVI_MV12,
2090         WAVE_FORMAT_DF_G726, WAVE_FORMAT_DF_GSM610, WAVE_FORMAT_ISIAUDIO,
2091         WAVE_FORMAT_ONLIVE, WAVE_FORMAT_SBC24, WAVE_FORMAT_DOLBY_AC3_SPDIF,
2092         WAVE_FORMAT_ZYXEL_ADPCM, WAVE_FORMAT_PHILIPS_LPCBB, WAVE_FORMAT_PACKED,
2093         WAVE_FORMAT_RHETOREX_ADPCM, WAVE_FORMAT_IRAT, WAVE_FORMAT_VIVO_G723,
2094         WAVE_FORMAT_VIVO_SIREN, WAVE_FORMAT_DIGITAL_G723,
2095         WAVE_FORMAT_CREATIVE_ADPCM, WAVE_FORMAT_CREATIVE_FASTSPEECH8,
2096         WAVE_FORMAT_CREATIVE_FASTSPEECH10, WAVE_FORMAT_QUARTERDECK,
2097         WAVE_FORMAT_FM_TOWNS_SND, WAVE_FORMAT_BTV_DIGITAL, WAVE_FORMAT_VME_VMPCM,
2098         WAVE_FORMAT_OLIGSM, WAVE_FORMAT_OLIADPCM, WAVE_FORMAT_OLICELP,
2099         WAVE_FORMAT_OLISBC, WAVE_FORMAT_OLIOPR, WAVE_FORMAT_LH_CODEC,
2100         WAVE_FORMAT_NORRIS, WAVE_FORMAT_ISIAUDIO,
2101         WAVE_FORMAT_SOUNDSPACE_MUSICOMPRESS, WAVE_FORMAT_DVM, WAVE_FORMAT_RAW_AAC1,
2102         WAVE_FORMAT_MPEG_HEAAC, WAVE_FORMAT_MPEG_ADTS_AAC, WAVE_FORMAT_DRM,
2103         WAVE_FORMAT_DTS, WAVE_FORMAT_WMAVOICE9, WAVE_FORMAT_WMASPDIF,
2104         WAVE_FORMAT_WMAUDIO_LOSSLESS, WAVE_FORMAT_WMAUDIO2, WAVE_FORMAT_WMAUDIO3,
2105         WAVE_FORMAT_MPEG_LOAS, WAVE_FORMAT_RAW_SPORT, WAVE_FORMAT_ESST_AC3,
2106         WAVE_FORMAT_DTS2): Define.
2107         * include/msacm.h (HACMDRIVERID, HACMDRIVER, HACMSTREAM, HACMOBJ,
2108         ACMSTREAMHEADER, WAVEFILTER, acmDriverAddA, acmDriverAddW, acmDriverRemove,
2109         acmMetrics, acmStreamOpen, acmStreamSize, acmStreamPrepareHeader,
2110         acmStreamUnprepareHeader, acmStreamReset, acmStreamClose, acmStreamConvert):
2111         Define.
2112
2113 2010-08-23  LRN  <lrn1986@gmail.com>
2114
2115         * include/winbase.h (SYMBOLIC_LINK_FLAG_DIRECTORY, FILE_NAME_NORMALIZED,
2116         FILE_NAME_OPENED, VOLUME_NAME_DOS, VOLUME_NAME_GUID, VOLUME_NAME_NONE,
2117         VOLUME_NAME_NT, FILE_BASIC_INFO, FILE_STANDARD_INFO, FILE_NAME_INFO,
2118         FILE_STREAM_INFO, FILE_COMPRESSION_INFO, FILE_ATTRIBUTE_TAG_INFO,
2119         FILE_ID_BOTH_DIR_INFO, FILE_REMOTE_PROTOCOL_INFO, FILE_INFO_BY_HANDLE_CLASS,
2120         GetFileInformationByHandleEx, GetFinalPathNameByHandleA,
2121         GetFinalPathNameByHandleW): Define.
2122
2123 2010-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2124
2125         * lib/CheckConflicts.sh: New file.
2126
2127 2010-08-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2128
2129         * lib/kernel32.def (CopyLZFile, GetExpandedNameA, GetExpandedNameW, LZClose,
2130         LZCopy, LZInit, LZOpenFileA, LZOpenFileW, LZRead, LZSeek, OpenProcessToken,
2131         OpenThreadToken, RegCloseKey, RegCreateKeyExA, RegCreateKeyExW,
2132         RegDeleteKeyExA, RegDeleteKeyExW, RegDeleteValueA, RegDeleteValueW,
2133         RegEnumKeyExA, RegEnumKeyExW, RegEnumValueA, RegEnumValueW, RegFlushKey,
2134         RegGetKeySecurity, RegLoadKeyA, RegLoadKeyW, RegNotifyChangeKeyValue,
2135         RegOpenCurrentUser, RegOpenKeyExA, RegOpenKeyExW, RegOpenUserClassesRoot,
2136         RegQueryInfoKeyA, RegQueryInfoKeyW, RegQueryValueExA, RegQueryValueExW,
2137         RegRestoreKeyA, RegRestoreKeyW, RegSetKeySecurity, RegSetValueExA,
2138         RegSetValueW, RegUnLoadKeyA, RegUnLoadKeyW, RtlCaptureStackBackTrace,
2139         RtlFillMemory, RtlMoveMemory, RtlZeroMemory, SetThreadToken): Remove
2140         conflicting definition.
2141         * lib/th32.def: Remove.
2142         * lib/ntdll.def (RtlUnwind): Remove conflicting definition.
2143         * lib/version.def (VerLanguageNameA, VerLanguageNameW): Remove conflicting
2144         definition.
2145
2146 2010-08-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2147
2148         * lib/kernel32.def (CreateProcessAsUserW): Remove definition.
2149
2150 2010-08-20  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2151
2152         * lib/kernel32.def: Regenerate using gendef on a Win7 machine.
2153
2154 2010-08-19  Corinna Vinschen  <corinna@vinschen.de>
2155
2156         * include/winnt.h: Define FILE_ATTRIBUTE_VIRTUAL.  Change
2157         FILE_ATTRIBUTE_VALID_FLAGS accordingly.
2158         * include/ddk/winddk.h: Ditto.
2159
2160 2010-08-18  Ladislav Michl  <ladis@users.sourceforge.net>
2161
2162         * include/winbase.h (SYMBOLIC_LINK_FLAG_DIRECTORY, CreateSymbolicLinkW,
2163         CreateSymbolicLinkA, CreateSymbolicLink): Define
2164
2165 2010-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2166
2167         * lib/kernel32.def(FatalExit): Correct definiton.
2168
2169 2010-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2170
2171         * include/basetyps.h (REFGUID, REFIID, REFCLSID, REFFMTID): Revert change
2172         from 2010-07-17 since it breaks several applications.
2173
2174 2010-07-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2175
2176         * lib/kernel32.def: Regenerate using gendef.
2177
2178 2010-07-20  Ozkan Sezer  <sezero@users.sourceforge.net>
2179
2180         * include/commctrl.h (LVIF_GROUPID): Fix definition.
2181
2182 2010-07-20  Michael James  <james.me@gmail.com>
2183
2184         * include/commctrl.h (LVIF_COLUMNS): Fix definition.
2185
2186 2010-07-17  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2187
2188         * include/winnt.h (HEAP_MAKE_TAG_FLAGS, VALID_INHERIT_FLAGS): Correct
2189         definition.
2190         * include/rpcndr.h (NdrUnMarshConfStringHdr, NdrUnMarshCCtxtHdl,
2191         NdrMarshSCtxtHdl): Ditto.
2192         * include/basetyps.h (REFGUID, REFIID, REFCLSID, REFFMTID): Remove macro
2193         definition in favour of typedef definition.
2194
2195         Thank you to Yuta Tomino for reporting the issues.
2196
2197 2010-07-08  Markus Koenig  <basilo@users.sourceforge.net>
2198
2199         * include/gdiplus.h: New file.
2200         * include/gdiplus/gdiplus.h: New file.
2201         * include/gdiplus/gdiplusbase.h: New file.
2202         * include/gdiplus/gdiplusbrush.h: New file.
2203         * include/gdiplus/gdipluscolor.h: New file.
2204         * include/gdiplus/gdipluscolormatrix.h: New file.
2205         * include/gdiplus/gdipluseffects.h: New file.
2206         * include/gdiplus/gdiplusenums.h: New file.
2207         * include/gdiplus/gdiplusflat.h: New file.
2208         * include/gdiplus/gdiplusgpstubs.h: New file.
2209         * include/gdiplus/gdiplusgraphics.h: New file.
2210         * include/gdiplus/gdiplusheaders.h: New file.
2211         * include/gdiplus/gdiplusimageattributes.h: New file.
2212         * include/gdiplus/gdiplusimagecodec.h: New file.
2213         * include/gdiplus/gdiplusimaging.h: New file.
2214         * include/gdiplus/gdiplusimpl.h: New file.
2215         * include/gdiplus/gdiplusinit.h: New file.
2216         * include/gdiplus/gdipluslinecaps.h: New file.
2217         * include/gdiplus/gdiplusmatrix.h: New file.
2218         * include/gdiplus/gdiplusmem.h: New file.
2219         * include/gdiplus/gdiplusmetafile.h: New file.
2220         * include/gdiplus/gdiplusmetaheader.h: New file.
2221         * include/gdiplus/gdipluspath.h: New file.
2222         * include/gdiplus/gdipluspen.h: New file.
2223         * include/gdiplus/gdipluspixelformats.h: New file.
2224         * include/gdiplus/gdiplusstringformat.h: New file.
2225         * include/gdiplus/gdiplustypes.h: New file.
2226         * lib/gdiplus.c: New file containing GDI+ variable definitions
2227         and GUIDs.
2228         * lib/gdiplus.def: New file.
2229         * lib/Makefile.in: Add gdiplus.o to EXTRA_OBJS,
2230         add gdiplus.c to SOURCES.
2231         * lib/test.c: Include gdiplus.h.
2232
2233 2010-06-28  Rick Rankin  <rrankin1424-mingw@yahoo.com>
2234
2235         * include/psapi.h (PROCESS_MEMORY_COUNTERS_EX, PERFORMANCE_INFORMATION,
2236         GetPerformanceInfo): Define.
2237         * lib/psapi.def (GetPerformanceInfo): Define.
2238         * include/wincrypt.h (CryptEnumProvidersA, CryptEnumProvidersW,
2239         CryptEnumProviders): Define.
2240
2241 2010-02-17  LRN  <lrn1986@gmail.com>
2242
2243         * include/shlguid.h (IID_IFolderView): Define.
2244         * include/shlobj.h (IFolderView interface): Define.
2245         * lib/shell32.c (IID_IFolderView): Export.
2246
2247 2010-01-26  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
2248
2249         * include/shldisp.h (AUTOCOMPLETEOPTIONS): Add version guard around
2250         ACO_WORD_FILTER and ACO_NOPREFIXFILTERING.
2251
2252 2010-01-26  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
2253
2254         * include/shldisp.h (AUTOCOMPLETEOPTIONS): Add enum.
2255
2256 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2257
2258         * include/shlobj.h (SHParseDisplayName): Fix definition.
2259
2260 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2261
2262         * include/w32api.h: Increment version to 3.14.
2263         * Makefile.in: Ditto.
2264
2265 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2266
2267         * include/shlobj.h (SHParseDisplayName): Define.
2268
2269         Thanks to James Roberts-Thomson for the report.
2270
2271 2009-20-10  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
2272
2273         * include/wingdi.h (ENHMFENUMPROC): Correct definition.
2274
2275         Thanks to Alexander Vassilev for the report.
2276
2277 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2278
2279         * include/iprtrmib.h (MIB_IPADDRROW): Correct definition.
2280
2281         Thanks to Thomas Denk for the report.
2282
2283 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2284
2285         * include/winbase.h (UnmapViewOfFile): Correct definition.
2286
2287         Thanks to Dimitry Sibiryakov for the report.
2288
2289 2009-20-10  Aleksey Chernov  <virxkane@users.sourceforge.net>
2290
2291         * include/sspi.h: Include ntsecapi.h to correct postgresql build error.
2292
2293 2009-20-10  Heiko Hund  <heiko@ist.eigentlich.net>
2294
2295         * include/commctrl.h (GetMUILanguage, InitMUILanguage): Add prototypes.
2296         * lib/comctl32.def (GetMUILanguage, InitMUILanguage): Define.
2297
2298 2009-20-10  Michael James  <james.me@gmail.com>
2299
2300         * include/wingdi.h (CLEARTYPE_QUALITY): Define.
2301         * include/winuser.h (WM_KEYLAST): Alternative definition when _WIN32_WINNT
2302         >= 0x0501.
2303         (WM_UNICHAR,UNICODE_NOCHAR): Define.
2304         * lib/comctl32.def (DefSubclassProc@16,GetWindowSubclass@16,
2305         RemoveWindowSubclass@12): Add exports.
2306         * lib/gdi32.def (GetDCBrushColor@4,GetDCPenColor@4): Add exports.
2307
2308 2009-20-10  Jarkko Sakkinen  <jarkko.sakkinen@iki.fi>
2309
2310         * include/winuser.h (WM_TOUCHMOVE, WM_TOUCHDOWN, WM_TOUCHUP,
2311         TOUCHEVENTF_DOWN, TOUCHEVENTF_INRANGE, TOUCHEVENTF_MOVE,
2312         TOUCHEVENTF_NOCOALESCE, TOUCHEVENTF_PALM, TOUCHEVENTF_PEN,
2313         TOUCHEVENTF_PRIMARY, TOUCHEVENTF_UP, TOUCHEVENTMASKF_CONTACTAREA,
2314         TOUCHEVENTMASKF_EXTRAINFO, TOUCHEVENTMASKF_TIMEFROMSYSTEM, TOUCHINPUT,
2315         CloseTouchInputHandle, GetTouchInputInfo, IsTouchWindow,
2316         RegisterTouchWindow, UnregisterTouchWindow): Define.
2317         * lib/user32.def (CloseTouchInputHandle, GetTouchInputInfo, IsTouchWindow,
2318         RegisterTouchWindow, UnregisterTouchWindow): Define.
2319
2320 2009-20-10  Dmitry Potapov  <dpotapov@users.sourceforge.net>
2321
2322         * include/winver.h (VerQueryValue[AW]): Correct definition.
2323
2324 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2325
2326         * include/shlobj.h (SHARD): Add enum.
2327         (SHARD_PATH): Define based on UNICODE.
2328
2329         Thanks to Jacek Caban for the report.
2330
2331 2009-14-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2332
2333         * include/wingdi.h (_devicemodeW, _devicemodeA): Correct definition.
2334
2335         Thanks to Bruno Martinez for the report.
2336
2337 2009-14-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2338
2339         * include/shlobj.h (IDO_SHGIOI_SHARE, IDO_SHGIOI_LINK, IDO_SHGIOI_SLOWFILE,
2340         IDO_SHGIOI_DEFAULT, SHGetIconOverlayIndexW, SHGetIconOverlayIndexA,
2341         SHGetIconOverlayIndex): Define.
2342
2343         Thanks to Tim Kosse for the report.
2344
2345 2009-13-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2346
2347         * include/wincon.h (AttachConsole): Correct guard.
2348
2349         Thanks to Alexander Shaduri for the report.
2350
2351 2009-13-09  Robert Moerland  <rjmoerland@users.sourceforge.net>
2352
2353         * include/wininet.h (NTERNET_CACHE_ENTRY_INFOW): Correct definition.
2354         (DeleteUrlCacheEntryW, DeleteUrlCacheEntryA): Define.
2355
2356 2009-13-09  Jacky Lai  <crazyjacky@users.sourceforge.net>
2357
2358         * include/winerror.h: Fix typos in macro names.
2359
2360 2009-13-09  Jan Nijtmans  <nijtmans@users.sourceforge.net>
2361
2362         * include/winuser.h (SendMessageTimeoutA, SendMessageTimeoutW): Correct
2363         definition.
2364
2365 2009-11-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2366
2367         * include/winnt.h (PROCESS_SUSPEND_RESUME): Define.
2368
2369 2009-10-29  Charles Wilson  <mingw@cwilson.fastmail.fm>
2370
2371         Honor DESTDIR for winsup/mingw and winsup/w32api.
2372         Detect and report error if installation paths are win32
2373         format, but DESTDIR is non-empty.
2374
2375         * Makefile.in (install, uninstall): Use FLAGS_TO_PASS
2376         when invoking make in subdirs.
2377         * lib/Makefile.in (DESTDIR): Honor per convention.
2378         (need-DESTDIR-compatibility): New macro; define it and a
2379         corresponding rule.
2380         (fail-DESTDIR-compatibility): New dependency goal.
2381         (install-libraries, install-headers, uninstall-libraries,
2382         uninstall-headers): Require need-DESTDIR-compatibility.
2383         * lib/ddk/Makefile.in: Ditto.
2384         * lib/directx/Makefile.in: Ditto.
2385
2386 2009-10-04  Corinna Vinschen  <corinna@vinschen.de>
2387
2388         * include/winbase.h (CreateRestrictedToken): Declare for >= Win 2000.
2389         _WIN32_WINNT >= 0x0500.
2390         (DISABLE_MAX_PRIVILEGE, SANDBOX_INERT, LUA_TOKEN,
2391         WRITE_RESTRICTED): Define.
2392         (IsTokenRestricted): Declare for >= Win 2000.
2393
2394 2009-08-30  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2395
2396         * include/wtsapi32.h (WTSQuerySessionInformationA,
2397         WTSQuerySessionInformationW, WTSQuerySessionInformation, WTSFreeMemory):
2398         Moved to (_WIN32_WINNT >= 0x0500) guard.
2399         (thanks to Pierre Ossman)
2400
2401 2009-08-09  Andy Koppe  <andy.koppe@gmail.com>
2402
2403         * include/winnls.h (IS_HIGH_SURROGATE, IS_LOW_SURROGATE,
2404         IS_SURROGATE_PAIR): Define.
2405
2406 2009-07-27  Corinna Vinschen  <corinna@vinschen.de>
2407
2408         * include/winnt.h (FILE_SUPPORTS_HARD_LINKS,
2409         FILE_SUPPORTS_EXTENDED_ATTRIBUTES, FILE_SUPPORTS_OPEN_BY_FILE_ID,
2410         FILE_SUPPORTS_USN_JOURNALS): Define.  Add comment.
2411         * include/ddk/ntifs.h: Ditto.
2412         (FILE_SEQUENTIAL_WRITE_ONCE, FILE_SUPPORTS_TRANSACTIONS): Define.
2413
2414 2009-07-21  Corinna Vinschen  <corinna@vinschen.de>
2415
2416         * lib/msimg32.def (GetDCBrushColor, GetDCPenColor): Move entry points
2417         from here...
2418         * lib/gdo32.dll: ...to here.
2419
2420 2009-07-01  Corinna Vinschen  <corinna@vinschen.de>
2421
2422         * lib/comctl32.def (StrCSpnA@8, StrCSpnIA@8, StrCSpnW@8, StrChrA@8,
2423         StrChrIA@8, StrChrIW@8, StrChrW@8, StrCmpNA@12, StrCmpNIA@12,
2424         StrCmpNIW@12, StrCmpNW@12, StrRChrA@12, StrRChrIA@12, StrRChrW@12,
2425         StrRStrIA@12, StrRStrIW@12, StrStrA@8, StrStrIA@8, StrStrIW@8,
2426         StrStrW@8, StrToIntA@4, StrToIntW@4): Remove erroneously defined
2427         entry points.
2428
2429 2009-06-24  Corinna Vinschen  <corinna@vinschen.de>
2430
2431         * include/wtsapi32.h (WTSQueryUserToken, WTSEnumerateSessionsW,
2432         WTSEnumerateSessionsA): Add function prototypes.
2433         (struct _WTS_SESSION_INFOW, struct _WTS_SESSION_INFOA): Add typedefs.
2434         (WTS_SESSION_INFO, PWTS_SESSION_INFO, WTSEnumerateSessions): Add
2435         defines dependent on UNICODE setting.
2436
2437 2009-06-07  Corinna Vinschen  <corinna@vinschen.de>
2438
2439         * include/ddk/ntapi.h: Add NtXxx equivalent to ZwXxx where missing
2440         and vice versa.
2441         * include/ddk/ntifs.h: Ditto.
2442         * include/ddk/winddk.h: Ditto.
2443         * lib/ntdll.def (NtPlugPlayControl, NtQueryInstallUILanguage,
2444         ZwPlugPlayControl, ZwQueryInstallUILanguage): Add entry points defined
2445         in header, but missing in lib.  Omit NT4-only entry points.
2446
2447 2009-05-01  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2448
2449         * include/shellapi.h (SHIL_LARGE, SHIL_SMALL, SHIL_EXTRALARGE,
2450         SHIL_SYSSMALL, SHIL_JUMBO, SHIL_LAST SHIL_JUMBO, SHGetImageList): Define.
2451         * lib/shell32.def (SHGetImageList): Define.
2452
2453 2009-02-18  Corinna Vinschen  <corinna@vinschen.de>
2454
2455         * winnt.h: Add Vista token security extensions.
2456         (SID_HASH_SIZE): Define.
2457         (TOKEN_MANDATORY_POLICY_OFF, TOKEN_MANDATORY_POLICY_NO_WRITE_UP,
2458         TOKEN_MANDATORY_POLICY_NEW_PROCESS_MIN,
2459         TOKEN_MANDATORY_POLICY_VALID_MASK): Define.
2460         (SID_HASH_ENTRY): Define.
2461         (struct _SID_AND_ATTRIBUTES_HASH): Define.
2462         (struct _TOKEN_LINKED_TOKEN): Define.
2463         (struct _TOKEN_MANDATORY_LABEL): Define.
2464         (struct _TOKEN_MANDATORY_POLICY): Define.
2465         (struct _TOKEN_ELEVATION): Define.
2466         (struct _TOKEN_ACCESS_INFORMATION): Define.
2467         (enum _TOKEN_INFORMATION_CLASS): Conditionally define new Vista token
2468         information enumeration values.
2469
2470 2009-02-09  Corinna Vinschen  <corinna@vinschen.de>
2471
2472         * include/winioctl.h (FSCTL_ALLOW_EXTENDED_DASD_IO): Copy definition
2473         from ddk/ntifs.h.
2474
2475 2009-02-06  Linton Miller  <Linton.Miller@trivininc.com>
2476
2477         * include/wtsapi32.h (WTS_CURRENT_SESSION): Fix definition.
2478
2479 2009-01-19  Corinna Vinschen  <corinna@vinschen.de>
2480
2481         * include/winbase.h (enum _DEP_SYSTEM_POLICY_TYPE): Fix version guard.
2482
2483 2009-01-11  Henry Nestler  <henry@bigfoot.de>
2484
2485         * lib/ddk/ntoskrnl.def: Enable ZwQueryEaFile, ZwSetEaFile, NtQueryEaFile,
2486         NtSetEaFile.
2487
2488 2009-01-07  Corinna Vinschen  <corinna@vinschen.de>
2489
2490         * include/winbase.h (SCS_64BIT_BINARY): Define.
2491
2492 2008-12-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2493
2494         * include/w32api.h: Increment version to 3.13.
2495         * Makefile.in: Ditto.
2496
2497 2008-12-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2498
2499         * lib/glut.def: remove.
2500         * lib/glut32.def: ditto.
2501
2502 2008-11-11  Corinna Vinschen  <corinna@vinschen.de>
2503
2504         * include/winbase.h (PROCESS_DEP_ENABLE,
2505         PROCESS_DEP_DISABLE_ATL_THUNK_EMULATION): Define for >= Vista SP1.
2506         (enum _DEP_SYSTEM_POLICY_TYPE): Ditto.
2507         (GetProcessDEPPolicy, GetSystemDEPPolicy, SetProcessDEPPolicy): Ditto.
2508
2509 2008-10-09  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2510
2511         * include/mmsystem.h (sndAlias): Correct GCC4 warning.
2512
2513 2008-10-04  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2514
2515         * include/shellapi.h (NOTIFYICON_VERSION_4): Define.
2516
2517 2008-09-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2518
2519         * include/vfw.h (capSendMessage): Rename to __capSendMessage.
2520
2521 2008-09-24  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2522
2523         * include/vfw.h (WM_CAP_SET_CALLBACK_ERRORA, WM_CAP_SET_CALLBACK_ERRORW,
2524         WM_CAP_SET_CALLBACK_STATUS, WM_CAP_SET_CALLBACK_YIELD,
2525         WM_CAP_SET_CALLBACK_FRAMEA, WM_CAP_SET_CALLBACK_FRAMEW,
2526         WM_CAP_SET_CALLBACK_VIDEOSTREAM, WM_CAP_SET_CALLBACK_WAVESTREAM,
2527         WM_CAP_GET_USER_DATA, WM_CAP_SET_USER_DATA, WM_CAP_DRIVER_CONNECT,
2528         WM_CAP_DRIVER_DISCONNECT, WM_CAP_DRIVER_GET_NAMEA, WM_CAP_DRIVER_GET_NAMEW,
2529         WM_CAP_DRIVER_GET_VERSIONA, WM_CAP_DRIVER_GET_VERSIONW,
2530         WM_CAP_DRIVER_GET_CAPS, WM_CAP_FILE_SET_CAPTURE_FILEA,
2531         WM_CAP_FILE_SET_CAPTURE_FILEW, WM_CAP_FILE_GET_CAPTURE_FILEA,
2532         WM_CAP_FILE_GET_CAPTURE_FILEW, WM_CAP_FILE_ALLOCATE, WM_CAP_FILE_SAVEASA,
2533         WM_CAP_FILE_SAVEASW, WM_CAP_FILE_SET_INFOCHUNK, WM_CAP_FILE_SAVEDIBA,
2534         WM_CAP_FILE_SAVEDIBW, WM_CAP_EDIT_COPY, WM_CAP_SET_AUDIOFORMAT,
2535         WM_CAP_GET_AUDIOFORMAT, WM_CAP_DLG_VIDEOFORMAT, WM_CAP_DLG_VIDEOSOURCE,
2536         WM_CAP_DLG_VIDEODISPLAY, WM_CAP_GET_VIDEOFORMAT, WM_CAP_SET_VIDEOFORMAT,
2537         WM_CAP_DLG_VIDEOCOMPRESSION, WM_CAP_SET_PREVIEW, WM_CAP_SET_OVERLAY,
2538         WM_CAP_SET_PREVIEWRATE, WM_CAP_SET_SCALE, WM_CAP_GET_STATUS,
2539         WM_CAP_SET_SCROLL, WM_CAP_GRAB_FRAME, WM_CAP_GRAB_FRAME_NOSTOP,
2540         WM_CAP_SEQUENCE, WM_CAP_SEQUENCE_NOFILE, WM_CAP_SET_SEQUENCE_SETUP,
2541         WM_CAP_GET_SEQUENCE_SETUP, WM_CAP_SET_MCI_DEVICEA, WM_CAP_SET_MCI_DEVICEW,
2542         WM_CAP_GET_MCI_DEVICEA, WM_CAP_GET_MCI_DEVICEW, WM_CAP_STOP, WM_CAP_ABORT,
2543         WM_CAP_SINGLE_FRAME_OPEN, WM_CAP_SINGLE_FRAME_CLOSE, WM_CAP_SINGLE_FRAME,
2544         WM_CAP_PAL_OPENA, WM_CAP_PAL_OPENW, WM_CAP_PAL_SAVEA, WM_CAP_PAL_SAVEW,
2545         WM_CAP_PAL_PASTE, WM_CAP_PAL_AUTOCREATE, WM_CAP_PAL_MANUALCREATE,
2546         WM_CAP_SET_CALLBACK_CAPCONTROL): Define using WM_USER.
2547         (capSendMessage): Don't undef.
2548
2549 2008-09-21  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2550
2551         * incude/sspi.h: include subauth.h to fix issue of UNICODE_STRING being
2552         undefined.
2553
2554 2008-09-13  mega-squall  <mega-squall@users.sf.net>
2555
2556         * include/winnt.h (SUBLANG_BENGALI_INDIA, SUBLANG_PUNJABI_INDIA,
2557         SUBLANG_ROMANIAN_ROMANIA): Correct definition.
2558         (SUBLANG_BENGALI_BANGLADESH, SUBLANG_PUNJABI_PAKISTAN,
2559         SUBLANG_ROMANIAN_MOLDOVA): Define.
2560
2561 2008-09-11  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2562
2563         * include/shlwapi.h (ASSOCSTR): Update enum.
2564
2565 2008-09-07  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2566
2567         * include/w32api.h: Increment version to 3.12.
2568         * Makefile.in: Ditto.
2569
2570 2008-09-07  Michael Hentschel  <mikeh42@users.sourceforge.net>
2571
2572         * include/shlwapi.h (STIF_DEFAULT, STIF_SUPPORT_HEX): Define.
2573
2574 2008-09-07  alsemm  <alsemm@users.sourceforge.net>
2575
2576         * include/mlang.h (IMLangFontLink2::MapFont): Fix definition.
2577
2578 2008-09-07  Danny Smith  <dannysmith@users.sourceforge.net>
2579
2580         * include/ws2tcpip.h (IPV6_MREQ): Fix typo.
2581         Thanks to Richard Hughes for report.
2582
2583 2008-09-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2584
2585         * Makefile.in: Adjust to new naming standard for MinGW while maintaining old
2586         naming standard for Cygwin.
2587
2588 2008-08-30  Bo Yang  <techrazy@users.sourceforge.net>
2589
2590         * include/sspi.h: Fix PSecurityFunctionTableW structure.
2591
2592 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2593
2594         * include/ddk/scsi.h: Define READ_TOC formats.
2595         * lib/ddk/scsiport.def (ScsiPortGetDeviceBase): Fix export.
2596
2597 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2598
2599         * include/ddk/ndis.h (NDIS_MINIPORT_MAJOR_VERSION, NDIS_MINIPORT_MINOR_VERSION,
2600         struct NDIS_TASK_OFFLOAD_HEADER, PROTOCOL_RESERVED_SIZE_IN_PACKET,
2601         NdisGetFirstBufferFromPacketSafe, NdisMIndicateReceivePacket,
2602         NdisSetPacketPoolProtocolId, NdisMInitializeTimer, NdisMSetPeriodicTimer,
2603         NdisMCancelTimer): Define.
2604         (enum NDIS_ENCAPSULATION, struct NDIS_ENCAPSULATION_FORMAT): move in file.
2605         (struct _NDIS_PACKET): Define using _ANONYMOUS_UNION and ANONYMOUS_STRUCT to
2606         eliminate warnings.
2607         (NdisReinitializePacket): Rename from NdisReinitializePacketCounts.
2608         * lib/ddk/ndis.def (NdisInitAnsiString, NdisInitUnicodeString, NdisMCancelTimer,
2609         NdisMInitializeTimer, NdisMSetPeriodicTimer, NdisSetPacketPoolProtocolId):
2610         Export.
2611
2612 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2613
2614         * include/ddk/winddk.h (RtlStringCbCopyA, RtlStringCbPrintfA,
2615         RtlStringCbVPrintfA): define in terms of POSIX string functions.
2616
2617 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2618
2619         * include/ddk/winddk.h (KeRaiseIrql): Define.
2620         (KfRaiseIrql, KfLowerIrql): remove incorrect definitions.
2621
2622 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2623
2624         * include/ddk/winddk.h (KeFlushQueuedDpcs, KeMemoryBarrier): Define.
2625         (KeGetCurrentProcessorNumber): Fix incorrect member reference.
2626         (InterlockedIncrement, InterlockedDecrement): fix warning.
2627         * lib/ddk/ntoskrnl.def (KeFlushQueuedDpcs, KeMemoryBarrier): Export.
2628         (KeNumberProcessors): Export.
2629
2630 2008-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2631
2632         * include/shlwapi.h (ASSOCF_INIT_NOREMAPCLSID, ASSOCF_INIT_BYEXENAME,
2633         ASSOCF_OPEN_BYEXENAME, ASSOCF_INIT_DEFAULTTOSTAR,
2634         ASSOCF_INIT_DEFAULTTOFOLDER, ASSOCF_NOUSERSETTINGS, ASSOCF_NOTRUNCATE,
2635         ASSOCF_VERIFY, ASSOCF_REMAPRUNDLL, ASSOCF_NOFIXUPS, ASSOCF_IGNOREBASECLASS,
2636         ASSOCF_INIT_IGNOREUNKNOWN): Define.
2637
2638 2008-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2639
2640         * include/commctrl.h (LVN_MARQUEEBEGIN): Define.
2641
2642         Thanks to Tim Kosse <botg at users dot sf dot net>.
2643
2644 2008-08-22  Bo Yang  <techrazy@users.sourceforge.net>
2645
2646         * include/winnt.h (OWNER_SECURITY_INFORMATION, GROUP_SECURITY_INFORMATION,
2647         DACL_SECURITY_INFORMATION, SACL_SECURITY_INFORMATION): Correct.
2648         * include/winnt.h (OWNER_SECURITY_INFORMATION, GROUP_SECURITY_INFORMATION,
2649         DACL_SECURITY_INFORMATION, SACL_SECURITY_INFORMATION,
2650         LABEL_SECURITY_INFORMATION, UNPROTECTED_SACL_SECURITY_INFORMATION,
2651         UNPROTECTED_DACL_SECURITY_INFORMATION, PROTECTED_SACL_SECURITY_INFORMATION,
2652         PROTECTED_DACL_SECURITY_INFORMATION): Define.
2653
2654 2008-08-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2655
2656         * include/wtsapi32.h (_WTS_INFO_CLASS, _WTS_CONNECTSTATE_CLASS,
2657         WTSQuerySessionInformation, WTSFreeMemory): Define.
2658
2659 2008-07-25  Bo Yang  <techrazy@users.sourceforge.net>
2660
2661         * lib/gdi32.def (SetLayout): Export.
2662
2663 2008-07-25  Bo Yang  <techrazy@users.sourceforge.net>
2664
2665         * include/wincrypt.h (struct _CRYPT_KEY_PROV_PARAM,
2666         struct _CRYPT_KEY_PROV_INFO, CertGetCertificateContextProperty,
2667         CryptEnumKeyIdentifierProperties, CryptAcquireCertificatePrivateKey,
2668         CertCreateCertificateContext, CryptGetKeyIdentifierProperty,
2669         CertSetCertificateContextProperty, CertCompareCertificateName,
2670         CryptSetKeyIdentifierProperty, CertOIDToAlgId, CryptGetDefaultProviderA,
2671         CryptGetDefaultProviderW and many corresponding macroes): Define.
2672         * lib/crypt32.def (Export the above 11 functions): Export.
2673         * include/winerror.h (CRYPT_E_NOT_FOUND and other crypt related
2674         macroes): Define.
2675
2676
2677 2008-07-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2678
2679         * include/winuser.h (MENUGETOBJECTINFO, MNGO_NOINTERFACE, MNGO_NOERROR,
2680         MNGOF_TOPGAP, MNGOF_BOTTOMGAP): Define.
2681
2682 2008-07-24  techrazy  <techrazy@users.sourceforge.net>
2683
2684         * include/wingdi.h (OUT_PS_ONLY_PRECIS): Define.
2685
2686 2008-07-24  Corinna Vinschen  <corinna@vinschen.de>
2687
2688         * include/lmaccess.h (struct _USER_INFO_4): Define.
2689         (struct _USER_INFO_23): Define.
2690         (struct _GROUP_INFO_3): Define.
2691
2692 2008-07-14  Corinna Vinschen  <corinna@vinschen.de>
2693
2694         * include/iphlpapi.h (GetExtendedTcpTable): Add prototype.
2695         * include/iprtrmib.h (TCP_TABLE_CLASS, MIB_TCPROW_OWNER_PID,
2696         MIB_TCPTABLE_OWNER_PID, MIB_TCP6ROW_OWNER_PID,
2697         MIB_TCP6TABLE_OWNER_PID): Define.
2698         * lib/iphlpapi.def (GetExtendedTcpTable): Export.
2699
2700 2008-06-25  Brandon Sneed  <nivenh@sourceware.org>
2701
2702         * include/winbase.h (GetProcessHandleCount, GetSystemRegistryQuota,
2703         GetThreadIOPendingFlag): Modified to rely on _WIN32_WINNT 0x0501 instead
2704         of 0x0502.
2705         Bug reported by Thomas Denk.
2706
2707 2008-06-25  Brandon Sneed  <nivenh@sourceware.org>
2708
2709         * include/winbase.h (InterlockedIncrement, InterlockedDecrement,
2710         InterlockedCompareExchange, InterlockedExchange,
2711         InterlockedCompareExchangePointer, InterlockedExchangeAdd,
2712         InterlockedExchangePointer): Modified from PLONG to LONG volatile *.
2713         Bug reported by Erik Blake.
2714
2715 2008-06-20  Danny Smith  <dannysmith@users.sourceforge.net>
2716
2717         * lib/ddk/hal.def (HalTranslateBusAddress): Correct suffix.
2718         * lib/ddk/ntoskrnl.def (MmAllocateContiguousMemory): Correct suffix.
2719         Bug reported by Brian Hawley.
2720
2721 2008-06-17  Corinna Vinschen  <corinna@vinschen.de>
2722
2723         * include/dsgetdc.h (DS_FORCE_REDISCOVERY, DS_FORCE_REDISCOVERY,
2724         DS_DIRECTORY_SERVICE_REQUIRED, DS_DIRECTORY_SERVICE_PREFERRED,
2725         DS_GC_SERVER_REQUIRED, DS_PDC_REQUIRED, DS_BACKGROUND_ONLY,
2726         DS_IP_REQUIRED, DS_KDC_REQUIRED, DS_TIMESERV_REQUIRED,
2727         DS_WRITABLE_REQUIRED, DS_GOOD_TIMESERV_PREFERRED, DS_AVOID_SELF,
2728         DS_ONLY_LDAP_NEEDED, DS_IS_FLAT_NAME, DS_IS_DNS_NAME,
2729         DS_RETURN_DNS_NAME, DS_RETURN_FLAT_NAME): Define.
2730         (DsGetDcNameW, DsGetDcNameA): Declare.
2731         (DsGetDcName): Define.
2732         * lib/netapi32.def (DsGetDcNameA, DsGetDcNameW): Export.
2733
2734 2008-05-28  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2735
2736         * include/commctrl.h (NMLVODSTATECHANGE): Define.
2737
2738         Thanks to Tim Kosse <botg at users dot sf dot net>.
2739
2740 2008-05-28  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2741
2742         * include/winnt.h (SUBLANG_TIBETAN_BHUTAN): Fix definition.
2743
2744         Thanks to Nicola Di Nisio <nicoladinisio at users dot sf dot net>.
2745
2746 2008-05-15  Corinna Vinschen  <corinna@vinschen.de>
2747
2748         * include/winnt.h (FILE_SEQUENTIAL_WRITE_ONCE): Define.
2749         (FILE_SUPPORTS_TRANSACTIONS): Define.
2750
2751 2008-05-01  Bart Oldeman  <bartoldeman@users.sf.net>
2752
2753         * include/winuser.h (DEVICE_NOTIFY_WINDOW_HANDLE,
2754         DEVICE_NOTIFY_SERVICE_HANDLE): remove duplicate definition.
2755
2756 2008-05-02  Ramiro Polla  <ramiro@lisha.ufsc.br>
2757
2758         * include/vfw.h (WM_CAP_SET_CALLBACK_ERRORA, WM_CAP_SET_CALLBACK_ERRORW,
2759         WM_CAP_SET_CALLBACK_STATUS, WM_CAP_SET_CALLBACK_YIELD,
2760         WM_CAP_SET_CALLBACK_FRAMEA, WM_CAP_SET_CALLBACK_FRAMEW,
2761         WM_CAP_SET_CALLBACK_VIDEOSTREAM, WM_CAP_SET_CALLBACK_WAVESTREAM,
2762         WM_CAP_GET_USER_DATA, WM_CAP_SET_USER_DATA, WM_CAP_DRIVER_CONNECT,
2763         WM_CAP_DRIVER_DISCONNECT, WM_CAP_DRIVER_GET_NAMEA, WM_CAP_DRIVER_GET_NAMEW,
2764         WM_CAP_DRIVER_GET_VERSIONA, WM_CAP_DRIVER_GET_VERSIONW,
2765         WM_CAP_DRIVER_GET_CAPS, WM_CAP_FILE_SET_CAPTURE_FILEA,
2766         WM_CAP_FILE_SET_CAPTURE_FILEW, WM_CAP_FILE_GET_CAPTURE_FILEA,
2767         WM_CAP_FILE_GET_CAPTURE_FILEW, WM_CAP_FILE_ALLOCATE, WM_CAP_FILE_SAVEASA,
2768         WM_CAP_FILE_SAVEASW, WM_CAP_FILE_SET_INFOCHUNK, WM_CAP_FILE_SAVEDIBA,
2769         WM_CAP_FILE_SAVEDIBW, WM_CAP_EDIT_COPY, WM_CAP_SET_AUDIOFORMAT,
2770         WM_CAP_GET_AUDIOFORMAT, WM_CAP_DLG_VIDEOFORMAT, WM_CAP_DLG_VIDEOSOURCE,
2771         WM_CAP_DLG_VIDEODISPLAY, WM_CAP_GET_VIDEOFORMAT, WM_CAP_SET_VIDEOFORMAT,
2772         WM_CAP_DLG_VIDEOCOMPRESSION, WM_CAP_SET_PREVIEW, WM_CAP_SET_OVERLAY,
2773         WM_CAP_SET_PREVIEWRATE, WM_CAP_SET_SCALE, WM_CAP_GET_STATUS,
2774         WM_CAP_SET_SCROLL, WM_CAP_GRAB_FRAME, WM_CAP_GRAB_FRAME_NOSTOP,
2775         WM_CAP_SEQUENCE, WM_CAP_SEQUENCE_NOFILE, WM_CAP_SET_SEQUENCE_SETUP,
2776         WM_CAP_GET_SEQUENCE_SETUP, WM_CAP_SET_MCI_DEVICEA, WM_CAP_SET_MCI_DEVICEW,
2777         WM_CAP_GET_MCI_DEVICEA, WM_CAP_GET_MCI_DEVICEW, WM_CAP_STOP, WM_CAP_ABORT,
2778         WM_CAP_SINGLE_FRAME_OPEN, WM_CAP_SINGLE_FRAME_CLOSE, WM_CAP_SINGLE_FRAME,
2779         WM_CAP_PAL_OPENA, WM_CAP_PAL_OPENW, WM_CAP_PAL_SAVEA, WM_CAP_PAL_SAVEW,
2780         WM_CAP_PAL_PASTE, WM_CAP_PAL_AUTOCREATE, WM_CAP_PAL_MANUALCREATE,
2781         WM_CAP_SET_CALLBACK_CAPCONTROL, WM_CAP_SET_CALLBACK_ERROR,
2782         WM_CAP_SET_CALLBACK_FRAME, WM_CAP_DRIVER_GET_NAME,
2783         WM_CAP_DRIVER_GET_VERSION, WM_CAP_FILE_SET_CAPTURE_FILE,
2784         WM_CAP_FILE_GET_CAPTURE_FILE, WM_CAP_FILE_SAVEAS, WM_CAP_FILE_SAVEDIB,
2785         WM_CAP_SET_MCI_DEVICE, WM_CAP_GET_MCI_DEVICE, WM_CAP_PAL_OPEN,
2786         WM_CAP_PAL_SAVE, capSetCallbackOnError, capSetCallbackOnStatus,
2787         capSetCallbackOnYield, capSetCallbackOnFrame, capSetCallbackOnVideoStream,
2788         capSetCallbackOnWaveStream, capGetUserData, capSetUserData,
2789         capDriverConnect, capDriverDisconnect, capDriverGetName,
2790         capDriverGetVersion, capDriverGetCaps, capFileSetCaptureFile,
2791         capFileGetCaptureFile, capFileAlloc, capFileSaveAs, capFileSetInfoChunk,
2792         capFileSaveDIB, capEditCopy, capSetAudioFormat, capGetAudioFormat,
2793         capGetAudioFormatSize, capDlgVideoFormat, capDlgVideoSource,
2794         capDlgVideoDisplay, capGetVideoFormat, capGetVideoFormatSize,
2795         capSetVideoFormat, capDlgVideoCompression, capPreview, capOverlay,
2796         capPreviewRate, capPreviewScale, capGetStatus, capSetScrollPos,
2797         capGrabFrame, capGrabFrameNoStop, capCaptureSequence,
2798         capCaptureSequenceNoFile, capCaptureSetSetup, capCaptureGetSetup,
2799         capSetMCIDeviceName, capGetMCIDeviceName, capCaptureStop, capCaptureAbort,
2800         capCaptureSingleFrameOpen, capCaptureSingleFrameClose,
2801         capCaptureSingleFrame, capPaletteOpen, capPaletteSave, capPalettePaste,
2802         capPaletteAuto, capPaletteManual, capSetCallbackOnCapControl): Define.
2803         (CAPDRIVERCAPS, *LPCAPDRIVERCAPS, CAPINFOCHUNK, *LPCAPINFOCHUNK, CAPSTATUS,
2804         *LPCAPSTATUS, CAPTUREPARMS, *LPCAPTUREPARMS, VIDEOHDR, *LPVIDEOHDR): typedef.
2805
2806 2008-04-26  Yuval  <uvman@users.sourceforge.net>
2807
2808         * include/ntsecpkg.h (SECPKG_STATE_ENCRYPTION_PERMITTED,
2809         SECPKG_STATE_STRONG_ENCRYPTION_PERMITTED, SECPKG_STATE_DOMAIN_CONTROLLER,
2810         SECPKG_STATE_WORKSTATION, SECPKG_STATE_STANDALONE,
2811         LSA_TOKEN_INFORMATION_TYPE, SECPKG_EXTENDED_INFORMATION_CLASS,
2812         SECPKG_NAME_TYPE, SECPKG_PRIMARY_CRED, SECPKG_SUPPLEMENTAL_CRED,
2813         SECPKG_SUPPLEMENTAL_CRED_ARRAY, SECPKG_PARAMETERS,
2814         SECPKG_EVENT_DOMAIN_CHANGE, SECPKG_CLIENT_INFO, SecurityUserData,
2815         SECPKG_GSS_INFO, SECPKG_CONTEXT_THUNKS, SECPKG_MUTUAL_AUTH_LEVEL,
2816         SECPKG_CALL_INFO, SECPKG_EXTENDED_INFORMATION, PLSA_CALLBACK_FUNCTION,
2817         *PLSA_CLIENT_REQUEST, LSA_SEC_HANDLE, SEC_THREAD_START, SEC_ATTRS,
2818         *PLSA_REGISTER_CALLBACK, *PLSA_CREATE_LOGON_SESSION,
2819         *PLSA_DELETE_LOGON_SESSION, *PLSA_ADD_CREDENTIAL, *PLSA_GET_CREDENTIALS,
2820         *PLSA_DELETE_CREDENTIAL, *PLSA_ALLOCATE_LSA_HEAP, *PLSA_FREE_LSA_HEAP,
2821         *PLSA_ALLOCATE_CLIENT_BUFFER, *PLSA_FREE_CLIENT_BUFFER,
2822         *PLSA_COPY_TO_CLIENT_BUFFER, *PLSA_COPY_FROM_CLIENT_BUFFER,
2823         *PLSA_IMPERSONATE_CLIENT, *PLSA_UNLOAD_PACKAGE, *PLSA_DUPLICATE_HANDLE,
2824         *PLSA_SAVE_SUPPLEMENTAL_CREDENTIALS, *PLSA_CREATE_THREAD,
2825         *PLSA_GET_CLIENT_INFO, *PLSA_REGISTER_NOTIFICATION,
2826         *PLSA_CANCEL_NOTIFICATION, *PLSA_MAP_BUFFER, *PLSA_CREATE_TOKEN,
2827         *PLSA_AUDIT_LOGON, *PLSA_CALL_PACKAGE, *PLSA_FREE_LSA_HEAP,
2828         *PLSA_GET_CALL_INFO, *PLSA_CALL_PACKAGEEX, *PLSA_CREATE_SHARED_MEMORY,
2829         *PLSA_ALLOCATE_SHARED_MEMORY, *PLSA_FREE_SHARED_MEMORY,
2830         *PLSA_DELETE_SHARED_MEMORY, *PLSA_OPEN_SAM_USER, *PLSA_GET_USER_CREDENTIALS,
2831         *PLSA_GET_USER_AUTH_DATA, *PLSA_CLOSE_SAM_USER,
2832         *PLSA_CONVERT_AUTH_DATA_TO_TOKEN, *PLSA_CLIENT_CALLBACK,
2833         *PLSA_UPDATE_PRIMARY_CREDENTIALS, *PLSA_GET_AUTH_DATA_FOR_USER,
2834         *PLSA_CRACK_SINGLE_NAME, *PLSA_AUDIT_ACCOUNT_LOGON,
2835         *PLSA_CALL_PACKAGE_PASSTHROUGH, SECPKG_DLL_FUNCTIONS, LSA_DISPATCH_TABLE,
2836         LSA_SECPKG_FUNCTION_TABLE, *PLSA_AP_INITIALIZE_PACKAGE, *PLSA_AP_LOGON_USER,
2837         *PLSA_AP_CALL_PACKAGE, *PLSA_AP_LOGON_TERMINATED,
2838         *PLSA_AP_CALL_PACKAGE_UNTRUSTED, *PLSA_AP_CALL_PACKAGE_PASSTHROUGH,
2839         *PLSA_AP_LOGON_USER_EX, *PLSA_AP_LOGON_USER_EX2, SpInitializeFn,
2840         SpShutDownFn, SpGetInfoFn, SpAcceptCredentialsFn,
2841         SpAcquireCredentialsHandleFn, SpQueryCredentialsAttributesFn,
2842         SpFreeCredentialsHandleFn, SpSaveCredentialsFn, SpGetCredentialsFn,
2843         SpDeleteCredentialsFn, SpInitLsaModeContextFn, SpAcceptLsaModeContextFn,
2844         SpDeleteContextFn, SpApplyControlTokenFn, SpGetUserInfoFn,
2845         SpGetExtendedInformationFn, SpQueryContextAttributesFn, SpAddCredentialsFn,
2846         SpSetExtendedInformationFn, SpInstanceInitFn, SpInitUserModeContextFn,
2847         SpMakeSignatureFn, SpVerifySignatureFn, SpSealMessageFn, SpUnsealMessageFn,
2848         SpGetContextTokenFn, SpCompleteAuthTokenFn, SpFormatCredentialsFn,
2849         SpMarshallSupplementalCredsFn, SpExportSecurityContextFn,
2850         SpImportSecurityContextFn, SECPKG_FUNCTION_TABLE,
2851         SECPKG_USER_FUNCTION_TABLE, *SpLsaModeInitializeFn,
2852         *SpUserModeInitializeFn): Define.
2853         * include/sspi.h (SECURITY_STRING): Define.
2854
2855 2008-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
2856
2857         * include/specstrings.h: Add more dummy defines.
2858
2859 2008-04-22  Corinna Vinschen  <corinna@vinschen.de>
2860
2861         * include/winnt.h (SECURITY_MANDATORY_LABEL_AUTHORITY): Define.
2862         (SECURITY_MANDATORY_UNTRUSTED_RID): Define.
2863         (SECURITY_MANDATORY_LOW_RID): Define.
2864         (SECURITY_MANDATORY_MEDIUM_RID): Define.
2865         (SECURITY_MANDATORY_HIGH_RID): Define.
2866         (SECURITY_MANDATORY_SYSTEM_RID): Define.
2867         (SECURITY_MANDATORY_PROTECTED_PROCESS_RID): Define.
2868         (SECURITY_MANDATORY_MAXIMUM_USER_RID): Define.
2869         (SE_GROUP_INTEGRITY): Define.
2870         (SE_GROUP_INTEGRITY_ENABLED): Define.
2871
2872 2008-04-11  Corinna Vinschen  <corinna@vinschen.de>
2873
2874         * include/sddl.h (ConvertStringSidToSidA): Declare.
2875         (ConvertStringSidToSidW): Declare.
2876         (ConvertStringSidToSid): Define.
2877
2878 2008-03-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2879
2880         * include/mprapi.h: Add guard for MprAdminAcceptReauthentication function
2881         and MPR_INTERFACE_3 structure since they are available only in Windows
2882         Server 2008
2883
2884         Thanks to crackedmind  <crackedmind at sf dot net>.
2885
2886 2008-02-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2887
2888         * include/winnt.h: Update guard around KEY_WOW64_64KEY and KEY_WOW64_32KEY
2889         definitions.
2890         * include/winreg.h (KEY_WOW64_64KEY, KEY_WOW64_32KEY): Remove.
2891
2892 2008-02-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2893
2894         * include/winnt.h (KEY_WOW64_64KEY, KEY_WOW64_32KEY): Define.
2895
2896 2008-02-02  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2897
2898         * include/specstrings.h (IN, OUT, OPTIONAL): Remove.
2899         * include/windef.h (IN, OUT, OPTIONAL): Define.
2900
2901 2008-02-02  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2902
2903         * include/specstrings.h: new file, move pseudo modifiers from windef.h.
2904         * include/windef.h (__in, __inout, __in_opt, __in_bcound, __in_ecount,
2905         __out, __out_ecount_part, __struct_bcount, __field_ecount_opt,
2906         __out_bcount_opt): Move to specstrings.h.
2907
2908 2008-01-30  Brandon Sneed  <nivenh@sourceware.org>
2909
2910         * lib/bthprops.def: new file, bluetooth imports.
2911
2912 2008-01-30  Brandon Sneed  <nivenh@sourceware.org>
2913
2914         * include/windef.h (__in, __inout, __in_opt, __in_bcound, __in_ecount,
2915         __out, __out_ecount_part, __struct_bcount, __field_ecount_opt,
2916         __out_bcount_opt): Defined additional pseudo-modifiers.
2917
2918 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2919         * include/ras.h (RAS_MaxDnsSuffix): corrected typo, was RAX_MaxDnsSuffix.
2920         (RASENTRYA, RASENTRYW): Added members (dwfOptions2, dwfOptions3, szDnsSuffix,
2921         dwTcpWindowSize, szPrerequisitePbk, szPrerequisiteEntry, dwRedialCount,
2922         dwRedialPause.
2923
2924 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2925
2926         * include/winnt.h (SYSTEM_POWER_CONDITION): typedef.
2927         * include/winuser.h (PBT_POWERSETTINGCHANGE, DEVICE_NOTIFY_WINDOW_HANDLE,
2928         DEVICE_NOTIFY_SERVICE_HANDLE): define.
2929         * include/winuser.h (LPCGUID, HPOWERNOTIFY, POWERBROADCAST_SETTING): typedefs.
2930         * include/winuser.h (GUID_POWERSCHEME_PERSONALITY, GUID_MIN_POWER_SAVINGS,
2931         GUID_MAX_POWER_SAVINGS, GUID_TYPICAL_POWER_SAVINGS, GUID_ACDC_POWER_SOURCE,
2932         GUID_BATTERY_PERCENTAGE_REMAINING, GUID_IDLE_BACKGROUND_TASK,
2933         GUID_SYSTEM_AWAYMODE, GUID_MONITOR_POWER_ON): added externs for GUIDs.
2934         * include/winuser.h (RegisterPowerSettingNotification,
2935         UnregisterPowerSettingNotification): Add prototypes.
2936         * lib/user32.def: Added imports for the above prototypes.
2937         * lib/Makefile.in: Added build support for power-uuid.c.
2938         * lib/power-uuid.c: New file containing power GUID definitions.
2939
2940 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2941
2942         * include/ras.h (RAS_MaxDnsSuffix): define.
2943
2944 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2945
2946         * include/psapi.h (GetProcessImageFileNameA, GetProcessImageFileNameW):
2947         Add prototypes.
2948         * lib/psapi.def (GetProcessImageFileNameA@12, GetProcessImageFileNameW@12):
2949         Add exports.
2950
2951 2007-12-27  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2952
2953         * include/w32api.h: Increment version to 3.11.
2954         * Makefile.in: Ditto.
2955
2956 2007-12-11  Dave Korn  <dave.korn@artimi.com>
2957
2958         * include/wincrypt.h (PCRYPT_DECODE_PARA):  Add missing typedef.
2959         (CERT_POLICY_MAPPINGS_INFO):  Move before CERT_POLICY_MAPPING.
2960
2961 2007-12-03  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2962
2963         * include/wingdi.h: Change WINVER guard to _WIN32_WINNT.
2964
2965 2007-12-03  techrazy  <techrazy@users.sourceforge.net>
2966
2967         * include/wingdi.h (NTM_NONNEGATIVE_AC, NTM_PS_OPENTYPE, NTM_TT_OPENTYPE,
2968         NTM_MULTIPLEMASTER, NTM_TYPE1, NTM_DSIG): define.
2969
2970 2007-11-21  Kevin Conaway  <kevin_conaway@users.sourceforge.net>
2971
2972         * include/wincrypt.h (CryptProtectData, CryptUnprotectData): define.
2973
2974 2007-11-21  elsapo  <elsapo@users.sourceforge.net>
2975
2976         * include/wincrypt.h (CERT_NAME_STR_COMMA_FLAG,
2977         CERT_NAME_STR_DISABLE_IE4_UTF8_FLAG, CERT_NAME_STR_ENABLE_UTF8_UNICODE_FLAG,
2978         CMC_ADD_ATTRIBUTES, CMC_ADD_EXTENSIONS, X509_CERT_PAIR,
2979         X509_CERTIFICATE_TEMPLATE, X509_CROSS_CERT_DIST_POINTS, CMC_DATA,
2980         X509_NAME_CONSTRAINTS, X509_POLICY_CONSTRAINTS, X509_POLICY_MAPPINGS,
2981         CMC_RESPONSE, CMC_STATUS, X509_ALGORITHM_IDENTIFIER, X509_ALTERNATE_NAME,
2982         PKCS_ATTRIBUTE, X509_AUTHORITY_INFO_ACCESS, X509_AUTHORITY_KEY_ID,
2983         X509_AUTHORITY_KEY_ID2, szOID_BASIC_CONSTRAINTS, X509_BASIC_CONSTRAINTS2,
2984         X509_BIOMETRIC_EXT, X509_BITS, X509_CERT, X509_CERT_CRL_TO_BE_SIGNED,
2985         X509_CERT_POLICIES, X509_CERT_REQUEST_TO_BE_SIGNED, X509_CERT_TO_BE_SIGNED,
2986         X509_CHOICE_OF_TIME, PKCS_CONTENT_INFO, PKCS_CONTENT_INFO_SEQUENCE_OF_ANY,
2987         X509_CRL_DIST_POINTS, RSA_CSP_PUBLICKEYBLOB, PKCS_CTL, X509_DSS_PARAMETERS,
2988         X509_DSS_SIGNATURE, X509_ECC_SIGNATURE, X509_ENHANCED_KEY_USAGE,
2989         X509_ENUMERATED, X509_EXTENSIONS, X509_INTEGER, X509_ISSUING_DIST_POINT,
2990         X509_KEY_ATTRIBUTES, X509_KEY_USAGE, X509_KEY_USAGE_RESTRICTION,
2991         X509_KEYGEN_REQUEST_TO_BE_SIGNED, X509_LOGOTYPE_EXT,
2992         X509_MULTI_BYTE_INTEGER, X509_MULTI_BYTE_UINT, X509_NAME, X509_NAME_VALUE,
2993         X509_OBJECT_IDENTIFIER, X509_OCTET_STRING, X509_PUBLIC_KEY_INFO,
2994         PKCS_RC2_CBC_PARAMETERS, CNG_RSA_PUBLIC_KEY_BLOB,
2995         PKCS_RSA_SSA_PSS_PARAMETERS, PKCS_RSAES_OAEP_PARAMETERS,
2996         ECC_CMS_SHARED_INFO, X509_SEQUENCE_OF_ANY, PKCS7_SIGNER_INFO,
2997         CMS_SIGNER_INFO, PKCS_SMIME_CAPABILITIES, PKCS_TIME_REQUEST,
2998         X509_UNICODE_NAME, X509_UNICODE_NAME_VALUE, PKCS_UTC_TIME,
2999         OCSP_SIGNED_REQUEST, OCSP_REQUEST, OCSP_RESPONSE,
3000         OCSP_BASIC_SIGNED_RESPONSE, OCSP_BASIC_RESPONSE, CRL_REASON_UNSPECIFIED,
3001         CRL_REASON_KEY_COMPROMISE, CRL_REASON_CA_COMPROMISE,
3002         CRL_REASON_AFFILIATION_CHANGED, CRL_REASON_SUPERSEDED,
3003         CRL_REASON_CESSATION_OF_OPERATION, CRL_REASON_CERTIFICATE_HOLD,
3004         CRL_REASON_REMOVE_FROM_CRL, CRYPT_ENCODE_ALLOC_FLAG,
3005         CRYPT_UNICODE_NAME_ENCODE_DISABLE_CHECK_TYPE_FLAG,
3006         CRYPT_UNICODE_NAME_ENCODE_ENABLE_T61_UNICODE_FLAG,
3007         CRYPT_UNICODE_NAME_ENCODE_ENABLE_UTF8_UNICODE_FLAG,
3008         CRYPT_UNICODE_NAME_ENCODE_FORCE_UTF8_UNICODE_FLAG,
3009         szOID_APPLICATION_CERT_POLICIES, szOID_APPLICATION_POLICY_CONSTRAINTS,
3010         szOID_APPLICATION_POLICY_MAPPINGS, szOID_AUTHORITY_INFO_ACCESS,
3011         szOID_AUTHORITY_KEY_IDENTIFIER, szOID_AUTHORITY_KEY_IDENTIFIER2,
3012         X509_BASIC_CONSTRAINTS, szOID_BIOMETRIC_EXT, szOID_CERT_EXTENSIONS,
3013         szOID_CERT_POLICIES, szOID_CERTIFICATE_TEMPLATE, szOID_CRL_NUMBER,
3014         szOID_CROSS_CERT_DIST_POINTS, szOID_DELTA_CRL_INDICATOR,
3015         szOID_ENROLLMENT_NAME_VALUE_PAIR, szOID_FRESHEST_CRL,
3016         szOID_ISSUING_DIST_POINT, szOID_NAME_CONSTRAINTS, szOID_CRL_DIST_POINTS,
3017         szOID_CRL_REASON_CODE, szOID_CRL_VIRTUAL_BASE, szOID_ECC_PUBLIC_KEY,
3018         szOID_ECDSA_SPECIFIED, szOID_ENHANCED_KEY_USAGE, szOID_ISSUER_ALT_NAME,
3019         szOID_ISSUER_ALT_NAME2, szOID_KEY_ATTRIBUTES, szOID_KEY_USAGE,
3020         szOID_KEY_USAGE_RESTRICTION, szOID_LOGOTYPE_EXT, szOID_POLICY_CONSTRAINTS,
3021         szOID_POLICY_MAPPINGS, szOID_RSA_SSA_PSS, szOID_RSAES_OAEP,
3022         szOID_SUBJECT_ALT_NAME, szOID_SUBJECT_ALT_NAME2,
3023         szOID_SUBJECT_KEY_IDENTIFIER, CMC_ADD_ATTRIBUTES_INFO,
3024         PCMC_ADD_ATTRIBUTES_INFO, CMC_ADD_EXTENSIONS_INFO, PCMC_ADD_EXTENSIONS_INFO,
3025         CERT_ALT_NAME_ENTRY, PCERT_ALT_NAME_ENTRY, CERT_ALT_NAME_INFO,
3026         PCERT_ALT_NAME_INFO, CERT_NAME_VALUE, PCERT_NAME_VALUE,
3027         CERT_POLICY_QUALIFIER_INFO, PCERT_POLICY_QUALIFIER_INFO,
3028         CERT_POLICY_CONSTRAINTS_INFO, PCERT_POLICY_CONSTRAINTS_INFO,
3029         CERT_POLICY_MAPPINGS_INFO, PCERT_POLICY_MAPPINGS_INFO, CERT_POLICY_MAPPING,
3030         PCERT_POLICY_MAPPING, CryptDecodeObjectEx, CryptEncodeObject,
3031         CryptEncodeObjectEx): define.
3032
3033 2007-11-21  Brian Dessent  <dessent@users.sourceforge.net>
3034
3035         * include/winbase.h (CheckTokenMembership): define.
3036
3037 2007-10-03  Jiri Malak  <Jiri.Malak@iol.cz>
3038
3039         * include/rpcndr.h: Missing NdrClientCall2 entry.
3040         * lib/rpcrt4.def: Ditto.
3041
3042 2007-10-03  Frank Fesevur  <ffes@users.sourceforge.net>
3043         * lib/scnsave.c: Multi-monitor support.
3044
3045 2007-08-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3046
3047         * include/w32api.h: Increment version to 3.10.
3048         * Makefile.in: Ditto.
3049
3050 2007-08-02  Corinna Vinschen  <corinna@vinschen.de>
3051
3052         * include/winbase.h (ReOpenFile): Add prototype.
3053         * lib/kernel32.def (ReOpenFile@16): Add export.
3054
3055 2007-07-31  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3056
3057         * include/wtsapi32.h (WTS_CURRENT_SESSION, WTSDisconnectSession): Define.
3058
3059 2007-7-30  Martijn Wargers  <martijnw22@users.sourceforge.net>
3060
3061         * include/wingdi.h (GetTextExtentExPointI): Add prototype.
3062         * lib/gdi32.def (GetTextExtentExPointI@28): Add export.
3063
3064 2007-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
3065
3066         * include/wtypes.h (LPDECIMAL): Define.
3067         (DECIMAL_NEG, DECIMAL_SETZERO): Move definitions.
3068
3069 2007-07-18  Corinna Vinschen  <corinna@vinschen.de>
3070
3071         * include/winnt.h (SE_TRUSTED_CREDMAN_ACCESS_NAME): Define.
3072
3073 2007-07-17  Corinna Vinschen  <corinna@vinschen.de>
3074
3075         * include/winnt.h (FILE_READ_ONLY_VOLUME): Define.
3076         * include/ddk/ntifs.h (FILE_READ_ONLY_VOLUME): Define.
3077
3078 2007-07-12  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3079
3080         * include/winuser.h (FE_FONTSMOOTHINGSTANDARD, FE_FONTSMOOTHINGCLEARTYPE):
3081         Define.
3082
3083 2007-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
3084
3085         * include/pbt.h (PBT_APMRESUMEAUTOMATIC) Define.
3086         * include/winuser.h: (PBT_APMQUERYSUSPEND, PBT_APMQUERYSTANDBY,
3087         PBT_APMQUERYSUSPENDFAILED, PBT_APMQUERYSTANDBYFAILED,
3088         PBT_APMSUSPEND, PBT_APMSTANDBY, PBT_APMRESUMECRITICAL,
3089         PBT_APMRESUMESUSPEND, PBT_APMRESUMESTANDBY, PBT_APMBATTERYLOW,
3090         PBT_APMPOWERSTATUSCHANGE, PBT_APMOEMEVENT, PBT_APMRESUMEAUTOMATIC):
3091         Sync with include/pbt.h.
3092
3093 2007-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
3094
3095         [mingw-Bugs-1751518]
3096         * include/mshtml.h (IHTMLDocument2): Correct spelling of put_URL,
3097         get_URL.
3098
3099         [mingw-Bugs-1751565]
3100         * include/basetyps.h (IID); Guard with __IID_DEFINED__.
3101
3102         [mingw-Bugs-1751595]
3103         * include/exdisp.h (DWebBrowserEvents2): Remove undocumented STDDISP
3104         methods.
3105
3106         Thanks to Yuji Kuwabara  <yujikuwabara at sf dot net>.
3107
3108 2007-07-10  Danny Smith  <dannysmith@users.sourceforge.net>
3109
3110         [mingw-Bugs-1750898]
3111         * include/mmsystem.h (MIXERCONTROL): Correct UNICODE mapping.
3112         Thanks to Yuji Kuwabara  <yujikuwabara at sf dot net>.
3113
3114 2007-07-09  Danny Smith  <dannysmith@users.sourceforge.net>
3115
3116         [mingw-Bugs-1749305]
3117         * lib/kernel32.def (GetConsoleProcessList@8):  Add export.
3118
3119 2007-07-02  Przemek Czerkas  <pczerkas@gmail.com>
3120
3121         * include/shlobj.h: Add CSIDL_MYMUSIC and CSIDL_MYVIDEO.
3122
3123 2007-07-02  Danny Smith  <dannysmith@users.sourceforge.net>
3124
3125         * include/oaidl.h: Include windows.h and ole2.h,
3126         unless COM_NO_WINDOWS_H.
3127
3128         [mingw-Bugs-1742130]
3129         * include/oaidl.h (struct tagVARIANT): Add union members
3130         LONGLONG  * pllVal and ULONGLONG * pullVal.
3131
3132 2007-07-01  Danny Smith  <dannysmith@users.sourceforge.net>
3133
3134         * include/ws2tcpip.h (s6_addr32): Correct definition.
3135         Thanks to Alfred E. Heggestad <aeh at db dot org>
3136
3137 2007-05-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3138
3139         * lib/secur32.def (InitSecurityInterfaceA, InitSecurityInterfaceW): Define.
3140
3141         Thanks to Jim Marshall (jim dot marshall at wbemsolutions dot com) for
3142         supplying the information.
3143
3144 2007-05-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3145
3146         * include/shellapi.h (NIN_POPUPOPEN, NIN_POPUPCLOSE): Define.
3147
3148 2007-04-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3149
3150         * include/shellapi.h (NOTIFYICONDATAA, NOTIFYICONDATAW): Updated to support
3151         Vista.
3152
3153 2007-04-20  Matthias Miller  <matthiasmiller@users.sourceforge.net>
3154
3155          * include/wincrypt.h (CRYPTPROTECT_PROMPTSTRUCT, CRYPTPROTECT_UI_FORBIDDEN,
3156         CRYPTPROTECT_LOCAL_MACHINE): Define.
3157
3158 2007-04-15  Piotr Wyderski  <piotr.wyderski@wp.pl>
3159
3160         * include/winbase.h (SetInformationJobObject, QueryInformationJobObject):
3161         Define.
3162
3163 2007-03-30  Brian Dessent  <brian@dessent.net>
3164
3165         * lib/kernel32.def (CreateMemoryResourceNotification@4): Define.
3166
3167 2007-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3168
3169         * include/w32api.h: Increment version to 3.9.
3170         * Makefile.in: Ditto.
3171
3172 2007-03-23  Corinna Vinschen  <corinna@vinschen.de>
3173
3174         * include/psapi.h (GetMappedFileName): Fix messed up checkin.
3175
3176 2007-03-23  Matthew Gregan  <kinetik@flim.org>
3177
3178         * include/psapi.h (GetMappedFileName): Rename from GetMappedFilenameEx.
3179
3180 2007-03-06  Brandon Sneed  <brandon@oqo.com>
3181
3182         * include/setupapi.h: Added SetupConfigureWmiFromInfSectionA
3183         Added SetupConfigureWmiFromInfSectionW
3184         Added SetupConfigureWmiFromInfSection define to unicode and non-unicode sections
3185
3186         * lib/setupapi.def: Added exports for SetupConfigureWmiFromInfSectionA and W
3187
3188         * include/winuser.h: Added PBT_APMQUERYSUSPEND
3189         Added PBT_APMQUERYSTANDBY
3190         Added PBT_APMQUERYSUSPENDFAILED
3191         Added PBT_APMQUERYSTANDBYFAILED
3192         Added PBT_APMSUSPEND
3193         Added PBT_APMSTANDBY
3194         Added PBT_APMRESUMECRITICAL
3195         Added PBT_APMRESUMESUSPEND
3196         Added PBT_APMRESUMESTANDBY
3197         Added PBT_APMBATTERYLOW
3198         Added PBT_APMPOWERSTATUSCHANGE
3199         Added PBT_APMOEMEVENT
3200         Added PBT_APMRESUMEAUTOMATIC
3201
3202         * include/wtsapi32.h: New file
3203
3204         * include/wingdi.h: Added DM_DISPLAYORIENTATION define for use with DMDO_* defines
3205
3206 2007-03-05  Jan Nijtmans  <nijtmans@users.sourceforge.net>
3207
3208         * include/ddeml.h (DdeCreateStringHandleA, DdeCreateStringHandleW): Switch
3209         argument to constant.
3210
3211 2007-02-18  Jiri Malak  <jiri.malak@iol.cz>
3212
3213         * include/windef.h [WATCOM]: Fix !NONAMELESSUNION defines.
3214         * include/winnt.h [WATCOM] (GetCurrentFiber, GetFiberData):
3215         Add prototypes.
3216         [WATCOM] (NtCurrentTeb): Add protype and inline asm definition.
3217
3218 2007-02-18  Vesa Jääskeläinen  <chaac@users.sourceforge.net>
3219
3220         * lib/user32.def (InternalGetWindowText): Add stub.
3221
3222 2007-02-11  Daniel Atallah  <datallah@users.sourceforge.net>
3223
3224         * include/winnt.h (LANG_SERBIAN_NEUTRAL, LANG_BOSNIAN,
3225         LANG_BOSNIAN_NEUTRAL): Define.
3226
3227 2007-02-11  Daniel Schlyder  <thrug@users.sourceforge.net>
3228
3229         * include/winuser.h: Add guards around TITLEBARINFO and
3230         GetTitleBarInfo().
3231
3232 2007-01-11  Gisle Vanem  <giva@users.sourceforge.net>
3233
3234         * include/winbase.h (struct _OVERLAPPED): Change type of
3235         Internal, InternalHigh members to ULONG_PTR.
3236         (PAPCFUNC): Change DWORD parameter to ULONG_PTR.
3237         (CreateIoCompletionPort): Likewise.
3238         (PostQueuedCompletionStatus): Likewise.
3239         (QueueUserAPC): Likewise.
3240
3241 2007-01-06  Pierre A. Humblet  <Pierre.Humblet@ieee.org>
3242
3243         * include/windns.h (DNS_TYPE_RP, DNS_TYPE_AFSDB, DNS_TYPE_X25,
3244         DNS_TYPE_ISDN, DNS_TYPE_RT, DNS_TYPE_NSAP, DNS_TYPE_NSAPPTR,
3245         DNS_TYPE_SIG, DNS_TYPE_KEY, DNS_TYPE_PX, DNS_TYPE_GPOS,
3246         DNS_TYPE_AAAA, DNS_TYPE_LOC, DNS_TYPE_NXT, DNS_TYPE_EID,
3247         DNS_TYPE_NIMLOC, DNS_TYPE_SRV, DNS_TYPE_ATMA, DNS_TYPE_NAPTR,
3248         DNS_TYPE_KX, DNS_TYPE_CERT, DNS_TYPE_A6, DNS_TYPE_DNAME,
3249         DNS_TYPE_SINK, DNS_TYPE_OPT, DNS_TYPE_UINFO, DNS_TYPE_UID,
3250         DNS_TYPE_GID, DNS_TYPE_UNSPEC, DNS_TYPE_ADDRS, DNS_TYPE_TKEY,
3251         DNS_TYPE_TSIG, DNS_TYPE_IXFR, DNS_TYPE_AXFR, DNS_TYPE_MAILB,
3252         DNS_TYPE_MAILA, DNS_TYPE_ALL, DNS_TYPE_ANY): Add enum values.
3253
3254 2006-11-21  Danny Smith  <dannysmith@users.sourceforge.net>
3255
3256         * Makefile.in: Add aclocal.m4 to source release.
3257
3258 2006-11-18  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3259
3260         * include/w32api.h: Increment version to 3.8.
3261         * Makefile.in: Ditto.
3262
3263 2006-11-13  Daniel Schlyder  <thrug@users.sourceforge.net>
3264
3265         * include/winnt.h (VER_SUITE_EMBEDDEDNT, VER_SUITE_SINGLEUSERTS,
3266         VER_SUITE_STORAGE_SERVER, VER_SUITE_COMPUTE_SERVER): Define.
3267
3268         * include/winuser.h (SM_STARTER, SM_SERVERR2): Define.
3269
3270 2006-11-02  Danny Smith  <dannysmith@users.sourceforge.net>
3271
3272         * include/winuser.h (LR_DEFAULTSIZE): Remove duplicate.
3273
3274         * include/winnt.h (GetCurrentFiber): Remove extern declaration.  Make
3275         inline static.
3276         (GetFiberData): Likewise.
3277         * lib/kernel32.c: Remove.
3278         * lib/Makefile.in: Remove reference to kernel32.[co].
3279
3280 2006-10-31  Corinna Vinschen  <corinna@vinschen.de>
3281
3282         * include/winnt.h (SE_RELABEL_NAME): Define.
3283         (SE_INCREASE_WORKING_SET_NAME): Define.
3284         (SE_TIME_ZONE_NAME): Define.
3285         (SE_CREATE_SYMBOLIC_LINK_NAME): Define.
3286
3287 2006-10-31  Corinna Vinschen  <corinna@vinschen.de>
3288
3289         * include/winnt.h (IO_REPARSE_TAG_SYMLINK): Define.
3290         (struct _REPARSE_DATA_BUFFER): Add missing Flags field to
3291         SymbolicLinkReparseBuffer substructure.
3292
3293 2006-10-29  Daniel Atallah  <datallah@users.sourceforge.net>
3294
3295         * lib/ws2_32.def (WSANSPIoctl): Add to lib.
3296
3297 2006-10-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3298
3299         * lib/Makefile.in: Fix order for 'all' rule.
3300
3301 2006-10-12  Danny Smith  <dannysmith@users.sourceforge.net>
3302
3303         * include/winuser.h (LR_DEFAULTSIZE, LR_VGACOLOR): Define.
3304
3305 2006-10-05  Danny Smith  <dannysmith@users.sourceforge.net>
3306
3307         * include/winreg.h (RegDeleteKeyEx{A|W}): Add prototype and UNICODE
3308         mappings.
3309         (KEY_WOW64_32KEY, KEY_WOW64_64KEY): Define.
3310         * lib/advapi.def (RegDeleteKeyEx{A|W}): Export.
3311
3312 2006-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
3313
3314         * include/rpc.h: Add whitespace.
3315         * include/winnt.h (C_ASSERT): Define.
3316
3317 2006-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
3318
3319         [mingw-Bugs-1568067]
3320         * include/winuser.h: (DISP_CHANGE_BADDUALVIEW): Define.
3321         * include/wingdi.h: (DM_POSITION): Define.
3322
3323 2006-10-03  Danny Smith  <dannysmith@users.sourceforge.net>
3324
3325         * lib/rpcrt4.def: Remove "_imp__"-prefixed export symbols.
3326         * lib/user32.def: Likewise.
3327
3328 2006-09-11  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
3329
3330         * lib/Makefile.in: fix typo.
3331         * lib/ddk/Makefile.in: fix typo.
3332         * lib/directx/Makefile.in: fix typo.
3333
3334         Thanks to Keith Marshall (keithmarshall at users dot sourceforge dot net)
3335         for pointing it out.
3336
3337 2006-09-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3338
3339         * Makefile.in: Remove files from lib directory with distclean target
3340
3341 2006-09-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3342
3343         * include/winuser.h (CS_DROPSHADOW): Define.
3344
3345 2006-09-08  Michael Gerdau  <mgdde@users.sourceforge.net>
3346
3347         * include/uxtheme.h: (TMT_GRADIENTCOLOR4, TMT_GRADIENTCOLOR5,
3348         TMT_SHADOWCOLOR, TMT_GLOWCOLOR, TMT_TEXTBORDERCOLOR,
3349         TMT_TEXTSHADOWCOLOR, TMT_GLYPHTEXTCOLOR, TMT_GLYPHTRANSPARENTCOLOR,
3350         TMT_FILLCOLORHINT, TMT_BORDERCOLORHINT, TMT_ACCENTCOLORHINT):
3351
3352         Increase each constant by 1.
3353
3354 2006-09-07  Danny Smith  <dannysmith@users.sourceforge.net>
3355
3356         [mingw-Bugs-1553275]
3357         * include/wingdi.h (SetLayout): Add prototype.
3358         (GetLayout): Likewise.
3359
3360 2006-09-02  Danny Smith  <dannysmith@users.sourceforge.net>
3361
3362         [mingw-Bugs-1550139]
3363         * include/oleauto.h (GetRecordInfoFromTypeInfo): Add prototype.
3364         Tanks to:  Samit Basu <samitbasu at sf dot net>
3365         (GetRecordInfoFromGuids): Add prototype.
3366
3367 2006-09-01  Danny Smith  <dannysmith@users.sourceforge.net>
3368
3369         * include/winbase.h: Add comment about 'missing' SEM flag.
3370
3371 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
3372
3373         * configure.in: Substitute with_cross_host in depending files.
3374         * configure: Regenerate.
3375         * lib/Makefile.in: Add with_cross_host to allow more granular checks.
3376         Set installation directories accordingly.
3377         * lib/ddk/Makefile.in: Ditto.
3378         * lib/directx/Makefile.in: Ditto.
3379
3380 2006-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
3381
3382         * lib/wtsapi32.def (WTSGetActiveConsoleSessionId). Move from here...
3383         * lib/kernel32.def (WTSGetActiveConsoleSessionId). ...to here.
3384         Bug reported by: <macleone at users dot sf dot net>
3385
3386 2006-07-29  Danny Smith  <dannysmith@users.sourceforge.net>
3387
3388         Update some more IMAGE relocation type indicators
3389         to PECOFF v8 (May, 2006) specs.
3390
3391         * include/winnt.h (IMAGE_REL_SH3_ABSOLUTE,
3392         IMAGE_REL_SH3_DIRECT16, IMAGE_REL_SH3_DIRECT32,
3393         IMAGE_REL_SH3_DIRECT8, IMAGE_REL_SH3_DIRECT8_WORD,
3394         IMAGE_REL_SH3_DIRECT8_LONG, IMAGE_REL_SH3_DIRECT4,
3395         IMAGE_REL_SH3_DIRECT4_WORD, IMAGE_REL_SH3_DIRECT4_LONG,
3396         IMAGE_REL_SH3_PCREL8_WORD, IMAGE_REL_SH3_PCREL8_LONG,
3397         IMAGE_REL_SH3_PCREL12_WORD, IMAGE_REL_SH3_STARTOF_SECTION,
3398         IMAGE_REL_SH3_SIZEOF_SECTION, IMAGE_REL_SH3_SECTION,
3399         IMAGE_REL_SH3_SECREL, IMAGE_REL_SH3_DIRECT32_NB,
3400         IMAGE_REL_SH3_GPREL4_LONG, IMAGE_REL_SH3_TOKEN,
3401         IMAGE_REL_SHM_PCRELPT, IMAGE_REL_SHM_REFLO,
3402         IMAGE_REL_SHM_REFHALF, IMAGE_REL_SHM_RELLO,
3403         IMAGE_REL_SHM_RELHALF, IMAGE_REL_SHM_PAIR,
3404         IMAGE_REL_SHM_NOMODE): Add defines.
3405
3406         (IMAGE_REL_M32R_ABSOLUTE, IMAGE_REL_M32R_ADDR32,
3407         IMAGE_REL_M32R_ADDR32NB, IMAGE_REL_M32R_ADDR24,
3408         IMAGE_REL_M32R_GPREL16, IMAGE_REL_M32R_PCREL24,
3409         IMAGE_REL_M32R_PCREL16, IMAGE_REL_M32R_PCREL8,
3410         IMAGE_REL_M32R_REFHALF, IMAGE_REL_M32R_REFHI,
3411         IMAGE_REL_M32R_REFLO, IMAGE_REL_M32R_PAIR,
3412         IMAGE_REL_M32R_SECTION, IMAGE_REL_M32R_SECREL,
3413         IMAGE_REL_M32R_TOKEN): Add defines.
3414
3415         (IMAGE_REL_MIPS_JMPADDR16): Add define.
3416
3417 2006-07-27  Danny Smith  <dannysmith@users.sourceforge.net>
3418
3419         Update some IMAGE flags to PECOFF v8 (May, 2006) specs.
3420         * include/winnt.h (IMAGE_FILE_MACHINE_AM33,
3421         IMAGE_FILE_MACHINE_ARM, IMAGE_FILE_MACHINE_EBC,
3422         IMAGE_FILE_MACHINE_M32R, IMAGE_FILE_MACHINE_MIPS16,
3423         IMAGE_FILE_MACHINE_MIPSFPU, IMAGE_FILE_MACHINE_MIPSFPU16,
3424         IMAGE_FILE_MACHINE_POWERPCFP, IMAGE_FILE_MACHINE_R4000,
3425         IMAGE_FILE_MACHINE_SH3, IMAGE_FILE_MACHINE_SH3DSP,
3426         IMAGE_FILE_MACHINE_SH4, IMAGE_FILE_MACHINE_SH5,
3427         IMAGE_FILE_MACHINE_THUMB, IMAGE_FILE_MACHINE_WCEMIPSV2):
3428         Add defines.
3429
3430         (IMAGE_SUBSYSTEM_EFI_APPLICATION,
3431         IMAGE_SUBSYSTEM_EFI_BOOT_SERVICE_DRIVER,
3432         IMAGE_SUBSYSTEM_EFI_RUNTIME_DRIVER, IMAGE_SUBSYSTEM_EFI_ROM):
3433         Add defines.
3434
3435         (IMAGE_SYM_CLASS_CLR_TOKEN): Add define.
3436
3437         (IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE,
3438         IMAGE_DLL_CHARACTERISTICS_FORCE_INTEGRITY,
3439         IMAGE_DLL_CHARACTERISTICS_NX_COMPAT,
3440         IMAGE_DLLCHARACTERISTICS_NO_ISOLATION, IMAGE_DLLCHARACTERISTICS_NO_SEH,
3441         IMAGE_DLLCHARACTERISTICS_NO_BIND,
3442         IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE): Add defines.
3443
3444         (IMAGE_REL_I386_TOKEN, IMAGE_REL_I386_SECREL7): Add defines.
3445
3446         (IMAGE_REL_AMD64_ABSOLUTE, IMAGE_REL_AMD64_ADDR64,
3447         IMAGE_REL_AMD64_ADDR32, IMAGE_REL_AMD64_ADDR32NB, IMAGE_REL_AMD64_REL32,
3448         IMAGE_REL_AMD64_REL32_1, IMAGE_REL_AMD64_REL32_2,
3449         IMAGE_REL_AMD64_REL32_3, IMAGE_REL_AMD64_REL32_4,
3450         IMAGE_REL_AMD64_REL32_5, IMAGE_REL_AMD64_SECTION,
3451         IMAGE_REL_AMD64_SECREL, IMAGE_REL_AMD64_SECREL7, IMAGE_REL_AMD64_TOKEN,
3452         IMAGE_REL_AMD64_SREL32, IMAGE_REL_AMD64_PAIR, IMAGE_REL_AMD64_SSPAN32):
3453         Add defines.
3454
3455         (IMAGE_REL_IA64_ABSOLUTE, IMAGE_REL_IA64_IMM14, IMAGE_REL_IA64_IMM22,
3456         IMAGE_REL_IA64_IMM64, IMAGE_REL_IA64_DIR32, IMAGE_REL_IA64_DIR64,
3457         IMAGE_REL_IA64_PCREL21B, IMAGE_REL_IA64_PCREL21M,
3458         IMAGE_REL_IA64_PCREL21F, IMAGE_REL_IA64_GPREL22, IMAGE_REL_IA64_LTOFF22,
3459         IMAGE_REL_IA64_SECTION, IMAGE_REL_IA64_SECREL22,
3460         IMAGE_REL_IA64_SECREL64I, IMAGE_REL_IA64_SECREL32,
3461         IMAGE_REL_IA64_DIR32NB, IMAGE_REL_IA64_SREL14, IMAGE_REL_IA64_SREL22,
3462         IMAGE_REL_IA64_SREL32, IMAGE_REL_IA64_UREL32, IMAGE_REL_IA64_PCREL60X,
3463         IMAGE_REL_IA64_PCREL60B, IMAGE_REL_IA64_PCREL60F,
3464         IMAGE_REL_IA64_PCREL60I, IMAGE_REL_IA64_PCREL60M,
3465         IMAGE_REL_IA64_IMMGPREL64, IMAGE_REL_IA64_TOKEN, IMAGE_REL_IA64_GPREL32,
3466         IMAGE_REL_IA64_ADDEND): Add defines.
3467
3468         (IMAGE_SCN_GPREL): Add define.
3469
3470 2006-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
3471
3472         * include/aclui.h: Replace __OBJC__ guard with _OBJC_NO_COM.
3473         * include/basetyps.h:  Likewise.
3474         (_COM_interface): New define.
3475         (interface): Define to _COM_interface, conditional on !__OBJC__.
3476         Replace 'interface' with '_COM_interface', throughout.
3477         * include/comcat.h: Replace 'interface' with '_COM_interface', throughout.
3478         * include/commdlg.h: Replace __OBJC__ guard with _OBJC_NO_COM.
3479         * include/docobj.h: Replace 'interface' with '_COM_interface', throughout.
3480         * include/mshtml.h: Likewise.
3481         * include/oaidl.h: Likewise.
3482         * include/objfwd.h: Likewise.
3483         * include/objidl.h: Likewise.
3484         * include/ocidl.h: Likwise.
3485         * include/olectl.h: Likewise.
3486         * include/oleidl.h: Likewise.
3487         * include/shlobj.h: Likewise.
3488         * include/shlwapi.h: Replace __OBJC__ guard with _OBJC_NO_COM.
3489         * include/vfw.h: Likewise.
3490         * include/windows.h. Likewise. Add comment.
3491         * include/directx/d3d9.h: Replace 'interface' with '_COM_interface',
3492         throughout.
3493
3494         * lib/test.c: Replace __OBJC__ guard with _OBJC_NO_COM.
3495         Add test for conflict with '@interface'
3496
3497 2006-07-22  ipsoner  <ipsoner@users.sourceforge.net>
3498
3499         * include/wincrypt.h (szOID_RSA, szOID_PKCS, szOID_RSA_HASH,
3500         szOID_RSA_ENCRYPT, szOID_PKCS_1, szOID_PKCS_2, szOID_PKCS_3,
3501         szOID_PKCS_4, szOID_PKCS_5, szOID_PKCS_6, szOID_PKCS_7,
3502         szOID_PKCS_8, szOID_PKCS_9, szOID_PKCS_10, szOID_PKCS_12,
3503         szOID_RSA_MD2, szOID_RSA_MD4, szOID_RSA_MD5, szOID_RSA_RSA,
3504         szOID_RSA_MD2RSA, szOID_RSA_MD4RSA, szOID_RSA_MD5RSA,
3505         szOID_RSA_SHA1RSA, szOID_RSA_SETOAEP_RSA, szOID_RSA_DH,
3506         szOID_RSA_data, szOID_RSA_signedData, szOID_RSA_envelopedData,
3507         szOID_RSA_signEnvData, szOID_RSA_digestedData, szOID_RSA_hashedData,
3508         szOID_RSA_encryptedData, szOID_RSA_emailAddr, szOID_RSA_unstructName,
3509         szOID_RSA_contentType, szOID_RSA_messageDigest, szOID_RSA_signingTime,
3510         szOID_RSA_counterSign, szOID_RSA_challengePwd, szOID_RSA_unstructAddr,
3511         szOID_RSA_extCertAttrs, szOID_RSA_SMIMECapabilities,
3512         szOID_RSA_preferSignedData, szOID_RSA_RC2CBC, szOID_RSA_RC4,
3513         szOID_RSA_DES_EDE3_CBC, szOID_RSA_RC5_CBCPad, szOID_ANSI_x942,
3514         szOID_ANSI_x942_DH, szOID_X957, szOID_X957_DSA, szOID_DATA STRUCTURE,
3515         szOID_DS, szOID_DSALG, szOID_DSALG_CRPT, szOID_DSALG_HASH,
3516         szOID_DSALG_SIGN, szOID_DSALG_RSA, szOID_OIW, szOID_OIWSEC,
3517         szOID_OIWSEC_md4RSA, szOID_OIWSEC_md5RSA, szOID_OIWSEC_md4RSA2,
3518         szOID_OIWSEC_desECB, szOID_OIWSEC_desCBC, szOID_OIWSEC_desOFB,
3519         szOID_OIWSEC_desCFB, szOID_OIWSEC_desMAC, szOID_OIWSEC_rsaSign,
3520         szOID_OIWSEC_dsa, szOID_OIWSEC_shaDSA, szOID_OIWSEC_mdc2RSA,
3521         szOID_OIWSEC_shaRSA, szOID_OIWSEC_dhCommMod, szOID_OIWSEC_desEDE,
3522         szOID_OIWSEC_sha, szOID_OIWSEC_mdc2, szOID_OIWSEC_dsaComm,
3523         szOID_OIWSEC_dsaCommSHA, szOID_OIWSEC_rsaXchg, szOID_OIWSEC_keyHashSeal,
3524         szOID_OIWSEC_md2RSASign, szOID_OIWSEC_md5RSASign, szOID_OIWSEC_sha1,
3525         szOID_OIWSEC_dsaSHA1, szOID_OIWSEC_dsaCommSHA1, szOID_OIWSEC_sha1RSASign,
3526         szOID_OIWDIR, szOID_OIWDIR_CRPT, szOID_OIWDIR_HASH, szOID_OIWDIR_SIGN,
3527         szOID_OIWDIR_md2, szOID_OIWDIR_md2RSA, szOID_INFOSEC,
3528         szOID_INFOSEC_sdnsSignature, szOID_INFOSEC_mosaicSignature,
3529         szOID_INFOSEC_sdnsConfidentiality, szOID_INFOSEC_mosaicConfidentiality,
3530         szOID_INFOSEC_sdnsIntegrity, szOID_INFOSEC_mosaicIntegrity,
3531         szOID_INFOSEC_sdnsTokenProtection, szOID_INFOSEC_mosaicTokenProtection,
3532         szOID_INFOSEC_sdnsKeyManagement, szOID_INFOSEC_mosaicKeyManagement,
3533         szOID_INFOSEC_sdnsKMandSig, szOID_INFOSEC_mosaicKMandSig,
3534         szOID_INFOSEC_SuiteASignature, szOID_INFOSEC_SuiteAConfidentiality,
3535         szOID_INFOSEC_SuiteAIntegrity, szOID_INFOSEC_SuiteATokenProtection,
3536         szOID_INFOSEC_SuiteAKeyManagement, szOID_INFOSEC_SuiteAKMandSig,
3537         szOID_INFOSEC_mosaicUpdatedSig, szOID_INFOSEC_mosaicKMandUpdSig,
3538         szOID_INFOSEC_mosaicUpdatedInteg, szOID_PKIX_NO_SIGNATURE,
3539         szOID_COMMON_NAME, szOID_COUNTRY_NAME, szOID_DEVICE_SERIAL_NUMBER,
3540         szOID_DOMAIN_COMPONENT, szOID_RSA_emailAddr, szOID_GIVEN_NAME,
3541         szOID_INITIALS, szOID_LOCALITY_NAME, szOID_ORGANIZATION_NAME,
3542         szOID_ORGANIZATIONAL_UNIT_NAME, szOID_STATE_OR_PROVINCE_NAME,
3543         szOID_STREET_ADDRESS, szOID_SUR_NAME, szOID_TITLE, szOID_RSA_unstructAddr,
3544         szOID_RSA_unstructName, szOID_BASIC_CONSTRAINTS2,
3545         CERT_BASIC_CONSTRAINTS2_INFO, CRYPT_ENCODE_PARA,CertDuplicateStore,
3546         CertEnumCertificatesInStore, CertDuplicateCertificateContext,
3547         CertGetNameStringA, CertGetNameStringW, CertGetNameString, PFXIsPFXBlob,
3548         CertFindExtension, CryptDecodeObject, CertAddCertificateContextToStore,
3549         CertCompareCertificate, PFXVerifyPassword, PFXImportCertStore,
3550         CertDeleteCertificateFromStore): Define.
3551         * lib/crypt32.def (CertDuplicateStore, CertEnumCertificatesInStore,
3552         CertDuplicateCertificateContext, CertGetNameStringA, CertGetNameStringW,
3553         CertGetNameString, PFXIsPFXBlob, CertFindExtension, CryptDecodeObject,
3554         CertAddCertificateContextToStore, CertCompareCertificate,
3555         PFXVerifyPassword, PFXImportCertStore, CertDeleteCertificateFromStore):
3556         Define.
3557
3558 2006-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3559
3560         * lib/uuid.c: Remove.
3561
3562 2006-07-20  Elias Naur  <elias_naur@users.sourceforge.net>
3563
3564         * include/devguid.h: Add new file with missing GUID_DEVCLASS_*
3565         declarations. They were extracted from the registry with a script.
3566         * lib/devguid.c: Add new file with the implementation of the
3567         missing GUIDs.
3568         * lib/Makefile.in: Add devguid.c to UUID_SOURCES and UUID_OBJS.
3569
3570 2006-07-19  Elias Naur  <elias_naur@users.sourceforge.net>
3571
3572         * include/winuser.h (WM_INPUT): Add missing Raw Input
3573         notification define.
3574         (RID_DEVICE_INFO_MOUSE, RID_DEVICE_INFO_KEYBOARD,
3575         RID_DEVICE_INFO_HID, RID_DEVICE_INFO): Define Raw Input structs
3576
3577 2006-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
3578
3579         [mingw-Bugs-1525021]
3580         * iptypes.h (IP_ADAPTER_ANYCAST_ADDRESS): Fix NONAMELESSUNION warnings.
3581         (IP_ADAPTER_MULTICAST_ADDRESS): Likewise.
3582         (IP_ADAPTER_UNICAST_ADDRESS): Likewise.
3583         (IP_ADAPTER_DNS_SERVER_ADDRESS): Likewise.
3584         (IP_ADAPTER_ADAPTER_PREFIX): Likewise.
3585         (IP_ADAPTER_ADDRESSES): Likewise.
3586
3587 2006-06-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3588
3589         * lib/uuid.c (CLSID_FileProtocol, CLSID_FtpProtocol, CLSID_GopherProtocol,
3590         CLSID_HttpProtocol, CLSID_HttpSProtocol, CLSID_MkProtocol,
3591         CLSID_PSUrlMonProxy, CLSID_StdURLMoniker): Remove.  Moved to
3592         extras-uuid.c.
3593         * lib/extras-uuid.c (CLSID_FileProtocol, CLSID_FtpProtocol, CLSID_GopherProtocol,
3594         CLSID_HttpProtocol, CLSID_HttpSProtocol, CLSID_MkProtocol,
3595         CLSID_PSUrlMonProxy, CLSID_StdURLMoniker): Added.
3596         * lib/hlguids-uuid.c: State source of CLSIDs.
3597
3598 2006-06-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3599
3600         * lib/Makefile.in: Added extras-uuid as an object and source.
3601         * lib/uuid.c (IID_IClientSiteHandler, IID_IContinue, IID_IHttpNegotiate,
3602         IID_IPersistMoniker, IID_IServerHandler, IID_ITargetEmbedding,
3603         IID_ITargetFrame, IID_ITypeComp, IID_IUrlHistoryStg, IID_IWinInetHttpInfo,
3604         IID_IWinInetInfo, IID_IEnumSTATPROPSETSTG, IID_IEnumSTATPROPSTG,
3605         IID_IEnumSTATURL): Remove.  Moved to extras-uuid.c.
3606         * lib/extras-uuid.c: New file.
3607         Thank you to Julien Lecomte (julienlecomte at users dot sourceforge dot
3608         net).
3609
3610 2006-06-12  Danny Smith  <dannysmith@users.sourceforge.net>
3611
3612         [mingw-Bugs-1424461]
3613         *include/imagehlp.h: Comment out IN, OUT and OPTIONAL,
3614         throughout.
3615         *include/rpcdce.h: Don't define IN, OUT or OPTIONAL if
3616         _NO_W32_PSEUDO_MODIFIERS.
3617         *include/rpcnsi.h: Comment out IN, OUT and OPTIONAL,
3618         throughout.
3619         *include/rpcnsip.h: Likewise.
3620         *include/windef.h: Don't define IN, OUT or OPTIONAL
3621         if _NO_W32_PSEUDO_MODIFIERS.
3622         *include/ddk/batclass.h: Comment out IN, OUT and OPTIONAL,
3623         throughout.
3624         *include/ddk/cfgmgr32.h: Likewise.
3625         *include/ddk/ddkmapi.h: Likewise.
3626         *include/ddk/hidclass.h: Likewise.
3627         *include/ddk/hidpi.h: Likewise.
3628         *include/ddk/kbdmou.h: Likewise.
3629         *include/ddk/mcd.h: Likewise.
3630         *include/ddk/miniport.h: Likewise.
3631         *include/ddk/minitape.h: Likewise.
3632         *include/ddk/ndis.h: Likewise.
3633         *include/ddk/ndistapi.h: Likewise.
3634         *include/ddk/ndiswan.h: Likewise.
3635         *include/ddk/ntapi.h: Likewise.
3636         *include/ddk/ntdd8042.h: Likewise.
3637         *include/ddk/ntddpcm.h: Likewise.
3638         *include/ddk/ntifs.h: Likewise.
3639         *include/ddk/ntpoapi.h: Likewise.
3640         *include/ddk/parallel.h: Likewise.
3641         *include/ddk/pfhook.h: Likewise.
3642         *include/ddk/scsiwmi.h: Likewise.
3643         *include/ddk/smbus.h: Likewise.
3644         *include/ddk/srb.h: Likewise.
3645         *include/ddk/storport.h: Likewise.
3646         *include/ddk/tdikrnl.h: Likewise.
3647         *include/ddk/upssvc.h: Likewise.
3648         *include/ddk/usbcamdi.h: Likewise.
3649         *include/ddk/usbscan.h: Likewise.
3650         *include/ddk/video.h: Likewise.
3651         *include/ddk/videoagp.h: Likewise.
3652         *include/ddk/win2k.h: Likewise.
3653         *include/ddk/winddi.h: Likewise.
3654         *include/ddk/winddk.h: Don't define IN, OUT or OPTIONAL
3655         if _NO_W32_PSEUDO_MODIFIERS.
3656         Comment out IN, OUT and OPTIONAL, throughout.
3657         *include/ddk/winnt4.h: Comment out IN, OUT and OPTIONAL,
3658         throughout.
3659         *include/ddk/ws2san.h: Likewise.
3660
3661 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3662
3663         * lib/Makefile.in:  Added hlguids-uuid as source and object.
3664
3665 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3666
3667         * lib/uuid.c (CLSID_StaticDib, CLSID_StaticMetafile, CLSID_StdHlink,
3668         CLSID_StdHlinkBrowseContext): Remove.  Moved to relevant files.
3669         * lib/cguid-uuid.c (CLSID_StaticDib, CLSID_StaticMetafile): Added.
3670         * lib/hlguids-uuid.c: New file.
3671         Thank you to Julien Lecomte (julienlecomte at users dot sourceforge dot
3672         net).
3673
3674 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3675
3676         * lib/Makefile.in: Added urlmon-uuid and hlink-uuid as sources and
3677         objects.
3678         * lib/uuid.c (IID_IAuthenticate, IID_IBindHost, IID_IBindProtocol,
3679         IID_IBindStatusCallback, IID_IBindStatusCallbackMsg, IID_IBinding,
3680         IID_IHlink, IID_IHlinkBrowseContext, IID_IHlinkFrame, IID_IHlinkSite,
3681         IID_IHlinkTarget): Remove.  Moved to new files.
3682         * lib/urlmon-uuid.c: New file.
3683         * lib/hlink-uuid.c: New file.
3684
3685 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3686
3687         * lib/Makefile.in: Added ativscp-uuid as source and object.
3688         * lib/uuid.c (IID_IActiveScript, IID_IActiveScriptError,
3689         IID_IActiveScriptParse, IID_IActiveScriptSite,
3690         IID_IActiveScriptSiteWindow): Remove.  Moved to ativscp-uuid.c.
3691         * lib/ativscp-uuid.c: New file.
3692
3693 2006-06-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3694
3695         * lib/uuid.c (IID_IClientSecurity, IID_IMallocSpy, IID_IServerSecurity):
3696         Remove.  Moved to objidl-uuid.c
3697         * lib/objidl-uuid.c (IID_IClientSecurity, IID_IMallocSpy,
3698         IID_IServerSecurity): Defined.
3699
3700 2006-06-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3701
3702         * lib/Makefile.in: Add cguid-uuid and olectlid-uuid as sources and
3703         objects.
3704         * lib/uuid.c (CLSID_CColorPropPage, CLSID_CFontPropPage,
3705         CLSID_CPicturePropPage, CLSID_Picture_Dib, CLSID_Picture_Metafile,
3706         CLSID_StdFont, CLSID_StdPicture, GUID_NULL, IID_ICreateTypeInfo,
3707         IID_ICreateTypeInfo2, IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_IDebug,
3708         IID_IDebugStream, IID_IDispatch, IID_IEnumFORMATETC,IID_IEnumMoniker,
3709         IID_IEnumOLEVERB, IID_IEnumSTATDATA, IID_IEnumSTATSTG, IID_IEnumString,
3710         IID_IEnumUnknown, IID_IEnumVARIANT, IID_IOleLink, IID_IPSFactory,
3711         IID_IRpcChannel, IID_IRpcProxy, IID_IRpcStub, IID_ITypeInfo,
3712         IID_ITypeInfo2, IID_ITypeLib, IID_ITypeLib2): Remove.  Moved to relevant
3713         files.
3714         * lib/oaidl-uuid.c (IID_ICreateTypeInfo, IID_ICreateTypeInfo2,
3715         IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_ITypeInfo, IID_ITypeInfo2,
3716         IID_ITypeLib, IID_ITypeLib2, IID_IEnumVARIANT): Define.
3717         * lib/cguid-uuid.c: New file.
3718         * lib/olectlid-uuid.c: New file.
3719
3720 2006-06-08  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3721
3722         * lib/Makefile.in: Add objsafe-uuid oaidl-uuid docobj-uuid comcat-uuid
3723         exdisp-uuid mlang-uuid objidl-uuid as sources and objects.
3724         * lib/uuid.c (CATID_Control, CATID_DocObject, CATID_Insertable,
3725         CATID_PersistsToPropertyBag, CATID_PersistsToStorage, CATID_PersistsToStream,
3726         CATID_PersistsToStreamInit, CATID_Printable, CATID_Programmable,
3727         CLSID_CMultiLanguage, CLSID_StdComponentCategoriesMgr, CLSID_WebBrowser,
3728         DIID_DWebBrowserEvents, DIID_DWebBrowserEvents2, IID_IAdviseSink,
3729         IID_IAdviseSink2, IID_IBindCtx, IID_ICatInformation, IID_ICatRegister,
3730         IID_IClassActivator, IID_IContinueCallback, IID_ICreateErrorInfo,
3731         IID_IDataAdviseHolder, IID_IDataObject, IID_IEnumCATEGORYINFO,
3732         IID_IEnumGUID, IID_IEnumOleDocumentViews, IID_IErrorInfo,
3733         IID_IExternalConnection, IID_IFillLockBytes, IID_ILockBytes, IID_IMalloc,
3734         IID_IMarshal, IID_IMessageFilter, IID_IMoniker, IID_IObjectSafety,
3735         IID_IOleCommandTarget, IID_IOleDocument, IID_IOleDocumentSite,
3736         IID_IOleDocumentView, IID_IPSFactoryBuffer, IID_IPersist,
3737         IID_IPersistFile, IID_IPersistStorage, IID_IPersistStream, IID_IPrint,
3738         IID_IProgressNotify, IID_IPropertySetStorage, IID_IPropertyStorage,
3739         IID_IROTData, IID_IRootStorage, IID_IRpcChannelBuffer,
3740         IID_IRpcProxyBuffer, IID_IRpcStubBuffer, IID_IRunnableObject,
3741         IID_IRunningObjectTable, IID_ISequentialStream, IID_IStdMarshalInfo,
3742         IID_IStorage, IID_IStream, IID_ISupportErrorInfo, IID_IWebBrowser,
3743         IID_IWebBrowser2, IID_IWebBrowserApp): Remove. Moved to new files.
3744         * lib/comcat-uuid.c: New file.
3745         * lib/docobj-uuid.c: New File.
3746         * lib/exdisp-uuid.c: New file.
3747         * lib/mlang-uuid.c: New file.
3748         * lib/oaidl-uuid.c: New file.
3749         * lib/objidl-uuid.c: New file.
3750         * lib/objsafe-uuid.c: New file.
3751
3752 2006-06-07  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3753
3754         * lib/Makefile.in: Add oleacc-uuid oleidl-uuid ocidl-uuid as sources and
3755         objects.
3756         * lib/uuid.c (IID_IOleCache, IID_IOleCache2, IID_IOleCacheControl, IID_IViewObject,
3757         IID_IViewObject2, IID_IDropSource, IID_IDropTarget, IID_IOleAdviseHolder,
3758         IID_IOleInPlaceUIWindow, IID_IOleInPlaceObject, IID_IOleInPlaceActiveObject,
3759         IID_IOleInPlaceFrame, IID_IOleInPlaceSite, IID_IOleContainer, IID_IOleItemContainer,
3760         IID_IOleClientSite, IID_IOleObject, IID_IOleWindow, IID_IParseDisplayName,
3761         IID_IAccessible, LIBID_Accessibility, IID_IQuickActivate, IID_IOleUndoManager,
3762         IID_IOleParentUndoUnit, IID_IOleUndoUnit, IID_IEnumOleUndoUnits, IID_IPointerInactive,
3763         IID_IAdviseSinkEx, IID_IOleInPlaceSiteEx, IID_IOleControl, IID_IOleControlSite,
3764         IID_IPersistPropertyBag, IID_IPersistPropertyBag2, IID_IPersistStreamInit,
3765         IID_IPersistMemory, IID_IPropertyBag, IID_IPropertyBag2, IID_IPropertyNotifySink,
3766         IID_IPropertyPage, IID_IPropertyPage2, IID_IPropertyPageSite, IID_IFont, IID_IFontDisp,
3767         IID_IPicture, IID_IPictureDisp, IID_IProvideClassInfo, IID_IProvideClassInfo2,
3768         IID_IEnumConnectionPoints, IID_IEnumConnections, IID_IConnectionPoint,
3769         IID_IConnectionPointContainer, IID_IClassFactory2, IID_IErrorLog,
3770         IID_IObjectWithSite, IID_IPerPropertyBrowsing, IID_ISimpleFrameSite,
3771         IID_ISpecifyPropertyPages): Remove. Moved to new files.
3772         * lib/oleidl-uuid.c: New file.
3773         * lib/oleacc-uuid.c: New file.
3774         * lib/ocidl-uuid.c: New file.
3775
3776 2006-06-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3777
3778         * lib/Makefile.in: Add unknwn-uuid and servprov-uuid as sources and
3779         objects.
3780         * lib/uuid.c (IID_IUnknown, IID_IClassFactory, IID_IServiceProvider):
3781         Remove.  Moved to unknwn-uuid and servprov-uuid.
3782         * lib/unknwn-uuid.c: New file.
3783         * lib/servprov-uuid.c: New file.
3784
3785 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
3786
3787         * include/strmif.h (VMRDeinterlaceTech): Correct typedef for DeinterlaceTech_*
3788         enum.
3789
3790 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
3791
3792         * include/strmif.h (enum tagAnalogVideoStandard): Add missing ','.
3793
3794 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
3795
3796         * include/winuser.h (DM_BITSPERPEL, DM_PELSWIDTH, DM_PELSHEIGHT,
3797         DM_DISPLAYFLAGS, DM_DISPLAYFREQUENCY): Remove.  Duplicates of
3798         wingdi.h defines.
3799
3800 2006-06-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3801
3802         * include/winuser.h ((SPI_GETMOUSETRAILS,SPI_SETMOUSETRAILS): Remove
3803         duplicate defines.
3804
3805         * include/winnt.h (SUBLANG_ARABIC_SAUDI_ARABIA): Revert accidental
3806         removal.
3807         (SUBLANG_MARATHI_INDIA): Remove duplicate define.
3808
3809 2006-05-24  Christopher Faylor  <cgf@timesys.com>
3810
3811         * configure.in: Update to newer autoconf.
3812         (thanks to Steve Ellcey)
3813         * configure: Regenerate.
3814         * aclocal.m4: New file.
3815
3816 2006-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
3817
3818         * lib/uuid.c (IID_IRpcProxyBuffer34): Remove definition.
3819
3820 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3821
3822         * include/rtutils.h (TraceDumpA,TraceDumpW,TracePutsA,TracePutsW)
3823         (TraceRegisterA,TraceRegisterW,TraceVprintfA,TraceVprintfW): Define
3824         as macros.
3825         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
3826
3827 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3828
3829         * include/mprapi.h (MprAdminMIBBufferFree,MprAdminMIBEntryCreate)
3830         (MprAdminMIBEntryDelete,MprAdminMIBEntryGet,MprAdminMIBEntryGetFirst)
3831         (MprAdminMIBEntryGetNext,MprAdminMIBEntrySet,MprAdminMIBGetTrapInfo)
3832         (MprAdminMIBServerConnect,MprAdminMIBServerDisconnect)
3833         (MprAdminMIBSetTrapInfo): Declare functions.
3834         Note: MprAdminMIBSetTrapInfo is missing from mprapi.def.
3835         (MIB_SERVER_HANDLE): New typedef.
3836         (MprConfigTransportSetInfo): Declare function.
3837         * lib/mprapi.def (MprSetupIpInIpInterfaceFriendlyNameEnum)
3838         (MprSetupIpInIpInterfaceFriendlyNameFree): Fix size.
3839
3840 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3841
3842         * lib/rtutils.def: New file. Generated on Windows XP.
3843         (TracePrintf{AW},TracePrintfEx{AW}): Left out for now.
3844         * include/rtutils.h: New file.
3845         (TraceDump{AW},TracePuts{AW},TraceRegister{AW},TraceVprintf{AW}):
3846         Commented out, they're missing from rtutils.def.
3847
3848 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3849
3850         * include/mprapi.h (MprInfoBlockAdd,MprInfoBlockFind)
3851         (MprInfoBlockQuerySize,MprInfoBlockRemove,MprInfoBlockSet)
3852         (MprInfoCreate,MprInfoDelete,MprInfoDuplicate)
3853         (MprInfoRemoveAll): Declare functions.
3854
3855 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3856
3857         * include/mprapi.h (MprConfigBufferFree,MprConfigGetFriendlyName)
3858         (MprConfigGetGuidName,MprConfigInterfaceCreate)
3859         (MprConfigInterfaceDelete,MprConfigInterfaceEnum)
3860         (MprConfigInterfaceGetHandle,MprConfigInterfaceGetInfo)
3861         (MprConfigInterfaceSetInfo,MprConfigInterfaceTransportAdd)
3862         (MprConfigInterfaceTransportEnum,MprConfigInterfaceTransportGetHandle)
3863         (MprConfigInterfaceTransportGetInfo,MprConfigInterfaceTransportRemove)
3864         (MprConfigInterfaceTransportSetInfo,MprConfigServerBackup)
3865         (MprConfigServerConnect,MprConfigServerDisconnect)
3866         (MprConfigServerGetInfo,MprConfigServerInstall)
3867         (MprConfigServerRestore,MprConfigTransportCreate)
3868         (MprConfigTransportDelete,MprConfigTransportEnum)
3869         (MprConfigTransportGetHandle,MprConfigTransportGetInfo)
3870         (MprConfigTransportSetInfo): Declare functions.
3871
3872 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3873
3874         * include/mprapi.h (MprAdminBufferFree)
3875         (MprAdminDeregisterConnectionNotification,MprAdminGetErrorString)
3876         (MprAdminInterfaceConnect,MprAdminInterfaceCreate)
3877         (MprAdminInterfaceDelete,MprAdminInterfaceDeviceGetInfo)
3878         (MprAdminInterfaceDeviceSetInfo,MprAdminInterfaceDisconnect)
3879         (MprAdminInterfaceEnum,MprAdminInterfaceGetCredentials)
3880         (MprAdminInterfaceGetCredentialsEx,MprAdminInterfaceGetHandle)
3881         (MprAdminInterfaceGetInfo,MprAdminInterfaceQueryUpdateResult)
3882         (MprAdminInterfaceSetCredentials,MprAdminInterfaceSetCredentialsEx)
3883         (MprAdminInterfaceSetInfo,MprAdminInterfaceTransportAdd)
3884         (MprAdminInterfaceTransportGetInfo,MprAdminInterfaceTransportRemove)
3885         (MprAdminInterfaceTransportSetInfo)
3886         (MprAdminInterfaceUpdatePhonebookInfo,MprAdminInterfaceUpdateRoutes)
3887         (MprAdminIsServiceRunning,MprAdminRegisterConnectionNotification)
3888         (MprAdminServerConnect,MprAdminServerDisconnect)
3889         (MprAdminServerGetCredentials,MprAdminServerGetInfo)
3890         (MprAdminServerSetCredentials,MprAdminTransportCreate)
3891         (MprAdminTransportGetInfo,MprAdminTransportSetInfo): Declare functions.
3892
3893 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3894
3895         * include/ipxtfflt.h: New file.
3896
3897 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3898
3899         * include/mprapi.h: Fix header guard. Cleanup.
3900         (MprAdminAcceptNewConnection,MprAdminAcceptNewConnection2)
3901         (MprAdminAcceptNewLink,MprAdminAcceptReauthentication)
3902         (MprAdminConnectionHangupNotification)
3903         (MprAdminConnectionHangupNotification2)
3904         (MprAdminGetIpAddressForUser,MprAdminInitializeDll)
3905         (MprAdminTerminateDll,MprAdminLinkHangupNotification)
3906         (MprAdminReleaseIpAddress): Declare functions.
3907         * lib/mprapi.def: Regenerate on Windows XP.
3908
3909 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3910
3911         * include/ipifcons.h: Cleanup.
3912         * include/ipxconst.h: Fix header guard.
3913         * include/ipxrtdef.h: include <ipxconst.h>.
3914
3915 2006-05-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3916
3917         * include/ipxrtdef.h: Cleanup.
3918         (IPX_INTERFACE_INFO_TYPE,IPX_STATIC_ROUTE_INFO_TYPE)
3919         (IPX_STATIC_SERVICE_INFO_TYPE,IPX_SERVICE_FILTER_INFO_TYPE)
3920         (IPX_ROUTE_FILTER_INFO_TYPE,IPX_IN_TRAFFIC_FILTER_INFO_TYPE)
3921         (IPX_ADAPTER_INFO_TYPE,IPXWAN_INTERFACE_INFO_TYPE,IPX_GLOBAL_INFO_TYPE)
3922         (IPX_STATIC_NETBIOS_NAME_INFO_TYPE)
3923         (IPX_IN_TRAFFIC_FILTER_GLOBAL_INFO_TYPE)
3924         (IPX_OUT_TRAFFIC_FILTER_INFO_TYPE)
3925         (IPX_OUT_TRAFFIC_FILTER_GLOBAL_INFO_TYPE): Define.
3926         * include/routprot.h: Cleanup.
3927         (PROTO_IP_OTHER,PROTO_IP_LOCAL,PROTO_IP_NETMGMT,PROTO_IP_ICMP)
3928         (PROTO_IP_EGP,PROTO_IP_GGP,PROTO_IP_HELLO,PROTO_IP_RIP,PROTO_IP_IS_IS)
3929         (PROTO_IP_ES_IS,PROTO_IP_CISCO,PROTO_IP_BBN,PROTO_IP_OSPF,PROTO_IP_BGP)
3930         (PROTO_IP_BOOTP,PROTO_IP_NT_AUTOSTATIC,PROTO_IP_NT_STATIC)
3931         (PROTO_IP_NT_STATIC_NON_DOD,IPRTRMGR_PID,IPX_PROTOCOL_BASE)
3932         (IPX_PROTOCOL_RIP,IPX_PROTOCOL_SAP,IPX_PROTOCOL_NLSP): Define.
3933         * include/fltdefs.h: New file.
3934         * include/ipinfoid.h: New file.
3935
3936 2006-05-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3937
3938         * include/strmif.h (IAMAnalogVideoDecoder,IAMAudioInputMixer)
3939         (IAMAudioRendererStats,IAMBufferNegotiation,IAMCameraControl)
3940         (IAMCertifiedOutputProtection): Add interfaces.
3941         * include/adsprop.h: New file.
3942         * include/cmnquery.h: New file.
3943         * include/dsadmin.h: New file.
3944         * include/dsclient.h: New file.
3945         * include/dsgetdc.h: New file.
3946         * include/dsquery.h: New file.
3947         * include/dsrole.h: New file.
3948         * include/ntdsapi.h: New file.
3949         * include/ntdsbcli.h: New file.
3950         * include/objsel.h: New file.
3951
3952 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3953
3954         * include/qedit.h (DEXTER_PARAM,DEXTER_VALUE,SCompFmt0): Add structures.
3955         (DEXTERF_TRACK_SEARCH_FLAGS,TIMELINE_MAJOR_TYPE): Add enums.
3956         (CONNECTF_DYNAMIC_NONE,CONNECTF_DYNAMIC_SOURCES)
3957         (CONNECTF_DYNAMIC_EFFECTS,SFN_VALIDATEF_CHECK,SFN_VALIDATEF_POPUP)
3958         (SFN_VALIDATEF_TELLME,SFN_VALIDATEF_REPLACE,SFN_VALIDATEF_USELOCAL)
3959         (SFN_VALIDATEF_NOFIND,SFN_VALIDATEF_IGNOREMUTED,RESIZEF_STRETCH)
3960         (RESIZEF_CROP,RESIZEF_PRESERVEASPECTRATIO)
3961         (RESIZEF_PRESERVEASPECTRATIO_NOLETTERBOX): Define.
3962
3963 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3964
3965         * include/qedit.h: New file.
3966         * include/errors.h: Cleanup.
3967
3968 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3969
3970         * include/amvideo.h (BIT_MASKS_MATCH): Don't use memcmp to
3971         avoid dependency on <string.h>.
3972         There's no Win32 equivalent for memcmp:
3973         http://support.microsoft.com/default.aspx?scid=kb;EN-US;q99456
3974
3975 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3976
3977         * include/amvideo.h (RESET_MASKS,RESET_PALETTE): Use ZeroMemory
3978         instead of memset to avoid dependency on <string.h>.
3979         * include/dshow.h (AM_ASPECT_RATIO_MODE,AM_WST_DRAWBGMODE,AM_WST_LEVEL)
3980         (AMExtendedSeekingCapabilities,AM_WST_SERVICE,AM_WST_STATE)
3981         (AM_WST_STYLE): Add enums.
3982         (AM_WST_PAGE,AMVABeginFrameInfo,AMVACompBufferInfo,AMVAEndFrameInfo,
3983         AMVAInternalMemInfo,AMVAUncompBufferInfo,AMVAUncompDataInfo): New
3984         structures.
3985         * include/errors.h (VFW_E_DVD_CMD_CANCELLED)
3986         (VFW_E_DVD_STATE_WRONG_VERSION,VFW_E_DVD_STATE_CORRUPT)
3987         (VFW_E_DVD_STATE_WRONG_DISC,VFW_E_DVD_INCOMPATIBLE_REGION)
3988         (VFW_E_DVD_NO_ATTRIBUTES,VFW_E_DVD_NO_GOUP_PGC)
3989         (VFW_E_DVD_LOW_PARENTAL_LEVEL,VFW_E_DVD_NOT_IN_KARAOKE_MODE)
3990         (VFW_E_FRAME_STEP_UNSUPPORTED,VFW_E_DVD_STREAM_DISABLED)
3991         (VFW_E_DVD_TITLE_UNKNOWN,VFW_E_DVD_INVALID_DISC)
3992         (VFW_E_DVD_NO_RESUME_INFORMATION)
3993         (VFW_E_PIN_ALREADY_BLOCKED_ON_THIS_THREAD,VFW_E_PIN_ALREADY_BLOCKED)
3994         (VFW_E_CERTIFICATION_FAILURE,VFW_E_VMR_NOT_IN_MIXER_MODE)
3995         (VFW_E_VMR_NO_AP_SUPPLIED,VFW_E_VMR_NO_DEINTERLACE_HW)
3996         (VFW_E_VMR_NO_PROCAMP_HW,VFW_E_DVD_VMR9_INCOMPATIBLEDEC)
3997         (VFW_E_NO_COPP_HW,VFW_E_BAD_KEY): Define.
3998         * include/evcode.h (AM_WMT_EVENT_DATA): New structure.
3999         * include/mmsystem.h (WAVE_FORMAT_EXTENSIBLE): Define.
4000         * include/edevdefs.h (ED_FORMAT_SMPTE_30,ED_FORMAT_SMPTE_30DROP)
4001         (ED_FORMAT_SMPTE_25,ED_FORMAT_SMPTE_24): Move from here...
4002         * include/strmif.h: ... to here. New file.
4003         * include/aviriff.h: New file.
4004         * include/bdatypes.h: New file.
4005         * include/control.h: New file.
4006         * include/dvdmedia.h: New file.
4007         * include/il21dec.h: New file.
4008         * include/ks.h: New file.
4009         * include/ksmedia.h: New file.
4010         * include/mmreg.h: New file.
4011         * include/mpegtype.h: New file.
4012         * include/vidcap.h: New file.
4013         * include/vmr9.h: New file.
4014         * include/vptype.h: New file.
4015         * include/xprtdefs.h: New file.
4016
4017 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4018
4019         * include/winnls.h [WINVER >= 0x0500] (LOCALE_IDEFAULTEBCDICCODEPAGE):
4020         Documented as defined on Windows 2000 or later.
4021         [WINVER >= 0x0600] (LOCALE_SDURATION,LOCALE_SIETFLANGUAGE)
4022         (LOCALE_SISO3166CTRYNAME2,LOCALE_SISO639LANGNAME2)
4023         (LOCALE_SKEYBOARDSTOINSTALL,LOCALE_SNAME,LOCALE_SNAN)
4024         (LOCALE_SNEGINFINITY,LOCALE_SPOSINFINITY,LOCALE_SSCRIPTS): Documented
4025         but values unknown, Windows Vista or later.
4026         (CAL_UMALQURA): Cleanup.
4027         (CAL_SSHORTESTDAYNAME_1,CAL_SSHORTESTDAYNAME_2,CAL_SSHORTESTDAYNAME_3)
4028         (CAL_SSHORTESTDAYNAME_4,CAL_SSHORTESTDAYNAME_5,CAL_SSHORTESTDAYNAME_6)
4029         (CAL_SSHORTESTDAYNAME7): Cleanup.
4030         [WINVER >= 0x0410] (CAL_SYEARMONTH,CAL_ITWODIGITYEARMAX)
4031         (CAL_NOUSEROVERRIDE,CAL_RETURN_NUMBER,CAL_USE_CP_ACP): Cleanup.
4032
4033 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4034
4035         * include/wingdi.h [WINVER >= 0x0500] (DC_PERSONALITY,DC_PRINTRATE)
4036         (DC_PRINTRATEUNIT,DC_PRINTERMEM,DC_MEDIAREADY,DC_STAPLE)
4037         (DC_PRINTRATEPPM,DC_COLORDEVICE,DC_NUP,DC_MEDIATYPENAMES)
4038         (DC_MEDIATYPES,DMPAPER_DBL_JAPANESE_POSTCARD,DMPAPER_A6)
4039         (DMPAPER_JENV_KAKU2,DMPAPER_JENV_KAKU3,DMPAPER_JENV_CHOU3)
4040         (DMPAPER_JENV_CHOU4,DMPAPER_LETTER_ROTATED)
4041         (DMPAPER_A3_ROTATED,DMPAPER_A4_ROTATED,DMPAPER_A5_ROTATED)
4042         (DMPAPER_B4_JIS_ROTATED,DMPAPER_B5_JIS_ROTATED)
4043         (DMPAPER_JAPANESE_POSTCARD_ROTATED)
4044         (DMPAPER_DBL_JAPANESE_POSTCARD_ROTATED)
4045         (DMPAPER_A6_ROTATED,DMPAPER_JENV_KAKU2_ROTATED)
4046         (DMPAPER_JENV_KAKU3_ROTATED,DMPAPER_JENV_CHOU3_ROTATED)
4047         (DMPAPER_JENV_CHOU4_ROTATED,DMPAPER_B6_JIS)
4048         (DMPAPER_B6_JIS_ROTATED,DMPAPER_12X11,DMPAPER_JENV_YOU4)
4049         (DMPAPER_JENV_YOU4_ROTATED,DMPAPER_P16K,DMPAPER_P32K)
4050         (DMPAPER_P32KBIG,DMPAPER_PENV_1,DMPAPER_PENV_2)
4051         (DMPAPER_PENV_3,DMPAPER_PENV_4,DMPAPER_PENV_5)
4052         (DMPAPER_PENV_6,DMPAPER_PENV_7,DMPAPER_PENV_8)
4053         (DMPAPER_PENV_9,DMPAPER_PENV_10,DMPAPER_P16K_ROTATED)
4054         (DMPAPER_P32K_ROTATED,DMPAPER_P32KBIG_ROTATED)
4055         (DMPAPER_PENV_1_ROTATED,DMPAPER_PENV_2_ROTATED)
4056         (DMPAPER_PENV_3_ROTATED,DMPAPER_PENV_4_ROTATED)
4057         (DMPAPER_PENV_5_ROTATED,DMPAPER_PENV_6_ROTATED)
4058         (DMPAPER_PENV_7_ROTATED,DMPAPER_PENV_8_ROTATED)
4059         (DMPAPER_PENV_9_ROTATED,DMPAPER_PENV_10_ROTATED): Define.
4060         (DMPAPER_LAST): Value depends on DMPAPER_* variables actually defined.
4061         (DM_PANNINGWIDTH,DM_PANNINGHEIGHT,DM_DISPLAYFIXEDOUTPUT)
4062         (DMDO_DEFAULT,DMDO_90,DMDO_180,DMDO_270,DMDFO_DEFAULT,DMDFO_STRETCH)
4063         (DMDFO_CENTER): Define.
4064         (GetDCBrushColor,GetDCPenColor): Declare.
4065         * lib/msimg32.def (GetDCBrushColor,GetDCPenColor): Add stubs.
4066
4067 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4068
4069         * include/winnt.h (LANG_PERSIAN,LANG_LOWER_SORBIAN,LANG_UPPER_SORBIAN)
4070         (LANG_TSWANA,LANG_XHOSA,LANG_ZULU,LANG_MALTESE,LANG_SAMI,LANG_IRISH)
4071         (LANG_TIBETAN,LANG_WELSH,LANG_KHMER,LANG_LAO,LANG_SINHALESE)
4072         (LANG_INUKTITUT,LANG_AMHARIC,LANG_TAMAZIGHT,LANG_FRISIAN)
4073         (LANG_PASHTO,LANG_FILIPINO,LANG_HAUSA,LANG_YORUBA,LANG_QUECHUA)
4074         (LANG_SOTHO,LANG_BASHKIR,LANG_LUXEMBOURGISH,LANG_GREENLANDIC)
4075         (LANG_IGBO,LANG_TIGRIGNA,LANG_YI,LANG_MAPUDUNGUN,LANG_MOHAWK)
4076         (LANG_BRETON,LANG_UIGHUR,LANG_MAORI,LANG_OCCITAN,LANG_CORSICAN)
4077         (LANG_ALSATIAN,LANG_YAKUT,LANG_KICHE,LANG_KINYARWANDA,LANG_WOLOF)
4078         (LANG_DARI,LANG_MALAGASY)
4079         (SUBLANG_CUSTOM_DEFAULT,SUBLANG_CUSTOM_UNSPECIFIED)
4080         (SUBLANG_UI_CUSTOM_DEFAULT,SUBLANG_AFRIKAANS_SOUTH_AFRICA)
4081         (SUBLANG_ALBANIAN_ALBANIA,SUBLANG_ALSATIAN_FRANCE)
4082         (SUBLANG_AMHARIC_ETHIOPIA,SUBLANG_ARMENIAN_ARMENIA)
4083         (SUBLANG_ASSAMESE_INDIA,SUBLANG_BASHKIR_RUSSIA,SUBLANG_BASQUE_BASQUE)
4084         (SUBLANG_BELARUSIAN_BELARUS,SUBLANG_BENGALI_INDIA)
4085         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN)
4086         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC)
4087         (SUBLANG_BRETON_FRANCE,SUBLANG_BULGARIAN_BULGARIA)
4088         (SUBLANG_CATALAN_CATALAN,SUBLANG_CORSICAN_FRANCE)
4089         (SUBLANG_CZECH_CZECH_REPUBLIC,SUBLANG_CROATIAN_CROATIA)
4090         (SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,SUBLANG_DANISH_DENMARK)
4091         (SUBLANG_DIVEHI_MALDIVES,SUBLANG_ENGLISH_IRELAND)
4092         (SUBLANG_ENGLISH_INDIA,SUBLANG_ENGLISH_MALAYSIA)
4093         (SUBLANG_ENGLISH_SINGAPORE,SUBLANG_ESTONIAN_ESTONIA)
4094         (SUBLANG_FAEROESE_FAROE_ISLANDS,SUBLANG_FILIPINO_PHILIPPINES)
4095         (SUBLANG_FINNISH_FINLAND,SUBLANG_FRISIAN_NETHERLANDS)
4096         (SUBLANG_GALICIAN_GALICIAN,SUBLANG_GEORGIAN_GEORGIA)
4097         (SUBLANG_GREEK_GREECE,SUBLANG_GREENLANDIC_GREENLAND)
4098         (SUBLANG_GUJARATI_INDIA,SUBLANG_HAUSA_NIGERIA,SUBLANG_HEBREW_ISRAEL)
4099         (SUBLANG_HINDI_INDIA,SUBLANG_HUNGARIAN_HUNGARY)
4100         (SUBLANG_ICELANDIC_ICELAND,SUBLANG_IGBO_NIGERIA)
4101         (SUBLANG_INDONESIAN_INDONESIA,SUBLANG_INUKTITUT_CANADA)
4102         (SUBLANG_INUKTITUT_CANADA_LATIN,SUBLANG_IRISH_IRELAND)
4103         (SUBLANG_JAPANESE_JAPAN,SUBLANG_KAZAK_KAZAKHSTAN)
4104         (SUBLANG_KHMER_CAMBODIA,SUBLANG_KICHE_GUATEMALA)
4105         (SUBLANG_KINYARWANDA_RWANDA,SUBLANG_KONKANI_INDIA)
4106         (SUBLANG_KYRGYZ_KYRGYZSTAN,SUBLANG_LAO_LAO_PDR)
4107         (SUBLANG_LATVIAN_LATVIA,SUBLANG_LITHUANIAN_LITHUANIA)
4108         (SUBLANG_LOWER_SORBIAN_GERMANY,SUBLANG_LUXEMBOURGISH_LUXEMBOURG)
4109         (SUBLANG_MACEDONIAN_MACEDONIA,SUBLANG_MALAYALAM_INDIA)
4110         (SUBLANG_MALTESE_MALTA,SUBLANG_MAORI_NEW_ZEALAND)
4111         (SUBLANG_MAPUDUNGUN_CHILE,SUBLANG_MARATHI_INDIA,SUBLANG_MOHAWK_MOHAWK)
4112         (SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA,SUBLANG_MONGOLIAN_PRC)
4113         (SUBLANG_NEPALI_NEPAL,SUBLANG_OCCITAN_FRANCE,SUBLANG_ORIYA_INDIA)
4114         (SUBLANG_PASHTO_AFGHANISTAN,SUBLANG_PERSIAN_IRAN)
4115         (SUBLANG_POLISH_POLAND,SUBLANG_PORTUGUESE_PORTUGAL)
4116         (SUBLANG_PUNJABI_INDIA,SUBLANG_QUECHUA_BOLIVIA,SUBLANG_QUECHUA_ECUADOR)
4117         (SUBLANG_QUECHUA_PERU,SUBLANG_ROMANIAN_ROMANIA)
4118         (SUBLANG_ROMANSH_SWITZERLAND,SUBLANG_RUSSIAN_RUSSIA)
4119         (SUBLANG_SAMI_NORTHERN_NORWAY,SUBLANG_SAMI_NORTHERN_SWEDEN)
4120         (SUBLANG_SAMI_NORTHERN_FINLAND,SUBLANG_SAMI_LULE_NORWAY)
4121         (SUBLANG_SAMI_LULE_SWEDEN,SUBLANG_SAMI_SOUTHERN_NORWAY)
4122         (SUBLANG_SAMI_SOUTHERN_SWEDEN,SUBLANG_SAMI_SKOLT_FINLAND)
4123         (SUBLANG_SAMI_INARI_FINLAND,SUBLANG_SANSKRIT_INDIA)
4124         (SUBLANG_SERBIAN_BOSNIA_HERZEGOVINA_LATIN)
4125         (SUBLANG_SERBIAN_BOSNIA_HERZEGOVINA_CYRILLIC)
4126         (SUBLANG_SINDHI_AFGHANISTAN,SUBLANG_SINHALESE_SRI_LANKA)
4127         (SUBLANG_SOTHO_NORTHERN_SOUTH_AFRICA,SUBLANG_SLOVAK_SLOVAKIA)
4128         (SUBLANG_SLOVENIAN_SLOVENIA,SUBLANG_SPANISH_US,SUBLANG_SWEDISH_SWEDEN)
4129         (SUBLANG_SYRIAC,SUBLANG_TAJIK_TAJIKISTAN)
4130         (SUBLANG_TAMAZIGHT_ALGERIA_LATIN,SUBLANG_TAMIL_INDIA)
4131         (SUBLANG_TATAR_RUSSIA,SUBLANG_TELUGU_INDIA,SUBLANG_THAI_THAILAND)
4132         (SUBLANG_TIBETAN_PRC,SUBLANG_TIBETAN_BHUTAN,SUBLANG_TIGRIGNA_ERITREA)
4133         (SUBLANG_TSWANA_SOUTH_AFRICA,SUBLANG_TURKISH_TURKEY)
4134         (SUBLANG_TURKMEN_TURKMENISTAN,SUBLANG_UIGHUR_PRC)
4135         (SUBLANG_UKRAINIAN_UKRAINE,SUBLANG_UPPER_SORBIAN_GERMANY)
4136         (SUBLANG_VIETNAMESE_VIETNAM,SUBLANG_WELSH_UNITED_KINGDOM)
4137         (SUBLANG_WOLOF_SENEGAL,SUBLANG_YORUBA_NIGERIA)
4138         (SUBLANG_XHOSA_SOUTH_AFRICA,SUBLANG_YAKUT_RUSSIA,SUBLANG_YI_PRC)
4139         (SUBLANG_ZULU_SOUTH_AFRICA): Define.
4140         (SUBLANG_ARABIC_SAUDI_ARABIA): Removed by error.
4141         (SUBLANG_MARATHI_INDIA): Defined twice by error.
4142
4143 2006-05-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4144
4145         * lib/directx/Makefile.in: Remove reference to libquartz.a since
4146         it was moved.
4147
4148 2006-05-05  Earnie Boyd  <earnie@users.sf.net>
4149
4150         * lib/scrnsave.c: Correct misspelled SPI_SCREENSAVERUNNING to
4151         SPI_SETSCREENSAVERUNNING.
4152         * include winuser.h (SPI_SCREENSAVERRUNNING): Remove again.
4153
4154 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4155
4156         * include/winuser.h (SPI_SCREENSAVERRUNNING): Define.
4157         It had been removed because it's no documented, but Cygwin needs it.
4158
4159 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4160
4161         * include/amvideo.h (IFullScreenVideo): Define.
4162         (BIT_MASKS_MATCH,PALETTISED,PALETTE_ENTRIES,RESET_MASKS,RESET_PALETTE,
4163         SIZE_EGA_PALETTE,SIZE_MASKS,SIZE_PALETTE): Added Macros.
4164
4165 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4166
4167         * include/winnls.h (CAL_SYEARMONTH,CAL_ITWODIGITYEARMAX,
4168         CAL_NOUSEROVERRIDE,CAL_RETURN_NUMBER,CAL_USE_CP_ACP): Documented
4169         as available on Windows 98 and better.
4170         (CAL_SSHORTESTDAYNAME_1,CAL_SSHORTESTDAYNAME_2,CAL_SSHORTESTDAYNAME_3)
4171         (CAL_SSHORTESTDAYNAME_4,CAL_SSHORTESTDAYNAME_5,CAL_SSHORTESTDAYNAME_6)
4172         (CAL_SSHORTESTDAYNAME7,CAL_UMALQURA): Define, Windows Vista and better.
4173
4174 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4175
4176         * include/amvideo.h: New file.
4177         * include/dshow.h: Include <amvideo.h>.
4178
4179 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4180
4181         * include/winuser.h (MOUSEEVENTF_XDOWN,MOUSEEVENTF_XUP): Define.
4182         (MOUSEEVENTF_MOVE,MOUSEEVENTF_LEFTDOWN,MOUSEEVENTF_LEFTUP)
4183         (MOUSEEVENTF_RIGHTDOWN,MOUSEEVENTF_RIGHTUP,MOUSEEVENTF_MIDDLEDOWN)
4184         (MOUSEEVENTF_MIDDLEUP,MOUSEEVENTF_ABSOLUTE,MOUSEEVENTF_WHEEL): Cleanup.
4185         (HWND_BROADCAST): Cleanup.
4186         (HWND_MESSAGE): Windows 2000 only.
4187         (SMTO_ABORTIFHUNG,SMTO_BLOCK,SMTO_NORMAL): Cleanup.
4188         (SMTO_NOTIMEOUTIFNOTHUNG): Define.
4189         (SIF_DISABLENOSCROLL,SIF_PAGE,SIF_POS,SIF_RANGE,SIF_TRACKPOS)
4190         (SIF_ALL): Cleanup.
4191         (SWP_DRAWFRAME,SWP_FRAMECHANGED,SWP_HIDEWINDOW,SWP_NOACTIVATE)
4192         (SWP_NOCOPYBITS,SWP_NOMOVE,SWP_NOSIZE,SWP_NOREDRAW,SWP_NOZORDER)
4193         (SWP_SHOWWINDOW,SWP_NOOWNERZORDER,SWP_NOREPOSITION,SWP_NOSENDCHANGING)
4194         (SWP_DEFERERASE,SWP_ASYNCWINDOWPOS): Cleanup.
4195         (HSHELL_ENDTASK,HSHELL_ACCESSIBILITYSTATE,HSHELL_APPCOMMAND): Define.
4196         (SPI_GETBLOCKSENDINPUTRESETS,SPI_GETCARETWIDTH,SPI_GETDROPSHADOW)
4197         (SPI_GETFILTERKEYS,SPI_GETFLATMENU,SPI_GETFOCUSBORDERHEIGHT)
4198         (SPI_GETFOCUSBORDERWIDTH,SPI_GETFONTSMOOTHINGCONTRAST)
4199         (SPI_GETFONTSMOOTHINGTYPE,SPI_GETFOREGROUNDFLASHCOUNT)
4200         (SPI_GETMENUSHOWDELAY,SPI_GETMOUSECLICKLOCK,SPI_GETMOUSECLICKLOCKTIME)
4201         (SPI_GETMOUSEHOVERHEIGHT,SPI_GETMOUSEHOVERTIME,SPI_GETMOUSEHOVERWIDTH)
4202         (SPI_GETMOUSESONAR,SPI_GETMOUSEVANISH,SPI_GETNONCLIENTMETRICS)
4203         (SPI_GETPOWEROFFACTIVE,SPI_GETPOWEROFFTIMEOUT,SPI_GETSCREENREADER)
4204         (SPI_GETSCREENSAVEACTIVE,SPI_GETSCREENSAVERRUNNING)
4205         (SPI_GETSCREENSAVETIMEOUT,SPI_GETMOUSEVANISH,SPI_GETNONCLIENTMETRICS)
4206         (SPI_GETPOWEROFFACTIVE,SPI_GETPOWEROFFTIMEOUT,SPI_GETSCREENREADER)
4207         (SPI_GETSCREENSAVEACTIVE,SPI_GETSCREENSAVERRUNNING)
4208         (SPI_GETSCREENSAVETIMEOUT,SPI_GETSNAPTODEFBUTTON,SPI_GETUIEFFECTS)
4209         (SPI_SETBLOCKSENDINPUTRESETS,SPI_SETCARETWIDTH,SPI_SETCURSORS)
4210         (SPI_SETDROPSHADOW,SPI_SETFILTERKEYS,SPI_SETFLATMENU)
4211         (SPI_SETFOCUSBORDERHEIGHT,SPI_SETFOCUSBORDERWIDTH)
4212         (SPI_SETFONTSMOOTHINGCONTRAST,SPI_SETFONTSMOOTHINGTYPE)
4213         (SPI_SETFOREGROUNDFLASHCOUNT,SPI_SETICONS,SPI_SETMENUSHOWDELAY)
4214         (SPI_SETMOUSECLICKLOCK,SPI_SETMOUSECLICKLOCKTIME)
4215         (SPI_SETMOUSEHOVERHEIGHT,SPI_SETMOUSEHOVERTIME)
4216         (SPI_SETMOUSEHOVERWIDTH,SPI_SETMOUSESONAR,SPI_SETMOUSEVANISH)
4217         (SPI_SETNONCLIENTMETRICS,SPI_SETPENWINDOWS,SPI_SETPOWEROFFACTIVE)
4218         (SPI_SETPOWEROFFTIMEOUT,SPI_SETSCREENREADER,SPI_SETSCREENSAVEACTIVE)
4219         (SPI_SETSCREENSAVERRUNNING,SPI_SETSCREENSAVETIMEOUT,SPI_SETSHOWIMEUI)
4220         (SPI_SETSNAPTODEFBUTTON,SPI_SETUIEFFECTS): Define.
4221         (SPI_GETACCESSTIMEOUT,SPI_GETANIMATION,SPI_GETBEEP)
4222         (SPI_GETDEFAULTINPUTLANG,SPI_GETDESKWALLPAPER,SPI_GETDRAGFULLWINDOWS)
4223         (SPI_GETFASTTASKSWITCH,SPI_GETFONTSMOOTHING,SPI_GETGRIDGRANULARITY)
4224         (SPI_GETHIGHCONTRAST,SPI_GETICONMETRICS,SPI_GETICONTITLELOGFONT)
4225         (SPI_GETICONTITLEWRAP,SPI_GETKEYBOARDDELAY,SPI_GETKEYBOARDPREF)
4226         (SPI_GETKEYBOARDSPEED,SPI_GETLOWPOWERACTIVE,SPI_GETLOWPOWERTIMEOUT)
4227         (SPI_GETMENUDROPALIGNMENT,SPI_GETMENUUNDERLINES,SPI_GETMINIMIZEDMETRICS)
4228         (SPI_GETMOUSE,SPI_GETMOUSEKEYS,SPI_GETMOUSESPEED,SPI_GETMOUSETRAILS)
4229         (SPI_GETSERIALKEYS,SPI_GETSHOWIMEUI,SPI_GETSHOWSOUNDS)
4230         (SPI_GETSOUNDSENTRY,SPI_GETSTICKYKEYS,SPI_GETTOGGLEKEYS)
4231         (SPI_GETWHEELSCROLLLINES,SPI_GETWINDOWSEXTENSION,SPI_GETWORKAREA)
4232         (SPI_ICONHORIZONTALSPACING,SPI_ICONVERTICALSPACING)
4233         (SPI_SETACCESSTIMEOUT,SPI_SETANIMATION,SPI_SETBEEP,SPI_SETBORDER)
4234         (SPI_SETDEFAULTINPUTLANG,SPI_SETDESKPATTERN,SPI_SETDESKWALLPAPER)
4235         (SPI_SETDOUBLECLICKTIME,SPI_SETDOUBLECLKHEIGHT,SPI_SETDOUBLECLKWIDTH)
4236         (SPI_SETDRAGFULLWINDOWS,SPI_SETDRAGHEIGHT,SPI_SETDRAGWIDTH)
4237         (SPI_SETFASTTASKSWITCH,SPI_SETFONTSMOOTHING,SPI_SETGRIDGRANULARITY)
4238         (SPI_SETHANDHELD,SPI_SETHIGHCONTRAST,SPI_SETICONMETRICS)
4239         (SPI_SETICONTITLELOGFONT,SPI_SETICONTITLEWRAP,SPI_SETKEYBOARDDELAY)
4240         (SPI_SETKEYBOARDPREF,SPI_SETKEYBOARDSPEED,SPI_SETLANGTOGGLE)
4241         (SPI_SETLOWPOWERACTIVE,SPI_SETLOWPOWERTIMEOUT,SPI_SETMENUDROPALIGNMENT)
4242         (SPI_SETMENUUNDERLINES,SPI_SETMINIMIZEDMETRICS,SPI_SETMOUSE)
4243         (SPI_SETMOUSEBUTTONSWAP,SPI_SETMOUSEKEYS,SPI_SETMOUSESPEED)
4244         (SPI_SETMOUSETRAILS,SPI_SETSERIALKEYS,SPI_SETSHOWSOUNDS)
4245         (SPI_SETSOUNDSENTRY,SPI_SETSTICKYKEYS,SPI_SETTOGGLEKEYS)
4246         (SPI_SETWHEELSCROLLLINES,SPI_SETWORKAREA): Cleanup.
4247         (SPI_GETMOUSETRAILS,SPI_SETMOUSETRAILS): Defined twice by error.
4248         (SPI_SCREENSAVERRUNNING): Removed.
4249         (SPIF_UPDATEINIFILE,SPIF_SENDCHANGE,SPIF_SENDWININICHANGE): Cleanup.
4250         * include/wingdi.h (ETO_NUMERICSLATIN,ETO_NUMERICSLOCAL)
4251         (ETO_IGNORELANGUAGE,ETO_PDY): Define.
4252         (ETO_CLIPPED,ETO_GLYPH_INDEX,ETO_OPAQUE,ETO_RTLREADING): Cleanup.
4253
4254 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4255
4256         * include/mprapi.h (MPR_SERVER_HANDLE): Add typedef.
4257         (MprAdminGetPDCServer): Add prototype.
4258         (MprAdminSendUserMessage): Add prototype.
4259         (MprAdminUserGetInfo): Add prototype.
4260         (MprAdminUserSetInfo): Add prototype.
4261         * lib/mprapi.def: Add stubs for above functions.
4262
4263 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4264
4265         * lib/directx/quartz.def: Move from here...
4266         * lib/quartz.def: ... to here.
4267
4268 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4269
4270         * include/amaudio.h: New file.
4271         * include/dshow.h: Include <amaudio.h>.
4272
4273 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4274
4275         * include/errors.h: New file.
4276         * include/dshow.h: Include <errors.h>.
4277
4278 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4279
4280         * include/dshow.h: New file.
4281         * include/evcode.h: New file.
4282         * include/audevcod.h: New file.
4283         * include/dvdevcod.h: New file.
4284
4285 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4286
4287         * include/mprapi.h (RAS_SERVER_HANDLE): Add typedef.
4288         (MprAdminConnectionClearStats): Add prototype.
4289         (MprAdminConnectionEnum): Add  prototype.
4290         (MprAdminConnectionGetInfo): Add prototype.
4291         (MprAdminConnectionRemoveQuarantine): Add prototype.
4292         (MprAdminPortClearStats): Add prototype.
4293         (MprAdminPortDisconnect): Add prototype.
4294         (MprAdminPortEnum): Add prototype.
4295         (MprAdminPortGetInfo): Add prototype.
4296         (MprAdminPortReset): Add prototype.
4297         * lib/mprapi.def: New file.
4298
4299 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4300
4301         *  include/mprapi.h: #include <lmcons.h>
4302         (MAX_DEVICETYPE_NAME): Add define.
4303         (MAX_PHONE_NUMBER_LEN): Add define.
4304         (ATADDRESSLEN): Add define.
4305         (IPADDRESSLEN): Add define.
4306         (IPXADDRESSLEN): Add define.
4307         (MPR_ENABLE_RAS_ON_DEVICE): Add define.
4308         (MPR_ENABLE_ROUTING_ON_DEVICE): Add define.
4309         (RAS_FLAGS_PPP_CONNECTION): Add define.
4310         (RAS_FLAGS_MESSENGER_PRESENT): Add define.
4311         (RAS_FLAGS_RAS_CONNECTION): Add define.
4312         (RAS_FLAGS_QUARANTINE_PRESENT): Add define.
4313         (RASCCPCA_STAC): Add define.
4314         (RASCCPCA_MPPC): Add define.
4315         (PPP_CCP_COMPRESSION): Add define.
4316         (PPP_CCP_ENCRYPTION40BITOLD): Add define.
4317         (PPP_CCP_ENCRYPTION40BIT): Add define.
4318         (PPP_CCP_ENCRYPTION128BIT): Add define.
4319         (PPP_CCP_ENCRYPTION56BIT): Add define.
4320         (PPP_CCP_HISTORYLESS): Add define.
4321         (RASPRIV_NoCallback): Add define.
4322         (RASPRIV_AdminSetCallback): Add define.
4323         (RASPRIV_CallerSetCallback): Add define.
4324         (RASPRIV_DialinPrivilege): Add define.
4325         (RASPRIV_CallbackType): Add define.
4326         (RASPRIV2_DialinPolicy): Add define.
4327         (PPP_LCP_PAP): Add define.
4328         (PPP_LCP_SPAP): Add define.
4329         (PPP_LCP_CHAP): Add define.
4330         (PPP_LCP_EAP): Add define.
4331         (PPP_LCP_CHAP_MD5): Add define.
4332         (PPP_LCP_CHAP_MS): Add define.
4333         (PPP_LCP_CHAP_MSV2): Add define.
4334         (PPP_LCP_MULTILINK_FRAMING): Add define.
4335         (enum _RAS_HARDWARE_CONDITION): Add.
4336         (enum _RAS_PORT_CONDITION): Add.
4337         (struct _PPP_ATCP_INFO): Add.
4338         (struct _PPP_ATCP_INFO): Add.
4339         (struct _PPP_IPCP_INFO): Add.
4340         (struct _PPP_IPCP_INFO2): Add.
4341         (struct _PPP_IPXCP_INFO): Add.
4342         (struct _PPP_LCP_INFO): Add.
4343         (struct _PPP_NBFCP_INFO): Add.
4344         (struct _PPP_INFO): Add.
4345         (struct _PPP_INFO_2): Add.
4346         (struct _RAS_CONNECTION_0): Add.
4347         (struct RAS_CONNECTION_1): Add.
4348         (struct _RAS_CONNECTION_2): Add.
4349         (struct RAS_PORT_0): Add.
4350         (struct _RAS_PORT_1): Add.
4351         (struct _RAS_USER_0): Add.
4352         (struct _RAS_USER_1): Add.
4353
4354 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4355
4356         * include/mprapi.h: New file.
4357         * include/routprot.h: New file.
4358         * include/ipxrtdef.h: New file.
4359         * include/ipxconst.h: New file.
4360         * include/stm.h: New file.
4361
4362 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4363
4364         * include/ddk/winddk.h (KAFFINITY): Fix typo.
4365         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
4366
4367 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4368
4369         * include/winbase.h (ENUMRESLANGPROC,ENUMRESLANGPROCA,ENUMRESLANGPROCW)
4370         (ENUMRESNAMEPROC,ENUMRESNAMEPROCA,ENUMRESNAMEPROCW)
4371         (ENUMRESTYPEPROC,ENUMRESTYPEPROCA,ENUMRESTYPEPROCW): ANSI and Unicode
4372         versions.
4373         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
4374
4375 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4376
4377         * include/ntsecapi.h (POLICY_DNS_DOMAIN_INFO): Fix typo.
4378         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
4379
4380 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4381
4382         * include/wingdi.h (BITMAPV5HEADER): New structure definition.
4383
4384 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4385
4386         * include/basetyps.h (REFFMTID): Define properly.
4387
4388 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4389
4390         * include/winnt.h (WT_SET_MAX_THREADPOOL_THREADS): Define.
4391         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
4392
4393 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4394
4395         * include/ipifcons.h (MIN_IF_TYPE,IF_TYPE_OTHER,IF_TYPE_REGULAR_1822)
4396         (IF_TYPE_HDH_1822,IF_TYPE_DDN_X25,IF_TYPE_RFC877_X25)
4397         (IF_TYPE_ETHERNET_CSMACD,IF_TYPE_IS088023_CSMACD)
4398         (IF_TYPE_ISO88024_TOKENBUS,IF_TYPE_ISO88025_TOKENRING)
4399         (IF_TYPE_ISO88026_MAN,IF_TYPE_STARLAN,IF_TYPE_PROTEON_10MBIT)
4400         (IF_TYPE_PROTEON_80MBIT,IF_TYPE_HYPERCHANNEL,IF_TYPE_FDDI)
4401         (IF_TYPE_LAP_B,IF_TYPE_SDLC,IF_TYPE_DS1,IF_TYPE_E1,IF_TYPE_BASIC_ISDN)
4402         (IF_TYPE_PRIMARY_ISDN,IF_TYPE_PROP_POINT2POINT_SERIAL,IF_TYPE_PPP)
4403         (IF_TYPE_SOFTWARE_LOOPBACK,IF_TYPE_EON,IF_TYPE_ETHERNET_3MBIT)
4404         (IF_TYPE_NSIP,IF_TYPE_SLIP,IF_TYPE_ULTRA,IF_TYPE_DS3,IF_TYPE_SIP)
4405         (IF_TYPE_FRAMERELAY,IF_TYPE_RS232,IF_TYPE_PARA,IF_TYPE_ARCNET)
4406         (IF_TYPE_ARCNET_PLUS,IF_TYPE_ATM,IF_TYPE_MIO_X25,IF_TYPE_SONET)
4407         (IF_TYPE_X25_PLE,IF_TYPE_ISO88022_LLC,IF_TYPE_LOCALTALK)
4408         (IF_TYPE_SMDS_DXI,IF_TYPE_FRAMERELAY_SERVICE,IF_TYPE_V35,IF_TYPE_HSSI)
4409         (IF_TYPE_HIPPI,IF_TYPE_MODEM,IF_TYPE_AAL5,IF_TYPE_SONET_PATH)
4410         (IF_TYPE_SONET_VT,IF_TYPE_SMDS_ICIP,IF_TYPE_PROP_VIRTUAL)
4411         (IF_TYPE_PROP_MULTIPLEXOR,IF_TYPE_IEEE80212,IF_TYPE_FIBRECHANNEL)
4412         (IF_TYPE_HIPPIINTERFACE,IF_TYPE_FRAMERELAY_INTERCONNECT)
4413         (IF_TYPE_AFLANE_8023,IF_TYPE_AFLANE_8025,IF_TYPE_CCTEMUL)
4414         (IF_TYPE_FASTETHER,IF_TYPE_ISDN,IF_TYPE_V11,IF_TYPE_V36)
4415         (IF_TYPE_G703_64K,IF_TYPE_G703_2MB,IF_TYPE_QLLC,IF_TYPE_FASTETHER_FX)
4416         (IF_TYPE_CHANNEL,IF_TYPE_IEEE80211,,IF_TYPE_IBM370PARCHAN)
4417         (IF_TYPE_ESCON,IF_TYPE_DLSW,IF_TYPE_ISDN_S,IF_TYPE_ISDN_U)
4418         (IF_TYPE_LAP_D,IF_TYPE_IPSWITCH,IF_TYPE_RSRB,IF_TYPE_ATM_LOGICAL)
4419         (IF_TYPE_DS0,IF_TYPE_DS0_BUNDLE,IF_TYPE_BSC,IF_TYPE_ASYNC,IF_TYPE_CNR)
4420         (IF_TYPE_ISO88025R_DTR,IF_TYPE_EPLRS,IF_TYPE_ARAP,IF_TYPE_PROP_CNLS)
4421         (IF_TYPE_HOSTPAD,IF_TYPE_TERMPAD,IF_TYPE_FRAMERELAY_MPI,IF_TYPE_X213)
4422         (IF_TYPE_ADSL,IF_TYPE_RADSL,IF_TYPE_SDSL,IF_TYPE_VDSL)
4423         (IF_TYPE_ISO88025_CRFPRINT,IF_TYPE_MYRINET,IF_TYPE_VOICE_EM)
4424         (IF_TYPE_VOICE_FXO,IF_TYPE_VOICE_FXS,IF_TYPE_VOICE_ENCAP)
4425         (IF_TYPE_VOICE_OVERIP,IF_TYPE_ATM_DXI,IF_TYPE_ATM_FUNI,IF_TYPE_ATM_IMA)
4426         (IF_TYPE_PPPMULTILINKBUNDLE,IF_TYPE_IPOVER_CDLC,IF_TYPE_IPOVER_CLAW)
4427         (IF_TYPE_STACKTOSTACK,IF_TYPE_VIRTUALIPADDRESS,IF_TYPE_MPC
4428         (IF_TYPE_IPOVER_ATM,IF_TYPE_ISO88025_FIBER,IF_TYPE_TDLC
4429         (IF_TYPE_GIGABITETHERNET,IF_TYPE_HDLC,IF_TYPE_LAP_F,IF_TYPE_V37)
4430         (IF_TYPE_X25_MLP,IF_TYPE_X25_HUNTGROUP,IF_TYPE_TRANSPHDLC)
4431         (IF_TYPE_INTERLEAVE,IF_TYPE_FAST,IF_TYPE_IP,IF_TYPE_DOCSCABLE_MACLAYER)
4432         (IF_TYPE_DOCSCABLE_DOWNSTREAM,IF_TYPE_DOCSCABLE_UPSTREAM)
4433         (IF_TYPE_A12MPPSWITCH,IF_TYPE_TUNNEL,IF_TYPE_COFFEE,IF_TYPE_CES)
4434         (IF_TYPE_ATM_SUBINTERFACE,IF_TYPE_L2_VLAN,IF_TYPE_L3_IPVLAN)
4435         (IF_TYPE_L3_IPXVLAN,IF_TYPE_DIGITALPOWERLINE,IF_TYPE_MEDIAMAILOVERIP)
4436         (IF_TYPE_DTM,IF_TYPE_DCN,IF_TYPE_IPFORWARD,IF_TYPE_MSDSL)
4437         (IF_TYPE_IEEE1394,IF_TYPE_RECEIVE_ONLY,MAX_IF_TYPE,IF_ACCESS_LOOPBACK)
4438         (IF_ACCESS_BROADCAST,IF_ACCESS_POINTTOPOINT)
4439         (IF_ACCESS_POINTTOMULTIPOINT,IF_CHECK_NONE,IF_CHECK_MCAST)
4440         (IF_CHECK_SEND,IF_CONNECTION_DEDICATED,IF_CONNECTION_PASSIVE)
4441         (IF_CONNECTION_DEMAND,IF_ADMIN_STATUS_UP,IF_ADMIN_STATUS_DOWN)
4442         (IF_ADMIN_STATUS_TESTING,IF_OPER_STATUS_NON_OPERATIONAL)
4443         (IF_OPER_STATUS_UNREACHABLE,IF_OPER_STATUS_DISCONNECTED)
4444         (IF_OPER_STATUS_CONNECTING,IF_OPER_STATUS_CONNECTED)
4445         (IF_OPER_STATUS_OPERATIONAL): Define.
4446         * include/winbase.h (CancelWaitableTimer,UnregisterWait):
4447         Add function declaration.
4448         * include/mgm.h: New file.
4449         * lib/rtm.def: New file.
4450         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
4451
4452 2006-04-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4453
4454         * include/ws2tcpip.h (gai_strerror): Remove thread-safety comment.
4455         This function cannot be made thread-safe, the API would have to be
4456         changed for that, just like strerror() -> strerror_r() and similar
4457         ISO C or POSIX functions...
4458
4459 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4460
4461         * include/edevdefs.h: New file.
4462
4463 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4464
4465         * include/mmsystem.h (_LPCWAVEFORMATEX_DEFINED): Define.
4466         Use as guard for the WAVEFORMATEX structure instead of
4467         _WAVEFORMATEX_ to avoid clashes with DirectSound. Keep
4468         _WAVEFORMATEX_ for compatibility.
4469         Thanks to:    Andrew Jones <guln at sf dot net>
4470
4471 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4472
4473         * include/winuser.h (CharNextEx,CharNextExW,CharPrevEx,CharPrevExW):
4474         Delete. Only CharNextExA and CharPrevExA are documented in MSDN.
4475         Thanks to:    David Golub <david_golub at sf dot net>
4476
4477 2006-04-18  Eric House  <ehouse@eehouse.org>
4478
4479         PocketPC support.
4480         * include/aygshell.h: New file [_WIN32_WCE]. Declare most common
4481         functions for using aygshell on PocketPC:
4482         SHCreateMenuBar, SHFindMenuBar, SHCreateNewItem, SHFullScreen,
4483         SHSipInfo, SHHandleWMActivate, SHHandleWMSettingChange
4484
4485         * include/commctrl.h [_WIN32_WCE] Add function prototypes for
4486         command bar API on PocketPC:
4487         CommandBar_Create, CommandBar_Show, CommandBar_AddBitmap,
4488         CommandBar_InsertComboBox, CommandBar_InsertMenubar,
4489         CommandBar_InsertMenubarEx, CommandBar_DrawMenuBar,
4490         CommandBar_GetMenu, CommandBar_AddAdornments, CommandBar_Height,
4491         CommandBar_InsertButton, CommandBar_Destroy.
4492
4493         * include/winbase.h [_WIN32_WCE] (WIN32_FIND_DATA{A|W}): Remove
4494         fields not present on PocketPC.
4495         (GetCurrentThreadId): Conditionally declare as extern function
4496         without dllimport attribute on PocketPC.
4497         (ResetEvent): Likwise.
4498         (SetEvent): Likewise.
4499
4500         * include/wingdi.h [_WIN32_WCE]  (GetTextExtentPoint32{A|W}):
4501         Conditionally declare as extern function without dllimport
4502          attribute on PocketPC.
4503         * winuser.h  [_WIN32_WCE] (DialogBoxParam{A|W}): Conditionally
4504         declare as extern function without dllimport attribute on PocketPC.
4505
4506 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
4507
4508         * lib/test.c: Include icm.h.
4509
4510 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
4511
4512         * include/wingdi.h (ColorCorrectPalette): Add declaration.
4513         (CreateColorSpace): Add UNICODE mappings.
4514         * lib/gdi32.def (ColorCorrectPalette): Add stub.
4515         * include/icm.h: New file.
4516         * lib/mscms.def: New file.
4517         * lib/icmui.def: New file.
4518
4519 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
4520
4521         * include/winnt.h (IMAGE_FILE_MACHINE_IA64): New define.
4522         (IMAGE_FILE_MACHINE_AMD64): New define.
4523         (IMAGE_NT_OPTIONAL_HDR32_MAGIC,IMAGE_NT_OPTIONAL_HDR64_MAGIC):
4524         New defines.
4525         (IMAGE_NT_OPTIONAL_HDR_MAGIC): Map to one of the above.
4526         (IMAGE_SUBSYSTEM_NATIVE_WINDOWS): New define.
4527         (IMAGE_SUBSYSTEM_WINDOWS_CE_GUI): New define.
4528         (IMAGE_DLLCHARACTERISTICS_WDM_DRIVER): New define.
4529         (IMAGE_DIRECTORY_ENTRY_ARCHITECTURE,IMAGE_DIRECTORY_ENTRY_DELAY_IMPORT)
4530         (IMAGE_DIRECTORY_ENTRY_COM_DESCRIPTOR): New defines.
4531         (IMAGE_SCN_TYPE_REG,IMAGE_SCN_TYPE_DSECT,IMAGE_SCN_TYPE_NOLOAD)
4532         (IMAGE_SCN_TYPE_GROUP,IMAGE_SCN_TYPE_COPY,IMAGE_SCN_TYPE_OVER):
4533         New defines.
4534         (IMAGE_SCN_ALIGN_128BYTES,IMAGE_SCN_ALIGN_256BYTES)
4535         (IMAGE_SCN_ALIGN_512BYTES,IMAGE_SCN_ALIGN_1024BYTES)
4536         (IMAGE_SCN_ALIGN_2048BYTES,IMAGE_SCN_ALIGN_4096BYTES)
4537         (IMAGE_SCN_ALIGN_8192BYTES): New defines.
4538         (IMAGE_DEBUG_TYPE_BORLAND): New define.
4539         (IMAGE_OPTIONAL_HEADER32,PIMAGE_OPTIONAL_HEADER32)
4540         (IMAGE_OPTIONAL_HEADER64,PIMAGE_OPTIONAL_HEADER64): New structure
4541         definitions and typedefs.
4542         (IMAGE_OPTIONAL_HEADER,PIMAGE_OPTIONAL_HEADER): Map to the above.
4543         (IMAGE_NT_HEADERS32,PIMAGE_NT_HEADERS32,IMAGE_NT_HEADERS64)
4544         (PIMAGE_NT_HEADERS64): New structure definitions and typedefs.
4545         (IMAGE_NT_HEADERS,PIMAGE_NT_HEADERS): Map to the above.
4546         (IMAGE_LOAD_CONFIG_DIRECTORY64,PIMAGE_LOAD_CONFIG_DIRECTORY64):
4547         New structure definition and typedefs.
4548         (IMAGE_CE_RUNTIME_FUNCTION_ENTRY,PIMAGE_CE_RUNTIME_FUNCTION_ENTRY):
4549         Likewise.
4550         (IMAGE_FUNCTION_ENTRY64,PIMAGE_FUNCTION_ENTRY64): Likewise.
4551
4552 2006-04-18  Bart Oldeman  <bartoldeman@users.sf.net>
4553
4554         * lib/test.c: Fix typo in #inlcude.
4555         * include/aclui.h: INTERFACE should not remain
4556         defined at the end of the header.
4557         * include/servprov.h: Ditto.
4558
4559 2006-04-16  Danny Smith  <dannysmith@users.sourceforge.net>
4560
4561         * include/ws2tcpip.h (gai_strerror): Add thread-safety comment.
4562
4563 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4564
4565         * include/ws2tcpip.h (gai_strerrorA,gai_strerrorW): Implement inline.
4566
4567 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4568
4569         * include/wsahelp.h (system_header): Add pragma.
4570         * include/ws2spi.h (system_header): Add pragma.
4571         * include/rasdlg.h (system_header): Add pragma.
4572         * include/rasdlg.h (_RASDLG_H): Define.
4573         Define instead of _RASDLG_H_, this is the w32api standard.
4574         * include/mlang.h (_MLANG_H): Define.
4575         Define instead of _MLANG_H_, this is the w32api standard.
4576         * include/setupapi.h (_SETUPAPI_H): Define.
4577         Define instead of _SETUPAPI_H_, this is the w32api standard.
4578
4579 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4580
4581         * include/rpcndr.h (boolean): Add typedef.
4582         Thanks to:    James du Russel <ephelon at users dot sf dot net>
4583         * include/rpcndr.h (_RPCNDR_H): Define.
4584         Define in addition to __RPCNDR_H__, this is the w32api standard.
4585
4586 2006-04-14  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4587
4588         * include/w32api.h: Increment version to 3.7.
4589         * Makefile.in: Ditto.
4590
4591 2006-04-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4592
4593         * include/winbase.h (GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS,
4594         GET_MODULE_HANDLE_EX_FLAG_PIN,
4595         GET_MODULE_HANDLE_EX_FLAG_UNCHANGED_REFCOUNT): Define.
4596         Thanks to:    Brandon Sneed <brandon at redf dot net>
4597
4598 2006-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
4599
4600         * include/secext.h: Enclose function declarations in extern "C"
4601         if __cplusplus.
4602
4603 2006-04-11  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4604
4605         * include/comcat.h: INTERFACE should not remain defined
4606         at the end of the header.
4607         * include/docobj.h: Ditto.
4608         * include/exdisp.h: Ditto.
4609         * include/intshcut.h: Ditto.
4610         * include/mlang.h: Ditto.
4611         * include/mshtml.h: Ditto.
4612         * include/oaidl.h: Ditto.
4613         * include/objidl.h: Ditto.
4614         * include/objsafe.h: Ditto.
4615         * include/ocidl.h: Ditto.
4616         * include/oleacc.h: Ditto.
4617         * include/oledlg.h: Ditto.
4618         * include/oleidl.h: Ditto.
4619         * include/richole.h: Ditto.
4620         * include/shldisp.h: Ditto.
4621         * include/shlobj.h: Ditto.
4622         * include/unknwn.h: Ditto.
4623         * include/vfw.h: Ditto.
4624         Thanks to:    Brandon Sneed <brandon at redf dot net>
4625
4626 2006-04-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4627
4628         * include/commdlg.h [_WIN32_WINNT >= 0x0500] (PD_CURRENTPAGE)
4629         (PD_NOCURRENTPAGE,PD_EXCLUSIONFLAGS,PD_USELARGETEMPLATE): Define.
4630         Thanks to:    Wolfgang Glas <softadm at users dot sf dot net>
4631
4632 2006-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
4633
4634         * include/iphlpapi.h (GetAdaptersAddresses): Check for winsock2
4635         here also.
4636
4637 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4638
4639         * include/wincrypt.h (PROV_MS_EXCHANGE): Define.
4640         We should probably remove PROV_MS_MAIL but I'm keeping it for
4641         now for compatibility reasons.
4642         Thanks to:    Marcus Agehall <agehall at users dot sf dot net>
4643
4644 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4645
4646         * include/commdlg.h [_WIN32_WINNT >= 0x0500] (START_PAGE_GENERAL)
4647         (PD_RESULT_PRINT,PD_RESULT_APPLY): Define.
4648         Thanks to:    Wolfgang Glas <softadm at users dot sf dot net>
4649
4650 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4651
4652         * include/wingdi.h [WINVER >= 0x0410]
4653         (AlphaBlend,GradientFill,TransparentBlt): Windows 98 and better.
4654         Thanks to:    Alessandro Antonello <aleantonello at users dot sf dot net>
4655
4656 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4657
4658         * include/wingdi.h (CAPTUREBLT,NOMIRRORBITMAP): Define.
4659         * include/commctrl.h (WC_LINKA,WC_LINKW,LIF_ITEMINDEX,LIF_STATE)
4660         (LIF_ITEMID,LIF_URL,LIS_FOCUSED,LIS_ENABLED,LIS_VISITED,LM_HITTEST)
4661         (LM_GETIDEALHEIGHT,LM_SETITEM,LM_GETITEM,MAX_LINKID_TEXT)
4662         (L_MAX_URL_LENGTH): Define.
4663         (LITEM,LHITTESTINFO,NMLINK): Add structures.
4664         Thanks to:    Brandon Sneed <brandon at redf dot net>
4665
4666 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4667
4668         * include/w32api.h (IE601,IE602,IE7): Define for recent versions of IE.
4669
4670 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4671
4672         * include/w32api.h (_W32API_H): Define.
4673         Define in addition to _W32API_H_, this is the w32api standard.
4674
4675 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4676
4677         * include/w32api.h (WindowsVista): Define.
4678
4679 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4680
4681         * include/iptypes.h (IP_ADAPTER_*): Define parts that depend
4682         on SOCKET_ADDRESS only if winsock2.h has already been included.
4683
4684 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4685
4686         * include/winuser.h (WM_IME_*): Remove. Defined in imm.h.
4687
4688 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4689
4690         * include/iphlpapi.h (GAA_FLAG_*): Define.
4691         (GetAdaptersAddresses): Add function declaration.
4692         * lib/iphlpapi.def (GetAdaptersAddresses): Add function stub.
4693         Thanks to:    ross <rossboulet at users dot sf dot net>
4694
4695 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4696
4697         * include/iptypes.h (IP_INTERFACE_NAME_INFO,
4698         IP_ADAPTER_ANYCAST_ADDRESS,IP_ADAPTER_MULTICAST_ADDRESS,
4699         IP_ADAPTER_UNICAST_ADDRESS,IP_ADAPTER_DNS_SERVER_ADDRESS,
4700         IP_ADAPTER_PREFIX,IP_ADAPTER_ADDRESSES): Add structures.
4701         (IF_OPER_STATUS,IP_DAD_STATE,IP_PREFIX_ORIGIN,IP_SUFFIX_ORIGIN,
4702         SCOPE_LEVEL): Add enums.
4703         (IP_ADAPTER_*): Define.
4704
4705 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4706
4707         * include/winuser.h (GetWindowExtEx): Removed, belongs to wingdi.h.
4708         Thanks to:    Sergey Philippov <phis at users dot sf dot net>
4709
4710 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4711
4712         * include/objidl.h (PIDSI_*): Define.
4713         (PRSPEC_*): Define.
4714         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
4715
4716 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4717
4718         * include/winbase.h (LOGON32_PROVIDER_WINNT40,
4719         LOGON32_PROVIDER_WINNT50, LOGON32_LOGON_NETWORK,
4720         LOGON32_LOGON_UNLOCK, LOGON32_LOGON_NETWORK_CLEARTEXT,
4721         LOGON32_LOGON_NEW_CREDENTIALS): Define.
4722         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
4723
4724 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4725
4726         * include/mq.h: New file.
4727         * lib/mqrt.def (MQ*): Define a few missing functions.
4728
4729 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4730
4731         * lib/mqrt.def: New file.
4732         Needs the mq.h file to work properly, working on it.
4733         Thanks to:    Pascal Obry <pobry at users dot sf dot net>
4734
4735 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4736
4737         * include/winerror.h (STG_E_*):  Define.
4738         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
4739         * include/winerror.h (STG_S_*): Define.
4740         (CO_S_MACHINENAMENOTFOUND): Define.
4741         (RPC_E_*): Define.
4742         (NTE_*): Define.
4743
4744 2006-04-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4745
4746         * include/commctrl.h (ListView_*):  Define and correct.
4747         (LVM_*): Define.
4748
4749 2006-04-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4750
4751         * include/winuser.h (WM_IME_*): Define (DWORD type).
4752         (EM_*IMESTATUS): Define.
4753         (WM_*): Define.
4754         (XBUTTON*): Define.
4755         Thanks to:    Steve Folly <spfolly at users dot sf dot net>
4756
4757 2006-03-31  Danny Smith  <dannysmith@users.sourceforge.net>
4758
4759         * include/winnetwk.h (WNetGetResourceInformationW):  Correct first param.
4760         Thanks to: Rene Rivera  <grafik at users dot sf dot net>
4761
4762 2006-03-29  Christopher Faylor  <cgf@timesys.com>
4763
4764         * include/winspool.h: Protect use of PRINTER_ENUM_VALUESW with proper
4765         version conditional.
4766
4767 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4768
4769         * include/winspool.h (JOB_INFO_3): Add structure.
4770         (PROVIDOR_INFO_*{AW}): Add structure.
4771         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4772         (PRINTER_ENUM_VALUES{AW}): Add structure.
4773         (PRINTPROCESSOR_CAPS): Add structure.
4774
4775 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4776
4777         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4778         (PRINTER_INFO_7A): Correct definition.
4779
4780 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4781
4782         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4783         (DRIVER_INFO_*{AW}): Add structure.
4784         (PRINTER_INFO_*{AW}): Add structure.
4785         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4786
4787 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4788
4789         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4790         (DRIVER_*MODE): Define (DWORD type).
4791         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4792
4793 2006-03-27  Danny Smith  <dannysmith@users.sourceforge.net>
4794
4795         * include/wincon.h (GetConsoleProcessList): Declare.
4796
4797 2006-03-27  Hansres Engel  <engel@node.ch>
4798
4799         * include/mlang.h: New file.
4800
4801 2006-03-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4802
4803         * include/winbase.h (SetProcessWorkingSetSize): Corrected define.
4804
4805 2006-03-26  Hansres Engel  <engel@node.ch>
4806
4807          Add Uniscribe API for typography and for complex scripts.
4808         * include/usp10.h: New file.
4809         * lib/usp10.def: New file.
4810
4811         * include/winver.h:  Change first argument of GetFileVersionInfo[...] to const.
4812
4813         * include/imm.h (IMECHARPOSITION): Add structure.
4814         (RECONVERTSTRING): Likwise.
4815
4816         * include/commdlg.h (OPENFILENAME_SIZE_VERSION_400): Define.
4817
4818         * lib/uuid.c (CMultiLanguage): Add UUID definition.
4819         (IMLangFontLink2): Likewise.
4820         (IMultiLanguage): Likewise.
4821
4822 2006-03-18  Julien Lecomte  <julienlecomte@users.sourceforge.net>
4823
4824         * include/wincon.h  (ENABLE_*): Add more defines.
4825
4826 2006-03-18  Jan Nijtmans  <nijtmans@users.sourceforge.net>
4827
4828         * include/winnt.h (INHERITED_ACE): Define.
4829         (VALID_INHERIT_FLAGS): Correct definition.
4830
4831 2006-03-18  Peter Ã…strand  <astrand@cendio.se>
4832
4833          * lib/wtsapi32.def: New file.
4834
4835 2006-03-15  Christopher Faylor  <cgf@timesys.com>
4836
4837         * include/winbase.h (STATUS_DLL_INIT_FAILED): New define.
4838         (STATUS_DLL_INIT_FAILED_LOGOFF): Ditto.
4839
4840 2006-03-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4841
4842         * include/winspool.h (DI_MEMORYMAP_WRITE): Define (DWORD type).
4843         (FORM_USER,FORM_PRINTER): Define (DWORD type).
4844         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4845         (DSPRINT_*): Define (DWORD type).
4846         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4847
4848 2006-03-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4849
4850         * include/winspool.h (JOB_CONTROL_*,JOB_STATUS_*): Define.
4851         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4852
4853 2006-03-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4854
4855         * include/shellapi.h [_WIN32_IE >= 0x0600]
4856         (SEE_MASK_NOZONECHECKS,SEE_MASK_FLAG_LOG_USAGE): Define on
4857         Windows XP SP1 and Windows XP respectively.
4858
4859 2006-03-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4860
4861         * include/shellapi.h (NOTIFYICONDATA_V*_SIZE): Define.
4862         Thanks to:  Daniel Atallah <datallah at users dot sf dot net>
4863         * include/shellapi.h [_WIN32_IE >= 0x0500]
4864         (NIS_*): Introduced in Version 5.0.
4865
4866 2006-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
4867
4868         * include/wingdi.h (CS_*): Correct WINVER guard on
4869         Image Color Matching colour definitions.
4870
4871 2006-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
4872
4873         * include/shlobj.h (SFGAO_ISSLOW): Define.
4874         (SFGAO_DISPLAYATTRMASK): Define in terms of preceding display
4875         attribute constants.
4876
4877 2006-03-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4878
4879         * include/wingdi.h [WINVER >= 0x0500]
4880         (GRADIENT_FILL_*,*_EMBEDED): Included in Windows 2000 and later.
4881         Thanks to: David A. Capello <dacap at users dot sf dot net>
4882
4883 2006-03-05  Paul J. Lucas  <pauljlucas@users.sourceforge.net>
4884
4885         * include/wininet.h (INTERNET_CONNECTED_INFO): Define structure.
4886         (INTERNET_STATE_*): Define flags.
4887         (INTERNET_OPTION_CONNECTED_STATE): Define constant.
4888
4889 2006-03-05  Chris Wilson  <chris+mingw@qwirx.com>
4890
4891         * include/sddl.h: New file.
4892
4893 2006-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
4894
4895         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Revert
4896         last change.
4897         Remove file level #pragma pack(push,4)/#pragma pop.
4898
4899 2006-02-19  Corinna Vinschen  <corinna@vinschen.de>
4900
4901         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Add filler
4902         value to force correct alignment.
4903
4904 2006-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
4905
4906         * include/commctrl.h (LPNMLVCACHEHINT): Correct spelling.
4907         Thanks to: Sebastian Pipping <hartwork at users dot sf dot net>
4908         (PNM_CACHEHINT): Add backward compatibilty define.
4909         (LPNM_CACHEHINT): Likewise.
4910
4911 2006-02-06  Danny Smith  <dannysmith@users.sourceforge.net>
4912
4913         * include/shlobj.h (PathResolve): Fix typo in _WIN32_WINNT guard.
4914
4915 2006-02-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4916
4917         * include/shlobj.h (PRF_VERIFYEXISTS, PRF_TRYPROGRAMEXTENSIONS,
4918         PRF_FIRSTDIRDEF, PRF_DONTFINDLNK): Define.
4919         * lib/shell32.def (PathResolve): Define.
4920
4921 2006-02-06  Christopher Faylor  <cgf@timesys.com>
4922
4923         * include/shlobj.h (PathResolve): Fix typo.
4924
4925 2006-02-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4926
4927         * include/shlobj.h (PathResolve): Define.
4928         (PRF_VERIFYEXISTS, PRF_TRYPROGRAMEXTENSIONS, PRF_FIRSTDIRDEF,
4929         PRF_DONTFINDLNK): Ditto.
4930         * lib/shell32.def (PathResolve): Define.
4931
4932 2006-02-04  Ron Lee  <ronl@users.sourceforge.net>
4933
4934         * include/winnls.h: Remove stray end ';' from preprocessor defines.
4935
4936 2006-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
4937
4938         * lib/iphlpapi.def: (NotifyAddrChange@8): Define.
4939         Reported by: Daniel Atallah  <datallah at users dot sf dot net>
4940         (NotifyRouteChange@8): Define.
4941
4942 2006-01-29  Danny Smith  <dannysmith@users.sourceforge.net>
4943
4944         * include/winsock2.h (WINSOCK_API_LINKAGE): Define.  Add to
4945         prototypes.
4946
4947 2006-01-29  Danny Smith  <dannysmith@users.sourceforge.net>
4948
4949         * include/winnt.h (FORCEINLINE): Define.
4950
4951 2006-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
4952
4953         * include/winnt.h (DECLSPEC_SELECTANY): Define.
4954
4955 2006-01-26  Filip Navara  <xnavara@volny.cz>
4956
4957         * include/winnt.h (DECLSPEC_ALIGN): Define.
4958
4959 2006-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
4960
4961         * include/commctrl.h: Correct spelling of 'compatibility' in
4962         comments.
4963         * include/setupapi.h: Likewise.
4964         * include/ws2tcpip.h: Likewise.
4965
4966 2006-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
4967
4968         * include/ddk/winddk.h (KeGetCurrentKPCR): Support -masm=intel.
4969
4970 2006-01-24  Jiri Malak  <Jiri.Malak@iol.cz>
4971
4972         WATCOM compatibility changes.
4973         * include/ddk/ntddk.h (DECL_IMPORT): Define using __declspec,
4974         rather than __attribute__.
4975         (DECL_EXPORT): Likewise.
4976         * include/ddk/winddk.h (DDKAPI): Avoid using __attribute__.
4977         (DDKFASTAPI): Likewise.
4978         (DDKCDECLAPI): Likwise.
4979         (KeGetCurrentKPCR): Provide __WATCOMC__ syntax for inline code.
4980
4981 2006-01-23  Brandon Sneed  <brandon@redf.net>
4982
4983         * setupapi.def: Add all CM_* functions defined in ddk/cfgmgr32.h
4984         to exports.
4985
4986 2006-01-17  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4987
4988         * include/w32api.h: Increment version to 3.6.
4989         * Makefile.in: Ditto.
4990
4991 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
4992
4993         * include/wincrypt.h (WINADVAPI): Add to prototypes of
4994         advapi32.dll functions.
4995
4996 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
4997
4998         * include/winsock2.h (struct sockaddr_storage):  Use RFC 2553
4999         names for padding size constants.
5000
5001 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
5002
5003         * include/aclapi.h (WINADVAPI): Add to prototypes.
5004         * include/winreg.h (WINADVAPI): Likewise.
5005         * include/winsvc.h (WINADVAPI): Likewise.
5006
5007 2006-01-05  Michael Gerdau  <mgd@technosis.de>
5008
5009         * include/winbase.h (WINADVAPI): Define.
5010
5011 2006-01-03  Christopher Faylor  <cgf@timesys.com>
5012
5013         * include/winuser.h (CreateWindowStation): Correctly identify first
5014         argument as constant.
5015         (CreateWindowStation@): Ditto.
5016
5017 2006-01-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5018
5019         * include/uxtheme.h [_WIN32_WINNT >= 0x0501]
5020         (TMT_*, BT_*): Add constants.
5021
5022 2005-12-31  Corinna Vinschen  <corinna@vinschen.de>
5023
5024         * include/winsock2.h: Don't define struct sockaddr_storage when
5025         building Cygwin.
5026
5027 2005-12-22  Danny Smith  <dannysmith@users.sourceforge.net>
5028
5029         * lib/ws2_32.c: New file, defining IPv6 constants.
5030         * lib/Makefile.in (SOURCES): Add ws2_32.c
5031         (EXTRA_OBJS): Add ws2_32.o.
5032
5033 2005-12-21  Michael Jung  <mjung@iss.tu-darmstadt.de>
5034
5035         * lib/user32.def (PrivateExtractIconsA@32,
5036         PrivateExtractIconsW@32): Define.
5037         * lib/shell32.c (IID_IShellLinkDataList): Add GUID.
5038
5039 2005-12-12  Christopher Faylor  <cgf@timesys.com>
5040
5041         * include/winuser.h (WINSTA_ALL_ACCESS): Define.
5042
5043 2005-12-09  Danny Smith  <dannysmith@users.sourceforge.net>
5044
5045         * lib/kernel32.def (CreateFiberEx): Correct suffix.
5046
5047 2005-12-09  Huw Davies  <hdavies@users.sourceforge.net>
5048             Danny Smith <dannysmith@users.sourceforge.net>
5049
5050         * lib/msxml-uuid.c: New file to generate UUIDs for
5051         MSXML interfaces.
5052         * lib/Makefile.in (UUID_OBJS): Add msxml-uuid.o.
5053
5054 2005-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
5055
5056         * include/winbase.h (GetDevicePowerState): Add prototype.
5057         * lib/kernel32.def (GetDevicePowerState): Correct suffix.
5058
5059 2005-12-07  Brian Gunlogson  <gmb300@users.sourceforge.net>
5060
5061         * include/winuser.h (GetClassLongPtr{AW}): Guard prototypes with _WIN64.
5062         Define as macro if !_WIN64.
5063         (SetClassLongPtr{AW}): Likewise.
5064         (GCLP_*): Add GetClassLongPtr defines.
5065         * lib/user32.def (GetClassLongPtr{AW}): Remove stubs.
5066         (SetClassLongPtr{AW}): Likewise.
5067
5068 2005-11-18  Brian Gunlogson  <gmb300@users.sourceforge.net>
5069
5070         * include/winuser.h (GetClassLongPtr{AW}): Add prototypes.
5071         (SetClassLongPtr{AW}): Likewise.
5072         (GCLP_*): Add GetClassLongPtr defines.
5073         * lib/user32.def (GetClassLongPtr{AW}): Add stubs.
5074         (SetClassLongPtr{AW}): Likewise.
5075
5076 2005-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
5077
5078         * include/commdlg.h (OPENFILENAMEW): Add members for
5079         _WIN32_WINNT >= 0x0500.
5080         Thanks to Ricardo Dalcorsso Fodra.
5081         (OPENFILENAMEA): Modify whitespace. Ansify comment.
5082
5083 2005-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
5084
5085         * include/wingdi.h (GetICMProfileA): Correct prototype.
5086         (GetICMProfileW): Likewise.
5087         Thanks to: Paul J Lucas
5088
5089 2005-11-04  Michael Jung  <mjung@iss.tu-darmstadt.de>
5090
5091         * lib/shell32.c (CLSID_ShellFSFolder): Add GUID.
5092
5093 2005-11-03  Danny Smith  <dannysmith@users.sourceforge.net>
5094
5095         * lib/crypt32.def (CertOIDToAlgId, CertAlgIDToOID, CryptProtectData,
5096         CryptUnprotectData, CryptDecodeObjectEx, CryptEncodeObjectEx,
5097         CryptRegisterOIDFunction, CryptUnregisterOIDFunction): Add stubs.
5098         Thanks to: F Richter  <res2002 at users dot sourceforge dot net>
5099
5100 2005-10-29  Chris Sutcliffe  <ir0nh34d@users.sf.net>
5101
5102         * include/objbase.h: Fix typo.
5103         * include/w32api.h: Increment version to 3.5.
5104         * Makefile.in: Ditto.
5105
5106 2005-10-27  Chris Sutcliffe  <ir0nh34d@users.sf.net>
5107
5108         * include/w32api.h: Increment version to 3.4.
5109         * Makefile.in: Ditto.
5110
5111 2005-10-12  Danny Smith  <dannysmith@users.sourceforge.net>
5112
5113         * include/winbase.h (GetProcessId): Remove duplicate declaration.
5114         Use _WIN32_WINNT >= 0x0501 guard.
5115
5116 2005-10-11  Christopher Faylor  <cgf@timesys.com>
5117
5118         * include/winbase.h (GetProcessId): Declare.
5119
5120 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5121
5122         * lib/ddk/newdev.def: Added.
5123         Thanks to: Stephan Meyer <ste_meyer at users dot sourceforge dot net>
5124
5125 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5126
5127         * include/commdlg.h (OPENFILENAME): Added WINNT >= 0x0500
5128         component.
5129         Thanks to: Gennady Feldman <gena01 at users dot sourceforge dot net>
5130
5131 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5132
5133         * lib/shell32.def (SHILCreateFromPath): Add stub.
5134         Thanks to: Michael Jung <mjung at iss dot tu-darmstadt dot de>
5135
5136 2005-09-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5137
5138         * include/winbase.h (RegisterWaitForSingleObject,
5139         RegisterWaitForSingleObjectEx): Define.
5140         * lib/kernel32.def (RegisterWaitForSingleObjectEx@20): Define.
5141         (RegisterWaitForSingleObject@16): Changed to
5142         RegisterWaitForSingleObject@24.
5143         Thanks to: Brandon Sneed <nivenh at users dot sourceforge dot net>
5144
5145 2005-09-19  Danny Smith  <dannysmith@users.sourceforge.net>
5146
5147         * include/winsock2.h (SO_EXCLUSIVEADDRUSE): Define.
5148         Thanks to: Gisle Vanem  <giva at bgnett dot no>
5149
5150 2005-09-08  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5151
5152         * include/reason.h [_WIN32_WINNT >= 0x0501]
5153         (SHTDN_REASON_*): New file.
5154         * include/objbase.h: Avoid double header guard.
5155
5156 2005-08-17  Michael Jung  <mjung@iss.tu-darmstadt.de>
5157
5158         * lib/shell32.c (CLSID_RecycleBin, CLSID_ControlPanel,
5159         CLSID_MyComputer,CLSID_Internet, CLSID_NetworkPlaces,
5160         CLSID_MyDocuments, CLSID_FolderShortcut): Add GUIDs.
5161
5162 2005-08-17  Martin Fuchs  <martin-fuchs@gmx.net>
5163
5164         * include/shlobj.h (IContextMenu3): Define.
5165         * include/shlguid.h (IID_IContextMenu3): Declare.
5166         * lib/shell32.c (IID_IContextMenu3): Define.
5167
5168 2005-08-17  Martin Fuchs  <martin-fuchs@gmx.net>
5169
5170         * include/shlobj.h (SHFormatDrive): Declaration of function
5171         and associated constants.
5172
5173 2005-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
5174
5175         * include/ddk/hidsdi.h:  New file.
5176         * lib/ddk/hid.def: Uncomment symbols and add stdcall suffix for
5177         functions declared in hidsdi.h.
5178         Thanks to:  Alex J Lennon  <ajlennon at organixconsulting dot com>
5179
5180 2005-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
5181
5182         * lib/imm32.def (ImmDisableIME): Add stub.
5183         Thanks to: "kidmin"  <kidmin at users dot sourceforge dot net>
5184
5185 2005-08-10  Chris Sutcliffe  <ir0nh34d@users.sf.net>
5186
5187         * include/w32api.h: Increment version to 3.3.
5188         * Makefile.in: Ditto.
5189
5190 2005-07-28  Earnie Boyd  <earnie@users.sf.net>
5191
5192         * include/winnt.h (SUBLANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN):
5193         Correct their values.
5194         Thanks to: Daniel K. O. <danielosmari at users dont sf dot net>
5195
5196 2005-07-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5197
5198         * include/winuser.h (HSHELL_RUDEAPPACTIVATED): Define.
5199
5200 2005-07-20  Danny Smith  <dannysmith@users.sourceforge.net>
5201
5202         * include/wingdi.h (TT_PRIM_CSPLINE): Define.
5203         Thanks to: Bob Jamison <ishmal at users dot sourceforge dot net>
5204
5205 2005-07-20  Danny Smith  <dannysmith@users.sourceforge.net>
5206
5207         * include/richedit.h (SETTEXTEX): Define structure and
5208         associated constants.
5209         (GT_SELECTION): Define GETTEXTEX flag constant.
5210
5211 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
5212
5213         * include/wingdi.h (SYSPAL_NOSTATIC256): Define.
5214
5215 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
5216
5217         * include/wingdi.h (WINGDIAPI): Define to DECLSPEC_DLLIMPORT
5218         if __W32API_USE_DLLIMPORT__.   Use throughout to qualify
5219         prototypes.
5220
5221 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
5222
5223         * include/commctrl.h (RBBS_USECHEVRON): Define.
5224         (RBBS_*): Use hex notation, group together.
5225
5226 2005-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
5227
5228         * lib/kernel32.def (GetUserGeoID): Correct suffix.
5229         Thanks to: "bernd23" <bernd23 at users dot sourceforge dot net>
5230
5231 2005-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
5232
5233         * include/commctrl.h (TreeView_SetItemState): Initilise
5234         _tvi.hItem.
5235         Thanks to:  Joseph Remes <jremes at users dot sourceforge dot net>
5236
5237 2005-07-18  Mattia Barbon  <mbarbon@users.sourceforge.net>
5238
5239         * include/commctrl.h (NMLVFINDITEM): Add structure.
5240
5241 2005-07-18  Michael Gerdau  <mgdde@users.sourceforge.net>
5242
5243         * include/wininet.h (WININET_API_FLAG_*): Add defines.
5244
5245 2005-07-18  Daniel Atallah  <datallah@users.sourceforge.net>
5246
5247         * include/winnt.h (VER_SET_CONDITION): Define.
5248
5249 2005-07-18  Michael Gerdau  <mgdde@users.sourceforge.net>
5250
5251         * include/wincon.h (AttachConsole): Correct _WIN32_WINNT guard.
5252         (ATTACH_PARENT_PROCESS): Define.
5253         (CONSOLE_WINDOWED_MODE): Correct definition to match MSDN
5254         documentation.
5255
5256 2005-07-17  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5257
5258         * include/winbase.h (QueueUserWorkItem): Add prototype.
5259
5260 2005-07-13  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5261
5262         * include/wingdi.h (SHADEBLENDCAPS, SB_NONE, SB_CONST_ALPHA,
5263         SB_PIXEL_ALPHA, SB_PREMULT_ALPHA, SB_GRAD_RECT, SB_GRAD_TRI,
5264         COLORMGMTCAPS, CM_NONE, CM_DEVICE_ICM, CM_GAMMA_RAMP,
5265         CM_CMYK_COLOR): Define.
5266
5267 2005-06-19  Danny Smith  <dannysmith@users.sourceforge.net>
5268
5269         * include/winldap.h (ldap_simple_bindW, ldap_simple_bind_sW,
5270         ldap_bindW, ldap_bind_sW): Change PCHAR arg to PWCHAR.
5271         Thanks to: Christian  <chhd at users dot sf dot net>
5272
5273 2005-06-18  Danny Smith  <dannysmith@users.sourceforge.net>
5274
5275         * include/richedit.h (GETTEXTEX): Correct name of lpUsedDefChar
5276         field.
5277         Thanks to: Saulius Menkevicius  <bobas at users dot sf dot net>
5278
5279 2005-06-18  Danny Smith  <dannysmith@users.sourceforge.net>
5280
5281         * include/winbase.h (GlobalDiscard): Define as macro.
5282         Thanks to: David Golub  <david_golub  at users dot sf dot net>
5283
5284 2005-05-13  Corinna Vinschen  <corinna@vinschen.de>
5285
5286         * include/winnetwk.h (WNetGetResourceParentA): Add missing declaration.
5287         (WNetGetResourceParentW): Ditto.
5288         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Define.
5289         (FILE_ID_BOTH_DIRECTORY_INFORMATION): Define.
5290
5291 2005-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
5292
5293         * include/wininet.h (FtpGetFileSize): Add prototype.
5294         (FtpCommand[AW]): Correct prototypes.
5295         Reported by: <siger at users dot sf dot net>
5296
5297 2005-04-25  Danny Smith  <dannysmith@users.sourceforge.net>
5298
5299         * include/vfw.h (capCreateCaptureWindow[AW]): Add prototypes.
5300         (capGetDriverDescription[AW]): Likewise.
5301
5302 2005-04-03  Corinna Vinschen  <corinna@vinschen.de>
5303
5304         * include/winnt.h (SE_UNDOCK_NAME TEXT): Define.
5305         (SE_MANAGE_VOLUME_NAME TEXT): Ditto.
5306         (SE_IMPERSONATE_NAME TEXT): Ditto.
5307         (SE_ENABLE_DELEGATION_NAME TEXT): Ditto.
5308         (SE_SYNC_AGENT_NAME TEXT): Ditto.
5309
5310 2005-03-16  Christopher Faylor  <cgf@timesys.com>
5311
5312         * include/winnt.h (SYSTEM_LUID): Fix definitition invalidated by below
5313         change.
5314
5315 2005-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
5316
5317         * include/winnt.h (_LUID): Add structure. Correct LUID typedef.
5318         Thanks to:
5319         Paul-Christiaan Spruijtenburg <wakarimasu at users dot sf dot net>
5320
5321 2005-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
5322
5323         * include/ws2tcpip.h (getaddrinfo, freeaddrinfo, getnameinfo):
5324         Guard with _WIN32_WINNT >= 0x0501. Add FIXME comment.
5325         (gai_strerror[AW]): Put into #if 0 block.
5326
5327 2005-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
5328
5329         * include/basetyps.h (__int16): Correct define.
5330
5331 2005-02-10  Jiri Malak  <Jiri.Malak@iol.cz>
5332             Danny Smith  <dannysmith@users.sourceforge.net>
5333
5334         * lib/directx/dinput_private.h (ATTRIBUTE_TEXT_SECTION): New
5335         define for Open Watcom portability.
5336         * lib/directx/(dinput_joy.c, dinput_joy2.c, dinput_kbd.c,
5337         dinput_mouse.c, dinput_mouse2.c): Use new macro in definition
5338         of local c_rgodfDI* objects. Replace .rdata section attribute
5339         with 'const' keyword in definition of global c_dfDI* objects.
5340
5341 2005-02-07  Danny Smith  <dannysmith@users.sourceforge.net>
5342
5343         * include/winioctl.h (IOCTL_VOLUME_BASE,
5344         IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS, IOCTL_VOLUME_IS_CLUSTERED):
5345         Copy defines from include/ddk/ntdddvol.h.
5346         Bug reported to Debian by Anand Kumria  <wildfire@progsoc.org>
5347
5348 2005-01-27  Oliver Stoeneberg  <oliverst@online.de>
5349
5350         * include/winbase.h (PWIN32_FIND_DATA): Add typedef.
5351
5352 2005-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
5353
5354         * include/winuser.h (SW_SMOOTHSCROLL): Add define.
5355         Reported by: Christian Ehrlicher  <chehrlic@users.sf.net>
5356
5357 2005-01-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5358
5359         * include/commdlg.h (OFN_DONTADDTORECENT): Added definition.
5360
5361 2005-01-18  Danny Smith  <dannysmith@users.sourceforge.net>
5362
5363         * lib/user32.def (MonitorFromPoint): Correct suffix.
5364
5365 2005-01-13  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5366
5367         * include/wininet.h (InternetCheckConnectionA,
5368         InternetCheckConnectionW) Add prototypes.
5369         (INTERNET_RAS_INSTALLED, INTERNET_CONNECTION_OFFLINE,
5370         INTERNET_CONNECTION_CONFIGURED): Add defines.
5371
5372 2005-01-07  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5373
5374         * include/commctrl.h (ComboBox_SetMinVisible,
5375         ComboBox_GetMinVisible): Added Macros.
5376         * include/winuser.h (CB_SETMINVISIBLE, CB_GETMINVISIBLE):
5377         Added definitions.
5378
5379 2005-01-02  Jiri Malak  <Jiri.Malak@geac.cz>
5380
5381         * include/winnt.h (GetCurrentFiber, GetFiberData): Make inline
5382         assembly code conditional on _X86_.
5383
5384 2005-01-02  Earnie Boyd  <earnie@users.sf.net>
5385
5386         * include/w32api.h: Increment version to 3.2.
5387         * Makefile.in: Ditto.
5388         * include/afxres.h: Remove the \r from the line ending.
5389         * include/errorrep.h: Ditto.
5390         * include/shldisp.h: Ditto.
5391         * include/tschema.h: Ditto.
5392         * lib/dhcpcsvc.def: Ditto.
5393         * lib/uxtheme.def: Ditto.
5394         * lib/wldap32.def: Ditto.
5395
5396 2005-01-01  Danny Smith  <dannysmith@users.sourceforge.net>
5397
5398         * include/winerror.h (ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY):
5399         Correct typo.
5400         Thanks to: Aidan France  <aidan1@users.sourceforge.net>
5401
5402 2004-12-29  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5403
5404         *include/winuser.h (MNS_*, WM_MENUCOMMAND,
5405         WM_MENUGETOBJECT, WM_MENUDRAG, WM_NCMOUSEHOVER,
5406         WM_NCMOUSELEAVE, WM_UNINITMENUPOPUP,
5407         SPI_GETFOREGROUNDLOCKTIMEOUT,
5408         SPI_SETFOREGROUNDLOCKTIMEOUT): Added definitions.
5409         *include/imm.h (WM_IME_REQUEST): Added definition.
5410         *include/shlobj.h (SLGP_RAWPATH,
5411         SLGP_UNCPRIORITY): Added definition.
5412
5413 2004-12-28  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5414
5415         *include/winuser.h (HSHELL_FLASH): Added definition.
5416
5417 2004-12-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5418
5419         * include/shldisp.h (IAutoComplete): Added interface definiton.
5420         * include/shldisp.h (IAutoComplete2): Added interface definiton.
5421         * include/shldisp.h (ACO_AUTOSUGGEST): Added definition.
5422         * include/shlobj.h (IObjMgr): Added interface definiton.
5423         * lib/shell32.c (CLSID_AutoComplete, IID_AutoComplete,
5424         IID_AutoComplete2, CLSID_ACLMulti, IID_IObjMgr,
5425         CLSID_ACListISF, IID_IACList): Added GUIDs.
5426         * include/shlguid.h (CLSID_AutoComplete, IID_AutoComplete,
5427         IID_AutoComplete2, CLSID_ACLMulti, IID_IObjMgr,
5428         CLSID_ACListISF, IID_IACList): Added GUIDs.
5429
5430 2004-12-23  Danny Smith  <dannysmith@users.sourceforge.net>
5431
5432         * include/commctrl.h (CDRF_NOTIFYSUBITEMDRAW): Add define.
5433         Thanks to: Chris Sutcliffe  <ironhead@walled.net>
5434         (CDRF_*): Use hex notation for constants.
5435
5436 2004-12-08  Danny Smith  <dannysmith@users.sourceforge.net>
5437
5438         * include/sqlext.h (SQL_INTERVAL_*): Correct macros.
5439         Reported by Eric Sharkey <sharkey at netrics dot com>
5440
5441 2004-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
5442
5443         * include/winnt.h (TOKEN_INFORMATION_CLASS): Add
5444         TokenGroupsAndPrivileges, TokenSessionReference,
5445         TokenSandBoxInert, TokenAuditPolicy, TokenOrigin.
5446         Reformat.
5447         (SID_NAME_USE): Add SidTypeComputer.  Reformat.
5448         Thanks to Gabriel Linder <mingwlinder@users.sourceforge.net>
5449
5450 2004-12-02  Danny Smith  <dannysmith@users.sourceforge.net>
5451
5452         * lib/comctl32.def (ImageList_Copy, ImageList_DrawIndirect,
5453         ImageList_Duplicate): Add stubs.
5454
5455 2004-12-02  Danny Smith  <dannysmith@users.sourceforge.net>
5456
5457         * lib/directx/strmiids.c (MEDIASUBTYPE_YV12): Correct GUID.
5458         Thanks to "Pete" <pross@xvid.org>
5459
5460 2004-11-21 Benoit Blanchon  <bblanchon@users.sourceforge.net>
5461
5462         * include/wingdi.h (AC_SRC_ALPHA, AC_SRC_NO_ALPHA,
5463         AC_DST_NO_ALPHA, ...): Add defines.
5464         * include/winuser.h (ULW_COLORKEY,ULW_ALPHA,
5465         ULW_OPAQUE): Add defines.
5466
5467 2004-11-21  Danny Smith  <dannysmith@users.sourceforge.net>
5468
5469         * include/winnt.h (VerSetConditionMask): Correct typo in _WIN32_WINNT
5470         guard.
5471         * lib/kernel32.def (VerSetConditionMask): Correct stdcall
5472         suffix.
5473         * lib/ddk/ntoskrnl.def (VerSetConditionMask): Likewise.
5474
5475 2004-11-20  Danny Smith  <dannysmith@users.sourceforge.net>
5476
5477         * include/winbase.h (PPROCESS_INFORMATION): Add typedef.
5478         (CreateProcessWithLogonW): Declare.
5479         (LOGON_WITH_PROFILE, LOGON_NETCREDENTIALS_ONLY): Add defines.
5480         Thanks to: "jkmaki"  <jkmaki@users.sourceforge.net>
5481
5482 2004-11-19  Danny Smith  <dannysmith@users.sourceforge.net>
5483
5484         * include/sspi.h (SecPkgContext_Sizes): Fix typo.
5485         Thanks to: David Leonard  <leonard@users.sourceforge.net>
5486
5487 2004-11-19  Danny Smith  <dannysmith@users.sourceforge.net>
5488
5489         * include/sspi.h (SecPkgCredentials_Names[AW]): Correct name.
5490         Thanks to: David Leonard  <leonard@users.sourceforge.net>
5491
5492 2004-11-19  Magnus Olsen  <greatlord@users.sourceforge.net>
5493
5494         * include/winuser.h (MSLLHOOKSTRUCT): Add structure.
5495
5496 2004-11-19  Magnus Olsen  <greatlord@users.sourceforge.net>
5497
5498         * include/winuser.h (LLKHF_EXTENDED, LLKHF_INJECTED, LLKHF_UP):
5499         Add defines.
5500         (LLKHF_ALTDOWN): Define based on KF_ALTDOWN.
5501
5502 2004-11-19  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5503
5504         * include/shellapi.h (NIF_GUID): Add another define.
5505
5506 2004-11-18  Earnie Boyd  <earnie@users.sf.net>
5507
5508         * include/wincon.h (AttachConsole): Correct the _WIN32_WINNT filter.
5509         Changed it twice due to inconsistent MSDN documentation.
5510         * include/w32api.h (Windows95, etc. and IE3, etc.): Add definitions.
5511
5512 2004-11-13  Danny Smith  <dannysmith@users.sourceforge.net>
5513
5514         * include/shlobj.h (SHGFP_TYPE): Add enum.
5515
5516 2004-11-12  Loïc Guilloux (glx@users.sourceforge.net>
5517
5518         * include/winuser.h (WM_THEMECHANGED): Add define.
5519
5520 2004-11-11  Danny Smith  <dannysmith@users.sourceforge.net>
5521
5522         * include/ddk/winddk.h (ExAllocateFromPagedLookasideList,
5523         ExFreeToPagedLookasideList): Guard inline versions with
5524         (__USE_NTOSKRNL__) && (_WIN32_WINNT >= 0x0501). Declare as
5525         external functions for earlier _WIN32_WINNT.
5526
5527 2004-11-11  Danny Smith  <dannysmith@users.sourceforge.net>
5528
5529         * include/ras.h (RASCONN[AW]): Remove dwSessionId field.
5530
5531 2004-11-09  Danny Smith  <dannysmith@users.sourceforge.net>
5532
5533         * include/winnls.h (WINBASEAPI): Define as DECLSPEC_IMPORT
5534         if  undefined and __W32API_USE_DLLIMPORT__.
5535         Add WINBASEAPI token to prototypes, throughout.
5536
5537 2004-11-08  Danny Smith  <dannysmith@users.sourceforge.net>
5538
5539         * include/winnt.h (GetCurrentFiber): Support -masm=intel.
5540         (GetFiberData): Likewise.
5541         (NtCurrentTeb): Likewise.
5542
5543 2004-11-04  Danny Smith  <dannysmith@users.sourceforge.net>
5544
5545         * include/shellapi.h (NIF_INFO): Add define.
5546         (NIIF_*) Add defines..
5547         Thanks to: Benoit Blanchon <bblanchon@users.sourceforge.net>
5548         (NIF_*): Convert constants to hex.
5549
5550 2004-11-02  Danny Smith  <dannysmith@users.sourceforge.net>
5551
5552         * include/wingdi.h (GetFontUnicodeRanges,GetGlyphIndicesA,
5553         GetGlyphIndicesW): Declare.
5554         (GGI_MARK_NONEXISTING_GLYPHS): Define
5555         * lib/gdi32.def (GetFontUnicodeRanges,GetGlyphIndicesA,
5556         GetGlyphIndicesW): Add stubs.
5557
5558 2004-10-24  Dan Aloni  <da-x@colinux.org>
5559
5560         * include/ddk/ntapi.h (NtQueryFullAttributesFile,
5561         ZwQueryFullAttributesFile): Declare.
5562         * include/ddk/ntapi.h (RtlDosPathNameToNtPathName_U):
5563         Declare.
5564         lib/ntoskrnl.def (ZwQueryDirectoryFile, ZwQueryFullAttributesFile.
5565         ZwQueryVolumeInformationFile): Add stubs.
5566
5567 2004-10-18  Danny Smith  <dannysmith@users.sourceforge.net>
5568
5569         * include/wsahelp.h (WINSOCK_MAPPING, WSHGetWinsockMapping,
5570         PWSH_GET_WINSOCK_MAPPING): Don't define if __OBJC__.
5571
5572 2004-10-15  Robert Wruck  <wruck@tweerlei.de>
5573             Danny Smith  <dannysmith@users.sourceforge.net>
5574
5575         * include/winbase.h (InitializeSListHead, Interlocked*):
5576         Guard with !__USE_NTOSKRNL__.
5577
5578         * include/ddk/ntddk.h (__USE_NTOSKRNL__): Define.
5579         * include/ddk/winddk.h (InitializeSListHead, Interlocked*):
5580         Guard with  __USE_NTOSKRNL__.
5581         (ExInterlockedPopEntrySList, ExInterlockedPushEntrySList):
5582         Add prototypes.  Guard macro definition with __USE_NTOSKRNL__
5583         && _WIN32_WINNT >= 0x0501
5584         (ExAllocateFromNPagedLookasideList, ExAllocateFromPagedLookasideList,
5585         ExFreeToNPagedLookasideList, ExFreeToPagedLookasideList):
5586         Replace calts to InterlockedPopEntrySList, InterlockedPushEntrySList
5587         with ExInterlockedPopEntrySList, ExInterlockedPushEntrySList.
5588
5589         * lib/ddk/ntosknl.def (ExInterlockedPopEntrySList,
5590         ExInterlockedPushEntrySList)  Add stubs with fastcall decoration.
5591         (ExDesktopObjectType, ExEventObjectType, ExSemaphoreObjectType,
5592         ExWindowStationObjectType, IoAdapterObjectType,
5593         IoDeviceHandlerObjectSize, IoDeviceHandlerObjectType,
5594         IoDeviceObjectType, IoDriverObjectType, IoFileObjectType,
5595         LpcPortObjectType, MmSectionObjectType, SeTokenObjectType):
5596         Uncomment stubs.
5597
5598 2004-10-11  Robert Wruck  <wruck@tweerlei.de>
5599
5600         * include/ddk/winddk.h (IoReleaseRemoveLockAndWait): Fix
5601         definition
5602         (IoReleaseRemoveLock): Add definition.
5603
5604 2004-10-10  Danny Smith  <dannysmith@users.sourceforge.net>
5605
5606         * include/ddk/winnt4.h (Exi386InterlockedDecrementLong,
5607         Exi386InterlockedExchangeUlong, Exi386InterlockedIncrementLong);
5608         Add prototypes.
5609         * include/winddk.h (ExInterlockedAddUlong,
5610         ExInterlockedInsertHeadList, ExInterlockedInsertTailList,
5611         ExInterlockedRemoveHeadList, ExInterlockedPopEntryList,
5612         ExInterlockedPushEntryList): Change calling convention to
5613         DDKAPI.
5614         (ExfInterlockedAddUlong,ExInterlockedInsertHeadList,
5615         ExInterlockedInsertTailList, ExInterlockedRemoveHeadList,
5616         ExInterlockedPopEntryList, ExInterlockedPushEntryList):
5617         Add prototypes for DDKFASTAPI versions.
5618         Thanks to Vadim Yegor0v <zg at bmg dot lv> for report.
5619         * lib/ntoskrnl.def (ExInterlockedAddUlong,
5620         ExInterlockedInsertHeadList, ExInterlockedInsertTailList,
5621         ExInterlockedRemoveHeadList, ExInterlockedPopEntryList,
5622         ExInterlockedPushEntryList): Remove lead '@' from stubs.
5623         (ExfInterlockedAddUlong,ExfInterlockedInsertHeadList,
5624         ExfInterlockedInsertTailList, ExfInterlockedRemoveHeadList,
5625         ExfInterlockedPopEntryList, ExfInterlockedPushEntryList):
5626         Add fastcall stubs.
5627         (Exi386InterlockedDecrementLong, Exi386InterlockedExchangeUlong,
5628         Exi386InterlockedIncrementLong); Add stdcall stubs.
5629
5630 2004-09-30  Danny Smith  <dannysmith@users.sourceforge.net>
5631
5632         * include/winbase.h (WINBASEAPI): Define as DECLSPEC_IMPORT only
5633          if __W32API_USE_DLLIMPORT__ is defined.
5634         * include/winuser.h (WINUSERAPI): Likewise.
5635
5636 2004-09-29  Filip Navara  <xnavara@volny.cz>
5637
5638         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
5639         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, mcd.h, miniport.h,
5640         mountdev.h, mountmgr.h, ndis.h, ndistapi.h, ndiswan.h, netpnp.h,
5641         newdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h, ntddcdvd.h,
5642         ntddchgr.h, ntdddisk.h, ntddkbd.h, ntddmou.h, ntddpar.h, ntddpcm.h,
5643         ntddscsi.h, ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h,
5644         ntddvdeo.h, ntddvol.h, ntpoapi.h, parallel.h, pfhook.h, poclass.h,
5645         scsi.h, scsiscan.h, smbus.h, srb.h, storport.h, tdiinfo.h,
5646         tdikrnl.h, tvout.h, upssvc.h, usb.h, usb100.h, usbdi.h, usbioctl.h,
5647         usbiodef.h, usbscan.h, usbuser.h, videoagp.h, winddi.h, winddk.h,
5648         winnt4.h, ws2san.h): Fixed packing.
5649         * include/ddk/atm.h (ATM_TRAFFIC_DESCRIPTOR_IE): Fixed declaration.
5650         * include/ddk/hidclass.h (HID_INTERFACE_HIDPARSE,
5651         HID_INTERFACE_NOTIFY_PNP): Likewise.
5652         * include/ddk/ndis.h (NDIS_DMA_BLOCK, CO_FLOW_PARAMETERS): Likewise.
5653         (NdisQueryPacketLength): Added macro. Thanks to Art Yerkes
5654         <ayerkes@speakeasy.net>.
5655         * include/ddk/usb100.h (USB_CONFIGURATION_DESCRIPTOR): Fixed
5656         declaration.
5657         * include/ddk/winddi.h (PATHDATA, GLYPHPOS): Likewise.
5658         * include/ddk/winddk.h (PDRIVER_CONTROL, PDRIVER_LIST_CONTROL,
5659         PDRIVER_ADD_DEVICE, PIO_COMPLETION_ROUTINE, PDRIVER_CANCEL,
5660         PKDEFERRED_ROUTINE, PDRIVER_DISPATCH, PIO_DPC_ROUTINE,
5661         PMM_DLL_INITIALIZE, PMM_DLL_UNLOAD, PDRIVER_ENTRY,
5662         PDRIVER_INITIALIZE, PKSERVICE_ROUTINE, PIO_TIMER_ROUTINE,
5663         PDRIVER_REINITIALIZE, PDRIVER_STARTIO, PKSYNCHRONIZE_ROUTINE,
5664         PDRIVER_UNLOAD, DRIVER_OBJECT): Fixed callback declarations.
5665         (struct FILE_BASIC_INFORMATION): Renamed to _FILE_BASIC_INFORMATION.
5666         (SYNCH_LEVEL): Added definition.
5667         (KPCR, KPCR_TIB): Fixed declaration.
5668         (Interlocked[Push/Pop]EntrySList): Declare only if winbase.h isn't
5669         included and _WIN32_WINNT >= 0x0501.
5670         (RtlEqualLuid): Fixed macro definition.
5671         (KfLowerIrql, KfRaiseIrql): Declare and use instead of KeLowerIrql and
5672         KeRaiseIrql on i386 architectures.
5673
5674 2004-09-06  Hosaka Yuji  <hos@tamanegi.org>
5675
5676         * include/mshtml.h (IHTMLDocument2): Correct get_selection
5677         declaration.
5678         (IHTMLSelectionObject): Correct get_type declaration.
5679         (IHTMLFramesCollection2, IHTMLWindow2, IHTMLFrameBase,
5680         IHTMLFrameBase2, IHTMLFrameBase3, IHTMLBodyElement,
5681         IHTMLBodyElement2): Add interfaces.
5682         (LPHTMLIMAGEELEMENTFACTORY, LPHTMLEVENTOBJ, LPHTMLSCREEN,
5683         LPHTMLOPTIONELEMENTFACTORY, LPOMHISTORY, LPOMNAVIGATOR): Add
5684         typedefs.
5685         * lib/mshtml-uuid.c (IID_IHTMLFrameBase2, IID_IHTMLFrameBase3):
5686         Add IIDs.
5687
5688 2004-09-05  Earnie Boyd  <earnie@users.sf.net>
5689
5690         * include/w32api.h: Increment version to 3.1.
5691         * Makefile.in: Ditto.
5692
5693 2004-09-05  Hosaka Yuji  <hos@tamanegi.org>
5694
5695         * include/winuser.h (MonitorFromPoint, MonitorFromRect,
5696         MonitorFromWindow): Add prototypes.
5697         * lib/user32.def (MonitorFromPoint, MonitorFromRect,
5698         MonitorFromWindowMonitorFromWindow): Add stubs.
5699         * include/shellapi.h (DuplicateIcon): Add prototype.
5700
5701 2004-09-05   Danny Smith  <dannysmith@users.sourceforge.net>
5702
5703         * include/winuser.h (WINUSERAPI): New define.
5704         Use it to mark user32.dll imports, throughout.
5705
5706 2004-09-05  Hosaka Yuji  <hos@tamanegi.org>
5707
5708         * lib/ddk/hid.def (HidD_FlushQueue, HidD_FreePreparsedData,
5709         HidD_GetAttributes, HidD_GetConfiguration, HidD_GetFeature,
5710         HidD_GetHidGuid, HidD_GetIndexedString, HidD_GetInputReport,
5711         HidD_GetManufacturerString, HidD_GetMsGenreDescriptor,
5712         HidD_GetNumInputBuffers, HidD_GetPhysicalDescriptor,
5713         HidD_GetPreparsedData, HidD_GetProductString,
5714         HidD_GetSerialNumberString, HidD_SetConfiguration,
5715         HidD_SetFeature, HidD_SetNumInputBuffers, HidD_SetOutputReport,
5716         HidP_GetButtonCaps, HidP_GetValueCaps): Add exports.
5717
5718 2004-08-25  Lars Rune Nøstdal  <daysleper@users.sourceforge.net>
5719
5720         * include/wincon.h (CONSOLE_FULLSCREEN_MODE, CONSOLE_WINDOWED_MODE):
5721         Add XP defines.
5722         (PCOORD): Add typedef.
5723         (GetConsoleDisplayMode, SetConsoleDisplayMode): Add prototypes.
5724
5725 2004-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
5726
5727         * include/winldap.h: Don't check value of UNICODE.
5728         Thanks to: "Jean-Do"  <spab@users.sourceforge.net>
5729
5730 2004-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
5731
5732         * include/winbase.h (WINBASEAPI): Guard with __INSIDE_CYGWIN__.
5733
5734 2004-08-24  Sam Robb  <samrobb@users.sourceforge.net>
5735
5736         * include/winbase.h (GetFileSizeEx): Add _WIN32_WINNT >= 0x0500
5737         guard.
5738
5739 2004-08-24   Danny Smith  <dannysmith@users.sourceforge.net>
5740
5741         * include/winbase.h: Add WINBASEAPI token to prototypes, throughout.
5742
5743 2004-08-15  Ken Fitlike  <kenfitlike@users.sourceforge.net>
5744
5745         * include/commctrl.h (WC_TREEVIEWA): Remove parenthenses.
5746
5747 2004-08-10  Sebastian Nowak  <snowak1@users.sourceforge.net>
5748
5749         * include/ws2spi.h (LPWSPSELECT): Correct typedef.
5750
5751 2004-08-10   Danny Smith  <dannysmith@users.sourceforge.net>
5752
5753         * include/wincrypt.h: Correct _WIN32_WINNT typo.
5754
5755 2004-08-10  Ed Schaller  <schallee@darkmist.net>
5756
5757         * include/wincrypt.h (MS_ENH_RSA_AES_PROV_A, MS_ENH_RSA_AES_PROV_W)
5758         (ALG_SID_AES_128, ALG_SID_AES_192, ALG_SID_AES_256, ALG_SID_AES 17)
5759         (CALG_AES_128, CALG_AES_192, CALG_AES_256, CALG_AES,PROV_RSA_AES):
5760         Add defines.
5761         (CALG_SHA1): Add define.
5762         (HP_HMAC_INFO): Add define.
5763         (HMAC_INFO): Add struct.
5764         (BLOBHEADER): Add typedef.
5765
5766 2004-07-26  Hartmut Honisch  <hhonisch@users.sourceforge.net>
5767
5768         * include/commctrl.h (TreeView_SetItemState): Define macro.
5769
5770 2004-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
5771
5772         * include/wingdi.h (CMYK): Correct macro. Group CMYK/RGB
5773         macros together.
5774
5775 2004-07-24  Brodie Thiesfield  <brofield@users.sourceforge.net>
5776
5777         * include/shlobj.h (FILEDESCRIPTOR): Unicode it.
5778         (FILEGROUPDESCRIPTOR): LIkewise.
5779
5780 2004-07-06  Corinna Vinschen  <corinna@vinschen.de>
5781
5782         * winbase.h (IsWow64Process): Add missing WINAPI qualifier.
5783
5784 2004-06-16  Danny Smith  <dannysmith@users.sourceforge.net>
5785
5786         * include/winnt.h (IMAGE_ORDINAL_FLAG): Map to ...
5787         (IMAGE_ORDINAL_FLAG{32,64}: New defines.
5788         (IMAGE_SNAP_BY_ORDINAL): Map to ...
5789         (IMAGE_SNAP_BY_ORDINAL{32,64}: New defines.
5790         (IMAGE_ORDINAL): Map to ...
5791         (IMAGE_ORDINAL{32,64}: New defines.
5792         (IMAGE_THUNK_DATA):  Map to ...
5793         (IMAGE_THUNK_DATA{32,64}: New structures.
5794         (IMAGE_THUNK_DATA): Map to ...
5795         (IMAGE_THUNK_DATA{32,64}: New structures.
5796         (IMAGE_IMPORT_DESCRIPTOR):  Map to ...
5797         (IMAGE_IMPORT_DESCRIPTOR{32,64}: New structures.
5798         (IMAGE_IMAGE_TLS_DIRECTORY)  Map to ...
5799         (IMAGE_IMAGE_TLS_DIRECTORY{32,64}: New structures.
5800
5801 2004-06-16  Bang Jun-Young  <junyoung@NetBSD.org>
5802
5803         * w32api/include/winnt.h (WAITORTIMERCALLBACKFUNC): Protect with
5804         _WIN32_WINNT >= 0x0500.
5805
5806 2004-06-05  Luke Dunstan  <infidel@users.sourceforge.net>
5807
5808         * include/winbase.h (GetWriteWatch): Correct prototype.
5809         (WRITE_WATCH_FLAG_RESET): Define.
5810         Thanks to Sergey Philippov <phis@users.sourceforge.net>.
5811
5812 2004-06-02  Rocher Laurent  <lrocher@users.sourceforge.net>
5813
5814         * include/commctrl.h (Animate_OpenEx): Define.
5815         (DateTime_GetSystemTime, DateTime_SetSystemTime): Correct names.
5816         (ListView_GetNumberOfWorkAreas): Correct macro.
5817         (ListView_SetUnicodeFormat, ListView_GetUnicodeFormat,
5818         ListView_SetItemCountEx, ListView_GetISearchString,
5819         TreeView_GetLastVisible, Header_CreateDragImage,
5820         Header_SetImageList, Header_GetImageList): Define.
5821         (LVM_SETUNICODEFORMAT, LVM_GETUNICODEFORMAT,
5822         MCM_GETUNICODEFORMAT, MCM_SETUNICODEFORMAT,
5823         TBSTATE_ELLIPSES): Define.
5824         (MonthCal_SetRange): Correct macro.
5825         (ImageList_Duplicate): Declare.
5826
5827 2004-05-29  Filip Navara  <xnavara@volny.cz>
5828
5829         * include/winnt.h (IMAGE_EXPORT_DIRECTORY): Fixed declaration.
5830
5831 2004-05-25  Al Slater  <al.slater@scluk.com>
5832
5833         * include/httpext.h (HSE_SEND_HEADER_EX_INFO,
5834         HSE_REQ_SEND_RESPONSE_HEADER_EX): Define.
5835
5836 2004-05-15  Filip Navara  <xnavara@volny.cz>
5837
5838         * include/ddk/kbdmou.h: New file.
5839         * lib/ddk/videoprt.def (VideoPortMapBankedMemory,
5840         VideoPortMapDmaMemory, VideoPortMapMemory): Correct suffix.
5841         * lib/ddk/ntoskrnl.def (_snprintf, _snwprintf, _vsnprintf,
5842         _vsnwprintf, sprintf, swprintf): Export.
5843
5844 2004-05-15  Filip Navara  <xnavara@volny.cz>
5845
5846         * include/ddk/ntddk.h: Don't set 4-byte alignment on included
5847         headers.
5848
5849 2004-05-07  Danny Smith  <dannysmith@users.sourceforge.net>
5850
5851         * include/wingdi.h: Correct non-unicode typedefs of
5852         ENUMLOGFONTEXDV, PENUMLOGFONTEXDV, LPENUMLOGFONTEXDV.
5853
5854 2004-05-07  Pascal Obry  <obry@act-europe.fr>
5855
5856         * include/winsock.h (IN_CLASSA): Fix macro.
5857         * include/winsock2.h (IN_CLASSA): Fix macro.
5858
5859 2004-04-29  Bart Oldeman  <bartoldeman@users.sourceforge.net>
5860
5861         * include/objbase.h (STGOPTIONS): Correct pwcsTemplateFile type.
5862         * include/aclui.h: Remove '\r', throughout.
5863         * include/msacm.h: Likewise.
5864         * lib/aclui.def: Likewise.
5865
5866 2004-04-28  Luke Dunstan  <infidel@users.sourceforge.net>
5867
5868         * lib/comctl32.def (SetWindowSubclass): Add stub.
5869         Thanks to Eugene <egladysh@users.sourceforge.net>.
5870
5871 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
5872
5873         * include/winbase.h (EXECUTION_STATE): Add typedef.
5874         (SetThreadExecutionState): Declare.
5875         * include/wingdi.h (_WINGDI_): Define.
5876         * include/objbase.h (_OBJBASE_H_): Define.
5877
5878 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
5879
5880         * include/winuser.h (SM_IMMENABLED, SM_CXFOCUSBORDER,
5881         SM_CYFOCUSBORDER, SM_TABLETPC, SM_MEDIACENTER): Add defines.
5882         (SM_CMETRICS): Adjust value.
5883         * include/winnt.h (PROCESSOR_ARCHITECTURE_MSIL): Correct define.
5884         (PROCESSOR_ARCHITECTURE_AMD64, PROCESSOR_ARCHITECTURE_IA32_ON_WIN64):
5885         Add defines.
5886         Thanks to Benoit Blanchon <bblanchon@users.sourceforge.net>
5887
5888 2004-04-24  Justin Forest  <vhex@users.sourceforge.net>
5889
5890         * include/winsock2.h (LUP_DEEP, LUP_CONTAINERS,
5891         LUP_NOCONTAINERS, LUP_NEAREST, LUP_RETURN_NAME,
5892         LUP_RETURN_TYPE, LUP_RETURN_VERSION, LUP_RETURN_COMMENT,
5893         LUP_RETURN_ADDR, LUP_RETURN_BLOB, LUP_RETURN_ALIASES,
5894         LUP_RETURN_QUERY_STRING, LUP_RETURN_ALL, LUP_RES_SERVICE,
5895         LUP_FLUSHCACHE, LUP_FLUSHPREVIOUS): Add defines.
5896
5897 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
5898
5899         * include/windns.h (DNSREC_QUESTION, DNSREC_ANSWER, DNSREC_AUTHORITY,
5900         DNSREC_ADDITIONAL): Add defines.
5901
5902 2004-04-23  Robert Wruck  <wruck@tweerlei.de>
5903
5904         * include/commctrl.h (LPNMLVDISPINFO): Add defines.
5905
5906 2004-04-23  Robert Wruck  <wruck@tweerlei.de>
5907
5908         * include/aclui.h: New file.
5909         * lib/aclui.def: New file.
5910         * lib/test.c: Add aclui.h to includes.
5911
5912 2004-04-21  Danny Smith  <dannysmith@users.sourceforge.net>
5913
5914         * include/winuser.h (SPI_GETACTIVEWINDOWTRACKING,
5915         SPI_GETACTIVEWNDTRKZORDER, SPI_SETACTIVEWINDOWTRACKING,
5916         SPI_SETACTIVEWNDTRKZORDER): Remove duplicate defines.
5917
5918 2004-04-20  Christopher Faylor  <cgf@alum.bu.edu>
5919
5920         * include/wingdi.h: Protect non-unicode case of below.
5921
5922 2004-04-20  Christopher Faylor  <cgf@alum.bu.edu>
5923
5924         * include/wingdi.h: Protect use of ENUMLOGFONTEXDV, PENUMLOGFONTEXDV,
5925         LPENUMLOGFONTEXDV with appropriate version check.
5926
5927 2004-04-18  Hans Leidekker  <hans@it.vu.nl>
5928
5929         * lib/directx/dxguid.c (CLSID_DirectSoundPrivate,
5930         DSPROPSETID_DirectSoundDevice): Add defines.
5931
5932 2004-04-20  Adrian Sandor  <aditsu@users.sourceforge.net>
5933
5934         * include/msacm.h: New file.
5935
5936 2004-01-09  Stuart Cunningham  <stuart_hc@users.sourceforge.net>
5937
5938         * include/objbase.h (STGFMT): Declare enum.
5939         (STGOPTIONS): Declare structure.
5940         (StgCreateStorageEx, StgOpenStorageEx): Declare.
5941         (STGOPTIONS_VERSION): Define.
5942         * lib/ole32.def (StgCreateStorageEx, StgOpenStorageEx): Add stubs.
5943
5944 2004-04-13  Filip Navara  <xnavara@volny.cz>
5945
5946         * include/winuser.h (IS_INTRESOURCE, MB_CANCELTRYCONTINUE,
5947         WM_NCXBUTTONDOWN, WM_NCXBUTTONUP, WM_NCXBUTTONDBLCLK,
5948         WM_XBUTTONDOWN, WM_XBUTTONUP, WM_XBUTTONDBLCLK,
5949         DCX_INTERSECTUPDATE, MK_XBUTTON1, MK_XBUTTON2,
5950         HELP_SETWINPOS): Define.
5951         (WM_MOUSELAST): Different value for _WIN32_WINNT >= 0x0500.
5952         (SPI_*): Add new definitions for WINVER >= 0x500.
5953         (CallMsgFilter[AW], SetWindowsHookA): Correct prototype.
5954         (InternalGetWindowText, SetWindowsHookW): Declare.
5955         * include/winbase.h (InitializeSListHead): Avoid conflicting
5956         definition with DDK headers.
5957
5958 2004-04-13  Gé van Geldorp  <gvg@reactos.com>
5959
5960         * include/winuser.h (GetLastError): Move from here...
5961         * include/winbase.h: ... to here.
5962
5963 2004-04-13  Filip Navara  <xnavara@volny.cz>
5964
5965         * include/winspool.h (DocumentPropertiesW): Correct prototype.
5966
5967 2004-04-13  Filip Navara  <xnavara@volny.cz>
5968
5969         * include/wingdi.h (ENHMETAHEADER): Add definitions for
5970         WINVER >= 0x400.
5971         (WCRANGE, GLYPHSET, LPPOLYTEXT[AW]): Declare.
5972         (ENUMLOGFONTEXW): Fix definition.
5973         (ENUMLOGFONTEXDV[AW]): Declare.
5974
5975 2004-04-13  Filip Navara  <xnavara@volny.cz>
5976
5977         * include/wingdi.h: Declare the DirectDraw structures only if
5978         the DirectDraw kernel mode headers aren't included.
5979         (EMFINFO): Declare.
5980         (EngStretchBlt, EngTextOut, FONTOBJ_cGetGlyphs,
5981         STROBJ_bEnumPositionsOnly): Correct prototypes.
5982
5983 2004-04-13  Filip Navara  <xnavara@volny.cz>
5984
5985         * include/objidl.h (PRPCOLEMESSAGE): Declare.
5986         * include/rpc.h (RPCRTAPI): Define.
5987         * include/rpcdce.h (RpcServerRegisterIf2): Declare.
5988         * include/rpcdcep.h (RPC_BLOCKING_FN, I_RpcSend): Declare.
5989         (RPC_BLOCKING_FUNCTION): Remove, replaced by RPC_BLOCKING_FN.
5990         (I_RpcBindingSetAsync): Correct prototype.
5991         * include/rpcndr.h (MIDL_STUB_MESSAGE): Rename 'Reserved' field
5992         to w2kReserved.
5993         (USER_MARSHAL_SIZING_ROUTINE, USER_MARSHAL_MARSHALLING_ROUTINE,
5994         USER_MARSHAL_UNMARSHALLING_ROUTINE, USER_MARSHAL_FREEING_ROUTINE,
5995         USER_MARSHAL_ROUTINE_QUADRUPLE, NDR_NOTIFY_ROUTINE, IDL_CS_CONVERT,
5996         CS_TYPE_NET_SIZE_ROUTINE, CS_TYPE_LOCAL_SIZE_ROUTINE,
5997         CS_TYPE_TO_NETCS_ROUTINE, CS_TYPE_FROM_NETCS_ROUTINE,
5998         CS_TAG_GETTING_ROUTINE, NDR_CS_SIZE_CONVERT_ROUTINES,
5999         NDR_CS_ROUTINES, NdrUserMarshalMarshall, NdrUserMarshalUnmarshall,
6000         NdrUserMarshalBufferSize, NdrUserMarshalMemorySize,
6001         NdrUserMarshalFree): Declare.
6002         (MIDL_STUB_DESC): Add new fields that were added in W2K.
6003         * include/rpcproxy.h (CStdStubBuffer): Ditto.
6004
6005 2004-04-13  Filip Navara  <xnavara@volny.cz>, David Welch  <welch@cwcom.net>
6006
6007         * include/ddk/ntapi.h (NtCurrentProcess, NtCurrentThread,
6008         LPC_MESSAGE_BASE_SIZE): Define.
6009         * include/ddk/ntifs.h: Move the pack pragma under header inclusion.
6010
6011 2004-04-13  Filip Navara  <xnavara@volny.cz>
6012
6013         * include/commctrl.h (TB_MARKBUTTON, NMTBGETINFOTIP[AW]):
6014         Declare.
6015
6016 2004-04-18  Allan Bazinet  <bazineta@users.sourceforge.net>
6017
6018         * include/winuser.h (MONITORINFOEX[AW]): Change to be derived from
6019         MONITORINFO when compiling as C++.
6020
6021 2004-04-17  Luke Dunstan  <infidel@users.sourceforge.net>
6022
6023         * README.w32api: List separate copyright conditions for some headers.
6024         * include/(winsock2.h, wsipx.h): Minor change to copyright header.
6025
6026 2004-04-15  Danny Smith  <dannysmith@users.sourceforge.net>
6027
6028         * include/wingdi.h (RGB): Correct macro.
6029
6030 2004-04-14  Robert Wruck  <rwruck@users.sourceforge.net>
6031
6032         * include/ddk/winddk.h (RtlEqualLuid): Correct macro.
6033
6034 2004-04-06  Luke Dunstan  <infidel@users.sourceforge.net>
6035
6036         * include/ocidl.h (QACONTAINERFLAGS): Correct typedef.
6037
6038 2004-03-29  Danny Smith  <dannysmith@users.sourceforge.net>
6039
6040         * lib/Makefile.in: Add directx to .PHONY target.
6041         * lib/directx/dxerr.c: Remove dependence on mingw runtime.
6042         Don't include stdio.h or tchar.h.
6043         Replace _T() macro with TEXT() macro, throughout.
6044         Replace _stprintf with wsprintf, throughout.
6045
6046 2004-03-27  Hosaka Yuji  <hos@tamanegi.org>
6047
6048         * include/dbt.h (DBT_DEVTYP_DEVICEINTERFACE, DBT_DEVTYP_HANDLE):
6049         Add define.
6050         (DEV_BROADCAST_DEVICEINTERFACE, DEV_BROADCAST_HANDLE): Add struct.
6051         * include/winuser.h (UnregisterDeviceNotification): Add prototype.
6052         * lib/user32.def (UnregisterDeviceNotification): Add export stub.
6053
6054 2004-03-27  Filip Navara  <xnavara@volny.cz>
6055
6056         * include/directx: New subdir.
6057         * lib/directx: Ditto.
6058         * include/directx/(d3d9.h, d3d9caps.h, d3d9types.h, dxerr8.h,
6059         dxerr9.h): New files.
6060         * lib/directx/(Makefile.in, d3d8.def, d3d9.def, d3dim.def, d3drm.def,
6061         d3dx8d.def, d3dx9d.def, d3dxof.def, ddraw.def, dinput.def,
6062         dinput_joy.c, dinput_joy2.c, dinput_kbd.c, dinput_mouse.c,
6063         dinput_mouse2.c, dinput_private.h, dinput8.def, dmoguids.c, dplayx.def,
6064         dpnaddr.def, dpnet.def, dpnlobby.def, dpvoice.def, dsetup.def,
6065         dsound.def, dxerr.c, dxerr8.c, dxerr8w.c, dxerr9.c, dxerr9w.c,
6066         dxguid.c, ksproxy.def, ksuser.c, ksuser.def, msdmo.def, quartz.def,
6067         strmiids.c, test.c): Ditto.
6068         * lib/(d3dim.def, d3drm.def, d3dxof.def, ddraw.def, dinput.c,
6069         dinput.def, dplayx.def, dsetup.def, dsound.def, dxguid.c): Removed.
6070
6071 2004-03-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6072
6073         * include/GL/glu.h (GLU_AUTO_LOAD_MATRIX, GLU_CULLING,
6074         GLU_SAMPLING_TOLERANCE, GLU_DISPLAY_MODE, GLU_PARAMETRIC_TOLERANCE,
6075         GLU_SAMPLING_METHOD, GLU_U_STEP, GLU_V_STEP): Define.
6076
6077 2004-03-24  Filip Navara  <xnavara@volny.cz>
6078
6079         * include/commctrl.h (TB_GETSTRING[AW]): Add defines.
6080         (RBBS_HIDETITLE, RBBS_TOPALIGN): Ditto.
6081
6082 2004-03-24  Filip Navara  <xnavara@volny.cz>
6083
6084         * include/ddk/srb.h (_PORT_CONFIGURATION_INFORMATION):  Rename
6085         TaggedQueueing to TaggedQueuing.
6086         (_HW_INITIALIZATION_DATA): Likewise.
6087
6088 2004-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
6089
6090         * include/docobj.h (IOleDocumentView::GetDocument): Correct
6091         prototype.
6092         Thanks to Buster Copley  <consequent@users.sourceforge.net>
6093
6094 2004-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
6095
6096         * lib/ddk/ntoskrnl.def (MmAllocatePagesForMdl): Correct suffix.
6097         (MmMapIoSpace): Likewise.
6098         Thanks to Dan Aloni  <da-x@colinux.org>
6099
6100 2004-03-16  Martin Fuchs  <martin-fuchs@gmx.net>
6101
6102         * include/shellapi.h (NIM_* NIS_*): Define constants for
6103         notification icons with _WIN32_IE >= 0x0500.
6104         (NOTIFYICONDATA): Add new structure members for notification
6105         icons with _WIN32_IE >= 0x0500.
6106
6107 2004-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
6108
6109         *include/wininet.h (CACHEGROUP_SEARCH_ALL, CACHEGROUP_SEARCH_BYURL):
6110         Add defines.
6111         (INTERNET_CACHE_GROUP_ADD, INTERNET_CACHE_GROUP_REMOVE): Add defines.
6112         (GROUPID) Add typedef.
6113         (INTERNET_CACHE_GROUP_INFO[AW]): Define structures.
6114         (CreateUrlCacheGroup): Add prototype.
6115         (DeleteUrlCacheGroup): Add prototype.
6116         (FindFirstUrlCacheGroup): Add prototype.
6117         (FindNextUrlCacheGroup): Add prototype.
6118         (GetUrlCacheGroupAttribute[AW]): Add prototypes.
6119         (SetUrlCacheGroupAttribute[AW]): Add prototypes.
6120
6121 2004-03-10  Al Slater  <al.slater@scluk.com>
6122
6123         * include/winsock2.h: Add missing LPFN_ typdefs for
6124         function pointers.
6125         Clean up whitespace.
6126
6127 2004-03-05  Filip Navara  <xnavara@volny.cz>
6128
6129         * include/ddk/scsi.h: Replace assert with ASSERT.
6130         * include/ddk/video.h: Ditto.
6131         * include/ddk/winddk.h: Ditto. Remove the assert macro.
6132         * include/ddk/tdi.h: Correct packing.
6133
6134 2004-03-04  Danny Smith  <dannysmith@users.sourceforge.net>
6135
6136         * include/wtypes.h (DECIMAL_SETZERO): Add definition for
6137         NONAMELESSUNION case.
6138
6139 2004-03-03  Martin Fuchs  <martin-fuchs@gmx.net>
6140
6141         * include/oleauto.h (V_UNION, V_VT, V_DECIMAL): Use
6142         __VARIANT_NAME_ constants.
6143
6144 2004-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
6145
6146         * include/uxtheme.h: Include <commctrl.h>
6147
6148 2004-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
6149
6150         * include/basetyps.h (GUID_SECT): Define to nothing for GCC >= 2.95.
6151
6152 2004-03-02  Martin Fuchs  <martin-fuchs@gmx.net>
6153
6154         * include/oleauto.h (VAR_VALIDDATE, VAR_FORMAT_NOSUBSTITUTE,
6155         VAR_FOURDIGITYEARS): Define new constants. Group VAR_*  defines
6156         together.
6157         (V_UI2, V_UI4, V_UI4REF, V_UI, V_UI8REF): Define macros.
6158         (V_I8, V_I8REF): Correct macros.
6159         (V_DECIMAL): Correct macro definitions.
6160         (V_INT_PTR, V_UINT_PTR, V_INT_PTRREF, V_UINT_PTRREF): Define
6161         constants.
6162         (VTBIT_*): Define constants.
6163         (UDATE): Add structure definition.
6164         (VarDateFromUdate, VarDateFromUdateEx, VarUdateFromDate): Declare
6165         functions.
6166         (SafeArrayCreateVector): Correct parameter type from UINT to ULONG
6167         (SafeArrayCreateVectorEx): Declare function.
6168         (Var*): declare VARIANT manipulation functions.
6169         * include/ocidl.h (IPicture_*): Define IPicture COBJ macros.
6170         * include/oaidl.h (IRecordInfo_*): Define IRecordInfo COBJ
6171         macros.
6172
6173 2004-03-01  Martin Fuchs  <martin-fuchs@gmx.net>
6174
6175         * include/oaidl.h (FADF_*): Define missing constants.
6176         (IDispatch_*): Define COBJ macros.
6177         (VARIANT): Add missing union members llVal and ullVal.
6178         (wireVARIANT): Likewise.
6179         (ITypeinfo_*): Define COBJ macros.
6180         * include/oleauto.h (Var*FromDisp): Correct parameter type from
6181         LPDISPATCH* to LPDISPATCH.
6182         (VARCMP_*, VAR_LOCALBOOL, LOCALE_USE_NLS, VARIANT_*,
6183         VAR_CALENDAR_*): Add missing constants.
6184         (SafeArray[Get/Set]*): Add prototypes.
6185         (Var*From*):  Add missing prototypes.
6186         (NUMPRS_*): Add defines.
6187         (NUMPARSE): Define structure.
6188         (VarParseNumFromStr,VarNumFromParseNum): Add prototypes.
6189         * include/winerror.h (DISP_E_DIVBYZERO): Define constant.
6190         * include/winuser.h (COLOR_*): Define missing constants.
6191         * include/wtypes.h (enum VARENUM): Add VT_INT_PTR, VT_UINT_PTR.
6192         (VT_INT_PTR, VT_UINT_PTR): Remove macro definitions.
6193
6194 2004-02-23  Filip Navara  <xnavara@volny.cz>
6195
6196         * include/ddk/video.h: Corrected packing.
6197
6198 2004-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
6199
6200         * include/GL/glu.h (GLU_ERROR): Define.
6201         Thanks to Philip Lamb  <phil at rave dot co dot nz>
6202
6203 2004-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
6204
6205         * include/GL/glu.h: Include <stddef.h>.
6206         Thanks to Greg Couch <gregcouch@users.sourceforge.net>
6207
6208 2004-02-15  Earnie Boyd  <earnie@users.sf.net>
6209
6210         * include/w32api.h: Increment version to 3.0.
6211         * Makefile.in: Ditto.
6212         * README.win32api: Modify license to Public Domain per agreement as
6213         found in the mingw-dvlpr list archive.
6214
6215 2004-02-13  Earnie Boyd  <earnie@users.sourceforge.net>
6216
6217         * include/ddk/winddk.h (DIRECTORY_QUERY): Add define.
6218         (DIRECTORY_TRAVERSE): Ditto.
6219         (DIRECTORY_CREATE_OBJECT): Ditto.
6220         (DIRECTORY_CREATE_SUBDIRECTORY): Ditto.
6221         (DIRECTORY_ALL_ACCESS): Ditto.
6222         Thanks to Konstantin Stepaniuk <skostia@users.sourceforge.net>
6223
6224 2004-02-12  Danny Smith  <dannysmith@users.sourceforge.net>
6225
6226         * include/basetypes.h (_REFIID_DEFINED): Correct typo.
6227
6228         * include/winuser.h (NCCALCSIZE_PARAMS): Define structure.
6229         Thanks to Mike Nordell <tamlin at algonet dot se>.
6230
6231 2004-02-11  Danny Smith  <dannysmith@users.sourceforge.net>
6232
6233         * lib/dnsapi.def: New file.
6234         * lib/test.c: Include windns.h.
6235
6236 2004-02-11  Pierre A. Humblet  <Pierre.Humblet@ieee.org>
6237
6238         * include/windns.h: New file.
6239
6240 2004-02-11  Danny Smith  <dannysmith@users.sourceforge.net>
6241
6242         * include/sqlucode.h (SQLGetStmtAttr[AW]): Remove duplicate
6243         defines.
6244         (SQLSetStmtAttr[AW]): Move into ODBCVER >= 0x0300 block.
6245         (SQLSetDescFieldW): Correct prototype.
6246         (SQLSetDescFieldA): Add prototype.
6247         (SQLGetDescFieldW): Add prototype.
6248
6249 2004-02-11  Pat Thoyts  <patthoyts@users.sourceforge.net>
6250
6251         * include/winuser.h (DFC_POPUPMENU): Add define.
6252
6253 2004-02-07  Dan Aloni  <da-x@gmx.net>
6254
6255         * lib/ddk/ntoskrnl.def (KeSetTimer,KeSetTimerEx): Correct
6256         suffix.
6257
6258 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
6259
6260         * include/oleacc.h (LIBID_Accessibility): Declare.
6261         * lib/uuid.c (LIBID_Accessibility): Define.
6262
6263 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
6264
6265         * include/winioctl.h (NTFS_VOLUME_DATA_BUFFER): Add structure.
6266         (FSCTL_GET_NTFS_VOLUME_DATA): Add macro.
6267
6268 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
6269
6270         * include/commctrl.h (ICC_STANDARD_CLASSES, ICC_LINK_CLASS): Add
6271         defines.
6272
6273 2004-01-31  Jiri Malak  <Jiri.Malak@geac.cz>
6274
6275         * include/winuser.h (RT_MANIFEST): Make conditional on
6276         RC_INVOKED.
6277         (CREATEPROCESS_MANIFEST_RESOURCE_ID,
6278         ISOLATIONAWARE_MANIFEST_RESOURCE_ID,
6279         ISOLATIONAWARE_NOSTATICIMPORT_MANIFEST_RESOURCE_ID): Add
6280         defines.
6281
6282 2004-01-16 Martin Fuchs  <martin-fuchs@gmx.net>
6283
6284         * include/shlobj.h (SHGDN_INCLUDE_NONFILESYS): Add define.
6285
6286 2004-01-15  Filip Navara  <xnavara@volny.cz>
6287
6288         * include/ddk/mcd.h: Don't care about value of DBG define.
6289         * include/ddk/srb.h: Ditto.
6290         * include/ddk/storport.h: Ditto.
6291         * include/ddk/video.h: Ditto.
6292         * include/nspapi.h (SetServiceW, GetAddressByNameA,
6293         GetAddressByNameW): Correct protoype.
6294         * include/ntsecapi.h (PCUNICODE_STRING): Define.
6295
6296 2004-01-05  Filip Navara  <xnavara@volny.cz>
6297
6298         * include/prsht.h (LPCPROPSHEETPAGEW): Fix definition.
6299         * include/shlwapi.h (SHRegQueryInfoUSKey[AW]): Fix prototype.
6300         * include/cpl.h (CPL_STARTWPARMS[AW]): Correct.
6301         * include/shellapi.h (ABS_AUTOHIDE, ABS_ALWAYSONTOP,
6302         SEE_MASK_NO_CONSOLE, SEE_MASK_ASYNCOK, SEE_MASK_HMONITOR,
6303         FOF_NOCOPYSECURITYATTRIBS): Add defines.
6304         * include/shlobj.h (BFFM_SETOKTEXT, BFFM_SETEXPANDED,
6305         CSIDL_FLAG_DONT_VERIFY, CSIDL_FLAG_CREATE, CSIDL_FLAG_MASK,
6306         CFSTR_INETURL[AW], SHGDN_FOREDITING, SHGDN_FORADDRESSBAR,
6307         SSF_*): Add defines.
6308         (SHCNF_PATH[AW], SHCNF_PRINTER[AW], CFSTR_FILENAME[AW],
6309         CFSTR_FILENAMEMAP[AW], CFSTR_FILEDESCRIPTOR[AW], CFSTR_SHELLURL,
6310         CMDSTR_NEWFOLDER[AW], CMDSTR_VIEWLIST[AW], CMDSTR_VIEWDETAILS[AW]):
6311         Correct.
6312         (IEnumIDList): Add COBJMACROS.
6313         * include/winuser.h (MIM_*): Add define.
6314
6315 2004-01-04  Filip Navara  <xnavara@volny.cz>
6316
6317         * include/shlguid.h (IID_IPersistFolder2, IID_IPersistFolder3,
6318         IID_IShellFolder2, IID_IFileSystemBindData): Add declarations.
6319         * include/shlobj.h (EXTRASEARCH, SHCOLSTATEF, SHELLDETAILS,
6320         PERSIST_FOLDER_TARGET_INFO): Define structures.
6321         (IEnumExtraSearch, IShellFolder2, IFileSystemBindData,
6322         IPersistFolder2, IPersistFolder3): Add COM interface
6323         definitions.
6324         (IExtractIcon[AW], IShellLink[AW], IPersistFolder, IShellView,
6325         ICommDlgBrowser, IShellFolder2, IPersistFolder2, IPersistFolder3):
6326         Add COBJMACROS.
6327         (SHCreateDirectoryEx[AW], SHBindToParent): Add prototypes.
6328         * lib/shell32.c (IID_IPersistFolder2, IID_IPersistFolder3,
6329         IID_IShellFolder2, IID_IFileSystemBindData): Add definitions.
6330
6331 2004-01-03  Danny Smith  <dannysmith@users.sourceforge.net>
6332
6333         * include/mshtml.h (IHTMLDocument2): Correct write, writeln
6334         declarations.
6335         Thanks to: Rene Nyffenegger <renenyffenegger@users.sf.net>.
6336
6337 2004-01-03  Filip Navara  <xnavara@volny.cz>
6338
6339         * include/cguid.h (CLSID_StdGlobalInterfaceTable): Declare IID.
6340         * include/oaidl.h (ITypeLib2, ITypeInfo2): Define interfaces,
6341         declare IID's.
6342         (IErrorInfo): Add COBJMACROS.
6343         * include/objbase.h (STGM_NOSNAPSHOT): Add define.
6344         (CoGetPSClsid): Add protototype,
6345         (CoRegisterPSClsid): Likewise.
6346         * include/objidl.h (IMarshal): Correct methods.
6347         (IMallocSpy): Likewise,
6348         (LPPSFACTORYBUFFER): Add typedef.
6349         (IGlobalInterfaceTable): Define interface and COBJMACROS. Declare
6350         IID.
6351         (IStorage_CreateStorage, IRpcStubBuffer_Invoke): Fix macros.
6352         * include/ocidl.h (PROPBAG2_TYPE): Define enum.
6353         (PROPBAG2, QACONTAINERFLAGS, QACONTAINER, QACONTROL): Define
6354         structures.
6355         (IPropertyBag2, IPersistPropertyBag2,IAdviseSinkEx, IPointerInactive,
6356         IOleUndoUnit, IOleParentUndoUnit, IEnumOleUndoUnits, IOleUndoManager,
6357         IQuickActivate): Define interfaces. Declare IID's.
6358         (IPersistPropertyBag2): Add COBJMACROS.
6359         (LPOLEUNDOMANAGER): Add typedef.
6360         (LPPROPERTYBAG2): Likewise.
6361         * include/oleidl.h (LPPARSEDISPLAYNAME): Fix definiton.
6362         (BINDSPEED): Add definition.
6363         (IParseDisplayName, IOleItemContainer, IOleObject, IDropSource,
6364         IDropTarget): Add COBJMACROS.
6365         * include/wtypes.h (MEMCTX, MSHCTX): Fix enum.
6366         * include/winerror.h (CO_S_NOTALLINTERFACES): Add define.
6367         * lib/uuid.c (IID_IGlobalInterfaceTable, IID_IOleUndoManager,
6368         IID_IPersistPropertyBag2, IID_IPropertyBag2, IID_IRpcProxyBuffer):
6369         Add IID definitions.
6370
6371 2004-01-02  Filip Navara  <xnavara@volny.cz>
6372
6373         * include/ddk/winddk.h: Don't care about value of
6374         DBG define.
6375
6376 2004-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
6377             Filip Navara  <xnavara@volny.cz>
6378
6379         * include/ddk/winddk.h (_DDK_DUMMYUNION_MEMBER,
6380         _DDK_DUMMYUNION_N_MEMBER): New macros.
6381         (ExAllocateFromPagedLookasideList,ExFreeToPagedLookasideList,
6382         ExAllocateFromNPagedLookasideList, ExFreeToNPagedLookasideList):
6383         Use them.
6384
6385 2004-01-01  Filip Navara  <xnavara@volny.cz>
6386
6387         * include/objbase.h: Don't care about value of DBG define.
6388         * include/objidl.h: Add some COBJMACROS.
6389         * include/ocidl.h: Ditto.
6390         * include/oleidl.h: Ditto.
6391         * include/servprov.h: Ditto.
6392         * include/shlobj.h: Ditto.
6393         * include/shlobj.h (IContextMenu2): Correct parent in
6394         DECLARE_INTERFACE.
6395         * include/oleidl.h (IOleCache, IOleCache2, IOleCacheControl):
6396         Define interfaces.
6397         * include/setupapi.h (SetupGetLineTextA): Correct prototype.
6398         Add new constants for _SETUPAPI_VER >= 0x501.
6399
6400 2004-01-01  Filip Navara  <xnavara@volny.cz>
6401
6402         * include/winnt.h (NtCurrentTeb): Add inline definition.
6403
6404 2004-01-01  Martin Fuchs  <martin-fuchs@gmx.net>
6405
6406         * include/shlobj.h (SHCoCreateInstance): Add prototype.
6407         * lib/shell32.def (SHCoCreateInstance): Add export stub.
6408
6409 2004-01-01  Igor Pechtchanski  <pechtcha@cs.nyu.edu>
6410
6411         * lib/setupapi.def (CM_Request_Device_Eject[AW]): Add export.
6412         (CM_Request_Device_Eject_Ex[AW]): Likwise.
6413         * include/ddk/cfg.h (DN_*): Add defines.
6414
6415 2004-01-01  Danny Smith  <dannysmith@users.sourceforge.net>
6416
6417         * lib/ddk/cfgmgr32.def: Remove duplicate symbol names.
6418
6419 2004-01-01  Mattia Barbon  <mbarbon@users.sourceforge.net>
6420
6421         * include/commctrl.h (TVN_GETINFOTIP): Add UNICODE mappings.
6422         (NMTVGETINFOTIP): Add structure.
6423
6424 2003-12-08  Danny Smith  <dannysmith@users.sourceforge.net>
6425
6426         * include/winuser.h (DISPLAY_DEVICE_*): Remove defines.
6427         * include/wingdi.h (DISPLAY_DEVICE_REMOVABLE,
6428         DISPLAY_DEVICE_MODESPRUNED): Add defines.
6429
6430 2003-12-08  Hartmut Honisch  <hhonisch@users.sourceforge.net>
6431
6432         * include/commctrl.h (ListView_Get_State, ListView_Check_State):
6433         Add macros.
6434         * include/wingdi.h  (DISPLAY_DEVICE_*): Add multi-monitor
6435         constants.
6436         * include/shlobj.h (SHCOLUMNINIT): Add structure.
6437         (SHCOLUMNDAT): Likwise.
6438         (SHCOLUMNID): Likewise.
6439         (SHCOLUMNINFO): Likewise.
6440         (SHCOLSTATE): Add enum.
6441         (IColumnProvider): Add COM interface.
6442         (IQueryInfo): Likewise.
6443         (IShellIconOverlayIdentifier): Likewise.
6444         * include/shlguid.h (IID_IColumnProvider) Declare.
6445         (IID_IQueryInfo): Likweise.
6446         (IID_IShellIconOverlayIdentifier): Likwise.
6447         * lib/shell32.c (IID_IColumnProvider) Define.
6448         (IID_IQueryInfo): Likweise.
6449         (IID_IShellIconOverlayIdentifier): Likwise.
6450
6451 2003-12-08  Roald Ribe  <rrib@users.sourceforge.net>
6452
6453         * include/winuser.h (RT_MANIFEST): Add define.
6454
6455 2003-12-08  Pascal Buhler  <pbuhler@users.sourceforge.net>
6456
6457         * include/oleidl.h (IViewObject2): Inherit from IViewObject.
6458
6459 2003-12-01  Danny Smith  <dannysmith@users.sourceforge.net>
6460
6461         * include/winnt.h (GetCurrentFiber): Remove duplicate prototype.
6462         (GetFiberData): Likewise.
6463         (GetCurrentFiber): Change volatile to __volatile__.
6464         (GetFiberData): Likewise.
6465
6466 2003-11-27  Christopher Faylor  <cgf@redhat.com>
6467
6468         * lib/Makefile.in: Use make function to locate .mri file to allow
6469         building in directory other than source directory.
6470
6471 2003-11-27  Danny Smith  <dannysmith@users.sourceforge.net>
6472
6473         * lib/vfw32.def: Remove, replacing with ...
6474         * lib/msvfw32.def: New file.
6475         * lib/avicap32.def: New file.
6476         * lib/avifil32.def: New file.
6477         * lib/vfw32.mri: New file.
6478         * Makefile.in: (MRI_FILES, MIMPLIBS): New vars for
6479         import libs with multiple dll's.
6480         (LIBS): Add MIMPLIBS.
6481         (DISTFILES): Add MRI_FILES.
6482         (libvfw32.a): Build using mri script.
6483
6484 2003-11-23  Danny Smith  <dannysmith@users.sourceforge.net>
6485
6486         * include/winnt.h (PAGE_*): Group defines together. Change
6487         constants to hex notation.
6488
6489 2003-11-15  Manu B  <manubee@users.sourceforge.net>
6490
6491         * include/commctrl.h (TabCtrl_GetImageList): Add macro.
6492
6493 2003-11-13 Martin Fuchs  <martin-fuchs@gmx.net>
6494
6495         * include/shlobj.h (ILAppendID, ILClone, ILCloneFirst, ILCombine,
6496         ILFindChild, ILFindLastID, ILFree, ILGetNext, ILGetSize, ILIsEqual,
6497         ILIsParent, ILLoadFromStream, ILRemoveLastID, ILSaveToStream):
6498         Add prototypes.
6499         * lib/shell32.def: Add stubs.
6500
6501         * include/commctrl.h (ListView_FindItem): Add type cast to avoid
6502         compiler warnings.
6503
6504 2003-11-13  Hans Leidekker  <hans@it.vu.nl>
6505
6506         * include/winbase.h (WIN32_STREAM_ID): Correct typedef.
6507
6508 2003-10-13  Andre Auzi  <aauzi@users.sourceforge.net>
6509
6510         * include/windows.h (CopyCursor): Define as macro.
6511
6512 2003-10-13  Steven Edwards  <Steven_Ed4153@yahoo.com>
6513
6514         * include/winnt.h (CONTAINING_RECORD): Add macro.
6515
6516 2003-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
6517
6518         * include/winnt.h: (FILE_SUPERSEDED, FILE_OPENED, FILE_CREATED,
6519         FILE_OVERWRITTEN, FILE_EXISTS, FILE_DOES_NOT_EXIST): Remove
6520         defines.
6521
6522 2003-10-13  Filip Navara  <xnavara@volny.cz>
6523
6524         * include/commctrl.h (DSA_*): Add prototypes, typedefs and
6525         defines for Dynamic Storage Arrays.
6526         (DPA_*): Likewise, for Dynamic Pointer Arrays.
6527         (FlatSB_*, InitializeFlatSB, InitializeFlatSB): Add prototypes
6528         and defines for Flat ScrollBars.
6529         (SetWindowSubclass, GetWindowSubclass, RemoveWindowSubclass,
6530         DefSubclassProc): Add prototypes for subclassing.
6531         (DrawShadowText): Add prototype.
6532         (COMCTL32_VERSION): Define.
6533
6534 2003-10-13  Martin Fuchs  <Martin-Fuchs@gmx.net>
6535
6536         * include/shlobj.h (CFSTR_FILENAME, CFSTR_FILEDESCRIPTOR,
6537         CFSTR_FILENAMEMAP, CFSTR_SHELLURL): Correct UNICODE definitions.
6538
6539 2003-10-13  Pierre Humblet  <pierre.humblet@ieee.org>
6540
6541         * include/winnt.h (SM_REMOTESESSION): Add define.
6542         * include/winuser.h (SE_CREATE_GLOBAL_NAME): Ditto.
6543
6544 2003-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
6545
6546         * include/wincrypt (KP_IV, KP_SALT, KP_PADDING, KP_MODE,
6547         KP_MODE_BITS, KP_PERMISSIONS, KP_ALGID, KP_BLOCKLEN): Remove
6548         duplicate definitions.
6549         (KP_X, KP_Y): Correct typos.
6550
6551 2003-10-11  Manu B  <manubee@users.sourceforge.net>
6552
6553         * include/afxres.h: New file.
6554
6555         * include/richedit.h (ES_NOOLEDRAGDROP, ENM_DRAGDROPDONE,
6556         ENM_IMECHANGE, ENM_LANGCHANGE, ENM_OBJECTPOSITIONS,
6557         ENM_SCROLLEVENTS): Add constants.
6558
6559         * include/richedit.h (ES_SELECTIONBAR, ENM_LINK): Sort constants.
6560
6561 2003-10-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6562
6563         * include/errorep.h: New file.
6564
6565         * lib/faultrep.def: New file.
6566
6567 2003-10-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6568
6569         * include/winbase.h (AddVectoredExceptionHandler): Define if
6570         _WIN32_WINNT >= 0x0500.
6571
6572         * include/winnt.h (PVECTORED_EXCEPTION_HANDLER): Define if
6573         _WIN32_WINNT >= 0x0500.
6574
6575 2003-10-08  Corinna Vinschen  <corinna@vinschen.de>
6576
6577         * include/winbase.h (AddVectoredExceptionHandler): Only define if
6578         _WIN32_WINNT >= 0x0501.
6579
6580 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6581
6582         * include/winbase.h [_WIN32_WINNT >= 0x0500] (SetComputerNameEx[AW],
6583         UnregisterWaitEx): Add functions.
6584
6585         * include/winbase.h [_WIN32_WINNT >= 0x0500]
6586         (AddVectoredExceptionHandler, RemoveVectoredExceptionHandler): Add
6587         or guard function. The MSDN says it is available on Windows XP and
6588         better, and then it says it is declared for _WIN32_WINNT >= 0x0500.
6589         Huh?
6590
6591         * include/winbase.h [_WIN32_WINNT >= 0x0501] (AddRefActCtx,
6592         CreateActCtx[AW], SetFileShortName[AW], SetFileValidData,
6593         ZombifyActCtx, QueryActCtxW): Add functions.
6594
6595         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6596         (QUERY_ACTCTX_FLAG_USE_ACTIVE_ACTCTX,
6597         QUERY_ACTCTX_FLAG_ACTCTX_IS_HMODULE,
6598         QUERY_ACTCTX_FLAG_ACTCTX_IS_ADDRESS): Add constants.
6599
6600         * include/winbase.h [_WIN32_WINNT >= 0x0502] (SetDllDirectory[AW],
6601         SetFirmwareEnvironmentVariable[AW]): Add functions.
6602
6603         * include/winnt.h [_WIN32_WINNT >= 0x0500] (VER_BUILDNUMBER,
6604         VER_MAJORVERSION, VER_MINORVERSION, VER_PLATFORMID,
6605         VER_SERVICEPACKMAJOR, VER_SERVICEPACKMINOR, VER_SUITENAME,
6606         VER_PRODUCT_TYPE, VER_EQUAL, VER_GREATER, VER_GREATER_EQUAL,
6607         VER_LESS, VER_LESS_EQUAL, VER_AND, VER_OR): Add constants.
6608
6609         * include/winnt.h [_WIN32_WINNT >= 0x0501]
6610         (PVECTORED_EXCEPTION_HANDLER): Add callback.
6611
6612         * include/winnt.h [_WIN32_WINNT >= 0x0501]
6613         (ACTIVATION_CONTEXT_INFO_CLASS,
6614         ACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION,
6615         ACTIVATION_CONTEXT_DETAILED_INFORMATION,
6616         ACTIVATION_CONTEXT_QUERY_INDEX, ASSEMBLY_FILE_DETAILED_INFORMATION):
6617         Add structures.
6618
6619         * lib/user32.def (AddRefActCtx, AddVectoredExceptionHandler,
6620         CreateActCtx[AW], SetComputerNameEx[AW], SetDllDirectory[AW],
6621         SetFileShortName[AW], SetFileValidData,
6622         SetFirmwareEnvironmentVariable[AW], UnregisterWaitEx,
6623         VerSetConditionMask, ZombifyActCtx, QueryActCtxW): Add functions.
6624
6625 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6626
6627         * include/winbase.h (GetWriteWatch, IsSystemResumeAutomatic,
6628         ResetWriteWatch): Add function.
6629
6630         * include/winbase.h [_WIN32_WINNT >= 0x0500]
6631         (GetSystemWindowsDirectory[AW], ProcessIdToSessionId, ReplaceFile[AW]):
6632         Add functions.
6633
6634         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6635         (GetSystemWow64Directory[AW], HeapQueryInformation,
6636         HeapSetInformation, InitializeSListHead, InterlockedFlushSList,
6637         InterlockedPopEntrySList, InterlockedPushEntrySList, IsProcessInJob,
6638         IsWow64Process, QueryMemoryResourceNotification, ReleaseActCtx,
6639         RemoveVectoredExceptionHandler): Add functions.
6640
6641         * include/winnt.h [_WIN32_WINNT >= 0x0501] (HEAP_INFORMATION_CLASS):
6642         Add enumeration.
6643
6644         * include/winbase.h [_WIN32_WINNT >= 0x0502] (GetThreadIOPendingFlag):
6645         Add function.
6646
6647         * include/winbase.h [_WIN32_WINNT >= 0x0510] (RestoreLastError):
6648         Add function. The MSDN Magazine of June 2003 reads:
6649                 RestoreLastError is an enigma. It's code is identical to
6650                 SetLastError. It's unclear to me why it was made into a
6651                 separate API.
6652
6653         * lib/user32.def (GetSystemWindowsDirectory[AW],
6654         GetSystemWow64Directory[AW], GetThreadIOPendingFlag,
6655         HeapQueryInformation, HeapSetInformation, InitializeSListHead,
6656         InterlockedFlushSList, InterlockedPopEntrySList,
6657         InterlockedPushEntrySList, IsSystemResumeAutomatic, IsWow64Process,
6658         ProcessIdToSessionId, QueryMemoryResourceNotification, ReleaseActCtx,
6659         RemoveVectoredExceptionHandler, ReplaceFile[AW], ResetWriteWatch,
6660         RestoreLastError): Add functions.
6661
6662 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6663
6664         * include/winbase.h [_WIN32_WINNT >= 0x0500] (GetComputerNameEx[AW],
6665         GetProcessIoCounters): Add functions.
6666
6667         * include/winbase.h [_WIN32_WINNT >= 0x0500] (COMPUTER_NAME_FORMAT):
6668         Move around, needed by GetComputerNameEx.
6669
6670         * include/winbase.h [_WIN32_WINNT >= 0x0501] (FindActCtxSectionGuid,
6671         FindActCtxSectionString[AW], GetCurrentActCtx, GetNativeSystemInfo):
6672         Add functions.
6673
6674         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6675         (ACTCTX_SECTION_KEYED_DATA): Add structure.
6676
6677         * include/winbase.h [_WIN32_WINNT >= 0x0502] (GetDllDirectory[AW],
6678         GetFirmwareEnvironmentVariable[AW], GetProcessHandleCount,
6679         GetProcessId, GetSystemRegistryQuota): Add functions, available on
6680         Windows XP SP1 and better.
6681
6682         * include/winnt.h [_WIN32_WINNT >= 0x0501]
6683         (ACTIVATION_CONTEXT_SECTION_ASSEMBLY_INFORMATION,
6684         ACTIVATION_CONTEXT_SECTION_DLL_REDIRECTION,
6685         ACTIVATION_CONTEXT_SECTION_WINDOW_CLASS_REDIRECTION,
6686         ACTIVATION_CONTEXT_SECTION_COM_SERVER_REDIRECTION,
6687         ACTIVATION_CONTEXT_SECTION_COM_INTERFACE_REDIRECTION,
6688         ACTIVATION_CONTEXT_SECTION_COM_TYPE_LIBRARY_REDIRECTION,
6689         ACTIVATION_CONTEXT_SECTION_COM_PROGID_REDIRECTION,
6690         ACTIVATION_CONTEXT_SECTION_CLR_SURROGATES): Add constants.
6691
6692         * lib/user32.def (FindActCtxSectionGuid, FindActCtxSectionString[AW],
6693         GetComputerNameEx[AW], GetCurrentActCtx, GetDllDirectory[AW],
6694         GetFirmwareEnvironmentVariable[AW], GetModuleHandleEx[AW],
6695         GetNativeSystemInfo, GetProcessHandleCount, GetProcessIoCounters):
6696         Add functions.
6697
6698 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6699
6700         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6701         (CheckRemoteDebuggerPresent, DebugActiveProcessStop, DebugBreakProcess,
6702         DebugSetProcessKillOnExit): Add functions.
6703
6704         * include/winbase.h [_WIN32_WINNT >= 0x0500] (DeleteTimerQueue,
6705         DeleteTimerQueueEx, DeleteTimerQueueTimer,
6706         DnsHostnameToComputerName[AW]): Add functions.
6707
6708         * lib/user32.def (CheckRemoteDebuggerPresent, DebugActiveProcessStop,
6709         DebugBreakProcess, DebugSetProcessKillOnExit, DeleteTimerQueueEx,
6710         DeleteTimerQueueTimer, DnsHostnameToComputerName[AW]): Add functions.
6711
6712 2003-10-07  Kobun Fujimori  <kobun@users.sourceforge.net>
6713
6714         * include/winbase.h (GetVolumePathNamesForVolumeName): Available
6715         on Windows XP and later.
6716
6717 2003-10-07  Manu B  <manubee@users.sourceforge.net>
6718
6719         * include/commctrl.h (TreeView_Select): Returns BOOL.
6720
6721 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6722
6723         * include/winbase.h (CancelDeviceWakeupRequest): Add function.
6724
6725         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6726         (CreateMemoryResourceNotification, DeactivateActCtx): Add functions.
6727
6728         * include/winbase.h [_WIN32_WINNT >= 0x0500] (CreateTimerQueue,
6729         CreateTimerQueueTimer): Add function.
6730
6731         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6732         (MEMORY_RESOURCE_NOTIFICATION_TYPE): Add enumeration.
6733
6734         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6735         (DEACTIVATE_ACTCTX_FLAG_FORCE_EARLY_DEACTIVATION): Add constant.
6736
6737         * include/winnt.h (WT_*): Add constants.
6738
6739         * lib/user32.def (CancelDeviceWakeupRequest,
6740         CreateMemoryResourceNotification, CreateTimerQueueTimer,
6741         DeactivateActCtx): Add functions.
6742
6743 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6744
6745         * include/winbase.h [_WIN32_WINNT >= 0x0400] (ConvertFiberToThread):
6746         Add function. Sometimes I don't understand MSDN. This function is
6747         available on Windows XP and Server 2003, but the SDK is supposed to
6748         make it available when _WIN32_WINNT >= 0x0400, or so says the MSDN.
6749         Mmmh...
6750
6751         * include/winbase.h [_WIN32_WINNT >= 0x0400] (CreateFiberEx):
6752         Guard function. Same remark as above.
6753
6754         * lib/user32.def (ConvertFiberToThread, CreateFiberEx):
6755         Add functions.
6756
6757 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6758
6759         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ACTCTX_FLAG_*):
6760         Add constants.
6761
6762         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ACTCTX[AW]): Add
6763         structures.
6764
6765         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ActivateActCtx): Add
6766         function. MSDN says the first argument is HACTCTX but I'm not sure
6767         where such a specialized handle is defined, so use HANDLE instead.
6768
6769         * include/winbase.h [_WIN32_WINNT >= 0x0501] (AttachConsole,
6770         CheckNameLegalDOS8Dot3[AW]): Add functions.
6771
6772         * lib/user32.def (ActivateActCtx, AttachConsole,
6773         CheckNameLegalDOS8Dot3[AW]): Add functions.
6774
6775         * lib/user32.def (AddLocalAlternateComputerName[AW]): Add functions.
6776         Unfortunately I don't know which header to put the declarations in.
6777
6778 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6779
6780         * include/winnls.h (CTRY_KYRGYZSTAN, CTRY_MALDIVES, CTRY_MONGOLIA):
6781         Add constants.
6782
6783         * include/winnls.h (NLS_FUNCTION, SYSGEOCLASS, SYSGEOTYPE): Add
6784         constants for National Language Support.
6785
6786         * include/winnls.h (NLSVERSIONINFO): Add structure for National
6787         Language Support.
6788
6789         * include/winnls.h (GEO_ENUMPROC): Add callback for National
6790         Language Support.
6791
6792         * include/winnls.h (EnumSystemGeoID, GetCalendarInfo[AW],
6793         GetGeoInfo[AW], GetUserGeoID, SetCalendarInfo[AW], SetUserGeoID):
6794         Add functions.
6795
6796         * include/winnls.h (IsNLSDefinedString, GetNLSVersion): Add
6797         functions. Strange... I am unable to find which library contains
6798         these functions. Can't find anything with pexports. Any clue?
6799
6800         * lib/user32.def (EnumSystemGeoID, GetGeoInfo[AW], GetUserGeoID,
6801         SetUserGeoID): Add functions.
6802
6803 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6804
6805         * include/winnt.h (LANG_KYRGYZ, LANG_MONGOLIAN, LANG_GALICIAN,
6806         LANG_SYRIAC, LANG_INVARIANT, SUBLANG_KASHMIRI_SASIA): Add constants.
6807
6808         * include/winnt.h (SUBLANG_AZERI_LATIN, SUBLANG_AZERI_CYRILLIC,
6809         SUBLANG_ENGLISH_ZIMBABWE, SUBLANG_ENGLISH_PHILIPPINES): Fix wrong
6810         value for constants.
6811
6812 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6813
6814         * include/wincrypt.h (SCHANNEL_MAC_KEY, SCHANNEL_ENC_KEY,
6815         INTERNATIONAL_USAGE, KP_SCHANNEL_ALG): Add constants. Specifying
6816         the algorithms.
6817
6818 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6819
6820         * include/wincrypt.h (CRYPT_FLAGS_*): Add constants. Protocol flags.
6821
6822 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6823
6824         * include/wincrypt.h (KP_*): Add constants. Needed by
6825         CryptSetKeyParam() and other functions.
6826
6827 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6828
6829         * include/winuser.h [_WIN32_WINNT >= 0x0501] (EVENT_*, CONSOLE_*):
6830         Add constants, related to Console Accessibility.
6831
6832 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6833
6834         * include/winuser.h [WINVER >= 0x0500] (EVENT_MAX): Ooops...
6835         wrong value for constant.
6836
6837 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6838
6839         * include/winuser.h [WINVER >= 0x0500] (EVENT_*): Add constants.
6840
6841         * include/uxtheme.h: Cleanup.
6842         * include/tmschema.h: Cleanup.
6843
6844 2003-10-02  Luke Dunstan  <infidel@users.sourceforge.net>
6845
6846         * include/winspool.h (GetDefaultPrinter[AW]): Add functions.
6847         * lib/winspool.def (GetDefaultPrinter[AW]): Add stubs.
6848
6849 2003-10-01  Danny Smith  <dannysmith@users.sourceforge.net>
6850
6851         * include/winnt.h (INVALID_FILE_ATTRIBUTES): Fix define.
6852
6853 2003-09-30  Danny Smith  <dannysmith@users.sourceforge.net>
6854
6855         * include/winuser.h (BSF_*, BSM_*):  Sync constants defined in
6856         both winuser.h and dbt.h.
6857         * include/dbt.h (BSF_*, BSM_*): Likewise.
6858
6859         * include/winuser.h (struct tagRAWINPUT): Remove
6860         _ANONYMOUS_UNION tag from named union.
6861         (struct tagRAWMOUSE): Add _ANONYMOUS_STRUCT to nameless struct.
6862
6863 2003-09-30  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6864
6865         * include/dhcpcdsk.h: New file.
6866         Note that MSDN is confused about whether it should start constant
6867         and structure names with DHCPCAPI or DHCPAPI. It's using both but
6868         experience suggests it's DHCPCAPI with `C'.
6869
6870         * lib/dhcpcsvc.def: New file.
6871
6872 2003-09-30  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6873
6874         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIM_INPUT,
6875         RIM_INPUTSINK): Add constants, for use by WM_INPUT notification.
6876
6877         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIDEV_REMOVE,
6878         RIDEV_EXCLUDE, RIDEV_PAGEONLY, RIDEV_NOLEGACY, RIDEV_INPUTSINK,
6879         RIDEV_CAPTUREMOUSE, RIDEV_NOHOTKEYS, RIDEV_APPKEYS): Add constants,
6880         for use in RAWINPUTDEVICE.
6881
6882         * include/winuser.h [_WIN32_WINNT >= 0x0501]
6883         (GetRawInputDeviceInfo[AW]): Ooops... there are
6884         ANSI/Unicode versions of this function.
6885
6886         * lib/user32.def (GetRawInputDeviceInfo[AW]): Ooops... there
6887         are ANSI/Unicode versions of this function.
6888
6889 2003-09-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6890
6891         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIM_TYPEMOUSE,
6892         RIM_TYPEKEYBOARD, RIM_TYPEHID, MOUSE_MOVE_RELATIVE,
6893         MOUSE_MOVE_ABSOLUTE, MOUSE_VIRTUAL_DESKTOP,
6894         MOUSE_ATTRIBUTES_CHANGED, RI_MOUSE_LEFT_BUTTON_DOWN,
6895         RI_MOUSE_LEFT_BUTTON_UP, RI_MOUSE_RIGHT_BUTTON_DOWN,
6896         RI_MOUSE_RIGHT_BUTTON_UP, RI_MOUSE_MIDDLE_BUTTON_DOWN,
6897         RI_MOUSE_MIDDLE_BUTTON_UP, RI_MOUSE_BUTTON_1_DOWNT_BUTTON_DOWN,
6898         RI_MOUSE_BUTTON_1_UP, RI_MOUSE_BUTTON_2_DOWNHT_BUTTON_DOWN,
6899         RI_MOUSE_BUTTON_2_UP, RI_MOUSE_BUTTON_3_DOWNDLE_BUTTON_DOWN,
6900         RI_MOUSE_BUTTON_3_UP, RI_MOUSE_BUTTON_4_DOWN,
6901         RI_MOUSE_BUTTON_4_UP, RI_MOUSE_BUTTON_5_DOWN,
6902         RI_MOUSE_BUTTON_5_UP, RI_MOUSE_WHEEL, KEYBOARD_OVERRUN_MAKE_CODE,
6903         RI_KEY_MAKE, RI_KEY_BREAK, RI_KEY_E0, RI_KEY_E1,
6904         RI_KEY_TERMSRV_SET_LED, RI_KEY_TERMSRV_SHADOW, RID_INPUT,
6905         RID_HEADER, RIDI_PREPARSEDDATA, RIDI_DEVICENAME,
6906         RIDI_DEVICEINFO): Add constants.
6907
6908         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RAWINPUTHEADER,
6909         RAWMOUSE, RAWKEYBOARD, RAWHID, RAWINPUT, RAWINPUTDEVICE,
6910         RAWINPUTDEVICELIST): Add structures.
6911
6912         * include/winuser.h [_WIN32_WINNT >= 0x0501] (DefRawInputProc,
6913         GetRawInputBuffer, GetRawInputData, GetRawInputDeviceInfo,
6914         GetRawInputDeviceList, GetRegisteredRawInputDevices): Add functions.
6915
6916         * lib/user32.def (DefRawInputProc, GetRawInputBuffer,
6917         GetRawInputData, GetRawInputDeviceInfo, GetRawInputDeviceList,
6918         GetRegisteredRawInputDevices): Add functions.
6919
6920 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6921
6922         * include/winable.h (BlockInput): Add function.
6923
6924         * include/winable.h (WS_ACTIVECAPTION): Add constant.
6925         For use with WINDOWINFO structure.
6926
6927         * include/winuser.h [_WIN32_WINNT >= 0x0500] (LockWorkStation):
6928         Add function.
6929
6930         * include/winuser.h [_WIN32_WINNT >= 0x0501] (IsWinEventHookInstalled):
6931         Add function.
6932
6933         * include/winuser.h [WINVER >= 0x0500] (UnhookWinEvent):
6934         Add function...
6935
6936         * include/winable.h [WINVER < 0x0500] (UnhookWinEvent):
6937         ...and duplicate.
6938
6939         * include/winuser.h [_WIN32_WINNT >= 0x0403] (SendInput):
6940         Guard function...
6941
6942         * include/winable.h [_WIN32_WINNT < 0x0403] (SendInput):
6943         ...and duplicate.
6944
6945         * include/winuser.h [WINVER >= 0x0500] (NotifyWinEvent):
6946         Guard function...
6947
6948         * include/winable.h [WINVER < 0x0500] (NotifyWinEvent):
6949         ...and duplicate.
6950
6951         * include/winuser.h [WINVER >= 0x0500] (MOUSEINPUT, KEYBDINPUT,
6952         HARDWAREINPUT, INPUT): Guard structures...
6953
6954         * include/winable.h [WINVER < 0x0500] (MOUSEINPUT, KEYBDINPUT,
6955         HARDWAREINPUT, INPUT): ...and duplicate.
6956
6957         * include/winuser.h [_WIN32_WINNT >= 0x0403] (INPUT_MOUSE,
6958         INPUT_KEYBOARD, INPUT_HARDWARE): Guard constants...
6959
6960         * include/winable.h [_WIN32_WINNT < 0x0403] (INPUT_MOUSE,
6961         INPUT_KEYBOARD, INPUT_HARDWARE): ...and duplicate.
6962
6963         * include/winuser.h: Move around some lines. Reformat according
6964         to recommended or dominant style. Remove FAR keyword.
6965
6966         * include/winable.h: Move around some lines.
6967
6968         * lib/user32.def (BlockInput, IsWinEventHookInstalled,
6969         LockWorkStation, UnhookWinEvent): Add functions.
6970
6971 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6972
6973         * include/winuser.h [_WIN32_WINNT >= 0x0501] (PrintWindow,
6974         PW_CLIENTONLY): Add function and constant.
6975
6976         * lib/user32.def (PrintWindow): Add function.
6977
6978 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6979
6980         * include/winuser.h (RealGetWindowClassA[AW]): Add function.
6981
6982         * lib/user32.def (RealGetWindowClassA[AW]): Add function.
6983
6984 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6985
6986         * include/winuser.h [WINVER >= 0x0500] (RegisterDeviceNotification[AW],
6987         DEVICE_NOTIFY_WINDOW_HANDLE, DEVICE_NOTIFY_SERVICE_HANDLE,
6988         DEVICE_NOTIFY_ALL_INTERFACE_CLASSES): Add function and constants.
6989
6990         * lib/user32.def (RegisterDeviceNotification[AW]): Add function.
6991
6992 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6993
6994         * include/winuser.h [WINVER >= 0x0500] (SetWinEventHook, WINEVENTPROC,
6995         WINEVENT_OUTOFCONTEXT, WINEVENT_SKIPOWNTHREAD, WINEVENT_SKIPOWNPROCESS,
6996         WINEVENT_INCONTEXT): Add function, typedef, and constants.
6997
6998         * include/winable.h [WINVER < 0x0500] (SetWinEventHook, WINEVENTPROC,
6999         WINEVENT_OUTOFCONTEXT, WINEVENT_SKIPOWNTHREAD, WINEVENT_SKIPOWNPROCESS,
7000         WINEVENT_INCONTEXT): Add function, typedef, and constants.
7001
7002         * include/winuser.h [_WIN32_WINNT >= 0x0500] (UserHandleGrantAccess):
7003         Add function.
7004
7005         * lib/user32.def (SetWinEventHook, UserHandleGrantAccess):
7006         Add functions.
7007
7008 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7009
7010         * include/winnt.h (ACE_INHERITED_OBJECT_TYPE_PRESENT,
7011         ACE_OBJECT_TYPE_PRESENT): Add constants.
7012         For use with OBJECTS_AND_NAME structure.
7013
7014 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7015
7016         * include/aclapi.h [_WIN32_WINNT >= 0x0501] (GetInheritanceSource[AW]):
7017         Add functions. Don't know what PFN_OBJECT_MGR_FUNCTS is so use
7018         void* instead.
7019
7020         * include/accctrl.h [_WIN32_WINNT >= 0x0501] (INHERITED_FROM[AW],
7021         PINHERITED_FROM[AW]): Add structures.
7022
7023         * lib/user32.def (GetInheritanceSource[AW]): Add functions.
7024
7025 2003-09-26  Corinna Vinschen  <corinna@vinschen.de>
7026
7027         * include/winuser.h (FLASHWINFO, PFLASHWINFO): Define for 98/Me, too.
7028
7029 2003-09-25  Danny Smith  <dannysmith@users.sourceforge.net>
7030
7031         * lib/version.def (LIBRARY): Quote name.
7032
7033 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7034
7035         * include/winuser.h (GetClipboardSequenceNumber): Add functions
7036         and constants.
7037
7038         * include/winuser.h (GetGuiResources, GR_GDIOBJECTS,
7039         GR_USEROBJECTS): Add functions and constants.
7040
7041         * include/winuser.h (GetMouseMovePointsEx, GMMP_USE_DISPLAY_POINTS,
7042         GMMP_USE_HIGH_RESOLUTION_POINTS): Add functions and constants.
7043
7044         * include/winuser.h (InSendMessageEx, ISMEX_NOSEND, ISMEX_CALLBACK,
7045         ISMEX_NOTIFY, ISMEX_REPLIED, ISMEX_SEND): Add functions and
7046         constants.
7047
7048         * lib/user32.def (GetClipboardSequenceNumber, GetGuiResources,
7049         GetMouseMovePointsEx, InSendMessageEx): Add functions.
7050
7051 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7052
7053         * include/winuser.h (BroadcastSystemMessage, BroadcastSystemMessageA,
7054         BroadcastSystemMessageW, BroadcastSystemMessageEx,
7055         BroadcastSystemMessageExA, BroadcastSystemMessageExW,
7056         BSMINFO, BSF_ALLOWSFW, BSF_SENDNOTIFYMESSAGE, BSF_LUID,
7057         BSF_RETURNHDESK): Add functions and constants.
7058
7059         * include/winuser.h (EnumDisplaySettingsEx, EnumDisplaySettingsExA,
7060         EnumDisplaySettingsExW, EDS_RAWMODE): Add functions and constant.
7061
7062         * include/winuser.h (IsGUIThread, IsHungAppWindow, FlashWindowEx,
7063         GetProcessDefaultLayout, SetProcessDefaultLayout,
7064         RealChildWindowFromPoint, SetProcessDefaultLayout,
7065         SwitchToThisWindow): Add functions.
7066
7067         * lib/user32.def (BroadcastSystemMessageA, BroadcastSystemMessageW,
7068         BroadcastSystemMessageExA, BroadcastSystemMessageExW,
7069         EnumDisplaySettingsExA, EnumDisplaySettingsExW, FlashWindowEx,
7070         GetProcessDefaultLayout, IsGUIThread, IsHungAppWindow,
7071         RealChildWindowFromPoint, SetProcessDefaultLayout,
7072         SwitchToThisWindow): Add function.
7073
7074 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7075
7076         * include/winuser.h (DeregisterShellHookWindow): Add function.
7077
7078         * include/winuser.h [_WIN32_WINNT >= 0x0500] (EndTask): Add function.
7079
7080         * lib/user32.def (EndTask): Add function.
7081
7082         * include/winuser.h (WINVER, _WIN32_WINNT): It's better (?) to
7083         use _WIN32_WINNT instead of WINVER to test for Windows 2000.
7084
7085         * include/winable.h: Reorder target macros.
7086
7087         * lib/*.def: Cleanup.
7088
7089 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7090
7091         * include/winuser.h [WINVER >= 0x0500] (AnimateWindow): Add
7092         function.
7093
7094         * lib/user32.def (AnimateWindow): Add function. By the way
7095         there are ~ 140 symbols missing from this file when comparing
7096         to user32.dll on Windows XP.
7097
7098 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7099
7100         * include/winuser.h [WINVER >= 0x0500] (AW_SLIDE, AW_ACTIVATE,
7101         AW_BLEND, AW_HIDE, AW_CENTER, AW_HOR_POSITIVE, AW_HOR_NEGATIVE,
7102         AW_VER_POSITIVE, AW_VER_NEGATIVE): Add constants. For use by
7103         AnimateWindow().
7104
7105 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7106
7107         * include/winuser.h [WINVER >= 0x0500] (GetGUIThreadInfo,
7108         LPGUITHREADINFO): Add function and associated typedef...
7109
7110         * include/winable.h [WINVER < 0x0500] (GetGUIThreadInfo,
7111         LPGUITHREADINFO): ...and duplicate them in <winable.h> as
7112         seems to be required on older versions of Windows.
7113
7114 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7115
7116         * include/GL/glu.h (gluErrorUnicodeStringWIN): Add macro
7117         function. MSDN suggests using gluErrorUnicodeStringWIN
7118         instead of gluErrorString, as it allows both ANSI and Unicode
7119         error strings.
7120
7121         * include/GL/glu.h (gluErrorUnicodeStringEXT): Make the
7122         returned pointer const for consistency reasons.
7123
7124 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7125
7126         * include/GL/glu.h (gluErrorUnicodeStringEXT): Add function.
7127         Function exists in glu32.def but is undocumented on MSDN.
7128         A Google search came up with this declaration.
7129
7130 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7131
7132         * include/GL/glu.h: Rewritten from scratch. Started from GLU 1.3
7133         headers from OpenGL Sample Implementation. Windows ships with
7134         GLU 1.2 so some constants and functions were removed. Then some
7135         typedef's and function declarations were reworked to look like
7136         the previous GL/glu.h.
7137
7138 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7139
7140         * include/uxtheme.h (PROPERTYORIGIN): the documentation of
7141         PROPERTYORIGIN suggests it's `PROPERTYORIGIN' but experimentation
7142         suggests it's actually `enum PROPERTYORIGIN'. Keep both.
7143
7144         * include/uxtheme.h (THEME_SIZE, THEMESIZE): MSDN suggests
7145         it's either `THEME_SIZE' or `THEMESIZE' but experimentation
7146         suggests it's actually `enum THEMESIZE'. Keep `THEME_SIZE'
7147         and `enum THEMESIZE'.
7148
7149 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7150
7151         * include/uxtheme.h: New file.
7152         * include/tmschema.h: New file.
7153         * include/uxtheme.def: New file.
7154         * lib/test.c: Include uxtheme.h, tmschema.h.
7155
7156 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7157
7158         * include/winuser.h (KEYEVENTF_UNICODE, KEYEVENTF_SCANCODE):
7159         Add defines.
7160
7161 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7162
7163         * include/winable.h [_WIN32_WINNT < 0x0403] (INPUT_MOUSE,
7164         INPUT_KEYBOARD, INPUT_HARDWARE): Duplicate defines in
7165         <winable.h> as seems to be required on older versions of
7166         Windows.
7167
7168 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7169
7170         * include/winuser.h [WINVER >= 0x0500] (CHILDID_SELF,
7171         GUI_CARETBLINKING, GUI_INMOVESIZE, GUI_INMENUMODE,
7172         GUI_SYSTEMMENUMODE, GUI_POPUPMENUMODE, GUI_16BITTASK):
7173         Add defines, the last one only on Windows XP...
7174
7175         * include/winable.h [WINVER < 0x0500] (CHILDID_SELF,
7176         GUI_CARETBLINKING, GUI_INMOVESIZE, GUI_INMENUMODE,
7177         GUI_SYSTEMMENUMODE, GUI_POPUPMENUMODE): ...and duplicate
7178         them in <winable.h> as seems to be required on older
7179         versions of Windows.
7180
7181 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7182
7183         * include/winuser.h [WINVER >= 0x0500] (GUITHREADINFO,
7184         OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR, OBJID_MENU,
7185         OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL, OBJID_SIZEGRIP,
7186         OBJID_CARET, OBJID_CURSOR, OBJID_ALERT, OBJID_SOUND): Bring
7187         back into <winuser.h>...
7188
7189         * include/winable.h [WINVER < 0x0500] (GUITHREADINFO,
7190         OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR, OBJID_MENU,
7191         OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL, OBJID_SIZEGRIP,
7192         OBJID_CARET, OBJID_CURSOR, OBJID_ALERT, OBJID_SOUND): ...and
7193         comment out in <winable.h>. MSDN may say <winable.h> but this
7194         breaks many programs. It seems it used to be <winable.h> on
7195         older versions of Windows.
7196
7197 2003-09-17  Danny Smith  <dannysmith@users.sourceforge.net>
7198
7199         * include/winuser.h (UpdateLayeredWindow): Protect against NOGDI.
7200         Thanks to Will Levine  <willll@users.sourceforge.net>
7201
7202 2003-09-15  Danny Smith  <dannysmith@users.sourceforge.net>
7203
7204         * include/ws2spi.h (LPWSPBIND): Change CONST LPSOCKADDR to
7205         const struct sockaddr*.
7206         (LPWSPCONNECT): Likewise.
7207         (LPWSPJOINLEAF): Likewise.
7208         (LPWSPSENDTO): Likewise.
7209         Tanks to Sebastian Nowak  <snowak1@users.spourceforge.net>
7210
7211 2003-09-15  Filip Navara  <xnavara@volny.cz>
7212
7213         * include/commctrl.h (TCIS_BUTTONPRESSED, TCIS_HIGHLIGHTED):
7214         Add definitions.
7215
7216 2003-09-15  Sascha Brawer  <brawer@dandelis.ch>
7217
7218         * include/winuser.h (DISPLAY_DEVICE_ATTACHED_TO_DESKTOP,
7219         DISPLAY_DEVICE_PRIMARY_DEVICE, DISPLAY_DEVICE_MIRRORING_DRIVER,
7220         DISPLAY_DEVICE_VGA_COMPATIBLE, DISPLAY_DEVICE_REMOVABLE,
7221         DISPLAY_DEVICE_MODESPRUNED): Define constants.
7222         (ChangeDisplaySettingsEx[A,W]): Add prototype.
7223
7224         * lib/user32.def (ChangeDisplaySettingsEx[A,W]): Add exports.
7225         (EnumDisplayDevices[A,W]): Likewise.
7226
7227 2003-09-15  Danny Smith  <dannysmith@users.sourceforge.net>
7228
7229         * include.commctrl.h (_WIN32_WINNT): Change _WXP to 0x0501,
7230         throughout.
7231
7232 2003-09-13  Danny Smith  <dannysmith@users.sourceforge.net>
7233
7234         * include/olectl.h (TEXTMETRICOLE, LPERRORLOG, LPPROPERTYBAG,
7235         LPENUMCONNECTIONPOINTS, LPCONNECTIONPOINT, LPENUMCONNECTIONS,
7236         LPPROPERTYPAGESITE, LPFONT, LPFONTDISP, OLE_COLOR, HIMETRIC,
7237         OLE_YPOS_HIMETRIC, OLE_XSIZE_HIMETRIC, OLE_YSIZE_HIMETRIC,
7238         OLE_YSIZE_CONTAINER, OLE_HANDLE, POINTF,LPPOINTF, CONTROLINFO,
7239         LPCONTROLINFO, CONNECTDATA, LPCONNECTDATA, LICINFO, LPLICINFO,
7240         CAUUID, LPCAUUID, CALPOLESTR, LPCALPOLESTR, CADWORD, LPCADWORD,
7241         PROPPAGEINFO, LPPROPPAGEINFO): Remove from here ...
7242         * include/ocidl.h: (TEXTMETRICOLE, LPERRORLOG, LPPROPERTYBAG,
7243         LPENUMCONNECTIONPOINTS, LPCONNECTIONPOINT, LPENUMCONNECTIONS,
7244         LPPROPERTYPAGESITE, LPFONT, LPFONTDISP, OLE_COLOR, HIMETRIC,
7245         OLE_YPOS_HIMETRIC, OLE_XSIZE_HIMETRIC, OLE_YSIZE_HIMETRIC,
7246         OLE_YSIZE_CONTAINER, OLE_HANDLE, POINTF, LPPOINTF, CONTROLINFO,
7247         LPCONTROLINFO, CONNECTDATA, LPCONNECTDATA, LICINFO, LPLICINFO,
7248         CAUUID, LPCAUUID, CALPOLESTR, LPCALPOLESTR, CADWORD, LPCADWORD,
7249         PROPPAGEINFO, LPPROPPAGEINFO): ... to here, for consistency
7250         with documentation.
7251         * include/olectl.h: Do #include <ocidl.h>.
7252         * include/ocidl.h: Don't #include <olectl.h>.
7253
7254 2003-09-13  Danny Smith  <dannysmith@users.sourceforge.net>
7255
7256         * include/winuser.h (_WIN32_WINNT, _WIN32_WINDOWS, WINVER):
7257         Change guards to use numeric constants, throughout.
7258
7259 2003-09-15  Earnie Boyd  <earnie@users.sf.net>
7260
7261         * include/w32api.h: Increment version to 2.5.
7262         * Makefile.in: Ditto.
7263
7264 2003-09-08  Justin Forest  <vhex@users.sourceforge.net>
7265
7266         * include/winuser.h (PM_QS_INPUT, PM_QS_POSTMESSAGE,
7267         PM_QS_PAINT, PM_QS_SENDMESSAGE): Add defines.
7268
7269 2003-09-08  Filip Navara  <xnavara@volny.cz>
7270
7271         * include/wingdi.h (GRADIENT_FILL_RECT_H, GRADIENT_FILL_RECT_V,
7272         GRADIENT_FILL_TRIANGLE, GRADIENT_FILL_OP_FLAG): Add defines.
7273
7274 2003-09-05  Earnie Boyd  <earnie@users.sf.net>
7275
7276         * include/w32api.h (_NT5, etc): Reverse the changes of 2003-07-01.
7277         * include/winbase.h (_NT5, etc): Ditto.
7278
7279 2003-09-02  Bart Oldeman  <bartoldeman@users.sourceforge.net>
7280
7281         * lib/snmpapi.def (LIBRARY) Add library name.
7282         Remove '\r', throughout.
7283         * lib/wsnmp32.def: Remove '\r', throughout.
7284         * lib/igmpagnt.def: Likewise.
7285
7286 2003-08-29  Steve Cleary  <scleary@jerviswebb.com>
7287
7288         * include/winuser.h (QS_ALLPOSTMESSAGE, QS_RAWINPUT): Add defines.
7289         (QS_INPUT, QS_ALLINPUT, QS_ALLEVENTS): Adjust by OR'ing with
7290         QS_RAWINPUT for _WIN32_WINNT >= 0x0501.
7291         (MWMO_*): Add flags.
7292
7293         * include/wincrypt.h (MS_ENHANCED_PROV[AW], MS_STRONG_PROV[AW],
7294         MS_DEF_RSA_SIG_PROV[AW], MS_DEF_RSA_SCHANNEL_PROV[AW],
7295         MS_DEF_DSS_PROV[AW], MS_DEF_DSS_DH_PROV[AW], MS_ENH_DSS_DH_PROV[AW],
7296         MS_DEF_DH_SCHANNEL_PROV[AW], MS_SCARD_PROV[AW]): Add definitions.
7297
7298 2003-08-26  Danny Smith  <dannysmith@users.sourceforge.net>
7299
7300         * lib/test.c: Add vfw.h to includes.
7301         * include/mmsystem.h: Add #ifndef guard to definition of
7302         mmioFOURCC macro.
7303         * include/vfw.h: Protect __OBJC__ from COM declarations.
7304
7305 2003-08-26  Filip Navara  <xnavara@volny.cz>
7306
7307         * include/vfw.h: New file.
7308
7309 2003-08-26  Filip Navara  <xnavara@volny.cz>
7310
7311         * include/ddk/winddk.h (RTL_REGISTRY_*): Add defines.
7312         (IoSetCompletionRoutine): Cast _CompletionRoutine arg to
7313         PIO_COMPLETION_ROUTINE.
7314
7315 2003-08-26  Danny Smith  <dannysmith@users.sourceforge.net>
7316
7317         * lib/test.c: Add snmp.h, winsnmp.h amd mgmtapi.h to
7318         includes.
7319
7320 2003-08-26  Filip Navara  <xnavara@volny.cz>
7321
7322         * include/snmp.h: New file.
7323         * include/winsnmp.h: New file.
7324         * include/mgmtapi.h: New file.
7325         * lib/snmpapi.def: New file.
7326         * lib/wsnmp32.def: New file.
7327         * lib/igmpagnt.def: New file.
7328         * lib/mgmtapi.def (SnmpMgrCtl) Add stub.
7329         (SnmpMgrGetTrapEx): Ditto.
7330         (SnmpMgrMIB2Disk): Remove.
7331         (dbginit): Remove.
7332
7333 2003-08-25  Steven Edwards  <Steven_Ed4153@yahoo.com>
7334
7335         * include/ddk/ntifs.h: Change all C++ style comments to C.
7336         * include/GL/gl.h: Ditto.
7337
7338 2003-08-25  Martin Fuchs  <Martin-Fuchs@gmx.net>
7339
7340         * include/shlobj.h (SFGAO_GHOSTED): Correct.
7341         (SFGAO_HIDDEN): Add define.
7342
7343 2003-08-25  Filip Navara  <xnavara@volny.cz>
7344
7345         * include/commctrl.h (ILCF_*): Add defines.
7346         (ILD_*): Ditto.
7347         (HDS_*): Ditto.
7348         (IPN_FIRST, IPN_LAST): Cast to UINT.
7349         (SBN_FIRST, SBN_LAST): Add defines.
7350         (PGN_*): Ditto.
7351         (HDF_JUSTIFYMASK): Fix typo.
7352         (HDM_*): Add defines.
7353         (HICF_*): Ditto.
7354         (I_INDENTCALLBACK,I_IMAGENONE): Ditto.
7355         (TBSTATE_MARKED): Add define.
7356         (TBSTYLE_EX_*): Add defines.
7357         (TBCDRF_*): Ditto.
7358         (IDB_HIST_SMALL_COLOR,IDB_HIST_LARGE_COLOR): Ditto.
7359         (TB_*): Ditto.
7360         (TBN_*): Ditto.
7361         (TBNRF_*): Ditto.
7362         (TTF_*): Ditto.
7363         (TBCD_*): Ditto.
7364         (TBDDRET_*): Ditto.
7365         (TBIMHT_*): Ditto.
7366         (TTM_*): Ditto.
7367         (UDM_*): Ditto.
7368         (TBIF_BYINDEX): Define as hex constant.
7369         (CDIS_*): Add defines.
7370         (CDDS_SUBITEM): Add define.
7371         (LVIF_*): Add defines.
7372         (LVM_*): Ditto.
7373         (LVGIT_UNFOLDED): Add define.
7374         (TVM_): Add defines.
7375         (TVE_EXPANDPARTIAL): Add define.
7376         (TVGN_LASTVISIBLE): Ditto.
7377         (TVN_*): Add defines.
7378         (TVNRET_*): Add defines.
7379         (TCIF_STATE): Add define.
7380         (NM_TOOLTIPSCREATED): Ditto.
7381         (CCM_*): Add defines.
7382         (INFOTIPSIZE): Add numeric value.
7383         (ODT_LISTVIEW): Ditto.
7384         (MCM_GETMAXTODAYWIDTH): Ditto.
7385         (MCHT_*): Add defines.
7386         (UDM_SETRANGE32,UDM_GETRANGE32): Define in terms of WM_USER.
7387         (PGF_*): Add defines.
7388         (PGM_*): Ditto.
7389         (TBINSERTMARK): Add structure.
7390         (LPIMAGEINFO) Add typedef.
7391         (LPHDHITTESTINFO): Ditto.
7392         (NMLVGETINFOTIP[AW]: Add structures.
7393         (NMTBCUSTOMDRAW): Add structure.
7394         (TTTOOLINFOA_V*_SIZE): Add macros.
7395         (TTTOOLINFOW_V1_SIZE): Ditto.
7396         (IMAGELISTDRAWPARAMS): Add new members for WXP.
7397         (LVITEM[AW]: Ditto.
7398         (TCITEM[AW]):Ditto.
7399         (CCSIZEOF_STRUCT): Correct macro definition.
7400         (ListView_*): Add new macros.
7401         (HIMAGELIST): Correct typedef.
7402         (HTREEITEM): Ditto.
7403
7404 2003-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
7405
7406         * commctrl.h (TC_HITTESTINFO): Remove. Add defines for
7407         TCHITTESTINFO for backward compatibility.
7408         (TC_ITEM[AW]): Rename to TCITEM[AW]. Add defines for backward
7409         compatibility.
7410
7411 2003-08-24   Danny Smith  <dannysmith@users.sourceforge.net>
7412
7413         * include/objidl.h (COBJMACROS): Define macros only
7414         if using C interace.
7415         * include/unknwn.h: Ditto.
7416         * include/comcat.h: Ditto.
7417
7418 2003-08-24  Filip Navara  <xnavara@volny.cz>
7419
7420         * include/prsht.h (PSH_WIZARDHASFINISH, PSH_WIZARD_LITE,
7421         PSH_NOCONTEXTHELP): Define.
7422         (PSH_WIZARD97): Fix definition for _WIN32_IE >= 0x500.
7423         * include/winuser.h (DFCS_TRANSPARENT, DFCS_HOT): Define.
7424         (LPDLGTEMPLATE[AW]): Add typedefs.
7425
7426 2003-08-22  Filip Navara  <xnavara@volny.cz>
7427
7428         * include/aclapi.h (BuildImpersonateExplicitAccessWithName[AW]):
7429         Add prototypes.
7430         BuildImpersonateTrustee[AW]): Add prototypes.
7431         GetMultipleTrustee[AW]): Add prototypes.
7432         GetMultipleTrusteeOperation[AW]): Add prototypes.
7433
7434 2003-08-22   Danny Smith  <dannysmith@users.sourceforge.net>
7435
7436         * include/winnt.h (IMAGE_SUBSYSTEM_XBOX): Add define.
7437
7438 2003-08-22  Mihai Preda  <mihai_preda@users.sourceforge.net>
7439
7440         * include/shlobj.h (IPersistFolder::GetClassID):
7441         Correct declaration.
7442         (CMF_*) Add missing defines.
7443
7444 2003-08-22   Danny Smith  <dannysmith@users.sourceforge.net>
7445
7446         * include/winuser.h (DC_BUTTONS): Add define.
7447
7448 2003-08-22  Andrew Greenwood  <lists@silverblade.co.uk>
7449
7450         * include/winuser.h (DC_GRADIENT): Add define.
7451
7452 2003-08-22  Martin Fuchs  <Martin-Fuchs@gmx.net>
7453
7454         * include/commctrl.h (BTNS_*): Define BTNS_* as successors to the
7455         older TBSTYLE_* constants.
7456
7457 2003-08-18  Danny Smith  <dannysmith@users.sourceforge.net>
7458
7459         * include/commctrl.h (TB_*) Group defines together.
7460
7461 2003-08-18  Martin Fuchs  <Martin-Fuchs@gmx.net>
7462
7463         * include/winuser.h (ICON_SMALL2): Define.
7464         * include/commctrl.h (TB_SETBUTTONWIDTH, TB_SETDRAWTEXTFLAGS):
7465         Define.
7466         * include/shlobj.h (SHDRAGIMAGE): Define structure.
7467         (IDragSourceHelper) Define interface.
7468         (IDropTargetHelper): Likewise.
7469         (IExtractIcon): Unicode it.
7470         (ICommDlgBrowser): Use IShellView type as param in OnDefaultCommand,
7471         OnStateChange and IncludeObject methods.
7472
7473 2003-08-17  Martin Fuchs  <Martin-Fuchs@gmx.net>
7474
7475         * include/commctrl.h (TreeView_GetScrollTime,
7476         TreeView_SetScrollTime): Define macros.
7477         * include/winuser.h (GetShellWindow): Add prototype.
7478         * include/objidl.h (STGMEDIUM): Correct lpszFileName type.
7479
7480 2003-08-15  Martin Fuchs  <Martin-Fuchs@gmx.net>
7481
7482         * include/shguid.h (CLSID_DragDropHelper, IID_IDropTargetHelper,
7483         IID_IDragSourceHelper): Declare.
7484         * lib/shell32.c (CLSID_DragDropHelper, IID_IDropTargetHelper,
7485         IID_IDragSourceHelper): Define.
7486
7487 2003-08-15  Andrew Greenwood  <lists@silverblade.co.uk>
7488
7489         * include/wingdi.h (DEVMODE[AW]) Correct structure definition.
7490         * include/ddk/ntapi.h (LPC_TYPE): Add LPC_CONNECTION_REFUSED.
7491         * include/ddk/winddk.h (IRP_*): Add constants as anonymous enum.
7492
7493 2003-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
7494
7495         * lib/uuid.c (CGID_Explorer, CGID_ShellDocView,
7496         CGID_ShellServiceObject): Remove definitions.
7497         * lib/shell32.c (CGID_ShellServiceObject): Add definition.
7498
7499 2003-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
7500
7501         * include/shlobj.h (SHELLSTATE): Add structure.
7502         (SHGetSetSettings): Add prototype.
7503         (SHGetSettings): Add prototype.
7504         * lib/shell32.def (SHGetSetSettings): Add stub.
7505
7506 2003-08-10  Phil Krylov  <likewolf@users.sourceforge.net>
7507
7508         * include/commctrl.h (HDM_ORDERTOINDEX): Add define.
7509         (Header_OrderToIndex): Add macro.
7510         (Header_GetOrderArray): Add macro.
7511
7512         * include/commdlg.h (FR_MATCHALEFHAMZA,
7513         FR_MATCHDIAC, FR_MATCHKASHIDA): Add defines.
7514
7515 2003-08-10  Martin Fuchs  <Martin-Fuchs@gmx.net>
7516
7517         * include/commctrl.h (TVM_GETSCROLLTIME,
7518         TVM_SETSCROLLTIME): Add defines.
7519
7520 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
7521
7522         * include/shlobj.h (SHELLFLAGSTATE): Add structure.
7523         (SHGetInstanceExplorer): Correct return type.
7524         (SHGetFolderPath[AW]): Likewise.
7525         Thanks to Magnus Olsen  <greatlord@sourceforge.users.net>
7526         for report.
7527
7528 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
7529
7530         * lib/test.c: Include winldap.h, ntldap.h, winber.h.
7531
7532 2003-08-01  Filip Navara  <xnavara@volny.cz>
7533
7534         * include/winldap.h: New file.
7535         * include/ntldap.h: New file.
7536         * include/winber.h: New file.
7537         * lib/winldap32.def: New file.
7538
7539 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
7540
7541         * include/ddk/atm.h: Remove stray '.';
7542
7543 2003-08-01  Gisle Vanem  <gvanem@broadpark.no>
7544
7545         * include/ddk/winddk.h: Remove trailing ';' from macros,
7546         throughout. Add () around defines with cast returns, throughout.
7547
7548 2003-07-31  Martin Fuchs  <Martin-Fuchs@gmx.net>
7549
7550         * include/shlobj.h (SFGAO_COMPRESSED): Add define.
7551         (SFGAOF, SHGDNF): Add typedef's.
7552         (SHCONTF): Extend enum.
7553
7554 2003-07-31  Danny Smith  <dannysmith@users.sourceforge.net>
7555
7556         * include/shellapi.h: Include all structs within pshpack2.h/
7557         poppack.h block.
7558
7559 2003-07-26  Danny Smith  <dannysmith@users.sourceforge.net>
7560
7561         * include/winuser.h (ASFW_ANY, LSFW_LOCK, LSFW_UNLOCK,
7562         LWA_COLORKEY, LWA_ALPHA): Guard with _WIN32_WINNT,
7563         _WIN32_WINDOWS, not WINVER.
7564         (AllowSetForegroundWindow,LockSetForegroundWindow,
7565         SetLayeredWindowAttributes): Likewise.
7566         (GetLayeredWindowAttributes,UpdateLayeredWindow): Add prototypes.
7567         * lib/user32.def (GetLayeredWindowAttributes,UpdateLayeredWindow):
7568         Add stubs.
7569
7570 2003-07-26  Eric R. Krause  <ekrause_98@users.sourceforge.net>
7571
7572         * include/objidl.h (IMalloc): Fix typo.
7573
7574 2003-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
7575
7576         * include/dkk/ntifs.h: Fix typo in guard for
7577         #pragma GCC system_header.
7578
7579 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
7580
7581         * include/objidl.h (PropVariant): Add CHAR cVal field
7582         to union.
7583         (FMTID_SummaryInformation, FMTID_DocSummaryInformation,
7584         FMTID_UserDefinedProperties): Declare.
7585
7586 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
7587
7588         * include/winbase.h (GetModuleHandleEx[AW]): Add prototypes.
7589
7590 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
7591
7592         * include/winbase.h (DUPLICATE_CLOSE_SOURCE,
7593         DUPLICATE_SAME_ACCESS): Remove defines.
7594         (HANDLE_FLAG_INHERIT, HANDLE_FLAG_PROTECT_FROM_CLOSE): Sync with
7595         ddk/ntapi.h defines.
7596         (SEM_*) : Likewise.
7597         * include/winnt.h (COMPRESSION_*, ACCESS_*, SYSTEM_*): Sync with
7598         ddk/ntifs.h defines.
7599         (FILE_*): Likewise.
7600         (MEM_IMAGE, SEC_*): Likewise.
7601         (DUPLICATE_CLOSE_SOURCE, DUPLICATE_SAME_ACCESS,
7602         DUPLICATE_SAME_ATTRIBUTES): Sync with ddk/winddk.h defines.
7603         (TOKEN_*): Sync with ddk/ntifs.h defines.
7604         * include/ddk/ntapi.h: Add comments noting definitions in
7605         winbase.h.
7606         * include/ddk/ntifs.h: Add comments noting definitions in
7607         winnt.h.
7608         * include/ddk/winddk.h: Add comments noting definitions in
7609         winnt.h.
7610
7611 2003-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
7612
7613         * include/winnt.h (FILE_*): Sync with ddk/winddk.h.
7614         * include/winioctl.h (FILE_*): Sync with ddk/winddk.h.
7615
7616 2003-07-17  Pierre Humblet  <pierre.humblet@ieee.org>
7617
7618         * include/mmsystem.h (TIME_KILL_SYNCHRONOUS): Add define.
7619
7620 2003-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
7621
7622         Clean up warnings in ddk.
7623
7624         * include/ddk/atm.h (_ATM_AAL_OOB_INFO): Add _ANONYMOUS_UNION,
7625         conditional on  __cplusplus.
7626         * include/ddk/scsi.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
7627         defines, throughout.
7628         (_CDB): Add _ANONYMOUS_UNION, conditional on __cplusplus.
7629         * include/ddk/cfg.h (_PNP_VETO_TYPE): Remove extra comma.
7630         * include/ddk/cfgmgr32.h: Change C++ comment style to ISO C.
7631         * include/ddk/ddkmapi.h (_DDLOCKOUT): Add _ANONYMOUS_UNION defines.
7632         * include/ddk/hidpi.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
7633         defines, throughout.
7634         * include/ddk/ndis.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
7635         defines, throughout. Remove trailing semicolon from *_S 'structure'
7636         macro expansion, throughout. Remove trailing semicolon from
7637         DECLARE_UNKNOWN_STRUCT macro expansion.
7638         * include/ddk/ndiswan.h (_NDIS_WAN_COMPRESS_INFO): Add
7639         _ANONYMOUS_UNION.
7640         * include/ddk/ntapi.h (_PROCESS_DEVICEMAP_INFORMATION,
7641         _PROCESS_SESSION_INFORMATION): Add _ANONYMOUS_UNION.
7642         * include/ddk/ntddcdrm.h (CDROM_TOC_CD_TEXT_DATA_BLOCK):
7643         Add _ANONYMOUS_UNION.
7644         * include/ddk/ntdddisk.h: Add _ANONYMOUS_UNION, throughout.
7645         * include/ddk/ntddmou.h:  Add _ANONYMOUS_UNION, throughout.
7646         * include/ddk/ntifs.h:  Add _ANONYMOUS_UNION, throughout.
7647         (ZwQueryObject): Change 2nd param to OBJECT_INFORMATION_CLASS, to
7648         match proto in ntapi.h.
7649         (ZwSetInformationObject): Likewise.
7650         * include/ddk/srb.h (SCSI_REQUEST_BLOCK): Add _ANONYMOUS_UNION.
7651         (SCSI_ADAPTER_CONTROL_TYPE): Add __extension__.
7652         * include/ddk/tdikrnl.h (TDI20_CLIENT_INTERFACE_INFO): Add
7653         _ANONYMOUS_UNION and _ANONYMOUS_STRUCT.
7654         * include/ddk/usb.h (USB): Add _ANONYMOUS_UNION.
7655         * include/ddk/usbcamdi.h (USBCAMD_CamControlFlags): Remove
7656         last comma.
7657         * include/ddk/video.h (STATUS_BLOCK): Add _ANONYMOUS_UNION.
7658         * include/ddk/winddk.h (DECLARE_INTERNAL_OBJECT): Remove
7659         trailing semicolon when expanding macro.
7660         (GENERAL_LOOKASIDE_S): Likewise.
7661         Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT, throughout.
7662         Change inline to __inline, throughout.
7663         * include/ddk/winnt4.h: Change inline to __inline, throughout.
7664
7665 2003-07-13  Casper S. Hornstrup  <chorns@users.sourceforge.net>
7666
7667         * include/ddk/ntifs.h (KeInsertQueueApc): Make return type
7668         BOOLEAN. Name parameter 4 PriorityBoost and make it of type
7669         KPRIORITY.
7670         * include/ddk/winddk.h (_KPCR): Put IDT field on next line.
7671         * include/ddk/winddk.h (_IO_STATUS_BLOCK, _IRP, _OWNER_ENTRY,
7672         _ERESOURCE, _IMAGE_INFO, _CREATE_DISK, _DISK_SIGNATURE, _KPCR_TIB):
7673         Apply _ANONYMOUS_UNION to anonymous unions and _ANONYMOUS_STRUCT
7674         to anonymous structs.
7675
7676 2003-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
7677
7678         * include/winnt.h (PVOID): Move to before HANDLE typedef.
7679
7680         * include/winuser.h (mouse_event): Correct type of fifth param,
7681         Thanks to: Andrew Jones <guln at users dot sourceforge dot net>
7682
7683 2003-07-11  Earnie Boyd  <earnie@users.sf.net>
7684
7685         * include/winnt.h (HANDLE): Define based on STRICT filter.
7686         (THREAD_BASE_PRIORITY_MIN): Use parens around negative value.
7687         (THREAD_BASE_PRIOIRTY_IDLE): Ditto.
7688
7689 2003-07-08  Danny Smith  <dannysmith@users.sourceforge.net>
7690
7691         * include/commctrl.h (NMTVDISPINFO[AW]): Replace obsolete struct
7692         names _TV_DISPINFO[AW] and typedefs. Add defines for backward
7693         compatability. Thanks to Magnus Olsen <greatlord@users.sf.net>
7694         for report.
7695
7696 2003-07-03  Earnie Boyd  <earnie@users.sf.net>
7697
7698         * config.guess, config.sub: Update with new versions from ftp.gnu.org.
7699
7700 2003-07-03  Luke Dunstan  <infidel@users.sf.net>
7701
7702         * include/commdlg.h (CommDlg_OpenSave_*): Add parentheses around
7703         macro arguments. Thanks to Tom Bishop <tombishop@users.sf.net>.
7704         * include/winuser.h (MONITOR_DEFAULTTONULL, MONITOR_DEFAULTTOPRIMARY,
7705         MONITOR_DEFAULTTONEAREST, MONITORINFOF_PRIMARY): Add defines.
7706         (TPM_RECURSE): Add guard for Win98/Win2K.
7707         Thanks to Magnus Olsen <greatlord@users.sf.net>.
7708
7709 2003-07-01  Earnie Boyd  <earnie@users.sf.net>
7710
7711         * include/basetyps.h (small, hyper): Change to __small and __hyper to
7712         avoid user namespace conflicts.
7713
7714 2003-07-01  Earnie Boyd  <earnie@users.sf.net>
7715
7716         * include/w32api.h (_NT4, _W98, _WME, _NT5, _W2000, _WXP, _W2003,
7717         _IE3, _IE4, _IE5, _IE6): Add definitions.
7718         * include/winbase.h (GetLongPathName[AW]): Add guard for OS >= NT5 or
7719         >= Win98.
7720         Change existing guards to use the above macro names as appropriate.
7721         * include/basetyps.h (__int32, __int16, __int8, small, hyper): Define.
7722         Note: Also added to mingw/include/_mingw.h.
7723
7724 2003-06-28  Steven Edwards  <Steven_Ed4153@yahoo.com>
7725
7726         * include/shlwapi.h (UrlGetLocationA, UrlGetLocationW,
7727         PathFindSuffixArrayA, PathFindSuffixArrayW,
7728         PathFindExtensionA, PathFindExtensionW, StrStrW
7729         StrStrA): Change unicode-macro'd LP[C]TSTR return values to
7730         explicit type.
7731
7732 2003-06-26  Mattia Barbon  <mbarbon@dsi.unive.it>
7733
7734         * include/richedit.h (PARAFORMAT2): Add definition.
7735         * include/richedit.h (PFA_*, PFE_*, PFM_*): Add some
7736         missing constants.
7737
7738 2003-06-17  Danny Smith  <dannysmith@users.sourceforge.net>
7739
7740         * include/shellapi.h (SHQUERYRBINFO): Add structure,
7741         (SHQueryRecycleBin[AW]. SHEmptyRecycleBin[AW]):Add prototypes.
7742         (SHERB_NOCONFIRMATION, SHERB_NOPROGRESSUI, SHERB_NOSOUND):
7743         Add defines. Thanks to Brett Hart <brett at ncubedtech dot com>
7744
7745 2003-06-17  Danny Smith  <dannysmith@users.sourceforge.net>
7746
7747         * include/winbase.h (GlobalCompact, GlobalFix, GlobalFlags,
7748         GlobalUnfix, GlobalUnWire, GlobalWire, LocalCompact,
7749         LocalFlags, LocalShrink, LockSegment, UnlockSegment): Add comment
7750         that these are obsolete no-ops.
7751
7752 2003-06-17  Bang Jun-Young  <junyoung@netbsd.org>
7753
7754         * include/winbase.h (GetProcessWorkingSetSize,
7755         GlobalCompact, LocalAlloc, LocalCompact, LocalReAlloc,
7756         LocalShrink, SignalObjectAndWait, WriteProcessMemory):
7757         Correct prototypes.
7758
7759 2003-06-18  Steven Edwards  <Steven_Ed4153@yahoo.com>
7760
7761         * include/winuser.h (TPM_RECURSE): Add define.
7762
7763 2003-06-06  Danny Smith  <dannysmith@users.sourceforge.net>
7764
7765         * lib/test.c: #include <powrprof.h>.
7766
7767 2003-06-06  James E. Lucas  <xelloss@sourceforge.net>
7768
7769         * include/powerprof.h: New file.
7770         * lib/powerprof.def: New file.
7771
7772 2003-06-06  Danny Smith  <dannysmith@users.sourceforge.net>
7773
7774         * include/winnt (SLIST_HEADER): Add C90 anonymous struct
7775         protection.
7776
7777 2003-06-05  Luke Dunstan  <infidel@users.sourceforge.net>
7778
7779         * include/winuser.h (WNDCLASS[AW], WNDCLASSEX[AW]): Change type of
7780         hInstance members to HINSTANCE.
7781         Thanks to: Brenden T. <brenden@rcsis.com>
7782
7783 2003-06-05  Bart Oldeman  <bartoldeman@users.sourceforge.net>
7784
7785         * include/lmaccess.h (UF_MNS_LOGON_ACCOUNT): Add define.
7786         * include/wingdi.h (LPRGBTRIPLE, LPRGBQUAD): Add typedefs.
7787
7788 2003-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
7789
7790         * include/ddk/ntpoapi.h (POWER_INFORMATION_LEVEL): Remove.
7791         * include/winnt.h (POWER_INFORMATION_LEVEL): Add.
7792         * include/ddk/winddk.h (SINGLE_LIST_ENTRY,SLIST_HEADER):
7793         Remove.
7794         * include/ddk/ndis.h (NdisAllocateSpinLock): Add missing '\'.
7795
7796 2003-05-30  Mattia Barbon  <mbarbon@dsi.unive.it>
7797
7798         * lib/oleacc.def: New file.
7799         * include/winable.h: New file.
7800         * include/oleacc.h: Add extern "C" guard.
7801         (NAVDIR_*, ROLE_*, STATE_*): Add missing constants.
7802         (AccessibleChildren, AccessibleObjectFromEvent,
7803         AccessibleObjectFromPoint, AccessibleObjectFromWindow,
7804         CreateStdAccessibleProxy[AW], GetOleaccVersionInfo, GetRoleText[AW],
7805         GetStateText[AW], LresultFromObject, ObjectFromLresult,
7806         WindowFromAccessibleObject): Add prototypes and UNICODE mappings.
7807         * include/winuser.h (NotifyWinEvent): Add prototype.
7808         (OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR,
7809         OBJID_MENU, OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL,
7810         OBJID_SIZEGRIP, OBJID_CARET, OBJID_CURSOR, OBJID_ALERT,
7811         OBJID_SOUND): Move from here to...
7812         * include/winable.h (OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR,
7813         OBJID_MENU, OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL,
7814         OBJID_SIZEGRIP, OBJID_CARET, OBJID_CURSOR, OBJID_ALERT,
7815         OBJID_SOUND): Here, as per documentation.
7816         * lib/test.c: Include winable.h.
7817         * lib/user32.def (NotifyWinEvent): Add missing export.
7818
7819 2003-05-30  Bang Jun-Young  <junyoung@netbsd.org>
7820
7821         * include/winbase.h (HeapCompact): Correct prototype.
7822         * include/winnt.h (SINGLE_LIST_ENTRY, SLIST_ENTRY,
7823         SLIST_HEADER): Add.
7824
7825 2003-05-27  Andrew C. Stadt  <acstadt@sympatico.ca>
7826
7827         * include/winuser.h (LWA_COLORKEY, LWA_ALPHA): Add defines.
7828
7829 2003-05-25  Bill C. Riemers  <cygwin@docbill.net>
7830
7831         * include/winuser.h (EnumDisplayDevicesW): Fix typo.
7832
7833 2003-05-23  Danny Smith  <dannysmith@users.sourceforge.net>
7834
7835         * include/winuser.h (EnumDisplayDevices[AW]): Add prototypes.
7836         * include/wingdi.h (DISPLAY_DEVICE): UNICODE it.
7837
7838 2003-05-23  Andrew Dunbar  <hippietrail@users.sourceforge.net>
7839
7840         * include/wingdi.h (GCP_RESULTS[AW]) Correct type of
7841         lpGlyphs field to LPWSTR.
7842
7843 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
7844
7845         * include/wincrypt.h (PLAINTEXTKEYBLOB, OPAQUEKEYBLOB,
7846         PUBLICKEYBLOBEX, SYMMETRICWRAPKEYBLOB) Add defines.
7847         (PP_*): Add defines.
7848         (CryptContextAddRef): Add prototype.
7849         Thanks to: Shura Zam  <debil_urod@users.sourceforge.net>
7850
7851 2003-05-18  Manu B  <manubee@users.sourceforge.net>
7852
7853         * include/commctrl.h (TVSORTCB): Rename old TV_SORTCB structure.
7854
7855 2003-05-18  Bang Jun-Young  <junyoung@netbsd.org>
7856
7857         * include/winbase.h (CREATE_DEFAULT_ERROR_MODE,
7858         DEBUG_PROCESS, DEBUG_ONLY_THIS_PROCESS, CREATE_SUSPENDED,
7859         DETACHED_PROCESS, CREATE_NEW_CONSOLE, NORMAL_PRIORITY_CLASS,
7860         IDLE_PRIORITY_CLASS, HIGH_PRIORITY_CLASS, REALTIME_PRIORITY_CLASS,
7861         CREATE_NEW_PROCESS_GROUP, CREATE_UNICODE_ENVIRONMENT,
7862         CREATE_SEPARATE_WOW_VDM, CREATE_SHARED_WOW_VDM, CREATE_FORCEDOS,
7863         CREATE_NO_WINDOW): Convert to hexadecimal form for better
7864         readability.
7865         (BELOW_NORMAL_PRIORITY_CLASS, ABOVE_NORMAL_PRIORITY_CLASS,
7866         CREATE_BREAKAWAY_FROM_JOB, CREATE_WITH_USERPROFILE): Add.
7867
7868 2003-05-15  Danny Smith  <dannysmith@users.sourceforge.net>
7869
7870         * include/ddk/ndis.h (NDIS30_MINIPORT_CHARACTERISTICS_S):
7871         Unname anonymous unions if NONAMELESSUNION not defined.
7872
7873 2003-05-14  Bang Jun-Young  <junyoung@netbsd.org>
7874
7875         * include/winbase.h (GMEM_VALID_FLAGS): Add.
7876
7877 2003-05-13  Danny Smith  <dannysmith@users.sourceforge.net>
7878
7879         * include/prsht.h (PROPSHEETHEADER[AW]: Mark
7880         anonymous unions as GCC extension.
7881
7882 2003-05-13  Danny Smith  <dannysmith@users.sourceforge.net>
7883
7884         * include/oleidl.h  (LPENUMOLEDOCUMENTVIEWS): Remove typedef.
7885         (IEnumOleDocumentViews): Remove commented out DECLARE_ENUMERATOR.
7886         * include/docobj.h  (LPENUMOLEDOCUMENTVIEWS): Add typedef (previously
7887         commented out).
7888         (IEnumOleDocumentViews): Add definition using DECLARE_ENUMERATOR.
7889
7890 2003-05-12  Earnie Boyd  <earnie@users.sf.net>
7891
7892         * include/commctrl.h: (MCSC_BACKGROUND, MCSC_TEXT, MCSC_TITLEBK,
7893         MCSC_TITLETEXT, MCSC_MONTHBK, MCSCTRAILTEXT): Define.
7894         Thanks to: Robert Wishlaw  <rwishlaw @ shaw . ca>
7895
7896 2003-05-12  Danny Smith  <dannysmith@users.sourceforge.net>
7897
7898         * include/olectl.h (IOleControl,IOleControlSite,ISimpleFrameSite,
7899         IErrorLog,IPropertyBag,IPersistPropertyBag,IPersistStreamInit,
7900         IPersistMemory,IPropertyNotifySink,IProvideClassInfo,
7901         IProvideClassInfo2,IConnectionPointContainer,
7902         IEnumConnectionPoints,IConnectionPoint,IEnumConnections,
7903         IClassFactory2,ISpecifyPropertyPages,IPerPropertyBrowsing,
7904         IPropertyPageSite,IPropertyPage,IPropertyPage2,IFont,IFontDisp,
7905         IPicture,IPictureDisp): Move from here to...
7906         * include/ocidl.h (IOleControl,IOleControlSite,ISimpleFrameSite,
7907         IErrorLog,IPropertyBag,IPersistPropertyBag,IPersistStreamInit,
7908         IPersistMemory,IPropertyNotifySink,IProvideClassInfo,
7909         IProvideClassInfo2,IConnectionPointContainer,
7910         IEnumConnectionPoints,IConnectionPoint,IEnumConnections,
7911         IClassFactory2,ISpecifyPropertyPages,IPerPropertyBrowsing,
7912         IPropertyPageSite,IPropertyPage,IPropertyPage2,IFont,IFontDisp,
7913         IPicture,IPictureDisp): Here, as per documentation.
7914
7915 2003-05-12  Mattia Barbon  <mbarbon@dsi.unive.it>
7916
7917         * include/oleauto.h (VarR8FromDec, VarDecFromR8): Add prototypes.
7918         * include/winbase.h (TerminateJobObject,
7919         AssignProcessToJobObject): Likewise.
7920         * include/servprov.h: New header.
7921         * lib/test.c: Include servprov.h.
7922
7923 2003-05-10  Danny Smith  <dannysmith@users.sourceforge.net>
7924
7925         * include/shlguid.h (CGID_ShellServiceObject): Declare.
7926         * lib/uuid.c (CGID_ShellServiceObject): Define guid.
7927         Thanks to Chris Sutcliffe  <ir0nh34d#users.sourceforge.net>
7928         * include/winuser.h (SetLayeredWindowAttributes): Add prototype.
7929         * lib/user32.def (SetLayeredWindowAttributes): Add stub.
7930         * lib/uuid.c (CGID_Explorer, CGID_ShellDocView): Define guids.
7931
7932 2003-05-05  Danny Smith  <dannysmith@users.sourceforge.net>
7933
7934         * include/commctrl.h (STATUSCLASSNAME, TOOLBARCLASSNAME,
7935         TOOLTIPS_CLASS, TRACKBAR_CLASS, UPDOWN_CLASS, PROGRESS_CLASS,
7936         HOTKEY_CLASS): Remove dupicate defines for UNICODE case.
7937
7938 2003-05-02  Steven Edwards  <Steven_Ed4153@yahoo.com>
7939
7940         * include/richedit.h (EM_FINDTEXTEXW, EM_FINDTEXTW,
7941         EM_GETAUTOURLDETECT, EM_GETBIDIOPTIONS, EM_GETEDITSTYLE,
7942         EM_GETIMECOLOR, EM_GETIMEOPTIONS, EM_GETPUNCTUATION,
7943         EM_GETWORDWRAPMODE, EM_RECONVERSION, EM_SETBIDIOPTIONS,
7944         EM_SETEDITSTYLE, EM_SETIMECOLOR, EM_SETIMEOPTIONS,
7945         EM_SETPALETTE, EM_SETPUNCTUATION, EM_SETTEXTEX,
7946         EM_SETWORDWRAPMODE, RICHEDIT_CLASS10A): Add defines.
7947
7948 2003-05-02  Francois Ferrand  <typz@sourceforge.users.net>
7949
7950         * include/commctrl.h (TBM_*): Add missing trackbar defines.
7951
7952 2003-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
7953
7954         * include/cplext.h (CPLPAGE_MOUSE_WHEEL,
7955         CPLPAGE_DISPLAY_BACKGROUND): Add defines.
7956
7957 2003-04-30  Danny Smith  <dannysmith@users.sourceforge.net>
7958
7959         * include/wingdi.h (DC_PEN, DC_BRUSH): Add defines.
7960         (SetDCPenColor, SetDCBrushColor): Add prototypes.
7961         * lib/gdi32.def (SetDCPenColor, SetDCBrushColor): Add stubs.
7962
7963 2003-04-26  Bang Jun-Young  <junyoung@netbsd.org>
7964
7965         * include/winioctl.h (DEVICE_TYPE_FROM_CTL_CODE): Add macro.
7966
7967 2003-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
7968
7969         * include/oaidl.h (ITypeMarshal): Add interface.
7970
7971 2003-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
7972
7973         * include/winioctl.h: Clean up formatting.
7974         (RETRIEVAL_POINTERS_BUFFER): Add fields to Extents[1] struct.
7975         (CREATE_DISK): Add _ANONYMOUS_UNION macro.
7976         (DISK_CACHE_INFORMATION): Likewise.
7977         (DISK_DETECTION_INFO): Likewise.
7978         (DISK_PARTITION_INFO): Likewise.
7979         (PARTITION_INFORMATION_EX): Likewise.
7980         (DRIVE_LAYOUT_INFORMATION_EX): Likewise.
7981
7982 2003-04-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
7983
7984         * include/winbase.h (DeleteVolumeMountPoint[AW],
7985         FindFirstVolumeMountPoint[AW], FindNextVolumeMountPoint[AW],
7986         FindVolumeMountPointClose, GetVolumeNameForVolumeMountPoint[AW],
7987         GetVolumePathName[AW], GetVolumePathNamesForVolumeName[AW],
7988         SetVolumeMountPoint[AW]): Add prototypes.
7989         * include/winioctl.h (IOCTL_DISK_GET_PARTITION_INFO_EX,
7990         IOCTL_DISK_SET_PARTITION_INFO_EX,
7991         IOCTL_DISK_GET_DRIVE_LAYOUT_EX,
7992         IOCTL_DISK_SET_DRIVE_LAYOUT_EX, IOCTL_DISK_CREATE_DISK,
7993         IOCTL_DISK_GET_LENGTH_INFO, IOCTL_DISK_PERFORMANCE_OFF,
7994         IOCTL_DISK_GET_DRIVE_GEOMETRY_EX, IOCTL_DISK_GROW_PARTITION,
7995         IOCTL_DISK_GET_CACHE_INFORMATION,
7996         IOCTL_DISK_SET_CACHE_INFORMATION,
7997         IOCTL_DISK_DELETE_DRIVE_LAYOUT, IOCTL_DISK_UPDATE_PROPERTIES,
7998         FSCTL_GET_VOLUME_BITMAP, FSCTL_GET_RETRIEVAL_POINTERS,
7999         FSCTL_MOVE_FILE): Define.
8000         (CREATE_DISK_GPT, CREATE_DISK_MBR, CREATE_DISK,
8001         DISK_CACHE_INFORMATION,
8002         DETECTION_TYPE, DISK_INT13_INFO, DISK_EX_INT13_INFO,
8003         DISK_DETECTION_INFO, DISK_GEOMETRY_EX, DISK_GROW_PARTITION,
8004         DISK_PARTITION_INFO, DISKQUOTA_USER_INFORMATION,
8005         GET_LENGTH_INFORMATION, DISK_EXTENT, VOLUME_DISK_EXTENTS,
8006         DRIVE_LAYOUT_INFORMATION_GPT, DRIVE_LAYOUT_INFORMATION_MBR,
8007         PARTITION_INFORMATION_MBR, PARTITION_INFORMATION_GPT,
8008         PARTITION_INFORMATION_EX, DRIVE_LAYOUT_INFORMATION_EX,
8009         MOVE_FILE_DATA,
8010         RETRIEVAL_POINTERS_BUFFER, STARTING_LCN_INPUT_BUFFER,
8011         STARTING_VCN_INPUT_BUFFER, VOLUME_BITMAP_BUFFER): Add structs.
8012         (PARTITION_STYLE, DISK_CACHE_RETENTION_PRIORITY): Add enums.
8013         (MEDIA_TYPE): Add F3_120M_512, F3_640_512, F5_640_512,
8014         F5_720_512, F3_1Pt2_512, F3_1Pt23_1024, F5_1Pt23_1024,
8015         F3_128Mb_512, F3_230Mb_512, F8_256_128, F3_200Mb_512,
8016         F3_240M_512, and F3_32M_512.
8017         * lib/kernel32.def (GetVolumePathNamesForVolumeName[AW]): Add
8018         stubs.
8019
8020 2003-04-16  Earnie Boyd  <earnie@users.sf.net>
8021
8022         * include/wingdi.h (DM_SPECVERSION): Define.
8023         Thanks to Sinitsyn Valentime <valentine.sinitsyn@usu.ru>
8024         * include/rpcdce.h (UuidCreateSequential): Properly guard with
8025         appropriate _WIN32_WINNT values.
8026
8027 2003-04-15  Chris January  <chris@atomice.net>
8028
8029         * include/rpcdce.h: Add declaration for UuidCreateSequential.
8030         * lib/rpcrt4.def: Add entry for UuidCreateSequential.
8031
8032 2003-04-14  Phil Krylov  <likewolf@users.sourceforge.net>
8033
8034         * include/winuser.h (VK_*): Add missing defines.
8035
8036 2003-04-14  Vincent Béron  <papineau@users.sourceforge.net>
8037
8038         * include/commctrl.h (NMUPDOWN, LPNMUPDOWN): Use currently
8039         documented typedefs for struct _NM_UPDOWN.
8040         Add defines for backward comapatibility.
8041         * include/commdlg.h (OFN_ENABLESIZING): Add define.
8042         * include/wininet.h (IRF_*): Add missing defines.
8043
8044 2003-04-14  Bang Jun-Young  <junyoung@netbsd.org>
8045
8046         * lib/ntdll.def (Csr*, Dbg*, Ki*, Ldr*, Rtl*): Add W2K exports.
8047
8048 2003-04-11  Earnie Boyd  <earnie@users.sf.net>
8049
8050         * include/sspi.h: Add comment for FreeCredentialsHandle.
8051
8052 2003-04-07  Marcel Telka  <telka@users.sourceforge.net>
8053
8054         * include/ddk/winddk.h (KIRQL): Typedef as UCHAR, not ULONG.
8055
8056 2003-03-30  Hans E. Molin  <kvasi@users.sourceforge.net>
8057
8058         * include/olectl.h (OleLoadPicturePath): Correct prototype.
8059
8060 2003-03-30  Danny Smith  <dannysmith@users.sourceforge.net>
8061
8062         * lib/uuid.c (IID_IHTML*): Move definitions to...
8063         * lib/mshtml-uuid.c: New file.
8064         * lib/Makefile.in: Add mshtml-uuid.o to libuuid.a
8065
8066 2003-03-30  Michael Sazonov  <traip@comset.net>
8067
8068         * lib/uuid.c (IID_IHTML*): Add new GUID definitions.
8069         * include/mshtml.h (IHTMLElementCollection, IHTMLLinkElement,
8070         IHTMLImgElement): Add interface definitions.
8071
8072 2003-03-29  Danny Smith  <dannysmith@users.sourceforge.net>
8073
8074         * include/commctrl.h (ANIMATE_CLASS,HOTKEY_CLASS,PROGRESS_CLASS,
8075         STATUSCLASSNAME,TOOLBARCLASSNAME,TOOLTIPS_CLASS,TRACKBAR_CLASS,
8076         UPDOWN_CLASS,WC_COMBOBOXEX,WC_HEADER,WC_IPADDRESS,WC_LISTVIEW,
8077         WC_TABCONTROL,WC_TREEVIEW): Move UNICODE mappings out of
8078         RC_INVOKED guard.
8079         (WC_PAGESCROLLER,WC_NATIVEFONTCTL,WC_BUTTON,WC_STATIC,WC_EDIT,
8080         WC_LISTBOX,WC_COMBOBOX,WC_SCROLLBAR): Add defines.
8081
8082 2003-03-28  Bang Jun-Young  <junyoung@netbsd.org>
8083
8084         * include/winnt.h (WAITORTIMERCALLBACKFUNC): Add typedef.
8085
8086 2003-03-27  Danny Smith  <dannysmith@users.sourceforge.net>
8087
8088         * include/secext.h (GetComputerObjectName[AW],GetUserNameEx[AW],
8089         TranslateName[AW]): Add prototypes.
8090         * lib/sec32.def (GetComputerObjectName[AW],GetUserNameEx[AW],
8091         TranslateName[AW]): Add stubs.
8092         * lib/test.c: Include secext.h.
8093
8094 2003-03-27  Vladimir Michl  <michlv@users.sourceforge.net>
8095
8096         * include/ddk/ndis.h (NdisAllocateSpinLock,NdisFreeSpinLock,
8097         NdisAcquireSpinLock,NdisReleaseSpinLock,NdisDprAcquireSpinLock,
8098         NdisDprReleaseSpinLock): Change macro argument from SpinLock to
8099         _SpinLock.
8100
8101 2003-03-26  Earnie Boyd  <earnie@users.sf.net>
8102
8103         * include/w32api.h: Increment version to 2.4.
8104         * Makefile.in: Ditto.
8105
8106 2003-03-26  Danny Smith  <dannysmith@users.sourceforge.net>
8107
8108         * include/ddk/batclass.h (BATTERY_REPORTING_SCALE)
8109         Move structure from here...
8110         * include/winnt.h (BATTERY_REPORTING_SCALE): To here.
8111
8112         * include/ddk/ntapi.h (JOBOBJECT_*):
8113         Remove structures and enums definitions.
8114         (JOB_OBJECT*): Move defines from here...
8115         * include/winnt.h (JOB_OBJECT* ): To here.
8116
8117         * include/ddk/ntpoapi.h (LATENCY_TIME, POWER_ACTION_POLICY,
8118         SYSTEM_POWER_LEVEL, SYSTEM_POWER_POLICY,
8119         PROCESSOR_POWER_POLICY_INFO, PROCESSOR_POWER_POLICY,
8120         ADMINISTRATOR_POWER_POLICY, SYSTEM_POWER_INFORMATION,
8121         PROCESSOR_POWER_INFORMATION, SYSTEM_BATTERY_STATE,
8122         SYSTEM_POWER_CAPABILITIES): Move enums, structures
8123         and associated defines from here ...
8124         * include/winnt.h: (LATENCY_TIME, POWER_ACTION_POLICY,
8125         SYSTEM_POWER_LEVEL, SYSTEM_POWER_POLICY,
8126         PROCESSOR_POWER_POLICY_INFO, PROCESSOR_POWER_POLICY,
8127         ADMINISTRATOR_POWER_POLICY, SYSTEM_POWER_INFORMATION,
8128         PROCESSOR_POWER_INFORMATION, SYSTEM_BATTERY_STATE,
8129         SYSTEM_POWER_CAPABILITIES):To here.
8130
8131         * include/ddk/winddk.h (DEVICE_POWER_STATE,
8132         SYSTEM_POWER_STATE, POWER_ACTION): Move enums
8133         from here...
8134         * include/winnt.h (DEVICE_POWER_STATE,
8135         SYSTEM_POWER_STATE, POWER_ACTION): To here.
8136
8137 2003-03-19  Danny Smith  <dannysmith@users.sourceforge.net>
8138
8139         *lib/ndis.def (NdisAllocateMemory): Correct stdcall suffix.
8140         Thanks to: Vladimir Michl <michlv@users.sourceforge.net>
8141         (NdisUpdateSharedMemory): Likewise.
8142         (NdisMFreeSharedMemory: Likewise.
8143         (NdisMMapIoSpace: Likewise.
8144
8145 2003-03-18  Danny Smith  <dannysmith@users.sourceforge.net>
8146
8147         * include/lmaccess.h (UF_LOCKOUT): Correct name from UF_LOCK.
8148         Thanks to: Fabricio D. Rossi  <gurusoda@users.sourceforge.net>
8149         (UF_SETTABLE_BITS): Correct UF_LOCKOUT here too.
8150
8151 2003-03-17  Bang Jun-Young  <junyoung@netbsd.org>
8152
8153         * include/winbase.h (EnumResourceLanguages[AW]): Correct prototypes.
8154         (EnumResourceNames[AW]): Ditto.
8155         (EnumResourceTypes[AW]): Ditto.
8156         * include/wincon.h (CONSOLE_FONT_INFO): Add struct.
8157
8158 2003-03-16  Toby Malone  <malone@users.sourceforge.net>
8159
8160         * include/winuser.h (SendInput): Add prototype.
8161         * lib/user32.def (SendInput): Add stub.
8162
8163 2003-03-16  Vadim Yegorov  <zg@bmg.lv>
8164
8165         * winioctl.h (FSCTL_SET_REPARSE_POINT: Correct macro.
8166         (FSCTL_DELETE_REPARSE_POINT): Likewise.
8167
8168 2003-03-15  Bang Jun-Young  <junyoung@netbsd.org>
8169
8170         * winnt.h (JOBOBJECTINFOCLASS): Define enum.
8171         (JOBOBJECT_*): Define corresponding structures.
8172
8173 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
8174
8175         * include/ddk/winddk.h (PCUNICODE_STRING): Remove incorrect
8176         typedef.
8177
8178 2003-03-13  Bang Jun-Young  <junyoung@netbsd.org>
8179
8180         * lib/kernel32.def (Module32{First,Next}{,W}): Add missing exports.
8181         (Process32{First,Next}{,W}): Ditto.
8182         (Thread32{First,Next}): Ditto.
8183         * include/ntdef.h (PCUNICODE_STRING): Add typedef.
8184
8185 2003-03-12  Earnie Boyd  <earnie@users.sf.net>
8186
8187         * include/mswsock.h: Correct invalid filter for _WINSOCK2_H.
8188         Thanks to Jim Barton <jmbarton@users.sf.net>.
8189
8190 2003-03-12  Ranjit Mathew  <rmathew@hotmail.com>
8191
8192         * include/winnt.h (_IMAGE_SEPARATE_DEBUG_HEADER): Expose
8193         member SectionAlignment.
8194
8195 2003-03-11  Earnie Boyd  <earnie@users.sf.net>
8196
8197         * include/winsvc.h (SERVICE_NO_CHANGE): Use hex constant to avoid
8198         warnings.
8199         Thanks to Fabricio D. Rossi <gurusoda@users.sf.net>.
8200         * Makefile.in (bindist): Correct process.
8201         * lib/Makefile.in (install): Ditto.
8202         Thanks to Jeff Bonnggren <jbon@users.sf.net>.
8203
8204 2003-03-10  Danny Smith  <dannysmith@users.sourceforge.net>
8205
8206         * include/rasdlg.h: New file.
8207         * lib/rasdlg.def: New file.
8208         * lib/test.c: Include rasdlg.h.
8209
8210 2003-03-06  Christopher January  <chris@atomice.net>
8211
8212         * include/winbase.h (FindFirstVolume): Add declaration.
8213         (FindNextVolume): Add declaration.
8214         (FindVolumeClose): Add declaration.
8215         (GetSystemTimes): Add declaration.
8216         * include/winnt.h: Add define for PF_XMMI64_INSTRUCTIONS_AVAILABLE.
8217
8218 2003-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
8219
8220         *lib/kernel32.def (GetSystemTimes): Add stub.
8221
8222 2003-03-04  Heiko Gerdau  <hg@technosis.de>
8223
8224         * oleidl.h (IOleObject): Correct GetUserType prototype.
8225         (IViewObject2): Correct GetExtent prototype.
8226         * olectl.h (DISPIP_): Add new defines
8227         * ocidl.h (IOleInPlaceSiteWindowless): Add new interface.
8228
8229 2003-03-01  Danny Smith  <dannysmith@users.sourceforge.net>
8230
8231         * include/olectl.h (OleLoadPictureEx) Add prototype.
8232         (OleLoadPictureFile): Ditto.
8233         (OleLoadPictureFileEx): Ditto.
8234         (OleLoadPicturePath): Ditto.
8235         (OleSavePictureFile): Ditto.
8236
8237 2003-03-01  Danny Smith  <dannysmith@users.sourceforge.net>
8238
8239         * include/objbase.h (CoAddRefServerProcess): Add prototype.
8240         (CoAddReleaseServerProcess): Ditto.
8241         (CoResumeClassObjects): Ditto.
8242         (CoSuspendClassObjects): Ditto.
8243         * include/oleauto.h (V_I1): Define.
8244         Thanks to: "Timofei"  <mmttmm@users.sourceforge.net>
8245
8246 2003-03-01  Heiko Gerdau  <hg@technosis.de>
8247
8248         * include/oleidl.h (USERCLASSTYPE): Add enum.
8249         * include/ocidl.h (IObjectWithSite): Add interface.
8250
8251 2003-02-28  Roland Schwingel  <roland.schwingel@onevision.de>
8252
8253         Fixup UNICODE thinko in 2003-02-22 patch.
8254         * include/wingdi.h (AddFontMemResourceEx): Add.
8255         (RemoveFontMemResourceEx): Ditto.
8256         (AddFontMemResourceEx[AW]): Remove.
8257         (RemoveFontMemResourceEx[AW]): Ditto
8258         * lib/gdi32.def: (AddFontResourceEx): Add.
8259         (RemoveFontMemResourceEx): Ditto.
8260         (AddFontMemResourceEx[AW]): Remove.
8261         (RemoveFontResourceEx[AW]): Ditto.
8262
8263 2003-02-23  Danny Smith  <dannysmith@users.sourceforge.net>
8264
8265         * include/winbase.h (EVENTLOG_SUCCESS): Add define.
8266         Thanks to: Thomas Weber  <thomasweber@sourceforge.net>
8267
8268 2003-02-22  Roland Schwingel  <roland.schwingel@onevision.de>
8269
8270         * include/wingdi.h (AddFontMemResourceEx[AW]): Add.
8271         (RemoveFontMemResourceEx[AW]): Ditto
8272         * lib/gdi32.def (AddFontMemResourceEx[AW]): Add.
8273         (RemoveFontMemResourceEx[AW]): Ditto.
8274
8275 2003-02-22  Bang Jun-Young  <junyoung@netbsd.org>
8276
8277         * lib/ntdll.def (NT*, RTL*, ZW*): Add missing exports.
8278         (NtCurrentTeb): Remove.
8279
8280 2003-02-22  Danny Smith  <dannysmith@users.sourceforge.net>
8281
8282         * include/wsahelp.h: Remove ';' after closing
8283         #ifdef __cplusplus brace.
8284         * include/ws2spi.h: Likewise.
8285
8286 2003-02-22  Danny Smith  <dannysmith@users.sourceforge.net>
8287
8288         * include/winbase.h (MEMORYSTATUSEX): Add structure.
8289         (GlobalMemoryStatusEx): Add prototype.
8290         * lib/kernel32.def (GlobalMemoryStatusEx): Add stub.
8291
8292 2003-02-17  Vaclav Haisman  <V.Haisman@sh.cvut.cz>
8293
8294         * include/winioctl.h (FSCTL_SET_SPARSE): Define.
8295
8296 2003-02-12  Roland Schwingel  <roland.schwingel@onevision.de>
8297
8298         * include/wingdi.h (AddFontResourceEx[AW]): Add.
8299         (RemoveFontResourceEx[AW]): Ditto
8300         (FR_PRIVATE): Define.
8301         (FR_NOT_ENUM): Define.
8302         * lib/gdi32.def (AddFontResourceEx[AW]): Add.
8303         (RemoveFontResourceEx[AW]): Ditto.
8304
8305 2003-02-10  Earnie Boyd  <earnie@users.sf.net>
8306
8307         * include/w32api.h: Increment version to 2.3.
8308         * Makefile.in: Ditto.
8309
8310 2003-02-09  Earnie Boyd  <earnie@users.sf.net>
8311
8312         * lib/ddk/ntoskrnl.def (Ke386IoSetAccessProcess): Activate export.
8313         (Ke386QueryToAccessMap): Ditto.
8314         (Ke386SetIoAccessMap): Ditto.
8315         Thanks to Marcel Telka <telka@users.sf.net>
8316         * include/secext.h: New file. Declare EXTENDED_NAME_FORMAT.
8317         * include/security.h: Include secext.h.
8318         * include/winbase.h: Declare COMPUTER_NAME_FORMAT.
8319         Thanks to Dimitri Papadopoulos <dimitri_at@users.sf.net>
8320         * include/GL/gl.h: Remove include of glext.h.
8321         Thanks to Greg Couch <gregcouch@users.sf.net>
8322
8323 2003-02-05  Earnie Boyd  <earnie@users.sf.net>
8324
8325         * include/basetypes.h (_GUID_DEFINED): Add deprecation warning, start
8326         using GUID_DEFINED instead.
8327         * include/sqltypes.h: Ditto.
8328         * include/winnt.h: Ditto.
8329         * include/ddk/scsiwmi.h: Ditto.
8330
8331 2003-02-04  Danny Smith  <dannysmith@users.sourceforge.net>
8332
8333         * include/shlwapi.h (PathRelativePathTo[AW]): Correct
8334         prototypes.
8335         Thanks to: John Dallaway  <jld@ecoscentric.com>.
8336
8337 2003-02-01  Danny Smith  <dannysmith@users.sourceforge.net>
8338
8339         * include/commctrl.h (TCM_*): Add missing defines.
8340
8341 2003-02-01  Jesus Alvarez  <jesus_alvarez@users.sourceforge.net>
8342             Danny Smith  <dannysmith@users.sourceforge.net>
8343
8344         * include/prsht.h (PSP_*, PSH_*): Add missing defines.
8345         (PROPSHEETPAGE[AW]): Add pszHeaderTitle, pszHeaderSubTitle
8346         for (_WIN32_IE >= 0x0400).
8347         (PROPSHEETHEADER[AW]): Add hplWatermark and anonymous union
8348         fields for (_WIN32_IE >= 0x0400).
8349
8350 2003-01-31  Danny Smith  <dannysmith@users.sourceforge.net>
8351
8352         * include/winbase.h (CreateFiber): Change first parameter
8353         to SIZE_T.
8354         (CreateJobObject[AW], CreateHardLink[AW]):Guard with
8355         if (_WIN32_WINNT >= 0x0500).
8356
8357 2003-01-31  Bang Jun-Young  <junyoung@netbsd.org>
8358
8359         * include/winbase.h (PWIN32_FIND_DATAA, PWIN32_FIND_DATAW):
8360         Add missing typedefs.
8361         (CreateFiberEx, CreateJobObjectA,CreateJobObjectW): Add missing
8362         prototypes.
8363         (CreateHardLinkA, CreateHardLinkW): Return BOOL, not HANDLE.
8364
8365 2003-01-27  Krzysztof Nikiel  <kni@poczta.onet.pl>
8366
8367         * include/mmsystem.h (MIXERCONTROL_CONTROLF_MULTIPLE): Correct
8368         define.
8369         * lib/largeint.c (LargeIntegerAdd): Add, don't multiply.
8370
8371 2003-01-27  Danny Smith  <dannysmith@users.sourceforge.net>
8372
8373         * include/rpcnterr.h (RPC_X_INVALID_PIPE_OPERATION): Add
8374         define.
8375         * include/winbase.h (WAIT_TIMEOUT): Guard against prior
8376         definition.
8377         (WAIT_FAILED): Cast to DWORD.
8378         * include/winerror.h (WAIT_TIMEOUT): Guard against prior
8379         definition.
8380
8381 2003-01-27  Bang Jun-Young  <junyoung@netbsd.org>
8382
8383         * include/winerror.h: Protect against multiple
8384         definition of WSA* error codes.
8385         * include/winsock.h: Likewise.
8386         * include/winsock2.h: Likewise.
8387
8388 2003-01-27  Bang Dong-Heui
8389             Bang Jun-Young  <junyoung@netbsd.org>
8390
8391         * include/winerror.h (ERROR_*, SEC_E_*,RPC_S_*, FRS_ERR_*,
8392         DNS_*, WSA*, WAIT_TIMEOUT): Add missing error codes.
8393         (RPC_X_INVALID_PIPE_OPERATION): Remove define.
8394
8395
8396 2003-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
8397
8398         * include/ras.h (RASCONN[AW]): Add dwSessionId for
8399         (WINVER >= 0x501).
8400
8401 2003-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
8402
8403         * include/ras.h (RASCONN[AW]): Guard szDeviceType,
8404         szDeviceName fields with (WINVER >= 0x400). Add dwFlags, luid
8405         fields for (WINVER >= 0x501).
8406
8407 2003-01-23  Danny Smith  <dannysmith@users.sourceforge.net>
8408
8409         * lib/ws2_32.def (getaddrinfo, freeaddrinfo and getnameinfo):
8410         Add stubs.
8411         * include/ws2tcpip.h (IPV6_*) Add IPPROTO_IPV6 level socket
8412         options.
8413
8414 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
8415
8416         * include/winnt.h (IMAGE_FILE_AGGRESIVE_WS_TRIM
8417         IMAGE_FILE_LARGE_ADDRESS_AWARE): Add defines.
8418
8419 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
8420
8421         * include/accctrl.h (enum _SE_OBJECT_TYPE): Add
8422         SE_REGISTRY_WOW64_32KEY.
8423         Reported by: Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8424
8425 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
8426
8427         * include/commctrl.h (HDN_GETDISPINFO[AW]: Add defines.
8428         (tagNMHDDISPINFO[AW}: Add structures and typedefs.
8429         Reported by: Mat Nieuwenhoven  <matnieuw@users.sourceforge.net>
8430
8431 2003-01-10  Christopher Faylor  <cgf@redhat.com>
8432
8433         * include/winsock2.h: Remove gethostname from INSIDE_CYGWIN protection.
8434
8435 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
8436
8437         * lib/dxguid.c: Don't #include <objbase.h>.
8438         * include/unknwn.h: Partially revert change of 2002-12-26.
8439         Don't include <ole2.h>.
8440
8441 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
8442
8443         * lib/dinput.c: Don't #include <objbase.h>.
8444
8445 2003-01-08  Bart Oldeman  <bartoldeman@users.sourceforge.net>
8446
8447         * include/windows.h (ole2.h):Do #include for
8448         __WATCOMC__.
8449
8450 2003-01-05  Danny Smith  <dannysmith@users.sourceforge.net>
8451
8452         * include/winuser.h (SPI_SETWHEELSCROLLLINES) Add define.
8453         * include/zmouse.h (WHEEL_DELTA): Guard against prior
8454         definition.
8455         (WHEEL_PAGESCROLL): Likewise.
8456         (SPI_SETWHEELSCROLLLINES): Define, if not already done.
8457
8458 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
8459
8460         * include/winuser.h (SPI_GETWHEELSCROLLLINES) Add define.
8461         (WHEEL_PAGESCROLL): Add define.
8462
8463 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
8464
8465         * include/commctrl.h (tagNMTOOLBAR[AW]): Replace obsolete struct
8466         names tagTBNOTIFY[AW] and typedefs. Add defines for backward
8467         compatability. Add RECT field. Add UNICODE mappings for new
8468         names.
8469         (tagNMREBARCHEVRON): Add struct and typedefs for
8470         _WIN32_IE >= 0x0500.
8471
8472 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
8473
8474         * include/commctrl.h (TOOLINFO[AW]): Update structures.
8475         (LVHITTESTINFO): Likewise.
8476
8477         * include/wingdi.h (GRADIENT_TRIANGLE): Add structure.
8478         (GRADIENT_RECT): Likewise.
8479
8480 2003-01-03  Bang Jun-Young  <junyoung@netbsd.org>
8481
8482         * include/winerror.h (ERROR_OPLOCK_NOT_GRANTED,
8483         ERROR_INVALID_OPLOCK_PROTOCOL, ERROR_SOURCE_ELEMENT_EMPTY,
8484         ERROR_DESTINATION_ELEMENT_FULL, ERROR_ILLEGAL_ELEMENT_ADDRESS,
8485         ERROR_MAGAZINE_NOT_PRESENT, ERROR_DEVICE_REINITIALIZATION_NEEDED,
8486         ERROR_DEVICE_REQUIRES_CLEANING, ERROR_DEVICE_DOOR_OPEN,
8487         ERROR_DEVICE_NOT_CONNECTED, ERROR_NOT_FOUND, ERROR_NO_MATCH,
8488         ERROR_SET_NOT_FOUND, ERROR_NO_TRACKING_SERVICE,
8489         ERROR_JOURNAL_DELETE_IN_PROGRESS, ERROR_JOURNAL_NOT_ACTIVE,
8490         ERROR_JOURNAL_ENTRY_DELETED, ERROR_ONLY_IF_CONNECTED,
8491         ERROR_NOT_SUPPORTED_ON_SBS, ERROR_SERVER_SHUTDOWN_IN_PROGRESS,
8492         ERROR_MUTUAL_AUTH_FAILED, ERROR_TIME_SKEW, ERROR_DEVICE_REMOVED,
8493         RPC_S_INVALID_ASYNC_HANDLE, RPC_S_INVALID_ASYNC_CALL,
8494         RPC_X_PIPE_CLOSED, RPC_X_PIPE_DISCIPLINE_ERROR, RPC_X_PIPE_EMPTY,
8495         ERROR_CANT_ACCESS_FILE, ERROR_CANT_RESOLVE_FILENAME,
8496         ERROR_WMI_GUID_NOT_FOUND, ERROR_WMI_INSTANCE_NOT_FOUND,
8497         ERROR_WMI_ITEMID_NOT_FOUND, ERROR_WMI_TRY_AGAIN, ERROR_WMI_READ_ONLY,
8498         ERROR_WMI_SET_FAILURE, ERROR_TRANSPORT_FULL, ERROR_FILE_OFFLINE,
8499         ERROR_REMOTE_STORAGE_NOT_ACTIVE, ERROR_REMOTE_STORAGE_MEDIA_ERROR,
8500         ERROR_NOT_A_REPARSE_POINT, ERROR_REPARSE_ATTRIBUTE_CONFLICT,
8501         ERROR_INVALID_REPARSE_DATA, ERROR_REPARSE_TAG_INVALID,
8502         ERROR_REPARSE_TAG_MISMATCH, ERROR_FILE_ENCRYPTED,
8503         ERROR_FILE_NOT_ENCRYPTED, ERROR_NOT_EXPORT_FORMAT,
8504         ERROR_CTX_WINSTATION_NAME_INVALID, ERROR_CTX_INVALID_PD,
8505         ERROR_CTX_PD_NOT_FOUND, ERROR_CTX_WD_NOT_FOUND,
8506         ERROR_CTX_CLOSE_PENDING, ERROR_CTX_NO_OUTBUF,
8507         ERROR_CTX_MODEM_INF_NOT_FOUND, ERROR_CTX_INVALID_MODEMNAME,
8508         ERROR_CTX_MODEM_RESPONSE_ERROR, ERROR_CTX_MODEM_RESPONSE_TIMEOUT,
8509         ERROR_CTX_MODEM_RESPONSE_NO_CARRIER,
8510         ERROR_CTX_MODEM_RESPONSE_NO_DIALTONE, ERROR_CTX_MODEM_RESPONSE_BUSY,
8511         ERROR_CTX_MODEM_RESPONSE_VOICE, ERROR_CTX_TD_ERROR,
8512         ERROR_CTX_WINSTATION_NOT_FOUND, ERROR_CTX_WINSTATION_ALREADY_EXISTS,
8513         ERROR_CTX_WINSTATION_BUSY, ERROR_CTX_BAD_VIDEO_MODE,
8514         ERROR_CTX_GRAPHICS_INVALID, ERROR_CTX_NOT_CONSOLE,
8515         ERROR_CTX_CLIENT_QUERY_TIMEOUT, ERROR_CTX_CONSOLE_DISCONNECT,
8516         ERROR_CTX_CONSOLE_CONNECT, ERROR_CTX_SHADOW_DENIED,
8517         ERROR_CTX_WINSTATION_ACCESS_DENIED, ERROR_CTX_INVALID_WD,
8518         ERROR_CTX_SHADOW_INVALID, ERROR_CTX_SHADOW_DISABLED,
8519         ERROR_CTX_CLIENT_LICENSE_IN_USE, ERROR_CTX_CLIENT_LICENSE_NOT_SET,
8520         ERROR_CTX_LICENSE_NOT_AVAILABLE, ERROR_CTX_LICENSE_CLIENT_INVALID,
8521         ERROR_CTX_LICENSE_EXPIRED, ERROR_DS_MEMBERSHIP_EVALUATED_LOCALLY,
8522         ERROR_DS_NO_ATTRIBUTE_OR_VALUE, ERROR_DS_INVALID_ATTRIBUTE_SYNTAX,
8523         ERROR_DS_ATTRIBUTE_TYPE_UNDEFINED, ERROR_DS_ATTRIBUTE_OR_VALUE_EXISTS,
8524         ERROR_DS_BUSY, ERROR_DS_UNAVAILABLE, ERROR_DS_NO_RIDS_ALLOCATED,
8525         ERROR_DS_NO_MORE_RIDS, ERROR_DS_INCORRECT_ROLE_OWNER,
8526         ERROR_DS_RIDMGR_INIT_ERROR, ERROR_DS_OBJ_CLASS_VIOLATION,
8527         ERROR_DS_CANT_ON_NON_LEAF, ERROR_DS_CANT_ON_RDN,
8528         ERROR_DS_CANT_MOD_OBJ_CLASS, ERROR_DS_CROSS_DOM_MOVE_ERROR,
8529         ERROR_DS_GC_NOT_AVAILABLE, ERROR_SHARED_POLICY,
8530         ERROR_POLICY_OBJECT_NOT_FOUND, ERROR_POLICY_ONLY_IN_DS,
8531         ERROR_DS_ADMIN_LIMIT_EXCEEDED, ERROR_DS_DS_REQUIRED,
8532         ERROR_DS_SAM_INIT_FAILURE, ERROR_DS_SENSITIVE_GROUP_VIOLATION,
8533         ERROR_DS_CANT_MOD_PRIMARYGROUPID, ERROR_DS_INVALID_GROUP_TYPE,
8534         ERROR_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN,
8535         ERROR_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN,
8536         ERROR_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER,
8537         ERROR_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER,
8538         ERROR_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER,
8539         ERROR_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER,
8540         ERROR_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER,
8541         ERROR_DS_HAVE_PRIMARY_MEMBERS, ERROR_DS_SAM_NEED_BOOTKEY_PASSWORD,
8542         ERROR_DS_SAM_NEED_BOOTKEY_FLOPPY, ERROR_DS_CANT_START,
8543         ERROR_DS_INIT_FAILURE, ERROR_SAM_INIT_FAILURE, ERROR_DS_GC_REQUIRED,
8544         ERROR_DS_LOCAL_MEMBER_OF_LOCAL_ONLY,
8545         ERROR_DS_NO_FPO_IN_UNIVERSAL_GROUPS,
8546         ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED):
8547         Add missing error codes.
8548
8549 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
8550
8551         * lib/kernel32.c (GetCurrentFiber): Remove blank input field in
8552         asm code.
8553         (GetFiberData): Likewise.
8554
8555 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
8556
8557         * include/winnt.h (GetCurrentFiber): Remove blank input field in
8558         asm code.
8559         (GetFiberData): Likewise.
8560
8561 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
8562
8563         * include/winerror.h (ERROR_DIFFERENT_SERVICE_ACCOUNT,
8564         ERROR_EXE_MACHINE_TYPE_MISMATCH, ERROR_HOOK_TYPE_NOT_ALLOWED,
8565         ERROR_INVALID_KEYBOARD_HANDLE, ERROR_INVALID_PRINT_MONITOR,
8566         ERROR_PRINT_MONITOR_IN_USE, ERROR_PRINTER_HAS_JOBS_QUEUED,
8567         ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION,
8568         ERROR_SUCCESS_REBOOT_REQUIRED, ERROR_SUCCESS_RESTART_REQUIRED,
8569         ERROR_TIMEOUT, OR_INVALID_OID, OR_INVALID_OXID,
8570         OR_INVALID_SET, RPC_X_INVALID_PIPE_OPERATION): Add missing
8571         error codes.
8572         Re-sort codes.
8573
8574 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
8575
8576         * include/winspool.h (PRINTER_INFO_6): Add.
8577         Reported by: Mat Nieuwenhoven  <matnieuw@users.sourceforge.net>
8578
8579 2002-12-30  Hartmut Honisch  <hhonisch@users.sourceforge.net>
8580
8581         * include/winbase.h (NMPWAIT_WAIT_FOREVER): Cast to DWORD.
8582
8583         * lib/ntdll.def (NtConnectPort, NtOpenEvent,
8584         NtRequestWaitReplyPort, NtWaitForSingleObject,ZwConnectPort,
8585         ZwOpenEvent, ZwRequestWaitReplyPort, ZwWaitForSingleObject):
8586         Add stubs.
8587
8588 2002-12-30  Danny Smith  <dannysmith@users.sourceforge.net>
8589
8590         * include/wingdi.h (wglGetLayerPaletteEntries): Correct
8591         prototype. Thanks to: Joe Krahn  <jkrahn at nc dot rr dot com>.
8592
8593 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8594
8595         * include/wingdi.h (DOCINFOA): Replace LPCTSTR with LPCSTR.
8596
8597 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8598
8599         * include/wingdi.h (BALTIC_CHARSET, JOHAB_CHARSET,
8600         VIETNAMESE_CHARSET): Remove duplicate defines.
8601         * lib/comctl32.def (ImageList_SetImageCount): Add stub.
8602
8603 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8604
8605         * include/dbt.h (DEV_BROADCAST_PORT): Add UNICODE version.
8606         Thanks to: Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8607
8608 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8609
8610         * include/unknwn.h: Include windows.h and ole2.h before header
8611         guard to avoid circular inclusion of COM headers.
8612
8613 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8614
8615         * include/dde.h (PackDDElParam, UnpackDDElParam,FreeDDElParam,
8616         ReuseDDElParam): Use __WIN64 compatible typedefs.
8617
8618 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8619
8620         * include/accctrl.h (ACTRL_ACCESS_ENTRY[AW]): Make
8621         lpInheritProperty member const.
8622         (ACTRL_PROPERTY_ENTRY[AW]): Make lpProperty member
8623         const.
8624
8625 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8626
8627         * include/commcat.h: Don't include windows.h or ole2.h ifdef
8628         COM_NO_WINDOWS_H.
8629         * include/unknwn.h: Ditto.
8630
8631 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8632
8633         * include/imm.h (ImmGetCompositionFont[AW],
8634         ImmSetCompositionFont[AW]): Add NOGDI guard.
8635
8636 2002-12-19  Danny Smith  <dannysmith@users.sourceforge.net>
8637
8638         * include/ddk/hidusage.h: Remove unneccessary #pragma pack's.
8639         * include/ddk/miniport.h (EMULATOR_PORT_ACCESS_TYPE): Define
8640         before using.
8641         (VIDEO_ACCESS_RANGE): Guard against prior definition.
8642         * include/ddk/minitape.h (INQUIRYDATA): Guard against prior
8643         definition.
8644         * include/ddk/ndis.h (DECLARE_UNKNOWN_PROTOTYPE): Correct macro.
8645         * include/ddk/ndisguid.h: Remove unneccessary #pragma pack's.
8646         * include/ddk/scsi.h (INQUIRYDATA): Guard against prior
8647         definition.
8648         * include/ddk/scsiwmi.h (GUID): Define if not already done.
8649         (LPCGUID): Likewise.
8650         * include/ddk/tdi.h: Close "Listen flags" comment.
8651         * include/ddk/tdistat.h: Remove unneccessary #pragma pack's.
8652         * include/ddk/video.h:  Add #pragma pack(push,4) to balance.
8653         (VIDEO_ACCESS_RANGE): Guard against prior definition.
8654         * include/ddk/videoagp.h:Add #pragma pack(push,4) to balance.
8655         * include/ddk/win2k.h: Likewise.
8656         * include/ddk/winddi.h: Likewise.
8657         * include/ddk/winddk.h: Likewise.
8658         * include/ddk/winnt4.h: Likewise.
8659         * include/ddk/ws2san.h: Likewise.
8660         * include/ddk/xfilter.h: Remove unbalanced #pragma pack(pop).
8661         * include/ddk/video.h: Don't process rest of file ifdef
8662         __WINDDI_H.
8663         * include/ddk/winddi.h: Don't process rest of file ifdef
8664         __VIDEO_H.
8665         * include/ddk/usb.h: Don't process rest of file ifdef
8666         __USBDI_H.
8667         * include/ddk/usbdi.h: Don't process rest of file ifdef
8668         __USB_H.
8669         * include/ddk/usbcamdi.h: Don't process rest of file if
8670         !defined(__USB_H) && !defined(__USBDI_H)
8671
8672 2002-12-18  James E. Lucas  <xelloss@users.sourceforge.net>
8673
8674         * include/winnetwk.h (WNetResourceInformation[AW]): Correct
8675         prototypes.
8676         * include/winuser.h (GetAncestor) Add prototype.
8677         (GA_PARENT, GA_ROOT, GA_ROOTOWNER): Add defines.
8678         (EWX_FORCEIFHUNG): Add define for _WIN32_WINNT >= 0x0500.
8679         (SPI_GETACTIVEWINDOWTRACKING, SPI_GETACTIVEWNDTRKZORDER,
8680         SPI_GETACTIVEWNDTRKTIMEOUT, SPI_SETACTIVEWINDOWTRACKING
8681         SPI_SETACTIVEWNDTRKZORDER, SPI_SETACTIVEWNDTRKTIMEOUT): Add
8682         defines.
8683         * lib/user32.def (GetAncestor@8): Add stub.
8684
8685 2002-12-15  Danny Smith  <dannysmith@users.sourceforge.net>
8686
8687         * include/windows.h: Guard inclusion of wingdi.h,
8688         commdlg.h, winspool.h, ole2.h with NOGDI.
8689         * include/winuser.h (ICONMETRICS, NONCLIENTMETRICS,
8690         ChangeDisplaySettings, CreateDesktop, EnumDisplaySettings):
8691         Guard with NOGDI.
8692
8693 2002-12-12  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8694
8695         * include/oleacc.h (SELFLAG_*): Change to enum.
8696
8697 2002-12-11  Danny Smith  <dannysmith@users.sourceforge.net>
8698
8699         * include/shlobj.h (IShellLinkW::GetPath): Correct prototype.
8700         Thanks to: Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
8701
8702 2002-12-09  Danny Smith  <dannysmith@users.sourceforge.net>
8703
8704         * include/shellapi.h (ExtractIconEx[AW]): Correct return type
8705         to UINT.
8706         Thanks to: Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
8707
8708 2002-12-07  Danny Smith  <dannysmith@users.sourveforge.net>
8709
8710         * include/winuser.h (AllowSetForegroundWindow,
8711         LockSetForegroundWindow): Add prototypes.
8712         (ASFW_ANY, LSFW_LOCK, LSFW_UNLOCK) Add defines.
8713         Thanks to:  Pat Thoyts  <patthoyts@users.sourceforge.net>
8714         * lib/winuser.def (AllowSetForegroundWindow,
8715         LockSetForegroundWindow): Add stubs.
8716
8717 2002-12-06  Ken Fitlike  <kenfitlike@users.sourceforge.net>
8718
8719         * include/commctrl.h (TN_GETDISPINFO[AW]): Add defines and
8720         UNICODE mappings.
8721         (tagNMTTDISPINFO[AW]): Replace obsolete struct names
8722         tagTOOLTIPTEXT[AW] and typedefs. Add defines for backward
8723         compatability. Add lParam field. Add UNICODE mappings for new
8724         names.
8725
8726 2002-12-02  Andrew Stadt  <acstadt@sympatico.ca>
8727
8728         * include/shellapi.h (_SHFILEOPSTRUCTA,_SHFILEOPSTRUCTW):
8729         Wrap with pshpack2.h/poppack.h to correct alignment.
8730
8731 2002-12-02  Ken Fitlike  <kenfitlike@users.sourceforge.net>
8732
8733         * include/commctrl.h (LVBKIF_*): Add defines.
8734         (LVM_SETIMAGE[AW]): Add defines and UNICODE mappings.
8735         (LVM_GETIMAGE[AW]): Add defines and UNICODE mappings.
8736         (LVBKIMAGE[AW]): Add defines and UNICODE mappings.
8737         (LPLVBKIMAGE[AW]): Add defines and UNICODE mappings.
8738         (LVM_GETBKIMAGE[AW]): Add defines and UNICODE mappings.
8739         (LVM_SETBKIMAGE[AW]): Add defines and UNICODE mappings.
8740         (ListView_GetBkImage): Add define.
8741         (ListView_SetBkImage): Add define.
8742         (LVBKIMAGE): Add structures and typedefs.
8743
8744 2002-11-25  Earnie Boyd  <earnie@users.sf.net>
8745
8746         * include/w32api.h: Increment to version 2.2
8747         * Makefile.in: Ditto.
8748
8749 2002-11-25  Earnie Boyd  <earnie@users.sf.net>
8750
8751         * lib/Makefile.in (dist, install): Correct the install destinations.
8752         * lib/ddk/Makefile.in (dist, install): Ditto.
8753
8754 2002-11-16  Danny Smith  <dannysmith@users.sourceforge.net>
8755
8756         * lib/uuid.c (CATID_InternetAware,CLSID_HttpSProtocol,
8757         CLSID_PSUrlMonProxy,CLSID_StdURLMoniker,IID_IObjectWithSite,
8758         IID_IPersistMoniker,IID_IProgressNotify): Correct off-by-one bug
8759         in definitions.
8760         (CLSID_CFontPropPage00, GUID_FONTUNDERSCORE11,
8761         IID_IOleControlSite89): Remove.
8762
8763 2002-11-15  Christopher Faylor  <cgf@redhat.com>
8764
8765         * lib/uuid.c (IID_IRunnableObject): Remove duplicate definition.
8766         (IID_IStdMarshalInfo): Ditto.
8767
8768 2002-11-15  Christopher Faylor  <cgf@redhat.com>
8769
8770         * lib/uuid.c (IID_IOleInPlaceSite): Remove duplicate definition.
8771         (IID_IPersistStorage): Ditto.
8772
8773 2002-11-15  Weiqi Gao  <weiqigao@users.sourceforge.net>
8774
8775         * lib/uuid.c (CLSID_PSClassObject, CLSID_PSEnumerators,
8776         IID_IClassActivator, IID_IClientSecurity, IID_ICreateTypeInfo,
8777         IID_ICreateTypeLib2, IID_IOleInPlaceSite, IID_IPersistStorage,
8778         IID_IRunnableObject, IID_IServerSecurity, IID_IStdMarshalInfo):
8779         Correct definitions.
8780
8781 2002-11-15  Danny Smith  <dannysmith@users.sourceforge.net>
8782
8783         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
8784         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
8785         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
8786         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
8787         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
8788         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
8789         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
8790         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
8791         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
8792         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
8793         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
8794         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
8795         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
8796         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
8797         xfilter.h): Change comment to refer w32api package, not MinGW.
8798
8799 2002-11-15  Danny Smith  <dannysmith@users.sourceforge.net>
8800
8801         * include/ddk/ntddk.h: Include winnt.h as system header.
8802
8803 2002-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
8804
8805         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
8806         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
8807         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
8808         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
8809         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
8810         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
8811         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
8812         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
8813         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
8814         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
8815         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
8816         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
8817         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
8818         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
8819         xfilter.h): Fix typo in disclaimer comment.
8820
8821 2002-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
8822
8823         * include/exdisp.h: Include oaidl.h as system header.
8824
8825 2002-11-12  Earnie Boyd  <earnie@users.sf.net>
8826
8827         * include/w32api.h (__W32API_VERSION): Fix.
8828
8829 2002-11-09  Weiqi Gao  <weiqigao@users.sourceforge.net>
8830
8831         * lib/uuid.c (IID_ICatInformation): Correct definition.
8832
8833 2002-11-07  Danny Smith  <dannysmith@users.sourceforge.net>
8834
8835         * include/oleauto.h (DeregisterTypeLib): Remove.
8836         (UnRegisterTypeLib): Add prototype.
8837
8838 2002-11-07  Christopher January  <chris@atomice.net>
8839
8840         * include/winioctl.h: Add definition for IOCTL_DISK_UPDATE_DRIVE_SIZE.
8841
8842 2002-11-04  Danny Smith  <dannysmith@users.sourceforge.net>
8843
8844         * include/winnt.h (VerSetConditionMask): Add prototype.
8845         * lib/kernel32.def (VerifyVersionInfo[AW]): Add stubs.
8846
8847 2002-10-16  Danny Smith  <dannysmith@users.sourceforge.net>
8848
8849         * include/winuser.h (MONITORINFOEX[AW]): Add structure
8850         definitions and ANSI/UNICODE mappings.
8851         Cleanup whitespace.
8852
8853 2002-10-14  Earnie Boyd  <earnie@users.sf.net>
8854
8855         * Makefile.in: Add components for lib/ddk.  Adjust for autoconf-2.53.
8856         * configure.in: Ditto.
8857         * lib/Makefile.in: Ditto.
8858         * lib/ddk/Makefile.in: Correct installation procedure.  Adjust for
8859         autoconf-2.53.
8860         * configure: Regenerate.
8861
8862 2002-10-14  Danny Smith  <dannysmith@users.sourceforge.net>
8863
8864         * include/windows.h: Don't include basetyps.h.
8865         * include/objfwd.h: Do include basetyps.h.
8866
8867 2002-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
8868
8869         * include/objbase.h: Include rpc.h and rpcndr.h
8870         before header guard.
8871
8872 2002-10-11  Danny Smith  <dannysmith@users.sourceforge.net>
8873
8874         * include/olectl.h (PROPPAGEINFO): Change type of
8875         field cb to ULONG.
8876
8877 2002-10-11  Steven Edwards  <Steven_Ed4153@yahoo.com>
8878
8879         * lib/ntdll.def (RtlAcquireResourceExclusive,
8880         RtlAcquireResourceShared, RtlDeleteResource,
8881         RtlInitializeResource, RtlReleaseResource,
8882         RtlTimeToSecondsSince1970) : Added missing exports.
8883
8884 2002-10-08  Heiko Gerdau  <hg@technosis.de>
8885
8886         * include/oleacc.h: New file.
8887         * include/winuser.h (ENDSESSION_LOGOFF) Add define.
8888         (OBJID_*) Add defines.
8889         * lib/uuid.c: Add DEFINE_GUID for IID_IAccessible.
8890         * lib/test.c: Include oleacc.h.
8891
8892 2002-10-06  Casper Hornstrup  <chorns@it.dk>
8893
8894         * include/ddk: New subdir.
8895         * lib/ddk: Ditto.
8896         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
8897         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
8898         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
8899         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
8900         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
8901         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
8902         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
8903         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
8904         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
8905         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
8906         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
8907         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
8908         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
8909         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
8910         xfilter.h): New files.
8911         * lib/ddk/(Makefile.in, apcups.def, cfgmgr32.def, dxapi.def,
8912         hal.def, hid.def, hidparse.def, mcd.def, ndis.def, ntoskrnl.def,
8913         scsiport.def, tdi.def, usbcamd.def, usbcamd2.def, videoprt.def,
8914         win32k.def): Ditto.
8915
8916 2002-10-04  Steven Edwards  <Steven_Ed4153@yahoo.com>
8917
8918         * lib/ntdll.def (NtAccessCheck, NtAdjustPrivilegesToken,
8919         NtCreateKey, NtDeleteKey, NtDeleteValueKey, NtEnumerateKey,
8920         NtEnumerateValueKey, NtOpenKey, NtOpenProcessToken,
8921         NtOpenThreadToken, NtQueryInformationToken, NtQueryKey,
8922         NtQueryValueKey, NtSetSecurityObject, NtSetValueKey,
8923         RtlAddAccessAllowedAce, RtlCreateAcl,
8924         RtlCreateSecurityDescriptor, RtlCreateUnicodeStringFromAsciiz,
8925         RtlGetAce, RtlGetControlSecurityDescriptor,
8926         RtlGetDaclSecurityDescriptor,RtlGetGroupSecurityDescriptor,
8927         RtlGetOwnerSecurityDescriptor,RtlGetSaclSecurityDescriptor,
8928         RtlImpersonateSelf, RtlIsTextUnicode, RtlLargeIntegerAdd,
8929         RtlLengthSecurityDescriptor, RtlMakeSelfRelativeSD,
8930         RtlMultiByteToUnicodeN RtlMultiByteToUnicodeSize,
8931         RtlOpenCurrentUser, RtlSetDaclSecurityDescriptor,
8932         RtlSetGroupSecurityDescriptor, RtlSetOwnerSecurityDescriptor,
8933         RtlSetSaclSecurityDescriptor, RtlValidSecurityDescriptor,
8934         ZwAccessCheck, ZwAdjustPrivilegesToken, ZwCreateKey,
8935         ZwDeleteValueKey, ZwEnumerateKey, ZwEnumerateValueKey,
8936         ZwOpenKey, ZwOpenProcessToken, ZwOpenThreadToken,
8937         ZwQueryInformationToken, ZwQueryKey, ZwQueryValueKey
8938         ZwSetSecurityObject, ZwSetValueKey): Added missing exports.
8939
8940 2002-10-04  "KJK::Hyperion"  <noog@libero.it>
8941
8942         *include/windef.h (WPARAM): Update typedef.
8943         (LPARAM): Ditto.
8944         (LRESULT): Ditto.
8945
8946 2002-10-04  "KJK::Hyperion"  <noog@libero.it>
8947
8948         * include/shlobj.h (CSIDL_*): Add defines.
8949
8950 2002-09-24  Danny Smith  <dannysmith@users.sourceforge.net>
8951
8952         * include/ws2tcpip.h: Throw error if winsock.h, not winsock2.h
8953         has been included first.
8954
8955 2002-09-24  René Møller Fonseca  <fonseca@users.sourceforge.net>
8956
8957         * include/winbase.h (FindFirstFileEx): Fixed ANSI mode.
8958         * include/wingdi.h (PFD_SWAP_LAYER_BUFFERS):Added define.
8959         * include/winuser.h (AppendMenu[AW]): Fixed prototypes.
8960
8961 2002-09-18  Eric R. Krause  <ekrause_98@users.sourceforge.net>
8962
8963         * include/winuser.h (DS_SHELLFONT): Define.
8964
8965 2002-09-17  Daniel Schlyder  <daniel@dascdev.net>
8966
8967         * include/winnt.h (VER_SUITE_BLADE): Define.
8968
8969 2002-09-17  Danny Smith  <dannysmith@users.sourceforge.net>
8970
8971         * include/shlobj.h (SHGetSpecialFolderPath[AW]):
8972         Add _WIN32_IE guard. Correct prototype for wide version.
8973         (SHGetFolderPath): Add comment on shfolder.dll.
8974         (SHGetFolderLocation): Add prototyope for WinME and W2K.
8975         (SHGetFolderPathAndSubDir[AW]): Add prototypes for XP.
8976
8977 2002-09-16  Danny Smith  <dannysmith@users.sourceforge.net>
8978
8979         * lib/shell32.def (SHGetFolderPath[AW]): Add comment.
8980         * lib/shfolder.def: New file.
8981
8982 2002-09-12  Danny Smith  <dannysmith@users.sourceforge.net>
8983
8984         * include/winsock.h (timeval): Guard struct and associated
8985         macros with _TIMEVAL_DEFINED.
8986         * include/winsock2.h (timeval): Likewise.
8987
8988 2002-09-11  Danny Smith  <dannysmith@users.sourceforge.net>
8989
8990         * lib/shell32.def (SHBindtoParent,SHCreateDirectoryEx[AW],
8991         SHCreateProcessAsUserW,SHCreateQueryCancelAutoPlayMoniker,
8992         SHCreateShellItem,SHEmptyRecycleBin[AW],
8993         SHEnumerateUnreadMailAccountsW,SHExtractIconsW,
8994         SHGetDataFromIDList[AW],SHGetDiskFreeSpace[AW],
8995         SHGetDiskFreeSpaceEx[AW],SHGetFolderLocation,
8996         SHGetFolderPathAndSubDir[AW],SHGetIconOverlayIndex[AW],
8997         SHGetNewLinkInfo[AW],SHGetSettings,SHGetUnreadMailCountW,
8998         SHInvokePrinterCommand[AW],SHIsFileAvailableOffline,
8999         SHLoadNonloadedIconOverlayIdentifiers,
9000         SHOpenFolderAndSelectItems,SHParseDisplayName,
9001         SHPathPrepareForWrite[AW],SHQueryRecycleBin[AW],
9002         SHSetLocalizedName,SHSetUnreadMailCountW,
9003         SHUpdateRecycleBinIcon: Add missing stubs.
9004
9005 2002-09-07  Earnie Boyd  <earnie@users.sf.net>
9006
9007         * include/windef.h (WINVER): Add documentation.
9008         (_WIN32_WINNT): Ditto.
9009         Special thanks to Paul Schmidt <paul@tricattechnologies.com>
9010
9011 2002-09-06  Danny Smith  <dannysmith@users.sourceforge.net>
9012
9013         * lib/Makefile.in (TEST_OPTIONS): Define WINVER to 0x0666.
9014
9015 2002-09-04  Kevin Chase  <kevincha99@hotmail.com>
9016
9017         * include/winbase.h (AllocateUserPhysicalPages,
9018         MapUserPhysicalPages, MapUserPhysicalPagesScatter,
9019         FreeUserPhysicalPages): Add prototypes.
9020         * lib/kernel32.def: Add function stubs for above.
9021
9022 2002-09-03  René Møller Fonseca  <fonseca@users.sourceforge.net>
9023
9024         * include/winuser.h (IDTRYAGAIN,IDCONTINUE): Add defines.
9025         Add WINVER guards for dialog box command id defines.
9026
9027 2002-09-03  Earnie Boyd  <earnie@users.sf.net>
9028
9029         * include/wincon.h (GetConsoleWindow): Add _WIN32_WINNT >= 0x0500 guard.
9030
9031 2002-08-30  Christopher January  <ccj00@doc.ic.ac.uk>
9032
9033         * include/wincon.h: Define GetConsoleWindow(void).
9034
9035 2002-08-28  Earnie Boyd  <earnie@users.sf.net>
9036
9037         * include/w32api.h: Increment version to 2.1.
9038         * Makefile.in: Ditto.
9039
9040 2002-08-26  Bart Oldeman  <bart.oldeman@btinternet.com>
9041
9042         * include/winsock2.h (SOCKET_ADDRESS): Define if
9043         __CSADDR_T_DEFINED is not defined (copied from nspapi.h)
9044         (CSADDR_INFO): Ditto.
9045         (nspapi.h) : Don't include. Removed FIXME comment.
9046         * include/nspapi.h (SOCKET_ADDRESS) Only define if
9047         __CSADDR_T_DEFINED is not defined.
9048         (CSADDR_INFO): Ditto.
9049         (BLOB): Add structure and typedef if not already defined.
9050         (NS_*): Add defines.
9051         (SERVICE_*): Ditto.
9052         (SERVICE_ADDRESS): Add structure and typedefs.
9053         (SERVICE_ADDRESSES): Ditto.
9054         (SERVICE_INFO[AW]): Ditto, and add UNICODE mappings.
9055         (LPSERVICE_ASYNC_INFO): Add typedef.
9056         (SetService[AW], GetAddressByName[AW]): Add prototypes and UNICODE
9057         mappings.
9058         * include/wsipx.h: New file.
9059         * include/svcguid.h: New file.
9060         * lib/test.c: Include wspix.h and svcguid.h.
9061
9062 2002-08-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9063
9064         * include/wsahelp.h: New file.
9065         * lib/test.c: Include wsahelp.h.
9066
9067 2002-08-21  Earnie Boyd  <earnie@users.sf.net>
9068
9069         * include/commctrl.h (NMCUSTOMDRAW): Fix lItemlParam.
9070         Thanks to: "Phil Dempster" <p_dempster@yahoo.co.uk>.
9071
9072 2002-08-20  Danny Smith  <dannysmith@users.sourceforge.net>
9073
9074         * include/ws2spi.h: Modify comment about being part of
9075         mingw32 package.
9076         (winsock2.h): Change "" to <>.
9077
9078 2002-08-20  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9079
9080         * include/ws2spi.h: New file.
9081         * lib/test.c: Include ws2spi.h.
9082
9083 2002-08-20  Danny Smith  <dannysmith@users.sourceforge.net>
9084
9085         * include/winsock2.h (WSAIsBlocking,WSAUnhookBlockingHook,
9086         WSASetBlockingHook,WSACancelBlockingCall): Expose deprecated
9087         functions.
9088
9089 2002-08-17  Danny Smith  <dannysmith@users.sourceforge.net>
9090
9091         * include/winuser.h (CURSOR_SHOWING) Add define.
9092         Thanks to: Jan Hlavatý  <hlavac@users.sourceforge.net>
9093
9094 2002-08-17  Danny Smith  <dannysmith@users.sourceforge.net>
9095
9096         * include/winerror.h: Cast OLE error codes to HRESULT.
9097         Thanks to: Gunnar Degnbol <gdegnbol@users.sourceforge.net>
9098
9099 2002-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
9100
9101         * include/wincrypt.h (ALG_*): Add defines.
9102         (CALG_*): Ditto.
9103         (CRYPT_*): Ditto.
9104         (PP_*): Ditto.
9105         (PROV_*): Ditto.
9106         (PRIVATEKEYBLOB): Add define.
9107
9108 2002-08-14  Earnie Boyd  <earnie@users.sf.net>
9109
9110         * include/shlobj.h (SHGetFolderPath): Add define.
9111         * lib/shell32.def (SHGetSpecialFolderPath): Add export.
9112         (SHGetFolderPath): Ditto.
9113
9114 2002-08-13  Danny Smith  <dannysmith@users.sourceforge.net>
9115
9116         * include/commdlg.h: Don't include COM headers or use
9117         COM-dependent symbols if __OBJC__.
9118
9119 2002-08-13  Danny Smith  <dannysmith@users.sourceforge.net>
9120
9121         * include/wincrypt.h (CryptDuplicateHash, CryptDuplicateKey):
9122         Add prototypes.
9123
9124 2002-08-12  Andriy Palamarchuk  <apa3a@yahoo.com>
9125
9126         * include/shellapi.h (FOF_NOERRORUI): Add define.
9127
9128 2002-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
9129
9130         * include/objidl.h (IEnumMoniker): Put 'interface' back.
9131
9132 2002-08-11  Danny Smith  <dannysmith@users.sourceforge.net>
9133
9134         * include/objidl.h (IEnumMoniker): Correct declaration.
9135
9136 2002-08-09  Mark Schreiber  <mark7@users.sourceforge.net>
9137
9138         * include/wincrypt.h (CRYPT_NOHASHOID): Add define.
9139
9140 2002-08-09  Danny Smith  <dannysmith@users.sourceforge.net>
9141
9142         * include/commctrl.h: Whitespace change.
9143
9144 2002-08-09  Lars Munch  <lars@segv.dk>
9145
9146         * include/commctrl.h (tagTVHITTESTINFO): Replace obsolete
9147         struct name _TVHITTESTINFO and typedefs and add defines for
9148         backward compatability.
9149         (ListView_SetExtendedListViewStyleEx): Add macro.
9150
9151 2002-08-05  Danny Smith  <dannysmith@users.sourceforge.net>
9152
9153         * include/wingdi.h (AlphaBlend,GradientFill,TransparentBlt):
9154         Add prototypes.
9155         * lib/msimg32.def: New file, with stubs for above.
9156
9157 2002-08-03  Danny Smith  <dannysmith@users.sourceforge.net>
9158
9159         * include/winbase.h (AddAccessAllowedAceEx,AddAccessDeniedAceEx,
9160         GetFileSizeEx, SetFilePointerEx): Add prototypes.
9161         (EncryptFile[AW], FileEncryptionStatus[AW]): Add prototypes
9162         and UNICODE mappings.
9163
9164 2002-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
9165
9166         * include/winbase.h (ReadFileScatter, WriteFileGather):
9167         Change second parameter to pointer.
9168
9169 2002-07-31  Danny Smith  <dannysmith@users.sourceforge.net>
9170
9171         * include/wininet.h (InternetReadFileEx[AW]). Add prototypes and
9172         UNICODE mappings.
9173         * lib/wininet.def: Regenerate.
9174
9175 2002-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
9176
9177         * include/windef.h (PVOID): Move typedef to...
9178         * include/winnt: ...here.
9179         (PVOID64): New typedef.
9180
9181         * include/winnt,h (FILE_SEGMENT_ELEMENT): Define union.
9182         * include/winbase.h (ReadFileScatter, WriteFileGather):
9183         Add prototypes.
9184
9185         * include/winnt,h (PROCESSOR_ARCHITECTURE_*): Add defines.
9186         (PROCESSOR_INTEL_IA64): Add define.
9187
9188 2002-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
9189
9190         * include/oleidl.h (MK_ALT): Define.
9191
9192 2002-07-26  Mattia Barbon  <mbarbon@dsi.unive.it>
9193
9194         * include/exdisp.h: New file.
9195         * include/exdispid.h: New file.
9196         * include/mshtml.h: New file.
9197         * lib/test.c: #include exdisp.h and mshtml.h
9198         * lib/uuid.c (CLSID_WebBrowser, DIID_DWebBrowserEvents,
9199         DIID_DWebBrowserEvents2, IID_IHTMLDocument, IID_IHTMLDocument2,
9200         IID_IHTMLElement, IID_IHTMLSelectionObject, IID_IHTMLTxtRange,
9201         IID_IWebBrowser, IID_IWebBrowser2, IID_IWebBrowserApp):
9202         New GUIDs.
9203
9204 2002-07-26  Mattia Barbon  <mbarbon@dsi.unive.it>
9205
9206         * include/docobj.h: New file.
9207         * include/idispids.h: New file.
9208         * include/objidl.h (IID_IMoniker): Declare.
9209         * include/ocidl.h (READYSTATE): New enum.
9210         (IOleInPlaceSiteEx): New interface.
9211         * include/olectlid.h (IID_IEnumSTATSTG): New interface
9212         identifier.
9213         * include/oleidl.h (IOleItemContainer, IOleInPlaceObject,
9214         IOleInPlaceSite): New interfaces.
9215         * lib/test.c: #include docobj.h,idispids.h,
9216
9217 2002-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
9218
9219         * include/shlobj.h (BFFM_VALIDATEFAILED[AW]): Add defines.
9220         (BFFM_SETSTATUSTEXT, BFFM_SETSELECTION): UNICODE them.
9221
9222 2002-07-25  Mattia Barbon  <mbarbon@dsi.unive.it>
9223
9224         * include/commctrl.h: Avoid redefinition of CDN_FIRST/LAST.
9225         * include/commdlg.h: Likewise.
9226
9227 2002-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
9228
9229         * include/oleauto.h (V_UNION): Correct definition for case of
9230         NONAMELESSUNION:
9231         (V_VT): Likewise.
9232
9233 2002-07-23  Danny Smith  <dannysmith@users.sourceforge.net>
9234
9235         * include/oleauto.h (V_BOOL): Define in terms of boolVal,
9236         not bool, for C as well as C++.
9237
9238 2002-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
9239
9240         * include/shlwapi.h: New file.
9241         Thanks to: Mattia Barbon  <mbarbon@dsi.unive.it> and
9242         Victor Porton  <porton@narod.ru> for contributions.
9243         * lib/shlwapi.def: New file.
9244         * lib/test.c: #include shlwapi.h.
9245
9246 2002-07-21  Bart Oldeman  <bart.oldeman@btinternet.com>
9247
9248         * include/shlobj.h (FCIDM_MENU_FAVORITES): Remove bogus
9249         character.
9250         * include/winsock2.h (struct sockaddr): Use __int64 instead of
9251         long long.
9252         * lib/kernel32.c (GetCurrentFiber, GetFiberData): Watcom
9253         does not need external *Fiber library functions.
9254
9255 2002-07-20  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9256
9257         * include/winbase.h (GetEnvironmentStringsA): Remove duplicate
9258         definition.
9259         (Interlocked*): Wrap in #ifndef __INTERLOCKED_DECLARED to
9260         avoid compile error when already defined.
9261
9262 2002-07-20  Steven Edwards  <Steven_Ed4153@yahoo.com>
9263
9264         * include/winuser.h (WM_MENURBUTTONUP): Add define.
9265
9266 2002-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
9267
9268         * include/commdlg.h: Define CDN_* notification message constants
9269         as UINT.
9270
9271 2002-07-17  Mattia Barbon  <mbarbon@users.sourceforge.net>
9272
9273         * include/commctrl.h: Define notification message constants for
9274         NMHDR.code as UINT.
9275
9276 2002-07-17   Bart Oldeman  <bart.oldeman@btinternet.com>
9277
9278         * include/ddeml.h (MH_*) Add defines.
9279         (MONHSZSTRUCT): Add structure and typedefs.
9280         (MONLINKSTRUCT): Ditto.
9281         (MONCONVSTRUCT): Ditto.
9282         (MONCBSTRUCT): Ditto.
9283         (MONERRSTRUCT): Ditto.
9284         (MONMSGSTRUCT): Ditto.
9285         * include/windef.h: Don't define __cdecl or _cdecl for
9286         __WATCOM__.
9287         Don't define _export or __export for __WATCOM__.
9288         * include/windows.h (imm.h): #include.
9289         * include/winnt.h (LPEXCEPTION_RECORD): Add typedef.
9290
9291 2002-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
9292
9293         * include/wtypes.h: Remove duplicate #includes of rpc.h and
9294         rpcndr.h.
9295
9296 2002-07-05  Luke Dunstan  <infidel@users.sourceforge.net>
9297
9298         * include/winbase.h (OpenThread): Add prototype.
9299         * lib/kernel32.def (OpenThread): Add symbol.
9300
9301 2002-07-04  Luke Dunstan  <infidel@users.sourceforge.net>
9302
9303         * include/wtypes.h (HMETAFILEPICT): Add typedef.
9304
9305 2002-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
9306
9307         * include/rpc.h: Conditionally include <windows.h> before
9308         header guard.
9309         * include/wtypes.h: Include <rpc.h> and <rpcndr.h> before
9310         header guard.
9311
9312 2002-07-02  Danny Smith  <dannysmith@users.sourceforge.net>
9313
9314         * include/commctrl.h (WC_*): Remove some duplicate defines.
9315
9316 2002-07-02  Ken Fitlike  <kenfitlike@hotmail.com>
9317
9318         * include/commctrl.h (WC_IPADDRESS[AW]): Add defines and
9319         UNICODE mappings.
9320         (IPM*): Add defines.
9321         (IPN_*): Add defines.
9322         (NMIPADDRESS): Add structure and typedefs.
9323         (MAKEIPADDRESS): Add macro.
9324         (MAKEIPRANGE): Add macro.
9325         (FIRST_IPADDRESS): Add macro.
9326         (SECOND_IPADDRESS): Add macro.
9327         (THIRD_IPADDRESS): Add macro.
9328         (FOURTH_IPADDRESS): Add macro.
9329
9330 2002-06-25  Conrad Scott  <conrad.scott@dsl.pipex.com>
9331
9332         * include/winbase.h (FILE_FLAG_FIRST_PIPE_INSTANCE): Add constant.
9333
9334 2002-06-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9335
9336         * include/winbase.h (WINBASEAPI): Don't define if prior
9337         definition.
9338
9339         * include/winioctl.h (PARTITION_FAT32, PARTITION_FAT32_XINT13,
9340         PARTITION_XINT13, PARTITION_XINT13_EXTENDED, PARTITION_LDM,
9341         PARTITION_UNIX): Add defines.
9342         (PDRIVE_LAYOUT_INFORMATION): Add typedef.
9343         (IsRecognizedPartition): Also check for PARTITION_FAT32,
9344         PARTITION_FAT32_XINT13 and PARTITION_XINT13.
9345         (IsContainerPartition): Add macro.
9346
9347 2002-06-25  Ken Fitlike  <kenfitlike@hotmail.com>
9348
9349         * include/commctrl.h: (CBEIF_*): Add defines.
9350         (CBEN_*): Add defines and UNICODE mappings
9351         (WC_COMBOBOXEX[AW]): Add defines and UNICODE mappings.
9352         (CBEMAXSTRLEN): Add define.
9353         (COMBOBOXEXITEM[AW]): Add structures and typedefs.
9354         (NMCOMBOBOXEX[AW]): Add structures and typedefs.
9355         (NMCBEDRAGBEGIN[AW]): Add structure and typedefs.
9356         (NMCBEENDEDIT[AW]): Add structure and typedefs.
9357
9358 2002-06-24  Danny Smith  <dannysmith@users.sourceforge.net>
9359
9360         * include/objidl.h (struct tagPROPVARIANT): Kill obsolete
9361         union member _VARIANT_BOOL bool.
9362
9363 2002-06-24  Danny Smith  <dannysmith@users.sourceforge.net>
9364
9365         * include/winioctl.h (FILE_SPECIAL_ACCESS): Add define.
9366
9367 2002-06-24  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9368
9369         * include/winnt.h (PCCHAR, FCHAR, FSHORT, FLONG,
9370         PLUID_AND_ATTRIBUTES,PSECURITY_IMPERSONATION_LEVEL,
9371         PSID_AND_ATTRIBUTES, PTOKEN_TYPE, PTOKEN_STATISTICS):
9372         Add typedefs.
9373         (CCHAR): Correct typedef.
9374         (PROCESS_SET_SESSIONID, SECURITY_*,SECTION_MAP_EXECUTE):
9375         Add defines.
9376
9377 2002-06-24  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9378
9379         * README.w32api: Correct spelling error.
9380
9381 2002-06-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9382
9383         * include/winuser.h (FLASHW_*,INPUT_MOUSE,INPUT_KEYBOARD,
9384         INPUT_HARDWARE): Add defines.
9385         (HDEVNOTIFY): Add typedef.
9386         (FLASHWINFO,tagMOUSEMOVEPOINT,tagMOUSEINPUT,tagKEYBDINPUT,
9387         tagHARDWAREINPUT,tagINPUT,tagGUITHREADINFO): Define structs and
9388         typedefs.
9389         (CreateDesktop[AW],CreateMDIWindow[AW],GetClassInfo[AW],
9390         GetClassInfoEx[AW],GetKeyboardLayoutList,
9391         MessageBoxIndirect[AW],MsgWaitForMultipleObjects,
9392         MsgWaitForMultipleObjectsEx, RegisterClass[AW],
9393         RegisterClassEx[AW]): Correct prototypes.
9394
9395 2002-06-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9396
9397         * include/ddeml.h (DdeCreateStringHandle{AW]:Correct
9398         prototypes.
9399         * include/winsvc.h (StartServiceW): Correct prototype.
9400         * include/winbase.h (BackupRead,BackupSeek,BackupWrite,
9401         FileTimeToLocalFileTime, GetAce,GetPrivateProfileStruct[AW],
9402         GetTickCount,InterlockedExchangeAdd,
9403         WritePrivateProfileStruct[AW]: Correct prototypes.
9404         (GetEnvironmentStrings): Correct mapping to
9405         GetEnvironmentStringsA.
9406         * include/winver.h (VerQueryValueA,VerQueryValueW):
9407         Correct prototypes.
9408         * include/wincon.h (CreateConsoleScreenBuffer): Correct
9409         prototype.
9410         * include/winreg.h (RegQueryMultipleValues[AW],
9411         RegQueryValueEx[AW]):Correct prototypes.
9412         * include/wingdi.h (PXFORM, PLOGBRUSH, PLOGPEN, PPOLYTEXTA,
9413         PPOLYTEXTW): Add typedefs.
9414         (_DESIGNVECTOR,COLOR16, _TRIVERTEX, _DISPLAY_DEVICE): Add
9415         structures and typedefs.
9416         (MM_MAX_NUMAXES): Add define.
9417         (EnumFontsW,GetEnhMetaFilePixelFormat,
9418         wglGetLayerPaletteEntries): Correct prototypes.
9419         * include/winerror.h (RPC_X_INVALID_PIPE_OBJECT,
9420         RPC_X_WRONG_PIPE_ORDER,RPC_X_WRONG_PIPE_VERSION,
9421         RPC_S_SEND_INCOMPLETE): Add defines.
9422
9423 2002-06-17  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9424
9425         * include/windef.h (_fastcall, __fastcall, FASTCALL):
9426         Add defines.
9427
9428 2002-06-16  Egor Duda  <deo@logos-m.ru>
9429
9430         * include/ntdll.h: New file.
9431         * lib/ntdll.def: Add NtShutdownSystem.
9432
9433 2002-06-16  Steven Edwards  <Steven_Ed4153@yahoo.com>
9434
9435         * lib/dinput.def (DirectInputCreateEx): Add stub.
9436         * lib/ntdll.def: New file.
9437
9438 2002-06-14  Earnie Boyd  <earnie@users.sf.net>
9439
9440         * include/w32api.h: Change to version 2.0 to reflect the change
9441         in the license.
9442         * README: Renamed.
9443         * README.w32api: Renamed from README.  Modified license to remove
9444         the restriction of notifying the author based on the fact that the
9445         author is unreachable at the notified address.
9446         * Makefile.in (VERSION): Change to 2.0.
9447
9448 2002-06-14  Earnie Boyd  <earnie@users.sf.net>
9449
9450         * include/wingdi.h (GetEnhMetaFileBits): Correct typo.
9451         * Makefile.in (bindist): Correct the MinGW distribution.
9452
9453 2002-06-13  Earnie Boyd  <earnie@users.sf.net>
9454
9455         * include/winuser.h (MOUSEHOOKSTRUCT): Define structure.
9456         * include/wingdi.h (GetEnhMetaFileBits): Define prototype.
9457
9458 2002-06-13  Danny Smith  <dannysmith@users.sourceforge.net>
9459
9460         * lib/test.c: #include comcat.h.
9461
9462 2002-06-13  John K. Hohm  <jhohm@acm.org>
9463
9464         * include/comcat.h: New file.
9465
9466 2002-06-09  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
9467
9468         * include/richedit.h (EM_*, TM_*, GT_*): Add new defines.
9469         (GETTEXTEX): Add structure definition.
9470
9471 2002-06-08  Danny Smith  <dannysmith@users.sourceforge.net>
9472
9473         * include/windows.h (ole2.h): #include if !__OBJC__ and
9474         __GNUC__ >=3 and !WIN32_LEAN_AND_MEAN.
9475
9476 2002-06-07  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
9477
9478         * include/mapi.h: Change LPTSTR to LPSTR throughout.
9479
9480 2002-06-05  Danny Smith  <dannysmith@users.sourceforge.net>
9481
9482         * include/winnt.h (PACE_HEADER, PACCESS_ALLOWED_ACE,
9483         PACCESS_DENIED_ACE): Add typedefs.
9484
9485 2002-06-03  Danny Smith  <dannysmith@users.sourceforge.net>
9486
9487         * lib/thunk32.def (LIBRARY): Change to KERNEL32.dll.
9488
9489 2002-06-03 Steven Edwards  <Steven_Ed4153@yahoo.com>
9490
9491         * lib/kernel32.def (ConvertToGlobalHandle): Add stub.
9492
9493 2002-06-01  Danny Smith  <dannysmith@users.sourceforge.net>
9494
9495         * include/windef.h: Fix typo in last change.
9496
9497 2002-06-01  Danny Smith  <dannysmith@users.sourceforge.net>
9498
9499         * include/windef.h: Add no-op __try, __except, __finally
9500         defines from ...
9501         * include/excpt.h: Remove file.
9502         * include/windows.h: Don't include excpt.h.
9503
9504 2002-05-30  Christopher January  <chris@atomice.net>
9505
9506         * include/ntdef.h (ANSI_STRING, PANSI_STRING, OEM_STRING, POEM_STRING):
9507         Add missing typedefs.
9508
9509 2002-05-28  Earnie Boyd  <earnie@users.sf.net>
9510
9511         * include/w32api.h: Increment version to 1.5
9512         * Makefile.in: Ditto.
9513
9514
9515 2002-05-27  René Møller Fonseca  <fonseca@users.sourceforge.net>
9516
9517         * include/winreg.h: (RegConnectRegistry[AW]): Replace
9518         LP[W]STR with LPC[W]STR.
9519         (REG_QWORD, REG_QWORD_LITTLE_ENDIAN): Add defines.
9520         Clean up whitespace.
9521
9522 2002-05-27  Rick Rankin  <rick_rankin@yahoo.com>
9523
9524         * include/winnls.h: Add #define for LOCALE_RETURN_NUMBER.
9525
9526 2002-05-21  Earnie Boyd  <earnie@users.sf.net>
9527
9528         * Makefile.in: Increment VERSION to 1.4.
9529         (conf_prefix): New variable.
9530         (bindist): Modify target to use $(conf_prefix).
9531
9532 2002-05-20  Philip Aston  <philipa@mail.com>
9533
9534         * include/pbt.h (PBT_APMRESUMESUSPEND): Correct value is 7.
9535
9536 2002-05-20  René Møller Fonseca  <fonseca@users.sourceforge.net>
9537
9538         * include/lmaccess.h: (NetAccess*, NetGroup*,
9539         NetLocalGroup*, NetUser*, NetGet*, INetLogonControl[2],
9540         NetQueryDisplayInfotmationIndex): Replace LPWSTR with LPCWSTR.
9541
9542 2002-05-08  Danny Smith  <dannysmith@users.sourceforge.net>
9543
9544         * include/commctrl.h (ImageList_DragShowNolock): Remove
9545         conflicting redeclaration.
9546
9547 2002-05-07  Danny Smith  <dannysmith@users.sourceforge.net>
9548
9549         * include/windows.h: Move ANONYMOUS_UNION, _ANONYMOUS_STRUCT,
9550         STRICT and related defines to ...
9551         * include/windef.h: Here.
9552
9553 2002-05-03  Danny Smith  <dannysmith@users.sourceforge.net>
9554
9555         * include/winsock2.h (int32): Remove typedef.
9556         (SERVICETYPE): Add typedef.
9557         (struct _flowspec):Revise struct definition,  Comment
9558         on types used for members.
9559
9560 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
9561
9562         * include/winnt.h (EVENT_*, SEMAPHORE_*,MUTEX_*): Remove
9563         more defines added in earlier change.
9564         * lib/Makefile.in (TEST_OPTIONS): Add -Wsystem-headers flag.
9565
9566 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
9567
9568         * include/winnt.h (THREAD_PRIORITY_*): Remove defines
9569         added in last change.
9570
9571 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
9572
9573         * include/winnt.h (THREAD_*, EVENT_*, MUTANT_*,
9574         SEMAPHORE_*, MUTEX_*, TIMER_*): Add new defines.
9575
9576 2002-05-01  Manu B  <contact.manu@wanadoo.fr>
9577
9578         * include/commctrl.h (SNDMSG): Define and use throughout
9579         in other macros instead of SendMessage.
9580         * include/commdlg.h (SNDMSG): Ditto.
9581
9582 2002-04-22  José Fonseca  <jrfonseca@users.sf.net>
9583
9584         * include/GL/gl.h: New file.
9585         * include/GL/glext.h: Ditto.
9586         * include/GL/glu.h: Ditto.
9587
9588 2002-04-09  Earnie Boyd  <earnie@users.sf.net>
9589
9590         * include/w32api.h: Increment version.
9591         * Makefile.in: Ditto.
9592
9593 2002-04-09  Earnie Boyd  <earnie@users.sf.net>
9594
9595         * Makefile.in (bindist): Use * instead of . for file list for tar
9596         command.
9597
9598 2002-04-02  Danny Smith  <dannysmith@users.sourceforge.net>
9599
9600         * include/wtypes.h (enum tagCLSCTX): Change formatting.
9601
9602 2002-04-02  Pat Thoyts  <patthoyts@users.sourceforge.net>
9603
9604         * include/objidl.h (IRunningObjectTable.Register): Correct
9605         prototype.
9606         * include/wtypes.h (ROTFLAGS_REGISTRATIONKEEPSALIVE,
9607         ROTFLAGS_ALLOWANYCLIENT): Add defines.
9608
9609 2002-03-31  Victor Porton  <porton@narod.ru>
9610
9611         * include/shellapi.h (SHGFI_ATTR_SPECIFIED): Add define.
9612
9613 2002-03-29  David Robinow  <drobinow@yahoo.com>
9614
9615         * include/wingdi.h (SetPixelFormat): Correct prototype.
9616
9617 2002-03-29  Phil Krylov  <likewolf@users.sourceforge.net>
9618
9619         * include/richedit.h (EM_SHOWSCROLLBAR): Add define.
9620
9621 2002-03-26  Phil Krylov  <likewolf@users.sourceforge.net>
9622
9623         * include/richedit.h (EM_GETSCROLLPOS, EM_SETSCROLLPSPOS):
9624         Add defines.
9625
9626 2002-03-14  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
9627
9628         * include/richedit.h (RICHEDIT_CLASS): UNICODE it.
9629         * include/shlobj.h (IContextMenu2): Put methods in right order.
9630         * include/basetyps.h (REFGUID, REFIID, REFCLSID): Check for
9631         CINTERFACE before defining.
9632
9633 2002-03-09  Danny Smith  <dannysmith@users.sourceforge.net>
9634
9635         * include/accctrl.h: Add #pragma GCC system_header
9636         if __GNUC__ >= 3.
9637         * include/aclapi.h: Same.
9638         * include/basetsd.h: Same.
9639         * include/basetyps.h: Same.
9640         * include/cderr.h: Same.
9641         * include/cguid.h: Same.
9642         * include/commctrl.h: Same.
9643         * include/commdlg.h: Same.
9644         * include/cpl.h: Same.
9645         * include/cplext.h: Same.
9646         * include/custcntl.h: Same.
9647         * include/dbt.h: Same.
9648         * include/dde.h: Same.
9649         * include/ddeml.h: Same.
9650         * include/dlgs.h: Same.
9651         * include/excpt.h: Same.
9652         * include/httpext.h: Same.
9653         * include/imagehlp.h: Same.
9654         * include/imm.h: Same.
9655         * include/initguid.h: Same.
9656         * include/intshcut.h: Same.
9657         * include/ipexport.h: Same.
9658         * include/iphlpapi.h: Same.
9659         * include/ipifcons.h: Same.
9660         * include/iprtrmib.h: Same.
9661         * include/iptypes.h: Same.
9662         * include/isguids.h: Same.
9663         * include/largeint.h: Same.
9664         * include/lm.h: Same.
9665         * include/lmaccess.h: Same.
9666         * include/lmalert.h: Same.
9667         * include/lmapibuf.h: Same.
9668         * include/lmat.h: Same.
9669         * include/lmaudit.h: Same.
9670         * include/lmbrowsr.h: Same.
9671         * include/lmchdev.h: Same.
9672         * include/lmconfig.h: Same.
9673         * include/lmcons.h: Same.
9674         * include/lmerr.h: Same.
9675         * include/lmerrlog.h: Same.
9676         * include/lmmsg.h: Same.
9677         * include/lmremutl.h: Same.
9678         * include/lmrepl.h: Same.
9679         * include/lmserver.h: Same.
9680         * include/lmshare.h: Same.
9681         * include/lmsname.h: Same.
9682         * include/lmstats.h: Same.
9683         * include/lmsvc.h: Same.
9684         * include/lmuse.h: Same.
9685         * include/lmuseflg.h: Same.
9686         * include/lmwksta.h: Same.
9687         * include/lzexpand.h: Same.
9688         * include/mapi.h: Same.
9689         * include/mciavi.h: Same.
9690         * include/mcx.h: Same.
9691         * include/mmsystem.h: Same.
9692         * include/mswsock.h: Same.
9693         * include/nb30.h: Same.
9694         * include/nddeapi.h: Same.
9695         * include/nspapi.h: Same.
9696         * include/ntdef.h: Same.
9697         * include/ntsecapi.h: Same.
9698         * include/ntsecpkg.h: Same.
9699         * include/oaidl.h: Same.
9700         * include/objbase.h: Same.
9701         * include/objfwd.h: Same.
9702         * include/objidl.h: Same.
9703         * include/odbcinst.h: Same.
9704         * include/ole.h: Same.
9705         * include/ole2.h: Same.
9706         * include/ole2ver.h: Same.
9707         * include/oleauto.h: Same.
9708         * include/olectl.h: Same.
9709         * include/olectlid.h: Same.
9710         * include/oledlg.h: Same.
9711         * include/oleidl.h: Same.
9712         * include/pbt.h: Same.
9713         * include/prsht.h: Same.
9714         * include/psapi.h: Same.
9715         * include/rapi.h: Same.
9716         * include/ras.h: Same.
9717         * include/raserror.h: Same.
9718         * include/rassapi.h: Same.
9719         * include/regstr.h: Same.
9720         * include/richedit.h: Same.
9721         * include/richole.h: Same.
9722         * include/rpc.h: Same.
9723         * include/rpcdce.h: Same.
9724         * include/rpcdce2.h: Same.
9725         * include/rpcdcep.h: Same.
9726         * include/rpcndr.h: Same.
9727         * include/rpcnsi.h: Same.
9728         * include/rpcnsip.h: Same.
9729         * include/rpcnterr.h: Same.
9730         * include/rpcproxy.h: Same.
9731         * include/schannel.h: Same.
9732         * include/schnlsp.h: Same.
9733         * include/scrnsave.h: Same.
9734         * include/security.h: Same.
9735         * include/setupapi.h: Same.
9736         * include/shellapi.h: Same.
9737         * include/shlguid.h: Same.
9738         * include/shlobj.h: Same.
9739         * include/sql.h: Same.
9740         * include/sqlext.h: Same.
9741         * include/sqltypes.h: Same.
9742         * include/sqlucode.h: Same.
9743         * include/sspi.h: Same.
9744         * include/subauth.h: Same.
9745         * include/tlhelp32.h: Same.
9746         * include/unknwn.h: Same.
9747         * include/userenv.h: Same.
9748         * include/w32api.h: Same.
9749         * include/winbase.h: Same.
9750         * include/wincon.h: Same.
9751         * include/wincrypt.h: Same.
9752         * include/windef.h: Same.
9753         * include/windows.h: Same.
9754         * include/windowsx.h: Same.
9755         * include/winerror.h: Same
9756         * include/wingdi.h: Same.
9757         * include/wininet.h: Same.
9758         * include/winioctl.h: Same.
9759         * include/winnetwk.h: Same.
9760         * include/winnls.h: Same.
9761         * include/winnt.h: Same.
9762         * include/winperf.h: Same.
9763         * include/winreg.h: Same.
9764         * include/winresrc.h: Same.
9765         * include/winsock.h: Same.
9766         * include/winsock2.h: Same.
9767         * include/winspool.h: Same.
9768         * include/winsvc.h: Same.
9769         * include/winuser.h: Same.
9770         * include/winver.h: Same.
9771         * include/ws2tcpip.h: Same.
9772         * include/wsnetbs.h: Same.
9773         * include/wtypes.h: Same.
9774         * include/zmouse.h: Same.
9775         * include/mapi.h: Change header guard name to _MAPI_H  for
9776         consistency.
9777
9778 2002-03-08  Danny Smith  <dannysmith@users.sourceforge.net>
9779
9780         * include/accctrl.h (_ACCCTRL_H): Correct typo.
9781         Remove unnecessary inclusion of <wtypes.h>.
9782         * ChangeLog: Fix omission of name in recent entries.
9783
9784 2002-03-08  Antony Blakey  <antony.blakey@ihug.com.au>
9785
9786         * include/initguid.h (DEFINE_GUID): Add GUID_EXT to define.
9787
9788 2002-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
9789
9790         * include/mswsock.h: Group winsock2 dependants
9791         together and protect with #ifdef _WINSOCK2_H.
9792         * lib/test.c: Only test ws2tcpip.h if winsock2.h
9793         has been included.
9794
9795 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
9796
9797         * include/mswsock.h (TP_*): Add new defines.
9798         (TRANSMIT_PACKETS_ELEMENT): Define new structure.
9799         (WSAMSG): Likewise.
9800         (WSACMSGHDR): Likewise.
9801         (DisconnectEx): Add new prototype.
9802         (WSARecvMsg): Likewise.
9803         (WSA_CMSG_*) Add empty macros, guarded by #if 0.
9804
9805 2002-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
9806
9807         * ChangeLog: Fix typo in last entry.
9808         * include/winsock2.h (IPPROTO_*): Add IPv6 defines.
9809         * include/ws2tcpip.h: (IP_*): Add new defines.
9810         (INET_ADDRSTRLEN, INET6_ADDRSTRLEN): Add defines.
9811         (NI_*): Add getnameinfo constants and bitmasks.
9812         (AI_*): Add getaddrinfo flags.
9813         (EAI_*): Add getaddrinfo error codes.
9814         (ip_mreq_source): Add new structure.
9815         (ip_msfilter): Add new structure.
9816         (IP_MSFILTER_SIZE): Add new macro.
9817         (in_pktinfo): Add new structure.
9818         Add preliminary IPv6 support.
9819         (in6_addr): Add new structure and some defines.
9820         (sockaddr_in6): Add new structure.
9821         (in6addr_any, in6addr_loopback): Declare extern structures.
9822         (IN6ADDR_ANY_INIT,IN6ADDR_LOOPBACK_INIT): Add
9823         initialization macros for above.
9824         (IN6_ARE_ADDR_EQUAL): Define macro.
9825         (IN6_IS_ADDR_*): Define address testing macros.
9826         (socklen_t) Add new typedef.
9827         (ipv6_mreq): Add new structure.
9828         (in6_pktinfo): Same.
9829         (addrinfo): Same.
9830         (freeaddrinfo):Add new prototype.
9831         (getaddrinfo): Same.
9832         (gai_strerror[AW]): Same.
9833         (getnameinfo): Same.
9834         (sockaddr_in6_old): Add structure.
9835         (sockaddr_gen): Add union definition.
9836         (INTERFACE_INFO): Use sockaddr_gen as members.
9837         (INTERFACE_INFO_OLD): Add comment on workaround for problems
9838         with INTERFACE_INFO on NT4 prior to sp4.
9839
9840 2002-02-28  Danny Smith  <dannysmith@users.sourceforge.net>
9841
9842         * include/windows.h: Remove test for __W32API_MAJOR_VERSION
9843         when selecting winsock interface.
9844         * include/winsock2.h (SOCKET_ADDRESS_LIST): Add structure
9845         and typedefs. Thanks to: 'Lorenzo' <conte0@infinito.it>.
9846         Expand FIXME comment.
9847         (WSACOMPLETIONTYPE): Add enum.
9848         (WSACOMPLETION): Add structure and typedefs.
9849         (WSANSPIoctl): Add function prototpe and callback typedef.
9850         (SIO_NSP_NOTIFY_CHANGE): Add define.
9851         (sockaddr_storage): Add structure and typedefs.
9852
9853 2002-02-16  Andriy Palamarchuk  <apa3a@yahoo.com>
9854
9855         * include/winuser.h (OIC_*): Add resource constants.
9856
9857 2002-02-14 Mattia Barbon  <mbarbon@users.sourceforge.net>
9858
9859         * include/ntsecpkg.h: New file.
9860         * include/schannel.h: New file.
9861         * include/schnlsp.h: New file.
9862         * include/security.h: New file.
9863         * include/sspi.h: New file.
9864         * include/ntsecapi.h (KERB_WRAP_NO_ENCRYPT,
9865         MICROSOFT_KERBEROS_NAME_[AW]): Add missing constants
9866         * include/wincrypt.h (CALG_*, X509_ASN_ENCODING.
9867         PKCS_7_ASN_ENCODING, CERT_*, USAGE_MATCH_TYPE_AND,
9868         USAGE_MATCH_TYPE_OR, szOID_*): Add missing constants
9869         (struct _CRYPTOAPI_BLOB): Add structure and typedefs.
9870         (SSL_EXTRA_CERT_CHAIN_POLICY_PARA,HTTPSPolicyCallbackData,
9871         CERT_CHAIN_POLICY_PARA,CERT_CHAIN_POLICY_STATUS,
9872         CRYPT_ALGORITHM_IDENTIFIER, CRYPT_BIT_BLOB,
9873         CERT_PUBLIC_KEY_INFO, CERT_EXTENSION, CERT_INFO, CERT_CONTEXT,
9874         CTL_USAGE, CERT_ENHKEY_USAGE, CERT_USAGE_MATCH,
9875         CERT_CHAIN_PARA, CERT_CHAIN_FIND_BY_ISSUER_PARA,
9876         CERT_TRUST_STATUS, CRL_ENTRY, CRL_INFO, CRL_CONTEXT,
9877         CERT_REVOCATION_CRL_INFO, CERT_REVOCATION_INFO,
9878         CERT_CHAIN_ELEMENT, CRYPT_ATTRIBUTE, CTL_ENTRY, CTL_INFO,
9879         CTL_CONTEXT, CERT_TRUST_LIST_INFO, CERT_SIMPLE_CHAIN,
9880         CERT_CHAIN_CONTEXT): Add missing structures.
9881         (CertCloseStore, CertGetCertificateChain,
9882         CertVerifyCertificateChainPolicy, CertFreeCertificateChain,
9883         CertNameToStr[AW], CertOpenSystemStore[AW], CertOpenStore,
9884         CertFindCertificateInStore, CertFreeCertificateContext,
9885         CertGetIssuerCertificateFromStore,
9886         CertFindChainInStore): Add missing functions.
9887         (CertNameToStr, CertOpenSystemStore, CERT_FIND_SUBJECT_STR,
9888         CERT_FIND_ISSUER_STR): Add Unicode mappings.
9889         * lib/crypt32.def: New file.
9890         * lib/secur32.def: Add mising stubs.
9891         * lib/test.c: Include new headers.
9892
9893 2002-02-14  Danny Smith  <dannysmith@users.sourceforge.net>
9894
9895         * include/windef.h (PROC,FARPROC,NEARPROC): Remove void
9896         parameter.
9897
9898 2002-01-30  Danny Smith  <dannysmith@users.sourceforge.net>
9899
9900         * lib/test.c: Include mapi.h.
9901         * include/commctrl.h (TBSTYLE_*): Add missing defines.
9902         Thanks to: "Ron"  <ron@debian.org>
9903
9904 2002-01-30  John Fattaruso  <fattaruso@ieee.org>
9905
9906         * include/mapi.h: New file.
9907         * lib/mapi.def: Add missing function stubs.
9908
9909 2002-01-28  Danny Smith  <dannysmith@users.sourceforge.net>
9910
9911         * include/winuser.h (GetWindowLongPtr[AW],
9912         SetWindowLongPtr[AW]): Add prototypes for _WIN64.
9913
9914 2002-01-28  Mattia Barbon  <mbarbon@users.sourceforge.net>
9915
9916         * include/winuser.h (GWLP_*,DWLP_*): Add missing constants.
9917         (GetWindowLongPtr[AW], SetWindowLongPtr[AW]): Map them to
9918         {Get Set}WindowLong[AW], as in Win32 they are equivalent.
9919         (GetWindowLongPtr, SetWindowLongPtr): Add Unicode mappings.
9920
9921 2002-01-28  Danny Smith  <dannysmith@users.sourceforge.net>
9922
9923         * lib/test.c: Include wsnetbs.h.
9924
9925 2002-01-28  Kai Henningsen  <kai-henningsen@users.sourceforge.net>
9926
9927         * include/wsnetbs.h: New file.
9928
9929 2002-01-25  Earnie Boyd  <earnie@users.sf.net>
9930
9931         * include/winnt.h: Remove merge conflict.
9932
9933 2002-01-25  Danny Smith  <dannysmith@users.sourceforge.net>
9934
9935         * include/winnt.h (_TCHAR): Add typedefs.
9936
9937 2002-01-25  Tim Hughes  <tjh@delcam.com>
9938
9939         * include/wininet.h (SECURITY_FLAG_IGNORE_*): Add missing
9940         defines.
9941
9942 2002-01-25  Andriy Palamarchuk  <apa3a@yahoo.com>
9943
9944         * include/winsuser.h (ATF_AVAILABLE, SERKF_ACTIVE):
9945         Add defines.
9946         (LPACCESSTIMEOUT): Add typedef.
9947
9948 2002-01-24  Phillip Susi  <psusi@cfl.rr.com>
9949
9950         * include/commctrl.h: Add missing HDM_*,HDN_*,LVSICF_* defines.
9951
9952 2002-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
9953
9954         * include/commctrl.h (HDITEM[AW]): Rename _HD_ITEM[AW] to
9955         _HDITEM[AW], with parallel changes to typedefs. Use defines for
9956         backward compatability with old names. Update UNICODE mappings.
9957         (HDLAYOUT): Remove struct _HD_LAYOUT_XP.  Use new typedefs
9958         for struct _HD_LAYOUT and add defines for backward
9959         compatability with old names.
9960         (NMLISTVIEW): Rename _NM_LISTVIEW to tagNMLISTVIEW, with
9961         parallel chages to typedefs. Add defines for backward
9962         compatability with old names.
9963         (TCHITTESTINFO, IMAGELISTDRAWPARAMS): Fix _WIN32_IE guard.
9964
9965 2002-01-21  Robert Collins  <rbtcollins@hotmail.com>
9966
9967         * include/winnt.h: Add missing MEM_ defines, and convert existing to
9968         hex for readability.
9969
9970 2002-01-17  Marcus Geelnard  <marcus.geelnard@home.se>
9971
9972         * include/winsuser.h (tagKBDLLHOOKSTRUCT): Define struct
9973         and typedefs.
9974         (SPI_SETSCREENSAVERRUNNING): Add define.
9975         (LLKHF_ALTDOWN): Add define.
9976         * include/wingdi.h (PFD_GENERIC_ACCELERATED,
9977         PFD_DEPTH_DONTCARE): Add defines.
9978
9979 2002-01-17  Danny Smith  <dannysmith@users.sourceforge.net>
9980
9981         * include/objbase.h (CoGetObject): Add prototype.
9982
9983 2002-01-14  Timothy J. Wood  <tjw@omnigroup.com>
9984
9985         * include/winuser.h (ENUM_CURRENT_SETTINGS,
9986         ENUM_REGISTRY_SETTINGS): Add defines.
9987
9988 2002-01-14  Danny Smith  <dannysmith@users.sourceforge.net>
9989
9990         * include/winnt.h (FILE_ATTRIBUTE_ENCRYPTED): Correct constant.
9991         (FILE_ATTRIBUTE_DEVICE): Add define.
9992
9993 2002-01-14  Corinna Vinschen  <vinschen@redhat.com>
9994
9995         * include/winnt.h: Add INVALID_FILE_ATTRIBUTES.
9996
9997 2002-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
9998
9999         * ChangeLog: correct date in last entry.
10000
10001 2002-01-11  Timothy J. Wood  <tjw@omnigroup.com>
10002
10003         * include/winuser.h (MONITORENUMPROC): Add typedef.
10004         (EnumDisplayMonitors): Add prototype.
10005         * lib/user32.def (EnumDisplayMonitors): Add stub.
10006
10007 2002-01-11 Ralf Habacker  <Ralf.Habacker@freenet.de>
10008
10009         * include/ntsecapi.h:  Fixed missing void parameter type in some
10010         prototypes.
10011         * include/objbase.h: Ditto.
10012         * include/rapi.h: Ditto.
10013         * include/rpc.h: Ditto.
10014         * include/rpcdce.h: Ditto.
10015         * include/rpcdcep.h: Ditto.
10016         * include/rpcndr.h: Ditto.
10017         * include/rpcnsip.h: Ditto.
10018         * include/rpcproxy.h: Ditto.
10019         * include/windef.h: Ditto.
10020
10021 2002-01-07  Danny Smith  <dannysmith@users.sourceforge.net>
10022
10023         * lib/vfw32.def (LIBRARY): Change to MSVFW32.DLL.
10024
10025 2002-01-04  TAMURA Kent  <tkent@users.sourceforge.net>
10026
10027         * include/wingdi.h (BI_JPEG, BI_PNG, GGO_BEZIER,GGO_UNHINTED,
10028          LAYOUT_RTL, LAYOUT_BITMAPORIENTATIONPRESERVED): Add defines.
10029         * include/winuser.h (HWND_MESSAGE, WS_EX_COMPOSITED,
10030         WS_EX_LAYERED, WS_EX_LAYOUTRTL, WS_EX_NOACTIVATE,
10031         WS_EX_NOINHERITLAYOUT): Add defines.
10032         * include/winnt.h (PF_RDTSC_INSTRUCTION_AVAILABLE,
10033         PF_PAE_ENABLED, MEM_PHYSICAL, MEM_RESET, MEM_TOP_DOWN,
10034         MEM_WRITE_WATCH): Add defines.
10035
10036
10037 2002-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
10038
10039         * include/winbase.h (InitializeCriticalSectionAndSpinCount):
10040         Add prototype.
10041         (SetCriticalSectionSpinCount): Likewise.
10042
10043 2001-12-30  Guido Serassio  <serassio@libero.it>
10044
10045         * include/winsvc.h: Add EnumServiceStatusEx(),
10046         QueryServiceStatusEx()
10047         & RegisterServiceCtrlHandlerEx()
10048
10049 2001-12-21  Robert Collins  <rbtcollins@hotmail.com>
10050
10051         * include/wingdi.h: Add GetRandomRgn and SYSRGN.
10052
10053 2001-12-20  Christopher Faylor  <cgf@redhat.com>
10054
10055         * lib/Makefile.in: Revert inst_installdir definitions to working
10056         versions.
10057
10058 2001-12-17  Guido Serassio  <serassio@libero.it>
10059
10060         * include/winsvc.h: Add ChangeServiceConfig2() &
10061         QueryServiceConfig2() definition
10062
10063 2001-12-17  Robert Collins  <rbtcollins@hotmail.com>
10064
10065         * include/commctrl.h: New typedefs for HDLAYOUT and LPHDLAYOUT based
10066         on MSDN documentation for XP.
10067
10068 2001-12-15  Andrew Begel  <abegel@eecs.berkeley.edu>
10069
10070         * include/winbase.h (CreateHardLink): Correct typo in UNICODE
10071         mappings.
10072
10073 2001-12-11  Phillip Susi  <psusi@cfl.rr.com>
10074
10075         * include/commctrl.h (ACS_*): Add new defines.
10076         (PGS_*): Ditto.
10077         (CBES_*): Ditto.
10078         (TBSTYLE_*): Ditto.
10079         (TB_*): Ditto.
10080         (TTS_*): Ditto.
10081         (UDS_HOTTRACK): Add define.
10082         (SBT_TOOLTIPS): Ditto.
10083         (TBS_*): Add new defines.
10084         (HDS_*): Ditto.
10085         (LVS_EX_*) Ditto.
10086         (LVKF_*): Ditto.
10087         (TCM_GETEXTENDEDSTYLE): Add define.
10088         (TVS_NOHSCROLL): Ditto.
10089         (TVIF_INTEGRAL): Ditto.
10090         (DTS_SHORTDATECENTURYFORMAT): Ditto.
10091         (TCS_*): Add new defines.
10092         (CBEM_*): Add defines.
10093         (tagNMITEMACTIVATE): Add structure definition and typedefs.
10094         (tagTVITEMEX[AW]: Ditto.
10095         (tagTVINSERTSTRUCT[AW]: Add union member.
10096         * include/winbase.h (VirtualAllocEx): Add prototype.
10097         * include/winuser.h (SS_*): Add new defines.
10098
10099 2001-12-07  Earnie Boyd  <earnie@users.sf.net>
10100
10101         * Makefile.in: Increment VERSION.
10102         * include/w32api.h: Ditto.
10103
10104 2001-12-07  Earnie Boyd  <earnie@users.sf.net>
10105
10106         * Makefile.in: Increment VERSION.
10107         * include/w32api.h: Ditto.
10108
10109 2001-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
10110
10111         * include/setupi.h (SetupDiCreateDeviceInterfaceRegKey[AW],
10112         SetupDiCreateDevRegKey[AW],SetupDiDeleteDeviceInterfaceRegKey,
10113         SetupDiDeleteDevRegKey,SetupDiOpenClassRegKey,
10114         SetupDiOpenClassRegKeyEx[AW],SetupDiOpenDeviceInterfaceRegKey,
10115         SetupDiOpenDevRegKey): Correct function names.
10116
10117 2001-12-04  Earnie Boyd  <earnie@users.sf.net>
10118
10119         * include/winuser.h (IDC_STATIC): Don't define.
10120
10121 2001-12-04  Danny Smith  <dannysmith@users.sourceforge.net>
10122
10123         Cleanup merge between SourceForge and winsup CVS.
10124         * include/winbase.h (OSVERSIONINFO[AW], OSVERSIONINFOEX[AW]: Remove
10125         definitions.
10126         * include/winnt.h (VER_NT*): Remove duplicate defines.
10127         (VER_SUITE*): Group with VER_PLATFORM*, VER_NT* defines.
10128
10129 2001-12-03  Earnie Boyd  <earnie@users.sf.net>
10130
10131         * include/accctrl.h: Change \r\n to \n.
10132
10133 2001-11-30  Danny Smith  <dannysmith@users.sourceforge.net>
10134
10135         * include/ipexport.h (IP_UNIDIRECTIONAL_ADAPTER_ADDRESS):
10136         Add structure definition.
10137         * include/iptypes.h (IP_PER_ADAPTER_INFO): Ditto.
10138         * include/iphlpapi.h (AddIPAddress,CreateProxyArpEntry,
10139         DeleteIPAddress,DeleteProxyArpEntry,EnableRouter,
10140         FlushIpNetTable,GetAdapterIndex,GetPerAdapterInfo,
10141         GetUniDirectionalAdapterInfo,SendARP,SetAdapterIpAddress,
10142         UnenableRouter) Declare functions.
10143         * lib/iphlpapi.def: Add function names to import lib.
10144
10145 2001-11-24  Danny Smith  <dannysmith@users.sourceforge.net>
10146
10147         * include/winnt.h (PACCESS_MASK): Add typedef.
10148         * include/aclapi.h: New file.
10149         * include/acctrl.h: New file.
10150         * lib/advapi32.def: Add missing symbols.
10151         * lib/test.c: Add #include <aclapi.h>.
10152
10153 2001-11-23  Danny Smith  <dannysmith@users.sourceforge.net>
10154
10155         * include/winbase.h (OSVERSIONINFO[AW],VER_PLATFORM_WIN32s,
10156         VER_PLATFORM_WIN32_WINDOWS,VER_PLATFORM_WIN32_NT): Move from
10157         here ...
10158         * include/winnt.h: ... to here.
10159         * include/winbase.h (VerifyVersionInfo[AW]): Add declaration.
10160         * include/winnt.h (OSVERSIONINFOEX[AW]): Add structure definitions
10161         and typedefs.
10162         (VER_NT_WORKSTATION,VER_NT_DOMAIN_CONTROLLER,VER_NT_SERVER):
10163         Add defines.
10164
10165 2001-11-19  Pierre Muller  <muller@ics.u-strasbg.fr>
10166
10167         * w32api/include/winnt.h: prepare SSE register support.
10168         (CONTEXT_EXTENDED_REGISTERS): Add new define.
10169         (MAXIMUM_SUPPORTED_EXTENSION): New define.
10170         (struct CONTEXT): ExtendedRegisters field added.
10171
10172 2001-11-16  Danny Smith  <dannysmith@users.sourceforge.net>
10173
10174         * include/winuser.h (tagALTTABINFO, tagCOMBOBOXINFO,
10175         tagCURSORINFO, tagMENUBARINFO, tagMENUINFO, tagMONITORINFO
10176         tagSCROLLBARINFO, tagTITLEBARINFO. tagWINDOWINFO,
10177         tagLASTINPUTINFO ): Define new structures.
10178         (EndMenu, GetAltTabInfo[AW],GetComboBoxInfo,GetCursorInfo,
10179         GetLastInputInfo, GetListBoxInfo, GetMenuBarInfo,
10180         GetMonitorInfo[AW], GetScrollBarInfo, GetTitleBarInfo,
10181         GetWindowInfo, GetWindowModuleFileName[AW],GetMenuInfo
10182         SetMenuInfo): Add new prototypes.
10183         * lib/user32.def: Add import stubs for above functions.
10184
10185         * include/winuser.h (IDC_STATIC): Protect against prior
10186         definition.
10187
10188 2001-11-12  Corinna Vinschen  <corinna@vinschen.de>
10189
10190         * include/winbase.h (OSVERSIONINFOEX): Add definition.
10191         * include/winnt.h: Add VER_NT_* and VER_SUITE_* defines.
10192
10193 2001-11-10  Robert Collins  <rbtcollins@hotmail.com>
10194
10195         * include/winnt.h: Add Danny Smith's text comment about gcc compiler
10196         warnings with _AUTHORITY #defines.
10197
10198 2001-11-09  Robert Collins  <rbtcollins@hotmail.com>
10199
10200         * include/winnt.h (GetCurrentFiber): Create a prototype before the
10201         implementation.
10202         (GetFiberData): Ditto.
10203
10204 2001-11-09  Robert Collins  <rbtcollins@hotmail.com>
10205
10206         * include/winnt.h: Backout last change.
10207
10208 2001-11-08  Robert Collins  <rbtcollins@hotmail.com>
10209
10210         * include/winnt.h: Define *_SID_AUTHORITY appropriately,
10211         GetCurrentFiber: Create a prototype before the implementation.
10212         GetFiberData: Ditto.
10213
10214 2001-11-06  Danny Smith  <dannysmith@users.sourceforge.net>
10215
10216         * include/winuser.h (IDC_STATIC): Add define.
10217         Thanks to: Benoit Laniel.
10218
10219 2001-11-05  Danny Smith  <dannysmith@users.sourceforge.net>
10220
10221         * include/commdlg.h: Include <unknwn.h> rather than local
10222         definition of LPUKNOWN.
10223         * include/rpcproxy.h: Don't include if ndef CINTERFACE.
10224         Emit warning.
10225
10226 2001-11-05  Mattia Barbon  <mbarbon@dsi.unive.it>
10227
10228         * include/windef.h (DECLSPEC_NORTEURN): Add an empty version
10229         for Watcom.
10230         (DECLARE_STDCALL_P): Use it to add __stdcall decoration for
10231         functions of the form 'type * function(...)' in a way compatible
10232         with both Watcom and GCC.
10233         * include/rpcdcep.h (I_RpcAllocate): Use DECLARE_STDCALL_P.
10234         * include/rpcproxy.h (CInterfaceProxyVtbl): Do not declare
10235         zero-sized arrays for Watcom. Mark as __extension for __GNUC__.
10236         * include/windows.h: Watcom can use anonymous structs/unions.
10237         * include/winnt.h: Watcom can use 64 bit ints.
10238         (GetCurrentFiber): Add another inline definition using
10239         Watcom inline assembly syntax.
10240         (GetFiberData): Likewise.
10241         * include/winsock.h (inet_ntoa): Use DECLARE_STDCALL_P.
10242         (gethostbyname): Likewise.
10243         (gethostbyaddr}: Likewise.
10244         (getservbyport}: Likewise.
10245         (getservbyname}: Likewise.
10246         (getprotobynumber}: Likewise.
10247         (getprotobyname}: Likewise.
10248         * include/winsock2.h (inet_ntoa): Use DECLARE_STDCALL_P.
10249         (gethostbyname}: Likewise.
10250         (gethostbyaddr}: Likewise.
10251         (getservbyport}: Likewise.
10252         (getservbyname}: Likewise.
10253         (getprotobynumber}: Likewise.
10254         (getprotobyname}: Likewise.
10255         * lib/diinut.c: Correction for Watcom.
10256         * lib/kernel32.c (GetCurrentFiber): Add another definition
10257         using Watcom inline assembly syntax.
10258         (GetFiberData): Likewise.
10259         * lib/scrnsave.c (WinMain): Add break after default:
10260         clause.
10261
10262 2001-11-04  "stefan"  <stefan@lkcc.org>
10263
10264         * include/winnt.h (GetCurrentFiber): Add prototype.
10265         (GetFiberData): Likewise.
10266
10267 2001-11-04  Christopher Faylor  <cgf@redhat.com>
10268
10269         * lib/Makefile.in: Add .NOTPARALLEL target since dlltool cannot run in
10270         parallel invocations.
10271
10272 2001-11-03  Christopher Faylor  <cgf@redhat.com>
10273
10274         * lib/scrnsave.c (WinMain): Trivial change to avoid a compiler warning.
10275
10276 2001-11-01  Danny Smith  <dannysmith@users.sourceforge.net>
10277
10278         * include/basetyps.h (DECLARE_INTERFACE): Don't add
10279         __attribute__((com_interface)) for __GNUC__ >= 3.
10280
10281 2001-11-01  Danny Smith  <dannysmith@users.sourceforge.net>
10282
10283         * include/commdlg.h (PRINTPAGERANGE): Add structure
10284         definition.
10285         (PRINTDLGEX[AW]): Likewise.
10286         (PrintDlgEx[AW]): Add function declaration.
10287         * lib/comdlg32.def (PrintDlgEx[AW]): Add function stubs.
10288         * ChangeLog: Fix typo in last entry.
10289
10290 2001-11-01  TAMURA Kent  <tkent@users.sourceforge.net>
10291
10292         * include/objbase.h (CoGetClassObject): Change third parameter
10293         to COSERVERINFO*.
10294
10295 2001-10-30  Danny Smith  <dannysmith@users.sourceforge.net>
10296
10297         * include/winuser.h (MOUSEEVENTF_WHEEL): Define.
10298         Thanks to: Kim Saunders.
10299         * include/oleauto.h: Define VARIANT* flags for VariantChangeType.
10300         Thanks to: Pat Thoyts.
10301         * include/winnt.h: Change C++ style comment to C style.
10302         * include/shlobj.h: Ditto.
10303         * include/objbase.h (enum tagCOINIT): Remove comma at end of
10304         list.
10305         * include/oledlg.h (enum tagOLEUIPASTEFLAG): Ditto.
10306         * include/oleidl.h (enum tagDROPEFFECT): Mark as __extension__
10307         (enum not limited to range of int).
10308         * include/oaidl.h (struct tagVARIANT): Mark as __extension__
10309         (struct with no named members), ifndef NONAMELESSUNION.
10310
10311 2001-10-30  Danny Smith  <dannysmith@users.sourceforge.net>
10312
10313         * include/winuser.h (CREATESTRUCT): UNICODE it.
10314         (CBT_CREATEWND): Likewise.
10315
10316 2001-10-20  Corinna Vinschen  <corinna@vinschen.de>
10317
10318         * include/winnetwk.h (WNetGetResourceInformationA): Add declaration.
10319         (WNetGetResourceInformationW): Ditto.
10320         (WNetGetResourceInformation): Add define.
10321
10322 2001-10-12  Pedro A Aranda  <paaguti@hotmail.com>
10323
10324         * include/winuser.h (POINTSTOPOINT): Use explicit casts
10325         before extracting words.
10326
10327 2001-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
10328
10329         * include/winnt.h: Add PF_* defines.
10330         Thanks to: "Wizord"  <wizord@argoslabs.com>
10331
10332 2001-09-18  Danny Smith  <dannysmith@users.sourceforge.net>
10333
10334         * include/winnt.h (_[U]LARGE_INTEGER): Mark nameless structure
10335         field as _ANONYMOUS_STRUCT.
10336         * include/setupapi.h (SP_DEVINSTALL_PARAMS): Add missing typedef
10337         for UNICODE.
10338         * include/ipexport.h (icmp_echo_reply): Remove extra ';'.
10339         * lib/makefile.in: Add -pedantic switch to TEST_OPTIONS for header
10340         test.
10341
10342 2001-09-17  Mattia Barbon  <mbarbon@dsi.unive.it>
10343
10344         * include/commctrl.h: Add some ListView constants.
10345
10346 2001-09-17  Earnie Boyd  <earnie@sf.net>
10347
10348         * lib/Makefile.in (inst_includedir): Add FIXME and remove the usr/
10349         portion of the directory from the install.
10350         (inst_libdir): Ditto.
10351         * Makefile.in (VERSION): Increment.
10352         * include/w32api.h: Increment version.
10353
10354 2001-09-13  Earnie Boyd  <earnie@SF.net>
10355
10356         * lib/Makefile.in (inst_includedir): Change to always use w32api
10357         subdirectory for target == cygwin.
10358         (inst_libdir): Ditto.
10359
10360 2001-09-13  Earnie Boyd  <earnie@SF.net>
10361
10362         * lib/Makefile.in (config_prefix): New variable.
10363         (inst_includedir): Manipulate special value only if target == cygwin
10364         and build == target and prefix != config_prefix.
10365         (inst_libdir): Ditto.
10366
10367 2001-09-12  Earnie Boyd  <earnie@SF.net>
10368
10369         * Makefile.in (TARFLAGS): New variable.
10370         (TARFILEEXT): Ditto.
10371
10372 2001-09-12  Earnie Boyd  <earnie@SF.net>
10373
10374         * Makefile.in: Increment version.
10375         * include/w32api.h: Ditto.
10376         * lib/Makefile.in: Add usr/ to install directory special for cygwin.
10377
10378 2001-09-11  Danny Smith  <dannysmith@users.sourceforge.net>
10379
10380         * include/winnt.h (_[U]LARGE_INTEGER): Protect nameless struct with
10381         !defined(NONAMELESSUNION), rather than defined(_ANONYMOUS_STRUCT).
10382         (_REPARSE_DATA_BUFFER): Name union field DUMMYUNIONNAME.
10383
10384 2001-09-05  Danny Smith  <dannysmith@users.sourceforge.net>
10385
10386         * include/wininet.h (InternetAutodial): Add prototype.
10387         (InternetAutodialHangup): Ditto.
10388         (InternetDial): Ditto.
10389         (InternetGetConnectedState): Ditto.
10390         (InternetGoOnline): Ditto.
10391         (InternetHangUp): Ditto.
10392         (InternetSetDialState): Ditto.
10393         Add associated INTERNET_* auto dial flags.
10394         Guard typedefs and prototypes with #ifndef RC_INVOKED.
10395
10396 2001-09-04  Earnie Boyd  <earnie@SF.Net>
10397
10398         * lib/Makefile.in: Move the setting of variable libdir to after the
10399         setting of exec_prefix since the value of libdir is dependant on it.
10400
10401 2001-09-04  Christopher Faylor  <cgf@cygnus.com>
10402
10403         * include/winbase.h: Add missing closing parentheses to
10404         InterlockedExchangePointer declaration.
10405
10406 2001-09-01  Danny Smith  <dannysmith@users.sourceforge.net>
10407
10408         * include/shlobj.h (CFSTR_* ): Add new defines.
10409         Thanks to: "Ron" <ron@debian.org> .
10410         Unicode them.
10411
10412 2001-09-01  Christopher Faylor  <cgf@cygnus.com>
10413
10414         * include/winnt.h: Use defined(_ANONYMOUS_STRUCT) to determine if
10415         anonymous structs are available rather than just testing preprocessor
10416         variable directly.
10417
10418 2001-08-31  Corinna Vinschen  <corinna@vinschen.de>
10419
10420         * include/winnt.h: Change definition of `SYSTEM_LUID' to comply
10421         with new `LARGE_INTEGER' definition.
10422
10423 2001-08-30  Christopher Faylor  <cgf@cygnus.com>
10424
10425         * include/winsock2.h: Remove "extra token" after #endif.
10426
10427 2001-08-31  Earnie Boyd  <earnie@SF.Net>
10428
10429         * config.guess: Remove the \r from the end of line.
10430         * config.sub: Ditto.
10431
10432 2001-08-30  Danny Smith  <dannysmith@users.sourceforge.net>
10433
10434         * include/winnt.h: Allow anonymous struct in [U]LARGE_INTEGER
10435         if __cplusplus as well as if _ANONYMOUS_STRUCT.
10436
10437 2001-08-29  Earnie Boyd  <earnie@SF.Net>
10438
10439         * config.guess: Add the MSYS system.
10440         * config.sub: Ditto.
10441         * include/winsock.h: Add the __INSIDE_MSYS__ protections.
10442         * incldue/winsock2.h: Ditto.
10443
10444 2001-08-29  Eric Kohl  <ekohl@users.sourceforge.net>
10445
10446         * include/winnt.h: Allow anonymous (Xxx.LowPart) or
10447         non-anonymous (Xxx.u.LowPart) access to HighPart and
10448         LowPart of a LARGE_INTEGER or ULARGE_INTEGER.
10449
10450 2001-08-24  TAMURA Kent  <tkent@users.sourceforge.net>
10451
10452         * include/wingdi.h (HANGUL_CHARSET): Add define.
10453
10454 2001-08-21  Earnie Boyd  <earnie@SF.Net>
10455
10456         * include/setupapi.h: Formatting.
10457
10458 2001-08-21  Earnie Boyd  <earnie@SF.Net>
10459
10460         * include/shlobj.h: Remove \r from the line endings.
10461
10462 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
10463
10464         * include/setupapi.h : New file.
10465         * lib/setupapi.def:New file.
10466         * lib/test.c: Include setupapi.h.
10467
10468 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
10469         * include/winioctl.h (_DISK_PERFORMANCE): Correct typo.
10470
10471 2001-08-21  Mattia Barbon  <mbarbon@dsi.unive.it>
10472
10473         * include/richedit.h (ENLINK): Add structure definition.
10474         (EM_AUTOURLDETECT, EN_LINK, ENM_LINK): Add defines.
10475
10476 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
10477
10478         * include/shlobj.h (CMIC_*): Remove duplicate defines.
10479         (CMDSTR_*): Remove duplicates; UNICODE string constants.
10480         (GCS_*): Make UNICODE.
10481         (CSIDL_*): Add more defines.
10482         * include/winioctl.h (_MEDIA_TYPE): Add pointer typedef.
10483         (_DISK_GEOMETRY): Ditto.
10484         (_DISK_PERFORMANCE): Ditto.
10485         * include/winbase.h (HasOverlappedIoCompleted): Add macro.
10486
10487 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10488
10489         * include/winnt.h: Move CHAR, SHORT and LONG typedefs outside
10490         of block protected by #ifndef VOID.
10491         (This reverts 1998-12-01 Anders Norlander change.)
10492         * include/odbcinst.h: End file with newline.
10493         * include/raserror.h: Ditto.
10494
10495 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10496
10497         * include/winsock2.h (#include <wtypes.h): Don't.
10498         (_BLOB): Define instead, if not already done.
10499         (__BLOB_T_DEFINED: New define for guarding _BLOB.
10500         * include/wtypes.h (_BLOB): Guard against prior definition.
10501
10502 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10503
10504         * include/oaidl.h (tagVARIANT): Mark anonymous structs and unions
10505         as __extension__.
10506         (tagTYPEDESC): Ditto.
10507         (_wireBRECORD): Add structure definition.
10508         (_wireSAFEARR_BRECORD): Ditto.
10509         (_wireSAFEARR_HAVEIID): Ditto.
10510         (_wireSAFEARRAY_UNION.u): Add fields SAFEARR_BRECORD RecordStr,
10511         SAFEARR_HAVEIID HaveIidStr.
10512         (tagVariant): Add fields _VARIANT_BOOL bool,*pbool.
10513         (_wireVARIANT): Change field parray to type wirePSAFEARRAY,
10514         pparray to wirePSAFEARRAY*.
10515         (_wireVARIANT): Add field wireBRECORD brecVal.
10516         (wireVARIANT): Change typedef to struct _wireVariant*.
10517         (IRecordInfo): Add interface definition.
10518         (LPRECORDINFO): Add typedef for IRecordInfo*.
10519         (IID_IRecordInfo): Add forward decalaration.
10520
10521 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10522
10523         * include/lmcons.h: Guard CNLEN and UNCLEN against prior definition.
10524         * include/nddeapi.h: Likewise.
10525
10526 2001-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
10527
10528         * lib/test.c (Win32_Winsock): Replace with __USE_W32_SOCKETS.
10529         Add more includes of w32api headers.
10530
10531 2001-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
10532
10533         * include/winnt.h (GetCurrentFiber): Change __inline to __inline__.
10534         Swap asm code with that of GetFiberData.
10535         (GetFiberData): Ditto.
10536         * lib/kernel32.c: New file, containing library versions of
10537         GetCurrentFiber and GetFiberData.
10538         * lib/makefile.in: Add kernel32.o as static object to libkernal32.a.
10539
10540 2001-08-08  Danny Smith  <dannysmith@users.sourceforge.net>
10541
10542         * include/winuser.h (GET_WHEEL_DELTA_WPARAM): Add macro.
10543         Thanks to: Harold Hunt <Harold@compasstechnologies.com>.
10544
10545 2001-08-08  Danny Smith  <dannysmith@users.sourceforge.net>
10546
10547         * lib/oleaut32.def: Regenerate.
10548
10549 2001-08-04  Danny Smith  <dannysmith@users.sourceforge.net>
10550
10551         * include/wtypes.h (DECIMAL_SETZERO): Correct typo.
10552
10553 2001-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
10554
10555         Apply Dmitry Bely  <dbely@mail.ru> patch 437834 (with additions).
10556         * include/oleidl.h (ISupportErrorInfo, ICreateInfo): Move from here
10557         * include/oaidl.h: ... to here.
10558         * include/oaidl.h ICreateErrorInfo): Add interface definition.
10559         (IErrorInfo::GetGUID): Change arg to GUID.
10560         (LPSUPPORTERRORINFO): Add typedef.
10561         (IID_ISupportErrorInfo): Change forward decl. of type to IID.
10562
10563 2001-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
10564
10565         * include/winsock2.h (WSAGET* and WSAMAKE*): Remove duplicate
10566         defines.
10567
10568 2001-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
10569
10570         * include/commctrl.h (TreeView_SetIndent): Correct typo.
10571
10572 2001-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
10573
10574         * include/commctrl.h (TBSTYPE_FLAT): Remove define.
10575         Thanks to: Jason Craig  <jacraig@softhome.net>
10576
10577 2001-07-30  Mattia Barbon  <mbarbon@dsi.unive.it>
10578
10579         * include/commctrl.h (TBBUTTONINFO[AW]): Add struct definitions,
10580         and UNICODE mappings, if _WIN32_IE >= 0x400.
10581         (TBIF_* and TB_SETBUTTONINFO): Add defines, if _WIN32_IE >= 0x400.
10582         (CDIS_*,CDDS_*,CDRF_*) : Add defines.
10583         (tagNMCUSTOMDRAWINFO): Add struct definition and typedefs.
10584         (tagNMLVCUSTOMDRAW): Likewise.
10585         (tagNMTVCUSTOMDRAW): Likewise.
10586         (tagNMLVCACHEHINT): Likewise.
10587
10588 2001-07-06  Danny Smith  <dannysmith@users.sourceforge.net>
10589
10590         * include/basetsd.h (#include <_mingw.h>): Remove.
10591         (__int64): Define.
10592
10593 2001-06-28  Danny Smith  <dannysmith@users.sourceforge.net>
10594
10595         * include/wingdi.h (AC_SRC_OVER): Add define.
10596         (struct _BLENDFUNCTION): Add.
10597
10598 2001-06-28  Danny Smith  <dannysmith@users.sourceforge.net>
10599
10600         * include/shlobj.h:  Add BIF_* defines.
10601
10602 2001-06-27  Danny Smith  <dannysmith@users.sourceforge.net>
10603
10604         * include/winerror.h (E_PENDING): Add error code define.
10605
10606 2001-06-27  Danny Smith  <dannysmith@users.sourceforge.net>
10607
10608         * include/basetsd.h (#include <_mingw.h>): Add directive.
10609
10610 2001-06-25  Danny Smith  <dannysmith@users.sourceforge.net>
10611
10612         * include/winbase.h (InterlockedCompareExchange): Change args
10613         and return value from PVOID to LONG.
10614         (InterlockedExchange): Change first arg to LPLONG.
10615         (InterlockedCompareExchangePointer): New macro.
10616         (InterlockedExchangePointer): New macro.
10617
10618 2001-06-19  Danny Smith  <dannysmith@users.sourceforge.net>
10619
10620         * lib/kernel32.def: Add LanguageGroup and UILanguage symbols.
10621         Thanks to Kevin Chase <kevincha99@hotmail.com>.
10622
10623 2001-06-11  TAMURA Kent  <tkent@users.sourceforge.net>
10624
10625         * objidl.h (IMalloc::ReAlloc()): Correct declaration.
10626         (IMalloc::Free()): Ditto.
10627
10628 2001-06-11  Danny Smith  <dannysmith@users.sourceforge.net>
10629
10630         * include/shlobj.h (REGSTR_PATH_EXPLORER): Unicode it.
10631         (REGSTR_PATH_SPECIAL_FOLDERS): Ditto.
10632         * include/regstr.h (REGSTR_PATH_EXPLORER): Add #ifndef guard.
10633
10634 2001-06-11  Mattia Barbon  <mbarbon@dsi.unive.it>
10635
10636         * include/shlobj.h (struct _browseinfo): UNICODE it.
10637         (SHBrowseForFolder): Ditto.
10638         (SHGetPathFromIDList): Ditto.
10639
10640 2001-06-11  Earnie Boyd  <earnie@users.sourceforge.net>
10641
10642         * include/basetsd.h: RC_INVOKED protection and realignment.
10643         Thanks to: Colin Peters <colinpeters@users.sourceforge.net>
10644
10645 2001-06-06  Earnie Boyd  <earnie@users.sourceforge.net>
10646
10647         * Makefile.in (bindist): Reassign value of exec_prefix on make command
10648         line.
10649
10650 2001-05-22  Christopher Faylor  <cgf@cygnus.com>
10651
10652         * lib/mapi32.def: Add MAPISendMail.
10653
10654 2001-05-22  Earnie Boyd  <earnie@users.sourceforge.net>
10655
10656         * include/w32api.h: Update version.
10657         * Makefile.in: Ditto.
10658
10659 2001-05-17  Corinna Vinschen  <corinna@vinschen.de>
10660
10661         * include/winnt.h: Define SE_GROUP_LOGON_ID as unsigned to avoid
10662         compiler warnings.
10663
10664 2001-05-17  Corinna Vinschen  <corinna@vinschen.de>
10665
10666         * include/ntdef.h: Protect definition of OBJECT_ATTRIBUTES against
10667         previous definition in include/ntsecapi.h.
10668         * include/ntsecapi.h: Vice versa.
10669
10670 2001-05-16  Corinna Vinschen  <corinna@vinschen.de>
10671
10672         * include/winnt.h: Add defines for group attributes.
10673         Add define for SYSTEM_LUID.
10674         Add missing types `PTOKEN_DEFAULT_DACL', `PTOKEN_OWNER' and
10675         `PTOKEN_PRIMARY_GROUP'.
10676
10677 2001-04-24  Christopher Faylor  <cgf@cygnus.com>
10678
10679         * lib/Makefile.in: Install libraries in /usr/lib/w32api when building
10680         for cygwin.
10681
10682 2001-04-24  Christopher Faylor  <cgf@cygnus.com>
10683
10684         * include/winsock2.h: Protect one *more* newlib defines when compiling
10685         cygwin.
10686
10687 2001-04-23  Christopher Faylor  <cgf@cygnus.com>
10688
10689         * include/winsock2.h: Protect some more newlib defines when compiling
10690         cygwin.
10691
10692 2001-04-23  Christopher Faylor  <cgf@cygnus.com>
10693
10694         * include/winsock.h: Protect some more newlib defines when compiling
10695         cygwin.
10696
10697 2001-04-17  Egor Duda  <deo@logos-m.ru>
10698
10699         * include/windows.h: Define _ANONYMOUS_STRUCT and _ANONYMOUS_UNION
10700         as __extenstion__ when appropriate.
10701         * include/mmsystem.h: Mark anonymous structs and unions as
10702         __extension__ to prevent compiler warning when invoked with
10703         -pedantic
10704         * include/oaidl.h: Ditto.
10705         * include/objidl.h: Ditto.
10706         * include/olectl.h: Ditto.
10707         * include/prsht.h: Ditto.
10708         * include/shlobj.h: Ditto.
10709         * include/winbase.h: Ditto.
10710         * include/winnt.h: Ditto.
10711         * include/wtypes.h: Ditto.
10712
10713 2001-04-11  Danny Smith  <dannysmith@users.sourceforge.net>
10714
10715         * include/windows.h (#include <winsock.h>): Include <winsock2.h>
10716         instead if (_WIN32_WINNT >= 0x0400)&&(__W32API_MAJOR_VERSION > 0).
10717
10718 2001-04-11  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10719
10720         * include/winuser.h (WM_IME_*): Remove defines (now in imm.h).
10721
10722 2001-04-11  John Fortin  <fortinj@attglobal.net>
10723
10724         * include/windef.h (*PBOOL): Unprotect from XFree86Server.
10725         (*LPBOOL): Ditto.
10726
10727 2001-04-08  Christopher Faylor  <cgf@cygnus.com>
10728
10729         * include/winnt.h (GetCurrentFiber): Make "external __inline" or asm
10730         code will be included in every module which includes this header.
10731         (GetFiberData): Ditto.
10732
10733 2001-04-08  Earnie Boyd  <earnie@users.sourceforge.net>
10734
10735         * include/winnt.h (GetCurrentFiber): Fix typo.
10736
10737 2001-04-08  Earnie Boyd  <earnie@users.sourceforge.net>
10738
10739         * include/shellapi.h: (CommandLineToArgvW): Add WINAPI declaration.
10740         * include/winbase.h: (GetFileAttributesExW): Fix typo.
10741         * include/wingdi.h: (StartDocA): Change LPDOCINFOA to DOCINFOA*.
10742         (StartDocB): Chage LNPDOCINFOB to DOCINFOB*.
10743         Thanks To: Kent Tamura  <tkent@users.sourceforge.net>
10744
10745         * include/winnt.h: (GetFiberData): Add __inline assembler coding.
10746         (GetCurrentFiber): Ditto.
10747         Thanks to: Andy Younger  <AndyY@redlemon.com>
10748
10749         * include/windef.h: (HMONITOR_DECLARED): New definition to stop
10750         DirectX 8 from complaining.
10751         Thanks to: Sigbjørn Lund Olsen  <mosikos@online.no>
10752
10753 2001-04-08  Michael Soderstrom  <ichaelsoderstro@hotmail.com>
10754
10755         * include/commctrl.h Updated TreeView and ListView defines and macros.
10756
10757 2001-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
10758
10759         * include/winuser.h (MB_SERVICE_NOTIFICATION): Correct value for NT4
10760         and above.
10761
10762 2001-03-30  Earnie Boyd  <earnie@users.sourceforge.net>
10763         * include/winuser.h (VK_KANA): New definition.
10764         Thanks to: "Harold Hunt" <huntharo@msu.edu>
10765
10766 2001-03-29  Earnie Boyd  <earnie@users.sourceforge.net
10767
10768         * include/winuser.h (RT_CURSOR): Add protection for XFree86Server.
10769         (RT_FONT): Ditto.
10770         * include/basetsd.h (INT32): Ditto.
10771         * include/windef.h (ATOM): Ditto.
10772         (BOOL): Ditto.
10773         (BYTE): Ditto.
10774         * include/winbase.h (FreeResource): Ditto.
10775         Thanks to: "Harold Hunt" <huntharo@msu.edu>
10776
10777 2001-03-20  Danny Smith  <dannysmith@users.sourceforge.net>
10778
10779         * include/winsock.h (_SYS_TYPES_H macro guard for int types): Remove;
10780         use only _BSDTYPES_DEFINED macro now defined in newlib sys/types.h.
10781         (SYS_TYPES_H macro guard for fd_set): Replace with_SYS_TYPES_FD_SET
10782         macro now defined in newlib sys/types.h.  Emit warning if defined.
10783         * include/winsock2.h: Ditto.
10784         * include/windows.h (Win32_Winsock): Replace with new macros
10785         __USE_W32_SOCKETS and warn of deprecation.
10786
10787 2001-03-13  Earnie Boyd  <earnie@users.sourceforge.net
10788
10789         * include/wingdi.h: (DOCINFO) Ansi version defined incorrectly.
10790         Thanks to: Mattia Barbon <mbarbon@dsi.unive.it>
10791
10792 2001-03-12  Earnie Boyd  <earnie@users.sourceforge.net
10793
10794         * include/commctrl.h (TBSTYLE_FLAT): New definition.
10795         (TB_GETBUTTONSIZE): Ditto.
10796         (TCS_HOTTRACK): Ditto.
10797         Thanks to: Chris Hansen <popeofpop@softhome.net>
10798
10799 2001-03-01  Earnie Boyd  <earnie@users.sourceforge.net
10800
10801         * Makefile.in: (snapshot): Add target.
10802         * lib/Makefile.in: (install-headers): Use installdir variable.
10803         (installdir): Set value based on target-alias.
10804
10805 2001-02-21  Earnie Boyd  <earnie@users.sourceforge.net
10806
10807         * include/w32api.h: (_W32API_VERSION): Remove.
10808         (__W32API_VERSION): Add.
10809         (__W32API_MAJOR_VERSION): Ditto.
10810         (__W32API_MINOR_VERSION): Ditto.
10811
10812 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
10813
10814         * include/wingdi.h (struct _DOCINFO[AW]): UNICODE it.
10815         (StartDoc[AW]): Use UNICODE'd LPDOCINFO[AW]
10816         * include/winuser.h (struct tagMOUSEKEYS): Define new structure.
10817         * include/winerror.h (NTE_*): Add CryptoAPI error codes.
10818
10819 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
10820
10821         * include/mswsock.h: New file.
10822         * include/ws2tcpip.h: New file.
10823         * include/winsock.h (IPPROTO_IGMP): New define.
10824         (IPPROTO_GGP): Correct value.
10825         (SO_* macros): Remove mswsock defines.
10826         (TCP_BSDURGENT): Likewise.
10827         (IP_* macros): Add comment warning of WinSock2 incompatibility
10828         (WSARecvEx): Remove mswsock prototype.
10829         (TransmitFile): Likewise.
10830         (AcceptEx): Likewise.
10831         (GetAcceptExSockaddrs): Likewise.
10832         (struct _TRANSMIT_FILE_BUFFERS): Remove mswsock definition.
10833         (#include <mswsock.h>): Add directive and explanatory comment
10834         * include/winsock2.h (header guard): add guard for  _WINSOCK_H
10835         (_WINSOCK_H): Define to prevent later inclusion of winsock.h
10836         (#include <winsock.h>): Replace directive with winsock.h file content
10837         The following changes apply to the merged file:
10838         (FD_SET): Keep winsock2.h definition, delete winsock.h definition
10839         (SOMAXCONN): Likewise
10840         (#include <nspapi.h>): Move - don't include until LPSOCKADDR defined
10841         (IP_* macros): Delete WinSock1 definitions (WinSock2 definitions now
10842         in ws2tcpip.h)
10843         (struct ip_mreq): Delete (now defined in ws2tcpip.h for WinSock2)
10844         (FD_*_BIT and FD_* defines): Place together and extend to
10845         FD_MAX_EVENTS 10
10846         (AF* defines): Extend to AF_MAX 10
10847         (WSAIsBlocking): #if 0 out prototype (N/A in WinSock2)
10848         (WSAUnhookBlockingHook): Likewise.
10849         (WSASetBlockingHook): Likewise.
10850         (WSACancelBlockingCall): Likewise.
10851         (WSAEINPROGRESS): Comment as not raised in WinSock2.
10852         (#include <mswsock.h>): Delete directive inherited from winsock.h
10853         (WSA_QOS* defines): Add QualityOfService error codes.
10854         (SIO_* defines): Add new macros
10855         * include/ipexport.h (IP_STATUS flags): Add definitions.
10856         (IP_FLAG_DF): Likewise.
10857         (IP_OPT_* ): Likewise.
10858         (struct ip_option_information): Likewise.
10859         (struct icmp_echo_reply): Likewise.
10860
10861 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
10862
10863         * include/commctrl.h: Revert TEXT change.
10864         * include/lmalert.h: Ditto.
10865         * include/lmcons.h: Ditto.
10866         * include/lmsname.h: Ditto.
10867         * include/lmsvc.h: Ditto.
10868         * include/ntsecapi.h: Ditto.
10869         * include/oledlg.h: Ditto.
10870         * include/ras.h: Ditto.
10871         * include/regstr.h: Ditto.
10872         * include/richedit.h: Ditto.
10873         * include/wininet.h: Ditto.
10874         * include/winnt.h: Ditto.
10875
10876 2001-02-15  Earnie Boyd  <earnie@users.sourceforge.net>
10877
10878         * include/commctrl.h: Use _TEXT() instead of TEXT() throughout.
10879         * include/lmalert.h: Ditto.
10880         * include/lmcons.h: Ditto.
10881         * include/lmsname.h: Ditto.
10882         * include/lmsvc.h: Ditto.
10883         * include/ntsecapi.h: Ditto.
10884         * include/oledlg.h: Ditto.
10885         * include/ras.h: Ditto.
10886         * include/regstr.h: Ditto.
10887         * include/richedit.h: Ditto.
10888         * include/wininet.h: Ditto.
10889         * include/w32api.h: New File.
10890
10891 2001-02-13  Corinna Vinschen  <corinna@vinschen.de>
10892
10893         * include/shlobj.h: Add missing SLR_* flags.
10894
10895 2001-02-12:  Earnie Boyd  <earnie@users.sourceforge.net>
10896
10897         * lib/Makefile.in: (host_alias): Add variable.
10898         (host_build): Ditto:
10899         (xinstall): Removed
10900         (xinstall-libraries): Ditto.
10901         (xinstall-headers): Ditto.
10902         (xuninstall): Ditto.
10903         (xuninstall-libraries): Ditto.
10904         (xuninstall-headers): Ditto.
10905         * Makefile.in: (host_alias): Add variable.
10906         (build_alias): Ditto.
10907
10908 2001-02-02  Earnie Boyd  <earnie@users.sourceforge.net>
10909
10910         * include/winnt.h: (__TEXT): Add private macro.
10911         (_TEXT): Modify definition to use __TEXT.
10912         (_T): Ditto.
10913         This change allows the passing of a MACRO as an argument and have that
10914         MACRO resolved first.
10915         Thanks to: Eric PAIRE <eric.paire@ri.silicomp.com>
10916
10917 2001-01-31  Earnie Boyd  <earnie@users.sourceforge.net>
10918
10919         * Makefile.in: Increment VERSION to 0.5
10920         * include/winnt.h: Change TEXT to _TEXT throughout.
10921         (SID_RELEASE): Define.
10922         Thanks to: Eric PAIRE <eric.paire@ri.silicomp.com>
10923
10924 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10925
10926         * Apply Phil Krylov patches.
10927         2001-01-19  Phil Krylov  <phil@mail.ru>
10928         * include/commctrl.h: (HDI_IMAGE) New definition.
10929         (HDI_DI_SETITEM) Ditto.
10930         (HDI_ORDER) Ditto.
10931         (HDI_FILTER) Ditto.
10932         (HDF_BITMAP_ON_RIGHT) Ditto.
10933         (HDF_IMAGE) Ditto.
10934         (HDM_SETORDERARRAY) Ditto.
10935         (Header_SetOrderArray) Ditto.
10936         (ICC_BAR_CLASSES) Ditto.
10937         (struct _HD_ITEMA) Change definition.
10938         (struct _HD_ITEMW) Ditto.
10939         (struct tagINITCOMMONCONTROLSEX) Enclose in _WIN32_IE braces.
10940         (InitCommonControlsEx()) Ditto.
10941         2001-01-23  Phil Krylov  <phil@mail.ru>
10942         * include/richedit.h: Many Richedit 2.0 definitions.
10943
10944 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10945
10946         * include/winuser.h: (IDC_HAND)  New resource identifier.
10947         Thanks to: Mark Jordon <mark_jordan@ieee.org>
10948
10949 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10950
10951         * include/iptypes.h: Include <sys/types.h> for time_t declaration.
10952         Fix typo's.
10953
10954 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10955
10956         * include/objidl.h: (GetClassID): Argument needs to be a pointer.
10957         (GetUnmarshalClass): CLSID argument needs to be a pointer.
10958         Thanks To: <bge@users.sourceforge.net>
10959
10960 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10961
10962         * Apply Danny Smith patch 102386
10963         2000-11-15  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10964         * lib/rasapi32.def: add symbols available in NT4 and W2k
10965
10966 2001-01-28  Earnie Boyd  <earnie@users.sourceforge.net>
10967
10968         * Apply Danny Smith patch 102382
10969         2000-11-15  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10970         * lib/mswsock.def: remove leading underscores from symbol names
10971
10972 2001-01-28  Earnie Boyd  <earnie@users.sourceforge.net>
10973
10974         * Apply Danny Smith patch 102446
10975         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10976         * include/sql.h (ODBCVER): change default to 0x0351.
10977         (SQLSetScrollOptions): non-core function, move prototype to sqlext.h.
10978         (SQLColAttributes): likewise.
10979         (SQLBindParam): add prototype for ODBC 3.x function.
10980         (SQLCloseCursor): likewise.
10981         (SQLColAttribute): likewise.
10982         (SQLCopyDesc):likewise.
10983         (SQLEndTran): likewise.
10984         (SQLFetchScroll): likewise.
10985         (SQLGetConnectAttr): likewise.
10986         (SQLGetDescField): likewise.
10987         (SQLGetDescRec): likewise.
10988         (SQLGetDiagField): likewise.
10989         (SQLGetDiagRec): likewise.
10990         (SQLGetEnvAttr): likewise.
10991         (SQLGetStmtAttr): likewise.
10992         (SQLSetConnectAttr): likewise.
10993         (SQLSetDescField):likewise.
10994         (SQLSetDescRec): likewise.
10995         (SQLSetEnvAttr): likewise.
10996         (SQLSetStmtAttr): likewise.
10997         (SQLINTENGER and SQLUINTEGER): replace with SQLLEN and SQLULEN for
10998         _WIN64 compatability;
10999         (SQL_ACCESS_MODE): Move define to sqlext.h (used in non-core functions).
11000         (SQL_ACTIVE_CONNECTIONS): likewise.
11001         (SQL_ACTIVE_STATEMENTS): likewise.
11002         (SQL_ALL_EXCEPT_LIKE): likewise.
11003         (SQL_API_ALL_FUNCTIONS): likewise.
11004         (SQL_API_LOADBYORDINAL): likewise.
11005         (SQL_API_SQLBINDPARAMETER): likewise.
11006         (SQL_API_SQLBROWSECONNECT): likewise.
11007         (SQL_API_SQLCOLATTRIBUTES): likewise.
11008         (SQL_API_SQLCOLUMNPRIVILEGES): likewise.
11009         (SQL_API_SQLDESCRIBEPARAM): likewise.
11010         (SQL_API_SQLDRIVERCONNECT): likewise.
11011         (SQL_API_SQLDRIVERS): likewise.
11012         (SQL_API_SQLEXTENDEDFETCH): likewise.
11013         (SQL_API_SQLFOREIGNKEYS): likewise.
11014         (SQL_API_SQLMORERESULTS): likewise.
11015         (SQL_API_SQLNATIVESQL): likewise.
11016         (SQL_API_SQLNUMPARAMS): likewise.
11017         (SQL_API_SQLPARAMOPTIONS): likewise.
11018         (SQL_API_SQLPRIMARYKEYS): likewise.
11019         (SQL_API_SQLPROCEDURECOLUMNS): likewise.
11020         (SQL_API_SQLPROCEDURES): likewise.
11021         (SQL_API_SQLSETPOS): likewise.
11022         (SQL_API_SQLSETSCROLLOPTIONS): likewise.
11023         (SQL_API_SQLTABLEPRIVILEGES): likewise.
11024         (SQL_ASYNC_ENABLE): likewise.
11025         (SQL_ASYNC_ENABLE_DEFAULT): likewise.
11026         (SQL_ASYNC_ENABLE_OFF): likewise.
11027         (SQL_ASYNC_ENABLE_ON): likewise.
11028         (SQL_ATTR_READONLY): likewise.
11029         (SQL_ATTR_READWRITE_UNKNOWN): likewise.
11030         (SQL_ATTR_WRITE): likewise.
11031         (SQL_AUTOCOMMIT): likewise.
11032         (SQL_AUTOCOMMIT_DEFAULT): likewise.
11033         (SQL_AUTOCOMMIT_OFF): likewise.
11034         (SQL_AUTOCOMMIT_ON): likewise.
11035         (SQL_BEST_ROWID): likewise.
11036         (SQL_BIGINT): likewise.
11037         (SQL_BINARY): likewise.
11038         (SQL_BIND_BY_COLUMN): likewise.
11039         (SQL_BIND_TYPE): likewise.
11040         (SQL_BIND_TYPE_DEFAULT): likewise.
11041         (SQL_BIT): likewise.
11042         (SQL_BOOKMARK_PERSISTENCE): likewise.
11043         (SQL_BP_CLOSE): likewise.
11044         (SQL_BP_DELETE): likewise.
11045         (SQL_BP_DROP): likewise.
11046         (SQL_BP_OTHER_HSTMT): likewise.
11047         (SQL_BP_SCROLL): likewise.
11048         (SQL_BP_TRANSACTION): likewise.
11049         (SQL_BP_UPDATE): likewise.
11050         (SQL_C_BINARY): likewise.
11051         (SQL_C_BIT): likewise.
11052         (SQL_C_BOOKMARK): likewise.
11053         (SQL_C_CHAR): likewise.
11054         (SQL_C_DATE): likewise.
11055         (SQL_C_DEFAULT): likewise.
11056         (SQL_C_DOUBLE): likewise.
11057         (SQL_C_FLOAT): likewise.
11058         (SQL_C_LONG): likewise.
11059         (SQL_C_SHORT): likewise.
11060         (SQL_C_SLONG): likewise.
11061         (SQL_C_SSHORT): likewise.
11062         (SQL_C_STINYINT): likewise.
11063         (SQL_C_TIME): likewise.
11064         (SQL_C_TIMESTAMP): likewise.
11065         (SQL_C_TINYINT): likewise.
11066         (SQL_C_ULONG): likewise.
11067         (SQL_C_USHORT): likewise.
11068         (SQL_C_UTINYINT): likewise.
11069         (SQL_CB_NON_NULL): likewise.
11070         (SQL_CB_NULL): likewise.
11071         (SQL_CC_CLOSE): likewise.
11072         (SQL_CC_DELETE): likewise.
11073         (SQL_CC_PRESERVE): likewise.
11074         (SQL_CN_ANY): likewise.
11075         (SQL_CN_DIFFERENT): likewise.
11076         (SQL_CN_NONE): likewise.
11077         (SQL_COLATT_OPT_MAX): likewise.
11078         (SQL_COLATT_OPT_MIN): likewise.
11079         (SQL_COLUMN_ALIAS): likewise.
11080         (SQL_COLUMN_AUTO_INCREMENT): likewise.
11081         (SQL_COLUMN_CASE_SENSITIVE): likewise.
11082         (SQL_COLUMN_COUNT): likewise.
11083         (SQL_COLUMN_DISPLAY_SIZE): likewise.
11084         (SQL_COLUMN_DRIVER_START): likewise.
11085         (SQL_COLUMN_LABEL): likewise.
11086         (SQL_COLUMN_LENGTH): likewise.
11087         (SQL_COLUMN_MONEY): likewise.
11088         (SQL_COLUMN_NAME): likewise.
11089         (SQL_COLUMN_NULLABLE): likewise.
11090         (SQL_COLUMN_OWNER_NAME): likewise.
11091         (SQL_COLUMN_PRECISION): likewise.
11092         (SQL_COLUMN_QUALIFIER_NAME): likewise.
11093         (SQL_COLUMN_SCALE): likewise.
11094         (SQL_COLUMN_SEARCHABLE): likewise.
11095         (SQL_COLUMN_TABLE_NAME): likewise.
11096         (SQL_COLUMN_TYPE): likewise.
11097         (SQL_COLUMN_TYPE_NAME): likewise.
11098         (SQL_COLUMN_UNSIGNED): likewise.
11099         (SQL_COLUMN_UPDATABLE): likewise.
11100         (SQL_CONCAT_NULL_BEHAVIOR): likewise.
11101         (SQL_CONCUR_DEFAULT): likewise.
11102         (SQL_CONCUR_LOCK): likewise.
11103         (SQL_CONCUR_READ_ONLY): likewise.
11104         (SQL_CONCUR_ROWVER): likewise.
11105         (SQL_CONCUR_TIMESTAMP): likewise.
11106         (SQL_CONCUR_VALUES): likewise.
11107         (SQL_CONCURRENCY): likewise.
11108         (SQL_CONN_OPT_MAX): likewise.
11109         (SQL_CONN_OPT_MIN): likewise.
11110         (SQL_CONNECT_OPT_DRVR_START): likewise.
11111         (SQL_CONVERT_BIGINT): likewise.
11112         (SQL_CONVERT_BINARY): likewise.
11113         (SQL_CONVERT_BIT): likewise.
11114         (SQL_CONVERT_CHAR): likewise.
11115         (SQL_CONVERT_DATE): likewise.
11116         (SQL_CONVERT_DECIMAL): likewise.
11117         (SQL_CONVERT_DOUBLE): likewise.
11118         (SQL_CONVERT_FLOAT): likewise.
11119         (SQL_CONVERT_FUNCTIONS): likewise.
11120         (SQL_CONVERT_INTEGER): likewise.
11121         (SQL_CONVERT_LONGVARBINARY): likewise.
11122         (SQL_CONVERT_LONGVARCHAR): likewise.
11123         (SQL_CONVERT_NUMERIC): likewise.
11124         (SQL_CONVERT_REAL): likewise.
11125         (SQL_CONVERT_SMALLINT): likewise.
11126         (SQL_CONVERT_TIME): likewise.
11127         (SQL_CONVERT_TIMESTAMP): likewise.
11128         (SQL_CONVERT_TINYINT): likewise.
11129         (SQL_CONVERT_VARBINARY): likewise.
11130         (SQL_CONVERT_VARCHAR): likewise.
11131         (SQL_CORRELATION_NAME): likewise.
11132         (SQL_CR_CLOSE): likewise.
11133         (SQL_CR_DELETE): likewise.
11134         (SQL_CR_PRESERVE): likewise.
11135         (SQL_CUR_DEFAULT): likewise.
11136         (SQL_CUR_USE_DRIVER): likewise.
11137         (SQL_CUR_USE_IF_NEEDED): likewise.
11138         (SQL_CUR_USE_ODBC): likewise.
11139         (SQL_CURRENT_QUALIFIER): likewise.
11140         (SQL_CURSOR_DYNAMIC): likewise.
11141         (SQL_CURSOR_FORWARD_ONLY): likewise.
11142         (SQL_CURSOR_KEYSET_DRIVEN): likewise.
11143         (SQL_CURSOR_ROLLBACK_BEHAVIOR): likewise.
11144         (SQL_CURSOR_STATIC): likewise.
11145         (SQL_CURSOR_TYPE): likewise.
11146         (SQL_CURSOR_TYPE_DEFAULT): likewise.
11147         (SQL_CVT_BIGINT): likewise.
11148         (SQL_CVT_BINARY): likewise.
11149         (SQL_CVT_BIT): likewise.
11150         (SQL_CVT_CHAR): likewise.
11151         (SQL_CVT_DATE): likewise.
11152         (SQL_CVT_DECIMAL): likewise.
11153         (SQL_CVT_DOUBLE): likewise.
11154         (SQL_CVT_FLOAT): likewise.
11155         (SQL_CVT_INTEGER): likewise.
11156         (SQL_CVT_LONGVARBINARY): likewise.
11157         (SQL_CVT_LONGVARCHAR): likewise.
11158         (SQL_CVT_NUMERIC): likewise.
11159         (SQL_CVT_REAL): likewise.
11160         (SQL_CVT_SMALLINT): likewise.
11161         (SQL_CVT_TIME): likewise.
11162         (SQL_CVT_TIMESTAMP): likewise.
11163         (SQL_CVT_TINYINT): likewise.
11164         (SQL_CVT_VARBINARY): likewise.
11165         (SQL_CVT_VARCHAR): likewise.
11166         (SQL_DATABASE_NAME): likewise.
11167         (SQL_DATE): likewise.
11168         (SQL_DRIVER_HDBC): likewise.
11169         (SQL_DRIVER_HENV): likewise.
11170         (SQL_DRIVER_HLIB): likewise.
11171         (SQL_DRIVER_HSTMT): likewise.
11172         (SQL_DRIVER_NAME): likewise.
11173         (SQL_DRIVER_ODBC_VER): likewise.
11174         (SQL_DRIVER_VER): likewise.
11175         (SQL_ENSURE): likewise.
11176         (SQL_EXPRESSIONS_IN_ORDERBY): likewise.
11177         (SQL_EXT_API_LAST): likewise.
11178         (SQL_EXT_API_START): likewise.
11179         (SQL_FD_FETCH_BOOKMARK): likewise.
11180         (SQL_FD_FETCH_PREV): likewise.
11181         (SQL_FD_FETCH_RESUME): likewise.
11182         (SQL_FETCH_PREV): likewise.
11183         (SQL_FETCH_RESUME): likewise.
11184         (SQL_FILE_NOT_SUPPORTED): likewise.
11185         (SQL_FILE_QUALIFIER): likewise.
11186         (SQL_FILE_TABLE): likewise.
11187         (SQL_FILE_USAGE): likewise.
11188         (SQL_FN_CVT_CONVERT): likewise.
11189         (SQL_FN_NUM_ABS): likewise.
11190         (SQL_FN_NUM_ACOS): likewise.
11191         (SQL_FN_NUM_ASIN): likewise.
11192         (SQL_FN_NUM_ATAN): likewise.
11193         (SQL_FN_NUM_ATAN2): likewise.
11194         (SQL_FN_NUM_CEILING): likewise.
11195         (SQL_FN_NUM_COS): likewise.
11196         (SQL_FN_NUM_COT): likewise.
11197         (SQL_FN_NUM_DEGREES): likewise.
11198         (SQL_FN_NUM_EXP): likewise.
11199         (SQL_FN_NUM_FLOOR): likewise.
11200         (SQL_FN_NUM_LOG): likewise.
11201         (SQL_FN_NUM_LOG10): likewise.
11202         (SQL_FN_NUM_MOD): likewise.
11203         (SQL_FN_NUM_PI): likewise.
11204         (SQL_FN_NUM_POWER): likewise.
11205         (SQL_FN_NUM_RADIANS): likewise.
11206         (SQL_FN_NUM_RAND): likewise.
11207         (SQL_FN_NUM_ROUND): likewise.
11208         (SQL_FN_NUM_SIGN): likewise.
11209         (SQL_FN_NUM_SIN): likewise.
11210         (SQL_FN_NUM_SQRT): likewise.
11211         (SQL_FN_NUM_TAN): likewise.
11212         (SQL_FN_NUM_TRUNCATE): likewise.
11213         (SQL_FN_STR_ASCII): likewise.
11214         (SQL_FN_STR_CHAR): likewise.
11215         (SQL_FN_STR_CONCAT): likewise.
11216         (SQL_FN_STR_DIFFERENCE): likewise.
11217         (SQL_FN_STR_INSERT): likewise.
11218         (SQL_FN_STR_LCASE): likewise.
11219         (SQL_FN_STR_LEFT): likewise.
11220         (SQL_FN_STR_LENGTH): likewise.
11221         (SQL_FN_STR_LOCATE): likewise.
11222         (SQL_FN_STR_LOCATE_2): likewise.
11223         (SQL_FN_STR_LTRIM): likewise.
11224         (SQL_FN_STR_REPEAT): likewise.
11225         (SQL_FN_STR_REPLACE): likewise.
11226         (SQL_FN_STR_RIGHT): likewise.
11227         (SQL_FN_STR_RTRIM): likewise.
11228         (SQL_FN_STR_SOUNDEX): likewise.
11229         (SQL_FN_STR_SPACE): likewise.
11230         (SQL_FN_STR_SUBSTRING): likewise.
11231         (SQL_FN_STR_UCASE): likewise.
11232         (SQL_FN_SYS_DBNAME): likewise.
11233         (SQL_FN_SYS_IFNULL): likewise.
11234         (SQL_FN_SYS_USERNAME): likewise.
11235         (SQL_FN_TD_CURDATE): likewise.
11236         (SQL_FN_TD_CURTIME): likewise.
11237         (SQL_FN_TD_DAYNAME): likewise.
11238         (SQL_FN_TD_DAYOFMONTH): likewise.
11239         (SQL_FN_TD_DAYOFWEEK): likewise.
11240         (SQL_FN_TD_DAYOFYEAR): likewise.
11241         (SQL_FN_TD_HOUR): likewise.
11242         (SQL_FN_TD_MINUTE): likewise.
11243         (SQL_FN_TD_MONTH): likewise.
11244         (SQL_FN_TD_MONTHNAME): likewise.
11245         (SQL_FN_TD_NOW): likewise.
11246         (SQL_FN_TD_QUARTER): likewise.
11247         (SQL_FN_TD_SECOND): likewise.
11248         (SQL_FN_TD_TIMESTAMPadd): likewise.
11249         (SQL_FN_TD_TIMESTAMPDIFF): likewise.
11250         (SQL_FN_TD_WEEK): likewise.
11251         (SQL_FN_TD_YEAR): likewise.
11252         (SQL_FN_TSI_DAY): likewise.
11253         (SQL_FN_TSI_FRAC_SECOND): likewise.
11254         (SQL_FN_TSI_HOUR): likewise.
11255         (SQL_FN_TSI_MINUTE): likewise.
11256         (SQL_FN_TSI_MONTH): likewise.
11257         (SQL_FN_TSI_QUARTER): likewise.
11258         (SQL_FN_TSI_SECOND): likewise.
11259         (SQL_FN_TSI_WEEK): likewise.
11260         (SQL_FN_TSI_YEAR): likewise.
11261         (SQL_GB_GROUP_BY_CONTAINS_SELECT): likewise.
11262         (SQL_GB_GROUP_BY_EQUALS_SELECT): likewise.
11263         (SQL_GB_NO_RELATION): likewise.
11264         (SQL_GB_NOT_SUPPORTED): likewise.
11265         (SQL_GD_BLOCK): likewise.
11266         (SQL_GD_BOUND): likewise.
11267         (SQL_GET_BOOKMARK): likewise.
11268         (SQL_GROUP_BY): likewise.
11269         (SQL_INFO_DRIVER_START): likewise.
11270         (SQL_INFO_FIRST): likewise.
11271         (SQL_INFO_LAST): likewise.
11272         (SQL_INTERVAL_DAY): likewise.
11273         (SQL_INTERVAL_DAY_TO_HOUR): likewise.
11274         (SQL_INTERVAL_DAY_TO_MINUTE): likewise.
11275         (SQL_INTERVAL_DAY_TO_SECOND): likewise.
11276         (SQL_INTERVAL_HOUR): likewise.
11277         (SQL_INTERVAL_HOUR_TO_MINUTE): likewise.
11278         (SQL_INTERVAL_HOUR_TO_SECOND): likewise.
11279         (SQL_INTERVAL_MINUTE): likewise.
11280         (SQL_INTERVAL_MINUTE_TO_SECOND): likewise.
11281         (SQL_INTERVAL_MONTH): likewise.
11282         (SQL_INTERVAL_SECOND): likewise.
11283         (SQL_INTERVAL_YEAR): likewise.
11284         (SQL_INTERVAL_YEAR_TO_MONTH): likewise.
11285         (SQL_KEYSET_SIZE): likewise.
11286         (SQL_KEYSET_SIZE_DEFAULT): likewise.
11287         (SQL_KEYWORDS): likewise.
11288         (SQL_LCK_EXCLUSIVE): likewise.
11289         (SQL_LCK_NO_CHANGE): likewise.
11290         (SQL_LCK_UNLOCK): likewise.
11291         (SQL_LIKE_ESCAPE_CLAUSE): likewise.
11292         (SQL_LIKE_ONLY): likewise.
11293         (SQL_LOCK_TYPES): likewise.
11294         (SQL_LOGIN_TIMEOUT): likewise.
11295         (SQL_LOGIN_TIMEOUT_DEFAULT): likewise.
11296         (SQL_LONGVARBINARY): likewise.
11297         (SQL_LONGVARCHAR): likewise.
11298         (SQL_MAX_BINARY_LITERAL_LEN): likewise.
11299         (SQL_MAX_CHAR_LITERAL_LEN): likewise.
11300         (SQL_MAX_DSN_LENGTH): likewise.
11301         (SQL_MAX_LENGTH): likewise.
11302         (SQL_MAX_LENGTH_DEFAULT): likewise.
11303         (SQL_MAX_OPTION_STRING_LENGTH): likewise.
11304         (SQL_MAX_OWNER_NAME_LEN): likewise.
11305         (SQL_MAX_PROCEDURE_NAME_LEN): likewise.
11306         (SQL_MAX_QUALIFIER_NAME_LEN): likewise.
11307         (SQL_MAX_ROW_SIZE_INCLUDES_LONG): likewise.
11308         (SQL_MAX_ROWS): likewise.
11309         (SQL_MAX_ROWS_DEFAULT): likewise.
11310         (SQL_MODE_DEFAULT): likewise.
11311         (SQL_MODE_READ_ONLY): likewise.
11312         (SQL_MODE_READ_WRITE): likewise.
11313         (SQL_MULT_RESULT_SETS): likewise.
11314         (SQL_MULTIPLE_ACTIVE_TXN): likewise.
11315         (SQL_NC_END): likewise.
11316         (SQL_NC_START): likewise.
11317         (SQL_NEED_LONG_DATA_LEN): likewise.
11318         (SQL_NNC_NON_NULL): likewise.
11319         (SQL_NNC_NULL): likewise.
11320         (SQL_NO_TOTAL): likewise.
11321         (SQL_NON_NULLABLE_COLUMNS): likewise.
11322         (SQL_NOSCAN): likewise.
11323         (SQL_NOSCAN_DEFAULT): likewise.
11324         (SQL_NOSCAN_OFF): likewise.
11325         (SQL_NOSCAN_ON): likewise.
11326         (SQL_NUM_EXTENSIONS): likewise.
11327         (SQL_NUM_FUNCTIONS): likewise.
11328         (SQL_NUMERIC_FUNCTIONS): likewise.
11329         (SQL_OAC_LEVEL1): likewise.
11330         (SQL_OAC_LEVEL2): likewise.
11331         (SQL_OAC_NONE): likewise.
11332         (SQL_ODBC_API_CONFORMANCE): likewise.
11333         (SQL_ODBC_CURSORS): likewise.
11334         (SQL_ODBC_KEYWORDS): likewise.
11335         (SQL_ODBC_SAG_CLI_CONFORMANCE): likewise.
11336         (SQL_ODBC_SQL_CONFORMANCE): likewise.
11337         (SQL_ODBC_SQL_OPT_IEF): likewise.
11338         (SQL_ODBC_VER): likewise.
11339         (SQL_OPT_TRACE): likewise.
11340         (SQL_OPT_TRACE_DEFAULT): likewise.
11341         (SQL_OPT_TRACE_FILE_DEFAULT): likewise.
11342         (SQL_OPT_TRACE_OFF): likewise.
11343         (SQL_OPT_TRACE_ON): likewise.
11344         (SQL_OPT_TRACEFILE): likewise.
11345         (SQL_OSC_CORE): likewise.
11346         (SQL_OSC_EXTENDED): likewise.
11347         (SQL_OSC_MINIMUM): likewise.
11348         (SQL_OSCC_COMPLIANT): likewise.
11349         (SQL_OSCC_NOT_COMPLIANT): likewise.
11350         (SQL_OU_DML_STATEMENTS): likewise.
11351         (SQL_OU_INDEX_DEFINITION): likewise.
11352         (SQL_OU_PRIVILEGE_DEFINITION): likewise.
11353         (SQL_OU_PROCEDURE_INVOCATION): likewise.
11354         (SQL_OU_TABLE_DEFINITION): likewise.
11355         (SQL_OUTER_JOINS): likewise.
11356         (SQL_OWNER_TERM): likewise.
11357         (SQL_OWNER_USAGE): likewise.
11358         (SQL_PACKET_SIZE): likewise.
11359         (SQL_PC_NOT_PSEUDO): likewise.
11360         (SQL_POS_add): likewise.
11361         (SQL_POS_DELETE): likewise.
11362         (SQL_POS_OPERATIONS): likewise.
11363         (SQL_POS_POSITION): likewise.
11364         (SQL_POS_REFRESH): likewise.
11365         (SQL_POS_UPDATE): likewise.
11366         (SQL_POSITIONED_STATEMENTS): likewise.
11367         (SQL_PROCEDURE_TERM): likewise.
11368         (SQL_PROCEDURES): likewise.
11369         (SQL_PS_POSITIONED_DELETE): likewise.
11370         (SQL_PS_POSITIONED_UPDATE): likewise.
11371         (SQL_PS_SELECT_FOR_UPDATE): likewise.
11372         (SQL_QL_END): likewise.
11373         (SQL_QL_START): likewise.
11374         (SQL_QU_DML_STATEMENTS): likewise.
11375         (SQL_QU_INDEX_DEFINITION): likewise.
11376         (SQL_QU_PRIVILEGE_DEFINITION): likewise.
11377         (SQL_QU_PROCEDURE_INVOCATION): likewise.
11378         (SQL_QU_TABLE_DEFINITION): likewise.
11379         (SQL_QUALIFIER_LOCATION): likewise.
11380         (SQL_QUALIFIER_NAME_SEPARATOR): likewise.
11381         (SQL_QUALIFIER_TERM): likewise.
11382         (SQL_QUALIFIER_USAGE): likewise.
11383         (SQL_QUERY_TIMEOUT): likewise.
11384         (SQL_QUERY_TIMEOUT_DEFAULT): likewise.
11385         (SQL_QUICK): likewise.
11386         (SQL_QUIET_MODE): likewise.
11387         (SQL_QUOTED_IDENTIFIER_CASE): likewise.
11388         (SQL_RD_DEFAULT): likewise.
11389         (SQL_RD_OFF): likewise.
11390         (SQL_RD_ON): likewise.
11391         (SQL_RETRIEVE_DATA): likewise.
11392         (SQL_ROW_NUMBER): likewise.
11393         (SQL_ROW_UPDATES): likewise.
11394         (SQL_ROWSET_SIZE): likewise.
11395         (SQL_ROWSET_SIZE_DEFAULT): likewise.
11396         (SQL_ROWVER): likewise.
11397         (SQL_SC_NON_UNIQUE): likewise.
11398         (SQL_SC_TRY_UNIQUE): likewise.
11399         (SQL_SC_UNIQUE): likewise.
11400         (SQL_SCCO_OPT_TIMESTAMP): likewise.
11401         (SQL_SCROLL_DYNAMIC): likewise.
11402         (SQL_SCROLL_FORWARD_ONLY): likewise.
11403         (SQL_SCROLL_KEYSET_DRIVEN): likewise.
11404         (SQL_SCROLL_OPTIONS): likewise.
11405         (SQL_SCROLL_STATIC): likewise.
11406         (SQL_SEARCHABLE): likewise.
11407         (SQL_SIGNED_OFFSET): likewise.
11408         (SQL_SIMULATE_CURSOR): likewise.
11409         (SQL_SO_DYNAMIC): likewise.
11410         (SQL_SO_FORWARD_ONLY): likewise.
11411         (SQL_SO_KEYSET_DRIVEN): likewise.
11412         (SQL_SO_MIXED): likewise.
11413         (SQL_SO_STATIC): likewise.
11414         (SQL_SPEC_MAJOR): likewise.
11415         (SQL_SPEC_MINOR): likewise.
11416         (SQL_SPEC_STRING): likewise.
11417         (SQL_SQ_COMPARISON): likewise.
11418         (SQL_SQ_CORRELATED_SUBQUERIES): likewise.
11419         (SQL_SQ_EXISTS): likewise.
11420         (SQL_SQ_IN): likewise.
11421         (SQL_SQ_QUANTIFIED): likewise.
11422         (SQL_SQLSTATE_SIZE): likewise.
11423         (SQL_SS_addITIONS): likewise.
11424         (SQL_SS_DELETIONS): likewise.
11425         (SQL_SS_UPDATES): likewise.
11426         (SQL_STATIC_SENSITIVITY): likewise.
11427         (SQL_STMT_OPT_MAX): likewise.
11428         (SQL_STMT_OPT_MIN): likewise.
11429         (SQL_STRING_FUNCTIONS): likewise.
11430         (SQL_SUBQUERIES): likewise.
11431         (SQL_SYSTEM_FUNCTIONS): likewise.
11432         (SQL_TABLE_STAT): likewise.
11433         (SQL_TABLE_TERM): likewise.
11434         (SQL_TIME): likewise.
11435         (SQL_TIMEDATE_add_INTERVALS): likewise.
11436         (SQL_TIMEDATE_DIFF_INTERVALS): likewise.
11437         (SQL_TIMEDATE_FUNCTIONS): likewise.
11438         (SQL_TIMESTAMP): likewise.
11439         (SQL_TINYINT): likewise.
11440         (SQL_TRANSLATE_DLL): likewise.
11441         (SQL_TRANSLATE_OPTION): likewise.
11442         (SQL_TXN_ISOLATION): likewise.
11443         (SQL_TXN_VERSIONING): likewise.
11444         (SQL_TYPE_DRIVER_END): likewise.
11445         (SQL_TYPE_DRIVER_START): likewise.
11446         (SQL_TYPE_MAX): likewise.
11447         (SQL_TYPE_MIN): likewise.
11448         (SQL_TYPE_NULL): likewise.
11449         (SQL_U_UNION): likewise.
11450         (SQL_U_UNION_ALL): likewise.
11451         (SQL_UB_DEFAULT): likewise.
11452         (SQL_UB_OFF): likewise.
11453         (SQL_UB_ON): likewise.
11454         (SQL_UNICODE): likewise.
11455         (SQL_UNICODE_CHAR): likewise.
11456         (SQL_UNICODE_LONGVARCHAR): likewise.
11457         (SQL_UNICODE_VARCHAR): likewise.
11458         (SQL_UNION): likewise.
11459         (SQL_UNSEARCHABLE): likewise.
11460         (SQL_UNSIGNED_OFFSET): likewise.
11461         (SQL_USE_BOOKMARKS): likewise.
11462         (SQL_VARBINARY): likewise.
11463         (SQL_TRUE): add define for ODBC3.x.
11464         (SQL_FALSE): likewise.
11465         (SQL_AM_CONNECTION): likewise.
11466         (SQL_AM_NONE): likewise.
11467         (SQL_AM_STATEMENT): likewise.
11468         (SQL_API_SQLALLOCHANDLE): likewise.
11469         (SQL_API_SQLBINDPARAM): likewise.
11470         (SQL_API_SQLCLOSECURSOR): likewise.
11471         (SQL_API_SQLCOLATTRIBUTE): likewise.
11472         (SQL_API_SQLCOPYDESC): likewise.
11473         (SQL_API_SQLENDTRAN): likewise.
11474         (SQL_API_SQLFETCHSCROLL): likewise.
11475         (SQL_API_SQLFREEHANDLE): likewise.
11476         (SQL_API_SQLGETCONNECTATTR): likewise.
11477         (SQL_API_SQLGETDESCFIELD): likewise.
11478         (SQL_API_SQLGETDESCREC): likewise.
11479         (SQL_API_SQLGETDIAGFIELD): likewise.
11480         (SQL_API_SQLGETDIAGREC): likewise.
11481         (SQL_API_SQLGETENVATTR): likewise.
11482         (SQL_API_SQLGETSTMTATTR): likewise.
11483         (SQL_API_SQLSETCONNECTATTR): likewise.
11484         (SQL_API_SQLSETDESCFIELD): likewise.
11485         (SQL_API_SQLSETDESCREC): likewise.
11486         (SQL_API_SQLSETENVATTR): likewise.
11487         (SQL_API_SQLSETSTMTATTR): likewise.
11488         (SQL_ARD_TYPE): likewise.
11489         (SQL_AT_add_CONSTRAINT): likewise.
11490         (SQL_ATTR_APP_PARAM_DESC): likewise.
11491         (SQL_ATTR_APP_ROW_DESC): likewise.
11492         (SQL_ATTR_AUTO_IPD): likewise.
11493         (SQL_ATTR_CURSOR_SCROLLABLE): likewise.
11494         (SQL_ATTR_CURSOR_SENSITIVITY): likewise.
11495         (SQL_ATTR_IMP_PARAM_DESC): likewise.
11496         (SQL_ATTR_IMP_ROW_DESC): likewise.
11497         (SQL_ATTR_METADATA_ID): likewise.
11498         (SQL_ATTR_OUTPUT_NTS): likewise.
11499         (SQL_CATALOG_NAME): likewise.
11500         (SQL_CODE_DATE): likewise.
11501         (SQL_CODE_TIME): likewise.
11502         (SQL_CODE_TIMESTAMP): likewise.
11503         (SQL_COLLATION_SEQ): likewise.
11504         (SQL_CURSOR_SENSITIVITY): likewise.
11505         (SQL_DATE_LEN): likewise.
11506         (SQL_DATETIME): likewise.
11507         (SQL_DEFAULT): likewise.
11508         (SQL_DESC_ALLOC_AUTO): likewise.
11509         (SQL_DESC_ALLOC_TYPE): likewise.
11510         (SQL_DESC_ALLOC_USER): likewise.
11511         (SQL_DESC_COUNT): likewise.
11512         (SQL_DESC_DATA_PTR): likewise.
11513         (SQL_DESC_DATETIME_INTERVAL_CODE): likewise.
11514         (SQL_DESC_INDICATOR_PTR): likewise.
11515         (SQL_DESC_LENGTH): likewise.
11516         (SQL_DESC_NAME): likewise.
11517         (SQL_DESC_NULLABLE): likewise.
11518         (SQL_DESC_OCTET_LENGTH): likewise.
11519         (SQL_DESC_OCTET_LENGTH_PTR): likewise.
11520         (SQL_DESC_PRECISION): likewise.
11521         (SQL_DESC_SCALE): likewise.
11522         (SQL_DESC_TYPE): likewise.
11523         (SQL_DESC_UNNAMED): likewise.
11524         (SQL_DESCRIBE_PARAMETER): likewise.
11525         (SQL_DIAG_ALTER_DOMAIN): likewise.
11526         (SQL_DIAG_ALTER_TABLE): likewise.
11527         (SQL_DIAG_CALL): likewise.
11528         (SQL_DIAG_CLASS_ORIGIN): likewise.
11529         (SQL_DIAG_CONNECTION_NAME): likewise.
11530         (SQL_DIAG_CREATE_ASSERTION): likewise.
11531         (SQL_DIAG_CREATE_CHARACTER_SET): likewise.
11532         (SQL_DIAG_CREATE_COLLATION): likewise.
11533         (SQL_DIAG_CREATE_DOMAIN): likewise.
11534         (SQL_DIAG_CREATE_INDEX): likewise.
11535         (SQL_DIAG_CREATE_SCHEMA): likewise.
11536         (SQL_DIAG_CREATE_TABLE): likewise.
11537         (SQL_DIAG_CREATE_TRANSLATION): likewise.
11538         (SQL_DIAG_CREATE_VIEW): likewise.
11539         (SQL_DIAG_DELETE_WHERE): likewise.
11540         (SQL_DIAG_DROP_ASSERTION): likewise.
11541         (SQL_DIAG_DROP_CHARACTER_SET): likewise.
11542         (SQL_DIAG_DROP_COLLATION): likewise.
11543         (SQL_DIAG_DROP_DOMAIN): likewise.
11544         (SQL_DIAG_DROP_INDEX): likewise.
11545         (SQL_DIAG_DROP_SCHEMA): likewise.
11546         (SQL_DIAG_DROP_TABLE): likewise.
11547         (SQL_DIAG_DROP_TRANSLATION): likewise.
11548         (SQL_DIAG_DROP_VIEW): likewise.
11549         (SQL_DIAG_DYNAMIC_DELETE_CURSOR): likewise.
11550         (SQL_DIAG_DYNAMIC_FUNCTION): likewise.
11551         (SQL_DIAG_DYNAMIC_FUNCTION_CODE): likewise.
11552         (SQL_DIAG_DYNAMIC_UPDATE_CURSOR): likewise.
11553         (SQL_DIAG_GRANT): likewise.
11554         (SQL_DIAG_INSERT): likewise.
11555         (SQL_DIAG_MESSAGE_TEXT): likewise.
11556         (SQL_DIAG_NATIVE): likewise.
11557         (SQL_DIAG_NUMBER): likewise.
11558         (SQL_DIAG_RETURNCODE): likewise.
11559         (SQL_DIAG_REVOKE): likewise.
11560         (SQL_DIAG_ROW_COUNT): likewise.
11561         (SQL_DIAG_SELECT_CURSOR): likewise.
11562         (SQL_DIAG_SERVER_NAME): likewise.
11563         (SQL_DIAG_SQLSTATE): likewise.
11564         (SQL_DIAG_SUBCLASS_ORIGIN): likewise.
11565         (SQL_DIAG_UNKNOWN_STATEMENT): likewise.
11566         (SQL_DIAG_UPDATE_WHERE): likewise.
11567         (SQL_FALSE): likewise.
11568         (SQL_FETCH_ABSOLUTE): likewise.
11569         (SQL_FETCH_LAST): likewise.
11570         (SQL_FETCH_PRIOR): likewise.
11571         (SQL_FETCH_RELATIVE): likewise.
11572         (SQL_HANDLE_DBC): likewise.
11573         (SQL_HANDLE_DESC): likewise.
11574         (SQL_HANDLE_ENV): likewise.
11575         (SQL_HANDLE_STMT): likewise.
11576         (SQL_INSENSITIVE): likewise.
11577         (SQL_INTEGRITY): likewise.
11578         (SQL_MAX_CATALOG_NAME_LEN): likewise.
11579         (SQL_MAX_CONCURRENT_ACTIVITIES): likewise.
11580         (SQL_MAX_DRIVER_CONNECTIONS): likewise.
11581         (SQL_MAX_IDENTIFIER_LEN): likewise.
11582         (SQL_MAX_SCHEMA_NAME_LEN): likewise.
11583         (SQL_MAXIMUM_CATALOG_NAME_LENGTH): likewise.
11584         (SQL_MAXIMUM_COLUMN_NAME_LENGTH): likewise.
11585         (SQL_MAXIMUM_COLUMNS_IN_GROUP_BY): likewise.
11586         (SQL_MAXIMUM_COLUMNS_IN_INDEX): likewise.
11587         (SQL_MAXIMUM_COLUMNS_IN_ORDER_BY): likewise.
11588         (SQL_MAXIMUM_COLUMNS_IN_SELECT): likewise.
11589         (SQL_MAXIMUM_CONCURRENT_ACTIVITIES): likewise.
11590         (SQL_MAXIMUM_CURSOR_NAME_LENGTH): likewise.
11591         (SQL_MAXIMUM_DRIVER_CONNECTIONS): likewise.
11592         (SQL_MAXIMUM_IDENTIFIER_LENGTH): likewise.
11593         (SQL_MAXIMUM_INDEX_SIZE): likewise.
11594         (SQL_MAXIMUM_ROW_SIZE): likewise.
11595         (SQL_MAXIMUM_SCHEMA_NAME_LENGTH): likewise.
11596         (SQL_MAXIMUM_STATEMENT_LENGTH): likewise.
11597         (SQL_MAXIMUM_TABLES_IN_SELECT): likewise.
11598         (SQL_MAXIMUM_USER_NAME_LENGTH): likewise.
11599         (SQL_NAMED): likewise.
11600         (SQL_NONSCROLLABLE): likewise.
11601         (SQL_NTSL): likewise.
11602         (SQL_NULL_HANDLE): likewise.
11603         (SQL_NULL_HDESC): likewise.
11604         (SQL_OUTER_JOIN_CAPABILITIES): likewise.
11605         (SQL_PRED_BASIC): likewise.
11606         (SQL_PRED_CHAR): likewise.
11607         (SQL_PRED_NONE): likewise.
11608         (SQL_ROW_IDENTIFIER): likewise.
11609         (SQL_SCROLLABLE): likewise.
11610         (SQL_SENSITIVE): likewise.
11611         (SQL_SUCCEEDED(rc)): likewise.
11612         (SQL_TIME_LEN): likewise.
11613         (SQL_TIMESTAMP_LEN): likewise.
11614         (SQL_TRANSACTION_CAPABLE): likewise.
11615         (SQL_TRANSACTION_ISOLATION_OPTION): likewise.
11616         (SQL_TRANSACTION_READ_COMMITTED): likewise.
11617         (SQL_TRANSACTION_READ_UNCOMMITTED): likewise.
11618         (SQL_TRANSACTION_REPEATABLE_READ): likewise.
11619         (SQL_TRANSACTION_SERIALIZABLE): likewise.
11620         (SQL_TYPE_DATE): likewise.
11621         (SQL_TYPE_TIME): likewise.
11622         (SQL_TYPE_TIMESTAMP): likewise.
11623         (SQL_UNKNOWN_TYPE): likewise.
11624         (SQL_UNNAMED): likewise.
11625         (SQL_UNSPECIFIED): likewise.
11626         (SQL_XOPEN_CLI_YEAR): likewise.
11627         (SQLAllocConnect): add comment marking as deperecated.
11628         (SQLAllocEnv): likewise.
11629         (SQLAllocStmt): likewise.
11630         (SQLFreeConnect): likewise.
11631         (SQLFreeEnv): likewise.
11632         (SQLGetConnectOption): likewise.
11633         (SQLGetStmtOption): likewise.
11634
11635         * include/sqlext.h (#include <sqlucode.h>): add directive.
11636         (SQLSetScrollOptions): non-core function, move prototype from sql.h.
11637         (SQLColAttributes): likewise.
11638         (SQLBulkOperations): add function prototype.
11639         (SQLAllocHandleStd): likewise
11640         (TraceReturn): add Trace API prototype.
11641         (TraceVersion): likewise.
11642         (ODBCGetTryWaitValue):likewise.
11643         (ODBCSetTryWaitValue): likewise.
11644         (SQL_LOCK_RECORD): correct function macro.
11645         (SQL_REFRESH_RECORD): likewise.
11646         (SQLINTENGER and SQLUINTEGER): replace with SQLLEN and SQLULEN for
11647         _WIN64 compatability.
11648         move defines for non-core functions from sql.h to sqlext.h (refer
11649         changes for sql.h)
11650         (SQL_ACTIVE_ENVIRONMENTS): new ODBC3.x define
11651         (SQL_AD_ADD_CONSTRAINT_DEFERRABLE): likewise.
11652         (SQL_AD_ADD_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11653         (SQL_AD_ADD_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11654         (SQL_AD_ADD_CONSTRAINT_NON_DEFERRABLE): likewise.
11655         (SQL_AD_ADD_DOMAIN_CONSTRAINT): likewise.
11656         (SQL_AD_ADD_DOMAIN_DEFAULT): likewise.
11657         (SQL_AD_CONSTRAINT_NAME_DEFINITION): likewise.
11658         (SQL_AD_DROP_DOMAIN_CONSTRAINT): likewise.
11659         (SQL_AD_DROP_DOMAIN_DEFAULT): likewise.
11660         (SQL_AF_ALL): likewise.
11661         (SQL_AF_AVG): likewise.
11662         (SQL_AF_COUNT): likewise.
11663         (SQL_AF_DISTINCT): likewise.
11664         (SQL_AF_MAX): likewise.
11665         (SQL_AF_MIN): likewise.
11666         (SQL_AF_SUM): likewise.
11667         (SQL_AGGREGATE_FUNCTIONS): likewise.
11668         (SQL_ALL_CATALOGS): likewise.
11669         (SQL_ALL_SCHEMAS): likewise.
11670         (SQL_ALL_TABLE_TYPES): likewise.
11671         (SQL_ALTER_DOMAIN): likewise.
11672         (SQL_AM_CONNECTION): likewise.
11673         (SQL_AM_NONE): likewise.
11674         (SQL_AM_STATEMENT): likewise.
11675         (SQL_API_ODBC3_ALL_FUNCTIONS): likewise.
11676         (SQL_API_ODBC3_ALL_FUNCTIONS_SIZE): likewise.
11677         (SQL_API_SQLALLOCHANDLESTD): likewise.
11678         (SQL_API_SQLBULKOPERATIONS): likewise.
11679         (SQL_ASYNC_MODE): likewise.
11680         (SQL_AT_ADD_COLUMN_COLLATION): likewise.
11681         (SQL_AT_ADD_COLUMN_DEFAULT): likewise.
11682         (SQL_AT_ADD_COLUMN_SINGLE): likewise.
11683         (SQL_AT_ADD_TABLE_CONSTRAINT): likewise.
11684         (SQL_AT_CONSTRAINT_DEFERRABLE): likewise.
11685         (SQL_AT_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11686         (SQL_AT_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11687         (SQL_AT_CONSTRAINT_NAME_DEFINITION): likewise.
11688         (SQL_AT_CONSTRAINT_NON_DEFERRABLE): likewise.
11689         (SQL_AT_DROP_COLUMN_CASCADE): likewise.
11690         (SQL_AT_DROP_COLUMN_DEFAULT): likewise.
11691         (SQL_AT_DROP_COLUMN_RESTRICT): likewise.
11692         (SQL_AT_DROP_TABLE_CONSTRAINT_CASCADE): likewise.
11693         (SQL_AT_DROP_TABLE_CONSTRAINT_RESTRICT): likewise.
11694         (SQL_AT_SET_COLUMN_DEFAULT): likewise.
11695         (SQL_ATTR_ACCESS_MODE): likewise.
11696         (SQL_ATTR_ASYNC_ENABLE): likewise.
11697         (SQL_ATTR_AUTOCOMMIT): likewise.
11698         (SQL_ATTR_CONCURRENCY): likewise.
11699         (SQL_ATTR_CONNECTION_POOLING): likewise.
11700         (SQL_ATTR_CONNECTION_TIMEOUT): likewise.
11701         (SQL_ATTR_CP_MATCH): likewise.
11702         (SQL_ATTR_CURRENT_CATALOG): likewise.
11703         (SQL_ATTR_CURSOR_TYPE): likewise.
11704         (SQL_ATTR_DISCONNECT_BEHAVIOR): likewise.
11705         (SQL_ATTR_ENABLE_AUTO_IPD): likewise.
11706         (SQL_ATTR_ENLIST_IN_DTC): likewise.
11707         (SQL_ATTR_ENLIST_IN_XA): likewise.
11708         (SQL_ATTR_FETCH_BOOKMARK_PTR): likewise.
11709         (SQL_ATTR_KEYSET_SIZE): likewise.
11710         (SQL_ATTR_LOGIN_TIMEOUT): likewise.
11711         (SQL_ATTR_MAX_LENGTH): likewise.
11712         (SQL_ATTR_MAX_ROWS): likewise.
11713         (SQL_ATTR_NOSCAN): likewise.
11714         (SQL_ATTR_ODBC_CURSORS): likewise.
11715         (SQL_ATTR_ODBC_VERSION): likewise.
11716         (SQL_ATTR_PACKET_SIZE): likewise.
11717         (SQL_ATTR_PARAM_BIND_OFFSET_PTR): likewise.
11718         (SQL_ATTR_PARAM_BIND_TYPE): likewise.
11719         (SQL_ATTR_PARAM_OPERATION_PTR): likewise.
11720         (SQL_ATTR_PARAM_STATUS_PTR): likewise.
11721         (SQL_ATTR_PARAMS_PROCESSED_PTR): likewise.
11722         (SQL_ATTR_PARAMSET_SIZE): likewise.
11723         (SQL_ATTR_QUERY_TIMEOUT): likewise.
11724         (SQL_ATTR_QUIET_MODE): likewise.
11725         (SQL_ATTR_RETRIEVE_DATA): likewise.
11726         (SQL_ATTR_ROW_ARRAY_SIZE): likewise.
11727         (SQL_ATTR_ROW_BIND_OFFSET_PTR): likewise.
11728         (SQL_ATTR_ROW_BIND_TYPE): likewise.
11729         (SQL_ATTR_ROW_NUMBER): likewise.
11730         (SQL_ATTR_ROW_OPERATION_PTR): likewise.
11731         (SQL_ATTR_ROW_STATUS_PTR): likewise.
11732         (SQL_ATTR_ROWS_FETCHED_PTR): likewise.
11733         (SQL_ATTR_SIMULATE_CURSOR): likewise.
11734         (SQL_ATTR_TRACE): likewise.
11735         (SQL_ATTR_TRACEFILE): likewise.
11736         (SQL_ATTR_TRANSLATE_LIB): likewise.
11737         (SQL_ATTR_TRANSLATE_OPTION): likewise.
11738         (SQL_ATTR_TXN_ISOLATION): likewise.
11739         (SQL_ATTR_USE_BOOKMARKS): likewise.
11740         (SQL_BATCH_ROW_COUNT): likewise.
11741         (SQL_BATCH_SUPPORT): likewise.
11742         (SQL_BRC_EXPLICIT): likewise.
11743         (SQL_BRC_PROCEDURES): likewise.
11744         (SQL_BRC_ROLLED_UP): likewise.
11745         (SQL_BS_ROW_COUNT_EXPLICIT): likewise.
11746         (SQL_BS_ROW_COUNT_PROC): likewise.
11747         (SQL_BS_SELECT_EXPLICIT): likewise.
11748         (SQL_BS_SELECT_PROC): likewise.
11749         (SQL_C_INTERVAL_DAY): likewise.
11750         (SQL_C_INTERVAL_DAY_TO_HOUR): likewise.
11751         (SQL_C_INTERVAL_DAY_TO_MINUTE): likewise.
11752         (SQL_C_INTERVAL_DAY_TO_SECOND): likewise.
11753         (SQL_C_INTERVAL_HOUR): likewise.
11754         (SQL_C_INTERVAL_HOUR_TO_MINUTE): likewise.
11755         (SQL_C_INTERVAL_HOUR_TO_SECOND): likewise.
11756         (SQL_C_INTERVAL_MINUTE): likewise.
11757         (SQL_C_INTERVAL_MINUTE_TO_SECOND): likewise.
11758         (SQL_C_INTERVAL_MONTH): likewise.
11759         (SQL_C_INTERVAL_SECOND): likewise.
11760         (SQL_C_INTERVAL_YEAR): likewise.
11761         (SQL_C_INTERVAL_YEAR_TO_MONTH): likewise.
11762         (SQL_C_NUMERIC): likewise.
11763         (SQL_C_SBIGINT): likewise.
11764         (SQL_C_TYPE_DATE): likewise.
11765         (SQL_C_TYPE_TIME): likewise.
11766         (SQL_C_TYPE_TIMESTAMP): likewise.
11767         (SQL_C_UBIGINT): likewise.
11768         (SQL_C_VARBOOKMARK): likewise.
11769         (SQL_CA_CONSTRAINT_DEFERRABLE): likewise.
11770         (SQL_CA_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11771         (SQL_CA_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11772         (SQL_CA_CONSTRAINT_NON_DEFERRABLE): likewise.
11773         (SQL_CA_CREATE_ASSERTION): likewise.
11774         (SQL_CA1_ABSOLUTE): likewise.
11775         (SQL_CA1_BOOKMARK): likewise.
11776         (SQL_CA1_BULK_ADD): likewise.
11777         (SQL_CA1_BULK_DELETE_BY_BOOKMARK): likewise.
11778         (SQL_CA1_BULK_FETCH_BY_BOOKMARK): likewise.
11779         (SQL_CA1_BULK_UPDATE_BY_BOOKMARK): likewise.
11780         (SQL_CA1_LOCK_EXCLUSIVE): likewise.
11781         (SQL_CA1_LOCK_NO_CHANGE): likewise.
11782         (SQL_CA1_LOCK_UNLOCK): likewise.
11783         (SQL_CA1_NEXT): likewise.
11784         (SQL_CA1_POS_DELETE): likewise.
11785         (SQL_CA1_POS_POSITION): likewise.
11786         (SQL_CA1_POS_REFRESH): likewise.
11787         (SQL_CA1_POS_UPDATE): likewise.
11788         (SQL_CA1_POSITIONED_DELETE): likewise.
11789         (SQL_CA1_POSITIONED_UPDATE): likewise.
11790         (SQL_CA1_RELATIVE): likewise.
11791         (SQL_CA1_SELECT_FOR_UPDATE): likewise.
11792         (SQL_CA2_CRC_APPROXIMATE): likewise.
11793         (SQL_CA2_CRC_EXACT): likewise.
11794         (SQL_CA2_LOCK_CONCURRENCY): likewise.
11795         (SQL_CA2_MAX_ROWS_AFFECTS_ALL): likewise.
11796         (SQL_CA2_MAX_ROWS_CATALOG): likewise.
11797         (SQL_CA2_MAX_ROWS_DELETE): likewise.
11798         (SQL_CA2_MAX_ROWS_INSERT): likewise.
11799         (SQL_CA2_MAX_ROWS_SELECT): likewise.
11800         (SQL_CA2_MAX_ROWS_UPDATE): likewise.
11801         (SQL_CA2_OPT_ROWVER_CONCURRENCY): likewise.
11802         (SQL_CA2_OPT_VALUES_CONCURRENCY): likewise.
11803         (SQL_CA2_READ_ONLY_CONCURRENCY): likewise.
11804         (SQL_CA2_SENSITIVITY_ADDITIONS): likewise.
11805         (SQL_CA2_SENSITIVITY_DELETIONS): likewise.
11806         (SQL_CA2_SENSITIVITY_UPDATES): likewise.
11807         (SQL_CA2_SIMULATE_NON_UNIQUE): likewise.
11808         (SQL_CA2_SIMULATE_TRY_UNIQUE): likewise.
11809         (SQL_CA2_SIMULATE_UNIQUE): likewise.
11810         (SQL_CATALOG_LOCATION): likewise.
11811         (SQL_CATALOG_NAME_SEPARATOR): likewise.
11812         (SQL_CATALOG_TERM): likewise.
11813         (SQL_CATALOG_USAGE): likewise.
11814         (SQL_CCOL_CREATE_COLLATION): likewise.
11815         (SQL_CCS_COLLATE_CLAUSE): likewise.
11816         (SQL_CCS_CREATE_CHARACTER_SET): likewise.
11817         (SQL_CCS_LIMITED_COLLATION): likewise.
11818         (SQL_CDO_COLLATION): likewise.
11819         (SQL_CDO_CONSTRAINT): likewise.
11820         (SQL_CDO_CONSTRAINT_DEFERRABLE): likewise.
11821         (SQL_CDO_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11822         (SQL_CDO_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11823         (SQL_CDO_CONSTRAINT_NAME_DEFINITION): likewise.
11824         (SQL_CDO_CONSTRAINT_NON_DEFERRABLE): likewise.
11825         (SQL_CDO_CREATE_DOMAIN): likewise.
11826         (SQL_CDO_DEFAULT): likewise.
11827         (SQL_CL_END): likewise.
11828         (SQL_CL_START): likewise.
11829         (SQL_COL_PRED_BASIC): likewise.
11830         (SQL_COL_PRED_CHAR): likewise.
11831         (SQL_COLUMN_DRIVER_START): likewise.
11832         (SQL_COLUMN_IGNORE): likewise.
11833         (SQL_COLUMN_NUMBER_UNKNOWN): likewise.
11834         (SQL_CONVERT_GUID): likewise.
11835         (SQL_CONVERT_INTERVAL_DAY_TIME): likewise.
11836         (SQL_CONVERT_INTERVAL_YEAR_MONTH): likewise.
11837         (SQL_CONVERT_WCHAR): likewise.
11838         (SQL_CONVERT_WLONGVARCHAR): likewise.
11839         (SQL_CONVERT_WVARCHAR): likewise.
11840         (SQL_CP_DEFAULT): likewise.
11841         (SQL_CP_MATCH_DEFAULT): likewise.
11842         (SQL_CP_OFF): likewise.
11843         (SQL_CP_ONE_PER_DRIVER): likewise.
11844         (SQL_CP_ONE_PER_HENV): likewise.
11845         (SQL_CP_RELAXED_MATCH): likewise.
11846         (SQL_CP_STRICT_MATCH): likewise.
11847         (SQL_CREATE_ASSERTION): likewise.
11848         (SQL_CREATE_CHARACTER_SET): likewise.
11849         (SQL_CREATE_COLLATION): likewise.
11850         (SQL_CREATE_DOMAIN): likewise.
11851         (SQL_CREATE_SCHEMA): likewise.
11852         (SQL_CREATE_TABLE): likewise.
11853         (SQL_CREATE_TRANSLATION): likewise.
11854         (SQL_CREATE_VIEW): likewise.
11855         (SQL_CS_AUTHORIZATION): likewise.
11856         (SQL_CS_CREATE_SCHEMA): likewise.
11857         (SQL_CS_DEFAULT_CHARACTER_SET): likewise.
11858         (SQL_CT_COLUMN_COLLATION): likewise.
11859         (SQL_CT_COLUMN_CONSTRAINT): likewise.
11860         (SQL_CT_COLUMN_DEFAULT): likewise.
11861         (SQL_CT_COMMIT_DELETE): likewise.
11862         (SQL_CT_COMMIT_PRESERVE): likewise.
11863         (SQL_CT_CONSTRAINT_DEFERRABLE): likewise.
11864         (SQL_CT_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11865         (SQL_CT_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11866         (SQL_CT_CONSTRAINT_NAME_DEFINITION): likewise.
11867         (SQL_CT_CONSTRAINT_NON_DEFERRABLE): likewise.
11868         (SQL_CT_CREATE_TABLE): likewise.
11869         (SQL_CT_GLOBAL_TEMPORARY): likewise.
11870         (SQL_CT_LOCAL_TEMPORARY): likewise.
11871         (SQL_CT_TABLE_CONSTRAINT): likewise.
11872         (SQL_CTR_CREATE_TRANSLATION): likewise.
11873         (SQL_CU_DML_STATEMENTS): likewise.
11874         (SQL_CU_INDEX_DEFINITION): likewise.
11875         (SQL_CU_PRIVILEGE_DEFINITION): likewise.
11876         (SQL_CU_PROCEDURE_INVOCATION): likewise.
11877         (SQL_CU_TABLE_DEFINITION): likewise.
11878         (SQL_CVT_GUID): likewise.
11879         (SQL_CVT_INTERVAL_DAY_TIME): likewise.
11880         (SQL_CVT_INTERVAL_YEAR_MONTH): likewise.
11881         (SQL_CVT_WCHAR): likewise.
11882         (SQL_CVT_WLONGVARCHAR): likewise.
11883         (SQL_CVT_WVARCHAR): likewise.
11884         (SQL_DA_DROP_ASSERTION): likewise.
11885         (SQL_DATETIME_LITERALS): likewise.
11886         (SQL_DB_DEFAULT): likewise.
11887         (SQL_DB_DISCONNECT): likewise.
11888         (SQL_DB_RETURN_TO_POOL): likewise.
11889         (SQL_DC_DROP_COLLATION): likewise.
11890         (SQL_DCS_DROP_CHARACTER_SET): likewise.
11891         (SQL_DD_CASCADE): likewise.
11892         (SQL_DD_DROP_DOMAIN): likewise.
11893         (SQL_DD_RESTRICT): likewise.
11894         (SQL_DDL_INDEX): likewise.
11895         (SQL_DELETE_BY_BOOKMARK): likewise.
11896         (SQL_DESC_ARRAY_SIZE): likewise.
11897         (SQL_DESC_ARRAY_STATUS_PTR): likewise.
11898         (SQL_DESC_AUTO_UNIQUE_VALUE): likewise.
11899         (SQL_DESC_BASE_COLUMN_NAME): likewise.
11900         (SQL_DESC_BASE_TABLE_NAME): likewise.
11901         (SQL_DESC_BIND_OFFSET_PTR): likewise.
11902         (SQL_DESC_BIND_TYPE): likewise.
11903         (SQL_DESC_CASE_SENSITIVE): likewise.
11904         (SQL_DESC_CATALOG_NAME): likewise.
11905         (SQL_DESC_CONCISE_TYPE): likewise.
11906         (SQL_DESC_DATETIME_INTERVAL_PRECISION): likewise.
11907         (SQL_DESC_DISPLAY_SIZE): likewise.
11908         (SQL_DESC_FIXED_PREC_SCALE): likewise.
11909         (SQL_DESC_LABEL): likewise.
11910         (SQL_DESC_LITERAL_PREFIX): likewise.
11911         (SQL_DESC_LITERAL_SUFFIX): likewise.
11912         (SQL_DESC_LOCAL_TYPE_NAME): likewise.
11913         (SQL_DESC_MAXIMUM_SCALE): likewise.
11914         (SQL_DESC_MINIMUM_SCALE): likewise.
11915         (SQL_DESC_NUM_PREC_RADIX): likewise.
11916         (SQL_DESC_PARAMETER_TYPE): likewise.
11917         (SQL_DESC_ROWS_PROCESSED_PTR): likewise.
11918         (SQL_DESC_SCHEMA_NAME): likewise.
11919         (SQL_DESC_SEARCHABLE): likewise.
11920         (SQL_DESC_TABLE_NAME): likewise.
11921         (SQL_DESC_TYPE_NAME): likewise.
11922         (SQL_DESC_UNSIGNED): likewise.
11923         (SQL_DESC_UPDATABLE): likewise.
11924         (SQL_DI_CREATE_INDEX): likewise.
11925         (SQL_DI_DROP_INDEX): likewise.
11926         (SQL_DIAG_COLUMN_NUMBER): likewise.
11927         (SQL_DIAG_CURSOR_ROW_COUNT): likewise.
11928         (SQL_DIAG_ROW_NUMBER): likewise.
11929         (SQL_DL_SQL92_DATE): likewise.
11930         (SQL_DL_SQL92_INTERVAL_DAY): likewise.
11931         (SQL_DL_SQL92_INTERVAL_DAY_TO_HOUR): likewise.
11932         (SQL_DL_SQL92_INTERVAL_DAY_TO_MINUTE): likewise.
11933         (SQL_DL_SQL92_INTERVAL_DAY_TO_SECOND): likewise.
11934         (SQL_DL_SQL92_INTERVAL_HOUR): likewise.
11935         (SQL_DL_SQL92_INTERVAL_HOUR_TO_MINUTE): likewise.
11936         (SQL_DL_SQL92_INTERVAL_HOUR_TO_SECOND): likewise.
11937         (SQL_DL_SQL92_INTERVAL_MINUTE): likewise.
11938         (SQL_DL_SQL92_INTERVAL_MINUTE_TO_SECOND): likewise.
11939         (SQL_DL_SQL92_INTERVAL_MONTH): likewise.
11940         (SQL_DL_SQL92_INTERVAL_SECOND): likewise.
11941         (SQL_DL_SQL92_INTERVAL_YEAR): likewise.
11942         (SQL_DL_SQL92_INTERVAL_YEAR_TO_MONTH): likewise.
11943         (SQL_DL_SQL92_TIME): likewise.
11944         (SQL_DL_SQL92_TIMESTAMP): likewise.
11945         (SQL_DM_VER): likewise.
11946         (SQL_DRIVER_HDESC): likewise.
11947         (SQL_DROP_ASSERTION): likewise.
11948         (SQL_DROP_CHARACTER_SET): likewise.
11949         (SQL_DROP_COLLATION): likewise.
11950         (SQL_DROP_DOMAIN): likewise.
11951         (SQL_DROP_SCHEMA): likewise.
11952         (SQL_DROP_TABLE): likewise.
11953         (SQL_DROP_TRANSLATION): likewise.
11954         (SQL_DROP_VIEW): likewise.
11955         (SQL_DS_CASCADE): likewise.
11956         (SQL_DS_DROP_SCHEMA): likewise.
11957         (SQL_DS_RESTRICT): likewise.
11958         (SQL_DT_CASCADE): likewise.
11959         (SQL_DT_DROP_TABLE): likewise.
11960         (SQL_DT_RESTRICT): likewise.
11961         (SQL_DTC_DONE): likewise.
11962         (SQL_DTR_DROP_TRANSLATION): likewise.
11963         (SQL_DV_CASCADE): likewise.
11964         (SQL_DV_DROP_VIEW): likewise.
11965         (SQL_DV_RESTRICT): likewise.
11966         (SQL_DYNAMIC_CURSOR_ATTRIBUTES1): likewise.
11967         (SQL_DYNAMIC_CURSOR_ATTRIBUTES2): likewise.
11968         (SQL_EXT_API_LAST): likewise.
11969         (SQL_EXT_API_START): likewise.
11970         (SQL_FETCH_BY_BOOKMARK): likewise.
11971         (SQL_FETCH_FIRST_SYSTEM): likewise.
11972         (SQL_FETCH_FIRST_USER): likewise.
11973         (SQL_FN_CVT_CAST): likewise.
11974         (SQL_FN_STR_BIT_LENGTH): likewise.
11975         (SQL_FN_STR_CHAR_LENGTH): likewise.
11976         (SQL_FN_STR_CHARACTER_LENGTH): likewise.
11977         (SQL_FN_STR_OCTET_LENGTH): likewise.
11978         (SQL_FN_STR_POSITION): likewise.
11979         (SQL_FN_TD_CURRENT_DATE): likewise.
11980         (SQL_FN_TD_CURRENT_TIME): likewise.
11981         (SQL_FN_TD_CURRENT_TIMESTAMP): likewise.
11982         (SQL_FN_TD_EXTRACT): likewise.
11983         (SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES1): likewise.
11984         (SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES2): likewise.
11985         (SQL_FUNC_EXISTS(exists,api)): likewise.
11986         (SQL_GB_COLLATE): likewise.
11987         (SQL_HANDLE_SENV): likewise.
11988         (SQL_IK_ALL): likewise.
11989         (SQL_IK_ASC): likewise.
11990         (SQL_IK_DESC): likewise.
11991         (SQL_IK_NONE): likewise.
11992         (SQL_INDEX_KEYWORDS): likewise.
11993         (SQL_INFO_DRIVER_START): likewise.
11994         (SQL_INFO_LAST): likewise.
11995         (SQL_INFO_SCHEMA_VIEWS): likewise.
11996         (SQL_INITIALLY_DEFERRED): likewise.
11997         (SQL_INITIALLY_IMMEDIATE): likewise.
11998         (SQL_INSERT_STATEMENT): likewise.
11999         (SQL_INTERVAL): likewise.
12000         (SQL_IS_INSERT_LITERALS): likewise.
12001         (SQL_IS_INSERT_SEARCHED): likewise.
12002         (SQL_IS_INTEGER): likewise.
12003         (SQL_IS_POINTER): likewise.
12004         (SQL_IS_SELECT_INTO): likewise.
12005         (SQL_IS_SMALLINT): likewise.
12006         (SQL_IS_UINTEGER): likewise.
12007         (SQL_IS_USMALLINT): likewise.
12008         (SQL_ISV_ASSERTIONS): likewise.
12009         (SQL_ISV_CHARACTER_SETS): likewise.
12010         (SQL_ISV_CHECK_CONSTRAINTS): likewise.
12011         (SQL_ISV_COLLATIONS): likewise.
12012         (SQL_ISV_COLUMN_DOMAIN_USAGE): likewise.
12013         (SQL_ISV_COLUMN_PRIVILEGES): likewise.
12014         (SQL_ISV_COLUMNS): likewise.
12015         (SQL_ISV_CONSTRAINT_COLUMN_USAGE): likewise.
12016         (SQL_ISV_CONSTRAINT_TABLE_USAGE): likewise.
12017         (SQL_ISV_DOMAIN_CONSTRAINTS): likewise.
12018         (SQL_ISV_DOMAINS): likewise.
12019         (SQL_ISV_KEY_COLUMN_USAGE): likewise.
12020         (SQL_ISV_REFERENTIAL_CONSTRAINTS): likewise.
12021         (SQL_ISV_SCHEMATA): likewise.
12022         (SQL_ISV_SQL_LANGUAGES): likewise.
12023         (SQL_ISV_TABLE_CONSTRAINTS): likewise.
12024         (SQL_ISV_TABLE_PRIVILEGES): likewise.
12025         (SQL_ISV_TABLES): likewise.
12026         (SQL_ISV_TRANSLATIONS): likewise.
12027         (SQL_ISV_USAGE_PRIVILEGES): likewise.
12028         (SQL_ISV_VIEW_COLUMN_USAGE): likewise.
12029         (SQL_ISV_VIEW_TABLE_USAGE): likewise.
12030         (SQL_ISV_VIEWS): likewise.
12031         (SQL_KEYSET_CURSOR_ATTRIBUTES1): likewise.
12032         (SQL_KEYSET_CURSOR_ATTRIBUTES2): likewise.
12033         (SQL_MAX_ASYNC_CONCURRENT_STATEMENTS): likewise.
12034         (SQL_NO_COLUMN_NUMBER): likewise.
12035         (SQL_NO_ROW_NUMBER): likewise.
12036         (SQL_NOT_DEFERRABLE): likewise.
12037         (SQL_NUM_EXTENSIONS): likewise.
12038         (SQL_NUM_FUNCTIONS): likewise.
12039         (SQL_ODBC_INTERFACE_CONFORMANCE): likewise.
12040         (SQL_OIC_CORE): likewise.
12041         (SQL_OIC_LEVEL1): likewise.
12042         (SQL_OIC_LEVEL2): likewise.
12043         (SQL_OV_ODBC2): likewise.
12044         (SQL_OV_ODBC3): likewise.
12045         (SQL_PARAM_ARRAY_ROW_COUNTS): likewise.
12046         (SQL_PARAM_ARRAY_SELECTS): likewise.
12047         (SQL_PARAM_BIND_BY_COLUMN): likewise.
12048         (SQL_PARAM_BIND_TYPE_DEFAULT): likewise.
12049         (SQL_PARAM_DIAG_UNAVAILABLE): likewise.
12050         (SQL_PARAM_ERROR): likewise.
12051         (SQL_PARAM_IGNORE): likewise.
12052         (SQL_PARAM_PROCEED): likewise.
12053         (SQL_PARAM_SUCCESS): likewise.
12054         (SQL_PARAM_SUCCESS_WITH_INFO): likewise.
12055         (SQL_PARAM_UNUSED): likewise.
12056         (SQL_PARC_BATCH): likewise.
12057         (SQL_PARC_NO_BATCH): likewise.
12058         (SQL_PAS_BATCH): likewise.
12059         (SQL_PAS_NO_BATCH): likewise.
12060         (SQL_PAS_NO_SELECT): likewise.
12061         (SQL_ROW_IGNORE): likewise.
12062         (SQL_ROW_NUMBER_UNKNOWN): likewise.
12063         (SQL_ROW_PROCEED): likewise.
12064         (SQL_ROW_SUCCESS_WITH_INFO): likewise.
12065         (SQL_SC_FIPS127_2_TRANSITIONAL): likewise.
12066         (SQL_SC_SQL92_ENTRY): likewise.
12067         (SQL_SC_SQL92_FULL): likewise.
12068         (SQL_SC_SQL92_INTERMEDIATE): likewise.
12069         (SQL_SCC_ISO92_CLI): likewise.
12070         (SQL_SCC_XOPEN_CLI_VERSION1): likewise.
12071         (SQL_SCHEMA_TERM): likewise.
12072         (SQL_SCHEMA_USAGE): likewise.
12073         (SQL_SDF_CURRENT_DATE): likewise.
12074         (SQL_SDF_CURRENT_TIME): likewise.
12075         (SQL_SDF_CURRENT_TIMESTAMP): likewise.
12076         (SQL_SFKD_CASCADE): likewise.
12077         (SQL_SFKD_NO_ACTION): likewise.
12078         (SQL_SFKD_SET_DEFAULT): likewise.
12079         (SQL_SFKD_SET_NULL): likewise.
12080         (SQL_SFKU_CASCADE): likewise.
12081         (SQL_SFKU_NO_ACTION): likewise.
12082         (SQL_SFKU_SET_DEFAULT): likewise.
12083         (SQL_SFKU_SET_NULL): likewise.
12084         (SQL_SG_DELETE_TABLE): likewise.
12085         (SQL_SG_INSERT_COLUMN): likewise.
12086         (SQL_SG_INSERT_TABLE): likewise.
12087         (SQL_SG_REFERENCES_COLUMN): likewise.
12088         (SQL_SG_REFERENCES_TABLE): likewise.
12089         (SQL_SG_SELECT_TABLE): likewise.
12090         (SQL_SG_UPDATE_COLUMN): likewise.
12091         (SQL_SG_UPDATE_TABLE): likewise.
12092         (SQL_SG_USAGE_ON_CHARACTER_SET): likewise.
12093         (SQL_SG_USAGE_ON_COLLATION): likewise.
12094         (SQL_SG_USAGE_ON_DOMAIN): likewise.
12095         (SQL_SG_USAGE_ON_TRANSLATION): likewise.
12096         (SQL_SG_WITH_GRANT_OPTION): likewise.
12097         (SQL_SNVF_BIT_LENGTH): likewise.
12098         (SQL_SNVF_CHAR_LENGTH): likewise.
12099         (SQL_SNVF_CHARACTER_LENGTH): likewise.
12100         (SQL_SNVF_EXTRACT): likewise.
12101         (SQL_SNVF_OCTET_LENGTH): likewise.
12102         (SQL_SNVF_POSITION): likewise.
12103         (SQL_SP_BETWEEN): likewise.
12104         (SQL_SP_COMPARISON): likewise.
12105         (SQL_SP_EXISTS): likewise.
12106         (SQL_SP_IN): likewise.
12107         (SQL_SP_ISNOTNULL): likewise.
12108         (SQL_SP_ISNULL): likewise.
12109         (SQL_SP_LIKE): likewise.
12110         (SQL_SP_MATCH_FULL): likewise.
12111         (SQL_SP_MATCH_PARTIAL): likewise.
12112         (SQL_SP_MATCH_UNIQUE_FULL): likewise.
12113         (SQL_SP_MATCH_UNIQUE_PARTIAL): likewise.
12114         (SQL_SP_OVERLAPS): likewise.
12115         (SQL_SP_QUANTIFIED_COMPARISON): likewise.
12116         (SQL_SP_UNIQUE): likewise.
12117         (SQL_SQL_CONFORMANCE): likewise.
12118         (SQL_SQL92_DATETIME_FUNCTIONS): likewise.
12119         (SQL_SQL92_FOREIGN_KEY_DELETE_RULE): likewise.
12120         (SQL_SQL92_FOREIGN_KEY_UPDATE_RULE): likewise.
12121         (SQL_SQL92_GRANT): likewise.
12122         (SQL_SQL92_NUMERIC_VALUE_FUNCTIONS): likewise.
12123         (SQL_SQL92_PREDICATES): likewise.
12124         (SQL_SQL92_RELATIONAL_JOIN_OPERATORS): likewise.
12125         (SQL_SQL92_REVOKE): likewise.
12126         (SQL_SQL92_ROW_VALUE_CONSTRUCTOR): likewise.
12127         (SQL_SQL92_STRING_FUNCTIONS): likewise.
12128         (SQL_SQL92_VALUE_EXPRESSIONS): likewise.
12129         (SQL_SR_CASCADE): likewise.
12130         (SQL_SR_DELETE_TABLE): likewise.
12131         (SQL_SR_GRANT_OPTION_FOR): likewise.
12132         (SQL_SR_INSERT_COLUMN): likewise.
12133         (SQL_SR_INSERT_TABLE): likewise.
12134         (SQL_SR_REFERENCES_COLUMN): likewise.
12135         (SQL_SR_REFERENCES_TABLE): likewise.
12136         (SQL_SR_RESTRICT): likewise.
12137         (SQL_SR_SELECT_TABLE): likewise.
12138         (SQL_SR_UPDATE_COLUMN): likewise.
12139         (SQL_SR_UPDATE_TABLE): likewise.
12140         (SQL_SR_USAGE_ON_CHARACTER_SET): likewise.
12141         (SQL_SR_USAGE_ON_COLLATION): likewise.
12142         (SQL_SR_USAGE_ON_DOMAIN): likewise.
12143         (SQL_SR_USAGE_ON_TRANSLATION): likewise.
12144         (SQL_SRJO_CORRESPONDING_CLAUSE): likewise.
12145         (SQL_SRJO_CROSS_JOIN): likewise.
12146         (SQL_SRJO_EXCEPT_JOIN): likewise.
12147         (SQL_SRJO_FULL_OUTER_JOIN): likewise.
12148         (SQL_SRJO_INNER_JOIN): likewise.
12149         (SQL_SRJO_INTERSECT_JOIN): likewise.
12150         (SQL_SRJO_LEFT_OUTER_JOIN): likewise.
12151         (SQL_SRJO_NATURAL_JOIN): likewise.
12152         (SQL_SRJO_RIGHT_OUTER_JOIN): likewise.
12153         (SQL_SRJO_UNION_JOIN): likewise.
12154         (SQL_SRVC_DEFAULT): likewise.
12155         (SQL_SRVC_NULL): likewise.
12156         (SQL_SRVC_ROW_SUBQUERY): likewise.
12157         (SQL_SRVC_VALUE_EXPRESSION): likewise.
12158         (SQL_SSF_CONVERT): likewise.
12159         (SQL_SSF_LOWER): likewise.
12160         (SQL_SSF_SUBSTRING): likewise.
12161         (SQL_SSF_TRANSLATE): likewise.
12162         (SQL_SSF_TRIM_BOTH): likewise.
12163         (SQL_SSF_TRIM_LEADING): likewise.
12164         (SQL_SSF_TRIM_TRAILING): likewise.
12165         (SQL_SSF_UPPER): likewise.
12166         (SQL_STANDARD_CLI_CONFORMANCE): likewise.
12167         (SQL_STATIC_CURSOR_ATTRIBUTES1): likewise.
12168         (SQL_STATIC_CURSOR_ATTRIBUTES2): likewise.
12169         (SQL_SU_DML_STATEMENTS): likewise.
12170         (SQL_SU_INDEX_DEFINITION): likewise.
12171         (SQL_SU_PRIVILEGE_DEFINITION): likewise.
12172         (SQL_SU_PROCEDURE_INVOCATION): likewise.
12173         (SQL_SU_TABLE_DEFINITION): likewise.
12174         (SQL_SVE_CASE): likewise.
12175         (SQL_SVE_CAST): likewise.
12176         (SQL_SVE_COALESCE): likewise.
12177         (SQL_SVE_NULLIF): likewise.
12178         (SQL_UB_FIXED): likewise.
12179         (SQL_UB_VARIABLE): likewise.
12180         (SQL_UNION_STATEMENT): likewise.
12181         (SQL_UPDATE_BY_BOOKMARK): likewise.
12182         (SQL_US_UNION): likewise.
12183         (SQL_US_UNION_ALL): likewise.
12184         (SQL_DESC_ROWVER): likewise.
12185         (SQL_GUID): likewise.
12186         (SQL_C_GUID): likewise.
12187         (ODBC_STD): likewise.
12188         (SQLAllocHandle): likewise.
12189         (SQLAllocEnv(p)): likewise.
12190         (SQL_YEAR): likewise.
12191         (SQL_MONTH): likewise.
12192         (SQL_DAY): likewise.
12193         (SQL_HOUR): likewise.
12194         (SQL_MINUTE): likewise.
12195         (SQL_SECOND): likewise.
12196         (SQL_YEAR_TO_MONTH): likewise.
12197         (SQL_DAY_TO_HOUR): likewise.
12198         (SQL_DAY_TO_MINUTE): likewise.
12199         (SQL_DAY_TO_SECOND): likewise.
12200         (SQL_HOUR_TO_MINUTE): likewise.
12201         (SQL_HOUR_TO_SECOND): likewise.
12202         (SQL_MINUTE_TO_SECOND): likewise.
12203         (SQL_ATTR_ANSI_APP): likewise.
12204         (SQL_AA_TRUE): likewise.
12205         (SQL_AA_FALSE): likewise.
12206
12207         * include/sqltypes.h (#pragma pack(push,1), #pragma pack(pop)): remove.
12208         (struct tagSQL_YEAR_MONTH): add for ODBC3.x.
12209         (struct tagSQL_DAY_SECOND): likewise.
12210         (struct tagSQL_INTERVAL_STRUCT): likewise.
12211         (struct tagSQL_NUMERIC_STRUCT): likewise.
12212         (struct tagSQLGUID): add for 0DBC3.50.
12213         (enum SQLINTERVAL): add for ODBC3.x.
12214         (SQLWCHAR): add typedef.
12215         (SQLTCHAR): add typedef, conditional on UNICODE.
12216         (SQLLEN): add typedef for _WIN64, define for _WIN32.
12217         (SQLULEN): likewise.
12218         (SQLROWOFFSET): likewise.
12219         (SQLROWCOUNT): likewise.
12220         (SQLTRANSID): likewise.
12221         (SQLSETPOSIROW): likewise.
12222         (SQLHANDLE): add ODBC3.x typedef.
12223         (SQLHDESC): likewise.
12224         (SQLDATE): likewise.
12225         (SQLDECIMAL): likewise.
12226         (SQLDOUBLE): likewise.
12227         (SQLFLOAT): likewise.
12228         (SQLNUMERIC): likewise.
12229         (SQLREAL): likewise.
12230         (SQLTIME): likewise.
12231         (SQLTIMESTAMP): likewise.
12232         (SQLVARCHAR): likewise.
12233         (SQLBIGINT): likewise.
12234         (SQLUBIGINT): likewise.
12235         (SQL_DATE_STRUCT): likewise.
12236         (SQL_TIME_STRUCT): likewise.
12237         (SQL_TIMESTAMP_STRUCT): likewise.
12238         (ODBCINT64): add ODBC3.x define.
12239
12240         * lib/odbc32.def : regenerate.
12241
12242 2001-01-26  Earnie Boyd  <earnie@users.sourceforge.net
12243
12244         * Apply Danny Smith patch 102275
12245         2000-11-05  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12246         * include/objbase.h: (COM_RIGHTS): Add definition.
12247         (tagSTDMSHLFLAGS): add enumeration.
12248         (CoInitializeEx): Add prototypes.
12249         (CoGetStdMarshalEx): ditto.
12250         (CoCreateInstanceEx): ditto.
12251         (CoInitializeSecurity): ditto.
12252         (CoGetCallContext): ditto.
12253         (CoQueryProxyBlanket): ditto.
12254         (CoSetProxyBlanket): ditto.
12255         (CoCopyProxy): ditto.
12256         (CoQueryClientBlanket): ditto.
12257         (CoImpersonateClient): ditto.
12258         (CoRevertToSelf): ditto.
12259         (CoQueryAuthenticationServices): ditto.
12260         (CoSwitchCallContext): ditto.
12261         (CoGetInstanceFromFile): ditto.
12262         (CoGetInstanceFromIStorage): ditto.
12263         * include/objidl.h: (SOLE_AUTHENTICATION_SERVICE): Add structure.
12264         (SOLE_AUTHENTICATION_INFO): ditto.
12265         (EOLE_AUTHENTICATION_CAPABILITIES): Add enumeration.
12266         (COLE_DEFAULT_PRINCIPAL): Add definition.
12267         (COLE_DEFAULT_AUTHINFO): Ditto.
12268         * include/rpcdce.h: (RPC_C_AUTHZ_DEFAULT): Add definition.
12269         (RPC_PROTSEQ_VECTOR) Fix typo.
12270         (RpcRaiseException): add DECLSPEC_NORETURN attribute.
12271         * include/winbase.h: (FreeLibraryAndExitThread): add DECLSPEC_NORETURN
12272         attribute.
12273
12274 2001-01-26  Earnie Boyd  <earnie@users.sourceforge.net>
12275
12276         * lib/msvcp60.def: Apply Danny Smith patch 103321.
12277         2001-01-17  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>.
12278         New file.
12279
12280 2001-01-26  Christopher Faylor  <cgf@cygnus.com>
12281
12282         * include/winnt.h: Add PTOKEN_USER.
12283
12284 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
12285
12286         * include/sqlucode.h: Apply Danny Smith patch 102443
12287         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12288         New file.
12289
12290 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
12291
12292         * lib/odbccp32.def: Apply Danny Smith patch 102442
12293         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12294         New file.
12295
12296 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
12297
12298         * include/odbcinst.h: Apply Danny Smith patch 102441
12299         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12300         New file.
12301
12302 2000-12-25  Christopher Faylor  <cgf@cygnus.com>
12303
12304         * lib/Makefile.in: Don't make "links" to include/w32api directory.
12305
12306 2000-12-20  Corinna Vinschen  <corinna@vinschen.de>
12307
12308         * include/winbase.h: Add prototype for SetSecurityDescriptorControl.
12309
12310 2000-12-11  Christopher Faylor  <cgf@cygnus.com>
12311
12312         * lib/Makefile.in: Install headers and libraries in tooldir.
12313
12314 2000-12-04  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12315
12316         * include/winnls.h: NORM_IGNORE* remove duplicate defines.
12317         SORT_STRINGSORT: ditto.
12318         CMAP*: ditto.
12319         CTRY_*: add new defines.
12320         LGRPID_*: ditto.
12321         LCMAP*: change defines to hex notation.
12322         CALID: change from ULONG to DWORD.
12323         CALTYPE: ditto.
12324         _cpinfoex[AW]: add structure.
12325         FoldString: correct Unicode mappings.
12326         GetCPInfoEx[AW]: add prototypes.
12327         EnumCalendarInfoEx[AW]: ditto.
12328         EnumDateFormatsEx[AW]: ditto.
12329         EnumSystemLanguageGroups[AW]: ditto.
12330         EnumLanguageGroupLocales[AW]: ditto.
12331         EnumUILanguages[AW]: ditto.
12332         GetSystemDefaultUILanguage[AW]: ditto.
12333         GetUserDefaultUILanguage[AW]: ditto.
12334         IsValidLanguageGroup[AW]: ditto.
12335         CALINFO_ENUMPROCEX[AW]: add function pointer typedef
12336         LANGUAGEGROUP_ENUMPROC[AW]: ditto
12337         LANGGROUPLOCALE_ENUMPROC[AW]: ditto
12338         UILANGUAGE_ENUMPROC[AW]: ditto
12339         DATEFMT_ENUMPROCEX[AW]: ditto
12340         LPCURRENCYFMT[AW]: add structure pointer typedef
12341         LPNUMBERFMT[AW]: ditto
12342
12343 2000-12-02  Matt Hargett  <matt@use.net>
12344
12345         * include/winbase.h: Added a define for INVALID_SET_FILE_POINTER, a
12346         possible return code for the SetFilePointer() win32 API call.
12347
12348 2000-11-09  Corinna Vinschen  <corinna@vinschen.de>
12349
12350         * include/winnt.h: Add missing FILE_NAMED_STREAMS define.
12351
12352 2000-11-06  Earnie Boyd  <earnie_boyd@yahoo.com>
12353
12354         * Makefile.in: increment VERSION.
12355         (dist:) Rename to srcdist.  Create new dist target to call
12356         srcdist and bindist targets.
12357         (srcdist:) New target.
12358         (clean-top:) add call to mostlyclean-top and add rm of distribution
12359         tarballs.
12360         * lib/Makefile.in: (uninstall:) modify to remove files from the
12361         new w32api subdirectory and to remove w32api subdirectory.
12362         (xuninstall:) Ditto.
12363         TODO: Add a task to redo the clean targets of Makefile.in
12364
12365 2000-11-03  Christopher Faylor  <cgf@cygnus.com>
12366
12367         * lib/Makefile.in: Install header files in w32api subdirectory.
12368
12369 2000-10-31  Earnie Boyd  <earnie_boyd@yahoo.com>
12370
12371         * CONTRIBUTIONS: New file.
12372         * README: Change the maintained by header.
12373         * TODO: Add a note about checking the TODO.
12374
12375 2000-10-31  Earnie Boyd  <earnie_boyd@yahoo.com>
12376
12377         * Merge in accepted changes from
12378         2000-10-23  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12379         * include/basetyps.h: add comment for GUID_DEFINED
12380         * include/lm.h: add includes for lmerr.h and lmserver.h
12381         * include/lmcons.h: add W2K typedefs LMSTR, LMCSTR
12382         * include/lmerr.h:  add error codes
12383         * include/lmserver.h: replace LPTSTR with LPWSTR,
12384         LPTCSTR with LPWCSTR in structures and prototypes
12385         * include/lmshare.h: ditto
12386         * include/lmuse.h: ditto
12387         * include/lmstats.h: ditto
12388         * include/oleauto.h: add function prototype SystemTimeToVariantTime
12389         * include/winbase.h: change first argument of CommConfigDialog to const
12390         * include/windowsx.h: add macros  defining FAR versions of
12391         mem and string functions for porting from Win16 code
12392         * include/winioctl.h:  added IOCTL_STORAGE defines
12393         * include/winnetwk.h:  added WNNC_NET flags
12394         * include/winnt.h: add include of <basetsd.h>;
12395         add structs; add pointer typedefs  for TOKEN structs
12396         * include/winsock.h: add guard around BSD-ish typedefs
12397         * include/wtypes.h: new VARENUM enums, new WIN32/WIN64 compat. macros
12398         * include/basetsd.h: new file
12399         * include/raserror.h: ditto
12400         * include/rassapi.h: ditto
12401         * include/ras.h: ditto
12402         comment from Earnie: replaced original ras.h contribution with Danny's
12403         contribution as it is more complete.
12404         * include/rpcndr.h: add default definition for __RPCNDR_H_VERSION__
12405
12406 2000-10-19  Earnie Boyd  <earnie_boyd@yahoo.com>
12407
12408         * Makefile.in: increment VERSION.  Change tar file name for dist and
12409         bindist targets to be more standard.
12410         * config.guess: Update with the currently published file.
12411         * config.sub: ditto.
12412         * configure.in: Use value of build_alias instead of testing for
12413         directory names to set BUILDENV.
12414         * configure: ditto.
12415         * lib/Makefile.in: Change the name of the targets install,
12416         install-headers and install-libraries to xinstall, xinstall-headers
12417         and xinstall-libraries for system target specified installation.
12418         Recreate targets install, install-headers and install-libraries for
12419         exec-prefix specified installation.  Ditto for the uninstall targets of
12420         the same name.
12421
12422 2000-10-09  Corinna Vinschen  <corinna@vinschen.de>
12423
12424         * include/iprtrmib.h: Further layout changes according to standard.
12425         * include/iptypes.h: Ditto.
12426         * include/ntdef.h: Ditto.
12427         * include/ntsecapi.h: Ditto.
12428         * include/subauth.h: Ditto.
12429
12430 2000-10-09  Corinna Vinschen  <corinna@vinschen.de>
12431
12432         * include/ntsecapi.h: Fix PLSA_UNICODE_STRING define.
12433
12434 2000-10-08  Corinna Vinschen  <corinna@vinschen.de>
12435
12436         * include/ntsecapi.h: New file.
12437         * include/subauth.h: Ditto.
12438         * include/ipexport.h: Fix global header define not to contain
12439         trailing underscore. Change layout according to standard.
12440         * include/iphlpapi.h: Ditto.
12441         * include/ipifcons.h: Ditto.
12442         * include/iprtrmib.h: Ditto.
12443         * include/iptypes.h: Ditto.
12444         * include/ntdef.h: Ditto. Define conditional datatypes dependent
12445         of inclusion of ntsecapi.h and subauth.h.
12446         * lib/secur32.def: New stub for secur32.dll.
12447
12448 2000-10-02  Corinna Vinschen  <corinna@vinschen.de>
12449
12450         * include/ras.h: New file.
12451         * lib/rasapi32.def: Add symbols for RasEnumDevicesA and
12452         RasEnumDevicesW.
12453
12454 2000-10-02  Corinna Vinschen  <corinna@vinschen.de>
12455
12456         * include/ntdef.h: Add define for NTAPI.
12457
12458 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12459
12460         * include/ipexport.h: Add missing `extern "C"' directives.
12461         * include/iphlpapi.h: Ditto.
12462         * include/iprtrmib.h: Ditto.
12463         * include/iptypes.h: Ditto.
12464
12465 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12466
12467         * include/ipifcons.h: New header file.
12468         * include/iprtrmib.h: Move operational states to ipifcons.h.
12469         * include/iphlpapi.h: Add missing parameters to GetIfTable()
12470         declaration.
12471
12472 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12473
12474         * include/iprtrmib.h: Add missing MIB_IF_OPER_STATUS_xxx definitions.
12475
12476 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12477
12478         * lib/iphlpapi.def: New stub for iphlpapi.dll.
12479         * include/iptypes.h: New header file.
12480         * include/ipexport.h: Ditto.
12481         * include/iphlpapi.h: Ditto.
12482         * include/iprtrmib.h: Ditto.
12483
12484 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12485
12486         * include/ntdef.h: New file.
12487
12488 2000-08-18  Corinna Vinschen  <corinna@vinschen.de>
12489
12490         * include/winnt.h:Add enums for TokenRestrictedSids and TokenSessionId
12491         to TOKEN_INFORMATION_CLASS type.
12492         Add QUOTA_LIMITS type.
12493
12494 2000-08-08  Corinna Vinschen  <corinna@vinschen.de>
12495
12496         * include/userenv.h: New header file.
12497         * lib/userenv.def: New stub for userenv.dll.
12498
12499 2000-08-08  Christopher Faylor  <cgf@cygnus.com>
12500
12501         * include/winuser.h: Correct PCWPSTRUCT typo.
12502         (discovered by Axel Riese)
12503
12504 2000-07-27  DJ Delorie  <dj@redhat.com>
12505
12506         * include/windows.h: optimize non-inclusion of repeat headers
12507
12508 2000-07-21  Corinna Vinschen  <corinna@vinschen.de>
12509
12510         * include/winnt.h: Add missing typedefs for PTOKEN_SOURCE and
12511         LPTOKEN_SOURCE.
12512
12513 2000-07-11  DJ Delorie  <dj@cygnus.com>
12514
12515         * include/shlobj.h: add CSIDL_COMMON_*
12516
12517 2000-06-27  Corinna Vinschen  <corinna@vinschen.de>
12518
12519         * include/winbase.h: Add stream ids BACKUP_OBJECT_ID,
12520         BACKUP_REPARSE_DATA and BACKUP_SPARSE_BLOCK.
12521         Add file open flags FILE_FLAG_OPEN_REPARSE_POINT and
12522         FILE_FLAG_OPEN_NO_RECALL.
12523         * winioctl.h: Add device io control codes FSCTL_GET_REPARSE_POINT,
12524         FSCTL_SET_REPARSE_POINT and FSCTL_DELETE_REPARSE_POINT.
12525         * winnt.h: Add typedef for GUID.
12526         Add file attributes FILE_ATTRIBUTE_ENCRYPTED,
12527         FILE_ATTRIBUTE_SPARSE_FILE, FILE_ATTRIBUTE_REPARSE_POINT and
12528         FILE_ATTRIBUTE_NOT_CONTENT_INDEXED.
12529         Add volume attributes FILE_VOLUME_QUOTAS, FILE_SUPPORTS_SPARSE_FILES,
12530         FILE_SUPPORTS_REPARSE_POINTS, FILE_SUPPORTS_REMOTE_STORAGE,
12531         FILE_SUPPORTS_OBJECT_IDS and FILE_SUPPORTS_ENCRYPTION.
12532         Add several reparse point defines and typedefs for REPARSE_DATA_BUFFER,
12533         REPARSE_GUID_DATA_BUFFER and REPARSE_POINT_INFORMATION.
12534         * lib/psapi.def: New file.
12535
12536 2000-06-22  Christopher Faylor  <cgf@cygnus.com>
12537
12538         * rpcdce.h: Protect OPTIONAL definition since it may be (legally)
12539         previously defined.
12540         * windef.h : Ditto.
12541
12542 2000-06-14  Kazuhiro Fujieda  <fujieda@jaist.ac.jp>
12543
12544         * include/winnt.h: Add some missing defines related to locale
12545         identifiers.  Translate values of LANG_* and SUBLANG_* into hexadecimal.
12546
12547 2000-05-27  Corinna Vinschen  <corinna@vinschen.de>
12548
12549         * include/wincrypt.h: Add missing CRYPT_MACHINE_KEYSET define.
12550
12551 2000-05-18  Corinna Vinschen  <corinna@vinschen.de>
12552
12553         * include/winnt.h: Add some missing TAPE_DRIVE_* defines.
12554
12555 2000-04-26  Christopher Faylor  <cgf@cygnus.com>
12556
12557         * include/wininet.h: Add another "INTERNET_OPTIONS".
12558
12559 2000-04-25  Mumit Khan  <khan@xraylith.wisc.edu>
12560
12561         * include/winspool.h: Add 2 more PRINTER_ATTRIBUTE_* macros.
12562
12563 2000-04-25  Martin Kotulla  <martin-k@softmaker.de>
12564
12565         * include/ddeml.h (DdeCreateStringHandle{A,W}): Fix prototype.
12566         * include/shlobj.h (IShellLink{A,W}::GetPath): Fix prototype.
12567         * include/wingdi.h: Add LPFNDEVMODE and LPFNDEVCAPS callbacks.
12568         * include/winuser.h: Add WM_* macros. Add PCOPYDATASTRUCT typedef.
12569
12570 2000-04-10  Christopher Faylor  <cgf@cygnus.com>
12571
12572         * include/winbase.h: Change first argument of ENUMRES* types to
12573         coincide with Microsoft usage.
12574
12575 2000-04-01  Christopher Faylor  <cgf@cygnus.com>
12576
12577         * include/wininet.h: Add three more "INTERNET_OPTIONS".
12578
12579 2000-03-30  Mumit Khan  <khan@xraylith.wisc.edu>
12580
12581         * include/winbase.h (CreateHardLink{A,W}): Add prototypes.
12582         * include/winerror.h (ERROR_TOO_MANY_LINKS): Add macro.
12583         * include/winnt.h (SEC_*): Add macros.
12584         * lib/th32.def: Use Kernel32.dll instead of TH32.DLL.
12585         * include/ole.h: Workaround for C++ parser bug.
12586         * include/rpcdcep.h: Likewise.
12587         * include/winsock.h: Likewise.
12588
12589 2000-03-26  Christopher Faylor  <cgf@cygnus.com>
12590
12591         * include/winnt.h: Eliminate duplicate PCONTEXT and LPCONTEXT typedefs.
12592
12593 2000-02-28  Mumit Khan  <khan@xraylith.wisc.edu>
12594
12595         Patches from Jan Nijtmans <j.nijtmans@chello.nl>:
12596         * include/wtypes.h (PBLOB, LPBLOB): Define.
12597         * include/winsock2.h: Much more complete version.
12598         (FD_SET, SOMAXCONN): Protect common macros defined by winsock.h.
12599
12600         Patches from Jan Nijtmans <j.nijtmans@chello.nl>:
12601         * include/winsock.h (FD_CLR): Add missing ')'.
12602         (timercmp): Fix macro to handle all 6 comparison operators.
12603         (AF_FIREFOX, AF_UNKNOWN1, AF_BAN, AF_ATM, AF_INET6): Define.
12604         (AF_MAX): Update.
12605         (PF_FIREFOX, PF_UNKNOWN1, PF_BAN, PF_ATM, PF_INET6): Define.
12606
12607         * include/largeint.h: Rename HAVE_INT64 macro to _HAVE_INT64 to avoid
12608         namespace pollution.
12609         * include/rpcndr.h: Likewise.
12610         * include/winnt.h: Likewise.
12611         * include/shlobj.h (SHGetDataFromIDList{A,W}): Fix typo.
12612         (SHGetSpecialFolderPath{A,W}): Add prototypes.
12613         * lib/ole32.def: Add missing exports.
12614         * include/winbase.h (TLS_MINIMUM_AVAILABLE): Move macro from here
12615         * include/winnt.h (TLS_MINIMUM_AVAILABLE): to here.
12616         (NT_TIB): Define.
12617         * include/tlhelp32.h: New file.
12618
12619 2000-02-28  Christopher Faylor  <cgf@cygnus.com>
12620
12621         * include/rapi.h: New file.
12622         * lib/rapi.def: New file.
12623
12624 2000-02-11  Axel Riese  <ariese@andromeda.risc.uni-linz.ac.at>
12625
12626         * oaidl.h (LPTYPECOMP): Remove multiple definition.
12627
12628 2000-02-03  Mumit Khan  <khan@xraylith.wisc.edu>
12629
12630         * Snapshot 2000-02-03.
12631
12632 2000-01-21  Chris Faylor  <cgf@cygnus.com>
12633
12634         * include/winnt.h: Add ARM support.
12635
12636 2000-01-19  Mumit Khan  <khan@xraylith.wisc.edu>
12637
12638         From Greg Primes <gregory.l.priem@intel.com>:
12639         * include/oaidl.h (DESCKIND): Define macro.
12640         (ITypeComp): Define interface.
12641         (ITypeComp): Likewise.
12642         * rpcndr.h (DECLSPEC_UUID): Define macro.
12643         (MIDL_INTERFACE): Likewise.
12644
12645         * include/psapi.h: New file.
12646         * include/imagehlp.h: New file.
12647         * lib/imagehlp.def: New file.
12648
12649         * include/oaidl.h (tagVARIANT): Update fields.
12650
12651         From Craig Lanning <CraigL@DyCon.com>:
12652         * include/commctrl.h: Add some TCS_* macros.
12653         * include/winnls.h (IsValidLocale): Add prototype.
12654
12655 2000-01-18  Mumit Khan  <khan@xraylith.wisc.edu>
12656
12657         * include/oaidl.h: OLE Patches from "Fifer, Eric"
12658         <EFifer@sanwaint.com> needed to build Win32::OLE perl module.
12659         * include/objbase.h: Likewise.
12660         * include/objidl.h: Likewise.
12661         * include/ocidl.h: New file.
12662         * include/oleauto.h: Likewise.
12663         * include/wtypes.h: Likewise.
12664         * lib/oleaut32.def: Likewise.
12665
12666         * include/lmserver.h (NetServerTransportAddEx): Fix prototype.
12667         Thanks to "Jon Leichter" <jon@symas.com>.
12668         * include/commctrl.h (LVM_FINDITEM): Fix typo in macro.
12669         * include/winbase.h: Add GetLongPathName{A,W} prototypes.
12670         * include/shellapi.h (SHGetFileInfo): Add macro. Thanks to
12671         "Axel Riese" <ariese@andromeda.risc.uni-linz.ac.at>.
12672         (CommandLineToArgvW): Fix prototype. Thanks to "Frans E. van
12673         Dorsselaer" <frans@bia-bv.demon.nl>.
12674         * include/httpext.h: New file. Thanks to Jan Nijtmans
12675         <j.nijtmans@chello.nl>.
12676         * include/mmsystem.h (WAVEFORMATEX): Guard definition to avoid
12677         redefinition of LPCWAVEFORMATEX in DirectX headers.
12678         (CALLBACK_NULL): Define to be 0. Thanks to Krzysztof Nikiel
12679         <krzych00@priv7.onet.pl>.
12680         * include/sqlext.h (SQLDriverConnnect): Fix prototype.
12681         * include/windef.h (HRESULT): Guard definition to avoid
12682         redefinition in DirectX headers.
12683         * include/winnt.h: Add target macros from windows.h.
12684         * include/windows.h: Update synch comment for target macros.
12685         (_ANONYMOUS_STRUCT): Define for GCC 2.95 and newer.
12686         (_ANONYMOUS_UNION): Likewise.
12687         * include/wingdi.h (AbortPrinter): Move from here ...
12688         * include/winspool.h (AbortPrinter): to here and fix linkage.
12689         (MONITOR_INFO_2{A,W}): Define.
12690         * include/winsock.h (htons): Fix argument.
12691         (htonl): Likewise.
12692         * include/winsock2.h (SO_*, MAX_*, WSA_*): Add macros.
12693         (GROUP): Define.
12694         (GUID): Define conditionally.
12695         (WSAPROTOCOLCHAIN, WSAPROTOCOL_INFO): Define.
12696         (WSASocket*): Declare.
12697         * include/basetyps.h (GUID): Guard REGUID and LPGUID as well.
12698
12699         * lib/dsetup.def: Remove leading underscore.
12700         * lib/dsound.def: Likewise.
12701         * lib/ws2_32.def: Likewise.
12702
12703 1999-12-22  Mumit Khan  <khan@xraylith.wisc.edu>
12704
12705         * include/windef.h (HMONITOR, HTERMINAL, HWINEVENTHOOK): Define
12706         handles.
12707
12708         * lib/Makefile.in (EXTRA_OBJS): Add dinput.o.
12709         * lib/dinput.c: Include windows.h for GCC.
12710         * lib/dxguid.c: Likewise.
12711         (INITGUID): Define macro.
12712
12713         * include/objidl.h (ISequentialStream): Define interface.
12714         (IStream): Derive from ISequentialStream.
12715
12716         * include/objidl.h (IStream::{LockRegion, UnlockRegion, Stat,
12717         Clone}): Mark as PURE.
12718         (IDataObject::EnumDAdvise): Likewise.
12719         * include/oleidl.h (IDropSource::GiveFeedback): Likewise.
12720         (IViewObject::Unfreeze): Likewise.
12721         (IViewObject2::Unfreeze): Likewise.
12722
12723         * include/objidl.h: Add various IID_ declarations.
12724         * include/olectl.h: Likewise.
12725         * include/oleidl.h: Likewise.
12726
12727 1999-12-21  Mumit Khan  <khan@xraylith.wisc.edu>
12728
12729         * Snapshot 1999-12-21.
12730
12731         * include/winbase.h (CancelIO): Rename to CancelIo.
12732         * include/winsvc.h (LPHANDLER_FUNCTION): Fix prototype.
12733         * include/winuser.h (PEVENTMSG, LPEVENTMSG): Declare.
12734
12735         * Merge with winsup-19991218.
12736         * include/winnt.h: Add defines for W2K ACL control flags.
12737
12738         * Merge with Anders Norlander's 19991130 snapshot.
12739
12740         * include/windows.h: #include mmsystem.h ifndef WIN32_LEAN_AND_MEAN.
12741         * include/winbase.h (EXCEPTION_INVALID_HANDLE): Define.
12742
12743         Patch from Harold Weissfield
12744         * include/shellapi.h: Added some ABN_* defines.
12745
12746         * include/commctrl.h (_TrackMouseEvent): Add prototype.
12747         * lib/comctl32.def (_TrackMouseEvent): Import.
12748         * include/winuser.h: Misc. fixes from Sang Cho
12749         <sangcho@alpha94.chongju.ac.kr>.
12750         * include/winuser.h (SM_CMETRICS): Define to 76 or 83 depending on
12751         value of _WIN32_WINNT.
12752         * include/winuser.h: Reorganize SM_* defines in numerical order.
12753
12754 1999-12-14  Mumit Khan  <khan@xraylith.wisc.edu>
12755
12756         * include/windef.h: Make RECTL a distinct type from RECT.
12757         * include/windows.h: Define upto 8 DUMMYUNIONNAMEs for DirectX.
12758         * include/winuser.h (CDS_): Update (Franco Bez <franco.bez@gmx.de>).
12759         (COMPAREITEMSTRUCT): Fix fields.
12760         (SERIALKEYSA): Likewise.
12761         (SERIALKEYSW): Likewise..
12762         * include/winbase.h (CRITICAL_SECTION_DEBUG): Likewise.
12763         (WIN32_FIND_DATAA): Likewise.
12764         (WIN32_FIND_DATAW): Likewise.
12765         * include/commdlg.h (SNDMSG): Define.
12766         * include/winsock.h (SO_UPDATE_ACCEPT_CONTEXT): Define.
12767         (SO_CONNECT_TIME): Likewise.
12768         (AcceptEx): Declare.
12769         (GetAcceptExSockaddrs): Likewise.
12770         * include/winsock2.h: Fix typo in #ifdef __cplusplus.
12771         * include/winspool.h: Add RC_INVOKED guard.
12772         * lib/wsock32.def (AcceptEx@32): Export.
12773         (GetAcceptExSockaddrs@32): Likewise.
12774
12775 1999-11-18  Mumit Khan  <khan@xraylith.wisc.edu>
12776
12777         * Snapshot 1999-11-18.
12778
12779         * include/oaidl.h (tagVARIANT): Rename pbool to pboolVal needed by
12780         Octopod C++ IDE (and MSVC compatibility).
12781         * include/oleauto.h (V_BOOLREF(X)): Likewise.
12782         * include/shellapi.h (ShellAbout*): Fix typo.
12783         * wingdi.h (FW_ULTRABOLD): Likewise.
12784         * include/winnt.h (_TAPE_ERASE, _TAPE_PREPARE, _TAPE_SET_POSITION,
12785         _TAPE_WRITE_MARKS): Add missing fields and fix existing ones.
12786         Add packing directives for various structures. All structure
12787         sizes now conform to MSVC.
12788
12789 1999-11-07  Mumit Khan  <khan@xraylith.wisc.edu>
12790
12791         Released 1999-11-07.
12792
12793 1999-11-06  Mumit Khan  <khan@xraylith.wisc.edu>
12794
12795         * include/winsock2.h: New file. Mostly a stub for now.
12796         * include/winbase.h (DllMain): Delete prototype.
12797         * include/commctrl.h (Header_SetItem): Fix macro.
12798         * include/{isguids.h, lmerrlog.h, mcx.h, objfwd.h, olectl.h,
12799         regstr.h, richole.h, rpcdce.h, rpcdcep.h, rpcnsi.h, rpcproxy.h,
12800         shlguid.h, sqltypes.h, winperf.h}: Enclose in extern "C" if c++.
12801
12802         Merge in changes from wxWindows.
12803         * include/basetyps.h (GUID_DEFINED, UUID_DEFINED): Add guards.
12804         * include/oaidl.h (DISPID_*): Add macros.
12805         (IID_ITypeLib, IID_ICreateTypeInfo, IID_ICreateTypeInfo2,
12806         IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_ITypeInfo,
12807         IID_IErrorInfo, IID_IDispatch, IID_ICreateErrorInfo): Declare.
12808         * include/objidl.h (IDataObject): Fix EnumFormatEtc parameter.
12809
12810         Merge in changes from Octopod C++ IDE group.
12811         * include/commctrl.h (NMHEADERA, NMHEADERW): Define.
12812         (Header_InsertItem): Fix macro.
12813         * include/oaidl.h (IID_IDispatch): Declare.
12814         (IID_ISupportErrorInfo): Likewise.
12815         (IDispatch): Rename Invoked to Invoke.
12816         * include/objidl.h (IPersist): Fix GetClassID.
12817         * include/oleauto.h (VectorFromBstr): Declare.
12818         (BstrFromVector): Likewise.
12819         * include/olectl.h (OLEMISC_*): Update.
12820         * include/olectlid.h (IID_IDispatch): Declare.
12821         * include/oleidl.h (IOleObject): Fix GetExtent and SetExtent.
12822         (IOleInPlaceFrame): Fix.
12823         (ISupportErrorInfo): Define.
12824         (IErrorInfo): Define.
12825         * include/winuser.h (SIF_TRACKPOS): Define.
12826
12827 1999-11-03  Mumit Khan  <khan@xraylith.wisc.edu>
12828
12829         Fix Merge errors:
12830         * include/winnt.h (PSID): Uncomment definition.
12831         (PISID): Rename from PSID.
12832         (struct _TAPE_GET_MEDIA_PARAMETER): Remove reserved field.
12833         (struct _SECURITY_ATTRIBUTES): Remove multiple definition.
12834
12835         * include/lmalert.h, include/lmbrowsr.h, include/lmchdev.h,
12836         include/lmconfig.h, include/lmerrlog.h, include/lmmsg.h,
12837         include/lmremutl.h, include/lmrepl.h, include/lmserver.h,
12838         include/lmsvc.h, include/lmwksta.h, include/oaidl.h,
12839         include/shellapi.h, include/winbase.h, include/wingdi.h,
12840         include/winnt.h, include/winsock.h: Merged with winsup-19991026.
12841
12842 1999-10-31  Mumit Khan  <khan@xraylith.wisc.edu>
12843
12844         * include/wingdi.h (PHYSICAL*, SCALINGFACTOR*): New. From
12845         Marius Kjeldahl <kjeldahl@hotmail.com>.
12846
12847 1999-08-29  Mumit Khan  <khan@xraylith.wisc.edu>
12848
12849         * include/winnt.h (APPLICATION_ERROR_MASK): Add macros.
12850         (ERROR_SEVERITY_*): Likewise.
12851
12852 1999-08-17  Mumit Khan  <khan@xraylith.wisc.edu>
12853
12854         * include/winbase.h (TLS_OUT_OF_INDEXES): Add macro.
12855         (DllMain): Fix prototype.
12856
12857 1999-08-02  Mumit Khan  <khan@xraylith.wisc.edu>
12858
12859         * include/commdlg.h: Enclose within pack(push,1) and pack(pop).
12860         (cderr.h): Don't include.
12861         * include/winuser.h: Fix macro definitions.
12862
12863 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12864
12865         Merge with winsup 1999-07-29:
12866         * include/wincon.h (MOUSE_WHEELED): Define.
12867         * include/winnt.h (PSECURITY_ATTRIBUTES): Add type.
12868         (SECURITY_DESCRIPTOR): Add struct type.
12869         (PSECURITY_DESCRIPTOR): Pointer to above type. BEWARE: this type
12870         is equal to PVOID in the Platform SDK! So don't depend on accessing
12871         members through ->.
12872
12873 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12874
12875         * lib/Makefile.in (install-headers): Don't @ commands.
12876         (install-libraries): Ditto.
12877
12878 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12879
12880         * include/sqlext.h: Use #include <sql.h> instead of "sql.h".
12881
12882 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12883
12884         Patch from Mumit Khan:
12885         * include/windows.h: Fix typo in winsock.h include guard and add
12886         _UWIN to the list.
12887         * include/winnt.h (__int64): Undefine first.
12888         (struct _SID): Declare.
12889
12890 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12891
12892         * include/winnt.h: Add some REG_* defines reported by Boris Lantrewitz.
12893
12894 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12895
12896         Patch from Mumit Khan:
12897         * Makefile.in: Do the right thing when cross-compiling.
12898         * include/windef.h: Don't define _export and __export if already
12899         defined.
12900
12901 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12902
12903         * include/basetyps.h (DECLARE_INTERFACE): Use com_interface attribute.
12904         (DECLARE_INTERFACE_): Ditto.
12905
12906 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12907
12908         * include/mmsystem.h (HWAVEOUT): Fix missing ')'
12909
12910         Reported by Brad Porter
12911         * include/wingdi.h (FW_ULTRALIGHT): Add.
12912         (FW_DEMIBOLD): Add.
12913         (FW_ULTRABOLD): Add.
12914         (FW_BLACK): Add.
12915         (JOHAB_CHARSET): Add.
12916         (VIETNAMESE_CHARSET): Add.
12917
12918
12919 1999-05-15  Anders Norlander  <anorland@hem2.passagen.se>
12920
12921         * lib/scrnsave.c (WinMain): Remove dependencies on C library.
12922         * lib/Makefile.in (Makefile): Regenerate.
12923         * include/pshpack[1248].h: New files, if a program would use any of
12924         them.
12925         * include/poppack.h: Ditto.
12926         * include/windef.h (_WIN32_WINNT): Define
12927         * include/windows.h: Remove DUMMYUNIONNAME[45].
12928         * include/windows.h: Correctly define _M_IX86 to reflect the target
12929         processor.
12930         * include/windows.h: Add preliminary support for other architectures.
12931         * include/winnt.h: Add CONTEXT structure for PPC and ALPHA.
12932         * include/winnt.h: Remove PACKED from U/LARGE_INTEGER
12933         * include/winnt.h (LUID_AND_ATTRIBUTES): Use pack(4) to solve alignment
12934         issue with LARGE_INTEGER.
12935         (ANSI_NULL): Define.
12936         (PSZ): Define.
12937         (ACL_REVISION[1234]): Define.
12938         (MIN/MAX_ACL_REVISION): Define.
12939         (PTCHAR): Define.
12940         (LANG_USER_DEFAULT): Define.
12941         (LANG_SYSTEM_DEFAULT): Define.
12942         (LOCALE_NEUTRAL): Define.
12943         (SORTVERSIONFROMLCID): Define.
12944         * include/windef.h (UNREFERENCED_PARAMETER): Define.
12945         (UNREFERENCED_LOCAL_VARIABLE): Define.
12946         (DBG_UNREFERENCED_PARAMETER): Define.
12947         (DBG_UNREFERENCED_LOCAL_VARIABLE): Define.
12948         * lib/mswsock.def: New file. Imports for mswsock.dll.
12949         * include/custcntl.h: New file. Necessary to compile some SDK
12950         samples.
12951         * include/winuser.h (SM_MOUSEWHEELPRESENT): Define.
12952         (WM_MOUSEWHEEL): Define.
12953         (WHEEL_DELTA): Define.
12954         (WM_MOUSELAST): Redefine to reflect WM_MOUSEWHEEL.
12955         (WM_NEXTMENU): Define.
12956         (CharNextA): Fix prototype.
12957         (CharNextW): Ditto.
12958
12959 1999-05-14  Anders Norlander  <anorland@hem2.passagen.se>
12960
12961         * include/winsock.h: Enclose in extern "C" if C++, huh?
12962         * include/winuser.h(WM_SYNCPAINT): Define. From fltk.
12963
12964 1999-05-13  Anders Norlander  <anorland@hem2.passagen.se>
12965
12966         * include/windef.h (NULL): Define only ifndef
12967         (TRUE): Ditto, was previously only defined ifndef FALSE
12968         (PASCAL): Define as _pascal
12969         (__pascal): Define
12970         (WINAPIV): Define
12971         (min,max): Define only ifndef NOMINMAX
12972
12973 1999-05-10  Anders Norlander  <anorland@hem2.passagen.se>
12974
12975         * include/commctrl.h: Support for Date/Calendar controls + IE controls.
12976         You must define _WIN32_IE if you want support for it.
12977         Modified patch from Nirmal Prasad  <nprasad@truept.com>.
12978
12979 1999-05-10  Ron Aaron   <v-ronaar@Exchange.Microsoft.com>
12980
12981         * include/wincon.h: Add some ButtonState flags and EventFlags.
12982
12983 1999-05-10  Anders Norlander  <anorland@hem2.passagen.se>
12984
12985         * include/basetyps.h: Don't support COM when __OBJC__ defined because
12986         interface define causes mayhem.
12987         (DEFINE_INTERFACE): Use comobject attribute only if HAVE_COMOBJECT is
12988         defined.
12989         * include/windows.h: Undefine BOOL if __OBJC__ defined
12990
12991 1999-05-09  Chris Faylor  <cgf@cygnus.com>
12992
12993         * include/winnls.h: Define additional code pages.
12994
12995 1999-05-09  Anders Norlander  <anorland@hem2.passagen.se>
12996
12997         * include/winbase.h(RtlFillMemory): Parameters got passed in wrong
12998         order, corrected.
12999         (RtlZeroMemory): Use RtlFillMemory
13000
13001 1999-05-04  Anders Norlander  <anorland@hem2.passagen.se>
13002
13003         * include/winnt.h: Add PACKED to LARGE_INTEGER and ULARGE_INTEGER
13004         to get the correct size when used in some structs.
13005         (ULARGE_INTEGER): Ditto.
13006         * include/winnt.h (TAPE_CREATE_PARTITION): Add struct.
13007         * include/winnt.h: Add TAPE_* pointer types PTAPE_*
13008
13009 1999-05-02  Nirmal Prasad  <nprasad@truept.com>
13010
13011         * include/wininet.h: Enclose in extern "C" if c++
13012         (INTERNET_BUFFERSA/W): Define struct
13013         * include/wininet.h: Add some HSR_* defines
13014
13015 1999-05-02  Anders Norlander  <anorland@hem2.passagen.se>
13016
13017         * include/winnt.h (IMAGE_FIRST_SECTION): Prepend missing paren
13018         * include/winnt.h (UNALIGNED): Define
13019         * include/windef.h (DECLSPEC_NORETURN): Define
13020
13021         * include/wininet.h (INTERNET_MAX_NAME): Remove
13022         (INTERNET_MAX_SCHEME_LENGTH): Define
13023         (INTERNET_MAX_URL_LENGTH): Use INTERNET_MAX_SCHEME_LENGTH
13024         * include/wininet.def: Completely redone, it was losing badly.
13025
13026 1999-05-01  Anders Norlander  <anorland@hem2.passagen.se>
13027
13028         * lib/dplayx.def: Remove '_' prefixes
13029         * lib/shell32.def: Remove imports for IID_ContextMenu
13030
13031 1999-04-29  Anders Norlander  <anorland@hem2.passagen.se>
13032
13033         * Makefile.in (dist): Support dist target
13034         * lib/Makefile.in (dist): Likewise
13035         * lib/Makefile.in (uninstall-headers): Fix command
13036         * Makefile.in (bindist): Target to build a prebuilt dist
13037
13038         * lib/ws2_32.def: Winsock2 implib
13039
13040         * include/largeint.h: New header
13041         * include/largeint.c: Large integer support library
13042         * lib/Makefile.in(EXTRA_LIBS): Add liblargeint.a
13043         (EXTRA_OBJS): Add largeint.o
13044
13045         * include/Makefile: Remove
13046         * lib/Makefile: Remove
13047         * Makefile: Remove
13048         * configure.in: New autoconf script
13049         * configure: generated configure script
13050         * Makefile.in: autoconf makefile template
13051         * lib/Makefile.in: Ditto
13052         * include/test.c: mv to lib/test.c
13053         * include/res.rc: mv to lib/res.rc
13054         * include/TODO: mv to .
13055         * include/Notes: mv to ./NOTES
13056
13057 1999-04-28  Anders Norlander  <anorland@hem2.passagen.se>
13058
13059         * include/zmouse.h (WHEEL_DELTA): Define
13060
13061 1999-04-26  Mumit Khan  <khan@xraylith.wisc.edu>
13062
13063         * include/ddeml.h (HSZPAIR): Declare.
13064         * include/zmouse.h: New file.
13065
13066 1999-04-27  Daniel Guerrero Miralles  <daniel.guerrero@upcnet.upc.es>
13067
13068         * lib/d3dim.def: New implib
13069         * lib/d3drm.def: Ditto
13070         * lib/d3dxof.def: Ditto
13071         * lib/ddraw.def: Ditto
13072         * lib/dinput.def: Ditto
13073         * lib/dplayx.def: Ditto
13074         * lib/dsetup.def: Ditto
13075         * lib/dsound.def: Ditto
13076         * lib/dinput.c: Guid library for DirectInput
13077         * lib/dxguid.c: Guid library for DirectX
13078
13079 1999-04-21  Anders Norlander  <anorland@hem2.passagen.se>
13080
13081         * include/windowsx.h (GET_X_LPARAM): Missing macro added (reported
13082         by Ron Aaron).
13083         * include/windowsx.h (GET_Y_LPARAM): Also missing
13084         * include/winnls.h (IsValidCodePage): Missing prototype added (reported
13085         by Mumit Khan).
13086
13087 1999-04-18  Anders Norlander  <anorland@hem2.passagen.se>
13088
13089         * include/scrnsave.h: New header file for screen saver library
13090         * lib/scrnsave.c: New file: screen saver library
13091
13092 1999-04-17  Anders Norlander  <anorland@hem2.passagen.se>
13093
13094         * include/regstr.h: Enclosed all strings in TEXT() macros so it
13095         works well in when UNICODE is defined
13096
13097 1999-04-17  Nirmal Prasad  <nprasad@truept.com>
13098
13099         * include/winuser.h(STYLESTRUCT): New struct
13100         * include/wingdi.h:(GOBJENUMPROC): This function type should
13101         return void.
13102
13103 1999-04-17  Anders Norlander  <anorland@hem2.passagen.se>
13104
13105         * include/basetyps.h (LPGUID): New typedef
13106         * lib/glut.def: Import library defintions for glut.dll
13107         * lib/glu32.def: Ditto for glut32.dll
13108         * include/winnt.h: Fixed handling of wchar_t typedef
13109         * include/sql.h(SQL_NO_DATA_FOUND): Replace with SQL_NO_DATA
13110         * include/sqlext.h(SQL_NO_DATA_FOUND): Define as SQL_NO_DATA
13111
13112 1999-03-20  Anders Norlander  <anorland@hem2.passagen.se>
13113
13114         * include/winbase.h(AbnormalTermination): Define as FALSE
13115         * include/commctrl.h: Support for new progress bar messages/styles
13116
13117 1999-03-20  Geoffrey Noer  <noer@cygnus.com>
13118
13119         * include/commdlg.h(PageSetupDlg): New define
13120         * include/richedit.h: Missing SCF_* defines
13121         * include/winnt.h: Lots o' defines
13122         * include/winbase.h(AllocateAndInitializeSid): Corrected prototype
13123
13124 1999-03-09  Anders Norlander  <anorland@hem2.passagen.se>
13125
13126         * include/commdlg.h: Removed pack pragma
13127         * lib/comctl32.def(InitCommonControlsEx@4): Added import
13128
13129 1999-03-08  Anders Norlander  <anorland@hem2.passagen.se>
13130
13131         * Makefile: Set version to 0.1.5
13132         * lib/Makefile (clean): Fix typo
13133
13134         * include/commctrl.h: Removed pack pragma
13135         * include/cpl.h: Likewise
13136         * include/dbt.h: Likewise
13137         * include/dde.h: Likewise
13138         * include/nddeapi.h: Likewise
13139         * include/shellapi.h: Likewise
13140         * include/wincrypt.h: Likewise
13141         * include/lmaccess.h: Fixed USER_PRIV_ADMIN typo
13142
13143         * include/winsock.h (netent): Define only ifndef __INSIDE_CYGWIN__
13144         (servent): Likewise
13145         (protoent): Likewise
13146
13147         * include/windows.h: Prevent inclusion of winsock.h if we are
13148         using or compiling cygwin. Define Win32_Winsock to force inclusion.
13149
13150 1999-01-08  Anders Norlander  <anorland@hem2.passagen.se>
13151
13152         * include/winbase.h (CREATE_FORCEDOS): New define
13153
13154 1999-01-07  Anders Norlander  <anorland@hem2.passagen.se>
13155
13156         * include/wincon.h(KEY_EVENT_RECORD): Fixed packing problem on
13157         (COORD): Likewise
13158         * include/wingdi.h (BITMAPFILEHEADER): Fixed packing
13159         * include/windows.h: Added DUMMYUNIONNAME4 and 5
13160         * include/winnt.h (LUID_AND_ATTRIBUTES_ARRAY): New type
13161         (PLUID_AND_ATTRIBUTES_ARRAY): New type
13162
13163         * include/ddeml.h: Removed unnecessary `#pragma pack'
13164         * include/imm.h: Likewise
13165         * include/nddeapi.h: Likewise
13166         * include/nspapi.h: Likewise
13167         * include/regstr.h: Likewise
13168         * include/wincon.h: Likewise
13169         * include/windef.h: Likewise
13170         * include/winioctl.h: Likewise
13171         * include/winnls.h: Likewise
13172         * include/winsvc.h: Likewise
13173         * include/winuser.h: Likewise
13174         * include/winver.h: Likewise
13175         * include/wtypes.h: Likewise
13176
13177 1999-01-05  Anders Norlander  <anorland@hem2.passagen.se>
13178
13179         * Makefile (VERSION): Set to 0.1.4
13180         * include/basetyps.h: Check for NOCOMOBJECT
13181         * include/Makefile: Pass -DNOCOMOBJECT to g++ to avoid warnings
13182         on comobject attribute.
13183         * lib/kernel32.def: Added a few functions
13184         * include/windef.h (DWORD): Changed back to unsigned long
13185
13186         * include/windows.h: Include only winresrc.h if RC_INVOKED is defined,
13187         winresrc.h in turn includes the necessary headers. This makes things
13188         much simpler, no need to protect blocks of code in headers that
13189         should not be seen by the resource compiler.
13190
13191 1999-01-05  Geoffrey Noer  <noer@cygnus.com>
13192
13193         * include/winbase.h (STATUS_INVALID_HANDLE): Added define
13194         * include/wincon.h: Added console event type flags
13195         * include/winnt.h (FILE_SHARE_DELETE): Added
13196           (SECURITY_DESCRIPTOR): typedef as DWORD
13197
13198         * include/winuser.h (WM_PENWINFIRST): Fixed typo
13199         * include/winsock.h: Protect some blocks with __INSIDE_CYGWIN_ and
13200         define u_* types only if _SYS_TYPES_H is not defined.
13201
13202 1999-01-02  Anders Norlander  <anorland@hem2.passagen.se>
13203
13204         * COPYING.LIB: Deleted
13205         * README: Updated to reflect license changes
13206         * include/shlobj.h: Remove extra comma on some enums
13207         * include/windef.h: Changed DWORD typedef from unsigned long to
13208         unsigned int in order to avoid warnings on bit fields that
13209         use DWORD.
13210         * include/Makefile (test): Compile with all warnings
13211         * include/unknwn.h: Include objfwd.h
13212         * include/winsock.h: Added missing copyright notices.
13213
13214 1999-01-01  Anders Norlander  <anorland@hem2.passagen.se>
13215
13216         * lib/winmm.def: Corrected LIBRARY statement
13217         * include/mmsystem.h: Define mmioSeek codes if not already defined
13218         * include/commctrl.h (CreateStatusWindowA): Corrected prototype
13219         (CreateStatusWindowW): Likewise
13220
13221         * include/winresrc.h: Include only files necessary instead of windows.h
13222         * include/dde.h: Allow inclusion in resource scripts.
13223         * include/winnt.h: Likewise
13224         * include/commctrl.h: Likewise
13225         * include/prsht.h: Likewise
13226         * README: Updated
13227
13228 1998-12-10  Anders Norlander  <anorland@hem2.passagen.se>
13229
13230         * include/sqltypes.h (SQLHANDLE): Added this type
13231         (SQLHDESC): Likewise
13232         * include/sql.h (SQLFreeHandle): Added this prototype
13233         (SQLAllocHandle): Likewise
13234
13235 1998-12-08  Anders Norlander  <anorland@hem2.passagen.se>
13236
13237         * include/winsock.h: Define _GNU_H_WINDOWS32_SOCKETS to avoid
13238         conflicts with cygwin headers.
13239
13240 1998-12-06  Anders Norlander  <anorland@hem2.passagen.se>
13241
13242         * Makefile: Changed VERSION to 0.1.3
13243         * Makefile (dist-lib): New target to make import library only
13244         distribution
13245         * Makefile (dist-hdr): New target to make headers only distribution
13246         * Makefile (dist): Now depends on dist-lib and dist-hdr instead of
13247         building one single distribution file.
13248         * dist.mak: Deleted
13249
13250         * include/lm.h: New file
13251         * include/lmcons.h: New file
13252         * include/lmalert.h: New file
13253         * include/lmaudit.h: New file
13254         * include/lmconfig.h: New file
13255         * include/lmapibuf.h: New file
13256         * include/lmaccess.h: New file
13257         * include/lmchdev.h: New file
13258         * include/lmremutl.h: New file
13259         * include/lmrepl.h: New file
13260         * include/lmerrlog.h: New file
13261         * include/lmat.h: New file
13262         * include/lmuse.h: New file
13263         * include/lmuseflg.h: New file
13264         * include/lmserver.h: New file
13265         * include/lmerr.h: New file
13266         * include/lmsname.h: New file
13267         * include/lmstats.h: New file
13268         * include/lmsvc.h: New file
13269         * include/lmwksta.h: New file
13270         * include/lmbrowsr.h: New file
13271
13272 1998-12-05  Anders Norlander  <anorland@hem2.passagen.se>
13273
13274         * include/unknwn.h: Fixed IClassFactory declaration; INTERFACE was missing
13275         * include/unknwn.h: Added extern declaration for IID_IClassFactory
13276
13277         * include/initguid.h: New file
13278
13279         * include/rpcndr.h: Defined hyper and MIDL_hyper as double if 64 bit
13280         int not supported
13281
13282         * include/winnt.h: Added USN
13283         * include/winnt.h: Changed handling of 64 bit int support
13284
13285         * include/windows.h: Added support for BC,LCC and MSVC
13286
13287         * include/windows.h: Changed handling machine architecture defines
13288
13289         * include/olectl.h: New file
13290
13291 1998-12-04  Anders Norlander  <anorland@hem2.passagen.se>
13292
13293         * include/oleidl.h: Added IViewObject and IViewObject2
13294
13295         * include/objidl: Corrected prototype for IStorage::DestroyElement and
13296         IStorage::MoveElement
13297
13298         * include/oledlg.h: New file
13299
13300         * include/winresrc.h: New file
13301
13302         * include/wingdi.h: Added LPDOCINFO
13303
13304         * include/commctrl.h: Added SBARS_SIZEGRIP and TVM_SETINDENT
13305         * include/commctrl.h: Added TCM_SETITEM to UNICODE/ANSI block
13306         * include/commctrl.h: Added ListView_GetSelectedCount, ListView_GetItemSpacing,
13307         TabCtrl_SetImageList and TabCtrl_GetItemCount
13308         * include/commctrl.h: Added TVM_FIRST, HDM_FIRST and TV_FIRST
13309
13310         * include/windowsx.h: Added missing ListBox_xx ComboBox_xx etc. macros
13311
13312         * include/wingdi.h: Added (L)PBITMAP,(L)PBITMAPCOREHEADER,
13313         PBITMAPINFOHEADER, (L)PBITMAPCOREINFO and (L)PBITMAPFILEHEADER.
13314
13315         * include/commdlg.h: Added LPDEVNAMES
13316
13317         * include/windows.h: Include excpt.h
13318
13319         * include/excpt.h: New file. This file just contains some
13320         stubs for SEH that do nothing.
13321
13322         * include/commctrl.h: Added general WM_NOTIFY codes
13323
13324         * include/winuser.h: Added ICON_SMALL and ICON_BIG
13325         * include/winuser.h: Removed VK_0-VK_9 VK_A-VK_Z; they should obviously
13326         not be in the headers.
13327         * include/winuser.h: Added LPCBTACTIVATESTRUCT and LPCLIENTCREATESTRUCT
13328         * include/winuser.h: Added old WM_SIZE parameter names so
13329         wxWindows compiles.
13330         * include/winuser.h: Added IDC_SIZE and IDC_ICON
13331         * include/winuser.h: Added LPDLGITEMTEMPLATE
13332         * include/winuser.h: HTCAPTION was missing value
13333         * include/winuser.h: Added WM_ACTIVE flags
13334
13335         * include/windowsx.h: Added _fmemcpy so V compiles; also added
13336         _fxx defines for memmove, memset and memcmp
13337
13338         * include/windef.h: Changed _export and __export to empty defines
13339
13340         * include/shellapi.h: Corrected prototypes for ExtractIcon functions.
13341         String parameters were not const and ExtractAssociatedIcon takes
13342         a WORD pointer not DWORD pointer as last parameter.
13343
13344         * Makefile: Changed VERSION to 0.1.2
13345
13346         * include/ole2ver.h: New file
13347
13348         * Makefile: Removed all dependencies on GLUT
13349
13350         * include/GL/glut.h: Removed file because of decision to remove
13351         files that are not part of the library.
13352         * lib/glut.def: Likewise
13353         * lib/glut32.def: Likewise
13354
13355         * include/windows.h: Include winperf.h
13356
13357         * include/winperf.h: New file
13358
13359         * lib/gdi32.def: Added GetEnhMetaFilePixelFormat
13360
13361         * include/winnls.h: Added calendar types
13362         * include/winnls.h: Added country codes
13363
13364 1998-12-03  Anders Norlander  <anorland@hem2.passagen.se>
13365
13366         * include/windef.h: Added PROC and NEARPROC
13367
13368         * include/wingdi.h: Added ChoosePixelFormat, DescribePixelFormat
13369         * include/wingdi.h: Added OpenGL types and prototypes
13370         * include/wingdi.h: Added ENHMETA_STOCK_OBJECT
13371         * include/wingdi.h: Added DCTT_DOWNLOAD_OUTLINE
13372         * include/wingdi.h: Added POINTFX, TTPOLYCURVE and TTPOLYGONHEADER
13373         * include/wingdi.h: Added truetype character outline types
13374         * include/wingdi.h: Added DEVMODE initialization flags
13375         * include/wingdi.h: Added panose codes
13376         * include/wingdi.h: Added missing character sets
13377         * include/wingdi.h: Added ANTIALIASED_QUALITY and
13378         NONANTIALIASED_QUALITY
13379         * include/wingdi.h: Added ENUMLOGFONTA/W and ENUMLOGFONTEXA/W
13380         * include/wingdi.h: Added pointer types for EXTLOGPEN
13381         * include/wingdi.h: Added PATTERN type
13382         * include/wingdi.h: Added NEWTEXTMETRICA/W and NEWTEXTMETRICEXA/W
13383         * include/wingdi.h: Added new text metric flags
13384         * include/wingdi.h: Added pitch and family flags
13385         * include/wingdi.h: Moved BCHAR defintion from winnt.h here
13386         * include/wingdi.h: Added METAHEADER
13387         * include/wingdi.h: Fixed packing of RGBTRIPLE and BITMAPFILEHEADER
13388         * include/wingdi.h: Added TA_MASK
13389         * include/wingdi.h: Added MAXSTRETCHBLTMODE
13390         * include/wingdi.h: Added error codes
13391
13392         * include/winuser.h: Added missing winhelp structures
13393         * include/winuser.h: Added dialog flags/styles/messages
13394         * include/winuser.h: Added EM_SETMARGIN codes
13395         * include/winuser.h: Made it possiblie to use IDI_XX values
13396         in resource files.
13397         * include/winuser.h: Added missing LoadImage load flags
13398         * include/winuser.h: Added missing message box flags
13399         * include/winuser.h: Added ScrollWindow codes
13400         * include/winuser.h: Added DT_WORD_ELLIPSIS
13401         * include/winuser.h: Added drag and drop support
13402         * include/winuser.h: Added WM_MENUCHAR return codes
13403         * include/winuser.h: Added DLGWINDOWEXTRA
13404         * include/winuser.h: Added missing SetWindowPos flags.
13405         * include/winuser.h: Added BSF_NOTIMEOUTIFNOTHUNG
13406         * include/winuser.h: Added IDHOT_xx defines
13407         * include/winuser.h: Added MOD_WIN
13408         * include/winuser.h: Added missing defines and structs for owner draw
13409         controls.
13410         * include/winuser.h: Added WPF_RESTORETOMAXIMIZED and
13411         WPF_SETMINPOSITION
13412         * include/winuser.h: Added DrawAnimatedRects flags
13413         * include/winuser.h: Added WM_PRINT codes
13414         * include/winuser.h: Added CS_IME class style
13415         * include/winuser.h: Added WM_SIZE codes
13416         * include/winuser.h: Added WM_MOUSEACTIVATE return codes
13417         * include/winuser.h: Added WM_NCHITTEST return codes
13418         * include/winuser.h: Added WM_SIZING parameters
13419         * include/winuser.h: Added WM_NEXTMENU and MDINEXTMENU
13420         * include/winuser.h: Added menu loop codes.
13421         * include/winuser.h: Added NFR_ANSI, NFR_UNICODE, NF_QUERY and
13422         NF_REQUERY
13423         * include/winuser.h: Added WM_POWER flags
13424         * include/winuser.h: Added KL_NAMELENGTH, WSF_VISIBLE
13425         * include/winuser.h: Added missing message filter codes
13426         * include/winuser.h: Added WM_KEYXX message flags
13427         * include/winuser.h: Added WM_SHOWMESSAGE flags
13428         * include/winuser.h: Added old ShowWindow commands
13429         * include/winuser.h: Fixed packing of DLGITEMTEMPLATE and DLGTEMPLATE
13430         structures.
13431
13432         * include/mciavi.h: New file for the MCI AVI driver that for some
13433         reason is not in mmsystem.h.
13434
13435         * include/winbase.h: Added PIPE_UNLIMITED_INSTANCES and INVALID_FILE_SIZE
13436         * include/winbase.h: Added SECURITY_xx for CreateFile
13437         * include/winbase.h: Added RTS and DTS control values
13438         * include/winbase.h: Fixed SYSTEM_INFO structure
13439         * include/winbase.h: Added CREATE_NO_WINDOW, CREATE_SHARED_WOW_VDM
13440         * include/winbase.h: Added FILE_TYPE_REMOTE
13441         * include/winbase.h: Added modem status flags
13442         * include/winbase.h: Added HINSTANCE_ERROR
13443         * include/winbase.h: Added DefineDosDevice defines
13444         * include/winbase.h: Added power management flags AC_xx BATTERY_xx
13445         * include/winbase.h: Added STARTF_XX flags
13446         * include/winbase.h: Fixed typo on _lcreat prototype.
13447         * include/winbase.h: Moved DBG_XX to winnt.h
13448         * include/winbase.h: Moved TOKEN_XX, DLL_PROCESS_XX and DLL_THREAD_XX to
13449         winnt.h
13450
13451         * include/unknwn.h: Added extern declaration of IID_IUnknown
13452
13453         * include/windowsx.h: Added hmemcpy.
13454
13455         * include/winnt.h: Added dummy member to DECLARE_HANDLE struct
13456         * include/winnt.h: Added PACCESS_TOKEN
13457         * include/winnt.h: Added TAPE_XX defines and moved some from winbase.h
13458         * include/winnt.h: Added SE_IMPERSONATION_STATE and TOKEN_SOURCE_LENGTH
13459         * include/winnt.h: Added SE_PRIVILEGE_ENABLED_BY_DEFAULT, SE_PRIVILEGE_ENABLED,
13460         SE_PRIVILEGE_USED_FOR_ACCESS, PRIVILEGE_SET_ALL_NECESSARY,
13461         SECURITY_MAX_IMPERSONATION_LEVEL, DEFAULT_IMPERSONATION_LEVEL,
13462         SECURITY_DYNAMIC_TRACKING and SECURITY_STATIC_TRACKING.
13463
13464         * include/winnt.h: Added SE_OWNER_DEFAULTED, SE_GROUP_DEFAULTED, SE_DACL_XX,
13465         SE_SACL_XX, SE_SELF_RELATIVE, SECURITY_DESCRIPTOR_MIN_LENGTH,
13466         SECURITY_DESCRIPTOR_REVISION and SECURITY_DESCRIPTOR_REVISION1.
13467
13468         * include/winsvc.h: Removed conflicting defines which were supposed
13469         to be in winnt.h
13470
13471         * include/winnt.h: Added SERVICE_NODE_TYPE, SERVICE_LOAD_TYPE
13472         and SERVICE_ERROR_TYPE.
13473
13474         * include/winnt.h: Added SERVICE_XX defines.
13475         * include/winsvc.h: Added SERVICES_ACTIVE_DATABASEA/W,
13476         SERVICES_FAILED_DATABASEA/W and SC_GROUP_IDENTIFIERA/W.
13477
13478         * include/winsvc.h: Added SERVICE_STATE_ALL, SERVICE_QUERY_CONFIG,
13479         SERVICE_CHANGE_CONFIG, SERVICE_QUERY_STATUS, SERVICE_ENUMERATE_DEPENDENTS,
13480         SERVICE_START, SERVICE_STOP, SERVICE_PAUSE_CONTINUE,
13481         SERVICE_USER_DEFINED_CONTROL and SERVICE_ALL_ACCESS
13482
13483 1998-12-02  Anders Norlander  <anorland@hem2.passagen.se>
13484
13485         * include/winbase.h: Corrected prototype for CreateProcessA
13486
13487         * include/mmsystem.h: Added CAPS1 and C1_TRANSPARENT for display
13488         driver extensions.
13489
13490         * include/shlobj.h: Corrected prototype for SHGetDesktopFolder, should
13491         be LPSHELLFOLDER* not LPSHELLFOLDER.
13492
13493         * include/windows.h: Include commdlg.h
13494
13495         * include/winuser.h: Added MDICREATESTRUCT
13496
13497         * include/winuser.h: Added LB_ERR, LB_ERRSPACE, LB_OKAY, CB_ERR,
13498         CB_ERRSPACE, and CB_OKAY
13499
13500         * include/wingdi.h: Added LPBITMAPINFOHEADER
13501
13502         * include/rpcproxy.h: Removed IN, OUT and OPTIONAL since they
13503         are meaningless.
13504         * include/rpcdce2.h: Likewise.
13505
13506         * lib/shell32.c: Moved GUID defintions from shlguid.h to this file.
13507
13508         * include/richole.h: Replaced DEFINE_GUID with extern const GUID
13509         * include/olectlid.h: Likewise
13510         * include/shlguid.h: Likewise
13511
13512         * include/coguid.h: Delete file since it was for 16 bit windows only.
13513
13514         * lib/*.def: Appended .dll to library name where needed.
13515
13516         * include/windef.h: Define _stdcall and __stdcall only if not
13517         previously defined instead of undefining first.
13518
13519         * include/dlgs.h: Put RC_INVOKED around structure defs
13520
13521         * include/intshcut.h: New file
13522         * include/isguids.h: New file
13523
13524         * lib/uuid.c: Added all COM/OLE GUIDS I know and do not know about.
13525
13526 1998-12-01  Anders Norlander  <anorland@hem2.passagen.se>
13527
13528         * include/winnt.h: Added check if _T is defined before defining it
13529
13530         * include/windows.h: Include dlgs.h if WIN32_LEAN_AND_MEAN not defined
13531
13532         * include/dlgs.h: New file
13533
13534         * include/winbase.h: Removed DllEntryPoint define
13535
13536         * include/winbase.h: Added SetupComm prototype
13537
13538         * include/rpc.h: SEH RPC functions no longer defined since they weren't
13539         supported anyway.
13540
13541         * include/basetyps.h: Removed use of COMOBJECT define, instead
13542         DECLARE_INTERFACE directly uses comobject attribute when GCC
13543         is used.
13544
13545         * include/wtypes.h: STGC enum was missing typedef
13546
13547         * include/objidl.h: ADVC enum was missing typedef
13548
13549         * include/winnt.h: Moved CHAR, SHORT and LONG definitions so
13550         they are nested within the VOID definition.
13551
13552         * include/winbase.h: Added stream ids and attributes
13553
13554         * include/winbase.h: Changed WIN32_STREAM_ID member cStreamName
13555         to an ANYSIZE_ARRAY array.
13556
13557 1998-11-26  Anders Norlander  <anorland@hem2.passagen.se>
13558
13559         * include/windef.h: defined _declspec as __declspec since
13560         some programs (like VWCL) use _declspec instead of __declspec
13561
13562         * include/winnt.h: added COMPRESS_FORMAT defines
13563
13564         * include/winbase.h: moved IS_TEXT_XXX defines to winnt.h
13565
13566         * include/winnt.h: added HEAP_XXXX defines
13567
13568         * include/winbase.h: moved HEAP_XXXX defines to winnt.h
13569
13570         * include/winnt.h: added defintions for PE/COFF from the PE and COFF
13571         specification.
13572
13573         * include/winnt.h: added NTAPI define
13574
13575 1998-11-25  Anders Norlander  <anorland@hem2.passagen.se>
13576
13577         * include/winnt.h: defined TBYTE,LPTSTR etc in terms of TCHAR
13578         instead of CHAR or WCHAR.
13579
13580         * include/winnt.h: added _T define
13581
13582         * include/winnt.h: added test for _TCHAR_DEFINED
13583
13584         * include/winnt.h: included string.h for memory macros
13585
13586         * include/prsht.h: added PSM_SETFINISHTEXT to UNICODE/ANSI test
13587
13588         * include/prsht.h: moved PSM_SETTITLEA/W to UNICODE test at end of file
13589
13590         * include/prsht.h: added PropSheet_XXX macros
13591
13592
13593 1998-11-24  Anders Norlander  <anorland@hem2.passagen.se>
13594
13595         * include/winspool.h: Changed DeletePrinterProcessor and
13596         DeletePrinterProvidor to DeletePrintXX.
13597
13598         * include/wingdi.h: Changed EMRCREATECOLORSPACE lcs member type to
13599         LOGCOLORSPACEW.
13600
13601         * include/wingdi.h: Changed prototype for CreateColorSpace to A and W
13602         variants
13603
13604         * include/wingdi.h: Likewise for GetLogColorSpace
13605
13606         * include/wingdi.h: Changed LOGCOLORSPACE to LOGCOLORSPACEA/W.
13607
13608         * include/richedit.h: Added missing defines and structures
13609
13610         * include/winuser.h: Moved EDITWORDBREAKPROCEX to include/richedit.h
13611
13612         * include/winuser.h: Added HWND_DESKTOP
13613
13614 1998-11-23  Anders Norlander  <anorland@hem2.passagen.se>
13615
13616         * Makefile: Include ChangeLog when building source
13617         distribution (srcdist)
13618
13619         * include/oleauto.h: Changed WINOLEAUTAPI and WINOLEAUTAPI_ so they
13620         are always defined as STDAPI and STDAPI_
13621
13622         * include/objbase.h: Changed WINOLEAPI and WINOLEAPI_ so they
13623         are always defined as STDAPI and STDAPI_
13624
13625         * include/objidl.h: Removed extra ';' on IStorage SetClass method
13626
13627         * include/rpcndr.h: Removed all IN and OUT from function prototypes
13628
13629         * ChangeLog started