OSDN Git Service

Merge post 2017-11-09 changes from 5.2-trunk.
[mingw/mingw-org-wsl.git] / wslapi / ChangeLog
1 2019-04-01  Keith Marshall  <keith@users.osdn.me>
2
3         Merge post 2017-11-09 changes from 5.2-trunk.
4
5 2019-02-03  Keith Marshall  <keith@users.osdn.me>
6
7         Clean up winsock default version selection stratagem.
8
9         * include/winsock.h [_WINSOCK_H]: Defer definition until within new
10         internal recursion breaking retest block; following evaluation of...
11         [__USE_MINGW_WINSOCK_DEFAULT]: ...this, whence <winsock2.h> may be
12         included, reproducing the original version selection logic from...
13         * include/_winsock.h: ...here; file is now obsolete; delete it.
14
15         * include/winsock2.h (__USE_MINGW_WINSOCK_DEFAULT): Undefine it,
16         before including <winsock.h>
17
18         * include/windows.h include/nspapi.h include/wsnetbs.h: Define...
19         (__USE_MINGW_WINSOCK_DEFAULT): ...this, and then include <winsock.h>
20         instead of deleted file <_winsock.h>
21
22         * tests/headers.at: Regenerated.
23
24 2019-01-22  Keith Marshall  <keith@users.osdn.me>
25
26         Prepare and publish MinGW.org WSL-5.2.1 release.
27
28         * All files (wsl-5.2.1-release): Tag assigned.
29
30 2019-01-22  Keith Marshall  <keith@users.osdn.me>
31
32         Incorporate user-customized <features.h> configuration.
33
34         * tests/Makefile.in (install-mingwrt-headers): Create <features.h>
35         stub; this is an empty file, yielding the default configuration.
36
37 2018-12-23  Keith Marshall  <keith@users.osdn.me>
38
39         Prepare and publish MinGW.org WSL-5.2 release.
40
41         * All files (wsl-5.2-release): Tag assigned.
42
43 2018-12-18  Keith Marshall  <keith@users.osdn.me>
44
45         Make <winver.h> header effectively self-contained.
46
47         * include/winver.h: Include <windef.h>
48
49 2018-11-23  Keith Marshall  <keith@users.osdn.me>
50
51         Fix MinGW-Bug #2248 (SF ticket).
52
53         * include/commctrl.h (NMPGSCROLL): Set packing to 1-byte alignment.
54         (NMPGSCROLL.fwKeys): Change type from BOOL to WORD.
55
56 2018-11-23  Keith Marshall  <keith@users.osdn.me>
57
58         Apply some more cosmetic layout adjustments.
59
60         * include/commctrl.h: Keep 'typedef' and 'struct' on a single line,
61         for each untagged aggregate type definition.
62
63 2018-11-18  Jelle Geerts  <heisenbug@users.osdn.me>
64
65         Fix MinGW-Bug #38736 (OSDN ticket).
66
67         * include/commctrl.h (DTM_SETFORMATW): Correct definition; was 0x1050,
68         but should be equivalent to 0x1000 + 50, which is actually 0x1032.
69
70 2018-11-18  Keith Marshall  <keith@users.osdn.me>
71
72         Make <commctrl.h> header effectively self-contained.
73
74         * include/commctrl.h: Tidy layout; assert copyright.
75         Include <winbase.h> and <prsht.h>; both are required to resolve
76         inter-header dependencies, so achieving effective self-containment.
77         Correctly parenthesize argument references in macro definitions.
78         (pragma GCC system_header): Remove redundant GCC version guard.
79         (_WIN32_WINNT, _WIN32_IE): Always use symbolic version comparisons.
80         (SNDMSG): Remove definition; it is inherited from <prsht.h> anyway.
81         (__AW_ALIAS__, __AW_SUFFIXED__, __AW_STRING_A__, __AW_STRING_W__):
82         Use them; they facilitate maintenance of robust definitions for...
83         [UNICODE vs. ! UNICODE]: ...generic symbols and strings.
84         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
85
86 2018-11-16  Keith Marshall  <keith@users.osdn.me>
87
88         Make <prsht.h> header effectively self-contained.
89
90         * include/prsht.h: Tidy layout; assert copyright.
91         Include <winuser.h> to resolve inter-header dependencies.
92         Correctly parenthesize argument references in macro definitions.
93         (pragma GCC system_header): Remove redundant GCC version guard.
94         (_WIN32_WINNT, _WIN32_IE): Always use symbolic version comparisons.
95         (SNDMSG, POSTMSG) [ifndef]: Remove guard condition; it prevents GCC
96         from checking consistency of alternative definition sources.
97         (__AW_SUFFIXED__): Use it; it improves robustness of...
98         [UNICODE vs. ! UNICODE]: ...generic definitions.
99         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
100
101 2018-10-29  Keith Marshall  <keith@users.osdn.me>
102
103         Clean up <wincon.h>; consolidate its version dependencies.
104
105         * include/wincon.h: Tidy layout; assert copyright.
106         [_WIN32_WINNT]: Always compare it symbolically, with respect to...
107         [_WIN32_WINNT_WIN2K, _WIN32_WINNT_WINXP, _WIN32_WINNT_VISTA]: ...each
108         of these; group and consolidate respective version dependencies.
109         (FOREGROUND_BLUE, FOREGROUND_GREEN, FOREGROUND_RED)
110         (FOREGROUND_INTENSITY, BACKGROUND_BLUE, BACKGROUND_GREEN)
111         (BACKGROUND_RED, BACKGROUND_INTENSITY, COMMON_LVB_LEADING_BYTE)
112         (COMMON_LVB_TRAILING_BYTE, COMMON_LVB_GRID_HORIZONTAL)
113         (COMMON_LVB_GRID_LVERTICAL, COMMON_LVB_GRID_RVERTICAL)
114         (COMMON_LVB_REVERSE_VIDEO, COMMON_LVB_UNDERSCORE, CTRL_C_EVENT)
115         (CTRL_BREAK_EVENT, CTRL_CLOSE_EVENT, CTRL_LOGOFF_EVENT)
116         (CTRL_SHUTDOWN_EVENT, ENABLE_LINE_INPUT, ENABLE_ECHO_INPUT)
117         (ENABLE_PROCESSED_INPUT, ENABLE_WINDOW_INPUT, ENABLE_MOUSE_INPUT)
118         (ENABLE_INSERT_MODE, ENABLE_QUICK_EDIT_MODE, ENABLE_EXTENDED_FLAGS)
119         (ENABLE_AUTO_POSITION, ENABLE_VIRTUAL_TERMINAL_INPUT)
120         (ENABLE_PROCESSED_OUTPUT, ENABLE_WRAP_AT_EOL_OUTPUT)
121         (ENABLE_VIRTUAL_TERMINAL_PROCESSING, DISABLE_NEWLINE_AUTO_RETURN)
122         (ENABLE_LVB_GRID_WORLDWIDE, KEY_EVENT, MOUSE_EVENT)
123         (WINDOW_BUFFER_SIZE_EVENT, MENU_EVENT, FOCUS_EVENT, CAPSLOCK_ON)
124         (ENHANCED_KEY, RIGHT_ALT_PRESSED, LEFT_ALT_PRESSED)
125         (RIGHT_CTRL_PRESSED, LEFT_CTRL_PRESSED, SHIFT_PRESSED, NUMLOCK_ON)
126         (SCROLLLOCK_ON, FROM_LEFT_1ST_BUTTON_PRESSED)
127         (FROM_LEFT_2ND_BUTTON_PRESSED, FROM_LEFT_3RD_BUTTON_PRESSED)
128         (FROM_LEFT_4TH_BUTTON_PRESSED, RIGHTMOST_BUTTON_PRESSED, MOUSE_MOVED)
129         (DOUBLE_CLICK, MOUSE_WHEELED, MOUSE_HWHEELED, CONSOLE_FULLSCREEN)
130         (CONSOLE_FULLSCREEN_HARDWARE, CONSOLE_FULLSCREEN_MODE)
131         (CONSOLE_WINDOWED_MODE, CONSOLE_NO_SELECTION)
132         (CONSOLE_SELECTION_IN_PROGRESS, CONSOLE_SELECTION_NOT_EMPTY)
133         (CONSOLE_MOUSE_SELECTION, CONSOLE_MOUSE_DOWN, HISTORY_NO_DUP_FLAG):
134         Redefine, expressing all values in hexadecimal rather than decimal;
135         this is consistent with Microsoft documentation, and it is also more
136         logical, since all represent bit-flags, bit-fields, or bit-masks.
137
138 2018-10-24  Keith Marshall  <keith@users.osdn.me>
139
140         Make <wincon.h> header effectively self-contained.
141
142         * include/wincon.h [_WIN32_WINNT < 0x0600]: Include <windef.h>...
143         [_WIN32_WINNT >= 0x0600]: ...but, Vista and later need <wingdi.h>
144         [__GNUC__ >= 3]: Remove condition; used only in association with...
145         (#pragma GCC system_header): ...this, it is redundant in this context.
146         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them as appropriate.
147
148 2018-10-24  David Gressett  <texasgaidheal@users.osdn.me>
149
150         Improve WinXP/Vista console I/O support.
151
152         * include/wincon.h (AddConsoleAlias, GetConsoleAlias)
153         (GetConsoleAliases, GetConsoleAliasExes, GetConsoleAliasesLength)
154         (GetConsoleAliasExesLength, GetConsoleOriginalTitle): New function
155         name aliases; define them, mapping them conditionally to represent...
156         [UNICODE]: ...their corresponding UTF-16LE function names, else...
157         [!UNICODE]: ...their corresponding ASCII/DBCS function names.
158         (COMMON_LVB_LEADING_BYTE, COMMON_LVB_TRAILING_BYTE
159         (COMMON_LVB_GRID_HORIZONTAL, COMMON_LVB_GRID_LVERTICAL)
160         (COMMON_LVB_GRID_RVERTICAL, COMMON_LVB_REVERSE_VIDEO)
161         (COMMON_LVB_UNDERSCORE, ENABLE_VIRTUAL_TERMINAL_INPUT)
162         (ENABLE_VIRTUAL_TERMINAL_PROCESSING, DISABLE_NEWLINE_AUTO_RETURN)
163         (ENABLE_LVB_GRID_WORLDWIDE,(MOUSE_HWHEELED): Define them.
164         (GetConsoleAliasA, GetConsoleAliasW, HandlerRoutine): Declare.
165         (CONSOLE_FULLSCREEN, CONSOLE_FULLSCREEN_HARDWARE): Define when...
166         [_WIN32_WINNT >= 0x0500]: ...this prevails; additionally...
167         (GetConsoleFontSize): ...declare function.
168         (CONSOLE_NO_SELECTION, CONSOLE_SELECTION_NOT_EMPTY)
169         (CONSOLE_SELECTION_IN_PROGRESS, CONSOLE_MOUSE_SELECTION)
170         (CONSOLE_MOUSE_DOWN): Define them; make them visible only when...
171         [_WIN32_WINNT >= 0x0501]: ...this prevails.
172         (struct _CONSOLE_FONT_INFO): Make it visible, only when...
173         [_WIN32_WINNT >= 0x0501]: ...this prevails; when visible, map it to...
174         (CONSOLE_FONT_INFO, PCONSOLE_FONT_INFO): ...these typedefs.
175         (struct _CONSOLE_SELECTION_INFO): Declare it; visible only when...
176         [_WIN32_WINNT >= 0x0501]: ...this prevails; when visible, map it to...
177         (CONSOLE_SELECTION_INFO, PCONSOLE_SELECTION_INFO): ...these typedefs.
178         [_WIN32_WINNT >= 0x0501] (AddConsoleAliasA, AddConsoleAliasW)
179         (GetConsoleAliasesA, GetConsoleAliasesW, GetConsoleAliasExesA)
180         (GetConsoleAliasExesW, GetConsoleAliasesLengthA)
181         (GetConsoleAliasesLengthW, GetConsoleAliasExesLengthA)
182         (GetConsoleAliasExesLengthW, GetConsoleSelectionInfo)
183         (GetCurrentConsoleFont): Declare functions.
184         [_WIN32_WINNT >= 0x0600] (HISTORY_NO_DUP_FLAG): Define it.
185         (struct _CONSOLE_FONT_INFOEX): New structure; declare it only when...
186         [_WIN32_WINNT >= 0x0600]: ...this prevails; when declared, map to...
187         (CONSOLE_FONT_INFOEX, PCONSOLE_FONT_INFOEX): ...these typedefs.
188         (CONSOLE_HISTORY_INFO, PCONSOLE_HISTORY_INFO): New typedefs; they
189         map to an anonymous structure, and are visible only when...
190         [_WIN32_WINNT >= 0x0600]: ...this prevails.
191         (struct _CONSOLE_READCONSOLE_CONTROL): New structure; declare when...
192         [_WIN32_WINNT >= 0x0600]: ...this prevails; when declared, map to...
193         (CONSOLE_READCONSOLE_CONTROL, PCONSOLE_READCONSOLE_CONTROL): ...these.
194         (struct _CONSOLE_SCREEN_BUFFER_INFOEX): New structure; declare when...
195         [_WIN32_WINNT >= 0x0600]: ...this prevails; when declared, map to...
196         (CONSOLE_SCREEN_BUFFER_INFOEX, PCONSOLE_SCREEN_BUFFER_INFOEX):
197         ...these typedefs.
198         [_WIN32_WINNT >= 0x0600] (GetConsoleHistoryInfo)
199         (GetConsoleOriginalTitleA, GetConsoleOriginalTitleW)
200         (GetConsoleScreenBufferInfoEx, GetCurrentConsoleFontEx)
201         (SetConsoleHistoryInfo, SetConsoleScreenBufferInfoEx)
202         (SetCurrentConsoleFontEx): Declare functions.
203
204 2018-09-03  Keith Marshall  <keith@users.osdn.me>
205
206         Prepare and publish MinGW.org WSL-5.1.1 release.
207
208         * All files (wsl-5.1.1-release): Tag assigned.
209
210 2018-07-29  Keith Marshall  <keith@users.osdn.me>
211
212         Don't restrict <winerror.h> exposure when including <winsock.h>
213
214         * include/winerror.h [__WINSOCK_H_SOURCED__]: Remove filters.
215         (__WINSOCK_V1_ERRORS__, __WINSOCK_V2_ERRORS__): Do not define; delete
216         all dependent filter references.
217
218 2018-07-11  Keith Marshall  <keith@users.osdn.me>
219
220         Make <wincrypt.h> header effectively self-contained.
221
222         * include/wincrypt.h: Include <winbase.h>
223
224 2018-07-11  Keith Marshall  <keith@users.osdn.me>
225
226         Correct <wincrypt.h> typographic errors; fix issue [#38391]
227
228         * include/wincrypt.h (CALG_TLS1PRF): Delete symbolic reference to...
229         (ALG_CLASS_DHASH): ...this; there is no such symbol; replace it with...
230         (ALG_CLASS_HASH): ...this, which represents the correct reference.
231         (struct _CRYPTOAPI_BLOB): Delete extraneous "typedef" keyword; this
232         struct definition is not directly associated with any type name.
233         (struct _SSL_EXTRA_CERT_CHAIN_POLICY_PARA): Likewise.
234
235 2018-02-26  Keith Marshall  <keith@users.osdn.me>
236
237         Prepare and publish MinGW.org WSL-5.1 release.
238
239         * All files (wsl-5.1-release): Tag assigned.
240
241 2018-02-24  Keith Marshall  <keith@users.osdn.me>
242
243         Make <iptypes.h> header effectively self-contained.
244
245         * include/iptypes.h: Assert copyright; tidy layout.
246         Include <windef.h>; it is required for self-containment.
247         (__need_time_t): Define for selective inclusion of <sys/types.h>
248         (_BEGIN_C_DECLS, _END_C_DECLS): Use them as appropriate.
249         (_WIN32_WINNT): Always compare it symbolically.
250         (__dhcp_time_t): New temporary data type macro; define it...
251         [_WIN64]: ...as equivalent to __time64_t, otherwise...
252         [!_WIN64]: ...equivalent to __time32_t, and then...
253         (struct _IP_ADAPTER_INFO): ...use it as the data type for...
254         (LeaseObtained, LeaseExpires): ...these fields.
255
256 2017-12-20  Keith Marshall  <keith@users.osdn.me>
257
258         Make <winreg.h> header effectively self-contained.
259
260         * include/winreg.h: Include <winbase.h>, thus achieving effective
261         self-containment; since this also indirectly includes <_mingw.h>,
262         there is no longer any need to include it directly.
263
264 2017-12-20  Keith Marshall  <keith@users.osdn.me>
265
266         Clean up, following issue [#2262] patch application.
267
268         * include/winreg.h: Tidy layout; correct copyright assertion.
269         (_BEGIN_C_DECLS, _END_C_DECLS): Use them, as appropriate.
270         [UNICODE] (__AW): Do not use deleted macro; replace it with...
271         [UNICODE] (__AW_ALIAS__): ...this, for conditional typedef mapping...
272         [UNICODE] (VALENT, PVALENT): ...of these; similarly replace with...
273         [UNICODE] (__AW_SUFFIXED__): ...this, to define function mappings...
274         [UNICODE] (AbortSystemShutdown, InitiateSystemShutdown)
275         (RegConnectRegistry, RegCreateKey, RegCreateKeyEx, RegDeleteKey)
276         (RegDeleteValue, RegEnumKey, RegEnumKeyEx, RegEnumValue, RegLoadKey)
277         (RegOpenKey, RegOpenKeyEx, RegQueryInfoKey, RegQueryMultipleValues)
278         (RegQueryValue, RegQueryValueEx, RegReplaceKey, RegRestoreKey)
279         (RegSaveKey, RegSetValue, RegSetValueEx, RegUnLoadKey, RegSaveKeyEx)
280         (RegDeleteKeyTransacted, RegDeleteKeyValue, RegDeleteTree, RegGetValue)
281         (RegLoadMUIString, RegOpenKeyTransacted, RegSetKeyValue)
282         (RegDeleteKeyEx, RegCopyTree, RegCreateKeyTransacted): ...for these.
283         (RegDeleteKeyEx, RegDeleteKeyExA, RegDeleteKeyExW): Fix regression;
284         all "4.x" branches specified these incorrectly, dependent on...
285         [_WIN32_WINNT >= _WIN32_WINNT_WIN2K]: ...this condition, whereas the
286         "legacy" branch, whence the "5.x" branches are propagated, correctly
287         required an alternative condition which is the equivalent of...
288         [_WIN32_WINNT >= _WIN32_WINNT_WS03]: ...this; revert it.
289
290 2017-12-20  Sebastián Puebla  <spuebla@users.sourceforge.net>
291
292         Update registry management API, per issue [#2262].
293
294         * include/winreg.h: Merge changes from 4.1-dev branch.
295         (REG_LATEST_FORMAT, REG_NO_COMPRESSION, REG_OPTION_BACKUP_RESTORE)
296         (REG_STANDARD_FORMAT, RRF_RT_ANY, RRF_RT_DWORD, RRF_RT_QWORD)
297         (RRF_RT_REG_BINARY, RRF_RT_REG_DWORD, RRF_RT_REG_EXPAND_SZ)
298         (RRF_RT_REG_MULTI_SZ, RRF_RT_REG_NONE, RRF_RT_REG_QWORD, RRF_RT_REG_SZ)
299         (RRF_NOEXPAND, RRF_SUBKEY_WOW6464KEY, RRF_SUBKEY_WOW6432KEY)
300         (RRF_ZEROONFAILURE): New manifest constants; define them.
301         (RegDisablePredefinedCache, RegOpenCurrentUser, RegOpenUserClassesRoot)
302         (RegOverridePredefKey): Add previously omitted function prototypes.
303         [_WIN32_WINNT >= _WIN32_WINNT_WINXP] (RegSaveKeyEx): Define...
304         [!defined UNICODE] (__AW): ...mapping it for SBCS/MBCS case, or...
305         [defined UNICODE] (__AW): ...for UTF-16LE case to either one of...
306         (RegSaveKeyExA, RegSaveKeyExW): ...these, respectively, and...
307         [_WIN32_WINNT >= _WIN32_WINNT_WINXP]: ...declare function prototypes.
308         [_WIN32_WINNT >= _WIN32_WINNT_WS03] (RegDisableReflectionKey)
309         (RegEnableReflectionKey, RegQueryReflectionKey): Declare prototypes.
310         [_WIN32_WINNT >= _WIN32_WINNT_VISTA] (RegCopyTreeA, RegCopyTreeW)
311         (RegCreateKeyTransactedA, RegCreateKeyTransactedW)
312         (RegDeleteKeyTransactedA, RegDeleteKeyTransactedW)
313         (RegDeleteKeyValueA, RegDeleteKeyValueW)
314         (RegDeleteTreeA, RegDeleteTreeW, RegDisablePredefinedCacheEx)
315         (RegGetValueA, RegGetValueW, RegLoadMUIStringA, RegLoadMUIStringW)
316         (RegOpenKeyTransactedA, RegOpenKeyTransactedW)
317         (RegSetKeyValueA, RegSetKeyValueW): Declare prototypes.
318         [_WIN32_WINNT >= _WIN32_WINNT_VISTA] (RegCopyTree)
319         (RegCreateKeyTransacted, RegDeleteKeyTransacted, RegDeleteKeyValue)
320         (RegDeleteTree, RegGetValue, RegLoadMUIString, RegOpenKeyTransacted)
321         (RegSetKeyValue): Define, mapping each to its respective function...
322         [!defined UNICODE] (__AW): ...for the SBCS/MBCS case, or...
323         [defined UNICODE] (__AW): ...for the UTF-16LE case.
324
325         * lib/kernel32.def (RegDeleteTreeA@8, RegDeleteTreeW@8)
326         (RegDisablePredefinedCacheEx@0, RegGetValueA@28, RegGetValueW@28)
327         (RegLoadMUIStringA@28, RegLoadMUIStringW@28, RegSaveKeyExA@16)
328         (RegSaveKeyExW@16): Remove them; relocate them to...
329         * lib/advapi32.def (RegDeleteTreeA@8, RegDeleteTreeW@8)
330         (RegDisablePredefinedCacheEx@0, RegGetValueA@28, RegGetValueW@28)
331         (RegLoadMUIStringA@28, RegLoadMUIStringW@28, RegSaveKeyExA@16)
332         (RegSaveKeyExW@16): ...their correct location, here.
333         (RegCopyTreeA@12, RegCopyTreeW@12, RegQueryReflectionKey@8)
334         (RegCreateKeyTransactedA@44, RegCreateKeyTransactedW@44)
335         (RegDeleteKeyTransactedA@24, RegDeleteKeyTransactedW@24)
336         (RegDeleteKeyValueA@12, RegDeleteKeyValueW@12)
337         (RegDisableReflectionKey@4, RegEnableReflectionKey@4)
338         (RegOpenKeyTransactedA@28, RegOpenKeyTransactedW@28)
339         (RegSetKeyValueA@24, RegSetKeyValueW@24): Add these.
340
341 2017-12-16  Keith Marshall  <keith@users.osdn.me>
342
343         Provide default definition for _WIN32_IE feature test macro.
344
345         * include/sdkddkver.h [!defined _WIN32_IE]: Define it, with...
346         (_WIN32_IE_IE50): ...this default value.
347
348         * include/commctrl.h (_WIN32_IE): Delete definition hint; it offered
349         a conflicting proposal for the default value.
350
351 2017-12-06  Keith Marshall  <keith@users.osdn.me>
352
353         Prepare and publish MinGW.org WSL-5.0.2 release.
354
355         * All files (wsl-5.0.2-release): Tag assigned.
356
357 2017-11-28  Keith Marshall  <keith@users.osdn.me>
358
359         Make <wsnetbs.h> header effectively self-contained.
360
361         * include/wsnetbs.h: Assert copyright; tidy layout; include
362         "_winsock.h", so making this header effectively self-contained, and
363         thus relieving the user of a responsibility for ensuring that some
364         other appropriate WinSock header has been included first.
365
366 2017-11-28  Keith Marshall  <keith@users.osdn.me>
367
368         Factor <winsock.h> duplicate content out of <winsock2.h>
369
370         * include/winsock2.h: Remove all declarations and definitions which
371         are identically specified in <winsock.h>, but keep them in scope by...
372         [! defined _WINSOCK_H]: ...including <winsock.h> itself; override any
373         declarations and definitions therefrom, which introduce conflicts.
374         [defined _WINSOCK_H]: Diagnose misuse; suppress all further
375         definitions and declarations.
376
377         * include/winsock.h (SOMAXCONN): Add comment; note disparity between
378         WinSock v1.1 and WinSock v2, the latter of which will override when
379         correctly included by <winsock2.h>
380
381 2017-11-24  Keith Marshall  <keith@users.osdn.me>
382
383         Make <winsock.h> and <winsock2.h> duplicate code congruent.
384
385         * include/winsock.h (SOMAXCONN): Move definition into...
386         [!__INSIDE_MSYS__]: ...this guarded scope.
387
388         * include/winsock2.h: Rearrange as necessary.
389         [_BEGIN_C_DECLS, _END_C_DECLS]: Keep them balanced.
390         (_USE_SYS_TYPES_FD_SET): Define and use, as in <winsock.h>
391         [!_WINSOCK_ANOMALOUS_TYPEDEFS] (FD_SET): Declare function, not type.
392         [!_WINSOCK_ANOMALOUS_TYPEDEFS] (PFD_SET, LPFD_SET): Suppress typedefs.
393         (FD_SET, FD_ISSET, FD_CLR, FD_ZERO): Reimplement, as in <winsock.h>
394         (FD_READ_BIT, FD_WRITE_BIT, FD_OOB_BIT, FD_ACCEPT_BIT)
395         (FD_CONNECT_BIT, FD_CLOSE_BIT, FD_QOS_BIT, FD_GROUP_QOS_BIT)
396         (FD_ROUTING_INTERFACE_CHANGE_BIT, FD_ADDRESS_LIST_CHANGE_BIT)
397         (FD_MAX_EVENTS): Enumerate them, as in <winsock.h>
398         [!(defined __INSIDE_CYGWIN__ || defined __INSIDE_MSYS__)]: Recast...
399         [!defined __INSIDE_MSYS__]: ...as this, throughout.
400         (gethostname): Update function prototype, adding...
401         (WINSOCK_API_LINKAGE): ...this DLL import control attribute.
402
403         * include/ws2spi.h: Tidy layout; assert copyright.
404         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
405         (LPFD_SET): Delete all type references; use...
406         (fd_set *): ...this instead.
407
408 2017-11-14  Keith Marshall  <keith@users.osdn.me>
409
410         Establish default selection for WinSock API declaration.
411
412         * include/windows.h include/nspapi.h: Include...
413         * include/_winsock.h: ...this new system private header; it selects...
414         [_WIN32_WINNT >= _WIN32_WINNT_NT4]: ...WinSock v2 API declarations, as
415         provided by conditional inclusion of <winsock2.h>, otherwise...
416         [_WIN32_WINNT < _WIN32_WINNT_NT4]: ...WinSock v1.1 API declarations,
417         as provided by inclusion of <winsock.h>
418
419         * tests/headers.at <_winsock.h>: Add reference.
420
421 2017-11-14  Keith Marshall  <keith@users.osdn.me>
422
423         Update gethostname() declaration; drop Cygwin specificity.
424
425         * include/winsock.h (gethostname): Declare unconditionally; add...
426         (WINSOCK_API_LINKAGE): ...this DLL import control attribute.
427         [!(defined __INSIDE_CYGWIN__ || defined __INSIDE_MSYS__)]: Recast...
428         [!defined __INSIDE_MSYS__]: ...as this, throughout.
429
430 2017-11-09  Keith Marshall  <keith@users.osdn.me>
431
432         Avoid an implication that the API is exclusively 32-bit.
433
434         * Makefile.in (w32api_srcdir): Rename macro...
435         (wslapi_srcdir): ...to this; update all references.
436
437 2017-11-09  Keith Marshall  <keith@users.osdn.me>
438
439         Normalize fd_set event macros for <winsock2.h> compatibility.
440
441         * include/winsock.h (FD_READ, FD_WRITE, FD_OOB, FD_ACCEPT, FD_CONNECT)
442         (FD_CLOSE): Redefine them, deriving respective values as shifts by...
443         (FD_READ_BIT, FD_WRITE_BIT, FD_OOB_BIT, FD_ACCEPT_BIT, FD_CONNECT_BIT)
444         (FD_CLOSE_BIT): ...this new enumerated count sequence, applying each
445         count to a bit flag with value of 1, in each case respectively.
446         [_WINSOCK2_H]: Extend shift count enumeration, to include...
447         (FD_QOS_BIT, FD_GROUP_QOS_BIT, FD_ROUTING_INTERFACE_CHANGE_BIT)
448         (FD_ADDRESS_LIST_CHANGE_BIT): ...these additional counts; hence...
449         [_WINSOCK2_H] (FD_QOS, FD_GROUP_QOS, FD_ROUTING_INTERFACE_CHANGE)
450         [_WINSOCK2_H] (FD_ADDRESS_LIST_CHANGE): ...define each of these.
451         (FD_MAX_EVENTS): Define unconditionally; it represents a shift count
452         of 1 greater than the offset of the last defined flag; hence...
453         (FD_ALL_EVENTS): ...derive this mask for all event flags.
454
455 2017-11-09  Keith Marshall  <keith@users.osdn.me>
456
457         Filter potential WinSock v2 conflicts out of <winsock.h>
458
459         * include/winsock.h [_WINSOCK2_H] <mswsock.h>: Do not include it.
460         [_WINSOCK2_H] (IP_MULTICAST_IF, IP_MULTICAST_TTL, IP_MULTICAST_LOOP)
461         (IP_ADD_MEMBERSHIP, IP_DROP_MEMBERSHIP, IP_DEFAULT_MULTICAST_TTL)
462         (IP_DEFAULT_MULTICAST_LOOP, IP_MAX_MEMBERSHIPS, struct ip_mreq): Do
463         not define any of these; they are not compatible with WinSock v2.
464         [_WINSOCK2_H] (SOMAXCONN): Do not define it; it will be defined
465         appropiately in <winsock2.h>
466
467 2017-11-09  Keith Marshall  <keith@users.osdn.me>
468
469         Filter out <winsock.h> typedef anomalies.
470
471         * include/winsock.h (FD_SET, PFD_SET, LPFD_SET): If user defines...
472         [_WINSOCK_ANOMALOUS_TYPEDEFS]: ...this new feature test macro, expose
473         them as type definitions, but warn of potential conflict with...
474         [!_WINSOCK_ANOMALOUS_TYPEDEFS] (FD_SET): ...this POSIX.1 mandated
475         function; declare its prototype.
476
477 2017-11-08  Keith Marshall  <keith@users.osdn.me>
478
479         Overhaul WinSock fd_set content management macros.
480
481         * include/winsock.h (FD_SET, FD_ISSET, FD_CLR, FD_ZERO): Replace the
482         original implementations of each of these macros, redirecting to...
483         (__FD_SET, __FD_ISSET, __FD_CLR, __FD_ZERO): ...these new, equivalent
484         inline functions, respectively; these are more robust, and correct a
485         defect in the original FD_SET macro implementation, whereby duplicate
486         descriptors could be added to an fd_set array, but would not then be
487         removed by the corresponding FD_CLR macro.
488
489         * tests/winsock.at (MINGW_AT_CHECK_WINSOCK): Ensure that all test
490         programs are linked with -lwsock32 or -lws2_32, as appropriate; the
491         __FD_SET and __FD_ISSET functions are dependent on the __WSAFDIsSet()
492         function, which is implemented in each of these libraries.
493
494 2017-11-07  Keith Marshall  <keith@users.osdn.me>
495
496         Identify features which have been deprecated in WinSock v2.
497
498         * include/winsock.h (__WINSOCK2_DEPRECATED): Define as nothing.
499         * include/winsock2.h (__WINSOCK2_DEPRECATED): Define as equivalent...
500         (__MINGW_ATTRIB_DEPRECATED): ...to this.
501
502         * include/winsock.h include/winsock2.h: Qualify...
503         (WSAIsBlocking, WSAUnhookBlockingHook, WSASetBlockingHook)
504         (WSACancelBlockingCall): ...each of these function prototypes, with...
505         (__WINSOCK2_DEPRECATED): ...this attribute.
506
507 2017-11-07  Keith Marshall  <keith@users.osdn.me>
508
509         Adopt system naming convention for USE_SYS_TYPES_FD_SET macro.
510
511         * include/winsock.h (USE_SYS_TYPES_FD_SET): Deprecate it; use...
512         (_USE_SYS_TYPES_FD_SET): ...this alternative; it is named to conform
513         with preferred convention for system feature test macros.
514
515 2017-11-06  Keith Marshall  <keithmarshall@users.sourceforge.net>
516
517         Use WINSOCK_API_LINKAGE consistently in WinSock headers.
518
519         * include/winsock.h (WINSOCK_API_LINKAGE): Define, and prefix to...
520         (accept, bind, closesocket, connect, ioctlsocket, inet_addr, inet_ntoa)
521         (getpeername, getsockname, getsockopt, listen, recv, recvfrom, send)
522         (sendto, setsockopt, shutdown, socket, gethostbyaddr, gethostbyname)
523         (getservbyport, getservbyname, getprotobynumber, getprotobyname)
524         (WSAStartup, WSACleanup, WSASetLastError, WSAGetLastError)
525         (WSAIsBlocking, WSAUnhookBlockingHook, WSASetBlockingHook)
526         (WSACancelBlockingCall, WSAAsyncGetServByName, WSAAsyncGetServByPort)
527         (WSAAsyncGetProtoByName, WSAAsyncGetProtoByNumber, WSAAsyncSelect)
528         (WSAAsyncGetHostByName, WSAAsyncGetHostByAddr, WSACancelAsyncRequest)
529         (htonl, ntohl, htons, ntohs, select): ...these function prototypes.
530
531         * include/winsock2.h (WINSOCK_API_LINKAGE): Remove it from...
532         (LPFN_WSASTARTUP): ...this typedef; it is inappropriate.
533
534 2017-10-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
535
536         Refactor <wtypes.h> vs. <nspapi.h> and WinSock headers.
537
538         * include/wtypes.h: Tidy layout; assert copyright.
539         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
540         [__NSPAPI_H_SOURCED__]: Restrict exposure of declared content to...
541         [!__BLOB_DATA_TYPE_DEFINED] (BLOB, PBLOB, LPBLOB): ...these; define...
542         (__BLOB_DATA_TYPE_DEFINED__): ...this internal guard; it renames...
543         (__BLOB_T_DEFINED): ...this; do not define...
544         (_WTYPES_H): ...this external guard.
545
546         * include/nspapi.h: Tidy layout; assert copyright.
547         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
548         (__CSADDR_T_DEFINED): Do not define; it is no longer required.
549         [__WINSOCK2_H_SOURCED__]: Restrict exposure of declared content to...
550         (struct _CSADDR_INFO): ...this, as an incomplete type, along with...
551         (CSADDR_INFO, PCSADDR_INFO, LPCSADDR_INFO): ...these typedefs; also...
552         (SOCKET_ADDRESS, PSOCKET_ADDRESS, LPSOCKET_ADDRESS): ...define fully.
553         [__WINSOCK2_H_SOURCED__] (_NSPAPI_H): Do not define external guard.
554         [!__WINSOCK2_H_SOURCED__] (struct _CSADDR_INFO): Define fully.
555         (__BLOB_T_DEFINED, BLOB, PBLOB, LPBLOB): Do not define; instead...
556         (__NSPAPI_H_SOURCED__): ...define this, temporarily; include wtypes.h
557         [!__WINSOCK2_H_SOURCED__ && _WIN32_WINNT >= WIN2K]: Include winsock2.h
558         [!__WINSOCK2_H_SOURCED__ && _WIN32_WINNT < WIN2K]: Include winsock.h
559         [UNICODE vs. !UNICODE]: Discriminate generic symbol names, using...
560         (__AW_SUFFIXED__): ...this, to facilitate definition of each of...
561         (SetService, GetAddressByName, _SERVICE_INFO): ...these, and...
562         (__AW_ALIAS__): ...this, for definition of each of...
563         (SERVICE_INFO, LPSERVICE_INFO): ...these.
564
565         * include/winsock2.h (__WINSOCK2_H_SOURCED__): Define it temporarily.
566         (__CSADDR_T_DEFINED, struct _CSADDR_INFO, CSADDR_INFO, PCSADDR_INFO)
567         (LPCSADDR_INFO, __BLOB_T_DEFINED, BLOB, PBLOB, LPBLOB): Do not define;
568         include nspapi.h selectively, to acquire them.
569
570 2017-09-23  Keith Marshall  <keithmarshall@users.sourceforge.net>
571
572         Factor <winerror.h> duplicate content out of winsock headers.
573
574         * include/winsock.h include/winsock2.h [!defined WSABASEERR]: Delete
575         conditional block, and all of its content; selectively include...
576         * include/winerror.h [__WINSOCK_H_SOURCED__]: ...this instead.
577         [__WINSOCK_H_SOURCED__] (_WINERROR_H): Do not define it.
578         (__WINSOCK_V1_ERRORS__, __WINSOCK_V2_ERRORS__): New temporary macros;
579         define them, to segregate WSA error messages applicable to WinSock v2
580         only, from those applicable to both WinSock v1.1 and WinSock v2.
581         (__WSA_ERRNO): New macro; use it to redefine all WSA specific error
582         codes, except WSABASEERR, relative to WSABASEERR itself.
583
584 2017-09-15  Keith Marshall  <keithmarshall@users.sourceforge.net>
585
586         Factor <sys/time.h> duplicate content out of winsock headers.
587
588         * include/winsock.h include/winsock2.h [_TIMEVAL_DEFINED]: Delete
589         conditional block, and all its content; include <sys/time.h> instead.
590         (__WINSOCK_H_SOURCED__): New macro; define it temporarily, only while
591         processing this header, such that only selected content from other
592         internally referenced headers is exposed.
593
594 2017-09-09  Keith Marshall  <keithmarshall@users.sourceforge.net>
595
596         Source BSD non-standard type definitions from mingwrt header.
597
598         * include/winsock.h include/winsock2.h [_BSDTYPES_DEFINED]: Delete
599         conditional block, and its entire type definition content; include...
600         * include/sys/bsdtypes.h: ...this common file instead; it defines...
601         (u_char, u_int, u_long, u_short): ...these non-standard data types.
602
603 2017-09-07  Keith Marshall  <keithmarshall@users.sourceforge.net>
604
605         Correct misuse of __INSIDE_MSYS__ feature test.
606
607         * include/winsock2.h [!__INSIDE_MSYS__]: One of several instances
608         omits "defined" operator; it should be expressed consistently as...
609         [! defined __INSIDE_MSYS__]: ...this; correct it.
610
611 2017-09-07  Keith Marshall  <keithmarshall@users.sourceforge.net>
612
613         Prepare for <winsock.h> vs. <winsock2.h> refactoring.
614
615         * include/winsock.h: Tidy layout; assert copyright.
616         (_BEGIN_C_DECLS, _END_C_DECLS): Use them to avoid C++ name mangling.
617
618         * include/winsock2.h: Assert copyright; tidy layout, ensuring that all
619         sections, which are common with <winsock.h>, are laid out congruently.
620         (_BEGIN_C_DECLS, _END_C_DECLS): Use them to avoid C++ name mangling.
621         (SD_RECEIVE, SD_SEND, SD_BOTH): Delete duplicate constant definitions.
622         (SO_DONTLINGER, MSG_MAXIOVLEN): Likewise, delete duplicate definitions.
623         (__AW_ALIAS__, __AW_SUFFIXED__): Use them, to avoid reproduction of...
624         [UNICODE]: ...alternative typedefs, and function name aliases...
625         [!UNICODE]: ...versus this case.
626
627 2017-08-28  Keith Marshall  <keithmarshall@users.sourceforge.net>
628
629         Resolve secondary issue arising from MinGW-Bug [#2350]
630
631         * include/winuser.h (GetTitleBarInfo)
632         [_WIN32_WINDOWS >= _WIN32_WINDOWS_98]: Remove exposure restriction;
633         it conflicted with current MSDN documentation, so now falls within...
634         [_WIN32_WINNT >= Win2K || _WIN32_WINDOWS >= Win98]: ...this.
635
636 2017-08-28  Keith Marshall  <keithmarshall@users.sourceforge.net>
637
638         Resolve MinGW-Bug [#2350]
639
640         * include/winuser.h (GetTitleBarInfo): Move prototype after...
641         (PTITLEBARINFO): ...this type definition; it is used as a function
642         argument type, so must be defined beforehand.
643
644 2017-08-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
645
646         Extend testsuite to cover winsock fd_set macro operations.
647
648         * tests/winsock.at: New file; it implements appropriate tests, and
649         enables use of "-k winsock", "-k winsock2", and "-k fd_set" autotest
650         keywords to invoke them, (e.g. make check TESTSUITEFLAGS='-k fd_set').
651
652         * tests/testsuite.at.in (winsock.at): Integrate it.
653         (MINGW_AT_CHECK_RUN): Accept a variant list of libraries when linking.
654         (MINGW_AT_LINK_LIBS_DEFAULT): New macro; it establishes the initial
655         default list of libraries, or resets the list to this initial default.
656         (MINGW_AT_LINK_LIBS): New macro; it establishes an augmented list of
657         library specifications, to be used until subsequently reset.
658
659 2017-07-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
660
661         Prepare and tag for release of MinGW.org WSL-5.0.1
662
663         * All files (wsl-5.0.1-release): Tag assigned.
664
665 2017-07-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
666
667         Automate testsuite dependency generation.
668
669         * tests/Makefile.in (testsuite) [$srcdir/*.at]: Automatically
670         enumerate all such wildcard matches as prerequisites, instead of...
671         (headers.at): ...this sole explicit dependency.
672
673 2017-06-20  Keith Marshall  <keithmarshall@users.sourceforge.net>
674
675         Make <winnt.h> header effectively self-contained.
676
677         * include/winnt.h (_WINNT_H): Defer definition unless included via...
678         (windef.h): ...this; include it, to enforce inclusion order, then...
679         [_WINNT_H]: ...re-evaluate it, to avoid recursive inclusion loop.
680
681 2017-06-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
682
683         Consolidate <winuser.h> version specific conditionals.
684
685         * include/winuser.h: Reorganize file content; group manifest constant
686         definitions into one nested collection of conditional blocks, with one
687         block per Windows version evolution; do likewise for type definitions
688         and function prototypes which are always exposed, and separately...
689         [! defined NOGDI]: ...for those which may be suppressed, when GDI
690         support is not required.
691
692 2017-06-06  Keith Marshall  <keithmarshall@users.sourceforge.net>
693
694         Make <winuser.h> header effectively self-contained.
695
696         * include/winuser.h (stdarg.h): Include it, in addition to...
697         [NOGDI] (windef.h): ...this, directly or otherwise indirectly via...
698         [!NOGDI] (wingdi.h): ...this, for effective self-containment.
699
700 2017-06-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
701
702         Consolidate <wingdi.h> version specific conditionals.
703
704         * include/wingdi.h: Reorganize file content; group manifest constant
705         definitions into a single nested collection of conditional blocks, for
706         those definitions which are common to both Win9x and WinNT, with one
707         block per Windows version evolution, sorting alphabetically within
708         each block; do likewise for additional manifest constant definitions
709         which are specific to WinNT, and also for data type definitions and
710         function prototypes.
711
712 2017-06-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
713
714         Tidy, and make <wingdi.h> header effectively self-contained.
715
716         * include/wingdi.h: Tidy layout; assert copyright.
717         (windef.h): Include it; this achieves self-containment.
718         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them.
719         [UNICODE vs. !UNICODE]: Discriminate generic symbol names, using...
720         (__AW_ALIAS__): ...this, when defining each of...
721         (DEVMODE, PDEVMODE, LPDEVMODE, DOCINFO, LPDOCINFO, LOGCOLORSPACE)
722         (LOGFONT, PLOGFONT, LPLOGFONT, EXTLOGFONT, PEXTLOGFONT, LPEXTLOGFONT)
723         (LPLOGCOLORSPACE, TEXTMETRIC, PTEXTMETRIC, LPTEXTMETRIC, GCP_RESULTS)
724         (PPOLYTEXT, LPPOLYTEXT, NEWTEXTMETRIC, PNEWTEXTMETRIC, LPNEWTEXTMETRIC)
725         (LPENUMLOGFONTEX, ENUMLOGFONTEXDV, PENUMLOGFONTEXDV, LPENUMLOGFONTEXDV)
726         (OUTLINETEXTMETRIC, POUTLINETEXTMETRIC, LPOUTLINETEXTMETRIC, POLYTEXT)
727         (LPGCP_RESULTS, DISPLAY_DEVICE, PDISPLAY_DEVICE, LPDISPLAY_DEVICE)
728         (NEWTEXTMETRICEX, ENUMLOGFONT, LPENUMLOGFONT, ENUMLOGFONTEX): ...these.
729         (__AW_SUFFIXED__): Similarly, use this when declaring each of...
730         (FONTENUMPROC, ICMENUMPROC, AddFontResource, AddFontResourceEx,
731         (CopyEnhMetaFile, CopyMetaFile, CreateColorSpace, CreateEnhMetaFile)
732         (CreateDC, CreateFont, CreateFontIndirect, CreateIC, CreateMetaFile)
733         (CreateScalableFontResource, DeviceCapabilities, EnumFontFamilies)
734         (EnumFontFamiliesEx, EnumFonts, EnumICMProfiles, ExtTextOut)
735         (GetCharABCWidths, GetCharABCWidthsFloat, GetCharacterPlacement)
736         (GetCharWidth32, GetCharWidth, GetCharWidthFloat, GetEnhMetaFile)
737         (GetEnhMetaFileDescription, GetGlyphOutline, GetICMProfile)
738         (GetKerningPairs, GetLogColorSpace, GetMetaFile, GetObject)
739         (GetOutlineTextMetrics, GetTextExtentExPoint, GetTextExtentPoint)
740         (GetTextExtentPoint32, GetTextFace, GetTextMetrics, PolyTextOut,
741         (RemoveFontResource, RemoveFontResourceEx, ResetDC, SetICMProfile)
742         (StartDoc, TextOut, UpdateICMRegKey, wglUseFontBitmaps)
743         (wglUseFontOutlines, GetGlyphIndices): ...these.
744
745 2017-05-31  Keith Marshall  <keithmarshall@users.sourceforge.net>
746
747         Declare CONDITION_VARIABLE API, per feature request [#2314]
748
749         * include/winbase.h [_WIN32_WINNT >= _WIN32_WINNT_VISTA]
750         (CONDITION_VARIABLE, PCONDITION_VARIABLE): Define data types, and...
751         (InitializeConditionVariable, SleepConditionVariableCS)
752         (SleepConditionVariableSRW, WakeAllConditionVariable)
753         (WakeConditionVariable): ...declare prototypes.
754
755 2017-05-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
756
757         Declare SRWLOCK API, to support feature request [#2314]
758
759         * include/winbase.h [_WIN32_WINNT >= _WIN32_WINNT_VISTA]
760         (SRWLOCK, *PSRWLOCK): Define these data types, and declare...
761         (InitializeSRWLock, AcquireSRWLockExclusive, AcquireSRWLockShared)
762         (ReleaseSRWLockExclusive, ReleaseSRWLockShared): ...these prototypes.
763         [_WIN32_WINNT >= _WIN32_WINNT_WIN7] (TryAcquireSRWLockExclusive)
764         (TryAcquireSRWLockShared): Declare additional prototypes.
765
766 2017-03-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
767
768         Resolve potential <winbase.h> vs. <winerror.h> inconsistency.
769
770         * include/winerror.h: Tidy layout; assert copyright.
771
772         * include/winbase.h (WAIT_TIMEOUT): Redefine; make it identical to...
773         * include/winerror.h (WAIT_TIMEOUT): ...this equivalent; remove...
774         [!defined WAIT_TIMEOUT]: ...this conditional redefinition guard from
775         both locations; it permitted inconsistency between the two.
776
777 2017-03-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
778
779         Consolidate <winbase.h> version specific conditionals.
780
781         * include/winbase.h: Reorganize file content; group manifest constant
782         definitions into one nested collection of conditional blocks, with one
783         block per Windows version evolution, sorting alphabetically within each
784         block; do likewise for data type definitions and function prototypes.
785
786 2017-03-20  Keith Marshall  <keithmarshall@users.sourceforge.net>
787
788         Tidy, and make <winbase.h> header effectively self-contained.
789
790         * include/w32api.h (__AW_ALIAS__): Rename original implementation...
791         (__AW_ALIAS_EX__): ...as this, retaining its encapsulation of...
792         (__AW_EXTENDED__): ...this; subsequently reimplement...
793         (__AW_ALIAS__): ...this, with original name, now encapsulating...
794         (__AW_SUFFIXED__): ...this.
795
796         * include/dbt.h (__AW_ALIAS__): Replace all references with...
797         (__AW_ALIAS_EX__): ...this renamed alternative, when defining...
798         (DEV_BROADCAST_DEVICEINTERFACE, PDEV_BROADCAST_DEVICEINTERFACE)
799         (DEV_BROADCAST_PORT, PDEV_BROADCAST_PORT): ...these.
800
801         * include/winbase.h: Tidy layout; assert copyright.
802         (stdarg.h, windef.h): Include them, to achieve self-containment.
803         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
804         [UNICODE vs. ! UNICODE]: Replace separated declarations; use...
805         [__AW_ALIAS__]: ...this, to correctly specify each of...
806         (STARTUPINFO, LPSTARTUPINFO, WIN32_FIND_DATA, PWIN32_FIND_DATA)
807         (LPWIN32_FIND_DATA, HW_PROFILE_INFO, LPHW_PROFILE_INFO, ACTCTX)
808         (PACTCTX, PCACTCTX): ...these generic typedefs, and...
809         [__AW_SUFFIXED__]: ...this, to correctly map each of...
810         (ENUMRESLANGPROC, ENUMRESNAMEPROC, ENUMRESTYPEPROC, AddAtom)
811         (AccessCheckAndAuditAlarm, BackupEventLog, BeginUpdateResource)
812         (BuildCommDCB, BuildCommDCBAndTimeouts, CheckNameLegalDOS8Dot3)
813         (CallNamedPipe, ClearEventLog, CommConfigDialog, CopyFile, CopyFileEx)
814         (CreateActCtx, CreateDirectory, CreateDirectoryEx, CreateEvent)
815         (CreateFile, CreateFileMapping, CreateHardLink, CreateJobObject)
816         (CreateMailslot, CreateMutex, CreateNamedPipe, CreateProcess)
817         (CreateProcessAsUser, CreateSemaphore, CreateSymbolicLink)
818         (CreateWaitableTimer, DefineDosDevice, DeleteFile, EncryptFile)
819         (DeleteVolumeMountPoint, DnsHostnameToComputerName, EndUpdateResource)
820         (EnumResourceLanguages, EnumResourceNames, EnumResourceTypes)
821         (ExpandEnvironmentStrings, FatalAppExit, FileEncryptionStatus)
822         (FindActCtxSectionString, FindAtom, FindFirstChangeNotification)
823         (FindFirstFile, FindFirstFileEx, FindFirstVolume, FindNextFile)
824         (FindFirstVolumeMountPoint, FindNextVolume, FindNextVolumeMountPoint)
825         (FindResource, FindResourceEx, FormatMessage, FreeEnvironmentStrings)
826         (GetAtomName, GetBinaryType, GetCommandLine, GetCompressedFileSize)
827         (GetComputerName, GetComputerNameEx, GetCurrentDirectory)
828         (GetDefaultCommConfig, GetDiskFreeSpace, GetDiskFreeSpaceEx)
829         (GetDllDirectory, GetDriveType, GetEnvironmentStrings)
830         (GetEnvironmentVariable, GetFileAttributes, GetFileAttributesEx)
831         (GetFileSecurity, GetFinalPathNameByHandle, GetFullPathName)
832         (GetLogicalDriveStrings, GetLongPathName, GetModuleFileName)
833         (GetModuleHandle, GetModuleHandleEx, GetNamedPipeHandleState)
834         (GetPrivateProfileInt, GetPrivateProfileSection)
835         (GetPrivateProfileSectionNames, GetPrivateProfileString)
836         (GetPrivateProfileStruct, GetProfileInt, GetProfileSection)
837         (GetProfileString, GetShortPathName, GetStartupInfo)
838         (GetSystemDirectory, GetSystemWindowsDirectory, GetTempFileName)
839         (GetSystemWow64Directory, GetTempPath, GetUserName, GetVersionEx)
840         (GetVolumeInformation, GetVolumeNameForVolumeMountPoint)
841         (GetVolumePathName, GetVolumePathNamesForVolumeName, GlobalAddAtom)
842         (GetWindowsDirectory, GlobalFindAtom, GlobalGetAtomName)
843         (IsBadStringPtr, LoadLibrary, LoadLibraryEx, LogonUser)
844         (LookupAccountName, LookupAccountSid, LookupPrivilegeDisplayName)
845         (LookupPrivilegeName, LookupPrivilegeValue, lstrcat, lstrcmp)
846         (lstrcmpi, lstrcpy, lstrcpyn, lstrlen, MoveFile, MoveFileEx)
847         (MoveFileWithProgress, ObjectCloseAuditAlarm, ObjectDeleteAuditAlarm)
848         (ObjectOpenAuditAlarm, ObjectPrivilegeAuditAlarm, OpenBackupEventLog)
849         (OpenEvent, OpenEventLog, OpenFileMapping, OpenMutex, OpenSemaphore)
850         (OutputDebugString, PrivilegedServiceAuditAlarm, QueryDosDevice)
851         (ReadEventLog, RegisterEventSource, RemoveDirectory, ReplaceFile)
852         (ReportEvent, SearchPath, SetComputerName, SetCurrentDirectory)
853         (SetDefaultCommConfig, SetDllDirectory, SetEnvironmentVariable)
854         (SetFileAttributes, SetFileSecurity, SetFileShortName, SetVolumeLabel)
855         (SetFirmwareEnvironmentVariable, SetVolumeMountPoint, UpdateResource)
856         (VerifyVersionInfo, WaitNamedPipe, WritePrivateProfileSection)
857         (WritePrivateProfileString, WritePrivateProfileStruct)
858         (WriteProfileSection, WriteProfileString): ...these, and add...
859         (GetCurrentHwProfile, OpenWaitableTimer, SetComputerNameEx)
860         (GetFirmwareEnvironmentVariable): ...these previously missing generic
861         function name aliases.
862
863 2017-03-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
864
865         Refactor mingwrt and w32api common makefile content.
866
867         * Makefile.in (w32api-srcdist-config-files): Rename it...
868         (w32api-srcdist-common-files): ...as this phoney build rule.
869         (shared_include_file): New macro; define it, and include named file.
870         (configure, config.status, Makefile, config.status.missing, _mingw.h)
871         (w32api.h, PACKAGE_VERSION_SCRIPT, PACKAGE_VERSION_FORMAT): Factor
872         out; relocate them to new file in common parent directory...
873         * ../Makefile.comm: ...here.
874
875 2017-03-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
876
877         Correct a copyright notice update omission.
878
879         * configure.ac: Extend copyright date range to include 2017.  Also
880         clean up superfluous trailing whitespace.
881
882 2017-03-09  Keith Marshall  <keithmarshall@users.sourceforge.net>
883
884         Fix generated header file dependencies.
885
886         * Makefile.in (_mingw.h, w32api): Make them depend on changes in...
887         [VERSION.m4]: ...this; package version changes are no longer made...
888         [configure.ac]: ...here; delete associated prerequisite reference.
889         (distclean-local): Delete them.
890
891 2017-03-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
892
893         Prepare and tag for release of w32api-5.0 package set.
894
895         * All files (wsl-5.0-release): Tag assigned.
896
897 2017-02-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
898
899         Implement basic test suite infrastructure.
900
901         * tests: New subdirectory; it hosts...
902         * tests/Makefile.in tests/testsuite.at.in tests/atlocal.in
903         * tests/headers.at: ...these new files; they implement the basic test
904         suite infrastructure, initially comprising header integrity checks.
905
906         * configure.ac (AC_PROG_CXX): Check it.
907         (AC_CONFIG_TESTDIR): Configure tests subdirectory.
908         (AC_CHECK_PROG): Check for autom4te; configure fall back if missing.
909         (AC_CONFIG_FILES): Generate tests/atlocal, tests/testsuite.at.tmp, and
910         tests/Makefile.
911
912         * Makefile.in (check test tests): New rules; all are synonymous.
913         (check-recursive): New rule; invoked by each of the preceding three.
914         (w32api-srcdist-testsuite-files): New rule; implement and use it...
915         (w32api-srcdist-files): ...here.
916
917 2017-02-14  Alexander Krisak  <akrisak@users.sourceforge.net>
918
919         Add missing constant definition, per issue [#2249].
920
921         * include/winnt.h (JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE): Define it.
922
923 2017-02-10  Keith Marshall  <keithmarshall@users.sourceforge.net>
924
925         Avoid unnecessary duplication of configuration files.
926
927         * Makefile.in (vpath install-sh): Define it; it matches...
928         (vpath %.m4): ...this; add $top_srcdir/..; search it first; delete
929         rule for creating duplicate file reference links in $top_srcdir.
930         (configure): Add '-I ..' option, when running autoconf.
931         (w32api-srcdist-files): Rename it as...
932         (w32api-srcdist-package-files): ...this; remove dependencies on...
933         (aclocal.m4 VERSION.m4 install-sh): ...these; reinstate them in...
934         (w32api-srcdist-config-files): ...this new distributable files
935         enumeration goal; add it as one new prerequisite of...
936         (w32api-srcdist-files): ...this repurposed goal; also depends on...
937         (w32api-srcdist-package-files): ...this; populate it using...
938         (SRCDIST_ADD): ...this macro; redefine it accordingly.
939
940 2016-12-08  Jerzy Tarasiuk  <jz_fuw@users.sourceforge.net>
941
942         Correct typo in <ddk/ntdddisk.h>; fix bug [#2323]
943
944         * include/ddk/ntdddisk.h (IOCTL_DISK_BASE): Correct definition;
945         it was previously transcribed incorrectly, as being equivalent to...
946         (FILE_TYPE_DISK): ...this, but it should have been equivalent to...
947         (FILE_DEVICE_DISK): ...this.
948
949 2016-12-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
950
951         Rationalize <winuser.h> ANSI vs. UNICODE definition strategy.
952
953         * include/winuser.h [UNICODE, !UNICODE]: Replace individual pairs of
954         alternative generic symbol mapping definitions, and typedefs, with...
955         (__AW_SUFFIXED__): ...one such macro expansion per pair; collate with
956         their respective ANSI and UNICODE specific references.
957
958 2016-11-26  Keith Marshall  <keithmarshall@users.sourceforge.net>
959
960         Deprecate obsolete <winable.h> and <pbt.h> headers.
961
962         * Makefile.in (%.h.in): Generalize vpath definition.
963         (obsolete_headers, obsolete_header_script, w32api_dist_headers)
964         (w32api_generated_headers, replace_headers, macro_name): New macros.
965         (install-w32api-headers): Add dependency on w32api_dist_headers.
966         (%.h): New static pattern rule; it generates generic dependants of...
967         * include/obsolete.h.in: ...this new template for obsolete headers.
968
969         * include/winable.h include/pbt.h: Delete them; they are obsolete;
970         replace them by install-time generated generic stubs.
971
972 2016-11-25  Keith Marshall  <keithmarshall@users.sourceforge.net>
973
974         Update <winuser.h> and <dbt.h>; fix issue [#2317].
975
976         * include/winuser.h: Tidy layout; add copyright notice.
977         [WINVER, _WIN32_WINDOWS, _WIN32_WINNT]: Compare them symbolically.
978         (__WINUSER_H_SOURCED__): New internal macro; define it, to facilitate
979         selective inclusion of content from other headers; delete when done.
980         (BSM_ALLCOMPONENTS, BSF_ALLOWSFW, BSM_APPLICATIONS, BSM_ALLDESKTOPS)
981         (BSM_INSTALLABLEDRIVERS, BSM_NETDRIVER, BSM_VXDS, BSF_FLUSHDISK)
982         (BSF_FORCEIFHUNG, BSF_IGNORECURRENTTASK, BSF_LUID, BSF_NOHANG)
983         (BSF_NOTIMEOUTIFNOTHUNG, BSF_POSTMESSAGE, BSF_QUERY, BSF_RETURNHDESK)
984         (BSF_SENDNOTIFYMESSAGE): Delete; do not define them locally; retrieve
985         them selectively from <dbt.h>, where they are properly defined.
986         [WINVER >= WIN2K/WIN98] (BlockInput): Add missing declaration.
987         (KillTimer, TIMERPROC): Declare timer event parameters as UINT_PTR;
988         formerly UINT, which doesn't match 64-bit size required for Win64.
989         (SetTimer): Likewise; also declare similar return type.
990         (WINEVENTPROC): Add missing CALLBACK attribute.
991         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
992
993         * include/w32api.h (__AW_ALIAS__): New macro; define it.
994         * include/sdkddkver.h (_WIN32_WINNT_NT4SP3): New macro; define it.
995
996         * include/dbt.h: Tidy layout; add copyright notice.
997         (_BEGIN_C_DECLS, _END_C_DECLS): Also prefer them here.
998         [__WINUSER_H_SOURCED__] (_DBT_H): Do not define; expose only...
999         (BSM_ALLCOMPONENTS, BSF_ALLOWSFW, BSM_APPLICATIONS, BSM_ALLDESKTOPS)
1000         (BSM_INSTALLABLEDRIVERS, BSM_NETDRIVER, BSM_VXDS, BSF_FLUSHDISK)
1001         (BSF_FORCEIFHUNG, BSF_IGNORECURRENTTASK, BSF_LUID, BSF_NOHANG)
1002         (BSF_NOTIMEOUTIFNOTHUNG, BSF_POSTMESSAGE, BSF_QUERY, BSF_RETURNHDESK)
1003         (BSF_SENDNOTIFYMESSAGE): ...these, to be duplicated in <winuser.h>
1004         (__AW_ALIAS__): Use it to define ANSI/UNICODE specific aliases for...
1005         (DEV_BROADCAST_PORT, DEV_BROADCAST_DEVICEINTERFACE): ...these generic
1006         structure typedef names, and their respectively corresponding...
1007         (PDEV_BROADCAST_PORT, PDEV_BROADCAST_DEVICEINTERFACE): ...pointer
1008         type names.
1009
1010 2016-09-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
1011
1012         Fix a minor ISO-C++11 conformity issue.
1013
1014         * include/winnt.h (GetCurrentFiber): Insert spaces, as required
1015         by ISO-C++11, between concatenated string literal elements.
1016         (GetFiberData, NtCurrentTeb): Likewise.
1017
1018 2016-08-01  Keith Marshall  <keithmarshall@users.sourceforge.net>
1019
1020         Merge w32api-3.18.1 legacy updates to 5.0-active branch.
1021
1022         * include/ddk/winddk.h: Update per issue [#2307] resolution.
1023         * include/ddk/ntdddisk.h include/ddk/ntddstor.h: Likewise.
1024
1025 2016-07-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
1026
1027         Prepare and tag all files for release of w32api-3.18.1
1028
1029         * configure.ac (AC_INIT): Increment patch level to 3.18.1
1030
1031 2016-07-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
1032
1033         Resolve improper macro expansion issue [#2307].
1034
1035         * include/ddk/winddk.h (__FILE_AM_BUFFERED, __FILE_RD_BUFFERED)
1036         (__FILE_RW_BUFFERED): Redefine, encapsulating the expansion of each
1037         dependent macro WITHIN the expansion of each of these; hence...
1038
1039         * include/ddk/ntdddisk.h (IOCTL_DISK_GET_DRIVE_GEOMETRY)
1040         (IOCTL_DISK_FORMAT_TRACKS_EX, IOCTL_DISK_REASSIGN_BLOCKS)
1041         (IOCTL_DISK_GET_MEDIA_TYPES, IOCTL_DISK_CONTROLLER_NUMBER)
1042         (IOCTL_DISK_GET_DRIVE_LAYOUT, IOCTL_DISK_SET_DRIVE_LAYOUT)
1043         (IOCTL_DISK_GET_PARTITION_INFO, IOCTL_DISK_SET_PARTITION_INFO)
1044         (IOCTL_DISK_GET_DRIVE_GEOMETRY_EX, IOCTL_DISK_UPDATE_DRIVE_SIZE)
1045         (IOCTL_DISK_VERIFY, IOCTL_DISK_FORMAT_TRACKS, IOCTL_DISK_PERFORMANCE)
1046         (IOCTL_DISK_CREATE_DISK, IOCTL_DISK_RESERVE, IOCTL_DISK_IS_WRITABLE)
1047         (IOCTL_DISK_GET_PARTITION_INFO_EX, IOCTL_DISK_SET_PARTITION_INFO_EX)
1048         (IOCTL_DISK_GET_CACHE_INFORMATION, IOCTL_DISK_SET_CACHE_INFORMATION)
1049         (IOCTL_DISK_INTERNAL_SET_VERIFY, IOCTL_DISK_INTERNAL_CLEAR_VERIFY)
1050         (IOCTL_DISK_GET_DRIVE_LAYOUT_EX, IOCTL_DISK_SET_DRIVE_LAYOUT_EX)
1051         (IOCTL_DISK_GROW_PARTITION, IOCTL_DISK_DELETE_DRIVE_LAYOUT)
1052         (IOCTL_DISK_GET_LENGTH_INFO, IOCTL_DISK_PERFORMANCE_OFF)
1053         (IOCTL_DISK_CHECK_VERIFY, IOCTL_DISK_FIND_NEW_DEVICES)
1054         (SMART_GET_VERSION, SMART_RCV_DRIVE_DATA, SMART_SEND_DRIVE_COMMAND):
1055         ...adjust these dependent macro definitions accordingly.
1056
1057         * include/ddk/ntddstor.h (IOCTL_STORAGE_CHECK_VERIFY)
1058         (IOCTL_STORAGE_CHECK_VERIFY2, IOCTL_STORAGE_MEDIA_REMOVAL)
1059         (IOCTL_STORAGE_EJECTION_CONTROL, IOCTL_STORAGE_MCN_CONTROL)
1060         (IOCTL_STORAGE_GET_DEVICE_NUMBER, IOCTL_STORAGE_PREDICT_FAILURE)
1061         (IOCTL_STORAGE_GET_MEDIA_TYPES, IOCTL_STORAGE_GET_MEDIA_TYPES_EX)
1062         (IOCTL_STORAGE_GET_MEDIA_SERIAL_NUMBER, IOCTL_STORAGE_QUERY_PROPERTY)
1063         (IOCTL_STORAGE_RELEASE, IOCTL_STORAGE_FIND_NEW_DEVICES)
1064         (IOCTL_STORAGE_RESET_BUS, IOCTL_STORAGE_RESET_DEVICE)
1065         (IOCTL_STORAGE_EJECT_MEDIA, IOCTL_STORAGE_LOAD_MEDIA)
1066         (IOCTL_STORAGE_LOAD_MEDIA2, IOCTL_STORAGE_RESERVE): Likewise.
1067
1068 2016-07-19  Keith Marshall  <keithmarshall@users.sourceforge.net>
1069
1070         Update install-sh to match mingw.org/build-aux package.
1071
1072         * install-sh: Delete it; use version in parent directory instead,
1073         recreating local copy, (as symlink, if supported), on demand.
1074
1075 2016-07-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
1076
1077         Eliminate redundant configuration files.
1078
1079         * aclocal.m4 VERSION.m4: Delete them; restore them on demand, via...
1080         * Makefile.in ($top_srcdir/../%): ...this symlink dependency rule.
1081
1082         * configure.ac (AC_PROG_LN_S): Add configuration check.
1083
1084 2016-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1085
1086         Discard redundant config.guess and config.sub files.
1087
1088         * config.guess config.sub: Delete them; they are no longer required.
1089         * Makefile.in (SRCDIST_ADD): Remove related references.
1090
1091 2016-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1092
1093         Merge recent legacy branch updates to 5.0-active branch.
1094
1095         * Makefile.in include/ddk/ntifs.h include/ddk/winddk.h
1096         * include/sdkddkver.h include/setupapi.h include/windows.h
1097         * include/winnt.h include/winuser.h include/winver.h
1098         * include/wtsapi32.h lib/wtsapi32.def: Updated.
1099
1100 2016-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1101
1102         Prepare and tag all files for release of w32api-3.18.
1103
1104 2016-07-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
1105
1106         Do not pass MAKEFLAGS explicitly, when invoking recursive make.
1107
1108         * Makefile.in (install-strip, uninstall): Delete explicit $(MAKEFLAGS)
1109         references from $(MAKE) command lines; make passes them implicitly.
1110
1111 2016-06-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
1112
1113         Backport MemoryBarrier() implementation from 4.0-dev branch.
1114
1115         * include/winnt.h (MemoryBarrier): Implement it; this is a rework of
1116         Earnie's original inline implementation, but declared 'static' to fix
1117         issue [#1661]; it is further modified, to avoid the broken pre-Vista
1118         fallback identified by issue [#2131], and to remove references to...
1119         (__faststorefence, __mf): ...these MSVC intrinsics, replaced by...
1120         [defined __ATOMIC_SEQ_CST] (__atomic_thread_fence): ...this, or...
1121         [GCC >= 4.4] (__sync_synchronize): ...this, as appropriate, falling
1122         back to inline assembly code when necessary.
1123
1124         * include/ddk/winddk.h (KeMemoryBarrier): Delegate it to...
1125         (MemoryBarrier): ...this, so avoiding the potential to emit invalid
1126         code, for hosts which do not support the SSE2 'mfence' instruction.
1127
1128 2016-06-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
1129
1130         Merge further W32API updates from Cygwin CVS.
1131         Incorporated selected changes from 2012-08-01 to 2012-08-04.
1132
1133         * include/setupapi.h include/winuser.h include/winver.h
1134         * include/wtsapi32.h lib/wtsapi32.def: Merged and updated.
1135
1136 2016-06-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
1137
1138         Update mapping of GCC to MSVC host identification macros.
1139
1140         * include/windows.h: Assert copyright; tidy layout.
1141         (_M_IX86, _ALPHA_, _PPC_, _MIPS_, _68K_): Delete duplicate defines.
1142         [!_WINUSER_H, !_WINNLS_H, !_WINVER_H, !_WINNETWK_H, !_WINREG_H]
1143         [!_WINSVC_H]: Do not explicitly test these here; they are properly
1144         managed implicitly, by GCC, when including the associated headers.
1145
1146         * include/winnt.h: Assert copyright; tidy layout.
1147         (_BEGIN_C_DECLS, _END_C_DECLS): Use these, as appropriate.
1148         (__aligned__, __always_inline__, __selectany__): Prefer these...
1149         (aligned, always_inline, selectany): ...to these attribute forms.
1150         (CONTEXT) [_ALPHA_, _PPC_, MIPS, ARM]: Change selector macros to...
1151         [_M_ALPHA, _M_PPC, _M_MRX000, _M_ARM]: ...these, respectively.
1152         (GetCurrentFiber, GetFiberData, NtCurrentTeb): Redefine in terms of...
1153         (__tib_fiber_data__, __tib_self_refptr__): ...these adaptive macros...
1154         [!_WIN64]: ...to accommodate 32-bit, or otherwise 64-bit Windows.
1155         (_ALPHA_, _PPC_, _MIPS_, _68K_): Delete these redundant macros...
1156         (_M_IX86): ...also removing this, but relocate it to...
1157         * include/sdkddkver.h (_M_IX86): ...here; augment it with...
1158         (_M_IX86_FP, _M_X64, _M_AMD64, _M_IA64): ...these; define them as
1159         appropriate.
1160
1161         * include/ddk/ntifs.h [!_ALPHA_]: Augment test; rather consider...
1162         [!_ALPHA_ && !_M_ALPHA]: ...this, for structure alignment control.
1163
1164 2016-05-23  Keith Marshall  <keithmarshall@users.sourceforge.net>
1165
1166         Merge W32API updates, from Cygwin CVS, into legacy branch.
1167         Incorporate changes since release of w32api-3.17, until 2012-07-06.
1168
1169         * include/shobjidl.h lib/shobjidl-uuid.c: New files, added per LRN's
1170         2012-04-28 commit to Cygwin CVS.
1171
1172         * include/gdiplus/gdiplustypes.h include/imagehlp.h
1173         * include/routprot.h include/shlwapi.h include/userenv.h
1174         * include/winbase.h include/wincon.h include/windef.h
1175         * include/winerror.h include/wingdi.h include/winnt.h
1176         * include/winsock.h include/winsock2.h include/winuser.h: Updated to
1177         match Cygwin CVS state, as of 2012-07-06.
1178
1179         * include/wincrypt.h: Updated to remove duplicate manifest constant
1180         definitions, as identified per Chris Sutcliffe's 2012-01-03 commit to
1181         Cygwin CVS; merge with my 2015-09-29 commit; additionally, remove...
1182         (szOID_RSA_emailAddr, szOID_RSA_unstructAddr, szOID_RSA_unstructName)
1183         (CRYPT_ARCHIVABLE, CRYPT_NOHASHOID, CRYPT_VERIFYCONTEXT): ...extra
1184         copies of these further duplicated definitions, identified during
1185         the merging operation.
1186
1187 2016-05-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
1188
1189         Synchronize package version management with MinGW Runtime.
1190
1191         * VERSION.m4: New file; link it to keep in sync with identically named
1192         file in top level composite package source directory; it defines...
1193         (__VERSION__): ...this new composite package version macro.
1194
1195         * aclocal.m4: Link it, to keep in sync with identically named files in
1196         top level composite source and sibling mingwrt sub-package directories.
1197         (__VERSION__): New macro; include VERSION.m4 to define it.
1198         (__BUG_REPORT_URL__): New macro; define it.
1199
1200         * configure.ac (AC_INIT): Assign package version and bug report URL...
1201         (__VERSION__, __BUG_REPORT_URL__): ...from these, as defined through
1202         automatic inclusion of aclocal.m4
1203
1204         * Makefile.in (configure): Add dependency on VERSION.m4
1205
1206 2016-05-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
1207
1208         Eliminate redundant <parts/winioctl.h> header.
1209
1210         * include/parts/winioctl.h: Delete it; distribute its content...
1211         * include/ddk/winddk.h include/ddk/ntddstor.h include/ddk/ntdddisk.h:
1212         ...among these, separating it into discrete sections based on...
1213         [__need_ddk_winddk_includes, __need_ddk_ntddstor_includes]
1214         [__need_ddk_ntdddisk_includes]: ...these selectors, respectively.
1215         [__WINIOCTL_H_SOURCED__]: Expose only those sections; do not define...
1216         (_DDK_WINDDK_H, _DDK_NTDDSTOR_H, _DDK_NTDDDISK_H): ...these.
1217
1218         * include/winioctl.h (__WINIOCTL_H_SOURCED__): Define it; include each
1219         of <ddk/winddk.h>, <ddk/ntddstor.h>, and <ddk/ntdddisk.h>
1220
1221 2016-05-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
1222
1223         Enforce consistent specification of package version.
1224
1225         * include/w32api.h: Rename as...
1226         * include/w32api.h.in: ...this build-time template file.
1227         (__W32API_VERSION): Redefine it, in terms of...
1228         (%PACKAGE_VERSION_LONG%): ...this substitution template.
1229         (__W32API_MAJOR_VERSION, __W32API_MINOR_VERSION)
1230         (__W32API_PATCHLEVEL): Likewise, redefine them in terms of...
1231         (%PACKAGE_VERSION_MAJOR%, %PACKAGE_VERSION_MINOR%)
1232         (%PACKAGE_VERSION_PATCH%): ...these.
1233
1234         * configure.ac (AC_CONFIG_SRCDIR): Adjust for renamed file.
1235         (MINGW_AC_CONFIG_EXTRA_SRCDIR): Likewise, for similarly renamed
1236         mingwrt/include/_mingw.h.in file.
1237
1238         * Makefile.in (all-w32api-libs): Add dependency on...
1239         (w32api.h, _mingw.h): ...these; add rule to generate them, using...
1240         (PACKAGE_VERSION_SCRIPT, PACKAGE_VERSION_FORMAT): ...these new macros;
1241         they apply appropriate substitutions to the renamed template files.
1242         (install-w32api-headers): Explicitly add w32api.h
1243
1244 2015-11-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1245
1246         Refactor for Windows DDK synchronization; fix MinGW-Bug [#1954].
1247
1248         * include/parts/winioctl.h: New file; it provides infrastructure for
1249         sharing of common code between DDK headers and primary <winioctl.h>
1250         (__IOCTL_STORAGE_, __IOCTL_DISK_, __FILE_RW_ACCESS, __FILE_AM_BUFFERED)
1251         (__FILE_RD_BUFFERED, __FILE_RW_BUFFERED): New internal convenience
1252         macros; they facilitate more consise expression of factored out IOCTL
1253         and FSCTL macros; define them.
1254
1255         * include/ddk/ntddk.h: Assert copyright; tidy layout.
1256         (__NTDDK_H): Multiple inclusion guard macro, renamed to...
1257         (_DDK_NTDDK_H): ...this; it provides better indication of location.
1258         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1259
1260         * include/ddk/winddk.h: Assert copyright; tidy layout.
1261         (__WINDDK_H): Multiple inclusion guard macro, renamed to...
1262         (_DDK_WINDDK_H): ...this; it provides better indication of location.
1263         [!defined _DDK_NTDDK_H]: Forbid direct inclusion; emit diagnostic.
1264         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1265         (METHOD_BUFFERED, METHOD_IN_DIRECT, METHOD_OUT_DIRECT)
1266         (METHOD_NEITHER): Redefine as enumeration; factor it out.
1267         (FILE_ANY_ACCESS, FILE_SPECIAL_ACCESS, FILE_READ_ACCESS)
1268         (FILE_WRITE_ACCESS): Likewise.
1269         (CTL_CODE, DEVICE_TYPE_FROM_CTL_CODE): Factor out.
1270         [defined _DRIVE_LAYOUT_INFORMATION_MBR_DEFINED]: Delete guard.
1271         (struct _DRIVE_LAYOUT_INFORMATION_MBR, DRIVE_LAYOUT_INFORMATION_MBR)
1272         (PDRIVE_LAYOUT_INFORMATION_MBR): Factor out, without guard.
1273         (struct _DRIVE_LAYOUT_INFORMATION_GPT, DRIVE_LAYOUT_INFORMATION_GPT)
1274         (PDRIVE_LAYOUT_INFORMATION_GPT): Factor out.
1275         (struct _PARTITION_INFORMATION_MBR, PARTITION_INFORMATION_MBR)
1276         (PPARTITION_INFORMATION_MBR): Likewise.
1277         (FILE_DEVICE_BEEP, FILE_DEVICE_CD_ROM, FILE_DEVICE_CD_ROM_FILE_SYSTEM)
1278         (FILE_DEVICE_CONTROLLER, FILE_DEVICE_DATALINK, FILE_DEVICE_DFS)
1279         (FILE_DEVICE_DISK, FILE_DEVICE_DISK_FILE_SYSTEM)
1280         (FILE_DEVICE_FILE_SYSTEM, FILE_DEVICE_INPORT_PORT)
1281         (FILE_DEVICE_KEYBOARD, FILE_DEVICE_MAILSLOT, FILE_DEVICE_MIDI_IN)
1282         (FILE_DEVICE_MIDI_OUT, FILE_DEVICE_MOUSE)
1283         (FILE_DEVICE_MULTI_UNC_PROVIDER, FILE_DEVICE_NAMED_PIPE)
1284         (FILE_DEVICE_NETWORK, FILE_DEVICE_NETWORK_BROWSER)
1285         (FILE_DEVICE_NETWORK_FILE_SYSTEM, FILE_DEVICE_NULL)
1286         (FILE_DEVICE_PARALLEL_PORT, FILE_DEVICE_PHYSICAL_NETCARD)
1287         (FILE_DEVICE_PRINTER, FILE_DEVICE_SCANNER)
1288         (FILE_DEVICE_SERIAL_MOUSE_PORT, FILE_DEVICE_SERIAL_PORT)
1289         (FILE_DEVICE_SCREEN, FILE_DEVICE_SOUND, FILE_DEVICE_STREAMS)
1290         (FILE_DEVICE_TAPE, FILE_DEVICE_TAPE_FILE_SYSTEM, FILE_DEVICE_TRANSPORT)
1291         (FILE_DEVICE_UNKNOWN, FILE_DEVICE_VIDEO, FILE_DEVICE_VIRTUAL_DISK)
1292         (FILE_DEVICE_WAVE_IN, FILE_DEVICE_WAVE_OUT, FILE_DEVICE_8042_PORT)
1293         (FILE_DEVICE_NETWORK_REDIRECTOR, FILE_DEVICE_BATTERY)
1294         (FILE_DEVICE_BUS_EXTENDER, FILE_DEVICE_MODEM, FILE_DEVICE_VDM)
1295         (FILE_DEVICE_MASS_STORAGE, FILE_DEVICE_SMB, FILE_DEVICE_KS)
1296         (FILE_DEVICE_CHANGER, FILE_DEVICE_SMARTCARD, FILE_DEVICE_ACPI)
1297         (FILE_DEVICE_DVD, FILE_DEVICE_FULLSCREEN_VIDEO)
1298         (FILE_DEVICE_DFS_FILE_SYSTEM, FILE_DEVICE_DFS_VOLUME)
1299         (FILE_DEVICE_SERENUM, FILE_DEVICE_TERMSRV, FILE_DEVICE_KSEC)
1300         (FILE_DEVICE_FIPS): Redefine as enumeration; factor it out.
1301         (enum _PARTITION_STYLE, PARTITION_STYLE): Factor out; add...
1302         (PARTITION_STYLE_RAW): ...this new enumeration state; previously, it
1303         was defined only when including this enumeration from winioctl.h
1304         (struct _CREATE_DISK_MBR, CREATE_DISK_MBR, PCREATE_DISK_MBR)
1305         (struct _CREATE_DISK_GPT, CREATE_DISK_GPT, PCREATE_DISK_GPT)
1306         (struct _CREATE_DISK, CREATE_DISK, PCREATE_DISK): Factor out;
1307         include parts/winioctl.h
1308
1309         * include/ddk/ntddstor.h: Assert copyright; tidy layout.
1310         (__NTDDSTOR_H): Multiple inclusion guard macro, renamed to...
1311         (_DDK_NTDDSTOR_H): ...this; to provide better indication of location.
1312         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1313         (struct _STORAGE_BUS_TYPE, STORAGE_BUS_TYPE, PSTORAGE_BUS_TYPE)
1314         (IOCTL_STORAGE_BASE, IOCTL_STORAGE_RESERVE, IOCTL_STORAGE_RELEASE)
1315         (IOCTL_STORAGE_CHECK_VERIFY, IOCTL_STORAGE_CHECK_VERIFY2)
1316         (IOCTL_STORAGE_MEDIA_REMOVAL, IOCTL_STORAGE_EJECT_MEDIA)
1317         (IOCTL_STORAGE_LOAD_MEDIA, IOCTL_STORAGE_LOAD_MEDIA2)
1318         (IOCTL_STORAGE_EJECTION_CONTROL, IOCTL_STORAGE_FIND_NEW_DEVICES)
1319         (IOCTL_STORAGE_GET_MEDIA_TYPES, IOCTL_STORAGE_GET_MEDIA_TYPES_EX)
1320         (IOCTL_STORAGE_GET_MEDIA_SERIAL_NUMBER, IOCTL_STORAGE_PREDICT_FAILURE)
1321         (IOCTL_STORAGE_QUERY_PROPERTY, IOCTL_STORAGE_GET_DEVICE_NUMBER)
1322         (IOCTL_STORAGE_RESET_BUS, IOCTL_STORAGE_RESET_DEVICE)
1323         (IOCTL_STORAGE_MCN_CONTROL): Factor out; include parts/winioctl.h
1324
1325         * include/ddk/ntdddisk.h: Assert copyright; tidy layout.
1326         (__NTDDDISK_H): Multiple inclusion guard macro, renamed to...
1327         (_DDK_NTDDDISK_H): ...this; to provide better indication of location.
1328         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1329         (IOCTL_DISK_BASE, IOCTL_DISK_GET_LENGTH_INFO)
1330         (IOCTL_DISK_IS_WRITABLE, IOCTL_DISK_REASSIGN_BLOCKS)
1331         (IOCTL_DISK_FIND_NEW_DEVICES, IOCTL_DISK_GET_MEDIA_TYPES)
1332         (IOCTL_DISK_GET_DRIVE_LAYOUT, IOCTL_DISK_SET_DRIVE_LAYOUT)
1333         (IOCTL_DISK_GET_PARTITION_INFO, IOCTL_DISK_SET_PARTITION_INFO)
1334         (IOCTL_DISK_GET_DRIVE_LAYOUT_EX, IOCTL_DISK_SET_DRIVE_LAYOUT_EX)
1335         (IOCTL_DISK_GET_DRIVE_GEOMETRY, IOCTL_DISK_GET_DRIVE_GEOMETRY_EX)
1336         (IOCTL_DISK_CREATE_DISK, IOCTL_DISK_VERIFY, IOCTL_DISK_CHECK_VERIFY)
1337         (IOCTL_DISK_GET_PARTITION_INFO_EX, IOCTL_DISK_SET_PARTITION_INFO_EX)
1338         (IOCTL_DISK_GET_CACHE_INFORMATION, IOCTL_DISK_SET_CACHE_INFORMATION)
1339         (IOCTL_DISK_DELETE_DRIVE_LAYOUT, IOCTL_DISK_GROW_PARTITION)
1340         (IOCTL_DISK_FORMAT_TRACKS, IOCTL_DISK_FORMAT_TRACKS_EX)
1341         (IOCTL_DISK_PERFORMANCE, IOCTL_DISK_PERFORMANCE_OFF)
1342         (IOCTL_DISK_UPDATE_DRIVE_SIZE, IOCTL_DISK_RESERVE): Factor out; all of
1343         these macros are now defined in parts/winioctl.h; include it.
1344         (PARTITION_ENTRY_UNUSED, PARTITION_FAT_12, PARTITION_XENIX_1)
1345         (PARTITION_XENIX_2, PARTITION_FAT_16, PARTITION_EXTENDED)
1346         (PARTITION_HUGE, PARTITION_IFS, PARTITION_OS2BOOTMGR, PARTITION_FAT32)
1347         (PARTITION_FAT32_XINT13, PARTITION_XINT13, PARTITION_XINT13_EXTENDED)
1348         (PARTITION_PREP, PARTITION_LDM, PARTITION_UNIX, PARTITION_NTFT)
1349         (VALID_NTFT): Redefine as enumeration; factor it out.
1350         (IsRecognizedPartition, IsContainerPartition): Factor out.
1351         (enum _MEDIA_TYPE, MEDIA_TYPE, PMEDIA_TYPE): Factor out, adding...
1352         (F3_200Mb_512, F3_240M_512, F3_32M_512): ...these new state values.
1353         (enum _DETECTION_TYPE, DETECTION_TYPE): Factor out.
1354         (struct _DISK_INT13_INFO, DISK_INT13_INFO, PDISK_INT13_INFO)
1355         (struct _DISK_EX_INT13_INFO, DISK_EX_INT13_INFO, PDISK_EX_INT13_INFO)
1356         (struct _DISK_DETECTION_INFO, DISK_DETECTION_INFO, PDISK_DETECTION_INFO)
1357         (struct _DISK_GEOMETRY_EX, DISK_GEOMETRY_EX, PDISK_GEOMETRY_EX)
1358         (struct _DISK_GEOMETRY, DISK_GEOMETRY, PDISK_GEOMETRY)
1359         (DiskGeometryGetPartition, DiskGeometryGetDetect): Factor out.
1360         (struct _PARTITION_INFORMATION): Change field data types for...
1361         (HiddenSectors, PartitionNumber): ...these, from DWORD to ULONG...
1362         (PartitionType): ...and this from BYTE to UCHAR, to keep consistent
1363         with Windows DDK convention, then factor out struct, together with...
1364         (PARTITION_INFORMATION, PPARTITION_INFORMATION): ...these.
1365         (struct _PARTITION_INFORMATION_GPT, struct _DISK_PARTITION_INFO)
1366         (PARTITION_INFORMATION_GPT, *PPARTITION_INFORMATION_GPT)
1367         (DISK_PARTITION_INFO, *PDISK_PARTITION_INFO): Factor out.
1368         (struct _GET_LENGTH_INFORMATION)
1369         (GET_LENGTH_INFORMATION, PGET_LENGTH_INFORMATION)
1370         (struct _DISK_PERFORMANCE, DISK_PERFORMANCE, PDISK_PERFORMANCE)
1371         (struct _DISK_PERFORMANCE_EX, DISK_PERFORMANCE_EX, PDISK_PERFORMANCE_EX)
1372         (struct _FORMAT_PARAMETERS, struct _FORMAT_EX_PARAMETERS)
1373         (FORMAT_PARAMETERS, PFORMAT_PARAMETERS, FORMAT_EX_PARAMETERS)
1374         (PFORMAT_EX_PARAMETERS): Factor out.
1375         (struct _REASSIGN_BLOCKS): Change field data types for...
1376         (Reserved, Count): ...these fields, from WORD to USHORT, and...
1377         (BlockNumber): ...this from DWORD to ULONG, per Windows DDK
1378         convention, then factor out the struct definition, together with...
1379         (REASSIGN_BLOCKS, PREASSIGN_BLOCKS): ...these associated typedefs.
1380         (struct _SET_PARTITION_INFORMATION, SET_PARTITION_INFORMATION)
1381         (PSET_PARTITION_INFORMATION): Factor out.
1382         (struct _VERIFY_INFORMATION): Change field data type for...
1383         (Length): ...this field, from DWORD to ULONG, per DDK convention, then
1384         factor out the entire struct definition, together with...
1385         (VERIFY_INFORMATION, PVERIFY_INFORMATION): ...these associated typedefs.
1386         (DISK_CACHE_RETENTION_PRIORITY): Factor out enumerated typedef.
1387         (struct _DISK_CACHE_INFORMATION, struct _DISK_GROW_PARTITION)
1388         (DISK_CACHE_INFORMATION, PDISK_CACHE_INFORMATION, DISK_GROW_PARTITION)
1389         (PDISK_GROW_PARTITION): Factor out.
1390
1391         * include/winioctl.h: Assert copyright; tidy layout; incorporate
1392         definitions from Windows DDK headers, by including parts/winioctl.h;
1393         delete duplicate definitions already identified as having been factored
1394         out from ddk/winddk.h, ddk/ntddstor.h, and ddk/ntdddisk.h; accept type
1395         compatible changes from DWORD to ULONG, WORD to USHORT, and BYTE to
1396         UCHAR, resulting in no significant changes, except that...
1397         (struct _DISK_PERFORMANCE): ...this is extended, by addition of...
1398         (IdleTime, SplitCount, QueryTime, StorageDeviceNumber)
1399         (StorageManagerName): ...these previously missing fields, originally
1400         appropriately defined in ddk/ntdddisk.h, thus fixing bug [#1954].
1401         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1402
1403 2015-10-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
1404
1405         Windows application module version information API updates.
1406
1407         * include/winver.h: Assert copyright; tidy layout.
1408         (_BEGIN_C_DECLS, _END_C_DECLS): Use these, as appropriate.
1409         (__AW_SUFFIXED__): Use throughout, to identify generic functions
1410         having both ANSI and UTF-16LE specific alternative implementations.
1411         [NTDDI_VERSION >= NTDDI_VISTA] (GetFileVersionInfoEx): New function.
1412         [NTDDI_VERSION >= NTDDI_VISTA] (GetFileVersionInfoSizeEx): Likewise;
1413         note that both are generic, with ANSI and UTF-16LE implementations,
1414         but the ANSI implementations are missing from MSVCRT.DLL when...
1415         [NTDDI_VERSION < NTDDI_WIN8]: ...this.
1416
1417         * lib/version.def (GetFileVersionInfoExA, GetFileVersionInfoExW)
1418         (GetFileVersionInfoSizeExA, GetFileVersionInfoSizeExW): Add symbols.
1419
1420 2015-10-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
1421
1422         Revert a failed experimental macro construct.
1423
1424         * include/w32api.h (__W32API_DEPRECATED_ALIAS): Delete this; it bloats
1425         code, and doesn't work in the C preprocessor conditional context where
1426         its associated constant definitions are most likely to be required.
1427         (Windows95, Windows98, WindowsME, WindowsNT4, Windows2000, WindowsXP)
1428         (Windows2003, WindowsVista, IE3, IE301, IE302, IE4, IE401, IE5, IE5a)
1429         (IE5b, IE501, IE55, IE56, IE6, IE601, IE602, IE7): Redefine as macros,
1430         now in terms of their preferred equivalents from <sdkddkver.h>
1431
1432 2015-09-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
1433
1434         Code clean-up; fix MinGW-Bug [#2263].
1435
1436         * include/w32api.h (__AW_SUFFIXED__): New macro; define it.
1437         (__AW_EXTENDED__, __AW_STRING_A__, __AW_STRING_W__): Likewise.
1438         (__AW__WCHAR_T__): Likewise; this is a helper for __AW_STRING_W__.
1439
1440         * include/wincrypt.h: Assert copyright; tidy layout; replace all C++
1441         style comments, using ISO-C conforming style; remove all redundant
1442         parameter names from function prototype declarations, throughout.
1443         (pragma GCC system_header): Remove pointless conditional guard.
1444         (_BEGIN_C_DECLS, _END_C_DECLS): Use to wrap extern "C" declarations.
1445         [WINVER >= 0x500, WINVER >= 0x501]: Replace conditionals with...
1446         [WINVER >= _WIN32_WINNT_WIN2K, WINVER >= _WIN32_WINNT_WINXP]: ...these
1447         alternatives, respectively; they offer improved self-documentation.
1448         (MS_DEF_PROV, MS_ENHANCED_PROV, MS_STRONG_PROV, MS_SCARD_PROV)
1449         (MS_DEF_RSA_SIG_PROV, MS_DEF_RSA_SCHANNEL_PROV, MS_DEF_DSS_PROV)
1450         (MS_DEF_DSS_DH_PROV, MS_ENH_DSS_DH_PROV, MS_DEF_DH_SCHANNEL_PROV)
1451         (MS_ENH_RSA_AES_PROV): Redefine as __AW_EXTENDED__ derivatives.
1452         (MS_DEF_PROV_W, MS_ENHANCED_PROV_W, MS_STRONG_PROV_W, MS_SCARD_PROV_W)
1453         (MS_DEF_RSA_SIG_PROV_W, MS_DEF_RSA_SCHANNEL_PROV_W, MS_DEF_DSS_PROV_W)
1454         (MS_DEF_DSS_DH_PROV_W, MS_ENH_DSS_DH_PROV_W, MS_DEF_DH_SCHANNEL_PROV_W)
1455         (MS_ENH_RSA_AES_PROV_W): Redefine; use __AW_STRING_W__ to derive them
1456         from their __AW_STRING_A__ equivalent string constant definitions.
1457         (GET_ALG_CLASS): Redefine, expressing result in terms of...
1458         (ALG_CLASS_ALL): ...this manifest bit mask; also redefined, preferring
1459         a hexadecimal expression of the mask value over the former decimal.
1460         (GET_ALG_TYPE, GET_ALG_SID): Similarly, use hexadecimal mask values.
1461         (ALG_CLASS_SIGNATURE, ALG_CLASS_MSG_ENCRYPT, ALG_CLASS_DATA_ENCRYPT)
1462         (ALG_CLASS_HASH, ALG_CLASS_KEY_EXCHANGE, ALG_TYPE_DSS, ALG_TYPE_RSA)
1463         (ALG_TYPE_BLOCK, ALG_TYPE_STREAM, ALG_TYPE_DH, ALG_TYPE_SECURECHANNEL)
1464         (CRYPT_UPDATE_KEY, CRYPT_NEWKEYSET, CRYPT_DELETEKEYSET, CRYPT_SILENT)
1465         (CRYPT_MACHINE_KEYSET, CRYPT_USER_PROTECTED, CRYPT_CREATE_SALT)
1466         (CRYPT_EXPORTABLE, CRYPT_ENCRYPT, CRYPT_DECRYPT, CRYPT_EXPORT)
1467         (CRYPT_READ, CRYPT_WRITE, CRYPT_MAC, CERT_TRUST_IS_NOT_TIME_VALID)
1468         (CERT_TRUST_IS_NOT_TIME_NESTED, CERT_TRUST_IS_REVOKED)
1469         (CERT_TRUST_IS_NOT_SIGNATURE_VALID, CERT_TRUST_IS_NOT_VALID_FOR_USAGE)
1470         (CERT_TRUST_IS_UNTRUSTED_ROOT, CERT_TRUST_REVOCATION_STATUS_UNKNOWN)
1471         (CERT_TRUST_IS_CYCLIC, CERT_TRUST_CTL_IS_NOT_SIGNATURE_VALID)
1472         (CERT_TRUST_IS_PARTIAL_CHAIN, CERT_TRUST_CTL_IS_NOT_TIME_VALID)
1473         (CERT_TRUST_CTL_IS_NOT_VALID_FOR_USAGE, CERT_TRUST_IS_SELF_SIGNED)
1474         (CERT_TRUST_HAS_EXACT_MATCH_ISSUER, CERT_TRUST_HAS_KEY_MATCH_ISSUER)
1475         (CERT_TRUST_HAS_NAME_MATCH_ISSUER, CERT_TRUST_IS_COMPLEX_CHAIN)
1476         (CERT_CHAIN_POLICY_BASE, CERT_CHAIN_POLICY_AUTHENTICODE)
1477         (CERT_CHAIN_POLICY_AUTHENTICODE_TS, CERT_CHAIN_POLICY_SSL)
1478         (CERT_CHAIN_POLICY_BASIC_CONSTRAINTS, CERT_CHAIN_POLICY_NT_AUTH)
1479         (CERT_NAME_STR_REVERSE_FLAG, CERT_NAME_STR_DISABLE_IE4_UTF8_FLAG)
1480         (CERT_NAME_STR_CRLF_FLAG, CERT_NAME_STR_ENABLE_UTF8_UNICODE_FLAG)
1481         (CERT_NAME_STR_ENABLE_T61_UNICODE_FLAG, CERT_NAME_STR_NO_PLUS_FLAG)
1482         (CERT_NAME_STR_NO_QUOTING_FLAG, CERT_NAME_STR_SEMICOLON_FLAG)
1483         (CERT_FIND_CERT_ID, CERT_FIND_CTL_USAGE, CERT_FIND_ENHKEY_USAGE)
1484         (CERT_FIND_EXISTING, CERT_FIND_HASH, CERT_FIND_ISSUER_ATTR)
1485         (CERT_FIND_ISSUER_NAME, CERT_FIND_ISSUER_OF, CERT_FIND_KEY_IDENTIFIER)
1486         (CERT_FIND_KEY_SPEC, CERT_FIND_MD5_HASH, CERT_FIND_PROPERTY)
1487         (CERT_FIND_PUBLIC_KEY, CERT_FIND_SHA1_HASH, CERT_FIND_SIGNATURE_HASH)
1488         (CERT_FIND_SUBJECT_ATTR, CERT_FIND_SUBJECT_CERT, CERT_FIND_SUBJECT_NAME)
1489         (CERT_FIND_SUBJECT_STR_A, CERT_FIND_SUBJECT_STR_W)
1490         (CERT_FIND_ISSUER_STR_A, CERT_FIND_ISSUER_STR_W)
1491         (CERT_FIND_OR_ENHKEY_USAGE_FLAG, CERT_FIND_OPTIONAL_ENHKEY_USAGE_FLAG)
1492         (CERT_FIND_NO_ENHKEY_USAGE_FLAG, CERT_FIND_VALID_ENHKEY_USAGE_FLAG)
1493         (CERT_FIND_EXT_ONLY_ENHKEY_USAGE_FLAG, CERT_UNICODE_IS_RDN_ATTRS_FLAG)
1494         (CERT_CASE_INSENSITIVE_IS_RDN_ATTRS_FLAG, CERT_CHAIN_FIND_BY_ISSUER)
1495         (CERT_CHAIN_FIND_BY_ISSUER_COMPARE_KEY_FLAG)
1496         (CERT_CHAIN_FIND_BY_ISSUER_COMPLEX_CHAIN_FLAG)
1497         (CERT_CHAIN_FIND_BY_ISSUER_CACHE_ONLY_FLAG)
1498         (CERT_CHAIN_FIND_BY_ISSUER_CACHE_ONLY_URL_FLAG)
1499         (CERT_CHAIN_FIND_BY_ISSUER_LOCAL_MACHINE_FLAG)
1500         (CERT_CHAIN_FIND_BY_ISSUER_NO_KEY_FLAG)
1501         (CERT_SYSTEM_STORE_LOCAL_MACHINE): All represent bit-mapped values;
1502         express them in hexadecimal, in preference to original decimal form.
1503         (CERT_FIND_SUBJECT_STR, CERT_FIND_ISSUER_STR): Redefine them as
1504         __AW_EXTENDED__ macros, for UNICODE/non-UNICODE cases respectively.
1505         (szOID_CRL_DIST_POINTS): Correct defective definition; value should be
1506         a string literal, but was missing delimiting quotes; insert them.
1507         (CertNameToStr, CertOpenSystemStore, CertGetNameString, CryptSignHash)
1508         (CryptAcquireContext, CryptVerifySignature, CryptGetDefaultProvider)
1509         (CryptEnumProviders, CryptSetProvider): Define as __AW_SUFFIXED__
1510         aliases for each of the UNICODE/non-UNICODE cases respectively.
1511         (CryptEnumProvidersA): Correct prototype declaration; 5th parameter
1512         was declared as type LPTSTR, but should be type LPSTR.
1513         (CryptEnumProvidersW): Likewise; 5th parameter should be type LPWSTR.
1514         (CryptGetDefaultProviderW): Likewise; 4th parameter was declared as
1515         type LPSTR, but should be type LPWSTR.
1516         [defined MINGW_TENTATIVE_ASSUMPTIONS] (X509_ANY_STRING)
1517         (X509_CRL_REASON_CODE, X509_DSS_PUBLICKEY, X509_UNICODE_ANY_STRING)
1518         (struct _CERT_ALT_NAME_ENTRY): Add tentative definitions.
1519
1520 2015-09-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
1521
1522         Correct defect in build system compilation rule.
1523
1524         * Makefile.in (scrnsavw.$OBJEXT): Do not use $^ to represent the
1525         source file; it expands to also include prerequisite header files,
1526         which should not appear on the compilation command line.  Rewrite
1527         rule in static pattern format, and use $< instead.
1528
1529 2015-08-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
1530
1531         Build system corrections for GCC build time support.
1532
1533         * configure.ac (AC_PROG_CC): Don't use this; we need...
1534         (MINGW_AC_PROG_CC_COMPILE_ONLY): ...this alternative, to support
1535         building with only a stage 1 partially built GCC installation.
1536
1537         * Makefile.in (install-headers): New make objective; map it to...
1538         (install-w32api-headers): ...this, for which it is a logical alias.
1539
1540 2015-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1541
1542         Overhaul and streamline build system configuration.
1543
1544         * configure.in: Delete obsolete file; replace with...
1545         * configure.ac: New file; rewritten per current autoconf conventions.
1546
1547         * Makefile.in: Rewritten; adapted from current mingwrt configuration,
1548         it now processes the entire build without using separate sub-makes.
1549
1550         * lib/Makefile.in: Sub-make configuration not required now; delete it.
1551         * lib/ddk/Makefile.in lib/directx/Makefile.in: Likewise; delete them.
1552
1553 2015-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1554
1555         Remove unused aclocal.m4 configuration file.
1556
1557         * aclocal.m4: Delete it; it provides no content used by this package.
1558
1559 2015-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1560
1561         Adapt platform feature checks to NTDDI_VERSION conventions.
1562
1563         * include/sdkddkver.h: New file; merge from 4.0-dev branch.
1564         (_WIN32_WINNT_WINBLUE): New manifest constant for Windows-8.1.
1565         (WINNTVER): Prefer bitwise shift to division; adjust accordingly.
1566         [_WIN32_WINNT != OSVER(NTDDI_VERSION)]: Bad comparison; correct to...
1567         [_WIN32_WINNT != WINNTVER(NTDDI_VERSION)]: ...this.
1568
1569         * include/w32api.h: Assert copyright; include sdkddkver.h.
1570         (__W32API_VERSION): Increment to 3.18; adopt new encoding format.
1571         (__W32API_MAJOR_VERSION, __W32API_MINOR_VERSION): Adjust consistently.
1572         (__W32API_PATCH_LEVEL): New macro; define with initial value of zero.
1573         (__W32API_DEPRECATED_ALIAS): New macro; define it; use to redefine...
1574         (Windows95, Windows98, WindowsME, WindowsNT4, Windows2000, WindowsXP)
1575         (Windows2003, WindowsVista, IE3, IE301, IE302, IE4, IE401, IE5, IE5a)
1576         (IE5b, IE501, IE55, IE56, IE6, IE601, IE602, IE7): ...these; replace
1577         macro definitions by long integer constants, and mark as deprecated.
1578         (UNICODE, _UNICODE): Keep these consistent; use logic factored out of
1579         mingwrt/include/_mingw.h, whence we similarly relocate...
1580         (_EXTERN_C, _BEGIN_C_DECLS, _END_C_DECLS): ...these.
1581
1582         * include/windef.h: Assert copyright; include w32api.h, whence we
1583         infer default assignments, per included sdkddkver.h, for each of...
1584         (WINVER, _WIN32_WINNT): ...these; delete local defines.
1585         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1586
1587 2015-06-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1588
1589         Remove generated configure script from revision control.
1590
1591         * configure: Delete from SCM; maintainer must regenerate it, when
1592         required, as SCM will now ignore it.
1593
1594 2012-08-04  Earnie Boyd  <earnie@users.sourceforge.net>
1595
1596         Cosmetic adjustment to match MSDN documentation.
1597
1598         * include/winver.h (VerQueryValueA, VerQueryValueW): Declare type
1599         of parameter #1 to be LPCVOID, in preference to formerly specified,
1600         and functionally equivalent, 'const LPVOID'.
1601
1602 2012-08-01  Stephan Jorek  <sjorek@users.sourceforge.net>
1603
1604         Correct typos, as identified by issue [#1534].
1605
1606         * include/setupapi.h (SetupCancelTemporary): Should be...
1607         (SetupCancelTemporarySourceList): ...this; complete truncated name.
1608         (SetupFreeA, SetupFreeW): Likewise, complete these respectively to...
1609         (SetupFreeSourceListA, SetupFreeSourceListW): ...these, and...
1610         (SetupQueryA, SetupQueryW): ...these respectively to...
1611         (SetupQuerySourceListA, SetupQuerySourceListW): ...these.
1612         (SetupDiGetWizardage): Misspelled; correct it to...
1613         (SetupDiGetWizardPage): ...this.
1614
1615 2012-08-01  Earnie Boyd  <earnie@users.sourceforge.net>
1616
1617         Declare WTSVirtualChannel API functions per issue [#1342].
1618
1619         * include/wtsapi32.h [_WIN32_WINNT >= 0x500]
1620         (WTSVirtualChannelOpen, WTSVirtualChannelQuery, WTSVirtualChannelRead)
1621         (WTSVirtualChannelPurgeInput, WTSVirtualChannelPurgeOutput)
1622         (WTSVirtualChannelWrite, WTSVirtualChannelClose): Declare them.
1623         [_WIN32_WINNT >= 0x600] (WTSVirtualchannelOpenEx): Likewise.
1624
1625         * lib/wtsapi32.def (WTSVirtualChannelOpenEx@12): Add reference.
1626
1627 2012-08-01  Earnie Boyd  <earnie@users.sourceforge.net>
1628
1629         Correct MENUITEMINFO structure definition per issue [#1659].
1630
1631         * include/winuser.h (tagMENUITEMINFOA, tagMENUITEMINFOW): dwItemData
1632         field was defined as type DWORD; correct it to type ULONG_PTR.
1633
1634 2012-07-06  Corinna Vinschen  <corinna@vinschen.de>
1635
1636         Extend visibility of winsock definitions when building Cygwin.
1637
1638         * include/winsock.h [__INSIDE_CYGWIN__]: Expose definitions of...
1639         (IP_OPTIONS, SO_DEBUG, SO_ACCEPTCONN, SO_REUSEADDR, SO_KEEPALIVE)
1640         (SO_DONTROUTE, SO_BROADCAST, SO_USELOOPBACK, SO_LINGER, SO_OOBINLINE)
1641         (SO_DONTLINGER, SO_SNDBUF, SO_RCVBUF, SO_SNDLOWAT, SO_RCVLOWAT)
1642         (SO_SNDTIMEO, SO_RCVTIMEO, SO_ERROR, SO_TYPE): ...these; however...
1643         [__INSIDE_MSYS__]: ...keep them hidden.
1644
1645         * include/winsock2.h [__INSIDE_CYGWIN__]: Likewise, expose...
1646         (AF_MAX, _SS_MAXSIZE, _SS_ALIGNSIZE, _SS_PAD1SIZE, _SS_PAD2SIZE)
1647         (struct sockaddr, struct sockaddr_storage): ...these, whereas...
1648         [__INSIDE_MSYS__]: ...also keep them hidden.
1649
1650 2012-04-29  Jan Ringos  <tringi@users.sf.net>
1651
1652         Correct version guard for WinXP minimum requirement.
1653
1654         * include/winbase.h (GetModuleHandleEx): Function unsupported for...
1655         [_WIN32_WINNT >= 0x500]: ...this; it isn't in Win2K, so should be...
1656         [_WIN32_WINNT >= 0x501]: ...this; correct it accordingly.
1657         (GetModuleHandleExA, GetModuleHandleExW): Likewise.
1658
1659 2012-04-28  LRN  <l_r_nightmare@users.sf.net>
1660
1661         Add missing <shobjidl.h> and associated UUID implementation.
1662
1663         * include/shobjidl.h lib/shobjidl-uuid.c: New files.
1664         * lib/Makefile.in (UUID_SOURCES, UUID_OBJS): Add references.
1665
1666 2012-03-19  Ben Greear  <greear@users.sf.net>
1667
1668         Adjust header file definition order, to fix issue [#1570].
1669
1670         * include/routprot.h (IP_LOCAL_BINDING): Must be defined before...
1671         (IP_ADAPTER_BINDING_INFO): ...this; adjust order of definition.
1672
1673 2012-01-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1674
1675         Add missing return value, flagged by 'make test'.
1676
1677         * include/gdiplus/gdiplustypes.h (Gdiplus::GdiplusAbort::Abort):
1678         Return NO_ERROR in virtual definition.
1679
1680 2012-01-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1681
1682         Remove duplicate definitions, identified by 'make test'.
1683
1684         * include/wincrypt.h (CRYPT_NEWKEYSET, CRYPT_DELETEKEYSET)
1685         (CRYPT_MACHINE_KEYSET, CRYPT_EXPORTABLE, CRYPT_USER_PROTECTED)
1686         (CRYPT_SILENT, CRYPT_CREATE_SALT, CRYPT_UPDATE_KEY, CRYPT_NO_SALT)
1687         (CRYPT_PREGEN, CRYPT_RECIPIENT, CRYPT_INITIATOR, CRYPT_ONLINE)
1688         (CRYPT_SF, CRYPT_CREATE_IV, CRYPT_KEK, CRYPT_DATA_KEY)
1689         (CRYPT_VOLATILE, CRYPT_SGCKEY): Delete second instance of each.
1690
1691         * include/winerror.h (CRYPT_E_REVOKED): Delete; it is already
1692         correctly defined (per MSDN) in <wincrypt.h>
1693
1694 2012-01-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
1695
1696         Correct misuse of #ifdef, identified by 'make test'.
1697
1698         * include/shlwapi.h (enum ASSOCSTR, enum ASSOCDATA): Fix typos;
1699         /#ifdef _WIN32_IE >= 0x0600/s/#ifdef/#if/
1700
1701 2011-12-22  Corinna Vinschen  <corinna@vinschen.de>
1702
1703         Replace more incorrectly named manifest constants.
1704
1705         * include/winnt.h (JOB_OBJECT_LIMIT_BREAKAWAY_OK)
1706         (JOB_OBJECT_LIMIT_SILENT_BREAKAWAY_OK): Define; make aliases for...
1707         (JOB_OBJECT_BREAKAWAY_OK, JOB_OBJECT_SILENT_BREAKAWAY): ...these old
1708         definitions respectively; retain for backward compatibility only.
1709
1710 2011-12-22  Corinna Vinschen  <corinna@vinschen.de>
1711
1712         Add missing PROCESS_QUERY_LIMITED_INFORMATION.
1713
1714         * include/winnt.h (PROCESS_QUERY_LIMITED_INFORMATION): Define it.
1715
1716 2011-08-19  Corinna Vinschen  <corinna@vinschen.de>
1717
1718         Add missing MAPVK manifest constant definitions.
1719
1720         * include/winuser.h (MAPVK_VK_TO_VSC, MAPVK_VSC_TO_VK): Define them.
1721         (MAPVK_VK_TO_CHAR, MAPVK_VSC_TO_VK_EX, MAPVK_VK_TO_VSC_EX): Likewise.
1722
1723 2011-08-05  Corinna Vinschen  <corinna@vinschen.de>
1724
1725         Correct some misspelled manifest constant names.
1726
1727         * include/winnt.h (IMAGE_DLL_CHARACTERISTICS_NX_COMPAT): Should be...
1728         (IMAGE_DLLCHARACTERISTICS_NX_COMPAT): ...this; define correctly; also
1729         alias to original misspelling, to maintain backward compatibility.
1730         (IMAGE_DLL_CHARACTERISTICS_FORCE_INTEGRITY): Likewise; should be...
1731         (IMAGE_DLLCHARACTERISTICS_FORCE_INTEGRITY): ...this; define and alias.
1732         (IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE): Likewise; should be...
1733         (IMAGE_DLLCHARACTERISTICS_DYNAMIC_BASE): ...this; define and alias.
1734
1735 2011-07-29  Corinna Vinschen  <corinna@vinschen.de>
1736
1737         Add a missing Win2K sockets IOCTL feature.
1738
1739         * include/winsock2.h (SIO_UDP_CONNRESET): Define.
1740
1741 2011-05-22  Albrecht Schlosser  <vms-news@go4more.de>
1742
1743         Fix an incorrectly typed structure member.
1744
1745         * include/wingdi.h (GCP_RESULTSW): lpClass field defined as LPWSTR;
1746         should be LPSTR; correct it.
1747
1748 2011-05-15  Corinna Vinschen  <corinna@vinschen.de>
1749
1750         Add another missing manifest constant definition.
1751
1752         * include/winbase.h (STACK_SIZE_PARAM_IS_A_RESERVATION): Define.
1753
1754 2011-04-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
1755
1756         Avoid pollution of user namespace; fix MinGW-Bug [#1531].
1757
1758         * include/windef.h (PACKED): Delete macro definition; its name is not
1759         reserved, and may thus conflict with a user defined name; replace it...
1760         * include/wincon.h (KEY_EVENT_RECORD): ...at this sole point of use;
1761         use __attribute__((packed)) directly instead.
1762
1763 2011-04-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1764
1765         Fix bad typedef, per MinGW-Bug [#1529].
1766
1767         * include/imagehlp.h (PREAD_PROCESS_MEMORY_ROUTINE): Corrected, to
1768         conform with MSDN reference, as identified by Safety0ff.
1769
1770 2011-04-04  Corinna Vinschen  <corinna@vinschen.de>
1771
1772         Add a missing manifest constant definition.
1773
1774         * include/winnt.h (DOMAIN_ALIAS_RID_REMOTE_DESKTOP_USERS): Define.
1775
1776 2011-03-29  Corinna Vinschen  <corinna@vinschen.de>
1777
1778         Win2K and Vista userenv updates.
1779
1780         * include/userenv.h [_WIN32_WINNT >= 0x0500] (DeleteProfile)
1781         (GetAllUsersProfileDirectory, GetDefaultUserProfileDirectory)
1782         (ExpandEnvironmentStringsForUser): Define function aliases.
1783         [_WIN32_WINNT >= 0x0500] (DeleteProfileA, DeleteProfileW)
1784         (GetAllUsersProfileDirectoryA, GetAllUsersProfileDirectoryW)
1785         (GetDefaultUserProfileDirectoryA, GetDefaultUserProfileDirectoryW
1786         (ExpandEnvironmentStringsForUserA, ExpandEnvironmentStringsForUserW)
1787         (GetProfileType): Declare function prototypes.
1788         [_WIN32_WINNT >= 0x0600] (CreateProfile): Declare function prototype.
1789         [_WIN32_WINNT >= 0x0500] (PT_TEMPORARY, PT_ROAMING, PT_MANDATORY):
1790         New manifest constants; define them.
1791
1792 2011-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1793
1794         * Makefile.in: Increment CYGRELEASE to 2.
1795
1796 2011-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1797
1798         * lib/Makefile.in: Include GDIPLUS_HEADERS in dist target.
1799
1800 2011-03-11  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1801
1802         * include/w32api.h: Increment version to 3.17.
1803         * Makefile.in: Ditto.
1804
1805 2011-03-07  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1806
1807         * include/winbase.h (PSAPI_WORKING_SET_BLOCK)
1808         (PSAPI_WORKING_SET_INFORMATION): Move from here...
1809         * include/psapi.h (PSAPI_WORKING_SET_BLOCK)
1810         (PSAPI_WORKING_SET_INFORMATION): ...to here.
1811
1812 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1813
1814         * include/w32api.h: Increment version to 3.16.
1815         * Makefile.in: Ditto.
1816
1817 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1818
1819         * include/commctrl.h (NMTCKEYDOWN): Define.
1820
1821 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1822
1823         * include/wtsapi32.h (WTSSendMessageA, WTSSendMessageW, WTSSendMessage):
1824         Define.
1825
1826 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1827
1828         * include/winbase.h (PSAPI_WORKING_SET_BLOCK,
1829         PSAPI_WORKING_SET_INFORMATION): Define.
1830
1831 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1832
1833         * include/winbase.h (__GNUC_EXTENSION): Define, replacing __MINGW_EXTENSION.
1834
1835 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1836
1837         * lib/kernel32.def (FreeLibraryAndExitThread): Fix definition.
1838
1839 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1840
1841         * include/winbase.h (FILE_ENCRYPTABLE, FILE_IS_ENCRYPTED, FILE_READ_ONLY,
1842         FILE_ROOT_DIR, FILE_SYSTEM_ATTR, FILE_SYSTEM_DIR, FILE_SYSTEM_NOT_SUPPORT,
1843         FILE_UNKNOWN, FILE_USER_DISALLOWED): Define.
1844
1845 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1846
1847         * include/winioctl.h (_DRIVE_LAYOUT_INFORMATION_MBR): Add
1848         _DRIVE_LAYOUT_INFORMATION_MBR_DEFINED guard.
1849         * include/ddk/winddk.h (_DRIVE_LAYOUT_INFORMATION_MBR): Ditto.
1850
1851 2011-03-04  Seth Jackson  <sethj@users.sourceforge.net>
1852
1853         * include/winnt.h (PAGE_WRITECOMBINE): Define.
1854         * include/winbase.h (THREAD_MODE_BACKGROUND_BEGIN, THREAD_MODE_BACKGROUND_END): Define.
1855
1856 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1857
1858         * include/winbase.h (__MINGW_EXTENSION): Define.
1859         (OVERLAPPED): Add __MINGW_EXTENSION around nameless union /
1860         struct to correct issue with -std=c99.
1861
1862 2011-03-02  Corinna Vinschen  <corinna@vinschen.de>
1863
1864         * include/ddk/winddk.h (TIMER_INFORMATION_CLASS): Define.
1865         (TIMER_BASIC_INFORMATION): Define.
1866         (NtQueryTimer): Define.
1867         (ZwQueryTimer): Define.
1868
1869 2010-12-27  David Byron  <dbyron0@users.sourceforge.net>
1870
1871         * include/winioctl.h (STORAGE_BUS_TYPE): Define.
1872
1873 2010-12-27  Seth Jackson  <sethj@users.sourceforge.net>
1874
1875         * include/winbase.h (GetComputerNameEx): Define.
1876
1877 2010-12-27  Ryan Lortie  <desrt@desrt.ca>
1878
1879         * include/winbase.h (TzSpecificLocalTimeToSystemTime): Define.
1880
1881 2010-12-27  Markus Koenig  <basilo@users.sourceforge.net>
1882
1883         * include/gdiplus/gdipluspixelformats.h (PixelFormatIndexed,
1884         PixelFormatGDI, PixelFormatAlpha, PixelFormatPAlpha,
1885         PixelFormatExtended, PixelFormatCanonical, PixelFormatUndefined,
1886         PixelFormatDontCare, PixelFormat1bppIndexed, PixelFormat4bppIndexed,
1887         PixelFormat8bppIndexed, PixelFormat16bppGrayScale,
1888         PixelFormat16bppRGB555, PixelFormat16bppRGB565, PixelFormat16bpp1555,
1889         PixelFormat24bppRGB, PixelFormat32bppRGB, PixelFormat32bppARGB,
1890         PixelFormat32bppPARGB, PixelFormat48bppRGB, PixelFormat64bppARGB,
1891         PixelFormat64bppPARGB, PixelFormatMax): Fix definition.
1892
1893 2010-10-20  Seth Jackson  <sethj@users.sourceforge.net>
1894
1895         * include/commctrl.h (TC_ITEMHEADER[AW]): Rename to TCITEMHEADER[AW].
1896         Add defines for backward compatibility.
1897
1898 2010-12-27  Johann Hanne  <jonnyh33@users.sourceforge.net>
1899
1900         * include/oaidl.h (GetTypeComp, GetTypeComp, IsMatchingType): Fix defintion.
1901         * include/objidl.h (AddConnection, ReleaseConnection): Ditto.
1902         * include/winbase.h (EnumResourceLanguagesA, EnumResourceLanguagesW,
1903         EnumResourceNamesA, EnumResourceNamesW, EnumResourceTypesA,
1904         EnumResourceTypesW): Ditto.
1905         * include/winnt.h (_SYSTEM_POWER_CAPABILITIES): Ditto.
1906
1907 2010-12-27  Seth Jackson  <sethj@users.sourceforge.net>
1908
1909         * include/basetsd.h: (INT8, UINT8, INT16, UINT16): Define.
1910
1911 2010-12-27  Paul Sokolovsky  <pfalcon@users.sf.net>
1912
1913         * include/bdatypes.h: Add missing semicolons.
1914
1915 2010-08-26  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1916
1917         * include/w32api.h: Increment version to 3.15.
1918         * Makefile.in: Ditto.
1919
1920 2010-08-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1921
1922         * Makefile.in: Update naming convention and compression format (lzma),
1923         leaving existing naming convention and compression format as is for Cygwin.
1924
1925 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1926
1927         * include/oleacc.h (STATE_SYSTEM_HASPOPUP, STATE_SYSTEM_NORMAL,
1928         STATE_SYSTEM_PROTECTED): Define.
1929
1930         Thank you to Marcus von Appen for reporting the issue.
1931
1932 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1933
1934         * include/winuser.h (CF_DIBV5): Define.
1935         (CF_MAX): Adjust accordingly.
1936
1937         Thank you to Lenard Lindstrom for reporting the issue.
1938
1939 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1940
1941         * include/sspi.h (QuerySecurityContextToken): Define.
1942         * lib/secur32.def: Regenerate using gendef on a Win7 machine.
1943
1944         Thank you to Magnus Hagander for reporting the issue.
1945
1946 2010-08-25  Ali Sabil  <asabil@users.sourceforge.net>
1947
1948         * include/ocidl.h: Define COBJMACROS for IPropertyBag and IPropertyBag2.
1949
1950 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1951
1952         * include/shlwapi (ASSOCDATA): Update definition.
1953
1954         Thank you to Frederic Deschamps for reporting the issue.
1955
1956 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1957
1958         * include/winbase.h (COPY_FILE_OPEN_SOURCE_FOR_WRITE,
1959         COPY_FILE_ALLOW_DECRYPTED_DESTINATION, COPY_FILE_COPY_SYMLINK,
1960         COPY_FILE_NO_BUFFERING): Define.
1961
1962         Thank you to Roland Schwingel for reporting the issue.
1963
1964 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1965
1966         * include/winuser.h (HHOOK): Move definition from here...
1967         * include/windef.h: ...to here, as per MSDN.
1968
1969         Thank you to Samuel Thibault for reporting the issue.
1970
1971 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1972
1973         * include/winbase.h (GetEnvironmentStrings, GetEnvironmentStringsA): Per
1974         MSDN, change return type to LPCH.
1975         (GetEnvironmentStringsW): Per MSDN, change return type to LPWCH.
1976
1977         Thank you to Emmanuel Stapf for reporting the issue.
1978
1979 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1980
1981         * include/prsht.h (SNDMDG, POSTMSG): Fix typo.
1982         * include/windowsx.h (SNDMSG): Ditto.
1983
1984 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1985
1986         * include/prsht.h (SNDMSG, POSTMSG): Define macros and use throughout.
1987
1988         Thank you to Ozkan Sezer for reporting the issue.
1989
1990 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1991
1992         * include/windowsx.h (SNDMSG): Define macro and use throughout.
1993
1994         Thank you to Chris Oldwood for reporting the issue.
1995
1996 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1997
1998         * include/oleacc.h (AccessibleObjectFromEvent): Correct definition.
1999
2000         Thank you to Rick Walsh for reporting the issue.
2001
2002 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2003
2004         * include/winbase.h (MoveFileWithProcessA, MoveFileWithProgressW): Define.
2005
2006 2010-08-24  Vinky  <rabbit_vinky@users.sourceforge.net>
2007
2008         * include/winbase.h (OVERLAPPED): Correct definition.
2009
2010 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2011
2012         * include/winnt.h (IMAGE_NT_HEADERS32, IMAGE_NT_HEADERS64): Correct
2013         definition.
2014
2015         Thank you to Pasi Ruokola for reporting the issue.
2016
2017 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2018
2019         * include/exdisp.h (get_RegisterAsBrowser): Fix typo.
2020
2021         Thank you to cheznonnon for reporting the issue.
2022
2023 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2024
2025         * lib/ws2_32.def: Regenerate using gendef on a Win7 machine.
2026
2027 2010-08-24  Ozkan Sezer  <sezero@users.sourceforge.net>
2028
2029         * winnt.h: Fix several SUBLANG ID errors (ref:
2030         http://msdn.microsoft.com/en-us/library/dd318693(VS.85).aspx).
2031         (SUBLANG_UI_CUSTOM_DEFAULT): 0x05, not 0x03.
2032         (SUBLANG_HAUSA_NIGERIA): Bad ID name, correct one is ...
2033         (SUBLANG_HAUSA_NIGERIA_LATIN): ... this.
2034         (SUBLANG_INUKTITUT_CANADA_LATIN): 0x02, not 0x01.
2035         (SUBLANG_IRISH_IRELAND): 0x02, not 0x01.
2036         (SUBLANG_LAO_LAO_PDR): Bad ID name, correct one is ...
2037         (SUBLANG_LAO_LAO): ... this.
2038         (SUBLANG_LOWER_SORBIAN_GERMANY): 0x02, not 0x01.
2039         (SUBLANG_SAMI_SKOLT_FINLAND): 0x08, not 0x03.
2040         (SUBLANG_SAMI_INARI_FINLAND): 0x09, not 0x03.
2041         (SUBLANG_SYRIAC_SYRIA): define as SUBLANG_SYRIAC (what MSDN mentions).
2042         (SUBLANG_TIGRIGNA_ERITREA): 0x02, not 0x01.
2043         (SUBLANG_BENGALI_INDIA): 0x01, not 0x00.
2044         (SUBLANG_BENGALI_BANGLADESH): 0x02, not 0x01.
2045         (SUBLANG_PUNJABI_INDIA): 0x01, not 0x00.
2046         (SUBLANG_PUNJABI_PAKISTAN): not defined in MSDN.
2047         (SUBLANG_ROMANIAN_ROMANIA): 0x01, not 0x00.
2048         (SUBLANG_ROMANIAN_MOLDOVA): not defined in MSDN.
2049
2050 2010-08-24  LRN  <lrn1986@gmail.com>
2051
2052         * include/mmreg.h (MPEGLAYER3WAVEFORMAT, WAVE_FORMAT_UNKNOWN,
2053         WAVE_FORMAT_PCM, WAVE_FORMAT_ADPCM, WAVE_FORMAT_IEEE_FLOAT,
2054         WAVE_FORMAT_VSELP, WAVE_FORMAT_IBM_CVSD, WAVE_FORMAT_ALAW,
2055         WAVE_FORMAT_MULAW, WAVE_FORMAT_OKI_ADPCM, WAVE_FORMAT_DVI_ADPCM,
2056         WAVE_FORMAT_MEDIASPACE_ADPCM, WAVE_FORMAT_SIERRA_ADPCM,
2057         WAVE_FORMAT_G723_ADPCM, WAVE_FORMAT_DIGIFIX, WAVE_FORMAT_DIALOGIC_OKI_ADPCM,
2058         WAVE_FORMAT_MEDIAVISION_ADPCM, WAVE_FORMAT_CU_CODEC,
2059         WAVE_FORMAT_YAMAHA_ADPCM, WAVE_FORMAT_SONARC,
2060         WAVE_FORMAT_DSPGROUP_TRUESPEECH, WAVE_FORMAT_ECHOSC1,
2061         WAVE_FORMAT_AUDIOFILE_AF36, WAVE_FORMAT_APTX, WAVE_FORMAT_AUDIOFILE_AF10,
2062         WAVE_FORMAT_PROSODY_1612, WAVE_FORMAT_LRC, WAVE_FORMAT_DOLBY_AC2,
2063         WAVE_FORMAT_GSM610, WAVE_FORMAT_MSNAUDIO, WAVE_FORMAT_ANTEX_ADPCME,
2064         WAVE_FORMAT_CONTROL_RES_VQLPC, WAVE_FORMAT_DIGIREAL, WAVE_FORMAT_DIGIADPCM,
2065         WAVE_FORMAT_CONTROL_RES_CR10, WAVE_FORMAT_NMS_VBXADPCM,
2066         WAVE_FORMAT_ROLAND_RDAC, WAVE_FORMAT_ECHOSC3, WAVE_FORMAT_ROCKWELL_ADPCM,
2067         WAVE_FORMAT_ROCKWELL_DIGITALK, WAVE_FORMAT_XEBEC, WAVE_FORMAT_G721_ADPCM,
2068         WAVE_FORMAT_G728_CELP, WAVE_FORMAT_MSG723, WAVE_FORMAT_MPEG,
2069         WAVE_FORMAT_RT24, WAVE_FORMAT_PAC, WAVE_FORMAT_MPEGLAYER3,
2070         WAVE_FORMAT_LUCENT_G723, WAVE_FORMAT_CIRRUS, WAVE_FORMAT_ESPCM,
2071         WAVE_FORMAT_VOXWARE, WAVE_FORMAT_CANOPUS_ATRAC, WAVE_FORMAT_G726_ADPCM,
2072         WAVE_FORMAT_G722_ADPCM, WAVE_FORMAT_DSAT, WAVE_FORMAT_DSAT_DISPLAY,
2073         WAVE_FORMAT_VOXWARE_BYTE_ALIGNED, WAVE_FORMAT_VOXWARE_AC8,
2074         WAVE_FORMAT_VOXWARE_AC10, WAVE_FORMAT_VOXWARE_AC16,
2075         WAVE_FORMAT_VOXWARE_AC20, WAVE_FORMAT_VOXWARE_RT24,
2076         WAVE_FORMAT_VOXWARE_RT29, WAVE_FORMAT_VOXWARE_RT29HW,
2077         WAVE_FORMAT_VOXWARE_VR12, WAVE_FORMAT_VOXWARE_VR18,
2078         WAVE_FORMAT_VOXWARE_TQ40, WAVE_FORMAT_SOFTSOUND, WAVE_FORMAT_VOXWARE_TQ60,
2079         WAVE_FORMAT_MSRT24, WAVE_FORMAT_G729A, WAVE_FORMAT_MVI_MV12,
2080         WAVE_FORMAT_DF_G726, WAVE_FORMAT_DF_GSM610, WAVE_FORMAT_ISIAUDIO,
2081         WAVE_FORMAT_ONLIVE, WAVE_FORMAT_SBC24, WAVE_FORMAT_DOLBY_AC3_SPDIF,
2082         WAVE_FORMAT_ZYXEL_ADPCM, WAVE_FORMAT_PHILIPS_LPCBB, WAVE_FORMAT_PACKED,
2083         WAVE_FORMAT_RHETOREX_ADPCM, WAVE_FORMAT_IRAT, WAVE_FORMAT_VIVO_G723,
2084         WAVE_FORMAT_VIVO_SIREN, WAVE_FORMAT_DIGITAL_G723,
2085         WAVE_FORMAT_CREATIVE_ADPCM, WAVE_FORMAT_CREATIVE_FASTSPEECH8,
2086         WAVE_FORMAT_CREATIVE_FASTSPEECH10, WAVE_FORMAT_QUARTERDECK,
2087         WAVE_FORMAT_FM_TOWNS_SND, WAVE_FORMAT_BTV_DIGITAL, WAVE_FORMAT_VME_VMPCM,
2088         WAVE_FORMAT_OLIGSM, WAVE_FORMAT_OLIADPCM, WAVE_FORMAT_OLICELP,
2089         WAVE_FORMAT_OLISBC, WAVE_FORMAT_OLIOPR, WAVE_FORMAT_LH_CODEC,
2090         WAVE_FORMAT_NORRIS, WAVE_FORMAT_ISIAUDIO,
2091         WAVE_FORMAT_SOUNDSPACE_MUSICOMPRESS, WAVE_FORMAT_DVM, WAVE_FORMAT_RAW_AAC1,
2092         WAVE_FORMAT_MPEG_HEAAC, WAVE_FORMAT_MPEG_ADTS_AAC, WAVE_FORMAT_DRM,
2093         WAVE_FORMAT_DTS, WAVE_FORMAT_WMAVOICE9, WAVE_FORMAT_WMASPDIF,
2094         WAVE_FORMAT_WMAUDIO_LOSSLESS, WAVE_FORMAT_WMAUDIO2, WAVE_FORMAT_WMAUDIO3,
2095         WAVE_FORMAT_MPEG_LOAS, WAVE_FORMAT_RAW_SPORT, WAVE_FORMAT_ESST_AC3,
2096         WAVE_FORMAT_DTS2): Define.
2097         * include/msacm.h (HACMDRIVERID, HACMDRIVER, HACMSTREAM, HACMOBJ,
2098         ACMSTREAMHEADER, WAVEFILTER, acmDriverAddA, acmDriverAddW, acmDriverRemove,
2099         acmMetrics, acmStreamOpen, acmStreamSize, acmStreamPrepareHeader,
2100         acmStreamUnprepareHeader, acmStreamReset, acmStreamClose, acmStreamConvert):
2101         Define.
2102
2103 2010-08-23  LRN  <lrn1986@gmail.com>
2104
2105         * include/winbase.h (SYMBOLIC_LINK_FLAG_DIRECTORY, FILE_NAME_NORMALIZED,
2106         FILE_NAME_OPENED, VOLUME_NAME_DOS, VOLUME_NAME_GUID, VOLUME_NAME_NONE,
2107         VOLUME_NAME_NT, FILE_BASIC_INFO, FILE_STANDARD_INFO, FILE_NAME_INFO,
2108         FILE_STREAM_INFO, FILE_COMPRESSION_INFO, FILE_ATTRIBUTE_TAG_INFO,
2109         FILE_ID_BOTH_DIR_INFO, FILE_REMOTE_PROTOCOL_INFO, FILE_INFO_BY_HANDLE_CLASS,
2110         GetFileInformationByHandleEx, GetFinalPathNameByHandleA,
2111         GetFinalPathNameByHandleW): Define.
2112
2113 2010-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2114
2115         * lib/CheckConflicts.sh: New file.
2116
2117 2010-08-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2118
2119         * lib/kernel32.def (CopyLZFile, GetExpandedNameA, GetExpandedNameW, LZClose,
2120         LZCopy, LZInit, LZOpenFileA, LZOpenFileW, LZRead, LZSeek, OpenProcessToken,
2121         OpenThreadToken, RegCloseKey, RegCreateKeyExA, RegCreateKeyExW,
2122         RegDeleteKeyExA, RegDeleteKeyExW, RegDeleteValueA, RegDeleteValueW,
2123         RegEnumKeyExA, RegEnumKeyExW, RegEnumValueA, RegEnumValueW, RegFlushKey,
2124         RegGetKeySecurity, RegLoadKeyA, RegLoadKeyW, RegNotifyChangeKeyValue,
2125         RegOpenCurrentUser, RegOpenKeyExA, RegOpenKeyExW, RegOpenUserClassesRoot,
2126         RegQueryInfoKeyA, RegQueryInfoKeyW, RegQueryValueExA, RegQueryValueExW,
2127         RegRestoreKeyA, RegRestoreKeyW, RegSetKeySecurity, RegSetValueExA,
2128         RegSetValueW, RegUnLoadKeyA, RegUnLoadKeyW, RtlCaptureStackBackTrace,
2129         RtlFillMemory, RtlMoveMemory, RtlZeroMemory, SetThreadToken): Remove
2130         conflicting definition.
2131         * lib/th32.def: Remove.
2132         * lib/ntdll.def (RtlUnwind): Remove conflicting definition.
2133         * lib/version.def (VerLanguageNameA, VerLanguageNameW): Remove conflicting
2134         definition.
2135
2136 2010-08-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2137
2138         * lib/kernel32.def (CreateProcessAsUserW): Remove definition.
2139
2140 2010-08-20  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2141
2142         * lib/kernel32.def: Regenerate using gendef on a Win7 machine.
2143
2144 2010-08-19  Corinna Vinschen  <corinna@vinschen.de>
2145
2146         * include/winnt.h: Define FILE_ATTRIBUTE_VIRTUAL.  Change
2147         FILE_ATTRIBUTE_VALID_FLAGS accordingly.
2148         * include/ddk/winddk.h: Ditto.
2149
2150 2010-08-18  Ladislav Michl  <ladis@users.sourceforge.net>
2151
2152         * include/winbase.h (SYMBOLIC_LINK_FLAG_DIRECTORY, CreateSymbolicLinkW,
2153         CreateSymbolicLinkA, CreateSymbolicLink): Define
2154
2155 2010-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2156
2157         * lib/kernel32.def(FatalExit): Correct definiton.
2158
2159 2010-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2160
2161         * include/basetyps.h (REFGUID, REFIID, REFCLSID, REFFMTID): Revert change
2162         from 2010-07-17 since it breaks several applications.
2163
2164 2010-07-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2165
2166         * lib/kernel32.def: Regenerate using gendef.
2167
2168 2010-07-20  Ozkan Sezer  <sezero@users.sourceforge.net>
2169
2170         * include/commctrl.h (LVIF_GROUPID): Fix definition.
2171
2172 2010-07-20  Michael James  <james.me@gmail.com>
2173
2174         * include/commctrl.h (LVIF_COLUMNS): Fix definition.
2175
2176 2010-07-17  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2177
2178         * include/winnt.h (HEAP_MAKE_TAG_FLAGS, VALID_INHERIT_FLAGS): Correct
2179         definition.
2180         * include/rpcndr.h (NdrUnMarshConfStringHdr, NdrUnMarshCCtxtHdl,
2181         NdrMarshSCtxtHdl): Ditto.
2182         * include/basetyps.h (REFGUID, REFIID, REFCLSID, REFFMTID): Remove macro
2183         definition in favour of typedef definition.
2184
2185         Thank you to Yuta Tomino for reporting the issues.
2186
2187 2010-07-08  Markus Koenig  <basilo@users.sourceforge.net>
2188
2189         * include/gdiplus.h: New file.
2190         * include/gdiplus/gdiplus.h: New file.
2191         * include/gdiplus/gdiplusbase.h: New file.
2192         * include/gdiplus/gdiplusbrush.h: New file.
2193         * include/gdiplus/gdipluscolor.h: New file.
2194         * include/gdiplus/gdipluscolormatrix.h: New file.
2195         * include/gdiplus/gdipluseffects.h: New file.
2196         * include/gdiplus/gdiplusenums.h: New file.
2197         * include/gdiplus/gdiplusflat.h: New file.
2198         * include/gdiplus/gdiplusgpstubs.h: New file.
2199         * include/gdiplus/gdiplusgraphics.h: New file.
2200         * include/gdiplus/gdiplusheaders.h: New file.
2201         * include/gdiplus/gdiplusimageattributes.h: New file.
2202         * include/gdiplus/gdiplusimagecodec.h: New file.
2203         * include/gdiplus/gdiplusimaging.h: New file.
2204         * include/gdiplus/gdiplusimpl.h: New file.
2205         * include/gdiplus/gdiplusinit.h: New file.
2206         * include/gdiplus/gdipluslinecaps.h: New file.
2207         * include/gdiplus/gdiplusmatrix.h: New file.
2208         * include/gdiplus/gdiplusmem.h: New file.
2209         * include/gdiplus/gdiplusmetafile.h: New file.
2210         * include/gdiplus/gdiplusmetaheader.h: New file.
2211         * include/gdiplus/gdipluspath.h: New file.
2212         * include/gdiplus/gdipluspen.h: New file.
2213         * include/gdiplus/gdipluspixelformats.h: New file.
2214         * include/gdiplus/gdiplusstringformat.h: New file.
2215         * include/gdiplus/gdiplustypes.h: New file.
2216         * lib/gdiplus.c: New file containing GDI+ variable definitions
2217         and GUIDs.
2218         * lib/gdiplus.def: New file.
2219         * lib/Makefile.in: Add gdiplus.o to EXTRA_OBJS,
2220         add gdiplus.c to SOURCES.
2221         * lib/test.c: Include gdiplus.h.
2222
2223 2010-06-28  Rick Rankin  <rrankin1424-mingw@yahoo.com>
2224
2225         * include/psapi.h (PROCESS_MEMORY_COUNTERS_EX, PERFORMANCE_INFORMATION,
2226         GetPerformanceInfo): Define.
2227         * lib/psapi.def (GetPerformanceInfo): Define.
2228         * include/wincrypt.h (CryptEnumProvidersA, CryptEnumProvidersW,
2229         CryptEnumProviders): Define.
2230
2231 2010-02-17  LRN  <lrn1986@gmail.com>
2232
2233         * include/shlguid.h (IID_IFolderView): Define.
2234         * include/shlobj.h (IFolderView interface): Define.
2235         * lib/shell32.c (IID_IFolderView): Export.
2236
2237 2010-01-26  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
2238
2239         * include/shldisp.h (AUTOCOMPLETEOPTIONS): Add version guard around
2240         ACO_WORD_FILTER and ACO_NOPREFIXFILTERING.
2241
2242 2010-01-26  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
2243
2244         * include/shldisp.h (AUTOCOMPLETEOPTIONS): Add enum.
2245
2246 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2247
2248         * include/shlobj.h (SHParseDisplayName): Fix definition.
2249
2250 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2251
2252         * include/w32api.h: Increment version to 3.14.
2253         * Makefile.in: Ditto.
2254
2255 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2256
2257         * include/shlobj.h (SHParseDisplayName): Define.
2258
2259         Thanks to James Roberts-Thomson for the report.
2260
2261 2009-20-10  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
2262
2263         * include/wingdi.h (ENHMFENUMPROC): Correct definition.
2264
2265         Thanks to Alexander Vassilev for the report.
2266
2267 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2268
2269         * include/iprtrmib.h (MIB_IPADDRROW): Correct definition.
2270
2271         Thanks to Thomas Denk for the report.
2272
2273 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2274
2275         * include/winbase.h (UnmapViewOfFile): Correct definition.
2276
2277         Thanks to Dimitry Sibiryakov for the report.
2278
2279 2009-20-10  Aleksey Chernov  <virxkane@users.sourceforge.net>
2280
2281         * include/sspi.h: Include ntsecapi.h to correct postgresql build error.
2282
2283 2009-20-10  Heiko Hund  <heiko@ist.eigentlich.net>
2284
2285         * include/commctrl.h (GetMUILanguage, InitMUILanguage): Add prototypes.
2286         * lib/comctl32.def (GetMUILanguage, InitMUILanguage): Define.
2287
2288 2009-20-10  Michael James  <james.me@gmail.com>
2289
2290         * include/wingdi.h (CLEARTYPE_QUALITY): Define.
2291         * include/winuser.h (WM_KEYLAST): Alternative definition when _WIN32_WINNT
2292         >= 0x0501.
2293         (WM_UNICHAR,UNICODE_NOCHAR): Define.
2294         * lib/comctl32.def (DefSubclassProc@16,GetWindowSubclass@16,
2295         RemoveWindowSubclass@12): Add exports.
2296         * lib/gdi32.def (GetDCBrushColor@4,GetDCPenColor@4): Add exports.
2297
2298 2009-20-10  Jarkko Sakkinen  <jarkko.sakkinen@iki.fi>
2299
2300         * include/winuser.h (WM_TOUCHMOVE, WM_TOUCHDOWN, WM_TOUCHUP,
2301         TOUCHEVENTF_DOWN, TOUCHEVENTF_INRANGE, TOUCHEVENTF_MOVE,
2302         TOUCHEVENTF_NOCOALESCE, TOUCHEVENTF_PALM, TOUCHEVENTF_PEN,
2303         TOUCHEVENTF_PRIMARY, TOUCHEVENTF_UP, TOUCHEVENTMASKF_CONTACTAREA,
2304         TOUCHEVENTMASKF_EXTRAINFO, TOUCHEVENTMASKF_TIMEFROMSYSTEM, TOUCHINPUT,
2305         CloseTouchInputHandle, GetTouchInputInfo, IsTouchWindow,
2306         RegisterTouchWindow, UnregisterTouchWindow): Define.
2307         * lib/user32.def (CloseTouchInputHandle, GetTouchInputInfo, IsTouchWindow,
2308         RegisterTouchWindow, UnregisterTouchWindow): Define.
2309
2310 2009-20-10  Dmitry Potapov  <dpotapov@users.sourceforge.net>
2311
2312         * include/winver.h (VerQueryValue[AW]): Correct definition.
2313
2314 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2315
2316         * include/shlobj.h (SHARD): Add enum.
2317         (SHARD_PATH): Define based on UNICODE.
2318
2319         Thanks to Jacek Caban for the report.
2320
2321 2009-14-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2322
2323         * include/wingdi.h (_devicemodeW, _devicemodeA): Correct definition.
2324
2325         Thanks to Bruno Martinez for the report.
2326
2327 2009-14-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2328
2329         * include/shlobj.h (IDO_SHGIOI_SHARE, IDO_SHGIOI_LINK, IDO_SHGIOI_SLOWFILE,
2330         IDO_SHGIOI_DEFAULT, SHGetIconOverlayIndexW, SHGetIconOverlayIndexA,
2331         SHGetIconOverlayIndex): Define.
2332
2333         Thanks to Tim Kosse for the report.
2334
2335 2009-13-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2336
2337         * include/wincon.h (AttachConsole): Correct guard.
2338
2339         Thanks to Alexander Shaduri for the report.
2340
2341 2009-13-09  Robert Moerland  <rjmoerland@users.sourceforge.net>
2342
2343         * include/wininet.h (NTERNET_CACHE_ENTRY_INFOW): Correct definition.
2344         (DeleteUrlCacheEntryW, DeleteUrlCacheEntryA): Define.
2345
2346 2009-13-09  Jacky Lai  <crazyjacky@users.sourceforge.net>
2347
2348         * include/winerror.h: Fix typos in macro names.
2349
2350 2009-13-09  Jan Nijtmans  <nijtmans@users.sourceforge.net>
2351
2352         * include/winuser.h (SendMessageTimeoutA, SendMessageTimeoutW): Correct
2353         definition.
2354
2355 2009-11-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2356
2357         * include/winnt.h (PROCESS_SUSPEND_RESUME): Define.
2358
2359 2009-10-29  Charles Wilson  <mingw@cwilson.fastmail.fm>
2360
2361         Honor DESTDIR for winsup/mingw and winsup/w32api.
2362         Detect and report error if installation paths are win32
2363         format, but DESTDIR is non-empty.
2364
2365         * Makefile.in (install, uninstall): Use FLAGS_TO_PASS
2366         when invoking make in subdirs.
2367         * lib/Makefile.in (DESTDIR): Honor per convention.
2368         (need-DESTDIR-compatibility): New macro; define it and a
2369         corresponding rule.
2370         (fail-DESTDIR-compatibility): New dependency goal.
2371         (install-libraries, install-headers, uninstall-libraries,
2372         uninstall-headers): Require need-DESTDIR-compatibility.
2373         * lib/ddk/Makefile.in: Ditto.
2374         * lib/directx/Makefile.in: Ditto.
2375
2376 2009-10-04  Corinna Vinschen  <corinna@vinschen.de>
2377
2378         * include/winbase.h (CreateRestrictedToken): Declare for >= Win 2000.
2379         _WIN32_WINNT >= 0x0500.
2380         (DISABLE_MAX_PRIVILEGE, SANDBOX_INERT, LUA_TOKEN,
2381         WRITE_RESTRICTED): Define.
2382         (IsTokenRestricted): Declare for >= Win 2000.
2383
2384 2009-08-30  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2385
2386         * include/wtsapi32.h (WTSQuerySessionInformationA,
2387         WTSQuerySessionInformationW, WTSQuerySessionInformation, WTSFreeMemory):
2388         Moved to (_WIN32_WINNT >= 0x0500) guard.
2389         (thanks to Pierre Ossman)
2390
2391 2009-08-09  Andy Koppe  <andy.koppe@gmail.com>
2392
2393         * include/winnls.h (IS_HIGH_SURROGATE, IS_LOW_SURROGATE,
2394         IS_SURROGATE_PAIR): Define.
2395
2396 2009-07-27  Corinna Vinschen  <corinna@vinschen.de>
2397
2398         * include/winnt.h (FILE_SUPPORTS_HARD_LINKS,
2399         FILE_SUPPORTS_EXTENDED_ATTRIBUTES, FILE_SUPPORTS_OPEN_BY_FILE_ID,
2400         FILE_SUPPORTS_USN_JOURNALS): Define.  Add comment.
2401         * include/ddk/ntifs.h: Ditto.
2402         (FILE_SEQUENTIAL_WRITE_ONCE, FILE_SUPPORTS_TRANSACTIONS): Define.
2403
2404 2009-07-21  Corinna Vinschen  <corinna@vinschen.de>
2405
2406         * lib/msimg32.def (GetDCBrushColor, GetDCPenColor): Move entry points
2407         from here...
2408         * lib/gdo32.dll: ...to here.
2409
2410 2009-07-01  Corinna Vinschen  <corinna@vinschen.de>
2411
2412         * lib/comctl32.def (StrCSpnA@8, StrCSpnIA@8, StrCSpnW@8, StrChrA@8,
2413         StrChrIA@8, StrChrIW@8, StrChrW@8, StrCmpNA@12, StrCmpNIA@12,
2414         StrCmpNIW@12, StrCmpNW@12, StrRChrA@12, StrRChrIA@12, StrRChrW@12,
2415         StrRStrIA@12, StrRStrIW@12, StrStrA@8, StrStrIA@8, StrStrIW@8,
2416         StrStrW@8, StrToIntA@4, StrToIntW@4): Remove erroneously defined
2417         entry points.
2418
2419 2009-06-24  Corinna Vinschen  <corinna@vinschen.de>
2420
2421         * include/wtsapi32.h (WTSQueryUserToken, WTSEnumerateSessionsW,
2422         WTSEnumerateSessionsA): Add function prototypes.
2423         (struct _WTS_SESSION_INFOW, struct _WTS_SESSION_INFOA): Add typedefs.
2424         (WTS_SESSION_INFO, PWTS_SESSION_INFO, WTSEnumerateSessions): Add
2425         defines dependent on UNICODE setting.
2426
2427 2009-06-07  Corinna Vinschen  <corinna@vinschen.de>
2428
2429         * include/ddk/ntapi.h: Add NtXxx equivalent to ZwXxx where missing
2430         and vice versa.
2431         * include/ddk/ntifs.h: Ditto.
2432         * include/ddk/winddk.h: Ditto.
2433         * lib/ntdll.def (NtPlugPlayControl, NtQueryInstallUILanguage,
2434         ZwPlugPlayControl, ZwQueryInstallUILanguage): Add entry points defined
2435         in header, but missing in lib.  Omit NT4-only entry points.
2436
2437 2009-05-01  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2438
2439         * include/shellapi.h (SHIL_LARGE, SHIL_SMALL, SHIL_EXTRALARGE,
2440         SHIL_SYSSMALL, SHIL_JUMBO, SHIL_LAST SHIL_JUMBO, SHGetImageList): Define.
2441         * lib/shell32.def (SHGetImageList): Define.
2442
2443 2009-02-18  Corinna Vinschen  <corinna@vinschen.de>
2444
2445         * winnt.h: Add Vista token security extensions.
2446         (SID_HASH_SIZE): Define.
2447         (TOKEN_MANDATORY_POLICY_OFF, TOKEN_MANDATORY_POLICY_NO_WRITE_UP,
2448         TOKEN_MANDATORY_POLICY_NEW_PROCESS_MIN,
2449         TOKEN_MANDATORY_POLICY_VALID_MASK): Define.
2450         (SID_HASH_ENTRY): Define.
2451         (struct _SID_AND_ATTRIBUTES_HASH): Define.
2452         (struct _TOKEN_LINKED_TOKEN): Define.
2453         (struct _TOKEN_MANDATORY_LABEL): Define.
2454         (struct _TOKEN_MANDATORY_POLICY): Define.
2455         (struct _TOKEN_ELEVATION): Define.
2456         (struct _TOKEN_ACCESS_INFORMATION): Define.
2457         (enum _TOKEN_INFORMATION_CLASS): Conditionally define new Vista token
2458         information enumeration values.
2459
2460 2009-02-09  Corinna Vinschen  <corinna@vinschen.de>
2461
2462         * include/winioctl.h (FSCTL_ALLOW_EXTENDED_DASD_IO): Copy definition
2463         from ddk/ntifs.h.
2464
2465 2009-02-06  Linton Miller  <Linton.Miller@trivininc.com>
2466
2467         * include/wtsapi32.h (WTS_CURRENT_SESSION): Fix definition.
2468
2469 2009-01-19  Corinna Vinschen  <corinna@vinschen.de>
2470
2471         * include/winbase.h (enum _DEP_SYSTEM_POLICY_TYPE): Fix version guard.
2472
2473 2009-01-11  Henry Nestler  <henry@bigfoot.de>
2474
2475         * lib/ddk/ntoskrnl.def: Enable ZwQueryEaFile, ZwSetEaFile, NtQueryEaFile,
2476         NtSetEaFile.
2477
2478 2009-01-07  Corinna Vinschen  <corinna@vinschen.de>
2479
2480         * include/winbase.h (SCS_64BIT_BINARY): Define.
2481
2482 2008-12-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2483
2484         * include/w32api.h: Increment version to 3.13.
2485         * Makefile.in: Ditto.
2486
2487 2008-12-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2488
2489         * lib/glut.def: remove.
2490         * lib/glut32.def: ditto.
2491
2492 2008-11-11  Corinna Vinschen  <corinna@vinschen.de>
2493
2494         * include/winbase.h (PROCESS_DEP_ENABLE,
2495         PROCESS_DEP_DISABLE_ATL_THUNK_EMULATION): Define for >= Vista SP1.
2496         (enum _DEP_SYSTEM_POLICY_TYPE): Ditto.
2497         (GetProcessDEPPolicy, GetSystemDEPPolicy, SetProcessDEPPolicy): Ditto.
2498
2499 2008-10-09  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2500
2501         * include/mmsystem.h (sndAlias): Correct GCC4 warning.
2502
2503 2008-10-04  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2504
2505         * include/shellapi.h (NOTIFYICON_VERSION_4): Define.
2506
2507 2008-09-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2508
2509         * include/vfw.h (capSendMessage): Rename to __capSendMessage.
2510
2511 2008-09-24  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2512
2513         * include/vfw.h (WM_CAP_SET_CALLBACK_ERRORA, WM_CAP_SET_CALLBACK_ERRORW,
2514         WM_CAP_SET_CALLBACK_STATUS, WM_CAP_SET_CALLBACK_YIELD,
2515         WM_CAP_SET_CALLBACK_FRAMEA, WM_CAP_SET_CALLBACK_FRAMEW,
2516         WM_CAP_SET_CALLBACK_VIDEOSTREAM, WM_CAP_SET_CALLBACK_WAVESTREAM,
2517         WM_CAP_GET_USER_DATA, WM_CAP_SET_USER_DATA, WM_CAP_DRIVER_CONNECT,
2518         WM_CAP_DRIVER_DISCONNECT, WM_CAP_DRIVER_GET_NAMEA, WM_CAP_DRIVER_GET_NAMEW,
2519         WM_CAP_DRIVER_GET_VERSIONA, WM_CAP_DRIVER_GET_VERSIONW,
2520         WM_CAP_DRIVER_GET_CAPS, WM_CAP_FILE_SET_CAPTURE_FILEA,
2521         WM_CAP_FILE_SET_CAPTURE_FILEW, WM_CAP_FILE_GET_CAPTURE_FILEA,
2522         WM_CAP_FILE_GET_CAPTURE_FILEW, WM_CAP_FILE_ALLOCATE, WM_CAP_FILE_SAVEASA,
2523         WM_CAP_FILE_SAVEASW, WM_CAP_FILE_SET_INFOCHUNK, WM_CAP_FILE_SAVEDIBA,
2524         WM_CAP_FILE_SAVEDIBW, WM_CAP_EDIT_COPY, WM_CAP_SET_AUDIOFORMAT,
2525         WM_CAP_GET_AUDIOFORMAT, WM_CAP_DLG_VIDEOFORMAT, WM_CAP_DLG_VIDEOSOURCE,
2526         WM_CAP_DLG_VIDEODISPLAY, WM_CAP_GET_VIDEOFORMAT, WM_CAP_SET_VIDEOFORMAT,
2527         WM_CAP_DLG_VIDEOCOMPRESSION, WM_CAP_SET_PREVIEW, WM_CAP_SET_OVERLAY,
2528         WM_CAP_SET_PREVIEWRATE, WM_CAP_SET_SCALE, WM_CAP_GET_STATUS,
2529         WM_CAP_SET_SCROLL, WM_CAP_GRAB_FRAME, WM_CAP_GRAB_FRAME_NOSTOP,
2530         WM_CAP_SEQUENCE, WM_CAP_SEQUENCE_NOFILE, WM_CAP_SET_SEQUENCE_SETUP,
2531         WM_CAP_GET_SEQUENCE_SETUP, WM_CAP_SET_MCI_DEVICEA, WM_CAP_SET_MCI_DEVICEW,
2532         WM_CAP_GET_MCI_DEVICEA, WM_CAP_GET_MCI_DEVICEW, WM_CAP_STOP, WM_CAP_ABORT,
2533         WM_CAP_SINGLE_FRAME_OPEN, WM_CAP_SINGLE_FRAME_CLOSE, WM_CAP_SINGLE_FRAME,
2534         WM_CAP_PAL_OPENA, WM_CAP_PAL_OPENW, WM_CAP_PAL_SAVEA, WM_CAP_PAL_SAVEW,
2535         WM_CAP_PAL_PASTE, WM_CAP_PAL_AUTOCREATE, WM_CAP_PAL_MANUALCREATE,
2536         WM_CAP_SET_CALLBACK_CAPCONTROL): Define using WM_USER.
2537         (capSendMessage): Don't undef.
2538
2539 2008-09-21  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2540
2541         * incude/sspi.h: include subauth.h to fix issue of UNICODE_STRING being
2542         undefined.
2543
2544 2008-09-13  mega-squall  <mega-squall@users.sf.net>
2545
2546         * include/winnt.h (SUBLANG_BENGALI_INDIA, SUBLANG_PUNJABI_INDIA,
2547         SUBLANG_ROMANIAN_ROMANIA): Correct definition.
2548         (SUBLANG_BENGALI_BANGLADESH, SUBLANG_PUNJABI_PAKISTAN,
2549         SUBLANG_ROMANIAN_MOLDOVA): Define.
2550
2551 2008-09-11  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2552
2553         * include/shlwapi.h (ASSOCSTR): Update enum.
2554
2555 2008-09-07  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2556
2557         * include/w32api.h: Increment version to 3.12.
2558         * Makefile.in: Ditto.
2559
2560 2008-09-07  Michael Hentschel  <mikeh42@users.sourceforge.net>
2561
2562         * include/shlwapi.h (STIF_DEFAULT, STIF_SUPPORT_HEX): Define.
2563
2564 2008-09-07  alsemm  <alsemm@users.sourceforge.net>
2565
2566         * include/mlang.h (IMLangFontLink2::MapFont): Fix definition.
2567
2568 2008-09-07  Danny Smith  <dannysmith@users.sourceforge.net>
2569
2570         * include/ws2tcpip.h (IPV6_MREQ): Fix typo.
2571         Thanks to Richard Hughes for report.
2572
2573 2008-09-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2574
2575         * Makefile.in: Adjust to new naming standard for MinGW while maintaining old
2576         naming standard for Cygwin.
2577
2578 2008-08-30  Bo Yang  <techrazy@users.sourceforge.net>
2579
2580         * include/sspi.h: Fix PSecurityFunctionTableW structure.
2581
2582 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2583
2584         * include/ddk/scsi.h: Define READ_TOC formats.
2585         * lib/ddk/scsiport.def (ScsiPortGetDeviceBase): Fix export.
2586
2587 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2588
2589         * include/ddk/ndis.h (NDIS_MINIPORT_MAJOR_VERSION, NDIS_MINIPORT_MINOR_VERSION,
2590         struct NDIS_TASK_OFFLOAD_HEADER, PROTOCOL_RESERVED_SIZE_IN_PACKET,
2591         NdisGetFirstBufferFromPacketSafe, NdisMIndicateReceivePacket,
2592         NdisSetPacketPoolProtocolId, NdisMInitializeTimer, NdisMSetPeriodicTimer,
2593         NdisMCancelTimer): Define.
2594         (enum NDIS_ENCAPSULATION, struct NDIS_ENCAPSULATION_FORMAT): move in file.
2595         (struct _NDIS_PACKET): Define using _ANONYMOUS_UNION and ANONYMOUS_STRUCT to
2596         eliminate warnings.
2597         (NdisReinitializePacket): Rename from NdisReinitializePacketCounts.
2598         * lib/ddk/ndis.def (NdisInitAnsiString, NdisInitUnicodeString, NdisMCancelTimer,
2599         NdisMInitializeTimer, NdisMSetPeriodicTimer, NdisSetPacketPoolProtocolId):
2600         Export.
2601
2602 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2603
2604         * include/ddk/winddk.h (RtlStringCbCopyA, RtlStringCbPrintfA,
2605         RtlStringCbVPrintfA): define in terms of POSIX string functions.
2606
2607 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2608
2609         * include/ddk/winddk.h (KeRaiseIrql): Define.
2610         (KfRaiseIrql, KfLowerIrql): remove incorrect definitions.
2611
2612 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2613
2614         * include/ddk/winddk.h (KeFlushQueuedDpcs, KeMemoryBarrier): Define.
2615         (KeGetCurrentProcessorNumber): Fix incorrect member reference.
2616         (InterlockedIncrement, InterlockedDecrement): fix warning.
2617         * lib/ddk/ntoskrnl.def (KeFlushQueuedDpcs, KeMemoryBarrier): Export.
2618         (KeNumberProcessors): Export.
2619
2620 2008-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2621
2622         * include/shlwapi.h (ASSOCF_INIT_NOREMAPCLSID, ASSOCF_INIT_BYEXENAME,
2623         ASSOCF_OPEN_BYEXENAME, ASSOCF_INIT_DEFAULTTOSTAR,
2624         ASSOCF_INIT_DEFAULTTOFOLDER, ASSOCF_NOUSERSETTINGS, ASSOCF_NOTRUNCATE,
2625         ASSOCF_VERIFY, ASSOCF_REMAPRUNDLL, ASSOCF_NOFIXUPS, ASSOCF_IGNOREBASECLASS,
2626         ASSOCF_INIT_IGNOREUNKNOWN): Define.
2627
2628 2008-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2629
2630         * include/commctrl.h (LVN_MARQUEEBEGIN): Define.
2631
2632         Thanks to Tim Kosse <botg at users dot sf dot net>.
2633
2634 2008-08-22  Bo Yang  <techrazy@users.sourceforge.net>
2635
2636         * include/winnt.h (OWNER_SECURITY_INFORMATION, GROUP_SECURITY_INFORMATION,
2637         DACL_SECURITY_INFORMATION, SACL_SECURITY_INFORMATION): Correct.
2638         * include/winnt.h (OWNER_SECURITY_INFORMATION, GROUP_SECURITY_INFORMATION,
2639         DACL_SECURITY_INFORMATION, SACL_SECURITY_INFORMATION,
2640         LABEL_SECURITY_INFORMATION, UNPROTECTED_SACL_SECURITY_INFORMATION,
2641         UNPROTECTED_DACL_SECURITY_INFORMATION, PROTECTED_SACL_SECURITY_INFORMATION,
2642         PROTECTED_DACL_SECURITY_INFORMATION): Define.
2643
2644 2008-08-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2645
2646         * include/wtsapi32.h (_WTS_INFO_CLASS, _WTS_CONNECTSTATE_CLASS,
2647         WTSQuerySessionInformation, WTSFreeMemory): Define.
2648
2649 2008-07-25  Bo Yang  <techrazy@users.sourceforge.net>
2650
2651         * lib/gdi32.def (SetLayout): Export.
2652
2653 2008-07-25  Bo Yang  <techrazy@users.sourceforge.net>
2654
2655         * include/wincrypt.h (struct _CRYPT_KEY_PROV_PARAM,
2656         struct _CRYPT_KEY_PROV_INFO, CertGetCertificateContextProperty,
2657         CryptEnumKeyIdentifierProperties, CryptAcquireCertificatePrivateKey,
2658         CertCreateCertificateContext, CryptGetKeyIdentifierProperty,
2659         CertSetCertificateContextProperty, CertCompareCertificateName,
2660         CryptSetKeyIdentifierProperty, CertOIDToAlgId, CryptGetDefaultProviderA,
2661         CryptGetDefaultProviderW and many corresponding macroes): Define.
2662         * lib/crypt32.def (Export the above 11 functions): Export.
2663         * include/winerror.h (CRYPT_E_NOT_FOUND and other crypt related
2664         macroes): Define.
2665
2666
2667 2008-07-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2668
2669         * include/winuser.h (MENUGETOBJECTINFO, MNGO_NOINTERFACE, MNGO_NOERROR,
2670         MNGOF_TOPGAP, MNGOF_BOTTOMGAP): Define.
2671
2672 2008-07-24  techrazy  <techrazy@users.sourceforge.net>
2673
2674         * include/wingdi.h (OUT_PS_ONLY_PRECIS): Define.
2675
2676 2008-07-24  Corinna Vinschen  <corinna@vinschen.de>
2677
2678         * include/lmaccess.h (struct _USER_INFO_4): Define.
2679         (struct _USER_INFO_23): Define.
2680         (struct _GROUP_INFO_3): Define.
2681
2682 2008-07-14  Corinna Vinschen  <corinna@vinschen.de>
2683
2684         * include/iphlpapi.h (GetExtendedTcpTable): Add prototype.
2685         * include/iprtrmib.h (TCP_TABLE_CLASS, MIB_TCPROW_OWNER_PID,
2686         MIB_TCPTABLE_OWNER_PID, MIB_TCP6ROW_OWNER_PID,
2687         MIB_TCP6TABLE_OWNER_PID): Define.
2688         * lib/iphlpapi.def (GetExtendedTcpTable): Export.
2689
2690 2008-06-25  Brandon Sneed  <nivenh@sourceware.org>
2691
2692         * include/winbase.h (GetProcessHandleCount, GetSystemRegistryQuota,
2693         GetThreadIOPendingFlag): Modified to rely on _WIN32_WINNT 0x0501 instead
2694         of 0x0502.
2695         Bug reported by Thomas Denk.
2696
2697 2008-06-25  Brandon Sneed  <nivenh@sourceware.org>
2698
2699         * include/winbase.h (InterlockedIncrement, InterlockedDecrement,
2700         InterlockedCompareExchange, InterlockedExchange,
2701         InterlockedCompareExchangePointer, InterlockedExchangeAdd,
2702         InterlockedExchangePointer): Modified from PLONG to LONG volatile *.
2703         Bug reported by Erik Blake.
2704
2705 2008-06-20  Danny Smith  <dannysmith@users.sourceforge.net>
2706
2707         * lib/ddk/hal.def (HalTranslateBusAddress): Correct suffix.
2708         * lib/ddk/ntoskrnl.def (MmAllocateContiguousMemory): Correct suffix.
2709         Bug reported by Brian Hawley.
2710
2711 2008-06-17  Corinna Vinschen  <corinna@vinschen.de>
2712
2713         * include/dsgetdc.h (DS_FORCE_REDISCOVERY, DS_FORCE_REDISCOVERY,
2714         DS_DIRECTORY_SERVICE_REQUIRED, DS_DIRECTORY_SERVICE_PREFERRED,
2715         DS_GC_SERVER_REQUIRED, DS_PDC_REQUIRED, DS_BACKGROUND_ONLY,
2716         DS_IP_REQUIRED, DS_KDC_REQUIRED, DS_TIMESERV_REQUIRED,
2717         DS_WRITABLE_REQUIRED, DS_GOOD_TIMESERV_PREFERRED, DS_AVOID_SELF,
2718         DS_ONLY_LDAP_NEEDED, DS_IS_FLAT_NAME, DS_IS_DNS_NAME,
2719         DS_RETURN_DNS_NAME, DS_RETURN_FLAT_NAME): Define.
2720         (DsGetDcNameW, DsGetDcNameA): Declare.
2721         (DsGetDcName): Define.
2722         * lib/netapi32.def (DsGetDcNameA, DsGetDcNameW): Export.
2723
2724 2008-05-28  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2725
2726         * include/commctrl.h (NMLVODSTATECHANGE): Define.
2727
2728         Thanks to Tim Kosse <botg at users dot sf dot net>.
2729
2730 2008-05-28  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2731
2732         * include/winnt.h (SUBLANG_TIBETAN_BHUTAN): Fix definition.
2733
2734         Thanks to Nicola Di Nisio <nicoladinisio at users dot sf dot net>.
2735
2736 2008-05-15  Corinna Vinschen  <corinna@vinschen.de>
2737
2738         * include/winnt.h (FILE_SEQUENTIAL_WRITE_ONCE): Define.
2739         (FILE_SUPPORTS_TRANSACTIONS): Define.
2740
2741 2008-05-01  Bart Oldeman  <bartoldeman@users.sf.net>
2742
2743         * include/winuser.h (DEVICE_NOTIFY_WINDOW_HANDLE,
2744         DEVICE_NOTIFY_SERVICE_HANDLE): remove duplicate definition.
2745
2746 2008-05-02  Ramiro Polla  <ramiro@lisha.ufsc.br>
2747
2748         * include/vfw.h (WM_CAP_SET_CALLBACK_ERRORA, WM_CAP_SET_CALLBACK_ERRORW,
2749         WM_CAP_SET_CALLBACK_STATUS, WM_CAP_SET_CALLBACK_YIELD,
2750         WM_CAP_SET_CALLBACK_FRAMEA, WM_CAP_SET_CALLBACK_FRAMEW,
2751         WM_CAP_SET_CALLBACK_VIDEOSTREAM, WM_CAP_SET_CALLBACK_WAVESTREAM,
2752         WM_CAP_GET_USER_DATA, WM_CAP_SET_USER_DATA, WM_CAP_DRIVER_CONNECT,
2753         WM_CAP_DRIVER_DISCONNECT, WM_CAP_DRIVER_GET_NAMEA, WM_CAP_DRIVER_GET_NAMEW,
2754         WM_CAP_DRIVER_GET_VERSIONA, WM_CAP_DRIVER_GET_VERSIONW,
2755         WM_CAP_DRIVER_GET_CAPS, WM_CAP_FILE_SET_CAPTURE_FILEA,
2756         WM_CAP_FILE_SET_CAPTURE_FILEW, WM_CAP_FILE_GET_CAPTURE_FILEA,
2757         WM_CAP_FILE_GET_CAPTURE_FILEW, WM_CAP_FILE_ALLOCATE, WM_CAP_FILE_SAVEASA,
2758         WM_CAP_FILE_SAVEASW, WM_CAP_FILE_SET_INFOCHUNK, WM_CAP_FILE_SAVEDIBA,
2759         WM_CAP_FILE_SAVEDIBW, WM_CAP_EDIT_COPY, WM_CAP_SET_AUDIOFORMAT,
2760         WM_CAP_GET_AUDIOFORMAT, WM_CAP_DLG_VIDEOFORMAT, WM_CAP_DLG_VIDEOSOURCE,
2761         WM_CAP_DLG_VIDEODISPLAY, WM_CAP_GET_VIDEOFORMAT, WM_CAP_SET_VIDEOFORMAT,
2762         WM_CAP_DLG_VIDEOCOMPRESSION, WM_CAP_SET_PREVIEW, WM_CAP_SET_OVERLAY,
2763         WM_CAP_SET_PREVIEWRATE, WM_CAP_SET_SCALE, WM_CAP_GET_STATUS,
2764         WM_CAP_SET_SCROLL, WM_CAP_GRAB_FRAME, WM_CAP_GRAB_FRAME_NOSTOP,
2765         WM_CAP_SEQUENCE, WM_CAP_SEQUENCE_NOFILE, WM_CAP_SET_SEQUENCE_SETUP,
2766         WM_CAP_GET_SEQUENCE_SETUP, WM_CAP_SET_MCI_DEVICEA, WM_CAP_SET_MCI_DEVICEW,
2767         WM_CAP_GET_MCI_DEVICEA, WM_CAP_GET_MCI_DEVICEW, WM_CAP_STOP, WM_CAP_ABORT,
2768         WM_CAP_SINGLE_FRAME_OPEN, WM_CAP_SINGLE_FRAME_CLOSE, WM_CAP_SINGLE_FRAME,
2769         WM_CAP_PAL_OPENA, WM_CAP_PAL_OPENW, WM_CAP_PAL_SAVEA, WM_CAP_PAL_SAVEW,
2770         WM_CAP_PAL_PASTE, WM_CAP_PAL_AUTOCREATE, WM_CAP_PAL_MANUALCREATE,
2771         WM_CAP_SET_CALLBACK_CAPCONTROL, WM_CAP_SET_CALLBACK_ERROR,
2772         WM_CAP_SET_CALLBACK_FRAME, WM_CAP_DRIVER_GET_NAME,
2773         WM_CAP_DRIVER_GET_VERSION, WM_CAP_FILE_SET_CAPTURE_FILE,
2774         WM_CAP_FILE_GET_CAPTURE_FILE, WM_CAP_FILE_SAVEAS, WM_CAP_FILE_SAVEDIB,
2775         WM_CAP_SET_MCI_DEVICE, WM_CAP_GET_MCI_DEVICE, WM_CAP_PAL_OPEN,
2776         WM_CAP_PAL_SAVE, capSetCallbackOnError, capSetCallbackOnStatus,
2777         capSetCallbackOnYield, capSetCallbackOnFrame, capSetCallbackOnVideoStream,
2778         capSetCallbackOnWaveStream, capGetUserData, capSetUserData,
2779         capDriverConnect, capDriverDisconnect, capDriverGetName,
2780         capDriverGetVersion, capDriverGetCaps, capFileSetCaptureFile,
2781         capFileGetCaptureFile, capFileAlloc, capFileSaveAs, capFileSetInfoChunk,
2782         capFileSaveDIB, capEditCopy, capSetAudioFormat, capGetAudioFormat,
2783         capGetAudioFormatSize, capDlgVideoFormat, capDlgVideoSource,
2784         capDlgVideoDisplay, capGetVideoFormat, capGetVideoFormatSize,
2785         capSetVideoFormat, capDlgVideoCompression, capPreview, capOverlay,
2786         capPreviewRate, capPreviewScale, capGetStatus, capSetScrollPos,
2787         capGrabFrame, capGrabFrameNoStop, capCaptureSequence,
2788         capCaptureSequenceNoFile, capCaptureSetSetup, capCaptureGetSetup,
2789         capSetMCIDeviceName, capGetMCIDeviceName, capCaptureStop, capCaptureAbort,
2790         capCaptureSingleFrameOpen, capCaptureSingleFrameClose,
2791         capCaptureSingleFrame, capPaletteOpen, capPaletteSave, capPalettePaste,
2792         capPaletteAuto, capPaletteManual, capSetCallbackOnCapControl): Define.
2793         (CAPDRIVERCAPS, *LPCAPDRIVERCAPS, CAPINFOCHUNK, *LPCAPINFOCHUNK, CAPSTATUS,
2794         *LPCAPSTATUS, CAPTUREPARMS, *LPCAPTUREPARMS, VIDEOHDR, *LPVIDEOHDR): typedef.
2795
2796 2008-04-26  Yuval  <uvman@users.sourceforge.net>
2797
2798         * include/ntsecpkg.h (SECPKG_STATE_ENCRYPTION_PERMITTED,
2799         SECPKG_STATE_STRONG_ENCRYPTION_PERMITTED, SECPKG_STATE_DOMAIN_CONTROLLER,
2800         SECPKG_STATE_WORKSTATION, SECPKG_STATE_STANDALONE,
2801         LSA_TOKEN_INFORMATION_TYPE, SECPKG_EXTENDED_INFORMATION_CLASS,
2802         SECPKG_NAME_TYPE, SECPKG_PRIMARY_CRED, SECPKG_SUPPLEMENTAL_CRED,
2803         SECPKG_SUPPLEMENTAL_CRED_ARRAY, SECPKG_PARAMETERS,
2804         SECPKG_EVENT_DOMAIN_CHANGE, SECPKG_CLIENT_INFO, SecurityUserData,
2805         SECPKG_GSS_INFO, SECPKG_CONTEXT_THUNKS, SECPKG_MUTUAL_AUTH_LEVEL,
2806         SECPKG_CALL_INFO, SECPKG_EXTENDED_INFORMATION, PLSA_CALLBACK_FUNCTION,
2807         *PLSA_CLIENT_REQUEST, LSA_SEC_HANDLE, SEC_THREAD_START, SEC_ATTRS,
2808         *PLSA_REGISTER_CALLBACK, *PLSA_CREATE_LOGON_SESSION,
2809         *PLSA_DELETE_LOGON_SESSION, *PLSA_ADD_CREDENTIAL, *PLSA_GET_CREDENTIALS,
2810         *PLSA_DELETE_CREDENTIAL, *PLSA_ALLOCATE_LSA_HEAP, *PLSA_FREE_LSA_HEAP,
2811         *PLSA_ALLOCATE_CLIENT_BUFFER, *PLSA_FREE_CLIENT_BUFFER,
2812         *PLSA_COPY_TO_CLIENT_BUFFER, *PLSA_COPY_FROM_CLIENT_BUFFER,
2813         *PLSA_IMPERSONATE_CLIENT, *PLSA_UNLOAD_PACKAGE, *PLSA_DUPLICATE_HANDLE,
2814         *PLSA_SAVE_SUPPLEMENTAL_CREDENTIALS, *PLSA_CREATE_THREAD,
2815         *PLSA_GET_CLIENT_INFO, *PLSA_REGISTER_NOTIFICATION,
2816         *PLSA_CANCEL_NOTIFICATION, *PLSA_MAP_BUFFER, *PLSA_CREATE_TOKEN,
2817         *PLSA_AUDIT_LOGON, *PLSA_CALL_PACKAGE, *PLSA_FREE_LSA_HEAP,
2818         *PLSA_GET_CALL_INFO, *PLSA_CALL_PACKAGEEX, *PLSA_CREATE_SHARED_MEMORY,
2819         *PLSA_ALLOCATE_SHARED_MEMORY, *PLSA_FREE_SHARED_MEMORY,
2820         *PLSA_DELETE_SHARED_MEMORY, *PLSA_OPEN_SAM_USER, *PLSA_GET_USER_CREDENTIALS,
2821         *PLSA_GET_USER_AUTH_DATA, *PLSA_CLOSE_SAM_USER,
2822         *PLSA_CONVERT_AUTH_DATA_TO_TOKEN, *PLSA_CLIENT_CALLBACK,
2823         *PLSA_UPDATE_PRIMARY_CREDENTIALS, *PLSA_GET_AUTH_DATA_FOR_USER,
2824         *PLSA_CRACK_SINGLE_NAME, *PLSA_AUDIT_ACCOUNT_LOGON,
2825         *PLSA_CALL_PACKAGE_PASSTHROUGH, SECPKG_DLL_FUNCTIONS, LSA_DISPATCH_TABLE,
2826         LSA_SECPKG_FUNCTION_TABLE, *PLSA_AP_INITIALIZE_PACKAGE, *PLSA_AP_LOGON_USER,
2827         *PLSA_AP_CALL_PACKAGE, *PLSA_AP_LOGON_TERMINATED,
2828         *PLSA_AP_CALL_PACKAGE_UNTRUSTED, *PLSA_AP_CALL_PACKAGE_PASSTHROUGH,
2829         *PLSA_AP_LOGON_USER_EX, *PLSA_AP_LOGON_USER_EX2, SpInitializeFn,
2830         SpShutDownFn, SpGetInfoFn, SpAcceptCredentialsFn,
2831         SpAcquireCredentialsHandleFn, SpQueryCredentialsAttributesFn,
2832         SpFreeCredentialsHandleFn, SpSaveCredentialsFn, SpGetCredentialsFn,
2833         SpDeleteCredentialsFn, SpInitLsaModeContextFn, SpAcceptLsaModeContextFn,
2834         SpDeleteContextFn, SpApplyControlTokenFn, SpGetUserInfoFn,
2835         SpGetExtendedInformationFn, SpQueryContextAttributesFn, SpAddCredentialsFn,
2836         SpSetExtendedInformationFn, SpInstanceInitFn, SpInitUserModeContextFn,
2837         SpMakeSignatureFn, SpVerifySignatureFn, SpSealMessageFn, SpUnsealMessageFn,
2838         SpGetContextTokenFn, SpCompleteAuthTokenFn, SpFormatCredentialsFn,
2839         SpMarshallSupplementalCredsFn, SpExportSecurityContextFn,
2840         SpImportSecurityContextFn, SECPKG_FUNCTION_TABLE,
2841         SECPKG_USER_FUNCTION_TABLE, *SpLsaModeInitializeFn,
2842         *SpUserModeInitializeFn): Define.
2843         * include/sspi.h (SECURITY_STRING): Define.
2844
2845 2008-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
2846
2847         * include/specstrings.h: Add more dummy defines.
2848
2849 2008-04-22  Corinna Vinschen  <corinna@vinschen.de>
2850
2851         * include/winnt.h (SECURITY_MANDATORY_LABEL_AUTHORITY): Define.
2852         (SECURITY_MANDATORY_UNTRUSTED_RID): Define.
2853         (SECURITY_MANDATORY_LOW_RID): Define.
2854         (SECURITY_MANDATORY_MEDIUM_RID): Define.
2855         (SECURITY_MANDATORY_HIGH_RID): Define.
2856         (SECURITY_MANDATORY_SYSTEM_RID): Define.
2857         (SECURITY_MANDATORY_PROTECTED_PROCESS_RID): Define.
2858         (SECURITY_MANDATORY_MAXIMUM_USER_RID): Define.
2859         (SE_GROUP_INTEGRITY): Define.
2860         (SE_GROUP_INTEGRITY_ENABLED): Define.
2861
2862 2008-04-11  Corinna Vinschen  <corinna@vinschen.de>
2863
2864         * include/sddl.h (ConvertStringSidToSidA): Declare.
2865         (ConvertStringSidToSidW): Declare.
2866         (ConvertStringSidToSid): Define.
2867
2868 2008-03-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2869
2870         * include/mprapi.h: Add guard for MprAdminAcceptReauthentication function
2871         and MPR_INTERFACE_3 structure since they are available only in Windows
2872         Server 2008
2873
2874         Thanks to crackedmind  <crackedmind at sf dot net>.
2875
2876 2008-02-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2877
2878         * include/winnt.h: Update guard around KEY_WOW64_64KEY and KEY_WOW64_32KEY
2879         definitions.
2880         * include/winreg.h (KEY_WOW64_64KEY, KEY_WOW64_32KEY): Remove.
2881
2882 2008-02-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2883
2884         * include/winnt.h (KEY_WOW64_64KEY, KEY_WOW64_32KEY): Define.
2885
2886 2008-02-02  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2887
2888         * include/specstrings.h (IN, OUT, OPTIONAL): Remove.
2889         * include/windef.h (IN, OUT, OPTIONAL): Define.
2890
2891 2008-02-02  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2892
2893         * include/specstrings.h: new file, move pseudo modifiers from windef.h.
2894         * include/windef.h (__in, __inout, __in_opt, __in_bcound, __in_ecount,
2895         __out, __out_ecount_part, __struct_bcount, __field_ecount_opt,
2896         __out_bcount_opt): Move to specstrings.h.
2897
2898 2008-01-30  Brandon Sneed  <nivenh@sourceware.org>
2899
2900         * lib/bthprops.def: new file, bluetooth imports.
2901
2902 2008-01-30  Brandon Sneed  <nivenh@sourceware.org>
2903
2904         * include/windef.h (__in, __inout, __in_opt, __in_bcound, __in_ecount,
2905         __out, __out_ecount_part, __struct_bcount, __field_ecount_opt,
2906         __out_bcount_opt): Defined additional pseudo-modifiers.
2907
2908 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2909         * include/ras.h (RAS_MaxDnsSuffix): corrected typo, was RAX_MaxDnsSuffix.
2910         (RASENTRYA, RASENTRYW): Added members (dwfOptions2, dwfOptions3, szDnsSuffix,
2911         dwTcpWindowSize, szPrerequisitePbk, szPrerequisiteEntry, dwRedialCount,
2912         dwRedialPause.
2913
2914 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2915
2916         * include/winnt.h (SYSTEM_POWER_CONDITION): typedef.
2917         * include/winuser.h (PBT_POWERSETTINGCHANGE, DEVICE_NOTIFY_WINDOW_HANDLE,
2918         DEVICE_NOTIFY_SERVICE_HANDLE): define.
2919         * include/winuser.h (LPCGUID, HPOWERNOTIFY, POWERBROADCAST_SETTING): typedefs.
2920         * include/winuser.h (GUID_POWERSCHEME_PERSONALITY, GUID_MIN_POWER_SAVINGS,
2921         GUID_MAX_POWER_SAVINGS, GUID_TYPICAL_POWER_SAVINGS, GUID_ACDC_POWER_SOURCE,
2922         GUID_BATTERY_PERCENTAGE_REMAINING, GUID_IDLE_BACKGROUND_TASK,
2923         GUID_SYSTEM_AWAYMODE, GUID_MONITOR_POWER_ON): added externs for GUIDs.
2924         * include/winuser.h (RegisterPowerSettingNotification,
2925         UnregisterPowerSettingNotification): Add prototypes.
2926         * lib/user32.def: Added imports for the above prototypes.
2927         * lib/Makefile.in: Added build support for power-uuid.c.
2928         * lib/power-uuid.c: New file containing power GUID definitions.
2929
2930 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2931
2932         * include/ras.h (RAS_MaxDnsSuffix): define.
2933
2934 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2935
2936         * include/psapi.h (GetProcessImageFileNameA, GetProcessImageFileNameW):
2937         Add prototypes.
2938         * lib/psapi.def (GetProcessImageFileNameA@12, GetProcessImageFileNameW@12):
2939         Add exports.
2940
2941 2007-12-27  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2942
2943         * include/w32api.h: Increment version to 3.11.
2944         * Makefile.in: Ditto.
2945
2946 2007-12-11  Dave Korn  <dave.korn@artimi.com>
2947
2948         * include/wincrypt.h (PCRYPT_DECODE_PARA):  Add missing typedef.
2949         (CERT_POLICY_MAPPINGS_INFO):  Move before CERT_POLICY_MAPPING.
2950
2951 2007-12-03  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2952
2953         * include/wingdi.h: Change WINVER guard to _WIN32_WINNT.
2954
2955 2007-12-03  techrazy  <techrazy@users.sourceforge.net>
2956
2957         * include/wingdi.h (NTM_NONNEGATIVE_AC, NTM_PS_OPENTYPE, NTM_TT_OPENTYPE,
2958         NTM_MULTIPLEMASTER, NTM_TYPE1, NTM_DSIG): define.
2959
2960 2007-11-21  Kevin Conaway  <kevin_conaway@users.sourceforge.net>
2961
2962         * include/wincrypt.h (CryptProtectData, CryptUnprotectData): define.
2963
2964 2007-11-21  elsapo  <elsapo@users.sourceforge.net>
2965
2966         * include/wincrypt.h (CERT_NAME_STR_COMMA_FLAG,
2967         CERT_NAME_STR_DISABLE_IE4_UTF8_FLAG, CERT_NAME_STR_ENABLE_UTF8_UNICODE_FLAG,
2968         CMC_ADD_ATTRIBUTES, CMC_ADD_EXTENSIONS, X509_CERT_PAIR,
2969         X509_CERTIFICATE_TEMPLATE, X509_CROSS_CERT_DIST_POINTS, CMC_DATA,
2970         X509_NAME_CONSTRAINTS, X509_POLICY_CONSTRAINTS, X509_POLICY_MAPPINGS,
2971         CMC_RESPONSE, CMC_STATUS, X509_ALGORITHM_IDENTIFIER, X509_ALTERNATE_NAME,
2972         PKCS_ATTRIBUTE, X509_AUTHORITY_INFO_ACCESS, X509_AUTHORITY_KEY_ID,
2973         X509_AUTHORITY_KEY_ID2, szOID_BASIC_CONSTRAINTS, X509_BASIC_CONSTRAINTS2,
2974         X509_BIOMETRIC_EXT, X509_BITS, X509_CERT, X509_CERT_CRL_TO_BE_SIGNED,
2975         X509_CERT_POLICIES, X509_CERT_REQUEST_TO_BE_SIGNED, X509_CERT_TO_BE_SIGNED,
2976         X509_CHOICE_OF_TIME, PKCS_CONTENT_INFO, PKCS_CONTENT_INFO_SEQUENCE_OF_ANY,
2977         X509_CRL_DIST_POINTS, RSA_CSP_PUBLICKEYBLOB, PKCS_CTL, X509_DSS_PARAMETERS,
2978         X509_DSS_SIGNATURE, X509_ECC_SIGNATURE, X509_ENHANCED_KEY_USAGE,
2979         X509_ENUMERATED, X509_EXTENSIONS, X509_INTEGER, X509_ISSUING_DIST_POINT,
2980         X509_KEY_ATTRIBUTES, X509_KEY_USAGE, X509_KEY_USAGE_RESTRICTION,
2981         X509_KEYGEN_REQUEST_TO_BE_SIGNED, X509_LOGOTYPE_EXT,
2982         X509_MULTI_BYTE_INTEGER, X509_MULTI_BYTE_UINT, X509_NAME, X509_NAME_VALUE,
2983         X509_OBJECT_IDENTIFIER, X509_OCTET_STRING, X509_PUBLIC_KEY_INFO,
2984         PKCS_RC2_CBC_PARAMETERS, CNG_RSA_PUBLIC_KEY_BLOB,
2985         PKCS_RSA_SSA_PSS_PARAMETERS, PKCS_RSAES_OAEP_PARAMETERS,
2986         ECC_CMS_SHARED_INFO, X509_SEQUENCE_OF_ANY, PKCS7_SIGNER_INFO,
2987         CMS_SIGNER_INFO, PKCS_SMIME_CAPABILITIES, PKCS_TIME_REQUEST,
2988         X509_UNICODE_NAME, X509_UNICODE_NAME_VALUE, PKCS_UTC_TIME,
2989         OCSP_SIGNED_REQUEST, OCSP_REQUEST, OCSP_RESPONSE,
2990         OCSP_BASIC_SIGNED_RESPONSE, OCSP_BASIC_RESPONSE, CRL_REASON_UNSPECIFIED,
2991         CRL_REASON_KEY_COMPROMISE, CRL_REASON_CA_COMPROMISE,
2992         CRL_REASON_AFFILIATION_CHANGED, CRL_REASON_SUPERSEDED,
2993         CRL_REASON_CESSATION_OF_OPERATION, CRL_REASON_CERTIFICATE_HOLD,
2994         CRL_REASON_REMOVE_FROM_CRL, CRYPT_ENCODE_ALLOC_FLAG,
2995         CRYPT_UNICODE_NAME_ENCODE_DISABLE_CHECK_TYPE_FLAG,
2996         CRYPT_UNICODE_NAME_ENCODE_ENABLE_T61_UNICODE_FLAG,
2997         CRYPT_UNICODE_NAME_ENCODE_ENABLE_UTF8_UNICODE_FLAG,
2998         CRYPT_UNICODE_NAME_ENCODE_FORCE_UTF8_UNICODE_FLAG,
2999         szOID_APPLICATION_CERT_POLICIES, szOID_APPLICATION_POLICY_CONSTRAINTS,
3000         szOID_APPLICATION_POLICY_MAPPINGS, szOID_AUTHORITY_INFO_ACCESS,
3001         szOID_AUTHORITY_KEY_IDENTIFIER, szOID_AUTHORITY_KEY_IDENTIFIER2,
3002         X509_BASIC_CONSTRAINTS, szOID_BIOMETRIC_EXT, szOID_CERT_EXTENSIONS,
3003         szOID_CERT_POLICIES, szOID_CERTIFICATE_TEMPLATE, szOID_CRL_NUMBER,
3004         szOID_CROSS_CERT_DIST_POINTS, szOID_DELTA_CRL_INDICATOR,
3005         szOID_ENROLLMENT_NAME_VALUE_PAIR, szOID_FRESHEST_CRL,
3006         szOID_ISSUING_DIST_POINT, szOID_NAME_CONSTRAINTS, szOID_CRL_DIST_POINTS,
3007         szOID_CRL_REASON_CODE, szOID_CRL_VIRTUAL_BASE, szOID_ECC_PUBLIC_KEY,
3008         szOID_ECDSA_SPECIFIED, szOID_ENHANCED_KEY_USAGE, szOID_ISSUER_ALT_NAME,
3009         szOID_ISSUER_ALT_NAME2, szOID_KEY_ATTRIBUTES, szOID_KEY_USAGE,
3010         szOID_KEY_USAGE_RESTRICTION, szOID_LOGOTYPE_EXT, szOID_POLICY_CONSTRAINTS,
3011         szOID_POLICY_MAPPINGS, szOID_RSA_SSA_PSS, szOID_RSAES_OAEP,
3012         szOID_SUBJECT_ALT_NAME, szOID_SUBJECT_ALT_NAME2,
3013         szOID_SUBJECT_KEY_IDENTIFIER, CMC_ADD_ATTRIBUTES_INFO,
3014         PCMC_ADD_ATTRIBUTES_INFO, CMC_ADD_EXTENSIONS_INFO, PCMC_ADD_EXTENSIONS_INFO,
3015         CERT_ALT_NAME_ENTRY, PCERT_ALT_NAME_ENTRY, CERT_ALT_NAME_INFO,
3016         PCERT_ALT_NAME_INFO, CERT_NAME_VALUE, PCERT_NAME_VALUE,
3017         CERT_POLICY_QUALIFIER_INFO, PCERT_POLICY_QUALIFIER_INFO,
3018         CERT_POLICY_CONSTRAINTS_INFO, PCERT_POLICY_CONSTRAINTS_INFO,
3019         CERT_POLICY_MAPPINGS_INFO, PCERT_POLICY_MAPPINGS_INFO, CERT_POLICY_MAPPING,
3020         PCERT_POLICY_MAPPING, CryptDecodeObjectEx, CryptEncodeObject,
3021         CryptEncodeObjectEx): define.
3022
3023 2007-11-21  Brian Dessent  <dessent@users.sourceforge.net>
3024
3025         * include/winbase.h (CheckTokenMembership): define.
3026
3027 2007-10-03  Jiri Malak  <Jiri.Malak@iol.cz>
3028
3029         * include/rpcndr.h: Missing NdrClientCall2 entry.
3030         * lib/rpcrt4.def: Ditto.
3031
3032 2007-10-03  Frank Fesevur  <ffes@users.sourceforge.net>
3033         * lib/scnsave.c: Multi-monitor support.
3034
3035 2007-08-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3036
3037         * include/w32api.h: Increment version to 3.10.
3038         * Makefile.in: Ditto.
3039
3040 2007-08-02  Corinna Vinschen  <corinna@vinschen.de>
3041
3042         * include/winbase.h (ReOpenFile): Add prototype.
3043         * lib/kernel32.def (ReOpenFile@16): Add export.
3044
3045 2007-07-31  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3046
3047         * include/wtsapi32.h (WTS_CURRENT_SESSION, WTSDisconnectSession): Define.
3048
3049 2007-7-30  Martijn Wargers  <martijnw22@users.sourceforge.net>
3050
3051         * include/wingdi.h (GetTextExtentExPointI): Add prototype.
3052         * lib/gdi32.def (GetTextExtentExPointI@28): Add export.
3053
3054 2007-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
3055
3056         * include/wtypes.h (LPDECIMAL): Define.
3057         (DECIMAL_NEG, DECIMAL_SETZERO): Move definitions.
3058
3059 2007-07-18  Corinna Vinschen  <corinna@vinschen.de>
3060
3061         * include/winnt.h (SE_TRUSTED_CREDMAN_ACCESS_NAME): Define.
3062
3063 2007-07-17  Corinna Vinschen  <corinna@vinschen.de>
3064
3065         * include/winnt.h (FILE_READ_ONLY_VOLUME): Define.
3066         * include/ddk/ntifs.h (FILE_READ_ONLY_VOLUME): Define.
3067
3068 2007-07-12  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3069
3070         * include/winuser.h (FE_FONTSMOOTHINGSTANDARD, FE_FONTSMOOTHINGCLEARTYPE):
3071         Define.
3072
3073 2007-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
3074
3075         * include/pbt.h (PBT_APMRESUMEAUTOMATIC) Define.
3076         * include/winuser.h: (PBT_APMQUERYSUSPEND, PBT_APMQUERYSTANDBY,
3077         PBT_APMQUERYSUSPENDFAILED, PBT_APMQUERYSTANDBYFAILED,
3078         PBT_APMSUSPEND, PBT_APMSTANDBY, PBT_APMRESUMECRITICAL,
3079         PBT_APMRESUMESUSPEND, PBT_APMRESUMESTANDBY, PBT_APMBATTERYLOW,
3080         PBT_APMPOWERSTATUSCHANGE, PBT_APMOEMEVENT, PBT_APMRESUMEAUTOMATIC):
3081         Sync with include/pbt.h.
3082
3083 2007-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
3084
3085         [mingw-Bugs-1751518]
3086         * include/mshtml.h (IHTMLDocument2): Correct spelling of put_URL,
3087         get_URL.
3088
3089         [mingw-Bugs-1751565]
3090         * include/basetyps.h (IID); Guard with __IID_DEFINED__.
3091
3092         [mingw-Bugs-1751595]
3093         * include/exdisp.h (DWebBrowserEvents2): Remove undocumented STDDISP
3094         methods.
3095
3096         Thanks to Yuji Kuwabara  <yujikuwabara at sf dot net>.
3097
3098 2007-07-10  Danny Smith  <dannysmith@users.sourceforge.net>
3099
3100         [mingw-Bugs-1750898]
3101         * include/mmsystem.h (MIXERCONTROL): Correct UNICODE mapping.
3102         Thanks to Yuji Kuwabara  <yujikuwabara at sf dot net>.
3103
3104 2007-07-09  Danny Smith  <dannysmith@users.sourceforge.net>
3105
3106         [mingw-Bugs-1749305]
3107         * lib/kernel32.def (GetConsoleProcessList@8):  Add export.
3108
3109 2007-07-02  Przemek Czerkas  <pczerkas@gmail.com>
3110
3111         * include/shlobj.h: Add CSIDL_MYMUSIC and CSIDL_MYVIDEO.
3112
3113 2007-07-02  Danny Smith  <dannysmith@users.sourceforge.net>
3114
3115         * include/oaidl.h: Include windows.h and ole2.h,
3116         unless COM_NO_WINDOWS_H.
3117
3118         [mingw-Bugs-1742130]
3119         * include/oaidl.h (struct tagVARIANT): Add union members
3120         LONGLONG  * pllVal and ULONGLONG * pullVal.
3121
3122 2007-07-01  Danny Smith  <dannysmith@users.sourceforge.net>
3123
3124         * include/ws2tcpip.h (s6_addr32): Correct definition.
3125         Thanks to Alfred E. Heggestad <aeh at db dot org>
3126
3127 2007-05-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3128
3129         * lib/secur32.def (InitSecurityInterfaceA, InitSecurityInterfaceW): Define.
3130
3131         Thanks to Jim Marshall (jim dot marshall at wbemsolutions dot com) for
3132         supplying the information.
3133
3134 2007-05-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3135
3136         * include/shellapi.h (NIN_POPUPOPEN, NIN_POPUPCLOSE): Define.
3137
3138 2007-04-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3139
3140         * include/shellapi.h (NOTIFYICONDATAA, NOTIFYICONDATAW): Updated to support
3141         Vista.
3142
3143 2007-04-20  Matthias Miller  <matthiasmiller@users.sourceforge.net>
3144
3145          * include/wincrypt.h (CRYPTPROTECT_PROMPTSTRUCT, CRYPTPROTECT_UI_FORBIDDEN,
3146         CRYPTPROTECT_LOCAL_MACHINE): Define.
3147
3148 2007-04-15  Piotr Wyderski  <piotr.wyderski@wp.pl>
3149
3150         * include/winbase.h (SetInformationJobObject, QueryInformationJobObject):
3151         Define.
3152
3153 2007-03-30  Brian Dessent  <brian@dessent.net>
3154
3155         * lib/kernel32.def (CreateMemoryResourceNotification@4): Define.
3156
3157 2007-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3158
3159         * include/w32api.h: Increment version to 3.9.
3160         * Makefile.in: Ditto.
3161
3162 2007-03-23  Corinna Vinschen  <corinna@vinschen.de>
3163
3164         * include/psapi.h (GetMappedFileName): Fix messed up checkin.
3165
3166 2007-03-23  Matthew Gregan  <kinetik@flim.org>
3167
3168         * include/psapi.h (GetMappedFileName): Rename from GetMappedFilenameEx.
3169
3170 2007-03-06  Brandon Sneed  <brandon@oqo.com>
3171
3172         * include/setupapi.h: Added SetupConfigureWmiFromInfSectionA
3173         Added SetupConfigureWmiFromInfSectionW
3174         Added SetupConfigureWmiFromInfSection define to unicode and non-unicode sections
3175
3176         * lib/setupapi.def: Added exports for SetupConfigureWmiFromInfSectionA and W
3177
3178         * include/winuser.h: Added PBT_APMQUERYSUSPEND
3179         Added PBT_APMQUERYSTANDBY
3180         Added PBT_APMQUERYSUSPENDFAILED
3181         Added PBT_APMQUERYSTANDBYFAILED
3182         Added PBT_APMSUSPEND
3183         Added PBT_APMSTANDBY
3184         Added PBT_APMRESUMECRITICAL
3185         Added PBT_APMRESUMESUSPEND
3186         Added PBT_APMRESUMESTANDBY
3187         Added PBT_APMBATTERYLOW
3188         Added PBT_APMPOWERSTATUSCHANGE
3189         Added PBT_APMOEMEVENT
3190         Added PBT_APMRESUMEAUTOMATIC
3191
3192         * include/wtsapi32.h: New file
3193
3194         * include/wingdi.h: Added DM_DISPLAYORIENTATION define for use with DMDO_* defines
3195
3196 2007-03-05  Jan Nijtmans  <nijtmans@users.sourceforge.net>
3197
3198         * include/ddeml.h (DdeCreateStringHandleA, DdeCreateStringHandleW): Switch
3199         argument to constant.
3200
3201 2007-02-18  Jiri Malak  <jiri.malak@iol.cz>
3202
3203         * include/windef.h [WATCOM]: Fix !NONAMELESSUNION defines.
3204         * include/winnt.h [WATCOM] (GetCurrentFiber, GetFiberData):
3205         Add prototypes.
3206         [WATCOM] (NtCurrentTeb): Add protype and inline asm definition.
3207
3208 2007-02-18  Vesa Jääskeläinen  <chaac@users.sourceforge.net>
3209
3210         * lib/user32.def (InternalGetWindowText): Add stub.
3211
3212 2007-02-11  Daniel Atallah  <datallah@users.sourceforge.net>
3213
3214         * include/winnt.h (LANG_SERBIAN_NEUTRAL, LANG_BOSNIAN,
3215         LANG_BOSNIAN_NEUTRAL): Define.
3216
3217 2007-02-11  Daniel Schlyder  <thrug@users.sourceforge.net>
3218
3219         * include/winuser.h: Add guards around TITLEBARINFO and
3220         GetTitleBarInfo().
3221
3222 2007-01-11  Gisle Vanem  <giva@users.sourceforge.net>
3223
3224         * include/winbase.h (struct _OVERLAPPED): Change type of
3225         Internal, InternalHigh members to ULONG_PTR.
3226         (PAPCFUNC): Change DWORD parameter to ULONG_PTR.
3227         (CreateIoCompletionPort): Likewise.
3228         (PostQueuedCompletionStatus): Likewise.
3229         (QueueUserAPC): Likewise.
3230
3231 2007-01-06  Pierre A. Humblet  <Pierre.Humblet@ieee.org>
3232
3233         * include/windns.h (DNS_TYPE_RP, DNS_TYPE_AFSDB, DNS_TYPE_X25,
3234         DNS_TYPE_ISDN, DNS_TYPE_RT, DNS_TYPE_NSAP, DNS_TYPE_NSAPPTR,
3235         DNS_TYPE_SIG, DNS_TYPE_KEY, DNS_TYPE_PX, DNS_TYPE_GPOS,
3236         DNS_TYPE_AAAA, DNS_TYPE_LOC, DNS_TYPE_NXT, DNS_TYPE_EID,
3237         DNS_TYPE_NIMLOC, DNS_TYPE_SRV, DNS_TYPE_ATMA, DNS_TYPE_NAPTR,
3238         DNS_TYPE_KX, DNS_TYPE_CERT, DNS_TYPE_A6, DNS_TYPE_DNAME,
3239         DNS_TYPE_SINK, DNS_TYPE_OPT, DNS_TYPE_UINFO, DNS_TYPE_UID,
3240         DNS_TYPE_GID, DNS_TYPE_UNSPEC, DNS_TYPE_ADDRS, DNS_TYPE_TKEY,
3241         DNS_TYPE_TSIG, DNS_TYPE_IXFR, DNS_TYPE_AXFR, DNS_TYPE_MAILB,
3242         DNS_TYPE_MAILA, DNS_TYPE_ALL, DNS_TYPE_ANY): Add enum values.
3243
3244 2006-11-21  Danny Smith  <dannysmith@users.sourceforge.net>
3245
3246         * Makefile.in: Add aclocal.m4 to source release.
3247
3248 2006-11-18  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3249
3250         * include/w32api.h: Increment version to 3.8.
3251         * Makefile.in: Ditto.
3252
3253 2006-11-13  Daniel Schlyder  <thrug@users.sourceforge.net>
3254
3255         * include/winnt.h (VER_SUITE_EMBEDDEDNT, VER_SUITE_SINGLEUSERTS,
3256         VER_SUITE_STORAGE_SERVER, VER_SUITE_COMPUTE_SERVER): Define.
3257
3258         * include/winuser.h (SM_STARTER, SM_SERVERR2): Define.
3259
3260 2006-11-02  Danny Smith  <dannysmith@users.sourceforge.net>
3261
3262         * include/winuser.h (LR_DEFAULTSIZE): Remove duplicate.
3263
3264         * include/winnt.h (GetCurrentFiber): Remove extern declaration.  Make
3265         inline static.
3266         (GetFiberData): Likewise.
3267         * lib/kernel32.c: Remove.
3268         * lib/Makefile.in: Remove reference to kernel32.[co].
3269
3270 2006-10-31  Corinna Vinschen  <corinna@vinschen.de>
3271
3272         * include/winnt.h (SE_RELABEL_NAME): Define.
3273         (SE_INCREASE_WORKING_SET_NAME): Define.
3274         (SE_TIME_ZONE_NAME): Define.
3275         (SE_CREATE_SYMBOLIC_LINK_NAME): Define.
3276
3277 2006-10-31  Corinna Vinschen  <corinna@vinschen.de>
3278
3279         * include/winnt.h (IO_REPARSE_TAG_SYMLINK): Define.
3280         (struct _REPARSE_DATA_BUFFER): Add missing Flags field to
3281         SymbolicLinkReparseBuffer substructure.
3282
3283 2006-10-29  Daniel Atallah  <datallah@users.sourceforge.net>
3284
3285         * lib/ws2_32.def (WSANSPIoctl): Add to lib.
3286
3287 2006-10-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3288
3289         * lib/Makefile.in: Fix order for 'all' rule.
3290
3291 2006-10-12  Danny Smith  <dannysmith@users.sourceforge.net>
3292
3293         * include/winuser.h (LR_DEFAULTSIZE, LR_VGACOLOR): Define.
3294
3295 2006-10-05  Danny Smith  <dannysmith@users.sourceforge.net>
3296
3297         * include/winreg.h (RegDeleteKeyEx{A|W}): Add prototype and UNICODE
3298         mappings.
3299         (KEY_WOW64_32KEY, KEY_WOW64_64KEY): Define.
3300         * lib/advapi.def (RegDeleteKeyEx{A|W}): Export.
3301
3302 2006-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
3303
3304         * include/rpc.h: Add whitespace.
3305         * include/winnt.h (C_ASSERT): Define.
3306
3307 2006-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
3308
3309         [mingw-Bugs-1568067]
3310         * include/winuser.h: (DISP_CHANGE_BADDUALVIEW): Define.
3311         * include/wingdi.h: (DM_POSITION): Define.
3312
3313 2006-10-03  Danny Smith  <dannysmith@users.sourceforge.net>
3314
3315         * lib/rpcrt4.def: Remove "_imp__"-prefixed export symbols.
3316         * lib/user32.def: Likewise.
3317
3318 2006-09-11  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
3319
3320         * lib/Makefile.in: fix typo.
3321         * lib/ddk/Makefile.in: fix typo.
3322         * lib/directx/Makefile.in: fix typo.
3323
3324         Thanks to Keith Marshall (keithmarshall at users dot sourceforge dot net)
3325         for pointing it out.
3326
3327 2006-09-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3328
3329         * Makefile.in: Remove files from lib directory with distclean target
3330
3331 2006-09-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3332
3333         * include/winuser.h (CS_DROPSHADOW): Define.
3334
3335 2006-09-08  Michael Gerdau  <mgdde@users.sourceforge.net>
3336
3337         * include/uxtheme.h: (TMT_GRADIENTCOLOR4, TMT_GRADIENTCOLOR5,
3338         TMT_SHADOWCOLOR, TMT_GLOWCOLOR, TMT_TEXTBORDERCOLOR,
3339         TMT_TEXTSHADOWCOLOR, TMT_GLYPHTEXTCOLOR, TMT_GLYPHTRANSPARENTCOLOR,
3340         TMT_FILLCOLORHINT, TMT_BORDERCOLORHINT, TMT_ACCENTCOLORHINT):
3341
3342         Increase each constant by 1.
3343
3344 2006-09-07  Danny Smith  <dannysmith@users.sourceforge.net>
3345
3346         [mingw-Bugs-1553275]
3347         * include/wingdi.h (SetLayout): Add prototype.
3348         (GetLayout): Likewise.
3349
3350 2006-09-02  Danny Smith  <dannysmith@users.sourceforge.net>
3351
3352         [mingw-Bugs-1550139]
3353         * include/oleauto.h (GetRecordInfoFromTypeInfo): Add prototype.
3354         Tanks to:  Samit Basu <samitbasu at sf dot net>
3355         (GetRecordInfoFromGuids): Add prototype.
3356
3357 2006-09-01  Danny Smith  <dannysmith@users.sourceforge.net>
3358
3359         * include/winbase.h: Add comment about 'missing' SEM flag.
3360
3361 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
3362
3363         * configure.in: Substitute with_cross_host in depending files.
3364         * configure: Regenerate.
3365         * lib/Makefile.in: Add with_cross_host to allow more granular checks.
3366         Set installation directories accordingly.
3367         * lib/ddk/Makefile.in: Ditto.
3368         * lib/directx/Makefile.in: Ditto.
3369
3370 2006-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
3371
3372         * lib/wtsapi32.def (WTSGetActiveConsoleSessionId). Move from here...
3373         * lib/kernel32.def (WTSGetActiveConsoleSessionId). ...to here.
3374         Bug reported by: <macleone at users dot sf dot net>
3375
3376 2006-07-29  Danny Smith  <dannysmith@users.sourceforge.net>
3377
3378         Update some more IMAGE relocation type indicators
3379         to PECOFF v8 (May, 2006) specs.
3380
3381         * include/winnt.h (IMAGE_REL_SH3_ABSOLUTE,
3382         IMAGE_REL_SH3_DIRECT16, IMAGE_REL_SH3_DIRECT32,
3383         IMAGE_REL_SH3_DIRECT8, IMAGE_REL_SH3_DIRECT8_WORD,
3384         IMAGE_REL_SH3_DIRECT8_LONG, IMAGE_REL_SH3_DIRECT4,
3385         IMAGE_REL_SH3_DIRECT4_WORD, IMAGE_REL_SH3_DIRECT4_LONG,
3386         IMAGE_REL_SH3_PCREL8_WORD, IMAGE_REL_SH3_PCREL8_LONG,
3387         IMAGE_REL_SH3_PCREL12_WORD, IMAGE_REL_SH3_STARTOF_SECTION,
3388         IMAGE_REL_SH3_SIZEOF_SECTION, IMAGE_REL_SH3_SECTION,
3389         IMAGE_REL_SH3_SECREL, IMAGE_REL_SH3_DIRECT32_NB,
3390         IMAGE_REL_SH3_GPREL4_LONG, IMAGE_REL_SH3_TOKEN,
3391         IMAGE_REL_SHM_PCRELPT, IMAGE_REL_SHM_REFLO,
3392         IMAGE_REL_SHM_REFHALF, IMAGE_REL_SHM_RELLO,
3393         IMAGE_REL_SHM_RELHALF, IMAGE_REL_SHM_PAIR,
3394         IMAGE_REL_SHM_NOMODE): Add defines.
3395
3396         (IMAGE_REL_M32R_ABSOLUTE, IMAGE_REL_M32R_ADDR32,
3397         IMAGE_REL_M32R_ADDR32NB, IMAGE_REL_M32R_ADDR24,
3398         IMAGE_REL_M32R_GPREL16, IMAGE_REL_M32R_PCREL24,
3399         IMAGE_REL_M32R_PCREL16, IMAGE_REL_M32R_PCREL8,
3400         IMAGE_REL_M32R_REFHALF, IMAGE_REL_M32R_REFHI,
3401         IMAGE_REL_M32R_REFLO, IMAGE_REL_M32R_PAIR,
3402         IMAGE_REL_M32R_SECTION, IMAGE_REL_M32R_SECREL,
3403         IMAGE_REL_M32R_TOKEN): Add defines.
3404
3405         (IMAGE_REL_MIPS_JMPADDR16): Add define.
3406
3407 2006-07-27  Danny Smith  <dannysmith@users.sourceforge.net>
3408
3409         Update some IMAGE flags to PECOFF v8 (May, 2006) specs.
3410         * include/winnt.h (IMAGE_FILE_MACHINE_AM33,
3411         IMAGE_FILE_MACHINE_ARM, IMAGE_FILE_MACHINE_EBC,
3412         IMAGE_FILE_MACHINE_M32R, IMAGE_FILE_MACHINE_MIPS16,
3413         IMAGE_FILE_MACHINE_MIPSFPU, IMAGE_FILE_MACHINE_MIPSFPU16,
3414         IMAGE_FILE_MACHINE_POWERPCFP, IMAGE_FILE_MACHINE_R4000,
3415         IMAGE_FILE_MACHINE_SH3, IMAGE_FILE_MACHINE_SH3DSP,
3416         IMAGE_FILE_MACHINE_SH4, IMAGE_FILE_MACHINE_SH5,
3417         IMAGE_FILE_MACHINE_THUMB, IMAGE_FILE_MACHINE_WCEMIPSV2):
3418         Add defines.
3419
3420         (IMAGE_SUBSYSTEM_EFI_APPLICATION,
3421         IMAGE_SUBSYSTEM_EFI_BOOT_SERVICE_DRIVER,
3422         IMAGE_SUBSYSTEM_EFI_RUNTIME_DRIVER, IMAGE_SUBSYSTEM_EFI_ROM):
3423         Add defines.
3424
3425         (IMAGE_SYM_CLASS_CLR_TOKEN): Add define.
3426
3427         (IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE,
3428         IMAGE_DLL_CHARACTERISTICS_FORCE_INTEGRITY,
3429         IMAGE_DLL_CHARACTERISTICS_NX_COMPAT,
3430         IMAGE_DLLCHARACTERISTICS_NO_ISOLATION, IMAGE_DLLCHARACTERISTICS_NO_SEH,
3431         IMAGE_DLLCHARACTERISTICS_NO_BIND,
3432         IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE): Add defines.
3433
3434         (IMAGE_REL_I386_TOKEN, IMAGE_REL_I386_SECREL7): Add defines.
3435
3436         (IMAGE_REL_AMD64_ABSOLUTE, IMAGE_REL_AMD64_ADDR64,
3437         IMAGE_REL_AMD64_ADDR32, IMAGE_REL_AMD64_ADDR32NB, IMAGE_REL_AMD64_REL32,
3438         IMAGE_REL_AMD64_REL32_1, IMAGE_REL_AMD64_REL32_2,
3439         IMAGE_REL_AMD64_REL32_3, IMAGE_REL_AMD64_REL32_4,
3440         IMAGE_REL_AMD64_REL32_5, IMAGE_REL_AMD64_SECTION,
3441         IMAGE_REL_AMD64_SECREL, IMAGE_REL_AMD64_SECREL7, IMAGE_REL_AMD64_TOKEN,
3442         IMAGE_REL_AMD64_SREL32, IMAGE_REL_AMD64_PAIR, IMAGE_REL_AMD64_SSPAN32):
3443         Add defines.
3444
3445         (IMAGE_REL_IA64_ABSOLUTE, IMAGE_REL_IA64_IMM14, IMAGE_REL_IA64_IMM22,
3446         IMAGE_REL_IA64_IMM64, IMAGE_REL_IA64_DIR32, IMAGE_REL_IA64_DIR64,
3447         IMAGE_REL_IA64_PCREL21B, IMAGE_REL_IA64_PCREL21M,
3448         IMAGE_REL_IA64_PCREL21F, IMAGE_REL_IA64_GPREL22, IMAGE_REL_IA64_LTOFF22,
3449         IMAGE_REL_IA64_SECTION, IMAGE_REL_IA64_SECREL22,
3450         IMAGE_REL_IA64_SECREL64I, IMAGE_REL_IA64_SECREL32,
3451         IMAGE_REL_IA64_DIR32NB, IMAGE_REL_IA64_SREL14, IMAGE_REL_IA64_SREL22,
3452         IMAGE_REL_IA64_SREL32, IMAGE_REL_IA64_UREL32, IMAGE_REL_IA64_PCREL60X,
3453         IMAGE_REL_IA64_PCREL60B, IMAGE_REL_IA64_PCREL60F,
3454         IMAGE_REL_IA64_PCREL60I, IMAGE_REL_IA64_PCREL60M,
3455         IMAGE_REL_IA64_IMMGPREL64, IMAGE_REL_IA64_TOKEN, IMAGE_REL_IA64_GPREL32,
3456         IMAGE_REL_IA64_ADDEND): Add defines.
3457
3458         (IMAGE_SCN_GPREL): Add define.
3459
3460 2006-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
3461
3462         * include/aclui.h: Replace __OBJC__ guard with _OBJC_NO_COM.
3463         * include/basetyps.h:  Likewise.
3464         (_COM_interface): New define.
3465         (interface): Define to _COM_interface, conditional on !__OBJC__.
3466         Replace 'interface' with '_COM_interface', throughout.
3467         * include/comcat.h: Replace 'interface' with '_COM_interface', throughout.
3468         * include/commdlg.h: Replace __OBJC__ guard with _OBJC_NO_COM.
3469         * include/docobj.h: Replace 'interface' with '_COM_interface', throughout.
3470         * include/mshtml.h: Likewise.
3471         * include/oaidl.h: Likewise.
3472         * include/objfwd.h: Likewise.
3473         * include/objidl.h: Likewise.
3474         * include/ocidl.h: Likwise.
3475         * include/olectl.h: Likewise.
3476         * include/oleidl.h: Likewise.
3477         * include/shlobj.h: Likewise.
3478         * include/shlwapi.h: Replace __OBJC__ guard with _OBJC_NO_COM.
3479         * include/vfw.h: Likewise.
3480         * include/windows.h. Likewise. Add comment.
3481         * include/directx/d3d9.h: Replace 'interface' with '_COM_interface',
3482         throughout.
3483
3484         * lib/test.c: Replace __OBJC__ guard with _OBJC_NO_COM.
3485         Add test for conflict with '@interface'
3486
3487 2006-07-22  ipsoner  <ipsoner@users.sourceforge.net>
3488
3489         * include/wincrypt.h (szOID_RSA, szOID_PKCS, szOID_RSA_HASH,
3490         szOID_RSA_ENCRYPT, szOID_PKCS_1, szOID_PKCS_2, szOID_PKCS_3,
3491         szOID_PKCS_4, szOID_PKCS_5, szOID_PKCS_6, szOID_PKCS_7,
3492         szOID_PKCS_8, szOID_PKCS_9, szOID_PKCS_10, szOID_PKCS_12,
3493         szOID_RSA_MD2, szOID_RSA_MD4, szOID_RSA_MD5, szOID_RSA_RSA,
3494         szOID_RSA_MD2RSA, szOID_RSA_MD4RSA, szOID_RSA_MD5RSA,
3495         szOID_RSA_SHA1RSA, szOID_RSA_SETOAEP_RSA, szOID_RSA_DH,
3496         szOID_RSA_data, szOID_RSA_signedData, szOID_RSA_envelopedData,
3497         szOID_RSA_signEnvData, szOID_RSA_digestedData, szOID_RSA_hashedData,
3498         szOID_RSA_encryptedData, szOID_RSA_emailAddr, szOID_RSA_unstructName,
3499         szOID_RSA_contentType, szOID_RSA_messageDigest, szOID_RSA_signingTime,
3500         szOID_RSA_counterSign, szOID_RSA_challengePwd, szOID_RSA_unstructAddr,
3501         szOID_RSA_extCertAttrs, szOID_RSA_SMIMECapabilities,
3502         szOID_RSA_preferSignedData, szOID_RSA_RC2CBC, szOID_RSA_RC4,
3503         szOID_RSA_DES_EDE3_CBC, szOID_RSA_RC5_CBCPad, szOID_ANSI_x942,
3504         szOID_ANSI_x942_DH, szOID_X957, szOID_X957_DSA, szOID_DATA STRUCTURE,
3505         szOID_DS, szOID_DSALG, szOID_DSALG_CRPT, szOID_DSALG_HASH,
3506         szOID_DSALG_SIGN, szOID_DSALG_RSA, szOID_OIW, szOID_OIWSEC,
3507         szOID_OIWSEC_md4RSA, szOID_OIWSEC_md5RSA, szOID_OIWSEC_md4RSA2,
3508         szOID_OIWSEC_desECB, szOID_OIWSEC_desCBC, szOID_OIWSEC_desOFB,
3509         szOID_OIWSEC_desCFB, szOID_OIWSEC_desMAC, szOID_OIWSEC_rsaSign,
3510         szOID_OIWSEC_dsa, szOID_OIWSEC_shaDSA, szOID_OIWSEC_mdc2RSA,
3511         szOID_OIWSEC_shaRSA, szOID_OIWSEC_dhCommMod, szOID_OIWSEC_desEDE,
3512         szOID_OIWSEC_sha, szOID_OIWSEC_mdc2, szOID_OIWSEC_dsaComm,
3513         szOID_OIWSEC_dsaCommSHA, szOID_OIWSEC_rsaXchg, szOID_OIWSEC_keyHashSeal,
3514         szOID_OIWSEC_md2RSASign, szOID_OIWSEC_md5RSASign, szOID_OIWSEC_sha1,
3515         szOID_OIWSEC_dsaSHA1, szOID_OIWSEC_dsaCommSHA1, szOID_OIWSEC_sha1RSASign,
3516         szOID_OIWDIR, szOID_OIWDIR_CRPT, szOID_OIWDIR_HASH, szOID_OIWDIR_SIGN,
3517         szOID_OIWDIR_md2, szOID_OIWDIR_md2RSA, szOID_INFOSEC,
3518         szOID_INFOSEC_sdnsSignature, szOID_INFOSEC_mosaicSignature,
3519         szOID_INFOSEC_sdnsConfidentiality, szOID_INFOSEC_mosaicConfidentiality,
3520         szOID_INFOSEC_sdnsIntegrity, szOID_INFOSEC_mosaicIntegrity,
3521         szOID_INFOSEC_sdnsTokenProtection, szOID_INFOSEC_mosaicTokenProtection,
3522         szOID_INFOSEC_sdnsKeyManagement, szOID_INFOSEC_mosaicKeyManagement,
3523         szOID_INFOSEC_sdnsKMandSig, szOID_INFOSEC_mosaicKMandSig,
3524         szOID_INFOSEC_SuiteASignature, szOID_INFOSEC_SuiteAConfidentiality,
3525         szOID_INFOSEC_SuiteAIntegrity, szOID_INFOSEC_SuiteATokenProtection,
3526         szOID_INFOSEC_SuiteAKeyManagement, szOID_INFOSEC_SuiteAKMandSig,
3527         szOID_INFOSEC_mosaicUpdatedSig, szOID_INFOSEC_mosaicKMandUpdSig,
3528         szOID_INFOSEC_mosaicUpdatedInteg, szOID_PKIX_NO_SIGNATURE,
3529         szOID_COMMON_NAME, szOID_COUNTRY_NAME, szOID_DEVICE_SERIAL_NUMBER,
3530         szOID_DOMAIN_COMPONENT, szOID_RSA_emailAddr, szOID_GIVEN_NAME,
3531         szOID_INITIALS, szOID_LOCALITY_NAME, szOID_ORGANIZATION_NAME,
3532         szOID_ORGANIZATIONAL_UNIT_NAME, szOID_STATE_OR_PROVINCE_NAME,
3533         szOID_STREET_ADDRESS, szOID_SUR_NAME, szOID_TITLE, szOID_RSA_unstructAddr,
3534         szOID_RSA_unstructName, szOID_BASIC_CONSTRAINTS2,
3535         CERT_BASIC_CONSTRAINTS2_INFO, CRYPT_ENCODE_PARA,CertDuplicateStore,
3536         CertEnumCertificatesInStore, CertDuplicateCertificateContext,
3537         CertGetNameStringA, CertGetNameStringW, CertGetNameString, PFXIsPFXBlob,
3538         CertFindExtension, CryptDecodeObject, CertAddCertificateContextToStore,
3539         CertCompareCertificate, PFXVerifyPassword, PFXImportCertStore,
3540         CertDeleteCertificateFromStore): Define.
3541         * lib/crypt32.def (CertDuplicateStore, CertEnumCertificatesInStore,
3542         CertDuplicateCertificateContext, CertGetNameStringA, CertGetNameStringW,
3543         CertGetNameString, PFXIsPFXBlob, CertFindExtension, CryptDecodeObject,
3544         CertAddCertificateContextToStore, CertCompareCertificate,
3545         PFXVerifyPassword, PFXImportCertStore, CertDeleteCertificateFromStore):
3546         Define.
3547
3548 2006-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3549
3550         * lib/uuid.c: Remove.
3551
3552 2006-07-20  Elias Naur  <elias_naur@users.sourceforge.net>
3553
3554         * include/devguid.h: Add new file with missing GUID_DEVCLASS_*
3555         declarations. They were extracted from the registry with a script.
3556         * lib/devguid.c: Add new file with the implementation of the
3557         missing GUIDs.
3558         * lib/Makefile.in: Add devguid.c to UUID_SOURCES and UUID_OBJS.
3559
3560 2006-07-19  Elias Naur  <elias_naur@users.sourceforge.net>
3561
3562         * include/winuser.h (WM_INPUT): Add missing Raw Input
3563         notification define.
3564         (RID_DEVICE_INFO_MOUSE, RID_DEVICE_INFO_KEYBOARD,
3565         RID_DEVICE_INFO_HID, RID_DEVICE_INFO): Define Raw Input structs
3566
3567 2006-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
3568
3569         [mingw-Bugs-1525021]
3570         * iptypes.h (IP_ADAPTER_ANYCAST_ADDRESS): Fix NONAMELESSUNION warnings.
3571         (IP_ADAPTER_MULTICAST_ADDRESS): Likewise.
3572         (IP_ADAPTER_UNICAST_ADDRESS): Likewise.
3573         (IP_ADAPTER_DNS_SERVER_ADDRESS): Likewise.
3574         (IP_ADAPTER_ADAPTER_PREFIX): Likewise.
3575         (IP_ADAPTER_ADDRESSES): Likewise.
3576
3577 2006-06-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3578
3579         * lib/uuid.c (CLSID_FileProtocol, CLSID_FtpProtocol, CLSID_GopherProtocol,
3580         CLSID_HttpProtocol, CLSID_HttpSProtocol, CLSID_MkProtocol,
3581         CLSID_PSUrlMonProxy, CLSID_StdURLMoniker): Remove.  Moved to
3582         extras-uuid.c.
3583         * lib/extras-uuid.c (CLSID_FileProtocol, CLSID_FtpProtocol, CLSID_GopherProtocol,
3584         CLSID_HttpProtocol, CLSID_HttpSProtocol, CLSID_MkProtocol,
3585         CLSID_PSUrlMonProxy, CLSID_StdURLMoniker): Added.
3586         * lib/hlguids-uuid.c: State source of CLSIDs.
3587
3588 2006-06-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3589
3590         * lib/Makefile.in: Added extras-uuid as an object and source.
3591         * lib/uuid.c (IID_IClientSiteHandler, IID_IContinue, IID_IHttpNegotiate,
3592         IID_IPersistMoniker, IID_IServerHandler, IID_ITargetEmbedding,
3593         IID_ITargetFrame, IID_ITypeComp, IID_IUrlHistoryStg, IID_IWinInetHttpInfo,
3594         IID_IWinInetInfo, IID_IEnumSTATPROPSETSTG, IID_IEnumSTATPROPSTG,
3595         IID_IEnumSTATURL): Remove.  Moved to extras-uuid.c.
3596         * lib/extras-uuid.c: New file.
3597         Thank you to Julien Lecomte (julienlecomte at users dot sourceforge dot
3598         net).
3599
3600 2006-06-12  Danny Smith  <dannysmith@users.sourceforge.net>
3601
3602         [mingw-Bugs-1424461]
3603         *include/imagehlp.h: Comment out IN, OUT and OPTIONAL,
3604         throughout.
3605         *include/rpcdce.h: Don't define IN, OUT or OPTIONAL if
3606         _NO_W32_PSEUDO_MODIFIERS.
3607         *include/rpcnsi.h: Comment out IN, OUT and OPTIONAL,
3608         throughout.
3609         *include/rpcnsip.h: Likewise.
3610         *include/windef.h: Don't define IN, OUT or OPTIONAL
3611         if _NO_W32_PSEUDO_MODIFIERS.
3612         *include/ddk/batclass.h: Comment out IN, OUT and OPTIONAL,
3613         throughout.
3614         *include/ddk/cfgmgr32.h: Likewise.
3615         *include/ddk/ddkmapi.h: Likewise.
3616         *include/ddk/hidclass.h: Likewise.
3617         *include/ddk/hidpi.h: Likewise.
3618         *include/ddk/kbdmou.h: Likewise.
3619         *include/ddk/mcd.h: Likewise.
3620         *include/ddk/miniport.h: Likewise.
3621         *include/ddk/minitape.h: Likewise.
3622         *include/ddk/ndis.h: Likewise.
3623         *include/ddk/ndistapi.h: Likewise.
3624         *include/ddk/ndiswan.h: Likewise.
3625         *include/ddk/ntapi.h: Likewise.
3626         *include/ddk/ntdd8042.h: Likewise.
3627         *include/ddk/ntddpcm.h: Likewise.
3628         *include/ddk/ntifs.h: Likewise.
3629         *include/ddk/ntpoapi.h: Likewise.
3630         *include/ddk/parallel.h: Likewise.
3631         *include/ddk/pfhook.h: Likewise.
3632         *include/ddk/scsiwmi.h: Likewise.
3633         *include/ddk/smbus.h: Likewise.
3634         *include/ddk/srb.h: Likewise.
3635         *include/ddk/storport.h: Likewise.
3636         *include/ddk/tdikrnl.h: Likewise.
3637         *include/ddk/upssvc.h: Likewise.
3638         *include/ddk/usbcamdi.h: Likewise.
3639         *include/ddk/usbscan.h: Likewise.
3640         *include/ddk/video.h: Likewise.
3641         *include/ddk/videoagp.h: Likewise.
3642         *include/ddk/win2k.h: Likewise.
3643         *include/ddk/winddi.h: Likewise.
3644         *include/ddk/winddk.h: Don't define IN, OUT or OPTIONAL
3645         if _NO_W32_PSEUDO_MODIFIERS.
3646         Comment out IN, OUT and OPTIONAL, throughout.
3647         *include/ddk/winnt4.h: Comment out IN, OUT and OPTIONAL,
3648         throughout.
3649         *include/ddk/ws2san.h: Likewise.
3650
3651 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3652
3653         * lib/Makefile.in:  Added hlguids-uuid as source and object.
3654
3655 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3656
3657         * lib/uuid.c (CLSID_StaticDib, CLSID_StaticMetafile, CLSID_StdHlink,
3658         CLSID_StdHlinkBrowseContext): Remove.  Moved to relevant files.
3659         * lib/cguid-uuid.c (CLSID_StaticDib, CLSID_StaticMetafile): Added.
3660         * lib/hlguids-uuid.c: New file.
3661         Thank you to Julien Lecomte (julienlecomte at users dot sourceforge dot
3662         net).
3663
3664 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3665
3666         * lib/Makefile.in: Added urlmon-uuid and hlink-uuid as sources and
3667         objects.
3668         * lib/uuid.c (IID_IAuthenticate, IID_IBindHost, IID_IBindProtocol,
3669         IID_IBindStatusCallback, IID_IBindStatusCallbackMsg, IID_IBinding,
3670         IID_IHlink, IID_IHlinkBrowseContext, IID_IHlinkFrame, IID_IHlinkSite,
3671         IID_IHlinkTarget): Remove.  Moved to new files.
3672         * lib/urlmon-uuid.c: New file.
3673         * lib/hlink-uuid.c: New file.
3674
3675 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3676
3677         * lib/Makefile.in: Added ativscp-uuid as source and object.
3678         * lib/uuid.c (IID_IActiveScript, IID_IActiveScriptError,
3679         IID_IActiveScriptParse, IID_IActiveScriptSite,
3680         IID_IActiveScriptSiteWindow): Remove.  Moved to ativscp-uuid.c.
3681         * lib/ativscp-uuid.c: New file.
3682
3683 2006-06-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3684
3685         * lib/uuid.c (IID_IClientSecurity, IID_IMallocSpy, IID_IServerSecurity):
3686         Remove.  Moved to objidl-uuid.c
3687         * lib/objidl-uuid.c (IID_IClientSecurity, IID_IMallocSpy,
3688         IID_IServerSecurity): Defined.
3689
3690 2006-06-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3691
3692         * lib/Makefile.in: Add cguid-uuid and olectlid-uuid as sources and
3693         objects.
3694         * lib/uuid.c (CLSID_CColorPropPage, CLSID_CFontPropPage,
3695         CLSID_CPicturePropPage, CLSID_Picture_Dib, CLSID_Picture_Metafile,
3696         CLSID_StdFont, CLSID_StdPicture, GUID_NULL, IID_ICreateTypeInfo,
3697         IID_ICreateTypeInfo2, IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_IDebug,
3698         IID_IDebugStream, IID_IDispatch, IID_IEnumFORMATETC,IID_IEnumMoniker,
3699         IID_IEnumOLEVERB, IID_IEnumSTATDATA, IID_IEnumSTATSTG, IID_IEnumString,
3700         IID_IEnumUnknown, IID_IEnumVARIANT, IID_IOleLink, IID_IPSFactory,
3701         IID_IRpcChannel, IID_IRpcProxy, IID_IRpcStub, IID_ITypeInfo,
3702         IID_ITypeInfo2, IID_ITypeLib, IID_ITypeLib2): Remove.  Moved to relevant
3703         files.
3704         * lib/oaidl-uuid.c (IID_ICreateTypeInfo, IID_ICreateTypeInfo2,
3705         IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_ITypeInfo, IID_ITypeInfo2,
3706         IID_ITypeLib, IID_ITypeLib2, IID_IEnumVARIANT): Define.
3707         * lib/cguid-uuid.c: New file.
3708         * lib/olectlid-uuid.c: New file.
3709
3710 2006-06-08  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3711
3712         * lib/Makefile.in: Add objsafe-uuid oaidl-uuid docobj-uuid comcat-uuid
3713         exdisp-uuid mlang-uuid objidl-uuid as sources and objects.
3714         * lib/uuid.c (CATID_Control, CATID_DocObject, CATID_Insertable,
3715         CATID_PersistsToPropertyBag, CATID_PersistsToStorage, CATID_PersistsToStream,
3716         CATID_PersistsToStreamInit, CATID_Printable, CATID_Programmable,
3717         CLSID_CMultiLanguage, CLSID_StdComponentCategoriesMgr, CLSID_WebBrowser,
3718         DIID_DWebBrowserEvents, DIID_DWebBrowserEvents2, IID_IAdviseSink,
3719         IID_IAdviseSink2, IID_IBindCtx, IID_ICatInformation, IID_ICatRegister,
3720         IID_IClassActivator, IID_IContinueCallback, IID_ICreateErrorInfo,
3721         IID_IDataAdviseHolder, IID_IDataObject, IID_IEnumCATEGORYINFO,
3722         IID_IEnumGUID, IID_IEnumOleDocumentViews, IID_IErrorInfo,
3723         IID_IExternalConnection, IID_IFillLockBytes, IID_ILockBytes, IID_IMalloc,
3724         IID_IMarshal, IID_IMessageFilter, IID_IMoniker, IID_IObjectSafety,
3725         IID_IOleCommandTarget, IID_IOleDocument, IID_IOleDocumentSite,
3726         IID_IOleDocumentView, IID_IPSFactoryBuffer, IID_IPersist,
3727         IID_IPersistFile, IID_IPersistStorage, IID_IPersistStream, IID_IPrint,
3728         IID_IProgressNotify, IID_IPropertySetStorage, IID_IPropertyStorage,
3729         IID_IROTData, IID_IRootStorage, IID_IRpcChannelBuffer,
3730         IID_IRpcProxyBuffer, IID_IRpcStubBuffer, IID_IRunnableObject,
3731         IID_IRunningObjectTable, IID_ISequentialStream, IID_IStdMarshalInfo,
3732         IID_IStorage, IID_IStream, IID_ISupportErrorInfo, IID_IWebBrowser,
3733         IID_IWebBrowser2, IID_IWebBrowserApp): Remove. Moved to new files.
3734         * lib/comcat-uuid.c: New file.
3735         * lib/docobj-uuid.c: New File.
3736         * lib/exdisp-uuid.c: New file.
3737         * lib/mlang-uuid.c: New file.
3738         * lib/oaidl-uuid.c: New file.
3739         * lib/objidl-uuid.c: New file.
3740         * lib/objsafe-uuid.c: New file.
3741
3742 2006-06-07  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3743
3744         * lib/Makefile.in: Add oleacc-uuid oleidl-uuid ocidl-uuid as sources and
3745         objects.
3746         * lib/uuid.c (IID_IOleCache, IID_IOleCache2, IID_IOleCacheControl, IID_IViewObject,
3747         IID_IViewObject2, IID_IDropSource, IID_IDropTarget, IID_IOleAdviseHolder,
3748         IID_IOleInPlaceUIWindow, IID_IOleInPlaceObject, IID_IOleInPlaceActiveObject,
3749         IID_IOleInPlaceFrame, IID_IOleInPlaceSite, IID_IOleContainer, IID_IOleItemContainer,
3750         IID_IOleClientSite, IID_IOleObject, IID_IOleWindow, IID_IParseDisplayName,
3751         IID_IAccessible, LIBID_Accessibility, IID_IQuickActivate, IID_IOleUndoManager,
3752         IID_IOleParentUndoUnit, IID_IOleUndoUnit, IID_IEnumOleUndoUnits, IID_IPointerInactive,
3753         IID_IAdviseSinkEx, IID_IOleInPlaceSiteEx, IID_IOleControl, IID_IOleControlSite,
3754         IID_IPersistPropertyBag, IID_IPersistPropertyBag2, IID_IPersistStreamInit,
3755         IID_IPersistMemory, IID_IPropertyBag, IID_IPropertyBag2, IID_IPropertyNotifySink,
3756         IID_IPropertyPage, IID_IPropertyPage2, IID_IPropertyPageSite, IID_IFont, IID_IFontDisp,
3757         IID_IPicture, IID_IPictureDisp, IID_IProvideClassInfo, IID_IProvideClassInfo2,
3758         IID_IEnumConnectionPoints, IID_IEnumConnections, IID_IConnectionPoint,
3759         IID_IConnectionPointContainer, IID_IClassFactory2, IID_IErrorLog,
3760         IID_IObjectWithSite, IID_IPerPropertyBrowsing, IID_ISimpleFrameSite,
3761         IID_ISpecifyPropertyPages): Remove. Moved to new files.
3762         * lib/oleidl-uuid.c: New file.
3763         * lib/oleacc-uuid.c: New file.
3764         * lib/ocidl-uuid.c: New file.
3765
3766 2006-06-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3767
3768         * lib/Makefile.in: Add unknwn-uuid and servprov-uuid as sources and
3769         objects.
3770         * lib/uuid.c (IID_IUnknown, IID_IClassFactory, IID_IServiceProvider):
3771         Remove.  Moved to unknwn-uuid and servprov-uuid.
3772         * lib/unknwn-uuid.c: New file.
3773         * lib/servprov-uuid.c: New file.
3774
3775 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
3776
3777         * include/strmif.h (VMRDeinterlaceTech): Correct typedef for DeinterlaceTech_*
3778         enum.
3779
3780 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
3781
3782         * include/strmif.h (enum tagAnalogVideoStandard): Add missing ','.
3783
3784 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
3785
3786         * include/winuser.h (DM_BITSPERPEL, DM_PELSWIDTH, DM_PELSHEIGHT,
3787         DM_DISPLAYFLAGS, DM_DISPLAYFREQUENCY): Remove.  Duplicates of
3788         wingdi.h defines.
3789
3790 2006-06-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3791
3792         * include/winuser.h ((SPI_GETMOUSETRAILS,SPI_SETMOUSETRAILS): Remove
3793         duplicate defines.
3794
3795         * include/winnt.h (SUBLANG_ARABIC_SAUDI_ARABIA): Revert accidental
3796         removal.
3797         (SUBLANG_MARATHI_INDIA): Remove duplicate define.
3798
3799 2006-05-24  Christopher Faylor  <cgf@timesys.com>
3800
3801         * configure.in: Update to newer autoconf.
3802         (thanks to Steve Ellcey)
3803         * configure: Regenerate.
3804         * aclocal.m4: New file.
3805
3806 2006-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
3807
3808         * lib/uuid.c (IID_IRpcProxyBuffer34): Remove definition.
3809
3810 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3811
3812         * include/rtutils.h (TraceDumpA,TraceDumpW,TracePutsA,TracePutsW)
3813         (TraceRegisterA,TraceRegisterW,TraceVprintfA,TraceVprintfW): Define
3814         as macros.
3815         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
3816
3817 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3818
3819         * include/mprapi.h (MprAdminMIBBufferFree,MprAdminMIBEntryCreate)
3820         (MprAdminMIBEntryDelete,MprAdminMIBEntryGet,MprAdminMIBEntryGetFirst)
3821         (MprAdminMIBEntryGetNext,MprAdminMIBEntrySet,MprAdminMIBGetTrapInfo)
3822         (MprAdminMIBServerConnect,MprAdminMIBServerDisconnect)
3823         (MprAdminMIBSetTrapInfo): Declare functions.
3824         Note: MprAdminMIBSetTrapInfo is missing from mprapi.def.
3825         (MIB_SERVER_HANDLE): New typedef.
3826         (MprConfigTransportSetInfo): Declare function.
3827         * lib/mprapi.def (MprSetupIpInIpInterfaceFriendlyNameEnum)
3828         (MprSetupIpInIpInterfaceFriendlyNameFree): Fix size.
3829
3830 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3831
3832         * lib/rtutils.def: New file. Generated on Windows XP.
3833         (TracePrintf{AW},TracePrintfEx{AW}): Left out for now.
3834         * include/rtutils.h: New file.
3835         (TraceDump{AW},TracePuts{AW},TraceRegister{AW},TraceVprintf{AW}):
3836         Commented out, they're missing from rtutils.def.
3837
3838 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3839
3840         * include/mprapi.h (MprInfoBlockAdd,MprInfoBlockFind)
3841         (MprInfoBlockQuerySize,MprInfoBlockRemove,MprInfoBlockSet)
3842         (MprInfoCreate,MprInfoDelete,MprInfoDuplicate)
3843         (MprInfoRemoveAll): Declare functions.
3844
3845 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3846
3847         * include/mprapi.h (MprConfigBufferFree,MprConfigGetFriendlyName)
3848         (MprConfigGetGuidName,MprConfigInterfaceCreate)
3849         (MprConfigInterfaceDelete,MprConfigInterfaceEnum)
3850         (MprConfigInterfaceGetHandle,MprConfigInterfaceGetInfo)
3851         (MprConfigInterfaceSetInfo,MprConfigInterfaceTransportAdd)
3852         (MprConfigInterfaceTransportEnum,MprConfigInterfaceTransportGetHandle)
3853         (MprConfigInterfaceTransportGetInfo,MprConfigInterfaceTransportRemove)
3854         (MprConfigInterfaceTransportSetInfo,MprConfigServerBackup)
3855         (MprConfigServerConnect,MprConfigServerDisconnect)
3856         (MprConfigServerGetInfo,MprConfigServerInstall)
3857         (MprConfigServerRestore,MprConfigTransportCreate)
3858         (MprConfigTransportDelete,MprConfigTransportEnum)
3859         (MprConfigTransportGetHandle,MprConfigTransportGetInfo)
3860         (MprConfigTransportSetInfo): Declare functions.
3861
3862 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3863
3864         * include/mprapi.h (MprAdminBufferFree)
3865         (MprAdminDeregisterConnectionNotification,MprAdminGetErrorString)
3866         (MprAdminInterfaceConnect,MprAdminInterfaceCreate)
3867         (MprAdminInterfaceDelete,MprAdminInterfaceDeviceGetInfo)
3868         (MprAdminInterfaceDeviceSetInfo,MprAdminInterfaceDisconnect)
3869         (MprAdminInterfaceEnum,MprAdminInterfaceGetCredentials)
3870         (MprAdminInterfaceGetCredentialsEx,MprAdminInterfaceGetHandle)
3871         (MprAdminInterfaceGetInfo,MprAdminInterfaceQueryUpdateResult)
3872         (MprAdminInterfaceSetCredentials,MprAdminInterfaceSetCredentialsEx)
3873         (MprAdminInterfaceSetInfo,MprAdminInterfaceTransportAdd)
3874         (MprAdminInterfaceTransportGetInfo,MprAdminInterfaceTransportRemove)
3875         (MprAdminInterfaceTransportSetInfo)
3876         (MprAdminInterfaceUpdatePhonebookInfo,MprAdminInterfaceUpdateRoutes)
3877         (MprAdminIsServiceRunning,MprAdminRegisterConnectionNotification)
3878         (MprAdminServerConnect,MprAdminServerDisconnect)
3879         (MprAdminServerGetCredentials,MprAdminServerGetInfo)
3880         (MprAdminServerSetCredentials,MprAdminTransportCreate)
3881         (MprAdminTransportGetInfo,MprAdminTransportSetInfo): Declare functions.
3882
3883 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3884
3885         * include/ipxtfflt.h: New file.
3886
3887 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3888
3889         * include/mprapi.h: Fix header guard. Cleanup.
3890         (MprAdminAcceptNewConnection,MprAdminAcceptNewConnection2)
3891         (MprAdminAcceptNewLink,MprAdminAcceptReauthentication)
3892         (MprAdminConnectionHangupNotification)
3893         (MprAdminConnectionHangupNotification2)
3894         (MprAdminGetIpAddressForUser,MprAdminInitializeDll)
3895         (MprAdminTerminateDll,MprAdminLinkHangupNotification)
3896         (MprAdminReleaseIpAddress): Declare functions.
3897         * lib/mprapi.def: Regenerate on Windows XP.
3898
3899 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3900
3901         * include/ipifcons.h: Cleanup.
3902         * include/ipxconst.h: Fix header guard.
3903         * include/ipxrtdef.h: include <ipxconst.h>.
3904
3905 2006-05-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3906
3907         * include/ipxrtdef.h: Cleanup.
3908         (IPX_INTERFACE_INFO_TYPE,IPX_STATIC_ROUTE_INFO_TYPE)
3909         (IPX_STATIC_SERVICE_INFO_TYPE,IPX_SERVICE_FILTER_INFO_TYPE)
3910         (IPX_ROUTE_FILTER_INFO_TYPE,IPX_IN_TRAFFIC_FILTER_INFO_TYPE)
3911         (IPX_ADAPTER_INFO_TYPE,IPXWAN_INTERFACE_INFO_TYPE,IPX_GLOBAL_INFO_TYPE)
3912         (IPX_STATIC_NETBIOS_NAME_INFO_TYPE)
3913         (IPX_IN_TRAFFIC_FILTER_GLOBAL_INFO_TYPE)
3914         (IPX_OUT_TRAFFIC_FILTER_INFO_TYPE)
3915         (IPX_OUT_TRAFFIC_FILTER_GLOBAL_INFO_TYPE): Define.
3916         * include/routprot.h: Cleanup.
3917         (PROTO_IP_OTHER,PROTO_IP_LOCAL,PROTO_IP_NETMGMT,PROTO_IP_ICMP)
3918         (PROTO_IP_EGP,PROTO_IP_GGP,PROTO_IP_HELLO,PROTO_IP_RIP,PROTO_IP_IS_IS)
3919         (PROTO_IP_ES_IS,PROTO_IP_CISCO,PROTO_IP_BBN,PROTO_IP_OSPF,PROTO_IP_BGP)
3920         (PROTO_IP_BOOTP,PROTO_IP_NT_AUTOSTATIC,PROTO_IP_NT_STATIC)
3921         (PROTO_IP_NT_STATIC_NON_DOD,IPRTRMGR_PID,IPX_PROTOCOL_BASE)
3922         (IPX_PROTOCOL_RIP,IPX_PROTOCOL_SAP,IPX_PROTOCOL_NLSP): Define.
3923         * include/fltdefs.h: New file.
3924         * include/ipinfoid.h: New file.
3925
3926 2006-05-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3927
3928         * include/strmif.h (IAMAnalogVideoDecoder,IAMAudioInputMixer)
3929         (IAMAudioRendererStats,IAMBufferNegotiation,IAMCameraControl)
3930         (IAMCertifiedOutputProtection): Add interfaces.
3931         * include/adsprop.h: New file.
3932         * include/cmnquery.h: New file.
3933         * include/dsadmin.h: New file.
3934         * include/dsclient.h: New file.
3935         * include/dsgetdc.h: New file.
3936         * include/dsquery.h: New file.
3937         * include/dsrole.h: New file.
3938         * include/ntdsapi.h: New file.
3939         * include/ntdsbcli.h: New file.
3940         * include/objsel.h: New file.
3941
3942 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3943
3944         * include/qedit.h (DEXTER_PARAM,DEXTER_VALUE,SCompFmt0): Add structures.
3945         (DEXTERF_TRACK_SEARCH_FLAGS,TIMELINE_MAJOR_TYPE): Add enums.
3946         (CONNECTF_DYNAMIC_NONE,CONNECTF_DYNAMIC_SOURCES)
3947         (CONNECTF_DYNAMIC_EFFECTS,SFN_VALIDATEF_CHECK,SFN_VALIDATEF_POPUP)
3948         (SFN_VALIDATEF_TELLME,SFN_VALIDATEF_REPLACE,SFN_VALIDATEF_USELOCAL)
3949         (SFN_VALIDATEF_NOFIND,SFN_VALIDATEF_IGNOREMUTED,RESIZEF_STRETCH)
3950         (RESIZEF_CROP,RESIZEF_PRESERVEASPECTRATIO)
3951         (RESIZEF_PRESERVEASPECTRATIO_NOLETTERBOX): Define.
3952
3953 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3954
3955         * include/qedit.h: New file.
3956         * include/errors.h: Cleanup.
3957
3958 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3959
3960         * include/amvideo.h (BIT_MASKS_MATCH): Don't use memcmp to
3961         avoid dependency on <string.h>.
3962         There's no Win32 equivalent for memcmp:
3963         http://support.microsoft.com/default.aspx?scid=kb;EN-US;q99456
3964
3965 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3966
3967         * include/amvideo.h (RESET_MASKS,RESET_PALETTE): Use ZeroMemory
3968         instead of memset to avoid dependency on <string.h>.
3969         * include/dshow.h (AM_ASPECT_RATIO_MODE,AM_WST_DRAWBGMODE,AM_WST_LEVEL)
3970         (AMExtendedSeekingCapabilities,AM_WST_SERVICE,AM_WST_STATE)
3971         (AM_WST_STYLE): Add enums.
3972         (AM_WST_PAGE,AMVABeginFrameInfo,AMVACompBufferInfo,AMVAEndFrameInfo,
3973         AMVAInternalMemInfo,AMVAUncompBufferInfo,AMVAUncompDataInfo): New
3974         structures.
3975         * include/errors.h (VFW_E_DVD_CMD_CANCELLED)
3976         (VFW_E_DVD_STATE_WRONG_VERSION,VFW_E_DVD_STATE_CORRUPT)
3977         (VFW_E_DVD_STATE_WRONG_DISC,VFW_E_DVD_INCOMPATIBLE_REGION)
3978         (VFW_E_DVD_NO_ATTRIBUTES,VFW_E_DVD_NO_GOUP_PGC)
3979         (VFW_E_DVD_LOW_PARENTAL_LEVEL,VFW_E_DVD_NOT_IN_KARAOKE_MODE)
3980         (VFW_E_FRAME_STEP_UNSUPPORTED,VFW_E_DVD_STREAM_DISABLED)
3981         (VFW_E_DVD_TITLE_UNKNOWN,VFW_E_DVD_INVALID_DISC)
3982         (VFW_E_DVD_NO_RESUME_INFORMATION)
3983         (VFW_E_PIN_ALREADY_BLOCKED_ON_THIS_THREAD,VFW_E_PIN_ALREADY_BLOCKED)
3984         (VFW_E_CERTIFICATION_FAILURE,VFW_E_VMR_NOT_IN_MIXER_MODE)
3985         (VFW_E_VMR_NO_AP_SUPPLIED,VFW_E_VMR_NO_DEINTERLACE_HW)
3986         (VFW_E_VMR_NO_PROCAMP_HW,VFW_E_DVD_VMR9_INCOMPATIBLEDEC)
3987         (VFW_E_NO_COPP_HW,VFW_E_BAD_KEY): Define.
3988         * include/evcode.h (AM_WMT_EVENT_DATA): New structure.
3989         * include/mmsystem.h (WAVE_FORMAT_EXTENSIBLE): Define.
3990         * include/edevdefs.h (ED_FORMAT_SMPTE_30,ED_FORMAT_SMPTE_30DROP)
3991         (ED_FORMAT_SMPTE_25,ED_FORMAT_SMPTE_24): Move from here...
3992         * include/strmif.h: ... to here. New file.
3993         * include/aviriff.h: New file.
3994         * include/bdatypes.h: New file.
3995         * include/control.h: New file.
3996         * include/dvdmedia.h: New file.
3997         * include/il21dec.h: New file.
3998         * include/ks.h: New file.
3999         * include/ksmedia.h: New file.
4000         * include/mmreg.h: New file.
4001         * include/mpegtype.h: New file.
4002         * include/vidcap.h: New file.
4003         * include/vmr9.h: New file.
4004         * include/vptype.h: New file.
4005         * include/xprtdefs.h: New file.
4006
4007 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4008
4009         * include/winnls.h [WINVER >= 0x0500] (LOCALE_IDEFAULTEBCDICCODEPAGE):
4010         Documented as defined on Windows 2000 or later.
4011         [WINVER >= 0x0600] (LOCALE_SDURATION,LOCALE_SIETFLANGUAGE)
4012         (LOCALE_SISO3166CTRYNAME2,LOCALE_SISO639LANGNAME2)
4013         (LOCALE_SKEYBOARDSTOINSTALL,LOCALE_SNAME,LOCALE_SNAN)
4014         (LOCALE_SNEGINFINITY,LOCALE_SPOSINFINITY,LOCALE_SSCRIPTS): Documented
4015         but values unknown, Windows Vista or later.
4016         (CAL_UMALQURA): Cleanup.
4017         (CAL_SSHORTESTDAYNAME_1,CAL_SSHORTESTDAYNAME_2,CAL_SSHORTESTDAYNAME_3)
4018         (CAL_SSHORTESTDAYNAME_4,CAL_SSHORTESTDAYNAME_5,CAL_SSHORTESTDAYNAME_6)
4019         (CAL_SSHORTESTDAYNAME7): Cleanup.
4020         [WINVER >= 0x0410] (CAL_SYEARMONTH,CAL_ITWODIGITYEARMAX)
4021         (CAL_NOUSEROVERRIDE,CAL_RETURN_NUMBER,CAL_USE_CP_ACP): Cleanup.
4022
4023 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4024
4025         * include/wingdi.h [WINVER >= 0x0500] (DC_PERSONALITY,DC_PRINTRATE)
4026         (DC_PRINTRATEUNIT,DC_PRINTERMEM,DC_MEDIAREADY,DC_STAPLE)
4027         (DC_PRINTRATEPPM,DC_COLORDEVICE,DC_NUP,DC_MEDIATYPENAMES)
4028         (DC_MEDIATYPES,DMPAPER_DBL_JAPANESE_POSTCARD,DMPAPER_A6)
4029         (DMPAPER_JENV_KAKU2,DMPAPER_JENV_KAKU3,DMPAPER_JENV_CHOU3)
4030         (DMPAPER_JENV_CHOU4,DMPAPER_LETTER_ROTATED)
4031         (DMPAPER_A3_ROTATED,DMPAPER_A4_ROTATED,DMPAPER_A5_ROTATED)
4032         (DMPAPER_B4_JIS_ROTATED,DMPAPER_B5_JIS_ROTATED)
4033         (DMPAPER_JAPANESE_POSTCARD_ROTATED)
4034         (DMPAPER_DBL_JAPANESE_POSTCARD_ROTATED)
4035         (DMPAPER_A6_ROTATED,DMPAPER_JENV_KAKU2_ROTATED)
4036         (DMPAPER_JENV_KAKU3_ROTATED,DMPAPER_JENV_CHOU3_ROTATED)
4037         (DMPAPER_JENV_CHOU4_ROTATED,DMPAPER_B6_JIS)
4038         (DMPAPER_B6_JIS_ROTATED,DMPAPER_12X11,DMPAPER_JENV_YOU4)
4039         (DMPAPER_JENV_YOU4_ROTATED,DMPAPER_P16K,DMPAPER_P32K)
4040         (DMPAPER_P32KBIG,DMPAPER_PENV_1,DMPAPER_PENV_2)
4041         (DMPAPER_PENV_3,DMPAPER_PENV_4,DMPAPER_PENV_5)
4042         (DMPAPER_PENV_6,DMPAPER_PENV_7,DMPAPER_PENV_8)
4043         (DMPAPER_PENV_9,DMPAPER_PENV_10,DMPAPER_P16K_ROTATED)
4044         (DMPAPER_P32K_ROTATED,DMPAPER_P32KBIG_ROTATED)
4045         (DMPAPER_PENV_1_ROTATED,DMPAPER_PENV_2_ROTATED)
4046         (DMPAPER_PENV_3_ROTATED,DMPAPER_PENV_4_ROTATED)
4047         (DMPAPER_PENV_5_ROTATED,DMPAPER_PENV_6_ROTATED)
4048         (DMPAPER_PENV_7_ROTATED,DMPAPER_PENV_8_ROTATED)
4049         (DMPAPER_PENV_9_ROTATED,DMPAPER_PENV_10_ROTATED): Define.
4050         (DMPAPER_LAST): Value depends on DMPAPER_* variables actually defined.
4051         (DM_PANNINGWIDTH,DM_PANNINGHEIGHT,DM_DISPLAYFIXEDOUTPUT)
4052         (DMDO_DEFAULT,DMDO_90,DMDO_180,DMDO_270,DMDFO_DEFAULT,DMDFO_STRETCH)
4053         (DMDFO_CENTER): Define.
4054         (GetDCBrushColor,GetDCPenColor): Declare.
4055         * lib/msimg32.def (GetDCBrushColor,GetDCPenColor): Add stubs.
4056
4057 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4058
4059         * include/winnt.h (LANG_PERSIAN,LANG_LOWER_SORBIAN,LANG_UPPER_SORBIAN)
4060         (LANG_TSWANA,LANG_XHOSA,LANG_ZULU,LANG_MALTESE,LANG_SAMI,LANG_IRISH)
4061         (LANG_TIBETAN,LANG_WELSH,LANG_KHMER,LANG_LAO,LANG_SINHALESE)
4062         (LANG_INUKTITUT,LANG_AMHARIC,LANG_TAMAZIGHT,LANG_FRISIAN)
4063         (LANG_PASHTO,LANG_FILIPINO,LANG_HAUSA,LANG_YORUBA,LANG_QUECHUA)
4064         (LANG_SOTHO,LANG_BASHKIR,LANG_LUXEMBOURGISH,LANG_GREENLANDIC)
4065         (LANG_IGBO,LANG_TIGRIGNA,LANG_YI,LANG_MAPUDUNGUN,LANG_MOHAWK)
4066         (LANG_BRETON,LANG_UIGHUR,LANG_MAORI,LANG_OCCITAN,LANG_CORSICAN)
4067         (LANG_ALSATIAN,LANG_YAKUT,LANG_KICHE,LANG_KINYARWANDA,LANG_WOLOF)
4068         (LANG_DARI,LANG_MALAGASY)
4069         (SUBLANG_CUSTOM_DEFAULT,SUBLANG_CUSTOM_UNSPECIFIED)
4070         (SUBLANG_UI_CUSTOM_DEFAULT,SUBLANG_AFRIKAANS_SOUTH_AFRICA)
4071         (SUBLANG_ALBANIAN_ALBANIA,SUBLANG_ALSATIAN_FRANCE)
4072         (SUBLANG_AMHARIC_ETHIOPIA,SUBLANG_ARMENIAN_ARMENIA)
4073         (SUBLANG_ASSAMESE_INDIA,SUBLANG_BASHKIR_RUSSIA,SUBLANG_BASQUE_BASQUE)
4074         (SUBLANG_BELARUSIAN_BELARUS,SUBLANG_BENGALI_INDIA)
4075         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN)
4076         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC)
4077         (SUBLANG_BRETON_FRANCE,SUBLANG_BULGARIAN_BULGARIA)
4078         (SUBLANG_CATALAN_CATALAN,SUBLANG_CORSICAN_FRANCE)
4079         (SUBLANG_CZECH_CZECH_REPUBLIC,SUBLANG_CROATIAN_CROATIA)
4080         (SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,SUBLANG_DANISH_DENMARK)
4081         (SUBLANG_DIVEHI_MALDIVES,SUBLANG_ENGLISH_IRELAND)
4082         (SUBLANG_ENGLISH_INDIA,SUBLANG_ENGLISH_MALAYSIA)
4083         (SUBLANG_ENGLISH_SINGAPORE,SUBLANG_ESTONIAN_ESTONIA)
4084         (SUBLANG_FAEROESE_FAROE_ISLANDS,SUBLANG_FILIPINO_PHILIPPINES)
4085         (SUBLANG_FINNISH_FINLAND,SUBLANG_FRISIAN_NETHERLANDS)
4086         (SUBLANG_GALICIAN_GALICIAN,SUBLANG_GEORGIAN_GEORGIA)
4087         (SUBLANG_GREEK_GREECE,SUBLANG_GREENLANDIC_GREENLAND)
4088         (SUBLANG_GUJARATI_INDIA,SUBLANG_HAUSA_NIGERIA,SUBLANG_HEBREW_ISRAEL)
4089         (SUBLANG_HINDI_INDIA,SUBLANG_HUNGARIAN_HUNGARY)
4090         (SUBLANG_ICELANDIC_ICELAND,SUBLANG_IGBO_NIGERIA)
4091         (SUBLANG_INDONESIAN_INDONESIA,SUBLANG_INUKTITUT_CANADA)
4092         (SUBLANG_INUKTITUT_CANADA_LATIN,SUBLANG_IRISH_IRELAND)
4093         (SUBLANG_JAPANESE_JAPAN,SUBLANG_KAZAK_KAZAKHSTAN)
4094         (SUBLANG_KHMER_CAMBODIA,SUBLANG_KICHE_GUATEMALA)
4095         (SUBLANG_KINYARWANDA_RWANDA,SUBLANG_KONKANI_INDIA)
4096         (SUBLANG_KYRGYZ_KYRGYZSTAN,SUBLANG_LAO_LAO_PDR)
4097         (SUBLANG_LATVIAN_LATVIA,SUBLANG_LITHUANIAN_LITHUANIA)
4098         (SUBLANG_LOWER_SORBIAN_GERMANY,SUBLANG_LUXEMBOURGISH_LUXEMBOURG)
4099         (SUBLANG_MACEDONIAN_MACEDONIA,SUBLANG_MALAYALAM_INDIA)
4100         (SUBLANG_MALTESE_MALTA,SUBLANG_MAORI_NEW_ZEALAND)
4101         (SUBLANG_MAPUDUNGUN_CHILE,SUBLANG_MARATHI_INDIA,SUBLANG_MOHAWK_MOHAWK)
4102         (SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA,SUBLANG_MONGOLIAN_PRC)
4103         (SUBLANG_NEPALI_NEPAL,SUBLANG_OCCITAN_FRANCE,SUBLANG_ORIYA_INDIA)
4104         (SUBLANG_PASHTO_AFGHANISTAN,SUBLANG_PERSIAN_IRAN)
4105         (SUBLANG_POLISH_POLAND,SUBLANG_PORTUGUESE_PORTUGAL)
4106         (SUBLANG_PUNJABI_INDIA,SUBLANG_QUECHUA_BOLIVIA,SUBLANG_QUECHUA_ECUADOR)
4107         (SUBLANG_QUECHUA_PERU,SUBLANG_ROMANIAN_ROMANIA)
4108         (SUBLANG_ROMANSH_SWITZERLAND,SUBLANG_RUSSIAN_RUSSIA)
4109         (SUBLANG_SAMI_NORTHERN_NORWAY,SUBLANG_SAMI_NORTHERN_SWEDEN)
4110         (SUBLANG_SAMI_NORTHERN_FINLAND,SUBLANG_SAMI_LULE_NORWAY)
4111         (SUBLANG_SAMI_LULE_SWEDEN,SUBLANG_SAMI_SOUTHERN_NORWAY)
4112         (SUBLANG_SAMI_SOUTHERN_SWEDEN,SUBLANG_SAMI_SKOLT_FINLAND)
4113         (SUBLANG_SAMI_INARI_FINLAND,SUBLANG_SANSKRIT_INDIA)
4114         (SUBLANG_SERBIAN_BOSNIA_HERZEGOVINA_LATIN)
4115         (SUBLANG_SERBIAN_BOSNIA_HERZEGOVINA_CYRILLIC)
4116         (SUBLANG_SINDHI_AFGHANISTAN,SUBLANG_SINHALESE_SRI_LANKA)
4117         (SUBLANG_SOTHO_NORTHERN_SOUTH_AFRICA,SUBLANG_SLOVAK_SLOVAKIA)
4118         (SUBLANG_SLOVENIAN_SLOVENIA,SUBLANG_SPANISH_US,SUBLANG_SWEDISH_SWEDEN)
4119         (SUBLANG_SYRIAC,SUBLANG_TAJIK_TAJIKISTAN)
4120         (SUBLANG_TAMAZIGHT_ALGERIA_LATIN,SUBLANG_TAMIL_INDIA)
4121         (SUBLANG_TATAR_RUSSIA,SUBLANG_TELUGU_INDIA,SUBLANG_THAI_THAILAND)
4122         (SUBLANG_TIBETAN_PRC,SUBLANG_TIBETAN_BHUTAN,SUBLANG_TIGRIGNA_ERITREA)
4123         (SUBLANG_TSWANA_SOUTH_AFRICA,SUBLANG_TURKISH_TURKEY)
4124         (SUBLANG_TURKMEN_TURKMENISTAN,SUBLANG_UIGHUR_PRC)
4125         (SUBLANG_UKRAINIAN_UKRAINE,SUBLANG_UPPER_SORBIAN_GERMANY)
4126         (SUBLANG_VIETNAMESE_VIETNAM,SUBLANG_WELSH_UNITED_KINGDOM)
4127         (SUBLANG_WOLOF_SENEGAL,SUBLANG_YORUBA_NIGERIA)
4128         (SUBLANG_XHOSA_SOUTH_AFRICA,SUBLANG_YAKUT_RUSSIA,SUBLANG_YI_PRC)
4129         (SUBLANG_ZULU_SOUTH_AFRICA): Define.
4130         (SUBLANG_ARABIC_SAUDI_ARABIA): Removed by error.
4131         (SUBLANG_MARATHI_INDIA): Defined twice by error.
4132
4133 2006-05-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4134
4135         * lib/directx/Makefile.in: Remove reference to libquartz.a since
4136         it was moved.
4137
4138 2006-05-05  Earnie Boyd  <earnie@users.sf.net>
4139
4140         * lib/scrnsave.c: Correct misspelled SPI_SCREENSAVERUNNING to
4141         SPI_SETSCREENSAVERUNNING.
4142         * include winuser.h (SPI_SCREENSAVERRUNNING): Remove again.
4143
4144 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4145
4146         * include/winuser.h (SPI_SCREENSAVERRUNNING): Define.
4147         It had been removed because it's no documented, but Cygwin needs it.
4148
4149 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4150
4151         * include/amvideo.h (IFullScreenVideo): Define.
4152         (BIT_MASKS_MATCH,PALETTISED,PALETTE_ENTRIES,RESET_MASKS,RESET_PALETTE,
4153         SIZE_EGA_PALETTE,SIZE_MASKS,SIZE_PALETTE): Added Macros.
4154
4155 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4156
4157         * include/winnls.h (CAL_SYEARMONTH,CAL_ITWODIGITYEARMAX,
4158         CAL_NOUSEROVERRIDE,CAL_RETURN_NUMBER,CAL_USE_CP_ACP): Documented
4159         as available on Windows 98 and better.
4160         (CAL_SSHORTESTDAYNAME_1,CAL_SSHORTESTDAYNAME_2,CAL_SSHORTESTDAYNAME_3)
4161         (CAL_SSHORTESTDAYNAME_4,CAL_SSHORTESTDAYNAME_5,CAL_SSHORTESTDAYNAME_6)
4162         (CAL_SSHORTESTDAYNAME7,CAL_UMALQURA): Define, Windows Vista and better.
4163
4164 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4165
4166         * include/amvideo.h: New file.
4167         * include/dshow.h: Include <amvideo.h>.
4168
4169 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4170
4171         * include/winuser.h (MOUSEEVENTF_XDOWN,MOUSEEVENTF_XUP): Define.
4172         (MOUSEEVENTF_MOVE,MOUSEEVENTF_LEFTDOWN,MOUSEEVENTF_LEFTUP)
4173         (MOUSEEVENTF_RIGHTDOWN,MOUSEEVENTF_RIGHTUP,MOUSEEVENTF_MIDDLEDOWN)
4174         (MOUSEEVENTF_MIDDLEUP,MOUSEEVENTF_ABSOLUTE,MOUSEEVENTF_WHEEL): Cleanup.
4175         (HWND_BROADCAST): Cleanup.
4176         (HWND_MESSAGE): Windows 2000 only.
4177         (SMTO_ABORTIFHUNG,SMTO_BLOCK,SMTO_NORMAL): Cleanup.
4178         (SMTO_NOTIMEOUTIFNOTHUNG): Define.
4179         (SIF_DISABLENOSCROLL,SIF_PAGE,SIF_POS,SIF_RANGE,SIF_TRACKPOS)
4180         (SIF_ALL): Cleanup.
4181         (SWP_DRAWFRAME,SWP_FRAMECHANGED,SWP_HIDEWINDOW,SWP_NOACTIVATE)
4182         (SWP_NOCOPYBITS,SWP_NOMOVE,SWP_NOSIZE,SWP_NOREDRAW,SWP_NOZORDER)
4183         (SWP_SHOWWINDOW,SWP_NOOWNERZORDER,SWP_NOREPOSITION,SWP_NOSENDCHANGING)
4184         (SWP_DEFERERASE,SWP_ASYNCWINDOWPOS): Cleanup.
4185         (HSHELL_ENDTASK,HSHELL_ACCESSIBILITYSTATE,HSHELL_APPCOMMAND): Define.
4186         (SPI_GETBLOCKSENDINPUTRESETS,SPI_GETCARETWIDTH,SPI_GETDROPSHADOW)
4187         (SPI_GETFILTERKEYS,SPI_GETFLATMENU,SPI_GETFOCUSBORDERHEIGHT)
4188         (SPI_GETFOCUSBORDERWIDTH,SPI_GETFONTSMOOTHINGCONTRAST)
4189         (SPI_GETFONTSMOOTHINGTYPE,SPI_GETFOREGROUNDFLASHCOUNT)
4190         (SPI_GETMENUSHOWDELAY,SPI_GETMOUSECLICKLOCK,SPI_GETMOUSECLICKLOCKTIME)
4191         (SPI_GETMOUSEHOVERHEIGHT,SPI_GETMOUSEHOVERTIME,SPI_GETMOUSEHOVERWIDTH)
4192         (SPI_GETMOUSESONAR,SPI_GETMOUSEVANISH,SPI_GETNONCLIENTMETRICS)
4193         (SPI_GETPOWEROFFACTIVE,SPI_GETPOWEROFFTIMEOUT,SPI_GETSCREENREADER)
4194         (SPI_GETSCREENSAVEACTIVE,SPI_GETSCREENSAVERRUNNING)
4195         (SPI_GETSCREENSAVETIMEOUT,SPI_GETMOUSEVANISH,SPI_GETNONCLIENTMETRICS)
4196         (SPI_GETPOWEROFFACTIVE,SPI_GETPOWEROFFTIMEOUT,SPI_GETSCREENREADER)
4197         (SPI_GETSCREENSAVEACTIVE,SPI_GETSCREENSAVERRUNNING)
4198         (SPI_GETSCREENSAVETIMEOUT,SPI_GETSNAPTODEFBUTTON,SPI_GETUIEFFECTS)
4199         (SPI_SETBLOCKSENDINPUTRESETS,SPI_SETCARETWIDTH,SPI_SETCURSORS)
4200         (SPI_SETDROPSHADOW,SPI_SETFILTERKEYS,SPI_SETFLATMENU)
4201         (SPI_SETFOCUSBORDERHEIGHT,SPI_SETFOCUSBORDERWIDTH)
4202         (SPI_SETFONTSMOOTHINGCONTRAST,SPI_SETFONTSMOOTHINGTYPE)
4203         (SPI_SETFOREGROUNDFLASHCOUNT,SPI_SETICONS,SPI_SETMENUSHOWDELAY)
4204         (SPI_SETMOUSECLICKLOCK,SPI_SETMOUSECLICKLOCKTIME)
4205         (SPI_SETMOUSEHOVERHEIGHT,SPI_SETMOUSEHOVERTIME)
4206         (SPI_SETMOUSEHOVERWIDTH,SPI_SETMOUSESONAR,SPI_SETMOUSEVANISH)
4207         (SPI_SETNONCLIENTMETRICS,SPI_SETPENWINDOWS,SPI_SETPOWEROFFACTIVE)
4208         (SPI_SETPOWEROFFTIMEOUT,SPI_SETSCREENREADER,SPI_SETSCREENSAVEACTIVE)
4209         (SPI_SETSCREENSAVERRUNNING,SPI_SETSCREENSAVETIMEOUT,SPI_SETSHOWIMEUI)
4210         (SPI_SETSNAPTODEFBUTTON,SPI_SETUIEFFECTS): Define.
4211         (SPI_GETACCESSTIMEOUT,SPI_GETANIMATION,SPI_GETBEEP)
4212         (SPI_GETDEFAULTINPUTLANG,SPI_GETDESKWALLPAPER,SPI_GETDRAGFULLWINDOWS)
4213         (SPI_GETFASTTASKSWITCH,SPI_GETFONTSMOOTHING,SPI_GETGRIDGRANULARITY)
4214         (SPI_GETHIGHCONTRAST,SPI_GETICONMETRICS,SPI_GETICONTITLELOGFONT)
4215         (SPI_GETICONTITLEWRAP,SPI_GETKEYBOARDDELAY,SPI_GETKEYBOARDPREF)
4216         (SPI_GETKEYBOARDSPEED,SPI_GETLOWPOWERACTIVE,SPI_GETLOWPOWERTIMEOUT)
4217         (SPI_GETMENUDROPALIGNMENT,SPI_GETMENUUNDERLINES,SPI_GETMINIMIZEDMETRICS)
4218         (SPI_GETMOUSE,SPI_GETMOUSEKEYS,SPI_GETMOUSESPEED,SPI_GETMOUSETRAILS)
4219         (SPI_GETSERIALKEYS,SPI_GETSHOWIMEUI,SPI_GETSHOWSOUNDS)
4220         (SPI_GETSOUNDSENTRY,SPI_GETSTICKYKEYS,SPI_GETTOGGLEKEYS)
4221         (SPI_GETWHEELSCROLLLINES,SPI_GETWINDOWSEXTENSION,SPI_GETWORKAREA)
4222         (SPI_ICONHORIZONTALSPACING,SPI_ICONVERTICALSPACING)
4223         (SPI_SETACCESSTIMEOUT,SPI_SETANIMATION,SPI_SETBEEP,SPI_SETBORDER)
4224         (SPI_SETDEFAULTINPUTLANG,SPI_SETDESKPATTERN,SPI_SETDESKWALLPAPER)
4225         (SPI_SETDOUBLECLICKTIME,SPI_SETDOUBLECLKHEIGHT,SPI_SETDOUBLECLKWIDTH)
4226         (SPI_SETDRAGFULLWINDOWS,SPI_SETDRAGHEIGHT,SPI_SETDRAGWIDTH)
4227         (SPI_SETFASTTASKSWITCH,SPI_SETFONTSMOOTHING,SPI_SETGRIDGRANULARITY)
4228         (SPI_SETHANDHELD,SPI_SETHIGHCONTRAST,SPI_SETICONMETRICS)
4229         (SPI_SETICONTITLELOGFONT,SPI_SETICONTITLEWRAP,SPI_SETKEYBOARDDELAY)
4230         (SPI_SETKEYBOARDPREF,SPI_SETKEYBOARDSPEED,SPI_SETLANGTOGGLE)
4231         (SPI_SETLOWPOWERACTIVE,SPI_SETLOWPOWERTIMEOUT,SPI_SETMENUDROPALIGNMENT)
4232         (SPI_SETMENUUNDERLINES,SPI_SETMINIMIZEDMETRICS,SPI_SETMOUSE)
4233         (SPI_SETMOUSEBUTTONSWAP,SPI_SETMOUSEKEYS,SPI_SETMOUSESPEED)
4234         (SPI_SETMOUSETRAILS,SPI_SETSERIALKEYS,SPI_SETSHOWSOUNDS)
4235         (SPI_SETSOUNDSENTRY,SPI_SETSTICKYKEYS,SPI_SETTOGGLEKEYS)
4236         (SPI_SETWHEELSCROLLLINES,SPI_SETWORKAREA): Cleanup.
4237         (SPI_GETMOUSETRAILS,SPI_SETMOUSETRAILS): Defined twice by error.
4238         (SPI_SCREENSAVERRUNNING): Removed.
4239         (SPIF_UPDATEINIFILE,SPIF_SENDCHANGE,SPIF_SENDWININICHANGE): Cleanup.
4240         * include/wingdi.h (ETO_NUMERICSLATIN,ETO_NUMERICSLOCAL)
4241         (ETO_IGNORELANGUAGE,ETO_PDY): Define.
4242         (ETO_CLIPPED,ETO_GLYPH_INDEX,ETO_OPAQUE,ETO_RTLREADING): Cleanup.
4243
4244 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4245
4246         * include/mprapi.h (MPR_SERVER_HANDLE): Add typedef.
4247         (MprAdminGetPDCServer): Add prototype.
4248         (MprAdminSendUserMessage): Add prototype.
4249         (MprAdminUserGetInfo): Add prototype.
4250         (MprAdminUserSetInfo): Add prototype.
4251         * lib/mprapi.def: Add stubs for above functions.
4252
4253 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4254
4255         * lib/directx/quartz.def: Move from here...
4256         * lib/quartz.def: ... to here.
4257
4258 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4259
4260         * include/amaudio.h: New file.
4261         * include/dshow.h: Include <amaudio.h>.
4262
4263 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4264
4265         * include/errors.h: New file.
4266         * include/dshow.h: Include <errors.h>.
4267
4268 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4269
4270         * include/dshow.h: New file.
4271         * include/evcode.h: New file.
4272         * include/audevcod.h: New file.
4273         * include/dvdevcod.h: New file.
4274
4275 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4276
4277         * include/mprapi.h (RAS_SERVER_HANDLE): Add typedef.
4278         (MprAdminConnectionClearStats): Add prototype.
4279         (MprAdminConnectionEnum): Add  prototype.
4280         (MprAdminConnectionGetInfo): Add prototype.
4281         (MprAdminConnectionRemoveQuarantine): Add prototype.
4282         (MprAdminPortClearStats): Add prototype.
4283         (MprAdminPortDisconnect): Add prototype.
4284         (MprAdminPortEnum): Add prototype.
4285         (MprAdminPortGetInfo): Add prototype.
4286         (MprAdminPortReset): Add prototype.
4287         * lib/mprapi.def: New file.
4288
4289 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4290
4291         *  include/mprapi.h: #include <lmcons.h>
4292         (MAX_DEVICETYPE_NAME): Add define.
4293         (MAX_PHONE_NUMBER_LEN): Add define.
4294         (ATADDRESSLEN): Add define.
4295         (IPADDRESSLEN): Add define.
4296         (IPXADDRESSLEN): Add define.
4297         (MPR_ENABLE_RAS_ON_DEVICE): Add define.
4298         (MPR_ENABLE_ROUTING_ON_DEVICE): Add define.
4299         (RAS_FLAGS_PPP_CONNECTION): Add define.
4300         (RAS_FLAGS_MESSENGER_PRESENT): Add define.
4301         (RAS_FLAGS_RAS_CONNECTION): Add define.
4302         (RAS_FLAGS_QUARANTINE_PRESENT): Add define.
4303         (RASCCPCA_STAC): Add define.
4304         (RASCCPCA_MPPC): Add define.
4305         (PPP_CCP_COMPRESSION): Add define.
4306         (PPP_CCP_ENCRYPTION40BITOLD): Add define.
4307         (PPP_CCP_ENCRYPTION40BIT): Add define.
4308         (PPP_CCP_ENCRYPTION128BIT): Add define.
4309         (PPP_CCP_ENCRYPTION56BIT): Add define.
4310         (PPP_CCP_HISTORYLESS): Add define.
4311         (RASPRIV_NoCallback): Add define.
4312         (RASPRIV_AdminSetCallback): Add define.
4313         (RASPRIV_CallerSetCallback): Add define.
4314         (RASPRIV_DialinPrivilege): Add define.
4315         (RASPRIV_CallbackType): Add define.
4316         (RASPRIV2_DialinPolicy): Add define.
4317         (PPP_LCP_PAP): Add define.
4318         (PPP_LCP_SPAP): Add define.
4319         (PPP_LCP_CHAP): Add define.
4320         (PPP_LCP_EAP): Add define.
4321         (PPP_LCP_CHAP_MD5): Add define.
4322         (PPP_LCP_CHAP_MS): Add define.
4323         (PPP_LCP_CHAP_MSV2): Add define.
4324         (PPP_LCP_MULTILINK_FRAMING): Add define.
4325         (enum _RAS_HARDWARE_CONDITION): Add.
4326         (enum _RAS_PORT_CONDITION): Add.
4327         (struct _PPP_ATCP_INFO): Add.
4328         (struct _PPP_ATCP_INFO): Add.
4329         (struct _PPP_IPCP_INFO): Add.
4330         (struct _PPP_IPCP_INFO2): Add.
4331         (struct _PPP_IPXCP_INFO): Add.
4332         (struct _PPP_LCP_INFO): Add.
4333         (struct _PPP_NBFCP_INFO): Add.
4334         (struct _PPP_INFO): Add.
4335         (struct _PPP_INFO_2): Add.
4336         (struct _RAS_CONNECTION_0): Add.
4337         (struct RAS_CONNECTION_1): Add.
4338         (struct _RAS_CONNECTION_2): Add.
4339         (struct RAS_PORT_0): Add.
4340         (struct _RAS_PORT_1): Add.
4341         (struct _RAS_USER_0): Add.
4342         (struct _RAS_USER_1): Add.
4343
4344 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4345
4346         * include/mprapi.h: New file.
4347         * include/routprot.h: New file.
4348         * include/ipxrtdef.h: New file.
4349         * include/ipxconst.h: New file.
4350         * include/stm.h: New file.
4351
4352 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4353
4354         * include/ddk/winddk.h (KAFFINITY): Fix typo.
4355         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
4356
4357 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4358
4359         * include/winbase.h (ENUMRESLANGPROC,ENUMRESLANGPROCA,ENUMRESLANGPROCW)
4360         (ENUMRESNAMEPROC,ENUMRESNAMEPROCA,ENUMRESNAMEPROCW)
4361         (ENUMRESTYPEPROC,ENUMRESTYPEPROCA,ENUMRESTYPEPROCW): ANSI and Unicode
4362         versions.
4363         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
4364
4365 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4366
4367         * include/ntsecapi.h (POLICY_DNS_DOMAIN_INFO): Fix typo.
4368         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
4369
4370 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4371
4372         * include/wingdi.h (BITMAPV5HEADER): New structure definition.
4373
4374 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4375
4376         * include/basetyps.h (REFFMTID): Define properly.
4377
4378 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4379
4380         * include/winnt.h (WT_SET_MAX_THREADPOOL_THREADS): Define.
4381         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
4382
4383 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4384
4385         * include/ipifcons.h (MIN_IF_TYPE,IF_TYPE_OTHER,IF_TYPE_REGULAR_1822)
4386         (IF_TYPE_HDH_1822,IF_TYPE_DDN_X25,IF_TYPE_RFC877_X25)
4387         (IF_TYPE_ETHERNET_CSMACD,IF_TYPE_IS088023_CSMACD)
4388         (IF_TYPE_ISO88024_TOKENBUS,IF_TYPE_ISO88025_TOKENRING)
4389         (IF_TYPE_ISO88026_MAN,IF_TYPE_STARLAN,IF_TYPE_PROTEON_10MBIT)
4390         (IF_TYPE_PROTEON_80MBIT,IF_TYPE_HYPERCHANNEL,IF_TYPE_FDDI)
4391         (IF_TYPE_LAP_B,IF_TYPE_SDLC,IF_TYPE_DS1,IF_TYPE_E1,IF_TYPE_BASIC_ISDN)
4392         (IF_TYPE_PRIMARY_ISDN,IF_TYPE_PROP_POINT2POINT_SERIAL,IF_TYPE_PPP)
4393         (IF_TYPE_SOFTWARE_LOOPBACK,IF_TYPE_EON,IF_TYPE_ETHERNET_3MBIT)
4394         (IF_TYPE_NSIP,IF_TYPE_SLIP,IF_TYPE_ULTRA,IF_TYPE_DS3,IF_TYPE_SIP)
4395         (IF_TYPE_FRAMERELAY,IF_TYPE_RS232,IF_TYPE_PARA,IF_TYPE_ARCNET)
4396         (IF_TYPE_ARCNET_PLUS,IF_TYPE_ATM,IF_TYPE_MIO_X25,IF_TYPE_SONET)
4397         (IF_TYPE_X25_PLE,IF_TYPE_ISO88022_LLC,IF_TYPE_LOCALTALK)
4398         (IF_TYPE_SMDS_DXI,IF_TYPE_FRAMERELAY_SERVICE,IF_TYPE_V35,IF_TYPE_HSSI)
4399         (IF_TYPE_HIPPI,IF_TYPE_MODEM,IF_TYPE_AAL5,IF_TYPE_SONET_PATH)
4400         (IF_TYPE_SONET_VT,IF_TYPE_SMDS_ICIP,IF_TYPE_PROP_VIRTUAL)
4401         (IF_TYPE_PROP_MULTIPLEXOR,IF_TYPE_IEEE80212,IF_TYPE_FIBRECHANNEL)
4402         (IF_TYPE_HIPPIINTERFACE,IF_TYPE_FRAMERELAY_INTERCONNECT)
4403         (IF_TYPE_AFLANE_8023,IF_TYPE_AFLANE_8025,IF_TYPE_CCTEMUL)
4404         (IF_TYPE_FASTETHER,IF_TYPE_ISDN,IF_TYPE_V11,IF_TYPE_V36)
4405         (IF_TYPE_G703_64K,IF_TYPE_G703_2MB,IF_TYPE_QLLC,IF_TYPE_FASTETHER_FX)
4406         (IF_TYPE_CHANNEL,IF_TYPE_IEEE80211,,IF_TYPE_IBM370PARCHAN)
4407         (IF_TYPE_ESCON,IF_TYPE_DLSW,IF_TYPE_ISDN_S,IF_TYPE_ISDN_U)
4408         (IF_TYPE_LAP_D,IF_TYPE_IPSWITCH,IF_TYPE_RSRB,IF_TYPE_ATM_LOGICAL)
4409         (IF_TYPE_DS0,IF_TYPE_DS0_BUNDLE,IF_TYPE_BSC,IF_TYPE_ASYNC,IF_TYPE_CNR)
4410         (IF_TYPE_ISO88025R_DTR,IF_TYPE_EPLRS,IF_TYPE_ARAP,IF_TYPE_PROP_CNLS)
4411         (IF_TYPE_HOSTPAD,IF_TYPE_TERMPAD,IF_TYPE_FRAMERELAY_MPI,IF_TYPE_X213)
4412         (IF_TYPE_ADSL,IF_TYPE_RADSL,IF_TYPE_SDSL,IF_TYPE_VDSL)
4413         (IF_TYPE_ISO88025_CRFPRINT,IF_TYPE_MYRINET,IF_TYPE_VOICE_EM)
4414         (IF_TYPE_VOICE_FXO,IF_TYPE_VOICE_FXS,IF_TYPE_VOICE_ENCAP)
4415         (IF_TYPE_VOICE_OVERIP,IF_TYPE_ATM_DXI,IF_TYPE_ATM_FUNI,IF_TYPE_ATM_IMA)
4416         (IF_TYPE_PPPMULTILINKBUNDLE,IF_TYPE_IPOVER_CDLC,IF_TYPE_IPOVER_CLAW)
4417         (IF_TYPE_STACKTOSTACK,IF_TYPE_VIRTUALIPADDRESS,IF_TYPE_MPC
4418         (IF_TYPE_IPOVER_ATM,IF_TYPE_ISO88025_FIBER,IF_TYPE_TDLC
4419         (IF_TYPE_GIGABITETHERNET,IF_TYPE_HDLC,IF_TYPE_LAP_F,IF_TYPE_V37)
4420         (IF_TYPE_X25_MLP,IF_TYPE_X25_HUNTGROUP,IF_TYPE_TRANSPHDLC)
4421         (IF_TYPE_INTERLEAVE,IF_TYPE_FAST,IF_TYPE_IP,IF_TYPE_DOCSCABLE_MACLAYER)
4422         (IF_TYPE_DOCSCABLE_DOWNSTREAM,IF_TYPE_DOCSCABLE_UPSTREAM)
4423         (IF_TYPE_A12MPPSWITCH,IF_TYPE_TUNNEL,IF_TYPE_COFFEE,IF_TYPE_CES)
4424         (IF_TYPE_ATM_SUBINTERFACE,IF_TYPE_L2_VLAN,IF_TYPE_L3_IPVLAN)
4425         (IF_TYPE_L3_IPXVLAN,IF_TYPE_DIGITALPOWERLINE,IF_TYPE_MEDIAMAILOVERIP)
4426         (IF_TYPE_DTM,IF_TYPE_DCN,IF_TYPE_IPFORWARD,IF_TYPE_MSDSL)
4427         (IF_TYPE_IEEE1394,IF_TYPE_RECEIVE_ONLY,MAX_IF_TYPE,IF_ACCESS_LOOPBACK)
4428         (IF_ACCESS_BROADCAST,IF_ACCESS_POINTTOPOINT)
4429         (IF_ACCESS_POINTTOMULTIPOINT,IF_CHECK_NONE,IF_CHECK_MCAST)
4430         (IF_CHECK_SEND,IF_CONNECTION_DEDICATED,IF_CONNECTION_PASSIVE)
4431         (IF_CONNECTION_DEMAND,IF_ADMIN_STATUS_UP,IF_ADMIN_STATUS_DOWN)
4432         (IF_ADMIN_STATUS_TESTING,IF_OPER_STATUS_NON_OPERATIONAL)
4433         (IF_OPER_STATUS_UNREACHABLE,IF_OPER_STATUS_DISCONNECTED)
4434         (IF_OPER_STATUS_CONNECTING,IF_OPER_STATUS_CONNECTED)
4435         (IF_OPER_STATUS_OPERATIONAL): Define.
4436         * include/winbase.h (CancelWaitableTimer,UnregisterWait):
4437         Add function declaration.
4438         * include/mgm.h: New file.
4439         * lib/rtm.def: New file.
4440         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
4441
4442 2006-04-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4443
4444         * include/ws2tcpip.h (gai_strerror): Remove thread-safety comment.
4445         This function cannot be made thread-safe, the API would have to be
4446         changed for that, just like strerror() -> strerror_r() and similar
4447         ISO C or POSIX functions...
4448
4449 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4450
4451         * include/edevdefs.h: New file.
4452
4453 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4454
4455         * include/mmsystem.h (_LPCWAVEFORMATEX_DEFINED): Define.
4456         Use as guard for the WAVEFORMATEX structure instead of
4457         _WAVEFORMATEX_ to avoid clashes with DirectSound. Keep
4458         _WAVEFORMATEX_ for compatibility.
4459         Thanks to:    Andrew Jones <guln at sf dot net>
4460
4461 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4462
4463         * include/winuser.h (CharNextEx,CharNextExW,CharPrevEx,CharPrevExW):
4464         Delete. Only CharNextExA and CharPrevExA are documented in MSDN.
4465         Thanks to:    David Golub <david_golub at sf dot net>
4466
4467 2006-04-18  Eric House  <ehouse@eehouse.org>
4468
4469         PocketPC support.
4470         * include/aygshell.h: New file [_WIN32_WCE]. Declare most common
4471         functions for using aygshell on PocketPC:
4472         SHCreateMenuBar, SHFindMenuBar, SHCreateNewItem, SHFullScreen,
4473         SHSipInfo, SHHandleWMActivate, SHHandleWMSettingChange
4474
4475         * include/commctrl.h [_WIN32_WCE] Add function prototypes for
4476         command bar API on PocketPC:
4477         CommandBar_Create, CommandBar_Show, CommandBar_AddBitmap,
4478         CommandBar_InsertComboBox, CommandBar_InsertMenubar,
4479         CommandBar_InsertMenubarEx, CommandBar_DrawMenuBar,
4480         CommandBar_GetMenu, CommandBar_AddAdornments, CommandBar_Height,
4481         CommandBar_InsertButton, CommandBar_Destroy.
4482
4483         * include/winbase.h [_WIN32_WCE] (WIN32_FIND_DATA{A|W}): Remove
4484         fields not present on PocketPC.
4485         (GetCurrentThreadId): Conditionally declare as extern function
4486         without dllimport attribute on PocketPC.
4487         (ResetEvent): Likwise.
4488         (SetEvent): Likewise.
4489
4490         * include/wingdi.h [_WIN32_WCE]  (GetTextExtentPoint32{A|W}):
4491         Conditionally declare as extern function without dllimport
4492          attribute on PocketPC.
4493         * winuser.h  [_WIN32_WCE] (DialogBoxParam{A|W}): Conditionally
4494         declare as extern function without dllimport attribute on PocketPC.
4495
4496 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
4497
4498         * lib/test.c: Include icm.h.
4499
4500 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
4501
4502         * include/wingdi.h (ColorCorrectPalette): Add declaration.
4503         (CreateColorSpace): Add UNICODE mappings.
4504         * lib/gdi32.def (ColorCorrectPalette): Add stub.
4505         * include/icm.h: New file.
4506         * lib/mscms.def: New file.
4507         * lib/icmui.def: New file.
4508
4509 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
4510
4511         * include/winnt.h (IMAGE_FILE_MACHINE_IA64): New define.
4512         (IMAGE_FILE_MACHINE_AMD64): New define.
4513         (IMAGE_NT_OPTIONAL_HDR32_MAGIC,IMAGE_NT_OPTIONAL_HDR64_MAGIC):
4514         New defines.
4515         (IMAGE_NT_OPTIONAL_HDR_MAGIC): Map to one of the above.
4516         (IMAGE_SUBSYSTEM_NATIVE_WINDOWS): New define.
4517         (IMAGE_SUBSYSTEM_WINDOWS_CE_GUI): New define.
4518         (IMAGE_DLLCHARACTERISTICS_WDM_DRIVER): New define.
4519         (IMAGE_DIRECTORY_ENTRY_ARCHITECTURE,IMAGE_DIRECTORY_ENTRY_DELAY_IMPORT)
4520         (IMAGE_DIRECTORY_ENTRY_COM_DESCRIPTOR): New defines.
4521         (IMAGE_SCN_TYPE_REG,IMAGE_SCN_TYPE_DSECT,IMAGE_SCN_TYPE_NOLOAD)
4522         (IMAGE_SCN_TYPE_GROUP,IMAGE_SCN_TYPE_COPY,IMAGE_SCN_TYPE_OVER):
4523         New defines.
4524         (IMAGE_SCN_ALIGN_128BYTES,IMAGE_SCN_ALIGN_256BYTES)
4525         (IMAGE_SCN_ALIGN_512BYTES,IMAGE_SCN_ALIGN_1024BYTES)
4526         (IMAGE_SCN_ALIGN_2048BYTES,IMAGE_SCN_ALIGN_4096BYTES)
4527         (IMAGE_SCN_ALIGN_8192BYTES): New defines.
4528         (IMAGE_DEBUG_TYPE_BORLAND): New define.
4529         (IMAGE_OPTIONAL_HEADER32,PIMAGE_OPTIONAL_HEADER32)
4530         (IMAGE_OPTIONAL_HEADER64,PIMAGE_OPTIONAL_HEADER64): New structure
4531         definitions and typedefs.
4532         (IMAGE_OPTIONAL_HEADER,PIMAGE_OPTIONAL_HEADER): Map to the above.
4533         (IMAGE_NT_HEADERS32,PIMAGE_NT_HEADERS32,IMAGE_NT_HEADERS64)
4534         (PIMAGE_NT_HEADERS64): New structure definitions and typedefs.
4535         (IMAGE_NT_HEADERS,PIMAGE_NT_HEADERS): Map to the above.
4536         (IMAGE_LOAD_CONFIG_DIRECTORY64,PIMAGE_LOAD_CONFIG_DIRECTORY64):
4537         New structure definition and typedefs.
4538         (IMAGE_CE_RUNTIME_FUNCTION_ENTRY,PIMAGE_CE_RUNTIME_FUNCTION_ENTRY):
4539         Likewise.
4540         (IMAGE_FUNCTION_ENTRY64,PIMAGE_FUNCTION_ENTRY64): Likewise.
4541
4542 2006-04-18  Bart Oldeman  <bartoldeman@users.sf.net>
4543
4544         * lib/test.c: Fix typo in #inlcude.
4545         * include/aclui.h: INTERFACE should not remain
4546         defined at the end of the header.
4547         * include/servprov.h: Ditto.
4548
4549 2006-04-16  Danny Smith  <dannysmith@users.sourceforge.net>
4550
4551         * include/ws2tcpip.h (gai_strerror): Add thread-safety comment.
4552
4553 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4554
4555         * include/ws2tcpip.h (gai_strerrorA,gai_strerrorW): Implement inline.
4556
4557 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4558
4559         * include/wsahelp.h (system_header): Add pragma.
4560         * include/ws2spi.h (system_header): Add pragma.
4561         * include/rasdlg.h (system_header): Add pragma.
4562         * include/rasdlg.h (_RASDLG_H): Define.
4563         Define instead of _RASDLG_H_, this is the w32api standard.
4564         * include/mlang.h (_MLANG_H): Define.
4565         Define instead of _MLANG_H_, this is the w32api standard.
4566         * include/setupapi.h (_SETUPAPI_H): Define.
4567         Define instead of _SETUPAPI_H_, this is the w32api standard.
4568
4569 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4570
4571         * include/rpcndr.h (boolean): Add typedef.
4572         Thanks to:    James du Russel <ephelon at users dot sf dot net>
4573         * include/rpcndr.h (_RPCNDR_H): Define.
4574         Define in addition to __RPCNDR_H__, this is the w32api standard.
4575
4576 2006-04-14  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4577
4578         * include/w32api.h: Increment version to 3.7.
4579         * Makefile.in: Ditto.
4580
4581 2006-04-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4582
4583         * include/winbase.h (GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS,
4584         GET_MODULE_HANDLE_EX_FLAG_PIN,
4585         GET_MODULE_HANDLE_EX_FLAG_UNCHANGED_REFCOUNT): Define.
4586         Thanks to:    Brandon Sneed <brandon at redf dot net>
4587
4588 2006-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
4589
4590         * include/secext.h: Enclose function declarations in extern "C"
4591         if __cplusplus.
4592
4593 2006-04-11  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4594
4595         * include/comcat.h: INTERFACE should not remain defined
4596         at the end of the header.
4597         * include/docobj.h: Ditto.
4598         * include/exdisp.h: Ditto.
4599         * include/intshcut.h: Ditto.
4600         * include/mlang.h: Ditto.
4601         * include/mshtml.h: Ditto.
4602         * include/oaidl.h: Ditto.
4603         * include/objidl.h: Ditto.
4604         * include/objsafe.h: Ditto.
4605         * include/ocidl.h: Ditto.
4606         * include/oleacc.h: Ditto.
4607         * include/oledlg.h: Ditto.
4608         * include/oleidl.h: Ditto.
4609         * include/richole.h: Ditto.
4610         * include/shldisp.h: Ditto.
4611         * include/shlobj.h: Ditto.
4612         * include/unknwn.h: Ditto.
4613         * include/vfw.h: Ditto.
4614         Thanks to:    Brandon Sneed <brandon at redf dot net>
4615
4616 2006-04-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4617
4618         * include/commdlg.h [_WIN32_WINNT >= 0x0500] (PD_CURRENTPAGE)
4619         (PD_NOCURRENTPAGE,PD_EXCLUSIONFLAGS,PD_USELARGETEMPLATE): Define.
4620         Thanks to:    Wolfgang Glas <softadm at users dot sf dot net>
4621
4622 2006-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
4623
4624         * include/iphlpapi.h (GetAdaptersAddresses): Check for winsock2
4625         here also.
4626
4627 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4628
4629         * include/wincrypt.h (PROV_MS_EXCHANGE): Define.
4630         We should probably remove PROV_MS_MAIL but I'm keeping it for
4631         now for compatibility reasons.
4632         Thanks to:    Marcus Agehall <agehall at users dot sf dot net>
4633
4634 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4635
4636         * include/commdlg.h [_WIN32_WINNT >= 0x0500] (START_PAGE_GENERAL)
4637         (PD_RESULT_PRINT,PD_RESULT_APPLY): Define.
4638         Thanks to:    Wolfgang Glas <softadm at users dot sf dot net>
4639
4640 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4641
4642         * include/wingdi.h [WINVER >= 0x0410]
4643         (AlphaBlend,GradientFill,TransparentBlt): Windows 98 and better.
4644         Thanks to:    Alessandro Antonello <aleantonello at users dot sf dot net>
4645
4646 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4647
4648         * include/wingdi.h (CAPTUREBLT,NOMIRRORBITMAP): Define.
4649         * include/commctrl.h (WC_LINKA,WC_LINKW,LIF_ITEMINDEX,LIF_STATE)
4650         (LIF_ITEMID,LIF_URL,LIS_FOCUSED,LIS_ENABLED,LIS_VISITED,LM_HITTEST)
4651         (LM_GETIDEALHEIGHT,LM_SETITEM,LM_GETITEM,MAX_LINKID_TEXT)
4652         (L_MAX_URL_LENGTH): Define.
4653         (LITEM,LHITTESTINFO,NMLINK): Add structures.
4654         Thanks to:    Brandon Sneed <brandon at redf dot net>
4655
4656 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4657
4658         * include/w32api.h (IE601,IE602,IE7): Define for recent versions of IE.
4659
4660 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4661
4662         * include/w32api.h (_W32API_H): Define.
4663         Define in addition to _W32API_H_, this is the w32api standard.
4664
4665 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4666
4667         * include/w32api.h (WindowsVista): Define.
4668
4669 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4670
4671         * include/iptypes.h (IP_ADAPTER_*): Define parts that depend
4672         on SOCKET_ADDRESS only if winsock2.h has already been included.
4673
4674 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4675
4676         * include/winuser.h (WM_IME_*): Remove. Defined in imm.h.
4677
4678 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4679
4680         * include/iphlpapi.h (GAA_FLAG_*): Define.
4681         (GetAdaptersAddresses): Add function declaration.
4682         * lib/iphlpapi.def (GetAdaptersAddresses): Add function stub.
4683         Thanks to:    ross <rossboulet at users dot sf dot net>
4684
4685 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4686
4687         * include/iptypes.h (IP_INTERFACE_NAME_INFO,
4688         IP_ADAPTER_ANYCAST_ADDRESS,IP_ADAPTER_MULTICAST_ADDRESS,
4689         IP_ADAPTER_UNICAST_ADDRESS,IP_ADAPTER_DNS_SERVER_ADDRESS,
4690         IP_ADAPTER_PREFIX,IP_ADAPTER_ADDRESSES): Add structures.
4691         (IF_OPER_STATUS,IP_DAD_STATE,IP_PREFIX_ORIGIN,IP_SUFFIX_ORIGIN,
4692         SCOPE_LEVEL): Add enums.
4693         (IP_ADAPTER_*): Define.
4694
4695 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4696
4697         * include/winuser.h (GetWindowExtEx): Removed, belongs to wingdi.h.
4698         Thanks to:    Sergey Philippov <phis at users dot sf dot net>
4699
4700 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4701
4702         * include/objidl.h (PIDSI_*): Define.
4703         (PRSPEC_*): Define.
4704         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
4705
4706 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4707
4708         * include/winbase.h (LOGON32_PROVIDER_WINNT40,
4709         LOGON32_PROVIDER_WINNT50, LOGON32_LOGON_NETWORK,
4710         LOGON32_LOGON_UNLOCK, LOGON32_LOGON_NETWORK_CLEARTEXT,
4711         LOGON32_LOGON_NEW_CREDENTIALS): Define.
4712         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
4713
4714 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4715
4716         * include/mq.h: New file.
4717         * lib/mqrt.def (MQ*): Define a few missing functions.
4718
4719 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4720
4721         * lib/mqrt.def: New file.
4722         Needs the mq.h file to work properly, working on it.
4723         Thanks to:    Pascal Obry <pobry at users dot sf dot net>
4724
4725 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4726
4727         * include/winerror.h (STG_E_*):  Define.
4728         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
4729         * include/winerror.h (STG_S_*): Define.
4730         (CO_S_MACHINENAMENOTFOUND): Define.
4731         (RPC_E_*): Define.
4732         (NTE_*): Define.
4733
4734 2006-04-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4735
4736         * include/commctrl.h (ListView_*):  Define and correct.
4737         (LVM_*): Define.
4738
4739 2006-04-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4740
4741         * include/winuser.h (WM_IME_*): Define (DWORD type).
4742         (EM_*IMESTATUS): Define.
4743         (WM_*): Define.
4744         (XBUTTON*): Define.
4745         Thanks to:    Steve Folly <spfolly at users dot sf dot net>
4746
4747 2006-03-31  Danny Smith  <dannysmith@users.sourceforge.net>
4748
4749         * include/winnetwk.h (WNetGetResourceInformationW):  Correct first param.
4750         Thanks to: Rene Rivera  <grafik at users dot sf dot net>
4751
4752 2006-03-29  Christopher Faylor  <cgf@timesys.com>
4753
4754         * include/winspool.h: Protect use of PRINTER_ENUM_VALUESW with proper
4755         version conditional.
4756
4757 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4758
4759         * include/winspool.h (JOB_INFO_3): Add structure.
4760         (PROVIDOR_INFO_*{AW}): Add structure.
4761         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4762         (PRINTER_ENUM_VALUES{AW}): Add structure.
4763         (PRINTPROCESSOR_CAPS): Add structure.
4764
4765 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4766
4767         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4768         (PRINTER_INFO_7A): Correct definition.
4769
4770 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4771
4772         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4773         (DRIVER_INFO_*{AW}): Add structure.
4774         (PRINTER_INFO_*{AW}): Add structure.
4775         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4776
4777 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4778
4779         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4780         (DRIVER_*MODE): Define (DWORD type).
4781         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4782
4783 2006-03-27  Danny Smith  <dannysmith@users.sourceforge.net>
4784
4785         * include/wincon.h (GetConsoleProcessList): Declare.
4786
4787 2006-03-27  Hansres Engel  <engel@node.ch>
4788
4789         * include/mlang.h: New file.
4790
4791 2006-03-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4792
4793         * include/winbase.h (SetProcessWorkingSetSize): Corrected define.
4794
4795 2006-03-26  Hansres Engel  <engel@node.ch>
4796
4797          Add Uniscribe API for typography and for complex scripts.
4798         * include/usp10.h: New file.
4799         * lib/usp10.def: New file.
4800
4801         * include/winver.h:  Change first argument of GetFileVersionInfo[...] to const.
4802
4803         * include/imm.h (IMECHARPOSITION): Add structure.
4804         (RECONVERTSTRING): Likwise.
4805
4806         * include/commdlg.h (OPENFILENAME_SIZE_VERSION_400): Define.
4807
4808         * lib/uuid.c (CMultiLanguage): Add UUID definition.
4809         (IMLangFontLink2): Likewise.
4810         (IMultiLanguage): Likewise.
4811
4812 2006-03-18  Julien Lecomte  <julienlecomte@users.sourceforge.net>
4813
4814         * include/wincon.h  (ENABLE_*): Add more defines.
4815
4816 2006-03-18  Jan Nijtmans  <nijtmans@users.sourceforge.net>
4817
4818         * include/winnt.h (INHERITED_ACE): Define.
4819         (VALID_INHERIT_FLAGS): Correct definition.
4820
4821 2006-03-18  Peter Ã…strand  <astrand@cendio.se>
4822
4823          * lib/wtsapi32.def: New file.
4824
4825 2006-03-15  Christopher Faylor  <cgf@timesys.com>
4826
4827         * include/winbase.h (STATUS_DLL_INIT_FAILED): New define.
4828         (STATUS_DLL_INIT_FAILED_LOGOFF): Ditto.
4829
4830 2006-03-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4831
4832         * include/winspool.h (DI_MEMORYMAP_WRITE): Define (DWORD type).
4833         (FORM_USER,FORM_PRINTER): Define (DWORD type).
4834         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4835         (DSPRINT_*): Define (DWORD type).
4836         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4837
4838 2006-03-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4839
4840         * include/winspool.h (JOB_CONTROL_*,JOB_STATUS_*): Define.
4841         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4842
4843 2006-03-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4844
4845         * include/shellapi.h [_WIN32_IE >= 0x0600]
4846         (SEE_MASK_NOZONECHECKS,SEE_MASK_FLAG_LOG_USAGE): Define on
4847         Windows XP SP1 and Windows XP respectively.
4848
4849 2006-03-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4850
4851         * include/shellapi.h (NOTIFYICONDATA_V*_SIZE): Define.
4852         Thanks to:  Daniel Atallah <datallah at users dot sf dot net>
4853         * include/shellapi.h [_WIN32_IE >= 0x0500]
4854         (NIS_*): Introduced in Version 5.0.
4855
4856 2006-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
4857
4858         * include/wingdi.h (CS_*): Correct WINVER guard on
4859         Image Color Matching colour definitions.
4860
4861 2006-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
4862
4863         * include/shlobj.h (SFGAO_ISSLOW): Define.
4864         (SFGAO_DISPLAYATTRMASK): Define in terms of preceding display
4865         attribute constants.
4866
4867 2006-03-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4868
4869         * include/wingdi.h [WINVER >= 0x0500]
4870         (GRADIENT_FILL_*,*_EMBEDED): Included in Windows 2000 and later.
4871         Thanks to: David A. Capello <dacap at users dot sf dot net>
4872
4873 2006-03-05  Paul J. Lucas  <pauljlucas@users.sourceforge.net>
4874
4875         * include/wininet.h (INTERNET_CONNECTED_INFO): Define structure.
4876         (INTERNET_STATE_*): Define flags.
4877         (INTERNET_OPTION_CONNECTED_STATE): Define constant.
4878
4879 2006-03-05  Chris Wilson  <chris+mingw@qwirx.com>
4880
4881         * include/sddl.h: New file.
4882
4883 2006-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
4884
4885         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Revert
4886         last change.
4887         Remove file level #pragma pack(push,4)/#pragma pop.
4888
4889 2006-02-19  Corinna Vinschen  <corinna@vinschen.de>
4890
4891         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Add filler
4892         value to force correct alignment.
4893
4894 2006-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
4895
4896         * include/commctrl.h (LPNMLVCACHEHINT): Correct spelling.
4897         Thanks to: Sebastian Pipping <hartwork at users dot sf dot net>
4898         (PNM_CACHEHINT): Add backward compatibilty define.
4899         (LPNM_CACHEHINT): Likewise.
4900
4901 2006-02-06  Danny Smith  <dannysmith@users.sourceforge.net>
4902
4903         * include/shlobj.h (PathResolve): Fix typo in _WIN32_WINNT guard.
4904
4905 2006-02-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4906
4907         * include/shlobj.h (PRF_VERIFYEXISTS, PRF_TRYPROGRAMEXTENSIONS,
4908         PRF_FIRSTDIRDEF, PRF_DONTFINDLNK): Define.
4909         * lib/shell32.def (PathResolve): Define.
4910
4911 2006-02-06  Christopher Faylor  <cgf@timesys.com>
4912
4913         * include/shlobj.h (PathResolve): Fix typo.
4914
4915 2006-02-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4916
4917         * include/shlobj.h (PathResolve): Define.
4918         (PRF_VERIFYEXISTS, PRF_TRYPROGRAMEXTENSIONS, PRF_FIRSTDIRDEF,
4919         PRF_DONTFINDLNK): Ditto.
4920         * lib/shell32.def (PathResolve): Define.
4921
4922 2006-02-04  Ron Lee  <ronl@users.sourceforge.net>
4923
4924         * include/winnls.h: Remove stray end ';' from preprocessor defines.
4925
4926 2006-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
4927
4928         * lib/iphlpapi.def: (NotifyAddrChange@8): Define.
4929         Reported by: Daniel Atallah  <datallah at users dot sf dot net>
4930         (NotifyRouteChange@8): Define.
4931
4932 2006-01-29  Danny Smith  <dannysmith@users.sourceforge.net>
4933
4934         * include/winsock2.h (WINSOCK_API_LINKAGE): Define.  Add to
4935         prototypes.
4936
4937 2006-01-29  Danny Smith  <dannysmith@users.sourceforge.net>
4938
4939         * include/winnt.h (FORCEINLINE): Define.
4940
4941 2006-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
4942
4943         * include/winnt.h (DECLSPEC_SELECTANY): Define.
4944
4945 2006-01-26  Filip Navara  <xnavara@volny.cz>
4946
4947         * include/winnt.h (DECLSPEC_ALIGN): Define.
4948
4949 2006-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
4950
4951         * include/commctrl.h: Correct spelling of 'compatibility' in
4952         comments.
4953         * include/setupapi.h: Likewise.
4954         * include/ws2tcpip.h: Likewise.
4955
4956 2006-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
4957
4958         * include/ddk/winddk.h (KeGetCurrentKPCR): Support -masm=intel.
4959
4960 2006-01-24  Jiri Malak  <Jiri.Malak@iol.cz>
4961
4962         WATCOM compatibility changes.
4963         * include/ddk/ntddk.h (DECL_IMPORT): Define using __declspec,
4964         rather than __attribute__.
4965         (DECL_EXPORT): Likewise.
4966         * include/ddk/winddk.h (DDKAPI): Avoid using __attribute__.
4967         (DDKFASTAPI): Likewise.
4968         (DDKCDECLAPI): Likwise.
4969         (KeGetCurrentKPCR): Provide __WATCOMC__ syntax for inline code.
4970
4971 2006-01-23  Brandon Sneed  <brandon@redf.net>
4972
4973         * setupapi.def: Add all CM_* functions defined in ddk/cfgmgr32.h
4974         to exports.
4975
4976 2006-01-17  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4977
4978         * include/w32api.h: Increment version to 3.6.
4979         * Makefile.in: Ditto.
4980
4981 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
4982
4983         * include/wincrypt.h (WINADVAPI): Add to prototypes of
4984         advapi32.dll functions.
4985
4986 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
4987
4988         * include/winsock2.h (struct sockaddr_storage):  Use RFC 2553
4989         names for padding size constants.
4990
4991 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
4992
4993         * include/aclapi.h (WINADVAPI): Add to prototypes.
4994         * include/winreg.h (WINADVAPI): Likewise.
4995         * include/winsvc.h (WINADVAPI): Likewise.
4996
4997 2006-01-05  Michael Gerdau  <mgd@technosis.de>
4998
4999         * include/winbase.h (WINADVAPI): Define.
5000
5001 2006-01-03  Christopher Faylor  <cgf@timesys.com>
5002
5003         * include/winuser.h (CreateWindowStation): Correctly identify first
5004         argument as constant.
5005         (CreateWindowStation@): Ditto.
5006
5007 2006-01-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5008
5009         * include/uxtheme.h [_WIN32_WINNT >= 0x0501]
5010         (TMT_*, BT_*): Add constants.
5011
5012 2005-12-31  Corinna Vinschen  <corinna@vinschen.de>
5013
5014         * include/winsock2.h: Don't define struct sockaddr_storage when
5015         building Cygwin.
5016
5017 2005-12-22  Danny Smith  <dannysmith@users.sourceforge.net>
5018
5019         * lib/ws2_32.c: New file, defining IPv6 constants.
5020         * lib/Makefile.in (SOURCES): Add ws2_32.c
5021         (EXTRA_OBJS): Add ws2_32.o.
5022
5023 2005-12-21  Michael Jung  <mjung@iss.tu-darmstadt.de>
5024
5025         * lib/user32.def (PrivateExtractIconsA@32,
5026         PrivateExtractIconsW@32): Define.
5027         * lib/shell32.c (IID_IShellLinkDataList): Add GUID.
5028
5029 2005-12-12  Christopher Faylor  <cgf@timesys.com>
5030
5031         * include/winuser.h (WINSTA_ALL_ACCESS): Define.
5032
5033 2005-12-09  Danny Smith  <dannysmith@users.sourceforge.net>
5034
5035         * lib/kernel32.def (CreateFiberEx): Correct suffix.
5036
5037 2005-12-09  Huw Davies  <hdavies@users.sourceforge.net>
5038             Danny Smith <dannysmith@users.sourceforge.net>
5039
5040         * lib/msxml-uuid.c: New file to generate UUIDs for
5041         MSXML interfaces.
5042         * lib/Makefile.in (UUID_OBJS): Add msxml-uuid.o.
5043
5044 2005-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
5045
5046         * include/winbase.h (GetDevicePowerState): Add prototype.
5047         * lib/kernel32.def (GetDevicePowerState): Correct suffix.
5048
5049 2005-12-07  Brian Gunlogson  <gmb300@users.sourceforge.net>
5050
5051         * include/winuser.h (GetClassLongPtr{AW}): Guard prototypes with _WIN64.
5052         Define as macro if !_WIN64.
5053         (SetClassLongPtr{AW}): Likewise.
5054         (GCLP_*): Add GetClassLongPtr defines.
5055         * lib/user32.def (GetClassLongPtr{AW}): Remove stubs.
5056         (SetClassLongPtr{AW}): Likewise.
5057
5058 2005-11-18  Brian Gunlogson  <gmb300@users.sourceforge.net>
5059
5060         * include/winuser.h (GetClassLongPtr{AW}): Add prototypes.
5061         (SetClassLongPtr{AW}): Likewise.
5062         (GCLP_*): Add GetClassLongPtr defines.
5063         * lib/user32.def (GetClassLongPtr{AW}): Add stubs.
5064         (SetClassLongPtr{AW}): Likewise.
5065
5066 2005-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
5067
5068         * include/commdlg.h (OPENFILENAMEW): Add members for
5069         _WIN32_WINNT >= 0x0500.
5070         Thanks to Ricardo Dalcorsso Fodra.
5071         (OPENFILENAMEA): Modify whitespace. Ansify comment.
5072
5073 2005-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
5074
5075         * include/wingdi.h (GetICMProfileA): Correct prototype.
5076         (GetICMProfileW): Likewise.
5077         Thanks to: Paul J Lucas
5078
5079 2005-11-04  Michael Jung  <mjung@iss.tu-darmstadt.de>
5080
5081         * lib/shell32.c (CLSID_ShellFSFolder): Add GUID.
5082
5083 2005-11-03  Danny Smith  <dannysmith@users.sourceforge.net>
5084
5085         * lib/crypt32.def (CertOIDToAlgId, CertAlgIDToOID, CryptProtectData,
5086         CryptUnprotectData, CryptDecodeObjectEx, CryptEncodeObjectEx,
5087         CryptRegisterOIDFunction, CryptUnregisterOIDFunction): Add stubs.
5088         Thanks to: F Richter  <res2002 at users dot sourceforge dot net>
5089
5090 2005-10-29  Chris Sutcliffe  <ir0nh34d@users.sf.net>
5091
5092         * include/objbase.h: Fix typo.
5093         * include/w32api.h: Increment version to 3.5.
5094         * Makefile.in: Ditto.
5095
5096 2005-10-27  Chris Sutcliffe  <ir0nh34d@users.sf.net>
5097
5098         * include/w32api.h: Increment version to 3.4.
5099         * Makefile.in: Ditto.
5100
5101 2005-10-12  Danny Smith  <dannysmith@users.sourceforge.net>
5102
5103         * include/winbase.h (GetProcessId): Remove duplicate declaration.
5104         Use _WIN32_WINNT >= 0x0501 guard.
5105
5106 2005-10-11  Christopher Faylor  <cgf@timesys.com>
5107
5108         * include/winbase.h (GetProcessId): Declare.
5109
5110 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5111
5112         * lib/ddk/newdev.def: Added.
5113         Thanks to: Stephan Meyer <ste_meyer at users dot sourceforge dot net>
5114
5115 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5116
5117         * include/commdlg.h (OPENFILENAME): Added WINNT >= 0x0500
5118         component.
5119         Thanks to: Gennady Feldman <gena01 at users dot sourceforge dot net>
5120
5121 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5122
5123         * lib/shell32.def (SHILCreateFromPath): Add stub.
5124         Thanks to: Michael Jung <mjung at iss dot tu-darmstadt dot de>
5125
5126 2005-09-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5127
5128         * include/winbase.h (RegisterWaitForSingleObject,
5129         RegisterWaitForSingleObjectEx): Define.
5130         * lib/kernel32.def (RegisterWaitForSingleObjectEx@20): Define.
5131         (RegisterWaitForSingleObject@16): Changed to
5132         RegisterWaitForSingleObject@24.
5133         Thanks to: Brandon Sneed <nivenh at users dot sourceforge dot net>
5134
5135 2005-09-19  Danny Smith  <dannysmith@users.sourceforge.net>
5136
5137         * include/winsock2.h (SO_EXCLUSIVEADDRUSE): Define.
5138         Thanks to: Gisle Vanem  <giva at bgnett dot no>
5139
5140 2005-09-08  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5141
5142         * include/reason.h [_WIN32_WINNT >= 0x0501]
5143         (SHTDN_REASON_*): New file.
5144         * include/objbase.h: Avoid double header guard.
5145
5146 2005-08-17  Michael Jung  <mjung@iss.tu-darmstadt.de>
5147
5148         * lib/shell32.c (CLSID_RecycleBin, CLSID_ControlPanel,
5149         CLSID_MyComputer,CLSID_Internet, CLSID_NetworkPlaces,
5150         CLSID_MyDocuments, CLSID_FolderShortcut): Add GUIDs.
5151
5152 2005-08-17  Martin Fuchs  <martin-fuchs@gmx.net>
5153
5154         * include/shlobj.h (IContextMenu3): Define.
5155         * include/shlguid.h (IID_IContextMenu3): Declare.
5156         * lib/shell32.c (IID_IContextMenu3): Define.
5157
5158 2005-08-17  Martin Fuchs  <martin-fuchs@gmx.net>
5159
5160         * include/shlobj.h (SHFormatDrive): Declaration of function
5161         and associated constants.
5162
5163 2005-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
5164
5165         * include/ddk/hidsdi.h:  New file.
5166         * lib/ddk/hid.def: Uncomment symbols and add stdcall suffix for
5167         functions declared in hidsdi.h.
5168         Thanks to:  Alex J Lennon  <ajlennon at organixconsulting dot com>
5169
5170 2005-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
5171
5172         * lib/imm32.def (ImmDisableIME): Add stub.
5173         Thanks to: "kidmin"  <kidmin at users dot sourceforge dot net>
5174
5175 2005-08-10  Chris Sutcliffe  <ir0nh34d@users.sf.net>
5176
5177         * include/w32api.h: Increment version to 3.3.
5178         * Makefile.in: Ditto.
5179
5180 2005-07-28  Earnie Boyd  <earnie@users.sf.net>
5181
5182         * include/winnt.h (SUBLANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN):
5183         Correct their values.
5184         Thanks to: Daniel K. O. <danielosmari at users dont sf dot net>
5185
5186 2005-07-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5187
5188         * include/winuser.h (HSHELL_RUDEAPPACTIVATED): Define.
5189
5190 2005-07-20  Danny Smith  <dannysmith@users.sourceforge.net>
5191
5192         * include/wingdi.h (TT_PRIM_CSPLINE): Define.
5193         Thanks to: Bob Jamison <ishmal at users dot sourceforge dot net>
5194
5195 2005-07-20  Danny Smith  <dannysmith@users.sourceforge.net>
5196
5197         * include/richedit.h (SETTEXTEX): Define structure and
5198         associated constants.
5199         (GT_SELECTION): Define GETTEXTEX flag constant.
5200
5201 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
5202
5203         * include/wingdi.h (SYSPAL_NOSTATIC256): Define.
5204
5205 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
5206
5207         * include/wingdi.h (WINGDIAPI): Define to DECLSPEC_DLLIMPORT
5208         if __W32API_USE_DLLIMPORT__.   Use throughout to qualify
5209         prototypes.
5210
5211 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
5212
5213         * include/commctrl.h (RBBS_USECHEVRON): Define.
5214         (RBBS_*): Use hex notation, group together.
5215
5216 2005-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
5217
5218         * lib/kernel32.def (GetUserGeoID): Correct suffix.
5219         Thanks to: "bernd23" <bernd23 at users dot sourceforge dot net>
5220
5221 2005-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
5222
5223         * include/commctrl.h (TreeView_SetItemState): Initilise
5224         _tvi.hItem.
5225         Thanks to:  Joseph Remes <jremes at users dot sourceforge dot net>
5226
5227 2005-07-18  Mattia Barbon  <mbarbon@users.sourceforge.net>
5228
5229         * include/commctrl.h (NMLVFINDITEM): Add structure.
5230
5231 2005-07-18  Michael Gerdau  <mgdde@users.sourceforge.net>
5232
5233         * include/wininet.h (WININET_API_FLAG_*): Add defines.
5234
5235 2005-07-18  Daniel Atallah  <datallah@users.sourceforge.net>
5236
5237         * include/winnt.h (VER_SET_CONDITION): Define.
5238
5239 2005-07-18  Michael Gerdau  <mgdde@users.sourceforge.net>
5240
5241         * include/wincon.h (AttachConsole): Correct _WIN32_WINNT guard.
5242         (ATTACH_PARENT_PROCESS): Define.
5243         (CONSOLE_WINDOWED_MODE): Correct definition to match MSDN
5244         documentation.
5245
5246 2005-07-17  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5247
5248         * include/winbase.h (QueueUserWorkItem): Add prototype.
5249
5250 2005-07-13  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5251
5252         * include/wingdi.h (SHADEBLENDCAPS, SB_NONE, SB_CONST_ALPHA,
5253         SB_PIXEL_ALPHA, SB_PREMULT_ALPHA, SB_GRAD_RECT, SB_GRAD_TRI,
5254         COLORMGMTCAPS, CM_NONE, CM_DEVICE_ICM, CM_GAMMA_RAMP,
5255         CM_CMYK_COLOR): Define.
5256
5257 2005-06-19  Danny Smith  <dannysmith@users.sourceforge.net>
5258
5259         * include/winldap.h (ldap_simple_bindW, ldap_simple_bind_sW,
5260         ldap_bindW, ldap_bind_sW): Change PCHAR arg to PWCHAR.
5261         Thanks to: Christian  <chhd at users dot sf dot net>
5262
5263 2005-06-18  Danny Smith  <dannysmith@users.sourceforge.net>
5264
5265         * include/richedit.h (GETTEXTEX): Correct name of lpUsedDefChar
5266         field.
5267         Thanks to: Saulius Menkevicius  <bobas at users dot sf dot net>
5268
5269 2005-06-18  Danny Smith  <dannysmith@users.sourceforge.net>
5270
5271         * include/winbase.h (GlobalDiscard): Define as macro.
5272         Thanks to: David Golub  <david_golub  at users dot sf dot net>
5273
5274 2005-05-13  Corinna Vinschen  <corinna@vinschen.de>
5275
5276         * include/winnetwk.h (WNetGetResourceParentA): Add missing declaration.
5277         (WNetGetResourceParentW): Ditto.
5278         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Define.
5279         (FILE_ID_BOTH_DIRECTORY_INFORMATION): Define.
5280
5281 2005-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
5282
5283         * include/wininet.h (FtpGetFileSize): Add prototype.
5284         (FtpCommand[AW]): Correct prototypes.
5285         Reported by: <siger at users dot sf dot net>
5286
5287 2005-04-25  Danny Smith  <dannysmith@users.sourceforge.net>
5288
5289         * include/vfw.h (capCreateCaptureWindow[AW]): Add prototypes.
5290         (capGetDriverDescription[AW]): Likewise.
5291
5292 2005-04-03  Corinna Vinschen  <corinna@vinschen.de>
5293
5294         * include/winnt.h (SE_UNDOCK_NAME TEXT): Define.
5295         (SE_MANAGE_VOLUME_NAME TEXT): Ditto.
5296         (SE_IMPERSONATE_NAME TEXT): Ditto.
5297         (SE_ENABLE_DELEGATION_NAME TEXT): Ditto.
5298         (SE_SYNC_AGENT_NAME TEXT): Ditto.
5299
5300 2005-03-16  Christopher Faylor  <cgf@timesys.com>
5301
5302         * include/winnt.h (SYSTEM_LUID): Fix definitition invalidated by below
5303         change.
5304
5305 2005-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
5306
5307         * include/winnt.h (_LUID): Add structure. Correct LUID typedef.
5308         Thanks to:
5309         Paul-Christiaan Spruijtenburg <wakarimasu at users dot sf dot net>
5310
5311 2005-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
5312
5313         * include/ws2tcpip.h (getaddrinfo, freeaddrinfo, getnameinfo):
5314         Guard with _WIN32_WINNT >= 0x0501. Add FIXME comment.
5315         (gai_strerror[AW]): Put into #if 0 block.
5316
5317 2005-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
5318
5319         * include/basetyps.h (__int16): Correct define.
5320
5321 2005-02-10  Jiri Malak  <Jiri.Malak@iol.cz>
5322             Danny Smith  <dannysmith@users.sourceforge.net>
5323
5324         * lib/directx/dinput_private.h (ATTRIBUTE_TEXT_SECTION): New
5325         define for Open Watcom portability.
5326         * lib/directx/(dinput_joy.c, dinput_joy2.c, dinput_kbd.c,
5327         dinput_mouse.c, dinput_mouse2.c): Use new macro in definition
5328         of local c_rgodfDI* objects. Replace .rdata section attribute
5329         with 'const' keyword in definition of global c_dfDI* objects.
5330
5331 2005-02-07  Danny Smith  <dannysmith@users.sourceforge.net>
5332
5333         * include/winioctl.h (IOCTL_VOLUME_BASE,
5334         IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS, IOCTL_VOLUME_IS_CLUSTERED):
5335         Copy defines from include/ddk/ntdddvol.h.
5336         Bug reported to Debian by Anand Kumria  <wildfire@progsoc.org>
5337
5338 2005-01-27  Oliver Stoeneberg  <oliverst@online.de>
5339
5340         * include/winbase.h (PWIN32_FIND_DATA): Add typedef.
5341
5342 2005-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
5343
5344         * include/winuser.h (SW_SMOOTHSCROLL): Add define.
5345         Reported by: Christian Ehrlicher  <chehrlic@users.sf.net>
5346
5347 2005-01-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5348
5349         * include/commdlg.h (OFN_DONTADDTORECENT): Added definition.
5350
5351 2005-01-18  Danny Smith  <dannysmith@users.sourceforge.net>
5352
5353         * lib/user32.def (MonitorFromPoint): Correct suffix.
5354
5355 2005-01-13  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5356
5357         * include/wininet.h (InternetCheckConnectionA,
5358         InternetCheckConnectionW) Add prototypes.
5359         (INTERNET_RAS_INSTALLED, INTERNET_CONNECTION_OFFLINE,
5360         INTERNET_CONNECTION_CONFIGURED): Add defines.
5361
5362 2005-01-07  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5363
5364         * include/commctrl.h (ComboBox_SetMinVisible,
5365         ComboBox_GetMinVisible): Added Macros.
5366         * include/winuser.h (CB_SETMINVISIBLE, CB_GETMINVISIBLE):
5367         Added definitions.
5368
5369 2005-01-02  Jiri Malak  <Jiri.Malak@geac.cz>
5370
5371         * include/winnt.h (GetCurrentFiber, GetFiberData): Make inline
5372         assembly code conditional on _X86_.
5373
5374 2005-01-02  Earnie Boyd  <earnie@users.sf.net>
5375
5376         * include/w32api.h: Increment version to 3.2.
5377         * Makefile.in: Ditto.
5378         * include/afxres.h: Remove the \r from the line ending.
5379         * include/errorrep.h: Ditto.
5380         * include/shldisp.h: Ditto.
5381         * include/tschema.h: Ditto.
5382         * lib/dhcpcsvc.def: Ditto.
5383         * lib/uxtheme.def: Ditto.
5384         * lib/wldap32.def: Ditto.
5385
5386 2005-01-01  Danny Smith  <dannysmith@users.sourceforge.net>
5387
5388         * include/winerror.h (ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY):
5389         Correct typo.
5390         Thanks to: Aidan France  <aidan1@users.sourceforge.net>
5391
5392 2004-12-29  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5393
5394         *include/winuser.h (MNS_*, WM_MENUCOMMAND,
5395         WM_MENUGETOBJECT, WM_MENUDRAG, WM_NCMOUSEHOVER,
5396         WM_NCMOUSELEAVE, WM_UNINITMENUPOPUP,
5397         SPI_GETFOREGROUNDLOCKTIMEOUT,
5398         SPI_SETFOREGROUNDLOCKTIMEOUT): Added definitions.
5399         *include/imm.h (WM_IME_REQUEST): Added definition.
5400         *include/shlobj.h (SLGP_RAWPATH,
5401         SLGP_UNCPRIORITY): Added definition.
5402
5403 2004-12-28  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5404
5405         *include/winuser.h (HSHELL_FLASH): Added definition.
5406
5407 2004-12-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5408
5409         * include/shldisp.h (IAutoComplete): Added interface definiton.
5410         * include/shldisp.h (IAutoComplete2): Added interface definiton.
5411         * include/shldisp.h (ACO_AUTOSUGGEST): Added definition.
5412         * include/shlobj.h (IObjMgr): Added interface definiton.
5413         * lib/shell32.c (CLSID_AutoComplete, IID_AutoComplete,
5414         IID_AutoComplete2, CLSID_ACLMulti, IID_IObjMgr,
5415         CLSID_ACListISF, IID_IACList): Added GUIDs.
5416         * include/shlguid.h (CLSID_AutoComplete, IID_AutoComplete,
5417         IID_AutoComplete2, CLSID_ACLMulti, IID_IObjMgr,
5418         CLSID_ACListISF, IID_IACList): Added GUIDs.
5419
5420 2004-12-23  Danny Smith  <dannysmith@users.sourceforge.net>
5421
5422         * include/commctrl.h (CDRF_NOTIFYSUBITEMDRAW): Add define.
5423         Thanks to: Chris Sutcliffe  <ironhead@walled.net>
5424         (CDRF_*): Use hex notation for constants.
5425
5426 2004-12-08  Danny Smith  <dannysmith@users.sourceforge.net>
5427
5428         * include/sqlext.h (SQL_INTERVAL_*): Correct macros.
5429         Reported by Eric Sharkey <sharkey at netrics dot com>
5430
5431 2004-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
5432
5433         * include/winnt.h (TOKEN_INFORMATION_CLASS): Add
5434         TokenGroupsAndPrivileges, TokenSessionReference,
5435         TokenSandBoxInert, TokenAuditPolicy, TokenOrigin.
5436         Reformat.
5437         (SID_NAME_USE): Add SidTypeComputer.  Reformat.
5438         Thanks to Gabriel Linder <mingwlinder@users.sourceforge.net>
5439
5440 2004-12-02  Danny Smith  <dannysmith@users.sourceforge.net>
5441
5442         * lib/comctl32.def (ImageList_Copy, ImageList_DrawIndirect,
5443         ImageList_Duplicate): Add stubs.
5444
5445 2004-12-02  Danny Smith  <dannysmith@users.sourceforge.net>
5446
5447         * lib/directx/strmiids.c (MEDIASUBTYPE_YV12): Correct GUID.
5448         Thanks to "Pete" <pross@xvid.org>
5449
5450 2004-11-21 Benoit Blanchon  <bblanchon@users.sourceforge.net>
5451
5452         * include/wingdi.h (AC_SRC_ALPHA, AC_SRC_NO_ALPHA,
5453         AC_DST_NO_ALPHA, ...): Add defines.
5454         * include/winuser.h (ULW_COLORKEY,ULW_ALPHA,
5455         ULW_OPAQUE): Add defines.
5456
5457 2004-11-21  Danny Smith  <dannysmith@users.sourceforge.net>
5458
5459         * include/winnt.h (VerSetConditionMask): Correct typo in _WIN32_WINNT
5460         guard.
5461         * lib/kernel32.def (VerSetConditionMask): Correct stdcall
5462         suffix.
5463         * lib/ddk/ntoskrnl.def (VerSetConditionMask): Likewise.
5464
5465 2004-11-20  Danny Smith  <dannysmith@users.sourceforge.net>
5466
5467         * include/winbase.h (PPROCESS_INFORMATION): Add typedef.
5468         (CreateProcessWithLogonW): Declare.
5469         (LOGON_WITH_PROFILE, LOGON_NETCREDENTIALS_ONLY): Add defines.
5470         Thanks to: "jkmaki"  <jkmaki@users.sourceforge.net>
5471
5472 2004-11-19  Danny Smith  <dannysmith@users.sourceforge.net>
5473
5474         * include/sspi.h (SecPkgContext_Sizes): Fix typo.
5475         Thanks to: David Leonard  <leonard@users.sourceforge.net>
5476
5477 2004-11-19  Danny Smith  <dannysmith@users.sourceforge.net>
5478
5479         * include/sspi.h (SecPkgCredentials_Names[AW]): Correct name.
5480         Thanks to: David Leonard  <leonard@users.sourceforge.net>
5481
5482 2004-11-19  Magnus Olsen  <greatlord@users.sourceforge.net>
5483
5484         * include/winuser.h (MSLLHOOKSTRUCT): Add structure.
5485
5486 2004-11-19  Magnus Olsen  <greatlord@users.sourceforge.net>
5487
5488         * include/winuser.h (LLKHF_EXTENDED, LLKHF_INJECTED, LLKHF_UP):
5489         Add defines.
5490         (LLKHF_ALTDOWN): Define based on KF_ALTDOWN.
5491
5492 2004-11-19  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5493
5494         * include/shellapi.h (NIF_GUID): Add another define.
5495
5496 2004-11-18  Earnie Boyd  <earnie@users.sf.net>
5497
5498         * include/wincon.h (AttachConsole): Correct the _WIN32_WINNT filter.
5499         Changed it twice due to inconsistent MSDN documentation.
5500         * include/w32api.h (Windows95, etc. and IE3, etc.): Add definitions.
5501
5502 2004-11-13  Danny Smith  <dannysmith@users.sourceforge.net>
5503
5504         * include/shlobj.h (SHGFP_TYPE): Add enum.
5505
5506 2004-11-12  Loïc Guilloux (glx@users.sourceforge.net>
5507
5508         * include/winuser.h (WM_THEMECHANGED): Add define.
5509
5510 2004-11-11  Danny Smith  <dannysmith@users.sourceforge.net>
5511
5512         * include/ddk/winddk.h (ExAllocateFromPagedLookasideList,
5513         ExFreeToPagedLookasideList): Guard inline versions with
5514         (__USE_NTOSKRNL__) && (_WIN32_WINNT >= 0x0501). Declare as
5515         external functions for earlier _WIN32_WINNT.
5516
5517 2004-11-11  Danny Smith  <dannysmith@users.sourceforge.net>
5518
5519         * include/ras.h (RASCONN[AW]): Remove dwSessionId field.
5520
5521 2004-11-09  Danny Smith  <dannysmith@users.sourceforge.net>
5522
5523         * include/winnls.h (WINBASEAPI): Define as DECLSPEC_IMPORT
5524         if  undefined and __W32API_USE_DLLIMPORT__.
5525         Add WINBASEAPI token to prototypes, throughout.
5526
5527 2004-11-08  Danny Smith  <dannysmith@users.sourceforge.net>
5528
5529         * include/winnt.h (GetCurrentFiber): Support -masm=intel.
5530         (GetFiberData): Likewise.
5531         (NtCurrentTeb): Likewise.
5532
5533 2004-11-04  Danny Smith  <dannysmith@users.sourceforge.net>
5534
5535         * include/shellapi.h (NIF_INFO): Add define.
5536         (NIIF_*) Add defines..
5537         Thanks to: Benoit Blanchon <bblanchon@users.sourceforge.net>
5538         (NIF_*): Convert constants to hex.
5539
5540 2004-11-02  Danny Smith  <dannysmith@users.sourceforge.net>
5541
5542         * include/wingdi.h (GetFontUnicodeRanges,GetGlyphIndicesA,
5543         GetGlyphIndicesW): Declare.
5544         (GGI_MARK_NONEXISTING_GLYPHS): Define
5545         * lib/gdi32.def (GetFontUnicodeRanges,GetGlyphIndicesA,
5546         GetGlyphIndicesW): Add stubs.
5547
5548 2004-10-24  Dan Aloni  <da-x@colinux.org>
5549
5550         * include/ddk/ntapi.h (NtQueryFullAttributesFile,
5551         ZwQueryFullAttributesFile): Declare.
5552         * include/ddk/ntapi.h (RtlDosPathNameToNtPathName_U):
5553         Declare.
5554         lib/ntoskrnl.def (ZwQueryDirectoryFile, ZwQueryFullAttributesFile.
5555         ZwQueryVolumeInformationFile): Add stubs.
5556
5557 2004-10-18  Danny Smith  <dannysmith@users.sourceforge.net>
5558
5559         * include/wsahelp.h (WINSOCK_MAPPING, WSHGetWinsockMapping,
5560         PWSH_GET_WINSOCK_MAPPING): Don't define if __OBJC__.
5561
5562 2004-10-15  Robert Wruck  <wruck@tweerlei.de>
5563             Danny Smith  <dannysmith@users.sourceforge.net>
5564
5565         * include/winbase.h (InitializeSListHead, Interlocked*):
5566         Guard with !__USE_NTOSKRNL__.
5567
5568         * include/ddk/ntddk.h (__USE_NTOSKRNL__): Define.
5569         * include/ddk/winddk.h (InitializeSListHead, Interlocked*):
5570         Guard with  __USE_NTOSKRNL__.
5571         (ExInterlockedPopEntrySList, ExInterlockedPushEntrySList):
5572         Add prototypes.  Guard macro definition with __USE_NTOSKRNL__
5573         && _WIN32_WINNT >= 0x0501
5574         (ExAllocateFromNPagedLookasideList, ExAllocateFromPagedLookasideList,
5575         ExFreeToNPagedLookasideList, ExFreeToPagedLookasideList):
5576         Replace calts to InterlockedPopEntrySList, InterlockedPushEntrySList
5577         with ExInterlockedPopEntrySList, ExInterlockedPushEntrySList.
5578
5579         * lib/ddk/ntosknl.def (ExInterlockedPopEntrySList,
5580         ExInterlockedPushEntrySList)  Add stubs with fastcall decoration.
5581         (ExDesktopObjectType, ExEventObjectType, ExSemaphoreObjectType,
5582         ExWindowStationObjectType, IoAdapterObjectType,
5583         IoDeviceHandlerObjectSize, IoDeviceHandlerObjectType,
5584         IoDeviceObjectType, IoDriverObjectType, IoFileObjectType,
5585         LpcPortObjectType, MmSectionObjectType, SeTokenObjectType):
5586         Uncomment stubs.
5587
5588 2004-10-11  Robert Wruck  <wruck@tweerlei.de>
5589
5590         * include/ddk/winddk.h (IoReleaseRemoveLockAndWait): Fix
5591         definition
5592         (IoReleaseRemoveLock): Add definition.
5593
5594 2004-10-10  Danny Smith  <dannysmith@users.sourceforge.net>
5595
5596         * include/ddk/winnt4.h (Exi386InterlockedDecrementLong,
5597         Exi386InterlockedExchangeUlong, Exi386InterlockedIncrementLong);
5598         Add prototypes.
5599         * include/winddk.h (ExInterlockedAddUlong,
5600         ExInterlockedInsertHeadList, ExInterlockedInsertTailList,
5601         ExInterlockedRemoveHeadList, ExInterlockedPopEntryList,
5602         ExInterlockedPushEntryList): Change calling convention to
5603         DDKAPI.
5604         (ExfInterlockedAddUlong,ExInterlockedInsertHeadList,
5605         ExInterlockedInsertTailList, ExInterlockedRemoveHeadList,
5606         ExInterlockedPopEntryList, ExInterlockedPushEntryList):
5607         Add prototypes for DDKFASTAPI versions.
5608         Thanks to Vadim Yegor0v <zg at bmg dot lv> for report.
5609         * lib/ntoskrnl.def (ExInterlockedAddUlong,
5610         ExInterlockedInsertHeadList, ExInterlockedInsertTailList,
5611         ExInterlockedRemoveHeadList, ExInterlockedPopEntryList,
5612         ExInterlockedPushEntryList): Remove lead '@' from stubs.
5613         (ExfInterlockedAddUlong,ExfInterlockedInsertHeadList,
5614         ExfInterlockedInsertTailList, ExfInterlockedRemoveHeadList,
5615         ExfInterlockedPopEntryList, ExfInterlockedPushEntryList):
5616         Add fastcall stubs.
5617         (Exi386InterlockedDecrementLong, Exi386InterlockedExchangeUlong,
5618         Exi386InterlockedIncrementLong); Add stdcall stubs.
5619
5620 2004-09-30  Danny Smith  <dannysmith@users.sourceforge.net>
5621
5622         * include/winbase.h (WINBASEAPI): Define as DECLSPEC_IMPORT only
5623          if __W32API_USE_DLLIMPORT__ is defined.
5624         * include/winuser.h (WINUSERAPI): Likewise.
5625
5626 2004-09-29  Filip Navara  <xnavara@volny.cz>
5627
5628         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
5629         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, mcd.h, miniport.h,
5630         mountdev.h, mountmgr.h, ndis.h, ndistapi.h, ndiswan.h, netpnp.h,
5631         newdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h, ntddcdvd.h,
5632         ntddchgr.h, ntdddisk.h, ntddkbd.h, ntddmou.h, ntddpar.h, ntddpcm.h,
5633         ntddscsi.h, ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h,
5634         ntddvdeo.h, ntddvol.h, ntpoapi.h, parallel.h, pfhook.h, poclass.h,
5635         scsi.h, scsiscan.h, smbus.h, srb.h, storport.h, tdiinfo.h,
5636         tdikrnl.h, tvout.h, upssvc.h, usb.h, usb100.h, usbdi.h, usbioctl.h,
5637         usbiodef.h, usbscan.h, usbuser.h, videoagp.h, winddi.h, winddk.h,
5638         winnt4.h, ws2san.h): Fixed packing.
5639         * include/ddk/atm.h (ATM_TRAFFIC_DESCRIPTOR_IE): Fixed declaration.
5640         * include/ddk/hidclass.h (HID_INTERFACE_HIDPARSE,
5641         HID_INTERFACE_NOTIFY_PNP): Likewise.
5642         * include/ddk/ndis.h (NDIS_DMA_BLOCK, CO_FLOW_PARAMETERS): Likewise.
5643         (NdisQueryPacketLength): Added macro. Thanks to Art Yerkes
5644         <ayerkes@speakeasy.net>.
5645         * include/ddk/usb100.h (USB_CONFIGURATION_DESCRIPTOR): Fixed
5646         declaration.
5647         * include/ddk/winddi.h (PATHDATA, GLYPHPOS): Likewise.
5648         * include/ddk/winddk.h (PDRIVER_CONTROL, PDRIVER_LIST_CONTROL,
5649         PDRIVER_ADD_DEVICE, PIO_COMPLETION_ROUTINE, PDRIVER_CANCEL,
5650         PKDEFERRED_ROUTINE, PDRIVER_DISPATCH, PIO_DPC_ROUTINE,
5651         PMM_DLL_INITIALIZE, PMM_DLL_UNLOAD, PDRIVER_ENTRY,
5652         PDRIVER_INITIALIZE, PKSERVICE_ROUTINE, PIO_TIMER_ROUTINE,
5653         PDRIVER_REINITIALIZE, PDRIVER_STARTIO, PKSYNCHRONIZE_ROUTINE,
5654         PDRIVER_UNLOAD, DRIVER_OBJECT): Fixed callback declarations.
5655         (struct FILE_BASIC_INFORMATION): Renamed to _FILE_BASIC_INFORMATION.
5656         (SYNCH_LEVEL): Added definition.
5657         (KPCR, KPCR_TIB): Fixed declaration.
5658         (Interlocked[Push/Pop]EntrySList): Declare only if winbase.h isn't
5659         included and _WIN32_WINNT >= 0x0501.
5660         (RtlEqualLuid): Fixed macro definition.
5661         (KfLowerIrql, KfRaiseIrql): Declare and use instead of KeLowerIrql and
5662         KeRaiseIrql on i386 architectures.
5663
5664 2004-09-06  Hosaka Yuji  <hos@tamanegi.org>
5665
5666         * include/mshtml.h (IHTMLDocument2): Correct get_selection
5667         declaration.
5668         (IHTMLSelectionObject): Correct get_type declaration.
5669         (IHTMLFramesCollection2, IHTMLWindow2, IHTMLFrameBase,
5670         IHTMLFrameBase2, IHTMLFrameBase3, IHTMLBodyElement,
5671         IHTMLBodyElement2): Add interfaces.
5672         (LPHTMLIMAGEELEMENTFACTORY, LPHTMLEVENTOBJ, LPHTMLSCREEN,
5673         LPHTMLOPTIONELEMENTFACTORY, LPOMHISTORY, LPOMNAVIGATOR): Add
5674         typedefs.
5675         * lib/mshtml-uuid.c (IID_IHTMLFrameBase2, IID_IHTMLFrameBase3):
5676         Add IIDs.
5677
5678 2004-09-05  Earnie Boyd  <earnie@users.sf.net>
5679
5680         * include/w32api.h: Increment version to 3.1.
5681         * Makefile.in: Ditto.
5682
5683 2004-09-05  Hosaka Yuji  <hos@tamanegi.org>
5684
5685         * include/winuser.h (MonitorFromPoint, MonitorFromRect,
5686         MonitorFromWindow): Add prototypes.
5687         * lib/user32.def (MonitorFromPoint, MonitorFromRect,
5688         MonitorFromWindowMonitorFromWindow): Add stubs.
5689         * include/shellapi.h (DuplicateIcon): Add prototype.
5690
5691 2004-09-05   Danny Smith  <dannysmith@users.sourceforge.net>
5692
5693         * include/winuser.h (WINUSERAPI): New define.
5694         Use it to mark user32.dll imports, throughout.
5695
5696 2004-09-05  Hosaka Yuji  <hos@tamanegi.org>
5697
5698         * lib/ddk/hid.def (HidD_FlushQueue, HidD_FreePreparsedData,
5699         HidD_GetAttributes, HidD_GetConfiguration, HidD_GetFeature,
5700         HidD_GetHidGuid, HidD_GetIndexedString, HidD_GetInputReport,
5701         HidD_GetManufacturerString, HidD_GetMsGenreDescriptor,
5702         HidD_GetNumInputBuffers, HidD_GetPhysicalDescriptor,
5703         HidD_GetPreparsedData, HidD_GetProductString,
5704         HidD_GetSerialNumberString, HidD_SetConfiguration,
5705         HidD_SetFeature, HidD_SetNumInputBuffers, HidD_SetOutputReport,
5706         HidP_GetButtonCaps, HidP_GetValueCaps): Add exports.
5707
5708 2004-08-25  Lars Rune Nøstdal  <daysleper@users.sourceforge.net>
5709
5710         * include/wincon.h (CONSOLE_FULLSCREEN_MODE, CONSOLE_WINDOWED_MODE):
5711         Add XP defines.
5712         (PCOORD): Add typedef.
5713         (GetConsoleDisplayMode, SetConsoleDisplayMode): Add prototypes.
5714
5715 2004-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
5716
5717         * include/winldap.h: Don't check value of UNICODE.
5718         Thanks to: "Jean-Do"  <spab@users.sourceforge.net>
5719
5720 2004-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
5721
5722         * include/winbase.h (WINBASEAPI): Guard with __INSIDE_CYGWIN__.
5723
5724 2004-08-24  Sam Robb  <samrobb@users.sourceforge.net>
5725
5726         * include/winbase.h (GetFileSizeEx): Add _WIN32_WINNT >= 0x0500
5727         guard.
5728
5729 2004-08-24   Danny Smith  <dannysmith@users.sourceforge.net>
5730
5731         * include/winbase.h: Add WINBASEAPI token to prototypes, throughout.
5732
5733 2004-08-15  Ken Fitlike  <kenfitlike@users.sourceforge.net>
5734
5735         * include/commctrl.h (WC_TREEVIEWA): Remove parenthenses.
5736
5737 2004-08-10  Sebastian Nowak  <snowak1@users.sourceforge.net>
5738
5739         * include/ws2spi.h (LPWSPSELECT): Correct typedef.
5740
5741 2004-08-10   Danny Smith  <dannysmith@users.sourceforge.net>
5742
5743         * include/wincrypt.h: Correct _WIN32_WINNT typo.
5744
5745 2004-08-10  Ed Schaller  <schallee@darkmist.net>
5746
5747         * include/wincrypt.h (MS_ENH_RSA_AES_PROV_A, MS_ENH_RSA_AES_PROV_W)
5748         (ALG_SID_AES_128, ALG_SID_AES_192, ALG_SID_AES_256, ALG_SID_AES 17)
5749         (CALG_AES_128, CALG_AES_192, CALG_AES_256, CALG_AES,PROV_RSA_AES):
5750         Add defines.
5751         (CALG_SHA1): Add define.
5752         (HP_HMAC_INFO): Add define.
5753         (HMAC_INFO): Add struct.
5754         (BLOBHEADER): Add typedef.
5755
5756 2004-07-26  Hartmut Honisch  <hhonisch@users.sourceforge.net>
5757
5758         * include/commctrl.h (TreeView_SetItemState): Define macro.
5759
5760 2004-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
5761
5762         * include/wingdi.h (CMYK): Correct macro. Group CMYK/RGB
5763         macros together.
5764
5765 2004-07-24  Brodie Thiesfield  <brofield@users.sourceforge.net>
5766
5767         * include/shlobj.h (FILEDESCRIPTOR): Unicode it.
5768         (FILEGROUPDESCRIPTOR): LIkewise.
5769
5770 2004-07-06  Corinna Vinschen  <corinna@vinschen.de>
5771
5772         * winbase.h (IsWow64Process): Add missing WINAPI qualifier.
5773
5774 2004-06-16  Danny Smith  <dannysmith@users.sourceforge.net>
5775
5776         * include/winnt.h (IMAGE_ORDINAL_FLAG): Map to ...
5777         (IMAGE_ORDINAL_FLAG{32,64}: New defines.
5778         (IMAGE_SNAP_BY_ORDINAL): Map to ...
5779         (IMAGE_SNAP_BY_ORDINAL{32,64}: New defines.
5780         (IMAGE_ORDINAL): Map to ...
5781         (IMAGE_ORDINAL{32,64}: New defines.
5782         (IMAGE_THUNK_DATA):  Map to ...
5783         (IMAGE_THUNK_DATA{32,64}: New structures.
5784         (IMAGE_THUNK_DATA): Map to ...
5785         (IMAGE_THUNK_DATA{32,64}: New structures.
5786         (IMAGE_IMPORT_DESCRIPTOR):  Map to ...
5787         (IMAGE_IMPORT_DESCRIPTOR{32,64}: New structures.
5788         (IMAGE_IMAGE_TLS_DIRECTORY)  Map to ...
5789         (IMAGE_IMAGE_TLS_DIRECTORY{32,64}: New structures.
5790
5791 2004-06-16  Bang Jun-Young  <junyoung@NetBSD.org>
5792
5793         * w32api/include/winnt.h (WAITORTIMERCALLBACKFUNC): Protect with
5794         _WIN32_WINNT >= 0x0500.
5795
5796 2004-06-05  Luke Dunstan  <infidel@users.sourceforge.net>
5797
5798         * include/winbase.h (GetWriteWatch): Correct prototype.
5799         (WRITE_WATCH_FLAG_RESET): Define.
5800         Thanks to Sergey Philippov <phis@users.sourceforge.net>.
5801
5802 2004-06-02  Rocher Laurent  <lrocher@users.sourceforge.net>
5803
5804         * include/commctrl.h (Animate_OpenEx): Define.
5805         (DateTime_GetSystemTime, DateTime_SetSystemTime): Correct names.
5806         (ListView_GetNumberOfWorkAreas): Correct macro.
5807         (ListView_SetUnicodeFormat, ListView_GetUnicodeFormat,
5808         ListView_SetItemCountEx, ListView_GetISearchString,
5809         TreeView_GetLastVisible, Header_CreateDragImage,
5810         Header_SetImageList, Header_GetImageList): Define.
5811         (LVM_SETUNICODEFORMAT, LVM_GETUNICODEFORMAT,
5812         MCM_GETUNICODEFORMAT, MCM_SETUNICODEFORMAT,
5813         TBSTATE_ELLIPSES): Define.
5814         (MonthCal_SetRange): Correct macro.
5815         (ImageList_Duplicate): Declare.
5816
5817 2004-05-29  Filip Navara  <xnavara@volny.cz>
5818
5819         * include/winnt.h (IMAGE_EXPORT_DIRECTORY): Fixed declaration.
5820
5821 2004-05-25  Al Slater  <al.slater@scluk.com>
5822
5823         * include/httpext.h (HSE_SEND_HEADER_EX_INFO,
5824         HSE_REQ_SEND_RESPONSE_HEADER_EX): Define.
5825
5826 2004-05-15  Filip Navara  <xnavara@volny.cz>
5827
5828         * include/ddk/kbdmou.h: New file.
5829         * lib/ddk/videoprt.def (VideoPortMapBankedMemory,
5830         VideoPortMapDmaMemory, VideoPortMapMemory): Correct suffix.
5831         * lib/ddk/ntoskrnl.def (_snprintf, _snwprintf, _vsnprintf,
5832         _vsnwprintf, sprintf, swprintf): Export.
5833
5834 2004-05-15  Filip Navara  <xnavara@volny.cz>
5835
5836         * include/ddk/ntddk.h: Don't set 4-byte alignment on included
5837         headers.
5838
5839 2004-05-07  Danny Smith  <dannysmith@users.sourceforge.net>
5840
5841         * include/wingdi.h: Correct non-unicode typedefs of
5842         ENUMLOGFONTEXDV, PENUMLOGFONTEXDV, LPENUMLOGFONTEXDV.
5843
5844 2004-05-07  Pascal Obry  <obry@act-europe.fr>
5845
5846         * include/winsock.h (IN_CLASSA): Fix macro.
5847         * include/winsock2.h (IN_CLASSA): Fix macro.
5848
5849 2004-04-29  Bart Oldeman  <bartoldeman@users.sourceforge.net>
5850
5851         * include/objbase.h (STGOPTIONS): Correct pwcsTemplateFile type.
5852         * include/aclui.h: Remove '\r', throughout.
5853         * include/msacm.h: Likewise.
5854         * lib/aclui.def: Likewise.
5855
5856 2004-04-28  Luke Dunstan  <infidel@users.sourceforge.net>
5857
5858         * lib/comctl32.def (SetWindowSubclass): Add stub.
5859         Thanks to Eugene <egladysh@users.sourceforge.net>.
5860
5861 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
5862
5863         * include/winbase.h (EXECUTION_STATE): Add typedef.
5864         (SetThreadExecutionState): Declare.
5865         * include/wingdi.h (_WINGDI_): Define.
5866         * include/objbase.h (_OBJBASE_H_): Define.
5867
5868 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
5869
5870         * include/winuser.h (SM_IMMENABLED, SM_CXFOCUSBORDER,
5871         SM_CYFOCUSBORDER, SM_TABLETPC, SM_MEDIACENTER): Add defines.
5872         (SM_CMETRICS): Adjust value.
5873         * include/winnt.h (PROCESSOR_ARCHITECTURE_MSIL): Correct define.
5874         (PROCESSOR_ARCHITECTURE_AMD64, PROCESSOR_ARCHITECTURE_IA32_ON_WIN64):
5875         Add defines.
5876         Thanks to Benoit Blanchon <bblanchon@users.sourceforge.net>
5877
5878 2004-04-24  Justin Forest  <vhex@users.sourceforge.net>
5879
5880         * include/winsock2.h (LUP_DEEP, LUP_CONTAINERS,
5881         LUP_NOCONTAINERS, LUP_NEAREST, LUP_RETURN_NAME,
5882         LUP_RETURN_TYPE, LUP_RETURN_VERSION, LUP_RETURN_COMMENT,
5883         LUP_RETURN_ADDR, LUP_RETURN_BLOB, LUP_RETURN_ALIASES,
5884         LUP_RETURN_QUERY_STRING, LUP_RETURN_ALL, LUP_RES_SERVICE,
5885         LUP_FLUSHCACHE, LUP_FLUSHPREVIOUS): Add defines.
5886
5887 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
5888
5889         * include/windns.h (DNSREC_QUESTION, DNSREC_ANSWER, DNSREC_AUTHORITY,
5890         DNSREC_ADDITIONAL): Add defines.
5891
5892 2004-04-23  Robert Wruck  <wruck@tweerlei.de>
5893
5894         * include/commctrl.h (LPNMLVDISPINFO): Add defines.
5895
5896 2004-04-23  Robert Wruck  <wruck@tweerlei.de>
5897
5898         * include/aclui.h: New file.
5899         * lib/aclui.def: New file.
5900         * lib/test.c: Add aclui.h to includes.
5901
5902 2004-04-21  Danny Smith  <dannysmith@users.sourceforge.net>
5903
5904         * include/winuser.h (SPI_GETACTIVEWINDOWTRACKING,
5905         SPI_GETACTIVEWNDTRKZORDER, SPI_SETACTIVEWINDOWTRACKING,
5906         SPI_SETACTIVEWNDTRKZORDER): Remove duplicate defines.
5907
5908 2004-04-20  Christopher Faylor  <cgf@alum.bu.edu>
5909
5910         * include/wingdi.h: Protect non-unicode case of below.
5911
5912 2004-04-20  Christopher Faylor  <cgf@alum.bu.edu>
5913
5914         * include/wingdi.h: Protect use of ENUMLOGFONTEXDV, PENUMLOGFONTEXDV,
5915         LPENUMLOGFONTEXDV with appropriate version check.
5916
5917 2004-04-18  Hans Leidekker  <hans@it.vu.nl>
5918
5919         * lib/directx/dxguid.c (CLSID_DirectSoundPrivate,
5920         DSPROPSETID_DirectSoundDevice): Add defines.
5921
5922 2004-04-20  Adrian Sandor  <aditsu@users.sourceforge.net>
5923
5924         * include/msacm.h: New file.
5925
5926 2004-01-09  Stuart Cunningham  <stuart_hc@users.sourceforge.net>
5927
5928         * include/objbase.h (STGFMT): Declare enum.
5929         (STGOPTIONS): Declare structure.
5930         (StgCreateStorageEx, StgOpenStorageEx): Declare.
5931         (STGOPTIONS_VERSION): Define.
5932         * lib/ole32.def (StgCreateStorageEx, StgOpenStorageEx): Add stubs.
5933
5934 2004-04-13  Filip Navara  <xnavara@volny.cz>
5935
5936         * include/winuser.h (IS_INTRESOURCE, MB_CANCELTRYCONTINUE,
5937         WM_NCXBUTTONDOWN, WM_NCXBUTTONUP, WM_NCXBUTTONDBLCLK,
5938         WM_XBUTTONDOWN, WM_XBUTTONUP, WM_XBUTTONDBLCLK,
5939         DCX_INTERSECTUPDATE, MK_XBUTTON1, MK_XBUTTON2,
5940         HELP_SETWINPOS): Define.
5941         (WM_MOUSELAST): Different value for _WIN32_WINNT >= 0x0500.
5942         (SPI_*): Add new definitions for WINVER >= 0x500.
5943         (CallMsgFilter[AW], SetWindowsHookA): Correct prototype.
5944         (InternalGetWindowText, SetWindowsHookW): Declare.
5945         * include/winbase.h (InitializeSListHead): Avoid conflicting
5946         definition with DDK headers.
5947
5948 2004-04-13  Gé van Geldorp  <gvg@reactos.com>
5949
5950         * include/winuser.h (GetLastError): Move from here...
5951         * include/winbase.h: ... to here.
5952
5953 2004-04-13  Filip Navara  <xnavara@volny.cz>
5954
5955         * include/winspool.h (DocumentPropertiesW): Correct prototype.
5956
5957 2004-04-13  Filip Navara  <xnavara@volny.cz>
5958
5959         * include/wingdi.h (ENHMETAHEADER): Add definitions for
5960         WINVER >= 0x400.
5961         (WCRANGE, GLYPHSET, LPPOLYTEXT[AW]): Declare.
5962         (ENUMLOGFONTEXW): Fix definition.
5963         (ENUMLOGFONTEXDV[AW]): Declare.
5964
5965 2004-04-13  Filip Navara  <xnavara@volny.cz>
5966
5967         * include/wingdi.h: Declare the DirectDraw structures only if
5968         the DirectDraw kernel mode headers aren't included.
5969         (EMFINFO): Declare.
5970         (EngStretchBlt, EngTextOut, FONTOBJ_cGetGlyphs,
5971         STROBJ_bEnumPositionsOnly): Correct prototypes.
5972
5973 2004-04-13  Filip Navara  <xnavara@volny.cz>
5974
5975         * include/objidl.h (PRPCOLEMESSAGE): Declare.
5976         * include/rpc.h (RPCRTAPI): Define.
5977         * include/rpcdce.h (RpcServerRegisterIf2): Declare.
5978         * include/rpcdcep.h (RPC_BLOCKING_FN, I_RpcSend): Declare.
5979         (RPC_BLOCKING_FUNCTION): Remove, replaced by RPC_BLOCKING_FN.
5980         (I_RpcBindingSetAsync): Correct prototype.
5981         * include/rpcndr.h (MIDL_STUB_MESSAGE): Rename 'Reserved' field
5982         to w2kReserved.
5983         (USER_MARSHAL_SIZING_ROUTINE, USER_MARSHAL_MARSHALLING_ROUTINE,
5984         USER_MARSHAL_UNMARSHALLING_ROUTINE, USER_MARSHAL_FREEING_ROUTINE,
5985         USER_MARSHAL_ROUTINE_QUADRUPLE, NDR_NOTIFY_ROUTINE, IDL_CS_CONVERT,
5986         CS_TYPE_NET_SIZE_ROUTINE, CS_TYPE_LOCAL_SIZE_ROUTINE,
5987         CS_TYPE_TO_NETCS_ROUTINE, CS_TYPE_FROM_NETCS_ROUTINE,
5988         CS_TAG_GETTING_ROUTINE, NDR_CS_SIZE_CONVERT_ROUTINES,
5989         NDR_CS_ROUTINES, NdrUserMarshalMarshall, NdrUserMarshalUnmarshall,
5990         NdrUserMarshalBufferSize, NdrUserMarshalMemorySize,
5991         NdrUserMarshalFree): Declare.
5992         (MIDL_STUB_DESC): Add new fields that were added in W2K.
5993         * include/rpcproxy.h (CStdStubBuffer): Ditto.
5994
5995 2004-04-13  Filip Navara  <xnavara@volny.cz>, David Welch  <welch@cwcom.net>
5996
5997         * include/ddk/ntapi.h (NtCurrentProcess, NtCurrentThread,
5998         LPC_MESSAGE_BASE_SIZE): Define.
5999         * include/ddk/ntifs.h: Move the pack pragma under header inclusion.
6000
6001 2004-04-13  Filip Navara  <xnavara@volny.cz>
6002
6003         * include/commctrl.h (TB_MARKBUTTON, NMTBGETINFOTIP[AW]):
6004         Declare.
6005
6006 2004-04-18  Allan Bazinet  <bazineta@users.sourceforge.net>
6007
6008         * include/winuser.h (MONITORINFOEX[AW]): Change to be derived from
6009         MONITORINFO when compiling as C++.
6010
6011 2004-04-17  Luke Dunstan  <infidel@users.sourceforge.net>
6012
6013         * README.w32api: List separate copyright conditions for some headers.
6014         * include/(winsock2.h, wsipx.h): Minor change to copyright header.
6015
6016 2004-04-15  Danny Smith  <dannysmith@users.sourceforge.net>
6017
6018         * include/wingdi.h (RGB): Correct macro.
6019
6020 2004-04-14  Robert Wruck  <rwruck@users.sourceforge.net>
6021
6022         * include/ddk/winddk.h (RtlEqualLuid): Correct macro.
6023
6024 2004-04-06  Luke Dunstan  <infidel@users.sourceforge.net>
6025
6026         * include/ocidl.h (QACONTAINERFLAGS): Correct typedef.
6027
6028 2004-03-29  Danny Smith  <dannysmith@users.sourceforge.net>
6029
6030         * lib/Makefile.in: Add directx to .PHONY target.
6031         * lib/directx/dxerr.c: Remove dependence on mingw runtime.
6032         Don't include stdio.h or tchar.h.
6033         Replace _T() macro with TEXT() macro, throughout.
6034         Replace _stprintf with wsprintf, throughout.
6035
6036 2004-03-27  Hosaka Yuji  <hos@tamanegi.org>
6037
6038         * include/dbt.h (DBT_DEVTYP_DEVICEINTERFACE, DBT_DEVTYP_HANDLE):
6039         Add define.
6040         (DEV_BROADCAST_DEVICEINTERFACE, DEV_BROADCAST_HANDLE): Add struct.
6041         * include/winuser.h (UnregisterDeviceNotification): Add prototype.
6042         * lib/user32.def (UnregisterDeviceNotification): Add export stub.
6043
6044 2004-03-27  Filip Navara  <xnavara@volny.cz>
6045
6046         * include/directx: New subdir.
6047         * lib/directx: Ditto.
6048         * include/directx/(d3d9.h, d3d9caps.h, d3d9types.h, dxerr8.h,
6049         dxerr9.h): New files.
6050         * lib/directx/(Makefile.in, d3d8.def, d3d9.def, d3dim.def, d3drm.def,
6051         d3dx8d.def, d3dx9d.def, d3dxof.def, ddraw.def, dinput.def,
6052         dinput_joy.c, dinput_joy2.c, dinput_kbd.c, dinput_mouse.c,
6053         dinput_mouse2.c, dinput_private.h, dinput8.def, dmoguids.c, dplayx.def,
6054         dpnaddr.def, dpnet.def, dpnlobby.def, dpvoice.def, dsetup.def,
6055         dsound.def, dxerr.c, dxerr8.c, dxerr8w.c, dxerr9.c, dxerr9w.c,
6056         dxguid.c, ksproxy.def, ksuser.c, ksuser.def, msdmo.def, quartz.def,
6057         strmiids.c, test.c): Ditto.
6058         * lib/(d3dim.def, d3drm.def, d3dxof.def, ddraw.def, dinput.c,
6059         dinput.def, dplayx.def, dsetup.def, dsound.def, dxguid.c): Removed.
6060
6061 2004-03-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6062
6063         * include/GL/glu.h (GLU_AUTO_LOAD_MATRIX, GLU_CULLING,
6064         GLU_SAMPLING_TOLERANCE, GLU_DISPLAY_MODE, GLU_PARAMETRIC_TOLERANCE,
6065         GLU_SAMPLING_METHOD, GLU_U_STEP, GLU_V_STEP): Define.
6066
6067 2004-03-24  Filip Navara  <xnavara@volny.cz>
6068
6069         * include/commctrl.h (TB_GETSTRING[AW]): Add defines.
6070         (RBBS_HIDETITLE, RBBS_TOPALIGN): Ditto.
6071
6072 2004-03-24  Filip Navara  <xnavara@volny.cz>
6073
6074         * include/ddk/srb.h (_PORT_CONFIGURATION_INFORMATION):  Rename
6075         TaggedQueueing to TaggedQueuing.
6076         (_HW_INITIALIZATION_DATA): Likewise.
6077
6078 2004-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
6079
6080         * include/docobj.h (IOleDocumentView::GetDocument): Correct
6081         prototype.
6082         Thanks to Buster Copley  <consequent@users.sourceforge.net>
6083
6084 2004-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
6085
6086         * lib/ddk/ntoskrnl.def (MmAllocatePagesForMdl): Correct suffix.
6087         (MmMapIoSpace): Likewise.
6088         Thanks to Dan Aloni  <da-x@colinux.org>
6089
6090 2004-03-16  Martin Fuchs  <martin-fuchs@gmx.net>
6091
6092         * include/shellapi.h (NIM_* NIS_*): Define constants for
6093         notification icons with _WIN32_IE >= 0x0500.
6094         (NOTIFYICONDATA): Add new structure members for notification
6095         icons with _WIN32_IE >= 0x0500.
6096
6097 2004-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
6098
6099         *include/wininet.h (CACHEGROUP_SEARCH_ALL, CACHEGROUP_SEARCH_BYURL):
6100         Add defines.
6101         (INTERNET_CACHE_GROUP_ADD, INTERNET_CACHE_GROUP_REMOVE): Add defines.
6102         (GROUPID) Add typedef.
6103         (INTERNET_CACHE_GROUP_INFO[AW]): Define structures.
6104         (CreateUrlCacheGroup): Add prototype.
6105         (DeleteUrlCacheGroup): Add prototype.
6106         (FindFirstUrlCacheGroup): Add prototype.
6107         (FindNextUrlCacheGroup): Add prototype.
6108         (GetUrlCacheGroupAttribute[AW]): Add prototypes.
6109         (SetUrlCacheGroupAttribute[AW]): Add prototypes.
6110
6111 2004-03-10  Al Slater  <al.slater@scluk.com>
6112
6113         * include/winsock2.h: Add missing LPFN_ typdefs for
6114         function pointers.
6115         Clean up whitespace.
6116
6117 2004-03-05  Filip Navara  <xnavara@volny.cz>
6118
6119         * include/ddk/scsi.h: Replace assert with ASSERT.
6120         * include/ddk/video.h: Ditto.
6121         * include/ddk/winddk.h: Ditto. Remove the assert macro.
6122         * include/ddk/tdi.h: Correct packing.
6123
6124 2004-03-04  Danny Smith  <dannysmith@users.sourceforge.net>
6125
6126         * include/wtypes.h (DECIMAL_SETZERO): Add definition for
6127         NONAMELESSUNION case.
6128
6129 2004-03-03  Martin Fuchs  <martin-fuchs@gmx.net>
6130
6131         * include/oleauto.h (V_UNION, V_VT, V_DECIMAL): Use
6132         __VARIANT_NAME_ constants.
6133
6134 2004-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
6135
6136         * include/uxtheme.h: Include <commctrl.h>
6137
6138 2004-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
6139
6140         * include/basetyps.h (GUID_SECT): Define to nothing for GCC >= 2.95.
6141
6142 2004-03-02  Martin Fuchs  <martin-fuchs@gmx.net>
6143
6144         * include/oleauto.h (VAR_VALIDDATE, VAR_FORMAT_NOSUBSTITUTE,
6145         VAR_FOURDIGITYEARS): Define new constants. Group VAR_*  defines
6146         together.
6147         (V_UI2, V_UI4, V_UI4REF, V_UI, V_UI8REF): Define macros.
6148         (V_I8, V_I8REF): Correct macros.
6149         (V_DECIMAL): Correct macro definitions.
6150         (V_INT_PTR, V_UINT_PTR, V_INT_PTRREF, V_UINT_PTRREF): Define
6151         constants.
6152         (VTBIT_*): Define constants.
6153         (UDATE): Add structure definition.
6154         (VarDateFromUdate, VarDateFromUdateEx, VarUdateFromDate): Declare
6155         functions.
6156         (SafeArrayCreateVector): Correct parameter type from UINT to ULONG
6157         (SafeArrayCreateVectorEx): Declare function.
6158         (Var*): declare VARIANT manipulation functions.
6159         * include/ocidl.h (IPicture_*): Define IPicture COBJ macros.
6160         * include/oaidl.h (IRecordInfo_*): Define IRecordInfo COBJ
6161         macros.
6162
6163 2004-03-01  Martin Fuchs  <martin-fuchs@gmx.net>
6164
6165         * include/oaidl.h (FADF_*): Define missing constants.
6166         (IDispatch_*): Define COBJ macros.
6167         (VARIANT): Add missing union members llVal and ullVal.
6168         (wireVARIANT): Likewise.
6169         (ITypeinfo_*): Define COBJ macros.
6170         * include/oleauto.h (Var*FromDisp): Correct parameter type from
6171         LPDISPATCH* to LPDISPATCH.
6172         (VARCMP_*, VAR_LOCALBOOL, LOCALE_USE_NLS, VARIANT_*,
6173         VAR_CALENDAR_*): Add missing constants.
6174         (SafeArray[Get/Set]*): Add prototypes.
6175         (Var*From*):  Add missing prototypes.
6176         (NUMPRS_*): Add defines.
6177         (NUMPARSE): Define structure.
6178         (VarParseNumFromStr,VarNumFromParseNum): Add prototypes.
6179         * include/winerror.h (DISP_E_DIVBYZERO): Define constant.
6180         * include/winuser.h (COLOR_*): Define missing constants.
6181         * include/wtypes.h (enum VARENUM): Add VT_INT_PTR, VT_UINT_PTR.
6182         (VT_INT_PTR, VT_UINT_PTR): Remove macro definitions.
6183
6184 2004-02-23  Filip Navara  <xnavara@volny.cz>
6185
6186         * include/ddk/video.h: Corrected packing.
6187
6188 2004-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
6189
6190         * include/GL/glu.h (GLU_ERROR): Define.
6191         Thanks to Philip Lamb  <phil at rave dot co dot nz>
6192
6193 2004-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
6194
6195         * include/GL/glu.h: Include <stddef.h>.
6196         Thanks to Greg Couch <gregcouch@users.sourceforge.net>
6197
6198 2004-02-15  Earnie Boyd  <earnie@users.sf.net>
6199
6200         * include/w32api.h: Increment version to 3.0.
6201         * Makefile.in: Ditto.
6202         * README.win32api: Modify license to Public Domain per agreement as
6203         found in the mingw-dvlpr list archive.
6204
6205 2004-02-13  Earnie Boyd  <earnie@users.sourceforge.net>
6206
6207         * include/ddk/winddk.h (DIRECTORY_QUERY): Add define.
6208         (DIRECTORY_TRAVERSE): Ditto.
6209         (DIRECTORY_CREATE_OBJECT): Ditto.
6210         (DIRECTORY_CREATE_SUBDIRECTORY): Ditto.
6211         (DIRECTORY_ALL_ACCESS): Ditto.
6212         Thanks to Konstantin Stepaniuk <skostia@users.sourceforge.net>
6213
6214 2004-02-12  Danny Smith  <dannysmith@users.sourceforge.net>
6215
6216         * include/basetypes.h (_REFIID_DEFINED): Correct typo.
6217
6218         * include/winuser.h (NCCALCSIZE_PARAMS): Define structure.
6219         Thanks to Mike Nordell <tamlin at algonet dot se>.
6220
6221 2004-02-11  Danny Smith  <dannysmith@users.sourceforge.net>
6222
6223         * lib/dnsapi.def: New file.
6224         * lib/test.c: Include windns.h.
6225
6226 2004-02-11  Pierre A. Humblet  <Pierre.Humblet@ieee.org>
6227
6228         * include/windns.h: New file.
6229
6230 2004-02-11  Danny Smith  <dannysmith@users.sourceforge.net>
6231
6232         * include/sqlucode.h (SQLGetStmtAttr[AW]): Remove duplicate
6233         defines.
6234         (SQLSetStmtAttr[AW]): Move into ODBCVER >= 0x0300 block.
6235         (SQLSetDescFieldW): Correct prototype.
6236         (SQLSetDescFieldA): Add prototype.
6237         (SQLGetDescFieldW): Add prototype.
6238
6239 2004-02-11  Pat Thoyts  <patthoyts@users.sourceforge.net>
6240
6241         * include/winuser.h (DFC_POPUPMENU): Add define.
6242
6243 2004-02-07  Dan Aloni  <da-x@gmx.net>
6244
6245         * lib/ddk/ntoskrnl.def (KeSetTimer,KeSetTimerEx): Correct
6246         suffix.
6247
6248 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
6249
6250         * include/oleacc.h (LIBID_Accessibility): Declare.
6251         * lib/uuid.c (LIBID_Accessibility): Define.
6252
6253 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
6254
6255         * include/winioctl.h (NTFS_VOLUME_DATA_BUFFER): Add structure.
6256         (FSCTL_GET_NTFS_VOLUME_DATA): Add macro.
6257
6258 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
6259
6260         * include/commctrl.h (ICC_STANDARD_CLASSES, ICC_LINK_CLASS): Add
6261         defines.
6262
6263 2004-01-31  Jiri Malak  <Jiri.Malak@geac.cz>
6264
6265         * include/winuser.h (RT_MANIFEST): Make conditional on
6266         RC_INVOKED.
6267         (CREATEPROCESS_MANIFEST_RESOURCE_ID,
6268         ISOLATIONAWARE_MANIFEST_RESOURCE_ID,
6269         ISOLATIONAWARE_NOSTATICIMPORT_MANIFEST_RESOURCE_ID): Add
6270         defines.
6271
6272 2004-01-16 Martin Fuchs  <martin-fuchs@gmx.net>
6273
6274         * include/shlobj.h (SHGDN_INCLUDE_NONFILESYS): Add define.
6275
6276 2004-01-15  Filip Navara  <xnavara@volny.cz>
6277
6278         * include/ddk/mcd.h: Don't care about value of DBG define.
6279         * include/ddk/srb.h: Ditto.
6280         * include/ddk/storport.h: Ditto.
6281         * include/ddk/video.h: Ditto.
6282         * include/nspapi.h (SetServiceW, GetAddressByNameA,
6283         GetAddressByNameW): Correct protoype.
6284         * include/ntsecapi.h (PCUNICODE_STRING): Define.
6285
6286 2004-01-05  Filip Navara  <xnavara@volny.cz>
6287
6288         * include/prsht.h (LPCPROPSHEETPAGEW): Fix definition.
6289         * include/shlwapi.h (SHRegQueryInfoUSKey[AW]): Fix prototype.
6290         * include/cpl.h (CPL_STARTWPARMS[AW]): Correct.
6291         * include/shellapi.h (ABS_AUTOHIDE, ABS_ALWAYSONTOP,
6292         SEE_MASK_NO_CONSOLE, SEE_MASK_ASYNCOK, SEE_MASK_HMONITOR,
6293         FOF_NOCOPYSECURITYATTRIBS): Add defines.
6294         * include/shlobj.h (BFFM_SETOKTEXT, BFFM_SETEXPANDED,
6295         CSIDL_FLAG_DONT_VERIFY, CSIDL_FLAG_CREATE, CSIDL_FLAG_MASK,
6296         CFSTR_INETURL[AW], SHGDN_FOREDITING, SHGDN_FORADDRESSBAR,
6297         SSF_*): Add defines.
6298         (SHCNF_PATH[AW], SHCNF_PRINTER[AW], CFSTR_FILENAME[AW],
6299         CFSTR_FILENAMEMAP[AW], CFSTR_FILEDESCRIPTOR[AW], CFSTR_SHELLURL,
6300         CMDSTR_NEWFOLDER[AW], CMDSTR_VIEWLIST[AW], CMDSTR_VIEWDETAILS[AW]):
6301         Correct.
6302         (IEnumIDList): Add COBJMACROS.
6303         * include/winuser.h (MIM_*): Add define.
6304
6305 2004-01-04  Filip Navara  <xnavara@volny.cz>
6306
6307         * include/shlguid.h (IID_IPersistFolder2, IID_IPersistFolder3,
6308         IID_IShellFolder2, IID_IFileSystemBindData): Add declarations.
6309         * include/shlobj.h (EXTRASEARCH, SHCOLSTATEF, SHELLDETAILS,
6310         PERSIST_FOLDER_TARGET_INFO): Define structures.
6311         (IEnumExtraSearch, IShellFolder2, IFileSystemBindData,
6312         IPersistFolder2, IPersistFolder3): Add COM interface
6313         definitions.
6314         (IExtractIcon[AW], IShellLink[AW], IPersistFolder, IShellView,
6315         ICommDlgBrowser, IShellFolder2, IPersistFolder2, IPersistFolder3):
6316         Add COBJMACROS.
6317         (SHCreateDirectoryEx[AW], SHBindToParent): Add prototypes.
6318         * lib/shell32.c (IID_IPersistFolder2, IID_IPersistFolder3,
6319         IID_IShellFolder2, IID_IFileSystemBindData): Add definitions.
6320
6321 2004-01-03  Danny Smith  <dannysmith@users.sourceforge.net>
6322
6323         * include/mshtml.h (IHTMLDocument2): Correct write, writeln
6324         declarations.
6325         Thanks to: Rene Nyffenegger <renenyffenegger@users.sf.net>.
6326
6327 2004-01-03  Filip Navara  <xnavara@volny.cz>
6328
6329         * include/cguid.h (CLSID_StdGlobalInterfaceTable): Declare IID.
6330         * include/oaidl.h (ITypeLib2, ITypeInfo2): Define interfaces,
6331         declare IID's.
6332         (IErrorInfo): Add COBJMACROS.
6333         * include/objbase.h (STGM_NOSNAPSHOT): Add define.
6334         (CoGetPSClsid): Add protototype,
6335         (CoRegisterPSClsid): Likewise.
6336         * include/objidl.h (IMarshal): Correct methods.
6337         (IMallocSpy): Likewise,
6338         (LPPSFACTORYBUFFER): Add typedef.
6339         (IGlobalInterfaceTable): Define interface and COBJMACROS. Declare
6340         IID.
6341         (IStorage_CreateStorage, IRpcStubBuffer_Invoke): Fix macros.
6342         * include/ocidl.h (PROPBAG2_TYPE): Define enum.
6343         (PROPBAG2, QACONTAINERFLAGS, QACONTAINER, QACONTROL): Define
6344         structures.
6345         (IPropertyBag2, IPersistPropertyBag2,IAdviseSinkEx, IPointerInactive,
6346         IOleUndoUnit, IOleParentUndoUnit, IEnumOleUndoUnits, IOleUndoManager,
6347         IQuickActivate): Define interfaces. Declare IID's.
6348         (IPersistPropertyBag2): Add COBJMACROS.
6349         (LPOLEUNDOMANAGER): Add typedef.
6350         (LPPROPERTYBAG2): Likewise.
6351         * include/oleidl.h (LPPARSEDISPLAYNAME): Fix definiton.
6352         (BINDSPEED): Add definition.
6353         (IParseDisplayName, IOleItemContainer, IOleObject, IDropSource,
6354         IDropTarget): Add COBJMACROS.
6355         * include/wtypes.h (MEMCTX, MSHCTX): Fix enum.
6356         * include/winerror.h (CO_S_NOTALLINTERFACES): Add define.
6357         * lib/uuid.c (IID_IGlobalInterfaceTable, IID_IOleUndoManager,
6358         IID_IPersistPropertyBag2, IID_IPropertyBag2, IID_IRpcProxyBuffer):
6359         Add IID definitions.
6360
6361 2004-01-02  Filip Navara  <xnavara@volny.cz>
6362
6363         * include/ddk/winddk.h: Don't care about value of
6364         DBG define.
6365
6366 2004-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
6367             Filip Navara  <xnavara@volny.cz>
6368
6369         * include/ddk/winddk.h (_DDK_DUMMYUNION_MEMBER,
6370         _DDK_DUMMYUNION_N_MEMBER): New macros.
6371         (ExAllocateFromPagedLookasideList,ExFreeToPagedLookasideList,
6372         ExAllocateFromNPagedLookasideList, ExFreeToNPagedLookasideList):
6373         Use them.
6374
6375 2004-01-01  Filip Navara  <xnavara@volny.cz>
6376
6377         * include/objbase.h: Don't care about value of DBG define.
6378         * include/objidl.h: Add some COBJMACROS.
6379         * include/ocidl.h: Ditto.
6380         * include/oleidl.h: Ditto.
6381         * include/servprov.h: Ditto.
6382         * include/shlobj.h: Ditto.
6383         * include/shlobj.h (IContextMenu2): Correct parent in
6384         DECLARE_INTERFACE.
6385         * include/oleidl.h (IOleCache, IOleCache2, IOleCacheControl):
6386         Define interfaces.
6387         * include/setupapi.h (SetupGetLineTextA): Correct prototype.
6388         Add new constants for _SETUPAPI_VER >= 0x501.
6389
6390 2004-01-01  Filip Navara  <xnavara@volny.cz>
6391
6392         * include/winnt.h (NtCurrentTeb): Add inline definition.
6393
6394 2004-01-01  Martin Fuchs  <martin-fuchs@gmx.net>
6395
6396         * include/shlobj.h (SHCoCreateInstance): Add prototype.
6397         * lib/shell32.def (SHCoCreateInstance): Add export stub.
6398
6399 2004-01-01  Igor Pechtchanski  <pechtcha@cs.nyu.edu>
6400
6401         * lib/setupapi.def (CM_Request_Device_Eject[AW]): Add export.
6402         (CM_Request_Device_Eject_Ex[AW]): Likwise.
6403         * include/ddk/cfg.h (DN_*): Add defines.
6404
6405 2004-01-01  Danny Smith  <dannysmith@users.sourceforge.net>
6406
6407         * lib/ddk/cfgmgr32.def: Remove duplicate symbol names.
6408
6409 2004-01-01  Mattia Barbon  <mbarbon@users.sourceforge.net>
6410
6411         * include/commctrl.h (TVN_GETINFOTIP): Add UNICODE mappings.
6412         (NMTVGETINFOTIP): Add structure.
6413
6414 2003-12-08  Danny Smith  <dannysmith@users.sourceforge.net>
6415
6416         * include/winuser.h (DISPLAY_DEVICE_*): Remove defines.
6417         * include/wingdi.h (DISPLAY_DEVICE_REMOVABLE,
6418         DISPLAY_DEVICE_MODESPRUNED): Add defines.
6419
6420 2003-12-08  Hartmut Honisch  <hhonisch@users.sourceforge.net>
6421
6422         * include/commctrl.h (ListView_Get_State, ListView_Check_State):
6423         Add macros.
6424         * include/wingdi.h  (DISPLAY_DEVICE_*): Add multi-monitor
6425         constants.
6426         * include/shlobj.h (SHCOLUMNINIT): Add structure.
6427         (SHCOLUMNDAT): Likwise.
6428         (SHCOLUMNID): Likewise.
6429         (SHCOLUMNINFO): Likewise.
6430         (SHCOLSTATE): Add enum.
6431         (IColumnProvider): Add COM interface.
6432         (IQueryInfo): Likewise.
6433         (IShellIconOverlayIdentifier): Likewise.
6434         * include/shlguid.h (IID_IColumnProvider) Declare.
6435         (IID_IQueryInfo): Likweise.
6436         (IID_IShellIconOverlayIdentifier): Likwise.
6437         * lib/shell32.c (IID_IColumnProvider) Define.
6438         (IID_IQueryInfo): Likweise.
6439         (IID_IShellIconOverlayIdentifier): Likwise.
6440
6441 2003-12-08  Roald Ribe  <rrib@users.sourceforge.net>
6442
6443         * include/winuser.h (RT_MANIFEST): Add define.
6444
6445 2003-12-08  Pascal Buhler  <pbuhler@users.sourceforge.net>
6446
6447         * include/oleidl.h (IViewObject2): Inherit from IViewObject.
6448
6449 2003-12-01  Danny Smith  <dannysmith@users.sourceforge.net>
6450
6451         * include/winnt.h (GetCurrentFiber): Remove duplicate prototype.
6452         (GetFiberData): Likewise.
6453         (GetCurrentFiber): Change volatile to __volatile__.
6454         (GetFiberData): Likewise.
6455
6456 2003-11-27  Christopher Faylor  <cgf@redhat.com>
6457
6458         * lib/Makefile.in: Use make function to locate .mri file to allow
6459         building in directory other than source directory.
6460
6461 2003-11-27  Danny Smith  <dannysmith@users.sourceforge.net>
6462
6463         * lib/vfw32.def: Remove, replacing with ...
6464         * lib/msvfw32.def: New file.
6465         * lib/avicap32.def: New file.
6466         * lib/avifil32.def: New file.
6467         * lib/vfw32.mri: New file.
6468         * Makefile.in: (MRI_FILES, MIMPLIBS): New vars for
6469         import libs with multiple dll's.
6470         (LIBS): Add MIMPLIBS.
6471         (DISTFILES): Add MRI_FILES.
6472         (libvfw32.a): Build using mri script.
6473
6474 2003-11-23  Danny Smith  <dannysmith@users.sourceforge.net>
6475
6476         * include/winnt.h (PAGE_*): Group defines together. Change
6477         constants to hex notation.
6478
6479 2003-11-15  Manu B  <manubee@users.sourceforge.net>
6480
6481         * include/commctrl.h (TabCtrl_GetImageList): Add macro.
6482
6483 2003-11-13 Martin Fuchs  <martin-fuchs@gmx.net>
6484
6485         * include/shlobj.h (ILAppendID, ILClone, ILCloneFirst, ILCombine,
6486         ILFindChild, ILFindLastID, ILFree, ILGetNext, ILGetSize, ILIsEqual,
6487         ILIsParent, ILLoadFromStream, ILRemoveLastID, ILSaveToStream):
6488         Add prototypes.
6489         * lib/shell32.def: Add stubs.
6490
6491         * include/commctrl.h (ListView_FindItem): Add type cast to avoid
6492         compiler warnings.
6493
6494 2003-11-13  Hans Leidekker  <hans@it.vu.nl>
6495
6496         * include/winbase.h (WIN32_STREAM_ID): Correct typedef.
6497
6498 2003-10-13  Andre Auzi  <aauzi@users.sourceforge.net>
6499
6500         * include/windows.h (CopyCursor): Define as macro.
6501
6502 2003-10-13  Steven Edwards  <Steven_Ed4153@yahoo.com>
6503
6504         * include/winnt.h (CONTAINING_RECORD): Add macro.
6505
6506 2003-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
6507
6508         * include/winnt.h: (FILE_SUPERSEDED, FILE_OPENED, FILE_CREATED,
6509         FILE_OVERWRITTEN, FILE_EXISTS, FILE_DOES_NOT_EXIST): Remove
6510         defines.
6511
6512 2003-10-13  Filip Navara  <xnavara@volny.cz>
6513
6514         * include/commctrl.h (DSA_*): Add prototypes, typedefs and
6515         defines for Dynamic Storage Arrays.
6516         (DPA_*): Likewise, for Dynamic Pointer Arrays.
6517         (FlatSB_*, InitializeFlatSB, InitializeFlatSB): Add prototypes
6518         and defines for Flat ScrollBars.
6519         (SetWindowSubclass, GetWindowSubclass, RemoveWindowSubclass,
6520         DefSubclassProc): Add prototypes for subclassing.
6521         (DrawShadowText): Add prototype.
6522         (COMCTL32_VERSION): Define.
6523
6524 2003-10-13  Martin Fuchs  <Martin-Fuchs@gmx.net>
6525
6526         * include/shlobj.h (CFSTR_FILENAME, CFSTR_FILEDESCRIPTOR,
6527         CFSTR_FILENAMEMAP, CFSTR_SHELLURL): Correct UNICODE definitions.
6528
6529 2003-10-13  Pierre Humblet  <pierre.humblet@ieee.org>
6530
6531         * include/winnt.h (SM_REMOTESESSION): Add define.
6532         * include/winuser.h (SE_CREATE_GLOBAL_NAME): Ditto.
6533
6534 2003-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
6535
6536         * include/wincrypt (KP_IV, KP_SALT, KP_PADDING, KP_MODE,
6537         KP_MODE_BITS, KP_PERMISSIONS, KP_ALGID, KP_BLOCKLEN): Remove
6538         duplicate definitions.
6539         (KP_X, KP_Y): Correct typos.
6540
6541 2003-10-11  Manu B  <manubee@users.sourceforge.net>
6542
6543         * include/afxres.h: New file.
6544
6545         * include/richedit.h (ES_NOOLEDRAGDROP, ENM_DRAGDROPDONE,
6546         ENM_IMECHANGE, ENM_LANGCHANGE, ENM_OBJECTPOSITIONS,
6547         ENM_SCROLLEVENTS): Add constants.
6548
6549         * include/richedit.h (ES_SELECTIONBAR, ENM_LINK): Sort constants.
6550
6551 2003-10-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6552
6553         * include/errorep.h: New file.
6554
6555         * lib/faultrep.def: New file.
6556
6557 2003-10-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6558
6559         * include/winbase.h (AddVectoredExceptionHandler): Define if
6560         _WIN32_WINNT >= 0x0500.
6561
6562         * include/winnt.h (PVECTORED_EXCEPTION_HANDLER): Define if
6563         _WIN32_WINNT >= 0x0500.
6564
6565 2003-10-08  Corinna Vinschen  <corinna@vinschen.de>
6566
6567         * include/winbase.h (AddVectoredExceptionHandler): Only define if
6568         _WIN32_WINNT >= 0x0501.
6569
6570 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6571
6572         * include/winbase.h [_WIN32_WINNT >= 0x0500] (SetComputerNameEx[AW],
6573         UnregisterWaitEx): Add functions.
6574
6575         * include/winbase.h [_WIN32_WINNT >= 0x0500]
6576         (AddVectoredExceptionHandler, RemoveVectoredExceptionHandler): Add
6577         or guard function. The MSDN says it is available on Windows XP and
6578         better, and then it says it is declared for _WIN32_WINNT >= 0x0500.
6579         Huh?
6580
6581         * include/winbase.h [_WIN32_WINNT >= 0x0501] (AddRefActCtx,
6582         CreateActCtx[AW], SetFileShortName[AW], SetFileValidData,
6583         ZombifyActCtx, QueryActCtxW): Add functions.
6584
6585         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6586         (QUERY_ACTCTX_FLAG_USE_ACTIVE_ACTCTX,
6587         QUERY_ACTCTX_FLAG_ACTCTX_IS_HMODULE,
6588         QUERY_ACTCTX_FLAG_ACTCTX_IS_ADDRESS): Add constants.
6589
6590         * include/winbase.h [_WIN32_WINNT >= 0x0502] (SetDllDirectory[AW],
6591         SetFirmwareEnvironmentVariable[AW]): Add functions.
6592
6593         * include/winnt.h [_WIN32_WINNT >= 0x0500] (VER_BUILDNUMBER,
6594         VER_MAJORVERSION, VER_MINORVERSION, VER_PLATFORMID,
6595         VER_SERVICEPACKMAJOR, VER_SERVICEPACKMINOR, VER_SUITENAME,
6596         VER_PRODUCT_TYPE, VER_EQUAL, VER_GREATER, VER_GREATER_EQUAL,
6597         VER_LESS, VER_LESS_EQUAL, VER_AND, VER_OR): Add constants.
6598
6599         * include/winnt.h [_WIN32_WINNT >= 0x0501]
6600         (PVECTORED_EXCEPTION_HANDLER): Add callback.
6601
6602         * include/winnt.h [_WIN32_WINNT >= 0x0501]
6603         (ACTIVATION_CONTEXT_INFO_CLASS,
6604         ACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION,
6605         ACTIVATION_CONTEXT_DETAILED_INFORMATION,
6606         ACTIVATION_CONTEXT_QUERY_INDEX, ASSEMBLY_FILE_DETAILED_INFORMATION):
6607         Add structures.
6608
6609         * lib/user32.def (AddRefActCtx, AddVectoredExceptionHandler,
6610         CreateActCtx[AW], SetComputerNameEx[AW], SetDllDirectory[AW],
6611         SetFileShortName[AW], SetFileValidData,
6612         SetFirmwareEnvironmentVariable[AW], UnregisterWaitEx,
6613         VerSetConditionMask, ZombifyActCtx, QueryActCtxW): Add functions.
6614
6615 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6616
6617         * include/winbase.h (GetWriteWatch, IsSystemResumeAutomatic,
6618         ResetWriteWatch): Add function.
6619
6620         * include/winbase.h [_WIN32_WINNT >= 0x0500]
6621         (GetSystemWindowsDirectory[AW], ProcessIdToSessionId, ReplaceFile[AW]):
6622         Add functions.
6623
6624         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6625         (GetSystemWow64Directory[AW], HeapQueryInformation,
6626         HeapSetInformation, InitializeSListHead, InterlockedFlushSList,
6627         InterlockedPopEntrySList, InterlockedPushEntrySList, IsProcessInJob,
6628         IsWow64Process, QueryMemoryResourceNotification, ReleaseActCtx,
6629         RemoveVectoredExceptionHandler): Add functions.
6630
6631         * include/winnt.h [_WIN32_WINNT >= 0x0501] (HEAP_INFORMATION_CLASS):
6632         Add enumeration.
6633
6634         * include/winbase.h [_WIN32_WINNT >= 0x0502] (GetThreadIOPendingFlag):
6635         Add function.
6636
6637         * include/winbase.h [_WIN32_WINNT >= 0x0510] (RestoreLastError):
6638         Add function. The MSDN Magazine of June 2003 reads:
6639                 RestoreLastError is an enigma. It's code is identical to
6640                 SetLastError. It's unclear to me why it was made into a
6641                 separate API.
6642
6643         * lib/user32.def (GetSystemWindowsDirectory[AW],
6644         GetSystemWow64Directory[AW], GetThreadIOPendingFlag,
6645         HeapQueryInformation, HeapSetInformation, InitializeSListHead,
6646         InterlockedFlushSList, InterlockedPopEntrySList,
6647         InterlockedPushEntrySList, IsSystemResumeAutomatic, IsWow64Process,
6648         ProcessIdToSessionId, QueryMemoryResourceNotification, ReleaseActCtx,
6649         RemoveVectoredExceptionHandler, ReplaceFile[AW], ResetWriteWatch,
6650         RestoreLastError): Add functions.
6651
6652 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6653
6654         * include/winbase.h [_WIN32_WINNT >= 0x0500] (GetComputerNameEx[AW],
6655         GetProcessIoCounters): Add functions.
6656
6657         * include/winbase.h [_WIN32_WINNT >= 0x0500] (COMPUTER_NAME_FORMAT):
6658         Move around, needed by GetComputerNameEx.
6659
6660         * include/winbase.h [_WIN32_WINNT >= 0x0501] (FindActCtxSectionGuid,
6661         FindActCtxSectionString[AW], GetCurrentActCtx, GetNativeSystemInfo):
6662         Add functions.
6663
6664         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6665         (ACTCTX_SECTION_KEYED_DATA): Add structure.
6666
6667         * include/winbase.h [_WIN32_WINNT >= 0x0502] (GetDllDirectory[AW],
6668         GetFirmwareEnvironmentVariable[AW], GetProcessHandleCount,
6669         GetProcessId, GetSystemRegistryQuota): Add functions, available on
6670         Windows XP SP1 and better.
6671
6672         * include/winnt.h [_WIN32_WINNT >= 0x0501]
6673         (ACTIVATION_CONTEXT_SECTION_ASSEMBLY_INFORMATION,
6674         ACTIVATION_CONTEXT_SECTION_DLL_REDIRECTION,
6675         ACTIVATION_CONTEXT_SECTION_WINDOW_CLASS_REDIRECTION,
6676         ACTIVATION_CONTEXT_SECTION_COM_SERVER_REDIRECTION,
6677         ACTIVATION_CONTEXT_SECTION_COM_INTERFACE_REDIRECTION,
6678         ACTIVATION_CONTEXT_SECTION_COM_TYPE_LIBRARY_REDIRECTION,
6679         ACTIVATION_CONTEXT_SECTION_COM_PROGID_REDIRECTION,
6680         ACTIVATION_CONTEXT_SECTION_CLR_SURROGATES): Add constants.
6681
6682         * lib/user32.def (FindActCtxSectionGuid, FindActCtxSectionString[AW],
6683         GetComputerNameEx[AW], GetCurrentActCtx, GetDllDirectory[AW],
6684         GetFirmwareEnvironmentVariable[AW], GetModuleHandleEx[AW],
6685         GetNativeSystemInfo, GetProcessHandleCount, GetProcessIoCounters):
6686         Add functions.
6687
6688 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6689
6690         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6691         (CheckRemoteDebuggerPresent, DebugActiveProcessStop, DebugBreakProcess,
6692         DebugSetProcessKillOnExit): Add functions.
6693
6694         * include/winbase.h [_WIN32_WINNT >= 0x0500] (DeleteTimerQueue,
6695         DeleteTimerQueueEx, DeleteTimerQueueTimer,
6696         DnsHostnameToComputerName[AW]): Add functions.
6697
6698         * lib/user32.def (CheckRemoteDebuggerPresent, DebugActiveProcessStop,
6699         DebugBreakProcess, DebugSetProcessKillOnExit, DeleteTimerQueueEx,
6700         DeleteTimerQueueTimer, DnsHostnameToComputerName[AW]): Add functions.
6701
6702 2003-10-07  Kobun Fujimori  <kobun@users.sourceforge.net>
6703
6704         * include/winbase.h (GetVolumePathNamesForVolumeName): Available
6705         on Windows XP and later.
6706
6707 2003-10-07  Manu B  <manubee@users.sourceforge.net>
6708
6709         * include/commctrl.h (TreeView_Select): Returns BOOL.
6710
6711 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6712
6713         * include/winbase.h (CancelDeviceWakeupRequest): Add function.
6714
6715         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6716         (CreateMemoryResourceNotification, DeactivateActCtx): Add functions.
6717
6718         * include/winbase.h [_WIN32_WINNT >= 0x0500] (CreateTimerQueue,
6719         CreateTimerQueueTimer): Add function.
6720
6721         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6722         (MEMORY_RESOURCE_NOTIFICATION_TYPE): Add enumeration.
6723
6724         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6725         (DEACTIVATE_ACTCTX_FLAG_FORCE_EARLY_DEACTIVATION): Add constant.
6726
6727         * include/winnt.h (WT_*): Add constants.
6728
6729         * lib/user32.def (CancelDeviceWakeupRequest,
6730         CreateMemoryResourceNotification, CreateTimerQueueTimer,
6731         DeactivateActCtx): Add functions.
6732
6733 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6734
6735         * include/winbase.h [_WIN32_WINNT >= 0x0400] (ConvertFiberToThread):
6736         Add function. Sometimes I don't understand MSDN. This function is
6737         available on Windows XP and Server 2003, but the SDK is supposed to
6738         make it available when _WIN32_WINNT >= 0x0400, or so says the MSDN.
6739         Mmmh...
6740
6741         * include/winbase.h [_WIN32_WINNT >= 0x0400] (CreateFiberEx):
6742         Guard function. Same remark as above.
6743
6744         * lib/user32.def (ConvertFiberToThread, CreateFiberEx):
6745         Add functions.
6746
6747 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6748
6749         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ACTCTX_FLAG_*):
6750         Add constants.
6751
6752         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ACTCTX[AW]): Add
6753         structures.
6754
6755         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ActivateActCtx): Add
6756         function. MSDN says the first argument is HACTCTX but I'm not sure
6757         where such a specialized handle is defined, so use HANDLE instead.
6758
6759         * include/winbase.h [_WIN32_WINNT >= 0x0501] (AttachConsole,
6760         CheckNameLegalDOS8Dot3[AW]): Add functions.
6761
6762         * lib/user32.def (ActivateActCtx, AttachConsole,
6763         CheckNameLegalDOS8Dot3[AW]): Add functions.
6764
6765         * lib/user32.def (AddLocalAlternateComputerName[AW]): Add functions.
6766         Unfortunately I don't know which header to put the declarations in.
6767
6768 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6769
6770         * include/winnls.h (CTRY_KYRGYZSTAN, CTRY_MALDIVES, CTRY_MONGOLIA):
6771         Add constants.
6772
6773         * include/winnls.h (NLS_FUNCTION, SYSGEOCLASS, SYSGEOTYPE): Add
6774         constants for National Language Support.
6775
6776         * include/winnls.h (NLSVERSIONINFO): Add structure for National
6777         Language Support.
6778
6779         * include/winnls.h (GEO_ENUMPROC): Add callback for National
6780         Language Support.
6781
6782         * include/winnls.h (EnumSystemGeoID, GetCalendarInfo[AW],
6783         GetGeoInfo[AW], GetUserGeoID, SetCalendarInfo[AW], SetUserGeoID):
6784         Add functions.
6785
6786         * include/winnls.h (IsNLSDefinedString, GetNLSVersion): Add
6787         functions. Strange... I am unable to find which library contains
6788         these functions. Can't find anything with pexports. Any clue?
6789
6790         * lib/user32.def (EnumSystemGeoID, GetGeoInfo[AW], GetUserGeoID,
6791         SetUserGeoID): Add functions.
6792
6793 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6794
6795         * include/winnt.h (LANG_KYRGYZ, LANG_MONGOLIAN, LANG_GALICIAN,
6796         LANG_SYRIAC, LANG_INVARIANT, SUBLANG_KASHMIRI_SASIA): Add constants.
6797
6798         * include/winnt.h (SUBLANG_AZERI_LATIN, SUBLANG_AZERI_CYRILLIC,
6799         SUBLANG_ENGLISH_ZIMBABWE, SUBLANG_ENGLISH_PHILIPPINES): Fix wrong
6800         value for constants.
6801
6802 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6803
6804         * include/wincrypt.h (SCHANNEL_MAC_KEY, SCHANNEL_ENC_KEY,
6805         INTERNATIONAL_USAGE, KP_SCHANNEL_ALG): Add constants. Specifying
6806         the algorithms.
6807
6808 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6809
6810         * include/wincrypt.h (CRYPT_FLAGS_*): Add constants. Protocol flags.
6811
6812 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6813
6814         * include/wincrypt.h (KP_*): Add constants. Needed by
6815         CryptSetKeyParam() and other functions.
6816
6817 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6818
6819         * include/winuser.h [_WIN32_WINNT >= 0x0501] (EVENT_*, CONSOLE_*):
6820         Add constants, related to Console Accessibility.
6821
6822 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6823
6824         * include/winuser.h [WINVER >= 0x0500] (EVENT_MAX): Ooops...
6825         wrong value for constant.
6826
6827 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6828
6829         * include/winuser.h [WINVER >= 0x0500] (EVENT_*): Add constants.
6830
6831         * include/uxtheme.h: Cleanup.
6832         * include/tmschema.h: Cleanup.
6833
6834 2003-10-02  Luke Dunstan  <infidel@users.sourceforge.net>
6835
6836         * include/winspool.h (GetDefaultPrinter[AW]): Add functions.
6837         * lib/winspool.def (GetDefaultPrinter[AW]): Add stubs.
6838
6839 2003-10-01  Danny Smith  <dannysmith@users.sourceforge.net>
6840
6841         * include/winnt.h (INVALID_FILE_ATTRIBUTES): Fix define.
6842
6843 2003-09-30  Danny Smith  <dannysmith@users.sourceforge.net>
6844
6845         * include/winuser.h (BSF_*, BSM_*):  Sync constants defined in
6846         both winuser.h and dbt.h.
6847         * include/dbt.h (BSF_*, BSM_*): Likewise.
6848
6849         * include/winuser.h (struct tagRAWINPUT): Remove
6850         _ANONYMOUS_UNION tag from named union.
6851         (struct tagRAWMOUSE): Add _ANONYMOUS_STRUCT to nameless struct.
6852
6853 2003-09-30  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6854
6855         * include/dhcpcdsk.h: New file.
6856         Note that MSDN is confused about whether it should start constant
6857         and structure names with DHCPCAPI or DHCPAPI. It's using both but
6858         experience suggests it's DHCPCAPI with `C'.
6859
6860         * lib/dhcpcsvc.def: New file.
6861
6862 2003-09-30  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6863
6864         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIM_INPUT,
6865         RIM_INPUTSINK): Add constants, for use by WM_INPUT notification.
6866
6867         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIDEV_REMOVE,
6868         RIDEV_EXCLUDE, RIDEV_PAGEONLY, RIDEV_NOLEGACY, RIDEV_INPUTSINK,
6869         RIDEV_CAPTUREMOUSE, RIDEV_NOHOTKEYS, RIDEV_APPKEYS): Add constants,
6870         for use in RAWINPUTDEVICE.
6871
6872         * include/winuser.h [_WIN32_WINNT >= 0x0501]
6873         (GetRawInputDeviceInfo[AW]): Ooops... there are
6874         ANSI/Unicode versions of this function.
6875
6876         * lib/user32.def (GetRawInputDeviceInfo[AW]): Ooops... there
6877         are ANSI/Unicode versions of this function.
6878
6879 2003-09-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6880
6881         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIM_TYPEMOUSE,
6882         RIM_TYPEKEYBOARD, RIM_TYPEHID, MOUSE_MOVE_RELATIVE,
6883         MOUSE_MOVE_ABSOLUTE, MOUSE_VIRTUAL_DESKTOP,
6884         MOUSE_ATTRIBUTES_CHANGED, RI_MOUSE_LEFT_BUTTON_DOWN,
6885         RI_MOUSE_LEFT_BUTTON_UP, RI_MOUSE_RIGHT_BUTTON_DOWN,
6886         RI_MOUSE_RIGHT_BUTTON_UP, RI_MOUSE_MIDDLE_BUTTON_DOWN,
6887         RI_MOUSE_MIDDLE_BUTTON_UP, RI_MOUSE_BUTTON_1_DOWNT_BUTTON_DOWN,
6888         RI_MOUSE_BUTTON_1_UP, RI_MOUSE_BUTTON_2_DOWNHT_BUTTON_DOWN,
6889         RI_MOUSE_BUTTON_2_UP, RI_MOUSE_BUTTON_3_DOWNDLE_BUTTON_DOWN,
6890         RI_MOUSE_BUTTON_3_UP, RI_MOUSE_BUTTON_4_DOWN,
6891         RI_MOUSE_BUTTON_4_UP, RI_MOUSE_BUTTON_5_DOWN,
6892         RI_MOUSE_BUTTON_5_UP, RI_MOUSE_WHEEL, KEYBOARD_OVERRUN_MAKE_CODE,
6893         RI_KEY_MAKE, RI_KEY_BREAK, RI_KEY_E0, RI_KEY_E1,
6894         RI_KEY_TERMSRV_SET_LED, RI_KEY_TERMSRV_SHADOW, RID_INPUT,
6895         RID_HEADER, RIDI_PREPARSEDDATA, RIDI_DEVICENAME,
6896         RIDI_DEVICEINFO): Add constants.
6897
6898         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RAWINPUTHEADER,
6899         RAWMOUSE, RAWKEYBOARD, RAWHID, RAWINPUT, RAWINPUTDEVICE,
6900         RAWINPUTDEVICELIST): Add structures.
6901
6902         * include/winuser.h [_WIN32_WINNT >= 0x0501] (DefRawInputProc,
6903         GetRawInputBuffer, GetRawInputData, GetRawInputDeviceInfo,
6904         GetRawInputDeviceList, GetRegisteredRawInputDevices): Add functions.
6905
6906         * lib/user32.def (DefRawInputProc, GetRawInputBuffer,
6907         GetRawInputData, GetRawInputDeviceInfo, GetRawInputDeviceList,
6908         GetRegisteredRawInputDevices): Add functions.
6909
6910 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6911
6912         * include/winable.h (BlockInput): Add function.
6913
6914         * include/winable.h (WS_ACTIVECAPTION): Add constant.
6915         For use with WINDOWINFO structure.
6916
6917         * include/winuser.h [_WIN32_WINNT >= 0x0500] (LockWorkStation):
6918         Add function.
6919
6920         * include/winuser.h [_WIN32_WINNT >= 0x0501] (IsWinEventHookInstalled):
6921         Add function.
6922
6923         * include/winuser.h [WINVER >= 0x0500] (UnhookWinEvent):
6924         Add function...
6925
6926         * include/winable.h [WINVER < 0x0500] (UnhookWinEvent):
6927         ...and duplicate.
6928
6929         * include/winuser.h [_WIN32_WINNT >= 0x0403] (SendInput):
6930         Guard function...
6931
6932         * include/winable.h [_WIN32_WINNT < 0x0403] (SendInput):
6933         ...and duplicate.
6934
6935         * include/winuser.h [WINVER >= 0x0500] (NotifyWinEvent):
6936         Guard function...
6937
6938         * include/winable.h [WINVER < 0x0500] (NotifyWinEvent):
6939         ...and duplicate.
6940
6941         * include/winuser.h [WINVER >= 0x0500] (MOUSEINPUT, KEYBDINPUT,
6942         HARDWAREINPUT, INPUT): Guard structures...
6943
6944         * include/winable.h [WINVER < 0x0500] (MOUSEINPUT, KEYBDINPUT,
6945         HARDWAREINPUT, INPUT): ...and duplicate.
6946
6947         * include/winuser.h [_WIN32_WINNT >= 0x0403] (INPUT_MOUSE,
6948         INPUT_KEYBOARD, INPUT_HARDWARE): Guard constants...
6949
6950         * include/winable.h [_WIN32_WINNT < 0x0403] (INPUT_MOUSE,
6951         INPUT_KEYBOARD, INPUT_HARDWARE): ...and duplicate.
6952
6953         * include/winuser.h: Move around some lines. Reformat according
6954         to recommended or dominant style. Remove FAR keyword.
6955
6956         * include/winable.h: Move around some lines.
6957
6958         * lib/user32.def (BlockInput, IsWinEventHookInstalled,
6959         LockWorkStation, UnhookWinEvent): Add functions.
6960
6961 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6962
6963         * include/winuser.h [_WIN32_WINNT >= 0x0501] (PrintWindow,
6964         PW_CLIENTONLY): Add function and constant.
6965
6966         * lib/user32.def (PrintWindow): Add function.
6967
6968 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6969
6970         * include/winuser.h (RealGetWindowClassA[AW]): Add function.
6971
6972         * lib/user32.def (RealGetWindowClassA[AW]): Add function.
6973
6974 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6975
6976         * include/winuser.h [WINVER >= 0x0500] (RegisterDeviceNotification[AW],
6977         DEVICE_NOTIFY_WINDOW_HANDLE, DEVICE_NOTIFY_SERVICE_HANDLE,
6978         DEVICE_NOTIFY_ALL_INTERFACE_CLASSES): Add function and constants.
6979
6980         * lib/user32.def (RegisterDeviceNotification[AW]): Add function.
6981
6982 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6983
6984         * include/winuser.h [WINVER >= 0x0500] (SetWinEventHook, WINEVENTPROC,
6985         WINEVENT_OUTOFCONTEXT, WINEVENT_SKIPOWNTHREAD, WINEVENT_SKIPOWNPROCESS,
6986         WINEVENT_INCONTEXT): Add function, typedef, and constants.
6987
6988         * include/winable.h [WINVER < 0x0500] (SetWinEventHook, WINEVENTPROC,
6989         WINEVENT_OUTOFCONTEXT, WINEVENT_SKIPOWNTHREAD, WINEVENT_SKIPOWNPROCESS,
6990         WINEVENT_INCONTEXT): Add function, typedef, and constants.
6991
6992         * include/winuser.h [_WIN32_WINNT >= 0x0500] (UserHandleGrantAccess):
6993         Add function.
6994
6995         * lib/user32.def (SetWinEventHook, UserHandleGrantAccess):
6996         Add functions.
6997
6998 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6999
7000         * include/winnt.h (ACE_INHERITED_OBJECT_TYPE_PRESENT,
7001         ACE_OBJECT_TYPE_PRESENT): Add constants.
7002         For use with OBJECTS_AND_NAME structure.
7003
7004 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7005
7006         * include/aclapi.h [_WIN32_WINNT >= 0x0501] (GetInheritanceSource[AW]):
7007         Add functions. Don't know what PFN_OBJECT_MGR_FUNCTS is so use
7008         void* instead.
7009
7010         * include/accctrl.h [_WIN32_WINNT >= 0x0501] (INHERITED_FROM[AW],
7011         PINHERITED_FROM[AW]): Add structures.
7012
7013         * lib/user32.def (GetInheritanceSource[AW]): Add functions.
7014
7015 2003-09-26  Corinna Vinschen  <corinna@vinschen.de>
7016
7017         * include/winuser.h (FLASHWINFO, PFLASHWINFO): Define for 98/Me, too.
7018
7019 2003-09-25  Danny Smith  <dannysmith@users.sourceforge.net>
7020
7021         * lib/version.def (LIBRARY): Quote name.
7022
7023 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7024
7025         * include/winuser.h (GetClipboardSequenceNumber): Add functions
7026         and constants.
7027
7028         * include/winuser.h (GetGuiResources, GR_GDIOBJECTS,
7029         GR_USEROBJECTS): Add functions and constants.
7030
7031         * include/winuser.h (GetMouseMovePointsEx, GMMP_USE_DISPLAY_POINTS,
7032         GMMP_USE_HIGH_RESOLUTION_POINTS): Add functions and constants.
7033
7034         * include/winuser.h (InSendMessageEx, ISMEX_NOSEND, ISMEX_CALLBACK,
7035         ISMEX_NOTIFY, ISMEX_REPLIED, ISMEX_SEND): Add functions and
7036         constants.
7037
7038         * lib/user32.def (GetClipboardSequenceNumber, GetGuiResources,
7039         GetMouseMovePointsEx, InSendMessageEx): Add functions.
7040
7041 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7042
7043         * include/winuser.h (BroadcastSystemMessage, BroadcastSystemMessageA,
7044         BroadcastSystemMessageW, BroadcastSystemMessageEx,
7045         BroadcastSystemMessageExA, BroadcastSystemMessageExW,
7046         BSMINFO, BSF_ALLOWSFW, BSF_SENDNOTIFYMESSAGE, BSF_LUID,
7047         BSF_RETURNHDESK): Add functions and constants.
7048
7049         * include/winuser.h (EnumDisplaySettingsEx, EnumDisplaySettingsExA,
7050         EnumDisplaySettingsExW, EDS_RAWMODE): Add functions and constant.
7051
7052         * include/winuser.h (IsGUIThread, IsHungAppWindow, FlashWindowEx,
7053         GetProcessDefaultLayout, SetProcessDefaultLayout,
7054         RealChildWindowFromPoint, SetProcessDefaultLayout,
7055         SwitchToThisWindow): Add functions.
7056
7057         * lib/user32.def (BroadcastSystemMessageA, BroadcastSystemMessageW,
7058         BroadcastSystemMessageExA, BroadcastSystemMessageExW,
7059         EnumDisplaySettingsExA, EnumDisplaySettingsExW, FlashWindowEx,
7060         GetProcessDefaultLayout, IsGUIThread, IsHungAppWindow,
7061         RealChildWindowFromPoint, SetProcessDefaultLayout,
7062         SwitchToThisWindow): Add function.
7063
7064 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7065
7066         * include/winuser.h (DeregisterShellHookWindow): Add function.
7067
7068         * include/winuser.h [_WIN32_WINNT >= 0x0500] (EndTask): Add function.
7069
7070         * lib/user32.def (EndTask): Add function.
7071
7072         * include/winuser.h (WINVER, _WIN32_WINNT): It's better (?) to
7073         use _WIN32_WINNT instead of WINVER to test for Windows 2000.
7074
7075         * include/winable.h: Reorder target macros.
7076
7077         * lib/*.def: Cleanup.
7078
7079 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7080
7081         * include/winuser.h [WINVER >= 0x0500] (AnimateWindow): Add
7082         function.
7083
7084         * lib/user32.def (AnimateWindow): Add function. By the way
7085         there are ~ 140 symbols missing from this file when comparing
7086         to user32.dll on Windows XP.
7087
7088 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7089
7090         * include/winuser.h [WINVER >= 0x0500] (AW_SLIDE, AW_ACTIVATE,
7091         AW_BLEND, AW_HIDE, AW_CENTER, AW_HOR_POSITIVE, AW_HOR_NEGATIVE,
7092         AW_VER_POSITIVE, AW_VER_NEGATIVE): Add constants. For use by
7093         AnimateWindow().
7094
7095 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7096
7097         * include/winuser.h [WINVER >= 0x0500] (GetGUIThreadInfo,
7098         LPGUITHREADINFO): Add function and associated typedef...
7099
7100         * include/winable.h [WINVER < 0x0500] (GetGUIThreadInfo,
7101         LPGUITHREADINFO): ...and duplicate them in <winable.h> as
7102         seems to be required on older versions of Windows.
7103
7104 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7105
7106         * include/GL/glu.h (gluErrorUnicodeStringWIN): Add macro
7107         function. MSDN suggests using gluErrorUnicodeStringWIN
7108         instead of gluErrorString, as it allows both ANSI and Unicode
7109         error strings.
7110
7111         * include/GL/glu.h (gluErrorUnicodeStringEXT): Make the
7112         returned pointer const for consistency reasons.
7113
7114 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7115
7116         * include/GL/glu.h (gluErrorUnicodeStringEXT): Add function.
7117         Function exists in glu32.def but is undocumented on MSDN.
7118         A Google search came up with this declaration.
7119
7120 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7121
7122         * include/GL/glu.h: Rewritten from scratch. Started from GLU 1.3
7123         headers from OpenGL Sample Implementation. Windows ships with
7124         GLU 1.2 so some constants and functions were removed. Then some
7125         typedef's and function declarations were reworked to look like
7126         the previous GL/glu.h.
7127
7128 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7129
7130         * include/uxtheme.h (PROPERTYORIGIN): the documentation of
7131         PROPERTYORIGIN suggests it's `PROPERTYORIGIN' but experimentation
7132         suggests it's actually `enum PROPERTYORIGIN'. Keep both.
7133
7134         * include/uxtheme.h (THEME_SIZE, THEMESIZE): MSDN suggests
7135         it's either `THEME_SIZE' or `THEMESIZE' but experimentation
7136         suggests it's actually `enum THEMESIZE'. Keep `THEME_SIZE'
7137         and `enum THEMESIZE'.
7138
7139 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7140
7141         * include/uxtheme.h: New file.
7142         * include/tmschema.h: New file.
7143         * include/uxtheme.def: New file.
7144         * lib/test.c: Include uxtheme.h, tmschema.h.
7145
7146 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7147
7148         * include/winuser.h (KEYEVENTF_UNICODE, KEYEVENTF_SCANCODE):
7149         Add defines.
7150
7151 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7152
7153         * include/winable.h [_WIN32_WINNT < 0x0403] (INPUT_MOUSE,
7154         INPUT_KEYBOARD, INPUT_HARDWARE): Duplicate defines in
7155         <winable.h> as seems to be required on older versions of
7156         Windows.
7157
7158 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7159
7160         * include/winuser.h [WINVER >= 0x0500] (CHILDID_SELF,
7161         GUI_CARETBLINKING, GUI_INMOVESIZE, GUI_INMENUMODE,
7162         GUI_SYSTEMMENUMODE, GUI_POPUPMENUMODE, GUI_16BITTASK):
7163         Add defines, the last one only on Windows XP...
7164
7165         * include/winable.h [WINVER < 0x0500] (CHILDID_SELF,
7166         GUI_CARETBLINKING, GUI_INMOVESIZE, GUI_INMENUMODE,
7167         GUI_SYSTEMMENUMODE, GUI_POPUPMENUMODE): ...and duplicate
7168         them in <winable.h> as seems to be required on older
7169         versions of Windows.
7170
7171 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7172
7173         * include/winuser.h [WINVER >= 0x0500] (GUITHREADINFO,
7174         OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR, OBJID_MENU,
7175         OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL, OBJID_SIZEGRIP,
7176         OBJID_CARET, OBJID_CURSOR, OBJID_ALERT, OBJID_SOUND): Bring
7177         back into <winuser.h>...
7178
7179         * include/winable.h [WINVER < 0x0500] (GUITHREADINFO,
7180         OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR, OBJID_MENU,
7181         OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL, OBJID_SIZEGRIP,
7182         OBJID_CARET, OBJID_CURSOR, OBJID_ALERT, OBJID_SOUND): ...and
7183         comment out in <winable.h>. MSDN may say <winable.h> but this
7184         breaks many programs. It seems it used to be <winable.h> on
7185         older versions of Windows.
7186
7187 2003-09-17  Danny Smith  <dannysmith@users.sourceforge.net>
7188
7189         * include/winuser.h (UpdateLayeredWindow): Protect against NOGDI.
7190         Thanks to Will Levine  <willll@users.sourceforge.net>
7191
7192 2003-09-15  Danny Smith  <dannysmith@users.sourceforge.net>
7193
7194         * include/ws2spi.h (LPWSPBIND): Change CONST LPSOCKADDR to
7195         const struct sockaddr*.
7196         (LPWSPCONNECT): Likewise.
7197         (LPWSPJOINLEAF): Likewise.
7198         (LPWSPSENDTO): Likewise.
7199         Tanks to Sebastian Nowak  <snowak1@users.spourceforge.net>
7200
7201 2003-09-15  Filip Navara  <xnavara@volny.cz>
7202
7203         * include/commctrl.h (TCIS_BUTTONPRESSED, TCIS_HIGHLIGHTED):
7204         Add definitions.
7205
7206 2003-09-15  Sascha Brawer  <brawer@dandelis.ch>
7207
7208         * include/winuser.h (DISPLAY_DEVICE_ATTACHED_TO_DESKTOP,
7209         DISPLAY_DEVICE_PRIMARY_DEVICE, DISPLAY_DEVICE_MIRRORING_DRIVER,
7210         DISPLAY_DEVICE_VGA_COMPATIBLE, DISPLAY_DEVICE_REMOVABLE,
7211         DISPLAY_DEVICE_MODESPRUNED): Define constants.
7212         (ChangeDisplaySettingsEx[A,W]): Add prototype.
7213
7214         * lib/user32.def (ChangeDisplaySettingsEx[A,W]): Add exports.
7215         (EnumDisplayDevices[A,W]): Likewise.
7216
7217 2003-09-15  Danny Smith  <dannysmith@users.sourceforge.net>
7218
7219         * include.commctrl.h (_WIN32_WINNT): Change _WXP to 0x0501,
7220         throughout.
7221
7222 2003-09-13  Danny Smith  <dannysmith@users.sourceforge.net>
7223
7224         * include/olectl.h (TEXTMETRICOLE, LPERRORLOG, LPPROPERTYBAG,
7225         LPENUMCONNECTIONPOINTS, LPCONNECTIONPOINT, LPENUMCONNECTIONS,
7226         LPPROPERTYPAGESITE, LPFONT, LPFONTDISP, OLE_COLOR, HIMETRIC,
7227         OLE_YPOS_HIMETRIC, OLE_XSIZE_HIMETRIC, OLE_YSIZE_HIMETRIC,
7228         OLE_YSIZE_CONTAINER, OLE_HANDLE, POINTF,LPPOINTF, CONTROLINFO,
7229         LPCONTROLINFO, CONNECTDATA, LPCONNECTDATA, LICINFO, LPLICINFO,
7230         CAUUID, LPCAUUID, CALPOLESTR, LPCALPOLESTR, CADWORD, LPCADWORD,
7231         PROPPAGEINFO, LPPROPPAGEINFO): Remove from here ...
7232         * include/ocidl.h: (TEXTMETRICOLE, LPERRORLOG, LPPROPERTYBAG,
7233         LPENUMCONNECTIONPOINTS, LPCONNECTIONPOINT, LPENUMCONNECTIONS,
7234         LPPROPERTYPAGESITE, LPFONT, LPFONTDISP, OLE_COLOR, HIMETRIC,
7235         OLE_YPOS_HIMETRIC, OLE_XSIZE_HIMETRIC, OLE_YSIZE_HIMETRIC,
7236         OLE_YSIZE_CONTAINER, OLE_HANDLE, POINTF, LPPOINTF, CONTROLINFO,
7237         LPCONTROLINFO, CONNECTDATA, LPCONNECTDATA, LICINFO, LPLICINFO,
7238         CAUUID, LPCAUUID, CALPOLESTR, LPCALPOLESTR, CADWORD, LPCADWORD,
7239         PROPPAGEINFO, LPPROPPAGEINFO): ... to here, for consistency
7240         with documentation.
7241         * include/olectl.h: Do #include <ocidl.h>.
7242         * include/ocidl.h: Don't #include <olectl.h>.
7243
7244 2003-09-13  Danny Smith  <dannysmith@users.sourceforge.net>
7245
7246         * include/winuser.h (_WIN32_WINNT, _WIN32_WINDOWS, WINVER):
7247         Change guards to use numeric constants, throughout.
7248
7249 2003-09-15  Earnie Boyd  <earnie@users.sf.net>
7250
7251         * include/w32api.h: Increment version to 2.5.
7252         * Makefile.in: Ditto.
7253
7254 2003-09-08  Justin Forest  <vhex@users.sourceforge.net>
7255
7256         * include/winuser.h (PM_QS_INPUT, PM_QS_POSTMESSAGE,
7257         PM_QS_PAINT, PM_QS_SENDMESSAGE): Add defines.
7258
7259 2003-09-08  Filip Navara  <xnavara@volny.cz>
7260
7261         * include/wingdi.h (GRADIENT_FILL_RECT_H, GRADIENT_FILL_RECT_V,
7262         GRADIENT_FILL_TRIANGLE, GRADIENT_FILL_OP_FLAG): Add defines.
7263
7264 2003-09-05  Earnie Boyd  <earnie@users.sf.net>
7265
7266         * include/w32api.h (_NT5, etc): Reverse the changes of 2003-07-01.
7267         * include/winbase.h (_NT5, etc): Ditto.
7268
7269 2003-09-02  Bart Oldeman  <bartoldeman@users.sourceforge.net>
7270
7271         * lib/snmpapi.def (LIBRARY) Add library name.
7272         Remove '\r', throughout.
7273         * lib/wsnmp32.def: Remove '\r', throughout.
7274         * lib/igmpagnt.def: Likewise.
7275
7276 2003-08-29  Steve Cleary  <scleary@jerviswebb.com>
7277
7278         * include/winuser.h (QS_ALLPOSTMESSAGE, QS_RAWINPUT): Add defines.
7279         (QS_INPUT, QS_ALLINPUT, QS_ALLEVENTS): Adjust by OR'ing with
7280         QS_RAWINPUT for _WIN32_WINNT >= 0x0501.
7281         (MWMO_*): Add flags.
7282
7283         * include/wincrypt.h (MS_ENHANCED_PROV[AW], MS_STRONG_PROV[AW],
7284         MS_DEF_RSA_SIG_PROV[AW], MS_DEF_RSA_SCHANNEL_PROV[AW],
7285         MS_DEF_DSS_PROV[AW], MS_DEF_DSS_DH_PROV[AW], MS_ENH_DSS_DH_PROV[AW],
7286         MS_DEF_DH_SCHANNEL_PROV[AW], MS_SCARD_PROV[AW]): Add definitions.
7287
7288 2003-08-26  Danny Smith  <dannysmith@users.sourceforge.net>
7289
7290         * lib/test.c: Add vfw.h to includes.
7291         * include/mmsystem.h: Add #ifndef guard to definition of
7292         mmioFOURCC macro.
7293         * include/vfw.h: Protect __OBJC__ from COM declarations.
7294
7295 2003-08-26  Filip Navara  <xnavara@volny.cz>
7296
7297         * include/vfw.h: New file.
7298
7299 2003-08-26  Filip Navara  <xnavara@volny.cz>
7300
7301         * include/ddk/winddk.h (RTL_REGISTRY_*): Add defines.
7302         (IoSetCompletionRoutine): Cast _CompletionRoutine arg to
7303         PIO_COMPLETION_ROUTINE.
7304
7305 2003-08-26  Danny Smith  <dannysmith@users.sourceforge.net>
7306
7307         * lib/test.c: Add snmp.h, winsnmp.h amd mgmtapi.h to
7308         includes.
7309
7310 2003-08-26  Filip Navara  <xnavara@volny.cz>
7311
7312         * include/snmp.h: New file.
7313         * include/winsnmp.h: New file.
7314         * include/mgmtapi.h: New file.
7315         * lib/snmpapi.def: New file.
7316         * lib/wsnmp32.def: New file.
7317         * lib/igmpagnt.def: New file.
7318         * lib/mgmtapi.def (SnmpMgrCtl) Add stub.
7319         (SnmpMgrGetTrapEx): Ditto.
7320         (SnmpMgrMIB2Disk): Remove.
7321         (dbginit): Remove.
7322
7323 2003-08-25  Steven Edwards  <Steven_Ed4153@yahoo.com>
7324
7325         * include/ddk/ntifs.h: Change all C++ style comments to C.
7326         * include/GL/gl.h: Ditto.
7327
7328 2003-08-25  Martin Fuchs  <Martin-Fuchs@gmx.net>
7329
7330         * include/shlobj.h (SFGAO_GHOSTED): Correct.
7331         (SFGAO_HIDDEN): Add define.
7332
7333 2003-08-25  Filip Navara  <xnavara@volny.cz>
7334
7335         * include/commctrl.h (ILCF_*): Add defines.
7336         (ILD_*): Ditto.
7337         (HDS_*): Ditto.
7338         (IPN_FIRST, IPN_LAST): Cast to UINT.
7339         (SBN_FIRST, SBN_LAST): Add defines.
7340         (PGN_*): Ditto.
7341         (HDF_JUSTIFYMASK): Fix typo.
7342         (HDM_*): Add defines.
7343         (HICF_*): Ditto.
7344         (I_INDENTCALLBACK,I_IMAGENONE): Ditto.
7345         (TBSTATE_MARKED): Add define.
7346         (TBSTYLE_EX_*): Add defines.
7347         (TBCDRF_*): Ditto.
7348         (IDB_HIST_SMALL_COLOR,IDB_HIST_LARGE_COLOR): Ditto.
7349         (TB_*): Ditto.
7350         (TBN_*): Ditto.
7351         (TBNRF_*): Ditto.
7352         (TTF_*): Ditto.
7353         (TBCD_*): Ditto.
7354         (TBDDRET_*): Ditto.
7355         (TBIMHT_*): Ditto.
7356         (TTM_*): Ditto.
7357         (UDM_*): Ditto.
7358         (TBIF_BYINDEX): Define as hex constant.
7359         (CDIS_*): Add defines.
7360         (CDDS_SUBITEM): Add define.
7361         (LVIF_*): Add defines.
7362         (LVM_*): Ditto.
7363         (LVGIT_UNFOLDED): Add define.
7364         (TVM_): Add defines.
7365         (TVE_EXPANDPARTIAL): Add define.
7366         (TVGN_LASTVISIBLE): Ditto.
7367         (TVN_*): Add defines.
7368         (TVNRET_*): Add defines.
7369         (TCIF_STATE): Add define.
7370         (NM_TOOLTIPSCREATED): Ditto.
7371         (CCM_*): Add defines.
7372         (INFOTIPSIZE): Add numeric value.
7373         (ODT_LISTVIEW): Ditto.
7374         (MCM_GETMAXTODAYWIDTH): Ditto.
7375         (MCHT_*): Add defines.
7376         (UDM_SETRANGE32,UDM_GETRANGE32): Define in terms of WM_USER.
7377         (PGF_*): Add defines.
7378         (PGM_*): Ditto.
7379         (TBINSERTMARK): Add structure.
7380         (LPIMAGEINFO) Add typedef.
7381         (LPHDHITTESTINFO): Ditto.
7382         (NMLVGETINFOTIP[AW]: Add structures.
7383         (NMTBCUSTOMDRAW): Add structure.
7384         (TTTOOLINFOA_V*_SIZE): Add macros.
7385         (TTTOOLINFOW_V1_SIZE): Ditto.
7386         (IMAGELISTDRAWPARAMS): Add new members for WXP.
7387         (LVITEM[AW]: Ditto.
7388         (TCITEM[AW]):Ditto.
7389         (CCSIZEOF_STRUCT): Correct macro definition.
7390         (ListView_*): Add new macros.
7391         (HIMAGELIST): Correct typedef.
7392         (HTREEITEM): Ditto.
7393
7394 2003-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
7395
7396         * commctrl.h (TC_HITTESTINFO): Remove. Add defines for
7397         TCHITTESTINFO for backward compatibility.
7398         (TC_ITEM[AW]): Rename to TCITEM[AW]. Add defines for backward
7399         compatibility.
7400
7401 2003-08-24   Danny Smith  <dannysmith@users.sourceforge.net>
7402
7403         * include/objidl.h (COBJMACROS): Define macros only
7404         if using C interace.
7405         * include/unknwn.h: Ditto.
7406         * include/comcat.h: Ditto.
7407
7408 2003-08-24  Filip Navara  <xnavara@volny.cz>
7409
7410         * include/prsht.h (PSH_WIZARDHASFINISH, PSH_WIZARD_LITE,
7411         PSH_NOCONTEXTHELP): Define.
7412         (PSH_WIZARD97): Fix definition for _WIN32_IE >= 0x500.
7413         * include/winuser.h (DFCS_TRANSPARENT, DFCS_HOT): Define.
7414         (LPDLGTEMPLATE[AW]): Add typedefs.
7415
7416 2003-08-22  Filip Navara  <xnavara@volny.cz>
7417
7418         * include/aclapi.h (BuildImpersonateExplicitAccessWithName[AW]):
7419         Add prototypes.
7420         BuildImpersonateTrustee[AW]): Add prototypes.
7421         GetMultipleTrustee[AW]): Add prototypes.
7422         GetMultipleTrusteeOperation[AW]): Add prototypes.
7423
7424 2003-08-22   Danny Smith  <dannysmith@users.sourceforge.net>
7425
7426         * include/winnt.h (IMAGE_SUBSYSTEM_XBOX): Add define.
7427
7428 2003-08-22  Mihai Preda  <mihai_preda@users.sourceforge.net>
7429
7430         * include/shlobj.h (IPersistFolder::GetClassID):
7431         Correct declaration.
7432         (CMF_*) Add missing defines.
7433
7434 2003-08-22   Danny Smith  <dannysmith@users.sourceforge.net>
7435
7436         * include/winuser.h (DC_BUTTONS): Add define.
7437
7438 2003-08-22  Andrew Greenwood  <lists@silverblade.co.uk>
7439
7440         * include/winuser.h (DC_GRADIENT): Add define.
7441
7442 2003-08-22  Martin Fuchs  <Martin-Fuchs@gmx.net>
7443
7444         * include/commctrl.h (BTNS_*): Define BTNS_* as successors to the
7445         older TBSTYLE_* constants.
7446
7447 2003-08-18  Danny Smith  <dannysmith@users.sourceforge.net>
7448
7449         * include/commctrl.h (TB_*) Group defines together.
7450
7451 2003-08-18  Martin Fuchs  <Martin-Fuchs@gmx.net>
7452
7453         * include/winuser.h (ICON_SMALL2): Define.
7454         * include/commctrl.h (TB_SETBUTTONWIDTH, TB_SETDRAWTEXTFLAGS):
7455         Define.
7456         * include/shlobj.h (SHDRAGIMAGE): Define structure.
7457         (IDragSourceHelper) Define interface.
7458         (IDropTargetHelper): Likewise.
7459         (IExtractIcon): Unicode it.
7460         (ICommDlgBrowser): Use IShellView type as param in OnDefaultCommand,
7461         OnStateChange and IncludeObject methods.
7462
7463 2003-08-17  Martin Fuchs  <Martin-Fuchs@gmx.net>
7464
7465         * include/commctrl.h (TreeView_GetScrollTime,
7466         TreeView_SetScrollTime): Define macros.
7467         * include/winuser.h (GetShellWindow): Add prototype.
7468         * include/objidl.h (STGMEDIUM): Correct lpszFileName type.
7469
7470 2003-08-15  Martin Fuchs  <Martin-Fuchs@gmx.net>
7471
7472         * include/shguid.h (CLSID_DragDropHelper, IID_IDropTargetHelper,
7473         IID_IDragSourceHelper): Declare.
7474         * lib/shell32.c (CLSID_DragDropHelper, IID_IDropTargetHelper,
7475         IID_IDragSourceHelper): Define.
7476
7477 2003-08-15  Andrew Greenwood  <lists@silverblade.co.uk>
7478
7479         * include/wingdi.h (DEVMODE[AW]) Correct structure definition.
7480         * include/ddk/ntapi.h (LPC_TYPE): Add LPC_CONNECTION_REFUSED.
7481         * include/ddk/winddk.h (IRP_*): Add constants as anonymous enum.
7482
7483 2003-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
7484
7485         * lib/uuid.c (CGID_Explorer, CGID_ShellDocView,
7486         CGID_ShellServiceObject): Remove definitions.
7487         * lib/shell32.c (CGID_ShellServiceObject): Add definition.
7488
7489 2003-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
7490
7491         * include/shlobj.h (SHELLSTATE): Add structure.
7492         (SHGetSetSettings): Add prototype.
7493         (SHGetSettings): Add prototype.
7494         * lib/shell32.def (SHGetSetSettings): Add stub.
7495
7496 2003-08-10  Phil Krylov  <likewolf@users.sourceforge.net>
7497
7498         * include/commctrl.h (HDM_ORDERTOINDEX): Add define.
7499         (Header_OrderToIndex): Add macro.
7500         (Header_GetOrderArray): Add macro.
7501
7502         * include/commdlg.h (FR_MATCHALEFHAMZA,
7503         FR_MATCHDIAC, FR_MATCHKASHIDA): Add defines.
7504
7505 2003-08-10  Martin Fuchs  <Martin-Fuchs@gmx.net>
7506
7507         * include/commctrl.h (TVM_GETSCROLLTIME,
7508         TVM_SETSCROLLTIME): Add defines.
7509
7510 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
7511
7512         * include/shlobj.h (SHELLFLAGSTATE): Add structure.
7513         (SHGetInstanceExplorer): Correct return type.
7514         (SHGetFolderPath[AW]): Likewise.
7515         Thanks to Magnus Olsen  <greatlord@sourceforge.users.net>
7516         for report.
7517
7518 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
7519
7520         * lib/test.c: Include winldap.h, ntldap.h, winber.h.
7521
7522 2003-08-01  Filip Navara  <xnavara@volny.cz>
7523
7524         * include/winldap.h: New file.
7525         * include/ntldap.h: New file.
7526         * include/winber.h: New file.
7527         * lib/winldap32.def: New file.
7528
7529 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
7530
7531         * include/ddk/atm.h: Remove stray '.';
7532
7533 2003-08-01  Gisle Vanem  <gvanem@broadpark.no>
7534
7535         * include/ddk/winddk.h: Remove trailing ';' from macros,
7536         throughout. Add () around defines with cast returns, throughout.
7537
7538 2003-07-31  Martin Fuchs  <Martin-Fuchs@gmx.net>
7539
7540         * include/shlobj.h (SFGAO_COMPRESSED): Add define.
7541         (SFGAOF, SHGDNF): Add typedef's.
7542         (SHCONTF): Extend enum.
7543
7544 2003-07-31  Danny Smith  <dannysmith@users.sourceforge.net>
7545
7546         * include/shellapi.h: Include all structs within pshpack2.h/
7547         poppack.h block.
7548
7549 2003-07-26  Danny Smith  <dannysmith@users.sourceforge.net>
7550
7551         * include/winuser.h (ASFW_ANY, LSFW_LOCK, LSFW_UNLOCK,
7552         LWA_COLORKEY, LWA_ALPHA): Guard with _WIN32_WINNT,
7553         _WIN32_WINDOWS, not WINVER.
7554         (AllowSetForegroundWindow,LockSetForegroundWindow,
7555         SetLayeredWindowAttributes): Likewise.
7556         (GetLayeredWindowAttributes,UpdateLayeredWindow): Add prototypes.
7557         * lib/user32.def (GetLayeredWindowAttributes,UpdateLayeredWindow):
7558         Add stubs.
7559
7560 2003-07-26  Eric R. Krause  <ekrause_98@users.sourceforge.net>
7561
7562         * include/objidl.h (IMalloc): Fix typo.
7563
7564 2003-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
7565
7566         * include/dkk/ntifs.h: Fix typo in guard for
7567         #pragma GCC system_header.
7568
7569 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
7570
7571         * include/objidl.h (PropVariant): Add CHAR cVal field
7572         to union.
7573         (FMTID_SummaryInformation, FMTID_DocSummaryInformation,
7574         FMTID_UserDefinedProperties): Declare.
7575
7576 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
7577
7578         * include/winbase.h (GetModuleHandleEx[AW]): Add prototypes.
7579
7580 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
7581
7582         * include/winbase.h (DUPLICATE_CLOSE_SOURCE,
7583         DUPLICATE_SAME_ACCESS): Remove defines.
7584         (HANDLE_FLAG_INHERIT, HANDLE_FLAG_PROTECT_FROM_CLOSE): Sync with
7585         ddk/ntapi.h defines.
7586         (SEM_*) : Likewise.
7587         * include/winnt.h (COMPRESSION_*, ACCESS_*, SYSTEM_*): Sync with
7588         ddk/ntifs.h defines.
7589         (FILE_*): Likewise.
7590         (MEM_IMAGE, SEC_*): Likewise.
7591         (DUPLICATE_CLOSE_SOURCE, DUPLICATE_SAME_ACCESS,
7592         DUPLICATE_SAME_ATTRIBUTES): Sync with ddk/winddk.h defines.
7593         (TOKEN_*): Sync with ddk/ntifs.h defines.
7594         * include/ddk/ntapi.h: Add comments noting definitions in
7595         winbase.h.
7596         * include/ddk/ntifs.h: Add comments noting definitions in
7597         winnt.h.
7598         * include/ddk/winddk.h: Add comments noting definitions in
7599         winnt.h.
7600
7601 2003-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
7602
7603         * include/winnt.h (FILE_*): Sync with ddk/winddk.h.
7604         * include/winioctl.h (FILE_*): Sync with ddk/winddk.h.
7605
7606 2003-07-17  Pierre Humblet  <pierre.humblet@ieee.org>
7607
7608         * include/mmsystem.h (TIME_KILL_SYNCHRONOUS): Add define.
7609
7610 2003-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
7611
7612         Clean up warnings in ddk.
7613
7614         * include/ddk/atm.h (_ATM_AAL_OOB_INFO): Add _ANONYMOUS_UNION,
7615         conditional on  __cplusplus.
7616         * include/ddk/scsi.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
7617         defines, throughout.
7618         (_CDB): Add _ANONYMOUS_UNION, conditional on __cplusplus.
7619         * include/ddk/cfg.h (_PNP_VETO_TYPE): Remove extra comma.
7620         * include/ddk/cfgmgr32.h: Change C++ comment style to ISO C.
7621         * include/ddk/ddkmapi.h (_DDLOCKOUT): Add _ANONYMOUS_UNION defines.
7622         * include/ddk/hidpi.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
7623         defines, throughout.
7624         * include/ddk/ndis.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
7625         defines, throughout. Remove trailing semicolon from *_S 'structure'
7626         macro expansion, throughout. Remove trailing semicolon from
7627         DECLARE_UNKNOWN_STRUCT macro expansion.
7628         * include/ddk/ndiswan.h (_NDIS_WAN_COMPRESS_INFO): Add
7629         _ANONYMOUS_UNION.
7630         * include/ddk/ntapi.h (_PROCESS_DEVICEMAP_INFORMATION,
7631         _PROCESS_SESSION_INFORMATION): Add _ANONYMOUS_UNION.
7632         * include/ddk/ntddcdrm.h (CDROM_TOC_CD_TEXT_DATA_BLOCK):
7633         Add _ANONYMOUS_UNION.
7634         * include/ddk/ntdddisk.h: Add _ANONYMOUS_UNION, throughout.
7635         * include/ddk/ntddmou.h:  Add _ANONYMOUS_UNION, throughout.
7636         * include/ddk/ntifs.h:  Add _ANONYMOUS_UNION, throughout.
7637         (ZwQueryObject): Change 2nd param to OBJECT_INFORMATION_CLASS, to
7638         match proto in ntapi.h.
7639         (ZwSetInformationObject): Likewise.
7640         * include/ddk/srb.h (SCSI_REQUEST_BLOCK): Add _ANONYMOUS_UNION.
7641         (SCSI_ADAPTER_CONTROL_TYPE): Add __extension__.
7642         * include/ddk/tdikrnl.h (TDI20_CLIENT_INTERFACE_INFO): Add
7643         _ANONYMOUS_UNION and _ANONYMOUS_STRUCT.
7644         * include/ddk/usb.h (USB): Add _ANONYMOUS_UNION.
7645         * include/ddk/usbcamdi.h (USBCAMD_CamControlFlags): Remove
7646         last comma.
7647         * include/ddk/video.h (STATUS_BLOCK): Add _ANONYMOUS_UNION.
7648         * include/ddk/winddk.h (DECLARE_INTERNAL_OBJECT): Remove
7649         trailing semicolon when expanding macro.
7650         (GENERAL_LOOKASIDE_S): Likewise.
7651         Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT, throughout.
7652         Change inline to __inline, throughout.
7653         * include/ddk/winnt4.h: Change inline to __inline, throughout.
7654
7655 2003-07-13  Casper S. Hornstrup  <chorns@users.sourceforge.net>
7656
7657         * include/ddk/ntifs.h (KeInsertQueueApc): Make return type
7658         BOOLEAN. Name parameter 4 PriorityBoost and make it of type
7659         KPRIORITY.
7660         * include/ddk/winddk.h (_KPCR): Put IDT field on next line.
7661         * include/ddk/winddk.h (_IO_STATUS_BLOCK, _IRP, _OWNER_ENTRY,
7662         _ERESOURCE, _IMAGE_INFO, _CREATE_DISK, _DISK_SIGNATURE, _KPCR_TIB):
7663         Apply _ANONYMOUS_UNION to anonymous unions and _ANONYMOUS_STRUCT
7664         to anonymous structs.
7665
7666 2003-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
7667
7668         * include/winnt.h (PVOID): Move to before HANDLE typedef.
7669
7670         * include/winuser.h (mouse_event): Correct type of fifth param,
7671         Thanks to: Andrew Jones <guln at users dot sourceforge dot net>
7672
7673 2003-07-11  Earnie Boyd  <earnie@users.sf.net>
7674
7675         * include/winnt.h (HANDLE): Define based on STRICT filter.
7676         (THREAD_BASE_PRIORITY_MIN): Use parens around negative value.
7677         (THREAD_BASE_PRIOIRTY_IDLE): Ditto.
7678
7679 2003-07-08  Danny Smith  <dannysmith@users.sourceforge.net>
7680
7681         * include/commctrl.h (NMTVDISPINFO[AW]): Replace obsolete struct
7682         names _TV_DISPINFO[AW] and typedefs. Add defines for backward
7683         compatability. Thanks to Magnus Olsen <greatlord@users.sf.net>
7684         for report.
7685
7686 2003-07-03  Earnie Boyd  <earnie@users.sf.net>
7687
7688         * config.guess, config.sub: Update with new versions from ftp.gnu.org.
7689
7690 2003-07-03  Luke Dunstan  <infidel@users.sf.net>
7691
7692         * include/commdlg.h (CommDlg_OpenSave_*): Add parentheses around
7693         macro arguments. Thanks to Tom Bishop <tombishop@users.sf.net>.
7694         * include/winuser.h (MONITOR_DEFAULTTONULL, MONITOR_DEFAULTTOPRIMARY,
7695         MONITOR_DEFAULTTONEAREST, MONITORINFOF_PRIMARY): Add defines.
7696         (TPM_RECURSE): Add guard for Win98/Win2K.
7697         Thanks to Magnus Olsen <greatlord@users.sf.net>.
7698
7699 2003-07-01  Earnie Boyd  <earnie@users.sf.net>
7700
7701         * include/basetyps.h (small, hyper): Change to __small and __hyper to
7702         avoid user namespace conflicts.
7703
7704 2003-07-01  Earnie Boyd  <earnie@users.sf.net>
7705
7706         * include/w32api.h (_NT4, _W98, _WME, _NT5, _W2000, _WXP, _W2003,
7707         _IE3, _IE4, _IE5, _IE6): Add definitions.
7708         * include/winbase.h (GetLongPathName[AW]): Add guard for OS >= NT5 or
7709         >= Win98.
7710         Change existing guards to use the above macro names as appropriate.
7711         * include/basetyps.h (__int32, __int16, __int8, small, hyper): Define.
7712         Note: Also added to mingw/include/_mingw.h.
7713
7714 2003-06-28  Steven Edwards  <Steven_Ed4153@yahoo.com>
7715
7716         * include/shlwapi.h (UrlGetLocationA, UrlGetLocationW,
7717         PathFindSuffixArrayA, PathFindSuffixArrayW,
7718         PathFindExtensionA, PathFindExtensionW, StrStrW
7719         StrStrA): Change unicode-macro'd LP[C]TSTR return values to
7720         explicit type.
7721
7722 2003-06-26  Mattia Barbon  <mbarbon@dsi.unive.it>
7723
7724         * include/richedit.h (PARAFORMAT2): Add definition.
7725         * include/richedit.h (PFA_*, PFE_*, PFM_*): Add some
7726         missing constants.
7727
7728 2003-06-17  Danny Smith  <dannysmith@users.sourceforge.net>
7729
7730         * include/shellapi.h (SHQUERYRBINFO): Add structure,
7731         (SHQueryRecycleBin[AW]. SHEmptyRecycleBin[AW]):Add prototypes.
7732         (SHERB_NOCONFIRMATION, SHERB_NOPROGRESSUI, SHERB_NOSOUND):
7733         Add defines. Thanks to Brett Hart <brett at ncubedtech dot com>
7734
7735 2003-06-17  Danny Smith  <dannysmith@users.sourceforge.net>
7736
7737         * include/winbase.h (GlobalCompact, GlobalFix, GlobalFlags,
7738         GlobalUnfix, GlobalUnWire, GlobalWire, LocalCompact,
7739         LocalFlags, LocalShrink, LockSegment, UnlockSegment): Add comment
7740         that these are obsolete no-ops.
7741
7742 2003-06-17  Bang Jun-Young  <junyoung@netbsd.org>
7743
7744         * include/winbase.h (GetProcessWorkingSetSize,
7745         GlobalCompact, LocalAlloc, LocalCompact, LocalReAlloc,
7746         LocalShrink, SignalObjectAndWait, WriteProcessMemory):
7747         Correct prototypes.
7748
7749 2003-06-18  Steven Edwards  <Steven_Ed4153@yahoo.com>
7750
7751         * include/winuser.h (TPM_RECURSE): Add define.
7752
7753 2003-06-06  Danny Smith  <dannysmith@users.sourceforge.net>
7754
7755         * lib/test.c: #include <powrprof.h>.
7756
7757 2003-06-06  James E. Lucas  <xelloss@sourceforge.net>
7758
7759         * include/powerprof.h: New file.
7760         * lib/powerprof.def: New file.
7761
7762 2003-06-06  Danny Smith  <dannysmith@users.sourceforge.net>
7763
7764         * include/winnt (SLIST_HEADER): Add C90 anonymous struct
7765         protection.
7766
7767 2003-06-05  Luke Dunstan  <infidel@users.sourceforge.net>
7768
7769         * include/winuser.h (WNDCLASS[AW], WNDCLASSEX[AW]): Change type of
7770         hInstance members to HINSTANCE.
7771         Thanks to: Brenden T. <brenden@rcsis.com>
7772
7773 2003-06-05  Bart Oldeman  <bartoldeman@users.sourceforge.net>
7774
7775         * include/lmaccess.h (UF_MNS_LOGON_ACCOUNT): Add define.
7776         * include/wingdi.h (LPRGBTRIPLE, LPRGBQUAD): Add typedefs.
7777
7778 2003-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
7779
7780         * include/ddk/ntpoapi.h (POWER_INFORMATION_LEVEL): Remove.
7781         * include/winnt.h (POWER_INFORMATION_LEVEL): Add.
7782         * include/ddk/winddk.h (SINGLE_LIST_ENTRY,SLIST_HEADER):
7783         Remove.
7784         * include/ddk/ndis.h (NdisAllocateSpinLock): Add missing '\'.
7785
7786 2003-05-30  Mattia Barbon  <mbarbon@dsi.unive.it>
7787
7788         * lib/oleacc.def: New file.
7789         * include/winable.h: New file.
7790         * include/oleacc.h: Add extern "C" guard.
7791         (NAVDIR_*, ROLE_*, STATE_*): Add missing constants.
7792         (AccessibleChildren, AccessibleObjectFromEvent,
7793         AccessibleObjectFromPoint, AccessibleObjectFromWindow,
7794         CreateStdAccessibleProxy[AW], GetOleaccVersionInfo, GetRoleText[AW],
7795         GetStateText[AW], LresultFromObject, ObjectFromLresult,
7796         WindowFromAccessibleObject): Add prototypes and UNICODE mappings.
7797         * include/winuser.h (NotifyWinEvent): Add prototype.
7798         (OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR,
7799         OBJID_MENU, OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL,
7800         OBJID_SIZEGRIP, OBJID_CARET, OBJID_CURSOR, OBJID_ALERT,
7801         OBJID_SOUND): Move from here to...
7802         * include/winable.h (OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR,
7803         OBJID_MENU, OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL,
7804         OBJID_SIZEGRIP, OBJID_CARET, OBJID_CURSOR, OBJID_ALERT,
7805         OBJID_SOUND): Here, as per documentation.
7806         * lib/test.c: Include winable.h.
7807         * lib/user32.def (NotifyWinEvent): Add missing export.
7808
7809 2003-05-30  Bang Jun-Young  <junyoung@netbsd.org>
7810
7811         * include/winbase.h (HeapCompact): Correct prototype.
7812         * include/winnt.h (SINGLE_LIST_ENTRY, SLIST_ENTRY,
7813         SLIST_HEADER): Add.
7814
7815 2003-05-27  Andrew C. Stadt  <acstadt@sympatico.ca>
7816
7817         * include/winuser.h (LWA_COLORKEY, LWA_ALPHA): Add defines.
7818
7819 2003-05-25  Bill C. Riemers  <cygwin@docbill.net>
7820
7821         * include/winuser.h (EnumDisplayDevicesW): Fix typo.
7822
7823 2003-05-23  Danny Smith  <dannysmith@users.sourceforge.net>
7824
7825         * include/winuser.h (EnumDisplayDevices[AW]): Add prototypes.
7826         * include/wingdi.h (DISPLAY_DEVICE): UNICODE it.
7827
7828 2003-05-23  Andrew Dunbar  <hippietrail@users.sourceforge.net>
7829
7830         * include/wingdi.h (GCP_RESULTS[AW]) Correct type of
7831         lpGlyphs field to LPWSTR.
7832
7833 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
7834
7835         * include/wincrypt.h (PLAINTEXTKEYBLOB, OPAQUEKEYBLOB,
7836         PUBLICKEYBLOBEX, SYMMETRICWRAPKEYBLOB) Add defines.
7837         (PP_*): Add defines.
7838         (CryptContextAddRef): Add prototype.
7839         Thanks to: Shura Zam  <debil_urod@users.sourceforge.net>
7840
7841 2003-05-18  Manu B  <manubee@users.sourceforge.net>
7842
7843         * include/commctrl.h (TVSORTCB): Rename old TV_SORTCB structure.
7844
7845 2003-05-18  Bang Jun-Young  <junyoung@netbsd.org>
7846
7847         * include/winbase.h (CREATE_DEFAULT_ERROR_MODE,
7848         DEBUG_PROCESS, DEBUG_ONLY_THIS_PROCESS, CREATE_SUSPENDED,
7849         DETACHED_PROCESS, CREATE_NEW_CONSOLE, NORMAL_PRIORITY_CLASS,
7850         IDLE_PRIORITY_CLASS, HIGH_PRIORITY_CLASS, REALTIME_PRIORITY_CLASS,
7851         CREATE_NEW_PROCESS_GROUP, CREATE_UNICODE_ENVIRONMENT,
7852         CREATE_SEPARATE_WOW_VDM, CREATE_SHARED_WOW_VDM, CREATE_FORCEDOS,
7853         CREATE_NO_WINDOW): Convert to hexadecimal form for better
7854         readability.
7855         (BELOW_NORMAL_PRIORITY_CLASS, ABOVE_NORMAL_PRIORITY_CLASS,
7856         CREATE_BREAKAWAY_FROM_JOB, CREATE_WITH_USERPROFILE): Add.
7857
7858 2003-05-15  Danny Smith  <dannysmith@users.sourceforge.net>
7859
7860         * include/ddk/ndis.h (NDIS30_MINIPORT_CHARACTERISTICS_S):
7861         Unname anonymous unions if NONAMELESSUNION not defined.
7862
7863 2003-05-14  Bang Jun-Young  <junyoung@netbsd.org>
7864
7865         * include/winbase.h (GMEM_VALID_FLAGS): Add.
7866
7867 2003-05-13  Danny Smith  <dannysmith@users.sourceforge.net>
7868
7869         * include/prsht.h (PROPSHEETHEADER[AW]: Mark
7870         anonymous unions as GCC extension.
7871
7872 2003-05-13  Danny Smith  <dannysmith@users.sourceforge.net>
7873
7874         * include/oleidl.h  (LPENUMOLEDOCUMENTVIEWS): Remove typedef.
7875         (IEnumOleDocumentViews): Remove commented out DECLARE_ENUMERATOR.
7876         * include/docobj.h  (LPENUMOLEDOCUMENTVIEWS): Add typedef (previously
7877         commented out).
7878         (IEnumOleDocumentViews): Add definition using DECLARE_ENUMERATOR.
7879
7880 2003-05-12  Earnie Boyd  <earnie@users.sf.net>
7881
7882         * include/commctrl.h: (MCSC_BACKGROUND, MCSC_TEXT, MCSC_TITLEBK,
7883         MCSC_TITLETEXT, MCSC_MONTHBK, MCSCTRAILTEXT): Define.
7884         Thanks to: Robert Wishlaw  <rwishlaw @ shaw . ca>
7885
7886 2003-05-12  Danny Smith  <dannysmith@users.sourceforge.net>
7887
7888         * include/olectl.h (IOleControl,IOleControlSite,ISimpleFrameSite,
7889         IErrorLog,IPropertyBag,IPersistPropertyBag,IPersistStreamInit,
7890         IPersistMemory,IPropertyNotifySink,IProvideClassInfo,
7891         IProvideClassInfo2,IConnectionPointContainer,
7892         IEnumConnectionPoints,IConnectionPoint,IEnumConnections,
7893         IClassFactory2,ISpecifyPropertyPages,IPerPropertyBrowsing,
7894         IPropertyPageSite,IPropertyPage,IPropertyPage2,IFont,IFontDisp,
7895         IPicture,IPictureDisp): Move from here to...
7896         * include/ocidl.h (IOleControl,IOleControlSite,ISimpleFrameSite,
7897         IErrorLog,IPropertyBag,IPersistPropertyBag,IPersistStreamInit,
7898         IPersistMemory,IPropertyNotifySink,IProvideClassInfo,
7899         IProvideClassInfo2,IConnectionPointContainer,
7900         IEnumConnectionPoints,IConnectionPoint,IEnumConnections,
7901         IClassFactory2,ISpecifyPropertyPages,IPerPropertyBrowsing,
7902         IPropertyPageSite,IPropertyPage,IPropertyPage2,IFont,IFontDisp,
7903         IPicture,IPictureDisp): Here, as per documentation.
7904
7905 2003-05-12  Mattia Barbon  <mbarbon@dsi.unive.it>
7906
7907         * include/oleauto.h (VarR8FromDec, VarDecFromR8): Add prototypes.
7908         * include/winbase.h (TerminateJobObject,
7909         AssignProcessToJobObject): Likewise.
7910         * include/servprov.h: New header.
7911         * lib/test.c: Include servprov.h.
7912
7913 2003-05-10  Danny Smith  <dannysmith@users.sourceforge.net>
7914
7915         * include/shlguid.h (CGID_ShellServiceObject): Declare.
7916         * lib/uuid.c (CGID_ShellServiceObject): Define guid.
7917         Thanks to Chris Sutcliffe  <ir0nh34d#users.sourceforge.net>
7918         * include/winuser.h (SetLayeredWindowAttributes): Add prototype.
7919         * lib/user32.def (SetLayeredWindowAttributes): Add stub.
7920         * lib/uuid.c (CGID_Explorer, CGID_ShellDocView): Define guids.
7921
7922 2003-05-05  Danny Smith  <dannysmith@users.sourceforge.net>
7923
7924         * include/commctrl.h (STATUSCLASSNAME, TOOLBARCLASSNAME,
7925         TOOLTIPS_CLASS, TRACKBAR_CLASS, UPDOWN_CLASS, PROGRESS_CLASS,
7926         HOTKEY_CLASS): Remove dupicate defines for UNICODE case.
7927
7928 2003-05-02  Steven Edwards  <Steven_Ed4153@yahoo.com>
7929
7930         * include/richedit.h (EM_FINDTEXTEXW, EM_FINDTEXTW,
7931         EM_GETAUTOURLDETECT, EM_GETBIDIOPTIONS, EM_GETEDITSTYLE,
7932         EM_GETIMECOLOR, EM_GETIMEOPTIONS, EM_GETPUNCTUATION,
7933         EM_GETWORDWRAPMODE, EM_RECONVERSION, EM_SETBIDIOPTIONS,
7934         EM_SETEDITSTYLE, EM_SETIMECOLOR, EM_SETIMEOPTIONS,
7935         EM_SETPALETTE, EM_SETPUNCTUATION, EM_SETTEXTEX,
7936         EM_SETWORDWRAPMODE, RICHEDIT_CLASS10A): Add defines.
7937
7938 2003-05-02  Francois Ferrand  <typz@sourceforge.users.net>
7939
7940         * include/commctrl.h (TBM_*): Add missing trackbar defines.
7941
7942 2003-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
7943
7944         * include/cplext.h (CPLPAGE_MOUSE_WHEEL,
7945         CPLPAGE_DISPLAY_BACKGROUND): Add defines.
7946
7947 2003-04-30  Danny Smith  <dannysmith@users.sourceforge.net>
7948
7949         * include/wingdi.h (DC_PEN, DC_BRUSH): Add defines.
7950         (SetDCPenColor, SetDCBrushColor): Add prototypes.
7951         * lib/gdi32.def (SetDCPenColor, SetDCBrushColor): Add stubs.
7952
7953 2003-04-26  Bang Jun-Young  <junyoung@netbsd.org>
7954
7955         * include/winioctl.h (DEVICE_TYPE_FROM_CTL_CODE): Add macro.
7956
7957 2003-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
7958
7959         * include/oaidl.h (ITypeMarshal): Add interface.
7960
7961 2003-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
7962
7963         * include/winioctl.h: Clean up formatting.
7964         (RETRIEVAL_POINTERS_BUFFER): Add fields to Extents[1] struct.
7965         (CREATE_DISK): Add _ANONYMOUS_UNION macro.
7966         (DISK_CACHE_INFORMATION): Likewise.
7967         (DISK_DETECTION_INFO): Likewise.
7968         (DISK_PARTITION_INFO): Likewise.
7969         (PARTITION_INFORMATION_EX): Likewise.
7970         (DRIVE_LAYOUT_INFORMATION_EX): Likewise.
7971
7972 2003-04-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
7973
7974         * include/winbase.h (DeleteVolumeMountPoint[AW],
7975         FindFirstVolumeMountPoint[AW], FindNextVolumeMountPoint[AW],
7976         FindVolumeMountPointClose, GetVolumeNameForVolumeMountPoint[AW],
7977         GetVolumePathName[AW], GetVolumePathNamesForVolumeName[AW],
7978         SetVolumeMountPoint[AW]): Add prototypes.
7979         * include/winioctl.h (IOCTL_DISK_GET_PARTITION_INFO_EX,
7980         IOCTL_DISK_SET_PARTITION_INFO_EX,
7981         IOCTL_DISK_GET_DRIVE_LAYOUT_EX,
7982         IOCTL_DISK_SET_DRIVE_LAYOUT_EX, IOCTL_DISK_CREATE_DISK,
7983         IOCTL_DISK_GET_LENGTH_INFO, IOCTL_DISK_PERFORMANCE_OFF,
7984         IOCTL_DISK_GET_DRIVE_GEOMETRY_EX, IOCTL_DISK_GROW_PARTITION,
7985         IOCTL_DISK_GET_CACHE_INFORMATION,
7986         IOCTL_DISK_SET_CACHE_INFORMATION,
7987         IOCTL_DISK_DELETE_DRIVE_LAYOUT, IOCTL_DISK_UPDATE_PROPERTIES,
7988         FSCTL_GET_VOLUME_BITMAP, FSCTL_GET_RETRIEVAL_POINTERS,
7989         FSCTL_MOVE_FILE): Define.
7990         (CREATE_DISK_GPT, CREATE_DISK_MBR, CREATE_DISK,
7991         DISK_CACHE_INFORMATION,
7992         DETECTION_TYPE, DISK_INT13_INFO, DISK_EX_INT13_INFO,
7993         DISK_DETECTION_INFO, DISK_GEOMETRY_EX, DISK_GROW_PARTITION,
7994         DISK_PARTITION_INFO, DISKQUOTA_USER_INFORMATION,
7995         GET_LENGTH_INFORMATION, DISK_EXTENT, VOLUME_DISK_EXTENTS,
7996         DRIVE_LAYOUT_INFORMATION_GPT, DRIVE_LAYOUT_INFORMATION_MBR,
7997         PARTITION_INFORMATION_MBR, PARTITION_INFORMATION_GPT,
7998         PARTITION_INFORMATION_EX, DRIVE_LAYOUT_INFORMATION_EX,
7999         MOVE_FILE_DATA,
8000         RETRIEVAL_POINTERS_BUFFER, STARTING_LCN_INPUT_BUFFER,
8001         STARTING_VCN_INPUT_BUFFER, VOLUME_BITMAP_BUFFER): Add structs.
8002         (PARTITION_STYLE, DISK_CACHE_RETENTION_PRIORITY): Add enums.
8003         (MEDIA_TYPE): Add F3_120M_512, F3_640_512, F5_640_512,
8004         F5_720_512, F3_1Pt2_512, F3_1Pt23_1024, F5_1Pt23_1024,
8005         F3_128Mb_512, F3_230Mb_512, F8_256_128, F3_200Mb_512,
8006         F3_240M_512, and F3_32M_512.
8007         * lib/kernel32.def (GetVolumePathNamesForVolumeName[AW]): Add
8008         stubs.
8009
8010 2003-04-16  Earnie Boyd  <earnie@users.sf.net>
8011
8012         * include/wingdi.h (DM_SPECVERSION): Define.
8013         Thanks to Sinitsyn Valentime <valentine.sinitsyn@usu.ru>
8014         * include/rpcdce.h (UuidCreateSequential): Properly guard with
8015         appropriate _WIN32_WINNT values.
8016
8017 2003-04-15  Chris January  <chris@atomice.net>
8018
8019         * include/rpcdce.h: Add declaration for UuidCreateSequential.
8020         * lib/rpcrt4.def: Add entry for UuidCreateSequential.
8021
8022 2003-04-14  Phil Krylov  <likewolf@users.sourceforge.net>
8023
8024         * include/winuser.h (VK_*): Add missing defines.
8025
8026 2003-04-14  Vincent Béron  <papineau@users.sourceforge.net>
8027
8028         * include/commctrl.h (NMUPDOWN, LPNMUPDOWN): Use currently
8029         documented typedefs for struct _NM_UPDOWN.
8030         Add defines for backward comapatibility.
8031         * include/commdlg.h (OFN_ENABLESIZING): Add define.
8032         * include/wininet.h (IRF_*): Add missing defines.
8033
8034 2003-04-14  Bang Jun-Young  <junyoung@netbsd.org>
8035
8036         * lib/ntdll.def (Csr*, Dbg*, Ki*, Ldr*, Rtl*): Add W2K exports.
8037
8038 2003-04-11  Earnie Boyd  <earnie@users.sf.net>
8039
8040         * include/sspi.h: Add comment for FreeCredentialsHandle.
8041
8042 2003-04-07  Marcel Telka  <telka@users.sourceforge.net>
8043
8044         * include/ddk/winddk.h (KIRQL): Typedef as UCHAR, not ULONG.
8045
8046 2003-03-30  Hans E. Molin  <kvasi@users.sourceforge.net>
8047
8048         * include/olectl.h (OleLoadPicturePath): Correct prototype.
8049
8050 2003-03-30  Danny Smith  <dannysmith@users.sourceforge.net>
8051
8052         * lib/uuid.c (IID_IHTML*): Move definitions to...
8053         * lib/mshtml-uuid.c: New file.
8054         * lib/Makefile.in: Add mshtml-uuid.o to libuuid.a
8055
8056 2003-03-30  Michael Sazonov  <traip@comset.net>
8057
8058         * lib/uuid.c (IID_IHTML*): Add new GUID definitions.
8059         * include/mshtml.h (IHTMLElementCollection, IHTMLLinkElement,
8060         IHTMLImgElement): Add interface definitions.
8061
8062 2003-03-29  Danny Smith  <dannysmith@users.sourceforge.net>
8063
8064         * include/commctrl.h (ANIMATE_CLASS,HOTKEY_CLASS,PROGRESS_CLASS,
8065         STATUSCLASSNAME,TOOLBARCLASSNAME,TOOLTIPS_CLASS,TRACKBAR_CLASS,
8066         UPDOWN_CLASS,WC_COMBOBOXEX,WC_HEADER,WC_IPADDRESS,WC_LISTVIEW,
8067         WC_TABCONTROL,WC_TREEVIEW): Move UNICODE mappings out of
8068         RC_INVOKED guard.
8069         (WC_PAGESCROLLER,WC_NATIVEFONTCTL,WC_BUTTON,WC_STATIC,WC_EDIT,
8070         WC_LISTBOX,WC_COMBOBOX,WC_SCROLLBAR): Add defines.
8071
8072 2003-03-28  Bang Jun-Young  <junyoung@netbsd.org>
8073
8074         * include/winnt.h (WAITORTIMERCALLBACKFUNC): Add typedef.
8075
8076 2003-03-27  Danny Smith  <dannysmith@users.sourceforge.net>
8077
8078         * include/secext.h (GetComputerObjectName[AW],GetUserNameEx[AW],
8079         TranslateName[AW]): Add prototypes.
8080         * lib/sec32.def (GetComputerObjectName[AW],GetUserNameEx[AW],
8081         TranslateName[AW]): Add stubs.
8082         * lib/test.c: Include secext.h.
8083
8084 2003-03-27  Vladimir Michl  <michlv@users.sourceforge.net>
8085
8086         * include/ddk/ndis.h (NdisAllocateSpinLock,NdisFreeSpinLock,
8087         NdisAcquireSpinLock,NdisReleaseSpinLock,NdisDprAcquireSpinLock,
8088         NdisDprReleaseSpinLock): Change macro argument from SpinLock to
8089         _SpinLock.
8090
8091 2003-03-26  Earnie Boyd  <earnie@users.sf.net>
8092
8093         * include/w32api.h: Increment version to 2.4.
8094         * Makefile.in: Ditto.
8095
8096 2003-03-26  Danny Smith  <dannysmith@users.sourceforge.net>
8097
8098         * include/ddk/batclass.h (BATTERY_REPORTING_SCALE)
8099         Move structure from here...
8100         * include/winnt.h (BATTERY_REPORTING_SCALE): To here.
8101
8102         * include/ddk/ntapi.h (JOBOBJECT_*):
8103         Remove structures and enums definitions.
8104         (JOB_OBJECT*): Move defines from here...
8105         * include/winnt.h (JOB_OBJECT* ): To here.
8106
8107         * include/ddk/ntpoapi.h (LATENCY_TIME, POWER_ACTION_POLICY,
8108         SYSTEM_POWER_LEVEL, SYSTEM_POWER_POLICY,
8109         PROCESSOR_POWER_POLICY_INFO, PROCESSOR_POWER_POLICY,
8110         ADMINISTRATOR_POWER_POLICY, SYSTEM_POWER_INFORMATION,
8111         PROCESSOR_POWER_INFORMATION, SYSTEM_BATTERY_STATE,
8112         SYSTEM_POWER_CAPABILITIES): Move enums, structures
8113         and associated defines from here ...
8114         * include/winnt.h: (LATENCY_TIME, POWER_ACTION_POLICY,
8115         SYSTEM_POWER_LEVEL, SYSTEM_POWER_POLICY,
8116         PROCESSOR_POWER_POLICY_INFO, PROCESSOR_POWER_POLICY,
8117         ADMINISTRATOR_POWER_POLICY, SYSTEM_POWER_INFORMATION,
8118         PROCESSOR_POWER_INFORMATION, SYSTEM_BATTERY_STATE,
8119         SYSTEM_POWER_CAPABILITIES):To here.
8120
8121         * include/ddk/winddk.h (DEVICE_POWER_STATE,
8122         SYSTEM_POWER_STATE, POWER_ACTION): Move enums
8123         from here...
8124         * include/winnt.h (DEVICE_POWER_STATE,
8125         SYSTEM_POWER_STATE, POWER_ACTION): To here.
8126
8127 2003-03-19  Danny Smith  <dannysmith@users.sourceforge.net>
8128
8129         *lib/ndis.def (NdisAllocateMemory): Correct stdcall suffix.
8130         Thanks to: Vladimir Michl <michlv@users.sourceforge.net>
8131         (NdisUpdateSharedMemory): Likewise.
8132         (NdisMFreeSharedMemory: Likewise.
8133         (NdisMMapIoSpace: Likewise.
8134
8135 2003-03-18  Danny Smith  <dannysmith@users.sourceforge.net>
8136
8137         * include/lmaccess.h (UF_LOCKOUT): Correct name from UF_LOCK.
8138         Thanks to: Fabricio D. Rossi  <gurusoda@users.sourceforge.net>
8139         (UF_SETTABLE_BITS): Correct UF_LOCKOUT here too.
8140
8141 2003-03-17  Bang Jun-Young  <junyoung@netbsd.org>
8142
8143         * include/winbase.h (EnumResourceLanguages[AW]): Correct prototypes.
8144         (EnumResourceNames[AW]): Ditto.
8145         (EnumResourceTypes[AW]): Ditto.
8146         * include/wincon.h (CONSOLE_FONT_INFO): Add struct.
8147
8148 2003-03-16  Toby Malone  <malone@users.sourceforge.net>
8149
8150         * include/winuser.h (SendInput): Add prototype.
8151         * lib/user32.def (SendInput): Add stub.
8152
8153 2003-03-16  Vadim Yegorov  <zg@bmg.lv>
8154
8155         * winioctl.h (FSCTL_SET_REPARSE_POINT: Correct macro.
8156         (FSCTL_DELETE_REPARSE_POINT): Likewise.
8157
8158 2003-03-15  Bang Jun-Young  <junyoung@netbsd.org>
8159
8160         * winnt.h (JOBOBJECTINFOCLASS): Define enum.
8161         (JOBOBJECT_*): Define corresponding structures.
8162
8163 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
8164
8165         * include/ddk/winddk.h (PCUNICODE_STRING): Remove incorrect
8166         typedef.
8167
8168 2003-03-13  Bang Jun-Young  <junyoung@netbsd.org>
8169
8170         * lib/kernel32.def (Module32{First,Next}{,W}): Add missing exports.
8171         (Process32{First,Next}{,W}): Ditto.
8172         (Thread32{First,Next}): Ditto.
8173         * include/ntdef.h (PCUNICODE_STRING): Add typedef.
8174
8175 2003-03-12  Earnie Boyd  <earnie@users.sf.net>
8176
8177         * include/mswsock.h: Correct invalid filter for _WINSOCK2_H.
8178         Thanks to Jim Barton <jmbarton@users.sf.net>.
8179
8180 2003-03-12  Ranjit Mathew  <rmathew@hotmail.com>
8181
8182         * include/winnt.h (_IMAGE_SEPARATE_DEBUG_HEADER): Expose
8183         member SectionAlignment.
8184
8185 2003-03-11  Earnie Boyd  <earnie@users.sf.net>
8186
8187         * include/winsvc.h (SERVICE_NO_CHANGE): Use hex constant to avoid
8188         warnings.
8189         Thanks to Fabricio D. Rossi <gurusoda@users.sf.net>.
8190         * Makefile.in (bindist): Correct process.
8191         * lib/Makefile.in (install): Ditto.
8192         Thanks to Jeff Bonnggren <jbon@users.sf.net>.
8193
8194 2003-03-10  Danny Smith  <dannysmith@users.sourceforge.net>
8195
8196         * include/rasdlg.h: New file.
8197         * lib/rasdlg.def: New file.
8198         * lib/test.c: Include rasdlg.h.
8199
8200 2003-03-06  Christopher January  <chris@atomice.net>
8201
8202         * include/winbase.h (FindFirstVolume): Add declaration.
8203         (FindNextVolume): Add declaration.
8204         (FindVolumeClose): Add declaration.
8205         (GetSystemTimes): Add declaration.
8206         * include/winnt.h: Add define for PF_XMMI64_INSTRUCTIONS_AVAILABLE.
8207
8208 2003-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
8209
8210         *lib/kernel32.def (GetSystemTimes): Add stub.
8211
8212 2003-03-04  Heiko Gerdau  <hg@technosis.de>
8213
8214         * oleidl.h (IOleObject): Correct GetUserType prototype.
8215         (IViewObject2): Correct GetExtent prototype.
8216         * olectl.h (DISPIP_): Add new defines
8217         * ocidl.h (IOleInPlaceSiteWindowless): Add new interface.
8218
8219 2003-03-01  Danny Smith  <dannysmith@users.sourceforge.net>
8220
8221         * include/olectl.h (OleLoadPictureEx) Add prototype.
8222         (OleLoadPictureFile): Ditto.
8223         (OleLoadPictureFileEx): Ditto.
8224         (OleLoadPicturePath): Ditto.
8225         (OleSavePictureFile): Ditto.
8226
8227 2003-03-01  Danny Smith  <dannysmith@users.sourceforge.net>
8228
8229         * include/objbase.h (CoAddRefServerProcess): Add prototype.
8230         (CoAddReleaseServerProcess): Ditto.
8231         (CoResumeClassObjects): Ditto.
8232         (CoSuspendClassObjects): Ditto.
8233         * include/oleauto.h (V_I1): Define.
8234         Thanks to: "Timofei"  <mmttmm@users.sourceforge.net>
8235
8236 2003-03-01  Heiko Gerdau  <hg@technosis.de>
8237
8238         * include/oleidl.h (USERCLASSTYPE): Add enum.
8239         * include/ocidl.h (IObjectWithSite): Add interface.
8240
8241 2003-02-28  Roland Schwingel  <roland.schwingel@onevision.de>
8242
8243         Fixup UNICODE thinko in 2003-02-22 patch.
8244         * include/wingdi.h (AddFontMemResourceEx): Add.
8245         (RemoveFontMemResourceEx): Ditto.
8246         (AddFontMemResourceEx[AW]): Remove.
8247         (RemoveFontMemResourceEx[AW]): Ditto
8248         * lib/gdi32.def: (AddFontResourceEx): Add.
8249         (RemoveFontMemResourceEx): Ditto.
8250         (AddFontMemResourceEx[AW]): Remove.
8251         (RemoveFontResourceEx[AW]): Ditto.
8252
8253 2003-02-23  Danny Smith  <dannysmith@users.sourceforge.net>
8254
8255         * include/winbase.h (EVENTLOG_SUCCESS): Add define.
8256         Thanks to: Thomas Weber  <thomasweber@sourceforge.net>
8257
8258 2003-02-22  Roland Schwingel  <roland.schwingel@onevision.de>
8259
8260         * include/wingdi.h (AddFontMemResourceEx[AW]): Add.
8261         (RemoveFontMemResourceEx[AW]): Ditto
8262         * lib/gdi32.def (AddFontMemResourceEx[AW]): Add.
8263         (RemoveFontMemResourceEx[AW]): Ditto.
8264
8265 2003-02-22  Bang Jun-Young  <junyoung@netbsd.org>
8266
8267         * lib/ntdll.def (NT*, RTL*, ZW*): Add missing exports.
8268         (NtCurrentTeb): Remove.
8269
8270 2003-02-22  Danny Smith  <dannysmith@users.sourceforge.net>
8271
8272         * include/wsahelp.h: Remove ';' after closing
8273         #ifdef __cplusplus brace.
8274         * include/ws2spi.h: Likewise.
8275
8276 2003-02-22  Danny Smith  <dannysmith@users.sourceforge.net>
8277
8278         * include/winbase.h (MEMORYSTATUSEX): Add structure.
8279         (GlobalMemoryStatusEx): Add prototype.
8280         * lib/kernel32.def (GlobalMemoryStatusEx): Add stub.
8281
8282 2003-02-17  Vaclav Haisman  <V.Haisman@sh.cvut.cz>
8283
8284         * include/winioctl.h (FSCTL_SET_SPARSE): Define.
8285
8286 2003-02-12  Roland Schwingel  <roland.schwingel@onevision.de>
8287
8288         * include/wingdi.h (AddFontResourceEx[AW]): Add.
8289         (RemoveFontResourceEx[AW]): Ditto
8290         (FR_PRIVATE): Define.
8291         (FR_NOT_ENUM): Define.
8292         * lib/gdi32.def (AddFontResourceEx[AW]): Add.
8293         (RemoveFontResourceEx[AW]): Ditto.
8294
8295 2003-02-10  Earnie Boyd  <earnie@users.sf.net>
8296
8297         * include/w32api.h: Increment version to 2.3.
8298         * Makefile.in: Ditto.
8299
8300 2003-02-09  Earnie Boyd  <earnie@users.sf.net>
8301
8302         * lib/ddk/ntoskrnl.def (Ke386IoSetAccessProcess): Activate export.
8303         (Ke386QueryToAccessMap): Ditto.
8304         (Ke386SetIoAccessMap): Ditto.
8305         Thanks to Marcel Telka <telka@users.sf.net>
8306         * include/secext.h: New file. Declare EXTENDED_NAME_FORMAT.
8307         * include/security.h: Include secext.h.
8308         * include/winbase.h: Declare COMPUTER_NAME_FORMAT.
8309         Thanks to Dimitri Papadopoulos <dimitri_at@users.sf.net>
8310         * include/GL/gl.h: Remove include of glext.h.
8311         Thanks to Greg Couch <gregcouch@users.sf.net>
8312
8313 2003-02-05  Earnie Boyd  <earnie@users.sf.net>
8314
8315         * include/basetypes.h (_GUID_DEFINED): Add deprecation warning, start
8316         using GUID_DEFINED instead.
8317         * include/sqltypes.h: Ditto.
8318         * include/winnt.h: Ditto.
8319         * include/ddk/scsiwmi.h: Ditto.
8320
8321 2003-02-04  Danny Smith  <dannysmith@users.sourceforge.net>
8322
8323         * include/shlwapi.h (PathRelativePathTo[AW]): Correct
8324         prototypes.
8325         Thanks to: John Dallaway  <jld@ecoscentric.com>.
8326
8327 2003-02-01  Danny Smith  <dannysmith@users.sourceforge.net>
8328
8329         * include/commctrl.h (TCM_*): Add missing defines.
8330
8331 2003-02-01  Jesus Alvarez  <jesus_alvarez@users.sourceforge.net>
8332             Danny Smith  <dannysmith@users.sourceforge.net>
8333
8334         * include/prsht.h (PSP_*, PSH_*): Add missing defines.
8335         (PROPSHEETPAGE[AW]): Add pszHeaderTitle, pszHeaderSubTitle
8336         for (_WIN32_IE >= 0x0400).
8337         (PROPSHEETHEADER[AW]): Add hplWatermark and anonymous union
8338         fields for (_WIN32_IE >= 0x0400).
8339
8340 2003-01-31  Danny Smith  <dannysmith@users.sourceforge.net>
8341
8342         * include/winbase.h (CreateFiber): Change first parameter
8343         to SIZE_T.
8344         (CreateJobObject[AW], CreateHardLink[AW]):Guard with
8345         if (_WIN32_WINNT >= 0x0500).
8346
8347 2003-01-31  Bang Jun-Young  <junyoung@netbsd.org>
8348
8349         * include/winbase.h (PWIN32_FIND_DATAA, PWIN32_FIND_DATAW):
8350         Add missing typedefs.
8351         (CreateFiberEx, CreateJobObjectA,CreateJobObjectW): Add missing
8352         prototypes.
8353         (CreateHardLinkA, CreateHardLinkW): Return BOOL, not HANDLE.
8354
8355 2003-01-27  Krzysztof Nikiel  <kni@poczta.onet.pl>
8356
8357         * include/mmsystem.h (MIXERCONTROL_CONTROLF_MULTIPLE): Correct
8358         define.
8359         * lib/largeint.c (LargeIntegerAdd): Add, don't multiply.
8360
8361 2003-01-27  Danny Smith  <dannysmith@users.sourceforge.net>
8362
8363         * include/rpcnterr.h (RPC_X_INVALID_PIPE_OPERATION): Add
8364         define.
8365         * include/winbase.h (WAIT_TIMEOUT): Guard against prior
8366         definition.
8367         (WAIT_FAILED): Cast to DWORD.
8368         * include/winerror.h (WAIT_TIMEOUT): Guard against prior
8369         definition.
8370
8371 2003-01-27  Bang Jun-Young  <junyoung@netbsd.org>
8372
8373         * include/winerror.h: Protect against multiple
8374         definition of WSA* error codes.
8375         * include/winsock.h: Likewise.
8376         * include/winsock2.h: Likewise.
8377
8378 2003-01-27  Bang Dong-Heui
8379             Bang Jun-Young  <junyoung@netbsd.org>
8380
8381         * include/winerror.h (ERROR_*, SEC_E_*,RPC_S_*, FRS_ERR_*,
8382         DNS_*, WSA*, WAIT_TIMEOUT): Add missing error codes.
8383         (RPC_X_INVALID_PIPE_OPERATION): Remove define.
8384
8385
8386 2003-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
8387
8388         * include/ras.h (RASCONN[AW]): Add dwSessionId for
8389         (WINVER >= 0x501).
8390
8391 2003-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
8392
8393         * include/ras.h (RASCONN[AW]): Guard szDeviceType,
8394         szDeviceName fields with (WINVER >= 0x400). Add dwFlags, luid
8395         fields for (WINVER >= 0x501).
8396
8397 2003-01-23  Danny Smith  <dannysmith@users.sourceforge.net>
8398
8399         * lib/ws2_32.def (getaddrinfo, freeaddrinfo and getnameinfo):
8400         Add stubs.
8401         * include/ws2tcpip.h (IPV6_*) Add IPPROTO_IPV6 level socket
8402         options.
8403
8404 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
8405
8406         * include/winnt.h (IMAGE_FILE_AGGRESIVE_WS_TRIM
8407         IMAGE_FILE_LARGE_ADDRESS_AWARE): Add defines.
8408
8409 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
8410
8411         * include/accctrl.h (enum _SE_OBJECT_TYPE): Add
8412         SE_REGISTRY_WOW64_32KEY.
8413         Reported by: Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8414
8415 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
8416
8417         * include/commctrl.h (HDN_GETDISPINFO[AW]: Add defines.
8418         (tagNMHDDISPINFO[AW}: Add structures and typedefs.
8419         Reported by: Mat Nieuwenhoven  <matnieuw@users.sourceforge.net>
8420
8421 2003-01-10  Christopher Faylor  <cgf@redhat.com>
8422
8423         * include/winsock2.h: Remove gethostname from INSIDE_CYGWIN protection.
8424
8425 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
8426
8427         * lib/dxguid.c: Don't #include <objbase.h>.
8428         * include/unknwn.h: Partially revert change of 2002-12-26.
8429         Don't include <ole2.h>.
8430
8431 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
8432
8433         * lib/dinput.c: Don't #include <objbase.h>.
8434
8435 2003-01-08  Bart Oldeman  <bartoldeman@users.sourceforge.net>
8436
8437         * include/windows.h (ole2.h):Do #include for
8438         __WATCOMC__.
8439
8440 2003-01-05  Danny Smith  <dannysmith@users.sourceforge.net>
8441
8442         * include/winuser.h (SPI_SETWHEELSCROLLLINES) Add define.
8443         * include/zmouse.h (WHEEL_DELTA): Guard against prior
8444         definition.
8445         (WHEEL_PAGESCROLL): Likewise.
8446         (SPI_SETWHEELSCROLLLINES): Define, if not already done.
8447
8448 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
8449
8450         * include/winuser.h (SPI_GETWHEELSCROLLLINES) Add define.
8451         (WHEEL_PAGESCROLL): Add define.
8452
8453 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
8454
8455         * include/commctrl.h (tagNMTOOLBAR[AW]): Replace obsolete struct
8456         names tagTBNOTIFY[AW] and typedefs. Add defines for backward
8457         compatability. Add RECT field. Add UNICODE mappings for new
8458         names.
8459         (tagNMREBARCHEVRON): Add struct and typedefs for
8460         _WIN32_IE >= 0x0500.
8461
8462 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
8463
8464         * include/commctrl.h (TOOLINFO[AW]): Update structures.
8465         (LVHITTESTINFO): Likewise.
8466
8467         * include/wingdi.h (GRADIENT_TRIANGLE): Add structure.
8468         (GRADIENT_RECT): Likewise.
8469
8470 2003-01-03  Bang Jun-Young  <junyoung@netbsd.org>
8471
8472         * include/winerror.h (ERROR_OPLOCK_NOT_GRANTED,
8473         ERROR_INVALID_OPLOCK_PROTOCOL, ERROR_SOURCE_ELEMENT_EMPTY,
8474         ERROR_DESTINATION_ELEMENT_FULL, ERROR_ILLEGAL_ELEMENT_ADDRESS,
8475         ERROR_MAGAZINE_NOT_PRESENT, ERROR_DEVICE_REINITIALIZATION_NEEDED,
8476         ERROR_DEVICE_REQUIRES_CLEANING, ERROR_DEVICE_DOOR_OPEN,
8477         ERROR_DEVICE_NOT_CONNECTED, ERROR_NOT_FOUND, ERROR_NO_MATCH,
8478         ERROR_SET_NOT_FOUND, ERROR_NO_TRACKING_SERVICE,
8479         ERROR_JOURNAL_DELETE_IN_PROGRESS, ERROR_JOURNAL_NOT_ACTIVE,
8480         ERROR_JOURNAL_ENTRY_DELETED, ERROR_ONLY_IF_CONNECTED,
8481         ERROR_NOT_SUPPORTED_ON_SBS, ERROR_SERVER_SHUTDOWN_IN_PROGRESS,
8482         ERROR_MUTUAL_AUTH_FAILED, ERROR_TIME_SKEW, ERROR_DEVICE_REMOVED,
8483         RPC_S_INVALID_ASYNC_HANDLE, RPC_S_INVALID_ASYNC_CALL,
8484         RPC_X_PIPE_CLOSED, RPC_X_PIPE_DISCIPLINE_ERROR, RPC_X_PIPE_EMPTY,
8485         ERROR_CANT_ACCESS_FILE, ERROR_CANT_RESOLVE_FILENAME,
8486         ERROR_WMI_GUID_NOT_FOUND, ERROR_WMI_INSTANCE_NOT_FOUND,
8487         ERROR_WMI_ITEMID_NOT_FOUND, ERROR_WMI_TRY_AGAIN, ERROR_WMI_READ_ONLY,
8488         ERROR_WMI_SET_FAILURE, ERROR_TRANSPORT_FULL, ERROR_FILE_OFFLINE,
8489         ERROR_REMOTE_STORAGE_NOT_ACTIVE, ERROR_REMOTE_STORAGE_MEDIA_ERROR,
8490         ERROR_NOT_A_REPARSE_POINT, ERROR_REPARSE_ATTRIBUTE_CONFLICT,
8491         ERROR_INVALID_REPARSE_DATA, ERROR_REPARSE_TAG_INVALID,
8492         ERROR_REPARSE_TAG_MISMATCH, ERROR_FILE_ENCRYPTED,
8493         ERROR_FILE_NOT_ENCRYPTED, ERROR_NOT_EXPORT_FORMAT,
8494         ERROR_CTX_WINSTATION_NAME_INVALID, ERROR_CTX_INVALID_PD,
8495         ERROR_CTX_PD_NOT_FOUND, ERROR_CTX_WD_NOT_FOUND,
8496         ERROR_CTX_CLOSE_PENDING, ERROR_CTX_NO_OUTBUF,
8497         ERROR_CTX_MODEM_INF_NOT_FOUND, ERROR_CTX_INVALID_MODEMNAME,
8498         ERROR_CTX_MODEM_RESPONSE_ERROR, ERROR_CTX_MODEM_RESPONSE_TIMEOUT,
8499         ERROR_CTX_MODEM_RESPONSE_NO_CARRIER,
8500         ERROR_CTX_MODEM_RESPONSE_NO_DIALTONE, ERROR_CTX_MODEM_RESPONSE_BUSY,
8501         ERROR_CTX_MODEM_RESPONSE_VOICE, ERROR_CTX_TD_ERROR,
8502         ERROR_CTX_WINSTATION_NOT_FOUND, ERROR_CTX_WINSTATION_ALREADY_EXISTS,
8503         ERROR_CTX_WINSTATION_BUSY, ERROR_CTX_BAD_VIDEO_MODE,
8504         ERROR_CTX_GRAPHICS_INVALID, ERROR_CTX_NOT_CONSOLE,
8505         ERROR_CTX_CLIENT_QUERY_TIMEOUT, ERROR_CTX_CONSOLE_DISCONNECT,
8506         ERROR_CTX_CONSOLE_CONNECT, ERROR_CTX_SHADOW_DENIED,
8507         ERROR_CTX_WINSTATION_ACCESS_DENIED, ERROR_CTX_INVALID_WD,
8508         ERROR_CTX_SHADOW_INVALID, ERROR_CTX_SHADOW_DISABLED,
8509         ERROR_CTX_CLIENT_LICENSE_IN_USE, ERROR_CTX_CLIENT_LICENSE_NOT_SET,
8510         ERROR_CTX_LICENSE_NOT_AVAILABLE, ERROR_CTX_LICENSE_CLIENT_INVALID,
8511         ERROR_CTX_LICENSE_EXPIRED, ERROR_DS_MEMBERSHIP_EVALUATED_LOCALLY,
8512         ERROR_DS_NO_ATTRIBUTE_OR_VALUE, ERROR_DS_INVALID_ATTRIBUTE_SYNTAX,
8513         ERROR_DS_ATTRIBUTE_TYPE_UNDEFINED, ERROR_DS_ATTRIBUTE_OR_VALUE_EXISTS,
8514         ERROR_DS_BUSY, ERROR_DS_UNAVAILABLE, ERROR_DS_NO_RIDS_ALLOCATED,
8515         ERROR_DS_NO_MORE_RIDS, ERROR_DS_INCORRECT_ROLE_OWNER,
8516         ERROR_DS_RIDMGR_INIT_ERROR, ERROR_DS_OBJ_CLASS_VIOLATION,
8517         ERROR_DS_CANT_ON_NON_LEAF, ERROR_DS_CANT_ON_RDN,
8518         ERROR_DS_CANT_MOD_OBJ_CLASS, ERROR_DS_CROSS_DOM_MOVE_ERROR,
8519         ERROR_DS_GC_NOT_AVAILABLE, ERROR_SHARED_POLICY,
8520         ERROR_POLICY_OBJECT_NOT_FOUND, ERROR_POLICY_ONLY_IN_DS,
8521         ERROR_DS_ADMIN_LIMIT_EXCEEDED, ERROR_DS_DS_REQUIRED,
8522         ERROR_DS_SAM_INIT_FAILURE, ERROR_DS_SENSITIVE_GROUP_VIOLATION,
8523         ERROR_DS_CANT_MOD_PRIMARYGROUPID, ERROR_DS_INVALID_GROUP_TYPE,
8524         ERROR_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN,
8525         ERROR_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN,
8526         ERROR_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER,
8527         ERROR_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER,
8528         ERROR_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER,
8529         ERROR_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER,
8530         ERROR_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER,
8531         ERROR_DS_HAVE_PRIMARY_MEMBERS, ERROR_DS_SAM_NEED_BOOTKEY_PASSWORD,
8532         ERROR_DS_SAM_NEED_BOOTKEY_FLOPPY, ERROR_DS_CANT_START,
8533         ERROR_DS_INIT_FAILURE, ERROR_SAM_INIT_FAILURE, ERROR_DS_GC_REQUIRED,
8534         ERROR_DS_LOCAL_MEMBER_OF_LOCAL_ONLY,
8535         ERROR_DS_NO_FPO_IN_UNIVERSAL_GROUPS,
8536         ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED):
8537         Add missing error codes.
8538
8539 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
8540
8541         * lib/kernel32.c (GetCurrentFiber): Remove blank input field in
8542         asm code.
8543         (GetFiberData): Likewise.
8544
8545 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
8546
8547         * include/winnt.h (GetCurrentFiber): Remove blank input field in
8548         asm code.
8549         (GetFiberData): Likewise.
8550
8551 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
8552
8553         * include/winerror.h (ERROR_DIFFERENT_SERVICE_ACCOUNT,
8554         ERROR_EXE_MACHINE_TYPE_MISMATCH, ERROR_HOOK_TYPE_NOT_ALLOWED,
8555         ERROR_INVALID_KEYBOARD_HANDLE, ERROR_INVALID_PRINT_MONITOR,
8556         ERROR_PRINT_MONITOR_IN_USE, ERROR_PRINTER_HAS_JOBS_QUEUED,
8557         ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION,
8558         ERROR_SUCCESS_REBOOT_REQUIRED, ERROR_SUCCESS_RESTART_REQUIRED,
8559         ERROR_TIMEOUT, OR_INVALID_OID, OR_INVALID_OXID,
8560         OR_INVALID_SET, RPC_X_INVALID_PIPE_OPERATION): Add missing
8561         error codes.
8562         Re-sort codes.
8563
8564 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
8565
8566         * include/winspool.h (PRINTER_INFO_6): Add.
8567         Reported by: Mat Nieuwenhoven  <matnieuw@users.sourceforge.net>
8568
8569 2002-12-30  Hartmut Honisch  <hhonisch@users.sourceforge.net>
8570
8571         * include/winbase.h (NMPWAIT_WAIT_FOREVER): Cast to DWORD.
8572
8573         * lib/ntdll.def (NtConnectPort, NtOpenEvent,
8574         NtRequestWaitReplyPort, NtWaitForSingleObject,ZwConnectPort,
8575         ZwOpenEvent, ZwRequestWaitReplyPort, ZwWaitForSingleObject):
8576         Add stubs.
8577
8578 2002-12-30  Danny Smith  <dannysmith@users.sourceforge.net>
8579
8580         * include/wingdi.h (wglGetLayerPaletteEntries): Correct
8581         prototype. Thanks to: Joe Krahn  <jkrahn at nc dot rr dot com>.
8582
8583 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8584
8585         * include/wingdi.h (DOCINFOA): Replace LPCTSTR with LPCSTR.
8586
8587 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8588
8589         * include/wingdi.h (BALTIC_CHARSET, JOHAB_CHARSET,
8590         VIETNAMESE_CHARSET): Remove duplicate defines.
8591         * lib/comctl32.def (ImageList_SetImageCount): Add stub.
8592
8593 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8594
8595         * include/dbt.h (DEV_BROADCAST_PORT): Add UNICODE version.
8596         Thanks to: Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8597
8598 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8599
8600         * include/unknwn.h: Include windows.h and ole2.h before header
8601         guard to avoid circular inclusion of COM headers.
8602
8603 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8604
8605         * include/dde.h (PackDDElParam, UnpackDDElParam,FreeDDElParam,
8606         ReuseDDElParam): Use __WIN64 compatible typedefs.
8607
8608 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8609
8610         * include/accctrl.h (ACTRL_ACCESS_ENTRY[AW]): Make
8611         lpInheritProperty member const.
8612         (ACTRL_PROPERTY_ENTRY[AW]): Make lpProperty member
8613         const.
8614
8615 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8616
8617         * include/commcat.h: Don't include windows.h or ole2.h ifdef
8618         COM_NO_WINDOWS_H.
8619         * include/unknwn.h: Ditto.
8620
8621 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8622
8623         * include/imm.h (ImmGetCompositionFont[AW],
8624         ImmSetCompositionFont[AW]): Add NOGDI guard.
8625
8626 2002-12-19  Danny Smith  <dannysmith@users.sourceforge.net>
8627
8628         * include/ddk/hidusage.h: Remove unneccessary #pragma pack's.
8629         * include/ddk/miniport.h (EMULATOR_PORT_ACCESS_TYPE): Define
8630         before using.
8631         (VIDEO_ACCESS_RANGE): Guard against prior definition.
8632         * include/ddk/minitape.h (INQUIRYDATA): Guard against prior
8633         definition.
8634         * include/ddk/ndis.h (DECLARE_UNKNOWN_PROTOTYPE): Correct macro.
8635         * include/ddk/ndisguid.h: Remove unneccessary #pragma pack's.
8636         * include/ddk/scsi.h (INQUIRYDATA): Guard against prior
8637         definition.
8638         * include/ddk/scsiwmi.h (GUID): Define if not already done.
8639         (LPCGUID): Likewise.
8640         * include/ddk/tdi.h: Close "Listen flags" comment.
8641         * include/ddk/tdistat.h: Remove unneccessary #pragma pack's.
8642         * include/ddk/video.h:  Add #pragma pack(push,4) to balance.
8643         (VIDEO_ACCESS_RANGE): Guard against prior definition.
8644         * include/ddk/videoagp.h:Add #pragma pack(push,4) to balance.
8645         * include/ddk/win2k.h: Likewise.
8646         * include/ddk/winddi.h: Likewise.
8647         * include/ddk/winddk.h: Likewise.
8648         * include/ddk/winnt4.h: Likewise.
8649         * include/ddk/ws2san.h: Likewise.
8650         * include/ddk/xfilter.h: Remove unbalanced #pragma pack(pop).
8651         * include/ddk/video.h: Don't process rest of file ifdef
8652         __WINDDI_H.
8653         * include/ddk/winddi.h: Don't process rest of file ifdef
8654         __VIDEO_H.
8655         * include/ddk/usb.h: Don't process rest of file ifdef
8656         __USBDI_H.
8657         * include/ddk/usbdi.h: Don't process rest of file ifdef
8658         __USB_H.
8659         * include/ddk/usbcamdi.h: Don't process rest of file if
8660         !defined(__USB_H) && !defined(__USBDI_H)
8661
8662 2002-12-18  James E. Lucas  <xelloss@users.sourceforge.net>
8663
8664         * include/winnetwk.h (WNetResourceInformation[AW]): Correct
8665         prototypes.
8666         * include/winuser.h (GetAncestor) Add prototype.
8667         (GA_PARENT, GA_ROOT, GA_ROOTOWNER): Add defines.
8668         (EWX_FORCEIFHUNG): Add define for _WIN32_WINNT >= 0x0500.
8669         (SPI_GETACTIVEWINDOWTRACKING, SPI_GETACTIVEWNDTRKZORDER,
8670         SPI_GETACTIVEWNDTRKTIMEOUT, SPI_SETACTIVEWINDOWTRACKING
8671         SPI_SETACTIVEWNDTRKZORDER, SPI_SETACTIVEWNDTRKTIMEOUT): Add
8672         defines.
8673         * lib/user32.def (GetAncestor@8): Add stub.
8674
8675 2002-12-15  Danny Smith  <dannysmith@users.sourceforge.net>
8676
8677         * include/windows.h: Guard inclusion of wingdi.h,
8678         commdlg.h, winspool.h, ole2.h with NOGDI.
8679         * include/winuser.h (ICONMETRICS, NONCLIENTMETRICS,
8680         ChangeDisplaySettings, CreateDesktop, EnumDisplaySettings):
8681         Guard with NOGDI.
8682
8683 2002-12-12  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8684
8685         * include/oleacc.h (SELFLAG_*): Change to enum.
8686
8687 2002-12-11  Danny Smith  <dannysmith@users.sourceforge.net>
8688
8689         * include/shlobj.h (IShellLinkW::GetPath): Correct prototype.
8690         Thanks to: Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
8691
8692 2002-12-09  Danny Smith  <dannysmith@users.sourceforge.net>
8693
8694         * include/shellapi.h (ExtractIconEx[AW]): Correct return type
8695         to UINT.
8696         Thanks to: Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
8697
8698 2002-12-07  Danny Smith  <dannysmith@users.sourveforge.net>
8699
8700         * include/winuser.h (AllowSetForegroundWindow,
8701         LockSetForegroundWindow): Add prototypes.
8702         (ASFW_ANY, LSFW_LOCK, LSFW_UNLOCK) Add defines.
8703         Thanks to:  Pat Thoyts  <patthoyts@users.sourceforge.net>
8704         * lib/winuser.def (AllowSetForegroundWindow,
8705         LockSetForegroundWindow): Add stubs.
8706
8707 2002-12-06  Ken Fitlike  <kenfitlike@users.sourceforge.net>
8708
8709         * include/commctrl.h (TN_GETDISPINFO[AW]): Add defines and
8710         UNICODE mappings.
8711         (tagNMTTDISPINFO[AW]): Replace obsolete struct names
8712         tagTOOLTIPTEXT[AW] and typedefs. Add defines for backward
8713         compatability. Add lParam field. Add UNICODE mappings for new
8714         names.
8715
8716 2002-12-02  Andrew Stadt  <acstadt@sympatico.ca>
8717
8718         * include/shellapi.h (_SHFILEOPSTRUCTA,_SHFILEOPSTRUCTW):
8719         Wrap with pshpack2.h/poppack.h to correct alignment.
8720
8721 2002-12-02  Ken Fitlike  <kenfitlike@users.sourceforge.net>
8722
8723         * include/commctrl.h (LVBKIF_*): Add defines.
8724         (LVM_SETIMAGE[AW]): Add defines and UNICODE mappings.
8725         (LVM_GETIMAGE[AW]): Add defines and UNICODE mappings.
8726         (LVBKIMAGE[AW]): Add defines and UNICODE mappings.
8727         (LPLVBKIMAGE[AW]): Add defines and UNICODE mappings.
8728         (LVM_GETBKIMAGE[AW]): Add defines and UNICODE mappings.
8729         (LVM_SETBKIMAGE[AW]): Add defines and UNICODE mappings.
8730         (ListView_GetBkImage): Add define.
8731         (ListView_SetBkImage): Add define.
8732         (LVBKIMAGE): Add structures and typedefs.
8733
8734 2002-11-25  Earnie Boyd  <earnie@users.sf.net>
8735
8736         * include/w32api.h: Increment to version 2.2
8737         * Makefile.in: Ditto.
8738
8739 2002-11-25  Earnie Boyd  <earnie@users.sf.net>
8740
8741         * lib/Makefile.in (dist, install): Correct the install destinations.
8742         * lib/ddk/Makefile.in (dist, install): Ditto.
8743
8744 2002-11-16  Danny Smith  <dannysmith@users.sourceforge.net>
8745
8746         * lib/uuid.c (CATID_InternetAware,CLSID_HttpSProtocol,
8747         CLSID_PSUrlMonProxy,CLSID_StdURLMoniker,IID_IObjectWithSite,
8748         IID_IPersistMoniker,IID_IProgressNotify): Correct off-by-one bug
8749         in definitions.
8750         (CLSID_CFontPropPage00, GUID_FONTUNDERSCORE11,
8751         IID_IOleControlSite89): Remove.
8752
8753 2002-11-15  Christopher Faylor  <cgf@redhat.com>
8754
8755         * lib/uuid.c (IID_IRunnableObject): Remove duplicate definition.
8756         (IID_IStdMarshalInfo): Ditto.
8757
8758 2002-11-15  Christopher Faylor  <cgf@redhat.com>
8759
8760         * lib/uuid.c (IID_IOleInPlaceSite): Remove duplicate definition.
8761         (IID_IPersistStorage): Ditto.
8762
8763 2002-11-15  Weiqi Gao  <weiqigao@users.sourceforge.net>
8764
8765         * lib/uuid.c (CLSID_PSClassObject, CLSID_PSEnumerators,
8766         IID_IClassActivator, IID_IClientSecurity, IID_ICreateTypeInfo,
8767         IID_ICreateTypeLib2, IID_IOleInPlaceSite, IID_IPersistStorage,
8768         IID_IRunnableObject, IID_IServerSecurity, IID_IStdMarshalInfo):
8769         Correct definitions.
8770
8771 2002-11-15  Danny Smith  <dannysmith@users.sourceforge.net>
8772
8773         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
8774         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
8775         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
8776         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
8777         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
8778         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
8779         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
8780         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
8781         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
8782         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
8783         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
8784         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
8785         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
8786         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
8787         xfilter.h): Change comment to refer w32api package, not MinGW.
8788
8789 2002-11-15  Danny Smith  <dannysmith@users.sourceforge.net>
8790
8791         * include/ddk/ntddk.h: Include winnt.h as system header.
8792
8793 2002-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
8794
8795         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
8796         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
8797         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
8798         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
8799         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
8800         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
8801         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
8802         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
8803         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
8804         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
8805         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
8806         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
8807         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
8808         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
8809         xfilter.h): Fix typo in disclaimer comment.
8810
8811 2002-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
8812
8813         * include/exdisp.h: Include oaidl.h as system header.
8814
8815 2002-11-12  Earnie Boyd  <earnie@users.sf.net>
8816
8817         * include/w32api.h (__W32API_VERSION): Fix.
8818
8819 2002-11-09  Weiqi Gao  <weiqigao@users.sourceforge.net>
8820
8821         * lib/uuid.c (IID_ICatInformation): Correct definition.
8822
8823 2002-11-07  Danny Smith  <dannysmith@users.sourceforge.net>
8824
8825         * include/oleauto.h (DeregisterTypeLib): Remove.
8826         (UnRegisterTypeLib): Add prototype.
8827
8828 2002-11-07  Christopher January  <chris@atomice.net>
8829
8830         * include/winioctl.h: Add definition for IOCTL_DISK_UPDATE_DRIVE_SIZE.
8831
8832 2002-11-04  Danny Smith  <dannysmith@users.sourceforge.net>
8833
8834         * include/winnt.h (VerSetConditionMask): Add prototype.
8835         * lib/kernel32.def (VerifyVersionInfo[AW]): Add stubs.
8836
8837 2002-10-16  Danny Smith  <dannysmith@users.sourceforge.net>
8838
8839         * include/winuser.h (MONITORINFOEX[AW]): Add structure
8840         definitions and ANSI/UNICODE mappings.
8841         Cleanup whitespace.
8842
8843 2002-10-14  Earnie Boyd  <earnie@users.sf.net>
8844
8845         * Makefile.in: Add components for lib/ddk.  Adjust for autoconf-2.53.
8846         * configure.in: Ditto.
8847         * lib/Makefile.in: Ditto.
8848         * lib/ddk/Makefile.in: Correct installation procedure.  Adjust for
8849         autoconf-2.53.
8850         * configure: Regenerate.
8851
8852 2002-10-14  Danny Smith  <dannysmith@users.sourceforge.net>
8853
8854         * include/windows.h: Don't include basetyps.h.
8855         * include/objfwd.h: Do include basetyps.h.
8856
8857 2002-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
8858
8859         * include/objbase.h: Include rpc.h and rpcndr.h
8860         before header guard.
8861
8862 2002-10-11  Danny Smith  <dannysmith@users.sourceforge.net>
8863
8864         * include/olectl.h (PROPPAGEINFO): Change type of
8865         field cb to ULONG.
8866
8867 2002-10-11  Steven Edwards  <Steven_Ed4153@yahoo.com>
8868
8869         * lib/ntdll.def (RtlAcquireResourceExclusive,
8870         RtlAcquireResourceShared, RtlDeleteResource,
8871         RtlInitializeResource, RtlReleaseResource,
8872         RtlTimeToSecondsSince1970) : Added missing exports.
8873
8874 2002-10-08  Heiko Gerdau  <hg@technosis.de>
8875
8876         * include/oleacc.h: New file.
8877         * include/winuser.h (ENDSESSION_LOGOFF) Add define.
8878         (OBJID_*) Add defines.
8879         * lib/uuid.c: Add DEFINE_GUID for IID_IAccessible.
8880         * lib/test.c: Include oleacc.h.
8881
8882 2002-10-06  Casper Hornstrup  <chorns@it.dk>
8883
8884         * include/ddk: New subdir.
8885         * lib/ddk: Ditto.
8886         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
8887         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
8888         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
8889         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
8890         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
8891         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
8892         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
8893         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
8894         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
8895         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
8896         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
8897         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
8898         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
8899         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
8900         xfilter.h): New files.
8901         * lib/ddk/(Makefile.in, apcups.def, cfgmgr32.def, dxapi.def,
8902         hal.def, hid.def, hidparse.def, mcd.def, ndis.def, ntoskrnl.def,
8903         scsiport.def, tdi.def, usbcamd.def, usbcamd2.def, videoprt.def,
8904         win32k.def): Ditto.
8905
8906 2002-10-04  Steven Edwards  <Steven_Ed4153@yahoo.com>
8907
8908         * lib/ntdll.def (NtAccessCheck, NtAdjustPrivilegesToken,
8909         NtCreateKey, NtDeleteKey, NtDeleteValueKey, NtEnumerateKey,
8910         NtEnumerateValueKey, NtOpenKey, NtOpenProcessToken,
8911         NtOpenThreadToken, NtQueryInformationToken, NtQueryKey,
8912         NtQueryValueKey, NtSetSecurityObject, NtSetValueKey,
8913         RtlAddAccessAllowedAce, RtlCreateAcl,
8914         RtlCreateSecurityDescriptor, RtlCreateUnicodeStringFromAsciiz,
8915         RtlGetAce, RtlGetControlSecurityDescriptor,
8916         RtlGetDaclSecurityDescriptor,RtlGetGroupSecurityDescriptor,
8917         RtlGetOwnerSecurityDescriptor,RtlGetSaclSecurityDescriptor,
8918         RtlImpersonateSelf, RtlIsTextUnicode, RtlLargeIntegerAdd,
8919         RtlLengthSecurityDescriptor, RtlMakeSelfRelativeSD,
8920         RtlMultiByteToUnicodeN RtlMultiByteToUnicodeSize,
8921         RtlOpenCurrentUser, RtlSetDaclSecurityDescriptor,
8922         RtlSetGroupSecurityDescriptor, RtlSetOwnerSecurityDescriptor,
8923         RtlSetSaclSecurityDescriptor, RtlValidSecurityDescriptor,
8924         ZwAccessCheck, ZwAdjustPrivilegesToken, ZwCreateKey,
8925         ZwDeleteValueKey, ZwEnumerateKey, ZwEnumerateValueKey,
8926         ZwOpenKey, ZwOpenProcessToken, ZwOpenThreadToken,
8927         ZwQueryInformationToken, ZwQueryKey, ZwQueryValueKey
8928         ZwSetSecurityObject, ZwSetValueKey): Added missing exports.
8929
8930 2002-10-04  "KJK::Hyperion"  <noog@libero.it>
8931
8932         *include/windef.h (WPARAM): Update typedef.
8933         (LPARAM): Ditto.
8934         (LRESULT): Ditto.
8935
8936 2002-10-04  "KJK::Hyperion"  <noog@libero.it>
8937
8938         * include/shlobj.h (CSIDL_*): Add defines.
8939
8940 2002-09-24  Danny Smith  <dannysmith@users.sourceforge.net>
8941
8942         * include/ws2tcpip.h: Throw error if winsock.h, not winsock2.h
8943         has been included first.
8944
8945 2002-09-24  René Møller Fonseca  <fonseca@users.sourceforge.net>
8946
8947         * include/winbase.h (FindFirstFileEx): Fixed ANSI mode.
8948         * include/wingdi.h (PFD_SWAP_LAYER_BUFFERS):Added define.
8949         * include/winuser.h (AppendMenu[AW]): Fixed prototypes.
8950
8951 2002-09-18  Eric R. Krause  <ekrause_98@users.sourceforge.net>
8952
8953         * include/winuser.h (DS_SHELLFONT): Define.
8954
8955 2002-09-17  Daniel Schlyder  <daniel@dascdev.net>
8956
8957         * include/winnt.h (VER_SUITE_BLADE): Define.
8958
8959 2002-09-17  Danny Smith  <dannysmith@users.sourceforge.net>
8960
8961         * include/shlobj.h (SHGetSpecialFolderPath[AW]):
8962         Add _WIN32_IE guard. Correct prototype for wide version.
8963         (SHGetFolderPath): Add comment on shfolder.dll.
8964         (SHGetFolderLocation): Add prototyope for WinME and W2K.
8965         (SHGetFolderPathAndSubDir[AW]): Add prototypes for XP.
8966
8967 2002-09-16  Danny Smith  <dannysmith@users.sourceforge.net>
8968
8969         * lib/shell32.def (SHGetFolderPath[AW]): Add comment.
8970         * lib/shfolder.def: New file.
8971
8972 2002-09-12  Danny Smith  <dannysmith@users.sourceforge.net>
8973
8974         * include/winsock.h (timeval): Guard struct and associated
8975         macros with _TIMEVAL_DEFINED.
8976         * include/winsock2.h (timeval): Likewise.
8977
8978 2002-09-11  Danny Smith  <dannysmith@users.sourceforge.net>
8979
8980         * lib/shell32.def (SHBindtoParent,SHCreateDirectoryEx[AW],
8981         SHCreateProcessAsUserW,SHCreateQueryCancelAutoPlayMoniker,
8982         SHCreateShellItem,SHEmptyRecycleBin[AW],
8983         SHEnumerateUnreadMailAccountsW,SHExtractIconsW,
8984         SHGetDataFromIDList[AW],SHGetDiskFreeSpace[AW],
8985         SHGetDiskFreeSpaceEx[AW],SHGetFolderLocation,
8986         SHGetFolderPathAndSubDir[AW],SHGetIconOverlayIndex[AW],
8987         SHGetNewLinkInfo[AW],SHGetSettings,SHGetUnreadMailCountW,
8988         SHInvokePrinterCommand[AW],SHIsFileAvailableOffline,
8989         SHLoadNonloadedIconOverlayIdentifiers,
8990         SHOpenFolderAndSelectItems,SHParseDisplayName,
8991         SHPathPrepareForWrite[AW],SHQueryRecycleBin[AW],
8992         SHSetLocalizedName,SHSetUnreadMailCountW,
8993         SHUpdateRecycleBinIcon: Add missing stubs.
8994
8995 2002-09-07  Earnie Boyd  <earnie@users.sf.net>
8996
8997         * include/windef.h (WINVER): Add documentation.
8998         (_WIN32_WINNT): Ditto.
8999         Special thanks to Paul Schmidt <paul@tricattechnologies.com>
9000
9001 2002-09-06  Danny Smith  <dannysmith@users.sourceforge.net>
9002
9003         * lib/Makefile.in (TEST_OPTIONS): Define WINVER to 0x0666.
9004
9005 2002-09-04  Kevin Chase  <kevincha99@hotmail.com>
9006
9007         * include/winbase.h (AllocateUserPhysicalPages,
9008         MapUserPhysicalPages, MapUserPhysicalPagesScatter,
9009         FreeUserPhysicalPages): Add prototypes.
9010         * lib/kernel32.def: Add function stubs for above.
9011
9012 2002-09-03  René Møller Fonseca  <fonseca@users.sourceforge.net>
9013
9014         * include/winuser.h (IDTRYAGAIN,IDCONTINUE): Add defines.
9015         Add WINVER guards for dialog box command id defines.
9016
9017 2002-09-03  Earnie Boyd  <earnie@users.sf.net>
9018
9019         * include/wincon.h (GetConsoleWindow): Add _WIN32_WINNT >= 0x0500 guard.
9020
9021 2002-08-30  Christopher January  <ccj00@doc.ic.ac.uk>
9022
9023         * include/wincon.h: Define GetConsoleWindow(void).
9024
9025 2002-08-28  Earnie Boyd  <earnie@users.sf.net>
9026
9027         * include/w32api.h: Increment version to 2.1.
9028         * Makefile.in: Ditto.
9029
9030 2002-08-26  Bart Oldeman  <bart.oldeman@btinternet.com>
9031
9032         * include/winsock2.h (SOCKET_ADDRESS): Define if
9033         __CSADDR_T_DEFINED is not defined (copied from nspapi.h)
9034         (CSADDR_INFO): Ditto.
9035         (nspapi.h) : Don't include. Removed FIXME comment.
9036         * include/nspapi.h (SOCKET_ADDRESS) Only define if
9037         __CSADDR_T_DEFINED is not defined.
9038         (CSADDR_INFO): Ditto.
9039         (BLOB): Add structure and typedef if not already defined.
9040         (NS_*): Add defines.
9041         (SERVICE_*): Ditto.
9042         (SERVICE_ADDRESS): Add structure and typedefs.
9043         (SERVICE_ADDRESSES): Ditto.
9044         (SERVICE_INFO[AW]): Ditto, and add UNICODE mappings.
9045         (LPSERVICE_ASYNC_INFO): Add typedef.
9046         (SetService[AW], GetAddressByName[AW]): Add prototypes and UNICODE
9047         mappings.
9048         * include/wsipx.h: New file.
9049         * include/svcguid.h: New file.
9050         * lib/test.c: Include wspix.h and svcguid.h.
9051
9052 2002-08-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9053
9054         * include/wsahelp.h: New file.
9055         * lib/test.c: Include wsahelp.h.
9056
9057 2002-08-21  Earnie Boyd  <earnie@users.sf.net>
9058
9059         * include/commctrl.h (NMCUSTOMDRAW): Fix lItemlParam.
9060         Thanks to: "Phil Dempster" <p_dempster@yahoo.co.uk>.
9061
9062 2002-08-20  Danny Smith  <dannysmith@users.sourceforge.net>
9063
9064         * include/ws2spi.h: Modify comment about being part of
9065         mingw32 package.
9066         (winsock2.h): Change "" to <>.
9067
9068 2002-08-20  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9069
9070         * include/ws2spi.h: New file.
9071         * lib/test.c: Include ws2spi.h.
9072
9073 2002-08-20  Danny Smith  <dannysmith@users.sourceforge.net>
9074
9075         * include/winsock2.h (WSAIsBlocking,WSAUnhookBlockingHook,
9076         WSASetBlockingHook,WSACancelBlockingCall): Expose deprecated
9077         functions.
9078
9079 2002-08-17  Danny Smith  <dannysmith@users.sourceforge.net>
9080
9081         * include/winuser.h (CURSOR_SHOWING) Add define.
9082         Thanks to: Jan Hlavatý  <hlavac@users.sourceforge.net>
9083
9084 2002-08-17  Danny Smith  <dannysmith@users.sourceforge.net>
9085
9086         * include/winerror.h: Cast OLE error codes to HRESULT.
9087         Thanks to: Gunnar Degnbol <gdegnbol@users.sourceforge.net>
9088
9089 2002-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
9090
9091         * include/wincrypt.h (ALG_*): Add defines.
9092         (CALG_*): Ditto.
9093         (CRYPT_*): Ditto.
9094         (PP_*): Ditto.
9095         (PROV_*): Ditto.
9096         (PRIVATEKEYBLOB): Add define.
9097
9098 2002-08-14  Earnie Boyd  <earnie@users.sf.net>
9099
9100         * include/shlobj.h (SHGetFolderPath): Add define.
9101         * lib/shell32.def (SHGetSpecialFolderPath): Add export.
9102         (SHGetFolderPath): Ditto.
9103
9104 2002-08-13  Danny Smith  <dannysmith@users.sourceforge.net>
9105
9106         * include/commdlg.h: Don't include COM headers or use
9107         COM-dependent symbols if __OBJC__.
9108
9109 2002-08-13  Danny Smith  <dannysmith@users.sourceforge.net>
9110
9111         * include/wincrypt.h (CryptDuplicateHash, CryptDuplicateKey):
9112         Add prototypes.
9113
9114 2002-08-12  Andriy Palamarchuk  <apa3a@yahoo.com>
9115
9116         * include/shellapi.h (FOF_NOERRORUI): Add define.
9117
9118 2002-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
9119
9120         * include/objidl.h (IEnumMoniker): Put 'interface' back.
9121
9122 2002-08-11  Danny Smith  <dannysmith@users.sourceforge.net>
9123
9124         * include/objidl.h (IEnumMoniker): Correct declaration.
9125
9126 2002-08-09  Mark Schreiber  <mark7@users.sourceforge.net>
9127
9128         * include/wincrypt.h (CRYPT_NOHASHOID): Add define.
9129
9130 2002-08-09  Danny Smith  <dannysmith@users.sourceforge.net>
9131
9132         * include/commctrl.h: Whitespace change.
9133
9134 2002-08-09  Lars Munch  <lars@segv.dk>
9135
9136         * include/commctrl.h (tagTVHITTESTINFO): Replace obsolete
9137         struct name _TVHITTESTINFO and typedefs and add defines for
9138         backward compatability.
9139         (ListView_SetExtendedListViewStyleEx): Add macro.
9140
9141 2002-08-05  Danny Smith  <dannysmith@users.sourceforge.net>
9142
9143         * include/wingdi.h (AlphaBlend,GradientFill,TransparentBlt):
9144         Add prototypes.
9145         * lib/msimg32.def: New file, with stubs for above.
9146
9147 2002-08-03  Danny Smith  <dannysmith@users.sourceforge.net>
9148
9149         * include/winbase.h (AddAccessAllowedAceEx,AddAccessDeniedAceEx,
9150         GetFileSizeEx, SetFilePointerEx): Add prototypes.
9151         (EncryptFile[AW], FileEncryptionStatus[AW]): Add prototypes
9152         and UNICODE mappings.
9153
9154 2002-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
9155
9156         * include/winbase.h (ReadFileScatter, WriteFileGather):
9157         Change second parameter to pointer.
9158
9159 2002-07-31  Danny Smith  <dannysmith@users.sourceforge.net>
9160
9161         * include/wininet.h (InternetReadFileEx[AW]). Add prototypes and
9162         UNICODE mappings.
9163         * lib/wininet.def: Regenerate.
9164
9165 2002-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
9166
9167         * include/windef.h (PVOID): Move typedef to...
9168         * include/winnt: ...here.
9169         (PVOID64): New typedef.
9170
9171         * include/winnt,h (FILE_SEGMENT_ELEMENT): Define union.
9172         * include/winbase.h (ReadFileScatter, WriteFileGather):
9173         Add prototypes.
9174
9175         * include/winnt,h (PROCESSOR_ARCHITECTURE_*): Add defines.
9176         (PROCESSOR_INTEL_IA64): Add define.
9177
9178 2002-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
9179
9180         * include/oleidl.h (MK_ALT): Define.
9181
9182 2002-07-26  Mattia Barbon  <mbarbon@dsi.unive.it>
9183
9184         * include/exdisp.h: New file.
9185         * include/exdispid.h: New file.
9186         * include/mshtml.h: New file.
9187         * lib/test.c: #include exdisp.h and mshtml.h
9188         * lib/uuid.c (CLSID_WebBrowser, DIID_DWebBrowserEvents,
9189         DIID_DWebBrowserEvents2, IID_IHTMLDocument, IID_IHTMLDocument2,
9190         IID_IHTMLElement, IID_IHTMLSelectionObject, IID_IHTMLTxtRange,
9191         IID_IWebBrowser, IID_IWebBrowser2, IID_IWebBrowserApp):
9192         New GUIDs.
9193
9194 2002-07-26  Mattia Barbon  <mbarbon@dsi.unive.it>
9195
9196         * include/docobj.h: New file.
9197         * include/idispids.h: New file.
9198         * include/objidl.h (IID_IMoniker): Declare.
9199         * include/ocidl.h (READYSTATE): New enum.
9200         (IOleInPlaceSiteEx): New interface.
9201         * include/olectlid.h (IID_IEnumSTATSTG): New interface
9202         identifier.
9203         * include/oleidl.h (IOleItemContainer, IOleInPlaceObject,
9204         IOleInPlaceSite): New interfaces.
9205         * lib/test.c: #include docobj.h,idispids.h,
9206
9207 2002-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
9208
9209         * include/shlobj.h (BFFM_VALIDATEFAILED[AW]): Add defines.
9210         (BFFM_SETSTATUSTEXT, BFFM_SETSELECTION): UNICODE them.
9211
9212 2002-07-25  Mattia Barbon  <mbarbon@dsi.unive.it>
9213
9214         * include/commctrl.h: Avoid redefinition of CDN_FIRST/LAST.
9215         * include/commdlg.h: Likewise.
9216
9217 2002-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
9218
9219         * include/oleauto.h (V_UNION): Correct definition for case of
9220         NONAMELESSUNION:
9221         (V_VT): Likewise.
9222
9223 2002-07-23  Danny Smith  <dannysmith@users.sourceforge.net>
9224
9225         * include/oleauto.h (V_BOOL): Define in terms of boolVal,
9226         not bool, for C as well as C++.
9227
9228 2002-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
9229
9230         * include/shlwapi.h: New file.
9231         Thanks to: Mattia Barbon  <mbarbon@dsi.unive.it> and
9232         Victor Porton  <porton@narod.ru> for contributions.
9233         * lib/shlwapi.def: New file.
9234         * lib/test.c: #include shlwapi.h.
9235
9236 2002-07-21  Bart Oldeman  <bart.oldeman@btinternet.com>
9237
9238         * include/shlobj.h (FCIDM_MENU_FAVORITES): Remove bogus
9239         character.
9240         * include/winsock2.h (struct sockaddr): Use __int64 instead of
9241         long long.
9242         * lib/kernel32.c (GetCurrentFiber, GetFiberData): Watcom
9243         does not need external *Fiber library functions.
9244
9245 2002-07-20  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9246
9247         * include/winbase.h (GetEnvironmentStringsA): Remove duplicate
9248         definition.
9249         (Interlocked*): Wrap in #ifndef __INTERLOCKED_DECLARED to
9250         avoid compile error when already defined.
9251
9252 2002-07-20  Steven Edwards  <Steven_Ed4153@yahoo.com>
9253
9254         * include/winuser.h (WM_MENURBUTTONUP): Add define.
9255
9256 2002-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
9257
9258         * include/commdlg.h: Define CDN_* notification message constants
9259         as UINT.
9260
9261 2002-07-17  Mattia Barbon  <mbarbon@users.sourceforge.net>
9262
9263         * include/commctrl.h: Define notification message constants for
9264         NMHDR.code as UINT.
9265
9266 2002-07-17   Bart Oldeman  <bart.oldeman@btinternet.com>
9267
9268         * include/ddeml.h (MH_*) Add defines.
9269         (MONHSZSTRUCT): Add structure and typedefs.
9270         (MONLINKSTRUCT): Ditto.
9271         (MONCONVSTRUCT): Ditto.
9272         (MONCBSTRUCT): Ditto.
9273         (MONERRSTRUCT): Ditto.
9274         (MONMSGSTRUCT): Ditto.
9275         * include/windef.h: Don't define __cdecl or _cdecl for
9276         __WATCOM__.
9277         Don't define _export or __export for __WATCOM__.
9278         * include/windows.h (imm.h): #include.
9279         * include/winnt.h (LPEXCEPTION_RECORD): Add typedef.
9280
9281 2002-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
9282
9283         * include/wtypes.h: Remove duplicate #includes of rpc.h and
9284         rpcndr.h.
9285
9286 2002-07-05  Luke Dunstan  <infidel@users.sourceforge.net>
9287
9288         * include/winbase.h (OpenThread): Add prototype.
9289         * lib/kernel32.def (OpenThread): Add symbol.
9290
9291 2002-07-04  Luke Dunstan  <infidel@users.sourceforge.net>
9292
9293         * include/wtypes.h (HMETAFILEPICT): Add typedef.
9294
9295 2002-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
9296
9297         * include/rpc.h: Conditionally include <windows.h> before
9298         header guard.
9299         * include/wtypes.h: Include <rpc.h> and <rpcndr.h> before
9300         header guard.
9301
9302 2002-07-02  Danny Smith  <dannysmith@users.sourceforge.net>
9303
9304         * include/commctrl.h (WC_*): Remove some duplicate defines.
9305
9306 2002-07-02  Ken Fitlike  <kenfitlike@hotmail.com>
9307
9308         * include/commctrl.h (WC_IPADDRESS[AW]): Add defines and
9309         UNICODE mappings.
9310         (IPM*): Add defines.
9311         (IPN_*): Add defines.
9312         (NMIPADDRESS): Add structure and typedefs.
9313         (MAKEIPADDRESS): Add macro.
9314         (MAKEIPRANGE): Add macro.
9315         (FIRST_IPADDRESS): Add macro.
9316         (SECOND_IPADDRESS): Add macro.
9317         (THIRD_IPADDRESS): Add macro.
9318         (FOURTH_IPADDRESS): Add macro.
9319
9320 2002-06-25  Conrad Scott  <conrad.scott@dsl.pipex.com>
9321
9322         * include/winbase.h (FILE_FLAG_FIRST_PIPE_INSTANCE): Add constant.
9323
9324 2002-06-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9325
9326         * include/winbase.h (WINBASEAPI): Don't define if prior
9327         definition.
9328
9329         * include/winioctl.h (PARTITION_FAT32, PARTITION_FAT32_XINT13,
9330         PARTITION_XINT13, PARTITION_XINT13_EXTENDED, PARTITION_LDM,
9331         PARTITION_UNIX): Add defines.
9332         (PDRIVE_LAYOUT_INFORMATION): Add typedef.
9333         (IsRecognizedPartition): Also check for PARTITION_FAT32,
9334         PARTITION_FAT32_XINT13 and PARTITION_XINT13.
9335         (IsContainerPartition): Add macro.
9336
9337 2002-06-25  Ken Fitlike  <kenfitlike@hotmail.com>
9338
9339         * include/commctrl.h: (CBEIF_*): Add defines.
9340         (CBEN_*): Add defines and UNICODE mappings
9341         (WC_COMBOBOXEX[AW]): Add defines and UNICODE mappings.
9342         (CBEMAXSTRLEN): Add define.
9343         (COMBOBOXEXITEM[AW]): Add structures and typedefs.
9344         (NMCOMBOBOXEX[AW]): Add structures and typedefs.
9345         (NMCBEDRAGBEGIN[AW]): Add structure and typedefs.
9346         (NMCBEENDEDIT[AW]): Add structure and typedefs.
9347
9348 2002-06-24  Danny Smith  <dannysmith@users.sourceforge.net>
9349
9350         * include/objidl.h (struct tagPROPVARIANT): Kill obsolete
9351         union member _VARIANT_BOOL bool.
9352
9353 2002-06-24  Danny Smith  <dannysmith@users.sourceforge.net>
9354
9355         * include/winioctl.h (FILE_SPECIAL_ACCESS): Add define.
9356
9357 2002-06-24  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9358
9359         * include/winnt.h (PCCHAR, FCHAR, FSHORT, FLONG,
9360         PLUID_AND_ATTRIBUTES,PSECURITY_IMPERSONATION_LEVEL,
9361         PSID_AND_ATTRIBUTES, PTOKEN_TYPE, PTOKEN_STATISTICS):
9362         Add typedefs.
9363         (CCHAR): Correct typedef.
9364         (PROCESS_SET_SESSIONID, SECURITY_*,SECTION_MAP_EXECUTE):
9365         Add defines.
9366
9367 2002-06-24  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9368
9369         * README.w32api: Correct spelling error.
9370
9371 2002-06-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9372
9373         * include/winuser.h (FLASHW_*,INPUT_MOUSE,INPUT_KEYBOARD,
9374         INPUT_HARDWARE): Add defines.
9375         (HDEVNOTIFY): Add typedef.
9376         (FLASHWINFO,tagMOUSEMOVEPOINT,tagMOUSEINPUT,tagKEYBDINPUT,
9377         tagHARDWAREINPUT,tagINPUT,tagGUITHREADINFO): Define structs and
9378         typedefs.
9379         (CreateDesktop[AW],CreateMDIWindow[AW],GetClassInfo[AW],
9380         GetClassInfoEx[AW],GetKeyboardLayoutList,
9381         MessageBoxIndirect[AW],MsgWaitForMultipleObjects,
9382         MsgWaitForMultipleObjectsEx, RegisterClass[AW],
9383         RegisterClassEx[AW]): Correct prototypes.
9384
9385 2002-06-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9386
9387         * include/ddeml.h (DdeCreateStringHandle{AW]:Correct
9388         prototypes.
9389         * include/winsvc.h (StartServiceW): Correct prototype.
9390         * include/winbase.h (BackupRead,BackupSeek,BackupWrite,
9391         FileTimeToLocalFileTime, GetAce,GetPrivateProfileStruct[AW],
9392         GetTickCount,InterlockedExchangeAdd,
9393         WritePrivateProfileStruct[AW]: Correct prototypes.
9394         (GetEnvironmentStrings): Correct mapping to
9395         GetEnvironmentStringsA.
9396         * include/winver.h (VerQueryValueA,VerQueryValueW):
9397         Correct prototypes.
9398         * include/wincon.h (CreateConsoleScreenBuffer): Correct
9399         prototype.
9400         * include/winreg.h (RegQueryMultipleValues[AW],
9401         RegQueryValueEx[AW]):Correct prototypes.
9402         * include/wingdi.h (PXFORM, PLOGBRUSH, PLOGPEN, PPOLYTEXTA,
9403         PPOLYTEXTW): Add typedefs.
9404         (_DESIGNVECTOR,COLOR16, _TRIVERTEX, _DISPLAY_DEVICE): Add
9405         structures and typedefs.
9406         (MM_MAX_NUMAXES): Add define.
9407         (EnumFontsW,GetEnhMetaFilePixelFormat,
9408         wglGetLayerPaletteEntries): Correct prototypes.
9409         * include/winerror.h (RPC_X_INVALID_PIPE_OBJECT,
9410         RPC_X_WRONG_PIPE_ORDER,RPC_X_WRONG_PIPE_VERSION,
9411         RPC_S_SEND_INCOMPLETE): Add defines.
9412
9413 2002-06-17  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9414
9415         * include/windef.h (_fastcall, __fastcall, FASTCALL):
9416         Add defines.
9417
9418 2002-06-16  Egor Duda  <deo@logos-m.ru>
9419
9420         * include/ntdll.h: New file.
9421         * lib/ntdll.def: Add NtShutdownSystem.
9422
9423 2002-06-16  Steven Edwards  <Steven_Ed4153@yahoo.com>
9424
9425         * lib/dinput.def (DirectInputCreateEx): Add stub.
9426         * lib/ntdll.def: New file.
9427
9428 2002-06-14  Earnie Boyd  <earnie@users.sf.net>
9429
9430         * include/w32api.h: Change to version 2.0 to reflect the change
9431         in the license.
9432         * README: Renamed.
9433         * README.w32api: Renamed from README.  Modified license to remove
9434         the restriction of notifying the author based on the fact that the
9435         author is unreachable at the notified address.
9436         * Makefile.in (VERSION): Change to 2.0.
9437
9438 2002-06-14  Earnie Boyd  <earnie@users.sf.net>
9439
9440         * include/wingdi.h (GetEnhMetaFileBits): Correct typo.
9441         * Makefile.in (bindist): Correct the MinGW distribution.
9442
9443 2002-06-13  Earnie Boyd  <earnie@users.sf.net>
9444
9445         * include/winuser.h (MOUSEHOOKSTRUCT): Define structure.
9446         * include/wingdi.h (GetEnhMetaFileBits): Define prototype.
9447
9448 2002-06-13  Danny Smith  <dannysmith@users.sourceforge.net>
9449
9450         * lib/test.c: #include comcat.h.
9451
9452 2002-06-13  John K. Hohm  <jhohm@acm.org>
9453
9454         * include/comcat.h: New file.
9455
9456 2002-06-09  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
9457
9458         * include/richedit.h (EM_*, TM_*, GT_*): Add new defines.
9459         (GETTEXTEX): Add structure definition.
9460
9461 2002-06-08  Danny Smith  <dannysmith@users.sourceforge.net>
9462
9463         * include/windows.h (ole2.h): #include if !__OBJC__ and
9464         __GNUC__ >=3 and !WIN32_LEAN_AND_MEAN.
9465
9466 2002-06-07  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
9467
9468         * include/mapi.h: Change LPTSTR to LPSTR throughout.
9469
9470 2002-06-05  Danny Smith  <dannysmith@users.sourceforge.net>
9471
9472         * include/winnt.h (PACE_HEADER, PACCESS_ALLOWED_ACE,
9473         PACCESS_DENIED_ACE): Add typedefs.
9474
9475 2002-06-03  Danny Smith  <dannysmith@users.sourceforge.net>
9476
9477         * lib/thunk32.def (LIBRARY): Change to KERNEL32.dll.
9478
9479 2002-06-03 Steven Edwards  <Steven_Ed4153@yahoo.com>
9480
9481         * lib/kernel32.def (ConvertToGlobalHandle): Add stub.
9482
9483 2002-06-01  Danny Smith  <dannysmith@users.sourceforge.net>
9484
9485         * include/windef.h: Fix typo in last change.
9486
9487 2002-06-01  Danny Smith  <dannysmith@users.sourceforge.net>
9488
9489         * include/windef.h: Add no-op __try, __except, __finally
9490         defines from ...
9491         * include/excpt.h: Remove file.
9492         * include/windows.h: Don't include excpt.h.
9493
9494 2002-05-30  Christopher January  <chris@atomice.net>
9495
9496         * include/ntdef.h (ANSI_STRING, PANSI_STRING, OEM_STRING, POEM_STRING):
9497         Add missing typedefs.
9498
9499 2002-05-28  Earnie Boyd  <earnie@users.sf.net>
9500
9501         * include/w32api.h: Increment version to 1.5
9502         * Makefile.in: Ditto.
9503
9504
9505 2002-05-27  René Møller Fonseca  <fonseca@users.sourceforge.net>
9506
9507         * include/winreg.h: (RegConnectRegistry[AW]): Replace
9508         LP[W]STR with LPC[W]STR.
9509         (REG_QWORD, REG_QWORD_LITTLE_ENDIAN): Add defines.
9510         Clean up whitespace.
9511
9512 2002-05-27  Rick Rankin  <rick_rankin@yahoo.com>
9513
9514         * include/winnls.h: Add #define for LOCALE_RETURN_NUMBER.
9515
9516 2002-05-21  Earnie Boyd  <earnie@users.sf.net>
9517
9518         * Makefile.in: Increment VERSION to 1.4.
9519         (conf_prefix): New variable.
9520         (bindist): Modify target to use $(conf_prefix).
9521
9522 2002-05-20  Philip Aston  <philipa@mail.com>
9523
9524         * include/pbt.h (PBT_APMRESUMESUSPEND): Correct value is 7.
9525
9526 2002-05-20  René Møller Fonseca  <fonseca@users.sourceforge.net>
9527
9528         * include/lmaccess.h: (NetAccess*, NetGroup*,
9529         NetLocalGroup*, NetUser*, NetGet*, INetLogonControl[2],
9530         NetQueryDisplayInfotmationIndex): Replace LPWSTR with LPCWSTR.
9531
9532 2002-05-08  Danny Smith  <dannysmith@users.sourceforge.net>
9533
9534         * include/commctrl.h (ImageList_DragShowNolock): Remove
9535         conflicting redeclaration.
9536
9537 2002-05-07  Danny Smith  <dannysmith@users.sourceforge.net>
9538
9539         * include/windows.h: Move ANONYMOUS_UNION, _ANONYMOUS_STRUCT,
9540         STRICT and related defines to ...
9541         * include/windef.h: Here.
9542
9543 2002-05-03  Danny Smith  <dannysmith@users.sourceforge.net>
9544
9545         * include/winsock2.h (int32): Remove typedef.
9546         (SERVICETYPE): Add typedef.
9547         (struct _flowspec):Revise struct definition,  Comment
9548         on types used for members.
9549
9550 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
9551
9552         * include/winnt.h (EVENT_*, SEMAPHORE_*,MUTEX_*): Remove
9553         more defines added in earlier change.
9554         * lib/Makefile.in (TEST_OPTIONS): Add -Wsystem-headers flag.
9555
9556 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
9557
9558         * include/winnt.h (THREAD_PRIORITY_*): Remove defines
9559         added in last change.
9560
9561 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
9562
9563         * include/winnt.h (THREAD_*, EVENT_*, MUTANT_*,
9564         SEMAPHORE_*, MUTEX_*, TIMER_*): Add new defines.
9565
9566 2002-05-01  Manu B  <contact.manu@wanadoo.fr>
9567
9568         * include/commctrl.h (SNDMSG): Define and use throughout
9569         in other macros instead of SendMessage.
9570         * include/commdlg.h (SNDMSG): Ditto.
9571
9572 2002-04-22  José Fonseca  <jrfonseca@users.sf.net>
9573
9574         * include/GL/gl.h: New file.
9575         * include/GL/glext.h: Ditto.
9576         * include/GL/glu.h: Ditto.
9577
9578 2002-04-09  Earnie Boyd  <earnie@users.sf.net>
9579
9580         * include/w32api.h: Increment version.
9581         * Makefile.in: Ditto.
9582
9583 2002-04-09  Earnie Boyd  <earnie@users.sf.net>
9584
9585         * Makefile.in (bindist): Use * instead of . for file list for tar
9586         command.
9587
9588 2002-04-02  Danny Smith  <dannysmith@users.sourceforge.net>
9589
9590         * include/wtypes.h (enum tagCLSCTX): Change formatting.
9591
9592 2002-04-02  Pat Thoyts  <patthoyts@users.sourceforge.net>
9593
9594         * include/objidl.h (IRunningObjectTable.Register): Correct
9595         prototype.
9596         * include/wtypes.h (ROTFLAGS_REGISTRATIONKEEPSALIVE,
9597         ROTFLAGS_ALLOWANYCLIENT): Add defines.
9598
9599 2002-03-31  Victor Porton  <porton@narod.ru>
9600
9601         * include/shellapi.h (SHGFI_ATTR_SPECIFIED): Add define.
9602
9603 2002-03-29  David Robinow  <drobinow@yahoo.com>
9604
9605         * include/wingdi.h (SetPixelFormat): Correct prototype.
9606
9607 2002-03-29  Phil Krylov  <likewolf@users.sourceforge.net>
9608
9609         * include/richedit.h (EM_SHOWSCROLLBAR): Add define.
9610
9611 2002-03-26  Phil Krylov  <likewolf@users.sourceforge.net>
9612
9613         * include/richedit.h (EM_GETSCROLLPOS, EM_SETSCROLLPSPOS):
9614         Add defines.
9615
9616 2002-03-14  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
9617
9618         * include/richedit.h (RICHEDIT_CLASS): UNICODE it.
9619         * include/shlobj.h (IContextMenu2): Put methods in right order.
9620         * include/basetyps.h (REFGUID, REFIID, REFCLSID): Check for
9621         CINTERFACE before defining.
9622
9623 2002-03-09  Danny Smith  <dannysmith@users.sourceforge.net>
9624
9625         * include/accctrl.h: Add #pragma GCC system_header
9626         if __GNUC__ >= 3.
9627         * include/aclapi.h: Same.
9628         * include/basetsd.h: Same.
9629         * include/basetyps.h: Same.
9630         * include/cderr.h: Same.
9631         * include/cguid.h: Same.
9632         * include/commctrl.h: Same.
9633         * include/commdlg.h: Same.
9634         * include/cpl.h: Same.
9635         * include/cplext.h: Same.
9636         * include/custcntl.h: Same.
9637         * include/dbt.h: Same.
9638         * include/dde.h: Same.
9639         * include/ddeml.h: Same.
9640         * include/dlgs.h: Same.
9641         * include/excpt.h: Same.
9642         * include/httpext.h: Same.
9643         * include/imagehlp.h: Same.
9644         * include/imm.h: Same.
9645         * include/initguid.h: Same.
9646         * include/intshcut.h: Same.
9647         * include/ipexport.h: Same.
9648         * include/iphlpapi.h: Same.
9649         * include/ipifcons.h: Same.
9650         * include/iprtrmib.h: Same.
9651         * include/iptypes.h: Same.
9652         * include/isguids.h: Same.
9653         * include/largeint.h: Same.
9654         * include/lm.h: Same.
9655         * include/lmaccess.h: Same.
9656         * include/lmalert.h: Same.
9657         * include/lmapibuf.h: Same.
9658         * include/lmat.h: Same.
9659         * include/lmaudit.h: Same.
9660         * include/lmbrowsr.h: Same.
9661         * include/lmchdev.h: Same.
9662         * include/lmconfig.h: Same.
9663         * include/lmcons.h: Same.
9664         * include/lmerr.h: Same.
9665         * include/lmerrlog.h: Same.
9666         * include/lmmsg.h: Same.
9667         * include/lmremutl.h: Same.
9668         * include/lmrepl.h: Same.
9669         * include/lmserver.h: Same.
9670         * include/lmshare.h: Same.
9671         * include/lmsname.h: Same.
9672         * include/lmstats.h: Same.
9673         * include/lmsvc.h: Same.
9674         * include/lmuse.h: Same.
9675         * include/lmuseflg.h: Same.
9676         * include/lmwksta.h: Same.
9677         * include/lzexpand.h: Same.
9678         * include/mapi.h: Same.
9679         * include/mciavi.h: Same.
9680         * include/mcx.h: Same.
9681         * include/mmsystem.h: Same.
9682         * include/mswsock.h: Same.
9683         * include/nb30.h: Same.
9684         * include/nddeapi.h: Same.
9685         * include/nspapi.h: Same.
9686         * include/ntdef.h: Same.
9687         * include/ntsecapi.h: Same.
9688         * include/ntsecpkg.h: Same.
9689         * include/oaidl.h: Same.
9690         * include/objbase.h: Same.
9691         * include/objfwd.h: Same.
9692         * include/objidl.h: Same.
9693         * include/odbcinst.h: Same.
9694         * include/ole.h: Same.
9695         * include/ole2.h: Same.
9696         * include/ole2ver.h: Same.
9697         * include/oleauto.h: Same.
9698         * include/olectl.h: Same.
9699         * include/olectlid.h: Same.
9700         * include/oledlg.h: Same.
9701         * include/oleidl.h: Same.
9702         * include/pbt.h: Same.
9703         * include/prsht.h: Same.
9704         * include/psapi.h: Same.
9705         * include/rapi.h: Same.
9706         * include/ras.h: Same.
9707         * include/raserror.h: Same.
9708         * include/rassapi.h: Same.
9709         * include/regstr.h: Same.
9710         * include/richedit.h: Same.
9711         * include/richole.h: Same.
9712         * include/rpc.h: Same.
9713         * include/rpcdce.h: Same.
9714         * include/rpcdce2.h: Same.
9715         * include/rpcdcep.h: Same.
9716         * include/rpcndr.h: Same.
9717         * include/rpcnsi.h: Same.
9718         * include/rpcnsip.h: Same.
9719         * include/rpcnterr.h: Same.
9720         * include/rpcproxy.h: Same.
9721         * include/schannel.h: Same.
9722         * include/schnlsp.h: Same.
9723         * include/scrnsave.h: Same.
9724         * include/security.h: Same.
9725         * include/setupapi.h: Same.
9726         * include/shellapi.h: Same.
9727         * include/shlguid.h: Same.
9728         * include/shlobj.h: Same.
9729         * include/sql.h: Same.
9730         * include/sqlext.h: Same.
9731         * include/sqltypes.h: Same.
9732         * include/sqlucode.h: Same.
9733         * include/sspi.h: Same.
9734         * include/subauth.h: Same.
9735         * include/tlhelp32.h: Same.
9736         * include/unknwn.h: Same.
9737         * include/userenv.h: Same.
9738         * include/w32api.h: Same.
9739         * include/winbase.h: Same.
9740         * include/wincon.h: Same.
9741         * include/wincrypt.h: Same.
9742         * include/windef.h: Same.
9743         * include/windows.h: Same.
9744         * include/windowsx.h: Same.
9745         * include/winerror.h: Same
9746         * include/wingdi.h: Same.
9747         * include/wininet.h: Same.
9748         * include/winioctl.h: Same.
9749         * include/winnetwk.h: Same.
9750         * include/winnls.h: Same.
9751         * include/winnt.h: Same.
9752         * include/winperf.h: Same.
9753         * include/winreg.h: Same.
9754         * include/winresrc.h: Same.
9755         * include/winsock.h: Same.
9756         * include/winsock2.h: Same.
9757         * include/winspool.h: Same.
9758         * include/winsvc.h: Same.
9759         * include/winuser.h: Same.
9760         * include/winver.h: Same.
9761         * include/ws2tcpip.h: Same.
9762         * include/wsnetbs.h: Same.
9763         * include/wtypes.h: Same.
9764         * include/zmouse.h: Same.
9765         * include/mapi.h: Change header guard name to _MAPI_H  for
9766         consistency.
9767
9768 2002-03-08  Danny Smith  <dannysmith@users.sourceforge.net>
9769
9770         * include/accctrl.h (_ACCCTRL_H): Correct typo.
9771         Remove unnecessary inclusion of <wtypes.h>.
9772         * ChangeLog: Fix omission of name in recent entries.
9773
9774 2002-03-08  Antony Blakey  <antony.blakey@ihug.com.au>
9775
9776         * include/initguid.h (DEFINE_GUID): Add GUID_EXT to define.
9777
9778 2002-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
9779
9780         * include/mswsock.h: Group winsock2 dependants
9781         together and protect with #ifdef _WINSOCK2_H.
9782         * lib/test.c: Only test ws2tcpip.h if winsock2.h
9783         has been included.
9784
9785 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
9786
9787         * include/mswsock.h (TP_*): Add new defines.
9788         (TRANSMIT_PACKETS_ELEMENT): Define new structure.
9789         (WSAMSG): Likewise.
9790         (WSACMSGHDR): Likewise.
9791         (DisconnectEx): Add new prototype.
9792         (WSARecvMsg): Likewise.
9793         (WSA_CMSG_*) Add empty macros, guarded by #if 0.
9794
9795 2002-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
9796
9797         * ChangeLog: Fix typo in last entry.
9798         * include/winsock2.h (IPPROTO_*): Add IPv6 defines.
9799         * include/ws2tcpip.h: (IP_*): Add new defines.
9800         (INET_ADDRSTRLEN, INET6_ADDRSTRLEN): Add defines.
9801         (NI_*): Add getnameinfo constants and bitmasks.
9802         (AI_*): Add getaddrinfo flags.
9803         (EAI_*): Add getaddrinfo error codes.
9804         (ip_mreq_source): Add new structure.
9805         (ip_msfilter): Add new structure.
9806         (IP_MSFILTER_SIZE): Add new macro.
9807         (in_pktinfo): Add new structure.
9808         Add preliminary IPv6 support.
9809         (in6_addr): Add new structure and some defines.
9810         (sockaddr_in6): Add new structure.
9811         (in6addr_any, in6addr_loopback): Declare extern structures.
9812         (IN6ADDR_ANY_INIT,IN6ADDR_LOOPBACK_INIT): Add
9813         initialization macros for above.
9814         (IN6_ARE_ADDR_EQUAL): Define macro.
9815         (IN6_IS_ADDR_*): Define address testing macros.
9816         (socklen_t) Add new typedef.
9817         (ipv6_mreq): Add new structure.
9818         (in6_pktinfo): Same.
9819         (addrinfo): Same.
9820         (freeaddrinfo):Add new prototype.
9821         (getaddrinfo): Same.
9822         (gai_strerror[AW]): Same.
9823         (getnameinfo): Same.
9824         (sockaddr_in6_old): Add structure.
9825         (sockaddr_gen): Add union definition.
9826         (INTERFACE_INFO): Use sockaddr_gen as members.
9827         (INTERFACE_INFO_OLD): Add comment on workaround for problems
9828         with INTERFACE_INFO on NT4 prior to sp4.
9829
9830 2002-02-28  Danny Smith  <dannysmith@users.sourceforge.net>
9831
9832         * include/windows.h: Remove test for __W32API_MAJOR_VERSION
9833         when selecting winsock interface.
9834         * include/winsock2.h (SOCKET_ADDRESS_LIST): Add structure
9835         and typedefs. Thanks to: 'Lorenzo' <conte0@infinito.it>.
9836         Expand FIXME comment.
9837         (WSACOMPLETIONTYPE): Add enum.
9838         (WSACOMPLETION): Add structure and typedefs.
9839         (WSANSPIoctl): Add function prototpe and callback typedef.
9840         (SIO_NSP_NOTIFY_CHANGE): Add define.
9841         (sockaddr_storage): Add structure and typedefs.
9842
9843 2002-02-16  Andriy Palamarchuk  <apa3a@yahoo.com>
9844
9845         * include/winuser.h (OIC_*): Add resource constants.
9846
9847 2002-02-14 Mattia Barbon  <mbarbon@users.sourceforge.net>
9848
9849         * include/ntsecpkg.h: New file.
9850         * include/schannel.h: New file.
9851         * include/schnlsp.h: New file.
9852         * include/security.h: New file.
9853         * include/sspi.h: New file.
9854         * include/ntsecapi.h (KERB_WRAP_NO_ENCRYPT,
9855         MICROSOFT_KERBEROS_NAME_[AW]): Add missing constants
9856         * include/wincrypt.h (CALG_*, X509_ASN_ENCODING.
9857         PKCS_7_ASN_ENCODING, CERT_*, USAGE_MATCH_TYPE_AND,
9858         USAGE_MATCH_TYPE_OR, szOID_*): Add missing constants
9859         (struct _CRYPTOAPI_BLOB): Add structure and typedefs.
9860         (SSL_EXTRA_CERT_CHAIN_POLICY_PARA,HTTPSPolicyCallbackData,
9861         CERT_CHAIN_POLICY_PARA,CERT_CHAIN_POLICY_STATUS,
9862         CRYPT_ALGORITHM_IDENTIFIER, CRYPT_BIT_BLOB,
9863         CERT_PUBLIC_KEY_INFO, CERT_EXTENSION, CERT_INFO, CERT_CONTEXT,
9864         CTL_USAGE, CERT_ENHKEY_USAGE, CERT_USAGE_MATCH,
9865         CERT_CHAIN_PARA, CERT_CHAIN_FIND_BY_ISSUER_PARA,
9866         CERT_TRUST_STATUS, CRL_ENTRY, CRL_INFO, CRL_CONTEXT,
9867         CERT_REVOCATION_CRL_INFO, CERT_REVOCATION_INFO,
9868         CERT_CHAIN_ELEMENT, CRYPT_ATTRIBUTE, CTL_ENTRY, CTL_INFO,
9869         CTL_CONTEXT, CERT_TRUST_LIST_INFO, CERT_SIMPLE_CHAIN,
9870         CERT_CHAIN_CONTEXT): Add missing structures.
9871         (CertCloseStore, CertGetCertificateChain,
9872         CertVerifyCertificateChainPolicy, CertFreeCertificateChain,
9873         CertNameToStr[AW], CertOpenSystemStore[AW], CertOpenStore,
9874         CertFindCertificateInStore, CertFreeCertificateContext,
9875         CertGetIssuerCertificateFromStore,
9876         CertFindChainInStore): Add missing functions.
9877         (CertNameToStr, CertOpenSystemStore, CERT_FIND_SUBJECT_STR,
9878         CERT_FIND_ISSUER_STR): Add Unicode mappings.
9879         * lib/crypt32.def: New file.
9880         * lib/secur32.def: Add mising stubs.
9881         * lib/test.c: Include new headers.
9882
9883 2002-02-14  Danny Smith  <dannysmith@users.sourceforge.net>
9884
9885         * include/windef.h (PROC,FARPROC,NEARPROC): Remove void
9886         parameter.
9887
9888 2002-01-30  Danny Smith  <dannysmith@users.sourceforge.net>
9889
9890         * lib/test.c: Include mapi.h.
9891         * include/commctrl.h (TBSTYLE_*): Add missing defines.
9892         Thanks to: "Ron"  <ron@debian.org>
9893
9894 2002-01-30  John Fattaruso  <fattaruso@ieee.org>
9895
9896         * include/mapi.h: New file.
9897         * lib/mapi.def: Add missing function stubs.
9898
9899 2002-01-28  Danny Smith  <dannysmith@users.sourceforge.net>
9900
9901         * include/winuser.h (GetWindowLongPtr[AW],
9902         SetWindowLongPtr[AW]): Add prototypes for _WIN64.
9903
9904 2002-01-28  Mattia Barbon  <mbarbon@users.sourceforge.net>
9905
9906         * include/winuser.h (GWLP_*,DWLP_*): Add missing constants.
9907         (GetWindowLongPtr[AW], SetWindowLongPtr[AW]): Map them to
9908         {Get Set}WindowLong[AW], as in Win32 they are equivalent.
9909         (GetWindowLongPtr, SetWindowLongPtr): Add Unicode mappings.
9910
9911 2002-01-28  Danny Smith  <dannysmith@users.sourceforge.net>
9912
9913         * lib/test.c: Include wsnetbs.h.
9914
9915 2002-01-28  Kai Henningsen  <kai-henningsen@users.sourceforge.net>
9916
9917         * include/wsnetbs.h: New file.
9918
9919 2002-01-25  Earnie Boyd  <earnie@users.sf.net>
9920
9921         * include/winnt.h: Remove merge conflict.
9922
9923 2002-01-25  Danny Smith  <dannysmith@users.sourceforge.net>
9924
9925         * include/winnt.h (_TCHAR): Add typedefs.
9926
9927 2002-01-25  Tim Hughes  <tjh@delcam.com>
9928
9929         * include/wininet.h (SECURITY_FLAG_IGNORE_*): Add missing
9930         defines.
9931
9932 2002-01-25  Andriy Palamarchuk  <apa3a@yahoo.com>
9933
9934         * include/winsuser.h (ATF_AVAILABLE, SERKF_ACTIVE):
9935         Add defines.
9936         (LPACCESSTIMEOUT): Add typedef.
9937
9938 2002-01-24  Phillip Susi  <psusi@cfl.rr.com>
9939
9940         * include/commctrl.h: Add missing HDM_*,HDN_*,LVSICF_* defines.
9941
9942 2002-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
9943
9944         * include/commctrl.h (HDITEM[AW]): Rename _HD_ITEM[AW] to
9945         _HDITEM[AW], with parallel changes to typedefs. Use defines for
9946         backward compatability with old names. Update UNICODE mappings.
9947         (HDLAYOUT): Remove struct _HD_LAYOUT_XP.  Use new typedefs
9948         for struct _HD_LAYOUT and add defines for backward
9949         compatability with old names.
9950         (NMLISTVIEW): Rename _NM_LISTVIEW to tagNMLISTVIEW, with
9951         parallel chages to typedefs. Add defines for backward
9952         compatability with old names.
9953         (TCHITTESTINFO, IMAGELISTDRAWPARAMS): Fix _WIN32_IE guard.
9954
9955 2002-01-21  Robert Collins  <rbtcollins@hotmail.com>
9956
9957         * include/winnt.h: Add missing MEM_ defines, and convert existing to
9958         hex for readability.
9959
9960 2002-01-17  Marcus Geelnard  <marcus.geelnard@home.se>
9961
9962         * include/winsuser.h (tagKBDLLHOOKSTRUCT): Define struct
9963         and typedefs.
9964         (SPI_SETSCREENSAVERRUNNING): Add define.
9965         (LLKHF_ALTDOWN): Add define.
9966         * include/wingdi.h (PFD_GENERIC_ACCELERATED,
9967         PFD_DEPTH_DONTCARE): Add defines.
9968
9969 2002-01-17  Danny Smith  <dannysmith@users.sourceforge.net>
9970
9971         * include/objbase.h (CoGetObject): Add prototype.
9972
9973 2002-01-14  Timothy J. Wood  <tjw@omnigroup.com>
9974
9975         * include/winuser.h (ENUM_CURRENT_SETTINGS,
9976         ENUM_REGISTRY_SETTINGS): Add defines.
9977
9978 2002-01-14  Danny Smith  <dannysmith@users.sourceforge.net>
9979
9980         * include/winnt.h (FILE_ATTRIBUTE_ENCRYPTED): Correct constant.
9981         (FILE_ATTRIBUTE_DEVICE): Add define.
9982
9983 2002-01-14  Corinna Vinschen  <vinschen@redhat.com>
9984
9985         * include/winnt.h: Add INVALID_FILE_ATTRIBUTES.
9986
9987 2002-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
9988
9989         * ChangeLog: correct date in last entry.
9990
9991 2002-01-11  Timothy J. Wood  <tjw@omnigroup.com>
9992
9993         * include/winuser.h (MONITORENUMPROC): Add typedef.
9994         (EnumDisplayMonitors): Add prototype.
9995         * lib/user32.def (EnumDisplayMonitors): Add stub.
9996
9997 2002-01-11 Ralf Habacker  <Ralf.Habacker@freenet.de>
9998
9999         * include/ntsecapi.h:  Fixed missing void parameter type in some
10000         prototypes.
10001         * include/objbase.h: Ditto.
10002         * include/rapi.h: Ditto.
10003         * include/rpc.h: Ditto.
10004         * include/rpcdce.h: Ditto.
10005         * include/rpcdcep.h: Ditto.
10006         * include/rpcndr.h: Ditto.
10007         * include/rpcnsip.h: Ditto.
10008         * include/rpcproxy.h: Ditto.
10009         * include/windef.h: Ditto.
10010
10011 2002-01-07  Danny Smith  <dannysmith@users.sourceforge.net>
10012
10013         * lib/vfw32.def (LIBRARY): Change to MSVFW32.DLL.
10014
10015 2002-01-04  TAMURA Kent  <tkent@users.sourceforge.net>
10016
10017         * include/wingdi.h (BI_JPEG, BI_PNG, GGO_BEZIER,GGO_UNHINTED,
10018          LAYOUT_RTL, LAYOUT_BITMAPORIENTATIONPRESERVED): Add defines.
10019         * include/winuser.h (HWND_MESSAGE, WS_EX_COMPOSITED,
10020         WS_EX_LAYERED, WS_EX_LAYOUTRTL, WS_EX_NOACTIVATE,
10021         WS_EX_NOINHERITLAYOUT): Add defines.
10022         * include/winnt.h (PF_RDTSC_INSTRUCTION_AVAILABLE,
10023         PF_PAE_ENABLED, MEM_PHYSICAL, MEM_RESET, MEM_TOP_DOWN,
10024         MEM_WRITE_WATCH): Add defines.
10025
10026
10027 2002-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
10028
10029         * include/winbase.h (InitializeCriticalSectionAndSpinCount):
10030         Add prototype.
10031         (SetCriticalSectionSpinCount): Likewise.
10032
10033 2001-12-30  Guido Serassio  <serassio@libero.it>
10034
10035         * include/winsvc.h: Add EnumServiceStatusEx(),
10036         QueryServiceStatusEx()
10037         & RegisterServiceCtrlHandlerEx()
10038
10039 2001-12-21  Robert Collins  <rbtcollins@hotmail.com>
10040
10041         * include/wingdi.h: Add GetRandomRgn and SYSRGN.
10042
10043 2001-12-20  Christopher Faylor  <cgf@redhat.com>
10044
10045         * lib/Makefile.in: Revert inst_installdir definitions to working
10046         versions.
10047
10048 2001-12-17  Guido Serassio  <serassio@libero.it>
10049
10050         * include/winsvc.h: Add ChangeServiceConfig2() &
10051         QueryServiceConfig2() definition
10052
10053 2001-12-17  Robert Collins  <rbtcollins@hotmail.com>
10054
10055         * include/commctrl.h: New typedefs for HDLAYOUT and LPHDLAYOUT based
10056         on MSDN documentation for XP.
10057
10058 2001-12-15  Andrew Begel  <abegel@eecs.berkeley.edu>
10059
10060         * include/winbase.h (CreateHardLink): Correct typo in UNICODE
10061         mappings.
10062
10063 2001-12-11  Phillip Susi  <psusi@cfl.rr.com>
10064
10065         * include/commctrl.h (ACS_*): Add new defines.
10066         (PGS_*): Ditto.
10067         (CBES_*): Ditto.
10068         (TBSTYLE_*): Ditto.
10069         (TB_*): Ditto.
10070         (TTS_*): Ditto.
10071         (UDS_HOTTRACK): Add define.
10072         (SBT_TOOLTIPS): Ditto.
10073         (TBS_*): Add new defines.
10074         (HDS_*): Ditto.
10075         (LVS_EX_*) Ditto.
10076         (LVKF_*): Ditto.
10077         (TCM_GETEXTENDEDSTYLE): Add define.
10078         (TVS_NOHSCROLL): Ditto.
10079         (TVIF_INTEGRAL): Ditto.
10080         (DTS_SHORTDATECENTURYFORMAT): Ditto.
10081         (TCS_*): Add new defines.
10082         (CBEM_*): Add defines.
10083         (tagNMITEMACTIVATE): Add structure definition and typedefs.
10084         (tagTVITEMEX[AW]: Ditto.
10085         (tagTVINSERTSTRUCT[AW]: Add union member.
10086         * include/winbase.h (VirtualAllocEx): Add prototype.
10087         * include/winuser.h (SS_*): Add new defines.
10088
10089 2001-12-07  Earnie Boyd  <earnie@users.sf.net>
10090
10091         * Makefile.in: Increment VERSION.
10092         * include/w32api.h: Ditto.
10093
10094 2001-12-07  Earnie Boyd  <earnie@users.sf.net>
10095
10096         * Makefile.in: Increment VERSION.
10097         * include/w32api.h: Ditto.
10098
10099 2001-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
10100
10101         * include/setupi.h (SetupDiCreateDeviceInterfaceRegKey[AW],
10102         SetupDiCreateDevRegKey[AW],SetupDiDeleteDeviceInterfaceRegKey,
10103         SetupDiDeleteDevRegKey,SetupDiOpenClassRegKey,
10104         SetupDiOpenClassRegKeyEx[AW],SetupDiOpenDeviceInterfaceRegKey,
10105         SetupDiOpenDevRegKey): Correct function names.
10106
10107 2001-12-04  Earnie Boyd  <earnie@users.sf.net>
10108
10109         * include/winuser.h (IDC_STATIC): Don't define.
10110
10111 2001-12-04  Danny Smith  <dannysmith@users.sourceforge.net>
10112
10113         Cleanup merge between SourceForge and winsup CVS.
10114         * include/winbase.h (OSVERSIONINFO[AW], OSVERSIONINFOEX[AW]: Remove
10115         definitions.
10116         * include/winnt.h (VER_NT*): Remove duplicate defines.
10117         (VER_SUITE*): Group with VER_PLATFORM*, VER_NT* defines.
10118
10119 2001-12-03  Earnie Boyd  <earnie@users.sf.net>
10120
10121         * include/accctrl.h: Change \r\n to \n.
10122
10123 2001-11-30  Danny Smith  <dannysmith@users.sourceforge.net>
10124
10125         * include/ipexport.h (IP_UNIDIRECTIONAL_ADAPTER_ADDRESS):
10126         Add structure definition.
10127         * include/iptypes.h (IP_PER_ADAPTER_INFO): Ditto.
10128         * include/iphlpapi.h (AddIPAddress,CreateProxyArpEntry,
10129         DeleteIPAddress,DeleteProxyArpEntry,EnableRouter,
10130         FlushIpNetTable,GetAdapterIndex,GetPerAdapterInfo,
10131         GetUniDirectionalAdapterInfo,SendARP,SetAdapterIpAddress,
10132         UnenableRouter) Declare functions.
10133         * lib/iphlpapi.def: Add function names to import lib.
10134
10135 2001-11-24  Danny Smith  <dannysmith@users.sourceforge.net>
10136
10137         * include/winnt.h (PACCESS_MASK): Add typedef.
10138         * include/aclapi.h: New file.
10139         * include/acctrl.h: New file.
10140         * lib/advapi32.def: Add missing symbols.
10141         * lib/test.c: Add #include <aclapi.h>.
10142
10143 2001-11-23  Danny Smith  <dannysmith@users.sourceforge.net>
10144
10145         * include/winbase.h (OSVERSIONINFO[AW],VER_PLATFORM_WIN32s,
10146         VER_PLATFORM_WIN32_WINDOWS,VER_PLATFORM_WIN32_NT): Move from
10147         here ...
10148         * include/winnt.h: ... to here.
10149         * include/winbase.h (VerifyVersionInfo[AW]): Add declaration.
10150         * include/winnt.h (OSVERSIONINFOEX[AW]): Add structure definitions
10151         and typedefs.
10152         (VER_NT_WORKSTATION,VER_NT_DOMAIN_CONTROLLER,VER_NT_SERVER):
10153         Add defines.
10154
10155 2001-11-19  Pierre Muller  <muller@ics.u-strasbg.fr>
10156
10157         * w32api/include/winnt.h: prepare SSE register support.
10158         (CONTEXT_EXTENDED_REGISTERS): Add new define.
10159         (MAXIMUM_SUPPORTED_EXTENSION): New define.
10160         (struct CONTEXT): ExtendedRegisters field added.
10161
10162 2001-11-16  Danny Smith  <dannysmith@users.sourceforge.net>
10163
10164         * include/winuser.h (tagALTTABINFO, tagCOMBOBOXINFO,
10165         tagCURSORINFO, tagMENUBARINFO, tagMENUINFO, tagMONITORINFO
10166         tagSCROLLBARINFO, tagTITLEBARINFO. tagWINDOWINFO,
10167         tagLASTINPUTINFO ): Define new structures.
10168         (EndMenu, GetAltTabInfo[AW],GetComboBoxInfo,GetCursorInfo,
10169         GetLastInputInfo, GetListBoxInfo, GetMenuBarInfo,
10170         GetMonitorInfo[AW], GetScrollBarInfo, GetTitleBarInfo,
10171         GetWindowInfo, GetWindowModuleFileName[AW],GetMenuInfo
10172         SetMenuInfo): Add new prototypes.
10173         * lib/user32.def: Add import stubs for above functions.
10174
10175         * include/winuser.h (IDC_STATIC): Protect against prior
10176         definition.
10177
10178 2001-11-12  Corinna Vinschen  <corinna@vinschen.de>
10179
10180         * include/winbase.h (OSVERSIONINFOEX): Add definition.
10181         * include/winnt.h: Add VER_NT_* and VER_SUITE_* defines.
10182
10183 2001-11-10  Robert Collins  <rbtcollins@hotmail.com>
10184
10185         * include/winnt.h: Add Danny Smith's text comment about gcc compiler
10186         warnings with _AUTHORITY #defines.
10187
10188 2001-11-09  Robert Collins  <rbtcollins@hotmail.com>
10189
10190         * include/winnt.h (GetCurrentFiber): Create a prototype before the
10191         implementation.
10192         (GetFiberData): Ditto.
10193
10194 2001-11-09  Robert Collins  <rbtcollins@hotmail.com>
10195
10196         * include/winnt.h: Backout last change.
10197
10198 2001-11-08  Robert Collins  <rbtcollins@hotmail.com>
10199
10200         * include/winnt.h: Define *_SID_AUTHORITY appropriately,
10201         GetCurrentFiber: Create a prototype before the implementation.
10202         GetFiberData: Ditto.
10203
10204 2001-11-06  Danny Smith  <dannysmith@users.sourceforge.net>
10205
10206         * include/winuser.h (IDC_STATIC): Add define.
10207         Thanks to: Benoit Laniel.
10208
10209 2001-11-05  Danny Smith  <dannysmith@users.sourceforge.net>
10210
10211         * include/commdlg.h: Include <unknwn.h> rather than local
10212         definition of LPUKNOWN.
10213         * include/rpcproxy.h: Don't include if ndef CINTERFACE.
10214         Emit warning.
10215
10216 2001-11-05  Mattia Barbon  <mbarbon@dsi.unive.it>
10217
10218         * include/windef.h (DECLSPEC_NORTEURN): Add an empty version
10219         for Watcom.
10220         (DECLARE_STDCALL_P): Use it to add __stdcall decoration for
10221         functions of the form 'type * function(...)' in a way compatible
10222         with both Watcom and GCC.
10223         * include/rpcdcep.h (I_RpcAllocate): Use DECLARE_STDCALL_P.
10224         * include/rpcproxy.h (CInterfaceProxyVtbl): Do not declare
10225         zero-sized arrays for Watcom. Mark as __extension for __GNUC__.
10226         * include/windows.h: Watcom can use anonymous structs/unions.
10227         * include/winnt.h: Watcom can use 64 bit ints.
10228         (GetCurrentFiber): Add another inline definition using
10229         Watcom inline assembly syntax.
10230         (GetFiberData): Likewise.
10231         * include/winsock.h (inet_ntoa): Use DECLARE_STDCALL_P.
10232         (gethostbyname): Likewise.
10233         (gethostbyaddr}: Likewise.
10234         (getservbyport}: Likewise.
10235         (getservbyname}: Likewise.
10236         (getprotobynumber}: Likewise.
10237         (getprotobyname}: Likewise.
10238         * include/winsock2.h (inet_ntoa): Use DECLARE_STDCALL_P.
10239         (gethostbyname}: Likewise.
10240         (gethostbyaddr}: Likewise.
10241         (getservbyport}: Likewise.
10242         (getservbyname}: Likewise.
10243         (getprotobynumber}: Likewise.
10244         (getprotobyname}: Likewise.
10245         * lib/diinut.c: Correction for Watcom.
10246         * lib/kernel32.c (GetCurrentFiber): Add another definition
10247         using Watcom inline assembly syntax.
10248         (GetFiberData): Likewise.
10249         * lib/scrnsave.c (WinMain): Add break after default:
10250         clause.
10251
10252 2001-11-04  "stefan"  <stefan@lkcc.org>
10253
10254         * include/winnt.h (GetCurrentFiber): Add prototype.
10255         (GetFiberData): Likewise.
10256
10257 2001-11-04  Christopher Faylor  <cgf@redhat.com>
10258
10259         * lib/Makefile.in: Add .NOTPARALLEL target since dlltool cannot run in
10260         parallel invocations.
10261
10262 2001-11-03  Christopher Faylor  <cgf@redhat.com>
10263
10264         * lib/scrnsave.c (WinMain): Trivial change to avoid a compiler warning.
10265
10266 2001-11-01  Danny Smith  <dannysmith@users.sourceforge.net>
10267
10268         * include/basetyps.h (DECLARE_INTERFACE): Don't add
10269         __attribute__((com_interface)) for __GNUC__ >= 3.
10270
10271 2001-11-01  Danny Smith  <dannysmith@users.sourceforge.net>
10272
10273         * include/commdlg.h (PRINTPAGERANGE): Add structure
10274         definition.
10275         (PRINTDLGEX[AW]): Likewise.
10276         (PrintDlgEx[AW]): Add function declaration.
10277         * lib/comdlg32.def (PrintDlgEx[AW]): Add function stubs.
10278         * ChangeLog: Fix typo in last entry.
10279
10280 2001-11-01  TAMURA Kent  <tkent@users.sourceforge.net>
10281
10282         * include/objbase.h (CoGetClassObject): Change third parameter
10283         to COSERVERINFO*.
10284
10285 2001-10-30  Danny Smith  <dannysmith@users.sourceforge.net>
10286
10287         * include/winuser.h (MOUSEEVENTF_WHEEL): Define.
10288         Thanks to: Kim Saunders.
10289         * include/oleauto.h: Define VARIANT* flags for VariantChangeType.
10290         Thanks to: Pat Thoyts.
10291         * include/winnt.h: Change C++ style comment to C style.
10292         * include/shlobj.h: Ditto.
10293         * include/objbase.h (enum tagCOINIT): Remove comma at end of
10294         list.
10295         * include/oledlg.h (enum tagOLEUIPASTEFLAG): Ditto.
10296         * include/oleidl.h (enum tagDROPEFFECT): Mark as __extension__
10297         (enum not limited to range of int).
10298         * include/oaidl.h (struct tagVARIANT): Mark as __extension__
10299         (struct with no named members), ifndef NONAMELESSUNION.
10300
10301 2001-10-30  Danny Smith  <dannysmith@users.sourceforge.net>
10302
10303         * include/winuser.h (CREATESTRUCT): UNICODE it.
10304         (CBT_CREATEWND): Likewise.
10305
10306 2001-10-20  Corinna Vinschen  <corinna@vinschen.de>
10307
10308         * include/winnetwk.h (WNetGetResourceInformationA): Add declaration.
10309         (WNetGetResourceInformationW): Ditto.
10310         (WNetGetResourceInformation): Add define.
10311
10312 2001-10-12  Pedro A Aranda  <paaguti@hotmail.com>
10313
10314         * include/winuser.h (POINTSTOPOINT): Use explicit casts
10315         before extracting words.
10316
10317 2001-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
10318
10319         * include/winnt.h: Add PF_* defines.
10320         Thanks to: "Wizord"  <wizord@argoslabs.com>
10321
10322 2001-09-18  Danny Smith  <dannysmith@users.sourceforge.net>
10323
10324         * include/winnt.h (_[U]LARGE_INTEGER): Mark nameless structure
10325         field as _ANONYMOUS_STRUCT.
10326         * include/setupapi.h (SP_DEVINSTALL_PARAMS): Add missing typedef
10327         for UNICODE.
10328         * include/ipexport.h (icmp_echo_reply): Remove extra ';'.
10329         * lib/makefile.in: Add -pedantic switch to TEST_OPTIONS for header
10330         test.
10331
10332 2001-09-17  Mattia Barbon  <mbarbon@dsi.unive.it>
10333
10334         * include/commctrl.h: Add some ListView constants.
10335
10336 2001-09-17  Earnie Boyd  <earnie@sf.net>
10337
10338         * lib/Makefile.in (inst_includedir): Add FIXME and remove the usr/
10339         portion of the directory from the install.
10340         (inst_libdir): Ditto.
10341         * Makefile.in (VERSION): Increment.
10342         * include/w32api.h: Increment version.
10343
10344 2001-09-13  Earnie Boyd  <earnie@SF.net>
10345
10346         * lib/Makefile.in (inst_includedir): Change to always use w32api
10347         subdirectory for target == cygwin.
10348         (inst_libdir): Ditto.
10349
10350 2001-09-13  Earnie Boyd  <earnie@SF.net>
10351
10352         * lib/Makefile.in (config_prefix): New variable.
10353         (inst_includedir): Manipulate special value only if target == cygwin
10354         and build == target and prefix != config_prefix.
10355         (inst_libdir): Ditto.
10356
10357 2001-09-12  Earnie Boyd  <earnie@SF.net>
10358
10359         * Makefile.in (TARFLAGS): New variable.
10360         (TARFILEEXT): Ditto.
10361
10362 2001-09-12  Earnie Boyd  <earnie@SF.net>
10363
10364         * Makefile.in: Increment version.
10365         * include/w32api.h: Ditto.
10366         * lib/Makefile.in: Add usr/ to install directory special for cygwin.
10367
10368 2001-09-11  Danny Smith  <dannysmith@users.sourceforge.net>
10369
10370         * include/winnt.h (_[U]LARGE_INTEGER): Protect nameless struct with
10371         !defined(NONAMELESSUNION), rather than defined(_ANONYMOUS_STRUCT).
10372         (_REPARSE_DATA_BUFFER): Name union field DUMMYUNIONNAME.
10373
10374 2001-09-05  Danny Smith  <dannysmith@users.sourceforge.net>
10375
10376         * include/wininet.h (InternetAutodial): Add prototype.
10377         (InternetAutodialHangup): Ditto.
10378         (InternetDial): Ditto.
10379         (InternetGetConnectedState): Ditto.
10380         (InternetGoOnline): Ditto.
10381         (InternetHangUp): Ditto.
10382         (InternetSetDialState): Ditto.
10383         Add associated INTERNET_* auto dial flags.
10384         Guard typedefs and prototypes with #ifndef RC_INVOKED.
10385
10386 2001-09-04  Earnie Boyd  <earnie@SF.Net>
10387
10388         * lib/Makefile.in: Move the setting of variable libdir to after the
10389         setting of exec_prefix since the value of libdir is dependant on it.
10390
10391 2001-09-04  Christopher Faylor  <cgf@cygnus.com>
10392
10393         * include/winbase.h: Add missing closing parentheses to
10394         InterlockedExchangePointer declaration.
10395
10396 2001-09-01  Danny Smith  <dannysmith@users.sourceforge.net>
10397
10398         * include/shlobj.h (CFSTR_* ): Add new defines.
10399         Thanks to: "Ron" <ron@debian.org> .
10400         Unicode them.
10401
10402 2001-09-01  Christopher Faylor  <cgf@cygnus.com>
10403
10404         * include/winnt.h: Use defined(_ANONYMOUS_STRUCT) to determine if
10405         anonymous structs are available rather than just testing preprocessor
10406         variable directly.
10407
10408 2001-08-31  Corinna Vinschen  <corinna@vinschen.de>
10409
10410         * include/winnt.h: Change definition of `SYSTEM_LUID' to comply
10411         with new `LARGE_INTEGER' definition.
10412
10413 2001-08-30  Christopher Faylor  <cgf@cygnus.com>
10414
10415         * include/winsock2.h: Remove "extra token" after #endif.
10416
10417 2001-08-31  Earnie Boyd  <earnie@SF.Net>
10418
10419         * config.guess: Remove the \r from the end of line.
10420         * config.sub: Ditto.
10421
10422 2001-08-30  Danny Smith  <dannysmith@users.sourceforge.net>
10423
10424         * include/winnt.h: Allow anonymous struct in [U]LARGE_INTEGER
10425         if __cplusplus as well as if _ANONYMOUS_STRUCT.
10426
10427 2001-08-29  Earnie Boyd  <earnie@SF.Net>
10428
10429         * config.guess: Add the MSYS system.
10430         * config.sub: Ditto.
10431         * include/winsock.h: Add the __INSIDE_MSYS__ protections.
10432         * incldue/winsock2.h: Ditto.
10433
10434 2001-08-29  Eric Kohl  <ekohl@users.sourceforge.net>
10435
10436         * include/winnt.h: Allow anonymous (Xxx.LowPart) or
10437         non-anonymous (Xxx.u.LowPart) access to HighPart and
10438         LowPart of a LARGE_INTEGER or ULARGE_INTEGER.
10439
10440 2001-08-24  TAMURA Kent  <tkent@users.sourceforge.net>
10441
10442         * include/wingdi.h (HANGUL_CHARSET): Add define.
10443
10444 2001-08-21  Earnie Boyd  <earnie@SF.Net>
10445
10446         * include/setupapi.h: Formatting.
10447
10448 2001-08-21  Earnie Boyd  <earnie@SF.Net>
10449
10450         * include/shlobj.h: Remove \r from the line endings.
10451
10452 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
10453
10454         * include/setupapi.h : New file.
10455         * lib/setupapi.def:New file.
10456         * lib/test.c: Include setupapi.h.
10457
10458 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
10459         * include/winioctl.h (_DISK_PERFORMANCE): Correct typo.
10460
10461 2001-08-21  Mattia Barbon  <mbarbon@dsi.unive.it>
10462
10463         * include/richedit.h (ENLINK): Add structure definition.
10464         (EM_AUTOURLDETECT, EN_LINK, ENM_LINK): Add defines.
10465
10466 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
10467
10468         * include/shlobj.h (CMIC_*): Remove duplicate defines.
10469         (CMDSTR_*): Remove duplicates; UNICODE string constants.
10470         (GCS_*): Make UNICODE.
10471         (CSIDL_*): Add more defines.
10472         * include/winioctl.h (_MEDIA_TYPE): Add pointer typedef.
10473         (_DISK_GEOMETRY): Ditto.
10474         (_DISK_PERFORMANCE): Ditto.
10475         * include/winbase.h (HasOverlappedIoCompleted): Add macro.
10476
10477 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10478
10479         * include/winnt.h: Move CHAR, SHORT and LONG typedefs outside
10480         of block protected by #ifndef VOID.
10481         (This reverts 1998-12-01 Anders Norlander change.)
10482         * include/odbcinst.h: End file with newline.
10483         * include/raserror.h: Ditto.
10484
10485 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10486
10487         * include/winsock2.h (#include <wtypes.h): Don't.
10488         (_BLOB): Define instead, if not already done.
10489         (__BLOB_T_DEFINED: New define for guarding _BLOB.
10490         * include/wtypes.h (_BLOB): Guard against prior definition.
10491
10492 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10493
10494         * include/oaidl.h (tagVARIANT): Mark anonymous structs and unions
10495         as __extension__.
10496         (tagTYPEDESC): Ditto.
10497         (_wireBRECORD): Add structure definition.
10498         (_wireSAFEARR_BRECORD): Ditto.
10499         (_wireSAFEARR_HAVEIID): Ditto.
10500         (_wireSAFEARRAY_UNION.u): Add fields SAFEARR_BRECORD RecordStr,
10501         SAFEARR_HAVEIID HaveIidStr.
10502         (tagVariant): Add fields _VARIANT_BOOL bool,*pbool.
10503         (_wireVARIANT): Change field parray to type wirePSAFEARRAY,
10504         pparray to wirePSAFEARRAY*.
10505         (_wireVARIANT): Add field wireBRECORD brecVal.
10506         (wireVARIANT): Change typedef to struct _wireVariant*.
10507         (IRecordInfo): Add interface definition.
10508         (LPRECORDINFO): Add typedef for IRecordInfo*.
10509         (IID_IRecordInfo): Add forward decalaration.
10510
10511 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10512
10513         * include/lmcons.h: Guard CNLEN and UNCLEN against prior definition.
10514         * include/nddeapi.h: Likewise.
10515
10516 2001-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
10517
10518         * lib/test.c (Win32_Winsock): Replace with __USE_W32_SOCKETS.
10519         Add more includes of w32api headers.
10520
10521 2001-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
10522
10523         * include/winnt.h (GetCurrentFiber): Change __inline to __inline__.
10524         Swap asm code with that of GetFiberData.
10525         (GetFiberData): Ditto.
10526         * lib/kernel32.c: New file, containing library versions of
10527         GetCurrentFiber and GetFiberData.
10528         * lib/makefile.in: Add kernel32.o as static object to libkernal32.a.
10529
10530 2001-08-08  Danny Smith  <dannysmith@users.sourceforge.net>
10531
10532         * include/winuser.h (GET_WHEEL_DELTA_WPARAM): Add macro.
10533         Thanks to: Harold Hunt <Harold@compasstechnologies.com>.
10534
10535 2001-08-08  Danny Smith  <dannysmith@users.sourceforge.net>
10536
10537         * lib/oleaut32.def: Regenerate.
10538
10539 2001-08-04  Danny Smith  <dannysmith@users.sourceforge.net>
10540
10541         * include/wtypes.h (DECIMAL_SETZERO): Correct typo.
10542
10543 2001-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
10544
10545         Apply Dmitry Bely  <dbely@mail.ru> patch 437834 (with additions).
10546         * include/oleidl.h (ISupportErrorInfo, ICreateInfo): Move from here
10547         * include/oaidl.h: ... to here.
10548         * include/oaidl.h ICreateErrorInfo): Add interface definition.
10549         (IErrorInfo::GetGUID): Change arg to GUID.
10550         (LPSUPPORTERRORINFO): Add typedef.
10551         (IID_ISupportErrorInfo): Change forward decl. of type to IID.
10552
10553 2001-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
10554
10555         * include/winsock2.h (WSAGET* and WSAMAKE*): Remove duplicate
10556         defines.
10557
10558 2001-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
10559
10560         * include/commctrl.h (TreeView_SetIndent): Correct typo.
10561
10562 2001-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
10563
10564         * include/commctrl.h (TBSTYPE_FLAT): Remove define.
10565         Thanks to: Jason Craig  <jacraig@softhome.net>
10566
10567 2001-07-30  Mattia Barbon  <mbarbon@dsi.unive.it>
10568
10569         * include/commctrl.h (TBBUTTONINFO[AW]): Add struct definitions,
10570         and UNICODE mappings, if _WIN32_IE >= 0x400.
10571         (TBIF_* and TB_SETBUTTONINFO): Add defines, if _WIN32_IE >= 0x400.
10572         (CDIS_*,CDDS_*,CDRF_*) : Add defines.
10573         (tagNMCUSTOMDRAWINFO): Add struct definition and typedefs.
10574         (tagNMLVCUSTOMDRAW): Likewise.
10575         (tagNMTVCUSTOMDRAW): Likewise.
10576         (tagNMLVCACHEHINT): Likewise.
10577
10578 2001-07-06  Danny Smith  <dannysmith@users.sourceforge.net>
10579
10580         * include/basetsd.h (#include <_mingw.h>): Remove.
10581         (__int64): Define.
10582
10583 2001-06-28  Danny Smith  <dannysmith@users.sourceforge.net>
10584
10585         * include/wingdi.h (AC_SRC_OVER): Add define.
10586         (struct _BLENDFUNCTION): Add.
10587
10588 2001-06-28  Danny Smith  <dannysmith@users.sourceforge.net>
10589
10590         * include/shlobj.h:  Add BIF_* defines.
10591
10592 2001-06-27  Danny Smith  <dannysmith@users.sourceforge.net>
10593
10594         * include/winerror.h (E_PENDING): Add error code define.
10595
10596 2001-06-27  Danny Smith  <dannysmith@users.sourceforge.net>
10597
10598         * include/basetsd.h (#include <_mingw.h>): Add directive.
10599
10600 2001-06-25  Danny Smith  <dannysmith@users.sourceforge.net>
10601
10602         * include/winbase.h (InterlockedCompareExchange): Change args
10603         and return value from PVOID to LONG.
10604         (InterlockedExchange): Change first arg to LPLONG.
10605         (InterlockedCompareExchangePointer): New macro.
10606         (InterlockedExchangePointer): New macro.
10607
10608 2001-06-19  Danny Smith  <dannysmith@users.sourceforge.net>
10609
10610         * lib/kernel32.def: Add LanguageGroup and UILanguage symbols.
10611         Thanks to Kevin Chase <kevincha99@hotmail.com>.
10612
10613 2001-06-11  TAMURA Kent  <tkent@users.sourceforge.net>
10614
10615         * objidl.h (IMalloc::ReAlloc()): Correct declaration.
10616         (IMalloc::Free()): Ditto.
10617
10618 2001-06-11  Danny Smith  <dannysmith@users.sourceforge.net>
10619
10620         * include/shlobj.h (REGSTR_PATH_EXPLORER): Unicode it.
10621         (REGSTR_PATH_SPECIAL_FOLDERS): Ditto.
10622         * include/regstr.h (REGSTR_PATH_EXPLORER): Add #ifndef guard.
10623
10624 2001-06-11  Mattia Barbon  <mbarbon@dsi.unive.it>
10625
10626         * include/shlobj.h (struct _browseinfo): UNICODE it.
10627         (SHBrowseForFolder): Ditto.
10628         (SHGetPathFromIDList): Ditto.
10629
10630 2001-06-11  Earnie Boyd  <earnie@users.sourceforge.net>
10631
10632         * include/basetsd.h: RC_INVOKED protection and realignment.
10633         Thanks to: Colin Peters <colinpeters@users.sourceforge.net>
10634
10635 2001-06-06  Earnie Boyd  <earnie@users.sourceforge.net>
10636
10637         * Makefile.in (bindist): Reassign value of exec_prefix on make command
10638         line.
10639
10640 2001-05-22  Christopher Faylor  <cgf@cygnus.com>
10641
10642         * lib/mapi32.def: Add MAPISendMail.
10643
10644 2001-05-22  Earnie Boyd  <earnie@users.sourceforge.net>
10645
10646         * include/w32api.h: Update version.
10647         * Makefile.in: Ditto.
10648
10649 2001-05-17  Corinna Vinschen  <corinna@vinschen.de>
10650
10651         * include/winnt.h: Define SE_GROUP_LOGON_ID as unsigned to avoid
10652         compiler warnings.
10653
10654 2001-05-17  Corinna Vinschen  <corinna@vinschen.de>
10655
10656         * include/ntdef.h: Protect definition of OBJECT_ATTRIBUTES against
10657         previous definition in include/ntsecapi.h.
10658         * include/ntsecapi.h: Vice versa.
10659
10660 2001-05-16  Corinna Vinschen  <corinna@vinschen.de>
10661
10662         * include/winnt.h: Add defines for group attributes.
10663         Add define for SYSTEM_LUID.
10664         Add missing types `PTOKEN_DEFAULT_DACL', `PTOKEN_OWNER' and
10665         `PTOKEN_PRIMARY_GROUP'.
10666
10667 2001-04-24  Christopher Faylor  <cgf@cygnus.com>
10668
10669         * lib/Makefile.in: Install libraries in /usr/lib/w32api when building
10670         for cygwin.
10671
10672 2001-04-24  Christopher Faylor  <cgf@cygnus.com>
10673
10674         * include/winsock2.h: Protect one *more* newlib defines when compiling
10675         cygwin.
10676
10677 2001-04-23  Christopher Faylor  <cgf@cygnus.com>
10678
10679         * include/winsock2.h: Protect some more newlib defines when compiling
10680         cygwin.
10681
10682 2001-04-23  Christopher Faylor  <cgf@cygnus.com>
10683
10684         * include/winsock.h: Protect some more newlib defines when compiling
10685         cygwin.
10686
10687 2001-04-17  Egor Duda  <deo@logos-m.ru>
10688
10689         * include/windows.h: Define _ANONYMOUS_STRUCT and _ANONYMOUS_UNION
10690         as __extenstion__ when appropriate.
10691         * include/mmsystem.h: Mark anonymous structs and unions as
10692         __extension__ to prevent compiler warning when invoked with
10693         -pedantic
10694         * include/oaidl.h: Ditto.
10695         * include/objidl.h: Ditto.
10696         * include/olectl.h: Ditto.
10697         * include/prsht.h: Ditto.
10698         * include/shlobj.h: Ditto.
10699         * include/winbase.h: Ditto.
10700         * include/winnt.h: Ditto.
10701         * include/wtypes.h: Ditto.
10702
10703 2001-04-11  Danny Smith  <dannysmith@users.sourceforge.net>
10704
10705         * include/windows.h (#include <winsock.h>): Include <winsock2.h>
10706         instead if (_WIN32_WINNT >= 0x0400)&&(__W32API_MAJOR_VERSION > 0).
10707
10708 2001-04-11  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10709
10710         * include/winuser.h (WM_IME_*): Remove defines (now in imm.h).
10711
10712 2001-04-11  John Fortin  <fortinj@attglobal.net>
10713
10714         * include/windef.h (*PBOOL): Unprotect from XFree86Server.
10715         (*LPBOOL): Ditto.
10716
10717 2001-04-08  Christopher Faylor  <cgf@cygnus.com>
10718
10719         * include/winnt.h (GetCurrentFiber): Make "external __inline" or asm
10720         code will be included in every module which includes this header.
10721         (GetFiberData): Ditto.
10722
10723 2001-04-08  Earnie Boyd  <earnie@users.sourceforge.net>
10724
10725         * include/winnt.h (GetCurrentFiber): Fix typo.
10726
10727 2001-04-08  Earnie Boyd  <earnie@users.sourceforge.net>
10728
10729         * include/shellapi.h: (CommandLineToArgvW): Add WINAPI declaration.
10730         * include/winbase.h: (GetFileAttributesExW): Fix typo.
10731         * include/wingdi.h: (StartDocA): Change LPDOCINFOA to DOCINFOA*.
10732         (StartDocB): Chage LNPDOCINFOB to DOCINFOB*.
10733         Thanks To: Kent Tamura  <tkent@users.sourceforge.net>
10734
10735         * include/winnt.h: (GetFiberData): Add __inline assembler coding.
10736         (GetCurrentFiber): Ditto.
10737         Thanks to: Andy Younger  <AndyY@redlemon.com>
10738
10739         * include/windef.h: (HMONITOR_DECLARED): New definition to stop
10740         DirectX 8 from complaining.
10741         Thanks to: Sigbjørn Lund Olsen  <mosikos@online.no>
10742
10743 2001-04-08  Michael Soderstrom  <ichaelsoderstro@hotmail.com>
10744
10745         * include/commctrl.h Updated TreeView and ListView defines and macros.
10746
10747 2001-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
10748
10749         * include/winuser.h (MB_SERVICE_NOTIFICATION): Correct value for NT4
10750         and above.
10751
10752 2001-03-30  Earnie Boyd  <earnie@users.sourceforge.net>
10753         * include/winuser.h (VK_KANA): New definition.
10754         Thanks to: "Harold Hunt" <huntharo@msu.edu>
10755
10756 2001-03-29  Earnie Boyd  <earnie@users.sourceforge.net
10757
10758         * include/winuser.h (RT_CURSOR): Add protection for XFree86Server.
10759         (RT_FONT): Ditto.
10760         * include/basetsd.h (INT32): Ditto.
10761         * include/windef.h (ATOM): Ditto.
10762         (BOOL): Ditto.
10763         (BYTE): Ditto.
10764         * include/winbase.h (FreeResource): Ditto.
10765         Thanks to: "Harold Hunt" <huntharo@msu.edu>
10766
10767 2001-03-20  Danny Smith  <dannysmith@users.sourceforge.net>
10768
10769         * include/winsock.h (_SYS_TYPES_H macro guard for int types): Remove;
10770         use only _BSDTYPES_DEFINED macro now defined in newlib sys/types.h.
10771         (SYS_TYPES_H macro guard for fd_set): Replace with_SYS_TYPES_FD_SET
10772         macro now defined in newlib sys/types.h.  Emit warning if defined.
10773         * include/winsock2.h: Ditto.
10774         * include/windows.h (Win32_Winsock): Replace with new macros
10775         __USE_W32_SOCKETS and warn of deprecation.
10776
10777 2001-03-13  Earnie Boyd  <earnie@users.sourceforge.net
10778
10779         * include/wingdi.h: (DOCINFO) Ansi version defined incorrectly.
10780         Thanks to: Mattia Barbon <mbarbon@dsi.unive.it>
10781
10782 2001-03-12  Earnie Boyd  <earnie@users.sourceforge.net
10783
10784         * include/commctrl.h (TBSTYLE_FLAT): New definition.
10785         (TB_GETBUTTONSIZE): Ditto.
10786         (TCS_HOTTRACK): Ditto.
10787         Thanks to: Chris Hansen <popeofpop@softhome.net>
10788
10789 2001-03-01  Earnie Boyd  <earnie@users.sourceforge.net
10790
10791         * Makefile.in: (snapshot): Add target.
10792         * lib/Makefile.in: (install-headers): Use installdir variable.
10793         (installdir): Set value based on target-alias.
10794
10795 2001-02-21  Earnie Boyd  <earnie@users.sourceforge.net
10796
10797         * include/w32api.h: (_W32API_VERSION): Remove.
10798         (__W32API_VERSION): Add.
10799         (__W32API_MAJOR_VERSION): Ditto.
10800         (__W32API_MINOR_VERSION): Ditto.
10801
10802 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
10803
10804         * include/wingdi.h (struct _DOCINFO[AW]): UNICODE it.
10805         (StartDoc[AW]): Use UNICODE'd LPDOCINFO[AW]
10806         * include/winuser.h (struct tagMOUSEKEYS): Define new structure.
10807         * include/winerror.h (NTE_*): Add CryptoAPI error codes.
10808
10809 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
10810
10811         * include/mswsock.h: New file.
10812         * include/ws2tcpip.h: New file.
10813         * include/winsock.h (IPPROTO_IGMP): New define.
10814         (IPPROTO_GGP): Correct value.
10815         (SO_* macros): Remove mswsock defines.
10816         (TCP_BSDURGENT): Likewise.
10817         (IP_* macros): Add comment warning of WinSock2 incompatibility
10818         (WSARecvEx): Remove mswsock prototype.
10819         (TransmitFile): Likewise.
10820         (AcceptEx): Likewise.
10821         (GetAcceptExSockaddrs): Likewise.
10822         (struct _TRANSMIT_FILE_BUFFERS): Remove mswsock definition.
10823         (#include <mswsock.h>): Add directive and explanatory comment
10824         * include/winsock2.h (header guard): add guard for  _WINSOCK_H
10825         (_WINSOCK_H): Define to prevent later inclusion of winsock.h
10826         (#include <winsock.h>): Replace directive with winsock.h file content
10827         The following changes apply to the merged file:
10828         (FD_SET): Keep winsock2.h definition, delete winsock.h definition
10829         (SOMAXCONN): Likewise
10830         (#include <nspapi.h>): Move - don't include until LPSOCKADDR defined
10831         (IP_* macros): Delete WinSock1 definitions (WinSock2 definitions now
10832         in ws2tcpip.h)
10833         (struct ip_mreq): Delete (now defined in ws2tcpip.h for WinSock2)
10834         (FD_*_BIT and FD_* defines): Place together and extend to
10835         FD_MAX_EVENTS 10
10836         (AF* defines): Extend to AF_MAX 10
10837         (WSAIsBlocking): #if 0 out prototype (N/A in WinSock2)
10838         (WSAUnhookBlockingHook): Likewise.
10839         (WSASetBlockingHook): Likewise.
10840         (WSACancelBlockingCall): Likewise.
10841         (WSAEINPROGRESS): Comment as not raised in WinSock2.
10842         (#include <mswsock.h>): Delete directive inherited from winsock.h
10843         (WSA_QOS* defines): Add QualityOfService error codes.
10844         (SIO_* defines): Add new macros
10845         * include/ipexport.h (IP_STATUS flags): Add definitions.
10846         (IP_FLAG_DF): Likewise.
10847         (IP_OPT_* ): Likewise.
10848         (struct ip_option_information): Likewise.
10849         (struct icmp_echo_reply): Likewise.
10850
10851 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
10852
10853         * include/commctrl.h: Revert TEXT change.
10854         * include/lmalert.h: Ditto.
10855         * include/lmcons.h: Ditto.
10856         * include/lmsname.h: Ditto.
10857         * include/lmsvc.h: Ditto.
10858         * include/ntsecapi.h: Ditto.
10859         * include/oledlg.h: Ditto.
10860         * include/ras.h: Ditto.
10861         * include/regstr.h: Ditto.
10862         * include/richedit.h: Ditto.
10863         * include/wininet.h: Ditto.
10864         * include/winnt.h: Ditto.
10865
10866 2001-02-15  Earnie Boyd  <earnie@users.sourceforge.net>
10867
10868         * include/commctrl.h: Use _TEXT() instead of TEXT() throughout.
10869         * include/lmalert.h: Ditto.
10870         * include/lmcons.h: Ditto.
10871         * include/lmsname.h: Ditto.
10872         * include/lmsvc.h: Ditto.
10873         * include/ntsecapi.h: Ditto.
10874         * include/oledlg.h: Ditto.
10875         * include/ras.h: Ditto.
10876         * include/regstr.h: Ditto.
10877         * include/richedit.h: Ditto.
10878         * include/wininet.h: Ditto.
10879         * include/w32api.h: New File.
10880
10881 2001-02-13  Corinna Vinschen  <corinna@vinschen.de>
10882
10883         * include/shlobj.h: Add missing SLR_* flags.
10884
10885 2001-02-12:  Earnie Boyd  <earnie@users.sourceforge.net>
10886
10887         * lib/Makefile.in: (host_alias): Add variable.
10888         (host_build): Ditto:
10889         (xinstall): Removed
10890         (xinstall-libraries): Ditto.
10891         (xinstall-headers): Ditto.
10892         (xuninstall): Ditto.
10893         (xuninstall-libraries): Ditto.
10894         (xuninstall-headers): Ditto.
10895         * Makefile.in: (host_alias): Add variable.
10896         (build_alias): Ditto.
10897
10898 2001-02-02  Earnie Boyd  <earnie@users.sourceforge.net>
10899
10900         * include/winnt.h: (__TEXT): Add private macro.
10901         (_TEXT): Modify definition to use __TEXT.
10902         (_T): Ditto.
10903         This change allows the passing of a MACRO as an argument and have that
10904         MACRO resolved first.
10905         Thanks to: Eric PAIRE <eric.paire@ri.silicomp.com>
10906
10907 2001-01-31  Earnie Boyd  <earnie@users.sourceforge.net>
10908
10909         * Makefile.in: Increment VERSION to 0.5
10910         * include/winnt.h: Change TEXT to _TEXT throughout.
10911         (SID_RELEASE): Define.
10912         Thanks to: Eric PAIRE <eric.paire@ri.silicomp.com>
10913
10914 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10915
10916         * Apply Phil Krylov patches.
10917         2001-01-19  Phil Krylov  <phil@mail.ru>
10918         * include/commctrl.h: (HDI_IMAGE) New definition.
10919         (HDI_DI_SETITEM) Ditto.
10920         (HDI_ORDER) Ditto.
10921         (HDI_FILTER) Ditto.
10922         (HDF_BITMAP_ON_RIGHT) Ditto.
10923         (HDF_IMAGE) Ditto.
10924         (HDM_SETORDERARRAY) Ditto.
10925         (Header_SetOrderArray) Ditto.
10926         (ICC_BAR_CLASSES) Ditto.
10927         (struct _HD_ITEMA) Change definition.
10928         (struct _HD_ITEMW) Ditto.
10929         (struct tagINITCOMMONCONTROLSEX) Enclose in _WIN32_IE braces.
10930         (InitCommonControlsEx()) Ditto.
10931         2001-01-23  Phil Krylov  <phil@mail.ru>
10932         * include/richedit.h: Many Richedit 2.0 definitions.
10933
10934 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10935
10936         * include/winuser.h: (IDC_HAND)  New resource identifier.
10937         Thanks to: Mark Jordon <mark_jordan@ieee.org>
10938
10939 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10940
10941         * include/iptypes.h: Include <sys/types.h> for time_t declaration.
10942         Fix typo's.
10943
10944 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10945
10946         * include/objidl.h: (GetClassID): Argument needs to be a pointer.
10947         (GetUnmarshalClass): CLSID argument needs to be a pointer.
10948         Thanks To: <bge@users.sourceforge.net>
10949
10950 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10951
10952         * Apply Danny Smith patch 102386
10953         2000-11-15  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10954         * lib/rasapi32.def: add symbols available in NT4 and W2k
10955
10956 2001-01-28  Earnie Boyd  <earnie@users.sourceforge.net>
10957
10958         * Apply Danny Smith patch 102382
10959         2000-11-15  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10960         * lib/mswsock.def: remove leading underscores from symbol names
10961
10962 2001-01-28  Earnie Boyd  <earnie@users.sourceforge.net>
10963
10964         * Apply Danny Smith patch 102446
10965         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10966         * include/sql.h (ODBCVER): change default to 0x0351.
10967         (SQLSetScrollOptions): non-core function, move prototype to sqlext.h.
10968         (SQLColAttributes): likewise.
10969         (SQLBindParam): add prototype for ODBC 3.x function.
10970         (SQLCloseCursor): likewise.
10971         (SQLColAttribute): likewise.
10972         (SQLCopyDesc):likewise.
10973         (SQLEndTran): likewise.
10974         (SQLFetchScroll): likewise.
10975         (SQLGetConnectAttr): likewise.
10976         (SQLGetDescField): likewise.
10977         (SQLGetDescRec): likewise.
10978         (SQLGetDiagField): likewise.
10979         (SQLGetDiagRec): likewise.
10980         (SQLGetEnvAttr): likewise.
10981         (SQLGetStmtAttr): likewise.
10982         (SQLSetConnectAttr): likewise.
10983         (SQLSetDescField):likewise.
10984         (SQLSetDescRec): likewise.
10985         (SQLSetEnvAttr): likewise.
10986         (SQLSetStmtAttr): likewise.
10987         (SQLINTENGER and SQLUINTEGER): replace with SQLLEN and SQLULEN for
10988         _WIN64 compatability;
10989         (SQL_ACCESS_MODE): Move define to sqlext.h (used in non-core functions).
10990         (SQL_ACTIVE_CONNECTIONS): likewise.
10991         (SQL_ACTIVE_STATEMENTS): likewise.
10992         (SQL_ALL_EXCEPT_LIKE): likewise.
10993         (SQL_API_ALL_FUNCTIONS): likewise.
10994         (SQL_API_LOADBYORDINAL): likewise.
10995         (SQL_API_SQLBINDPARAMETER): likewise.
10996         (SQL_API_SQLBROWSECONNECT): likewise.
10997         (SQL_API_SQLCOLATTRIBUTES): likewise.
10998         (SQL_API_SQLCOLUMNPRIVILEGES): likewise.
10999         (SQL_API_SQLDESCRIBEPARAM): likewise.
11000         (SQL_API_SQLDRIVERCONNECT): likewise.
11001         (SQL_API_SQLDRIVERS): likewise.
11002         (SQL_API_SQLEXTENDEDFETCH): likewise.
11003         (SQL_API_SQLFOREIGNKEYS): likewise.
11004         (SQL_API_SQLMORERESULTS): likewise.
11005         (SQL_API_SQLNATIVESQL): likewise.
11006         (SQL_API_SQLNUMPARAMS): likewise.
11007         (SQL_API_SQLPARAMOPTIONS): likewise.
11008         (SQL_API_SQLPRIMARYKEYS): likewise.
11009         (SQL_API_SQLPROCEDURECOLUMNS): likewise.
11010         (SQL_API_SQLPROCEDURES): likewise.
11011         (SQL_API_SQLSETPOS): likewise.
11012         (SQL_API_SQLSETSCROLLOPTIONS): likewise.
11013         (SQL_API_SQLTABLEPRIVILEGES): likewise.
11014         (SQL_ASYNC_ENABLE): likewise.
11015         (SQL_ASYNC_ENABLE_DEFAULT): likewise.
11016         (SQL_ASYNC_ENABLE_OFF): likewise.
11017         (SQL_ASYNC_ENABLE_ON): likewise.
11018         (SQL_ATTR_READONLY): likewise.
11019         (SQL_ATTR_READWRITE_UNKNOWN): likewise.
11020         (SQL_ATTR_WRITE): likewise.
11021         (SQL_AUTOCOMMIT): likewise.
11022         (SQL_AUTOCOMMIT_DEFAULT): likewise.
11023         (SQL_AUTOCOMMIT_OFF): likewise.
11024         (SQL_AUTOCOMMIT_ON): likewise.
11025         (SQL_BEST_ROWID): likewise.
11026         (SQL_BIGINT): likewise.
11027         (SQL_BINARY): likewise.
11028         (SQL_BIND_BY_COLUMN): likewise.
11029         (SQL_BIND_TYPE): likewise.
11030         (SQL_BIND_TYPE_DEFAULT): likewise.
11031         (SQL_BIT): likewise.
11032         (SQL_BOOKMARK_PERSISTENCE): likewise.
11033         (SQL_BP_CLOSE): likewise.
11034         (SQL_BP_DELETE): likewise.
11035         (SQL_BP_DROP): likewise.
11036         (SQL_BP_OTHER_HSTMT): likewise.
11037         (SQL_BP_SCROLL): likewise.
11038         (SQL_BP_TRANSACTION): likewise.
11039         (SQL_BP_UPDATE): likewise.
11040         (SQL_C_BINARY): likewise.
11041         (SQL_C_BIT): likewise.
11042         (SQL_C_BOOKMARK): likewise.
11043         (SQL_C_CHAR): likewise.
11044         (SQL_C_DATE): likewise.
11045         (SQL_C_DEFAULT): likewise.
11046         (SQL_C_DOUBLE): likewise.
11047         (SQL_C_FLOAT): likewise.
11048         (SQL_C_LONG): likewise.
11049         (SQL_C_SHORT): likewise.
11050         (SQL_C_SLONG): likewise.
11051         (SQL_C_SSHORT): likewise.
11052         (SQL_C_STINYINT): likewise.
11053         (SQL_C_TIME): likewise.
11054         (SQL_C_TIMESTAMP): likewise.
11055         (SQL_C_TINYINT): likewise.
11056         (SQL_C_ULONG): likewise.
11057         (SQL_C_USHORT): likewise.
11058         (SQL_C_UTINYINT): likewise.
11059         (SQL_CB_NON_NULL): likewise.
11060         (SQL_CB_NULL): likewise.
11061         (SQL_CC_CLOSE): likewise.
11062         (SQL_CC_DELETE): likewise.
11063         (SQL_CC_PRESERVE): likewise.
11064         (SQL_CN_ANY): likewise.
11065         (SQL_CN_DIFFERENT): likewise.
11066         (SQL_CN_NONE): likewise.
11067         (SQL_COLATT_OPT_MAX): likewise.
11068         (SQL_COLATT_OPT_MIN): likewise.
11069         (SQL_COLUMN_ALIAS): likewise.
11070         (SQL_COLUMN_AUTO_INCREMENT): likewise.
11071         (SQL_COLUMN_CASE_SENSITIVE): likewise.
11072         (SQL_COLUMN_COUNT): likewise.
11073         (SQL_COLUMN_DISPLAY_SIZE): likewise.
11074         (SQL_COLUMN_DRIVER_START): likewise.
11075         (SQL_COLUMN_LABEL): likewise.
11076         (SQL_COLUMN_LENGTH): likewise.
11077         (SQL_COLUMN_MONEY): likewise.
11078         (SQL_COLUMN_NAME): likewise.
11079         (SQL_COLUMN_NULLABLE): likewise.
11080         (SQL_COLUMN_OWNER_NAME): likewise.
11081         (SQL_COLUMN_PRECISION): likewise.
11082         (SQL_COLUMN_QUALIFIER_NAME): likewise.
11083         (SQL_COLUMN_SCALE): likewise.
11084         (SQL_COLUMN_SEARCHABLE): likewise.
11085         (SQL_COLUMN_TABLE_NAME): likewise.
11086         (SQL_COLUMN_TYPE): likewise.
11087         (SQL_COLUMN_TYPE_NAME): likewise.
11088         (SQL_COLUMN_UNSIGNED): likewise.
11089         (SQL_COLUMN_UPDATABLE): likewise.
11090         (SQL_CONCAT_NULL_BEHAVIOR): likewise.
11091         (SQL_CONCUR_DEFAULT): likewise.
11092         (SQL_CONCUR_LOCK): likewise.
11093         (SQL_CONCUR_READ_ONLY): likewise.
11094         (SQL_CONCUR_ROWVER): likewise.
11095         (SQL_CONCUR_TIMESTAMP): likewise.
11096         (SQL_CONCUR_VALUES): likewise.
11097         (SQL_CONCURRENCY): likewise.
11098         (SQL_CONN_OPT_MAX): likewise.
11099         (SQL_CONN_OPT_MIN): likewise.
11100         (SQL_CONNECT_OPT_DRVR_START): likewise.
11101         (SQL_CONVERT_BIGINT): likewise.
11102         (SQL_CONVERT_BINARY): likewise.
11103         (SQL_CONVERT_BIT): likewise.
11104         (SQL_CONVERT_CHAR): likewise.
11105         (SQL_CONVERT_DATE): likewise.
11106         (SQL_CONVERT_DECIMAL): likewise.
11107         (SQL_CONVERT_DOUBLE): likewise.
11108         (SQL_CONVERT_FLOAT): likewise.
11109         (SQL_CONVERT_FUNCTIONS): likewise.
11110         (SQL_CONVERT_INTEGER): likewise.
11111         (SQL_CONVERT_LONGVARBINARY): likewise.
11112         (SQL_CONVERT_LONGVARCHAR): likewise.
11113         (SQL_CONVERT_NUMERIC): likewise.
11114         (SQL_CONVERT_REAL): likewise.
11115         (SQL_CONVERT_SMALLINT): likewise.
11116         (SQL_CONVERT_TIME): likewise.
11117         (SQL_CONVERT_TIMESTAMP): likewise.
11118         (SQL_CONVERT_TINYINT): likewise.
11119         (SQL_CONVERT_VARBINARY): likewise.
11120         (SQL_CONVERT_VARCHAR): likewise.
11121         (SQL_CORRELATION_NAME): likewise.
11122         (SQL_CR_CLOSE): likewise.
11123         (SQL_CR_DELETE): likewise.
11124         (SQL_CR_PRESERVE): likewise.
11125         (SQL_CUR_DEFAULT): likewise.
11126         (SQL_CUR_USE_DRIVER): likewise.
11127         (SQL_CUR_USE_IF_NEEDED): likewise.
11128         (SQL_CUR_USE_ODBC): likewise.
11129         (SQL_CURRENT_QUALIFIER): likewise.
11130         (SQL_CURSOR_DYNAMIC): likewise.
11131         (SQL_CURSOR_FORWARD_ONLY): likewise.
11132         (SQL_CURSOR_KEYSET_DRIVEN): likewise.
11133         (SQL_CURSOR_ROLLBACK_BEHAVIOR): likewise.
11134         (SQL_CURSOR_STATIC): likewise.
11135         (SQL_CURSOR_TYPE): likewise.
11136         (SQL_CURSOR_TYPE_DEFAULT): likewise.
11137         (SQL_CVT_BIGINT): likewise.
11138         (SQL_CVT_BINARY): likewise.
11139         (SQL_CVT_BIT): likewise.
11140         (SQL_CVT_CHAR): likewise.
11141         (SQL_CVT_DATE): likewise.
11142         (SQL_CVT_DECIMAL): likewise.
11143         (SQL_CVT_DOUBLE): likewise.
11144         (SQL_CVT_FLOAT): likewise.
11145         (SQL_CVT_INTEGER): likewise.
11146         (SQL_CVT_LONGVARBINARY): likewise.
11147         (SQL_CVT_LONGVARCHAR): likewise.
11148         (SQL_CVT_NUMERIC): likewise.
11149         (SQL_CVT_REAL): likewise.
11150         (SQL_CVT_SMALLINT): likewise.
11151         (SQL_CVT_TIME): likewise.
11152         (SQL_CVT_TIMESTAMP): likewise.
11153         (SQL_CVT_TINYINT): likewise.
11154         (SQL_CVT_VARBINARY): likewise.
11155         (SQL_CVT_VARCHAR): likewise.
11156         (SQL_DATABASE_NAME): likewise.
11157         (SQL_DATE): likewise.
11158         (SQL_DRIVER_HDBC): likewise.
11159         (SQL_DRIVER_HENV): likewise.
11160         (SQL_DRIVER_HLIB): likewise.
11161         (SQL_DRIVER_HSTMT): likewise.
11162         (SQL_DRIVER_NAME): likewise.
11163         (SQL_DRIVER_ODBC_VER): likewise.
11164         (SQL_DRIVER_VER): likewise.
11165         (SQL_ENSURE): likewise.
11166         (SQL_EXPRESSIONS_IN_ORDERBY): likewise.
11167         (SQL_EXT_API_LAST): likewise.
11168         (SQL_EXT_API_START): likewise.
11169         (SQL_FD_FETCH_BOOKMARK): likewise.
11170         (SQL_FD_FETCH_PREV): likewise.
11171         (SQL_FD_FETCH_RESUME): likewise.
11172         (SQL_FETCH_PREV): likewise.
11173         (SQL_FETCH_RESUME): likewise.
11174         (SQL_FILE_NOT_SUPPORTED): likewise.
11175         (SQL_FILE_QUALIFIER): likewise.
11176         (SQL_FILE_TABLE): likewise.
11177         (SQL_FILE_USAGE): likewise.
11178         (SQL_FN_CVT_CONVERT): likewise.
11179         (SQL_FN_NUM_ABS): likewise.
11180         (SQL_FN_NUM_ACOS): likewise.
11181         (SQL_FN_NUM_ASIN): likewise.
11182         (SQL_FN_NUM_ATAN): likewise.
11183         (SQL_FN_NUM_ATAN2): likewise.
11184         (SQL_FN_NUM_CEILING): likewise.
11185         (SQL_FN_NUM_COS): likewise.
11186         (SQL_FN_NUM_COT): likewise.
11187         (SQL_FN_NUM_DEGREES): likewise.
11188         (SQL_FN_NUM_EXP): likewise.
11189         (SQL_FN_NUM_FLOOR): likewise.
11190         (SQL_FN_NUM_LOG): likewise.
11191         (SQL_FN_NUM_LOG10): likewise.
11192         (SQL_FN_NUM_MOD): likewise.
11193         (SQL_FN_NUM_PI): likewise.
11194         (SQL_FN_NUM_POWER): likewise.
11195         (SQL_FN_NUM_RADIANS): likewise.
11196         (SQL_FN_NUM_RAND): likewise.
11197         (SQL_FN_NUM_ROUND): likewise.
11198         (SQL_FN_NUM_SIGN): likewise.
11199         (SQL_FN_NUM_SIN): likewise.
11200         (SQL_FN_NUM_SQRT): likewise.
11201         (SQL_FN_NUM_TAN): likewise.
11202         (SQL_FN_NUM_TRUNCATE): likewise.
11203         (SQL_FN_STR_ASCII): likewise.
11204         (SQL_FN_STR_CHAR): likewise.
11205         (SQL_FN_STR_CONCAT): likewise.
11206         (SQL_FN_STR_DIFFERENCE): likewise.
11207         (SQL_FN_STR_INSERT): likewise.
11208         (SQL_FN_STR_LCASE): likewise.
11209         (SQL_FN_STR_LEFT): likewise.
11210         (SQL_FN_STR_LENGTH): likewise.
11211         (SQL_FN_STR_LOCATE): likewise.
11212         (SQL_FN_STR_LOCATE_2): likewise.
11213         (SQL_FN_STR_LTRIM): likewise.
11214         (SQL_FN_STR_REPEAT): likewise.
11215         (SQL_FN_STR_REPLACE): likewise.
11216         (SQL_FN_STR_RIGHT): likewise.
11217         (SQL_FN_STR_RTRIM): likewise.
11218         (SQL_FN_STR_SOUNDEX): likewise.
11219         (SQL_FN_STR_SPACE): likewise.
11220         (SQL_FN_STR_SUBSTRING): likewise.
11221         (SQL_FN_STR_UCASE): likewise.
11222         (SQL_FN_SYS_DBNAME): likewise.
11223         (SQL_FN_SYS_IFNULL): likewise.
11224         (SQL_FN_SYS_USERNAME): likewise.
11225         (SQL_FN_TD_CURDATE): likewise.
11226         (SQL_FN_TD_CURTIME): likewise.
11227         (SQL_FN_TD_DAYNAME): likewise.
11228         (SQL_FN_TD_DAYOFMONTH): likewise.
11229         (SQL_FN_TD_DAYOFWEEK): likewise.
11230         (SQL_FN_TD_DAYOFYEAR): likewise.
11231         (SQL_FN_TD_HOUR): likewise.
11232         (SQL_FN_TD_MINUTE): likewise.
11233         (SQL_FN_TD_MONTH): likewise.
11234         (SQL_FN_TD_MONTHNAME): likewise.
11235         (SQL_FN_TD_NOW): likewise.
11236         (SQL_FN_TD_QUARTER): likewise.
11237         (SQL_FN_TD_SECOND): likewise.
11238         (SQL_FN_TD_TIMESTAMPadd): likewise.
11239         (SQL_FN_TD_TIMESTAMPDIFF): likewise.
11240         (SQL_FN_TD_WEEK): likewise.
11241         (SQL_FN_TD_YEAR): likewise.
11242         (SQL_FN_TSI_DAY): likewise.
11243         (SQL_FN_TSI_FRAC_SECOND): likewise.
11244         (SQL_FN_TSI_HOUR): likewise.
11245         (SQL_FN_TSI_MINUTE): likewise.
11246         (SQL_FN_TSI_MONTH): likewise.
11247         (SQL_FN_TSI_QUARTER): likewise.
11248         (SQL_FN_TSI_SECOND): likewise.
11249         (SQL_FN_TSI_WEEK): likewise.
11250         (SQL_FN_TSI_YEAR): likewise.
11251         (SQL_GB_GROUP_BY_CONTAINS_SELECT): likewise.
11252         (SQL_GB_GROUP_BY_EQUALS_SELECT): likewise.
11253         (SQL_GB_NO_RELATION): likewise.
11254         (SQL_GB_NOT_SUPPORTED): likewise.
11255         (SQL_GD_BLOCK): likewise.
11256         (SQL_GD_BOUND): likewise.
11257         (SQL_GET_BOOKMARK): likewise.
11258         (SQL_GROUP_BY): likewise.
11259         (SQL_INFO_DRIVER_START): likewise.
11260         (SQL_INFO_FIRST): likewise.
11261         (SQL_INFO_LAST): likewise.
11262         (SQL_INTERVAL_DAY): likewise.
11263         (SQL_INTERVAL_DAY_TO_HOUR): likewise.
11264         (SQL_INTERVAL_DAY_TO_MINUTE): likewise.
11265         (SQL_INTERVAL_DAY_TO_SECOND): likewise.
11266         (SQL_INTERVAL_HOUR): likewise.
11267         (SQL_INTERVAL_HOUR_TO_MINUTE): likewise.
11268         (SQL_INTERVAL_HOUR_TO_SECOND): likewise.
11269         (SQL_INTERVAL_MINUTE): likewise.
11270         (SQL_INTERVAL_MINUTE_TO_SECOND): likewise.
11271         (SQL_INTERVAL_MONTH): likewise.
11272         (SQL_INTERVAL_SECOND): likewise.
11273         (SQL_INTERVAL_YEAR): likewise.
11274         (SQL_INTERVAL_YEAR_TO_MONTH): likewise.
11275         (SQL_KEYSET_SIZE): likewise.
11276         (SQL_KEYSET_SIZE_DEFAULT): likewise.
11277         (SQL_KEYWORDS): likewise.
11278         (SQL_LCK_EXCLUSIVE): likewise.
11279         (SQL_LCK_NO_CHANGE): likewise.
11280         (SQL_LCK_UNLOCK): likewise.
11281         (SQL_LIKE_ESCAPE_CLAUSE): likewise.
11282         (SQL_LIKE_ONLY): likewise.
11283         (SQL_LOCK_TYPES): likewise.
11284         (SQL_LOGIN_TIMEOUT): likewise.
11285         (SQL_LOGIN_TIMEOUT_DEFAULT): likewise.
11286         (SQL_LONGVARBINARY): likewise.
11287         (SQL_LONGVARCHAR): likewise.
11288         (SQL_MAX_BINARY_LITERAL_LEN): likewise.
11289         (SQL_MAX_CHAR_LITERAL_LEN): likewise.
11290         (SQL_MAX_DSN_LENGTH): likewise.
11291         (SQL_MAX_LENGTH): likewise.
11292         (SQL_MAX_LENGTH_DEFAULT): likewise.
11293         (SQL_MAX_OPTION_STRING_LENGTH): likewise.
11294         (SQL_MAX_OWNER_NAME_LEN): likewise.
11295         (SQL_MAX_PROCEDURE_NAME_LEN): likewise.
11296         (SQL_MAX_QUALIFIER_NAME_LEN): likewise.
11297         (SQL_MAX_ROW_SIZE_INCLUDES_LONG): likewise.
11298         (SQL_MAX_ROWS): likewise.
11299         (SQL_MAX_ROWS_DEFAULT): likewise.
11300         (SQL_MODE_DEFAULT): likewise.
11301         (SQL_MODE_READ_ONLY): likewise.
11302         (SQL_MODE_READ_WRITE): likewise.
11303         (SQL_MULT_RESULT_SETS): likewise.
11304         (SQL_MULTIPLE_ACTIVE_TXN): likewise.
11305         (SQL_NC_END): likewise.
11306         (SQL_NC_START): likewise.
11307         (SQL_NEED_LONG_DATA_LEN): likewise.
11308         (SQL_NNC_NON_NULL): likewise.
11309         (SQL_NNC_NULL): likewise.
11310         (SQL_NO_TOTAL): likewise.
11311         (SQL_NON_NULLABLE_COLUMNS): likewise.
11312         (SQL_NOSCAN): likewise.
11313         (SQL_NOSCAN_DEFAULT): likewise.
11314         (SQL_NOSCAN_OFF): likewise.
11315         (SQL_NOSCAN_ON): likewise.
11316         (SQL_NUM_EXTENSIONS): likewise.
11317         (SQL_NUM_FUNCTIONS): likewise.
11318         (SQL_NUMERIC_FUNCTIONS): likewise.
11319         (SQL_OAC_LEVEL1): likewise.
11320         (SQL_OAC_LEVEL2): likewise.
11321         (SQL_OAC_NONE): likewise.
11322         (SQL_ODBC_API_CONFORMANCE): likewise.
11323         (SQL_ODBC_CURSORS): likewise.
11324         (SQL_ODBC_KEYWORDS): likewise.
11325         (SQL_ODBC_SAG_CLI_CONFORMANCE): likewise.
11326         (SQL_ODBC_SQL_CONFORMANCE): likewise.
11327         (SQL_ODBC_SQL_OPT_IEF): likewise.
11328         (SQL_ODBC_VER): likewise.
11329         (SQL_OPT_TRACE): likewise.
11330         (SQL_OPT_TRACE_DEFAULT): likewise.
11331         (SQL_OPT_TRACE_FILE_DEFAULT): likewise.
11332         (SQL_OPT_TRACE_OFF): likewise.
11333         (SQL_OPT_TRACE_ON): likewise.
11334         (SQL_OPT_TRACEFILE): likewise.
11335         (SQL_OSC_CORE): likewise.
11336         (SQL_OSC_EXTENDED): likewise.
11337         (SQL_OSC_MINIMUM): likewise.
11338         (SQL_OSCC_COMPLIANT): likewise.
11339         (SQL_OSCC_NOT_COMPLIANT): likewise.
11340         (SQL_OU_DML_STATEMENTS): likewise.
11341         (SQL_OU_INDEX_DEFINITION): likewise.
11342         (SQL_OU_PRIVILEGE_DEFINITION): likewise.
11343         (SQL_OU_PROCEDURE_INVOCATION): likewise.
11344         (SQL_OU_TABLE_DEFINITION): likewise.
11345         (SQL_OUTER_JOINS): likewise.
11346         (SQL_OWNER_TERM): likewise.
11347         (SQL_OWNER_USAGE): likewise.
11348         (SQL_PACKET_SIZE): likewise.
11349         (SQL_PC_NOT_PSEUDO): likewise.
11350         (SQL_POS_add): likewise.
11351         (SQL_POS_DELETE): likewise.
11352         (SQL_POS_OPERATIONS): likewise.
11353         (SQL_POS_POSITION): likewise.
11354         (SQL_POS_REFRESH): likewise.
11355         (SQL_POS_UPDATE): likewise.
11356         (SQL_POSITIONED_STATEMENTS): likewise.
11357         (SQL_PROCEDURE_TERM): likewise.
11358         (SQL_PROCEDURES): likewise.
11359         (SQL_PS_POSITIONED_DELETE): likewise.
11360         (SQL_PS_POSITIONED_UPDATE): likewise.
11361         (SQL_PS_SELECT_FOR_UPDATE): likewise.
11362         (SQL_QL_END): likewise.
11363         (SQL_QL_START): likewise.
11364         (SQL_QU_DML_STATEMENTS): likewise.
11365         (SQL_QU_INDEX_DEFINITION): likewise.
11366         (SQL_QU_PRIVILEGE_DEFINITION): likewise.
11367         (SQL_QU_PROCEDURE_INVOCATION): likewise.
11368         (SQL_QU_TABLE_DEFINITION): likewise.
11369         (SQL_QUALIFIER_LOCATION): likewise.
11370         (SQL_QUALIFIER_NAME_SEPARATOR): likewise.
11371         (SQL_QUALIFIER_TERM): likewise.
11372         (SQL_QUALIFIER_USAGE): likewise.
11373         (SQL_QUERY_TIMEOUT): likewise.
11374         (SQL_QUERY_TIMEOUT_DEFAULT): likewise.
11375         (SQL_QUICK): likewise.
11376         (SQL_QUIET_MODE): likewise.
11377         (SQL_QUOTED_IDENTIFIER_CASE): likewise.
11378         (SQL_RD_DEFAULT): likewise.
11379         (SQL_RD_OFF): likewise.
11380         (SQL_RD_ON): likewise.
11381         (SQL_RETRIEVE_DATA): likewise.
11382         (SQL_ROW_NUMBER): likewise.
11383         (SQL_ROW_UPDATES): likewise.
11384         (SQL_ROWSET_SIZE): likewise.
11385         (SQL_ROWSET_SIZE_DEFAULT): likewise.
11386         (SQL_ROWVER): likewise.
11387         (SQL_SC_NON_UNIQUE): likewise.
11388         (SQL_SC_TRY_UNIQUE): likewise.
11389         (SQL_SC_UNIQUE): likewise.
11390         (SQL_SCCO_OPT_TIMESTAMP): likewise.
11391         (SQL_SCROLL_DYNAMIC): likewise.
11392         (SQL_SCROLL_FORWARD_ONLY): likewise.
11393         (SQL_SCROLL_KEYSET_DRIVEN): likewise.
11394         (SQL_SCROLL_OPTIONS): likewise.
11395         (SQL_SCROLL_STATIC): likewise.
11396         (SQL_SEARCHABLE): likewise.
11397         (SQL_SIGNED_OFFSET): likewise.
11398         (SQL_SIMULATE_CURSOR): likewise.
11399         (SQL_SO_DYNAMIC): likewise.
11400         (SQL_SO_FORWARD_ONLY): likewise.
11401         (SQL_SO_KEYSET_DRIVEN): likewise.
11402         (SQL_SO_MIXED): likewise.
11403         (SQL_SO_STATIC): likewise.
11404         (SQL_SPEC_MAJOR): likewise.
11405         (SQL_SPEC_MINOR): likewise.
11406         (SQL_SPEC_STRING): likewise.
11407         (SQL_SQ_COMPARISON): likewise.
11408         (SQL_SQ_CORRELATED_SUBQUERIES): likewise.
11409         (SQL_SQ_EXISTS): likewise.
11410         (SQL_SQ_IN): likewise.
11411         (SQL_SQ_QUANTIFIED): likewise.
11412         (SQL_SQLSTATE_SIZE): likewise.
11413         (SQL_SS_addITIONS): likewise.
11414         (SQL_SS_DELETIONS): likewise.
11415         (SQL_SS_UPDATES): likewise.
11416         (SQL_STATIC_SENSITIVITY): likewise.
11417         (SQL_STMT_OPT_MAX): likewise.
11418         (SQL_STMT_OPT_MIN): likewise.
11419         (SQL_STRING_FUNCTIONS): likewise.
11420         (SQL_SUBQUERIES): likewise.
11421         (SQL_SYSTEM_FUNCTIONS): likewise.
11422         (SQL_TABLE_STAT): likewise.
11423         (SQL_TABLE_TERM): likewise.
11424         (SQL_TIME): likewise.
11425         (SQL_TIMEDATE_add_INTERVALS): likewise.
11426         (SQL_TIMEDATE_DIFF_INTERVALS): likewise.
11427         (SQL_TIMEDATE_FUNCTIONS): likewise.
11428         (SQL_TIMESTAMP): likewise.
11429         (SQL_TINYINT): likewise.
11430         (SQL_TRANSLATE_DLL): likewise.
11431         (SQL_TRANSLATE_OPTION): likewise.
11432         (SQL_TXN_ISOLATION): likewise.
11433         (SQL_TXN_VERSIONING): likewise.
11434         (SQL_TYPE_DRIVER_END): likewise.
11435         (SQL_TYPE_DRIVER_START): likewise.
11436         (SQL_TYPE_MAX): likewise.
11437         (SQL_TYPE_MIN): likewise.
11438         (SQL_TYPE_NULL): likewise.
11439         (SQL_U_UNION): likewise.
11440         (SQL_U_UNION_ALL): likewise.
11441         (SQL_UB_DEFAULT): likewise.
11442         (SQL_UB_OFF): likewise.
11443         (SQL_UB_ON): likewise.
11444         (SQL_UNICODE): likewise.
11445         (SQL_UNICODE_CHAR): likewise.
11446         (SQL_UNICODE_LONGVARCHAR): likewise.
11447         (SQL_UNICODE_VARCHAR): likewise.
11448         (SQL_UNION): likewise.
11449         (SQL_UNSEARCHABLE): likewise.
11450         (SQL_UNSIGNED_OFFSET): likewise.
11451         (SQL_USE_BOOKMARKS): likewise.
11452         (SQL_VARBINARY): likewise.
11453         (SQL_TRUE): add define for ODBC3.x.
11454         (SQL_FALSE): likewise.
11455         (SQL_AM_CONNECTION): likewise.
11456         (SQL_AM_NONE): likewise.
11457         (SQL_AM_STATEMENT): likewise.
11458         (SQL_API_SQLALLOCHANDLE): likewise.
11459         (SQL_API_SQLBINDPARAM): likewise.
11460         (SQL_API_SQLCLOSECURSOR): likewise.
11461         (SQL_API_SQLCOLATTRIBUTE): likewise.
11462         (SQL_API_SQLCOPYDESC): likewise.
11463         (SQL_API_SQLENDTRAN): likewise.
11464         (SQL_API_SQLFETCHSCROLL): likewise.
11465         (SQL_API_SQLFREEHANDLE): likewise.
11466         (SQL_API_SQLGETCONNECTATTR): likewise.
11467         (SQL_API_SQLGETDESCFIELD): likewise.
11468         (SQL_API_SQLGETDESCREC): likewise.
11469         (SQL_API_SQLGETDIAGFIELD): likewise.
11470         (SQL_API_SQLGETDIAGREC): likewise.
11471         (SQL_API_SQLGETENVATTR): likewise.
11472         (SQL_API_SQLGETSTMTATTR): likewise.
11473         (SQL_API_SQLSETCONNECTATTR): likewise.
11474         (SQL_API_SQLSETDESCFIELD): likewise.
11475         (SQL_API_SQLSETDESCREC): likewise.
11476         (SQL_API_SQLSETENVATTR): likewise.
11477         (SQL_API_SQLSETSTMTATTR): likewise.
11478         (SQL_ARD_TYPE): likewise.
11479         (SQL_AT_add_CONSTRAINT): likewise.
11480         (SQL_ATTR_APP_PARAM_DESC): likewise.
11481         (SQL_ATTR_APP_ROW_DESC): likewise.
11482         (SQL_ATTR_AUTO_IPD): likewise.
11483         (SQL_ATTR_CURSOR_SCROLLABLE): likewise.
11484         (SQL_ATTR_CURSOR_SENSITIVITY): likewise.
11485         (SQL_ATTR_IMP_PARAM_DESC): likewise.
11486         (SQL_ATTR_IMP_ROW_DESC): likewise.
11487         (SQL_ATTR_METADATA_ID): likewise.
11488         (SQL_ATTR_OUTPUT_NTS): likewise.
11489         (SQL_CATALOG_NAME): likewise.
11490         (SQL_CODE_DATE): likewise.
11491         (SQL_CODE_TIME): likewise.
11492         (SQL_CODE_TIMESTAMP): likewise.
11493         (SQL_COLLATION_SEQ): likewise.
11494         (SQL_CURSOR_SENSITIVITY): likewise.
11495         (SQL_DATE_LEN): likewise.
11496         (SQL_DATETIME): likewise.
11497         (SQL_DEFAULT): likewise.
11498         (SQL_DESC_ALLOC_AUTO): likewise.
11499         (SQL_DESC_ALLOC_TYPE): likewise.
11500         (SQL_DESC_ALLOC_USER): likewise.
11501         (SQL_DESC_COUNT): likewise.
11502         (SQL_DESC_DATA_PTR): likewise.
11503         (SQL_DESC_DATETIME_INTERVAL_CODE): likewise.
11504         (SQL_DESC_INDICATOR_PTR): likewise.
11505         (SQL_DESC_LENGTH): likewise.
11506         (SQL_DESC_NAME): likewise.
11507         (SQL_DESC_NULLABLE): likewise.
11508         (SQL_DESC_OCTET_LENGTH): likewise.
11509         (SQL_DESC_OCTET_LENGTH_PTR): likewise.
11510         (SQL_DESC_PRECISION): likewise.
11511         (SQL_DESC_SCALE): likewise.
11512         (SQL_DESC_TYPE): likewise.
11513         (SQL_DESC_UNNAMED): likewise.
11514         (SQL_DESCRIBE_PARAMETER): likewise.
11515         (SQL_DIAG_ALTER_DOMAIN): likewise.
11516         (SQL_DIAG_ALTER_TABLE): likewise.
11517         (SQL_DIAG_CALL): likewise.
11518         (SQL_DIAG_CLASS_ORIGIN): likewise.
11519         (SQL_DIAG_CONNECTION_NAME): likewise.
11520         (SQL_DIAG_CREATE_ASSERTION): likewise.
11521         (SQL_DIAG_CREATE_CHARACTER_SET): likewise.
11522         (SQL_DIAG_CREATE_COLLATION): likewise.
11523         (SQL_DIAG_CREATE_DOMAIN): likewise.
11524         (SQL_DIAG_CREATE_INDEX): likewise.
11525         (SQL_DIAG_CREATE_SCHEMA): likewise.
11526         (SQL_DIAG_CREATE_TABLE): likewise.
11527         (SQL_DIAG_CREATE_TRANSLATION): likewise.
11528         (SQL_DIAG_CREATE_VIEW): likewise.
11529         (SQL_DIAG_DELETE_WHERE): likewise.
11530         (SQL_DIAG_DROP_ASSERTION): likewise.
11531         (SQL_DIAG_DROP_CHARACTER_SET): likewise.
11532         (SQL_DIAG_DROP_COLLATION): likewise.
11533         (SQL_DIAG_DROP_DOMAIN): likewise.
11534         (SQL_DIAG_DROP_INDEX): likewise.
11535         (SQL_DIAG_DROP_SCHEMA): likewise.
11536         (SQL_DIAG_DROP_TABLE): likewise.
11537         (SQL_DIAG_DROP_TRANSLATION): likewise.
11538         (SQL_DIAG_DROP_VIEW): likewise.
11539         (SQL_DIAG_DYNAMIC_DELETE_CURSOR): likewise.
11540         (SQL_DIAG_DYNAMIC_FUNCTION): likewise.
11541         (SQL_DIAG_DYNAMIC_FUNCTION_CODE): likewise.
11542         (SQL_DIAG_DYNAMIC_UPDATE_CURSOR): likewise.
11543         (SQL_DIAG_GRANT): likewise.
11544         (SQL_DIAG_INSERT): likewise.
11545         (SQL_DIAG_MESSAGE_TEXT): likewise.
11546         (SQL_DIAG_NATIVE): likewise.
11547         (SQL_DIAG_NUMBER): likewise.
11548         (SQL_DIAG_RETURNCODE): likewise.
11549         (SQL_DIAG_REVOKE): likewise.
11550         (SQL_DIAG_ROW_COUNT): likewise.
11551         (SQL_DIAG_SELECT_CURSOR): likewise.
11552         (SQL_DIAG_SERVER_NAME): likewise.
11553         (SQL_DIAG_SQLSTATE): likewise.
11554         (SQL_DIAG_SUBCLASS_ORIGIN): likewise.
11555         (SQL_DIAG_UNKNOWN_STATEMENT): likewise.
11556         (SQL_DIAG_UPDATE_WHERE): likewise.
11557         (SQL_FALSE): likewise.
11558         (SQL_FETCH_ABSOLUTE): likewise.
11559         (SQL_FETCH_LAST): likewise.
11560         (SQL_FETCH_PRIOR): likewise.
11561         (SQL_FETCH_RELATIVE): likewise.
11562         (SQL_HANDLE_DBC): likewise.
11563         (SQL_HANDLE_DESC): likewise.
11564         (SQL_HANDLE_ENV): likewise.
11565         (SQL_HANDLE_STMT): likewise.
11566         (SQL_INSENSITIVE): likewise.
11567         (SQL_INTEGRITY): likewise.
11568         (SQL_MAX_CATALOG_NAME_LEN): likewise.
11569         (SQL_MAX_CONCURRENT_ACTIVITIES): likewise.
11570         (SQL_MAX_DRIVER_CONNECTIONS): likewise.
11571         (SQL_MAX_IDENTIFIER_LEN): likewise.
11572         (SQL_MAX_SCHEMA_NAME_LEN): likewise.
11573         (SQL_MAXIMUM_CATALOG_NAME_LENGTH): likewise.
11574         (SQL_MAXIMUM_COLUMN_NAME_LENGTH): likewise.
11575         (SQL_MAXIMUM_COLUMNS_IN_GROUP_BY): likewise.
11576         (SQL_MAXIMUM_COLUMNS_IN_INDEX): likewise.
11577         (SQL_MAXIMUM_COLUMNS_IN_ORDER_BY): likewise.
11578         (SQL_MAXIMUM_COLUMNS_IN_SELECT): likewise.
11579         (SQL_MAXIMUM_CONCURRENT_ACTIVITIES): likewise.
11580         (SQL_MAXIMUM_CURSOR_NAME_LENGTH): likewise.
11581         (SQL_MAXIMUM_DRIVER_CONNECTIONS): likewise.
11582         (SQL_MAXIMUM_IDENTIFIER_LENGTH): likewise.
11583         (SQL_MAXIMUM_INDEX_SIZE): likewise.
11584         (SQL_MAXIMUM_ROW_SIZE): likewise.
11585         (SQL_MAXIMUM_SCHEMA_NAME_LENGTH): likewise.
11586         (SQL_MAXIMUM_STATEMENT_LENGTH): likewise.
11587         (SQL_MAXIMUM_TABLES_IN_SELECT): likewise.
11588         (SQL_MAXIMUM_USER_NAME_LENGTH): likewise.
11589         (SQL_NAMED): likewise.
11590         (SQL_NONSCROLLABLE): likewise.
11591         (SQL_NTSL): likewise.
11592         (SQL_NULL_HANDLE): likewise.
11593         (SQL_NULL_HDESC): likewise.
11594         (SQL_OUTER_JOIN_CAPABILITIES): likewise.
11595         (SQL_PRED_BASIC): likewise.
11596         (SQL_PRED_CHAR): likewise.
11597         (SQL_PRED_NONE): likewise.
11598         (SQL_ROW_IDENTIFIER): likewise.
11599         (SQL_SCROLLABLE): likewise.
11600         (SQL_SENSITIVE): likewise.
11601         (SQL_SUCCEEDED(rc)): likewise.
11602         (SQL_TIME_LEN): likewise.
11603         (SQL_TIMESTAMP_LEN): likewise.
11604         (SQL_TRANSACTION_CAPABLE): likewise.
11605         (SQL_TRANSACTION_ISOLATION_OPTION): likewise.
11606         (SQL_TRANSACTION_READ_COMMITTED): likewise.
11607         (SQL_TRANSACTION_READ_UNCOMMITTED): likewise.
11608         (SQL_TRANSACTION_REPEATABLE_READ): likewise.
11609         (SQL_TRANSACTION_SERIALIZABLE): likewise.
11610         (SQL_TYPE_DATE): likewise.
11611         (SQL_TYPE_TIME): likewise.
11612         (SQL_TYPE_TIMESTAMP): likewise.
11613         (SQL_UNKNOWN_TYPE): likewise.
11614         (SQL_UNNAMED): likewise.
11615         (SQL_UNSPECIFIED): likewise.
11616         (SQL_XOPEN_CLI_YEAR): likewise.
11617         (SQLAllocConnect): add comment marking as deperecated.
11618         (SQLAllocEnv): likewise.
11619         (SQLAllocStmt): likewise.
11620         (SQLFreeConnect): likewise.
11621         (SQLFreeEnv): likewise.
11622         (SQLGetConnectOption): likewise.
11623         (SQLGetStmtOption): likewise.
11624
11625         * include/sqlext.h (#include <sqlucode.h>): add directive.
11626         (SQLSetScrollOptions): non-core function, move prototype from sql.h.
11627         (SQLColAttributes): likewise.
11628         (SQLBulkOperations): add function prototype.
11629         (SQLAllocHandleStd): likewise
11630         (TraceReturn): add Trace API prototype.
11631         (TraceVersion): likewise.
11632         (ODBCGetTryWaitValue):likewise.
11633         (ODBCSetTryWaitValue): likewise.
11634         (SQL_LOCK_RECORD): correct function macro.
11635         (SQL_REFRESH_RECORD): likewise.
11636         (SQLINTENGER and SQLUINTEGER): replace with SQLLEN and SQLULEN for
11637         _WIN64 compatability.
11638         move defines for non-core functions from sql.h to sqlext.h (refer
11639         changes for sql.h)
11640         (SQL_ACTIVE_ENVIRONMENTS): new ODBC3.x define
11641         (SQL_AD_ADD_CONSTRAINT_DEFERRABLE): likewise.
11642         (SQL_AD_ADD_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11643         (SQL_AD_ADD_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11644         (SQL_AD_ADD_CONSTRAINT_NON_DEFERRABLE): likewise.
11645         (SQL_AD_ADD_DOMAIN_CONSTRAINT): likewise.
11646         (SQL_AD_ADD_DOMAIN_DEFAULT): likewise.
11647         (SQL_AD_CONSTRAINT_NAME_DEFINITION): likewise.
11648         (SQL_AD_DROP_DOMAIN_CONSTRAINT): likewise.
11649         (SQL_AD_DROP_DOMAIN_DEFAULT): likewise.
11650         (SQL_AF_ALL): likewise.
11651         (SQL_AF_AVG): likewise.
11652         (SQL_AF_COUNT): likewise.
11653         (SQL_AF_DISTINCT): likewise.
11654         (SQL_AF_MAX): likewise.
11655         (SQL_AF_MIN): likewise.
11656         (SQL_AF_SUM): likewise.
11657         (SQL_AGGREGATE_FUNCTIONS): likewise.
11658         (SQL_ALL_CATALOGS): likewise.
11659         (SQL_ALL_SCHEMAS): likewise.
11660         (SQL_ALL_TABLE_TYPES): likewise.
11661         (SQL_ALTER_DOMAIN): likewise.
11662         (SQL_AM_CONNECTION): likewise.
11663         (SQL_AM_NONE): likewise.
11664         (SQL_AM_STATEMENT): likewise.
11665         (SQL_API_ODBC3_ALL_FUNCTIONS): likewise.
11666         (SQL_API_ODBC3_ALL_FUNCTIONS_SIZE): likewise.
11667         (SQL_API_SQLALLOCHANDLESTD): likewise.
11668         (SQL_API_SQLBULKOPERATIONS): likewise.
11669         (SQL_ASYNC_MODE): likewise.
11670         (SQL_AT_ADD_COLUMN_COLLATION): likewise.
11671         (SQL_AT_ADD_COLUMN_DEFAULT): likewise.
11672         (SQL_AT_ADD_COLUMN_SINGLE): likewise.
11673         (SQL_AT_ADD_TABLE_CONSTRAINT): likewise.
11674         (SQL_AT_CONSTRAINT_DEFERRABLE): likewise.
11675         (SQL_AT_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11676         (SQL_AT_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11677         (SQL_AT_CONSTRAINT_NAME_DEFINITION): likewise.
11678         (SQL_AT_CONSTRAINT_NON_DEFERRABLE): likewise.
11679         (SQL_AT_DROP_COLUMN_CASCADE): likewise.
11680         (SQL_AT_DROP_COLUMN_DEFAULT): likewise.
11681         (SQL_AT_DROP_COLUMN_RESTRICT): likewise.
11682         (SQL_AT_DROP_TABLE_CONSTRAINT_CASCADE): likewise.
11683         (SQL_AT_DROP_TABLE_CONSTRAINT_RESTRICT): likewise.
11684         (SQL_AT_SET_COLUMN_DEFAULT): likewise.
11685         (SQL_ATTR_ACCESS_MODE): likewise.
11686         (SQL_ATTR_ASYNC_ENABLE): likewise.
11687         (SQL_ATTR_AUTOCOMMIT): likewise.
11688         (SQL_ATTR_CONCURRENCY): likewise.
11689         (SQL_ATTR_CONNECTION_POOLING): likewise.
11690         (SQL_ATTR_CONNECTION_TIMEOUT): likewise.
11691         (SQL_ATTR_CP_MATCH): likewise.
11692         (SQL_ATTR_CURRENT_CATALOG): likewise.
11693         (SQL_ATTR_CURSOR_TYPE): likewise.
11694         (SQL_ATTR_DISCONNECT_BEHAVIOR): likewise.
11695         (SQL_ATTR_ENABLE_AUTO_IPD): likewise.
11696         (SQL_ATTR_ENLIST_IN_DTC): likewise.
11697         (SQL_ATTR_ENLIST_IN_XA): likewise.
11698         (SQL_ATTR_FETCH_BOOKMARK_PTR): likewise.
11699         (SQL_ATTR_KEYSET_SIZE): likewise.
11700         (SQL_ATTR_LOGIN_TIMEOUT): likewise.
11701         (SQL_ATTR_MAX_LENGTH): likewise.
11702         (SQL_ATTR_MAX_ROWS): likewise.
11703         (SQL_ATTR_NOSCAN): likewise.
11704         (SQL_ATTR_ODBC_CURSORS): likewise.
11705         (SQL_ATTR_ODBC_VERSION): likewise.
11706         (SQL_ATTR_PACKET_SIZE): likewise.
11707         (SQL_ATTR_PARAM_BIND_OFFSET_PTR): likewise.
11708         (SQL_ATTR_PARAM_BIND_TYPE): likewise.
11709         (SQL_ATTR_PARAM_OPERATION_PTR): likewise.
11710         (SQL_ATTR_PARAM_STATUS_PTR): likewise.
11711         (SQL_ATTR_PARAMS_PROCESSED_PTR): likewise.
11712         (SQL_ATTR_PARAMSET_SIZE): likewise.
11713         (SQL_ATTR_QUERY_TIMEOUT): likewise.
11714         (SQL_ATTR_QUIET_MODE): likewise.
11715         (SQL_ATTR_RETRIEVE_DATA): likewise.
11716         (SQL_ATTR_ROW_ARRAY_SIZE): likewise.
11717         (SQL_ATTR_ROW_BIND_OFFSET_PTR): likewise.
11718         (SQL_ATTR_ROW_BIND_TYPE): likewise.
11719         (SQL_ATTR_ROW_NUMBER): likewise.
11720         (SQL_ATTR_ROW_OPERATION_PTR): likewise.
11721         (SQL_ATTR_ROW_STATUS_PTR): likewise.
11722         (SQL_ATTR_ROWS_FETCHED_PTR): likewise.
11723         (SQL_ATTR_SIMULATE_CURSOR): likewise.
11724         (SQL_ATTR_TRACE): likewise.
11725         (SQL_ATTR_TRACEFILE): likewise.
11726         (SQL_ATTR_TRANSLATE_LIB): likewise.
11727         (SQL_ATTR_TRANSLATE_OPTION): likewise.
11728         (SQL_ATTR_TXN_ISOLATION): likewise.
11729         (SQL_ATTR_USE_BOOKMARKS): likewise.
11730         (SQL_BATCH_ROW_COUNT): likewise.
11731         (SQL_BATCH_SUPPORT): likewise.
11732         (SQL_BRC_EXPLICIT): likewise.
11733         (SQL_BRC_PROCEDURES): likewise.
11734         (SQL_BRC_ROLLED_UP): likewise.
11735         (SQL_BS_ROW_COUNT_EXPLICIT): likewise.
11736         (SQL_BS_ROW_COUNT_PROC): likewise.
11737         (SQL_BS_SELECT_EXPLICIT): likewise.
11738         (SQL_BS_SELECT_PROC): likewise.
11739         (SQL_C_INTERVAL_DAY): likewise.
11740         (SQL_C_INTERVAL_DAY_TO_HOUR): likewise.
11741         (SQL_C_INTERVAL_DAY_TO_MINUTE): likewise.
11742         (SQL_C_INTERVAL_DAY_TO_SECOND): likewise.
11743         (SQL_C_INTERVAL_HOUR): likewise.
11744         (SQL_C_INTERVAL_HOUR_TO_MINUTE): likewise.
11745         (SQL_C_INTERVAL_HOUR_TO_SECOND): likewise.
11746         (SQL_C_INTERVAL_MINUTE): likewise.
11747         (SQL_C_INTERVAL_MINUTE_TO_SECOND): likewise.
11748         (SQL_C_INTERVAL_MONTH): likewise.
11749         (SQL_C_INTERVAL_SECOND): likewise.
11750         (SQL_C_INTERVAL_YEAR): likewise.
11751         (SQL_C_INTERVAL_YEAR_TO_MONTH): likewise.
11752         (SQL_C_NUMERIC): likewise.
11753         (SQL_C_SBIGINT): likewise.
11754         (SQL_C_TYPE_DATE): likewise.
11755         (SQL_C_TYPE_TIME): likewise.
11756         (SQL_C_TYPE_TIMESTAMP): likewise.
11757         (SQL_C_UBIGINT): likewise.
11758         (SQL_C_VARBOOKMARK): likewise.
11759         (SQL_CA_CONSTRAINT_DEFERRABLE): likewise.
11760         (SQL_CA_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11761         (SQL_CA_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11762         (SQL_CA_CONSTRAINT_NON_DEFERRABLE): likewise.
11763         (SQL_CA_CREATE_ASSERTION): likewise.
11764         (SQL_CA1_ABSOLUTE): likewise.
11765         (SQL_CA1_BOOKMARK): likewise.
11766         (SQL_CA1_BULK_ADD): likewise.
11767         (SQL_CA1_BULK_DELETE_BY_BOOKMARK): likewise.
11768         (SQL_CA1_BULK_FETCH_BY_BOOKMARK): likewise.
11769         (SQL_CA1_BULK_UPDATE_BY_BOOKMARK): likewise.
11770         (SQL_CA1_LOCK_EXCLUSIVE): likewise.
11771         (SQL_CA1_LOCK_NO_CHANGE): likewise.
11772         (SQL_CA1_LOCK_UNLOCK): likewise.
11773         (SQL_CA1_NEXT): likewise.
11774         (SQL_CA1_POS_DELETE): likewise.
11775         (SQL_CA1_POS_POSITION): likewise.
11776         (SQL_CA1_POS_REFRESH): likewise.
11777         (SQL_CA1_POS_UPDATE): likewise.
11778         (SQL_CA1_POSITIONED_DELETE): likewise.
11779         (SQL_CA1_POSITIONED_UPDATE): likewise.
11780         (SQL_CA1_RELATIVE): likewise.
11781         (SQL_CA1_SELECT_FOR_UPDATE): likewise.
11782         (SQL_CA2_CRC_APPROXIMATE): likewise.
11783         (SQL_CA2_CRC_EXACT): likewise.
11784         (SQL_CA2_LOCK_CONCURRENCY): likewise.
11785         (SQL_CA2_MAX_ROWS_AFFECTS_ALL): likewise.
11786         (SQL_CA2_MAX_ROWS_CATALOG): likewise.
11787         (SQL_CA2_MAX_ROWS_DELETE): likewise.
11788         (SQL_CA2_MAX_ROWS_INSERT): likewise.
11789         (SQL_CA2_MAX_ROWS_SELECT): likewise.
11790         (SQL_CA2_MAX_ROWS_UPDATE): likewise.
11791         (SQL_CA2_OPT_ROWVER_CONCURRENCY): likewise.
11792         (SQL_CA2_OPT_VALUES_CONCURRENCY): likewise.
11793         (SQL_CA2_READ_ONLY_CONCURRENCY): likewise.
11794         (SQL_CA2_SENSITIVITY_ADDITIONS): likewise.
11795         (SQL_CA2_SENSITIVITY_DELETIONS): likewise.
11796         (SQL_CA2_SENSITIVITY_UPDATES): likewise.
11797         (SQL_CA2_SIMULATE_NON_UNIQUE): likewise.
11798         (SQL_CA2_SIMULATE_TRY_UNIQUE): likewise.
11799         (SQL_CA2_SIMULATE_UNIQUE): likewise.
11800         (SQL_CATALOG_LOCATION): likewise.
11801         (SQL_CATALOG_NAME_SEPARATOR): likewise.
11802         (SQL_CATALOG_TERM): likewise.
11803         (SQL_CATALOG_USAGE): likewise.
11804         (SQL_CCOL_CREATE_COLLATION): likewise.
11805         (SQL_CCS_COLLATE_CLAUSE): likewise.
11806         (SQL_CCS_CREATE_CHARACTER_SET): likewise.
11807         (SQL_CCS_LIMITED_COLLATION): likewise.
11808         (SQL_CDO_COLLATION): likewise.
11809         (SQL_CDO_CONSTRAINT): likewise.
11810         (SQL_CDO_CONSTRAINT_DEFERRABLE): likewise.
11811         (SQL_CDO_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11812         (SQL_CDO_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11813         (SQL_CDO_CONSTRAINT_NAME_DEFINITION): likewise.
11814         (SQL_CDO_CONSTRAINT_NON_DEFERRABLE): likewise.
11815         (SQL_CDO_CREATE_DOMAIN): likewise.
11816         (SQL_CDO_DEFAULT): likewise.
11817         (SQL_CL_END): likewise.
11818         (SQL_CL_START): likewise.
11819         (SQL_COL_PRED_BASIC): likewise.
11820         (SQL_COL_PRED_CHAR): likewise.
11821         (SQL_COLUMN_DRIVER_START): likewise.
11822         (SQL_COLUMN_IGNORE): likewise.
11823         (SQL_COLUMN_NUMBER_UNKNOWN): likewise.
11824         (SQL_CONVERT_GUID): likewise.
11825         (SQL_CONVERT_INTERVAL_DAY_TIME): likewise.
11826         (SQL_CONVERT_INTERVAL_YEAR_MONTH): likewise.
11827         (SQL_CONVERT_WCHAR): likewise.
11828         (SQL_CONVERT_WLONGVARCHAR): likewise.
11829         (SQL_CONVERT_WVARCHAR): likewise.
11830         (SQL_CP_DEFAULT): likewise.
11831         (SQL_CP_MATCH_DEFAULT): likewise.
11832         (SQL_CP_OFF): likewise.
11833         (SQL_CP_ONE_PER_DRIVER): likewise.
11834         (SQL_CP_ONE_PER_HENV): likewise.
11835         (SQL_CP_RELAXED_MATCH): likewise.
11836         (SQL_CP_STRICT_MATCH): likewise.
11837         (SQL_CREATE_ASSERTION): likewise.
11838         (SQL_CREATE_CHARACTER_SET): likewise.
11839         (SQL_CREATE_COLLATION): likewise.
11840         (SQL_CREATE_DOMAIN): likewise.
11841         (SQL_CREATE_SCHEMA): likewise.
11842         (SQL_CREATE_TABLE): likewise.
11843         (SQL_CREATE_TRANSLATION): likewise.
11844         (SQL_CREATE_VIEW): likewise.
11845         (SQL_CS_AUTHORIZATION): likewise.
11846         (SQL_CS_CREATE_SCHEMA): likewise.
11847         (SQL_CS_DEFAULT_CHARACTER_SET): likewise.
11848         (SQL_CT_COLUMN_COLLATION): likewise.
11849         (SQL_CT_COLUMN_CONSTRAINT): likewise.
11850         (SQL_CT_COLUMN_DEFAULT): likewise.
11851         (SQL_CT_COMMIT_DELETE): likewise.
11852         (SQL_CT_COMMIT_PRESERVE): likewise.
11853         (SQL_CT_CONSTRAINT_DEFERRABLE): likewise.
11854         (SQL_CT_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11855         (SQL_CT_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11856         (SQL_CT_CONSTRAINT_NAME_DEFINITION): likewise.
11857         (SQL_CT_CONSTRAINT_NON_DEFERRABLE): likewise.
11858         (SQL_CT_CREATE_TABLE): likewise.
11859         (SQL_CT_GLOBAL_TEMPORARY): likewise.
11860         (SQL_CT_LOCAL_TEMPORARY): likewise.
11861         (SQL_CT_TABLE_CONSTRAINT): likewise.
11862         (SQL_CTR_CREATE_TRANSLATION): likewise.
11863         (SQL_CU_DML_STATEMENTS): likewise.
11864         (SQL_CU_INDEX_DEFINITION): likewise.
11865         (SQL_CU_PRIVILEGE_DEFINITION): likewise.
11866         (SQL_CU_PROCEDURE_INVOCATION): likewise.
11867         (SQL_CU_TABLE_DEFINITION): likewise.
11868         (SQL_CVT_GUID): likewise.
11869         (SQL_CVT_INTERVAL_DAY_TIME): likewise.
11870         (SQL_CVT_INTERVAL_YEAR_MONTH): likewise.
11871         (SQL_CVT_WCHAR): likewise.
11872         (SQL_CVT_WLONGVARCHAR): likewise.
11873         (SQL_CVT_WVARCHAR): likewise.
11874         (SQL_DA_DROP_ASSERTION): likewise.
11875         (SQL_DATETIME_LITERALS): likewise.
11876         (SQL_DB_DEFAULT): likewise.
11877         (SQL_DB_DISCONNECT): likewise.
11878         (SQL_DB_RETURN_TO_POOL): likewise.
11879         (SQL_DC_DROP_COLLATION): likewise.
11880         (SQL_DCS_DROP_CHARACTER_SET): likewise.
11881         (SQL_DD_CASCADE): likewise.
11882         (SQL_DD_DROP_DOMAIN): likewise.
11883         (SQL_DD_RESTRICT): likewise.
11884         (SQL_DDL_INDEX): likewise.
11885         (SQL_DELETE_BY_BOOKMARK): likewise.
11886         (SQL_DESC_ARRAY_SIZE): likewise.
11887         (SQL_DESC_ARRAY_STATUS_PTR): likewise.
11888         (SQL_DESC_AUTO_UNIQUE_VALUE): likewise.
11889         (SQL_DESC_BASE_COLUMN_NAME): likewise.
11890         (SQL_DESC_BASE_TABLE_NAME): likewise.
11891         (SQL_DESC_BIND_OFFSET_PTR): likewise.
11892         (SQL_DESC_BIND_TYPE): likewise.
11893         (SQL_DESC_CASE_SENSITIVE): likewise.
11894         (SQL_DESC_CATALOG_NAME): likewise.
11895         (SQL_DESC_CONCISE_TYPE): likewise.
11896         (SQL_DESC_DATETIME_INTERVAL_PRECISION): likewise.
11897         (SQL_DESC_DISPLAY_SIZE): likewise.
11898         (SQL_DESC_FIXED_PREC_SCALE): likewise.
11899         (SQL_DESC_LABEL): likewise.
11900         (SQL_DESC_LITERAL_PREFIX): likewise.
11901         (SQL_DESC_LITERAL_SUFFIX): likewise.
11902         (SQL_DESC_LOCAL_TYPE_NAME): likewise.
11903         (SQL_DESC_MAXIMUM_SCALE): likewise.
11904         (SQL_DESC_MINIMUM_SCALE): likewise.
11905         (SQL_DESC_NUM_PREC_RADIX): likewise.
11906         (SQL_DESC_PARAMETER_TYPE): likewise.
11907         (SQL_DESC_ROWS_PROCESSED_PTR): likewise.
11908         (SQL_DESC_SCHEMA_NAME): likewise.
11909         (SQL_DESC_SEARCHABLE): likewise.
11910         (SQL_DESC_TABLE_NAME): likewise.
11911         (SQL_DESC_TYPE_NAME): likewise.
11912         (SQL_DESC_UNSIGNED): likewise.
11913         (SQL_DESC_UPDATABLE): likewise.
11914         (SQL_DI_CREATE_INDEX): likewise.
11915         (SQL_DI_DROP_INDEX): likewise.
11916         (SQL_DIAG_COLUMN_NUMBER): likewise.
11917         (SQL_DIAG_CURSOR_ROW_COUNT): likewise.
11918         (SQL_DIAG_ROW_NUMBER): likewise.
11919         (SQL_DL_SQL92_DATE): likewise.
11920         (SQL_DL_SQL92_INTERVAL_DAY): likewise.
11921         (SQL_DL_SQL92_INTERVAL_DAY_TO_HOUR): likewise.
11922         (SQL_DL_SQL92_INTERVAL_DAY_TO_MINUTE): likewise.
11923         (SQL_DL_SQL92_INTERVAL_DAY_TO_SECOND): likewise.
11924         (SQL_DL_SQL92_INTERVAL_HOUR): likewise.
11925         (SQL_DL_SQL92_INTERVAL_HOUR_TO_MINUTE): likewise.
11926         (SQL_DL_SQL92_INTERVAL_HOUR_TO_SECOND): likewise.
11927         (SQL_DL_SQL92_INTERVAL_MINUTE): likewise.
11928         (SQL_DL_SQL92_INTERVAL_MINUTE_TO_SECOND): likewise.
11929         (SQL_DL_SQL92_INTERVAL_MONTH): likewise.
11930         (SQL_DL_SQL92_INTERVAL_SECOND): likewise.
11931         (SQL_DL_SQL92_INTERVAL_YEAR): likewise.
11932         (SQL_DL_SQL92_INTERVAL_YEAR_TO_MONTH): likewise.
11933         (SQL_DL_SQL92_TIME): likewise.
11934         (SQL_DL_SQL92_TIMESTAMP): likewise.
11935         (SQL_DM_VER): likewise.
11936         (SQL_DRIVER_HDESC): likewise.
11937         (SQL_DROP_ASSERTION): likewise.
11938         (SQL_DROP_CHARACTER_SET): likewise.
11939         (SQL_DROP_COLLATION): likewise.
11940         (SQL_DROP_DOMAIN): likewise.
11941         (SQL_DROP_SCHEMA): likewise.
11942         (SQL_DROP_TABLE): likewise.
11943         (SQL_DROP_TRANSLATION): likewise.
11944         (SQL_DROP_VIEW): likewise.
11945         (SQL_DS_CASCADE): likewise.
11946         (SQL_DS_DROP_SCHEMA): likewise.
11947         (SQL_DS_RESTRICT): likewise.
11948         (SQL_DT_CASCADE): likewise.
11949         (SQL_DT_DROP_TABLE): likewise.
11950         (SQL_DT_RESTRICT): likewise.
11951         (SQL_DTC_DONE): likewise.
11952         (SQL_DTR_DROP_TRANSLATION): likewise.
11953         (SQL_DV_CASCADE): likewise.
11954         (SQL_DV_DROP_VIEW): likewise.
11955         (SQL_DV_RESTRICT): likewise.
11956         (SQL_DYNAMIC_CURSOR_ATTRIBUTES1): likewise.
11957         (SQL_DYNAMIC_CURSOR_ATTRIBUTES2): likewise.
11958         (SQL_EXT_API_LAST): likewise.
11959         (SQL_EXT_API_START): likewise.
11960         (SQL_FETCH_BY_BOOKMARK): likewise.
11961         (SQL_FETCH_FIRST_SYSTEM): likewise.
11962         (SQL_FETCH_FIRST_USER): likewise.
11963         (SQL_FN_CVT_CAST): likewise.
11964         (SQL_FN_STR_BIT_LENGTH): likewise.
11965         (SQL_FN_STR_CHAR_LENGTH): likewise.
11966         (SQL_FN_STR_CHARACTER_LENGTH): likewise.
11967         (SQL_FN_STR_OCTET_LENGTH): likewise.
11968         (SQL_FN_STR_POSITION): likewise.
11969         (SQL_FN_TD_CURRENT_DATE): likewise.
11970         (SQL_FN_TD_CURRENT_TIME): likewise.
11971         (SQL_FN_TD_CURRENT_TIMESTAMP): likewise.
11972         (SQL_FN_TD_EXTRACT): likewise.
11973         (SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES1): likewise.
11974         (SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES2): likewise.
11975         (SQL_FUNC_EXISTS(exists,api)): likewise.
11976         (SQL_GB_COLLATE): likewise.
11977         (SQL_HANDLE_SENV): likewise.
11978         (SQL_IK_ALL): likewise.
11979         (SQL_IK_ASC): likewise.
11980         (SQL_IK_DESC): likewise.
11981         (SQL_IK_NONE): likewise.
11982         (SQL_INDEX_KEYWORDS): likewise.
11983         (SQL_INFO_DRIVER_START): likewise.
11984         (SQL_INFO_LAST): likewise.
11985         (SQL_INFO_SCHEMA_VIEWS): likewise.
11986         (SQL_INITIALLY_DEFERRED): likewise.
11987         (SQL_INITIALLY_IMMEDIATE): likewise.
11988         (SQL_INSERT_STATEMENT): likewise.
11989         (SQL_INTERVAL): likewise.
11990         (SQL_IS_INSERT_LITERALS): likewise.
11991         (SQL_IS_INSERT_SEARCHED): likewise.
11992         (SQL_IS_INTEGER): likewise.
11993         (SQL_IS_POINTER): likewise.
11994         (SQL_IS_SELECT_INTO): likewise.
11995         (SQL_IS_SMALLINT): likewise.
11996         (SQL_IS_UINTEGER): likewise.
11997         (SQL_IS_USMALLINT): likewise.
11998         (SQL_ISV_ASSERTIONS): likewise.
11999         (SQL_ISV_CHARACTER_SETS): likewise.
12000         (SQL_ISV_CHECK_CONSTRAINTS): likewise.
12001         (SQL_ISV_COLLATIONS): likewise.
12002         (SQL_ISV_COLUMN_DOMAIN_USAGE): likewise.
12003         (SQL_ISV_COLUMN_PRIVILEGES): likewise.
12004         (SQL_ISV_COLUMNS): likewise.
12005         (SQL_ISV_CONSTRAINT_COLUMN_USAGE): likewise.
12006         (SQL_ISV_CONSTRAINT_TABLE_USAGE): likewise.
12007         (SQL_ISV_DOMAIN_CONSTRAINTS): likewise.
12008         (SQL_ISV_DOMAINS): likewise.
12009         (SQL_ISV_KEY_COLUMN_USAGE): likewise.
12010         (SQL_ISV_REFERENTIAL_CONSTRAINTS): likewise.
12011         (SQL_ISV_SCHEMATA): likewise.
12012         (SQL_ISV_SQL_LANGUAGES): likewise.
12013         (SQL_ISV_TABLE_CONSTRAINTS): likewise.
12014         (SQL_ISV_TABLE_PRIVILEGES): likewise.
12015         (SQL_ISV_TABLES): likewise.
12016         (SQL_ISV_TRANSLATIONS): likewise.
12017         (SQL_ISV_USAGE_PRIVILEGES): likewise.
12018         (SQL_ISV_VIEW_COLUMN_USAGE): likewise.
12019         (SQL_ISV_VIEW_TABLE_USAGE): likewise.
12020         (SQL_ISV_VIEWS): likewise.
12021         (SQL_KEYSET_CURSOR_ATTRIBUTES1): likewise.
12022         (SQL_KEYSET_CURSOR_ATTRIBUTES2): likewise.
12023         (SQL_MAX_ASYNC_CONCURRENT_STATEMENTS): likewise.
12024         (SQL_NO_COLUMN_NUMBER): likewise.
12025         (SQL_NO_ROW_NUMBER): likewise.
12026         (SQL_NOT_DEFERRABLE): likewise.
12027         (SQL_NUM_EXTENSIONS): likewise.
12028         (SQL_NUM_FUNCTIONS): likewise.
12029         (SQL_ODBC_INTERFACE_CONFORMANCE): likewise.
12030         (SQL_OIC_CORE): likewise.
12031         (SQL_OIC_LEVEL1): likewise.
12032         (SQL_OIC_LEVEL2): likewise.
12033         (SQL_OV_ODBC2): likewise.
12034         (SQL_OV_ODBC3): likewise.
12035         (SQL_PARAM_ARRAY_ROW_COUNTS): likewise.
12036         (SQL_PARAM_ARRAY_SELECTS): likewise.
12037         (SQL_PARAM_BIND_BY_COLUMN): likewise.
12038         (SQL_PARAM_BIND_TYPE_DEFAULT): likewise.
12039         (SQL_PARAM_DIAG_UNAVAILABLE): likewise.
12040         (SQL_PARAM_ERROR): likewise.
12041         (SQL_PARAM_IGNORE): likewise.
12042         (SQL_PARAM_PROCEED): likewise.
12043         (SQL_PARAM_SUCCESS): likewise.
12044         (SQL_PARAM_SUCCESS_WITH_INFO): likewise.
12045         (SQL_PARAM_UNUSED): likewise.
12046         (SQL_PARC_BATCH): likewise.
12047         (SQL_PARC_NO_BATCH): likewise.
12048         (SQL_PAS_BATCH): likewise.
12049         (SQL_PAS_NO_BATCH): likewise.
12050         (SQL_PAS_NO_SELECT): likewise.
12051         (SQL_ROW_IGNORE): likewise.
12052         (SQL_ROW_NUMBER_UNKNOWN): likewise.
12053         (SQL_ROW_PROCEED): likewise.
12054         (SQL_ROW_SUCCESS_WITH_INFO): likewise.
12055         (SQL_SC_FIPS127_2_TRANSITIONAL): likewise.
12056         (SQL_SC_SQL92_ENTRY): likewise.
12057         (SQL_SC_SQL92_FULL): likewise.
12058         (SQL_SC_SQL92_INTERMEDIATE): likewise.
12059         (SQL_SCC_ISO92_CLI): likewise.
12060         (SQL_SCC_XOPEN_CLI_VERSION1): likewise.
12061         (SQL_SCHEMA_TERM): likewise.
12062         (SQL_SCHEMA_USAGE): likewise.
12063         (SQL_SDF_CURRENT_DATE): likewise.
12064         (SQL_SDF_CURRENT_TIME): likewise.
12065         (SQL_SDF_CURRENT_TIMESTAMP): likewise.
12066         (SQL_SFKD_CASCADE): likewise.
12067         (SQL_SFKD_NO_ACTION): likewise.
12068         (SQL_SFKD_SET_DEFAULT): likewise.
12069         (SQL_SFKD_SET_NULL): likewise.
12070         (SQL_SFKU_CASCADE): likewise.
12071         (SQL_SFKU_NO_ACTION): likewise.
12072         (SQL_SFKU_SET_DEFAULT): likewise.
12073         (SQL_SFKU_SET_NULL): likewise.
12074         (SQL_SG_DELETE_TABLE): likewise.
12075         (SQL_SG_INSERT_COLUMN): likewise.
12076         (SQL_SG_INSERT_TABLE): likewise.
12077         (SQL_SG_REFERENCES_COLUMN): likewise.
12078         (SQL_SG_REFERENCES_TABLE): likewise.
12079         (SQL_SG_SELECT_TABLE): likewise.
12080         (SQL_SG_UPDATE_COLUMN): likewise.
12081         (SQL_SG_UPDATE_TABLE): likewise.
12082         (SQL_SG_USAGE_ON_CHARACTER_SET): likewise.
12083         (SQL_SG_USAGE_ON_COLLATION): likewise.
12084         (SQL_SG_USAGE_ON_DOMAIN): likewise.
12085         (SQL_SG_USAGE_ON_TRANSLATION): likewise.
12086         (SQL_SG_WITH_GRANT_OPTION): likewise.
12087         (SQL_SNVF_BIT_LENGTH): likewise.
12088         (SQL_SNVF_CHAR_LENGTH): likewise.
12089         (SQL_SNVF_CHARACTER_LENGTH): likewise.
12090         (SQL_SNVF_EXTRACT): likewise.
12091         (SQL_SNVF_OCTET_LENGTH): likewise.
12092         (SQL_SNVF_POSITION): likewise.
12093         (SQL_SP_BETWEEN): likewise.
12094         (SQL_SP_COMPARISON): likewise.
12095         (SQL_SP_EXISTS): likewise.
12096         (SQL_SP_IN): likewise.
12097         (SQL_SP_ISNOTNULL): likewise.
12098         (SQL_SP_ISNULL): likewise.
12099         (SQL_SP_LIKE): likewise.
12100         (SQL_SP_MATCH_FULL): likewise.
12101         (SQL_SP_MATCH_PARTIAL): likewise.
12102         (SQL_SP_MATCH_UNIQUE_FULL): likewise.
12103         (SQL_SP_MATCH_UNIQUE_PARTIAL): likewise.
12104         (SQL_SP_OVERLAPS): likewise.
12105         (SQL_SP_QUANTIFIED_COMPARISON): likewise.
12106         (SQL_SP_UNIQUE): likewise.
12107         (SQL_SQL_CONFORMANCE): likewise.
12108         (SQL_SQL92_DATETIME_FUNCTIONS): likewise.
12109         (SQL_SQL92_FOREIGN_KEY_DELETE_RULE): likewise.
12110         (SQL_SQL92_FOREIGN_KEY_UPDATE_RULE): likewise.
12111         (SQL_SQL92_GRANT): likewise.
12112         (SQL_SQL92_NUMERIC_VALUE_FUNCTIONS): likewise.
12113         (SQL_SQL92_PREDICATES): likewise.
12114         (SQL_SQL92_RELATIONAL_JOIN_OPERATORS): likewise.
12115         (SQL_SQL92_REVOKE): likewise.
12116         (SQL_SQL92_ROW_VALUE_CONSTRUCTOR): likewise.
12117         (SQL_SQL92_STRING_FUNCTIONS): likewise.
12118         (SQL_SQL92_VALUE_EXPRESSIONS): likewise.
12119         (SQL_SR_CASCADE): likewise.
12120         (SQL_SR_DELETE_TABLE): likewise.
12121         (SQL_SR_GRANT_OPTION_FOR): likewise.
12122         (SQL_SR_INSERT_COLUMN): likewise.
12123         (SQL_SR_INSERT_TABLE): likewise.
12124         (SQL_SR_REFERENCES_COLUMN): likewise.
12125         (SQL_SR_REFERENCES_TABLE): likewise.
12126         (SQL_SR_RESTRICT): likewise.
12127         (SQL_SR_SELECT_TABLE): likewise.
12128         (SQL_SR_UPDATE_COLUMN): likewise.
12129         (SQL_SR_UPDATE_TABLE): likewise.
12130         (SQL_SR_USAGE_ON_CHARACTER_SET): likewise.
12131         (SQL_SR_USAGE_ON_COLLATION): likewise.
12132         (SQL_SR_USAGE_ON_DOMAIN): likewise.
12133         (SQL_SR_USAGE_ON_TRANSLATION): likewise.
12134         (SQL_SRJO_CORRESPONDING_CLAUSE): likewise.
12135         (SQL_SRJO_CROSS_JOIN): likewise.
12136         (SQL_SRJO_EXCEPT_JOIN): likewise.
12137         (SQL_SRJO_FULL_OUTER_JOIN): likewise.
12138         (SQL_SRJO_INNER_JOIN): likewise.
12139         (SQL_SRJO_INTERSECT_JOIN): likewise.
12140         (SQL_SRJO_LEFT_OUTER_JOIN): likewise.
12141         (SQL_SRJO_NATURAL_JOIN): likewise.
12142         (SQL_SRJO_RIGHT_OUTER_JOIN): likewise.
12143         (SQL_SRJO_UNION_JOIN): likewise.
12144         (SQL_SRVC_DEFAULT): likewise.
12145         (SQL_SRVC_NULL): likewise.
12146         (SQL_SRVC_ROW_SUBQUERY): likewise.
12147         (SQL_SRVC_VALUE_EXPRESSION): likewise.
12148         (SQL_SSF_CONVERT): likewise.
12149         (SQL_SSF_LOWER): likewise.
12150         (SQL_SSF_SUBSTRING): likewise.
12151         (SQL_SSF_TRANSLATE): likewise.
12152         (SQL_SSF_TRIM_BOTH): likewise.
12153         (SQL_SSF_TRIM_LEADING): likewise.
12154         (SQL_SSF_TRIM_TRAILING): likewise.
12155         (SQL_SSF_UPPER): likewise.
12156         (SQL_STANDARD_CLI_CONFORMANCE): likewise.
12157         (SQL_STATIC_CURSOR_ATTRIBUTES1): likewise.
12158         (SQL_STATIC_CURSOR_ATTRIBUTES2): likewise.
12159         (SQL_SU_DML_STATEMENTS): likewise.
12160         (SQL_SU_INDEX_DEFINITION): likewise.
12161         (SQL_SU_PRIVILEGE_DEFINITION): likewise.
12162         (SQL_SU_PROCEDURE_INVOCATION): likewise.
12163         (SQL_SU_TABLE_DEFINITION): likewise.
12164         (SQL_SVE_CASE): likewise.
12165         (SQL_SVE_CAST): likewise.
12166         (SQL_SVE_COALESCE): likewise.
12167         (SQL_SVE_NULLIF): likewise.
12168         (SQL_UB_FIXED): likewise.
12169         (SQL_UB_VARIABLE): likewise.
12170         (SQL_UNION_STATEMENT): likewise.
12171         (SQL_UPDATE_BY_BOOKMARK): likewise.
12172         (SQL_US_UNION): likewise.
12173         (SQL_US_UNION_ALL): likewise.
12174         (SQL_DESC_ROWVER): likewise.
12175         (SQL_GUID): likewise.
12176         (SQL_C_GUID): likewise.
12177         (ODBC_STD): likewise.
12178         (SQLAllocHandle): likewise.
12179         (SQLAllocEnv(p)): likewise.
12180         (SQL_YEAR): likewise.
12181         (SQL_MONTH): likewise.
12182         (SQL_DAY): likewise.
12183         (SQL_HOUR): likewise.
12184         (SQL_MINUTE): likewise.
12185         (SQL_SECOND): likewise.
12186         (SQL_YEAR_TO_MONTH): likewise.
12187         (SQL_DAY_TO_HOUR): likewise.
12188         (SQL_DAY_TO_MINUTE): likewise.
12189         (SQL_DAY_TO_SECOND): likewise.
12190         (SQL_HOUR_TO_MINUTE): likewise.
12191         (SQL_HOUR_TO_SECOND): likewise.
12192         (SQL_MINUTE_TO_SECOND): likewise.
12193         (SQL_ATTR_ANSI_APP): likewise.
12194         (SQL_AA_TRUE): likewise.
12195         (SQL_AA_FALSE): likewise.
12196
12197         * include/sqltypes.h (#pragma pack(push,1), #pragma pack(pop)): remove.
12198         (struct tagSQL_YEAR_MONTH): add for ODBC3.x.
12199         (struct tagSQL_DAY_SECOND): likewise.
12200         (struct tagSQL_INTERVAL_STRUCT): likewise.
12201         (struct tagSQL_NUMERIC_STRUCT): likewise.
12202         (struct tagSQLGUID): add for 0DBC3.50.
12203         (enum SQLINTERVAL): add for ODBC3.x.
12204         (SQLWCHAR): add typedef.
12205         (SQLTCHAR): add typedef, conditional on UNICODE.
12206         (SQLLEN): add typedef for _WIN64, define for _WIN32.
12207         (SQLULEN): likewise.
12208         (SQLROWOFFSET): likewise.
12209         (SQLROWCOUNT): likewise.
12210         (SQLTRANSID): likewise.
12211         (SQLSETPOSIROW): likewise.
12212         (SQLHANDLE): add ODBC3.x typedef.
12213         (SQLHDESC): likewise.
12214         (SQLDATE): likewise.
12215         (SQLDECIMAL): likewise.
12216         (SQLDOUBLE): likewise.
12217         (SQLFLOAT): likewise.
12218         (SQLNUMERIC): likewise.
12219         (SQLREAL): likewise.
12220         (SQLTIME): likewise.
12221         (SQLTIMESTAMP): likewise.
12222         (SQLVARCHAR): likewise.
12223         (SQLBIGINT): likewise.
12224         (SQLUBIGINT): likewise.
12225         (SQL_DATE_STRUCT): likewise.
12226         (SQL_TIME_STRUCT): likewise.
12227         (SQL_TIMESTAMP_STRUCT): likewise.
12228         (ODBCINT64): add ODBC3.x define.
12229
12230         * lib/odbc32.def : regenerate.
12231
12232 2001-01-26  Earnie Boyd  <earnie@users.sourceforge.net
12233
12234         * Apply Danny Smith patch 102275
12235         2000-11-05  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12236         * include/objbase.h: (COM_RIGHTS): Add definition.
12237         (tagSTDMSHLFLAGS): add enumeration.
12238         (CoInitializeEx): Add prototypes.
12239         (CoGetStdMarshalEx): ditto.
12240         (CoCreateInstanceEx): ditto.
12241         (CoInitializeSecurity): ditto.
12242         (CoGetCallContext): ditto.
12243         (CoQueryProxyBlanket): ditto.
12244         (CoSetProxyBlanket): ditto.
12245         (CoCopyProxy): ditto.
12246         (CoQueryClientBlanket): ditto.
12247         (CoImpersonateClient): ditto.
12248         (CoRevertToSelf): ditto.
12249         (CoQueryAuthenticationServices): ditto.
12250         (CoSwitchCallContext): ditto.
12251         (CoGetInstanceFromFile): ditto.
12252         (CoGetInstanceFromIStorage): ditto.
12253         * include/objidl.h: (SOLE_AUTHENTICATION_SERVICE): Add structure.
12254         (SOLE_AUTHENTICATION_INFO): ditto.
12255         (EOLE_AUTHENTICATION_CAPABILITIES): Add enumeration.
12256         (COLE_DEFAULT_PRINCIPAL): Add definition.
12257         (COLE_DEFAULT_AUTHINFO): Ditto.
12258         * include/rpcdce.h: (RPC_C_AUTHZ_DEFAULT): Add definition.
12259         (RPC_PROTSEQ_VECTOR) Fix typo.
12260         (RpcRaiseException): add DECLSPEC_NORETURN attribute.
12261         * include/winbase.h: (FreeLibraryAndExitThread): add DECLSPEC_NORETURN
12262         attribute.
12263
12264 2001-01-26  Earnie Boyd  <earnie@users.sourceforge.net>
12265
12266         * lib/msvcp60.def: Apply Danny Smith patch 103321.
12267         2001-01-17  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>.
12268         New file.
12269
12270 2001-01-26  Christopher Faylor  <cgf@cygnus.com>
12271
12272         * include/winnt.h: Add PTOKEN_USER.
12273
12274 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
12275
12276         * include/sqlucode.h: Apply Danny Smith patch 102443
12277         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12278         New file.
12279
12280 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
12281
12282         * lib/odbccp32.def: Apply Danny Smith patch 102442
12283         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12284         New file.
12285
12286 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
12287
12288         * include/odbcinst.h: Apply Danny Smith patch 102441
12289         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12290         New file.
12291
12292 2000-12-25  Christopher Faylor  <cgf@cygnus.com>
12293
12294         * lib/Makefile.in: Don't make "links" to include/w32api directory.
12295
12296 2000-12-20  Corinna Vinschen  <corinna@vinschen.de>
12297
12298         * include/winbase.h: Add prototype for SetSecurityDescriptorControl.
12299
12300 2000-12-11  Christopher Faylor  <cgf@cygnus.com>
12301
12302         * lib/Makefile.in: Install headers and libraries in tooldir.
12303
12304 2000-12-04  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12305
12306         * include/winnls.h: NORM_IGNORE* remove duplicate defines.
12307         SORT_STRINGSORT: ditto.
12308         CMAP*: ditto.
12309         CTRY_*: add new defines.
12310         LGRPID_*: ditto.
12311         LCMAP*: change defines to hex notation.
12312         CALID: change from ULONG to DWORD.
12313         CALTYPE: ditto.
12314         _cpinfoex[AW]: add structure.
12315         FoldString: correct Unicode mappings.
12316         GetCPInfoEx[AW]: add prototypes.
12317         EnumCalendarInfoEx[AW]: ditto.
12318         EnumDateFormatsEx[AW]: ditto.
12319         EnumSystemLanguageGroups[AW]: ditto.
12320         EnumLanguageGroupLocales[AW]: ditto.
12321         EnumUILanguages[AW]: ditto.
12322         GetSystemDefaultUILanguage[AW]: ditto.
12323         GetUserDefaultUILanguage[AW]: ditto.
12324         IsValidLanguageGroup[AW]: ditto.
12325         CALINFO_ENUMPROCEX[AW]: add function pointer typedef
12326         LANGUAGEGROUP_ENUMPROC[AW]: ditto
12327         LANGGROUPLOCALE_ENUMPROC[AW]: ditto
12328         UILANGUAGE_ENUMPROC[AW]: ditto
12329         DATEFMT_ENUMPROCEX[AW]: ditto
12330         LPCURRENCYFMT[AW]: add structure pointer typedef
12331         LPNUMBERFMT[AW]: ditto
12332
12333 2000-12-02  Matt Hargett  <matt@use.net>
12334
12335         * include/winbase.h: Added a define for INVALID_SET_FILE_POINTER, a
12336         possible return code for the SetFilePointer() win32 API call.
12337
12338 2000-11-09  Corinna Vinschen  <corinna@vinschen.de>
12339
12340         * include/winnt.h: Add missing FILE_NAMED_STREAMS define.
12341
12342 2000-11-06  Earnie Boyd  <earnie_boyd@yahoo.com>
12343
12344         * Makefile.in: increment VERSION.
12345         (dist:) Rename to srcdist.  Create new dist target to call
12346         srcdist and bindist targets.
12347         (srcdist:) New target.
12348         (clean-top:) add call to mostlyclean-top and add rm of distribution
12349         tarballs.
12350         * lib/Makefile.in: (uninstall:) modify to remove files from the
12351         new w32api subdirectory and to remove w32api subdirectory.
12352         (xuninstall:) Ditto.
12353         TODO: Add a task to redo the clean targets of Makefile.in
12354
12355 2000-11-03  Christopher Faylor  <cgf@cygnus.com>
12356
12357         * lib/Makefile.in: Install header files in w32api subdirectory.
12358
12359 2000-10-31  Earnie Boyd  <earnie_boyd@yahoo.com>
12360
12361         * CONTRIBUTIONS: New file.
12362         * README: Change the maintained by header.
12363         * TODO: Add a note about checking the TODO.
12364
12365 2000-10-31  Earnie Boyd  <earnie_boyd@yahoo.com>
12366
12367         * Merge in accepted changes from
12368         2000-10-23  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12369         * include/basetyps.h: add comment for GUID_DEFINED
12370         * include/lm.h: add includes for lmerr.h and lmserver.h
12371         * include/lmcons.h: add W2K typedefs LMSTR, LMCSTR
12372         * include/lmerr.h:  add error codes
12373         * include/lmserver.h: replace LPTSTR with LPWSTR,
12374         LPTCSTR with LPWCSTR in structures and prototypes
12375         * include/lmshare.h: ditto
12376         * include/lmuse.h: ditto
12377         * include/lmstats.h: ditto
12378         * include/oleauto.h: add function prototype SystemTimeToVariantTime
12379         * include/winbase.h: change first argument of CommConfigDialog to const
12380         * include/windowsx.h: add macros  defining FAR versions of
12381         mem and string functions for porting from Win16 code
12382         * include/winioctl.h:  added IOCTL_STORAGE defines
12383         * include/winnetwk.h:  added WNNC_NET flags
12384         * include/winnt.h: add include of <basetsd.h>;
12385         add structs; add pointer typedefs  for TOKEN structs
12386         * include/winsock.h: add guard around BSD-ish typedefs
12387         * include/wtypes.h: new VARENUM enums, new WIN32/WIN64 compat. macros
12388         * include/basetsd.h: new file
12389         * include/raserror.h: ditto
12390         * include/rassapi.h: ditto
12391         * include/ras.h: ditto
12392         comment from Earnie: replaced original ras.h contribution with Danny's
12393         contribution as it is more complete.
12394         * include/rpcndr.h: add default definition for __RPCNDR_H_VERSION__
12395
12396 2000-10-19  Earnie Boyd  <earnie_boyd@yahoo.com>
12397
12398         * Makefile.in: increment VERSION.  Change tar file name for dist and
12399         bindist targets to be more standard.
12400         * config.guess: Update with the currently published file.
12401         * config.sub: ditto.
12402         * configure.in: Use value of build_alias instead of testing for
12403         directory names to set BUILDENV.
12404         * configure: ditto.
12405         * lib/Makefile.in: Change the name of the targets install,
12406         install-headers and install-libraries to xinstall, xinstall-headers
12407         and xinstall-libraries for system target specified installation.
12408         Recreate targets install, install-headers and install-libraries for
12409         exec-prefix specified installation.  Ditto for the uninstall targets of
12410         the same name.
12411
12412 2000-10-09  Corinna Vinschen  <corinna@vinschen.de>
12413
12414         * include/iprtrmib.h: Further layout changes according to standard.
12415         * include/iptypes.h: Ditto.
12416         * include/ntdef.h: Ditto.
12417         * include/ntsecapi.h: Ditto.
12418         * include/subauth.h: Ditto.
12419
12420 2000-10-09  Corinna Vinschen  <corinna@vinschen.de>
12421
12422         * include/ntsecapi.h: Fix PLSA_UNICODE_STRING define.
12423
12424 2000-10-08  Corinna Vinschen  <corinna@vinschen.de>
12425
12426         * include/ntsecapi.h: New file.
12427         * include/subauth.h: Ditto.
12428         * include/ipexport.h: Fix global header define not to contain
12429         trailing underscore. Change layout according to standard.
12430         * include/iphlpapi.h: Ditto.
12431         * include/ipifcons.h: Ditto.
12432         * include/iprtrmib.h: Ditto.
12433         * include/iptypes.h: Ditto.
12434         * include/ntdef.h: Ditto. Define conditional datatypes dependent
12435         of inclusion of ntsecapi.h and subauth.h.
12436         * lib/secur32.def: New stub for secur32.dll.
12437
12438 2000-10-02  Corinna Vinschen  <corinna@vinschen.de>
12439
12440         * include/ras.h: New file.
12441         * lib/rasapi32.def: Add symbols for RasEnumDevicesA and
12442         RasEnumDevicesW.
12443
12444 2000-10-02  Corinna Vinschen  <corinna@vinschen.de>
12445
12446         * include/ntdef.h: Add define for NTAPI.
12447
12448 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12449
12450         * include/ipexport.h: Add missing `extern "C"' directives.
12451         * include/iphlpapi.h: Ditto.
12452         * include/iprtrmib.h: Ditto.
12453         * include/iptypes.h: Ditto.
12454
12455 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12456
12457         * include/ipifcons.h: New header file.
12458         * include/iprtrmib.h: Move operational states to ipifcons.h.
12459         * include/iphlpapi.h: Add missing parameters to GetIfTable()
12460         declaration.
12461
12462 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12463
12464         * include/iprtrmib.h: Add missing MIB_IF_OPER_STATUS_xxx definitions.
12465
12466 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12467
12468         * lib/iphlpapi.def: New stub for iphlpapi.dll.
12469         * include/iptypes.h: New header file.
12470         * include/ipexport.h: Ditto.
12471         * include/iphlpapi.h: Ditto.
12472         * include/iprtrmib.h: Ditto.
12473
12474 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12475
12476         * include/ntdef.h: New file.
12477
12478 2000-08-18  Corinna Vinschen  <corinna@vinschen.de>
12479
12480         * include/winnt.h:Add enums for TokenRestrictedSids and TokenSessionId
12481         to TOKEN_INFORMATION_CLASS type.
12482         Add QUOTA_LIMITS type.
12483
12484 2000-08-08  Corinna Vinschen  <corinna@vinschen.de>
12485
12486         * include/userenv.h: New header file.
12487         * lib/userenv.def: New stub for userenv.dll.
12488
12489 2000-08-08  Christopher Faylor  <cgf@cygnus.com>
12490
12491         * include/winuser.h: Correct PCWPSTRUCT typo.
12492         (discovered by Axel Riese)
12493
12494 2000-07-27  DJ Delorie  <dj@redhat.com>
12495
12496         * include/windows.h: optimize non-inclusion of repeat headers
12497
12498 2000-07-21  Corinna Vinschen  <corinna@vinschen.de>
12499
12500         * include/winnt.h: Add missing typedefs for PTOKEN_SOURCE and
12501         LPTOKEN_SOURCE.
12502
12503 2000-07-11  DJ Delorie  <dj@cygnus.com>
12504
12505         * include/shlobj.h: add CSIDL_COMMON_*
12506
12507 2000-06-27  Corinna Vinschen  <corinna@vinschen.de>
12508
12509         * include/winbase.h: Add stream ids BACKUP_OBJECT_ID,
12510         BACKUP_REPARSE_DATA and BACKUP_SPARSE_BLOCK.
12511         Add file open flags FILE_FLAG_OPEN_REPARSE_POINT and
12512         FILE_FLAG_OPEN_NO_RECALL.
12513         * winioctl.h: Add device io control codes FSCTL_GET_REPARSE_POINT,
12514         FSCTL_SET_REPARSE_POINT and FSCTL_DELETE_REPARSE_POINT.
12515         * winnt.h: Add typedef for GUID.
12516         Add file attributes FILE_ATTRIBUTE_ENCRYPTED,
12517         FILE_ATTRIBUTE_SPARSE_FILE, FILE_ATTRIBUTE_REPARSE_POINT and
12518         FILE_ATTRIBUTE_NOT_CONTENT_INDEXED.
12519         Add volume attributes FILE_VOLUME_QUOTAS, FILE_SUPPORTS_SPARSE_FILES,
12520         FILE_SUPPORTS_REPARSE_POINTS, FILE_SUPPORTS_REMOTE_STORAGE,
12521         FILE_SUPPORTS_OBJECT_IDS and FILE_SUPPORTS_ENCRYPTION.
12522         Add several reparse point defines and typedefs for REPARSE_DATA_BUFFER,
12523         REPARSE_GUID_DATA_BUFFER and REPARSE_POINT_INFORMATION.
12524         * lib/psapi.def: New file.
12525
12526 2000-06-22  Christopher Faylor  <cgf@cygnus.com>
12527
12528         * rpcdce.h: Protect OPTIONAL definition since it may be (legally)
12529         previously defined.
12530         * windef.h : Ditto.
12531
12532 2000-06-14  Kazuhiro Fujieda  <fujieda@jaist.ac.jp>
12533
12534         * include/winnt.h: Add some missing defines related to locale
12535         identifiers.  Translate values of LANG_* and SUBLANG_* into hexadecimal.
12536
12537 2000-05-27  Corinna Vinschen  <corinna@vinschen.de>
12538
12539         * include/wincrypt.h: Add missing CRYPT_MACHINE_KEYSET define.
12540
12541 2000-05-18  Corinna Vinschen  <corinna@vinschen.de>
12542
12543         * include/winnt.h: Add some missing TAPE_DRIVE_* defines.
12544
12545 2000-04-26  Christopher Faylor  <cgf@cygnus.com>
12546
12547         * include/wininet.h: Add another "INTERNET_OPTIONS".
12548
12549 2000-04-25  Mumit Khan  <khan@xraylith.wisc.edu>
12550
12551         * include/winspool.h: Add 2 more PRINTER_ATTRIBUTE_* macros.
12552
12553 2000-04-25  Martin Kotulla  <martin-k@softmaker.de>
12554
12555         * include/ddeml.h (DdeCreateStringHandle{A,W}): Fix prototype.
12556         * include/shlobj.h (IShellLink{A,W}::GetPath): Fix prototype.
12557         * include/wingdi.h: Add LPFNDEVMODE and LPFNDEVCAPS callbacks.
12558         * include/winuser.h: Add WM_* macros. Add PCOPYDATASTRUCT typedef.
12559
12560 2000-04-10  Christopher Faylor  <cgf@cygnus.com>
12561
12562         * include/winbase.h: Change first argument of ENUMRES* types to
12563         coincide with Microsoft usage.
12564
12565 2000-04-01  Christopher Faylor  <cgf@cygnus.com>
12566
12567         * include/wininet.h: Add three more "INTERNET_OPTIONS".
12568
12569 2000-03-30  Mumit Khan  <khan@xraylith.wisc.edu>
12570
12571         * include/winbase.h (CreateHardLink{A,W}): Add prototypes.
12572         * include/winerror.h (ERROR_TOO_MANY_LINKS): Add macro.
12573         * include/winnt.h (SEC_*): Add macros.
12574         * lib/th32.def: Use Kernel32.dll instead of TH32.DLL.
12575         * include/ole.h: Workaround for C++ parser bug.
12576         * include/rpcdcep.h: Likewise.
12577         * include/winsock.h: Likewise.
12578
12579 2000-03-26  Christopher Faylor  <cgf@cygnus.com>
12580
12581         * include/winnt.h: Eliminate duplicate PCONTEXT and LPCONTEXT typedefs.
12582
12583 2000-02-28  Mumit Khan  <khan@xraylith.wisc.edu>
12584
12585         Patches from Jan Nijtmans <j.nijtmans@chello.nl>:
12586         * include/wtypes.h (PBLOB, LPBLOB): Define.
12587         * include/winsock2.h: Much more complete version.
12588         (FD_SET, SOMAXCONN): Protect common macros defined by winsock.h.
12589
12590         Patches from Jan Nijtmans <j.nijtmans@chello.nl>:
12591         * include/winsock.h (FD_CLR): Add missing ')'.
12592         (timercmp): Fix macro to handle all 6 comparison operators.
12593         (AF_FIREFOX, AF_UNKNOWN1, AF_BAN, AF_ATM, AF_INET6): Define.
12594         (AF_MAX): Update.
12595         (PF_FIREFOX, PF_UNKNOWN1, PF_BAN, PF_ATM, PF_INET6): Define.
12596
12597         * include/largeint.h: Rename HAVE_INT64 macro to _HAVE_INT64 to avoid
12598         namespace pollution.
12599         * include/rpcndr.h: Likewise.
12600         * include/winnt.h: Likewise.
12601         * include/shlobj.h (SHGetDataFromIDList{A,W}): Fix typo.
12602         (SHGetSpecialFolderPath{A,W}): Add prototypes.
12603         * lib/ole32.def: Add missing exports.
12604         * include/winbase.h (TLS_MINIMUM_AVAILABLE): Move macro from here
12605         * include/winnt.h (TLS_MINIMUM_AVAILABLE): to here.
12606         (NT_TIB): Define.
12607         * include/tlhelp32.h: New file.
12608
12609 2000-02-28  Christopher Faylor  <cgf@cygnus.com>
12610
12611         * include/rapi.h: New file.
12612         * lib/rapi.def: New file.
12613
12614 2000-02-11  Axel Riese  <ariese@andromeda.risc.uni-linz.ac.at>
12615
12616         * oaidl.h (LPTYPECOMP): Remove multiple definition.
12617
12618 2000-02-03  Mumit Khan  <khan@xraylith.wisc.edu>
12619
12620         * Snapshot 2000-02-03.
12621
12622 2000-01-21  Chris Faylor  <cgf@cygnus.com>
12623
12624         * include/winnt.h: Add ARM support.
12625
12626 2000-01-19  Mumit Khan  <khan@xraylith.wisc.edu>
12627
12628         From Greg Primes <gregory.l.priem@intel.com>:
12629         * include/oaidl.h (DESCKIND): Define macro.
12630         (ITypeComp): Define interface.
12631         (ITypeComp): Likewise.
12632         * rpcndr.h (DECLSPEC_UUID): Define macro.
12633         (MIDL_INTERFACE): Likewise.
12634
12635         * include/psapi.h: New file.
12636         * include/imagehlp.h: New file.
12637         * lib/imagehlp.def: New file.
12638
12639         * include/oaidl.h (tagVARIANT): Update fields.
12640
12641         From Craig Lanning <CraigL@DyCon.com>:
12642         * include/commctrl.h: Add some TCS_* macros.
12643         * include/winnls.h (IsValidLocale): Add prototype.
12644
12645 2000-01-18  Mumit Khan  <khan@xraylith.wisc.edu>
12646
12647         * include/oaidl.h: OLE Patches from "Fifer, Eric"
12648         <EFifer@sanwaint.com> needed to build Win32::OLE perl module.
12649         * include/objbase.h: Likewise.
12650         * include/objidl.h: Likewise.
12651         * include/ocidl.h: New file.
12652         * include/oleauto.h: Likewise.
12653         * include/wtypes.h: Likewise.
12654         * lib/oleaut32.def: Likewise.
12655
12656         * include/lmserver.h (NetServerTransportAddEx): Fix prototype.
12657         Thanks to "Jon Leichter" <jon@symas.com>.
12658         * include/commctrl.h (LVM_FINDITEM): Fix typo in macro.
12659         * include/winbase.h: Add GetLongPathName{A,W} prototypes.
12660         * include/shellapi.h (SHGetFileInfo): Add macro. Thanks to
12661         "Axel Riese" <ariese@andromeda.risc.uni-linz.ac.at>.
12662         (CommandLineToArgvW): Fix prototype. Thanks to "Frans E. van
12663         Dorsselaer" <frans@bia-bv.demon.nl>.
12664         * include/httpext.h: New file. Thanks to Jan Nijtmans
12665         <j.nijtmans@chello.nl>.
12666         * include/mmsystem.h (WAVEFORMATEX): Guard definition to avoid
12667         redefinition of LPCWAVEFORMATEX in DirectX headers.
12668         (CALLBACK_NULL): Define to be 0. Thanks to Krzysztof Nikiel
12669         <krzych00@priv7.onet.pl>.
12670         * include/sqlext.h (SQLDriverConnnect): Fix prototype.
12671         * include/windef.h (HRESULT): Guard definition to avoid
12672         redefinition in DirectX headers.
12673         * include/winnt.h: Add target macros from windows.h.
12674         * include/windows.h: Update synch comment for target macros.
12675         (_ANONYMOUS_STRUCT): Define for GCC 2.95 and newer.
12676         (_ANONYMOUS_UNION): Likewise.
12677         * include/wingdi.h (AbortPrinter): Move from here ...
12678         * include/winspool.h (AbortPrinter): to here and fix linkage.
12679         (MONITOR_INFO_2{A,W}): Define.
12680         * include/winsock.h (htons): Fix argument.
12681         (htonl): Likewise.
12682         * include/winsock2.h (SO_*, MAX_*, WSA_*): Add macros.
12683         (GROUP): Define.
12684         (GUID): Define conditionally.
12685         (WSAPROTOCOLCHAIN, WSAPROTOCOL_INFO): Define.
12686         (WSASocket*): Declare.
12687         * include/basetyps.h (GUID): Guard REGUID and LPGUID as well.
12688
12689         * lib/dsetup.def: Remove leading underscore.
12690         * lib/dsound.def: Likewise.
12691         * lib/ws2_32.def: Likewise.
12692
12693 1999-12-22  Mumit Khan  <khan@xraylith.wisc.edu>
12694
12695         * include/windef.h (HMONITOR, HTERMINAL, HWINEVENTHOOK): Define
12696         handles.
12697
12698         * lib/Makefile.in (EXTRA_OBJS): Add dinput.o.
12699         * lib/dinput.c: Include windows.h for GCC.
12700         * lib/dxguid.c: Likewise.
12701         (INITGUID): Define macro.
12702
12703         * include/objidl.h (ISequentialStream): Define interface.
12704         (IStream): Derive from ISequentialStream.
12705
12706         * include/objidl.h (IStream::{LockRegion, UnlockRegion, Stat,
12707         Clone}): Mark as PURE.
12708         (IDataObject::EnumDAdvise): Likewise.
12709         * include/oleidl.h (IDropSource::GiveFeedback): Likewise.
12710         (IViewObject::Unfreeze): Likewise.
12711         (IViewObject2::Unfreeze): Likewise.
12712
12713         * include/objidl.h: Add various IID_ declarations.
12714         * include/olectl.h: Likewise.
12715         * include/oleidl.h: Likewise.
12716
12717 1999-12-21  Mumit Khan  <khan@xraylith.wisc.edu>
12718
12719         * Snapshot 1999-12-21.
12720
12721         * include/winbase.h (CancelIO): Rename to CancelIo.
12722         * include/winsvc.h (LPHANDLER_FUNCTION): Fix prototype.
12723         * include/winuser.h (PEVENTMSG, LPEVENTMSG): Declare.
12724
12725         * Merge with winsup-19991218.
12726         * include/winnt.h: Add defines for W2K ACL control flags.
12727
12728         * Merge with Anders Norlander's 19991130 snapshot.
12729
12730         * include/windows.h: #include mmsystem.h ifndef WIN32_LEAN_AND_MEAN.
12731         * include/winbase.h (EXCEPTION_INVALID_HANDLE): Define.
12732
12733         Patch from Harold Weissfield
12734         * include/shellapi.h: Added some ABN_* defines.
12735
12736         * include/commctrl.h (_TrackMouseEvent): Add prototype.
12737         * lib/comctl32.def (_TrackMouseEvent): Import.
12738         * include/winuser.h: Misc. fixes from Sang Cho
12739         <sangcho@alpha94.chongju.ac.kr>.
12740         * include/winuser.h (SM_CMETRICS): Define to 76 or 83 depending on
12741         value of _WIN32_WINNT.
12742         * include/winuser.h: Reorganize SM_* defines in numerical order.
12743
12744 1999-12-14  Mumit Khan  <khan@xraylith.wisc.edu>
12745
12746         * include/windef.h: Make RECTL a distinct type from RECT.
12747         * include/windows.h: Define upto 8 DUMMYUNIONNAMEs for DirectX.
12748         * include/winuser.h (CDS_): Update (Franco Bez <franco.bez@gmx.de>).
12749         (COMPAREITEMSTRUCT): Fix fields.
12750         (SERIALKEYSA): Likewise.
12751         (SERIALKEYSW): Likewise..
12752         * include/winbase.h (CRITICAL_SECTION_DEBUG): Likewise.
12753         (WIN32_FIND_DATAA): Likewise.
12754         (WIN32_FIND_DATAW): Likewise.
12755         * include/commdlg.h (SNDMSG): Define.
12756         * include/winsock.h (SO_UPDATE_ACCEPT_CONTEXT): Define.
12757         (SO_CONNECT_TIME): Likewise.
12758         (AcceptEx): Declare.
12759         (GetAcceptExSockaddrs): Likewise.
12760         * include/winsock2.h: Fix typo in #ifdef __cplusplus.
12761         * include/winspool.h: Add RC_INVOKED guard.
12762         * lib/wsock32.def (AcceptEx@32): Export.
12763         (GetAcceptExSockaddrs@32): Likewise.
12764
12765 1999-11-18  Mumit Khan  <khan@xraylith.wisc.edu>
12766
12767         * Snapshot 1999-11-18.
12768
12769         * include/oaidl.h (tagVARIANT): Rename pbool to pboolVal needed by
12770         Octopod C++ IDE (and MSVC compatibility).
12771         * include/oleauto.h (V_BOOLREF(X)): Likewise.
12772         * include/shellapi.h (ShellAbout*): Fix typo.
12773         * wingdi.h (FW_ULTRABOLD): Likewise.
12774         * include/winnt.h (_TAPE_ERASE, _TAPE_PREPARE, _TAPE_SET_POSITION,
12775         _TAPE_WRITE_MARKS): Add missing fields and fix existing ones.
12776         Add packing directives for various structures. All structure
12777         sizes now conform to MSVC.
12778
12779 1999-11-07  Mumit Khan  <khan@xraylith.wisc.edu>
12780
12781         Released 1999-11-07.
12782
12783 1999-11-06  Mumit Khan  <khan@xraylith.wisc.edu>
12784
12785         * include/winsock2.h: New file. Mostly a stub for now.
12786         * include/winbase.h (DllMain): Delete prototype.
12787         * include/commctrl.h (Header_SetItem): Fix macro.
12788         * include/{isguids.h, lmerrlog.h, mcx.h, objfwd.h, olectl.h,
12789         regstr.h, richole.h, rpcdce.h, rpcdcep.h, rpcnsi.h, rpcproxy.h,
12790         shlguid.h, sqltypes.h, winperf.h}: Enclose in extern "C" if c++.
12791
12792         Merge in changes from wxWindows.
12793         * include/basetyps.h (GUID_DEFINED, UUID_DEFINED): Add guards.
12794         * include/oaidl.h (DISPID_*): Add macros.
12795         (IID_ITypeLib, IID_ICreateTypeInfo, IID_ICreateTypeInfo2,
12796         IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_ITypeInfo,
12797         IID_IErrorInfo, IID_IDispatch, IID_ICreateErrorInfo): Declare.
12798         * include/objidl.h (IDataObject): Fix EnumFormatEtc parameter.
12799
12800         Merge in changes from Octopod C++ IDE group.
12801         * include/commctrl.h (NMHEADERA, NMHEADERW): Define.
12802         (Header_InsertItem): Fix macro.
12803         * include/oaidl.h (IID_IDispatch): Declare.
12804         (IID_ISupportErrorInfo): Likewise.
12805         (IDispatch): Rename Invoked to Invoke.
12806         * include/objidl.h (IPersist): Fix GetClassID.
12807         * include/oleauto.h (VectorFromBstr): Declare.
12808         (BstrFromVector): Likewise.
12809         * include/olectl.h (OLEMISC_*): Update.
12810         * include/olectlid.h (IID_IDispatch): Declare.
12811         * include/oleidl.h (IOleObject): Fix GetExtent and SetExtent.
12812         (IOleInPlaceFrame): Fix.
12813         (ISupportErrorInfo): Define.
12814         (IErrorInfo): Define.
12815         * include/winuser.h (SIF_TRACKPOS): Define.
12816
12817 1999-11-03  Mumit Khan  <khan@xraylith.wisc.edu>
12818
12819         Fix Merge errors:
12820         * include/winnt.h (PSID): Uncomment definition.
12821         (PISID): Rename from PSID.
12822         (struct _TAPE_GET_MEDIA_PARAMETER): Remove reserved field.
12823         (struct _SECURITY_ATTRIBUTES): Remove multiple definition.
12824
12825         * include/lmalert.h, include/lmbrowsr.h, include/lmchdev.h,
12826         include/lmconfig.h, include/lmerrlog.h, include/lmmsg.h,
12827         include/lmremutl.h, include/lmrepl.h, include/lmserver.h,
12828         include/lmsvc.h, include/lmwksta.h, include/oaidl.h,
12829         include/shellapi.h, include/winbase.h, include/wingdi.h,
12830         include/winnt.h, include/winsock.h: Merged with winsup-19991026.
12831
12832 1999-10-31  Mumit Khan  <khan@xraylith.wisc.edu>
12833
12834         * include/wingdi.h (PHYSICAL*, SCALINGFACTOR*): New. From
12835         Marius Kjeldahl <kjeldahl@hotmail.com>.
12836
12837 1999-08-29  Mumit Khan  <khan@xraylith.wisc.edu>
12838
12839         * include/winnt.h (APPLICATION_ERROR_MASK): Add macros.
12840         (ERROR_SEVERITY_*): Likewise.
12841
12842 1999-08-17  Mumit Khan  <khan@xraylith.wisc.edu>
12843
12844         * include/winbase.h (TLS_OUT_OF_INDEXES): Add macro.
12845         (DllMain): Fix prototype.
12846
12847 1999-08-02  Mumit Khan  <khan@xraylith.wisc.edu>
12848
12849         * include/commdlg.h: Enclose within pack(push,1) and pack(pop).
12850         (cderr.h): Don't include.
12851         * include/winuser.h: Fix macro definitions.
12852
12853 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12854
12855         Merge with winsup 1999-07-29:
12856         * include/wincon.h (MOUSE_WHEELED): Define.
12857         * include/winnt.h (PSECURITY_ATTRIBUTES): Add type.
12858         (SECURITY_DESCRIPTOR): Add struct type.
12859         (PSECURITY_DESCRIPTOR): Pointer to above type. BEWARE: this type
12860         is equal to PVOID in the Platform SDK! So don't depend on accessing
12861         members through ->.
12862
12863 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12864
12865         * lib/Makefile.in (install-headers): Don't @ commands.
12866         (install-libraries): Ditto.
12867
12868 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12869
12870         * include/sqlext.h: Use #include <sql.h> instead of "sql.h".
12871
12872 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12873
12874         Patch from Mumit Khan:
12875         * include/windows.h: Fix typo in winsock.h include guard and add
12876         _UWIN to the list.
12877         * include/winnt.h (__int64): Undefine first.
12878         (struct _SID): Declare.
12879
12880 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12881
12882         * include/winnt.h: Add some REG_* defines reported by Boris Lantrewitz.
12883
12884 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12885
12886         Patch from Mumit Khan:
12887         * Makefile.in: Do the right thing when cross-compiling.
12888         * include/windef.h: Don't define _export and __export if already
12889         defined.
12890
12891 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12892
12893         * include/basetyps.h (DECLARE_INTERFACE): Use com_interface attribute.
12894         (DECLARE_INTERFACE_): Ditto.
12895
12896 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12897
12898         * include/mmsystem.h (HWAVEOUT): Fix missing ')'
12899
12900         Reported by Brad Porter
12901         * include/wingdi.h (FW_ULTRALIGHT): Add.
12902         (FW_DEMIBOLD): Add.
12903         (FW_ULTRABOLD): Add.
12904         (FW_BLACK): Add.
12905         (JOHAB_CHARSET): Add.
12906         (VIETNAMESE_CHARSET): Add.
12907
12908
12909 1999-05-15  Anders Norlander  <anorland@hem2.passagen.se>
12910
12911         * lib/scrnsave.c (WinMain): Remove dependencies on C library.
12912         * lib/Makefile.in (Makefile): Regenerate.
12913         * include/pshpack[1248].h: New files, if a program would use any of
12914         them.
12915         * include/poppack.h: Ditto.
12916         * include/windef.h (_WIN32_WINNT): Define
12917         * include/windows.h: Remove DUMMYUNIONNAME[45].
12918         * include/windows.h: Correctly define _M_IX86 to reflect the target
12919         processor.
12920         * include/windows.h: Add preliminary support for other architectures.
12921         * include/winnt.h: Add CONTEXT structure for PPC and ALPHA.
12922         * include/winnt.h: Remove PACKED from U/LARGE_INTEGER
12923         * include/winnt.h (LUID_AND_ATTRIBUTES): Use pack(4) to solve alignment
12924         issue with LARGE_INTEGER.
12925         (ANSI_NULL): Define.
12926         (PSZ): Define.
12927         (ACL_REVISION[1234]): Define.
12928         (MIN/MAX_ACL_REVISION): Define.
12929         (PTCHAR): Define.
12930         (LANG_USER_DEFAULT): Define.
12931         (LANG_SYSTEM_DEFAULT): Define.
12932         (LOCALE_NEUTRAL): Define.
12933         (SORTVERSIONFROMLCID): Define.
12934         * include/windef.h (UNREFERENCED_PARAMETER): Define.
12935         (UNREFERENCED_LOCAL_VARIABLE): Define.
12936         (DBG_UNREFERENCED_PARAMETER): Define.
12937         (DBG_UNREFERENCED_LOCAL_VARIABLE): Define.
12938         * lib/mswsock.def: New file. Imports for mswsock.dll.
12939         * include/custcntl.h: New file. Necessary to compile some SDK
12940         samples.
12941         * include/winuser.h (SM_MOUSEWHEELPRESENT): Define.
12942         (WM_MOUSEWHEEL): Define.
12943         (WHEEL_DELTA): Define.
12944         (WM_MOUSELAST): Redefine to reflect WM_MOUSEWHEEL.
12945         (WM_NEXTMENU): Define.
12946         (CharNextA): Fix prototype.
12947         (CharNextW): Ditto.
12948
12949 1999-05-14  Anders Norlander  <anorland@hem2.passagen.se>
12950
12951         * include/winsock.h: Enclose in extern "C" if C++, huh?
12952         * include/winuser.h(WM_SYNCPAINT): Define. From fltk.
12953
12954 1999-05-13  Anders Norlander  <anorland@hem2.passagen.se>
12955
12956         * include/windef.h (NULL): Define only ifndef
12957         (TRUE): Ditto, was previously only defined ifndef FALSE
12958         (PASCAL): Define as _pascal
12959         (__pascal): Define
12960         (WINAPIV): Define
12961         (min,max): Define only ifndef NOMINMAX
12962
12963 1999-05-10  Anders Norlander  <anorland@hem2.passagen.se>
12964
12965         * include/commctrl.h: Support for Date/Calendar controls + IE controls.
12966         You must define _WIN32_IE if you want support for it.
12967         Modified patch from Nirmal Prasad  <nprasad@truept.com>.
12968
12969 1999-05-10  Ron Aaron   <v-ronaar@Exchange.Microsoft.com>
12970
12971         * include/wincon.h: Add some ButtonState flags and EventFlags.
12972
12973 1999-05-10  Anders Norlander  <anorland@hem2.passagen.se>
12974
12975         * include/basetyps.h: Don't support COM when __OBJC__ defined because
12976         interface define causes mayhem.
12977         (DEFINE_INTERFACE): Use comobject attribute only if HAVE_COMOBJECT is
12978         defined.
12979         * include/windows.h: Undefine BOOL if __OBJC__ defined
12980
12981 1999-05-09  Chris Faylor  <cgf@cygnus.com>
12982
12983         * include/winnls.h: Define additional code pages.
12984
12985 1999-05-09  Anders Norlander  <anorland@hem2.passagen.se>
12986
12987         * include/winbase.h(RtlFillMemory): Parameters got passed in wrong
12988         order, corrected.
12989         (RtlZeroMemory): Use RtlFillMemory
12990
12991 1999-05-04  Anders Norlander  <anorland@hem2.passagen.se>
12992
12993         * include/winnt.h: Add PACKED to LARGE_INTEGER and ULARGE_INTEGER
12994         to get the correct size when used in some structs.
12995         (ULARGE_INTEGER): Ditto.
12996         * include/winnt.h (TAPE_CREATE_PARTITION): Add struct.
12997         * include/winnt.h: Add TAPE_* pointer types PTAPE_*
12998
12999 1999-05-02  Nirmal Prasad  <nprasad@truept.com>
13000
13001         * include/wininet.h: Enclose in extern "C" if c++
13002         (INTERNET_BUFFERSA/W): Define struct
13003         * include/wininet.h: Add some HSR_* defines
13004
13005 1999-05-02  Anders Norlander  <anorland@hem2.passagen.se>
13006
13007         * include/winnt.h (IMAGE_FIRST_SECTION): Prepend missing paren
13008         * include/winnt.h (UNALIGNED): Define
13009         * include/windef.h (DECLSPEC_NORETURN): Define
13010
13011         * include/wininet.h (INTERNET_MAX_NAME): Remove
13012         (INTERNET_MAX_SCHEME_LENGTH): Define
13013         (INTERNET_MAX_URL_LENGTH): Use INTERNET_MAX_SCHEME_LENGTH
13014         * include/wininet.def: Completely redone, it was losing badly.
13015
13016 1999-05-01  Anders Norlander  <anorland@hem2.passagen.se>
13017
13018         * lib/dplayx.def: Remove '_' prefixes
13019         * lib/shell32.def: Remove imports for IID_ContextMenu
13020
13021 1999-04-29  Anders Norlander  <anorland@hem2.passagen.se>
13022
13023         * Makefile.in (dist): Support dist target
13024         * lib/Makefile.in (dist): Likewise
13025         * lib/Makefile.in (uninstall-headers): Fix command
13026         * Makefile.in (bindist): Target to build a prebuilt dist
13027
13028         * lib/ws2_32.def: Winsock2 implib
13029
13030         * include/largeint.h: New header
13031         * include/largeint.c: Large integer support library
13032         * lib/Makefile.in(EXTRA_LIBS): Add liblargeint.a
13033         (EXTRA_OBJS): Add largeint.o
13034
13035         * include/Makefile: Remove
13036         * lib/Makefile: Remove
13037         * Makefile: Remove
13038         * configure.in: New autoconf script
13039         * configure: generated configure script
13040         * Makefile.in: autoconf makefile template
13041         * lib/Makefile.in: Ditto
13042         * include/test.c: mv to lib/test.c
13043         * include/res.rc: mv to lib/res.rc
13044         * include/TODO: mv to .
13045         * include/Notes: mv to ./NOTES
13046
13047 1999-04-28  Anders Norlander  <anorland@hem2.passagen.se>
13048
13049         * include/zmouse.h (WHEEL_DELTA): Define
13050
13051 1999-04-26  Mumit Khan  <khan@xraylith.wisc.edu>
13052
13053         * include/ddeml.h (HSZPAIR): Declare.
13054         * include/zmouse.h: New file.
13055
13056 1999-04-27  Daniel Guerrero Miralles  <daniel.guerrero@upcnet.upc.es>
13057
13058         * lib/d3dim.def: New implib
13059         * lib/d3drm.def: Ditto
13060         * lib/d3dxof.def: Ditto
13061         * lib/ddraw.def: Ditto
13062         * lib/dinput.def: Ditto
13063         * lib/dplayx.def: Ditto
13064         * lib/dsetup.def: Ditto
13065         * lib/dsound.def: Ditto
13066         * lib/dinput.c: Guid library for DirectInput
13067         * lib/dxguid.c: Guid library for DirectX
13068
13069 1999-04-21  Anders Norlander  <anorland@hem2.passagen.se>
13070
13071         * include/windowsx.h (GET_X_LPARAM): Missing macro added (reported
13072         by Ron Aaron).
13073         * include/windowsx.h (GET_Y_LPARAM): Also missing
13074         * include/winnls.h (IsValidCodePage): Missing prototype added (reported
13075         by Mumit Khan).
13076
13077 1999-04-18  Anders Norlander  <anorland@hem2.passagen.se>
13078
13079         * include/scrnsave.h: New header file for screen saver library
13080         * lib/scrnsave.c: New file: screen saver library
13081
13082 1999-04-17  Anders Norlander  <anorland@hem2.passagen.se>
13083
13084         * include/regstr.h: Enclosed all strings in TEXT() macros so it
13085         works well in when UNICODE is defined
13086
13087 1999-04-17  Nirmal Prasad  <nprasad@truept.com>
13088
13089         * include/winuser.h(STYLESTRUCT): New struct
13090         * include/wingdi.h:(GOBJENUMPROC): This function type should
13091         return void.
13092
13093 1999-04-17  Anders Norlander  <anorland@hem2.passagen.se>
13094
13095         * include/basetyps.h (LPGUID): New typedef
13096         * lib/glut.def: Import library defintions for glut.dll
13097         * lib/glu32.def: Ditto for glut32.dll
13098         * include/winnt.h: Fixed handling of wchar_t typedef
13099         * include/sql.h(SQL_NO_DATA_FOUND): Replace with SQL_NO_DATA
13100         * include/sqlext.h(SQL_NO_DATA_FOUND): Define as SQL_NO_DATA
13101
13102 1999-03-20  Anders Norlander  <anorland@hem2.passagen.se>
13103
13104         * include/winbase.h(AbnormalTermination): Define as FALSE
13105         * include/commctrl.h: Support for new progress bar messages/styles
13106
13107 1999-03-20  Geoffrey Noer  <noer@cygnus.com>
13108
13109         * include/commdlg.h(PageSetupDlg): New define
13110         * include/richedit.h: Missing SCF_* defines
13111         * include/winnt.h: Lots o' defines
13112         * include/winbase.h(AllocateAndInitializeSid): Corrected prototype
13113
13114 1999-03-09  Anders Norlander  <anorland@hem2.passagen.se>
13115
13116         * include/commdlg.h: Removed pack pragma
13117         * lib/comctl32.def(InitCommonControlsEx@4): Added import
13118
13119 1999-03-08  Anders Norlander  <anorland@hem2.passagen.se>
13120
13121         * Makefile: Set version to 0.1.5
13122         * lib/Makefile (clean): Fix typo
13123
13124         * include/commctrl.h: Removed pack pragma
13125         * include/cpl.h: Likewise
13126         * include/dbt.h: Likewise
13127         * include/dde.h: Likewise
13128         * include/nddeapi.h: Likewise
13129         * include/shellapi.h: Likewise
13130         * include/wincrypt.h: Likewise
13131         * include/lmaccess.h: Fixed USER_PRIV_ADMIN typo
13132
13133         * include/winsock.h (netent): Define only ifndef __INSIDE_CYGWIN__
13134         (servent): Likewise
13135         (protoent): Likewise
13136
13137         * include/windows.h: Prevent inclusion of winsock.h if we are
13138         using or compiling cygwin. Define Win32_Winsock to force inclusion.
13139
13140 1999-01-08  Anders Norlander  <anorland@hem2.passagen.se>
13141
13142         * include/winbase.h (CREATE_FORCEDOS): New define
13143
13144 1999-01-07  Anders Norlander  <anorland@hem2.passagen.se>
13145
13146         * include/wincon.h(KEY_EVENT_RECORD): Fixed packing problem on
13147         (COORD): Likewise
13148         * include/wingdi.h (BITMAPFILEHEADER): Fixed packing
13149         * include/windows.h: Added DUMMYUNIONNAME4 and 5
13150         * include/winnt.h (LUID_AND_ATTRIBUTES_ARRAY): New type
13151         (PLUID_AND_ATTRIBUTES_ARRAY): New type
13152
13153         * include/ddeml.h: Removed unnecessary `#pragma pack'
13154         * include/imm.h: Likewise
13155         * include/nddeapi.h: Likewise
13156         * include/nspapi.h: Likewise
13157         * include/regstr.h: Likewise
13158         * include/wincon.h: Likewise
13159         * include/windef.h: Likewise
13160         * include/winioctl.h: Likewise
13161         * include/winnls.h: Likewise
13162         * include/winsvc.h: Likewise
13163         * include/winuser.h: Likewise
13164         * include/winver.h: Likewise
13165         * include/wtypes.h: Likewise
13166
13167 1999-01-05  Anders Norlander  <anorland@hem2.passagen.se>
13168
13169         * Makefile (VERSION): Set to 0.1.4
13170         * include/basetyps.h: Check for NOCOMOBJECT
13171         * include/Makefile: Pass -DNOCOMOBJECT to g++ to avoid warnings
13172         on comobject attribute.
13173         * lib/kernel32.def: Added a few functions
13174         * include/windef.h (DWORD): Changed back to unsigned long
13175
13176         * include/windows.h: Include only winresrc.h if RC_INVOKED is defined,
13177         winresrc.h in turn includes the necessary headers. This makes things
13178         much simpler, no need to protect blocks of code in headers that
13179         should not be seen by the resource compiler.
13180
13181 1999-01-05  Geoffrey Noer  <noer@cygnus.com>
13182
13183         * include/winbase.h (STATUS_INVALID_HANDLE): Added define
13184         * include/wincon.h: Added console event type flags
13185         * include/winnt.h (FILE_SHARE_DELETE): Added
13186           (SECURITY_DESCRIPTOR): typedef as DWORD
13187
13188         * include/winuser.h (WM_PENWINFIRST): Fixed typo
13189         * include/winsock.h: Protect some blocks with __INSIDE_CYGWIN_ and
13190         define u_* types only if _SYS_TYPES_H is not defined.
13191
13192 1999-01-02  Anders Norlander  <anorland@hem2.passagen.se>
13193
13194         * COPYING.LIB: Deleted
13195         * README: Updated to reflect license changes
13196         * include/shlobj.h: Remove extra comma on some enums
13197         * include/windef.h: Changed DWORD typedef from unsigned long to
13198         unsigned int in order to avoid warnings on bit fields that
13199         use DWORD.
13200         * include/Makefile (test): Compile with all warnings
13201         * include/unknwn.h: Include objfwd.h
13202         * include/winsock.h: Added missing copyright notices.
13203
13204 1999-01-01  Anders Norlander  <anorland@hem2.passagen.se>
13205
13206         * lib/winmm.def: Corrected LIBRARY statement
13207         * include/mmsystem.h: Define mmioSeek codes if not already defined
13208         * include/commctrl.h (CreateStatusWindowA): Corrected prototype
13209         (CreateStatusWindowW): Likewise
13210
13211         * include/winresrc.h: Include only files necessary instead of windows.h
13212         * include/dde.h: Allow inclusion in resource scripts.
13213         * include/winnt.h: Likewise
13214         * include/commctrl.h: Likewise
13215         * include/prsht.h: Likewise
13216         * README: Updated
13217
13218 1998-12-10  Anders Norlander  <anorland@hem2.passagen.se>
13219
13220         * include/sqltypes.h (SQLHANDLE): Added this type
13221         (SQLHDESC): Likewise
13222         * include/sql.h (SQLFreeHandle): Added this prototype
13223         (SQLAllocHandle): Likewise
13224
13225 1998-12-08  Anders Norlander  <anorland@hem2.passagen.se>
13226
13227         * include/winsock.h: Define _GNU_H_WINDOWS32_SOCKETS to avoid
13228         conflicts with cygwin headers.
13229
13230 1998-12-06  Anders Norlander  <anorland@hem2.passagen.se>
13231
13232         * Makefile: Changed VERSION to 0.1.3
13233         * Makefile (dist-lib): New target to make import library only
13234         distribution
13235         * Makefile (dist-hdr): New target to make headers only distribution
13236         * Makefile (dist): Now depends on dist-lib and dist-hdr instead of
13237         building one single distribution file.
13238         * dist.mak: Deleted
13239
13240         * include/lm.h: New file
13241         * include/lmcons.h: New file
13242         * include/lmalert.h: New file
13243         * include/lmaudit.h: New file
13244         * include/lmconfig.h: New file
13245         * include/lmapibuf.h: New file
13246         * include/lmaccess.h: New file
13247         * include/lmchdev.h: New file
13248         * include/lmremutl.h: New file
13249         * include/lmrepl.h: New file
13250         * include/lmerrlog.h: New file
13251         * include/lmat.h: New file
13252         * include/lmuse.h: New file
13253         * include/lmuseflg.h: New file
13254         * include/lmserver.h: New file
13255         * include/lmerr.h: New file
13256         * include/lmsname.h: New file
13257         * include/lmstats.h: New file
13258         * include/lmsvc.h: New file
13259         * include/lmwksta.h: New file
13260         * include/lmbrowsr.h: New file
13261
13262 1998-12-05  Anders Norlander  <anorland@hem2.passagen.se>
13263
13264         * include/unknwn.h: Fixed IClassFactory declaration; INTERFACE was missing
13265         * include/unknwn.h: Added extern declaration for IID_IClassFactory
13266
13267         * include/initguid.h: New file
13268
13269         * include/rpcndr.h: Defined hyper and MIDL_hyper as double if 64 bit
13270         int not supported
13271
13272         * include/winnt.h: Added USN
13273         * include/winnt.h: Changed handling of 64 bit int support
13274
13275         * include/windows.h: Added support for BC,LCC and MSVC
13276
13277         * include/windows.h: Changed handling machine architecture defines
13278
13279         * include/olectl.h: New file
13280
13281 1998-12-04  Anders Norlander  <anorland@hem2.passagen.se>
13282
13283         * include/oleidl.h: Added IViewObject and IViewObject2
13284
13285         * include/objidl: Corrected prototype for IStorage::DestroyElement and
13286         IStorage::MoveElement
13287
13288         * include/oledlg.h: New file
13289
13290         * include/winresrc.h: New file
13291
13292         * include/wingdi.h: Added LPDOCINFO
13293
13294         * include/commctrl.h: Added SBARS_SIZEGRIP and TVM_SETINDENT
13295         * include/commctrl.h: Added TCM_SETITEM to UNICODE/ANSI block
13296         * include/commctrl.h: Added ListView_GetSelectedCount, ListView_GetItemSpacing,
13297         TabCtrl_SetImageList and TabCtrl_GetItemCount
13298         * include/commctrl.h: Added TVM_FIRST, HDM_FIRST and TV_FIRST
13299
13300         * include/windowsx.h: Added missing ListBox_xx ComboBox_xx etc. macros
13301
13302         * include/wingdi.h: Added (L)PBITMAP,(L)PBITMAPCOREHEADER,
13303         PBITMAPINFOHEADER, (L)PBITMAPCOREINFO and (L)PBITMAPFILEHEADER.
13304
13305         * include/commdlg.h: Added LPDEVNAMES
13306
13307         * include/windows.h: Include excpt.h
13308
13309         * include/excpt.h: New file. This file just contains some
13310         stubs for SEH that do nothing.
13311
13312         * include/commctrl.h: Added general WM_NOTIFY codes
13313
13314         * include/winuser.h: Added ICON_SMALL and ICON_BIG
13315         * include/winuser.h: Removed VK_0-VK_9 VK_A-VK_Z; they should obviously
13316         not be in the headers.
13317         * include/winuser.h: Added LPCBTACTIVATESTRUCT and LPCLIENTCREATESTRUCT
13318         * include/winuser.h: Added old WM_SIZE parameter names so
13319         wxWindows compiles.
13320         * include/winuser.h: Added IDC_SIZE and IDC_ICON
13321         * include/winuser.h: Added LPDLGITEMTEMPLATE
13322         * include/winuser.h: HTCAPTION was missing value
13323         * include/winuser.h: Added WM_ACTIVE flags
13324
13325         * include/windowsx.h: Added _fmemcpy so V compiles; also added
13326         _fxx defines for memmove, memset and memcmp
13327
13328         * include/windef.h: Changed _export and __export to empty defines
13329
13330         * include/shellapi.h: Corrected prototypes for ExtractIcon functions.
13331         String parameters were not const and ExtractAssociatedIcon takes
13332         a WORD pointer not DWORD pointer as last parameter.
13333
13334         * Makefile: Changed VERSION to 0.1.2
13335
13336         * include/ole2ver.h: New file
13337
13338         * Makefile: Removed all dependencies on GLUT
13339
13340         * include/GL/glut.h: Removed file because of decision to remove
13341         files that are not part of the library.
13342         * lib/glut.def: Likewise
13343         * lib/glut32.def: Likewise
13344
13345         * include/windows.h: Include winperf.h
13346
13347         * include/winperf.h: New file
13348
13349         * lib/gdi32.def: Added GetEnhMetaFilePixelFormat
13350
13351         * include/winnls.h: Added calendar types
13352         * include/winnls.h: Added country codes
13353
13354 1998-12-03  Anders Norlander  <anorland@hem2.passagen.se>
13355
13356         * include/windef.h: Added PROC and NEARPROC
13357
13358         * include/wingdi.h: Added ChoosePixelFormat, DescribePixelFormat
13359         * include/wingdi.h: Added OpenGL types and prototypes
13360         * include/wingdi.h: Added ENHMETA_STOCK_OBJECT
13361         * include/wingdi.h: Added DCTT_DOWNLOAD_OUTLINE
13362         * include/wingdi.h: Added POINTFX, TTPOLYCURVE and TTPOLYGONHEADER
13363         * include/wingdi.h: Added truetype character outline types
13364         * include/wingdi.h: Added DEVMODE initialization flags
13365         * include/wingdi.h: Added panose codes
13366         * include/wingdi.h: Added missing character sets
13367         * include/wingdi.h: Added ANTIALIASED_QUALITY and
13368         NONANTIALIASED_QUALITY
13369         * include/wingdi.h: Added ENUMLOGFONTA/W and ENUMLOGFONTEXA/W
13370         * include/wingdi.h: Added pointer types for EXTLOGPEN
13371         * include/wingdi.h: Added PATTERN type
13372         * include/wingdi.h: Added NEWTEXTMETRICA/W and NEWTEXTMETRICEXA/W
13373         * include/wingdi.h: Added new text metric flags
13374         * include/wingdi.h: Added pitch and family flags
13375         * include/wingdi.h: Moved BCHAR defintion from winnt.h here
13376         * include/wingdi.h: Added METAHEADER
13377         * include/wingdi.h: Fixed packing of RGBTRIPLE and BITMAPFILEHEADER
13378         * include/wingdi.h: Added TA_MASK
13379         * include/wingdi.h: Added MAXSTRETCHBLTMODE
13380         * include/wingdi.h: Added error codes
13381
13382         * include/winuser.h: Added missing winhelp structures
13383         * include/winuser.h: Added dialog flags/styles/messages
13384         * include/winuser.h: Added EM_SETMARGIN codes
13385         * include/winuser.h: Made it possiblie to use IDI_XX values
13386         in resource files.
13387         * include/winuser.h: Added missing LoadImage load flags
13388         * include/winuser.h: Added missing message box flags
13389         * include/winuser.h: Added ScrollWindow codes
13390         * include/winuser.h: Added DT_WORD_ELLIPSIS
13391         * include/winuser.h: Added drag and drop support
13392         * include/winuser.h: Added WM_MENUCHAR return codes
13393         * include/winuser.h: Added DLGWINDOWEXTRA
13394         * include/winuser.h: Added missing SetWindowPos flags.
13395         * include/winuser.h: Added BSF_NOTIMEOUTIFNOTHUNG
13396         * include/winuser.h: Added IDHOT_xx defines
13397         * include/winuser.h: Added MOD_WIN
13398         * include/winuser.h: Added missing defines and structs for owner draw
13399         controls.
13400         * include/winuser.h: Added WPF_RESTORETOMAXIMIZED and
13401         WPF_SETMINPOSITION
13402         * include/winuser.h: Added DrawAnimatedRects flags
13403         * include/winuser.h: Added WM_PRINT codes
13404         * include/winuser.h: Added CS_IME class style
13405         * include/winuser.h: Added WM_SIZE codes
13406         * include/winuser.h: Added WM_MOUSEACTIVATE return codes
13407         * include/winuser.h: Added WM_NCHITTEST return codes
13408         * include/winuser.h: Added WM_SIZING parameters
13409         * include/winuser.h: Added WM_NEXTMENU and MDINEXTMENU
13410         * include/winuser.h: Added menu loop codes.
13411         * include/winuser.h: Added NFR_ANSI, NFR_UNICODE, NF_QUERY and
13412         NF_REQUERY
13413         * include/winuser.h: Added WM_POWER flags
13414         * include/winuser.h: Added KL_NAMELENGTH, WSF_VISIBLE
13415         * include/winuser.h: Added missing message filter codes
13416         * include/winuser.h: Added WM_KEYXX message flags
13417         * include/winuser.h: Added WM_SHOWMESSAGE flags
13418         * include/winuser.h: Added old ShowWindow commands
13419         * include/winuser.h: Fixed packing of DLGITEMTEMPLATE and DLGTEMPLATE
13420         structures.
13421
13422         * include/mciavi.h: New file for the MCI AVI driver that for some
13423         reason is not in mmsystem.h.
13424
13425         * include/winbase.h: Added PIPE_UNLIMITED_INSTANCES and INVALID_FILE_SIZE
13426         * include/winbase.h: Added SECURITY_xx for CreateFile
13427         * include/winbase.h: Added RTS and DTS control values
13428         * include/winbase.h: Fixed SYSTEM_INFO structure
13429         * include/winbase.h: Added CREATE_NO_WINDOW, CREATE_SHARED_WOW_VDM
13430         * include/winbase.h: Added FILE_TYPE_REMOTE
13431         * include/winbase.h: Added modem status flags
13432         * include/winbase.h: Added HINSTANCE_ERROR
13433         * include/winbase.h: Added DefineDosDevice defines
13434         * include/winbase.h: Added power management flags AC_xx BATTERY_xx
13435         * include/winbase.h: Added STARTF_XX flags
13436         * include/winbase.h: Fixed typo on _lcreat prototype.
13437         * include/winbase.h: Moved DBG_XX to winnt.h
13438         * include/winbase.h: Moved TOKEN_XX, DLL_PROCESS_XX and DLL_THREAD_XX to
13439         winnt.h
13440
13441         * include/unknwn.h: Added extern declaration of IID_IUnknown
13442
13443         * include/windowsx.h: Added hmemcpy.
13444
13445         * include/winnt.h: Added dummy member to DECLARE_HANDLE struct
13446         * include/winnt.h: Added PACCESS_TOKEN
13447         * include/winnt.h: Added TAPE_XX defines and moved some from winbase.h
13448         * include/winnt.h: Added SE_IMPERSONATION_STATE and TOKEN_SOURCE_LENGTH
13449         * include/winnt.h: Added SE_PRIVILEGE_ENABLED_BY_DEFAULT, SE_PRIVILEGE_ENABLED,
13450         SE_PRIVILEGE_USED_FOR_ACCESS, PRIVILEGE_SET_ALL_NECESSARY,
13451         SECURITY_MAX_IMPERSONATION_LEVEL, DEFAULT_IMPERSONATION_LEVEL,
13452         SECURITY_DYNAMIC_TRACKING and SECURITY_STATIC_TRACKING.
13453
13454         * include/winnt.h: Added SE_OWNER_DEFAULTED, SE_GROUP_DEFAULTED, SE_DACL_XX,
13455         SE_SACL_XX, SE_SELF_RELATIVE, SECURITY_DESCRIPTOR_MIN_LENGTH,
13456         SECURITY_DESCRIPTOR_REVISION and SECURITY_DESCRIPTOR_REVISION1.
13457
13458         * include/winsvc.h: Removed conflicting defines which were supposed
13459         to be in winnt.h
13460
13461         * include/winnt.h: Added SERVICE_NODE_TYPE, SERVICE_LOAD_TYPE
13462         and SERVICE_ERROR_TYPE.
13463
13464         * include/winnt.h: Added SERVICE_XX defines.
13465         * include/winsvc.h: Added SERVICES_ACTIVE_DATABASEA/W,
13466         SERVICES_FAILED_DATABASEA/W and SC_GROUP_IDENTIFIERA/W.
13467
13468         * include/winsvc.h: Added SERVICE_STATE_ALL, SERVICE_QUERY_CONFIG,
13469         SERVICE_CHANGE_CONFIG, SERVICE_QUERY_STATUS, SERVICE_ENUMERATE_DEPENDENTS,
13470         SERVICE_START, SERVICE_STOP, SERVICE_PAUSE_CONTINUE,
13471         SERVICE_USER_DEFINED_CONTROL and SERVICE_ALL_ACCESS
13472
13473 1998-12-02  Anders Norlander  <anorland@hem2.passagen.se>
13474
13475         * include/winbase.h: Corrected prototype for CreateProcessA
13476
13477         * include/mmsystem.h: Added CAPS1 and C1_TRANSPARENT for display
13478         driver extensions.
13479
13480         * include/shlobj.h: Corrected prototype for SHGetDesktopFolder, should
13481         be LPSHELLFOLDER* not LPSHELLFOLDER.
13482
13483         * include/windows.h: Include commdlg.h
13484
13485         * include/winuser.h: Added MDICREATESTRUCT
13486
13487         * include/winuser.h: Added LB_ERR, LB_ERRSPACE, LB_OKAY, CB_ERR,
13488         CB_ERRSPACE, and CB_OKAY
13489
13490         * include/wingdi.h: Added LPBITMAPINFOHEADER
13491
13492         * include/rpcproxy.h: Removed IN, OUT and OPTIONAL since they
13493         are meaningless.
13494         * include/rpcdce2.h: Likewise.
13495
13496         * lib/shell32.c: Moved GUID defintions from shlguid.h to this file.
13497
13498         * include/richole.h: Replaced DEFINE_GUID with extern const GUID
13499         * include/olectlid.h: Likewise
13500         * include/shlguid.h: Likewise
13501
13502         * include/coguid.h: Delete file since it was for 16 bit windows only.
13503
13504         * lib/*.def: Appended .dll to library name where needed.
13505
13506         * include/windef.h: Define _stdcall and __stdcall only if not
13507         previously defined instead of undefining first.
13508
13509         * include/dlgs.h: Put RC_INVOKED around structure defs
13510
13511         * include/intshcut.h: New file
13512         * include/isguids.h: New file
13513
13514         * lib/uuid.c: Added all COM/OLE GUIDS I know and do not know about.
13515
13516 1998-12-01  Anders Norlander  <anorland@hem2.passagen.se>
13517
13518         * include/winnt.h: Added check if _T is defined before defining it
13519
13520         * include/windows.h: Include dlgs.h if WIN32_LEAN_AND_MEAN not defined
13521
13522         * include/dlgs.h: New file
13523
13524         * include/winbase.h: Removed DllEntryPoint define
13525
13526         * include/winbase.h: Added SetupComm prototype
13527
13528         * include/rpc.h: SEH RPC functions no longer defined since they weren't
13529         supported anyway.
13530
13531         * include/basetyps.h: Removed use of COMOBJECT define, instead
13532         DECLARE_INTERFACE directly uses comobject attribute when GCC
13533         is used.
13534
13535         * include/wtypes.h: STGC enum was missing typedef
13536
13537         * include/objidl.h: ADVC enum was missing typedef
13538
13539         * include/winnt.h: Moved CHAR, SHORT and LONG definitions so
13540         they are nested within the VOID definition.
13541
13542         * include/winbase.h: Added stream ids and attributes
13543
13544         * include/winbase.h: Changed WIN32_STREAM_ID member cStreamName
13545         to an ANYSIZE_ARRAY array.
13546
13547 1998-11-26  Anders Norlander  <anorland@hem2.passagen.se>
13548
13549         * include/windef.h: defined _declspec as __declspec since
13550         some programs (like VWCL) use _declspec instead of __declspec
13551
13552         * include/winnt.h: added COMPRESS_FORMAT defines
13553
13554         * include/winbase.h: moved IS_TEXT_XXX defines to winnt.h
13555
13556         * include/winnt.h: added HEAP_XXXX defines
13557
13558         * include/winbase.h: moved HEAP_XXXX defines to winnt.h
13559
13560         * include/winnt.h: added defintions for PE/COFF from the PE and COFF
13561         specification.
13562
13563         * include/winnt.h: added NTAPI define
13564
13565 1998-11-25  Anders Norlander  <anorland@hem2.passagen.se>
13566
13567         * include/winnt.h: defined TBYTE,LPTSTR etc in terms of TCHAR
13568         instead of CHAR or WCHAR.
13569
13570         * include/winnt.h: added _T define
13571
13572         * include/winnt.h: added test for _TCHAR_DEFINED
13573
13574         * include/winnt.h: included string.h for memory macros
13575
13576         * include/prsht.h: added PSM_SETFINISHTEXT to UNICODE/ANSI test
13577
13578         * include/prsht.h: moved PSM_SETTITLEA/W to UNICODE test at end of file
13579
13580         * include/prsht.h: added PropSheet_XXX macros
13581
13582
13583 1998-11-24  Anders Norlander  <anorland@hem2.passagen.se>
13584
13585         * include/winspool.h: Changed DeletePrinterProcessor and
13586         DeletePrinterProvidor to DeletePrintXX.
13587
13588         * include/wingdi.h: Changed EMRCREATECOLORSPACE lcs member type to
13589         LOGCOLORSPACEW.
13590
13591         * include/wingdi.h: Changed prototype for CreateColorSpace to A and W
13592         variants
13593
13594         * include/wingdi.h: Likewise for GetLogColorSpace
13595
13596         * include/wingdi.h: Changed LOGCOLORSPACE to LOGCOLORSPACEA/W.
13597
13598         * include/richedit.h: Added missing defines and structures
13599
13600         * include/winuser.h: Moved EDITWORDBREAKPROCEX to include/richedit.h
13601
13602         * include/winuser.h: Added HWND_DESKTOP
13603
13604 1998-11-23  Anders Norlander  <anorland@hem2.passagen.se>
13605
13606         * Makefile: Include ChangeLog when building source
13607         distribution (srcdist)
13608
13609         * include/oleauto.h: Changed WINOLEAUTAPI and WINOLEAUTAPI_ so they
13610         are always defined as STDAPI and STDAPI_
13611
13612         * include/objbase.h: Changed WINOLEAPI and WINOLEAPI_ so they
13613         are always defined as STDAPI and STDAPI_
13614
13615         * include/objidl.h: Removed extra ';' on IStorage SetClass method
13616
13617         * include/rpcndr.h: Removed all IN and OUT from function prototypes
13618
13619         * ChangeLog started