OSDN Git Service

Prepare and publish MinGW.org WSL-5.2.2 release.
[mingw/mingw-org-wsl.git] / w32api / ChangeLog
1 2019-07-06  Keith Marshall  <keith@users.osdn.me>
2
3         Prepare and publish MinGW.org WSL-5.2.2 release.
4
5         * All files (wsl-5.2.2-release): Tag assigned.
6
7 2019-06-07  Keith Marshall  <keith@users.osdn.me>
8
9         Add missing definitions; fix MinGW-Bug #39129
10
11         * include/winnt.h (PAGE_TARGETS_INVALID): Define it.
12         (PAGE_TARGETS_NO_UPDATE): Likewise.
13
14 2019-05-03  Keith Marshall  <keith@users.osdn.me>
15
16         Correct a typographic error; fix MinGW-Bug #39193
17
18         * include/commctrl.h (ListView_SubItemHitTest): Balance parentheses;
19         add a missing closing parenthesis.
20
21 2019-04-08  Keith Marshall  <keith@users.osdn.me>
22
23         Correct a typographic error; fix MinGW-Bug #39117
24
25         * include/commctrl.h (STATUSCUASSNAME): Correct misspelling...
26         (STATUSCLASSNAME): ...to this.
27
28 2019-02-03  Keith Marshall  <keith@users.osdn.me>
29
30         Clean up winsock default version selection stratagem.
31
32         * include/winsock.h [_WINSOCK_H]: Defer definition until within new
33         internal recursion breaking retest block; following evaluation of...
34         [__USE_MINGW_WINSOCK_DEFAULT]: ...this, whence <winsock2.h> may be
35         included, reproducing the original version selection logic from...
36         * include/_winsock.h: ...here; file is now obsolete; delete it.
37
38         * include/winsock2.h (__USE_MINGW_WINSOCK_DEFAULT): Undefine it,
39         before including <winsock.h>
40
41         * include/windows.h include/nspapi.h include/wsnetbs.h: Define...
42         (__USE_MINGW_WINSOCK_DEFAULT): ...this, and then include <winsock.h>
43         instead of deleted file <_winsock.h>
44
45         * tests/headers.at: Regenerated.
46
47 2019-01-22  Keith Marshall  <keith@users.osdn.me>
48
49         Prepare and publish MinGW.org WSL-5.2.1 release.
50
51         * All files (wsl-5.2.1-release): Tag assigned.
52
53 2019-01-22  Keith Marshall  <keith@users.osdn.me>
54
55         Incorporate user-customized <features.h> configuration.
56
57         * tests/Makefile.in (install-mingwrt-headers): Create <features.h>
58         stub; this is an empty file, yielding the default configuration.
59
60 2018-12-23  Keith Marshall  <keith@users.osdn.me>
61
62         Prepare and publish MinGW.org WSL-5.2 release.
63
64         * All files (wsl-5.2-release): Tag assigned.
65
66 2018-12-18  Keith Marshall  <keith@users.osdn.me>
67
68         Make <winver.h> header effectively self-contained.
69
70         * include/winver.h: Include <windef.h>
71
72 2018-11-23  Keith Marshall  <keith@users.osdn.me>
73
74         Fix MinGW-Bug #2248 (SF ticket).
75
76         * include/commctrl.h (NMPGSCROLL): Set packing to 1-byte alignment.
77         (NMPGSCROLL.fwKeys): Change type from BOOL to WORD.
78
79 2018-11-23  Keith Marshall  <keith@users.osdn.me>
80
81         Apply some more cosmetic layout adjustments.
82
83         * include/commctrl.h: Keep 'typedef' and 'struct' on a single line,
84         for each untagged aggregate type definition.
85
86 2018-11-18  Jelle Geerts  <heisenbug@users.osdn.me>
87
88         Fix MinGW-Bug #38736 (OSDN ticket).
89
90         * include/commctrl.h (DTM_SETFORMATW): Correct definition; was 0x1050,
91         but should be equivalent to 0x1000 + 50, which is actually 0x1032.
92
93 2018-11-18  Keith Marshall  <keith@users.osdn.me>
94
95         Make <commctrl.h> header effectively self-contained.
96
97         * include/commctrl.h: Tidy layout; assert copyright.
98         Include <winbase.h> and <prsht.h>; both are required to resolve
99         inter-header dependencies, so achieving effective self-containment.
100         Correctly parenthesize argument references in macro definitions.
101         (pragma GCC system_header): Remove redundant GCC version guard.
102         (_WIN32_WINNT, _WIN32_IE): Always use symbolic version comparisons.
103         (SNDMSG): Remove definition; it is inherited from <prsht.h> anyway.
104         (__AW_ALIAS__, __AW_SUFFIXED__, __AW_STRING_A__, __AW_STRING_W__):
105         Use them; they facilitate maintenance of robust definitions for...
106         [UNICODE vs. ! UNICODE]: ...generic symbols and strings.
107         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
108
109 2018-11-16  Keith Marshall  <keith@users.osdn.me>
110
111         Make <prsht.h> header effectively self-contained.
112
113         * include/prsht.h: Tidy layout; assert copyright.
114         Include <winuser.h> to resolve inter-header dependencies.
115         Correctly parenthesize argument references in macro definitions.
116         (pragma GCC system_header): Remove redundant GCC version guard.
117         (_WIN32_WINNT, _WIN32_IE): Always use symbolic version comparisons.
118         (SNDMSG, POSTMSG) [ifndef]: Remove guard condition; it prevents GCC
119         from checking consistency of alternative definition sources.
120         (__AW_SUFFIXED__): Use it; it improves robustness of...
121         [UNICODE vs. ! UNICODE]: ...generic definitions.
122         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
123
124 2018-10-29  Keith Marshall  <keith@users.osdn.me>
125
126         Clean up <wincon.h>; consolidate its version dependencies.
127
128         * include/wincon.h: Tidy layout; assert copyright.
129         [_WIN32_WINNT]: Always compare it symbolically, with respect to...
130         [_WIN32_WINNT_WIN2K, _WIN32_WINNT_WINXP, _WIN32_WINNT_VISTA]: ...each
131         of these; group and consolidate respective version dependencies.
132         (FOREGROUND_BLUE, FOREGROUND_GREEN, FOREGROUND_RED)
133         (FOREGROUND_INTENSITY, BACKGROUND_BLUE, BACKGROUND_GREEN)
134         (BACKGROUND_RED, BACKGROUND_INTENSITY, COMMON_LVB_LEADING_BYTE)
135         (COMMON_LVB_TRAILING_BYTE, COMMON_LVB_GRID_HORIZONTAL)
136         (COMMON_LVB_GRID_LVERTICAL, COMMON_LVB_GRID_RVERTICAL)
137         (COMMON_LVB_REVERSE_VIDEO, COMMON_LVB_UNDERSCORE, CTRL_C_EVENT)
138         (CTRL_BREAK_EVENT, CTRL_CLOSE_EVENT, CTRL_LOGOFF_EVENT)
139         (CTRL_SHUTDOWN_EVENT, ENABLE_LINE_INPUT, ENABLE_ECHO_INPUT)
140         (ENABLE_PROCESSED_INPUT, ENABLE_WINDOW_INPUT, ENABLE_MOUSE_INPUT)
141         (ENABLE_INSERT_MODE, ENABLE_QUICK_EDIT_MODE, ENABLE_EXTENDED_FLAGS)
142         (ENABLE_AUTO_POSITION, ENABLE_VIRTUAL_TERMINAL_INPUT)
143         (ENABLE_PROCESSED_OUTPUT, ENABLE_WRAP_AT_EOL_OUTPUT)
144         (ENABLE_VIRTUAL_TERMINAL_PROCESSING, DISABLE_NEWLINE_AUTO_RETURN)
145         (ENABLE_LVB_GRID_WORLDWIDE, KEY_EVENT, MOUSE_EVENT)
146         (WINDOW_BUFFER_SIZE_EVENT, MENU_EVENT, FOCUS_EVENT, CAPSLOCK_ON)
147         (ENHANCED_KEY, RIGHT_ALT_PRESSED, LEFT_ALT_PRESSED)
148         (RIGHT_CTRL_PRESSED, LEFT_CTRL_PRESSED, SHIFT_PRESSED, NUMLOCK_ON)
149         (SCROLLLOCK_ON, FROM_LEFT_1ST_BUTTON_PRESSED)
150         (FROM_LEFT_2ND_BUTTON_PRESSED, FROM_LEFT_3RD_BUTTON_PRESSED)
151         (FROM_LEFT_4TH_BUTTON_PRESSED, RIGHTMOST_BUTTON_PRESSED, MOUSE_MOVED)
152         (DOUBLE_CLICK, MOUSE_WHEELED, MOUSE_HWHEELED, CONSOLE_FULLSCREEN)
153         (CONSOLE_FULLSCREEN_HARDWARE, CONSOLE_FULLSCREEN_MODE)
154         (CONSOLE_WINDOWED_MODE, CONSOLE_NO_SELECTION)
155         (CONSOLE_SELECTION_IN_PROGRESS, CONSOLE_SELECTION_NOT_EMPTY)
156         (CONSOLE_MOUSE_SELECTION, CONSOLE_MOUSE_DOWN, HISTORY_NO_DUP_FLAG):
157         Redefine, expressing all values in hexadecimal rather than decimal;
158         this is consistent with Microsoft documentation, and it is also more
159         logical, since all represent bit-flags, bit-fields, or bit-masks.
160
161 2018-10-24  Keith Marshall  <keith@users.osdn.me>
162
163         Make <wincon.h> header effectively self-contained.
164
165         * include/wincon.h [_WIN32_WINNT < 0x0600]: Include <windef.h>...
166         [_WIN32_WINNT >= 0x0600]: ...but, Vista and later need <wingdi.h>
167         [__GNUC__ >= 3]: Remove condition; used only in association with...
168         (#pragma GCC system_header): ...this, it is redundant in this context.
169         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them as appropriate.
170
171 2018-10-24  David Gressett  <texasgaidheal@users.osdn.me>
172
173         Improve WinXP/Vista console I/O support.
174
175         * include/wincon.h (AddConsoleAlias, GetConsoleAlias)
176         (GetConsoleAliases, GetConsoleAliasExes, GetConsoleAliasesLength)
177         (GetConsoleAliasExesLength, GetConsoleOriginalTitle): New function
178         name aliases; define them, mapping them conditionally to represent...
179         [UNICODE]: ...their corresponding UTF-16LE function names, else...
180         [!UNICODE]: ...their corresponding ASCII/DBCS function names.
181         (COMMON_LVB_LEADING_BYTE, COMMON_LVB_TRAILING_BYTE
182         (COMMON_LVB_GRID_HORIZONTAL, COMMON_LVB_GRID_LVERTICAL)
183         (COMMON_LVB_GRID_RVERTICAL, COMMON_LVB_REVERSE_VIDEO)
184         (COMMON_LVB_UNDERSCORE, ENABLE_VIRTUAL_TERMINAL_INPUT)
185         (ENABLE_VIRTUAL_TERMINAL_PROCESSING, DISABLE_NEWLINE_AUTO_RETURN)
186         (ENABLE_LVB_GRID_WORLDWIDE,(MOUSE_HWHEELED): Define them.
187         (GetConsoleAliasA, GetConsoleAliasW, HandlerRoutine): Declare.
188         (CONSOLE_FULLSCREEN, CONSOLE_FULLSCREEN_HARDWARE): Define when...
189         [_WIN32_WINNT >= 0x0500]: ...this prevails; additionally...
190         (GetConsoleFontSize): ...declare function.
191         (CONSOLE_NO_SELECTION, CONSOLE_SELECTION_NOT_EMPTY)
192         (CONSOLE_SELECTION_IN_PROGRESS, CONSOLE_MOUSE_SELECTION)
193         (CONSOLE_MOUSE_DOWN): Define them; make them visible only when...
194         [_WIN32_WINNT >= 0x0501]: ...this prevails.
195         (struct _CONSOLE_FONT_INFO): Make it visible, only when...
196         [_WIN32_WINNT >= 0x0501]: ...this prevails; when visible, map it to...
197         (CONSOLE_FONT_INFO, PCONSOLE_FONT_INFO): ...these typedefs.
198         (struct _CONSOLE_SELECTION_INFO): Declare it; visible only when...
199         [_WIN32_WINNT >= 0x0501]: ...this prevails; when visible, map it to...
200         (CONSOLE_SELECTION_INFO, PCONSOLE_SELECTION_INFO): ...these typedefs.
201         [_WIN32_WINNT >= 0x0501] (AddConsoleAliasA, AddConsoleAliasW)
202         (GetConsoleAliasesA, GetConsoleAliasesW, GetConsoleAliasExesA)
203         (GetConsoleAliasExesW, GetConsoleAliasesLengthA)
204         (GetConsoleAliasesLengthW, GetConsoleAliasExesLengthA)
205         (GetConsoleAliasExesLengthW, GetConsoleSelectionInfo)
206         (GetCurrentConsoleFont): Declare functions.
207         [_WIN32_WINNT >= 0x0600] (HISTORY_NO_DUP_FLAG): Define it.
208         (struct _CONSOLE_FONT_INFOEX): New structure; declare it only when...
209         [_WIN32_WINNT >= 0x0600]: ...this prevails; when declared, map to...
210         (CONSOLE_FONT_INFOEX, PCONSOLE_FONT_INFOEX): ...these typedefs.
211         (CONSOLE_HISTORY_INFO, PCONSOLE_HISTORY_INFO): New typedefs; they
212         map to an anonymous structure, and are visible only when...
213         [_WIN32_WINNT >= 0x0600]: ...this prevails.
214         (struct _CONSOLE_READCONSOLE_CONTROL): New structure; declare when...
215         [_WIN32_WINNT >= 0x0600]: ...this prevails; when declared, map to...
216         (CONSOLE_READCONSOLE_CONTROL, PCONSOLE_READCONSOLE_CONTROL): ...these.
217         (struct _CONSOLE_SCREEN_BUFFER_INFOEX): New structure; declare when...
218         [_WIN32_WINNT >= 0x0600]: ...this prevails; when declared, map to...
219         (CONSOLE_SCREEN_BUFFER_INFOEX, PCONSOLE_SCREEN_BUFFER_INFOEX):
220         ...these typedefs.
221         [_WIN32_WINNT >= 0x0600] (GetConsoleHistoryInfo)
222         (GetConsoleOriginalTitleA, GetConsoleOriginalTitleW)
223         (GetConsoleScreenBufferInfoEx, GetCurrentConsoleFontEx)
224         (SetConsoleHistoryInfo, SetConsoleScreenBufferInfoEx)
225         (SetCurrentConsoleFontEx): Declare functions.
226
227 2018-09-03  Keith Marshall  <keith@users.osdn.me>
228
229         Prepare and publish MinGW.org WSL-5.1.1 release.
230
231         * All files (wsl-5.1.1-release): Tag assigned.
232
233 2018-07-29  Keith Marshall  <keith@users.osdn.me>
234
235         Don't restrict <winerror.h> exposure when including <winsock.h>
236
237         * include/winerror.h [__WINSOCK_H_SOURCED__]: Remove filters.
238         (__WINSOCK_V1_ERRORS__, __WINSOCK_V2_ERRORS__): Do not define; delete
239         all dependent filter references.
240
241 2018-07-11  Keith Marshall  <keith@users.osdn.me>
242
243         Make <wincrypt.h> header effectively self-contained.
244
245         * include/wincrypt.h: Include <winbase.h>
246
247 2018-07-11  Keith Marshall  <keith@users.osdn.me>
248
249         Correct <wincrypt.h> typographic errors; fix issue [#38391]
250
251         * include/wincrypt.h (CALG_TLS1PRF): Delete symbolic reference to...
252         (ALG_CLASS_DHASH): ...this; there is no such symbol; replace it with...
253         (ALG_CLASS_HASH): ...this, which represents the correct reference.
254         (struct _CRYPTOAPI_BLOB): Delete extraneous "typedef" keyword; this
255         struct definition is not directly associated with any type name.
256         (struct _SSL_EXTRA_CERT_CHAIN_POLICY_PARA): Likewise.
257
258 2018-02-26  Keith Marshall  <keith@users.osdn.me>
259
260         Prepare and publish MinGW.org WSL-5.1 release.
261
262         * All files (wsl-5.1-release): Tag assigned.
263
264 2018-02-24  Keith Marshall  <keith@users.osdn.me>
265
266         Make <iptypes.h> header effectively self-contained.
267
268         * include/iptypes.h: Assert copyright; tidy layout.
269         Include <windef.h>; it is required for self-containment.
270         (__need_time_t): Define for selective inclusion of <sys/types.h>
271         (_BEGIN_C_DECLS, _END_C_DECLS): Use them as appropriate.
272         (_WIN32_WINNT): Always compare it symbolically.
273         (__dhcp_time_t): New temporary data type macro; define it...
274         [_WIN64]: ...as equivalent to __time64_t, otherwise...
275         [!_WIN64]: ...equivalent to __time32_t, and then...
276         (struct _IP_ADAPTER_INFO): ...use it as the data type for...
277         (LeaseObtained, LeaseExpires): ...these fields.
278
279 2017-12-20  Keith Marshall  <keith@users.osdn.me>
280
281         Make <winreg.h> header effectively self-contained.
282
283         * include/winreg.h: Include <winbase.h>, thus achieving effective
284         self-containment; since this also indirectly includes <_mingw.h>,
285         there is no longer any need to include it directly.
286
287 2017-12-20  Keith Marshall  <keith@users.osdn.me>
288
289         Clean up, following issue [#2262] patch application.
290
291         * include/winreg.h: Tidy layout; correct copyright assertion.
292         (_BEGIN_C_DECLS, _END_C_DECLS): Use them, as appropriate.
293         [UNICODE] (__AW): Do not use deleted macro; replace it with...
294         [UNICODE] (__AW_ALIAS__): ...this, for conditional typedef mapping...
295         [UNICODE] (VALENT, PVALENT): ...of these; similarly replace with...
296         [UNICODE] (__AW_SUFFIXED__): ...this, to define function mappings...
297         [UNICODE] (AbortSystemShutdown, InitiateSystemShutdown)
298         (RegConnectRegistry, RegCreateKey, RegCreateKeyEx, RegDeleteKey)
299         (RegDeleteValue, RegEnumKey, RegEnumKeyEx, RegEnumValue, RegLoadKey)
300         (RegOpenKey, RegOpenKeyEx, RegQueryInfoKey, RegQueryMultipleValues)
301         (RegQueryValue, RegQueryValueEx, RegReplaceKey, RegRestoreKey)
302         (RegSaveKey, RegSetValue, RegSetValueEx, RegUnLoadKey, RegSaveKeyEx)
303         (RegDeleteKeyTransacted, RegDeleteKeyValue, RegDeleteTree, RegGetValue)
304         (RegLoadMUIString, RegOpenKeyTransacted, RegSetKeyValue)
305         (RegDeleteKeyEx, RegCopyTree, RegCreateKeyTransacted): ...for these.
306         (RegDeleteKeyEx, RegDeleteKeyExA, RegDeleteKeyExW): Fix regression;
307         all "4.x" branches specified these incorrectly, dependent on...
308         [_WIN32_WINNT >= _WIN32_WINNT_WIN2K]: ...this condition, whereas the
309         "legacy" branch, whence the "5.x" branches are propagated, correctly
310         required an alternative condition which is the equivalent of...
311         [_WIN32_WINNT >= _WIN32_WINNT_WS03]: ...this; revert it.
312
313 2017-12-20  Sebastián Puebla  <spuebla@users.sourceforge.net>
314
315         Update registry management API, per issue [#2262].
316
317         * include/winreg.h: Merge changes from 4.1-dev branch.
318         (REG_LATEST_FORMAT, REG_NO_COMPRESSION, REG_OPTION_BACKUP_RESTORE)
319         (REG_STANDARD_FORMAT, RRF_RT_ANY, RRF_RT_DWORD, RRF_RT_QWORD)
320         (RRF_RT_REG_BINARY, RRF_RT_REG_DWORD, RRF_RT_REG_EXPAND_SZ)
321         (RRF_RT_REG_MULTI_SZ, RRF_RT_REG_NONE, RRF_RT_REG_QWORD, RRF_RT_REG_SZ)
322         (RRF_NOEXPAND, RRF_SUBKEY_WOW6464KEY, RRF_SUBKEY_WOW6432KEY)
323         (RRF_ZEROONFAILURE): New manifest constants; define them.
324         (RegDisablePredefinedCache, RegOpenCurrentUser, RegOpenUserClassesRoot)
325         (RegOverridePredefKey): Add previously omitted function prototypes.
326         [_WIN32_WINNT >= _WIN32_WINNT_WINXP] (RegSaveKeyEx): Define...
327         [!defined UNICODE] (__AW): ...mapping it for SBCS/MBCS case, or...
328         [defined UNICODE] (__AW): ...for UTF-16LE case to either one of...
329         (RegSaveKeyExA, RegSaveKeyExW): ...these, respectively, and...
330         [_WIN32_WINNT >= _WIN32_WINNT_WINXP]: ...declare function prototypes.
331         [_WIN32_WINNT >= _WIN32_WINNT_WS03] (RegDisableReflectionKey)
332         (RegEnableReflectionKey, RegQueryReflectionKey): Declare prototypes.
333         [_WIN32_WINNT >= _WIN32_WINNT_VISTA] (RegCopyTreeA, RegCopyTreeW)
334         (RegCreateKeyTransactedA, RegCreateKeyTransactedW)
335         (RegDeleteKeyTransactedA, RegDeleteKeyTransactedW)
336         (RegDeleteKeyValueA, RegDeleteKeyValueW)
337         (RegDeleteTreeA, RegDeleteTreeW, RegDisablePredefinedCacheEx)
338         (RegGetValueA, RegGetValueW, RegLoadMUIStringA, RegLoadMUIStringW)
339         (RegOpenKeyTransactedA, RegOpenKeyTransactedW)
340         (RegSetKeyValueA, RegSetKeyValueW): Declare prototypes.
341         [_WIN32_WINNT >= _WIN32_WINNT_VISTA] (RegCopyTree)
342         (RegCreateKeyTransacted, RegDeleteKeyTransacted, RegDeleteKeyValue)
343         (RegDeleteTree, RegGetValue, RegLoadMUIString, RegOpenKeyTransacted)
344         (RegSetKeyValue): Define, mapping each to its respective function...
345         [!defined UNICODE] (__AW): ...for the SBCS/MBCS case, or...
346         [defined UNICODE] (__AW): ...for the UTF-16LE case.
347
348         * lib/kernel32.def (RegDeleteTreeA@8, RegDeleteTreeW@8)
349         (RegDisablePredefinedCacheEx@0, RegGetValueA@28, RegGetValueW@28)
350         (RegLoadMUIStringA@28, RegLoadMUIStringW@28, RegSaveKeyExA@16)
351         (RegSaveKeyExW@16): Remove them; relocate them to...
352         * lib/advapi32.def (RegDeleteTreeA@8, RegDeleteTreeW@8)
353         (RegDisablePredefinedCacheEx@0, RegGetValueA@28, RegGetValueW@28)
354         (RegLoadMUIStringA@28, RegLoadMUIStringW@28, RegSaveKeyExA@16)
355         (RegSaveKeyExW@16): ...their correct location, here.
356         (RegCopyTreeA@12, RegCopyTreeW@12, RegQueryReflectionKey@8)
357         (RegCreateKeyTransactedA@44, RegCreateKeyTransactedW@44)
358         (RegDeleteKeyTransactedA@24, RegDeleteKeyTransactedW@24)
359         (RegDeleteKeyValueA@12, RegDeleteKeyValueW@12)
360         (RegDisableReflectionKey@4, RegEnableReflectionKey@4)
361         (RegOpenKeyTransactedA@28, RegOpenKeyTransactedW@28)
362         (RegSetKeyValueA@24, RegSetKeyValueW@24): Add these.
363
364 2017-12-16  Keith Marshall  <keith@users.osdn.me>
365
366         Provide default definition for _WIN32_IE feature test macro.
367
368         * include/sdkddkver.h [!defined _WIN32_IE]: Define it, with...
369         (_WIN32_IE_IE50): ...this default value.
370
371         * include/commctrl.h (_WIN32_IE): Delete definition hint; it offered
372         a conflicting proposal for the default value.
373
374 2017-12-06  Keith Marshall  <keith@users.osdn.me>
375
376         Prepare and publish MinGW.org WSL-5.0.2 release.
377
378         * All files (wsl-5.0.2-release): Tag assigned.
379
380 2017-11-28  Keith Marshall  <keith@users.osdn.me>
381
382         Make <wsnetbs.h> header effectively self-contained.
383
384         * include/wsnetbs.h: Assert copyright; tidy layout; include
385         "_winsock.h", so making this header effectively self-contained, and
386         thus relieving the user of a responsibility for ensuring that some
387         other appropriate WinSock header has been included first.
388
389 2017-11-28  Keith Marshall  <keith@users.osdn.me>
390
391         Factor <winsock.h> duplicate content out of <winsock2.h>
392
393         * include/winsock2.h: Remove all declarations and definitions which
394         are identically specified in <winsock.h>, but keep them in scope by...
395         [! defined _WINSOCK_H]: ...including <winsock.h> itself; override any
396         declarations and definitions therefrom, which introduce conflicts.
397         [defined _WINSOCK_H]: Diagnose misuse; suppress all further
398         definitions and declarations.
399
400         * include/winsock.h (SOMAXCONN): Add comment; note disparity between
401         WinSock v1.1 and WinSock v2, the latter of which will override when
402         correctly included by <winsock2.h>
403
404 2017-11-24  Keith Marshall  <keith@users.osdn.me>
405
406         Make <winsock.h> and <winsock2.h> duplicate code congruent.
407
408         * include/winsock.h (SOMAXCONN): Move definition into...
409         [!__INSIDE_MSYS__]: ...this guarded scope.
410
411         * include/winsock2.h: Rearrange as necessary.
412         [_BEGIN_C_DECLS, _END_C_DECLS]: Keep them balanced.
413         (_USE_SYS_TYPES_FD_SET): Define and use, as in <winsock.h>
414         [!_WINSOCK_ANOMALOUS_TYPEDEFS] (FD_SET): Declare function, not type.
415         [!_WINSOCK_ANOMALOUS_TYPEDEFS] (PFD_SET, LPFD_SET): Suppress typedefs.
416         (FD_SET, FD_ISSET, FD_CLR, FD_ZERO): Reimplement, as in <winsock.h>
417         (FD_READ_BIT, FD_WRITE_BIT, FD_OOB_BIT, FD_ACCEPT_BIT)
418         (FD_CONNECT_BIT, FD_CLOSE_BIT, FD_QOS_BIT, FD_GROUP_QOS_BIT)
419         (FD_ROUTING_INTERFACE_CHANGE_BIT, FD_ADDRESS_LIST_CHANGE_BIT)
420         (FD_MAX_EVENTS): Enumerate them, as in <winsock.h>
421         [!(defined __INSIDE_CYGWIN__ || defined __INSIDE_MSYS__)]: Recast...
422         [!defined __INSIDE_MSYS__]: ...as this, throughout.
423         (gethostname): Update function prototype, adding...
424         (WINSOCK_API_LINKAGE): ...this DLL import control attribute.
425
426         * include/ws2spi.h: Tidy layout; assert copyright.
427         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
428         (LPFD_SET): Delete all type references; use...
429         (fd_set *): ...this instead.
430
431 2017-11-14  Keith Marshall  <keith@users.osdn.me>
432
433         Establish default selection for WinSock API declaration.
434
435         * include/windows.h include/nspapi.h: Include...
436         * include/_winsock.h: ...this new system private header; it selects...
437         [_WIN32_WINNT >= _WIN32_WINNT_NT4]: ...WinSock v2 API declarations, as
438         provided by conditional inclusion of <winsock2.h>, otherwise...
439         [_WIN32_WINNT < _WIN32_WINNT_NT4]: ...WinSock v1.1 API declarations,
440         as provided by inclusion of <winsock.h>
441
442         * tests/headers.at <_winsock.h>: Add reference.
443
444 2017-11-14  Keith Marshall  <keith@users.osdn.me>
445
446         Update gethostname() declaration; drop Cygwin specificity.
447
448         * include/winsock.h (gethostname): Declare unconditionally; add...
449         (WINSOCK_API_LINKAGE): ...this DLL import control attribute.
450         [!(defined __INSIDE_CYGWIN__ || defined __INSIDE_MSYS__)]: Recast...
451         [!defined __INSIDE_MSYS__]: ...as this, throughout.
452
453 2017-11-09  Keith Marshall  <keith@users.osdn.me>
454
455         Normalize fd_set event macros for <winsock2.h> compatibility.
456
457         * include/winsock.h (FD_READ, FD_WRITE, FD_OOB, FD_ACCEPT, FD_CONNECT)
458         (FD_CLOSE): Redefine them, deriving respective values as shifts by...
459         (FD_READ_BIT, FD_WRITE_BIT, FD_OOB_BIT, FD_ACCEPT_BIT, FD_CONNECT_BIT)
460         (FD_CLOSE_BIT): ...this new enumerated count sequence, applying each
461         count to a bit flag with value of 1, in each case respectively.
462         [_WINSOCK2_H]: Extend shift count enumeration, to include...
463         (FD_QOS_BIT, FD_GROUP_QOS_BIT, FD_ROUTING_INTERFACE_CHANGE_BIT)
464         (FD_ADDRESS_LIST_CHANGE_BIT): ...these additional counts; hence...
465         [_WINSOCK2_H] (FD_QOS, FD_GROUP_QOS, FD_ROUTING_INTERFACE_CHANGE)
466         [_WINSOCK2_H] (FD_ADDRESS_LIST_CHANGE): ...define each of these.
467         (FD_MAX_EVENTS): Define unconditionally; it represents a shift count
468         of 1 greater than the offset of the last defined flag; hence...
469         (FD_ALL_EVENTS): ...derive this mask for all event flags.
470
471 2017-11-09  Keith Marshall  <keith@users.osdn.me>
472
473         Filter potential WinSock v2 conflicts out of <winsock.h>
474
475         * include/winsock.h [_WINSOCK2_H] <mswsock.h>: Do not include it.
476         [_WINSOCK2_H] (IP_MULTICAST_IF, IP_MULTICAST_TTL, IP_MULTICAST_LOOP)
477         (IP_ADD_MEMBERSHIP, IP_DROP_MEMBERSHIP, IP_DEFAULT_MULTICAST_TTL)
478         (IP_DEFAULT_MULTICAST_LOOP, IP_MAX_MEMBERSHIPS, struct ip_mreq): Do
479         not define any of these; they are not compatible with WinSock v2.
480         [_WINSOCK2_H] (SOMAXCONN): Do not define it; it will be defined
481         appropiately in <winsock2.h>
482
483 2017-11-09  Keith Marshall  <keith@users.osdn.me>
484
485         Filter out <winsock.h> typedef anomalies.
486
487         * include/winsock.h (FD_SET, PFD_SET, LPFD_SET): If user defines...
488         [_WINSOCK_ANOMALOUS_TYPEDEFS]: ...this new feature test macro, expose
489         them as type definitions, but warn of potential conflict with...
490         [!_WINSOCK_ANOMALOUS_TYPEDEFS] (FD_SET): ...this POSIX.1 mandated
491         function; declare its prototype.
492
493 2017-11-08  Keith Marshall  <keith@users.osdn.me>
494
495         Overhaul WinSock fd_set content management macros.
496
497         * include/winsock.h (FD_SET, FD_ISSET, FD_CLR, FD_ZERO): Replace the
498         original implementations of each of these macros, redirecting to...
499         (__FD_SET, __FD_ISSET, __FD_CLR, __FD_ZERO): ...these new, equivalent
500         inline functions, respectively; these are more robust, and correct a
501         defect in the original FD_SET macro implementation, whereby duplicate
502         descriptors could be added to an fd_set array, but would not then be
503         removed by the corresponding FD_CLR macro.
504
505         * tests/winsock.at (MINGW_AT_CHECK_WINSOCK): Ensure that all test
506         programs are linked with -lwsock32 or -lws2_32, as appropriate; the
507         __FD_SET and __FD_ISSET functions are dependent on the __WSAFDIsSet()
508         function, which is implemented in each of these libraries.
509
510 2017-11-07  Keith Marshall  <keith@users.osdn.me>
511
512         Identify features which have been deprecated in WinSock v2.
513
514         * include/winsock.h (__WINSOCK2_DEPRECATED): Define as nothing.
515         * include/winsock2.h (__WINSOCK2_DEPRECATED): Define as equivalent...
516         (__MINGW_ATTRIB_DEPRECATED): ...to this.
517
518         * include/winsock.h include/winsock2.h: Qualify...
519         (WSAIsBlocking, WSAUnhookBlockingHook, WSASetBlockingHook)
520         (WSACancelBlockingCall): ...each of these function prototypes, with...
521         (__WINSOCK2_DEPRECATED): ...this attribute.
522
523 2017-11-07  Keith Marshall  <keith@users.osdn.me>
524
525         Adopt system naming convention for USE_SYS_TYPES_FD_SET macro.
526
527         * include/winsock.h (USE_SYS_TYPES_FD_SET): Deprecate it; use...
528         (_USE_SYS_TYPES_FD_SET): ...this alternative; it is named to conform
529         with preferred convention for system feature test macros.
530
531 2017-11-06  Keith Marshall  <keithmarshall@users.sourceforge.net>
532
533         Use WINSOCK_API_LINKAGE consistently in WinSock headers.
534
535         * include/winsock.h (WINSOCK_API_LINKAGE): Define, and prefix to...
536         (accept, bind, closesocket, connect, ioctlsocket, inet_addr, inet_ntoa)
537         (getpeername, getsockname, getsockopt, listen, recv, recvfrom, send)
538         (sendto, setsockopt, shutdown, socket, gethostbyaddr, gethostbyname)
539         (getservbyport, getservbyname, getprotobynumber, getprotobyname)
540         (WSAStartup, WSACleanup, WSASetLastError, WSAGetLastError)
541         (WSAIsBlocking, WSAUnhookBlockingHook, WSASetBlockingHook)
542         (WSACancelBlockingCall, WSAAsyncGetServByName, WSAAsyncGetServByPort)
543         (WSAAsyncGetProtoByName, WSAAsyncGetProtoByNumber, WSAAsyncSelect)
544         (WSAAsyncGetHostByName, WSAAsyncGetHostByAddr, WSACancelAsyncRequest)
545         (htonl, ntohl, htons, ntohs, select): ...these function prototypes.
546
547         * include/winsock2.h (WINSOCK_API_LINKAGE): Remove it from...
548         (LPFN_WSASTARTUP): ...this typedef; it is inappropriate.
549
550 2017-10-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
551
552         Refactor <wtypes.h> vs. <nspapi.h> and WinSock headers.
553
554         * include/wtypes.h: Tidy layout; assert copyright.
555         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
556         [__NSPAPI_H_SOURCED__]: Restrict exposure of declared content to...
557         [!__BLOB_DATA_TYPE_DEFINED] (BLOB, PBLOB, LPBLOB): ...these; define...
558         (__BLOB_DATA_TYPE_DEFINED__): ...this internal guard; it renames...
559         (__BLOB_T_DEFINED): ...this; do not define...
560         (_WTYPES_H): ...this external guard.
561
562         * include/nspapi.h: Tidy layout; assert copyright.
563         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
564         (__CSADDR_T_DEFINED): Do not define; it is no longer required.
565         [__WINSOCK2_H_SOURCED__]: Restrict exposure of declared content to...
566         (struct _CSADDR_INFO): ...this, as an incomplete type, along with...
567         (CSADDR_INFO, PCSADDR_INFO, LPCSADDR_INFO): ...these typedefs; also...
568         (SOCKET_ADDRESS, PSOCKET_ADDRESS, LPSOCKET_ADDRESS): ...define fully.
569         [__WINSOCK2_H_SOURCED__] (_NSPAPI_H): Do not define external guard.
570         [!__WINSOCK2_H_SOURCED__] (struct _CSADDR_INFO): Define fully.
571         (__BLOB_T_DEFINED, BLOB, PBLOB, LPBLOB): Do not define; instead...
572         (__NSPAPI_H_SOURCED__): ...define this, temporarily; include wtypes.h
573         [!__WINSOCK2_H_SOURCED__ && _WIN32_WINNT >= WIN2K]: Include winsock2.h
574         [!__WINSOCK2_H_SOURCED__ && _WIN32_WINNT < WIN2K]: Include winsock.h
575         [UNICODE vs. !UNICODE]: Discriminate generic symbol names, using...
576         (__AW_SUFFIXED__): ...this, to facilitate definition of each of...
577         (SetService, GetAddressByName, _SERVICE_INFO): ...these, and...
578         (__AW_ALIAS__): ...this, for definition of each of...
579         (SERVICE_INFO, LPSERVICE_INFO): ...these.
580
581         * include/winsock2.h (__WINSOCK2_H_SOURCED__): Define it temporarily.
582         (__CSADDR_T_DEFINED, struct _CSADDR_INFO, CSADDR_INFO, PCSADDR_INFO)
583         (LPCSADDR_INFO, __BLOB_T_DEFINED, BLOB, PBLOB, LPBLOB): Do not define;
584         include nspapi.h selectively, to acquire them.
585
586 2017-09-23  Keith Marshall  <keithmarshall@users.sourceforge.net>
587
588         Factor <winerror.h> duplicate content out of winsock headers.
589
590         * include/winsock.h include/winsock2.h [!defined WSABASEERR]: Delete
591         conditional block, and all of its content; selectively include...
592         * include/winerror.h [__WINSOCK_H_SOURCED__]: ...this instead.
593         [__WINSOCK_H_SOURCED__] (_WINERROR_H): Do not define it.
594         (__WINSOCK_V1_ERRORS__, __WINSOCK_V2_ERRORS__): New temporary macros;
595         define them, to segregate WSA error messages applicable to WinSock v2
596         only, from those applicable to both WinSock v1.1 and WinSock v2.
597         (__WSA_ERRNO): New macro; use it to redefine all WSA specific error
598         codes, except WSABASEERR, relative to WSABASEERR itself.
599
600 2017-09-15  Keith Marshall  <keithmarshall@users.sourceforge.net>
601
602         Factor <sys/time.h> duplicate content out of winsock headers.
603
604         * include/winsock.h include/winsock2.h [_TIMEVAL_DEFINED]: Delete
605         conditional block, and all its content; include <sys/time.h> instead.
606         (__WINSOCK_H_SOURCED__): New macro; define it temporarily, only while
607         processing this header, such that only selected content from other
608         internally referenced headers is exposed.
609
610 2017-09-09  Keith Marshall  <keithmarshall@users.sourceforge.net>
611
612         Source BSD non-standard type definitions from mingwrt header.
613
614         * include/winsock.h include/winsock2.h [_BSDTYPES_DEFINED]: Delete
615         conditional block, and its entire type definition content; include...
616         * include/sys/bsdtypes.h: ...this common file instead; it defines...
617         (u_char, u_int, u_long, u_short): ...these non-standard data types.
618
619 2017-09-07  Keith Marshall  <keithmarshall@users.sourceforge.net>
620
621         Correct misuse of __INSIDE_MSYS__ feature test.
622
623         * include/winsock2.h [!__INSIDE_MSYS__]: One of several instances
624         omits "defined" operator; it should be expressed consistently as...
625         [! defined __INSIDE_MSYS__]: ...this; correct it.
626
627 2017-09-07  Keith Marshall  <keithmarshall@users.sourceforge.net>
628
629         Prepare for <winsock.h> vs. <winsock2.h> refactoring.
630
631         * include/winsock.h: Tidy layout; assert copyright.
632         (_BEGIN_C_DECLS, _END_C_DECLS): Use them to avoid C++ name mangling.
633
634         * include/winsock2.h: Assert copyright; tidy layout, ensuring that all
635         sections, which are common with <winsock.h>, are laid out congruently.
636         (_BEGIN_C_DECLS, _END_C_DECLS): Use them to avoid C++ name mangling.
637         (SD_RECEIVE, SD_SEND, SD_BOTH): Delete duplicate constant definitions.
638         (SO_DONTLINGER, MSG_MAXIOVLEN): Likewise, delete duplicate definitions.
639         (__AW_ALIAS__, __AW_SUFFIXED__): Use them, to avoid reproduction of...
640         [UNICODE]: ...alternative typedefs, and function name aliases...
641         [!UNICODE]: ...versus this case.
642
643 2017-08-28  Keith Marshall  <keithmarshall@users.sourceforge.net>
644
645         Resolve secondary issue arising from MinGW-Bug [#2350]
646
647         * include/winuser.h (GetTitleBarInfo)
648         [_WIN32_WINDOWS >= _WIN32_WINDOWS_98]: Remove exposure restriction;
649         it conflicted with current MSDN documentation, so now falls within...
650         [_WIN32_WINNT >= Win2K || _WIN32_WINDOWS >= Win98]: ...this.
651
652 2017-08-28  Keith Marshall  <keithmarshall@users.sourceforge.net>
653
654         Resolve MinGW-Bug [#2350]
655
656         * include/winuser.h (GetTitleBarInfo): Move prototype after...
657         (PTITLEBARINFO): ...this type definition; it is used as a function
658         argument type, so must be defined beforehand.
659
660 2017-08-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
661
662         Extend testsuite to cover winsock fd_set macro operations.
663
664         * tests/winsock.at: New file; it implements appropriate tests, and
665         enables use of "-k winsock", "-k winsock2", and "-k fd_set" autotest
666         keywords to invoke them, (e.g. make check TESTSUITEFLAGS='-k fd_set').
667
668         * tests/testsuite.at.in (winsock.at): Integrate it.
669         (MINGW_AT_CHECK_RUN): Accept a variant list of libraries when linking.
670         (MINGW_AT_LINK_LIBS_DEFAULT): New macro; it establishes the initial
671         default list of libraries, or resets the list to this initial default.
672         (MINGW_AT_LINK_LIBS): New macro; it establishes an augmented list of
673         library specifications, to be used until subsequently reset.
674
675 2017-07-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
676
677         Prepare and tag for release of MinGW.org WSL-5.0.1
678
679         * All files (wsl-5.0.1-release): Tag assigned.
680
681 2017-07-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
682
683         Automate testsuite dependency generation.
684
685         * tests/Makefile.in (testsuite) [$srcdir/*.at]: Automatically
686         enumerate all such wildcard matches as prerequisites, instead of...
687         (headers.at): ...this sole explicit dependency.
688
689 2017-06-20  Keith Marshall  <keithmarshall@users.sourceforge.net>
690
691         Make <winnt.h> header effectively self-contained.
692
693         * include/winnt.h (_WINNT_H): Defer definition unless included via...
694         (windef.h): ...this; include it, to enforce inclusion order, then...
695         [_WINNT_H]: ...re-evaluate it, to avoid recursive inclusion loop.
696
697 2017-06-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
698
699         Consolidate <winuser.h> version specific conditionals.
700
701         * include/winuser.h: Reorganize file content; group manifest constant
702         definitions into one nested collection of conditional blocks, with one
703         block per Windows version evolution; do likewise for type definitions
704         and function prototypes which are always exposed, and separately...
705         [! defined NOGDI]: ...for those which may be suppressed, when GDI
706         support is not required.
707
708 2017-06-06  Keith Marshall  <keithmarshall@users.sourceforge.net>
709
710         Make <winuser.h> header effectively self-contained.
711
712         * include/winuser.h (stdarg.h): Include it, in addition to...
713         [NOGDI] (windef.h): ...this, directly or otherwise indirectly via...
714         [!NOGDI] (wingdi.h): ...this, for effective self-containment.
715
716 2017-06-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
717
718         Consolidate <wingdi.h> version specific conditionals.
719
720         * include/wingdi.h: Reorganize file content; group manifest constant
721         definitions into a single nested collection of conditional blocks, for
722         those definitions which are common to both Win9x and WinNT, with one
723         block per Windows version evolution, sorting alphabetically within
724         each block; do likewise for additional manifest constant definitions
725         which are specific to WinNT, and also for data type definitions and
726         function prototypes.
727
728 2017-06-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
729
730         Tidy, and make <wingdi.h> header effectively self-contained.
731
732         * include/wingdi.h: Tidy layout; assert copyright.
733         (windef.h): Include it; this achieves self-containment.
734         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them.
735         [UNICODE vs. !UNICODE]: Discriminate generic symbol names, using...
736         (__AW_ALIAS__): ...this, when defining each of...
737         (DEVMODE, PDEVMODE, LPDEVMODE, DOCINFO, LPDOCINFO, LOGCOLORSPACE)
738         (LOGFONT, PLOGFONT, LPLOGFONT, EXTLOGFONT, PEXTLOGFONT, LPEXTLOGFONT)
739         (LPLOGCOLORSPACE, TEXTMETRIC, PTEXTMETRIC, LPTEXTMETRIC, GCP_RESULTS)
740         (PPOLYTEXT, LPPOLYTEXT, NEWTEXTMETRIC, PNEWTEXTMETRIC, LPNEWTEXTMETRIC)
741         (LPENUMLOGFONTEX, ENUMLOGFONTEXDV, PENUMLOGFONTEXDV, LPENUMLOGFONTEXDV)
742         (OUTLINETEXTMETRIC, POUTLINETEXTMETRIC, LPOUTLINETEXTMETRIC, POLYTEXT)
743         (LPGCP_RESULTS, DISPLAY_DEVICE, PDISPLAY_DEVICE, LPDISPLAY_DEVICE)
744         (NEWTEXTMETRICEX, ENUMLOGFONT, LPENUMLOGFONT, ENUMLOGFONTEX): ...these.
745         (__AW_SUFFIXED__): Similarly, use this when declaring each of...
746         (FONTENUMPROC, ICMENUMPROC, AddFontResource, AddFontResourceEx,
747         (CopyEnhMetaFile, CopyMetaFile, CreateColorSpace, CreateEnhMetaFile)
748         (CreateDC, CreateFont, CreateFontIndirect, CreateIC, CreateMetaFile)
749         (CreateScalableFontResource, DeviceCapabilities, EnumFontFamilies)
750         (EnumFontFamiliesEx, EnumFonts, EnumICMProfiles, ExtTextOut)
751         (GetCharABCWidths, GetCharABCWidthsFloat, GetCharacterPlacement)
752         (GetCharWidth32, GetCharWidth, GetCharWidthFloat, GetEnhMetaFile)
753         (GetEnhMetaFileDescription, GetGlyphOutline, GetICMProfile)
754         (GetKerningPairs, GetLogColorSpace, GetMetaFile, GetObject)
755         (GetOutlineTextMetrics, GetTextExtentExPoint, GetTextExtentPoint)
756         (GetTextExtentPoint32, GetTextFace, GetTextMetrics, PolyTextOut,
757         (RemoveFontResource, RemoveFontResourceEx, ResetDC, SetICMProfile)
758         (StartDoc, TextOut, UpdateICMRegKey, wglUseFontBitmaps)
759         (wglUseFontOutlines, GetGlyphIndices): ...these.
760
761 2017-05-31  Keith Marshall  <keithmarshall@users.sourceforge.net>
762
763         Declare CONDITION_VARIABLE API, per feature request [#2314]
764
765         * include/winbase.h [_WIN32_WINNT >= _WIN32_WINNT_VISTA]
766         (CONDITION_VARIABLE, PCONDITION_VARIABLE): Define data types, and...
767         (InitializeConditionVariable, SleepConditionVariableCS)
768         (SleepConditionVariableSRW, WakeAllConditionVariable)
769         (WakeConditionVariable): ...declare prototypes.
770
771 2017-05-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
772
773         Declare SRWLOCK API, to support feature request [#2314]
774
775         * include/winbase.h [_WIN32_WINNT >= _WIN32_WINNT_VISTA]
776         (SRWLOCK, *PSRWLOCK): Define these data types, and declare...
777         (InitializeSRWLock, AcquireSRWLockExclusive, AcquireSRWLockShared)
778         (ReleaseSRWLockExclusive, ReleaseSRWLockShared): ...these prototypes.
779         [_WIN32_WINNT >= _WIN32_WINNT_WIN7] (TryAcquireSRWLockExclusive)
780         (TryAcquireSRWLockShared): Declare additional prototypes.
781
782 2017-03-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
783
784         Resolve potential <winbase.h> vs. <winerror.h> inconsistency.
785
786         * include/winerror.h: Tidy layout; assert copyright.
787
788         * include/winbase.h (WAIT_TIMEOUT): Redefine; make it identical to...
789         * include/winerror.h (WAIT_TIMEOUT): ...this equivalent; remove...
790         [!defined WAIT_TIMEOUT]: ...this conditional redefinition guard from
791         both locations; it permitted inconsistency between the two.
792
793 2017-03-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
794
795         Consolidate <winbase.h> version specific conditionals.
796
797         * include/winbase.h: Reorganize file content; group manifest constant
798         definitions into one nested collection of conditional blocks, with one
799         block per Windows version evolution, sorting alphabetically within each
800         block; do likewise for data type definitions and function prototypes.
801
802 2017-03-20  Keith Marshall  <keithmarshall@users.sourceforge.net>
803
804         Tidy, and make <winbase.h> header effectively self-contained.
805
806         * include/w32api.h (__AW_ALIAS__): Rename original implementation...
807         (__AW_ALIAS_EX__): ...as this, retaining its encapsulation of...
808         (__AW_EXTENDED__): ...this; subsequently reimplement...
809         (__AW_ALIAS__): ...this, with original name, now encapsulating...
810         (__AW_SUFFIXED__): ...this.
811
812         * include/dbt.h (__AW_ALIAS__): Replace all references with...
813         (__AW_ALIAS_EX__): ...this renamed alternative, when defining...
814         (DEV_BROADCAST_DEVICEINTERFACE, PDEV_BROADCAST_DEVICEINTERFACE)
815         (DEV_BROADCAST_PORT, PDEV_BROADCAST_PORT): ...these.
816
817         * include/winbase.h: Tidy layout; assert copyright.
818         (stdarg.h, windef.h): Include them, to achieve self-containment.
819         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
820         [UNICODE vs. ! UNICODE]: Replace separated declarations; use...
821         [__AW_ALIAS__]: ...this, to correctly specify each of...
822         (STARTUPINFO, LPSTARTUPINFO, WIN32_FIND_DATA, PWIN32_FIND_DATA)
823         (LPWIN32_FIND_DATA, HW_PROFILE_INFO, LPHW_PROFILE_INFO, ACTCTX)
824         (PACTCTX, PCACTCTX): ...these generic typedefs, and...
825         [__AW_SUFFIXED__]: ...this, to correctly map each of...
826         (ENUMRESLANGPROC, ENUMRESNAMEPROC, ENUMRESTYPEPROC, AddAtom)
827         (AccessCheckAndAuditAlarm, BackupEventLog, BeginUpdateResource)
828         (BuildCommDCB, BuildCommDCBAndTimeouts, CheckNameLegalDOS8Dot3)
829         (CallNamedPipe, ClearEventLog, CommConfigDialog, CopyFile, CopyFileEx)
830         (CreateActCtx, CreateDirectory, CreateDirectoryEx, CreateEvent)
831         (CreateFile, CreateFileMapping, CreateHardLink, CreateJobObject)
832         (CreateMailslot, CreateMutex, CreateNamedPipe, CreateProcess)
833         (CreateProcessAsUser, CreateSemaphore, CreateSymbolicLink)
834         (CreateWaitableTimer, DefineDosDevice, DeleteFile, EncryptFile)
835         (DeleteVolumeMountPoint, DnsHostnameToComputerName, EndUpdateResource)
836         (EnumResourceLanguages, EnumResourceNames, EnumResourceTypes)
837         (ExpandEnvironmentStrings, FatalAppExit, FileEncryptionStatus)
838         (FindActCtxSectionString, FindAtom, FindFirstChangeNotification)
839         (FindFirstFile, FindFirstFileEx, FindFirstVolume, FindNextFile)
840         (FindFirstVolumeMountPoint, FindNextVolume, FindNextVolumeMountPoint)
841         (FindResource, FindResourceEx, FormatMessage, FreeEnvironmentStrings)
842         (GetAtomName, GetBinaryType, GetCommandLine, GetCompressedFileSize)
843         (GetComputerName, GetComputerNameEx, GetCurrentDirectory)
844         (GetDefaultCommConfig, GetDiskFreeSpace, GetDiskFreeSpaceEx)
845         (GetDllDirectory, GetDriveType, GetEnvironmentStrings)
846         (GetEnvironmentVariable, GetFileAttributes, GetFileAttributesEx)
847         (GetFileSecurity, GetFinalPathNameByHandle, GetFullPathName)
848         (GetLogicalDriveStrings, GetLongPathName, GetModuleFileName)
849         (GetModuleHandle, GetModuleHandleEx, GetNamedPipeHandleState)
850         (GetPrivateProfileInt, GetPrivateProfileSection)
851         (GetPrivateProfileSectionNames, GetPrivateProfileString)
852         (GetPrivateProfileStruct, GetProfileInt, GetProfileSection)
853         (GetProfileString, GetShortPathName, GetStartupInfo)
854         (GetSystemDirectory, GetSystemWindowsDirectory, GetTempFileName)
855         (GetSystemWow64Directory, GetTempPath, GetUserName, GetVersionEx)
856         (GetVolumeInformation, GetVolumeNameForVolumeMountPoint)
857         (GetVolumePathName, GetVolumePathNamesForVolumeName, GlobalAddAtom)
858         (GetWindowsDirectory, GlobalFindAtom, GlobalGetAtomName)
859         (IsBadStringPtr, LoadLibrary, LoadLibraryEx, LogonUser)
860         (LookupAccountName, LookupAccountSid, LookupPrivilegeDisplayName)
861         (LookupPrivilegeName, LookupPrivilegeValue, lstrcat, lstrcmp)
862         (lstrcmpi, lstrcpy, lstrcpyn, lstrlen, MoveFile, MoveFileEx)
863         (MoveFileWithProgress, ObjectCloseAuditAlarm, ObjectDeleteAuditAlarm)
864         (ObjectOpenAuditAlarm, ObjectPrivilegeAuditAlarm, OpenBackupEventLog)
865         (OpenEvent, OpenEventLog, OpenFileMapping, OpenMutex, OpenSemaphore)
866         (OutputDebugString, PrivilegedServiceAuditAlarm, QueryDosDevice)
867         (ReadEventLog, RegisterEventSource, RemoveDirectory, ReplaceFile)
868         (ReportEvent, SearchPath, SetComputerName, SetCurrentDirectory)
869         (SetDefaultCommConfig, SetDllDirectory, SetEnvironmentVariable)
870         (SetFileAttributes, SetFileSecurity, SetFileShortName, SetVolumeLabel)
871         (SetFirmwareEnvironmentVariable, SetVolumeMountPoint, UpdateResource)
872         (VerifyVersionInfo, WaitNamedPipe, WritePrivateProfileSection)
873         (WritePrivateProfileString, WritePrivateProfileStruct)
874         (WriteProfileSection, WriteProfileString): ...these, and add...
875         (GetCurrentHwProfile, OpenWaitableTimer, SetComputerNameEx)
876         (GetFirmwareEnvironmentVariable): ...these previously missing generic
877         function name aliases.
878
879 2017-03-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
880
881         Refactor mingwrt and w32api common makefile content.
882
883         * Makefile.in (w32api-srcdist-config-files): Rename it...
884         (w32api-srcdist-common-files): ...as this phoney build rule.
885         (shared_include_file): New macro; define it, and include named file.
886         (configure, config.status, Makefile, config.status.missing, _mingw.h)
887         (w32api.h, PACKAGE_VERSION_SCRIPT, PACKAGE_VERSION_FORMAT): Factor
888         out; relocate them to new file in common parent directory...
889         * ../Makefile.comm: ...here.
890
891 2017-03-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
892
893         Correct a copyright notice update omission.
894
895         * configure.ac: Extend copyright date range to include 2017.  Also
896         clean up superfluous trailing whitespace.
897
898 2017-03-09  Keith Marshall  <keithmarshall@users.sourceforge.net>
899
900         Fix generated header file dependencies.
901
902         * Makefile.in (_mingw.h, w32api): Make them depend on changes in...
903         [VERSION.m4]: ...this; package version changes are no longer made...
904         [configure.ac]: ...here; delete associated prerequisite reference.
905         (distclean-local): Delete them.
906
907 2017-03-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
908
909         Prepare and tag for release of w32api-5.0 package set.
910
911         * All files (wsl-5.0-release): Tag assigned.
912
913 2017-02-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
914
915         Implement basic test suite infrastructure.
916
917         * tests: New subdirectory; it hosts...
918         * tests/Makefile.in tests/testsuite.at.in tests/atlocal.in
919         * tests/headers.at: ...these new files; they implement the basic test
920         suite infrastructure, initially comprising header integrity checks.
921
922         * configure.ac (AC_PROG_CXX): Check it.
923         (AC_CONFIG_TESTDIR): Configure tests subdirectory.
924         (AC_CHECK_PROG): Check for autom4te; configure fall back if missing.
925         (AC_CONFIG_FILES): Generate tests/atlocal, tests/testsuite.at.tmp, and
926         tests/Makefile.
927
928         * Makefile.in (check test tests): New rules; all are synonymous.
929         (check-recursive): New rule; invoked by each of the preceding three.
930         (w32api-srcdist-testsuite-files): New rule; implement and use it...
931         (w32api-srcdist-files): ...here.
932
933 2017-02-14  Alexander Krisak  <akrisak@users.sourceforge.net>
934
935         Add missing constant definition, per issue [#2249].
936
937         * include/winnt.h (JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE): Define it.
938
939 2017-02-10  Keith Marshall  <keithmarshall@users.sourceforge.net>
940
941         Avoid unnecessary duplication of configuration files.
942
943         * Makefile.in (vpath install-sh): Define it; it matches...
944         (vpath %.m4): ...this; add $top_srcdir/..; search it first; delete
945         rule for creating duplicate file reference links in $top_srcdir.
946         (configure): Add '-I ..' option, when running autoconf.
947         (w32api-srcdist-files): Rename it as...
948         (w32api-srcdist-package-files): ...this; remove dependencies on...
949         (aclocal.m4 VERSION.m4 install-sh): ...these; reinstate them in...
950         (w32api-srcdist-config-files): ...this new distributable files
951         enumeration goal; add it as one new prerequisite of...
952         (w32api-srcdist-files): ...this repurposed goal; also depends on...
953         (w32api-srcdist-package-files): ...this; populate it using...
954         (SRCDIST_ADD): ...this macro; redefine it accordingly.
955
956 2016-12-08  Jerzy Tarasiuk  <jz_fuw@users.sourceforge.net>
957
958         Correct typo in <ddk/ntdddisk.h>; fix bug [#2323]
959
960         * include/ddk/ntdddisk.h (IOCTL_DISK_BASE): Correct definition;
961         it was previously transcribed incorrectly, as being equivalent to...
962         (FILE_TYPE_DISK): ...this, but it should have been equivalent to...
963         (FILE_DEVICE_DISK): ...this.
964
965 2016-12-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
966
967         Rationalize <winuser.h> ANSI vs. UNICODE definition strategy.
968
969         * include/winuser.h [UNICODE, !UNICODE]: Replace individual pairs of
970         alternative generic symbol mapping definitions, and typedefs, with...
971         (__AW_SUFFIXED__): ...one such macro expansion per pair; collate with
972         their respective ANSI and UNICODE specific references.
973
974 2016-11-26  Keith Marshall  <keithmarshall@users.sourceforge.net>
975
976         Deprecate obsolete <winable.h> and <pbt.h> headers.
977
978         * Makefile.in (%.h.in): Generalize vpath definition.
979         (obsolete_headers, obsolete_header_script, w32api_dist_headers)
980         (w32api_generated_headers, replace_headers, macro_name): New macros.
981         (install-w32api-headers): Add dependency on w32api_dist_headers.
982         (%.h): New static pattern rule; it generates generic dependants of...
983         * include/obsolete.h.in: ...this new template for obsolete headers.
984
985         * include/winable.h include/pbt.h: Delete them; they are obsolete;
986         replace them by install-time generated generic stubs.
987
988 2016-11-25  Keith Marshall  <keithmarshall@users.sourceforge.net>
989
990         Update <winuser.h> and <dbt.h>; fix issue [#2317].
991
992         * include/winuser.h: Tidy layout; add copyright notice.
993         [WINVER, _WIN32_WINDOWS, _WIN32_WINNT]: Compare them symbolically.
994         (__WINUSER_H_SOURCED__): New internal macro; define it, to facilitate
995         selective inclusion of content from other headers; delete when done.
996         (BSM_ALLCOMPONENTS, BSF_ALLOWSFW, BSM_APPLICATIONS, BSM_ALLDESKTOPS)
997         (BSM_INSTALLABLEDRIVERS, BSM_NETDRIVER, BSM_VXDS, BSF_FLUSHDISK)
998         (BSF_FORCEIFHUNG, BSF_IGNORECURRENTTASK, BSF_LUID, BSF_NOHANG)
999         (BSF_NOTIMEOUTIFNOTHUNG, BSF_POSTMESSAGE, BSF_QUERY, BSF_RETURNHDESK)
1000         (BSF_SENDNOTIFYMESSAGE): Delete; do not define them locally; retrieve
1001         them selectively from <dbt.h>, where they are properly defined.
1002         [WINVER >= WIN2K/WIN98] (BlockInput): Add missing declaration.
1003         (KillTimer, TIMERPROC): Declare timer event parameters as UINT_PTR;
1004         formerly UINT, which doesn't match 64-bit size required for Win64.
1005         (SetTimer): Likewise; also declare similar return type.
1006         (WINEVENTPROC): Add missing CALLBACK attribute.
1007         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1008
1009         * include/w32api.h (__AW_ALIAS__): New macro; define it.
1010         * include/sdkddkver.h (_WIN32_WINNT_NT4SP3): New macro; define it.
1011
1012         * include/dbt.h: Tidy layout; add copyright notice.
1013         (_BEGIN_C_DECLS, _END_C_DECLS): Also prefer them here.
1014         [__WINUSER_H_SOURCED__] (_DBT_H): Do not define; expose only...
1015         (BSM_ALLCOMPONENTS, BSF_ALLOWSFW, BSM_APPLICATIONS, BSM_ALLDESKTOPS)
1016         (BSM_INSTALLABLEDRIVERS, BSM_NETDRIVER, BSM_VXDS, BSF_FLUSHDISK)
1017         (BSF_FORCEIFHUNG, BSF_IGNORECURRENTTASK, BSF_LUID, BSF_NOHANG)
1018         (BSF_NOTIMEOUTIFNOTHUNG, BSF_POSTMESSAGE, BSF_QUERY, BSF_RETURNHDESK)
1019         (BSF_SENDNOTIFYMESSAGE): ...these, to be duplicated in <winuser.h>
1020         (__AW_ALIAS__): Use it to define ANSI/UNICODE specific aliases for...
1021         (DEV_BROADCAST_PORT, DEV_BROADCAST_DEVICEINTERFACE): ...these generic
1022         structure typedef names, and their respectively corresponding...
1023         (PDEV_BROADCAST_PORT, PDEV_BROADCAST_DEVICEINTERFACE): ...pointer
1024         type names.
1025
1026 2016-09-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
1027
1028         Fix a minor ISO-C++11 conformity issue.
1029
1030         * include/winnt.h (GetCurrentFiber): Insert spaces, as required
1031         by ISO-C++11, between concatenated string literal elements.
1032         (GetFiberData, NtCurrentTeb): Likewise.
1033
1034 2016-08-01  Keith Marshall  <keithmarshall@users.sourceforge.net>
1035
1036         Merge w32api-3.18.1 legacy updates to 5.0-active branch.
1037
1038         * include/ddk/winddk.h: Update per issue [#2307] resolution.
1039         * include/ddk/ntdddisk.h include/ddk/ntddstor.h: Likewise.
1040
1041 2016-07-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
1042
1043         Prepare and tag all files for release of w32api-3.18.1
1044
1045         * configure.ac (AC_INIT): Increment patch level to 3.18.1
1046
1047 2016-07-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
1048
1049         Resolve improper macro expansion issue [#2307].
1050
1051         * include/ddk/winddk.h (__FILE_AM_BUFFERED, __FILE_RD_BUFFERED)
1052         (__FILE_RW_BUFFERED): Redefine, encapsulating the expansion of each
1053         dependent macro WITHIN the expansion of each of these; hence...
1054
1055         * include/ddk/ntdddisk.h (IOCTL_DISK_GET_DRIVE_GEOMETRY)
1056         (IOCTL_DISK_FORMAT_TRACKS_EX, IOCTL_DISK_REASSIGN_BLOCKS)
1057         (IOCTL_DISK_GET_MEDIA_TYPES, IOCTL_DISK_CONTROLLER_NUMBER)
1058         (IOCTL_DISK_GET_DRIVE_LAYOUT, IOCTL_DISK_SET_DRIVE_LAYOUT)
1059         (IOCTL_DISK_GET_PARTITION_INFO, IOCTL_DISK_SET_PARTITION_INFO)
1060         (IOCTL_DISK_GET_DRIVE_GEOMETRY_EX, IOCTL_DISK_UPDATE_DRIVE_SIZE)
1061         (IOCTL_DISK_VERIFY, IOCTL_DISK_FORMAT_TRACKS, IOCTL_DISK_PERFORMANCE)
1062         (IOCTL_DISK_CREATE_DISK, IOCTL_DISK_RESERVE, IOCTL_DISK_IS_WRITABLE)
1063         (IOCTL_DISK_GET_PARTITION_INFO_EX, IOCTL_DISK_SET_PARTITION_INFO_EX)
1064         (IOCTL_DISK_GET_CACHE_INFORMATION, IOCTL_DISK_SET_CACHE_INFORMATION)
1065         (IOCTL_DISK_INTERNAL_SET_VERIFY, IOCTL_DISK_INTERNAL_CLEAR_VERIFY)
1066         (IOCTL_DISK_GET_DRIVE_LAYOUT_EX, IOCTL_DISK_SET_DRIVE_LAYOUT_EX)
1067         (IOCTL_DISK_GROW_PARTITION, IOCTL_DISK_DELETE_DRIVE_LAYOUT)
1068         (IOCTL_DISK_GET_LENGTH_INFO, IOCTL_DISK_PERFORMANCE_OFF)
1069         (IOCTL_DISK_CHECK_VERIFY, IOCTL_DISK_FIND_NEW_DEVICES)
1070         (SMART_GET_VERSION, SMART_RCV_DRIVE_DATA, SMART_SEND_DRIVE_COMMAND):
1071         ...adjust these dependent macro definitions accordingly.
1072
1073         * include/ddk/ntddstor.h (IOCTL_STORAGE_CHECK_VERIFY)
1074         (IOCTL_STORAGE_CHECK_VERIFY2, IOCTL_STORAGE_MEDIA_REMOVAL)
1075         (IOCTL_STORAGE_EJECTION_CONTROL, IOCTL_STORAGE_MCN_CONTROL)
1076         (IOCTL_STORAGE_GET_DEVICE_NUMBER, IOCTL_STORAGE_PREDICT_FAILURE)
1077         (IOCTL_STORAGE_GET_MEDIA_TYPES, IOCTL_STORAGE_GET_MEDIA_TYPES_EX)
1078         (IOCTL_STORAGE_GET_MEDIA_SERIAL_NUMBER, IOCTL_STORAGE_QUERY_PROPERTY)
1079         (IOCTL_STORAGE_RELEASE, IOCTL_STORAGE_FIND_NEW_DEVICES)
1080         (IOCTL_STORAGE_RESET_BUS, IOCTL_STORAGE_RESET_DEVICE)
1081         (IOCTL_STORAGE_EJECT_MEDIA, IOCTL_STORAGE_LOAD_MEDIA)
1082         (IOCTL_STORAGE_LOAD_MEDIA2, IOCTL_STORAGE_RESERVE): Likewise.
1083
1084 2016-07-19  Keith Marshall  <keithmarshall@users.sourceforge.net>
1085
1086         Update install-sh to match mingw.org/build-aux package.
1087
1088         * install-sh: Delete it; use version in parent directory instead,
1089         recreating local copy, (as symlink, if supported), on demand.
1090
1091 2016-07-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
1092
1093         Eliminate redundant configuration files.
1094
1095         * aclocal.m4 VERSION.m4: Delete them; restore them on demand, via...
1096         * Makefile.in ($top_srcdir/../%): ...this symlink dependency rule.
1097
1098         * configure.ac (AC_PROG_LN_S): Add configuration check.
1099
1100 2016-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1101
1102         Discard redundant config.guess and config.sub files.
1103
1104         * config.guess config.sub: Delete them; they are no longer required.
1105         * Makefile.in (SRCDIST_ADD): Remove related references.
1106
1107 2016-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1108
1109         Merge recent legacy branch updates to 5.0-active branch.
1110
1111         * Makefile.in include/ddk/ntifs.h include/ddk/winddk.h
1112         * include/sdkddkver.h include/setupapi.h include/windows.h
1113         * include/winnt.h include/winuser.h include/winver.h
1114         * include/wtsapi32.h lib/wtsapi32.def: Updated.
1115
1116 2016-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1117
1118         Prepare and tag all files for release of w32api-3.18.
1119
1120 2016-07-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
1121
1122         Do not pass MAKEFLAGS explicitly, when invoking recursive make.
1123
1124         * Makefile.in (install-strip, uninstall): Delete explicit $(MAKEFLAGS)
1125         references from $(MAKE) command lines; make passes them implicitly.
1126
1127 2016-06-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
1128
1129         Backport MemoryBarrier() implementation from 4.0-dev branch.
1130
1131         * include/winnt.h (MemoryBarrier): Implement it; this is a rework of
1132         Earnie's original inline implementation, but declared 'static' to fix
1133         issue [#1661]; it is further modified, to avoid the broken pre-Vista
1134         fallback identified by issue [#2131], and to remove references to...
1135         (__faststorefence, __mf): ...these MSVC intrinsics, replaced by...
1136         [defined __ATOMIC_SEQ_CST] (__atomic_thread_fence): ...this, or...
1137         [GCC >= 4.4] (__sync_synchronize): ...this, as appropriate, falling
1138         back to inline assembly code when necessary.
1139
1140         * include/ddk/winddk.h (KeMemoryBarrier): Delegate it to...
1141         (MemoryBarrier): ...this, so avoiding the potential to emit invalid
1142         code, for hosts which do not support the SSE2 'mfence' instruction.
1143
1144 2016-06-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
1145
1146         Merge further W32API updates from Cygwin CVS.
1147         Incorporated selected changes from 2012-08-01 to 2012-08-04.
1148
1149         * include/setupapi.h include/winuser.h include/winver.h
1150         * include/wtsapi32.h lib/wtsapi32.def: Merged and updated.
1151
1152 2016-06-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
1153
1154         Update mapping of GCC to MSVC host identification macros.
1155
1156         * include/windows.h: Assert copyright; tidy layout.
1157         (_M_IX86, _ALPHA_, _PPC_, _MIPS_, _68K_): Delete duplicate defines.
1158         [!_WINUSER_H, !_WINNLS_H, !_WINVER_H, !_WINNETWK_H, !_WINREG_H]
1159         [!_WINSVC_H]: Do not explicitly test these here; they are properly
1160         managed implicitly, by GCC, when including the associated headers.
1161
1162         * include/winnt.h: Assert copyright; tidy layout.
1163         (_BEGIN_C_DECLS, _END_C_DECLS): Use these, as appropriate.
1164         (__aligned__, __always_inline__, __selectany__): Prefer these...
1165         (aligned, always_inline, selectany): ...to these attribute forms.
1166         (CONTEXT) [_ALPHA_, _PPC_, MIPS, ARM]: Change selector macros to...
1167         [_M_ALPHA, _M_PPC, _M_MRX000, _M_ARM]: ...these, respectively.
1168         (GetCurrentFiber, GetFiberData, NtCurrentTeb): Redefine in terms of...
1169         (__tib_fiber_data__, __tib_self_refptr__): ...these adaptive macros...
1170         [!_WIN64]: ...to accommodate 32-bit, or otherwise 64-bit Windows.
1171         (_ALPHA_, _PPC_, _MIPS_, _68K_): Delete these redundant macros...
1172         (_M_IX86): ...also removing this, but relocate it to...
1173         * include/sdkddkver.h (_M_IX86): ...here; augment it with...
1174         (_M_IX86_FP, _M_X64, _M_AMD64, _M_IA64): ...these; define them as
1175         appropriate.
1176
1177         * include/ddk/ntifs.h [!_ALPHA_]: Augment test; rather consider...
1178         [!_ALPHA_ && !_M_ALPHA]: ...this, for structure alignment control.
1179
1180 2016-05-23  Keith Marshall  <keithmarshall@users.sourceforge.net>
1181
1182         Merge W32API updates, from Cygwin CVS, into legacy branch.
1183         Incorporate changes since release of w32api-3.17, until 2012-07-06.
1184
1185         * include/shobjidl.h lib/shobjidl-uuid.c: New files, added per LRN's
1186         2012-04-28 commit to Cygwin CVS.
1187
1188         * include/gdiplus/gdiplustypes.h include/imagehlp.h
1189         * include/routprot.h include/shlwapi.h include/userenv.h
1190         * include/winbase.h include/wincon.h include/windef.h
1191         * include/winerror.h include/wingdi.h include/winnt.h
1192         * include/winsock.h include/winsock2.h include/winuser.h: Updated to
1193         match Cygwin CVS state, as of 2012-07-06.
1194
1195         * include/wincrypt.h: Updated to remove duplicate manifest constant
1196         definitions, as identified per Chris Sutcliffe's 2012-01-03 commit to
1197         Cygwin CVS; merge with my 2015-09-29 commit; additionally, remove...
1198         (szOID_RSA_emailAddr, szOID_RSA_unstructAddr, szOID_RSA_unstructName)
1199         (CRYPT_ARCHIVABLE, CRYPT_NOHASHOID, CRYPT_VERIFYCONTEXT): ...extra
1200         copies of these further duplicated definitions, identified during
1201         the merging operation.
1202
1203 2016-05-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
1204
1205         Synchronize package version management with MinGW Runtime.
1206
1207         * VERSION.m4: New file; link it to keep in sync with identically named
1208         file in top level composite package source directory; it defines...
1209         (__VERSION__): ...this new composite package version macro.
1210
1211         * aclocal.m4: Link it, to keep in sync with identically named files in
1212         top level composite source and sibling mingwrt sub-package directories.
1213         (__VERSION__): New macro; include VERSION.m4 to define it.
1214         (__BUG_REPORT_URL__): New macro; define it.
1215
1216         * configure.ac (AC_INIT): Assign package version and bug report URL...
1217         (__VERSION__, __BUG_REPORT_URL__): ...from these, as defined through
1218         automatic inclusion of aclocal.m4
1219
1220         * Makefile.in (configure): Add dependency on VERSION.m4
1221
1222 2016-05-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
1223
1224         Eliminate redundant <parts/winioctl.h> header.
1225
1226         * include/parts/winioctl.h: Delete it; distribute its content...
1227         * include/ddk/winddk.h include/ddk/ntddstor.h include/ddk/ntdddisk.h:
1228         ...among these, separating it into discrete sections based on...
1229         [__need_ddk_winddk_includes, __need_ddk_ntddstor_includes]
1230         [__need_ddk_ntdddisk_includes]: ...these selectors, respectively.
1231         [__WINIOCTL_H_SOURCED__]: Expose only those sections; do not define...
1232         (_DDK_WINDDK_H, _DDK_NTDDSTOR_H, _DDK_NTDDDISK_H): ...these.
1233
1234         * include/winioctl.h (__WINIOCTL_H_SOURCED__): Define it; include each
1235         of <ddk/winddk.h>, <ddk/ntddstor.h>, and <ddk/ntdddisk.h>
1236
1237 2016-05-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
1238
1239         Enforce consistent specification of package version.
1240
1241         * include/w32api.h: Rename as...
1242         * include/w32api.h.in: ...this build-time template file.
1243         (__W32API_VERSION): Redefine it, in terms of...
1244         (%PACKAGE_VERSION_LONG%): ...this substitution template.
1245         (__W32API_MAJOR_VERSION, __W32API_MINOR_VERSION)
1246         (__W32API_PATCHLEVEL): Likewise, redefine them in terms of...
1247         (%PACKAGE_VERSION_MAJOR%, %PACKAGE_VERSION_MINOR%)
1248         (%PACKAGE_VERSION_PATCH%): ...these.
1249
1250         * configure.ac (AC_CONFIG_SRCDIR): Adjust for renamed file.
1251         (MINGW_AC_CONFIG_EXTRA_SRCDIR): Likewise, for similarly renamed
1252         mingwrt/include/_mingw.h.in file.
1253
1254         * Makefile.in (all-w32api-libs): Add dependency on...
1255         (w32api.h, _mingw.h): ...these; add rule to generate them, using...
1256         (PACKAGE_VERSION_SCRIPT, PACKAGE_VERSION_FORMAT): ...these new macros;
1257         they apply appropriate substitutions to the renamed template files.
1258         (install-w32api-headers): Explicitly add w32api.h
1259
1260 2015-11-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1261
1262         Refactor for Windows DDK synchronization; fix MinGW-Bug [#1954].
1263
1264         * include/parts/winioctl.h: New file; it provides infrastructure for
1265         sharing of common code between DDK headers and primary <winioctl.h>
1266         (__IOCTL_STORAGE_, __IOCTL_DISK_, __FILE_RW_ACCESS, __FILE_AM_BUFFERED)
1267         (__FILE_RD_BUFFERED, __FILE_RW_BUFFERED): New internal convenience
1268         macros; they facilitate more consise expression of factored out IOCTL
1269         and FSCTL macros; define them.
1270
1271         * include/ddk/ntddk.h: Assert copyright; tidy layout.
1272         (__NTDDK_H): Multiple inclusion guard macro, renamed to...
1273         (_DDK_NTDDK_H): ...this; it provides better indication of location.
1274         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1275
1276         * include/ddk/winddk.h: Assert copyright; tidy layout.
1277         (__WINDDK_H): Multiple inclusion guard macro, renamed to...
1278         (_DDK_WINDDK_H): ...this; it provides better indication of location.
1279         [!defined _DDK_NTDDK_H]: Forbid direct inclusion; emit diagnostic.
1280         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1281         (METHOD_BUFFERED, METHOD_IN_DIRECT, METHOD_OUT_DIRECT)
1282         (METHOD_NEITHER): Redefine as enumeration; factor it out.
1283         (FILE_ANY_ACCESS, FILE_SPECIAL_ACCESS, FILE_READ_ACCESS)
1284         (FILE_WRITE_ACCESS): Likewise.
1285         (CTL_CODE, DEVICE_TYPE_FROM_CTL_CODE): Factor out.
1286         [defined _DRIVE_LAYOUT_INFORMATION_MBR_DEFINED]: Delete guard.
1287         (struct _DRIVE_LAYOUT_INFORMATION_MBR, DRIVE_LAYOUT_INFORMATION_MBR)
1288         (PDRIVE_LAYOUT_INFORMATION_MBR): Factor out, without guard.
1289         (struct _DRIVE_LAYOUT_INFORMATION_GPT, DRIVE_LAYOUT_INFORMATION_GPT)
1290         (PDRIVE_LAYOUT_INFORMATION_GPT): Factor out.
1291         (struct _PARTITION_INFORMATION_MBR, PARTITION_INFORMATION_MBR)
1292         (PPARTITION_INFORMATION_MBR): Likewise.
1293         (FILE_DEVICE_BEEP, FILE_DEVICE_CD_ROM, FILE_DEVICE_CD_ROM_FILE_SYSTEM)
1294         (FILE_DEVICE_CONTROLLER, FILE_DEVICE_DATALINK, FILE_DEVICE_DFS)
1295         (FILE_DEVICE_DISK, FILE_DEVICE_DISK_FILE_SYSTEM)
1296         (FILE_DEVICE_FILE_SYSTEM, FILE_DEVICE_INPORT_PORT)
1297         (FILE_DEVICE_KEYBOARD, FILE_DEVICE_MAILSLOT, FILE_DEVICE_MIDI_IN)
1298         (FILE_DEVICE_MIDI_OUT, FILE_DEVICE_MOUSE)
1299         (FILE_DEVICE_MULTI_UNC_PROVIDER, FILE_DEVICE_NAMED_PIPE)
1300         (FILE_DEVICE_NETWORK, FILE_DEVICE_NETWORK_BROWSER)
1301         (FILE_DEVICE_NETWORK_FILE_SYSTEM, FILE_DEVICE_NULL)
1302         (FILE_DEVICE_PARALLEL_PORT, FILE_DEVICE_PHYSICAL_NETCARD)
1303         (FILE_DEVICE_PRINTER, FILE_DEVICE_SCANNER)
1304         (FILE_DEVICE_SERIAL_MOUSE_PORT, FILE_DEVICE_SERIAL_PORT)
1305         (FILE_DEVICE_SCREEN, FILE_DEVICE_SOUND, FILE_DEVICE_STREAMS)
1306         (FILE_DEVICE_TAPE, FILE_DEVICE_TAPE_FILE_SYSTEM, FILE_DEVICE_TRANSPORT)
1307         (FILE_DEVICE_UNKNOWN, FILE_DEVICE_VIDEO, FILE_DEVICE_VIRTUAL_DISK)
1308         (FILE_DEVICE_WAVE_IN, FILE_DEVICE_WAVE_OUT, FILE_DEVICE_8042_PORT)
1309         (FILE_DEVICE_NETWORK_REDIRECTOR, FILE_DEVICE_BATTERY)
1310         (FILE_DEVICE_BUS_EXTENDER, FILE_DEVICE_MODEM, FILE_DEVICE_VDM)
1311         (FILE_DEVICE_MASS_STORAGE, FILE_DEVICE_SMB, FILE_DEVICE_KS)
1312         (FILE_DEVICE_CHANGER, FILE_DEVICE_SMARTCARD, FILE_DEVICE_ACPI)
1313         (FILE_DEVICE_DVD, FILE_DEVICE_FULLSCREEN_VIDEO)
1314         (FILE_DEVICE_DFS_FILE_SYSTEM, FILE_DEVICE_DFS_VOLUME)
1315         (FILE_DEVICE_SERENUM, FILE_DEVICE_TERMSRV, FILE_DEVICE_KSEC)
1316         (FILE_DEVICE_FIPS): Redefine as enumeration; factor it out.
1317         (enum _PARTITION_STYLE, PARTITION_STYLE): Factor out; add...
1318         (PARTITION_STYLE_RAW): ...this new enumeration state; previously, it
1319         was defined only when including this enumeration from winioctl.h
1320         (struct _CREATE_DISK_MBR, CREATE_DISK_MBR, PCREATE_DISK_MBR)
1321         (struct _CREATE_DISK_GPT, CREATE_DISK_GPT, PCREATE_DISK_GPT)
1322         (struct _CREATE_DISK, CREATE_DISK, PCREATE_DISK): Factor out;
1323         include parts/winioctl.h
1324
1325         * include/ddk/ntddstor.h: Assert copyright; tidy layout.
1326         (__NTDDSTOR_H): Multiple inclusion guard macro, renamed to...
1327         (_DDK_NTDDSTOR_H): ...this; to provide better indication of location.
1328         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1329         (struct _STORAGE_BUS_TYPE, STORAGE_BUS_TYPE, PSTORAGE_BUS_TYPE)
1330         (IOCTL_STORAGE_BASE, IOCTL_STORAGE_RESERVE, IOCTL_STORAGE_RELEASE)
1331         (IOCTL_STORAGE_CHECK_VERIFY, IOCTL_STORAGE_CHECK_VERIFY2)
1332         (IOCTL_STORAGE_MEDIA_REMOVAL, IOCTL_STORAGE_EJECT_MEDIA)
1333         (IOCTL_STORAGE_LOAD_MEDIA, IOCTL_STORAGE_LOAD_MEDIA2)
1334         (IOCTL_STORAGE_EJECTION_CONTROL, IOCTL_STORAGE_FIND_NEW_DEVICES)
1335         (IOCTL_STORAGE_GET_MEDIA_TYPES, IOCTL_STORAGE_GET_MEDIA_TYPES_EX)
1336         (IOCTL_STORAGE_GET_MEDIA_SERIAL_NUMBER, IOCTL_STORAGE_PREDICT_FAILURE)
1337         (IOCTL_STORAGE_QUERY_PROPERTY, IOCTL_STORAGE_GET_DEVICE_NUMBER)
1338         (IOCTL_STORAGE_RESET_BUS, IOCTL_STORAGE_RESET_DEVICE)
1339         (IOCTL_STORAGE_MCN_CONTROL): Factor out; include parts/winioctl.h
1340
1341         * include/ddk/ntdddisk.h: Assert copyright; tidy layout.
1342         (__NTDDDISK_H): Multiple inclusion guard macro, renamed to...
1343         (_DDK_NTDDDISK_H): ...this; to provide better indication of location.
1344         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1345         (IOCTL_DISK_BASE, IOCTL_DISK_GET_LENGTH_INFO)
1346         (IOCTL_DISK_IS_WRITABLE, IOCTL_DISK_REASSIGN_BLOCKS)
1347         (IOCTL_DISK_FIND_NEW_DEVICES, IOCTL_DISK_GET_MEDIA_TYPES)
1348         (IOCTL_DISK_GET_DRIVE_LAYOUT, IOCTL_DISK_SET_DRIVE_LAYOUT)
1349         (IOCTL_DISK_GET_PARTITION_INFO, IOCTL_DISK_SET_PARTITION_INFO)
1350         (IOCTL_DISK_GET_DRIVE_LAYOUT_EX, IOCTL_DISK_SET_DRIVE_LAYOUT_EX)
1351         (IOCTL_DISK_GET_DRIVE_GEOMETRY, IOCTL_DISK_GET_DRIVE_GEOMETRY_EX)
1352         (IOCTL_DISK_CREATE_DISK, IOCTL_DISK_VERIFY, IOCTL_DISK_CHECK_VERIFY)
1353         (IOCTL_DISK_GET_PARTITION_INFO_EX, IOCTL_DISK_SET_PARTITION_INFO_EX)
1354         (IOCTL_DISK_GET_CACHE_INFORMATION, IOCTL_DISK_SET_CACHE_INFORMATION)
1355         (IOCTL_DISK_DELETE_DRIVE_LAYOUT, IOCTL_DISK_GROW_PARTITION)
1356         (IOCTL_DISK_FORMAT_TRACKS, IOCTL_DISK_FORMAT_TRACKS_EX)
1357         (IOCTL_DISK_PERFORMANCE, IOCTL_DISK_PERFORMANCE_OFF)
1358         (IOCTL_DISK_UPDATE_DRIVE_SIZE, IOCTL_DISK_RESERVE): Factor out; all of
1359         these macros are now defined in parts/winioctl.h; include it.
1360         (PARTITION_ENTRY_UNUSED, PARTITION_FAT_12, PARTITION_XENIX_1)
1361         (PARTITION_XENIX_2, PARTITION_FAT_16, PARTITION_EXTENDED)
1362         (PARTITION_HUGE, PARTITION_IFS, PARTITION_OS2BOOTMGR, PARTITION_FAT32)
1363         (PARTITION_FAT32_XINT13, PARTITION_XINT13, PARTITION_XINT13_EXTENDED)
1364         (PARTITION_PREP, PARTITION_LDM, PARTITION_UNIX, PARTITION_NTFT)
1365         (VALID_NTFT): Redefine as enumeration; factor it out.
1366         (IsRecognizedPartition, IsContainerPartition): Factor out.
1367         (enum _MEDIA_TYPE, MEDIA_TYPE, PMEDIA_TYPE): Factor out, adding...
1368         (F3_200Mb_512, F3_240M_512, F3_32M_512): ...these new state values.
1369         (enum _DETECTION_TYPE, DETECTION_TYPE): Factor out.
1370         (struct _DISK_INT13_INFO, DISK_INT13_INFO, PDISK_INT13_INFO)
1371         (struct _DISK_EX_INT13_INFO, DISK_EX_INT13_INFO, PDISK_EX_INT13_INFO)
1372         (struct _DISK_DETECTION_INFO, DISK_DETECTION_INFO, PDISK_DETECTION_INFO)
1373         (struct _DISK_GEOMETRY_EX, DISK_GEOMETRY_EX, PDISK_GEOMETRY_EX)
1374         (struct _DISK_GEOMETRY, DISK_GEOMETRY, PDISK_GEOMETRY)
1375         (DiskGeometryGetPartition, DiskGeometryGetDetect): Factor out.
1376         (struct _PARTITION_INFORMATION): Change field data types for...
1377         (HiddenSectors, PartitionNumber): ...these, from DWORD to ULONG...
1378         (PartitionType): ...and this from BYTE to UCHAR, to keep consistent
1379         with Windows DDK convention, then factor out struct, together with...
1380         (PARTITION_INFORMATION, PPARTITION_INFORMATION): ...these.
1381         (struct _PARTITION_INFORMATION_GPT, struct _DISK_PARTITION_INFO)
1382         (PARTITION_INFORMATION_GPT, *PPARTITION_INFORMATION_GPT)
1383         (DISK_PARTITION_INFO, *PDISK_PARTITION_INFO): Factor out.
1384         (struct _GET_LENGTH_INFORMATION)
1385         (GET_LENGTH_INFORMATION, PGET_LENGTH_INFORMATION)
1386         (struct _DISK_PERFORMANCE, DISK_PERFORMANCE, PDISK_PERFORMANCE)
1387         (struct _DISK_PERFORMANCE_EX, DISK_PERFORMANCE_EX, PDISK_PERFORMANCE_EX)
1388         (struct _FORMAT_PARAMETERS, struct _FORMAT_EX_PARAMETERS)
1389         (FORMAT_PARAMETERS, PFORMAT_PARAMETERS, FORMAT_EX_PARAMETERS)
1390         (PFORMAT_EX_PARAMETERS): Factor out.
1391         (struct _REASSIGN_BLOCKS): Change field data types for...
1392         (Reserved, Count): ...these fields, from WORD to USHORT, and...
1393         (BlockNumber): ...this from DWORD to ULONG, per Windows DDK
1394         convention, then factor out the struct definition, together with...
1395         (REASSIGN_BLOCKS, PREASSIGN_BLOCKS): ...these associated typedefs.
1396         (struct _SET_PARTITION_INFORMATION, SET_PARTITION_INFORMATION)
1397         (PSET_PARTITION_INFORMATION): Factor out.
1398         (struct _VERIFY_INFORMATION): Change field data type for...
1399         (Length): ...this field, from DWORD to ULONG, per DDK convention, then
1400         factor out the entire struct definition, together with...
1401         (VERIFY_INFORMATION, PVERIFY_INFORMATION): ...these associated typedefs.
1402         (DISK_CACHE_RETENTION_PRIORITY): Factor out enumerated typedef.
1403         (struct _DISK_CACHE_INFORMATION, struct _DISK_GROW_PARTITION)
1404         (DISK_CACHE_INFORMATION, PDISK_CACHE_INFORMATION, DISK_GROW_PARTITION)
1405         (PDISK_GROW_PARTITION): Factor out.
1406
1407         * include/winioctl.h: Assert copyright; tidy layout; incorporate
1408         definitions from Windows DDK headers, by including parts/winioctl.h;
1409         delete duplicate definitions already identified as having been factored
1410         out from ddk/winddk.h, ddk/ntddstor.h, and ddk/ntdddisk.h; accept type
1411         compatible changes from DWORD to ULONG, WORD to USHORT, and BYTE to
1412         UCHAR, resulting in no significant changes, except that...
1413         (struct _DISK_PERFORMANCE): ...this is extended, by addition of...
1414         (IdleTime, SplitCount, QueryTime, StorageDeviceNumber)
1415         (StorageManagerName): ...these previously missing fields, originally
1416         appropriately defined in ddk/ntdddisk.h, thus fixing bug [#1954].
1417         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1418
1419 2015-10-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
1420
1421         Windows application module version information API updates.
1422
1423         * include/winver.h: Assert copyright; tidy layout.
1424         (_BEGIN_C_DECLS, _END_C_DECLS): Use these, as appropriate.
1425         (__AW_SUFFIXED__): Use throughout, to identify generic functions
1426         having both ANSI and UTF-16LE specific alternative implementations.
1427         [NTDDI_VERSION >= NTDDI_VISTA] (GetFileVersionInfoEx): New function.
1428         [NTDDI_VERSION >= NTDDI_VISTA] (GetFileVersionInfoSizeEx): Likewise;
1429         note that both are generic, with ANSI and UTF-16LE implementations,
1430         but the ANSI implementations are missing from MSVCRT.DLL when...
1431         [NTDDI_VERSION < NTDDI_WIN8]: ...this.
1432
1433         * lib/version.def (GetFileVersionInfoExA, GetFileVersionInfoExW)
1434         (GetFileVersionInfoSizeExA, GetFileVersionInfoSizeExW): Add symbols.
1435
1436 2015-10-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
1437
1438         Revert a failed experimental macro construct.
1439
1440         * include/w32api.h (__W32API_DEPRECATED_ALIAS): Delete this; it bloats
1441         code, and doesn't work in the C preprocessor conditional context where
1442         its associated constant definitions are most likely to be required.
1443         (Windows95, Windows98, WindowsME, WindowsNT4, Windows2000, WindowsXP)
1444         (Windows2003, WindowsVista, IE3, IE301, IE302, IE4, IE401, IE5, IE5a)
1445         (IE5b, IE501, IE55, IE56, IE6, IE601, IE602, IE7): Redefine as macros,
1446         now in terms of their preferred equivalents from <sdkddkver.h>
1447
1448 2015-09-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
1449
1450         Code clean-up; fix MinGW-Bug [#2263].
1451
1452         * include/w32api.h (__AW_SUFFIXED__): New macro; define it.
1453         (__AW_EXTENDED__, __AW_STRING_A__, __AW_STRING_W__): Likewise.
1454         (__AW__WCHAR_T__): Likewise; this is a helper for __AW_STRING_W__.
1455
1456         * include/wincrypt.h: Assert copyright; tidy layout; replace all C++
1457         style comments, using ISO-C conforming style; remove all redundant
1458         parameter names from function prototype declarations, throughout.
1459         (pragma GCC system_header): Remove pointless conditional guard.
1460         (_BEGIN_C_DECLS, _END_C_DECLS): Use to wrap extern "C" declarations.
1461         [WINVER >= 0x500, WINVER >= 0x501]: Replace conditionals with...
1462         [WINVER >= _WIN32_WINNT_WIN2K, WINVER >= _WIN32_WINNT_WINXP]: ...these
1463         alternatives, respectively; they offer improved self-documentation.
1464         (MS_DEF_PROV, MS_ENHANCED_PROV, MS_STRONG_PROV, MS_SCARD_PROV)
1465         (MS_DEF_RSA_SIG_PROV, MS_DEF_RSA_SCHANNEL_PROV, MS_DEF_DSS_PROV)
1466         (MS_DEF_DSS_DH_PROV, MS_ENH_DSS_DH_PROV, MS_DEF_DH_SCHANNEL_PROV)
1467         (MS_ENH_RSA_AES_PROV): Redefine as __AW_EXTENDED__ derivatives.
1468         (MS_DEF_PROV_W, MS_ENHANCED_PROV_W, MS_STRONG_PROV_W, MS_SCARD_PROV_W)
1469         (MS_DEF_RSA_SIG_PROV_W, MS_DEF_RSA_SCHANNEL_PROV_W, MS_DEF_DSS_PROV_W)
1470         (MS_DEF_DSS_DH_PROV_W, MS_ENH_DSS_DH_PROV_W, MS_DEF_DH_SCHANNEL_PROV_W)
1471         (MS_ENH_RSA_AES_PROV_W): Redefine; use __AW_STRING_W__ to derive them
1472         from their __AW_STRING_A__ equivalent string constant definitions.
1473         (GET_ALG_CLASS): Redefine, expressing result in terms of...
1474         (ALG_CLASS_ALL): ...this manifest bit mask; also redefined, preferring
1475         a hexadecimal expression of the mask value over the former decimal.
1476         (GET_ALG_TYPE, GET_ALG_SID): Similarly, use hexadecimal mask values.
1477         (ALG_CLASS_SIGNATURE, ALG_CLASS_MSG_ENCRYPT, ALG_CLASS_DATA_ENCRYPT)
1478         (ALG_CLASS_HASH, ALG_CLASS_KEY_EXCHANGE, ALG_TYPE_DSS, ALG_TYPE_RSA)
1479         (ALG_TYPE_BLOCK, ALG_TYPE_STREAM, ALG_TYPE_DH, ALG_TYPE_SECURECHANNEL)
1480         (CRYPT_UPDATE_KEY, CRYPT_NEWKEYSET, CRYPT_DELETEKEYSET, CRYPT_SILENT)
1481         (CRYPT_MACHINE_KEYSET, CRYPT_USER_PROTECTED, CRYPT_CREATE_SALT)
1482         (CRYPT_EXPORTABLE, CRYPT_ENCRYPT, CRYPT_DECRYPT, CRYPT_EXPORT)
1483         (CRYPT_READ, CRYPT_WRITE, CRYPT_MAC, CERT_TRUST_IS_NOT_TIME_VALID)
1484         (CERT_TRUST_IS_NOT_TIME_NESTED, CERT_TRUST_IS_REVOKED)
1485         (CERT_TRUST_IS_NOT_SIGNATURE_VALID, CERT_TRUST_IS_NOT_VALID_FOR_USAGE)
1486         (CERT_TRUST_IS_UNTRUSTED_ROOT, CERT_TRUST_REVOCATION_STATUS_UNKNOWN)
1487         (CERT_TRUST_IS_CYCLIC, CERT_TRUST_CTL_IS_NOT_SIGNATURE_VALID)
1488         (CERT_TRUST_IS_PARTIAL_CHAIN, CERT_TRUST_CTL_IS_NOT_TIME_VALID)
1489         (CERT_TRUST_CTL_IS_NOT_VALID_FOR_USAGE, CERT_TRUST_IS_SELF_SIGNED)
1490         (CERT_TRUST_HAS_EXACT_MATCH_ISSUER, CERT_TRUST_HAS_KEY_MATCH_ISSUER)
1491         (CERT_TRUST_HAS_NAME_MATCH_ISSUER, CERT_TRUST_IS_COMPLEX_CHAIN)
1492         (CERT_CHAIN_POLICY_BASE, CERT_CHAIN_POLICY_AUTHENTICODE)
1493         (CERT_CHAIN_POLICY_AUTHENTICODE_TS, CERT_CHAIN_POLICY_SSL)
1494         (CERT_CHAIN_POLICY_BASIC_CONSTRAINTS, CERT_CHAIN_POLICY_NT_AUTH)
1495         (CERT_NAME_STR_REVERSE_FLAG, CERT_NAME_STR_DISABLE_IE4_UTF8_FLAG)
1496         (CERT_NAME_STR_CRLF_FLAG, CERT_NAME_STR_ENABLE_UTF8_UNICODE_FLAG)
1497         (CERT_NAME_STR_ENABLE_T61_UNICODE_FLAG, CERT_NAME_STR_NO_PLUS_FLAG)
1498         (CERT_NAME_STR_NO_QUOTING_FLAG, CERT_NAME_STR_SEMICOLON_FLAG)
1499         (CERT_FIND_CERT_ID, CERT_FIND_CTL_USAGE, CERT_FIND_ENHKEY_USAGE)
1500         (CERT_FIND_EXISTING, CERT_FIND_HASH, CERT_FIND_ISSUER_ATTR)
1501         (CERT_FIND_ISSUER_NAME, CERT_FIND_ISSUER_OF, CERT_FIND_KEY_IDENTIFIER)
1502         (CERT_FIND_KEY_SPEC, CERT_FIND_MD5_HASH, CERT_FIND_PROPERTY)
1503         (CERT_FIND_PUBLIC_KEY, CERT_FIND_SHA1_HASH, CERT_FIND_SIGNATURE_HASH)
1504         (CERT_FIND_SUBJECT_ATTR, CERT_FIND_SUBJECT_CERT, CERT_FIND_SUBJECT_NAME)
1505         (CERT_FIND_SUBJECT_STR_A, CERT_FIND_SUBJECT_STR_W)
1506         (CERT_FIND_ISSUER_STR_A, CERT_FIND_ISSUER_STR_W)
1507         (CERT_FIND_OR_ENHKEY_USAGE_FLAG, CERT_FIND_OPTIONAL_ENHKEY_USAGE_FLAG)
1508         (CERT_FIND_NO_ENHKEY_USAGE_FLAG, CERT_FIND_VALID_ENHKEY_USAGE_FLAG)
1509         (CERT_FIND_EXT_ONLY_ENHKEY_USAGE_FLAG, CERT_UNICODE_IS_RDN_ATTRS_FLAG)
1510         (CERT_CASE_INSENSITIVE_IS_RDN_ATTRS_FLAG, CERT_CHAIN_FIND_BY_ISSUER)
1511         (CERT_CHAIN_FIND_BY_ISSUER_COMPARE_KEY_FLAG)
1512         (CERT_CHAIN_FIND_BY_ISSUER_COMPLEX_CHAIN_FLAG)
1513         (CERT_CHAIN_FIND_BY_ISSUER_CACHE_ONLY_FLAG)
1514         (CERT_CHAIN_FIND_BY_ISSUER_CACHE_ONLY_URL_FLAG)
1515         (CERT_CHAIN_FIND_BY_ISSUER_LOCAL_MACHINE_FLAG)
1516         (CERT_CHAIN_FIND_BY_ISSUER_NO_KEY_FLAG)
1517         (CERT_SYSTEM_STORE_LOCAL_MACHINE): All represent bit-mapped values;
1518         express them in hexadecimal, in preference to original decimal form.
1519         (CERT_FIND_SUBJECT_STR, CERT_FIND_ISSUER_STR): Redefine them as
1520         __AW_EXTENDED__ macros, for UNICODE/non-UNICODE cases respectively.
1521         (szOID_CRL_DIST_POINTS): Correct defective definition; value should be
1522         a string literal, but was missing delimiting quotes; insert them.
1523         (CertNameToStr, CertOpenSystemStore, CertGetNameString, CryptSignHash)
1524         (CryptAcquireContext, CryptVerifySignature, CryptGetDefaultProvider)
1525         (CryptEnumProviders, CryptSetProvider): Define as __AW_SUFFIXED__
1526         aliases for each of the UNICODE/non-UNICODE cases respectively.
1527         (CryptEnumProvidersA): Correct prototype declaration; 5th parameter
1528         was declared as type LPTSTR, but should be type LPSTR.
1529         (CryptEnumProvidersW): Likewise; 5th parameter should be type LPWSTR.
1530         (CryptGetDefaultProviderW): Likewise; 4th parameter was declared as
1531         type LPSTR, but should be type LPWSTR.
1532         [defined MINGW_TENTATIVE_ASSUMPTIONS] (X509_ANY_STRING)
1533         (X509_CRL_REASON_CODE, X509_DSS_PUBLICKEY, X509_UNICODE_ANY_STRING)
1534         (struct _CERT_ALT_NAME_ENTRY): Add tentative definitions.
1535
1536 2015-09-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
1537
1538         Correct defect in build system compilation rule.
1539
1540         * Makefile.in (scrnsavw.$OBJEXT): Do not use $^ to represent the
1541         source file; it expands to also include prerequisite header files,
1542         which should not appear on the compilation command line.  Rewrite
1543         rule in static pattern format, and use $< instead.
1544
1545 2015-08-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
1546
1547         Build system corrections for GCC build time support.
1548
1549         * configure.ac (AC_PROG_CC): Don't use this; we need...
1550         (MINGW_AC_PROG_CC_COMPILE_ONLY): ...this alternative, to support
1551         building with only a stage 1 partially built GCC installation.
1552
1553         * Makefile.in (install-headers): New make objective; map it to...
1554         (install-w32api-headers): ...this, for which it is a logical alias.
1555
1556 2015-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1557
1558         Overhaul and streamline build system configuration.
1559
1560         * configure.in: Delete obsolete file; replace with...
1561         * configure.ac: New file; rewritten per current autoconf conventions.
1562
1563         * Makefile.in: Rewritten; adapted from current mingwrt configuration,
1564         it now processes the entire build without using separate sub-makes.
1565
1566         * lib/Makefile.in: Sub-make configuration not required now; delete it.
1567         * lib/ddk/Makefile.in lib/directx/Makefile.in: Likewise; delete them.
1568
1569 2015-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1570
1571         Remove unused aclocal.m4 configuration file.
1572
1573         * aclocal.m4: Delete it; it provides no content used by this package.
1574
1575 2015-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1576
1577         Adapt platform feature checks to NTDDI_VERSION conventions.
1578
1579         * include/sdkddkver.h: New file; merge from 4.0-dev branch.
1580         (_WIN32_WINNT_WINBLUE): New manifest constant for Windows-8.1.
1581         (WINNTVER): Prefer bitwise shift to division; adjust accordingly.
1582         [_WIN32_WINNT != OSVER(NTDDI_VERSION)]: Bad comparison; correct to...
1583         [_WIN32_WINNT != WINNTVER(NTDDI_VERSION)]: ...this.
1584
1585         * include/w32api.h: Assert copyright; include sdkddkver.h.
1586         (__W32API_VERSION): Increment to 3.18; adopt new encoding format.
1587         (__W32API_MAJOR_VERSION, __W32API_MINOR_VERSION): Adjust consistently.
1588         (__W32API_PATCH_LEVEL): New macro; define with initial value of zero.
1589         (__W32API_DEPRECATED_ALIAS): New macro; define it; use to redefine...
1590         (Windows95, Windows98, WindowsME, WindowsNT4, Windows2000, WindowsXP)
1591         (Windows2003, WindowsVista, IE3, IE301, IE302, IE4, IE401, IE5, IE5a)
1592         (IE5b, IE501, IE55, IE56, IE6, IE601, IE602, IE7): ...these; replace
1593         macro definitions by long integer constants, and mark as deprecated.
1594         (UNICODE, _UNICODE): Keep these consistent; use logic factored out of
1595         mingwrt/include/_mingw.h, whence we similarly relocate...
1596         (_EXTERN_C, _BEGIN_C_DECLS, _END_C_DECLS): ...these.
1597
1598         * include/windef.h: Assert copyright; include w32api.h, whence we
1599         infer default assignments, per included sdkddkver.h, for each of...
1600         (WINVER, _WIN32_WINNT): ...these; delete local defines.
1601         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1602
1603 2015-06-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1604
1605         Remove generated configure script from revision control.
1606
1607         * configure: Delete from SCM; maintainer must regenerate it, when
1608         required, as SCM will now ignore it.
1609
1610 2012-08-04  Earnie Boyd  <earnie@users.sourceforge.net>
1611
1612         Cosmetic adjustment to match MSDN documentation.
1613
1614         * include/winver.h (VerQueryValueA, VerQueryValueW): Declare type
1615         of parameter #1 to be LPCVOID, in preference to formerly specified,
1616         and functionally equivalent, 'const LPVOID'.
1617
1618 2012-08-01  Stephan Jorek  <sjorek@users.sourceforge.net>
1619
1620         Correct typos, as identified by issue [#1534].
1621
1622         * include/setupapi.h (SetupCancelTemporary): Should be...
1623         (SetupCancelTemporarySourceList): ...this; complete truncated name.
1624         (SetupFreeA, SetupFreeW): Likewise, complete these respectively to...
1625         (SetupFreeSourceListA, SetupFreeSourceListW): ...these, and...
1626         (SetupQueryA, SetupQueryW): ...these respectively to...
1627         (SetupQuerySourceListA, SetupQuerySourceListW): ...these.
1628         (SetupDiGetWizardage): Misspelled; correct it to...
1629         (SetupDiGetWizardPage): ...this.
1630
1631 2012-08-01  Earnie Boyd  <earnie@users.sourceforge.net>
1632
1633         Declare WTSVirtualChannel API functions per issue [#1342].
1634
1635         * include/wtsapi32.h [_WIN32_WINNT >= 0x500]
1636         (WTSVirtualChannelOpen, WTSVirtualChannelQuery, WTSVirtualChannelRead)
1637         (WTSVirtualChannelPurgeInput, WTSVirtualChannelPurgeOutput)
1638         (WTSVirtualChannelWrite, WTSVirtualChannelClose): Declare them.
1639         [_WIN32_WINNT >= 0x600] (WTSVirtualchannelOpenEx): Likewise.
1640
1641         * lib/wtsapi32.def (WTSVirtualChannelOpenEx@12): Add reference.
1642
1643 2012-08-01  Earnie Boyd  <earnie@users.sourceforge.net>
1644
1645         Correct MENUITEMINFO structure definition per issue [#1659].
1646
1647         * include/winuser.h (tagMENUITEMINFOA, tagMENUITEMINFOW): dwItemData
1648         field was defined as type DWORD; correct it to type ULONG_PTR.
1649
1650 2012-07-06  Corinna Vinschen  <corinna@vinschen.de>
1651
1652         Extend visibility of winsock definitions when building Cygwin.
1653
1654         * include/winsock.h [__INSIDE_CYGWIN__]: Expose definitions of...
1655         (IP_OPTIONS, SO_DEBUG, SO_ACCEPTCONN, SO_REUSEADDR, SO_KEEPALIVE)
1656         (SO_DONTROUTE, SO_BROADCAST, SO_USELOOPBACK, SO_LINGER, SO_OOBINLINE)
1657         (SO_DONTLINGER, SO_SNDBUF, SO_RCVBUF, SO_SNDLOWAT, SO_RCVLOWAT)
1658         (SO_SNDTIMEO, SO_RCVTIMEO, SO_ERROR, SO_TYPE): ...these; however...
1659         [__INSIDE_MSYS__]: ...keep them hidden.
1660
1661         * include/winsock2.h [__INSIDE_CYGWIN__]: Likewise, expose...
1662         (AF_MAX, _SS_MAXSIZE, _SS_ALIGNSIZE, _SS_PAD1SIZE, _SS_PAD2SIZE)
1663         (struct sockaddr, struct sockaddr_storage): ...these, whereas...
1664         [__INSIDE_MSYS__]: ...also keep them hidden.
1665
1666 2012-04-29  Jan Ringos  <tringi@users.sf.net>
1667
1668         Correct version guard for WinXP minimum requirement.
1669
1670         * include/winbase.h (GetModuleHandleEx): Function unsupported for...
1671         [_WIN32_WINNT >= 0x500]: ...this; it isn't in Win2K, so should be...
1672         [_WIN32_WINNT >= 0x501]: ...this; correct it accordingly.
1673         (GetModuleHandleExA, GetModuleHandleExW): Likewise.
1674
1675 2012-04-28  LRN  <l_r_nightmare@users.sf.net>
1676
1677         Add missing <shobjidl.h> and associated UUID implementation.
1678
1679         * include/shobjidl.h lib/shobjidl-uuid.c: New files.
1680         * lib/Makefile.in (UUID_SOURCES, UUID_OBJS): Add references.
1681
1682 2012-03-19  Ben Greear  <greear@users.sf.net>
1683
1684         Adjust header file definition order, to fix issue [#1570].
1685
1686         * include/routprot.h (IP_LOCAL_BINDING): Must be defined before...
1687         (IP_ADAPTER_BINDING_INFO): ...this; adjust order of definition.
1688
1689 2012-01-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1690
1691         Add missing return value, flagged by 'make test'.
1692
1693         * include/gdiplus/gdiplustypes.h (Gdiplus::GdiplusAbort::Abort):
1694         Return NO_ERROR in virtual definition.
1695
1696 2012-01-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1697
1698         Remove duplicate definitions, identified by 'make test'.
1699
1700         * include/wincrypt.h (CRYPT_NEWKEYSET, CRYPT_DELETEKEYSET)
1701         (CRYPT_MACHINE_KEYSET, CRYPT_EXPORTABLE, CRYPT_USER_PROTECTED)
1702         (CRYPT_SILENT, CRYPT_CREATE_SALT, CRYPT_UPDATE_KEY, CRYPT_NO_SALT)
1703         (CRYPT_PREGEN, CRYPT_RECIPIENT, CRYPT_INITIATOR, CRYPT_ONLINE)
1704         (CRYPT_SF, CRYPT_CREATE_IV, CRYPT_KEK, CRYPT_DATA_KEY)
1705         (CRYPT_VOLATILE, CRYPT_SGCKEY): Delete second instance of each.
1706
1707         * include/winerror.h (CRYPT_E_REVOKED): Delete; it is already
1708         correctly defined (per MSDN) in <wincrypt.h>
1709
1710 2012-01-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
1711
1712         Correct misuse of #ifdef, identified by 'make test'.
1713
1714         * include/shlwapi.h (enum ASSOCSTR, enum ASSOCDATA): Fix typos;
1715         /#ifdef _WIN32_IE >= 0x0600/s/#ifdef/#if/
1716
1717 2011-12-22  Corinna Vinschen  <corinna@vinschen.de>
1718
1719         Replace more incorrectly named manifest constants.
1720
1721         * include/winnt.h (JOB_OBJECT_LIMIT_BREAKAWAY_OK)
1722         (JOB_OBJECT_LIMIT_SILENT_BREAKAWAY_OK): Define; make aliases for...
1723         (JOB_OBJECT_BREAKAWAY_OK, JOB_OBJECT_SILENT_BREAKAWAY): ...these old
1724         definitions respectively; retain for backward compatibility only.
1725
1726 2011-12-22  Corinna Vinschen  <corinna@vinschen.de>
1727
1728         Add missing PROCESS_QUERY_LIMITED_INFORMATION.
1729
1730         * include/winnt.h (PROCESS_QUERY_LIMITED_INFORMATION): Define it.
1731
1732 2011-08-19  Corinna Vinschen  <corinna@vinschen.de>
1733
1734         Add missing MAPVK manifest constant definitions.
1735
1736         * include/winuser.h (MAPVK_VK_TO_VSC, MAPVK_VSC_TO_VK): Define them.
1737         (MAPVK_VK_TO_CHAR, MAPVK_VSC_TO_VK_EX, MAPVK_VK_TO_VSC_EX): Likewise.
1738
1739 2011-08-05  Corinna Vinschen  <corinna@vinschen.de>
1740
1741         Correct some misspelled manifest constant names.
1742
1743         * include/winnt.h (IMAGE_DLL_CHARACTERISTICS_NX_COMPAT): Should be...
1744         (IMAGE_DLLCHARACTERISTICS_NX_COMPAT): ...this; define correctly; also
1745         alias to original misspelling, to maintain backward compatibility.
1746         (IMAGE_DLL_CHARACTERISTICS_FORCE_INTEGRITY): Likewise; should be...
1747         (IMAGE_DLLCHARACTERISTICS_FORCE_INTEGRITY): ...this; define and alias.
1748         (IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE): Likewise; should be...
1749         (IMAGE_DLLCHARACTERISTICS_DYNAMIC_BASE): ...this; define and alias.
1750
1751 2011-07-29  Corinna Vinschen  <corinna@vinschen.de>
1752
1753         Add a missing Win2K sockets IOCTL feature.
1754
1755         * include/winsock2.h (SIO_UDP_CONNRESET): Define.
1756
1757 2011-05-22  Albrecht Schlosser  <vms-news@go4more.de>
1758
1759         Fix an incorrectly typed structure member.
1760
1761         * include/wingdi.h (GCP_RESULTSW): lpClass field defined as LPWSTR;
1762         should be LPSTR; correct it.
1763
1764 2011-05-15  Corinna Vinschen  <corinna@vinschen.de>
1765
1766         Add another missing manifest constant definition.
1767
1768         * include/winbase.h (STACK_SIZE_PARAM_IS_A_RESERVATION): Define.
1769
1770 2011-04-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
1771
1772         Avoid pollution of user namespace; fix MinGW-Bug [#1531].
1773
1774         * include/windef.h (PACKED): Delete macro definition; its name is not
1775         reserved, and may thus conflict with a user defined name; replace it...
1776         * include/wincon.h (KEY_EVENT_RECORD): ...at this sole point of use;
1777         use __attribute__((packed)) directly instead.
1778
1779 2011-04-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1780
1781         Fix bad typedef, per MinGW-Bug [#1529].
1782
1783         * include/imagehlp.h (PREAD_PROCESS_MEMORY_ROUTINE): Corrected, to
1784         conform with MSDN reference, as identified by Safety0ff.
1785
1786 2011-04-04  Corinna Vinschen  <corinna@vinschen.de>
1787
1788         Add a missing manifest constant definition.
1789
1790         * include/winnt.h (DOMAIN_ALIAS_RID_REMOTE_DESKTOP_USERS): Define.
1791
1792 2011-03-29  Corinna Vinschen  <corinna@vinschen.de>
1793
1794         Win2K and Vista userenv updates.
1795
1796         * include/userenv.h [_WIN32_WINNT >= 0x0500] (DeleteProfile)
1797         (GetAllUsersProfileDirectory, GetDefaultUserProfileDirectory)
1798         (ExpandEnvironmentStringsForUser): Define function aliases.
1799         [_WIN32_WINNT >= 0x0500] (DeleteProfileA, DeleteProfileW)
1800         (GetAllUsersProfileDirectoryA, GetAllUsersProfileDirectoryW)
1801         (GetDefaultUserProfileDirectoryA, GetDefaultUserProfileDirectoryW
1802         (ExpandEnvironmentStringsForUserA, ExpandEnvironmentStringsForUserW)
1803         (GetProfileType): Declare function prototypes.
1804         [_WIN32_WINNT >= 0x0600] (CreateProfile): Declare function prototype.
1805         [_WIN32_WINNT >= 0x0500] (PT_TEMPORARY, PT_ROAMING, PT_MANDATORY):
1806         New manifest constants; define them.
1807
1808 2011-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1809
1810         * Makefile.in: Increment CYGRELEASE to 2.
1811
1812 2011-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1813
1814         * lib/Makefile.in: Include GDIPLUS_HEADERS in dist target.
1815
1816 2011-03-11  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1817
1818         * include/w32api.h: Increment version to 3.17.
1819         * Makefile.in: Ditto.
1820
1821 2011-03-07  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1822
1823         * include/winbase.h (PSAPI_WORKING_SET_BLOCK)
1824         (PSAPI_WORKING_SET_INFORMATION): Move from here...
1825         * include/psapi.h (PSAPI_WORKING_SET_BLOCK)
1826         (PSAPI_WORKING_SET_INFORMATION): ...to here.
1827
1828 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1829
1830         * include/w32api.h: Increment version to 3.16.
1831         * Makefile.in: Ditto.
1832
1833 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1834
1835         * include/commctrl.h (NMTCKEYDOWN): Define.
1836
1837 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1838
1839         * include/wtsapi32.h (WTSSendMessageA, WTSSendMessageW, WTSSendMessage):
1840         Define.
1841
1842 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1843
1844         * include/winbase.h (PSAPI_WORKING_SET_BLOCK,
1845         PSAPI_WORKING_SET_INFORMATION): Define.
1846
1847 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1848
1849         * include/winbase.h (__GNUC_EXTENSION): Define, replacing __MINGW_EXTENSION.
1850
1851 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1852
1853         * lib/kernel32.def (FreeLibraryAndExitThread): Fix definition.
1854
1855 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1856
1857         * include/winbase.h (FILE_ENCRYPTABLE, FILE_IS_ENCRYPTED, FILE_READ_ONLY,
1858         FILE_ROOT_DIR, FILE_SYSTEM_ATTR, FILE_SYSTEM_DIR, FILE_SYSTEM_NOT_SUPPORT,
1859         FILE_UNKNOWN, FILE_USER_DISALLOWED): Define.
1860
1861 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1862
1863         * include/winioctl.h (_DRIVE_LAYOUT_INFORMATION_MBR): Add
1864         _DRIVE_LAYOUT_INFORMATION_MBR_DEFINED guard.
1865         * include/ddk/winddk.h (_DRIVE_LAYOUT_INFORMATION_MBR): Ditto.
1866
1867 2011-03-04  Seth Jackson  <sethj@users.sourceforge.net>
1868
1869         * include/winnt.h (PAGE_WRITECOMBINE): Define.
1870         * include/winbase.h (THREAD_MODE_BACKGROUND_BEGIN, THREAD_MODE_BACKGROUND_END): Define.
1871
1872 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1873
1874         * include/winbase.h (__MINGW_EXTENSION): Define.
1875         (OVERLAPPED): Add __MINGW_EXTENSION around nameless union /
1876         struct to correct issue with -std=c99.
1877
1878 2011-03-02  Corinna Vinschen  <corinna@vinschen.de>
1879
1880         * include/ddk/winddk.h (TIMER_INFORMATION_CLASS): Define.
1881         (TIMER_BASIC_INFORMATION): Define.
1882         (NtQueryTimer): Define.
1883         (ZwQueryTimer): Define.
1884
1885 2010-12-27  David Byron  <dbyron0@users.sourceforge.net>
1886
1887         * include/winioctl.h (STORAGE_BUS_TYPE): Define.
1888
1889 2010-12-27  Seth Jackson  <sethj@users.sourceforge.net>
1890
1891         * include/winbase.h (GetComputerNameEx): Define.
1892
1893 2010-12-27  Ryan Lortie  <desrt@desrt.ca>
1894
1895         * include/winbase.h (TzSpecificLocalTimeToSystemTime): Define.
1896
1897 2010-12-27  Markus Koenig  <basilo@users.sourceforge.net>
1898
1899         * include/gdiplus/gdipluspixelformats.h (PixelFormatIndexed,
1900         PixelFormatGDI, PixelFormatAlpha, PixelFormatPAlpha,
1901         PixelFormatExtended, PixelFormatCanonical, PixelFormatUndefined,
1902         PixelFormatDontCare, PixelFormat1bppIndexed, PixelFormat4bppIndexed,
1903         PixelFormat8bppIndexed, PixelFormat16bppGrayScale,
1904         PixelFormat16bppRGB555, PixelFormat16bppRGB565, PixelFormat16bpp1555,
1905         PixelFormat24bppRGB, PixelFormat32bppRGB, PixelFormat32bppARGB,
1906         PixelFormat32bppPARGB, PixelFormat48bppRGB, PixelFormat64bppARGB,
1907         PixelFormat64bppPARGB, PixelFormatMax): Fix definition.
1908
1909 2010-10-20  Seth Jackson  <sethj@users.sourceforge.net>
1910
1911         * include/commctrl.h (TC_ITEMHEADER[AW]): Rename to TCITEMHEADER[AW].
1912         Add defines for backward compatibility.
1913
1914 2010-12-27  Johann Hanne  <jonnyh33@users.sourceforge.net>
1915
1916         * include/oaidl.h (GetTypeComp, GetTypeComp, IsMatchingType): Fix defintion.
1917         * include/objidl.h (AddConnection, ReleaseConnection): Ditto.
1918         * include/winbase.h (EnumResourceLanguagesA, EnumResourceLanguagesW,
1919         EnumResourceNamesA, EnumResourceNamesW, EnumResourceTypesA,
1920         EnumResourceTypesW): Ditto.
1921         * include/winnt.h (_SYSTEM_POWER_CAPABILITIES): Ditto.
1922
1923 2010-12-27  Seth Jackson  <sethj@users.sourceforge.net>
1924
1925         * include/basetsd.h: (INT8, UINT8, INT16, UINT16): Define.
1926
1927 2010-12-27  Paul Sokolovsky  <pfalcon@users.sf.net>
1928
1929         * include/bdatypes.h: Add missing semicolons.
1930
1931 2010-08-26  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1932
1933         * include/w32api.h: Increment version to 3.15.
1934         * Makefile.in: Ditto.
1935
1936 2010-08-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1937
1938         * Makefile.in: Update naming convention and compression format (lzma),
1939         leaving existing naming convention and compression format as is for Cygwin.
1940
1941 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1942
1943         * include/oleacc.h (STATE_SYSTEM_HASPOPUP, STATE_SYSTEM_NORMAL,
1944         STATE_SYSTEM_PROTECTED): Define.
1945
1946         Thank you to Marcus von Appen for reporting the issue.
1947
1948 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1949
1950         * include/winuser.h (CF_DIBV5): Define.
1951         (CF_MAX): Adjust accordingly.
1952
1953         Thank you to Lenard Lindstrom for reporting the issue.
1954
1955 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1956
1957         * include/sspi.h (QuerySecurityContextToken): Define.
1958         * lib/secur32.def: Regenerate using gendef on a Win7 machine.
1959
1960         Thank you to Magnus Hagander for reporting the issue.
1961
1962 2010-08-25  Ali Sabil  <asabil@users.sourceforge.net>
1963
1964         * include/ocidl.h: Define COBJMACROS for IPropertyBag and IPropertyBag2.
1965
1966 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1967
1968         * include/shlwapi (ASSOCDATA): Update definition.
1969
1970         Thank you to Frederic Deschamps for reporting the issue.
1971
1972 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1973
1974         * include/winbase.h (COPY_FILE_OPEN_SOURCE_FOR_WRITE,
1975         COPY_FILE_ALLOW_DECRYPTED_DESTINATION, COPY_FILE_COPY_SYMLINK,
1976         COPY_FILE_NO_BUFFERING): Define.
1977
1978         Thank you to Roland Schwingel for reporting the issue.
1979
1980 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1981
1982         * include/winuser.h (HHOOK): Move definition from here...
1983         * include/windef.h: ...to here, as per MSDN.
1984
1985         Thank you to Samuel Thibault for reporting the issue.
1986
1987 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1988
1989         * include/winbase.h (GetEnvironmentStrings, GetEnvironmentStringsA): Per
1990         MSDN, change return type to LPCH.
1991         (GetEnvironmentStringsW): Per MSDN, change return type to LPWCH.
1992
1993         Thank you to Emmanuel Stapf for reporting the issue.
1994
1995 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1996
1997         * include/prsht.h (SNDMDG, POSTMSG): Fix typo.
1998         * include/windowsx.h (SNDMSG): Ditto.
1999
2000 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2001
2002         * include/prsht.h (SNDMSG, POSTMSG): Define macros and use throughout.
2003
2004         Thank you to Ozkan Sezer for reporting the issue.
2005
2006 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2007
2008         * include/windowsx.h (SNDMSG): Define macro and use throughout.
2009
2010         Thank you to Chris Oldwood for reporting the issue.
2011
2012 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2013
2014         * include/oleacc.h (AccessibleObjectFromEvent): Correct definition.
2015
2016         Thank you to Rick Walsh for reporting the issue.
2017
2018 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2019
2020         * include/winbase.h (MoveFileWithProcessA, MoveFileWithProgressW): Define.
2021
2022 2010-08-24  Vinky  <rabbit_vinky@users.sourceforge.net>
2023
2024         * include/winbase.h (OVERLAPPED): Correct definition.
2025
2026 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2027
2028         * include/winnt.h (IMAGE_NT_HEADERS32, IMAGE_NT_HEADERS64): Correct
2029         definition.
2030
2031         Thank you to Pasi Ruokola for reporting the issue.
2032
2033 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2034
2035         * include/exdisp.h (get_RegisterAsBrowser): Fix typo.
2036
2037         Thank you to cheznonnon for reporting the issue.
2038
2039 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2040
2041         * lib/ws2_32.def: Regenerate using gendef on a Win7 machine.
2042
2043 2010-08-24  Ozkan Sezer  <sezero@users.sourceforge.net>
2044
2045         * winnt.h: Fix several SUBLANG ID errors (ref:
2046         http://msdn.microsoft.com/en-us/library/dd318693(VS.85).aspx).
2047         (SUBLANG_UI_CUSTOM_DEFAULT): 0x05, not 0x03.
2048         (SUBLANG_HAUSA_NIGERIA): Bad ID name, correct one is ...
2049         (SUBLANG_HAUSA_NIGERIA_LATIN): ... this.
2050         (SUBLANG_INUKTITUT_CANADA_LATIN): 0x02, not 0x01.
2051         (SUBLANG_IRISH_IRELAND): 0x02, not 0x01.
2052         (SUBLANG_LAO_LAO_PDR): Bad ID name, correct one is ...
2053         (SUBLANG_LAO_LAO): ... this.
2054         (SUBLANG_LOWER_SORBIAN_GERMANY): 0x02, not 0x01.
2055         (SUBLANG_SAMI_SKOLT_FINLAND): 0x08, not 0x03.
2056         (SUBLANG_SAMI_INARI_FINLAND): 0x09, not 0x03.
2057         (SUBLANG_SYRIAC_SYRIA): define as SUBLANG_SYRIAC (what MSDN mentions).
2058         (SUBLANG_TIGRIGNA_ERITREA): 0x02, not 0x01.
2059         (SUBLANG_BENGALI_INDIA): 0x01, not 0x00.
2060         (SUBLANG_BENGALI_BANGLADESH): 0x02, not 0x01.
2061         (SUBLANG_PUNJABI_INDIA): 0x01, not 0x00.
2062         (SUBLANG_PUNJABI_PAKISTAN): not defined in MSDN.
2063         (SUBLANG_ROMANIAN_ROMANIA): 0x01, not 0x00.
2064         (SUBLANG_ROMANIAN_MOLDOVA): not defined in MSDN.
2065
2066 2010-08-24  LRN  <lrn1986@gmail.com>
2067
2068         * include/mmreg.h (MPEGLAYER3WAVEFORMAT, WAVE_FORMAT_UNKNOWN,
2069         WAVE_FORMAT_PCM, WAVE_FORMAT_ADPCM, WAVE_FORMAT_IEEE_FLOAT,
2070         WAVE_FORMAT_VSELP, WAVE_FORMAT_IBM_CVSD, WAVE_FORMAT_ALAW,
2071         WAVE_FORMAT_MULAW, WAVE_FORMAT_OKI_ADPCM, WAVE_FORMAT_DVI_ADPCM,
2072         WAVE_FORMAT_MEDIASPACE_ADPCM, WAVE_FORMAT_SIERRA_ADPCM,
2073         WAVE_FORMAT_G723_ADPCM, WAVE_FORMAT_DIGIFIX, WAVE_FORMAT_DIALOGIC_OKI_ADPCM,
2074         WAVE_FORMAT_MEDIAVISION_ADPCM, WAVE_FORMAT_CU_CODEC,
2075         WAVE_FORMAT_YAMAHA_ADPCM, WAVE_FORMAT_SONARC,
2076         WAVE_FORMAT_DSPGROUP_TRUESPEECH, WAVE_FORMAT_ECHOSC1,
2077         WAVE_FORMAT_AUDIOFILE_AF36, WAVE_FORMAT_APTX, WAVE_FORMAT_AUDIOFILE_AF10,
2078         WAVE_FORMAT_PROSODY_1612, WAVE_FORMAT_LRC, WAVE_FORMAT_DOLBY_AC2,
2079         WAVE_FORMAT_GSM610, WAVE_FORMAT_MSNAUDIO, WAVE_FORMAT_ANTEX_ADPCME,
2080         WAVE_FORMAT_CONTROL_RES_VQLPC, WAVE_FORMAT_DIGIREAL, WAVE_FORMAT_DIGIADPCM,
2081         WAVE_FORMAT_CONTROL_RES_CR10, WAVE_FORMAT_NMS_VBXADPCM,
2082         WAVE_FORMAT_ROLAND_RDAC, WAVE_FORMAT_ECHOSC3, WAVE_FORMAT_ROCKWELL_ADPCM,
2083         WAVE_FORMAT_ROCKWELL_DIGITALK, WAVE_FORMAT_XEBEC, WAVE_FORMAT_G721_ADPCM,
2084         WAVE_FORMAT_G728_CELP, WAVE_FORMAT_MSG723, WAVE_FORMAT_MPEG,
2085         WAVE_FORMAT_RT24, WAVE_FORMAT_PAC, WAVE_FORMAT_MPEGLAYER3,
2086         WAVE_FORMAT_LUCENT_G723, WAVE_FORMAT_CIRRUS, WAVE_FORMAT_ESPCM,
2087         WAVE_FORMAT_VOXWARE, WAVE_FORMAT_CANOPUS_ATRAC, WAVE_FORMAT_G726_ADPCM,
2088         WAVE_FORMAT_G722_ADPCM, WAVE_FORMAT_DSAT, WAVE_FORMAT_DSAT_DISPLAY,
2089         WAVE_FORMAT_VOXWARE_BYTE_ALIGNED, WAVE_FORMAT_VOXWARE_AC8,
2090         WAVE_FORMAT_VOXWARE_AC10, WAVE_FORMAT_VOXWARE_AC16,
2091         WAVE_FORMAT_VOXWARE_AC20, WAVE_FORMAT_VOXWARE_RT24,
2092         WAVE_FORMAT_VOXWARE_RT29, WAVE_FORMAT_VOXWARE_RT29HW,
2093         WAVE_FORMAT_VOXWARE_VR12, WAVE_FORMAT_VOXWARE_VR18,
2094         WAVE_FORMAT_VOXWARE_TQ40, WAVE_FORMAT_SOFTSOUND, WAVE_FORMAT_VOXWARE_TQ60,
2095         WAVE_FORMAT_MSRT24, WAVE_FORMAT_G729A, WAVE_FORMAT_MVI_MV12,
2096         WAVE_FORMAT_DF_G726, WAVE_FORMAT_DF_GSM610, WAVE_FORMAT_ISIAUDIO,
2097         WAVE_FORMAT_ONLIVE, WAVE_FORMAT_SBC24, WAVE_FORMAT_DOLBY_AC3_SPDIF,
2098         WAVE_FORMAT_ZYXEL_ADPCM, WAVE_FORMAT_PHILIPS_LPCBB, WAVE_FORMAT_PACKED,
2099         WAVE_FORMAT_RHETOREX_ADPCM, WAVE_FORMAT_IRAT, WAVE_FORMAT_VIVO_G723,
2100         WAVE_FORMAT_VIVO_SIREN, WAVE_FORMAT_DIGITAL_G723,
2101         WAVE_FORMAT_CREATIVE_ADPCM, WAVE_FORMAT_CREATIVE_FASTSPEECH8,
2102         WAVE_FORMAT_CREATIVE_FASTSPEECH10, WAVE_FORMAT_QUARTERDECK,
2103         WAVE_FORMAT_FM_TOWNS_SND, WAVE_FORMAT_BTV_DIGITAL, WAVE_FORMAT_VME_VMPCM,
2104         WAVE_FORMAT_OLIGSM, WAVE_FORMAT_OLIADPCM, WAVE_FORMAT_OLICELP,
2105         WAVE_FORMAT_OLISBC, WAVE_FORMAT_OLIOPR, WAVE_FORMAT_LH_CODEC,
2106         WAVE_FORMAT_NORRIS, WAVE_FORMAT_ISIAUDIO,
2107         WAVE_FORMAT_SOUNDSPACE_MUSICOMPRESS, WAVE_FORMAT_DVM, WAVE_FORMAT_RAW_AAC1,
2108         WAVE_FORMAT_MPEG_HEAAC, WAVE_FORMAT_MPEG_ADTS_AAC, WAVE_FORMAT_DRM,
2109         WAVE_FORMAT_DTS, WAVE_FORMAT_WMAVOICE9, WAVE_FORMAT_WMASPDIF,
2110         WAVE_FORMAT_WMAUDIO_LOSSLESS, WAVE_FORMAT_WMAUDIO2, WAVE_FORMAT_WMAUDIO3,
2111         WAVE_FORMAT_MPEG_LOAS, WAVE_FORMAT_RAW_SPORT, WAVE_FORMAT_ESST_AC3,
2112         WAVE_FORMAT_DTS2): Define.
2113         * include/msacm.h (HACMDRIVERID, HACMDRIVER, HACMSTREAM, HACMOBJ,
2114         ACMSTREAMHEADER, WAVEFILTER, acmDriverAddA, acmDriverAddW, acmDriverRemove,
2115         acmMetrics, acmStreamOpen, acmStreamSize, acmStreamPrepareHeader,
2116         acmStreamUnprepareHeader, acmStreamReset, acmStreamClose, acmStreamConvert):
2117         Define.
2118
2119 2010-08-23  LRN  <lrn1986@gmail.com>
2120
2121         * include/winbase.h (SYMBOLIC_LINK_FLAG_DIRECTORY, FILE_NAME_NORMALIZED,
2122         FILE_NAME_OPENED, VOLUME_NAME_DOS, VOLUME_NAME_GUID, VOLUME_NAME_NONE,
2123         VOLUME_NAME_NT, FILE_BASIC_INFO, FILE_STANDARD_INFO, FILE_NAME_INFO,
2124         FILE_STREAM_INFO, FILE_COMPRESSION_INFO, FILE_ATTRIBUTE_TAG_INFO,
2125         FILE_ID_BOTH_DIR_INFO, FILE_REMOTE_PROTOCOL_INFO, FILE_INFO_BY_HANDLE_CLASS,
2126         GetFileInformationByHandleEx, GetFinalPathNameByHandleA,
2127         GetFinalPathNameByHandleW): Define.
2128
2129 2010-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2130
2131         * lib/CheckConflicts.sh: New file.
2132
2133 2010-08-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2134
2135         * lib/kernel32.def (CopyLZFile, GetExpandedNameA, GetExpandedNameW, LZClose,
2136         LZCopy, LZInit, LZOpenFileA, LZOpenFileW, LZRead, LZSeek, OpenProcessToken,
2137         OpenThreadToken, RegCloseKey, RegCreateKeyExA, RegCreateKeyExW,
2138         RegDeleteKeyExA, RegDeleteKeyExW, RegDeleteValueA, RegDeleteValueW,
2139         RegEnumKeyExA, RegEnumKeyExW, RegEnumValueA, RegEnumValueW, RegFlushKey,
2140         RegGetKeySecurity, RegLoadKeyA, RegLoadKeyW, RegNotifyChangeKeyValue,
2141         RegOpenCurrentUser, RegOpenKeyExA, RegOpenKeyExW, RegOpenUserClassesRoot,
2142         RegQueryInfoKeyA, RegQueryInfoKeyW, RegQueryValueExA, RegQueryValueExW,
2143         RegRestoreKeyA, RegRestoreKeyW, RegSetKeySecurity, RegSetValueExA,
2144         RegSetValueW, RegUnLoadKeyA, RegUnLoadKeyW, RtlCaptureStackBackTrace,
2145         RtlFillMemory, RtlMoveMemory, RtlZeroMemory, SetThreadToken): Remove
2146         conflicting definition.
2147         * lib/th32.def: Remove.
2148         * lib/ntdll.def (RtlUnwind): Remove conflicting definition.
2149         * lib/version.def (VerLanguageNameA, VerLanguageNameW): Remove conflicting
2150         definition.
2151
2152 2010-08-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2153
2154         * lib/kernel32.def (CreateProcessAsUserW): Remove definition.
2155
2156 2010-08-20  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2157
2158         * lib/kernel32.def: Regenerate using gendef on a Win7 machine.
2159
2160 2010-08-19  Corinna Vinschen  <corinna@vinschen.de>
2161
2162         * include/winnt.h: Define FILE_ATTRIBUTE_VIRTUAL.  Change
2163         FILE_ATTRIBUTE_VALID_FLAGS accordingly.
2164         * include/ddk/winddk.h: Ditto.
2165
2166 2010-08-18  Ladislav Michl  <ladis@users.sourceforge.net>
2167
2168         * include/winbase.h (SYMBOLIC_LINK_FLAG_DIRECTORY, CreateSymbolicLinkW,
2169         CreateSymbolicLinkA, CreateSymbolicLink): Define
2170
2171 2010-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2172
2173         * lib/kernel32.def(FatalExit): Correct definiton.
2174
2175 2010-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2176
2177         * include/basetyps.h (REFGUID, REFIID, REFCLSID, REFFMTID): Revert change
2178         from 2010-07-17 since it breaks several applications.
2179
2180 2010-07-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2181
2182         * lib/kernel32.def: Regenerate using gendef.
2183
2184 2010-07-20  Ozkan Sezer  <sezero@users.sourceforge.net>
2185
2186         * include/commctrl.h (LVIF_GROUPID): Fix definition.
2187
2188 2010-07-20  Michael James  <james.me@gmail.com>
2189
2190         * include/commctrl.h (LVIF_COLUMNS): Fix definition.
2191
2192 2010-07-17  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2193
2194         * include/winnt.h (HEAP_MAKE_TAG_FLAGS, VALID_INHERIT_FLAGS): Correct
2195         definition.
2196         * include/rpcndr.h (NdrUnMarshConfStringHdr, NdrUnMarshCCtxtHdl,
2197         NdrMarshSCtxtHdl): Ditto.
2198         * include/basetyps.h (REFGUID, REFIID, REFCLSID, REFFMTID): Remove macro
2199         definition in favour of typedef definition.
2200
2201         Thank you to Yuta Tomino for reporting the issues.
2202
2203 2010-07-08  Markus Koenig  <basilo@users.sourceforge.net>
2204
2205         * include/gdiplus.h: New file.
2206         * include/gdiplus/gdiplus.h: New file.
2207         * include/gdiplus/gdiplusbase.h: New file.
2208         * include/gdiplus/gdiplusbrush.h: New file.
2209         * include/gdiplus/gdipluscolor.h: New file.
2210         * include/gdiplus/gdipluscolormatrix.h: New file.
2211         * include/gdiplus/gdipluseffects.h: New file.
2212         * include/gdiplus/gdiplusenums.h: New file.
2213         * include/gdiplus/gdiplusflat.h: New file.
2214         * include/gdiplus/gdiplusgpstubs.h: New file.
2215         * include/gdiplus/gdiplusgraphics.h: New file.
2216         * include/gdiplus/gdiplusheaders.h: New file.
2217         * include/gdiplus/gdiplusimageattributes.h: New file.
2218         * include/gdiplus/gdiplusimagecodec.h: New file.
2219         * include/gdiplus/gdiplusimaging.h: New file.
2220         * include/gdiplus/gdiplusimpl.h: New file.
2221         * include/gdiplus/gdiplusinit.h: New file.
2222         * include/gdiplus/gdipluslinecaps.h: New file.
2223         * include/gdiplus/gdiplusmatrix.h: New file.
2224         * include/gdiplus/gdiplusmem.h: New file.
2225         * include/gdiplus/gdiplusmetafile.h: New file.
2226         * include/gdiplus/gdiplusmetaheader.h: New file.
2227         * include/gdiplus/gdipluspath.h: New file.
2228         * include/gdiplus/gdipluspen.h: New file.
2229         * include/gdiplus/gdipluspixelformats.h: New file.
2230         * include/gdiplus/gdiplusstringformat.h: New file.
2231         * include/gdiplus/gdiplustypes.h: New file.
2232         * lib/gdiplus.c: New file containing GDI+ variable definitions
2233         and GUIDs.
2234         * lib/gdiplus.def: New file.
2235         * lib/Makefile.in: Add gdiplus.o to EXTRA_OBJS,
2236         add gdiplus.c to SOURCES.
2237         * lib/test.c: Include gdiplus.h.
2238
2239 2010-06-28  Rick Rankin  <rrankin1424-mingw@yahoo.com>
2240
2241         * include/psapi.h (PROCESS_MEMORY_COUNTERS_EX, PERFORMANCE_INFORMATION,
2242         GetPerformanceInfo): Define.
2243         * lib/psapi.def (GetPerformanceInfo): Define.
2244         * include/wincrypt.h (CryptEnumProvidersA, CryptEnumProvidersW,
2245         CryptEnumProviders): Define.
2246
2247 2010-02-17  LRN  <lrn1986@gmail.com>
2248
2249         * include/shlguid.h (IID_IFolderView): Define.
2250         * include/shlobj.h (IFolderView interface): Define.
2251         * lib/shell32.c (IID_IFolderView): Export.
2252
2253 2010-01-26  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
2254
2255         * include/shldisp.h (AUTOCOMPLETEOPTIONS): Add version guard around
2256         ACO_WORD_FILTER and ACO_NOPREFIXFILTERING.
2257
2258 2010-01-26  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
2259
2260         * include/shldisp.h (AUTOCOMPLETEOPTIONS): Add enum.
2261
2262 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2263
2264         * include/shlobj.h (SHParseDisplayName): Fix definition.
2265
2266 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2267
2268         * include/w32api.h: Increment version to 3.14.
2269         * Makefile.in: Ditto.
2270
2271 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2272
2273         * include/shlobj.h (SHParseDisplayName): Define.
2274
2275         Thanks to James Roberts-Thomson for the report.
2276
2277 2009-20-10  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
2278
2279         * include/wingdi.h (ENHMFENUMPROC): Correct definition.
2280
2281         Thanks to Alexander Vassilev for the report.
2282
2283 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2284
2285         * include/iprtrmib.h (MIB_IPADDRROW): Correct definition.
2286
2287         Thanks to Thomas Denk for the report.
2288
2289 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2290
2291         * include/winbase.h (UnmapViewOfFile): Correct definition.
2292
2293         Thanks to Dimitry Sibiryakov for the report.
2294
2295 2009-20-10  Aleksey Chernov  <virxkane@users.sourceforge.net>
2296
2297         * include/sspi.h: Include ntsecapi.h to correct postgresql build error.
2298
2299 2009-20-10  Heiko Hund  <heiko@ist.eigentlich.net>
2300
2301         * include/commctrl.h (GetMUILanguage, InitMUILanguage): Add prototypes.
2302         * lib/comctl32.def (GetMUILanguage, InitMUILanguage): Define.
2303
2304 2009-20-10  Michael James  <james.me@gmail.com>
2305
2306         * include/wingdi.h (CLEARTYPE_QUALITY): Define.
2307         * include/winuser.h (WM_KEYLAST): Alternative definition when _WIN32_WINNT
2308         >= 0x0501.
2309         (WM_UNICHAR,UNICODE_NOCHAR): Define.
2310         * lib/comctl32.def (DefSubclassProc@16,GetWindowSubclass@16,
2311         RemoveWindowSubclass@12): Add exports.
2312         * lib/gdi32.def (GetDCBrushColor@4,GetDCPenColor@4): Add exports.
2313
2314 2009-20-10  Jarkko Sakkinen  <jarkko.sakkinen@iki.fi>
2315
2316         * include/winuser.h (WM_TOUCHMOVE, WM_TOUCHDOWN, WM_TOUCHUP,
2317         TOUCHEVENTF_DOWN, TOUCHEVENTF_INRANGE, TOUCHEVENTF_MOVE,
2318         TOUCHEVENTF_NOCOALESCE, TOUCHEVENTF_PALM, TOUCHEVENTF_PEN,
2319         TOUCHEVENTF_PRIMARY, TOUCHEVENTF_UP, TOUCHEVENTMASKF_CONTACTAREA,
2320         TOUCHEVENTMASKF_EXTRAINFO, TOUCHEVENTMASKF_TIMEFROMSYSTEM, TOUCHINPUT,
2321         CloseTouchInputHandle, GetTouchInputInfo, IsTouchWindow,
2322         RegisterTouchWindow, UnregisterTouchWindow): Define.
2323         * lib/user32.def (CloseTouchInputHandle, GetTouchInputInfo, IsTouchWindow,
2324         RegisterTouchWindow, UnregisterTouchWindow): Define.
2325
2326 2009-20-10  Dmitry Potapov  <dpotapov@users.sourceforge.net>
2327
2328         * include/winver.h (VerQueryValue[AW]): Correct definition.
2329
2330 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2331
2332         * include/shlobj.h (SHARD): Add enum.
2333         (SHARD_PATH): Define based on UNICODE.
2334
2335         Thanks to Jacek Caban for the report.
2336
2337 2009-14-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2338
2339         * include/wingdi.h (_devicemodeW, _devicemodeA): Correct definition.
2340
2341         Thanks to Bruno Martinez for the report.
2342
2343 2009-14-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2344
2345         * include/shlobj.h (IDO_SHGIOI_SHARE, IDO_SHGIOI_LINK, IDO_SHGIOI_SLOWFILE,
2346         IDO_SHGIOI_DEFAULT, SHGetIconOverlayIndexW, SHGetIconOverlayIndexA,
2347         SHGetIconOverlayIndex): Define.
2348
2349         Thanks to Tim Kosse for the report.
2350
2351 2009-13-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2352
2353         * include/wincon.h (AttachConsole): Correct guard.
2354
2355         Thanks to Alexander Shaduri for the report.
2356
2357 2009-13-09  Robert Moerland  <rjmoerland@users.sourceforge.net>
2358
2359         * include/wininet.h (NTERNET_CACHE_ENTRY_INFOW): Correct definition.
2360         (DeleteUrlCacheEntryW, DeleteUrlCacheEntryA): Define.
2361
2362 2009-13-09  Jacky Lai  <crazyjacky@users.sourceforge.net>
2363
2364         * include/winerror.h: Fix typos in macro names.
2365
2366 2009-13-09  Jan Nijtmans  <nijtmans@users.sourceforge.net>
2367
2368         * include/winuser.h (SendMessageTimeoutA, SendMessageTimeoutW): Correct
2369         definition.
2370
2371 2009-11-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2372
2373         * include/winnt.h (PROCESS_SUSPEND_RESUME): Define.
2374
2375 2009-10-29  Charles Wilson  <mingw@cwilson.fastmail.fm>
2376
2377         Honor DESTDIR for winsup/mingw and winsup/w32api.
2378         Detect and report error if installation paths are win32
2379         format, but DESTDIR is non-empty.
2380
2381         * Makefile.in (install, uninstall): Use FLAGS_TO_PASS
2382         when invoking make in subdirs.
2383         * lib/Makefile.in (DESTDIR): Honor per convention.
2384         (need-DESTDIR-compatibility): New macro; define it and a
2385         corresponding rule.
2386         (fail-DESTDIR-compatibility): New dependency goal.
2387         (install-libraries, install-headers, uninstall-libraries,
2388         uninstall-headers): Require need-DESTDIR-compatibility.
2389         * lib/ddk/Makefile.in: Ditto.
2390         * lib/directx/Makefile.in: Ditto.
2391
2392 2009-10-04  Corinna Vinschen  <corinna@vinschen.de>
2393
2394         * include/winbase.h (CreateRestrictedToken): Declare for >= Win 2000.
2395         _WIN32_WINNT >= 0x0500.
2396         (DISABLE_MAX_PRIVILEGE, SANDBOX_INERT, LUA_TOKEN,
2397         WRITE_RESTRICTED): Define.
2398         (IsTokenRestricted): Declare for >= Win 2000.
2399
2400 2009-08-30  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2401
2402         * include/wtsapi32.h (WTSQuerySessionInformationA,
2403         WTSQuerySessionInformationW, WTSQuerySessionInformation, WTSFreeMemory):
2404         Moved to (_WIN32_WINNT >= 0x0500) guard.
2405         (thanks to Pierre Ossman)
2406
2407 2009-08-09  Andy Koppe  <andy.koppe@gmail.com>
2408
2409         * include/winnls.h (IS_HIGH_SURROGATE, IS_LOW_SURROGATE,
2410         IS_SURROGATE_PAIR): Define.
2411
2412 2009-07-27  Corinna Vinschen  <corinna@vinschen.de>
2413
2414         * include/winnt.h (FILE_SUPPORTS_HARD_LINKS,
2415         FILE_SUPPORTS_EXTENDED_ATTRIBUTES, FILE_SUPPORTS_OPEN_BY_FILE_ID,
2416         FILE_SUPPORTS_USN_JOURNALS): Define.  Add comment.
2417         * include/ddk/ntifs.h: Ditto.
2418         (FILE_SEQUENTIAL_WRITE_ONCE, FILE_SUPPORTS_TRANSACTIONS): Define.
2419
2420 2009-07-21  Corinna Vinschen  <corinna@vinschen.de>
2421
2422         * lib/msimg32.def (GetDCBrushColor, GetDCPenColor): Move entry points
2423         from here...
2424         * lib/gdo32.dll: ...to here.
2425
2426 2009-07-01  Corinna Vinschen  <corinna@vinschen.de>
2427
2428         * lib/comctl32.def (StrCSpnA@8, StrCSpnIA@8, StrCSpnW@8, StrChrA@8,
2429         StrChrIA@8, StrChrIW@8, StrChrW@8, StrCmpNA@12, StrCmpNIA@12,
2430         StrCmpNIW@12, StrCmpNW@12, StrRChrA@12, StrRChrIA@12, StrRChrW@12,
2431         StrRStrIA@12, StrRStrIW@12, StrStrA@8, StrStrIA@8, StrStrIW@8,
2432         StrStrW@8, StrToIntA@4, StrToIntW@4): Remove erroneously defined
2433         entry points.
2434
2435 2009-06-24  Corinna Vinschen  <corinna@vinschen.de>
2436
2437         * include/wtsapi32.h (WTSQueryUserToken, WTSEnumerateSessionsW,
2438         WTSEnumerateSessionsA): Add function prototypes.
2439         (struct _WTS_SESSION_INFOW, struct _WTS_SESSION_INFOA): Add typedefs.
2440         (WTS_SESSION_INFO, PWTS_SESSION_INFO, WTSEnumerateSessions): Add
2441         defines dependent on UNICODE setting.
2442
2443 2009-06-07  Corinna Vinschen  <corinna@vinschen.de>
2444
2445         * include/ddk/ntapi.h: Add NtXxx equivalent to ZwXxx where missing
2446         and vice versa.
2447         * include/ddk/ntifs.h: Ditto.
2448         * include/ddk/winddk.h: Ditto.
2449         * lib/ntdll.def (NtPlugPlayControl, NtQueryInstallUILanguage,
2450         ZwPlugPlayControl, ZwQueryInstallUILanguage): Add entry points defined
2451         in header, but missing in lib.  Omit NT4-only entry points.
2452
2453 2009-05-01  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2454
2455         * include/shellapi.h (SHIL_LARGE, SHIL_SMALL, SHIL_EXTRALARGE,
2456         SHIL_SYSSMALL, SHIL_JUMBO, SHIL_LAST SHIL_JUMBO, SHGetImageList): Define.
2457         * lib/shell32.def (SHGetImageList): Define.
2458
2459 2009-02-18  Corinna Vinschen  <corinna@vinschen.de>
2460
2461         * winnt.h: Add Vista token security extensions.
2462         (SID_HASH_SIZE): Define.
2463         (TOKEN_MANDATORY_POLICY_OFF, TOKEN_MANDATORY_POLICY_NO_WRITE_UP,
2464         TOKEN_MANDATORY_POLICY_NEW_PROCESS_MIN,
2465         TOKEN_MANDATORY_POLICY_VALID_MASK): Define.
2466         (SID_HASH_ENTRY): Define.
2467         (struct _SID_AND_ATTRIBUTES_HASH): Define.
2468         (struct _TOKEN_LINKED_TOKEN): Define.
2469         (struct _TOKEN_MANDATORY_LABEL): Define.
2470         (struct _TOKEN_MANDATORY_POLICY): Define.
2471         (struct _TOKEN_ELEVATION): Define.
2472         (struct _TOKEN_ACCESS_INFORMATION): Define.
2473         (enum _TOKEN_INFORMATION_CLASS): Conditionally define new Vista token
2474         information enumeration values.
2475
2476 2009-02-09  Corinna Vinschen  <corinna@vinschen.de>
2477
2478         * include/winioctl.h (FSCTL_ALLOW_EXTENDED_DASD_IO): Copy definition
2479         from ddk/ntifs.h.
2480
2481 2009-02-06  Linton Miller  <Linton.Miller@trivininc.com>
2482
2483         * include/wtsapi32.h (WTS_CURRENT_SESSION): Fix definition.
2484
2485 2009-01-19  Corinna Vinschen  <corinna@vinschen.de>
2486
2487         * include/winbase.h (enum _DEP_SYSTEM_POLICY_TYPE): Fix version guard.
2488
2489 2009-01-11  Henry Nestler  <henry@bigfoot.de>
2490
2491         * lib/ddk/ntoskrnl.def: Enable ZwQueryEaFile, ZwSetEaFile, NtQueryEaFile,
2492         NtSetEaFile.
2493
2494 2009-01-07  Corinna Vinschen  <corinna@vinschen.de>
2495
2496         * include/winbase.h (SCS_64BIT_BINARY): Define.
2497
2498 2008-12-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2499
2500         * include/w32api.h: Increment version to 3.13.
2501         * Makefile.in: Ditto.
2502
2503 2008-12-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2504
2505         * lib/glut.def: remove.
2506         * lib/glut32.def: ditto.
2507
2508 2008-11-11  Corinna Vinschen  <corinna@vinschen.de>
2509
2510         * include/winbase.h (PROCESS_DEP_ENABLE,
2511         PROCESS_DEP_DISABLE_ATL_THUNK_EMULATION): Define for >= Vista SP1.
2512         (enum _DEP_SYSTEM_POLICY_TYPE): Ditto.
2513         (GetProcessDEPPolicy, GetSystemDEPPolicy, SetProcessDEPPolicy): Ditto.
2514
2515 2008-10-09  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2516
2517         * include/mmsystem.h (sndAlias): Correct GCC4 warning.
2518
2519 2008-10-04  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2520
2521         * include/shellapi.h (NOTIFYICON_VERSION_4): Define.
2522
2523 2008-09-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2524
2525         * include/vfw.h (capSendMessage): Rename to __capSendMessage.
2526
2527 2008-09-24  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2528
2529         * include/vfw.h (WM_CAP_SET_CALLBACK_ERRORA, WM_CAP_SET_CALLBACK_ERRORW,
2530         WM_CAP_SET_CALLBACK_STATUS, WM_CAP_SET_CALLBACK_YIELD,
2531         WM_CAP_SET_CALLBACK_FRAMEA, WM_CAP_SET_CALLBACK_FRAMEW,
2532         WM_CAP_SET_CALLBACK_VIDEOSTREAM, WM_CAP_SET_CALLBACK_WAVESTREAM,
2533         WM_CAP_GET_USER_DATA, WM_CAP_SET_USER_DATA, WM_CAP_DRIVER_CONNECT,
2534         WM_CAP_DRIVER_DISCONNECT, WM_CAP_DRIVER_GET_NAMEA, WM_CAP_DRIVER_GET_NAMEW,
2535         WM_CAP_DRIVER_GET_VERSIONA, WM_CAP_DRIVER_GET_VERSIONW,
2536         WM_CAP_DRIVER_GET_CAPS, WM_CAP_FILE_SET_CAPTURE_FILEA,
2537         WM_CAP_FILE_SET_CAPTURE_FILEW, WM_CAP_FILE_GET_CAPTURE_FILEA,
2538         WM_CAP_FILE_GET_CAPTURE_FILEW, WM_CAP_FILE_ALLOCATE, WM_CAP_FILE_SAVEASA,
2539         WM_CAP_FILE_SAVEASW, WM_CAP_FILE_SET_INFOCHUNK, WM_CAP_FILE_SAVEDIBA,
2540         WM_CAP_FILE_SAVEDIBW, WM_CAP_EDIT_COPY, WM_CAP_SET_AUDIOFORMAT,
2541         WM_CAP_GET_AUDIOFORMAT, WM_CAP_DLG_VIDEOFORMAT, WM_CAP_DLG_VIDEOSOURCE,
2542         WM_CAP_DLG_VIDEODISPLAY, WM_CAP_GET_VIDEOFORMAT, WM_CAP_SET_VIDEOFORMAT,
2543         WM_CAP_DLG_VIDEOCOMPRESSION, WM_CAP_SET_PREVIEW, WM_CAP_SET_OVERLAY,
2544         WM_CAP_SET_PREVIEWRATE, WM_CAP_SET_SCALE, WM_CAP_GET_STATUS,
2545         WM_CAP_SET_SCROLL, WM_CAP_GRAB_FRAME, WM_CAP_GRAB_FRAME_NOSTOP,
2546         WM_CAP_SEQUENCE, WM_CAP_SEQUENCE_NOFILE, WM_CAP_SET_SEQUENCE_SETUP,
2547         WM_CAP_GET_SEQUENCE_SETUP, WM_CAP_SET_MCI_DEVICEA, WM_CAP_SET_MCI_DEVICEW,
2548         WM_CAP_GET_MCI_DEVICEA, WM_CAP_GET_MCI_DEVICEW, WM_CAP_STOP, WM_CAP_ABORT,
2549         WM_CAP_SINGLE_FRAME_OPEN, WM_CAP_SINGLE_FRAME_CLOSE, WM_CAP_SINGLE_FRAME,
2550         WM_CAP_PAL_OPENA, WM_CAP_PAL_OPENW, WM_CAP_PAL_SAVEA, WM_CAP_PAL_SAVEW,
2551         WM_CAP_PAL_PASTE, WM_CAP_PAL_AUTOCREATE, WM_CAP_PAL_MANUALCREATE,
2552         WM_CAP_SET_CALLBACK_CAPCONTROL): Define using WM_USER.
2553         (capSendMessage): Don't undef.
2554
2555 2008-09-21  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2556
2557         * incude/sspi.h: include subauth.h to fix issue of UNICODE_STRING being
2558         undefined.
2559
2560 2008-09-13  mega-squall  <mega-squall@users.sf.net>
2561
2562         * include/winnt.h (SUBLANG_BENGALI_INDIA, SUBLANG_PUNJABI_INDIA,
2563         SUBLANG_ROMANIAN_ROMANIA): Correct definition.
2564         (SUBLANG_BENGALI_BANGLADESH, SUBLANG_PUNJABI_PAKISTAN,
2565         SUBLANG_ROMANIAN_MOLDOVA): Define.
2566
2567 2008-09-11  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2568
2569         * include/shlwapi.h (ASSOCSTR): Update enum.
2570
2571 2008-09-07  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2572
2573         * include/w32api.h: Increment version to 3.12.
2574         * Makefile.in: Ditto.
2575
2576 2008-09-07  Michael Hentschel  <mikeh42@users.sourceforge.net>
2577
2578         * include/shlwapi.h (STIF_DEFAULT, STIF_SUPPORT_HEX): Define.
2579
2580 2008-09-07  alsemm  <alsemm@users.sourceforge.net>
2581
2582         * include/mlang.h (IMLangFontLink2::MapFont): Fix definition.
2583
2584 2008-09-07  Danny Smith  <dannysmith@users.sourceforge.net>
2585
2586         * include/ws2tcpip.h (IPV6_MREQ): Fix typo.
2587         Thanks to Richard Hughes for report.
2588
2589 2008-09-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2590
2591         * Makefile.in: Adjust to new naming standard for MinGW while maintaining old
2592         naming standard for Cygwin.
2593
2594 2008-08-30  Bo Yang  <techrazy@users.sourceforge.net>
2595
2596         * include/sspi.h: Fix PSecurityFunctionTableW structure.
2597
2598 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2599
2600         * include/ddk/scsi.h: Define READ_TOC formats.
2601         * lib/ddk/scsiport.def (ScsiPortGetDeviceBase): Fix export.
2602
2603 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2604
2605         * include/ddk/ndis.h (NDIS_MINIPORT_MAJOR_VERSION, NDIS_MINIPORT_MINOR_VERSION,
2606         struct NDIS_TASK_OFFLOAD_HEADER, PROTOCOL_RESERVED_SIZE_IN_PACKET,
2607         NdisGetFirstBufferFromPacketSafe, NdisMIndicateReceivePacket,
2608         NdisSetPacketPoolProtocolId, NdisMInitializeTimer, NdisMSetPeriodicTimer,
2609         NdisMCancelTimer): Define.
2610         (enum NDIS_ENCAPSULATION, struct NDIS_ENCAPSULATION_FORMAT): move in file.
2611         (struct _NDIS_PACKET): Define using _ANONYMOUS_UNION and ANONYMOUS_STRUCT to
2612         eliminate warnings.
2613         (NdisReinitializePacket): Rename from NdisReinitializePacketCounts.
2614         * lib/ddk/ndis.def (NdisInitAnsiString, NdisInitUnicodeString, NdisMCancelTimer,
2615         NdisMInitializeTimer, NdisMSetPeriodicTimer, NdisSetPacketPoolProtocolId):
2616         Export.
2617
2618 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2619
2620         * include/ddk/winddk.h (RtlStringCbCopyA, RtlStringCbPrintfA,
2621         RtlStringCbVPrintfA): define in terms of POSIX string functions.
2622
2623 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2624
2625         * include/ddk/winddk.h (KeRaiseIrql): Define.
2626         (KfRaiseIrql, KfLowerIrql): remove incorrect definitions.
2627
2628 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2629
2630         * include/ddk/winddk.h (KeFlushQueuedDpcs, KeMemoryBarrier): Define.
2631         (KeGetCurrentProcessorNumber): Fix incorrect member reference.
2632         (InterlockedIncrement, InterlockedDecrement): fix warning.
2633         * lib/ddk/ntoskrnl.def (KeFlushQueuedDpcs, KeMemoryBarrier): Export.
2634         (KeNumberProcessors): Export.
2635
2636 2008-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2637
2638         * include/shlwapi.h (ASSOCF_INIT_NOREMAPCLSID, ASSOCF_INIT_BYEXENAME,
2639         ASSOCF_OPEN_BYEXENAME, ASSOCF_INIT_DEFAULTTOSTAR,
2640         ASSOCF_INIT_DEFAULTTOFOLDER, ASSOCF_NOUSERSETTINGS, ASSOCF_NOTRUNCATE,
2641         ASSOCF_VERIFY, ASSOCF_REMAPRUNDLL, ASSOCF_NOFIXUPS, ASSOCF_IGNOREBASECLASS,
2642         ASSOCF_INIT_IGNOREUNKNOWN): Define.
2643
2644 2008-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2645
2646         * include/commctrl.h (LVN_MARQUEEBEGIN): Define.
2647
2648         Thanks to Tim Kosse <botg at users dot sf dot net>.
2649
2650 2008-08-22  Bo Yang  <techrazy@users.sourceforge.net>
2651
2652         * include/winnt.h (OWNER_SECURITY_INFORMATION, GROUP_SECURITY_INFORMATION,
2653         DACL_SECURITY_INFORMATION, SACL_SECURITY_INFORMATION): Correct.
2654         * include/winnt.h (OWNER_SECURITY_INFORMATION, GROUP_SECURITY_INFORMATION,
2655         DACL_SECURITY_INFORMATION, SACL_SECURITY_INFORMATION,
2656         LABEL_SECURITY_INFORMATION, UNPROTECTED_SACL_SECURITY_INFORMATION,
2657         UNPROTECTED_DACL_SECURITY_INFORMATION, PROTECTED_SACL_SECURITY_INFORMATION,
2658         PROTECTED_DACL_SECURITY_INFORMATION): Define.
2659
2660 2008-08-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2661
2662         * include/wtsapi32.h (_WTS_INFO_CLASS, _WTS_CONNECTSTATE_CLASS,
2663         WTSQuerySessionInformation, WTSFreeMemory): Define.
2664
2665 2008-07-25  Bo Yang  <techrazy@users.sourceforge.net>
2666
2667         * lib/gdi32.def (SetLayout): Export.
2668
2669 2008-07-25  Bo Yang  <techrazy@users.sourceforge.net>
2670
2671         * include/wincrypt.h (struct _CRYPT_KEY_PROV_PARAM,
2672         struct _CRYPT_KEY_PROV_INFO, CertGetCertificateContextProperty,
2673         CryptEnumKeyIdentifierProperties, CryptAcquireCertificatePrivateKey,
2674         CertCreateCertificateContext, CryptGetKeyIdentifierProperty,
2675         CertSetCertificateContextProperty, CertCompareCertificateName,
2676         CryptSetKeyIdentifierProperty, CertOIDToAlgId, CryptGetDefaultProviderA,
2677         CryptGetDefaultProviderW and many corresponding macroes): Define.
2678         * lib/crypt32.def (Export the above 11 functions): Export.
2679         * include/winerror.h (CRYPT_E_NOT_FOUND and other crypt related
2680         macroes): Define.
2681
2682
2683 2008-07-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2684
2685         * include/winuser.h (MENUGETOBJECTINFO, MNGO_NOINTERFACE, MNGO_NOERROR,
2686         MNGOF_TOPGAP, MNGOF_BOTTOMGAP): Define.
2687
2688 2008-07-24  techrazy  <techrazy@users.sourceforge.net>
2689
2690         * include/wingdi.h (OUT_PS_ONLY_PRECIS): Define.
2691
2692 2008-07-24  Corinna Vinschen  <corinna@vinschen.de>
2693
2694         * include/lmaccess.h (struct _USER_INFO_4): Define.
2695         (struct _USER_INFO_23): Define.
2696         (struct _GROUP_INFO_3): Define.
2697
2698 2008-07-14  Corinna Vinschen  <corinna@vinschen.de>
2699
2700         * include/iphlpapi.h (GetExtendedTcpTable): Add prototype.
2701         * include/iprtrmib.h (TCP_TABLE_CLASS, MIB_TCPROW_OWNER_PID,
2702         MIB_TCPTABLE_OWNER_PID, MIB_TCP6ROW_OWNER_PID,
2703         MIB_TCP6TABLE_OWNER_PID): Define.
2704         * lib/iphlpapi.def (GetExtendedTcpTable): Export.
2705
2706 2008-06-25  Brandon Sneed  <nivenh@sourceware.org>
2707
2708         * include/winbase.h (GetProcessHandleCount, GetSystemRegistryQuota,
2709         GetThreadIOPendingFlag): Modified to rely on _WIN32_WINNT 0x0501 instead
2710         of 0x0502.
2711         Bug reported by Thomas Denk.
2712
2713 2008-06-25  Brandon Sneed  <nivenh@sourceware.org>
2714
2715         * include/winbase.h (InterlockedIncrement, InterlockedDecrement,
2716         InterlockedCompareExchange, InterlockedExchange,
2717         InterlockedCompareExchangePointer, InterlockedExchangeAdd,
2718         InterlockedExchangePointer): Modified from PLONG to LONG volatile *.
2719         Bug reported by Erik Blake.
2720
2721 2008-06-20  Danny Smith  <dannysmith@users.sourceforge.net>
2722
2723         * lib/ddk/hal.def (HalTranslateBusAddress): Correct suffix.
2724         * lib/ddk/ntoskrnl.def (MmAllocateContiguousMemory): Correct suffix.
2725         Bug reported by Brian Hawley.
2726
2727 2008-06-17  Corinna Vinschen  <corinna@vinschen.de>
2728
2729         * include/dsgetdc.h (DS_FORCE_REDISCOVERY, DS_FORCE_REDISCOVERY,
2730         DS_DIRECTORY_SERVICE_REQUIRED, DS_DIRECTORY_SERVICE_PREFERRED,
2731         DS_GC_SERVER_REQUIRED, DS_PDC_REQUIRED, DS_BACKGROUND_ONLY,
2732         DS_IP_REQUIRED, DS_KDC_REQUIRED, DS_TIMESERV_REQUIRED,
2733         DS_WRITABLE_REQUIRED, DS_GOOD_TIMESERV_PREFERRED, DS_AVOID_SELF,
2734         DS_ONLY_LDAP_NEEDED, DS_IS_FLAT_NAME, DS_IS_DNS_NAME,
2735         DS_RETURN_DNS_NAME, DS_RETURN_FLAT_NAME): Define.
2736         (DsGetDcNameW, DsGetDcNameA): Declare.
2737         (DsGetDcName): Define.
2738         * lib/netapi32.def (DsGetDcNameA, DsGetDcNameW): Export.
2739
2740 2008-05-28  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2741
2742         * include/commctrl.h (NMLVODSTATECHANGE): Define.
2743
2744         Thanks to Tim Kosse <botg at users dot sf dot net>.
2745
2746 2008-05-28  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2747
2748         * include/winnt.h (SUBLANG_TIBETAN_BHUTAN): Fix definition.
2749
2750         Thanks to Nicola Di Nisio <nicoladinisio at users dot sf dot net>.
2751
2752 2008-05-15  Corinna Vinschen  <corinna@vinschen.de>
2753
2754         * include/winnt.h (FILE_SEQUENTIAL_WRITE_ONCE): Define.
2755         (FILE_SUPPORTS_TRANSACTIONS): Define.
2756
2757 2008-05-01  Bart Oldeman  <bartoldeman@users.sf.net>
2758
2759         * include/winuser.h (DEVICE_NOTIFY_WINDOW_HANDLE,
2760         DEVICE_NOTIFY_SERVICE_HANDLE): remove duplicate definition.
2761
2762 2008-05-02  Ramiro Polla  <ramiro@lisha.ufsc.br>
2763
2764         * include/vfw.h (WM_CAP_SET_CALLBACK_ERRORA, WM_CAP_SET_CALLBACK_ERRORW,
2765         WM_CAP_SET_CALLBACK_STATUS, WM_CAP_SET_CALLBACK_YIELD,
2766         WM_CAP_SET_CALLBACK_FRAMEA, WM_CAP_SET_CALLBACK_FRAMEW,
2767         WM_CAP_SET_CALLBACK_VIDEOSTREAM, WM_CAP_SET_CALLBACK_WAVESTREAM,
2768         WM_CAP_GET_USER_DATA, WM_CAP_SET_USER_DATA, WM_CAP_DRIVER_CONNECT,
2769         WM_CAP_DRIVER_DISCONNECT, WM_CAP_DRIVER_GET_NAMEA, WM_CAP_DRIVER_GET_NAMEW,
2770         WM_CAP_DRIVER_GET_VERSIONA, WM_CAP_DRIVER_GET_VERSIONW,
2771         WM_CAP_DRIVER_GET_CAPS, WM_CAP_FILE_SET_CAPTURE_FILEA,
2772         WM_CAP_FILE_SET_CAPTURE_FILEW, WM_CAP_FILE_GET_CAPTURE_FILEA,
2773         WM_CAP_FILE_GET_CAPTURE_FILEW, WM_CAP_FILE_ALLOCATE, WM_CAP_FILE_SAVEASA,
2774         WM_CAP_FILE_SAVEASW, WM_CAP_FILE_SET_INFOCHUNK, WM_CAP_FILE_SAVEDIBA,
2775         WM_CAP_FILE_SAVEDIBW, WM_CAP_EDIT_COPY, WM_CAP_SET_AUDIOFORMAT,
2776         WM_CAP_GET_AUDIOFORMAT, WM_CAP_DLG_VIDEOFORMAT, WM_CAP_DLG_VIDEOSOURCE,
2777         WM_CAP_DLG_VIDEODISPLAY, WM_CAP_GET_VIDEOFORMAT, WM_CAP_SET_VIDEOFORMAT,
2778         WM_CAP_DLG_VIDEOCOMPRESSION, WM_CAP_SET_PREVIEW, WM_CAP_SET_OVERLAY,
2779         WM_CAP_SET_PREVIEWRATE, WM_CAP_SET_SCALE, WM_CAP_GET_STATUS,
2780         WM_CAP_SET_SCROLL, WM_CAP_GRAB_FRAME, WM_CAP_GRAB_FRAME_NOSTOP,
2781         WM_CAP_SEQUENCE, WM_CAP_SEQUENCE_NOFILE, WM_CAP_SET_SEQUENCE_SETUP,
2782         WM_CAP_GET_SEQUENCE_SETUP, WM_CAP_SET_MCI_DEVICEA, WM_CAP_SET_MCI_DEVICEW,
2783         WM_CAP_GET_MCI_DEVICEA, WM_CAP_GET_MCI_DEVICEW, WM_CAP_STOP, WM_CAP_ABORT,
2784         WM_CAP_SINGLE_FRAME_OPEN, WM_CAP_SINGLE_FRAME_CLOSE, WM_CAP_SINGLE_FRAME,
2785         WM_CAP_PAL_OPENA, WM_CAP_PAL_OPENW, WM_CAP_PAL_SAVEA, WM_CAP_PAL_SAVEW,
2786         WM_CAP_PAL_PASTE, WM_CAP_PAL_AUTOCREATE, WM_CAP_PAL_MANUALCREATE,
2787         WM_CAP_SET_CALLBACK_CAPCONTROL, WM_CAP_SET_CALLBACK_ERROR,
2788         WM_CAP_SET_CALLBACK_FRAME, WM_CAP_DRIVER_GET_NAME,
2789         WM_CAP_DRIVER_GET_VERSION, WM_CAP_FILE_SET_CAPTURE_FILE,
2790         WM_CAP_FILE_GET_CAPTURE_FILE, WM_CAP_FILE_SAVEAS, WM_CAP_FILE_SAVEDIB,
2791         WM_CAP_SET_MCI_DEVICE, WM_CAP_GET_MCI_DEVICE, WM_CAP_PAL_OPEN,
2792         WM_CAP_PAL_SAVE, capSetCallbackOnError, capSetCallbackOnStatus,
2793         capSetCallbackOnYield, capSetCallbackOnFrame, capSetCallbackOnVideoStream,
2794         capSetCallbackOnWaveStream, capGetUserData, capSetUserData,
2795         capDriverConnect, capDriverDisconnect, capDriverGetName,
2796         capDriverGetVersion, capDriverGetCaps, capFileSetCaptureFile,
2797         capFileGetCaptureFile, capFileAlloc, capFileSaveAs, capFileSetInfoChunk,
2798         capFileSaveDIB, capEditCopy, capSetAudioFormat, capGetAudioFormat,
2799         capGetAudioFormatSize, capDlgVideoFormat, capDlgVideoSource,
2800         capDlgVideoDisplay, capGetVideoFormat, capGetVideoFormatSize,
2801         capSetVideoFormat, capDlgVideoCompression, capPreview, capOverlay,
2802         capPreviewRate, capPreviewScale, capGetStatus, capSetScrollPos,
2803         capGrabFrame, capGrabFrameNoStop, capCaptureSequence,
2804         capCaptureSequenceNoFile, capCaptureSetSetup, capCaptureGetSetup,
2805         capSetMCIDeviceName, capGetMCIDeviceName, capCaptureStop, capCaptureAbort,
2806         capCaptureSingleFrameOpen, capCaptureSingleFrameClose,
2807         capCaptureSingleFrame, capPaletteOpen, capPaletteSave, capPalettePaste,
2808         capPaletteAuto, capPaletteManual, capSetCallbackOnCapControl): Define.
2809         (CAPDRIVERCAPS, *LPCAPDRIVERCAPS, CAPINFOCHUNK, *LPCAPINFOCHUNK, CAPSTATUS,
2810         *LPCAPSTATUS, CAPTUREPARMS, *LPCAPTUREPARMS, VIDEOHDR, *LPVIDEOHDR): typedef.
2811
2812 2008-04-26  Yuval  <uvman@users.sourceforge.net>
2813
2814         * include/ntsecpkg.h (SECPKG_STATE_ENCRYPTION_PERMITTED,
2815         SECPKG_STATE_STRONG_ENCRYPTION_PERMITTED, SECPKG_STATE_DOMAIN_CONTROLLER,
2816         SECPKG_STATE_WORKSTATION, SECPKG_STATE_STANDALONE,
2817         LSA_TOKEN_INFORMATION_TYPE, SECPKG_EXTENDED_INFORMATION_CLASS,
2818         SECPKG_NAME_TYPE, SECPKG_PRIMARY_CRED, SECPKG_SUPPLEMENTAL_CRED,
2819         SECPKG_SUPPLEMENTAL_CRED_ARRAY, SECPKG_PARAMETERS,
2820         SECPKG_EVENT_DOMAIN_CHANGE, SECPKG_CLIENT_INFO, SecurityUserData,
2821         SECPKG_GSS_INFO, SECPKG_CONTEXT_THUNKS, SECPKG_MUTUAL_AUTH_LEVEL,
2822         SECPKG_CALL_INFO, SECPKG_EXTENDED_INFORMATION, PLSA_CALLBACK_FUNCTION,
2823         *PLSA_CLIENT_REQUEST, LSA_SEC_HANDLE, SEC_THREAD_START, SEC_ATTRS,
2824         *PLSA_REGISTER_CALLBACK, *PLSA_CREATE_LOGON_SESSION,
2825         *PLSA_DELETE_LOGON_SESSION, *PLSA_ADD_CREDENTIAL, *PLSA_GET_CREDENTIALS,
2826         *PLSA_DELETE_CREDENTIAL, *PLSA_ALLOCATE_LSA_HEAP, *PLSA_FREE_LSA_HEAP,
2827         *PLSA_ALLOCATE_CLIENT_BUFFER, *PLSA_FREE_CLIENT_BUFFER,
2828         *PLSA_COPY_TO_CLIENT_BUFFER, *PLSA_COPY_FROM_CLIENT_BUFFER,
2829         *PLSA_IMPERSONATE_CLIENT, *PLSA_UNLOAD_PACKAGE, *PLSA_DUPLICATE_HANDLE,
2830         *PLSA_SAVE_SUPPLEMENTAL_CREDENTIALS, *PLSA_CREATE_THREAD,
2831         *PLSA_GET_CLIENT_INFO, *PLSA_REGISTER_NOTIFICATION,
2832         *PLSA_CANCEL_NOTIFICATION, *PLSA_MAP_BUFFER, *PLSA_CREATE_TOKEN,
2833         *PLSA_AUDIT_LOGON, *PLSA_CALL_PACKAGE, *PLSA_FREE_LSA_HEAP,
2834         *PLSA_GET_CALL_INFO, *PLSA_CALL_PACKAGEEX, *PLSA_CREATE_SHARED_MEMORY,
2835         *PLSA_ALLOCATE_SHARED_MEMORY, *PLSA_FREE_SHARED_MEMORY,
2836         *PLSA_DELETE_SHARED_MEMORY, *PLSA_OPEN_SAM_USER, *PLSA_GET_USER_CREDENTIALS,
2837         *PLSA_GET_USER_AUTH_DATA, *PLSA_CLOSE_SAM_USER,
2838         *PLSA_CONVERT_AUTH_DATA_TO_TOKEN, *PLSA_CLIENT_CALLBACK,
2839         *PLSA_UPDATE_PRIMARY_CREDENTIALS, *PLSA_GET_AUTH_DATA_FOR_USER,
2840         *PLSA_CRACK_SINGLE_NAME, *PLSA_AUDIT_ACCOUNT_LOGON,
2841         *PLSA_CALL_PACKAGE_PASSTHROUGH, SECPKG_DLL_FUNCTIONS, LSA_DISPATCH_TABLE,
2842         LSA_SECPKG_FUNCTION_TABLE, *PLSA_AP_INITIALIZE_PACKAGE, *PLSA_AP_LOGON_USER,
2843         *PLSA_AP_CALL_PACKAGE, *PLSA_AP_LOGON_TERMINATED,
2844         *PLSA_AP_CALL_PACKAGE_UNTRUSTED, *PLSA_AP_CALL_PACKAGE_PASSTHROUGH,
2845         *PLSA_AP_LOGON_USER_EX, *PLSA_AP_LOGON_USER_EX2, SpInitializeFn,
2846         SpShutDownFn, SpGetInfoFn, SpAcceptCredentialsFn,
2847         SpAcquireCredentialsHandleFn, SpQueryCredentialsAttributesFn,
2848         SpFreeCredentialsHandleFn, SpSaveCredentialsFn, SpGetCredentialsFn,
2849         SpDeleteCredentialsFn, SpInitLsaModeContextFn, SpAcceptLsaModeContextFn,
2850         SpDeleteContextFn, SpApplyControlTokenFn, SpGetUserInfoFn,
2851         SpGetExtendedInformationFn, SpQueryContextAttributesFn, SpAddCredentialsFn,
2852         SpSetExtendedInformationFn, SpInstanceInitFn, SpInitUserModeContextFn,
2853         SpMakeSignatureFn, SpVerifySignatureFn, SpSealMessageFn, SpUnsealMessageFn,
2854         SpGetContextTokenFn, SpCompleteAuthTokenFn, SpFormatCredentialsFn,
2855         SpMarshallSupplementalCredsFn, SpExportSecurityContextFn,
2856         SpImportSecurityContextFn, SECPKG_FUNCTION_TABLE,
2857         SECPKG_USER_FUNCTION_TABLE, *SpLsaModeInitializeFn,
2858         *SpUserModeInitializeFn): Define.
2859         * include/sspi.h (SECURITY_STRING): Define.
2860
2861 2008-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
2862
2863         * include/specstrings.h: Add more dummy defines.
2864
2865 2008-04-22  Corinna Vinschen  <corinna@vinschen.de>
2866
2867         * include/winnt.h (SECURITY_MANDATORY_LABEL_AUTHORITY): Define.
2868         (SECURITY_MANDATORY_UNTRUSTED_RID): Define.
2869         (SECURITY_MANDATORY_LOW_RID): Define.
2870         (SECURITY_MANDATORY_MEDIUM_RID): Define.
2871         (SECURITY_MANDATORY_HIGH_RID): Define.
2872         (SECURITY_MANDATORY_SYSTEM_RID): Define.
2873         (SECURITY_MANDATORY_PROTECTED_PROCESS_RID): Define.
2874         (SECURITY_MANDATORY_MAXIMUM_USER_RID): Define.
2875         (SE_GROUP_INTEGRITY): Define.
2876         (SE_GROUP_INTEGRITY_ENABLED): Define.
2877
2878 2008-04-11  Corinna Vinschen  <corinna@vinschen.de>
2879
2880         * include/sddl.h (ConvertStringSidToSidA): Declare.
2881         (ConvertStringSidToSidW): Declare.
2882         (ConvertStringSidToSid): Define.
2883
2884 2008-03-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2885
2886         * include/mprapi.h: Add guard for MprAdminAcceptReauthentication function
2887         and MPR_INTERFACE_3 structure since they are available only in Windows
2888         Server 2008
2889
2890         Thanks to crackedmind  <crackedmind at sf dot net>.
2891
2892 2008-02-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2893
2894         * include/winnt.h: Update guard around KEY_WOW64_64KEY and KEY_WOW64_32KEY
2895         definitions.
2896         * include/winreg.h (KEY_WOW64_64KEY, KEY_WOW64_32KEY): Remove.
2897
2898 2008-02-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2899
2900         * include/winnt.h (KEY_WOW64_64KEY, KEY_WOW64_32KEY): Define.
2901
2902 2008-02-02  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2903
2904         * include/specstrings.h (IN, OUT, OPTIONAL): Remove.
2905         * include/windef.h (IN, OUT, OPTIONAL): Define.
2906
2907 2008-02-02  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2908
2909         * include/specstrings.h: new file, move pseudo modifiers from windef.h.
2910         * include/windef.h (__in, __inout, __in_opt, __in_bcound, __in_ecount,
2911         __out, __out_ecount_part, __struct_bcount, __field_ecount_opt,
2912         __out_bcount_opt): Move to specstrings.h.
2913
2914 2008-01-30  Brandon Sneed  <nivenh@sourceware.org>
2915
2916         * lib/bthprops.def: new file, bluetooth imports.
2917
2918 2008-01-30  Brandon Sneed  <nivenh@sourceware.org>
2919
2920         * include/windef.h (__in, __inout, __in_opt, __in_bcound, __in_ecount,
2921         __out, __out_ecount_part, __struct_bcount, __field_ecount_opt,
2922         __out_bcount_opt): Defined additional pseudo-modifiers.
2923
2924 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2925         * include/ras.h (RAS_MaxDnsSuffix): corrected typo, was RAX_MaxDnsSuffix.
2926         (RASENTRYA, RASENTRYW): Added members (dwfOptions2, dwfOptions3, szDnsSuffix,
2927         dwTcpWindowSize, szPrerequisitePbk, szPrerequisiteEntry, dwRedialCount,
2928         dwRedialPause.
2929
2930 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2931
2932         * include/winnt.h (SYSTEM_POWER_CONDITION): typedef.
2933         * include/winuser.h (PBT_POWERSETTINGCHANGE, DEVICE_NOTIFY_WINDOW_HANDLE,
2934         DEVICE_NOTIFY_SERVICE_HANDLE): define.
2935         * include/winuser.h (LPCGUID, HPOWERNOTIFY, POWERBROADCAST_SETTING): typedefs.
2936         * include/winuser.h (GUID_POWERSCHEME_PERSONALITY, GUID_MIN_POWER_SAVINGS,
2937         GUID_MAX_POWER_SAVINGS, GUID_TYPICAL_POWER_SAVINGS, GUID_ACDC_POWER_SOURCE,
2938         GUID_BATTERY_PERCENTAGE_REMAINING, GUID_IDLE_BACKGROUND_TASK,
2939         GUID_SYSTEM_AWAYMODE, GUID_MONITOR_POWER_ON): added externs for GUIDs.
2940         * include/winuser.h (RegisterPowerSettingNotification,
2941         UnregisterPowerSettingNotification): Add prototypes.
2942         * lib/user32.def: Added imports for the above prototypes.
2943         * lib/Makefile.in: Added build support for power-uuid.c.
2944         * lib/power-uuid.c: New file containing power GUID definitions.
2945
2946 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2947
2948         * include/ras.h (RAS_MaxDnsSuffix): define.
2949
2950 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2951
2952         * include/psapi.h (GetProcessImageFileNameA, GetProcessImageFileNameW):
2953         Add prototypes.
2954         * lib/psapi.def (GetProcessImageFileNameA@12, GetProcessImageFileNameW@12):
2955         Add exports.
2956
2957 2007-12-27  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2958
2959         * include/w32api.h: Increment version to 3.11.
2960         * Makefile.in: Ditto.
2961
2962 2007-12-11  Dave Korn  <dave.korn@artimi.com>
2963
2964         * include/wincrypt.h (PCRYPT_DECODE_PARA):  Add missing typedef.
2965         (CERT_POLICY_MAPPINGS_INFO):  Move before CERT_POLICY_MAPPING.
2966
2967 2007-12-03  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2968
2969         * include/wingdi.h: Change WINVER guard to _WIN32_WINNT.
2970
2971 2007-12-03  techrazy  <techrazy@users.sourceforge.net>
2972
2973         * include/wingdi.h (NTM_NONNEGATIVE_AC, NTM_PS_OPENTYPE, NTM_TT_OPENTYPE,
2974         NTM_MULTIPLEMASTER, NTM_TYPE1, NTM_DSIG): define.
2975
2976 2007-11-21  Kevin Conaway  <kevin_conaway@users.sourceforge.net>
2977
2978         * include/wincrypt.h (CryptProtectData, CryptUnprotectData): define.
2979
2980 2007-11-21  elsapo  <elsapo@users.sourceforge.net>
2981
2982         * include/wincrypt.h (CERT_NAME_STR_COMMA_FLAG,
2983         CERT_NAME_STR_DISABLE_IE4_UTF8_FLAG, CERT_NAME_STR_ENABLE_UTF8_UNICODE_FLAG,
2984         CMC_ADD_ATTRIBUTES, CMC_ADD_EXTENSIONS, X509_CERT_PAIR,
2985         X509_CERTIFICATE_TEMPLATE, X509_CROSS_CERT_DIST_POINTS, CMC_DATA,
2986         X509_NAME_CONSTRAINTS, X509_POLICY_CONSTRAINTS, X509_POLICY_MAPPINGS,
2987         CMC_RESPONSE, CMC_STATUS, X509_ALGORITHM_IDENTIFIER, X509_ALTERNATE_NAME,
2988         PKCS_ATTRIBUTE, X509_AUTHORITY_INFO_ACCESS, X509_AUTHORITY_KEY_ID,
2989         X509_AUTHORITY_KEY_ID2, szOID_BASIC_CONSTRAINTS, X509_BASIC_CONSTRAINTS2,
2990         X509_BIOMETRIC_EXT, X509_BITS, X509_CERT, X509_CERT_CRL_TO_BE_SIGNED,
2991         X509_CERT_POLICIES, X509_CERT_REQUEST_TO_BE_SIGNED, X509_CERT_TO_BE_SIGNED,
2992         X509_CHOICE_OF_TIME, PKCS_CONTENT_INFO, PKCS_CONTENT_INFO_SEQUENCE_OF_ANY,
2993         X509_CRL_DIST_POINTS, RSA_CSP_PUBLICKEYBLOB, PKCS_CTL, X509_DSS_PARAMETERS,
2994         X509_DSS_SIGNATURE, X509_ECC_SIGNATURE, X509_ENHANCED_KEY_USAGE,
2995         X509_ENUMERATED, X509_EXTENSIONS, X509_INTEGER, X509_ISSUING_DIST_POINT,
2996         X509_KEY_ATTRIBUTES, X509_KEY_USAGE, X509_KEY_USAGE_RESTRICTION,
2997         X509_KEYGEN_REQUEST_TO_BE_SIGNED, X509_LOGOTYPE_EXT,
2998         X509_MULTI_BYTE_INTEGER, X509_MULTI_BYTE_UINT, X509_NAME, X509_NAME_VALUE,
2999         X509_OBJECT_IDENTIFIER, X509_OCTET_STRING, X509_PUBLIC_KEY_INFO,
3000         PKCS_RC2_CBC_PARAMETERS, CNG_RSA_PUBLIC_KEY_BLOB,
3001         PKCS_RSA_SSA_PSS_PARAMETERS, PKCS_RSAES_OAEP_PARAMETERS,
3002         ECC_CMS_SHARED_INFO, X509_SEQUENCE_OF_ANY, PKCS7_SIGNER_INFO,
3003         CMS_SIGNER_INFO, PKCS_SMIME_CAPABILITIES, PKCS_TIME_REQUEST,
3004         X509_UNICODE_NAME, X509_UNICODE_NAME_VALUE, PKCS_UTC_TIME,
3005         OCSP_SIGNED_REQUEST, OCSP_REQUEST, OCSP_RESPONSE,
3006         OCSP_BASIC_SIGNED_RESPONSE, OCSP_BASIC_RESPONSE, CRL_REASON_UNSPECIFIED,
3007         CRL_REASON_KEY_COMPROMISE, CRL_REASON_CA_COMPROMISE,
3008         CRL_REASON_AFFILIATION_CHANGED, CRL_REASON_SUPERSEDED,
3009         CRL_REASON_CESSATION_OF_OPERATION, CRL_REASON_CERTIFICATE_HOLD,
3010         CRL_REASON_REMOVE_FROM_CRL, CRYPT_ENCODE_ALLOC_FLAG,
3011         CRYPT_UNICODE_NAME_ENCODE_DISABLE_CHECK_TYPE_FLAG,
3012         CRYPT_UNICODE_NAME_ENCODE_ENABLE_T61_UNICODE_FLAG,
3013         CRYPT_UNICODE_NAME_ENCODE_ENABLE_UTF8_UNICODE_FLAG,
3014         CRYPT_UNICODE_NAME_ENCODE_FORCE_UTF8_UNICODE_FLAG,
3015         szOID_APPLICATION_CERT_POLICIES, szOID_APPLICATION_POLICY_CONSTRAINTS,
3016         szOID_APPLICATION_POLICY_MAPPINGS, szOID_AUTHORITY_INFO_ACCESS,
3017         szOID_AUTHORITY_KEY_IDENTIFIER, szOID_AUTHORITY_KEY_IDENTIFIER2,
3018         X509_BASIC_CONSTRAINTS, szOID_BIOMETRIC_EXT, szOID_CERT_EXTENSIONS,
3019         szOID_CERT_POLICIES, szOID_CERTIFICATE_TEMPLATE, szOID_CRL_NUMBER,
3020         szOID_CROSS_CERT_DIST_POINTS, szOID_DELTA_CRL_INDICATOR,
3021         szOID_ENROLLMENT_NAME_VALUE_PAIR, szOID_FRESHEST_CRL,
3022         szOID_ISSUING_DIST_POINT, szOID_NAME_CONSTRAINTS, szOID_CRL_DIST_POINTS,
3023         szOID_CRL_REASON_CODE, szOID_CRL_VIRTUAL_BASE, szOID_ECC_PUBLIC_KEY,
3024         szOID_ECDSA_SPECIFIED, szOID_ENHANCED_KEY_USAGE, szOID_ISSUER_ALT_NAME,
3025         szOID_ISSUER_ALT_NAME2, szOID_KEY_ATTRIBUTES, szOID_KEY_USAGE,
3026         szOID_KEY_USAGE_RESTRICTION, szOID_LOGOTYPE_EXT, szOID_POLICY_CONSTRAINTS,
3027         szOID_POLICY_MAPPINGS, szOID_RSA_SSA_PSS, szOID_RSAES_OAEP,
3028         szOID_SUBJECT_ALT_NAME, szOID_SUBJECT_ALT_NAME2,
3029         szOID_SUBJECT_KEY_IDENTIFIER, CMC_ADD_ATTRIBUTES_INFO,
3030         PCMC_ADD_ATTRIBUTES_INFO, CMC_ADD_EXTENSIONS_INFO, PCMC_ADD_EXTENSIONS_INFO,
3031         CERT_ALT_NAME_ENTRY, PCERT_ALT_NAME_ENTRY, CERT_ALT_NAME_INFO,
3032         PCERT_ALT_NAME_INFO, CERT_NAME_VALUE, PCERT_NAME_VALUE,
3033         CERT_POLICY_QUALIFIER_INFO, PCERT_POLICY_QUALIFIER_INFO,
3034         CERT_POLICY_CONSTRAINTS_INFO, PCERT_POLICY_CONSTRAINTS_INFO,
3035         CERT_POLICY_MAPPINGS_INFO, PCERT_POLICY_MAPPINGS_INFO, CERT_POLICY_MAPPING,
3036         PCERT_POLICY_MAPPING, CryptDecodeObjectEx, CryptEncodeObject,
3037         CryptEncodeObjectEx): define.
3038
3039 2007-11-21  Brian Dessent  <dessent@users.sourceforge.net>
3040
3041         * include/winbase.h (CheckTokenMembership): define.
3042
3043 2007-10-03  Jiri Malak  <Jiri.Malak@iol.cz>
3044
3045         * include/rpcndr.h: Missing NdrClientCall2 entry.
3046         * lib/rpcrt4.def: Ditto.
3047
3048 2007-10-03  Frank Fesevur  <ffes@users.sourceforge.net>
3049         * lib/scnsave.c: Multi-monitor support.
3050
3051 2007-08-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3052
3053         * include/w32api.h: Increment version to 3.10.
3054         * Makefile.in: Ditto.
3055
3056 2007-08-02  Corinna Vinschen  <corinna@vinschen.de>
3057
3058         * include/winbase.h (ReOpenFile): Add prototype.
3059         * lib/kernel32.def (ReOpenFile@16): Add export.
3060
3061 2007-07-31  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3062
3063         * include/wtsapi32.h (WTS_CURRENT_SESSION, WTSDisconnectSession): Define.
3064
3065 2007-7-30  Martijn Wargers  <martijnw22@users.sourceforge.net>
3066
3067         * include/wingdi.h (GetTextExtentExPointI): Add prototype.
3068         * lib/gdi32.def (GetTextExtentExPointI@28): Add export.
3069
3070 2007-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
3071
3072         * include/wtypes.h (LPDECIMAL): Define.
3073         (DECIMAL_NEG, DECIMAL_SETZERO): Move definitions.
3074
3075 2007-07-18  Corinna Vinschen  <corinna@vinschen.de>
3076
3077         * include/winnt.h (SE_TRUSTED_CREDMAN_ACCESS_NAME): Define.
3078
3079 2007-07-17  Corinna Vinschen  <corinna@vinschen.de>
3080
3081         * include/winnt.h (FILE_READ_ONLY_VOLUME): Define.
3082         * include/ddk/ntifs.h (FILE_READ_ONLY_VOLUME): Define.
3083
3084 2007-07-12  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3085
3086         * include/winuser.h (FE_FONTSMOOTHINGSTANDARD, FE_FONTSMOOTHINGCLEARTYPE):
3087         Define.
3088
3089 2007-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
3090
3091         * include/pbt.h (PBT_APMRESUMEAUTOMATIC) Define.
3092         * include/winuser.h: (PBT_APMQUERYSUSPEND, PBT_APMQUERYSTANDBY,
3093         PBT_APMQUERYSUSPENDFAILED, PBT_APMQUERYSTANDBYFAILED,
3094         PBT_APMSUSPEND, PBT_APMSTANDBY, PBT_APMRESUMECRITICAL,
3095         PBT_APMRESUMESUSPEND, PBT_APMRESUMESTANDBY, PBT_APMBATTERYLOW,
3096         PBT_APMPOWERSTATUSCHANGE, PBT_APMOEMEVENT, PBT_APMRESUMEAUTOMATIC):
3097         Sync with include/pbt.h.
3098
3099 2007-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
3100
3101         [mingw-Bugs-1751518]
3102         * include/mshtml.h (IHTMLDocument2): Correct spelling of put_URL,
3103         get_URL.
3104
3105         [mingw-Bugs-1751565]
3106         * include/basetyps.h (IID); Guard with __IID_DEFINED__.
3107
3108         [mingw-Bugs-1751595]
3109         * include/exdisp.h (DWebBrowserEvents2): Remove undocumented STDDISP
3110         methods.
3111
3112         Thanks to Yuji Kuwabara  <yujikuwabara at sf dot net>.
3113
3114 2007-07-10  Danny Smith  <dannysmith@users.sourceforge.net>
3115
3116         [mingw-Bugs-1750898]
3117         * include/mmsystem.h (MIXERCONTROL): Correct UNICODE mapping.
3118         Thanks to Yuji Kuwabara  <yujikuwabara at sf dot net>.
3119
3120 2007-07-09  Danny Smith  <dannysmith@users.sourceforge.net>
3121
3122         [mingw-Bugs-1749305]
3123         * lib/kernel32.def (GetConsoleProcessList@8):  Add export.
3124
3125 2007-07-02  Przemek Czerkas  <pczerkas@gmail.com>
3126
3127         * include/shlobj.h: Add CSIDL_MYMUSIC and CSIDL_MYVIDEO.
3128
3129 2007-07-02  Danny Smith  <dannysmith@users.sourceforge.net>
3130
3131         * include/oaidl.h: Include windows.h and ole2.h,
3132         unless COM_NO_WINDOWS_H.
3133
3134         [mingw-Bugs-1742130]
3135         * include/oaidl.h (struct tagVARIANT): Add union members
3136         LONGLONG  * pllVal and ULONGLONG * pullVal.
3137
3138 2007-07-01  Danny Smith  <dannysmith@users.sourceforge.net>
3139
3140         * include/ws2tcpip.h (s6_addr32): Correct definition.
3141         Thanks to Alfred E. Heggestad <aeh at db dot org>
3142
3143 2007-05-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3144
3145         * lib/secur32.def (InitSecurityInterfaceA, InitSecurityInterfaceW): Define.
3146
3147         Thanks to Jim Marshall (jim dot marshall at wbemsolutions dot com) for
3148         supplying the information.
3149
3150 2007-05-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3151
3152         * include/shellapi.h (NIN_POPUPOPEN, NIN_POPUPCLOSE): Define.
3153
3154 2007-04-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3155
3156         * include/shellapi.h (NOTIFYICONDATAA, NOTIFYICONDATAW): Updated to support
3157         Vista.
3158
3159 2007-04-20  Matthias Miller  <matthiasmiller@users.sourceforge.net>
3160
3161          * include/wincrypt.h (CRYPTPROTECT_PROMPTSTRUCT, CRYPTPROTECT_UI_FORBIDDEN,
3162         CRYPTPROTECT_LOCAL_MACHINE): Define.
3163
3164 2007-04-15  Piotr Wyderski  <piotr.wyderski@wp.pl>
3165
3166         * include/winbase.h (SetInformationJobObject, QueryInformationJobObject):
3167         Define.
3168
3169 2007-03-30  Brian Dessent  <brian@dessent.net>
3170
3171         * lib/kernel32.def (CreateMemoryResourceNotification@4): Define.
3172
3173 2007-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3174
3175         * include/w32api.h: Increment version to 3.9.
3176         * Makefile.in: Ditto.
3177
3178 2007-03-23  Corinna Vinschen  <corinna@vinschen.de>
3179
3180         * include/psapi.h (GetMappedFileName): Fix messed up checkin.
3181
3182 2007-03-23  Matthew Gregan  <kinetik@flim.org>
3183
3184         * include/psapi.h (GetMappedFileName): Rename from GetMappedFilenameEx.
3185
3186 2007-03-06  Brandon Sneed  <brandon@oqo.com>
3187
3188         * include/setupapi.h: Added SetupConfigureWmiFromInfSectionA
3189         Added SetupConfigureWmiFromInfSectionW
3190         Added SetupConfigureWmiFromInfSection define to unicode and non-unicode sections
3191
3192         * lib/setupapi.def: Added exports for SetupConfigureWmiFromInfSectionA and W
3193
3194         * include/winuser.h: Added PBT_APMQUERYSUSPEND
3195         Added PBT_APMQUERYSTANDBY
3196         Added PBT_APMQUERYSUSPENDFAILED
3197         Added PBT_APMQUERYSTANDBYFAILED
3198         Added PBT_APMSUSPEND
3199         Added PBT_APMSTANDBY
3200         Added PBT_APMRESUMECRITICAL
3201         Added PBT_APMRESUMESUSPEND
3202         Added PBT_APMRESUMESTANDBY
3203         Added PBT_APMBATTERYLOW
3204         Added PBT_APMPOWERSTATUSCHANGE
3205         Added PBT_APMOEMEVENT
3206         Added PBT_APMRESUMEAUTOMATIC
3207
3208         * include/wtsapi32.h: New file
3209
3210         * include/wingdi.h: Added DM_DISPLAYORIENTATION define for use with DMDO_* defines
3211
3212 2007-03-05  Jan Nijtmans  <nijtmans@users.sourceforge.net>
3213
3214         * include/ddeml.h (DdeCreateStringHandleA, DdeCreateStringHandleW): Switch
3215         argument to constant.
3216
3217 2007-02-18  Jiri Malak  <jiri.malak@iol.cz>
3218
3219         * include/windef.h [WATCOM]: Fix !NONAMELESSUNION defines.
3220         * include/winnt.h [WATCOM] (GetCurrentFiber, GetFiberData):
3221         Add prototypes.
3222         [WATCOM] (NtCurrentTeb): Add protype and inline asm definition.
3223
3224 2007-02-18  Vesa Jääskeläinen  <chaac@users.sourceforge.net>
3225
3226         * lib/user32.def (InternalGetWindowText): Add stub.
3227
3228 2007-02-11  Daniel Atallah  <datallah@users.sourceforge.net>
3229
3230         * include/winnt.h (LANG_SERBIAN_NEUTRAL, LANG_BOSNIAN,
3231         LANG_BOSNIAN_NEUTRAL): Define.
3232
3233 2007-02-11  Daniel Schlyder  <thrug@users.sourceforge.net>
3234
3235         * include/winuser.h: Add guards around TITLEBARINFO and
3236         GetTitleBarInfo().
3237
3238 2007-01-11  Gisle Vanem  <giva@users.sourceforge.net>
3239
3240         * include/winbase.h (struct _OVERLAPPED): Change type of
3241         Internal, InternalHigh members to ULONG_PTR.
3242         (PAPCFUNC): Change DWORD parameter to ULONG_PTR.
3243         (CreateIoCompletionPort): Likewise.
3244         (PostQueuedCompletionStatus): Likewise.
3245         (QueueUserAPC): Likewise.
3246
3247 2007-01-06  Pierre A. Humblet  <Pierre.Humblet@ieee.org>
3248
3249         * include/windns.h (DNS_TYPE_RP, DNS_TYPE_AFSDB, DNS_TYPE_X25,
3250         DNS_TYPE_ISDN, DNS_TYPE_RT, DNS_TYPE_NSAP, DNS_TYPE_NSAPPTR,
3251         DNS_TYPE_SIG, DNS_TYPE_KEY, DNS_TYPE_PX, DNS_TYPE_GPOS,
3252         DNS_TYPE_AAAA, DNS_TYPE_LOC, DNS_TYPE_NXT, DNS_TYPE_EID,
3253         DNS_TYPE_NIMLOC, DNS_TYPE_SRV, DNS_TYPE_ATMA, DNS_TYPE_NAPTR,
3254         DNS_TYPE_KX, DNS_TYPE_CERT, DNS_TYPE_A6, DNS_TYPE_DNAME,
3255         DNS_TYPE_SINK, DNS_TYPE_OPT, DNS_TYPE_UINFO, DNS_TYPE_UID,
3256         DNS_TYPE_GID, DNS_TYPE_UNSPEC, DNS_TYPE_ADDRS, DNS_TYPE_TKEY,
3257         DNS_TYPE_TSIG, DNS_TYPE_IXFR, DNS_TYPE_AXFR, DNS_TYPE_MAILB,
3258         DNS_TYPE_MAILA, DNS_TYPE_ALL, DNS_TYPE_ANY): Add enum values.
3259
3260 2006-11-21  Danny Smith  <dannysmith@users.sourceforge.net>
3261
3262         * Makefile.in: Add aclocal.m4 to source release.
3263
3264 2006-11-18  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3265
3266         * include/w32api.h: Increment version to 3.8.
3267         * Makefile.in: Ditto.
3268
3269 2006-11-13  Daniel Schlyder  <thrug@users.sourceforge.net>
3270
3271         * include/winnt.h (VER_SUITE_EMBEDDEDNT, VER_SUITE_SINGLEUSERTS,
3272         VER_SUITE_STORAGE_SERVER, VER_SUITE_COMPUTE_SERVER): Define.
3273
3274         * include/winuser.h (SM_STARTER, SM_SERVERR2): Define.
3275
3276 2006-11-02  Danny Smith  <dannysmith@users.sourceforge.net>
3277
3278         * include/winuser.h (LR_DEFAULTSIZE): Remove duplicate.
3279
3280         * include/winnt.h (GetCurrentFiber): Remove extern declaration.  Make
3281         inline static.
3282         (GetFiberData): Likewise.
3283         * lib/kernel32.c: Remove.
3284         * lib/Makefile.in: Remove reference to kernel32.[co].
3285
3286 2006-10-31  Corinna Vinschen  <corinna@vinschen.de>
3287
3288         * include/winnt.h (SE_RELABEL_NAME): Define.
3289         (SE_INCREASE_WORKING_SET_NAME): Define.
3290         (SE_TIME_ZONE_NAME): Define.
3291         (SE_CREATE_SYMBOLIC_LINK_NAME): Define.
3292
3293 2006-10-31  Corinna Vinschen  <corinna@vinschen.de>
3294
3295         * include/winnt.h (IO_REPARSE_TAG_SYMLINK): Define.
3296         (struct _REPARSE_DATA_BUFFER): Add missing Flags field to
3297         SymbolicLinkReparseBuffer substructure.
3298
3299 2006-10-29  Daniel Atallah  <datallah@users.sourceforge.net>
3300
3301         * lib/ws2_32.def (WSANSPIoctl): Add to lib.
3302
3303 2006-10-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3304
3305         * lib/Makefile.in: Fix order for 'all' rule.
3306
3307 2006-10-12  Danny Smith  <dannysmith@users.sourceforge.net>
3308
3309         * include/winuser.h (LR_DEFAULTSIZE, LR_VGACOLOR): Define.
3310
3311 2006-10-05  Danny Smith  <dannysmith@users.sourceforge.net>
3312
3313         * include/winreg.h (RegDeleteKeyEx{A|W}): Add prototype and UNICODE
3314         mappings.
3315         (KEY_WOW64_32KEY, KEY_WOW64_64KEY): Define.
3316         * lib/advapi.def (RegDeleteKeyEx{A|W}): Export.
3317
3318 2006-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
3319
3320         * include/rpc.h: Add whitespace.
3321         * include/winnt.h (C_ASSERT): Define.
3322
3323 2006-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
3324
3325         [mingw-Bugs-1568067]
3326         * include/winuser.h: (DISP_CHANGE_BADDUALVIEW): Define.
3327         * include/wingdi.h: (DM_POSITION): Define.
3328
3329 2006-10-03  Danny Smith  <dannysmith@users.sourceforge.net>
3330
3331         * lib/rpcrt4.def: Remove "_imp__"-prefixed export symbols.
3332         * lib/user32.def: Likewise.
3333
3334 2006-09-11  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
3335
3336         * lib/Makefile.in: fix typo.
3337         * lib/ddk/Makefile.in: fix typo.
3338         * lib/directx/Makefile.in: fix typo.
3339
3340         Thanks to Keith Marshall (keithmarshall at users dot sourceforge dot net)
3341         for pointing it out.
3342
3343 2006-09-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3344
3345         * Makefile.in: Remove files from lib directory with distclean target
3346
3347 2006-09-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3348
3349         * include/winuser.h (CS_DROPSHADOW): Define.
3350
3351 2006-09-08  Michael Gerdau  <mgdde@users.sourceforge.net>
3352
3353         * include/uxtheme.h: (TMT_GRADIENTCOLOR4, TMT_GRADIENTCOLOR5,
3354         TMT_SHADOWCOLOR, TMT_GLOWCOLOR, TMT_TEXTBORDERCOLOR,
3355         TMT_TEXTSHADOWCOLOR, TMT_GLYPHTEXTCOLOR, TMT_GLYPHTRANSPARENTCOLOR,
3356         TMT_FILLCOLORHINT, TMT_BORDERCOLORHINT, TMT_ACCENTCOLORHINT):
3357
3358         Increase each constant by 1.
3359
3360 2006-09-07  Danny Smith  <dannysmith@users.sourceforge.net>
3361
3362         [mingw-Bugs-1553275]
3363         * include/wingdi.h (SetLayout): Add prototype.
3364         (GetLayout): Likewise.
3365
3366 2006-09-02  Danny Smith  <dannysmith@users.sourceforge.net>
3367
3368         [mingw-Bugs-1550139]
3369         * include/oleauto.h (GetRecordInfoFromTypeInfo): Add prototype.
3370         Tanks to:  Samit Basu <samitbasu at sf dot net>
3371         (GetRecordInfoFromGuids): Add prototype.
3372
3373 2006-09-01  Danny Smith  <dannysmith@users.sourceforge.net>
3374
3375         * include/winbase.h: Add comment about 'missing' SEM flag.
3376
3377 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
3378
3379         * configure.in: Substitute with_cross_host in depending files.
3380         * configure: Regenerate.
3381         * lib/Makefile.in: Add with_cross_host to allow more granular checks.
3382         Set installation directories accordingly.
3383         * lib/ddk/Makefile.in: Ditto.
3384         * lib/directx/Makefile.in: Ditto.
3385
3386 2006-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
3387
3388         * lib/wtsapi32.def (WTSGetActiveConsoleSessionId). Move from here...
3389         * lib/kernel32.def (WTSGetActiveConsoleSessionId). ...to here.
3390         Bug reported by: <macleone at users dot sf dot net>
3391
3392 2006-07-29  Danny Smith  <dannysmith@users.sourceforge.net>
3393
3394         Update some more IMAGE relocation type indicators
3395         to PECOFF v8 (May, 2006) specs.
3396
3397         * include/winnt.h (IMAGE_REL_SH3_ABSOLUTE,
3398         IMAGE_REL_SH3_DIRECT16, IMAGE_REL_SH3_DIRECT32,
3399         IMAGE_REL_SH3_DIRECT8, IMAGE_REL_SH3_DIRECT8_WORD,
3400         IMAGE_REL_SH3_DIRECT8_LONG, IMAGE_REL_SH3_DIRECT4,
3401         IMAGE_REL_SH3_DIRECT4_WORD, IMAGE_REL_SH3_DIRECT4_LONG,
3402         IMAGE_REL_SH3_PCREL8_WORD, IMAGE_REL_SH3_PCREL8_LONG,
3403         IMAGE_REL_SH3_PCREL12_WORD, IMAGE_REL_SH3_STARTOF_SECTION,
3404         IMAGE_REL_SH3_SIZEOF_SECTION, IMAGE_REL_SH3_SECTION,
3405         IMAGE_REL_SH3_SECREL, IMAGE_REL_SH3_DIRECT32_NB,
3406         IMAGE_REL_SH3_GPREL4_LONG, IMAGE_REL_SH3_TOKEN,
3407         IMAGE_REL_SHM_PCRELPT, IMAGE_REL_SHM_REFLO,
3408         IMAGE_REL_SHM_REFHALF, IMAGE_REL_SHM_RELLO,
3409         IMAGE_REL_SHM_RELHALF, IMAGE_REL_SHM_PAIR,
3410         IMAGE_REL_SHM_NOMODE): Add defines.
3411
3412         (IMAGE_REL_M32R_ABSOLUTE, IMAGE_REL_M32R_ADDR32,
3413         IMAGE_REL_M32R_ADDR32NB, IMAGE_REL_M32R_ADDR24,
3414         IMAGE_REL_M32R_GPREL16, IMAGE_REL_M32R_PCREL24,
3415         IMAGE_REL_M32R_PCREL16, IMAGE_REL_M32R_PCREL8,
3416         IMAGE_REL_M32R_REFHALF, IMAGE_REL_M32R_REFHI,
3417         IMAGE_REL_M32R_REFLO, IMAGE_REL_M32R_PAIR,
3418         IMAGE_REL_M32R_SECTION, IMAGE_REL_M32R_SECREL,
3419         IMAGE_REL_M32R_TOKEN): Add defines.
3420
3421         (IMAGE_REL_MIPS_JMPADDR16): Add define.
3422
3423 2006-07-27  Danny Smith  <dannysmith@users.sourceforge.net>
3424
3425         Update some IMAGE flags to PECOFF v8 (May, 2006) specs.
3426         * include/winnt.h (IMAGE_FILE_MACHINE_AM33,
3427         IMAGE_FILE_MACHINE_ARM, IMAGE_FILE_MACHINE_EBC,
3428         IMAGE_FILE_MACHINE_M32R, IMAGE_FILE_MACHINE_MIPS16,
3429         IMAGE_FILE_MACHINE_MIPSFPU, IMAGE_FILE_MACHINE_MIPSFPU16,
3430         IMAGE_FILE_MACHINE_POWERPCFP, IMAGE_FILE_MACHINE_R4000,
3431         IMAGE_FILE_MACHINE_SH3, IMAGE_FILE_MACHINE_SH3DSP,
3432         IMAGE_FILE_MACHINE_SH4, IMAGE_FILE_MACHINE_SH5,
3433         IMAGE_FILE_MACHINE_THUMB, IMAGE_FILE_MACHINE_WCEMIPSV2):
3434         Add defines.
3435
3436         (IMAGE_SUBSYSTEM_EFI_APPLICATION,
3437         IMAGE_SUBSYSTEM_EFI_BOOT_SERVICE_DRIVER,
3438         IMAGE_SUBSYSTEM_EFI_RUNTIME_DRIVER, IMAGE_SUBSYSTEM_EFI_ROM):
3439         Add defines.
3440
3441         (IMAGE_SYM_CLASS_CLR_TOKEN): Add define.
3442
3443         (IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE,
3444         IMAGE_DLL_CHARACTERISTICS_FORCE_INTEGRITY,
3445         IMAGE_DLL_CHARACTERISTICS_NX_COMPAT,
3446         IMAGE_DLLCHARACTERISTICS_NO_ISOLATION, IMAGE_DLLCHARACTERISTICS_NO_SEH,
3447         IMAGE_DLLCHARACTERISTICS_NO_BIND,
3448         IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE): Add defines.
3449
3450         (IMAGE_REL_I386_TOKEN, IMAGE_REL_I386_SECREL7): Add defines.
3451
3452         (IMAGE_REL_AMD64_ABSOLUTE, IMAGE_REL_AMD64_ADDR64,
3453         IMAGE_REL_AMD64_ADDR32, IMAGE_REL_AMD64_ADDR32NB, IMAGE_REL_AMD64_REL32,
3454         IMAGE_REL_AMD64_REL32_1, IMAGE_REL_AMD64_REL32_2,
3455         IMAGE_REL_AMD64_REL32_3, IMAGE_REL_AMD64_REL32_4,
3456         IMAGE_REL_AMD64_REL32_5, IMAGE_REL_AMD64_SECTION,
3457         IMAGE_REL_AMD64_SECREL, IMAGE_REL_AMD64_SECREL7, IMAGE_REL_AMD64_TOKEN,
3458         IMAGE_REL_AMD64_SREL32, IMAGE_REL_AMD64_PAIR, IMAGE_REL_AMD64_SSPAN32):
3459         Add defines.
3460
3461         (IMAGE_REL_IA64_ABSOLUTE, IMAGE_REL_IA64_IMM14, IMAGE_REL_IA64_IMM22,
3462         IMAGE_REL_IA64_IMM64, IMAGE_REL_IA64_DIR32, IMAGE_REL_IA64_DIR64,
3463         IMAGE_REL_IA64_PCREL21B, IMAGE_REL_IA64_PCREL21M,
3464         IMAGE_REL_IA64_PCREL21F, IMAGE_REL_IA64_GPREL22, IMAGE_REL_IA64_LTOFF22,
3465         IMAGE_REL_IA64_SECTION, IMAGE_REL_IA64_SECREL22,
3466         IMAGE_REL_IA64_SECREL64I, IMAGE_REL_IA64_SECREL32,
3467         IMAGE_REL_IA64_DIR32NB, IMAGE_REL_IA64_SREL14, IMAGE_REL_IA64_SREL22,
3468         IMAGE_REL_IA64_SREL32, IMAGE_REL_IA64_UREL32, IMAGE_REL_IA64_PCREL60X,
3469         IMAGE_REL_IA64_PCREL60B, IMAGE_REL_IA64_PCREL60F,
3470         IMAGE_REL_IA64_PCREL60I, IMAGE_REL_IA64_PCREL60M,
3471         IMAGE_REL_IA64_IMMGPREL64, IMAGE_REL_IA64_TOKEN, IMAGE_REL_IA64_GPREL32,
3472         IMAGE_REL_IA64_ADDEND): Add defines.
3473
3474         (IMAGE_SCN_GPREL): Add define.
3475
3476 2006-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
3477
3478         * include/aclui.h: Replace __OBJC__ guard with _OBJC_NO_COM.
3479         * include/basetyps.h:  Likewise.
3480         (_COM_interface): New define.
3481         (interface): Define to _COM_interface, conditional on !__OBJC__.
3482         Replace 'interface' with '_COM_interface', throughout.
3483         * include/comcat.h: Replace 'interface' with '_COM_interface', throughout.
3484         * include/commdlg.h: Replace __OBJC__ guard with _OBJC_NO_COM.
3485         * include/docobj.h: Replace 'interface' with '_COM_interface', throughout.
3486         * include/mshtml.h: Likewise.
3487         * include/oaidl.h: Likewise.
3488         * include/objfwd.h: Likewise.
3489         * include/objidl.h: Likewise.
3490         * include/ocidl.h: Likwise.
3491         * include/olectl.h: Likewise.
3492         * include/oleidl.h: Likewise.
3493         * include/shlobj.h: Likewise.
3494         * include/shlwapi.h: Replace __OBJC__ guard with _OBJC_NO_COM.
3495         * include/vfw.h: Likewise.
3496         * include/windows.h. Likewise. Add comment.
3497         * include/directx/d3d9.h: Replace 'interface' with '_COM_interface',
3498         throughout.
3499
3500         * lib/test.c: Replace __OBJC__ guard with _OBJC_NO_COM.
3501         Add test for conflict with '@interface'
3502
3503 2006-07-22  ipsoner  <ipsoner@users.sourceforge.net>
3504
3505         * include/wincrypt.h (szOID_RSA, szOID_PKCS, szOID_RSA_HASH,
3506         szOID_RSA_ENCRYPT, szOID_PKCS_1, szOID_PKCS_2, szOID_PKCS_3,
3507         szOID_PKCS_4, szOID_PKCS_5, szOID_PKCS_6, szOID_PKCS_7,
3508         szOID_PKCS_8, szOID_PKCS_9, szOID_PKCS_10, szOID_PKCS_12,
3509         szOID_RSA_MD2, szOID_RSA_MD4, szOID_RSA_MD5, szOID_RSA_RSA,
3510         szOID_RSA_MD2RSA, szOID_RSA_MD4RSA, szOID_RSA_MD5RSA,
3511         szOID_RSA_SHA1RSA, szOID_RSA_SETOAEP_RSA, szOID_RSA_DH,
3512         szOID_RSA_data, szOID_RSA_signedData, szOID_RSA_envelopedData,
3513         szOID_RSA_signEnvData, szOID_RSA_digestedData, szOID_RSA_hashedData,
3514         szOID_RSA_encryptedData, szOID_RSA_emailAddr, szOID_RSA_unstructName,
3515         szOID_RSA_contentType, szOID_RSA_messageDigest, szOID_RSA_signingTime,
3516         szOID_RSA_counterSign, szOID_RSA_challengePwd, szOID_RSA_unstructAddr,
3517         szOID_RSA_extCertAttrs, szOID_RSA_SMIMECapabilities,
3518         szOID_RSA_preferSignedData, szOID_RSA_RC2CBC, szOID_RSA_RC4,
3519         szOID_RSA_DES_EDE3_CBC, szOID_RSA_RC5_CBCPad, szOID_ANSI_x942,
3520         szOID_ANSI_x942_DH, szOID_X957, szOID_X957_DSA, szOID_DATA STRUCTURE,
3521         szOID_DS, szOID_DSALG, szOID_DSALG_CRPT, szOID_DSALG_HASH,
3522         szOID_DSALG_SIGN, szOID_DSALG_RSA, szOID_OIW, szOID_OIWSEC,
3523         szOID_OIWSEC_md4RSA, szOID_OIWSEC_md5RSA, szOID_OIWSEC_md4RSA2,
3524         szOID_OIWSEC_desECB, szOID_OIWSEC_desCBC, szOID_OIWSEC_desOFB,
3525         szOID_OIWSEC_desCFB, szOID_OIWSEC_desMAC, szOID_OIWSEC_rsaSign,
3526         szOID_OIWSEC_dsa, szOID_OIWSEC_shaDSA, szOID_OIWSEC_mdc2RSA,
3527         szOID_OIWSEC_shaRSA, szOID_OIWSEC_dhCommMod, szOID_OIWSEC_desEDE,
3528         szOID_OIWSEC_sha, szOID_OIWSEC_mdc2, szOID_OIWSEC_dsaComm,
3529         szOID_OIWSEC_dsaCommSHA, szOID_OIWSEC_rsaXchg, szOID_OIWSEC_keyHashSeal,
3530         szOID_OIWSEC_md2RSASign, szOID_OIWSEC_md5RSASign, szOID_OIWSEC_sha1,
3531         szOID_OIWSEC_dsaSHA1, szOID_OIWSEC_dsaCommSHA1, szOID_OIWSEC_sha1RSASign,
3532         szOID_OIWDIR, szOID_OIWDIR_CRPT, szOID_OIWDIR_HASH, szOID_OIWDIR_SIGN,
3533         szOID_OIWDIR_md2, szOID_OIWDIR_md2RSA, szOID_INFOSEC,
3534         szOID_INFOSEC_sdnsSignature, szOID_INFOSEC_mosaicSignature,
3535         szOID_INFOSEC_sdnsConfidentiality, szOID_INFOSEC_mosaicConfidentiality,
3536         szOID_INFOSEC_sdnsIntegrity, szOID_INFOSEC_mosaicIntegrity,
3537         szOID_INFOSEC_sdnsTokenProtection, szOID_INFOSEC_mosaicTokenProtection,
3538         szOID_INFOSEC_sdnsKeyManagement, szOID_INFOSEC_mosaicKeyManagement,
3539         szOID_INFOSEC_sdnsKMandSig, szOID_INFOSEC_mosaicKMandSig,
3540         szOID_INFOSEC_SuiteASignature, szOID_INFOSEC_SuiteAConfidentiality,
3541         szOID_INFOSEC_SuiteAIntegrity, szOID_INFOSEC_SuiteATokenProtection,
3542         szOID_INFOSEC_SuiteAKeyManagement, szOID_INFOSEC_SuiteAKMandSig,
3543         szOID_INFOSEC_mosaicUpdatedSig, szOID_INFOSEC_mosaicKMandUpdSig,
3544         szOID_INFOSEC_mosaicUpdatedInteg, szOID_PKIX_NO_SIGNATURE,
3545         szOID_COMMON_NAME, szOID_COUNTRY_NAME, szOID_DEVICE_SERIAL_NUMBER,
3546         szOID_DOMAIN_COMPONENT, szOID_RSA_emailAddr, szOID_GIVEN_NAME,
3547         szOID_INITIALS, szOID_LOCALITY_NAME, szOID_ORGANIZATION_NAME,
3548         szOID_ORGANIZATIONAL_UNIT_NAME, szOID_STATE_OR_PROVINCE_NAME,
3549         szOID_STREET_ADDRESS, szOID_SUR_NAME, szOID_TITLE, szOID_RSA_unstructAddr,
3550         szOID_RSA_unstructName, szOID_BASIC_CONSTRAINTS2,
3551         CERT_BASIC_CONSTRAINTS2_INFO, CRYPT_ENCODE_PARA,CertDuplicateStore,
3552         CertEnumCertificatesInStore, CertDuplicateCertificateContext,
3553         CertGetNameStringA, CertGetNameStringW, CertGetNameString, PFXIsPFXBlob,
3554         CertFindExtension, CryptDecodeObject, CertAddCertificateContextToStore,
3555         CertCompareCertificate, PFXVerifyPassword, PFXImportCertStore,
3556         CertDeleteCertificateFromStore): Define.
3557         * lib/crypt32.def (CertDuplicateStore, CertEnumCertificatesInStore,
3558         CertDuplicateCertificateContext, CertGetNameStringA, CertGetNameStringW,
3559         CertGetNameString, PFXIsPFXBlob, CertFindExtension, CryptDecodeObject,
3560         CertAddCertificateContextToStore, CertCompareCertificate,
3561         PFXVerifyPassword, PFXImportCertStore, CertDeleteCertificateFromStore):
3562         Define.
3563
3564 2006-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3565
3566         * lib/uuid.c: Remove.
3567
3568 2006-07-20  Elias Naur  <elias_naur@users.sourceforge.net>
3569
3570         * include/devguid.h: Add new file with missing GUID_DEVCLASS_*
3571         declarations. They were extracted from the registry with a script.
3572         * lib/devguid.c: Add new file with the implementation of the
3573         missing GUIDs.
3574         * lib/Makefile.in: Add devguid.c to UUID_SOURCES and UUID_OBJS.
3575
3576 2006-07-19  Elias Naur  <elias_naur@users.sourceforge.net>
3577
3578         * include/winuser.h (WM_INPUT): Add missing Raw Input
3579         notification define.
3580         (RID_DEVICE_INFO_MOUSE, RID_DEVICE_INFO_KEYBOARD,
3581         RID_DEVICE_INFO_HID, RID_DEVICE_INFO): Define Raw Input structs
3582
3583 2006-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
3584
3585         [mingw-Bugs-1525021]
3586         * iptypes.h (IP_ADAPTER_ANYCAST_ADDRESS): Fix NONAMELESSUNION warnings.
3587         (IP_ADAPTER_MULTICAST_ADDRESS): Likewise.
3588         (IP_ADAPTER_UNICAST_ADDRESS): Likewise.
3589         (IP_ADAPTER_DNS_SERVER_ADDRESS): Likewise.
3590         (IP_ADAPTER_ADAPTER_PREFIX): Likewise.
3591         (IP_ADAPTER_ADDRESSES): Likewise.
3592
3593 2006-06-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3594
3595         * lib/uuid.c (CLSID_FileProtocol, CLSID_FtpProtocol, CLSID_GopherProtocol,
3596         CLSID_HttpProtocol, CLSID_HttpSProtocol, CLSID_MkProtocol,
3597         CLSID_PSUrlMonProxy, CLSID_StdURLMoniker): Remove.  Moved to
3598         extras-uuid.c.
3599         * lib/extras-uuid.c (CLSID_FileProtocol, CLSID_FtpProtocol, CLSID_GopherProtocol,
3600         CLSID_HttpProtocol, CLSID_HttpSProtocol, CLSID_MkProtocol,
3601         CLSID_PSUrlMonProxy, CLSID_StdURLMoniker): Added.
3602         * lib/hlguids-uuid.c: State source of CLSIDs.
3603
3604 2006-06-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3605
3606         * lib/Makefile.in: Added extras-uuid as an object and source.
3607         * lib/uuid.c (IID_IClientSiteHandler, IID_IContinue, IID_IHttpNegotiate,
3608         IID_IPersistMoniker, IID_IServerHandler, IID_ITargetEmbedding,
3609         IID_ITargetFrame, IID_ITypeComp, IID_IUrlHistoryStg, IID_IWinInetHttpInfo,
3610         IID_IWinInetInfo, IID_IEnumSTATPROPSETSTG, IID_IEnumSTATPROPSTG,
3611         IID_IEnumSTATURL): Remove.  Moved to extras-uuid.c.
3612         * lib/extras-uuid.c: New file.
3613         Thank you to Julien Lecomte (julienlecomte at users dot sourceforge dot
3614         net).
3615
3616 2006-06-12  Danny Smith  <dannysmith@users.sourceforge.net>
3617
3618         [mingw-Bugs-1424461]
3619         *include/imagehlp.h: Comment out IN, OUT and OPTIONAL,
3620         throughout.
3621         *include/rpcdce.h: Don't define IN, OUT or OPTIONAL if
3622         _NO_W32_PSEUDO_MODIFIERS.
3623         *include/rpcnsi.h: Comment out IN, OUT and OPTIONAL,
3624         throughout.
3625         *include/rpcnsip.h: Likewise.
3626         *include/windef.h: Don't define IN, OUT or OPTIONAL
3627         if _NO_W32_PSEUDO_MODIFIERS.
3628         *include/ddk/batclass.h: Comment out IN, OUT and OPTIONAL,
3629         throughout.
3630         *include/ddk/cfgmgr32.h: Likewise.
3631         *include/ddk/ddkmapi.h: Likewise.
3632         *include/ddk/hidclass.h: Likewise.
3633         *include/ddk/hidpi.h: Likewise.
3634         *include/ddk/kbdmou.h: Likewise.
3635         *include/ddk/mcd.h: Likewise.
3636         *include/ddk/miniport.h: Likewise.
3637         *include/ddk/minitape.h: Likewise.
3638         *include/ddk/ndis.h: Likewise.
3639         *include/ddk/ndistapi.h: Likewise.
3640         *include/ddk/ndiswan.h: Likewise.
3641         *include/ddk/ntapi.h: Likewise.
3642         *include/ddk/ntdd8042.h: Likewise.
3643         *include/ddk/ntddpcm.h: Likewise.
3644         *include/ddk/ntifs.h: Likewise.
3645         *include/ddk/ntpoapi.h: Likewise.
3646         *include/ddk/parallel.h: Likewise.
3647         *include/ddk/pfhook.h: Likewise.
3648         *include/ddk/scsiwmi.h: Likewise.
3649         *include/ddk/smbus.h: Likewise.
3650         *include/ddk/srb.h: Likewise.
3651         *include/ddk/storport.h: Likewise.
3652         *include/ddk/tdikrnl.h: Likewise.
3653         *include/ddk/upssvc.h: Likewise.
3654         *include/ddk/usbcamdi.h: Likewise.
3655         *include/ddk/usbscan.h: Likewise.
3656         *include/ddk/video.h: Likewise.
3657         *include/ddk/videoagp.h: Likewise.
3658         *include/ddk/win2k.h: Likewise.
3659         *include/ddk/winddi.h: Likewise.
3660         *include/ddk/winddk.h: Don't define IN, OUT or OPTIONAL
3661         if _NO_W32_PSEUDO_MODIFIERS.
3662         Comment out IN, OUT and OPTIONAL, throughout.
3663         *include/ddk/winnt4.h: Comment out IN, OUT and OPTIONAL,
3664         throughout.
3665         *include/ddk/ws2san.h: Likewise.
3666
3667 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3668
3669         * lib/Makefile.in:  Added hlguids-uuid as source and object.
3670
3671 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3672
3673         * lib/uuid.c (CLSID_StaticDib, CLSID_StaticMetafile, CLSID_StdHlink,
3674         CLSID_StdHlinkBrowseContext): Remove.  Moved to relevant files.
3675         * lib/cguid-uuid.c (CLSID_StaticDib, CLSID_StaticMetafile): Added.
3676         * lib/hlguids-uuid.c: New file.
3677         Thank you to Julien Lecomte (julienlecomte at users dot sourceforge dot
3678         net).
3679
3680 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3681
3682         * lib/Makefile.in: Added urlmon-uuid and hlink-uuid as sources and
3683         objects.
3684         * lib/uuid.c (IID_IAuthenticate, IID_IBindHost, IID_IBindProtocol,
3685         IID_IBindStatusCallback, IID_IBindStatusCallbackMsg, IID_IBinding,
3686         IID_IHlink, IID_IHlinkBrowseContext, IID_IHlinkFrame, IID_IHlinkSite,
3687         IID_IHlinkTarget): Remove.  Moved to new files.
3688         * lib/urlmon-uuid.c: New file.
3689         * lib/hlink-uuid.c: New file.
3690
3691 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3692
3693         * lib/Makefile.in: Added ativscp-uuid as source and object.
3694         * lib/uuid.c (IID_IActiveScript, IID_IActiveScriptError,
3695         IID_IActiveScriptParse, IID_IActiveScriptSite,
3696         IID_IActiveScriptSiteWindow): Remove.  Moved to ativscp-uuid.c.
3697         * lib/ativscp-uuid.c: New file.
3698
3699 2006-06-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3700
3701         * lib/uuid.c (IID_IClientSecurity, IID_IMallocSpy, IID_IServerSecurity):
3702         Remove.  Moved to objidl-uuid.c
3703         * lib/objidl-uuid.c (IID_IClientSecurity, IID_IMallocSpy,
3704         IID_IServerSecurity): Defined.
3705
3706 2006-06-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3707
3708         * lib/Makefile.in: Add cguid-uuid and olectlid-uuid as sources and
3709         objects.
3710         * lib/uuid.c (CLSID_CColorPropPage, CLSID_CFontPropPage,
3711         CLSID_CPicturePropPage, CLSID_Picture_Dib, CLSID_Picture_Metafile,
3712         CLSID_StdFont, CLSID_StdPicture, GUID_NULL, IID_ICreateTypeInfo,
3713         IID_ICreateTypeInfo2, IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_IDebug,
3714         IID_IDebugStream, IID_IDispatch, IID_IEnumFORMATETC,IID_IEnumMoniker,
3715         IID_IEnumOLEVERB, IID_IEnumSTATDATA, IID_IEnumSTATSTG, IID_IEnumString,
3716         IID_IEnumUnknown, IID_IEnumVARIANT, IID_IOleLink, IID_IPSFactory,
3717         IID_IRpcChannel, IID_IRpcProxy, IID_IRpcStub, IID_ITypeInfo,
3718         IID_ITypeInfo2, IID_ITypeLib, IID_ITypeLib2): Remove.  Moved to relevant
3719         files.
3720         * lib/oaidl-uuid.c (IID_ICreateTypeInfo, IID_ICreateTypeInfo2,
3721         IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_ITypeInfo, IID_ITypeInfo2,
3722         IID_ITypeLib, IID_ITypeLib2, IID_IEnumVARIANT): Define.
3723         * lib/cguid-uuid.c: New file.
3724         * lib/olectlid-uuid.c: New file.
3725
3726 2006-06-08  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3727
3728         * lib/Makefile.in: Add objsafe-uuid oaidl-uuid docobj-uuid comcat-uuid
3729         exdisp-uuid mlang-uuid objidl-uuid as sources and objects.
3730         * lib/uuid.c (CATID_Control, CATID_DocObject, CATID_Insertable,
3731         CATID_PersistsToPropertyBag, CATID_PersistsToStorage, CATID_PersistsToStream,
3732         CATID_PersistsToStreamInit, CATID_Printable, CATID_Programmable,
3733         CLSID_CMultiLanguage, CLSID_StdComponentCategoriesMgr, CLSID_WebBrowser,
3734         DIID_DWebBrowserEvents, DIID_DWebBrowserEvents2, IID_IAdviseSink,
3735         IID_IAdviseSink2, IID_IBindCtx, IID_ICatInformation, IID_ICatRegister,
3736         IID_IClassActivator, IID_IContinueCallback, IID_ICreateErrorInfo,
3737         IID_IDataAdviseHolder, IID_IDataObject, IID_IEnumCATEGORYINFO,
3738         IID_IEnumGUID, IID_IEnumOleDocumentViews, IID_IErrorInfo,
3739         IID_IExternalConnection, IID_IFillLockBytes, IID_ILockBytes, IID_IMalloc,
3740         IID_IMarshal, IID_IMessageFilter, IID_IMoniker, IID_IObjectSafety,
3741         IID_IOleCommandTarget, IID_IOleDocument, IID_IOleDocumentSite,
3742         IID_IOleDocumentView, IID_IPSFactoryBuffer, IID_IPersist,
3743         IID_IPersistFile, IID_IPersistStorage, IID_IPersistStream, IID_IPrint,
3744         IID_IProgressNotify, IID_IPropertySetStorage, IID_IPropertyStorage,
3745         IID_IROTData, IID_IRootStorage, IID_IRpcChannelBuffer,
3746         IID_IRpcProxyBuffer, IID_IRpcStubBuffer, IID_IRunnableObject,
3747         IID_IRunningObjectTable, IID_ISequentialStream, IID_IStdMarshalInfo,
3748         IID_IStorage, IID_IStream, IID_ISupportErrorInfo, IID_IWebBrowser,
3749         IID_IWebBrowser2, IID_IWebBrowserApp): Remove. Moved to new files.
3750         * lib/comcat-uuid.c: New file.
3751         * lib/docobj-uuid.c: New File.
3752         * lib/exdisp-uuid.c: New file.
3753         * lib/mlang-uuid.c: New file.
3754         * lib/oaidl-uuid.c: New file.
3755         * lib/objidl-uuid.c: New file.
3756         * lib/objsafe-uuid.c: New file.
3757
3758 2006-06-07  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3759
3760         * lib/Makefile.in: Add oleacc-uuid oleidl-uuid ocidl-uuid as sources and
3761         objects.
3762         * lib/uuid.c (IID_IOleCache, IID_IOleCache2, IID_IOleCacheControl, IID_IViewObject,
3763         IID_IViewObject2, IID_IDropSource, IID_IDropTarget, IID_IOleAdviseHolder,
3764         IID_IOleInPlaceUIWindow, IID_IOleInPlaceObject, IID_IOleInPlaceActiveObject,
3765         IID_IOleInPlaceFrame, IID_IOleInPlaceSite, IID_IOleContainer, IID_IOleItemContainer,
3766         IID_IOleClientSite, IID_IOleObject, IID_IOleWindow, IID_IParseDisplayName,
3767         IID_IAccessible, LIBID_Accessibility, IID_IQuickActivate, IID_IOleUndoManager,
3768         IID_IOleParentUndoUnit, IID_IOleUndoUnit, IID_IEnumOleUndoUnits, IID_IPointerInactive,
3769         IID_IAdviseSinkEx, IID_IOleInPlaceSiteEx, IID_IOleControl, IID_IOleControlSite,
3770         IID_IPersistPropertyBag, IID_IPersistPropertyBag2, IID_IPersistStreamInit,
3771         IID_IPersistMemory, IID_IPropertyBag, IID_IPropertyBag2, IID_IPropertyNotifySink,
3772         IID_IPropertyPage, IID_IPropertyPage2, IID_IPropertyPageSite, IID_IFont, IID_IFontDisp,
3773         IID_IPicture, IID_IPictureDisp, IID_IProvideClassInfo, IID_IProvideClassInfo2,
3774         IID_IEnumConnectionPoints, IID_IEnumConnections, IID_IConnectionPoint,
3775         IID_IConnectionPointContainer, IID_IClassFactory2, IID_IErrorLog,
3776         IID_IObjectWithSite, IID_IPerPropertyBrowsing, IID_ISimpleFrameSite,
3777         IID_ISpecifyPropertyPages): Remove. Moved to new files.
3778         * lib/oleidl-uuid.c: New file.
3779         * lib/oleacc-uuid.c: New file.
3780         * lib/ocidl-uuid.c: New file.
3781
3782 2006-06-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3783
3784         * lib/Makefile.in: Add unknwn-uuid and servprov-uuid as sources and
3785         objects.
3786         * lib/uuid.c (IID_IUnknown, IID_IClassFactory, IID_IServiceProvider):
3787         Remove.  Moved to unknwn-uuid and servprov-uuid.
3788         * lib/unknwn-uuid.c: New file.
3789         * lib/servprov-uuid.c: New file.
3790
3791 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
3792
3793         * include/strmif.h (VMRDeinterlaceTech): Correct typedef for DeinterlaceTech_*
3794         enum.
3795
3796 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
3797
3798         * include/strmif.h (enum tagAnalogVideoStandard): Add missing ','.
3799
3800 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
3801
3802         * include/winuser.h (DM_BITSPERPEL, DM_PELSWIDTH, DM_PELSHEIGHT,
3803         DM_DISPLAYFLAGS, DM_DISPLAYFREQUENCY): Remove.  Duplicates of
3804         wingdi.h defines.
3805
3806 2006-06-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3807
3808         * include/winuser.h ((SPI_GETMOUSETRAILS,SPI_SETMOUSETRAILS): Remove
3809         duplicate defines.
3810
3811         * include/winnt.h (SUBLANG_ARABIC_SAUDI_ARABIA): Revert accidental
3812         removal.
3813         (SUBLANG_MARATHI_INDIA): Remove duplicate define.
3814
3815 2006-05-24  Christopher Faylor  <cgf@timesys.com>
3816
3817         * configure.in: Update to newer autoconf.
3818         (thanks to Steve Ellcey)
3819         * configure: Regenerate.
3820         * aclocal.m4: New file.
3821
3822 2006-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
3823
3824         * lib/uuid.c (IID_IRpcProxyBuffer34): Remove definition.
3825
3826 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3827
3828         * include/rtutils.h (TraceDumpA,TraceDumpW,TracePutsA,TracePutsW)
3829         (TraceRegisterA,TraceRegisterW,TraceVprintfA,TraceVprintfW): Define
3830         as macros.
3831         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
3832
3833 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3834
3835         * include/mprapi.h (MprAdminMIBBufferFree,MprAdminMIBEntryCreate)
3836         (MprAdminMIBEntryDelete,MprAdminMIBEntryGet,MprAdminMIBEntryGetFirst)
3837         (MprAdminMIBEntryGetNext,MprAdminMIBEntrySet,MprAdminMIBGetTrapInfo)
3838         (MprAdminMIBServerConnect,MprAdminMIBServerDisconnect)
3839         (MprAdminMIBSetTrapInfo): Declare functions.
3840         Note: MprAdminMIBSetTrapInfo is missing from mprapi.def.
3841         (MIB_SERVER_HANDLE): New typedef.
3842         (MprConfigTransportSetInfo): Declare function.
3843         * lib/mprapi.def (MprSetupIpInIpInterfaceFriendlyNameEnum)
3844         (MprSetupIpInIpInterfaceFriendlyNameFree): Fix size.
3845
3846 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3847
3848         * lib/rtutils.def: New file. Generated on Windows XP.
3849         (TracePrintf{AW},TracePrintfEx{AW}): Left out for now.
3850         * include/rtutils.h: New file.
3851         (TraceDump{AW},TracePuts{AW},TraceRegister{AW},TraceVprintf{AW}):
3852         Commented out, they're missing from rtutils.def.
3853
3854 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3855
3856         * include/mprapi.h (MprInfoBlockAdd,MprInfoBlockFind)
3857         (MprInfoBlockQuerySize,MprInfoBlockRemove,MprInfoBlockSet)
3858         (MprInfoCreate,MprInfoDelete,MprInfoDuplicate)
3859         (MprInfoRemoveAll): Declare functions.
3860
3861 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3862
3863         * include/mprapi.h (MprConfigBufferFree,MprConfigGetFriendlyName)
3864         (MprConfigGetGuidName,MprConfigInterfaceCreate)
3865         (MprConfigInterfaceDelete,MprConfigInterfaceEnum)
3866         (MprConfigInterfaceGetHandle,MprConfigInterfaceGetInfo)
3867         (MprConfigInterfaceSetInfo,MprConfigInterfaceTransportAdd)
3868         (MprConfigInterfaceTransportEnum,MprConfigInterfaceTransportGetHandle)
3869         (MprConfigInterfaceTransportGetInfo,MprConfigInterfaceTransportRemove)
3870         (MprConfigInterfaceTransportSetInfo,MprConfigServerBackup)
3871         (MprConfigServerConnect,MprConfigServerDisconnect)
3872         (MprConfigServerGetInfo,MprConfigServerInstall)
3873         (MprConfigServerRestore,MprConfigTransportCreate)
3874         (MprConfigTransportDelete,MprConfigTransportEnum)
3875         (MprConfigTransportGetHandle,MprConfigTransportGetInfo)
3876         (MprConfigTransportSetInfo): Declare functions.
3877
3878 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3879
3880         * include/mprapi.h (MprAdminBufferFree)
3881         (MprAdminDeregisterConnectionNotification,MprAdminGetErrorString)
3882         (MprAdminInterfaceConnect,MprAdminInterfaceCreate)
3883         (MprAdminInterfaceDelete,MprAdminInterfaceDeviceGetInfo)
3884         (MprAdminInterfaceDeviceSetInfo,MprAdminInterfaceDisconnect)
3885         (MprAdminInterfaceEnum,MprAdminInterfaceGetCredentials)
3886         (MprAdminInterfaceGetCredentialsEx,MprAdminInterfaceGetHandle)
3887         (MprAdminInterfaceGetInfo,MprAdminInterfaceQueryUpdateResult)
3888         (MprAdminInterfaceSetCredentials,MprAdminInterfaceSetCredentialsEx)
3889         (MprAdminInterfaceSetInfo,MprAdminInterfaceTransportAdd)
3890         (MprAdminInterfaceTransportGetInfo,MprAdminInterfaceTransportRemove)
3891         (MprAdminInterfaceTransportSetInfo)
3892         (MprAdminInterfaceUpdatePhonebookInfo,MprAdminInterfaceUpdateRoutes)
3893         (MprAdminIsServiceRunning,MprAdminRegisterConnectionNotification)
3894         (MprAdminServerConnect,MprAdminServerDisconnect)
3895         (MprAdminServerGetCredentials,MprAdminServerGetInfo)
3896         (MprAdminServerSetCredentials,MprAdminTransportCreate)
3897         (MprAdminTransportGetInfo,MprAdminTransportSetInfo): Declare functions.
3898
3899 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3900
3901         * include/ipxtfflt.h: New file.
3902
3903 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3904
3905         * include/mprapi.h: Fix header guard. Cleanup.
3906         (MprAdminAcceptNewConnection,MprAdminAcceptNewConnection2)
3907         (MprAdminAcceptNewLink,MprAdminAcceptReauthentication)
3908         (MprAdminConnectionHangupNotification)
3909         (MprAdminConnectionHangupNotification2)
3910         (MprAdminGetIpAddressForUser,MprAdminInitializeDll)
3911         (MprAdminTerminateDll,MprAdminLinkHangupNotification)
3912         (MprAdminReleaseIpAddress): Declare functions.
3913         * lib/mprapi.def: Regenerate on Windows XP.
3914
3915 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3916
3917         * include/ipifcons.h: Cleanup.
3918         * include/ipxconst.h: Fix header guard.
3919         * include/ipxrtdef.h: include <ipxconst.h>.
3920
3921 2006-05-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3922
3923         * include/ipxrtdef.h: Cleanup.
3924         (IPX_INTERFACE_INFO_TYPE,IPX_STATIC_ROUTE_INFO_TYPE)
3925         (IPX_STATIC_SERVICE_INFO_TYPE,IPX_SERVICE_FILTER_INFO_TYPE)
3926         (IPX_ROUTE_FILTER_INFO_TYPE,IPX_IN_TRAFFIC_FILTER_INFO_TYPE)
3927         (IPX_ADAPTER_INFO_TYPE,IPXWAN_INTERFACE_INFO_TYPE,IPX_GLOBAL_INFO_TYPE)
3928         (IPX_STATIC_NETBIOS_NAME_INFO_TYPE)
3929         (IPX_IN_TRAFFIC_FILTER_GLOBAL_INFO_TYPE)
3930         (IPX_OUT_TRAFFIC_FILTER_INFO_TYPE)
3931         (IPX_OUT_TRAFFIC_FILTER_GLOBAL_INFO_TYPE): Define.
3932         * include/routprot.h: Cleanup.
3933         (PROTO_IP_OTHER,PROTO_IP_LOCAL,PROTO_IP_NETMGMT,PROTO_IP_ICMP)
3934         (PROTO_IP_EGP,PROTO_IP_GGP,PROTO_IP_HELLO,PROTO_IP_RIP,PROTO_IP_IS_IS)
3935         (PROTO_IP_ES_IS,PROTO_IP_CISCO,PROTO_IP_BBN,PROTO_IP_OSPF,PROTO_IP_BGP)
3936         (PROTO_IP_BOOTP,PROTO_IP_NT_AUTOSTATIC,PROTO_IP_NT_STATIC)
3937         (PROTO_IP_NT_STATIC_NON_DOD,IPRTRMGR_PID,IPX_PROTOCOL_BASE)
3938         (IPX_PROTOCOL_RIP,IPX_PROTOCOL_SAP,IPX_PROTOCOL_NLSP): Define.
3939         * include/fltdefs.h: New file.
3940         * include/ipinfoid.h: New file.
3941
3942 2006-05-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3943
3944         * include/strmif.h (IAMAnalogVideoDecoder,IAMAudioInputMixer)
3945         (IAMAudioRendererStats,IAMBufferNegotiation,IAMCameraControl)
3946         (IAMCertifiedOutputProtection): Add interfaces.
3947         * include/adsprop.h: New file.
3948         * include/cmnquery.h: New file.
3949         * include/dsadmin.h: New file.
3950         * include/dsclient.h: New file.
3951         * include/dsgetdc.h: New file.
3952         * include/dsquery.h: New file.
3953         * include/dsrole.h: New file.
3954         * include/ntdsapi.h: New file.
3955         * include/ntdsbcli.h: New file.
3956         * include/objsel.h: New file.
3957
3958 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3959
3960         * include/qedit.h (DEXTER_PARAM,DEXTER_VALUE,SCompFmt0): Add structures.
3961         (DEXTERF_TRACK_SEARCH_FLAGS,TIMELINE_MAJOR_TYPE): Add enums.
3962         (CONNECTF_DYNAMIC_NONE,CONNECTF_DYNAMIC_SOURCES)
3963         (CONNECTF_DYNAMIC_EFFECTS,SFN_VALIDATEF_CHECK,SFN_VALIDATEF_POPUP)
3964         (SFN_VALIDATEF_TELLME,SFN_VALIDATEF_REPLACE,SFN_VALIDATEF_USELOCAL)
3965         (SFN_VALIDATEF_NOFIND,SFN_VALIDATEF_IGNOREMUTED,RESIZEF_STRETCH)
3966         (RESIZEF_CROP,RESIZEF_PRESERVEASPECTRATIO)
3967         (RESIZEF_PRESERVEASPECTRATIO_NOLETTERBOX): Define.
3968
3969 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3970
3971         * include/qedit.h: New file.
3972         * include/errors.h: Cleanup.
3973
3974 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3975
3976         * include/amvideo.h (BIT_MASKS_MATCH): Don't use memcmp to
3977         avoid dependency on <string.h>.
3978         There's no Win32 equivalent for memcmp:
3979         http://support.microsoft.com/default.aspx?scid=kb;EN-US;q99456
3980
3981 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3982
3983         * include/amvideo.h (RESET_MASKS,RESET_PALETTE): Use ZeroMemory
3984         instead of memset to avoid dependency on <string.h>.
3985         * include/dshow.h (AM_ASPECT_RATIO_MODE,AM_WST_DRAWBGMODE,AM_WST_LEVEL)
3986         (AMExtendedSeekingCapabilities,AM_WST_SERVICE,AM_WST_STATE)
3987         (AM_WST_STYLE): Add enums.
3988         (AM_WST_PAGE,AMVABeginFrameInfo,AMVACompBufferInfo,AMVAEndFrameInfo,
3989         AMVAInternalMemInfo,AMVAUncompBufferInfo,AMVAUncompDataInfo): New
3990         structures.
3991         * include/errors.h (VFW_E_DVD_CMD_CANCELLED)
3992         (VFW_E_DVD_STATE_WRONG_VERSION,VFW_E_DVD_STATE_CORRUPT)
3993         (VFW_E_DVD_STATE_WRONG_DISC,VFW_E_DVD_INCOMPATIBLE_REGION)
3994         (VFW_E_DVD_NO_ATTRIBUTES,VFW_E_DVD_NO_GOUP_PGC)
3995         (VFW_E_DVD_LOW_PARENTAL_LEVEL,VFW_E_DVD_NOT_IN_KARAOKE_MODE)
3996         (VFW_E_FRAME_STEP_UNSUPPORTED,VFW_E_DVD_STREAM_DISABLED)
3997         (VFW_E_DVD_TITLE_UNKNOWN,VFW_E_DVD_INVALID_DISC)
3998         (VFW_E_DVD_NO_RESUME_INFORMATION)
3999         (VFW_E_PIN_ALREADY_BLOCKED_ON_THIS_THREAD,VFW_E_PIN_ALREADY_BLOCKED)
4000         (VFW_E_CERTIFICATION_FAILURE,VFW_E_VMR_NOT_IN_MIXER_MODE)
4001         (VFW_E_VMR_NO_AP_SUPPLIED,VFW_E_VMR_NO_DEINTERLACE_HW)
4002         (VFW_E_VMR_NO_PROCAMP_HW,VFW_E_DVD_VMR9_INCOMPATIBLEDEC)
4003         (VFW_E_NO_COPP_HW,VFW_E_BAD_KEY): Define.
4004         * include/evcode.h (AM_WMT_EVENT_DATA): New structure.
4005         * include/mmsystem.h (WAVE_FORMAT_EXTENSIBLE): Define.
4006         * include/edevdefs.h (ED_FORMAT_SMPTE_30,ED_FORMAT_SMPTE_30DROP)
4007         (ED_FORMAT_SMPTE_25,ED_FORMAT_SMPTE_24): Move from here...
4008         * include/strmif.h: ... to here. New file.
4009         * include/aviriff.h: New file.
4010         * include/bdatypes.h: New file.
4011         * include/control.h: New file.
4012         * include/dvdmedia.h: New file.
4013         * include/il21dec.h: New file.
4014         * include/ks.h: New file.
4015         * include/ksmedia.h: New file.
4016         * include/mmreg.h: New file.
4017         * include/mpegtype.h: New file.
4018         * include/vidcap.h: New file.
4019         * include/vmr9.h: New file.
4020         * include/vptype.h: New file.
4021         * include/xprtdefs.h: New file.
4022
4023 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4024
4025         * include/winnls.h [WINVER >= 0x0500] (LOCALE_IDEFAULTEBCDICCODEPAGE):
4026         Documented as defined on Windows 2000 or later.
4027         [WINVER >= 0x0600] (LOCALE_SDURATION,LOCALE_SIETFLANGUAGE)
4028         (LOCALE_SISO3166CTRYNAME2,LOCALE_SISO639LANGNAME2)
4029         (LOCALE_SKEYBOARDSTOINSTALL,LOCALE_SNAME,LOCALE_SNAN)
4030         (LOCALE_SNEGINFINITY,LOCALE_SPOSINFINITY,LOCALE_SSCRIPTS): Documented
4031         but values unknown, Windows Vista or later.
4032         (CAL_UMALQURA): Cleanup.
4033         (CAL_SSHORTESTDAYNAME_1,CAL_SSHORTESTDAYNAME_2,CAL_SSHORTESTDAYNAME_3)
4034         (CAL_SSHORTESTDAYNAME_4,CAL_SSHORTESTDAYNAME_5,CAL_SSHORTESTDAYNAME_6)
4035         (CAL_SSHORTESTDAYNAME7): Cleanup.
4036         [WINVER >= 0x0410] (CAL_SYEARMONTH,CAL_ITWODIGITYEARMAX)
4037         (CAL_NOUSEROVERRIDE,CAL_RETURN_NUMBER,CAL_USE_CP_ACP): Cleanup.
4038
4039 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4040
4041         * include/wingdi.h [WINVER >= 0x0500] (DC_PERSONALITY,DC_PRINTRATE)
4042         (DC_PRINTRATEUNIT,DC_PRINTERMEM,DC_MEDIAREADY,DC_STAPLE)
4043         (DC_PRINTRATEPPM,DC_COLORDEVICE,DC_NUP,DC_MEDIATYPENAMES)
4044         (DC_MEDIATYPES,DMPAPER_DBL_JAPANESE_POSTCARD,DMPAPER_A6)
4045         (DMPAPER_JENV_KAKU2,DMPAPER_JENV_KAKU3,DMPAPER_JENV_CHOU3)
4046         (DMPAPER_JENV_CHOU4,DMPAPER_LETTER_ROTATED)
4047         (DMPAPER_A3_ROTATED,DMPAPER_A4_ROTATED,DMPAPER_A5_ROTATED)
4048         (DMPAPER_B4_JIS_ROTATED,DMPAPER_B5_JIS_ROTATED)
4049         (DMPAPER_JAPANESE_POSTCARD_ROTATED)
4050         (DMPAPER_DBL_JAPANESE_POSTCARD_ROTATED)
4051         (DMPAPER_A6_ROTATED,DMPAPER_JENV_KAKU2_ROTATED)
4052         (DMPAPER_JENV_KAKU3_ROTATED,DMPAPER_JENV_CHOU3_ROTATED)
4053         (DMPAPER_JENV_CHOU4_ROTATED,DMPAPER_B6_JIS)
4054         (DMPAPER_B6_JIS_ROTATED,DMPAPER_12X11,DMPAPER_JENV_YOU4)
4055         (DMPAPER_JENV_YOU4_ROTATED,DMPAPER_P16K,DMPAPER_P32K)
4056         (DMPAPER_P32KBIG,DMPAPER_PENV_1,DMPAPER_PENV_2)
4057         (DMPAPER_PENV_3,DMPAPER_PENV_4,DMPAPER_PENV_5)
4058         (DMPAPER_PENV_6,DMPAPER_PENV_7,DMPAPER_PENV_8)
4059         (DMPAPER_PENV_9,DMPAPER_PENV_10,DMPAPER_P16K_ROTATED)
4060         (DMPAPER_P32K_ROTATED,DMPAPER_P32KBIG_ROTATED)
4061         (DMPAPER_PENV_1_ROTATED,DMPAPER_PENV_2_ROTATED)
4062         (DMPAPER_PENV_3_ROTATED,DMPAPER_PENV_4_ROTATED)
4063         (DMPAPER_PENV_5_ROTATED,DMPAPER_PENV_6_ROTATED)
4064         (DMPAPER_PENV_7_ROTATED,DMPAPER_PENV_8_ROTATED)
4065         (DMPAPER_PENV_9_ROTATED,DMPAPER_PENV_10_ROTATED): Define.
4066         (DMPAPER_LAST): Value depends on DMPAPER_* variables actually defined.
4067         (DM_PANNINGWIDTH,DM_PANNINGHEIGHT,DM_DISPLAYFIXEDOUTPUT)
4068         (DMDO_DEFAULT,DMDO_90,DMDO_180,DMDO_270,DMDFO_DEFAULT,DMDFO_STRETCH)
4069         (DMDFO_CENTER): Define.
4070         (GetDCBrushColor,GetDCPenColor): Declare.
4071         * lib/msimg32.def (GetDCBrushColor,GetDCPenColor): Add stubs.
4072
4073 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4074
4075         * include/winnt.h (LANG_PERSIAN,LANG_LOWER_SORBIAN,LANG_UPPER_SORBIAN)
4076         (LANG_TSWANA,LANG_XHOSA,LANG_ZULU,LANG_MALTESE,LANG_SAMI,LANG_IRISH)
4077         (LANG_TIBETAN,LANG_WELSH,LANG_KHMER,LANG_LAO,LANG_SINHALESE)
4078         (LANG_INUKTITUT,LANG_AMHARIC,LANG_TAMAZIGHT,LANG_FRISIAN)
4079         (LANG_PASHTO,LANG_FILIPINO,LANG_HAUSA,LANG_YORUBA,LANG_QUECHUA)
4080         (LANG_SOTHO,LANG_BASHKIR,LANG_LUXEMBOURGISH,LANG_GREENLANDIC)
4081         (LANG_IGBO,LANG_TIGRIGNA,LANG_YI,LANG_MAPUDUNGUN,LANG_MOHAWK)
4082         (LANG_BRETON,LANG_UIGHUR,LANG_MAORI,LANG_OCCITAN,LANG_CORSICAN)
4083         (LANG_ALSATIAN,LANG_YAKUT,LANG_KICHE,LANG_KINYARWANDA,LANG_WOLOF)
4084         (LANG_DARI,LANG_MALAGASY)
4085         (SUBLANG_CUSTOM_DEFAULT,SUBLANG_CUSTOM_UNSPECIFIED)
4086         (SUBLANG_UI_CUSTOM_DEFAULT,SUBLANG_AFRIKAANS_SOUTH_AFRICA)
4087         (SUBLANG_ALBANIAN_ALBANIA,SUBLANG_ALSATIAN_FRANCE)
4088         (SUBLANG_AMHARIC_ETHIOPIA,SUBLANG_ARMENIAN_ARMENIA)
4089         (SUBLANG_ASSAMESE_INDIA,SUBLANG_BASHKIR_RUSSIA,SUBLANG_BASQUE_BASQUE)
4090         (SUBLANG_BELARUSIAN_BELARUS,SUBLANG_BENGALI_INDIA)
4091         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN)
4092         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC)
4093         (SUBLANG_BRETON_FRANCE,SUBLANG_BULGARIAN_BULGARIA)
4094         (SUBLANG_CATALAN_CATALAN,SUBLANG_CORSICAN_FRANCE)
4095         (SUBLANG_CZECH_CZECH_REPUBLIC,SUBLANG_CROATIAN_CROATIA)
4096         (SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,SUBLANG_DANISH_DENMARK)
4097         (SUBLANG_DIVEHI_MALDIVES,SUBLANG_ENGLISH_IRELAND)
4098         (SUBLANG_ENGLISH_INDIA,SUBLANG_ENGLISH_MALAYSIA)
4099         (SUBLANG_ENGLISH_SINGAPORE,SUBLANG_ESTONIAN_ESTONIA)
4100         (SUBLANG_FAEROESE_FAROE_ISLANDS,SUBLANG_FILIPINO_PHILIPPINES)
4101         (SUBLANG_FINNISH_FINLAND,SUBLANG_FRISIAN_NETHERLANDS)
4102         (SUBLANG_GALICIAN_GALICIAN,SUBLANG_GEORGIAN_GEORGIA)
4103         (SUBLANG_GREEK_GREECE,SUBLANG_GREENLANDIC_GREENLAND)
4104         (SUBLANG_GUJARATI_INDIA,SUBLANG_HAUSA_NIGERIA,SUBLANG_HEBREW_ISRAEL)
4105         (SUBLANG_HINDI_INDIA,SUBLANG_HUNGARIAN_HUNGARY)
4106         (SUBLANG_ICELANDIC_ICELAND,SUBLANG_IGBO_NIGERIA)
4107         (SUBLANG_INDONESIAN_INDONESIA,SUBLANG_INUKTITUT_CANADA)
4108         (SUBLANG_INUKTITUT_CANADA_LATIN,SUBLANG_IRISH_IRELAND)
4109         (SUBLANG_JAPANESE_JAPAN,SUBLANG_KAZAK_KAZAKHSTAN)
4110         (SUBLANG_KHMER_CAMBODIA,SUBLANG_KICHE_GUATEMALA)
4111         (SUBLANG_KINYARWANDA_RWANDA,SUBLANG_KONKANI_INDIA)
4112         (SUBLANG_KYRGYZ_KYRGYZSTAN,SUBLANG_LAO_LAO_PDR)
4113         (SUBLANG_LATVIAN_LATVIA,SUBLANG_LITHUANIAN_LITHUANIA)
4114         (SUBLANG_LOWER_SORBIAN_GERMANY,SUBLANG_LUXEMBOURGISH_LUXEMBOURG)
4115         (SUBLANG_MACEDONIAN_MACEDONIA,SUBLANG_MALAYALAM_INDIA)
4116         (SUBLANG_MALTESE_MALTA,SUBLANG_MAORI_NEW_ZEALAND)
4117         (SUBLANG_MAPUDUNGUN_CHILE,SUBLANG_MARATHI_INDIA,SUBLANG_MOHAWK_MOHAWK)
4118         (SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA,SUBLANG_MONGOLIAN_PRC)
4119         (SUBLANG_NEPALI_NEPAL,SUBLANG_OCCITAN_FRANCE,SUBLANG_ORIYA_INDIA)
4120         (SUBLANG_PASHTO_AFGHANISTAN,SUBLANG_PERSIAN_IRAN)
4121         (SUBLANG_POLISH_POLAND,SUBLANG_PORTUGUESE_PORTUGAL)
4122         (SUBLANG_PUNJABI_INDIA,SUBLANG_QUECHUA_BOLIVIA,SUBLANG_QUECHUA_ECUADOR)
4123         (SUBLANG_QUECHUA_PERU,SUBLANG_ROMANIAN_ROMANIA)
4124         (SUBLANG_ROMANSH_SWITZERLAND,SUBLANG_RUSSIAN_RUSSIA)
4125         (SUBLANG_SAMI_NORTHERN_NORWAY,SUBLANG_SAMI_NORTHERN_SWEDEN)
4126         (SUBLANG_SAMI_NORTHERN_FINLAND,SUBLANG_SAMI_LULE_NORWAY)
4127         (SUBLANG_SAMI_LULE_SWEDEN,SUBLANG_SAMI_SOUTHERN_NORWAY)
4128         (SUBLANG_SAMI_SOUTHERN_SWEDEN,SUBLANG_SAMI_SKOLT_FINLAND)
4129         (SUBLANG_SAMI_INARI_FINLAND,SUBLANG_SANSKRIT_INDIA)
4130         (SUBLANG_SERBIAN_BOSNIA_HERZEGOVINA_LATIN)
4131         (SUBLANG_SERBIAN_BOSNIA_HERZEGOVINA_CYRILLIC)
4132         (SUBLANG_SINDHI_AFGHANISTAN,SUBLANG_SINHALESE_SRI_LANKA)
4133         (SUBLANG_SOTHO_NORTHERN_SOUTH_AFRICA,SUBLANG_SLOVAK_SLOVAKIA)
4134         (SUBLANG_SLOVENIAN_SLOVENIA,SUBLANG_SPANISH_US,SUBLANG_SWEDISH_SWEDEN)
4135         (SUBLANG_SYRIAC,SUBLANG_TAJIK_TAJIKISTAN)
4136         (SUBLANG_TAMAZIGHT_ALGERIA_LATIN,SUBLANG_TAMIL_INDIA)
4137         (SUBLANG_TATAR_RUSSIA,SUBLANG_TELUGU_INDIA,SUBLANG_THAI_THAILAND)
4138         (SUBLANG_TIBETAN_PRC,SUBLANG_TIBETAN_BHUTAN,SUBLANG_TIGRIGNA_ERITREA)
4139         (SUBLANG_TSWANA_SOUTH_AFRICA,SUBLANG_TURKISH_TURKEY)
4140         (SUBLANG_TURKMEN_TURKMENISTAN,SUBLANG_UIGHUR_PRC)
4141         (SUBLANG_UKRAINIAN_UKRAINE,SUBLANG_UPPER_SORBIAN_GERMANY)
4142         (SUBLANG_VIETNAMESE_VIETNAM,SUBLANG_WELSH_UNITED_KINGDOM)
4143         (SUBLANG_WOLOF_SENEGAL,SUBLANG_YORUBA_NIGERIA)
4144         (SUBLANG_XHOSA_SOUTH_AFRICA,SUBLANG_YAKUT_RUSSIA,SUBLANG_YI_PRC)
4145         (SUBLANG_ZULU_SOUTH_AFRICA): Define.
4146         (SUBLANG_ARABIC_SAUDI_ARABIA): Removed by error.
4147         (SUBLANG_MARATHI_INDIA): Defined twice by error.
4148
4149 2006-05-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4150
4151         * lib/directx/Makefile.in: Remove reference to libquartz.a since
4152         it was moved.
4153
4154 2006-05-05  Earnie Boyd  <earnie@users.sf.net>
4155
4156         * lib/scrnsave.c: Correct misspelled SPI_SCREENSAVERUNNING to
4157         SPI_SETSCREENSAVERUNNING.
4158         * include winuser.h (SPI_SCREENSAVERRUNNING): Remove again.
4159
4160 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4161
4162         * include/winuser.h (SPI_SCREENSAVERRUNNING): Define.
4163         It had been removed because it's no documented, but Cygwin needs it.
4164
4165 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4166
4167         * include/amvideo.h (IFullScreenVideo): Define.
4168         (BIT_MASKS_MATCH,PALETTISED,PALETTE_ENTRIES,RESET_MASKS,RESET_PALETTE,
4169         SIZE_EGA_PALETTE,SIZE_MASKS,SIZE_PALETTE): Added Macros.
4170
4171 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4172
4173         * include/winnls.h (CAL_SYEARMONTH,CAL_ITWODIGITYEARMAX,
4174         CAL_NOUSEROVERRIDE,CAL_RETURN_NUMBER,CAL_USE_CP_ACP): Documented
4175         as available on Windows 98 and better.
4176         (CAL_SSHORTESTDAYNAME_1,CAL_SSHORTESTDAYNAME_2,CAL_SSHORTESTDAYNAME_3)
4177         (CAL_SSHORTESTDAYNAME_4,CAL_SSHORTESTDAYNAME_5,CAL_SSHORTESTDAYNAME_6)
4178         (CAL_SSHORTESTDAYNAME7,CAL_UMALQURA): Define, Windows Vista and better.
4179
4180 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4181
4182         * include/amvideo.h: New file.
4183         * include/dshow.h: Include <amvideo.h>.
4184
4185 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4186
4187         * include/winuser.h (MOUSEEVENTF_XDOWN,MOUSEEVENTF_XUP): Define.
4188         (MOUSEEVENTF_MOVE,MOUSEEVENTF_LEFTDOWN,MOUSEEVENTF_LEFTUP)
4189         (MOUSEEVENTF_RIGHTDOWN,MOUSEEVENTF_RIGHTUP,MOUSEEVENTF_MIDDLEDOWN)
4190         (MOUSEEVENTF_MIDDLEUP,MOUSEEVENTF_ABSOLUTE,MOUSEEVENTF_WHEEL): Cleanup.
4191         (HWND_BROADCAST): Cleanup.
4192         (HWND_MESSAGE): Windows 2000 only.
4193         (SMTO_ABORTIFHUNG,SMTO_BLOCK,SMTO_NORMAL): Cleanup.
4194         (SMTO_NOTIMEOUTIFNOTHUNG): Define.
4195         (SIF_DISABLENOSCROLL,SIF_PAGE,SIF_POS,SIF_RANGE,SIF_TRACKPOS)
4196         (SIF_ALL): Cleanup.
4197         (SWP_DRAWFRAME,SWP_FRAMECHANGED,SWP_HIDEWINDOW,SWP_NOACTIVATE)
4198         (SWP_NOCOPYBITS,SWP_NOMOVE,SWP_NOSIZE,SWP_NOREDRAW,SWP_NOZORDER)
4199         (SWP_SHOWWINDOW,SWP_NOOWNERZORDER,SWP_NOREPOSITION,SWP_NOSENDCHANGING)
4200         (SWP_DEFERERASE,SWP_ASYNCWINDOWPOS): Cleanup.
4201         (HSHELL_ENDTASK,HSHELL_ACCESSIBILITYSTATE,HSHELL_APPCOMMAND): Define.
4202         (SPI_GETBLOCKSENDINPUTRESETS,SPI_GETCARETWIDTH,SPI_GETDROPSHADOW)
4203         (SPI_GETFILTERKEYS,SPI_GETFLATMENU,SPI_GETFOCUSBORDERHEIGHT)
4204         (SPI_GETFOCUSBORDERWIDTH,SPI_GETFONTSMOOTHINGCONTRAST)
4205         (SPI_GETFONTSMOOTHINGTYPE,SPI_GETFOREGROUNDFLASHCOUNT)
4206         (SPI_GETMENUSHOWDELAY,SPI_GETMOUSECLICKLOCK,SPI_GETMOUSECLICKLOCKTIME)
4207         (SPI_GETMOUSEHOVERHEIGHT,SPI_GETMOUSEHOVERTIME,SPI_GETMOUSEHOVERWIDTH)
4208         (SPI_GETMOUSESONAR,SPI_GETMOUSEVANISH,SPI_GETNONCLIENTMETRICS)
4209         (SPI_GETPOWEROFFACTIVE,SPI_GETPOWEROFFTIMEOUT,SPI_GETSCREENREADER)
4210         (SPI_GETSCREENSAVEACTIVE,SPI_GETSCREENSAVERRUNNING)
4211         (SPI_GETSCREENSAVETIMEOUT,SPI_GETMOUSEVANISH,SPI_GETNONCLIENTMETRICS)
4212         (SPI_GETPOWEROFFACTIVE,SPI_GETPOWEROFFTIMEOUT,SPI_GETSCREENREADER)
4213         (SPI_GETSCREENSAVEACTIVE,SPI_GETSCREENSAVERRUNNING)
4214         (SPI_GETSCREENSAVETIMEOUT,SPI_GETSNAPTODEFBUTTON,SPI_GETUIEFFECTS)
4215         (SPI_SETBLOCKSENDINPUTRESETS,SPI_SETCARETWIDTH,SPI_SETCURSORS)
4216         (SPI_SETDROPSHADOW,SPI_SETFILTERKEYS,SPI_SETFLATMENU)
4217         (SPI_SETFOCUSBORDERHEIGHT,SPI_SETFOCUSBORDERWIDTH)
4218         (SPI_SETFONTSMOOTHINGCONTRAST,SPI_SETFONTSMOOTHINGTYPE)
4219         (SPI_SETFOREGROUNDFLASHCOUNT,SPI_SETICONS,SPI_SETMENUSHOWDELAY)
4220         (SPI_SETMOUSECLICKLOCK,SPI_SETMOUSECLICKLOCKTIME)
4221         (SPI_SETMOUSEHOVERHEIGHT,SPI_SETMOUSEHOVERTIME)
4222         (SPI_SETMOUSEHOVERWIDTH,SPI_SETMOUSESONAR,SPI_SETMOUSEVANISH)
4223         (SPI_SETNONCLIENTMETRICS,SPI_SETPENWINDOWS,SPI_SETPOWEROFFACTIVE)
4224         (SPI_SETPOWEROFFTIMEOUT,SPI_SETSCREENREADER,SPI_SETSCREENSAVEACTIVE)
4225         (SPI_SETSCREENSAVERRUNNING,SPI_SETSCREENSAVETIMEOUT,SPI_SETSHOWIMEUI)
4226         (SPI_SETSNAPTODEFBUTTON,SPI_SETUIEFFECTS): Define.
4227         (SPI_GETACCESSTIMEOUT,SPI_GETANIMATION,SPI_GETBEEP)
4228         (SPI_GETDEFAULTINPUTLANG,SPI_GETDESKWALLPAPER,SPI_GETDRAGFULLWINDOWS)
4229         (SPI_GETFASTTASKSWITCH,SPI_GETFONTSMOOTHING,SPI_GETGRIDGRANULARITY)
4230         (SPI_GETHIGHCONTRAST,SPI_GETICONMETRICS,SPI_GETICONTITLELOGFONT)
4231         (SPI_GETICONTITLEWRAP,SPI_GETKEYBOARDDELAY,SPI_GETKEYBOARDPREF)
4232         (SPI_GETKEYBOARDSPEED,SPI_GETLOWPOWERACTIVE,SPI_GETLOWPOWERTIMEOUT)
4233         (SPI_GETMENUDROPALIGNMENT,SPI_GETMENUUNDERLINES,SPI_GETMINIMIZEDMETRICS)
4234         (SPI_GETMOUSE,SPI_GETMOUSEKEYS,SPI_GETMOUSESPEED,SPI_GETMOUSETRAILS)
4235         (SPI_GETSERIALKEYS,SPI_GETSHOWIMEUI,SPI_GETSHOWSOUNDS)
4236         (SPI_GETSOUNDSENTRY,SPI_GETSTICKYKEYS,SPI_GETTOGGLEKEYS)
4237         (SPI_GETWHEELSCROLLLINES,SPI_GETWINDOWSEXTENSION,SPI_GETWORKAREA)
4238         (SPI_ICONHORIZONTALSPACING,SPI_ICONVERTICALSPACING)
4239         (SPI_SETACCESSTIMEOUT,SPI_SETANIMATION,SPI_SETBEEP,SPI_SETBORDER)
4240         (SPI_SETDEFAULTINPUTLANG,SPI_SETDESKPATTERN,SPI_SETDESKWALLPAPER)
4241         (SPI_SETDOUBLECLICKTIME,SPI_SETDOUBLECLKHEIGHT,SPI_SETDOUBLECLKWIDTH)
4242         (SPI_SETDRAGFULLWINDOWS,SPI_SETDRAGHEIGHT,SPI_SETDRAGWIDTH)
4243         (SPI_SETFASTTASKSWITCH,SPI_SETFONTSMOOTHING,SPI_SETGRIDGRANULARITY)
4244         (SPI_SETHANDHELD,SPI_SETHIGHCONTRAST,SPI_SETICONMETRICS)
4245         (SPI_SETICONTITLELOGFONT,SPI_SETICONTITLEWRAP,SPI_SETKEYBOARDDELAY)
4246         (SPI_SETKEYBOARDPREF,SPI_SETKEYBOARDSPEED,SPI_SETLANGTOGGLE)
4247         (SPI_SETLOWPOWERACTIVE,SPI_SETLOWPOWERTIMEOUT,SPI_SETMENUDROPALIGNMENT)
4248         (SPI_SETMENUUNDERLINES,SPI_SETMINIMIZEDMETRICS,SPI_SETMOUSE)
4249         (SPI_SETMOUSEBUTTONSWAP,SPI_SETMOUSEKEYS,SPI_SETMOUSESPEED)
4250         (SPI_SETMOUSETRAILS,SPI_SETSERIALKEYS,SPI_SETSHOWSOUNDS)
4251         (SPI_SETSOUNDSENTRY,SPI_SETSTICKYKEYS,SPI_SETTOGGLEKEYS)
4252         (SPI_SETWHEELSCROLLLINES,SPI_SETWORKAREA): Cleanup.
4253         (SPI_GETMOUSETRAILS,SPI_SETMOUSETRAILS): Defined twice by error.
4254         (SPI_SCREENSAVERRUNNING): Removed.
4255         (SPIF_UPDATEINIFILE,SPIF_SENDCHANGE,SPIF_SENDWININICHANGE): Cleanup.
4256         * include/wingdi.h (ETO_NUMERICSLATIN,ETO_NUMERICSLOCAL)
4257         (ETO_IGNORELANGUAGE,ETO_PDY): Define.
4258         (ETO_CLIPPED,ETO_GLYPH_INDEX,ETO_OPAQUE,ETO_RTLREADING): Cleanup.
4259
4260 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4261
4262         * include/mprapi.h (MPR_SERVER_HANDLE): Add typedef.
4263         (MprAdminGetPDCServer): Add prototype.
4264         (MprAdminSendUserMessage): Add prototype.
4265         (MprAdminUserGetInfo): Add prototype.
4266         (MprAdminUserSetInfo): Add prototype.
4267         * lib/mprapi.def: Add stubs for above functions.
4268
4269 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4270
4271         * lib/directx/quartz.def: Move from here...
4272         * lib/quartz.def: ... to here.
4273
4274 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4275
4276         * include/amaudio.h: New file.
4277         * include/dshow.h: Include <amaudio.h>.
4278
4279 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4280
4281         * include/errors.h: New file.
4282         * include/dshow.h: Include <errors.h>.
4283
4284 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4285
4286         * include/dshow.h: New file.
4287         * include/evcode.h: New file.
4288         * include/audevcod.h: New file.
4289         * include/dvdevcod.h: New file.
4290
4291 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4292
4293         * include/mprapi.h (RAS_SERVER_HANDLE): Add typedef.
4294         (MprAdminConnectionClearStats): Add prototype.
4295         (MprAdminConnectionEnum): Add  prototype.
4296         (MprAdminConnectionGetInfo): Add prototype.
4297         (MprAdminConnectionRemoveQuarantine): Add prototype.
4298         (MprAdminPortClearStats): Add prototype.
4299         (MprAdminPortDisconnect): Add prototype.
4300         (MprAdminPortEnum): Add prototype.
4301         (MprAdminPortGetInfo): Add prototype.
4302         (MprAdminPortReset): Add prototype.
4303         * lib/mprapi.def: New file.
4304
4305 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4306
4307         *  include/mprapi.h: #include <lmcons.h>
4308         (MAX_DEVICETYPE_NAME): Add define.
4309         (MAX_PHONE_NUMBER_LEN): Add define.
4310         (ATADDRESSLEN): Add define.
4311         (IPADDRESSLEN): Add define.
4312         (IPXADDRESSLEN): Add define.
4313         (MPR_ENABLE_RAS_ON_DEVICE): Add define.
4314         (MPR_ENABLE_ROUTING_ON_DEVICE): Add define.
4315         (RAS_FLAGS_PPP_CONNECTION): Add define.
4316         (RAS_FLAGS_MESSENGER_PRESENT): Add define.
4317         (RAS_FLAGS_RAS_CONNECTION): Add define.
4318         (RAS_FLAGS_QUARANTINE_PRESENT): Add define.
4319         (RASCCPCA_STAC): Add define.
4320         (RASCCPCA_MPPC): Add define.
4321         (PPP_CCP_COMPRESSION): Add define.
4322         (PPP_CCP_ENCRYPTION40BITOLD): Add define.
4323         (PPP_CCP_ENCRYPTION40BIT): Add define.
4324         (PPP_CCP_ENCRYPTION128BIT): Add define.
4325         (PPP_CCP_ENCRYPTION56BIT): Add define.
4326         (PPP_CCP_HISTORYLESS): Add define.
4327         (RASPRIV_NoCallback): Add define.
4328         (RASPRIV_AdminSetCallback): Add define.
4329         (RASPRIV_CallerSetCallback): Add define.
4330         (RASPRIV_DialinPrivilege): Add define.
4331         (RASPRIV_CallbackType): Add define.
4332         (RASPRIV2_DialinPolicy): Add define.
4333         (PPP_LCP_PAP): Add define.
4334         (PPP_LCP_SPAP): Add define.
4335         (PPP_LCP_CHAP): Add define.
4336         (PPP_LCP_EAP): Add define.
4337         (PPP_LCP_CHAP_MD5): Add define.
4338         (PPP_LCP_CHAP_MS): Add define.
4339         (PPP_LCP_CHAP_MSV2): Add define.
4340         (PPP_LCP_MULTILINK_FRAMING): Add define.
4341         (enum _RAS_HARDWARE_CONDITION): Add.
4342         (enum _RAS_PORT_CONDITION): Add.
4343         (struct _PPP_ATCP_INFO): Add.
4344         (struct _PPP_ATCP_INFO): Add.
4345         (struct _PPP_IPCP_INFO): Add.
4346         (struct _PPP_IPCP_INFO2): Add.
4347         (struct _PPP_IPXCP_INFO): Add.
4348         (struct _PPP_LCP_INFO): Add.
4349         (struct _PPP_NBFCP_INFO): Add.
4350         (struct _PPP_INFO): Add.
4351         (struct _PPP_INFO_2): Add.
4352         (struct _RAS_CONNECTION_0): Add.
4353         (struct RAS_CONNECTION_1): Add.
4354         (struct _RAS_CONNECTION_2): Add.
4355         (struct RAS_PORT_0): Add.
4356         (struct _RAS_PORT_1): Add.
4357         (struct _RAS_USER_0): Add.
4358         (struct _RAS_USER_1): Add.
4359
4360 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4361
4362         * include/mprapi.h: New file.
4363         * include/routprot.h: New file.
4364         * include/ipxrtdef.h: New file.
4365         * include/ipxconst.h: New file.
4366         * include/stm.h: New file.
4367
4368 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4369
4370         * include/ddk/winddk.h (KAFFINITY): Fix typo.
4371         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
4372
4373 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4374
4375         * include/winbase.h (ENUMRESLANGPROC,ENUMRESLANGPROCA,ENUMRESLANGPROCW)
4376         (ENUMRESNAMEPROC,ENUMRESNAMEPROCA,ENUMRESNAMEPROCW)
4377         (ENUMRESTYPEPROC,ENUMRESTYPEPROCA,ENUMRESTYPEPROCW): ANSI and Unicode
4378         versions.
4379         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
4380
4381 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4382
4383         * include/ntsecapi.h (POLICY_DNS_DOMAIN_INFO): Fix typo.
4384         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
4385
4386 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4387
4388         * include/wingdi.h (BITMAPV5HEADER): New structure definition.
4389
4390 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4391
4392         * include/basetyps.h (REFFMTID): Define properly.
4393
4394 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4395
4396         * include/winnt.h (WT_SET_MAX_THREADPOOL_THREADS): Define.
4397         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
4398
4399 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4400
4401         * include/ipifcons.h (MIN_IF_TYPE,IF_TYPE_OTHER,IF_TYPE_REGULAR_1822)
4402         (IF_TYPE_HDH_1822,IF_TYPE_DDN_X25,IF_TYPE_RFC877_X25)
4403         (IF_TYPE_ETHERNET_CSMACD,IF_TYPE_IS088023_CSMACD)
4404         (IF_TYPE_ISO88024_TOKENBUS,IF_TYPE_ISO88025_TOKENRING)
4405         (IF_TYPE_ISO88026_MAN,IF_TYPE_STARLAN,IF_TYPE_PROTEON_10MBIT)
4406         (IF_TYPE_PROTEON_80MBIT,IF_TYPE_HYPERCHANNEL,IF_TYPE_FDDI)
4407         (IF_TYPE_LAP_B,IF_TYPE_SDLC,IF_TYPE_DS1,IF_TYPE_E1,IF_TYPE_BASIC_ISDN)
4408         (IF_TYPE_PRIMARY_ISDN,IF_TYPE_PROP_POINT2POINT_SERIAL,IF_TYPE_PPP)
4409         (IF_TYPE_SOFTWARE_LOOPBACK,IF_TYPE_EON,IF_TYPE_ETHERNET_3MBIT)
4410         (IF_TYPE_NSIP,IF_TYPE_SLIP,IF_TYPE_ULTRA,IF_TYPE_DS3,IF_TYPE_SIP)
4411         (IF_TYPE_FRAMERELAY,IF_TYPE_RS232,IF_TYPE_PARA,IF_TYPE_ARCNET)
4412         (IF_TYPE_ARCNET_PLUS,IF_TYPE_ATM,IF_TYPE_MIO_X25,IF_TYPE_SONET)
4413         (IF_TYPE_X25_PLE,IF_TYPE_ISO88022_LLC,IF_TYPE_LOCALTALK)
4414         (IF_TYPE_SMDS_DXI,IF_TYPE_FRAMERELAY_SERVICE,IF_TYPE_V35,IF_TYPE_HSSI)
4415         (IF_TYPE_HIPPI,IF_TYPE_MODEM,IF_TYPE_AAL5,IF_TYPE_SONET_PATH)
4416         (IF_TYPE_SONET_VT,IF_TYPE_SMDS_ICIP,IF_TYPE_PROP_VIRTUAL)
4417         (IF_TYPE_PROP_MULTIPLEXOR,IF_TYPE_IEEE80212,IF_TYPE_FIBRECHANNEL)
4418         (IF_TYPE_HIPPIINTERFACE,IF_TYPE_FRAMERELAY_INTERCONNECT)
4419         (IF_TYPE_AFLANE_8023,IF_TYPE_AFLANE_8025,IF_TYPE_CCTEMUL)
4420         (IF_TYPE_FASTETHER,IF_TYPE_ISDN,IF_TYPE_V11,IF_TYPE_V36)
4421         (IF_TYPE_G703_64K,IF_TYPE_G703_2MB,IF_TYPE_QLLC,IF_TYPE_FASTETHER_FX)
4422         (IF_TYPE_CHANNEL,IF_TYPE_IEEE80211,,IF_TYPE_IBM370PARCHAN)
4423         (IF_TYPE_ESCON,IF_TYPE_DLSW,IF_TYPE_ISDN_S,IF_TYPE_ISDN_U)
4424         (IF_TYPE_LAP_D,IF_TYPE_IPSWITCH,IF_TYPE_RSRB,IF_TYPE_ATM_LOGICAL)
4425         (IF_TYPE_DS0,IF_TYPE_DS0_BUNDLE,IF_TYPE_BSC,IF_TYPE_ASYNC,IF_TYPE_CNR)
4426         (IF_TYPE_ISO88025R_DTR,IF_TYPE_EPLRS,IF_TYPE_ARAP,IF_TYPE_PROP_CNLS)
4427         (IF_TYPE_HOSTPAD,IF_TYPE_TERMPAD,IF_TYPE_FRAMERELAY_MPI,IF_TYPE_X213)
4428         (IF_TYPE_ADSL,IF_TYPE_RADSL,IF_TYPE_SDSL,IF_TYPE_VDSL)
4429         (IF_TYPE_ISO88025_CRFPRINT,IF_TYPE_MYRINET,IF_TYPE_VOICE_EM)
4430         (IF_TYPE_VOICE_FXO,IF_TYPE_VOICE_FXS,IF_TYPE_VOICE_ENCAP)
4431         (IF_TYPE_VOICE_OVERIP,IF_TYPE_ATM_DXI,IF_TYPE_ATM_FUNI,IF_TYPE_ATM_IMA)
4432         (IF_TYPE_PPPMULTILINKBUNDLE,IF_TYPE_IPOVER_CDLC,IF_TYPE_IPOVER_CLAW)
4433         (IF_TYPE_STACKTOSTACK,IF_TYPE_VIRTUALIPADDRESS,IF_TYPE_MPC
4434         (IF_TYPE_IPOVER_ATM,IF_TYPE_ISO88025_FIBER,IF_TYPE_TDLC
4435         (IF_TYPE_GIGABITETHERNET,IF_TYPE_HDLC,IF_TYPE_LAP_F,IF_TYPE_V37)
4436         (IF_TYPE_X25_MLP,IF_TYPE_X25_HUNTGROUP,IF_TYPE_TRANSPHDLC)
4437         (IF_TYPE_INTERLEAVE,IF_TYPE_FAST,IF_TYPE_IP,IF_TYPE_DOCSCABLE_MACLAYER)
4438         (IF_TYPE_DOCSCABLE_DOWNSTREAM,IF_TYPE_DOCSCABLE_UPSTREAM)
4439         (IF_TYPE_A12MPPSWITCH,IF_TYPE_TUNNEL,IF_TYPE_COFFEE,IF_TYPE_CES)
4440         (IF_TYPE_ATM_SUBINTERFACE,IF_TYPE_L2_VLAN,IF_TYPE_L3_IPVLAN)
4441         (IF_TYPE_L3_IPXVLAN,IF_TYPE_DIGITALPOWERLINE,IF_TYPE_MEDIAMAILOVERIP)
4442         (IF_TYPE_DTM,IF_TYPE_DCN,IF_TYPE_IPFORWARD,IF_TYPE_MSDSL)
4443         (IF_TYPE_IEEE1394,IF_TYPE_RECEIVE_ONLY,MAX_IF_TYPE,IF_ACCESS_LOOPBACK)
4444         (IF_ACCESS_BROADCAST,IF_ACCESS_POINTTOPOINT)
4445         (IF_ACCESS_POINTTOMULTIPOINT,IF_CHECK_NONE,IF_CHECK_MCAST)
4446         (IF_CHECK_SEND,IF_CONNECTION_DEDICATED,IF_CONNECTION_PASSIVE)
4447         (IF_CONNECTION_DEMAND,IF_ADMIN_STATUS_UP,IF_ADMIN_STATUS_DOWN)
4448         (IF_ADMIN_STATUS_TESTING,IF_OPER_STATUS_NON_OPERATIONAL)
4449         (IF_OPER_STATUS_UNREACHABLE,IF_OPER_STATUS_DISCONNECTED)
4450         (IF_OPER_STATUS_CONNECTING,IF_OPER_STATUS_CONNECTED)
4451         (IF_OPER_STATUS_OPERATIONAL): Define.
4452         * include/winbase.h (CancelWaitableTimer,UnregisterWait):
4453         Add function declaration.
4454         * include/mgm.h: New file.
4455         * lib/rtm.def: New file.
4456         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
4457
4458 2006-04-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4459
4460         * include/ws2tcpip.h (gai_strerror): Remove thread-safety comment.
4461         This function cannot be made thread-safe, the API would have to be
4462         changed for that, just like strerror() -> strerror_r() and similar
4463         ISO C or POSIX functions...
4464
4465 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4466
4467         * include/edevdefs.h: New file.
4468
4469 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4470
4471         * include/mmsystem.h (_LPCWAVEFORMATEX_DEFINED): Define.
4472         Use as guard for the WAVEFORMATEX structure instead of
4473         _WAVEFORMATEX_ to avoid clashes with DirectSound. Keep
4474         _WAVEFORMATEX_ for compatibility.
4475         Thanks to:    Andrew Jones <guln at sf dot net>
4476
4477 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4478
4479         * include/winuser.h (CharNextEx,CharNextExW,CharPrevEx,CharPrevExW):
4480         Delete. Only CharNextExA and CharPrevExA are documented in MSDN.
4481         Thanks to:    David Golub <david_golub at sf dot net>
4482
4483 2006-04-18  Eric House  <ehouse@eehouse.org>
4484
4485         PocketPC support.
4486         * include/aygshell.h: New file [_WIN32_WCE]. Declare most common
4487         functions for using aygshell on PocketPC:
4488         SHCreateMenuBar, SHFindMenuBar, SHCreateNewItem, SHFullScreen,
4489         SHSipInfo, SHHandleWMActivate, SHHandleWMSettingChange
4490
4491         * include/commctrl.h [_WIN32_WCE] Add function prototypes for
4492         command bar API on PocketPC:
4493         CommandBar_Create, CommandBar_Show, CommandBar_AddBitmap,
4494         CommandBar_InsertComboBox, CommandBar_InsertMenubar,
4495         CommandBar_InsertMenubarEx, CommandBar_DrawMenuBar,
4496         CommandBar_GetMenu, CommandBar_AddAdornments, CommandBar_Height,
4497         CommandBar_InsertButton, CommandBar_Destroy.
4498
4499         * include/winbase.h [_WIN32_WCE] (WIN32_FIND_DATA{A|W}): Remove
4500         fields not present on PocketPC.
4501         (GetCurrentThreadId): Conditionally declare as extern function
4502         without dllimport attribute on PocketPC.
4503         (ResetEvent): Likwise.
4504         (SetEvent): Likewise.
4505
4506         * include/wingdi.h [_WIN32_WCE]  (GetTextExtentPoint32{A|W}):
4507         Conditionally declare as extern function without dllimport
4508          attribute on PocketPC.
4509         * winuser.h  [_WIN32_WCE] (DialogBoxParam{A|W}): Conditionally
4510         declare as extern function without dllimport attribute on PocketPC.
4511
4512 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
4513
4514         * lib/test.c: Include icm.h.
4515
4516 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
4517
4518         * include/wingdi.h (ColorCorrectPalette): Add declaration.
4519         (CreateColorSpace): Add UNICODE mappings.
4520         * lib/gdi32.def (ColorCorrectPalette): Add stub.
4521         * include/icm.h: New file.
4522         * lib/mscms.def: New file.
4523         * lib/icmui.def: New file.
4524
4525 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
4526
4527         * include/winnt.h (IMAGE_FILE_MACHINE_IA64): New define.
4528         (IMAGE_FILE_MACHINE_AMD64): New define.
4529         (IMAGE_NT_OPTIONAL_HDR32_MAGIC,IMAGE_NT_OPTIONAL_HDR64_MAGIC):
4530         New defines.
4531         (IMAGE_NT_OPTIONAL_HDR_MAGIC): Map to one of the above.
4532         (IMAGE_SUBSYSTEM_NATIVE_WINDOWS): New define.
4533         (IMAGE_SUBSYSTEM_WINDOWS_CE_GUI): New define.
4534         (IMAGE_DLLCHARACTERISTICS_WDM_DRIVER): New define.
4535         (IMAGE_DIRECTORY_ENTRY_ARCHITECTURE,IMAGE_DIRECTORY_ENTRY_DELAY_IMPORT)
4536         (IMAGE_DIRECTORY_ENTRY_COM_DESCRIPTOR): New defines.
4537         (IMAGE_SCN_TYPE_REG,IMAGE_SCN_TYPE_DSECT,IMAGE_SCN_TYPE_NOLOAD)
4538         (IMAGE_SCN_TYPE_GROUP,IMAGE_SCN_TYPE_COPY,IMAGE_SCN_TYPE_OVER):
4539         New defines.
4540         (IMAGE_SCN_ALIGN_128BYTES,IMAGE_SCN_ALIGN_256BYTES)
4541         (IMAGE_SCN_ALIGN_512BYTES,IMAGE_SCN_ALIGN_1024BYTES)
4542         (IMAGE_SCN_ALIGN_2048BYTES,IMAGE_SCN_ALIGN_4096BYTES)
4543         (IMAGE_SCN_ALIGN_8192BYTES): New defines.
4544         (IMAGE_DEBUG_TYPE_BORLAND): New define.
4545         (IMAGE_OPTIONAL_HEADER32,PIMAGE_OPTIONAL_HEADER32)
4546         (IMAGE_OPTIONAL_HEADER64,PIMAGE_OPTIONAL_HEADER64): New structure
4547         definitions and typedefs.
4548         (IMAGE_OPTIONAL_HEADER,PIMAGE_OPTIONAL_HEADER): Map to the above.
4549         (IMAGE_NT_HEADERS32,PIMAGE_NT_HEADERS32,IMAGE_NT_HEADERS64)
4550         (PIMAGE_NT_HEADERS64): New structure definitions and typedefs.
4551         (IMAGE_NT_HEADERS,PIMAGE_NT_HEADERS): Map to the above.
4552         (IMAGE_LOAD_CONFIG_DIRECTORY64,PIMAGE_LOAD_CONFIG_DIRECTORY64):
4553         New structure definition and typedefs.
4554         (IMAGE_CE_RUNTIME_FUNCTION_ENTRY,PIMAGE_CE_RUNTIME_FUNCTION_ENTRY):
4555         Likewise.
4556         (IMAGE_FUNCTION_ENTRY64,PIMAGE_FUNCTION_ENTRY64): Likewise.
4557
4558 2006-04-18  Bart Oldeman  <bartoldeman@users.sf.net>
4559
4560         * lib/test.c: Fix typo in #inlcude.
4561         * include/aclui.h: INTERFACE should not remain
4562         defined at the end of the header.
4563         * include/servprov.h: Ditto.
4564
4565 2006-04-16  Danny Smith  <dannysmith@users.sourceforge.net>
4566
4567         * include/ws2tcpip.h (gai_strerror): Add thread-safety comment.
4568
4569 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4570
4571         * include/ws2tcpip.h (gai_strerrorA,gai_strerrorW): Implement inline.
4572
4573 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4574
4575         * include/wsahelp.h (system_header): Add pragma.
4576         * include/ws2spi.h (system_header): Add pragma.
4577         * include/rasdlg.h (system_header): Add pragma.
4578         * include/rasdlg.h (_RASDLG_H): Define.
4579         Define instead of _RASDLG_H_, this is the w32api standard.
4580         * include/mlang.h (_MLANG_H): Define.
4581         Define instead of _MLANG_H_, this is the w32api standard.
4582         * include/setupapi.h (_SETUPAPI_H): Define.
4583         Define instead of _SETUPAPI_H_, this is the w32api standard.
4584
4585 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4586
4587         * include/rpcndr.h (boolean): Add typedef.
4588         Thanks to:    James du Russel <ephelon at users dot sf dot net>
4589         * include/rpcndr.h (_RPCNDR_H): Define.
4590         Define in addition to __RPCNDR_H__, this is the w32api standard.
4591
4592 2006-04-14  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4593
4594         * include/w32api.h: Increment version to 3.7.
4595         * Makefile.in: Ditto.
4596
4597 2006-04-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4598
4599         * include/winbase.h (GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS,
4600         GET_MODULE_HANDLE_EX_FLAG_PIN,
4601         GET_MODULE_HANDLE_EX_FLAG_UNCHANGED_REFCOUNT): Define.
4602         Thanks to:    Brandon Sneed <brandon at redf dot net>
4603
4604 2006-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
4605
4606         * include/secext.h: Enclose function declarations in extern "C"
4607         if __cplusplus.
4608
4609 2006-04-11  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4610
4611         * include/comcat.h: INTERFACE should not remain defined
4612         at the end of the header.
4613         * include/docobj.h: Ditto.
4614         * include/exdisp.h: Ditto.
4615         * include/intshcut.h: Ditto.
4616         * include/mlang.h: Ditto.
4617         * include/mshtml.h: Ditto.
4618         * include/oaidl.h: Ditto.
4619         * include/objidl.h: Ditto.
4620         * include/objsafe.h: Ditto.
4621         * include/ocidl.h: Ditto.
4622         * include/oleacc.h: Ditto.
4623         * include/oledlg.h: Ditto.
4624         * include/oleidl.h: Ditto.
4625         * include/richole.h: Ditto.
4626         * include/shldisp.h: Ditto.
4627         * include/shlobj.h: Ditto.
4628         * include/unknwn.h: Ditto.
4629         * include/vfw.h: Ditto.
4630         Thanks to:    Brandon Sneed <brandon at redf dot net>
4631
4632 2006-04-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4633
4634         * include/commdlg.h [_WIN32_WINNT >= 0x0500] (PD_CURRENTPAGE)
4635         (PD_NOCURRENTPAGE,PD_EXCLUSIONFLAGS,PD_USELARGETEMPLATE): Define.
4636         Thanks to:    Wolfgang Glas <softadm at users dot sf dot net>
4637
4638 2006-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
4639
4640         * include/iphlpapi.h (GetAdaptersAddresses): Check for winsock2
4641         here also.
4642
4643 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4644
4645         * include/wincrypt.h (PROV_MS_EXCHANGE): Define.
4646         We should probably remove PROV_MS_MAIL but I'm keeping it for
4647         now for compatibility reasons.
4648         Thanks to:    Marcus Agehall <agehall at users dot sf dot net>
4649
4650 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4651
4652         * include/commdlg.h [_WIN32_WINNT >= 0x0500] (START_PAGE_GENERAL)
4653         (PD_RESULT_PRINT,PD_RESULT_APPLY): Define.
4654         Thanks to:    Wolfgang Glas <softadm at users dot sf dot net>
4655
4656 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4657
4658         * include/wingdi.h [WINVER >= 0x0410]
4659         (AlphaBlend,GradientFill,TransparentBlt): Windows 98 and better.
4660         Thanks to:    Alessandro Antonello <aleantonello at users dot sf dot net>
4661
4662 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4663
4664         * include/wingdi.h (CAPTUREBLT,NOMIRRORBITMAP): Define.
4665         * include/commctrl.h (WC_LINKA,WC_LINKW,LIF_ITEMINDEX,LIF_STATE)
4666         (LIF_ITEMID,LIF_URL,LIS_FOCUSED,LIS_ENABLED,LIS_VISITED,LM_HITTEST)
4667         (LM_GETIDEALHEIGHT,LM_SETITEM,LM_GETITEM,MAX_LINKID_TEXT)
4668         (L_MAX_URL_LENGTH): Define.
4669         (LITEM,LHITTESTINFO,NMLINK): Add structures.
4670         Thanks to:    Brandon Sneed <brandon at redf dot net>
4671
4672 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4673
4674         * include/w32api.h (IE601,IE602,IE7): Define for recent versions of IE.
4675
4676 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4677
4678         * include/w32api.h (_W32API_H): Define.
4679         Define in addition to _W32API_H_, this is the w32api standard.
4680
4681 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4682
4683         * include/w32api.h (WindowsVista): Define.
4684
4685 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4686
4687         * include/iptypes.h (IP_ADAPTER_*): Define parts that depend
4688         on SOCKET_ADDRESS only if winsock2.h has already been included.
4689
4690 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4691
4692         * include/winuser.h (WM_IME_*): Remove. Defined in imm.h.
4693
4694 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4695
4696         * include/iphlpapi.h (GAA_FLAG_*): Define.
4697         (GetAdaptersAddresses): Add function declaration.
4698         * lib/iphlpapi.def (GetAdaptersAddresses): Add function stub.
4699         Thanks to:    ross <rossboulet at users dot sf dot net>
4700
4701 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4702
4703         * include/iptypes.h (IP_INTERFACE_NAME_INFO,
4704         IP_ADAPTER_ANYCAST_ADDRESS,IP_ADAPTER_MULTICAST_ADDRESS,
4705         IP_ADAPTER_UNICAST_ADDRESS,IP_ADAPTER_DNS_SERVER_ADDRESS,
4706         IP_ADAPTER_PREFIX,IP_ADAPTER_ADDRESSES): Add structures.
4707         (IF_OPER_STATUS,IP_DAD_STATE,IP_PREFIX_ORIGIN,IP_SUFFIX_ORIGIN,
4708         SCOPE_LEVEL): Add enums.
4709         (IP_ADAPTER_*): Define.
4710
4711 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4712
4713         * include/winuser.h (GetWindowExtEx): Removed, belongs to wingdi.h.
4714         Thanks to:    Sergey Philippov <phis at users dot sf dot net>
4715
4716 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4717
4718         * include/objidl.h (PIDSI_*): Define.
4719         (PRSPEC_*): Define.
4720         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
4721
4722 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4723
4724         * include/winbase.h (LOGON32_PROVIDER_WINNT40,
4725         LOGON32_PROVIDER_WINNT50, LOGON32_LOGON_NETWORK,
4726         LOGON32_LOGON_UNLOCK, LOGON32_LOGON_NETWORK_CLEARTEXT,
4727         LOGON32_LOGON_NEW_CREDENTIALS): Define.
4728         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
4729
4730 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4731
4732         * include/mq.h: New file.
4733         * lib/mqrt.def (MQ*): Define a few missing functions.
4734
4735 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4736
4737         * lib/mqrt.def: New file.
4738         Needs the mq.h file to work properly, working on it.
4739         Thanks to:    Pascal Obry <pobry at users dot sf dot net>
4740
4741 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4742
4743         * include/winerror.h (STG_E_*):  Define.
4744         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
4745         * include/winerror.h (STG_S_*): Define.
4746         (CO_S_MACHINENAMENOTFOUND): Define.
4747         (RPC_E_*): Define.
4748         (NTE_*): Define.
4749
4750 2006-04-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4751
4752         * include/commctrl.h (ListView_*):  Define and correct.
4753         (LVM_*): Define.
4754
4755 2006-04-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4756
4757         * include/winuser.h (WM_IME_*): Define (DWORD type).
4758         (EM_*IMESTATUS): Define.
4759         (WM_*): Define.
4760         (XBUTTON*): Define.
4761         Thanks to:    Steve Folly <spfolly at users dot sf dot net>
4762
4763 2006-03-31  Danny Smith  <dannysmith@users.sourceforge.net>
4764
4765         * include/winnetwk.h (WNetGetResourceInformationW):  Correct first param.
4766         Thanks to: Rene Rivera  <grafik at users dot sf dot net>
4767
4768 2006-03-29  Christopher Faylor  <cgf@timesys.com>
4769
4770         * include/winspool.h: Protect use of PRINTER_ENUM_VALUESW with proper
4771         version conditional.
4772
4773 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4774
4775         * include/winspool.h (JOB_INFO_3): Add structure.
4776         (PROVIDOR_INFO_*{AW}): Add structure.
4777         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4778         (PRINTER_ENUM_VALUES{AW}): Add structure.
4779         (PRINTPROCESSOR_CAPS): Add structure.
4780
4781 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4782
4783         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4784         (PRINTER_INFO_7A): Correct definition.
4785
4786 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4787
4788         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4789         (DRIVER_INFO_*{AW}): Add structure.
4790         (PRINTER_INFO_*{AW}): Add structure.
4791         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4792
4793 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4794
4795         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4796         (DRIVER_*MODE): Define (DWORD type).
4797         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4798
4799 2006-03-27  Danny Smith  <dannysmith@users.sourceforge.net>
4800
4801         * include/wincon.h (GetConsoleProcessList): Declare.
4802
4803 2006-03-27  Hansres Engel  <engel@node.ch>
4804
4805         * include/mlang.h: New file.
4806
4807 2006-03-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4808
4809         * include/winbase.h (SetProcessWorkingSetSize): Corrected define.
4810
4811 2006-03-26  Hansres Engel  <engel@node.ch>
4812
4813          Add Uniscribe API for typography and for complex scripts.
4814         * include/usp10.h: New file.
4815         * lib/usp10.def: New file.
4816
4817         * include/winver.h:  Change first argument of GetFileVersionInfo[...] to const.
4818
4819         * include/imm.h (IMECHARPOSITION): Add structure.
4820         (RECONVERTSTRING): Likwise.
4821
4822         * include/commdlg.h (OPENFILENAME_SIZE_VERSION_400): Define.
4823
4824         * lib/uuid.c (CMultiLanguage): Add UUID definition.
4825         (IMLangFontLink2): Likewise.
4826         (IMultiLanguage): Likewise.
4827
4828 2006-03-18  Julien Lecomte  <julienlecomte@users.sourceforge.net>
4829
4830         * include/wincon.h  (ENABLE_*): Add more defines.
4831
4832 2006-03-18  Jan Nijtmans  <nijtmans@users.sourceforge.net>
4833
4834         * include/winnt.h (INHERITED_ACE): Define.
4835         (VALID_INHERIT_FLAGS): Correct definition.
4836
4837 2006-03-18  Peter Ã…strand  <astrand@cendio.se>
4838
4839          * lib/wtsapi32.def: New file.
4840
4841 2006-03-15  Christopher Faylor  <cgf@timesys.com>
4842
4843         * include/winbase.h (STATUS_DLL_INIT_FAILED): New define.
4844         (STATUS_DLL_INIT_FAILED_LOGOFF): Ditto.
4845
4846 2006-03-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4847
4848         * include/winspool.h (DI_MEMORYMAP_WRITE): Define (DWORD type).
4849         (FORM_USER,FORM_PRINTER): Define (DWORD type).
4850         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4851         (DSPRINT_*): Define (DWORD type).
4852         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4853
4854 2006-03-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4855
4856         * include/winspool.h (JOB_CONTROL_*,JOB_STATUS_*): Define.
4857         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4858
4859 2006-03-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4860
4861         * include/shellapi.h [_WIN32_IE >= 0x0600]
4862         (SEE_MASK_NOZONECHECKS,SEE_MASK_FLAG_LOG_USAGE): Define on
4863         Windows XP SP1 and Windows XP respectively.
4864
4865 2006-03-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4866
4867         * include/shellapi.h (NOTIFYICONDATA_V*_SIZE): Define.
4868         Thanks to:  Daniel Atallah <datallah at users dot sf dot net>
4869         * include/shellapi.h [_WIN32_IE >= 0x0500]
4870         (NIS_*): Introduced in Version 5.0.
4871
4872 2006-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
4873
4874         * include/wingdi.h (CS_*): Correct WINVER guard on
4875         Image Color Matching colour definitions.
4876
4877 2006-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
4878
4879         * include/shlobj.h (SFGAO_ISSLOW): Define.
4880         (SFGAO_DISPLAYATTRMASK): Define in terms of preceding display
4881         attribute constants.
4882
4883 2006-03-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4884
4885         * include/wingdi.h [WINVER >= 0x0500]
4886         (GRADIENT_FILL_*,*_EMBEDED): Included in Windows 2000 and later.
4887         Thanks to: David A. Capello <dacap at users dot sf dot net>
4888
4889 2006-03-05  Paul J. Lucas  <pauljlucas@users.sourceforge.net>
4890
4891         * include/wininet.h (INTERNET_CONNECTED_INFO): Define structure.
4892         (INTERNET_STATE_*): Define flags.
4893         (INTERNET_OPTION_CONNECTED_STATE): Define constant.
4894
4895 2006-03-05  Chris Wilson  <chris+mingw@qwirx.com>
4896
4897         * include/sddl.h: New file.
4898
4899 2006-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
4900
4901         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Revert
4902         last change.
4903         Remove file level #pragma pack(push,4)/#pragma pop.
4904
4905 2006-02-19  Corinna Vinschen  <corinna@vinschen.de>
4906
4907         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Add filler
4908         value to force correct alignment.
4909
4910 2006-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
4911
4912         * include/commctrl.h (LPNMLVCACHEHINT): Correct spelling.
4913         Thanks to: Sebastian Pipping <hartwork at users dot sf dot net>
4914         (PNM_CACHEHINT): Add backward compatibilty define.
4915         (LPNM_CACHEHINT): Likewise.
4916
4917 2006-02-06  Danny Smith  <dannysmith@users.sourceforge.net>
4918
4919         * include/shlobj.h (PathResolve): Fix typo in _WIN32_WINNT guard.
4920
4921 2006-02-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4922
4923         * include/shlobj.h (PRF_VERIFYEXISTS, PRF_TRYPROGRAMEXTENSIONS,
4924         PRF_FIRSTDIRDEF, PRF_DONTFINDLNK): Define.
4925         * lib/shell32.def (PathResolve): Define.
4926
4927 2006-02-06  Christopher Faylor  <cgf@timesys.com>
4928
4929         * include/shlobj.h (PathResolve): Fix typo.
4930
4931 2006-02-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4932
4933         * include/shlobj.h (PathResolve): Define.
4934         (PRF_VERIFYEXISTS, PRF_TRYPROGRAMEXTENSIONS, PRF_FIRSTDIRDEF,
4935         PRF_DONTFINDLNK): Ditto.
4936         * lib/shell32.def (PathResolve): Define.
4937
4938 2006-02-04  Ron Lee  <ronl@users.sourceforge.net>
4939
4940         * include/winnls.h: Remove stray end ';' from preprocessor defines.
4941
4942 2006-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
4943
4944         * lib/iphlpapi.def: (NotifyAddrChange@8): Define.
4945         Reported by: Daniel Atallah  <datallah at users dot sf dot net>
4946         (NotifyRouteChange@8): Define.
4947
4948 2006-01-29  Danny Smith  <dannysmith@users.sourceforge.net>
4949
4950         * include/winsock2.h (WINSOCK_API_LINKAGE): Define.  Add to
4951         prototypes.
4952
4953 2006-01-29  Danny Smith  <dannysmith@users.sourceforge.net>
4954
4955         * include/winnt.h (FORCEINLINE): Define.
4956
4957 2006-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
4958
4959         * include/winnt.h (DECLSPEC_SELECTANY): Define.
4960
4961 2006-01-26  Filip Navara  <xnavara@volny.cz>
4962
4963         * include/winnt.h (DECLSPEC_ALIGN): Define.
4964
4965 2006-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
4966
4967         * include/commctrl.h: Correct spelling of 'compatibility' in
4968         comments.
4969         * include/setupapi.h: Likewise.
4970         * include/ws2tcpip.h: Likewise.
4971
4972 2006-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
4973
4974         * include/ddk/winddk.h (KeGetCurrentKPCR): Support -masm=intel.
4975
4976 2006-01-24  Jiri Malak  <Jiri.Malak@iol.cz>
4977
4978         WATCOM compatibility changes.
4979         * include/ddk/ntddk.h (DECL_IMPORT): Define using __declspec,
4980         rather than __attribute__.
4981         (DECL_EXPORT): Likewise.
4982         * include/ddk/winddk.h (DDKAPI): Avoid using __attribute__.
4983         (DDKFASTAPI): Likewise.
4984         (DDKCDECLAPI): Likwise.
4985         (KeGetCurrentKPCR): Provide __WATCOMC__ syntax for inline code.
4986
4987 2006-01-23  Brandon Sneed  <brandon@redf.net>
4988
4989         * setupapi.def: Add all CM_* functions defined in ddk/cfgmgr32.h
4990         to exports.
4991
4992 2006-01-17  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4993
4994         * include/w32api.h: Increment version to 3.6.
4995         * Makefile.in: Ditto.
4996
4997 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
4998
4999         * include/wincrypt.h (WINADVAPI): Add to prototypes of
5000         advapi32.dll functions.
5001
5002 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
5003
5004         * include/winsock2.h (struct sockaddr_storage):  Use RFC 2553
5005         names for padding size constants.
5006
5007 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
5008
5009         * include/aclapi.h (WINADVAPI): Add to prototypes.
5010         * include/winreg.h (WINADVAPI): Likewise.
5011         * include/winsvc.h (WINADVAPI): Likewise.
5012
5013 2006-01-05  Michael Gerdau  <mgd@technosis.de>
5014
5015         * include/winbase.h (WINADVAPI): Define.
5016
5017 2006-01-03  Christopher Faylor  <cgf@timesys.com>
5018
5019         * include/winuser.h (CreateWindowStation): Correctly identify first
5020         argument as constant.
5021         (CreateWindowStation@): Ditto.
5022
5023 2006-01-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5024
5025         * include/uxtheme.h [_WIN32_WINNT >= 0x0501]
5026         (TMT_*, BT_*): Add constants.
5027
5028 2005-12-31  Corinna Vinschen  <corinna@vinschen.de>
5029
5030         * include/winsock2.h: Don't define struct sockaddr_storage when
5031         building Cygwin.
5032
5033 2005-12-22  Danny Smith  <dannysmith@users.sourceforge.net>
5034
5035         * lib/ws2_32.c: New file, defining IPv6 constants.
5036         * lib/Makefile.in (SOURCES): Add ws2_32.c
5037         (EXTRA_OBJS): Add ws2_32.o.
5038
5039 2005-12-21  Michael Jung  <mjung@iss.tu-darmstadt.de>
5040
5041         * lib/user32.def (PrivateExtractIconsA@32,
5042         PrivateExtractIconsW@32): Define.
5043         * lib/shell32.c (IID_IShellLinkDataList): Add GUID.
5044
5045 2005-12-12  Christopher Faylor  <cgf@timesys.com>
5046
5047         * include/winuser.h (WINSTA_ALL_ACCESS): Define.
5048
5049 2005-12-09  Danny Smith  <dannysmith@users.sourceforge.net>
5050
5051         * lib/kernel32.def (CreateFiberEx): Correct suffix.
5052
5053 2005-12-09  Huw Davies  <hdavies@users.sourceforge.net>
5054             Danny Smith <dannysmith@users.sourceforge.net>
5055
5056         * lib/msxml-uuid.c: New file to generate UUIDs for
5057         MSXML interfaces.
5058         * lib/Makefile.in (UUID_OBJS): Add msxml-uuid.o.
5059
5060 2005-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
5061
5062         * include/winbase.h (GetDevicePowerState): Add prototype.
5063         * lib/kernel32.def (GetDevicePowerState): Correct suffix.
5064
5065 2005-12-07  Brian Gunlogson  <gmb300@users.sourceforge.net>
5066
5067         * include/winuser.h (GetClassLongPtr{AW}): Guard prototypes with _WIN64.
5068         Define as macro if !_WIN64.
5069         (SetClassLongPtr{AW}): Likewise.
5070         (GCLP_*): Add GetClassLongPtr defines.
5071         * lib/user32.def (GetClassLongPtr{AW}): Remove stubs.
5072         (SetClassLongPtr{AW}): Likewise.
5073
5074 2005-11-18  Brian Gunlogson  <gmb300@users.sourceforge.net>
5075
5076         * include/winuser.h (GetClassLongPtr{AW}): Add prototypes.
5077         (SetClassLongPtr{AW}): Likewise.
5078         (GCLP_*): Add GetClassLongPtr defines.
5079         * lib/user32.def (GetClassLongPtr{AW}): Add stubs.
5080         (SetClassLongPtr{AW}): Likewise.
5081
5082 2005-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
5083
5084         * include/commdlg.h (OPENFILENAMEW): Add members for
5085         _WIN32_WINNT >= 0x0500.
5086         Thanks to Ricardo Dalcorsso Fodra.
5087         (OPENFILENAMEA): Modify whitespace. Ansify comment.
5088
5089 2005-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
5090
5091         * include/wingdi.h (GetICMProfileA): Correct prototype.
5092         (GetICMProfileW): Likewise.
5093         Thanks to: Paul J Lucas
5094
5095 2005-11-04  Michael Jung  <mjung@iss.tu-darmstadt.de>
5096
5097         * lib/shell32.c (CLSID_ShellFSFolder): Add GUID.
5098
5099 2005-11-03  Danny Smith  <dannysmith@users.sourceforge.net>
5100
5101         * lib/crypt32.def (CertOIDToAlgId, CertAlgIDToOID, CryptProtectData,
5102         CryptUnprotectData, CryptDecodeObjectEx, CryptEncodeObjectEx,
5103         CryptRegisterOIDFunction, CryptUnregisterOIDFunction): Add stubs.
5104         Thanks to: F Richter  <res2002 at users dot sourceforge dot net>
5105
5106 2005-10-29  Chris Sutcliffe  <ir0nh34d@users.sf.net>
5107
5108         * include/objbase.h: Fix typo.
5109         * include/w32api.h: Increment version to 3.5.
5110         * Makefile.in: Ditto.
5111
5112 2005-10-27  Chris Sutcliffe  <ir0nh34d@users.sf.net>
5113
5114         * include/w32api.h: Increment version to 3.4.
5115         * Makefile.in: Ditto.
5116
5117 2005-10-12  Danny Smith  <dannysmith@users.sourceforge.net>
5118
5119         * include/winbase.h (GetProcessId): Remove duplicate declaration.
5120         Use _WIN32_WINNT >= 0x0501 guard.
5121
5122 2005-10-11  Christopher Faylor  <cgf@timesys.com>
5123
5124         * include/winbase.h (GetProcessId): Declare.
5125
5126 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5127
5128         * lib/ddk/newdev.def: Added.
5129         Thanks to: Stephan Meyer <ste_meyer at users dot sourceforge dot net>
5130
5131 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5132
5133         * include/commdlg.h (OPENFILENAME): Added WINNT >= 0x0500
5134         component.
5135         Thanks to: Gennady Feldman <gena01 at users dot sourceforge dot net>
5136
5137 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5138
5139         * lib/shell32.def (SHILCreateFromPath): Add stub.
5140         Thanks to: Michael Jung <mjung at iss dot tu-darmstadt dot de>
5141
5142 2005-09-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5143
5144         * include/winbase.h (RegisterWaitForSingleObject,
5145         RegisterWaitForSingleObjectEx): Define.
5146         * lib/kernel32.def (RegisterWaitForSingleObjectEx@20): Define.
5147         (RegisterWaitForSingleObject@16): Changed to
5148         RegisterWaitForSingleObject@24.
5149         Thanks to: Brandon Sneed <nivenh at users dot sourceforge dot net>
5150
5151 2005-09-19  Danny Smith  <dannysmith@users.sourceforge.net>
5152
5153         * include/winsock2.h (SO_EXCLUSIVEADDRUSE): Define.
5154         Thanks to: Gisle Vanem  <giva at bgnett dot no>
5155
5156 2005-09-08  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5157
5158         * include/reason.h [_WIN32_WINNT >= 0x0501]
5159         (SHTDN_REASON_*): New file.
5160         * include/objbase.h: Avoid double header guard.
5161
5162 2005-08-17  Michael Jung  <mjung@iss.tu-darmstadt.de>
5163
5164         * lib/shell32.c (CLSID_RecycleBin, CLSID_ControlPanel,
5165         CLSID_MyComputer,CLSID_Internet, CLSID_NetworkPlaces,
5166         CLSID_MyDocuments, CLSID_FolderShortcut): Add GUIDs.
5167
5168 2005-08-17  Martin Fuchs  <martin-fuchs@gmx.net>
5169
5170         * include/shlobj.h (IContextMenu3): Define.
5171         * include/shlguid.h (IID_IContextMenu3): Declare.
5172         * lib/shell32.c (IID_IContextMenu3): Define.
5173
5174 2005-08-17  Martin Fuchs  <martin-fuchs@gmx.net>
5175
5176         * include/shlobj.h (SHFormatDrive): Declaration of function
5177         and associated constants.
5178
5179 2005-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
5180
5181         * include/ddk/hidsdi.h:  New file.
5182         * lib/ddk/hid.def: Uncomment symbols and add stdcall suffix for
5183         functions declared in hidsdi.h.
5184         Thanks to:  Alex J Lennon  <ajlennon at organixconsulting dot com>
5185
5186 2005-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
5187
5188         * lib/imm32.def (ImmDisableIME): Add stub.
5189         Thanks to: "kidmin"  <kidmin at users dot sourceforge dot net>
5190
5191 2005-08-10  Chris Sutcliffe  <ir0nh34d@users.sf.net>
5192
5193         * include/w32api.h: Increment version to 3.3.
5194         * Makefile.in: Ditto.
5195
5196 2005-07-28  Earnie Boyd  <earnie@users.sf.net>
5197
5198         * include/winnt.h (SUBLANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN):
5199         Correct their values.
5200         Thanks to: Daniel K. O. <danielosmari at users dont sf dot net>
5201
5202 2005-07-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5203
5204         * include/winuser.h (HSHELL_RUDEAPPACTIVATED): Define.
5205
5206 2005-07-20  Danny Smith  <dannysmith@users.sourceforge.net>
5207
5208         * include/wingdi.h (TT_PRIM_CSPLINE): Define.
5209         Thanks to: Bob Jamison <ishmal at users dot sourceforge dot net>
5210
5211 2005-07-20  Danny Smith  <dannysmith@users.sourceforge.net>
5212
5213         * include/richedit.h (SETTEXTEX): Define structure and
5214         associated constants.
5215         (GT_SELECTION): Define GETTEXTEX flag constant.
5216
5217 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
5218
5219         * include/wingdi.h (SYSPAL_NOSTATIC256): Define.
5220
5221 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
5222
5223         * include/wingdi.h (WINGDIAPI): Define to DECLSPEC_DLLIMPORT
5224         if __W32API_USE_DLLIMPORT__.   Use throughout to qualify
5225         prototypes.
5226
5227 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
5228
5229         * include/commctrl.h (RBBS_USECHEVRON): Define.
5230         (RBBS_*): Use hex notation, group together.
5231
5232 2005-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
5233
5234         * lib/kernel32.def (GetUserGeoID): Correct suffix.
5235         Thanks to: "bernd23" <bernd23 at users dot sourceforge dot net>
5236
5237 2005-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
5238
5239         * include/commctrl.h (TreeView_SetItemState): Initilise
5240         _tvi.hItem.
5241         Thanks to:  Joseph Remes <jremes at users dot sourceforge dot net>
5242
5243 2005-07-18  Mattia Barbon  <mbarbon@users.sourceforge.net>
5244
5245         * include/commctrl.h (NMLVFINDITEM): Add structure.
5246
5247 2005-07-18  Michael Gerdau  <mgdde@users.sourceforge.net>
5248
5249         * include/wininet.h (WININET_API_FLAG_*): Add defines.
5250
5251 2005-07-18  Daniel Atallah  <datallah@users.sourceforge.net>
5252
5253         * include/winnt.h (VER_SET_CONDITION): Define.
5254
5255 2005-07-18  Michael Gerdau  <mgdde@users.sourceforge.net>
5256
5257         * include/wincon.h (AttachConsole): Correct _WIN32_WINNT guard.
5258         (ATTACH_PARENT_PROCESS): Define.
5259         (CONSOLE_WINDOWED_MODE): Correct definition to match MSDN
5260         documentation.
5261
5262 2005-07-17  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5263
5264         * include/winbase.h (QueueUserWorkItem): Add prototype.
5265
5266 2005-07-13  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5267
5268         * include/wingdi.h (SHADEBLENDCAPS, SB_NONE, SB_CONST_ALPHA,
5269         SB_PIXEL_ALPHA, SB_PREMULT_ALPHA, SB_GRAD_RECT, SB_GRAD_TRI,
5270         COLORMGMTCAPS, CM_NONE, CM_DEVICE_ICM, CM_GAMMA_RAMP,
5271         CM_CMYK_COLOR): Define.
5272
5273 2005-06-19  Danny Smith  <dannysmith@users.sourceforge.net>
5274
5275         * include/winldap.h (ldap_simple_bindW, ldap_simple_bind_sW,
5276         ldap_bindW, ldap_bind_sW): Change PCHAR arg to PWCHAR.
5277         Thanks to: Christian  <chhd at users dot sf dot net>
5278
5279 2005-06-18  Danny Smith  <dannysmith@users.sourceforge.net>
5280
5281         * include/richedit.h (GETTEXTEX): Correct name of lpUsedDefChar
5282         field.
5283         Thanks to: Saulius Menkevicius  <bobas at users dot sf dot net>
5284
5285 2005-06-18  Danny Smith  <dannysmith@users.sourceforge.net>
5286
5287         * include/winbase.h (GlobalDiscard): Define as macro.
5288         Thanks to: David Golub  <david_golub  at users dot sf dot net>
5289
5290 2005-05-13  Corinna Vinschen  <corinna@vinschen.de>
5291
5292         * include/winnetwk.h (WNetGetResourceParentA): Add missing declaration.
5293         (WNetGetResourceParentW): Ditto.
5294         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Define.
5295         (FILE_ID_BOTH_DIRECTORY_INFORMATION): Define.
5296
5297 2005-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
5298
5299         * include/wininet.h (FtpGetFileSize): Add prototype.
5300         (FtpCommand[AW]): Correct prototypes.
5301         Reported by: <siger at users dot sf dot net>
5302
5303 2005-04-25  Danny Smith  <dannysmith@users.sourceforge.net>
5304
5305         * include/vfw.h (capCreateCaptureWindow[AW]): Add prototypes.
5306         (capGetDriverDescription[AW]): Likewise.
5307
5308 2005-04-03  Corinna Vinschen  <corinna@vinschen.de>
5309
5310         * include/winnt.h (SE_UNDOCK_NAME TEXT): Define.
5311         (SE_MANAGE_VOLUME_NAME TEXT): Ditto.
5312         (SE_IMPERSONATE_NAME TEXT): Ditto.
5313         (SE_ENABLE_DELEGATION_NAME TEXT): Ditto.
5314         (SE_SYNC_AGENT_NAME TEXT): Ditto.
5315
5316 2005-03-16  Christopher Faylor  <cgf@timesys.com>
5317
5318         * include/winnt.h (SYSTEM_LUID): Fix definitition invalidated by below
5319         change.
5320
5321 2005-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
5322
5323         * include/winnt.h (_LUID): Add structure. Correct LUID typedef.
5324         Thanks to:
5325         Paul-Christiaan Spruijtenburg <wakarimasu at users dot sf dot net>
5326
5327 2005-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
5328
5329         * include/ws2tcpip.h (getaddrinfo, freeaddrinfo, getnameinfo):
5330         Guard with _WIN32_WINNT >= 0x0501. Add FIXME comment.
5331         (gai_strerror[AW]): Put into #if 0 block.
5332
5333 2005-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
5334
5335         * include/basetyps.h (__int16): Correct define.
5336
5337 2005-02-10  Jiri Malak  <Jiri.Malak@iol.cz>
5338             Danny Smith  <dannysmith@users.sourceforge.net>
5339
5340         * lib/directx/dinput_private.h (ATTRIBUTE_TEXT_SECTION): New
5341         define for Open Watcom portability.
5342         * lib/directx/(dinput_joy.c, dinput_joy2.c, dinput_kbd.c,
5343         dinput_mouse.c, dinput_mouse2.c): Use new macro in definition
5344         of local c_rgodfDI* objects. Replace .rdata section attribute
5345         with 'const' keyword in definition of global c_dfDI* objects.
5346
5347 2005-02-07  Danny Smith  <dannysmith@users.sourceforge.net>
5348
5349         * include/winioctl.h (IOCTL_VOLUME_BASE,
5350         IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS, IOCTL_VOLUME_IS_CLUSTERED):
5351         Copy defines from include/ddk/ntdddvol.h.
5352         Bug reported to Debian by Anand Kumria  <wildfire@progsoc.org>
5353
5354 2005-01-27  Oliver Stoeneberg  <oliverst@online.de>
5355
5356         * include/winbase.h (PWIN32_FIND_DATA): Add typedef.
5357
5358 2005-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
5359
5360         * include/winuser.h (SW_SMOOTHSCROLL): Add define.
5361         Reported by: Christian Ehrlicher  <chehrlic@users.sf.net>
5362
5363 2005-01-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5364
5365         * include/commdlg.h (OFN_DONTADDTORECENT): Added definition.
5366
5367 2005-01-18  Danny Smith  <dannysmith@users.sourceforge.net>
5368
5369         * lib/user32.def (MonitorFromPoint): Correct suffix.
5370
5371 2005-01-13  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5372
5373         * include/wininet.h (InternetCheckConnectionA,
5374         InternetCheckConnectionW) Add prototypes.
5375         (INTERNET_RAS_INSTALLED, INTERNET_CONNECTION_OFFLINE,
5376         INTERNET_CONNECTION_CONFIGURED): Add defines.
5377
5378 2005-01-07  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5379
5380         * include/commctrl.h (ComboBox_SetMinVisible,
5381         ComboBox_GetMinVisible): Added Macros.
5382         * include/winuser.h (CB_SETMINVISIBLE, CB_GETMINVISIBLE):
5383         Added definitions.
5384
5385 2005-01-02  Jiri Malak  <Jiri.Malak@geac.cz>
5386
5387         * include/winnt.h (GetCurrentFiber, GetFiberData): Make inline
5388         assembly code conditional on _X86_.
5389
5390 2005-01-02  Earnie Boyd  <earnie@users.sf.net>
5391
5392         * include/w32api.h: Increment version to 3.2.
5393         * Makefile.in: Ditto.
5394         * include/afxres.h: Remove the \r from the line ending.
5395         * include/errorrep.h: Ditto.
5396         * include/shldisp.h: Ditto.
5397         * include/tschema.h: Ditto.
5398         * lib/dhcpcsvc.def: Ditto.
5399         * lib/uxtheme.def: Ditto.
5400         * lib/wldap32.def: Ditto.
5401
5402 2005-01-01  Danny Smith  <dannysmith@users.sourceforge.net>
5403
5404         * include/winerror.h (ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY):
5405         Correct typo.
5406         Thanks to: Aidan France  <aidan1@users.sourceforge.net>
5407
5408 2004-12-29  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5409
5410         *include/winuser.h (MNS_*, WM_MENUCOMMAND,
5411         WM_MENUGETOBJECT, WM_MENUDRAG, WM_NCMOUSEHOVER,
5412         WM_NCMOUSELEAVE, WM_UNINITMENUPOPUP,
5413         SPI_GETFOREGROUNDLOCKTIMEOUT,
5414         SPI_SETFOREGROUNDLOCKTIMEOUT): Added definitions.
5415         *include/imm.h (WM_IME_REQUEST): Added definition.
5416         *include/shlobj.h (SLGP_RAWPATH,
5417         SLGP_UNCPRIORITY): Added definition.
5418
5419 2004-12-28  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5420
5421         *include/winuser.h (HSHELL_FLASH): Added definition.
5422
5423 2004-12-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5424
5425         * include/shldisp.h (IAutoComplete): Added interface definiton.
5426         * include/shldisp.h (IAutoComplete2): Added interface definiton.
5427         * include/shldisp.h (ACO_AUTOSUGGEST): Added definition.
5428         * include/shlobj.h (IObjMgr): Added interface definiton.
5429         * lib/shell32.c (CLSID_AutoComplete, IID_AutoComplete,
5430         IID_AutoComplete2, CLSID_ACLMulti, IID_IObjMgr,
5431         CLSID_ACListISF, IID_IACList): Added GUIDs.
5432         * include/shlguid.h (CLSID_AutoComplete, IID_AutoComplete,
5433         IID_AutoComplete2, CLSID_ACLMulti, IID_IObjMgr,
5434         CLSID_ACListISF, IID_IACList): Added GUIDs.
5435
5436 2004-12-23  Danny Smith  <dannysmith@users.sourceforge.net>
5437
5438         * include/commctrl.h (CDRF_NOTIFYSUBITEMDRAW): Add define.
5439         Thanks to: Chris Sutcliffe  <ironhead@walled.net>
5440         (CDRF_*): Use hex notation for constants.
5441
5442 2004-12-08  Danny Smith  <dannysmith@users.sourceforge.net>
5443
5444         * include/sqlext.h (SQL_INTERVAL_*): Correct macros.
5445         Reported by Eric Sharkey <sharkey at netrics dot com>
5446
5447 2004-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
5448
5449         * include/winnt.h (TOKEN_INFORMATION_CLASS): Add
5450         TokenGroupsAndPrivileges, TokenSessionReference,
5451         TokenSandBoxInert, TokenAuditPolicy, TokenOrigin.
5452         Reformat.
5453         (SID_NAME_USE): Add SidTypeComputer.  Reformat.
5454         Thanks to Gabriel Linder <mingwlinder@users.sourceforge.net>
5455
5456 2004-12-02  Danny Smith  <dannysmith@users.sourceforge.net>
5457
5458         * lib/comctl32.def (ImageList_Copy, ImageList_DrawIndirect,
5459         ImageList_Duplicate): Add stubs.
5460
5461 2004-12-02  Danny Smith  <dannysmith@users.sourceforge.net>
5462
5463         * lib/directx/strmiids.c (MEDIASUBTYPE_YV12): Correct GUID.
5464         Thanks to "Pete" <pross@xvid.org>
5465
5466 2004-11-21 Benoit Blanchon  <bblanchon@users.sourceforge.net>
5467
5468         * include/wingdi.h (AC_SRC_ALPHA, AC_SRC_NO_ALPHA,
5469         AC_DST_NO_ALPHA, ...): Add defines.
5470         * include/winuser.h (ULW_COLORKEY,ULW_ALPHA,
5471         ULW_OPAQUE): Add defines.
5472
5473 2004-11-21  Danny Smith  <dannysmith@users.sourceforge.net>
5474
5475         * include/winnt.h (VerSetConditionMask): Correct typo in _WIN32_WINNT
5476         guard.
5477         * lib/kernel32.def (VerSetConditionMask): Correct stdcall
5478         suffix.
5479         * lib/ddk/ntoskrnl.def (VerSetConditionMask): Likewise.
5480
5481 2004-11-20  Danny Smith  <dannysmith@users.sourceforge.net>
5482
5483         * include/winbase.h (PPROCESS_INFORMATION): Add typedef.
5484         (CreateProcessWithLogonW): Declare.
5485         (LOGON_WITH_PROFILE, LOGON_NETCREDENTIALS_ONLY): Add defines.
5486         Thanks to: "jkmaki"  <jkmaki@users.sourceforge.net>
5487
5488 2004-11-19  Danny Smith  <dannysmith@users.sourceforge.net>
5489
5490         * include/sspi.h (SecPkgContext_Sizes): Fix typo.
5491         Thanks to: David Leonard  <leonard@users.sourceforge.net>
5492
5493 2004-11-19  Danny Smith  <dannysmith@users.sourceforge.net>
5494
5495         * include/sspi.h (SecPkgCredentials_Names[AW]): Correct name.
5496         Thanks to: David Leonard  <leonard@users.sourceforge.net>
5497
5498 2004-11-19  Magnus Olsen  <greatlord@users.sourceforge.net>
5499
5500         * include/winuser.h (MSLLHOOKSTRUCT): Add structure.
5501
5502 2004-11-19  Magnus Olsen  <greatlord@users.sourceforge.net>
5503
5504         * include/winuser.h (LLKHF_EXTENDED, LLKHF_INJECTED, LLKHF_UP):
5505         Add defines.
5506         (LLKHF_ALTDOWN): Define based on KF_ALTDOWN.
5507
5508 2004-11-19  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5509
5510         * include/shellapi.h (NIF_GUID): Add another define.
5511
5512 2004-11-18  Earnie Boyd  <earnie@users.sf.net>
5513
5514         * include/wincon.h (AttachConsole): Correct the _WIN32_WINNT filter.
5515         Changed it twice due to inconsistent MSDN documentation.
5516         * include/w32api.h (Windows95, etc. and IE3, etc.): Add definitions.
5517
5518 2004-11-13  Danny Smith  <dannysmith@users.sourceforge.net>
5519
5520         * include/shlobj.h (SHGFP_TYPE): Add enum.
5521
5522 2004-11-12  Loïc Guilloux (glx@users.sourceforge.net>
5523
5524         * include/winuser.h (WM_THEMECHANGED): Add define.
5525
5526 2004-11-11  Danny Smith  <dannysmith@users.sourceforge.net>
5527
5528         * include/ddk/winddk.h (ExAllocateFromPagedLookasideList,
5529         ExFreeToPagedLookasideList): Guard inline versions with
5530         (__USE_NTOSKRNL__) && (_WIN32_WINNT >= 0x0501). Declare as
5531         external functions for earlier _WIN32_WINNT.
5532
5533 2004-11-11  Danny Smith  <dannysmith@users.sourceforge.net>
5534
5535         * include/ras.h (RASCONN[AW]): Remove dwSessionId field.
5536
5537 2004-11-09  Danny Smith  <dannysmith@users.sourceforge.net>
5538
5539         * include/winnls.h (WINBASEAPI): Define as DECLSPEC_IMPORT
5540         if  undefined and __W32API_USE_DLLIMPORT__.
5541         Add WINBASEAPI token to prototypes, throughout.
5542
5543 2004-11-08  Danny Smith  <dannysmith@users.sourceforge.net>
5544
5545         * include/winnt.h (GetCurrentFiber): Support -masm=intel.
5546         (GetFiberData): Likewise.
5547         (NtCurrentTeb): Likewise.
5548
5549 2004-11-04  Danny Smith  <dannysmith@users.sourceforge.net>
5550
5551         * include/shellapi.h (NIF_INFO): Add define.
5552         (NIIF_*) Add defines..
5553         Thanks to: Benoit Blanchon <bblanchon@users.sourceforge.net>
5554         (NIF_*): Convert constants to hex.
5555
5556 2004-11-02  Danny Smith  <dannysmith@users.sourceforge.net>
5557
5558         * include/wingdi.h (GetFontUnicodeRanges,GetGlyphIndicesA,
5559         GetGlyphIndicesW): Declare.
5560         (GGI_MARK_NONEXISTING_GLYPHS): Define
5561         * lib/gdi32.def (GetFontUnicodeRanges,GetGlyphIndicesA,
5562         GetGlyphIndicesW): Add stubs.
5563
5564 2004-10-24  Dan Aloni  <da-x@colinux.org>
5565
5566         * include/ddk/ntapi.h (NtQueryFullAttributesFile,
5567         ZwQueryFullAttributesFile): Declare.
5568         * include/ddk/ntapi.h (RtlDosPathNameToNtPathName_U):
5569         Declare.
5570         lib/ntoskrnl.def (ZwQueryDirectoryFile, ZwQueryFullAttributesFile.
5571         ZwQueryVolumeInformationFile): Add stubs.
5572
5573 2004-10-18  Danny Smith  <dannysmith@users.sourceforge.net>
5574
5575         * include/wsahelp.h (WINSOCK_MAPPING, WSHGetWinsockMapping,
5576         PWSH_GET_WINSOCK_MAPPING): Don't define if __OBJC__.
5577
5578 2004-10-15  Robert Wruck  <wruck@tweerlei.de>
5579             Danny Smith  <dannysmith@users.sourceforge.net>
5580
5581         * include/winbase.h (InitializeSListHead, Interlocked*):
5582         Guard with !__USE_NTOSKRNL__.
5583
5584         * include/ddk/ntddk.h (__USE_NTOSKRNL__): Define.
5585         * include/ddk/winddk.h (InitializeSListHead, Interlocked*):
5586         Guard with  __USE_NTOSKRNL__.
5587         (ExInterlockedPopEntrySList, ExInterlockedPushEntrySList):
5588         Add prototypes.  Guard macro definition with __USE_NTOSKRNL__
5589         && _WIN32_WINNT >= 0x0501
5590         (ExAllocateFromNPagedLookasideList, ExAllocateFromPagedLookasideList,
5591         ExFreeToNPagedLookasideList, ExFreeToPagedLookasideList):
5592         Replace calts to InterlockedPopEntrySList, InterlockedPushEntrySList
5593         with ExInterlockedPopEntrySList, ExInterlockedPushEntrySList.
5594
5595         * lib/ddk/ntosknl.def (ExInterlockedPopEntrySList,
5596         ExInterlockedPushEntrySList)  Add stubs with fastcall decoration.
5597         (ExDesktopObjectType, ExEventObjectType, ExSemaphoreObjectType,
5598         ExWindowStationObjectType, IoAdapterObjectType,
5599         IoDeviceHandlerObjectSize, IoDeviceHandlerObjectType,
5600         IoDeviceObjectType, IoDriverObjectType, IoFileObjectType,
5601         LpcPortObjectType, MmSectionObjectType, SeTokenObjectType):
5602         Uncomment stubs.
5603
5604 2004-10-11  Robert Wruck  <wruck@tweerlei.de>
5605
5606         * include/ddk/winddk.h (IoReleaseRemoveLockAndWait): Fix
5607         definition
5608         (IoReleaseRemoveLock): Add definition.
5609
5610 2004-10-10  Danny Smith  <dannysmith@users.sourceforge.net>
5611
5612         * include/ddk/winnt4.h (Exi386InterlockedDecrementLong,
5613         Exi386InterlockedExchangeUlong, Exi386InterlockedIncrementLong);
5614         Add prototypes.
5615         * include/winddk.h (ExInterlockedAddUlong,
5616         ExInterlockedInsertHeadList, ExInterlockedInsertTailList,
5617         ExInterlockedRemoveHeadList, ExInterlockedPopEntryList,
5618         ExInterlockedPushEntryList): Change calling convention to
5619         DDKAPI.
5620         (ExfInterlockedAddUlong,ExInterlockedInsertHeadList,
5621         ExInterlockedInsertTailList, ExInterlockedRemoveHeadList,
5622         ExInterlockedPopEntryList, ExInterlockedPushEntryList):
5623         Add prototypes for DDKFASTAPI versions.
5624         Thanks to Vadim Yegor0v <zg at bmg dot lv> for report.
5625         * lib/ntoskrnl.def (ExInterlockedAddUlong,
5626         ExInterlockedInsertHeadList, ExInterlockedInsertTailList,
5627         ExInterlockedRemoveHeadList, ExInterlockedPopEntryList,
5628         ExInterlockedPushEntryList): Remove lead '@' from stubs.
5629         (ExfInterlockedAddUlong,ExfInterlockedInsertHeadList,
5630         ExfInterlockedInsertTailList, ExfInterlockedRemoveHeadList,
5631         ExfInterlockedPopEntryList, ExfInterlockedPushEntryList):
5632         Add fastcall stubs.
5633         (Exi386InterlockedDecrementLong, Exi386InterlockedExchangeUlong,
5634         Exi386InterlockedIncrementLong); Add stdcall stubs.
5635
5636 2004-09-30  Danny Smith  <dannysmith@users.sourceforge.net>
5637
5638         * include/winbase.h (WINBASEAPI): Define as DECLSPEC_IMPORT only
5639          if __W32API_USE_DLLIMPORT__ is defined.
5640         * include/winuser.h (WINUSERAPI): Likewise.
5641
5642 2004-09-29  Filip Navara  <xnavara@volny.cz>
5643
5644         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
5645         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, mcd.h, miniport.h,
5646         mountdev.h, mountmgr.h, ndis.h, ndistapi.h, ndiswan.h, netpnp.h,
5647         newdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h, ntddcdvd.h,
5648         ntddchgr.h, ntdddisk.h, ntddkbd.h, ntddmou.h, ntddpar.h, ntddpcm.h,
5649         ntddscsi.h, ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h,
5650         ntddvdeo.h, ntddvol.h, ntpoapi.h, parallel.h, pfhook.h, poclass.h,
5651         scsi.h, scsiscan.h, smbus.h, srb.h, storport.h, tdiinfo.h,
5652         tdikrnl.h, tvout.h, upssvc.h, usb.h, usb100.h, usbdi.h, usbioctl.h,
5653         usbiodef.h, usbscan.h, usbuser.h, videoagp.h, winddi.h, winddk.h,
5654         winnt4.h, ws2san.h): Fixed packing.
5655         * include/ddk/atm.h (ATM_TRAFFIC_DESCRIPTOR_IE): Fixed declaration.
5656         * include/ddk/hidclass.h (HID_INTERFACE_HIDPARSE,
5657         HID_INTERFACE_NOTIFY_PNP): Likewise.
5658         * include/ddk/ndis.h (NDIS_DMA_BLOCK, CO_FLOW_PARAMETERS): Likewise.
5659         (NdisQueryPacketLength): Added macro. Thanks to Art Yerkes
5660         <ayerkes@speakeasy.net>.
5661         * include/ddk/usb100.h (USB_CONFIGURATION_DESCRIPTOR): Fixed
5662         declaration.
5663         * include/ddk/winddi.h (PATHDATA, GLYPHPOS): Likewise.
5664         * include/ddk/winddk.h (PDRIVER_CONTROL, PDRIVER_LIST_CONTROL,
5665         PDRIVER_ADD_DEVICE, PIO_COMPLETION_ROUTINE, PDRIVER_CANCEL,
5666         PKDEFERRED_ROUTINE, PDRIVER_DISPATCH, PIO_DPC_ROUTINE,
5667         PMM_DLL_INITIALIZE, PMM_DLL_UNLOAD, PDRIVER_ENTRY,
5668         PDRIVER_INITIALIZE, PKSERVICE_ROUTINE, PIO_TIMER_ROUTINE,
5669         PDRIVER_REINITIALIZE, PDRIVER_STARTIO, PKSYNCHRONIZE_ROUTINE,
5670         PDRIVER_UNLOAD, DRIVER_OBJECT): Fixed callback declarations.
5671         (struct FILE_BASIC_INFORMATION): Renamed to _FILE_BASIC_INFORMATION.
5672         (SYNCH_LEVEL): Added definition.
5673         (KPCR, KPCR_TIB): Fixed declaration.
5674         (Interlocked[Push/Pop]EntrySList): Declare only if winbase.h isn't
5675         included and _WIN32_WINNT >= 0x0501.
5676         (RtlEqualLuid): Fixed macro definition.
5677         (KfLowerIrql, KfRaiseIrql): Declare and use instead of KeLowerIrql and
5678         KeRaiseIrql on i386 architectures.
5679
5680 2004-09-06  Hosaka Yuji  <hos@tamanegi.org>
5681
5682         * include/mshtml.h (IHTMLDocument2): Correct get_selection
5683         declaration.
5684         (IHTMLSelectionObject): Correct get_type declaration.
5685         (IHTMLFramesCollection2, IHTMLWindow2, IHTMLFrameBase,
5686         IHTMLFrameBase2, IHTMLFrameBase3, IHTMLBodyElement,
5687         IHTMLBodyElement2): Add interfaces.
5688         (LPHTMLIMAGEELEMENTFACTORY, LPHTMLEVENTOBJ, LPHTMLSCREEN,
5689         LPHTMLOPTIONELEMENTFACTORY, LPOMHISTORY, LPOMNAVIGATOR): Add
5690         typedefs.
5691         * lib/mshtml-uuid.c (IID_IHTMLFrameBase2, IID_IHTMLFrameBase3):
5692         Add IIDs.
5693
5694 2004-09-05  Earnie Boyd  <earnie@users.sf.net>
5695
5696         * include/w32api.h: Increment version to 3.1.
5697         * Makefile.in: Ditto.
5698
5699 2004-09-05  Hosaka Yuji  <hos@tamanegi.org>
5700
5701         * include/winuser.h (MonitorFromPoint, MonitorFromRect,
5702         MonitorFromWindow): Add prototypes.
5703         * lib/user32.def (MonitorFromPoint, MonitorFromRect,
5704         MonitorFromWindowMonitorFromWindow): Add stubs.
5705         * include/shellapi.h (DuplicateIcon): Add prototype.
5706
5707 2004-09-05   Danny Smith  <dannysmith@users.sourceforge.net>
5708
5709         * include/winuser.h (WINUSERAPI): New define.
5710         Use it to mark user32.dll imports, throughout.
5711
5712 2004-09-05  Hosaka Yuji  <hos@tamanegi.org>
5713
5714         * lib/ddk/hid.def (HidD_FlushQueue, HidD_FreePreparsedData,
5715         HidD_GetAttributes, HidD_GetConfiguration, HidD_GetFeature,
5716         HidD_GetHidGuid, HidD_GetIndexedString, HidD_GetInputReport,
5717         HidD_GetManufacturerString, HidD_GetMsGenreDescriptor,
5718         HidD_GetNumInputBuffers, HidD_GetPhysicalDescriptor,
5719         HidD_GetPreparsedData, HidD_GetProductString,
5720         HidD_GetSerialNumberString, HidD_SetConfiguration,
5721         HidD_SetFeature, HidD_SetNumInputBuffers, HidD_SetOutputReport,
5722         HidP_GetButtonCaps, HidP_GetValueCaps): Add exports.
5723
5724 2004-08-25  Lars Rune Nøstdal  <daysleper@users.sourceforge.net>
5725
5726         * include/wincon.h (CONSOLE_FULLSCREEN_MODE, CONSOLE_WINDOWED_MODE):
5727         Add XP defines.
5728         (PCOORD): Add typedef.
5729         (GetConsoleDisplayMode, SetConsoleDisplayMode): Add prototypes.
5730
5731 2004-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
5732
5733         * include/winldap.h: Don't check value of UNICODE.
5734         Thanks to: "Jean-Do"  <spab@users.sourceforge.net>
5735
5736 2004-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
5737
5738         * include/winbase.h (WINBASEAPI): Guard with __INSIDE_CYGWIN__.
5739
5740 2004-08-24  Sam Robb  <samrobb@users.sourceforge.net>
5741
5742         * include/winbase.h (GetFileSizeEx): Add _WIN32_WINNT >= 0x0500
5743         guard.
5744
5745 2004-08-24   Danny Smith  <dannysmith@users.sourceforge.net>
5746
5747         * include/winbase.h: Add WINBASEAPI token to prototypes, throughout.
5748
5749 2004-08-15  Ken Fitlike  <kenfitlike@users.sourceforge.net>
5750
5751         * include/commctrl.h (WC_TREEVIEWA): Remove parenthenses.
5752
5753 2004-08-10  Sebastian Nowak  <snowak1@users.sourceforge.net>
5754
5755         * include/ws2spi.h (LPWSPSELECT): Correct typedef.
5756
5757 2004-08-10   Danny Smith  <dannysmith@users.sourceforge.net>
5758
5759         * include/wincrypt.h: Correct _WIN32_WINNT typo.
5760
5761 2004-08-10  Ed Schaller  <schallee@darkmist.net>
5762
5763         * include/wincrypt.h (MS_ENH_RSA_AES_PROV_A, MS_ENH_RSA_AES_PROV_W)
5764         (ALG_SID_AES_128, ALG_SID_AES_192, ALG_SID_AES_256, ALG_SID_AES 17)
5765         (CALG_AES_128, CALG_AES_192, CALG_AES_256, CALG_AES,PROV_RSA_AES):
5766         Add defines.
5767         (CALG_SHA1): Add define.
5768         (HP_HMAC_INFO): Add define.
5769         (HMAC_INFO): Add struct.
5770         (BLOBHEADER): Add typedef.
5771
5772 2004-07-26  Hartmut Honisch  <hhonisch@users.sourceforge.net>
5773
5774         * include/commctrl.h (TreeView_SetItemState): Define macro.
5775
5776 2004-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
5777
5778         * include/wingdi.h (CMYK): Correct macro. Group CMYK/RGB
5779         macros together.
5780
5781 2004-07-24  Brodie Thiesfield  <brofield@users.sourceforge.net>
5782
5783         * include/shlobj.h (FILEDESCRIPTOR): Unicode it.
5784         (FILEGROUPDESCRIPTOR): LIkewise.
5785
5786 2004-07-06  Corinna Vinschen  <corinna@vinschen.de>
5787
5788         * winbase.h (IsWow64Process): Add missing WINAPI qualifier.
5789
5790 2004-06-16  Danny Smith  <dannysmith@users.sourceforge.net>
5791
5792         * include/winnt.h (IMAGE_ORDINAL_FLAG): Map to ...
5793         (IMAGE_ORDINAL_FLAG{32,64}: New defines.
5794         (IMAGE_SNAP_BY_ORDINAL): Map to ...
5795         (IMAGE_SNAP_BY_ORDINAL{32,64}: New defines.
5796         (IMAGE_ORDINAL): Map to ...
5797         (IMAGE_ORDINAL{32,64}: New defines.
5798         (IMAGE_THUNK_DATA):  Map to ...
5799         (IMAGE_THUNK_DATA{32,64}: New structures.
5800         (IMAGE_THUNK_DATA): Map to ...
5801         (IMAGE_THUNK_DATA{32,64}: New structures.
5802         (IMAGE_IMPORT_DESCRIPTOR):  Map to ...
5803         (IMAGE_IMPORT_DESCRIPTOR{32,64}: New structures.
5804         (IMAGE_IMAGE_TLS_DIRECTORY)  Map to ...
5805         (IMAGE_IMAGE_TLS_DIRECTORY{32,64}: New structures.
5806
5807 2004-06-16  Bang Jun-Young  <junyoung@NetBSD.org>
5808
5809         * w32api/include/winnt.h (WAITORTIMERCALLBACKFUNC): Protect with
5810         _WIN32_WINNT >= 0x0500.
5811
5812 2004-06-05  Luke Dunstan  <infidel@users.sourceforge.net>
5813
5814         * include/winbase.h (GetWriteWatch): Correct prototype.
5815         (WRITE_WATCH_FLAG_RESET): Define.
5816         Thanks to Sergey Philippov <phis@users.sourceforge.net>.
5817
5818 2004-06-02  Rocher Laurent  <lrocher@users.sourceforge.net>
5819
5820         * include/commctrl.h (Animate_OpenEx): Define.
5821         (DateTime_GetSystemTime, DateTime_SetSystemTime): Correct names.
5822         (ListView_GetNumberOfWorkAreas): Correct macro.
5823         (ListView_SetUnicodeFormat, ListView_GetUnicodeFormat,
5824         ListView_SetItemCountEx, ListView_GetISearchString,
5825         TreeView_GetLastVisible, Header_CreateDragImage,
5826         Header_SetImageList, Header_GetImageList): Define.
5827         (LVM_SETUNICODEFORMAT, LVM_GETUNICODEFORMAT,
5828         MCM_GETUNICODEFORMAT, MCM_SETUNICODEFORMAT,
5829         TBSTATE_ELLIPSES): Define.
5830         (MonthCal_SetRange): Correct macro.
5831         (ImageList_Duplicate): Declare.
5832
5833 2004-05-29  Filip Navara  <xnavara@volny.cz>
5834
5835         * include/winnt.h (IMAGE_EXPORT_DIRECTORY): Fixed declaration.
5836
5837 2004-05-25  Al Slater  <al.slater@scluk.com>
5838
5839         * include/httpext.h (HSE_SEND_HEADER_EX_INFO,
5840         HSE_REQ_SEND_RESPONSE_HEADER_EX): Define.
5841
5842 2004-05-15  Filip Navara  <xnavara@volny.cz>
5843
5844         * include/ddk/kbdmou.h: New file.
5845         * lib/ddk/videoprt.def (VideoPortMapBankedMemory,
5846         VideoPortMapDmaMemory, VideoPortMapMemory): Correct suffix.
5847         * lib/ddk/ntoskrnl.def (_snprintf, _snwprintf, _vsnprintf,
5848         _vsnwprintf, sprintf, swprintf): Export.
5849
5850 2004-05-15  Filip Navara  <xnavara@volny.cz>
5851
5852         * include/ddk/ntddk.h: Don't set 4-byte alignment on included
5853         headers.
5854
5855 2004-05-07  Danny Smith  <dannysmith@users.sourceforge.net>
5856
5857         * include/wingdi.h: Correct non-unicode typedefs of
5858         ENUMLOGFONTEXDV, PENUMLOGFONTEXDV, LPENUMLOGFONTEXDV.
5859
5860 2004-05-07  Pascal Obry  <obry@act-europe.fr>
5861
5862         * include/winsock.h (IN_CLASSA): Fix macro.
5863         * include/winsock2.h (IN_CLASSA): Fix macro.
5864
5865 2004-04-29  Bart Oldeman  <bartoldeman@users.sourceforge.net>
5866
5867         * include/objbase.h (STGOPTIONS): Correct pwcsTemplateFile type.
5868         * include/aclui.h: Remove '\r', throughout.
5869         * include/msacm.h: Likewise.
5870         * lib/aclui.def: Likewise.
5871
5872 2004-04-28  Luke Dunstan  <infidel@users.sourceforge.net>
5873
5874         * lib/comctl32.def (SetWindowSubclass): Add stub.
5875         Thanks to Eugene <egladysh@users.sourceforge.net>.
5876
5877 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
5878
5879         * include/winbase.h (EXECUTION_STATE): Add typedef.
5880         (SetThreadExecutionState): Declare.
5881         * include/wingdi.h (_WINGDI_): Define.
5882         * include/objbase.h (_OBJBASE_H_): Define.
5883
5884 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
5885
5886         * include/winuser.h (SM_IMMENABLED, SM_CXFOCUSBORDER,
5887         SM_CYFOCUSBORDER, SM_TABLETPC, SM_MEDIACENTER): Add defines.
5888         (SM_CMETRICS): Adjust value.
5889         * include/winnt.h (PROCESSOR_ARCHITECTURE_MSIL): Correct define.
5890         (PROCESSOR_ARCHITECTURE_AMD64, PROCESSOR_ARCHITECTURE_IA32_ON_WIN64):
5891         Add defines.
5892         Thanks to Benoit Blanchon <bblanchon@users.sourceforge.net>
5893
5894 2004-04-24  Justin Forest  <vhex@users.sourceforge.net>
5895
5896         * include/winsock2.h (LUP_DEEP, LUP_CONTAINERS,
5897         LUP_NOCONTAINERS, LUP_NEAREST, LUP_RETURN_NAME,
5898         LUP_RETURN_TYPE, LUP_RETURN_VERSION, LUP_RETURN_COMMENT,
5899         LUP_RETURN_ADDR, LUP_RETURN_BLOB, LUP_RETURN_ALIASES,
5900         LUP_RETURN_QUERY_STRING, LUP_RETURN_ALL, LUP_RES_SERVICE,
5901         LUP_FLUSHCACHE, LUP_FLUSHPREVIOUS): Add defines.
5902
5903 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
5904
5905         * include/windns.h (DNSREC_QUESTION, DNSREC_ANSWER, DNSREC_AUTHORITY,
5906         DNSREC_ADDITIONAL): Add defines.
5907
5908 2004-04-23  Robert Wruck  <wruck@tweerlei.de>
5909
5910         * include/commctrl.h (LPNMLVDISPINFO): Add defines.
5911
5912 2004-04-23  Robert Wruck  <wruck@tweerlei.de>
5913
5914         * include/aclui.h: New file.
5915         * lib/aclui.def: New file.
5916         * lib/test.c: Add aclui.h to includes.
5917
5918 2004-04-21  Danny Smith  <dannysmith@users.sourceforge.net>
5919
5920         * include/winuser.h (SPI_GETACTIVEWINDOWTRACKING,
5921         SPI_GETACTIVEWNDTRKZORDER, SPI_SETACTIVEWINDOWTRACKING,
5922         SPI_SETACTIVEWNDTRKZORDER): Remove duplicate defines.
5923
5924 2004-04-20  Christopher Faylor  <cgf@alum.bu.edu>
5925
5926         * include/wingdi.h: Protect non-unicode case of below.
5927
5928 2004-04-20  Christopher Faylor  <cgf@alum.bu.edu>
5929
5930         * include/wingdi.h: Protect use of ENUMLOGFONTEXDV, PENUMLOGFONTEXDV,
5931         LPENUMLOGFONTEXDV with appropriate version check.
5932
5933 2004-04-18  Hans Leidekker  <hans@it.vu.nl>
5934
5935         * lib/directx/dxguid.c (CLSID_DirectSoundPrivate,
5936         DSPROPSETID_DirectSoundDevice): Add defines.
5937
5938 2004-04-20  Adrian Sandor  <aditsu@users.sourceforge.net>
5939
5940         * include/msacm.h: New file.
5941
5942 2004-01-09  Stuart Cunningham  <stuart_hc@users.sourceforge.net>
5943
5944         * include/objbase.h (STGFMT): Declare enum.
5945         (STGOPTIONS): Declare structure.
5946         (StgCreateStorageEx, StgOpenStorageEx): Declare.
5947         (STGOPTIONS_VERSION): Define.
5948         * lib/ole32.def (StgCreateStorageEx, StgOpenStorageEx): Add stubs.
5949
5950 2004-04-13  Filip Navara  <xnavara@volny.cz>
5951
5952         * include/winuser.h (IS_INTRESOURCE, MB_CANCELTRYCONTINUE,
5953         WM_NCXBUTTONDOWN, WM_NCXBUTTONUP, WM_NCXBUTTONDBLCLK,
5954         WM_XBUTTONDOWN, WM_XBUTTONUP, WM_XBUTTONDBLCLK,
5955         DCX_INTERSECTUPDATE, MK_XBUTTON1, MK_XBUTTON2,
5956         HELP_SETWINPOS): Define.
5957         (WM_MOUSELAST): Different value for _WIN32_WINNT >= 0x0500.
5958         (SPI_*): Add new definitions for WINVER >= 0x500.
5959         (CallMsgFilter[AW], SetWindowsHookA): Correct prototype.
5960         (InternalGetWindowText, SetWindowsHookW): Declare.
5961         * include/winbase.h (InitializeSListHead): Avoid conflicting
5962         definition with DDK headers.
5963
5964 2004-04-13  Gé van Geldorp  <gvg@reactos.com>
5965
5966         * include/winuser.h (GetLastError): Move from here...
5967         * include/winbase.h: ... to here.
5968
5969 2004-04-13  Filip Navara  <xnavara@volny.cz>
5970
5971         * include/winspool.h (DocumentPropertiesW): Correct prototype.
5972
5973 2004-04-13  Filip Navara  <xnavara@volny.cz>
5974
5975         * include/wingdi.h (ENHMETAHEADER): Add definitions for
5976         WINVER >= 0x400.
5977         (WCRANGE, GLYPHSET, LPPOLYTEXT[AW]): Declare.
5978         (ENUMLOGFONTEXW): Fix definition.
5979         (ENUMLOGFONTEXDV[AW]): Declare.
5980
5981 2004-04-13  Filip Navara  <xnavara@volny.cz>
5982
5983         * include/wingdi.h: Declare the DirectDraw structures only if
5984         the DirectDraw kernel mode headers aren't included.
5985         (EMFINFO): Declare.
5986         (EngStretchBlt, EngTextOut, FONTOBJ_cGetGlyphs,
5987         STROBJ_bEnumPositionsOnly): Correct prototypes.
5988
5989 2004-04-13  Filip Navara  <xnavara@volny.cz>
5990
5991         * include/objidl.h (PRPCOLEMESSAGE): Declare.
5992         * include/rpc.h (RPCRTAPI): Define.
5993         * include/rpcdce.h (RpcServerRegisterIf2): Declare.
5994         * include/rpcdcep.h (RPC_BLOCKING_FN, I_RpcSend): Declare.
5995         (RPC_BLOCKING_FUNCTION): Remove, replaced by RPC_BLOCKING_FN.
5996         (I_RpcBindingSetAsync): Correct prototype.
5997         * include/rpcndr.h (MIDL_STUB_MESSAGE): Rename 'Reserved' field
5998         to w2kReserved.
5999         (USER_MARSHAL_SIZING_ROUTINE, USER_MARSHAL_MARSHALLING_ROUTINE,
6000         USER_MARSHAL_UNMARSHALLING_ROUTINE, USER_MARSHAL_FREEING_ROUTINE,
6001         USER_MARSHAL_ROUTINE_QUADRUPLE, NDR_NOTIFY_ROUTINE, IDL_CS_CONVERT,
6002         CS_TYPE_NET_SIZE_ROUTINE, CS_TYPE_LOCAL_SIZE_ROUTINE,
6003         CS_TYPE_TO_NETCS_ROUTINE, CS_TYPE_FROM_NETCS_ROUTINE,
6004         CS_TAG_GETTING_ROUTINE, NDR_CS_SIZE_CONVERT_ROUTINES,
6005         NDR_CS_ROUTINES, NdrUserMarshalMarshall, NdrUserMarshalUnmarshall,
6006         NdrUserMarshalBufferSize, NdrUserMarshalMemorySize,
6007         NdrUserMarshalFree): Declare.
6008         (MIDL_STUB_DESC): Add new fields that were added in W2K.
6009         * include/rpcproxy.h (CStdStubBuffer): Ditto.
6010
6011 2004-04-13  Filip Navara  <xnavara@volny.cz>, David Welch  <welch@cwcom.net>
6012
6013         * include/ddk/ntapi.h (NtCurrentProcess, NtCurrentThread,
6014         LPC_MESSAGE_BASE_SIZE): Define.
6015         * include/ddk/ntifs.h: Move the pack pragma under header inclusion.
6016
6017 2004-04-13  Filip Navara  <xnavara@volny.cz>
6018
6019         * include/commctrl.h (TB_MARKBUTTON, NMTBGETINFOTIP[AW]):
6020         Declare.
6021
6022 2004-04-18  Allan Bazinet  <bazineta@users.sourceforge.net>
6023
6024         * include/winuser.h (MONITORINFOEX[AW]): Change to be derived from
6025         MONITORINFO when compiling as C++.
6026
6027 2004-04-17  Luke Dunstan  <infidel@users.sourceforge.net>
6028
6029         * README.w32api: List separate copyright conditions for some headers.
6030         * include/(winsock2.h, wsipx.h): Minor change to copyright header.
6031
6032 2004-04-15  Danny Smith  <dannysmith@users.sourceforge.net>
6033
6034         * include/wingdi.h (RGB): Correct macro.
6035
6036 2004-04-14  Robert Wruck  <rwruck@users.sourceforge.net>
6037
6038         * include/ddk/winddk.h (RtlEqualLuid): Correct macro.
6039
6040 2004-04-06  Luke Dunstan  <infidel@users.sourceforge.net>
6041
6042         * include/ocidl.h (QACONTAINERFLAGS): Correct typedef.
6043
6044 2004-03-29  Danny Smith  <dannysmith@users.sourceforge.net>
6045
6046         * lib/Makefile.in: Add directx to .PHONY target.
6047         * lib/directx/dxerr.c: Remove dependence on mingw runtime.
6048         Don't include stdio.h or tchar.h.
6049         Replace _T() macro with TEXT() macro, throughout.
6050         Replace _stprintf with wsprintf, throughout.
6051
6052 2004-03-27  Hosaka Yuji  <hos@tamanegi.org>
6053
6054         * include/dbt.h (DBT_DEVTYP_DEVICEINTERFACE, DBT_DEVTYP_HANDLE):
6055         Add define.
6056         (DEV_BROADCAST_DEVICEINTERFACE, DEV_BROADCAST_HANDLE): Add struct.
6057         * include/winuser.h (UnregisterDeviceNotification): Add prototype.
6058         * lib/user32.def (UnregisterDeviceNotification): Add export stub.
6059
6060 2004-03-27  Filip Navara  <xnavara@volny.cz>
6061
6062         * include/directx: New subdir.
6063         * lib/directx: Ditto.
6064         * include/directx/(d3d9.h, d3d9caps.h, d3d9types.h, dxerr8.h,
6065         dxerr9.h): New files.
6066         * lib/directx/(Makefile.in, d3d8.def, d3d9.def, d3dim.def, d3drm.def,
6067         d3dx8d.def, d3dx9d.def, d3dxof.def, ddraw.def, dinput.def,
6068         dinput_joy.c, dinput_joy2.c, dinput_kbd.c, dinput_mouse.c,
6069         dinput_mouse2.c, dinput_private.h, dinput8.def, dmoguids.c, dplayx.def,
6070         dpnaddr.def, dpnet.def, dpnlobby.def, dpvoice.def, dsetup.def,
6071         dsound.def, dxerr.c, dxerr8.c, dxerr8w.c, dxerr9.c, dxerr9w.c,
6072         dxguid.c, ksproxy.def, ksuser.c, ksuser.def, msdmo.def, quartz.def,
6073         strmiids.c, test.c): Ditto.
6074         * lib/(d3dim.def, d3drm.def, d3dxof.def, ddraw.def, dinput.c,
6075         dinput.def, dplayx.def, dsetup.def, dsound.def, dxguid.c): Removed.
6076
6077 2004-03-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6078
6079         * include/GL/glu.h (GLU_AUTO_LOAD_MATRIX, GLU_CULLING,
6080         GLU_SAMPLING_TOLERANCE, GLU_DISPLAY_MODE, GLU_PARAMETRIC_TOLERANCE,
6081         GLU_SAMPLING_METHOD, GLU_U_STEP, GLU_V_STEP): Define.
6082
6083 2004-03-24  Filip Navara  <xnavara@volny.cz>
6084
6085         * include/commctrl.h (TB_GETSTRING[AW]): Add defines.
6086         (RBBS_HIDETITLE, RBBS_TOPALIGN): Ditto.
6087
6088 2004-03-24  Filip Navara  <xnavara@volny.cz>
6089
6090         * include/ddk/srb.h (_PORT_CONFIGURATION_INFORMATION):  Rename
6091         TaggedQueueing to TaggedQueuing.
6092         (_HW_INITIALIZATION_DATA): Likewise.
6093
6094 2004-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
6095
6096         * include/docobj.h (IOleDocumentView::GetDocument): Correct
6097         prototype.
6098         Thanks to Buster Copley  <consequent@users.sourceforge.net>
6099
6100 2004-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
6101
6102         * lib/ddk/ntoskrnl.def (MmAllocatePagesForMdl): Correct suffix.
6103         (MmMapIoSpace): Likewise.
6104         Thanks to Dan Aloni  <da-x@colinux.org>
6105
6106 2004-03-16  Martin Fuchs  <martin-fuchs@gmx.net>
6107
6108         * include/shellapi.h (NIM_* NIS_*): Define constants for
6109         notification icons with _WIN32_IE >= 0x0500.
6110         (NOTIFYICONDATA): Add new structure members for notification
6111         icons with _WIN32_IE >= 0x0500.
6112
6113 2004-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
6114
6115         *include/wininet.h (CACHEGROUP_SEARCH_ALL, CACHEGROUP_SEARCH_BYURL):
6116         Add defines.
6117         (INTERNET_CACHE_GROUP_ADD, INTERNET_CACHE_GROUP_REMOVE): Add defines.
6118         (GROUPID) Add typedef.
6119         (INTERNET_CACHE_GROUP_INFO[AW]): Define structures.
6120         (CreateUrlCacheGroup): Add prototype.
6121         (DeleteUrlCacheGroup): Add prototype.
6122         (FindFirstUrlCacheGroup): Add prototype.
6123         (FindNextUrlCacheGroup): Add prototype.
6124         (GetUrlCacheGroupAttribute[AW]): Add prototypes.
6125         (SetUrlCacheGroupAttribute[AW]): Add prototypes.
6126
6127 2004-03-10  Al Slater  <al.slater@scluk.com>
6128
6129         * include/winsock2.h: Add missing LPFN_ typdefs for
6130         function pointers.
6131         Clean up whitespace.
6132
6133 2004-03-05  Filip Navara  <xnavara@volny.cz>
6134
6135         * include/ddk/scsi.h: Replace assert with ASSERT.
6136         * include/ddk/video.h: Ditto.
6137         * include/ddk/winddk.h: Ditto. Remove the assert macro.
6138         * include/ddk/tdi.h: Correct packing.
6139
6140 2004-03-04  Danny Smith  <dannysmith@users.sourceforge.net>
6141
6142         * include/wtypes.h (DECIMAL_SETZERO): Add definition for
6143         NONAMELESSUNION case.
6144
6145 2004-03-03  Martin Fuchs  <martin-fuchs@gmx.net>
6146
6147         * include/oleauto.h (V_UNION, V_VT, V_DECIMAL): Use
6148         __VARIANT_NAME_ constants.
6149
6150 2004-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
6151
6152         * include/uxtheme.h: Include <commctrl.h>
6153
6154 2004-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
6155
6156         * include/basetyps.h (GUID_SECT): Define to nothing for GCC >= 2.95.
6157
6158 2004-03-02  Martin Fuchs  <martin-fuchs@gmx.net>
6159
6160         * include/oleauto.h (VAR_VALIDDATE, VAR_FORMAT_NOSUBSTITUTE,
6161         VAR_FOURDIGITYEARS): Define new constants. Group VAR_*  defines
6162         together.
6163         (V_UI2, V_UI4, V_UI4REF, V_UI, V_UI8REF): Define macros.
6164         (V_I8, V_I8REF): Correct macros.
6165         (V_DECIMAL): Correct macro definitions.
6166         (V_INT_PTR, V_UINT_PTR, V_INT_PTRREF, V_UINT_PTRREF): Define
6167         constants.
6168         (VTBIT_*): Define constants.
6169         (UDATE): Add structure definition.
6170         (VarDateFromUdate, VarDateFromUdateEx, VarUdateFromDate): Declare
6171         functions.
6172         (SafeArrayCreateVector): Correct parameter type from UINT to ULONG
6173         (SafeArrayCreateVectorEx): Declare function.
6174         (Var*): declare VARIANT manipulation functions.
6175         * include/ocidl.h (IPicture_*): Define IPicture COBJ macros.
6176         * include/oaidl.h (IRecordInfo_*): Define IRecordInfo COBJ
6177         macros.
6178
6179 2004-03-01  Martin Fuchs  <martin-fuchs@gmx.net>
6180
6181         * include/oaidl.h (FADF_*): Define missing constants.
6182         (IDispatch_*): Define COBJ macros.
6183         (VARIANT): Add missing union members llVal and ullVal.
6184         (wireVARIANT): Likewise.
6185         (ITypeinfo_*): Define COBJ macros.
6186         * include/oleauto.h (Var*FromDisp): Correct parameter type from
6187         LPDISPATCH* to LPDISPATCH.
6188         (VARCMP_*, VAR_LOCALBOOL, LOCALE_USE_NLS, VARIANT_*,
6189         VAR_CALENDAR_*): Add missing constants.
6190         (SafeArray[Get/Set]*): Add prototypes.
6191         (Var*From*):  Add missing prototypes.
6192         (NUMPRS_*): Add defines.
6193         (NUMPARSE): Define structure.
6194         (VarParseNumFromStr,VarNumFromParseNum): Add prototypes.
6195         * include/winerror.h (DISP_E_DIVBYZERO): Define constant.
6196         * include/winuser.h (COLOR_*): Define missing constants.
6197         * include/wtypes.h (enum VARENUM): Add VT_INT_PTR, VT_UINT_PTR.
6198         (VT_INT_PTR, VT_UINT_PTR): Remove macro definitions.
6199
6200 2004-02-23  Filip Navara  <xnavara@volny.cz>
6201
6202         * include/ddk/video.h: Corrected packing.
6203
6204 2004-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
6205
6206         * include/GL/glu.h (GLU_ERROR): Define.
6207         Thanks to Philip Lamb  <phil at rave dot co dot nz>
6208
6209 2004-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
6210
6211         * include/GL/glu.h: Include <stddef.h>.
6212         Thanks to Greg Couch <gregcouch@users.sourceforge.net>
6213
6214 2004-02-15  Earnie Boyd  <earnie@users.sf.net>
6215
6216         * include/w32api.h: Increment version to 3.0.
6217         * Makefile.in: Ditto.
6218         * README.win32api: Modify license to Public Domain per agreement as
6219         found in the mingw-dvlpr list archive.
6220
6221 2004-02-13  Earnie Boyd  <earnie@users.sourceforge.net>
6222
6223         * include/ddk/winddk.h (DIRECTORY_QUERY): Add define.
6224         (DIRECTORY_TRAVERSE): Ditto.
6225         (DIRECTORY_CREATE_OBJECT): Ditto.
6226         (DIRECTORY_CREATE_SUBDIRECTORY): Ditto.
6227         (DIRECTORY_ALL_ACCESS): Ditto.
6228         Thanks to Konstantin Stepaniuk <skostia@users.sourceforge.net>
6229
6230 2004-02-12  Danny Smith  <dannysmith@users.sourceforge.net>
6231
6232         * include/basetypes.h (_REFIID_DEFINED): Correct typo.
6233
6234         * include/winuser.h (NCCALCSIZE_PARAMS): Define structure.
6235         Thanks to Mike Nordell <tamlin at algonet dot se>.
6236
6237 2004-02-11  Danny Smith  <dannysmith@users.sourceforge.net>
6238
6239         * lib/dnsapi.def: New file.
6240         * lib/test.c: Include windns.h.
6241
6242 2004-02-11  Pierre A. Humblet  <Pierre.Humblet@ieee.org>
6243
6244         * include/windns.h: New file.
6245
6246 2004-02-11  Danny Smith  <dannysmith@users.sourceforge.net>
6247
6248         * include/sqlucode.h (SQLGetStmtAttr[AW]): Remove duplicate
6249         defines.
6250         (SQLSetStmtAttr[AW]): Move into ODBCVER >= 0x0300 block.
6251         (SQLSetDescFieldW): Correct prototype.
6252         (SQLSetDescFieldA): Add prototype.
6253         (SQLGetDescFieldW): Add prototype.
6254
6255 2004-02-11  Pat Thoyts  <patthoyts@users.sourceforge.net>
6256
6257         * include/winuser.h (DFC_POPUPMENU): Add define.
6258
6259 2004-02-07  Dan Aloni  <da-x@gmx.net>
6260
6261         * lib/ddk/ntoskrnl.def (KeSetTimer,KeSetTimerEx): Correct
6262         suffix.
6263
6264 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
6265
6266         * include/oleacc.h (LIBID_Accessibility): Declare.
6267         * lib/uuid.c (LIBID_Accessibility): Define.
6268
6269 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
6270
6271         * include/winioctl.h (NTFS_VOLUME_DATA_BUFFER): Add structure.
6272         (FSCTL_GET_NTFS_VOLUME_DATA): Add macro.
6273
6274 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
6275
6276         * include/commctrl.h (ICC_STANDARD_CLASSES, ICC_LINK_CLASS): Add
6277         defines.
6278
6279 2004-01-31  Jiri Malak  <Jiri.Malak@geac.cz>
6280
6281         * include/winuser.h (RT_MANIFEST): Make conditional on
6282         RC_INVOKED.
6283         (CREATEPROCESS_MANIFEST_RESOURCE_ID,
6284         ISOLATIONAWARE_MANIFEST_RESOURCE_ID,
6285         ISOLATIONAWARE_NOSTATICIMPORT_MANIFEST_RESOURCE_ID): Add
6286         defines.
6287
6288 2004-01-16 Martin Fuchs  <martin-fuchs@gmx.net>
6289
6290         * include/shlobj.h (SHGDN_INCLUDE_NONFILESYS): Add define.
6291
6292 2004-01-15  Filip Navara  <xnavara@volny.cz>
6293
6294         * include/ddk/mcd.h: Don't care about value of DBG define.
6295         * include/ddk/srb.h: Ditto.
6296         * include/ddk/storport.h: Ditto.
6297         * include/ddk/video.h: Ditto.
6298         * include/nspapi.h (SetServiceW, GetAddressByNameA,
6299         GetAddressByNameW): Correct protoype.
6300         * include/ntsecapi.h (PCUNICODE_STRING): Define.
6301
6302 2004-01-05  Filip Navara  <xnavara@volny.cz>
6303
6304         * include/prsht.h (LPCPROPSHEETPAGEW): Fix definition.
6305         * include/shlwapi.h (SHRegQueryInfoUSKey[AW]): Fix prototype.
6306         * include/cpl.h (CPL_STARTWPARMS[AW]): Correct.
6307         * include/shellapi.h (ABS_AUTOHIDE, ABS_ALWAYSONTOP,
6308         SEE_MASK_NO_CONSOLE, SEE_MASK_ASYNCOK, SEE_MASK_HMONITOR,
6309         FOF_NOCOPYSECURITYATTRIBS): Add defines.
6310         * include/shlobj.h (BFFM_SETOKTEXT, BFFM_SETEXPANDED,
6311         CSIDL_FLAG_DONT_VERIFY, CSIDL_FLAG_CREATE, CSIDL_FLAG_MASK,
6312         CFSTR_INETURL[AW], SHGDN_FOREDITING, SHGDN_FORADDRESSBAR,
6313         SSF_*): Add defines.
6314         (SHCNF_PATH[AW], SHCNF_PRINTER[AW], CFSTR_FILENAME[AW],
6315         CFSTR_FILENAMEMAP[AW], CFSTR_FILEDESCRIPTOR[AW], CFSTR_SHELLURL,
6316         CMDSTR_NEWFOLDER[AW], CMDSTR_VIEWLIST[AW], CMDSTR_VIEWDETAILS[AW]):
6317         Correct.
6318         (IEnumIDList): Add COBJMACROS.
6319         * include/winuser.h (MIM_*): Add define.
6320
6321 2004-01-04  Filip Navara  <xnavara@volny.cz>
6322
6323         * include/shlguid.h (IID_IPersistFolder2, IID_IPersistFolder3,
6324         IID_IShellFolder2, IID_IFileSystemBindData): Add declarations.
6325         * include/shlobj.h (EXTRASEARCH, SHCOLSTATEF, SHELLDETAILS,
6326         PERSIST_FOLDER_TARGET_INFO): Define structures.
6327         (IEnumExtraSearch, IShellFolder2, IFileSystemBindData,
6328         IPersistFolder2, IPersistFolder3): Add COM interface
6329         definitions.
6330         (IExtractIcon[AW], IShellLink[AW], IPersistFolder, IShellView,
6331         ICommDlgBrowser, IShellFolder2, IPersistFolder2, IPersistFolder3):
6332         Add COBJMACROS.
6333         (SHCreateDirectoryEx[AW], SHBindToParent): Add prototypes.
6334         * lib/shell32.c (IID_IPersistFolder2, IID_IPersistFolder3,
6335         IID_IShellFolder2, IID_IFileSystemBindData): Add definitions.
6336
6337 2004-01-03  Danny Smith  <dannysmith@users.sourceforge.net>
6338
6339         * include/mshtml.h (IHTMLDocument2): Correct write, writeln
6340         declarations.
6341         Thanks to: Rene Nyffenegger <renenyffenegger@users.sf.net>.
6342
6343 2004-01-03  Filip Navara  <xnavara@volny.cz>
6344
6345         * include/cguid.h (CLSID_StdGlobalInterfaceTable): Declare IID.
6346         * include/oaidl.h (ITypeLib2, ITypeInfo2): Define interfaces,
6347         declare IID's.
6348         (IErrorInfo): Add COBJMACROS.
6349         * include/objbase.h (STGM_NOSNAPSHOT): Add define.
6350         (CoGetPSClsid): Add protototype,
6351         (CoRegisterPSClsid): Likewise.
6352         * include/objidl.h (IMarshal): Correct methods.
6353         (IMallocSpy): Likewise,
6354         (LPPSFACTORYBUFFER): Add typedef.
6355         (IGlobalInterfaceTable): Define interface and COBJMACROS. Declare
6356         IID.
6357         (IStorage_CreateStorage, IRpcStubBuffer_Invoke): Fix macros.
6358         * include/ocidl.h (PROPBAG2_TYPE): Define enum.
6359         (PROPBAG2, QACONTAINERFLAGS, QACONTAINER, QACONTROL): Define
6360         structures.
6361         (IPropertyBag2, IPersistPropertyBag2,IAdviseSinkEx, IPointerInactive,
6362         IOleUndoUnit, IOleParentUndoUnit, IEnumOleUndoUnits, IOleUndoManager,
6363         IQuickActivate): Define interfaces. Declare IID's.
6364         (IPersistPropertyBag2): Add COBJMACROS.
6365         (LPOLEUNDOMANAGER): Add typedef.
6366         (LPPROPERTYBAG2): Likewise.
6367         * include/oleidl.h (LPPARSEDISPLAYNAME): Fix definiton.
6368         (BINDSPEED): Add definition.
6369         (IParseDisplayName, IOleItemContainer, IOleObject, IDropSource,
6370         IDropTarget): Add COBJMACROS.
6371         * include/wtypes.h (MEMCTX, MSHCTX): Fix enum.
6372         * include/winerror.h (CO_S_NOTALLINTERFACES): Add define.
6373         * lib/uuid.c (IID_IGlobalInterfaceTable, IID_IOleUndoManager,
6374         IID_IPersistPropertyBag2, IID_IPropertyBag2, IID_IRpcProxyBuffer):
6375         Add IID definitions.
6376
6377 2004-01-02  Filip Navara  <xnavara@volny.cz>
6378
6379         * include/ddk/winddk.h: Don't care about value of
6380         DBG define.
6381
6382 2004-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
6383             Filip Navara  <xnavara@volny.cz>
6384
6385         * include/ddk/winddk.h (_DDK_DUMMYUNION_MEMBER,
6386         _DDK_DUMMYUNION_N_MEMBER): New macros.
6387         (ExAllocateFromPagedLookasideList,ExFreeToPagedLookasideList,
6388         ExAllocateFromNPagedLookasideList, ExFreeToNPagedLookasideList):
6389         Use them.
6390
6391 2004-01-01  Filip Navara  <xnavara@volny.cz>
6392
6393         * include/objbase.h: Don't care about value of DBG define.
6394         * include/objidl.h: Add some COBJMACROS.
6395         * include/ocidl.h: Ditto.
6396         * include/oleidl.h: Ditto.
6397         * include/servprov.h: Ditto.
6398         * include/shlobj.h: Ditto.
6399         * include/shlobj.h (IContextMenu2): Correct parent in
6400         DECLARE_INTERFACE.
6401         * include/oleidl.h (IOleCache, IOleCache2, IOleCacheControl):
6402         Define interfaces.
6403         * include/setupapi.h (SetupGetLineTextA): Correct prototype.
6404         Add new constants for _SETUPAPI_VER >= 0x501.
6405
6406 2004-01-01  Filip Navara  <xnavara@volny.cz>
6407
6408         * include/winnt.h (NtCurrentTeb): Add inline definition.
6409
6410 2004-01-01  Martin Fuchs  <martin-fuchs@gmx.net>
6411
6412         * include/shlobj.h (SHCoCreateInstance): Add prototype.
6413         * lib/shell32.def (SHCoCreateInstance): Add export stub.
6414
6415 2004-01-01  Igor Pechtchanski  <pechtcha@cs.nyu.edu>
6416
6417         * lib/setupapi.def (CM_Request_Device_Eject[AW]): Add export.
6418         (CM_Request_Device_Eject_Ex[AW]): Likwise.
6419         * include/ddk/cfg.h (DN_*): Add defines.
6420
6421 2004-01-01  Danny Smith  <dannysmith@users.sourceforge.net>
6422
6423         * lib/ddk/cfgmgr32.def: Remove duplicate symbol names.
6424
6425 2004-01-01  Mattia Barbon  <mbarbon@users.sourceforge.net>
6426
6427         * include/commctrl.h (TVN_GETINFOTIP): Add UNICODE mappings.
6428         (NMTVGETINFOTIP): Add structure.
6429
6430 2003-12-08  Danny Smith  <dannysmith@users.sourceforge.net>
6431
6432         * include/winuser.h (DISPLAY_DEVICE_*): Remove defines.
6433         * include/wingdi.h (DISPLAY_DEVICE_REMOVABLE,
6434         DISPLAY_DEVICE_MODESPRUNED): Add defines.
6435
6436 2003-12-08  Hartmut Honisch  <hhonisch@users.sourceforge.net>
6437
6438         * include/commctrl.h (ListView_Get_State, ListView_Check_State):
6439         Add macros.
6440         * include/wingdi.h  (DISPLAY_DEVICE_*): Add multi-monitor
6441         constants.
6442         * include/shlobj.h (SHCOLUMNINIT): Add structure.
6443         (SHCOLUMNDAT): Likwise.
6444         (SHCOLUMNID): Likewise.
6445         (SHCOLUMNINFO): Likewise.
6446         (SHCOLSTATE): Add enum.
6447         (IColumnProvider): Add COM interface.
6448         (IQueryInfo): Likewise.
6449         (IShellIconOverlayIdentifier): Likewise.
6450         * include/shlguid.h (IID_IColumnProvider) Declare.
6451         (IID_IQueryInfo): Likweise.
6452         (IID_IShellIconOverlayIdentifier): Likwise.
6453         * lib/shell32.c (IID_IColumnProvider) Define.
6454         (IID_IQueryInfo): Likweise.
6455         (IID_IShellIconOverlayIdentifier): Likwise.
6456
6457 2003-12-08  Roald Ribe  <rrib@users.sourceforge.net>
6458
6459         * include/winuser.h (RT_MANIFEST): Add define.
6460
6461 2003-12-08  Pascal Buhler  <pbuhler@users.sourceforge.net>
6462
6463         * include/oleidl.h (IViewObject2): Inherit from IViewObject.
6464
6465 2003-12-01  Danny Smith  <dannysmith@users.sourceforge.net>
6466
6467         * include/winnt.h (GetCurrentFiber): Remove duplicate prototype.
6468         (GetFiberData): Likewise.
6469         (GetCurrentFiber): Change volatile to __volatile__.
6470         (GetFiberData): Likewise.
6471
6472 2003-11-27  Christopher Faylor  <cgf@redhat.com>
6473
6474         * lib/Makefile.in: Use make function to locate .mri file to allow
6475         building in directory other than source directory.
6476
6477 2003-11-27  Danny Smith  <dannysmith@users.sourceforge.net>
6478
6479         * lib/vfw32.def: Remove, replacing with ...
6480         * lib/msvfw32.def: New file.
6481         * lib/avicap32.def: New file.
6482         * lib/avifil32.def: New file.
6483         * lib/vfw32.mri: New file.
6484         * Makefile.in: (MRI_FILES, MIMPLIBS): New vars for
6485         import libs with multiple dll's.
6486         (LIBS): Add MIMPLIBS.
6487         (DISTFILES): Add MRI_FILES.
6488         (libvfw32.a): Build using mri script.
6489
6490 2003-11-23  Danny Smith  <dannysmith@users.sourceforge.net>
6491
6492         * include/winnt.h (PAGE_*): Group defines together. Change
6493         constants to hex notation.
6494
6495 2003-11-15  Manu B  <manubee@users.sourceforge.net>
6496
6497         * include/commctrl.h (TabCtrl_GetImageList): Add macro.
6498
6499 2003-11-13 Martin Fuchs  <martin-fuchs@gmx.net>
6500
6501         * include/shlobj.h (ILAppendID, ILClone, ILCloneFirst, ILCombine,
6502         ILFindChild, ILFindLastID, ILFree, ILGetNext, ILGetSize, ILIsEqual,
6503         ILIsParent, ILLoadFromStream, ILRemoveLastID, ILSaveToStream):
6504         Add prototypes.
6505         * lib/shell32.def: Add stubs.
6506
6507         * include/commctrl.h (ListView_FindItem): Add type cast to avoid
6508         compiler warnings.
6509
6510 2003-11-13  Hans Leidekker  <hans@it.vu.nl>
6511
6512         * include/winbase.h (WIN32_STREAM_ID): Correct typedef.
6513
6514 2003-10-13  Andre Auzi  <aauzi@users.sourceforge.net>
6515
6516         * include/windows.h (CopyCursor): Define as macro.
6517
6518 2003-10-13  Steven Edwards  <Steven_Ed4153@yahoo.com>
6519
6520         * include/winnt.h (CONTAINING_RECORD): Add macro.
6521
6522 2003-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
6523
6524         * include/winnt.h: (FILE_SUPERSEDED, FILE_OPENED, FILE_CREATED,
6525         FILE_OVERWRITTEN, FILE_EXISTS, FILE_DOES_NOT_EXIST): Remove
6526         defines.
6527
6528 2003-10-13  Filip Navara  <xnavara@volny.cz>
6529
6530         * include/commctrl.h (DSA_*): Add prototypes, typedefs and
6531         defines for Dynamic Storage Arrays.
6532         (DPA_*): Likewise, for Dynamic Pointer Arrays.
6533         (FlatSB_*, InitializeFlatSB, InitializeFlatSB): Add prototypes
6534         and defines for Flat ScrollBars.
6535         (SetWindowSubclass, GetWindowSubclass, RemoveWindowSubclass,
6536         DefSubclassProc): Add prototypes for subclassing.
6537         (DrawShadowText): Add prototype.
6538         (COMCTL32_VERSION): Define.
6539
6540 2003-10-13  Martin Fuchs  <Martin-Fuchs@gmx.net>
6541
6542         * include/shlobj.h (CFSTR_FILENAME, CFSTR_FILEDESCRIPTOR,
6543         CFSTR_FILENAMEMAP, CFSTR_SHELLURL): Correct UNICODE definitions.
6544
6545 2003-10-13  Pierre Humblet  <pierre.humblet@ieee.org>
6546
6547         * include/winnt.h (SM_REMOTESESSION): Add define.
6548         * include/winuser.h (SE_CREATE_GLOBAL_NAME): Ditto.
6549
6550 2003-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
6551
6552         * include/wincrypt (KP_IV, KP_SALT, KP_PADDING, KP_MODE,
6553         KP_MODE_BITS, KP_PERMISSIONS, KP_ALGID, KP_BLOCKLEN): Remove
6554         duplicate definitions.
6555         (KP_X, KP_Y): Correct typos.
6556
6557 2003-10-11  Manu B  <manubee@users.sourceforge.net>
6558
6559         * include/afxres.h: New file.
6560
6561         * include/richedit.h (ES_NOOLEDRAGDROP, ENM_DRAGDROPDONE,
6562         ENM_IMECHANGE, ENM_LANGCHANGE, ENM_OBJECTPOSITIONS,
6563         ENM_SCROLLEVENTS): Add constants.
6564
6565         * include/richedit.h (ES_SELECTIONBAR, ENM_LINK): Sort constants.
6566
6567 2003-10-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6568
6569         * include/errorep.h: New file.
6570
6571         * lib/faultrep.def: New file.
6572
6573 2003-10-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6574
6575         * include/winbase.h (AddVectoredExceptionHandler): Define if
6576         _WIN32_WINNT >= 0x0500.
6577
6578         * include/winnt.h (PVECTORED_EXCEPTION_HANDLER): Define if
6579         _WIN32_WINNT >= 0x0500.
6580
6581 2003-10-08  Corinna Vinschen  <corinna@vinschen.de>
6582
6583         * include/winbase.h (AddVectoredExceptionHandler): Only define if
6584         _WIN32_WINNT >= 0x0501.
6585
6586 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6587
6588         * include/winbase.h [_WIN32_WINNT >= 0x0500] (SetComputerNameEx[AW],
6589         UnregisterWaitEx): Add functions.
6590
6591         * include/winbase.h [_WIN32_WINNT >= 0x0500]
6592         (AddVectoredExceptionHandler, RemoveVectoredExceptionHandler): Add
6593         or guard function. The MSDN says it is available on Windows XP and
6594         better, and then it says it is declared for _WIN32_WINNT >= 0x0500.
6595         Huh?
6596
6597         * include/winbase.h [_WIN32_WINNT >= 0x0501] (AddRefActCtx,
6598         CreateActCtx[AW], SetFileShortName[AW], SetFileValidData,
6599         ZombifyActCtx, QueryActCtxW): Add functions.
6600
6601         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6602         (QUERY_ACTCTX_FLAG_USE_ACTIVE_ACTCTX,
6603         QUERY_ACTCTX_FLAG_ACTCTX_IS_HMODULE,
6604         QUERY_ACTCTX_FLAG_ACTCTX_IS_ADDRESS): Add constants.
6605
6606         * include/winbase.h [_WIN32_WINNT >= 0x0502] (SetDllDirectory[AW],
6607         SetFirmwareEnvironmentVariable[AW]): Add functions.
6608
6609         * include/winnt.h [_WIN32_WINNT >= 0x0500] (VER_BUILDNUMBER,
6610         VER_MAJORVERSION, VER_MINORVERSION, VER_PLATFORMID,
6611         VER_SERVICEPACKMAJOR, VER_SERVICEPACKMINOR, VER_SUITENAME,
6612         VER_PRODUCT_TYPE, VER_EQUAL, VER_GREATER, VER_GREATER_EQUAL,
6613         VER_LESS, VER_LESS_EQUAL, VER_AND, VER_OR): Add constants.
6614
6615         * include/winnt.h [_WIN32_WINNT >= 0x0501]
6616         (PVECTORED_EXCEPTION_HANDLER): Add callback.
6617
6618         * include/winnt.h [_WIN32_WINNT >= 0x0501]
6619         (ACTIVATION_CONTEXT_INFO_CLASS,
6620         ACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION,
6621         ACTIVATION_CONTEXT_DETAILED_INFORMATION,
6622         ACTIVATION_CONTEXT_QUERY_INDEX, ASSEMBLY_FILE_DETAILED_INFORMATION):
6623         Add structures.
6624
6625         * lib/user32.def (AddRefActCtx, AddVectoredExceptionHandler,
6626         CreateActCtx[AW], SetComputerNameEx[AW], SetDllDirectory[AW],
6627         SetFileShortName[AW], SetFileValidData,
6628         SetFirmwareEnvironmentVariable[AW], UnregisterWaitEx,
6629         VerSetConditionMask, ZombifyActCtx, QueryActCtxW): Add functions.
6630
6631 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6632
6633         * include/winbase.h (GetWriteWatch, IsSystemResumeAutomatic,
6634         ResetWriteWatch): Add function.
6635
6636         * include/winbase.h [_WIN32_WINNT >= 0x0500]
6637         (GetSystemWindowsDirectory[AW], ProcessIdToSessionId, ReplaceFile[AW]):
6638         Add functions.
6639
6640         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6641         (GetSystemWow64Directory[AW], HeapQueryInformation,
6642         HeapSetInformation, InitializeSListHead, InterlockedFlushSList,
6643         InterlockedPopEntrySList, InterlockedPushEntrySList, IsProcessInJob,
6644         IsWow64Process, QueryMemoryResourceNotification, ReleaseActCtx,
6645         RemoveVectoredExceptionHandler): Add functions.
6646
6647         * include/winnt.h [_WIN32_WINNT >= 0x0501] (HEAP_INFORMATION_CLASS):
6648         Add enumeration.
6649
6650         * include/winbase.h [_WIN32_WINNT >= 0x0502] (GetThreadIOPendingFlag):
6651         Add function.
6652
6653         * include/winbase.h [_WIN32_WINNT >= 0x0510] (RestoreLastError):
6654         Add function. The MSDN Magazine of June 2003 reads:
6655                 RestoreLastError is an enigma. It's code is identical to
6656                 SetLastError. It's unclear to me why it was made into a
6657                 separate API.
6658
6659         * lib/user32.def (GetSystemWindowsDirectory[AW],
6660         GetSystemWow64Directory[AW], GetThreadIOPendingFlag,
6661         HeapQueryInformation, HeapSetInformation, InitializeSListHead,
6662         InterlockedFlushSList, InterlockedPopEntrySList,
6663         InterlockedPushEntrySList, IsSystemResumeAutomatic, IsWow64Process,
6664         ProcessIdToSessionId, QueryMemoryResourceNotification, ReleaseActCtx,
6665         RemoveVectoredExceptionHandler, ReplaceFile[AW], ResetWriteWatch,
6666         RestoreLastError): Add functions.
6667
6668 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6669
6670         * include/winbase.h [_WIN32_WINNT >= 0x0500] (GetComputerNameEx[AW],
6671         GetProcessIoCounters): Add functions.
6672
6673         * include/winbase.h [_WIN32_WINNT >= 0x0500] (COMPUTER_NAME_FORMAT):
6674         Move around, needed by GetComputerNameEx.
6675
6676         * include/winbase.h [_WIN32_WINNT >= 0x0501] (FindActCtxSectionGuid,
6677         FindActCtxSectionString[AW], GetCurrentActCtx, GetNativeSystemInfo):
6678         Add functions.
6679
6680         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6681         (ACTCTX_SECTION_KEYED_DATA): Add structure.
6682
6683         * include/winbase.h [_WIN32_WINNT >= 0x0502] (GetDllDirectory[AW],
6684         GetFirmwareEnvironmentVariable[AW], GetProcessHandleCount,
6685         GetProcessId, GetSystemRegistryQuota): Add functions, available on
6686         Windows XP SP1 and better.
6687
6688         * include/winnt.h [_WIN32_WINNT >= 0x0501]
6689         (ACTIVATION_CONTEXT_SECTION_ASSEMBLY_INFORMATION,
6690         ACTIVATION_CONTEXT_SECTION_DLL_REDIRECTION,
6691         ACTIVATION_CONTEXT_SECTION_WINDOW_CLASS_REDIRECTION,
6692         ACTIVATION_CONTEXT_SECTION_COM_SERVER_REDIRECTION,
6693         ACTIVATION_CONTEXT_SECTION_COM_INTERFACE_REDIRECTION,
6694         ACTIVATION_CONTEXT_SECTION_COM_TYPE_LIBRARY_REDIRECTION,
6695         ACTIVATION_CONTEXT_SECTION_COM_PROGID_REDIRECTION,
6696         ACTIVATION_CONTEXT_SECTION_CLR_SURROGATES): Add constants.
6697
6698         * lib/user32.def (FindActCtxSectionGuid, FindActCtxSectionString[AW],
6699         GetComputerNameEx[AW], GetCurrentActCtx, GetDllDirectory[AW],
6700         GetFirmwareEnvironmentVariable[AW], GetModuleHandleEx[AW],
6701         GetNativeSystemInfo, GetProcessHandleCount, GetProcessIoCounters):
6702         Add functions.
6703
6704 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6705
6706         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6707         (CheckRemoteDebuggerPresent, DebugActiveProcessStop, DebugBreakProcess,
6708         DebugSetProcessKillOnExit): Add functions.
6709
6710         * include/winbase.h [_WIN32_WINNT >= 0x0500] (DeleteTimerQueue,
6711         DeleteTimerQueueEx, DeleteTimerQueueTimer,
6712         DnsHostnameToComputerName[AW]): Add functions.
6713
6714         * lib/user32.def (CheckRemoteDebuggerPresent, DebugActiveProcessStop,
6715         DebugBreakProcess, DebugSetProcessKillOnExit, DeleteTimerQueueEx,
6716         DeleteTimerQueueTimer, DnsHostnameToComputerName[AW]): Add functions.
6717
6718 2003-10-07  Kobun Fujimori  <kobun@users.sourceforge.net>
6719
6720         * include/winbase.h (GetVolumePathNamesForVolumeName): Available
6721         on Windows XP and later.
6722
6723 2003-10-07  Manu B  <manubee@users.sourceforge.net>
6724
6725         * include/commctrl.h (TreeView_Select): Returns BOOL.
6726
6727 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6728
6729         * include/winbase.h (CancelDeviceWakeupRequest): Add function.
6730
6731         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6732         (CreateMemoryResourceNotification, DeactivateActCtx): Add functions.
6733
6734         * include/winbase.h [_WIN32_WINNT >= 0x0500] (CreateTimerQueue,
6735         CreateTimerQueueTimer): Add function.
6736
6737         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6738         (MEMORY_RESOURCE_NOTIFICATION_TYPE): Add enumeration.
6739
6740         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6741         (DEACTIVATE_ACTCTX_FLAG_FORCE_EARLY_DEACTIVATION): Add constant.
6742
6743         * include/winnt.h (WT_*): Add constants.
6744
6745         * lib/user32.def (CancelDeviceWakeupRequest,
6746         CreateMemoryResourceNotification, CreateTimerQueueTimer,
6747         DeactivateActCtx): Add functions.
6748
6749 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6750
6751         * include/winbase.h [_WIN32_WINNT >= 0x0400] (ConvertFiberToThread):
6752         Add function. Sometimes I don't understand MSDN. This function is
6753         available on Windows XP and Server 2003, but the SDK is supposed to
6754         make it available when _WIN32_WINNT >= 0x0400, or so says the MSDN.
6755         Mmmh...
6756
6757         * include/winbase.h [_WIN32_WINNT >= 0x0400] (CreateFiberEx):
6758         Guard function. Same remark as above.
6759
6760         * lib/user32.def (ConvertFiberToThread, CreateFiberEx):
6761         Add functions.
6762
6763 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6764
6765         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ACTCTX_FLAG_*):
6766         Add constants.
6767
6768         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ACTCTX[AW]): Add
6769         structures.
6770
6771         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ActivateActCtx): Add
6772         function. MSDN says the first argument is HACTCTX but I'm not sure
6773         where such a specialized handle is defined, so use HANDLE instead.
6774
6775         * include/winbase.h [_WIN32_WINNT >= 0x0501] (AttachConsole,
6776         CheckNameLegalDOS8Dot3[AW]): Add functions.
6777
6778         * lib/user32.def (ActivateActCtx, AttachConsole,
6779         CheckNameLegalDOS8Dot3[AW]): Add functions.
6780
6781         * lib/user32.def (AddLocalAlternateComputerName[AW]): Add functions.
6782         Unfortunately I don't know which header to put the declarations in.
6783
6784 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6785
6786         * include/winnls.h (CTRY_KYRGYZSTAN, CTRY_MALDIVES, CTRY_MONGOLIA):
6787         Add constants.
6788
6789         * include/winnls.h (NLS_FUNCTION, SYSGEOCLASS, SYSGEOTYPE): Add
6790         constants for National Language Support.
6791
6792         * include/winnls.h (NLSVERSIONINFO): Add structure for National
6793         Language Support.
6794
6795         * include/winnls.h (GEO_ENUMPROC): Add callback for National
6796         Language Support.
6797
6798         * include/winnls.h (EnumSystemGeoID, GetCalendarInfo[AW],
6799         GetGeoInfo[AW], GetUserGeoID, SetCalendarInfo[AW], SetUserGeoID):
6800         Add functions.
6801
6802         * include/winnls.h (IsNLSDefinedString, GetNLSVersion): Add
6803         functions. Strange... I am unable to find which library contains
6804         these functions. Can't find anything with pexports. Any clue?
6805
6806         * lib/user32.def (EnumSystemGeoID, GetGeoInfo[AW], GetUserGeoID,
6807         SetUserGeoID): Add functions.
6808
6809 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6810
6811         * include/winnt.h (LANG_KYRGYZ, LANG_MONGOLIAN, LANG_GALICIAN,
6812         LANG_SYRIAC, LANG_INVARIANT, SUBLANG_KASHMIRI_SASIA): Add constants.
6813
6814         * include/winnt.h (SUBLANG_AZERI_LATIN, SUBLANG_AZERI_CYRILLIC,
6815         SUBLANG_ENGLISH_ZIMBABWE, SUBLANG_ENGLISH_PHILIPPINES): Fix wrong
6816         value for constants.
6817
6818 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6819
6820         * include/wincrypt.h (SCHANNEL_MAC_KEY, SCHANNEL_ENC_KEY,
6821         INTERNATIONAL_USAGE, KP_SCHANNEL_ALG): Add constants. Specifying
6822         the algorithms.
6823
6824 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6825
6826         * include/wincrypt.h (CRYPT_FLAGS_*): Add constants. Protocol flags.
6827
6828 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6829
6830         * include/wincrypt.h (KP_*): Add constants. Needed by
6831         CryptSetKeyParam() and other functions.
6832
6833 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6834
6835         * include/winuser.h [_WIN32_WINNT >= 0x0501] (EVENT_*, CONSOLE_*):
6836         Add constants, related to Console Accessibility.
6837
6838 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6839
6840         * include/winuser.h [WINVER >= 0x0500] (EVENT_MAX): Ooops...
6841         wrong value for constant.
6842
6843 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6844
6845         * include/winuser.h [WINVER >= 0x0500] (EVENT_*): Add constants.
6846
6847         * include/uxtheme.h: Cleanup.
6848         * include/tmschema.h: Cleanup.
6849
6850 2003-10-02  Luke Dunstan  <infidel@users.sourceforge.net>
6851
6852         * include/winspool.h (GetDefaultPrinter[AW]): Add functions.
6853         * lib/winspool.def (GetDefaultPrinter[AW]): Add stubs.
6854
6855 2003-10-01  Danny Smith  <dannysmith@users.sourceforge.net>
6856
6857         * include/winnt.h (INVALID_FILE_ATTRIBUTES): Fix define.
6858
6859 2003-09-30  Danny Smith  <dannysmith@users.sourceforge.net>
6860
6861         * include/winuser.h (BSF_*, BSM_*):  Sync constants defined in
6862         both winuser.h and dbt.h.
6863         * include/dbt.h (BSF_*, BSM_*): Likewise.
6864
6865         * include/winuser.h (struct tagRAWINPUT): Remove
6866         _ANONYMOUS_UNION tag from named union.
6867         (struct tagRAWMOUSE): Add _ANONYMOUS_STRUCT to nameless struct.
6868
6869 2003-09-30  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6870
6871         * include/dhcpcdsk.h: New file.
6872         Note that MSDN is confused about whether it should start constant
6873         and structure names with DHCPCAPI or DHCPAPI. It's using both but
6874         experience suggests it's DHCPCAPI with `C'.
6875
6876         * lib/dhcpcsvc.def: New file.
6877
6878 2003-09-30  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6879
6880         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIM_INPUT,
6881         RIM_INPUTSINK): Add constants, for use by WM_INPUT notification.
6882
6883         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIDEV_REMOVE,
6884         RIDEV_EXCLUDE, RIDEV_PAGEONLY, RIDEV_NOLEGACY, RIDEV_INPUTSINK,
6885         RIDEV_CAPTUREMOUSE, RIDEV_NOHOTKEYS, RIDEV_APPKEYS): Add constants,
6886         for use in RAWINPUTDEVICE.
6887
6888         * include/winuser.h [_WIN32_WINNT >= 0x0501]
6889         (GetRawInputDeviceInfo[AW]): Ooops... there are
6890         ANSI/Unicode versions of this function.
6891
6892         * lib/user32.def (GetRawInputDeviceInfo[AW]): Ooops... there
6893         are ANSI/Unicode versions of this function.
6894
6895 2003-09-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6896
6897         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIM_TYPEMOUSE,
6898         RIM_TYPEKEYBOARD, RIM_TYPEHID, MOUSE_MOVE_RELATIVE,
6899         MOUSE_MOVE_ABSOLUTE, MOUSE_VIRTUAL_DESKTOP,
6900         MOUSE_ATTRIBUTES_CHANGED, RI_MOUSE_LEFT_BUTTON_DOWN,
6901         RI_MOUSE_LEFT_BUTTON_UP, RI_MOUSE_RIGHT_BUTTON_DOWN,
6902         RI_MOUSE_RIGHT_BUTTON_UP, RI_MOUSE_MIDDLE_BUTTON_DOWN,
6903         RI_MOUSE_MIDDLE_BUTTON_UP, RI_MOUSE_BUTTON_1_DOWNT_BUTTON_DOWN,
6904         RI_MOUSE_BUTTON_1_UP, RI_MOUSE_BUTTON_2_DOWNHT_BUTTON_DOWN,
6905         RI_MOUSE_BUTTON_2_UP, RI_MOUSE_BUTTON_3_DOWNDLE_BUTTON_DOWN,
6906         RI_MOUSE_BUTTON_3_UP, RI_MOUSE_BUTTON_4_DOWN,
6907         RI_MOUSE_BUTTON_4_UP, RI_MOUSE_BUTTON_5_DOWN,
6908         RI_MOUSE_BUTTON_5_UP, RI_MOUSE_WHEEL, KEYBOARD_OVERRUN_MAKE_CODE,
6909         RI_KEY_MAKE, RI_KEY_BREAK, RI_KEY_E0, RI_KEY_E1,
6910         RI_KEY_TERMSRV_SET_LED, RI_KEY_TERMSRV_SHADOW, RID_INPUT,
6911         RID_HEADER, RIDI_PREPARSEDDATA, RIDI_DEVICENAME,
6912         RIDI_DEVICEINFO): Add constants.
6913
6914         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RAWINPUTHEADER,
6915         RAWMOUSE, RAWKEYBOARD, RAWHID, RAWINPUT, RAWINPUTDEVICE,
6916         RAWINPUTDEVICELIST): Add structures.
6917
6918         * include/winuser.h [_WIN32_WINNT >= 0x0501] (DefRawInputProc,
6919         GetRawInputBuffer, GetRawInputData, GetRawInputDeviceInfo,
6920         GetRawInputDeviceList, GetRegisteredRawInputDevices): Add functions.
6921
6922         * lib/user32.def (DefRawInputProc, GetRawInputBuffer,
6923         GetRawInputData, GetRawInputDeviceInfo, GetRawInputDeviceList,
6924         GetRegisteredRawInputDevices): Add functions.
6925
6926 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6927
6928         * include/winable.h (BlockInput): Add function.
6929
6930         * include/winable.h (WS_ACTIVECAPTION): Add constant.
6931         For use with WINDOWINFO structure.
6932
6933         * include/winuser.h [_WIN32_WINNT >= 0x0500] (LockWorkStation):
6934         Add function.
6935
6936         * include/winuser.h [_WIN32_WINNT >= 0x0501] (IsWinEventHookInstalled):
6937         Add function.
6938
6939         * include/winuser.h [WINVER >= 0x0500] (UnhookWinEvent):
6940         Add function...
6941
6942         * include/winable.h [WINVER < 0x0500] (UnhookWinEvent):
6943         ...and duplicate.
6944
6945         * include/winuser.h [_WIN32_WINNT >= 0x0403] (SendInput):
6946         Guard function...
6947
6948         * include/winable.h [_WIN32_WINNT < 0x0403] (SendInput):
6949         ...and duplicate.
6950
6951         * include/winuser.h [WINVER >= 0x0500] (NotifyWinEvent):
6952         Guard function...
6953
6954         * include/winable.h [WINVER < 0x0500] (NotifyWinEvent):
6955         ...and duplicate.
6956
6957         * include/winuser.h [WINVER >= 0x0500] (MOUSEINPUT, KEYBDINPUT,
6958         HARDWAREINPUT, INPUT): Guard structures...
6959
6960         * include/winable.h [WINVER < 0x0500] (MOUSEINPUT, KEYBDINPUT,
6961         HARDWAREINPUT, INPUT): ...and duplicate.
6962
6963         * include/winuser.h [_WIN32_WINNT >= 0x0403] (INPUT_MOUSE,
6964         INPUT_KEYBOARD, INPUT_HARDWARE): Guard constants...
6965
6966         * include/winable.h [_WIN32_WINNT < 0x0403] (INPUT_MOUSE,
6967         INPUT_KEYBOARD, INPUT_HARDWARE): ...and duplicate.
6968
6969         * include/winuser.h: Move around some lines. Reformat according
6970         to recommended or dominant style. Remove FAR keyword.
6971
6972         * include/winable.h: Move around some lines.
6973
6974         * lib/user32.def (BlockInput, IsWinEventHookInstalled,
6975         LockWorkStation, UnhookWinEvent): Add functions.
6976
6977 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6978
6979         * include/winuser.h [_WIN32_WINNT >= 0x0501] (PrintWindow,
6980         PW_CLIENTONLY): Add function and constant.
6981
6982         * lib/user32.def (PrintWindow): Add function.
6983
6984 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6985
6986         * include/winuser.h (RealGetWindowClassA[AW]): Add function.
6987
6988         * lib/user32.def (RealGetWindowClassA[AW]): Add function.
6989
6990 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6991
6992         * include/winuser.h [WINVER >= 0x0500] (RegisterDeviceNotification[AW],
6993         DEVICE_NOTIFY_WINDOW_HANDLE, DEVICE_NOTIFY_SERVICE_HANDLE,
6994         DEVICE_NOTIFY_ALL_INTERFACE_CLASSES): Add function and constants.
6995
6996         * lib/user32.def (RegisterDeviceNotification[AW]): Add function.
6997
6998 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6999
7000         * include/winuser.h [WINVER >= 0x0500] (SetWinEventHook, WINEVENTPROC,
7001         WINEVENT_OUTOFCONTEXT, WINEVENT_SKIPOWNTHREAD, WINEVENT_SKIPOWNPROCESS,
7002         WINEVENT_INCONTEXT): Add function, typedef, and constants.
7003
7004         * include/winable.h [WINVER < 0x0500] (SetWinEventHook, WINEVENTPROC,
7005         WINEVENT_OUTOFCONTEXT, WINEVENT_SKIPOWNTHREAD, WINEVENT_SKIPOWNPROCESS,
7006         WINEVENT_INCONTEXT): Add function, typedef, and constants.
7007
7008         * include/winuser.h [_WIN32_WINNT >= 0x0500] (UserHandleGrantAccess):
7009         Add function.
7010
7011         * lib/user32.def (SetWinEventHook, UserHandleGrantAccess):
7012         Add functions.
7013
7014 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7015
7016         * include/winnt.h (ACE_INHERITED_OBJECT_TYPE_PRESENT,
7017         ACE_OBJECT_TYPE_PRESENT): Add constants.
7018         For use with OBJECTS_AND_NAME structure.
7019
7020 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7021
7022         * include/aclapi.h [_WIN32_WINNT >= 0x0501] (GetInheritanceSource[AW]):
7023         Add functions. Don't know what PFN_OBJECT_MGR_FUNCTS is so use
7024         void* instead.
7025
7026         * include/accctrl.h [_WIN32_WINNT >= 0x0501] (INHERITED_FROM[AW],
7027         PINHERITED_FROM[AW]): Add structures.
7028
7029         * lib/user32.def (GetInheritanceSource[AW]): Add functions.
7030
7031 2003-09-26  Corinna Vinschen  <corinna@vinschen.de>
7032
7033         * include/winuser.h (FLASHWINFO, PFLASHWINFO): Define for 98/Me, too.
7034
7035 2003-09-25  Danny Smith  <dannysmith@users.sourceforge.net>
7036
7037         * lib/version.def (LIBRARY): Quote name.
7038
7039 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7040
7041         * include/winuser.h (GetClipboardSequenceNumber): Add functions
7042         and constants.
7043
7044         * include/winuser.h (GetGuiResources, GR_GDIOBJECTS,
7045         GR_USEROBJECTS): Add functions and constants.
7046
7047         * include/winuser.h (GetMouseMovePointsEx, GMMP_USE_DISPLAY_POINTS,
7048         GMMP_USE_HIGH_RESOLUTION_POINTS): Add functions and constants.
7049
7050         * include/winuser.h (InSendMessageEx, ISMEX_NOSEND, ISMEX_CALLBACK,
7051         ISMEX_NOTIFY, ISMEX_REPLIED, ISMEX_SEND): Add functions and
7052         constants.
7053
7054         * lib/user32.def (GetClipboardSequenceNumber, GetGuiResources,
7055         GetMouseMovePointsEx, InSendMessageEx): Add functions.
7056
7057 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7058
7059         * include/winuser.h (BroadcastSystemMessage, BroadcastSystemMessageA,
7060         BroadcastSystemMessageW, BroadcastSystemMessageEx,
7061         BroadcastSystemMessageExA, BroadcastSystemMessageExW,
7062         BSMINFO, BSF_ALLOWSFW, BSF_SENDNOTIFYMESSAGE, BSF_LUID,
7063         BSF_RETURNHDESK): Add functions and constants.
7064
7065         * include/winuser.h (EnumDisplaySettingsEx, EnumDisplaySettingsExA,
7066         EnumDisplaySettingsExW, EDS_RAWMODE): Add functions and constant.
7067
7068         * include/winuser.h (IsGUIThread, IsHungAppWindow, FlashWindowEx,
7069         GetProcessDefaultLayout, SetProcessDefaultLayout,
7070         RealChildWindowFromPoint, SetProcessDefaultLayout,
7071         SwitchToThisWindow): Add functions.
7072
7073         * lib/user32.def (BroadcastSystemMessageA, BroadcastSystemMessageW,
7074         BroadcastSystemMessageExA, BroadcastSystemMessageExW,
7075         EnumDisplaySettingsExA, EnumDisplaySettingsExW, FlashWindowEx,
7076         GetProcessDefaultLayout, IsGUIThread, IsHungAppWindow,
7077         RealChildWindowFromPoint, SetProcessDefaultLayout,
7078         SwitchToThisWindow): Add function.
7079
7080 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7081
7082         * include/winuser.h (DeregisterShellHookWindow): Add function.
7083
7084         * include/winuser.h [_WIN32_WINNT >= 0x0500] (EndTask): Add function.
7085
7086         * lib/user32.def (EndTask): Add function.
7087
7088         * include/winuser.h (WINVER, _WIN32_WINNT): It's better (?) to
7089         use _WIN32_WINNT instead of WINVER to test for Windows 2000.
7090
7091         * include/winable.h: Reorder target macros.
7092
7093         * lib/*.def: Cleanup.
7094
7095 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7096
7097         * include/winuser.h [WINVER >= 0x0500] (AnimateWindow): Add
7098         function.
7099
7100         * lib/user32.def (AnimateWindow): Add function. By the way
7101         there are ~ 140 symbols missing from this file when comparing
7102         to user32.dll on Windows XP.
7103
7104 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7105
7106         * include/winuser.h [WINVER >= 0x0500] (AW_SLIDE, AW_ACTIVATE,
7107         AW_BLEND, AW_HIDE, AW_CENTER, AW_HOR_POSITIVE, AW_HOR_NEGATIVE,
7108         AW_VER_POSITIVE, AW_VER_NEGATIVE): Add constants. For use by
7109         AnimateWindow().
7110
7111 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7112
7113         * include/winuser.h [WINVER >= 0x0500] (GetGUIThreadInfo,
7114         LPGUITHREADINFO): Add function and associated typedef...
7115
7116         * include/winable.h [WINVER < 0x0500] (GetGUIThreadInfo,
7117         LPGUITHREADINFO): ...and duplicate them in <winable.h> as
7118         seems to be required on older versions of Windows.
7119
7120 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7121
7122         * include/GL/glu.h (gluErrorUnicodeStringWIN): Add macro
7123         function. MSDN suggests using gluErrorUnicodeStringWIN
7124         instead of gluErrorString, as it allows both ANSI and Unicode
7125         error strings.
7126
7127         * include/GL/glu.h (gluErrorUnicodeStringEXT): Make the
7128         returned pointer const for consistency reasons.
7129
7130 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7131
7132         * include/GL/glu.h (gluErrorUnicodeStringEXT): Add function.
7133         Function exists in glu32.def but is undocumented on MSDN.
7134         A Google search came up with this declaration.
7135
7136 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7137
7138         * include/GL/glu.h: Rewritten from scratch. Started from GLU 1.3
7139         headers from OpenGL Sample Implementation. Windows ships with
7140         GLU 1.2 so some constants and functions were removed. Then some
7141         typedef's and function declarations were reworked to look like
7142         the previous GL/glu.h.
7143
7144 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7145
7146         * include/uxtheme.h (PROPERTYORIGIN): the documentation of
7147         PROPERTYORIGIN suggests it's `PROPERTYORIGIN' but experimentation
7148         suggests it's actually `enum PROPERTYORIGIN'. Keep both.
7149
7150         * include/uxtheme.h (THEME_SIZE, THEMESIZE): MSDN suggests
7151         it's either `THEME_SIZE' or `THEMESIZE' but experimentation
7152         suggests it's actually `enum THEMESIZE'. Keep `THEME_SIZE'
7153         and `enum THEMESIZE'.
7154
7155 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7156
7157         * include/uxtheme.h: New file.
7158         * include/tmschema.h: New file.
7159         * include/uxtheme.def: New file.
7160         * lib/test.c: Include uxtheme.h, tmschema.h.
7161
7162 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7163
7164         * include/winuser.h (KEYEVENTF_UNICODE, KEYEVENTF_SCANCODE):
7165         Add defines.
7166
7167 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7168
7169         * include/winable.h [_WIN32_WINNT < 0x0403] (INPUT_MOUSE,
7170         INPUT_KEYBOARD, INPUT_HARDWARE): Duplicate defines in
7171         <winable.h> as seems to be required on older versions of
7172         Windows.
7173
7174 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7175
7176         * include/winuser.h [WINVER >= 0x0500] (CHILDID_SELF,
7177         GUI_CARETBLINKING, GUI_INMOVESIZE, GUI_INMENUMODE,
7178         GUI_SYSTEMMENUMODE, GUI_POPUPMENUMODE, GUI_16BITTASK):
7179         Add defines, the last one only on Windows XP...
7180
7181         * include/winable.h [WINVER < 0x0500] (CHILDID_SELF,
7182         GUI_CARETBLINKING, GUI_INMOVESIZE, GUI_INMENUMODE,
7183         GUI_SYSTEMMENUMODE, GUI_POPUPMENUMODE): ...and duplicate
7184         them in <winable.h> as seems to be required on older
7185         versions of Windows.
7186
7187 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7188
7189         * include/winuser.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): Bring
7193         back into <winuser.h>...
7194
7195         * include/winable.h [WINVER < 0x0500] (GUITHREADINFO,
7196         OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR, OBJID_MENU,
7197         OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL, OBJID_SIZEGRIP,
7198         OBJID_CARET, OBJID_CURSOR, OBJID_ALERT, OBJID_SOUND): ...and
7199         comment out in <winable.h>. MSDN may say <winable.h> but this
7200         breaks many programs. It seems it used to be <winable.h> on
7201         older versions of Windows.
7202
7203 2003-09-17  Danny Smith  <dannysmith@users.sourceforge.net>
7204
7205         * include/winuser.h (UpdateLayeredWindow): Protect against NOGDI.
7206         Thanks to Will Levine  <willll@users.sourceforge.net>
7207
7208 2003-09-15  Danny Smith  <dannysmith@users.sourceforge.net>
7209
7210         * include/ws2spi.h (LPWSPBIND): Change CONST LPSOCKADDR to
7211         const struct sockaddr*.
7212         (LPWSPCONNECT): Likewise.
7213         (LPWSPJOINLEAF): Likewise.
7214         (LPWSPSENDTO): Likewise.
7215         Tanks to Sebastian Nowak  <snowak1@users.spourceforge.net>
7216
7217 2003-09-15  Filip Navara  <xnavara@volny.cz>
7218
7219         * include/commctrl.h (TCIS_BUTTONPRESSED, TCIS_HIGHLIGHTED):
7220         Add definitions.
7221
7222 2003-09-15  Sascha Brawer  <brawer@dandelis.ch>
7223
7224         * include/winuser.h (DISPLAY_DEVICE_ATTACHED_TO_DESKTOP,
7225         DISPLAY_DEVICE_PRIMARY_DEVICE, DISPLAY_DEVICE_MIRRORING_DRIVER,
7226         DISPLAY_DEVICE_VGA_COMPATIBLE, DISPLAY_DEVICE_REMOVABLE,
7227         DISPLAY_DEVICE_MODESPRUNED): Define constants.
7228         (ChangeDisplaySettingsEx[A,W]): Add prototype.
7229
7230         * lib/user32.def (ChangeDisplaySettingsEx[A,W]): Add exports.
7231         (EnumDisplayDevices[A,W]): Likewise.
7232
7233 2003-09-15  Danny Smith  <dannysmith@users.sourceforge.net>
7234
7235         * include.commctrl.h (_WIN32_WINNT): Change _WXP to 0x0501,
7236         throughout.
7237
7238 2003-09-13  Danny Smith  <dannysmith@users.sourceforge.net>
7239
7240         * include/olectl.h (TEXTMETRICOLE, LPERRORLOG, LPPROPERTYBAG,
7241         LPENUMCONNECTIONPOINTS, LPCONNECTIONPOINT, LPENUMCONNECTIONS,
7242         LPPROPERTYPAGESITE, LPFONT, LPFONTDISP, OLE_COLOR, HIMETRIC,
7243         OLE_YPOS_HIMETRIC, OLE_XSIZE_HIMETRIC, OLE_YSIZE_HIMETRIC,
7244         OLE_YSIZE_CONTAINER, OLE_HANDLE, POINTF,LPPOINTF, CONTROLINFO,
7245         LPCONTROLINFO, CONNECTDATA, LPCONNECTDATA, LICINFO, LPLICINFO,
7246         CAUUID, LPCAUUID, CALPOLESTR, LPCALPOLESTR, CADWORD, LPCADWORD,
7247         PROPPAGEINFO, LPPROPPAGEINFO): Remove from here ...
7248         * include/ocidl.h: (TEXTMETRICOLE, LPERRORLOG, LPPROPERTYBAG,
7249         LPENUMCONNECTIONPOINTS, LPCONNECTIONPOINT, LPENUMCONNECTIONS,
7250         LPPROPERTYPAGESITE, LPFONT, LPFONTDISP, OLE_COLOR, HIMETRIC,
7251         OLE_YPOS_HIMETRIC, OLE_XSIZE_HIMETRIC, OLE_YSIZE_HIMETRIC,
7252         OLE_YSIZE_CONTAINER, OLE_HANDLE, POINTF, LPPOINTF, CONTROLINFO,
7253         LPCONTROLINFO, CONNECTDATA, LPCONNECTDATA, LICINFO, LPLICINFO,
7254         CAUUID, LPCAUUID, CALPOLESTR, LPCALPOLESTR, CADWORD, LPCADWORD,
7255         PROPPAGEINFO, LPPROPPAGEINFO): ... to here, for consistency
7256         with documentation.
7257         * include/olectl.h: Do #include <ocidl.h>.
7258         * include/ocidl.h: Don't #include <olectl.h>.
7259
7260 2003-09-13  Danny Smith  <dannysmith@users.sourceforge.net>
7261
7262         * include/winuser.h (_WIN32_WINNT, _WIN32_WINDOWS, WINVER):
7263         Change guards to use numeric constants, throughout.
7264
7265 2003-09-15  Earnie Boyd  <earnie@users.sf.net>
7266
7267         * include/w32api.h: Increment version to 2.5.
7268         * Makefile.in: Ditto.
7269
7270 2003-09-08  Justin Forest  <vhex@users.sourceforge.net>
7271
7272         * include/winuser.h (PM_QS_INPUT, PM_QS_POSTMESSAGE,
7273         PM_QS_PAINT, PM_QS_SENDMESSAGE): Add defines.
7274
7275 2003-09-08  Filip Navara  <xnavara@volny.cz>
7276
7277         * include/wingdi.h (GRADIENT_FILL_RECT_H, GRADIENT_FILL_RECT_V,
7278         GRADIENT_FILL_TRIANGLE, GRADIENT_FILL_OP_FLAG): Add defines.
7279
7280 2003-09-05  Earnie Boyd  <earnie@users.sf.net>
7281
7282         * include/w32api.h (_NT5, etc): Reverse the changes of 2003-07-01.
7283         * include/winbase.h (_NT5, etc): Ditto.
7284
7285 2003-09-02  Bart Oldeman  <bartoldeman@users.sourceforge.net>
7286
7287         * lib/snmpapi.def (LIBRARY) Add library name.
7288         Remove '\r', throughout.
7289         * lib/wsnmp32.def: Remove '\r', throughout.
7290         * lib/igmpagnt.def: Likewise.
7291
7292 2003-08-29  Steve Cleary  <scleary@jerviswebb.com>
7293
7294         * include/winuser.h (QS_ALLPOSTMESSAGE, QS_RAWINPUT): Add defines.
7295         (QS_INPUT, QS_ALLINPUT, QS_ALLEVENTS): Adjust by OR'ing with
7296         QS_RAWINPUT for _WIN32_WINNT >= 0x0501.
7297         (MWMO_*): Add flags.
7298
7299         * include/wincrypt.h (MS_ENHANCED_PROV[AW], MS_STRONG_PROV[AW],
7300         MS_DEF_RSA_SIG_PROV[AW], MS_DEF_RSA_SCHANNEL_PROV[AW],
7301         MS_DEF_DSS_PROV[AW], MS_DEF_DSS_DH_PROV[AW], MS_ENH_DSS_DH_PROV[AW],
7302         MS_DEF_DH_SCHANNEL_PROV[AW], MS_SCARD_PROV[AW]): Add definitions.
7303
7304 2003-08-26  Danny Smith  <dannysmith@users.sourceforge.net>
7305
7306         * lib/test.c: Add vfw.h to includes.
7307         * include/mmsystem.h: Add #ifndef guard to definition of
7308         mmioFOURCC macro.
7309         * include/vfw.h: Protect __OBJC__ from COM declarations.
7310
7311 2003-08-26  Filip Navara  <xnavara@volny.cz>
7312
7313         * include/vfw.h: New file.
7314
7315 2003-08-26  Filip Navara  <xnavara@volny.cz>
7316
7317         * include/ddk/winddk.h (RTL_REGISTRY_*): Add defines.
7318         (IoSetCompletionRoutine): Cast _CompletionRoutine arg to
7319         PIO_COMPLETION_ROUTINE.
7320
7321 2003-08-26  Danny Smith  <dannysmith@users.sourceforge.net>
7322
7323         * lib/test.c: Add snmp.h, winsnmp.h amd mgmtapi.h to
7324         includes.
7325
7326 2003-08-26  Filip Navara  <xnavara@volny.cz>
7327
7328         * include/snmp.h: New file.
7329         * include/winsnmp.h: New file.
7330         * include/mgmtapi.h: New file.
7331         * lib/snmpapi.def: New file.
7332         * lib/wsnmp32.def: New file.
7333         * lib/igmpagnt.def: New file.
7334         * lib/mgmtapi.def (SnmpMgrCtl) Add stub.
7335         (SnmpMgrGetTrapEx): Ditto.
7336         (SnmpMgrMIB2Disk): Remove.
7337         (dbginit): Remove.
7338
7339 2003-08-25  Steven Edwards  <Steven_Ed4153@yahoo.com>
7340
7341         * include/ddk/ntifs.h: Change all C++ style comments to C.
7342         * include/GL/gl.h: Ditto.
7343
7344 2003-08-25  Martin Fuchs  <Martin-Fuchs@gmx.net>
7345
7346         * include/shlobj.h (SFGAO_GHOSTED): Correct.
7347         (SFGAO_HIDDEN): Add define.
7348
7349 2003-08-25  Filip Navara  <xnavara@volny.cz>
7350
7351         * include/commctrl.h (ILCF_*): Add defines.
7352         (ILD_*): Ditto.
7353         (HDS_*): Ditto.
7354         (IPN_FIRST, IPN_LAST): Cast to UINT.
7355         (SBN_FIRST, SBN_LAST): Add defines.
7356         (PGN_*): Ditto.
7357         (HDF_JUSTIFYMASK): Fix typo.
7358         (HDM_*): Add defines.
7359         (HICF_*): Ditto.
7360         (I_INDENTCALLBACK,I_IMAGENONE): Ditto.
7361         (TBSTATE_MARKED): Add define.
7362         (TBSTYLE_EX_*): Add defines.
7363         (TBCDRF_*): Ditto.
7364         (IDB_HIST_SMALL_COLOR,IDB_HIST_LARGE_COLOR): Ditto.
7365         (TB_*): Ditto.
7366         (TBN_*): Ditto.
7367         (TBNRF_*): Ditto.
7368         (TTF_*): Ditto.
7369         (TBCD_*): Ditto.
7370         (TBDDRET_*): Ditto.
7371         (TBIMHT_*): Ditto.
7372         (TTM_*): Ditto.
7373         (UDM_*): Ditto.
7374         (TBIF_BYINDEX): Define as hex constant.
7375         (CDIS_*): Add defines.
7376         (CDDS_SUBITEM): Add define.
7377         (LVIF_*): Add defines.
7378         (LVM_*): Ditto.
7379         (LVGIT_UNFOLDED): Add define.
7380         (TVM_): Add defines.
7381         (TVE_EXPANDPARTIAL): Add define.
7382         (TVGN_LASTVISIBLE): Ditto.
7383         (TVN_*): Add defines.
7384         (TVNRET_*): Add defines.
7385         (TCIF_STATE): Add define.
7386         (NM_TOOLTIPSCREATED): Ditto.
7387         (CCM_*): Add defines.
7388         (INFOTIPSIZE): Add numeric value.
7389         (ODT_LISTVIEW): Ditto.
7390         (MCM_GETMAXTODAYWIDTH): Ditto.
7391         (MCHT_*): Add defines.
7392         (UDM_SETRANGE32,UDM_GETRANGE32): Define in terms of WM_USER.
7393         (PGF_*): Add defines.
7394         (PGM_*): Ditto.
7395         (TBINSERTMARK): Add structure.
7396         (LPIMAGEINFO) Add typedef.
7397         (LPHDHITTESTINFO): Ditto.
7398         (NMLVGETINFOTIP[AW]: Add structures.
7399         (NMTBCUSTOMDRAW): Add structure.
7400         (TTTOOLINFOA_V*_SIZE): Add macros.
7401         (TTTOOLINFOW_V1_SIZE): Ditto.
7402         (IMAGELISTDRAWPARAMS): Add new members for WXP.
7403         (LVITEM[AW]: Ditto.
7404         (TCITEM[AW]):Ditto.
7405         (CCSIZEOF_STRUCT): Correct macro definition.
7406         (ListView_*): Add new macros.
7407         (HIMAGELIST): Correct typedef.
7408         (HTREEITEM): Ditto.
7409
7410 2003-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
7411
7412         * commctrl.h (TC_HITTESTINFO): Remove. Add defines for
7413         TCHITTESTINFO for backward compatibility.
7414         (TC_ITEM[AW]): Rename to TCITEM[AW]. Add defines for backward
7415         compatibility.
7416
7417 2003-08-24   Danny Smith  <dannysmith@users.sourceforge.net>
7418
7419         * include/objidl.h (COBJMACROS): Define macros only
7420         if using C interace.
7421         * include/unknwn.h: Ditto.
7422         * include/comcat.h: Ditto.
7423
7424 2003-08-24  Filip Navara  <xnavara@volny.cz>
7425
7426         * include/prsht.h (PSH_WIZARDHASFINISH, PSH_WIZARD_LITE,
7427         PSH_NOCONTEXTHELP): Define.
7428         (PSH_WIZARD97): Fix definition for _WIN32_IE >= 0x500.
7429         * include/winuser.h (DFCS_TRANSPARENT, DFCS_HOT): Define.
7430         (LPDLGTEMPLATE[AW]): Add typedefs.
7431
7432 2003-08-22  Filip Navara  <xnavara@volny.cz>
7433
7434         * include/aclapi.h (BuildImpersonateExplicitAccessWithName[AW]):
7435         Add prototypes.
7436         BuildImpersonateTrustee[AW]): Add prototypes.
7437         GetMultipleTrustee[AW]): Add prototypes.
7438         GetMultipleTrusteeOperation[AW]): Add prototypes.
7439
7440 2003-08-22   Danny Smith  <dannysmith@users.sourceforge.net>
7441
7442         * include/winnt.h (IMAGE_SUBSYSTEM_XBOX): Add define.
7443
7444 2003-08-22  Mihai Preda  <mihai_preda@users.sourceforge.net>
7445
7446         * include/shlobj.h (IPersistFolder::GetClassID):
7447         Correct declaration.
7448         (CMF_*) Add missing defines.
7449
7450 2003-08-22   Danny Smith  <dannysmith@users.sourceforge.net>
7451
7452         * include/winuser.h (DC_BUTTONS): Add define.
7453
7454 2003-08-22  Andrew Greenwood  <lists@silverblade.co.uk>
7455
7456         * include/winuser.h (DC_GRADIENT): Add define.
7457
7458 2003-08-22  Martin Fuchs  <Martin-Fuchs@gmx.net>
7459
7460         * include/commctrl.h (BTNS_*): Define BTNS_* as successors to the
7461         older TBSTYLE_* constants.
7462
7463 2003-08-18  Danny Smith  <dannysmith@users.sourceforge.net>
7464
7465         * include/commctrl.h (TB_*) Group defines together.
7466
7467 2003-08-18  Martin Fuchs  <Martin-Fuchs@gmx.net>
7468
7469         * include/winuser.h (ICON_SMALL2): Define.
7470         * include/commctrl.h (TB_SETBUTTONWIDTH, TB_SETDRAWTEXTFLAGS):
7471         Define.
7472         * include/shlobj.h (SHDRAGIMAGE): Define structure.
7473         (IDragSourceHelper) Define interface.
7474         (IDropTargetHelper): Likewise.
7475         (IExtractIcon): Unicode it.
7476         (ICommDlgBrowser): Use IShellView type as param in OnDefaultCommand,
7477         OnStateChange and IncludeObject methods.
7478
7479 2003-08-17  Martin Fuchs  <Martin-Fuchs@gmx.net>
7480
7481         * include/commctrl.h (TreeView_GetScrollTime,
7482         TreeView_SetScrollTime): Define macros.
7483         * include/winuser.h (GetShellWindow): Add prototype.
7484         * include/objidl.h (STGMEDIUM): Correct lpszFileName type.
7485
7486 2003-08-15  Martin Fuchs  <Martin-Fuchs@gmx.net>
7487
7488         * include/shguid.h (CLSID_DragDropHelper, IID_IDropTargetHelper,
7489         IID_IDragSourceHelper): Declare.
7490         * lib/shell32.c (CLSID_DragDropHelper, IID_IDropTargetHelper,
7491         IID_IDragSourceHelper): Define.
7492
7493 2003-08-15  Andrew Greenwood  <lists@silverblade.co.uk>
7494
7495         * include/wingdi.h (DEVMODE[AW]) Correct structure definition.
7496         * include/ddk/ntapi.h (LPC_TYPE): Add LPC_CONNECTION_REFUSED.
7497         * include/ddk/winddk.h (IRP_*): Add constants as anonymous enum.
7498
7499 2003-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
7500
7501         * lib/uuid.c (CGID_Explorer, CGID_ShellDocView,
7502         CGID_ShellServiceObject): Remove definitions.
7503         * lib/shell32.c (CGID_ShellServiceObject): Add definition.
7504
7505 2003-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
7506
7507         * include/shlobj.h (SHELLSTATE): Add structure.
7508         (SHGetSetSettings): Add prototype.
7509         (SHGetSettings): Add prototype.
7510         * lib/shell32.def (SHGetSetSettings): Add stub.
7511
7512 2003-08-10  Phil Krylov  <likewolf@users.sourceforge.net>
7513
7514         * include/commctrl.h (HDM_ORDERTOINDEX): Add define.
7515         (Header_OrderToIndex): Add macro.
7516         (Header_GetOrderArray): Add macro.
7517
7518         * include/commdlg.h (FR_MATCHALEFHAMZA,
7519         FR_MATCHDIAC, FR_MATCHKASHIDA): Add defines.
7520
7521 2003-08-10  Martin Fuchs  <Martin-Fuchs@gmx.net>
7522
7523         * include/commctrl.h (TVM_GETSCROLLTIME,
7524         TVM_SETSCROLLTIME): Add defines.
7525
7526 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
7527
7528         * include/shlobj.h (SHELLFLAGSTATE): Add structure.
7529         (SHGetInstanceExplorer): Correct return type.
7530         (SHGetFolderPath[AW]): Likewise.
7531         Thanks to Magnus Olsen  <greatlord@sourceforge.users.net>
7532         for report.
7533
7534 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
7535
7536         * lib/test.c: Include winldap.h, ntldap.h, winber.h.
7537
7538 2003-08-01  Filip Navara  <xnavara@volny.cz>
7539
7540         * include/winldap.h: New file.
7541         * include/ntldap.h: New file.
7542         * include/winber.h: New file.
7543         * lib/winldap32.def: New file.
7544
7545 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
7546
7547         * include/ddk/atm.h: Remove stray '.';
7548
7549 2003-08-01  Gisle Vanem  <gvanem@broadpark.no>
7550
7551         * include/ddk/winddk.h: Remove trailing ';' from macros,
7552         throughout. Add () around defines with cast returns, throughout.
7553
7554 2003-07-31  Martin Fuchs  <Martin-Fuchs@gmx.net>
7555
7556         * include/shlobj.h (SFGAO_COMPRESSED): Add define.
7557         (SFGAOF, SHGDNF): Add typedef's.
7558         (SHCONTF): Extend enum.
7559
7560 2003-07-31  Danny Smith  <dannysmith@users.sourceforge.net>
7561
7562         * include/shellapi.h: Include all structs within pshpack2.h/
7563         poppack.h block.
7564
7565 2003-07-26  Danny Smith  <dannysmith@users.sourceforge.net>
7566
7567         * include/winuser.h (ASFW_ANY, LSFW_LOCK, LSFW_UNLOCK,
7568         LWA_COLORKEY, LWA_ALPHA): Guard with _WIN32_WINNT,
7569         _WIN32_WINDOWS, not WINVER.
7570         (AllowSetForegroundWindow,LockSetForegroundWindow,
7571         SetLayeredWindowAttributes): Likewise.
7572         (GetLayeredWindowAttributes,UpdateLayeredWindow): Add prototypes.
7573         * lib/user32.def (GetLayeredWindowAttributes,UpdateLayeredWindow):
7574         Add stubs.
7575
7576 2003-07-26  Eric R. Krause  <ekrause_98@users.sourceforge.net>
7577
7578         * include/objidl.h (IMalloc): Fix typo.
7579
7580 2003-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
7581
7582         * include/dkk/ntifs.h: Fix typo in guard for
7583         #pragma GCC system_header.
7584
7585 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
7586
7587         * include/objidl.h (PropVariant): Add CHAR cVal field
7588         to union.
7589         (FMTID_SummaryInformation, FMTID_DocSummaryInformation,
7590         FMTID_UserDefinedProperties): Declare.
7591
7592 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
7593
7594         * include/winbase.h (GetModuleHandleEx[AW]): Add prototypes.
7595
7596 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
7597
7598         * include/winbase.h (DUPLICATE_CLOSE_SOURCE,
7599         DUPLICATE_SAME_ACCESS): Remove defines.
7600         (HANDLE_FLAG_INHERIT, HANDLE_FLAG_PROTECT_FROM_CLOSE): Sync with
7601         ddk/ntapi.h defines.
7602         (SEM_*) : Likewise.
7603         * include/winnt.h (COMPRESSION_*, ACCESS_*, SYSTEM_*): Sync with
7604         ddk/ntifs.h defines.
7605         (FILE_*): Likewise.
7606         (MEM_IMAGE, SEC_*): Likewise.
7607         (DUPLICATE_CLOSE_SOURCE, DUPLICATE_SAME_ACCESS,
7608         DUPLICATE_SAME_ATTRIBUTES): Sync with ddk/winddk.h defines.
7609         (TOKEN_*): Sync with ddk/ntifs.h defines.
7610         * include/ddk/ntapi.h: Add comments noting definitions in
7611         winbase.h.
7612         * include/ddk/ntifs.h: Add comments noting definitions in
7613         winnt.h.
7614         * include/ddk/winddk.h: Add comments noting definitions in
7615         winnt.h.
7616
7617 2003-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
7618
7619         * include/winnt.h (FILE_*): Sync with ddk/winddk.h.
7620         * include/winioctl.h (FILE_*): Sync with ddk/winddk.h.
7621
7622 2003-07-17  Pierre Humblet  <pierre.humblet@ieee.org>
7623
7624         * include/mmsystem.h (TIME_KILL_SYNCHRONOUS): Add define.
7625
7626 2003-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
7627
7628         Clean up warnings in ddk.
7629
7630         * include/ddk/atm.h (_ATM_AAL_OOB_INFO): Add _ANONYMOUS_UNION,
7631         conditional on  __cplusplus.
7632         * include/ddk/scsi.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
7633         defines, throughout.
7634         (_CDB): Add _ANONYMOUS_UNION, conditional on __cplusplus.
7635         * include/ddk/cfg.h (_PNP_VETO_TYPE): Remove extra comma.
7636         * include/ddk/cfgmgr32.h: Change C++ comment style to ISO C.
7637         * include/ddk/ddkmapi.h (_DDLOCKOUT): Add _ANONYMOUS_UNION defines.
7638         * include/ddk/hidpi.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
7639         defines, throughout.
7640         * include/ddk/ndis.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
7641         defines, throughout. Remove trailing semicolon from *_S 'structure'
7642         macro expansion, throughout. Remove trailing semicolon from
7643         DECLARE_UNKNOWN_STRUCT macro expansion.
7644         * include/ddk/ndiswan.h (_NDIS_WAN_COMPRESS_INFO): Add
7645         _ANONYMOUS_UNION.
7646         * include/ddk/ntapi.h (_PROCESS_DEVICEMAP_INFORMATION,
7647         _PROCESS_SESSION_INFORMATION): Add _ANONYMOUS_UNION.
7648         * include/ddk/ntddcdrm.h (CDROM_TOC_CD_TEXT_DATA_BLOCK):
7649         Add _ANONYMOUS_UNION.
7650         * include/ddk/ntdddisk.h: Add _ANONYMOUS_UNION, throughout.
7651         * include/ddk/ntddmou.h:  Add _ANONYMOUS_UNION, throughout.
7652         * include/ddk/ntifs.h:  Add _ANONYMOUS_UNION, throughout.
7653         (ZwQueryObject): Change 2nd param to OBJECT_INFORMATION_CLASS, to
7654         match proto in ntapi.h.
7655         (ZwSetInformationObject): Likewise.
7656         * include/ddk/srb.h (SCSI_REQUEST_BLOCK): Add _ANONYMOUS_UNION.
7657         (SCSI_ADAPTER_CONTROL_TYPE): Add __extension__.
7658         * include/ddk/tdikrnl.h (TDI20_CLIENT_INTERFACE_INFO): Add
7659         _ANONYMOUS_UNION and _ANONYMOUS_STRUCT.
7660         * include/ddk/usb.h (USB): Add _ANONYMOUS_UNION.
7661         * include/ddk/usbcamdi.h (USBCAMD_CamControlFlags): Remove
7662         last comma.
7663         * include/ddk/video.h (STATUS_BLOCK): Add _ANONYMOUS_UNION.
7664         * include/ddk/winddk.h (DECLARE_INTERNAL_OBJECT): Remove
7665         trailing semicolon when expanding macro.
7666         (GENERAL_LOOKASIDE_S): Likewise.
7667         Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT, throughout.
7668         Change inline to __inline, throughout.
7669         * include/ddk/winnt4.h: Change inline to __inline, throughout.
7670
7671 2003-07-13  Casper S. Hornstrup  <chorns@users.sourceforge.net>
7672
7673         * include/ddk/ntifs.h (KeInsertQueueApc): Make return type
7674         BOOLEAN. Name parameter 4 PriorityBoost and make it of type
7675         KPRIORITY.
7676         * include/ddk/winddk.h (_KPCR): Put IDT field on next line.
7677         * include/ddk/winddk.h (_IO_STATUS_BLOCK, _IRP, _OWNER_ENTRY,
7678         _ERESOURCE, _IMAGE_INFO, _CREATE_DISK, _DISK_SIGNATURE, _KPCR_TIB):
7679         Apply _ANONYMOUS_UNION to anonymous unions and _ANONYMOUS_STRUCT
7680         to anonymous structs.
7681
7682 2003-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
7683
7684         * include/winnt.h (PVOID): Move to before HANDLE typedef.
7685
7686         * include/winuser.h (mouse_event): Correct type of fifth param,
7687         Thanks to: Andrew Jones <guln at users dot sourceforge dot net>
7688
7689 2003-07-11  Earnie Boyd  <earnie@users.sf.net>
7690
7691         * include/winnt.h (HANDLE): Define based on STRICT filter.
7692         (THREAD_BASE_PRIORITY_MIN): Use parens around negative value.
7693         (THREAD_BASE_PRIOIRTY_IDLE): Ditto.
7694
7695 2003-07-08  Danny Smith  <dannysmith@users.sourceforge.net>
7696
7697         * include/commctrl.h (NMTVDISPINFO[AW]): Replace obsolete struct
7698         names _TV_DISPINFO[AW] and typedefs. Add defines for backward
7699         compatability. Thanks to Magnus Olsen <greatlord@users.sf.net>
7700         for report.
7701
7702 2003-07-03  Earnie Boyd  <earnie@users.sf.net>
7703
7704         * config.guess, config.sub: Update with new versions from ftp.gnu.org.
7705
7706 2003-07-03  Luke Dunstan  <infidel@users.sf.net>
7707
7708         * include/commdlg.h (CommDlg_OpenSave_*): Add parentheses around
7709         macro arguments. Thanks to Tom Bishop <tombishop@users.sf.net>.
7710         * include/winuser.h (MONITOR_DEFAULTTONULL, MONITOR_DEFAULTTOPRIMARY,
7711         MONITOR_DEFAULTTONEAREST, MONITORINFOF_PRIMARY): Add defines.
7712         (TPM_RECURSE): Add guard for Win98/Win2K.
7713         Thanks to Magnus Olsen <greatlord@users.sf.net>.
7714
7715 2003-07-01  Earnie Boyd  <earnie@users.sf.net>
7716
7717         * include/basetyps.h (small, hyper): Change to __small and __hyper to
7718         avoid user namespace conflicts.
7719
7720 2003-07-01  Earnie Boyd  <earnie@users.sf.net>
7721
7722         * include/w32api.h (_NT4, _W98, _WME, _NT5, _W2000, _WXP, _W2003,
7723         _IE3, _IE4, _IE5, _IE6): Add definitions.
7724         * include/winbase.h (GetLongPathName[AW]): Add guard for OS >= NT5 or
7725         >= Win98.
7726         Change existing guards to use the above macro names as appropriate.
7727         * include/basetyps.h (__int32, __int16, __int8, small, hyper): Define.
7728         Note: Also added to mingw/include/_mingw.h.
7729
7730 2003-06-28  Steven Edwards  <Steven_Ed4153@yahoo.com>
7731
7732         * include/shlwapi.h (UrlGetLocationA, UrlGetLocationW,
7733         PathFindSuffixArrayA, PathFindSuffixArrayW,
7734         PathFindExtensionA, PathFindExtensionW, StrStrW
7735         StrStrA): Change unicode-macro'd LP[C]TSTR return values to
7736         explicit type.
7737
7738 2003-06-26  Mattia Barbon  <mbarbon@dsi.unive.it>
7739
7740         * include/richedit.h (PARAFORMAT2): Add definition.
7741         * include/richedit.h (PFA_*, PFE_*, PFM_*): Add some
7742         missing constants.
7743
7744 2003-06-17  Danny Smith  <dannysmith@users.sourceforge.net>
7745
7746         * include/shellapi.h (SHQUERYRBINFO): Add structure,
7747         (SHQueryRecycleBin[AW]. SHEmptyRecycleBin[AW]):Add prototypes.
7748         (SHERB_NOCONFIRMATION, SHERB_NOPROGRESSUI, SHERB_NOSOUND):
7749         Add defines. Thanks to Brett Hart <brett at ncubedtech dot com>
7750
7751 2003-06-17  Danny Smith  <dannysmith@users.sourceforge.net>
7752
7753         * include/winbase.h (GlobalCompact, GlobalFix, GlobalFlags,
7754         GlobalUnfix, GlobalUnWire, GlobalWire, LocalCompact,
7755         LocalFlags, LocalShrink, LockSegment, UnlockSegment): Add comment
7756         that these are obsolete no-ops.
7757
7758 2003-06-17  Bang Jun-Young  <junyoung@netbsd.org>
7759
7760         * include/winbase.h (GetProcessWorkingSetSize,
7761         GlobalCompact, LocalAlloc, LocalCompact, LocalReAlloc,
7762         LocalShrink, SignalObjectAndWait, WriteProcessMemory):
7763         Correct prototypes.
7764
7765 2003-06-18  Steven Edwards  <Steven_Ed4153@yahoo.com>
7766
7767         * include/winuser.h (TPM_RECURSE): Add define.
7768
7769 2003-06-06  Danny Smith  <dannysmith@users.sourceforge.net>
7770
7771         * lib/test.c: #include <powrprof.h>.
7772
7773 2003-06-06  James E. Lucas  <xelloss@sourceforge.net>
7774
7775         * include/powerprof.h: New file.
7776         * lib/powerprof.def: New file.
7777
7778 2003-06-06  Danny Smith  <dannysmith@users.sourceforge.net>
7779
7780         * include/winnt (SLIST_HEADER): Add C90 anonymous struct
7781         protection.
7782
7783 2003-06-05  Luke Dunstan  <infidel@users.sourceforge.net>
7784
7785         * include/winuser.h (WNDCLASS[AW], WNDCLASSEX[AW]): Change type of
7786         hInstance members to HINSTANCE.
7787         Thanks to: Brenden T. <brenden@rcsis.com>
7788
7789 2003-06-05  Bart Oldeman  <bartoldeman@users.sourceforge.net>
7790
7791         * include/lmaccess.h (UF_MNS_LOGON_ACCOUNT): Add define.
7792         * include/wingdi.h (LPRGBTRIPLE, LPRGBQUAD): Add typedefs.
7793
7794 2003-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
7795
7796         * include/ddk/ntpoapi.h (POWER_INFORMATION_LEVEL): Remove.
7797         * include/winnt.h (POWER_INFORMATION_LEVEL): Add.
7798         * include/ddk/winddk.h (SINGLE_LIST_ENTRY,SLIST_HEADER):
7799         Remove.
7800         * include/ddk/ndis.h (NdisAllocateSpinLock): Add missing '\'.
7801
7802 2003-05-30  Mattia Barbon  <mbarbon@dsi.unive.it>
7803
7804         * lib/oleacc.def: New file.
7805         * include/winable.h: New file.
7806         * include/oleacc.h: Add extern "C" guard.
7807         (NAVDIR_*, ROLE_*, STATE_*): Add missing constants.
7808         (AccessibleChildren, AccessibleObjectFromEvent,
7809         AccessibleObjectFromPoint, AccessibleObjectFromWindow,
7810         CreateStdAccessibleProxy[AW], GetOleaccVersionInfo, GetRoleText[AW],
7811         GetStateText[AW], LresultFromObject, ObjectFromLresult,
7812         WindowFromAccessibleObject): Add prototypes and UNICODE mappings.
7813         * include/winuser.h (NotifyWinEvent): Add prototype.
7814         (OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR,
7815         OBJID_MENU, OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL,
7816         OBJID_SIZEGRIP, OBJID_CARET, OBJID_CURSOR, OBJID_ALERT,
7817         OBJID_SOUND): Move from here to...
7818         * include/winable.h (OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR,
7819         OBJID_MENU, OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL,
7820         OBJID_SIZEGRIP, OBJID_CARET, OBJID_CURSOR, OBJID_ALERT,
7821         OBJID_SOUND): Here, as per documentation.
7822         * lib/test.c: Include winable.h.
7823         * lib/user32.def (NotifyWinEvent): Add missing export.
7824
7825 2003-05-30  Bang Jun-Young  <junyoung@netbsd.org>
7826
7827         * include/winbase.h (HeapCompact): Correct prototype.
7828         * include/winnt.h (SINGLE_LIST_ENTRY, SLIST_ENTRY,
7829         SLIST_HEADER): Add.
7830
7831 2003-05-27  Andrew C. Stadt  <acstadt@sympatico.ca>
7832
7833         * include/winuser.h (LWA_COLORKEY, LWA_ALPHA): Add defines.
7834
7835 2003-05-25  Bill C. Riemers  <cygwin@docbill.net>
7836
7837         * include/winuser.h (EnumDisplayDevicesW): Fix typo.
7838
7839 2003-05-23  Danny Smith  <dannysmith@users.sourceforge.net>
7840
7841         * include/winuser.h (EnumDisplayDevices[AW]): Add prototypes.
7842         * include/wingdi.h (DISPLAY_DEVICE): UNICODE it.
7843
7844 2003-05-23  Andrew Dunbar  <hippietrail@users.sourceforge.net>
7845
7846         * include/wingdi.h (GCP_RESULTS[AW]) Correct type of
7847         lpGlyphs field to LPWSTR.
7848
7849 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
7850
7851         * include/wincrypt.h (PLAINTEXTKEYBLOB, OPAQUEKEYBLOB,
7852         PUBLICKEYBLOBEX, SYMMETRICWRAPKEYBLOB) Add defines.
7853         (PP_*): Add defines.
7854         (CryptContextAddRef): Add prototype.
7855         Thanks to: Shura Zam  <debil_urod@users.sourceforge.net>
7856
7857 2003-05-18  Manu B  <manubee@users.sourceforge.net>
7858
7859         * include/commctrl.h (TVSORTCB): Rename old TV_SORTCB structure.
7860
7861 2003-05-18  Bang Jun-Young  <junyoung@netbsd.org>
7862
7863         * include/winbase.h (CREATE_DEFAULT_ERROR_MODE,
7864         DEBUG_PROCESS, DEBUG_ONLY_THIS_PROCESS, CREATE_SUSPENDED,
7865         DETACHED_PROCESS, CREATE_NEW_CONSOLE, NORMAL_PRIORITY_CLASS,
7866         IDLE_PRIORITY_CLASS, HIGH_PRIORITY_CLASS, REALTIME_PRIORITY_CLASS,
7867         CREATE_NEW_PROCESS_GROUP, CREATE_UNICODE_ENVIRONMENT,
7868         CREATE_SEPARATE_WOW_VDM, CREATE_SHARED_WOW_VDM, CREATE_FORCEDOS,
7869         CREATE_NO_WINDOW): Convert to hexadecimal form for better
7870         readability.
7871         (BELOW_NORMAL_PRIORITY_CLASS, ABOVE_NORMAL_PRIORITY_CLASS,
7872         CREATE_BREAKAWAY_FROM_JOB, CREATE_WITH_USERPROFILE): Add.
7873
7874 2003-05-15  Danny Smith  <dannysmith@users.sourceforge.net>
7875
7876         * include/ddk/ndis.h (NDIS30_MINIPORT_CHARACTERISTICS_S):
7877         Unname anonymous unions if NONAMELESSUNION not defined.
7878
7879 2003-05-14  Bang Jun-Young  <junyoung@netbsd.org>
7880
7881         * include/winbase.h (GMEM_VALID_FLAGS): Add.
7882
7883 2003-05-13  Danny Smith  <dannysmith@users.sourceforge.net>
7884
7885         * include/prsht.h (PROPSHEETHEADER[AW]: Mark
7886         anonymous unions as GCC extension.
7887
7888 2003-05-13  Danny Smith  <dannysmith@users.sourceforge.net>
7889
7890         * include/oleidl.h  (LPENUMOLEDOCUMENTVIEWS): Remove typedef.
7891         (IEnumOleDocumentViews): Remove commented out DECLARE_ENUMERATOR.
7892         * include/docobj.h  (LPENUMOLEDOCUMENTVIEWS): Add typedef (previously
7893         commented out).
7894         (IEnumOleDocumentViews): Add definition using DECLARE_ENUMERATOR.
7895
7896 2003-05-12  Earnie Boyd  <earnie@users.sf.net>
7897
7898         * include/commctrl.h: (MCSC_BACKGROUND, MCSC_TEXT, MCSC_TITLEBK,
7899         MCSC_TITLETEXT, MCSC_MONTHBK, MCSCTRAILTEXT): Define.
7900         Thanks to: Robert Wishlaw  <rwishlaw @ shaw . ca>
7901
7902 2003-05-12  Danny Smith  <dannysmith@users.sourceforge.net>
7903
7904         * include/olectl.h (IOleControl,IOleControlSite,ISimpleFrameSite,
7905         IErrorLog,IPropertyBag,IPersistPropertyBag,IPersistStreamInit,
7906         IPersistMemory,IPropertyNotifySink,IProvideClassInfo,
7907         IProvideClassInfo2,IConnectionPointContainer,
7908         IEnumConnectionPoints,IConnectionPoint,IEnumConnections,
7909         IClassFactory2,ISpecifyPropertyPages,IPerPropertyBrowsing,
7910         IPropertyPageSite,IPropertyPage,IPropertyPage2,IFont,IFontDisp,
7911         IPicture,IPictureDisp): Move from here to...
7912         * include/ocidl.h (IOleControl,IOleControlSite,ISimpleFrameSite,
7913         IErrorLog,IPropertyBag,IPersistPropertyBag,IPersistStreamInit,
7914         IPersistMemory,IPropertyNotifySink,IProvideClassInfo,
7915         IProvideClassInfo2,IConnectionPointContainer,
7916         IEnumConnectionPoints,IConnectionPoint,IEnumConnections,
7917         IClassFactory2,ISpecifyPropertyPages,IPerPropertyBrowsing,
7918         IPropertyPageSite,IPropertyPage,IPropertyPage2,IFont,IFontDisp,
7919         IPicture,IPictureDisp): Here, as per documentation.
7920
7921 2003-05-12  Mattia Barbon  <mbarbon@dsi.unive.it>
7922
7923         * include/oleauto.h (VarR8FromDec, VarDecFromR8): Add prototypes.
7924         * include/winbase.h (TerminateJobObject,
7925         AssignProcessToJobObject): Likewise.
7926         * include/servprov.h: New header.
7927         * lib/test.c: Include servprov.h.
7928
7929 2003-05-10  Danny Smith  <dannysmith@users.sourceforge.net>
7930
7931         * include/shlguid.h (CGID_ShellServiceObject): Declare.
7932         * lib/uuid.c (CGID_ShellServiceObject): Define guid.
7933         Thanks to Chris Sutcliffe  <ir0nh34d#users.sourceforge.net>
7934         * include/winuser.h (SetLayeredWindowAttributes): Add prototype.
7935         * lib/user32.def (SetLayeredWindowAttributes): Add stub.
7936         * lib/uuid.c (CGID_Explorer, CGID_ShellDocView): Define guids.
7937
7938 2003-05-05  Danny Smith  <dannysmith@users.sourceforge.net>
7939
7940         * include/commctrl.h (STATUSCLASSNAME, TOOLBARCLASSNAME,
7941         TOOLTIPS_CLASS, TRACKBAR_CLASS, UPDOWN_CLASS, PROGRESS_CLASS,
7942         HOTKEY_CLASS): Remove dupicate defines for UNICODE case.
7943
7944 2003-05-02  Steven Edwards  <Steven_Ed4153@yahoo.com>
7945
7946         * include/richedit.h (EM_FINDTEXTEXW, EM_FINDTEXTW,
7947         EM_GETAUTOURLDETECT, EM_GETBIDIOPTIONS, EM_GETEDITSTYLE,
7948         EM_GETIMECOLOR, EM_GETIMEOPTIONS, EM_GETPUNCTUATION,
7949         EM_GETWORDWRAPMODE, EM_RECONVERSION, EM_SETBIDIOPTIONS,
7950         EM_SETEDITSTYLE, EM_SETIMECOLOR, EM_SETIMEOPTIONS,
7951         EM_SETPALETTE, EM_SETPUNCTUATION, EM_SETTEXTEX,
7952         EM_SETWORDWRAPMODE, RICHEDIT_CLASS10A): Add defines.
7953
7954 2003-05-02  Francois Ferrand  <typz@sourceforge.users.net>
7955
7956         * include/commctrl.h (TBM_*): Add missing trackbar defines.
7957
7958 2003-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
7959
7960         * include/cplext.h (CPLPAGE_MOUSE_WHEEL,
7961         CPLPAGE_DISPLAY_BACKGROUND): Add defines.
7962
7963 2003-04-30  Danny Smith  <dannysmith@users.sourceforge.net>
7964
7965         * include/wingdi.h (DC_PEN, DC_BRUSH): Add defines.
7966         (SetDCPenColor, SetDCBrushColor): Add prototypes.
7967         * lib/gdi32.def (SetDCPenColor, SetDCBrushColor): Add stubs.
7968
7969 2003-04-26  Bang Jun-Young  <junyoung@netbsd.org>
7970
7971         * include/winioctl.h (DEVICE_TYPE_FROM_CTL_CODE): Add macro.
7972
7973 2003-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
7974
7975         * include/oaidl.h (ITypeMarshal): Add interface.
7976
7977 2003-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
7978
7979         * include/winioctl.h: Clean up formatting.
7980         (RETRIEVAL_POINTERS_BUFFER): Add fields to Extents[1] struct.
7981         (CREATE_DISK): Add _ANONYMOUS_UNION macro.
7982         (DISK_CACHE_INFORMATION): Likewise.
7983         (DISK_DETECTION_INFO): Likewise.
7984         (DISK_PARTITION_INFO): Likewise.
7985         (PARTITION_INFORMATION_EX): Likewise.
7986         (DRIVE_LAYOUT_INFORMATION_EX): Likewise.
7987
7988 2003-04-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
7989
7990         * include/winbase.h (DeleteVolumeMountPoint[AW],
7991         FindFirstVolumeMountPoint[AW], FindNextVolumeMountPoint[AW],
7992         FindVolumeMountPointClose, GetVolumeNameForVolumeMountPoint[AW],
7993         GetVolumePathName[AW], GetVolumePathNamesForVolumeName[AW],
7994         SetVolumeMountPoint[AW]): Add prototypes.
7995         * include/winioctl.h (IOCTL_DISK_GET_PARTITION_INFO_EX,
7996         IOCTL_DISK_SET_PARTITION_INFO_EX,
7997         IOCTL_DISK_GET_DRIVE_LAYOUT_EX,
7998         IOCTL_DISK_SET_DRIVE_LAYOUT_EX, IOCTL_DISK_CREATE_DISK,
7999         IOCTL_DISK_GET_LENGTH_INFO, IOCTL_DISK_PERFORMANCE_OFF,
8000         IOCTL_DISK_GET_DRIVE_GEOMETRY_EX, IOCTL_DISK_GROW_PARTITION,
8001         IOCTL_DISK_GET_CACHE_INFORMATION,
8002         IOCTL_DISK_SET_CACHE_INFORMATION,
8003         IOCTL_DISK_DELETE_DRIVE_LAYOUT, IOCTL_DISK_UPDATE_PROPERTIES,
8004         FSCTL_GET_VOLUME_BITMAP, FSCTL_GET_RETRIEVAL_POINTERS,
8005         FSCTL_MOVE_FILE): Define.
8006         (CREATE_DISK_GPT, CREATE_DISK_MBR, CREATE_DISK,
8007         DISK_CACHE_INFORMATION,
8008         DETECTION_TYPE, DISK_INT13_INFO, DISK_EX_INT13_INFO,
8009         DISK_DETECTION_INFO, DISK_GEOMETRY_EX, DISK_GROW_PARTITION,
8010         DISK_PARTITION_INFO, DISKQUOTA_USER_INFORMATION,
8011         GET_LENGTH_INFORMATION, DISK_EXTENT, VOLUME_DISK_EXTENTS,
8012         DRIVE_LAYOUT_INFORMATION_GPT, DRIVE_LAYOUT_INFORMATION_MBR,
8013         PARTITION_INFORMATION_MBR, PARTITION_INFORMATION_GPT,
8014         PARTITION_INFORMATION_EX, DRIVE_LAYOUT_INFORMATION_EX,
8015         MOVE_FILE_DATA,
8016         RETRIEVAL_POINTERS_BUFFER, STARTING_LCN_INPUT_BUFFER,
8017         STARTING_VCN_INPUT_BUFFER, VOLUME_BITMAP_BUFFER): Add structs.
8018         (PARTITION_STYLE, DISK_CACHE_RETENTION_PRIORITY): Add enums.
8019         (MEDIA_TYPE): Add F3_120M_512, F3_640_512, F5_640_512,
8020         F5_720_512, F3_1Pt2_512, F3_1Pt23_1024, F5_1Pt23_1024,
8021         F3_128Mb_512, F3_230Mb_512, F8_256_128, F3_200Mb_512,
8022         F3_240M_512, and F3_32M_512.
8023         * lib/kernel32.def (GetVolumePathNamesForVolumeName[AW]): Add
8024         stubs.
8025
8026 2003-04-16  Earnie Boyd  <earnie@users.sf.net>
8027
8028         * include/wingdi.h (DM_SPECVERSION): Define.
8029         Thanks to Sinitsyn Valentime <valentine.sinitsyn@usu.ru>
8030         * include/rpcdce.h (UuidCreateSequential): Properly guard with
8031         appropriate _WIN32_WINNT values.
8032
8033 2003-04-15  Chris January  <chris@atomice.net>
8034
8035         * include/rpcdce.h: Add declaration for UuidCreateSequential.
8036         * lib/rpcrt4.def: Add entry for UuidCreateSequential.
8037
8038 2003-04-14  Phil Krylov  <likewolf@users.sourceforge.net>
8039
8040         * include/winuser.h (VK_*): Add missing defines.
8041
8042 2003-04-14  Vincent Béron  <papineau@users.sourceforge.net>
8043
8044         * include/commctrl.h (NMUPDOWN, LPNMUPDOWN): Use currently
8045         documented typedefs for struct _NM_UPDOWN.
8046         Add defines for backward comapatibility.
8047         * include/commdlg.h (OFN_ENABLESIZING): Add define.
8048         * include/wininet.h (IRF_*): Add missing defines.
8049
8050 2003-04-14  Bang Jun-Young  <junyoung@netbsd.org>
8051
8052         * lib/ntdll.def (Csr*, Dbg*, Ki*, Ldr*, Rtl*): Add W2K exports.
8053
8054 2003-04-11  Earnie Boyd  <earnie@users.sf.net>
8055
8056         * include/sspi.h: Add comment for FreeCredentialsHandle.
8057
8058 2003-04-07  Marcel Telka  <telka@users.sourceforge.net>
8059
8060         * include/ddk/winddk.h (KIRQL): Typedef as UCHAR, not ULONG.
8061
8062 2003-03-30  Hans E. Molin  <kvasi@users.sourceforge.net>
8063
8064         * include/olectl.h (OleLoadPicturePath): Correct prototype.
8065
8066 2003-03-30  Danny Smith  <dannysmith@users.sourceforge.net>
8067
8068         * lib/uuid.c (IID_IHTML*): Move definitions to...
8069         * lib/mshtml-uuid.c: New file.
8070         * lib/Makefile.in: Add mshtml-uuid.o to libuuid.a
8071
8072 2003-03-30  Michael Sazonov  <traip@comset.net>
8073
8074         * lib/uuid.c (IID_IHTML*): Add new GUID definitions.
8075         * include/mshtml.h (IHTMLElementCollection, IHTMLLinkElement,
8076         IHTMLImgElement): Add interface definitions.
8077
8078 2003-03-29  Danny Smith  <dannysmith@users.sourceforge.net>
8079
8080         * include/commctrl.h (ANIMATE_CLASS,HOTKEY_CLASS,PROGRESS_CLASS,
8081         STATUSCLASSNAME,TOOLBARCLASSNAME,TOOLTIPS_CLASS,TRACKBAR_CLASS,
8082         UPDOWN_CLASS,WC_COMBOBOXEX,WC_HEADER,WC_IPADDRESS,WC_LISTVIEW,
8083         WC_TABCONTROL,WC_TREEVIEW): Move UNICODE mappings out of
8084         RC_INVOKED guard.
8085         (WC_PAGESCROLLER,WC_NATIVEFONTCTL,WC_BUTTON,WC_STATIC,WC_EDIT,
8086         WC_LISTBOX,WC_COMBOBOX,WC_SCROLLBAR): Add defines.
8087
8088 2003-03-28  Bang Jun-Young  <junyoung@netbsd.org>
8089
8090         * include/winnt.h (WAITORTIMERCALLBACKFUNC): Add typedef.
8091
8092 2003-03-27  Danny Smith  <dannysmith@users.sourceforge.net>
8093
8094         * include/secext.h (GetComputerObjectName[AW],GetUserNameEx[AW],
8095         TranslateName[AW]): Add prototypes.
8096         * lib/sec32.def (GetComputerObjectName[AW],GetUserNameEx[AW],
8097         TranslateName[AW]): Add stubs.
8098         * lib/test.c: Include secext.h.
8099
8100 2003-03-27  Vladimir Michl  <michlv@users.sourceforge.net>
8101
8102         * include/ddk/ndis.h (NdisAllocateSpinLock,NdisFreeSpinLock,
8103         NdisAcquireSpinLock,NdisReleaseSpinLock,NdisDprAcquireSpinLock,
8104         NdisDprReleaseSpinLock): Change macro argument from SpinLock to
8105         _SpinLock.
8106
8107 2003-03-26  Earnie Boyd  <earnie@users.sf.net>
8108
8109         * include/w32api.h: Increment version to 2.4.
8110         * Makefile.in: Ditto.
8111
8112 2003-03-26  Danny Smith  <dannysmith@users.sourceforge.net>
8113
8114         * include/ddk/batclass.h (BATTERY_REPORTING_SCALE)
8115         Move structure from here...
8116         * include/winnt.h (BATTERY_REPORTING_SCALE): To here.
8117
8118         * include/ddk/ntapi.h (JOBOBJECT_*):
8119         Remove structures and enums definitions.
8120         (JOB_OBJECT*): Move defines from here...
8121         * include/winnt.h (JOB_OBJECT* ): To here.
8122
8123         * include/ddk/ntpoapi.h (LATENCY_TIME, POWER_ACTION_POLICY,
8124         SYSTEM_POWER_LEVEL, SYSTEM_POWER_POLICY,
8125         PROCESSOR_POWER_POLICY_INFO, PROCESSOR_POWER_POLICY,
8126         ADMINISTRATOR_POWER_POLICY, SYSTEM_POWER_INFORMATION,
8127         PROCESSOR_POWER_INFORMATION, SYSTEM_BATTERY_STATE,
8128         SYSTEM_POWER_CAPABILITIES): Move enums, structures
8129         and associated defines from here ...
8130         * include/winnt.h: (LATENCY_TIME, POWER_ACTION_POLICY,
8131         SYSTEM_POWER_LEVEL, SYSTEM_POWER_POLICY,
8132         PROCESSOR_POWER_POLICY_INFO, PROCESSOR_POWER_POLICY,
8133         ADMINISTRATOR_POWER_POLICY, SYSTEM_POWER_INFORMATION,
8134         PROCESSOR_POWER_INFORMATION, SYSTEM_BATTERY_STATE,
8135         SYSTEM_POWER_CAPABILITIES):To here.
8136
8137         * include/ddk/winddk.h (DEVICE_POWER_STATE,
8138         SYSTEM_POWER_STATE, POWER_ACTION): Move enums
8139         from here...
8140         * include/winnt.h (DEVICE_POWER_STATE,
8141         SYSTEM_POWER_STATE, POWER_ACTION): To here.
8142
8143 2003-03-19  Danny Smith  <dannysmith@users.sourceforge.net>
8144
8145         *lib/ndis.def (NdisAllocateMemory): Correct stdcall suffix.
8146         Thanks to: Vladimir Michl <michlv@users.sourceforge.net>
8147         (NdisUpdateSharedMemory): Likewise.
8148         (NdisMFreeSharedMemory: Likewise.
8149         (NdisMMapIoSpace: Likewise.
8150
8151 2003-03-18  Danny Smith  <dannysmith@users.sourceforge.net>
8152
8153         * include/lmaccess.h (UF_LOCKOUT): Correct name from UF_LOCK.
8154         Thanks to: Fabricio D. Rossi  <gurusoda@users.sourceforge.net>
8155         (UF_SETTABLE_BITS): Correct UF_LOCKOUT here too.
8156
8157 2003-03-17  Bang Jun-Young  <junyoung@netbsd.org>
8158
8159         * include/winbase.h (EnumResourceLanguages[AW]): Correct prototypes.
8160         (EnumResourceNames[AW]): Ditto.
8161         (EnumResourceTypes[AW]): Ditto.
8162         * include/wincon.h (CONSOLE_FONT_INFO): Add struct.
8163
8164 2003-03-16  Toby Malone  <malone@users.sourceforge.net>
8165
8166         * include/winuser.h (SendInput): Add prototype.
8167         * lib/user32.def (SendInput): Add stub.
8168
8169 2003-03-16  Vadim Yegorov  <zg@bmg.lv>
8170
8171         * winioctl.h (FSCTL_SET_REPARSE_POINT: Correct macro.
8172         (FSCTL_DELETE_REPARSE_POINT): Likewise.
8173
8174 2003-03-15  Bang Jun-Young  <junyoung@netbsd.org>
8175
8176         * winnt.h (JOBOBJECTINFOCLASS): Define enum.
8177         (JOBOBJECT_*): Define corresponding structures.
8178
8179 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
8180
8181         * include/ddk/winddk.h (PCUNICODE_STRING): Remove incorrect
8182         typedef.
8183
8184 2003-03-13  Bang Jun-Young  <junyoung@netbsd.org>
8185
8186         * lib/kernel32.def (Module32{First,Next}{,W}): Add missing exports.
8187         (Process32{First,Next}{,W}): Ditto.
8188         (Thread32{First,Next}): Ditto.
8189         * include/ntdef.h (PCUNICODE_STRING): Add typedef.
8190
8191 2003-03-12  Earnie Boyd  <earnie@users.sf.net>
8192
8193         * include/mswsock.h: Correct invalid filter for _WINSOCK2_H.
8194         Thanks to Jim Barton <jmbarton@users.sf.net>.
8195
8196 2003-03-12  Ranjit Mathew  <rmathew@hotmail.com>
8197
8198         * include/winnt.h (_IMAGE_SEPARATE_DEBUG_HEADER): Expose
8199         member SectionAlignment.
8200
8201 2003-03-11  Earnie Boyd  <earnie@users.sf.net>
8202
8203         * include/winsvc.h (SERVICE_NO_CHANGE): Use hex constant to avoid
8204         warnings.
8205         Thanks to Fabricio D. Rossi <gurusoda@users.sf.net>.
8206         * Makefile.in (bindist): Correct process.
8207         * lib/Makefile.in (install): Ditto.
8208         Thanks to Jeff Bonnggren <jbon@users.sf.net>.
8209
8210 2003-03-10  Danny Smith  <dannysmith@users.sourceforge.net>
8211
8212         * include/rasdlg.h: New file.
8213         * lib/rasdlg.def: New file.
8214         * lib/test.c: Include rasdlg.h.
8215
8216 2003-03-06  Christopher January  <chris@atomice.net>
8217
8218         * include/winbase.h (FindFirstVolume): Add declaration.
8219         (FindNextVolume): Add declaration.
8220         (FindVolumeClose): Add declaration.
8221         (GetSystemTimes): Add declaration.
8222         * include/winnt.h: Add define for PF_XMMI64_INSTRUCTIONS_AVAILABLE.
8223
8224 2003-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
8225
8226         *lib/kernel32.def (GetSystemTimes): Add stub.
8227
8228 2003-03-04  Heiko Gerdau  <hg@technosis.de>
8229
8230         * oleidl.h (IOleObject): Correct GetUserType prototype.
8231         (IViewObject2): Correct GetExtent prototype.
8232         * olectl.h (DISPIP_): Add new defines
8233         * ocidl.h (IOleInPlaceSiteWindowless): Add new interface.
8234
8235 2003-03-01  Danny Smith  <dannysmith@users.sourceforge.net>
8236
8237         * include/olectl.h (OleLoadPictureEx) Add prototype.
8238         (OleLoadPictureFile): Ditto.
8239         (OleLoadPictureFileEx): Ditto.
8240         (OleLoadPicturePath): Ditto.
8241         (OleSavePictureFile): Ditto.
8242
8243 2003-03-01  Danny Smith  <dannysmith@users.sourceforge.net>
8244
8245         * include/objbase.h (CoAddRefServerProcess): Add prototype.
8246         (CoAddReleaseServerProcess): Ditto.
8247         (CoResumeClassObjects): Ditto.
8248         (CoSuspendClassObjects): Ditto.
8249         * include/oleauto.h (V_I1): Define.
8250         Thanks to: "Timofei"  <mmttmm@users.sourceforge.net>
8251
8252 2003-03-01  Heiko Gerdau  <hg@technosis.de>
8253
8254         * include/oleidl.h (USERCLASSTYPE): Add enum.
8255         * include/ocidl.h (IObjectWithSite): Add interface.
8256
8257 2003-02-28  Roland Schwingel  <roland.schwingel@onevision.de>
8258
8259         Fixup UNICODE thinko in 2003-02-22 patch.
8260         * include/wingdi.h (AddFontMemResourceEx): Add.
8261         (RemoveFontMemResourceEx): Ditto.
8262         (AddFontMemResourceEx[AW]): Remove.
8263         (RemoveFontMemResourceEx[AW]): Ditto
8264         * lib/gdi32.def: (AddFontResourceEx): Add.
8265         (RemoveFontMemResourceEx): Ditto.
8266         (AddFontMemResourceEx[AW]): Remove.
8267         (RemoveFontResourceEx[AW]): Ditto.
8268
8269 2003-02-23  Danny Smith  <dannysmith@users.sourceforge.net>
8270
8271         * include/winbase.h (EVENTLOG_SUCCESS): Add define.
8272         Thanks to: Thomas Weber  <thomasweber@sourceforge.net>
8273
8274 2003-02-22  Roland Schwingel  <roland.schwingel@onevision.de>
8275
8276         * include/wingdi.h (AddFontMemResourceEx[AW]): Add.
8277         (RemoveFontMemResourceEx[AW]): Ditto
8278         * lib/gdi32.def (AddFontMemResourceEx[AW]): Add.
8279         (RemoveFontMemResourceEx[AW]): Ditto.
8280
8281 2003-02-22  Bang Jun-Young  <junyoung@netbsd.org>
8282
8283         * lib/ntdll.def (NT*, RTL*, ZW*): Add missing exports.
8284         (NtCurrentTeb): Remove.
8285
8286 2003-02-22  Danny Smith  <dannysmith@users.sourceforge.net>
8287
8288         * include/wsahelp.h: Remove ';' after closing
8289         #ifdef __cplusplus brace.
8290         * include/ws2spi.h: Likewise.
8291
8292 2003-02-22  Danny Smith  <dannysmith@users.sourceforge.net>
8293
8294         * include/winbase.h (MEMORYSTATUSEX): Add structure.
8295         (GlobalMemoryStatusEx): Add prototype.
8296         * lib/kernel32.def (GlobalMemoryStatusEx): Add stub.
8297
8298 2003-02-17  Vaclav Haisman  <V.Haisman@sh.cvut.cz>
8299
8300         * include/winioctl.h (FSCTL_SET_SPARSE): Define.
8301
8302 2003-02-12  Roland Schwingel  <roland.schwingel@onevision.de>
8303
8304         * include/wingdi.h (AddFontResourceEx[AW]): Add.
8305         (RemoveFontResourceEx[AW]): Ditto
8306         (FR_PRIVATE): Define.
8307         (FR_NOT_ENUM): Define.
8308         * lib/gdi32.def (AddFontResourceEx[AW]): Add.
8309         (RemoveFontResourceEx[AW]): Ditto.
8310
8311 2003-02-10  Earnie Boyd  <earnie@users.sf.net>
8312
8313         * include/w32api.h: Increment version to 2.3.
8314         * Makefile.in: Ditto.
8315
8316 2003-02-09  Earnie Boyd  <earnie@users.sf.net>
8317
8318         * lib/ddk/ntoskrnl.def (Ke386IoSetAccessProcess): Activate export.
8319         (Ke386QueryToAccessMap): Ditto.
8320         (Ke386SetIoAccessMap): Ditto.
8321         Thanks to Marcel Telka <telka@users.sf.net>
8322         * include/secext.h: New file. Declare EXTENDED_NAME_FORMAT.
8323         * include/security.h: Include secext.h.
8324         * include/winbase.h: Declare COMPUTER_NAME_FORMAT.
8325         Thanks to Dimitri Papadopoulos <dimitri_at@users.sf.net>
8326         * include/GL/gl.h: Remove include of glext.h.
8327         Thanks to Greg Couch <gregcouch@users.sf.net>
8328
8329 2003-02-05  Earnie Boyd  <earnie@users.sf.net>
8330
8331         * include/basetypes.h (_GUID_DEFINED): Add deprecation warning, start
8332         using GUID_DEFINED instead.
8333         * include/sqltypes.h: Ditto.
8334         * include/winnt.h: Ditto.
8335         * include/ddk/scsiwmi.h: Ditto.
8336
8337 2003-02-04  Danny Smith  <dannysmith@users.sourceforge.net>
8338
8339         * include/shlwapi.h (PathRelativePathTo[AW]): Correct
8340         prototypes.
8341         Thanks to: John Dallaway  <jld@ecoscentric.com>.
8342
8343 2003-02-01  Danny Smith  <dannysmith@users.sourceforge.net>
8344
8345         * include/commctrl.h (TCM_*): Add missing defines.
8346
8347 2003-02-01  Jesus Alvarez  <jesus_alvarez@users.sourceforge.net>
8348             Danny Smith  <dannysmith@users.sourceforge.net>
8349
8350         * include/prsht.h (PSP_*, PSH_*): Add missing defines.
8351         (PROPSHEETPAGE[AW]): Add pszHeaderTitle, pszHeaderSubTitle
8352         for (_WIN32_IE >= 0x0400).
8353         (PROPSHEETHEADER[AW]): Add hplWatermark and anonymous union
8354         fields for (_WIN32_IE >= 0x0400).
8355
8356 2003-01-31  Danny Smith  <dannysmith@users.sourceforge.net>
8357
8358         * include/winbase.h (CreateFiber): Change first parameter
8359         to SIZE_T.
8360         (CreateJobObject[AW], CreateHardLink[AW]):Guard with
8361         if (_WIN32_WINNT >= 0x0500).
8362
8363 2003-01-31  Bang Jun-Young  <junyoung@netbsd.org>
8364
8365         * include/winbase.h (PWIN32_FIND_DATAA, PWIN32_FIND_DATAW):
8366         Add missing typedefs.
8367         (CreateFiberEx, CreateJobObjectA,CreateJobObjectW): Add missing
8368         prototypes.
8369         (CreateHardLinkA, CreateHardLinkW): Return BOOL, not HANDLE.
8370
8371 2003-01-27  Krzysztof Nikiel  <kni@poczta.onet.pl>
8372
8373         * include/mmsystem.h (MIXERCONTROL_CONTROLF_MULTIPLE): Correct
8374         define.
8375         * lib/largeint.c (LargeIntegerAdd): Add, don't multiply.
8376
8377 2003-01-27  Danny Smith  <dannysmith@users.sourceforge.net>
8378
8379         * include/rpcnterr.h (RPC_X_INVALID_PIPE_OPERATION): Add
8380         define.
8381         * include/winbase.h (WAIT_TIMEOUT): Guard against prior
8382         definition.
8383         (WAIT_FAILED): Cast to DWORD.
8384         * include/winerror.h (WAIT_TIMEOUT): Guard against prior
8385         definition.
8386
8387 2003-01-27  Bang Jun-Young  <junyoung@netbsd.org>
8388
8389         * include/winerror.h: Protect against multiple
8390         definition of WSA* error codes.
8391         * include/winsock.h: Likewise.
8392         * include/winsock2.h: Likewise.
8393
8394 2003-01-27  Bang Dong-Heui
8395             Bang Jun-Young  <junyoung@netbsd.org>
8396
8397         * include/winerror.h (ERROR_*, SEC_E_*,RPC_S_*, FRS_ERR_*,
8398         DNS_*, WSA*, WAIT_TIMEOUT): Add missing error codes.
8399         (RPC_X_INVALID_PIPE_OPERATION): Remove define.
8400
8401
8402 2003-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
8403
8404         * include/ras.h (RASCONN[AW]): Add dwSessionId for
8405         (WINVER >= 0x501).
8406
8407 2003-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
8408
8409         * include/ras.h (RASCONN[AW]): Guard szDeviceType,
8410         szDeviceName fields with (WINVER >= 0x400). Add dwFlags, luid
8411         fields for (WINVER >= 0x501).
8412
8413 2003-01-23  Danny Smith  <dannysmith@users.sourceforge.net>
8414
8415         * lib/ws2_32.def (getaddrinfo, freeaddrinfo and getnameinfo):
8416         Add stubs.
8417         * include/ws2tcpip.h (IPV6_*) Add IPPROTO_IPV6 level socket
8418         options.
8419
8420 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
8421
8422         * include/winnt.h (IMAGE_FILE_AGGRESIVE_WS_TRIM
8423         IMAGE_FILE_LARGE_ADDRESS_AWARE): Add defines.
8424
8425 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
8426
8427         * include/accctrl.h (enum _SE_OBJECT_TYPE): Add
8428         SE_REGISTRY_WOW64_32KEY.
8429         Reported by: Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8430
8431 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
8432
8433         * include/commctrl.h (HDN_GETDISPINFO[AW]: Add defines.
8434         (tagNMHDDISPINFO[AW}: Add structures and typedefs.
8435         Reported by: Mat Nieuwenhoven  <matnieuw@users.sourceforge.net>
8436
8437 2003-01-10  Christopher Faylor  <cgf@redhat.com>
8438
8439         * include/winsock2.h: Remove gethostname from INSIDE_CYGWIN protection.
8440
8441 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
8442
8443         * lib/dxguid.c: Don't #include <objbase.h>.
8444         * include/unknwn.h: Partially revert change of 2002-12-26.
8445         Don't include <ole2.h>.
8446
8447 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
8448
8449         * lib/dinput.c: Don't #include <objbase.h>.
8450
8451 2003-01-08  Bart Oldeman  <bartoldeman@users.sourceforge.net>
8452
8453         * include/windows.h (ole2.h):Do #include for
8454         __WATCOMC__.
8455
8456 2003-01-05  Danny Smith  <dannysmith@users.sourceforge.net>
8457
8458         * include/winuser.h (SPI_SETWHEELSCROLLLINES) Add define.
8459         * include/zmouse.h (WHEEL_DELTA): Guard against prior
8460         definition.
8461         (WHEEL_PAGESCROLL): Likewise.
8462         (SPI_SETWHEELSCROLLLINES): Define, if not already done.
8463
8464 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
8465
8466         * include/winuser.h (SPI_GETWHEELSCROLLLINES) Add define.
8467         (WHEEL_PAGESCROLL): Add define.
8468
8469 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
8470
8471         * include/commctrl.h (tagNMTOOLBAR[AW]): Replace obsolete struct
8472         names tagTBNOTIFY[AW] and typedefs. Add defines for backward
8473         compatability. Add RECT field. Add UNICODE mappings for new
8474         names.
8475         (tagNMREBARCHEVRON): Add struct and typedefs for
8476         _WIN32_IE >= 0x0500.
8477
8478 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
8479
8480         * include/commctrl.h (TOOLINFO[AW]): Update structures.
8481         (LVHITTESTINFO): Likewise.
8482
8483         * include/wingdi.h (GRADIENT_TRIANGLE): Add structure.
8484         (GRADIENT_RECT): Likewise.
8485
8486 2003-01-03  Bang Jun-Young  <junyoung@netbsd.org>
8487
8488         * include/winerror.h (ERROR_OPLOCK_NOT_GRANTED,
8489         ERROR_INVALID_OPLOCK_PROTOCOL, ERROR_SOURCE_ELEMENT_EMPTY,
8490         ERROR_DESTINATION_ELEMENT_FULL, ERROR_ILLEGAL_ELEMENT_ADDRESS,
8491         ERROR_MAGAZINE_NOT_PRESENT, ERROR_DEVICE_REINITIALIZATION_NEEDED,
8492         ERROR_DEVICE_REQUIRES_CLEANING, ERROR_DEVICE_DOOR_OPEN,
8493         ERROR_DEVICE_NOT_CONNECTED, ERROR_NOT_FOUND, ERROR_NO_MATCH,
8494         ERROR_SET_NOT_FOUND, ERROR_NO_TRACKING_SERVICE,
8495         ERROR_JOURNAL_DELETE_IN_PROGRESS, ERROR_JOURNAL_NOT_ACTIVE,
8496         ERROR_JOURNAL_ENTRY_DELETED, ERROR_ONLY_IF_CONNECTED,
8497         ERROR_NOT_SUPPORTED_ON_SBS, ERROR_SERVER_SHUTDOWN_IN_PROGRESS,
8498         ERROR_MUTUAL_AUTH_FAILED, ERROR_TIME_SKEW, ERROR_DEVICE_REMOVED,
8499         RPC_S_INVALID_ASYNC_HANDLE, RPC_S_INVALID_ASYNC_CALL,
8500         RPC_X_PIPE_CLOSED, RPC_X_PIPE_DISCIPLINE_ERROR, RPC_X_PIPE_EMPTY,
8501         ERROR_CANT_ACCESS_FILE, ERROR_CANT_RESOLVE_FILENAME,
8502         ERROR_WMI_GUID_NOT_FOUND, ERROR_WMI_INSTANCE_NOT_FOUND,
8503         ERROR_WMI_ITEMID_NOT_FOUND, ERROR_WMI_TRY_AGAIN, ERROR_WMI_READ_ONLY,
8504         ERROR_WMI_SET_FAILURE, ERROR_TRANSPORT_FULL, ERROR_FILE_OFFLINE,
8505         ERROR_REMOTE_STORAGE_NOT_ACTIVE, ERROR_REMOTE_STORAGE_MEDIA_ERROR,
8506         ERROR_NOT_A_REPARSE_POINT, ERROR_REPARSE_ATTRIBUTE_CONFLICT,
8507         ERROR_INVALID_REPARSE_DATA, ERROR_REPARSE_TAG_INVALID,
8508         ERROR_REPARSE_TAG_MISMATCH, ERROR_FILE_ENCRYPTED,
8509         ERROR_FILE_NOT_ENCRYPTED, ERROR_NOT_EXPORT_FORMAT,
8510         ERROR_CTX_WINSTATION_NAME_INVALID, ERROR_CTX_INVALID_PD,
8511         ERROR_CTX_PD_NOT_FOUND, ERROR_CTX_WD_NOT_FOUND,
8512         ERROR_CTX_CLOSE_PENDING, ERROR_CTX_NO_OUTBUF,
8513         ERROR_CTX_MODEM_INF_NOT_FOUND, ERROR_CTX_INVALID_MODEMNAME,
8514         ERROR_CTX_MODEM_RESPONSE_ERROR, ERROR_CTX_MODEM_RESPONSE_TIMEOUT,
8515         ERROR_CTX_MODEM_RESPONSE_NO_CARRIER,
8516         ERROR_CTX_MODEM_RESPONSE_NO_DIALTONE, ERROR_CTX_MODEM_RESPONSE_BUSY,
8517         ERROR_CTX_MODEM_RESPONSE_VOICE, ERROR_CTX_TD_ERROR,
8518         ERROR_CTX_WINSTATION_NOT_FOUND, ERROR_CTX_WINSTATION_ALREADY_EXISTS,
8519         ERROR_CTX_WINSTATION_BUSY, ERROR_CTX_BAD_VIDEO_MODE,
8520         ERROR_CTX_GRAPHICS_INVALID, ERROR_CTX_NOT_CONSOLE,
8521         ERROR_CTX_CLIENT_QUERY_TIMEOUT, ERROR_CTX_CONSOLE_DISCONNECT,
8522         ERROR_CTX_CONSOLE_CONNECT, ERROR_CTX_SHADOW_DENIED,
8523         ERROR_CTX_WINSTATION_ACCESS_DENIED, ERROR_CTX_INVALID_WD,
8524         ERROR_CTX_SHADOW_INVALID, ERROR_CTX_SHADOW_DISABLED,
8525         ERROR_CTX_CLIENT_LICENSE_IN_USE, ERROR_CTX_CLIENT_LICENSE_NOT_SET,
8526         ERROR_CTX_LICENSE_NOT_AVAILABLE, ERROR_CTX_LICENSE_CLIENT_INVALID,
8527         ERROR_CTX_LICENSE_EXPIRED, ERROR_DS_MEMBERSHIP_EVALUATED_LOCALLY,
8528         ERROR_DS_NO_ATTRIBUTE_OR_VALUE, ERROR_DS_INVALID_ATTRIBUTE_SYNTAX,
8529         ERROR_DS_ATTRIBUTE_TYPE_UNDEFINED, ERROR_DS_ATTRIBUTE_OR_VALUE_EXISTS,
8530         ERROR_DS_BUSY, ERROR_DS_UNAVAILABLE, ERROR_DS_NO_RIDS_ALLOCATED,
8531         ERROR_DS_NO_MORE_RIDS, ERROR_DS_INCORRECT_ROLE_OWNER,
8532         ERROR_DS_RIDMGR_INIT_ERROR, ERROR_DS_OBJ_CLASS_VIOLATION,
8533         ERROR_DS_CANT_ON_NON_LEAF, ERROR_DS_CANT_ON_RDN,
8534         ERROR_DS_CANT_MOD_OBJ_CLASS, ERROR_DS_CROSS_DOM_MOVE_ERROR,
8535         ERROR_DS_GC_NOT_AVAILABLE, ERROR_SHARED_POLICY,
8536         ERROR_POLICY_OBJECT_NOT_FOUND, ERROR_POLICY_ONLY_IN_DS,
8537         ERROR_DS_ADMIN_LIMIT_EXCEEDED, ERROR_DS_DS_REQUIRED,
8538         ERROR_DS_SAM_INIT_FAILURE, ERROR_DS_SENSITIVE_GROUP_VIOLATION,
8539         ERROR_DS_CANT_MOD_PRIMARYGROUPID, ERROR_DS_INVALID_GROUP_TYPE,
8540         ERROR_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN,
8541         ERROR_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN,
8542         ERROR_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER,
8543         ERROR_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER,
8544         ERROR_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER,
8545         ERROR_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER,
8546         ERROR_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER,
8547         ERROR_DS_HAVE_PRIMARY_MEMBERS, ERROR_DS_SAM_NEED_BOOTKEY_PASSWORD,
8548         ERROR_DS_SAM_NEED_BOOTKEY_FLOPPY, ERROR_DS_CANT_START,
8549         ERROR_DS_INIT_FAILURE, ERROR_SAM_INIT_FAILURE, ERROR_DS_GC_REQUIRED,
8550         ERROR_DS_LOCAL_MEMBER_OF_LOCAL_ONLY,
8551         ERROR_DS_NO_FPO_IN_UNIVERSAL_GROUPS,
8552         ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED):
8553         Add missing error codes.
8554
8555 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
8556
8557         * lib/kernel32.c (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/winnt.h (GetCurrentFiber): Remove blank input field in
8564         asm code.
8565         (GetFiberData): Likewise.
8566
8567 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
8568
8569         * include/winerror.h (ERROR_DIFFERENT_SERVICE_ACCOUNT,
8570         ERROR_EXE_MACHINE_TYPE_MISMATCH, ERROR_HOOK_TYPE_NOT_ALLOWED,
8571         ERROR_INVALID_KEYBOARD_HANDLE, ERROR_INVALID_PRINT_MONITOR,
8572         ERROR_PRINT_MONITOR_IN_USE, ERROR_PRINTER_HAS_JOBS_QUEUED,
8573         ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION,
8574         ERROR_SUCCESS_REBOOT_REQUIRED, ERROR_SUCCESS_RESTART_REQUIRED,
8575         ERROR_TIMEOUT, OR_INVALID_OID, OR_INVALID_OXID,
8576         OR_INVALID_SET, RPC_X_INVALID_PIPE_OPERATION): Add missing
8577         error codes.
8578         Re-sort codes.
8579
8580 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
8581
8582         * include/winspool.h (PRINTER_INFO_6): Add.
8583         Reported by: Mat Nieuwenhoven  <matnieuw@users.sourceforge.net>
8584
8585 2002-12-30  Hartmut Honisch  <hhonisch@users.sourceforge.net>
8586
8587         * include/winbase.h (NMPWAIT_WAIT_FOREVER): Cast to DWORD.
8588
8589         * lib/ntdll.def (NtConnectPort, NtOpenEvent,
8590         NtRequestWaitReplyPort, NtWaitForSingleObject,ZwConnectPort,
8591         ZwOpenEvent, ZwRequestWaitReplyPort, ZwWaitForSingleObject):
8592         Add stubs.
8593
8594 2002-12-30  Danny Smith  <dannysmith@users.sourceforge.net>
8595
8596         * include/wingdi.h (wglGetLayerPaletteEntries): Correct
8597         prototype. Thanks to: Joe Krahn  <jkrahn at nc dot rr dot com>.
8598
8599 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8600
8601         * include/wingdi.h (DOCINFOA): Replace LPCTSTR with LPCSTR.
8602
8603 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8604
8605         * include/wingdi.h (BALTIC_CHARSET, JOHAB_CHARSET,
8606         VIETNAMESE_CHARSET): Remove duplicate defines.
8607         * lib/comctl32.def (ImageList_SetImageCount): Add stub.
8608
8609 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8610
8611         * include/dbt.h (DEV_BROADCAST_PORT): Add UNICODE version.
8612         Thanks to: Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8613
8614 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8615
8616         * include/unknwn.h: Include windows.h and ole2.h before header
8617         guard to avoid circular inclusion of COM headers.
8618
8619 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8620
8621         * include/dde.h (PackDDElParam, UnpackDDElParam,FreeDDElParam,
8622         ReuseDDElParam): Use __WIN64 compatible typedefs.
8623
8624 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8625
8626         * include/accctrl.h (ACTRL_ACCESS_ENTRY[AW]): Make
8627         lpInheritProperty member const.
8628         (ACTRL_PROPERTY_ENTRY[AW]): Make lpProperty member
8629         const.
8630
8631 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8632
8633         * include/commcat.h: Don't include windows.h or ole2.h ifdef
8634         COM_NO_WINDOWS_H.
8635         * include/unknwn.h: Ditto.
8636
8637 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8638
8639         * include/imm.h (ImmGetCompositionFont[AW],
8640         ImmSetCompositionFont[AW]): Add NOGDI guard.
8641
8642 2002-12-19  Danny Smith  <dannysmith@users.sourceforge.net>
8643
8644         * include/ddk/hidusage.h: Remove unneccessary #pragma pack's.
8645         * include/ddk/miniport.h (EMULATOR_PORT_ACCESS_TYPE): Define
8646         before using.
8647         (VIDEO_ACCESS_RANGE): Guard against prior definition.
8648         * include/ddk/minitape.h (INQUIRYDATA): Guard against prior
8649         definition.
8650         * include/ddk/ndis.h (DECLARE_UNKNOWN_PROTOTYPE): Correct macro.
8651         * include/ddk/ndisguid.h: Remove unneccessary #pragma pack's.
8652         * include/ddk/scsi.h (INQUIRYDATA): Guard against prior
8653         definition.
8654         * include/ddk/scsiwmi.h (GUID): Define if not already done.
8655         (LPCGUID): Likewise.
8656         * include/ddk/tdi.h: Close "Listen flags" comment.
8657         * include/ddk/tdistat.h: Remove unneccessary #pragma pack's.
8658         * include/ddk/video.h:  Add #pragma pack(push,4) to balance.
8659         (VIDEO_ACCESS_RANGE): Guard against prior definition.
8660         * include/ddk/videoagp.h:Add #pragma pack(push,4) to balance.
8661         * include/ddk/win2k.h: Likewise.
8662         * include/ddk/winddi.h: Likewise.
8663         * include/ddk/winddk.h: Likewise.
8664         * include/ddk/winnt4.h: Likewise.
8665         * include/ddk/ws2san.h: Likewise.
8666         * include/ddk/xfilter.h: Remove unbalanced #pragma pack(pop).
8667         * include/ddk/video.h: Don't process rest of file ifdef
8668         __WINDDI_H.
8669         * include/ddk/winddi.h: Don't process rest of file ifdef
8670         __VIDEO_H.
8671         * include/ddk/usb.h: Don't process rest of file ifdef
8672         __USBDI_H.
8673         * include/ddk/usbdi.h: Don't process rest of file ifdef
8674         __USB_H.
8675         * include/ddk/usbcamdi.h: Don't process rest of file if
8676         !defined(__USB_H) && !defined(__USBDI_H)
8677
8678 2002-12-18  James E. Lucas  <xelloss@users.sourceforge.net>
8679
8680         * include/winnetwk.h (WNetResourceInformation[AW]): Correct
8681         prototypes.
8682         * include/winuser.h (GetAncestor) Add prototype.
8683         (GA_PARENT, GA_ROOT, GA_ROOTOWNER): Add defines.
8684         (EWX_FORCEIFHUNG): Add define for _WIN32_WINNT >= 0x0500.
8685         (SPI_GETACTIVEWINDOWTRACKING, SPI_GETACTIVEWNDTRKZORDER,
8686         SPI_GETACTIVEWNDTRKTIMEOUT, SPI_SETACTIVEWINDOWTRACKING
8687         SPI_SETACTIVEWNDTRKZORDER, SPI_SETACTIVEWNDTRKTIMEOUT): Add
8688         defines.
8689         * lib/user32.def (GetAncestor@8): Add stub.
8690
8691 2002-12-15  Danny Smith  <dannysmith@users.sourceforge.net>
8692
8693         * include/windows.h: Guard inclusion of wingdi.h,
8694         commdlg.h, winspool.h, ole2.h with NOGDI.
8695         * include/winuser.h (ICONMETRICS, NONCLIENTMETRICS,
8696         ChangeDisplaySettings, CreateDesktop, EnumDisplaySettings):
8697         Guard with NOGDI.
8698
8699 2002-12-12  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8700
8701         * include/oleacc.h (SELFLAG_*): Change to enum.
8702
8703 2002-12-11  Danny Smith  <dannysmith@users.sourceforge.net>
8704
8705         * include/shlobj.h (IShellLinkW::GetPath): Correct prototype.
8706         Thanks to: Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
8707
8708 2002-12-09  Danny Smith  <dannysmith@users.sourceforge.net>
8709
8710         * include/shellapi.h (ExtractIconEx[AW]): Correct return type
8711         to UINT.
8712         Thanks to: Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
8713
8714 2002-12-07  Danny Smith  <dannysmith@users.sourveforge.net>
8715
8716         * include/winuser.h (AllowSetForegroundWindow,
8717         LockSetForegroundWindow): Add prototypes.
8718         (ASFW_ANY, LSFW_LOCK, LSFW_UNLOCK) Add defines.
8719         Thanks to:  Pat Thoyts  <patthoyts@users.sourceforge.net>
8720         * lib/winuser.def (AllowSetForegroundWindow,
8721         LockSetForegroundWindow): Add stubs.
8722
8723 2002-12-06  Ken Fitlike  <kenfitlike@users.sourceforge.net>
8724
8725         * include/commctrl.h (TN_GETDISPINFO[AW]): Add defines and
8726         UNICODE mappings.
8727         (tagNMTTDISPINFO[AW]): Replace obsolete struct names
8728         tagTOOLTIPTEXT[AW] and typedefs. Add defines for backward
8729         compatability. Add lParam field. Add UNICODE mappings for new
8730         names.
8731
8732 2002-12-02  Andrew Stadt  <acstadt@sympatico.ca>
8733
8734         * include/shellapi.h (_SHFILEOPSTRUCTA,_SHFILEOPSTRUCTW):
8735         Wrap with pshpack2.h/poppack.h to correct alignment.
8736
8737 2002-12-02  Ken Fitlike  <kenfitlike@users.sourceforge.net>
8738
8739         * include/commctrl.h (LVBKIF_*): Add defines.
8740         (LVM_SETIMAGE[AW]): Add defines and UNICODE mappings.
8741         (LVM_GETIMAGE[AW]): Add defines and UNICODE mappings.
8742         (LVBKIMAGE[AW]): Add defines and UNICODE mappings.
8743         (LPLVBKIMAGE[AW]): Add defines and UNICODE mappings.
8744         (LVM_GETBKIMAGE[AW]): Add defines and UNICODE mappings.
8745         (LVM_SETBKIMAGE[AW]): Add defines and UNICODE mappings.
8746         (ListView_GetBkImage): Add define.
8747         (ListView_SetBkImage): Add define.
8748         (LVBKIMAGE): Add structures and typedefs.
8749
8750 2002-11-25  Earnie Boyd  <earnie@users.sf.net>
8751
8752         * include/w32api.h: Increment to version 2.2
8753         * Makefile.in: Ditto.
8754
8755 2002-11-25  Earnie Boyd  <earnie@users.sf.net>
8756
8757         * lib/Makefile.in (dist, install): Correct the install destinations.
8758         * lib/ddk/Makefile.in (dist, install): Ditto.
8759
8760 2002-11-16  Danny Smith  <dannysmith@users.sourceforge.net>
8761
8762         * lib/uuid.c (CATID_InternetAware,CLSID_HttpSProtocol,
8763         CLSID_PSUrlMonProxy,CLSID_StdURLMoniker,IID_IObjectWithSite,
8764         IID_IPersistMoniker,IID_IProgressNotify): Correct off-by-one bug
8765         in definitions.
8766         (CLSID_CFontPropPage00, GUID_FONTUNDERSCORE11,
8767         IID_IOleControlSite89): Remove.
8768
8769 2002-11-15  Christopher Faylor  <cgf@redhat.com>
8770
8771         * lib/uuid.c (IID_IRunnableObject): Remove duplicate definition.
8772         (IID_IStdMarshalInfo): Ditto.
8773
8774 2002-11-15  Christopher Faylor  <cgf@redhat.com>
8775
8776         * lib/uuid.c (IID_IOleInPlaceSite): Remove duplicate definition.
8777         (IID_IPersistStorage): Ditto.
8778
8779 2002-11-15  Weiqi Gao  <weiqigao@users.sourceforge.net>
8780
8781         * lib/uuid.c (CLSID_PSClassObject, CLSID_PSEnumerators,
8782         IID_IClassActivator, IID_IClientSecurity, IID_ICreateTypeInfo,
8783         IID_ICreateTypeLib2, IID_IOleInPlaceSite, IID_IPersistStorage,
8784         IID_IRunnableObject, IID_IServerSecurity, IID_IStdMarshalInfo):
8785         Correct definitions.
8786
8787 2002-11-15  Danny Smith  <dannysmith@users.sourceforge.net>
8788
8789         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
8790         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
8791         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
8792         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
8793         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
8794         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
8795         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
8796         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
8797         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
8798         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
8799         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
8800         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
8801         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
8802         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
8803         xfilter.h): Change comment to refer w32api package, not MinGW.
8804
8805 2002-11-15  Danny Smith  <dannysmith@users.sourceforge.net>
8806
8807         * include/ddk/ntddk.h: Include winnt.h as system header.
8808
8809 2002-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
8810
8811         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
8812         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
8813         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
8814         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
8815         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
8816         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
8817         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
8818         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
8819         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
8820         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
8821         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
8822         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
8823         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
8824         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
8825         xfilter.h): Fix typo in disclaimer comment.
8826
8827 2002-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
8828
8829         * include/exdisp.h: Include oaidl.h as system header.
8830
8831 2002-11-12  Earnie Boyd  <earnie@users.sf.net>
8832
8833         * include/w32api.h (__W32API_VERSION): Fix.
8834
8835 2002-11-09  Weiqi Gao  <weiqigao@users.sourceforge.net>
8836
8837         * lib/uuid.c (IID_ICatInformation): Correct definition.
8838
8839 2002-11-07  Danny Smith  <dannysmith@users.sourceforge.net>
8840
8841         * include/oleauto.h (DeregisterTypeLib): Remove.
8842         (UnRegisterTypeLib): Add prototype.
8843
8844 2002-11-07  Christopher January  <chris@atomice.net>
8845
8846         * include/winioctl.h: Add definition for IOCTL_DISK_UPDATE_DRIVE_SIZE.
8847
8848 2002-11-04  Danny Smith  <dannysmith@users.sourceforge.net>
8849
8850         * include/winnt.h (VerSetConditionMask): Add prototype.
8851         * lib/kernel32.def (VerifyVersionInfo[AW]): Add stubs.
8852
8853 2002-10-16  Danny Smith  <dannysmith@users.sourceforge.net>
8854
8855         * include/winuser.h (MONITORINFOEX[AW]): Add structure
8856         definitions and ANSI/UNICODE mappings.
8857         Cleanup whitespace.
8858
8859 2002-10-14  Earnie Boyd  <earnie@users.sf.net>
8860
8861         * Makefile.in: Add components for lib/ddk.  Adjust for autoconf-2.53.
8862         * configure.in: Ditto.
8863         * lib/Makefile.in: Ditto.
8864         * lib/ddk/Makefile.in: Correct installation procedure.  Adjust for
8865         autoconf-2.53.
8866         * configure: Regenerate.
8867
8868 2002-10-14  Danny Smith  <dannysmith@users.sourceforge.net>
8869
8870         * include/windows.h: Don't include basetyps.h.
8871         * include/objfwd.h: Do include basetyps.h.
8872
8873 2002-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
8874
8875         * include/objbase.h: Include rpc.h and rpcndr.h
8876         before header guard.
8877
8878 2002-10-11  Danny Smith  <dannysmith@users.sourceforge.net>
8879
8880         * include/olectl.h (PROPPAGEINFO): Change type of
8881         field cb to ULONG.
8882
8883 2002-10-11  Steven Edwards  <Steven_Ed4153@yahoo.com>
8884
8885         * lib/ntdll.def (RtlAcquireResourceExclusive,
8886         RtlAcquireResourceShared, RtlDeleteResource,
8887         RtlInitializeResource, RtlReleaseResource,
8888         RtlTimeToSecondsSince1970) : Added missing exports.
8889
8890 2002-10-08  Heiko Gerdau  <hg@technosis.de>
8891
8892         * include/oleacc.h: New file.
8893         * include/winuser.h (ENDSESSION_LOGOFF) Add define.
8894         (OBJID_*) Add defines.
8895         * lib/uuid.c: Add DEFINE_GUID for IID_IAccessible.
8896         * lib/test.c: Include oleacc.h.
8897
8898 2002-10-06  Casper Hornstrup  <chorns@it.dk>
8899
8900         * include/ddk: New subdir.
8901         * lib/ddk: Ditto.
8902         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
8903         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
8904         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
8905         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
8906         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
8907         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
8908         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
8909         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
8910         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
8911         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
8912         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
8913         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
8914         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
8915         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
8916         xfilter.h): New files.
8917         * lib/ddk/(Makefile.in, apcups.def, cfgmgr32.def, dxapi.def,
8918         hal.def, hid.def, hidparse.def, mcd.def, ndis.def, ntoskrnl.def,
8919         scsiport.def, tdi.def, usbcamd.def, usbcamd2.def, videoprt.def,
8920         win32k.def): Ditto.
8921
8922 2002-10-04  Steven Edwards  <Steven_Ed4153@yahoo.com>
8923
8924         * lib/ntdll.def (NtAccessCheck, NtAdjustPrivilegesToken,
8925         NtCreateKey, NtDeleteKey, NtDeleteValueKey, NtEnumerateKey,
8926         NtEnumerateValueKey, NtOpenKey, NtOpenProcessToken,
8927         NtOpenThreadToken, NtQueryInformationToken, NtQueryKey,
8928         NtQueryValueKey, NtSetSecurityObject, NtSetValueKey,
8929         RtlAddAccessAllowedAce, RtlCreateAcl,
8930         RtlCreateSecurityDescriptor, RtlCreateUnicodeStringFromAsciiz,
8931         RtlGetAce, RtlGetControlSecurityDescriptor,
8932         RtlGetDaclSecurityDescriptor,RtlGetGroupSecurityDescriptor,
8933         RtlGetOwnerSecurityDescriptor,RtlGetSaclSecurityDescriptor,
8934         RtlImpersonateSelf, RtlIsTextUnicode, RtlLargeIntegerAdd,
8935         RtlLengthSecurityDescriptor, RtlMakeSelfRelativeSD,
8936         RtlMultiByteToUnicodeN RtlMultiByteToUnicodeSize,
8937         RtlOpenCurrentUser, RtlSetDaclSecurityDescriptor,
8938         RtlSetGroupSecurityDescriptor, RtlSetOwnerSecurityDescriptor,
8939         RtlSetSaclSecurityDescriptor, RtlValidSecurityDescriptor,
8940         ZwAccessCheck, ZwAdjustPrivilegesToken, ZwCreateKey,
8941         ZwDeleteValueKey, ZwEnumerateKey, ZwEnumerateValueKey,
8942         ZwOpenKey, ZwOpenProcessToken, ZwOpenThreadToken,
8943         ZwQueryInformationToken, ZwQueryKey, ZwQueryValueKey
8944         ZwSetSecurityObject, ZwSetValueKey): Added missing exports.
8945
8946 2002-10-04  "KJK::Hyperion"  <noog@libero.it>
8947
8948         *include/windef.h (WPARAM): Update typedef.
8949         (LPARAM): Ditto.
8950         (LRESULT): Ditto.
8951
8952 2002-10-04  "KJK::Hyperion"  <noog@libero.it>
8953
8954         * include/shlobj.h (CSIDL_*): Add defines.
8955
8956 2002-09-24  Danny Smith  <dannysmith@users.sourceforge.net>
8957
8958         * include/ws2tcpip.h: Throw error if winsock.h, not winsock2.h
8959         has been included first.
8960
8961 2002-09-24  René Møller Fonseca  <fonseca@users.sourceforge.net>
8962
8963         * include/winbase.h (FindFirstFileEx): Fixed ANSI mode.
8964         * include/wingdi.h (PFD_SWAP_LAYER_BUFFERS):Added define.
8965         * include/winuser.h (AppendMenu[AW]): Fixed prototypes.
8966
8967 2002-09-18  Eric R. Krause  <ekrause_98@users.sourceforge.net>
8968
8969         * include/winuser.h (DS_SHELLFONT): Define.
8970
8971 2002-09-17  Daniel Schlyder  <daniel@dascdev.net>
8972
8973         * include/winnt.h (VER_SUITE_BLADE): Define.
8974
8975 2002-09-17  Danny Smith  <dannysmith@users.sourceforge.net>
8976
8977         * include/shlobj.h (SHGetSpecialFolderPath[AW]):
8978         Add _WIN32_IE guard. Correct prototype for wide version.
8979         (SHGetFolderPath): Add comment on shfolder.dll.
8980         (SHGetFolderLocation): Add prototyope for WinME and W2K.
8981         (SHGetFolderPathAndSubDir[AW]): Add prototypes for XP.
8982
8983 2002-09-16  Danny Smith  <dannysmith@users.sourceforge.net>
8984
8985         * lib/shell32.def (SHGetFolderPath[AW]): Add comment.
8986         * lib/shfolder.def: New file.
8987
8988 2002-09-12  Danny Smith  <dannysmith@users.sourceforge.net>
8989
8990         * include/winsock.h (timeval): Guard struct and associated
8991         macros with _TIMEVAL_DEFINED.
8992         * include/winsock2.h (timeval): Likewise.
8993
8994 2002-09-11  Danny Smith  <dannysmith@users.sourceforge.net>
8995
8996         * lib/shell32.def (SHBindtoParent,SHCreateDirectoryEx[AW],
8997         SHCreateProcessAsUserW,SHCreateQueryCancelAutoPlayMoniker,
8998         SHCreateShellItem,SHEmptyRecycleBin[AW],
8999         SHEnumerateUnreadMailAccountsW,SHExtractIconsW,
9000         SHGetDataFromIDList[AW],SHGetDiskFreeSpace[AW],
9001         SHGetDiskFreeSpaceEx[AW],SHGetFolderLocation,
9002         SHGetFolderPathAndSubDir[AW],SHGetIconOverlayIndex[AW],
9003         SHGetNewLinkInfo[AW],SHGetSettings,SHGetUnreadMailCountW,
9004         SHInvokePrinterCommand[AW],SHIsFileAvailableOffline,
9005         SHLoadNonloadedIconOverlayIdentifiers,
9006         SHOpenFolderAndSelectItems,SHParseDisplayName,
9007         SHPathPrepareForWrite[AW],SHQueryRecycleBin[AW],
9008         SHSetLocalizedName,SHSetUnreadMailCountW,
9009         SHUpdateRecycleBinIcon: Add missing stubs.
9010
9011 2002-09-07  Earnie Boyd  <earnie@users.sf.net>
9012
9013         * include/windef.h (WINVER): Add documentation.
9014         (_WIN32_WINNT): Ditto.
9015         Special thanks to Paul Schmidt <paul@tricattechnologies.com>
9016
9017 2002-09-06  Danny Smith  <dannysmith@users.sourceforge.net>
9018
9019         * lib/Makefile.in (TEST_OPTIONS): Define WINVER to 0x0666.
9020
9021 2002-09-04  Kevin Chase  <kevincha99@hotmail.com>
9022
9023         * include/winbase.h (AllocateUserPhysicalPages,
9024         MapUserPhysicalPages, MapUserPhysicalPagesScatter,
9025         FreeUserPhysicalPages): Add prototypes.
9026         * lib/kernel32.def: Add function stubs for above.
9027
9028 2002-09-03  René Møller Fonseca  <fonseca@users.sourceforge.net>
9029
9030         * include/winuser.h (IDTRYAGAIN,IDCONTINUE): Add defines.
9031         Add WINVER guards for dialog box command id defines.
9032
9033 2002-09-03  Earnie Boyd  <earnie@users.sf.net>
9034
9035         * include/wincon.h (GetConsoleWindow): Add _WIN32_WINNT >= 0x0500 guard.
9036
9037 2002-08-30  Christopher January  <ccj00@doc.ic.ac.uk>
9038
9039         * include/wincon.h: Define GetConsoleWindow(void).
9040
9041 2002-08-28  Earnie Boyd  <earnie@users.sf.net>
9042
9043         * include/w32api.h: Increment version to 2.1.
9044         * Makefile.in: Ditto.
9045
9046 2002-08-26  Bart Oldeman  <bart.oldeman@btinternet.com>
9047
9048         * include/winsock2.h (SOCKET_ADDRESS): Define if
9049         __CSADDR_T_DEFINED is not defined (copied from nspapi.h)
9050         (CSADDR_INFO): Ditto.
9051         (nspapi.h) : Don't include. Removed FIXME comment.
9052         * include/nspapi.h (SOCKET_ADDRESS) Only define if
9053         __CSADDR_T_DEFINED is not defined.
9054         (CSADDR_INFO): Ditto.
9055         (BLOB): Add structure and typedef if not already defined.
9056         (NS_*): Add defines.
9057         (SERVICE_*): Ditto.
9058         (SERVICE_ADDRESS): Add structure and typedefs.
9059         (SERVICE_ADDRESSES): Ditto.
9060         (SERVICE_INFO[AW]): Ditto, and add UNICODE mappings.
9061         (LPSERVICE_ASYNC_INFO): Add typedef.
9062         (SetService[AW], GetAddressByName[AW]): Add prototypes and UNICODE
9063         mappings.
9064         * include/wsipx.h: New file.
9065         * include/svcguid.h: New file.
9066         * lib/test.c: Include wspix.h and svcguid.h.
9067
9068 2002-08-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9069
9070         * include/wsahelp.h: New file.
9071         * lib/test.c: Include wsahelp.h.
9072
9073 2002-08-21  Earnie Boyd  <earnie@users.sf.net>
9074
9075         * include/commctrl.h (NMCUSTOMDRAW): Fix lItemlParam.
9076         Thanks to: "Phil Dempster" <p_dempster@yahoo.co.uk>.
9077
9078 2002-08-20  Danny Smith  <dannysmith@users.sourceforge.net>
9079
9080         * include/ws2spi.h: Modify comment about being part of
9081         mingw32 package.
9082         (winsock2.h): Change "" to <>.
9083
9084 2002-08-20  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9085
9086         * include/ws2spi.h: New file.
9087         * lib/test.c: Include ws2spi.h.
9088
9089 2002-08-20  Danny Smith  <dannysmith@users.sourceforge.net>
9090
9091         * include/winsock2.h (WSAIsBlocking,WSAUnhookBlockingHook,
9092         WSASetBlockingHook,WSACancelBlockingCall): Expose deprecated
9093         functions.
9094
9095 2002-08-17  Danny Smith  <dannysmith@users.sourceforge.net>
9096
9097         * include/winuser.h (CURSOR_SHOWING) Add define.
9098         Thanks to: Jan Hlavatý  <hlavac@users.sourceforge.net>
9099
9100 2002-08-17  Danny Smith  <dannysmith@users.sourceforge.net>
9101
9102         * include/winerror.h: Cast OLE error codes to HRESULT.
9103         Thanks to: Gunnar Degnbol <gdegnbol@users.sourceforge.net>
9104
9105 2002-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
9106
9107         * include/wincrypt.h (ALG_*): Add defines.
9108         (CALG_*): Ditto.
9109         (CRYPT_*): Ditto.
9110         (PP_*): Ditto.
9111         (PROV_*): Ditto.
9112         (PRIVATEKEYBLOB): Add define.
9113
9114 2002-08-14  Earnie Boyd  <earnie@users.sf.net>
9115
9116         * include/shlobj.h (SHGetFolderPath): Add define.
9117         * lib/shell32.def (SHGetSpecialFolderPath): Add export.
9118         (SHGetFolderPath): Ditto.
9119
9120 2002-08-13  Danny Smith  <dannysmith@users.sourceforge.net>
9121
9122         * include/commdlg.h: Don't include COM headers or use
9123         COM-dependent symbols if __OBJC__.
9124
9125 2002-08-13  Danny Smith  <dannysmith@users.sourceforge.net>
9126
9127         * include/wincrypt.h (CryptDuplicateHash, CryptDuplicateKey):
9128         Add prototypes.
9129
9130 2002-08-12  Andriy Palamarchuk  <apa3a@yahoo.com>
9131
9132         * include/shellapi.h (FOF_NOERRORUI): Add define.
9133
9134 2002-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
9135
9136         * include/objidl.h (IEnumMoniker): Put 'interface' back.
9137
9138 2002-08-11  Danny Smith  <dannysmith@users.sourceforge.net>
9139
9140         * include/objidl.h (IEnumMoniker): Correct declaration.
9141
9142 2002-08-09  Mark Schreiber  <mark7@users.sourceforge.net>
9143
9144         * include/wincrypt.h (CRYPT_NOHASHOID): Add define.
9145
9146 2002-08-09  Danny Smith  <dannysmith@users.sourceforge.net>
9147
9148         * include/commctrl.h: Whitespace change.
9149
9150 2002-08-09  Lars Munch  <lars@segv.dk>
9151
9152         * include/commctrl.h (tagTVHITTESTINFO): Replace obsolete
9153         struct name _TVHITTESTINFO and typedefs and add defines for
9154         backward compatability.
9155         (ListView_SetExtendedListViewStyleEx): Add macro.
9156
9157 2002-08-05  Danny Smith  <dannysmith@users.sourceforge.net>
9158
9159         * include/wingdi.h (AlphaBlend,GradientFill,TransparentBlt):
9160         Add prototypes.
9161         * lib/msimg32.def: New file, with stubs for above.
9162
9163 2002-08-03  Danny Smith  <dannysmith@users.sourceforge.net>
9164
9165         * include/winbase.h (AddAccessAllowedAceEx,AddAccessDeniedAceEx,
9166         GetFileSizeEx, SetFilePointerEx): Add prototypes.
9167         (EncryptFile[AW], FileEncryptionStatus[AW]): Add prototypes
9168         and UNICODE mappings.
9169
9170 2002-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
9171
9172         * include/winbase.h (ReadFileScatter, WriteFileGather):
9173         Change second parameter to pointer.
9174
9175 2002-07-31  Danny Smith  <dannysmith@users.sourceforge.net>
9176
9177         * include/wininet.h (InternetReadFileEx[AW]). Add prototypes and
9178         UNICODE mappings.
9179         * lib/wininet.def: Regenerate.
9180
9181 2002-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
9182
9183         * include/windef.h (PVOID): Move typedef to...
9184         * include/winnt: ...here.
9185         (PVOID64): New typedef.
9186
9187         * include/winnt,h (FILE_SEGMENT_ELEMENT): Define union.
9188         * include/winbase.h (ReadFileScatter, WriteFileGather):
9189         Add prototypes.
9190
9191         * include/winnt,h (PROCESSOR_ARCHITECTURE_*): Add defines.
9192         (PROCESSOR_INTEL_IA64): Add define.
9193
9194 2002-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
9195
9196         * include/oleidl.h (MK_ALT): Define.
9197
9198 2002-07-26  Mattia Barbon  <mbarbon@dsi.unive.it>
9199
9200         * include/exdisp.h: New file.
9201         * include/exdispid.h: New file.
9202         * include/mshtml.h: New file.
9203         * lib/test.c: #include exdisp.h and mshtml.h
9204         * lib/uuid.c (CLSID_WebBrowser, DIID_DWebBrowserEvents,
9205         DIID_DWebBrowserEvents2, IID_IHTMLDocument, IID_IHTMLDocument2,
9206         IID_IHTMLElement, IID_IHTMLSelectionObject, IID_IHTMLTxtRange,
9207         IID_IWebBrowser, IID_IWebBrowser2, IID_IWebBrowserApp):
9208         New GUIDs.
9209
9210 2002-07-26  Mattia Barbon  <mbarbon@dsi.unive.it>
9211
9212         * include/docobj.h: New file.
9213         * include/idispids.h: New file.
9214         * include/objidl.h (IID_IMoniker): Declare.
9215         * include/ocidl.h (READYSTATE): New enum.
9216         (IOleInPlaceSiteEx): New interface.
9217         * include/olectlid.h (IID_IEnumSTATSTG): New interface
9218         identifier.
9219         * include/oleidl.h (IOleItemContainer, IOleInPlaceObject,
9220         IOleInPlaceSite): New interfaces.
9221         * lib/test.c: #include docobj.h,idispids.h,
9222
9223 2002-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
9224
9225         * include/shlobj.h (BFFM_VALIDATEFAILED[AW]): Add defines.
9226         (BFFM_SETSTATUSTEXT, BFFM_SETSELECTION): UNICODE them.
9227
9228 2002-07-25  Mattia Barbon  <mbarbon@dsi.unive.it>
9229
9230         * include/commctrl.h: Avoid redefinition of CDN_FIRST/LAST.
9231         * include/commdlg.h: Likewise.
9232
9233 2002-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
9234
9235         * include/oleauto.h (V_UNION): Correct definition for case of
9236         NONAMELESSUNION:
9237         (V_VT): Likewise.
9238
9239 2002-07-23  Danny Smith  <dannysmith@users.sourceforge.net>
9240
9241         * include/oleauto.h (V_BOOL): Define in terms of boolVal,
9242         not bool, for C as well as C++.
9243
9244 2002-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
9245
9246         * include/shlwapi.h: New file.
9247         Thanks to: Mattia Barbon  <mbarbon@dsi.unive.it> and
9248         Victor Porton  <porton@narod.ru> for contributions.
9249         * lib/shlwapi.def: New file.
9250         * lib/test.c: #include shlwapi.h.
9251
9252 2002-07-21  Bart Oldeman  <bart.oldeman@btinternet.com>
9253
9254         * include/shlobj.h (FCIDM_MENU_FAVORITES): Remove bogus
9255         character.
9256         * include/winsock2.h (struct sockaddr): Use __int64 instead of
9257         long long.
9258         * lib/kernel32.c (GetCurrentFiber, GetFiberData): Watcom
9259         does not need external *Fiber library functions.
9260
9261 2002-07-20  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9262
9263         * include/winbase.h (GetEnvironmentStringsA): Remove duplicate
9264         definition.
9265         (Interlocked*): Wrap in #ifndef __INTERLOCKED_DECLARED to
9266         avoid compile error when already defined.
9267
9268 2002-07-20  Steven Edwards  <Steven_Ed4153@yahoo.com>
9269
9270         * include/winuser.h (WM_MENURBUTTONUP): Add define.
9271
9272 2002-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
9273
9274         * include/commdlg.h: Define CDN_* notification message constants
9275         as UINT.
9276
9277 2002-07-17  Mattia Barbon  <mbarbon@users.sourceforge.net>
9278
9279         * include/commctrl.h: Define notification message constants for
9280         NMHDR.code as UINT.
9281
9282 2002-07-17   Bart Oldeman  <bart.oldeman@btinternet.com>
9283
9284         * include/ddeml.h (MH_*) Add defines.
9285         (MONHSZSTRUCT): Add structure and typedefs.
9286         (MONLINKSTRUCT): Ditto.
9287         (MONCONVSTRUCT): Ditto.
9288         (MONCBSTRUCT): Ditto.
9289         (MONERRSTRUCT): Ditto.
9290         (MONMSGSTRUCT): Ditto.
9291         * include/windef.h: Don't define __cdecl or _cdecl for
9292         __WATCOM__.
9293         Don't define _export or __export for __WATCOM__.
9294         * include/windows.h (imm.h): #include.
9295         * include/winnt.h (LPEXCEPTION_RECORD): Add typedef.
9296
9297 2002-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
9298
9299         * include/wtypes.h: Remove duplicate #includes of rpc.h and
9300         rpcndr.h.
9301
9302 2002-07-05  Luke Dunstan  <infidel@users.sourceforge.net>
9303
9304         * include/winbase.h (OpenThread): Add prototype.
9305         * lib/kernel32.def (OpenThread): Add symbol.
9306
9307 2002-07-04  Luke Dunstan  <infidel@users.sourceforge.net>
9308
9309         * include/wtypes.h (HMETAFILEPICT): Add typedef.
9310
9311 2002-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
9312
9313         * include/rpc.h: Conditionally include <windows.h> before
9314         header guard.
9315         * include/wtypes.h: Include <rpc.h> and <rpcndr.h> before
9316         header guard.
9317
9318 2002-07-02  Danny Smith  <dannysmith@users.sourceforge.net>
9319
9320         * include/commctrl.h (WC_*): Remove some duplicate defines.
9321
9322 2002-07-02  Ken Fitlike  <kenfitlike@hotmail.com>
9323
9324         * include/commctrl.h (WC_IPADDRESS[AW]): Add defines and
9325         UNICODE mappings.
9326         (IPM*): Add defines.
9327         (IPN_*): Add defines.
9328         (NMIPADDRESS): Add structure and typedefs.
9329         (MAKEIPADDRESS): Add macro.
9330         (MAKEIPRANGE): Add macro.
9331         (FIRST_IPADDRESS): Add macro.
9332         (SECOND_IPADDRESS): Add macro.
9333         (THIRD_IPADDRESS): Add macro.
9334         (FOURTH_IPADDRESS): Add macro.
9335
9336 2002-06-25  Conrad Scott  <conrad.scott@dsl.pipex.com>
9337
9338         * include/winbase.h (FILE_FLAG_FIRST_PIPE_INSTANCE): Add constant.
9339
9340 2002-06-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9341
9342         * include/winbase.h (WINBASEAPI): Don't define if prior
9343         definition.
9344
9345         * include/winioctl.h (PARTITION_FAT32, PARTITION_FAT32_XINT13,
9346         PARTITION_XINT13, PARTITION_XINT13_EXTENDED, PARTITION_LDM,
9347         PARTITION_UNIX): Add defines.
9348         (PDRIVE_LAYOUT_INFORMATION): Add typedef.
9349         (IsRecognizedPartition): Also check for PARTITION_FAT32,
9350         PARTITION_FAT32_XINT13 and PARTITION_XINT13.
9351         (IsContainerPartition): Add macro.
9352
9353 2002-06-25  Ken Fitlike  <kenfitlike@hotmail.com>
9354
9355         * include/commctrl.h: (CBEIF_*): Add defines.
9356         (CBEN_*): Add defines and UNICODE mappings
9357         (WC_COMBOBOXEX[AW]): Add defines and UNICODE mappings.
9358         (CBEMAXSTRLEN): Add define.
9359         (COMBOBOXEXITEM[AW]): Add structures and typedefs.
9360         (NMCOMBOBOXEX[AW]): Add structures and typedefs.
9361         (NMCBEDRAGBEGIN[AW]): Add structure and typedefs.
9362         (NMCBEENDEDIT[AW]): Add structure and typedefs.
9363
9364 2002-06-24  Danny Smith  <dannysmith@users.sourceforge.net>
9365
9366         * include/objidl.h (struct tagPROPVARIANT): Kill obsolete
9367         union member _VARIANT_BOOL bool.
9368
9369 2002-06-24  Danny Smith  <dannysmith@users.sourceforge.net>
9370
9371         * include/winioctl.h (FILE_SPECIAL_ACCESS): Add define.
9372
9373 2002-06-24  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9374
9375         * include/winnt.h (PCCHAR, FCHAR, FSHORT, FLONG,
9376         PLUID_AND_ATTRIBUTES,PSECURITY_IMPERSONATION_LEVEL,
9377         PSID_AND_ATTRIBUTES, PTOKEN_TYPE, PTOKEN_STATISTICS):
9378         Add typedefs.
9379         (CCHAR): Correct typedef.
9380         (PROCESS_SET_SESSIONID, SECURITY_*,SECTION_MAP_EXECUTE):
9381         Add defines.
9382
9383 2002-06-24  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9384
9385         * README.w32api: Correct spelling error.
9386
9387 2002-06-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9388
9389         * include/winuser.h (FLASHW_*,INPUT_MOUSE,INPUT_KEYBOARD,
9390         INPUT_HARDWARE): Add defines.
9391         (HDEVNOTIFY): Add typedef.
9392         (FLASHWINFO,tagMOUSEMOVEPOINT,tagMOUSEINPUT,tagKEYBDINPUT,
9393         tagHARDWAREINPUT,tagINPUT,tagGUITHREADINFO): Define structs and
9394         typedefs.
9395         (CreateDesktop[AW],CreateMDIWindow[AW],GetClassInfo[AW],
9396         GetClassInfoEx[AW],GetKeyboardLayoutList,
9397         MessageBoxIndirect[AW],MsgWaitForMultipleObjects,
9398         MsgWaitForMultipleObjectsEx, RegisterClass[AW],
9399         RegisterClassEx[AW]): Correct prototypes.
9400
9401 2002-06-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9402
9403         * include/ddeml.h (DdeCreateStringHandle{AW]:Correct
9404         prototypes.
9405         * include/winsvc.h (StartServiceW): Correct prototype.
9406         * include/winbase.h (BackupRead,BackupSeek,BackupWrite,
9407         FileTimeToLocalFileTime, GetAce,GetPrivateProfileStruct[AW],
9408         GetTickCount,InterlockedExchangeAdd,
9409         WritePrivateProfileStruct[AW]: Correct prototypes.
9410         (GetEnvironmentStrings): Correct mapping to
9411         GetEnvironmentStringsA.
9412         * include/winver.h (VerQueryValueA,VerQueryValueW):
9413         Correct prototypes.
9414         * include/wincon.h (CreateConsoleScreenBuffer): Correct
9415         prototype.
9416         * include/winreg.h (RegQueryMultipleValues[AW],
9417         RegQueryValueEx[AW]):Correct prototypes.
9418         * include/wingdi.h (PXFORM, PLOGBRUSH, PLOGPEN, PPOLYTEXTA,
9419         PPOLYTEXTW): Add typedefs.
9420         (_DESIGNVECTOR,COLOR16, _TRIVERTEX, _DISPLAY_DEVICE): Add
9421         structures and typedefs.
9422         (MM_MAX_NUMAXES): Add define.
9423         (EnumFontsW,GetEnhMetaFilePixelFormat,
9424         wglGetLayerPaletteEntries): Correct prototypes.
9425         * include/winerror.h (RPC_X_INVALID_PIPE_OBJECT,
9426         RPC_X_WRONG_PIPE_ORDER,RPC_X_WRONG_PIPE_VERSION,
9427         RPC_S_SEND_INCOMPLETE): Add defines.
9428
9429 2002-06-17  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9430
9431         * include/windef.h (_fastcall, __fastcall, FASTCALL):
9432         Add defines.
9433
9434 2002-06-16  Egor Duda  <deo@logos-m.ru>
9435
9436         * include/ntdll.h: New file.
9437         * lib/ntdll.def: Add NtShutdownSystem.
9438
9439 2002-06-16  Steven Edwards  <Steven_Ed4153@yahoo.com>
9440
9441         * lib/dinput.def (DirectInputCreateEx): Add stub.
9442         * lib/ntdll.def: New file.
9443
9444 2002-06-14  Earnie Boyd  <earnie@users.sf.net>
9445
9446         * include/w32api.h: Change to version 2.0 to reflect the change
9447         in the license.
9448         * README: Renamed.
9449         * README.w32api: Renamed from README.  Modified license to remove
9450         the restriction of notifying the author based on the fact that the
9451         author is unreachable at the notified address.
9452         * Makefile.in (VERSION): Change to 2.0.
9453
9454 2002-06-14  Earnie Boyd  <earnie@users.sf.net>
9455
9456         * include/wingdi.h (GetEnhMetaFileBits): Correct typo.
9457         * Makefile.in (bindist): Correct the MinGW distribution.
9458
9459 2002-06-13  Earnie Boyd  <earnie@users.sf.net>
9460
9461         * include/winuser.h (MOUSEHOOKSTRUCT): Define structure.
9462         * include/wingdi.h (GetEnhMetaFileBits): Define prototype.
9463
9464 2002-06-13  Danny Smith  <dannysmith@users.sourceforge.net>
9465
9466         * lib/test.c: #include comcat.h.
9467
9468 2002-06-13  John K. Hohm  <jhohm@acm.org>
9469
9470         * include/comcat.h: New file.
9471
9472 2002-06-09  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
9473
9474         * include/richedit.h (EM_*, TM_*, GT_*): Add new defines.
9475         (GETTEXTEX): Add structure definition.
9476
9477 2002-06-08  Danny Smith  <dannysmith@users.sourceforge.net>
9478
9479         * include/windows.h (ole2.h): #include if !__OBJC__ and
9480         __GNUC__ >=3 and !WIN32_LEAN_AND_MEAN.
9481
9482 2002-06-07  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
9483
9484         * include/mapi.h: Change LPTSTR to LPSTR throughout.
9485
9486 2002-06-05  Danny Smith  <dannysmith@users.sourceforge.net>
9487
9488         * include/winnt.h (PACE_HEADER, PACCESS_ALLOWED_ACE,
9489         PACCESS_DENIED_ACE): Add typedefs.
9490
9491 2002-06-03  Danny Smith  <dannysmith@users.sourceforge.net>
9492
9493         * lib/thunk32.def (LIBRARY): Change to KERNEL32.dll.
9494
9495 2002-06-03 Steven Edwards  <Steven_Ed4153@yahoo.com>
9496
9497         * lib/kernel32.def (ConvertToGlobalHandle): Add stub.
9498
9499 2002-06-01  Danny Smith  <dannysmith@users.sourceforge.net>
9500
9501         * include/windef.h: Fix typo in last change.
9502
9503 2002-06-01  Danny Smith  <dannysmith@users.sourceforge.net>
9504
9505         * include/windef.h: Add no-op __try, __except, __finally
9506         defines from ...
9507         * include/excpt.h: Remove file.
9508         * include/windows.h: Don't include excpt.h.
9509
9510 2002-05-30  Christopher January  <chris@atomice.net>
9511
9512         * include/ntdef.h (ANSI_STRING, PANSI_STRING, OEM_STRING, POEM_STRING):
9513         Add missing typedefs.
9514
9515 2002-05-28  Earnie Boyd  <earnie@users.sf.net>
9516
9517         * include/w32api.h: Increment version to 1.5
9518         * Makefile.in: Ditto.
9519
9520
9521 2002-05-27  René Møller Fonseca  <fonseca@users.sourceforge.net>
9522
9523         * include/winreg.h: (RegConnectRegistry[AW]): Replace
9524         LP[W]STR with LPC[W]STR.
9525         (REG_QWORD, REG_QWORD_LITTLE_ENDIAN): Add defines.
9526         Clean up whitespace.
9527
9528 2002-05-27  Rick Rankin  <rick_rankin@yahoo.com>
9529
9530         * include/winnls.h: Add #define for LOCALE_RETURN_NUMBER.
9531
9532 2002-05-21  Earnie Boyd  <earnie@users.sf.net>
9533
9534         * Makefile.in: Increment VERSION to 1.4.
9535         (conf_prefix): New variable.
9536         (bindist): Modify target to use $(conf_prefix).
9537
9538 2002-05-20  Philip Aston  <philipa@mail.com>
9539
9540         * include/pbt.h (PBT_APMRESUMESUSPEND): Correct value is 7.
9541
9542 2002-05-20  René Møller Fonseca  <fonseca@users.sourceforge.net>
9543
9544         * include/lmaccess.h: (NetAccess*, NetGroup*,
9545         NetLocalGroup*, NetUser*, NetGet*, INetLogonControl[2],
9546         NetQueryDisplayInfotmationIndex): Replace LPWSTR with LPCWSTR.
9547
9548 2002-05-08  Danny Smith  <dannysmith@users.sourceforge.net>
9549
9550         * include/commctrl.h (ImageList_DragShowNolock): Remove
9551         conflicting redeclaration.
9552
9553 2002-05-07  Danny Smith  <dannysmith@users.sourceforge.net>
9554
9555         * include/windows.h: Move ANONYMOUS_UNION, _ANONYMOUS_STRUCT,
9556         STRICT and related defines to ...
9557         * include/windef.h: Here.
9558
9559 2002-05-03  Danny Smith  <dannysmith@users.sourceforge.net>
9560
9561         * include/winsock2.h (int32): Remove typedef.
9562         (SERVICETYPE): Add typedef.
9563         (struct _flowspec):Revise struct definition,  Comment
9564         on types used for members.
9565
9566 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
9567
9568         * include/winnt.h (EVENT_*, SEMAPHORE_*,MUTEX_*): Remove
9569         more defines added in earlier change.
9570         * lib/Makefile.in (TEST_OPTIONS): Add -Wsystem-headers flag.
9571
9572 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
9573
9574         * include/winnt.h (THREAD_PRIORITY_*): Remove defines
9575         added in last change.
9576
9577 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
9578
9579         * include/winnt.h (THREAD_*, EVENT_*, MUTANT_*,
9580         SEMAPHORE_*, MUTEX_*, TIMER_*): Add new defines.
9581
9582 2002-05-01  Manu B  <contact.manu@wanadoo.fr>
9583
9584         * include/commctrl.h (SNDMSG): Define and use throughout
9585         in other macros instead of SendMessage.
9586         * include/commdlg.h (SNDMSG): Ditto.
9587
9588 2002-04-22  José Fonseca  <jrfonseca@users.sf.net>
9589
9590         * include/GL/gl.h: New file.
9591         * include/GL/glext.h: Ditto.
9592         * include/GL/glu.h: Ditto.
9593
9594 2002-04-09  Earnie Boyd  <earnie@users.sf.net>
9595
9596         * include/w32api.h: Increment version.
9597         * Makefile.in: Ditto.
9598
9599 2002-04-09  Earnie Boyd  <earnie@users.sf.net>
9600
9601         * Makefile.in (bindist): Use * instead of . for file list for tar
9602         command.
9603
9604 2002-04-02  Danny Smith  <dannysmith@users.sourceforge.net>
9605
9606         * include/wtypes.h (enum tagCLSCTX): Change formatting.
9607
9608 2002-04-02  Pat Thoyts  <patthoyts@users.sourceforge.net>
9609
9610         * include/objidl.h (IRunningObjectTable.Register): Correct
9611         prototype.
9612         * include/wtypes.h (ROTFLAGS_REGISTRATIONKEEPSALIVE,
9613         ROTFLAGS_ALLOWANYCLIENT): Add defines.
9614
9615 2002-03-31  Victor Porton  <porton@narod.ru>
9616
9617         * include/shellapi.h (SHGFI_ATTR_SPECIFIED): Add define.
9618
9619 2002-03-29  David Robinow  <drobinow@yahoo.com>
9620
9621         * include/wingdi.h (SetPixelFormat): Correct prototype.
9622
9623 2002-03-29  Phil Krylov  <likewolf@users.sourceforge.net>
9624
9625         * include/richedit.h (EM_SHOWSCROLLBAR): Add define.
9626
9627 2002-03-26  Phil Krylov  <likewolf@users.sourceforge.net>
9628
9629         * include/richedit.h (EM_GETSCROLLPOS, EM_SETSCROLLPSPOS):
9630         Add defines.
9631
9632 2002-03-14  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
9633
9634         * include/richedit.h (RICHEDIT_CLASS): UNICODE it.
9635         * include/shlobj.h (IContextMenu2): Put methods in right order.
9636         * include/basetyps.h (REFGUID, REFIID, REFCLSID): Check for
9637         CINTERFACE before defining.
9638
9639 2002-03-09  Danny Smith  <dannysmith@users.sourceforge.net>
9640
9641         * include/accctrl.h: Add #pragma GCC system_header
9642         if __GNUC__ >= 3.
9643         * include/aclapi.h: Same.
9644         * include/basetsd.h: Same.
9645         * include/basetyps.h: Same.
9646         * include/cderr.h: Same.
9647         * include/cguid.h: Same.
9648         * include/commctrl.h: Same.
9649         * include/commdlg.h: Same.
9650         * include/cpl.h: Same.
9651         * include/cplext.h: Same.
9652         * include/custcntl.h: Same.
9653         * include/dbt.h: Same.
9654         * include/dde.h: Same.
9655         * include/ddeml.h: Same.
9656         * include/dlgs.h: Same.
9657         * include/excpt.h: Same.
9658         * include/httpext.h: Same.
9659         * include/imagehlp.h: Same.
9660         * include/imm.h: Same.
9661         * include/initguid.h: Same.
9662         * include/intshcut.h: Same.
9663         * include/ipexport.h: Same.
9664         * include/iphlpapi.h: Same.
9665         * include/ipifcons.h: Same.
9666         * include/iprtrmib.h: Same.
9667         * include/iptypes.h: Same.
9668         * include/isguids.h: Same.
9669         * include/largeint.h: Same.
9670         * include/lm.h: Same.
9671         * include/lmaccess.h: Same.
9672         * include/lmalert.h: Same.
9673         * include/lmapibuf.h: Same.
9674         * include/lmat.h: Same.
9675         * include/lmaudit.h: Same.
9676         * include/lmbrowsr.h: Same.
9677         * include/lmchdev.h: Same.
9678         * include/lmconfig.h: Same.
9679         * include/lmcons.h: Same.
9680         * include/lmerr.h: Same.
9681         * include/lmerrlog.h: Same.
9682         * include/lmmsg.h: Same.
9683         * include/lmremutl.h: Same.
9684         * include/lmrepl.h: Same.
9685         * include/lmserver.h: Same.
9686         * include/lmshare.h: Same.
9687         * include/lmsname.h: Same.
9688         * include/lmstats.h: Same.
9689         * include/lmsvc.h: Same.
9690         * include/lmuse.h: Same.
9691         * include/lmuseflg.h: Same.
9692         * include/lmwksta.h: Same.
9693         * include/lzexpand.h: Same.
9694         * include/mapi.h: Same.
9695         * include/mciavi.h: Same.
9696         * include/mcx.h: Same.
9697         * include/mmsystem.h: Same.
9698         * include/mswsock.h: Same.
9699         * include/nb30.h: Same.
9700         * include/nddeapi.h: Same.
9701         * include/nspapi.h: Same.
9702         * include/ntdef.h: Same.
9703         * include/ntsecapi.h: Same.
9704         * include/ntsecpkg.h: Same.
9705         * include/oaidl.h: Same.
9706         * include/objbase.h: Same.
9707         * include/objfwd.h: Same.
9708         * include/objidl.h: Same.
9709         * include/odbcinst.h: Same.
9710         * include/ole.h: Same.
9711         * include/ole2.h: Same.
9712         * include/ole2ver.h: Same.
9713         * include/oleauto.h: Same.
9714         * include/olectl.h: Same.
9715         * include/olectlid.h: Same.
9716         * include/oledlg.h: Same.
9717         * include/oleidl.h: Same.
9718         * include/pbt.h: Same.
9719         * include/prsht.h: Same.
9720         * include/psapi.h: Same.
9721         * include/rapi.h: Same.
9722         * include/ras.h: Same.
9723         * include/raserror.h: Same.
9724         * include/rassapi.h: Same.
9725         * include/regstr.h: Same.
9726         * include/richedit.h: Same.
9727         * include/richole.h: Same.
9728         * include/rpc.h: Same.
9729         * include/rpcdce.h: Same.
9730         * include/rpcdce2.h: Same.
9731         * include/rpcdcep.h: Same.
9732         * include/rpcndr.h: Same.
9733         * include/rpcnsi.h: Same.
9734         * include/rpcnsip.h: Same.
9735         * include/rpcnterr.h: Same.
9736         * include/rpcproxy.h: Same.
9737         * include/schannel.h: Same.
9738         * include/schnlsp.h: Same.
9739         * include/scrnsave.h: Same.
9740         * include/security.h: Same.
9741         * include/setupapi.h: Same.
9742         * include/shellapi.h: Same.
9743         * include/shlguid.h: Same.
9744         * include/shlobj.h: Same.
9745         * include/sql.h: Same.
9746         * include/sqlext.h: Same.
9747         * include/sqltypes.h: Same.
9748         * include/sqlucode.h: Same.
9749         * include/sspi.h: Same.
9750         * include/subauth.h: Same.
9751         * include/tlhelp32.h: Same.
9752         * include/unknwn.h: Same.
9753         * include/userenv.h: Same.
9754         * include/w32api.h: Same.
9755         * include/winbase.h: Same.
9756         * include/wincon.h: Same.
9757         * include/wincrypt.h: Same.
9758         * include/windef.h: Same.
9759         * include/windows.h: Same.
9760         * include/windowsx.h: Same.
9761         * include/winerror.h: Same
9762         * include/wingdi.h: Same.
9763         * include/wininet.h: Same.
9764         * include/winioctl.h: Same.
9765         * include/winnetwk.h: Same.
9766         * include/winnls.h: Same.
9767         * include/winnt.h: Same.
9768         * include/winperf.h: Same.
9769         * include/winreg.h: Same.
9770         * include/winresrc.h: Same.
9771         * include/winsock.h: Same.
9772         * include/winsock2.h: Same.
9773         * include/winspool.h: Same.
9774         * include/winsvc.h: Same.
9775         * include/winuser.h: Same.
9776         * include/winver.h: Same.
9777         * include/ws2tcpip.h: Same.
9778         * include/wsnetbs.h: Same.
9779         * include/wtypes.h: Same.
9780         * include/zmouse.h: Same.
9781         * include/mapi.h: Change header guard name to _MAPI_H  for
9782         consistency.
9783
9784 2002-03-08  Danny Smith  <dannysmith@users.sourceforge.net>
9785
9786         * include/accctrl.h (_ACCCTRL_H): Correct typo.
9787         Remove unnecessary inclusion of <wtypes.h>.
9788         * ChangeLog: Fix omission of name in recent entries.
9789
9790 2002-03-08  Antony Blakey  <antony.blakey@ihug.com.au>
9791
9792         * include/initguid.h (DEFINE_GUID): Add GUID_EXT to define.
9793
9794 2002-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
9795
9796         * include/mswsock.h: Group winsock2 dependants
9797         together and protect with #ifdef _WINSOCK2_H.
9798         * lib/test.c: Only test ws2tcpip.h if winsock2.h
9799         has been included.
9800
9801 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
9802
9803         * include/mswsock.h (TP_*): Add new defines.
9804         (TRANSMIT_PACKETS_ELEMENT): Define new structure.
9805         (WSAMSG): Likewise.
9806         (WSACMSGHDR): Likewise.
9807         (DisconnectEx): Add new prototype.
9808         (WSARecvMsg): Likewise.
9809         (WSA_CMSG_*) Add empty macros, guarded by #if 0.
9810
9811 2002-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
9812
9813         * ChangeLog: Fix typo in last entry.
9814         * include/winsock2.h (IPPROTO_*): Add IPv6 defines.
9815         * include/ws2tcpip.h: (IP_*): Add new defines.
9816         (INET_ADDRSTRLEN, INET6_ADDRSTRLEN): Add defines.
9817         (NI_*): Add getnameinfo constants and bitmasks.
9818         (AI_*): Add getaddrinfo flags.
9819         (EAI_*): Add getaddrinfo error codes.
9820         (ip_mreq_source): Add new structure.
9821         (ip_msfilter): Add new structure.
9822         (IP_MSFILTER_SIZE): Add new macro.
9823         (in_pktinfo): Add new structure.
9824         Add preliminary IPv6 support.
9825         (in6_addr): Add new structure and some defines.
9826         (sockaddr_in6): Add new structure.
9827         (in6addr_any, in6addr_loopback): Declare extern structures.
9828         (IN6ADDR_ANY_INIT,IN6ADDR_LOOPBACK_INIT): Add
9829         initialization macros for above.
9830         (IN6_ARE_ADDR_EQUAL): Define macro.
9831         (IN6_IS_ADDR_*): Define address testing macros.
9832         (socklen_t) Add new typedef.
9833         (ipv6_mreq): Add new structure.
9834         (in6_pktinfo): Same.
9835         (addrinfo): Same.
9836         (freeaddrinfo):Add new prototype.
9837         (getaddrinfo): Same.
9838         (gai_strerror[AW]): Same.
9839         (getnameinfo): Same.
9840         (sockaddr_in6_old): Add structure.
9841         (sockaddr_gen): Add union definition.
9842         (INTERFACE_INFO): Use sockaddr_gen as members.
9843         (INTERFACE_INFO_OLD): Add comment on workaround for problems
9844         with INTERFACE_INFO on NT4 prior to sp4.
9845
9846 2002-02-28  Danny Smith  <dannysmith@users.sourceforge.net>
9847
9848         * include/windows.h: Remove test for __W32API_MAJOR_VERSION
9849         when selecting winsock interface.
9850         * include/winsock2.h (SOCKET_ADDRESS_LIST): Add structure
9851         and typedefs. Thanks to: 'Lorenzo' <conte0@infinito.it>.
9852         Expand FIXME comment.
9853         (WSACOMPLETIONTYPE): Add enum.
9854         (WSACOMPLETION): Add structure and typedefs.
9855         (WSANSPIoctl): Add function prototpe and callback typedef.
9856         (SIO_NSP_NOTIFY_CHANGE): Add define.
9857         (sockaddr_storage): Add structure and typedefs.
9858
9859 2002-02-16  Andriy Palamarchuk  <apa3a@yahoo.com>
9860
9861         * include/winuser.h (OIC_*): Add resource constants.
9862
9863 2002-02-14 Mattia Barbon  <mbarbon@users.sourceforge.net>
9864
9865         * include/ntsecpkg.h: New file.
9866         * include/schannel.h: New file.
9867         * include/schnlsp.h: New file.
9868         * include/security.h: New file.
9869         * include/sspi.h: New file.
9870         * include/ntsecapi.h (KERB_WRAP_NO_ENCRYPT,
9871         MICROSOFT_KERBEROS_NAME_[AW]): Add missing constants
9872         * include/wincrypt.h (CALG_*, X509_ASN_ENCODING.
9873         PKCS_7_ASN_ENCODING, CERT_*, USAGE_MATCH_TYPE_AND,
9874         USAGE_MATCH_TYPE_OR, szOID_*): Add missing constants
9875         (struct _CRYPTOAPI_BLOB): Add structure and typedefs.
9876         (SSL_EXTRA_CERT_CHAIN_POLICY_PARA,HTTPSPolicyCallbackData,
9877         CERT_CHAIN_POLICY_PARA,CERT_CHAIN_POLICY_STATUS,
9878         CRYPT_ALGORITHM_IDENTIFIER, CRYPT_BIT_BLOB,
9879         CERT_PUBLIC_KEY_INFO, CERT_EXTENSION, CERT_INFO, CERT_CONTEXT,
9880         CTL_USAGE, CERT_ENHKEY_USAGE, CERT_USAGE_MATCH,
9881         CERT_CHAIN_PARA, CERT_CHAIN_FIND_BY_ISSUER_PARA,
9882         CERT_TRUST_STATUS, CRL_ENTRY, CRL_INFO, CRL_CONTEXT,
9883         CERT_REVOCATION_CRL_INFO, CERT_REVOCATION_INFO,
9884         CERT_CHAIN_ELEMENT, CRYPT_ATTRIBUTE, CTL_ENTRY, CTL_INFO,
9885         CTL_CONTEXT, CERT_TRUST_LIST_INFO, CERT_SIMPLE_CHAIN,
9886         CERT_CHAIN_CONTEXT): Add missing structures.
9887         (CertCloseStore, CertGetCertificateChain,
9888         CertVerifyCertificateChainPolicy, CertFreeCertificateChain,
9889         CertNameToStr[AW], CertOpenSystemStore[AW], CertOpenStore,
9890         CertFindCertificateInStore, CertFreeCertificateContext,
9891         CertGetIssuerCertificateFromStore,
9892         CertFindChainInStore): Add missing functions.
9893         (CertNameToStr, CertOpenSystemStore, CERT_FIND_SUBJECT_STR,
9894         CERT_FIND_ISSUER_STR): Add Unicode mappings.
9895         * lib/crypt32.def: New file.
9896         * lib/secur32.def: Add mising stubs.
9897         * lib/test.c: Include new headers.
9898
9899 2002-02-14  Danny Smith  <dannysmith@users.sourceforge.net>
9900
9901         * include/windef.h (PROC,FARPROC,NEARPROC): Remove void
9902         parameter.
9903
9904 2002-01-30  Danny Smith  <dannysmith@users.sourceforge.net>
9905
9906         * lib/test.c: Include mapi.h.
9907         * include/commctrl.h (TBSTYLE_*): Add missing defines.
9908         Thanks to: "Ron"  <ron@debian.org>
9909
9910 2002-01-30  John Fattaruso  <fattaruso@ieee.org>
9911
9912         * include/mapi.h: New file.
9913         * lib/mapi.def: Add missing function stubs.
9914
9915 2002-01-28  Danny Smith  <dannysmith@users.sourceforge.net>
9916
9917         * include/winuser.h (GetWindowLongPtr[AW],
9918         SetWindowLongPtr[AW]): Add prototypes for _WIN64.
9919
9920 2002-01-28  Mattia Barbon  <mbarbon@users.sourceforge.net>
9921
9922         * include/winuser.h (GWLP_*,DWLP_*): Add missing constants.
9923         (GetWindowLongPtr[AW], SetWindowLongPtr[AW]): Map them to
9924         {Get Set}WindowLong[AW], as in Win32 they are equivalent.
9925         (GetWindowLongPtr, SetWindowLongPtr): Add Unicode mappings.
9926
9927 2002-01-28  Danny Smith  <dannysmith@users.sourceforge.net>
9928
9929         * lib/test.c: Include wsnetbs.h.
9930
9931 2002-01-28  Kai Henningsen  <kai-henningsen@users.sourceforge.net>
9932
9933         * include/wsnetbs.h: New file.
9934
9935 2002-01-25  Earnie Boyd  <earnie@users.sf.net>
9936
9937         * include/winnt.h: Remove merge conflict.
9938
9939 2002-01-25  Danny Smith  <dannysmith@users.sourceforge.net>
9940
9941         * include/winnt.h (_TCHAR): Add typedefs.
9942
9943 2002-01-25  Tim Hughes  <tjh@delcam.com>
9944
9945         * include/wininet.h (SECURITY_FLAG_IGNORE_*): Add missing
9946         defines.
9947
9948 2002-01-25  Andriy Palamarchuk  <apa3a@yahoo.com>
9949
9950         * include/winsuser.h (ATF_AVAILABLE, SERKF_ACTIVE):
9951         Add defines.
9952         (LPACCESSTIMEOUT): Add typedef.
9953
9954 2002-01-24  Phillip Susi  <psusi@cfl.rr.com>
9955
9956         * include/commctrl.h: Add missing HDM_*,HDN_*,LVSICF_* defines.
9957
9958 2002-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
9959
9960         * include/commctrl.h (HDITEM[AW]): Rename _HD_ITEM[AW] to
9961         _HDITEM[AW], with parallel changes to typedefs. Use defines for
9962         backward compatability with old names. Update UNICODE mappings.
9963         (HDLAYOUT): Remove struct _HD_LAYOUT_XP.  Use new typedefs
9964         for struct _HD_LAYOUT and add defines for backward
9965         compatability with old names.
9966         (NMLISTVIEW): Rename _NM_LISTVIEW to tagNMLISTVIEW, with
9967         parallel chages to typedefs. Add defines for backward
9968         compatability with old names.
9969         (TCHITTESTINFO, IMAGELISTDRAWPARAMS): Fix _WIN32_IE guard.
9970
9971 2002-01-21  Robert Collins  <rbtcollins@hotmail.com>
9972
9973         * include/winnt.h: Add missing MEM_ defines, and convert existing to
9974         hex for readability.
9975
9976 2002-01-17  Marcus Geelnard  <marcus.geelnard@home.se>
9977
9978         * include/winsuser.h (tagKBDLLHOOKSTRUCT): Define struct
9979         and typedefs.
9980         (SPI_SETSCREENSAVERRUNNING): Add define.
9981         (LLKHF_ALTDOWN): Add define.
9982         * include/wingdi.h (PFD_GENERIC_ACCELERATED,
9983         PFD_DEPTH_DONTCARE): Add defines.
9984
9985 2002-01-17  Danny Smith  <dannysmith@users.sourceforge.net>
9986
9987         * include/objbase.h (CoGetObject): Add prototype.
9988
9989 2002-01-14  Timothy J. Wood  <tjw@omnigroup.com>
9990
9991         * include/winuser.h (ENUM_CURRENT_SETTINGS,
9992         ENUM_REGISTRY_SETTINGS): Add defines.
9993
9994 2002-01-14  Danny Smith  <dannysmith@users.sourceforge.net>
9995
9996         * include/winnt.h (FILE_ATTRIBUTE_ENCRYPTED): Correct constant.
9997         (FILE_ATTRIBUTE_DEVICE): Add define.
9998
9999 2002-01-14  Corinna Vinschen  <vinschen@redhat.com>
10000
10001         * include/winnt.h: Add INVALID_FILE_ATTRIBUTES.
10002
10003 2002-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
10004
10005         * ChangeLog: correct date in last entry.
10006
10007 2002-01-11  Timothy J. Wood  <tjw@omnigroup.com>
10008
10009         * include/winuser.h (MONITORENUMPROC): Add typedef.
10010         (EnumDisplayMonitors): Add prototype.
10011         * lib/user32.def (EnumDisplayMonitors): Add stub.
10012
10013 2002-01-11 Ralf Habacker  <Ralf.Habacker@freenet.de>
10014
10015         * include/ntsecapi.h:  Fixed missing void parameter type in some
10016         prototypes.
10017         * include/objbase.h: Ditto.
10018         * include/rapi.h: Ditto.
10019         * include/rpc.h: Ditto.
10020         * include/rpcdce.h: Ditto.
10021         * include/rpcdcep.h: Ditto.
10022         * include/rpcndr.h: Ditto.
10023         * include/rpcnsip.h: Ditto.
10024         * include/rpcproxy.h: Ditto.
10025         * include/windef.h: Ditto.
10026
10027 2002-01-07  Danny Smith  <dannysmith@users.sourceforge.net>
10028
10029         * lib/vfw32.def (LIBRARY): Change to MSVFW32.DLL.
10030
10031 2002-01-04  TAMURA Kent  <tkent@users.sourceforge.net>
10032
10033         * include/wingdi.h (BI_JPEG, BI_PNG, GGO_BEZIER,GGO_UNHINTED,
10034          LAYOUT_RTL, LAYOUT_BITMAPORIENTATIONPRESERVED): Add defines.
10035         * include/winuser.h (HWND_MESSAGE, WS_EX_COMPOSITED,
10036         WS_EX_LAYERED, WS_EX_LAYOUTRTL, WS_EX_NOACTIVATE,
10037         WS_EX_NOINHERITLAYOUT): Add defines.
10038         * include/winnt.h (PF_RDTSC_INSTRUCTION_AVAILABLE,
10039         PF_PAE_ENABLED, MEM_PHYSICAL, MEM_RESET, MEM_TOP_DOWN,
10040         MEM_WRITE_WATCH): Add defines.
10041
10042
10043 2002-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
10044
10045         * include/winbase.h (InitializeCriticalSectionAndSpinCount):
10046         Add prototype.
10047         (SetCriticalSectionSpinCount): Likewise.
10048
10049 2001-12-30  Guido Serassio  <serassio@libero.it>
10050
10051         * include/winsvc.h: Add EnumServiceStatusEx(),
10052         QueryServiceStatusEx()
10053         & RegisterServiceCtrlHandlerEx()
10054
10055 2001-12-21  Robert Collins  <rbtcollins@hotmail.com>
10056
10057         * include/wingdi.h: Add GetRandomRgn and SYSRGN.
10058
10059 2001-12-20  Christopher Faylor  <cgf@redhat.com>
10060
10061         * lib/Makefile.in: Revert inst_installdir definitions to working
10062         versions.
10063
10064 2001-12-17  Guido Serassio  <serassio@libero.it>
10065
10066         * include/winsvc.h: Add ChangeServiceConfig2() &
10067         QueryServiceConfig2() definition
10068
10069 2001-12-17  Robert Collins  <rbtcollins@hotmail.com>
10070
10071         * include/commctrl.h: New typedefs for HDLAYOUT and LPHDLAYOUT based
10072         on MSDN documentation for XP.
10073
10074 2001-12-15  Andrew Begel  <abegel@eecs.berkeley.edu>
10075
10076         * include/winbase.h (CreateHardLink): Correct typo in UNICODE
10077         mappings.
10078
10079 2001-12-11  Phillip Susi  <psusi@cfl.rr.com>
10080
10081         * include/commctrl.h (ACS_*): Add new defines.
10082         (PGS_*): Ditto.
10083         (CBES_*): Ditto.
10084         (TBSTYLE_*): Ditto.
10085         (TB_*): Ditto.
10086         (TTS_*): Ditto.
10087         (UDS_HOTTRACK): Add define.
10088         (SBT_TOOLTIPS): Ditto.
10089         (TBS_*): Add new defines.
10090         (HDS_*): Ditto.
10091         (LVS_EX_*) Ditto.
10092         (LVKF_*): Ditto.
10093         (TCM_GETEXTENDEDSTYLE): Add define.
10094         (TVS_NOHSCROLL): Ditto.
10095         (TVIF_INTEGRAL): Ditto.
10096         (DTS_SHORTDATECENTURYFORMAT): Ditto.
10097         (TCS_*): Add new defines.
10098         (CBEM_*): Add defines.
10099         (tagNMITEMACTIVATE): Add structure definition and typedefs.
10100         (tagTVITEMEX[AW]: Ditto.
10101         (tagTVINSERTSTRUCT[AW]: Add union member.
10102         * include/winbase.h (VirtualAllocEx): Add prototype.
10103         * include/winuser.h (SS_*): Add new defines.
10104
10105 2001-12-07  Earnie Boyd  <earnie@users.sf.net>
10106
10107         * Makefile.in: Increment VERSION.
10108         * include/w32api.h: Ditto.
10109
10110 2001-12-07  Earnie Boyd  <earnie@users.sf.net>
10111
10112         * Makefile.in: Increment VERSION.
10113         * include/w32api.h: Ditto.
10114
10115 2001-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
10116
10117         * include/setupi.h (SetupDiCreateDeviceInterfaceRegKey[AW],
10118         SetupDiCreateDevRegKey[AW],SetupDiDeleteDeviceInterfaceRegKey,
10119         SetupDiDeleteDevRegKey,SetupDiOpenClassRegKey,
10120         SetupDiOpenClassRegKeyEx[AW],SetupDiOpenDeviceInterfaceRegKey,
10121         SetupDiOpenDevRegKey): Correct function names.
10122
10123 2001-12-04  Earnie Boyd  <earnie@users.sf.net>
10124
10125         * include/winuser.h (IDC_STATIC): Don't define.
10126
10127 2001-12-04  Danny Smith  <dannysmith@users.sourceforge.net>
10128
10129         Cleanup merge between SourceForge and winsup CVS.
10130         * include/winbase.h (OSVERSIONINFO[AW], OSVERSIONINFOEX[AW]: Remove
10131         definitions.
10132         * include/winnt.h (VER_NT*): Remove duplicate defines.
10133         (VER_SUITE*): Group with VER_PLATFORM*, VER_NT* defines.
10134
10135 2001-12-03  Earnie Boyd  <earnie@users.sf.net>
10136
10137         * include/accctrl.h: Change \r\n to \n.
10138
10139 2001-11-30  Danny Smith  <dannysmith@users.sourceforge.net>
10140
10141         * include/ipexport.h (IP_UNIDIRECTIONAL_ADAPTER_ADDRESS):
10142         Add structure definition.
10143         * include/iptypes.h (IP_PER_ADAPTER_INFO): Ditto.
10144         * include/iphlpapi.h (AddIPAddress,CreateProxyArpEntry,
10145         DeleteIPAddress,DeleteProxyArpEntry,EnableRouter,
10146         FlushIpNetTable,GetAdapterIndex,GetPerAdapterInfo,
10147         GetUniDirectionalAdapterInfo,SendARP,SetAdapterIpAddress,
10148         UnenableRouter) Declare functions.
10149         * lib/iphlpapi.def: Add function names to import lib.
10150
10151 2001-11-24  Danny Smith  <dannysmith@users.sourceforge.net>
10152
10153         * include/winnt.h (PACCESS_MASK): Add typedef.
10154         * include/aclapi.h: New file.
10155         * include/acctrl.h: New file.
10156         * lib/advapi32.def: Add missing symbols.
10157         * lib/test.c: Add #include <aclapi.h>.
10158
10159 2001-11-23  Danny Smith  <dannysmith@users.sourceforge.net>
10160
10161         * include/winbase.h (OSVERSIONINFO[AW],VER_PLATFORM_WIN32s,
10162         VER_PLATFORM_WIN32_WINDOWS,VER_PLATFORM_WIN32_NT): Move from
10163         here ...
10164         * include/winnt.h: ... to here.
10165         * include/winbase.h (VerifyVersionInfo[AW]): Add declaration.
10166         * include/winnt.h (OSVERSIONINFOEX[AW]): Add structure definitions
10167         and typedefs.
10168         (VER_NT_WORKSTATION,VER_NT_DOMAIN_CONTROLLER,VER_NT_SERVER):
10169         Add defines.
10170
10171 2001-11-19  Pierre Muller  <muller@ics.u-strasbg.fr>
10172
10173         * w32api/include/winnt.h: prepare SSE register support.
10174         (CONTEXT_EXTENDED_REGISTERS): Add new define.
10175         (MAXIMUM_SUPPORTED_EXTENSION): New define.
10176         (struct CONTEXT): ExtendedRegisters field added.
10177
10178 2001-11-16  Danny Smith  <dannysmith@users.sourceforge.net>
10179
10180         * include/winuser.h (tagALTTABINFO, tagCOMBOBOXINFO,
10181         tagCURSORINFO, tagMENUBARINFO, tagMENUINFO, tagMONITORINFO
10182         tagSCROLLBARINFO, tagTITLEBARINFO. tagWINDOWINFO,
10183         tagLASTINPUTINFO ): Define new structures.
10184         (EndMenu, GetAltTabInfo[AW],GetComboBoxInfo,GetCursorInfo,
10185         GetLastInputInfo, GetListBoxInfo, GetMenuBarInfo,
10186         GetMonitorInfo[AW], GetScrollBarInfo, GetTitleBarInfo,
10187         GetWindowInfo, GetWindowModuleFileName[AW],GetMenuInfo
10188         SetMenuInfo): Add new prototypes.
10189         * lib/user32.def: Add import stubs for above functions.
10190
10191         * include/winuser.h (IDC_STATIC): Protect against prior
10192         definition.
10193
10194 2001-11-12  Corinna Vinschen  <corinna@vinschen.de>
10195
10196         * include/winbase.h (OSVERSIONINFOEX): Add definition.
10197         * include/winnt.h: Add VER_NT_* and VER_SUITE_* defines.
10198
10199 2001-11-10  Robert Collins  <rbtcollins@hotmail.com>
10200
10201         * include/winnt.h: Add Danny Smith's text comment about gcc compiler
10202         warnings with _AUTHORITY #defines.
10203
10204 2001-11-09  Robert Collins  <rbtcollins@hotmail.com>
10205
10206         * include/winnt.h (GetCurrentFiber): Create a prototype before the
10207         implementation.
10208         (GetFiberData): Ditto.
10209
10210 2001-11-09  Robert Collins  <rbtcollins@hotmail.com>
10211
10212         * include/winnt.h: Backout last change.
10213
10214 2001-11-08  Robert Collins  <rbtcollins@hotmail.com>
10215
10216         * include/winnt.h: Define *_SID_AUTHORITY appropriately,
10217         GetCurrentFiber: Create a prototype before the implementation.
10218         GetFiberData: Ditto.
10219
10220 2001-11-06  Danny Smith  <dannysmith@users.sourceforge.net>
10221
10222         * include/winuser.h (IDC_STATIC): Add define.
10223         Thanks to: Benoit Laniel.
10224
10225 2001-11-05  Danny Smith  <dannysmith@users.sourceforge.net>
10226
10227         * include/commdlg.h: Include <unknwn.h> rather than local
10228         definition of LPUKNOWN.
10229         * include/rpcproxy.h: Don't include if ndef CINTERFACE.
10230         Emit warning.
10231
10232 2001-11-05  Mattia Barbon  <mbarbon@dsi.unive.it>
10233
10234         * include/windef.h (DECLSPEC_NORTEURN): Add an empty version
10235         for Watcom.
10236         (DECLARE_STDCALL_P): Use it to add __stdcall decoration for
10237         functions of the form 'type * function(...)' in a way compatible
10238         with both Watcom and GCC.
10239         * include/rpcdcep.h (I_RpcAllocate): Use DECLARE_STDCALL_P.
10240         * include/rpcproxy.h (CInterfaceProxyVtbl): Do not declare
10241         zero-sized arrays for Watcom. Mark as __extension for __GNUC__.
10242         * include/windows.h: Watcom can use anonymous structs/unions.
10243         * include/winnt.h: Watcom can use 64 bit ints.
10244         (GetCurrentFiber): Add another inline definition using
10245         Watcom inline assembly syntax.
10246         (GetFiberData): Likewise.
10247         * include/winsock.h (inet_ntoa): Use DECLARE_STDCALL_P.
10248         (gethostbyname): Likewise.
10249         (gethostbyaddr}: Likewise.
10250         (getservbyport}: Likewise.
10251         (getservbyname}: Likewise.
10252         (getprotobynumber}: Likewise.
10253         (getprotobyname}: Likewise.
10254         * include/winsock2.h (inet_ntoa): Use DECLARE_STDCALL_P.
10255         (gethostbyname}: Likewise.
10256         (gethostbyaddr}: Likewise.
10257         (getservbyport}: Likewise.
10258         (getservbyname}: Likewise.
10259         (getprotobynumber}: Likewise.
10260         (getprotobyname}: Likewise.
10261         * lib/diinut.c: Correction for Watcom.
10262         * lib/kernel32.c (GetCurrentFiber): Add another definition
10263         using Watcom inline assembly syntax.
10264         (GetFiberData): Likewise.
10265         * lib/scrnsave.c (WinMain): Add break after default:
10266         clause.
10267
10268 2001-11-04  "stefan"  <stefan@lkcc.org>
10269
10270         * include/winnt.h (GetCurrentFiber): Add prototype.
10271         (GetFiberData): Likewise.
10272
10273 2001-11-04  Christopher Faylor  <cgf@redhat.com>
10274
10275         * lib/Makefile.in: Add .NOTPARALLEL target since dlltool cannot run in
10276         parallel invocations.
10277
10278 2001-11-03  Christopher Faylor  <cgf@redhat.com>
10279
10280         * lib/scrnsave.c (WinMain): Trivial change to avoid a compiler warning.
10281
10282 2001-11-01  Danny Smith  <dannysmith@users.sourceforge.net>
10283
10284         * include/basetyps.h (DECLARE_INTERFACE): Don't add
10285         __attribute__((com_interface)) for __GNUC__ >= 3.
10286
10287 2001-11-01  Danny Smith  <dannysmith@users.sourceforge.net>
10288
10289         * include/commdlg.h (PRINTPAGERANGE): Add structure
10290         definition.
10291         (PRINTDLGEX[AW]): Likewise.
10292         (PrintDlgEx[AW]): Add function declaration.
10293         * lib/comdlg32.def (PrintDlgEx[AW]): Add function stubs.
10294         * ChangeLog: Fix typo in last entry.
10295
10296 2001-11-01  TAMURA Kent  <tkent@users.sourceforge.net>
10297
10298         * include/objbase.h (CoGetClassObject): Change third parameter
10299         to COSERVERINFO*.
10300
10301 2001-10-30  Danny Smith  <dannysmith@users.sourceforge.net>
10302
10303         * include/winuser.h (MOUSEEVENTF_WHEEL): Define.
10304         Thanks to: Kim Saunders.
10305         * include/oleauto.h: Define VARIANT* flags for VariantChangeType.
10306         Thanks to: Pat Thoyts.
10307         * include/winnt.h: Change C++ style comment to C style.
10308         * include/shlobj.h: Ditto.
10309         * include/objbase.h (enum tagCOINIT): Remove comma at end of
10310         list.
10311         * include/oledlg.h (enum tagOLEUIPASTEFLAG): Ditto.
10312         * include/oleidl.h (enum tagDROPEFFECT): Mark as __extension__
10313         (enum not limited to range of int).
10314         * include/oaidl.h (struct tagVARIANT): Mark as __extension__
10315         (struct with no named members), ifndef NONAMELESSUNION.
10316
10317 2001-10-30  Danny Smith  <dannysmith@users.sourceforge.net>
10318
10319         * include/winuser.h (CREATESTRUCT): UNICODE it.
10320         (CBT_CREATEWND): Likewise.
10321
10322 2001-10-20  Corinna Vinschen  <corinna@vinschen.de>
10323
10324         * include/winnetwk.h (WNetGetResourceInformationA): Add declaration.
10325         (WNetGetResourceInformationW): Ditto.
10326         (WNetGetResourceInformation): Add define.
10327
10328 2001-10-12  Pedro A Aranda  <paaguti@hotmail.com>
10329
10330         * include/winuser.h (POINTSTOPOINT): Use explicit casts
10331         before extracting words.
10332
10333 2001-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
10334
10335         * include/winnt.h: Add PF_* defines.
10336         Thanks to: "Wizord"  <wizord@argoslabs.com>
10337
10338 2001-09-18  Danny Smith  <dannysmith@users.sourceforge.net>
10339
10340         * include/winnt.h (_[U]LARGE_INTEGER): Mark nameless structure
10341         field as _ANONYMOUS_STRUCT.
10342         * include/setupapi.h (SP_DEVINSTALL_PARAMS): Add missing typedef
10343         for UNICODE.
10344         * include/ipexport.h (icmp_echo_reply): Remove extra ';'.
10345         * lib/makefile.in: Add -pedantic switch to TEST_OPTIONS for header
10346         test.
10347
10348 2001-09-17  Mattia Barbon  <mbarbon@dsi.unive.it>
10349
10350         * include/commctrl.h: Add some ListView constants.
10351
10352 2001-09-17  Earnie Boyd  <earnie@sf.net>
10353
10354         * lib/Makefile.in (inst_includedir): Add FIXME and remove the usr/
10355         portion of the directory from the install.
10356         (inst_libdir): Ditto.
10357         * Makefile.in (VERSION): Increment.
10358         * include/w32api.h: Increment version.
10359
10360 2001-09-13  Earnie Boyd  <earnie@SF.net>
10361
10362         * lib/Makefile.in (inst_includedir): Change to always use w32api
10363         subdirectory for target == cygwin.
10364         (inst_libdir): Ditto.
10365
10366 2001-09-13  Earnie Boyd  <earnie@SF.net>
10367
10368         * lib/Makefile.in (config_prefix): New variable.
10369         (inst_includedir): Manipulate special value only if target == cygwin
10370         and build == target and prefix != config_prefix.
10371         (inst_libdir): Ditto.
10372
10373 2001-09-12  Earnie Boyd  <earnie@SF.net>
10374
10375         * Makefile.in (TARFLAGS): New variable.
10376         (TARFILEEXT): Ditto.
10377
10378 2001-09-12  Earnie Boyd  <earnie@SF.net>
10379
10380         * Makefile.in: Increment version.
10381         * include/w32api.h: Ditto.
10382         * lib/Makefile.in: Add usr/ to install directory special for cygwin.
10383
10384 2001-09-11  Danny Smith  <dannysmith@users.sourceforge.net>
10385
10386         * include/winnt.h (_[U]LARGE_INTEGER): Protect nameless struct with
10387         !defined(NONAMELESSUNION), rather than defined(_ANONYMOUS_STRUCT).
10388         (_REPARSE_DATA_BUFFER): Name union field DUMMYUNIONNAME.
10389
10390 2001-09-05  Danny Smith  <dannysmith@users.sourceforge.net>
10391
10392         * include/wininet.h (InternetAutodial): Add prototype.
10393         (InternetAutodialHangup): Ditto.
10394         (InternetDial): Ditto.
10395         (InternetGetConnectedState): Ditto.
10396         (InternetGoOnline): Ditto.
10397         (InternetHangUp): Ditto.
10398         (InternetSetDialState): Ditto.
10399         Add associated INTERNET_* auto dial flags.
10400         Guard typedefs and prototypes with #ifndef RC_INVOKED.
10401
10402 2001-09-04  Earnie Boyd  <earnie@SF.Net>
10403
10404         * lib/Makefile.in: Move the setting of variable libdir to after the
10405         setting of exec_prefix since the value of libdir is dependant on it.
10406
10407 2001-09-04  Christopher Faylor  <cgf@cygnus.com>
10408
10409         * include/winbase.h: Add missing closing parentheses to
10410         InterlockedExchangePointer declaration.
10411
10412 2001-09-01  Danny Smith  <dannysmith@users.sourceforge.net>
10413
10414         * include/shlobj.h (CFSTR_* ): Add new defines.
10415         Thanks to: "Ron" <ron@debian.org> .
10416         Unicode them.
10417
10418 2001-09-01  Christopher Faylor  <cgf@cygnus.com>
10419
10420         * include/winnt.h: Use defined(_ANONYMOUS_STRUCT) to determine if
10421         anonymous structs are available rather than just testing preprocessor
10422         variable directly.
10423
10424 2001-08-31  Corinna Vinschen  <corinna@vinschen.de>
10425
10426         * include/winnt.h: Change definition of `SYSTEM_LUID' to comply
10427         with new `LARGE_INTEGER' definition.
10428
10429 2001-08-30  Christopher Faylor  <cgf@cygnus.com>
10430
10431         * include/winsock2.h: Remove "extra token" after #endif.
10432
10433 2001-08-31  Earnie Boyd  <earnie@SF.Net>
10434
10435         * config.guess: Remove the \r from the end of line.
10436         * config.sub: Ditto.
10437
10438 2001-08-30  Danny Smith  <dannysmith@users.sourceforge.net>
10439
10440         * include/winnt.h: Allow anonymous struct in [U]LARGE_INTEGER
10441         if __cplusplus as well as if _ANONYMOUS_STRUCT.
10442
10443 2001-08-29  Earnie Boyd  <earnie@SF.Net>
10444
10445         * config.guess: Add the MSYS system.
10446         * config.sub: Ditto.
10447         * include/winsock.h: Add the __INSIDE_MSYS__ protections.
10448         * incldue/winsock2.h: Ditto.
10449
10450 2001-08-29  Eric Kohl  <ekohl@users.sourceforge.net>
10451
10452         * include/winnt.h: Allow anonymous (Xxx.LowPart) or
10453         non-anonymous (Xxx.u.LowPart) access to HighPart and
10454         LowPart of a LARGE_INTEGER or ULARGE_INTEGER.
10455
10456 2001-08-24  TAMURA Kent  <tkent@users.sourceforge.net>
10457
10458         * include/wingdi.h (HANGUL_CHARSET): Add define.
10459
10460 2001-08-21  Earnie Boyd  <earnie@SF.Net>
10461
10462         * include/setupapi.h: Formatting.
10463
10464 2001-08-21  Earnie Boyd  <earnie@SF.Net>
10465
10466         * include/shlobj.h: Remove \r from the line endings.
10467
10468 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
10469
10470         * include/setupapi.h : New file.
10471         * lib/setupapi.def:New file.
10472         * lib/test.c: Include setupapi.h.
10473
10474 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
10475         * include/winioctl.h (_DISK_PERFORMANCE): Correct typo.
10476
10477 2001-08-21  Mattia Barbon  <mbarbon@dsi.unive.it>
10478
10479         * include/richedit.h (ENLINK): Add structure definition.
10480         (EM_AUTOURLDETECT, EN_LINK, ENM_LINK): Add defines.
10481
10482 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
10483
10484         * include/shlobj.h (CMIC_*): Remove duplicate defines.
10485         (CMDSTR_*): Remove duplicates; UNICODE string constants.
10486         (GCS_*): Make UNICODE.
10487         (CSIDL_*): Add more defines.
10488         * include/winioctl.h (_MEDIA_TYPE): Add pointer typedef.
10489         (_DISK_GEOMETRY): Ditto.
10490         (_DISK_PERFORMANCE): Ditto.
10491         * include/winbase.h (HasOverlappedIoCompleted): Add macro.
10492
10493 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10494
10495         * include/winnt.h: Move CHAR, SHORT and LONG typedefs outside
10496         of block protected by #ifndef VOID.
10497         (This reverts 1998-12-01 Anders Norlander change.)
10498         * include/odbcinst.h: End file with newline.
10499         * include/raserror.h: Ditto.
10500
10501 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10502
10503         * include/winsock2.h (#include <wtypes.h): Don't.
10504         (_BLOB): Define instead, if not already done.
10505         (__BLOB_T_DEFINED: New define for guarding _BLOB.
10506         * include/wtypes.h (_BLOB): Guard against prior definition.
10507
10508 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10509
10510         * include/oaidl.h (tagVARIANT): Mark anonymous structs and unions
10511         as __extension__.
10512         (tagTYPEDESC): Ditto.
10513         (_wireBRECORD): Add structure definition.
10514         (_wireSAFEARR_BRECORD): Ditto.
10515         (_wireSAFEARR_HAVEIID): Ditto.
10516         (_wireSAFEARRAY_UNION.u): Add fields SAFEARR_BRECORD RecordStr,
10517         SAFEARR_HAVEIID HaveIidStr.
10518         (tagVariant): Add fields _VARIANT_BOOL bool,*pbool.
10519         (_wireVARIANT): Change field parray to type wirePSAFEARRAY,
10520         pparray to wirePSAFEARRAY*.
10521         (_wireVARIANT): Add field wireBRECORD brecVal.
10522         (wireVARIANT): Change typedef to struct _wireVariant*.
10523         (IRecordInfo): Add interface definition.
10524         (LPRECORDINFO): Add typedef for IRecordInfo*.
10525         (IID_IRecordInfo): Add forward decalaration.
10526
10527 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10528
10529         * include/lmcons.h: Guard CNLEN and UNCLEN against prior definition.
10530         * include/nddeapi.h: Likewise.
10531
10532 2001-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
10533
10534         * lib/test.c (Win32_Winsock): Replace with __USE_W32_SOCKETS.
10535         Add more includes of w32api headers.
10536
10537 2001-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
10538
10539         * include/winnt.h (GetCurrentFiber): Change __inline to __inline__.
10540         Swap asm code with that of GetFiberData.
10541         (GetFiberData): Ditto.
10542         * lib/kernel32.c: New file, containing library versions of
10543         GetCurrentFiber and GetFiberData.
10544         * lib/makefile.in: Add kernel32.o as static object to libkernal32.a.
10545
10546 2001-08-08  Danny Smith  <dannysmith@users.sourceforge.net>
10547
10548         * include/winuser.h (GET_WHEEL_DELTA_WPARAM): Add macro.
10549         Thanks to: Harold Hunt <Harold@compasstechnologies.com>.
10550
10551 2001-08-08  Danny Smith  <dannysmith@users.sourceforge.net>
10552
10553         * lib/oleaut32.def: Regenerate.
10554
10555 2001-08-04  Danny Smith  <dannysmith@users.sourceforge.net>
10556
10557         * include/wtypes.h (DECIMAL_SETZERO): Correct typo.
10558
10559 2001-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
10560
10561         Apply Dmitry Bely  <dbely@mail.ru> patch 437834 (with additions).
10562         * include/oleidl.h (ISupportErrorInfo, ICreateInfo): Move from here
10563         * include/oaidl.h: ... to here.
10564         * include/oaidl.h ICreateErrorInfo): Add interface definition.
10565         (IErrorInfo::GetGUID): Change arg to GUID.
10566         (LPSUPPORTERRORINFO): Add typedef.
10567         (IID_ISupportErrorInfo): Change forward decl. of type to IID.
10568
10569 2001-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
10570
10571         * include/winsock2.h (WSAGET* and WSAMAKE*): Remove duplicate
10572         defines.
10573
10574 2001-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
10575
10576         * include/commctrl.h (TreeView_SetIndent): Correct typo.
10577
10578 2001-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
10579
10580         * include/commctrl.h (TBSTYPE_FLAT): Remove define.
10581         Thanks to: Jason Craig  <jacraig@softhome.net>
10582
10583 2001-07-30  Mattia Barbon  <mbarbon@dsi.unive.it>
10584
10585         * include/commctrl.h (TBBUTTONINFO[AW]): Add struct definitions,
10586         and UNICODE mappings, if _WIN32_IE >= 0x400.
10587         (TBIF_* and TB_SETBUTTONINFO): Add defines, if _WIN32_IE >= 0x400.
10588         (CDIS_*,CDDS_*,CDRF_*) : Add defines.
10589         (tagNMCUSTOMDRAWINFO): Add struct definition and typedefs.
10590         (tagNMLVCUSTOMDRAW): Likewise.
10591         (tagNMTVCUSTOMDRAW): Likewise.
10592         (tagNMLVCACHEHINT): Likewise.
10593
10594 2001-07-06  Danny Smith  <dannysmith@users.sourceforge.net>
10595
10596         * include/basetsd.h (#include <_mingw.h>): Remove.
10597         (__int64): Define.
10598
10599 2001-06-28  Danny Smith  <dannysmith@users.sourceforge.net>
10600
10601         * include/wingdi.h (AC_SRC_OVER): Add define.
10602         (struct _BLENDFUNCTION): Add.
10603
10604 2001-06-28  Danny Smith  <dannysmith@users.sourceforge.net>
10605
10606         * include/shlobj.h:  Add BIF_* defines.
10607
10608 2001-06-27  Danny Smith  <dannysmith@users.sourceforge.net>
10609
10610         * include/winerror.h (E_PENDING): Add error code define.
10611
10612 2001-06-27  Danny Smith  <dannysmith@users.sourceforge.net>
10613
10614         * include/basetsd.h (#include <_mingw.h>): Add directive.
10615
10616 2001-06-25  Danny Smith  <dannysmith@users.sourceforge.net>
10617
10618         * include/winbase.h (InterlockedCompareExchange): Change args
10619         and return value from PVOID to LONG.
10620         (InterlockedExchange): Change first arg to LPLONG.
10621         (InterlockedCompareExchangePointer): New macro.
10622         (InterlockedExchangePointer): New macro.
10623
10624 2001-06-19  Danny Smith  <dannysmith@users.sourceforge.net>
10625
10626         * lib/kernel32.def: Add LanguageGroup and UILanguage symbols.
10627         Thanks to Kevin Chase <kevincha99@hotmail.com>.
10628
10629 2001-06-11  TAMURA Kent  <tkent@users.sourceforge.net>
10630
10631         * objidl.h (IMalloc::ReAlloc()): Correct declaration.
10632         (IMalloc::Free()): Ditto.
10633
10634 2001-06-11  Danny Smith  <dannysmith@users.sourceforge.net>
10635
10636         * include/shlobj.h (REGSTR_PATH_EXPLORER): Unicode it.
10637         (REGSTR_PATH_SPECIAL_FOLDERS): Ditto.
10638         * include/regstr.h (REGSTR_PATH_EXPLORER): Add #ifndef guard.
10639
10640 2001-06-11  Mattia Barbon  <mbarbon@dsi.unive.it>
10641
10642         * include/shlobj.h (struct _browseinfo): UNICODE it.
10643         (SHBrowseForFolder): Ditto.
10644         (SHGetPathFromIDList): Ditto.
10645
10646 2001-06-11  Earnie Boyd  <earnie@users.sourceforge.net>
10647
10648         * include/basetsd.h: RC_INVOKED protection and realignment.
10649         Thanks to: Colin Peters <colinpeters@users.sourceforge.net>
10650
10651 2001-06-06  Earnie Boyd  <earnie@users.sourceforge.net>
10652
10653         * Makefile.in (bindist): Reassign value of exec_prefix on make command
10654         line.
10655
10656 2001-05-22  Christopher Faylor  <cgf@cygnus.com>
10657
10658         * lib/mapi32.def: Add MAPISendMail.
10659
10660 2001-05-22  Earnie Boyd  <earnie@users.sourceforge.net>
10661
10662         * include/w32api.h: Update version.
10663         * Makefile.in: Ditto.
10664
10665 2001-05-17  Corinna Vinschen  <corinna@vinschen.de>
10666
10667         * include/winnt.h: Define SE_GROUP_LOGON_ID as unsigned to avoid
10668         compiler warnings.
10669
10670 2001-05-17  Corinna Vinschen  <corinna@vinschen.de>
10671
10672         * include/ntdef.h: Protect definition of OBJECT_ATTRIBUTES against
10673         previous definition in include/ntsecapi.h.
10674         * include/ntsecapi.h: Vice versa.
10675
10676 2001-05-16  Corinna Vinschen  <corinna@vinschen.de>
10677
10678         * include/winnt.h: Add defines for group attributes.
10679         Add define for SYSTEM_LUID.
10680         Add missing types `PTOKEN_DEFAULT_DACL', `PTOKEN_OWNER' and
10681         `PTOKEN_PRIMARY_GROUP'.
10682
10683 2001-04-24  Christopher Faylor  <cgf@cygnus.com>
10684
10685         * lib/Makefile.in: Install libraries in /usr/lib/w32api when building
10686         for cygwin.
10687
10688 2001-04-24  Christopher Faylor  <cgf@cygnus.com>
10689
10690         * include/winsock2.h: Protect one *more* newlib defines when compiling
10691         cygwin.
10692
10693 2001-04-23  Christopher Faylor  <cgf@cygnus.com>
10694
10695         * include/winsock2.h: Protect some more newlib defines when compiling
10696         cygwin.
10697
10698 2001-04-23  Christopher Faylor  <cgf@cygnus.com>
10699
10700         * include/winsock.h: Protect some more newlib defines when compiling
10701         cygwin.
10702
10703 2001-04-17  Egor Duda  <deo@logos-m.ru>
10704
10705         * include/windows.h: Define _ANONYMOUS_STRUCT and _ANONYMOUS_UNION
10706         as __extenstion__ when appropriate.
10707         * include/mmsystem.h: Mark anonymous structs and unions as
10708         __extension__ to prevent compiler warning when invoked with
10709         -pedantic
10710         * include/oaidl.h: Ditto.
10711         * include/objidl.h: Ditto.
10712         * include/olectl.h: Ditto.
10713         * include/prsht.h: Ditto.
10714         * include/shlobj.h: Ditto.
10715         * include/winbase.h: Ditto.
10716         * include/winnt.h: Ditto.
10717         * include/wtypes.h: Ditto.
10718
10719 2001-04-11  Danny Smith  <dannysmith@users.sourceforge.net>
10720
10721         * include/windows.h (#include <winsock.h>): Include <winsock2.h>
10722         instead if (_WIN32_WINNT >= 0x0400)&&(__W32API_MAJOR_VERSION > 0).
10723
10724 2001-04-11  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10725
10726         * include/winuser.h (WM_IME_*): Remove defines (now in imm.h).
10727
10728 2001-04-11  John Fortin  <fortinj@attglobal.net>
10729
10730         * include/windef.h (*PBOOL): Unprotect from XFree86Server.
10731         (*LPBOOL): Ditto.
10732
10733 2001-04-08  Christopher Faylor  <cgf@cygnus.com>
10734
10735         * include/winnt.h (GetCurrentFiber): Make "external __inline" or asm
10736         code will be included in every module which includes this header.
10737         (GetFiberData): Ditto.
10738
10739 2001-04-08  Earnie Boyd  <earnie@users.sourceforge.net>
10740
10741         * include/winnt.h (GetCurrentFiber): Fix typo.
10742
10743 2001-04-08  Earnie Boyd  <earnie@users.sourceforge.net>
10744
10745         * include/shellapi.h: (CommandLineToArgvW): Add WINAPI declaration.
10746         * include/winbase.h: (GetFileAttributesExW): Fix typo.
10747         * include/wingdi.h: (StartDocA): Change LPDOCINFOA to DOCINFOA*.
10748         (StartDocB): Chage LNPDOCINFOB to DOCINFOB*.
10749         Thanks To: Kent Tamura  <tkent@users.sourceforge.net>
10750
10751         * include/winnt.h: (GetFiberData): Add __inline assembler coding.
10752         (GetCurrentFiber): Ditto.
10753         Thanks to: Andy Younger  <AndyY@redlemon.com>
10754
10755         * include/windef.h: (HMONITOR_DECLARED): New definition to stop
10756         DirectX 8 from complaining.
10757         Thanks to: Sigbjørn Lund Olsen  <mosikos@online.no>
10758
10759 2001-04-08  Michael Soderstrom  <ichaelsoderstro@hotmail.com>
10760
10761         * include/commctrl.h Updated TreeView and ListView defines and macros.
10762
10763 2001-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
10764
10765         * include/winuser.h (MB_SERVICE_NOTIFICATION): Correct value for NT4
10766         and above.
10767
10768 2001-03-30  Earnie Boyd  <earnie@users.sourceforge.net>
10769         * include/winuser.h (VK_KANA): New definition.
10770         Thanks to: "Harold Hunt" <huntharo@msu.edu>
10771
10772 2001-03-29  Earnie Boyd  <earnie@users.sourceforge.net
10773
10774         * include/winuser.h (RT_CURSOR): Add protection for XFree86Server.
10775         (RT_FONT): Ditto.
10776         * include/basetsd.h (INT32): Ditto.
10777         * include/windef.h (ATOM): Ditto.
10778         (BOOL): Ditto.
10779         (BYTE): Ditto.
10780         * include/winbase.h (FreeResource): Ditto.
10781         Thanks to: "Harold Hunt" <huntharo@msu.edu>
10782
10783 2001-03-20  Danny Smith  <dannysmith@users.sourceforge.net>
10784
10785         * include/winsock.h (_SYS_TYPES_H macro guard for int types): Remove;
10786         use only _BSDTYPES_DEFINED macro now defined in newlib sys/types.h.
10787         (SYS_TYPES_H macro guard for fd_set): Replace with_SYS_TYPES_FD_SET
10788         macro now defined in newlib sys/types.h.  Emit warning if defined.
10789         * include/winsock2.h: Ditto.
10790         * include/windows.h (Win32_Winsock): Replace with new macros
10791         __USE_W32_SOCKETS and warn of deprecation.
10792
10793 2001-03-13  Earnie Boyd  <earnie@users.sourceforge.net
10794
10795         * include/wingdi.h: (DOCINFO) Ansi version defined incorrectly.
10796         Thanks to: Mattia Barbon <mbarbon@dsi.unive.it>
10797
10798 2001-03-12  Earnie Boyd  <earnie@users.sourceforge.net
10799
10800         * include/commctrl.h (TBSTYLE_FLAT): New definition.
10801         (TB_GETBUTTONSIZE): Ditto.
10802         (TCS_HOTTRACK): Ditto.
10803         Thanks to: Chris Hansen <popeofpop@softhome.net>
10804
10805 2001-03-01  Earnie Boyd  <earnie@users.sourceforge.net
10806
10807         * Makefile.in: (snapshot): Add target.
10808         * lib/Makefile.in: (install-headers): Use installdir variable.
10809         (installdir): Set value based on target-alias.
10810
10811 2001-02-21  Earnie Boyd  <earnie@users.sourceforge.net
10812
10813         * include/w32api.h: (_W32API_VERSION): Remove.
10814         (__W32API_VERSION): Add.
10815         (__W32API_MAJOR_VERSION): Ditto.
10816         (__W32API_MINOR_VERSION): Ditto.
10817
10818 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
10819
10820         * include/wingdi.h (struct _DOCINFO[AW]): UNICODE it.
10821         (StartDoc[AW]): Use UNICODE'd LPDOCINFO[AW]
10822         * include/winuser.h (struct tagMOUSEKEYS): Define new structure.
10823         * include/winerror.h (NTE_*): Add CryptoAPI error codes.
10824
10825 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
10826
10827         * include/mswsock.h: New file.
10828         * include/ws2tcpip.h: New file.
10829         * include/winsock.h (IPPROTO_IGMP): New define.
10830         (IPPROTO_GGP): Correct value.
10831         (SO_* macros): Remove mswsock defines.
10832         (TCP_BSDURGENT): Likewise.
10833         (IP_* macros): Add comment warning of WinSock2 incompatibility
10834         (WSARecvEx): Remove mswsock prototype.
10835         (TransmitFile): Likewise.
10836         (AcceptEx): Likewise.
10837         (GetAcceptExSockaddrs): Likewise.
10838         (struct _TRANSMIT_FILE_BUFFERS): Remove mswsock definition.
10839         (#include <mswsock.h>): Add directive and explanatory comment
10840         * include/winsock2.h (header guard): add guard for  _WINSOCK_H
10841         (_WINSOCK_H): Define to prevent later inclusion of winsock.h
10842         (#include <winsock.h>): Replace directive with winsock.h file content
10843         The following changes apply to the merged file:
10844         (FD_SET): Keep winsock2.h definition, delete winsock.h definition
10845         (SOMAXCONN): Likewise
10846         (#include <nspapi.h>): Move - don't include until LPSOCKADDR defined
10847         (IP_* macros): Delete WinSock1 definitions (WinSock2 definitions now
10848         in ws2tcpip.h)
10849         (struct ip_mreq): Delete (now defined in ws2tcpip.h for WinSock2)
10850         (FD_*_BIT and FD_* defines): Place together and extend to
10851         FD_MAX_EVENTS 10
10852         (AF* defines): Extend to AF_MAX 10
10853         (WSAIsBlocking): #if 0 out prototype (N/A in WinSock2)
10854         (WSAUnhookBlockingHook): Likewise.
10855         (WSASetBlockingHook): Likewise.
10856         (WSACancelBlockingCall): Likewise.
10857         (WSAEINPROGRESS): Comment as not raised in WinSock2.
10858         (#include <mswsock.h>): Delete directive inherited from winsock.h
10859         (WSA_QOS* defines): Add QualityOfService error codes.
10860         (SIO_* defines): Add new macros
10861         * include/ipexport.h (IP_STATUS flags): Add definitions.
10862         (IP_FLAG_DF): Likewise.
10863         (IP_OPT_* ): Likewise.
10864         (struct ip_option_information): Likewise.
10865         (struct icmp_echo_reply): Likewise.
10866
10867 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
10868
10869         * include/commctrl.h: Revert TEXT change.
10870         * include/lmalert.h: Ditto.
10871         * include/lmcons.h: Ditto.
10872         * include/lmsname.h: Ditto.
10873         * include/lmsvc.h: Ditto.
10874         * include/ntsecapi.h: Ditto.
10875         * include/oledlg.h: Ditto.
10876         * include/ras.h: Ditto.
10877         * include/regstr.h: Ditto.
10878         * include/richedit.h: Ditto.
10879         * include/wininet.h: Ditto.
10880         * include/winnt.h: Ditto.
10881
10882 2001-02-15  Earnie Boyd  <earnie@users.sourceforge.net>
10883
10884         * include/commctrl.h: Use _TEXT() instead of TEXT() throughout.
10885         * include/lmalert.h: Ditto.
10886         * include/lmcons.h: Ditto.
10887         * include/lmsname.h: Ditto.
10888         * include/lmsvc.h: Ditto.
10889         * include/ntsecapi.h: Ditto.
10890         * include/oledlg.h: Ditto.
10891         * include/ras.h: Ditto.
10892         * include/regstr.h: Ditto.
10893         * include/richedit.h: Ditto.
10894         * include/wininet.h: Ditto.
10895         * include/w32api.h: New File.
10896
10897 2001-02-13  Corinna Vinschen  <corinna@vinschen.de>
10898
10899         * include/shlobj.h: Add missing SLR_* flags.
10900
10901 2001-02-12:  Earnie Boyd  <earnie@users.sourceforge.net>
10902
10903         * lib/Makefile.in: (host_alias): Add variable.
10904         (host_build): Ditto:
10905         (xinstall): Removed
10906         (xinstall-libraries): Ditto.
10907         (xinstall-headers): Ditto.
10908         (xuninstall): Ditto.
10909         (xuninstall-libraries): Ditto.
10910         (xuninstall-headers): Ditto.
10911         * Makefile.in: (host_alias): Add variable.
10912         (build_alias): Ditto.
10913
10914 2001-02-02  Earnie Boyd  <earnie@users.sourceforge.net>
10915
10916         * include/winnt.h: (__TEXT): Add private macro.
10917         (_TEXT): Modify definition to use __TEXT.
10918         (_T): Ditto.
10919         This change allows the passing of a MACRO as an argument and have that
10920         MACRO resolved first.
10921         Thanks to: Eric PAIRE <eric.paire@ri.silicomp.com>
10922
10923 2001-01-31  Earnie Boyd  <earnie@users.sourceforge.net>
10924
10925         * Makefile.in: Increment VERSION to 0.5
10926         * include/winnt.h: Change TEXT to _TEXT throughout.
10927         (SID_RELEASE): Define.
10928         Thanks to: Eric PAIRE <eric.paire@ri.silicomp.com>
10929
10930 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10931
10932         * Apply Phil Krylov patches.
10933         2001-01-19  Phil Krylov  <phil@mail.ru>
10934         * include/commctrl.h: (HDI_IMAGE) New definition.
10935         (HDI_DI_SETITEM) Ditto.
10936         (HDI_ORDER) Ditto.
10937         (HDI_FILTER) Ditto.
10938         (HDF_BITMAP_ON_RIGHT) Ditto.
10939         (HDF_IMAGE) Ditto.
10940         (HDM_SETORDERARRAY) Ditto.
10941         (Header_SetOrderArray) Ditto.
10942         (ICC_BAR_CLASSES) Ditto.
10943         (struct _HD_ITEMA) Change definition.
10944         (struct _HD_ITEMW) Ditto.
10945         (struct tagINITCOMMONCONTROLSEX) Enclose in _WIN32_IE braces.
10946         (InitCommonControlsEx()) Ditto.
10947         2001-01-23  Phil Krylov  <phil@mail.ru>
10948         * include/richedit.h: Many Richedit 2.0 definitions.
10949
10950 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10951
10952         * include/winuser.h: (IDC_HAND)  New resource identifier.
10953         Thanks to: Mark Jordon <mark_jordan@ieee.org>
10954
10955 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10956
10957         * include/iptypes.h: Include <sys/types.h> for time_t declaration.
10958         Fix typo's.
10959
10960 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10961
10962         * include/objidl.h: (GetClassID): Argument needs to be a pointer.
10963         (GetUnmarshalClass): CLSID argument needs to be a pointer.
10964         Thanks To: <bge@users.sourceforge.net>
10965
10966 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10967
10968         * Apply Danny Smith patch 102386
10969         2000-11-15  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10970         * lib/rasapi32.def: add symbols available in NT4 and W2k
10971
10972 2001-01-28  Earnie Boyd  <earnie@users.sourceforge.net>
10973
10974         * Apply Danny Smith patch 102382
10975         2000-11-15  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10976         * lib/mswsock.def: remove leading underscores from symbol names
10977
10978 2001-01-28  Earnie Boyd  <earnie@users.sourceforge.net>
10979
10980         * Apply Danny Smith patch 102446
10981         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10982         * include/sql.h (ODBCVER): change default to 0x0351.
10983         (SQLSetScrollOptions): non-core function, move prototype to sqlext.h.
10984         (SQLColAttributes): likewise.
10985         (SQLBindParam): add prototype for ODBC 3.x function.
10986         (SQLCloseCursor): likewise.
10987         (SQLColAttribute): likewise.
10988         (SQLCopyDesc):likewise.
10989         (SQLEndTran): likewise.
10990         (SQLFetchScroll): likewise.
10991         (SQLGetConnectAttr): likewise.
10992         (SQLGetDescField): likewise.
10993         (SQLGetDescRec): likewise.
10994         (SQLGetDiagField): likewise.
10995         (SQLGetDiagRec): likewise.
10996         (SQLGetEnvAttr): likewise.
10997         (SQLGetStmtAttr): likewise.
10998         (SQLSetConnectAttr): likewise.
10999         (SQLSetDescField):likewise.
11000         (SQLSetDescRec): likewise.
11001         (SQLSetEnvAttr): likewise.
11002         (SQLSetStmtAttr): likewise.
11003         (SQLINTENGER and SQLUINTEGER): replace with SQLLEN and SQLULEN for
11004         _WIN64 compatability;
11005         (SQL_ACCESS_MODE): Move define to sqlext.h (used in non-core functions).
11006         (SQL_ACTIVE_CONNECTIONS): likewise.
11007         (SQL_ACTIVE_STATEMENTS): likewise.
11008         (SQL_ALL_EXCEPT_LIKE): likewise.
11009         (SQL_API_ALL_FUNCTIONS): likewise.
11010         (SQL_API_LOADBYORDINAL): likewise.
11011         (SQL_API_SQLBINDPARAMETER): likewise.
11012         (SQL_API_SQLBROWSECONNECT): likewise.
11013         (SQL_API_SQLCOLATTRIBUTES): likewise.
11014         (SQL_API_SQLCOLUMNPRIVILEGES): likewise.
11015         (SQL_API_SQLDESCRIBEPARAM): likewise.
11016         (SQL_API_SQLDRIVERCONNECT): likewise.
11017         (SQL_API_SQLDRIVERS): likewise.
11018         (SQL_API_SQLEXTENDEDFETCH): likewise.
11019         (SQL_API_SQLFOREIGNKEYS): likewise.
11020         (SQL_API_SQLMORERESULTS): likewise.
11021         (SQL_API_SQLNATIVESQL): likewise.
11022         (SQL_API_SQLNUMPARAMS): likewise.
11023         (SQL_API_SQLPARAMOPTIONS): likewise.
11024         (SQL_API_SQLPRIMARYKEYS): likewise.
11025         (SQL_API_SQLPROCEDURECOLUMNS): likewise.
11026         (SQL_API_SQLPROCEDURES): likewise.
11027         (SQL_API_SQLSETPOS): likewise.
11028         (SQL_API_SQLSETSCROLLOPTIONS): likewise.
11029         (SQL_API_SQLTABLEPRIVILEGES): likewise.
11030         (SQL_ASYNC_ENABLE): likewise.
11031         (SQL_ASYNC_ENABLE_DEFAULT): likewise.
11032         (SQL_ASYNC_ENABLE_OFF): likewise.
11033         (SQL_ASYNC_ENABLE_ON): likewise.
11034         (SQL_ATTR_READONLY): likewise.
11035         (SQL_ATTR_READWRITE_UNKNOWN): likewise.
11036         (SQL_ATTR_WRITE): likewise.
11037         (SQL_AUTOCOMMIT): likewise.
11038         (SQL_AUTOCOMMIT_DEFAULT): likewise.
11039         (SQL_AUTOCOMMIT_OFF): likewise.
11040         (SQL_AUTOCOMMIT_ON): likewise.
11041         (SQL_BEST_ROWID): likewise.
11042         (SQL_BIGINT): likewise.
11043         (SQL_BINARY): likewise.
11044         (SQL_BIND_BY_COLUMN): likewise.
11045         (SQL_BIND_TYPE): likewise.
11046         (SQL_BIND_TYPE_DEFAULT): likewise.
11047         (SQL_BIT): likewise.
11048         (SQL_BOOKMARK_PERSISTENCE): likewise.
11049         (SQL_BP_CLOSE): likewise.
11050         (SQL_BP_DELETE): likewise.
11051         (SQL_BP_DROP): likewise.
11052         (SQL_BP_OTHER_HSTMT): likewise.
11053         (SQL_BP_SCROLL): likewise.
11054         (SQL_BP_TRANSACTION): likewise.
11055         (SQL_BP_UPDATE): likewise.
11056         (SQL_C_BINARY): likewise.
11057         (SQL_C_BIT): likewise.
11058         (SQL_C_BOOKMARK): likewise.
11059         (SQL_C_CHAR): likewise.
11060         (SQL_C_DATE): likewise.
11061         (SQL_C_DEFAULT): likewise.
11062         (SQL_C_DOUBLE): likewise.
11063         (SQL_C_FLOAT): likewise.
11064         (SQL_C_LONG): likewise.
11065         (SQL_C_SHORT): likewise.
11066         (SQL_C_SLONG): likewise.
11067         (SQL_C_SSHORT): likewise.
11068         (SQL_C_STINYINT): likewise.
11069         (SQL_C_TIME): likewise.
11070         (SQL_C_TIMESTAMP): likewise.
11071         (SQL_C_TINYINT): likewise.
11072         (SQL_C_ULONG): likewise.
11073         (SQL_C_USHORT): likewise.
11074         (SQL_C_UTINYINT): likewise.
11075         (SQL_CB_NON_NULL): likewise.
11076         (SQL_CB_NULL): likewise.
11077         (SQL_CC_CLOSE): likewise.
11078         (SQL_CC_DELETE): likewise.
11079         (SQL_CC_PRESERVE): likewise.
11080         (SQL_CN_ANY): likewise.
11081         (SQL_CN_DIFFERENT): likewise.
11082         (SQL_CN_NONE): likewise.
11083         (SQL_COLATT_OPT_MAX): likewise.
11084         (SQL_COLATT_OPT_MIN): likewise.
11085         (SQL_COLUMN_ALIAS): likewise.
11086         (SQL_COLUMN_AUTO_INCREMENT): likewise.
11087         (SQL_COLUMN_CASE_SENSITIVE): likewise.
11088         (SQL_COLUMN_COUNT): likewise.
11089         (SQL_COLUMN_DISPLAY_SIZE): likewise.
11090         (SQL_COLUMN_DRIVER_START): likewise.
11091         (SQL_COLUMN_LABEL): likewise.
11092         (SQL_COLUMN_LENGTH): likewise.
11093         (SQL_COLUMN_MONEY): likewise.
11094         (SQL_COLUMN_NAME): likewise.
11095         (SQL_COLUMN_NULLABLE): likewise.
11096         (SQL_COLUMN_OWNER_NAME): likewise.
11097         (SQL_COLUMN_PRECISION): likewise.
11098         (SQL_COLUMN_QUALIFIER_NAME): likewise.
11099         (SQL_COLUMN_SCALE): likewise.
11100         (SQL_COLUMN_SEARCHABLE): likewise.
11101         (SQL_COLUMN_TABLE_NAME): likewise.
11102         (SQL_COLUMN_TYPE): likewise.
11103         (SQL_COLUMN_TYPE_NAME): likewise.
11104         (SQL_COLUMN_UNSIGNED): likewise.
11105         (SQL_COLUMN_UPDATABLE): likewise.
11106         (SQL_CONCAT_NULL_BEHAVIOR): likewise.
11107         (SQL_CONCUR_DEFAULT): likewise.
11108         (SQL_CONCUR_LOCK): likewise.
11109         (SQL_CONCUR_READ_ONLY): likewise.
11110         (SQL_CONCUR_ROWVER): likewise.
11111         (SQL_CONCUR_TIMESTAMP): likewise.
11112         (SQL_CONCUR_VALUES): likewise.
11113         (SQL_CONCURRENCY): likewise.
11114         (SQL_CONN_OPT_MAX): likewise.
11115         (SQL_CONN_OPT_MIN): likewise.
11116         (SQL_CONNECT_OPT_DRVR_START): likewise.
11117         (SQL_CONVERT_BIGINT): likewise.
11118         (SQL_CONVERT_BINARY): likewise.
11119         (SQL_CONVERT_BIT): likewise.
11120         (SQL_CONVERT_CHAR): likewise.
11121         (SQL_CONVERT_DATE): likewise.
11122         (SQL_CONVERT_DECIMAL): likewise.
11123         (SQL_CONVERT_DOUBLE): likewise.
11124         (SQL_CONVERT_FLOAT): likewise.
11125         (SQL_CONVERT_FUNCTIONS): likewise.
11126         (SQL_CONVERT_INTEGER): likewise.
11127         (SQL_CONVERT_LONGVARBINARY): likewise.
11128         (SQL_CONVERT_LONGVARCHAR): likewise.
11129         (SQL_CONVERT_NUMERIC): likewise.
11130         (SQL_CONVERT_REAL): likewise.
11131         (SQL_CONVERT_SMALLINT): likewise.
11132         (SQL_CONVERT_TIME): likewise.
11133         (SQL_CONVERT_TIMESTAMP): likewise.
11134         (SQL_CONVERT_TINYINT): likewise.
11135         (SQL_CONVERT_VARBINARY): likewise.
11136         (SQL_CONVERT_VARCHAR): likewise.
11137         (SQL_CORRELATION_NAME): likewise.
11138         (SQL_CR_CLOSE): likewise.
11139         (SQL_CR_DELETE): likewise.
11140         (SQL_CR_PRESERVE): likewise.
11141         (SQL_CUR_DEFAULT): likewise.
11142         (SQL_CUR_USE_DRIVER): likewise.
11143         (SQL_CUR_USE_IF_NEEDED): likewise.
11144         (SQL_CUR_USE_ODBC): likewise.
11145         (SQL_CURRENT_QUALIFIER): likewise.
11146         (SQL_CURSOR_DYNAMIC): likewise.
11147         (SQL_CURSOR_FORWARD_ONLY): likewise.
11148         (SQL_CURSOR_KEYSET_DRIVEN): likewise.
11149         (SQL_CURSOR_ROLLBACK_BEHAVIOR): likewise.
11150         (SQL_CURSOR_STATIC): likewise.
11151         (SQL_CURSOR_TYPE): likewise.
11152         (SQL_CURSOR_TYPE_DEFAULT): likewise.
11153         (SQL_CVT_BIGINT): likewise.
11154         (SQL_CVT_BINARY): likewise.
11155         (SQL_CVT_BIT): likewise.
11156         (SQL_CVT_CHAR): likewise.
11157         (SQL_CVT_DATE): likewise.
11158         (SQL_CVT_DECIMAL): likewise.
11159         (SQL_CVT_DOUBLE): likewise.
11160         (SQL_CVT_FLOAT): likewise.
11161         (SQL_CVT_INTEGER): likewise.
11162         (SQL_CVT_LONGVARBINARY): likewise.
11163         (SQL_CVT_LONGVARCHAR): likewise.
11164         (SQL_CVT_NUMERIC): likewise.
11165         (SQL_CVT_REAL): likewise.
11166         (SQL_CVT_SMALLINT): likewise.
11167         (SQL_CVT_TIME): likewise.
11168         (SQL_CVT_TIMESTAMP): likewise.
11169         (SQL_CVT_TINYINT): likewise.
11170         (SQL_CVT_VARBINARY): likewise.
11171         (SQL_CVT_VARCHAR): likewise.
11172         (SQL_DATABASE_NAME): likewise.
11173         (SQL_DATE): likewise.
11174         (SQL_DRIVER_HDBC): likewise.
11175         (SQL_DRIVER_HENV): likewise.
11176         (SQL_DRIVER_HLIB): likewise.
11177         (SQL_DRIVER_HSTMT): likewise.
11178         (SQL_DRIVER_NAME): likewise.
11179         (SQL_DRIVER_ODBC_VER): likewise.
11180         (SQL_DRIVER_VER): likewise.
11181         (SQL_ENSURE): likewise.
11182         (SQL_EXPRESSIONS_IN_ORDERBY): likewise.
11183         (SQL_EXT_API_LAST): likewise.
11184         (SQL_EXT_API_START): likewise.
11185         (SQL_FD_FETCH_BOOKMARK): likewise.
11186         (SQL_FD_FETCH_PREV): likewise.
11187         (SQL_FD_FETCH_RESUME): likewise.
11188         (SQL_FETCH_PREV): likewise.
11189         (SQL_FETCH_RESUME): likewise.
11190         (SQL_FILE_NOT_SUPPORTED): likewise.
11191         (SQL_FILE_QUALIFIER): likewise.
11192         (SQL_FILE_TABLE): likewise.
11193         (SQL_FILE_USAGE): likewise.
11194         (SQL_FN_CVT_CONVERT): likewise.
11195         (SQL_FN_NUM_ABS): likewise.
11196         (SQL_FN_NUM_ACOS): likewise.
11197         (SQL_FN_NUM_ASIN): likewise.
11198         (SQL_FN_NUM_ATAN): likewise.
11199         (SQL_FN_NUM_ATAN2): likewise.
11200         (SQL_FN_NUM_CEILING): likewise.
11201         (SQL_FN_NUM_COS): likewise.
11202         (SQL_FN_NUM_COT): likewise.
11203         (SQL_FN_NUM_DEGREES): likewise.
11204         (SQL_FN_NUM_EXP): likewise.
11205         (SQL_FN_NUM_FLOOR): likewise.
11206         (SQL_FN_NUM_LOG): likewise.
11207         (SQL_FN_NUM_LOG10): likewise.
11208         (SQL_FN_NUM_MOD): likewise.
11209         (SQL_FN_NUM_PI): likewise.
11210         (SQL_FN_NUM_POWER): likewise.
11211         (SQL_FN_NUM_RADIANS): likewise.
11212         (SQL_FN_NUM_RAND): likewise.
11213         (SQL_FN_NUM_ROUND): likewise.
11214         (SQL_FN_NUM_SIGN): likewise.
11215         (SQL_FN_NUM_SIN): likewise.
11216         (SQL_FN_NUM_SQRT): likewise.
11217         (SQL_FN_NUM_TAN): likewise.
11218         (SQL_FN_NUM_TRUNCATE): likewise.
11219         (SQL_FN_STR_ASCII): likewise.
11220         (SQL_FN_STR_CHAR): likewise.
11221         (SQL_FN_STR_CONCAT): likewise.
11222         (SQL_FN_STR_DIFFERENCE): likewise.
11223         (SQL_FN_STR_INSERT): likewise.
11224         (SQL_FN_STR_LCASE): likewise.
11225         (SQL_FN_STR_LEFT): likewise.
11226         (SQL_FN_STR_LENGTH): likewise.
11227         (SQL_FN_STR_LOCATE): likewise.
11228         (SQL_FN_STR_LOCATE_2): likewise.
11229         (SQL_FN_STR_LTRIM): likewise.
11230         (SQL_FN_STR_REPEAT): likewise.
11231         (SQL_FN_STR_REPLACE): likewise.
11232         (SQL_FN_STR_RIGHT): likewise.
11233         (SQL_FN_STR_RTRIM): likewise.
11234         (SQL_FN_STR_SOUNDEX): likewise.
11235         (SQL_FN_STR_SPACE): likewise.
11236         (SQL_FN_STR_SUBSTRING): likewise.
11237         (SQL_FN_STR_UCASE): likewise.
11238         (SQL_FN_SYS_DBNAME): likewise.
11239         (SQL_FN_SYS_IFNULL): likewise.
11240         (SQL_FN_SYS_USERNAME): likewise.
11241         (SQL_FN_TD_CURDATE): likewise.
11242         (SQL_FN_TD_CURTIME): likewise.
11243         (SQL_FN_TD_DAYNAME): likewise.
11244         (SQL_FN_TD_DAYOFMONTH): likewise.
11245         (SQL_FN_TD_DAYOFWEEK): likewise.
11246         (SQL_FN_TD_DAYOFYEAR): likewise.
11247         (SQL_FN_TD_HOUR): likewise.
11248         (SQL_FN_TD_MINUTE): likewise.
11249         (SQL_FN_TD_MONTH): likewise.
11250         (SQL_FN_TD_MONTHNAME): likewise.
11251         (SQL_FN_TD_NOW): likewise.
11252         (SQL_FN_TD_QUARTER): likewise.
11253         (SQL_FN_TD_SECOND): likewise.
11254         (SQL_FN_TD_TIMESTAMPadd): likewise.
11255         (SQL_FN_TD_TIMESTAMPDIFF): likewise.
11256         (SQL_FN_TD_WEEK): likewise.
11257         (SQL_FN_TD_YEAR): likewise.
11258         (SQL_FN_TSI_DAY): likewise.
11259         (SQL_FN_TSI_FRAC_SECOND): likewise.
11260         (SQL_FN_TSI_HOUR): likewise.
11261         (SQL_FN_TSI_MINUTE): likewise.
11262         (SQL_FN_TSI_MONTH): likewise.
11263         (SQL_FN_TSI_QUARTER): likewise.
11264         (SQL_FN_TSI_SECOND): likewise.
11265         (SQL_FN_TSI_WEEK): likewise.
11266         (SQL_FN_TSI_YEAR): likewise.
11267         (SQL_GB_GROUP_BY_CONTAINS_SELECT): likewise.
11268         (SQL_GB_GROUP_BY_EQUALS_SELECT): likewise.
11269         (SQL_GB_NO_RELATION): likewise.
11270         (SQL_GB_NOT_SUPPORTED): likewise.
11271         (SQL_GD_BLOCK): likewise.
11272         (SQL_GD_BOUND): likewise.
11273         (SQL_GET_BOOKMARK): likewise.
11274         (SQL_GROUP_BY): likewise.
11275         (SQL_INFO_DRIVER_START): likewise.
11276         (SQL_INFO_FIRST): likewise.
11277         (SQL_INFO_LAST): likewise.
11278         (SQL_INTERVAL_DAY): likewise.
11279         (SQL_INTERVAL_DAY_TO_HOUR): likewise.
11280         (SQL_INTERVAL_DAY_TO_MINUTE): likewise.
11281         (SQL_INTERVAL_DAY_TO_SECOND): likewise.
11282         (SQL_INTERVAL_HOUR): likewise.
11283         (SQL_INTERVAL_HOUR_TO_MINUTE): likewise.
11284         (SQL_INTERVAL_HOUR_TO_SECOND): likewise.
11285         (SQL_INTERVAL_MINUTE): likewise.
11286         (SQL_INTERVAL_MINUTE_TO_SECOND): likewise.
11287         (SQL_INTERVAL_MONTH): likewise.
11288         (SQL_INTERVAL_SECOND): likewise.
11289         (SQL_INTERVAL_YEAR): likewise.
11290         (SQL_INTERVAL_YEAR_TO_MONTH): likewise.
11291         (SQL_KEYSET_SIZE): likewise.
11292         (SQL_KEYSET_SIZE_DEFAULT): likewise.
11293         (SQL_KEYWORDS): likewise.
11294         (SQL_LCK_EXCLUSIVE): likewise.
11295         (SQL_LCK_NO_CHANGE): likewise.
11296         (SQL_LCK_UNLOCK): likewise.
11297         (SQL_LIKE_ESCAPE_CLAUSE): likewise.
11298         (SQL_LIKE_ONLY): likewise.
11299         (SQL_LOCK_TYPES): likewise.
11300         (SQL_LOGIN_TIMEOUT): likewise.
11301         (SQL_LOGIN_TIMEOUT_DEFAULT): likewise.
11302         (SQL_LONGVARBINARY): likewise.
11303         (SQL_LONGVARCHAR): likewise.
11304         (SQL_MAX_BINARY_LITERAL_LEN): likewise.
11305         (SQL_MAX_CHAR_LITERAL_LEN): likewise.
11306         (SQL_MAX_DSN_LENGTH): likewise.
11307         (SQL_MAX_LENGTH): likewise.
11308         (SQL_MAX_LENGTH_DEFAULT): likewise.
11309         (SQL_MAX_OPTION_STRING_LENGTH): likewise.
11310         (SQL_MAX_OWNER_NAME_LEN): likewise.
11311         (SQL_MAX_PROCEDURE_NAME_LEN): likewise.
11312         (SQL_MAX_QUALIFIER_NAME_LEN): likewise.
11313         (SQL_MAX_ROW_SIZE_INCLUDES_LONG): likewise.
11314         (SQL_MAX_ROWS): likewise.
11315         (SQL_MAX_ROWS_DEFAULT): likewise.
11316         (SQL_MODE_DEFAULT): likewise.
11317         (SQL_MODE_READ_ONLY): likewise.
11318         (SQL_MODE_READ_WRITE): likewise.
11319         (SQL_MULT_RESULT_SETS): likewise.
11320         (SQL_MULTIPLE_ACTIVE_TXN): likewise.
11321         (SQL_NC_END): likewise.
11322         (SQL_NC_START): likewise.
11323         (SQL_NEED_LONG_DATA_LEN): likewise.
11324         (SQL_NNC_NON_NULL): likewise.
11325         (SQL_NNC_NULL): likewise.
11326         (SQL_NO_TOTAL): likewise.
11327         (SQL_NON_NULLABLE_COLUMNS): likewise.
11328         (SQL_NOSCAN): likewise.
11329         (SQL_NOSCAN_DEFAULT): likewise.
11330         (SQL_NOSCAN_OFF): likewise.
11331         (SQL_NOSCAN_ON): likewise.
11332         (SQL_NUM_EXTENSIONS): likewise.
11333         (SQL_NUM_FUNCTIONS): likewise.
11334         (SQL_NUMERIC_FUNCTIONS): likewise.
11335         (SQL_OAC_LEVEL1): likewise.
11336         (SQL_OAC_LEVEL2): likewise.
11337         (SQL_OAC_NONE): likewise.
11338         (SQL_ODBC_API_CONFORMANCE): likewise.
11339         (SQL_ODBC_CURSORS): likewise.
11340         (SQL_ODBC_KEYWORDS): likewise.
11341         (SQL_ODBC_SAG_CLI_CONFORMANCE): likewise.
11342         (SQL_ODBC_SQL_CONFORMANCE): likewise.
11343         (SQL_ODBC_SQL_OPT_IEF): likewise.
11344         (SQL_ODBC_VER): likewise.
11345         (SQL_OPT_TRACE): likewise.
11346         (SQL_OPT_TRACE_DEFAULT): likewise.
11347         (SQL_OPT_TRACE_FILE_DEFAULT): likewise.
11348         (SQL_OPT_TRACE_OFF): likewise.
11349         (SQL_OPT_TRACE_ON): likewise.
11350         (SQL_OPT_TRACEFILE): likewise.
11351         (SQL_OSC_CORE): likewise.
11352         (SQL_OSC_EXTENDED): likewise.
11353         (SQL_OSC_MINIMUM): likewise.
11354         (SQL_OSCC_COMPLIANT): likewise.
11355         (SQL_OSCC_NOT_COMPLIANT): likewise.
11356         (SQL_OU_DML_STATEMENTS): likewise.
11357         (SQL_OU_INDEX_DEFINITION): likewise.
11358         (SQL_OU_PRIVILEGE_DEFINITION): likewise.
11359         (SQL_OU_PROCEDURE_INVOCATION): likewise.
11360         (SQL_OU_TABLE_DEFINITION): likewise.
11361         (SQL_OUTER_JOINS): likewise.
11362         (SQL_OWNER_TERM): likewise.
11363         (SQL_OWNER_USAGE): likewise.
11364         (SQL_PACKET_SIZE): likewise.
11365         (SQL_PC_NOT_PSEUDO): likewise.
11366         (SQL_POS_add): likewise.
11367         (SQL_POS_DELETE): likewise.
11368         (SQL_POS_OPERATIONS): likewise.
11369         (SQL_POS_POSITION): likewise.
11370         (SQL_POS_REFRESH): likewise.
11371         (SQL_POS_UPDATE): likewise.
11372         (SQL_POSITIONED_STATEMENTS): likewise.
11373         (SQL_PROCEDURE_TERM): likewise.
11374         (SQL_PROCEDURES): likewise.
11375         (SQL_PS_POSITIONED_DELETE): likewise.
11376         (SQL_PS_POSITIONED_UPDATE): likewise.
11377         (SQL_PS_SELECT_FOR_UPDATE): likewise.
11378         (SQL_QL_END): likewise.
11379         (SQL_QL_START): likewise.
11380         (SQL_QU_DML_STATEMENTS): likewise.
11381         (SQL_QU_INDEX_DEFINITION): likewise.
11382         (SQL_QU_PRIVILEGE_DEFINITION): likewise.
11383         (SQL_QU_PROCEDURE_INVOCATION): likewise.
11384         (SQL_QU_TABLE_DEFINITION): likewise.
11385         (SQL_QUALIFIER_LOCATION): likewise.
11386         (SQL_QUALIFIER_NAME_SEPARATOR): likewise.
11387         (SQL_QUALIFIER_TERM): likewise.
11388         (SQL_QUALIFIER_USAGE): likewise.
11389         (SQL_QUERY_TIMEOUT): likewise.
11390         (SQL_QUERY_TIMEOUT_DEFAULT): likewise.
11391         (SQL_QUICK): likewise.
11392         (SQL_QUIET_MODE): likewise.
11393         (SQL_QUOTED_IDENTIFIER_CASE): likewise.
11394         (SQL_RD_DEFAULT): likewise.
11395         (SQL_RD_OFF): likewise.
11396         (SQL_RD_ON): likewise.
11397         (SQL_RETRIEVE_DATA): likewise.
11398         (SQL_ROW_NUMBER): likewise.
11399         (SQL_ROW_UPDATES): likewise.
11400         (SQL_ROWSET_SIZE): likewise.
11401         (SQL_ROWSET_SIZE_DEFAULT): likewise.
11402         (SQL_ROWVER): likewise.
11403         (SQL_SC_NON_UNIQUE): likewise.
11404         (SQL_SC_TRY_UNIQUE): likewise.
11405         (SQL_SC_UNIQUE): likewise.
11406         (SQL_SCCO_OPT_TIMESTAMP): likewise.
11407         (SQL_SCROLL_DYNAMIC): likewise.
11408         (SQL_SCROLL_FORWARD_ONLY): likewise.
11409         (SQL_SCROLL_KEYSET_DRIVEN): likewise.
11410         (SQL_SCROLL_OPTIONS): likewise.
11411         (SQL_SCROLL_STATIC): likewise.
11412         (SQL_SEARCHABLE): likewise.
11413         (SQL_SIGNED_OFFSET): likewise.
11414         (SQL_SIMULATE_CURSOR): likewise.
11415         (SQL_SO_DYNAMIC): likewise.
11416         (SQL_SO_FORWARD_ONLY): likewise.
11417         (SQL_SO_KEYSET_DRIVEN): likewise.
11418         (SQL_SO_MIXED): likewise.
11419         (SQL_SO_STATIC): likewise.
11420         (SQL_SPEC_MAJOR): likewise.
11421         (SQL_SPEC_MINOR): likewise.
11422         (SQL_SPEC_STRING): likewise.
11423         (SQL_SQ_COMPARISON): likewise.
11424         (SQL_SQ_CORRELATED_SUBQUERIES): likewise.
11425         (SQL_SQ_EXISTS): likewise.
11426         (SQL_SQ_IN): likewise.
11427         (SQL_SQ_QUANTIFIED): likewise.
11428         (SQL_SQLSTATE_SIZE): likewise.
11429         (SQL_SS_addITIONS): likewise.
11430         (SQL_SS_DELETIONS): likewise.
11431         (SQL_SS_UPDATES): likewise.
11432         (SQL_STATIC_SENSITIVITY): likewise.
11433         (SQL_STMT_OPT_MAX): likewise.
11434         (SQL_STMT_OPT_MIN): likewise.
11435         (SQL_STRING_FUNCTIONS): likewise.
11436         (SQL_SUBQUERIES): likewise.
11437         (SQL_SYSTEM_FUNCTIONS): likewise.
11438         (SQL_TABLE_STAT): likewise.
11439         (SQL_TABLE_TERM): likewise.
11440         (SQL_TIME): likewise.
11441         (SQL_TIMEDATE_add_INTERVALS): likewise.
11442         (SQL_TIMEDATE_DIFF_INTERVALS): likewise.
11443         (SQL_TIMEDATE_FUNCTIONS): likewise.
11444         (SQL_TIMESTAMP): likewise.
11445         (SQL_TINYINT): likewise.
11446         (SQL_TRANSLATE_DLL): likewise.
11447         (SQL_TRANSLATE_OPTION): likewise.
11448         (SQL_TXN_ISOLATION): likewise.
11449         (SQL_TXN_VERSIONING): likewise.
11450         (SQL_TYPE_DRIVER_END): likewise.
11451         (SQL_TYPE_DRIVER_START): likewise.
11452         (SQL_TYPE_MAX): likewise.
11453         (SQL_TYPE_MIN): likewise.
11454         (SQL_TYPE_NULL): likewise.
11455         (SQL_U_UNION): likewise.
11456         (SQL_U_UNION_ALL): likewise.
11457         (SQL_UB_DEFAULT): likewise.
11458         (SQL_UB_OFF): likewise.
11459         (SQL_UB_ON): likewise.
11460         (SQL_UNICODE): likewise.
11461         (SQL_UNICODE_CHAR): likewise.
11462         (SQL_UNICODE_LONGVARCHAR): likewise.
11463         (SQL_UNICODE_VARCHAR): likewise.
11464         (SQL_UNION): likewise.
11465         (SQL_UNSEARCHABLE): likewise.
11466         (SQL_UNSIGNED_OFFSET): likewise.
11467         (SQL_USE_BOOKMARKS): likewise.
11468         (SQL_VARBINARY): likewise.
11469         (SQL_TRUE): add define for ODBC3.x.
11470         (SQL_FALSE): likewise.
11471         (SQL_AM_CONNECTION): likewise.
11472         (SQL_AM_NONE): likewise.
11473         (SQL_AM_STATEMENT): likewise.
11474         (SQL_API_SQLALLOCHANDLE): likewise.
11475         (SQL_API_SQLBINDPARAM): likewise.
11476         (SQL_API_SQLCLOSECURSOR): likewise.
11477         (SQL_API_SQLCOLATTRIBUTE): likewise.
11478         (SQL_API_SQLCOPYDESC): likewise.
11479         (SQL_API_SQLENDTRAN): likewise.
11480         (SQL_API_SQLFETCHSCROLL): likewise.
11481         (SQL_API_SQLFREEHANDLE): likewise.
11482         (SQL_API_SQLGETCONNECTATTR): likewise.
11483         (SQL_API_SQLGETDESCFIELD): likewise.
11484         (SQL_API_SQLGETDESCREC): likewise.
11485         (SQL_API_SQLGETDIAGFIELD): likewise.
11486         (SQL_API_SQLGETDIAGREC): likewise.
11487         (SQL_API_SQLGETENVATTR): likewise.
11488         (SQL_API_SQLGETSTMTATTR): likewise.
11489         (SQL_API_SQLSETCONNECTATTR): likewise.
11490         (SQL_API_SQLSETDESCFIELD): likewise.
11491         (SQL_API_SQLSETDESCREC): likewise.
11492         (SQL_API_SQLSETENVATTR): likewise.
11493         (SQL_API_SQLSETSTMTATTR): likewise.
11494         (SQL_ARD_TYPE): likewise.
11495         (SQL_AT_add_CONSTRAINT): likewise.
11496         (SQL_ATTR_APP_PARAM_DESC): likewise.
11497         (SQL_ATTR_APP_ROW_DESC): likewise.
11498         (SQL_ATTR_AUTO_IPD): likewise.
11499         (SQL_ATTR_CURSOR_SCROLLABLE): likewise.
11500         (SQL_ATTR_CURSOR_SENSITIVITY): likewise.
11501         (SQL_ATTR_IMP_PARAM_DESC): likewise.
11502         (SQL_ATTR_IMP_ROW_DESC): likewise.
11503         (SQL_ATTR_METADATA_ID): likewise.
11504         (SQL_ATTR_OUTPUT_NTS): likewise.
11505         (SQL_CATALOG_NAME): likewise.
11506         (SQL_CODE_DATE): likewise.
11507         (SQL_CODE_TIME): likewise.
11508         (SQL_CODE_TIMESTAMP): likewise.
11509         (SQL_COLLATION_SEQ): likewise.
11510         (SQL_CURSOR_SENSITIVITY): likewise.
11511         (SQL_DATE_LEN): likewise.
11512         (SQL_DATETIME): likewise.
11513         (SQL_DEFAULT): likewise.
11514         (SQL_DESC_ALLOC_AUTO): likewise.
11515         (SQL_DESC_ALLOC_TYPE): likewise.
11516         (SQL_DESC_ALLOC_USER): likewise.
11517         (SQL_DESC_COUNT): likewise.
11518         (SQL_DESC_DATA_PTR): likewise.
11519         (SQL_DESC_DATETIME_INTERVAL_CODE): likewise.
11520         (SQL_DESC_INDICATOR_PTR): likewise.
11521         (SQL_DESC_LENGTH): likewise.
11522         (SQL_DESC_NAME): likewise.
11523         (SQL_DESC_NULLABLE): likewise.
11524         (SQL_DESC_OCTET_LENGTH): likewise.
11525         (SQL_DESC_OCTET_LENGTH_PTR): likewise.
11526         (SQL_DESC_PRECISION): likewise.
11527         (SQL_DESC_SCALE): likewise.
11528         (SQL_DESC_TYPE): likewise.
11529         (SQL_DESC_UNNAMED): likewise.
11530         (SQL_DESCRIBE_PARAMETER): likewise.
11531         (SQL_DIAG_ALTER_DOMAIN): likewise.
11532         (SQL_DIAG_ALTER_TABLE): likewise.
11533         (SQL_DIAG_CALL): likewise.
11534         (SQL_DIAG_CLASS_ORIGIN): likewise.
11535         (SQL_DIAG_CONNECTION_NAME): likewise.
11536         (SQL_DIAG_CREATE_ASSERTION): likewise.
11537         (SQL_DIAG_CREATE_CHARACTER_SET): likewise.
11538         (SQL_DIAG_CREATE_COLLATION): likewise.
11539         (SQL_DIAG_CREATE_DOMAIN): likewise.
11540         (SQL_DIAG_CREATE_INDEX): likewise.
11541         (SQL_DIAG_CREATE_SCHEMA): likewise.
11542         (SQL_DIAG_CREATE_TABLE): likewise.
11543         (SQL_DIAG_CREATE_TRANSLATION): likewise.
11544         (SQL_DIAG_CREATE_VIEW): likewise.
11545         (SQL_DIAG_DELETE_WHERE): likewise.
11546         (SQL_DIAG_DROP_ASSERTION): likewise.
11547         (SQL_DIAG_DROP_CHARACTER_SET): likewise.
11548         (SQL_DIAG_DROP_COLLATION): likewise.
11549         (SQL_DIAG_DROP_DOMAIN): likewise.
11550         (SQL_DIAG_DROP_INDEX): likewise.
11551         (SQL_DIAG_DROP_SCHEMA): likewise.
11552         (SQL_DIAG_DROP_TABLE): likewise.
11553         (SQL_DIAG_DROP_TRANSLATION): likewise.
11554         (SQL_DIAG_DROP_VIEW): likewise.
11555         (SQL_DIAG_DYNAMIC_DELETE_CURSOR): likewise.
11556         (SQL_DIAG_DYNAMIC_FUNCTION): likewise.
11557         (SQL_DIAG_DYNAMIC_FUNCTION_CODE): likewise.
11558         (SQL_DIAG_DYNAMIC_UPDATE_CURSOR): likewise.
11559         (SQL_DIAG_GRANT): likewise.
11560         (SQL_DIAG_INSERT): likewise.
11561         (SQL_DIAG_MESSAGE_TEXT): likewise.
11562         (SQL_DIAG_NATIVE): likewise.
11563         (SQL_DIAG_NUMBER): likewise.
11564         (SQL_DIAG_RETURNCODE): likewise.
11565         (SQL_DIAG_REVOKE): likewise.
11566         (SQL_DIAG_ROW_COUNT): likewise.
11567         (SQL_DIAG_SELECT_CURSOR): likewise.
11568         (SQL_DIAG_SERVER_NAME): likewise.
11569         (SQL_DIAG_SQLSTATE): likewise.
11570         (SQL_DIAG_SUBCLASS_ORIGIN): likewise.
11571         (SQL_DIAG_UNKNOWN_STATEMENT): likewise.
11572         (SQL_DIAG_UPDATE_WHERE): likewise.
11573         (SQL_FALSE): likewise.
11574         (SQL_FETCH_ABSOLUTE): likewise.
11575         (SQL_FETCH_LAST): likewise.
11576         (SQL_FETCH_PRIOR): likewise.
11577         (SQL_FETCH_RELATIVE): likewise.
11578         (SQL_HANDLE_DBC): likewise.
11579         (SQL_HANDLE_DESC): likewise.
11580         (SQL_HANDLE_ENV): likewise.
11581         (SQL_HANDLE_STMT): likewise.
11582         (SQL_INSENSITIVE): likewise.
11583         (SQL_INTEGRITY): likewise.
11584         (SQL_MAX_CATALOG_NAME_LEN): likewise.
11585         (SQL_MAX_CONCURRENT_ACTIVITIES): likewise.
11586         (SQL_MAX_DRIVER_CONNECTIONS): likewise.
11587         (SQL_MAX_IDENTIFIER_LEN): likewise.
11588         (SQL_MAX_SCHEMA_NAME_LEN): likewise.
11589         (SQL_MAXIMUM_CATALOG_NAME_LENGTH): likewise.
11590         (SQL_MAXIMUM_COLUMN_NAME_LENGTH): likewise.
11591         (SQL_MAXIMUM_COLUMNS_IN_GROUP_BY): likewise.
11592         (SQL_MAXIMUM_COLUMNS_IN_INDEX): likewise.
11593         (SQL_MAXIMUM_COLUMNS_IN_ORDER_BY): likewise.
11594         (SQL_MAXIMUM_COLUMNS_IN_SELECT): likewise.
11595         (SQL_MAXIMUM_CONCURRENT_ACTIVITIES): likewise.
11596         (SQL_MAXIMUM_CURSOR_NAME_LENGTH): likewise.
11597         (SQL_MAXIMUM_DRIVER_CONNECTIONS): likewise.
11598         (SQL_MAXIMUM_IDENTIFIER_LENGTH): likewise.
11599         (SQL_MAXIMUM_INDEX_SIZE): likewise.
11600         (SQL_MAXIMUM_ROW_SIZE): likewise.
11601         (SQL_MAXIMUM_SCHEMA_NAME_LENGTH): likewise.
11602         (SQL_MAXIMUM_STATEMENT_LENGTH): likewise.
11603         (SQL_MAXIMUM_TABLES_IN_SELECT): likewise.
11604         (SQL_MAXIMUM_USER_NAME_LENGTH): likewise.
11605         (SQL_NAMED): likewise.
11606         (SQL_NONSCROLLABLE): likewise.
11607         (SQL_NTSL): likewise.
11608         (SQL_NULL_HANDLE): likewise.
11609         (SQL_NULL_HDESC): likewise.
11610         (SQL_OUTER_JOIN_CAPABILITIES): likewise.
11611         (SQL_PRED_BASIC): likewise.
11612         (SQL_PRED_CHAR): likewise.
11613         (SQL_PRED_NONE): likewise.
11614         (SQL_ROW_IDENTIFIER): likewise.
11615         (SQL_SCROLLABLE): likewise.
11616         (SQL_SENSITIVE): likewise.
11617         (SQL_SUCCEEDED(rc)): likewise.
11618         (SQL_TIME_LEN): likewise.
11619         (SQL_TIMESTAMP_LEN): likewise.
11620         (SQL_TRANSACTION_CAPABLE): likewise.
11621         (SQL_TRANSACTION_ISOLATION_OPTION): likewise.
11622         (SQL_TRANSACTION_READ_COMMITTED): likewise.
11623         (SQL_TRANSACTION_READ_UNCOMMITTED): likewise.
11624         (SQL_TRANSACTION_REPEATABLE_READ): likewise.
11625         (SQL_TRANSACTION_SERIALIZABLE): likewise.
11626         (SQL_TYPE_DATE): likewise.
11627         (SQL_TYPE_TIME): likewise.
11628         (SQL_TYPE_TIMESTAMP): likewise.
11629         (SQL_UNKNOWN_TYPE): likewise.
11630         (SQL_UNNAMED): likewise.
11631         (SQL_UNSPECIFIED): likewise.
11632         (SQL_XOPEN_CLI_YEAR): likewise.
11633         (SQLAllocConnect): add comment marking as deperecated.
11634         (SQLAllocEnv): likewise.
11635         (SQLAllocStmt): likewise.
11636         (SQLFreeConnect): likewise.
11637         (SQLFreeEnv): likewise.
11638         (SQLGetConnectOption): likewise.
11639         (SQLGetStmtOption): likewise.
11640
11641         * include/sqlext.h (#include <sqlucode.h>): add directive.
11642         (SQLSetScrollOptions): non-core function, move prototype from sql.h.
11643         (SQLColAttributes): likewise.
11644         (SQLBulkOperations): add function prototype.
11645         (SQLAllocHandleStd): likewise
11646         (TraceReturn): add Trace API prototype.
11647         (TraceVersion): likewise.
11648         (ODBCGetTryWaitValue):likewise.
11649         (ODBCSetTryWaitValue): likewise.
11650         (SQL_LOCK_RECORD): correct function macro.
11651         (SQL_REFRESH_RECORD): likewise.
11652         (SQLINTENGER and SQLUINTEGER): replace with SQLLEN and SQLULEN for
11653         _WIN64 compatability.
11654         move defines for non-core functions from sql.h to sqlext.h (refer
11655         changes for sql.h)
11656         (SQL_ACTIVE_ENVIRONMENTS): new ODBC3.x define
11657         (SQL_AD_ADD_CONSTRAINT_DEFERRABLE): likewise.
11658         (SQL_AD_ADD_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11659         (SQL_AD_ADD_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11660         (SQL_AD_ADD_CONSTRAINT_NON_DEFERRABLE): likewise.
11661         (SQL_AD_ADD_DOMAIN_CONSTRAINT): likewise.
11662         (SQL_AD_ADD_DOMAIN_DEFAULT): likewise.
11663         (SQL_AD_CONSTRAINT_NAME_DEFINITION): likewise.
11664         (SQL_AD_DROP_DOMAIN_CONSTRAINT): likewise.
11665         (SQL_AD_DROP_DOMAIN_DEFAULT): likewise.
11666         (SQL_AF_ALL): likewise.
11667         (SQL_AF_AVG): likewise.
11668         (SQL_AF_COUNT): likewise.
11669         (SQL_AF_DISTINCT): likewise.
11670         (SQL_AF_MAX): likewise.
11671         (SQL_AF_MIN): likewise.
11672         (SQL_AF_SUM): likewise.
11673         (SQL_AGGREGATE_FUNCTIONS): likewise.
11674         (SQL_ALL_CATALOGS): likewise.
11675         (SQL_ALL_SCHEMAS): likewise.
11676         (SQL_ALL_TABLE_TYPES): likewise.
11677         (SQL_ALTER_DOMAIN): likewise.
11678         (SQL_AM_CONNECTION): likewise.
11679         (SQL_AM_NONE): likewise.
11680         (SQL_AM_STATEMENT): likewise.
11681         (SQL_API_ODBC3_ALL_FUNCTIONS): likewise.
11682         (SQL_API_ODBC3_ALL_FUNCTIONS_SIZE): likewise.
11683         (SQL_API_SQLALLOCHANDLESTD): likewise.
11684         (SQL_API_SQLBULKOPERATIONS): likewise.
11685         (SQL_ASYNC_MODE): likewise.
11686         (SQL_AT_ADD_COLUMN_COLLATION): likewise.
11687         (SQL_AT_ADD_COLUMN_DEFAULT): likewise.
11688         (SQL_AT_ADD_COLUMN_SINGLE): likewise.
11689         (SQL_AT_ADD_TABLE_CONSTRAINT): likewise.
11690         (SQL_AT_CONSTRAINT_DEFERRABLE): likewise.
11691         (SQL_AT_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11692         (SQL_AT_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11693         (SQL_AT_CONSTRAINT_NAME_DEFINITION): likewise.
11694         (SQL_AT_CONSTRAINT_NON_DEFERRABLE): likewise.
11695         (SQL_AT_DROP_COLUMN_CASCADE): likewise.
11696         (SQL_AT_DROP_COLUMN_DEFAULT): likewise.
11697         (SQL_AT_DROP_COLUMN_RESTRICT): likewise.
11698         (SQL_AT_DROP_TABLE_CONSTRAINT_CASCADE): likewise.
11699         (SQL_AT_DROP_TABLE_CONSTRAINT_RESTRICT): likewise.
11700         (SQL_AT_SET_COLUMN_DEFAULT): likewise.
11701         (SQL_ATTR_ACCESS_MODE): likewise.
11702         (SQL_ATTR_ASYNC_ENABLE): likewise.
11703         (SQL_ATTR_AUTOCOMMIT): likewise.
11704         (SQL_ATTR_CONCURRENCY): likewise.
11705         (SQL_ATTR_CONNECTION_POOLING): likewise.
11706         (SQL_ATTR_CONNECTION_TIMEOUT): likewise.
11707         (SQL_ATTR_CP_MATCH): likewise.
11708         (SQL_ATTR_CURRENT_CATALOG): likewise.
11709         (SQL_ATTR_CURSOR_TYPE): likewise.
11710         (SQL_ATTR_DISCONNECT_BEHAVIOR): likewise.
11711         (SQL_ATTR_ENABLE_AUTO_IPD): likewise.
11712         (SQL_ATTR_ENLIST_IN_DTC): likewise.
11713         (SQL_ATTR_ENLIST_IN_XA): likewise.
11714         (SQL_ATTR_FETCH_BOOKMARK_PTR): likewise.
11715         (SQL_ATTR_KEYSET_SIZE): likewise.
11716         (SQL_ATTR_LOGIN_TIMEOUT): likewise.
11717         (SQL_ATTR_MAX_LENGTH): likewise.
11718         (SQL_ATTR_MAX_ROWS): likewise.
11719         (SQL_ATTR_NOSCAN): likewise.
11720         (SQL_ATTR_ODBC_CURSORS): likewise.
11721         (SQL_ATTR_ODBC_VERSION): likewise.
11722         (SQL_ATTR_PACKET_SIZE): likewise.
11723         (SQL_ATTR_PARAM_BIND_OFFSET_PTR): likewise.
11724         (SQL_ATTR_PARAM_BIND_TYPE): likewise.
11725         (SQL_ATTR_PARAM_OPERATION_PTR): likewise.
11726         (SQL_ATTR_PARAM_STATUS_PTR): likewise.
11727         (SQL_ATTR_PARAMS_PROCESSED_PTR): likewise.
11728         (SQL_ATTR_PARAMSET_SIZE): likewise.
11729         (SQL_ATTR_QUERY_TIMEOUT): likewise.
11730         (SQL_ATTR_QUIET_MODE): likewise.
11731         (SQL_ATTR_RETRIEVE_DATA): likewise.
11732         (SQL_ATTR_ROW_ARRAY_SIZE): likewise.
11733         (SQL_ATTR_ROW_BIND_OFFSET_PTR): likewise.
11734         (SQL_ATTR_ROW_BIND_TYPE): likewise.
11735         (SQL_ATTR_ROW_NUMBER): likewise.
11736         (SQL_ATTR_ROW_OPERATION_PTR): likewise.
11737         (SQL_ATTR_ROW_STATUS_PTR): likewise.
11738         (SQL_ATTR_ROWS_FETCHED_PTR): likewise.
11739         (SQL_ATTR_SIMULATE_CURSOR): likewise.
11740         (SQL_ATTR_TRACE): likewise.
11741         (SQL_ATTR_TRACEFILE): likewise.
11742         (SQL_ATTR_TRANSLATE_LIB): likewise.
11743         (SQL_ATTR_TRANSLATE_OPTION): likewise.
11744         (SQL_ATTR_TXN_ISOLATION): likewise.
11745         (SQL_ATTR_USE_BOOKMARKS): likewise.
11746         (SQL_BATCH_ROW_COUNT): likewise.
11747         (SQL_BATCH_SUPPORT): likewise.
11748         (SQL_BRC_EXPLICIT): likewise.
11749         (SQL_BRC_PROCEDURES): likewise.
11750         (SQL_BRC_ROLLED_UP): likewise.
11751         (SQL_BS_ROW_COUNT_EXPLICIT): likewise.
11752         (SQL_BS_ROW_COUNT_PROC): likewise.
11753         (SQL_BS_SELECT_EXPLICIT): likewise.
11754         (SQL_BS_SELECT_PROC): likewise.
11755         (SQL_C_INTERVAL_DAY): likewise.
11756         (SQL_C_INTERVAL_DAY_TO_HOUR): likewise.
11757         (SQL_C_INTERVAL_DAY_TO_MINUTE): likewise.
11758         (SQL_C_INTERVAL_DAY_TO_SECOND): likewise.
11759         (SQL_C_INTERVAL_HOUR): likewise.
11760         (SQL_C_INTERVAL_HOUR_TO_MINUTE): likewise.
11761         (SQL_C_INTERVAL_HOUR_TO_SECOND): likewise.
11762         (SQL_C_INTERVAL_MINUTE): likewise.
11763         (SQL_C_INTERVAL_MINUTE_TO_SECOND): likewise.
11764         (SQL_C_INTERVAL_MONTH): likewise.
11765         (SQL_C_INTERVAL_SECOND): likewise.
11766         (SQL_C_INTERVAL_YEAR): likewise.
11767         (SQL_C_INTERVAL_YEAR_TO_MONTH): likewise.
11768         (SQL_C_NUMERIC): likewise.
11769         (SQL_C_SBIGINT): likewise.
11770         (SQL_C_TYPE_DATE): likewise.
11771         (SQL_C_TYPE_TIME): likewise.
11772         (SQL_C_TYPE_TIMESTAMP): likewise.
11773         (SQL_C_UBIGINT): likewise.
11774         (SQL_C_VARBOOKMARK): likewise.
11775         (SQL_CA_CONSTRAINT_DEFERRABLE): likewise.
11776         (SQL_CA_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11777         (SQL_CA_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11778         (SQL_CA_CONSTRAINT_NON_DEFERRABLE): likewise.
11779         (SQL_CA_CREATE_ASSERTION): likewise.
11780         (SQL_CA1_ABSOLUTE): likewise.
11781         (SQL_CA1_BOOKMARK): likewise.
11782         (SQL_CA1_BULK_ADD): likewise.
11783         (SQL_CA1_BULK_DELETE_BY_BOOKMARK): likewise.
11784         (SQL_CA1_BULK_FETCH_BY_BOOKMARK): likewise.
11785         (SQL_CA1_BULK_UPDATE_BY_BOOKMARK): likewise.
11786         (SQL_CA1_LOCK_EXCLUSIVE): likewise.
11787         (SQL_CA1_LOCK_NO_CHANGE): likewise.
11788         (SQL_CA1_LOCK_UNLOCK): likewise.
11789         (SQL_CA1_NEXT): likewise.
11790         (SQL_CA1_POS_DELETE): likewise.
11791         (SQL_CA1_POS_POSITION): likewise.
11792         (SQL_CA1_POS_REFRESH): likewise.
11793         (SQL_CA1_POS_UPDATE): likewise.
11794         (SQL_CA1_POSITIONED_DELETE): likewise.
11795         (SQL_CA1_POSITIONED_UPDATE): likewise.
11796         (SQL_CA1_RELATIVE): likewise.
11797         (SQL_CA1_SELECT_FOR_UPDATE): likewise.
11798         (SQL_CA2_CRC_APPROXIMATE): likewise.
11799         (SQL_CA2_CRC_EXACT): likewise.
11800         (SQL_CA2_LOCK_CONCURRENCY): likewise.
11801         (SQL_CA2_MAX_ROWS_AFFECTS_ALL): likewise.
11802         (SQL_CA2_MAX_ROWS_CATALOG): likewise.
11803         (SQL_CA2_MAX_ROWS_DELETE): likewise.
11804         (SQL_CA2_MAX_ROWS_INSERT): likewise.
11805         (SQL_CA2_MAX_ROWS_SELECT): likewise.
11806         (SQL_CA2_MAX_ROWS_UPDATE): likewise.
11807         (SQL_CA2_OPT_ROWVER_CONCURRENCY): likewise.
11808         (SQL_CA2_OPT_VALUES_CONCURRENCY): likewise.
11809         (SQL_CA2_READ_ONLY_CONCURRENCY): likewise.
11810         (SQL_CA2_SENSITIVITY_ADDITIONS): likewise.
11811         (SQL_CA2_SENSITIVITY_DELETIONS): likewise.
11812         (SQL_CA2_SENSITIVITY_UPDATES): likewise.
11813         (SQL_CA2_SIMULATE_NON_UNIQUE): likewise.
11814         (SQL_CA2_SIMULATE_TRY_UNIQUE): likewise.
11815         (SQL_CA2_SIMULATE_UNIQUE): likewise.
11816         (SQL_CATALOG_LOCATION): likewise.
11817         (SQL_CATALOG_NAME_SEPARATOR): likewise.
11818         (SQL_CATALOG_TERM): likewise.
11819         (SQL_CATALOG_USAGE): likewise.
11820         (SQL_CCOL_CREATE_COLLATION): likewise.
11821         (SQL_CCS_COLLATE_CLAUSE): likewise.
11822         (SQL_CCS_CREATE_CHARACTER_SET): likewise.
11823         (SQL_CCS_LIMITED_COLLATION): likewise.
11824         (SQL_CDO_COLLATION): likewise.
11825         (SQL_CDO_CONSTRAINT): likewise.
11826         (SQL_CDO_CONSTRAINT_DEFERRABLE): likewise.
11827         (SQL_CDO_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11828         (SQL_CDO_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11829         (SQL_CDO_CONSTRAINT_NAME_DEFINITION): likewise.
11830         (SQL_CDO_CONSTRAINT_NON_DEFERRABLE): likewise.
11831         (SQL_CDO_CREATE_DOMAIN): likewise.
11832         (SQL_CDO_DEFAULT): likewise.
11833         (SQL_CL_END): likewise.
11834         (SQL_CL_START): likewise.
11835         (SQL_COL_PRED_BASIC): likewise.
11836         (SQL_COL_PRED_CHAR): likewise.
11837         (SQL_COLUMN_DRIVER_START): likewise.
11838         (SQL_COLUMN_IGNORE): likewise.
11839         (SQL_COLUMN_NUMBER_UNKNOWN): likewise.
11840         (SQL_CONVERT_GUID): likewise.
11841         (SQL_CONVERT_INTERVAL_DAY_TIME): likewise.
11842         (SQL_CONVERT_INTERVAL_YEAR_MONTH): likewise.
11843         (SQL_CONVERT_WCHAR): likewise.
11844         (SQL_CONVERT_WLONGVARCHAR): likewise.
11845         (SQL_CONVERT_WVARCHAR): likewise.
11846         (SQL_CP_DEFAULT): likewise.
11847         (SQL_CP_MATCH_DEFAULT): likewise.
11848         (SQL_CP_OFF): likewise.
11849         (SQL_CP_ONE_PER_DRIVER): likewise.
11850         (SQL_CP_ONE_PER_HENV): likewise.
11851         (SQL_CP_RELAXED_MATCH): likewise.
11852         (SQL_CP_STRICT_MATCH): likewise.
11853         (SQL_CREATE_ASSERTION): likewise.
11854         (SQL_CREATE_CHARACTER_SET): likewise.
11855         (SQL_CREATE_COLLATION): likewise.
11856         (SQL_CREATE_DOMAIN): likewise.
11857         (SQL_CREATE_SCHEMA): likewise.
11858         (SQL_CREATE_TABLE): likewise.
11859         (SQL_CREATE_TRANSLATION): likewise.
11860         (SQL_CREATE_VIEW): likewise.
11861         (SQL_CS_AUTHORIZATION): likewise.
11862         (SQL_CS_CREATE_SCHEMA): likewise.
11863         (SQL_CS_DEFAULT_CHARACTER_SET): likewise.
11864         (SQL_CT_COLUMN_COLLATION): likewise.
11865         (SQL_CT_COLUMN_CONSTRAINT): likewise.
11866         (SQL_CT_COLUMN_DEFAULT): likewise.
11867         (SQL_CT_COMMIT_DELETE): likewise.
11868         (SQL_CT_COMMIT_PRESERVE): likewise.
11869         (SQL_CT_CONSTRAINT_DEFERRABLE): likewise.
11870         (SQL_CT_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11871         (SQL_CT_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11872         (SQL_CT_CONSTRAINT_NAME_DEFINITION): likewise.
11873         (SQL_CT_CONSTRAINT_NON_DEFERRABLE): likewise.
11874         (SQL_CT_CREATE_TABLE): likewise.
11875         (SQL_CT_GLOBAL_TEMPORARY): likewise.
11876         (SQL_CT_LOCAL_TEMPORARY): likewise.
11877         (SQL_CT_TABLE_CONSTRAINT): likewise.
11878         (SQL_CTR_CREATE_TRANSLATION): likewise.
11879         (SQL_CU_DML_STATEMENTS): likewise.
11880         (SQL_CU_INDEX_DEFINITION): likewise.
11881         (SQL_CU_PRIVILEGE_DEFINITION): likewise.
11882         (SQL_CU_PROCEDURE_INVOCATION): likewise.
11883         (SQL_CU_TABLE_DEFINITION): likewise.
11884         (SQL_CVT_GUID): likewise.
11885         (SQL_CVT_INTERVAL_DAY_TIME): likewise.
11886         (SQL_CVT_INTERVAL_YEAR_MONTH): likewise.
11887         (SQL_CVT_WCHAR): likewise.
11888         (SQL_CVT_WLONGVARCHAR): likewise.
11889         (SQL_CVT_WVARCHAR): likewise.
11890         (SQL_DA_DROP_ASSERTION): likewise.
11891         (SQL_DATETIME_LITERALS): likewise.
11892         (SQL_DB_DEFAULT): likewise.
11893         (SQL_DB_DISCONNECT): likewise.
11894         (SQL_DB_RETURN_TO_POOL): likewise.
11895         (SQL_DC_DROP_COLLATION): likewise.
11896         (SQL_DCS_DROP_CHARACTER_SET): likewise.
11897         (SQL_DD_CASCADE): likewise.
11898         (SQL_DD_DROP_DOMAIN): likewise.
11899         (SQL_DD_RESTRICT): likewise.
11900         (SQL_DDL_INDEX): likewise.
11901         (SQL_DELETE_BY_BOOKMARK): likewise.
11902         (SQL_DESC_ARRAY_SIZE): likewise.
11903         (SQL_DESC_ARRAY_STATUS_PTR): likewise.
11904         (SQL_DESC_AUTO_UNIQUE_VALUE): likewise.
11905         (SQL_DESC_BASE_COLUMN_NAME): likewise.
11906         (SQL_DESC_BASE_TABLE_NAME): likewise.
11907         (SQL_DESC_BIND_OFFSET_PTR): likewise.
11908         (SQL_DESC_BIND_TYPE): likewise.
11909         (SQL_DESC_CASE_SENSITIVE): likewise.
11910         (SQL_DESC_CATALOG_NAME): likewise.
11911         (SQL_DESC_CONCISE_TYPE): likewise.
11912         (SQL_DESC_DATETIME_INTERVAL_PRECISION): likewise.
11913         (SQL_DESC_DISPLAY_SIZE): likewise.
11914         (SQL_DESC_FIXED_PREC_SCALE): likewise.
11915         (SQL_DESC_LABEL): likewise.
11916         (SQL_DESC_LITERAL_PREFIX): likewise.
11917         (SQL_DESC_LITERAL_SUFFIX): likewise.
11918         (SQL_DESC_LOCAL_TYPE_NAME): likewise.
11919         (SQL_DESC_MAXIMUM_SCALE): likewise.
11920         (SQL_DESC_MINIMUM_SCALE): likewise.
11921         (SQL_DESC_NUM_PREC_RADIX): likewise.
11922         (SQL_DESC_PARAMETER_TYPE): likewise.
11923         (SQL_DESC_ROWS_PROCESSED_PTR): likewise.
11924         (SQL_DESC_SCHEMA_NAME): likewise.
11925         (SQL_DESC_SEARCHABLE): likewise.
11926         (SQL_DESC_TABLE_NAME): likewise.
11927         (SQL_DESC_TYPE_NAME): likewise.
11928         (SQL_DESC_UNSIGNED): likewise.
11929         (SQL_DESC_UPDATABLE): likewise.
11930         (SQL_DI_CREATE_INDEX): likewise.
11931         (SQL_DI_DROP_INDEX): likewise.
11932         (SQL_DIAG_COLUMN_NUMBER): likewise.
11933         (SQL_DIAG_CURSOR_ROW_COUNT): likewise.
11934         (SQL_DIAG_ROW_NUMBER): likewise.
11935         (SQL_DL_SQL92_DATE): likewise.
11936         (SQL_DL_SQL92_INTERVAL_DAY): likewise.
11937         (SQL_DL_SQL92_INTERVAL_DAY_TO_HOUR): likewise.
11938         (SQL_DL_SQL92_INTERVAL_DAY_TO_MINUTE): likewise.
11939         (SQL_DL_SQL92_INTERVAL_DAY_TO_SECOND): likewise.
11940         (SQL_DL_SQL92_INTERVAL_HOUR): likewise.
11941         (SQL_DL_SQL92_INTERVAL_HOUR_TO_MINUTE): likewise.
11942         (SQL_DL_SQL92_INTERVAL_HOUR_TO_SECOND): likewise.
11943         (SQL_DL_SQL92_INTERVAL_MINUTE): likewise.
11944         (SQL_DL_SQL92_INTERVAL_MINUTE_TO_SECOND): likewise.
11945         (SQL_DL_SQL92_INTERVAL_MONTH): likewise.
11946         (SQL_DL_SQL92_INTERVAL_SECOND): likewise.
11947         (SQL_DL_SQL92_INTERVAL_YEAR): likewise.
11948         (SQL_DL_SQL92_INTERVAL_YEAR_TO_MONTH): likewise.
11949         (SQL_DL_SQL92_TIME): likewise.
11950         (SQL_DL_SQL92_TIMESTAMP): likewise.
11951         (SQL_DM_VER): likewise.
11952         (SQL_DRIVER_HDESC): likewise.
11953         (SQL_DROP_ASSERTION): likewise.
11954         (SQL_DROP_CHARACTER_SET): likewise.
11955         (SQL_DROP_COLLATION): likewise.
11956         (SQL_DROP_DOMAIN): likewise.
11957         (SQL_DROP_SCHEMA): likewise.
11958         (SQL_DROP_TABLE): likewise.
11959         (SQL_DROP_TRANSLATION): likewise.
11960         (SQL_DROP_VIEW): likewise.
11961         (SQL_DS_CASCADE): likewise.
11962         (SQL_DS_DROP_SCHEMA): likewise.
11963         (SQL_DS_RESTRICT): likewise.
11964         (SQL_DT_CASCADE): likewise.
11965         (SQL_DT_DROP_TABLE): likewise.
11966         (SQL_DT_RESTRICT): likewise.
11967         (SQL_DTC_DONE): likewise.
11968         (SQL_DTR_DROP_TRANSLATION): likewise.
11969         (SQL_DV_CASCADE): likewise.
11970         (SQL_DV_DROP_VIEW): likewise.
11971         (SQL_DV_RESTRICT): likewise.
11972         (SQL_DYNAMIC_CURSOR_ATTRIBUTES1): likewise.
11973         (SQL_DYNAMIC_CURSOR_ATTRIBUTES2): likewise.
11974         (SQL_EXT_API_LAST): likewise.
11975         (SQL_EXT_API_START): likewise.
11976         (SQL_FETCH_BY_BOOKMARK): likewise.
11977         (SQL_FETCH_FIRST_SYSTEM): likewise.
11978         (SQL_FETCH_FIRST_USER): likewise.
11979         (SQL_FN_CVT_CAST): likewise.
11980         (SQL_FN_STR_BIT_LENGTH): likewise.
11981         (SQL_FN_STR_CHAR_LENGTH): likewise.
11982         (SQL_FN_STR_CHARACTER_LENGTH): likewise.
11983         (SQL_FN_STR_OCTET_LENGTH): likewise.
11984         (SQL_FN_STR_POSITION): likewise.
11985         (SQL_FN_TD_CURRENT_DATE): likewise.
11986         (SQL_FN_TD_CURRENT_TIME): likewise.
11987         (SQL_FN_TD_CURRENT_TIMESTAMP): likewise.
11988         (SQL_FN_TD_EXTRACT): likewise.
11989         (SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES1): likewise.
11990         (SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES2): likewise.
11991         (SQL_FUNC_EXISTS(exists,api)): likewise.
11992         (SQL_GB_COLLATE): likewise.
11993         (SQL_HANDLE_SENV): likewise.
11994         (SQL_IK_ALL): likewise.
11995         (SQL_IK_ASC): likewise.
11996         (SQL_IK_DESC): likewise.
11997         (SQL_IK_NONE): likewise.
11998         (SQL_INDEX_KEYWORDS): likewise.
11999         (SQL_INFO_DRIVER_START): likewise.
12000         (SQL_INFO_LAST): likewise.
12001         (SQL_INFO_SCHEMA_VIEWS): likewise.
12002         (SQL_INITIALLY_DEFERRED): likewise.
12003         (SQL_INITIALLY_IMMEDIATE): likewise.
12004         (SQL_INSERT_STATEMENT): likewise.
12005         (SQL_INTERVAL): likewise.
12006         (SQL_IS_INSERT_LITERALS): likewise.
12007         (SQL_IS_INSERT_SEARCHED): likewise.
12008         (SQL_IS_INTEGER): likewise.
12009         (SQL_IS_POINTER): likewise.
12010         (SQL_IS_SELECT_INTO): likewise.
12011         (SQL_IS_SMALLINT): likewise.
12012         (SQL_IS_UINTEGER): likewise.
12013         (SQL_IS_USMALLINT): likewise.
12014         (SQL_ISV_ASSERTIONS): likewise.
12015         (SQL_ISV_CHARACTER_SETS): likewise.
12016         (SQL_ISV_CHECK_CONSTRAINTS): likewise.
12017         (SQL_ISV_COLLATIONS): likewise.
12018         (SQL_ISV_COLUMN_DOMAIN_USAGE): likewise.
12019         (SQL_ISV_COLUMN_PRIVILEGES): likewise.
12020         (SQL_ISV_COLUMNS): likewise.
12021         (SQL_ISV_CONSTRAINT_COLUMN_USAGE): likewise.
12022         (SQL_ISV_CONSTRAINT_TABLE_USAGE): likewise.
12023         (SQL_ISV_DOMAIN_CONSTRAINTS): likewise.
12024         (SQL_ISV_DOMAINS): likewise.
12025         (SQL_ISV_KEY_COLUMN_USAGE): likewise.
12026         (SQL_ISV_REFERENTIAL_CONSTRAINTS): likewise.
12027         (SQL_ISV_SCHEMATA): likewise.
12028         (SQL_ISV_SQL_LANGUAGES): likewise.
12029         (SQL_ISV_TABLE_CONSTRAINTS): likewise.
12030         (SQL_ISV_TABLE_PRIVILEGES): likewise.
12031         (SQL_ISV_TABLES): likewise.
12032         (SQL_ISV_TRANSLATIONS): likewise.
12033         (SQL_ISV_USAGE_PRIVILEGES): likewise.
12034         (SQL_ISV_VIEW_COLUMN_USAGE): likewise.
12035         (SQL_ISV_VIEW_TABLE_USAGE): likewise.
12036         (SQL_ISV_VIEWS): likewise.
12037         (SQL_KEYSET_CURSOR_ATTRIBUTES1): likewise.
12038         (SQL_KEYSET_CURSOR_ATTRIBUTES2): likewise.
12039         (SQL_MAX_ASYNC_CONCURRENT_STATEMENTS): likewise.
12040         (SQL_NO_COLUMN_NUMBER): likewise.
12041         (SQL_NO_ROW_NUMBER): likewise.
12042         (SQL_NOT_DEFERRABLE): likewise.
12043         (SQL_NUM_EXTENSIONS): likewise.
12044         (SQL_NUM_FUNCTIONS): likewise.
12045         (SQL_ODBC_INTERFACE_CONFORMANCE): likewise.
12046         (SQL_OIC_CORE): likewise.
12047         (SQL_OIC_LEVEL1): likewise.
12048         (SQL_OIC_LEVEL2): likewise.
12049         (SQL_OV_ODBC2): likewise.
12050         (SQL_OV_ODBC3): likewise.
12051         (SQL_PARAM_ARRAY_ROW_COUNTS): likewise.
12052         (SQL_PARAM_ARRAY_SELECTS): likewise.
12053         (SQL_PARAM_BIND_BY_COLUMN): likewise.
12054         (SQL_PARAM_BIND_TYPE_DEFAULT): likewise.
12055         (SQL_PARAM_DIAG_UNAVAILABLE): likewise.
12056         (SQL_PARAM_ERROR): likewise.
12057         (SQL_PARAM_IGNORE): likewise.
12058         (SQL_PARAM_PROCEED): likewise.
12059         (SQL_PARAM_SUCCESS): likewise.
12060         (SQL_PARAM_SUCCESS_WITH_INFO): likewise.
12061         (SQL_PARAM_UNUSED): likewise.
12062         (SQL_PARC_BATCH): likewise.
12063         (SQL_PARC_NO_BATCH): likewise.
12064         (SQL_PAS_BATCH): likewise.
12065         (SQL_PAS_NO_BATCH): likewise.
12066         (SQL_PAS_NO_SELECT): likewise.
12067         (SQL_ROW_IGNORE): likewise.
12068         (SQL_ROW_NUMBER_UNKNOWN): likewise.
12069         (SQL_ROW_PROCEED): likewise.
12070         (SQL_ROW_SUCCESS_WITH_INFO): likewise.
12071         (SQL_SC_FIPS127_2_TRANSITIONAL): likewise.
12072         (SQL_SC_SQL92_ENTRY): likewise.
12073         (SQL_SC_SQL92_FULL): likewise.
12074         (SQL_SC_SQL92_INTERMEDIATE): likewise.
12075         (SQL_SCC_ISO92_CLI): likewise.
12076         (SQL_SCC_XOPEN_CLI_VERSION1): likewise.
12077         (SQL_SCHEMA_TERM): likewise.
12078         (SQL_SCHEMA_USAGE): likewise.
12079         (SQL_SDF_CURRENT_DATE): likewise.
12080         (SQL_SDF_CURRENT_TIME): likewise.
12081         (SQL_SDF_CURRENT_TIMESTAMP): likewise.
12082         (SQL_SFKD_CASCADE): likewise.
12083         (SQL_SFKD_NO_ACTION): likewise.
12084         (SQL_SFKD_SET_DEFAULT): likewise.
12085         (SQL_SFKD_SET_NULL): likewise.
12086         (SQL_SFKU_CASCADE): likewise.
12087         (SQL_SFKU_NO_ACTION): likewise.
12088         (SQL_SFKU_SET_DEFAULT): likewise.
12089         (SQL_SFKU_SET_NULL): likewise.
12090         (SQL_SG_DELETE_TABLE): likewise.
12091         (SQL_SG_INSERT_COLUMN): likewise.
12092         (SQL_SG_INSERT_TABLE): likewise.
12093         (SQL_SG_REFERENCES_COLUMN): likewise.
12094         (SQL_SG_REFERENCES_TABLE): likewise.
12095         (SQL_SG_SELECT_TABLE): likewise.
12096         (SQL_SG_UPDATE_COLUMN): likewise.
12097         (SQL_SG_UPDATE_TABLE): likewise.
12098         (SQL_SG_USAGE_ON_CHARACTER_SET): likewise.
12099         (SQL_SG_USAGE_ON_COLLATION): likewise.
12100         (SQL_SG_USAGE_ON_DOMAIN): likewise.
12101         (SQL_SG_USAGE_ON_TRANSLATION): likewise.
12102         (SQL_SG_WITH_GRANT_OPTION): likewise.
12103         (SQL_SNVF_BIT_LENGTH): likewise.
12104         (SQL_SNVF_CHAR_LENGTH): likewise.
12105         (SQL_SNVF_CHARACTER_LENGTH): likewise.
12106         (SQL_SNVF_EXTRACT): likewise.
12107         (SQL_SNVF_OCTET_LENGTH): likewise.
12108         (SQL_SNVF_POSITION): likewise.
12109         (SQL_SP_BETWEEN): likewise.
12110         (SQL_SP_COMPARISON): likewise.
12111         (SQL_SP_EXISTS): likewise.
12112         (SQL_SP_IN): likewise.
12113         (SQL_SP_ISNOTNULL): likewise.
12114         (SQL_SP_ISNULL): likewise.
12115         (SQL_SP_LIKE): likewise.
12116         (SQL_SP_MATCH_FULL): likewise.
12117         (SQL_SP_MATCH_PARTIAL): likewise.
12118         (SQL_SP_MATCH_UNIQUE_FULL): likewise.
12119         (SQL_SP_MATCH_UNIQUE_PARTIAL): likewise.
12120         (SQL_SP_OVERLAPS): likewise.
12121         (SQL_SP_QUANTIFIED_COMPARISON): likewise.
12122         (SQL_SP_UNIQUE): likewise.
12123         (SQL_SQL_CONFORMANCE): likewise.
12124         (SQL_SQL92_DATETIME_FUNCTIONS): likewise.
12125         (SQL_SQL92_FOREIGN_KEY_DELETE_RULE): likewise.
12126         (SQL_SQL92_FOREIGN_KEY_UPDATE_RULE): likewise.
12127         (SQL_SQL92_GRANT): likewise.
12128         (SQL_SQL92_NUMERIC_VALUE_FUNCTIONS): likewise.
12129         (SQL_SQL92_PREDICATES): likewise.
12130         (SQL_SQL92_RELATIONAL_JOIN_OPERATORS): likewise.
12131         (SQL_SQL92_REVOKE): likewise.
12132         (SQL_SQL92_ROW_VALUE_CONSTRUCTOR): likewise.
12133         (SQL_SQL92_STRING_FUNCTIONS): likewise.
12134         (SQL_SQL92_VALUE_EXPRESSIONS): likewise.
12135         (SQL_SR_CASCADE): likewise.
12136         (SQL_SR_DELETE_TABLE): likewise.
12137         (SQL_SR_GRANT_OPTION_FOR): likewise.
12138         (SQL_SR_INSERT_COLUMN): likewise.
12139         (SQL_SR_INSERT_TABLE): likewise.
12140         (SQL_SR_REFERENCES_COLUMN): likewise.
12141         (SQL_SR_REFERENCES_TABLE): likewise.
12142         (SQL_SR_RESTRICT): likewise.
12143         (SQL_SR_SELECT_TABLE): likewise.
12144         (SQL_SR_UPDATE_COLUMN): likewise.
12145         (SQL_SR_UPDATE_TABLE): likewise.
12146         (SQL_SR_USAGE_ON_CHARACTER_SET): likewise.
12147         (SQL_SR_USAGE_ON_COLLATION): likewise.
12148         (SQL_SR_USAGE_ON_DOMAIN): likewise.
12149         (SQL_SR_USAGE_ON_TRANSLATION): likewise.
12150         (SQL_SRJO_CORRESPONDING_CLAUSE): likewise.
12151         (SQL_SRJO_CROSS_JOIN): likewise.
12152         (SQL_SRJO_EXCEPT_JOIN): likewise.
12153         (SQL_SRJO_FULL_OUTER_JOIN): likewise.
12154         (SQL_SRJO_INNER_JOIN): likewise.
12155         (SQL_SRJO_INTERSECT_JOIN): likewise.
12156         (SQL_SRJO_LEFT_OUTER_JOIN): likewise.
12157         (SQL_SRJO_NATURAL_JOIN): likewise.
12158         (SQL_SRJO_RIGHT_OUTER_JOIN): likewise.
12159         (SQL_SRJO_UNION_JOIN): likewise.
12160         (SQL_SRVC_DEFAULT): likewise.
12161         (SQL_SRVC_NULL): likewise.
12162         (SQL_SRVC_ROW_SUBQUERY): likewise.
12163         (SQL_SRVC_VALUE_EXPRESSION): likewise.
12164         (SQL_SSF_CONVERT): likewise.
12165         (SQL_SSF_LOWER): likewise.
12166         (SQL_SSF_SUBSTRING): likewise.
12167         (SQL_SSF_TRANSLATE): likewise.
12168         (SQL_SSF_TRIM_BOTH): likewise.
12169         (SQL_SSF_TRIM_LEADING): likewise.
12170         (SQL_SSF_TRIM_TRAILING): likewise.
12171         (SQL_SSF_UPPER): likewise.
12172         (SQL_STANDARD_CLI_CONFORMANCE): likewise.
12173         (SQL_STATIC_CURSOR_ATTRIBUTES1): likewise.
12174         (SQL_STATIC_CURSOR_ATTRIBUTES2): likewise.
12175         (SQL_SU_DML_STATEMENTS): likewise.
12176         (SQL_SU_INDEX_DEFINITION): likewise.
12177         (SQL_SU_PRIVILEGE_DEFINITION): likewise.
12178         (SQL_SU_PROCEDURE_INVOCATION): likewise.
12179         (SQL_SU_TABLE_DEFINITION): likewise.
12180         (SQL_SVE_CASE): likewise.
12181         (SQL_SVE_CAST): likewise.
12182         (SQL_SVE_COALESCE): likewise.
12183         (SQL_SVE_NULLIF): likewise.
12184         (SQL_UB_FIXED): likewise.
12185         (SQL_UB_VARIABLE): likewise.
12186         (SQL_UNION_STATEMENT): likewise.
12187         (SQL_UPDATE_BY_BOOKMARK): likewise.
12188         (SQL_US_UNION): likewise.
12189         (SQL_US_UNION_ALL): likewise.
12190         (SQL_DESC_ROWVER): likewise.
12191         (SQL_GUID): likewise.
12192         (SQL_C_GUID): likewise.
12193         (ODBC_STD): likewise.
12194         (SQLAllocHandle): likewise.
12195         (SQLAllocEnv(p)): likewise.
12196         (SQL_YEAR): likewise.
12197         (SQL_MONTH): likewise.
12198         (SQL_DAY): likewise.
12199         (SQL_HOUR): likewise.
12200         (SQL_MINUTE): likewise.
12201         (SQL_SECOND): likewise.
12202         (SQL_YEAR_TO_MONTH): likewise.
12203         (SQL_DAY_TO_HOUR): likewise.
12204         (SQL_DAY_TO_MINUTE): likewise.
12205         (SQL_DAY_TO_SECOND): likewise.
12206         (SQL_HOUR_TO_MINUTE): likewise.
12207         (SQL_HOUR_TO_SECOND): likewise.
12208         (SQL_MINUTE_TO_SECOND): likewise.
12209         (SQL_ATTR_ANSI_APP): likewise.
12210         (SQL_AA_TRUE): likewise.
12211         (SQL_AA_FALSE): likewise.
12212
12213         * include/sqltypes.h (#pragma pack(push,1), #pragma pack(pop)): remove.
12214         (struct tagSQL_YEAR_MONTH): add for ODBC3.x.
12215         (struct tagSQL_DAY_SECOND): likewise.
12216         (struct tagSQL_INTERVAL_STRUCT): likewise.
12217         (struct tagSQL_NUMERIC_STRUCT): likewise.
12218         (struct tagSQLGUID): add for 0DBC3.50.
12219         (enum SQLINTERVAL): add for ODBC3.x.
12220         (SQLWCHAR): add typedef.
12221         (SQLTCHAR): add typedef, conditional on UNICODE.
12222         (SQLLEN): add typedef for _WIN64, define for _WIN32.
12223         (SQLULEN): likewise.
12224         (SQLROWOFFSET): likewise.
12225         (SQLROWCOUNT): likewise.
12226         (SQLTRANSID): likewise.
12227         (SQLSETPOSIROW): likewise.
12228         (SQLHANDLE): add ODBC3.x typedef.
12229         (SQLHDESC): likewise.
12230         (SQLDATE): likewise.
12231         (SQLDECIMAL): likewise.
12232         (SQLDOUBLE): likewise.
12233         (SQLFLOAT): likewise.
12234         (SQLNUMERIC): likewise.
12235         (SQLREAL): likewise.
12236         (SQLTIME): likewise.
12237         (SQLTIMESTAMP): likewise.
12238         (SQLVARCHAR): likewise.
12239         (SQLBIGINT): likewise.
12240         (SQLUBIGINT): likewise.
12241         (SQL_DATE_STRUCT): likewise.
12242         (SQL_TIME_STRUCT): likewise.
12243         (SQL_TIMESTAMP_STRUCT): likewise.
12244         (ODBCINT64): add ODBC3.x define.
12245
12246         * lib/odbc32.def : regenerate.
12247
12248 2001-01-26  Earnie Boyd  <earnie@users.sourceforge.net
12249
12250         * Apply Danny Smith patch 102275
12251         2000-11-05  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12252         * include/objbase.h: (COM_RIGHTS): Add definition.
12253         (tagSTDMSHLFLAGS): add enumeration.
12254         (CoInitializeEx): Add prototypes.
12255         (CoGetStdMarshalEx): ditto.
12256         (CoCreateInstanceEx): ditto.
12257         (CoInitializeSecurity): ditto.
12258         (CoGetCallContext): ditto.
12259         (CoQueryProxyBlanket): ditto.
12260         (CoSetProxyBlanket): ditto.
12261         (CoCopyProxy): ditto.
12262         (CoQueryClientBlanket): ditto.
12263         (CoImpersonateClient): ditto.
12264         (CoRevertToSelf): ditto.
12265         (CoQueryAuthenticationServices): ditto.
12266         (CoSwitchCallContext): ditto.
12267         (CoGetInstanceFromFile): ditto.
12268         (CoGetInstanceFromIStorage): ditto.
12269         * include/objidl.h: (SOLE_AUTHENTICATION_SERVICE): Add structure.
12270         (SOLE_AUTHENTICATION_INFO): ditto.
12271         (EOLE_AUTHENTICATION_CAPABILITIES): Add enumeration.
12272         (COLE_DEFAULT_PRINCIPAL): Add definition.
12273         (COLE_DEFAULT_AUTHINFO): Ditto.
12274         * include/rpcdce.h: (RPC_C_AUTHZ_DEFAULT): Add definition.
12275         (RPC_PROTSEQ_VECTOR) Fix typo.
12276         (RpcRaiseException): add DECLSPEC_NORETURN attribute.
12277         * include/winbase.h: (FreeLibraryAndExitThread): add DECLSPEC_NORETURN
12278         attribute.
12279
12280 2001-01-26  Earnie Boyd  <earnie@users.sourceforge.net>
12281
12282         * lib/msvcp60.def: Apply Danny Smith patch 103321.
12283         2001-01-17  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>.
12284         New file.
12285
12286 2001-01-26  Christopher Faylor  <cgf@cygnus.com>
12287
12288         * include/winnt.h: Add PTOKEN_USER.
12289
12290 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
12291
12292         * include/sqlucode.h: Apply Danny Smith patch 102443
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         * lib/odbccp32.def: Apply Danny Smith patch 102442
12299         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12300         New file.
12301
12302 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
12303
12304         * include/odbcinst.h: Apply Danny Smith patch 102441
12305         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12306         New file.
12307
12308 2000-12-25  Christopher Faylor  <cgf@cygnus.com>
12309
12310         * lib/Makefile.in: Don't make "links" to include/w32api directory.
12311
12312 2000-12-20  Corinna Vinschen  <corinna@vinschen.de>
12313
12314         * include/winbase.h: Add prototype for SetSecurityDescriptorControl.
12315
12316 2000-12-11  Christopher Faylor  <cgf@cygnus.com>
12317
12318         * lib/Makefile.in: Install headers and libraries in tooldir.
12319
12320 2000-12-04  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12321
12322         * include/winnls.h: NORM_IGNORE* remove duplicate defines.
12323         SORT_STRINGSORT: ditto.
12324         CMAP*: ditto.
12325         CTRY_*: add new defines.
12326         LGRPID_*: ditto.
12327         LCMAP*: change defines to hex notation.
12328         CALID: change from ULONG to DWORD.
12329         CALTYPE: ditto.
12330         _cpinfoex[AW]: add structure.
12331         FoldString: correct Unicode mappings.
12332         GetCPInfoEx[AW]: add prototypes.
12333         EnumCalendarInfoEx[AW]: ditto.
12334         EnumDateFormatsEx[AW]: ditto.
12335         EnumSystemLanguageGroups[AW]: ditto.
12336         EnumLanguageGroupLocales[AW]: ditto.
12337         EnumUILanguages[AW]: ditto.
12338         GetSystemDefaultUILanguage[AW]: ditto.
12339         GetUserDefaultUILanguage[AW]: ditto.
12340         IsValidLanguageGroup[AW]: ditto.
12341         CALINFO_ENUMPROCEX[AW]: add function pointer typedef
12342         LANGUAGEGROUP_ENUMPROC[AW]: ditto
12343         LANGGROUPLOCALE_ENUMPROC[AW]: ditto
12344         UILANGUAGE_ENUMPROC[AW]: ditto
12345         DATEFMT_ENUMPROCEX[AW]: ditto
12346         LPCURRENCYFMT[AW]: add structure pointer typedef
12347         LPNUMBERFMT[AW]: ditto
12348
12349 2000-12-02  Matt Hargett  <matt@use.net>
12350
12351         * include/winbase.h: Added a define for INVALID_SET_FILE_POINTER, a
12352         possible return code for the SetFilePointer() win32 API call.
12353
12354 2000-11-09  Corinna Vinschen  <corinna@vinschen.de>
12355
12356         * include/winnt.h: Add missing FILE_NAMED_STREAMS define.
12357
12358 2000-11-06  Earnie Boyd  <earnie_boyd@yahoo.com>
12359
12360         * Makefile.in: increment VERSION.
12361         (dist:) Rename to srcdist.  Create new dist target to call
12362         srcdist and bindist targets.
12363         (srcdist:) New target.
12364         (clean-top:) add call to mostlyclean-top and add rm of distribution
12365         tarballs.
12366         * lib/Makefile.in: (uninstall:) modify to remove files from the
12367         new w32api subdirectory and to remove w32api subdirectory.
12368         (xuninstall:) Ditto.
12369         TODO: Add a task to redo the clean targets of Makefile.in
12370
12371 2000-11-03  Christopher Faylor  <cgf@cygnus.com>
12372
12373         * lib/Makefile.in: Install header files in w32api subdirectory.
12374
12375 2000-10-31  Earnie Boyd  <earnie_boyd@yahoo.com>
12376
12377         * CONTRIBUTIONS: New file.
12378         * README: Change the maintained by header.
12379         * TODO: Add a note about checking the TODO.
12380
12381 2000-10-31  Earnie Boyd  <earnie_boyd@yahoo.com>
12382
12383         * Merge in accepted changes from
12384         2000-10-23  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12385         * include/basetyps.h: add comment for GUID_DEFINED
12386         * include/lm.h: add includes for lmerr.h and lmserver.h
12387         * include/lmcons.h: add W2K typedefs LMSTR, LMCSTR
12388         * include/lmerr.h:  add error codes
12389         * include/lmserver.h: replace LPTSTR with LPWSTR,
12390         LPTCSTR with LPWCSTR in structures and prototypes
12391         * include/lmshare.h: ditto
12392         * include/lmuse.h: ditto
12393         * include/lmstats.h: ditto
12394         * include/oleauto.h: add function prototype SystemTimeToVariantTime
12395         * include/winbase.h: change first argument of CommConfigDialog to const
12396         * include/windowsx.h: add macros  defining FAR versions of
12397         mem and string functions for porting from Win16 code
12398         * include/winioctl.h:  added IOCTL_STORAGE defines
12399         * include/winnetwk.h:  added WNNC_NET flags
12400         * include/winnt.h: add include of <basetsd.h>;
12401         add structs; add pointer typedefs  for TOKEN structs
12402         * include/winsock.h: add guard around BSD-ish typedefs
12403         * include/wtypes.h: new VARENUM enums, new WIN32/WIN64 compat. macros
12404         * include/basetsd.h: new file
12405         * include/raserror.h: ditto
12406         * include/rassapi.h: ditto
12407         * include/ras.h: ditto
12408         comment from Earnie: replaced original ras.h contribution with Danny's
12409         contribution as it is more complete.
12410         * include/rpcndr.h: add default definition for __RPCNDR_H_VERSION__
12411
12412 2000-10-19  Earnie Boyd  <earnie_boyd@yahoo.com>
12413
12414         * Makefile.in: increment VERSION.  Change tar file name for dist and
12415         bindist targets to be more standard.
12416         * config.guess: Update with the currently published file.
12417         * config.sub: ditto.
12418         * configure.in: Use value of build_alias instead of testing for
12419         directory names to set BUILDENV.
12420         * configure: ditto.
12421         * lib/Makefile.in: Change the name of the targets install,
12422         install-headers and install-libraries to xinstall, xinstall-headers
12423         and xinstall-libraries for system target specified installation.
12424         Recreate targets install, install-headers and install-libraries for
12425         exec-prefix specified installation.  Ditto for the uninstall targets of
12426         the same name.
12427
12428 2000-10-09  Corinna Vinschen  <corinna@vinschen.de>
12429
12430         * include/iprtrmib.h: Further layout changes according to standard.
12431         * include/iptypes.h: Ditto.
12432         * include/ntdef.h: Ditto.
12433         * include/ntsecapi.h: Ditto.
12434         * include/subauth.h: Ditto.
12435
12436 2000-10-09  Corinna Vinschen  <corinna@vinschen.de>
12437
12438         * include/ntsecapi.h: Fix PLSA_UNICODE_STRING define.
12439
12440 2000-10-08  Corinna Vinschen  <corinna@vinschen.de>
12441
12442         * include/ntsecapi.h: New file.
12443         * include/subauth.h: Ditto.
12444         * include/ipexport.h: Fix global header define not to contain
12445         trailing underscore. Change layout according to standard.
12446         * include/iphlpapi.h: Ditto.
12447         * include/ipifcons.h: Ditto.
12448         * include/iprtrmib.h: Ditto.
12449         * include/iptypes.h: Ditto.
12450         * include/ntdef.h: Ditto. Define conditional datatypes dependent
12451         of inclusion of ntsecapi.h and subauth.h.
12452         * lib/secur32.def: New stub for secur32.dll.
12453
12454 2000-10-02  Corinna Vinschen  <corinna@vinschen.de>
12455
12456         * include/ras.h: New file.
12457         * lib/rasapi32.def: Add symbols for RasEnumDevicesA and
12458         RasEnumDevicesW.
12459
12460 2000-10-02  Corinna Vinschen  <corinna@vinschen.de>
12461
12462         * include/ntdef.h: Add define for NTAPI.
12463
12464 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12465
12466         * include/ipexport.h: Add missing `extern "C"' directives.
12467         * include/iphlpapi.h: Ditto.
12468         * include/iprtrmib.h: Ditto.
12469         * include/iptypes.h: Ditto.
12470
12471 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12472
12473         * include/ipifcons.h: New header file.
12474         * include/iprtrmib.h: Move operational states to ipifcons.h.
12475         * include/iphlpapi.h: Add missing parameters to GetIfTable()
12476         declaration.
12477
12478 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12479
12480         * include/iprtrmib.h: Add missing MIB_IF_OPER_STATUS_xxx definitions.
12481
12482 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12483
12484         * lib/iphlpapi.def: New stub for iphlpapi.dll.
12485         * include/iptypes.h: New header file.
12486         * include/ipexport.h: Ditto.
12487         * include/iphlpapi.h: Ditto.
12488         * include/iprtrmib.h: Ditto.
12489
12490 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12491
12492         * include/ntdef.h: New file.
12493
12494 2000-08-18  Corinna Vinschen  <corinna@vinschen.de>
12495
12496         * include/winnt.h:Add enums for TokenRestrictedSids and TokenSessionId
12497         to TOKEN_INFORMATION_CLASS type.
12498         Add QUOTA_LIMITS type.
12499
12500 2000-08-08  Corinna Vinschen  <corinna@vinschen.de>
12501
12502         * include/userenv.h: New header file.
12503         * lib/userenv.def: New stub for userenv.dll.
12504
12505 2000-08-08  Christopher Faylor  <cgf@cygnus.com>
12506
12507         * include/winuser.h: Correct PCWPSTRUCT typo.
12508         (discovered by Axel Riese)
12509
12510 2000-07-27  DJ Delorie  <dj@redhat.com>
12511
12512         * include/windows.h: optimize non-inclusion of repeat headers
12513
12514 2000-07-21  Corinna Vinschen  <corinna@vinschen.de>
12515
12516         * include/winnt.h: Add missing typedefs for PTOKEN_SOURCE and
12517         LPTOKEN_SOURCE.
12518
12519 2000-07-11  DJ Delorie  <dj@cygnus.com>
12520
12521         * include/shlobj.h: add CSIDL_COMMON_*
12522
12523 2000-06-27  Corinna Vinschen  <corinna@vinschen.de>
12524
12525         * include/winbase.h: Add stream ids BACKUP_OBJECT_ID,
12526         BACKUP_REPARSE_DATA and BACKUP_SPARSE_BLOCK.
12527         Add file open flags FILE_FLAG_OPEN_REPARSE_POINT and
12528         FILE_FLAG_OPEN_NO_RECALL.
12529         * winioctl.h: Add device io control codes FSCTL_GET_REPARSE_POINT,
12530         FSCTL_SET_REPARSE_POINT and FSCTL_DELETE_REPARSE_POINT.
12531         * winnt.h: Add typedef for GUID.
12532         Add file attributes FILE_ATTRIBUTE_ENCRYPTED,
12533         FILE_ATTRIBUTE_SPARSE_FILE, FILE_ATTRIBUTE_REPARSE_POINT and
12534         FILE_ATTRIBUTE_NOT_CONTENT_INDEXED.
12535         Add volume attributes FILE_VOLUME_QUOTAS, FILE_SUPPORTS_SPARSE_FILES,
12536         FILE_SUPPORTS_REPARSE_POINTS, FILE_SUPPORTS_REMOTE_STORAGE,
12537         FILE_SUPPORTS_OBJECT_IDS and FILE_SUPPORTS_ENCRYPTION.
12538         Add several reparse point defines and typedefs for REPARSE_DATA_BUFFER,
12539         REPARSE_GUID_DATA_BUFFER and REPARSE_POINT_INFORMATION.
12540         * lib/psapi.def: New file.
12541
12542 2000-06-22  Christopher Faylor  <cgf@cygnus.com>
12543
12544         * rpcdce.h: Protect OPTIONAL definition since it may be (legally)
12545         previously defined.
12546         * windef.h : Ditto.
12547
12548 2000-06-14  Kazuhiro Fujieda  <fujieda@jaist.ac.jp>
12549
12550         * include/winnt.h: Add some missing defines related to locale
12551         identifiers.  Translate values of LANG_* and SUBLANG_* into hexadecimal.
12552
12553 2000-05-27  Corinna Vinschen  <corinna@vinschen.de>
12554
12555         * include/wincrypt.h: Add missing CRYPT_MACHINE_KEYSET define.
12556
12557 2000-05-18  Corinna Vinschen  <corinna@vinschen.de>
12558
12559         * include/winnt.h: Add some missing TAPE_DRIVE_* defines.
12560
12561 2000-04-26  Christopher Faylor  <cgf@cygnus.com>
12562
12563         * include/wininet.h: Add another "INTERNET_OPTIONS".
12564
12565 2000-04-25  Mumit Khan  <khan@xraylith.wisc.edu>
12566
12567         * include/winspool.h: Add 2 more PRINTER_ATTRIBUTE_* macros.
12568
12569 2000-04-25  Martin Kotulla  <martin-k@softmaker.de>
12570
12571         * include/ddeml.h (DdeCreateStringHandle{A,W}): Fix prototype.
12572         * include/shlobj.h (IShellLink{A,W}::GetPath): Fix prototype.
12573         * include/wingdi.h: Add LPFNDEVMODE and LPFNDEVCAPS callbacks.
12574         * include/winuser.h: Add WM_* macros. Add PCOPYDATASTRUCT typedef.
12575
12576 2000-04-10  Christopher Faylor  <cgf@cygnus.com>
12577
12578         * include/winbase.h: Change first argument of ENUMRES* types to
12579         coincide with Microsoft usage.
12580
12581 2000-04-01  Christopher Faylor  <cgf@cygnus.com>
12582
12583         * include/wininet.h: Add three more "INTERNET_OPTIONS".
12584
12585 2000-03-30  Mumit Khan  <khan@xraylith.wisc.edu>
12586
12587         * include/winbase.h (CreateHardLink{A,W}): Add prototypes.
12588         * include/winerror.h (ERROR_TOO_MANY_LINKS): Add macro.
12589         * include/winnt.h (SEC_*): Add macros.
12590         * lib/th32.def: Use Kernel32.dll instead of TH32.DLL.
12591         * include/ole.h: Workaround for C++ parser bug.
12592         * include/rpcdcep.h: Likewise.
12593         * include/winsock.h: Likewise.
12594
12595 2000-03-26  Christopher Faylor  <cgf@cygnus.com>
12596
12597         * include/winnt.h: Eliminate duplicate PCONTEXT and LPCONTEXT typedefs.
12598
12599 2000-02-28  Mumit Khan  <khan@xraylith.wisc.edu>
12600
12601         Patches from Jan Nijtmans <j.nijtmans@chello.nl>:
12602         * include/wtypes.h (PBLOB, LPBLOB): Define.
12603         * include/winsock2.h: Much more complete version.
12604         (FD_SET, SOMAXCONN): Protect common macros defined by winsock.h.
12605
12606         Patches from Jan Nijtmans <j.nijtmans@chello.nl>:
12607         * include/winsock.h (FD_CLR): Add missing ')'.
12608         (timercmp): Fix macro to handle all 6 comparison operators.
12609         (AF_FIREFOX, AF_UNKNOWN1, AF_BAN, AF_ATM, AF_INET6): Define.
12610         (AF_MAX): Update.
12611         (PF_FIREFOX, PF_UNKNOWN1, PF_BAN, PF_ATM, PF_INET6): Define.
12612
12613         * include/largeint.h: Rename HAVE_INT64 macro to _HAVE_INT64 to avoid
12614         namespace pollution.
12615         * include/rpcndr.h: Likewise.
12616         * include/winnt.h: Likewise.
12617         * include/shlobj.h (SHGetDataFromIDList{A,W}): Fix typo.
12618         (SHGetSpecialFolderPath{A,W}): Add prototypes.
12619         * lib/ole32.def: Add missing exports.
12620         * include/winbase.h (TLS_MINIMUM_AVAILABLE): Move macro from here
12621         * include/winnt.h (TLS_MINIMUM_AVAILABLE): to here.
12622         (NT_TIB): Define.
12623         * include/tlhelp32.h: New file.
12624
12625 2000-02-28  Christopher Faylor  <cgf@cygnus.com>
12626
12627         * include/rapi.h: New file.
12628         * lib/rapi.def: New file.
12629
12630 2000-02-11  Axel Riese  <ariese@andromeda.risc.uni-linz.ac.at>
12631
12632         * oaidl.h (LPTYPECOMP): Remove multiple definition.
12633
12634 2000-02-03  Mumit Khan  <khan@xraylith.wisc.edu>
12635
12636         * Snapshot 2000-02-03.
12637
12638 2000-01-21  Chris Faylor  <cgf@cygnus.com>
12639
12640         * include/winnt.h: Add ARM support.
12641
12642 2000-01-19  Mumit Khan  <khan@xraylith.wisc.edu>
12643
12644         From Greg Primes <gregory.l.priem@intel.com>:
12645         * include/oaidl.h (DESCKIND): Define macro.
12646         (ITypeComp): Define interface.
12647         (ITypeComp): Likewise.
12648         * rpcndr.h (DECLSPEC_UUID): Define macro.
12649         (MIDL_INTERFACE): Likewise.
12650
12651         * include/psapi.h: New file.
12652         * include/imagehlp.h: New file.
12653         * lib/imagehlp.def: New file.
12654
12655         * include/oaidl.h (tagVARIANT): Update fields.
12656
12657         From Craig Lanning <CraigL@DyCon.com>:
12658         * include/commctrl.h: Add some TCS_* macros.
12659         * include/winnls.h (IsValidLocale): Add prototype.
12660
12661 2000-01-18  Mumit Khan  <khan@xraylith.wisc.edu>
12662
12663         * include/oaidl.h: OLE Patches from "Fifer, Eric"
12664         <EFifer@sanwaint.com> needed to build Win32::OLE perl module.
12665         * include/objbase.h: Likewise.
12666         * include/objidl.h: Likewise.
12667         * include/ocidl.h: New file.
12668         * include/oleauto.h: Likewise.
12669         * include/wtypes.h: Likewise.
12670         * lib/oleaut32.def: Likewise.
12671
12672         * include/lmserver.h (NetServerTransportAddEx): Fix prototype.
12673         Thanks to "Jon Leichter" <jon@symas.com>.
12674         * include/commctrl.h (LVM_FINDITEM): Fix typo in macro.
12675         * include/winbase.h: Add GetLongPathName{A,W} prototypes.
12676         * include/shellapi.h (SHGetFileInfo): Add macro. Thanks to
12677         "Axel Riese" <ariese@andromeda.risc.uni-linz.ac.at>.
12678         (CommandLineToArgvW): Fix prototype. Thanks to "Frans E. van
12679         Dorsselaer" <frans@bia-bv.demon.nl>.
12680         * include/httpext.h: New file. Thanks to Jan Nijtmans
12681         <j.nijtmans@chello.nl>.
12682         * include/mmsystem.h (WAVEFORMATEX): Guard definition to avoid
12683         redefinition of LPCWAVEFORMATEX in DirectX headers.
12684         (CALLBACK_NULL): Define to be 0. Thanks to Krzysztof Nikiel
12685         <krzych00@priv7.onet.pl>.
12686         * include/sqlext.h (SQLDriverConnnect): Fix prototype.
12687         * include/windef.h (HRESULT): Guard definition to avoid
12688         redefinition in DirectX headers.
12689         * include/winnt.h: Add target macros from windows.h.
12690         * include/windows.h: Update synch comment for target macros.
12691         (_ANONYMOUS_STRUCT): Define for GCC 2.95 and newer.
12692         (_ANONYMOUS_UNION): Likewise.
12693         * include/wingdi.h (AbortPrinter): Move from here ...
12694         * include/winspool.h (AbortPrinter): to here and fix linkage.
12695         (MONITOR_INFO_2{A,W}): Define.
12696         * include/winsock.h (htons): Fix argument.
12697         (htonl): Likewise.
12698         * include/winsock2.h (SO_*, MAX_*, WSA_*): Add macros.
12699         (GROUP): Define.
12700         (GUID): Define conditionally.
12701         (WSAPROTOCOLCHAIN, WSAPROTOCOL_INFO): Define.
12702         (WSASocket*): Declare.
12703         * include/basetyps.h (GUID): Guard REGUID and LPGUID as well.
12704
12705         * lib/dsetup.def: Remove leading underscore.
12706         * lib/dsound.def: Likewise.
12707         * lib/ws2_32.def: Likewise.
12708
12709 1999-12-22  Mumit Khan  <khan@xraylith.wisc.edu>
12710
12711         * include/windef.h (HMONITOR, HTERMINAL, HWINEVENTHOOK): Define
12712         handles.
12713
12714         * lib/Makefile.in (EXTRA_OBJS): Add dinput.o.
12715         * lib/dinput.c: Include windows.h for GCC.
12716         * lib/dxguid.c: Likewise.
12717         (INITGUID): Define macro.
12718
12719         * include/objidl.h (ISequentialStream): Define interface.
12720         (IStream): Derive from ISequentialStream.
12721
12722         * include/objidl.h (IStream::{LockRegion, UnlockRegion, Stat,
12723         Clone}): Mark as PURE.
12724         (IDataObject::EnumDAdvise): Likewise.
12725         * include/oleidl.h (IDropSource::GiveFeedback): Likewise.
12726         (IViewObject::Unfreeze): Likewise.
12727         (IViewObject2::Unfreeze): Likewise.
12728
12729         * include/objidl.h: Add various IID_ declarations.
12730         * include/olectl.h: Likewise.
12731         * include/oleidl.h: Likewise.
12732
12733 1999-12-21  Mumit Khan  <khan@xraylith.wisc.edu>
12734
12735         * Snapshot 1999-12-21.
12736
12737         * include/winbase.h (CancelIO): Rename to CancelIo.
12738         * include/winsvc.h (LPHANDLER_FUNCTION): Fix prototype.
12739         * include/winuser.h (PEVENTMSG, LPEVENTMSG): Declare.
12740
12741         * Merge with winsup-19991218.
12742         * include/winnt.h: Add defines for W2K ACL control flags.
12743
12744         * Merge with Anders Norlander's 19991130 snapshot.
12745
12746         * include/windows.h: #include mmsystem.h ifndef WIN32_LEAN_AND_MEAN.
12747         * include/winbase.h (EXCEPTION_INVALID_HANDLE): Define.
12748
12749         Patch from Harold Weissfield
12750         * include/shellapi.h: Added some ABN_* defines.
12751
12752         * include/commctrl.h (_TrackMouseEvent): Add prototype.
12753         * lib/comctl32.def (_TrackMouseEvent): Import.
12754         * include/winuser.h: Misc. fixes from Sang Cho
12755         <sangcho@alpha94.chongju.ac.kr>.
12756         * include/winuser.h (SM_CMETRICS): Define to 76 or 83 depending on
12757         value of _WIN32_WINNT.
12758         * include/winuser.h: Reorganize SM_* defines in numerical order.
12759
12760 1999-12-14  Mumit Khan  <khan@xraylith.wisc.edu>
12761
12762         * include/windef.h: Make RECTL a distinct type from RECT.
12763         * include/windows.h: Define upto 8 DUMMYUNIONNAMEs for DirectX.
12764         * include/winuser.h (CDS_): Update (Franco Bez <franco.bez@gmx.de>).
12765         (COMPAREITEMSTRUCT): Fix fields.
12766         (SERIALKEYSA): Likewise.
12767         (SERIALKEYSW): Likewise..
12768         * include/winbase.h (CRITICAL_SECTION_DEBUG): Likewise.
12769         (WIN32_FIND_DATAA): Likewise.
12770         (WIN32_FIND_DATAW): Likewise.
12771         * include/commdlg.h (SNDMSG): Define.
12772         * include/winsock.h (SO_UPDATE_ACCEPT_CONTEXT): Define.
12773         (SO_CONNECT_TIME): Likewise.
12774         (AcceptEx): Declare.
12775         (GetAcceptExSockaddrs): Likewise.
12776         * include/winsock2.h: Fix typo in #ifdef __cplusplus.
12777         * include/winspool.h: Add RC_INVOKED guard.
12778         * lib/wsock32.def (AcceptEx@32): Export.
12779         (GetAcceptExSockaddrs@32): Likewise.
12780
12781 1999-11-18  Mumit Khan  <khan@xraylith.wisc.edu>
12782
12783         * Snapshot 1999-11-18.
12784
12785         * include/oaidl.h (tagVARIANT): Rename pbool to pboolVal needed by
12786         Octopod C++ IDE (and MSVC compatibility).
12787         * include/oleauto.h (V_BOOLREF(X)): Likewise.
12788         * include/shellapi.h (ShellAbout*): Fix typo.
12789         * wingdi.h (FW_ULTRABOLD): Likewise.
12790         * include/winnt.h (_TAPE_ERASE, _TAPE_PREPARE, _TAPE_SET_POSITION,
12791         _TAPE_WRITE_MARKS): Add missing fields and fix existing ones.
12792         Add packing directives for various structures. All structure
12793         sizes now conform to MSVC.
12794
12795 1999-11-07  Mumit Khan  <khan@xraylith.wisc.edu>
12796
12797         Released 1999-11-07.
12798
12799 1999-11-06  Mumit Khan  <khan@xraylith.wisc.edu>
12800
12801         * include/winsock2.h: New file. Mostly a stub for now.
12802         * include/winbase.h (DllMain): Delete prototype.
12803         * include/commctrl.h (Header_SetItem): Fix macro.
12804         * include/{isguids.h, lmerrlog.h, mcx.h, objfwd.h, olectl.h,
12805         regstr.h, richole.h, rpcdce.h, rpcdcep.h, rpcnsi.h, rpcproxy.h,
12806         shlguid.h, sqltypes.h, winperf.h}: Enclose in extern "C" if c++.
12807
12808         Merge in changes from wxWindows.
12809         * include/basetyps.h (GUID_DEFINED, UUID_DEFINED): Add guards.
12810         * include/oaidl.h (DISPID_*): Add macros.
12811         (IID_ITypeLib, IID_ICreateTypeInfo, IID_ICreateTypeInfo2,
12812         IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_ITypeInfo,
12813         IID_IErrorInfo, IID_IDispatch, IID_ICreateErrorInfo): Declare.
12814         * include/objidl.h (IDataObject): Fix EnumFormatEtc parameter.
12815
12816         Merge in changes from Octopod C++ IDE group.
12817         * include/commctrl.h (NMHEADERA, NMHEADERW): Define.
12818         (Header_InsertItem): Fix macro.
12819         * include/oaidl.h (IID_IDispatch): Declare.
12820         (IID_ISupportErrorInfo): Likewise.
12821         (IDispatch): Rename Invoked to Invoke.
12822         * include/objidl.h (IPersist): Fix GetClassID.
12823         * include/oleauto.h (VectorFromBstr): Declare.
12824         (BstrFromVector): Likewise.
12825         * include/olectl.h (OLEMISC_*): Update.
12826         * include/olectlid.h (IID_IDispatch): Declare.
12827         * include/oleidl.h (IOleObject): Fix GetExtent and SetExtent.
12828         (IOleInPlaceFrame): Fix.
12829         (ISupportErrorInfo): Define.
12830         (IErrorInfo): Define.
12831         * include/winuser.h (SIF_TRACKPOS): Define.
12832
12833 1999-11-03  Mumit Khan  <khan@xraylith.wisc.edu>
12834
12835         Fix Merge errors:
12836         * include/winnt.h (PSID): Uncomment definition.
12837         (PISID): Rename from PSID.
12838         (struct _TAPE_GET_MEDIA_PARAMETER): Remove reserved field.
12839         (struct _SECURITY_ATTRIBUTES): Remove multiple definition.
12840
12841         * include/lmalert.h, include/lmbrowsr.h, include/lmchdev.h,
12842         include/lmconfig.h, include/lmerrlog.h, include/lmmsg.h,
12843         include/lmremutl.h, include/lmrepl.h, include/lmserver.h,
12844         include/lmsvc.h, include/lmwksta.h, include/oaidl.h,
12845         include/shellapi.h, include/winbase.h, include/wingdi.h,
12846         include/winnt.h, include/winsock.h: Merged with winsup-19991026.
12847
12848 1999-10-31  Mumit Khan  <khan@xraylith.wisc.edu>
12849
12850         * include/wingdi.h (PHYSICAL*, SCALINGFACTOR*): New. From
12851         Marius Kjeldahl <kjeldahl@hotmail.com>.
12852
12853 1999-08-29  Mumit Khan  <khan@xraylith.wisc.edu>
12854
12855         * include/winnt.h (APPLICATION_ERROR_MASK): Add macros.
12856         (ERROR_SEVERITY_*): Likewise.
12857
12858 1999-08-17  Mumit Khan  <khan@xraylith.wisc.edu>
12859
12860         * include/winbase.h (TLS_OUT_OF_INDEXES): Add macro.
12861         (DllMain): Fix prototype.
12862
12863 1999-08-02  Mumit Khan  <khan@xraylith.wisc.edu>
12864
12865         * include/commdlg.h: Enclose within pack(push,1) and pack(pop).
12866         (cderr.h): Don't include.
12867         * include/winuser.h: Fix macro definitions.
12868
12869 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12870
12871         Merge with winsup 1999-07-29:
12872         * include/wincon.h (MOUSE_WHEELED): Define.
12873         * include/winnt.h (PSECURITY_ATTRIBUTES): Add type.
12874         (SECURITY_DESCRIPTOR): Add struct type.
12875         (PSECURITY_DESCRIPTOR): Pointer to above type. BEWARE: this type
12876         is equal to PVOID in the Platform SDK! So don't depend on accessing
12877         members through ->.
12878
12879 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12880
12881         * lib/Makefile.in (install-headers): Don't @ commands.
12882         (install-libraries): Ditto.
12883
12884 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12885
12886         * include/sqlext.h: Use #include <sql.h> instead of "sql.h".
12887
12888 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12889
12890         Patch from Mumit Khan:
12891         * include/windows.h: Fix typo in winsock.h include guard and add
12892         _UWIN to the list.
12893         * include/winnt.h (__int64): Undefine first.
12894         (struct _SID): Declare.
12895
12896 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12897
12898         * include/winnt.h: Add some REG_* defines reported by Boris Lantrewitz.
12899
12900 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12901
12902         Patch from Mumit Khan:
12903         * Makefile.in: Do the right thing when cross-compiling.
12904         * include/windef.h: Don't define _export and __export if already
12905         defined.
12906
12907 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12908
12909         * include/basetyps.h (DECLARE_INTERFACE): Use com_interface attribute.
12910         (DECLARE_INTERFACE_): Ditto.
12911
12912 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12913
12914         * include/mmsystem.h (HWAVEOUT): Fix missing ')'
12915
12916         Reported by Brad Porter
12917         * include/wingdi.h (FW_ULTRALIGHT): Add.
12918         (FW_DEMIBOLD): Add.
12919         (FW_ULTRABOLD): Add.
12920         (FW_BLACK): Add.
12921         (JOHAB_CHARSET): Add.
12922         (VIETNAMESE_CHARSET): Add.
12923
12924
12925 1999-05-15  Anders Norlander  <anorland@hem2.passagen.se>
12926
12927         * lib/scrnsave.c (WinMain): Remove dependencies on C library.
12928         * lib/Makefile.in (Makefile): Regenerate.
12929         * include/pshpack[1248].h: New files, if a program would use any of
12930         them.
12931         * include/poppack.h: Ditto.
12932         * include/windef.h (_WIN32_WINNT): Define
12933         * include/windows.h: Remove DUMMYUNIONNAME[45].
12934         * include/windows.h: Correctly define _M_IX86 to reflect the target
12935         processor.
12936         * include/windows.h: Add preliminary support for other architectures.
12937         * include/winnt.h: Add CONTEXT structure for PPC and ALPHA.
12938         * include/winnt.h: Remove PACKED from U/LARGE_INTEGER
12939         * include/winnt.h (LUID_AND_ATTRIBUTES): Use pack(4) to solve alignment
12940         issue with LARGE_INTEGER.
12941         (ANSI_NULL): Define.
12942         (PSZ): Define.
12943         (ACL_REVISION[1234]): Define.
12944         (MIN/MAX_ACL_REVISION): Define.
12945         (PTCHAR): Define.
12946         (LANG_USER_DEFAULT): Define.
12947         (LANG_SYSTEM_DEFAULT): Define.
12948         (LOCALE_NEUTRAL): Define.
12949         (SORTVERSIONFROMLCID): Define.
12950         * include/windef.h (UNREFERENCED_PARAMETER): Define.
12951         (UNREFERENCED_LOCAL_VARIABLE): Define.
12952         (DBG_UNREFERENCED_PARAMETER): Define.
12953         (DBG_UNREFERENCED_LOCAL_VARIABLE): Define.
12954         * lib/mswsock.def: New file. Imports for mswsock.dll.
12955         * include/custcntl.h: New file. Necessary to compile some SDK
12956         samples.
12957         * include/winuser.h (SM_MOUSEWHEELPRESENT): Define.
12958         (WM_MOUSEWHEEL): Define.
12959         (WHEEL_DELTA): Define.
12960         (WM_MOUSELAST): Redefine to reflect WM_MOUSEWHEEL.
12961         (WM_NEXTMENU): Define.
12962         (CharNextA): Fix prototype.
12963         (CharNextW): Ditto.
12964
12965 1999-05-14  Anders Norlander  <anorland@hem2.passagen.se>
12966
12967         * include/winsock.h: Enclose in extern "C" if C++, huh?
12968         * include/winuser.h(WM_SYNCPAINT): Define. From fltk.
12969
12970 1999-05-13  Anders Norlander  <anorland@hem2.passagen.se>
12971
12972         * include/windef.h (NULL): Define only ifndef
12973         (TRUE): Ditto, was previously only defined ifndef FALSE
12974         (PASCAL): Define as _pascal
12975         (__pascal): Define
12976         (WINAPIV): Define
12977         (min,max): Define only ifndef NOMINMAX
12978
12979 1999-05-10  Anders Norlander  <anorland@hem2.passagen.se>
12980
12981         * include/commctrl.h: Support for Date/Calendar controls + IE controls.
12982         You must define _WIN32_IE if you want support for it.
12983         Modified patch from Nirmal Prasad  <nprasad@truept.com>.
12984
12985 1999-05-10  Ron Aaron   <v-ronaar@Exchange.Microsoft.com>
12986
12987         * include/wincon.h: Add some ButtonState flags and EventFlags.
12988
12989 1999-05-10  Anders Norlander  <anorland@hem2.passagen.se>
12990
12991         * include/basetyps.h: Don't support COM when __OBJC__ defined because
12992         interface define causes mayhem.
12993         (DEFINE_INTERFACE): Use comobject attribute only if HAVE_COMOBJECT is
12994         defined.
12995         * include/windows.h: Undefine BOOL if __OBJC__ defined
12996
12997 1999-05-09  Chris Faylor  <cgf@cygnus.com>
12998
12999         * include/winnls.h: Define additional code pages.
13000
13001 1999-05-09  Anders Norlander  <anorland@hem2.passagen.se>
13002
13003         * include/winbase.h(RtlFillMemory): Parameters got passed in wrong
13004         order, corrected.
13005         (RtlZeroMemory): Use RtlFillMemory
13006
13007 1999-05-04  Anders Norlander  <anorland@hem2.passagen.se>
13008
13009         * include/winnt.h: Add PACKED to LARGE_INTEGER and ULARGE_INTEGER
13010         to get the correct size when used in some structs.
13011         (ULARGE_INTEGER): Ditto.
13012         * include/winnt.h (TAPE_CREATE_PARTITION): Add struct.
13013         * include/winnt.h: Add TAPE_* pointer types PTAPE_*
13014
13015 1999-05-02  Nirmal Prasad  <nprasad@truept.com>
13016
13017         * include/wininet.h: Enclose in extern "C" if c++
13018         (INTERNET_BUFFERSA/W): Define struct
13019         * include/wininet.h: Add some HSR_* defines
13020
13021 1999-05-02  Anders Norlander  <anorland@hem2.passagen.se>
13022
13023         * include/winnt.h (IMAGE_FIRST_SECTION): Prepend missing paren
13024         * include/winnt.h (UNALIGNED): Define
13025         * include/windef.h (DECLSPEC_NORETURN): Define
13026
13027         * include/wininet.h (INTERNET_MAX_NAME): Remove
13028         (INTERNET_MAX_SCHEME_LENGTH): Define
13029         (INTERNET_MAX_URL_LENGTH): Use INTERNET_MAX_SCHEME_LENGTH
13030         * include/wininet.def: Completely redone, it was losing badly.
13031
13032 1999-05-01  Anders Norlander  <anorland@hem2.passagen.se>
13033
13034         * lib/dplayx.def: Remove '_' prefixes
13035         * lib/shell32.def: Remove imports for IID_ContextMenu
13036
13037 1999-04-29  Anders Norlander  <anorland@hem2.passagen.se>
13038
13039         * Makefile.in (dist): Support dist target
13040         * lib/Makefile.in (dist): Likewise
13041         * lib/Makefile.in (uninstall-headers): Fix command
13042         * Makefile.in (bindist): Target to build a prebuilt dist
13043
13044         * lib/ws2_32.def: Winsock2 implib
13045
13046         * include/largeint.h: New header
13047         * include/largeint.c: Large integer support library
13048         * lib/Makefile.in(EXTRA_LIBS): Add liblargeint.a
13049         (EXTRA_OBJS): Add largeint.o
13050
13051         * include/Makefile: Remove
13052         * lib/Makefile: Remove
13053         * Makefile: Remove
13054         * configure.in: New autoconf script
13055         * configure: generated configure script
13056         * Makefile.in: autoconf makefile template
13057         * lib/Makefile.in: Ditto
13058         * include/test.c: mv to lib/test.c
13059         * include/res.rc: mv to lib/res.rc
13060         * include/TODO: mv to .
13061         * include/Notes: mv to ./NOTES
13062
13063 1999-04-28  Anders Norlander  <anorland@hem2.passagen.se>
13064
13065         * include/zmouse.h (WHEEL_DELTA): Define
13066
13067 1999-04-26  Mumit Khan  <khan@xraylith.wisc.edu>
13068
13069         * include/ddeml.h (HSZPAIR): Declare.
13070         * include/zmouse.h: New file.
13071
13072 1999-04-27  Daniel Guerrero Miralles  <daniel.guerrero@upcnet.upc.es>
13073
13074         * lib/d3dim.def: New implib
13075         * lib/d3drm.def: Ditto
13076         * lib/d3dxof.def: Ditto
13077         * lib/ddraw.def: Ditto
13078         * lib/dinput.def: Ditto
13079         * lib/dplayx.def: Ditto
13080         * lib/dsetup.def: Ditto
13081         * lib/dsound.def: Ditto
13082         * lib/dinput.c: Guid library for DirectInput
13083         * lib/dxguid.c: Guid library for DirectX
13084
13085 1999-04-21  Anders Norlander  <anorland@hem2.passagen.se>
13086
13087         * include/windowsx.h (GET_X_LPARAM): Missing macro added (reported
13088         by Ron Aaron).
13089         * include/windowsx.h (GET_Y_LPARAM): Also missing
13090         * include/winnls.h (IsValidCodePage): Missing prototype added (reported
13091         by Mumit Khan).
13092
13093 1999-04-18  Anders Norlander  <anorland@hem2.passagen.se>
13094
13095         * include/scrnsave.h: New header file for screen saver library
13096         * lib/scrnsave.c: New file: screen saver library
13097
13098 1999-04-17  Anders Norlander  <anorland@hem2.passagen.se>
13099
13100         * include/regstr.h: Enclosed all strings in TEXT() macros so it
13101         works well in when UNICODE is defined
13102
13103 1999-04-17  Nirmal Prasad  <nprasad@truept.com>
13104
13105         * include/winuser.h(STYLESTRUCT): New struct
13106         * include/wingdi.h:(GOBJENUMPROC): This function type should
13107         return void.
13108
13109 1999-04-17  Anders Norlander  <anorland@hem2.passagen.se>
13110
13111         * include/basetyps.h (LPGUID): New typedef
13112         * lib/glut.def: Import library defintions for glut.dll
13113         * lib/glu32.def: Ditto for glut32.dll
13114         * include/winnt.h: Fixed handling of wchar_t typedef
13115         * include/sql.h(SQL_NO_DATA_FOUND): Replace with SQL_NO_DATA
13116         * include/sqlext.h(SQL_NO_DATA_FOUND): Define as SQL_NO_DATA
13117
13118 1999-03-20  Anders Norlander  <anorland@hem2.passagen.se>
13119
13120         * include/winbase.h(AbnormalTermination): Define as FALSE
13121         * include/commctrl.h: Support for new progress bar messages/styles
13122
13123 1999-03-20  Geoffrey Noer  <noer@cygnus.com>
13124
13125         * include/commdlg.h(PageSetupDlg): New define
13126         * include/richedit.h: Missing SCF_* defines
13127         * include/winnt.h: Lots o' defines
13128         * include/winbase.h(AllocateAndInitializeSid): Corrected prototype
13129
13130 1999-03-09  Anders Norlander  <anorland@hem2.passagen.se>
13131
13132         * include/commdlg.h: Removed pack pragma
13133         * lib/comctl32.def(InitCommonControlsEx@4): Added import
13134
13135 1999-03-08  Anders Norlander  <anorland@hem2.passagen.se>
13136
13137         * Makefile: Set version to 0.1.5
13138         * lib/Makefile (clean): Fix typo
13139
13140         * include/commctrl.h: Removed pack pragma
13141         * include/cpl.h: Likewise
13142         * include/dbt.h: Likewise
13143         * include/dde.h: Likewise
13144         * include/nddeapi.h: Likewise
13145         * include/shellapi.h: Likewise
13146         * include/wincrypt.h: Likewise
13147         * include/lmaccess.h: Fixed USER_PRIV_ADMIN typo
13148
13149         * include/winsock.h (netent): Define only ifndef __INSIDE_CYGWIN__
13150         (servent): Likewise
13151         (protoent): Likewise
13152
13153         * include/windows.h: Prevent inclusion of winsock.h if we are
13154         using or compiling cygwin. Define Win32_Winsock to force inclusion.
13155
13156 1999-01-08  Anders Norlander  <anorland@hem2.passagen.se>
13157
13158         * include/winbase.h (CREATE_FORCEDOS): New define
13159
13160 1999-01-07  Anders Norlander  <anorland@hem2.passagen.se>
13161
13162         * include/wincon.h(KEY_EVENT_RECORD): Fixed packing problem on
13163         (COORD): Likewise
13164         * include/wingdi.h (BITMAPFILEHEADER): Fixed packing
13165         * include/windows.h: Added DUMMYUNIONNAME4 and 5
13166         * include/winnt.h (LUID_AND_ATTRIBUTES_ARRAY): New type
13167         (PLUID_AND_ATTRIBUTES_ARRAY): New type
13168
13169         * include/ddeml.h: Removed unnecessary `#pragma pack'
13170         * include/imm.h: Likewise
13171         * include/nddeapi.h: Likewise
13172         * include/nspapi.h: Likewise
13173         * include/regstr.h: Likewise
13174         * include/wincon.h: Likewise
13175         * include/windef.h: Likewise
13176         * include/winioctl.h: Likewise
13177         * include/winnls.h: Likewise
13178         * include/winsvc.h: Likewise
13179         * include/winuser.h: Likewise
13180         * include/winver.h: Likewise
13181         * include/wtypes.h: Likewise
13182
13183 1999-01-05  Anders Norlander  <anorland@hem2.passagen.se>
13184
13185         * Makefile (VERSION): Set to 0.1.4
13186         * include/basetyps.h: Check for NOCOMOBJECT
13187         * include/Makefile: Pass -DNOCOMOBJECT to g++ to avoid warnings
13188         on comobject attribute.
13189         * lib/kernel32.def: Added a few functions
13190         * include/windef.h (DWORD): Changed back to unsigned long
13191
13192         * include/windows.h: Include only winresrc.h if RC_INVOKED is defined,
13193         winresrc.h in turn includes the necessary headers. This makes things
13194         much simpler, no need to protect blocks of code in headers that
13195         should not be seen by the resource compiler.
13196
13197 1999-01-05  Geoffrey Noer  <noer@cygnus.com>
13198
13199         * include/winbase.h (STATUS_INVALID_HANDLE): Added define
13200         * include/wincon.h: Added console event type flags
13201         * include/winnt.h (FILE_SHARE_DELETE): Added
13202           (SECURITY_DESCRIPTOR): typedef as DWORD
13203
13204         * include/winuser.h (WM_PENWINFIRST): Fixed typo
13205         * include/winsock.h: Protect some blocks with __INSIDE_CYGWIN_ and
13206         define u_* types only if _SYS_TYPES_H is not defined.
13207
13208 1999-01-02  Anders Norlander  <anorland@hem2.passagen.se>
13209
13210         * COPYING.LIB: Deleted
13211         * README: Updated to reflect license changes
13212         * include/shlobj.h: Remove extra comma on some enums
13213         * include/windef.h: Changed DWORD typedef from unsigned long to
13214         unsigned int in order to avoid warnings on bit fields that
13215         use DWORD.
13216         * include/Makefile (test): Compile with all warnings
13217         * include/unknwn.h: Include objfwd.h
13218         * include/winsock.h: Added missing copyright notices.
13219
13220 1999-01-01  Anders Norlander  <anorland@hem2.passagen.se>
13221
13222         * lib/winmm.def: Corrected LIBRARY statement
13223         * include/mmsystem.h: Define mmioSeek codes if not already defined
13224         * include/commctrl.h (CreateStatusWindowA): Corrected prototype
13225         (CreateStatusWindowW): Likewise
13226
13227         * include/winresrc.h: Include only files necessary instead of windows.h
13228         * include/dde.h: Allow inclusion in resource scripts.
13229         * include/winnt.h: Likewise
13230         * include/commctrl.h: Likewise
13231         * include/prsht.h: Likewise
13232         * README: Updated
13233
13234 1998-12-10  Anders Norlander  <anorland@hem2.passagen.se>
13235
13236         * include/sqltypes.h (SQLHANDLE): Added this type
13237         (SQLHDESC): Likewise
13238         * include/sql.h (SQLFreeHandle): Added this prototype
13239         (SQLAllocHandle): Likewise
13240
13241 1998-12-08  Anders Norlander  <anorland@hem2.passagen.se>
13242
13243         * include/winsock.h: Define _GNU_H_WINDOWS32_SOCKETS to avoid
13244         conflicts with cygwin headers.
13245
13246 1998-12-06  Anders Norlander  <anorland@hem2.passagen.se>
13247
13248         * Makefile: Changed VERSION to 0.1.3
13249         * Makefile (dist-lib): New target to make import library only
13250         distribution
13251         * Makefile (dist-hdr): New target to make headers only distribution
13252         * Makefile (dist): Now depends on dist-lib and dist-hdr instead of
13253         building one single distribution file.
13254         * dist.mak: Deleted
13255
13256         * include/lm.h: New file
13257         * include/lmcons.h: New file
13258         * include/lmalert.h: New file
13259         * include/lmaudit.h: New file
13260         * include/lmconfig.h: New file
13261         * include/lmapibuf.h: New file
13262         * include/lmaccess.h: New file
13263         * include/lmchdev.h: New file
13264         * include/lmremutl.h: New file
13265         * include/lmrepl.h: New file
13266         * include/lmerrlog.h: New file
13267         * include/lmat.h: New file
13268         * include/lmuse.h: New file
13269         * include/lmuseflg.h: New file
13270         * include/lmserver.h: New file
13271         * include/lmerr.h: New file
13272         * include/lmsname.h: New file
13273         * include/lmstats.h: New file
13274         * include/lmsvc.h: New file
13275         * include/lmwksta.h: New file
13276         * include/lmbrowsr.h: New file
13277
13278 1998-12-05  Anders Norlander  <anorland@hem2.passagen.se>
13279
13280         * include/unknwn.h: Fixed IClassFactory declaration; INTERFACE was missing
13281         * include/unknwn.h: Added extern declaration for IID_IClassFactory
13282
13283         * include/initguid.h: New file
13284
13285         * include/rpcndr.h: Defined hyper and MIDL_hyper as double if 64 bit
13286         int not supported
13287
13288         * include/winnt.h: Added USN
13289         * include/winnt.h: Changed handling of 64 bit int support
13290
13291         * include/windows.h: Added support for BC,LCC and MSVC
13292
13293         * include/windows.h: Changed handling machine architecture defines
13294
13295         * include/olectl.h: New file
13296
13297 1998-12-04  Anders Norlander  <anorland@hem2.passagen.se>
13298
13299         * include/oleidl.h: Added IViewObject and IViewObject2
13300
13301         * include/objidl: Corrected prototype for IStorage::DestroyElement and
13302         IStorage::MoveElement
13303
13304         * include/oledlg.h: New file
13305
13306         * include/winresrc.h: New file
13307
13308         * include/wingdi.h: Added LPDOCINFO
13309
13310         * include/commctrl.h: Added SBARS_SIZEGRIP and TVM_SETINDENT
13311         * include/commctrl.h: Added TCM_SETITEM to UNICODE/ANSI block
13312         * include/commctrl.h: Added ListView_GetSelectedCount, ListView_GetItemSpacing,
13313         TabCtrl_SetImageList and TabCtrl_GetItemCount
13314         * include/commctrl.h: Added TVM_FIRST, HDM_FIRST and TV_FIRST
13315
13316         * include/windowsx.h: Added missing ListBox_xx ComboBox_xx etc. macros
13317
13318         * include/wingdi.h: Added (L)PBITMAP,(L)PBITMAPCOREHEADER,
13319         PBITMAPINFOHEADER, (L)PBITMAPCOREINFO and (L)PBITMAPFILEHEADER.
13320
13321         * include/commdlg.h: Added LPDEVNAMES
13322
13323         * include/windows.h: Include excpt.h
13324
13325         * include/excpt.h: New file. This file just contains some
13326         stubs for SEH that do nothing.
13327
13328         * include/commctrl.h: Added general WM_NOTIFY codes
13329
13330         * include/winuser.h: Added ICON_SMALL and ICON_BIG
13331         * include/winuser.h: Removed VK_0-VK_9 VK_A-VK_Z; they should obviously
13332         not be in the headers.
13333         * include/winuser.h: Added LPCBTACTIVATESTRUCT and LPCLIENTCREATESTRUCT
13334         * include/winuser.h: Added old WM_SIZE parameter names so
13335         wxWindows compiles.
13336         * include/winuser.h: Added IDC_SIZE and IDC_ICON
13337         * include/winuser.h: Added LPDLGITEMTEMPLATE
13338         * include/winuser.h: HTCAPTION was missing value
13339         * include/winuser.h: Added WM_ACTIVE flags
13340
13341         * include/windowsx.h: Added _fmemcpy so V compiles; also added
13342         _fxx defines for memmove, memset and memcmp
13343
13344         * include/windef.h: Changed _export and __export to empty defines
13345
13346         * include/shellapi.h: Corrected prototypes for ExtractIcon functions.
13347         String parameters were not const and ExtractAssociatedIcon takes
13348         a WORD pointer not DWORD pointer as last parameter.
13349
13350         * Makefile: Changed VERSION to 0.1.2
13351
13352         * include/ole2ver.h: New file
13353
13354         * Makefile: Removed all dependencies on GLUT
13355
13356         * include/GL/glut.h: Removed file because of decision to remove
13357         files that are not part of the library.
13358         * lib/glut.def: Likewise
13359         * lib/glut32.def: Likewise
13360
13361         * include/windows.h: Include winperf.h
13362
13363         * include/winperf.h: New file
13364
13365         * lib/gdi32.def: Added GetEnhMetaFilePixelFormat
13366
13367         * include/winnls.h: Added calendar types
13368         * include/winnls.h: Added country codes
13369
13370 1998-12-03  Anders Norlander  <anorland@hem2.passagen.se>
13371
13372         * include/windef.h: Added PROC and NEARPROC
13373
13374         * include/wingdi.h: Added ChoosePixelFormat, DescribePixelFormat
13375         * include/wingdi.h: Added OpenGL types and prototypes
13376         * include/wingdi.h: Added ENHMETA_STOCK_OBJECT
13377         * include/wingdi.h: Added DCTT_DOWNLOAD_OUTLINE
13378         * include/wingdi.h: Added POINTFX, TTPOLYCURVE and TTPOLYGONHEADER
13379         * include/wingdi.h: Added truetype character outline types
13380         * include/wingdi.h: Added DEVMODE initialization flags
13381         * include/wingdi.h: Added panose codes
13382         * include/wingdi.h: Added missing character sets
13383         * include/wingdi.h: Added ANTIALIASED_QUALITY and
13384         NONANTIALIASED_QUALITY
13385         * include/wingdi.h: Added ENUMLOGFONTA/W and ENUMLOGFONTEXA/W
13386         * include/wingdi.h: Added pointer types for EXTLOGPEN
13387         * include/wingdi.h: Added PATTERN type
13388         * include/wingdi.h: Added NEWTEXTMETRICA/W and NEWTEXTMETRICEXA/W
13389         * include/wingdi.h: Added new text metric flags
13390         * include/wingdi.h: Added pitch and family flags
13391         * include/wingdi.h: Moved BCHAR defintion from winnt.h here
13392         * include/wingdi.h: Added METAHEADER
13393         * include/wingdi.h: Fixed packing of RGBTRIPLE and BITMAPFILEHEADER
13394         * include/wingdi.h: Added TA_MASK
13395         * include/wingdi.h: Added MAXSTRETCHBLTMODE
13396         * include/wingdi.h: Added error codes
13397
13398         * include/winuser.h: Added missing winhelp structures
13399         * include/winuser.h: Added dialog flags/styles/messages
13400         * include/winuser.h: Added EM_SETMARGIN codes
13401         * include/winuser.h: Made it possiblie to use IDI_XX values
13402         in resource files.
13403         * include/winuser.h: Added missing LoadImage load flags
13404         * include/winuser.h: Added missing message box flags
13405         * include/winuser.h: Added ScrollWindow codes
13406         * include/winuser.h: Added DT_WORD_ELLIPSIS
13407         * include/winuser.h: Added drag and drop support
13408         * include/winuser.h: Added WM_MENUCHAR return codes
13409         * include/winuser.h: Added DLGWINDOWEXTRA
13410         * include/winuser.h: Added missing SetWindowPos flags.
13411         * include/winuser.h: Added BSF_NOTIMEOUTIFNOTHUNG
13412         * include/winuser.h: Added IDHOT_xx defines
13413         * include/winuser.h: Added MOD_WIN
13414         * include/winuser.h: Added missing defines and structs for owner draw
13415         controls.
13416         * include/winuser.h: Added WPF_RESTORETOMAXIMIZED and
13417         WPF_SETMINPOSITION
13418         * include/winuser.h: Added DrawAnimatedRects flags
13419         * include/winuser.h: Added WM_PRINT codes
13420         * include/winuser.h: Added CS_IME class style
13421         * include/winuser.h: Added WM_SIZE codes
13422         * include/winuser.h: Added WM_MOUSEACTIVATE return codes
13423         * include/winuser.h: Added WM_NCHITTEST return codes
13424         * include/winuser.h: Added WM_SIZING parameters
13425         * include/winuser.h: Added WM_NEXTMENU and MDINEXTMENU
13426         * include/winuser.h: Added menu loop codes.
13427         * include/winuser.h: Added NFR_ANSI, NFR_UNICODE, NF_QUERY and
13428         NF_REQUERY
13429         * include/winuser.h: Added WM_POWER flags
13430         * include/winuser.h: Added KL_NAMELENGTH, WSF_VISIBLE
13431         * include/winuser.h: Added missing message filter codes
13432         * include/winuser.h: Added WM_KEYXX message flags
13433         * include/winuser.h: Added WM_SHOWMESSAGE flags
13434         * include/winuser.h: Added old ShowWindow commands
13435         * include/winuser.h: Fixed packing of DLGITEMTEMPLATE and DLGTEMPLATE
13436         structures.
13437
13438         * include/mciavi.h: New file for the MCI AVI driver that for some
13439         reason is not in mmsystem.h.
13440
13441         * include/winbase.h: Added PIPE_UNLIMITED_INSTANCES and INVALID_FILE_SIZE
13442         * include/winbase.h: Added SECURITY_xx for CreateFile
13443         * include/winbase.h: Added RTS and DTS control values
13444         * include/winbase.h: Fixed SYSTEM_INFO structure
13445         * include/winbase.h: Added CREATE_NO_WINDOW, CREATE_SHARED_WOW_VDM
13446         * include/winbase.h: Added FILE_TYPE_REMOTE
13447         * include/winbase.h: Added modem status flags
13448         * include/winbase.h: Added HINSTANCE_ERROR
13449         * include/winbase.h: Added DefineDosDevice defines
13450         * include/winbase.h: Added power management flags AC_xx BATTERY_xx
13451         * include/winbase.h: Added STARTF_XX flags
13452         * include/winbase.h: Fixed typo on _lcreat prototype.
13453         * include/winbase.h: Moved DBG_XX to winnt.h
13454         * include/winbase.h: Moved TOKEN_XX, DLL_PROCESS_XX and DLL_THREAD_XX to
13455         winnt.h
13456
13457         * include/unknwn.h: Added extern declaration of IID_IUnknown
13458
13459         * include/windowsx.h: Added hmemcpy.
13460
13461         * include/winnt.h: Added dummy member to DECLARE_HANDLE struct
13462         * include/winnt.h: Added PACCESS_TOKEN
13463         * include/winnt.h: Added TAPE_XX defines and moved some from winbase.h
13464         * include/winnt.h: Added SE_IMPERSONATION_STATE and TOKEN_SOURCE_LENGTH
13465         * include/winnt.h: Added SE_PRIVILEGE_ENABLED_BY_DEFAULT, SE_PRIVILEGE_ENABLED,
13466         SE_PRIVILEGE_USED_FOR_ACCESS, PRIVILEGE_SET_ALL_NECESSARY,
13467         SECURITY_MAX_IMPERSONATION_LEVEL, DEFAULT_IMPERSONATION_LEVEL,
13468         SECURITY_DYNAMIC_TRACKING and SECURITY_STATIC_TRACKING.
13469
13470         * include/winnt.h: Added SE_OWNER_DEFAULTED, SE_GROUP_DEFAULTED, SE_DACL_XX,
13471         SE_SACL_XX, SE_SELF_RELATIVE, SECURITY_DESCRIPTOR_MIN_LENGTH,
13472         SECURITY_DESCRIPTOR_REVISION and SECURITY_DESCRIPTOR_REVISION1.
13473
13474         * include/winsvc.h: Removed conflicting defines which were supposed
13475         to be in winnt.h
13476
13477         * include/winnt.h: Added SERVICE_NODE_TYPE, SERVICE_LOAD_TYPE
13478         and SERVICE_ERROR_TYPE.
13479
13480         * include/winnt.h: Added SERVICE_XX defines.
13481         * include/winsvc.h: Added SERVICES_ACTIVE_DATABASEA/W,
13482         SERVICES_FAILED_DATABASEA/W and SC_GROUP_IDENTIFIERA/W.
13483
13484         * include/winsvc.h: Added SERVICE_STATE_ALL, SERVICE_QUERY_CONFIG,
13485         SERVICE_CHANGE_CONFIG, SERVICE_QUERY_STATUS, SERVICE_ENUMERATE_DEPENDENTS,
13486         SERVICE_START, SERVICE_STOP, SERVICE_PAUSE_CONTINUE,
13487         SERVICE_USER_DEFINED_CONTROL and SERVICE_ALL_ACCESS
13488
13489 1998-12-02  Anders Norlander  <anorland@hem2.passagen.se>
13490
13491         * include/winbase.h: Corrected prototype for CreateProcessA
13492
13493         * include/mmsystem.h: Added CAPS1 and C1_TRANSPARENT for display
13494         driver extensions.
13495
13496         * include/shlobj.h: Corrected prototype for SHGetDesktopFolder, should
13497         be LPSHELLFOLDER* not LPSHELLFOLDER.
13498
13499         * include/windows.h: Include commdlg.h
13500
13501         * include/winuser.h: Added MDICREATESTRUCT
13502
13503         * include/winuser.h: Added LB_ERR, LB_ERRSPACE, LB_OKAY, CB_ERR,
13504         CB_ERRSPACE, and CB_OKAY
13505
13506         * include/wingdi.h: Added LPBITMAPINFOHEADER
13507
13508         * include/rpcproxy.h: Removed IN, OUT and OPTIONAL since they
13509         are meaningless.
13510         * include/rpcdce2.h: Likewise.
13511
13512         * lib/shell32.c: Moved GUID defintions from shlguid.h to this file.
13513
13514         * include/richole.h: Replaced DEFINE_GUID with extern const GUID
13515         * include/olectlid.h: Likewise
13516         * include/shlguid.h: Likewise
13517
13518         * include/coguid.h: Delete file since it was for 16 bit windows only.
13519
13520         * lib/*.def: Appended .dll to library name where needed.
13521
13522         * include/windef.h: Define _stdcall and __stdcall only if not
13523         previously defined instead of undefining first.
13524
13525         * include/dlgs.h: Put RC_INVOKED around structure defs
13526
13527         * include/intshcut.h: New file
13528         * include/isguids.h: New file
13529
13530         * lib/uuid.c: Added all COM/OLE GUIDS I know and do not know about.
13531
13532 1998-12-01  Anders Norlander  <anorland@hem2.passagen.se>
13533
13534         * include/winnt.h: Added check if _T is defined before defining it
13535
13536         * include/windows.h: Include dlgs.h if WIN32_LEAN_AND_MEAN not defined
13537
13538         * include/dlgs.h: New file
13539
13540         * include/winbase.h: Removed DllEntryPoint define
13541
13542         * include/winbase.h: Added SetupComm prototype
13543
13544         * include/rpc.h: SEH RPC functions no longer defined since they weren't
13545         supported anyway.
13546
13547         * include/basetyps.h: Removed use of COMOBJECT define, instead
13548         DECLARE_INTERFACE directly uses comobject attribute when GCC
13549         is used.
13550
13551         * include/wtypes.h: STGC enum was missing typedef
13552
13553         * include/objidl.h: ADVC enum was missing typedef
13554
13555         * include/winnt.h: Moved CHAR, SHORT and LONG definitions so
13556         they are nested within the VOID definition.
13557
13558         * include/winbase.h: Added stream ids and attributes
13559
13560         * include/winbase.h: Changed WIN32_STREAM_ID member cStreamName
13561         to an ANYSIZE_ARRAY array.
13562
13563 1998-11-26  Anders Norlander  <anorland@hem2.passagen.se>
13564
13565         * include/windef.h: defined _declspec as __declspec since
13566         some programs (like VWCL) use _declspec instead of __declspec
13567
13568         * include/winnt.h: added COMPRESS_FORMAT defines
13569
13570         * include/winbase.h: moved IS_TEXT_XXX defines to winnt.h
13571
13572         * include/winnt.h: added HEAP_XXXX defines
13573
13574         * include/winbase.h: moved HEAP_XXXX defines to winnt.h
13575
13576         * include/winnt.h: added defintions for PE/COFF from the PE and COFF
13577         specification.
13578
13579         * include/winnt.h: added NTAPI define
13580
13581 1998-11-25  Anders Norlander  <anorland@hem2.passagen.se>
13582
13583         * include/winnt.h: defined TBYTE,LPTSTR etc in terms of TCHAR
13584         instead of CHAR or WCHAR.
13585
13586         * include/winnt.h: added _T define
13587
13588         * include/winnt.h: added test for _TCHAR_DEFINED
13589
13590         * include/winnt.h: included string.h for memory macros
13591
13592         * include/prsht.h: added PSM_SETFINISHTEXT to UNICODE/ANSI test
13593
13594         * include/prsht.h: moved PSM_SETTITLEA/W to UNICODE test at end of file
13595
13596         * include/prsht.h: added PropSheet_XXX macros
13597
13598
13599 1998-11-24  Anders Norlander  <anorland@hem2.passagen.se>
13600
13601         * include/winspool.h: Changed DeletePrinterProcessor and
13602         DeletePrinterProvidor to DeletePrintXX.
13603
13604         * include/wingdi.h: Changed EMRCREATECOLORSPACE lcs member type to
13605         LOGCOLORSPACEW.
13606
13607         * include/wingdi.h: Changed prototype for CreateColorSpace to A and W
13608         variants
13609
13610         * include/wingdi.h: Likewise for GetLogColorSpace
13611
13612         * include/wingdi.h: Changed LOGCOLORSPACE to LOGCOLORSPACEA/W.
13613
13614         * include/richedit.h: Added missing defines and structures
13615
13616         * include/winuser.h: Moved EDITWORDBREAKPROCEX to include/richedit.h
13617
13618         * include/winuser.h: Added HWND_DESKTOP
13619
13620 1998-11-23  Anders Norlander  <anorland@hem2.passagen.se>
13621
13622         * Makefile: Include ChangeLog when building source
13623         distribution (srcdist)
13624
13625         * include/oleauto.h: Changed WINOLEAUTAPI and WINOLEAUTAPI_ so they
13626         are always defined as STDAPI and STDAPI_
13627
13628         * include/objbase.h: Changed WINOLEAPI and WINOLEAPI_ so they
13629         are always defined as STDAPI and STDAPI_
13630
13631         * include/objidl.h: Removed extra ';' on IStorage SetClass method
13632
13633         * include/rpcndr.h: Removed all IN and OUT from function prototypes
13634
13635         * ChangeLog started